body{
    font-family: 'Poppins', sans-serif;
    color: #2C3E50;
}


.btn-idcie{
    color: #fff !important;
    background-color: #28b463;  
    border-color:#28b463;
    margin-left:30px;
}

.btn-idcie:hover{
    background-color: #216f42;  
}

.cta-border{
    border: 4px solid #28b463;
    padding: 30px;
    border-radius: 20px;
}

.cta-border h3{
    color: #197fc3;
}

#navbarNav{
    justify-content: end;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #28b463
}

.nav-tabs .nav-link {
    color: #197fc3;
}

.subtitle-green{
    color: #28b463; 
    font-size: 0.8em;

}

.subtitle{
    font-size: 0.8em;
}

.acontact{
    text-decoration: none;
    color:#2c3e50 ;
}

.breadcrumb-item a{
    color: #28b463;
    text-decoration: none;
}

.infos-formation li{
    list-style-type: none;
}

.infos-formation h4{
    color : #197fc3;
    font-size: 1.3rem;
}

.infos-formation a {
    color : #38b970;
}

.header-top{
    background-color: #28b463;
    color: #fff;
    padding: 10px 0;
}

.header-top p{
    margin:0;
}


.head-service{
    background-color: #2C3E50;
    height: 480px;
    margin-bottom: 50px;
    color: #fff;
    background-size: cover;
    background-position: top;
}

.head-home{
    background-color: #2C3E50;
    height: 680px;
    margin-bottom: 50px;
    color: #fff;
    background-size: cover;
    background-position: top;
    position: relative;
}

.indicateur-formation{
    margin: 30px 0;
}

.indicateur-formation li{
    display: inline-block;
    list-style-type:none;
    margin: 0 30px;
    width: 10%;
}

.indicateur{
    color: #28b463;
    font-size: 3em;
    line-height: 0em;
}

.head-home .home-title{
    position: absolute;
    bottom:100px;
}

.img-col{
    background-size: cover;
    height: 100%;
    background-position: center
}

.home-title h1{
    color:#28b463;
    background-color: #00000087;
    font-size: 2em;
    display: inline-block;
    padding: 20px;
}

.home-title h2{
    color:#fbfcfc;
    background-color: #00000087;
    font-size: 1.5em;
    padding: 20px;
}

.accordion-button:not(.collapsed) {
    color: #28b463;
    background-color: #28b46324;
}

.footer-logo{
    width: 150px;
    height: 150px;
}

.footer-logo img{
    width: 100%;
}

.breadcrumb{
    padding: 20px;
}

.header-top a{
    color:#fff;
}

.txt-green{
    color:#28b463;
}
.banner{
    height: 430px;
    width: 100%;
    color:#fff;
    background-color: black;
}

.banner-formation{
    height:400px;
    border-radius: 20px;
    background-size:cover;
    background-position:center;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.form-contact{
    background-color: #e3f4eb;
    padding: 30px;
    border-radius: 20px;
}

.form-contact h3{
    color: #1777B0;
}

.banner-formation h1{
    position: absolute;
    bottom:0;
    padding: 20px;
    color:#fbfcfc;
    background-color: #00000087;
    font-size: 1.6em;
    width: 100%;
}

.banner-formation h1 span{
    font-size: 0.9em;
}

.title{
    color: #007fc3;
}

.card-title{
    color: #007fc3; 
}

.infos-formation{
    border-radius: 12px;
    padding: 15px;
    background-color:#e3f4eb;
}

section{
    margin: 30px 0;
}

.cta-one{
    text-align: center;
    background-color: cornflowerblue;
    color: #fff;
    padding: 40px 30px;
}

footer {
    background-color: #0077B6; /* Bleu Caraïbes */
    color: #fff;
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
}

footer p{
    margin: 0;
}

footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

footer .footer-section {
    flex: 1;
    min-width: 200px;
}

footer h4 {
    font-size: 1.2em;
    margin-bottom: 15px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


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

footer a:hover {
    color: #E74C3C; /* Corail Lumineux */
}


footer .footer-bottom {
    border-top: 1px solid #95A5A6; /* Gris Clair */
    text-align: center;
    padding-top: 20px;
}

@media (max-width: 768px) {
    footer .container {
        flex-direction: column;
        align-items: center;
    }

    footer .footer-section {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 320px) and (max-width: 415px) {
    .indicateur-formation li{
        display: block;
        list-style-type:none;
        margin: 45px 0px;
        width: 100%;
    }
}
