/* formulaire */
select, input[type=text], input[type=password], input[type=email], input[type=phone], input[type=website], input[type=number], input[type=file], input[type=button], textarea{
	width: 98%;
	padding: 5px 1%;
	border: 1px solid #aaa;
	font-family: inherit;
	font-size: inherit;
	border-radius: 0;
	background-color: transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
	-moz-outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	transition: border-color 0.2s ease-in, color 0.2s ease-in;
	-webkit-transition: border-color 0.2s ease-in, color 0.2s ease-in;
}
select{
	background-image: url(../img/arrow/bottom-b@50.png);
	background-repeat: no-repeat;
	background-size: 10px 10px;
	background-position: right 10px center;
}
select:hover, input[type=text]:hover, input[type=password]:hover, input[type=email]:hover, input[type=website]:hover, input[type=number]:hover, input[type=phone]:hover, input[type=file]:hover, input[type=button]:hover, textarea:hover{
	border-color: #ffd700;
}
input[type=range]{
	width: 98%;
	height: 40px;
	margin-top: -8px;
	-moz-appearance: range;
	-moz-binding: none;
	-moz-user-select: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: default;
	display: inline-block;
}
input[type=range]:focus, input[type=range]::-moz-focus-outer{
	outline: none;
	border: none;
}
input[type=range]::-webkit-slider-thumb{
	box-shadow: none;
	border: 4px solid #dcdcdc;
	height: 24px;
	width: 24px;
	border-radius: 16px;
	background: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7px;
}
input[type=range]:hover::-webkit-slider-thumb{
	border-color: #ffd700;
}
input[type=range]::-moz-range-thumb{
	box-shadow: none;
	border: 4px solid #dcdcdc;
	height: 20px;
	width: 20px;
	border-radius: 16px;
	background: #fff;
	cursor: pointer;
}
input[type=range]:hover{
	border-color: #ffd700;
}
input[type=range]::-webkit-slider-runnable-track{
	width: 100%;
	height: 10px;
	cursor: pointer;
	background: #dcdcdc;
	border-radius: 5px;
	border: none;
}
input[type=range]:focus::-webkit-slider-runnable-track{
	background: #e9e9e9;
}
input[type=range]::-moz-range-track{
	width: 100%;
	height: 10px;
	cursor: pointer;
	box-shadow: none;
	background: #dcdcdc;
	border-radius: 5px;
	border: 0px solid rgba(0, 0, 0, 0);
}
input::-moz-focus-inner, input::-moz-focus-inner, select::-moz-focus-inner{
	outline: none;
}
input[type=submit], input[type=button], .formSubmitCancel input.cancel{
	width: 98%;
	margin-top: 10px;
	padding: 12px 1%;
	background: #fff;
	border: 1px solid #aaa;
	color: #444;
	font-size: 1.1em;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
input[type=submit]:hover, input[type=button]:hover, .formSubmitCancel input.cancel:hover{
	color: #000;
	background: #ffd700;
}
input[type=submit]:disabled{
	opacity: 0.5;
	background: none;
	cursor: default;
}
label{
	display: block;
}
label:empty{
	display: none;
}
p.formInfo{
	font-size: 0.95em;
	color: #999;
}
/* calendrier */
.calendarMain{
	position: relative;
	width: 98%;
}
.calendarMain > div{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.85);
	color: #fff;
}
.calendarMain .calendarTitle{
	text-align: center;
}
.calendarMain .calendarNav input{
	position: absolute;
	top: 0;
	width: auto;
	padding: 10px 20px;
	cursor: pointer;
	background: none;
	border: none;
	color: #fff;
	transition: background-color 0.2s ease-in;
	-webkit-transition: background-color 0.2s ease-in;
}
.calendarMain .calendarNav input:hover{
	background-color: #ffd700;
}
.calendarMain .calendarNavML{
	left: 0;
}
.calendarMain .calendarNavMR{
	right: 0;
}
.calendarMain .jsCalendar{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.calendarMain .jsCalendar th, .calendarMain .jsCalendar td{
	text-align: center;
}
.calendarMain .jsCalendar td{
	padding: 10px 5px;
}
.calendarMain .jsCalendar .day:hover{
	background-color: #ffd700;
	cursor: pointer;
}
.calendarMain .jsCalendar .selectedDay{
	color: #ffd700;
}
/*activite*/
#activite{
	display: flex;
	flex-direction: column;
}
#activite > div{
	flex: 1 1 auto;
}
#activiteVideo{
	width: 100%;
	height: auto;
}
#activiteImg ul{
	display: flex;
	flex-direction: row;
}
#activiteImg li{
	flex: 1 1 auto;
	list-style: none;
	margin: 5px;
}
#activiteImg li img{
	display: block;
	width: 100%;
	height: auto;
}
/*location*/
#location section{
	padding-top: 100px;
}
#location #calNav{
	margin-top: 10px;
}
#location #calNav li{
	display: inline-block;
	padding: 5px 10px;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 4px;
	transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
#location #calNav li:hover{
	background-color: #ffd700;
}
#location #calNav li.on{
	background-color: #000;
	color: #ffd700;
}
#calendar table{
	width: 100%;
	margin: 30px 0;
	border-spacing: 4px;
	table-layout: fixed;
}
#calendar th{
	padding-bottom: 5px;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
	color: #999;
}
#calendar td{
	padding: 10px;
	border-radius: 3px;
	text-align: center;
}
#calendar td.dayFull{
	background-color: #ff4400;
	color: #fff;
}
#calendar td.dayFullComing{
	background-color: #ffbb79;
	cursor: pointer;
}
#calendar td.day{
	background-color: #daffbc;
	color: #000;
	cursor: pointer;
}
#calendar td.day:hover{
	background-color: #70ff02;
}
#location .info{
	text-align: center;
	color: #999;
}
#location #rentQte, #location #rentDate{
	color: #ffd700;
	font-weight: bold;
}
#optionLst{

}
p.optionTitle{
	margin: 30px 0 5px;
}
p.optionDescr{
	color: #888;
	margin: 0;
	font-size: 0.9em;
}
/*produit liste*/
.productPrice{
	text-align: center;
	color: #ffd700;
}
.productName{
	font-family: 'Oswald', sans-serif;
}
.productAdd{
	margin: 10px 0;
	text-align: center;
}
.productAdd select{
	display: none;
}
.productAdd input[type=submit]{
	width: 60px;
	height: 60px;
	margin: auto;
	font-size: 0;
	border-radius: 50%;
	border: 2px solid #000;
	background-image: url(../img/nav1Shop@160.png);
	background-size: 50px 90px;
	background-position: 5px -40px;
	background-repeat: no-repeat;
}
.productAdd input[type=submit]:hover{
	background-color: #fff;
	border-color: #ffd700;
	background-position: 5px 10px;
}
/*produit content*/
#product{
	position: relative;
}
#product h1, #product h2{
	margin-bottom: 30px;
}
#product h3{
	margin: 0.6em 0;
	font-size: 1em;
}
#productImg figure{
	text-align: center;
}
#productImg figure img{
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 500px;
	margin: auto;
}
#productImgLst{
	margin-top: 40px;
}
#productImgLst li:before{
	display: none;
}
#productImgLst li{
	display: inline-block;
	list-style: none;
	cursor: pointer;
	vertical-align: middle;
}
#productImgLst li img{
	width: auto;
	max-width: 85px;
	height: auto;
	max-height: 85px;
	margin-right: 10px;
}
#productTech p{
	display: flex;
}
#productTech label{
	flex: 0 0 200px;
	margin: 0 20px 0 0;
	color: #999;
	text-align: left;
}
#productPriceOptionWrap{
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	text-align: center;
}
#productPriceOption{
	display: flex;
}
#produitOption{
	flex: 1;
	background-color: #fff;
	text-align: left;
}
#productPrice{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 5px;
	background-color: #000;
	border-radius: 6px;
	color: #ffd700;
	font-weight: bold;
	font-size:  1.5em;
	text-align: center;
}
#helpInfo{
	margin-top: 0;
	padding: 5px 0;
	border-radius: 5px;
	background-color: #ffd700;
	text-align: center;
}
.productAddInfo{
	display: none;
}
#productPrice .priceStroke::after{
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	left: -5%;
	width: 110%;
	height: 2px;
	background-color: gold;
}
#productPrice .priceStroke{
	display: inline-block;
	position: relative;
	font-size: 0.9em;
}
#productPrice .price{
	font-size: 1.25em;
}
#productPrice h2{
	display: none;
}
.productPriceCurrency{
	bottom: 0.3em;
	font-size: 0.7em;
	position: relative;
}
#producPrice strong{
	font-size: 1.2em;
}
#producAdd2CartBt{
	opacity: 0;
	visibility: hidden;
	border-radius: 50%;
	border: 2px solid #ffd700;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	animation-name: producAdd2CartBtAnim;
	animation-duration: 2s;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: producAdd2CartBtAnim;
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
}
@keyframes producAdd2CartBtAnim{
	0%{
		visibility: visible;
	}
	10%{
		opacity: 1;
	}
	75%{
		opacity: 1;
		transform: translate(0px, 0px);
	}
	100%{
		opacity: 0;
		visibility: hidden;
		transform: translate(0px, 0px);
	}
}
@-webkit-keyframes producAdd2CartBtAnim{
	0%{
		visibility: visible;
	}
	10%{
		opacity: 1;
	}
	75%{
		opacity: 1;
		-webkit-transform: translate(0px, 0px);
	}
	100%{
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate(0px, 0px);
	}
}
/* shopping bag preview */
.productLstSide{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 20001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
/*	transition: opacity 0.2s ease-in, visibility 0s linear 0.2s;
	-webkit-transition: opacity 0.2s ease-in, visibility 0s linear 0.2s;*/
}
.productLstSide.open{
	opacity: 1;
	visibility: visible;
	transition: opacity 0.2s ease-in, visibility 0s;
	-webkit-transition: opacity 0.2s ease-in, visibility 0s;
}
.productLstSide > div{
	position: absolute;
	top: 0;
	right: 0;
	min-width: 300px;
	height: 100%;
	max-height: 100%;
	background-color: #fff;
	text-align: left;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transition: transform 0.2s ease-in;
	-webkit-transition: transform 0.2s ease-in;
}
.productLstSide.open > div{
	transform: translateX(0);
	-webkit-transform: translateX(0);
	transition: transform 0.2s ease-in 0.2s;
	-webkit-transition: transform 0.2s ease-in 0.2s;
}
.productLstSideContent{
	max-height: 80vh;
	overflow-y: scroll;
}
.productLstSide input[type=button].productLstSideClose, .productLstSide input[type=submit], #shoppingBagView{
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/arrow/left-w@50.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 15px 15px;
	cursor: pointer;
}
.productLstSide input[type=button].productLstSideClose{
	width: 100%;
	padding-left: 30px;
	background-color: #000;
	border: none;
	color: #ccc;
	text-align: left;
	transition: background-color 0.2s ease-in;
	-webkit-transition: background-color 0.2s ease-in;
}
.productLstSide input[type=button].productLstSideClose:hover{
	background-color: #ffd700;
	color: #fff;
}
.productLstSideContent form{
	margin: 0;
}
.productLstSideContent p.emptyCart{
	margin: 10px;
}
.productLstSideContent li{
	margin: 0 10px;
	padding: 5px 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
	font-size: 0.9em;
}
.productLstSideContent li img{
	max-width: 60px;
	height: auto;
	max-height: 50px;
	margin: 0 10px;
}
#shoppingBagTotal{
	font-weight: bold;
	text-align: right;
	font-size: 0.9em;
	margin: 10px;
}
.productLstSideContent input[type=submit], #shoppingBagView{
	width: calc(100% - 20px);
	margin: 10px 10px 0;
	background-position: right 10px center;
}
.productLstSideContent input[type=submit]{
	background-color: #ffd700;
	color: #fff;
	background-image: url(../img/arrow/right-w@50.png);
}
.productLstSideContent input[type=submit]:hover{
	background-color: #000;
}
#shoppingBagView{
	background-image: url(../img/arrow/right-b@50.png);
}
#shoppingBagView:hover{
	background-image: url(../img/arrow/right-w@50.png);
}
/* shoppingBag */
#shoppingBagChange{
	margin: 0 10% 30px 10%;
	padding: 10px;
	border: 1px solid #bf961c;
	background-color: #f7e7b9;
	color: #000;
}
#shoppingBagChange p{
	margin: 10px;
	padding: 0;
}
#shoppingBagChange ul{
	margin: 0;
	padding: 0;
}
#shoppingBagChange li{
	margin: 0;
	padding: 10px 0 4px 10px;
	list-style: none;
	border-top: 1px dotted #555;
}
.panier{
	margin: 30px 0 0 0;
	border-spacing: 0px;
	border-collapse: collapse;
}
.panier tr:first-child{
	border: 1px solid #eee;
}
.panier tr{
	border: none;
	border-bottom: 1px solid #eee;
}
.panier th{
	margin: 0;
	padding: 15px 0;
	text-align: center;
	font-size: 0.8em;
	text-transform: uppercase;
}
.panier td{
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: center;
}
.panier td a{
	text-decoration: none;
	color: #574836;
}
.panier .colProductName, .panier .colProductOpt{
	display: none;
}
.panier .colProductPrice{
	width: 10%;
}
.panier .colProductQuantity{
	width: 10%;
}
.panier .colProductQuantity input{
	width: 50%;
	text-align: center;
	border: 1px solid #eee;
}
.panier .colProductImg{
	width: 15%;
	padding: 5px 0;
}
.panier .colProductImg a{
	border: none;
}
.panier .colProductImg a:hover{
	background-color: transparent;
}
.panier .colProductImg img{
	width: 100px;
	height: 100px;
	object-fit: contain;
	padding: 5px 0;
}
.panier .colDelete{
	width: 10%;
}
.panier .colDelete a{
	display: block;
	width: 40px;
	height: 30px;
	background-image: url(../img/picto-close-off@60.png);
	background-size: 20px 15px;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	font-size: 0;
}
.panier .colDelete a:hover{
	background-color: transparent;
	background-image: url(../img/picto-close-on@60.png);
}
/* mise à jour quantité */
.colUpdateQty{
	text-align: center;
}
.colUpdateQty input[type=submit]{
	width: 50%;
	padding: 6px;
	border: 1px solid #eee;
	font-size: 0.8em;
	text-transform: uppercase;
}
/* */
#shoppingBagFooter{
	display: flex;
	flex-direction: column;
	text-align: left;
	justify-content: space-between;
}
#shoppingBagFooter h2{
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 2px solid #574836;
}
#shoppingBagInfo, #shoppingBagCodePromo, .total, .totalFinal{
	margin-top: 40px;
}
#shoppingBagInfo{
	order: 3;
}
/* promo*/
#shoppingBagCodePromo{
	order: 2;
}
#shoppingBagCodePromo input[type=text], #shoppingBagCodePromo input[type=submit], #shoppingBagCodePromoUsed input[type=submit]{
	width: 100%;
	margin-left: 0;
	border: 1px solid #eee;
	font-size: 1em;
}
#shoppingBagCodePromoUsed{
	font-weight: bold;
	color: #fd735a;
}
/* total */
.total, .totalFinal{
	order: 1;
	padding: 15px 10px;
	border: 2px solid #574836;
}
.total table, .totalFinal table{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.total td, .totalFinal td{
	width: 45%;
	padding: 5px 0;
	font-size: 1.3em;
	text-align: right;
}
.total td.colProductTotal, .totalFinal td.colProductTotal{
	width: 55%;
	text-align: right;
}
/* bouton continue */
.btContinue input[type=submit]{
	border: 1px solid #574836;
	font-size: 1em;
}
/* bouton payement */
#paymentButton{
	margin: 10px 0 0 50px;
	border: 1px solid #574836;
}
#paymentButton:disabled{
	opacity: 0.5;
	cursor: default;
}
/* checkout */
#checkout h2{
	margin-top: 40px;
}
/* shipping */
.shipMethod, #paymentMethod{
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}
.shipMethod li, #paymentMethod li{
	margin: 0;
	padding: 0;
	display: inline-block;
}
.shipMethod li div, #paymentMethod li div{
	width: 200px;
	text-align: center;
}
.shipMethod li div h3, #paymentMethod li div h3{
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.shipMethod li div p, #paymentMethod li div p{
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 14px;
}
.shipMethod li label, #paymentMethod li label{
	width: 100%;
	margin: 0;
	text-align: center;
}
.shipMethod li label img, #paymentMethod li label img{
	margin: 10px 0;
}
.shipMethodBt{
	text-align: center;
}
/* affiche les conditions de vente */
#cgvText{
	margin: 20px 40px 20px 40px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #777777;
}
#cgvText h1, #cgvText h2, #cgvText h3, #cgvText h4, #cgvText h5, #cgvText h6{
	margin: 20px 0 0 0;
}
#cgvText p{
	margin: 10px 0 0 15px;
}
/*contact*/
#contactCoordinate p{
	font-size: 1.2em;
}
#coordTitle{
}
#coordTel label{
	display: inline-block;
	height: 20px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/picto-tel@100.png);
}
#map{
	height: calc(100vh - 150px);
}
/*actu*/
.articleTn{
	display: flex;
	margin: 30px 0;
	padding: 20px 30px;
	flex-wrap: wrap;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.3s ease-in;
	-webkit-transition: box-shadow 0.3s ease-in;
	cursor: pointer;
}
.articleTn:hover{
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.articleTn .articleTnImg{
	flex: 0 0 100%;
	text-align: center;
}
.articleTn .articleTnImg img{
	width: 100px;
	height: auto;
}
.articleTn header h2{
	margin-top: 0;
}
.articleTn header h2 a{
	border: none;
}
.articleTn footer{
	flex: 0 0 100%;
	margin-top: 20px;
	color: #555;
	font-size: 0.8em;
}
.articleTn footer li{
	list-style: none;
}
.articleImg{
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.articleImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#article{
	margin-top: 75vh;
	background-color: #fff;
}
#article #articleBody{
	margin-top: 20px;
}
#article footer{
	margin-top: 20px;
	padding: 2px 10px;
	border-radius: 3px;
	background-color: #000;
	color: #ffd700;
}
#article iframe{
	max-width: 100%;
}
/*tarif stage et cours*/
#tarifsLst #prestaLst{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
#tarifsLst #prestaLst li{
	width: 50%;
	margin: 0;
}
#tarifsLst #prestaLst li:before{
	content: none;
	margin: 0;
}
#tarifsLst #prestaLst li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	position: relative;
	border-bottom: none;
}
#tarifsLst #prestaLst li span{
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	line-height: 1em;
	color: #fff;
	transition: color 0.2s ease-in;
}
#tarifsLst #prestaLst li:hover span{
	color: #ffd700;
}
#prestaLst li img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: filter 0.2s ease-in;
}
#prestaLst li:hover img{
	filter: brightness(75%);
}
#tarifsLst li{
	display: flex;
	margin: 0 1em;
	transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
#tarifsLst li:hover{
	background-color: #ffd700;
	color: #000;
}
#tarifsLst li:hover p{
	color: #000;
}
#tarifsLst li:before{
	content: "\21E2";
	margin: 12px 5px 0 0;
}
#tarifsLst li p:first-child{
	flex: 0 0 300px;
	color: #000;
}
#tarifsLst li p{
	color: #555;
}
#tarifsLst li strong{
	display: block; 
	float: left; 
	clear: left; 
	padding: 0 3px;
	border-radius: 3px;
	background-color: #000;
	color: #ffd700;
}



@media screen and (min-width: 500px){
/* actu */
.articleTn .articleTnImg{
	flex: 1 1 100px;
	margin-right: 30px;
}
.articleTn header{
	flex: 1 1 calc(100% - 130px);
}
#article{
	padding: 30px 50px;
}
}



@media screen and (min-width: 750px){
/*home*/
#homeInfoTarif h2{
	width: 30%;
	padding: 40px;
}
/* event sur home*/
#homeNextEvent{
	padding: 30px 0;
}
#homeNextEvent ul{
	flex-direction: row;
	flex-wrap: wrap;
}
#homeNextEvent li{
	flex: 1 1 calc(40% - 20px);
	margin: 20px 5%;
}
/*footer*/
#piedPage{
	flex-direction: row;
	flex-wrap: wrap;
	padding: 70px 5% 40px;
}
#menuSocFooterWrap{
	order: 4;
	width: auto;
	margin-left: 35%;
}
#menuSocFooterWrap li{
	margin-top: 75px;
}
#menuFooterWrap{
	order: 1;
	width: 20%;
}
#menuFooterWrap a{
	padding: 5px;
	font-size: 1.1em;
}
#menuFooterWrap nav li{
	list-style: none;
	text-align: left;
}
#piedPageDescription{
	width: 35%;
	order: 3;
	text-align: right;
	font-size: 0.85em;
}
#piedPageImg{
	width: 30%;
	margin: 0;
	order: 2;
}
/*contenu*/
.textContent h1{
	text-align: inherit;
}
/*produit cat*/
#productLst li, #productCatLst li{
	width: 29%;
	margin: 0 1%;
	padding: 10px 1%;
}
#productLst li, #productCatLst li{
	transition: color 0.3s ease-in, box-shadow 0.3s ease-in;
}
#productLst li:hover, #productCatLst li:hover{
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
#productLst li:hover a, #productCatLst li:hover a{
	color: #ffd700;
}
#productLst li a img, #productCatLst li a img{
	width: 200px;
	height: 200px;
	object-fit: contain;
}
#productImg, #productDescr, #productTech{
	width: calc(100% - 200px);
}
#productPriceOptionWrap{
	position: absolute;
	top: 70px;
	right: 0;
	height: 100%;
}
#productPriceOption{
	display: inline;
	position: -webkit-sticky;
	position: sticky;
	top: 10px;
}
#produitOption{
	text-align: center;
}
#productPrice{
	width: 150px;
	padding: 20px;
	flex-direction: column;
	font-size: 1em;
}
.productAddInfo{
	display: block;
}
/*shoppingBag*/
#shoppingBagFooter{
	flex-direction: row;
}
#shoppingBagInfo, #shoppingBagCodePromo, .total, .totalFinal{
	flex: 0 1 50%;
}
#shoppingBagInfo{
	order: 2;
}
#shoppingBagCodePromo{
	order: 1;
}
/*panier*/
.panier .colProductName, .panier .colProductOpt{
	display: table-cell;
	width: 35%;
	text-align: left;
}
.panier .colProductOpt{
	width: 10%
}
/* mise à jour quantité */
p.colUpdateQty{
	width: 200px;
	margin-left: 50%;
	text-align: center;
}
/* total */
.total, .totalFinal{
	order: 3;
}
.total td, .totalFinal td{
	font-size: 1em;
}
/* bouton continue */
.btContinue{
	text-align: center;
}
.btContinue input[type=submit]{
	margin: auto;
}
}



@media screen and (min-width: 800px){
/* formulaire */
select, input[type=text], input[type=password], input[type=email], input[type=phone], input[type=website], input[type=number], input[type=file], input[type=button], input[type=range], input[type=submit], textarea, .calendarMain{
	width: 68%;
}
.calendarMain, form input[type=submit]{
	margin-left: 26%;
}
label{
	float: left;
	width: 25%;
	margin: 5px 1% 0 0;
	text-align: right;
}
label:empty{
	display: inline;
}

#logo{
	background-image: url(../img/logo-alsace-bike-tour@250.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/*location*/
#optionLst{
	margin-left: 26%;
}
/*activite*/
#activite{
	flex-direction: row;
}
#activiteImg{
	margin-left: 5%;
	width: 40%;
}
#activiteImg ul{
	flex-direction: column;
}
/*contenu*/
.textContent{
	margin-top: 140px;
	margin-left: 5%;
	margin-right: 5%;
}
/*produit*/
#productPriceOption{
	top: 120px;
}
/* tarif et presta*/
#tarifsLst #prestaLst li{
	width: 25%;
}
/*photobas*/
#photoFooter{
	height: 200px;
}
}





@media screen and (min-width: 1000px){
/*footer*/
#piedPage{
	padding: 50px 10%;
}
/*contenu*/
.textContent{
	margin-left: 10%;
	margin-right: 10%;
}
}



@media screen and (min-width: 1200px){
/* event sur home*/
#homeNextEvent li{
	flex: 1 1 calc(27% - 20px);
	margin: 20px 3%;
}
/* formulaire */
select, input[type=text], input[type=password], input[type=email], input[type=phone], input[type=website], input[type=number], input[type=file], input[type=button], input[type=range], input[type=submit], textarea, .calendarMain{
	width: 48%;
}
.calendarMain, form input[type=submit]{
	margin-left: 31%;
}
label{
	width: 30%;
}
/*location*/
#optionLst{
	margin-left: 31%;
}
/*footer*/
#piedPage{
	padding: 50px 12%;
}
/*contenu*/
.textContent{
	margin-left: 14%;
	margin-right: 14%;
}
/*photobas*/
#photoFooter{
	height: 250px;
}
}



@media screen and (min-width: 1500px){
/*contenu*/
.textContent{
	margin-left: 17%;
	margin-right: 17%;
}
}