footer {
    width: 100%;

    overflow: hidden;
}
footer > * {
    width: 100%;
}

.footer-header {
    height: 200px;

    position: relative;

    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 700px) {
    .footer-header {
        height: 115px;
    }
}
.footer-header .footer-background-image {
    height: 105%;

    z-index: 1;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.footer-header p {
    font-family: "Source Sans Pro";
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    font-weight: lighter;
    color: white;
    text-transform: uppercase;

    z-index: 2;

    text-shadow: 0px 5px 10px #00000066;
}
@media screen and (max-width: 700px) {
    .footer-header p {
        font-size: 25px;
        line-height: 30px;
    }
}
.footer-header p span.bold {
    font-weight: bold;
}

.footer-content {
    width: 100%;
    min-height: 400px;

    background-color: #2B5C73;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.footer-content-infos {
    width: 100%;

    padding-top: 70px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1250px) {
    .footer-content-infos {
        padding-top: 10px;

        flex-wrap: wrap;
    }
}
.footer-content-infos-texts-section {
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1250px) {
    .footer-content-infos-texts-section {
        margin-bottom: 35px;
    }
}
.antonoff-logo-footer-link {
    width: 90%;
    max-width: 510px;
    margin: 0 35px;
}
.antonoff-logo-footer {
    width: 100%;
}
@media screen and (max-width: 1250px) {
    .antonoff-logo-footer-link {
        max-width: 500px;

        margin: 35px 0;
    }
}

.horaires {
    width: 90%;
    max-width: 500px;

    margin: 0 40px;
}
@media screen and (max-width: 650px) {
    .horaires {
        margin: 0 30px;
        margin-bottom: 10px;
    }
}
.horaires * {
    font-family: "Source Sans Pro";
    color: white;

    margin: 0;
}
.horaires .horaires-title {
    font-size: 30px;
    text-transform: uppercase;

    margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
    .horaires .horaires-title {
        font-size: 25px;

        margin-bottom: 30px;
    }
}
@media screen and (max-width: 650px) {
    .horaires .horaires-title {
        font-size: 15px;

        margin-bottom: 20px;
    }
}
.horaires .horaires-text {
    font-size: 20px;
}
@media screen and (max-width: 850px) {
    .horaires .horaires-text {
        font-size: 15px;
    }
}
@media screen and (max-width: 650px) {
    .horaires .horaires-text {
        font-size: 10px;
    }
}

.footer-content-infos .line {
    height: 200px;
    width: 1px;

    background-color: #CA4E4E;
}
@media screen and (max-width: 850px) {
    .footer-content-infos .line {
        height: 150px;
    }
}
@media screen and (max-width: 650px) {
    .footer-content-infos .line {
        height: 110px;
    }
}

.footer-content-infos .contact-infos {
    width: 90%;
    max-width: 400px;

    margin: 0 50px;
}
@media screen and (max-width: 650px) {
    .footer-content-infos .contact-infos {
        margin: 0 30px;
    }
}
.footer-content-infos .contact-infos p {
    font-family: "Source Sans Pro";
    color: white;

    margin: 0;
}
.footer-content-infos .contact-infos .contact-infos-title {
    font-size: 30px;
}
@media screen and (max-width: 850px) {
    .footer-content-infos .contact-infos .contact-infos-title {
        font-size: 25px;
    }
}
@media screen and (max-width: 650px) {
    .footer-content-infos .contact-infos .contact-infos-title {
        font-size: 15px;
    }
}
.footer-content-infos .contact-infos .contact-infos-content {
    margin-top: 40px;
}
@media screen and (max-width: 850px) {
    .footer-content-infos .contact-infos .contact-infos-content {
        margin-top: 30px;
    }
}
@media screen and (max-width: 650px) {
    .footer-content-infos .contact-infos .contact-infos-content {
        margin-top: 20px;
    }
}
.footer-content-infos .contact-infos .contact-infos-content p {
    font-size: 20px;
}
@media screen and (max-width: 850px) {
    .footer-content-infos .contact-infos .contact-infos-content p {
        font-size: 15px;
    }
}
@media screen and (max-width: 650px) {
    .footer-content-infos .contact-infos .contact-infos-content p {
        font-size: 10px;
    }
}
.footer-content-infos .contact-infos .contact-infos-content p span {
    color: #CA4E4E;
}

.footer-content-infos .plan-du-site {
    width: 90%;
    max-width: 130px;
    min-height: 230px;

    margin: 0 10px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
@media screen and (max-width: 1400px) {
    .footer-content-infos .plan-du-site {
        display: none;
    }
}
.footer-content-infos .plan-du-site a {
    font-family: "Source Sans Pro";
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;

    position: relative;
}
.footer-content-infos .plan-du-site a .line {
    width: 0;
    height: 1px;

    background-color: #CA4E4E;

    position: absolute;
    bottom: -10px;
    left: 0;

    transition: width 0.2s ease-in;
}
.footer-content-infos .plan-du-site a:hover .line {
    width: 100%;
}
.footer-content-infos .plan-du-site a.active .line {
    width: 100%;
}

.footer-content-mentions-legales {
    width: 100%;
    min-height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1250px) {
    .footer-content-mentions-legales {
        margin-bottom: 30px;
    }
}
.footer-content-mentions-legales p, .footer-content-mentions-legales a {
    font-family: "Source Sans Pro";
    font-size: 15px;
    color: white;
    text-align: center;
    text-decoration: none;
}
@media screen and (max-width: 650px) {
    .footer-content-mentions-legales p, .footer-content-mentions-legales a {
        font-size: 9px;
        max-width: 80%;
    }
}
.footer-content-mentions-legales p span {
    color: #CA4E4E;
}
