/* Footer */
footer {
    background-color: #1d1e18;
}

.contact-footer {

    display: flex;
    background-color: black;
    color: #EEDFC2;

}

.legal-info {
    display: flex;
    justify-content: space-around;
    background-color: #1d1e18;
    color: #EEDFC2;
    font-size: 12px;
}

.contact-footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;

}

.adresse-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: #1d1e18;
    color: #EEDFC2;
    width: 50vw;
    margin: auto;
    padding-top: 25px;

}
.t-f {
    font-family: "Cherish", cursive;
    font-weight: 100;
    font-style: normal;
    font-size: 40px;
}

.contact-footer a {
    color: #EEDFC2;

}

.ul_icone {
    display: none;
    /* display: flex; */
    flex-direction: row;
    width: 20%;
    justify-content: space-around;
    /* 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 img {
    height: 30px;
    width: 30px;

}
.ul-contact li a {
    padding-left: 10px;

}

.adresse-footer h4 p {
    text-align: center;
}

.small {
    color: #EEDFC2;

}

