/********** Template CSS **********/
:root {
    --primary: #3b9564;
    --secondary: #FE8800;
    --light: #F5F5F5;
    --dark: #14141F;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}




/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/bg-hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-header-DI {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pro.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
.hero-header-Géophysique {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url("../img/Photos Site PROGREM/Géophysique/Magnétisme/IMG20240422071600.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
.hero-header-Hydro {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url("../img/Photos Site PROGREM/Hydrogéologie/hydro1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
.hero-text{
    font-size: 3vw;
   
    font-weight: 200;
    font-family:'Bodoni MT Black', serif;

}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-subtitle {
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.section-title {
    position: relative;
    font-family: Georgia, 'Times New Roman', Times, serif;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.8;
    font-weight: bold;
    color: #303763;
}
/*
.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: #41476c;
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
   
    height: 0.3vh;
    bottom: 5px;
    left: -60px;
    background: #41476c;
    z-index: -1;
}
*/
.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Destination ***/
.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}


/*** Package ***/
.package-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.package-item img {
    transition: .5s;
}

.package-item:hover img {
    transform: scale(1.1);
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/booking.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer 
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

footer{
    background-color: #3b9564;
  height: 150px !important;
  margin-top: 150px;
  }
  footer ul {
    padding:0;
    list-style:none;
    text-align:center;
    font-size:18px;
    margin-top: 10px;
    line-height:1.6;
    margin-bottom:0;
  
  }
  
  footer li {
    padding:0 10px;
    min-height: 10px !important;
  }
  
  footer ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
    min-height: 10px !important;
  }
  
  footer ul a:hover {
    opacity:1;
  }
  
  footer .social {
    text-align:center;
   
    margin-top: 100px !important;
  }
  
  footer .social > a {
    font-size:24px;
    width:40px;
    height:40px;
    margin-top: 15px !important;
    min-height: 10px !important;
    line-height:40px;
    display:inline-block;
    text-align:center;
    
    margin:0 8px;
    color:inherit;
    opacity:0.75;
  }
  
  footer .social > a:hover {
    opacity:0.9;
  }
  
  footer .copyright {
    margin-top:15px;
    text-align:center;
    font-size:13px;
    color:#aaa;
    margin-bottom:0;
  }**/
  .offer_section .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 45px 0;
   
  }
  
  .offer_section .content-box .img-box {
    min-width: 125px;
    min-height: 115px;
    background-color: #eeeded;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 25px;
  }
  
  .offer_section .content-box .img-box svg {
    width: 55px;
    height: auto;
  }
  
  .offer_section .content-box:hover .img-box {
    background-color: #8f9440;
  }
  
  .offer_section .content-box:hover .img-box svg {
    fill: #fefdfc !important;
  }
  
  .offer_section .content-box:hover .img-box svg g {
    fill: #fefdfc !important;
  }
  
  .offer_section .content-box:hover .img-box svg path {
    fill: #fefdfc !important;
  }
  
  .offer_section .content-box .detail-box h6 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
  }
  
  .offer_section .content-box .detail-box p {
    margin: 0;
  }
 
  /**Phone***/
  @media (max-width: 420px) {
    .hero-text{
        font-size: 30px;
       
        font-weight: 200;
        font-family:'Bodoni MT Black', serif;;
    
    }
    .hero-header-DI {
        background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/pro.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 40vh;
    }
    .hero-header-Hydro {
        background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url("../img/Photos Site PROGREM/Géophysique/Magnétisme/Géo1.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 40vh;
    }
    .section-title {
        position: relative;
        font-family: Georgia, 'Times New Roman', Times, serif;
        display: inline-block;
        text-transform: uppercase;
        line-height: 1.8;
        font-size:10px;
        font-weight: bold;
        color: #303763;
    }
}
/*Header Index*/
.carousel__indicator {
    height: 20px; /* Augmente la taille */
    width: 20px;
    border-radius: 50%; /* Assure un effet bulle */
    background-color: #fff;
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.3); /* Effet bulle */
  }
  
  .carousel__indicator:hover,
  .carousel__indicator:focus {
    opacity: 1;
    transform: scale(1.2); /* Effet grossissant au survol */
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.5);
  }
  
  .carousel__activator:checked ~ .carousel__indicators .carousel__indicator:nth-of-type(1),
  .carousel__activator:checked ~ .carousel__indicators .carousel__indicator:nth-of-type(2),
  .carousel__activator:checked ~ .carousel__indicators .carousel__indicator:nth-of-type(3),
  .carousel__activator:checked ~ .carousel__indicators .carousel__indicator:nth-of-type(4),
  .carousel__activator:checked ~ .carousel__indicators .carousel__indicator:nth-of-type(5) {
    background-color: #f39c12; /* Change la couleur de l'indicateur actif */
    opacity: 1;
    transform: scale(1.3);
  }
  


.slider-main .carousel .carousel-item .carousel-caption h3 {
    font-size: 5vw; /* Utiliser vw pour un ajustement réactif */
    font-weight: 700;
    text-align: left; /* Ajusté pour le centrage */
}

.slider-main .carousel .carousel-item .carousel-caption p {
    font-size: 2.5vw; /* Utiliser vw pour un ajustement réactif */
    font-weight: 600;
    color: #ffffff;
    
}

.slider-main .carousel .carousel-inner .carousel-item:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.carousel-caption {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.slider-main .carousel .carousel-inner .carousel-item:before{
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.5);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.carousel-item {
  height: 88vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
}

@media (max-width: 991.5px) {
    .carousel-item {
        height: 66vw;  /* Ajuste la hauteur à 50% de la hauteur de l'écran */
    }

    .carousel-caption {
        /* Ajuste la taille du texte pour les petits écrans */
        text-align: center; /* Centre le texte */
        padding: 20px; /* Ajoute un peu d'espace autour du texte */
    }

    .carousel-caption h1 {
        font-size: 3vw; /* Taille adaptée pour petits écrans */
    }

    .carousel-caption p {
        font-size: 2vw !important; /* Taille adaptée pour petits écrans */
    }
}

/*fin-header index*/
/*Partenaires*/


@keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }
.slider1 {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
  
  }
  .slider1::before, .slider1::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
  .slider1::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  .slider1::before {
    left: 0;
    top: 0;
  }
  .slider1 .slide-track1 {
    -webkit-animation: scroll 40s linear infinite;
            animation: scroll 40s linear infinite;
    display: flex;
   /* justify-content: space-evenly;*/
   gap: 150px;
    width: calc(250px * 14);
  }
  .slide1 {
    width: 250px; /* Largeur initiale du conteneur */
    height: 80px; /* Hauteur initiale du conteneur */
    display: flex;
    justify-content: center; /* Centrer horizontalement */
    align-items: center; /* Centrer verticalement */
    background-color: #fff; /* Couleur de fond, optionnel */
    overflow: hidden;
    position: relative;
}

/* Style pour l'image */
.slide1 img {
    width: 100%; /* L'image prend 100% de la largeur du conteneur */
    height: auto; /* Hauteur ajustée automatiquement en fonction du ratio */
    object-fit: contain; /* Garantit que l'image conserve ses proportions */
    object-position: center; /* Centrer l'image si elle ne remplit pas entièrement le conteneur */
}
@media screen and (max-width: 992px) {
    .slider1 {
        margin-top: 30px;
        height: 60px;  /* Hauteur réduite pour les écrans plus petits */
    }

    .slider1 .slide1 {
        height: 60px;  /* Ajuste la hauteur des slides pour correspondre au conteneur */
        width: 200px;  /* Réduire la largeur des slides */
    }

    .slider1 .slide-track1 {
        width: calc(200px * 14);  /* Ajuster la largeur du track */
    }

    /* Ajuster l'animation pour les petits écrans */
    .slider1 .slide-track1 {
        -webkit-animation: scroll 30s linear infinite;
        animation: scroll 30s linear infinite;
       gap: 10px;
    }

    /* Ajuster les images pour s'adapter à la hauteur réduite */
    .slide1 img {
        width: auto; /* Largeur automatique pour maintenir les proportions */
        height: 50%; /* L'image prend toute la hauteur du conteneur */
        object-fit: contain; /* L'image reste proportionnelle */
        object-position: center; /* Centrer l'image */
    }
}
/*Fin-Partenaires*/
/*footer*/



ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul>li {
    padding: 4px;
    color:#C5CAE9;
}

li>a{
  
    color:#C5CAE9;   
}
ul>li:hover {
    color: #3b9564;
    cursor: pointer
}

hr {
    border-width: 3px
}

.card-footer {
    padding: 2% 7%
}

.social>i {
    padding: 1%;
    font-size: 15px
}

.social>i:hover {
    color: #3b9564;
    cursor: pointer
}

.policy>div {
    padding: 4px
}

.heading {
    font-family: 'Titillium Web', sans-serif;
    color: black
}

.divider {
    border-top: 2px solid
}
.footer{
    font-size: 1vw;
    margin-top: 60px;
}
.heading{
    font-size: 1vw;
}
.imgfooter{
    height: 40px;
}
@media screen and (max-width: 991.5px) {
    .footer{
        font-size: 1.5vh;
    }
    .heading{
        font-size: 1.5vh;
    }
    .imgfooter{
        height: 4vw;
    }
}
/*Fin footer*/
/**header**/
/* Par défaut, on garde l'image en couverture complète */


/* Pour les petits écrans (moins de 992px) */


/* Pour les très petits écrans (ex : téléphone portrait) */


/*Fin header*/
/* NavBar*/

/*** Navbar ***/

.navbar-light .navbar-nav .nav-link {
    font-family: Georgia, 'Times New Roman', Times, serif;
    position: relative;
    margin-right: 3vw;
    padding: 20px 0;
   height: 65px;
    color: #ffffff !important;
    font-size: 1vw;
    font-weight: bold;
    outline: none;
    transition: .5s;
    
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    margin-right: 3vw;
    padding: 20px 0;
    color:#14141F !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #64b986!important;
}

.navbar-light .navbar-brand img {
   /* background-color: #FFFFFF;*/
    
  
    transition: .5s;
}
.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
	z-index: 1;
	width: 185px;
}
.sticky-top.navbar-brand img {
    height: 100%;
    /* Ajustez cette valeur en fonction de la hauteur de votre navbar */
}
.navbar-light .navbar-brand img {
    height: 4vw;
   
}

.dropdown-toggle::after {
    display: none;
  
}


.navbar-expand-lg.navbar-nav .dropdown-menu {
    margin: 0px;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, .15);
    border: #18d26e;
    padding: 20px;
    
    width: auto; /* Largeur du menu déroulant à 100 cm */
    
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item.active {
    color: #22b622;
    background-color: transparent;
}
.dropdown-menu1 {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    min-width: auto;
}

.dropdown-menu1.show {
    display: block;
}

.navbar-expand-lg .navbar-nav .dropdown-menu1 .dropdown-item {
    font-size: 12px;
   margin-left: 1rem;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 2px;
    font-weight: 500;
    width: 2cm !important; /* Largeur des éléments du dropdown à 5 cm */
    white-space: normal; /* Permet aux éléments de revenir à la ligne */
    
   
}
.navbar-expand-lg  .navbar-nav .dropdown-menu1 .dropdown-item:hover {
    background: none;
    color: #6ab158;
}
.navbar-expand-lg  .navbar-nav .dropdown-menu1 .dropdown-item.active {
font-weight: bold;
color: #6ab158;

}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 12px;
    margin-left: 1.5vw;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 2px;
    font-weight: 500;
    width: auto !important; /* Largeur des éléments du dropdown à 5 cm */
    white-space: normal; /* Permet aux éléments de revenir à la ligne */
    
   
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item::after {
    content: ''; /* Nécessaire pour afficher le pseudo-élément */
    display: block;
    width: auto; /* Largeur de la ligne pointillée à 5 cm */
    border-bottom: 1px dotted #6ab158; /* Ligne pointillée */
    margin-left: -20px;
    margin-top: 10px;
 
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:last-child::after {
    content: none; /* Supprime la ligne pointillée pour le dernier élément */
}
.navbar-expand-lg  .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: none;
    color: #6ab158;
}

 .navbar-toggler{
	color: #323232;
	border-color: #323232;
}
 .navbar-toggler:hover{
	color: #6ab158;
	border-color: #6ab158;
}
.nav-item:hover .dropdown-menu {
  /* display: block;Affichez le menu déroulant au survol de l'élément parent */
}
.navbar-light {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(256, 256, 256, .1);
    z-index: 999;
}

.sticky-top.navbar-light {
    position: fixed;
    background: #FFFFFF;
}

.navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: #64b986;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover::before,
.navbar-light .navbar-nav .nav-link.active::before {
    width: calc(100% - 2px);
    left: 1px;
}

.navbar-light .navbar-nav .nav-link.nav-contact::before {
    display: none;
}
.dropdown-icon {
    font-size: 12px;  /* Réduit la taille de l'icône */
    margin-left: 8px; 
    transition: transform 0.3s ease-in-out;

}

@media screen and (max-width: 991.5px) {
   
    .dropdown-menu1 {
        display: contents;
        position: absolute;
        background-color: white;
        border: 1px solid #ccc;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        min-width: auto;
    }
    
    .dropdown-menu1.show {
        display: contents;
    }
    
   
    .navbar-expand-lg .navbar-nav .dropdown-menu  {
        content: ''; /* Nécessaire pour afficher le pseudo-élément */
        display: block;
        width: auto; /* Largeur de la ligne pointillée à 5 cm */
        border-bottom: 1px dotted #6ab158; /* Ligne pointillée */
        margin-left: 0px;
        margin-top: 10px;
     
    }
    
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item::after {
        content: ''; /* Nécessaire pour afficher le pseudo-élément */
        display: block;
        width: auto; /* Largeur de la ligne pointillée à 5 cm */
        border-bottom: 1px dotted #6ab158; /* Ligne pointillée */
        margin-left: 0px !important;
        margin-top: 10px;
     
    }
  
    .navbar-expand-lg .navbar-collapse {
        display: flex;
        justify-content: center;
        width: 100%;
      
    }
    .navbar-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .navbar-light {
       
        width: 100%;
       
        background-color: #ffffff;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
      
    }
   
   
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 1px;
    }
    .sticky-top.navbar-light {
        position: fixed;
        
        background: #ffffff;
    }
    .navbar-light .navbar-nav {
        background-color: #ffffff; /* Le fond du menu reste transparent */
    }
    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #3e15a8;
        display:none;
      
       
    }
    .navbar-light .navbar-collapse.show {
        display: block;
         /* Affiche le menu lorsque la classe .show est ajoutée */
    }
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 5px;
        
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 50px;
       
    }
   .navbar-collapse{
    background-color: #ffffff;
 
 
  
   }
   .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #64b986 !important;
}
   .navbar-nav {
    display: flex;
    flex-direction: column;  /* Organiser les éléments en colonne */
    align-items: flex-start; /* Alignement à gauche */
    width: 100%;
  
}
.navbar-nav .nav-item .dropdown-icon {
    display: none;  /* Masque la flèche */
}
.navbar-nav .nav-item {
    width: 100%; /* Vous pouvez aussi définir la largeur de chaque élément */
    padding-left: 15px;
 
     /* Optionnel : pour ajouter un espacement à gauche des items */
}
.navbar-nav .nav-item .nav-link{
   font-size: small;
   font-weight: bold;
   height: auto;
  padding: 5px;
  
     /* Optionnel : pour ajouter un espacement à gauche des items */
}
.navbar-light .navbar-nav .nav-link:hover::before,
.navbar-light .navbar-nav .nav-link.active::before {
    width: calc(100% - 2px);
    left: 1px;
    display: none;
}


/* Enlever les styles pour la dropdown-menu */
.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin: 0;               /* Enlever la marge */
    box-shadow: none;        /* Enlever l'ombre */
    border: none;            /* Enlever la bordure */
    padding: 0;              /* Enlever le padding */
    width: auto;  
             /* Enlever la largeur fixe */
}

.navbar-expand-lg .navbar-nav .dropdown-menu1 {
    margin: 0;               /* Enlever la marge */
    box-shadow: none;        /* Enlever l'ombre */
    border: none;            /* Enlever la bordure */
    padding: 0;              /* Enlever le padding */
    width: auto;  
             /* Enlever la largeur fixe */
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    font-size: x-small;
    margin-left:5%;
   padding: 2px;
    
    font-weight: bold;
    width: 80%; /* Largeur des éléments du dropdown à 5 cm */
    display: flex;
    flex-wrap: wrap; 
    /* Permet aux éléments de revenir à la ligne */
    
   
}





.navbar-expand-lg .navbar-nav .dropdown-menu1 .dropdown-item {
    font-size:  x-small;
   margin-left: 5%;
    padding: 2px !important;
    margin-bottom: none;
    margin-top: none;
    font-weight: bold;
    width: 80% !important; /* Largeur des éléments du dropdown à 5 cm */
    display: flex;
    flex-wrap: wrap; 
   
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item::after {
    content: ''; /* Nécessaire pour afficher le pseudo-élément */
    display: none;
    width: 7cm; /* Largeur de la ligne pointillée à 5 cm */
    border-bottom: 1px dotted #b18358; /* Ligne pointillée */
    margin-left: -20px;
    margin-top: 10px;
 
}


}

/*Fin NavBar */
/*About*/

.about {
    background-size: cover;
    padding: 1vw 10vw; /* Utilisation de vw pour un padding réactif */
    position: relative;
    height: 50vh; /* Utilisation de vh pour une hauteur relative à la taille de l'écran */
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: auto !important;
    height: 40rem!important;
    font-size: 1vw;
}

.about::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.about .container {
    position: relative;
    z-index: 10;
}

.about .content {
    padding: 3vw 3vw 3vw 0; 
   /* Utilisation de vw pour un padding réactif */
}

.about .content h3 {
    font-weight: 700;
    font-size: 1.5vw; /* Utilisation de vw pour une taille de police réactive */
    color: #000000;
    margin-bottom: 2.5vw;
    margin-top: 2rem /* Utilisation de vw pour un margin réactif */
}

.about .content p {
    margin-bottom: 3vw;
    font-size: 1vw; /* Utilisation de vw pour un margin réactif */
}

.about .content .about-btn {
    display: inline-block;
    background: #10872d;
    padding: 0.6rem 2vw 0.8rem 2vw; /* Utilisation de rem pour un padding réactif */
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
    position: relative;
    font-weight: bold;
}

.about .content .about-btn i {
  font-size: clamp(1px, 2vw, 2px); /* Utilisation de rem pour une taille de police réactive */
    position: absolute;
    right: 1.8rem; /* Utilisation de rem pour un positionnement réactif */
    top: 0.9rem;
    display: none; /* Utilisation de rem pour un positionnement réactif */
}

.about .content .about-btn:hover {
    background: #2d6310;
}

.about .icon-boxes .icon-box {
    margin-top: 3vw; /* Utilisation de vw pour un margin réactif */
}

.about .icon-boxes .icon-box i {
  font-size: clamp(18px, 2vw, 205px); /* Utilisation de rem pour une taille d'icône réactive */
    color: #67d167;
    margin-bottom: 1rem; /* Utilisation de rem pour un margin réactif */
}

.about .icon-boxes .icon-box h4 {
  font-size: 1vw; /* Utilisation de rem pour une taille de police réactive */
    font-weight: 700;
    margin: 0 0 1rem 0; /* Utilisation de rem pour un margin réactif */
}

.about .icon-boxes .icon-box p {
    
  font-size:1vw; /* Utilisation de rem pour une taille de police réactive */
    color: #848484;
}
@media screen and (max-width: 991.5px) {
    .about {
        font-size: 1.5vh; 
        
        background-size: cover;
        padding: 1vw 10vw; /* Utilisation de vw pour un padding réactif */
        position: relative;
        height: 50vh; /* Utilisation de vh pour une hauteur relative à la taille de l'écran */
        font-family: Georgia, 'Times New Roman', Times, serif;
        width: auto !important;
        height: auto!important;
        
        
    }
    
    .about::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9;
    }
    
    .about .container {
        position: relative;
        z-index: 10;
    }
    
    .about .content {
        padding: 3vw 3vw 3vw 0; width: 100%; /* Utilisation de vw pour un padding réactif */
    }
    
    .about .content h3 {
        font-weight: 700;
        font-size: 1.5vh;  /* Utilisation de vw pour une taille de police réactive */
        color: #000000;
        
        margin-bottom: 2.5vw;
        margin-top: 2rem /* Utilisation de vw pour un margin réactif */
    }
    
    .about .content p {
        margin-bottom: 3vw;
        width: 100%;
        font-size: 1.5vh;  /* Utilisation de vw pour un margin réactif */
    }
    
    .about .content .about-btn {
        display: inline-block;
        background: #10872d;
        font-weight: bold;
        padding: 0.6rem 3vw 0.8rem 3vw; /* Utilisation de rem pour un padding réactif */
        color: #fff;
        border-radius: 50px;
        transition: 0.3s;
        position: relative;
    }
    
    
    
    .about .content .about-btn:hover {
        background: #2d6310;
    }
    
    .about .icon-boxes .icon-box {
        margin-top: 3vw;
        width: 100%;
         /* Utilisation de vw pour un margin réactif */
    }
    
    .about .icon-boxes .icon-box i {
        font-size: 1.5vh;  /* Utilisation de rem pour une taille d'icône réactive */
        color: #67d167;
        margin-bottom: 1rem; /* Utilisation de rem pour un margin réactif */
    }
    
    .about .icon-boxes .icon-box h4 {
        font-size: 1.5vh;   /* Utilisation de rem pour une taille de police réactive */
        font-weight: 700;
        margin: 0 0 1rem 0; /* Utilisation de rem pour un margin réactif */
    }
    
    .about .icon-boxes .icon-box p {
        font-size: 1.5vh; /* Utilisation de rem pour une taille de police réactive */
        color: #848484;
    }
   

}
/*Fin About*/
/*DI*/
main {
    display: flex;
    flex-wrap: wrap; /* Permet aux cartes de se répartir sur plusieurs lignes */
    justify-content: center; /* Aligne les cartes au centre */
    align-items: center; /* Centre verticalement */
    gap: 20px 20px; /* Espacement entre les cartes */
    padding: 50px;
    font-family:Georgia, 'Times New Roman', Times, serif;
  }
  
  .card {
    width: 26rem;
    height: 14rem;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px; /* Ajoute un petit espace entre les lignes de cartes */
  }
  
  .card img {
    position: absolute;
    object-fit: cover; /* L'image couvrira toute la carte sans déformation */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
  
  .card:hover img {
    transform: scale(1);
    filter: brightness(0.5);
  }
  
  
  
  .card h2 {
    position: absolute;
    inset: auto auto 30px 30px;
    margin: 0;
    transition: inset 0.3s 0.3s ease-out;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap; /* Empêche le texte de passer à la ligne */
    overflow: hidden; /* Masque le texte excédentaire */
    text-overflow: ellipsis; /* Ajoute des "..." si le texte est trop long */
    max-width: calc(100% - 60px); /* Empêche le dépassement */
    color: #ffffff;
    font-size: 1rem;

  }
  
  /* Lorsque la carte est survolée */
  .card:hover h2 {
    inset: 50% auto auto 50%; /* Centre en hauteur et largeur */
    transform: translate(-50%, -50%); /* Corrige le centrage */
    transition: inset 0.3s ease-out, transform 0.3s ease-out;
    font-size: 1rem;
    /* Permet au texte de revenir à la ligne lors du survol */
    white-space: normal; /* Le texte revient à la ligne */
    overflow: visible; /* Permet au texte de s'afficher complètement */
    text-overflow: unset; /* Supprime les "..." */
    text-align: center;
    width: 100%;
  }
  
  .card p,
  .card a {
    position: absolute;
    opacity: 0;
    max-width: 80%;
    transition: opacity 0.3s ease-out;
  }
  
  .card p {
    inset: auto auto 80px 30px;
  }
  
  .card a {
    inset: auto auto 40px 30px;
    color: inherit;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
  }
  

  
  .card:hover p,
  .card:hover a {
    opacity: 1;
    transition: opacity 0.5s 0.1s ease-in;
    color: #ffffff;
  }
  
  .card:hover img {
    transition: opacity 0.3s ease-in;
    opacity: 0.8;
  }
  
  .material-symbols-outlined {
    vertical-align: middle;
  }
  
/*Fin DI*/
.section-header  {
   
    width: 90%;
    margin-left: 1em;
    margin-top: 10vh !important; 
  }
.section-header h3 {
  font-size: clamp(15px, 2vw, 20px);
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-family: Georgia, 'Times New Roman', Times, serif !important;
  position: relative;
  padding-bottom: 10px;
  
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
  margin-top: 10em;
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #18d26e;
  bottom: 0;
  left: calc(50% - 20px);
 
}

.section-header p {
  text-align: center;  /* Centre le texte horizontalement */
  padding-bottom: 30px; 
  color: #333; 
  padding-top: 10px; 
  font-family: Georgia, 'Times New Roman', Times, serif !important; 
  font-size: 1rem;
  margin: 0 auto; /* Utilise auto pour centrer l'élément */
  max-width: 30cm; /* Limite la largeur maximale du texte */
}
/*Header DI*/
.carousel__indicator {
    height: 20px; /* Augmente la taille */
    width: 20px;
    border-radius: 50%; /* Assure un effet bulle */
    background-color: #fff;
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.3); /* Effet bulle */
  }
  
  .carousel__indicator:hover,
  .carousel__indicator:focus {
    opacity: 1;
    transform: scale(1.2); /* Effet grossissant au survol */
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.5);
  }
  
  .carousel__activator:checked ~ .carousel__indicators .carousel__indicator:nth-of-type(1),
  .carousel__activator:checked ~ .carousel__indicators .carousel__indicator:nth-of-type(2),
  .carousel__activator:checked ~ .carousel__indicators .carousel__indicator:nth-of-type(3),
  .carousel__activator:checked ~ .carousel__indicators .carousel__indicator:nth-of-type(4),
  .carousel__activator:checked ~ .carousel__indicators .carousel__indicator:nth-of-type(5) {
    background-color: #f39c12; /* Change la couleur de l'indicateur actif */
    opacity: 1;
    transform: scale(1.3);
  }
  


.slider-main .carousel .carousel-item .carousel-caption h3 {
    font-size: 5vw; /* Utiliser vw pour un ajustement réactif */
    font-weight: 700;
    text-align: left; /* Ajusté pour le centrage */
}

.slider-main .carousel .carousel-item .carousel-caption p {
    font-size: 2.5vw; /* Utiliser vw pour un ajustement réactif */
    font-weight: 600;
    color: #ffffff;
    
}

.slider-main .carousel .carousel-inner .carousel-item:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.carousel-caption1 {
    position: absolute;
    top: 40%;
    left: 55%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 100%;
}
.carousel-caption1 .domaine {
    font-size: 1.5rem; /* Ajuste la taille de police */
    font-weight: bold; /* Applique du gras si tu veux */
    color: #ffffff; /* Texte en blanc, ou toute autre couleur que tu préfères */
  
    margin-top: 10%;
    opacity: 1; /* Le texte est visible dès le début */
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
     /* Ajuste l'espacement sous le paragraphe */
}
.carousel-caption1 .domaine1 {
    font-size: 3rem; /* Ajuste la taille de police */
    font-weight: bold; /* Applique du gras si tu veux */
    color: #ffffff; /* Texte en blanc, ou toute autre couleur que tu préfères */
  flex-wrap: wrap;
margin-top: 10vw;
width: 60vw;
  margin-left: 25vw;
  opacity: 0; /* Le texte est invisible au départ */
  transform: translateY(20px); /* Décalage vers le bas au départ */
  transition: opacity 1s ease-out 0.5s, transform 1s ease-out 0.5s;
     /* Ajuste l'espacement sous le paragraphe */
}

.carousel-caption1 .number {
    font-size: 1.5rem; /* Taille spécifique pour le numéro */
    font-weight: bold;
    margin-right: 10px; /* Ajoute un peu d'espace après le numéro */
}

.carousel-caption1 .divider {
    display: inline-block;
    width: 20vw; /* Largeur de la ligne */
    height: 2px; /* Hauteur de la ligne */
    background-color: #ffffff; /* Couleur de la ligne */
    
    margin: 0 10px; /* Espacement avant et après la ligne */
    vertical-align: middle; /* Aligne la ligne avec le texte */
}

.carousel-item.active .domaine1 {
    opacity: 1; /* Le texte devient visible */
    transform: translateY(0); /* Le texte remonte à sa position d'origine */
}
  
.slider-main .carousel .carousel-inner .carousel-item:before{
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.5);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.carousel-item {
  height: 88vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 991.5px) {
    .carousel-item {
        height: 66vw;  /* Ajuste la hauteur à 50% de la hauteur de l'écran */
    }

   

.carousel-caption1 {
    position: absolute;
    top: 40%;
    left: 55%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 100%;
}
.carousel-caption1 .domaine {
    font-size: 2vw; /* Ajuste la taille de police */
    font-weight: bold; /* Applique du gras si tu veux */
    color: #ffffff; /* Texte en blanc, ou toute autre couleur que tu préfères */
  flex-wrap: wrap;
    margin-top: 30vw;
  
    opacity: 1; /* Le texte est visible dès le début */
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
     /* Ajuste l'espacement sous le paragraphe */
}
.carousel-caption1 .domaine1 {
    font-size: 5vw; /* Ajuste la taille de police */
    font-weight: bold; /* Applique du gras si tu veux */
    color: #ffffff; /* Texte en blanc, ou toute autre couleur que tu préfères */
  flex-wrap: wrap;
margin-top: 15vw;

  margin-left: 20vw;
  opacity: 0; /* Le texte est invisible au départ */
  transform: translateY(20px); /* Décalage vers le bas au départ */
  transition: opacity 1s ease-out 0.5s, transform 1s ease-out 0.5s;
     /* Ajuste l'espacement sous le paragraphe */
}

.carousel-caption1 .number {
    font-size: 1rem; /* Taille spécifique pour le numéro */
    font-weight: bold;
    margin-right: 10px; /* Ajoute un peu d'espace après le numéro */
}

.carousel-caption1 .divider {
    display: inline-block;
    width: 20vw; /* Largeur de la ligne */
    height: 2px; /* Hauteur de la ligne */
    background-color: #ffffff; /* Couleur de la ligne */
    
    margin: 0 10px; /* Espacement avant et après la ligne */
    vertical-align: middle; /* Aligne la ligne avec le texte */
}
}

  /* Fin header DI*/
   /*****************géophysique****/
   .geophysique-text{
    font-size: medium;
     font-style: italic;
     font-family: 'Markazi Text', serif;
 color: #848484;
   }
   .geophysique-subtitle{
     font-size:large;
     font-weight: bold;
     color: #3b9564; 
     font-family: 'Markazi Text', serif;
   }
   .geophysique-subtitle-text{
     margin-bottom: 1vh;
     font-size: medium;
     font-family: 'Markazi Text', serif;
     text-align: justify;
     
   }
   .title{
    font-size: 1vw;
}
   @media (max-width: 991.5px) {
    .title{
        font-size: 1.5vh;
    }
    .geophysique-text{
        font-size: 1.4vh;
         font-style: italic;
         font-family: 'Markazi Text', serif;
     color: #848484;
       }
       .geophysique-subtitle{
        font-size:  1.4vh;
         font-weight: bold;
         color: #3b9564; 
         font-family: 'Markazi Text', serif;
       }
       .geophysique-subtitle-text{
         margin-bottom: 1vh;
         font-size:  1.4vh;
         font-family: 'Markazi Text', serif;
         text-align: justify;
         
       }
   }
   /**********End géophysique*****/
   /*équipements*/
  
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

.container1 {
  position: relative;
 margin-left: 100px;
 
  padding: 50px 0;
  clear: both;
  display: flex;
  align-items: flex-start;

width: 90%;
}
.content1 {
    margin-left: 20%;
    flex-grow: 1; /* Le contenu prend le reste de l'espace */
}
@media (max-width: 991.5px) {
    .container1 {
        position: relative;
       margin-left: 10px;
       
        padding: 50px 0;
        clear: both;
        display: flex;
        align-items: flex-start;
      font-size: 10px;
      width: 90%;
      }
      .content1 {
        margin-left: 5%;
        flex-grow: 1; /* Le contenu prend le reste de l'espace */
    }
      .mcd-menu li a i {
        /*display: block;
        font-size: 30px;
        margin-bottom: 10px;*/
      
        /* == */
        float: left;
        font-size: 10px;
        margin: 0 10px 0 0;
        /* == */
      }
      .mcd-menu {
        width: 180px !important;
      }
      .mcd-menu li {
        position: relative;
        margin-bottom: 20%;
        width: auto !important;
       
        /*float:left;*/
      }
}

.mcd-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  /*height: 100px;*/
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;

  /* == */
  width: 250px;
  /* == */
}
.mcd-menu li {
  position: relative;
  margin-bottom: 20%;
  width: 350px;
  /*float:left;*/
}
.mcd-menu li a {
  display: block;
  text-decoration: none;
  padding: 12px 20px;
  color: #777;
  /*text-align: center;
  border-right: 1px solid #E7E7E7;*/

  /* == */
  text-align: left;
  height: 36px;
  position: relative;
  border-bottom: 1px solid #eee;
  /* == */
}
.mcd-menu li a i {
  /*display: block;
  font-size: 30px;
  margin-bottom: 10px;*/

  /* == */
  float: left;
  font-size: 20px;
  margin: 0 10px 0 0;
  /* == */
}
/* == */
.mcd-menu li a p {
  float: left;
  margin: 0;
}
/* == */

.mcd-menu li a strong {
  display: block;
  text-transform: uppercase;
}
.mcd-menu li a small {
  display: block;
  font-size: 10px;
}

.mcd-menu li a i,
.mcd-menu li a strong,
.mcd-menu li a small {
  position: relative;

  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
}
.mcd-menu li:hover > a i {
  opacity: 1;
  -webkit-animation: moveFromTop 300ms ease-in-out;
  -moz-animation: moveFromTop 300ms ease-in-out;
  -ms-animation: moveFromTop 300ms ease-in-out;
  -o-animation: moveFromTop 300ms ease-in-out;
  animation: moveFromTop 300ms ease-in-out;
}
.mcd-menu li:hover a strong {
  opacity: 1;
  -webkit-animation: moveFromLeft 300ms ease-in-out;
  -moz-animation: moveFromLeft 300ms ease-in-out;
  -ms-animation: moveFromLeft 300ms ease-in-out;
  -o-animation: moveFromLeft 300ms ease-in-out;
  animation: moveFromLeft 300ms ease-in-out;
}
.mcd-menu li:hover a small {
  opacity: 1;
  -webkit-animation: moveFromRight 300ms ease-in-out;
  -moz-animation: moveFromRight 300ms ease-in-out;
  -ms-animation: moveFromRight 300ms ease-in-out;
  -o-animation: moveFromRight 300ms ease-in-out;
  animation: moveFromRight 300ms ease-in-out;
}

.mcd-menu li:hover > a {
  color: #158a40;
}
.mcd-menu li a.active {
  position: relative;
  color: #158a40;
  border: 0;
  /*border-top: 4px solid #e67e22;
  border-bottom: 4px solid #e67e22;
  margin-top: -4px;*/
  box-shadow: 0 0 5px #ddd;
  -moz-box-shadow: 0 0 5px #ddd;
  -webkit-box-shadow: 0 0 5px #ddd;

  /* == */
  border-left: 4px solid #158a40;
  border-right: 4px solid #158a40;
  margin: 0 -4px;
  /* == */
}
.mcd-menu li a.active:before {
  content: "";
  position: absolute;
  /*top: 0;
  left: 45%;
  border-top: 5px solid #e67e22;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;*/

  /* == */
  top: 42%;
  left: 0;
  border-left: 5px solid #158a40;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  /* == */
}

/* == */
.mcd-menu li a.active:after {
  content: "";
  position: absolute;
  top: 42%;
  right: 0;
  border-right: 5px solid #158a40;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
/* == */

@-webkit-keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes moveFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.mcd-menu li ul,
.mcd-menu li ul li ul {
  position: absolute;
  height: auto;
  min-width: 200px;
  padding: 0;
  margin: 0;
  background: #fff;
  /*border-top: 4px solid #e67e22;*/
  opacity: 0;
  visibility: hidden;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  /*top: 130px;*/
  z-index: 1000;

  /* == */
  left: 280px;
  top: 0px;
  border-left: 4px solid #158a40;
  /* == */
}
.mcd-menu li ul:before {
  content: "";
  position: absolute;
  /*top: -8px;
  left: 23%;
  border-bottom: 5px solid #e67e22;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;*/

  /* == */
  top: 25px;
  left: -9px;
  border-right: 5px solid #158a40;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  /* == */
}
.mcd-menu li:hover > ul,
.mcd-menu li ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  /*top: 100px;*/

  /* == */
  left: 250px;
  /* == */
}
/*.mcd-menu li ul li {
  float: none;
}*/
.mcd-menu li ul li a {
  padding: 10px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #eee;

  /* == */
  height: auto;
  /* == */
}
.mcd-menu li ul li a i {
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.mcd-menu li ul li ul {
  left: 230px;
  top: 0;
  border: 0;
  border-left: 4px solid #158a40;
}
.mcd-menu li ul li ul:before {
  content: "";
  position: absolute;
  top: 15px;
  /*left: -14px;*/
  /* == */
  left: -9px;
  /* == */
  border-right: 5px solid #158a40;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.mcd-menu li ul li:hover > ul {
  top: 0px;
  left: 200px;
}

/*.mcd-menu li.float {
  float: right;
}*/
.mcd-menu li a.search {
  /*padding: 29px 20px 30px 10px;*/
  padding: 10px 10px 15px 10px;
  clear: both;
}
.mcd-menu li a.search i {
  margin: 0;
  display: inline-block;
  font-size: 18px;
}
.mcd-menu li a.search input {
  border: 1px solid #eee;
  padding: 10px;
  background: #fff;
  outline: none;
  color: #777;

  /* == */
  width: 170px;
  float: left;
  /* == */
}
.mcd-menu li a.search button {
  border: 1px solid #158a40;
  /*padding: 10px;*/
  background: #158a40;
  outline: none;
  color: #fff;
  margin-left: -4px;

  /* == */
  float: left;
  padding: 10px 10px 11px 10px;
  /* == */
}
.mcd-menu li a.search input:focus {
  border: 1px solid #158a40;
}

.search-mobile {
  display: none !important;
  background: #158a40;
  border-left: 1px solid #158a40;
  border-radius: 0 3px 3px 0;
}
.search-mobile i {
  color: #fff;
  margin: 0 !important;
}



.geo-image {
    display: block;
    margin: 0 auto; 
    margin-top: 50px;
    margin-bottom: 50px;/* Centre l'image */
    width: 50%; /* Ajuste la largeur, modifiable selon ton besoin */
    height: auto; /* Garde les proportions */
    max-height: 200px; /* Limite la hauteur sans couper */
}

   /*Fin équipements*/
   .info-msg, .success-msg, .warning-msg, .error-msg {
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px;
    position: relative;
}

.info-msg {
    color: #059;
    background-color: #BEF;
}

.success-msg {
    color: #270;
    background-color: #DFF2BF;
}

.warning-msg {
    color: #9F6000;
    background-color: #FEEFB3;
}

.error-msg {
    color: #D8000C;
    background-color: #FFBABA;
}

/* Bouton de fermeture */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.close-btn:hover {
    color: #ccc;
}
@media (max-width: 991.5px) {
.contact-titre{
font-size: 1rem;
}}