.p-1 {
  padding: 8px;
}

.p-2 {
  padding: 16px;
}

.p-3 {
  padding: 24px;
}

.p-4 {
  padding: 32px;
}

.p-5 {
  padding: 40px;
}

.p-6 {
  padding: 48px;
}

.p-7 {
  padding: 56px;
}

.p-8 {
  padding: 64px;
}

.p-9 {
  padding: 72px;
}

.p-10 {
  padding: 80px;
}

.p-11 {
  padding: 88px;
}

.p-12 {
  padding: 96px;
}

.p-13 {
  padding: 104px;
}

.p-14 {
  padding: 112px;
}

.p-15 {
  padding: 120px;
}

.px-1 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.px-2 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-3 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-4 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.px-5 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-6 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.px-7 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.px-8 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.px-9 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.px-10 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.px-11 {
  padding-left: 88px !important;
  padding-right: 88px !important;
}

.px-12 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.px-13 {
  padding-left: 104px !important;
  padding-right: 104px !important;
}

.px-14 {
  padding-left: 112px !important;
  padding-right: 112px !important;
}

.px-15 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-7 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.py-8 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-9 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.py-10 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-11 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.py-12 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.py-13 {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}

.py-14 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

.py-15 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.pt-1 {
  padding-top: 8px;
}

.pt-2 {
  padding-top: 16px;
}

.pt-3 {
  padding-top: 24px;
}

.pt-4 {
  padding-top: 32px;
}

.pt-5 {
  padding-top: 40px;
}

.pt-6 {
  padding-top: 48px;
}

.pt-7 {
  padding-top: 56px;
}

.pt-8 {
  padding-top: 64px;
}

.pb-1 {
  padding-bottom: 8px;
}

.pb-2 {
  padding-bottom: 16px;
}

.pb-3 {
  padding-bottom: 24px;
}

.pb-4 {
  padding-bottom: 32px;
}

.pb-5 {
  padding-bottom: 40px;
}

.pb-6 {
  padding-bottom: 48px;
}

.pb-7 {
  padding-bottom: 56px;
}

.pb-8 {
  padding-bottom: 64px;
}

@media (max-width: 480px) {
  .p-1 {
    padding: 3px;
  }
  .p-2 {
    padding: 6px;
  }
  .p-3 {
    padding: 9px;
  }
  .p-4 {
    padding: 12px;
  }
  .p-5 {
    padding: 15px;
  }
  .p-6 {
    padding: 18px;
  }
  .p-7 {
    padding: 21px;
  }
  .p-8 {
    padding: 24px;
  }
  .p-9 {
    padding: 27px;
  }
  .p-10 {
    padding: 30px;
  }
  .p-11 {
    padding: 33px;
  }
  .p-12 {
    padding: 36px;
  }
  .p-13 {
    padding: 39px;
  }
  .p-14 {
    padding: 42px;
  }
  .p-15 {
    padding: 45px;
  }
  .px-1 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .px-2 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .px-3 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .px-4 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .px-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .px-6 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .px-7 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .px-8 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .px-9 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .px-10 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .px-11 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
  .px-12 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .px-13 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .px-14 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .px-15 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .py-1 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .py-2 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-3 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .py-4 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-6 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .py-7 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .py-8 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-9 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  .py-10 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-11 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
  .py-12 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-13 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
  .py-14 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .py-15 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pt-1 {
    padding-top: 3px;
  }
  .pt-2 {
    padding-top: 6px;
  }
  .pt-3 {
    padding-top: 9px;
  }
  .pt-4 {
    padding-top: 12px;
  }
  .pt-5 {
    padding-top: 15px;
  }
  .pt-6 {
    padding-top: 18px;
  }
  .pt-7 {
    padding-top: 21px;
  }
  .pt-8 {
    padding-top: 24px;
  }
  .pb-1 {
    padding-bottom: 3px;
  }
  .pb-2 {
    padding-bottom: 6px;
  }
  .pb-3 {
    padding-bottom: 9px;
  }
  .pb-4 {
    padding-bottom: 12px;
  }
  .pb-5 {
    padding-bottom: 15px;
  }
  .pb-6 {
    padding-bottom: 18px;
  }
  .pb-7 {
    padding-bottom: 21px;
  }
  .pb-8 {
    padding-bottom: 24px;
  }
}
.m-1 {
  margin: 8px;
}

.m-2 {
  margin: 16px;
}

.m-3 {
  margin: 24px;
}

.m-4 {
  margin: 32px;
}

.m-5 {
  margin: 40px;
}

.m-6 {
  margin: 48px;
}

.m-7 {
  margin: 56px;
}

.m-8 {
  margin: 64px;
}

.m-9 {
  margin: 72px;
}

.m-10 {
  margin: 80px;
}

.m-11 {
  margin: 88px;
}

.m-12 {
  margin: 96px;
}

.m-13 {
  margin: 104px;
}

.m-14 {
  margin: 112px;
}

.m-15 {
  margin: 120px;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mt-4 {
  margin-top: 32px;
}

.mt-5 {
  margin-top: 40px;
}

.mt-6 {
  margin-top: 48px;
}

.mt-7 {
  margin-top: 56px;
}

.mt-8 {
  margin-top: 64px;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 24px;
}

.mb-4 {
  margin-bottom: 32px;
}

.mb-5 {
  margin-bottom: 40px;
}

.mb-6 {
  margin-bottom: 48px;
}

.mb-7 {
  margin-bottom: 56px;
}

.mb-8 {
  margin-bottom: 64px;
}

.l-height-1 {
  line-height: 8px;
}

.l-height-2 {
  line-height: 16px;
}

.l-height-3 {
  line-height: 24px;
}

.l-height-4 {
  line-height: 32px;
}

.l-height-5 {
  line-height: 40px;
}

.l-height-6 {
  line-height: 48px;
}

.l-height-7 {
  line-height: 56px;
}

.l-height-8 {
  line-height: 64px;
}

.l-height-9 {
  line-height: 72px;
}

.l-height-10 {
  line-height: 80px;
}

.l-height-11 {
  line-height: 88px;
}

.l-height-12 {
  line-height: 96px;
}

.l-height-13 {
  line-height: 104px;
}

.l-height-14 {
  line-height: 112px;
}

.l-height-15 {
  line-height: 120px;
}

.g-1 {
  gap: 8px;
}

.g-2 {
  gap: 16px;
}

.g-3 {
  gap: 24px;
}

.g-4 {
  gap: 32px;
}

.g-5 {
  gap: 40px;
}

.g-6 {
  gap: 48px;
}

.g-7 {
  gap: 56px;
}

.g-8 {
  gap: 64px;
}

body {
  background: #FFFFFF;
  font-family: "Fira Sans", sans-serif;
  font-size: clamp(1rem, 0.98rem + 0.13vw, 1.13rem);
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  color: inherit;
}

li, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Fira Sans Extra Condensed", sans-serif;
}

.w-100 {
  width: 100%;
}

.text-center {
  text-align: center;
}

.z-front {
  z-index: 9999 !important;
  position: relative;
}

.z-front-extra {
  z-index: 99999 !important;
}

.m-auto {
  margin: auto;
}

.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
}
.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
}

.flex {
  display: flex;
  z-index: 2;
  position: relative;
}
.flex .col-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  width: 8.3333333333%;
}
.flex .col-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  width: 16.6666666667%;
}
.flex .col-3 {
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
.flex .col-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  width: 33.3333333333%;
}
.flex .col-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  width: 41.6666666667%;
}
.flex .col-6 {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
.flex .col-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  width: 58.3333333333%;
}
.flex .col-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  width: 66.6666666667%;
}
.flex .col-9 {
  flex-basis: 75%;
  max-width: 75%;
  width: 75%;
}
.flex .col-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  width: 83.3333333333%;
}
.flex .col-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  width: 91.6666666667%;
}
.flex .col-12 {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.flex-space_between {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-align_center {
  align-items: center;
}
.flex-align_stretch {
  align-items: stretch;
}
.flex-justify_center {
  justify-content: center;
}
.flex-justify_end {
  justify-content: end;
}
.flex-nocol {
  display: inline-block;
}
.flex-row {
  flex-wrap: wrap;
}

.center {
  width: 100%;
  margin: auto;
}
@media (min-width: 1300px) {
  .center {
    width: 1200px;
  }
}

nav {
  width: 100%;
  position: fixed !important;
  background-color: #FFFFFF;
  padding: 16px 24px;
  z-index: 9999;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  transition: 0.6s ease all;
  top: 0;
}
nav.hidden {
  top: -100px;
}
nav .menu {
  /** Menu Mobile **/
}
nav .menu .active {
  color: #F8B8B7;
}
nav .menu .active::before {
  width: 50% !important;
}
nav .menu a:not(.button, .hidden) {
  padding: 0 16px;
  position: relative;
  display: inline-block;
}
nav .menu a:not(.button, .hidden)::before {
  content: "";
  background-color: #F8B8B7;
  height: 3px;
  width: 0;
  border-radius: 10px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease all;
}
nav .menu a:not(.button, .hidden):hover::before {
  width: 50%;
}
nav .menu a.button {
  margin-left: 4px;
}
@media (max-width: 1070px) {
  nav .menu a {
    display: none !important;
  }
}
nav .menu .button {
  background-color: #000000;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  color: #FFFFFF;
  padding: 12px 16px;
  position: relative;
  text-transform: uppercase;
  display: inline-block !important;
}
@media (max-width: 768px) {
  nav .menu .button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 0 !important;
    text-align: center;
    padding: 16px;
    z-index: 999999;
  }
}
nav .menu .button::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: 0.3s ease all;
  z-index: 0;
}
nav .menu .button:hover::before {
  height: 100%;
}
nav .menu .button a {
  margin-top: 3px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
nav .menu .hidden {
  display: none !important;
  height: 22px;
  margin-left: 16px;
}
@media (max-width: 1070px) {
  nav .menu .hidden {
    display: inline-block !important;
  }
}
nav .logo {
  width: 100px;
  height: 40px;
}

header .header-title {
  height: 100%;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-size: clamp(2.03rem, 1.98rem + 0.25vw, 2.28rem);
}
header.header {
  width: 100%;
  background-size: cover;
  position: relative;
}
header.header-1 {
  background-image: url(../images/header.jpg);
  background-position: center center;
  height: 80vh;
}
@media (max-width: 480px) {
  header.header-1 {
    height: 50vh;
  }
}
header.header-2 {
  background-image: url(../images/header-2.jpg);
  background-position: center center;
  color: #FFFFFF;
}
header.header-2::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
header.header-3 {
  background-image: url(../images/map.jpg);
  background-position: top center;
}
header.header-3 #map {
  height: 100%;
  width: 100%;
  position: absolute;
}
@media (max-width: 1070px) {
  header.header-3 .py-15 {
    justify-content: center !important;
  }
}
@media (max-width: 768px) {
  header.header-3_mobile .py-15 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  header.header-3_mobile .col-4,
  header.header-3_mobile .col-5 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
header.header-4 {
  background-image: url(../images/header-4.jpg);
  background-position: center center;
  height: 340px;
}
@media (max-width: 768px) {
  header.header-4 {
    display: none;
  }
}
header.header-4::before {
  content: "";
  background-color: rgba(206, 120, 144, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
header.header .logo {
  width: 400px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1070px) {
  header.header .logo {
    width: 90%;
  }
}
@media (max-width: 480px) {
  header.header .logo {
    width: 75%;
  }
}
header.header .logo::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.95);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 110px;
  z-index: -1;
  filter: blur(80px);
}
header.header .logo-2 {
  width: 400px;
  z-index: 1;
}
@media (max-width: 1070px) {
  header.header .logo-2 {
    width: 90%;
  }
}
header .map img {
  width: 100%;
  max-width: 100%;
}
header .hidden {
  display: none;
}
@media (max-width: 480px) {
  header .hidden {
    display: inherit;
  }
}

@media (max-width: 768px) {
  .container .flex {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .container-hidden {
    display: none;
  }
}
.container-presentation {
  background-color: #FFF8FA;
}
.container-presentation h2 {
  text-transform: uppercase;
}
.container-presentation img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .container-presentation .col-4,
  .container-presentation .col-8 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .container-presentation .flex {
    flex-direction: column-reverse;
  }
  .container-presentation .g-8 {
    gap: 14px;
  }
}
.container-instagram {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.container-instagram .flex {
  transition: transform 0.4s ease-in-out;
}
.container-instagram #instagram-post img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.container-instagram #instagram-post.carousel-items {
  gap: 0 !important;
}
@media (max-width: 768px) {
  .container-instagram #instagram-post {
    flex-direction: initial;
  }
}
.container-instagram #instagram-post .carousel-item {
  position: relative;
  overflow: hidden;
  width: 33.33%;
  flex: 1 0 33.33%;
}
@media (min-width: 1300px) {
  .container-instagram #instagram-post .carousel-item {
    width: 25%;
    flex: 1 0 25%;
  }
}
@media (max-width: 768px) {
  .container-instagram #instagram-post .carousel-item {
    width: 50%;
    flex: 1 0 50%;
  }
}
@media (max-width: 480px) {
  .container-instagram #instagram-post .carousel-item {
    width: 100%;
    flex: 1 0 100%;
  }
}
.container-instagram #instagram-post .carousel-item a {
  color: #F8B8B7;
  transition: 1s ease all;
  display: flex;
}
.container-instagram #instagram-post .carousel-item a::before {
  transition: 0.3s ease all;
}
.container-instagram #instagram-post .carousel-item a::after {
  transition: 0.3s ease all;
}
.container-instagram #instagram-post .carousel-item a:hover::before {
  content: "Voir le poste";
  font-family: "Fira Sans Extra Condensed", sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 248, 250, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.container-instagram #instagram-post .carousel-item a:hover::after {
  content: "";
  border: 3px solid #F8B8B7;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(0.9);
}
.container-review {
  background-image: url(../images/review.jpg);
  background-size: cover;
  background-position: top center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .container-review {
    padding-bottom: 0 !important;
  }
}
.container-review.fade-left::before, .container-review.fade-left::after, .container-review.fade-right::before, .container-review.fade-right::after {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
@media (max-width: 768px) {
  .container-review.fade-left::before, .container-review.fade-left::after, .container-review.fade-right::before, .container-review.fade-right::after {
    display: none !important;
  }
}
.container-review.fade-left.visible::before, .container-review.fade-left.visible::after, .container-review.fade-right.visible::before, .container-review.fade-right.visible::after {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.container-review.fade-left::before {
  left: 0;
  opacity: 1;
  background: rgb(214, 214, 214);
  background: linear-gradient(90deg, rgb(214, 214, 214) 0%, rgba(255, 255, 255, 0) 100%);
}
.container-review.fade-right::after {
  right: 0;
  opacity: 1;
  background: rgb(214, 214, 214);
  background: linear-gradient(-90deg, rgb(214, 214, 214) 0%, rgba(255, 255, 255, 0) 100%);
}
.container-review_carousel {
  align-items: center;
}
@media (max-width: 480px) {
  .container-review_carousel .px-15 {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .container-review_carousel .flex {
    flex-direction: row;
  }
  .container-review_carousel.px-15 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .container-review_carousel .container-review_box .col-2 {
    width: 50px;
    max-width: 50px;
  }
}
.container-review_carousel:hover .container-review_box {
  opacity: 0.3;
}
@media (max-width: 768px) {
  .container-review_carousel:hover .container-review_box {
    opacity: 1;
  }
}
.container-review_carousel:hover .container-review_box:hover {
  opacity: 1;
}
.container-review_box {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
  box-sizing: border-box;
  transition: 0.2s ease all;
  opacity: 1;
  border-top: 1px solid #f1f1f1;
}
.container-review_box:nth-child(odd) {
  background-color: #fefefe;
}
@media (max-width: 480px) {
  .container-review_box {
    border-radius: 0;
  }
  .container-review_box .flex {
    padding: 24px;
  }
}
.container-review_box.active {
  display: flex;
}
.container-review_box__photo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.container-review_box__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-review_box__status {
  padding-left: 16px;
}
.container-review_box__status b {
  font-size: clamp(1.13rem, 1.1rem + 0.14vw, 1.27rem);
  font-weight: 500;
}
.container-review_box__status i {
  font-size: clamp(0.89rem, 0.87rem + 0.11vw, 1rem);
  color: #b9b9b9;
}
.container-review_box__text b {
  font-size: clamp(1.13rem, 1.1rem + 0.14vw, 1.27rem);
  font-weight: 500;
}
.container-review_box__text p {
  font-size: clamp(0.89rem, 0.87rem + 0.11vw, 1rem);
  line-height: 23px;
}
.container-infos {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  box-shadow: 10px 0px 14px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .container-infos {
    text-align: center !important;
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .container-infos .py-7 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
.container-infos i {
  color: #F8B8B7;
}
.container-infos b {
  font-size: clamp(1.13rem, 1.1rem + 0.14vw, 1.27rem);
}
.container-infos p {
  font-size: clamp(0.89rem, 0.87rem + 0.11vw, 1rem);
}
.container-fields {
  background-color: rgba(255, 255, 255, 0.65);
  width: 100%;
  height: auto;
  box-shadow: 10px 0px 14px rgba(0, 0, 0, 0.02);
}
@media (max-width: 768px) {
  .container-fields {
    background-color: #FFF8FA;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 40px !important;
  }
  .container-fields .col-6 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.container-fields i {
  color: #F8B8B7;
}
.container-fields b {
  font-size: clamp(1.13rem, 1.1rem + 0.14vw, 1.27rem);
}
@media (max-width: 768px) {
  .container-fields b {
    font-size: clamp(1.42rem, 1.39rem + 0.18vw, 1.6rem) !important;
  }
}
.container-fields p {
  font-size: clamp(1rem, 0.98rem + 0.13vw, 1.13rem);
}
.container-fields_contact input, .container-fields_contact textarea {
  background-color: #FFFFFF;
  font-size: clamp(0.89rem, 0.87rem + 0.11vw, 1rem);
  border: 1px solid #000000;
  padding: 8px;
  width: 100%;
  outline: none;
  appearance: none;
  cursor: pointer;
  resize: vertical;
  max-height: 200px;
}
@media (max-width: 768px) {
  .container-fields_contact input, .container-fields_contact textarea {
    font-size: clamp(1.13rem, 1.1rem + 0.14vw, 1.27rem);
    padding: 14px;
  }
}
.container-fields_contact input:focus, .container-fields_contact textarea:focus {
  cursor: text;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}
.container-fields_contact input:focus::-webkit-input-placeholder, .container-fields_contact textarea:focus::-webkit-input-placeholder {
  color: lightgray;
}
.container-fields_contact input::-webkit-input-placeholder, .container-fields_contact textarea::-webkit-input-placeholder {
  color: #000000;
}
.container-fields_contact input[type=button], .container-fields_contact textarea[type=button] {
  background-color: #F8B8B7;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  text-transform: uppercase;
  border: none;
  color: #000000;
  padding: 12px 0;
  transition: 0.3s ease all;
}
.container-fields_contact input[type=button]:hover, .container-fields_contact textarea[type=button]:hover {
  box-shadow: 0 -50px 0 rgba(255, 255, 255, 0.2) inset;
}
.container-fields_contact textarea {
  font-family: "Fira Sans", sans-serif;
  height: 100px;
  min-height: 100px;
}

@media (max-width: 768px) {
  footer {
    margin-bottom: 64px;
  }
  footer .flex {
    flex-direction: column;
  }
  footer.px-15 {
    padding: 32px;
  }
  footer .col-8,
  footer .col-4 {
    width: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
footer img {
  width: 220px;
}
footer .copyright {
  font-size: clamp(0.7rem, 0.69rem + 0.09vw, 0.79rem);
}
@media (max-width: 768px) {
  footer .social.flex {
    flex-direction: initial;
    justify-content: center;
  }
}
footer .social-fb, footer .social-insta, footer .social-tel {
  width: 43px;
  height: 43px;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.2s ease all;
}
footer .social-fb::before, footer .social-insta::before, footer .social-tel::before {
  transition: 0.2s ease all;
}
footer .social-fb:hover, footer .social-insta:hover, footer .social-tel:hover {
  transform: scale(1.1) translateY(-10px);
}
footer .social-fb:hover::before, footer .social-insta:hover::before, footer .social-tel:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 0;
}
footer .social-fb:active, footer .social-insta:active, footer .social-tel:active {
  transform: scale(1);
}
footer .social-fb, footer .social-insta {
  font-size: 24px;
}
footer .social-tel {
  background-color: #47B902;
}
footer .social-tel:hover {
  box-shadow: 0 15px 20px rgba(71, 185, 2, 0.3);
}
footer .social-fb {
  background-color: #3b5998;
}
footer .social-fb:hover {
  box-shadow: 0 15px 20px rgba(59, 89, 152, 0.3);
}
footer .social-insta {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
footer .social-insta:hover {
  box-shadow: 0 15px 20px rgba(193, 53, 132, 0.3);
}
footer .social .material-symbols-rounded,
footer .social .uil {
  position: relative;
  z-index: 1;
}

.arrow-left,
.arrow-right {
  background: #FFFFFF !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  z-index: 10000;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
  .arrow-left,
  .arrow-right {
    background: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    font-size: 20px !important;
    bottom: 0;
    margin: 0 20px;
    border-radius: 50%;
    top: initial;
  }
}
.arrow-left:hover,
.arrow-right:hover {
  background: #000000 !important;
  color: #FFFFFF !important;
}

.arrow-left {
  left: 0;
}

.arrow-right {
  right: 0;
  display: none;
}

.carousel {
  align-items: center;
}
.carousel-overflow {
  width: 90%;
  margin: auto;
  overflow: hidden;
}
.carousel-items {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease-in-out; /* Ajoutez cette ligne */
}
@media (max-width: 480px) {
  .carousel-items {
    gap: 0 !important;
  }
}
.carousel button[disabled] {
  display: none;
}

.calendar-box {
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-top: -100px;
  width: calc(100% - 450px);
  border: 1px solid #FFF8FA;
}
@media (max-width: 768px) {
  .calendar-box {
    margin-top: 60px;
    width: 100%;
  }
}
.calendar-box .bpa-frontend-main-container {
  max-width: 100% !important;
}/*# sourceMappingURL=style.css.map */