/* Footer */
footer {
    background-color: #1d1e18;
}

.contact-footer {

    display: flex;
    background-color: black;
    color: #e6aa68;

}

.legal-info {
    display: flex;
    justify-content: space-around;
    background-color: #1d1e18;
    color: #fffbbd;
    font-size: 12px;
}

.contact-footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;

}

.adresse-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #1d1e18;
    color: #fffbbd;
    width: 50vw;
    margin: auto;
    padding: 25px;
    align-items: center;

}

.adresse-footer h4 p {
    margin: 0;
    padding: 5px;

}

.logo-footer {
    height: 130px;
    width: 130px;
  padding: 0px 25px;
}

.contact-footer a {
    color: #FFFBBD;

}

.ul_icone {
    display: flex;
    flex-direction: row;
    width: 20%;
    justify-content: space-around;
    align-items: flex-end;
    /* list-style: none; */
}

.ul-contact {
    display: flex;
    flex-direction: row;
    width: 40%;
    justify-content: space-around;
    /* list-style: none; */

}

.ul-contact li {
    display: flex;
    align-items: center;

}

.ul-contact li a {
    padding-left: 10px;

}

/* .effetBtn {
    box-shadow: 5px 5px 10px #444, -5px -5px 10px black;
    box-shadow: -5px -5px 10px black;
    border-radius: 50%;
} */
.small {
    color: #fffbbd;

}


@media screen and (max-width: 960px) {


    .adresse-footer {
        flex-direction: row;
        width: 100%;
        padding: 25px 0;
        align-items: center;
        justify-content: space-evenly;

    }

    .adresse-footer h4 {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        margin: 0;

    }

    .logo-footer {
        height: auto;
        width: auto;
    }

    .adresse-footer p {
        margin: 0;
        padding: 10px;

    }

    .legal-info {
        flex-direction: column;
        align-items: center;
    }

    .effetBtn {
        height: 80px;

    }

    .contact-footer li img {
        height: 20px;
        width: 20px;

    }

    .ul-contact {
        margin: 0;
        padding: 10px;
        flex-direction: column;
        width: 70%;
    }

    .ul-contact li {
        padding: 5px 0;
        display: flex;
        align-items: center;
    }

    .ul_icone {
        flex-direction: column;
        align-items: center;
        padding-left: 0;

    }

    .contact-footer {
        flex-direction: row-reverse;
        justify-content: space-around;

    }

    .contact-footer a {
        padding-left: 10px;
    }
}