.bloc_fixed-left {
    position: relative;
    height: 100vh;
    width: 100%;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    overflow: hidden;
}
@media screen and (max-width:768px) {
    .bloc_fixed-left {
        align-items: flex-end;
        padding-bottom: 140px;
    }
}
@media screen and (min-width:992px) {
    .bloc_fixed-left {
        position: fixed;
        left: 0;
        top: 0;
        width: 50%;
    }
}
.bloc_fixed-left::before {
    content: '';
    width: 90%;
    height: 46vh;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--color-primary);
    mix-blend-mode: multiply;
    border-radius: 0 100% 0 0;
    z-index: 10;
    transform: scale(1.2) translate(-7%, 21%);
}
    .bloc_fixed-text {
        position: relative;
        z-index: 10;
    }
    @media screen and (min-width:992px) {
        .bloc_fixed-text.container {
            max-width: 340px;
        }
    }
    .bloc_contact-container {
        padding: 5rem 0;
    }
    @media screen and (min-width:992px) {
        .bloc_contact-container {
            height: 100vh;
            padding: 0;
        }
    }
.bloc_contact-right {
    width: 50%;
    margin-left: auto;
}

@media screen and (max-width:991px) {
    .bloc_contact-right {
        width: 100%;
        margin-left: initial;
    }

    .bloc_contact-informations {
        width: 320px;
    }

    .bloc_contact-form {
        width: 100%;
        padding-top: 0;
        margin-top: 50px;
    }
}
.picto_text {
    display: grid;
    grid-template-columns: 68px 1fr;
    grid-column-gap: 14px;
    padding: 16px;
}
    .picto_text--has_link .picto_text-info strong {
        color: var(--color-primary);
    }
.picto_text p {
    margin: 0;
}

.bloc_contact-form .formulaire {
    max-width: 365px;
    margin: 0 auto;
}
.bloc_contact-form .formulaire form {
    max-width: 350px;
    margin: 0 auto;
}

.bloc_footer {
    position: relative;
    z-index: 999;
    background: var(--color-primary);
    padding-top: 100px;
    padding-bottom: 42px;
}
.bloc_footer .like-h1 {
    max-width: 430px;
}
.gfield--type-captcha.gfield_error {
    position: fixed;
    right: 0;
    bottom: 50px;
    background: var(--white);
    z-index: 90;
    width: 147px;
    border-radius: 20px 0 0 20px;
    padding: 15px;
    box-shadow: -5px 11px 34px rgba(0,0,0,.16);
}
.gfield--type-captcha.gfield_error .gfield_description {
    position: static;
    transform: none;
}
