@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%;
}
.pad10{padding:0px 0px 20px 0px;}
a { 
	outline: none;
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}
img { border: 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; }
.width20{width: 20%;}
.width25{width: 25%;}
.width33{width: 33.33333333333333%; }
.width16{width: 16.66666666666667%; }

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex.sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex.sa {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.flex.start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; 
}
.flex.end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end; 
}
.flex.jcc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex.ac {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex.col { 
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column; 
}
.acc {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ac {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fb50{ flex-basis: 50%; }

#strErreur, #strInfo{ display: none; }
#map-canvas{ width: 100%; height: 450px; }
.responsiveBloc{display: none;}

button[data-cc="accept-necessary"] {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	cursor: pointer;
}

/**********/

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: 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);
}
@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);
}

/*************
**** 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;
}

/********************
**** 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;
}


/********
*  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:12%;
}

/* 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;}


/* 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;}


/** 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: 40px 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{ 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{
	color: #e2b352;
	text-decoration:underline;
}

/********************
**** BLOG (SEO) *****
********************/

.blog_item:after {
	content: '';
	display: block;
	height: 2px;
	background-color: #e2b352;
	margin: 30px 0;
}

.blog_item h2 {
	color: #e2b352;
	font-size: 20px;
}

.blog_item p {
	font-size: 16px;
}

.blog_item .read_more {
	color: #e2b352;
}


/*****************
**** COOKIES *****
*****************/

#c-bns button:first-child, 
#s-bns button:first-child,
#c-bns.swap button:last-child {
	color: #FFFFFF;
	background: #e2b352;
	font-size: 1em;
	letter-spacing: 0.5px;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

#c-bns button:first-child:active, 
#c-bns button:first-child:hover, 
#c-bns.swap button:last-child:active, 
#c-bns.swap button:last-child:hover, 
#s-bns button:first-child:active, 
#s-bns button:first-child:hover {
	background-color: #edb340;
}

#cc_div #cm #cm_btns button.c_button:not(#cs_close_btn),
#cs_cont_inner #cs_inner button.c_button:not(#cs_close_btn) {
	color: #FFFFFF;
	background: #e2b352;
	font-size: 1em;
	letter-spacing: 0.5px;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

#cc_div #cm #cm_btns button.c_button:not(#cs_close_btn):hover,
#cs_cont_inner #cs_inner button.c_button:not(#cs_close_btn):hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

#cc_div #cm,
#cs_cont_inner #cs_inner {
	font-family: var(--primary-font);	
	font-weight: 400;
}

#cc_div #cs_cont_inner .c_b_toggle input:checked:not(:disabled) ~ .sc_toggle {
	background-color: #e2b352;
}

#cc_div #cs_cont_inner .c_b_toggle .sc_toggle::after {
	background-color: #fff;
}

/*************
*** BOTTOM ***
**************/

/** PART 2 ***/

.bloc1{width:30%;}
.bloc2{width:23.33333333%;}
.bloc3{width:23.33333333%;}
.bloc4{width:23.33333333%;}
.part2{
	padding: 36px 0; 
	background:#000000;
}
.part2 .propos h2,
.part2 .liens h2,
.part2 .contact h2{
	font-family: var(--primary-font);	
	font-weight: 400;	
    font-size: 18px;
    padding: 10px 0;
    color:#FFFFFF;
	margin:0;
    text-transform: uppercase;
	text-align:justify;	
	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:euphorig,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 {
	background: url('/imgs/bg.pre-home.jpg') no-repeat top center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100%;
}
.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:#dbad4f;
	font-size:53px;
	text-transform:uppercase;
	text-align:center;
	font-weight:normal;
    text-shadow: 0px -1px 1px #ffffff;
	font-family: euphorig,Arial,sans-serif;
	padding: 20px 0;
	letter-spacing:5px;
	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;
	margin:0;
}
.preHome .preHomeContent h4{
	color:#e2b352;
	font-size:24px;
	text-align:right;
	text-transform:uppercase;	
	font-weight:normal;	
	background: url('/imgs/picto/bg.trait-blanc.png') no-repeat 38px 12px;  
	padding: 0 10px 0 0;	
	font-family: ITCAvantGardeStdBk,Arial,sans-serif;
}
/* Logo */
.contentPadTop {padding: 135px 0 0 0;}

img.logoTop{
	display:block;
	margin: 0 auto;
	width: 45%;
} 

/* SEO Content */

.reg_seo{
	width: 70%;
	padding: 35px 0;
	margin: 0 auto;
}
h1.title,
h2.title{
    font-weight: normal;
	text-align: center;
	font-size:35px;
	font-family: euphorig,Arial,sans-serif;
	color:#e2b352;	
	text-transform:uppercase;
	letter-spacing:2px;
	display:block;
	line-height:47px;
	padding: 20px 0;
}
p.intro, 
div.intro{
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	margin: 0;
	padding: 0 0 25px;
	text-align: center;
}
p.intro a,
div.intro a,
div.intro h2,
div.intro b{
	color: #e2b352;
}

.pageSeo img{width: 100%;}

.home_footer_seo h2,
.home_footer_seo h3 {
	color: #e2b352;
	display: block;
	font-family: 'euphorig', 'Arial', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 30px 0 10px 0;
	text-align: left;
	letter-spacing: 0.5px;
}

.home_footer_seo .width50:first-child h3:nth-of-type(1):before,
.home_footer_seo .width50:first-child h3:nth-of-type(2):before,
.home_footer_seo .width50:first-child h3:nth-of-type(3):before,
.home_footer_seo .width50:first-child h3:nth-of-type(4):before,
.home_footer_seo .width50:nth-child(2) h3:nth-of-type(1):before {
	content: "•";
	position: relative;
	left: -10px;
}

.home_footer_seo h2 {
	font-size: 21px;
}

.home_footer_seo h3 {
	font-size: 18px;
}

.home_footer_seo p {
	font-size: 15px;
	text-align: justify;
}

.home_footer_seo .width50 {
	width: 50%;
}

.home_footer_seo .pad25 {
	padding: 25px;
}


/******************
*  MIDDLE CONTENU *
******************/

.contentBlocMid{
	margin: 0 auto;
    width: 90%;
}
.contentPadBot {
	padding: 0 0 100px 0;
}

/* Slide */

.wide-container{
	width: 100%;
	height: 600px;
	margin: 50px 0 0 0;
}

/* Video */

.video{margin: 15px auto;}
.video object {display:block; margin: 0 auto;}


/**********
* CONTENU *
**********/

/* Bloc Enigmes / Bloc Equipe / Bloc Faq */
.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;
}
.blocEnigme h2.titreBlocEnigme,
.blocEquipe h2.titreBlocEquipe{
	color: #e2b352;
    display: block;
    font-family: euphorig,Arial,sans-serif;
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 20px 0;
    text-align: center;
	text-decoration:underline;
    /*text-transform: uppercase;*/
}
.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 .blocEnigme{padding: 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%; }
.padEvent{padding: 40px;}
.nos-enigmes .blocEnigme{padding: 5px 0; margin: 0 auto; }
.img_detail_enigme{display:block;width:20%;margin:0 auto;}
.titre_detail_enigme{width: 80%;}
.enigme_long_text {
	padding: 50px 0;
	font-size: 16px;
}
.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%; }
.infoDroite cite{font-size: 13px; line-height: 16px; display: inline-block; }

/* Bloc Enigmes */

.blocEnigme .blocContentEnigme{ 
	padding: 15px 0;
}
.nos-enigmes .blocEnigme .blocContentEnigme{
	padding-top: 15px;
}
.blocContentEnigme .boutonSpe{
	padding: 5px 20px;
	display: table;
	margin: 0 auto;
	color: #000;
	font-family: var(--primary-font);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	background: url('/imgs/bg.bouton.png') repeat 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	cursor: pointer;
}
.blocEnigme img{
	display:block;
	margin:0 auto;
	width: 100%;
	max-width: 275px;
}
.blocPad{padding: 15px;}
.blocEnigme strong,
.blocEnigme h2,
.blocFaq h2,
.imgEquipe 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;
}
.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;
    text-align: center;
    -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;
}
.blocContentEnigme strong span{
	font-size: 17px;
	min-height: 40px;
}
.blocContentEnigme{
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.blocContentEnigme:hover{
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/* Bloc Equipe */

.blocEquipe{padding: 50px 0;}
.blocEquipe .blocContentEquipe {
    float: left;
    padding: 30px 0;
    width: 33.3333%;
}
.blocContentEquipe img{
	display:block;
	margin:0 auto;
	width: 40%;
}
.blocContentEquipe strong{
	color: #FFFFFF;
    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;
}
.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: 560px;
}
.blocActu .bgBack h3 {
	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;
}

/* Image page Enigmes */

.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;}
.imgPageEnigme img{
	width: 98%; 
	margin: 0 auto;
	display: block;
}

/* Deroule Faq */

.faq .content { display:none; }
ul.deroule {
	padding: 0; 
	margin: 0; 
	display:block;
}

ul.deroule li.derouleNone {
	list-style-type: none;	
	padding: 0; 
	margin: 0; 
}

.faq p a:not(.btnStd),
.blog p a:not(.btnStd),
.detail_seo .pageSeo a:not(.btnStd) {
	text-decoration: underline;
}


/* 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;*/
	padding: 25px 15px;
	background-color:rgba(49,49,49,0.6);
	text-shadow: 2px 2px 2px #000;
	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;
}

/* 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;
}


/* 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: 200px 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-weight: 400;
    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{
	margin-bottom: 20px;
}
.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; 
	border: 0px;
    border-spacing: 0;
    border-collapse: collapse;	
}
.tabPrix tr th { 
	border: solid 0px #e2b352; 
	padding: 30px 10px;
}
.tabPrix tr td{ 
	border: solid 1px #e2b352; 
	padding: 20px 20px;	
	background:rgba(255, 255, 255, 0.1);
	font-size: 17px;	
}
.tabPrix tr td strong{ 
	font-size: 16px;
	color: #e2b352;	
	font-family: var(--primary-font);	
	font-style: italic;
}
.tabPrix cite.tiny {
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}
.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:530px; 	
    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 right 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: 16px;
    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;
	border-spacing: 0px;
	border: 0px;
}
img.prev {
	display:block; 
	width: 40px; 
	cursor:pointer; 
	position: absolute; 
	top: 68%;
	left: -4%;	
}
img.next {
	display:block; 
	width: 40px;
	cursor:pointer; 
	position: absolute; 
	top: 68%;
	right: -4%;	
}
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: 16.66%;
	vertical-align: top;
}
.tabPrix span,
.tabResa thead tr th strong {
	color: #e2b352;
    display: block;
    font-family: euphorig,Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    min-height: 45px;
}
.tabPrix span{font-size: 25px; letter-spacing: 2px;}
.totaux cite,
.tabResa thead tr th span,
.tabResa thead tr th i{
	color: #FFF;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    display: block;	
    text-align: center;
}
.tabResa thead tr th i.handi { font-size:15px; color:#e2b352; }
.totaux cite {text-align: right; padding: 5px 0 0 0; font-size:16px;}
.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:hover,
.tabResa tbody tr td a.content.sel{	
	/*background: url('/imgs/bg.bouton.png') repeat 0 0;*/
	background:#e2b352;	
	border: solid 1px #e2b352;
	cursor:pointer;	
}
.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; }
i.complet {font-size:14px; font-style:normal;}
.reservation .recapResa, .reservation .infoRecap, .reservation .paiementRecap {border-top: solid 1px #e2b352; padding: 30px 0;}
.reservation .recapResa strong.num,
.reservation .infoRecap strong.num{
	padding: 4px 0 4px 45px;
	color: #e2b352;
    display: block;
    font-family: euphorig,Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    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.recap-resa.png') no-repeat left -30px;}
.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;}
.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: right; color: #e2b352; font-size: 22px; }
.jp_reqCont.store{
	width: 70%; 
	margin: 0 auto;
	padding-bottom: 50px;
}
#selEnigme {
	width: 100%;
}

/***********
*  BOUTON  *
***********/

input.boutonSpe,
a.boutonSpe {
	padding: 8px 16px;
	display:table;
	margin:0 auto;
	color: #000;
	font-family: var(--primary-font);	
	font-weight: 400;
	font-size: 20px;	
	background: url('/imgs/bg.bouton.png') repeat 0 0;
	background: #e2b352;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:none;
	cursor:pointer;
}
a.boutonSpe:hover,
input.boutonSpe:hover{    
	background:#e8cf63;
	-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;}

.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.m15{
	background: #FFF url('/imgs/picto/picto.md15.png') no-repeat 10px center; 
}
.mXXans span.m14{
	background: #FFF url('/imgs/picto/picto.md14.png') no-repeat 10px center; 
}
.mXXans span.m13{
	background: #FFF url('/imgs/picto/picto.md13.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; }




/* 404 */

.reg_content .page404  {
	padding: 80px 0; 	
	color: #FFF; /* #color */
	font-family: var(--primary-font);	
	font-weight: 400;	
}
.reg_content .page404  h4 {text-align:center;  }
.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;
}

/***********
*  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 fieldset.fb50{
	padding: 10px 0;
}
.formSpe label.textStd,
.formStd label.textStd{
	color: #ffffff;
    display: block;
    font-size: 18px;
    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;
}
.formSpe fieldset.fb50 input.textStd{
	width: 95%;
}
.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;
}
.tabResa tr td span.title,
.tabResa tr td span.subtitle,
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-size: 30px; padding: 20px 0; }
.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;
}
.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 0 0;
	color:#FFF;
}
.tabResa tr td span.title {
	font-size: 22px; 
	padding: 15px 0;
	color:#FFFFFF;
}
.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;
	letter-spacing: 1px;
	font-size: 30px;
	text-align: left;	
	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; 
}

/*****************
**** 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; padding: 5px 0;}
.newsletter span{
	display: block; 
	font-size: 14px; 
	color: #FFFFFF; 
	padding: 5px 2px;
	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); 	
}
.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);
    -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;}*/

#prev-enigme{margin: 0 auto 50px 0;}
#next-enigme{margin: 0 0 50px auto;}

.enigme_prev_next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contentBtn{
	margin: 30px auto;
}

/***********
 * ORDINATEURS PORTABLES
 */

@media screen and (max-width: 1366px)
{
	/* .bloc_enigme_event 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:13%; 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: 95%;}
	.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;}
	.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;}
	.blocContentEnigme{width: 33.33333333%;}
	.detail-enigme .blocContentEnigme{width: 25%;}
	.detail-enigme .blocEnigme strong{min-height: 110px;}
	.formStd label.textStd, .formSpe label.textStd,label.checkbox{ width: 90%; text-align: left; }
	.flex .boutonSpe{ margin: 0px auto; }
	.warning-time-message{ text-align: center; }
	.blocSelect .selectStyle{ width: 390px; }
	.alertSelect select{ width: 200px; }
}
	

/***********
 * TABLETTE PORTRAIT 
 */

@media screen and (max-width: 1005px)
{
	h1.title{font-size:22px;line-height: 30px;}
	p.intro	{font-size:15px;}	
	.video object {width:100%;}
	img.logoTop{padding:50px 0 0 0;}
	#map-canvas{ height: 400px;}
	.formStd{ width: 80%;}
	.contentPadTop { padding: 58px 0 0;}	
	.part2 .propos h2, .part2 .liens h2, .part2 .contact h2{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%;}
	.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%;}
	.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; }	
	img.prev { left: 0%; top: 33%; }
	img.next { right: 0%; top: 33%; }
	.evenements .event{width: 90%; margin: 0 auto;}
	.tabResa thead tr th strong{ font-size: 14px; }
	.tabResa tr td span.title{ display: none; }
}


/***********
 * AJUSTEMENT MENU
 */

@media screen and (max-width: 860px)
{
	.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;}
	.contentHeader .flol:nth-child(1){padding: 0 !important;}
	.contentHeader{margin: 6px 0;}
	.blocContentEnigme .boutonSpe{font-size: 15px;}
	.blocEnigme span{padding: 10px 0 5px 0;}
	.detail-enigme .blocContentEnigme{width: 50%;}
	.detail-enigme .blocEnigme span{padding: 10px 25px;}
	.video object{width: 500px; height: 300px;}
	.part2 .propos h2, .part2 .liens h2, .part2 .contact h2{text-align: left;}
	.newsletter.flor{display: none;}
	.newsletter.resp{display: table; margin: 25px auto 15px auto;}
	.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;}	
	*/
	.home_footer_seo .width50.flol {
		width: 100%;
		float: none;
	}

	.home_footer_seo .width50.flol .pad25 {
		padding: 0 15px;
	}
}

@media screen and (max-width: 667px)
{
	.blocContentEnigme strong span{font-size: 16px;}
	.detail-enigme .blocEnigme strong{min-height: 105px;}
	.le-concept .blocEnigme .blocContentEnigme{padding: 15px 0 0 0;}
	.le-concept .infoDroite.flol{width: 100%; float: none;}
	.blocContentEnigme .boutonSpe{font-size: 12px;}
	.blocContentDyn.noel img { width: 100%; }
}

/***********
 * SMARTPHONE PAYSAGE
 */

@media screen and (max-width: 640px)
{
	p.intro{ line-height: 19px;}
	.blocEnigme .blocContentEnigme{width:50%;}
	.detail-enigme .blocContentEnigme{width:50%;}
	.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: 75%;}
	.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; margin:0 auto;}
	.bloc4 .contact span{display: table;}
	.bloc1,.bloc2,.bloc3,.bloc4 { width: 100%;padding:0 0 20px 0;}
	.bloc1.flol,.bloc2.flol,.bloc3.flol,.bloc4.flol{float:none;}
	.part2 .propos h2, .part2 .liens h2, .part2 .contact h2{text-align:center;}
	.tabPrix tr td{font-size: 13px;  padding: 5px;}
	.tabPrix tr td strong {font-size: 16px;}
	i.complet{font-size:9px; 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;}
	.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,input.boutonSpe{font-size: 20px;}
	.botFooterGauche,.botFooterDroite   {float:none; width:100%; padding:0;}
	input.boutonSpe, a.boutonSpe { padding: 6px; text-align: center; }
	.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: 0px 0 0px 70px}
	.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: 14px; min-height: 50px; }
	.tabResa thead tr th span,.tabResa thead tr th i{ font-size: 12px; }
	.tabResa tbody tr td a.content{ padding: 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; }
	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: 0 0 0 5px; 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: 95%;}	
	.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%; }
	/*
	img.prev { left: 0%;	top: 48%; }
	img.next { right: 0%; top: 48%; }	
	*/
	#clim{ display: none; }
	.blocContentEnigme .boutonSpe{font-size: 12px;}
	.bloc_enigme_event .w50{float: none; width: 100%;}
	.bloc_enigme_event .w50 .padEvent{padding: 20px;}
	.newsletter fieldset{float: none; display: table; margin: 0 auto;}
	.newsletter input.inputStd{margin: 0 auto;}
	.reg_contentMid.pageSeo{width: 90%;}
	.flecheLeft.flex.nowrap{flex-wrap: wrap;}
	.flecheLeft.flex.nowrap .warning-time-message{padding: 10px 0 25px 0; text-align: center; }
	.blocSelect .selectStyle{width: 250px;}
	.titre_detail_enigme{width: 100%; float: none;}
	.img_detail_enigme{width: auto; max-width: 250px; margin: 25px auto 40px auto; display: block; float: none;}
	#popup_container{left: 50% !important; transform: translateX(-50%); min-width: 380px !important; max-width: 380px !important;}
	.flex.ac{ margin: 0 auto; }
	.blocContentEnigme .blocPad{padding: 10px 5px;}
	.tabResa tr td span.subtitle{ padding: 10px 0; font-size: 20px; }
}


/***********
 * SMARTPHONE PAYSAGE
 */

@media screen and (max-width: 480px)
{
	.video object{width: 350px; height: 200px;}
	.imgPageEnigme .trImg .tdImg {display: block;width: 100%;max-width: 300px;margin: 25px auto;}
	.le-concept .contentBlocMid{width: 100%;}	
	.reservation .recapResa strong.num, .reservation .infoRecap strong.num{padding: 4px 0 4px 40px; font-size: 18px;}
	.reservation .formSpe fieldset.fb50 { -ms-flex-preferred-size: 100%; flex-basis: 100%; }
	.reservation .formSpe input.textStd:not(.codepromo) { margin-bottom: 5px; width: 100% !important; }
	.reservation .formSpe fieldset { padding: 8px 0; width: 100% !important; }
	.tabPrix tr td strong, .tabPrix tr td, .tabPrix cite.tiny { font-size:10.5px; }
	a.boutonSpe, input.boutonSpe { font-size: 16px; }
	.contentBtn input.boutonSpe{ font-size: 22px; }
	.niveau i, .tabResa thead tr th .niveau i { font-size: 20px; margin: 0 2px; }
	.tabResa #allsalle th strong { font-size: 13px; line-height: 1.5; }
	.tabResa thead tr th .niveau { margin-top: 0;}
	.tabResa thead tr th i { line-height: 1.3; }
	.tabResa { margin-bottom: 45px; }
	.tabResa .blocSelect .selectStyle { width: 90%; display: block; margin: 0 auto 15px auto !important; }
	.tabResa .blocSelect { margin: 0 0 15px 0; padding: 0; display: block; }
	.tabPrix { width: 100%; }
	.paiementRecap img { margin: 0 auto; display: block; }
	.reg_content{ width: 98%; }
}


/***********
 * SMARTPHONE PORTRAIT
 */

@media screen and (max-width: 380px)
{
	.detail-enigme .blocContentEnigme span.boutonSpe{display: none;}
	.blocEnigme .blocContentEnigme{padding: 20px 0;}
	.detail-enigme .blocContentEnigme{padding: 0;}
	.detail-enigme .blocEnigme{padding: 25px 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;}		
	.formSpe fieldset.btnSubForm .contentBtn.btnPad{padding: 20px 0 0 0; width: 100%;}
}

@media screen and (max-width: 320px)
{
	.video object{width: 250px; height: 150px;}
	.blocContentEnigme strong span{font-size: 14px;}
}