html,body{
    height: 100%;
}
.centered-modal.in {
    display: flex !important;
}
.centered-modal .modal-dialog {
    margin: auto;
}

.modal-no-raduis{
    -webkit-border-radius: 0px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 0px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 0px;
    border-bottom-left-radius: 0;
}

.modal-transparent-raduis{
    background: rgba(255,255,255,.3)
}

.iti{
    width: 100%;
}

.modal-footer-background{
    background-color: rgba(47,139,92,1);
    color: #FFF
}
.btn-custom-blue{
    background-color:rgba(3,61,117,5);
    color: rgba(255,255,255,.8)
}

.btn-custom-blue:hover{
    background-color:rgba(3,61,117,1);
    color: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

/*form login style*/
#loginForm .modal-login {		
    color: #636363;
    width: 350px;
}
#loginForm .modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
#loginForm .modal-login .modal-header {
    border-bottom: none;   
    position: relative;
    justify-content: center;
}
#loginForm .modal-login h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}
#loginForm .modal-login .form-control:focus {
    border-color: #70c5c0;
}
.modal-login .form-control, .modal-login .btn {
    min-height: 40px;
    border-radius: 3px; 
}
#loginForm .modal-login .close {
    position: absolute;
    top: -5px;
    right: -5px;
}	
#loginForm .modal-login .modal-footer {
    background: #ecf0f1;
    border-color: #dee4e7;
    text-align: center;
    justify-content: center;
    margin: 0 -20px -20px;
    border-radius: 5px;
    font-size: 13px;
}
#loginForm .modal-login .modal-footer a {
    color: #999;
}		
#loginForm .modal-login .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    /*background: #60c7c1;*/
    background: rgba(47,139,92,1);

    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
#loginForm .modal-login .avatar img {
    width: 100%;
}
#loginForm .modal-login.modal-dialog {
    margin-top: 80px;
}
#loginForm .modal-login .btn {
    color: #fff;
    border-radius: 4px;
    /*background: #60c7c1;*/
    background: rgba(47,139,92,1);

    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}
#loginForm .modal-login .btn:hover, .modal-login .btn:focus {
    background: #45aba6;
    outline: none;
}
#loginForm .trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

/*form label style*/
form label{
    font-weight: 300;
    color: rgba(0,0,0,0.7);
    font-size: 14px;
}

/*end form label*/

/*fieldset style*/
fieldset.border {
    border: 1px groove rgba(47,139,92,.7) !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}

legend.border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}
/*end fieldset style*/
.no-display{
    display: none;
}
.intl-tel-input { width: 80%; }

.inscription{padding: 20px 20px}
.inscription .title{
    padding: 40px 20px;
    display: block
}

/*--centrage vertical ---*/
.vertical-container {
    display: flex; /* contexte sur le parent */
    flex-direction: column; /* direction d'affichage verticale */
    justify-content: center; /* alignement vertical */
}
.vertical-content {
    margin: auto!important; /* eh oui, tout bêtement */
}

/*-- overlay loader ***/
#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.loaderImage{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    font-weight: 100;
    font-style: italic
}
#formAuth .intl-tel-input{
    width: 100%!important;
}

#error-msg{
    font-size: 12px;
    color: red;
    font-style: italic;
    font-weight: 400
}

#login-loader{
    background: url("../images/loaders/login-loader.gif")  no-repeat center center;
    background-size: 50px 50px;
    height: 30px;
    width: 50px;
    display: inline-block;
}
.login-loader{
    background: url("../images/loaders/login-loader.gif")  no-repeat center center;
    background-size: 50px 50px;
    height: 30px;
    width: 50px;
    display: inline-block;
}
/*---------- login form dropdown ----------*/
.mainmenu-area .right-area .link_btn {
    margin-top: 30px;
}
.login-action .navigation > li > ul {
    left: -100px; 
}
.login-action li ul{
    /*background: #033d75!important;*/
    background: rgba(255,255,255,1)!important;
    top: 60%!important;
    -webkit-box-shadow: 0px 10px 10px -4px rgba(0,0,0,0.54);
    -moz-box-shadow: 0px 10px 10px -4px rgba(0,0,0,0.54);
    box-shadow: 0px 10px 10px -4px rgba(0,0,0,0.54);
}
.login-action li ul li{
    color: rgba(0,0,0,.8);
    padding: 0 5px;
    /*   border-bottom: solid 1px rgba(0,0,0,.1);*/
}
.login-action li ul li a{
    color: rgba(0,0,0,.8);
    border-bottom: solid 1px rgba(0,0,0,.1);
}

.login-action li ul li:hover a{
    background: rgba(3, 61, 117,.9);
    border-bottom: solid 1px rgba(0,0,0,.1);
    color: rgba(255,255,255,.9)
}
.box-shadow{
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
}

.paiement a {

}

.paiement a:hover {
    background: rgba(60, 118, 61,.2)
}
.custon-font-size{
    /*    font-size: .9vw;*/
    font-size: 13px;
}
/**----raduis 5px------*/
.border-radius-5{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/**----raduis 10px------*/
.border-radius-10{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mainmenu-area.stricky-fixed {
    z-index: 999 !important;
}

.item1{
    float: left;
    padding: 20px 10px;
    border-bottom: solid 1px rgba(255,255,255,.7)
}
.item1 .text{
    padding-left:80px
}
.item1 .text1 p{
    padding-top:10px;
    color: rgba(225,225,225,.9)
}
.inner-box1{
    float: left;
}
.inner-box1 .icon-box1{
    float: left;
    /*border:solid 1px #f00;*/
    padding-top: 15px;
    width: 70px
}


.item2{
    float: left;
    padding: 20px 10px;
    border-bottom: solid 1px rgba(255,255,255,.7)
}
.item2 .text{
    padding-left:80px
}
.item2 .text2 p{
    padding-top:10px;
    color: black
}
.inner-box2{
    float: left;
}
.inner-box2 .icon-box2{
    float: left;
    /*border:solid 1px #f00;*/
    padding-top: 15px;
    width: 70px
}
/*profile css*/
.nom-compte{
    border: solid 1px rgba(0,0,0,.1);
    margin-bottom: 30px
}
.nom-compte .header-compte:first-child{
    border-right: solid 1px rgba(0,0,0,.1);
    padding: 10px
}

.nom-compte .header-compte:last-child{
    border-left: solid 1px rgba(0,0,0,.1);
    padding: 10px
}

.nom-compte .header-compte{
    padding: 10px
}

.bg-gray-light{
    background: rgba(0,0,0,.1)
}


.compte-content .profile{
    background: rgba(0,0,0,.1);
    padding: 10px;
    border: solid 1px rgba(0,0,0,.1)
}

.compte-content .profile .title{
    font-weight:500;
    text-transform: uppercase;
}

.compte-content .icons{
    border-right: solid 1px rgba(255,255,255,1);
    text-align: left
}

.compte-content .content{
    padding: 10px;
    border-bottom: solid 1px rgba(0,0,0,.1)
}

.compte-content .content span{
    padding: 0 5px;
}

.list-method li{
    display: inline
}
h2{
    text-transform: lowercase!important
}

h4{
    text-transform: lowercase!important
}


/*custom full height*/

@media screen and (min-height: 768px){
.flex-min-height{
        min-height: 600px!important;
    }
}

@media screen and (max-height: 768px){
.flex-min-height{
        min-height: 300px!important;
        padding-top: 50px
    }
}
#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.loaderImage{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    font-weight: 100;
    font-style: italic
}
