@font-face {
    font-family: "romanserif_regular";
    src: url('romanserif_regular.ttf');
}
@font-face {
    font-family: "lato";
    src: url('Lato-Regular.ttf');
}

body{
	color: var(--bodyText);
    background-color: #222533;
}
h2{
    font-size: 24px;
    line-height: 24px;
}
a{color:var(--primary) ; font-size: 13px;}
p{
   font-size: 13px;
}
.Hm_container{
    width:40%;margin:auto;
}
.background_home_page{
    background: -webkit-linear-gradient(to bottom, #E4E5E7,rgb(252,207, 46));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #E4E5E7,rgb(238,232, 206)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.homeBackground_cont{
    height: 100vh;overflow: hidden;
}
.img_bgd{
    min-width:100%;  min-height: 100vh;overflow: hidden;
}
.panel_page_head{
    background: transparent!important;
}
.homeCover{
    height: 100vh;width: 100%;
    position:fixed ;top: 0px; z-index: 999999;
    /*
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    */
    background: transparent;
    background: rgba(0, 0, 0, .5);

    background: -webkit-linear-gradient(to top, #222, #222,transparent,transparent);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #222, #222,transparent,transparent); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
      
 }

 .homeCover_header{
   display: flex;
    width: 60%; margin: auto;
    top: 0px;
 }
 .homeCover_header .cont_appName{
    text-align: left;
    flex-grow: 1;
 }
 .homeCover_header .cont_appName img{
    display: inline-block;
    height: 50px;
 }
 .homeCover_header h3{
    display: inline-block;
 }
 .homeCover_header nav{
    float: right;
    margin-top: 25px;
 }
 .homeCover_main{
    height: 100vh;
    text-align: center;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
 }
 .homeCover_foot{
    position:fixed ;
    width: 100%;
    bottom:0px;
    text-align: center;

 }

 .panel_page_main{
    padding-top: 0px;
 }
 .panel_page_head_home{

 }
.page_main_cont_home{
    display: flex;
    width: 100%;
    /*
    min-height: 78vh;*/
    /*overflow: auto;*/
    flex:1;
    height:auto;
}
.page_foot_cont_home{
    /*
    margin-top: 15px;
    max-width: 100%;
    padding: 12px;
     */
    text-align: center;
   
}
.page_foot_cont_home .page_foot_cont_home_container{
    padding: 12px;
 }
.page_foot_cont_home p{
   font-size: 13px;
}

.logo{
    max-height:90px;
    max-width:60%
} 
.titre_H{
 
    line-height:24px; font-size:32px;
}
.p_home{
   font-family:romanserif_regular ;
   font-family: lato;
}
.footer{
    position:fixed;bottom:12px;width:100%;
}

.footer span{
   padding:5px;
}
.btn_primary{
    background: var(--primary);
    color:hsl(203 46% 15%);
    border: none;
}
.btnLien,.btnLien2{
    padding:10px 25px 15px 25px;
    border-radius:100px;
    margin-top:10px;
    display:block;
    /*color:rgb(60,60,60);*/
}
.btnLien{
    border:white;
    background:white;
    color:var(--title) ;
    /*color:white;*/
   /* background:var(--primary) ;*/
} 
.btnLien2{
    border:solid 0px rgb(255,117,26);
    background:var(--primary) ;
    color:white;
} 
/**aures */

.cont_btnBas{
    position: fixed; 
    z-index: 9999999;
    bottom: 50px;
    text-align: center;
    width: 100%;left: 0px;
    font-size: 9px;
}
 .cont_btnBas img{
    height: 25px;
    display:block;
    margin: auto;
 }



/**FORMULAIRE **/
.cont_form_home{
    width: 25%;
    margin: auto; 
    padding: 12px 24px;
    border:solid 1px;
    border-color:  transparent;
}
.darkTheme .cont_form_home{
    border-color: rgb(90,90,90);
}
.form_Home{
    width: 100%;
    margin-bottom: 15px;
}
.form_Home p{
	font-size:13px;	
}
.form_Home .form-control{
   
}
.form_Home .form-control input{
   color:var(--formInputTextColor);
}
.form_Home .form-control i{
    
}
.darkTheme .form-control{  
    color:var(--formInputTextColor);
}


.form-control:hover ,.form-control-plaintext:hover,.select-control:hover, .select-control:focus{
    border:solid 2px var(--focusInput);
}


.form_Home .form-control .btnSearc{
    background: transparent; border:none;
    color:rgb(240,240,240); font-size:18px;
}
.form_Home button{
    height: 40px;
    font-size: 16px;
    width: 100%;
    border-radius:6px;
}
.form_Home .cont_form_btn_sub{
    margin-top:12px;
}
.form_Home .radius{
    border-radius: 100px;
}
/**/

.msgErr_cont{ color: coral;}
.cont_btnBas{
    margin-top: 50px;
 }


.contSearchDynamique{
   
}
.contSearchDynamique{
    margin-top: 15px;
}
.contSearchDynamiqueFull{
    position:fixed; top:10px;height:100vh;width:100%;
    
}
.SearchDynamique{
    background: rgba(255, 255, 255,0.1);
    color:rgb(240,240,240);
    padding:5px;
    border-radius: 100px;
}
.SearchDynamique input{
    background: transparent;
    width:85%; border:none ;  color:rgb(240,240,240);
}
.SearchDynamique .btnSearc{
    background: transparent; border:none;
    color:rgb(240,240,240); 
    font-size:18px; background: #dba860;
    width: 50px;
}
.divResultRechE{
    text-align: left;
}

@media screen and (min-width:649px) and (max-width:900px) and (min-height:500px){

    
}
@media screen and (min-width:649px)and (max-width:900px){

    .homeCover_header{
        width: 90%; margin: auto;
        top: 0px;
    }
    .Hm_container{
        width:60%;margin:auto;
    }
    .cont_btnBas{
        
    }
    .cont_form_home{
        width: 50%;
        margin: auto;
    }
    .form_Home .radius{
        border-radius: 100px;
    }
}

@media screen and (max-width:648px) {
    a{
        font-size: 13px;
    }
    .Hm_container{
        width:90%;margin:auto;
    }
     .panel_page_head_home{
       padding-top: 40px;
    }
    .page_main_cont_home{
       /* min-height:75vh;
        overflow: auto;*/
        
    }
    .page_foot_cont_home{
       font-size: 12px;
    }
    .page_foot_cont_home p{
        font-size: 12px;
     }
    .homeCover_header{
        display: block;
        width: 100%; margin: auto;
        top: 0px;
        text-align: center;
    }
    .homeCover_header .cont_appName{
        display:block;
        text-align: center;
        flex-grow: 0;
        width: 100%;
        padding: 0px;
    }
    .homeCover_header nav{
        width: 100%;
        float: none;
        display:block;
        text-align: center;
        margin-top: 5px;
    }
    .homeCover_header nav a{
        display:block;
    }
    .logo{
        max-height:70px;
        max-width:60%
    } 
    .btnLien,.btnLien2{
        padding:12px 25px 12px 25px;
        font-size: 16px;
        font-weight: 600;
        margin-top:16px;
        padding-top: 12px;
        padding-bottom: 12px;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
    } 

   /**FORMULAIRE **/
    .cont_form_home{
        width: 86%;
        padding: 0px;
        padding: 8px 12px;
        margin: auto;
        border: none;
    }
    .form_Home .form-control{
        border-radius: 4px;
        font-size: 16px;
    }
    .form_Home .form-control input{
        margin: 3px;
        padding: 10px 5px;
        font-size: 15px; 
    }
    .form_Home .cont_form_btn_sub{
        margin-top: 10px;
    }
    .form_Home button{
        height: 48px;
        font-size: 16px;
        border-radius: 8px;
    }

    .cont_btnBas{
        
    }

    .SearchDynamique input{
        width:85%; 
    }
    .SearchDynamique .btnSearc{
         font-size:18px;
    }
    .divResultRechE{
        
    }
    .form_Home .radius{
        border-radius: 100px;
    }

    .msgErr_cont{ font-size: 12px; padding-bottom: 5px; margin-top: 10px;}
 }
	

 .text-muted {
    color: inherit !important;
    opacity: .6;
}
.text-sm {
    font-size: .8rem;
}
.m-b-md, .m-y-md {
    margin-bottom: 1.5rem;
}