/* ============================================================================= /*
    📁 style.css ▶ 

    - 
    💻 JKCPROD © 2024 
/* ============================================================================= */


/***********************************************************************************
                                🔧 ELEMENTS 🔧                     
************************************************************************************/

.navbar-toggler, .navbar-toggler-icon{
    outline: 0!important;
}

* {
    /* ✏ COLORS ✏ */
    --white: #FFFFFF;
    --black: #000000;
    --jaune: #FFFDEC;

    margin: 0;
    padding: 0;
    box-sizing: border-box;

    /* ✏ MAIN FONT ✏ */
    font-family: 'Poppins', sans-serif;

}

body{
    background-color: #FFFDEC;
}


/* 🔴 ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ 🔴 */
/* ✒ ✒ ✒ ✒ ✒  ✒ ✒ TEXT ✒ ✒ ✒ ✒ ✒ ✒  */
/* 🔴 ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ 🔴 */

h1{
    font-size:  62px;
}

h2{
    font-size:  54px;
}

h3{
    font-size:  28px;
}

h4{
    font-size:  32px;
}

p{
    font-size:  16px;
    margin: 0;
    color: black;
}



@media (max-width: 0px) { }


/* 🔴 ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ 🔴 */
/* ✒ ✒ ✒ ✒ ✒ OTHERS ELEMENTS ✒ ✒ ✒ ✒ ✒  */
/* 🔴 ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ ✒ 🔴 */

/***********************************************************************************
                                    🔍 NAVBAR 🔍                    
************************************************************************************/

.container-navbar {
    background-color: #FFFDEC;
    min-height: 110px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06); /* Augmente l'opacité de l'ombre */
    position: relative;
    z-index: 999;

}

.container-navbar svg{
    vertical-align:baseline!important;
    transition: 0.3s all;
}

.container-navbar svg:hover{
   width: 290px;
   height: 72px;
}


.container-navbar .nav-item a{
    font-size: 16px;
    color: #1D1D1D;
    font-weight: 300;
    transition: 0.3s all;
}

.container-navbar .active a{
   color: #35909E!important;
   font-weight: 800!important;
}

.btn-nav{
    width: 150px;
    height: 48px;
    background-color: #35909E;
    border-radius: 218px;
    color: white;
    font-size: 16px;
    font-weight: 800;
    border: solid 2px#35909E;
    transition: 0.3s all;
}

.btn-nav:hover{
    background-color: #FFFDEC;
    border: solid 2px #35909E;
    color: #35909E;
}




/***********************************************************************************
                                    📃 PAGES 📃                    
************************************************************************************/


/* *************************** HOME PAGE *************************** */



/*  *//*  *//*  *//*  *//*  *//*  *//*  */

.container-hero {
    min-height: calc(100vh - 115px);
    width: 100%;
    padding-top: 100px;
    background-color: #FFFDEC;
}

.container-text-hero{
    width: 100%;
    height: 100%;
}

.container-image-hero{
    width: 100%;
    height: 100%;
}

/*  */

.container-text-hero .text1{
    color: #5362A8;
    font-weight: 300;
    line-height: 60px;
}

.container-text-hero .text2{
    color: #35909E;
    font-weight: 300;
}

.container-text-hero .text3{
    color: #15AE8E;
    font-weight: 300;
}
.container-text-hero .text4{
    color: #13B8C2;
    font-weight: 300;
}

.container-text-hero .bold-text{
    font-weight: 800;
}

.container-text-hero h1{
    margin-bottom: 40px;
}


.container-text-hero p{
    font-weight: 300;
    font-size: 20px;
    text-align: justify;
    margin-right: 80px;

}

.container-text-hero p:first-child{
    margin-bottom: 20px;
}

/*  */

.container-image-hero img{
   width: 80%;
}



/*  *//*  *//*  *//*  *//*  *//*  *//*  */

.container-trio {
    min-height: 300px;
    background: linear-gradient(90deg, #555BA9 0%, #15AE8F 100%);
    position: absolute;
    top:-152px;
    border-radius: 20px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
}


.box-trio{
    width: 33%;
    padding-right: 30px;
}


.box-trio .box-image{
    background-color: #ffffff30;
    width: 110px;
    height: 110px;
    border-radius: 22px;
    margin-right: 15px;

}

.box-trio .box-image #trio1img{
    position: relative;
    top:8px


}

.box-trio .box-texte h3{
    color: white;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 0;


}

.box-trio .box-texte p{
    color: white;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
}

.float-svg {
    display: inline-block;
    will-change: transform;
}

/* Floating up and down */


/* Gentle sway (rotation) */
@keyframes sway {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(1.5deg); /* Smaller rotation for subtlety */
    }
    100% {
        transform: rotate(0deg);
    }
}

/* Horizontal drift for added realism */
@keyframes drift {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px); /* Drift slightly left to right */
    }
    100% {
        transform: translateX(0);
    }
}
  


/*  *//*  *//*  *//*  *//*  *//*  *//*  */

.container-partenaire{
    background: linear-gradient(90deg, rgba(80, 102, 167, 0.23) 0%, rgba(66, 119, 160, 0.200618) 50%, rgba(34, 167, 145, 0.1495) 100%);
    min-height: 700px;
    padding-top: 150px;
}

.container-partenaire .container-image{
    width: 100%;
    height: 100%;
}
 

.container-partenaire .container-image img {
    width: 550px;
    height: 550px;
    transition: transform 0.9s cubic-bezier(0.6, -0.28, 0.735, 0.045); /* Animation douce avec un effet de "rebond" subtil */
    transform-origin: bottom; /* Définit le point d'origine de la transformation à la base de l'image */
    will-change: transform; /* Optimise les performances des animations */
}

/* On garde l'effet, mais pas en mode hover */
.container-partenaire .container-image img.animate {
    transform: scale(1.1) translateY(-10%); /* Agrandit l'image et la déplace légèrement vers le haut */
}




.container-partenaire .container-propulse{
   padding-top: 75px;
   padding-bottom: 75px;
}



.container-partenaire .container-propulse h2{
    color: #050C26;
    font-weight: 800;
    margin-bottom: 30px;
}

.container-partenaire .container-propulse h2 span{
    color: #15AE8E;
}

.container-partenaire .box-partenaire {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(217, 228, 236, 0.5) 100%);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    width: 375px;
    height: 125px;
    margin-bottom: 25px;
    cursor: pointer;
    transition: 0.3s all;

}

.container-partenaire .box-partenaire:hover {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.415);
 

}



/* .container-partenaire .box-pot img {
    width: 20%;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.container-partenaire .box-pot img:hover {
    transform: scale(1.1); 
} */

.container-equipe{
    padding-top: 70px;
}
.container-equipe h2{
    color: #050C26;
    font-weight: 800;
    margin-bottom: 60px;
}

.container-equipe h2 span{
    color: #15AE8E;
}

.box-equipe{
    background: linear-gradient(90deg, #FFFFFF 0%, #DAE5EC 100%);
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    border-radius: 10px 10px;
    padding: 20px;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.3);
    max-height: 850px;
    height: 100%;

}

.box-equipe h3{
    font-weight: 700;
    margin-bottom: 0px;
}

.box-equipe h4{
   color: #15AE8E;
   font-size: 18px;
   margin-bottom: 12px;
}

.box-equipe p{
    font-size: 16px;
    text-align: justify;
 }
 

 .box-equipe .box-txt .box-img{
    border-radius: 10px 10px;
    width: 100%;
    margin-bottom: 15px;
    height: 220px;
    background-color: #f3eeea;
}



.box-equipe img{
    border-radius: 10px 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.box-equipe .social-equipe{
    margin-top: 20px;
}


.box-equipe .social-equipe a{
    text-decoration: none;
 }

.box-equipe .social-equipe p{
   color:#35909E;
   font-weight:600;
   transition:  ease-in-out 0.2s all;

}

.box-equipe .social-equipe p:hover{
    color:#35909E;
    font-weight:900;
    letter-spacing: 2px;
 }

.box-equipe .social-equipe .linkedin-social{
    border-radius: 5px 5px;
    background-color: #0077b7;
    padding: 2px 5px;
    cursor: pointer;
    transition: 0.3s all;
 }

 .box-equipe .social-equipe .linkedin-social:hover{
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.3);

 }
 .box-equipe .social-equipe .linkedin-social i{
    color: white;
 }


/* /*  */

.sectionContact{
    margin-bottom: 50px;
    margin-top: 100px;
    padding-bottom: 80px;

}

.form-contact-title h2{
    color: #050C26;
    font-weight: 800;
    margin-bottom: 30px;
  
}

.form-contact-title h2 span{
    color: #15AE8E;
}


.form-contact input[type="text"],
.form-contact input[type="email"] {
    background-color: #FFFDEC!important;
    outline: 0!important;
    box-shadow: 0!important;
    border:0!important;
    color:#737B7D!important;
    border-radius: 0!important;
    border-bottom:#737B7D solid 1px!important;
    margin-bottom: 20px;
}

.form-contact textarea{
    background-color: #FFFDEC!important;
    outline: 0!important;
    box-shadow: 0!important;
    border:0!important;
    color:#737B7D!important;
    border-radius: 0!important;
    border-bottom:#737B7D solid 1px!important;
    margin-bottom: 20px;
}



.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 255, 21, 0)!important;
}


#fileInput{
    display: none;
}

 .file-upload {
            border: 2px dashed #d6d6d6;
            border-radius: 8px;
            background-color: #fff9e8;
            padding: 24px;
            text-align: center;
            
            cursor: pointer;
            transition: background-color 0.3s ease;
            width: 100%;
        }

        .file-upload:hover {
            background-color: #fff4d6;
        }

        .file-upload i {
            font-size: 24px;
            color: #a3a3a3;
        }

        .file-upload-text {
            color: #7a7a7a;
            font-size: 16px;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .file-upload-text span{
            font-weight: 400;
            font-size: 14px;
        }

        .file-upload .dowload{
            font-weight: 400;
            color: #7a7a7a;

           
         

        }

       

        .file-upload input[type="file"] {
            display: none;
        }

        #file-name {
            margin-top: 10px;
            color: #7a7a7a;
            font-size: 14px;
        }



        .form-contact .submitBtn{
            width: 100%!important;
            background-color: #15AE8E;
            color: white;
            font-weight: 600;
            border-radius: 0!important;
            border-radius: 4px 4px!important;;
            justify-content: center;
            align-items: center;
            text-align: center;
            outline: 0!important;
            transition: ease-in-out 0.2s ;
        }

        .form-contact .submitBtn:hover{
         
            background-color: #077e64;
            box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.3);  
           
        }

        .form-contact .form-check-label{
            color: #8E8E8E;
            margin-top: 3px;
            margin-left: 6px;
        
        }

        .form-contact .form-check-label a{
            text-decoration: none;
            color: #15AE8E;
            transition: 0.3s all;
        }

        .form-contact .form-check-label a:hover{
            text-decoration: none;
            color: #085a48;
        }
       

        

        /* Style lorsque la case est cochée */
        /* Enlever le style par défaut de la case à cocher */
        .form-check-input {
            appearance: none; /* Enlever l'apparence par défaut */
            width: 20px;
            height: 20px;
            border: 1px solid #8E8E8E!important; /* Bordure noire par défaut */
            border-radius: 3px; /* Bordure arrondie */
            background-color: transparent; /* Fond transparent par défaut */
            cursor: pointer; /* Curseur pointer */
            transition: background-color 0.3s ease, border-color 0.3s ease;
        }

        /* Quand la case est cochée */
        .form-check-input:checked {
            background-color: #15AE8E !important; /* Couleur de fond verte quand cochée */
            border-color: transparent !important; /* Supprimer la bordure quand cochée */
        }

        /* Icône de coche personnalisée */
        .form-check-input:checked::before {
            content: '✔'; /* Symbole check */
            display: block;
            color: white; /* Couleur du symbole */
            font-size: 14px;
            text-align: center;
            line-height: 18px;
        }

        .container-map {
            position: relative;
            overflow: hidden; /* Cache l'image quand elle est zoomée */
            height: 645px;
            border-radius: 20px 20px 20px 20px ;
            box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.3);  

        }
        
        .map-image {
            transition: transform 0.3s ease-in-out; /* Animation fluide lors du survol */
            width: 100%; /* Assure que l'image occupe toute la largeur du conteneur */
            height: 100%;
            border-radius: 20px  20px 20px 20px ;
            object-fit: cover;
        }
        
        .map-image:hover {
            transform: scale(1.1); /* Zoom léger au survol */
            cursor: pointer; /* Change le curseur en pointeur */
        }


    

    

/*  *//*  *//*  *//*  *//*  *//*  *//*  */

.container-hero-perso{
    padding-top: 90px;
    
}

.container-hero-perso .container-titre-hero h1{
    font-size: 62px;
    font-weight: 900;
    margin-bottom: 50px;
}

.container-hero-perso .container-titre-mediation h1{
    color: #5362A8;
}

.container-hero-perso .container-titre-traduction h1{
    color: #35909E;
}

.container-hero-perso .container-titre-formation h1{
    color: #15AE8E;
}




.container-text-perso h2{
    font-size: 42px;
    font-weight: 900;
}

.container-text-mediation h2{
    color: #5362A8!important;
    margin-bottom: 20px;
    
}

.container-text-traduction h2{
    color: #35909E!important;
    margin-bottom: 20px;
    
}

.container-text-formation h2{
    color: #15AE8E!important;
    margin-bottom: 20px;
    
}


.container-contact-perso{
    padding-bottom: 90px;

}


.circle-trans-active{
    width: 40px;
    height: 40px;
    opacity: 1;
    position: relative;
    top: 15px;
}


.circle-trans{
    width: 40px;
    height: 40px;
    opacity: 0.5;
    position: relative;
    top: 15px;
    transition: 0.3s all;
    border-radius: 50%;
}


.circle-trans:hover{
    opacity: 1;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); /* Ombre */

}

.circle-trans img, .circle-trans-active img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-text-perso p{
    margin-bottom: 15px;
    text-align: justify;
}

.container-text-perso p a{
    color: #000000;
    font-weight: 600;
    text-decoration: underline!important;
    transition: 0.3s all!important;
}

.container-text-perso p a:hover{
    font-weight: 700;
}

.container-text-perso p{
    color: #39393B!important; 
    
}

.container-img-mediation img{
    
    height: 360px;
    object-fit: contain;
}

.container-img-formation img{
    
    height: 360px;
    object-fit: contain;
}

.container-img-traduction img{
    
    height: 360px;
    object-fit: contain;
}

.container-contact-perso{
    padding-top: 80px;
}

.container-contact-perso h3{
    font-size: 52px;
    font-weight: 900;
    margin-bottom: 50px;
    margin-top: 50px;
   
}

.container-contact-mediation h3{
    color: #5362A8!important;

}

.submitBtnMed{
    background-color: #5362A8!important;

}
.submitBtnTrad{
    background-color: #35909E!important;
}

.checkTrad a{
    color: #35909E!important;

}

.float-svg {
    display: inline-block;
    /* Optionally add perspective or 3D transform for depth */
    will-change: transform; /* Optimize for performance */
}

/* Keyframes for floating effect (vertical movement) */
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-45px); /* Subtle upward movement */
    }
    100% {
        transform: translateY(0);
    }
}

/* Keyframes for swaying effect (slight rotation for natural feel) */
@keyframes sway {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(2deg); /* Slight clockwise tilt */
    }
    100% {
        transform: rotate(0deg);
    }
}



.checkMed a{
    color: #5362A8!important;

}

.container-contact-traduction h3{
    color: #35909E!important;

}

.container-contact-formation h3{
    color: #15AE8E;
}

.container-contact-perso form{
    margin-bottom: 60px;
}

.container-contact-perso .hesite{
    color: #39393B!important; 
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;

}

.container-contact-perso a{
    text-decoration: none;
}


.container-contact-perso .ctcMail{
    margin-bottom: 15px;
}



.container-contact-perso .ctcMail i, .container-contact-perso .ctcPhone i{
    position: relative;
    top: 4px
}

.container-contact-perso .ctcMail, .container-contact-perso .ctcPhone {
    font-size: 28px;
    color: #39393B;
    font-weight: 600;
}




















/***********************************************************************************
                                    🔗 FOOTER 🔗                   
************************************************************************************/

footer{
    background-color: #d3ece940;
    padding-top: 60px;
    padding-bottom: 60px;
}

footer .box-descr img{
    vertical-align:baseline!important;
    position: relative;
    right:6px;
   
} 


footer .box-descr p{
    color:#ACACAC;
    font-size:16px;
    margin-top: 15px;
    text-align: justify;
}

.box-footer{
    margin-top: 30px;
    margin-left: 120px;
}
.box-footer h4{
    font-size: 24px;
    color:#15AE8E;
    font-weight: 700;
    margin-bottom: 25px;
   
}
.box-footer p{
    font-size: 16px;
    margin-bottom: 15px;
    color: #050C26; 
    transition: ease-in-out .3s all;
}

.box-footer p:hover{
    font-weight: 500;
}

.box-footer a{
    text-decoration: none;
}

.finalfooter{
    border-top: 1px solid #B7B7B7;
    width: 100%;
    height: 50px;
}
.finalfooter p{
    color: #0000005d;

}

.container-partenaire{
      
    min-height: auto;

}





@media screen and (max-width: 1600px) {
    .container-hero {
        min-height: 570px;
        width: 100%;
        padding-top: 100px;
        background-color: #FFFDEC;
    }
    
    .container-text-hero h1{
         font-size: 38px;
    }

    .box-equipe p {
        font-size: 13px;
        text-align: justify;
    }

    .box-equipe h4 {
     
        font-size: 16px;
      
    }

   

  
        .container-hero p {
        margin-right: 0;
        font-weight: 300;
        font-size: 17px;
        text-align: justify;
   
        }

    .container-image-hero svg{
        width: 75%;
     }

     
    h2 {
        font-size: 38px;
    }


     h3 {
        font-size: 24px;
    }

    .container-partenaire{
        padding-top: 0;
    }

    .container-partenaire .container-image img {
        width: 400px;
        height: 400px;
    }
     
    
    
    .container-trio {
        position: unset;
        margin-bottom: 50px;
    }

    .box-trio{
        margin-bottom: 20px;
    }

    .container-text-hero .text1,  .container-text-hero .text2, .container-text-hero .text3, .container-text-hero .text4{
        font-size: 42px;
        line-height: 20px!important;
    }

    .box-trio{
        width: 100%;
    }

    .container-propulse h2 {
        font-size: 36px;
    }

    .container-partenaire .container-propulse {
        padding-top: 40px;
    }

    .box-partenaire img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    
    }

    .container-partenaire .box-partenaire {
      
        width: 264px;
        height: 85px;
        margin-bottom: 15px;
     
  
        padding: 10px;
    }

    .container-text-perso h2 {
        font-size: 28px;
        font-weight: 900;
    }
    
    
   
    
}

@media screen and (min-width: 991px) and (max-width: 1600px) {

    .container-navbar .nav-item a {
        font-size: 14px;
    }

    .container-navbar svg{
        width: 70%;
    }
    .navbar-brand{
        margin-right: 0;
    }
    .btn-nav {
        width: 105px;
        height: 43px;
        background-color: #35909E;
        border-radius: 218px;
        color: white;
        font-size: 14px;
        font-weight: 800;
        border: solid 2px #35909E;
        transition: 0.3s all;
    }
}


@media screen and (max-width: 1500px) {

    .box-footer{
        margin-left: 30px;
    }
}
@media screen and (max-width: 1199px) {
    .container-hero { 
        padding-top: 38px;
    
    }

    
    .container-text-hero h1 {
        margin-bottom: 15px;
    }

    .container-partenaire .box-partenaire {
      
        width: 264px;
        height: 85px;
        margin-bottom: 15px;
     
  
        padding: 10px;
    }

    .container-partenaire{
      
        min-height: auto;

    }

    .container-image-hero svg{
        width: 40%;
     }

     .box-equipe p{
        font-size: 15px;
     }
     .box-equipe h4 {
      
        font-size: 16px;
        margin-bottom: 10px;
    }
   
    h2 {
        font-size: 38px;
    }

    footer .box-descr svg {
        
        width: 250px;
    }

    footer {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    footer .box-descr p {
     
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 10px;

      
    }

    .box-footer {
        margin-top: 25px;
       
        margin-right: 0px;
    }

    .box-footer h4 {
        font-size: 18px;
        margin-bottom: 14px;
    }


    .box-footer p {
        font-size: 14px;
        margin-bottom: 8px;
        
    }
    

    .finalfooter p {
        font-size: 14px;
    }

  

    
    





}

.container-img-formation img{
    width: 400px;
}

@media screen and (max-width: 990px) {

   
    .form-contact .form-check-label a, .form-contact .form-check-label{
        font-size: 14px;
    }

    .container-hero-perso {
        padding-top: 40px;
    }

    .container-hero-perso .container-titre-hero h1 {
        font-size: 46px;
        font-weight: 900;
        margin-bottom: 25px;
    }

    .container-text-perso h2 {
        font-size: 36px;
        font-weight: 900;
    }

    .container-text-perso p {
        color: #39393B !important;
        font-size: 14px;
    }



    .container-img-mediation img {
        height: 170px;
        margin-top: 25px;
    }

    .container-img-formation img {
        height: 170px;
        margin-top: 25px;
    }

    .container-img-traduction img {
        height: 170px;
        margin-top: 25px;
    }
    .container-text-perso h2{
        margin-bottom: 10px!important;
    }

    .container-contact-perso {
        padding-top: 45px;
    }

    .container-contact-perso img {
        width: 85px;
    }

    .container-contact-perso h3{
        font-size: 36px;
        text-align: center;
    }

    .container-contact-perso .hesite{
        font-size: 14px;
        margin-top: 35px;
        margin-bottom: 22px;
    }

    .container-contact-perso .ctcMail, .container-contact-perso .ctcPhone {
        font-size: 20px;
        color: #39393B;
        font-weight: 600;
    }


    .container-contact-perso {
        padding-bottom: 32px;
    }

    .container-contact-perso form {
        margin-bottom: 40px;
    }


    .container-contact-perso h3 {
     
        margin-bottom: 28px;
        margin-top: 40px;
    }



    .container-hero p{
        font-size: 14px;
    }

    .container-hero {
        min-height: 350px;
        margin-bottom: 35px;

    }

    .box-trio{
        width: 100%;
    }

    .container-trio {
        padding-top: 25px;
    }
    .container-partenaire{
        padding-top: 0;
    }

    .container-partenaire .container-image img {
        width: 220px;
        height: 220px;
    }

    .container-text-hero .text1,  .container-text-hero .text2, .container-text-hero .text3, .container-text-hero .text4{
        font-size: 38px;
        line-height: 20px!important;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 20px;
    }

    .box-footer h4 {
        font-size: 18px;
        margin-bottom: 14px;
    }


    
    .box-equipe h4 {
    
        font-size: 15px;

    }

    .box-equipe p {
        font-size: 14px;
    }

    .container-map {
       margin-top: 50px;
        height: 400px;
    }

    .sectionContact {
       
        margin-top: 30px;
        padding-bottom: 0px;
    }

    footer .box-descr svg {
        
        width: 250px;
    }

    footer {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    footer .box-descr p {
     
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 10px;

      
    }

    .box-footer {
        margin-top: 25px;
        margin-left: 0px;
        margin-right: 0px;
    }

    

    .box-footer p {
        font-size: 14px;
        margin-bottom: 8px;
        
    }
    

    .finalfooter p {
        font-size: 14px;
    }


    .form-contact input[type="text"], .form-contact input[type="email"], .form-contact textarea {
        font-size: 14px;
    }

    .box-trio{padding-right: 0;}

    .container-partenaire {
       
        min-height: 475px;
    }
    
    

    .container-partenaire .container-propulse h2 {
     
        margin-bottom: 20px;
    }

    .container-partenaire .container-propulse {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .box-partenaire img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    
    }

    .container-partenaire .box-partenaire {
      
        width: 250px;
        height: 65px;
        margin-bottom: 15px;
     
  
        padding: 10px;
    }

    .container-navbar svg{
        width: 100%
        
    }

    .navbar-brand{
        margin-right: 0;
        width: 200px;
    }

    .btn-nav{
        margin-bottom: 30px;
        margin-top: 15px;

    }




}


.navbar-toggler {
    border: none;
    background: transparent;
    padding: 0;
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: space-around; /* Espacement homogène entre les barres */
    align-items: center;
    width: 30px;
    height: 24px;
    cursor: pointer;
    position: relative;
}

.navbar-toggler-icon {
    width: 30px;
    height: 2px;
    background-color:  #35909E;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #35909E;
    left:0px;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon::before {
    top: -8px; /* Espacement réduit pour mieux aligner */
}

.navbar-toggler-icon::after {
    top: 8px;  /* Espacement réduit pour mieux aligner */
}

/* Quand le menu est ouvert (animation croix) */
.navbar-toggler.open .navbar-toggler-icon {
    background-color: transparent;
}

.navbar-toggler.open .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.navbar-toggler.open .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    top: 0;
}



.btn-admin {
    display: inline-block;
}

.btn-admin-btn {
    width: 100%; /* Prend toute la largeur de son conteneur */
    padding: 10px 20px; /* Ajuste la taille du bouton */
    background-color: #fff; /* Fond blanc */
    color: #1D1D1D; /* Couleur du texte */
    font-weight: 400; /* Poids du texte */
    font-size: 14px; /* Taille du texte */
    border: none; /* Enlève les bordures */
    border-radius: 8px; /* Bordures arrondies */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); /* Ombre */
    text-align: center; /* Centre le texte horizontalement */
    cursor: pointer; /* Curseur en forme de main */
}

.btn-admin-btn:hover {
    background-color: #f1f1f1; /* Changement de fond au survol */
}

.btn-warning{
    border: 1px solid #1D1D1D!important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.6)!important; /* Ombre */
    background-color: #fff!important; /* Fond blanc */
    transition: 0.2s all!important;
    font-size: 13px!important;
}

.btn-warning:hover{
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.8)!important; /* Ombre */
    background-color: #cac7c725!important; /* Fond blanc */

}

.box-partenaire-txt a{
    text-decoration: none;
}


.box-partenaire-txt .link{
    text-decoration: none;
    transition: 0.3s all;
}

.box-partenaire-txt .link:hover{
    text-decoration: none;
    color: #15ae8f;
}

.container-tarifs{
    padding-top: 75px;
    padding-bottom: 75px;
}

.container-tarifs h2 {
    font-size: 52px;
    font-weight: 900;
    color: #fffeec;
    margin-bottom: 60px;

}


.container-tarifs{
    background-color: #5362A8;
    margin-top: 75px;
}

.container-tarifs h3 {
    color: #fffeec !important;
    font-size: 42px;
    font-weight: 900;
}

.container-tarifs p {
    font-size: 16px;
    color: #fffeec !important;
    text-align: justify;
    margin-bottom: 30px;

}


.title-forma h2{
    color: #15AE8E;
    font-size: 52px;
    font-weight: 900;
    margin-bottom: 100px;
    margin-top: 50px;

}



@media screen and (max-width:1600px) {
    .container-propulse p{
        font-size: 14px;

    }

    .container-tarifs{
        padding-top: 45px;
        padding-bottom: 45px;
    }
}


.qualip{
    width:300px;
    height:100%;
}



@media screen and (max-width:990px) {
    .qualip{
        width:200px;
        height:100%;
    }

    .container-tarifs h3 {
        color: #fffeec !important;
        font-size: 28px;
        font-weight: 900;
    }

    .container-tarifs p {
        font-size: 14px;
        color: #fffeec !important;
        text-align: justify;
        margin-bottom: 30px;
    }

    .container-tarifs h2 {
        font-size: 36px;
      
    }

    .title-forma h2{
        font-size: 36px;
        margin-bottom: 50px;
        margin-top: 50px;
    
    }
    
}


