/* BEBAS */
@font-face {
	font-family: 'BebasNeueRegular';
	src: url('../fonts/Bebas/BebasNeue-webfont.eot');
	src: url('../fonts/Bebas/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/Bebas/BebasNeue-webfont.woff') format('woff'),
			 url('../fonts/Bebas/BebasNeue-webfont.ttf') format('truetype'),
			 url('../fonts/Bebas/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'dancing_script_otregular';
    src: url('../fonts/Dancing-script/dancingscript-regular-webfont.woff2') format('woff2'),
         url('../fonts/Dancing-script/dancingscript-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body#bodyhome {
	background: #121212 url('../medias/interface/background.jpg') no-repeat center top;
	color: #666;
}


/* CENTRER le SITE */
div#centre {
	margin: 0 auto;
	width: 1070px;
	text-align: left;
	position: relative;
}

	#centre .titre {
		padding-left: 10px;
		width: 648px;
		background-color: #000;
		background-image: -moz-linear-gradient(left , rgb(0,0,0) 52%, rgb(12,12,12) 91%); /* Firefox */
		background-image: -webkit-gradient(
			linear,
			left top,
			right top,
			color-stop(0.52, rgb(0,0,0)),
			color-stop(0.91, rgb(12,12,12))
		); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(left , rgb(0,0,0) 52%, rgb(12,12,12) 91%); /* Chrome 10+, Safari 6 */
		background-image: -o-linear-gradient(left , rgb(0,0,0) 52%, rgb(12,12,12) 91%); /* Opera */
		background-image: linear-gradient(left , rgb(0,0,0) 52%, rgb(12,12,12) 91%); /* Standard */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#0c0c0c', GradientType=1); /* IE */
		font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 2.4em;
		font-style: italic;
		text-transform: uppercase;
		color: #fe7000;
		text-shadow: 0 1px 0 #984807;
	}

.is-marginTop-10 {
	margin-top: 10px;
}

.is-marginTop-20 {
	margin-top: 20px;
}

.is-marginTop-40 {
	margin-top: 40px;
}

.is-marginTop-60 {
	margin-top: 60px;
}

.is-clearBoth {
	clear: both;
}

.is-alignCenter {
	text-align: center;
}

.is-upper {
	text-transform: uppercase;
}

.is-paddingLR-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.colType1 {
	width: 39%;
	float: left;
}

.colType2 {
	margin-left: 3%;
	width: 58%;
	float: left;
}

.colType3{
	margin: 0;
	width: 50%;
	float: left;
}

.is-imgResponsive {
	max-width: 100%;
	height: auto;
	display: block;
}

.video-conteneur {
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
	overflow: hidden;
}
.video-conteneur iframe,
.video-conteneur object,
.video-conteneur embed,
.video-conteneur video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/************************************************/
/* 404 */
#entete_404 {
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #fe7000;
	background-color: #252525;
	color: #fff;
}
	#entete_404 h1,
	#entete_404 h2,
	.content_404 h1 {margin: 0;}

	#entete_404 > div {
		margin: 0 auto;
		width: 960px;
	}
	#entete_404 h1 {
		margin: 0 1em 0 0;
		float: left;
	}
	#entete_404 h2 {
		font-family: 'MuliRegular', Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 1.8em;
		line-height: 5.8em;
	}

.content_404 {
	min-height: 650px;
	background: #1c1c1c url('../medias/interface/bg_404.jpg') no-repeat center top;
	color: #fff;
}
	.content_404 section {
		margin: 0 auto;
		padding: 20px;
		width: 920px;
	}
		.content_404 h1 {font-size: 1.6em;}

		.content_404 p a {
			color: #fe7000;
			text-decoration: none;
		}
		.content_404 p a:hover,
		.content_404 p a:focus {text-decoration: underline;}

.content_404 + div {
	margin: 0;
	padding-top: 1px;
	width: 100%;
	height: 15px;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #000;
}
	.content_404 + div p {
		margin: 0;
		position: relative;
		border-top: 1px solid #668325;
	}
		.content_404 + div p img {
			position: absolute;
			left: 100px;
			top: -146px;
			z-index: 1;
		}

.pseudoframe_404 {
	margin-top: 1.5em;
	border: 10px solid #fff;
	-moz-box-shadow: 0 0 4px #000;
	-webkit-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
}
.ie8 .pseudoframe_404,
.ie7 .pseudoframe_404 {border: 10px solid #dfdfdf;}

/**** HAUT DE PAGE ***********************************/
a#toppage,
a#toppage_sansjs {
	width: 44px;
	height: 44px;
	display: block;
	background: #1a1a1a url('../medias/interface/toppage.png') no-repeat center center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.7), 0 1px 0 rgba(255,255,255,0.3) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.7), 0 1px 0 rgba(255,255,255,0.3) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.7), 0 1px 0 rgba(255,255,255,0.3) inset;
	text-indent: -9999px;
	-moz-transition: background-color .8s ease;
	-webkit-transition: background-color .8s ease;
	-o-transition: background-color .8s ease;
	-ms-transition: background-color .8s ease;
	transition: background-color .8s ease;
}
a#toppage {
	display: none;
	position: fixed;
	cursor: pointer;
}
a#toppage_sansjs {
	position: absolute;
	right : -50px;
	bottom: 10px;
}
.ie7 a#toppage_sansjs {
	bottom: 0;
	top: 2px;
}
a#toppage:hover,
a#toppage:focus,
a#toppage_sansjs:hover,
a#toppage_sansjs:focus {
	background-color: #808080;
	outline: none;
}
/**** FIN HAUT DE PAGE ***********************************/

/* FOOTER */
#infos_site {
	width: 100%;
	background-color: #0C0C0C;
	color: #777;
}
body#bodyhome #infos_site {text-align: center;}

	#infos_site a {
		color: #777;
		text-decoration: none;
		-moz-transition: color .6s ease;
		-webkit-transition: color .6s ease;
		-o-transition: color .6s ease;
		-ms-transition: color .6s ease;
		transition: color .6s ease;
	}
	#infos_site a:hover,
	#infos_site a:focus {color: #fe7000;}

	#infos_site p#copyright {
		height: 30px;
		border-top: 1px solid #3C3C3C;
		background-color: #1a1a1a;
		text-align: center;
		line-height: 30px;
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 13px 2px rgba(0,0,0,0.6);
		box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	}

	#infos_site div {
		margin: 0 auto;
		padding: 12px 0;
		width: 1030px;
		position: relative;
		background-color: #0C0C0C;
		font-size: .9em;
		line-height: 1.4em;
		text-shadow: none;
	}
	.ie7 #infos_site div {padding-bottom: 0;}

	#infos_site div .rubrique_footer:first-child {margin-left: 0;}
	.rubrique_footer {
		margin-left: 30px;
		width: 235px;
		float: left;
	}
		.rubrique_footer h3 {
			margin-top: 0;
			margin-bottom: 15px;
			padding-bottom: 6px;
			border-bottom: 1px solid #4F4F4F;
			color: #BBB;
			font-weight: normal;
		}

	#infos_site figure {
		margin: 15px 0 0 0;
		width: 80px;
		float: left;
	}
		#infos_site figure figcaption {
			display: inline;
			line-height: 2em;
		}
a#facebookPage {
	width: 25px;
	height: 25px;
	display: block;
	background: #333 url('../medias/interface/icon-facebook.png') no-repeat left top;
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
	text-indent: -9999px !important;
	-moz-transition: background-color .8s ease;
	-webkit-transition: background-color .8s ease;
	-o-transition: background-color .8s ease;
	-ms-transition: background-color .8s ease;
	transition: background-color .8s ease;
}
a#facebookPage:hover,
a#facebookPage:focus {
	outline: none;
	background-color: #1A1A1A;
}
ul#produitsFooter li b {
	text-transform: lowercase;
	color: #bbb;
	font-style: italic;
}

/* INDEX */
#entree_site {
	margin: 0 auto 0 auto;
	padding-top: 280px;
	width: 622px;
	text-align: center;
}
	#entree_site a {
		margin: 0;
		width: 291px;
		height: 96px;
		display: block;
		float: left;
		background: transparent url('../medias/interface/entree_site.png') no-repeat left top;
		text-indent: -50000px;
	}
	#entree_site a.site_en {background-position: left -192px;}
	#entree_site a.site_ru {background-position: left -384px;}
	#entree_site a.blog_fr {background-position: right top;}
	#entree_site a.blog_en {background-position: right -192px;}
	#entree_site a.blog_ru {background-position: right -384px;}

	#entree_site a:hover,
	#entree_site a:focus {outline: none;}
	#entree_site a.site_fr:hover,
	#entree_site a.site_fr:focus {background-position: left -96px;}
	#entree_site a.site_en:hover,
	#entree_site a.site_en:focus {background-position: left -288px;}
	#entree_site a.site_ru:hover,
	#entree_site a.site_ru:focus {background-position: left -480px;}
	#entree_site a.blog_fr:hover,
	#entree_site a.blog_fr:focus {background-position: right -96px;}
	#entree_site a.blog_en:hover,
	#entree_site a.blog_en:focus {background-position: right -288px;}
	#entree_site a.blog_ru:hover,
	#entree_site a.blog_ru:focus {background-position: right -480px;}

	#entree_site img {float: left;}
	#entree_site img.flag {margin: 30px 0 0 0;}

/* ENTETE */
#entete {
	width: 100%;
	height: 130px;
	background: #0b0b0b url('../medias/interface/bg_entete.png') no-repeat center top;
}
	#entete > div {
		margin: 0 auto;
		width: 1070px;
		height: 130px;
		position: relative;
		background: transparent url('../medias/interface/bg_entete.png') no-repeat center top;
	}
	#entete h1 {
		margin: 0;
		padding-top: 22px;
		width: 250px;
		height: 108px;
		display: inline-block;
		vertical-align: middle;
	}
		#entete h1 a {
			width: 250px;
			height: 130px;
			display: block;
		}
		#entete h1 a:hover,
		#entete h1 a:focus {outline: none;}

	#entete p#langue_entete {
		margin: 0;
		padding: 0 10px;
		height: 30px;
		position: absolute;
		right: 4px;
		top: 0;
		border: 1px solid #282828;
		border-top: none;
		background-color: #121212;
		-moz-border-radius-bottomleft: 6px;
		-moz-border-radius-bottomright: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-webkit-border-bottom-right-radius: 6px;
		border-radius: 0 0 6px 6px;
		line-height: 30px;
	}
		#entete p#langue_entete a {
			margin-left: 14px;
			padding-left: 28px;
			height: 30px;
			display: inline-block;
			background: transparent url('../medias/interface/drapeaux_entete.png') no-repeat left top;
			color: #fff;
			font-size: .8em;
			text-decoration: none;
			text-shadow: 0 1px 0 #000;
		}
		#entete p#langue_entete a.lg_fr {margin-left: 0;}
		#entete p#langue_entete a.lg_en {background-position: left -60px;}
		#entete p#langue_entete a.lg_ru {background-position: left -120px;}

		#entete p#langue_entete a:hover,
		#entete p#langue_entete a:focus {color: #b9b9b9;}
		#entete p#langue_entete a.lg_fr:hover,
		#entete p#langue_entete a.lg_fr:focus {background-position: left -30px;}
		#entete p#langue_entete a.lg_en:hover,
		#entete p#langue_entete a.lg_en:focus {background-position: left -90px;}
		#entete p#langue_entete a.lg_ru:hover,
		#entete p#langue_entete a.lg_ru:focus {background-position: left -150px;}

	#entete .slogan {
		margin: 0;
		width: 400px;
		height: 35px;
		display: inline-block;
		vertical-align: middle;
		font-family: 'dancing_script_otregular';
		font-size: 28px;
		line-height: 1em;
	}

	#entete p#pub_entete {
		margin: 0;
		padding-top: 22px;
		width: 408px;
		height: 102px;
		display: inline-block;
		vertical-align: top;
	}
		#entete p#pub_entete img {
			vertical-align: middle;
		}

/* NAVIGATION */
#navmain {
	width: 100%;
	height: 50px;
}
#navmain * {
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing:      border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
}
	#navmain > ul {
		margin: 0 auto;
		padding: 0 20px;
		width: 100%;
		height: 42px;
    position: relative;
    border-left: 1px solid #262525;
    border-right: 1px solid #262525;
    border-bottom: 1px solid #262525;
    background-color: #242424;
		background-image: -moz-linear-gradient(top, #242424, #000000);
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #242424),color-stop(1, #000000));
		background-image: -webkit-linear-gradient(#242424, #000000);
		background-image: -o-linear-gradient(top, #242424, #000000);
		background-image: -ms-linear-gradient(top, #242424, #000000);
		background-image: linear-gradient(top, #242424, #000000);
		border-radius: 0 0 25px 25px;
		-moz-box-shadow: 0 2px 4px #000;
	  -webkit-box-shadow: 0 2px 4px #000;
	  box-shadow: 0 2px 4px #000;
    font-size: 0;
	}
		#navmain > ul > li {
			display: inline-block;
			position: relative;
			vertical-align: middle;
			line-height: 42px;
		}
		.ie7 #navmain > ul > li {
			display: block;
			float: left;
		}
			#navmain > ul > li > a {
				padding: 0 20px;
				height: 42px;
				display: inline-block;
				overflow: hidden;
				border-right: 1px solid #262525;
				font-size: 15px;
				font-weight: bold;
				text-transform: uppercase;
				text-align: center;
				color: #757474;
				text-decoration: none;
			}
			#navmain > ul > li > a:first-child {
				border-left: 1px solid #262525;
			}
			li a.encours {color: lighten(@color-theme, 15%);}

			#navmain > ul > li > a.current,
			#navmain > ul > li:hover > a,
			#navmain > ul > li > a:hover,
			#navmain > ul > li > a:focus {
				background: transparent url('../medias/interface/menu-lueur.png') no-repeat center bottom;
				-moz-box-shadow: inset 0 5px 3px rgba(0,0,0,0.75);
				-webkit-box-shadow: inset 0 3px 4px rgba(0,0,0,0.75);
				box-shadow: inset 0 3px 4px rgba(0,0,0,0.75);
				color: #FE7000;
			}
				#navmain > ul > li > a span {
					display: inline-block;
					vertical-align: middle;
					line-height: normal;
				}
			#navmain ul	li.ims-produits > a {
				cursor: default;
			}
			#navmain ul	li.ims-produits a {
				text-transform: uppercase;
			}

/* Menu Déroulant */
	#navmain ul ul {
		padding: 0 3px;
		position: absolute;
		top: 41px;
		left: 0;
		z-index: 10000;
		overflow: hidden;
		background-color: #1b1b1b;
		background-image: -moz-linear-gradient(top, #1b1b1b, #000); /* Firefox */
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #1b1b1b),color-stop(1, #000)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(#1b1b1b, #000); /* Chrome 10+, Safari 6 */
		background-image: -o-linear-gradient(top, #1b1b1b, #000); /* Opera */
		background-image: linear-gradient(top, #1b1b1b, #000); /* Standard */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b1b1b', endColorstr='#000000', GradientType=0); /* IE */
		-moz-border-radius-bottomleft: 4px;
		-moz-border-radius-bottomright: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		border-radius: 0 0 4px 4px;
		-moz-box-shadow: 0 0 4px #000;
		-webkit-box-shadow: 0 0 4px #000;
		box-shadow: 0 0 4px #000;
		color: #666;
		font-size: 14px;
		line-height: normal;
	}
		#navmain ul ul li.decal_nav {
			min-width: 250px;
			padding: 0 3px;
			cursor: default;
		}
		#navmain ul li:hover li.separmenu {
			margin: 2px !important;
			height: 1px !important;
			background-color: #2a2a2a;
		}
		.ie7 #navmain ul li:hover li.separmenu {
			margin: -12px 7px -3px 7px !important;
			width: 250px;
		}
		#navmain ul ul li a {
			padding: 0 3px;
			height: 18px;
			display: block;
			font-weight: normal;
			line-height: 18px;
			font-size: .9em;
			color: #c3c3c3;
			text-decoration: none;
			white-space: nowrap;
			-moz-transition: 1s ease;
			-webkit-transition: 1s ease;
			-o-transition: 1s ease;
			-ms-transition: 1s ease;
			transition: 1s ease;
		}
			#navmain ul ul li a b {color: #ff0000}
			#navmain ul ul li a.green {color: LimeGreen}
			#navmain ul ul li a b.green {color: LimeGreen}
			#navmain ul ul li a.blue {color: Blue}
			#navmain ul ul li a.yellow {color: Yellow}
			#navmain ul ul li a.red {color: Crimson}
		#navmain ul ul li a:hover,
		#navmain ul ul li a:focus {
			background-color: #373737;
			color: #fe7000;
		}
		.ie7 #navmain ul ul li a:hover,
		.ie7 #navmain ul ul li a:focus {min-width: 220px;}

		#navmain ul ul li {
			width: 100%;
			height: 0;
			opacity: 0;
			-moz-transition: 0.3s height ease;
			-webkit-transition: 0.3s height ease;
			-o-transition: 0.3s height ease;
			-ms-transition: 0.3s height ease;
			transition: 0.3s height ease;
		}
		.ie8 #navmain ul ul li,
		.ie7 #navmain ul ul li {display: none;}

		#navmain ul li:hover ul,
		#navmain ul li:focus ul {padding: 2px 8px 2px 3px;}

		.ie7 #navmain ul ul,
		.ie7 #navmain ul li:hover ul,
		.ie7 #navmain ul li:focus ul {min-width: 220px !important;}

			#navmain ul li:hover ul li,
			#navmain ul li:focus ul li {
				margin: 1px 3px;
				height: 18px;
				opacity: 1;
			}
			.ie8 #navmain ul li:hover ul li,
			.ie8 #navmain ul li:focus ul li,
			.ie7 #navmain ul li:hover ul li,
			.ie7 #navmain ul li:focus ul li {display: block;}

#navmain li.blogacces {
	margin: 0;
	width: 160px;
	height: 42px;
	float: right;
	background: transparent url('../medias/interface/blogacces.png') no-repeat left top !important;
}
#navmain li.blogacces:hover,
#navmain li.blogacces:focus {
	background-position: left bottom;
}
	#navmain li.blogacces a {
		padding: 0 25px;
		width: 110px;
		height: 42px;
		display: inline-block;
		border: none;
		background: none !important;
		text-transform: uppercase;
		line-height: 42px;
		text-decoration: none;
		font-family: BebasNeueRegular, Arial, Helvetica, sans-serif;
		font-size: 26px;
		color: #fff;
		text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
		text-indent: inherit !important;
	}
	#navmain li.blogacces a:hover {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: White;
	}

.blogacces--header {
	margin: 10px auto;
	width: 160px;
	height: 42px;
	background: transparent url('../medias/interface/blogacces.png') no-repeat left top !important;
}
.blogacces--header:hover {
	background-position: left bottom;
}
.blogacces--header a {
		padding: 0 25px;
		width: 110px;
		height: 42px;
		display: inline-block;
		border: none;
		background: none !important;
		text-transform: uppercase;
		line-height: 42px;
		text-decoration: none;
		font-family: BebasNeueRegular, Arial, Helvetica, sans-serif;
		font-size: 26px;
		color: #fff;
		text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
		text-indent: inherit !important;
}

/* CONTENU */
.containerVideo {
	margin-bottom: 30px;
}
.imghome {margin: 30px 0 0 20px;}
	.imghome img,
	.ombrevideo {
		-moz-box-shadow: 0 0 8px #000;
		-webkit-box-shadow: 0 0 8px #000;
		box-shadow: 0 0 8px #000;
	}
	.imghome img {
		max-width: 100%;
		height: auto;
	}
#conteneur_principal {
	margin: 30px 30px 30px 20px;
	width: 655px;
	float: left;
}
	#conteneur_principal .titre {
		margin: 0;
		padding-left: 10px;
		width: 648px;
		background-color: #000;
		background-image: -moz-linear-gradient(left , rgb(0,0,0) 52%, rgb(12,12,12) 91%); /* Firefox */
		background-image: -webkit-gradient(
			linear,
			left top,
			right top,
			color-stop(0.52, rgb(0,0,0)),
			color-stop(0.91, rgb(12,12,12))
		); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(left , rgb(0,0,0) 52%, rgb(12,12,12) 91%); /* Chrome 10+, Safari 6 */
		background-image: -o-linear-gradient(left , rgb(0,0,0) 52%, rgb(12,12,12) 91%); /* Opera */
		background-image: linear-gradient(left , rgb(0,0,0) 52%, rgb(12,12,12) 91%); /* Standard */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#0c0c0c', GradientType=1); /* IE */
		font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-style: italic;
		text-transform: uppercase;
		color: #fe7000;
		text-shadow: 0 1px 0 #984807;
	}
	#conteneur_principal h1 {
		margin-bottom: 0.3em !important;
		font-size: 2.6em;
		line-height: 45px;
	}
	body.ru #conteneur_principal h1.titre_ru {font-size: 2.1em;}

	#conteneur_principal h2.titre {
		margin-bottom: 0.5em !important;
		height: 30px;
		font-size: 1.4em;
		font-weight: normal;
		font-style: normal;
		line-height: 30px;
	}
	body.ru #conteneur_principal h2.titre {font-size: 1em;}

	#conteneur_principal p#imgprincipale {
		margin: 0;
		width: 650px;
		position: relative;
	}
		#conteneur_principal p#imgprincipale span {
			width: 100%;
			height: 5px;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			background-color: #FE7000;
			background-image: -moz-linear-gradient(top, #fe8500, #B34802); /* Firefox */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fe8500),color-stop(1, #B34802)); /* Saf4+, Chrome */
			background-image: -webkit-linear-gradient(#fe8500, #B34802); /* Chrome 10+, Safari 6 */
			background-image: -o-linear-gradient(top, #fe8500, #B34802); /* Opera */
			background-image: -ms-linear-gradient(top, #fe8500, #B34802); /* IE 10 */
			background-image: linear-gradient(top, #fe8500, #B34802); /* Standard */
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8500', endColorstr='#B34802', GradientType=0); /* IE */
			-moz-box-shadow: 0 2px 4px #000;
			-webkit-box-shadow: 0 2px 4px #000;
			box-shadow: 0 2px 4px #000;
		}
	#conteneur_principal p#imgprincipale:after {
		width: 650px;
		height: 15px;
		display: block;
		content: '';
		background: transparent url('../medias/interface/ombre-bas-img.png') no-repeat left top;
	}

	#conteneur_principal p {margin-left: 1.5em;}
	#conteneur_principal p.prix {font-size: 1.1em;}
		#conteneur_principal p.prix a {font-style: italic;}

	#conteneur_principal p.foto_sup {
		padding-left: 25px;
		background: transparent url('../medias/interface/picto_prix.png') no-repeat left center;
	}
		#conteneur_principal p.foto_sup a {
			margin: 0 .2em;
			padding: 2px 3px;
			display: inline-block;
			border-bottom: 1px solid #a0a0a0;
			background-color: #fe7000;
			border-bottom: 1px solid rgba(0, 0, 0, 0.25);
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			-moz-box-shadow: 0 1px 3px rgba(0, 0 0, 0.5);
			-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
		}
		#conteneur_principal p.foto_sup a:hover,
		#conteneur_principal p.foto_sup a:focus {background-color: #333;}

a.lien_site,
.lien_mail a {color: #fff;}
a.lien_site:hover,
a.lien_site:focus,
.lien_mail a:hover,
.lien_mail a:focus {
	text-decoration: none;
	color: #fe7000;
}

#alternatif {
	margin: 30px 0;
	width: 350px;
	float: left;
}

/* ENTREE */
.video_demo {margin-top: 95px !important;}
	.video_demo img {
		margin-bottom: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	  box-sizing: border-box;
		border: 1px solid #696969;
		-moz-box-shadow: 0 0 4px #000;
		-webkit-box-shadow: 0 0 4px #000;
		box-shadow: 0 0 4px #000;
		-moz-transition: all .8s ease;
		-webkit-transition: all .8s ease;
		-o-transition: all .8s ease;
		-ms-transition: all .8s ease;
		transition: all .8s ease;
	}
	.video_demo img:hover,
	.video_demo img:focus {border-color: #FFF;}

video#simulateur3D,
#videohome img {
	margin: 1.5em 0 0 20px;
	width: 1030px;
	height: 580px;
	-moz-box-shadow: 0 0 4px #000;
	-webkit-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
}
#videohome {position: relative;}
	#videohome p {
		width: 300px;
		max-height: 300px;
		position: absolute;
		left: 50px;
		top: 35px;
	}
		#videohome p strong {color: #FE7000;}

/* PRODUITS */
ul.desclist {
	margin-bottom: .8em;
	font-size: .8em;
	color: #c4c4c4;
}
.ie8 ul.desclist,
.ie7 ul.desclist {margin-left: 1.9em;}
	ul.desclist li {
		padding: 3px 5px 3px 35px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	ul.desclist li:nth-child(2n+1) {background-color: #080808;}
	.ie8 ul.desclist li,
	.ie7 ul.desclist li {padding-left: 0;}

.video_produit {
	margin: 6px 0 10px 30px;
	float: right;
	border: 1px solid #fe7000;
	-moz-box-shadow: 0 0 4px #000;
	-webkit-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
}

/* OPTIONS PRODUITS */
.options {
	position: relative;
}
	.options h2 {
		margin: 0 0 0 60px;
		padding-left: 13px;
		width: 275px;
		height: 31px;
		background: transparent url('../medias/interface/entete_options.png') no-repeat left top;
		font-size: 1.2em;
		color: #ff7200;
		line-height: 31px;
		text-shadow: 0 0 2px #000;
		text-transform: uppercase;
	}
		.options h2 b {color: #fff;}

	.options h2 + p {
		margin: 0;
		width: 292px;
		height: 20px;
		position: absolute;
		top: 30px;
		right: 0;
		background: transparent url('../medias/interface/top_options.png') no-repeat left top;
	}

	.options > div {
		margin-left: 60px;
		padding: 12px 5px 15px 13px;
		width: 270px;
		border-left: 1px solid #1a1a1a;
		border-right: 1px solid #000;
		border-bottom: 1px solid #151515;
		background-color: #080808;
	}
	.ie7 .options > div {padding-top: 15px;}
	.options h3 {
		margin: 0.3em 0 0 0;
		font-size: 1.05em;
		color: #ff7200;
		text-transform: uppercase;
	}
	.options ul {
		color: #636363;
		font-size: .9em;
		line-height: 1.35em;
	}
		.options ul li {padding-right: 2px;}
			.options ul li a {
				display: block;
				text-decoration: none;
				color: #636363;
				text-indent: 10px;
				-moz-transition: all .5s ease-out;
				-webkit-transition: all .5s ease-out;
				-o-transition: all .5s ease-out;
				transition: all .5s ease-out;
			}
				.options ul li a b {color: #ff0000;}
			.options ul li a:hover,
			.options ul li a:focus {
				background: #2b2b2b url('../medias/interface/puce_options.png') no-repeat left center;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
				color: #d8d8d8;
				text-shadow: 0 0 2px #fff;
			}
				.options ul li a:hover b,
				.options ul li a:focus b {color: #d8d8d8;}

	.options iframe {margin-left: 10px;}

body#bg_option {
	background: none;
	background-color: #242424;
}
#infosup {
	margin: 0 auto;
	padding: 2px 3px;
	width: 674px;
	min-height: 300px;
	color: #fff;
	text-align: left;
	position: relative;
}
	#infosup h1 {
		margin: 2px;
		padding: 0 5px 0 10px;
		height: 28px;
		border-bottom: 1px solid #fff;
		background-color: #eee;
		background-image: -moz-linear-gradient(top, #fff, #eee); /* Firefox */
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #eee)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(#fff, #eee); /* Chrome 10+, Safari 6 */
		background-image: -o-linear-gradient(top, #fff, #eee); /* Opera */
		background-image: linear-gradient(top, #fff, #eee); /* Standard */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); /* IE */
		color: #444;
		text-shadow: 0 1px 0 #fff;
		font-size: 1.1em;
		line-height: 30px;
	}
	.ie8 #infosup h1,
	.ie7 #infosup h1 {filter: none;}

	#infosup p#retourframe {
		margin: 0;
		position: absolute;
		right: 10px;
		top: 7px;
		text-align: right;
	}
		#infosup p#retourframe a {
			color: #000;
			text-shadow: none;
		}
		#infosup p#retourframe a:hover,
		#infosup p#retourframe a:focus {
			text-decoration: none;
			color: #fe7000;
		}

	#infosup p#visuelprincipal {
		width: auto;
		height: auto;
		position: absolute;
		top: 45px;
		left: 15px;
	}
	.ie7 #infosup p#visuelprincipal {top: 35px;}

		#infosup p#visuelprincipal img {
			border: 1px solid #fff;
			-moz-box-shadow: 1px 1px 6px #000;
			-webkit-box-shadow: 1px 1px 6px #000;
			box-shadow: 1px 1px 6px #000;
		}
	div#txt_option {
		margin: 22px 12px 5px 400px;
		height : 280px;
		overflow-x : hidden;
		overflow-y: auto;
		line-height: 1.3em;
	}
		div#txt_option ul {
			margin: .6em 0 1.5em 1.1em;
			list-style-image: url('../medias/interface/puce.png');
		}

/* PRESTATION */
#alternatif iframe {margin-bottom: 1.5em;}

/* SUPPORT */
ul.liste_jeux {
	margin: .6em 0 1.5em 2.5em;
	list-style-image: url('../medias/interface/puce.png');
}
a.lien_download {
	padding: 0 6px;
	height: 30px;
	display: inline-block;
	border: 1px solid #b1b1b1;
	background-color: #d35e00;
	background-image: -moz-linear-gradient(top, #fe7000, #a83900); /* Firefox */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fe7000),color-stop(1, #a83900)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#fe7000, #a83900); /* Chrome 10+, Safari 6 */
	background-image: -o-linear-gradient(top, #fe7000, #a83900); /* Opera */
	background-image: linear-gradient(top, #fe7000, #a83900); /* Standard */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe7000', endColorstr='#a83900', GradientType=0); /* IE */
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	text-decoration: none;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	line-height: 30px;
}
a.lien_download:hover,
a.lien_download:focus {
	background-color: #fe7000;
	background-image: -moz-linear-gradient(top, #a83900, #fe7000); /* Firefox */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #a83900),color-stop(1, #fe7000)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#a83900, #fe7000); /* Chrome 10+, Safari 6 */
	background-image: -o-linear-gradient(top, #a83900, #fe7000); /* Opera */
	background-image: linear-gradient(top, #a83900, #fe7000); /* Standard */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a83900', endColorstr='#fe7000', GradientType=0); /* IE */
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
p.visuels_jeux {margin: 0;}
	p.visuels_jeux img {
		margin: 0 0 15px 0;
		float: right;
		border: 1px solid #fe7000;
	}

/* MENTIONS LEGALES */
#conteneur_principal ul.mentions {margin: 0 0 1em 1.5em;}

ul.normes figure {
	margin: 0 .5em .5em 0;
	display: inline-block;
}
	ul.normes figure figcaption {
		color: #a0a0a0;
		text-align: center;
	}
p.visuels_mentions img {
	margin-bottom: 15px;
	border: 1px solid #fe7000;
}

/* Fenetre Realdrive */
#iframe_realdrive {
	padding: 2px 10px;
	width: 880px;
	height: 616px;
	background: #242424 url('../medias/interface/bg_traxxas.png') no-repeat 10px 10px !important;
	color: #fff;
	text-shadow: none;
}
	#iframe_realdrive h1 {
		margin: 6px 0 0 0;
		width: 440px;
		height: 77px;
	}
	#iframe_realdrive iframe {margin-top: 15px;}
	#iframe_realdrive p#info_traxxas {
		color: #fff;
	}
		#iframe_realdrive p#info_traxxas b {
			margin-right: 30px;
			color: #fecc00;
			text-shadow: 0 1px 0 #000;
			font-size: 1.1em;
		}
		#iframe_realdrive p#info_traxxas a {color: #fff;}
		#iframe_realdrive p#info_traxxas a:hover,
		#iframe_realdrive p#info_traxxas a:focus {
			text-decoration: none;
			color: #fecc00;
		}

/* CONTACT */
#visuel_contact {
	margin-top: 2em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
	border: 1px solid #313131;
	-moz-box-shadow: 0 0 4px #000;
	-webkit-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
}

/************************************************/
/* LINK */
.linkType1 {
	color: White;
	text-decoration: none;
	font-weight: bold;
	transition: color .5s ease;
}
.linkType1:hover {
	color: #fe7000;
}

/************************************************/
/* IS */
.is-marginBottom-20 {
	margin-bottom: 20px;
}

/************************************************/
/* BANNER */
.banner {
	box-sizing: border-box;
	margin-top: 20px;
	margin-left: 20px;
	padding: 20px;
	width: calc(100% - 35px);
	display: block;
	position: relative;
	background-color: DarkRed;
	text-align: center;
	text-decoration: none;
	font-family: 'BebasNeueRegular';
	font-size: 30px;
	color: White;
	transition: background-color .7s ease;
}

.banner:hover {
	background-color: #fe7000;
}

.banner::before,
.banner::after {
	content: '';
	box-sizing: border-box;
	margin: -10px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: 0 0 0 2px inset;
	animation: clipAnimation 6s linear infinite;
}

.banner::after {
	transform: scaleX(-1);
}

@keyframes clipAnimation {
  0%, 100% {
  	clip-path: inset(0px 98% 0px 0px);
  }
  50% {
  	clip-path: inset(0px 50% 0px 0px);
  }
}

/****************************************************************************/
/****************************************************************************/
/* MENU VERSION MOBILE et TABLETTE */
.showmobile {display: none !important;}

@media only screen and (max-width: 768px) {
	#entete .slogan {
		display: none;
	}
}
@media only screen and (max-width: 1071px) {
	.hidemobile {display: none !important;}
	.showmobile {display: block !important;}

	/* Entete */
	#entete {
		padding: 0;
		width: 100%;
		height: auto;
		clear: left;
		border-top: 1px solid #222;
		border-bottom: 2px solid #fe7000;
		background: none;
	}
		#entete > div {
			width: auto;
			height: auto;
			position: static;
			background: none;
		}
		#entete h1 {
			padding-top: 0;
			width: auto;
			height: auto;
		}
			#entete h1 a,
			#entete h1 img {
				width: 185px;
				height: 80px;
			}
		#entete p#langue_entete {
			margin: 30px 0 0 0;
			float: right;
			position: static;
			border: none;
			background: none;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
		}
			#entete p#langue_entete a {
				margin-left: 0;
				padding-left: 24px;
				text-indent: -9999px;
			}
	/* Navmain */
	.decal_nav,
	.separmenu {display: none;}
	.mean-nav li a b {
		text-transform: lowercase;
		color: #ff0000;
		font-style: italic;
	}
}

/* FIN MENU VERSION MOBILE et TABLETTE */

