@charset "utf-8";
/* CSS Document */

/* *************************
	FONT FACE 
************************* */

/* polices complet + jeu de characteres complet 
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700italic,900italic,500italic,400italic,300italic,100italic,900,700,500,300,100|Open+Sans:400,800italic,800,700,700italic,600italic,600,400italic,300italic,300|Open+Sans+Condensed:300,300italic,700&subset=latin,cyrillic-ext,cyrillic,greek-ext,greek,vietnamese,latin-ext);
*/

/* polices light + jeu latin de base 
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,500,700|Open+Sans:300,300italic,400,400italic,700);
*/

/* polices light + jeux de caractères  complet */
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,500,700|Open+Sans:300,300italic,400,400italic,700&subset=latin,cyrillic,greek,vietnamese,cyrillic-ext,greek-ext,latin-ext);


body {
	color: #0c0c0c;
	background-color:#fff;
	padding:0;
	font-family: 'Open Sans', sans-serif;
}
body > .container {
	width:100%;
}
ul {
	list-style-type: none;
	padding: 0;
}
a:hover {
	text-decoration:none;
}

body > .container {
	padding:0;
}

/********************************************************************************************************************/
/* HEADER */
.header {
	background: url(../img/header_bg.png) no-repeat center top;
}
.header .container {
	min-height:90px;
	width:907px;
	padding-left:0;
	background: url(../img/header_container_bg.png) no-repeat -30px bottom;
	position: relative;
}
.header .logo, .header .logo a  {
	display: inline-block;
	vertical-align:top;
	height:80px;
	width:260px;
	color:#FFF;
	text-align:right;
}

h1.logo{
	margin-top:0;
	margin-left:0;
}

.header .logo span  {
	display:block;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:900;
	letter-spacing:0.1em;
	font-size:15px;
	margin-top:3px;
}
.header .logo a  {
	padding-right:/*125px*/100px;
	padding-top:20px;
}

.header .topbar {
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	width: 715px;
	text-align:right;
	padding-right: 26px;
}
.header .topbar > div {
	display: inline-block;
	vertical-align:top;
}

/* SEARCH */
.search {
	background-color:#383638;
	height:30px;
	display:inline-block;
	vertical-align:top;
}
.search input.INPUT-saisie {
	background-color:#383638;
	height:26px;
	color:#FFF;
	border:0;
	margin:2px 0 0;
	padding:0;
	border-radius:0;
	padding:0 0 0 5px;
	width:160px;
	text-transform:uppercase;
	font-size:11px;
	vertical-align: top;
	font-family: 'Open Sans', sans-serif;
	/*font-weight:300;*/
}
.search .INPUT-submit {
	background-color:#383638;
}

/* LANGUAGE */
.language ul  {
	margin:3px 0 0 30px;
}
.language ul li {
	display:inline-block;
	margin-right:5px;
}

/* MENU */
.header .menu {
	display: inline-block;
	vertical-align:top;
	margin:25px 0 0 -18px;
	position:relative;
	min-width: 646px;
	max-width: 646px;
}

.logo-corpo  {
	position:absolute;
	right:0;
	top:5px;

}

/********************************************************************************************************************/
/* CAROUSEL HOME */
#carousel-home .container {
	width:100%;/**/
	padding:0;
	position: relative;
}

#carousel-home .carousel-inner > .item {
	height: 340px;

}
#carousel-home .carousel-caption {
	bottom: 0;
	text-shadow: none;
	min-height: 340px;
	text-align:left;
	padding:14px /*390p*/0 0 194px;
	width:/*906px*/650px;
}
#carousel-home .carousel-caption h2 {
	color: #FFF;
	font-size: 2.2em;
	line-height:0.9em;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	display:inline-block;
	max-width:640px;
	margin:50px 0 0 70px;
	vertical-align:middle;
}
#carousel-home .carousel-caption.criteres h2 {
	margin:50px 0 0 45px;
}
#carousel-home .carousel-caption.criteres form {
	margin:20px 0 0 45px;
}

#carousel-home .carousel-caption h2 small {
	color: #FFF;
	display:block;
	font-size:16px;
	line-height:16px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	font-weight:bold;
	margin:10px 0 0 0;
}
#carousel-home .carousel-caption p {
	margin:5px 0 20px 70px;
	font-family: 'Open Sans', sans-serif;
	/*font-weight:300;*/
	font-size:17px;
	line-height:17px;
}
#carousel-home .carousel-caption a.btn {
	display:inline-block;
	color:#383638;
	background-color:#FFFFFF;
	border-radius:0;
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	text-transform:uppercase;
	padding: 7px 15px 6px 15px;
	margin-left:70px;
	border:0;
}

.carousel-indicators {
    bottom:10px;
    text-align: right;
	height:20px;
}
.carousel-indicators li {
    background-color:#fff;
    border:0;
    height: 10px;
    margin:0;
    width: 10px;
}
.carousel-indicators .active {
    background-color: #f6a800;
    height: 10px;
    width: 10px;
}
.carousel-control.right  {
	background:url(../img/carrousel-fleche-r.png) no-repeat left 147px;
	/*text-indent:500px;*/
	font-size:0;
}
.carousel-control.left  {
	background:url(../img/carrousel-fleche-l.png) no-repeat right 147px;
	/*text-indent:3500px;*/
	font-size:0;
}


.content .container {
	width:907px;
	margin-top:30px;
}

.criteres {
	padding-right:193px!important;
	width:900px !important;
}

.criteres-content {
	background-color: rgba(0, 0, 0, 0.8);
	min-height: 311px;
}
.criteres-content fieldset {
	margin:0 20px 10px 0;
}
.criteres-content legend, .criteres-content label {
	display:inline-block;
	width:auto;
	color:#FFFFFF;
	margin-bottom:0;
	font-size: 15px;
	border:0;
	vertical-align:middle;
}
.criteres-content label {
	/*margin-top:3px;*/
	color:#161417;
	font-weight:normal;
	padding:3px 10px 5px;
	margin-right:-4px;
	border-left:1px solid #000;
}
.criteres-content label.bg {
	background-color:#FFFFFF;
}

.criteres-content label.active {
	background-color:#f6a800;
	color:#FFFFFF;
}
.criteres-content legend {
	float:left;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	line-height: 13px;
	margin:2px 20px 0 0;
	min-width: 70px;
}
.criteres-content fieldset.deport  {
	display:inline-block;
	vertical-align:middle;
}
.criteres-content fieldset.deport legend {
	margin-top:8px;
}

.criteres-content .btn-default {
	text-transform:uppercase;
	font-size:12px;
	border:0;
	border-radius:0;
	margin:-11px 0 0 25px;
	padding-right:25px;
	vertical-align: middle;
	background:url(../img/bg-menu-gauche-hover.png) no-repeat right 49%;
}
.carousel-inner .item {
	background-position:/*center*/50% top!important;
}
.carrousel-menu {
	position:absolute;
	left:/*50%*/19%;
	top:14px;
	/*margin-left:-453px;*/
	z-index: 100;
	height:311px;
	width:235px;
}
.carrousel-menu li {
	margin-right:15px;
	/*margin-bottom:1px;*/
	border-bottom:1px solid #CCCCCC;
	min-height:103px;
	background-color:#fafafa;
	position:relative;
}
.carrousel-menu li:last-child {
	border-bottom:0;
}

.carrousel-menu li a {
	min-height:103px;
	display:block;
	padding:0 0 0 0;
	color:#383638;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:22px;
}

.carrousel-menu li a > img{
	display: inline-block;
}

.carrousel-menu li a > span{
	display: inline-block;
	max-width: 135px;
	vertical-align: middle;
	line-height: 20px;

}

.carrousel-menu li span.fleche {
	display:none;
	position:absolute;
	right:-13px;
	top:29px;
	background:url(../img/bg-fleche-menu-carrousel-active.png) no-repeat left top;
	height:40px;
	width:40px;
}

.carrousel-menu li.active span.fleche,
.carrousel-menu li:hover span.fleche  {
	display:block;
}
.carrousel-menu li.active, .carrousel-menu li:hover  {
	background: url(../img/bg-menu-carousel-actif.png) repeat-x left bottom;
	background-color:#f6a800;
}
.carrousel-menu li.active a, .carrousel-menu li:hover a  {
	color:#FFF;
}




/* SLIDER range */

.slider {
	margin:25px 0 20px;
	position:relative;
}

.BG-slider {
	display:inline-block;
	padding-top: 12px;
	background:url(../img/bg-slider.png) no-repeat left top;
}

.slider-infos  {
	margin:0!important;
	display:inline-block;
}
.slider-infos label {
	color:#FFFFFF!important;
	font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    min-width: 91px;
	padding:0!important;
    text-transform: uppercase;
	display:inline-block;
}

.slider-infos #amount , .slider-infos .amount{
	left: 137px;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 128px;
	background-color:transparent!important;
	font-weight:normal!important;
	font-size:12px!important;
}

.ui-slider  {
	display:inline-block;
	min-width:231px;
	vertical-align: bottom;
}
.ui-slider-horizontal {
    height: 0.4em!important;
}
.ui-slider .ui-slider-handle {
    height: 0.8em!important;
    width: 0.8em!important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 9px!important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 9px!important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 9px!important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 9px!important;
}

/* SLIDER range vertical */
.ui-slider-vertical {
    height: 210px!important;
}
.acc-prod .ui-widget-content  {
	background:none!important;
	background-color:transparent!important;
	background:url(../img/bg-slider-vertical.png) no-repeat left top!important;
}
.ui-slider-vertical .ui-slider-range {
    margin-left: 5px;
    width: 11px !important;
}

.acc-prod .ui-slider-vertical .ui-state-default {
    margin-left: 5px;
	width: 20px!important;
	height: 20px!important;
	border:0!important;
	background: url(../img/bg-slider-vertical-hand.png) no-repeat scroll 0 0!important;
	border-radius:10px!important;
	-moz-box-shadow: 0 0 10px 0 #dddddd;
	-webkit-box-shadow: 0 0 10px 0 #dddddd;
	-o-box-shadow: 0 0 10px 0 #dddddd;
	box-shadow: 0 0 10px 0 #dddddd;
}



/* accordion */

.ui-widget-content {
    background:none!important;
    border: 2px solid #FFF!important;
    background-color: #FFF!important;
}
.ui-widget-header {
    background:none!important;
    border: 1px solid #FFF;
    background-color: #f6a800!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background:none!important;
	background-color: #f6a800!important;
    border: 2px solid #FFF!important;
	cursor:pointer!important;
}




/* 3 BLOCS ACCUEIL */
.accueil-blocs {
	width:910px;
	margin:30px auto 0 auto!important;
}

.accueil-blocs .bloc {
    width: 260px;
	margin:0 30px 0 20px;
	background-color:#FFF;
    padding: 0;
	float:left;
	min-height: 191px;
}
.accueil-blocs .bloc img {
	width:auto;
	max-width:100%;
}
.accueil-blocs .bloc .row {
	padding:0 15px;
}
/**/
.accueil-blocs .bloc .col-lg-7,
.accueil-blocs .bloc .col-lg-5 {
	padding:0;
}


.accueil-blocs .bloc:last-child {
	margin-right:0;
}

.accueil-blocs .bloc > .row{
	margin-bottom:5px;
}
.accueil-blocs .bloc h2 {
	font-size:26px;
	line-height:26px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	letter-spacing:-0.05em;
	margin-top:	0;
}
.accueil-blocs .bloc p {
	font-size:12px;
	line-height: 15px;
	padding-left:0!important;
}
.accueil-blocs .bloc .btn,
.fiche-left .btn,
.bloc-produit-une .btn {
	background:url(../img/bg-lien-bloc-accueil.png) no-repeat right top / auto 100%;
	background-color:#383638;
	display:inline-block;
	color:#FFF;
	border-radius:0;
	font-family: 'Open Sans', sans-serif;
	font-size:10px;
	text-transform:uppercase;
	padding:5px 46px 5px 12px;
	border:0;
	white-space:normal;
	text-align:left;
}

.ACTU-rss {
	width:15px!important;
	height:15px!important;
	position:absolute;
	right:20px;
	top:22px;
	background:url(../img/picto-rss.png) no-repeat left top!important;
	display:block;
	padding:0!important;
}

.chiffre, .sites, .pays {
	display:block;
	font-family: 'Roboto', sans-serif;
}
.chiffre {
	color: #f6a800;
    font-size: 69px;
    font-weight: 700;
    letter-spacing: -0.15em;
	line-height: 60px;
	padding:5px 50px 0 0;
	margin:5px 5px 0 -5px;
	background:url(../img/fleche-chiffre.png) no-repeat right top;
}
.sites {
	color: #383638;
    font-size: 31px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 33px;
}
.pays {
	display:block;
	font-size: 16px;
    font-weight: bold;
	color:#383638;
	line-height:18px;
}

/* CAROUSEL DES ACTUS */
.ACTU-rss {
	width:15px!important;
	height:15px!important;
	position:absolute;
	right: 5px;
    top: 10px;
	background:url(../img/picto-rss.png) no-repeat left top!important;
	display:block;
	padding:0!important;
}

.carousel2 {
	margin-bottom:5px;
}
.carousel2, .carousel2 .container {
	width:100%;
	padding:0;
}
.carousel2 .carousel-indicators {
	position:absolute;
	top: -30px;
	right:30px;
	margin:0;
	height:18px;
	left: auto;
	text-align:right;
	width: 40%;
}
.carousel2 .carousel-indicators li {
    background-color:#161417;
    border:0;
    height: 7px;
    width: 7px;
}
.carousel2 .carousel-indicators .active {
    background-color: #f6a800;
	height: 7px;
    width: 7px;
	margin: 0;
}
.carousel2 .list li  {
	clear:both;
	padding:0 0 0 0;
	margin:0 0 6px 0;
	min-height:49px;
	background:url(../img/bg-li-actus.png) no-repeat left bottom;
}
.carousel2 .list li img {
	float:left;
	border-radius:21px;
	max-width:42px!important;
}
.carousel2 .list li a.date, .carousel2 .list li h3 {
	padding:0 0 0 55px;
	display:block;
	margin:0;
}
.carousel2 .list li a.date {
	color:#f6a800;
	font-weight:bold;
	font-size:12px;
	padding-top:5px;
}
.carousel2 .list li h3, .carousel2 .list li h3 a {
	color:#161417;
	font-size:12px;
}
.carousel2 .list li h3 a {
	padding-right:30px;
	display:block;
	min-height:20px;
	background:url(../img/puce-lien-actus.png) no-repeat right top;
}

/********************************************************************************************************************/
/* PAGE DE CONTENU */
.content {
	width:906px;
	margin:15px auto 0;
}
.content .left h2, .content .right h2, .col-lg-8.left h1, .ckeditor h2 {
	font-size:28px;
	color:#161417;
	margin-bottom:15px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
.content .right h1, .col-lg-8.left h1, .ckeditor h1, .content h1 {
	font-size:38px;
	color:#f6a800;
	margin-bottom:15px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
.content .right h3, .ckeditor h3 {
	font-size:24px;
	color:#f6a800;
	font-weight:normal;
	margin-bottom:5px;
}
.content .right h4, .ckeditor h4 {
	font-size:19px;
	color:#141414;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	margin:5px 0;
}


.col-lg-8.right {
	padding-right:0;
}

.media-list {
	margin-top:20px;
	margin-left:20px;
}
.media-list li.media {
	background:none!important;
	padding-left:0!important;
}
.media-body h4 {
	font-size:22px!important;
	margin-bottom:0;
	font-family: 'Roboto', sans-serif;
	font-weight:300!important;
}
.media-body p {
	line-height:15px;
}

.media-body a, .right > ul li a, .paragraphes p a, .paragraphes div ul li a, .encart a, .panel-body a, .ckeditor ul li a, .ckeditor p a, .content .right a {
	color:#f6a800;
	text-decoration:underline;
}

.bloc-produit-une a.btn {
	color:#fff!important;
	text-decoration:none!important;
}

.lien-comm {
	color:#383638!important;
	text-decoration:none!important;
}


.right a:hover, .panel-body a:hover {
	text-decoration:none;
}
.media-body ul li, .content .right > ul li, .paragraphes div ul li, .encart ul li, .panel-body ul li, .ckeditor ul li {
	padding-left:20px;
	background:url(../img/puce-li.png) no-repeat 8px 8px;
}

.encart {
	background-color:#FFFFFF;
	padding:10px 15px;
}
.encart .img-responsive {
    width: auto!important;
}

.FLOAT-left {
	float:left;
}
img.FLOAT-left  {
	margin-right:15px;
}
.FLOAT-right {
	float:right;
}
img.FLOAT-right {
	margin-left:15px;
}

.right .accueil-blocs {
    width: auto;
}
.right .accueil-blocs .bloc {
    margin: 0 5px;
    padding: 10px;
    width: 186px;
}
.right .accueil-blocs .bloc p {
	padding-left:5px!important;
}

/* menu de gauche */
.nav > li {
	border-bottom:2px solid #FFFFFF;
	background:url(../img/bg-menu-gauche.png) repeat-y right top;
	background-color:#f3f3f3;
}
.nav-stacked > li + li {
    margin-top: -1px;
}
.nav-pills > li.active a, .nav-pills > li.active a:hover, .nav-pills > li.active a:focus,
.nav > li a:hover, .nav > li a:focus {
    background-color: transparent;
}
.nav-pills > li.active, .nav-pills > li.active:hover, .nav-pills > li.active:focus {
	background:url(../img/bg-menu-gauche-active.png) no-repeat right 49% ;
}
.nav > li:hover, .nav > li:focus {
	background:url(../img/bg-menu-gauche-hover.png) no-repeat right 49% ;
}
.nav-pills > li > a {
    border-radius: 0;
	color:#5d5d5c;
	text-transform:uppercase;
	font-size:12px;
	padding-left:41px;
	background:url(../img/puce-menu-gauche.png) no-repeat 19px 13px;
}
.nav-pills > li.active > a {
	background:url(../img/puce-menu-gauche-active.png) no-repeat 19px 13px;
}

.container.pages {
	background:url(../img/bg-pages.gif) no-repeat center 90px;
	/*background-color:#f9f9f9;*/
	background-color:#f4f4f4;
}
/********************************************************************************************************************/
/* FICHE PRODUIT */
.breadcrumb  {
	margin:3px auto 0;
    width: 906px;
	font-size: 12px;
	background-color:transparent;
}
.breadcrumb a  {
	color:#818285;
}
.breadcrumb > .active {
    color:#f6a800;
}

.breadcrumb > li + li:before {
    color: #ccc;
    content: url(../img/fleche-breadcrumb.png);
    padding: 0 6px;
}

.col-lg-9.left .row  {
	margin-right:0;
}


.cross  {
	background-color:#ffffff;
	margin-bottom: -50px;
    min-height: 280px;
	text-align:center;
	padding:28px 0 20px 0;
	text-transform:uppercase;
}
.cross h2  {
	color:#f6a800;
	font-size:23px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	margin:0 0 30px 0;
}
.cross ul  {
	margin: 0 auto 0;
    width: 906px;
}
.cross ul li  {
	display:inline-block;
	margin:0 -3px 0 0;
	width:145px;
	font-size:12px;
	line-height:14px;
	vertical-align:top;
}
.cross ul li a  {
	color:#383638;
	padding:0 0 0 0;
	display:block;
}
.cross ul li a img  {
	margin-bottom:17px;
}
.cross ul li a:hover  {
	color:#f6a800;

}
.service_icone {
    margin-bottom: 20px;
}

.fiche-left {
	font-size:13px;
}
.fiche-right {
	/*background-color:#eeeeee;*/
	min-height:470px;
}
.col-lg-5.fiche-right  {
	width: 41.6667%;
	padding:0;
}

/* fotorama */
.fotorama__nav--thumbs {
	margin-top: /*20px*/-52px!important;
}

.fotorama__thumb-border {
    border-color: #f6a800!important;
}
.fotorama__arr {
    top: 98%!important;
}

.fotorama__stage {
    height: 431px!important;
}
.fotorama__arr {
    background: url(../img/fotorama-arr.png) no-repeat scroll 0 0!important;
}
.fotorama__arr--next {
    background-position: -32px 0!important;
}




.pictos, .fiche-left h1 {
	background:url(../img/bg-hachures-horizontales.png) repeat-x left bottom;
	padding:0 0 11px 0;
}

.fiche-left h1 {
	color:#141414;
	font-size:14px;
	margin-top:0;
}
.fiche-left h1 small {
	color:#f6a800;
	font-size:33px;
	font-family: 'Roboto', sans-serif;
	font-weight:900!important;
	display:block;
	margin-bottom:6px;
	text-transform:uppercase;
}
.fiche-left h3 {
	color: #f6a800;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
.fiche-left > ul li {
	background:url(../img/puce-li-fiche-produit.png) no-repeat left 8px;
	padding:0 0 0 10px;
}
.fiche-left .btn {
	background:url(../img/bg-lien-bloc-accueil.png) no-repeat right top / auto 100%;
	background-color:#383638;
	border-radius:0;
	padding:0 46px 5px 0;
    white-space: normal;
    text-align: left;
}
.fiche-left .btn span {
	padding:5px 0 0 30px;
	display:block;
}
.fiche-left .btn.comparer span {
	background:url(../img/bg-lien-comparer.png) no-repeat 10px 6px;
}


.pictos  {
	min-height:53px;
	margin-bottom:30px;
}
.pictos ul li {
	display:inline-block;
	vertical-align:top;
}
.picto-left {
	float:left;
}
.picto-left li {
	margin-right:8px;
}
.picto-right {
	float:right;
}
.picto-right li {
	margin-left:8px;
}

/* accordion */
.panel {
    border:0;
}
.panel-group {
    margin-top:40px;
}
.panel-default > .panel-heading {

    background-color: #f6a800;
    border-color: #f6a800;
    color: #FFFFFF;
	text-transform:uppercase;
}
.panel-title > a {
	display:block;
	background:url(../img/fleche-accordion-bottom.png) no-repeat right 5px;
}
.panel-title > a.collapsed {
	background:url(../img/fleche-accordion-top.png) no-repeat right 5px;
}

.panel-body {
	font-size:13px;
	padding: 15px 0;
}
.panel-body p, .panel-body ul {
	padding-left: 15px;
	padding-right: 15px;
}
.panel-body table.table {
	margin-bottom:0;
}
.panel-body .table > thead > tr > th,
.panel-body .table > tbody > tr > th,
.panel-body .table > tfoot > tr > th,
.panel-body .table > thead > tr > td,
.panel-body .table > tbody > tr > td,
.panel-body .table > tfoot > tr > td {
    border-top:0;
    padding: 8px 20px;
}

/* encart droite */
body .pages .col-lg-3 {
	width:25%!important;
}
body .pages .col-lg-9 {
	width:75%!important;
}
.encart-fixed  {
	position:fixed;
	background-color:#FFFFFF;
	width:204px;
	z-index: 100;
	-moz-box-shadow: 0 0 50px -30px #656565;
    -webkit-box-shadow: 0 0 50px -30px #656565;
    -o-box-shadow: 0 0 50px -30px #656565;
    box-shadow: 0 0 50px -30px #656565;
}

.encart-fixed .documentation  {
	background-color:#383638;
	color:#FFFFFF;
	padding-bottom:15px;
}
.encart-fixed .documentation h2  {
	margin-top:0;
	color:#FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-weight:900!important;
	font-size:18px;
	padding:11px 0 0 40px;
	background:url(../img/picto-documentation.png) no-repeat left top;
	min-height:35px;
}

.encart-fixed .documentation ul  {
	margin:0 0 0 13px;
}
.encart-fixed .documentation ul li  {
	line-height:14px;
	margin:0 0 8px 0;
	background:url(../img/picto-download.png) no-repeat left 3px;
	padding:0 20px 0 20px;
}
.encart-fixed .documentation ul li a  {
	color:#FFFFFF;
	font-size:12px;
}

.encart-fixed  .contact   {
	padding-bottom:15px;
}
.encart-fixed .contact h2  {
	margin-top:0;
	font-family: 'Roboto', sans-serif;
	font-weight:900!important;
	font-size:18px;
	padding:11px 0 0 40px;
	background:url(../img/picto-contact.png) no-repeat left 14px;
	min-height:35px;
}

.encart-fixed .contact p  {
	font-size:12px;
	padding:0 15px 0 15px;
	line-height:13px;
}
.encart-fixed .contact .btn {
    background: #f6a800 url("../img/bg-lien-bloc-contact.png") no-repeat scroll right top / auto 100%;
    border: 0 none;
    border-radius: 0;
    color: #383638;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 10px;
    padding: 5px 38px 5px 9px;
    text-transform: uppercase;
	margin:0 0 25px 15px;
    width: 90%;
    white-space: normal;
    text-align: left;
}

/********************************************************************************************************************/
/* ACCUEIL PRODUIT */
.fam-produit.nav > li {
    background:none;
	background-color:#3a3a3a;
    border-bottom:0;
	width:99px;
	min-height:86px;
	margin-left: 0;
	margin-right:1px;
}
.fam-produit.nav > li:first-child {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.fam-produit.nav > li:last-child {
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.fam-produit.nav > li a {
    color: #fff;
    font-size: 11px;
    min-height: 86px;
    padding: 10px 8px 0;
    text-align: center;
	background:none;
	line-height: 14px;
}
.fam-produit.nav .open > a, .fam-produit.nav .open > a:hover, .fam-produit.nav .open > a:focus {
	background-color:#3a3a3a;
}
.fam-produit .dropdown-menu {
    background-color:#3a3a3a;
	border-radius:0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top: 5px solid #f6a800;
	margin: 0 0 0;
}
.fam-produit .dropdown-menu > li > a {
    min-height: 10px;
	padding: 7px 15px;
	text-align:left;
}

.fam-produit.nav > li a img {
	margin-bottom:10px;
}

.fam-produit.nav > li a .caret {
	display:none;
}
.acc-prod .col-lg-3.left {
	padding:0;
}


.bloc-tips  {
	background-color:#FFF;
	background:url(../img/bg-bloc-tips.png) no-repeat left top;
	width:550px;
	min-height:105px;
	position:absolute;
	top:30px;
	left:50px;
	padding:10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 30px 0 #d6d6d6;
	-webkit-box-shadow: 0 0 30px 0 #d6d6d6;
	-o-box-shadow: 0 0 30px 0 #d6d6d6;
	box-shadow: 0 0 30px 0 #d6d6d6;
}

.bloc-tips .content {
	position:relative;
	background:url(../img/bg-picto-tips.png) no-repeat left top;
	width: 100%;
	min-height: 70px;
	padding-left:50px;
}
.bloc-tips .content h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	margin:0;
}
.bloc-tips .content p {
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
}

.bloc-tips .content .gamme, .bloc-tips .content .moteur {
	position:absolute;
	background-color:#f6a800;
	padding:10px 15px;
	color:#FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.bloc-tips .content .gamme {
	top:-35px;
	right:30px;
}
.bloc-tips .content .moteur {
	bottom:-35px;
	left:-30px;
}
.bloc-tips .content .moteur span, .bloc-tips .content .gamme span {
	display:block;
	position:absolute;
}
.bloc-tips .content .moteur span {
	width:7px;
	height:13px;
	left:-7px;
	top:14px;
	background:url(../img/fleche-tips-left.png) no-repeat;
}
.bloc-tips .content .gamme span {
	width:13px;
	height:7px;
	left:87px;
	top:-7px;
	background:url(../img/fleche-tips-top.png) no-repeat;
}

.bloc-tips .close {
	width:14px;
	height:14px;
	position:absolute;
	display:block;
	right:-10px;
	top:-15px;
	background:url(../img/close.png) no-repeat;
	opacity: 1;
}

.bloc-produit-une {
	padding: 290px 300px 0 35px;
	min-height: 710px;
}

.bloc-produit-une img {
	display:none;
}
.bloc-produit-une h2 {
	font-family: 'Roboto', sans-serif;
	font-weight:900!important;
	text-transform:uppercase;
	font-size: 32px !important;
	line-height:31px;
}
.bloc-produit-une h2 span {
	display:block;
	color:#f6a800;
}

.bloc-produit-une p.accroche {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	text-transform:uppercase;
	font-size: 31px;
	line-height:30px;
}

.bloc-produit-une ul {
	margin:20px 0 30px 50px;
}
.bloc-produit-une ul li {
	margin:0 0 7px 0;
}
.bloc-produit-une ul li span {
	color:#FFF;
	padding:0 5px 0 30px;
	background:url(../img/coche-criteres-produits.png) no-repeat 10px 5px;
	background-color:#f6a800;
}

.bloc-produit-une .btn {
	background:url(../img/bg-lien-bloc-accueil2.png) no-repeat right top #383638;
	margin-left:50px;
}

.lien-comm {
	background:url(../img/bg-lien-comm.png) no-repeat right 50% #cfcecf;
	color:#383638;
	text-transform:uppercase;
	margin-left: 125px;
	margin-top:20px;
	padding: 10px 35px 10px 20px;
	font-size:12px;
	font-weight:bold;
	display:inline-block;
}
.lien-comm:hover {
	color:#383638;
}


/* panel criteres */
.panel-crit {
	-moz-box-shadow: 28px 0 39px 0 #eaeaea;
	-webkit-box-shadow: 28px 0 39px 0 #eaeaea;
	-o-box-shadow: 28px 0 39px 0 #eaeaea;
	box-shadow: 28px 0 39px 0 #eaeaea;
	min-height:795px;
	border-right:3px solid #f6a800;
	background-color:#FFF;
	margin:20px 0 25px 0;
	position:relative;
}
.panel-crit .tiret {
	position:absolute;
	top:50%;
	right:-33px;
	width:36px;
	height:77px;
	display:block;
	background:url(../img/tirette.png) no-repeat left top;
}
.panel-crit h2 {
	font-family: 'Roboto', sans-serif;
	font-weight:700!important;
	text-transform:uppercase;
	font-size: 17px !important;
	padding-top:5px;
	margin-top:0;
}
.panel-crit form .bg-pers,
.panel-crit form .bg-char,
.panel-crit form .bg-int,
.panel-crit form .bg-ext,
.panel-crit form .bg-deux {
	display:inline-block;
	text-align: center;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	min-width:73px;
	padding-top:40px;
}
.panel-crit form .bg-pers {
	background:url(../img/bg-critere-personne.png) no-repeat center bottom;
}
.panel-crit form .bg-char {
	background:url(../img/bg-critere-charge.png) no-repeat center bottom;
}

.panel-crit form .bg-int {
	background:url(../img/bg-critere-int.png) no-repeat center bottom;
}
.panel-crit form .bg-ext {
	background:url(../img/bg-critere-ext.png) no-repeat center bottom;
}
.panel-crit form .bg-deux {
	background:url(../img/bg-critere-deux.png) no-repeat center bottom;
}

.panel-crit form .bg-pers span,
.panel-crit form .bg-char span,
.panel-crit form .bg-int span,
.panel-crit form .bg-ext span,
.panel-crit form .bg-deux span {
	display:block;
	font-weight:normal;
	font-size:12px;
}
.panel-crit form fieldset {
	background:url(../img/bg-hachures-horizontales.png) repeat-x left bottom;
	padding:0 0 20px 0;
	margin-right:15px;
	margin-bottom:10px;
}
.panel-crit form legend {
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	border:0;
	margin-bottom:10px;
}

fieldset.deport label  {
	font-weight:normal;
	font-size:12px;
}

fieldset.deport ul li {
	background: url(../img/puce-li2.png) no-repeat left 8px;
	padding:0 0 0 10px;
}
fieldset.deport ul li span {
	display:inline-block;
	margin:2px 5px 0;
	vertical-align:top;
	min-width:25px;
}

.panel-crit .btn {
	margin:0 10px 10px;
	background-color:transparent;
	font-weight:bold;
	font-size:12px;
}

.panel-crit .img-message {
	margin-top:320px;
}

/********************************************************************************************************************/
/* LISTE PRODUITS */
.list .fam-produit.nav > li a, .list .fam-produit.nav > li {
    min-height: 50px;
}
.list .fam-produit.nav > li.active,
.fam-produit.nav > li:hover {
	background-color:#f6a800;
}
.list .col-lg-1.left {
	padding-left:5px!important;
}
.list .col-lg-11.right {
	margin-top:20px;
}

.liste-produits  {
	margin:0 /*22px*/;
}
.liste-produits .col-lg-3  {
	padding:0 8px;
}
.liste-produits img  {
	width:100%;
	max-height:187px;
}

.liste-produits .thumbnail {
    border:0;
    border-radius:0;
    margin-bottom: 10px;
    padding: 0;
}
.liste-produits .thumbnail .caption {
    padding: 0;

}
.liste-produits .thumbnail .caption h3 {
    margin: 0;
	text-transform:uppercase;
	font-size:14px;
	text-align:center;
	padding:10px 0;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}


.liste-produits .thumbnail .caption h2 {
	margin: 0;
	text-transform:uppercase;
	font-size:14px;
	text-align:center;
	padding:10px 0;
	/*border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;*/
	font-weight:normal;

}
.liste-produits .thumbnail .caption h3 a, .liste-produits .thumbnail .caption h2 a {
    color: #f6a800;
}




.liste-produits .thumbnail .caption .btn {
	border-radius:0;
	width:100%;
	border:0;
	background:url(../img/bg-btn-thumbnail.png) no-repeat left top;
	background-color:#383638;
	font-size:11px;
	padding-left: 17px;
    padding-top: 8px;
	white-space:normal;
}

/********************************************************************************************************************/
/* FOOTER */
.footer {
	background-color:#161417;
	color:#fff;
	padding-bottom:20px;
	margin-top:50px;
}
.footer a:hover {
	color:#FFF;
}

/* SOCIAL */
.social {
	min-height: 35px;
	background:url(../img/bg-social-bottom.png) repeat-x left bottom;
	background-color:#2c2a2d;
	border-bottom: 1px solid #2c2a2d;
}
.social .container {
	width:907px;
	margin:0 auto;
	position:relative;
}
.social .container .chevron {
	background:url(../img/chevron.png) no-repeat left top;
	position:absolute;
	right:0;
	top:-33px;
	width:87px;
	height:79px;
}

.social .container ul {
	float:right;
	margin-right:105px;
}
.social .container ul li {
	height: 11px;
	width:19px;
	display:inline-block;
	margin:8px 4px 0 0;
}
.social .container ul li a {
	height: 19px;
	width:19px;
	display:block;
	/*background:url(../img/social_pictos.png) no-repeat;*/
}




/* SITEMAP */
.sitemap {
	width:907px;
	margin:0 auto;
}
.sitemap .col-lg-3 {
    width: /*170px*/195px;
	margin-left:0;
}
.sitemap .col-lg-3 ul {
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	letter-spacing:0.05em;
}
.sitemap .col-lg-3 ul li {
	line-height:15px;
	min-height: 18px;
}
.sitemap h2, .sitemap h2 a {
	color: #a8a8a9;
	font-size: 16px;
	margin:15px 0 3px 0;
	line-height:20px;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	font-weight:300!important;
}
.sitemap a {
	color: #fff;
	text-transform: uppercase;
	color: #a8a8a9;
	font-size: .75em;
	line-height: 1.2em;
	display: inline-block;
}

.bottombar {
	width:907px;
	margin:0 auto;
	text-align:right;
}
.bottombar ul {
	margin:0;
}
.bottombar img {
	margin-bottom:3px;
}
.bottombar ul li {
	display: inline-block;
}

.bottombar ul li a,
.bottombar ul li span {
	color: #a8a8a9;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 15px;
	font-size: .65em;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:0.05em;
}


/********************************************************************************************************************/

/* MENU HEADER */
.juizdropdown {
	position: relative;
	height: 40px;
	text-align: center;
	text-transform: uppercase;
	margin-top:11px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:0.05em;
	font-size:12px;
	text-align: left;
}

/*.juizdropdown li {
	position: relative;
	display: inline-block;
	list-style: none;
	width: 90px;
}*/

.juizdropdown li {
	position: relative;
	display: inline-block;
	list-style: none;
	width: auto;
	max-width: 130px;
	min-width: 50px;
}

.juizdropdown a {
	display: inline-block;
	padding: 5px 10px 0 10px;
	color: #6D6D6D;
	border: 0 none;
	text-decoration: none;
}
.juizdropdown a:focus { text-decoration: underline; }
.juizdropdown li.active > a, .juizdropdown li > a:hover {
	background-color:#f6a800;
	color:#fff;

}
.juizdropdown li.active > a, .juizdropdown li ul li > a:hover {
	background-color:transparent;
}

.menu .juizHovered{
    background-color:#f6a800;
}
.menu .juizHovered > a{
    color:#fff !important;
}
.menu li > a{
    padding-bottom: 5px;
}

/* second niveau */
.juizdropdown .juizSub {
	position: absolute;
	left: 0;
	padding:5px 0 10px 0;
	display: none;
	width: 150px;
	height: auto;
	background: rgb(12,12,12);
	background: rgba(12,12,12,0.75);
	background-image: none;
	border-top: 5px solid #f6a800;
	text-transform:none;
	z-index:100000;
	font-size: 1.2em;
}
.juizdropdown .juizSub li {
	display: block;
	padding: 0 0.1em;
	width: auto;
	float: none;
	line-height: 1.3em;
	text-align: left;
	background: none;
}
.juizdropdown .juizSub a {
	display: block;
	width: auto;
	padding: 0.4em 0.4em;
	margin: 0 1em;
	color: #FFF;
	background: none;
}
.juizdropdown .juizSub a:hover {
	text-decoration:underline;
}
.juizdropdown .juizSub li.first a { border-top: 0; }
.juizdropdown .juizSub li.last a { border-bottom: 0; }
.juizClear { clear: left; height: 0; overflow: hidden; }

.page-provider-register .caret {
    float: right;
	margin-top:9px;
}

.page-node .caret {
    float: right;
	margin-top:9px;
}

@-moz-document url-prefix()
{
     .page-provider-register .caret{
        margin-top :-11px ;
      }

	  .page-node .caret{
        margin-top :-11px ;
      }
}


/*BLOC COMPARATEUR */
.bloc_comparateur{
	position:relative;
	text-align:right;
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	background:  url(../img/shadow-bloc-comparateur.png) no-repeat right bottom;


}

.comparateur {
	display: inline-block;
	background-color:#ffffff;
	border-top:1px solid rgb(246, 168, 0);
	border-left:1px solid rgb(246, 168, 0);
	border-right:1px solid rgb(246, 168, 0);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width:285px;
	max-width:285px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	height:auto;
	margin-right:80px;

}

.comparateur .title {
	font-family: 'Roboto', sans-serif;
	color:#141414;
	font-size:18px;
	padding-bottom:5px;
	text-align:left;

}

.comparateur .btn_suppr_product {
	float:left;
	padding-top:8px;
}

.comparateur .libelle_product {
	float:left;
	padding-left:5px;
	padding-top:8px;
}

.clear{
	clear:both;
}

.btn_comparer {
	padding-top:15px;
	padding-bottom:5px;
	text-align:right;

}

.btn_comparer a{
	background-color:#141414;
	color:#ffffff;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.txt_pre_footer{
	width: 910px;
	margin: 30px auto -25px auto!important;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-style:italic;
	color:#0c0c0c;
}


.special-btn {
	display: table;
}
.special-btn .link-btn,
.fournisseur_login .btn {
	background-color:#383638;
	display: table-cell;
	color:#FFF;
	/*border-radius:0;*/
	font-family: 'Open Sans', sans-serif;
	font-size:10px;
	text-transform:uppercase;
	padding:4px 12px 3px 12px;
	/*border:0;*/
	white-space:normal;
	text-align:left;
}

.special-btn .home-btn {
	background:url(../img/bg-lien-bloc-accueil-FT.png) no-repeat left top / auto 100%;
	width: 48px;
	display: table-cell;
}
