footer {
    padding-bottom: 2rem;
}

footer p, footer a {
    font-size: 14px;
    color: var(--white);
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: none;
    color: var(--white);
}

footer .ce-gallery a:focus {
    outline: -webkit-focus-ring-color auto 1px !important;
}

footer p {
    font-family: 'Arial', sans-serif;
    font-weight: 300;
}

/* Logo */
footer .address .ce-gallery a:focus-visible,
footer .address .ce-gallery a:focus,
footer .address .ce-gallery a:focus-within {
    border: 3px solid var(--darkgrey);
}

footer .address .ce-gallery a img {
    padding-left: 13px;
    height: 80px;
    width: auto;
}

/* Adresse */
footer .address {
    background-color: var(--darkgrey);
    padding: 5px 0;
}

footer .address .ce-gallery {
    float: none;
}

footer .address .ce-bodytext {
    padding: 0 10px;
}

/* Autres événements */
footer .autreevent:before {
    display: none;
}

footer .autreevent {
    background-color: var(--lightgrey);
    padding: 0 5px;
}

footer .autreevent p {
    margin-top: 10px;
    color: var(--darkblack);
    font-weight: 700;
    line-height: 28px;
}

footer .autreevent a {
    color: var(--darkblack);
}

/* Prog Vendespace */
footer .progvendespace {
    background-color: #e30512;
    padding-bottom: 10px;
}

footer .progvendespace p {
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: -7px;
}

footer .progvendespace:before {
    display: none;
}

footer .progvendespace a:focus {
    outline: -webkit-focus-ring-color auto 1px !important;
}

footer .progvendespace .ce-gallery a:focus-visible,
footer .progvendespace .ce-gallery a:focus,
footer .progvendespace .ce-gallery a:focus-within {
    border: 3px solid var(--darkgrey);
}

/* Réseaux sociaux */
footer .socials {
    background-color: var(--darkgrey);
}

footer .socials p {
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 5px;
}

footer a[href^="tel:"]:before {
    content: "\260e";
    margin-right: 0.5em;
}

footer address {
    text-transform: uppercase;
}

@media (min-width: 576px) {
    footer .address .ce-gallery {
        float: left;
    }

    footer .address .ce-bodytext {
        padding: 0;
    }
}

@media (min-width: 768px) {
    footer {
        padding-bottom: 0;
    }

    footer hr {
        display: none;
    }

    footer .socials ul {
        justify-content: center;
    }

    footer .socials ul li a {
        font-size: 22px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    footer .socials ul li {
        padding-right: 24px;
    }

    footer .address p {
        line-height: 1.3;
        padding-top: 0;
        text-align: left;
    }

    footer .autreevent:before {
        content: "";
        background-image: url("/fileadmin/template/assets/pictoflechegrisefooter.png");
        width: 59px;
        height: 29px;
        background-repeat: no-repeat;
        position: relative;
        display: block;
        background-position: center;
        top: -29px;
        left: 37%;
    }

    footer .progvendespace:before {
        content: "";
        background-image: url("/fileadmin/template/assets/pictoflecherougefooter.png");
        width: 59px;
        height: 29px;
        background-repeat: no-repeat;
        position: relative;
        display: block;
        background-position: center;
        top: -29px;
        left: 37%;
    }

    footer .autreevent p {
        margin-top: -12px;
    }

    footer .progvendespace .ce-textpic {
        overflow: visible;
    }

    footer .progvendespace p {
        margin-top: -17px;
    }
}

@media (min-width: 992px) {
    footer .socials ul {
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
    footer .socials ul li a {
        font-size: 30px;
        width: 45px;
        height: 45px;
        line-height: 46px;
    }
}