
@import url('https://fonts.googleapis.com/css2?family=Neonderthaw&family=Rubik:ital,wght@0,300;0,400;1,300&display=swap');


body{
    font-family: Rubik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Helvetica,Arial,sans-serif;
    background-color: #fff;
    font-size: 0.875rem;
    font-weight: 300;
}

h1{
    position: relative;
    /* color: #0c579f; */

    font-weight: 500;
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
    padding: 10px;
    margin: 2rem auto 3.25rem;
    max-width: 37.5rem;

    background-color: #24dae3;
    color:black;
}

.h3_interet{
    font-size: .875rem;
    display: inline-block;
    font-weight: 500;
    color: #333;
    font-weight:bold;
    margin-top:30px
}

.span_interet{
    text-transform: capitalize;
    color: #0c579f;
    border: 0.0625rem solid #c0c4cc;
    margin: 0.25rem;
    background-color: #fff;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
}

.hidden{display:none};



.p_standard{
    color: rgb(96, 98, 102)!important;
    font-size: 14px!important;
    font-size: 0.875rem!important;
    margin-bottom: 0.5rem!important;
    font-weight: 300!important;


}



.button{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.button_submit{
    width: 100%;
    color: #fff;
    background-color: #e92e53;
    border-color: #e92e53;
    padding:12px;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

.subtitle_blue{
    font-size: 16px;
    color: #0c579f;
    font-weight: 501;
    margin: 1rem 0 0.5rem;
}


/* ---------------------------------------------- */
/*                NAV                               */
/* ---------------------------------------------- */

.topnav{
    border-bottom: 2px solid transparent;
    color: #606266;
    font-size: 14px;
    padding: 0 20px;
    list-style: none;
    cursor: pointer;
    position: relative;
    transition: border-color .3s,background-color .3s,color .3s;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration: none;
    text-decoration: none !important;
}

.topnav:hover{
    border-bottom: 2px solid transparent;
    text-decoration: none !important;
    color: #606266;
    font-size: 14px;
    padding: 0 20px;
    list-style: none;
    cursor: pointer;
    position: relative;
    transition: border-color .3s,background-color .3s,color .3s;
    box-sizing: border-box;
    white-space: nowrap;
}

.topnav:active{
    border-bottom: 2px solid #e92e53!important;
}

/* ---------------------------------------------- */
/*                ending_profil                   */
/* ---------------------------------------------- */

/* ------------------RADIO----------------------- */
/* HIDE RADIO */
.ending_profil [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* IMAGE STYLES */
.ending_profil [type=radio] + .image_radio {
    cursor: pointer;
  }

  /* CHECKED STYLES */
  .ending_profil [type=radio]:checked + .image_radio {
    outline: 2px solid #f00;
  }

/* ------------------CHECKBOX----------------------- */

.ending_profil [type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }

.ending_profil [type=checkbox]:checked + span {
outline: 2px solid #f00;
color:red;
}

.ending_profil [type=checkbox] + span {
display: block;
padding: .25rem .5rem;
text-align: center;
border-radius: .25rem;
font-size: .75rem;
color: #909399;
border: .0625rem solid #c0c4cc;
}


.ending_profil .step{
    font-size: 16px;
    line-height: 38px;
}

.ending_profil .step_active{
    font-weight: 700;
    color: #333;
}

.ending_profil .step_inactive{
    font-weight: 300;
}

/* ---------------------------------------------- */
/*                    contact                      */
/* ---------------------------------------------- */

.contact{
    max-width: 27.5rem!important;
    margin: 0 auto;
}

.contact .form-description {
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 1rem;
}

.contact form input, .contact form select, .contact form textarea{
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    margin-bottom:22px;
}

.btn_red{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    background-color: #e92e53;
    border-color: #e92e53;
    width: 100%;
}

.btn_red:hover{
    color: #e92e53;
    background-color:#fff ;
    border-color: #e92e53;
}


.btn_blue{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    background-color: #0c579f;
    border-color: #0c579f;
    width: 100%;
}

.btn_blue:hover{
    color: #0c579f;
    background-color: #fff ;
    border-color: #0c579f;

}

.contact form .required{
    color: rgb(144, 147, 153);
    font-size: 0.75rem;
    text-align: center;
}

/* ---------------------------------------------- */
/*                    ad                     */
/* ---------------------------------------------- */
/*label{text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
}*/


/* ---------------------------------------------- */
/*                    LOGIN                      */
/* ---------------------------------------------- */



/* ---------------------------------------------- */
/*                    FOOTER                      */
/* ---------------------------------------------- */



footer{
    margin-top: 3.5rem;
    background-color: #f8f9fa;
    text-decoration:none!important
}

footer h3{
    font-size: 16px;
    font-family: Rubik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #333;
    font-weight: bold;
    margin-bottom: 1rem;
}

footer nav{
    display:flex;
    justify-content: space-around;
    padding: 2rem 1rem 1rem;
}

footer nav ul li{
    display:flex;
    justify-content: space-around;
}

footer nav ul li{
    list-style-type: none;
}

footer nav ul li.logo{
    display:flex;
}

footer nav ul a{
    text-decoration: none!important;
    font-size: .875rem;
    color: #606266;
    margin: 0.5rem 0;
    font-weight:600;
}

footer nav ul a:hover{
    text-decoration: none!important;
    font-size: .875rem;
    color: #9b9b9b;
    margin: 0.5rem 0;
}






img.GeneratedImage {
width:56px;height:56px;margin:0px;border-color:#000000;border-style:solid;
}

article a{
    text-decoration: none;
}

article a:hover{
    text-decoration: none;
}

 .name{
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 0.5rem;
    max-height: 1.5rem;
    overflow: hidden;
    color: #333;
    text-align:center
}

 .age{
    font-size: .875rem;
    font-weight: 300;
    color: #333;
    text-align:center
}

 .logo{
    display: block;
    margin: 0.25rem 0;
    font-size: 12px;
    font-size: .75rem;
    color: #909399;
    text-align:center
}

 .title_logo{
    display: block;
    margin: 0.25rem 0;
    font-size: 12px;
    font-size: .75rem;
    color: #909399;
    text-align:center

}

 .info{
color:#0c579f ;
 font-size: .75rem ;
 text-align:center;
}

article ul{
    padding:0;
}


/* ---------------------------------------------- */
/*                    ADMIN                       */
/* ---------------------------------------------- */

/* ---------------------------------------------- */
/*                    ADMIN                       */
/*                  DASHBOARD                     */
/* ---------------------------------------------- */

.button_dashbord{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    background-color: #0c579f;
    border-color: #0c579f;
    width: 400px;
    margin: 15px
}

.button_dashbord:hover{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #0c579f;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    color: #0c579f;

    width: 400px;
    margin: 15px
}

.unicon {
    position: relative;
    fill: #909399;
    border: 0.0625rem solid #909399;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    vertical-align: middle;
    transform: translateX(-0.125rem);
    display: inline-block;
    text-align: center;
    display:flex; align-items: center; justify-content: center;
    margin:auto
}

li {
    list-style: none;
  }




