@charset "UTF-8";
/*------------------------------------------------BODY, HTML---------------------------------------------*/
@font-face {
  font-family: 'DINNeuzeitGrotesk LT';
  src: url('../fonts/DINNeuzeitGroteskLT-Light.eot');
  src: local('DIN 30640 Neuzeit Grotesk LT Light'), local('DINNeuzeitGroteskLT-Light'), url('../fonts/DINNeuzeitGroteskLT-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/DINNeuzeitGroteskLT-Light.woff2') format('woff2'), url('../fonts/DINNeuzeitGroteskLT-Light.woff') format('woff'), url('../fonts/DINNeuzeitGroteskLT-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DINNeuzeitGrotesk LT BoldCond';
  src: url('../fonts/DINNeuzeitGroteskLT-BoldCond.eot');
  src: local('DIN 30640 Neuzeit Grotesk LT Bold Condensed'), local('DINNeuzeitGroteskLT-BoldCond'), url('../fonts/DINNeuzeitGroteskLT-BoldCond.eot?#iefix') format('embedded-opentype'), url('../fonts/DINNeuzeitGroteskLT-BoldCond.woff2') format('woff2'), url('../fonts/DINNeuzeitGroteskLT-BoldCond.woff') format('woff'), url('../fonts/DINNeuzeitGroteskLT-BoldCond.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  transition: all 0.5s;
}
html {
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0px;
  padding: 0px;
}
.center {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
/*------------------------------------------------PRINCIPAL---------------------------------------------*/
.main {
  width: auto;
  height: 100vh;
  background: url("../img/background.jpg");
  background-size: cover;
  text-align: center;
}
ul {
  list-style: none;
}
nav {
  display: flex;
}
nav div {
  padding: 6px 16px;
  margin: 0px;
  transition: all 0.5s;
}
nav div:hover {
  transition: all 0.5s;
  background: #bdc3c6;
  color: #5a5958;
}
.on {
  background: #ede9e1;
  border-right: solid 1px #000000;
}
.on-contact {
  background: #ede9e1;
  border-left: solid 1px #000000;
}
.on-parutions {
  background: #ede9e1;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
}
nav a {
  font-family: 'DINNeuzeitGrotesk LT';
  font-weight: 100;
  font-style: normal;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.7px;
}
.contenu {
  width: 70%;
  padding-top: 8%;
}
.title {
  font-family: 'DINNeuzeitGrotesk LT BoldCond';
  font-weight: 100;
  font-style: normal;
  letter-spacing: 3px;
  font-size: 50px;
  text-transform: uppercase;
  color: #d8d8d8;
  text-align: left;
  padding-top: 130px;
}
.logo img {
  max-width: 360px;
}
.logo {
  padding-left: 400px;
}
footer {
  padding: 100px 0px;
  font-family: 'DINNeuzeitGrotesk LT';
  font-weight: 100;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 12px;
  color: #767676;
  text-align: center;
}
.formulaire {
  background-color: #FFFFFF;
  margin: 40px 0px;
  padding: 50px 0px;
}
.parutions {
  background-color: #FFFFFF;
  margin: 40px 0px;
  padding: 50px 0px;
}
.texte-parutions {
  width: 70%;
  text-align: justify;
  font-size: 15px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.bold {}
.inputclass {
  font-family: 'DINNeuzeitGrotesk LT';
  font-weight: 100;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 12px;
  color: #000000;
  padding: 10px;
  min-width: 300px;
  margin: 10px 0px;
}
.formulaire #btn-submit input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000000;
  border: 1px solid #FFFFFF;
  background-color: #FFED8F;
  padding: 15px 30px 15px 30px;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 0.1em;
  font-style: normal;
  width: auto;
  transition: all 0.5s;
  border-radius: 0px;
}
.formulaire #btn-submit input:hover {
  border: 1px solid #C59A6D;
  background-color: transparent;
  transition: all 0.5s;
}
.content h1 {
  font-family: 'DINNeuzeitGrotesk LT BoldCond';
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.5px;
  font-size: 25px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  padding-top: 50px;
}
.content p {
  font-family: 'DINNeuzeitGrotesk LT';
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.5px;
  font-size: 13px;
  color: #000000;
  text-align: center;
  padding-bottom: 30px;
}
.content a {
  font-family: 'DINNeuzeitGrotesk LT';
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.5px;
  font-size: 13px;
  max-width: 150px;
  color: #000000;
  border: 1px solid #FFFFFF;
  background-color: #FFED8F;
  padding: 15px 30px;
  margin: 30px 0px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s;
}
.content a:hover {
  border: 1px solid #C59A6D;
  background-color: transparent;
  transition: all 0.5s;
}
@media screen and (max-width: 850px) {
  .logo {
    padding-left: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 440px) {
  .title {
    letter-spacing: 2px;
    font-size: 30px;
    padding-top: 100px;
  }
  .logo img {
    max-width: 250px;
    padding-top: 50px;
  }
}