@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&display=swap');


:root {
    --primary: #3d76ad;
    --primary-light: #E1EEF5;
    --sec: #d9d9d9;
    --secondary: #343434;
    --background: #F4F1FF;
    --text: #1F2346;
    --primary-color: #090E14;
    --text: white;
        --sidebar-gray: #111926;
        --sidebar-gray-light: #D8DCE0;
        --sidebar-gray-background: #373E4A;
        --success: #00C896;
}

/* body {
    font-size: 14px;
    font-family: 'Fredoka';

} */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

.form_w {
    width: 350px;

}

.message {
    /* background-color: #000; */
    color: inherit;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.text-primary {
    color: var(--primary) !important;
}

.socials-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.socials-row img {
    width: 24px;
    height: 24px;
}

.socials-row>a {
    padding: 8px;
    border-radius: 8px;
    width: 100%;
    min-height: 48px;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.1rem;
    color: var(--text);
    padding: 8px;
    border: 1px solid var(--primary-light);
    font-weight: 700;
}

.socials-row>a:hover {
    border: 1px solid var(--primary);
}

.divider {
    display: flex;
    flex-direction: row;
    color: var(--secondary);
    gap: 16px;
    align-items: center;
}

.divider-line {
    width: 100%;
    height: 1px;
    background-color: var(--secondary);
    opacity: .2;
}

.login-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 4fr 3fr;
    max-width: 1200px;
    margin: 0 auto;
}


.login-side {
    padding: 188px 32px 48px 32px;
    display: flex;
    justify-content: center;
    align-items: start;
}

.info-side {
    /*
    background-image: url('../images/ecran_2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    height: 100vh;
    padding: 84px 48px 48px 32px;
    color: #ffffff;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: #2b2b2b;
    position: relative;
}

.nav {
    font-size: 15px;
        margin-top: 25px;
}

.boxif {
    width: 100%;
    padding-left: 288px
}
.bot {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    margin-bottom: 15px;
}

pre {
    font-family: monospace;
    font-size: 12px;
    background-color: #61616185;
    color: #adadad;
    padding: 8px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 15px;

}

.info-side h2 {
    margin-top: 48px;
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 12px;
}

.info-side p {
    font-size: 17px;
    text-align: justify;
    }
    
    .info-side a {
        font-size: 12px;
    text-align: justify;
}

.info-side img {
    max-width: 860px;
}

.welcome-message {
    max-width: 360px;
    text-align: center;
}

.logo {
    height: 48px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.my-form__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 460px;
    width: 100%;
    padding: 48px 32px;
    height: fit-content;
    border-radius: 6px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
}

.my-form {
    display: flex;
    flex-direction: column;
    justify-content: start;
    position: relative;
    gap: 16px;
}

.login-welcome {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.page {
    position: absolute;
    background-color: transparent;
        width: 100%
}

.login-welcome-row {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 22px;
}

.my-form__button {
    background-color: var(--primary);
    color: white;
    white-space: nowrap;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 5px; */
    line-height: 50px;
    outline: none;
    font-size: 18px;
    letter-spacing: .025em;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    min-height: 50px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.my-form__actions {
    display: flex;
    flex-direction: column;
    color: var(--secondary);
    gap: 16px;
    margin-top: 8px;
}

.my-form__actions a {
    color: var(--secondary);
    font-weight: 600;
    text-decoration: none;
}

.my-form__actions a:hover {
    text-decoration: underline;
}

.my-form__row {
    display: flex;
    justify-content: space-between;
}

.my-form__signup {
    display: flex;
    justify-content: center;
}

.my-form__signup a {
    color: var(--primary);
    font-weight: 800;
    text-decoration: none;
    font-size: 18px;
}

.my-form__signup a:hover {
    text-decoration: underline;
}

#eval_mdp,
#num_cli_info {
    margin-top: 10px;
    width: 100%;
    position: absolute;
    background-color: #000;
    color: #ffffff !important;
    padding: 15px;
    border-radius: 6px;
    /* margin: 5px; */
    font-size: 17px;
    text-align: center;
    z-index: 1000;
}

#email_validation {
    margin-top: 10px;
    color: red;
}

.legale {
    position: absolute;
    background-color: #252627;
    color: #efefef;
    height: 100vh;
    width: 100%;
    text-align: justify;
    z-index: 1;
    padding: 5% 25% 5% 25%;
}

.active {
    background-color: #3d76ad !important;
    padding: 5px !important;
    min-width: 80px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 15px;
}

.active:hover {
    background-color: #3d76ad8a !important;
    color: #000 !important
}

.poule {
    background-color: #3d76ad !important;
    /* margin: 8px; */
    display: table-cell;
    padding: 0px !important;
    text-align: center;
    border-radius: 6px;
    min-width: 80px;
    color: #fff
}

.icon-bar {
    position: relative;
    top: 3px;
    left: 10px;
    color: #ffffff;
    font-size: 20px;
}

.scroll {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
    font-size: 18px;
    text-align: justify;
}

.bandeau_titre {
    background-color: #ffffffcb;
    position: relative;
    font-size: 40px !important;
    width: 100%;
    padding: 30px;
    color: #b6640e;

}

.decal {
    margin-left: 30px
}

.content {
    position: relative;
    padding: 30px;
}
.scroll-md {
    max-height: 800px;
    overflow-y: scroll;
        overflow-x: hidden;
        padding-right: 4px;
        font-size: 18px;
        text-align: justify;
}

.pull-right {
    float: right;
}

.soul_vert {
    border-bottom: 5px solid green !important;
}

.soul_rouge {
    border-bottom: 5px solid red !important;
}

.discover {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 13px;
        margin-right: 12px;
}

.infos_mdp {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 13px;
    margin-right: 42px;
}

.text-field input {
    color: var(--secondary);
    font-size: 16px;
    font-weight: 500;
    max-width: 100%;
    width: 100%;
    border: 1px solid var(--sec);
    height: 50px;
    background-color: transparent;
    outline: none;
    transition: .25s;
    border-radius: 6px;
    text-indent: 10px;
        margin-top: 0px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
}

.text-field {
    position: relative;
}

.text-field img {
    position: absolute;
    right: -2px;
    bottom: -4px;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    transform-origin: center;
}

.form-check {
    display: block;
    /* min-height: 1.5rem; */
    /* padding-left: 1.5em; */
    /* margin-bottom: .125rem; */
}

.form-check .form-check-input {
    float: none;
    margin-left: 0;
}

.form-check-input[type="checkbox"] {
    border-radius: .25em;
    margin-right: 5px;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
    margin-right: 5px;
}

.text-field input:focus {
    border: 1px solid var(--primary);
}

.text-field label {
    color: var(--secondary);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .03rem;
    z-index: 10;
}

@media (max-width: 640px) {
    .login-wrapper {
        grid-template-columns: 1fr;
        height: 100vh;
    }

    .info-side {
        flex-direction: column-reverse;
        padding: 48px 48px 48px 32px;
    }
}