











body{
    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size:14px;
    background: #ffffff;
   	margin:0;
   	padding:0;
   	box-sizing:border-box;
	text-decoration: none;
	list-style: none;

}


h2 {
	font-size:2.6em;
	font-weight: bold;
	color:#297C31;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
}

h3 {
	font-size:1.8em;
	font-weight: bold;
	color:#297C31;
	text-align: center;
	padding-top:10px;
}


h4{
	font-size:1.2em;
	color:#990101;
	text-align: center;
}



p{
	color:#070625;
    font-size: 1.2em;
}


@media(max-width:810px){
	.row {
		width: 100%;

	}

}





.btn {
    border-color: #297C31;
    padding:10px;
    padding-left: 10px;
    scroll-padding-right: 10px;
    text-align: center;
    color:  #297C31;
    font-weight: bold;
    background-color: #f5f5f5;
       
}


.btn:hover{
    color: white;
	border-color: #ffffff;
	background-color: #004d40;
}


/*** Navbar Start ***/
.nav-bar {
    background: #297c29;
}

.sticky-top {
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 15px;
    padding: 15px;
    letter-spacing: 1px;
    color: #f5f5f5;
    font-size: 14px;
    font-weight: bolder;
    outline: none;
    transition: .5s;
    font-size: 1.1em;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: #f5f5f5;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #f5f5f5;
	font-size: 1.2em;

}

.logo {
    display: inline-block; /* Empêche le logo de prendre toute la largeur */
    width: 200px; /* Taille du logo */
    height: auto; /* Ajuste automatiquement la hauteur */
    position: relative; /* Empêche le déplacement involontaire */
    margin: 0 auto; /* Centre le logo si besoin */
}

.logo img {
    width: 100%; /* Assure une bonne adaptation */
    height: auto;
    object-fit: contain; /* Évite toute distorsion */
}

.navbar-light .navbar-nav .nav-link.active {
    color: #f5f5f5; /* Couleur du texte */
}

.navbar-light .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px; /* Place le trait sous le texte */
    width: 100%;
    height: 3px; /* Épaisseur du trait */
    background-color: #ffffff; /* Couleur du trait */
    border:0px;
}

.navbar-light .navbar-nav .nav-link.active:hover::after {
    width: 100%;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 4px !important;
    background: #f5f5f5;
    transition: .5s;
    opacity: 1;
	font-size:1.0em;
}



.navbar .nav-item:hover .dropdown-menu  a:hover{ 
	color: #043c04;
	font-size: 1.4em;
}



.bouton-head{
    text-align: center;
    gap: 10px;
    margin-left: 40px;
    padding-top: 10px;

}


.search-input {
    width: 250px;
    padding: 10px;
    border: 2px solid #297C31;
    border-radius: 20px;
    font-size: 1em;
    outline: none;
}


.fa-search {
    cursor: pointer;
    font-size: 22px;
    color: #f5f5f5;
    padding-left: 15px;
    padding-top: 20px;
    
}

.fa-search:hover {
    color: #f5f5f5;
    font-size: 1.5em;
    color:#f5f5f5;
	margin-left: 10px;
	font-size: 25px;
}


@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: .5s;
    opacity: 0;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        color:#f5f5f5;
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}


/*** Navbar End */




/* Qui sommes-nous */
.qui_sommes_nous .nous-left h2 {
    text-align: left;
    font-size: 2.6em;
    font-weight: bold;
    color: #297C31;
    padding: 10px 0;
}

.qui_sommes_nous .nous-left p {
    margin-bottom: 10px;
    text-align: justify;
    line-height: 1.5; /* Améliore la lisibilité */
}

/* Début about */
.about {
    position: relative;
    width: 100%;
}

/* Onglets de navigation */
.about .about-tab .nav.nav-pills .nav-link {
    padding: 10px;
    font-weight: 600;
    background: none;
    border-radius: 5px; /* Ajoute un effet arrondi */
    border-bottom: 2px solid rgba(0, 0, 0, .15);
    transition: 0.3s ease-in-out;
    color: #71ae77;
    font-size: 1.4em;
}

/* Effets au survol et actif */
.about .about-tab .nav.nav-pills .nav-link:hover,
.about .about-tab .nav.nav-pills .nav-link.active {
    color: #297C31;
    font-size: 1.6em;
    font-weight: bold;
    padding-bottom: 7px;
    border-bottom: 3px solid #297C31;
    transform: scale(1.05); /* Effet subtil d'agrandissement */
}

/* Contenu des onglets */
.about .about-tab .tab-content p {
    background: transparent;
    text-align: justify;
    margin-bottom: 10px;
    font-size: 1.0em;
    padding: 15px;
}

/* Design du contenu des onglets */
.tab-content {
    background: linear-gradient(to right, #EAF9E4, #D0F1CB); /* Dégradé léger */
    border: 2px solid #297C31; /* Bordure verte élégante */
    border-radius: 15px; /* Coins arrondis */
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombre douce */
    transition: 0.3s ease-in-out;
}

/* Effet au survol */
.tab-content:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Design du texte dans les onglets */
.tab-content p {
    font-size: 1.2em;
    text-align: justify;
}

/* Animation douce */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ajout de l’animation lors du changement d’onglet */
.tab-pane {
    animation: fadeIn 0.5s ease-in-out;
}





/* Adaptation pour petits écrans */
@media (max-width: 768px) {
    .qui_sommes_nous .nous-left h2 {
        font-size: 2.2em;
        text-align: center;
    }

    .qui_sommes_nous .nous-left p {
        font-size: 1.1em;
        text-align: center;
    }

    .about .about-tab .nav.nav-pills .nav-link {
        font-size: 1.2em;
        padding: 8px;
    }

    .about .about-tab .nav.nav-pills .nav-link:hover,
    .about .about-tab .nav.nav-pills .nav-link.active {
        font-size: 1.3em;
    }

    .about .about-tab .tab-content {
        font-size: 0.9em;
        padding: 10px;
    }
}

/* Adaptation pour très grands écrans */
@media (min-width: 1440px) {
    .qui_sommes_nous .nous-left h2 {
        font-size: 3em;
    }

    .about .about-tab .nav.nav-pills .nav-link {
        font-size: 1.6em;
    }
}











/* 0000000000000000000000000000 */
/* Nos domaines d'intervention */
/* Conteneur principal */
.domaines-d-intervention {
    width: 100%;
    padding: 40px;
}

/* Titre centré */
.titre-domaines {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 10px;

}

.titre-domaines h2 {
    font-size: 2.5em;
    font-weight: bold;
    color: #297C31;
}

.titre-domaines p {
    font-size: 1.2em;
    color: #015c99;
    font-weight: bold;
}

/* Icônes */
.material-icons {
    font-size: 4.8em;
    color: #297C31;
}

/* Cartes de domaines */
.domaines {
    display: flex;
    justify-content: center;
}

.domaines-description {
    width: 100%;
    max-width: 350px;
	height:200px;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    background: rgba(163, 226, 172, 0.4);
    box-shadow: 0 0 5px rgba(1, 1, 1, 0.3);
    transition: 0.3s ease-in-out;
}

.domaines-description h3 {
    color: #297C31;
    font-size: 1.5em;
}

/* Effet au survol */
.domaines-description:hover {
    background: #f5f5f5;
    transform: scale(1.05);
}

/* Responsivité */
@media (max-width: 768px) {
    .titre-domaines h2 {
        font-size: 2em;
    }

    .titre-domaines p {
        font-size: 1em;
    }

    .domaines-description {
        max-width: 100%;
        padding: 15px;
    }

    .material-icons {
        font-size: 3em;
    }
}

/* FIn Nos domaines d'interventions */
/* 00000000000000000000000000000 */






/* Section Zone d'Intervention */
.zone-intervention {
    width: 100%;
    padding: 20px 20px;
    background: #F8F9FA;
}

/* Titre au centre */
.zone-intervention h2 {
    font-size: 2.8em;
    color: #297C31;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

/* Contenu */
.zone-content {
    text-align: left;
}

/* Texte */
.zone-content p {
    font-size: 1.2em;
    color: #495057;
    margin-bottom: 15px;
    text-align: justify;

}

/* Image qui occupe 6 colonnes et remplit sa partie */
.zone-image {
    width: 100%;
    min-height: auto;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
        text-align: center;
    }

    .zone-content {
        text-align: center;
    }
}














/* Section Nos Valeurs */
.nos-valeurs {
    width: 100%;
    padding: 60px 20px;
    background: linear-gradient(to right, #EAF9E4, #f2f8f1);
    text-align: center;
}

/* Titre */
.titre-valeurs h2 {
    font-size: 2.8em;
    font-weight: bold;
    color: #297C31;
    margin-bottom: 15px;
}

.titre-valeurs p {
    font-size: 1.3em;
    color: #015c99;
    font-weight: bold;
}

/* Cartes de valeurs */
.valeur-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Icônes */
.valeur-card .material-icons {
    font-size: 4em;
    color: #297C31;
    transition: 0.3s ease-in-out;
}

/* Effet au survol */
.valeur-card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.valeur-card:hover .material-icons {
    transform: scale(1.1);
}

/* Titres des valeurs */
.valeur-card h3 {
    color: #297C31;
    font-size: 1.6em;
    margin-top: 10px;
}

/* Responsivité */
@media (max-width: 768px) {
    .titre-valeurs h2 {
        font-size: 2.5em;
    }

    .valeur-card {
        padding: 25px;
    }

    .material-icons {
        font-size: 3.5em;
    }
}

@media (max-width: 480px) {
    .titre-valeurs h2 {
        font-size: 2.2em;
    }

    .valeur-card {
        padding: 20px;
    }

    .material-icons {
        font-size: 3em;
    }
}
















/* Approches */
.approach-section {
  background-color: #f8f9fa;
  padding: 20px 0;

}

.section-title {
  color: #212529;
  font-weight: 700;
  font-size: 2.8rem;
}

.section-subtitle {
  color: #495057;
  font-size: 1.25rem;
  max-width: 750px;
  margin: 0 auto;
}

.approach-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 25px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease;
  height: 100%;
}

.approach-card:hover {
  transform: translateY(-6px);
}

.approach-icon i {
  display: inline-block;
  margin-bottom: 10px;
}











    




/* Section Notre Équipe */
.notre-equipe {
    width: 100%;
    padding: 15px 20px;
    background-color: #FFFFFF;
    text-align: center;
   
}

/* Titre */
.titre-equipe h2 {
    font-size: 3em;
    font-weight: 700;
    color: #14532d;
    margin-bottom: 10px;
}

.titre-equipe p {
    font-size: 1.2em;
    color: #065f46;
    margin-bottom: 50px;
}

/* Carousel container */
.carousel {
    max-width: 700px;
    margin: auto;
}

/* Cartes de l'équipe */
.team-card {
    /* background: #d5eefa; */
    border-radius: 20px;
    padding: 20px 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.8s ease;
    text-align: center;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

/* Image profil */
.team-img {
    width: 100%;
    height: auto;
    border-radius: 50px;
    
}

/* Nom et rôle */
.team-card h3 {
    margin-top: 10px;
    font-size: 1.4em;
    color: #297c31;
}

.team-card p {
    font-size: 1.2em;
    color: #022231;
    margin: 5px 0 0;
    font-size: 1.2em;

}

/* Animation d’apparition */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.carousel-item {
    animation: fadeIn 0.80s ease-in-out;
}

/* Flèches */
.carousel-control-prev, .carousel-control-next {
    filter: invert(1);
    opacity: 0.8;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 100% 100%;
}

/* Responsive */
@media (max-width: 576px) {
    .titre-equipe h2 {
        font-size: 2.2em;
        

    }

    .team-card {
        padding: 20px 10px;
    }

   
    .team-card h3 {
        font-size: 1.2em;
    }
}

/* Icônes de contact */
.team-links {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.team-links a {
    color: #015f99;;
    font-size: 1.5em;
    transition: color 0.3s, transform 0.3s;
}

.team-links a:hover {
    color: #065f46;
    transform: scale(1.2);
}






/* Section Témoignages */
.section-padding{
     padding: 20px 0; /* Plus d'espace pour cette section importante */
        }
.testimonial-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: center;


        }
        .testimonial-img {
            width: 100px;
            height: auto;
            border-radius: 50%;
            object-fit: cover;
         
        }
        .testimonial-text {
            font-size: 1.1rem;
            color: #555;
            line-height: 1.7;
            margin-bottom: 20px;
            font-style: italic;
        }

     
        .testimonial-author {
            font-weight: bold;
            color: #333;
            font-size: 1.05rem;
            margin-bottom: 5px;
        }
        .testimonial-role {
            font-size: 0.9rem;
            color: #777;
        }

        /* Styles spécifiques au carrousel */
        #testimonialCarousel .carousel-item {
            padding: 0 15%; /* Réduit la largeur des éléments pour un meilleur centrage sur les grands écrans */
        }

        /* Centrer les indicateurs */
        #testimonialCarousel .carousel-indicators {
            bottom: -50px; /* Place les indicateurs sous le carrousel */
            margin-bottom: 0;
        }
        #testimonialCarousel .carousel-indicators [data-bs-target] {
            background-color: #ff5e00;
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }

        /* Styles pour les flèches de navigation */
        #testimonialCarousel .carousel-control-prev-icon,
        #testimonialCarousel .carousel-control-next-icon {
            background-color: #007bff;
            border-radius: 40%;
            padding: 15px;
            width: 40px; /* Taille des icônes de navigation */
            height: 40px;
        }
        #testimonialCarousel .carousel-control-prev,
        #testimonialCarousel .carousel-control-next {
            width: 5%; /* Réduit la zone cliquable des flèches */
            opacity: 0.8;
        }
        #testimonialCarousel .carousel-control-prev:hover,
        #testimonialCarousel .carousel-control-next:hover {
            opacity: 1;
        }

        @media (max-width: 768px) {
            #testimonialCarousel .carousel-item {
                padding: 0 5%; /* Moins de marge sur mobile */
            }

        }











/* Section Partenaires */
.partenaires {
    width: 100%;
    padding: 10px 15px;
    background-color: #f9fafb;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 60px;
}

.titre-partenaires h2 {
    font-size: 2.8em;
    font-weight: 700;
    color: #14532d;
    margin-bottom: 0px;
}






/* 000000000000000000000000000000 */
/* Style pour la section des partenaires */

/* Conteneur des logos */
.conteneur-de-logo {
    width: 100%; /* Largeur ajustée pour mieux s'intégrer */
    justify-content: center; /* Centre les logos */
	animation: defilement 50s linear infinite; /* Animation de défilement */
	display: inline-block; 
	white-space:nowrap;
    margin-top: 0px;
}

/* Style des logos */
.logo-partenaire {
	width: 100px; /*taille du logo*/
	margin-right: 20px; /*espacement entre les logos*/
	

}



/* Conteneur du carrousel */
.owl-carousel {
    display: flex;
    overflow: hidden;
    white-space: nowrap; /* Empêche le retour à la ligne */
}

/* Images défilantes */
.owl-carousel img {
    width: auto; /* Taille ajustable */
    max-height: 80px; /* Réduction de la hauteur */
    object-fit: contain;
    animation: defilement 2s linear infinite; /* Animation continue */
}

/* Animation du défilement */
@keyframes defilement {
    25% { transform: translateX(-100%); }

}




/* 0000000000 */
/* footer top */

.footer .row {
	display:flex;


}
.footer	h1 {
	color:#f5f5f5;
	font-weight: bold;
 }


.footer .row .col {
	width: 25%;
	margin-right:2px;


}



.footer-top {
    background-image: url('img/footer-long.jpg');
	background-size: cover;
	background-repeat:	no-repeat;
	background-attachment: fixed;
    color: #f5f5f5;
    text-align: justify;

}



.footer h3 {
	color: #FFFFFF;
	font-weight: bold;
	text-align:left;

}

.footer p {
	color: #f5f5f5;

}


.footer-top a {
    color: #f5f5f5;
    text-decoration: none; /* Supprime le soulignement des liens */
    font-weight: bold;
    font-size: 1.0em;
   
}





.col .adresses {
	white-space: nowrap;
	width:100%;
	position: relative;

}



.footer ul {
    list-style: none; /* Supprime les puces */
    padding: 0; /* Évite un espace interne inutile */
    margin: 0; /* Supprime tout décalage */
    font-size: 1.2em;
     list-style: none;
}


.col .acces-rapide {
	white-space: nowrap;
	width:100%;
	position: relative;

}



.entree-de-donnees {
	width: 100%;
	height: 25px;
	border-radius: 20px;
	margin: 5px

}


.bouton-envoi {
	color: #297C31;
    font-size:20px;
	padding:10x;

}

.bouton-envoi :hover {
    color:#297C31;
  	
}


.newsletter {
    background-color:rgba(41, 124, 49, 0.3); /*couleur verte transparente de la newsletter*/
    border-radius: 15px;
    padding-right:15px;
    padding-left: 15px;
    width:100%;
	margin: 0px;
	position: static;
    height: auto;
    display: flex; /* Pour centrer les éléments */
    flex-direction: column; /* Alignement vertical */
    align-items: center; /* Centrage horizontal */
    justify-content: center; /* Centrage vertical */
	
}  


.newsletter form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px; /* Ajoute un espace entre les éléments */
}

.entree-de-donnees {
    width: 100%; /* Les champs prennent toute la largeur disponible */
    max-width: 250px; /* Limite la largeur pour un meilleur rendu */
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.bouton-envoi {
    width: 100%; /* Assurer qu'il reste dans l'ensemble */
    max-width: 250px; /* Taille cohérente avec les champs d'entrée */
    padding: 8px;
    background-color: #297C31; /* Couleur améliorée */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom:10px;
}

.bouton-envoi:hover {
    background-color: #70f5a7; /* Effet au survol */
}




.footer li :hover {
	font-weight: bold;
	font-size: 1.4em;
    margin: 0; /* Supprime toute marge parasite */
    padding: 5px 0; /* Ajuste l'espacement */



}

.nous-suivre :hover {
	color: #297c31;
	font-weight: bold;
	font-size: 1.6em;


}
.nous-suivre-text{
    font-size: 1.2em;

}


@media (max-width: 768px) {
    .footer .row {
        flex-wrap: wrap; /* Permet aux colonnes de passer en mode empilé */
    }

    .footer .col {
        width: 50%; /* Passe à 2 colonnes par ligne */
    }
}

@media (max-width: 480px) {
    .footer .col {
        width: 100%; /* Passe à 1 colonne par ligne */
    }
}



.copyright {
    background-color: #297c31;
    padding: 5px;
    text-align: center;
}

.copyright a {
    background-color: #297c31;
    color: #f5f5f5;
	font-weight: bold;
  
    
}












