@import url('https://fonts.googleapis.com/css2?family=BhuTuka+Expanded+One&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:wght@700&display=swap');
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-5");

.footer {
    display: flex;
    width: 100%;
    height: auto + 20px;
    flex-direction: column;
    flex-shrink: 0;
    background-color: #FEFEFE;
    z-index: 1;
}

.footer__liens--texte {
    text-decoration: none;
    list-style: none;
    color: #000;
    text-align: left;
    font-family: BhuTuka Expanded One;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 35px */

}

.footer__logosite {
    width: 54px;
    height: auto;
    flex-shrink: 0;
    right : 0;
    top : 0;
}

.footer__mentions {
    color: #000;
    
    font-family: Helvetica;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.footer__logommi {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    margin-left: 300px;
}