body {
	margin: 0;
	font-family: 'Exo', sans-serif;
}

html {
	margin: 0;
}

.container-fluid {
	padding: 0px;
}

*::-moz-selection {
	background:#e95119;
	color:#fff;
}

a, a:hover {
	text-decoration: none;
}

a {
	color: #e95119;
}

a:hover {
	color: #333;
}

h1.hard {
	background: url("img/losange.png") no-repeat left center, url("img/losange.png") no-repeat right center;
	padding-left: 40px;
	padding-right: 40px;
	font-weight: 700;
}

.center {
	text-align: center;
}

p {
	font-size: 20px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
}

h1 {
	display: inline-block;
	font-size: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1.2px;
}

h2 {
	font-family: 'Kaushan Script', cursive;
}

h3{
}

h4 {
}

h5 {
}

h6 {
}

blockquote {
}

.alignleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

.alignright {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 5px;
}

img {
	max-width: 100%;
	height: auto;
}

#content {
	padding-top: 170px;
}

.btn {
	font-size: 16px;
	font-weight: 700;
	background: none;
	border: 2px solid #e95119;
	color: #e95119;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
}

.btn.focus, .btn:focus, .btn:hover {
	background: #e95119;
	border: 2px solid #e95119;
	color: #fff;
}


/* ---------------------- Header ---------------------- */


header {
	position: fixed;
	width: 100%;
	z-index: 9999;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px 0 #000000;
	box-shadow: 0 2px 5px 0 #000000;
}

header:before {
	content: '';
	width: 173px;
	height: 31px;
	background: url(img/bg-before-header.png) no-repeat;
	position: absolute;
	bottom: -31px;
	left: 50%;
    margin-left: -80px;
}

.container-logo-header {
	text-align: center;
}

header.large img#logo-header{
	width: 250px;
	height: auto;
}

header.small {
	padding: 0px;
	text-align: center;
}

header.small img#logo-header {
	width: 100px;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

header.small #menu-gauche, header.small #menu-droite {
	margin-top: 40px;
}

header, img {
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}

/* ---------------------- Menu ---------------------- */

#menu-gauche,
#menu-gauche ul,
#menu-gauche ul li,
#menu-gauche ul li a,
#menu-gauche #menu-button,
#menu-droite,
#menu-droite ul,
#menu-droite ul li,
#menu-droite ul li a,
#menu-droite #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu-gauche:after,
#menu-gauche > ul:after,
#menu-droite:after,
#menu-droite > ul:after	{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#menu-gauche #menu-button, #menu-droite #menu-button {
	display: none;
}
#menu-gauche, #menu-droite {
	margin-top: 60px;
	z-index: 100;
	width: auto;
}
#menu-gauche.align-right > ul > li, #menu-droite.align-right > ul > li {
	float: right;
}
#menu-gauche > ul > li, #menu-droite > ul > li {
	float: left;
	display: inline-block;
}
#menu-gauche.align-center > ul, #menu-droite.align-center > ul {
	float: none;
	text-align: center;
	font-size: 0;
}
#menu-gauche.align-center > ul > li, #menu-droite.align-center > ul > li {
	float: none;
}
#menu-gauche > ul > li > a {
	padding: 10px 35px 13px 35px;
	text-decoration: none;
	font-size: 17px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#menu-gauche > ul > li:last-child > a {
	border-left: 1px solid #fff;
}
#menu-droite > ul > li > a {
	padding: 10px 35px 13px 35px;
	text-decoration: none;
	font-size: 17px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#menu-droite > ul > li:last-child > a {
	border-right: 1px solid #fff;
}
#menu-gauche > ul > li > a:hover, #menu-droite > ul > li > a:hover {
	background: url("img/losange.png") no-repeat 5px center, url("img/losange.png") no-repeat right 5px center;
	color: #e95119;
	border-bottom: 1px solid #e95119;
}
#menu-gauche a.mPS2id-highlight, #menu-droite a.mPS2id-highlight { 
	background: url("img/losange.png") no-repeat 5px center, url("img/losange.png") no-repeat right 5px center;
	color: #e95119;
	border-bottom: 1px solid #e95119;
}
#menu-gauche a.mPS2id-highlight-first, #menu-droite a.mPS2id-highlight-first	{
	background: url("img/losange.png") no-repeat 5px center, url("img/losange.png") no-repeat right 5px center;
	color: #e95119;
	border-bottom: 1px solid #e95119;
}

#menu-responsive,
#menu-responsive ul,
#menu-responsive ul li,
#menu-responsive ul li a,
#menu-responsive #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu-responsive:after,
#menu-responsive > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#menu-responsive #menu-button {
	display: none;
}
#menu-responsive {
	z-index: 100;
	width: auto;
	background: #ffffff;
	display: none;
}
#menu-responsive.align-right > ul > li {
	float: right;
}
#menu-responsive > ul > li {
	float: left;
	display: inline-block;
}
#menu-responsive.align-center > ul {
	float: none;
	text-align: center;
	font-size: 0;
}
#menu-responsive.align-center > ul > li {
	float: none;
}
#menu-responsive > ul > li > a {
	padding: 18px 25px 21px 25px;
	border-right: 1px solid rgba(80, 80, 80, 0.12);
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#menu-responsive > ul > li:hover > a,
#menu-responsive > ul > li > a:hover,
#menu-responsive > ul > li.active > a {
	color: #d3b694;
	background: #f7f7f7;
	background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 888px) {
	#menu-responsive {
		background: #ffffff;
		display:block;
		position: fixed;
		width: 100%;
	}
	#menu-responsive > ul {
		display: none;
		transition: all 0.5s;
		-moz-transition: all 0.5s; /* Firefox 4 */
		-webkit-transition: all 0.5s; /* Safari and Chrome */
		-o-transition: all 0.5s; /* Opera */
	}
	#menu-responsive > ul.open {
		display: block;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	#menu-responsive.align-right > ul {
		float: none;
	}
	#menu-responsive.align-center > ul {
		text-align: left;
	}
	#menu-responsive > ul > li,
	#menu-responsive.align-right > ul > li {
		float: none;
		display: block;
	}
	#menu-responsive > ul > li > a {
		padding: 13px 45px;
		border-right: 0;
	}
	#menu-responsive > ul > li:hover > a,
	#menu-responsive > ul > li.active > a {
		background: url("img/losange.png") no-repeat 10px center;
		color: #000;
	}
	#menu-responsive #menu-button {
		display: block;
		text-decoration: none;
		font-size: 15px;
		font-weight: 700;
		color: #000000;
		padding: 18px 25px 18px 25px;
		text-transform: uppercase;
		letter-spacing: 1px;
		height: 50px;
		background: #fff url('img/logo-responsive.png') no-repeat 5px center;
		cursor: pointer;
		-webkit-box-shadow: 0 0 5px 0 #e95119;
		box-shadow: 0 0 5px 0 #e95119;
	}
	#menu-responsive #menu-button::after {
		display: block;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		content: '';
		position: absolute;
		height: 3px;
		width: 22px;
		border-top: 3px solid #e95119;
		border-bottom: 3px solid #e95119;
		right: 25px;
		top: 18px;
	}
	#menu-responsive #menu-button::before {
		display: block;
		content: '';
		position: absolute;
		height: 3px;
		width: 22px;
		border-top: 3px solid #e95119;
		right: 25px;
		top: 28px;
	}
	#menu-responsive > ul > li.has-sub > a::after,
	#menu-responsive ul ul li.has-sub > a::after {
		display: none;
	}
}


img#logo-home {
	margin-bottom:50px; 
	padding: 0px 20px; 
}

img#logo-signature {
	margin-top: 25px;
	margin-bottom:50px; 
}

#le-club {
	background: url("img/brick.png") repeat fixed;
	padding: 120px 0px;
	text-align: center;
}

#le-club .img-club {
	height: 100px;
	overflow: hidden;
	margin-top: 20px;
}

#le-club .img-club img {
	max-width: 100%;
	transform: scale(1.9);
}

#le-club .img-club img:hover {
	max-width: 100%;
	transform: scale(1.4);
}

#photoclub {
	margin-top: 40px;
}

#photoclub img {
	padding-bottom: 5px;
}

.fancybox-nav {
	display: none;
}

#les-espaces {
	padding: 120px 0px;
	background: url("img/brick.png") repeat fixed;
}

.espace {
	margin-top: 40px;	 
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	background: #fff;
	text-align: center;
	padding-bottom: 20px;
}

.espace:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.espace .illus {
	overflow: hidden;
}

.espace img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease-in-out;
}

.espace:hover img {
	max-width: 100%;
	transform: scale(1.2);
}
 
.espace h3 {
	background: #e95119;
	padding: 15px 10px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 0px;
	transition: all 0.5s ease-in-out;
}

.espace:hover  h3 {
	background: #2e2d2c;
}

.espace p {
	text-align: justify;
	padding: 15px;
	font-size: 16px;
	min-height: 122px;
}

#les-coachs {
	padding: 120px 0px;
	background: url("img/brick.png") repeat fixed;
}

.coach {
	margin-top: 40px;	 
	text-align: center;
	padding-bottom: 20px;
}

.coach img {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	transition: all 0.5s ease-in-out;
	max-width: 200px;
}

.coach:hover img {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transform: scale(1.02);
}

.coach h3 {
	transition: all 0.5s ease-in-out;
}

.coach:hover h3 {
	color: #e95119;
}

#nos-actus {
	padding: 120px 0px;
}

#planning {
	padding: 120px 0px;
	background: url("img/intro-bg.jpg") no-repeat center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

#planning h1, #planning h2 {
	color: #fff;
}

#planning p {
	color: #fff;
	font-size: 17px;
	text-align: center;
}

.coach {
	margin-top: 40px;	 
	text-align: center;
	padding-bottom: 20px;
}


#quote1 {
	font-weight: 700;
	background: url("img/bg-quote-1.jpg") no-repeat fixed center; 
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
	text-align: center;
	padding: 120px 10px;
	font-size: 60px;
	font-family: 'Kaushan Script', cursive;
	color: #fff;
	text-shadow: 0 0 5px #000000;
	letter-spacing: 1.3px;
}

#quote2 {
	font-weight: 700;
	background: url("img/bg-quote-2.jpg") no-repeat fixed center; 
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
	text-align: center;
	padding: 120px 10px;
	font-size: 60px;
	font-family: 'Kaushan Script', cursive;
	color: #fff;
	text-shadow: 0 0 5px #000000;
	letter-spacing: 1.3px;
}

#planning th, #planning td {
    margin: 0;
    text-align: center;
    border-collapse: collapse;
    color: #fff;
}

#planning td {
    padding: 15px;
    text-transform: uppercase;
	border-left: 1px solid #fff;
	font-weight: 700;
}

#planning th {
	color: #fff;
	padding: 15px;
}

#planning th.day {
	text-transform: uppercase;
	color: #e95119;
	font-weight: 700;
	font-size: 18px;
	padding: 15px;
}

#planning tr {
	border-bottom: 1px solid #fff;
}

#planning tr:first-child, #planning tr:last-child {
	border-bottom: 0px solid #2e2e2e;
}

#planning tr.dark {
	background: rgba(20, 20, 20, 0.83);
}

#planning tr.dark-light {
	background: rgba(20, 20, 20, 0.50);
}

#planning td:hover {
    cursor: pointer;
    background: #e95119;
    color: #fff;
}

#planning td.rouge {
	background: #cd1619;
	color: #fff;
}

#planning td.fushia {
	background: #e5007d;
	color: #fff;
}

#planning td.orange {
	background: #fc8500;
	color:#fff;
}

#planning td.kid {
	background: #333333;
	color:#fc8500;
}

#planning td.jaune {
	background: #f2e500;
	color:#000;
}

#planning td.none {
	background: url(img/bg-none.png) repeat;
}

.google-maps {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#contact {
	background: url("img/brick.png") repeat fixed; 
	text-align: center;
	padding: 80px 0px 0px;
}

#contactForm {
	margin-bottom: 70px;
}

input.form-control, select.form-control, textarea.form-control {
	background: #333;
	height: 50px; 
	color: #fff;
	border: 0px;
	margin-top: 10px;
	width: 100%;
	border-radius: 0px;
}

textarea.form-control {
	height: 120px;
}

button#submit {
	width: 120px;
	border-radius: 0px;
}


/* ---------------------- Slider ---------------------- */

.bx-wrapper {
	position: relative;
	margin:0px auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper ul {
	padding-left: 0px;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}

.bx-wrapper .bx-viewport {
	background: #fff;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
			-ms-transform: translatez(0);
			-o-transform: translatez(0);
			transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 40px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url("img/bx_loader.gif") center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	border:1px solid #e95119;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 6px;
	outline: 0;
	-ms-transform: rotate(45deg); /* IE 9 */
		-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
		transform: rotate(45deg);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e95119;
	border:1px solid #e95119;
}

.bx-wrapper .bx-prev {
	left: 30px;
	background: url("img/controls.png") no-repeat 0 0px;
}

.bx-wrapper .bx-next {
	right: 30px;
	background: transparent url("img/controls.png") no-repeat scroll -42px 0px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	outline: 0;
	width: 42px;
	height: 69px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url("img/controls.png") -86px -51px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url("img/controls.png") -86px 0px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(142, 197, 71, 0.72);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 12px;
}

#slider {
	margin-top: -170px;
}

#slider li {
	height: 100vh;
}

.contenu-slide {
	position: absolute;
	top:42%;
	width: 100%;
}

.bxslider h3 {
	font-family: 'Exo', sans-serif;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	padding: 0px 90px;
	color: #fff;
	font-size: 80px;
	text-transform: uppercase;
}

.bxslider p {
	font-family: 'Exo', sans-serif;
	text-align: center;
	color: #e95119;
	font-size: 40px;
	text-transform: uppercase;
	padding: 0px 90px;
}

img.img-offre {
	float: left;
	width: 50%;
}


/* ---------------------- footer ---------------------- */

footer {
	background: #fff;
	padding: 30px 0px 10px;
	text-align: center;
}

footer h3 {
	font-family: 'Kaushan Script', cursive;
	text-align: center;
	margin-bottom: 5px;
	font-size: 27px;
}

footer p {
	color: #000;
	font-size: 17px;
	text-align: center;
}

footer img {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

footer img.face-foot {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

footer img.face-foot:hover {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.textwidget p a {
	color: #e95119;
}

footer ul#reseaux-sociaux li.icone-reseaux {
	float: none;
	display: inline-block;
	max-width: 40px;
	margin-right: 5px;
	text-align: center;
}

#mentions-footer {
	font-size: 16px;
}

#mentions-footer a {
	color: #000;
}

#mentions-footer a:hover {
	color: #e95119;
}
/* ---------------------- media queries ---------------------- */

@media screen and (max-width: 888px) {
	header.large, header.small {
		display: none;
	}
	
	#content {
	    padding-top: 80px;
	}
	
}

@media screen and (max-width: 800px) {
	.container-logo-header {
		display: none;
	}
	
	.contenu-slide {
		top:30%;
	}
	
	.bxslider h3 {
		font-size: 40px;
	}
	
	.bxslider p {
		font-size: 25px;
	}
	
	#slider {
    	margin-top: -80px;
	}
	
	h1.hard {
		font-size: 35px;
	}

	
	#quote1 {
		background: url("img/bg-quote-1.jpg") no-repeat center; 
	}
	
	#quote2 {
		background: url("img/bg-quote-2.jpg") no-repeat center; 
	}


}

@media screen and (max-width: 700px) {
	
	.espace p {
		min-height: auto;
	}

	img.img-offre {
		float: none;
		width: 100%;
	}
	
	.bx-wrapper .bx-prev {
		left: 20px;
	}
	
	.bx-wrapper .bx-next {
		right: 20px;
	}
	
}
