.form-hero {
    color: #fff;
    padding: 0 20px;
    margin-top: 32px;
    margin-bottom: 32px;
}
@media screen and (min-width: 1256px) {
    .form-hero {
        padding: 0;
        margin-top: 64px;
        margin-bottom: 64px;
    }
}
.form-hero--container {
    padding: 164px 20px;
    background: #1b1b1b;
    max-width: 1216px;
    margin-inline: auto;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
@media screen and (min-width: 992px) {
    .form-hero--container {
        padding: 164px 276px;
    }
}
.form-hero h1 {
    font-size: 2rem;
    line-height: 40px;
    text-wrap: balance;
    font-weight: 300;
}
@media screen and (min-width: 992px) {
    .form-hero h1 {
        font-size: 3.5rem;
        line-height: normal;
    }
}
.form-hero strong {
    font-weight: 700;
}
.form-hero span {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}
.form-hero img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    top: 0;
}

.form-hero.noir .form-hero--container {
    background-color: #1b1b1b;
}
.form-hero.vert .form-hero--container {
    background-color: #1a2c17;
}
.form-hero.ocreclair .form-hero--container {
    background-color: #fffbf3;
    color: #1b1b1b;
}
.form-hero.ocreclair .form-hero--container span,
.form-hero.ocreclair .form-hero--container h1,
.form-hero.ocreclair .form-hero--container p{
    color: #1b1b1b;
}
.form-hero.ocrefonce .form-hero--container {
    background-color: #d8b465;
}
.form-hero.image .form-hero--container{
    position: relative;
}
.form-hero.image .form-hero--container::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #1B1B1B;
    opacity: 0.5;
    z-index: 1;
}
.form-hero.image .form-hero--container span,
.form-hero.image .form-hero--container h1,
.form-hero.image .form-hero--container p{
    position: relative;
    z-index: 1;
}