.mfp-close-btn-in .mfp-close{
	right: calc(50% - 377px);
	top: 15px;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}
.mad-instafeed .mad-col a{
	height: auto;
}
.fullscreenabanner img{
	min-width: 100%;
    min-height: 100%;
}
.mad-icon-boxes.grid-type .mad-icon-box{
	padding: 2rem 1.5rem;
}
.mad-preloader-circle, .mad-preloader{
	display: none;
}

@media (max-width: 1200px) {
	.mad-navigation:not(.side-menu){
		display: none;
	}
	.mad-header{
		background: #fff;
	}
	.mad-header--transparent:not(.header-4) [class*="mad-header-section--sticky"]:not(.mad-header-section--sticked):not(:hover) .mad-mobile-nav-btn .line, 
		.mad-header--transparent.header-4 .mad-mobile-nav-btn .line {
		background-color: #000;
	}
}

/* Masquer les tarifs Hommes, Femmes et Enfants */
#tarifs > div.row > div.col-lg-4 {
	display: none !important;
}

@media (max-width: 568px) {
	.m-d-none,
	.mad-logo,
	.mad-header--transparent:not(.header-4) [class*="mad-header-section--sticky"].mad-header-section--sticked .logo2,
	.mad-header--transparent.mad-header--transparent-single:not(.header-4):hover [class*="mad-header-section--sticky"] .logo2{
		display: none!important;
	}
	.mad-content.m-pt-130{
		    padding-top: 130px !important;
	}
	.mad-header--transparent:not(.header-4) [class*="mad-header-section--sticky"]:not(.mad-header-section--sticked) .logo1{
		display: block !important;
	}
}

