h2 {
  font-family: "Cormorant Garamond", serif;
}
h2 .jaune {
  font-style: italic;
}
.subtitle {
  text-transform: uppercase;
  font-style: italic;
  color: #D5B552;
}
.banner .background {
  height: 420px;
  max-width: unset;
  object-fit: cover;
}
.banner .banner-content {
  width: 100%;
  left: 0%;
  bottom: 0%;
}
.section-intro .background {
  height: 500px;
  object-fit: cover;
}
.section-intro .bg {
  position: absolute;
  left: 0%;
  top: 0%;
  background-color: black;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
.section-intro .banner-content {
  width: 90%;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}
.section-intro .banner-content img {
  margin: auto;
  display: none;
}
.section-intro .banner-content p {
  color: white;
  text-align: center;
  margin-top: 20px;
  font-size: 1.4em;
}
.section-description .col-2 img {
  margin: auto;
}
.section-description .p-container {
  row-gap: 10px;
}
.section-description .title-realisation {
  margin-top: 30px;
}
.section-carousel {
  background-color: #101011;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-carousel .swiper .swiper-wrapper .swiper-slide .bg {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
  position: absolute;
}
.section-carousel .swiper .swiper-wrapper .swiper-slide img {
  margin: auto;
}
.section-carousel .swiper .swiper-wrapper .swiper-slide p {
  position: absolute;
  left: 5%;
  bottom: 6%;
  color: white;
  font-size: 2em;
  font-family: "Cormorant Garamond", serif;
}
.section-carousel .swiper .custom-pagination {
  display: flex;
  justify-content: center;
  column-gap: 14px;
  margin-top: 26px;
  margin-bottom: 26px;
}
.section-carousel .swiper .swiper-pagination {
  color: white;
  position: relative;
  z-index: 2;
  cursor: pointer;
  width: fit-content;
  margin-top: 10px;
}
.section-carousel .swiper .swiper-pagination-bullet {
  background-color: white;
}
.section-carousel .swiper .swiper-button-next,
.section-carousel .swiper .swiper-button-prev {
  position: unset;
  color: white;
}
.section-carousel .swiper .swiper-button-next::after,
.section-carousel .swiper .swiper-button-prev::after {
  font-size: 20px !important;
  /* Default is 44px */
  height: 0;
}
.section-carousel .swiper .swiper-elements {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  align-items: center;
}
.section-contact {
  margin-top: 50px;
  margin-bottom: 50px;
}
.section-contact .container-90 p {
  margin-top: 20px;
}
.section-contact .container-90 .links {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.section-contact .container-90 .links > div {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.section-contact .container-90 .links .construction {
  margin-top: -18px;
  max-width: 660px;
}
.section-contact .container-90 svg {
  width: 25px;
  height: 25px;
}
.section-contact .container-90 .col-2 {
  margin-top: 60px;
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .banner .background {
    height: auto;
  }
  .section-intro .background {
    height: unset;
    object-fit: cover;
  }
  .section-intro .banner-content {
    top: 30%;
  }
  .section-intro .banner-content img {
    display: block;
  }
  .section-intro .banner-content p {
    font-size: 1.2em;
  }
  .section-description .container-90 .p-container {
    margin-left: 20px;
    row-gap: 22px;
  }
  .section-description .container-90 .col-1 {
    width: 40%;
    margin-top: 50px;
  }
  .section-description .container-90 .col-2 {
    width: 50%;
    margin-top: -48px;
    z-index: 1;
  }
  .section-carousel {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-carousel .swiper .swiper-wrapper .swiper-slide p {
    font-size: 2.3em;
  }
  .section-contact {
    margin-bottom: 80px;
  }
  .section-contact .container-90 {
    column-gap: 40px;
  }
  .section-contact .container-90 .col-1,
  .section-contact .container-90 .col-2 {
    width: 50%;
  }
  .section-contact .container-90 .col-2 h2 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1536px) and (orientation: landscape) {
  .section-description h2 {
    font-size: 2.8em;
  }
  .section-description .container-90 .col-1 {
    margin-top: 70px;
  }
  .section-description .container-90 .col-2 {
    margin-top: -100px;
  }
}
