.banniere-creation {
    background: white url("../images/header-LhyxYf4.jpg") no-repeat center;
    height: 100px;
    align-self: stretch;

    .logo {
        text-align: center;

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

        img {
            max-width: 226px;
            @media screen and (min-width: 992px) {
                margin-left: 6rem;
            }
        }
    }
}

.container:has(form[name="client_create"]) {
    background-color: var(--giropharm-orange-light);
}

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

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

    .fa-arrow-circle-right:before {
        color: var(--giropharm-orange);
    }

    h1 {
        font-size: 2.5em;
        color: black;
    }

    .creation-subtitle {
        color: var(--giropharm-grey);
        text-align: center;
    }

    .creation-line {
        width: 15em;
        border-bottom: 2px solid var(--giropharm-orange);
        margin: auto auto 1em;
    }

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

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

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

    .cgu-text {
        line-height: normal;
        a {
            color: black;
            text-decoration: underline;
        }
    }
}

.creation-confirmation {
    padding: 100px 0 40px 0;
    background-color: var(--giropharm-orange-light);

    .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: black;
    }

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

    .creation-line {
        width: 15em;
        border-bottom: 2px solid var(--giropharm-orange);
        margin: 1em auto 1.5em auto;
    }

    .qrcode-container {
        padding: 1rem;
        background-color: white;
        margin: 0 auto 1.5rem;
    }
}
