body{
	
}
h2{
    font-size: 24px;
    line-height: 24px;
}
a{color:var(--primary) ;}
p{
   
}
.Hm_container{
    width:80%;margin:auto;
}
.homeBackground_cont{
    height: 100vh;overflow: hidden;
}
.img_bgd{
    min-width:100%;  min-height: 100vh;overflow: hidden;
}
.homeCover{
    height: 100vh;width: 100%;
    position:fixed ;top: 0px; z-index: 999999;
    
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    background: transparent;
 }

 .homeCover_header{
    position:fixed ;
    width: 100%;
    top: 0px;
 }
 .homeCover_header .cont_appName{
    text-align: left;
    vertical-align: middle;
 }
 .homeCover_header .cont_appName img{
    display: inline-block;
    height: 50px;
 }
 .homeCover_header h3{
    display: inline-block;
    font-size: 32px;line-height: 11px;
 }
 .homeCover_header nav{
    flex-grow: 1;
    text-align: right;
    vertical-align: middle;
 }
 .homeCover_header nav a {
   margin-right: 12px;
 } 
 .homeCover_main{
    height: 100vh;
    text-align: left;
    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;
 }

.page_main_cont_home{
    display: flex;
    width: 100%;
}

.logo{
    max-height:90px;
    max-width:60%
} 
.titre_H{
    text-transform: uppercase;
    line-height:44px; font-size:44px;
}
.footer{
    position:fixed;bottom:12px;width:100%;
}

.footer span{
   padding:5px;
}
.btn_primary{
    background: var(--primary);
}
.btnLien,.btnLien2{
    padding:10px 25px 15px 25px;
    border-radius:10px;
    margin-top:10px;
    display:block;
}
.btnLien{
    border:white;
    /*color:white;*/
    background:var(--primary) ;
} 
.btnLien2{
    border:solid 0px rgb(255,117,26);
    color:var(--primary) ;
    background:#00d2ff69;
} 
/**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: 28%;
    margin: auto; 
}
.form_Home{
    width: 100%;
    margin-bottom: 15px;
}
.form_Home p{
	font-size:13px;	
}
.form_Home .form-control{
    display:flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius:4px; 
    margin-top: 12px;
    box-shadow: 0 0 0 transparent;
    font-size: 18px;
    background: rgba(255, 255, 255,0.1);
    color:rgb(140,140,140);
    border: solid 1px rgb(200,200,200);

}
.form_Home .form-control input{
    flex-grow: 1;
    border:none ; 
    padding:12px 5px 12px 5px; 
    margin: 3px;
    background: transparent;

}
.form_Home .form-control i{
    
}
.darkTheme .form-control{  
    color:rgb(250,250,250);
}
.darkTheme .form-control input{  
    color:rgb(250,250,250);
}

.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: 42px;
    font-size: 16px;
}
.form_Home .cont_form_btn_sub{
    margin-top: 30px;
}
.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:769px)and (max-width:900px){
    .Hm_container{
        width:60%;margin:auto;
    }
    .cont_btnBas{
        
    }
    .cont_form_home{
        width: 60%;
        margin: auto;
    }
}

@media screen and (max-width:768px) {
    .Hm_container{
        width:90%;margin:auto;
    }
    .homeCover_header .cont_appName{
        display:block;
        text-align: center;
    }
    .homeCover_header nav{
        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:10px 25px 10px 25px;
        border-radius:8px;
    } 

   /**FORMULAIRE **/
    .cont_form_home{
        width: 90%;
        margin: auto;
    }
    .form_Home .form-control{
        border-radius: 4px;
        font-size: 16px;
    }
    .form_Home .form-control input{
        margin: 3px;
        padding: 10px 5px;
        font-size: 16px; 
    }
    .form_Home .cont_form_btn_sub{
        margin-top: 30px;
    }
    .form_Home button{
        height: 50px;
        font-size: 16px;
    }

    .cont_btnBas{
        
    }

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

