#main-footer{
    background: #3D1F1D;
    padding: 20px 0;
    color: white;
}
footer#main-footer p {
    padding: 0;
}

.footer-container {
    padding: 0 20px;
}

.footer-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 20px;
}


.col-1-footer {
    width: 50%;
}
.col-2-footer {
    width: 50%;
}
/*col 1 footer*/
.row-1-footer {
    padding: 30px 10%;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-direction: column;

}
.row-2-footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
}

.row-1-footer p.h3{
    max-width: 825px;
}


.contact-infos-footer {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 48px;
}

.infos-footer {
    padding: 14px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 90%;
}


/*col 2 footer*/
.menu-footer {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    padding: 8%;
}
.footer-menu-group {
    display: flex;
    flex-direction: column;
}

a.footer-menu-lvl1 {
    color: white ;
    font-weight: 700;
    width: fit-content;
}
a.footer-menu-lvl2 {
    color: white;
    width: fit-content;
}


.footer-menu-col {
    display: flex
;
    flex-direction: column;
    gap: 20px;
}

/*col 3 footer*/

.col-3-footer .row-1-footer {
    gap: 5px;
}
.col-3-footer .row-2-footer {
    padding: 5px;
}

a.btn-reservation-footer{
    display: flex;
    height: 100%;
    width: 100%;
    background-color: #363E45;
    font-size: 18px;
    font-weight: 800;
    color: #FAEDDE;
    align-items: center;
    justify-content: center;
}


.footer-menu-col .footer-menu-lvl1:after,
.footer-menu-col .footer-menu-lvl2:after
{
    background: transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: relative;
    transition: width 0.5s ease 0s;
    width: 0;
    top: 2px;
}

 .footer-menu-col .footer-menu-lvl1:hover:after,
 .footer-menu-col .footer-menu-lvl2:hover:after{
    width: 100%;
    background: #DDAF66;
}

/*lien realisation*/
.realisationPar{
    margin-top: 20px;
}
.realisationPar p{
    width: fit-content;
    margin: auto;
}

@media screen and (max-width: 960px){
    .footer-wrapper {
        flex-direction: column;
        margin: 0;
    }
    .col-1-footer,
    .col-2-footer,
    .col-3-footer {
        width: 100%;
    }

    .col-1-footer {
        border-right:none;
    }
    .col-2-footer {
        border-right: none;
    }
    .menu-footer {
        flex-direction: row;
        gap: 30px;
        justify-content: center;
        padding: 30px 10%;;
    }
    .col-3-footer .row-1-footer{
        flex-direction: row;
        gap: 20px;
        flex-wrap: wrap;
    }
    .btn-reservation-footer {
        padding: 20px;
    }

}

@media screen and (max-width: 570px){
    .infos-footer {
        flex-direction: column;
        padding: 5%;
        text-align: center;
        width: 100%;
    }

    .menu-footer {
        flex-direction: column;
    }

    .contact-infos-footer {
        justify-content: center;
    }

}
