/* header {
    display: none;
} */

#main_footer .langue {
    visibility: hidden;
}

#main_footer {
    background-color: var(--couleur-21);
    width: 100%;
    position: relative;
}

#main_footer section {
    display: flex;
    justify-content: space-between;
}

#main_footer a {
    max-width: max-content;
    margin-bottom: 20px;
    transition: color 0.2s;
}

#main_footer a:hover {
    color: var(--couleur-1);
}

#main_footer .logo_footer img {
    width: 100%;
    max-width: 400px;
    margin: auto;
    display: block;
}

#main_footer .liste_liens {
    display: flex;
    flex-direction: column;
}

#main_footer .footer_ligne.footer_ligne_1 .colonne {
    width: 20%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

#main_footer .titre {
    text-transform: uppercase;
    color: var(--couleur-1);
    font-family: var(--police-Balthazar-Regular);
    font-size: 20px;
    margin-bottom: 18px;
}


#main_footer .footer_ligne.footer_ligne_1 {
    padding: clamp(50px, 10vw, 125px) 10% clamp(30px, 10vw, 50px);
}

#main_footer .footer_ligne.footer_ligne_2 {
    padding: clamp(30px, 10vw, 50px) 0 clamp(50px, 10vw, 125px);
    border-top: 1px solid #f0dbc8;
    margin: 0 10%;
}

#main_footer .footer_ligne.footer_ligne_1 .colonne .menu_2,
#main_footer .footer_ligne.footer_ligne_1 .colonne .menu_4,
#main_footer .footer_ligne.footer_ligne_1 .colonne .menu_6 {
    margin-top: 25px;
}

#main_footer .suivre_footer a {
    display: block;
    margin-right: 10px;
}

#main_footer .suivre_footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

#main_footer .suivre_footer p {
    width: 100%;
    margin-bottom: 20px;
    font-family: var(--police-worksans-bold);
    text-transform: uppercase;
}


#main_footer .panier_footer {
    transition: transform .2s;
}

#main_footer .menu_4 a {
    display: flex;
    align-items: center;
}

#main_footer .menu_4 img {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    object-fit: contain;
    transition: all .2s;
}

#main_footer .menu_4 a:hover .panier_footer {
    transform: rotateZ(-5deg);
}


#main_footer .favoris_footer_hover {
    opacity: 0;
    position: absolute;
}

#main_footer .menu_4 a:hover .favoris_footer_base {
    opacity: 0;
}

#main_footer .menu_4 a:hover .favoris_footer_hover {
    opacity: 1;

}

#main_footer .tel_footer {
    font-family: var(--police-worksans-bold);
}

#main_footer .titre_horaire {
    font-family: var(--police-worksans-bold);
}

#main_footer .mail_footer {
    font-family: var(--police-worksans-bold);
    margin: 20px 0 0;
}


#main_footer .menu_7 .titre {
    display: none;
}

#main_footer .menu_7 .liste_liens {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

#main_footer .menu_7 .liste_liens a {
    margin-right: 40px;
    margin: 10px 40px 10px 0 !important;
}

#main_footer .menu_7 .liste_liens .ckie_link{
    background-color: unset;
    border: unset;
    cursor: pointer;
}
#main_footer .menu_7 .liste_liens .ckie_link:hover{
    text-decoration: underline;
}



/* Select langue */

#main_footer img.drapeau {
    height: 15px;
    width: 15px;
}

#main_footer .select {
    width: 100%;
    min-width: 200px;
    height: 40px;
    background-color: var(--couleur-18);
    color: #272621;
    cursor: pointer;
    z-index: 1;
    border: 1px solid var(--couleur-4);
    position: relative;
    border-radius: 5px;
}

#main_footer .langue .dropdown-container {
    display: flex;
    flex-direction: column-reverse;
}

#main_footer .select .options {
    max-height: 0;
    display: flex;
    flex-direction: column;
    transition: max-height .2s;
    z-index: 1;
    position: absolute;
    top: 90%;
    left: -1px;
    width: 101%;
    overflow: hidden;
    border-radius: 2px;
    border-bottom: unset !important;
    top: auto;
    bottom: 100%;
}

#main_footer .select.active .options {
    max-height: 400px;
    border: 1px solid var(--couleur-4);
}

#main_footer .select .chosenOption,
#main_footer .select .option {
    width: 100%;
    height: 2.5rem;
    background-color: var(--couleur-18);
    color: #272621;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: flex-start;
    text-align: left;
    padding: 0 1rem;
    transition: background-color .2s;
}

#main_footer .select .chosenOption {
    height: 100%;
    border-radius: 5px;
    background-color: var(--couleur-18);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#main_footer .select .chosenOption img {
    height: 0.6rem;
    width: 0.6rem;
    object-fit: contain;
    margin: 0;
}

#main_footer .select .option.active {
    background-color: var(--couleur-23);
}

#main_footer .select .option:hover {
    background-color: var(--couleur-23);
}

/* Fin select langue */




/**** MEDIA ****/
@media screen and (max-width: 1400px) {
    #main_footer .suivre_footer img {
        width: 30px;
    }
}

@media screen and (max-width: 1024px) {
    #main_footer .footer_ligne.footer_ligne_1 .colonne {
        width: 45%;
    }

    #main_footer section {
        flex-wrap: wrap;
    }

    #main_footer .suivre_footer {
        margin-top: 50px;
    }

    #main_footer .suivre_footer img {
        width: 40px;
    }

    #main_footer .footer_ligne.footer_ligne_1 .colonne .menu_3,
    #main_footer .footer_ligne.footer_ligne_1 .colonne .menu_5 {
        margin-top: 25px;
    }
}

@media screen and (max-width: 768px) {
    #main_footer .titre {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    #main_footer .footer_ligne.footer_ligne_1 .colonne {
        width: 100%;
    }

    #main_footer .logo_footer img {
        width: 80%;
        margin-bottom: 50px;
    }

    #main_footer .titre {
        font-size: 18px;
    }

    /* menu */
    #main_footer .menu.active .liste_liens {
        max-height: 1500px;
        margin: 10px 0;
    }

    #main_footer .menu.active .titre:after {
        transform: rotate(180deg);
    }

    #main_footer .menu {
        border-bottom: 1px solid #F1DCCA;
        cursor: pointer;
        margin-top: 15px !important;
        width: 100%;
    }

    #main_footer .menu .titre {
        position: relative;
        margin: 0;
        padding-bottom: 15px;
    }


    #main_footer .menu .titre::after {
        font-weight: bold;
        font-size: 16px;
        content: url(../../../../uploads/2023/07/fleche-bas-orange-marron.svg);
        position: absolute;
        right: 0;
    }

    #main_footer .menu .liste_liens {
        max-height: 0;
        overflow: hidden;
        transition: max-height .2s;
    }

    #main_footer .titre {
        margin-bottom: 0px;
        display: flex !important;
        margin-top: 10px;
    }

    #main_footer .liste_liens a {
        width: 48%;
        min-width: 48%;
    }

    #main_footer .liste_liens {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #main_footer .liste_liens_6 {
        flex-direction: column;
    }

    #main_footer .footer_ligne.footer_ligne_1 {
        padding-bottom: 0;
    }

    #main_footer .footer_ligne.footer_ligne_2 {
        padding-top: 0;
        border-top: 0px;
        padding-bottom: 150px;
    }


    #main_footer .langue {
        margin: 110px auto 0;
    }

    #main_footer .suivre_footer p {
        display: none;
    }

    #main_footer .suivre_footer a {
        margin-left: 10px;
    }

    #main_footer .suivre_footer {
        justify-content: center;
        position: absolute;
        bottom: 25px;
        transform: translate(-50%, 0);
        left: 50%;
        width: 100%;
    }

    #main_footer .lien_reseaux {
        min-width: 80%;
        text-align: center;
    }

}

@media screen and (max-width: 450px) {

    #main_footer .titre {
        font-size: 16px;
    }

    #main_footer .liste_liens {
        flex-direction: column;
    }

    #main_footer .liste_liens a {
        width: 100%;
        min-width: 100%;
    }

}