.MobileOnly { display: none !important; }
@media screen and (max-width: 1024px) {
	#IAL-logo img {
		position: absolute;
		width: 5em;
		top: -1.5em;
		left: -1.5em;
	}
}
@media screen and (max-width: 768px) {
	video { display: none !important; }
	.MobileOnly { display: block !important; }
	.item.video img {
		width: 100%;
	}
	.IAL-nav-toggle {
		margin-top: 1em;
		margin-right: 1em;
	}
	#IAL-logo img {
		left: 0.5em;
	}
	ul.IAL-sub-menu li {
		width: 100%;
		text-transform: none;
		border: none;
		margin: 0 !important;
	}
	ul.IAL-sub-menu li a:not(.Thumb) {
		display: none;
	}
	ul.IAL-sub-menu li a.Thumb {
		background: none !important;
		display: block;
		width: 100%;
		padding-bottom: 10px;
	}
	section.main-slider.slick-initialized.slick-slider .video:before {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	p.FreeForKid img.FloatLeft {
		width: auto;
	}
	.IAL-cover, .IAL-hero {
		height: auto;
	}
	.sticky-wrapper {
		position: relative;
	}
	.slick-prev:before, .slick-next:before {
		font-size: 10px;
	}
	.slick-prev, .slick-next {
		width: 10px;
		height: 10px;
	}
	button.slick-next {
		right: 0.5em;
	}
	button.slick-prev {
	left: 0.5em;
	}
	div.IAL-hero video,
	div#IAL-Activity .desc h3 + span,
	button.slick-arrow,
/* 	figcaption.caption, */
	#IAL-Reportage
	{
		display: none;
	}
	.slick-slide .caption {
		max-width: 70%;
		background: rgba(255, 255, 255, 0.1);
		left: 15%;
		font-size: 16px;
		background: rgba(255,255,255,.2);
		padding: 1em;
		text-align: center;
	}
	section.main-slider video {
		margin-top: 65px;
		width: 100% !important;
		height: auto !important;
	}
	#IAL-work-section, #IAL-car, #IAL-actu-section, #IAL-features, #IAL-Activity, #IAL-testimonial, .IAL-content-section, #IAL-AssociatedArticle {
		padding: 2em 0;
	}
	.heading-section h3 {
		font-size: 22px;
	}
	.heading-section {
		margin-bottom: 2em;
	}
	.heading-section p {
		font-size: 14px;
		margin: 0;
	}
	.heading-section p .FloatLeft {
		max-width: 30%;
	}
	#IAL-logo img {
		width: 3em;
		top: -1.5em;
	}
	.sticky-wrapper.TranspMenu, .sticky-wrapper.TranspMenu #IAL-header-section {
		box-shadow: none;
		background: #fff !important;
	}
/*
	section.main-slider video{
		display: none;
		height: 300px;
	}
*/
	.WhiteBG {
		padding: 1em;
	}
	#footer .IAL-footer-link {
		text-align: center;
	}
	.heading-title {
		font-size: 30px;
		margin-bottom: 0;
	}
	p.FreeForKid {
		width: 100px;
		height: 100px;
	}
	.Prices {
		padding: 2em 0;
	}
	.Prices h2 {
		font-size: 20px;
	}
	.panel {
		padding: 15px 5px;
	}
	.pricing-plan {
		padding: 0 0 25px 0;
		box-shadow: 0px 10px 0px 0px #f78437;
		margin-bottom: 40px;
	}
	.pricing-header {
		margin-bottom: 10px;
	}
	.pricing-price {
		font-size: 21px;
	}
	.PaymentMethod {
		vertical-align: top;
	}
	.PaymentMethod h3 span {
		font-size: 10px;
	}
}
@media screen and (max-width: 425px)
	#IAL-logo img {
		width: 3em;
		top: -1.3em;
	}
}