@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  font-family: gotham ssm book a, gotham ssm book b, gotham book, Helvetica, Arial, sans-serif;
  font-size: 16px;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
}

h2,
h3 {
  font-family: ClarinsRegular, Clarins;
  margin: 40px 0;
  text-align: center;
}

h2 {
  font-size: 35px;
}

button {
  text-transform: uppercase;
}

@media screen and (max-width: 500px) {
  h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  h2 {
    font-size: 25px;
  }
}

.adf_quote {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  display: inline-block;
  color: #b59059;
  line-height: 20px;
}

.adf_quote2 {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  display: inline-block;
  color: #bd212f;
  line-height: 20px;
}

@media screen and (min-width: 400px) {
  .hide-desktop {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .hide-mobile {
    display: none;
  }
}

.adf_main {
  background-image: url("../img/bg_section1.jpg");
  background-size: cover;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1600px;
  position: absolute;
  top: 113px;
  left: calc(50% - 800px);
}

.adf_main_bloc_logo {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}

.adf_main_bloc_logo img {
  width: 250px;
}

.adf_sec2 {
  margin-top: 220px;
  background-color: #fff;
  width: 100%;
  padding: 30px 10%;
  text-align: center;
  background-image: url("../img/Etoile_01.png");
  background-repeat: no-repeat;
  background-position: 95% 25%;
  background-size: 100px 100px;
}

.adf_sec2 span {
  font-size: 10px;
}

.adf_sec2 p {
  font-family: gotham ssm book a, gotham ssm book b, gotham book, Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 900px) {
  .adf_sec2 {
    margin-top: 350px;
    background-position: 95% 80%;
    background-size: 50px 50px;
  }
}

.adf_bg_sec3 {
  background-color: #e5d9c9;
  width: 1600px;
  position: absolute;
  left: calc(50% - 800px);
  height: 65%;
  z-index: 1;
  top: 17%;
}

.adf_bg_sec5 {
  background-color: #faeef2;
  width: 1600px;
  position: absolute;
  left: calc(50% - 800px);
  height: 65%;
  z-index: 1;
  top: 25%;
}

@media screen and (max-width: 900px) {
  .adf_bg_sec3,
  .adf_bg_sec5 {
    display: none;
  }
}

.adf_sec3,
.adf_sec5 {
  height: 100%;
  position: relative;
}

.adf_sec3 img,
.adf_sec5 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 500px) {
  .adf_sec5 {
    margin-top: 20px;
  }
}

.adf_sec3_bloctext,
.adf_sec5_bloctext {
  position: relative;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px;
  text-align: center;
  font-size: 25px;
  font-family: ClarinsRegular, Clarins;
  width: 100%;
}

.adf_sec3_bloctext span,
.adf_sec5_bloctext span {
  text-transform: uppercase;
  font-size: 12px;
  font-family: gotham ssm book a, gotham ssm book b, gotham book, Helvetica, Arial, sans-serif;
  display: block;
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  .adf_sec3_bloctext,
  .adf_sec5_bloctext {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 450px;
  }
}

.adf_sec4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../img/Etoile_03.png");
  background-repeat: no-repeat;
  background-position: 95% 25%;
}

.adf_sec4_bloc1,
.adf_sec4_bloc2 {
  width: 450px;
  background-color: #f6f6f6;
  padding: 30px;
  margin: 20px;
  margin-bottom: 10px;
}

.adf_sec4_bloc1 h3,
.adf_sec4_bloc2 h3 {
  font-size: 25px;
}

.adf_sec4_bloc1 .adf_sec4_bloc1_img,
.adf_sec4_bloc2 .adf_sec4_bloc1_img {
  width: 100%;
}

.adf_sec4_bloc1 p,
.adf_sec4_bloc2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.adf_sec4_bloc1 p img,
.adf_sec4_bloc2 p img {
  width: 100px;
}

.adf_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.adf_button button {
  margin: 30px 0 20px 0;
  padding: 10px;
  color: #fff;
  background-color: #000;
}

.adf_button button a {
  color: #fff;
}

@media screen and (max-width: 500px) {
  .adf_button button {
    width: 80%;
  }
}

.adf_sec6 h2 {
  background-image: url("../img/Etoile_03.png");
  background-repeat: no-repeat;
  background-position: 25% 10%;
  background-size: 20px 20px;
}

@media screen and (max-width: 500px) {
  .adf_sec6 h2 {
    font-size: 27px;
    background-position: 7% 10%;
  }
  .adf_sec6 h3 {
    font-size: 15px;
  }
}

@media screen and (min-width: 500px) and (max-width: 700px) {
  .adf_sec6 h2 {
    font-size: 25px;
    background-position: 10% 10%;
  }
}

@media screen and (min-width: 700px) and (max-width: 1000px) {
  .adf_sec6 h2 {
    background-position: 15% 10%;
  }
}

.adf_sec6_bloc1,
.adf_sec6_bloc2,
.adf_sec6_bloc3 {
  width: 33%;
  min-width: 400px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.adf_sec6_bloc1 h3,
.adf_sec6_bloc2 h3,
.adf_sec6_bloc3 h3 {
  text-align: center;
  text-transform: uppercase;
  font-family: gotham ssm book a, gotham ssm book b, gotham book, Helvetica, Arial, sans-serif;
}

.adf_sec6_bloc1 p,
.adf_sec6_bloc2 p,
.adf_sec6_bloc3 p {
  text-align: center;
  padding: 0 15%;
}

.adf_sec6_bloc1 img,
.adf_sec6_bloc2 img,
.adf_sec6_bloc3 img {
  text-align: center;
}

.adf_sec6_bloccontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: -30px;
}

.adf_sec7 h2 {
  background-image: url("../img/Etoile_01.png");
  background-repeat: no-repeat;
  background-position: 7% 10%;
  background-size: 60px 60px;
  margin-bottom: 0;
  height: 100px;
}

@media screen and (max-width: 500px) {
  .adf_sec7 h2 {
    font-size: 27px;
    height: 100%;
    background-size: 30px 30px;
  }
}

@media screen and (min-width: 500px) and (max-width: 700px) {
  .adf_sec7 h2 {
    font-size: 25px;
    height: 100%;
  }
}

@media screen and (min-width: 500px) {
  .adf_sec7 br {
    display: none;
  }
}

.adf_sec7_content_tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.adf_sec7_content_tile_img,
.adf_sec7_content_tile_text {
  width: 48%;
  min-width: 400px;
  padding: 20px;
  margin: 10px;
  margin-bottom: 10px;
}

.adf_sec7_content_tile_img img,
.adf_sec7_content_tile_text img {
  width: 100%;
}

.adf_sec7_content_tile_img p,
.adf_sec7_content_tile_text p {
  padding: 0 10px 0 10px;
}

.adf_sec7_content_tile_text > div {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

@media screen and (max-width: 900px) {
  .adf_sec7_content_tile_img,
  .adf_sec7_content_tile_text {
    width: 100%;
    min-width: 100%;
    text-align: center;
  }
  .adf_sec7_content_tile_text > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.adf_sec8 {
  background: url(../img/bg_rectangle.png);
  background-size: contain;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 26px;
}

.adf_sec8 p {
  padding: 0 10px 0 10px;
}

.adf_sec8 h2 {
  color: #be1635;
}

.adf_sec8 img {
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .adf_sec8 {
    background: #fff;
  }
}
