/*
    CSS wimze
    Author : Stéphane LOTITO
    WebSite : www.komotion.fr
*/

@font-face {
	font-family: 'Montserrat Black';
	src: url('fonts/Montserrat-Black.eot');
	src: url('fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
	url('fonts/Montserrat-Black.woff2') format('woff2'),
	url('fonts/Montserrat-Black.woff') format('woff'),
	url('fonts/Montserrat-Black.ttf') format('truetype'),
	url('fonts/Montserrat-Black.svg#Montserrat-Black') format('svg');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat Extra';
	src: url('fonts/Montserrat-ExtraBold.eot');
	src: url('fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
	url('fonts/Montserrat-ExtraBold.woff2') format('woff2'),
	url('fonts/Montserrat-ExtraBold.woff') format('woff'),
	url('fonts/Montserrat-ExtraBold.ttf') format('truetype'),
	url('fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat Semi';
	src: url('fonts/Montserrat-SemiBold.eot');
	src: url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
	url('fonts/Montserrat-SemiBold.woff') format('woff'),
	url('fonts/Montserrat-SemiBold.ttf') format('truetype'),
	url('fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat Light';
	src: url('fonts/Montserrat-Light.eot');
	src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
	url('fonts/Montserrat-Light.woff2') format('woff2'),
	url('fonts/Montserrat-Light.woff') format('woff'),
	url('fonts/Montserrat-Light.ttf') format('truetype'),
	url('fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

*{
	font-family: montserrat, arial, sans-serif;
	margin : 0;
	padding : 0;
	outline: none;
}

html {
	background: #000a1b !important;
	font-size: 14px;
	color: #132c44;
}

body {
	height: auto !important;
	min-height: auto !important;
}

.wrapper{
	background-color: #fff;
}

/* GLOBAL */
.content{
	width : 1200px;
	position: relative;
	margin : 0 auto;
}

.btn{
	display: block;
	text-transform: uppercase;
	font : 400 13px/40px montserrat;
	padding : 0 15px;
	cursor: pointer;
	text-decoration: none;
	border: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn i{
	font-size: 25px;
	float: right;
	line-height: 40px;
	margin-left: 15px;
}

.right{
	float : right;
}

.left{
	float : left;
}

.bgblue{
	background-color: #63a8cc;
	color : #fff;
}

.bgyellow{
	background-color: #ffcb05;
	color : #11181e;
}

.bgdark{
	background-color: #11181e;
	color : #fff;
}

.clear{
	clear: both;
}

.bgyellow:hover,
.bgblue:hover{
	background-color: #11181e;
	color : #fff;
}

.bgdark:hover{
	background-color: #ffcb05;
	color : #11181e;
}

.btncenter{
	display: inline-block;
	padding: 0 20px;
	margin : 0 auto;
}

.iconTop{
	text-align: center !important;
	display: block !important;
	font-size: 100px !important;
	margin: 0 0 30px 0 !important;
}

strong{
	font-weight: 700;
}

h1{
	text-align: center;
	font: 400 30px/45px Montserrat;
	text-transform: uppercase;
	margin: 40px 0 15px;
}

a{
	color : #63a8cc;
	text-decoration: none;
}

.description{
	text-align: center;
	font: 400 14px/21px Montserrat;
}

.clear{
	clear: both;
}

.btnReservation{
	display: table;
	text-transform: uppercase;
	font: 400 13px/50px montserrat;
	padding: 0 15px;
	cursor: pointer;
	text-decoration: none;
	border: 0;
	width: 205px;
	margin: 40px auto 10px;
	text-align: center;
	background-color: #11181e;
	color : #ffcb05;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btnReservation:hover{
	background-color: #ffcb05;
	color : #11181e;
}

/* HEADER */
header{
	margin: 0;
	width:100%;
	position : fixed;
	top: 0;
	z-index: 10;
	padding:0;
	height : 113px;
	background-color: #fff;
	border-bottom: 1px solid #ffc600;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

header.headerInt{
	background-color : #11181e;
	height : 130px;
}

header .logo{
	position: absolute;
	left: 0;
	margin: 20px 0 0 0;
	height : 150px;
	z-index: 11;
	width : 150px;
	background: transparent url(../_gfx/logo.png) center center no-repeat;
	background-size: contain;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

header nav{
	float: right;
}

header nav .fermer,
header .mobile{
	display: none;
	font-size: 30px;
	padding: 14px;
	color : #11181e;
}

header .mobile{
	float: right;
}

header nav ul li{
	float: left;
	list-style: none;
	position: relative;
}

header nav ul li span,
header nav ul li a{
	color : #11181e;
	padding : 17px 20px 14px;
	cursor: pointer;
	display: block;
	font: 400 14px/20px Montserrat;
	text-transform: uppercase;
}

header nav ul li:first-child a{
	padding : 15px 20px 24px;
}

header nav ul li a i{
	font-size: 25px !important;
}

header nav ul li span.active,
header nav ul li a.active{
	color : #63a8cc;
}

header nav ul li span hr,
header nav ul li a hr{
	border: 0;
	height: 3px;
	width: 50%;
	margin: 10px auto 0;
	display: block;
	opacity: 0;
	background-color: #ffc600;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

header nav ul li span.active hr,
header nav ul li span:hover hr,
header nav ul li a.active hr,
header nav ul li a:hover hr{
	opacity: 1;
}

header nav ul li:hover ul{
	display: block;
}

header nav ul li ul{
	display: none;
	position: absolute;
	background-color: #ffc600;
	min-width: 200px;
}

header nav ul li ul li{
	display: block;
	width: 100%;
}

header nav ul li ul li:first-child a {
	padding : 10px 20px;
}

header nav ul li ul li a{
	color : #11181e;
	padding : 10px 20px;
	display: block;
	font: 400 12px/17px Montserrat;
	text-transform: uppercase;
}

header.headerInt .logo{
	margin: 20px 0 0 -77px;
	height : 154px;
	width : 154px;
}

header span#nav{
	font-size: 32px;
	color: #fff;
	line-height: 32px;
	padding: 35px 20px;
	float: left;
	display: block;
	cursor: pointer;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

header span#nav:hover{
	color: #63a8cc;
}

header div.bouton{
	float : right;
	margin : 20px 20px 10px;
}

header div.bouton a{
	margin-bottom : 10px;
}

header ul.social{
	float: right;
}

header ul.social li{
	float: left;
}

header ul.social li a{
	font-size: 24px;
	color : #11181e;
	padding : 10px;
	float: left;
}

#menu-mobile{
	position: fixed;
	top:0;
	left : -100%;
	height: 100%;
	width: 100%;
	background-color: #11181e;
	color : #fff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	z-index: 12;
}

#menu-mobile .fermer{
	position: absolute;
	top:0;
	right : 0;
	font-size: 40px;
	padding : 75px 90px;
	cursor: pointer;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

#menu-mobile .fermer:hover{
	color : #ffcb05;
}

#menu-mobile ul{
	list-style: none;
	margin: 80px;
	text-align: center;
}

#menu-mobile ul li a{
	color : #fff;
	font : 300 32px/70px Montserrat Light;
	text-decoration: none;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

#menu-mobile ul li a:hover{
	color : #ffcb05;
}

/* FOOTER */
footer{
	background-color: #000a1b;
	color : #c7c8ca;
	height: 120px;
	padding : 0;
}

footer .left{
	padding : 30px 0 0 0;
	float: left;
	font : 400 14px/21px Montserrat;
}

footer .left span{
	color : #999;
	padding : 0 10px;
	font : 300 14px/21px Montserrat Light;
}

footer .left a{
	margin : 15px 0 0 0;
	display: inline-block;
	color : #c7c8ca;
	text-decoration: none;
	font : 300 14px/21px Montserrat Light;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

footer .left a:hover{
	color : #ffcb05;
}

footer .right i{
	font-size : 25px;
	line-height: 120px;
	color : #fff;
	padding : 0 10px;
	margin : 0;
	cursor: pointer;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

footer .right i:hover{
	color : #ffcb05;
}

/* CHEMIN */
#chemin{
	margin : 114px 0 0 0;
	background-color: #63a8cc;
	color : #fff;
	text-align: right;
	font : 300 12px/60px montserrat Light;
	text-transform: uppercase;
}

#chemin a{
	color : #d2f0ff;
	font : 300 12px/60px montserrat Light;
	text-decoration: none;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

#chemin a:hover{
	color : #fff;
}

#chemin span{
	color : #d2f0ff;
	padding : 0 10px;
}

#explicationsBis,
#explications{
	margin : 50px 0;
	overflow: hidden;
}

#explicationsBis{
	background-color: #eee;
	padding : 50px 0;
	margin : 0;
}

#explicationsBis h1,
#explications h1{
	text-align: center;
	font : 400 30px/45px Montserrat;
	text-transform: uppercase;
	margin : 0 0 15px;
}

#explicationsBis p,
#explications p{
	font : 400 14px/21px Montserrat;
}

#explications div.bloc3{
	width: 30.333%;
	float : left;
	margin : 40px 1.5% 0;
}

#explications div.bloc4{
	width: 22%;
	float : left;
	margin : 40px 1.5%;
}

#explications div span.number{
	width: 100%;
	text-align: center;
	position : relative;
	overflow: hidden;
	display: block;
}

#explications div span.number span.number{
	text-align: center;
	position: absolute;
	top: 55px;
	left: 125px;
	color: #11181e;
	width: 40px;
	font-weight: 700;
	height: 40px;
	font-size: 30px;
	border-radius: 20px;
	line-height: 40px;
	background-color: #ffcb05;
}

#explications div h2{
	text-align: center;
}

#explications div p{
	font : 400 18px/23px Montserrat;
	margin : 0;
}

#explications div span.number i{
	width: 100%;
	text-align: center;
	color: #63a8cc;
}

#explications div span.number i:before{
	font-size : 130px;
	line-height: 120px;
}

#explications div span.number i.masque{
	text-align: center;
	width: 100%;
	top : 0;
	left : 0;
	position : absolute;
	color : #fff;
}

#explications div span.number i.masque:before{
	font-size : 122px;
	line-height: 120px;
}

#explications div span.number span{
	width: 100%;
	top : 0;
	left : 0;
	font-size: 60px;
	line-height: 118px;
	position : absolute;
}

#explications div.bloc3 h2{
	margin : 15px 0 20px;
	font: 300 22px/25px Montserrat Light;
	text-align: center;
}

#explications div.bloc3 p{
	font: 400 14px/20px Montserrat;
	text-align: justify;
}

#chooseTeam{
	padding : 50px 0;
	overflow: hidden;
	background-color: #ffcb05;
}

#chooseTeam h1{
	text-align: center;
	font : 400 30px/45px Montserrat;
	text-transform: uppercase;
	margin : 0 0 15px;
}

#chooseTeam p{
	text-align: center;
	font : 400 14px/21px Montserrat;
}

#chooseTeam .form{
	position: relative;
	margin : 30px auto 0;
	width : 400px;
}

#chooseTeam .form i{
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 70px;
}

#chooseTeam .form i.fa-times{
	color : #ff5a00;
}

#chooseTeam .form i.fa-check{
	color : #48b300;
}

#chooseTeam .form input{
	font : 300 25px/21px Montserrat Light;
	height : 68px;
	padding : 0;
	width : 100%;
	margin : 0;
	text-align: center;
	display: block;
	border : 0;
}

#chooseTeam .form button{
	font : 400 13px/46px Montserrat;
	padding : 0;
	width : 400px;
	margin : 20px auto 0;
	text-align: center;
	background-color: #11181e;
	color : #fff;
	cursor: pointer;
	display: block;
	border : 0;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

#chooseTeam .form button:hover{
	background-color: #ffcb05;
	color : #11181e;
}

#avis,
#faq{
	padding : 50px 0;
	overflow: hidden;
	background-color: #fff;
}

#avis{
	background-color: #ebebeb;
}

#faq h1{
	text-align: center;
	font : 400 30px/45px Montserrat;
	text-transform: uppercase;
	margin : 0 0 15px;
}

#faq p{
	font: 300 13px/20px Montserrat Light;
	text-align: justify;
}

#avis #avisClient,
#faq #faqContent{
	margin: 40px auto 10px;
	width: 80%;
}

#avis h3{
	text-transform: uppercase;
	font-site: 16px;
	text-align: center;
}

#avis h4{
	font : italic 400 20px/30px Montserrat Light;
	color : #999;
	text-align: center;
	padding : 5px 0 15px;
}

#avis div.bloc span{
	font-size: 13px;
	color: #999;
	font-family: Montserrat;
	font-style: italic;
	line-height: 12px;
	padding: 10px 0 0;
	display: block;
}

#avis div.bloc div span{
	display: inline-block;
	font-size: 22px;
	color: #999;
	font-family: Montserrat;
	font-style: italic;
	line-height: 12px;
	padding: 0 5px;
}

#avis div{
	font : 400 13px/20px Montserrat;
	text-align: center;
}

.ui-accordion .ui-accordion-header{
	display: block;
	cursor: pointer;
	position: relative;
	margin: 5px 0 0 0 !important;
	padding: 0 !important;
	min-height: 0;
	font-size: 100%;
	font : 400 16px/45px Montserrat;
	color : #11181e;
}

.ui-accordion .ui-accordion-content,
.ui-accordion .ui-accordion-header-active{
	border: 1px solid #132c44 !important;
	background: #132c44 !important;
	color: #fff !important;
}

.ui-accordion .ui-accordion-header i{
	color: #63a8cc !important;
	font-size : 28px;
	margin : 0 15px;
	float : left;
	line-height: 45px;
}

.ui-accordion .ui-accordion-header-active i{
	color: #ffcb05 !important;
}

.ui-accordion .ui-accordion-content{
	font : 300 13px/20px Montserrat Light;
	padding: 0 20px 10px 55px !important;
	text-align: justify;
}

#faq #faqContent .ui-corner-all,
#faq #faqContent .ui-corner-top,
#faq #faqContent .ui-corner-right,
#faq #faqContent .ui-corner-tr {
	border-radius: 0;
}

#faq #faqContent .ui-state-active,
#faq #faqContent .ui-widget-content .ui-state-active,
#faq #faqContent .ui-widget-header .ui-state-active {
	border: 1px solid #132c44;
	background: #132c44;
	color: #fff;
}

#faq #faqContent .ui-state-default,
#faq #faqContent .ui-widget-content .ui-state-default,
#faq #faqContent .ui-widget-header .ui-state-default {
	border: 1px solid #63a8cc;
	background: #fff;
	font-weight: normal;
	color: #11181e;
}

#maps{
	height :350px;
	width: 100%;
}

#maps div.left,
#maps div.right{
	float : left;
	height : 100%;
	width : 50%;
	margin : 0;
	box-sizing: border-box;
}

#maps div.left{
	background-color: #63a8cc;
	text-align: right;
	padding : 25px 40px 40px;
	color: #fff;
	font : 300 13px/18px Montserrat Light;
}

#maps div.left p{
	margin: 0;
	font : 300 13px/18px Montserrat Light;
}

#maps div.left br{
	display: none;
}

#maps .left span.titre{
	background-color: #63a8cc;
	text-align: right;
	font : 400 15px/21px Montserrat;
	text-transform: uppercase;
	clear: both;
	margin : 15px 0 0 0;
	display: block;
}

#maps .left .btnSupp{
	margin : 30px 0 0 0;
}

#maps .left .btnSupp a{
	margin : 0 0 0 40px;
}

#maps .right iframe{
	width : 100%;
	height : 100%;
}

/* RESERVATION */
.step {
	overflow: hidden;
	position: relative;
	border-bottom : 1px solid #f3f4f5;
}

.step div.bloc4{
	width: 25%;
	float : left;
	margin : 50px 0 0;
	position: relative;
}

.step div i{
	width: 100%;
	text-align: center;
	color : #b8bfc7;
}

.step div i:before{
	font-size : 130px;
	line-height: 120px;
}

.step div i.masque{
	text-align: center;
	width: 100%;
	top : 0;
	left : 0;
	position : absolute;
	color : #fff;
}

.step div i.actif{
	color : #ffcb05;
}

.step div i.actifBleu{
	color : #132c44;
}

.step div i.icon{
	position: absolute;
	top: 0;
}

.step div.clicable{
	cursor: pointer;
}

.step div.clicable:hover i.icon{
	color : #ffcb05;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.step div i.icon:before{
	font-size : 60px;
}

.step div i.masque:before{
	font-size : 122px;
	line-height: 120px;
}

.step div p{
	text-align: center;
	margin : 20px 0 50px;
	color : #b8bfc7;
	font : 300 20px/25px montserrat Light;
}

.step div p.actif{
	color : #132c44;
}

.info{
	margin : 0 0 50px;
	background-color: #f8f8f8;
	border: 1px dashed #ddd;
	padding : 20px 30px;
	font : 13px/20px montserrat;
	text-align: justify;
	min-height: 38px;
}

.info i{
	float : left;
	margin : 0 20px 0 0;
}

.info i:before{
	font-size : 40px;
	color : #63a8cc;
}

#mission{
	margin : 40px 0 50px;
	overflow: hidden;
}

#mission .bloc2{
	float : left;
	width: 31.33%;
	margin: 0 1% 0px;
	cursor: pointer;
	position: relative;
}

#mission .bloc2 h2{
	position: relative;
	background-size: cover;
	background-position: center;
	color: #fff;
	font : 400 26px/60px montserrat;
	text-transform: uppercase;
	height: 565px;
	width : 100%;
	float: left;
	margin : 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

#mission .bloc2 h2 span{
	position: absolute;
	top : 0;
	left : 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
	padding: 70% 0 0;
	background-color: rgba(255, 203, 3, 0.7);
	color : #11181e;
	font : 700 22px/60px montserrat;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

#mission .bloc2 h2 span.bientot{
	background-color: rgba(100, 100, 100, 0.7);
	color : #fff;
}

#mission .bloc2 h2 span.level{
	line-height: 50px;
	padding: 0;
	opacity: 1;
	text-align: right;
	right : 20px;
	width: auto;
	font-size : 25px;
	background-color: transparent;
	margin: 0;
}

#mission .bloc2 h2:hover span{
	opacity: 1;
}

#mission .bloc2 h2 span.level i{
	padding : 0 2px;
}

#mission .bloc2 h2 span.level .actif{
	color : #ffcb05;
}

#mission .bloc2 h2 span.level{
	color : #999;
}

#mission .bloc2 p{
	display: block;
	background-color: #ffcb05;
	color : #11181e;
	font : 400 14px/21px montserrat;
	text-align: justify;
	padding : 15px 25px;
	clear: both;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

#mission .bloc2:last-child{
	margin-bottom : 0;
}

#date{
	margin : 30px 0 50px;
	overflow: hidden;
}

#date #days,
#date .ligne{
	margin : 30px 0 0;
	float : left;
	width : 100%;
}

#date .ligne{
	margin : 0;
}

#date ul li{
	width : 13%;
	float: left;
	display: block;
	text-align: center;
	padding: 0;
}

#date #days li{
	background-color: #11181e;
	color : #fff;
	border: 0;
	padding : 10px 0;
	font : 300 16px/25px montserrat Light;
}

#date #days li span{
	font : 400 14px/25px montserrat;
	display: block;
}

#date #days li.actif{
	background-color: #ffcb05;
	color: #11181e;
}

#date #days li.first{
	background-color: transparent;
}

#date .ligne li{
	background-color: #1d2d44;
	border: 0 none;
	color: #fff;
	font: 300 18px/14px montserrat Light;
	margin: 0;
	padding: 14px 0;
	min-height: 42px;
}

#date .ligne li.disponible{
	background-color: #63a8cc;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	cursor: pointer;
}

#date .ligne li.disponible:hover{
	background-color: #ffcb05;
	color: #11181e;
}

#date .ligne li.first{
	background-color: #ffcb05;
	border: 0;
	color: #11181e;
	font : 300 20px/70px montserrat Light;
}

#date ul .first{
	width : 9%;
	float: left;
	font-weight: 700;
	font-size : 15px;
	padding: 0;
}

#mission .bloc2:hover p{
	background-color: #11181e;
	color : #fff;
}

#team{
	margin : 30px 0 50px;
	overflow: hidden;
}

#team div.left,
#team div.right{
	width : 48%;
	padding : 40px;
	background-color: #ffcb05;
	box-sizing: border-box;
	margin : 0 0 30px 0;
}

#team div.right{
	background-color: #63a8cc;
	color : #fff;
}

#team h2{
	text-transform: uppercase;
	margin : 0 0 10px 0;
}

#team p{
	margin : 0 0 30px 0;
}

#team .nbrAgents{
	overflow: hidden;
}

#team .nbrAgents div.infoNbrAgents{
	width : 100% !important;
	display: block !important;
	flex: 0 !important;
	max-width: none;
}

#team .nbrAgents div.infoNbrAgents span{
	font : 600 13px/22px montserrat Semi;
	color: #11181e;
}

#team .nbrAgents div.infoNbrAgents span span{
	font : 800 24px/22px montserrat extra;
	color: #11181e;
}

#team .nbrAgents span.cout{
	font : 400 20px/22px montserrat;
	color: #11181e;
	float : right;
	margin : 0 0 40px;
	clear: both;
}

#team .nbrAgents span.cout span{
	font : 800 24px/22px montserrat extra;
	color: #11181e;
	display: block;
}

.layout, .layout-column, .layout-row{
	display: block !important;
}

#team .formTeam{
	position: relative;
}

#team .formTeam i{
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 70px;
}

#team .formTeam i.fa-times{
	color : #ff5a00;
}

#team .formTeam i.fa-check{
	color : #48b300;
}

#team .formTeam input{
	font : 300 25px/21px Montserrat Light;
	height : 68px;
	padding : 0;
	width : 100%;
	margin : 0;
	text-align: center;
	display: block;
	border : 0;
}

#team .formTeam p{
	margin : 15px 0 0 0;
	font : 300 16px/22px montserrat Light;
	display: block;
	text-align: justify;
}

#team .warning{
	margin : 0 0 15px 0;
	color : #ff5a00;
	font : 600 14px/22px montserrat semi;
	display: block;
	clear: both;
	float : right;
}

md-slider {
	width: 90% !important;
	margin: 0 auto !important;
}

md-slider .md-track-container {
	background-color: #fff;
}

md-slider.md-default-theme .md-track-ticks, md-slider .md-track-ticks {
	background-color: transparent;
}

md-slider.md-default-theme .md-track.md-track-fill, md-slider .md-track.md-track-fill {
	background-color: #1d2d44;
}

md-slider.md-default-theme .md-track, md-slider .md-track {
	background-color: transparent;
}

md-slider.md-default-theme .md-sign:after, md-slider .md-sign:after{
	border-top-color: #63a8cc;
}

md-slider.md-default-theme .md-sign, md-slider .md-sign{
	background-color: #63a8cc;
}

md-slider.md-default-theme .md-thumb:after, md-slider .md-thumb:after {
	border-color: #63a8cc;
	background-color: #63a8cc;
}

md-input-container.md-default-theme .md-input, md-input-container .md-input {
	color: #fff;
	font : 300 16px/20px montserrat light;
}

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input,
md-input-container:not(.md-input-invalid).md-input-focused .md-input{
	border-color: #ffcb05;
}

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused label,
md-input-container:not(.md-input-invalid).md-input-focused label{
	color : #ffcb05;
}

md-checkbox.md-default-theme.md-checked .md-ink-ripple, md-checkbox.md-checked .md-ink-ripple {
	color: #ffcb05;
}

md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
	background-color: #ffcb05;
}

md-checkbox.md-default-theme.md-checked .md-icon:after, md-checkbox.md-checked .md-icon:after {
	border-color: #11181e;
}

#recapitulatif{
	margin : 30px 0 50px;
	overflow: hidden;
}

#recapitulatif div.left,
#recapitulatif div.right{
	width : 48%;
	padding : 40px;
	background-color: #ffcb05;
	box-sizing: border-box;
	margin : 0 0 30px 0;
}

#recapitulatif div.right{
	background-color: #63a8cc;
	color : #fff;
}

#recapitulatif h2{
	text-transform: uppercase;
	margin : 0 0 10px 0;
}

#recapitulatif p{
	margin : 0 0 20px 0;
}

#recapitulatif p.recapCout,
#recapitulatif p.recapAgent,
#recapitulatif p.recapDate{
	margin : 0;
	text-align: center;
	padding : 20px 0;
	border-top : 1px dashed #e4b500;
	font-size : 14px;
}

#recapitulatif p.recapAgent strong,
#recapitulatif p.recapDate strong{
	font-size : 20px;
}

#recapitulatif p.recapCout {
	padding-bottom : 0;
}

#recapitulatif p.recapCout span{
	clear: both;
	display: block;
	font : 400 20px/22px montserrat;
	color: #11181e;
}

#recapitulatif p.recapCout span span{
	font : 800 24px/26px montserrat extra;
}

/* * * * * *
/* Classement des teams
/* * * * * * */

.overflow{
	overflow: hidden;
}

.classement{
	width: 100%;
	margin: 0;
	float: left;
}

.classement .bloc2 {
	float: left;
	width: 33.33% !important;
	margin: 0 !important;
	cursor: pointer;
	margin : 0 0 30px 0 !important;
}

.classement .bloc2:last-child {
	margin : 0 !important;
}

.classement .bloc2 h2 {
	font: 400 20px/48px montserrat !important;
}

.classement .bloc2 h2 span {
	margin: 100px 0 30px 0 !important;
	padding : 0 20px !important;
}

.classement .bloc2 h2 span.level{
	margin: 0 !important;
}

.classement .bloc2 p {
	font: 400 11px/17px montserrat !important;
	padding: 10px 20px !important;
}

#listeClassement{
	border-spacing : 0;
	border-collapse : collapse;
	padding : 0;
	margin: 40px 0;
	float:right;
	width :100%;
}

#listeClassement thead{
	background-color: #11181e;
	color : #fff
}

#listeClassement thead tr td{
	padding: 0 15px;
	font: 400 16px/40px montserrat;
}

#listeClassement thead tr.top{
	background-color: #6cadd2;
	text-align: center;
	color: #11181e;
}

#listeClassement thead tr.top td{
	font: 400 20px/50px montserrat;
	text-transform: uppercase;
	color : #fff;
}

#listeClassement thead tr td.pos{
	width : 18%;
}

#listeClassement thead tr td.nom{
	width : 32%;
}

#listeClassement thead tr td.score{
	width : 18%;
	text-align: center;
}

#listeClassement thead tr td.date{
	width : 32%;
	text-align: right;
}

#listeClassement tbody tr{
}

#listeClassement tbody tr:hover{
	background-color: #f0f4f6;
}

#listeClassement tfoot tr td,
#listeClassement tbody tr td{
	padding: 0 15px;
	font: 400 14px/35px montserrat;
	border-bottom: 1px solid #e2e6e9;
}

#listeClassement tfoot tr td{
	border-bottom: 0;
}

#listeClassement tbody tr td.pos{
	font: 400 11px/35px montserrat;
	color: #1d2d44;
}

#listeClassement tbody tr td.score{
	color: #1d2d44;
	text-align: center;
}

#listeClassement tbody tr td.score span{
	font: 400 10px/35px montserrat;
}

#listeClassement tbody tr td.date{
	font: 400 11px/35px montserrat;
	color : #6b8398;
	text-align: right;
}

#listeClassement tfoot tr.selected,
#listeClassement tbody tr.selected{
	background-color: #fd0;
	color: #11181e;
}

#listeClassement tfoot tr.selected td,
#listeClassement tbody tr.selected td{
	font: 400 18px/40px montserrat;
}

#listeClassement tfoot tr.selected td.score,
#listeClassement tbody tr.selected td.score{
	font: 400 16px/40px montserrat;
}

#listeClassement tfoot tr.selected td.date,
#listeClassement tbody tr.selected td.date{
	font: 400 14px/40px montserrat;
	color: #1d2d44;
}

#listeClassement tfoot tr.selected td.reservation,
#listeClassement tbody tr.selected td.reservation{
	padding : 0;
}

/* * * * * *
/* Pages de contenus
/* * * * * * */

body .bloc1{
	margin : 30px 0 0;
	width : 100%;
	float: left;
}

body .bigBloc{
	width: 100% !important;
	text-align: justify;
}

body .bloc1 p{
	text-align: justify;
	font-size: 13px !important;
}

body .bloc1i1{
	margin : 30px 0 0;
	width : 25%;
	float: right;
}

/* * * * * *
/* Pages de contact
/* * * * * * */

#explications form input,
#explications form textarea{
	border: 1px solid #eee;
	float: left;
	font-size: 18px;
	font-weight: 300;
	margin: 10px 2% 10px 0;
	padding: 12px 20px;
	width: 49%;
	box-sizing: border-box;
	color:#132c44;
}

#explications form input:nth-child(2n+2){
	margin: 10px 0;
}

#explications form textarea {
	width: 100%;
	margin: 10px 0 20px;
}

#explications .error,
#explications .success {
	text-align: center;
	margin : 20px 0 30px;
	color : #4eb800;
}

#explications .error{
	color : #cc3000;
}

.lire-la-suite {
	color: #B85219;
	font-size: .8em;
	text-decoration: none;
	float: right;
}

ul {
	list-style-type: none;
}

#pages .pagination {
	background-image: url('../_gfx/pagination.png');
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: middle;
}

#pages .paginationCourant {
	background-image: url('../_gfx/pagination-active.png');
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: middle;
}

#pages .pagination a {
	display: block;
	height: 16px;
	width: 16px;
	padding: 5px;
	text-decoration: none;
}

#pages .paginationCourant a,
#pages .paginationCourant a:link,
#pages .paginationCourant a:visited,
#pages .paginationCourant a:active {
	display: block;
	height: 16px;
	width: 16px;
	padding: 5px;
	color: white;
	text-decoration: none;
}

.iblink { display: inline-block; }
.inlink { display: inline; }

.lalign { text-align: left;}
.lfloat { float: left; }

.ralign { text-align: right; }
.rfloat { float: right; }

.calign { text-align: center; }

.nomargin { margin-left: 0; margin-right: 0; }
.nomarginvertical { margin-top: 0; margin-bottom: 0; }

.quote {
	padding: 5px;
	margin-bottom: 10px;
	background-color: #E5E5E5;
	font-style: italic;
}

.obligatoire {
	color: #fd0;
}

.pointilles {
	border-bottom: 2px dotted #ccc;
	margin-bottom: 10px;
}

.miniature {
	max-width: 100%;
}


.icone {
	width: 16px;
}

.icone-moyenne {
	width: 32px;
}

.icone-large {
	width: 64px;
}


#contenuPanier li {
	list-style-type: none;
}

#headerPanier li a:hover {
	display: block;
	color: blue;
}

#headerPanier li #contenuPanier {
	position: absolute;
	display: none;
	border: 1px solid #B85219;
	background-color: white;
}

#headerPanier li #contenuPanier li {
	display: block;
	padding: 10px;
}

#headerPanier li #contenuPanier li a {
	color: #5E5E5E;
	line-height: 2em;
	padding: 0;
}

#headerPanier li:hover #contenuPanier {
	display: block;
}

#headerPanier li #contenuPanier li .totalCommande {
	border-top: 2px solid #ccc;
	display: block;
	padding-top: 10px;
	text-align: center;
	font-size: 1.2em;
	color: #B85219;
}

#headerPanier li #contenuPanier li .emp {
	padding: 3px;
	background-color: #E5E5E5;
	color: #5E5E5E;
}

/* * * * *
* recherche avancée
* * */

#contenu #formRechercheAvancee {
	margin: 0;
	padding-bottom: 0px;
	margin-bottom: 30px;
}

#contenu #formRechercheAvancee .ul-debut {
	margin-bottom: 10px;
}

#contenu #formRechercheAvancee .ul-debut .ul-imbrique {
	margin-left: 30px;
}

#contenu #formRechercheAvancee h3 {
	margin-bottom: 10px;
}

#contenu form .grid_4,
#contenu form .grid_8 {
	margin-bottom: 0px;
}

#contenu form .grid_12 {
	margin-bottom: 10px;
}

/* * * * *
* panier
* * */

#etapesDeCommande {
	margin-bottom: 10px;
	font-size: .8em;
}

.queFaire a {
	font-size: .8em;
}

#etapesDeCommande .chiffreSelection {
	color: white;
	padding: 5px 10px 5px 10px;
	background-color: #B85219;
}

#etapesDeCommande span {
	color: white;
	padding: 5px 10px 5px 10px;
	background-color: #ccc;
	margin-right: 5px;
}

#etapesDeCommande ul {
	list-style-type: none;
}

#etapesDeCommande ul li {
	display: inline;
	margin-right: 20px;
}

.queFaire a.bouton {
	text-decoration: none;
	padding: 10px;
	background-color: #B85219;
	color: white;
	font-size: .8em;
	float: right;
	margin-top: 5px;
}

#contenu #table-panier {
	width: 100%;
	table-layout: fixed;
	display: table;
        margin-top: 15px;
}

#contenu #table-panier tr {
	height: 30px;
}

#contenu #table-panier tr th {
	color: white;
	background-color: #5E5E5E;
	font-weight: normal;
	font-size: .8em;
	line-height: .8em;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;

}

#contenu #table-panier img {
	float: left;
}

#contenu #table-panier tr td {
	font-size: 1em;
	line-height: 1em;
	vertical-align: middle;
	border-bottom: 1px solid #5E5E5E;
	text-align: center;
}

#contenu #table-panier .total {
	font-size: 1em;
}

#contenu #table-panier form {
	background-color: transparent;
}

/* * * * *
* contenu
* * */

#contenu form {
	background-color: #E5E5E5;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contenu form.formcol1 {
    max-width: 680px;
}

#contenu form input[type="text"],
#contenu form input[type="password"],
#contenu form select {
	padding: 3px;
	font-size: .8em;
	line-height: .8em;
	color: #5E5E5E;
	margin-bottom: 10px;
}

#contenu form input[type="submit"],
#contenu form button {
	background-color: #B85219;
	color: white;
	font-size: .8em;
	padding: 10px;
}

/* * * * *
* teaser produit
* * */

#promotions { margin-bottom: 0px; }


.produit-wrap {
	padding: 10px;
	border: 1px solid #ccc;
    height: 280px;
    text-align: center;
}

.produit-wrap img {
	max-width: 100%;
	max-height: 142px;
	text-align: center;
	margin: 0;
}

.produit-wrap .image {
	height: 142px;
	display: block;
	margin: 0 10px;
	padding: 0;
}

.produit {

    background-color: white;
    height: 300px;
    margin-bottom: 1.66666%;

}

.produit .grid_3 {
	margin-bottom: 0px;
}

.produit .description {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	padding-left: 1%;
	padding-right: 1%;
	margin-top: 5px;
	margin-left: 0;
	width: 98%;
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1em;
	text-align: left;
	color: #5E5E5E;
	height: 77px;
}

.produit .prix {
	margin-bottom: 0;
	padding: 0;
	height: 25px;
}

.produit .wrap-prix,
.produit .wrap-prix-promo,
.produit .infossup {
	margin-bottom: 0;
	padding: 0;
	text-align: left;
}

.produit .infossup {
	width: 100%;
	margin: 0;
}

.grid_2 .wrap-prix { font-size: .8em; }

.prix-wrap .prixProduit { font-size: 2em;}

.produit h3 {
	margin-bottom: 5px;
}

.produit h3 a {
	font-size: 1em;
	line-height: 1em;
	color: #5E5E5E;
	text-transform: uppercase;
	text-decoration: none;
}

.produit .acheter {
	float: right;
	text-decoration: none;
	padding: 10px;
	background-color: #B85219;
	color: white;
	margin-top: 1px;
	margin-right: -11px;
	font-size: .8em;
}

.declinaisons {
	background-color: #E5E5E5;
	padding: 10px;
	margin: 0;
}

.declinaisons li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#contenu .declinaisons li select {
	margin: 0;
}

.prixProduit {
	color: #B85219;
	font-size: 1.5em;
}

.ajoutPanierWrap {
	padding-top: 5px;
}

del {
	color: #B85219;
	font-size: 1em;
	line-height: 1em;
	display: inline-block;
}

.grid_6 .produit-wrap del { line-height: 2.4em; vertical-align: middle; }
.grid_2 .produit-wrap del { line-height: 1.7em; vertical-align: middle; }

.produit .chapo {
	font-size: 1em;
	line-height: 1.2em;
	height: 3.6em;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.blocProduit .blocDImages img {
	max-width: 100%;
}

#contenu #produitImages {
	padding: 1%;
	background-color: #ccc;
	margin: 0;
}

#contenu .introProduit form {
	background-color: transparent;
}

#contenu .blocProduit ul {
	list-style-type: none;
}

#contenu .introProduit {
	background-color: white;
	padding: 1%;
	border: 1px solid #ccc;
}

.vignette {
	margin-bottom: 1%;
	text-align: center;
}

.nouveau {
	border: 1px solid #ccc;
	padding: 3px;
	display: inline-block;
	margin: auto;
	text-align: center;
	font-size: 1em;
}

.nouveau-wrap {
	margin-top: 10px;
}

.grid_2 .nouveau {
	padding: 3px;
}

.contenusAssocies-wrap {
	background-color: white;
	border: 1px solid #ccc;
	padding: 10px;
	float: left;
}

/* * * * *
* thickbox
* * */

#thickbox-panier {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}

#thickbox-panier .grid_12 { float: none }
#thickbox-panier .grid_6 { margin: 0; }

#thickbox-panier #informations-thickbox {
	width: 50%;
	margin: 10% auto;
	background-color: white;
	padding: 5%;
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}

/* * * * *
* dossiers
* * */

.contenu_dossier h3 a { text-decoration: none; }

/* * * * *
* articles
* * */

#wrap-articles {
	background-color: white;
	border: 1px solid #ccc;
	padding: 10px 1% 0 1%;
}

.article-a-la-une {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	padding: 10px 1% 10px 1%;
	margin: 1.6666666%;
	margin-left: 0;
	margin-top: 0;
	color: #5E5E5E;
}

.article-a-la-une .article-sep {
	border-bottom: 1px solid #ccc;
	width: 100%;
	float: left;
	margin-top: 15px;
	margin-bottom: -15px;
}

#wrap-articles .article-sep {
	border-bottom: 1px solid #ccc;
	width: 100%;
	float: left;
	margin-top: -5px;
}

.article-a-la-une h3 a,
.article h3 a {
	color: #B85219;
	text-decoration: none;
	margin-bottom: 10px;
	display: inline;
	font-weight: normal;
	margin-left: 3px;
}

.article-contenu .grid_3 { margin-bottom: 0; }

.article-contenu {
	float: left;
	width: 100%;
}

.article { margin-bottom: 10px; }

/* * * * *
* rubrique
* * */

.rubrique {
	color: #5E5E5E;
}

.rubrique h3 a {
	color: #B85219;
	text-decoration: none;
}

.rubrique .acheter {
	float: left;
	text-decoration: none;
	padding: 10px;
	background-color: #B85219;
	color: white;
	margin-right: -1px;
	font-size: .8em;
	margin-top: 10px;
}

.rubrique .description {
	margin-top: 10px;
}

#rubrique-wrap {
	background-color: white;
	border: 1px solid #ccc;
	padding-top: 10px;
}

#rubrique-sep {
	float: left;
	width: 100%;
	height: 12px;
	background-image: url(../_gfx/menu-repeat.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: -5px;
	margin-bottom: 13px;

}

/* * * * *
* pre-footer, footer et sous-footer
* * */

#pre_footer_stripe {
	width: 100%;
	float: left;
	background-color: white;
	padding-top: 20px;
	border-top: 1px solid #E5E5E5;
}

#pre_footer {
	max-width: 1024px;
	margin: auto;
}

#pre_footer .grid_4 {
	margin-bottom: 0px;
	text-align: center;
}

#footer_stripe {
	width: 100%;
	background-color: #9F9F9F;
	z-index: 999;
	font-size: .8em;
	float: left;
	background-image: url("../_gfx/footer-repeat.jpg");
}

#footer #contenu ul li {border-bottom: 1px solid white; padding-bottom: 10px; }
#footer #contenu ul li:last-child { border-bottom: 0; }

#footer #partage a {
	color: white;
}

#footer li {
	margin-bottom: 10px;
}

#footer li:last-child { margin-bottom: 0; }

#footer {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	color: white;
}

#footer .logo-paiement {
	margin-bottom: 10px;
}

.inline-li {
	display: inline;
}

#footer .grid_12 {
	margin-bottom: 0;
}

#footer ul li {
	list-style-type: none;
}

#footer ul li.ilink a {
	display: inline;
}

#footer ul li a {
	color: white;
	text-decoration: none;
}

#sous_footer_stripe {
	width: 100%;
	background-color: #5E5E5E;
	color: white;
	z-index: 999;
	float: left;
}

#sous_footer {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	margin-top: 20px;
	font-size: .8em;
}

#sous_footer .grid_12 { margin-bottom: 0; }
#sous_footer .grid_3 { margin-bottom: 0; }

#sous_footer ul.sousnav li a h4 {
	color: white;
	font-weight: normal;
	font-size: 1em;
}

#sous_footer ul.sousnav li {
	list-style-type: none;
	display: inline;
}

#sous_footer ul.sousnav ul {
	display: inline;
}

#sous_footer ul.sousnav .full-li {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

#sous_footer ul.sousnav li.voirtous a {
	color: #C8C8C8;
	font-size: 1em;
	line-height: 1.2em;
	margin: 5px 0 10px 0;
	display: inline-block;
}

#sous_footer ul.sousnav li a {
	font-size: 1em;
	color: #E5E5E5;
	line-height: 1.6em;
}

#sous_footer ul.sousnav li a.voirtous {
	text-decoration: underline;
}

#footer h3 {
	font-size: 1em;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #919191;
	padding: 7px;
	margin-bottom: 10px;
   -moz-box-shadow:    inset -3px 3px 3px #7C7C7C;
   -webkit-box-shadow: inset -3px 3px 3px #7C7C7C;
   box-shadow:         inset -3px 3px 3px #7C7C7C;
   display: inline-block;
}

#sous_footer h3 {
	color: white;
	text-decoration: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #4E4E4E;
	padding: 7px;
	margin-bottom: 10px;
   -moz-box-shadow:    inset -3px 3px 3px #363636;
   -webkit-box-shadow: inset -3px 3px 3px #363636;
   box-shadow:         inset -3px 3px 3px #363636;
   display: inline-block;
}

#sous_footer a h3,
#sous_footer a { color: white; text-decoration: none; font-size: .9em; }

#pages {
	font-size: .8em;
	text-align: center;
	margin-bottom: 10px;
}

#pages a {
	color: #5E5E5E;
}

.mfp-auto-cursor .mfp-content {
	max-width: 600px !important;
	background-color: #fff !important;
	padding: 0 !important;
	margin: 50px 0 !important;
}

.mfp-close-btn-in .mfp-close {
	color: #fff !important;
	background-color: #ee4900 !important;
	opacity: 1 !important;
	width: 60px !important;
	height: 60px !important;
	line-height: 60px !important;
	font-size: 35px !important;
}

.mfp-close:hover, .mfp-close:focus {
	color: #11181e !important;
}

.fiche a.reserver{
	width: 100%;
	display: block;
	background-color: #ffcb05;
	color : #11181e;
	padding : 20px;
	box-sizing: border-box;
	font : 400 18px/20px Montserrat;
	text-align: left;
}

.fiche a.bientot{
	width: 100%;
	display: block;
	background-color: rgba(100, 100, 100, 1);
	color : #fff;
	padding : 20px;
	box-sizing: border-box;
	font : 400 18px/20px Montserrat;
	text-align: left;
}

.fiche img{
	width: 45%;
	float: left;
	margin : 0;
}

.fiche .content{
	padding : 30px;
	float: left;
	width: 55%;
	font : 400 13px/20px Montserrat;
	box-sizing: border-box;
	text-align: justify;
}

.fiche span.clear{
	clear: both;
	display: block;
}

.fiche a.btn{
	margin: 20px 0 0;
	float: right;
	background-color: #63a8cc;
	color: #fff;
}

.fiche a.bientotmin{
	background-color: rgba(100, 100, 100, 1) !important;
	color: #fff !important;
}

.fiche a.btn:hover{
	background-color: #ffcb05;
	color : #11181e;
}

.fiche a.bientotmin:hover{
	background-color: rgba(100, 100, 100, 1) !important;
	color: #fff !important;
}

.fiche p{
	margin : 0 0 7px 0;
}

.fiche p.recommandations{
	padding: 20px 25px;
	background-color: #ddd;
	font-style: italic;
	font-size: 11px;
	line-height: 17px;
	margin : 0;
}

.fiche .fa{
	color : #aaa;
}

.fiche .fa.actif{
	color : #11181e;
}

#promotion{
	margin : 0;
	background-color: #dd3939;
	color: white;
	display: block;
	width: 100%;
	text-align: center;
	padding: 5px;
    line-height: 20px;
	font: 18px;
	font-family: 'Montserrat Light';
	font-weight: 300;
}

#slider{
	margin : 114px 0 0 0;
}

#slider .bx-wrapper {
	margin: 0 auto !important;
	padding: 0 !important;
	height: 600px;
}

#slider .bx-wrapper .slider{
	height: 600px;
	background-size: cover;
	background-position: center;
}

#slider .bx-wrapper .slider .bloc{
	height: 600px;
	background-size: cover;
	background-position: center;
}

#slider  .bx-wrapper .bx-pager {
	margin-left: 0 !important;
	bottom: 40px !important;
}

/* * * * *
* Etapes de commande
* * */


/* structure */
#container, #colophon{
	max-width: 960px;
	margin: auto;}

#main, footer{
	font-size:.875em;
		line-height:1.3em;}
#main p{
	margin:20px 0 20px 0;}

#content {
	float:right;
	margin:0 0 20px 0;}
#content ul, #content ol {
	margin: 1em 0;
	padding: 0 0 0 40px; }
#content dd {
	margin: 0 0 0 40px; }

/* RESPONSIVE IMAGES IN CONTENT AREA!! IF YOU WANT IMAGES TO BE RESPONSIVE EVERYWHERE, WRITE ANOTHER CSS RULE */
#content img{ max-width:100%; height:auto;}

aside {
	float:left;
	margin:0 0 40px 0;
	}
#secondary-navigation{margin-bottom:20px;}
#secondary-navigation ul li a{
	background:#E6E6E6;
	display:block;
	margin:5px 0;
	padding:7px;}
#secondary-navigation ul li a:hover{
	background:#ccc;
	color:#fff;}


/* Connexion
----------------    */
p.textConnexion{height:30px; clear: both}
p.textConnexion input{margin-right:5px; float:right; width:150px;}
p.textConnexion select{margin-right:5px; float:right; width:156px;}



/* ==|== non-semantic helper classes ========================================
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
only screen and min-device-width
   ========================================================================== */

/* iPads (portrait and landscape) ----------- */

@media only screen
and (min-width : 768px)
and (max-width : 1024px) {

	#container, #colophon{width:98%;}

	.primnav .grid_sousnav {
		margin: 0;
	}

	.primnav li .sousnav {
		width: 1009px;
	}

	#secondary-navigation ul li a{padding:15px;}
}

/* large smartphones ----------- */

@media  (max-width: 768px) {

	#container, #colophon{width:98%;}

	.grid_12 {
		/*background-color: red;*/
		min-width: 99%;
	}

	header h1{ font-size:2.6em;}
	header h2{ font-size:1.6em;}

	.primnav .grid_sousnav {
		position: relative;
		display: none;
	}

	#thickbox-panier .grid_6 { float: none; margin-bottom: 10px; }

	#thickbox-panier #informations-thickbox {
		width: 90%;
	}

	.sf-menu li.sfHover ul {top:-999em;}
	.sf-sub-indicator {	background:none;}

	.blocMozaique .grid_3 {
		width: 48.33333%;
	}

	#secondary-navigation ul li a{padding:15px;}

	#pre_footer .grid_4 {
		max-width: 31.6667%;
		margin-left: 0.833333%;
		margin-right: 0.833333%;
		min-width: 0;
	}

	#sous_footer {
		display: none;
	}

	#main h1{font-size:1.6em;}
	#main h2{font-size:1.4em;}
	#main h3{font-size:1.3em;}
	#main h4{font-size:1.2em;}

}

/* medium smartphones ----------- */
@media (max-width: 600px) {
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {
		margin-left: 0.83333333333333%;
		margin-right: 0.83333333333333%;
		width: 48.333333333333%;
	}

	#principale {
		padding-left: 10px;
		padding-right: 10px;
	}

	.primnav li .sousnav {
		margin: 3px 0 3px 10px;
		max-width: 560px;
	}

	.primnav .sousnav .sousnav_wrap {
		margin: 0;
	}

	.rubrique {
		height: auto;
		float: left;
		width: 50%;
	}

	#contenu form input[type="text"],
	#contenu form input[type="button"],
	#contenu form input[type="password"],
	#contenu form select {
		width: 100%;
	}

	#promotions { margin: 0; }

	#footer #condition,
	#footer #logopaiement,
	#footer #partage,
	#footer #newsletter {
		margin: 0;
	}

	#etapesDeCommande ul li {
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-bottom: 2px;
	}

	#footer ul li {
		padding-bottom: 10px;
	}

	#footer ul li a {
		width: 100%;
	}

}

/* medium smartphones ----------- */
@media (max-width: 480px) {
	#container, #colophon{width:94%;}

	#logo, header hgroup{ width:100%; }
	#logo img{max-width:100%;}

	header h1{ font-size:1.8em;}
	header h2{ font-size:1.2em;}

	.grid_1,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {
		margin-left: 0;
		margin-right: 0;
		width:100%;
		max-width: 480px;
	}

	#header #logo h1 a {
		margin-top: 20px;
	}

	#header #monCompte {
		float: left;
	}

	#header #moteurDeRecherche {
		float: none;
		width: 100%;
	}

	#header #moteurDeRecherche form {
		width: 98%;
		margin: auto;
		padding: 1% 1% 2% 1%;
	}

	#nav {
		height: 100%;
		margin-top: 0;
	}

	#nav .rfloat {
		float: left;
		margin-left: 20px;
	}

	.primnav li {
		border: 0;
		display: block;
		width: 100%;
		padding-top: 2%;
		padding-bottom: 2%;
	}

	.primnav li .sousnav {
		margin: 0;
		display: block;
	}

	.primnav li .sousnav .miniature {
		display: none;
	}

	.primnav .grid_sousnav {
		position: relative;
		display: none;
	}

	.primnav .sousnav .sousnav_wrap {
		border: 0;
		margin: 0;
	}

	.article-contenu .grid_3 { text-align: center; }
	.article-a-la-une { padding: 15px 0; }

	#wrap-articles {
		min-width: 0;
		width: 98%;
		padding: 10px 1%;
	}

	.rubrique {
		height:auto;
		float:left;
		width: 100%;
	}

	.vignette {
		width: 31.666667%;
		margin-left: 0.833333%;
		margin-right: 0.833333%;
	}

	#footer #condition,
	#footer #logopaiement,
	#footer #partage,
	#footer #newsletter {
		margin: 0;
	}

	#footer #newsletter {
		padding-bottom: 10px;
	}

	#footer .grid_3 {
		padding: 5px 0;
		margin: 0;
	}

	#pre_footer, #footer, #sous_footer {
		padding-left: 5px;
		padding-right: 5px;
		max-width: 470px;
		margin: auto;
	}

	#footer ul li {
		padding-bottom: 10px;
	}

	#footer ul li a {
		display: inline-block;
		width: 100%;
	}
	.grid_12, .grid_8 {
		min-width: 100%;
	}

	.produit {
		margin-left: 0.833333%;
	    margin-right: 0.833333%;
	    width: 48.3333%;
	}

	.contenu_dossier .grid_3 {
		width: 23.3333%;
		margin-left: 0.83333%;
		margin-right: 0.83333%;
	}

	.contenu_dossier .grid_9 {
		width: 73.3333%;
		margin-left: 0.83333%;
		margin-right: 0.83333%;
	}

	#etapesDeCommande ul li {
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-bottom: 2px;
	}

	#contenu form input[type="text"],
	#contenu form input[type="button"],
	#contenu form input[type="password"],
	#contenu form select {
		width: 100%;
	}
	#contenu #table-panier {
		font-size: .8em;
		line-height: .8em;
	}
	#topnav{ display:block; width:100%; text-align:center; background:#8dbc01; padding:15px 0; margin:15px 0; border-radius:7px;}
	#mobileMenu_mobileselect { display:block; width:90%; margin:auto; height:1.6em;}

	footer .grid_4{ border-bottom:1px dotted #ccc; padding-bottom:10px;}
}

/* medium smartphones, portrait ----------- */
@media (max-width: 320px) {
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {
		max-width: 320px;
	}

	.produit, #articlesRecents { width: 98%; }

	#header {
		padding-top: 0px;
		margin-bottom: 10px;
	}

	#header #monPanier {
		width: 100%;
	}

	#header #monCompte {
		width: 100%;
		float: right;
	}

	#pre_footer, #footer {
		padding-left: 5px;
		padding-right: 5px;
		max-width: 310px;
		margin: auto;
	}

	.produit { margin-bottom: 10px; }
	#articlesRecents { margin-left: 1%; }
	.article-contenu img { margin-bottom: 10px; }

	#footer #contenu,
	#footer #logopaiement,
	#footer #transport {
		border-bottom: 2px dotted #CCC;
	}

	#footer ul li {

		margin-bottom: 0;
		padding-top: 10px;
		padding-bottom: 10px;

	}

	#etapesDeCommande ul li {
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-bottom: 2px;
	}

	#contenu form input[type="text"],
	#contenu form input[type="button"],
	#contenu form input[type="password"],
	#contenu form select {
		width: 90%;
	}

}





/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.bx-wrapper {
	padding: 0 20px !important;
}

.bx-wrapper .bx-viewport{
	left:0 !important;
	border: 0 !important;
	box-shadow: none !important;
	background-color: transparent !important;
}

.bx-controls-direction{
	display: none;
}

.bx-wrapper .bx-pager{
	margin-left: -20px !important;
	bottom: -60px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	background: transparent !important;
	border: 2px solid #999 !important;
	border-radius: 10px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover{
	border: 2px solid #ffcb05 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #ffcb05 !important;
	border: 2px solid #ffcb05 !important;
}
