/*
 Theme Name:   Astra Child
 Template:     astra
 Version:      1.0
*/

@import url("../astra/style.css");

.footer-widget-area-inner p {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.5;
}

.wp-container-content-1387b69e {
  min-height: 180px;
}

.wp-container-content-b04ba3db h5,
.wp-container-content-b04ba3db h6 {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  line-height: 1.3;
  text-align: center;
}

.wp-container-content-b04ba3db h5:first-child {
  margin-top: 0;
}

.wp-container-content-b04ba3db h6:last-child {
  margin-bottom: 0px;
}

.ticss-de023876 .wp-block-group {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* ===================
   Bloc perso - desktop
=================== 
.bloc-perso {
  height: 650px;
  font-size: 18px;
  color: #000;
  text-align: center;
  max-width: 100%;
  gap: 10px !important;
  margin-bottom: 100px;
}
*/
/* ==== HERO SECTION ==== 
.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 650px;
  padding: 20px;
  box-sizing: border-box;
}
*/
/*.hero-child {
  display: flex;
  flex-direction: row;
  gap: 40px;  augmenté pour plus d’espace entre image et texte */
 /* align-items: center;
  justify-content: center;  CENTRAGE HORIZONTAL des enfants 
  width: 100%;
  min-height: 900px;
  box-sizing: border-box;
  padding: 0 5vw;  padding latéral pour éviter collé aux bords 
}

.texteperso {
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  height: 100px;
}
*/
/* ==== IMAGE CONTAINER ==== 
.image-container {
  display: flex;
  justify-content: flex-start;
  padding-left: 5vw; /* Espace gauche fluide 
  box-sizing: border-box;
  margin-left: 2vw !important;
  overflow: visible; /* Empêche débordement 
  max-width: 100%;
}

.image-container img[alt="logoaccueil"] {
  width: 512px !important;
  height: 512px !important;
  object-fit: contain !important;
  display: block !important;
}
*/
/* ==== GRILLES ==== 
.grille {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  justify-content: center;
  margin: 0 auto;
  padding: 20px;
  max-width: 1280px;
  width: 100%;
}

.grille-enfant {
  background: #e8f6fc;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
}

.grille-enfant img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
*/
/* Grille2 
.grille2 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 75%;
  max-width: 1280px;
  margin: 0 auto;
  justify-content: center;
}

.grille-enfant2 {
  background: #e8f6fc;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  height: 355px;
  width: 305px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: flex-start;
  box-sizing: border-box;
  overflow: visible;
}

.grille-enfant2 img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.grille-enfant2 hr.wp-block-separator {
  border: none;
  border-top: 1.5px solid #000000;
  margin: 10px 0;
  flex-shrink: 0;
  width: 100%;
}

#content {
  min-height: 100vh !important;
}
*/
/* ==== BLOC LOGO HERO ==== 
.bloc-logo-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
  min-height: 300px;
}
*/
/* ==== IMAGELOGO ==== 
.imagelogo {
  max-width: 512px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.imagelogo img {
  width: 100%;
  max-width: 512px;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: contain;
}
*/
/* ==== IMAGE LCP HERO ==== 
img[alt="logoaccueil"] {
  width: 512px !important;
  height: 512px !important;
  object-fit: contain !important;
  display: block !important;
}
*/
/* ==== TEXTEPERSO ==== 
.texteperso {
  text-align: center;
  padding: 10px;
  margin: 0 auto;
}
*/
/* Placeholder logo flou 
hr.wp-block-separator.separator {
  border: none;
  border-top: 8px solid #000000;
  margin: 20px 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
*/
/* =================
   Version Mobile
================= 
@media (max-width: 768px) {
  .bloc-perso {
    text-align: center;
    height: 750px;
    font-size: 14px;
    color: #333;
    min-width: 300px;
    width: 100vw;
    box-sizing: border-box;
    gap: 0 !important;
  }
*/
 /*  .hero-section {
    min-height: 870px; 750px 
    flex-direction: column;
    padding: 10px;
  }

  .hero-child {
    flex-direction: column;
    align-items: center;
    gap: 0;
    min-height: 810px;  /* 690 
    height: 690px;
  }

  .bloc-logo-hero {
    width: 300px !important;
    height: 300px !important;
    overflow: hidden;
  }

  .imagelogo {
    width: 100%;
  }

  .imagelogo img {
    width: 100% !important;
    height: auto !important;
    max-width: 300px !important;
  }

  .image-container {
    max-width: 300px !important;
    width: 100% !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .image-container img[alt="logoaccueil"] {
    width: 100% !important;
    height: auto !important;
    max-width: 300px !important;
  }

  .texteperso {
    margin-left: 0;
    padding: 10px;
    height: auto;
    margin-top: 60px;
  }

  .grille {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 10px;
  }

  .grille-enfant {
    width: calc(100% - 20px);
    max-width: 95vw;
    margin: 0 auto;
  }

  .grille2 {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 10px;
    width: 100%;
  }

  .grille-enfant2 {
    width: 100% !important;
    height: auto;
  }

  conseil {
    min-height: 600px;
    padding: 10px;
    box-sizing: border-box;
  }

  .interbox,
  .wp-block-group.interbox {
    height: 370px !important;
    min-height: 370px !important;
    padding: 10px !important;
    margin: 10px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important; 
  }
/*
  img[alt="logoaccueil"] {
    width: 300px !important;
    height: auto !important;
    max-width: 100%;
  }
}

/* Conseil bloc 
conseil {
  min-height: 400px;
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
}

.interbox,
.wp-block-group.interbox {
  height: 490px !important; /* 370px
  min-height: 370px !important;
  padding: 10px !important;
  margin: 10px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.wp-block-group.interbox {
  width: 100%;
  height: 490px; /*370px
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  overflow: hidden;
  align-items: center;
}

.wp-block-group.interbox h2 {
  font-size: 28px;
  font-weight: 700;
  min-height: 3em;
  margin-bottom: 12px;
  text-align: center;
}

.wp-block-group.interbox h3 {
  font-size: 24px;
  font-weight: 600;
  min-height: 2.5em;
  margin-bottom: 10px;
  text-align: center;
}

.wp-block-group.interbox h4 {
  font-size: 20px;
  font-weight: 500;
  min-height: 2em;
  margin-bottom: 8px;
  text-align: left;
}
*/
/* TARIFS 

.tarifs {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.CTA {
  padding-bottom: 17px;
  max-height: 150px;
}

@media (max-width: 768px){
  .CTA {
    max-height: 500px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
  }
}*/ 



/* ========================= */
/* PAGE D'ACCUEIL */
/* ========================= */


/* ========================= */
/* CARTES PRINCIPALES */
/* ========================= */

.cartes-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: clamp(1rem, 3vw, 4rem);
  width: 100%;
  padding: clamp(1rem, 4vw, 3rem);
  box-sizing: border-box;
}

.carte-responsive {
  flex: 0 1 32rem !important;
  width: 32rem !important;
  max-width: 100% !important;
  min-height: 30rem !important;
  height: auto !important;
  aspect-ratio: auto !important;
  padding: clamp(1.25rem, 2vw, 2rem) !important;
  box-sizing: border-box !important;
  margin: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  align-self: stretch !important;

  border: 1px solid #d7e6ef !important;
  border-radius: 14px !important;
  background: #f8fbfd !important;
  overflow: hidden !important;
}

.carte-responsive .wp-block-buttons {
  margin-top: 1.5rem !important;
  padding-top: 0 !important;
  flex-shrink: 0 !important;
}

.cartes-wrapper .carte-responsive h4 {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
  line-height: 1.3 !important;
}

.cartes-wrapper .carte-responsive p {
  margin-top: 0 !important;
  margin-bottom: 0.9rem !important;
  line-height: 1.5 !important;
}


/* ========================= */
/* HERO */
/* ========================= */

.bloc-perso2 {
  width: 100%;
  max-width: 100%;
  min-height: clamp(34rem, 70vh, 42rem);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: clamp(2rem, 4vw, 4rem) clamp(1rem, 5vw, 5rem) !important;
  box-sizing: border-box;

  background-color: #e8f6fc;
  color: #000;
  text-align: center;

  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.hero-child2 {
  width: 100%;
  max-width: 1200px;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: clamp(2rem, 5vw, 5rem);
  box-sizing: border-box;
}

.image-container2 {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: auto;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.image-container2 img[alt="logoaccueil"] {
  width: clamp(18rem, 32vw, 32rem) !important;
  height: auto !important;
  max-width: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: contain !important;
  display: block !important;
}

.interbox2 {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  max-width: 48rem;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.hero-phone {
  display: inline-block !important;
  margin-top: 1rem !important;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem) !important;
  font-weight: 700 !important;
  color: #0073d8 !important;
  text-decoration: none !important;
  text-align: center !important;
}

.hero-phone:hover {
  text-decoration: underline !important;
}

.texteperso2 {
  margin-top: 0 !important;
  margin-bottom: clamp(0.75rem, 1.5vw, 1.25rem) !important;
  padding: 0 !important;
  height: auto !important;
  text-align: center !important;
  line-height: 1.25 !important;
}

.interbox2 h2.texteperso2 {
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  font-weight: 700;
  max-width: 48rem;
}

.interbox2 h5.texteperso2 {
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  font-weight: 400;
  max-width: 43rem;
  margin-bottom: 0 !important;
}


/* ========================= */
/* VIGNETTES DU HAUT */
/* ========================= */

.vignettes-row {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: clamp(1rem, 5vw, 4rem) !important;

  width: 100% !important;
  max-width: 100% !important;
  padding: clamp(1rem, 2vw, 1.8rem) !important;
  box-sizing: border-box !important;

  overflow: visible !important;
  transform: none !important;
  margin: 0 !important;
  position: relative !important;
  z-index: auto !important;
}

.vignette-card {
  width: clamp(9rem, 13vw, 11rem) !important;
  min-width: clamp(9rem, 13vw, 11rem) !important;
  height: clamp(8rem, 10vw, 9rem) !important;
  min-height: clamp(8rem, 10vw, 9rem) !important;
  max-height: clamp(8rem, 10vw, 9rem) !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;

  padding: 0.7rem !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  border-radius: 0.9rem !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  text-align: center !important;
  overflow: hidden !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

.vignette-card figure {
  width: 3rem !important;
  height: 3rem !important;
  min-width: 3rem !important;
  min-height: 3rem !important;
  max-width: 3rem !important;
  max-height: 3rem !important;
  margin: 0 0 0.45rem 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.vignette-card figure img,
.vignette-card img.vignette-image {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.vignette-title {
  font-size: 0.85rem !important;
  line-height: 1.15 !important;
  margin: 0 0 0.25rem 0 !important;
  padding: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  width: 100% !important;
}

.vignette-text {
  font-size: 0.72rem !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  width: 100% !important;
  overflow: hidden !important;
}


/* ========================= */
/* SECTION SERVICES */
/* ========================= */

.services-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 2 !important;
  box-sizing: border-box !important;
}

.wp-block-group.services-intro {
  display: block !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box !important;
  --wp--style--block-gap: 0 !important;
}

.wp-block-group.services-intro.wp-block-group-is-layout-constrained > * + * {
  margin-block-start: 0 !important;
}

.wp-block-group.services-intro > h2.wp-block-heading {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.3 !important;
}

.wp-block-group.services-intro > p:first-of-type {
  margin-top: 0 !important;
  margin-bottom: 0.8rem !important;
  padding-top: 1.5rem !important;
  padding-bottom: 0 !important;
  line-height: 1.7 !important;
  text-align: center !important;
  font-size: 1.08rem !important;
}

.wp-block-group.services-intro > p:nth-of-type(2) {
  margin-top: 0 !important;
  margin-bottom: 1.8rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.7 !important;
  text-align: center !important;
  font-size: 1.08rem !important;
}

.wp-block-group.services-intro > p:last-of-type {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.7 !important;
  transform: translateY(2rem) !important;
  position: relative !important;
  z-index: 6 !important;
  text-align: center !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
}


/* ========================= */
/* VIGNETTES SERVICES */
/* ========================= */

.services-row {
  --service-card-width: clamp(8.5rem, 15vw, 11rem);
  --service-card-height: 11rem;
  --service-overlap: 7rem;

  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: clamp(0.8rem, 2vw, 1.5rem) !important;

  width: 100% !important;
  max-width: 100% !important;
  padding: 0 clamp(1rem, 2vw, 1.8rem) clamp(1rem, 2vw, 1.8rem) clamp(1rem, 2vw, 1.8rem) !important;
  box-sizing: border-box !important;

  margin-top: 0 !important;
  margin-block-start: 0 !important;
  margin-bottom: calc(-1 * var(--service-overlap)) !important;
  transform: translateY(var(--service-overlap)) !important;

  position: relative !important;
  z-index: 5 !important;
  overflow: visible !important;
}

.service-card {
  flex: 0 0 var(--service-card-width) !important;
  width: var(--service-card-width) !important;
  min-width: var(--service-card-width) !important;
  max-width: var(--service-card-width) !important;
  height: var(--service-card-height) !important;
  min-height: var(--service-card-height) !important;
  max-height: var(--service-card-height) !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;

  padding: 0.75rem !important;
  box-sizing: border-box !important;
  background: #f8fbfd !important;
  border: 1px solid #d7e6ef !important;
  border-radius: 14px !important;
  text-align: center !important;
  overflow: hidden !important;
  margin: 0 !important;
}

.service-card figure {
  width: 3.8rem !important;
  height: 3.8rem !important;
  min-width: 3.8rem !important;
  min-height: 3.8rem !important;
  max-width: 3.8rem !important;
  max-height: 3.8rem !important;
  margin: 0 0 0.5rem 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.service-card figure img,
.service-card img.service-image {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.service-title {
  font-size: 0.85rem !important;
  line-height: 1.2 !important;
  margin: 0 0 0.3rem 0 !important;
  padding: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  width: 100% !important;
}

.service-text {
  font-size: 0.72rem !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  width: 100% !important;
}


/* ========================= */
/* BLOC FONCÉ SOUS SERVICES */
/* ========================= */

.texte-limite {
  padding-top: 15rem !important;
  margin-top: 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  padding-bottom: 1rem !important;
  margin-bottom: 0 !important;
}

.texte-limite h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


/* ========================= */
/* SECTION CONTACT + TARIFS */
/* ========================= */

.cta-info-section {
  display: grid !important;
  grid-template-columns: minmax(0, 0.90fr) minmax(22rem, 0.90fr) !important;
  align-items: stretch !important;
  gap: 0 !important;

  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  box-sizing: border-box !important;

  background: #e8f6fc !important;
  overflow: hidden !important;
}

.cta-info-main {
  min-height: clamp(24rem, 45vw, 34rem) !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(3rem, 6vw, 5rem) clamp(2rem, 5vw, 5rem) !important;
  box-sizing: border-box !important;

  background: #2b3a49 !important;
  color: #e8f6fc !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.cta-info-main h2 {
  max-width: 32rem !important;
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
  font-size: clamp(1.8rem, 3vw, 2.7rem) !important;
  line-height: 1.15 !important;
  color: #ffffff !important;
  text-align: left !important;
  transform: translateX(12rem) !important;
}

.cta-info-main p {
  max-width: 32rem !important;
  margin-top: 0 !important;
  margin-bottom: 1.1rem !important;
  font-size: 1.05rem !important;
  line-height: 1.75 !important;
  color: #e8f6fc !important;
  text-align: justify !important;
  transform: translateX(12rem) !important;
}

.cta-info-main .wp-block-buttons {
  justify-content: flex-start !important;
  margin-top: 1.5rem !important;
  transform: translateX(12rem) !important;
}

.cta-info-pricing {
  align-self: center !important;
  justify-self: start !important;
  transform: translateX(2rem) !important;

  width: min(100%, 24rem) !important;
  max-width: 24rem !important;
  margin: clamp(2rem, 4vw, 4rem) clamp(1rem, 4vw, 3rem) !important;
  padding: clamp(1.5rem, 3vw, 2.25rem) !important;
  box-sizing: border-box !important;

  background: #f8fbfd !important;
  color: #2b3a49 !important;
  border: 1px solid #d7e6ef !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12) !important;

  overflow: hidden !important;
  text-align: left !important;
}

.cta-info-pricing::before {
  display: none !important;
}

.cta-info-pricing h2 {
  margin-top: 0 !important;
  margin-bottom: 1.25rem !important;
  font-size: clamp(1.45rem, 2vw, 2rem) !important;
  line-height: 1.2 !important;
  color: #2b3a49 !important;
  text-align: center !important;
}

.cta-info-pricing p {
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
  font-size: 0.98rem !important;
  line-height: 1.75 !important;
  color: #334155 !important;
  text-align: left !important;
}

.cta-info-pricing .wp-block-buttons {
  justify-content: flex-start !important;
  margin-top: 1rem !important;
}


/* ========================= */
/* RESPONSIVE CONTACT + TARIFS */
/* ========================= */

@media (max-width: 1800px) and (min-width: 1601px) {
  .cta-info-main h2,
  .cta-info-main p,
  .cta-info-main .wp-block-buttons {
    transform: translateX(9rem) !important;
  }

  .cta-info-pricing {
    transform: translateX(1.5rem) !important;
  }
}

@media (max-width: 1600px) and (min-width: 1401px) {
  .cta-info-main h2,
  .cta-info-main p,
  .cta-info-main .wp-block-buttons {
    transform: translateX(6rem) !important;
  }

  .cta-info-pricing {
    transform: translateX(1rem) !important;
  }
}

@media (max-width: 1400px) and (min-width: 1201px) {
  .cta-info-main h2,
  .cta-info-main p,
  .cta-info-main .wp-block-buttons {
    transform: translateX(3rem) !important;
  }

  .cta-info-main h2,
  .cta-info-main p {
    max-width: 30rem !important;
  }

  .cta-info-pricing {
    transform: translateX(0.5rem) !important;
    width: min(100%, 23rem) !important;
    max-width: 23rem !important;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .cta-info-section {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.85fr) !important;
  }

  .cta-info-main h2,
  .cta-info-main p,
  .cta-info-main .wp-block-buttons {
    transform: translateX(1.5rem) !important;
  }

  .cta-info-main h2,
  .cta-info-main p {
    max-width: 28rem !important;
  }

  .cta-info-pricing {
    transform: translateX(0) !important;
    width: min(100%, 22rem) !important;
    max-width: 22rem !important;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .cta-info-section {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden !important;
  }

  .cta-info-main {
    min-height: auto !important;
    padding: 3rem 2rem !important;
    align-items: center !important;
    text-align: center !important;
  }

  .cta-info-main h2,
  .cta-info-main p,
  .cta-info-main .wp-block-buttons {
    transform: none !important;
  }

  .cta-info-main h2 {
    max-width: 42rem !important;
    text-align: center !important;
  }

  .cta-info-main p {
    max-width: 42rem !important;
    text-align: justify !important;
  }

  .cta-info-main .wp-block-buttons {
    justify-content: center !important;
  }

  .cta-info-pricing {
    transform: none !important;
    justify-self: center !important;
    width: min(100%, 26rem) !important;
    max-width: 26rem !important;
    margin: 2rem auto !important;
    text-align: center !important;
  }

  .cta-info-pricing h2,
  .cta-info-pricing p {
    text-align: center !important;
  }

  .cta-info-pricing .wp-block-buttons {
    justify-content: center !important;
  }
}


/* ========================= */
/* MOBILE GLOBAL */
/* ========================= */

@media (max-width: 768px) {

  /* CARTES PRINCIPALES */

  .cartes-wrapper {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
    align-items: center;
  }

  .carte-responsive {
    flex: none !important;
    width: min(100%, 26rem) !important;
    max-width: 26rem !important;
    min-height: 34rem !important;
    height: auto !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    padding: 1.25rem !important;
    margin: 0 auto !important;
    align-self: center !important;
    box-sizing: border-box !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }


  /* HERO */

  .bloc-perso2 {
    min-height: auto;
    padding: 2rem 1rem !important;
    text-align: center;
  }

  .hero-child2 {
    flex-direction: column !important;
    gap: 1.5rem;
    max-width: 100%;
  }

  .image-container2 {
    width: 100%;
    max-width: 100%;
  }

  .image-container2 img[alt="logoaccueil"] {
    width: clamp(13rem, 70vw, 19rem) !important;
    height: auto !important;
  }

  .interbox2 {
    max-width: 100%;
    width: 100%;
  }

  .interbox2 h2.texteperso2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
    max-width: 100%;
  }

  .interbox2 h5.texteperso2 {
    font-size: clamp(1rem, 4.5vw, 1.2rem);
    max-width: 100%;
  }

  .texteperso2 {
    margin-bottom: 0.75rem !important;
  }


  /* VIGNETTES DU HAUT - MOBILE SANS SLIDER */

  .vignettes-row {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.9rem !important;

    width: 100% !important;
    max-width: 100% !important;
    padding: 1.25rem 1rem !important;
    margin: 0 !important;
    box-sizing: border-box !important;

    overflow: visible !important;
    scroll-snap-type: none !important;
    -webkit-overflow-scrolling: auto !important;
    transform: none !important;
  }

  .vignette-card {
    width: min(100%, 14rem) !important;
    min-width: 0 !important;
    max-width: 14rem !important;

    height: auto !important;
    min-height: 10rem !important;
    max-height: none !important;

    padding: 0.95rem !important;
    box-sizing: border-box !important;

    flex: 0 0 auto !important;
    scroll-snap-align: none !important;
  }

  .vignette-card figure {
    width: 3.1rem !important;
    height: 3.1rem !important;
    min-width: 3.1rem !important;
    min-height: 3.1rem !important;
    max-width: 3.1rem !important;
    max-height: 3.1rem !important;
    margin-bottom: 0.45rem !important;
  }

  .vignette-title {
    font-size: 0.86rem !important;
    line-height: 1.2 !important;
    margin-bottom: 0.25rem !important;
  }

  .vignette-text {
    font-size: 0.74rem !important;
    line-height: 1.3 !important;
  }


  /* SERVICES - MOBILE */

  .services-section {
    position: relative !important;
    overflow: visible !important;
    padding-top: 1.5rem !important;
    padding-bottom: 5.25rem !important;
    margin-bottom: 0 !important;
    z-index: 4 !important;
  }

  .wp-block-group.services-intro > p:last-of-type {
    transform: none !important;
    margin-bottom: 1.25rem !important;
  }

  .services-row {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.9rem !important;

    width: 100% !important;
    max-width: 100% !important;
    padding: 0 1rem !important;
    box-sizing: border-box !important;

    overflow: visible !important;
    scroll-snap-type: none !important;
    -webkit-overflow-scrolling: auto !important;

    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -52.8rem !important;

    margin: 0 !important;
    transform: none !important;
    z-index: 8 !important;
  }

  .service-card {
    width: min(100%, 14rem) !important;
    min-width: 0 !important;
    max-width: 14rem !important;

    height: 10.5rem !important;
    min-height: 10.5rem !important;
    max-height: 10.5rem !important;

    padding: 0.9rem !important;
    box-sizing: border-box !important;

    flex: 0 0 auto !important;
    scroll-snap-align: none !important;
  }

  .service-card figure {
    width: 3.15rem !important;
    height: 3.15rem !important;
    min-width: 3.15rem !important;
    min-height: 3.15rem !important;
    max-width: 3.15rem !important;
    max-height: 3.15rem !important;
    margin-bottom: 0.45rem !important;
  }

  .service-title {
    font-size: 0.86rem !important;
    line-height: 1.2 !important;
    margin-bottom: 0.25rem !important;
  }

  .service-text {
    font-size: 0.74rem !important;
    line-height: 1.28 !important;
  }

  .texte-limite {
    position: relative !important;
    z-index: 1 !important;
    padding-top: 54rem !important;
    margin-top: 0 !important;
    overflow: visible !important;
  }

  .texte-limite h2 {
    margin-top: 0 !important;
  }


  /* CONTACT + TARIFS MOBILE */

  .cta-info-section {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden !important;
  }

  .cta-info-main {
    min-height: auto !important;
    padding: 2.5rem 1.25rem !important;
    align-items: center !important;
    text-align: center !important;
  }

  .cta-info-main h2 {
    max-width: 100% !important;
    transform: none !important;
    text-align: center !important;
    font-size: clamp(1.5rem, 7vw, 2rem) !important;
  }

  .cta-info-main p {
    max-width: 100% !important;
    transform: none !important;
    text-align: justify !important;
    font-size: 0.98rem !important;
    line-height: 1.65 !important;
  }

  .cta-info-main .wp-block-buttons {
    transform: none !important;
    justify-content: center !important;
  }

  .cta-info-pricing {
    transform: none !important;
    justify-self: center !important;
    width: min(100%, 26rem) !important;
    max-width: 26rem !important;
    margin: 2rem auto !important;
    padding: 1.5rem !important;
    text-align: center !important;
  }

  .cta-info-pricing h2,
  .cta-info-pricing p {
    text-align: center !important;
  }

  .cta-info-pricing .wp-block-buttons {
    justify-content: center !important;
  }
}

										/* PAGE SERVICES */ 

/* ========================= */
/* HERO SERVICES PARTICULIERS */
/* ========================= */

.particuliers-hero { /* Cible la première section de la page services particuliers */
  width: 100% !important; /* La section prend toute la largeur disponible */
  max-width: 100% !important; /* Empêche Gutenberg ou Astra de limiter la section */
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 6vw, 5rem) !important; /* Ajoute une marge intérieure responsive */
  box-sizing: border-box !important; /* Inclut le padding dans la largeur totale */
  background: linear-gradient(135deg, #e8f6fc 0%, #f8fbfd 100%) !important; /* Fond doux cohérent avec ton site */
  color: #2b3a49 !important; /* Couleur principale du texte */
  text-align: center !important; /* Centre le contenu globalement */
  overflow: hidden !important; /* Évite les débordements visuels */
}

/* ========================= */
/* TITRE */
/* ========================= */

.particuliers-hero h2 { /* Cible le titre principal */
  max-width: 58rem !important; /* Limite la largeur du titre */
  margin: 0 auto 1.75rem auto !important; /* Centre le titre et ajoute un espace dessous */
  font-size: clamp(2rem, 4vw, 3.4rem) !important; /* Taille forte et responsive */
  line-height: 1.12 !important; /* Garde le titre compact */
  font-weight: 700 !important; /* Rend le titre plus impactant */
  color: #2b3a49 !important; /* Utilise le bleu foncé de ton site */
  text-align: center !important; /* Centre le titre */
}

/* ========================= */
/* PARAGRAPHES */
/* ========================= */

.particuliers-hero > p { /* Cible les paragraphes directs de la section */
  max-width: 52rem !important; /* Limite la largeur pour une bonne lisibilité */
  margin: 0 auto 1.1rem auto !important; /* Centre les paragraphes et espace les blocs */
  font-size: clamp(1rem, 1.25vw, 1.12rem) !important; /* Taille confortable et responsive */
  line-height: 1.75 !important; /* Aère les lignes */
  color: #334155 !important; /* Couleur douce et lisible */
  text-align: center !important; /* Centre les paragraphes */
}

/* ========================= */
/* PHRASE MISE EN AVANT */
/* ========================= */

.particuliers-highlight { /* Cible le paragraphe mis en avant */
  max-width: 50rem !important; /* Limite la largeur de la phrase */
  margin-top: 1.5rem !important; /* Ajoute une respiration au-dessus */
  padding: 1.25rem 1.5rem !important; /* Ajoute une marge intérieure */
  background: rgba(43, 58, 73, 0.08) !important; /* Ajoute un fond très léger */
  border-left: 4px solid #0073d8 !important; /* Ajoute un accent bleu discret */
  border-radius: 12px !important; /* Arrondit les angles */
  box-sizing: border-box !important; /* Inclut padding et bordure */
  font-weight: 600 !important; /* Rend la phrase légèrement plus visible */
}

/* ========================= */
/* GROUPE DES BOUTONS */
/* ========================= */

.particuliers-actions { /* Cible le groupe contenant les boutons du hero particuliers */
  display: flex !important; /* Met le numéro et le bouton sur la même ligne sur PC */
  flex-direction: row !important; /* Affichage horizontal */
  justify-content: center !important; /* Centre les boutons */
  align-items: center !important; /* Aligne verticalement les boutons */
  gap: 0.8rem !important; /* Contrôle l'espace entre le numéro et le bouton */
  column-gap: 0.8rem !important; /* Sécurise l'espace horizontal */
  row-gap: 0.8rem !important; /* Sécurise l'espace vertical */
  margin-top: 2rem !important; /* Garde l'espace au-dessus du groupe */
  flex-wrap: wrap !important; /* Permet le retour à la ligne si nécessaire */
  --wp--style--block-gap: 0.8rem !important; /* Neutralise le gros gap Gutenberg */
}
.particuliers-actions > p { /* Cible le paragraphe qui contient le numéro cliquable */
  margin: 0 !important; /* Supprime la marge par défaut du paragraphe */
  padding: 0 !important; /* Supprime le padding éventuel */
}

.particuliers-actions .wp-block-buttons { /* Cible le conteneur du bouton Gutenberg */
  margin: 0 !important; /* Supprime les marges Gutenberg du bloc bouton */
  padding: 0 !important; /* Supprime le padding éventuel */
}

.particuliers-actions .wp-block-button { /* Cible le bouton Gutenberg interne */
  margin: 0 !important; /* Supprime les marges du bouton */
}

/* ========================= */
/* BLOCS BOUTONS GUTENBERG */
/* ========================= */

.particuliers-actions .wp-block-buttons { /* Cible chaque bloc bouton Gutenberg */
  margin: 0 !important; /* Supprime les marges Gutenberg */
}

.particuliers-hero::after { /* Ajoute uniquement un séparateur sous les boutons */
  content: "" !important; /* N'affiche aucun texte */
  display: block !important; /* Affiche le séparateur comme un bloc */
  width: min(100%, 60rem) !important; /* Limite la largeur du séparateur */
  margin: 2rem auto 0 auto !important; /* Centre le séparateur et ajoute un espace au-dessus */
  border-top: 1px solid rgba(43, 58, 73, 0.18) !important; /* Ajoute une ligne de séparation légère */
}

/* ========================= */
/* MOBILE */
/* ========================= */

@media (max-width: 768px) { /* Applique ces règles sur téléphone */
  .particuliers-hero { /* Cible la section sur mobile */
    padding: 2.5rem 1rem !important; /* Réduit le padding mobile */
  }

  .particuliers-hero h2 { /* Cible le titre sur mobile */
    font-size: clamp(1.7rem, 8vw, 2.35rem) !important; /* Ajuste la taille du titre */
    margin-bottom: 1.25rem !important; /* Réduit légèrement l'espace sous le titre */
  }

  .particuliers-hero > p { /* Cible les paragraphes sur mobile */
    font-size: 0.98rem !important; /* Taille adaptée mobile */
    line-height: 1.65 !important; /* Garde une lecture confortable */
    margin-bottom: 1rem !important; /* Garde un espace propre entre paragraphes */
  }

  .particuliers-highlight { /* Cible le paragraphe mis en avant sur mobile */
    padding: 1rem !important; /* Réduit le padding */
    border-left: 0 !important; /* Supprime la bordure gauche */
    border-top: 4px solid #0073d8 !important; /* Place l'accent bleu en haut */
  }

  .particuliers-actions { /* Cible les boutons sur mobile */
  flex-direction: column !important; /* Empile les boutons */
  gap: 0.75rem !important; /* Garde un espace réduit entre eux */
  row-gap: 0.75rem !important; /* Sécurise l'espace vertical */
  column-gap: 0.75rem !important; /* Sécurise l'espace horizontal */
  margin-top: 1.5rem !important; /* Garde l'espace au-dessus */
  --wp--style--block-gap: 0.75rem !important; /* Neutralise le gap Gutenberg sur mobile */
}

}

/* ========================= */
/* CHEVAUCHEMENT AVEC LE HERO */
/* ========================= */

.particuliers-hero { /* Cible le hero au-dessus des vignettes */
  overflow: visible !important; /* Autorise les éléments suivants à chevaucher visuellement le hero */
  position: relative !important; /* Permet de gérer les couches avec z-index */
  z-index: 1 !important; /* Place le hero sous les vignettes */
  padding-bottom: clamp(11rem, 13vw, 13rem) !important; /* Ajoute plus d'espace pour descendre le titre sans perdre le chevauchement */
}

/* ========================= */
/* SECTION SERVICES PARTICULIERS */
/* ========================= */

.particuliers-services-section { /* Cible la section foncée qui contient le titre, les vignettes et la note */
  --particuliers-overlap: 6.5rem; /* Garde le chevauchement des vignettes autour de 40 à 50% */
  --particuliers-title-offset: 4.2rem; /* Place le titre plus bas par rapport au séparateur */

  background: #2b3a49 !important; /* Garde le fond foncé uniquement sur cette section */
  width: 100% !important; /* La section prend toute la largeur disponible */
  max-width: 100% !important; /* Empêche Gutenberg ou le thème de limiter la largeur */
  padding: 0 clamp(1rem, 5vw, 5rem) clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) !important; /* Garde zéro padding haut pour que le fond foncé commence normalement */
  box-sizing: border-box !important; /* Inclut le padding dans la largeur totale */
  overflow: visible !important; /* Autorise le titre et les vignettes à dépasser vers le hero */
  position: relative !important; /* Permet de positionner le titre au-dessus des vignettes */
  z-index: 3 !important; /* Place cette section au-dessus du hero */
}

/* ========================= */
/* TITRE AU-DESSUS DES VIGNETTES */
/* ========================= */

.particuliers-services-section > h2 { /* Cible le titre "Mes principaux services" */
  width: min(100%, 72rem) !important; /* Aligne la largeur du titre avec celle de la grille */
  max-width: 72rem !important; /* Empêche le titre de devenir trop large */
  margin: 0 auto !important; /* Centre le titre horizontalement */
  padding: 0 !important; /* Supprime le padding éventuel */
  color: #2b3a49 !important; /* Met le titre foncé car il apparaît sur le hero clair */
  font-size: clamp(1.7rem, 3vw, 2.5rem) !important; /* Définit une taille responsive */
  line-height: 1.2 !important; /* Garde une hauteur de ligne propre */
  font-weight: 700 !important; /* Met le titre en gras */
  text-align: center !important; /* Centre le titre */
  position: absolute !important; /* Sort le titre du flux pour ne pas casser la grille */
  left: 50% !important; /* Place le titre au centre horizontal */
  top: calc(-1 * var(--particuliers-overlap) - var(--particuliers-title-offset)) !important; /* Place le titre au-dessus des vignettes avec plus d'air sous le séparateur */
  transform: translateX(-50%) !important; /* Centre précisément le titre */
  z-index: 12 !important; /* Place le titre au-dessus du hero et des fonds */
}

/* ========================= */
/* GRILLE DES 8 SERVICES */
/* ========================= */

.particuliers-services-grid { /* Cible le groupe qui contient les 8 vignettes */
  display: grid !important; /* Active CSS Grid */
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important; /* Affiche 4 vignettes par ligne sur PC */
  align-items: stretch !important; /* Force les vignettes d'une même ligne à prendre la même hauteur */
  gap: clamp(1rem, 2vw, 1.5rem) !important; /* Ajoute un espace responsive entre les vignettes */
  width: min(100%, 72rem) !important; /* Limite la largeur totale de la grille */
  max-width: 72rem !important; /* Empêche la grille de devenir trop large */
  margin-left: auto !important; /* Centre la grille horizontalement */
  margin-right: auto !important; /* Centre la grille horizontalement */
  margin-top: 0 !important; /* Empêche le fond foncé de remonter avec la grille */
  margin-bottom: calc(clamp(0.75rem, 2vw, 1.25rem) - var(--particuliers-overlap)) !important; /* Rapproche la note du bas des vignettes */
  padding: 0 !important; /* Supprime les paddings Gutenberg éventuels */
  box-sizing: border-box !important; /* Inclut les dimensions correctement */
  position: relative !important; /* Permet le chevauchement */
  z-index: 10 !important; /* Place les vignettes au-dessus du hero */
  overflow: visible !important; /* Évite de couper les vignettes */
  transform: translateY(calc(-1 * var(--particuliers-overlap))) !important; /* Remonte uniquement les vignettes sur le hero */
}

/* ========================= */
/* VIGNETTE SERVICE PARTICULIER */
/* ========================= */

.particulier-service-card { /* Cible chaque vignette individuelle */
  min-height: 15rem !important; /* Donne une hauteur régulière aux vignettes */
  height: 100% !important; /* Étire les vignettes dans leur ligne */
  padding: 1.1rem !important; /* Ajoute une marge intérieure confortable */
  box-sizing: border-box !important; /* Inclut padding et bordure dans la taille */
  background: #f8fbfd !important; /* Fond blanc cassé comme les autres éléments */
  border: 1px solid #d7e6ef !important; /* Bordure légère cohérente */
  border-radius: 16px !important; /* Coins arrondis */
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12) !important; /* Ombre douce */
  display: flex !important; /* Active Flexbox dans la vignette */
  flex-direction: column !important; /* Place image, titre, texte et tags en colonne */
  align-items: center !important; /* Centre le contenu horizontalement */
  justify-content: flex-start !important; /* Place le contenu depuis le haut */
  text-align: center !important; /* Centre les textes */
  margin: 0 !important; /* Supprime les marges Gutenberg éventuelles */
  overflow: hidden !important; /* Empêche le contenu de dépasser */
}

/* ========================= */
/* IMAGE DES VIGNETTES */
/* ========================= */

.particulier-service-card figure { /* Cible le bloc image Gutenberg dans chaque vignette */
  width: 3.4rem !important; /* Définit une zone image uniforme */
  height: 3.4rem !important; /* Définit une hauteur uniforme */
  min-width: 3.4rem !important; /* Empêche la zone image de se réduire */
  min-height: 3.4rem !important; /* Empêche la zone image de perdre en hauteur */
  max-width: 3.4rem !important; /* Empêche la zone image de devenir trop grande */
  max-height: 3.4rem !important; /* Empêche la zone image de dépasser */
  margin: 0 0 0.75rem 0 !important; /* Supprime les marges et ajoute un espace sous l'image */
  padding: 0 !important; /* Supprime le padding éventuel */
  display: flex !important; /* Centre l'image dans sa zone */
  align-items: center !important; /* Centre verticalement l'image */
  justify-content: center !important; /* Centre horizontalement l'image */
  flex-shrink: 0 !important; /* Empêche l'image de se compresser */
  overflow: hidden !important; /* Empêche l'image de dépasser */
  box-sizing: border-box !important; /* Inclut les dimensions correctement */
}

/* ========================= */
/* IMAGE INTERNE */
/* ========================= */

.particulier-service-card figure img { /* Cible les images SVG ou PNG des vignettes */
  width: 100% !important; /* L'image prend toute la largeur du cadre */
  height: 100% !important; /* L'image prend toute la hauteur du cadre */
  max-width: 100% !important; /* Empêche WordPress de dépasser */
  max-height: 100% !important; /* Empêche WordPress de dépasser */
  object-fit: contain !important; /* Affiche toute l'image sans la couper */
  display: block !important; /* Supprime les espaces parasites sous l'image */
  margin: 0 !important; /* Supprime les marges éventuelles */
  padding: 0 !important; /* Supprime les paddings éventuels */
}

/* ========================= */
/* TITRE DE VIGNETTE */
/* ========================= */

.particulier-service-card p:first-of-type { /* Cible le titre de chaque vignette */
  min-height: 2.4rem !important; /* Force une zone titre identique dans toutes les vignettes */
  height: 2.4rem !important; /* Garde la même hauteur de titre avant la description */
  margin: 0 0 0.55rem 0 !important; /* Ajoute un espace sous le titre */
  padding: 0 !important; /* Supprime le padding éventuel */
  color: #2b3a49 !important; /* Texte foncé sur fond clair */
  font-size: 0.98rem !important; /* Taille de titre compacte */
  line-height: 1.2 !important; /* Garde le titre lisible */
  font-weight: 700 !important; /* Met le titre en gras */
  text-align: center !important; /* Centre le titre */
  width: 100% !important; /* Le titre prend toute la largeur */
  display: flex !important; /* Permet d'aligner le texte dans la zone fixe */
  align-items: center !important; /* Centre verticalement le titre dans sa zone */
  justify-content: center !important; /* Centre horizontalement le titre */
  overflow: hidden !important; /* Empêche un titre trop long de casser l'alignement */
  flex-shrink: 0 !important; /* Empêche le titre de se compresser */
}

/* ========================= */
/* DESCRIPTION DE VIGNETTE */
/* ========================= */

.particulier-service-card p:nth-of-type(2) { /* Cible la description principale */
  min-height: 4.2rem !important; /* Force une zone description identique dans toutes les vignettes */
  height: 4.2rem !important; /* Garde la même hauteur avant le séparateur */
  margin: 0 0 0.75rem 0 !important; /* Garde un espace avant les mots-clés */
  padding: 0 !important; /* Supprime le padding éventuel */
  color: #334155 !important; /* Texte gris-bleu lisible */
  font-size: 0.84rem !important; /* Taille compacte */
  line-height: 1.45 !important; /* Aère le texte */
  text-align: center !important; /* Centre la description */
  width: 100% !important; /* La description prend toute la largeur disponible */
  display: flex !important; /* Permet de centrer proprement le texte dans la zone */
  align-items: flex-start !important; /* Aligne le texte en haut de sa zone */
  justify-content: center !important; /* Centre horizontalement le texte */
  overflow: hidden !important; /* Évite qu'une description trop longue casse l'alignement */
}

/* ========================= */
/* MOTS-CLÉS DE VIGNETTE */
/* ========================= */

.particulier-service-card p:last-of-type { /* Cible la ligne de mots-clés */
  margin: 0 !important; /* Supprime les marges variables */
  padding: 0.55rem 0 0 0 !important; /* Ajoute un espace au-dessus des mots-clés */
  color: #0073d8 !important; /* Utilise le bleu d'accent */
  font-size: 0.74rem !important; /* Rend les mots-clés plus discrets */
  line-height: 1.35 !important; /* Garde une bonne lecture */
  font-weight: 700 !important; /* Rend les mots-clés visibles */
  text-align: center !important; /* Centre les mots-clés */
  border-top: 1px solid rgba(0, 115, 216, 0.15) !important; /* Séparateur aligné après la zone description fixe */
  width: 100% !important; /* La séparation prend toute la largeur */
  flex-shrink: 0 !important; /* Empêche la zone mots-clés de se compresser */
}

/* ========================= */
/* NOTE SOUS LES VIGNETTES */
/* ========================= */

.particuliers-services-note { /* Cible directement le paragraphe de note sous les vignettes */
  width: min(100%, 72rem) !important; /* Aligne la note sur la largeur de la grille PC */
  max-width: 72rem !important; /* Sécurise la largeur maximale */
  margin: 0 auto !important; /* Centre le bloc */
  padding: 1.25rem 1.5rem !important; /* Ajoute une marge intérieure */
  box-sizing: border-box !important; /* Inclut le padding */
  background: rgba(248, 251, 253, 0.08) !important; /* Ajoute un fond léger sur le foncé */
  border: 1px solid rgba(232, 246, 252, 0.18) !important; /* Bordure claire discrète */
  border-radius: 14px !important; /* Coins arrondis */
  color: #e8f6fc !important; /* Texte clair sur fond foncé */
  font-size: 1rem !important; /* Taille confortable */
  line-height: 1.65 !important; /* Aère le texte */
  text-align: center !important; /* Centre le texte */
}

/* ========================= */
/* TABLETTE ET FENÊTRES RÉDUITES */
/* ========================= */

@media (max-width: 1024px) and (min-width: 769px) { /* Applique ces règles sur tablette et fenêtres réduites, pas sur téléphone */
  .particuliers-hero { /* Cible le hero sur tablette */
    padding-bottom: 10rem !important; /* Ajoute plus d'espace pour descendre le titre sous le séparateur */
  }

  .particuliers-services-section { /* Cible la section services sur tablette */
    --particuliers-overlap: 5.5rem; /* Garde le chevauchement adapté aux vignettes en 2 colonnes */
    --particuliers-title-offset: 3.35rem; /* Descend le titre par rapport au séparateur */
  }

  .particuliers-services-grid { /* Cible la grille sur tablette */
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; /* Affiche 2 vignettes par ligne */
    width: min(100%, 42rem) !important; /* Limite la largeur en 2 colonnes */
    max-width: 42rem !important; /* Sécurise la largeur maximale */
  }

  .particulier-service-card { /* Cible les vignettes sur tablette */
    min-height: 14.5rem !important; /* Ajuste la hauteur pour 2 colonnes */
  }

  .particuliers-services-note { /* Cible la note sous les vignettes */
    width: min(100%, 42rem) !important; /* Aligne la note sur la largeur de la grille tablette */
    max-width: 42rem !important; /* Même largeur max que .particuliers-services-grid sur tablette */
  }
}

/* ========================= */
/* MOBILE */
/* ========================= */

@media (max-width: 768px) { /* Applique ces règles sur mobile */
  .particuliers-hero { /* Cible le hero sur mobile */
    padding-bottom: 7rem !important; /* Garde un chevauchement léger sur mobile */
  }

  .particuliers-services-section { /* Cible la section sur mobile */
    --particuliers-overlap: 3.75rem; /* Chevauchement plus léger sur mobile */
    --particuliers-title-offset: 2.7rem; /* Place le titre correctement sur mobile */
    padding: 0 1rem 2.5rem 1rem !important; /* Réduit le padding mobile */
  }

  .particuliers-services-section > h2 { /* Cible le titre de la section sur mobile */
    font-size: clamp(1.4rem, 7vw, 2rem) !important; /* Ajuste la taille du titre sur mobile */
  }

  .particuliers-services-grid { /* Cible la grille sur mobile */
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; /* Garde 2 colonnes sur mobile */
    width: min(100%, 34rem) !important; /* Donne une largeur adaptée aux 2 colonnes */
    max-width: 34rem !important; /* Sécurise la largeur maximale */
    gap: 1rem !important; /* Réduit l'espace entre les vignettes */
  }

  .particulier-service-card { /* Cible chaque vignette sur mobile */
    min-height: 15rem !important; /* Garde une hauteur régulière en grille 2 colonnes */
    padding: 1rem !important; /* Réduit légèrement le padding */
  }

  .particuliers-services-note { /* Cible la note sous les vignettes sur mobile */
    width: min(100%, 34rem) !important; /* Aligne la note sur la grille mobile en 2 colonnes */
    max-width: 34rem !important; /* Même largeur max que .particuliers-services-grid sur mobile */
    padding: 1rem !important; /* Réduit le padding */
  }
}

/* ========================= */
/* TRÈS PETITS MOBILES */
/* ========================= */

@media (max-width: 420px) { /* Applique ces règles uniquement sur très petits écrans */
  .particuliers-services-grid { /* Cible la grille sur très petit mobile */
    grid-template-columns: 1fr !important; /* Passe en une seule colonne uniquement si l'écran est trop étroit */
    width: min(100%, 24rem) !important; /* Limite la largeur des vignettes */
    max-width: 24rem !important; /* Sécurise la largeur maximale */
  }

  .particulier-service-card { /* Cible chaque vignette sur très petit mobile */
    min-height: auto !important; /* Laisse la hauteur s'adapter au contenu */
  }

  .particuliers-services-note { /* Cible la note sur très petit mobile */
    width: min(100%, 24rem) !important; /* Aligne la note sur la grille en une colonne */
    max-width: 24rem !important; /* Sécurise la largeur maximale */
  }
}



/* ========================= */
/* SECTION PROCESSUS */
/* ========================= */

.process-section { /* Cible la section complète du déroulement d'une intervention */
  width: 100% !important; /* La section prend toute la largeur disponible */
  max-width: 100% !important; /* Empêche Gutenberg ou le thème de limiter la largeur */
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) !important; /* Ajoute une marge intérieure responsive */
  box-sizing: border-box !important; /* Inclut le padding dans la largeur totale */
  background: #e8f6fc !important; /* Garde un fond clair cohérent avec ton site */
  overflow: hidden !important; /* Évite les débordements visuels */
}

/* ========================= */
/* TITRE DE SECTION */
/* ========================= */

.process-section > h2 { /* Cible le titre principal de la section */
  max-width: 60rem !important; /* Limite la largeur du titre */
  margin: 0 auto 2.5rem auto !important; /* Centre le titre et ajoute un espace dessous */
  color: #2b3a49 !important; /* Utilise la couleur foncée du site */
  font-size: clamp(1.8rem, 3vw, 2.6rem) !important; /* Taille responsive du titre */
  line-height: 1.2 !important; /* Garde un titre lisible */
  font-weight: 700 !important; /* Met le titre en gras */
  text-align: center !important; /* Centre le titre */
}

/* ========================= */
/* LIGNE DES ÉTAPES */
/* ========================= */

.process-row { /* Cible le conteneur des 4 vignettes et des flèches */
  display: grid !important; /* Utilise une grille pour alterner cartes et flèches */
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr !important; /* 4 cartes séparées par 3 flèches */
  align-items: stretch !important; /* Étire les cartes sur la même hauteur */
  gap: clamp(0.75rem, 1.5vw, 1.2rem) !important; /* Espace entre cartes et flèches */
  width: min(100%, 76rem) !important; /* Limite la largeur totale */
  max-width: 76rem !important; /* Sécurise la largeur maximale */
  margin: 0 auto !important; /* Centre la ligne */
  padding: 0 !important; /* Supprime les paddings Gutenberg éventuels */
  box-sizing: border-box !important; /* Inclut les dimensions correctement */
}

/* ========================= */
/* VIGNETTE ÉTAPE */
/* ========================= */

.process-card { /* Cible chaque vignette étape */
  min-height: 13rem !important; /* Donne une hauteur régulière aux vignettes */
  height: 100% !important; /* Étire chaque carte à la hauteur de sa ligne */
  padding: 1.25rem 1rem !important; /* Ajoute une marge intérieure confortable */
  box-sizing: border-box !important; /* Inclut padding et bordure dans la taille */
  background: #f8fbfd !important; /* Fond blanc cassé comme les autres vignettes */
  border: 1px solid #d7e6ef !important; /* Bordure légère cohérente */
  border-radius: 16px !important; /* Coins arrondis */
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1) !important; /* Ombre douce */
  display: flex !important; /* Active Flexbox dans la vignette */
  flex-direction: column !important; /* Place image, titre et texte en colonne */
  align-items: center !important; /* Centre le contenu horizontalement */
  justify-content: flex-start !important; /* Place le contenu depuis le haut */
  text-align: center !important; /* Centre les textes */
  margin: 0 !important; /* Supprime les marges Gutenberg */
  overflow: hidden !important; /* Évite les débordements */
}

/* ========================= */
/* IMAGE / ICÔNE ÉTAPE */
/* ========================= */

.process-card figure,
.process-icon { /* Cible le bloc image Gutenberg de chaque vignette */
  width: 3.5rem !important; /* Définit une taille uniforme pour l'image */
  height: 3.5rem !important; /* Définit une hauteur uniforme pour l'image */
  min-width: 3.5rem !important; /* Empêche l'image de rétrécir */
  min-height: 3.5rem !important; /* Empêche l'image de perdre en hauteur */
  max-width: 3.5rem !important; /* Empêche l'image de devenir trop grande */
  max-height: 3.5rem !important; /* Empêche l'image de dépasser */
  margin: 0 0 0.9rem 0 !important; /* Garde un espace identique sous chaque image */
  padding: 0 !important; /* Supprime le padding éventuel */
  display: flex !important; /* Centre l'image dans son cadre */
  align-items: center !important; /* Centre verticalement l'image */
  justify-content: center !important; /* Centre horizontalement l'image */
  overflow: hidden !important; /* Évite les débordements d'image */
  flex-shrink: 0 !important; /* Empêche la zone image de se compresser */
}

/* ========================= */
/* IMAGE INTERNE */
/* ========================= */

.process-card figure img,
.process-icon img { /* Cible l'image à l'intérieur du bloc image */
  width: 100% !important; /* L'image prend toute la largeur du cadre */
  height: 100% !important; /* L'image prend toute la hauteur du cadre */
  object-fit: contain !important; /* Affiche toute l'image sans la couper */
  display: block !important; /* Supprime les espaces parasites */
  margin: 0 !important; /* Supprime les marges éventuelles */
  padding: 0 !important; /* Supprime les paddings éventuels */
}

/* ========================= */
/* TITRE DES ÉTAPES */
/* ========================= */

.process-card h3 { /* Cible le titre de chaque étape */
  min-height: 2.6rem !important; /* Donne la même hauteur à tous les titres */
  height: 2.6rem !important; /* Force les textes à démarrer au même niveau */
  margin: 0 0 0.5rem 0 !important; /* Ajoute un espace sous le titre */
  padding: 0 !important; /* Supprime le padding éventuel */
  color: #2b3a49 !important; /* Texte foncé */
  font-size: 1rem !important; /* Taille de titre compacte */
  line-height: 1.25 !important; /* Garde le titre lisible */
  font-weight: 700 !important; /* Met le titre en gras */
  text-align: center !important; /* Centre le titre */
  display: flex !important; /* Permet de centrer le titre dans sa zone */
  align-items: center !important; /* Centre verticalement le titre */
  justify-content: center !important; /* Centre horizontalement le titre */
  width: 100% !important; /* Le titre prend toute la largeur */
  flex-shrink: 0 !important; /* Empêche le titre de se compresser */
}

/* ========================= */
/* TEXTE DES ÉTAPES */
/* ========================= */

.process-card p { /* Cible le texte de chaque étape */
  min-height: 3rem !important; /* Donne une hauteur similaire aux textes */
  margin: 0 !important; /* Supprime les marges automatiques */
  padding: 0 !important; /* Supprime le padding éventuel */
  color: #334155 !important; /* Texte gris-bleu lisible */
  font-size: 0.9rem !important; /* Taille compacte */
  line-height: 1.5 !important; /* Aère le texte */
  text-align: center !important; /* Centre le texte */
  display: flex !important; /* Permet d'aligner le texte dans sa zone */
  align-items: flex-start !important; /* Aligne le texte en haut de sa zone */
  justify-content: center !important; /* Centre horizontalement le texte */
  width: 100% !important; /* Le paragraphe prend toute la largeur */
}

/* ========================= */
/* FLÈCHES ENTRE LES ÉTAPES */
/* ========================= */

.process-arrow { /* Cible chaque flèche entre les vignettes */
  width: 2rem !important; /* Donne une largeur fixe à la zone de flèche */
  min-width: 2rem !important; /* Empêche la flèche de se compresser */
  display: flex !important; /* Centre la flèche */
  align-items: center !important; /* Centre verticalement la flèche */
  justify-content: center !important; /* Centre horizontalement la flèche */
  margin: 0 !important; /* Supprime les marges Gutenberg */
  padding: 0 !important; /* Supprime les paddings Gutenberg */
}

/* ========================= */
/* SYMBOLE FLÈCHE PC */
/* ========================= */

.process-arrow::before { /* Crée la flèche sans avoir à ajouter de texte dans Gutenberg */
  content: "→" !important; /* Affiche une flèche vers la droite sur PC */
  color: #0073d8 !important; /* Utilise le bleu d'accent */
  font-size: 2rem !important; /* Taille de la flèche */
  line-height: 1 !important; /* Évite une hauteur parasite */
  font-weight: 700 !important; /* Rend la flèche visible */
}

/* ========================= */
/* TABLETTE ET MOBILE */
/* ========================= */

@media (max-width: 1024px) { /* Applique ces règles sur tablette et mobile */
  .process-row { /* Cible la ligne des étapes */
    grid-template-columns: 1fr !important; /* Empile les cartes et les flèches */
    width: min(100%, 22rem) !important; /* Réduit la largeur globale des cartes */
    max-width: 22rem !important; /* Empêche les cartes d'être trop larges */
    gap: 0.85rem !important; /* Réduit l'espace vertical */
  }

  .process-arrow { /* Cible les flèches sur tablette/mobile */
    width: 100% !important; /* La flèche prend la largeur disponible */
    min-width: 0 !important; /* Supprime la largeur minimale PC */
    height: 1.35rem !important; /* Donne une hauteur à la flèche verticale */
  }

  .process-arrow::before { /* Cible le symbole de flèche sur tablette/mobile */
    content: "↓" !important; /* Remplace la flèche droite par une flèche vers le bas */
    font-size: 1.7rem !important; /* Ajuste la taille */
  }

  .process-card { /* Cible chaque carte étape */
    width: 100% !important; /* La carte prend la largeur du conteneur réduit */
    min-height: 13rem !important; /* Donne une forme plus proche du carré */
    aspect-ratio: 1 / 1 !important; /* Rend les cartes plus carrées quand le contenu le permet */
    padding: 1.15rem !important; /* Garde une marge intérieure confortable */
    justify-content: center !important; /* Centre le contenu verticalement */
  }

  .process-card h3 { /* Cible les titres sur tablette/mobile */
    min-height: 2.4rem !important; /* Garde l'alignement sans trop grand espace */
    height: 2.4rem !important; /* Hauteur stable du titre */
  }

  .process-card p { /* Cible les textes sur tablette/mobile */
    min-height: 2.8rem !important; /* Garde une hauteur stable du texte */
  }
}

/* ========================= */
/* MOBILE */
/* ========================= */

@media (max-width: 768px) { /* Applique ces règles sur mobile */
  .process-section { /* Cible la section complète sur mobile */
    padding: 2.5rem 1rem !important; /* Réduit le padding mobile */
  }

  .process-section > h2 { /* Cible le titre mobile */
    font-size: clamp(1.5rem, 7vw, 2rem) !important; /* Ajuste la taille du titre */
    margin-bottom: 2rem !important; /* Ajuste l'espace sous le titre */
  }
}

/* ========================= */
/* PETITS MOBILES */
/* ========================= */

@media (max-width: 480px) { /* Applique ces règles sur petits téléphones */
  .process-row { /* Cible le conteneur des étapes */
    width: min(100%, 19rem) !important; /* Rend les cartes encore un peu moins larges */
    max-width: 19rem !important; /* Limite la largeur sur petit écran */
  }

  .process-card { /* Cible chaque carte étape */
    min-height: 12rem !important; /* Garde une forme compacte */
    padding: 1rem !important; /* Réduit légèrement le padding */
  }

  .process-card figure,
  .process-icon { /* Cible les icônes sur petit mobile */
    width: 3.2rem !important; /* Réduit légèrement l'icône */
    height: 3.2rem !important; /* Réduit légèrement l'icône */
    min-width: 3.2rem !important; /* Sécurise la taille */
    min-height: 3.2rem !important; /* Sécurise la taille */
    max-width: 3.2rem !important; /* Sécurise la taille */
    max-height: 3.2rem !important; /* Sécurise la taille */
  }
}

/* ========================= */
/* CONTACT + TARIF PARTICULIERS */
/* ========================= */

.particuliers-contact-tarif { /* Cible la section parent contact + tarif */
  display: grid !important; /* Crée une mise en page en colonnes */
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr) !important; /* Bloc contact plus large que le tarif */
  align-items: stretch !important; /* Donne une hauteur cohérente aux deux blocs */
  gap: clamp(1.5rem, 4vw, 3rem) !important; /* Espace responsive entre les deux colonnes */
  width: 100% !important; /* La section prend toute la largeur disponible */
  max-width: 100% !important; /* Évite les limitations Gutenberg */
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 6vw, 5rem) !important; /* Marge intérieure responsive */
  box-sizing: border-box !important; /* Inclut le padding dans la largeur */
  background: #e8f6fc !important; /* Fond clair cohérent avec la page */
}

/* ========================= */
/* BLOC CONTACT GAUCHE */
/* ========================= */

.particuliers-contact-box { /* Cible le bloc contact */
  display: flex !important; /* Organise le contenu en colonne */
  flex-direction: column !important; /* Titre, textes, infos les uns sous les autres */
  justify-content: center !important; /* Centre verticalement le contenu */
  align-items: flex-start !important; /* Aligne à gauche sur PC */
  padding: clamp(2rem, 4vw, 3.5rem) clamp(2rem, 4vw, 3.5rem) clamp(2rem, 4vw, 3.5rem) clamp(3.5rem, 7vw, 7rem) !important; /* Décale le contenu contact un peu vers la droite */
  box-sizing: border-box !important; /* Inclut le padding */
  background: transparent !important; /* Évite l'effet carte identique aux autres sections */
  border-left: 5px solid #0073d8 !important; /* Accent visuel différent des cartes */
  text-align: left !important; /* Texte aligné à gauche */
  margin: 0 !important; /* Supprime les marges Gutenberg */
}

/* ========================= */
/* TITRE CONTACT */
/* ========================= */

.particuliers-contact-box h2 { /* Cible le titre du bloc contact */
  max-width: 44rem !important; /* Limite la largeur du titre */
  margin: 0 0 1.4rem 0 !important; /* Espace sous le titre */
  padding: 0 !important; /* Supprime le padding */
  color: #2b3a49 !important; /* Couleur foncée du site */
  font-size: clamp(1.8rem, 3vw, 2.7rem) !important; /* Titre responsive */
  line-height: 1.15 !important; /* Titre compact */
  font-weight: 700 !important; /* Titre en gras */
  text-align: left !important; /* Aligné à gauche */
}

/* ========================= */
/* TEXTES CONTACT */
/* ========================= */

.particuliers-contact-box p { /* Cible les paragraphes du bloc contact */
  max-width: 46rem !important; /* Limite la largeur de lecture */
  margin: 0 0 1rem 0 !important; /* Espace entre paragraphes */
  padding: 0 !important; /* Supprime le padding */
  color: #334155 !important; /* Texte gris-bleu lisible */
  font-size: 1.03rem !important; /* Taille confortable */
  line-height: 1.75 !important; /* Texte aéré */
  text-align: left !important; /* Aligné à gauche */
}

/* ========================= */
/* INFOS CONTACT */
/* ========================= */

.particuliers-contact-infos { /* Cible le bloc téléphone + mail */
  display: flex !important; /* Affiche les infos en ligne sur PC */
  flex-direction: row !important; /* Téléphone et mail côte à côte */
  flex-wrap: wrap !important; /* Autorise le retour à la ligne si besoin */
  gap: 0.8rem 1rem !important; /* Espace entre téléphone et mail */
  margin-top: 1.4rem !important; /* Espace au-dessus des infos */
  padding: 0 !important; /* Supprime le padding Gutenberg */
  box-sizing: border-box !important; /* Inclut les dimensions */
}

.particuliers-contact-infos p { /* Cible téléphone et mail */
  margin: 0 !important; /* Supprime les marges */
  padding: 0 !important; /* Le style visuel est maintenant géré par les classes btn-secondaire ou btn-fonce */
  line-height: 1.2 !important; /* Évite trop de hauteur */
}

/* Liens téléphone + mail */
.particuliers-contact-infos a { /* Cible les liens dans les infos contact */
  color: #2b3a49 !important; /* Garde une couleur lisible si aucune classe bouton n'est ajoutée */
  text-decoration: none !important; /* Supprime le soulignement */
  font-weight: 700 !important; /* Met les infos en valeur */
}

.particuliers-contact-infos a:hover { /* Cible le survol des liens */
  color: #0073d8 !important; /* Passe en bleu au survol */
  text-decoration: underline !important; /* Retour visuel au survol */
}

/* ========================= */
/* BLOC TARIF DROITE */
/* ========================= */

.particuliers-tarif-box { /* Cible le bloc tarif */
  display: flex !important; /* Organise le contenu en colonne */
  flex-direction: column !important; /* Titre puis paragraphes */
  justify-content: center !important; /* Centre verticalement */
  align-items: flex-start !important; /* Aligne le contenu à gauche sauf titre */
  padding: clamp(1.75rem, 3vw, 2.5rem) !important; /* Espace intérieur */
  box-sizing: border-box !important; /* Inclut le padding */
  background: #f8fbfd !important; /* Fond blanc cassé */
  border: 1px solid #d7e6ef !important; /* Bordure légère */
  border-radius: 18px !important; /* Coins arrondis */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1) !important; /* Ombre douce */
  margin: 0 !important; /* Supprime les marges Gutenberg */
  text-align: left !important; /* Texte aligné à gauche */
}

/* ========================= */
/* TITRE TARIF */
/* ========================= */

.particuliers-tarif-box h2 { /* Cible le titre tarif */
  width: 100% !important; /* Permet au centrage de prendre toute la largeur */
  margin: 0 0 1.2rem 0 !important; /* Espace sous le titre */
  padding: 0 !important; /* Supprime le padding */
  color: #2b3a49 !important; /* Couleur foncée */
  font-size: clamp(1.5rem, 2.3vw, 2.1rem) !important; /* Taille responsive */
  line-height: 1.2 !important; /* Titre lisible */
  font-weight: 700 !important; /* Titre en gras */
  text-align: center !important; /* Centre le titre tarif */
}

/* ========================= */
/* TEXTES TARIF */
/* ========================= */

.particuliers-tarif-box p { /* Cible les paragraphes tarif */
  margin: 0 0 1rem 0 !important; /* Espace entre paragraphes */
  padding: 0 !important; /* Supprime le padding */
  color: #334155 !important; /* Texte lisible */
  font-size: 1rem !important; /* Taille confortable */
  line-height: 1.65 !important; /* Texte aéré */
  text-align: left !important; /* Aligné à gauche */
}

/* Premier paragraphe tarif mis en avant */
.particuliers-tarif-box p:first-of-type { /* Cible "45 € / heure" */
  width: 100% !important; /* Prend la largeur disponible */
  padding: 1rem 1.2rem !important; /* Ajoute un fond interne */
  background: #e8f6fc !important; /* Fond bleu clair */
  border-radius: 14px !important; /* Coins arrondis */
  color: #2b3a49 !important; /* Texte foncé */
  font-size: 1.15rem !important; /* Rend le tarif plus visible */
  font-weight: 700 !important; /* Met le tarif en gras */
  text-align: center !important; /* Centre le tarif mis en avant */
  box-sizing: border-box !important; /* Inclut le padding */
}

/* Dernier paragraphe tarif */
.particuliers-tarif-box p:last-of-type { /* Cible le dernier paragraphe */
  margin-bottom: 0 !important; /* Supprime l'espace inutile en bas */
}

/* ========================= */
/* RESPONSIVE MOBILE */
/* ========================= */

@media (max-width: 768px) { /* Applique ces règles sur mobile */
  .particuliers-contact-tarif { /* Cible la section parent */
    grid-template-columns: 1fr !important; /* Empile les deux blocs */
    gap: 1.5rem !important; /* Espace vertical entre les blocs */
    padding: 2.5rem 1rem !important; /* Réduit le padding */
  }

  .particuliers-contact-box { /* Cible le bloc contact sur mobile */
    align-items: center !important; /* Centre le contenu */
    text-align: center !important; /* Centre les textes */
    border-left: 0 !important; /* Supprime la bordure gauche */
    border-top: 5px solid #0073d8 !important; /* Met l'accent bleu en haut */
    padding: 1.75rem 1rem !important; /* Réduit le padding */
  }

  .particuliers-contact-box h2,
  .particuliers-contact-box p { /* Cible les textes contact */
    text-align: center !important; /* Centre les textes */
    max-width: 100% !important; /* Utilise toute la largeur */
  }

  .particuliers-contact-infos { /* Cible téléphone + mail sur mobile */
    flex-direction: column !important; /* Empile les infos */
    align-items: center !important; /* Centre les pastilles */
    width: 100% !important; /* Prend toute la largeur */
  }

  .particuliers-contact-infos p { /* Cible les pastilles sur mobile */
    width: min(100%, 20rem) !important; /* Largeur propre et compacte */
    text-align: center !important; /* Centre le texte */
  }

  .particuliers-tarif-box { /* Cible le bloc tarif sur mobile */
    width: min(100%, 24rem) !important; /* Limite la largeur du bloc */
    margin: 0 auto !important; /* Centre le bloc */
    align-items: center !important; /* Centre le contenu */
    text-align: center !important; /* Centre les textes */
    padding: 1.5rem !important; /* Réduit le padding */
  }

  .particuliers-tarif-box h2,
  .particuliers-tarif-box p { /* Cible textes tarif sur mobile */
    text-align: center !important; /* Centre les textes */
  }
}

/* ========================= */
/* PAGE PROFESSIONNELS - CORRECTIONS */
/* ========================= */

.professionnels-page { /* Cible le groupe général de la page professionnels */
  width: 100% !important; /* Le groupe prend toute la largeur disponible */
  max-width: 100% !important; /* Supprime la limitation de largeur Gutenberg */
  margin: 0 !important; /* Supprime les marges autour du groupe */
  padding: 0 !important; /* Supprime les bords créés par le groupe parent */
  box-sizing: border-box !important; /* Inclut les dimensions correctement */
  overflow: visible !important; /* Évite de couper les éléments qui dépassent */
  --wp--style--block-gap: 0 !important; /* Supprime le gap automatique Gutenberg entre les blocs */
}

/* Supprime l'espace automatique entre les sections directes */
.professionnels-page.wp-block-group-is-layout-constrained > * + *,
.professionnels-page > * + * { /* Cible chaque bloc qui suit un autre bloc */
  margin-block-start: 0 !important; /* Supprime l'espace vertical Gutenberg */
}

/* Sécurise les grandes sections de la page professionnels */
.professionnels-page > .wp-block-group,
.professionnels-page .particuliers-hero,
.professionnels-page .particuliers-services-section,
.professionnels-page .process-section,
.professionnels-page .particuliers-contact-tarif { /* Cible les sections principales */
  width: 100% !important; /* Prend toute la largeur disponible */
  max-width: 100% !important; /* Évite les limites Gutenberg */
  margin-top: 0 !important; /* Supprime les marges hautes */
  margin-bottom: 0 !important; /* Supprime les marges basses */
  box-sizing: border-box !important; /* Sécurise les tailles */
}

/* ========================= */
/* VIGNETTES SERVICES PRO */
/* ========================= */

.professionnels-page .particulier-service-card { /* Cible uniquement les vignettes de la page professionnels */
  min-height: 16.5rem !important; /* Donne plus de hauteur aux cartes pro */
  height: auto !important; /* Permet à la carte de grandir si le texte est plus long */
  overflow: visible !important; /* Évite que le texte soit coupé */
}

.professionnels-page .particulier-service-card p:first-of-type { /* Cible les titres des vignettes pro */
  min-height: 2.7rem !important; /* Donne un peu plus de hauteur aux titres longs */
  height: auto !important; /* Évite de couper un titre long */
  overflow: visible !important; /* Empêche la coupure du titre */
}

.professionnels-page .particulier-service-card p:nth-of-type(2) { /* Cible les paragraphes descriptifs des vignettes pro */
  min-height: 5.4rem !important; /* Donne plus d'espace aux descriptions */
  height: auto !important; /* Permet au texte de prendre la hauteur nécessaire */
  overflow: visible !important; /* Empêche la coupure du texte */
}


							/* PAGE TARIFS */

/* ========================= */
/* PAGE TARIFS - BASE */
/* ========================= */

.tarifs-page { /* Cible toute la page tarifs */
  width: 100% !important; /* Prend toute la largeur */
  max-width: 100% !important; /* Supprime les limites Gutenberg */
  margin: 0 !important; /* Supprime les marges */
  padding: 0 !important; /* Supprime les paddings */
  box-sizing: border-box !important; /* Inclut les espacements */
  overflow: visible !important; /* Évite de couper les blocs */
  --wp--style--block-gap: 0 !important; /* Supprime le gap automatique Gutenberg */
}

.tarifs-page > * + * { /* Cible les blocs qui se suivent */
  margin-block-start: 0 !important; /* Supprime les trous entre sections */
}

/* ========================= */
/* HERO TARIFS */
/* ========================= */

.tarifs-hero { /* Cible le bloc haut de page */
  width: 100% !important; /* Prend toute la largeur */
  max-width: 100% !important; /* Supprime les limites */
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 6vw, 5rem) !important; /* Espacement responsive */
  box-sizing: border-box !important; /* Inclut le padding */
  background: #2b3a49 !important; /* Fond foncé cohérent avec ton site */
  color: #e8f6fc !important; /* Texte clair */
  text-align: center !important; /* Centre le contenu */
}

.tarifs-hero h2 { /* Cible le titre Mes tarifs */
  max-width: 58rem !important; /* Limite la largeur */
  margin: 0 auto 1.5rem auto !important; /* Centre et espace dessous */
  padding: 0 !important; /* Supprime padding */
  color: #ffffff !important; /* Titre blanc */
  font-size: clamp(2rem, 4.5vw, 3.6rem) !important; /* Taille responsive */
  line-height: 1.1 !important; /* Titre compact */
  font-weight: 700 !important; /* Gras */
  text-align: center !important; /* Centre le titre */
}

.tarifs-hero p { /* Cible les paragraphes du hero */
  max-width: 54rem !important; /* Limite la largeur */
  margin: 0 auto 1rem auto !important; /* Centre et espace */
  padding: 0 !important; /* Supprime padding */
  color: #e8f6fc !important; /* Texte clair */
  font-size: clamp(1rem, 1.3vw, 1.15rem) !important; /* Taille confortable */
  line-height: 1.7 !important; /* Aère le texte */
  text-align: center !important; /* Centre */
}

.tarifs-hero p:last-of-type { /* Cible la mention TVA */
  margin-top: 1.5rem !important; /* Ajoute une respiration */
  margin-bottom: 0 !important; /* Supprime l'espace bas */
  font-size: 0.95rem !important; /* Plus discret */
  opacity: 0.9 !important; /* Légèrement atténué */
}

/* ========================= */
/* SECTION TARIFS HORAIRES */
/* ========================= */

.tarifs-horaires-section { /* Cible la section horaires */
  width: 100% !important; /* Prend toute la largeur */
  max-width: 100% !important; /* Supprime limite Gutenberg */
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) !important; /* Espacement section */
  box-sizing: border-box !important; /* Inclut padding */
  background: #e8f6fc !important; /* Fond bleu clair */
  color: #2b3a49 !important; /* Texte foncé */
}

.tarifs-horaires-section > h2 { /* Cible le titre Tarifs horaires */
  width: min(100%, 72rem) !important; /* Aligne avec le contenu */
  max-width: 72rem !important; /* Limite largeur */
  margin: 0 auto 2.5rem auto !important; /* Centre et espace dessous */
  padding: 0 !important; /* Supprime padding */
  color: #2b3a49 !important; /* Couleur foncée */
  font-size: clamp(1.8rem, 3vw, 2.6rem) !important; /* Taille responsive */
  line-height: 1.2 !important; /* Propre */
  font-weight: 700 !important; /* Gras */
  text-align: center !important; /* Centre */
}

/* ========================= */
/* BLOCS SITE + DISTANCE */
/* ========================= */

.tarifs-site-block,
.tarifs-distance-block { /* Cible les blocs de catégorie */
  width: min(100%, 72rem) !important; /* Largeur commune */
  max-width: 72rem !important; /* Limite largeur */
  margin: 0 auto 3rem auto !important; /* Centre et espace dessous */
  padding: 0 !important; /* Supprime padding */
  box-sizing: border-box !important; /* Inclut dimensions */
}

.tarifs-site-block > h2,
.tarifs-distance-block > h2 { /* Cible les titres site/distance */
  margin: 0 0 1.5rem 0 !important; /* Espace sous le titre */
  padding: 0 !important; /* Supprime padding */
  color: #2b3a49 !important; /* Titre foncé */
  font-size: clamp(1.35rem, 2.3vw, 2rem) !important; /* Taille responsive */
  line-height: 1.25 !important; /* Propre */
  font-weight: 700 !important; /* Gras */
  text-align: center !important; /* Centre */
}

/* ========================= */
/* CARTES TARIFS SITE */
/* ========================= */

.tarifs-site-block { /* Cible le bloc site */
  display: grid !important; /* Active Grid */
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important; /* Deux cartes côte à côte */
  gap: clamp(1.25rem, 3vw, 2rem) !important; /* Espace entre cartes */
  align-items: stretch !important; /* Même hauteur */
}

.tarifs-site-block > h2,
.tarifs-site-block > p { /* Titre et note prennent toute la largeur */
  grid-column: 1 / -1 !important; /* Occupe les deux colonnes */
}

.tarif-card { /* Cible une carte tarif */
  min-height: 22rem !important; /* Hauteur régulière */
  padding: clamp(1.5rem, 3vw, 2.25rem) !important; /* Padding confortable */
  box-sizing: border-box !important; /* Inclut padding */
  background: #f8fbfd !important; /* Fond blanc cassé */
  border: 1px solid #d7e6ef !important; /* Bordure légère */
  border-radius: 18px !important; /* Arrondi cohérent */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1) !important; /* Ombre douce */
  display: flex !important; /* Flex interne */
  flex-direction: column !important; /* Colonne */
  align-items: center !important; /* Centre horizontalement */
  text-align: center !important; /* Centre le texte */
  margin: 0 !important; /* Supprime marges */
}

.tarif-card h2 { /* Cible Particuliers / Professionnels */
  margin: 0 0 1rem 0 !important; /* Espace dessous */
  padding: 0 !important; /* Supprime padding */
  color: #2b3a49 !important; /* Texte foncé */
  font-size: clamp(1.35rem, 2vw, 1.8rem) !important; /* Taille */
  line-height: 1.2 !important; /* Propre */
  font-weight: 700 !important; /* Gras */
  text-align: center !important; /* Centre */
}

.tarif-price { /* Cible le prix principal */
  width: min(100%, 17rem) !important; /* Largeur du bloc prix */
  margin: 0 auto 1.4rem auto !important; /* Centre le prix */
  padding: 1.15rem 1.35rem !important; /* Donne plus de présence au prix */
  box-sizing: border-box !important; /* Inclut le padding */
  background: #e8f6fc !important; /* Fond bleu clair */
  border-radius: 14px !important; /* Coins arrondis */
  color: #2b3a49 !important; /* Texte foncé */
  font-size: clamp(2.6rem, 5vw, 4rem) !important; /* Prix plus gros */
  line-height: 1 !important; /* Compact */
  font-weight: 800 !important; /* Très visible */
  text-align: center !important; /* Centre le prix */
}
/* Prix des cartes sur site */
.tarif-card p.tarif-price {
  width: min(100%, 18rem) !important;
  min-height: 5rem !important; /* Donne une hauteur stable au bloc bleu */
  margin: 0 auto 1.25rem auto !important;
  padding: 0.9rem 1rem !important;
  background: #e8f6fc !important;
  border-radius: 14px !important;
  color: #2b3a49 !important;
  font-size: clamp(1.9rem, 3vw, 2.45rem) !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  text-align: center !important;
  box-sizing: border-box !important;

  display: flex !important; /* Active le centrage */
  align-items: center !important; /* Centre verticalement */
  justify-content: center !important; /* Centre horizontalement */
}
.tarif-card p { /* Cible les textes des cartes */
  width: 100% !important; /* Pleine largeur */
  margin: 0 0 0.75rem 0 !important; /* Espace entre lignes */
  padding: 0 !important; /* Supprime padding */
  color: #334155 !important; /* Gris bleu */
  font-size: 0.98rem !important; /* Taille lisible */
  line-height: 1.5 !important; /* Aéré */
  text-align: center !important; /* Centre */
}

.tarif-card p:nth-of-type(n+3) { /* Cible les lignes incluses */
  text-align: left !important; /* Liste plus lisible à gauche */
}

.tarif-card p:nth-of-type(n+3)::before { /* Ajoute une coche visuelle aux inclus */
  content: "✓ " !important; /* Coche */
  color: #0073d8 !important; /* Bleu accent */
  font-weight: 700 !important; /* Visible */
}

.tarifs-site-block > p:last-child { /* Cible la note urgence sous les cartes */
  margin: 0 auto !important; /* Centre la note */
  padding: 1.1rem 1.25rem !important; /* Ajoute une marge intérieure */
  box-sizing: border-box !important; /* Inclut le padding */
  background: rgba(43, 58, 73, 0.08) !important; /* Fond discret */
  border: 1px solid rgba(43, 58, 73, 0.12) !important; /* Bordure légère uniforme */
  border-radius: 12px !important; /* Coins arrondis */
  color: #334155 !important; /* Texte lisible */
  font-size: 0.98rem !important; /* Taille propre */
  line-height: 1.55 !important; /* Texte aéré */
  text-align: center !important; /* Centre le texte */
}

/* ========================= */
/* INTERVENTION À DISTANCE */
/* ========================= */

.tarifs-distance-block { /* Cible le bloc distance */
  display: grid !important; /* Active Grid */
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important; /* Deux petites cartes */
  gap: clamp(1.25rem, 3vw, 2rem) !important; /* Espacement */
}

.tarifs-distance-block > h2,
.tarifs-distance-block > .tarifs-info-note { /* Titre + note prennent toute largeur */
  grid-column: 1 / -1 !important; /* Occupe deux colonnes */
}

.tarif-mini-card { /* Cible les petites cartes distance */
  padding: clamp(1.25rem, 2.5vw, 1.75rem) !important; /* Padding */
  box-sizing: border-box !important; /* Inclut padding */
  background: #f8fbfd !important; /* Fond clair */
  border: 1px solid #d7e6ef !important; /* Bordure */
  border-radius: 16px !important; /* Arrondi */
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08) !important; /* Ombre plus légère */
  text-align: center !important; /* Centre */
  margin: 0 !important; /* Supprime marges */
}

.tarif-mini-card p { /* Texte mini carte */
  width: 100% !important; /* Prend toute la largeur */
  margin: 0 0 0.75rem 0 !important; /* Espace régulier */
  padding: 0 !important; /* Supprime padding */
  color: #2b3a49 !important; /* Texte foncé */
  font-size: 1.05rem !important; /* Taille propre */
  line-height: 1.55 !important; /* Aéré */
  text-align: center !important; /* Centre */
}

.tarif-mini-card p:last-of-type { /* Dernier paragraphe mini carte */
  margin-bottom: 0 !important; /* Supprime l'espace bas */
}

.tarif-mini-card strong { /* Particuliers / Professionnels */
  font-size: 1.35rem !important; /* Plus visible */
}

.tarif-mini-card p:nth-of-type(2) { /* Cible le prix des cartes à distance */
  width: min(100%, 14rem) !important;
  min-height: 5rem !important;
  margin: 0 auto 1.25rem auto !important;
  padding: 0.9rem 1rem !important;
  box-sizing: border-box !important;
  background: #e8f6fc !important;
  border-radius: 14px !important;
  color: #2b3a49 !important;
  font-size: clamp(1.9rem, 3vw, 2.45rem) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-align: center !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  /* Corrige le décalage créé par le <br> dans le paragraphe */
  white-space: normal !important;
}

.tarif-mini-card p:nth-of-type(3),
.tarif-mini-card p:nth-of-type(4) { /* Cible les lignes d'informations */
  text-align: left !important; /* Rend les lignes plus lisibles */
  font-size: 0.98rem !important; /* Taille cohérente */
  line-height: 1.5 !important; /* Texte aéré */
  color: #334155 !important; /* Texte gris-bleu */
  margin-bottom: 0.75rem !important; /* Espace entre les lignes */
}

.tarif-mini-card p:nth-of-type(3)::before { /* Cible "Assistance rapide et sécurisée..." */
  content: "✓ " !important; /* Ajoute une coche */
  color: #0073d8 !important; /* Bleu accent */
  font-weight: 700 !important; /* Rend la coche visible */
}

.tarif-mini-card p:nth-of-type(4)::before { /* Cible "Aucun déplacement nécessaire" */
  content: "✕ " !important; /* Ajoute une croix */
  color: #0073d8 !important; /* Bleu accent */
  font-weight: 700 !important; /* Rend la croix visible */
}

.tarifs-info-note { /* Cible le texte explicatif distance */
  margin: 0 !important; /* Supprime marges */
  padding: 1.25rem 1.5rem !important; /* Espace interne */
  box-sizing: border-box !important; /* Inclut padding */
  background: rgba(43, 58, 73, 0.08) !important; /* Fond discret */
  border-radius: 14px !important; /* Arrondi */
  border: 1px solid rgba(43, 58, 73, 0.12) !important; /* Bordure douce */
}

.tarifs-info-note p { /* Paragraphes note */
  margin: 0 0 0.8rem 0 !important; /* Espace */
  padding: 0 !important; /* Supprime padding */
  color: #334155 !important; /* Texte lisible */
  font-size: 1rem !important; /* Taille */
  line-height: 1.65 !important; /* Aéré */
  text-align: center !important; /* Centre */
}

.tarifs-info-note p:last-child { /* Dernier paragraphe note */
  margin-bottom: 0 !important; /* Supprime espace bas */
}

/* ========================= */
/* DÉPLACEMENT */
/* ========================= */

.tarifs-deplacement-section { /* Cible section déplacement */
  width: 100% !important; /* Pleine largeur */
  max-width: 100% !important; /* Supprime limite */
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) !important; /* Espacement */
  box-sizing: border-box !important; /* Inclut padding */
  background: #2b3a49 !important; /* Fond foncé pour varier */
  color: #e8f6fc !important; /* Texte clair */
}

.tarifs-deplacement-section > h2 { /* Titre déplacement */
  width: min(100%, 72rem) !important; /* Largeur */
  max-width: 72rem !important; /* Limite */
  margin: 0 auto 2rem auto !important; /* Centre */
  padding: 0 !important; /* Supprime padding */
  color: #e8f6fc !important; /* Clair */
  font-size: clamp(1.7rem, 3vw, 2.5rem) !important; /* Taille */
  line-height: 1.2 !important; /* Propre */
  font-weight: 700 !important; /* Gras */
  text-align: center !important; /* Centre */
}

.tarifs-deplacement-card { /* Carte frais déplacement */
  width: min(100%, 60rem) !important; /* Largeur confortable */
  max-width: 60rem !important; /* Limite */
  margin: 0 auto !important; /* Centre */
  padding: clamp(1.5rem, 3vw, 2.5rem) !important; /* Espace interne */
  box-sizing: border-box !important; /* Inclut padding */
  background: rgba(248, 251, 253, 0.08) !important; /* Fond discret */
  border: 1px solid rgba(232, 246, 252, 0.18) !important; /* Bordure claire */
  border-radius: 18px !important; /* Arrondi */
  color: #e8f6fc !important; /* Texte clair */
  text-align: center !important; /* Centre */
}

.tarifs-deplacement-card h2 { /* Titre carte déplacement */
  margin: 0 0 1.25rem 0 !important; /* Espace */
  padding: 0 !important; /* Supprime padding */
  color: #ffffff !important; /* Blanc */
  font-size: clamp(1.35rem, 2.3vw, 2rem) !important; /* Taille */
  line-height: 1.2 !important; /* Propre */
  font-weight: 700 !important; /* Gras */
  text-align: center !important; /* Centre */
}

.tarifs-deplacement-card p { /* Textes déplacement */
  margin: 0 auto 0.9rem auto !important; /* Espace */
  padding: 0 !important; /* Supprime padding */
  max-width: 48rem !important; /* Limite largeur */
  color: #e8f6fc !important; /* Texte clair */
  font-size: 1rem !important; /* Taille */
  line-height: 1.65 !important; /* Aéré */
  text-align: center !important; /* Centre */
}

.tarifs-deplacement-card p:last-child { /* Dernier texte */
  margin-bottom: 0 !important; /* Supprime espace */
}

/* ========================= */
/* RESPONSIVE TARIFS */
/* ========================= */

@media (max-width: 900px) { /* Tablette */
  .tarifs-site-block,
  .tarifs-distance-block { /* Cible les grilles */
    grid-template-columns: 1fr !important; /* Une colonne */
    width: min(100%, 34rem) !important; /* Largeur mobile/tablette */
    max-width: 34rem !important; /* Limite */
  }

  .tarifs-site-block > h2,
  .tarifs-site-block > p,
  .tarifs-distance-block > h2,
  .tarifs-distance-block > .tarifs-info-note { /* Réinitialise colonnes */
    grid-column: auto !important; /* Une colonne normale */
  }

  .tarif-card { /* Carte mobile */
    min-height: auto !important; /* Hauteur libre */
  }

  .tarif-card p:nth-of-type(n+3) { /* Liste inclus mobile */
    text-align: center !important; /* Centre sur mobile */
  }

  .tarifs-site-block > p:last-child { /* Note urgence mobile */
    border: 1px solid rgba(43, 58, 73, 0.12) !important; /* Garde une bordure simple */
  }

  .tarif-mini-card p:nth-of-type(3),
  .tarif-mini-card p:nth-of-type(4) { /* Infos distance sur tablette */
    text-align: center !important; /* Centre sur écran étroit */
  }
}

@media (max-width: 768px) { /* Mobile */
  .tarifs-hero { /* Hero mobile */
    padding: 3rem 1rem !important; /* Réduit padding */
  }

  .tarifs-horaires-section,
  .tarifs-deplacement-section { /* Sections mobile */
    padding: 2.5rem 1rem !important; /* Réduit padding */
  }

  .tarifs-hero h2 { /* Titre hero */
    font-size: clamp(1.8rem, 8vw, 2.5rem) !important; /* Taille mobile */
  }

  .tarifs-hero p,
  .tarif-card p,
  .tarif-mini-card p,
  .tarifs-info-note p,
  .tarifs-deplacement-card p { /* Textes mobile */
    font-size: 0.98rem !important; /* Taille mobile */
  }

  .tarif-card,
  .tarif-mini-card,
  .tarifs-info-note,
  .tarifs-deplacement-card { /* Cartes mobile */
    padding: 1.35rem !important; /* Padding mobile */
  }

  .tarif-price { /* Prix principal mobile */
    font-size: clamp(2.3rem, 10vw, 3.2rem) !important; /* Prix adapté mobile */
  }

  .tarif-mini-card p:nth-of-type(2) { /* Prix distance mobile */
  font-size: clamp(1.8rem, 8vw, 2.4rem) !important;
}
  .tarif-card p.tarif-price { /* Prix principal mobile */
  font-size: clamp(2.3rem, 10vw, 3.2rem) !important;
}
}

/* ========================= */
/* PRESTATIONS COURANTES */
/* ========================= */

.tarifs-prestations-section { /* Cible toute la section prestations */
  width: 100% !important;
  max-width: 100% !important;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) !important;
  box-sizing: border-box !important;
  background: #e8f6fc !important;
  color: #2b3a49 !important;
  overflow: visible !important;
}

/* ========================= */
/* INTRO PRESTATIONS */
/* ========================= */

.tarifs-prestations-intro { /* Cible uniquement le bloc intro */
  width: min(100%, 70rem) !important;
  max-width: 70rem !important;
  margin: 0 auto 3rem auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  text-align: center !important;
}

.tarifs-prestations-intro > h2 { /* Cible le titre Prestations courantes */
  margin: 0 0 1.4rem 0 !important;
  padding: 0 !important;
  color: #2b3a49 !important;
  font-size: clamp(1.8rem, 3vw, 2.6rem) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.tarifs-prestations-intro > p { /* Cible les paragraphes d'intro */
  max-width: 58rem !important;
  margin: 0 auto 1rem auto !important;
  padding: 0 !important;
  color: #334155 !important;
  font-size: 1.03rem !important;
  line-height: 1.7 !important;
  text-align: center !important;
}

.tarifs-prestations-intro > p:last-of-type { /* Dernier paragraphe intro */
  margin-bottom: 0 !important;
}

/* ========================= */
/* CATÉGORIE PRESTATION */
/* ========================= */

.prestation-category { /* Cible chaque bloc catégorie */
  width: min(100%, 76rem) !important;
  max-width: 76rem !important;
  margin: 0 auto 2rem auto !important;
  padding: clamp(1.4rem, 3vw, 2.2rem) !important;
  box-sizing: border-box !important;
  background: #f8fbfd !important;
  border: 1px solid #d7e6ef !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08) !important;
}

.prestation-category > h2 { /* Cible le titre de catégorie */
  margin: 0 0 1.4rem 0 !important;
  padding: 0 0 1rem 0 !important;
  color: #2b3a49 !important;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem) !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  text-align: left !important;
  border-bottom: 1px solid rgba(43, 58, 73, 0.14) !important;
}

/* ========================= */
/* LIGNE PRESTATION */
/* ========================= */

.prestation-item { /* Cible chaque prestation */
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-areas:
    "title price"
    "desc price"
    "note price" !important;
  gap: 0.25rem 1.5rem !important;
  align-items: center !important;

  margin: 0 !important;
  padding: 1rem 0 !important;
  box-sizing: border-box !important;
  border-bottom: 1px solid rgba(43, 58, 73, 0.1) !important;
  background: transparent !important;
}

.prestation-item:last-of-type { /* Dernière prestation de la catégorie */
  border-bottom: 0 !important;
}

.prestation-item p { /* Tous les paragraphes dans une prestation */
  margin: 0 !important;
  padding: 0 !important;
  color: #334155 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
}

.prestation-item p:first-of-type { /* Titre de la prestation */
  grid-area: title !important;
  color: #2b3a49 !important;
  font-size: 1.05rem !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.prestation-item p:first-of-type strong {
  font-weight: 700 !important;
}

.prestation-item p:nth-of-type(3) { /* Description principale */
  grid-area: desc !important;
}

.prestation-item p:nth-of-type(4) { /* Note complémentaire éventuelle */
  grid-area: note !important;
  font-size: 0.92rem !important;
  opacity: 0.85 !important;
}

/* ========================= */
/* PRIX PRESTATION */
/* ========================= */

.prestation-price { /* Cible le prix */
  grid-area: price !important;
  min-width: 8.5rem !important;
  max-width: 10rem !important;
  margin: 0 !important;
  padding: 0.75rem 1rem !important;
  box-sizing: border-box !important;
  background: #e8f6fc !important;
  color: #2b3a49 !important;
  border-radius: 12px !important;
  font-size: 1.05rem !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-align: center !important;
  white-space: normal !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Corrige le cas où le prix est le 2e paragraphe */
.prestation-item p:nth-of-type(2).prestation-price {
  grid-area: price !important;
}

/* ========================= */
/* NOTE DE CATÉGORIE */
/* ========================= */

.prestation-note { /* Cible la note sous Données et sauvegardes */
  width: 100% !important;
  margin: 1rem 0 0 0 !important;
  padding: 1.1rem 1.25rem !important;
  box-sizing: border-box !important;
  background: rgba(43, 58, 73, 0.08) !important;
  border: 1px solid rgba(43, 58, 73, 0.12) !important;
  border-radius: 14px !important;
  color: #334155 !important;
  font-size: 0.98rem !important;
  line-height: 1.6 !important;
  text-align: center !important;
}

/* ========================= */
/* RESPONSIVE PRESTATIONS */
/* ========================= */

@media (max-width: 900px) {
  .tarifs-prestations-section {
    padding: 2.5rem 1rem !important;
  }

  .tarifs-prestations-intro {
    margin-bottom: 2.5rem !important;
  }

  .prestation-category {
    width: min(100%, 38rem) !important;
    max-width: 38rem !important;
    padding: 1.35rem !important;
  }

  .prestation-category > h2 {
    text-align: center !important;
  }

  .prestation-item {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "title"
      "price"
      "desc"
      "note" !important;
    gap: 0.65rem !important;
    text-align: center !important;
  }

  .prestation-item p,
  .prestation-item p:first-of-type,
  .prestation-item p:nth-of-type(3),
  .prestation-item p:nth-of-type(4) {
    text-align: center !important;
  }

  .prestation-price {
    justify-self: center !important;
    min-width: 10rem !important;
    max-width: 14rem !important;
  }
}

@media (max-width: 768px) {
  .tarifs-prestations-intro > h2 {
    font-size: clamp(1.7rem, 8vw, 2.4rem) !important;
  }

  .tarifs-prestations-intro > p,
  .prestation-item p,
  .prestation-note {
    font-size: 0.98rem !important;
  }

  .prestation-category {
    margin-bottom: 1.5rem !important;
  }
}
.tarifs-prestations-intro > .prestation-category:first-of-type {
  margin-top: 2rem !important;
}



/* ========================= */
/* CONTRAT DE MAINTENANCE */
/* ========================= */

.maintenance-offer-section {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) !important;
  box-sizing: border-box !important;
  background: #2b3a49 !important;
  color: #e8f6fc !important;

  display: grid !important;
  grid-template-columns: minmax(0, 29rem) minmax(0, 23rem) !important;
  gap: clamp(1.5rem, 3vw, 2.4rem) !important;
  justify-content: center !important;
  align-items: stretch !important;

  overflow: visible !important;
  --wp--style--block-gap: 0 !important;
}

/* ========================= */
/* INTRO */
/* ========================= */

.maintenance-offer-intro {
  grid-column: 1 / -1 !important;
  width: min(100%, 66rem) !important;
  max-width: 66rem !important;
  margin: 0 auto 0.75rem auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  text-align: center !important;
}

.maintenance-offer-intro h2 {
  margin: 0 0 1.4rem 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: clamp(1.9rem, 3.2vw, 2.8rem) !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.maintenance-offer-intro p {
  max-width: 58rem !important;
  margin: 0 auto 1rem auto !important;
  padding: 0 !important;
  color: #e8f6fc !important;
  font-size: 1.03rem !important;
  line-height: 1.7 !important;
  text-align: center !important;
}

.maintenance-offer-intro p:last-child {
  margin-bottom: 0 !important;
}

/* ========================= */
/* CARTE GAUCHE - INCLUS */
/* ========================= */

.maintenance-offer-features {
  width: 100% !important;
  max-width: 29rem !important;
  height: 100% !important;
  min-height: 21rem !important;
  align-self: stretch !important;

  margin: 0 !important;
  padding: 1.35rem 1.45rem !important;
  box-sizing: border-box !important;

  background: rgba(248, 251, 253, 0.08) !important;
  border: 1px solid rgba(232, 246, 252, 0.18) !important;
  border-radius: 18px !important;
  box-shadow: none !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important; /* Étale le contenu verticalement */
}

.maintenance-offer-features p {
  margin: 0 0 0.5rem 0 !important;
  padding: 0 !important;
  color: #e8f6fc !important;
  font-size: 0.9rem !important;
  line-height: 1.32 !important;
  text-align: left !important;
}

.maintenance-offer-features p:first-child {
  margin-bottom: 0.8rem !important;
  color: #ffffff !important;
  font-size: 0.98rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

.maintenance-offer-features p:not(:first-child)::before {
  content: "✓ " !important;
  color: #0073d8 !important;
  font-weight: 700 !important;
}

.maintenance-offer-features p:last-child {
  margin-bottom: 0 !important;
}

/* ========================= */
/* CARTE DROITE - TARIFS */
/* ========================= */

.maintenance-offer-pricing {
  width: 100% !important;
  max-width: 23rem !important;
  height: 100% !important;
  min-height: 21rem !important;
  align-self: stretch !important;

  margin: 0 !important;
  padding: 1.15rem 1.25rem !important;
  box-sizing: border-box !important;

  background: #f8fbfd !important;
  border: 1px solid #d7e6ef !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18) !important;
  text-align: center !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.maintenance-offer-pricing p {
  margin: 0 0 0.38rem 0 !important;
  padding: 0 !important;
  color: #334155 !important;
  font-size: 0.78rem !important;
  line-height: 1.22 !important;
  text-align: center !important;
}

.maintenance-offer-pricing p:first-child {
  margin-bottom: 0.45rem !important;
  color: #2b3a49 !important;
  font-size: 0.9rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.maintenance-offer-pricing p:nth-of-type(2),
.maintenance-offer-pricing p:nth-of-type(4),
.maintenance-offer-pricing p:nth-of-type(8) {
  width: min(100%, 10.5rem) !important;
  margin: 0 auto 0.42rem auto !important;
  padding: 0.4rem 0.55rem !important;
  box-sizing: border-box !important;

  background: #e8f6fc !important;
  border-radius: 10px !important;
  color: #2b3a49 !important;

  font-size: 0.88rem !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  text-align: center !important;
}

.maintenance-offer-pricing p:nth-of-type(3) {
  margin-bottom: 0.42rem !important;
  color: #64748b !important;
  font-size: 0.72rem !important;
  line-height: 1.1 !important;
  font-style: italic !important;
}

.maintenance-offer-pricing p:nth-of-type(5),
.maintenance-offer-pricing p:nth-of-type(6),
.maintenance-offer-pricing p:nth-of-type(9) {
  font-size: 0.74rem !important;
  line-height: 1.22 !important;
}

.maintenance-offer-pricing p:nth-of-type(7) {
  margin-top: 0.45rem !important;
  margin-bottom: 0.45rem !important;
  padding-top: 0.55rem !important;
  border-top: 1px solid rgba(43, 58, 73, 0.12) !important;
  color: #2b3a49 !important;
  font-size: 0.82rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.maintenance-offer-pricing p:last-child {
  margin-bottom: 0 !important;
}

/* ========================= */
/* ACTIONS / BOUTONS */
/* ========================= */

.maintenance-offer-actions {
  grid-column: 1 / -1 !important;
  justify-self: center !important;

  width: 100% !important;
  max-width: 58rem !important;
  margin: 0 auto !important;
  padding: 0.9rem 0 0 0 !important;
  box-sizing: border-box !important;

  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
  --wp--style--block-gap: 1rem !important;

  text-align: center !important;
}

.maintenance-offer-actions > * {
  margin: 0 !important;
}

.maintenance-offer-actions .wp-block-buttons {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  max-width: none !important;

  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.maintenance-offer-actions .wp-block-button {
  margin: 0 !important;
}

/* Premier bouton */
.maintenance-offer-actions .wp-block-buttons:first-child .wp-block-button__link {
  display: inline-block !important;
  padding: 0.8rem 1.5rem !important;
  background: #f8fbfd !important;
  color: #2b3a49 !important;
  border: 2px solid #f8fbfd !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
}

.maintenance-offer-actions .wp-block-buttons:first-child .wp-block-button__link:hover {
  background: #ffffff !important;
  color: #0073d8 !important;
  transform: translateY(-2px) !important;
}

/* Deuxième bouton */
.maintenance-offer-actions .wp-block-buttons:nth-child(2) .wp-block-button__link {
  display: inline-block !important;
  padding: 0.8rem 1.5rem !important;
  background: transparent !important;
  color: #e8f6fc !important;
  border: 2px solid #e8f6fc !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
}

.maintenance-offer-actions .wp-block-buttons:nth-child(2) .wp-block-button__link:hover {
  background: #e8f6fc !important;
  color: #2b3a49 !important;
  transform: translateY(-2px) !important;
}

/* ========================= */
/* VERSION TABLETTE / MOBILE */
/* ========================= */

@media (max-width: 900px) {
  .maintenance-offer-section {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    padding: 2.5rem 1rem !important;
    justify-content: center !important;
  }

  .maintenance-offer-intro {
    margin-bottom: 0 !important;
  }

  .maintenance-offer-features,
  .maintenance-offer-pricing {
    width: min(100%, 30rem) !important;
    max-width: 30rem !important;
    min-height: auto !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .maintenance-offer-pricing {
    justify-content: flex-start !important;
  }

  .maintenance-offer-features p,
  .maintenance-offer-features p:first-child,
  .maintenance-offer-pricing p {
    text-align: center !important;
  }

  .maintenance-offer-actions {
    max-width: 30rem !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.85rem !important;
    --wp--style--block-gap: 0.85rem !important;
  }
}

@media (max-width: 768px) {
  .maintenance-offer-intro h2 {
    font-size: clamp(1.7rem, 8vw, 2.3rem) !important;
  }

  .maintenance-offer-intro p {
    font-size: 0.98rem !important;
  }

  .maintenance-offer-features {
    padding: 1.25rem !important;
  }

  .maintenance-offer-pricing {
    padding: 1.15rem !important;
  }

  .maintenance-offer-features p {
    font-size: 0.9rem !important;
  }

  .maintenance-offer-pricing p {
    font-size: 0.78rem !important;
  }

  .maintenance-offer-pricing p:nth-of-type(2),
  .maintenance-offer-pricing p:nth-of-type(4),
  .maintenance-offer-pricing p:nth-of-type(8) {
    width: min(100%, 10.5rem) !important;
    font-size: 0.88rem !important;
  }

  .maintenance-offer-actions .wp-block-button__link {
    width: min(100%, 20rem) !important;
    text-align: center !important;
  }
}

/* ========================= */
/* SECTION FINALE TARIFS */
/* ========================= */

.tarifs-final-section {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) !important;
  box-sizing: border-box !important;
  background: #e8f6fc !important;
  color: #2b3a49 !important;

  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: clamp(1.5rem, 4vw, 3rem) !important;
  justify-content: center !important;
  align-items: stretch !important;

  --wp--style--block-gap: 0 !important;
}

/* ========================= */
/* CARTE À SAVOIR */
/* ========================= */

.tarifs-info-card {
  width: 100% !important;
  max-width: 34rem !important;
  justify-self: end !important;
  margin: 0 !important;
  padding: clamp(1.5rem, 3vw, 2.2rem) !important;
  box-sizing: border-box !important;

  background: #f8fbfd !important;
  border: 1px solid #d7e6ef !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08) !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.tarifs-info-card h2 {
  margin: 0 0 1.25rem 0 !important;
  padding: 0 !important;
  color: #2b3a49 !important;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-align: left !important;
}

.tarifs-info-card p {
  margin: 0 0 1rem 0 !important;
  padding: 0 !important;
  color: #334155 !important;
  font-size: 0.98rem !important;
  line-height: 1.65 !important;
  text-align: left !important;
}

.tarifs-info-card p:last-child {
  margin-bottom: 0 !important;
}

/* ========================= */
/* CARTE CONTACT TARIFS */
/* ========================= */

.tarifs-contact-card {
  width: 100% !important;
  max-width: 34rem !important;
  justify-self: start !important;
  margin: 0 !important;
  padding: clamp(1.5rem, 3vw, 2.2rem) !important;
  box-sizing: border-box !important;

  background: #2b3a49 !important;
  border: 1px solid rgba(232, 246, 252, 0.18) !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14) !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  text-align: center !important;
}

.tarifs-contact-card h2 {
  margin: 0 0 1.25rem 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.tarifs-contact-card p {
  margin: 0 0 1rem 0 !important;
  padding: 0 !important;
  color: #e8f6fc !important;
  font-size: 0.98rem !important;
  line-height: 1.65 !important;
  text-align: center !important;
}

.tarifs-contact-card p:last-child {
  margin-bottom: 0 !important;
}

/* ========================= */
/* LIENS CONTACT DANS LA CARTE */
/* ========================= */

.tarifs-contact-card p:has(a.btn-secondaire) {
  margin: 0.4rem auto 0 auto !important;
}

.tarifs-contact-card a.btn-secondaire {
  display: inline-block !important;
  width: min(100%, 21rem) !important;
  padding: 0.8rem 1.2rem !important;
  box-sizing: border-box !important;

  background: transparent !important;
  color: #e8f6fc !important;
  border: 2px solid #e8f6fc !important;
  border-radius: 10px !important;

  font-weight: 700 !important;
  text-decoration: none !important;
  text-align: center !important;
  transition: all 0.2s ease !important;
}

.tarifs-contact-card a.btn-secondaire:hover {
  background: #e8f6fc !important;
  color: #2b3a49 !important;
  transform: translateY(-2px) !important;
}

/* ========================= */
/* RESPONSIVE SECTION FINALE */
/* ========================= */

@media (max-width: 900px) {
  .tarifs-final-section {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    padding: 2.5rem 1rem !important;
  }

  .tarifs-info-card,
  .tarifs-contact-card {
    width: min(100%, 34rem) !important;
    max-width: 34rem !important;
    justify-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .tarifs-info-card h2,
  .tarifs-info-card p {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .tarifs-info-card,
  .tarifs-contact-card {
    padding: 1.35rem !important;
  }

  .tarifs-info-card p,
  .tarifs-contact-card p {
    font-size: 0.98rem !important;
  }

  .tarifs-contact-card a.btn-secondaire {
    width: min(100%, 20rem) !important;
  }
}


				/* PAGE CONTRAT DE MAINTENANCES */

/* ========================= */
/* PAGE CONTRAT MAINTENANCE - BASE */
/* ========================= */

.maintenance-page {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  --wp--style--block-gap: 0 !important;
}

.maintenance-page > * + * {
  margin-block-start: 0 !important;
}

/* ========================= */
/* HERO MAINTENANCE */
/* ========================= */

.maintenance-hero {
  width: 100% !important;
  max-width: 100% !important;
  min-height: clamp(13rem, 22vw, 18rem) !important;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) !important;
  box-sizing: border-box !important;
  background: #2b3a49 !important;
  color: #e8f6fc !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;

  overflow: visible !important;
}

.maintenance-hero > * {
  width: min(100%, 62rem) !important;
  max-width: 62rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.maintenance-hero h1,
.maintenance-hero h2 {
  width: 100% !important;
  max-width: 62rem !important;
  margin: 0 auto !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: clamp(2rem, 4.5vw, 3.5rem) !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  text-align: center !important;
  transform: none !important;
}

/* ========================= */
/* SECTIONS GÉNÉRALES */
/* ========================= */

.maintenance-intro-section,
.maintenance-details-section,
.maintenance-final-section {
  width: 100% !important;
  max-width: 100% !important;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) !important;
  box-sizing: border-box !important;
  background: #e8f6fc !important;
  color: #2b3a49 !important;
}

.maintenance-intro-section > *,
.maintenance-final-section > * {
  width: min(100%, 68rem) !important;
  max-width: 68rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ========================= */
/* TEXTES SECTIONS CLAIRES */
/* ========================= */

.maintenance-intro-section h2,
.maintenance-intro-section h3,
.maintenance-intro-section h4,
.maintenance-final-section h2,
.maintenance-final-section h3 {
  margin: 0 auto 1.25rem auto !important;
  padding: 0 !important;
  color: #2b3a49 !important;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem) !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.maintenance-intro-section p,
.maintenance-final-section p {
  margin: 0 auto 1.15rem auto !important;
  padding: 0 !important;
  max-width: 58rem !important;
  color: #334155 !important;
  font-size: 1.02rem !important;
  line-height: 1.75 !important;
  text-align: center !important;
}

.maintenance-intro-section p:last-child,
.maintenance-final-section p:last-child {
  margin-bottom: 0 !important;
}

/* ========================= */
/* SUPERVISION - SECTION FONCÉE */
/* ========================= */

.maintenance-supervision-section {
  width: 100% !important;
  max-width: 100% !important;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) !important;
  box-sizing: border-box !important;
  background: #2b3a49 !important;
  color: #e8f6fc !important;
}

.maintenance-supervision-card {
  width: min(100%, 72rem) !important;
  max-width: 72rem !important;
  margin: 0 auto !important;
  padding: clamp(1.5rem, 3vw, 2.5rem) !important;
  box-sizing: border-box !important;
  background: rgba(248, 251, 253, 0.08) !important;
  border: 1px solid rgba(232, 246, 252, 0.18) !important;
  border-radius: 18px !important;
}

.maintenance-supervision-card h2,
.maintenance-supervision-card h3,
.maintenance-supervision-card h4,
.maintenance-supervision-card h5 {
  margin: 0 0 1.25rem 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem) !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.maintenance-supervision-card p {
  margin: 0 auto 1.15rem auto !important;
  padding: 0 !important;
  max-width: 60rem !important;
  color: #e8f6fc !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  text-align: center !important;
}

.maintenance-supervision-card ol {
  width: min(100%, 60rem) !important;
  margin: 1.5rem auto !important;
  padding: 0 !important;
  list-style: none !important;
  counter-reset: maintenance-counter !important;
}

.maintenance-supervision-card ol li {
  counter-increment: maintenance-counter !important;
  position: relative !important;
  margin: 0 0 1rem 0 !important;
  padding: 1rem 1rem 1rem 3.5rem !important;
  box-sizing: border-box !important;
  background: rgba(248, 251, 253, 0.08) !important;
  border: 1px solid rgba(232, 246, 252, 0.14) !important;
  border-radius: 14px !important;
  color: #e8f6fc !important;
  font-size: 0.98rem !important;
  line-height: 1.55 !important;
}

.maintenance-supervision-card ol li::before {
  content: counter(maintenance-counter) !important;
  position: absolute !important;
  left: 1rem !important;
  top: 1rem !important;
  width: 1.8rem !important;
  height: 1.8rem !important;
  border-radius: 999px !important;
  background: #0073d8 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.9rem !important;
}

.maintenance-supervision-card strong {
  color: #ffffff !important;
}

/* ========================= */
/* DÉTAILS MAINTENANCE - VERSION SIMPLE */
/* ========================= */

.maintenance-details-section {
  width: 100% !important;
  max-width: 100% !important;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) !important;
  box-sizing: border-box !important;
  background: #e8f6fc !important;
  color: #2b3a49 !important;
  display: block !important;
}

.maintenance-details-section > * {
  width: min(100%, 62rem) !important;
  max-width: 62rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.maintenance-details-section h2,
.maintenance-details-section h3,
.maintenance-details-section h4,
.maintenance-details-section h5 {
  margin: 0 auto 1rem auto !important;
  padding: 1.75rem 0 0 0 !important;
  color: #2b3a49 !important;
  font-size: clamp(1.35rem, 2.4vw, 2rem) !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  text-align: center !important;
  border-top: 1px solid rgba(43, 58, 73, 0.16) !important;
}

.maintenance-details-section h2:first-child,
.maintenance-details-section h3:first-child,
.maintenance-details-section h4:first-child,
.maintenance-details-section h5:first-child {
  padding-top: 0 !important;
  border-top: 0 !important;
}

.maintenance-details-section p {
  margin: 0 auto 1.15rem auto !important;
  padding: 0 !important;
  max-width: 58rem !important;
  color: #334155 !important;
  font-size: 1.02rem !important;
  line-height: 1.75 !important;
  text-align: center !important;
}

.maintenance-details-section p:last-child {
  margin-bottom: 0 !important;
}

/* ========================= */
/* OPTION SAUVEGARDE */
/* ========================= */

.maintenance-backup-section {
  width: 100% !important;
  max-width: 100% !important;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) !important;
  box-sizing: border-box !important;
  background: #2b3a49 !important;
  color: #e8f6fc !important;
  text-align: center !important;
}

.maintenance-backup-section > * {
  width: min(100%, 62rem) !important;
  max-width: 62rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.maintenance-backup-section h2,
.maintenance-backup-section h3 {
  margin: 0 auto 1.25rem auto !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.maintenance-backup-section p {
  margin: 0 auto 1rem auto !important;
  padding: 0 !important;
  color: #e8f6fc !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  text-align: center !important;
}

.maintenance-backup-section strong {
  color: #ffffff !important;
  font-weight: 800 !important;
}

/* ========================= */
/* SECTION FINALE */
/* ========================= */

.maintenance-final-section {
  text-align: center !important;
}

.maintenance-final-section .wp-block-buttons {
  margin-top: 1.5rem !important;
  justify-content: center !important;
}

.maintenance-final-section .wp-block-button__link {
  border-radius: 10px !important;
  font-weight: 700 !important;
}

/* ========================= */
/* RESPONSIVE MAINTENANCE */
/* ========================= */

@media (max-width: 900px) {
  .maintenance-details-section > * {
    width: min(100%, 34rem) !important;
    max-width: 34rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .maintenance-details-section h5,
  .maintenance-details-section h4,
  .maintenance-details-section h2,
  .maintenance-details-section h3,
  .maintenance-details-section p {
    text-align: center !important;
  }

  .maintenance-supervision-card ol li {
    padding-left: 3.25rem !important;
  }
}

@media (max-width: 768px) {
  .maintenance-hero {
    min-height: auto !important;
    padding: 3rem 1rem !important;
  }

  .maintenance-intro-section,
  .maintenance-supervision-section,
  .maintenance-details-section,
  .maintenance-backup-section,
  .maintenance-final-section {
    padding: 2.5rem 1rem !important;
  }

  .maintenance-supervision-card {
    padding: 1.35rem !important;
  }

  .maintenance-intro-section p,
  .maintenance-supervision-card p,
  .maintenance-details-section p,
  .maintenance-backup-section p,
  .maintenance-final-section p {
    font-size: 0.98rem !important;
  }
}
/* ========================= */
/* CORRECTION DÉCALAGE TITRE HERO */
/* ========================= */

.maintenance-hero .wp-block-spacer {
  display: none !important; /* Supprime le spacer qui décale le titre */
}

.maintenance-hero {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.maintenance-hero h1,
.maintenance-hero h2 {
  margin: 0 auto !important;
  text-align: center !important;
  transform: translateX(0) !important;
}



				/* PAGE A PROPOS */



/* ========================= */
/* PAGE À PROPOS - BASE */
/* ========================= */

.about-page {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  --wp--style--block-gap: 0 !important;
}

.about-page > * + * {
  margin-block-start: 0 !important;
}

/* ========================= */
/* HERO À PROPOS */
/* ========================= */

.about-hero {
  width: 100% !important;
  max-width: 100% !important;
  min-height: clamp(12rem, 22vw, 16rem) !important;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) !important;
  box-sizing: border-box !important;
  background: #2b3a49 !important;
  color: #e8f6fc !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;

  position: relative !important;
  overflow: visible !important;
}

.about-hero .wp-block-spacer {
  display: none !important;
}

.about-hero > * {
  width: min(100%, 62rem) !important;
  max-width: 62rem !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.about-hero h1,
.about-hero h2 {
  width: 100% !important;
  max-width: 62rem !important;
  margin: 0 auto !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: clamp(2.2rem, 5vw, 3.8rem) !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  text-align: center !important;
  transform: none !important;
}

/* ========================= */
/* CONTENU GLOBAL */
/* ========================= */

.about-content {
  width: 100% !important;
  max-width: 100% !important;
  min-height: unset !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  background: #e8f6fc !important;
  color: #2b3a49 !important;
  --wp--style--block-gap: 0 !important;
}

.about-content > * + * {
  margin-block-start: 0 !important;
}

.about-content hr {
  display: none !important;
}

/* ========================= */
/* SECTIONS STANDARD */
/* ========================= */

.about-intro,
.about-section,
.about-services,
.about-why,
.about-zone {
  width: 100% !important;
  max-width: 100% !important;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) !important;
  box-sizing: border-box !important;
}

.about-intro,
.about-section,
.about-zone {
  background: #e8f6fc !important;
}

.about-highlight {
  background: #f8fbfd !important;
}

.about-services {
  background: #f8fbfd !important;
  padding-top: clamp(2.25rem, 4vw, 3.5rem) !important;
}

.about-why {
  background: #2b3a49 !important;
  color: #e8f6fc !important;
}

/* ========================= */
/* LARGEUR ET TEXTES */
/* ========================= */

.about-intro > *,
.about-section > *,
.about-services > *,
.about-why > *,
.about-zone > * {
  width: min(100%, 66rem) !important;
  max-width: 66rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.about-intro h2,
.about-intro h3,
.about-section h2,
.about-section h3,
.about-services h2,
.about-services h3,
.about-why h2,
.about-why h3,
.about-zone h2,
.about-zone h3 {
  margin: 0 auto 1.3rem auto !important;
  padding: 0 !important;
  color: #2b3a49 !important;
  font-size: clamp(1.55rem, 2.8vw, 2.3rem) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.about-intro p,
.about-section p,
.about-services p,
.about-zone p {
  margin: 0 auto 1.1rem auto !important;
  padding: 0 !important;
  max-width: 58rem !important;
  color: #334155 !important;
  font-size: 1.02rem !important;
  line-height: 1.75 !important;
  text-align: center !important;
}

.about-intro p:last-child,
.about-section p:last-child,
.about-services p:last-child,
.about-zone p:last-child {
  margin-bottom: 0 !important;
}

/* ========================= */
/* LISTES GÉNÉRALES */
/* ========================= */

.about-section ul,
.about-services ul,
.about-why ul {
  width: min(100%, 58rem) !important;
  max-width: 58rem !important;
  margin: 1.5rem auto 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

.about-section li,
.about-services li,
.about-why li {
  margin: 0 !important;
  box-sizing: border-box !important;
  border-radius: 14px !important;
  line-height: 1.55 !important;
}

/* ========================= */
/* SECTION SERVICES / COMPÉTENCES */
/* ========================= */

.about-services p strong {
  color: #2b3a49 !important;
}

.about-services ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  width: min(100%, 64rem) !important;
  max-width: 64rem !important;
}

.about-services li {
  min-height: 4.8rem !important;
  padding: 0.9rem 1rem !important;
  background: #ffffff !important;
  border: 1px solid #d7e6ef !important;
  color: #334155 !important;
  font-size: 0.9rem !important;
  line-height: 1.45 !important;

  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  text-align: left !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06) !important;
}

.about-services li img.emoji {
  width: 1.65rem !important;
  height: 1.65rem !important;
  min-width: 1.65rem !important;
  min-height: 1.65rem !important;
  max-width: 1.65rem !important;
  max-height: 1.65rem !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
}

.about-services li strong {
  color: #2b3a49 !important;
  font-weight: 700 !important;
}

/* ========================= */
/* SECTION POURQUOI CHOISIR */
/* ========================= */

.about-why h2,
.about-why h3 {
  color: #ffffff !important;
}

.about-why p,
.about-why li {
  color: #e8f6fc !important;
}

.about-why ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  width: min(100%, 64rem) !important;
  max-width: 64rem !important;
  margin: 1.75rem auto 0 auto !important;
}

.about-why ul li {
  min-height: 8.5rem !important;
  padding: 1.1rem 1.2rem !important;
  background: rgba(248, 251, 253, 0.08) !important;
  border: 1px solid rgba(232, 246, 252, 0.18) !important;
  color: #e8f6fc !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  text-align: center !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* Cinquième vignette centrée */
.about-why ul li:nth-child(5) {
  grid-column: 1 / -1 !important;
  width: min(100%, 31.5rem) !important;
  justify-self: center !important;
}

.about-why ul li strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}

/* ========================= */
/* ZONE D’INTERVENTION */
/* ========================= */

.about-zone {
  background: #e8f6fc !important;
  text-align: center !important;
}

.about-zone p {
  padding: 1.25rem 1.5rem !important;
  box-sizing: border-box !important;
  background: #f8fbfd !important;
  border: 1px solid #d7e6ef !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08) !important;
}

/* ========================= */
/* RESPONSIVE À PROPOS */
/* ========================= */

@media (max-width: 900px) {
  .about-services ul,
  .about-why ul {
    grid-template-columns: 1fr !important;
    width: min(100%, 34rem) !important;
    max-width: 34rem !important;
  }

  .about-why ul li:nth-child(5) {
    grid-column: auto !important;
    width: 100% !important;
  }

  .about-intro > *,
  .about-section > *,
  .about-services > *,
  .about-why > *,
  .about-zone > * {
    width: min(100%, 34rem) !important;
    max-width: 34rem !important;
  }

  .about-services li,
  .about-why ul li {
    text-align: center !important;
  }

  .about-services li {
    justify-content: center !important;
  }
}

@media (max-width: 768px) {
  .about-hero {
    min-height: auto !important;
    padding: 3rem 1rem !important;
  }

  .about-intro,
  .about-section,
  .about-services,
  .about-why,
  .about-zone {
    padding: 2.5rem 1rem !important;
  }

  .about-hero h1,
  .about-hero h2 {
    font-size: clamp(2rem, 10vw, 2.7rem) !important;
  }

  .about-intro p,
  .about-section p,
  .about-services p,
  .about-zone p,
  .about-section li,
  .about-services li,
  .about-why li {
    font-size: 0.95rem !important;
  }

  .about-services li img.emoji {
    width: 1.5rem !important;
    height: 1.5rem !important;
    min-width: 1.5rem !important;
    min-height: 1.5rem !important;
  }
}
/* ========================= */
/* À PROPOS - POURQUOI INDÉPENDANT */
/* ========================= */

.about-why-started {
  background: #f8fbfd !important;
}

.about-why-started > h3 {
  max-width: 58rem !important;
  margin: 0 auto 1.25rem auto !important;
  color: #2b3a49 !important;
  text-align: center !important;
}

.about-why-started > p {
  max-width: 56rem !important;
  margin: 0 auto 1rem auto !important;
  color: #334155 !important;
  text-align: center !important;
  line-height: 1.7 !important;
}

.about-why-started > p:nth-of-type(2) {
  margin-top: 1.4rem !important;
  margin-bottom: 1.2rem !important;
  color: #2b3a49 !important;
  font-weight: 700 !important;
}

.about-why-started > ul {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  width: min(100%, 64rem) !important;
  max-width: 64rem !important;
  margin: 1.5rem auto !important;
  padding: 0 !important;
  list-style: none !important;
}

.about-why-started > ul > li {
  min-height: 8rem !important;
  margin: 0 !important;
  padding: 1.1rem 1.2rem !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  border: 1px solid #d7e6ef !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06) !important;
  color: #334155 !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  text-align: center !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.about-why-started > ul > li strong {
  color: #2b3a49 !important;
  font-weight: 700 !important;
}

.about-why-started > ul > li::before {
  content: "✓" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 1.65rem !important;
  height: 1.65rem !important;
  min-width: 1.65rem !important;
  margin-right: 0.55rem !important;
  border-radius: 999px !important;
  background: #e8f6fc !important;
  color: #0073d8 !important;
  font-weight: 800 !important;
}

@media (max-width: 900px) {
  .about-why-started > ul {
    grid-template-columns: 1fr !important;
    width: min(100%, 34rem) !important;
    max-width: 34rem !important;
  }

  .about-why-started > ul > li {
    min-height: auto !important;
  }
}

					/* PAGE DEPANNAGE INFORMATIQUE THIONVILLE */

/* ========================= */
/* PAGE DÉPANNAGE THIONVILLE - BASE */
/* ========================= */

.depannage-page {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  --wp--style--block-gap: 0 !important;
}

.depannage-page > * + * {
  margin-block-start: 0 !important;
}

/* ========================= */
/* HERO DÉPANNAGE */
/* ========================= */

.depannage-hero {
  width: 100% !important;
  max-width: 100% !important;
  min-height: clamp(12rem, 22vw, 16rem) !important;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) !important;
  box-sizing: border-box !important;
  background: #2b3a49 !important;
  color: #e8f6fc !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  position: relative !important;
  overflow: visible !important;
}

.depannage-hero .wp-block-spacer {
  display: none !important;
}

.depannage-hero > * {
  width: min(100%, 68rem) !important;
  max-width: 68rem !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.depannage-hero h1,
.depannage-hero h2 {
  width: 100% !important;
  max-width: 68rem !important;
  margin: 0 auto !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: clamp(2rem, 4.5vw, 3.5rem) !important;
  line-height: 1.12 !important;
  font-weight: 700 !important;
  text-align: center !important;
  transform: none !important;
}

/* ========================= */
/* SECTIONS GÉNÉRALES */
/* ========================= */

.depannage-intro-section,
.depannage-final-section {
  width: 100% !important;
  max-width: 100% !important;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) !important;
  box-sizing: border-box !important;
  background: #e8f6fc !important;
  color: #2b3a49 !important;
}

.depannage-why-section {
  width: 100% !important;
  max-width: 100% !important;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) !important;
  box-sizing: border-box !important;
  background: #2b3a49 !important;
  color: #e8f6fc !important;
}

/* ========================= */
/* LARGEUR DU CONTENU */
/* ========================= */

.depannage-intro-section > *,
.depannage-final-section > *,
.depannage-why-section > * {
  width: min(100%, 66rem) !important;
  max-width: 66rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ========================= */
/* TITRES ET TEXTES CLAIRS */
/* ========================= */

.depannage-intro-section h2,
.depannage-final-section h2 {
  margin: 0 auto 1.35rem auto !important;
  padding: 0 !important;
  color: #2b3a49 !important;
  font-size: clamp(1.55rem, 2.8vw, 2.35rem) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.depannage-intro-section p,
.depannage-final-section p {
  margin: 0 auto 1.15rem auto !important;
  padding: 0 !important;
  max-width: 58rem !important;
  color: #334155 !important;
  font-size: 1.02rem !important;
  line-height: 1.75 !important;
  text-align: center !important;
}

.depannage-intro-section p:last-child,
.depannage-final-section p:last-child {
  margin-bottom: 0 !important;
}

/* ========================= */
/* LISTE SERVICES - 5 CARTES */
/* ========================= */

.depannage-intro-section ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  width: min(100%, 64rem) !important;
  max-width: 64rem !important;
  margin: 1.75rem auto 1.75rem auto !important;
  padding: 0 !important;
  list-style: none !important;
}

.depannage-intro-section li {
  min-height: 6.5rem !important;
  margin: 0 !important;
  padding: 1rem 1.15rem !important;
  box-sizing: border-box !important;
  background: #f8fbfd !important;
  border: 1px solid #d7e6ef !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06) !important;
  color: #334155 !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  text-align: center !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

/* Centre la 5e carte sur PC */
.depannage-intro-section li:nth-child(5) {
  grid-column: 1 / -1 !important;
  width: min(100%, 31.5rem) !important;
  justify-self: center !important;
}

.depannage-intro-section li strong {
  color: #2b3a49 !important;
  font-weight: 700 !important;
}

/* Image optionnelle dans les cartes */
.depannage-intro-section li img {
  width: 3rem !important;
  height: 3rem !important;
  min-width: 3rem !important;
  min-height: 3rem !important;
  max-width: 3rem !important;
  max-height: 3rem !important;
  margin: 0 0 0.75rem 0 !important;
  object-fit: contain !important;
  display: block !important;
}

.depannage-intro-section li img.emoji {
  width: 2rem !important;
  height: 2rem !important;
  min-width: 2rem !important;
  min-height: 2rem !important;
  max-width: 2rem !important;
  max-height: 2rem !important;
}

/* ========================= */
/* SECTION POURQUOI FONCÉE */
/* ========================= */

.depannage-why-section h2 {
  margin: 0 auto 1.35rem auto !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: clamp(1.55rem, 2.8vw, 2.35rem) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.depannage-why-section p {
  margin: 0 auto 1.15rem auto !important;
  padding: 0 !important;
  max-width: 58rem !important;
  color: #e8f6fc !important;
  font-size: 1.02rem !important;
  line-height: 1.75 !important;
  text-align: center !important;
}

.depannage-why-section ul {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  width: min(100%, 64rem) !important;
  max-width: 64rem !important;
  margin: 1.75rem auto !important;
  padding: 0 !important;
  list-style: none !important;
}

.depannage-why-section li {
  min-height: 7rem !important;
  margin: 0 !important;
  padding: 1.1rem 1.2rem !important;
  box-sizing: border-box !important;
  background: rgba(248, 251, 253, 0.08) !important;
  border: 1px solid rgba(232, 246, 252, 0.18) !important;
  border-radius: 16px !important;
  color: #e8f6fc !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  text-align: center !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.depannage-why-section li strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}

/* ========================= */
/* SECTION FINALE CONTACT */
/* ========================= */

.depannage-final-section h2:nth-of-type(2) {
  margin-top: 2.5rem !important;
  padding-top: 2rem !important;
  border-top: 1px solid rgba(43, 58, 73, 0.14) !important;
}

.depannage-contact-lines {
  width: min(100%, 34rem) !important;
  max-width: 34rem !important;
  margin: 1.75rem auto 0 auto !important;
  padding: 1.25rem 1.5rem !important;
  box-sizing: border-box !important;
  background: #f8fbfd !important;
  border: 1px solid #d7e6ef !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08) !important;
  color: #2b3a49 !important;
  font-size: 1rem !important;
  line-height: 1.8 !important;
  text-align: center !important;
}

.depannage-contact-lines a {
  color: #0073d8 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

.depannage-contact-lines a:hover {
  text-decoration: underline !important;
}

.depannage-contact-lines img.emoji {
  width: 1.35rem !important;
  height: 1.35rem !important;
  vertical-align: -0.2rem !important;
}

/* ========================= */
/* RESPONSIVE DÉPANNAGE */
/* ========================= */

@media (max-width: 900px) {
  .depannage-intro-section ul,
  .depannage-why-section ul {
    grid-template-columns: 1fr !important;
    width: min(100%, 34rem) !important;
    max-width: 34rem !important;
  }

  .depannage-intro-section li:nth-child(5) {
    grid-column: auto !important;
    width: 100% !important;
  }

  .depannage-intro-section > *,
  .depannage-final-section > *,
  .depannage-why-section > * {
    width: min(100%, 34rem) !important;
    max-width: 34rem !important;
  }

  .depannage-intro-section li,
  .depannage-why-section li {
    min-height: auto !important;
  }
}

@media (max-width: 768px) {
  .depannage-hero {
    min-height: auto !important;
    padding: 3rem 1rem !important;
  }

  .depannage-intro-section,
  .depannage-final-section,
  .depannage-why-section {
    padding: 2.5rem 1rem !important;
  }

  .depannage-hero h1,
  .depannage-hero h2 {
    font-size: clamp(1.8rem, 9vw, 2.6rem) !important;
  }

  .depannage-intro-section p,
  .depannage-final-section p,
  .depannage-why-section p,
  .depannage-intro-section li,
  .depannage-why-section li {
    font-size: 0.95rem !important;
  }

  .depannage-contact-lines {
    padding: 1.15rem !important;
  }

  .depannage-intro-section li img {
    width: 2.6rem !important;
    height: 2.6rem !important;
    min-width: 2.6rem !important;
    min-height: 2.6rem !important;
    max-width: 2.6rem !important;
    max-height: 2.6rem !important;
  }
}

/* ========================= */
/* PAGE ZONES D'INTERVENTION */
/* ========================= */

.zones-page {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  background: #e8f6fc !important;
  --wp--style--block-gap: 0 !important;
}

.zones-page > * + * {
  margin-block-start: 0 !important;
}

/* ========================= */
/* HERO ZONES */
/* ========================= */

.zones-hero {
  width: 100% !important;
  max-width: 100% !important;
  min-height: clamp(11rem, 20vw, 15rem) !important;
  margin: 0 !important;
  padding: clamp(3rem, 6vw, 5rem) 1rem !important;
  box-sizing: border-box !important;
  background: #2b3a49 !important;
  color: #e8f6fc !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.zones-hero .wp-block-spacer {
  display: none !important;
}

.zones-hero h1,
.zones-hero h2 {
  width: min(100%, 62rem) !important;
  max-width: 62rem !important;
  margin: 0 auto !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: clamp(2rem, 5vw, 3.5rem) !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

/* ========================= */
/* INTRO ZONES */
/* ========================= */

.zones-intro-section {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: clamp(3rem, 6vw, 5rem) 1rem !important;
  box-sizing: border-box !important;
  background: #e8f6fc !important;
  text-align: center !important;
  --wp--style--block-gap: 0 !important;
}

/* La bulle blanche */
.zones-info-bubble {
  width: min(100%, 58rem) !important;
  max-width: 58rem !important;
  margin: 0 auto !important;
  padding: clamp(2.2rem, 3.5vw, 3rem) clamp(1.5rem, 3vw, 2.5rem) !important;
  box-sizing: border-box !important;

  background: #f8fbfd !important;
  border: 1px solid #d7e6ef !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08) !important;

  display: block !important;
  text-align: center !important;
  --wp--style--block-gap: 0 !important;
}

/* Les lignes internes */
.zones-info-card {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 1.65rem 0 !important;
  box-sizing: border-box !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  display: block !important;
  text-align: center !important;
}

.zones-info-card:first-child {
  padding-top: 0 !important;
}

.zones-info-card:last-child {
  padding-bottom: 0 !important;
}

.zones-info-card:not(:last-child) {
  border-bottom: 1px solid rgba(43, 58, 73, 0.12) !important;
}

.zones-info-card p {
  width: min(100%, 52rem) !important;
  max-width: 52rem !important;
  margin: 0 auto !important;
  padding: 0 !important;
  color: #334155 !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
  text-align: center !important;
}

.zones-info-card:first-child p {
  color: #2b3a49 !important;
  font-size: 1.08rem !important;
  line-height: 1.6 !important;
  font-weight: 700 !important;
}

.zones-info-card strong {
  color: #2b3a49 !important;
  font-weight: 700 !important;
}

/* ========================= */
/* COMMUNES DESSERVIES */
/* ========================= */

.zones-communes-section {
  width: 100% !important;
  max-width: 100% !important;
  min-height: unset !important;
  margin: 0 !important;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) !important;
  box-sizing: border-box !important;
  background: #2b3a49 !important;
  color: #e8f6fc !important;
  text-align: center !important;
  --wp--style--block-gap: 0 !important;
}

.zones-communes-section h2 {
  width: min(100%, 62rem) !important;
  max-width: 62rem !important;
  margin: 0 auto 1.5rem auto !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.zones-communes-section p {
  width: min(100%, 62rem) !important;
  max-width: 62rem !important;
  margin: 0 auto 1rem auto !important;
  padding: 0 !important;
  color: #e8f6fc !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
  text-align: center !important;
}

.zones-communes-section p:first-of-type {
  padding: 1.35rem 1.5rem !important;
  box-sizing: border-box !important;
  background: rgba(248, 251, 253, 0.08) !important;
  border: 1px solid rgba(232, 246, 252, 0.18) !important;
  border-radius: 16px !important;
}

.zones-communes-section p:last-of-type {
  margin-bottom: 0 !important;
  font-weight: 700 !important;
}

/* ========================= */
/* RESPONSIVE ZONES */
/* ========================= */

@media (max-width: 900px) {
  .zones-intro-section {
    padding: 2.5rem 1rem !important;
  }

  .zones-info-bubble {
    width: min(100%, 34rem) !important;
    max-width: 34rem !important;
    padding: 1.6rem 1.35rem !important;
  }

  .zones-info-card {
    padding: 1.25rem 0 !important;
  }

  .zones-communes-section {
    padding: 2.5rem 1rem !important;
  }
}

@media (max-width: 768px) {
  .zones-hero {
    min-height: auto !important;
    padding: 3rem 1rem !important;
  }

  .zones-hero h1,
  .zones-hero h2 {
    font-size: clamp(2rem, 10vw, 2.7rem) !important;
  }

  .zones-info-card p,
  .zones-communes-section p {
    font-size: 0.95rem !important;
  }

  .zones-info-card:first-child p {
    font-size: 1rem !important;
  }

  .zones-communes-section p:first-of-type {
    padding: 1.15rem !important;
  }
}




/* ========================= */
/* PAGE MENTIONS LÉGALES */
/* ========================= */

.legal-page {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) !important;
  box-sizing: border-box !important;
  background: #e8f6fc !important;
  color: #334155 !important;
}

/* Carte principale */
.legal-page > * {
  width: min(100%, 62rem) !important;
  max-width: 62rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Si la classe est directement sur le groupe contenant tout le texte */
.legal-page {
  border-radius: 0 !important;
}

/* Contenu en carte */
.legal-page::before {
  content: "" !important;
  display: none !important;
}

/* Titres principaux */
.legal-page h2 {
  margin: 2.5rem auto 1rem auto !important;
  padding: 0 !important;
  color: #2b3a49 !important;
  font-size: clamp(1.45rem, 2.5vw, 2rem) !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

/* Premier titre plus proche du haut */
.legal-page h2:first-of-type {
  margin-top: 0 !important;
}

/* Sous-titres */
.legal-page h3 {
  margin: 2rem auto 0.8rem auto !important;
  padding: 0 !important;
  color: #2b3a49 !important;
  font-size: clamp(1.15rem, 2vw, 1.45rem) !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

/* Paragraphes */
.legal-page p {
  margin: 0 auto 1rem auto !important;
  padding: 0 !important;
  color: #334155 !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
  text-align: left !important;
}

/* Listes */
.legal-page ul {
  width: min(100%, 62rem) !important;
  max-width: 62rem !important;
  margin: 0 auto 1.25rem auto !important;
  padding-left: 1.4rem !important;
  box-sizing: border-box !important;
}

.legal-page li {
  margin-bottom: 0.65rem !important;
  color: #334155 !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

/* Mise en valeur */
.legal-page strong {
  color: #2b3a49 !important;
  font-weight: 700 !important;
}

/* Liens */
.legal-page a {
  color: #0073d8 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

.legal-page a:hover {
  text-decoration: underline !important;
}

/* Séparations visuelles entre grandes parties */
.legal-page h2:not(:first-of-type) {
  padding-top: 1.8rem !important;
  border-top: 1px solid rgba(43, 58, 73, 0.14) !important;
}

/* ========================= */
/* VERSION CARTE BLANCHE */
/* ========================= */

/* À utiliser si tu ajoutes une classe legal-card sur le groupe intérieur */
.legal-card {
  width: min(100%, 68rem) !important;
  max-width: 68rem !important;
  margin: 0 auto !important;
  padding: clamp(1.5rem, 4vw, 3rem) !important;
  box-sizing: border-box !important;

  background: #f8fbfd !important;
  border: 1px solid #d7e6ef !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08) !important;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 768px) {
  .legal-page {
    padding: 2.5rem 1rem !important;
  }

  .legal-card {
    padding: 1.35rem !important;
    border-radius: 14px !important;
  }

  .legal-page h2 {
    font-size: 1.35rem !important;
    margin-top: 2rem !important;
  }

  .legal-page h3 {
    font-size: 1.1rem !important;
    margin-top: 1.6rem !important;
  }

  .legal-page p,
  .legal-page li {
    font-size: 0.95rem !important;
    line-height: 1.65 !important;
  }

  .legal-page ul {
    padding-left: 1.2rem !important;
  }
}
/* ========================= */
/* CORRECTION TROUS BLANCS - PAGE MENTIONS LÉGALES */
/* ========================= */

/* Supprime les marges/paddings Astra autour du contenu de cette page uniquement */
body:has(.legal-page) #primary,
body:has(.legal-page) #main,
body:has(.legal-page) .site-main,
body:has(.legal-page) .entry-content,
body:has(.legal-page) .wp-block-post-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Donne le fond uniquement à la zone de contenu, pas au body/header/nav */
body:has(.legal-page) #content,
body:has(.legal-page) .site-content,
body:has(.legal-page) .content-area,
body:has(.legal-page) #primary,
body:has(.legal-page) #main,
body:has(.legal-page) .site-main,
body:has(.legal-page) .entry-content {
  background: #e8f6fc !important;
}

/* Empêche Astra de limiter/encadrer le contenu de cette page */
body:has(.legal-page) #content .ast-container,
body:has(.legal-page) .site-content .ast-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Supprime les gaps Gutenberg éventuels entre blocs */
.legal-page,
.legal-page.wp-block-group,
.legal-page.wp-block-group-is-layout-constrained {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  --wp--style--block-gap: 0 !important;
}


/* ========================= */
/* PAGE POLITIQUE DE COOKIES */
/* ========================= */

/* Fond général + suppression des trous blancs Astra/Gutenberg */
body:has(#cmplz-document) #content,
body:has(#cmplz-document) .site-content,
body:has(#cmplz-document) .content-area,
body:has(#cmplz-document) #primary,
body:has(#cmplz-document) #main,
body:has(#cmplz-document) .site-main,
body:has(#cmplz-document) article,
body:has(#cmplz-document) .entry-content,
body:has(#cmplz-document) .wp-block-post-content {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-sizing: border-box !important;
  background: #e8f6fc !important;
}

/* Supprime les bords latéraux Astra sur PC */
body:has(#cmplz-document) #content .ast-container,
body:has(#cmplz-document) .site-content .ast-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Zone de contenu : espace autour du hero et de la carte */
body:has(#cmplz-document) .entry-content {
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) !important;
  background: #e8f6fc !important;
}

/* Supprime les gaps automatiques Gutenberg */
body:has(#cmplz-document) .entry-content > * + * {
  margin-block-start: 0 !important;
}

/* ========================= */
/* HERO DE LA PAGE COOKIES */
/* ========================= */

/* Bloc hero, s'il est présent avant le document Complianz */
body:has(#cmplz-document) .entry-content > .wp-block-group:first-child {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: calc(-1 * clamp(3rem, 6vw, 5rem)) !important;
  margin-bottom: clamp(3rem, 6vw, 5rem) !important;
  padding: clamp(3rem, 6vw, 5rem) 1rem !important;
  box-sizing: border-box !important;

  background: #2b3a49 !important;
  color: #ffffff !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

/* Titre du hero */
body:has(#cmplz-document) .entry-content > .wp-block-group:first-child h1,
body:has(#cmplz-document) .entry-content > .wp-block-group:first-child h2 {
  width: min(100%, 62rem) !important;
  max-width: 62rem !important;
  margin: 0 auto !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

/* Supprime les spacers éventuels dans le hero */
body:has(#cmplz-document) .entry-content > .wp-block-group:first-child .wp-block-spacer {
  display: none !important;
}

/* ========================= */
/* CARTE PRINCIPALE COMPLIANZ */
/* ========================= */

#cmplz-document {
  width: min(100%, 68rem) !important;
  max-width: 68rem !important;
  margin: 0 auto clamp(3rem, 6vw, 5rem) auto !important;
  padding: clamp(1.5rem, 4vw, 3rem) !important;
  box-sizing: border-box !important;

  background: #f8fbfd !important;
  border: 1px solid #d7e6ef !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08) !important;

  color: #334155 !important;
}

/* ========================= */
/* TITRES */
/* ========================= */

#cmplz-document h2 {
  margin: 2.5rem 0 1rem 0 !important;
  padding: 1.8rem 0 0 0 !important;
  border-top: 1px solid rgba(43, 58, 73, 0.14) !important;

  color: #2b3a49 !important;
  font-size: clamp(1.45rem, 2.5vw, 2rem) !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

#cmplz-document h2:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

#cmplz-document h3 {
  margin: 1.5rem 0 0.75rem 0 !important;
  padding: 0 !important;
  color: #2b3a49 !important;
  font-size: clamp(1.15rem, 2vw, 1.45rem) !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

#cmplz-document h4,
#cmplz-document h5 {
  color: #2b3a49 !important;
  font-weight: 700 !important;
}

/* ========================= */
/* TEXTES */
/* ========================= */

#cmplz-document p {
  margin: 0 0 1rem 0 !important;
  padding: 0 !important;
  color: #334155 !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
  text-align: left !important;
}

#cmplz-document i {
  color: #64748b !important;
}

#cmplz-document strong,
#cmplz-document b {
  color: #2b3a49 !important;
  font-weight: 700 !important;
}

#cmplz-document a {
  color: #0073d8 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

#cmplz-document a:hover {
  text-decoration: underline !important;
}

/* ========================= */
/* LISTES */
/* ========================= */

#cmplz-document ul {
  margin: 0 0 1.25rem 0 !important;
  padding-left: 1.4rem !important;
  box-sizing: border-box !important;
}

#cmplz-document li {
  margin-bottom: 0.65rem !important;
  color: #334155 !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

/* ========================= */
/* ACCORDÉONS COOKIES */
/* ========================= */

#cmplz-document details {
  margin: 1rem 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  border: 1px solid #d7e6ef !important;
  border-radius: 14px !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05) !important;
  overflow: hidden !important;
}

#cmplz-document summary {
  padding: 1rem 1.25rem !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  background: #ffffff !important;
}

#cmplz-document summary:hover {
  background: #eef8fd !important;
}

#cmplz-document summary h3,
#cmplz-document summary p {
  margin: 0 !important;
}

#cmplz-document .cmplz-service-description,
#cmplz-document .cmplz-sharing-data,
#cmplz-document .cookies-per-purpose,
#cmplz-document .cmplz-description {
  padding: 0 1.25rem 1rem 1.25rem !important;
  box-sizing: border-box !important;
}

/* Grille interne cookies */
#cmplz-document .cookies-per-purpose {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0.4rem !important;
}

#cmplz-document .name,
#cmplz-document .retention,
#cmplz-document .function,
#cmplz-document .name-header,
#cmplz-document .retention-header,
#cmplz-document .function-header {
  padding: 0.5rem 0 !important;
  color: #334155 !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

#cmplz-document .name-header,
#cmplz-document .retention-header,
#cmplz-document .function-header {
  color: #2b3a49 !important;
  font-weight: 700 !important;
}

/* ========================= */
/* GESTION DU CONSENTEMENT */
/* ========================= */

#cmplz-document .cmplz-manage-consent-container,
#cmplz-document .cmplz-categories {
  margin-top: 1.5rem !important;
}

#cmplz-document .cmplz-category {
  margin-bottom: 1rem !important;
  background: #ffffff !important;
  border: 1px solid #d7e6ef !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}

#cmplz-document .cmplz-category summary {
  padding: 1rem 1.25rem !important;
}

#cmplz-document .cmplz-category-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
}

#cmplz-document .cmplz-category-title {
  color: #2b3a49 !important;
  font-weight: 700 !important;
}

#cmplz-document .cmplz-always-active {
  color: #0073d8 !important;
  font-weight: 700 !important;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 768px) {
  body:has(#cmplz-document) #content,
  body:has(#cmplz-document) .site-content,
  body:has(#cmplz-document) .content-area,
  body:has(#cmplz-document) #primary,
  body:has(#cmplz-document) #main,
  body:has(#cmplz-document) .site-main,
  body:has(#cmplz-document) article,
  body:has(#cmplz-document) .entry-content,
  body:has(#cmplz-document) .wp-block-post-content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    background: #e8f6fc !important;
    box-sizing: border-box !important;
  }

  body:has(#cmplz-document) .ast-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body:has(#cmplz-document) .entry-content {
    padding: 1.5rem 1rem 2.5rem 1rem !important;
    background: #e8f6fc !important;
  }

  body:has(#cmplz-document) .entry-content > .wp-block-group:first-child {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-top: -1.5rem !important;
    margin-bottom: 1.5rem !important;
    padding: 2.5rem 1rem !important;
    box-sizing: border-box !important;
  }

  body:has(#cmplz-document) .entry-content > .wp-block-group:first-child h1,
  body:has(#cmplz-document) .entry-content > .wp-block-group:first-child h2 {
    font-size: clamp(1.8rem, 9vw, 2.35rem) !important;
    line-height: 1.15 !important;
  }

  #cmplz-document {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 2rem auto !important;
    padding: 1.25rem !important;
    border-radius: 14px !important;
  }

  #cmplz-document h2 {
    font-size: 1.35rem !important;
    margin-top: 2rem !important;
    padding-top: 1.4rem !important;
  }

  #cmplz-document h2:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #cmplz-document h3 {
    font-size: 1.1rem !important;
  }

  #cmplz-document p,
  #cmplz-document li {
    font-size: 0.95rem !important;
    line-height: 1.65 !important;
  }

  #cmplz-document ul {
    padding-left: 1.15rem !important;
  }

  #cmplz-document summary,
  #cmplz-document .cmplz-category summary {
    padding: 0.9rem 1rem !important;
  }

  #cmplz-document .cmplz-service-description,
  #cmplz-document .cmplz-sharing-data,
  #cmplz-document .cookies-per-purpose,
  #cmplz-document .cmplz-description {
    padding: 0 1rem 1rem 1rem !important;
  }

  #cmplz-document .cmplz-category-header {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 0.35rem !important;
  }
}



/* ========================= */
/* PAGE CONDITIONS GÉNÉRALES DE PRESTATIONS */
/* ========================= */

/* ========================= */
/* RESET ASTRA / GUTENBERG */
/* ========================= */

body:has(.cgp-page) #content,
body:has(.cgp-page) .site-content,
body:has(.cgp-page) .content-area,
body:has(.cgp-page) #primary,
body:has(.cgp-page) #main,
body:has(.cgp-page) .site-main,
body:has(.cgp-page) article,
body:has(.cgp-page) .entry-content,
body:has(.cgp-page) .wp-block-post-content {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  background: #e8f6fc !important;
}

body:has(.cgp-page) #content .ast-container,
body:has(.cgp-page) .site-content .ast-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Supprime les gaps automatiques Gutenberg */
body:has(.cgp-page) .entry-content > * + *,
.cgp-page.wp-block-group-is-layout-constrained > * + *,
.cgp-page > * + * {
  margin-block-start: 0 !important;
}

/* ========================= */
/* CONTENEUR GLOBAL */
/* ========================= */

.cgp-page {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 1rem clamp(3rem, 6vw, 5rem) 1rem !important;
  box-sizing: border-box !important;

  background: #e8f6fc !important;
  color: #334155 !important;

  --wp--style--block-gap: 0 !important;
}

/* ========================= */
/* HERO / ENTÊTE */
/* ========================= */

.cgp-hero,
.cgp-page > .wp-block-group:first-child:not(.cgp-card) {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  margin-bottom: clamp(3rem, 6vw, 5rem) !important;

  padding: clamp(3rem, 6vw, 5rem) 1rem !important;
  box-sizing: border-box !important;

  background: #2b3a49 !important;
  color: #ffffff !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;

  --wp--style--block-gap: 0 !important;
}

.cgp-hero h1,
.cgp-hero h2,
.cgp-page > .wp-block-group:first-child:not(.cgp-card) h1,
.cgp-page > .wp-block-group:first-child:not(.cgp-card) h2 {
  width: min(100%, 62rem) !important;
  max-width: 62rem !important;
  margin: 0 auto !important;
  padding: 0 !important;

  color: #ffffff !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.cgp-hero .wp-block-spacer,
.cgp-page > .wp-block-group:first-child:not(.cgp-card) .wp-block-spacer {
  display: none !important;
}

/* ========================= */
/* CARTE PRINCIPALE */
/* ========================= */

.cgp-card {
  width: min(100%, 68rem) !important;
  max-width: 68rem !important;
  margin: 0 auto !important;
  padding: clamp(1.5rem, 4vw, 3rem) !important;
  box-sizing: border-box !important;

  background: #f8fbfd !important;
  border: 1px solid #d7e6ef !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08) !important;

  color: #334155 !important;
  --wp--style--block-gap: 0 !important;
}

/* Fallback si tu oublies cgp-card */
.cgp-page:not(:has(.cgp-card)) {
  width: min(100%, 68rem) !important;
  max-width: 68rem !important;
  margin: clamp(3rem, 6vw, 5rem) auto !important;
  padding: clamp(1.5rem, 4vw, 3rem) !important;
  box-sizing: border-box !important;

  background: #f8fbfd !important;
  border: 1px solid #d7e6ef !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08) !important;
}

/* ========================= */
/* TITRE PRINCIPAL DU DOCUMENT */
/* ========================= */

.cgp-card > p:first-child,
.cgp-page:not(:has(.cgp-card)) > p:first-child {
  margin: 0 0 2rem 0 !important;
  padding: 0 0 1.5rem 0 !important;
  border-bottom: 1px solid rgba(43, 58, 73, 0.14) !important;

  color: #2b3a49 !important;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem) !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.cgp-card > p:first-child strong,
.cgp-page:not(:has(.cgp-card)) > p:first-child strong {
  color: #2b3a49 !important;
  font-weight: 700 !important;
}

.cgp-card > p:first-child u,
.cgp-page:not(:has(.cgp-card)) > p:first-child u {
  text-decoration: none !important;
}

/* ========================= */
/* PARAGRAPHES */
/* ========================= */

.cgp-card p,
.cgp-page:not(:has(.cgp-card)) p {
  margin: 0 0 1rem 0 !important;
  padding: 0 !important;

  color: #334155 !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
  text-align: left !important;
}

/* Titres de sections en paragraphes gras */
.cgp-card p:has(> strong):not(:first-child),
.cgp-page:not(:has(.cgp-card)) p:has(> strong):not(:first-child) {
  margin-top: 2.2rem !important;
  margin-bottom: 0.9rem !important;
  padding-top: 1.5rem !important;
  border-top: 1px solid rgba(43, 58, 73, 0.14) !important;

  color: #2b3a49 !important;
  font-size: clamp(1.2rem, 2vw, 1.55rem) !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

.cgp-card p strong,
.cgp-page:not(:has(.cgp-card)) p strong {
  color: #2b3a49 !important;
  font-weight: 700 !important;
}

/* ========================= */
/* LISTES */
/* ========================= */

.cgp-card ul,
.cgp-page:not(:has(.cgp-card)) ul {
  margin: 0 0 1.25rem 0 !important;
  padding-left: 1.4rem !important;
  box-sizing: border-box !important;
}

.cgp-card li,
.cgp-page:not(:has(.cgp-card)) li {
  margin-bottom: 0.75rem !important;
  color: #334155 !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

/* ========================= */
/* LIENS */
/* ========================= */

.cgp-card a,
.cgp-page:not(:has(.cgp-card)) a {
  color: #0073d8 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

.cgp-card a:hover,
.cgp-page:not(:has(.cgp-card)) a:hover {
  text-decoration: underline !important;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 768px) {
  body:has(.cgp-page) #content,
  body:has(.cgp-page) .site-content,
  body:has(.cgp-page) .content-area,
  body:has(.cgp-page) #primary,
  body:has(.cgp-page) #main,
  body:has(.cgp-page) .site-main,
  body:has(.cgp-page) article,
  body:has(.cgp-page) .entry-content,
  body:has(.cgp-page) .wp-block-post-content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #e8f6fc !important;
    box-sizing: border-box !important;
  }

  body:has(.cgp-page) .ast-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .cgp-page {
    padding: 0 1rem 2.5rem 1rem !important;
  }

  .cgp-hero,
  .cgp-page > .wp-block-group:first-child:not(.cgp-card) {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
    padding: 2.5rem 1rem !important;
  }

  .cgp-hero h1,
  .cgp-hero h2,
  .cgp-page > .wp-block-group:first-child:not(.cgp-card) h1,
  .cgp-page > .wp-block-group:first-child:not(.cgp-card) h2 {
    font-size: clamp(1.8rem, 9vw, 2.35rem) !important;
    line-height: 1.15 !important;
  }

  .cgp-card,
  .cgp-page:not(:has(.cgp-card)) {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 1.25rem !important;
    border-radius: 14px !important;
  }

  .cgp-card > p:first-child,
  .cgp-page:not(:has(.cgp-card)) > p:first-child {
    font-size: clamp(1.55rem, 8vw, 2.1rem) !important;
    line-height: 1.15 !important;
    margin-bottom: 1.5rem !important;
    padding-bottom: 1.25rem !important;
  }

  .cgp-card p,
  .cgp-page:not(:has(.cgp-card)) p,
  .cgp-card li,
  .cgp-page:not(:has(.cgp-card)) li {
    font-size: 0.95rem !important;
    line-height: 1.65 !important;
  }

  .cgp-card p:has(> strong):not(:first-child),
  .cgp-page:not(:has(.cgp-card)) p:has(> strong):not(:first-child) {
    font-size: 1.15rem !important;
    margin-top: 1.8rem !important;
    padding-top: 1.25rem !important;
  }

  .cgp-card ul,
  .cgp-page:not(:has(.cgp-card)) ul {
    padding-left: 1.15rem !important;
  }
}



/* ========================= */
/* PAGE CONTACT */
/* ========================= */

/* ========================= */
/* RESET ASTRA / GUTENBERG */
/* ========================= */

body:has(.contact-page) #content,
body:has(.contact-page) .site-content,
body:has(.contact-page) .content-area,
body:has(.contact-page) #primary,
body:has(.contact-page) #main,
body:has(.contact-page) .site-main,
body:has(.contact-page) article,
body:has(.contact-page) .entry-content,
body:has(.contact-page) .wp-block-post-content {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  background: #e8f6fc !important;
}

body:has(.contact-page) #content .ast-container,
body:has(.contact-page) .site-content .ast-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body:has(.contact-page) .entry-content > * + *,
.contact-page.wp-block-group-is-layout-constrained > * + *,
.contact-page > * + * {
  margin-block-start: 0 !important;
}

.contact-page .wp-block-spacer {
  display: none !important;
}

/* ========================= */
/* CONTENEUR GLOBAL */
/* ========================= */

.contact-page {
  --contact-gap: clamp(3rem, 6vw, 5rem);

  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 1rem var(--contact-gap) 1rem !important;
  box-sizing: border-box !important;

  background: #e8f6fc !important;
  color: #334155 !important;

  --wp--style--block-gap: 0 !important;
}

/* ========================= */
/* HERO */
/* ========================= */

.contact-hero {
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: clamp(12rem, 20vw, 15rem) !important;

  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  margin-bottom: var(--contact-gap) !important;

  padding: clamp(3rem, 6vw, 5rem) 1rem !important;
  box-sizing: border-box !important;

  background: #2b3a49 !important;
  color: #ffffff !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;

  --wp--style--block-gap: 0 !important;
}

.contact-hero h1,
.contact-hero h2 {
  width: min(100%, 62rem) !important;
  max-width: 62rem !important;
  margin: 0 auto !important;
  padding: 0 !important;

  color: #ffffff !important;
  font-size: clamp(2.1rem, 5vw, 3.4rem) !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

/* ========================= */
/* INTRO */
/* ========================= */

.contact-intro {
  width: min(100%, 86rem) !important;
  max-width: 86rem !important;

  margin: 0 auto var(--contact-gap) auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;

  text-align: center !important;
  --wp--style--block-gap: 0 !important;
}

.contact-intro h2 {
  width: min(100%, 72rem) !important;
  max-width: 72rem !important;

  margin: 0 auto !important;
  padding: 0 !important;

  color: #2b3a49 !important;
  font-size: clamp(1.45rem, 2.6vw, 2.15rem) !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

/* ========================= */
/* GRANDE BULLE CONTACT */
/* ========================= */

.contact-layout {
  width: min(100%, 86rem) !important;
  max-width: 86rem !important;

  margin: 0 auto !important;
  padding: clamp(1.5rem, 3vw, 2.5rem) !important;
  box-sizing: border-box !important;

  background: #f8fbfd !important;
  border: 1px solid #d7e6ef !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08) !important;

  color: #334155 !important;
  overflow: hidden !important;

  --wp--style--block-gap: 0 !important;
}

/* Le groupe intermédiaire réel qui contient formulaire + coordonnées */
.contact-layout > .wp-block-group {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;

  display: grid !important;
  grid-template-columns: minmax(0, 1.45fr) minmax(22rem, 0.85fr) !important;
  gap: clamp(2rem, 4vw, 3.5rem) !important;
  align-items: stretch !important;

  --wp--style--block-gap: 0 !important;
}

/* Les anciennes cartes deviennent des colonnes internes, pas des bulles séparées */
.contact-form-card,
.contact-info-card {
  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  color: #334155 !important;
  overflow: visible !important;

  --wp--style--block-gap: 0 !important;
}

/* Séparateur vertical entre formulaire et coordonnées */
.contact-info-card {
  border-left: 1px solid rgba(43, 58, 73, 0.16) !important;
  padding-left: clamp(2rem, 4vw, 3.5rem) !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 1.6rem !important;
}

/* ========================= */
/* FORMULAIRE CONTACT FORM 7 */
/* ========================= */

.contact-form-card .wpcf7,
.contact-form-card form {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.contact-form-card p {
  margin: 0 0 1rem 0 !important;
  padding: 0 !important;
  color: #334155 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}

.contact-form-card label {
  display: block !important;
  color: #2b3a49 !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  line-height: 1.4 !important;
}

.contact-form-card input[type="text"],
.contact-form-card input[type="email"],
.contact-form-card textarea {
  width: 100% !important;
  max-width: 100% !important;

  margin-top: 0.35rem !important;
  padding: 0.8rem 0.9rem !important;
  box-sizing: border-box !important;

  background: #ffffff !important;
  border: 1px solid #d7e6ef !important;
  border-radius: 10px !important;

  color: #334155 !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
}

.contact-form-card textarea {
  min-height: 10rem !important;
  resize: vertical !important;
}

.contact-form-card input[type="text"]:focus,
.contact-form-card input[type="email"]:focus,
.contact-form-card textarea:focus {
  outline: none !important;
  border-color: #0073d8 !important;
  box-shadow: 0 0 0 3px rgba(0, 115, 216, 0.12) !important;
}

.contact-form-card .wpcf7-checkbox label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.55rem !important;
  font-weight: 400 !important;
  color: #334155 !important;
}

.contact-form-card .wpcf7-checkbox input[type="checkbox"] {
  margin-top: 0.2rem !important;
  flex-shrink: 0 !important;
}

.contact-form-card .wpcf7-list-item {
  margin: 0 !important;
}

.contact-form-card .cf7sr-g-recaptcha,
.contact-form-card .g-recaptcha {
  max-width: 100% !important;
  overflow: hidden !important;
  margin: 1rem 0 !important;
}

.contact-form-card input[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: 9rem !important;

  margin-top: 0.5rem !important;
  padding: 0.85rem 1.5rem !important;
  box-sizing: border-box !important;

  background: #0073d8 !important;
  border: 1px solid #0073d8 !important;
  border-radius: 999px !important;

  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;

  cursor: pointer !important;
}

.contact-form-card input[type="submit"]:hover {
  background: #005fb3 !important;
  border-color: #005fb3 !important;
}

.contact-form-card .wpcf7-response-output {
  margin: 1rem 0 0 0 !important;
  padding: 0.9rem 1rem !important;
  border-radius: 10px !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
}

/* ========================= */
/* BLOC INFOS */
/* ========================= */

.contact-info-card > * {
  margin: 0 !important;
  padding: 0 !important;
}

.contact-info-card h6 {
  margin: 0 0 0.65rem 0 !important;
  padding: 0 !important;

  color: #2b3a49 !important;
  font-size: 1.15rem !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.contact-info-card p {
  margin: 0 0 0.55rem 0 !important;
  padding: 0 !important;

  color: #334155 !important;
  font-size: 0.98rem !important;
  line-height: 1.6 !important;
}

.contact-info-card p:last-child {
  margin-bottom: 0 !important;
}

.contact-info-card strong {
  color: #2b3a49 !important;
  font-weight: 700 !important;
}

.contact-info-card em {
  color: #64748b !important;
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
}

.contact-info-card img.emoji {
  width: 1.05em !important;
  height: 1.05em !important;
  vertical-align: -0.15em !important;
}

/* ========================= */
/* RESPONSIVE MOBILE */
/* ========================= */

@media (max-width: 768px) {
  .contact-page {
    --contact-gap: 2rem;
    padding: 0 1rem var(--contact-gap) 1rem !important;
  }

  body:has(.contact-page) #content,
  body:has(.contact-page) .site-content,
  body:has(.contact-page) .content-area,
  body:has(.contact-page) #primary,
  body:has(.contact-page) #main,
  body:has(.contact-page) .site-main,
  body:has(.contact-page) article,
  body:has(.contact-page) .entry-content,
  body:has(.contact-page) .wp-block-post-content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #e8f6fc !important;
    box-sizing: border-box !important;
  }

  body:has(.contact-page) .ast-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .contact-hero {
    min-height: auto !important;
    margin-bottom: var(--contact-gap) !important;
    padding: 3rem 1rem !important;
  }

  .contact-hero h1,
  .contact-hero h2 {
    font-size: clamp(2rem, 10vw, 2.7rem) !important;
  }

  .contact-intro {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: var(--contact-gap) !important;
  }

  .contact-intro h2 {
    font-size: clamp(1.25rem, 6vw, 1.65rem) !important;
    line-height: 1.35 !important;
  }

  .contact-layout {
    width: 100% !important;
    max-width: 100% !important;
    padding: 1.25rem !important;
    border-radius: 14px !important;
  }

  .contact-layout > .wp-block-group {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  .contact-form-card,
  .contact-info-card {
    padding: 0 !important;
  }

  .contact-info-card {
    border-left: 0 !important;
    padding-left: 0 !important;

    border-top: 1px solid rgba(43, 58, 73, 0.16) !important;
    padding-top: 1.5rem !important;

    gap: 1.25rem !important;
  }

  .contact-form-card p,
  .contact-info-card p {
    font-size: 0.95rem !important;
  }

  .contact-form-card input[type="text"],
  .contact-form-card input[type="email"],
  .contact-form-card textarea {
    font-size: 0.95rem !important;
    padding: 0.75rem 0.85rem !important;
  }

  .contact-form-card input[type="submit"] {
    width: 100% !important;
  }

  .contact-info-card h6 {
    font-size: 1.08rem !important;
  }
}



/* ========================= */
/* CONTACT FORM 7 - BOUTON STYLE BTN-FONCE */
/* ========================= */

input.btn-fonce-cf7,
.wpcf7 input.btn-fonce-cf7,
.contact-page .wpcf7 input.btn-fonce-cf7 {
  appearance: none !important;
  -webkit-appearance: none !important;

  display: inline-block !important;
  width: auto !important;
  min-width: 10.5rem !important;

  margin: 0.75rem 0 0 0 !important;
  padding: 0.9rem 1.7rem !important;
  box-sizing: border-box !important;

  background: #2b3a49 !important;
  border: 2px solid #2b3a49 !important;
  border-radius: 12px !important;

  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;

  cursor: pointer !important;
  box-shadow: none !important;

  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease !important;
}

input.btn-fonce-cf7:hover,
.wpcf7 input.btn-fonce-cf7:hover,
.contact-page .wpcf7 input.btn-fonce-cf7:hover {
  background: #1f2b36 !important;
  border-color: #1f2b36 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

input.btn-fonce-cf7:active,
.wpcf7 input.btn-fonce-cf7:active,
.contact-page .wpcf7 input.btn-fonce-cf7:active {
  transform: translateY(0) !important;
}

input.btn-fonce-cf7:focus,
.wpcf7 input.btn-fonce-cf7:focus,
.contact-page .wpcf7 input.btn-fonce-cf7:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(43, 58, 73, 0.18) !important;
}

@media (max-width: 768px) {
  input.btn-fonce-cf7,
  .wpcf7 input.btn-fonce-cf7,
  .contact-page .wpcf7 input.btn-fonce-cf7 {
    width: 100% !important;
  }
}





/* ========================= */
/* BOUTONS PERSONNALISÉS */
/* ========================= */

.wp-block-button.btn-secondaire .wp-block-button__link,
.wp-block-buttons.btn-secondaire .wp-block-button__link,
.wp-block-button__link.btn-secondaire,
a.btn-secondaire,
p.btn-secondaire { /* Style alternatif bleu en contour */
  display: inline-block !important; /* Permet au bouton d'avoir une vraie zone cliquable */
  padding: 0.8rem 1.5rem !important; /* Donne une taille confortable */
  box-sizing: border-box !important; /* Inclut le padding dans la taille */
  background: transparent !important; /* Fond transparent */
  color: #0073d8 !important; /* Bleu d'accent du site */
  border: 2px solid #0073d8 !important; /* Bordure bleue */
  border-radius: 10px !important; /* Bouton arrondi */
  font-weight: 700 !important; /* Texte en gras */
  line-height: 1.2 !important; /* Évite une hauteur trop grande */
  text-align: center !important; /* Centre le texte */
  text-decoration: none !important; /* Supprime le soulignement */
  box-shadow: none !important; /* Supprime les ombres éventuelles */
  transition: all 0.2s ease !important; /* Animation douce */
}

.wp-block-button.btn-secondaire .wp-block-button__link:hover,
.wp-block-buttons.btn-secondaire .wp-block-button__link:hover,
.wp-block-button__link.btn-secondaire:hover,
a.btn-secondaire:hover,
p.btn-secondaire:hover { /* Survol du bouton secondaire */
  background: #0073d8 !important; /* Fond bleu au survol */
  color: #ffffff !important; /* Texte blanc au survol */
  transform: translateY(-2px) !important; /* Léger effet de remontée */
}

.wp-block-button.btn-fonce .wp-block-button__link,
.wp-block-buttons.btn-fonce .wp-block-button__link,
.wp-block-button__link.btn-fonce,
a.btn-fonce,
p.btn-fonce { /* Style alternatif foncé */
  display: inline-block !important; /* Permet au bouton d'avoir une vraie zone cliquable */
  padding: 0.8rem 1.5rem !important; /* Donne une taille confortable */
  box-sizing: border-box !important; /* Inclut le padding dans la taille */
  background: #2b3a49 !important; /* Fond foncé du site */
  color: #ffffff !important; /* Texte blanc */
  border: 2px solid #2b3a49 !important; /* Bordure foncée */
  border-radius: 10px !important; /* Bouton arrondi */
  font-weight: 700 !important; /* Texte en gras */
  line-height: 1.2 !important; /* Évite une hauteur trop grande */
  text-align: center !important; /* Centre le texte */
  text-decoration: none !important; /* Supprime le soulignement */
  box-shadow: none !important; /* Supprime les ombres éventuelles */
  transition: all 0.2s ease !important; /* Animation douce */
}

.wp-block-button.btn-fonce .wp-block-button__link:hover,
.wp-block-buttons.btn-fonce .wp-block-button__link:hover,
.wp-block-button__link.btn-fonce:hover,
a.btn-fonce:hover,
p.btn-fonce:hover { /* Survol du bouton foncé */
  background: #ffffff !important; /* Fond blanc au survol */
  color: #2b3a49 !important; /* Texte foncé au survol */
  transform: translateY(-2px) !important; /* Léger effet de remontée */
}

p.btn-secondaire a,
p.btn-fonce a { /* Permet aux faux boutons téléphone/mail de rester entièrement cliquables */
  display: block !important; /* Le lien prend toute la pastille */
  color: inherit !important; /* Reprend la couleur du bouton */
  text-decoration: none !important; /* Supprime le soulignement */
  font-weight: inherit !important; /* Reprend le gras du bouton */
}

