html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Positionnement */
.left{
    float:left;
}
.right{
    float:right;
}
.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#header a{
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#header a:hover{
    opacity: 0.7;
}
.myContener {
    padding-top: 56px;
}
.myContener.blog{
    padding-top: 103px;
}
.contener{
    width: 1300px;
    margin: 0 auto;
}

.successBox {
    box-sizing: border-box;
    width: 1024px;
    margin: 15px auto;
    padding: 15px;
    border: 1px solid #2bd02b;
    color: #2bd02b;
    background: none repeat scroll 0 0 #d7f6d7;
}

.failBox {
    box-sizing: border-box;
    width: 1024px;
    margin: 15px auto;
    padding: 15px;
    border: 1px solid #d20e0e;
    color: #d20e0e;
    background: none repeat scroll 0 0 #f6d7d7;
}
/*---- Général ----*/
body{
	font-family: 'Montserrat', sans-serif;
	font-size:100%;
	font-weight: normal;
	line-height: 1.2;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*---- Titres Template ----*/ 
.contenuDynamique h1{
    font-size:50px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.contenuDynamique h2{font-size:1.8em;}
.contenuDynamique h3{font-size:1.6em;}
.contenuDynamique h4{font-size:1.4em;}
.contenuDynamique h5{font-size:1.2em;}
.contenuDynamique h6{font-size:1em;}

/*---- Contenu Dynamique ----*/
/* Général */
.contenuDynamique p{
    margin:0 0 1.5em;
}
.contenuDynamique strong{font-weight: bold;}
.contenuDynamique em{font-style: italic;}

/* liens */
/*.contenuDynamique a { 
	text-decoration: none; 
	display: inline-block; 
}
.contenuDynamique a:after {
    content: '';
    display: block;
    border-bottom: 1px solid blue;
    width: 0;
    -webkit-transition: 0.5s ease;
            transition: 0.5s ease;
}
.contenuDynamique a:hover:after { 
	width: 100%; 
}*/
/* Blockquote */
.contenuDynamique blockquote {
  	quotes: "«\0000a0" "\0000a0»"; /* \0000a0 = espace insécable */
    font: italic 1em/1.7 Georgia,serif;
    margin: 1em 0;
    padding: 0.5em 0 0.5em 2.6em;
    position: relative;
    quotes: "«" "»";
    text-indent: 2em;
    width:550px;
}
.contenuDynamique blockquote:before {
  	color: #272727;
    content: open-quote;
    font-size: 3em;
    left: 0;
    line-height: 0.5;
    margin-top: -1ex;
    position: absolute;
    text-indent: 0;
    text-shadow: none;
    top: 50%;
}
.contenuDynamique blockquote:after {
  	color: #272727;
    content: close-quote;
    font-size: 3em;
    right: 0;
    line-height: 0.5;
    margin-top: -1ex;
    position: absolute;
    text-indent: 0;
    text-shadow: none;
    top: 80%;
}
/* Listes non ordonnées */
.contenuDynamique ul{
	list-style-type: disc;
	list-style-position: inside;
	margin:0 1.5em 1.5em;
}
/* Listes ordonnées */
.contenuDynamique ol{
	list-style-type: decimal;
	list-style-position: inside;
	margin:0 1.5em 1.5em;
}
sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 50%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -1.2em;
}

#sliderAbo img{
  font-family: arial, sans-serif;
}
/* 404 */
.pageIntrouvable{
	text-align: center;
	padding-top: 150px;
}
.pageIntrouvable h1{
	
}
/* header */

.mega-preload{
	height:0px;
}
#overlay{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: 99;
}
#header{
	width:100%;
	position: fixed;
	background: #fff;
	z-index: 100;
}
#header.homepage{
	width: 98%;
	top: 2%;
	left:50%;
	margin-left:-49%;
}
#header.blog{
	background: #000;
}
#header.blog #mainNav a.current{
	color: #fff;
}
.logo{
	margin: 10px 23px;
	line-height: 0;
}
#header > #mainNav{
	float:left;
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#707173;
	margin-top: 19px;
}
#header #mainNav a{
	color:#707173;
	text-decoration: none;
}

#header > #mainNav > li::before{
	content:'|';
	margin:0 10px;
}
#header > #mainNav > li:first-of-type::before{
	content:'';
	margin: 0;
}
#header > #mainNav > li{
	display: inline-block;
}
#header > #mainNav > li.haveChild{
	padding-bottom:21px;
	cursor: pointer;
}

#header > #mainNav > li.haveChild .noChild{
	width: 33.33333%;
	display: inline-block;
}
#header > #mainNav > li.haveChild .noChild a{
	display: inline-block;
	width: 100%;
}
#header > #mainNav > li.haveChild #zen{
	background: url("/Design/Img/mega_zen.jpg") no-repeat scroll center center / cover 
}
#header > #mainNav > li.haveChild #zen:hover{
	background: url("/Design/Img/mega_zen_actif.jpg") no-repeat scroll center center / cover;
}
#header > #mainNav > li.haveChild #muscu{
	background: url("/Design/Img/mega_muscu.jpg") no-repeat scroll center center / cover;
}
#header > #mainNav > li.haveChild #muscu:hover{
	background: url("/Design/Img/mega_muscu_actif.jpg") no-repeat scroll center center / cover;
}
#header > #mainNav > li.haveChild #fitness{
	background: url("/Design/Img/mega_fitness.jpg") no-repeat scroll center center / cover;
}
#header > #mainNav > li.haveChild #fitness:hover{
	background: url("/Design/Img/mega_fitness_actif.jpg") no-repeat scroll center center / cover;
}
#header > #mainNav > li.haveChild #spa{
	background: url("/Design/Img/mega_spa.jpg") no-repeat scroll center center / cover;
}
#header > #mainNav > li.haveChild #spa:hover{
	background: url("/Design/Img/mega_spa_actif.jpg") no-repeat scroll center center / cover;
}
#header > #mainNav > li.haveChild #squash{
	background: url("/Design/Img/mega_squash.jpg") no-repeat scroll center center / cover;
}
#header > #mainNav > li.haveChild #squash:hover{
	background: url("/Design/Img/mega_squash_actif.jpg") no-repeat scroll center center / cover;
}
#header > #mainNav > li.haveChild #aqua{
	background: url("/Design/Img/mega_aqua.jpg") no-repeat scroll center center / cover;
}
#header > #mainNav > li.haveChild #aqua:hover{
	background: url("/Design/Img/mega_aqua_actif.jpg") no-repeat scroll center center / cover;
}
#header > #mainNav > li.haveChild ul{
	display: none;
	left: 0;
    position: absolute;
    width: 100%;
    font-size: 0;
    top: 56px;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}
#header > #mainNav > li.haveChild:hover ul{
	display: block;
	opacity: 1;
	transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}
#header .right{
	margin-right: 23px;
	margin-top: 19px;
}
#header .right a{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color:#707173;
}
#header .right a img{
	vertical-align: -5px;
	margin-left: 10px;
}
#header.f-nav{
	width: 100%;
	left:0;
	top: 0;
	margin: 0;
}
#header #navMobile{
	display: none;
}
/* Home page */
#sliderContener{
	position: relative;
}
.nivo-caption{
	background: none !important;
	left: -1000px;
	margin-left: 1%;
	bottom: 90px !important;
	opacity: 1 !important;*/
}
.nivo-caption h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 100px;
	text-transform: uppercase;
	line-height: 1;
}
.nivo-caption h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 50px;
	text-transform: uppercase;
}
.nivo-caption h3{
	font-family: 'Quicksand', sans-serif;
	font-size:22px;
	text-transform: uppercase;
	font-weight: bold;
}

#slideSPA{
	color: #fff;
	opacity: 0.5 !important;
}
#slideMuscu{
	color: #fff;
	opacity: 0.8 !important;
}
#slideSquash{
	color:#5261a9 !important;
	opacity: 0.8 !important;
}
#slideFitness{
	opacity: 0.8 !important;
}
#slideAqua{
	opacity: 0.7 !important;
}
#slideZen{
	color:#837068 !important;
	opacity: 0.8 !important;
}
.nivo-controlNav{
	bottom: 45px;
    position: absolute;
    right: 45px;
    z-index: 10;
    padding: 0 !important;
}
.nivo-control{
	background: url(/Design/Img/puce_slide.png) no-repeat;
	display: inline-block;
    font-size: 0;
    height: 15px;
    margin-left: 10px;
    width: 15px;   
}
.nivo-control.active{
	background: url(/Design/Img/puce_slide_actif.png) no-repeat;
}
.contentHome{
	padding: 60px 0 0;
	text-align: center;
}
.contentHome h1{
	color: #514f54;
}
.contentHome p{
	color:#707173;
}
.blocVertHome{
	background: #a8cc09;
	padding: 60px 0 45px;
	text-align: center;
	color:#fff;
}
.blocVertHome li{
	display: inline-block;
	list-style: none;
	font-family: 'Quicksand', sans-serif;
    font-weight: normal;
    font-size: 20px;
    margin: 0 10px;
}
.blocVertHome li span{
	font-size: 25px;
	font-weight: 300;
	display: block;
}

.blocVertHome h2{
	font-size:50px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.homeMegaMenu{
	font-size: 0;
}
.homeMegaMenu img{
	width: 33.3333%;

}

.blocAbonnement{
	background: #252525;
	color: #fff;
	text-align: center;
	padding: 80px 0;
}
.blocAbonnement h2{
	font-size:50px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blocAbonnement span{
	color:#a8cc09;
	font-size: 26px;
	font-weight: bold;
}

.callToAction{
	margin-top: 25px;
}
.callToAction a{
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	display: inline-block;
	margin: 0 15px;
	border: 1px solid #fff;
	padding: 15px 20px;
	cursor:pointer;
}
.callToAction a:hover{
	border: 1px solid #a8cc09;
	color:#a8cc09;
}
.blocActu {
	padding: 80px 0;
	background: #bfbfbf;
	color:#fff;
	text-align: center;
}
.blocActu .left{
	width: 33%;
}
.blocActu .actu{
	color:#000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.blocActu h2{
	font-size:50px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    
}
 .blocActu p{
 	padding: 0 30px;
 	min-height: 40px;
 }
 .blocActu a{
 	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	display: inline-block;
	margin: 0 15px;
	border: 1px solid #fff;
	padding: 5px 15px;
	cursor:pointer;
	min-width: 220px;
	box-sizing: border-box;
	margin-top: 30px;
 }
.blocActu .actu a{
	border: 1px solid #000;
	color:#000;
}
.blocActu .actu a:hover{
	border: 1px solid #fff;
	color:#fff;
}
.blocActu a:hover{
	border: 1px solid #000;
	color:#000;
}
/* Footer */ 
#footer{
	background: #000;
	color:#fff;
	padding: 60px 0 45px;
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
}
#footer .left {
	background: url(/Design/Img/footer_phone.png) no-repeat left top;
	padding-left: 70px;
}
#footer .left a{
	font-size: 21px;
	text-decoration: none;
	color:#fff;
	text-transform: uppercase;
	display: inline-block;
}
#footer .left > a{
	margin-bottom: 15px;
}
#footer .left span{
	display: block;
	font-size: 12px;
}
#footer li{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 12px;
	margin-left: 30px;
}
#footer li p{
	font-weight: normal;
	margin-top: 15px;
	font-size: 11px;
	color:#ccc;
	line-height: 15px;
}
#footer #mainFooterNav  a{
	color:#fff;
	text-decoration: none;
}
#footer #mainFooterNav li p a{
	color:#ccc;	
}
#footer #mainFooterNav li p a:hover{
	color:#fff;
}

/* Pages Dynamiques */
.contenuDynamique .enteteNoir{
	background: #070506;
	padding: 140px 0 70px;
	color:#aeaeae;
	font-size: 14px;
	text-align: center;
}
.contenuDynamique .enteteNoir h1{
	color:#a8cc09;
	text-transform: uppercase;
	font-size: 130px;
	font-weight: 300;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}
.contenuDynamique .enteteNoir h2{
	color:#a8cc09;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 50px auto;
	max-width: 50%;

}

.contenuDynamique .enteteNoir a{
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	display: inline-block;
	margin: 0 15px;
	border: 1px solid #fff;
	padding: 5px 15px;
	cursor:pointer;
	min-width: 220px;
	box-sizing: border-box;
	margin-top: 30px;
	font-weight: bold;
	letter-spacing: 1px;

}
.contenuDynamique .enteteNoir a:hover{
	border: 1px solid #a8cc09;
	color:#a8cc09;
}
.contenuDynamique .enteteNoir a:hover:after { 
	width: 0%; 
}
.contenuDynamique .enteteNoir h2 a{
	color:#a8cc09;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
	display: inline;
	border:0;
	margin: 0;
	padding: 0; 
}
.contenuDynamique .enteteNoir h2 a:hover{
	border: 0 none;
}
.contenuDynamique .enteteNoir p{
	width: 40%;
	margin: 0 auto;
	line-height: 1.5;
}
.contenuDynamique .blocGris{
	background: #bfbfbf;
	color:#fff;
	padding: 50px 0 70px;
}
/* Jcarousel */
.jcarousel-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20%;
}
/** Carousel **/
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.jcarousel ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
	width:320px;
}
.jcarousel li div, .jcarousel p{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.jcarousel p:first-of-type{
	margin-top: 30px;
}
/** Carousel Controls **/

.jcarousel-wrapper .prev,
.jcarousel-wrapper .next {
    height: 128px;
    margin-top: -64px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    width: 41px;
    z-index: 10;
}
.jcarousel-wrapper .prev:hover::after,
.jcarousel-wrapper .next:hover::after {
	width: 0;
}
.jcarousel-wrapper .prev {
    left: 20%;
}

.jcarousel-wrapper .next {
    right: 20%;
}

.jcarousel-wrapper .prev:hover span,
.jcarousel-wrapper .next:hover span {
    display: block;
}

.jcarousel-wrapper .prev.inactive,
.jcarousel-wrapper .next.inactive {
    opacity: .5;
    cursor: default;
}
.jcarousel .blocPhoto img {
	max-height: 180px;
	border-radius: 90px;
}
/* Jcarousel */
/* Blocks Sport */
.block{
	display: table;
}
.block .photo{
	width: 50%;
	display: table-cell;
	font-size: 0;
}
.block .photoMobile{
	display: none;
}
.block .photo img{
	width: 100%;
}
.block .text{
	display: table-cell;
	width: 50%;
	padding: 0 75px;
	vertical-align: middle;
	color:#676767;
}
.block h2{
	font-size: 90px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 0.8;
    text-indent: -5px;
}
.block h2.noH3{
	margin-bottom:30px;
}
.block h3{
	font-size: 35px;
	text-transform: uppercase;
	
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.block h3.noH3{
	margin-bottom:0;
}
.block h4{
	font-size: 20px;
	margin-bottom: 20px;
}
.block h4 img{
	vertical-align: -10px;
	margin-right: 5px;
}
.block h4 img.timeSeparator{
	margin: 0 15px;
	vertical-align: -8px;
}
.block .btnContener{
	margin-top: 0;
	margin-bottom: 5px;
}
.block .btnContener a{
	border: 1px solid #676767;
    color: #676767;
    cursor: pointer;
    display: inline-block;
    font-family: "Quicksand",sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.block .btnContener a:hover{
	opacity: 0.7;
}

/* Pages interieure */
.blocBlanc{
	padding: 60px 0;
}
.blocBlanc h1{
	font-size: 130px;
	text-align: center;
}
.blocBlanc h2{
	font-size: 50px;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
}
.blocBlanc h3{
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
}
.blocBlanc h4{
	color: #a8cc09;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 30px auto 0;
    text-transform: uppercase;
    text-align: center;
    max-width: 50%;
}
.blocBlanc > p{
	font-size: 14px;
	width: 40%;
	text-align: center;
	margin: 0 auto 1.5em;
}
.blocBlanc .blocActu{
	background: #fff;
	padding-bottom: 0;
	color:#000;
}
.blocBlanc .blocActu a{
	border-color:#000;
	color:#000;
	margin-top: 19px;
}
.blocBlanc .blocActu div div:first-of-type a{
	margin-top: 0;
}

.equipe{
	position: relative;
}
.equipe img{
	/*position: absolute;
	z-index: 0;
	top: 0;*/
	width: 100%;
}
.equipe h2{
	text-align: center;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Quicksand', sans-serif;
	margin-bottom: 30px;
	/*z-index: 1;
	position: relative;
	top: 2%;*/
}
.equipe p{
	font-size: 14px;
	text-align: center;
	margin: 0 auto 30px;
	width: 40%;
	/*position: relative;
	z-index: 1;
	top: 1%;*/
}

.contacts{
	padding: 60px 0 45px;
	background: #252525;
	color:#fff;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
}

.contacts h2{
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Quicksand', sans-serif;
	margin-bottom: 20px;
}
.contacts a{
	color:#fff;
	text-decoration: none;
}
.contacts h3{
	font-size: 18px;
	text-transform: uppercase;
}
.contacts > h3{
	margin-bottom: 15px;
	margin-top: 30px;
}
.horairesContener{
	position: relative;
}
.horairesContener .leftHoraires{
	float: left;
    left: 50%;
    margin-left: -30%;
    position: relative;
    width: 28%;
}
.horairesContener .rightHoraires{
	float: left;
    left: 50%;
    margin-left: 2%;
    position: relative;
    width: 28%;
}
#mapview{
	font-size: 0;
}

/* Planning */
.contenuDynamique .enteteNoir a.active{
	border: 1px solid #a8cc09;
    color: #a8cc09;
}
.contenerPlanning{
	background: #9dcb44;
}
.contenerPlanning .plannings{
	display: none;
	text-align: center;
	padding-bottom: 45px;
}
.contenerPlanning .plannings a{
	text-decoration: none;
	color:#fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Quicksand', sans-serif;
}
.contenerPlanning .plannings a img{
	vertical-align: -8px;
}
.contenerPlanning .plannings.actif{
	display: block;
}

/* Réservations */ 
.bandeauReservation{
	position: relative;
	line-height: 0;
}
.bandeauReservation h1{
	bottom: 10%;
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 100px;
    font-weight: bold;
    left: 7%;
    line-height: 1;
    opacity: 0.7;
    position: absolute;
    text-transform: uppercase;
}
.bandeauReservation h1.squash{
	color:#5261a9;
}
.bandeauReservation h1 span{
	display: block;
	font-family: 'Quicksand', sans-serif;
	font-size:22px;
	text-transform: uppercase;
	font-weight: bold;
}

/* Page Abonnement */
.BlocAbonnement {
	padding: 60px 0 45px;
}
.BlocAbonnement h1{
	text-align: center;
	font-size: 130px;
	margin-bottom: 0;	
}
.BlocAbonnement h2{
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 300;
	font-family: 'Quicksand', sans-serif;
	text-align: center;	
	margin-bottom: 80px;
}
.contenerAbonnement{
	width: 960px;
	margin: 0 auto;
}
.tableAbonnement{
	width: 33.3333%;
	float: left;
	box-sizing: border-box;
	padding: 0 50px;
	text-align: center;
	min-height: 150px;
	font-size: 14px;
}
.tableAbonnement h3{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.BlocAbonnement > p{
	text-align: center;
	font-size: 14px;
}
.BlocAbonnement > p a{
	color:#000;
	text-decoration: none;
}
#contactContener{
	background: #bfbfbf;
	text-align: center;
	padding: 60px 0 45px;
}
#contactContener h2{
	font-size: 50px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 30px;
}
#contactContener div{
	margin-bottom: 30px;
}
#contactContener div label{
	display: block;
	font-size: 14px;
}
#contactContener div.noBlock label{
	display: inline;
}
#contactContener div span{
	display: inline-block;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 5px 15px;
	margin-top: 10px;
	cursor: pointer;
}

#contactContener div span.first{
	border-left:2px solid #000;
}

#contactContener div span.last{
	border-right:2px solid #000;
}
#contactContener div span:hover{
	color:#ccc;
	background: #555;
}

#contactContener div span.actif{
	color:#fff;
	background: #000;
}
#contactContener input[type="email"], #contactContener input[type="tel"], #contactContener input[type="text"]{
	text-align: center;
	border: 0 none;
	width: 450px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 15px;
}
#contactContener textarea{
	text-align: center;
	border: 0 none;
	width: 450px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 15px;
	height: 250px;
}
#contactContener input[type=button]{
	border: 2px solid #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	padding: 5px 15px;
	color:#000;
	background: none transparent;
	margin-top: 30px;
}
#contactContener input[type=button]:hover{
	color:#fff;
	background:#000;
}

/* Blog */
#alternativeNav{
	position: fixed;
	top: 56px;
	background: #bfbfbf;
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	text-transform: uppercase; 
	padding: 15px 23px;
	color:#707173;
	z-index: 2;
}

#alternativeNav li{
	display: inline-block;
}
#alternativeNav li a{
	color:#707173;
	text-decoration: none;
	opacity: 1;
    transition: opacity 0.25s ease-in-out 0s;
}
#alternativeNav li a:hover{
	 opacity: 0.7;
}

#alternativeNav #mainNav > li::before {
    content: "|";
    margin: 0 10px;
}
#alternativeNav #mainNav > li:first-of-type::before {
    content: "";
    margin:0;
}

.blogItem{
	width: 50%;
	display: inline-block;
}
.imgActu{
	width: 50%;
	line-height: 0;
	display: table-cell;
}
.imgActu div{
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
}
.imgActu img{
	position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.txtActu{
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 65px;
	box-sizing: border-box;
	color:#676767;
}
.backList a{
	color: #a8cc09;
    text-decoration: none;
}
.categ{
	color:#a8cc09;
	font-size: 12px;
	text-transform: uppercase;
}
.txtActu h2{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color:#676767;
	margin-bottom: 25px;
}
.txtActu .extrait{
	font-size: 14px;
}
.txtActu .moreAbout{
	margin: 0 0 15px;
}
.txtActu .moreAbout a{
	text-decoration: none;
	color:#a8cc09;
	font-size: 14px;
}
}
.social{
	color:#676767;
}
.social a{
	text-decoration: none;
	vertical-align: middle;
}
.social .separator{
	font-size: 20px;
	margin: 0 10px;
}
#pagination{
	text-align: center;
	padding: 30px 0;
}
#pagination a{
	display: inline-block;
	border: 1px solid #707173;
	color: #707173;
	width:42px;
	height:42px;
	text-decoration: none;
	vertical-align: middle;
	margin: 0 15px;
	line-height: 42px;
}
#pagination a.noBorder{
	display: inline-block;
	border: 0 none;
	color: #707173;
	width:44px;
	height:44px;
	text-decoration: none;
}
span.currentPage{
	display: inline-block;
	border: 1px solid #252525;
	color: #252525;
	width:42px;
	height:42px;
	text-decoration: none;
	vertical-align: middle;
	line-height: 42px;
}
/* Blog Post */
.contenerArticle{
	width: 900px;
}
.couvArticle{
	height: 500px;	
	padding-bottom: 5px;
	margin-top: 30px;
}
.couvArticle img{
	height: 500px;
}
.contenerArticle .social {
	text-align: right;
	margin-top: 10px;
}
.contenerArticle h1{
	font-size: 50px;
	text-transform: uppercase;
	color:#676767;
	font-weight: bold;
}
.contenerArticle h1:after{
	border-bottom: 2px solid #676767;
    content: " ";
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 15px;
}
.contenerArticle h2{
	font-style: italic;
	font-size: 20px;
	margin: 10px 0 50px;
}
.contenerArticle h3{
	font-size: 20px;
	font-weight: bold;
}
.contenerArticle .contenuDynamique{
	font-size: 14px;
	color: #676767;
	width: 80%;
}
.featuredNews{
	width: 330px;
}
.featuredNews h2{
	color:#676767;
}
.contenerArticle .contenuDynamique:after{
	border-bottom: 1px solid #676767;
    content: " ";
    display: block;
    margin-top: 30px;
    width: 15px;
}
.contenerArticle .tags{
	margin-top: 10px;
	font-size: 12px;
	color:#676767;
	margin-bottom: 75px;
}
.contenerArticle .tags a{
	font-size: 12px;
	color:#676767;
	text-decoration: none;
	opacity: 1;
}
.contenerArticle .tags a:hover{
	transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    opacity: .5;
}
.featuredArticle{
	margin-top: 11px;
}
.featuredArticle .imgFeatured{
	margin-bottom: 30px;
}
.featuredArticle .imgFeatured img{
	width: 100%;
}
.featuredArticle h2{
	color: #676767;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.featuredArticle .extrait{
	color: #676767;
	font-size: 12px;
}
.featuredArticle .moreAbout {
    margin: 15px 0;
}
.featuredArticle .moreAbout a {
    color: #a8cc09;
    text-decoration: none;
}

/* Jeu Homepage */
#contenerJeu{
	text-align: center;
	padding-bottom: 70px;
}
#contenerJeu > p{
	margin-bottom: 30px;
	color:#a8cc09;
}
.sexeContener div {
  display: inline-block;
  margin: 0 10px;
}

.sexeContener input[type="radio"] {
  display: none;
}

.sexeContener input[type="radio"] + label {
  color: #292321;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.sexeContener input[type="radio"] + label span {
  display: inline-block;
  width: 74px;
  height: 74px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
}

.sexeContener #homme + label span {
  background: url(/Design/Img/homme.png) no-repeat;
  -webkit-transition: transform 0.4s linear;
  -o-transition: transform 0.4s linear;
  -moz-transition: transform 0.4s linear;
  transition: transform 0.4s linear;
}
.sexeContener #femme + label span {
  background: url(/Design/Img/femme.png) no-repeat;
  -webkit-transition: transform 0.4s linear;
  -o-transition: transform 0.4s linear;
  -moz-transition: transform 0.4s linear;
  transition: transform 0.4s linear;
}

.sexeContener #homme + label span:hover, .sexeContener #femme + label span:hover {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sexeContener #homme:checked + label span {
  background: url(/Design/Img/homme_on.png) no-repeat;
}
.sexeContener #femme:checked + label span {
  background: url(/Design/Img/femme_on.png) no-repeat;
}

.sexeContener input[type="radio"] + label span,
.sexeContener input[type="radio"]:checked + label span {
  -webkit-transition: background 0.4s linear;
  -o-transition: background 0.4s linear;
  -moz-transition: background 0.4s linear;
  transition: background 0.4s linear;
}

.maskLevel, .maskObjectif{
	margin-top: 30px;
}

.customRadio div {
  display: inline-block;
  margin: 0 10px;
}

.customRadio input[type="radio"] {
  display: none;
}

.customRadio input[type="radio"] + label {
  color: #a8cc09;  
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.customRadio input[type="radio"] + label span {
  display: inline-block;
  width: auto;
  height: 19px;
  padding: 5px 10px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
}


.customRadio input[type="radio"] + label span {
  background-color: #fff;
  border: 2px solid #a8cc09;
}
.customRadio input[type="radio"] + label span:hover {
	color:#fff;
	background-color: #CEE271;
}

.customRadio input[type="radio"]:checked + label span {
  background-color: #a8cc09;
  color:#fff;
}

.customRadio input[type="radio"] + label span,
.customRadio input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}

#resultatJeu{
	line-height: 0;
}
#resultatJeu img{
	width: 100%;
	/*min-height: 100%;*/
}
.imgGrande, .bloc3Img, .petite1, .petite2{
	width: 50%;
}
.bloc2Img, .longImg{
	width: 100%;
}
#resultatJeu .contentRollOver{
	position: relative;
}
#resultatJeu a{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;	
	background-color: rgba(0,0,0,0.3);
}
#resultatJeu a:hover{
	background-color: rgba(0,0,0,0.0);	
	-webkit-transition: background-color 0.4s linear;
  	-o-transition: background-color 0.4s linear;
  	-moz-transition: background-color 0.4s linear;
  	transition: background-color 0.4s linear;
}

.fs-14 {
	font-size: 14px;
}
.landingPage .vert, .landingPage a.vert {
	color: #a8cc09;
	text-decoration:none;
}
.landingPage a.vert:hover {
	color: #fff;
}
.landingPage .gris {
	color: #707173;
	font-weight: bold;
	font-size: 14px;
}
.landingPage .tableAbonnement {
	width: 25%;
	padding: 0 20px;
}

.callVert a {
	color: #a8cc09;
	border: 1px solid #a8cc09;
}
.callVert a:hover, .callBlanc a:hover {
	color: #fff;
	border: 1px solid #fff;
}
.callBlanc a, .callBlanc a:hover, .callBlanc {
	cursor: normal !important;
}

.landingPage .blocAbonnement {
	background: transparent;
	color: #fff;
	text-align: center;
	padding: 0px 0px 80px;
}
.landingPage h2 {
	color: #514f54;
	font-size: 50px;
font-family: 'Quicksand', sans-serif;
font-weight: 300;
text-transform: uppercase;
margin-bottom: 30px;
}

.white-popup {
  position: relative;
  background: #262320;
  padding: 20px;
  width: auto;
  max-width: 1000px;
  margin: 0px auto;
}
.mfp-close {
    width: 70px !important;
    height: 70px !important;
    line-height: 70px !important;
    color: #a8c51d !important;
    font-size: 67px !important;
    font-weight: 100 !important;
}
.mfp-container {
	/*max-width: 1000px;*/
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.contact_gdpr {
	display: block;
	font-size: 12px;
	line-height: 1.4;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	margin-top: 25px;
	padding: 0 20px;
}