@charset "UTF-8";
/* =========================
   LUTHIER
   ========================= */
@font-face {
  font-family: "Luthier";
  src: url("../fonts/Luther/Luthier-Regular.woff2") format("woff2"), url("../fonts/Luther/Luthier-Regular.woff") format("woff"), url("../fonts/Luther/Luthier-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Luthier";
  src: url("../fonts/Luther/Luthier-Italic.woff2") format("woff2"), url("../fonts/Luther/Luthier-Italic.woff") format("woff"), url("../fonts/Luther/Luthier-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Luthier";
  src: url("../fonts/Luther/Luthier-Bold.woff2") format("woff2"), url("../fonts/Luther/Luthier-Bold.woff") format("woff"), url("../fonts/Luther/Luthier-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Luthier";
  src: url("../fonts/Luther/Luthier-BoldItalic.woff2") format("woff2"), url("../fonts/Luther/Luthier-BoldItalic.woff") format("woff"), url("../fonts/Luther/Luthier-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* =========================
   SPACE GROTESK
   ========================= */
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk/SpaceGrotesk-Light.woff2") format("woff2"), url("../fonts/SpaceGrotesk/SpaceGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk/SpaceGrotesk-Regular.woff2") format("woff2"), url("../fonts/SpaceGrotesk/SpaceGrotesk-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk/SpaceGrotesk-Medium.woff2") format("woff2"), url("../fonts/SpaceGrotesk/SpaceGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk/SpaceGrotesk-SemiBold.woff2") format("woff2"), url("../fonts/SpaceGrotesk/SpaceGrotesk-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk/SpaceGrotesk-Bold.woff2") format("woff2"), url("../fonts/SpaceGrotesk/SpaceGrotesk-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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-collapse: collapse;
  border-spacing: 0;
}

/*** Règles générales  ***/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}

body, a {
  font-family: "Arial", sans-serif;
}

#menu-menu-principal {
  list-style: none; /* enlève les puces */
  padding: 0;
  margin: 0;
}

.burger {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.35rem;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}

.burger__line {
  display: block;
  width: 1.5rem;
  height: 0.14rem;
  border-radius: 1rem;
  background: #2E2A28;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.header--menu-open .burger__line:nth-child(1) {
  transform: translateY(0.49rem) rotate(45deg);
}

.header--menu-open .burger__line:nth-child(2) {
  opacity: 0;
}

.header--menu-open .burger__line:nth-child(3) {
  transform: translateY(-0.49rem) rotate(-45deg);
}

.header {
  z-index: 1000;
  display: flex;
  width: 85.3rem;
  align-items: center;
  gap: 1.3rem;
  position: absolute;
  top: 4.4rem;
  max-width: 90%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.header__logo {
  width: 12rem;
  height: 2rem;
}
.header__gauche {
  display: flex;
  height: 3.9rem;
  padding: 2rem 1.1rem;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  border-radius: 0.3rem;
  background: #fff;
}

.contact_icon {
  width: 1.2rem;
  height: 1.1rem;
  stroke-width: 0.1rem;
  stroke: #fff;
}

.bouton-contact {
  display: flex;
  text-decoration: none;
  width: 9.6rem;
  height: 3.9rem;
  border: 0 none;
  padding: 0.7rem 1.4rem;
  justify-content: center;
  align-items: center;
  gap: 1.1rem;
  flex-shrink: 0;
  border-radius: 0.3rem;
  background: #8F3D31;
  color: white;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.bouton-contact__icon {
  width: 0.6rem;
  height: 0.6rem;
  flex-shrink: 0;
  stroke-width: 0.1rem;
  stroke: var(--white-text, #fff);
}

#menu-menu-principal a {
  color: #2E2A28;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.menu-item a {
  color: var(--principal-text, #2E2A28);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.footer {
  width: 100%;
  height: 31.9rem;
  padding: 4.2rem 1.8rem 0 1.8rem;
  background: #2E2A28;
  overflow: hidden;
}
.footer__top {
  display: flex;
  flex-direction: column;
}
.footer__socials {
  display: flex;
  gap: 1.3rem;
}
.footer__logo {
  margin-bottom: 2.5rem;
  width: 12rem;
}
.footer__menus {
  display: flex;
}
.footer ul {
  display: block;
}
.footer__content {
  display: flex;
  padding-bottom: 1.7rem;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 2.8rem;
  align-self: stretch;
}
.footer__bio {
  width: 100%;
  height: 9.7rem;
  display: flex;
}
.footer__custom-content {
  color: rgba(246, 241, 237, 0.7);
  font-family: Luthier;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1rem;
  letter-spacing: -0.03rem;
  margin-left: 2rem;
}
.footer h3 {
  color: #f6f1ed;
  font-family: "Space Grotesk";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.1rem;
  letter-spacing: -0.03rem;
  margin-bottom: 1.9rem;
}
.footer__bottom {
  display: flex;
  height: 2.7rem;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  flex-wrap: wrap;
  border-top: 0.1rem solid rgba(246, 241, 237, 0.1);
  position: relative;
  top: -2rem;
}
.footer__menu {
  margin-left: 6.3rem;
}
.footer__menu a {
  color: rgba(246, 241, 237, 0.7);
  font-family: Luthier;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1rem;
  letter-spacing: -0.03rem;
}
.footer__bottom-item {
  color: rgba(246, 241, 237, 0.6);
  font-family: Luthier;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: -0.01rem;
}

.reseau-social {
  display: flex;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0.9rem;
  background: rgba(246, 241, 237, 0.1);
}

.floating-rv-btn {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 5.6rem;
  padding: 0.6rem 2rem 0.6rem 0.8rem;
  border-radius: 9999px;
  background: linear-gradient(180deg, #2563EB 0%, #1D4ED8 100%);
  color: #fff;
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01rem;
  box-shadow: 0 1.2rem 3rem rgba(29, 78, 216, 0.35);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-rv-btn__icon-wrap {
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1E40AF;
  box-shadow: inset 0 0 0 0.1rem rgba(255, 255, 255, 0.22);
}

.floating-rv-btn__icon {
  width: 2rem;
  height: 2rem;
}

.floating-rv-btn__label {
  position: relative;
  top: 0.1rem;
}

.floating-rv-btn:hover,
.floating-rv-btn:focus {
  background: linear-gradient(180deg, #1D4ED8 0%, #1E40AF 100%);
  color: #fff;
  transform: translateY(-0.25rem);
  box-shadow: 0 1.6rem 3.4rem rgba(30, 64, 175, 0.35);
}

.floating-rv-btn:focus-visible {
  outline: 0.2rem solid #fff;
  outline-offset: 0.2rem;
}

@media (max-width: 48rem) {
  .floating-rv-btn {
    right: 1.2rem;
    bottom: 1.2rem;
    min-height: 5rem;
    padding: 0.5rem 1.6rem 0.5rem 0.7rem;
    font-size: 1.6rem;
    gap: 0.8rem;
  }
  .floating-rv-btn__icon-wrap {
    width: 3.8rem;
    height: 3.8rem;
  }
  .floating-rv-btn__icon {
    width: 1.8rem;
    height: 1.8rem;
  }
}
/* --- CONFIGURATION GÉNÉRALE --- */
.hero {
  position: relative;
  background-size: cover;
  background-position: top;
  min-height: 37.5rem;
  display: flex;
  align-items: center;
  color: white;
  padding: 5rem 1.3rem;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.hero__content {
  position: relative;
  z-index: 2;
  margin-left: 1rem;
  margin-top: 1rem;
}
.hero {
  /* --- TITRE --- */
}
.hero__title {
  color: var(--white-text, #fff);
  line-height: 6.4rem;
  letter-spacing: 0rem;
  font-family: "Space Grotesk";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.5rem;
  margin-top: 3rem;
}
.hero {
  /* --- DESCRIPTION --- */
}
.hero__desc {
  color: rgba(255, 255, 255, 0.9);
  text-align: justify;
  font-family: Luthier;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  margin-top: 3.1rem;
}

/* --- BADGE (En haut à gauche) --- */
.hero-badge {
  display: inline-flex;
  padding: 0.8rem 1.3rem;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  border-radius: 6.3rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1rem;
  margin-top: 4.4rem;
}
.hero-badge__icon {
  width: 20px; /* Taille de l'icône */
  height: auto;
  margin-right: 8px; /* Espace avec le texte */
  vertical-align: middle;
  display: inline-block;
}

/* --- BOUTON --- */
.prendre-rv-btn {
  display: flex;
  width: 21.8rem;
  height: 5.3rem;
  padding: 0 2.8rem;
  align-items: center;
  gap: 0.7rem;
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: 0 0.9rem 1.3rem -0.3rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.5rem -0.4rem rgba(0, 0, 0, 0.1);
  color: var(--main-color, #8f3d31);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.1rem;
  letter-spacing: 0rem;
  text-decoration: none;
  margin-top: 4.4rem;
}
.prendre-rv-btn:hover {
  transform: translateY(-0.2rem);
}
.prendre-rv-btn__icon {
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  stroke-width: 0.1rem;
  stroke: #8F3D31;
}

.tarifs_icon {
  stroke-width: 0.1rem;
  stroke: #fff;
  width: 1.2rem;
  height: 1.2rem;
}

.heart {
  width: 1.2rem;
  height: 1rem;
  stroke-width: 0.1rem;
  stroke: #fff;
}

/* =========================================
    GESTION DES 2 TYPES D'AFFICHAGE
    ========================================= */
/* --- CAS 1 : STATS (Pour page Contact) --- */
.hero-stats {
  display: flex;
  gap: 3.1rem;
  margin-top: 2.5rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
  padding-top: 1.9rem;
}
@media (max-width: 48rem) {
  .hero-stats {
    flex-direction: column;
    gap: 1.3rem;
    text-align: center;
    border-top: none;
  }
}

.hero-stat {
  text-align: left;
}
.hero-stat__num {
  color: #fff;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: 0rem;
  display: block;
}
.hero-stat__label {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0rem;
  text-transform: uppercase;
  margin-top: 0.9rem;
}

/* --- CAS 2 : BULLES (Pour page À propos) --- */
.hero-badges-row {
  display: flex;
  gap: 1.3rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 48rem) {
  .hero-badges-row {
    justify-content: center;
  }
}

.info-badge {
  display: flex;
  height: 4.4rem;
  padding: 0.8rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  border-radius: 6.3rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1rem;
  letter-spacing: 0rem;
}

/* --- CAS 3 : ARTICLE DE BLOG --- */
.hero-post-meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 4.4rem;
  flex-wrap: wrap;
}
@media (max-width: 48rem) {
  .hero-post-meta {
    gap: 0.9375rem;
  }
}

.hero-post-badge {
  display: flex;
  padding: 0.75rem 1.26425rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.23531rem;
  background: rgba(143, 61, 49, 0.8);
  color: #FFF;
  font-family: "Space Grotesk";
  font-size: 1.23531rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.76469rem; /* 142.857% */
  letter-spacing: -0.01325rem;
}

.hero-post-info {
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  font-family: "Space Grotesk";
  font-size: 1.23531rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.76469rem; /* 142.857% */
  letter-spacing: -0.01325rem;
}

/* --- BOUTON D'ACTION (Partager) --- */
.hero-post-actions {
  display: flex;
  gap: 0.9375rem;
  margin-top: 4.4rem;
}

.btn-hero-outline {
  display: flex;
  height: 3.35294rem;
  padding: 0 1.41175rem;
  align-items: center;
  gap: 0.70588rem;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 1.23531rem;
  border: 1.412px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.23531rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.76469rem; /* 142.857% */
  letter-spacing: -0.01325rem;
}
.btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-0.2rem);
}

.sauvegarder-icon {
  width: 1.41175rem;
  height: 1.41175rem;
  flex-shrink: 0;
}

.main-front-page {
  background: #EDE6E1;
  min-height: calc(100vh - 63px - 32px);
}

/* --- BLOC CONSULTATIONS --- */
.filter {
  display: inline-flex;
  height: 4rem;
  padding: 0.65625rem 1.44375rem;
  justify-content: center;
  align-items: center;
  gap: 1.05rem;
  border-radius: 2.5rem;
  background: #8F3D31;
  border: 0 none;
  cursor: pointer;
}
.filter__text {
  color: white;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.filter__icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
.filter:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.filter--active {
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.3);
  transform: translateY(2px);
  opacity: 0.95;
}

.bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  background: var(--theme-gradient);
  color: white;
  border-radius: 50%;
  font-size: 11px;
  margin-top: 2px;
}
.bullet__puce {
  width: 1.3rem;
  height: 1.3rem;
}

.float-info {
  position: absolute;
  top: 25px;
  left: 25px;
  color: rgba(46, 42, 40, 0.6);
  display: flex;
  width: 19.01863rem;
  height: 7.05881rem;
  padding: 1.05881rem 2.11763rem 0 2.11763rem;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 1.41175rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14.118px 21.176px -4.235px rgba(0, 0, 0, 0.1), 0 5.647px 8.471px -5.647px rgba(0, 0, 0, 0.1);
}
.float-info__price {
  display: block;
  color: #2E2A28;
  font-family: "Space Grotesk";
  font-size: 2.64706rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.1765rem; /* 120% */
  letter-spacing: 0.03488rem;
}
.float-info__duration {
  color: rgba(46, 42, 40, 0.6);
  font-family: "Space Grotesk";
  font-size: 1.23531rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.76469rem; /* 142.857% */
  letter-spacing: -0.01325rem;
}

.consultations {
  width: 100%;
  padding: 4rem;
  background: #F6F1ED;
}
.consultations__nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.consultations__grid {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* --- CARTE (CARD) --- */
.card {
  display: flex;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: visible;
  position: relative;
  transition: opacity 0.3s ease;
  /*border: 3px solid transparent;*/
}
.card--popular {
  border-color: var(--theme-color);
}
@media (max-width: 900px) {
  .card {
    flex-direction: column;
  }
}
.card__benefits {
  display: flex;
  width: 46.04156rem;
  height: 12.52944rem;
  padding: 1.5rem 1.5rem 0.08825rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.05881rem;
  border-radius: 1.23531rem;
  border: 1.412px solid rgba(111, 143, 122, 0.1);
  background: rgba(111, 143, 122, 0.05);
}
.card__benefits .card__item {
  color: rgba(46, 42, 40, 0.7);
  font-family: Luthier;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.76469rem; /* 141.176% */
  letter-spacing: -0.01325rem;
}
.card__benefits .card__list {
  margin-top: 0;
  position: relative;
  top: -2rem;
}
.card__benefits-title {
  color: #2E2A28;
  font-family: "Space Grotesk";
  font-size: 1.23531rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.76469rem; /* 142.857% */
  letter-spacing: -0.01325rem;
}
.card__visual {
  width: 45%;
  position: relative;
  min-height: 400px;
}
.card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
}
.card__float-icon {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 55px;
  height: 55px;
  background: var(--theme-gradient);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.card__float-icon img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}
.card__badge--popular {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  padding: 0.74994rem 2.091rem 0.614rem 2.11763rem;
  justify-content: center;
  align-items: center;
  border-radius: 1480341.125rem;
  background: linear-gradient(180deg, #E0B15C 0%, #C89742 100%);
  box-shadow: 0 14.118px 21.176px -4.235px rgba(0, 0, 0, 0.1), 0 5.647px 8.471px -5.647px rgba(0, 0, 0, 0.1);
  z-index: 10;
  color: #FFF;
  font-family: "Space Grotesk";
  font-size: 1.23531rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.76469rem; /* 142.857% */
  letter-spacing: -0.01325rem;
}
.card__content {
  width: 55%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: top;
}
@media (max-width: 900px) {
  .card__content {
    width: 100%;
    padding: 30px;
  }
}
.card__header {
  margin-bottom: 5px;
}
.card__title {
  color: #2E2A28;
  font-family: "Space Grotesk";
  font-size: 2.64706rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.1765rem; /* 120% */
  letter-spacing: 0.03488rem;
}
.card__subtitle {
  font-family: "Space Grotesk";
  font-size: 1.58825rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.47056rem; /* 155.556% */
  letter-spacing: -0.03875rem;
  color: #8F3D31;
}
.card__desc {
  color: rgba(46, 42, 40, 0.7);
  font-family: Luthier;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.29413rem; /* 152.941% */
  letter-spacing: -0.02756rem;
}
.card__list {
  display: flex;
  width: 46.04156rem;
  height: 19.34556rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.05881rem;
  margin-top: 3rem;
}
.card__list--features {
  margin-bottom: 100px;
}
.card__list--features .card__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  color: #555;
  color: rgba(46, 42, 40, 0.7);
  font-family: Luthier;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.76469rem; /* 141.176% */
  letter-spacing: -0.01325rem;
}
.card__list--benefits .card__item {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
  color: #555;
}
.card__list--benefits .card__item::before {
  content: "●";
  color: #7ba07b;
  font-size: 12px;
  margin-top: 4px;
}
.card__list--benefits {
  gap: 0;
  margin-top: 1rem;
}
.card__benefits-title {
  color: #2E2A28;
  font-family: "Space Grotesk";
  font-size: 1.23531rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.76469rem; /* 142.857% */
  letter-spacing: -0.01325rem;
  margin-bottom: 1.3rem;
}
.card__actions {
  display: flex;
  gap: 20px;
  margin-top: 7rem;
}
@media (max-width: 900px) {
  .card__actions {
    flex-direction: column;
  }
}

.reserver-icon {
  width: 1.3235rem;
  height: 1.3235rem;
  stroke-width: 2.353px;
  stroke: #FFF;
}

/* --- BOUTONS GÉNÉRIQUES --- */
.btn {
  padding: 14px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: 0.3s;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.41175rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.11763rem; /* 150% */
  letter-spacing: -0.02756rem;
  cursor: pointer;
}
.btn--primary {
  background: var(--theme-gradient);
  color: #FFF;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.41175rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.11763rem; /* 150% */
  letter-spacing: -0.02756rem;
  border: none;
  display: flex;
  height: 5.29413rem;
  padding: 0 2.8235rem;
  align-items: center;
  gap: 0.70588rem;
  border-radius: 1.23531rem;
}
.btn--primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.btn--secondary {
  color: #2E2A28;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.41175rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.11763rem; /* 150% */
  letter-spacing: -0.02756rem;
  display: flex;
  height: 5.29413rem;
  padding: 0 2.11763rem;
  align-items: center;
  gap: 0.70588rem;
  border-radius: 1.23531rem;
  border: 2.824px solid rgba(46, 42, 40, 0.1);
}
.btn--secondary:hover {
  border-color: #aaa;
  color: #222;
  transform: translateY(-2px);
}

.en-savoir-plus-icon {
  width: 1.76469rem;
  height: 1.76469rem;
}

/* --- SECTION CTA (APPEL À L'ACTION) --- */
.cta {
  background-color: #8F3D31; /* Rouge Charte */
  color: white;
  padding: 80px 20px;
  text-align: center;
  margin-top: 0; /* Colle au bloc précédent si besoin */
}
.cta__container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta {
  /* L'étoile SVG */
}
.cta__icon-wrapper {
  margin-bottom: 25px;
}
.cta__icon {
  width: 45px;
  height: auto;
  display: block;
}
.cta__title {
  color: #FFF;
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 4.23531rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.23531rem; /* 100% */
  letter-spacing: 0.031rem;
}
.cta__desc {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: Luthier;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.47056rem; /* 141.176% */
  letter-spacing: -0.03875rem;
  margin-bottom: 1.5rem;
}
.cta__actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.poser_une_question-icon {
  width: 1.47056rem;
  height: 1.47063rem;
  stroke-width: 2.353px;
  stroke: #FFF;
}

.prendre-rv-icon2 {
  width: 1.76469rem;
  height: 1.76469rem;
  flex-shrink: 0;
}

.btn--white {
  display: flex;
  width: 29.55056rem;
  height: 5.29413rem;
  padding: 0 2.8235rem;
  align-items: center;
  gap: 0.70588rem;
  flex-shrink: 0;
  border-radius: 1.23531rem;
  background: #FFF;
  box-shadow: 0 14.118px 21.176px -4.235px rgba(0, 0, 0, 0.1), 0 5.647px 8.471px -5.647px rgba(0, 0, 0, 0.1);
  color: #8F3D31;
}
.btn--white:hover {
  background-color: transparent !important;
  color: white !important;
  transform: translateY(-3px);
}

/* Bouton transparent bordure Blanche */
.btn--outline {
  background-color: transparent !important;
  color: white !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
}
.btn--outline:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: white !important;
  transform: translateY(-3px);
}

/* --- BLOC FAQ --- */
.faq-section {
  width: 100%;
  padding: 60px 20px;
  background: white;
}
.faq-section__container {
  max-width: 900px; /* Un peu plus large pour que le texte respire */
  margin: 0 auto;
}
.faq-section__title {
  color: #2E2A28;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 2.64706rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.1765rem; /* 120% */
  letter-spacing: 0.03488rem;
  margin-bottom: 50px;
}
.faq-section__grid {
  display: flex;
  flex-direction: column;
  gap: 20px; /* Espace entre les cartes */
}

.about-badge__icon {
  stroke: #6F8F7A;
}

/* --- CARTE QUESTION --- */
.faq-card {
  display: flex;
  height: 9.70588rem;
  padding: 1.20588rem 2.20588rem 7.08825rem 2.20588rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.70588rem;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 1.41175rem;
  border: 1.412px solid rgba(46, 42, 40, 0.05);
  background: #F6F1ED;
  padding-bottom: 1rem;
}
.faq-card:hover {
  transform: translateY(-2px); /* Petit effet sympa au survol */
}
.faq-card__question {
  color: #2E2A28;
  font-family: "Space Grotesk";
  font-size: 1.58825rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.47056rem; /* 155.556% */
  letter-spacing: -0.03875rem;
  margin-bottom: 1rem;
}
.faq-card__answer {
  color: rgba(46, 42, 40, 0.7);
  font-family: Luthier;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.11763rem; /* 141.176% */
  letter-spacing: -0.02756rem;
}

.about-section {
  padding: 80px 0;
  background-color: #F6F1ED;
}
.about-section__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 900px) {
  .about-section__container {
    flex-direction: column;
    gap: 50px;
  }
}
.about-section__content {
  flex: 1;
}
.about-section__visual {
  flex: 1;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 900px) {
  .about-section__visual {
    padding-left: 0;
    width: 100%;
  }
}

/* --- COMPOSANTS --- */
.about-badge {
  color: #6F8F7A;
  font-family: "Space Grotesk";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.76469rem;
  /* 141.176% */
  display: flex;
  width: 15.75025rem;
  padding: 0.70588rem 1.41181rem 0.70588rem 1.41175rem;
  justify-content: center;
  align-items: center;
  gap: 0.70588rem;
  border-radius: 1480341.125rem;
  background: rgba(111, 143, 122, 0.1);
  margin-bottom: 3rem;
}
.about-badge__icon {
  width: 1.41175rem;
  height: 1.41175rem;
  flex-shrink: 0;
}

.about-title {
  color: #2E2A28;
  font-family: "Space Grotesk";
  font-size: 3.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.875rem;
  /* 114.815% */
  letter-spacing: 0.031rem;
}

.about-desc {
  color: rgba(46, 42, 40, 0.7);
  text-align: justify;
  font-family: Luthier;
  font-size: 1.58825rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1875rem;
  /* 137.731% */
  margin-top: 2rem;
}
.about-desc p {
  margin-bottom: 2rem;
}
@media (max-width: 900px) {
  .about-desc {
    text-align: left;
  }
}

.about-image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: visible;
}

.about-image {
  width: 100%;
  height: auto;
  border-radius: 24px;
  display: block;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.about-card {
  position: absolute;
  bottom: 40px;
  left: -50px;
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  max-width: 280px;
  z-index: 2;
}
.about-card__header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}
.about-card__icon-wrap {
  background-color: var(--card-icon-bg);
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-card__icon {
  width: 24px;
  height: auto;
  filter: brightness(0) invert(1);
}
.about-card__titles {
  display: flex;
  flex-direction: column;
}
.about-card__title {
  color: #2E2A28;
  font-family: "Space Grotesk";
  font-size: 2.11763rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8235rem;
  /* 133.333% */
  letter-spacing: 0.00619rem;
}
.about-card__subtitle {
  color: rgba(46, 42, 40, 0.6);
  font-family: "Space Grotesk";
  font-size: 1.23531rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.76469rem;
  /* 142.857% */
  letter-spacing: -0.01325rem;
}
.about-card__desc {
  color: rgba(46, 42, 40, 0.7);
  font-family: Luthier;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.76469rem;
  /* 141.176% */
  letter-spacing: -0.01325rem;
  width: 21rem;
}
@media (max-width: 900px) {
  .about-card {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: -40px;
    margin-left: 20px;
    margin-right: 20px;
    max-width: none;
    width: auto;
  }
}

.ap-slider {
  position: relative;
  overflow: hidden;
  background: #111;
}

.ap-slider__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.ap-slider__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}

.ap-slider__badge-wrap {
  position: absolute;
  top: 22px;
  left: 28px;
  z-index: 10;
}

.ap-slider__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8.4px);
  -webkit-backdrop-filter: blur(8.4px);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 23685458px;
  letter-spacing: 0.3px;
}

.ap-slider__track {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 72px 32px 80px;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .ap-slider__track {
    height: auto;
    min-height: 420px;
    gap: 12px;
    padding: 64px 16px 72px;
  }
}
@media (max-width: 1023px) {
  .ap-slider__track {
    height: auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 70px;
  }
}

.barre {
  display: none;
  margin-top: 5rem;
  margin-bottom: 3rem;
  background: #000;
  height: 0.2rem;
  width: 100%;
}

.fleche_bloc {
  width: 1.5rem;
  height: 0.94rem;
  flex-shrink: 0;
  stroke-width: 2px;
  stroke: #000;
}

.bloc-lien {
  display: none;
  justify-content: space-between;
  align-items: center;
}

.ap-card {
  flex-shrink: 0;
  border-radius: 16px;
  background: rgba(200, 190, 180, 0.22);
  backdrop-filter: blur(12px) saturate(0.8);
  -webkit-backdrop-filter: blur(12px) saturate(0.8);
  border: 1px solid rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
  min-height: 220px;
}
@media (max-width: 1023px) {
  .ap-card {
    width: 100%;
    min-height: 200px;
  }
}
.ap-card.is-active {
  width: 380px;
  min-height: 260px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-color: transparent;
  justify-content: flex-end;
}
.ap-card.is-active .ap-card__desc {
  display: block;
}
.ap-card.is-active .ap-card__sep {
  display: block;
}
.ap-card.is-active .barre {
  display: block;
}
.ap-card.is-active .bloc-lien {
  display: flex;
}
.ap-card.is-active .ap-card__lien {
  display: inline-flex;
}
@media (max-width: 1023px) {
  .ap-card.is-active {
    width: 100%;
    min-height: 240px;
  }
}

.ap-card--collapsed {
  align-items: center;
  justify-content: center;
}
.ap-card--collapsed .ap-card__body {
  align-items: center;
  padding: 20px 16px;
}
.ap-card--collapsed .ap-card__titre {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (max-width: 900px) {
  .ap-card--collapsed .ap-card__titre {
    font-size: 12px;
  }
}

.ap-card__body {
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ap-card__titre {
  color: #030303;
  font-family: "Space Grotesk";
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 84.706px; /* 201.681% */
  letter-spacing: 0.496px;
  transition: font-size 0.35s ease;
}

.ap-card__desc {
  color: rgba(0, 0, 0, 0.7);
  font-family: Luthier;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 125% */
  display: none;
}

.ap-card__sep {
  width: 40px;
  height: 2px;
  background: #D9CFC7;
  border: none;
  margin: 0;
  display: none;
}

.ap-card__lien {
  display: none;
  align-items: center;
  gap: 8px;
  color: #000;
  font-family: "Space Grotesk";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.11763rem; /* 201.681% */
  letter-spacing: -0.02756rem;
  text-decoration: none;
  transition: gap 0.2s;
  width: 100%;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  /*max-width: 1100px;*/
  margin: 80px auto 100px auto;
  padding: 0 20px;
  align-items: start;
}
@media (min-width: 992px) {
  .contact-layout {
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
  }
}

.clock-icon {
  width: 2.11763rem;
  height: 2.11763rem;
  flex-shrink: 0;
}

.contact-card {
  border-radius: 20px;
  margin-bottom: 24px;
  text-decoration: none;
  display: block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-card__icon-dessus {
  display: flex;
  justify-content: flex-start;
}
.contact-card__icon-droite {
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
}
.contact-card__day {
  color: rgba(255, 255, 255, 0.9);
  font-family: Luthier;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.11763rem; /* 105.882% */
  letter-spacing: -0.02756rem;
}
.contact-card__hours {
  color: #FFF;
  font-family: "Space Grotesk";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.11763rem; /* 121.008% */
  letter-spacing: -0.02756rem;
}
.contact-card--primary {
  display: flex;
  /*width: 41.60294rem;*/
  /*height: 27rem;*/
  padding: 2.8235rem 2.8235rem 0 2.8235rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.11763rem;
  border-radius: 1.41175rem;
  background: linear-gradient(180deg, #8F3D31 0%, #722F26 100%);
  box-shadow: 0 28.235px 35.294px -7.059px rgba(0, 0, 0, 0.1), 0 11.294px 14.118px -8.471px rgba(0, 0, 0, 0.1);
}
.contact-card--white {
  padding: 2.91181rem 2.32794rem 0 2.91181rem;
  border-radius: 2.11763rem;
  border: 1.412px solid rgba(46, 42, 40, 0.05);
  background: #FFF;
  box-shadow: 0 35.294px 70.588px -16.941px rgba(0, 0, 0, 0.25);
}
.contact-card--white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.contact-card--green-full {
  height: 22.94119rem;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 1.41175rem;
  background: linear-gradient(180deg, #6F8F7A 0%, #5A7361 100%);
  box-shadow: 0 28.235px 35.294px -7.059px rgba(0, 0, 0, 0.1), 0 11.294px 14.118px -8.471px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.contact-card--green-full:hover {
  background-color: rgb(104.3137795276, 134.3862204724, 114.6511811024);
  transform: translateY(-2px);
}
.contact-card__header {
  display: flex;
  height: 4.23531rem;
  align-items: center;
  gap: 1.05881rem;
  flex-shrink: 0;
  align-self: stretch;
}
.contact-card__heading {
  color: #FFF;
  font-family: "Space Grotesk";
  font-size: 2.11763rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8235rem; /* 133.333% */
  letter-spacing: 0.00619rem;
}
.contact-card__icon-circle {
  display: flex;
  width: 4.23531rem;
  height: 4.23531rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.23531rem;
  background: rgba(255, 255, 255, 0.2);
}
.contact-card__icon-large {
  opacity: 0.9;
}
.contact-card__row {
  display: flex;
  height: 4.3235rem;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  border-bottom: 1.412px solid rgba(255, 255, 255, 0.1);
}
.contact-card__row:last-child {
  border-bottom: none;
}
.contact-card__icon {
  display: flex;
  width: 5.64706rem;
  height: 5.64706rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.41175rem;
}
.contact-card__icon--yellow {
  background: linear-gradient(180deg, #E0B15C 0%, #C89742 100%);
  box-shadow: 0 14.118px 21.176px -4.235px rgba(0, 0, 0, 0.1), 0 5.647px 8.471px -5.647px rgba(0, 0, 0, 0.1);
}
.contact-card__icon--green {
  background: linear-gradient(180deg, #6F8F7A 0%, #5A7361 100%);
  box-shadow: 0 14.118px 21.176px -4.235px rgba(0, 0, 0, 0.1), 0 5.647px 8.471px -5.647px rgba(0, 0, 0, 0.1);
}
.contact-card__icon--red {
  background: linear-gradient(180deg, #8F3D31 0%, #722F26 100%);
  box-shadow: 0 14.118px 21.176px -4.235px rgba(0, 0, 0, 0.1), 0 5.647px 8.471px -5.647px rgba(0, 0, 0, 0.1);
}
.contact-card__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-card__title {
  color: #2E2A28;
  font-family: "Space Grotesk";
  font-size: 2.11763rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8235rem; /* 133.333% */
  letter-spacing: 0.00619rem;
}
.contact-card__schedule {
  display: flex;
  /* height: 15rem;*/
  flex-direction: column;
  align-items: flex-start;
  gap: 1.05881rem;
  flex-shrink: 0;
  align-self: stretch;
}
.contact-card__title-large {
  color: #FFF;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.76469rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.47056rem; /* 140% */
  letter-spacing: -0.03963rem;
  display: block;
}
.contact-card__subtitle {
  color: rgba(46, 42, 40, 0.6);
  font-family: Luthier;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.11763rem; /* 141.176% */
  letter-spacing: -0.02756rem;
}
.contact-card__subtitle-light {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: Luthier;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.76469rem; /* 128.342% */
  letter-spacing: -0.01325rem;
  display: block;
}
.contact-card__value {
  font-family: "Space Grotesk";
  font-size: 1.48825rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.47056rem; /* 155.556% */
  letter-spacing: -0.03875rem;
  text-decoration: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.contact-card__value--yellow {
  color: #E0B15C;
}
.contact-card__value--green {
  color: #6F8F7A;
}
.contact-card__value--red {
  color: #8F3D31;
}
.contact-card__chevron {
  margin-left: auto;
  opacity: 0.8;
}

.contact-btn-white {
  width: 35.95588rem;
  height: 4.23531rem;
  border-radius: 1.23531rem;
  background: #FFF;
  color: #6F8F7A;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.41175rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.11763rem; /* 150% */
  letter-spacing: -0.02756rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 25rem;
}
.contact-btn-white:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

main {
  background-color: #F6F1ED;
}

.form-wrapper-block {
  background: #fff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.contact-form__header {
  margin-bottom: 30px;
}
.contact-form__header h2 {
  width: 21.79413rem;
  color: #2E2A28;
  font-family: "Space Grotesk";
  font-size: 3.1765rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.52944rem; /* 111.111% */
  letter-spacing: 0.03256rem;
  margin-bottom: 2rem;
}
.contact-form__header p {
  color: rgba(46, 42, 40, 0.6);
  font-family: Luthier;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.11763rem; /* 141.176% */
  letter-spacing: -0.02756rem;
}
.contact-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 600px) {
  .contact-form__grid {
    grid-template-columns: 1fr;
  }
}
.contact-form__group {
  display: flex;
  flex-direction: column;
  position: relative;
}
.contact-form__group--full {
  grid-column: 1/-1;
}
.contact-form__group label {
  color: #2E2A28;
  font-family: "Space Grotesk";
  font-size: 1.41175rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.11763rem; /* 150% */
  letter-spacing: -0.02756rem;
}
.contact-form__group input[type=text],
.contact-form__group input[type=email],
.contact-form__group input[type=tel],
.contact-form__group textarea {
  display: flex;
  height: 4.94119rem;
  padding: 1.23531rem 1.76469rem;
  align-items: center;
  align-self: stretch;
  border-radius: 1.23531rem;
  border: 2.824px solid rgba(0, 0, 0, 0);
  background: rgba(246, 241, 237, 0.6);
}
.contact-form__group textarea {
  display: flex;
  height: 15.52944rem;
  padding: 1.23531rem 1.76469rem;
  align-items: flex-start;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 1.23531rem;
  border: 2.824px solid rgba(0, 0, 0, 0);
  background: rgba(246, 241, 237, 0.6);
}
.contact-form__footer {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.contact-form input.wpcf7-submit {
  display: flex;
  height: 5.29413rem;
  padding-right: 0.00069rem;
  justify-content: center;
  align-items: center;
  gap: 1.05881rem;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 1.23531rem;
  background: linear-gradient(180deg, #8F3D31 0%, #722F26 100%);
  color: #FFF;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.58825rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.47056rem; /* 155.556% */
  letter-spacing: -0.03875rem;
  width: 30rem;
  border: none;
  cursor: pointer;
}
.contact-form__required {
  color: rgba(46, 42, 40, 0.5);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.23531rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.76469rem; /* 142.857% */
  letter-spacing: -0.01325rem;
}
.contact-form .wpcf7-not-valid-tip {
  color: #8F3D31 !important;
  font-size: 0.8rem;
  margin-top: 6px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.contact-form .wpcf7-not-valid-tip::before {
  content: "!";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background: #8F3D31;
  color: white;
  border-radius: 50%;
  margin-right: 6px;
  font-size: 10px;
}
.contact-form .wpcf7-spinner {
  position: absolute;
  margin-top: -10px;
}

.contact_fleche {
  width: 1rem;
  height: 1rem;
  stroke-width: 2.597px;
  stroke: #D0A04B;
  margin-left: 1rem;
}

.wpcf7-form {
  display: flex;
  height: 71.64706rem;
  padding: 4.3235rem 4.3235rem 0.08825rem 4.3235rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.05881rem;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 2.11763rem;
  border: 1.412px solid rgba(46, 42, 40, 0.05);
  background: #FFF;
  box-shadow: 0 35.294px 70.588px -16.941px rgba(0, 0, 0, 0.25);
}
.wpcf7-form .wpcf7-response-output {
  border: none !important;
  border-radius: 12px !important;
  padding: 16px 24px !important;
  margin: 30px 0 0 0 !important;
  text-align: center;
  font-weight: 500;
  font-size: 0.95rem;
}
.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.failed .wpcf7-response-output, .wpcf7-form.spam .wpcf7-response-output {
  background-color: #8F3D31 !important;
  color: white !important;
  box-shadow: 0 4px 15px rgba(141, 66, 53, 0.3);
}
.wpcf7-form.sent .wpcf7-response-output {
  background-color: #6F8F7A !important;
  color: white !important;
  box-shadow: 0 4px 15px rgba(107, 142, 123, 0.3);
}

/* 1) Le conteneur du submit doit "shrink-wrap" le bouton */
.wpcf7-form p:has(> input.wpcf7-submit) {
  display: inline-block !important;
  width: fit-content !important;
  position: relative !important;
  margin: 0 !important;
}

/* 2) On garde un peu de place pour l'icône */
.wpcf7-form input.wpcf7-submit {
  padding-right: 3.5rem !important;
}

/* 3) SVG collé à droite du bouton */
.wpcf7-form p:has(> input.wpcf7-submit)::after {
  content: "";
  position: absolute;
  right: 6.6rem;
  top: 3rem;
  transform: translateY(-50%);
  width: 1.7rem;
  height: 1.7rem;
  pointer-events: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'><path d='M17.1015 25.5135C17.1462 25.6249 17.2239 25.72 17.3242 25.7859C17.4245 25.8519 17.5425 25.8856 17.6625 25.8825C17.7825 25.8794 17.8987 25.8397 17.9954 25.7687C18.0922 25.6977 18.1649 25.5988 18.2039 25.4853L25.8509 3.13235C25.8886 3.0281 25.8958 2.9153 25.8716 2.80712C25.8475 2.69894 25.7931 2.59987 25.7147 2.5215C25.6364 2.44313 25.5373 2.3887 25.4291 2.36457C25.3209 2.34045 25.2081 2.34764 25.1039 2.38529L2.75093 10.0323C2.6374 10.0713 2.53849 10.144 2.46749 10.2408C2.39648 10.3376 2.35678 10.4537 2.35371 10.5737C2.35064 10.6937 2.38434 10.8117 2.4503 10.912C2.51625 11.0123 2.61131 11.09 2.7227 11.1347L12.0521 14.8759C12.347 14.994 12.615 15.1705 12.8398 15.395C13.0647 15.6194 13.2417 15.887 13.3603 16.1818L17.1015 25.5135Z' stroke='white' stroke-width='2.35294' stroke-linecap='round' stroke-linejoin='round'/><path d='M25.7109 2.52588L12.8403 15.3953' stroke='white' stroke-width='2.35294' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center/contain;
}

.icon_intervention {
  width: 1.76481rem;
  height: 1.76481rem;
}

.check {
  background: var(--theme-gradient);
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.check__puce {
  width: 12px;
  height: 12px;
  stroke-width: 3;
}

.services-group {
  display: flex;
  padding: 1.853rem 1.853rem 0.08825rem 1.853rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.41181rem;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 1.41181rem;
  border: 1.412px solid rgba(46, 42, 40, 0.05);
  background: #F6F1ED;
  padding-bottom: 0.7rem;
}
.services-group__title {
  font-family: "Space Grotesk";
  font-size: 1.58831rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.47069rem; /* 155.556% */
  background: linear-gradient(180deg, #8F3D31 0%, #722F26 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services-group__items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services-group__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
  color: rgba(46, 42, 40, 0.8);
  font-family: Luthier;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.00744rem; /* 133.83% */
  letter-spacing: -0.01325rem;
}

.services-highlight {
  display: flex;
  max-width: 35.78106rem;
  padding: 1.875rem 1.94125rem;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 1.41181rem;
  border: 2.824px solid rgba(143, 61, 49, 0.19);
  background: linear-gradient(180deg, #FFF 0%, #F6F1ED 100%);
}
.services-highlight__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.services-highlight__header {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.services-highlight__title {
  color: #2E2A28;
  font-family: "Space Grotesk";
  font-size: 1.23538rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.76481rem; /* 142.857% */
  letter-spacing: -0.01325rem;
  position: relative;
  top: -0.2rem;
}
.services-highlight__content p {
  color: rgba(46, 42, 40, 0.7);
  font-family: Luthier;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.76481rem; /* 141.183% */
  letter-spacing: -0.01325rem;
  margin: 0;
}
.services-highlight__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services-highlight__list li {
  color: rgba(46, 42, 40, 0.7);
  font-family: Luthier;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.76481rem; /* 117.652% */
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
.services-highlight__list li::before {
  content: "•";
  color: var(--theme-color);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.services-badge {
  position: absolute;
  top: 30px;
  left: 30px;
  display: inline-flex;
  height: 3.875rem;
  padding: 0 2.11775rem;
  align-items: center;
  gap: 0.98444rem;
  border-radius: 1.41181rem;
  background: var(--theme-gradient);
  box-shadow: 0 35.296px 70.591px -16.942px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.services-badge__icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}
.services-badge__text {
  color: #FFF;
  font-family: "Space Grotesk";
  font-size: 1.23538rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.76481rem; /* 142.857% */
  letter-spacing: -0.01325rem;
}

.services-btn {
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.services-btn--primary {
  display: flex;
  max-width: 29.5rem;
  height: 4.94138rem;
  padding: 0 2.82369rem;
  align-items: center;
  gap: 0.875rem;
  border-radius: 1.23538rem;
  background: var(--theme-gradient);
  color: #FFF;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.41181rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.11775rem; /* 150% */
  letter-spacing: -0.02756rem;
}
.services-btn--primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.services-btn--secondary {
  color: #2E2A28;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.41181rem;
  font-style: normal;
  font-weight: 400;
  max-width: 20rem;
  line-height: 2.11775rem; /* 150% */
  letter-spacing: -0.02756rem;
  display: flex;
  height: 5.29438rem;
  padding: 0 2.11775rem;
  align-items: center;
  gap: 0.875rem;
  border-radius: 1.23538rem;
  border: 2.824px solid rgba(143, 61, 49, 0.19);
}
.services-btn--secondary:hover {
  border-color: #bbb;
  background: #F9F9F9;
}

.bottom_service_icon {
  width: 4.23rem;
  height: 4.23rem;
}

.services {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
.services__grid {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.services__card {
  display: flex;
  background: #fff;
  border-radius: 2.1rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
@media (max-width: 900px) {
  .services__card {
    flex-direction: column;
  }
}
.services__visual {
  width: 45%;
  position: relative;
  min-height: 400px;
}
@media (max-width: 900px) {
  .services__visual {
    width: 100%;
    height: 250px;
    min-height: auto;
  }
}
.services__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.services__content {
  width: 55%;
  padding: 60px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .services__content {
    width: 100%;
    padding: 30px;
  }
}
.services__title {
  color: #2E2A28;
  font-family: "Space Grotesk";
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.17663rem; /* 121.014% */
  letter-spacing: 0.03488rem;
  padding-bottom: 1.5rem;
}
.services__subtitle {
  color: rgba(46, 42, 40, 0.7);
  font-family: Luthier;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.581rem; /* 147.486% */
  letter-spacing: -0.03875rem;
  padding-bottom: 1.5rem;
}
.services__lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.services__actions {
  display: flex;
  gap: 15px;
  margin-top: 3rem;
  flex-direction: column;
}

.cta-services {
  background-color: #5A7E6C;
  color: #fff;
  padding: 100px 20px;
  text-align: center;
}
.cta-services__container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-services__icon-top {
  margin-bottom: 25px;
  opacity: 0.9;
}
.cta-services__icon-top svg {
  width: 48px;
  height: 48px;
  stroke: #fff;
}
.cta-services__title {
  color: #FFF;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 4.2355rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.2355rem; /* 100% */
  letter-spacing: 0.031rem;
  margin-bottom: 2rem;
}
.cta-services__desc {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: Luthier;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.47069rem; /* 141.183% */
  letter-spacing: -0.03875rem;
  max-width: 59.29681rem;
  flex-shrink: 0;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .cta-services__desc br {
    display: none;
  }
}
.cta-services__actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.cta-services-btn {
  text-decoration: none;
}
.cta-services-btn--filled {
  display: flex;
  height: 5.29438rem;
  padding: 0 2.82369rem;
  align-items: center;
  gap: 0.70594rem;
  border-radius: 1.23538rem;
  background: #FFF;
  box-shadow: 0 14.118px 21.177px -4.235px rgba(0, 0, 0, 0.1), 0 5.647px 8.471px -5.647px rgba(0, 0, 0, 0.1);
  color: #6F8F7A;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.41181rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.11775rem; /* 150% */
  letter-spacing: -0.02756rem;
}
.cta-services-btn--filled:hover {
  background-color: transparent;
  color: #fff;
}
.cta-services-btn--outline {
  color: #FFF;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.41181rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.11775rem; /* 150% */
  letter-spacing: -0.02756rem;
  display: flex;
  width: 21.86544rem;
  height: 5.29438rem;
  padding: 0 2.82369rem;
  align-items: center;
  gap: 0.70594rem;
  flex-shrink: 0;
  border-radius: 1.23538rem;
  border: 2.824px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.cta-services-btn--outline:hover {
  background-color: #fff;
  color: #5A7E6C;
  border-color: #fff;
}

.article-single {
  background-color: #FDFBF7;
  width: 100%;
  overflow-x: hidden;
}
.article-single__container {
  width: 100%;
  padding: 3.75rem 1.25rem;
  margin: 0;
  background-color: #F6F1ED;
}
.article-single__content {
  background: transparent;
  box-shadow: none;
  padding: 0;
  max-width: 75rem;
  margin: 0 auto;
  color: #333;
  font-family: sans-serif;
}
.article-single__content p {
  color: rgba(46, 42, 40, 0.7);
  font-family: Luthier;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.58088rem; /* 147.479% */
  letter-spacing: -0.03875rem;
}
.article-single__content h2 {
  font-size: 2.25rem;
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
  color: #222;
  font-weight: 700;
  line-height: 1.3;
}
.article-single__content h3 {
  font-size: 1.75rem;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-weight: 600;
  color: #8D4235;
}
.article-single__content ul, .article-single__content ol {
  margin-bottom: 1.875rem;
  padding-left: 1.25rem;
  color: #444;
}
.article-single__content ul li, .article-single__content ol li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
.article-single__content figure {
  margin: 2.5rem 0;
}
.article-single__content img {
  border-radius: 1rem;
  width: 100%;
  height: auto;
  display: block;
}
.article-single__content .alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  border-radius: 0;
}
.article-single__content .alignwide {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 48rem) {
  .article-single__container {
    padding: 2.5rem 1.25rem;
  }
  .article-single__content h2 {
    font-size: 1.875rem;
  }
  .article-single__content h3 {
    font-size: 1.5rem;
  }
}

.blog-archive {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 2rem 6.25rem 2rem;
  font-family: sans-serif;
}

.blog-search-icon {
  width: 1.25rem;
  height: 1.25rem;
  aspect-ratio: 1/1;
  stroke-width: 2px;
  stroke: rgba(46, 42, 40, 0.6);
}

.blog-search-cats-icon {
  width: 1.47038rem;
  height: 1.39706rem;
  stroke-width: 2.353px;
  stroke: rgba(46, 42, 40, 0.6);
}

.blog-toolbar {
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
}
.blog-toolbar__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 4rem;
}
.blog-toolbar__search {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  color: #666;
  border-bottom: 0.125rem solid #ddd;
  padding-bottom: 0.625rem;
  border: 0 none;
}
.blog-toolbar__search input {
  border: none;
  background: transparent;
  font-size: 1.125rem;
  padding: 0.3125rem;
  outline: none;
  width: 18.75rem;
  color: #333;
  font-family: "Space Grotesk", sans-serif;
}
.blog-toolbar__label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: #666;
  font-size: 1.125rem;
  font-family: "Space Grotesk", sans-serif;
}

.blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.blog-categories-btn {
  display: inline-flex;
  padding: 1.01469rem 2.02463rem 1.09556rem 1.99263rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.41175rem;
  background: #D9CFC7;
  color: #2E2A28;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.41175rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.11763rem; /* 150% */
  letter-spacing: -0.02756rem;
  border: 0 none;
  cursor: pointer;
}
.blog-categories-btn--active {
  color: #FFF;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.41175rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.11763rem; /* 150% */
  letter-spacing: -0.02756rem;
  display: inline-flex;
  padding: 1.07863rem 2.2235rem 1.24344rem 2.48825rem;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0.96144rem;
  border-radius: 1.41175rem;
  background: #6F8F7A;
  box-shadow: 0 14.118px 21.176px -4.235px rgba(0, 0, 0, 0.1), 0 5.647px 8.471px -5.647px rgba(0, 0, 0, 0.1);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  gap: 3rem;
  margin-top: 3.75rem;
}

.blog-card-badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  color: #FFF;
  font-family: Inter;
  font-size: 1.23531rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.76469rem; /* 142.857% */
  letter-spacing: -0.01325rem;
  display: inline-flex;
  padding: 0.6875rem 1.4375rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 1.25rem;
  background: rgba(143, 61, 49, 0.8);
}

.blog-card {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.04);
}
.blog-card--hidden {
  display: none;
}
.blog-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.08);
}
.blog-card__visual {
  position: relative;
  height: 22.5rem;
  background: #f0f0f0;
}
.blog-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 50%);
  pointer-events: none;
}
.blog-card__meta {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  display: flex;
  gap: 1.25rem;
  color: #fff;
  font-size: 1rem;
  font-family: "Space Grotesk", sans-serif;
  z-index: 2;
}
.blog-card__meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog-card__content {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-card__title {
  color: #2E2A28;
  font-family: "Space Grotesk";
  font-size: 2.11763rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.64706rem; /* 125% */
  letter-spacing: 0.00619rem;
}
.blog-card__excerpt {
  color: rgba(46, 42, 40, 0.7);
  text-align: justify;
  font-family: Luthier;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.29413rem; /* 131.092% */
  letter-spacing: -0.02756rem;
  margin-top: 1rem;
}
.blog-card__cta {
  color: #8F3D31;
  font-family: Inter;
  font-size: 1.41175rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.11763rem; /* 150% */
  letter-spacing: -0.02756rem;
  margin-top: 1rem;
}

.blog-fleche-cta {
  width: 1.76469rem;
  height: 1.76469rem;
  position: relative;
  top: 0.4rem;
  left: -0.1rem;
}

.blog-icon {
  width: 1.41175rem;
  height: 1.41175rem;
}

.blog-card__meta-item span {
  color: #FFF;
  font-family: "Space Grotesk";
  font-size: 1.23531rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.76469rem; /* 142.857% */
  letter-spacing: -0.01325rem;
}

.newsletter-cta__icon-svg {
  width: 4.23825rem;
  height: 4.23825rem;
}

.newsletter-cta {
  background-color: #6B8C78;
  padding: 6rem 1.25rem;
  text-align: center;
  color: #ffffff;
}
.newsletter-cta__container {
  max-width: 50rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsletter-cta__icon {
  margin-bottom: 1.5rem;
}
.newsletter-cta__icon svg {
  width: 3rem;
  height: 3rem;
  stroke-width: 1.5;
}
.newsletter-cta__title {
  color: #FFF;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 4.23825rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.23825rem; /* 100% */
  letter-spacing: 0.03106rem;
}
.newsletter-cta__desc {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: Luthier;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.47231rem; /* 141.275% */
  letter-spacing: -0.03881rem;
  width: 57.12788rem;
  flex-shrink: 0;
  margin-top: 1.5rem;
}
.newsletter-cta__btn {
  color: #6F8F7A;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.41275rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.11913rem; /* 150% */
  letter-spacing: -0.02756rem;
  display: inline-flex;
  padding: 1.36863rem 2.8245rem 1.45094rem 2.85131rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.23613rem;
  background: #FFF;
  box-shadow: 0 14.127px 21.191px -4.238px rgba(0, 0, 0, 0.1), 0 5.651px 8.476px -5.651px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  margin-top: 1.5rem;
}
.newsletter-cta__btn:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 48rem) {
  .newsletter-cta {
    padding: 4rem 1.25rem;
  }
  .newsletter-cta__title {
    font-size: 2.25rem;
  }
  .newsletter-cta__desc {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1024px) {
  /* styles desktop */
  #menu-menu-principal {
    display: flex; /* aligne de gauche à droite */
    gap: 1rem; /* espace entre les éléments */
  }
  .header__gauche {
    position: static;
  }
  .header .menu_container {
    position: static;
    inset: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    padding: 0;
    box-shadow: none;
    background: transparent;
  }
  .footer {
    padding: 4.2rem 2.8rem 0 2.8rem;
  }
  .footer__bio {
    display: flex;
    flex-direction: column;
    height: 19.7rem;
  }
  .footer__bottom {
    top: 0;
    height: 4.7rem;
  }
  .footer__logo {
    width: 20rem;
  }
  .footer__top {
    flex-direction: row;
  }
  .footer__custom-content {
    margin-left: 0;
  }
  .footer__socials {
    margin-top: 2.5rem;
  }
  .reseau-social {
    width: 3.5rem;
    height: 3.5rem;
  }
  .menus {
    left: 0;
    top: 0;
  }
  .hero__title {
    font-size: 8.4rem;
    margin-top: 5rem;
    line-height: 8.4rem;
  }
  .hero__content {
    margin-left: 4rem;
    margin-top: 3.1rem;
    /*max-width: 68.8rem; // 1100px*/
  }
  .hero__desc {
    width: 50.4rem;
  }
  .info-badge {
    font-size: 1.5rem;
  }
  .burger {
    display: none;
  }
  .hero-badge {
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  /* styles tablette et mobile */
  .header {
    width: calc(100% - 3.2rem);
    max-width: 100%;
  }
  .header__gauche {
    position: relative;
    overflow: visible;
  }
  .header .menu_container {
    position: absolute;
    top: calc(100% + 0.8rem);
    right: 0;
    left: 0;
    padding: 1.5rem;
    border-radius: 0.8rem;
    background: #fff;
    box-shadow: 0 12px 28px rgba(46, 42, 40, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-0.8rem);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 20;
  }
  .header--menu-open .menu_container {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  #menu-menu-principal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }
  .burger {
    display: inline-flex;
  }
  .consultations__nav {
    flex-direction: row;
  }
  .hero-badge {
    margin-top: 12rem;
  }
  .footer__bio {
    height: 14rem;
  }
  .footer {
    height: 39rem;
  }
  .footer__bottom {
    padding-top: 1rem;
  }
  .filter {
    padding: 0.8rem;
    height: 3rem;
  }
  .filter__text {
    font-size: 0.8rem;
  }
  .filter__icon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .prendre-rv-btn {
    font-size: 1rem;
    padding: 0 1.2rem;
    width: 15rem;
    height: 3rem;
  }
  .prendre-rv-icon2 {
    width: 1.2rem;
    height: 1.2rem;
  }
  .prendre-rv-btn__icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .consultations {
    padding: 1rem;
    position: relative;
    top: -12rem;
    z-index: 100;
    background: transparent;
  }
  .consultations__filter-text {
    font-size: 0.7rem;
    margin-right: 0.5rem;
  }
  .consultations__filter-icon {
    width: 0.7rem;
    height: 0.7rem;
  }
  .consultations__filter {
    padding: 0.6rem 0.6rem 0.6rem 0.6rem;
    height: 3rem;
  }
  .consultations__nav {
    margin-bottom: 6rem;
  }
  .card {
    border: 0 none;
  }
  .card__visual {
    width: 100%;
    min-height: 250px;
  }
  .card__img {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card__item {
    font-size: 0.7rem;
  }
  .card__bullet {
    min-width: 1.5rem;
    min-height: 1.5rem;
    height: 1.5rem;
    position: relative;
    top: -0.55rem;
  }
  .card__puce {
    width: 0.7rem;
    height: 0.7rem;
  }
  .card__actions {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    margin-top: 1rem;
  }
  .card__list {
    width: 30rem;
  }
  .card__benefits {
    width: 32rem;
    height: 17rem;
    margin-bottom: 3rem;
  }
  .card__benefits .card__list {
    width: 30rem;
  }
  .btn {
    font-size: 1rem;
    padding: 0 0.8rem;
    height: 4rem;
  }
  .btn--white {
    font-size: 0.95rem;
    padding: 0 0rem;
    height: 4rem;
    width: 17.5rem;
  }
  main {
    background: #F6F1ED;
  }
  .hero {
    height: 65rem;
  }
  .prendre-rv-btn {
    margin-bottom: 10rem;
  }
  .cta {
    padding: 40px 20px;
    margin-bottom: 0;
  }
  .cta__title {
    font-size: 1.7rem;
  }
  .cta__desc {
    font-size: 1.2rem;
  }
  .cta__actions {
    flex-direction: row;
  }
  .cta__icon {
    width: 2.25rem;
    height: 2.25rem;
  }
  .faq-section {
    background: white;
    padding-top: 40px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .faq-card {
    gap: 0;
  }
  .faq-card__question {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .faq-card__answer {
    font-size: 1rem;
  }
  .about-section {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    position: relative;
    top: -6rem;
    z-index: 100;
    padding-top: 0px;
    padding-bottom: 0;
  }
  .about-badge {
    margin: 40px auto;
  }
  .about-card {
    padding-right: 0;
    max-width: 24rem;
  }
  .contact-layout {
    position: relative;
    top: -10rem;
    z-index: 100;
    padding: 20px;
    background: #F6F1ED;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
  }
  .contact-card--white {
    width: 100%;
  }
  .contact-card--primary {
    width: 100%;
  }
  .contact-form__grid {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-form .contact-form__group {
    width: 45%;
    display: block;
  }
  .contact-form input {
    width: 100%;
  }
  .contact-form textarea {
    width: 215%;
  }
  .contact-form input::placeholder {
    font-size: 1.2rem; /* ou 14px, etc. */
  }
  .contact-form__footer {
    text-align: center;
  }
  .contact-cardS, .contact-column-left {
    width: 100%;
  }
  .contact-layout {
    display: block;
    margin-bottom: 0;
  }
  .hero-stats {
    flex-direction: row;
  }
  .title-with-icon__container {
    width: 3rem !important;
    height: 3rem !important;
    padding: 0.5rem !important;
  }
  .wp-block-lazyblock-titre-icone .title-with-icon__text {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
  }
  .universal-section__content strong {
    font-size: 1.2rem;
  }
  .universal-section__content p {
    font-size: 1rem;
  }
  .bullet-list__item {
    padding: 0.8rem 1rem;
  }
  .bullet-list__icon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .bullet-list__text {
    font-size: 1rem;
    white-space: normal !important;
  }
  .hero-home__titre {
    width: 35.0525rem !important;
    height: 2.444rem !important;
    color: var(--principal-text, #2E2A28);
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 2rem !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    margin-top: 3rem !important;
  }
  .hero-home__sous-titre {
    font-size: 1.2rem !important;
    width: 20.0525rem !important;
  }
  .hero-home__inner {
    height: 30rem;
  }
  .hero-home {
    align-items: flex-start !important;
  }
  .hero-home__photo--1, .hero-home__photo--2, .hero-home__photo--3, .hero-home__photo--4 {
    width: 6.4rem !important;
    height: 8.6rem !important;
  }
  .hero-home__photo--1, .hero-home__photo--2 {
    top: 30% !important;
  }
  .hero-home__photo--3, .hero-home__photo--4 {
    bottom: 20% !important;
  }
  .hero-home {
    min-height: 2vh !important;
  }
  .ha-section {
    padding: 0 24px !important;
  }
  .qui-slide__inner {
    flex-direction: column;
    min-height: 30rem;
    padding-top: 0 !important;
    justify-content: space-between;
    padding: 40px 20px !important;
  }
  .qui-slide__btn {
    font-size: 1.2rem;
    margin: 0.5rem;
    padding: 0.5rem;
  }
  .qui-slide__desc {
    width: 28rem !important;
  }
  .home-blog__titre {
    font-size: 2rem !important;
  }
  .home-blog__card {
    display: block;
    margin: 0 auto;
  }
  .hp-photo--1, .hp-photo--2, .hp-photo--3, .hp-photo--4 {
    width: 6.4rem !important;
    height: 8.6rem !important;
  }
  .hp-photo--1, .hp-photo--2 {
    top: 20% !important;
  }
  .hp-photo--3, .hp-photo--4 {
    bottom: 20% !important;
  }
  .hp-photo--1 {
    left: 4% !important;
  }
  .hp-photo--3 {
    right: 4% !important;
  }
  .hp-titre {
    font-size: 3.4rem !important;
    width: 25rem !important;
  }
  .hp-section {
    padding-top: 0 !important;
    min-height: 370px !important;
  }
  .home-blog {
    padding-bottom: 0 !important;
  }
}
.recipe-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.5rem;
  background-color: #fff;
  border: 0.125rem solid #EBE4DC;
  border-radius: 1rem;
  padding: 2.5rem 3rem;
  margin: 4rem auto;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.05);
  max-width: 56.25rem;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 48rem) {
  .recipe-info {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
  }
}
.recipe-info__item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.recipe-info__icon {
  color: var(--icon-color);
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  stroke-width: 1.5px;
}
.recipe-info__data {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.recipe-info__label {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #888;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 0.3125rem;
}
.recipe-info__value {
  font-size: 1.375rem;
  font-weight: 700;
  color: #222;
  font-family: "Space Grotesk", sans-serif;
}

@media screen and (max-width: 1023px) {
  /* styles tablette et mobile */
  .article-single__container .intro-block__content p {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
  }
}
.intro-block {
  margin: 0 auto;
  display: flex;
  height: 17.11763rem;
  padding: 2.77938rem 4.23525rem 2.83825rem 3.1765rem;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 1.41175rem;
  border-left: 5.647px solid #8F3D31;
  background: var(--white-text, #FFF);
}
.intro-block__content {
  color: rgba(46, 42, 40, 0.8);
  text-align: justify;
  font-family: Luthier;
  font-size: 2rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 2.86763rem; /* 143.382% */
  letter-spacing: -0.03963rem;
  width: 66rem;
}
.intro-block__content p {
  margin-bottom: 1.25rem;
  font-size: 2rem !important;
  line-height: 2.4rem !important;
}
.intro-block__content p:first-child {
  margin-top: 0;
}
.intro-block__content p:last-child {
  margin-bottom: 0;
}
.intro-block__content strong {
  color: #222222;
  font-weight: 700;
}
@media (max-width: 48rem) {
  .intro-block {
    padding: 2rem;
    margin: 3rem 1.25rem;
  }
  .intro-block__content {
    font-size: 1.125rem;
  }
}

.bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  background: var(--theme-gradient);
  color: white;
  border-radius: 50%;
  font-size: 11px;
  margin-top: 2px;
}
.bullet__puce {
  width: 1.3rem;
  height: 1.3rem;
}

.bullet-list {
  margin: 2rem auto;
  width: 100% ul;
  width-margin: 0 auto;
}
.bullet-list__container {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bullet-list__item {
  display: inline-flex;
  padding: 1.41175rem 41.15763rem 1.41175rem 1.41181rem;
  align-items: center;
  gap: 1.41175rem;
  align-self: stretch;
  grid-row: 1/span 1;
  grid-column: 1/span 1;
  justify-self: stretch;
  border-radius: 1.23531rem;
  background: var(--white-text, #FFF);
}
.bullet-list__item:hover {
  transform: translateX(0.5rem);
}
.bullet-list__icon {
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bullet-list__text {
  color: #444444;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .bullet-list {
    margin: 3rem 1.25rem;
  }
  .bullet-list__item {
    padding: 1.25rem 1.5rem;
  }
  .bullet-list__text {
    font-size: 1.125rem;
  }
}

.wp-block-lazyblock-section-universelle {
  display: inline-block;
}

.universal-section {
  margin: 2rem auto;
  padding: 3rem;
  font-family: "Space Grotesk", sans-serif;
}
.universal-section--colored {
  width: 100%;
  color: rgba(46, 42, 40, 0.8);
  text-align: justify;
  font-family: Luthier;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2.58088rem; /* 147.479% */
  letter-spacing: -0.03875rem;
  display: flex;
  padding: 2.29413rem 2.29413rem 0.1765rem 2.29413rem;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 1.41175rem;
  border: 2px solid color-mix(in srgb, var(--base-color) 37%, transparent);
  background: linear-gradient(135deg, color-mix(in srgb, var(--base-color) 10%, transparent) 0%, color-mix(in srgb, #8F3D31 10%, transparent) 100%);
}
.universal-section--neutral {
  border-radius: 1.5rem;
  border: 0.0938rem solid color-mix(in srgb, #2E2A28 10%, transparent);
  background: linear-gradient(135deg, color-mix(in srgb, #6F8F7A 5%, transparent) 0%, color-mix(in srgb, #8F3D31 5%, transparent) 100%);
}
.universal-section__title {
  color: var(--sect-color) !important;
  font-family: "Space Grotesk";
  font-size: 1.76469rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.47056rem; /* 140% */
  letter-spacing: -0.03963rem;
}
.universal-section__content {
  color: rgba(46, 42, 40, 0.7);
  font-family: Luthier;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.29413rem; /* 141.176% */
  letter-spacing: -0.02756rem;
}
.universal-section__content p {
  margin-bottom: 1.5rem;
}
.universal-section__content strong {
  font-weight: 700;
}
.universal-section__content ul {
  list-style: none !important;
  padding-left: 0.625rem !important;
  margin-bottom: 1.5rem;
}
.universal-section__content ul li {
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 0.625rem;
}
.universal-section__content ul li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--sect-color);
  border-radius: 50%;
  position: absolute;
  left: 0.5rem;
  top: 1.1rem;
}
.universal-section__content ol {
  list-style: none !important;
  counter-reset: uni-counter;
  padding-left: 0 !important;
}
.universal-section__content ol li {
  position: relative;
  padding-left: 4.5rem;
  margin-bottom: 2rem;
  min-height: 3rem;
}
.universal-section__content ol li::before {
  counter-increment: uni-counter;
  content: counter(uni-counter);
  position: absolute;
  left: 0;
  top: -0.25rem;
  width: 3rem;
  height: 3rem;
  background-color: var(--sect-color);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 3rem;
  font-weight: 700;
  font-size: 1.25rem;
}
.universal-section__content img {
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.08);
  margin: 2.5rem auto;
  display: block;
}
.universal-section__content .alignleft {
  float: left;
  margin-right: 2rem;
  max-width: 18.75rem;
}
.universal-section__content .alignright {
  float: right;
  margin-left: 2rem;
  max-width: 18.75rem;
}
.universal-section__content h4 {
  color: var(--sect-color) !important;
  font-size: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.universal-section__content::after {
  content: "";
  display: table;
  clear: both;
}

.title-with-icon {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.title-with-icon__container {
  display: flex;
  height: 4rem;
  width: 4rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.23531rem;
  background: rgba(143, 61, 49, 0.1);
  position: relative;
  top: 0.8rem;
  padding: 0.8rem;
}
.title-with-icon__img {
  width: 100% !important;
  height: auto !important;
  max-width: 3rem !important;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}
.title-with-icon__text {
  color: #2E2A28 !important;
  font-family: "Space Grotesk" !important;
  font-size: 2.64706rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 3.1765rem !important; /* 120% */
  letter-spacing: 0.03488rem !important;
  margin-left: 1rem;
}

.ha-section {
  background: #F2EDE4;
  padding: 100px 24px;
}
.ha-section__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 900px) {
  .ha-section__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.ha-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ha-titre {
  font-family: "Space Grotesk";
  font-size: 3.57375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.57375rem;
  /* 100% */
  letter-spacing: 0.02619rem;
}
.ha-titre mark {
  background: none;
}

.ha-desc {
  color: rgba(46, 42, 40, 0.8);
  text-align: justify;
  font-family: Luthier;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.08469rem;
  /* 138.978% */
  letter-spacing: -0.03269rem;
}

.ha-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ha-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2E2A28;
  font-family: Luthier;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.78688rem;
  /* 142.949% */
  letter-spacing: -0.02325rem;
}
.ha-points__icon-wrap {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ha-points__icon-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background-color: var(--icon-color, #E0B15C);
  opacity: 0.22;
}
.ha-points__icon {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.ha-btn {
  display: inline-flex;
  padding: 1.1875rem 1.8rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 1rem;
  background: #8F3D31;
  transition: background 0.2s, transform 0.2s;
  color: #F6F1ED;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.78688rem;
  /* 142.949% */
  letter-spacing: -0.02325rem;
  width: 25rem;
  text-decoration: none;
}
.ha-btn:hover {
  background: #7a3829;
  transform: translateY(-2px);
}

.ha-visual {
  position: relative;
  padding: 24px;
}
@media (max-width: 900px) {
  .ha-visual {
    order: -1;
  }
}
.ha-visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9.52994rem;
  height: 9.52994rem;
  border-radius: 1.78688rem;
  background: #E0B15C;
  z-index: 0;
}
.ha-visual::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 9.52994rem;
  height: 9.52994rem;
  border-radius: 1.78688rem;
  background: #6F8F7A;
  z-index: 0;
}

.ha-image-wrap {
  position: relative;
  z-index: 1;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.13);
  aspect-ratio: 3/4;
}
.ha-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.home-blog {
  background: #F2EDE4;
  padding: 80px 24px;
  text-align: center;
}
.home-blog__badge {
  display: inline-flex;
  padding: 0.5rem 1.125rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 1.875rem;
  background: rgba(111, 143, 122, 0.2);
  color: #6F8F7A;
  font-family: "Space Grotesk";
  font-size: 1.19125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.78688rem; /* 150% */
  letter-spacing: -0.02325rem;
  margin-bottom: 20px;
}
.home-blog__titre {
  flex-shrink: 0;
  margin: 24px auto;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.90269rem; /* 97.567% */
  letter-spacing: 0.375rem;
}
.home-blog__titre span {
  color: #8D4235;
}
.home-blog__desc {
  color: rgba(46, 42, 40, 0.8);
  text-align: center;
  font-family: Luthier;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.4375rem; /* 229.167% */
  margin: 24px;
}
.home-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto 48px;
  text-align: left;
}
@media (max-width: 900px) {
  .home-blog__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .home-blog__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 720px;
  }
}
.home-blog__card {
  display: flex;
  width: 24.42338rem;
  height: 34.34181rem;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 1.24194rem;
  background: #FFF;
  box-shadow: 0 4.968px 7.452px -1.242px rgba(0, 0, 0, 0.1), 0 2.484px 4.968px -2.484px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s, box-shadow 0.25s;
  overflow: hidden;
}
.home-blog__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}
.home-blog__card:hover .home-blog__card-img img {
  transform: scale(1.04);
}
.home-blog__card-img {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  width: 100%;
}
.home-blog__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.home-blog__card-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  padding: 0.3125rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 1.8125rem;
  background: var(--main-color, #8F3D31);
  color: #F6F1ED;
  font-family: Luthier;
  font-size: 1.08669rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55244rem; /* 142.857% */
  letter-spacing: -0.01169rem;
}
.home-blog__card-body {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}
.home-blog__card-date {
  display: flex;
  align-items: center;
  color: rgba(46, 42, 40, 0.6);
  font-family: "Space Grotesk";
  font-size: 1.08669rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55244rem; /* 142.857% */
  letter-spacing: -0.01169rem;
}
.home-blog__card-date svg {
  width: 14px;
  height: 14px;
  opacity: 0.6;
}
.home-blog__card-titre {
  width: 19.17231rem;
  color: #2E2A28;
  font-family: "Space Grotesk";
  font-size: 1.55244rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9405rem; /* 125% */
  letter-spacing: -0.03488rem;
}
.home-blog__card-extrait {
  width: 20.49188rem;
  color: rgba(46, 42, 40, 0.7);
  font-family: Luthier;
  font-size: 1.24194rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.86288rem; /* 150% */
  letter-spacing: -0.02425rem;
}
.home-blog__card-lien {
  color: #8F3D31;
  font-family: "Space Grotesk";
  font-size: 1.24194rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.86288rem; /* 150% */
  letter-spacing: -0.02425rem;
  text-decoration: none;
}
.home-blog__card-lien:hover {
  gap: 10px;
}
.home-blog__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #2C1A0E;
  border: 2px solid #2C1A0E;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.home-blog__btn:hover {
  background: #2C1A0E;
  color: #F2EDE4;
  transform: translateY(-2px);
}

.icon-home-blog {
  width: 1.24194rem;
  height: 1.24194rem;
  position: relative;
  top: 3px;
}

.hero-home {
  position: relative;
  background: #F2EDE4;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 80px 24px;
}
.hero-home__photo {
  position: absolute;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.hero-home__photo:hover {
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
  z-index: 3;
}
.hero-home__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-home__photo--1 {
  width: 12.87919rem;
  height: 17.19138rem;
  transform: rotate(-8deg);
  aspect-ratio: 206.07/275.06;
  border-radius: 0.98438rem;
  background: url(<path-to-image>) lightgray 50%/cover no-repeat;
  top: 25%;
  left: 7%;
  transform: rotate(-8deg);
}
.hero-home__photo--1:hover {
  transform: rotate(-3deg) scale(1.04);
}
.hero-home__photo--1 {
  z-index: 1;
}
.hero-home__photo--2 {
  top: 25%;
  right: 7%;
  width: 12.87094rem;
  height: 17.16125rem;
  transform: rotate(11deg);
  aspect-ratio: 3/4;
  border-radius: 0.98438rem;
  z-index: 1;
}
.hero-home__photo--2:hover {
  transform: rotate(2deg) scale(1.04);
}
.hero-home__photo--3 {
  width: 12.87994rem;
  height: 17.17325rem;
  transform: rotate(-30deg);
  aspect-ratio: 3/4;
  bottom: 8%;
  left: 12%;
}
.hero-home__photo--3:hover {
  transform: rotate(2deg) scale(1.04);
}
.hero-home__photo--3 {
  border-radius: 0.98438rem;
}
.hero-home__photo--4 {
  width: 12.86731rem;
  height: 17.17344rem;
  transform: rotate(36deg);
  aspect-ratio: 205.88/274.77;
  border-radius: 0.98438rem;
  bottom: 8%;
  right: 12%;
}
.hero-home__photo--4:hover {
  transform: rotate(-2deg) scale(1.04);
}
.hero-home__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 80.5875rem;
}
.hero-home__titre {
  width: 80.5875rem;
  height: 11.55rem;
  color: #2E2A28;
  text-align: center;
  font-family: "Readex Pro";
  font-size: 4.59375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.hero-home__sous-titre {
  width: 62.40938rem;
  height: 3.9375rem;
  color: #2E2A28;
  text-align: center;
  font-family: "Readex Pro";
  font-size: 1.575rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto;
  margin-top: 3rem;
}
.hero-home__btn {
  display: inline-flex;
  height: 4.2rem;
  padding: 0.65625rem 1.44375rem;
  justify-content: center;
  align-items: center;
  gap: 1.05rem;
  border-radius: 0.32813rem;
  background: #8F3D31;
  color: var(--white-text, #FFF);
  text-align: center;
  font-family: "Readex Pro";
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
.hero-home__btn:hover {
  background: #7a3829;
  transform: translateY(-2px);
}
.hero-home__btn {
  margin-top: 4rem;
}

.decouvrir-icon {
  width: 0.59063rem;
  height: 0.59063rem;
  stroke-width: 1.89px;
  stroke: var(--white-text, #FFF);
}

@keyframes hpar-scroll-text {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes hpar-scroll-logos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.hpar-section {
  background: #1a1a1a;
  overflow: hidden;
  padding: 0;
  user-select: none;
}

.hpar-ticker {
  display: flex;
  padding: 10px 0;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  border-top: 3.15px solid rgba(46, 42, 40, 0.75);
  border-bottom: 3.15px solid rgba(46, 42, 40, 0.75);
  background: var(--second-background-color, #D9CFC7);
}
.hpar-ticker--bottom .hpar-ticker-track {
  animation-direction: reverse;
}

.hpar-ticker-track {
  display: inline-flex;
  gap: 0;
  animation: hpar-scroll-text 30s linear infinite;
}

.hpar-ticker-item {
  color: #000;
  text-align: center;
  font-family: "Readex Pro";
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-flex;
}

.icon-ticker {
  width: 0.525rem;
  height: 0.525rem;
  flex-shrink: 0;
  fill: var(--background-color, #F6F1ED);
  stroke-width: 2.1px;
  stroke: #000;
  position: relative;
  top: 1px;
  margin: 4px;
}

.hpar-logos {
  background: #fff;
  padding: 28px 0;
  overflow: hidden;
  position: relative;
}
.hpar-logos::before, .hpar-logos::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.hpar-logos::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}
.hpar-logos::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

.hpar-logos-track {
  display: flex;
  align-items: center;
  gap: 60px;
  width: max-content;
  animation: hpar-scroll-logos 28s linear infinite;
  position: relative;
  z-index: 1;
}
.hpar-logos-track:hover {
  animation-play-state: paused;
}
@media (max-width: 768px) {
  .hpar-logos-track {
    gap: 40px;
  }
}

.hpar-logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.hpar-logo-item a,
.hpar-logo-item span {
  display: block;
  line-height: 0;
}
.hpar-logo-item a {
  pointer-events: auto;
  cursor: pointer;
}
.hpar-logo-item img {
  height: 60px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  opacity: 1;
  transition: transform 0.3s;
}
@media (max-width: 768px) {
  .hpar-logo-item img {
    height: 44px;
    max-width: 110px;
  }
}
.hpar-logo-item:hover img {
  transform: scale(1.06);
}

.qui-slider {
  position: relative;
  margin: 48px 24px;
  border-radius: 20px;
  overflow: hidden;
  background: #111;
}
@media (max-width: 900px) {
  .qui-slider {
    margin: 24px 12px;
  }
}
.qui-slider__track {
  position: relative;
  width: 100%;
  height: 520px;
}
@media (max-width: 900px) {
  .qui-slider__track {
    height: auto;
    min-height: 600px;
  }
}
.qui-slider__nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
}
.qui-slider__arrow {
  background: none;
  background-color: transparent !important;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  cursor: pointer;
  padding: 4px 6px;
  line-height: 1;
  transition: color 0.2s;
}
.qui-slider__arrow:hover {
  color: #fff;
}
.qui-slider__arrow:hover, .qui-slider__arrow:focus, .qui-slider__arrow:active {
  background-color: transparent !important;
  box-shadow: none;
  outline: none;
}
.qui-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.qui-slider__dot.is-active {
  background: #fff;
  border-color: #fff;
  transform: scale(1.2);
}
.qui-slider__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.25);
  width: 100%;
  z-index: 10;
}
.qui-slider__progress-bar {
  height: 100%;
  background: #fff;
  width: 0%;
  transition: width linear;
}

.qui-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease;
}
.qui-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.qui-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.35) 100%);
  z-index: 1;
}
.qui-slide__inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  justify-content: space-around;
  gap: 56px;
  align-items: flex-start;
  padding: 52px 56px 72px;
}
.qui-slide__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 32rem;
}
.qui-slide__badge {
  display: inline-flex;
  padding: 0.52481rem 1.18088rem;
  justify-content: center;
  align-items: center;
  gap: 0.656rem;
  border-radius: 1.96806rem;
  border: 1.05px solid var(--main-color, #8F3D31);
  background: rgba(143, 61, 49, 0.9);
  color: var(--background-color, #F6F1ED);
  font-family: "Space Grotesk";
  font-size: 1.25038rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87556rem;
  /* 150% */
  letter-spacing: -0.02444rem;
}
.qui-slide__titre {
  color: #FFF;
  font-family: "Space Grotesk";
  font-size: 3.36694rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.qui-slide__btn {
  display: inline-flex;
  padding: 1.24644rem 2.75531rem;
  justify-content: center;
  align-items: center;
  gap: 1.04963rem;
  border-radius: 1.04963rem;
  background: var(--main-color, #8F3D31);
  transition: background 0.2s, transform 0.2s;
  color: #F6F1ED;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.5745rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.qui-slide__btn:hover {
  background: #7a3829;
  transform: translateY(-2px);
}
.qui-slide__right {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.qui-slide__desc {
  display: flex;
  width: 33.06388rem;
  height: 8.52838rem;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
  text-align: justify;
  font-family: Luthier;
  font-size: 1.83688rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100.05%;
  /* 1.83781rem */
}

.qui-points {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.qui-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.qui-point__icon-wrap {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.qui-point__icon-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background-color: var(--icon-color, #8F3D31);
  opacity: 1;
}
.qui-point__icon-wrap img {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.qui-point__body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 2px;
}
.qui-point__titre {
  color: #FFF;
  font-family: "Space Grotesk";
  font-size: 1.44325rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.96406rem;
  /* 136.084% */
}
.qui-point__texte {
  color: #FFF;
  font-family: Luthier;
  font-size: 1.31206rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6835rem;
  /* 128.308% */
  letter-spacing: -0.02194rem;
  width: 27.84744rem;
}

.hp-section {
  position: relative;
  background: #F2EDE4;
  padding: 80px 24px;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp-photo {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  z-index: 1;
}
.hp-photo:hover {
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
  z-index: 3;
}
.hp-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hp-photo--1 {
  width: 15.30875rem;
  height: 20.41169rem;
  transform: rotate(15deg);
  aspect-ratio: 3/4;
  border-radius: 0.98438rem;
  background: url(<path-to-image>) lightgray 50%/cover no-repeat;
  top: 6%;
  left: 9%;
}
.hp-photo--1:hover {
  transform: rotate(-4deg) scale(1.04);
}
.hp-photo--2 {
  width: 16.11956rem;
  height: 21.51663rem;
  transform: rotate(-16deg);
  aspect-ratio: 224/299;
  top: 4%;
  right: 9%;
  border-radius: 0.98438rem;
  background: url(<path-to-image>) lightgray 50%/cover no-repeat;
}
.hp-photo--2:hover {
  transform: rotate(2deg) scale(1.04);
}
.hp-photo--3 {
  width: 15.39388rem;
  height: 20.52519rem;
  transform: rotate(-30deg);
  aspect-ratio: 3/4;
  bottom: 4%;
  left: 9%;
  border-radius: 0.98438rem;
  background: url(<path-to-image>) lightgray 50%/cover no-repeat;
}
.hp-photo--3:hover {
  transform: rotate(3deg) scale(1.04);
}
.hp-photo--4 {
  width: 15.33463rem;
  height: 20.46644rem;
  transform: rotate(36deg);
  aspect-ratio: 245.35/327.46;
  bottom: 3%;
  right: 9%;
  border-radius: 0.98438rem;
  background: url(<path-to-image>) lightgray -37px 0px/118.927% 100% no-repeat;
}
.hp-photo--4:hover {
  transform: rotate(-3deg) scale(1.04);
}

.hp-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.hp-badge {
  display: flex;
  width: 3.34688rem;
  height: 2.16563rem;
  padding: 0.65625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.65625rem;
  border-radius: 0.32813rem;
  background: var(--main-color, #8F3D31);
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-family: "Readex Pro";
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 auto;
}

.hp-titre {
  width: 46.725rem;
  color: var(--principal-text, #2E2A28);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 6.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.hp-desc {
  color: var(--principal-text, #2E2A28);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.hp-btn {
  display: inline-flex;
  height: 4.2rem;
  padding: 0.65625rem 1.44375rem;
  justify-content: center;
  align-items: center;
  gap: 1.05rem;
  color: var(--white-text, #FFF);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  border-radius: 0.32813rem;
  background: var(--main-color, #8F3D31);
  transition: background 0.2s, transform 0.2s;
  margin-top: 4px;
}
.hp-btn::after {
  content: " ↗";
}
.hp-btn:hover {
  background: #7a3829;
  transform: translateY(-2px);
}

main, body {
  background-color: #F6F1ED;
}/*# sourceMappingURL=styles.css.map */