#btn-connexion a
{
    background: linear-gradient(90deg, var(--theme_degraded_bg_color_start) 0%, var(--theme_degraded_bg_color_end) 100%);
    color: white !important;
    padding: 0 32px;
}

#btn-connexion a:hover
{
    background: transparent !important;
    border: solid 1px white;
    color: white !important;
}

#user_account
{
    background-color: black;
    padding: 8px 16px;
    border-radius: 7px;
    height: 90%;
    margin-bottom: 8px;
}

#user_account p
{
    color: white !important;
}

#profile_menu
{
    left: 15%;
}

#tel_footer a:hover
{
    color: white !important;
    text-decoration: none;
}

#productivite h3{
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    padding: 38px 25px 0 25px;
}

@media (max-width: 1415px) and (min-width: 1200px)
{
    #productivite h3{
        padding: 30px 25px 0 25px;
        font-size: 14px;
    }
}

@media (max-width: 1557px) and (min-width: 1416px)
{
    #productivite h3{
        padding: 25px 15px 0 15px;
    }
}

#perf_collective h3{
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    padding: 38px 25px 0 25px;
}

@media (max-width: 1415px) and (min-width: 1200px)
{
    #perf_collective h3{
        padding: 30px 25px 0 25px;
        font-size: 14px;
    }
}

@media (max-width: 1557px) and (min-width: 1416px)
{
    #perf_collective h3{
        padding: 25px 15px 0 15px;
    }
}

#fiabilite h3{
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    padding: 38px 25px 0 25px;
}

@media (max-width: 1415px) and (min-width: 1200px)
{
    #fiabilite h3{
        padding: 30px 25px 0 25px;
        font-size: 14px;
    }
}

@media (max-width: 1557px) and (min-width: 1416px)
{
    #fiabilite h3{
        padding: 25px 15px 0 15px;
    }
}

#serenite h3{
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    padding: 38px 25px 0 25px;
}

@media (max-width: 1415px) and (min-width: 1200px)
{
    #serenite h3{
        padding: 30px 25px 0 25px;
        font-size: 14px;
    }
}

@media (max-width: 1557px) and (min-width: 1416px)
{
    #serenite h3{
        padding: 25px 15px 0 15px;
    }
}



.card-slide img {
    width: 100%;
    height: 160px; /* ou une hauteur fixe adaptée */
    object-fit: cover; /* permet de remplir sans déformation */
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
}

#profile_menu .fa-folder-open.profile-dropdow-icon,
#profile_menu .fa-user.profile-dropdow-icon {
    color: var(--theme_primary_color) !important;
}