@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800');

body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #6E6259;
}

body, h1, h2, h3, p, form, input, article, main, nav, ul, li{
    margin: 0;
    padding: 0;
}

li{
    list-style-type: none;
}

a{
    text-decoration: none;
}

.textNormal{
    font-size: 1em;
}

.wrap{
    display: flex;
    flex-flow: wrap;
}

.column{
    display: flex;
    flex-flow: column;
}

.col-100{
    width: 100%;
    box-sizing: border-box;
}

.col-60{
    width: 60%;
    box-sizing: border-box;
}

.col-50{
    width: 50%;
    box-sizing: border-box;
}

.col-47{
    width: 47%;
    box-sizing: border-box;
}

.col-40{
    width: 40%;
    box-sizing: border-box;
}

.col-33{
    width: 33.3333%;
    box-sizing: border-box;
}

.col-25{
    width: 25%;
    box-sizing: border-box;
}

.col-20{
    width: 20%;
    box-sizing: border-box;
}

.bg-white{
    background-color: #FFFFFF;
}

.bg-grey{
    background-color: #F4F0EC;
}

.centered{
    text-align: center;
    justify-content: center;
}

.to-top{
    align-items: flex-start;
}

.to-middle{
    align-items: center;
}

.between{
    justify-content: space-between;
}

.pink{
    color: #FF5E85;
}

.grey{
    color: #6E6259;
}

.normal{
    font-weight: 400;
}

.medium{
    font-weight: 600;
}

.bigText{
    font-size: 1.8em;
}

.bigBigText{
    font-size: 2.8em;
}

.biggerText{
    font-size: 1.285em;
}

.intermediateText{
    font-size: 1.1428em;
}

.img-intermed{
    width: 100%;
}

.button-pink{
    display: inline-block;
    color: #FFFFFF;
    background-color: #FF5E85;
    font-weight: 600;
    border: none;
    padding: 20px 30px;
    text-transform: uppercase;
    border: none;
    transition: 0.2s;
    font-size: initial;
}

.button-pink:hover{
    background-color: #6E6259;
    cursor: pointer;
}

.button-white{
    display: inline-block;
    color: #FF5E85;
    background-color: #FFFFFF;
    font-weight: 600;
    border: none;
    padding: 20px 30px;
    text-transform: uppercase;
    border: none;
    transition: 0.2s;
    font-size: initial;
}

.button-white:hover{
    background-color: #6E6259;
    color: #FFFFFF;
    cursor: pointer;
}

.button-grey{
    display: inline-block;
    color: #FFFFFF;
    background-color: #6E6259;
    font-weight: 600;
    border: none;
    padding: 20px 30px;
    text-transform: uppercase;
    border: none;
    transition: 0.2s;
    cursor: pointer;
    font-size: initial;
}

.button-grey:hover{
    background-color: #FF5E85;
}

.marginBottom{
    margin-bottom: 10px;
}

.marginTop{
    margin-top: 10px;
}

.marginTop-big{
    margin-top: 30px;
}

.imgList-small{
     width: 25%;
     height: auto;
     align-self: center;
 }

.imgList-smaller{
    width: 15%;
    height: auto;
    align-self: center;
}

.imgList-medium{
    width: 35%;
    height: auto;
    align-self: center;
}

.imgList-big{
    width: 60%;
    height: auto;
    align-self: center;
}

.imgList-bigger{
    width: 65%;
    height: auto;
    align-self: center;
}

ul.separates>li{
    padding-left: 40px;
    padding-right: 40px;
}

header{
    box-sizing: border-box;
    padding: 20px;
}

article{
    box-sizing: border-box;
    padding: 60px 7%;
}

article>h1{
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 0px 10%;
}

article>.description{
    margin-bottom: 30px;
}

#logo{
    width: 285px;
}

#logo img{
    width: 100%;
}

#espace-connexion {
    background: url('../assets/img/index-key.jpg');
    background-size: 100%;
    height: 28vw;
}

#key-register {
    background: url('../assets/img/register/key.jpg');
    background-size: 100%;
    height: 20.497vw;
}

.formHome .userInput{
    padding: 20px 20px;
    border: none;
    background-color: #FFFFFF;
}

.formHome input{
    margin-right: 10px;
}

.homeList li::before{
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url('../assets/img/icon-ok.svg');
    background-size: 100%;
    content : '';
    margin-right: 10px;
}

.register-bloc{
    padding: 50px;
    background-color: #F4F0EC;
}
.login-bloc{
    padding: 50px;
    background-color: #FFFFFF;
}

.formClassic input[type='text'], .formClassic input[type='email'], .formClassic input[type='password'], textarea{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px;
    border: none;
    background-color: #FFFFFF;
    border: 2px solid #F4F0EC;
}

.formClassic .libelle{
    margin-bottom: 5px;
}

.formClassic .libelle::after{
    content : ' :'
}

.formClassic .require::before{
    content : '*';
    color: #FF5E85;
}

.bg-superpos{
    position: relative;
}

.bg-superpos>div{
    position: absolute;
    left: 7%;
    top: 60px;
    padding: 50px;
    width: 45%;
    box-sizing: border-box;
}

.emergency{
    background-color: #FF5E85;
    color: #FFFFFF;
    height: 45px;
}

.to-end{
    align-items: flex-end;
}

.to-endW{
    justify-content: flex-end;
}

.nav-member li a{
    text-transform: uppercase;
    color: #6E6259;
    transition: 0.2s;
}

.nav-member li a:hover{
    color: #FF5E85;
}

.nav-member li a.active{
    color: #FF5E85;
}

a.active{
    color: #FF5E85;
}

.nav-member{
    height: 40px;
    border-right: 1px solid #F4F0EC;
    padding-right: 30px;
    margin-right: 30px;
}

.details-membre img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.paddinger{
    padding: 50px;
}

.paddinger-little{
    padding: 20px;
}

.white{
    color: #FFFFFF;
}

.bg-pink{
    background-color: #FF5E85;
}

.lefter{
    text-align: left;
    justify-content: flex-start;
}

.selfRight{
    justify-self: flex-end;
    align-self: flex-end;
    float: right;
}

.select-prequalif{
    padding: 20px 20px;
    background-color: #FFFFFF;
    margin-left: 20px;
}

#infoMessage{
    display: none;
}

.successMessage{
    opacity: 0.7;
    display: inline-block;
    background-color: #28a745;
    padding: 10px;
    color: #FFFFFF;
}

.errorMessage{
    opacity: 0.7;
    display: inline-block;
    background-color: #dc3545;
    padding: 10px;
    color: #FFFFFF;
}

.underline{
    text-decoration: underline;
}

.menu_mobile{
    display: none;
}


#deploy_menu_mobile{
    display: none;
}

@media only screen and (max-width: 1024px) {
    body{
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #6E6259;
    }

    .wrap{
        display: block;
    }

    .column{
        display: block;
    }

    .col-100{
        width: 100%;
        box-sizing: border-box;
    }

    .col-60{
        width: 100%;
        box-sizing: border-box;
        margin-top: 10px;
    }

    .col-50{
        width: 100%;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .col-47{
        width: 100%;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .col-40{
        width: 100%;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .col-33{
        width: 100%;
        box-sizing: border-box;
        margin-top: 10px;
    }

    .col-25{
        width: 100%;
        box-sizing: border-box;
        margin-top: 10px;
    }

    .col-20{
        width: 100%;
        box-sizing: border-box;
        margin-top: 10px;
    }

    .bigText{
        font-size: 1.4em;
    }

    .bigBigText{
        font-size: 1.5em;
    }

    .biggerText{
        font-size: 1.3em;
    }

    .intermediateText{
        font-size: 1.2em;
    }


    .imgList-small{
        width: 20%;
        height: auto;
        align-self: center;
    }

    .imgList-smaller{
        width: 20%;
        height: auto;
        align-self: center;
    }

    .imgList-medium{
        width: 25%;
        height: auto;
        align-self: center;
    }

    .imgList-big{
        width: 25%;
        height: auto;
        align-self: center;
    }

    .imgList-bigger{
        width: 25%;
        height: auto;
        align-self: center;
    }

    #key-register {
        background: url('../assets/img/register/key.jpg') no-repeat center right;
        background-size: auto 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
        text-shadow: 1px 1px 1px #FFFFFF;
    }

    #logo{
        width: 40%;
    }

    article{
        box-sizing: border-box;
        padding: 30px 4%;
    }

    article>h1{
        margin-bottom: 30px;
        box-sizing: border-box;
        padding: 0px 10%;
    }

    article>.description{
        margin-bottom: 30px;
    }

    .drop_mobile{
        display: none;
    }

    .marginBottom{
        margin-bottom: 5px;
    }

    .marginTop{
        margin-top: 5px;
    }

    #espace-connexion {
        background: url('../assets/img/index-key-mobile.png') no-repeat center right #f3f1ed;
        background-size: 60%;
        height: auto;
    }

    #key-register {
        background: url('../assets/img/index-key-mobile.png') no-repeat center right #f3f1ed;
        background-size: 60%;
        height: auto;
    }

    article#key-register>div{
        width: 60%;
    }

    article#espace-connexion>div{
        width: 60%;
    }


    .button-pink{
        display: inline-block;
        color: #FFFFFF;
        background-color: #FF5E85;
        font-weight: 600;
        border: none;
        padding: 10px 20px;
        text-transform: uppercase;
        border: none;
        transition: 0.2s;
        font-size: 10px;
    }

    .button-white{
        display: inline-block;
        color: #FF5E85;
        background-color: #FFFFFF;
        font-weight: 600;
        border: none;
        padding: 10px 20px;
        text-transform: uppercase;
        border: none;
        transition: 0.2s;
        font-size: 10px;
    }

    .button-grey{
        display: inline-block;
        color: #FFFFFF;
        background-color: #6E6259;
        font-weight: 600;
        border: none;
        padding: 10px 20px;
        text-transform: uppercase;
        border: none;
        transition: 0.2s;
        cursor: pointer;
        font-size: 10px;
    }

    .menu_mobile{
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        opacity: 0.7;
    }

    #deploy_menu_mobile{
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: #FFFFFF;
        top: 0;
        left: 0;
        box-sizing: border-box;
        padding: 30px;
        z-index: 99;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1369px)
{
    .bigText{
        font-size: 1.4em;
    }

    .bigBigText{
        font-size: 2.4em;
    }

    .biggerText{
        font-size: 1.2em;
    }

    .intermediateText{
        font-size: 1.1em;
    }
    
    ul.separates>li{
    padding-left: 15px;
    padding-right: 15px;
    }
}

a.grey:hover{
    color: #FF5E85;
}

a:hover{
    color: #FF5E85;
}

img{
    height: auto;
    flex-shrink: 0;
}
