
@media screen and (min-width:1951px) and (max-width:3200px) {



}



@media screen and (min-width:1451px) and (max-width:1950px) {




}






@media screen and (min-width:1281px) and (max-width:1450px) {
	
.hs-line-1 {
  font-size: 74px;
}
	


}






@media screen and (min-width:1125px) and (max-width:1280px) {
	
.hs-line-1 {
  font-size: 64px;
}
	


}






/* Résolution comprise entre 800 et 1024 (tablette retournée et autres...)
/* --------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:801px) and (max-width:1124px) {
	
.hs-line-1 {
  font-size: 64px;
}
	


}






/* Résolution inférieur à 800px
/* --------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:0px) and  (max-width:800px) {
	
.hs-line-1 {
  font-size: 44px;
}
	
	

}






/* --------------------------------------------------------------------------------------------------------------- */
/* Résolution comprise entre 0 et 480px (mobile)
/* --------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:480px) {


}
