﻿@import url(master.css);

.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

h1 {
    font-weight: var(--bold-font-weight);
    text-align: center;
    font-size: 36px;
    margin: 50px 20px;
    margin-right: 0px;
}

label {
    font-weight: var(--default-font-weight);
}

.rounded-rectangle {
    width: 8px;
    height: 50px;
    background-color: var(--vert-peps);
    border-radius: 50px;
    margin: 5px;
    display: block;
}

.title-connexion {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
}

.container-connexion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    font-size: 17px;
}

.div-connexion {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin: 0 45px
}

.encart-connexion {
    border: 2px solid var(--vert-peps);
    border-radius: 15px;
    padding: 10px 30px;
}

.encart-connexion div:first-child {
    margin: 20px 0;
    font-weight: var(--bold-font-weight);
}

/*.form-control {
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    display: block;
    margin: 4px 0;
    border: 2px solid var(--vert-peps);
}

.form-control:focus {
    border-color: rgba(10, 110, 70, .6);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px var(--beige), 0 0 8px rgba(10, 110, 70, .6);
            box-shadow: inset 0 1px 1px var(--beige), 0 0 8px rgba(10, 110, 70, .6);
}*/


/*.check-container *,
.check-container ::after,
.check-container ::before {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-container [type=checkbox] {
    margin: 0;
    width: 0;
    height: 0;
    display: inline;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .check-container [type=checkbox] + label:before {
        content: "";
        display: inline-block;
        vertical-align: top;
        height: 1.15em;
        width: 1.15em;
        margin-right: 0.6em;*/
        /*color: var(--vert-peps);*/
        /*border: solid 0.06em;*/
        /*box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em inset, 0 0 0 0.07em transparent inset;*/        
        /*border-radius: 0.2em;
        background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="white" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center, white;
        background-size: 0;
        will-change: color, border, background, background-size, box-shadow;
        transform: translate3d(0, 0, 0);
        transition: color 0.1s, border 0.1s, background 0.15s, box-shadow 0.1s;
    }


    .check-container [type=checkbox]:checked + label:before {
        background-color: var(--vert-peps);
        background-size: 0.75em;
        color: var(--vert-peps);
    }

    .check-container [type=checkbox]:checked + label {
        color: var(--vert-peps);
        font-weight: var(--bold-font-weight);
    }

    .check-container [type=checkbox] + label {
        -webkit-user-select: none;
        user-select: none;
    }

input:checked {
    color: var(--vert-peps);
}

input:focus {
    box-shadow: 0 0 1px var(--vert-peps);
}*/

.btn-connexion {
    text-align: center;
    max-width: 215px;
    border: 1px solid var(--orange);
    border-radius: 10px;
    background-color: var(--orange);
    color: var(--blanc);
    padding: 10px 10%;
    font-weight: var(--bold-font-weight);
    width: 90%
}

/*.btn-premiere-co {
    text-align: center;
    max-width: 215px;
    border: 1px solid var(--orange);
    border-radius: 10px;
    background-color: var(--blanc);
    color: var(--orange);
    padding: 10px 10%;
    font-weight: var(--bold-font-weight);
    margin: 30px 0;
    width: 90%
}*/


.div-connexion a {
    color: var(--orange);
}

.div-btn-co {
    display: flex; 
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.div-btn-co a{
    color: var(--blanc);
}

.aide-co {
    margin: 20px 0;
    text-align: center;
    font-size: 15px;
}

.conditions {
    margin: 30px 0; 
    font-size: 12px;
    text-align: justify;
    padding: 0 20px;
}

.image-connexion {
    width: 60%;
    border-radius: 30px;
    margin-left: 3%;
}

.txt-memo {
    display: flex; 
    align-items: center;
}

.text-memo-id {
    margin: 0;
}

#MainContent_Memorise {
    margin-top: 0;
    margin-right: 5px;
}

@media screen and (max-width: 1300px) {
    .image-connexion {
        display: none;
        width: 0px;
    }

    .container-connexion, .title-connexion {
        justify-content: center;
    }
}



@media screen and (max-width: 949px ) and (min-width: 808px){
    .title-connexion {
        width: 85%;
    }
}

@media screen and (max-width: 980px ) and (min-width: 950px) {
    .rounded-rectangle{
        display: none;
    }
}

@media screen and (max-width: 807px) {
    .title-connexion, .container-connexion {
        width: 80%;
    }

    .title-connexion h1 {
        justify-self: center;
        text-align: initial;
        /*width: inherit;*/
    }

    .rounded-rectangle {
        height: 100px;
        width: 10px;
    }

    .div-connexion, .encart-connexion{
        width: 100%
    }


}

@media screen and (max-width: 767px){
    .text-input {
        display: block;
    }

    .inp-i {
        width: 100%;
    }
}
