@import url('https://fonts.googleapis.com/css2?family=Vollkorn:wght@400;500;600;700&display=swap');

:root {
	--primary-font: 'Vollkorn', 'Arial', sans-serif;
}

/**********
 * Global *
 *********/
 
html{
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 12px;
	border: 0px solid transparent;
	font-family: var(--primary-font);
	font-weight: 400;	
	height:100%;
	background:#000000;
}

body{
	margin: 0px;
	padding: 0px;
	width: 100%; 
	height:100%;
}

a { 
	outline: none;
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

img { border: none; }

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

.flol{ float: left; }
.flor { float: right; }
.alc{ text-align: center; }
.alr{ text-align: right; }
.prel { position: relative; }
.w80{width: 80%;}
.w50{width: 50%;}
.w20{width: 20%;}
.ib{display: inline-block;}

.is-hidden{display: none;}

.warning-time-message{font-size: 1.25em; display: table; padding: 5px;}
.warning-time-message span{color: #e2b352; font-size: 1.4em; font-weight: bold;}

.fin{
	clear:both;
	line-height:0;
	height:0;
	font-size:1px;
}
.flex{
	display: flex; 
	justify-content: space-around;
	flex-wrap: wrap;
}
.flex.sb{justify-content: space-between;}
.flex.nowrap{flex-wrap: nowrap;}
.flex.wrap{flex-wrap: wrap;}
.flex.ac{align-items: center;}
.flex.end{justify-content: flex-end;}
.flex.start{justify-content: flex-start;}

#strErreur, #strInfo{ display: none; }
#map-canvas{ width: 100%; height: 450px; }

#prev-enigme{margin: 15px auto 45px 0;}
#next-enigme{margin: 15px 0 45px auto;}


/* Styling an indeterminate progress bar */
progress:not(value) {
	/* Add your styles here. As part of this walkthrough we will focus only on determinate progress bars. */
}

/* Styling the determinate progress element */
progress[value] {
	/* Get rid of the default appearance */
	appearance: none;
	/* This unfortunately leaves a trail of border behind in Firefox and Opera. We can remove that by setting the border to none. */
	border: none;
	/* Add dimensions */
	width: 180px;
	height: 20px;
	/* Although firefox doesn't provide any additional pseudo class to style the progress element container, any style applied here works on the container. */
	background-color: whiteSmoke;
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .5) inset;
	/* Of all IE, only IE10 supports progress element that too partially. It only allows to change the background-color of the progress value using the 'color' attribute. */
	color: royalblue;
	position: relative;
	/*margin: 0 0 1.5em;*/
}

/*
Webkit browsers provide two pseudo classes that can be use to style HTML5 progress element.
-webkit-progress-bar -> To style the progress element container
-webkit-progress-value -> To style the progress element value.
*/
progress[value]::-webkit-progress-bar {
	background-color: whiteSmoke;
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .5) inset;
}

progress[value]::-webkit-progress-value {
	position: relative;
	background-size: 35px 20px, 100% 100%, 100% 100%;
	border-radius: 3px;
	background-color: #e2b352;
}

/* Let's spice up things little bit by using pseudo elements. */
progress[value]::-webkit-progress-value:after {
	/* Only webkit/blink browsers understand pseudo elements on pseudo classes. A rare phenomenon! */
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	top: 7px;
	right: 7px;
	background-color: white;
	border-radius: 100%;
}

/* Firefox provides a single pseudo class to style the progress element value and not for container. -moz-progress-bar */
progress[value]::-moz-progress-bar {
	/* Gradient background with Stripes */
	background-color: #e2b352;
	background-size: 35px 20px, 100% 100%, 100% 100%;
	border-radius: 3px;
	/* Firefox doesn't support CSS3 keyframe animations on progress element. Hence, we did not include animate-stripes in this code block */
}

.progress-bar span::before {
	content: attr(data-value) '%';
	display: inline-block;
	padding-left: 12px;
	font-size: 2em;
	font-weight: 600;
}
.progress-bar p {
	font-size: 1.4em;
	text-align: center;
}



/**********/

h1,h2,h4,h5{ margin: 0px; font-weight:normal; margin:0; padding:0; line-height:auto; }

::-moz-selection { color: #FFF; background: #e2b352 ; }
::selection  { color: #FFF; background: #e2b352 ; }

/********	
 * FONT *
 *******/
@font-face{ 
	font-family: fluoxetine;
	src: url('/font/fluoxetine/fluox___-webfont.eot');
	src: url('/font/fluoxetine/fluox___-webfont.eot?#iefix') format('embedded-opentype'),
		url('/font/fluoxetine/fluox___-webfont.woff') format('woff'),
		url('/font/fluoxetine/Fluox___.ttf') format('truetype'),
		url('/font/fluoxetine/fluox___-webfont.svg') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
	filter: alpha(opacity=99);
}

@font-face{ 
	font-family: ITCAvantGardeStdBk;
	src: url('/font/ITCAvantGardeStdBk/ITCAvantGardeStd-Bk_gdi.eot');
	src: url('/font/ITCAvantGardeStdBk/ITCAvantGardeStd-Bk_gdi.eot?#iefix') format('embedded-opentype'),
		url('/font/ITCAvantGardeStdBk/ITCAvantGardeStd-Bk_gdi.woff') format('woff'),
		url('/font/ITCAvantGardeStdBk/ITCAvantGardeStd-Bk_gdi.ttf') format('truetype'),
		url('/font/ITCAvantGardeStdBk/ITCAvantGardeStd-Bk.otf') format('opentype'),		
		url('/font/ITCAvantGardeStdBk/ITCAvantGardeStd-Bk_gdi.svg') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
	filter: alpha(opacity=99);
}

@font-face{ 
	font-family: ITCAvantGardeStdDemi;
	src: url('/font/ITCAvantGardeStdDemi/ITCAvantGardeStd-Demi_gdi.eot');
	src: url('/font/ITCAvantGardeStdDemi/ITCAvantGardeStd-Demi_gdi.eot?#iefix') format('embedded-opentype'),
		url('/font/ITCAvantGardeStdDemi/ITCAvantGardeStd-Demi_gdi.woff') format('woff'),
		url('/font/ITCAvantGardeStdDemi/ITCAvantGardeStd-Demi_gdi.ttf') format('truetype'),
		url('/font/ITCAvantGardeStdDemi/ITCAvantGardeStd-Demi.otf') format('opentype'),		
		url('/font/ITCAvantGardeStdDemi/ITCAvantGardeStd-Demi_gdi.svg') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
	filter: alpha(opacity=99);
}

@font-face{ 
	font-family: euphorig;
	src: url('/font/euphorig/Euphorigenic_gdi.eot');
	src: url('/font/euphorig/Euphorigenic_gdi.eot?#iefix') format('embedded-opentype'),
		url('/font/euphorig/Euphorigenic_gdi.woff') format('woff'),
		url('/font/euphorig/Euphorigenic_gdi.ttf') format('truetype'),
		url('/font/euphorig/Euphorigenic_gdi.svg') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
	filter: alpha(opacity=99);
}


/*************
**** BODY ****
*************/

.contentBg {
	position:relative;
	min-height: 100%;
	width: 100%;
	background: url('/imgs/bg.content.png') no-repeat 0 0; 	
	background-size: 100%; 
	background-position: left top;
	background-repeat: repeat-y;
}

.reg_content {
	width:95%;
	max-width: 1360px;
	margin: 0 auto;
}
.resa .reg_content { width: 98.5%; }


/********************
**** BACK TO TOP ****
********************/

#returnOnTop {
    background: url('/imgs/picto/picto.backtotop.png') no-repeat;
    bottom: 1%;
    cursor: pointer;
    display: none;
    filter: alpha(opacity = 50); /* IE < 8 */
    height: 48px;
    opacity: 0.5;
    position: fixed;
    right: 1%;
    width: 48px;
}

#returnOnTop:hover {
    filter: alpha(opacity = 100); /* IE < 8 */
    opacity: 1;
}

/***********
*** SWAL ***
***********/
.swal2-styled.swal2-confirm{
	font-size: 1.5em!important;
}
.swal2-container {
	z-index:100000!important;
}

/********
*  TOP  *
*********/

.topFixed {
	position:absolute; 
	width:100%;
	position:fixed; 
	z-index: 99990; 
	top: 0%; 
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 18%); /* FF3.6+ */
	background: -webkit-gradient(linear,left top, left bottom, color-stop(1%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 1%,rgba(0,0,0,1) 18%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 1%,rgba(0,0,0,1) 18%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 1%,rgba(0,0,0,1) 18%); /* IE10+ */
	background: linear-gradient(to top, rgba(0,0,0,0) 1%,rgba(0,0,0,1) 18%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */	
}

/** Part 1 **/

.contentHeader {padding:0;}

.contentHeader .rsLangue{
	display:block;
	width:24%;
}

/* Reseaux sociaux */

.rs{
	padding: 10px 0; 
	border-right: 1px solid #e0b150;	
}

.rs a {
	display:block; 
	width:20px; 
	height:20px; 
	margin: 0 10px 0 0;	
}

.rs a.facebook {background: url('/imgs/picto/picto.communaute.png') no-repeat 0 0;}
.rs a.twitter {background: url('/imgs/picto/picto.communaute.png') no-repeat 0 -20px;}
.rs a.facebook:hover {background: url('/imgs/picto/picto.communaute.png') no-repeat 0 -40px;}
.rs a.twitter:hover {background: url('/imgs/picto/picto.communaute.png') no-repeat 0 -60px;}
.rs a.trip { background: url('/imgs/picto/picto.tripadvisor.png') no-repeat 0 0; width: 30px; height: 21px; }

/* Langues */

.langue{padding: 10px 0; }

.langue a {
	display:block; 
	width:20px; 
	height:20px; 
	margin: 0 0 0 15px;
}

.langue a.fr {background: url('/imgs/picto/picto.drapeaux.png')  no-repeat 0 -40px;}
.langue a.en {background: url('/imgs/picto/picto.drapeaux.png') no-repeat 0 -60px;}
.langue a.fr.select,.langue a.fr:hover   {background: url('/imgs/picto/picto.drapeaux.png') no-repeat 0 0;}
.langue a.en.select,.langue a.en:hover  {background: url('/imgs/picto/picto.drapeaux.png') no-repeat 0 -20px;}

.forEnigme{
	display: block;
	width: 40%;
	margin: 0 auto;
}

/** Part 2**/

.contentMenuTop {padding: 20px 0 ; }

.tabMenu {
	display:table; 
	width:100%;
}

.tabMenu .trMenu{
	display: table-row;
}

.tabMenu .trMenu .tdMenu{
	display: table-cell;
	padding: 0 10px; 
	text-align: center;
}

.tabMenu .trMenu .tdMenu.resp{ display: none; }

.contentMenuTop a {
	color: #FFFFFF; 
	font-size: 18px; 
	text-align: center;
	text-transform: uppercase;
	font-family: var(--primary-font);	
	font-weight: 400;
	padding: 0 0 4px 0;
}
.contentMenuTop .resp a{ font-size: 22px; }
.contentMenuTop a:hover, 
.contentMenuTop a.sel{
	color: #e2b352; 
	border-bottom: solid 1px #e0b150; 
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.filAriane{
	display:table; 
	margin: 0 auto;
	padding: 25px 0;
}
.filAriane > span{
	color: #ffffff;
    display: block;
    font-size: 12px;
    font-style: normal;
    padding: 5px 10px;
	font-family: var(--primary-font);	
	font-weight: 400;	
    text-align: left;
}
.filAriane span a, .filAriane span a span{ display: block;}
.filAriane cite{
	color: #e2b352;
    display: block;
    font-size: 12px;
    font-style: normal;
    padding: 5px 0;
	font-family: var(--primary-font);	
	font-weight: 400;	
    text-align: left;
}
.filAriane span a.sel span{
	color: #e2b352;
	text-decoration:underline;
}

/* COMPONENET - GIFT BANNER */
.component-gift-banner {
	max-width: 640px;
	margin: 0 auto;
}
.component-gift-banner img {
	margin: 50px 0 25px 0;
	width: 100%;
}
.component-gift-banner p {
	padding: 0 15px;
	font-size: 1.5em;
	display: block;
	line-height: 150%;
	font-style: italic;
}
.component-gift-banner p span {
	margin-left: auto;
	display: table;
}
.component-gift-banner a.boutonSpe {
	margin: 25px auto 0 auto;
}

/*************
*** BOTTOM ***
**************/

/** PART 2 ***/

.bloc1{width:30%;}
.bloc2{width:23.33333333%;}
.bloc3{width:23.33333333%;}
.bloc4{width:23.33333333%;}


.part2{
	padding: 36px 0; 
	background:#000000;
}

.pad10 { padding: 10px; }
.pad20 { padding: 20px; }

.part2 .propos h4,
.part2 .liens h4,
.part2 .contact h4{
	font-family: var(--primary-font);
	font-weight: 400;	
    font-size: 16px;
    padding: 10px 0;
    color:#FFFFFF;
	margin:0;
    text-transform: uppercase;
	text-decoration:underline;
	display:block;
}

.part2 .propos .seoBloc h2,
.part2 .propos .seoBloc h3 {
	display:block;
    font-size: 12px;
	font-weight:normal;
	text-decoration:none;	
    padding: 10px 0 0 0;
    color:#FFFFFF;
	margin:0;	
	line-height:20px;
	max-width:70%;
	text-transform:none;
	text-align:left;
	font-family: var(--primary-font);	
	font-weight: 400;
}

.part2 .propos .seoBloc h2{ font-weight:bold;}

.part2 .liens a,
.part2 .liens cite {
	display:block;
    font-size: 12px;
    padding: 5px 0;
    color:#FFFFFF;
	text-align:left;
	font-style:normal;
	font-family: var(--primary-font);
	font-weight: 400;	
	font-weight:normal;
}

.part2 .liens cite {
	display:block;
    font-size: 12px;
    padding: 5px 0 ;
	color: #999999;
	text-align:left;
	font-style:normal;
	line-height:15px;
	font-family: var(--primary-font);
	font-weight: 400;
}

.part2 .liens a:hover {color:#999999;}

.part2 .contact cite {
	display:block;
    font-size: 12px;
	color: #999999;
	text-align:left;
	font-style:normal;
	line-height:20px;
	font-family: var(--primary-font);	
	font-weight: 400;
}

.part2 .contact cite.loc{ padding: 0 0 10px 20px; background: url('/imgs/picto/picto.location.png') 0 2px no-repeat; }
.part2 .contact cite.phone{ padding: 4px 0 6px 20px; background: url('/imgs/picto/picto.phone.png') 0 6px no-repeat; }
.part2 .contact cite.mail{ padding: 4px 0 0 20px; background: url('/imgs/picto/picto.mail.png') 0 6px no-repeat; }
.part2 .contact cite.log{ padding: 4px 0 0 20px; background: url('/imgs/picto/picto.enigmatic.png') 0 6px no-repeat; }

/** PART 3 ***/

.part3 {
	padding:8px;
	background:#e2b352;		
}

.part3 a{
	font-family: var(--primary-font);
	font-weight: 400;	
	font-size:13px;	
}

.part3 span{
	display:table; 
	margin:0 auto;	
	font-family: var(--primary-font);
	font-weight: 400;	
	font-size:13px;	
	color:#FFFFFF;	
}

.part3 span b{
	font-family:fluoxetine,Arial,sans-serif; 
	font-size:18px;
	text-transform:uppercase;
}

/******************
*  MIDDLE GENERAL *
******************/

/* Pre home */

#animLogo {
	-moz-animation-duration: 3s; /* Chrome, Safari, Opera */	
	-webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
    animation-duration: 3s;
}

.preHome .tab { 
	display:table; 	
	margin:0 auto;
	height:100%;
	padding: 100px 0;
}

.preHome .preHomeContent {display: table-row;}

.preHome .preHomeContentTd{
	display: table-cell;
    vertical-align: middle;	
}
.preHome .preHomeContent img{
	display:block; 
	margin: 0 auto;
}
.preHome .preHomeContent h1{
	color:#e2b352;
	font-size:62px;
	text-align:center;
	font-weight:normal;
    text-shadow: 0px -1px 1px #ffffff;
	font-family: fluoxetine,Arial,sans-serif;
	padding: 40px 0 0 0;
	margin:0;	
	display:block;	
}
.preHome .preHomeContent h2{
	color:#FFFFFF;
	font-size:55px;
	text-align:center;
	font-family: var(--primary-font);
	font-style: italic;
	font-weight:normal;		
	padding: 0 0 20px 0;	
	margin:0;
}
.preHome .preHomeContent h3{
	color:#e2b352;
	font-size:16px;
	text-align:right;
	text-transform:uppercase;	
	font-weight:normal;	
	padding: 0 30px 0 0;
	background: url('/imgs/picto/bg.trait-blanc.png') no-repeat 26px 8px;  
	font-family: ITCAvantGardeStdBk,Arial,sans-serif;
}
.preHome .preHomeContent p{
	color:#FFFFFF;
	font-size:22px;
	text-align:center;
	font-family: var(--primary-font);
	font-style: italic;
	font-weight:normal;		
	margin:0;
	display:table;
	padding: 10px 0;
	line-height:28px;
	margin:50px auto;
}

/* Logo */
.contentPadTop {padding: 150px 0 0 0;} /* 135px */

img.logoTop{
	display:block;
	margin: 0 auto;
	width: 45%;
} 

.slide_link {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

a.slide_link.boutonSpe { 
	font-size: 24px;
	white-space: nowrap;
}

.slides-pagination {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 0 25px 0;
	z-index: 100;
}

.slides-pagination a {
	border-color: #e2b352;
}

.slides-navigation {
	top: 50%;
}

.slides-navigation a {
	background-color: rgba(226, 179, 82, 0.7);
	border-radius: 45px;
	width: 45px;
	height: 45px;
	text-align: center;
}

.slides-navigation a:hover {
	background-color: rgba(226, 179, 82, 1);
}

.slides-navigation a.prev {
	left: 25px;
}

.slides-navigation a.next {
	right: 25px;
}

.slides-navigation a i {
	line-height: 45px;
}

.slides-navigation a.prev i:before {
	padding-right: 2px;
}

.slides-navigation a.next i:before {
	padding-left: 4px;
}

.slide {
	width: 100%;
}

/* SEO Content */
.reg_seo{
	width: 70%;
	padding: 35px 0;
	margin: 0 auto;
}

h1.title,
.reg_seo .title {
    font-weight: normal;
	text-align: center;
	font-size:30px;
	font-family: fluoxetine,Arial,sans-serif;
	color:#e2b352;	
	text-transform:uppercase;
	display:block;
	line-height:47px;
	padding: 20px 0;
}
h1.title.eup,
.reg_seo .title.eup{ font-family: euphorig,Arial,sans-serif; }

.reg_seo .title { font-size: 20px; letter-spacing: 1px; line-height: 120%;}

p.intro{
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	margin: 0;
	padding: 0 0 25px;
	text-align: center;
}


/******************
*  MIDDLE CONTENU *
******************/

.contentBlocMid{
	margin: 0 auto;
    width: 80%;
}

.contentPadBot {
	padding: 0 0 100px 0;
}

/* Slide */
.wide-container{
	width: 100%;
	height: 600px;
	margin: 50px 0 0 0;
}
.wide-container .titre{
	position: absolute;
	z-index: 100000;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	background: rgba(0,0,0,0.8);
	text-align: center;
	width: 100%;
	font-family: euphorig,Arial,sans-serif;
}

/* Video */
.video{ margin: 15px 0 50px 0; }
.video object {
    display:block;
	margin: 0 auto;
}

.imgPageEnigme{
	padding: 15px 0; 
	width: 100%;
	margin: 0 auto;
	display: table;
	background: rgba(0,0,0,0.6);
}
.imgPageEnigme .trImg{display:table-row;}
.imgPageEnigme .trImg .tdImg{display:table-cell;}

/**********
* CONTENU *
**********/

.content_max_width {
	max-width: 1280px;
	margin: 0 auto;
}

.new_socials,
.new_paiements {
	padding: 80px 0;
}

.new_socials i {
	font-size: 90px;
	color: #e2b352;
}

.new_socials i:hover,
.new_socials svg:hover path {
	color: #fff;
	fill: #fff;
}

.new_paiements img {
	max-height: 90px;
	cursor: pointer;
}

/* Bloc Enigmes / Bloc Equipe / Bloc Faq */

.blocEnigme h2.titreBlocEnigme,
.blocEquipe h2.titreBlocEquipe{
	color: #e2b352;
    display: block;
    font-family: fluoxetine,Arial,sans-serif;
    font-size: 35px;
    font-weight: normal;
    padding: 20px 0;
    text-align: center;
	text-decoration:underline;
    /*text-transform: uppercase;*/
}
.le-concept .blocEnigme{padding: 50px 0;}
.le-concept .blocContentDyn a{
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: auto;
    display: table; 
    margin: 0 auto;
}
.le-concept .blocContentDyn a:hover{
	opacity: 0.6;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.le-concept .blocContentDyn a img{
	display:block;
	width:100%;
	margin:0 auto;
	padding: 0 0 10px 0;	
}
.le-concept .blocContentDyn{padding: 50px 0 20px 0;}
.bloc_enigme_event .blocPosition{margin: 0 auto; display: table;}
.bloc_enigme_event img{width: 100%; max-width: 600px;}
.padEvent{padding: 40px;}
.nos-enigmes .blocEnigme{padding: 5px 0;}
.faq .blocFaq{padding: 20px 0;}
.cgv .blocCgv{padding: 20px 0;}

.clim{
	margin: 0 auto;
	display: table;
	background: url('/imgs/picto/picto.clim.png') center 0 no-repeat;
	font-size: 22px;
	padding: 75px 0 0 0;
	text-align: center;
}
.infoGauche{
	width: 35%;
}
.infoGauche img{ display: block; width: 100%; }
.infoDroite{
	width: 70%;
	padding: 0 0 20px 0;
	margin: 0 auto;
}
.infoDroite p strong{
	color: #e2b352;
}
.infoDroite p{
	font-size: 20px;
	padding: 40px 30px;
	line-height: 30px;
}
.infoDroite.spec{ width: 50%; }

/* Bloc Enigmes */

.blocEnigme .blocContentEnigme{ 
	float: left;
	width: 50%;
	padding: 30px 0;	
	display:block;
}
.blocEnigme img{
	display:block;
	margin:0 auto;
	width:auto;
}
.blocEnigme strong,
.blocEnigme h2,
.blocFaq h2,
.imgEquipe h2{
	color: #e2b352;
    display: block;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}
.blocEnigme h2{ font-size: 26px; }
.blocFaq h2{cursor:pointer;}
.blocEnigme span,
.blocEnigme h3,
.blocFaq p,
.imgEquipe p{
	color: #fff;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    padding: 10px 60px ;
    text-align: center;
}

/* Bloc Equipe */
.blocEquipe{padding: 50px 0;}
.blocEquipe .blocContentEquipe {
    float: left;
    padding: 30px 0;
    width: 25%;
}
.blocContentEquipe img,
.blocContentEquipe a{
	display:block;
	margin:0 auto;
	width:auto;
}
.blocContentEquipe strong{
	color: #FFFFFF;
    display: block;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}
.imgEquipe .blocActu{
	position: relative;
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover; 
	-webkit-background-size: cover;
	-ms-behavior: url(backgroundsize.min.htc);
	width: 46%;	
	margin: 0 15px 20px;
    min-height: 500px;
}
.blocActu .bgBack p {
	color: #e0b150;
    display: block;
	font-family: var(--primary-font);
	font-style: italic;
    font-size: 20px;
    font-weight: normal;
    padding: 10px 0 10px 5px;	
    text-align: center;
}
.blocActu .bgBack h4{
    color: #FFFFFF;
    display: block;
    font-weight: normal;
	font-size: 22px;
    line-height: 24px;
    padding: 20px 20px 40px 20px;
    text-align: justify;	
	font-weight:normal;
}
.blocActu .bgBack h5{
    font-size: 14px;
    font-weight: normal;
    padding: 10px 20px 20px;
	line-height: 20px;
	text-align: justify;
}
.imgPageEnigme img{
	width: 98%; 
	margin: 0 auto;
	display: block;
	max-width: 640px;
}

.infos-detail-enigme-stats {
	margin: 50px auto 0 auto;
	flex-wrap: nowrap;
}
.infos-detail-enigme-stats img {
	width: 50px;
	height: 50px;
	display: block;
	margin: 10px auto;
}

/* Deroule Faq */

.faq .derouleNone .content { display:none; }
ul.deroule {
	padding: 0; 
	margin: 0; 
	display:block;
}
ul.deroule li {
	list-style-type: none;	
	padding: 0; 
	margin: 0; 
}



/* Evenement Bloc */


.event .blocActu {
	height: 365px;
	margin: 10px;
	position: relative;
	width: 46%;
}
.event .blocActu img {
	height: 365px;
	width: 100%;
}
.event .blocActu .bgBack{
	bottom: 0;
	color: #fff;
	display: block;
 position: absolute;	
	width: 100%;
	z-index: 2000;
}
.event .blocActu .bgBack h2{
	color: #e0b150;
	display: block;
	font-family: var(--primary-font);
	font-style: italic;
	font-size: 26px;
	font-weight: normal;
	padding: 110px 0 10px 5px;
	text-align: center;
}
.event .blocActu .bgBack hr{
	background-color: #e0b150;
	border: medium none;
	color: #e0b150;
	display: block;
	height: 1px;
	margin: 0 auto;
	width: 30%;
}
.event .blocActu .bgBack p {
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	margin: 0;
	padding: 0 0 25px;
	text-align: center;
}

/* DETAIL-EVENEMENT */
@keyframes heightChange {
  0% { height: 26%; }
  100% { height: 100%; }
}
.component-event-group{
	display: flex; 
	justify-content: space-between;
	flex-wrap: wrap;
}
.component-event-item{flex-basis: 50%;}
.component-event-item-marge{margin: 15px; overflow: hidden;}
.component-event-item .component-event-item-background{
	background: no-repeat scroll center center / cover; 
	height: 365px;
	display: flex;
	align-items: flex-end;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.component-event-item:hover .component-event-item-background{
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.component-event-item-infos{
	padding: 10px;
	background: rgba(0,0,0,0.45);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
/*.component-event-item:hover .component-event-item-infos{
	animation: heightChange .8s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}*/
.component-event-item-infos h2{font-size: 1.8em; color: #e2b352; text-shadow: 1px 1px 1px #313131;}
.component-event-item-infos hr{margin: 15px auto; background-color: #FFFFFF; width: 25%;}
.component-event-item-infos p{font-size: 1.25em; text-align: justify; margin: 0; font-weight: normal;}
.component-event-item p{font-size: 1.25em; text-align: justify; margin: 10px 0; font-weight: normal;}

.m0auto{margin:0 auto;}

/* Pas d'infos */
.aucunesInfosFront {
	width: 100%;
	text-align:center; 
	font-size:16px;
	padding: 50px 0;
}
.aucunesInfosFrontResa {
	width: 100%;
	text-align:center; 
	font-size:35px;
	padding: 205px 0;  
	color: #e2b352;
}

/* CGV */
.blocCgv h2{
	color: #e2b352;
    display: block;
    font-family: var(--primary-font);
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}
.blocCgv p{
	color: #fff;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    padding: 10px 60px;
    text-align: center;
}

/* Sitemap */
.sitemap{
	padding: 20px 0;
}
.sitemap a{
	color: #ffffff;
    display: block;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    padding: 10px 10px;
    text-align: center;
}
.sitemap a:hover{ 
	color: #e2b352;
	text-decoration: underline;
}

/* Mentions */
.mentions h2{
	color: #e2b352;
    display: block;
    font-family: var(--primary-font);
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}
.mentions h3{ 
	color: #FFFFFF;
    display: block;
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin: 0 auto;
    padding: 12px 10px;
    text-align: center;
}
.mentionsLeg.confid{ font-size: 16px; line-height: 22px; }
.mentionsCont{ width: 60%; margin: 0 auto; padding: 50px 0; }
.mentionsCont .underline{text-decoration: underline;}
.mentionsCont .titre{font-size: 20px; display: block; color: #e0b150;}
.mentionsCont a{font-style: italic;}
.mentionsCont ul li{list-style-type: " - "}


/* Galerie Image */
.galerieImages a{cursor:pointer;}
.galerieImages a{
	display: none;
	float: left;
	width:33%;
	display: block;	
}
.galerieImages a img{
	display: block;
	width:100%;
	margin:5px:	

}

/**** RESA ****/

/* niveau */
.niveau,
.tabResa thead tr th .niveau{
	display: table;
	margin: 5px auto;
}
.niveau i,
.tabResa thead tr th .niveau i{
	display: inline-block;
	color: #6d7170;
	font-size: 24px;
	margin: 0 4px;
}
.niveau i.lvl,
.tabResa thead tr th .niveau i.lvl{
	color: #e2b352;
}

/* tab prix */
.tabPrix {
	width: 60%; 
	margin: 0 auto; 
	padding: 20px;
	/*border: solid 0px #e2b352;*/	
	border: dashed 1px #e2b352;
}
.tabPrix tr th { 
	/*border: solid 0px #e2b352; */
	border: solid 0px transparent;	
	padding: 0 0 30px 0;
}

.tabPrix tr td{ 
	border: none; 
	padding: 15px;	
	/*background:rgba(255, 255, 255, 0.1);*/
	font-size: 13px;	
}
.tabPrix tr td strong{ 
	font-size: 14px;
	color: #e2b352;	
	font-family: var(--primary-font);
	font-style: italic;
}
.tabPrix span{text-decoration:underline;}
.blocSelect {
	display:table;
	margin : 0 auto 20px auto;
	padding: 0 0 20px 0;
}
.reservation .blocSelect {
	width:100%;
	margin : 0 auto;
	padding: 0 0 20px 0;	
}
.blocSelect .selectStyle,
.alertSelect .selectStyle {
	border:none; 
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	height:50px; 	
	line-height:50px; 
	width:370px; 	
    overflow: hidden;
	color: #000000;
    font-family: var(--primary-font);
	font-style: italic;
    font-size: 19px;
    font-weight: normal;
}
.alertSelect .selectStyle {
	background: rgba(255,255,255,0.7) url('/imgs/picto/img.select-salle.png') no-repeat scroll 140px 0;
	margin: 0 auto 20px auto;
	width:202px; 
}
.blocSelect .selectStyle.salle {
	background: rgba(255,255,255,0.7) url('/imgs/picto/img.select-salle.png') no-repeat scroll right 0;
}
.blocSelect .selectStyle.date {
	background: rgba(255,255,255,0.7) url('/imgs/picto/img.select-date.png') no-repeat scroll right 0;
}
.blocSelect select,.blocSelect input,
.alertSelect select{
	width:370px; 
	height:50px; 	
	line-height:50px; 
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    font-family: var(--primary-font);
	font-style: italic;
    font-size: 15px;
    font-weight: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
    background: none repeat scroll 0 0 transparent;
    border: none;
	cursor:pointer;	
	padding: 0 0 0 20px;
	color:#000;
}
.blocSelect select option {padding: 5px 0 5px 20px;}
.contentTab{	position:relative;}
.tabResa{
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	margin: 0 0 70px 0;
}
img.prev {
	display:block; 
	width: 40px; 
	cursor:pointer; 
	position: absolute; 
	top: 48%;
	left: 0%;	
}
img.next {
	display:block; 
	width: 40px;
	cursor:pointer; 
	position: absolute; 
	top: 48%;
	right: 0%;	
}
img.loader{
	display: block;
	width: 45px;
	height: 45px;
	margin: 0 auto;
	position: absolute; 
	top: 52%;
	right:50%;		
}
.tabResa thead tr.ligne td{	
	border-bottom: solid 1px #e2b352;
}
.tabResa thead tr th{	
	font-weight: bold;
	padding: 12px 0;
	font-size: 15px;
	color:#817e85;
	/*width: 25%;*/
	vertical-align: top;
}
.tabPrix span,
.tabResa thead tr th strong {
	color: #e2b352;
    display: block;
    font-family: fluoxetine,Arial,sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-align: center;

}
.tabResa thead tr th strong {font-size: 12px;}
.tabPrix span{font-size: 25px;}
.totaux cite,
.tabResa thead tr th span,
.tabResa thead tr th i{
	color: #FFF;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    display: block;	
    text-align: center;
}
.tabResa thead tr th i.handi{
	min-height: 15px;
	padding: 17px 0 0 0;
	background: url('/imgs/picot.handimin.png') center 0 no-repeat;
}
.tabResa thead tr th i{ font-size:11px;}
.tabResa thead tr th i{color: #e2b352;}
.totaux cite {text-align: right; padding: 5px 0 0 0;}
.tabResa tbody tr td {padding: 8px 12px;}
.tabResa tbody tr td a.content{	
	font-family: var(--primary-font);	
	font-weight: 400;
    text-align: center;
	display:block;
	border: solid 1px #FFF;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	padding: 10px 0;	
	position: relative;
}
.tabResa tbody tr td a.content.libre{
	background-color: #e2b352; 
	border: solid 1px #e2b352;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.tabResa tbody tr td a.content.inscape{
	border: solid 1px #e2b352;
}
.tabResa tbody tr td a.content:hover{	
	background:#e2b352;	
	border: solid 1px #e2b352;
	cursor:pointer;	
}
.tabResa tbody tr td a.content.inscape:hover{
	background: none;	
	border: solid 1px #FFF;
}
.tabResa tbody tr td a.content.disable.sel{
	color: #FFF;
	border: solid 1px #FFF;
}
.tabResa tbody tr td a.content.libre:hover{ 
	border: solid 1px #FFF; 
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;	
}
.tabResa tbody tr td a.content.disable:hover{ background:none;cursor:auto; }	
.tabResa tbody tr td a.content strong{	
	display:block;
	font-weight:normal;
    font-size: 20px;	
	color: #ffffff;	
}
.tabResa tbody tr td a.content.disable{ border: solid 1px #6d7170; }
.tabResa tbody tr td a.content.disable strong{ color:#6d7170; }
.tabResa tbody tr td a.content.disable.sel strong{ color: #FFF; }
.tabResa tbody tr td a.content.disable.old{
  background: linear-gradient(45deg, #6d7170 1%, #000 1%, #000 49%, #6d7170 49%, #6d7170 51%, #000 51%, #000 99%, #6d7170 99%);
  background-size: 6px 6px;
  background-position: 50px 50px;
}

.tabResa .promo_badge {
	position: absolute;
	right: 5px;
	top: -3px;
	filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.5));
}

.tabResa .promo_badge > .badge_content {
	color: white;
	display: block;
	font-size: 1.15rem;
	text-align: center;
	font-weight: 400;
	background: red linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.25) 100%);
	padding: 8px 2px 4px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 6px), 0 calc(100% - 12px));
	width: 32px;
	min-height: 36px;
	transition: clip-path 1s, padding 1s, background 1s;
}

i.complet {font-size:14px; font-style:normal;}
.reservation .recapResa, .reservation .infoRecap, .reservation .paiementRecap {border-top: solid 1px #e2b352; padding: 30px 0;}
.reservation{ position: relative; }
.reservation .recapResa strong.num,
.reservation .infoRecap strong.num{
	padding: 4px 0 4px 40px;
	color: #e2b352;
    display: block;
    font-family: fluoxetine,Arial,sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}
.reservation .recapResa strong.num {background: url('/imgs/picto/picto.recap-resa.png') no-repeat left 0;}
.reservation .infoRecap strong.num {background: url('/imgs/picto/picto.info-resa.png') no-repeat left 0;}
.paiementRecapImg  {display:table; margin: 0 auto; }
.paiementRecap img {width:70%;}
.blocRes { width: 94%; }
a.supp {
	background: url('/imgs/picto/picto.supp.png') no-repeat 0 0; 
	cursor:pointer;
	display:block;
	width: 40px;	
	height: 40px;
	margin: 0 0 0 0 ;	
}
.resa{padding: 15px 0;}
.borderBotPad {padding: 0 0 15px 0;}
.reservation .blocL {width: 30%;}
.reservation .blocM {width: 70%;}
.reservation .blocR { text-align: right; }
.totaux {text-align:right; padding: 15px 20px 15px 0; }
.jauneDate { color: #E2B352;}
.dejWE{
	position:absolute; 
	top: -60px; 
	width:auto; 
	height:auto;
	display: none;
}
.dejWE .contentDejWE{
	position:relative; 
	padding: 5px;
}
.dejWE span{
	display:block;
	font-family: var(--primary-font);
	font-weight: 400;
	font-size:15px;
	padding:10px 10px 10px 45px;
	background: #79612D url('/imgs/picto/breakfast.png') no-repeat 10px center; 
}
.dejWE cite{
	display:block;
	opacity:0.5;
	width:24px; 
	height:24px;
	position:absolute;
	bottom: -13px;
	right: 55px;
	background: url('/imgs/picto/down-arrow.png') no-repeat 0 0; 	
}
a.libre:hover .dejWE{ display: block; }

/****/

.mXXans {
	position:absolute; 
	top: -70px; 
	width:auto; 
	height:auto;
	display: none;
}
.mXXans .contentmXX{
	position:relative; 
	padding: 5px;
}
.mXXans span{
	display:block;
	font-size:14px;
	padding: 20px 10px 20px 50px;
	color: red;
}
.mXXans span.m16{
	background: #FFF url('/imgs/picto/picto.md16.png') no-repeat 10px center; 
}
.mXXans span.m14{
	background: #FFF url('/imgs/picto/picto.md14.png') no-repeat 10px center; 
}
.mXXans span.m12{
	background: #FFF url('/imgs/picto/picto.md12.png') no-repeat 10px center; 
}
.mXXans span.m10{
	background: #FFF url('/imgs/picto/picto.md10.png') no-repeat 10px center; 
}

.mXXans cite{
	display:block;
	width:24px; 
	height:24px;
	position:absolute;
	bottom: -13px;
	right: 55px;
	background: url('/imgs/picto/down-arrow-2.png') no-repeat 0 0; 	
}
a.libre:hover .mXXans { display: block; }

/****/

.recapResa,.infoRecap {width: 80%; margin: 0 auto;}	
 
h3.store, div.store { font-size: 18px; text-align: center; }
h3.store strong, div.store strong { font-size: 22px; color: #e0b150; }

#reponsePromo{ text-align: center; color: #e2b352; font-size: 22px; padding: 10px 0; }

.jp_reqCont.store{
	width: 70%; 
	margin: 0 auto;
	padding-bottom: 50px;
}

/***********
*  BOUTON  *
***********/

.blocContentEnigme .boutonSpe,
input.boutonSpe,
a.boutonSpe {
	padding:8px 16px;
	display:table;
	margin:0 auto;
	color:#FFFFFF;
	font-family: var(--primary-font);
	font-weight: 400;
	font-size:18px;	
	/*background: url('/imgs/bg.bouton.png') repeat 0 0;*/
	background:#e2b352;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border:none;
	cursor:pointer;
}

a.boutonSpe:hover,
input.boutonSpe:hover{    
	background:#c79e48;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;	
}
.padBouton {padding: 40px 0;}

/* 404 */
.reg_content .page404  {
	padding: 80px 0; 	
	color: #FFF; /* #color */
	font-family: var(--primary-font);	
	font-weight: 400;
}

.reg_content .pageSeo  {
	padding: 40px 0 80px 0; 	
	color: #FFF; /* #color */
	font-family: var(--primary-font);
	font-weight: 400;	
}

.reg_content .page404  h4 {text-align:center;  }

.pageSeo img{width: 100%;}

/***********
*  FORM  *
***********/

/* Contact */ 

.formStd{ 
	width: 70%; 
	margin: 0 auto; 
}

/* Resa */ 

.formSpe {
	width: 63.676470588235294117647058823529%; 
	margin: 0 auto;
	padding: 20px 0 70px 0;
}

/* Contact / Resa */ 

.formSpe fieldset,
.formStd fieldset {
	margin: 0;
	border: none;
	padding:10px;
}

.formSpe label.textStd,
.formStd label.textStd{
	color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
	padding: 5px 0;
	font-family: var(--primary-font);
	font-style: italic;
}

.formSpe input.textStd,
.formStd input.textStd{
	height: 34px;
	width: 100%;
	background:rgba(255, 255, 255, 0.7);
	color: #000;
	border: none;
	text-indent: 12px;
	font-size: 18px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	font-family: var(--primary-font);
	font-style: italic;	
	margin: 0 0 10px 0;
}

.formStd textarea.areaStd{
	height: 50px;
	line-height: 50px;
	width: 100%;
	background:rgba(255, 255, 255, 0.7);
	color: #000;
	border: none;
	text-indent: 12px;
	font-size: 18px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	font-family: var(--primary-font);
	font-style: italic;	
	margin: 0 0 10px 0;	
	height:120px;
}


label.checkbox,
.reservation .blocM span,
.reservation .blocR span,
.totaux strong{
    font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	font-family: var(--primary-font);
	font-style: italic;	
	padding: 20px 0 5px 0;
	display: block;
}

.totaux strong b{ color: #e2b352; }

.tabResa tr td span.subtitle{ 
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	font-family: var(--primary-font);
	font-weight: 400;	
	display: block;
	font-size: 25px; 
	padding: 45px 0 20px 0; 
}

label.checkbox a:hover{color: #e2b352; text-decoration:underline;}

.reservation .blocR span{ text-align: right; }
.reservation .blocR span.reduc{ font-size: 20px; color: #e2b352; }


.reservations .reg_seo h2.subtitle,
.reserver-un-bon-cadeau .reg_seo h2.subtitle,
.entreprise-team-building-ce .reg_seo h2.subtitle {padding: 20px 0;}

label.checkbox{
	cursor:pointer; 
	line-height:25px; 
	padding: 0 0 0 10px;
}
.check cite{padding: 30px 0 0 0px; display: block;}
.checkbox input.none{ display: none; }

.checkbox span{
    background: url('/imgs/picto/picto.checkBox.png') 0 0 no-repeat;
    display: block;
	width: 24px;
    height: 24px;
	cursor: pointer;
}

.check.comm label.checkbox{text-align: left; display: inline-block; line-height: 120%;}
.check.comm span{display: inline-block; vertical-align: top;}
.check.comm label.checkbox a{color: #e2b352;}

.totaux strong {	padding: 0 0 0 10px;font-size: 24px;}
.totaux cite {font-style:normal; display:block;}

.reservation .blocL span,
.totaux span{
	color: #e2b352;
    font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	font-family: var(--primary-font);
	font-style: italic;	
	display:block;
}

.totaux span {
	padding: 2px 0 0 0; 
	font-size:30px; 	
	font-weight:bold;
}

.reservation .blocR span {
	font-size: 34px; 	
	padding: 10px 0;
	color:#FFF;
	display: block;
	line-height: auto;
}

.tabResa tr td span.title {
	font-size: 20px; 
	padding: 15px 0;
	color:#FFFFFF;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	font-family: var(--primary-font);
	font-style: italic;	
	display: block;	
}

.tabResa tbody tr td span.subtitle {
	font-size: 30px; 
	padding: 15px 0;	
	font-family: var(--primary-font);
	font-weight: 400;	
	color:#e2b352;
	text-decoration:underline;
}

.reservation .blocM span {
	text-align: left; 
	padding:0;
	color:#FFFFFF;
}


/* Autres */


.reg_tableStd {
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	border: 0px;
}
.reg_tableStd td{ 
	border: 0px;
	opacity: 0.0;
    filter: alpha(opacity=0);
}

.reg_tableStd td.tdMid {
	text-align:center;
	width: 1024px;
	height: 340px;
	border: 0px; 
	background: #BBA06E url('/imgs/bg.homeSlide.png') left bottom no-repeat; /* #color */	
}

.reg_tableStd td.tdMid a.linkSlide{ 
	display: block; 
	padding: 0 0 0 30px;
}
.reg_tableStd td.tdDroite { background: #BBA06E url('/imgs/bg.homeSlideDr.png') left bottom no-repeat; } /* #color */

.reg_tableStd .infos { 
	float: left;
	display: block; 
	width: 43.9453125%;
}
.homesSlide .illustration{ 
	float: right; 
	display: block; 
	width: 56.0546875%;
}
.homesSlide .illustration img{ 
	display: block;
	margin: 0 auto;
}
.bxslider{ margin: 0px; display: block; }

.reg_tableStd span.infos .titre{
	width: 100%;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	font-weight: normal;
	padding: 10px 0;
	font-size: 30px;
	text-align: left;	
	display: block;
}

.home_slider{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.home_slider .slick-prev:before,
.home_slider .slick-next:before {
	font-family: "FontAwesome";
	font-size: 3em;
	/*font-weight: 900;*/
}

.home_slider .slick-prev:before {
	content: "\f053";
}

.home_slider .slick-next:before {
	content: "\f054";
}

.home_slider .slides-container {
	padding: 0;
}

/* CORONAVIRUS / COVID-19 */
.link_covid {
	text-transform: uppercase;
	display: block;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	font-size: 1.5em;
	color: #ffffff;
}
.intro.covid{
	font-size: 1.8em;
	letter-spacing: 0.5px;
}
.picto_covid img {
	margin: 10px;
}
.covidMessage{
	background: red;
	color: #FFF;
	padding: 15px;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;	
	overflow: hidden;
}
.covidMessage a{
	position: absolute;
	top: 5px;
	right: 10px;
	display: block;	
}


/**************** INFOS *****************/

.reg_illusprod{
	padding: 30px 0;
}
.reg_illusprod a{
	width: 33.333333333%;
	display: block;
	float: left;
}
.reg_illusprod a img{
	display: block;
	margin: 0 auto;
}
.reg_illusprod a h4{
	display: block;
	text-align: center;
	font-weight: normal;
}

h1, .contactInfo strong,
.reg_content h1.titre {
	font-size: 22px;
	/*padding: 20px 0 25px 15px;*/
	padding: 30px 0 ;
	font-weight: normal;
	margin: 0px;
	color: #e0b150; /* #color */
	text-align: center;
	display:block;
}
.reg_seo h1.title span{ font-size: 40px; }

.lundi { display: block; font-size: 22px; padding: 50px 0 100px 0; }

.imgPodium {width: 48%; margin: 60px 0;}

.dontEtudiant {
	display: block; 
	padding: 15px 0; 
	font-size: 16px; 
}

/****** 404 ********/

.page404{
	width: 70%;
	margin: 0 auto;
	padding: 30px 0;
}
.reg_content .page404 h1.titre{ font-size: 40px; text-align: center; }
.reg_content .pageSeo h1.titre{ font-size: 30px; text-align: center; }
.page404 h2{ font-size: 32px; text-align: center; padding: 0 0 20px 0; }
.pageSeo h2{ font-size: 22px; text-align: center; padding: 0 0 20px 0; }
.pageSeo p.intro{ font-size: 17px; }
.pageSeo p.intro a{ text-decoration: underline; }

.reg_contentMid.pageSeo{
	font-size: 17px;
	width: 60%;
	margin: 0 auto;
}

/*****************
**** COOKIES *****
*****************/

#cookiesBloc {
    background:rgba(0,0,0,0.8);
    bottom:2%;
	right: 1%;
	max-width:400px;
    cursor: pointer;
	z-index:4;
    position: fixed;
    padding: 20px;
   -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;	
	display:none;
}
#cookiesBloc a.okCookies{
	display:table;
	padding: 4px 10px;
	font-family: Montserrat-Light,Arial,sans-serif;	
	margin:15px auto 0 auto;
	background: #e2b352;
	text-transform:uppercase;
	color:#FFFFFF;
}
#cookiesBloc a.okCookies:hover{background:rgba(255,255,255,0.4);}
#cookiesBloc p {
	color:#FFFFFF;
	font-family: Montserrat-Light,Arial,sans-serif;	
	font-size: 12px;
	text-align:center;
	margin:0;
}
#cookiesBloc p a {
	text-decoration:underline;
}


/* NEWSLETTER */

/*.newsletter{background: rgba(0,0,0,0.4); display: table;}
.newsletter .padding{padding: 10px 10px 0 10px;}
.newsletter fieldset{border: none;}
.newsletter span{
	display: block; 
	font-size: 16px; 
	color: #FFFFFF; 
	padding: 5px 0;
	line-height: 23px;
}
.newsletter input{display: block;}
.newsletter input.inputStd{
	border: none;
	background-color: #e2b352;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 5px 10px;
	width: auto;
    margin: 0;
    margin-left: 5px;
    display: block;
    cursor:pointer;
	font-size: 15px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'var(--primary-font)', Arial, sans-serif;
	font-weight: 400; 	
}
.newsletter input.textStd{
	display: block;
	font-size: 14px;
	width: auto;
	padding: 5px 20px 5px 5px;
	background:#FFFFFF;
	text-indent: 5px;
	margin: 0;
	font-family: 'var(--primary-font)', Arial, sans-serif;
	font-weight: 400;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;		
}
.newsletter input.textStd:focus{	
	border: none;
	text-indent: 10px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;	
}
.newsletter.resp{display: none;}*/

/*****/


/************************************/

@media screen and (max-width: 1366px)
{
	.le-concept .blocContentDyn .w50 img{max-width: 600px;}
	.le-concept .blocContentDyn img{max-width: 1000px;}
	.le-concept .blocContentDyn.halloween img { max-width: 500px; }
}

@media screen and (max-width: 1348px)
{	
	.paiementRecap img {padding: 20px 20px;}	
	.contentHeader a img.logo{ margin: 0 auto; }	
	.contentHeader .rsLangue{ width:24%; margin: 0 auto;}
	.blocActu {margin: 0 8px 24px;}	
	.reservation .blocL {width: 30%;}
	.reservation .blocM { width: 65%;}	
	h1.title{font-size:30px;}
	p.intro	{font-size:17px;}		
	.formSpe{width: 80%;}
	.imgEquipe .blocActu{width: 45%;}
	.contentPadTop{ padding: 200px 0 0 0;}
	.contentMenuTop a {font-size:17px;}
	.wide-container{height:450px;}
}


/***********
 * TABLETTE PAYSAGE
 */
 
@media screen and (max-width: 1028px)
{	
	h1.title {font-size:25px; }
	p.intro	{font-size:16px;}	
	.contentBlocMid{width:100%;}
	.blocEnigme img{width:80%; margin: 0 auto;}	
	.blocEnigme h2.titreBlocEnigme, .blocEquipe h2.titreBlocEquipe{font-size:30px;}
	.blocEnigme strong, .blocEnigme h2, .blocFaq h2, .imgEquipe h2{ font-size: 18px;}
	.blocEnigme span, .blocEnigme h3, .blocFaq p, .imgEquipe p{font-size: 14px; padding: 10px 40px;}
	.blocEnigme span{font-size: 20px;}
	.blocEquipe { padding: 20px 0;}
	.blocContentEquipe strong{font-size: 16px;}
	.part2 .propos .seoBloc h2{line-height: 16px; font-size: 11px; margin:0;}
	.contentPadTop{ padding: 145px 0 0 0;}
	.reg_contentBot { padding: 10px 0 0 0;}	
	.contentMenuTop a {font-size:15px;}	
	.contentMenuTop a:hover {transition:none; border-bottom:none;}
	.reg_contentBloc2 span{padding: 5px 0 15px; font-size:15px;}	
	.reg_contentBloc2 strong{font-size:24px;}
	.reg_contentBloc2 span,.mentions span,.aucunesInfosFront, .reg_contentEnigme span, .reg_contentEvent span,.contactInfo cite{font-size:20px;}	
	.reg_contentBloc strong {font-size:20px; padding: 10px 0 20px;}
	.padBoutonConcept {padding: 20px 0;	}
	.rs, .langue{padding:0;}
	.tdDroite{ display: none; }
	.blocAccueil .bgBack h4 {font-size:18px;}
	.blocAccueil .bgBack h5{font-size:12px;}
	.homesSlide .illustration img{ max-width: 60%; }
	.reg_tableStd td.tdMid{ background: url('/imgs/bg.homeSlide.png') left bottom no-repeat;	}
	.reg_tableStd span.infos .titre{ font-size: 26px; }
	.homesSlide .slides span.infos span.texte{ font-size: 14px; }
	.reg_sMenuCont, .reg_listeDr{ float: none; width: 100%; }
	.reg_topGauche, .reg_topDroite{ float: none; margin: 0 auto; display: table; }
	.reg_content .bloc50 .texte{ padding: 190px 15px 0 15px; }
	.bloc50 h4, .bloc100 h4{ padding: 0 0 5px; }
	.blocAcc {width:690px; margin: 0 auto;}
	.blocAcc a {width:240px;font-size:12px;}	
	.video span.textVideo {float:none; width:90%; margin: 0 auto;}
	.padBouton2 {float:none; width:100%;}
	.reg_seo {width:80%;}
	.paiementRecap img {padding: 20px 10px;}
	.blocActu, .palmares {width:90%; margin: 0 auto;}	
	.contentHeader span.logo { width:auto; display:table; margin: 0 auto;}
	.contentHeader .rsLangue{ width:auto; display:table; margin: 0 auto;}		
	.contentHeader span.logo.flol {float:none;}
	.contentHeader span.logo a{ width:100%;}
	.tabResa tr td span.title, .tabResa tbody tr td span.subtitle, label.checkbox, .reservation .blocM span{font-size: 18px;}
	.totaux strong,.reservation .blocR span{font-size: 30px;}
	.reservation .blocL span, .totaux span { font-size: 18px;}
	.formSpe {width: 80%;}
	.contentMenuTop a {font-size: 14px; }	
	input.boutonSpe, a.boutonSpe {font-size: 18px;}
	.formSpe{width: 100%;}
	.imgEquipe .blocActu, .reg_contentEnigme{float:none; width:90%; margin: 20px auto; }	
	.imgPodium {width:100%; margin: 30px 0;}	
	.imgPod {width:100%; margin: 0 0 20px 0;}
	.totaux strong{font-size: 34px;}	
	.infoGauche{ width: 25%; }
	.infoDroite{ width: 75%; }
	.infoDroite p{ font-size: 16px; padding: 20px 10px; line-height: 26px; }
	.formStd label.textStd, .formSpe label.textStd,label.checkbox{ width: 90%; text-align: left; }
	.flex .boutonSpe{ margin: 0px; }
	.blocSelect .selectStyle{ width: 390px; }
	.alertSelect select{ width: 200px; }
}
	
/***********
 * TABLETTE PORTRAIT 
 */
@media screen and (max-width: 1005px)
{
	.global-header-group{padding: 0 0 160px 0;}
	h1.title{font-size:22px;line-height: 30px;}
	p.intro	{font-size:15px;}	
	.video object {width:100%; height: 250px;}
	img.logoTop{padding:50px 0 0 0;}
	#map-canvas{ height: 400px;}
	.formStd{ width: 80%;}
	.contentPadTop { padding: 58px 0 0;}	
	.part2 .propos h4, .part2 .liens h4, .part2 .contact h4{font-size:15px;}
	.part2 .propos .seoBloc h2, .part2 .propos .seoBloc h3{ max-width: 88%;}
	.bloc4 {  width: 25%;}
	.bloc3 { width: 22%;}
	.bloc2 { width: 20%;}
	.bloc1 { width: 33%;}
	.blocContentEquipe img{width:60%;margin:0 auto;}
	.reg_contentBloc strong, .reg_contentBloc2 strong, .mentions h3, .reg_contentEnigme strong, .reg_contentEvent strong{font-size:20px;}
	.aucunesInfosFrontResa{font-size:30px;}
	.reg_contentBloc2 span,.mentions span,.aucunesInfosFront, .reg_contentEnigme span, .reg_contentEvent span,.contactInfo cite{font-size:18px;}		
	.tabMenu.tabD,.tabMenu.tabG {float:none; display:table; margin: 0 auto; padding: 0;}
	.tabMenu.botFooterGauche .trMenu .tdMenu{float:none; display:block; width:100%; padding:0;}		
	.tabMenu.botFooterDroite .trMenu .tdMenu{float:none; display:block; width:100%; padding:0;}	
	.recapResa, .infoRecap, .blocAccueil {width: 60%;}		
	.reg_contentBloc,.reg_contentBloc2 {padding: 0; width:100%; float:none; margin: 0;}	
	.blocAccueil{padding:0;}	
	.blocAccueil img {width:80%;}
	.blocAccueil img.next, .blocAccueil img.prev{ width: 40px; top: 35%; }
	.contentGain img, .imgPod img{width: 100%;}
	.reg_tableStd span.infos .titre{ font-size: 22px; }
	.reg_illusprod a{ width: 100%; float: none; }
	.event .blocActu{ width: 100%; }
	.blocAccueil .reg_contentBloc {width:100%; margin-top:10px;}
	.blocAccueil .bgBack h4 {font-size:22px;}
	.blocAccueil .bgBack h5{font-size:14px;}	
	.bloc100,.bloc50{ float: none; width: 100%; }	
	.reg_content .texte{ padding: 190px 15px 15px 15px; background-position: center top; }
	.blocAcc { width: 600px; }
	.padSep {margin: 0 5px 10px 5px;}
	.blocAccueil .bgBack h4{ font-size:20px }
	.blocAccueil .bgBack h5{ font-size:12px }
	.contentMenuTop a:hover {transition:initial;}
	.selectStyle  { width:auto; display:table; margin: 20px auto; float:none;}
	label.checkbox {font-size: 18px;}
	.reg_seo h2.subtitle{font-size: 18px;}
	.borderBotPad {padding: 0 0 10px;}
	.formSpe input.textStd { margin: 0 0 20px;}
	.paiementRecap img {padding: 20px 2px;}
	.tabResa tbody tr td span.content strong {font-size: 20px;}	
	.reservation .recapResa strong.num, .reservation .infoRecap strong.num{font-size: 24px;}
	.reservation .blocL span, .totaux span {font-size: 18px;}
	.tabResa tr td span.title, .reg_seo h2.subtitle, label.checkbox, .reservation .blocM span,.imgEquipe h4{font-size: 18px;}
	.reservation .blocR span { font-size: 30px;}
	.totaux span{font-size: 25px;}
	.recapResa, .infoRecap, .blocAccueil {width: 80%;}
	.blocAccueil.resa{ width: 100%; }
	.reg_contactL, .reg_contactR{ float: none; width: 100%; }
	.blocAccueil .video{width:100%; }	
	.tabPrix{width:90%;}
	.reg_contentBloc2 strong{font-size:20px;}
	.reg_contentBloc strong {font-size:18px; }	
	.imgEquipe .blocActu, .reg_contentEnigme {margin: 5px auto;}		
	.event .blocActu{margin:20px auto; height:auto;}
	.event .blocActu img{height: auto;}
	.event .blocActu .bgBack h4{min-height:auto; }		
	.infoDroite p{ padding: 10px; }
	.tabResa tr td span.subtitle{ font-size: 16px; padding: 10px 0; }
	.evenements .event{width: 90%; margin: 0 auto;}
	.progress-bar { margin: 25px 0; }
}

/***********
 * AJUSTEMENT MENU
 */
@media screen and (max-width: 860px)
{
	.global-header-group{padding: 0 0 140px 0;}
	.contentHeader .rsLangue.flor{float:none;}	
	.contentMenuTop{ padding: 10px 0; }
	.contentMenuTop .tabMenu .trMenu .tdMenu {float:none; display:block; width:100%; padding:4px 0; }
	.tdMenu{ margin: 0 0 5px 0; }
	.tabMenu .trMenu{ display: block; }
	.tabMenu{
		display: block;
		height: 55px;
		overflow : hidden;
		text-align: center;
	}
	.contentHeader{margin: 8px 0;}
	.newsletter.flor{display: none;}
	.newsletter.resp{display: table; margin: 25px auto 15px auto;}
	#selEnigme{width: 270px;}
	.paiementRecap img{display: block; margin: 0 auto;}
	.infoRecap .contentBtn.flor.btnPad{float: none; margin-top: 20px;}
	.infoRecap .contentBtn.flor.btnPad input{font-size: 20px;}
	.check.comm label.checkbox{line-height: 160%;}
	.reg_contentMid.pageSeo{width: 80%;}
	/*
	.rs a.facebook {background: url('/imgs/picto/picto.mini-facebook.png') no-repeat 0 0;}
	.rs a.twitter {background: url('/imgs/picto/picto.mini-twitter.png') no-repeat 0 0;}
	.rs a, .langue a{ width: 25px; height: 24px; margin: 0 5px; }
	.langue a.fr, .langue a.fr.select, .langue a.fr:hover {background: url('/imgs/picto/picto.drapeaux.png') no-repeat 0 0px; }
	.langue a.en, .langue a.en.select, .langue a.en:hover {background: url('/imgs/picto/picto.drapeaux.png') no-repeat 0 -51px; }		
	.langue a.fr {background: url('/imgs/picto/picto.drapeaux.png')  no-repeat 0 -40px;}
	.langue a.en {background: url('/imgs/picto/picto.drapeaux.png') no-repeat 0 -60px;}
	.langue a.fr.select,.langue a.fr:hover   {background: url('/imgs/picto/picto.drapeaux.png') no-repeat 0 0;}
	.langue a.en.select,.langue a.en:hover  {background: url('/imgs/picto/picto.drapeaux.png') no-repeat 0 -20px;}	
	*/
}
@media screen and (max-width: 768px){
	.niveau i, .tabResa thead tr th .niveau i{font-size: 14px; margin: 0 2px;}
	.tabResa thead tr th strong{min-height: 30px;}
	.tabResa img{width: 40% !important;}
	.global-header-group{padding: 0 0 120px 0;}
}

/***********
 * SMARTPHONE PAYSAGE
 */
@media screen and (max-width: 640px)
{
	.global-header-group{padding: 0 0 95px 0;}
	p.intro{ line-height: 19px;}
	.blocEnigme .blocContentEnigme{width:100%;}
	.blocEquipe .blocContentEquipe{width:100%;}
	.blocContentEquipe img{width: 25%;}
	img.logoTop{  width: 84%;}
	.part3 span{font-size: 10px;}
	.part3 span b{ font-size: 13px;}
	.blocEnigme h2.titreBlocEnigme, .blocEquipe h2.titreBlocEquipe { font-size: 20px;}
	#map-canvas{ height: 350px;}	
	.blocEnigme img{width: auto;}
	.part2 .propos .seoBloc h2, .part2 .propos .seoBloc h3{max-width:100%;text-align:center;line-height: 17px;}
	.part2 .liens a, .part2 .liens cite{text-align:center;padding: 2px 0;}
	.contact span{display:block;width:34%; margin:0 auto;}
	.bloc1,.bloc2,.bloc3,.bloc4 { width: 100%;padding:0 0 20px 0;}
	.bloc1.flol,.bloc2.flol,.bloc3.flol,.bloc4.flol{float:none;}
	.part2 .propos h4, .part2 .liens h4, .part2 .contact h4{text-align:center;}
	.tabPrix tr td{font-size: 12px; padding: 5px;}
	.tabPrix tr td strong {font-size: 14px;}
	i.complet{ text-transform: lowercase; display: block;}
	.aucunesInfosFrontResa{font-size:20px;}
	.reg_contentBloc strong, .reg_contentBloc2 strong, .mentions h3, .reg_contentEnigme strong, .reg_contentEvent strong{font-size:18px;}	
	.mentions span, .reg_contentEnigme span, .reg_contentEvent span{font-size:15px;}
	#clickConcept {display:none;}
	.wide-container {display:none;}
	.jsResp{ background: #000; width: 100%; margin: 0px; padding: 15px 30px!important; font-size: 16px!important; display: none; }
	.reg_content h1.titre{ font-size: 26px; padding: 20px 0 10px 0; }
	.reg_content h2.sousTitre{ font-size: 14px; }
	.slides-container .txt h4{ font-size: 40px; }
	.slides-container .txt h5{ font-size: 30px; }
	.reg_contentBloc, .reg_contentBloc2{ float: none; width: 100%; }
	.reg_tableStd .infos{ float: none; width: 100%; }
	.reg_tableStd td.tdMid a.linkSlide{ padding: 0px; }
	.reg_topGauche, .reg_topDroite, .reg_topDroite .reg_encartNumBack{ float: none; display: table; margin: 0 auto; }
	.homesSlide .illustration{ float: none; width: 100%; }
	.reg_tableStd .infos .btnStd.flor{ float: none; }
	.homesSlide .slides span.infos span.texte{ width: 100%; }
	.contentMenuTop a{ padding: 0px 10px; margin: 0 0 10px 0; }
	.refCarousel img{ width: 50%; padding: 0px; }
	.reg_contentBot .botFooterGauche, .reg_contentBot .botFooterDroite{ font-size: 13px; text-align: center; float: none; }
	.reg_seo{ width: 95%; }
	.blocActu .bgBack h4{ font-size: 20px; }
	.blocActu .bgBack h5{ font-size: 12px; }
	.blocAccueil .bgBack h4{ font-size: 16px; }
	.blocAccueil .bgBack h5{ font-size: 12px; }
	.contentMenuTop a {font-size: 12px; }		
	.contentMenuTop a{ float: none; width: 100%;  margin: 0px; text-align: center; }
	.contentMenuTop{ padding: 0 0 15px 0; }
	.contentMenuTop a.home{ display: none; }
	.blocAccueil .reg_contentBloc {padding: 0 0 10px 0; }
	.blocAccueil a, .blocAccueil .bloc {border:none;}
	.blocAcc {width:100%;}
	.blocAcc a {width:100%; float:none; margin:0 auto 5px auto;}
	.reg_contentMid {width:100%;}
	.reg_seo h2.subtitle {padding:10px;font-size: 17px;}
	.reg_contentBloc span {width:60%; padding: 0 0 20px 0;}
	h1.title {font-size:20px; }
	p.intro{font-size: 14px;}
	.reg_contentBloc span, .video span.textVideo {font-size:16px;}
	a.boutonSpe{font-size: 16px;}
	.botFooterGauche,.botFooterDroite   {float:none; width:100%; padding:0;}
	input.boutonSpe, a.boutonSpe { padding: 6px;}
	.tabResa tbody tr td span.content strong,.blocActu .bgBack h3 {font-size: 18px;}	
	.reservation .recapResa strong.num, .reservation .infoRecap strong.num{font-size: 22px; padding: 4px 0 0 40px}
	.totaux{padding: 60px 20px 0 0;}
	.reservation .blocL span, .totaux span {font-size: 16px;}
	.tabResa tr td span.title, .reg_seo h2.subtitle, label.checkbox, .reservation .blocM span,.imgEquipe h4{font-size: 16px;}
	.totaux span{font-size: 20px;}
	.totaux strong{font-size: 30px;}
	label.checkbox{  font-size: 14px;}
	.blocSelect select, .blocSelect input ,.formSpe input.textStd {font-size: 16px;}
	.tabResa thead tr th strong{ font-size: 16px; }
	.tabResa thead tr th span,.tabResa thead tr th i{ font-size: 12px; }
	.tabResa tbody tr td a.content{ padding: 10px 5px; }
	.tabResa tbody tr td a.content strong{ font-size: 14px; padding: 0px;}
	.tabResa tbody tr td{ padding: 5px; }
	.blocSelect .selectStyle, .blocSelect input, .blocSelect select{ width: 250px; }
	.tabResa thead tr th{ padding: 12px 0 70px 0; }
	a.supp.flol{ float: none; margin: 0 auto 10px auto; }
	.reservation .blocR.flol{ float: none; width: 100%; }
	.blocAccueil .video{ width: 90%; }
	.padBoutonConcept{ padding: 0px 0 20px 0; }
	.blocAccueil{ padding: 0px; }
	.blocRes { width: 100%; float: none; }
	.selectStyle{ margin: 5px auto; }
	.reservation .blocR span{ font-size: 34px; text-align: center; }
	.formStd label.textStd, .formSpe label.textStd,label.checkbox{ font-size: 14px; padding: 0px; width: 85%; }
	.formStd input.textStd, .formSpe input.textStd{height: 34px;}
	.formSpe{ padding: 20px 0;}
	.alertSelect select{ width: 100%; }
	.reg_contentBloc2 strong{font-size:18px;}
	.reg_contentBloc strong {font-size:15px; }		
	.recapResa, .infoRecap, .blocAccueil {width: 90%;}	
	.padBouton{ padding: 40px 0 0; }
	.event .blocActu .bgBack h3,.event .blocActu .bgBack h2{font-size: 22px;padding: 40px 0 10px 5px;}
	.event .blocActu .bgBack h4{font-size: 14px;line-height:14px; padding: 20px 18px 15px;}
	.botCell.flol{ float: none; width: 100%; }
	.infoDroite.flol,
	.infoGauche.flol{ float: none; width: 100%; }
	.tabPrix{padding: 20px 0;}
	.bloc_enigme_event .w50{float: none; width: 100%;}
	.blocContentDyn .padEvent{padding: 20px;}
	.newsletter fieldset{float: none; display: table; margin: 0 auto;}
	.newsletter input.inputStd{margin: 0 auto;}
	.reg_contentMid.pageSeo{width: 90%;}
	.warning-time-message{ text-align: center; }
	.btnSubForm .flex{display: block;}
	.infos-detail-enigme .titre_detail_enigme{width: 100%; display: block; float: none !important; margin: 0 auto;}
	.infos-detail-enigme img{margin: 25px auto 40px auto !important; float: none !important; display: block;}
	.alertSelect .selectStyle{line-height: 100%;}
	.nos-enigmes .niveau i{font-size: 2.3em; padding-bottom: 10px;}
	#popup_container{width: 90%; left: 50% !important; transform: translateX(-50%); min-width: 0 !important; font-size: 16px !important;}
	#popup_content input{font-size: 13px !important; width: auto !important;}
	.tabResa tr td span.title{ display: none; }
	.component-event-group{flex-direction: column;}
	.component-event-item{flex-basis: 100%;}
	.component-event-item .component-event-item-background{height: 250px;}
	.component-event-item-infos p{display: none;}
}
@media screen and (max-width: 480px)
{
	.tabResa img{width: 30% !important;}
	.tabResa thead tr th strong{font-size: 12px;}
	.global-header-group{padding: 0 0 70px 0;}
	.new_socials i { font-size: 50px; }
	.new_paiements img { max-height: 50px; }
}
/***********
 * SMARTPHONE PORTRAIT
 */
@media screen and (max-width: 360px)
{
	.global-header-group{padding: 0 0 50px 0;}
	.preHome .preHomeContent img{width:30%; }	
	.padBouton{  padding: 22px 0 0;}
	a.boutonStd{font-size:16px;}
	.preHome .preHomeContent h1{font-size:40px;}
	.preHome .preHomeContent h2{font-size:30px;}
	.reg_seo h1.title span{font-size:18px;}
	h1.title{font-size:18px;}
	p.intro{font-size: 13px;}
	.reg_contentBloc strong, .reg_contentBloc2 strong, .mentions h3, .reg_contentEnigme strong, .reg_contentEvent strong{font-size:15px;}
	.aucunesInfosFrontResa{font-size:20px;}
	h2, h3, .reg_content h2.sousTitre, .reg_content h3.desc, .contentGain span, strong.h2	{font-size:16px;}		
	.reg_contentBloc2 span,.reg_contentBloc2 span font,.mentions span,.aucunesInfosFront, .reg_contentEnigme span, .reg_contentEvent span,.contactInfo cite{font-size:12px;}			
	.preHome .preHomeContent h2{font-size: 38px; padding: 20px 0 0 0;}
	.preHome .preHomeContent h4 {background:none; text-align: center; padding:10px 0 0 0;}
	.event .blocActu .bgBack h3,.event .blocActu .bgBack h2{font-size: 20px;padding: 40px 0 10px 5px;}
	.event .blocActu .bgBack h4{font-size: 12px;line-height:12px; padding: 20px 18px 15px;}	
	.tabPrix tr td{padding: 5px;}
	.tabPrix tr td strong{font-size: 15px;}
	.reservation .recapResa strong.num,
	.reservation .infoRecap strong.num{padding: 6px 0 30px 45px; font-size: 19px;}
	.totaux strong{font-size: 26px;}
	.recapResa .totaux{padding: 15px 20px 0 0;}
	.paiementRecap img{display: block; margin: 0 auto; padding: 15px 0;}
	.formSpe fieldset.check{padding: 5px;}
	.formSpe fieldset.check > .checkbox{padding: 10px 0;}
	.formSpe fieldset.check label.checkbox{padding: 0 0 0 5px;}
	.formSpe fieldset.btnSubForm .contentBtn.btnPad{padding: 20px 0 0 0; width: 100%;}
	.blocContentDyn .padEvent{padding: 10px;}
}