.banniere-creation {
    background: url("../images/header-kaqFuVD.png") right var(--alphega-green) no-repeat;
    height: 100px;
    align-self: stretch;

    .logo {
        text-align: center;
        margin-top: 0;

        @media screen and (min-width: 992px) {
            text-align: left;
        }

        img {
            max-width: 226px;
            margin-top: 2rem;
            @media screen and (min-width: 992px) {
                margin-left: 6rem;
            }
        }
    }
}
.parentCreation {
    background-color: #E6F4FC;
}
.creation {
    padding: 100px 0 40px 0;

    @media screen and (min-width: 992px) {
        padding-top: 60px;
    }

    .fa-arrow-circle-right:before {
        color: var(--alphega-pink);
    }

    h1 {
        font-size: 2.5em;
        color: var(--monge-blue);
    }

    .creation-subtitle {
        color: #7a7a7a;
    }

    .creation-line {
        width: 11em;
        border-bottom: 2px solid black;
        margin: auto auto 1em;
    }

    .creation-form {
        padding: 20px;
        background-color: white;

        label:not(input[type="checkbox"]+label):not(input[type="radio"]+label), legend {
            font-family: Raleway-Bold, sans-serif;
            font-size: 14px;
        }

        input[type="checkbox"]+label {
            line-height: normal;
        }
    }

    .cgu-text {
        line-height: normal;
        font-style: italic;
        color: #7A7A7A;
        a {
            color: black;
            text-decoration: underline;
        }
    }
}

.creation-confirmation {
    padding: 100px 0 40px 0;

    .centered {
        text-align: center;
    }

    @media screen and (min-width: 768px) {
        .creation-confirmation-btn {
            display: inline;
        }
    }

    @media screen and (min-width: 992px) {
        padding-top: 60px;
    }

    h1 {
        font-size: 2.25rem;
        color: var(--monge-blue);
    }

    .creation-confirmation-subtitle {
        font-size: 1.25rem;
        font-family: Raleway-Bold, sans-serif;
        color: var(--monge-blue);
    }

    .creation-line {
        width: 11em;
        border-bottom: 2px solid black;
        margin: 1em auto 1.5em auto;
    }

    div:has(> .creation-confirmation-btn) {
        margin-top: 2.5em;
    }
    p {
        font-size: 1.25rem;
    }
}
.checked-inline {
    display: flex;
    align-items: baseline;
}
.asterisque {
    line-height: 0;
}
.form-group--margin-optins {
    margin-left: 2rem;
}
