@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@font-face {
    font-family: 'BebasNeue';
    src: url('../public/fonts/BebasNeue.otf') format('truetype');
}
@font-face {
    font-family : 'Mistrully';
    src: url('../public/fonts/Mistrully.ttf');
}

body {
    background-color: #ffffff;
    color: #152a2F;
 font-family: 'Montserrat';
    position: relative;
}
body::before {
    content: "";
    position: fixed;
    top: 0;
    right: -25%;
    width: 100vw;
    height: 100vh;
    background: url('../public/images/Papillon-17.png') no-repeat center center;
    background-size: contain;
    opacity: 0.05;
    /* z-index: -1; */
    pointer-events: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'BebasNeue', sans-serif; /* Appliquer KGINeedAFont aux titres */
}
.container .row {
    display: flex;
    align-items: flex-start; /* Aligne les blocs en haut */
    
}

.process-section, .about-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Aligne le contenu en haut */
}

.process-section h2,
.process-section h2, .about-section h2 {
    text-align: center;
    margin-bottom: 20px;
    min-height: 50px; /* Assure que les titres ont la même hauteur */
}
.about-section {
    margin-top: 50px;
    /* text-align: center; */
}
.about-section .row {
    display: flex;
    align-items: center;
}
.about-section img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.hero {
    display: flex;
    align-items: center;
    padding: 80px 0; /* Plus d’espace pour une meilleure répartition */
    background-color: #152a2F;
    color: #ffffff;
}

.text-section {
    text-align: left;
    max-width: 90%;
    padding: 20px; /* Ajoute un peu d’espace autour du texte */
}

.text-section h1 {
    font-size: 2.8rem; /* Plus grand pour plus d’impact */
    margin-bottom: 20px;
}
.text-section p {
    font-size: 1.2rem; /* Lisibilité améliorée */
    line-height: 1.6;
    margin-bottom: 30px;
}

/* CTA : Discuter de mon projet de formation */
.btn-primary {
    background-color: #254F58;
    border: none;
    padding: 12px 24px;
    font-size: 18px;
}

.btn-primary:hover {
    background-color: #085b56;
}
/* FIN CTA : Discuter de mon projet de formation */

  .formation-tile .btn-primary {
  background-color: #254F58;
  border: none;
  color: #fff;
  padding: 12px 24px;
  font-size: 18px;
}

.formation-tile .btn-primary:hover,
.formation-tile .btn-primary:focus {
  background-color: #085b56;
  color: #fff;
  border: none;
}

.custom-navbar .navbar-brand, 
.custom-navbar .nav-link {
    color: #ffffff !important;
}

.custom-navbar .nav-link:hover {
    color: #a8dadc !important; /* Couleur plus claire au survol */
}

.navbar-toggler {
    border-color: #ffffff !important;
}
.logo-navbar {
    height: 50px !important; /* Ajuste la hauteur selon ton logo */
    width: auto; /* Garde les proportions */
}
.custom-navbar .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px; /* Espace entre les liens */
}

.custom-navbar .nav-link {
    font-family: 'BebasNeue', sans-serif;
    font-size: 20px; /* Ajuste selon ton design */
    color: #ffffff !important;
    text-transform: uppercase;
}

.custom-navbar .nav-link:hover {
    color: #a8dadc !important; /* Effet au survol */
}
.icon-papillon {
    height: 20px; /* Ajuste la taille selon le design */
    width: auto;
    margin-left: 8px; /* Espace entre le texte et l’icône */
    vertical-align: middle; /* Alignement avec le texte */
}
.image-section {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 700px; 
    height: auto;
} */
.image-container {
    position: relative;
    max-width: 90%;
    height: auto;
}
.hero-image {
    width: 100%; /* L'image prend toute la largeur disponible */
    max-width: 700px; /* Taille plus grande */
    border-radius: 10px; 
}

.encadrement {
    position: absolute;
    top: -5%; /* Ajuster le placement de l’encadrement */
    left: -5%; /* Ajustement pour éviter un décalage */
    width: 110%; /* Légèrement plus grand que l'image */
    height: 110%;
    pointer-events: none; /* Permet de cliquer sur l’image sans être bloqué par l’encadrement */
}
.process-section {
    background-color: #ffffff;
    /* padding: 80px 0; */
    text-align: center;
    color: #152a2F;
}
/* Call-to-action */
.call-to-action {
    background: linear-gradient(135deg, #152a2F, #2f4b46);
    color: #fff;
    text-align: center;
    padding: 3rem 1rem;
    margin-top: 40px;
}

.call-to-action h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.call-to-action p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.btn-cta {
    background: #fff;
    color: #4d8076;
    padding: 0.8rem 2rem;
    font-size: 1.1rem;
    border-radius: .5em !important;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    margin-top: 1em !important;
}

.btn-cta:hover {
    background-color: #4d8076 !important;
    color: #fff;
}
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #4d8076;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    transition: background 0.3s;
}

.back-to-top:hover {
    background: #2f4b46;
}

/* .process-section h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
    font-family: 'KGINeedAFont', sans-serif;
} */
.step {
    opacity: 0;
    transform: translateY(50px);
}
.timeline {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 20px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px; /* Réduit la largeur pour éviter l’effet "trop écarté" */
    text-align: center;
}

.step.active {
    opacity: 1;
    transform: translateY(0);
}

.step:nth-child(odd) {
    flex-direction: row-reverse;
}
.papillon-icon {
    width: 50px;
    height: auto;
    margin-top: 10px;
}

/* Cartes d’étape */
.text-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 180px;
    min-height: 120px;
}
.text-box h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.intro-text {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #333;
}
.services-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.service-item {
    padding: 8px 12px;
    background: #f3f3f3;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    font-size: 0.95rem;
}
/* Responsive : texte centré sur mobile */
@media (max-width: 768px) {
    .about-section .row {
        flex-direction: column;
        text-align: center;
    }
    
    .services-container {
        justify-content: center;
    }
}
/* .services-list {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.services-list li {
    font-size: 1rem;
    padding: 8px 15px;
    background: #f3f3f3;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.services-list li::before {
    content: "✔";
    color: #254F58;
    position: absolute;
    left: 0;
    font-weight: bold;
} */
/* 
.about-section img {
    margin-top: 20px;
    max-width: 100%;
    border-radius: 10px;
} */
.service-section {
    text-align: center;
}

/* Conteneur des cartes */
.service-card {
    position: relative;
    height: 450px; /* Ajuste la hauteur selon le besoin */
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/* Image en arrière-plan */
.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Assure un bon remplissage */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Overlay sombre pour la lisibilité */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Assombri légèrement l'image */
    z-index: 2;
}

/* Contenu (titre + bouton) */
.service-content {
    position: relative;
    z-index: 3;
    color: white;
    text-align: center;
    width: 100%;
    padding: 20px;
}

.service-content h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

/* Bouton stylisé */
.service-content .btn {
    background-color: #254F58;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    text-transform: uppercase;
    transition: 0.3s;
}

.service-content .btn:hover {
    background-color: #085b56;
}

.realisations-section .btn-outline-custom {
    border: 2px solid #152a2F; /* Couleur outline */
    color: #152a2F;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
}

.realisations-section .btn-outline-custom:hover {
    background-color: #152a2F;
    color: white;
}

/* Flèches style "Google-like" */
/* ===== FORCE arrows (override conflits) ===== */
.testimonials-section .testimonials-wrapper .arrow{
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;

  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;

  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,.10) !important;

  background: rgba(255,255,255,.96) !important;
  color: #202124 !important;

  box-shadow: 0 2px 10px rgba(0,0,0,.12) !important;

  display: grid !important;
  place-items: center !important;

  cursor: pointer !important;
  z-index: 50 !important;

  transition: transform .15s ease, box-shadow .15s ease, background .15s ease !important;
}




            /* NAVBAR */
/* --- Variables reprenant les couleurs EXACTES de ta navbar --- */
.custom-navbar {
  --navbar-bg: #152a2f;
  --navbar-hover: #4d8076;
}

/* --- Flèche à côté du lien --- */
.dropdown-toggle-custom::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.4em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
  vertical-align: middle;
}

.dropdown-hover:hover .dropdown-toggle-custom::after {
  transform: rotate(-135deg) translateY(2px);
}

/* --- Menu déroulant au survol --- */
.dropdown-hover {
  position: relative;
}

.dropdown-menu-custom {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  margin: 0;
  padding: 0.5rem 0;
  list-style: none;
  background-color: var(--navbar-bg);
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.dropdown-hover:hover .dropdown-menu-custom,
.dropdown-hover:focus-within .dropdown-menu-custom {
  display: block;
}

/* --- Liens du menu : même typo/couleur que la navbar --- */
.dropdown-item-custom {
  display: block;
  padding: 0.6rem 1.5rem;
  font-family: 'BebasNeue', sans-serif;
  font-size: 20px;
  font-weight: inherit;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.dropdown-item-custom:hover,
.dropdown-item-custom:focus {
  color: var(--navbar-hover);
}

/* --- Réseaux sociaux dans la navbar --- */
.social-icons-navbar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.icon-link-navbar {
  color: #fff;
  font-size: 1.1rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.icon-link-navbar:hover {
  color: #4d8076;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .social-icons-navbar {
    margin-top: 1rem;
    justify-content: center;
  }
}
        /* FIN NAVBAR */  


        /* CLASSES FORMATION */  


    .logoFAQ {
        border-radius: 5px;
        max-width: 140px;
        margin: -15px 0 -15px 0;
    }
    .accordion-button[aria-expanded="true"] .logoFAQ {
    content: url('../public/images/qualiopi_blanc.png');
    }

    .mb-2{
        color: #4d8076;
    }

    .mb-0 {
      color: #51646c;
    font-size: .98rem;
    line-height: 1.6;
    margin-bottom: 0;}
        
  .formations-faq { background: radial-gradient(1200px 600px at 15% 20%, #51807759, transparent 60%),
    radial-gradient(900px 500px at 85% 60%, rgba(37,79,88,.25), transparent 65%),
    linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.98)); padding: 4rem 0; }
  .formations-faq .section-eyebrow {
    color: #4d8076; font-weight: 700; text-transform: uppercase;
    letter-spacing: .08em; font-size: .85rem;
  }
  .formations-faq h2 {
    font-family: "Bebas Neue", "Montserrat", Arial, sans-serif;
    color: #152a2f; font-size: 2.2rem; margin-bottom: .5rem;
  }
  .formations-faq .intro-text { color: #51646c; max-width: 60ch; margin-bottom: 2rem; }
 
  .accordion-brand .accordion-item {
    border: 1px solid rgba(37,79,88,.15);
    border-radius: 14px !important;
    overflow: hidden;
    margin-bottom: 14px;
  }
  .accordion-brand .accordion-button {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #152a2f;
    background: #fff;
    padding: 1.1rem 1.4rem;
  }
  .accordion-brand .accordion-button .num {
    color: #4d8076; margin-right: .6rem;
    font-family: "Bebas Neue", sans-serif; font-size: 1.1rem;
  }
  .accordion-brand .accordion-button:not(.collapsed) {
    color: #fff;
    background: #254f58;
  }
  .accordion-brand .accordion-button:not(.collapsed) .num { color: #9fd8c9; }
  .accordion-brand .accordion-button:focus { box-shadow: none; }
  .accordion-brand .accordion-body {
    color: #51646c; line-height: 1.6; padding: 1.2rem 1.4rem 1.4rem;
  }
  .accordion-brand .accordion-body ul { margin: 0; padding-left: 1.1rem; }
  .accordion-brand .accordion-body li { margin-bottom: .4rem; }

  /* ===== BLOC ATOUTS (avant la FAQ) ===== */
  .formations-atouts { background: #fff; padding: 1rem 0 4rem; }
  .atout-card {
    height: 100%;
    margin-top: 5em;
    margin-bottom: 2.5em;
    padding: 2rem 1.8rem;
    text-align: center;
    justify-self: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }

    @media (min-width: 992px){
    .atout-card {
      margin-bottom: none;
    }
  }


  .atout-icon {
    margin-bottom: 1.1rem;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
  }
  .atout-title {
    font-family: "Bebas Neue", "Montserrat", Arial, sans-serif;
    color: #152a2F;
    font-size: 1.2rem;
    letter-spacing: .02em;
    margin-bottom: .6rem;
  }

  .margin-icon {
    margin-bottom: 2em;
    height: 5em;
  }

  /* Colonne texte à gauche de la FAQ */
  .formations-faq .faq-intro-col h2 {
    margin-bottom: .9rem;
  }
  @media (min-width: 992px){
    .formations-faq .faq-intro-col {
      position: sticky;
      top: 110px;
    }
  }


/* IMAGE PAPILLON DERRIERE PHOTO */
.hero-media-wrap{
  position: relative;
}

.hero-media-butterfly{
  position: absolute;
  top: -50px;
  right: -200px;
  width: 400px;
  height: auto;
  z-index: 0;
  opacity: 1;
  pointer-events: none;
}

.hero-media{
  position: relative;
  z-index: 1;
}
/* FIN IMAGE PAPILLON DERRIERE PHOTO */


        /* Style des images des clients */

section {
    padding: 55px 0; /* Ajoute un padding plus important autour des sections */
}
h2 {
    margin-bottom: 40px; /* Espace supplémentaire sous les titres */
}
.video-iframe {
    width: 100%;
    height: 200px; /* Hauteur fixe pour uniformiser */
    object-fit: cover; /* Optionnel, ne marche pas toujours sur un iframe mais bon à connaître pour images/vidéos */
  }
  .partners-section .partner-logo {
    width: 100%;              /* Occupe toute la largeur de sa colonne */
    max-height: 100px;        /* Hauteur maximale fixe */
    object-fit: contain;      /* Permet de garder les proportions sans couper */
    transition: transform 0.3s;
}
.partners-section .partner-logo:hover {
    transform: scale(1.05);
}
  /* ===== Mobile fix : flèches sous la carte, pas en overlay ===== */
@media (max-width: 576px){

  /* On empêche le chevauchement */
  .testimonials-wrapper{
      
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  /* Le container prend toute la largeur utile */
  .testimonials-container{
    max-width: 100% !important;
    width: 100%;
    padding: 12px 12px;
  }

  /* Une carte bien centrée */
  .testimonial-card{
    flex: 0 0 86vw;
    margin: 0 auto;
  }

  /* Flèches : on les sort du absolute */
  .testimonials-section .testimonials-wrapper .arrow{
    position: static !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }

  /* On les met côte à côte en dessous */
  .testimonials-wrapper{
    position: relative;
  }

  /* Création d'une "barre" de nav sous le carrousel */
  .testimonials-wrapper .arrow.left,
  .testimonials-wrapper .arrow.right{
    display: inline-grid !important;
    margin: 0 10px;
  }

  /* Astuce : on centre la ligne de flèches */
  .testimonials-wrapper::after{
    content: "";
    display: block;
    height: 0;
  }
}
/* ===== NAVBAR : fixe en mobile, sticky en desktop ===== */
.custom-navbar{
  background: rgba(21, 42, 47, .98) !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 99999;
  transform: translateZ(0);
}

/* Desktop/tablette : sticky */
@media (min-width: 992px){
  .custom-navbar{
    position: sticky;
    top: 0;
  }
}

/* FAQ FORMATION */

.formations-faq { padding: 4rem 0; }
  .formations-faq .section-eyebrow {
    color: #4d8076; font-weight: 700; text-transform: uppercase;
    letter-spacing: .08em; font-size: .85rem;
  }
  .formations-faq h2 {
    font-family: "Bebas Neue", "Montserrat", Arial, sans-serif;
    color: #152a2f; font-size: 2.2rem; margin-bottom: .5rem;
  }
  .formations-faq .intro-text { color: #51646c; max-width: 60ch; margin-bottom: 2rem; }
 
  .accordion-brand .accordion-item {
    border: 1px solid rgba(37,79,88,.15);
    border-radius: 14px !important;
    overflow: hidden;
    margin-bottom: 14px;
  }
  .accordion-brand .accordion-button {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #152a2f;
    background: #fff;
    padding: 1.1rem 1.4rem;
  }
  .accordion-brand .accordion-button .num {
    color: #4d8076; margin-right: .6rem;
    font-family: "Bebas Neue", sans-serif; font-size: 1.1rem;
  }
  .accordion-brand .accordion-button:not(.collapsed) {
    color: #fff;
    background: #254f58;
  }
  .accordion-brand .accordion-button:not(.collapsed) .num { color: #9fd8c9; }
  .accordion-brand .accordion-button:focus { box-shadow: none; }
  .accordion-brand .accordion-body {
    color: #51646c; line-height: 1.6; padding: 1.2rem 1.4rem 1.4rem;
  }
  .accordion-brand .accordion-body ul { margin: 0; padding-left: 1.1rem; }
  .accordion-brand .accordion-body li { margin-bottom: .4rem; }

  /* FIN FAQ FORMATION */

  /* AUTRES CLASSES FORMATION */

.formations-hero{
  position: relative;
  padding: 4.5rem 0 3.5rem;
  overflow: hidden;
  isolation: isolate;
}

.formations-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(1200px 600px at 15% 20%, rgba(77,128,118,.35), transparent 60%),
    radial-gradient(900px 500px at 85% 60%, rgba(37,79,88,.25), transparent 65%),
    linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.98));
  z-index:-2;
}

/* petits “papillons” */
.formations-hero::after{
  content:"";
  position:absolute;
  inset:-20%;
  background: url('/public/images/Papillon-17.png') no-repeat 80% 20%;
  background-size: 380px auto;
  opacity: .05;
  transform: rotate(-8deg);
  z-index:-1;
  pointer-events:none;
}

.formations-hero .eyebrow{
letter-spacing: .08em;
      text-transform: uppercase;
      font-size: .9rem;
      opacity: .8;
}

.eyebrow .mb-2 { color: #4d8076;}

.formations-hero h1{
  letter-spacing:-.02em;
  line-height:1.1;
}


/* bloc image droite */
.hero-media{
  border-radius: 10px;
  overflow: hidden;
  /*box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0,0,0,.06);*/
  background:#fff;
}
.hero-media img{
  width:100%;
  height: 590px;
  object-fit: cover;
  display:block;
}
@media (max-width: 991px){
  .hero-media img{ height: 500px; }
}


    .formations-card {
      border: 0;
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
      height: 100%;
    }

    .formations-card .card-header {
      background: #ffffff;
      border-bottom: 1px solid rgba(0,0,0,.06);
      padding: 1.25rem 1.25rem .75rem;
    }

    .formations-card .card-body {
      padding: 1.25rem;
    }

    .formation-tile {
      height: 100%;
      display: flex;
      flex-direction: column;
      background: #fff;
      border: 1px solid rgba(37,79,88,.18);
      border-radius: 16px;
      overflow: hidden;
    }
    .formation-tile-img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      display: block;
      border-radius: 10px;
    }
    .formation-tile-body {
      flex: 1;
      display: flex;
      flex-direction: column;
      padding: 1.5rem 0 0 0;
    }

    .formation-tile .bullet-list {
      font-size: .9rem;
      color: #51646c;
      margin-bottom: 1.2rem;
    }
    .formation-tile .bullet-list li {
      margin-bottom: .35rem;
    }
    .formation-tile .btn {
      margin-top: auto;
      align-self: flex-start;
    }
    .formation-tile .btn-primary {
      background-color: #254F58;
      border: none;
      color: #fff;
      padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
      font-size: var(--bs-btn-font-size);
      line-height: var(--bs-btn-line-height);
    }
    .formation-tile .btn-primary:hover,
    .formation-tile .btn-primary:focus {
      background-color: #085b56;
      color: #fff;
      border: none;
    }

    /* ===== NOUVELLE STRUCTURE "Formations proposées" ===== */
    .formations-list { margin-bottom: 5em; }
    .formations-list-intro h2 {
      font-family: "Bebas Neue", "Montserrat", Arial, sans-serif;
      color: #152a2f;
      font-size: 2rem;
      margin-bottom: .75rem;
    }

    .formation-tile {
      position: relative;
      height: 100%;
      background: #fff;
      border: 1px solid rgba(37,79,88,.18);
      border-radius: 16px;
      padding: 1.5rem 1.4rem;
      box-shadow: 0 8px 20px rgba(0,0,0,.05);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .formation-tile:hover {
      transform: translateY(-3px);
      box-shadow: 0 14px 28px rgba(0,0,0,.09);
      border-color: rgba(37,79,88,.35);
    }
    .formation-tile-arrow {
      position: absolute;
      top: 1.3rem;
      right: 1.4rem;
      color: #4d8076;
      font-size: 1rem;
    }
    .formation-tile-icon {
      color: #254f58;
      font-size: 1.6rem;
      margin-bottom: .9rem;
    }
    .formation-tile-title {
      font-family: "Montserrat", sans-serif;
      font-weight: 100;
      color: #254f58;
      font-size: 1.5rem;
      margin-bottom: .6rem;
      line-height: 1.2em;
    }
    .formation-tile-desc {
      color: #51646c;
      font-size: .92rem;
      margin-bottom: .9rem;
      font-weight: 600;
    }
    .formation-tile .bullet-list {
      font-size: .88rem;
      color: #51646c;
    }
    .formation-tile .bullet-list li {
      margin-bottom: .35rem;
    }

    .bullet-list {
      padding-left: 1.1rem;
      margin: 0;
    }

    .bullet-list li {
      margin-bottom: .45rem;
    }

    .quality-box {
      border-radius: 14px;
      background: rgba(77, 128, 118, 0.08);
      padding: 1.25rem;
      border: 1px solid rgba(77, 128, 118, 0.15);
    }

.qualiopi-badge{
  display:inline-flex;
  align-items:center;
  gap:.75rem;
  padding:.7rem 1rem;
  border-radius: 16px;
  background:#fff;
  border: 2px solid rgba(37,79,88,.18); /* plus visible */
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
}

.qualiopi-badge img{
  width: 140px;           /* + grand */
  height: 44px;           /* + grand */
  object-fit: contain;
  display:block;
}

@media (max-width: 576px){
  .qualiopi-badge img{
    width: 120px;
    height: 40px;
  }
}

    .section-title {
      margin-bottom: 1.25rem;
    }

.mistrully-cta {
  font-family: 'Mistrully';
  font-weight: 100;
  font-size: 1.5em;
  margin-left: 0.2em;
}

.cta-section{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}

.cta-section{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}

.cta-section::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(135deg, #152a2F, #2f4b46);
  z-index:-2;
}

.cta-section::after{
  content:"";
  position:absolute;
  inset:0;
  background: url('../public/images/papillon_fond_cta.png') no-repeat 85% 50%;
  background-size: 900px auto;
  opacity: .05;
  z-index:-1;
  pointer-events:none;
}

.cta-section .container{
  position: relative;
  z-index: 1;
}
.cta-section .social-icons{
  display: flex;
  justify-content: center;
  gap: 22px;
}

.cta-section .social-icons .icon-link{
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  transform-origin: center center;
  transition: transform .2s ease, opacity .2s ease;
}

.cta-section .social-icons .icon-link:hover{
  color: #fff;
  opacity: .85;
  transform: scale(1.2);
  text-decoration: none;
}



    .btn-outline-brand {
      color: #085b56;
      border-color: #085b56;
      background-color: transparent;
    }
    .btn-outline-brand:hover,
    .btn-outline-brand:focus {
      color: #fff;
      background-color: #085b56;
      border-color: #085b56;
    }
    .btn-outline-brand:focus-visible {
      outline: 3px solid rgba(37, 79, 88, 0.35);
      outline-offset: 2px;
    }

    #calendly-floating-button{
      position: fixed;
      bottom: 25px;
      right: 25px;
      background-color: #254f58;
      color: #fff;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      box-shadow: 0 4px 12px rgba(0,0,0,.2);
      cursor: pointer;
      z-index: 10000;
      transition: transform .2s ease, background-color .3s ease;
      will-change: transform;
    }
    #calendly-floating-button:hover{
      transform: scale(1.08);
    }
    #calendly-floating-button::after{
      content: "Prendre un RDV";
      position: absolute;
      bottom: 70px;
      left: 30%;
      transform: translateX(-50%);
      background-color: #4d8076;
      color: #fff;
      padding: 6px 10px;
      border-radius: 5px;
      font-size: 0.85rem;
      white-space: nowrap;
      opacity: 1 !important;
      visibility: visible !important;
      display: block !important;
      pointer-events: none;
      z-index: 10001;
      transition: transform .2s ease;
      transform-origin: bottom center;
    }
    #calendly-floating-button:hover::after{
      transform: translateX(-50%) scale(1.03);
    }

    .qualiopi-banner{
  display:flex;
  align-items:center;
  margin: 1.5em 1.5em 1.5em 1.5em;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff;
  border: 2px solid rgba(37,79,88,.18);
}

.qualiopi-banner img{
  width: 160px;
  height: 56px;
  object-fit: contain;
  display:block;
}

.qualiopi-title{
  font-weight: 800;
  color: #152a2f;
  line-height: 1.1;
}

.qualiopi-sub{
  color: #51646c;
  font-size: .95rem;
  margin-top: 2px;
}

@media (max-width: 576px){
  .qualiopi-banner{
    flex-direction: column;
    align-items: flex-start;
  }
  .qualiopi-banner img{
    width: 150px;
    height: 52px;
  }
}
@media (min-width: 992px){
  .custom-navbar{
    position: sticky;
    top: 0;
    z-index: 1100;
    background: rgba(21, 42, 47, .92); /* adapte à ta couleur */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}
/* ===== Typo charte : base Montserrat, titres Bebas Neue ===== */
html, body {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}

/* Tu as un override local en Segoe UI : on le neutralise */
.about-section {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}

/* Titres */
h1, h2, h3, h4, h5, h6,
.navbar .nav-link, .navbar-brand {
  font-family: "Bebas Neue", "Montserrat", Arial, sans-serif !important;
  letter-spacing: .02em;
}
/* ===== NAVBAR : toujours visible sur mobile (fix stacking contexts) ===== */

/* Desktop : sticky OK */
@media (min-width: 992px){
  nav.custom-navbar{
    position: sticky;
    top: 0;
    z-index: 999999;
  }
}

/* Mobile : fixed + au-dessus de tout */
@media (max-width: 991px){
  nav.custom-navbar{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;

    z-index: 2147483647 !important; /* max safe */
    background: rgba(21, 42, 47, .98) !important;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);

    transform: translateZ(0); /* aide iOS */
  }

  /* Décale le contenu sous la navbar */
  body{
    padding-top: 76px !important; /* ajuste si besoin */
  }

  /* Menu déroulant mobile : au-dessus + scrollable */
  nav.custom-navbar .navbar-collapse{
    background: rgba(21, 42, 47, .98) !important;
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 12px 16px;
  }
}

/* IMPORTANT : on évite que le hero “masque” la navbar sur certains mobiles */
.hero{
  z-index: 0; /* le hero reste derrière la navbar */
}
.formations-reassurance{
  background: #fff;
}

.reassurance-minimal{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  align-items: start;
}

.reassurance-minimal__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #51646c;
}

.reassurance-minimal__icon{
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 3px solid #9b9b9b;
  border-radius: 50%;
  background: transparent;
}

.reassurance-minimal__icon img{
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
  opacity: .7;
  filter: grayscale(100%);
}

.reassurance-minimal__icon span{
  font-size: 38px;
  line-height: 1;
  color: #8d8d8d;
}

.reassurance-minimal__title{
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #6f6f6f;
  line-height: 1.2;
  margin-bottom: 10px;
  max-width: 220px;
}

.reassurance-minimal__desc{
  font-size: .96rem;
  color: #7f7f7f;
  line-height: 1.35;
  max-width: 240px;
}

@media (max-width: 991px){
  .reassurance-minimal{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .reassurance-minimal__title,
  .reassurance-minimal__desc{
    max-width: 320px;
  }
}


  /* FIN CLASSES FORMATION */

  

  /* NAVIGATION */
  @media (max-width: 991.98px) {
  .dropdown-menu-custom {
    display: none !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    background: rgba(255,255,255,.05);
    padding-left: 1rem;
  }
  .dropdown-hover.is-open .dropdown-menu-custom {
    display: block !important;
  }
  .dropdown-hover.is-open .dropdown-toggle-custom::after {
    transform: rotate(-135deg) translateY(2px);
  }
}
  /* FIN NAVIGATION */

  /* CARTES FORMATION */
.mb-4 strong {
  color: #254f58;
}

.m-1 {
  color: #6f6f6f;
  margin: 1em 0 2em 0 !important;
  font-style: italic;
}

.formation-toggle .text-less { display: none; }
.formation-toggle.collapsed .text-more { display: inline; }
.formation-toggle.collapsed .text-less { display: none; }
.formation-toggle:not(.collapsed) .text-more { display: none; }
.formation-toggle:not(.collapsed) .text-less { display: inline; }

.formation-desc {
  position: relative;
  max-height: 6.5em; /* ~3 lignes visibles, ajustez si besoin */
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.formation-desc::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.4em;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.formation-desc.expanded {
  max-height: 1000px; /* large valeur pour laisser passer tout le texte */
}

.formation-desc.expanded::after {
  opacity: 0;
}

.btn-toggle-desc {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 0;
  border: none;
  background: transparent;
  color: #c2c2c2;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s ease;
}

.btn-toggle-desc:hover {
  color: #4d8076;
}


.btn-toggle-desc .chevron {
  transition: transform 0.3s ease;
}

.btn-toggle-desc.expanded .chevron {
  transform: rotate(180deg);
}

.lead-mb-3-strong {
  color: #085b56;
  font-weight: 600;
}

.lead strong {
  color: #2f4b46;
  font-weight: 600;
}

.mb-3 {
  color: #51646c;
}

  /* FIN CARTES FORMATION */




/* Papillon flottant à côté de chaque carte dans la page comment je vous accompagne*/
  .accomp-step {
    position: relative;
  }

  .accomp-step-butterfly {
    position: absolute;
    top: 10%;
    width: 60px;
    z-index: 2;
    pointer-events: none;
  }

  .accomp-step-butterfly img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Étapes "normales" (texte à droite) : papillon reste à l'extérieur, à droite du titre */
  .accomp-step:not(.is-right) .accomp-step-butterfly {
    right: -30px;
    animation: butterfly-float 3.5s ease-in-out infinite;
  }

  /* Étapes "is-right" (texte à gauche, maintenant aligné à gauche) :
     le papillon se déplace vers l'intérieur, à droite du titre, proche du dot central */
  .accomp-step.is-right .accomp-step-butterfly {
    left: calc(50% - 90px);
    animation: butterfly-float 3.5s ease-in-out infinite;
  }

  /* Léger décalage d'animation entre chaque papillon pour un effet naturel */
  .accomp-butterfly-1 { animation-delay: 0s; }
  .accomp-butterfly-2 { animation-delay: 0.6s; }
  .accomp-butterfly-3 { animation-delay: 1.2s; }
  .accomp-butterfly-4 { animation-delay: 1.8s; }
  .accomp-butterfly-5 { animation-delay: 2.4s; }
  .accomp-butterfly-6 { animation-delay: 3s; }
  .accomp-butterfly-7 { animation-delay: 3.6s; }
  .accomp-butterfly-8 { animation-delay: 4.2s; }
  .accomp-butterfly-9 { animation-delay: 4.8s; }

  @keyframes butterfly-float {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-12px);
    }
  }

  @media (max-width: 768px) {
    .accomp-step-butterfly {
      width: 40px;
      top: -10px;
    }

    .accomp-step:not(.is-right) .accomp-step-butterfly,
    .accomp-step.is-right .accomp-step-butterfly {
      left: auto;
      right: 10px;
    }
  }
      /* FIN Papillon flottant à côté de chaque carte dans la page comment je vous accompagne*/



      /* ===== Papillons flottants autour du carrousel témoignages page réalisation ===== */
.testimonials-butterfly {
  position: absolute;
  width: clamp(50px, 6vw, 85px);
  pointer-events: none;
  z-index: 5;
  opacity: .95;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.12));
  animation: butterfly-float 6s ease-in-out infinite; /* réutilise l'animation existante */
}

.testimonials-butterfly-left {
  top: -55px;
  left: -10px;
  transform: rotate(-12deg);
  animation-delay: 0s; /* même logique de décalage que .accomp-butterfly-1..5 */
}

.testimonials-butterfly-right {
  bottom: -55px;
  right: -5px;
  transform: rotate(10deg);
  animation-delay: 0.6s;
}

@media (max-width: 768px) {
  .testimonials-butterfly {
    width: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonials-butterfly { animation: none; }
}
      /* ===== FIN Papillons flottants autour du carrousel témoignages page réalisation ===== */

.cta-section .btn-cta {
  margin-top: 1.5em;
  display: inline-block;
}






/* ===== Bandeau Actualités dans la page réalisation ===== */
.news-band{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  padding: 25px;
  background: linear-gradient(135deg, #254f58, #152a2f);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
  color: #fff;
  margin-bottom: 7em;
}

.news-band::after{
  content: "";
  position: absolute;
  inset: 0;
  background: url('../public/images/papillon_fond_cta.png') no-repeat 88% 50%;
  background-size: 180px auto;
  opacity: .15;
  z-index: 0;
  pointer-events: none;
}

.news-band-inner{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

@media (max-width: 991px){
  .news-band{margin: 0 2em 10em 2em;}
}

.news-band-text strong{
  display:block;
  font-weight: 100;
  line-height: 1.15;
  font-size: 1em;
}



.news-band-text span{
  display:block;
  opacity: .9;
  max-width: 70ch;
}

.btn-news{
  border-radius: 14px;
  padding: .85rem 1.1rem;
  font-weight: 800;
  white-space: nowrap;
  color: #4d8076;
  border-radius: 10px;
}

@media (max-width: 767px){
  .news-band-inner{
    flex-direction: column;
    align-items: flex-start;  
  }
  .btn-news{ width: 100%; text-align: center; }
  .news-band::after{
    background-size: 120px auto;
  }
}
@media (min-width: 992px){
  .custom-navbar{
    position: sticky;
    top: 0;
    z-index: 1100;
    background: rgba(21, 42, 47, .92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}
/* ===== FIN Bandeau Actualités dans la page réalisation ===== */



/* ===== CTA en forme de bandeau page comment je vous accompagne ===== */
.cta-band {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  max-width: 1200px;
  margin: 0 auto 5em;
  border-radius: 18px;
  padding: 20px 35px;
  background: linear-gradient(135deg, #254f58, #152a2f);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
  color: #fff;
}

.cta-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../public/images/papillon_fond_cta.png') no-repeat 92% 50%;
  background-size: 140px auto;
  opacity: .15;
  z-index: 0;
  pointer-events: none;
}

.cta-band .container {
  position: relative;
  z-index: 1;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.cta-band .cta-text {
  text-align: left;
}

.cta-band h2 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: .25rem;
}

.cta-band p {
  color: #fff;
  margin-bottom: 0;
  opacity: .9;
  font-size: 1rem;
}

.cta-band .cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .cta-band {
    margin: 0 2em 5em 2em;
  }
}

@media (max-width: 767px) {
  .cta-band .container {
    justify-content: center;
    text-align: center;
  }
  .cta-band .cta-text {
    text-align: center;
  }
  .cta-band::after {
    background-size: 100px auto;
  }

}




/* ===== Bloc "Des prestations complètes" : section propre + capacités interactives ===== */
.capabilities-section{
  background: #f8f8f8;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.capabilities-intro{
  max-width: 760px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.capabilities-intro h3{
  margin-bottom: .75rem;
}

.capabilities-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
}

@media (max-width: 991px){
  .capabilities-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px){
  .capabilities-grid{ grid-template-columns: 1fr; }
}

.capability-card{
  color: #d9fff4;
  position: relative;
  background: linear-gradient(135deg, #1c4149, #1c4149);
  border-radius: 16px;
  padding: 1.6rem 1.3rem;
  border: 1px solid rgba(21,42,47,.08);
  overflow: hidden;
  cursor: default;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .35s ease;
}

.capability-card::before{
  color: #fff;
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1c4149, #254f58);
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 0;
}

.capability-card:hover,
.capability-card:focus-within{
  transform: translateY(-8px) rotate(-.6deg);
  box-shadow: 0 20px 34px rgba(21,42,47,.18);
  border-color: transparent;
}

.capability-card:hover::before,
.capability-card:focus-within::before{
  opacity: 1;
}

.capability-icon{
  font-size: 1.9rem;
  display: inline-block;
  margin-bottom: .75rem;
  position: relative;
  z-index: 1;
  transition: transform .4s ease;
}

.capability-card:hover .capability-icon{
  transform: scale(1.15) rotate(8deg);
}

.capability-title{
  position: relative;
  z-index: 1;
  font-family: "Bebas Neue", "Montserrat", Arial, sans-serif;
  font-size: 1.3rem;
  letter-spacing: .02em;
  color: #fff;
  margin-bottom: .5rem;
  transition: color .35s ease;
}

.capability-text{
  position: relative;
  z-index: 1;
  font-size: .92rem;
  color: #fff;
  line-height: 1.45;
  transition: color .35s ease;
}

.capability-card:hover .capability-title,
.capability-card:hover .capability-text{
  color: #fff;
}

.capabilities-cta{
  text-align: center;
  margin-top: 2.5rem;
}
/* ===== FIN Bloc "Des prestations complètes" : section propre + capacités interactives ===== */



/* ===== Newsletter Banner — plus visible, fond coloré, papillon en incrustation ===== */
.newsletter-banner-wrap{
  padding: 60px 0;
  background: #4d8076;
  position: relative;
  overflow: hidden;
}

.nb-bfly{
  position: absolute;
  width: 190px;
  opacity: .35;
  pointer-events: none;
  z-index: 0;
  filter: drop-shadow(0 12px 20px rgba(0,0,0,.18));
  animation: bfly-float 6s ease-in-out infinite;
}

.nb-bfly-1{
  top: -30px;
  right: 4%;
  transform: rotate(8deg);
}

.nb-bfly-2{
  bottom: -40px;
  left: 2%;
  width: 130px;
  opacity: .28;
  transform: rotate(-14deg);
  animation-delay: 2s;
}

@media (max-width: 768px){
  .nb-bfly{ opacity: .22; }
  .nb-bfly-1{ width: 120px; top: -20px; right: -10px; }
  .nb-bfly-2{ width: 90px; bottom: -20px; left: -10px; }
}

@media (prefers-reduced-motion: reduce){
  .nb-bfly{ animation: none; }
}

.newsletter-banner{
  position: relative;
  z-index: 1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 24px;

  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.nb-left{
  display:flex;
  align-items:center;
  gap: 18px;
  flex: 1 1 auto;
}

.nb-icon-emoji{
  font-size: 52px;
  line-height: 1;
}

.nb-icon-img{
  width: 100px;
  height: 100px;
  object-fit: contain;
  display:block;
}

.nb-text{
  color:#fff;
  line-height:1.20;
  font-size: 1.9rem;
  font-weight: 400;
}

.nb-highlight {
  font-weight: 700;
  color: #152a2f;
}


@media (max-width: 768px){
  .nb-text{ font-size: 1.4rem; }
}

.nb-right{
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}

.nb-btn{
  white-space: nowrap;
}

.newsletter-banner-wrap .btn-primary{
  background: #fff !important;
  border-color: #fff !important;
  color: #254f58 !important;
  font-weight: 700;
  padding: .8rem 1.75rem;
  font-size: 1.05rem;
}
.newsletter-banner-wrap .btn-primary:hover,
.newsletter-banner-wrap .btn-primary:focus{
  background: #eef4f2 !important;
  border-color: #eef4f2 !important;
}

.newsletter-banner .nb-input{
  min-width: 260px;
  border: none;
  padding: .8rem 1rem;
}

@media (max-width: 991px){
  .newsletter-banner-wrap{
    padding: 32px 0;
  }
  .newsletter-banner{
    flex-direction:column;
    align-items:flex-start;
  }
  .nb-right{
    width:100%;
  }
  .nb-btn{
    width:100%;
  }
}
.newsletter-banner .nb-form{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:flex-end;
}
@media (max-width: 991px){
  .newsletter-banner .nb-form{ flex-direction:column; align-items:stretch; }
  .newsletter-banner .nb-input{ width:100%; min-width:0; }
}