:root {
    --dark-color-1: #2a2931;
    --dark-color-2: #78c4cc;
    --dark-color-3: #5c9aa0;
    --dark-color-4: #bfbfbf;
    --light-color-1: #ffffff;
    --light-color-2: #e3f6f5;
    --light-color-3: #bae8e8;
    --light-color-4: #e0e4fc;
}

@font-face {
    font-family: 'Leckerli';
    src: url('/Resources/Fonts/Leckerli_One/LeckerliOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 5000s ease-in-out 0s;
}

html {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-ser;
    font-size: 14px;
    height: 100%;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
}

h3 {
    color: var(--dark-color-1);
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    line-height: 1.2;
    font-weight: 500;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}

.div-login {
    padding-bottom: 30px;
}

    .div-login .libelle {
        display: none !important;
    }

.row-log {
    background: white;
    border-radius: 15px;
    padding: 50px 0;
    width: 75%;
    margin-top: -50px;
    position: relative;
}


.loginTitre {
    color: var(--light-color-1);
    font-family: Leckerli;
    font-size: clamp(1rem, 5vw, 2.5rem);
    height: 120px;
    padding: 20px 0;
    width: 100%;
}

    .loginTitre > div {
        height: 100%;
    }

        .loginTitre > div > div:first-child {
            position: absolute;
            display: flex;
            justify-content: center;
            margin-left: 50px;
            width: 250px;
            text-align: center;
            padding-top: 10px;
            color: var(--dark-color-1);
        }

            .loginTitre > div > div:first-child > a {
                position: relative;
                z-index: 2;
                font-size: 40px;
                color: var(--dark-color-1);
                text-decoration: none;
            }

                .loginTitre > div > div:first-child > a:visited {
                    color: var(--dark-color-1);
                }

            .loginTitre > div > div:first-child:before {
                content: '';
                display: block;
                position: absolute;
                background: var(--light-color-2);
                height: 250px;
                width: 100%;
                top: -195px;
                left: 0;
                transform: rotate(45deg);
                border-radius: 50px;
                box-shadow: -2px 10px 10px var(--dark-color-1);
            }

        .loginTitre > div > div:last-child {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.row-bandeau {
    background-color: var(--dark-color-1);
    padding: 20px;
    width: 100%;
    display: flex;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
    overflow: hidden;
}

.row-content {
    height: 60%;
}

.row-login {
    padding-top: 5%;
}

@media only screen and (max-width: 480px) {
    .row-log {
        background: var(--light-color-1);
        border-radius: 15px;
        padding: 50px 0;
        width: 100%;
        margin-top: -50px;
        position: relative;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .row-bandeau > div {
        text-align: center;
    }

    .loginTitre > h1 {
        text-align: center;
        font-size: 25px !important;
    }

    .login-container:before {
        height: 600px !important;
    }
}


input[type=text]:focus,
input[type=password]:focus {
    border-bottom: 2px solid #e7e7e7 !important;
}

.content-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: transparent;
}

#siteWrapper {
    display: grid;
    background-color: transparent;
    flex-grow: 1;
}

footer {
    background-color: transparent;
    padding: 20px;
    min-height: 65px;
    text-align: right;
    font-size: 12px;
    height: auto;
}

    footer * {
        color: #000 !important;
        margin: auto 0;
    }

.a_inscription {
    background: #01304A;
    color: white !important;
    font-size: 18px;
    padding: 11px 30px;
    display: inline-block;
    border-radius: 40px;
    margin: 20px;
    text-decoration: none !important;
}

    .a_inscription:hover {
        background: #011b29;
    }

.a_inscription_2, .a_souscription.responsive {
    display: none;
}

.p_info {
    color: white;
    margin: 0;
    padding: 30px;
    font-size: 30px;
    font-weight: bold;
}

.login {
    background-color: transparent;
    justify-content: center;
    align-items: center;
}

    .login > a {
        position: absolute;
        top: 25px;
        left: 25px;
    }

.login_Libelle {
    font-size: 35px;
    display: block;
    text-align: center;
    margin: 50px 0;
    color: black;
    text-transform: capitalize;
}

.login-container {
    background-color: var(--light-color-1);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 8px;
    padding: clamp(15px, 4vh, 30px) clamp(15px, 5vw, 50px);
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .login-container:before {
        content: '';
        display: block;
        position: absolute;
        background: var(--light-color-2);
        height: 700px;
        width: 100%;
        top: 0;
        left: -50%;
        transform: rotate(33deg);
        border-radius: 50px;
        box-shadow: -2px 10px 10px var(--dark-color-1);
        z-index: -1;
    }

.login input {
    border: none !important;
    border-bottom: 1px solid var(--dark-color-1) !important;
    background-color: transparent !important;
    height: 36px;
    width: 90% !important;
    outline: none;
    padding: 0 15px 0 35px;
}

    .login input:focus {
        border-bottom: 1px solid #d9d9d9 !important;
    }

.login img {
    max-width: 150px;
    width: 100%;
}

.btn-reset {
    text-align: right;
}

    .btn-reset a {
        padding: 0;
        margin: 15px 0;
    }

        .btn-reset a:hover {
            text-decoration: underline;
        }

        .btn-reset a:active {
            box-shadow: none;
        }

.btn-info {
    background: #9B3B8D !important;
    color: white !important;
    width: 100%;
    outline: none !important;
    border: none !important;
    padding: 10px;
    border-radius: 7px;
}

@media screen and (max-width:1100px) {
    #siteWrapper {
        grid-template-columns: 1fr;
    }

        #siteWrapper .back {
            display: none;
        }

    .row-bandeau {
        width: 100%;
    }

        .row-bandeau .loginTitre {
            margin: auto;
            text-align: center;
        }

    .login-container:before {
        left: -80%;
    }
}

.login-adressemail {
    display: none;
}

.col-btn {
    padding-top: 30px;
}

body {
    background-image: url('./Images/fond.svg');
}

.custom-btn {
    color: var(--dark-color-3) !important;
    background-color: var(--light-color-3) !important;
}

.custom-link {
    color: var(--dark-color-1) !important;
}

.input-icon {
    position: relative;
}

    .input-icon > img {
        height: 30px;
        width: 30px;
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        fill: var(--dark-color-2);
    }

    .input-icon > input {
    }

.Titre {
    color: var(--dark-color-1);
    font-family: Poppins, sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.Titre-icone {
    position: relative;
    height: 50px;
    width: 50px;
    background: var(--dark-color-3);
    border-top-left-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .Titre-icone > img {
        height: 20px;
        width: 20px;
    }

    .Titre-icone > div {
        content: "";
        position: absolute;
        bottom: -30px;
        right: -30px;
        transform: rotate(45deg);
        background-color: var(--light-color-1);
        height: 50px;
        width: 45px;
    }


.custom-container {
    background: var(--light-color-1);
    border: 1px solid lightgray;
    border-radius: 10px;
    box-shadow: 0px 5px 10px lightgrey;
    padding-bottom: 20px;
    height: 100%;
    width: 100%;
}


    .custom-container input[type=text], .custom-container input[type=password] {
        box-sizing: border-box !important;
        background-color: var(--light-color-1) !important;
        border: 1px solid var(--light-color-4) !important;
        border-radius: 5px !important;
        height: 34px !important;
        padding-left: 10px !important;
        width: 100% !important;
        font-family: 'Poppins', sans-serif;
    }

    .custom-container .custom-btn {
        background-color: var(--dark-color-2) !important;
        color: var(--light-color-1) !important;
        border: none !important;
        width: 200px !important;
        padding: 0 10px !important;
    }

        .custom-container .custom-btn:hover {
            scale: 1.1 !important;
            color: #fff !important;
        }

.Content {
    padding: 10px clamp(15px, 5vw, 55px);
}

.error {
    color: red;
}

@media screen and (max-width:1200px) {
    .loginTitre > div > div:last-child {
        padding-left: 300px;
        line-height: 2rem;
    }
}

@media screen and (max-width:600px) {
    .loginTitre > div > div:last-child {
        padding-left: 0;
    }

    .loginTitre > div > div:first-child {
        display:none;
    }
}

@media screen and (max-width:400px) {
    .login-container:before {
        left: -75%;
    }
}