.footer{
    position: relative;
    width: calc(100% - 12px);
    min-height: auto;
    margin: 0 auto;
    padding: 0;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 100px;
}

.footer .rose {
    width: calc(100% - 120px);
}

.footer .rose .adresse{
    background-color: #d6c0d0;
    line-height: 24px;
    font-size: 12px;
    color: white;
    text-align: center;
    padding: 0 15px;
}

.footer .logo {
    box-sizing: border-box;
    position: relative;
    width: 120px;
    font-size: 0;
    display: block;
    padding: 5px;
}

.footer .logo img{
    max-width: 100%;
}

.footer .contact{
    position: relative;
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    color: #d6c0d0;
    text-align: center;
}

.footer .contact span{
    padding: 0 25px;
}

.footer .contact span a{
    cursor: pointer;
    color: #d6c0d0;
}

/* ===================================================== */
/*   SOCIAL ICONES — CENTRÉES AU MILIEU DE LA PAGE       */
/* ===================================================== */

.footer .social{
    width: 100%;               /* occupe toute la largeur */
    display: flex;             /* icônes côte à côte */
    justify-content: center;   /* centrage horizontal */
    align-items: center;       /* centrage vertical */
    gap: 25px;                 /* espace entre icônes */
    margin-top: 15px;
}

.footer .social span{
    display: inline-flex;
}

.footer .social span a{
    cursor: pointer;
}
