/* Chrome- and Safari-specific CSS here*/
hr { 
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	z-index:1;
}
#cssmenu {
	width: 243px;
	border-top: 4px solid #239fda;
	border-bottom: 4px solid #26aff0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#cssmenu a {
	line-height: 1.3;
}
#cssmenu > ul > li:first-child > a {
	border: none;
}
#cssmenu > ul > li {
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	position: relative;
	background: #ffaf4b; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffaf4b 0%, #ffaf4b 13%, #ff920a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ffaf4b 0%,#ffaf4b 13%,#ff920a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ffaf4b 0%,#ffaf4b 13%,#ff920a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=1 ); /* IE6-9 */
}
#cssmenu > ul > li:hover {
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	position: relative;
	background: #239fda; /* Old browsers */
	background: -moz-linear-gradient(top,  #239fda 0%, #26aff0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #239fda 0%,#26aff0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #239fda 0%,#26aff0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#239fda', endColorstr='#26aff0',GradientType=0 ); /* IE6-9 */
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 8px 32%;
}
#cssmenu > ul > li.has-sub > a span {
//	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	position: relative;
	background: #239fda; /* Old browsers */
	background: -moz-linear-gradient(top,  #239fda 0%, #26aff0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #239fda 0%,#26aff0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #239fda 0%,#26aff0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#239fda', endColorstr='#26aff0',GradientType=0 ); /* IE6-9 */
	background: url(icon_plus.png) 96.5% center no-repeat;
	z-index:999;
	cursor: pointer;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(icon_minus.png) 96.5% center no-repeat;
  cursor: pointer;
  z-index:999;
}
#cssmenu ul ul {
  display: none;
  font-size: normal;
  color: initial;
  font-weight: initial;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
.fixed {
	position: fixed;
	top: 0px;
}
.toastinfo {
	width:227px;
	height:29px;
	position:absolute;
	top:-3px;
	background-color: #800000;
	color: #F0F0F0;
	font-family: verdana;
	font-size: 12px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
	-moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
	box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}
.prd {
	width:500px;
	height:230px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 10px 0px #656565;
	-webkit-box-shadow: 0px 0px 10px 0px #656565;
	-o-box-shadow: 0px 0px 10px 0px #656565;
	box-shadow: 0px 0px 10px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=10);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.prd:hover{
	background-color: #ffe3d2;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-in;
}
.prd:hover .carousel{
	background-color: #ffe3d2;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-in;
}
.image-popelev {
	max-width:43px;
	max-height:63px;
	background-color: #ffffff;
	border:1px solid black;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.image-popelev2 {
	max-width:43px;
	max-height:63px;
	background-color: #ffffff;
	border:1px solid black;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.image-popelev2mob {
	max-width:90px;
/*	max-height:63px;
	background-color: #ffffff;
	border:1px solid black;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px; */
}

.image-popref {
	max-width:180px;
	max-height:178px;
	background-color: #ffffff;
	border:1px solid black;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:5px;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.image-poprefmini {
	max-width:110px;
	max-height:110px;
	background-color: #ffffff;
	border:1px solid black;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:5px;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.ImgCartes {
	z-index:900;
}
.mfp-preloader {
	width: 30px;
	height: 30px;
	background-color: #FFF;
	opacity: 0.65;
	margin: 0 auto;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
	0% { -webkit-transform: perspective(120px) }
	50% { -webkit-transform: perspective(120px) rotateY(180deg) }
	100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes rotateplane {
	0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
	50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
	100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}
/* This block of CSS adds opacity transition to background */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, 
	.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 10;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 20;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}
/* aligns caption to center */
.mfp-title {
	text-align: left;
	padding: 6px 0;
}
.image-source-link {
	color: #DDD;
}

div.Coche-In {
	content:url(gratok.png);
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
}
.img-gratuit {
	max-width:180px;
	max-height:178px;
	background-color: #ffffff;
	border:1px solid black;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:5px;
}
.img-gratuit-sel {
	width:107px;
	height:151px;
	background-color: #ffffff;
	border:1px solid #ff0000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:5px;
}

.aligntop {
	vertical-align:top;
}

#cookieChoiceInfo {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
}
#cookieChoiceDismiss {
}