.pmw-breadcrumb {
position: relative;
display: inline-flex;
align-items: center;
white-space: nowrap;
padding: 1px 26px 1px 20px;
border-radius: 14px 14px 14px 14px;
background: rgba(255, 255, 255, 0.88);
opacity: 0.9;
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
box-shadow: 0 10px 28px rgba(0,0,0,0.15);
max-width: max-content;
flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
  color: rgba(0,0,0,0.6);
}
.pmw-breadcrumb a {
  color: #1fbaa5;
	font-weight: 900;
  text-decoration: none;
  transition: opacity .2s ease;
}
.pmw-breadcrumb a:hover {
  opacity: .7;
}

.pmw-bc-sep {
  opacity: .4;
}

.pmw-bc-current {
  color: rgba(0,0,0,0.85);
  font-weight: 600;
}
#ttblanc {color: rgba(255, 255, 255, 0.93);text-align:center;}
#ttgros {text-align: left;font-weight:900;margin:0;padding: 0 30px 35px;}
:where(div).gb-accordion__toggle {color: black !important;}

.info-service {
  position: relative;
  z-index: 3;
  overflow: visible;
}

.info-service > * {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: auto;
}

.intro-titre {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 3rem;
}

.intro {
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  color: #fff;
}

.pmw-intro-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}

.pmw-intro-texte {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pmw-intro-image-bg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pmw-intro-image-bg img {
  width: auto;
  height: auto;
  border-radius: 18px;
  max-height: 570px; 
  object-fit: contain;
}

@media (max-width: 1164px) {
  .pmw-intro-media {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pmw-intro-image-bg img.pmw-featured-img {
    max-height: 420px;
  }
}
/* ================================================= */
/* ETAPES CLÉS                                       */
/* ================================================= */

#etapes-cles {
  max-width: 1200px;
  margin: auto;
}

.h2.titre {
  font-size: 2.7rem;
  line-height: 1.2;
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 0 20px 30px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(1, 21, 43, 0.8);
}


/* Bloc chiffres */

#etapes-cles .chiffre-blok {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

#etapes-cles .chiffre-blok:hover .chiffre {
  background-color: #006b98;
  color: #fff;
}

.chiffre {
  transform: scale(0.8);
  min-width: 80px;
  padding: 20px;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  border: 4px solid #006b98;
  background: transparent;
  transition: transform .4s ease, background-color .4s ease, color .4s ease;
  will-change: transform, background-color;
}

/* Contenu */

#etapes-cles .contenu h3 {
  margin-bottom: 10px;
  font-size: 1.9rem;
  font-weight: 600;
  color: rgba(18, 21, 28, 0.88);
}

#etapes-cles .contenu p {
  margin: 0;
  line-height: 1.6;
}

/* Effet hover bloc service */

.services-bloc:hover {
  border-radius: 15px;
  box-shadow: 0 0 25px 10px rgba(56, 56, 56, 0.14);
  border-color: rgba(0,0,0,.06);
}

/* ================================================= */
/* FAQ                                               */
/* ================================================= */

hr {
  width: 50%;
  margin: 0 auto 40px;
}

h2.head-faq {
  font-size: 2.7rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.93);
}

#questions.faq {
  position: relative;
  text-align: center;
  background:
    url("https://promasterweb-hero.b-cdn.net/images/svg/faq-left35.svg") no-repeat left top,
    linear-gradient(150deg, #084a7c 0%, #4495cf 100%);
  background-size: 42%, cover;
}

#questions.faq .faq-reponse,
#questions.faq .reponses {
  color: #000;
  text-align: left;
}

#questions.faq::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: 90%;
  height: 95%;
  background: url("https://promasterweb-hero.b-cdn.net/images/svg/ss.svg") no-repeat right bottom / contain;
  pointer-events: none;
}

#questions.faq .head-faq::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: url("https://promasterweb-hero.b-cdn.net/images/svg/faq.svg") no-repeat center / contain;
  left: 50%;
  top: -10%;
  transform: translateX(-50%);
  pointer-events: none;
}

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

@media (max-width: 589px) {
  .h2.titre {
    font-size: 1.7rem;
  }
  h2.head-faq {
  font-size: 1.7rem;
}
#ttgros {
padding: 0 20px 35px;
font-size: 1.7rem;
}
}

@media (min-width: 590px) and (max-width: 790px) {
  .h2.titre {
    font-size: 2.2rem;
  }
  h2.head-faq {
  font-size: 2.2rem;
}
#ttgros {
font-size: 2.2rem;
}
}

@media (min-width: 791px) and (max-width: 904px) {
  .h2.titre {
    font-size: 2.4rem;
  }
  h2.head-faq {
  font-size: 2.4rem;
}
#ttgros {
font-size: 2.4rem;
}
}

/* ================================================= */
/* INFO SERVICE BACKGROUND RESPONSIVE                 */
/* ================================================= */

.info-service::before {
  content: "";
  position: absolute;
  background-image: url("https://promasterweb-hero.b-cdn.net/images/svg/gloire.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  pointer-events: none;
  left: auto;
}

@media (min-width: 1101px) {
  .info-service::before {
    right: calc(50% - 50vw); /* ← bord droit collé au viewport */
    bottom: 100%;
    margin-bottom: 60px;
    width: 850px;
    height: 740px;
    max-width: 100vw; /* ← jamais plus large que l'écran */
  }
}
@media (min-width: 1690px) and (max-width: 2500px) {
  .info-service::before {
    right: calc(50% - 50vw);
    bottom: 100%;
    margin-bottom: 70px;
    width: 960px;
    height: 720px;
    max-width: 100vw;
  }
}

/* Sécurité globale contre toute scrollbar horizontale */
html, body {
  overflow-x: hidden;
}

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

@media (max-width: 390px) {
  .wp-block-image img {
    width: 150px;
    margin-bottom: -20px;
  }

  .chiffre {
    font-size: 30px;
    padding: 10px;
    min-width: 50px;
  }

  #etapes-cles .contenu h3 {
    font-size: 1.4rem;
  }
}

@media (max-width: 435px) {
    .cta::before {
        left: -30%;
    }
    }

@media (min-width: 391px) and (max-width: 900px) {
  .cta::before {
    left: -5%;
  }
  #etapes-cles .contenu h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 924px) {
  #questions.faq .head-faq::before {
    top: -10%;
  }
}

@media (max-width: 1100px) {
.info-service::before {
display:none;
}
}
@media (min-width: 1101px) and (max-width: 1165px) {
.info-service::before {
bottom: 88% !important;
    right: calc(30% - 50vw);
}
}
@media (min-width: 1166px) and (max-width: 1289px) {
.info-service::before {
bottom: 80% !important;
    right: calc(35% - 50vw);
}
}
@media (min-width: 1290px) and (max-width: 1519px) {
.info-service::before {
bottom: 75% !important;
    right: calc(40% - 50vw);
}
}
@media (min-width: 1520px) {
.info-service::before {
        bottom: 75% !important;
    }
}