#contact h1 {
    text-align: center;
    color: #000;
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 0;
}

#contact .bothcontact {
    display: flex;
    gap: 40px;
    margin-top: 14px;
}

#contact .subtitle {
    font-family: "Akzidenz-Grotesk Pro";
    font-weight: 500;
    font-size: 23px;
    margin-top: 96px;
}

#contact .leftcontact {
    margin-top: 40px;
    width: 595px;
    max-width: 100%;
}

#contact .rightcontact {
    flex-grow: 1;
}

#contact .contact-form .form-control-select {
    outline: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #707070;
}

#contact .contact-form .form-control-label {
    display: none;
}

#contact #contactform-message {
    border-radius: 36px;
    background: #fff;
    padding: 28px 39px;
}

#contact .form-footer {
    text-align: right;
    margin-top: 80px;
}

#contact .form-footer .btn-primary {
    width: 340px;
    max-width: 100%;
}

#contact .leedito {
    font-family: 'Minion Pro';
    font-size: 19px;
    line-height: 1.75;
    margin-top: 60px;
}

#contact #content hr {
    width: 50%;
}

#contact .strongseparator {
    border-color: #000;
    border-width: 2px;
    margin: 80px auto;
}

#contact .lightseparator {
    border-color: #585353;
    border-width: 1px;
    margin: 80px auto;
}

#contact .editosub {
    font-family: "Akzidenz-Grotesk Pro";
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 25px;
    width: calc((100% + (35px / 2)) / 3 * 2);
    margin-left: auto;
    margin-right: auto;
}

#contact .boutiqueline {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin-bottom: 100px;
}

#contact .boutique {
    width: calc((100% - 35px) / 3);
}

#contact .siegesocial {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

#contact .siegesocial .editosub {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

#contact .siegesocial .leleft {
    width: calc((100% - 35px) / 3);
}

#contact .siegesocial .leright {
    max-width: 100%;
    width: calc((100% - 35px) / 3);
}

#contact .siegesocial .leright img {
    width: 450px;
    max-width: 100%;
}

#contact .propresse {
    width: calc((100% + (35px / 2)) / 3 * 2);
    margin-left: auto;
    margin-right: auto;
}

#contact .propresse .editosub {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

#contact .propresse .letxt {
    color: #707070;
}

#contact .propresse .letxt .lafl {
    margin-bottom: 40px;
}

@media (max-width: 1199px) {

    #contact .subtitle {
        font-size: 40px;
    }

    #contact .leftcontact {
        width: 50%;
    }

    #contact .leedito {
        font-size: 25px;
    }

    #contact .siegesocial .leright img {
        width: 400px;
    }
}

@media (max-width: 991px) {
    #contact .bothcontact {
        flex-wrap: wrap;
    }

    #contact .leftcontact {
        width: 100%;
    }

    #contact .form-footer {
        text-align: center;
    }
}

@media (max-width: 767px) {
    #contact .boutiqueline {
        flex-wrap: wrap;
        margin-bottom: 35px;
    }

    #contact .boutique,
    #contact .siegesocial .leleft,
    #contact .siegesocial .leright,
    #contact .propresse {
        width: 100%;
    }

    #contact .siegesocial {
        flex-wrap: wrap;
    }

    #contact .propresse .letxt {
        font-size: 22px;    
    }
}

