html, body {
	font: 16px/21px 'Poppins', 'Source Sans Pro', Helvetica, Arial, sans-serif;
	color: #444444;
}

body {
	background-color: #0ab0ed;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

.static_content p { padding-top: 0px; margin-top: 0px; }
.static_content ul { list-style: disc inside none; }
.sc_strict p { padding: 0px; margin: 0px; }

.div_link { cursor: pointer; }

.icon_link, .icon_link:visited { text-decoration: none; }
.icon_link:hover { text-decoration: none; }

i.fa { vertical-align: middle; }

.inlinebloc								{ text-align: left; }
.inlinebloc > .item				{ display: inline-block; vertical-align: middle; }
.inlinebloc > .item.left	{ text-align: left; }
.inlinebloc > .item.right { text-align: right; }
.inlinebloc > .item:not(:last-child) { padding-right: 10px; }

.tablebloc								{ display: table;	}
.tablebloc.full						{ width: 100%; }
.tablebloc > .item				{ display: table-cell; text-align: center; vertical-align: middle; }
.tablebloc > .item.left		{ display: table-cell; text-align: left; }
.tablebloc > .item.right	{ display: table-cell; text-align: right; }

/* #Images
================================================== */
img.bordershadow1 {
	border: solid 1px #d1d1d1;
	-webkit-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, .5);
					box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, .5);
}

img.withborder {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	border: 1px solid #d1d1d1;
}

img.withborder_shadow {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	border: 1px solid #d1d1d1;

	-webkit-box-shadow: 0 30px 20px -20px rgba(0,0,0,.5);
	        box-shadow: 0 30px 20px -20px rgba(0,0,0,.5);
}


/* #Lazy loading
================================================== */
.hideme { opacity: 0; }
.hideme-slide, .hideme-slide2 { opacity: 0; bottom: -100% !important; }

.dontHide {
	-webkit-transition: all 2s ease-in-out 0.5s;
	        transition: all 2s ease-in-out 0.5s;
}

.dontHide.delay {
	-webkit-transition: all 1.5s ease-in-out 0.5s;
	        transition: all 1.5s ease-in-out 0.5s;
}

#entete,
.wrapper_entete img.logo_top,
.wrapper_entete .jqueryslidemenu {
	-webkit-transition: all 0.5s ease-in-out 0s;
	        transition: all 0.5s ease-in-out 0s;
}

#entete	{
	width: 100%;
	z-index: 700;

	position: fixed;
	top: 0px;
}

.wrapper_entete {
	text-align: center;

	background-color: #ffffff;
	color: #444444;

	height: 80px;
}

.wrapper_entete img.logo_top { max-height: 60px; }
.wrapper_entete .mmenu_container { display: inline-block; }

.wrapper_entete h4.language,
.wrapper_entete h4.language a, .wrapper_entete h4.language a:visited {
	font-size: 1.125rem;
	color: #444444;
}
.wrapper_entete h4.language a, .wrapper_entete h4.language a:visited { font-weight: 700; }
.wrapper_entete h4.language a:hover { color: #ff0000; }

.sticky-wrapper.is-sticky .wrapper_entete {
	background-color: rgba(255, 255, 255, .9);

	-webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.4);
	        box-shadow: 0 6px 10px 0 rgba(0,0,0,.4);
}
/* /Sticky menu code */


.wrapper_slider {
	text-align: center;
	background-color: #ffffff;
}


.wrapper_contenu {
	text-align: center;
	background-color: #ffffff;
}


.wrapper_basdepage {
	text-align: center;
	background-color: #ebebeb;
}

.wrapper_basdepage h5,
.wrapper_basdepage h5 a, .wrapper_basdepage h5 a:visited { color: #444444; }
.wrapper_basdepage h5 a, .wrapper_basdepage h5 a:visited { font-weight: 600; }
.wrapper_basdepage h5 a:hover {	color: #ff0000; }

.wrapper_basdepage .logo_bottom { max-height: 200px; }

.wrapper_basdepage_credit {
	text-align: center;
	background-color: #0ab0ed;
}

.wrapper_basdepage_credit h5,
.wrapper_basdepage_credit h5 a, .wrapper_basdepage_credit h5 a:visited { color: #ffffff; }
.wrapper_basdepage_credit h5 a, .wrapper_basdepage_credit h5 a:visited { font-weight: 600; }
.wrapper_basdepage_credit h5 a:hover {	color: #ff0000; }

.wrapper_basdepage_credit h5 b { font-weight: 700; }


.pagebanner {
	display: table;
	width: 100%;
	height: 100vh;
	text-align: center;
	position: relative;
	z-index: 9;

	background-color: #000000;
}

.pagebanner.height_60		{ height: 60vh; }
.pagebanner.height_75		{ height: 75vh; }
.pagebanner.height_100	{ height: calc(100vh - 80px); }

.pagebanner .pagebanner_inner {
	display: table-cell;
	float: none;
	height: 100%;
	vertical-align: middle;
}

.pagebanner .arrow {
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -30px;
	width: 80px;
	height: 90px;
}

.pagebanner h1.img_text {
		font-weight: 600;
		font-size: 3.0rem;
		line-height: 100%;
		letter-spacing: -.5px;
		color: #ffffff;
		text-decoration: none;
}

.pagebanner h3.img_text {
		font-weight: 300;
		font-size: 1.5rem;
		line-height: 100%;
		letter-spacing: -.5px;
		color: #ffffff;
		text-decoration: none;
}

.pagebanner .arrow img { height: 80px; }

.pagebanner h1,
.pagebanner h1 a, .pagebanner h1 a:visited {
	color: #ffffff;
	font-size: 4rem;
	font-weight: 500;
	text-shadow: 3px 3px 5px #000000;
}




.sectionTitle { text-align: left }
.sectionTitle i.fa { color: #000000; font-size: 30px; }

.sectionTitle h1,
.sectionTitle h1 a, .sectionTitle h1 a:visited {
	color: #000000;
	font-size: 2rem;
	font-weight: 700;
}
.sectionTitle h1 a:hover { color: #000000; }

.sectionTitle h3,
.sectionTitle h3 a, .sectionTitle h3 a:visited {
	color: #000000;
	font-size: 1.5rem;
	font-weight: 600;
}
.sectionTitle h3 a:hover { color: #000000; }

.sectionTitle hr { border: solid #dddddd; border-width: 1px 0 0; clear: both; margin: 0px 0 0px; height: 0; }


/* To Top */
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	overflow: hidden;
	border: none;
	z-index: 1000;

	bottom: .95em;
	right: .95em;

	width: 48px;
	height: 48px;

	color: rgba(0, 0, 0, 0.4);
}

#toTop:hover { color: #386083; }
#toTop:active, #toTop:focus { outline: none; }
/* /To Top */


/* SOCIAL */
.wrapper_social {
	background-color: #0ab0ed;
}

.wrapper_social h3,
.wrapper_social h3 a, .wrapper_social h3 a:visited {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 600;
	font-style: normal;
}
.wrapper_social h3 a:hover { color: #b70005; }

.wrapper_social h3.Title,
.wrapper_social h3.Title a, .wrapper_social h3.Title a:visited {
	color: #ffffff;
	font-size: 3.5rem;
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 85%;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
.wrapper_social h3.Title a:hover { color: #000000; }

.wrapper_social h3.conditions,
.wrapper_social h3.conditions a, .wrapper_social h3.conditions a:visited {
	font-size: 1.125rem;
	color: #000000;
	font-weight: 300;
	letter-spacing: 0px;
}
.wrapper_social h3.conditions a, .wrapper_social h3.conditions a:visited { font-weight: 600; }
.wrapper_social h3.conditions a:hover { color: #555555; }

#infolettreConditionsPopup h3,
#infolettreConditionsPopup h3 a, #infolettreConditionsPopup h3 a:visited {
	color: #000000;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0px;
}
#infolettreConditionsPopup h3 a:hover { color: #b70005; }
/* SOCIAL */


.contact .col_droite h3 {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
}

.contact .col_droite h5,
.contact .col_droite h5 a, .contact .col_droite h5 a:visited {
	color: #000000;
	font-size: 1rem;
	font-weight: 400;
}
.contact .col_droite h5 a, .contact .col_droite h5 a:visited { font-weight: 700; }
.contact .col_droite h5 a:hover {	color: #777777; }

.contact table.contact_hours { margin: 0 auto; border: 1px solid #dddddd; }
.contact table.contact_hours th, .contact table.contact_hours td { padding: 5px; }


/* PLANS */
.plans a.level_toggle {
	-webkit-transition: all 0.5s ease-in-out 0s;
	        transition: all 0.5s ease-in-out 0s;
}

.plans a.level_toggle, .plans a.level_toggle:visited {
	color: #000000;
	font-size: 1.5rem;
	font-weight: 400;
	text-decoration: none;
}
.plans a.level_toggle:hover {	color: #0ab0ed; }
.plans a.level_toggle.active { font-weight: 700; }

.plans .level_container { display: none; }

.plans .unit_inner_container.inlinebloc > .item:not(:last-child) { padding-right: 2rem; }

.plans .unit_inner_container .img_unit { max-width: 900px; }
.plans .unit_inner_container .unit_details_container { width: 250px; }

.plans .unit_inner_container table.unit_details { width: 100%; }

.plans .unit_inner_container table.unit_details td {
	font-weight: 400;
	font-size: 1rem;
	line-height: 100%;
	color: #000000;

	padding: 1.5rem 0 0.5rem 0;
}

.plans .unit_inner_container table.unit_details td.level_title { padding: 0.5rem 0 0 0; }
.plans .unit_inner_container table.unit_details td:not(.level_title) { border-bottom: 4px solid #0ab0ed; }
.plans .unit_inner_container table.unit_details td.unit_details_value { font-weight: 600; }
/* PLANS */


/* ALBUMS PHOTOS */
.albums .mix_trigger { text-align: center; }
.albums .mix_trigger a { display: inline-block; padding-right: 20px; }
.albums .mix_trigger a:last-child { padding-right: 0px; }
.albums .mix_trigger h5 a, .albums .mix_trigger h5 a:visited { font-weight: 700; }

.albums #mix_items_container								{ display: none; }
.albums #mix_items_container .col						{ float: left; display: inline; margin-left: 0; margin-right: 0; }
.albums #mix_items_container .col.mix_items	{ width: 25%; padding: 10px; }
.albums #mix_items_container h4 { font-size: 16px; }


.alignmentLtoC { text-align: left; }
.alignmentRtoC { text-align: right; }

.contenu_padding					{ padding: 10px; }
.contenu_padding_sides		{ padding: 0px 10px; }
.ipad-afficher						{ display: none; }
.ipad-portrait-afficher 	{ display: none; }
.ipad-paysage-afficher		{ display: none; }
.mobile-show							{ display: none; }
.mobile-portrait-afficher { display: none; }
.mobile-paysage-afficher	{ display: none; }


@media only screen and (min-width: 1008px) and (max-width: 1030px) {
  .ipad-cacher						{ display: none; }
	.ipad-afficher					{ display: block; }
  .ipad-paysage-cacher		{ display: none; }
	.ipad-paysage-afficher	{ display: block; }
}


/* #Base 1008 Grid */
@media only screen and (min-width: 1008px) and (max-width: 1259px) {

	html, body { font-size: 14px; line-height: 18px; }

	.contenu_padding				{ padding: 8px; }
	.contenu_padding_sides	{ padding: 0px 8px; }

	.plans .unit_inner_container .img_unit { max-width: 700px; }

}


/* #Base  756 Grid */
@media only screen and (min-width: 756px) and (max-width: 1007px) {

	html, body { font-size: 13px; line-height: 17px; }

  .ipad-cacher						{ display: none; }
	.ipad-afficher					{ display: block; }
  .ipad-portrait-cacher		{ display: none; }
	.ipad-portrait-afficher { display: block; }

	.contenu_padding				{ padding: 6px; }
	.contenu_padding_sides	{ padding: 0px 6px; }

	.sectionTitle h2 { font-size: 28px; }
}


/* #All Mobile */
@media only screen and (max-width: 755px) {

  .mobile-hide			{ display: none; }
	.mobile-show			{ display: block; }

	.alignmentLtoC, .alignmentRtoC { text-align: center; }

	.contenu_padding_sides		{ padding: 0px 20px; }

	h1, h1 a, h1 a:visited { font-size: 1.625rem; }
	h2, h2 a, h2 a:visited { font-size: 1.250rem; }
	h3, h3 a, h3 a:visited { font-size: 1.125rem; }

	#entete	{ position: static; top: 0px; display: inline-block; }
	.wrapper_entete { height: auto; }
	.wrapper_entete img.logo_top { max-height: 120px; }

	.wrapper_entete h4.language,
	.wrapper_entete h4.language a, .wrapper_entete h4.language a:visited { font-size: 1.5rem; }

	.pagebanner .pagebanner_inner { display: inline-block; padding: 20px 0; }

	.plans .unit_inner_container .img_unit { max-width: 100%; }

	.albums #mix_items_container .col.mix_items	{ width: 50%; padding: 8px; }
	.albums #mix_items_container h4 { font-size: 14px; }
}


/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 755px) {

	html, body { font-size: 13px; line-height: 17px; }

  .mobile-paysage-cacher		{ display: none; }
	.mobile-paysage-afficher	{ display: block; }

}


/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 479px) {

	html, body { font-size: 12px; line-height: 16px; }

  .mobile-portrait-cacher		{ display: none; }
	.mobile-portrait-afficher { display: block; }

	.sectionTitle h2 { font-size: 28px; }
	.sectionTitle h3 { font-size: 20px; }

}
