@font-face {
  font-family: "Gotham";
  src: url("../font/GOTHAM-THIN.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../font/GOTHAM-LIGHT.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../font/Gotham-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../font/GOTHAM-MEDIUM.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../font/GOTHAM-BOLD.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../font/Gotham-Black.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DidotLTStd";
  src: url("../font/DidotLTStd-Roman_0.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DidotLTStd";
  src: url("../font/DidotLTStd-Bold_0.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html body {
  margin: 0;
  background-color: #000;
  width: 100%;
}

html body #allJeanJean {
  background-image: url(../KVEclaireurs.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  height: 100vh;
  max-height: 1080px;
  max-width: 1920px;
  margin: 0 auto;
}

html body #allJeanJean .containAll {
  padding: 0 20px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  html body #allJeanJean .containAll {
    padding: 0 58px;
  }
}

html body #allJeanJean .containCarre {
  display: inline-block;
  background-color: #F3E5DC;
  margin: 0 auto;
  max-width: 1080px;
  padding: 35px 27px;
  -webkit-box-shadow: 0px 0px 49px #F3E5DC;
          box-shadow: 0px 0px 49px #F3E5DC;
  border-radius: 5px;
  margin-top: 56.26vw;
}

html body #allJeanJean .containCarre .textJean {
  color: #131B38;
  font-family: 'DidotLTStd', sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  padding-bottom: 35px;
}

html body #allJeanJean .containCarre .textJean sup {
  font-size: 50%;
}

html body #allJeanJean .containCarre .textJean span {
  font-family: 'Gotham';
  font-weight: 200;
  font-size: 16px;
  line-height: 19px;
  padding-top: 30px;
  display: block;
}

@media screen and (min-width: 1024px) {
  html body #allJeanJean .containCarre .textJean span {
    padding-top: 0;
    font-size: 24px;
    line-height: 29px;
  }
}

@media screen and (min-width: 1024px) {
  html body #allJeanJean .containCarre .textJean {
    font-size: 33px;
    line-height: 41px;
  }
}

html body #allJeanJean .containCarre .buttonJean {
  color: #E5B69F;
  background-color: #092E4E;
  border-radius: 5px;
  padding: 28px 38px;
  display: table;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: 'Gotham';
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  html body #allJeanJean .containCarre .buttonJean {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (min-width: 640px) {
  html body #allJeanJean .containCarre {
    margin: 45vw auto 0;
  }
}

@media screen and (min-width: 1024px) {
  html body #allJeanJean .containCarre {
    margin: 37.50vw auto 0;
  }
}

@media screen and (min-width: 1920px) {
  html body #allJeanJean .containCarre {
    margin-top: 720px;
  }
}

html body #allJeanJean .logoF {
  text-align: center;
  padding-top: 30px;
}

html body #allJeanJean .logoF img {
  display: block;
  margin: 0 auto;
  max-width: 132px;
  height: auto;
}

@media screen and (min-width: 640px) {
  html body #allJeanJean .logoF img {
    max-width: 189px;
  }
}

@media screen and (min-width: 1024px) {
  html body #allJeanJean {
    background-position: center -40px;
  }
}

@media screen and (min-width: 1280px) {
  html body #allJeanJean {
    background-position: center -70px;
  }
}
/*# sourceMappingURL=style.css.map */