.contact-accueil {
    width: 100%;

    margin-top: 180px;
}
.contact-accueil > * {
    width: 100%;
}

.contact-accueil-dots {
    width: 100%;
}

.contact-accueil-container {
    width: 100%;
    height: 40vw;
    min-height: 135px;
    max-height: 450px;

    position: relative;

    overflow: hidden;
}
.contact-accueil-container > * {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.contact-accueil-image-background {
    width: 105%;
}

.contact-accueil-content {
    width: 90%;
    max-width: 825px;
    height: fit-content;

    text-align: center;
}
.contact-accueil-content p {
    font-family: "Source Sans Pro";
    font-size: 50px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;

    margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
    .contact-accueil-content p {
        font-size: 40px;
    }
}
@media screen and (max-width: 750px) {
    .contact-accueil-content p {
        font-size: 30px;
    }
}
@media screen and (max-width: 600px) {
    .contact-accueil-content p {
        font-size: 20px;
    }
}
@media screen and (max-width: 400px) {
    .contact-accueil-content p {
        font-size: 15px;
    }
}
.contact-accueil-content img {
    height: 40px;
}
@media screen and (max-width: 500px) {
    .contact-accueil-content img {
        height: 25px;
    }
}
