/* Partie banner  */

#banner-712 span {
    color: #FFF;
}

#banner-712 span a {
    color: var(--primary);
    text-decoration: none;
}

@media only screen and (min-width: 0rem) {
    #banner-712 {
        padding: clamp(10.9375rem, 10vw, 12.5rem) 1rem 6.25rem;
        position: relative;
        z-index: 1;
    }

    #banner-712 .cs-container {
        text-align: center;
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        justify-content: center;
        /* align-items: flex-start; */
        flex-direction: column;
        gap: 1rem;
    }

    #banner-712 .cs-int-title {
        font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
        /* font-weight: 900; */
        line-height: 1.2em;
        text-align: inherit;
        margin: 0;
        color: var(--bodyTextColorWhite);
        position: relative;
    }

    #banner-712 .cs-background {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    #banner-712 .cs-background:before {
        content: "";
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        background: #000;
        opacity: 0.75;
        top: 0;
        left: 0;
        z-index: 1;
    }

    #banner-712 .cs-background img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

@media only screen and (min-width: 48rem) {
    #banner-712 .cs-background:before {
        opacity: 1;
        background: linear-gradient(90.01deg,
                rgba(0, 0, 0, 0.9) 16.86%,
                rgba(0, 0, 0, 0) 100%);
    }
}
/* Fin partie banner  */

/* Fin partie mentions légales  */
.legal-notice-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 15px;
    line-height: 1.6;
    color: #333;
}

.legal-notice-container h2 {
    margin-bottom: 30px;
    text-align: center;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.text-center {
    text-align: center !important;
}

.fw-bold {
    font-weight: bold !important;
}

.colorDarkOrange {
    color: var(--primaryDark);
}

.legal-notice-container p {
    margin-bottom: 1em;
}

.legal-notice-container p+br {
    display: block;
    content: "";
    margin-bottom: 1em;
}
/* Fin partie mentions légales */
