/* -------------
    SOMMAIRE
------------- */

/*
    @AUTHOR : Nicolas BOUDOT

    MOLÉCULE : RS
    Style des réseaux sociaux
*/


.rs-block {
    font-family: var(--ff-secondary);
    font-weight: 500;
    color: var(--white);
    letter-spacing: .2px;
}
.molecule_rs {
    margin-top: 5px;
    display: flex;
    align-items: center;
    list-style: none;
    gap:10px
}
    @media (max-width: 767px) {
        .rs-block {
            margin-top: 44px;
        }
    }
    @media (min-width: 768px) {
        .rs-block {
            margin-left: 71px;
        }
        /* Footer */
        .organism_footer .molecule_rs {
            justify-content: center;
        }
    }


.molecule_rs a {
    background-color: var(--c-tertiary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}
.molecule_rs a:hover {
    background-color: var(--c-secondary);
}
.molecule_rs a span {
    font-size: 18px;
}
.molecule_rs a span.icon-facebook {
    font-size: 17px;
}
.molecule_rs a span.icon-linkedin {
    font-size: 14px;
}
@media (max-width: 991px) {
    .rs-block > span {
        display: inline-block;
        font-size: 20px;
        margin-bottom: 23px;
    }
    .molecule_rs a {
        width: 48px;
        height: 48px;
        font-size: 28px;
    }
    .molecule_rs a span.icon-facebook,
    .molecule_rs a span {
        font-size: 25px;
    }
    .molecule_rs a span.icon-linkedin {
        font-size: 21px;
    }
    .molecule_rs a span.icon-instagram {
        font-size: 29px;
    }
}
