.landing-page-header {
    margin-bottom: 146px;
    padding: 158px 0 77px;
}

.landing-page-header h1 {
    font-size: 60px;
    line-height: 73px;
    letter-spacing: 0.09px;
    margin-top: 30px;
}

.landing-page-header .sous-titre {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.landing-page-header .wpcf7-form {
    background-color: white;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
    padding: 36px 35px;
    position: relative;
    z-index: 1;
}

.landing-page-header .form-control-label {
    font-size: 18px;
}

.landing-page-header .form-group {
    margin-bottom: 37px;
}

.landing-page-header .wpcf7 .row {
    margin: 0 -15px;
}

.landing-page-header .wpcf7 .row > div {
    padding: 0 15px;
}

.landing-page-header .form-group + p {
    margin-bottom: 0;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

@media (min-width: 992px) {
    .landing-page-header .wpcf7 {
        margin: 0 0 -268px 15px;
    }
}

@media (max-width: 991px) {
    .landing-page-header h1 {
        margin: 15px 0 20px;
        font-size: 35px;
        letter-spacing: 0.09px;
        line-height: 42px;
        font-weight: 400;
    }

    .landing-page-header .sous-titre {
        line-height: 30px;
    }

    .landing-page-header .btn-gold {
        letter-spacing: 1.20px;
        padding: 7.5px 20px;
    }

    .landing-page-header {
        margin-bottom: 50px;
        padding: 147px 0 0;
    }

    .landing-page-header .wpcf7 {
        margin-top: 30px;
        position: relative;
    }

    .landing-page-header .wpcf7:before,
    .landing-page-header .wpcf7:after {
        content: '';
        display: block;
        /* height: 100%; */
        height: calc(100% - 194px);
        width: 100%;
        position: absolute;
        top: 194px;
        background-color: white;
        pointer-events: none;
    }

    .landing-page-header .wpcf7:before {
        left: -100%;
    }

    .landing-page-header .wpcf7:after {
        right: -100%;
    }

    .landing-page-header .form-control-label {
        font-size: 16px;
    }

    .landing-page-header .form-group {
        margin-bottom: 37px;
    }

    .landing-page-header .wpcf7-form {
        padding: 20px;
    }
}
