/* @import url('https://fonts.googleapis.com/css?family=Dokdo|Leckerli+One&display=swap'); */
@import url('https://fonts.googleapis.com/css?family=Gochi+Hand|Permanent+Marker&display=swap');

:root {
	--Orange:	#F78536;
}
body.NoOverFlow {
	overflow: hidden;
	font-weight: normal;
}
body.NoOverFlow #IAL-wrapper {
	overflow: hidden;
	height: 100vh;
}
body.NoOverFlow #IAL-page {
	height: 100vh;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
}
body.NoOverFlow .sticky-wrapper {
	position: sticky;
	top: 0;
	z-index: 2;
}
body.NoOverFlow .Prices.StickyPrices {
	position: sticky;
	top: 72px;
	right: 0;
	left: auto;
	z-index: 0;
	max-height: calc(100vh - 72px);
	overflow: auto;
	height: auto;
	display: flex;
/* 	align-self: start; */
}
body.NoOverFlow .SlickArticle {
	overflow: initial;
	z-index: 1;
}
body.NoOverFlow p.FreeForKid {
	max-width: 200px;
	max-height: 200px;
	border-radius: 200px 0 0 200px;
	float: right;
	position: relative;
	width: 25vw;
	height: 25vw;
	top: 0;
	right: -30px;
}
body.NoOverFlow .pricing-table {
	border: none;
	background: transparent;
	box-shadow: none;
}
body.NoOverFlow .pricing-plan {
	border-radius: 10px;
	background: rgba(255,255,255,.9);
	box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
}
body.NoOverFlow .pricing-plan:hover {
	background: #fff;
	transform: none;
}
body.NoOverFlow .pricing-plan h2.pricing-header {
	font-weight: bold;
	margin: 0 0 5px 0;
}
body.NoOverFlow .pricing-plan h2.pricing-header span.Serif {
	font-weight: normal;
	letter-spacing: -.2px;
	font-size: 18px;
}
body.NoOverFlow #IAL-Activity ul {
	background: none;
}
body.NoOverFlow .pricing-plan ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px 0 0 0;
}
body.NoOverFlow .pricing-plan ul li {
/* 	width: 50%; */
	font-size: 12px;
	line-height: 12px;
	padding: 5px 0;
	text-transform: none;
}
body.NoOverFlow .pricing-table details summary {
	font-size: 12px;
}
body.NoOverFlow .pricing-plan details p {
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
}
body.NoOverFlow span.DetailPrice i[class^="icon-"] {
	color: rgba(0,0,0,.3);
}
body.NoOverFlow .pricing-plan ul li:before {
	display: none;
}
body.NoOverFlow .Prices.StickyPrices h2 {
	font-size: 20px;
}
body.NoOverFlow .Prices span.DetailPriceByWhat {
	display: inline;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
}
body.NoOverFlow .PriceDateBox {
	background: rgba(0, 0, 0, 0.05);
	padding: 10px;
}
body.NoOverFlow .PriceDateBox h4 {
	color: #f9872a;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -.2px;
	margin: 0;
	font-size: 14px;
}
body.NoOverFlow .PriceDateBox .PriceOpeningDetails {
	font-size: 12px;
	border-top: 1px solid #848484;
	display: inline-block;
	border-bottom: 1px solid #848484;
	padding: 5px 0;
	line-height: normal;
	margin: 5px 0;
}
body.NoOverFlow .PriceDateBox .PriceOpeningSeason {
	font-size: 12px;
}
body.NoOverFlow .PriceDateBox .PriceOpeningSeason span {
	white-space: nowrap;
	display: inline-block;
	padding: 0 5px;
}
body.NoOverFlow span.DetailPrice {
	display: block;
	font-size: 12px;
	line-height: normal;
	margin-top: -11px;
	font-weight: normal;
}
body.NoOverFlow .pricing-plan ul.PriceDetailList li {
	padding: 0 0 0 15px;
	background: url(../images/svg/Check.svg) no-repeat left center / 12px;
	margin: 0 5px 0 0;
	border: none;
}
body.NoOverFlow .pricing-plan .PriceCapacity, 
body.NoOverFlow .pricing-plan .PriceCaution, 
body.NoOverFlow .pricing-plan .PriceCapacity b, 
body.NoOverFlow .pricing-plan .PriceCaution b {
	font-size: 12px;
	margin-top: 10px;
	line-height: 12px;
	text-transform: none;
/* 	text-align: left; */
}
body.NoOverFlow .pricing-plan .PriceDetails {
	margin: 10px 0;
	font-size: 14px;
	text-transform: none;
	line-height: normal;
	text-align: left;
	padding: 5px;
	border: 1px solid rgba(0,0,0,.1);
	background: rgba(255,255,255,.5);
}
/* body.NoOverFlow */ .IAL-Activity > div .desc h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
}
.IAL-Activity > div .desc:before {
	content: '';
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: -100%;
	bottom: 0;
	right: 0;
	opacity: 1;
	z-index: -1;
	transform: rotate(45deg) translate(0, 0px);
}
body.NoOverFlow.IAL-offcanvas #IAL-page {
	-moz-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	transform: translateX(-240px);
	overflow: visible;
}
body.NoOverFlow #offcanvas-menu ul li a {
	text-decoration: none;
}
body.NoOverFlow .ShareButtonContainer a {
	text-decoration: none;
}
.boumchtatrap {
	display: none;
}
.pe-200 {
	padding-right: 200px;
}
a:active, a:focus, button:focus, button:active {
	outline: 0;
	border: none;
	-moz-outline-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Gochi Hand', cursive; /* 'Permanent Marker', cursive; */
}
.desc h3, .Actu h3, h3 .Serif, h2 .Serif, h4 .Serif {
	font-family: "Open Sans", Arial, sans-serif /* 'Gochi Hand', cursive */;
}
ol, ul {
	list-style-position: inside;
	padding: 1em 0 1em 2em;
}
#IAL-Activity ol, #IAL-Activity ul {
	background: rgba(132, 132, 132, 0.05);
}
#IAL-Activity ul.Opening {
	list-style: none;
	background: orange;
	color: #fff;
	padding: 1em;
	border-radius: .5em;
}
ol {
	list-style: none;
	counter-reset: my-awesome-counter;
}
ol li {
	counter-increment: my-awesome-counter;
}
ol li::before {
	content: counter(my-awesome-counter) ". ";
	font-weight: bold;
	right: calc(100% - 40px);
	position: absolute;
}
.Relative {
	position: relative;
}
#IAL-logo img {
	position: absolute;
	width: 6em;
	top: -1.5em;
	left: -2em;
}
.IAL-Activity > div .desc .price {
	display: inline-block;
}
.SquareImg{
	width: 100%;
}
.BgImgCover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
#IAL-actu-section .slick-initialized .slick-slide,
.sticky-wrapper header,
.sticky-wrapper .sf-menu a,
#IAL-primary-menu .IAL-sub-menu,
.pricing-plan, .PaymentMethod img, a.LienBouton, #IAL-car .Actu .blog-text {
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
#IAL-actu-section {
	background: url(../images/IleAuxLoisirs-Plage.jpg) fixed no-repeat center / cover;
}

.BgImgCover.Scale:hover, #IAL-actu-section .slick-initialized .slick-slide:hover {
	transform: scale(1.1);
}
a.LienBouton,
#IAL-Activity .co-widget #BtnLaunchBooking {
	padding: 1em 2em;
	color: #fff;
	font-weight: bold;
	border-radius: 0.5em;
	display: inline-block;
	font-size: 1.25em;
}
.BlueSkyGradient {
	background: #2980B9;	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #FFFFFF, #6DD5FA, #2980B9);	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #FFFFFF, #6DD5FA, #2980B9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.OrangeGradient {
	background: #f12711;	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f5af19, #f12711);	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.LightOrangeGradient {
	color: #fff;
	background: rgba(255, 62, 28, 0.5);
	background: -moz-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 62, 28, 0.5)), color-stop(100%, rgba(255, 140, 0, 0.5)));
	background: -webkit-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
	background: -o-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
	background: -ms-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
	background: linear-gradient(to right, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3e1c', endColorstr='#ff8c00', GradientType=1 );
}
.BgLightGray {
	background: #eae8e8;
}
.RedGradient, a.LienBouton,
#IAL-Activity .co-widget #BtnLaunchBooking,
#IAL-Activity .co-widget #BtnLaunchBooking:after {
	background: #fc4a1a;	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#IAL-Activity .co-widget #BtnLaunchBooking {
	height: auto;
	min-height: auto;
	position: relative;
}
.PurpleGradient {
	background: #355C7D;	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #C06C84, #6C5B7B, #355C7D);	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #C06C84, #6C5B7B, #355C7D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.GreenGradient, a.LienBouton:hover,
#IAL-Activity .co-widget #BtnLaunchBooking:hover,
#IAL-Activity .co-widget #BtnLaunchBooking:hover:after {
	background: #06beb6;	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #48b1bf, #06beb6);	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #48b1bf, #06beb6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.YellowGradient {
	background: #F2994A;	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #F2C94C, #F2994A);	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #F2C94C, #F2994A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.RedGradient h3, .RedGradient .heading-section p, .PurpleGradient h3, .PurpleGradient .heading-section p, .YellowGradient h3, .YellowGradient .heading-section p {
	color: #fff;
}
.IAL-Activity > div:after {
	background: rgba(0, 0, 0, 0);
}
#IAL-Activity .co-widget > div:not([class*=co-widget-title]):not([class*=co-widget-type]):not([class*=co-widget-container]) {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
#IAL-Activity .co-widget-i-calendar {
	right: 15px;
	bottom: 19px !important;
}
#IAL-Activity .co-widget #BtnLaunchBooking:after {
	content: 'Je réserve';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 3.5em;
	pointer-events: none;
	border-radius: 0.5em;
}
#IAL-Activity .co-widget {
	text-align: center;
}
#IAL-Activity .co-widget .co-widget-date #FieldDate {
	height: 55px;
}
.WhiteBG {
	box-shadow: 0 0 30px -20px rgba(0,0,0,0.5);
	padding: 3em;
	background: #fff;
}
.MarineBG {
	background: url(../images/MarinePattern.svg) fixed repeat rgba(0,0,0,0.04) top left / 15%;
	box-shadow: 0 0 15px 1vw rgba(0,0,0,0.1) inset;
}
.UpOver {
	transform: translate(0, -15vw);
	margin-bottom: -15vw;
}
div#IAL-actu-section {
	padding-bottom: 1.5em;
}
.Palme {
	position: relative;
}
.Palme .container {
	z-index: 1;
	position: relative;
}
.Palme:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/PalmierBig.png) no-repeat left top / cover;
	z-index: 0;
}
.sf-menu a {
	text-transform: uppercase;
}
.sticky-wrapper {
	position: absolute;
}
#IAL-header-section {
	background: #fff;
}
.sticky-wrapper.TranspMenu #IAL-header-section:not(:hover) {
	background: transparent;
}
.TranspMenu:not(:hover) .sf-menu a {
	color: #fff;
}
.sticky-wrapper.TranspMenu:not(:hover) .stuck {
	-webkit-box-shadow: 0 40px 30px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0 40px 30px rgba(0, 0, 0, 0.5) inset;
	-ms-box-shadow: 0 40px 30px rgba(0, 0, 0, 0.5) inset;
	-o-box-shadow: 0 40px 30px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 40px 30px rgba(0, 0, 0, 0.5) inset;
}
#IAL-primary-menu .IAL-sub-menu {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}
.sf-menu ul {
	min-width: 30em;
}
.sf-menu li {
	position: inherit;
}
#IAL-primary-menu .IAL-sub-menu {
	left: 0;
}
#IAL-primary-menu .IAL-sub-menu:after {
	left: 20%;
}
ul.IAL-sub-menu li {
/* 	width: 50%; */
	display: inline-block;
	text-transform: uppercase;
	vertical-align: top;
	white-space: normal;
}
.IAL-footer-link li {
	color: #fff;
}
.Partenaire li {
	display: inline-block;
}
#IAL-primary-menu .IAL-sub-menu a{
	text-transform: uppercase;
}
#IAL-primary-menu .IAL-sub-menu {
	transform: translate(0px, 50px);
	-webkit-transform: translate(0px, 50px);
	opacity: 0;
	visibility: hidden;
	width: 100%/* 50em */;
	padding: 1em;
}
#IAL-primary-menu li:hover .IAL-sub-menu {
	transform: translate(0px, 10px);
	-webkit-transform: translate(0px, 10px);
	opacity: 1;
	visibility: visible;
}
#IAL-primary-menu .IAL-sub-menu a.Thumb {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 6em;
	color: #fff !important;
	box-shadow: 0 0 0 0.25em #fff inset;
	white-space: nowrap;
	padding: 0 0 0 1em !important;
}
#IAL-primary-menu .IAL-sub-menu a.Thumb:hover {
	box-shadow: 0 0 0 0.5em #fff inset, 0 0 100px 0 rgba(0,0,0,0.95) inset;
/* 	transform: scale(1.05); */
}
li.OneCol {
	width: calc(33.33% - 0.5em);
	padding-right: 0.5em;
	border-right: 1px solid #FF5722;
	margin-right: 0.15em;
}
li.OneCol a.Thumb	{
	width: 100%;
}
li.ThreeCols {
	width: 66.66%;
}
li.ThreeCols a.Thumb	{
	width: 50%;
}
#IAL-primary-menu .IAL-sub-menu .OneCol a.Thumb {
	line-height: 12em;
}
span.Serif {
	display: block;
	text-transform: uppercase;
/* 	font-weight: 100; */
/* 	font-size: 20px; */
	letter-spacing: -.2px;
}
.IAL-blog .blog-text span.posted_by {
	font-size: 12px;
	margin: 0;
}
.IAL-cover
{
	background-position: 0 !important;
}
.SlickArticle {
	overflow: hidden;
}
.slick-slide.Loader:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 5px;
	background: red;/* rgba(255, 255, 255, 0.5); */
	z-index: 1;
	top: 0;
	-webkit-transition: 4s ease;
	-o-transition: 4s ease;
	transition: 4s ease;
}
.SlickArticle {
	opacity: 0;
	visibility: hidden;
	transition: opacity 2s ease;
	-webkit-transition: opacity 2s ease;
}
.SlickArticle.slick-initialized {
	visibility: visible;
	opacity: 1;
}
.slick-slide video {
	object-fit: cover;
}

.NextSection /* .arrows */ {
	width: 60px;
	height: 72px;
	position: fixed;
	left: 50%;
	margin-left: -30px;
	margin-top: -72px;
/* 	bottom: 20px; */
	z-index: 1;
	transform: scale(.5);
}

.arrows path {
	stroke: #fff;
	fill: transparent;
	stroke-width: 3px;	
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite; 
}
iframe#twitter-widget-0 {
	margin-left: 5px;
	vertical-align: top;
}
.slick-current .IAL-cover {
	animation: Zoom 10s linear infinite alternate;
	-webkit-animation: Zoom 10s linear infinite alternate; 
}
a.Instagram {
	vertical-align: super;
	display: inline-block;
}
a.Instagram img {
	height: 30px;
}

@keyframes Zoom
{
	from	{ transform: scale(1) translate(0px, 0px)}
	to		{ transform: scale(1.1) translate(10px, 10px)}
}
@-webkit-keyframes arrow
{
	from	{ transform: scale(1) translate(0px, 0px)}
	to		{ transform: scale(1.1) translate(10px, 10px)}
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {	
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari 和 Chrome */
}
#footer {
	background: url(../images/light_wood.jpg) scroll center #393e46;
	padding: 60px 0 40px;
}
section.main-slider.slick-initialized.slick-slider .video:before {
	content: '';
	position: absolute;
	top: 20%;
	left: 20%;
	right: 20%;
	bottom: 20%;
	z-index: 1;
	background: url(../images/LileAuxLoisirs-Logo-BlancFullFill.svg) scroll no-repeat center / contain;
	filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.5));
	opacity: 0.8;
}
/*
section.main-slider.slick-initialized.slick-slider:before {
	content: '';
	position: absolute;
	top: 20%;
	left: 20%;
	right: 20%;
	bottom: 20%;
	z-index: 1;
	background: rgba(0,0,0,1);
}
*/
.InProgress:before {
	content: 'Site en cours de réalisation';
	position: absolute;
	top: 15%;
	left: 35%;
	right: 35%;
	font-size: 1em;
	z-index: 1;
	text-align: center;
	color: #000;
	background: rgba(255, 255, 255, 0.5);
	line-height: 2em;
	width: 30%;
	text-transform: uppercase;
	white-space: normal;
}
.mfp-arrow:before {
	content: none;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	content: '→';
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: none;
	margin: 0;
	top: 0;
	transform: scale(3);
	left: -90px;
}
display: n {
	content: '←';
	left: 120px;
}
#IAL-work-section, #IAL-car, #IAL-actu-section, #IAL-features, #IAL-Activity, #IAL-testimonial, .IAL-content-section, #IAL-AssociatedArticle {
	padding: 5em 0;
}
.mfp-s-loading {
	background: url(../images/puffWhite.svg) no-repeat center scroll / 5em;
}
.slider-progress {
	position: absolute;
	top: 90%;
	height: 3px;
	left: 10%;
	right: 10%;
	background: rgba(255, 255, 255, 0.1);
	z-index: 3;
}
.progress {
	height: 3px;
	background-color: rgba(255, 255, 255, 0.5);
	width: 300px;
	margin: 0;
	box-shadow: none;
	border-radius: 0;
	overflow: auto;
}
#IAL-contact .contact-info li a.btn {
	color: #fff;
}
.form-group.success {
	position: relative;
}
.form-group.has-error {
	box-shadow: -5px 0 0 0 #f78437;
	position: relative;
}
.form-group.has-error:before, .form-group.success:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	background: url(../images/error.svg) no-repeat scroll center / 25px;
}
.form-group.success:before {
	background: url(../images/success.svg) no-repeat scroll center / 25px;
}
.IAL-cover .desc {
	top: 50%;
}
#IAL-Reportage-list li:after {
	background: rgba(0, 0, 0, 0);
}



.Prices {
	padding: 3em 0;
}
.panel {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 25px;
	position: relative;
	width: 100%;
	z-index: 10;
}

.pricing-table {
	box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

/*
@media (min-width: 900px) {
	.pricing-table {
		flex-direction: row;
	}
}
*/

.pricing-table * {
	text-align: center;
	text-transform: uppercase;
}

.pricing-plan {
	border-bottom: 1px solid #e1f1ff;
	padding: 25px;
}
.pricing-plan:hover {
	transform: translate(0px, 30px);
	background: #fff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 70px 30px -20px rgba(0,0,0,0.1);
}
.pricing-plan:last-child {
	border-bottom: none;
}

@media (min-width: 900px) {
/*
	.pricing-plan {
		border-bottom: none;
		border-right: 1px solid #e1f1ff;
		flex-basis: 50%;
		padding: 25px 25px;
	}

	.pricing-plan:last-child {
		border-right: none;
	}
*/
}

.pricing-img {
	margin-bottom: 25px;
	max-width: 100%;
}

.pricing-header {
	color: #888;
	font-weight: 600;
	letter-spacing: 1px;
}

.pricing-features {
	color: #016FF9;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 50px 0 25px;
}

.pricing-features-item {
	border-top: 1px solid #e1f1ff;
	font-size: 12px;
	line-height: 1.5;
	padding: 15px 0;
}

.pricing-features-item:last-child {
	border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
	color: #f78436;
	display: block;
	font-size: 32px;
	font-weight: 700;
}

.pricing-button {
	border: 1px solid #9dd1ff;
	border-radius: 10px;
	color: #348EFE;
	display: inline-block;
	margin: 25px 0;
	padding: 15px 35px;
	text-decoration: none;
	transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
	background-color: #e1f1ff;
}

.pricing-button.is-featured {
	background-color: #48aaff;
	color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
	background-color: #269aff;
}
.pricing-plan ul, .pricing-plan p {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	font-size: 14px;
	list-style: none;
}
.pricing-plan p {
	background: #eae8e8;
}
.pricing-plan ul li, .pricing-plan p {
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
}
.pricing-plan ul li:before {
	content: '✓';
	color: #5ad30a;
	font-size: 21px;
	line-height: 12px;
}
span.DetailPrice {
	display: block;
	font-size: 12px;
	line-height: normal;
	margin-top: -11px;
}
.PaymentMethod {
/*
	width: 25%;
	display: inline-block;
*/
	text-align: center;
}
.PaymentMethod img {
	max-width: 65px;
	margin: 0 0 1em;
}
.PaymentMethod h3 span {
	font-size: 12px;
	font-weight: bold;
}
.PaymentMethod:hover img {
	transform: translate(0px, 10px);
}
.TopBorder {
	padding-top: 30px;
}
/* 

====== Move-from-top effect ======

*/

.mfp-move-from-top .mfp-content {
	transition: 0.5s all 0.2s;
	vertical-align: top;
	opacity: 0;
	transform: translate(0px, -1000px);
}

/* .mfp-move-from-top { */
	/* start state */
	/* animate in */
	/* animate out */
/* } */
/*
.mfp-move-from-top .mfp-content {
	vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
	opacity: 0;
	transition: 2s all 0.2s;
	transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
	opacity: 0;
	transition: all 0.2s;
}
*/
.mfp-move-from-top.mfp-ready .mfp-content {
	opacity: 1 !important;
	transform: translateY(0) !important;
}
/*
.mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: 0.8;
}
*/
.mfp-move-from-top..mfp-ready .mfp-s-loading .mfp-content {
/* 	transform: translateY(-50px); */
	opacity: 0 !important;
}
/*.mfp-move-from-top.mfp-removing.mfp-bg {
	opacity: 0;
}
*/
.FloatLeft {
	float: left;
}
.FloatRight {
	float: right;
}
p.FreeForKid {
	width: 200px;
	height: 200px;
	border-radius: 200px 0 0 200px;
	/* float: right; */
	/* background: #ccc; */
	position: fixed;
	right: 0;
/* 	bottom: 80px; */
	z-index: 1;
	top: -200px;
}
#IAL-car h3 {
	font-family: "Open Sans", Arial, sans-serif;
	text-align: center;
	/* white-space: nowrap; */
	text-transform: uppercase;
	/* text-overflow: ellipsis; */
	/* overflow: hidden; */
	margin: 0;
	font-size: 1em;
	line-height: 1em;
}
#IAL-car .blog-text {
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
	width: auto;
}
#IAL-car .Actu:hover .blog-text {
	transform: translate(0px, -10px);
}
.slick-slide .caption {
	max-width: 40%;
	background: rgba(255, 255, 255, 0.1);
	text-align: left;
	left: 10%;
	line-height: normal;
}
.slick-slide figure {
	margin-bottom: 0;
}
.slick-slide .caption a {
	color: #fff;
	text-transform: uppercase;
}
.item.image {
	box-shadow: 0 0 0px 10px #fff;
}
iframe#IframeVideoTester {
	margin: 2em 0;
}
.IAL-hero.PassLoisir {
	display: block;
	height: auto;
	margin-bottom: 8vh;
}
.IAL-hero.PassLoisir .IAL-cover {
	height: auto;
	background-size: cover;
	background-position: center center !important;
}
.IAL-hero.PassLoisir .desc {
	display: block;
	margin: 0;
	position: initial;
}
.IAL-hero.PassLoisir .desc img {
	width: 100%;
}
.IAL-hero.PassLoisir .PassLoisirTitle {
	padding: 0;
}
.IAL-hero.PassLoisir .PassLoisirTitle > div {
	padding: 5vh 0 5vh;
}
.IAL-hero.PassLoisir .PassLoisirTitle p {
	margin: 30px 0 0;
}
/*
@media (max-width: 1024px) {
	.PassLoisirGirl {
		display: none;
	}
}
*/
.slick-dots li button:before {
	display: none;
}
.slick-dots li button {
	background: rgb(255 255 255 / 80%);
}
.slick-dots li.slick-active button {
	background: rgb(247 133 54 / 80%);
}
@media (max-width: 768px) {
	.SquareImg {
		width: 100%;
		height: 200px;
	}
	.IAL-Activity > div:after {
		background: rgb(0,0,0);
		background: -moz-linear-gradient(90deg, rgba(0,0,0,0.4) 40%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.4) 40%, rgba(255,255,255,0) 100%);
		background: linear-gradient(90deg, rgba(0,0,0,0.4) 40%, rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
	}
}
.LastItem .blog-text {
	display: flex;
	align-items: center;
}
.LastItem.Done .blog-text {
	background: #f78636;
}
.LastItem.Done .blog-text h3 a {
	color: #fff;
}