@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.atf-section-title .title{
		font-size: 44px;
	}
	.atf-hero-content .title{
		font-size: 54px;
	}
	.atf-hero.atf-style1 .atf-hero-title{
		font-size:50px;
	}

}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.atf-section-title .title{
		font-size: 44px;
	}
	.atf-hero-content .title{
		font-size: 44px;
	}
	.atf-hero-content br{display:none;}
	.atf-hero.atf-style1 .atf-hero-title{
		font-size:45px;
	}

}
@media only screen and (max-width : 1199px) {
	.mt-xl-40{
		margin-top:40px;
	}
	.mb-xl-40{
		margin-top:40px;
	}
	
}
@media only screen and (max-width : 991px) {
	.mt-lg-40{
		margin-top:40px;
	}
	.mb-lg-40{
		margin-top:40px;
	}
	.atf-hero.atf-style1 .atf-hero-title{
		font-size:36px;
		letter-spacing:0;
	}
	.atf-hero-content .title{
		font-size: 44px;
		letter-spacing":0;
	}
	.atf-hero-content br{display:none;}
	.atf-single-tarif{margin:12px 0;}
	.atf-single-footer{margin:12px 0;}

}


@media only screen and (max-width: 767px) {
	.mt-lg-40{
		margin-top:25px;
	}
	.mb-lg-40{
		margin-bottom:25px;
	}
	.atf-footer-area::before {
		border-radius: 0%;
	}
	.atf-hero-content .title {
		font-size: 36px;
		letter-spacing:0;
	}
}

@media only screen and (max-width: 576px) {
	.atf-hero.atf-style1 .atf-hero-title {
		font-size: 36px;
		line-height: 1.3;
	}
	.atf-hero-area {
		height: 650px;
	}
}
