@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display&display=swap");
span {
  font-weight: bold;
}

header {
  background-color: transparent;
  width: 100%;
}

header .entete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

header .entete .entete_logo img {
  width: 100px;
}

header .entete .headerLien .lienIn {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff8ee;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .entete .headerLien .lienIn a {
  text-decoration: none;
  color: #fff8ee;
  font-weight: 600;
  margin-right: 12px;
  margin-left: 12px;
}

header .entete .headerLien .lienIn a::before {
  content: "";
  background: #fff8ee;
  position: absolute;
  width: 60px;
  height: 2px;
  margin-top: 20px;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

header .entete .headerLien .lienIn a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

header .entete .headerLien .lienIn .lienSelect {
  border-bottom: 2px solid #fff8ee;
}

header .entete .entete_motif img {
  width: 100px;
}

.headerMobile {
  display: none;
}

.sidebar {
  display: none;
}

.hero-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../img/eb1.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/eb1.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0px;
  width: 100%;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff8ee;
}

.hero-text h1 {
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 10px;
  font-family: 'Big Shoulders Stencil Display', cursive;
}

.hero-text p {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 10px;
  font-family: 'Big Shoulders Stencil Display', cursive;
}

.hero-text2 {
  text-align: center;
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero-text2 button {
  border: none;
  outline: 0;
  font-size: 15px;
  display: inline-block;
  padding: 20px 35px;
  color: black;
  background-color: #fff8ee;
  text-align: center;
  cursor: pointer;
  margin-top: 100px;
  -webkit-transition: 200ms;
  transition: 200ms;
  letter-spacing: 2.5px;
}

.hero-text2 button:hover {
  background-color: #c9c3ba;
}

.section_1 {
  background-image: url("../img/eb2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.section_1 .text_1 {
  width: 50%;
  background-color: #A68A64;
  height: 100%;
}

.section_1 .text_1 h2 {
  color: #fff8ee;
  padding: 50px;
  font-size: 50px;
  letter-spacing: 7.5px;
  font-family: 'Big Shoulders Stencil Display', cursive;
  padding-bottom: 0px;
}

.section_1 .text_1 p {
  color: #fff8ee;
  padding: 50px;
  font-size: 20px;
  line-height: 35px;
}

.section_2 {
  background-color: #2b2d42;
  width: 1100px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.section_2 h2 {
  color: #fff8ee;
  padding: 50px;
  font-size: 50px;
  letter-spacing: 7.5px;
  font-family: 'Big Shoulders Stencil Display', cursive;
  text-align: center;
}

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

.section_2 .block_1 .text_2 {
  background-color: #A68A64;
  width: 90%;
}

.section_2 .block_1 .text_2 h2 {
  color: #fff8ee;
  padding: 50px;
  font-size: 50px;
  letter-spacing: 7.5px;
  font-family: 'Big Shoulders Stencil Display', cursive;
  padding-bottom: 0px;
}

.section_2 .block_1 .text_2 p {
  color: #fff8ee;
  padding: 50px;
  font-size: 20px;
  line-height: 35px;
  text-align: justify;
}

.section_2 .block_1 .text_2 button {
  border: none;
  outline: 0;
  font-size: 15px;
  display: block;
  padding: 20px 35px;
  color: black;
  background-color: #fff8ee;
  text-align: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  -webkit-transition: 100ms;
  transition: 100ms;
  letter-spacing: 2.5px;
}

.section_2 .block_1 .text_2 button:hover {
  background-color: #c9c3ba;
}

.section_2 .block_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding: 50px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.section_2 .block_2 a {
  text-decoration: none;
  -webkit-transition: 100ms;
  transition: 100ms;
}

.section_2 .block_2 a:hover {
  opacity: 70%;
}

.section_2 .block_2 .img1 {
  background-image: url("../img/home5.jpg");
}

.section_2 .block_2 .img2 {
  background-image: url("../img/home6.jpg");
}

.section_2 .block_2 .img3 {
  background-image: url("../img/home14.jpg");
}

.section_2 .block_2 .img_block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 300px;
  position: relative;
}

.section_2 .block_2 .img_block h2 {
  background-color: #A68A64;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100px;
  font-size: 30px;
  letter-spacing: 7.5px;
  font-family: 'Big Shoulders Stencil Display', cursive;
}

.section_3 {
  background-color: #A68A64;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.section_3 h2 {
  color: #fff8ee;
  padding: 50px;
  font-size: 50px;
  letter-spacing: 7.5px;
  font-family: 'Big Shoulders Stencil Display', cursive;
  padding-bottom: 0px;
}

.section_3 p {
  color: #fff8ee;
  padding: 50px;
  font-size: 20px;
  line-height: 35px;
  text-align: justify;
}

.section_3 p button {
  border: none;
  outline: 0;
  font-size: 15px;
  display: block;
  padding: 20px 35px;
  color: black;
  background-color: #fff8ee;
  text-align: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 100ms;
  transition: 100ms;
  letter-spacing: 2.5px;
}

.section_3 p button:hover {
  background-color: #c9c3ba;
}

.section_3 img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 50px;
  height: auto;
}

.section_4 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.tablink {
  background-color: #2b2d42;
  color: #fff8ee;
  float: left;
  border: solid 2px #fff8ee;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 33.33%;
  margin-bottom: 50px;
}

.tablink:hover {
  background-color: #575970;
}

/* Style the tab content */
.tabcontent {
  color: #fff8ee;
  display: none;
  padding: 50px;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
}

.tabcontent h2 {
  margin-bottom: 25px;
}

#London {
  background-color: #2b2d42;
}

#Paris {
  background-color: #2b2d42;
}

#Tokyo {
  background-color: #2b2d42;
}

.section_5 {
  width: 1100px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #A68A64;
  padding-bottom: 50px;
}

.section_5 h2 {
  color: #fff8ee;
  padding: 50px;
  font-size: 50px;
  letter-spacing: 7.5px;
  font-family: 'Big Shoulders Stencil Display', cursive;
  padding-bottom: 0px;
}

.section_5 p {
  color: #fff8ee;
  padding: 50px;
  font-size: 20px;
  line-height: 35px;
  text-align: justify;
}

.section_5 .block_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.section_5 .block_5 div img {
  width: 150px;
  height: auto;
}

.section_5 .block_5 div .text {
  text-align: center;
  color: #fff8ee;
  font-family: 'Big Shoulders Stencil Display', cursive;
  font-size: 25px;
  letter-spacing: 2.5px;
}

.section_6 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.section_6 h2 {
  font-size: 50px;
  letter-spacing: 7.5px;
  font-family: 'Big Shoulders Stencil Display', cursive;
  margin-bottom: 25px;
}

.section_6 iframe {
  width: 100%;
  height: 450px;
}

footer {
  margin-top: 50px;
  background: #2b2d42;
}

footer .footerIn {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

footer .footerIn .footerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .footerIn .footerTop div {
  width: 25%;
  margin-right: 25px;
}

footer .footerIn .footerTop div img {
  width: 100px;
}

footer .footerIn .footerTop div h1 {
  font-size: 1.2em;
  color: white;
  margin-bottom: 25px;
}

footer .footerIn .footerTop div span {
  display: block;
  border: 1px solid #A68A64;
  width: 40px;
  position: relative;
  margin-top: -17px;
  margin-bottom: 27px;
}

footer .footerIn .footerTop div p {
  font-size: 0.8em;
  color: white;
  line-height: 20px;
}

footer .footerIn .footerTop div a {
  font-size: 0.8em;
  color: white;
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

footer .footerIn .footerTop div a:hover {
  color: #A68A64;
}

footer .footerIn .footerTop div .lienTel {
  font-size: 1em;
  color: #A68A64;
  text-decoration: none;
}

footer .footerIn .footerBottom {
  border-top: 0.1px solid white;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 0.7em;
  color: white;
}

@media all and (max-width: 1100px) {
  header .entete {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
  header .entete .entete_logo img {
    width: 70px;
  }
  header .entete .entete_motif {
    display: none;
  }
  .hero-text h1 {
    font-size: 50px;
  }
  .hero-text p {
    font-size: 20px;
  }
  .section_1 {
    width: 90%;
    margin-top: 50px;
  }
  .section_1 .text_1 {
    width: 50%;
    height: 100%;
  }
  .section_1 .text_1 h2 {
    color: #fff8ee;
    padding: 50px;
    font-size: 40px;
    letter-spacing: 7.5px;
  }
  .section_1 .text_1 p {
    color: #fff8ee;
    padding: 50px;
    font-size: 20px;
    line-height: 35px;
  }
  .section_2 {
    width: 90%;
    margin-top: 50px;
  }
  .section_2 h2 {
    padding: 50px;
    font-size: 40px;
    letter-spacing: 7.5px;
  }
  .section_2 .block_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_2 .block_1 .text_2 {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .section_2 .block_1 .text_2 h2 {
    padding: 50px;
    font-size: 40px;
    letter-spacing: 7.5px;
    padding-bottom: 0px;
  }
  .section_2 .block_1 .text_2 p {
    padding: 50px;
    font-size: 20px;
    line-height: 35px;
    text-align: justify;
  }
  .section_2 .block_1 .text_2 button {
    border: none;
    outline: 0;
    font-size: 15px;
    display: block;
    padding: 20px 35px;
    color: black;
    background-color: #fff8ee;
    text-align: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    -webkit-transition: 100ms;
    transition: 100ms;
    letter-spacing: 2.5px;
  }
  .section_2 .block_1 .text_2 button:hover {
    background-color: #c9c3ba;
  }
  .section_2 .block_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_2 .block_2 .img_block {
    margin-bottom: 50px;
    height: 400px;
    width: 100%;
    position: relative;
  }
  .section_2 .block_2 .img_block h2 {
    font-size: 20px;
  }
  .section_3 {
    width: 90%;
    margin-top: 50px;
  }
  .section_3 h2 {
    padding: 50px;
    font-size: 40px;
    letter-spacing: 7.5px;
    font-family: 'Big Shoulders Stencil Display', cursive;
    padding-bottom: 0px;
  }
  .section_3 p {
    padding: 50px;
    font-size: 20px;
    line-height: 35px;
  }
  .section_3 img {
    width: 90%;
    padding-bottom: 50px;
  }
  .section_4 {
    width: 90%;
    margin-top: 50px;
  }
  .tablink {
    padding: 14px 16px;
    font-size: 17px;
    width: 33.33%;
    margin-bottom: 50px;
  }
  .tabcontent {
    display: none;
    padding: 50px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
  }
  .tabcontent h2 {
    margin-bottom: 25px;
  }
  .section_5 {
    width: 90%;
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .section_5 h2 {
    padding: 50px;
    font-size: 40px;
    letter-spacing: 7.5px;
    padding-bottom: 0px;
  }
  .section_5 p {
    padding: 50px;
    font-size: 20px;
    line-height: 35px;
    text-align: justify;
  }
  .section_5 .block_5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .section_5 .block_5 div img {
    width: 120px;
  }
  .section_5 .block_5 div .text {
    font-size: 15px;
  }
  .section_6 {
    width: 90%;
    margin-top: 50px;
  }
  .section_6 h2 {
    font-size: 40px;
    letter-spacing: 7.5px;
    margin-bottom: 25px;
  }
  .section_6 iframe {
    width: 100%;
    height: 450px;
  }
  footer .footerIn {
    width: 90%;
  }
  footer .footerIn .footerTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footerIn .footerTop div {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  footer .footerIn .footerTop div span {
    margin-bottom: 17px;
  }
  footer .footerIn .footerBottom {
    border-top: 0.1px solid white;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 0.7em;
    color: white;
  }
}

@media all and (max-width: 750px) {
  header {
    display: none;
  }
  .headerMobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    background-color: #A68A64;
    position: fixed;
    top: 0px;
    width: 100%;
    -webkit-box-shadow: 5px 0px 10px black;
            box-shadow: 5px 0px 10px black;
    z-index: 100;
  }
  .headerMobile img {
    width: 40px;
    margin-left: 20px;
  }
  .headerMobile .title {
    color: #fff8ee;
    letter-spacing: 5px;
    font-family: 'Big Shoulders Stencil Display', cursive;
    font-size: 25px;
  }
  .headerMobile .burger {
    font-size: 2rem;
    padding-right: 25px;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff8ee;
  }
  .hero-text h1 {
    font-size: 40px;
  }
  .hero-text p {
    font-size: 15px;
  }
  .hero-text2 button {
    font-size: 15px;
  }
  .sidebar {
    display: initial;
    position: fixed;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 100%;
    background: #a68a64dc;
    height: 100%;
    -webkit-transition: 500ms;
    transition: 500ms;
    z-index: 200;
  }
  .sidebar .sidebar-close-button {
    background: none;
    border: none;
    width: 3rem;
    height: 3rem;
    padding: .5rem;
    font-size: 2rem;
    padding-top: 0;
    cursor: pointer;
    position: absolute;
    right: .5rem;
    top: 1.5rem;
    color: white;
  }
  .sidebar .lienIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 10%;
    margin-top: 20%;
  }
  .sidebar .lienIn a {
    margin-top: 20px;
    font-size: 1.2em;
    text-decoration: none;
    color: white;
    font-weight: 600;
  }
  .sidebar .lienIn .buttonMobileSelect {
    color: #fff8ee;
  }
  .sidebar .infoHeaderMobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 10%;
    margin-top: 15%;
    color: white;
  }
  .sidebar .infoHeaderMobile a {
    color: white;
  }
  .sidebar .infoHeaderMobile br {
    margin-bottom: 10px;
  }
  .sidebar.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .imgBack {
    padding-top: 60px;
  }
  .section_1 {
    width: 90%;
    margin-top: 25px;
  }
  .section_1 .text_1 {
    width: 100%;
  }
  .section_1 .text_1 h2 {
    padding: 30px;
    font-size: 30px;
  }
  .section_1 .text_1 p {
    padding: 30px;
    font-size: 18px;
  }
  .section_2 {
    width: 90%;
    margin-top: 25px;
  }
  .section_2 h2 {
    padding: 30px;
    font-size: 30px;
  }
  .section_2 .block_1 .text_2 {
    width: 90%;
  }
  .section_2 .block_1 .text_2 h2 {
    padding: 30px;
    font-size: 30px;
  }
  .section_2 .block_1 .text_2 p {
    padding: 30px;
    font-size: 18px;
  }
  .section_2 .block_2 {
    margin-top: 25px;
    padding: 0px;
  }
  .section_2 .block_2 .img_block {
    margin-bottom: 25px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .section_3 {
    width: 90%;
    margin-top: 25px;
  }
  .section_3 h2 {
    padding: 30px;
    font-size: 30px;
    padding-bottom: 0px;
  }
  .section_3 p {
    padding: 30px;
    font-size: 18px;
  }
  .section_3 img {
    padding-bottom: 25px;
  }
  .section_4 {
    width: 90%;
    margin-top: 25px;
  }
  .tablink {
    padding: 14px 16px;
    font-size: 17px;
    width: 33.33%;
    margin-bottom: 50px;
  }
  .tabcontent {
    padding: 30px;
    font-size: 18px;
    text-align: justify;
  }
  .section_5 {
    width: 90%;
    margin-top: 25px;
    padding-bottom: 25px;
  }
  .section_5 h2 {
    padding: 30px;
    font-size: 30px;
    padding-bottom: 0px;
  }
  .section_5 p {
    padding: 30px;
    font-size: 18px;
  }
  .section_5 .block_5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_5 .block_5 div {
    margin-left: auto;
    margin-right: auto;
  }
  .section_5 .block_5 div img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .section_5 .block_5 div .text {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .section_6 {
    width: 90%;
    margin-top: 25px;
  }
  .section_6 h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  footer .footerIn {
    width: 90%;
  }
  footer .footerIn .footerTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  footer .footerIn .footerTop div {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  footer .footerIn .footerTop div img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footerIn .footerTop div .pFooterMobile {
    text-align: center;
  }
  footer .footerIn .footerTop div span {
    margin-bottom: 17px;
  }
  footer .footerIn .footerBottom {
    border-top: 0.1px solid white;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 0.7em;
    color: white;
  }
}

* {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
/*# sourceMappingURL=style.css.map */