@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import 'notification.css';
body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

a{
    text-decoration:none;
    color:inherit;
}
/************************************************************************/

.icon svg {
    width: 80px;
    height: auto;
    fill: #fff;
}

p.text-icon {
    margin-left: 7px;
    text-transform: capitalize;
    font-size: 30px;
    color: #000;
    font-weight: 800;
    line-height: 29px;
    width: 50%;
    text-align: left;
}

.icon svg path, .icon svg rect, .icon svg circle  {
    fill: #fff;
}


.header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 015px;
}

.conteneur-header {
    position: fixed;
    background-color: white;
    box-shadow: 0px 5px 10px 4px #d4d4d4d9;
    z-index: 25;
    left: 0;
    right: 0;
    z-index: 1000;
}

ul.elt-header {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

ul.elt-header li a {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.header svg {
    width: 20px;
    height: auto;
}

ul.elt-header li i {
    margin: 0 0 0 10px;
    font-size: 25px;
}

ul.elt-header li svg {
    margin-right: 5px;
}
ul.menu-cpt {
    position: absolute;
    top: 125%;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 17px 0 rgba(40,44,53,.1), 0 2px 4px 0 rgba(40,44,53,.1);
    box-shadow: 0 1px 17px 0 rgba(40,44,53,.1), 0 2px 4px 0 rgba(40,44,53,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    right: 0;
    transition: ease all .3s;
    opacity: 0;
}

ul.menu-cpt a {
    display: block;
    padding: 16px 24px;
    white-space: nowrap;
}

ul.menu-cpt li  + li a {
    border-top: 1px solid #ededed;
}

ul.elt-header li:hover .menu-cpt {
    top: 100%;
    opacity: 1;
}

ul.elt-header li a:hover {
    background-color: #e3e3e3;
}
h1.titre-page {
    text-transform: uppercase;
    /* margin-top: -55px; */
    /* margin-bottom: 50px; */
}

h2.stitre-page {
    color: #ff4a05;
}
/************************************************/


.wrap-container {
    background: #e6e6e6;
    min-height: 100vh;
    padding: 100px 165px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
    /* background-image: url(../images/banniere1.jpg); */
    /* background-size: cover; */
}
.container {
    display: flex;
    justify-content: center;
    position: relative;
    width: 45%;
    padding: 0;
    align-items: center;
    background: white;
}
/* .wrap-container:before {content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-color: rgb(33 67 93 / 58%);} */
.wrap-bloc-identification {
    width: auto;
    max-width: 76%;
    border-radius: 10px;
    /* box-shadow: 0 0 35px rgb(233 235 236 / 78%); */
    background: rgb(255 255 255);
    width: 455PX;
    position: relative;
}

.bloc-identification {
    position: relative;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    box-sizing: border-box;
    justify-content: flex-end;
}

.wrap-bloc-texte-form {
    /* background-size: cover; */
    width: 100%;
    /* bottom: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
    z-index: 999;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.content_elt_img {
    width: 100%;
    height: 100%;
}

a.wrap-logo {
    z-index: 9;
    max-width: 100%;
    text-align: center;
    position: absolute;
    top: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap-logo img {
    max-width: 230px;
}

strong.libelle-pas-membre {
    color: white;
    /* margin-bottom: 10px; */
    display: inline-block;
    font-size: 25px;
}

ul.social-list.clearfix {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

a.btn-ensavoir {
    border-radius: 3px;
    padding: 8px 30px;
    color: #000;
    background: #ffb22c;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 22px;
    display: inline-block;
}

.wrap-bloc-texte-form p {
    padding: 30px 0;
    margin: 0;
}


.conteneur-bloc-form-identification {
    display: flex;
    align-items: center;
    padding: 75px 0px 30px 0;
    width: 100%;
    justify-content: center;
}

.bloc-form-identification h3 {
    margin: 0 0 25px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #717171;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    text-transform: uppercase;
}

span.libelle-titre-connexion {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #009edb;
    margin-bottom: 10px;
}

.field-type-versement .message-erreur {
    bottom:-10px;
}
.message-erreur {
    display: none;
    position: relative;
    font-size: 12px;
    background: none;
    margin: 5px 0 0px;
    padding: 0 0 0 15px;
    text-align: left;
    color: #be1e2d;
    width: 100%;
}


.ligne-formulaire textarea{
    width:100%;
    padding: 6px 10px 15px;
    box-sizing:border-box;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}
.message-erreur::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -5px;
    left: 20px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #be1e2d;
}

.message-erreur-connexion {
    padding: 15px;
    background: #ffcd83;
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
}
.message-erreur-connexion::before {
    display: none;
}
.message-erreur-connexion:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;

    width: 4px;
    background: #f39c1b;
}

.wrap-field input, .wrap-field textarea, .wrap-field select {
    width: 100%;
    padding: 25px 20px 10px;
    font-size: 15px;
    outline: 0;
    font-weight: 500;
    color: #717171;
    height: 55px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
    box-sizing: border-box;
}
.wrap-field textarea {
    min-height: 115px;
}
.wrap-field.middle input {
    width: 98%;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.wrap-field.middle {
    display: flex;
    justify-content: space-between;
}

.wrap-field input[type="submit"], .wrap-field input[type="button"] {
    width:auto;
    padding:15px 50px;
    height:auto;
    background-color: #2154cf;
    border-radius:30px;
    float: right;
    margin-top: 10px;
}


.field-form {
    position: relative;
    width: 100%;
    margin-bottom: 17px;
}

.field-form .inputText:invalid {
    box-shadow: none !important;
}

.field-form input:focus, .field-form textarea:focus{
    outline: none;
}

.field-form input:focus{
    border-color: #1393aa;
    outline: none;
}

.field-form label {
    position: absolute;
    pointer-events: none;
    top: 5px;
    left: 20px;
    transition: 0.2s ease all;
    cursor:pointer;
    z-index: 5;
    font-size: 12px;
    color: #717171;
}



.field-form textarea:valid ~ label,
.field-form textarea:focus ~ label,
.field-form input:focus ~ label,
.field-form input[value*="@"] ~ label,
.field-form input:valid ~ label
{
/*     top: -10px;
    left: 20px;
    font-size: 11px; */
}

input + label.form-check-label:after{
    background-color: #ffffff !important;
    color: #ffffff;
    text-align: center;
    line-height: 15px;
    border: 1px solid #dbdbdb;
    position:absolute;
    width: 15px;
    height: 15px;
    left: 0px;
    top: 1px;
    content: '';
}

input:checked + label:after{
    background-color: #129f61 !important;
    content: '\f00c' !important;
    font-family: FontAwesome;
    font-size: 10px;
    border: 1px solid #129f61;
}


button.btn.btn-connexion {
    cursor: pointer;
    padding: 10px 50px 8px 50px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 400;
    height: 45px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    text-transform: uppercase;
    width: 100%;
    border: 0;
    margin-top: 17px;
    background: #009edb;
    border: none;
    color: #fff;
    background: -webkit-gradient(linear, left top, right bottom, from(#5693C9), to(#009edb));
    background: -webkit-linear-gradient(top left, #5693C9, #009edb);
    background: -o-linear-gradient(top left, #ff3e00, #ffbe30);
    background: linear-gradient(to bottom right, #5693C9, #009edb);
}

.checkbox.clearfix {
    display: flex;
    justify-content: space-between;
}

.form-check {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 13px;
    position: relative;
    color: #717171;
}

.form-check input {
    display: none;
}

.checkbox a {
    font-size: 13px;
    position: relative;
    color: #717171;
}
p.accroche-titre {
    margin: -10px 0 25px 0;
    font-size: 20px;
    color: gray;
}
p.pas-de-compte {
    color: #717171;
    font-size: 13px;
    text-align: center;
}

.bloc-form-identification {
    width: 320px;
    max-width: 100%;
}

ul.social-list.clearfix li {
    font-size: 20px;
    /* opacity: 0.4; */
    color: #ffffff;
    padding: 0 5px;
}

ul.social-list.clearfix li:hover {
    opacity: 1;
    color: #ffffff;
}

label.form-check-label {
    cursor: pointer;
}

p.pas-de-compte a {
    color: #129f61;
    text-decoration: underline;
}

@media all and (max-width: 750px) {
    .bloc-identification {
        flex-direction: column;
        background-color: none;
    }

    .wrap-bloc-texte-form {
        position: relative;
        width: 420px;
        box-sizing: border-box;
        margin: 0 auto;
        left: unset;
        max-width: 100%;
    }

    .conteneur-bloc-form-identification {
        margin: 20px auto;
        padding: 50px;
        background-color: #ffff;
        border-radius: 10px;
        max-width: 100%;
        box-sizing: border-box;
    }

    .wrap-bloc-identification {background: transparent;}

    .field-form {
        max-width: 100%;
    }

    input {
        max-width: 100%;
    }
}

@media all and (max-width: 400px) {
    .conteneur-bloc-form-identification {
    padding: 15px;
}

.checkbox.clearfix {
    flex-direction: column;
    align-items: center;
}

.form-check {
    margin-bottom: 10px;
}
}

/***************************** STYLE POUR LE CONTENEUR DES LIGHTBOX ************************************/

#loader{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,0.50);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 5000;
        height: 100%;
    }
    
    #loader2{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,0.50);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 5100;
    }


      #loader3{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.50);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000005;
  }

/************************************************************************/


.content_double_space {
    display: flex;
    /* align-items: center; */
    position: relative;
    width: 80%;
    height: 500px;
    /* overflow: hidden; */
    border-radius: 15px;
    box-shadow: 0 0 35px rgb(117 137 151 / 78%);
}

.content_image_left {
    width: 55%;
    max-width: 100%;
    display: flex;
    position: relative;
    /* background: #ffffff; */
    min-height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 30px 0; */
    box-sizing: border-box;
    background-image: url(../images/img1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.content_elt_img img:nth-child(1) {
    position: relative;
    width: 100%;
    /* height: 100%; */
}

.content-overlay {
    position: absolute;
    background: #009edb75;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.content-log__user {
    position: absolute;
    top: 30px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    background: #86bde6;
    border: 3px solid #009edb;
    height: 100px;
    border-radius: 50%;
}

.second_content_log_user {
    background: #009edb;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.second_content_log_user svg {
    width: 52px;
    height: auto;
    position: relative;
    top: -3px;
}

.second_content_log_user svg path {
    fill: #fbfbfb !important;
}