html body{
    margin: 0;
    padding: 0;
    border: 0;
    background-color:#000 ;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
/* Responsive design adjustments for smaller screens */

/* For tablets and smaller screens */
@media (max-width: 768px) {
  body {
      font-size: 14px;
      padding: 10px;
  }
  header h2 {
      font-size: 1.8em;
  }
  nav ul {
      flex-direction: column;
      align-items: flex-start;
      padding: 10px;
  }
  nav a {
      font-size: 1.2em;
      padding: 10px;
  }
  section {
      padding: 15px;
      margin: 15px auto;
  }
  footer {
      padding: 15px;
  }
}

/* For smartphones and very small screens */
@media (max-width: 480px) {
  header h2 {
      font-size: 1.5em;
  }
  nav a {
      font-size: 1em;
      padding: 8px;
  }
  section {
      padding: 10px;
      margin: 10px auto;
  }
  footer {
      padding: 10px;
  }
}

/*.container h1{
    color: white;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
}


/*-------------*/
/* 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: 2rem;
    text-align: center;
}
/*--------------------*/
.text-center h2 {
    font-size: 5vw;
    margin-bottom: 0px;
}
.landing {
    margin-bottom: 0px;

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

.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;
  }
}

