/**
 * Fichier  : /menus/footer/assets/css/social.css
 * Fonction : style des réseaux sociaux
 */


/* ==================================================
   SOCIAL
================================================== */

#footer .social .inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    gap: 5px;
}


/* ==================================================
   ITEMS
================================================== */

#footer .social .inner .item {
    position: relative;
}

#footer .social .inner .item {
    width: 38px;
    height: 38px;
}


/* ==================================================
   IMAGES
================================================== */

#footer .social .inner .item img {
    position: absolute;
}

#footer .social .inner .item img {
    width: 100%;
    height: 100%;
}


/* ==================================================
   RESPONSIVE
================================================== */

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

    #footer .social .inner .item {
        width: 45px;
        height: 45px;
    }

}