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



}



@media screen and (min-width:1451px) and (max-width:1950px) {
	
.logo-home img {
    max-width: 220px !important;
}

}


@media screen and (min-width:1401px) and (max-width:1450px) {
	
.logo-home img {
    max-width: 200px !important;
}

}




@media screen and (min-width:1281px) and (max-width:1400px) {
	
.navbar-nav .nav-link {
    font-size: 11px;
}

.navbar-brand img {
    max-width: 180px;
    max-height: 45px;
}
	
.logo-home img {
    max-width: 200px !important;
}
	
.hero-3 {
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 55px;
}

}






@media screen and (min-width:1125px) and (max-width:1280px) {

.navbar-nav .nav-link {
    font-size: 11px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
}

	
.navbar-brand img {
    max-width: 150px;
    max-height: 45px;
}
	
.logo-home img {
    max-width: 180px !important;
}
	
.hero-3 {
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 55px;
}

}






/* Résolution comprise entre 800 et 1024 (tablette retournée et autres...)
/* --------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:801px) and (max-width:1124px) {
	
.navbar-nav .nav-link {
    font-size: 11px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
}
	
.navbar-brand img {
    max-width: 150px;
    max-height: 45px;
}

.logo-home img {
    max-width: 180px !important;
}
	
.hero-3 {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 50px;
}


}






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

.navbar-brand img {
    max-width: 150px;
    max-height: 45px;
}
	
.logo-home img {
    max-width: 180px !important;
}

.hero-3 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;
}

}






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


}






/* --------------------------------------------------------------------------------------------------------------- */
/* 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) {
	


	

}
