/* Colin LALLAURET 1B1 MMI - 2023 */

footer {
    position: absolute;
    bottom: -1;
    width: 100%;
    background-color: #1E1D1B;
    margin: 0;
    padding-top: 2em;
    padding-bottom: 2em;
    box-shadow: 0 0 20px #333;

    background-image: url("../img/bg6.png");
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

footer section {
    display: flex;
    flex-direction: column;
}

footer article {
    display: flex;
}

footer .trait_droit {
    margin-top: 1em;
    border: 1px solid #ffffff;
}

footer #art_1er_logo {
    justify-content: space-around;
    padding-bottom: 1.3em;
}

footer #art_menu {
    justify-content: space-around;
    padding-top: 4em;;
    padding-bottom: 4em;
}

footer .police_anim {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
}

footer .police_anim:hover {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

footer #col {
    margin-left: 5em;
    margin-right: 5em;
}

footer #art_logo_res {
    justify-content: space-around;
    padding-top: 1.3em;
}

footer #div_logo {
    display: flex;
}

footer #twitter {
    margin-left: 2em;
    margin-right: 1em;
}

footer #facebook {
    margin-left: 1em;
    margin-right: 2em;
}

footer .trait {
    border: 1px solid #ffffff;
    transform: rotate(90deg);
    height: 12em;
    margin-top: -4em;
}

footer .taille_logo {
    height: 50px;
    width: 50px;
}

footer a {
    font-family: 'Archivo Black', sans-serif;
    font-weight: 400px;
}

footer .sponso {
    height: 100px;
}

footer .hover_logo {
    filter: invert(0%);
    transition: 1s;
}

footer .hover_logo:hover {
    filter: invert(100%);
    transform: scale(0.9);
}

footer .hover_res {
    filter: invert(0%);
    transition: 0.3s;
}

footer .hover_res:hover {
    filter: invert(100%);
    transform: scale(1.1) rotate(5deg);
}

footer .hover_btn {
    color: #a0a0a0;
    transition: 0.5s;
}

footer .hover_btn:hover {
    color: #FFFFFF;
    transform: scale(1.3);
}

footer p {
    color: #a0a0a0;
    text-align: center;
}