@font-face {
    font-family: "Comfortaa-Regular";
    src: url("../../../police/Comfortaa-Regular.ttf")
}
*{
    font-family: "Comfortaa-Regular";
}








/*----------------- CSS pour tablettes ----------------------------------*/
@media all and (max-device-width:1024px) and (orientation: portrait){
    
}
@media all and (max-device-width:1024px) and (orientation: landscape){

}


/*----------------- CSS pour Smartphones et tablette---------------------*/
@media all and (max-device-width:768px) and (orientation: portrait){

}


/*----------------- CSS pour Smartphones --------------------------------*/
@media all and (max-device-width:480px) and (orientation: portrait){
    

}
@media all and (max-device-width:750px) and (orientation: landscape){

}

@media all and (max-device-width:920px) and (orientation: landscape){

}