/* --- Carte premium divisée gauche/droite --- */
.services-premium .service-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  background: none;
  border-radius: 32px;
  box-shadow: 0 4px 24px #b18be022;
  padding: 0;
  width: 100vw ;
  max-width: 900px ;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
  margin-top: 230px;
  overflow: hidden;
}
/* Bloc premium pleine largeur */
.services-premium {
  width: 100vw ;
  max-width: 100vw ;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 0;
}
.service-premium-gauche {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  background: linear-gradient(120deg, #fff 0%, #f3e8ff 100%);
  padding: 40px 3vw 40px 3vw;
}
.service-premium-droite {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  background: linear-gradient(120deg, #f3e8ff 0%, #fff 100%);
  padding: 40px 3vw 40px 3vw;
  position: relative;
}
.service-premium-droite::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 2px;
  background: linear-gradient(to bottom, #b18be0 0%, #7a3fa6 100%);
  opacity: 0.25;
  border-radius: 2px;
}
.services-premium .service-icon {
  font-size: 2.0em;
  margin-bottom: 12px;
  color: #7a3fa6;
}
.services-premium .service-titre {
  font-size: 1.35em;
  font-family: 'Montserrat', sans-serif;
  color: #310439;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  text-align: left;
  display: inline-block;
}
.services-premium .badge-premium {
  font-style: italic;
  font-size: 0.95em;
  color: #7a3fa6;
  font-weight: 500;
  margin-left: 6px;
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  letter-spacing: 0.5px;
  text-transform: none;
}
.services-premium .badge-premium::before {
  content: '(';
}
.services-premium .badge-premium::after {
  content: ')';
}
.services-premium .service-description {
  font-size: 1.13em;
  color: #4a0755;
  margin-bottom: 18px;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}
.services-premium ul {
  margin: 0 0 18px 0;
  padding-left: 18px;
  list-style: disc inside;
}
.services-premium li {
  font-size: 1.08em;
  color: #6b0a7a;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}
.services-premium .service-prix {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  color: #7a3fa6;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(177, 139, 224, 0.15);
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding-bottom: 0;
  margin-bottom: 0;
  width: auto;
  letter-spacing: normal;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.services-premium .service-buttons {
  margin-top: 22px;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.services-premium .btn-savoir-plus, .services-premium .btn-rdv {
  display: inline-block;
  padding: 9px 18px;
  border-radius: 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85em;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}
.services-premium .btn-savoir-plus {
  background: rgba(255, 255, 255, 0.5);
  color: #6b0a7a;
  border: 1px solid rgba(177, 139, 224, 0.25);
  backdrop-filter: blur(8px);
}
.services-premium .btn-savoir-plus:hover {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(177, 139, 224, 0.4);
  box-shadow: 0 2px 10px rgba(177, 139, 224, 0.15);
}
.services-premium .btn-rdv {
  background: rgba(177, 139, 224, 0.85);
  color: white;
  border: 1px solid rgba(177, 139, 224, 0.4);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(177, 139, 224, 0.2);
}
.services-premium .btn-rdv:hover {
  background: rgba(122, 63, 166, 0.9);
  box-shadow: 0 4px 18px rgba(177, 139, 224, 0.3);
  transform: translateY(-2px);
}


.services-premium .service-premium-ame {
  width: 100%;
}
.services-premium .service-premium-ame .service-premium-gauche {
  flex: 1 1 55%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.services-premium .service-premium-ame .service-premium-droite {
  flex: 1 1 45%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 24px;
}
.services-premium .badge-premium {
  font-style: italic;
  font-size: 0.9em;
  color: #7a3fa6;
  font-weight: 500;
  margin-left: 6px;
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  letter-spacing: 0.5px;
  text-transform: none;
}
.services-premium .badge-premium::before {
  content: '(';
}
.services-premium .badge-premium::after {
  content: ')';
}
.services-premium .service-description {
  font-size: 1.1em;
  color: #4a0755;
  margin-bottom: 18px;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}
.services-premium ul {
  margin: 0;
  padding-left: 18px;
  list-style: disc inside;
}
.services-premium li {
  font-size: 1em;
  color: #6b0a7a;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}


/* Style spécifique pour la liste de la FAQ dans la question "Quel type de question puis-je poser ?" */
/* Style spécifique pour la liste de la FAQ dans la question "Quel type de question puis-je poser ?" */
.faq-list-ul {
  display: table;
    text-align: left;

  
  
}
.faq-list-ul li {

  padding: 12px 22px 12px 38px;
  margin-bottom: 12px;
  color: #310439;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.08em;
  text-align: left;
  list-style: none;
  position: relative;
  transition: box-shadow 0.3s, transform 0.3s;
}

.faq-list-ul li::before {
  content: '\2022';
   color: #000000;
   font-size: 2em;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 900px) and (orientation: landscape) {
  .mobile-landscape-blocker {
    display: flex !important;
    position: fixed;
    z-index: 99999;
    font-family: "Montserrat", sans-serif;
    color: #310439;
    top: 0; left: 0; right: 0; bottom: 0;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    text-align: center;
    padding: 2em;
  }
  body *:not(.mobile-landscape-blocker) {
    display: none !important;
  }
}


/* Container principal */
.faq-container {
    max-width: 900px;
    margin: 100px auto 0px;
    padding: 0 20px;
}


/* Liste FAQ */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.891);
    border-radius: 3em;
    border: 1px solid #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.faq-question {
    width: 100%;
    padding: 20px 25px;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #000000;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: rgba(0, 0, 0, 0.05);
}

.faq-question .icon {
    font-size: 1.5rem;
    color: #310439;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}

.faq-question[aria-expanded="true"] .icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease, background 0.3s;
    padding: 0 30px;
    background: transparent;
    border-radius: 1.2em;
}

.faq-answer.active {
    max-height: 1000px;
    padding: 20px 25px 25px;
    background: #fff;
    border-radius: 1.2em;
}

.faq-list .faq-item .faq-answer p {
    margin-bottom: 15px;
    color: #310439;
    line-height: 1.8;
    font-size: 1.08rem;
    font-family: 'Montserrat', sans-serif;
}



.faq-answer strong {
    color: #310439;
}

.faq-link {
    color: #310439;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.faq-link:hover {
    color: #dfcfec;
}

/* Section CTA */
.faq-cta {
    text-align: center;
    margin-top: 80px;
    padding: 50px 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3em;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffffbd;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.faq-cta h2 {
    font-family: 'Pinyon Script', cursive;
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #dfcfec;
        font-weight: 400;
}

.faq-cta p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #ffffffbd;
}
/* Banderole de présentation élégante */
.banderole-presentation {
  margin: 0px auto 0px;
  padding: 20px 45px;
  width: 100%;

  max-width: 810px;
  text-align: center;
    background: rgba(255, 255, 255, 0.35);

;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(177, 139, 224, 0.15);
  border-radius: 24px;
  box-shadow: 0 2px 15px rgba(177, 139, 224, 0.08);
}




/* Points forts - grille responsive automatique */
.points-forts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.point-fort {
  position: relative;
  background: linear-gradient(120deg, #fff 60%, #f3e8ff 100%);
  padding: 22px 18px 22px 18px;
  border-radius: 22px;
  border: 1.5px solid #e5d6f7;
  box-shadow: 0 6px 24px #b18be033;
  transition: all 0.3s cubic-bezier(.4,1.3,.6,1);
  overflow: hidden;
  z-index: 1;
}

.point-fort::after {
  content: '';
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background: linear-gradient(120deg, #b18be022 0%, #fff0 100%);
  z-index: 0;
  border-radius: 22px;
  pointer-events: none;
}

.point-fort:hover {
  border-color: #b18be0;
  box-shadow: 0 8px 32px #b18be066;
  transform: translateY(-5px) scale(1.03);
}

.point-icon {
  display: block;
  font-size: 2.2em;
  margin-bottom: 12px;
  color: #b18be0;
  filter: drop-shadow(0 2px 6px #b18be033);
  z-index: 2;
}

.point-fort h4 {
  font-family: 'Pinyon Script', 'Cormorant Garamond', serif;
  font-size: 1.6em;
  font-weight: 700;
  color: #7a3fa6;
  margin: 0 0 10px 0;
  letter-spacing: 0.5px;
  z-index: 2;
}

.point-fort p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  color: #4a0755;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
  z-index: 2;
  text-align: center;
}

/* Section Comment ça marche - Responsive sans media queries */
.comment-ca-marche {
  max-width: 860px;
  margin: 100px auto 0px;
  padding: 35px 20px;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(177, 139, 224, 0.15);
  border-radius: 24px;
  box-shadow: 0 2px 15px rgba(177, 139, 224, 0.08);
}

.etapes-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
justify-content: center;
  align-items: center;

}

.etape {
  padding: 30px 20px;
  text-align: center;
  position: relative;
}

.etape-numero {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  background: transparent;
  color: #6b0a7a;
  border: 2px solid #6b0a7a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.1em;
}

.etape-icon {
  font-size: 2.5em;
  margin: 10px 0 15px;
}

.etape h3 {
  font-family: 'Montserrat', sans-serif;  font-size: 1.1em;
  font-weight: 600;
  color: #6b0a7a;
  margin: 10px 0;
}

.etape p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  color: #777;
  line-height: 1.6;
  margin: 8px 0 0;
}

.etape-fleche {
  font-size: 2em;
  color: rgba(177, 139, 224, 0.5);
  text-align: center;
  display: none;
}

@media (min-width: 850px) {
  .etapes-container {
    grid-template-columns: 1fr auto 1fr auto 1fr;
  }
  
  .etape-fleche {
    display: block;
  }
}

/* BLOC SERVICES PRINCIPAUX - Design simple et élégant */
.services-principal {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  margin: 50px auto 60px;
  padding: 0 20px;
  max-width: 900px;
  /* Autoriser le wrap pour éviter débordement horizontal sur écrans étroits */
  flex-wrap: wrap;
  position: relative;
  z-index: 10;

}


.service-card {
  flex: 1;
  /* Pour garder 3 cartes même avec un conteneur à 900px */
  min-width: 210px;
  max-width: 380px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(177, 139, 224, 0.15);
  border-radius: 28px;
  padding: 30px 30px;
  box-shadow: 0 2px 15px rgba(177, 139, 224, 0.08);
  text-align: center;
  transition: all 0.35s ease;
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(177, 139, 224, 0.25);
  box-shadow: 0 6px 25px rgba(177, 139, 224, 0.15);
  transform: translateY(-4px);
}

.service-icon {
  font-size: 2.8em;
  margin-bottom: 18px;
  opacity: 0.85;
}

.service-titre {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  color: #6b0a7a;
  margin: 8px 0 14px;
  letter-spacing: 0.02em;
}

.service-description {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95em;
  color: #777;
  margin: 12px 0;
  font-weight: 400;
  line-height: 1.5;
}

.service-durees {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 18px 0 16px;
}

.duree-badge {
  display: inline-block;
  background: rgba(177, 139, 224, 0.08);
  color: #7a3fa6;
  padding: 6px 14px;
  border-radius: 16px;
  font-size: 0.85em;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid rgba(177, 139, 224, 0.2);
  transition: all 0.2s ease;
}

.duree-badge:hover {
  background: rgba(177, 139, 224, 0.15);
  border-color: rgba(177, 139, 224, 0.35);
}

.service-prix {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  color: #7a3fa6;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(177, 139, 224, 0.15);
}

.service-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 22px;
  flex-wrap: wrap;
}

.btn-savoir-plus,
.btn-rdv {
  display: inline-block;
  padding: 9px 18px;
  border-radius: 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85em;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}

.btn-savoir-plus {
  background: rgba(255, 255, 255, 0.5);
  color: #6b0a7a;
  border: 1px solid rgba(177, 139, 224, 0.25);
  backdrop-filter: blur(8px);
}

.btn-savoir-plus:hover {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(177, 139, 224, 0.4);
  box-shadow: 0 2px 10px rgba(177, 139, 224, 0.15);
}

.btn-rdv {
  background: rgba(177, 139, 224, 0.85);
  color: white;
  border: 1px solid rgba(177, 139, 224, 0.4);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(177, 139, 224, 0.2);
}

.btn-rdv:hover {
  background: rgba(122, 63, 166, 0.9);
  box-shadow: 0 4px 18px rgba(177, 139, 224, 0.3);
  transform: translateY(-2px);
}



/* Carte Contact et Inscription */
.contact-inscription-card {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin: 100px auto 0px;
  padding: 40px 50px;
  width: 100%;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(177, 139, 224, 0.15);
  border-radius: 28px;
  box-shadow: 0 2px 15px rgba(177, 139, 224, 0.08);
}

.contact-section {
  flex: 1;
  text-align: center;
}

.contact-icon {
  font-size: 2.5em;
  margin-bottom: 15px;
  opacity: 0.85;
}

.contact-section h3 {
font-family: 'Pinyon Script', sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  color: #6b0a7a;
  margin: 8px 0 12px;
}

.contact-section p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  color: #777;
  margin: 10px 0 15px;
  line-height: 1.5;
}

.contact-phone {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  color: #7a3fa6;
  margin-top: 10px;
  margin-bottom: 15px;
}

.btn-appel {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
  background: rgba(177, 139, 224, 0.85);
  color: white;
  border: 1px solid rgba(177, 139, 224, 0.4);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(177, 139, 224, 0.2);
  transition: all 0.25s ease;
  cursor: pointer;
}

.btn-appel:hover {
  background: rgba(122, 63, 166, 0.9);
  box-shadow: 0 4px 18px rgba(177, 139, 224, 0.3);
  transform: translateY(-2px);
}

.contact-separator {
  width: 1px;
  height: 120px;
  background: rgba(177, 139, 224, 0.2);
}

.btn-inscription {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
  background: rgba(177, 139, 224, 0.85);
  color: white;
  border: 1px solid rgba(177, 139, 224, 0.4);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(177, 139, 224, 0.2);
  transition: all 0.25s ease;
  cursor: pointer;
  margin-top: 10px;
}

.btn-inscription:hover {
  background: rgba(122, 63, 166, 0.9);
  box-shadow: 0 4px 18px rgba(177, 139, 224, 0.3);
  transform: translateY(-2px);
}

.header-bar.popup-blur {
  filter: blur(7px);
  transition: filter 0.3s;
}

@keyframes border-gold-anim {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.hint-flottant {
  display: inline-block;
  top: 50px;
  padding:10px 25px;
  font-size: 1.3em;
  font-family: 'Montserrat', serif  ;
  text-align: center;
  opacity: 1;
  pointer-events: none;
  position: relative;
  z-index: 3;
  background: #310439;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 32px;
  box-sizing: border-box;
}
.hint-flottant::before {
   content: '';
   position: absolute;
   inset: 0;
   border-radius: 32px;
   padding: 2px;
   background: linear-gradient(90deg, #7a3fa6 0%, #b18be0 40%, #d9baff 80%, #7a3fa6 100%);
   background-size: 200% 200%;
   z-index: -1;
   mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
   -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
   -webkit-mask-composite: xor;
   mask-composite: exclude;
   animation: border-gold-anim 3s linear infinite;
}



body {

       background-color: #dfcfecd0 !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  /* Masquer la barre de défilement verticale */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE et Edge */
}


html, body {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE et Edge */
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.header-bar {
  background-color: #ffffff88 !important;
          backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
width: 100%;
    height: 150px;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    box-shadow: 0 2px 12px #a97bcf44;
    z-index: 1001;
}

.header-bar h1 {
    font-family: "Pinyon Script", sans-serif;
    color: #310439;
    font-size: 75px;
    text-align: center; /* Ajout pour centrer le texte horizontalement */
    margin-top: 20px; /* Ajustez cette valeur pour le centrage vertical */
  
}
.header-bar h2 {  
    
    font-family: "Cormorant Garamond", sans-serif;
    color: #4A0755;
    font-size: 20px;
    text-align: center; /* Optionnel, déjà hérité de .header-bar */
    position : relative;
    bottom: 70px;
    right: -5px;

   
    
}

/* Banderole fixe (sans défilement) */
.banderole-defilante {
   background:  #310439;
    overflow: hidden;
    position: fixed;
    top: 150px;
    left: 0;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    box-shadow: 0 2px 8px rgba(49, 4, 57, 0.3);
    z-index: 999;
}

.banderole-contenu {
    display: inline-block;
}
.banderole-contenu span {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
color: white;

    letter-spacing: 1px;
}


.conteneur-blanc {
   
   
    padding: 10px 10px;
    margin: 100px auto 0 auto;
    max-width: 900px;
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.conteneur-blanc img {

    display: block;
    width: 100%;
    height: auto;
    border-radius: 40px;
    object-fit: contain;
    max-width: none;
    max-height: none;
    image-rendering: auto;
}







/* Style pour la signature dans le footer */
.footer-signature {
  text-align: center;
  font-family: "Pinyon Script", serif; /* Police de caractère */
  font-weight: 900;
  font-size: 19px;
  color: #310439; /* Couleur du texte */
  letter-spacing: 1px; /* Espacement des lettres */
  margin-top: 1em;      /* Espace au-dessus de la signature */
}


@media (max-width: 600px) {
          .services-premium .service-icon {
            font-size: 1.3em !important;
          }
        .services-premium .service-card {
          flex-direction: column !important;
          background: #fff !important;
          border-radius: 18px !important;
          border: 1px solid #e0e0e0 !important;
          box-shadow: 0 4px 24px #b18be022 !important;
          padding: 30px 25px !important;
          margin: 35px auto 25px auto !important;
          max-width: 93vw !important;
          width: 93vw !important;
        }
        .service-premium-gauche,
        .service-premium-droite {
          width: 100% !important;
          padding: 0 !important;
          background: #fff !important;
          box-shadow: none !important;
          border-radius: 0 !important;
        }
        .service-premium-droite::before {
          display: none !important;
        }
      .services-premium {
        flex-direction: column;
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: 0;
        margin-right: 0;
        padding: 0 0 0 0;
      }

      .service-premium-gauche, .service-premium-droite {
        padding: 30px 5vw 30px 5vw;
      }
     /* Banderole collée au header */
        .banderole-defilante {
                top: 111px !important;
                padding: 10px 0 !important;
                    font-size: 0.8em !important;
        }
        
    
  .comment-ca-marche {
    margin: 50px 15px 25px;
    padding: 30px 18px;
  }
  
  .etapes-container {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .etape {
    padding: 25px 15px;
  }
  
  .btn-cta-principal {
    padding: 15px 30px;
    font-size: 1em;
  }
  
  .services-principal {
    flex-direction: column;
    gap: 25px;
    margin: 35px -5px 45px;
  }
  
  .service-card {
    min-width: auto;
    max-width: 100%;
    padding: 30px 25px;
  }
  
  .service-icon {
    font-size: 2.8em;
  }
  
  .service-titre {
    font-size: 1.4em;
  }
  
  .duree-badge {
    font-size: 0.85em;
    padding: 6px 14px;
  }
 .contact-inscription-card {
    flex-direction: column;
    gap: 30px;
     padding: 24px 18px;
     width: 100%;
     max-width: 340px;
     margin: 40px auto 10px;
  }
  .contact-separator {
    width: 80%;
    height: 1px;
  }
  
  .contact-icon {
    font-size: 2.2em;
  }
  
  
  .banderole-presentation {
    margin: 210px 15px 0px;
    padding: 18px 28px;
     width: 100%;
     max-width: 325px;
  }
    
  .banderole-presentation h3 {
font-size: 2em!important;
  }
  
.point-fort p {
  font-size: 0.9em;

}
.point-fort h4 {

  font-size: 1.7em;

}
 
  
 

  html, body {
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    font-size: 16px !important;
    touch-action: auto !important;
  }

  .header-bar {
    height: 111px !important;
    min-height: 111px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100vw !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1001 !important;
  }
  .header-bar h1 {
    font-size: 48px !important;
   margin: 0 !important;
    }
.header-bar h2 {  
  font-size: 14px !important;
        bottom: 10px !important;
        margin: 0 !important;
    right: -5px;
}
 

  .conteneur-blanc {
    margin: 70px auto 0 auto !important;
    padding: 1em 0.5em !important;
    max-width: 100vw !important;
    width: 100vw !important;
    height: auto !important;
    max-height: none !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    box-sizing: border-box !important;
    overflow-x: visible !important;
    border-radius: 0.7em !important;
  }

  .conteneur-blanc img {
    position: relative !important;
    bottom: 40px !important;
    border-radius: 10px !important;
    max-width: 92vw !important;
    width: 92vw !important;
    height: auto !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    display: block !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }


  .footer-signature {
    font-size: 1em !important;
    margin-top: 2em !important;
    letter-spacing: 0.05em !important;
    text-align: center !important;
  }
  .hint-flottant {
    position: relative !important;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    padding: 11px 15px !important;
    max-width: 95vw !important;
    width: fit-content !important;
    text-align: center !important;
    z-index: 10 !important;
    pointer-events: none !important;
    box-sizing: border-box !important;
    display: block !important;
    overflow-wrap: break-word !important;
    left: unset !important;
    top: unset !important;
    transform: unset !important;
  }
  
   div.hint-text{
   font-size: 15px !important;
    width: 100%;
     max-width: 340px;
      }

   .faq-container {
        margin : 50px 0px 30px!important;
    }

    .faq-intro h2 {
        font-size: 2rem;
    }

    .faq-question {
        font-size: 1rem;
        padding: 20px 20px;
    }
    /* Exception : garder la taille normale pour la FAQ sur mobile */
    .icon{
          font-size: 1rem !important;
      }
         
          .faq-answer p,  .faq-answer li,  .faq-answer strong{
          font-size: 0.9rem !important;
      }
  
    .faq-cta h2 {
        font-size: 2rem;
    }

  }
/* Tablette : 601px à 900px */
@media (min-width: 601px) and (max-width: 1200px) {

 .services-premium {
    flex-direction: column!important;
    width: 100% !important;        /* laisse une marge à gauche/droite */
    max-width: 780px !important;   /* limite réelle de largeur */
    padding: 0 16px !important;
    box-sizing: border-box !important;
    margin: 250px auto 0px auto!important;
  }

  .services-premium .service-card {
    flex-direction: row;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0!important;
    border-radius: 24px!important;
    padding: 0!important;
  }
   .faq-container {
  max-width: 750px;
    width: 100%;    }

  .service-premium-gauche,
  .service-premium-droite {
    padding: 35px 25px!important;
  }

    .comment-ca-marche {
      margin: 80px 60px 0 60px;
      padding: 45px 40px;
    max-width: 670px;
    width: 100%;
  }
    
  
  .etapes-container {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
   

      
  /* Nouveaux composants ajoutés */
  .banderole-presentation {
    padding: 20px 35px;
    width: 100%!important;
    max-width: 680px!important;
  }
  /* Points forts - grille responsive automatique */
.points-forts {

  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

}

  .banderole-presentation p {
    font-size: 1.3em;
  }
  .services-principal {
    /* Sur tablette : une seule colonne, cartes l'une sous l'autre */
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
    margin: 45px auto 40px;
  
  }
  /* Élargissement du conteneur blanc sur tablette */
  .conteneur-blanc {
    max-width: 750px;
    width: 100%;
  }
  
  
  .service-card {
    min-width: 175px;
    flex: 1;  
    max-width: 690px;
    width: 100%;
  }
  
  .contact-inscription-card {
    margin: 90px 30px 30px;
    padding: 35px 40px;
    gap: 35px;
    max-width: 670px;
    width: 100%;
  }
  
  
  .contact-icon {
    font-size: 2.3em;
  }
  

   .header-bar {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  position: fixed !important;
  z-index: 1001 !important;

}
 .header-bar h1 {

  font-size: 75px !important;
}
 .header-bar h2 {

    font-size: 24px !important;
        margin: 0 !important;
    right: 15px;
}

 
   img {
  border-radius: 30px !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
  box-sizing: border-box !important;
   
  }


.footer-signature {
  font-size: 22px !important;
}

.popup-message {
  

    height: 450px!important;

}
.point-fort h4, .contact-inscription-card h3{
  font-size: 1.9em;

}
h3.service-titre,.comment-ca-marche h3,   .etape h3{
  font-size: 1.5em;

}
.point-fort p, .description p, .comment-ca-marche p , p.service-description, .contact-inscription-card p{
  font-size: 16px;

}

}

@media (min-width: 1300px) and (max-width: 2000px) {


  .header-bar 
  {
    height: 180px !important;
    min-height: 180px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
 
  }
  .header-bar h1 {
    font-size: 100px !important;
   
  }
  .header-bar h2 {
   font-size: 27px !important;
    left: 5px !important;
    top : -91px !important;
  }

     
    /* Banderole collée au header */
        .banderole-defilante {
                top: 180px !important;
      
        }

h4 {
    font-size: 21px !important;
  }
  
  .banderole-presentation p {

    font-size: 16px!important;
  }
  .banderole-presentation h3 {

    font-size: 2.6em !important;
  }

  .contact-inscription-card p {

    font-size: 16px !important;
  }
  
    .contact-inscription-card h3 {

    font-size: 2.1em !important;
  }
.footer-signature
  {
    font-size: 22px !important;
        width: 100% !important;

  }

.conteneur-blanc 
  {
    filter: none !important;
    max-width: 900px !important;
    width: 75% !important;
  }

  .conteneur-blanc img {
    width: 100% !important;
    max-width: 900px !important;
  }



  div.hint-text{
   font-size: 20px !important;
      }


    


.point-fort h4 {
  font-size: 1.9em!important;

}

.point-fort p {
  font-size: 16px!important;

}
 .services-premium {

    margin: 30px auto 0px auto!important;
  }

}

/* ===================== MODE PAYSAGE MOBILE ===================== */
/* Orientation paysage pour mobile jusqu'à 600px */
@media (min-width: 600px) and (max-width: 900px) and (orientation: landscape) {
  

  html, body {
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    font-size: 16px !important;
    background-color: #dfcfec !important;
    touch-action: auto !important;
  }

  .header-bar {
    height: 111px !important;
    min-height: 111px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100vw !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1001 !important;
    background: linear-gradient(90deg, #a259e6c5 0%, #ffd86bc5 100%) !important;
  }
  .header-bar h1 {
    font-size: 48px !important;
   margin: 0 !important;
    }
     h2.header-title {
    font-size: 14px !important;
        margin-right: 50px !important;
        bottom: 10px !important;
        margin: 0 !important;
    }

 

  .footer-signature {
    font-size: 16px !important;
    letter-spacing: 0.05em !important;
    text-align: center !important;
  }
  .hint-flottant {
    position: relative !important;
    margin-top: 20px !important;
    margin-bottom: 2.2em !important;
    font-size: 15px !important;
    padding: 8px 16px !important;
    max-width: 90vw !important;
    width: fit-content !important;
    text-align: center !important;
    z-index: 10 !important;
    pointer-events: none !important;
    box-sizing: border-box !important;
    display: block !important;
    overflow-wrap: break-word !important;
    left: unset !important;
    top: unset !important;
    transform: unset !important;
  }
  
 .hint-flottant div{
    font-size: 17px !important;
   
  }


}




    
    @media (min-width: 1000px) and (max-width: 1200px) and (orientation: landscape) {
  /* Vos styles spécifiques paysage tablette ici */
     img {
  border-radius: 30px !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
  box-sizing: border-box !important;
   
  }  

  .header-bar.popup-blur {
  filter: blur(7px);
  transition: filter 0.3s;
}

 
 
    } 
