.list_custom li:before
{
 font-size: 0.5em;
 font-weight: 900;
}
@media screen and (min-width: 800px){
    #logo, #logo img
    {
        margin-top:-35px !important;
    }
}

@media (max-width: 800px)
{
    .text_slider a {
    font-size: 16px ! Important;
    }
    #text_btn {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .text_slider {
    height: 82% !important;
}
.text_slider h3 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 1% !important;
}
.text_slider h3 {
    font-size: 18px ! Important;
}
.container__statistiques
{
    display:block !important;
}

    #juicebox-container-1
    {
        height: 250px !important;
        width: 100% !important;
    }
    .jb-idx-thb-list img
    {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important ;
        width: 100% !important ;
        height: auto !important;
    }
    .special_row {
        display: flex;
        flex-direction: column-reverse; /* Inverser l'ordre des colonnes en affichant la colonne col-md-4 au-dessus de la colonne col-md-8 */
    }

}
@media (max-width: 1000px)
{
    .text_slider h3 {
    position: inherit !important;
    transform: none !important;
    width: 100% !important;
}
}