.highlight { border: 2px solid red; background-color: #ffe6e6; }
    .error-message { color: red; font-weight: bold; }
    .simulator-feature-cards {
      display: grid;
      gap: 20px;
      grid-template-columns: 1fr;
      margin: 24px 0 48px;
    }
    .simulator-feature-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
      overflow: hidden;
      min-height: 100px;
      border: solid 1px orange;
    }
    .simulator-feature-card-title {
      background: #f29930;
      color: #fff;
      font-weight: 500;
      font-size: 1.8rem;
      line-height: 1.2;
      padding: 10px 14px;
      margin: 0;
      text-align: center;
    }
    .simulator-feature-card-body {
      padding: 14px 28px;
      text-align: center;
    }
    .simulator-feature-card-price {
      font-weight: 500;
      font-size: 1.2rem;
    }
    .simulator-feature-card-description {
     font-family: var(--bs-body-font-family);
      margin-top: 8px;
      font-size: 14px;
      line-height: 1.35;
      font-weight: 100;
      text-align: left;
    }
    @media (min-width: 768px) {
      .simulator-feature-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    @media (min-width: 1200px) {
      .simulator-feature-cards {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
    }
    /*===Menu===*/
    .words-slider .words{
        font-weight: 700;
        font-size: 2.4rem;
    }
    .col-12 p {
        margin-top: 60px;
    }
.title-tarifs {
    font-size: 1.6rem;
    text-align:center; 
    font-weight: 700; 
    color: #035aa6;
    margin-top: 0;
}
    /*-------------*/
/* Container du menu déroulant pour les pages internes */
.alpi-has-children-inner {
    position: relative;
    display: inline-block;
}

/* On réutilise la classe alpi-dropdown avec quelques ajustements */
.alpi-has-children-inner .alpi-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffc685;
    min-width: 180px;
    list-style: none;
    padding: 10px 0;
    margin: 10px 0 0 0; /* Un petit espace avec le haut */
    box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
    display: none; 
    z-index: 9999;
    border-top: #f29930 solid 3px;
    border-radius: 4px;
    z-index: 9999;
}

/* Affichage au survol */
.alpi-has-children-inner:hover .alpi-dropdown {
    display: block;
}

/* Style des liens dans le carré blanc */
.alpi-has-children-inner .alpi-dropdown li {
    display: block;
    width: 100%;
}

.alpi-has-children-inner .alpi-dropdown a {
    display: block;
    padding: 10px 20px;
    color: #333 !important;
    text-decoration: none !important;
    font-size: 0.95rem;
    text-align: left;
    transition: background 0.2s;
}

.alpi-has-children-inner .alpi-dropdown a:hover {
    background-color: #f8f8f8;
    color: #f29930 !important;
}

/* Petit triangle au dessus du menu (optionnel mais joli) */
.alpi-has-children-inner .alpi-dropdown::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #f29930 transparent;
}
.alpi-has-children-inner::after {
    content: "";
    position: absolute;
    top: 100%; /* Part du bas du lien */
    left: 0;
    width: 100%;
    height: 20px; /* Ajustez cette hauteur selon l'espace vide que vous avez */
    display: block;
    z-index: 1; /* Pour être sûr qu'il soit sous le menu mais capte le survol */
}
/*--------------------*/
.text-orange {
    color: #f29930;
}

.btn-orange {
    background-color: #f29930;
    border-color: #f29930;
}

.btn-outline-orange {
    color: #f29930;
    border-color: #f29930;
}

.btn-outline-orange:hover {
    background-color: #f29930;
    color: white;
}

.service-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-hover:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}

.border-orange-top {
    border-top: 5px solid #f29930 !important;
}

.icon-box {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container h1{
    color: white;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 700;
}

/*--------------------*/
.text-center h2 {
    font-size: 5vw;
    margin-bottom: 0px;
}
.landing {
    margin-bottom: 0px;

}
@media (min-width: 992px) {
  .landing {
    margin: 0px;
  }
}

    /*===Footer===*/


.footeur{
  padding-bottom: 10px;
  text-align: left;
  padding-left:10%;
  padding-top: 40px;
  overflow: hidden;
}

/* Container principal du footer */
.footeur {
    width: 100%;
    background-color: #f29930; /* Votre couleur de fond */
    color: #ffffff;
    padding: 40px 20px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}

.footer-brand-strong {
    font-size: 1.4rem !important;
    letter-spacing: normal;
}

.footer-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 80px;
}

/* Chaque bloc du footer */
.footer-grid > div, 
.footer-grid > nav {
    flex: 1;
    min-width: 200px; /* Force l'empilement sur mobile */
}

/* Style des titres dans le footer */
.Colone1 strong, .footer-nav-title {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #035aa6;
}

/* Style des listes de navigation */
.footer-nav ul {
    list-style: none;
    padding: 0;
    margin:0;  
}

.footer-nav li {
    padding-top: 10px;
    
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #035aa6;
}

/* Bloc contact */
.footer-contact div {
    padding-top:  10px;
    
}
/* État normal du numéro de téléphone */
.footer-link {
    color: #ffffff;
    text-decoration: none;
    display: inline-block; /* Indispensable pour que le grossissement fonctionne */
    transition: transform 0.3s ease, color 0.3s ease; /* Fluidité pour les deux effets */
}

/* État au survol (:hover) */
.footer-link:hover {
    color: #035aa6; /* Votre orange Alpidev */
    transform: scale(1.10); /* Grossit de 5% */
    text-decoration: none; /* Évite de souligner pour garder un aspect épuré */
}
/*-----*/
/* État normal du numéro de téléphone */
.fa-phone {
    color: #ffffff;
    text-decoration: none;
    display: inline-block; /* Indispensable pour que le grossissement fonctionne */
    transition: transform 0.3s ease, color 0.3s ease; /* Fluidité pour les deux effets */
}

/* État au survol (:hover) */
.fa-phone:hover {
    color: #035aa6; /* Votre orange Alpidev */
    transform: scale(1.10); /* Grossit de 5% */
    text-decoration: none; /* Évite de souligner pour garder un aspect épuré */
}
/* Réseaux Sociaux */
.Facebook a {
    transition: transform 0.3s ease;
    display: inline-block;
    margin-top: 20px;
    color:#035aa6;
    text-decoration:none;
}
.Facebook a.social-facebook {
    font-size: 2.4rem;
}

.Facebook a.social-instagram {
    font-size: 2.4rem;
}
.Facebook a:hover {
    transform: translateY(-5px);
}

/* Barre des mentions légales */
.conditions {
    text-align: center;
    border-top: 1px solid #333;
    padding: 20px;
    font-size: 1rem;
    background-color: #1a1a1a;
}

.conditions a {
    color: #f29930;
    text-decoration: none;
}
.conditions p{
  color: #b6b6b6;
}
/*--------------------*/
.text-center h2 {
    font-size: 5vw;
    margin-bottom: 0px;
}
.landing {
    margin-bottom: 0px;

}
@media (min-width: 992px) {
  .landing {
    margin: 0px;
  }
}