@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

a {
  text-decoration: none;
  color: inherit;
}

footer, header, nav, section, main {
  display: block;
}

@media (hover: none) {
  html ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }
  html ::-webkit-scrollbar-track {
    background: #fff;
  }
  html ::-webkit-scrollbar-thumb {
    width: 6px;
    height: 6px;
    border: solid 2px #fff;
    border-radius: 6px;
    background: black;
  }
  html ::-webkit-scrollbar-thumb:hover {
    background: black;
  }
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
}

img {
  max-width: 100%;
}

button {
  border: 0;
  background: none;
  font-family: inherit;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

/*
 * Colors
 */
/*
 * Global properties
 */
/*
 * Breakpoints
 */
/*
 * Spacers
 */
/*
 * Fonts
 */
/*
 * Containers
 */
/*
 * Texts
 */
/* Light */
@font-face {
  font-family: Aaargh;
  src: url("../assets/fonts/") format("truetype");
  font-style: normal;
  font-weight: 200;
}
/* Regular */
@font-face {
  font-family: Aaargh;
  src: url("../assets/fonts/Aaargh.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
/* Medium */
@font-face {
  font-family: Aaargh;
  src: url("../assets/fonts/") format("truetype");
  font-style: normal;
  font-weight: 500;
}
/* Demibold */
@font-face {
  font-family: Aldo;
  src: url("../assets/fonts/Aldo-PC.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: Circula;
  src: url("../assets/fonts/circula-medium.otf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
/* Bold */
@font-face {
  font-family: Aaargh;
  src: url("../assets/fonts/") format("truetype");
  font-style: normal;
  font-weight: 700;
}
/* Extra bold */
@font-face {
  font-family: Aaargh;
  src: url("../assets/fonts/") format("truetype");
  font-style: normal;
  font-weight: 900;
}
/*
 * Grid generator
 */
.grid-2 {
  grid-column: span 2;
}

.grid-3 {
  grid-column: span 3;
}

.grid-4 {
  grid-column: span 4;
}

.grid-5 {
  grid-column: span 5;
}

.grid-6 {
  grid-column: span 6;
}

.grid-7 {
  grid-column: span 7;
}

.grid-8 {
  grid-column: span 8;
}

.grid-9 {
  grid-column: span 9;
}

.grid-10 {
  grid-column: span 10;
}

.grid-11 {
  grid-column: span 11;
}

.grid-12 {
  grid-column: span 12;
}

/*
 * Classes defintion
 */
.txt__title {
  font-size: 46px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: 0;
}
@media all and (max-width: 768px) {
  .txt__title {
    font-size: 40px;
  }
}
.txt__subtitle {
  font-size: 30px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: 0;
}
@media all and (max-width: 768px) {
  .txt__subtitle {
    font-size: 25px;
  }
}
.txt__paragraph {
  font-size: 16px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
.txt__cta {
  font-size: 16px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
}
.txt__label {
  font-size: 12px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 600;
  line-height: 1.25em;
}

h1,
h2 {
  font-size: 46px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: 0;
}
@media all and (max-width: 768px) {
  h1,
  h2 {
    font-size: 40px;
  }
}

h3,
h4 {
  font-size: 30px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: 0;
}
@media all and (max-width: 768px) {
  h3,
  h4 {
    font-size: 25px;
  }
}

h3 {
  font-size: 26px;
}

p {
  font-size: 16px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}

/*
 * Classes defintion
 */
.btn {
  font-size: 16px;
}
.btn__primary {
  display: inline-block;
  min-width: 100px;
  white-space: nowrap;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
  padding: 0.5rem 2rem;
  transition: all 0.25s;
  cursor: pointer;
  /* Primary */
  background: #1E4E4E;
  color: #F3F3F3;
}
.btn__primary:hover {
  background: #d4e2d6;
  color: #F3F3F3;
}
.btn__secondary {
  display: inline-block;
  min-width: 100px;
  white-space: nowrap;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
  padding: 0.5rem 2rem;
  transition: all 0.25s;
  cursor: pointer;
  /* Primary */
  background: #AB4E17;
  color: #F3F3F3;
}
.btn__secondary:hover {
  background: #CE8414;
  color: #0f0f0f;
}
.btn__secondary-stroke {
  display: inline-block;
  min-width: 100px;
  white-space: nowrap;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
  padding: 0.5rem 2rem;
  transition: all 0.25s;
  cursor: pointer;
  /* Primary */
  background: transparent;
  color: #AB4E17;
  border: 1px solid #AB4E17;
}
.btn__secondary-stroke:hover {
  background: rgba(206, 132, 20, 0.2);
  color: #AB4E17;
}
.btn__primary-stroke {
  display: inline-block;
  min-width: 100px;
  white-space: nowrap;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
  padding: 0.5rem 2rem;
  transition: all 0.25s;
  cursor: pointer;
  /* Primary */
  background: transparent;
  color: #1E4E4E;
  border: 1px solid #1E4E4E;
}
.btn__primary-stroke:hover {
  background: #1E4E4E;
  color: #F3F3F3;
}
.btn__light {
  display: inline-block;
  min-width: 100px;
  white-space: nowrap;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
  padding: 0.5rem 2rem;
  transition: all 0.25s;
  cursor: pointer;
  /* Primary */
}
.btn__dark {
  display: inline-block;
  min-width: 100px;
  white-space: nowrap;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
  padding: 0.5rem 2rem;
  transition: all 0.25s;
  cursor: pointer;
  /* Primary */
}

.wp-block-button__link {
  font-size: 16px;
  display: inline-block;
  min-width: 100px;
  white-space: nowrap;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
  padding: 0.5rem 2rem;
  transition: all 0.25s;
  cursor: pointer;
  /* Primary */
  background: #AB4E17;
  color: #F3F3F3;
}
.wp-block-button__link:hover {
  background: #CE8414;
  color: #0f0f0f;
}

/*
 * Classes defintion
 */
.container__full {
  margin-left: auto;
  margin-right: auto;
  scroll-margin-top: 150px;
  width: 100%;
}
@media all and (max-width: 768px) {
  .container__full {
    width: 100%;
  }
}
.container__lg {
  margin-left: auto;
  margin-right: auto;
  scroll-margin-top: 150px;
  max-width: 1400px;
  width: 85%;
  padding: 0.5rem;
}
@media all and (max-width: 768px) {
  .container__lg {
    width: 100%;
  }
}
.container__md {
  margin-left: auto;
  margin-right: auto;
  scroll-margin-top: 150px;
  max-width: 1200px;
  width: 75%;
}
@media all and (max-width: 768px) {
  .container__md {
    padding: 1rem;
  }
}
@media all and (max-width: 768px) {
  .container__md {
    width: 100%;
  }
}
.container__sm {
  margin-left: auto;
  margin-right: auto;
  scroll-margin-top: 150px;
  max-width: 1000px;
  width: 65%;
}
@media all and (max-width: 768px) {
  .container__sm {
    width: 100%;
  }
}

.inner__container__lg-spacing > * + * {
  margin-top: 2rem;
}
.inner__container__md-spacing > * + * {
  margin-top: 1rem;
}
.inner__container__sm-spacing > * + * {
  margin-top: 0.5rem;
}

.center {
  text-align: center;
}

.banner {
  width: 100%;
  height: 500px;
  position: relative;
  color: #F3F3F3;
}
@media all and (max-width: 768px) {
  .banner {
    height: 250px;
  }
}
.banner .banner-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.banner .banner-background div {
  height: inherit;
}
.banner .banner-background div:first-child {
  position: relative;
}
.banner .banner-background div:first-child::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #d4e2d6;
  opacity: 0.5;
  z-index: 1;
  filter: brightness(70%);
}
.banner .banner-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 40%;
}
.banner .banner-background .stars-decoration {
  position: absolute;
  z-index: 10;
}
.banner .banner-background .stars-decoration svg path {
  fill: #FFFFFF;
}
.banner .banner-background .stars-decoration.left {
  top: 50px;
  left: 50px;
}
.banner .banner-background .stars-decoration.right {
  bottom: -120px;
  right: -160px;
  transform-origin: center;
  transform: rotate(-100deg);
}
@media all and (max-width: 768px) {
  .banner .banner-background .stars-decoration.left {
    transform: scale(0.8) translate(-30px, -30px);
  }
  .banner .banner-background .stars-decoration.right {
    display: none;
  }
}
.banner .banner-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  z-index: 2;
}
.banner .banner-content h1, .banner .banner-content h2 {
  text-align: center;
  text-shadow: 0 0 10px #0f0f0f;
}
.banner .banner-content h2, .banner .banner-content p {
  font-size: 30px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: 0;
  position: relative;
}
@media all and (max-width: 768px) {
  .banner .banner-content h2, .banner .banner-content p {
    font-size: 25px;
  }
}
.banner .banner-content h2::before, .banner .banner-content p::before {
  content: "";
  position: absolute;
  width: 15%;
  height: 2px;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F3F3F3;
}

.cta {
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 10px;
}
.cta.primary-orange {
  background-color: #AB4E17;
  transition: background 0.2s ease-in-out;
  color: #F3F3F3;
}
.cta.primary-orange:hover {
  background-color: #CE8414;
}
.cta.primary-green {
  background-color: #1E4E4E;
  transition: background 0.2s ease-in-out;
}
.cta.primary-green:hover {
  background-color: #d4e2d6;
}

.bordered-img {
  position: relative;
  padding: 5px;
  border: 2px solid #AB4E17;
  border-radius: 10px;
  height: fit-content;
}
.bordered-img img {
  border-radius: 10px;
  max-height: 400px;
  object-fit: cover;
}

.carousel {
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  height: 300px;
}
@media all and (max-width: 768px) {
  .carousel .button-container {
    padding: 0 15px;
  }
}
@media all and (max-width: 450px) {
  .carousel .button-container {
    padding: 0 0;
  }
}
.carousel .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  z-index: -1;
  opacity: 0;
}
.carousel .item.active {
  width: 300px;
  height: 300px;
  opacity: 1;
  z-index: 6;
  box-shadow: 0px 0px 105px -35px rgba(0, 0, 0, 0.5);
}
.carousel .item.prev::after, .carousel .item.next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.25;
  transition: all 0.3s ease-in-out;
}
.carousel .item.prev {
  z-index: 2;
  opacity: 1;
  transform: translate(-105%, -50%);
}
.carousel .item.next {
  z-index: 2;
  opacity: 1;
  transform: translate(5%, -50%);
}
.carousel .item.secondNext {
  width: 200px;
  height: 200px;
  z-index: 1;
  opacity: 0.25;
  transform: translate(80%, -50%);
}
.carousel .item.secondPrev {
  width: 200px;
  height: 200px;
  z-index: 1;
  opacity: 0.25;
  transform: translate(-180%, -50%);
}
.carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 1280px) {
  .carousel .item.next {
    transform: translate(-20%, -50%);
  }
  .carousel .item.prev {
    transform: translate(-80%, -50%);
  }
  .carousel .item.secondNext {
    transform: translate(20%, -50%);
  }
  .carousel .item.secondPrev {
    transform: translate(-120%, -50%);
  }
}
@media all and (max-width: 768px) {
  .carousel .item.active {
    width: 250px;
    height: 250px;
    box-shadow: none;
  }
  .carousel .item.next {
    width: 200px;
    height: 200px;
    transform: translate(-30%, -50%);
  }
  .carousel .item.prev {
    width: 200px;
    height: 200px;
    transform: translate(-70%, -50%);
  }
  .carousel .item.secondNext {
    width: 150px;
    height: 150px;
    transform: translate(5%, -50%);
  }
  .carousel .item.secondPrev {
    width: 150px;
    height: 150px;
    transform: translate(-105%, -50%);
  }
}
.carousel .button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1240px;
  width: 100%;
  z-index: 7;
}
.carousel .button-container .button {
  font-size: 32px;
  cursor: pointer;
  position: relative;
  opacity: 0.75;
  transition: all 300ms ease-in-out;
}
.carousel .button-container .button:hover {
  opacity: 1;
}
.carousel .button-container .button:nth-child(1) {
  float: left;
  transform: rotate(180deg) translateY(8px);
}
.carousel .button-container .button:nth-child(2) {
  float: right;
}

.doowup-bandeau {
  background: #CE8414;
  display: flex;
  justify-content: center;
  padding: 0.5rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
@keyframes scroll {
  0% {
    transform: translateX(100%);
    /* Démarre le texte à droite */
  }
  100% {
    transform: translateX(-100%);
    /* Fait défiler le texte complètement vers la gauche */
  }
}
@media all and (max-width: 1280px) {
  .doowup-bandeau {
    justify-content: flex-start;
  }
}
.doowup-bandeau p {
  font-size: 12px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 600;
  line-height: 1.25em;
  font-size: 16px;
  color: #F3F3F3;
  white-space: nowrap;
}
@media all and (max-width: 1280px) {
  .doowup-bandeau p {
    animation: scroll 10s linear infinite;
  }
}

header {
  position: fixed;
  width: 100%;
  display: flex;
  z-index: 20;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
  background: #d4e2d6;
}
@media all and (max-width: 1280px) {
  header .container__md {
    padding: 0 1rem;
    justify-content: space-between;
    align-items: center;
  }
  header .container__md .header__logo {
    padding: 10px 0;
  }
}
@media all and (max-width: 1280px) and (max-width: 768px) {
  header .container__md .header__logo {
    padding: 0;
  }
}
@media all and (max-width: 1280px) {
  header .container__md .nav-menu__items, header .container__md .header__features {
    display: none;
  }
  header .container__md .nav-menu__items.open, header .container__md .header__features.open {
    display: initial;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
  }
  header .container__md .nav-menu__items.open {
    z-index: 4;
    flex-direction: column;
    padding-top: 150px;
    justify-content: flex-start;
    align-items: center;
    background-color: #d4e2d6;
  }
  header .container__md .nav-menu__items.open li {
    height: fit-content;
    margin: 20px 0;
  }
  header .container__md .nav-menu__items.open li .submenu, header .container__md .nav-menu__items.open li svg {
    display: none;
  }
  header .container__md .header__features.open {
    height: fit-content;
    margin-top: 580px;
    align-items: flex-end;
    justify-content: center;
    z-index: 4;
  }
  header .burger__menu__icon {
    cursor: pointer;
    position: relative;
    min-width: 40px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 10;
  }
  header .burger__menu__icon span {
    width: 100%;
    height: 3px;
    background-color: #1E4E4E;
  }
  header .burger__menu__icon.open span {
    position: absolute;
    transform-origin: center;
    top: 50%;
    transition: all ease-in-out 0.25s;
    transform: rotate(0) translateY(-50%);
    opacity: 1;
  }
  header .burger__menu__icon.open span:nth-child(1) {
    transform: rotate(45deg) translate(-5%, -50%);
  }
  header .burger__menu__icon.open span:nth-child(2) {
    opacity: 0;
  }
  header .burger__menu__icon.open span:nth-child(3) {
    transform: rotate(-45deg) translate(2%, -50%);
  }
}
header .navbar {
  width: 100%;
  height: 100%;
}
header .container__md {
  width: 100%;
  height: 80px;
  display: flex;
}
header .header__logo {
  display: block;
  height: 100%;
  position: relative;
  z-index: 10;
}
header .header__logo img {
  height: 100%;
  object-fit: contain;
}
header .header__nav-menu {
  width: 100%;
}
header .header__nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 10px;
}
header .header__nav-menu ul li {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
header .header__nav-menu ul li svg {
  transition: all 0.25s;
}
header .header__nav-menu ul li a {
  font-size: 12px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 600;
  line-height: 1.25em;
  font-size: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0 0.5rem;
}
header .header__nav-menu ul li:hover svg {
  transform: rotate(-180deg);
}
header .header__nav-menu ul li:hover .submenu {
  display: grid;
}
header .header__features {
  display: flex;
  align-items: center;
  height: 100%;
}
header .submenu {
  display: none;
  position: absolute;
  top: 80px;
  background: #F3F3F3;
  z-index: 20;
  padding: 2rem;
  border-radius: 0 0 10px 10px;
  white-space: nowrap;
}
header .submenu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer {
  position: relative;
  padding: 4rem 0;
  background: #1E4E4E;
  color: #F3F3F3;
  z-index: 1;
}
footer section {
  display: flex;
  gap: 150px;
}
@media all and (max-width: 1280px) {
  footer section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 80px;
  }
}
footer h2 {
  font-size: 30px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: 0;
  font-size: 22px;
  color: #F3F3F3;
}
@media all and (max-width: 768px) {
  footer h2 {
    font-size: 25px;
  }
}
footer .footer__logo {
  width: 100%;
  max-width: 200px;
}
footer .footer__logo img {
  object-fit: contain;
}
footer .footer__grid {
  display: flex;
  gap: 80px;
}
@media all and (max-width: 1280px) {
  footer .footer__grid {
    flex-direction: column;
  }
}
footer .footer__menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
footer .footer__menu .submenu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-family: "Alef";
}
footer .star-decoration {
  position: absolute;
  bottom: 0;
  z-index: -1;
  right: 0;
}
@media all and (max-width: 1280px) {
  footer .star-decoration {
    display: none;
  }
}

.copyright {
  background: #25615A;
  display: flex;
  justify-content: center;
  padding: 0.5rem;
}
.copyright p {
  font-family: Alef;
  font-size: 16px;
  font-size: 16px;
  color: #F3F3F3;
}

.blog-card--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1rem;
}
.blog-card--list .blog-card {
  position: relative;
  width: 330px;
  background-color: #d4e2d6;
  text-align: left;
  padding: 15px;
  border-radius: 10px;
}
.blog-card--list .blog-card img {
  width: 300px;
  height: 225px;
  object-fit: cover;
  border-radius: 10px;
}
.blog-card--list .blog-card h3 {
  font-size: 30px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: 0;
  font-size: 24px;
}
@media all and (max-width: 768px) {
  .blog-card--list .blog-card h3 {
    font-size: 25px;
  }
}
.blog-card--list .blog-card > * + * {
  margin-top: 0.5rem;
}
.blog-card--list .blog-card p {
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.blog-card--list .star-decoration {
  position: absolute;
  transform-origin: center;
  bottom: -5px;
  right: 10px;
  transform: translate(-50%, -50%);
}

.wpcf7-form {
  margin-left: auto;
  margin-right: auto;
  scroll-margin-top: 150px;
  max-width: 1200px;
  width: 75%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media all and (max-width: 768px) {
  .wpcf7-form {
    padding: 1rem;
  }
}
@media all and (max-width: 768px) {
  .wpcf7-form {
    width: 100%;
  }
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=number],
.wpcf7-form input[type=date],
.wpcf7-form input[type=month],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  border-radius: 10px;
  background: #ececec;
  border: none !important;
  padding: 15px 30px;
  outline: none;
  font-size: 16px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
  font-family: "Alef";
}
.wpcf7-form input[type=date] {
  width: fit-content;
}
.wpcf7-form textarea {
  resize: vertical;
  height: 180px;
}
.wpcf7-form input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #ececec;
  border: none !important;
}
.wpcf7-form input[type=checkbox]:checked {
  background-color: #1E4E4E;
}
.wpcf7-form .wpcf7-checkbox > span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
@media all and (max-width: 768px) {
  .wpcf7-form .res-column .wpcf7-checkbox > span {
    flex-direction: column;
    align-items: flex-start;
  }
}
.wpcf7-form label {
  width: 100%;
}
.wpcf7-form .split,
.wpcf7-form .splitp > p {
  display: flex;
  gap: 2rem;
}
@media all and (max-width: 768px) {
  .wpcf7-form .split,
  .wpcf7-form .splitp > p {
    flex-direction: column;
    align-items: flex-start;
  }
}
.wpcf7-form .wpcf7-response-output {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}
.wpcf7-form .wpcf7-submit {
  display: none;
}
.wpcf7-form .wpcf7-file {
  display: none;
}
.wpcf7-form .submit-label {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 0.5rem;
}
.wpcf7-form .file-data {
  display: flex;
  flex-direction: row-reverse;
}
.wpcf7-form .fileLabel {
  font-size: 12px;
  white-space: nowrap;
}
.wpcf7-form .split > div {
  width: 100%;
}
.wpcf7-form .subtitle {
  font-family: Alef;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.wpcf7-form td,
.wpcf7-form th {
  border: 1px solid #1E4E4E;
  padding: 0.5rem;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .date-select p {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 768px) {
  .wpcf7-form .submit a {
    width: 100%;
    text-align: center;
  }
  .wpcf7-form table th {
    display: none;
  }
  .wpcf7-form table tr {
    display: block;
    margin-bottom: 40px;
  }
  .wpcf7-form table td {
    display: block;
    text-align: right;
  }
  .wpcf7-form table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}

.glsr-reviews-wrap .glsr-reviews {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.glsr-reviews-wrap .glsr-reviews .glsr-review {
  background-color: #d4e2d6;
  max-width: 350px;
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  align-items: flex-start;
}
.glsr-reviews-wrap .glsr-reviews .glsr-review h4 {
  font-size: 24px;
}
.glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-content p {
  position: relative;
  display: inline;
  font-style: italic;
}
.glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-content p::before {
  content: '"';
  position: absolute;
  top: -2px;
  left: -8px;
}
.glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-content p::after {
  content: '"';
  position: absolute;
  bottom: 0px;
  right: -8px;
}
.glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-content .show-more-button {
  font-family: "Alef";
  margin-top: 10px;
}
.glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-avatar, .glsr-reviews-wrap .glsr-reviews .glsr-review .glsr-review-author {
  align-self: center;
}

.glsr-pagination .nav-links > * + * {
  margin-left: 10px;
}
.glsr-pagination .nav-links .page-numbers {
  font-family: "Alef";
  font-size: 20px;
}
.glsr-pagination .nav-links .page-numbers.current {
  opacity: 0.8;
  text-decoration: underline;
}

main .grid-container {
  display: grid;
  gap: 2rem;
  place-items: center;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: min-content;
}
@media all and (max-width: 1280px) {
  main .grid-container {
    grid-template-columns: 1fr;
  }
}
main .about-section {
  position: relative;
}
main .about-section .star-decoration::before {
  content: "";
  background: url("/wp-content/themes/la-cabane-alix/img/star_icon.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 300px;
  height: 300px;
}
@media all and (max-width: 1280px) {
  main .about-section .star-decoration::before {
    display: none;
  }
}

.page-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Alef";
  color: #1E4E4E;
}

main {
  padding-top: 115px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-size: 46px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: 0;
}
@media all and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  color: rgb(27, 70, 70);
}

p {
  font-size: 16px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}

main > * {
  margin: 100px 0;
}
main > *:nth-child(1) {
  margin: 0;
}
main ul {
  font-size: 16px;
  font-family: "Alef";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  list-style: initial;
  padding-left: 0.5rem;
}
main ul li {
  margin-top: 10px;
}

.circula-x-font {
  font-family: "Circula";
  font-size: 28px;
  font-weight: 400;
}

.bg__primary-light {
  background-color: #d4e2d6;
  padding: 50px 0;
}

.employees {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start !important;
  gap: 50px;
}
.employees .employee > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.employees .employee > * .employee-img img {
  width: 125px;
  height: 125px;
  object-fit: cover;
  border-radius: 50%;
}
.employees .employee > * .employee-name {
  font-size: 22px;
  font-weight: 700;
}
.employees .employee > * .employee-job {
  max-width: 25ch;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1E4E4E;
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d4e2d6;
}/*# sourceMappingURL=styles.css.map */