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

	
	
}


@media screen and (min-width:1451px) and (max-width:1950px) {
	
.title-large {
  font-size: 121px;
  line-height: 89px;
}

}


@media screen and (min-width:1281px) and (max-width:1450px) {
	
.title-large {
  font-size: 101px;
  line-height: 75px;
}


}


@media screen and (min-width:1125px) and (max-width:1280px) {
	
.title-large {
  font-size: 99px;
  line-height: 73px;
}


}


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


}


/* Résolution inférieur à 800px
/* --------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:0px) and  (max-width:800px) {

.title-large {
  font-size: 67px;
  line-height: 50px;
}
.logo-footer  {
	width: 50%;
}
	

}


@media screen and (min-width:0px) and (max-width:576px) {
	
.title-large {
  font-size: 58px;
  line-height: 44px;
}

}


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

	
}

@media screen and (min-width:0px) and (max-width:320px) {
	



}
