/* CUSTOM BY NP */

body{
    background-color: #EDE0D4;
}

body, html {
    font-family: "Baloo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #402D26;
}

h1,h2, h3, h4{
    font-family: "Baloo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: semi-bold;
    color: #023E8A;
    letter-spacing: normal;
}

.titre {
    margin-left: 10%;
}


#page-title {
    font-family: "Baloo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: semi-bold;
    color: #023E8A;
    letter-spacing: normal;
}


.container, body, html {
    font-family: "Baloo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #402D26;
}

#content-wrapper {
    margin-top: 60px; 
}
/* Arranger le footer */
/*
#wrapper::after {
    display: block;
}
*/
@media(min-width:768px) {
    .fixchall {
        max-width: 262.5px !important;
    }
}
@media only screen and (min-width: 600px) {
    #content-wrapper {
        margin-left: 120px;
        margin-bottom: -60px; 
        min-height: 100%;
    }

    .footer {
        margin-left: 120px;
        bottom: 0px;
    }
}

@media only screen and (max-width: 600px) {
    #content-wrapper {
        margin-left: 0px; 
        margin-bottom: -60px;
    }

    .footer {
        margin-left: 0px; 
        margin-bottom: 60px;
        bottom: 60px;
    }
}

.footer {
    position: static;
    width: auto;
    margin-top: auto;
 /*   height: 60px; */
}

.btn {
    color: #fff;
    background-color: #023E8A;
    border-color: #023E8A;
}

.dropdown-menu{
    background-color: #EDE0D4;
    color: #402D26;
}

.dropdown-item{
    font-family: "Baloo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #402D26;
}

.dropdown-menu:hover, .dropdown-item:hover{
    background-color: #EDE0D4;
    color: #866246;
}    

/* PAGE FORMATIONS*/

.card-deck .formation-card, .card-deck .formation-card:hover {
    color: inherit; /* Assure que le texte reste de la même couleur */
    text-decoration: none; /* Enlève le soulignement du lien */
}

.card-deck .formation-card:hover {
    transform: scale(1.01); /* Agrandit légèrement la carte */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ajoute une ombre pour un effet de surbrillance */
}

/* FIN PAGE FORMATIONS*/