/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }*/


/* =============================================================================
   Links
   ========================================================================== */

a {
  color: #707173;
  text-decoration: none;
}
a:visited {
}

a:hover {
  color: #EC701C;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   oreillettes event
   ========================================================================== */
   .o-contact, .o-devis {
	padding:0px 2px;
    background-color: #c5c522;
	color:#fff;
    text-align: left;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
	position:fixed;
	right:0px;
	width:200px;
	z-index:1000;
	font-size:16px;
    -webkit-transform: translate(144px, 0px);
    -moz-transform: translate(144px, 0px);
    -o-transform: translate(144px, 0px);
    -ms-transform: translate(144px, 0px);
    transform: translate(144px, 0px);
  }

   .o-contact span, .o-devis span{
	display:inline-block;
	width:130px;
	margin-top:10px;
  }

  .material-icons, img.calc {
	float:left;
	margin:6px 6px;
  }
	.material-icons.md-18 { font-size: 18px; }
	.material-icons.md-24 { font-size: 24px; }
	.material-icons.md-36 { font-size: 36px; }
	.material-icons.md-48 { font-size: 48px; }

  .o-contact {
	top:220px;
  }

  .o-devis {
	top:282px;
  }



  .o-contact:hover, .o-devis:hover {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
	color:#fff;
  }

  .o-event {
    margin:0 -90px 0 0;
    background-color: #fff;
    line-height: 60px;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
	position:fixed;
	top:406px;
	right:0px;
	width:200px;
	height:130px;
	background:url(../images/picto-10years.png);
	z-index:1000;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
	-webkit-transition-timing-function: cubic-bezier(.1,-.3,.9,.1);
    transition-timing-function: cubic-bezier(.1,-.3,.9,.1);
  }
  .o-event.slide:hover {
    -webkit-transform: translate(-75px,0) scale(1);
    -moz-transform: translate(-75px,0) scale(1);
    -o-transform: translate(-75px,0) scale(1);
    -ms-transform: translate(-75px,0) scale(1);
    transform: translate(-75px,0)  scale(1);
	cursor:pointer;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(.2,-.1,1,-.1);
    transition-timing-function: cubic-bezier(.2,-.1,1,-.1);
  }
   .o-event span {
    display:none;
  }

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin:0; padding:0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; font-size:15px;}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

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

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

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

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

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

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


/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}

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

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

/* ================================================================ */
/* ========================== STYLE CODEO ========================= */
/* ================================================================ */

h3{
  margin:0px;
  padding:0px;
}

body{
  background: transparent url(../images/bg.png) top center no-repeat;
  position: relative;
}

body .gris{
  background-color: #bab5b2;
  width:100%;
  height:10px;
  position: absolute;
}

body .menu{
  top:122px;
  width:100%;
  height:50px;
  position: absolute;
  background-color:#868688;
  border-top:1px solid #bcbcbd;
}

body .degrade-gris{
  height:23px;
  width:100%;
  top:122px;
  position: absolute;
  background: #868789;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#868789), to(#919293));
  background: -webkit-linear-gradient(#868789, #919293);
  background: -moz-linear-gradient(#868789, #919293);
  background: -ms-linear-gradient(#868789, #919293);
  background: -o-linear-gradient(#868789, #919293);
  background: linear-gradient(#868789, #919293);
  -pie-background: linear-gradient(#868789, #919293);
  behavior: url(http://www.codeo-online.fr/PIE.htc);
}

body .bg-footer{
  background:transparent url(../images/bg-footer.png) bottom center no-repeat;
  position:absolute;
  height:275px;
  width:100%;
  bottom:0px;
}

body #container{
  margin: 0 auto;
  width: 1000px;
}

body #container header{
  background: transparent url(../images/bg-header.png) no-repeat -120px top ;
  width: 940px;
  margin: 0 auto;
  position:relative;
}

body #container header .lang{
  top:0px;
  font-size: 12px;
  color:#fff;
  position:absolute;
  text-align: center;
  z-index: 99999;
  left:340px;
}

body #container header .lang .ville{
  position: relative;
  background-color: #BAB5B2;
  padding: 2px 1px 2px 1px;
  text-align: left;
  width: auto;
  display: inline-block;
  border:1px solid #bab5b2;
  cursor: pointer;
}

body #container header .lang .ville .bt-menu-ville{
  position:relative;
  top:3px;
  right:-3px;
}

.bt-menu-actif{
  background: transparent url(../images/sprite.png) no-repeat -214px -0px !important;
}





body #container header .lang .lang-hover{
  position:absolute;
  width: 100%;
  border:1px solid #bab5b2;
  margin-left:-2px;
  display:none;
}

body #container header .lang .lang-hover a{
  display:block;
  background:#ffffff;
  text-align: right;
  padding: 5px 8px 2px 0px;
  height:17px;
  border-bottom:1px solid #bab5b2;
  font-size:11px;
  color:#bab5b2;
}

/*
body #container header .lang .ville:hover .lang-hover a{
  display:block;
}
*/


body #container header .espace-client{
  display:none;
  position: absolute;
  right:0px;
  top:2px;
  z-index: 99999;
}

body #container header .espace-client-fr{
  display:block;
}

body #container header .espace-client a{
  display:block;
  width:105px;
  padding:2px 5px 2px 0px;
  border:1px solid #FFFFFF;
  background:#bab5b2;
  color:#ffffff;
  text-align: right;
  cursor: pointer;
}

body #container header .espace-client a:hover{
  background:#a2a09f;
  text-decoration:none;
}

body #container header .espace-client a .picto-client{
  position:absolute;
  display:block;
  width:18px;
  height:16px;
  background: transparent url(../images/sprite.png) no-repeat -0px -146px;
  left:5px;
}

body #container header .espace-client a:hover .picto-client{
  display:block;
  width:18px;
  height:16px;
  background: transparent url(../images/sprite.png) no-repeat -20px -146px;
}


body #container header .contact{
/* VISIBILITE RETIRER DU BOUTON PERMETTANT D'OUVRIR LA POP-IN >>>>>>> */ display:none;
  width:180px;
  height:74px;
  background: transparent url(../images/sprite.png) no-repeat -500px -69px;
  float:right;
  z-index: 99999;
  position:relative;
  cursor: pointer;
  margin-top:36px;
}

body #container header .contact:hover{
  background: transparent url(../images/sprite.png) no-repeat -682px -69px;
}

body #container header .actif{
  background: transparent url(../images/sprite.png) no-repeat -682px -69px;
}

body #container header .contact a{
  color:#fff;
  font-weight: bold;
  display: inline-block;
  padding-top:16px;
  padding-left: 30px;
  padding-right:50px;
  text-align: right;
  text-decoration: none;
  height: 45px;
}

body #container header hgroup{
  position: relative;
  padding-top:24px;
  height: 104px;
}


body #container header hgroup .logo{
  width:182px;
  height:62px;
}


body #container header hgroup .logo a{
  width:182px;
  height:62px;
}

body #container header hgroup .logo a span{
  position: absolute;
  top: -68px;
  left: 14px;
  font-size:10px;
  text-decoration:none;
}

body #container header hgroup h1, span.h1{
  font-size:11px;
  color:#b7b8b9;
  line-height:13px;
  text-decoration:none;
  margin-top: 4px;
}

body #container header hgroup .logo .position-logo{
  position: relative;
  top: -20px;
  left: -14px;
}

body #container header nav .menu-gris{
  position:absolute;
  top:123px;
  height:50px;
  width: 940px;
}

body #container header nav .menu-gris a.menu1{
  display: inline-block;
  padding:17px 10px 15px 10px;
  color:#ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  border-right:1px #ffffff solid;
  text-shadow: 1px 1px #58585a;
  margin-left:-4px;
}

body #container header nav .menu-gris a.menu1:hover, body #container header nav .menu-gris a.menu1.on{
  background-color: #ffffff;
  color:#ec6e1c;
  text-shadow: 1px 1px #ffffff;
}

body #container header nav .menu-gris a.active{
  color:#333;
  text-shadow: 0 1px 0 #FFFFFF;
  background-color: #eee;
}


nav .menu2{
  display:none;
  width:1000px;
  border:1px solid #bcbcbc;
  position:absolute;
  left:-31px;
  margin-top: 0px;
  padding-top:32px;
  z-index:9999;
  background: #ffffff;
  /*background: #ffffff url(../images/bg-menu.png) left bottom no-repeat;*/
}

/*nav .menu1:hover + .menu2{
  display:block;
}

nav .menu2:hover{
  display:block;
}*/

nav .menu2 a{
  display:block;
  border-bottom:1px dotted #bcbcbc;
  color:#707173;
  text-decoration: none;
  width:280px;
  padding:5px 0px;
  margin-left:210px;
}

nav .menu2 a:hover{
  color: #EC701C;
  text-decoration:underline;
}

nav .menu2 li{
  display:block;
  width:530px;
  border-right:1px solid #cbcacb;
  float:left;
}

.bande-grise{
  display:block;
  position:relative;
  margin-left:1px;
  margin-bottom:1px;
  margin-top: 25px;
  padding-right:10px;
  padding-top:2px;
  width:986px;
  height:18px;
  background:#929395;
  text-align:right;
  color:#ffffff;
  font-weight:bold;
}

.bande-grise .puce-menu{
  margin-right:5px;
}

body #container header nav .menu-gris a.menu1 .bt-menu{
  position:relative;
  margin-left: 7px;
  top:2px;
}

body #container header nav .menu-gris a.menu1:hover .bt-menu{
  background: transparent url(../images/sprite.png) no-repeat -214px -0px;
}

body #container header nav .menu-gris a.active .bt-menu{
  background: transparent url(../images/sprite.png) no-repeat -214px -0px;
}

body #container header nav .catalogue-recherche{
  float:right;
  position:relative;
  z-index:9999;
}

body #container header nav .catalogue-recherche .menu-orange{
  background-color: #ec701c;
  position: relative;
  min-width: 50px;
  height:50px;
  margin-top:-6px;
}

body #container header nav .catalogue-recherche .menu-orange .liste-produit{
  display: inline-block;
  padding: 17px 41px 17px 41px;
  color:#ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  border-right:1px #ffffff solid;
  border-left:1px #ffffff solid;
  text-shadow: 1px 1px #58585a;
  position: relative;
  cursor:pointer;
  min-width:106px;
}

body #container header nav .catalogue-recherche .menu-orange .bt-catalogue{
  position:absolute;
  left:10px;
  top:16px;
  z-index: 99;
}

body #container header nav .catalogue-recherche .menu-orange .degrade-orange{
  height:28px;
  width:100%;
  position:absolute;
  float:left;
  top:23px;
  background: #e63f21;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e63f21), to(#ec6f1c));
  background: -webkit-linear-gradient(#e63f21, #ec6f1c);
  background: -moz-linear-gradient(#e63f21, #ec6f1c);
  background: -ms-linear-gradient(#e63f21, #ec6f1c);
  background: -o-linear-gradient(#e63f21, #ec6f1c);
  background: linear-gradient(#e63f21, #ec6f1c);
  -pie-background: linear-gradient(#e63f21, #ec6f1c);
  behavior: url(http://www.codeo-online.fr/PIE.htc);
}

body #container header nav .catalogue-recherche .menu-orange:hover{
  background-color: #fd770d;
  color:#ffffff;
  text-shadow: 0px 0px #58585a;
}

body #container header nav .catalogue-recherche .menu-orange-actif{
  background-color: #fd770d;
  color:#ffffff;
  text-shadow: 0px 0px #58585a;
}

body #container header nav .catalogue-recherche .menu-orange:hover .degrade-orange{
  background: #fc4910;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fc4910), to(#fd760d));
  background: -webkit-linear-gradient(#fc4910, #fd760d);
  background: -moz-linear-gradient(#fc4910, #fd760d);
  background: -ms-linear-gradient(#fc4910, #fd760d);
  background: -o-linear-gradient(#fc4910, #fd760d);
  background: linear-gradient(#fc4910, #fd760d);
  -pie-background: linear-gradient(#fc4910, #fd760d);
  behavior: url(http://www.codeo-online.fr/PIE.htc);
}

body #container header nav .catalogue-recherche .menu-orange .degrade-orange-actif{
  background: #fc4910;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fc4910), to(#fd760d));
  background: -webkit-linear-gradient(#fc4910, #fd760d);
  background: -moz-linear-gradient(#fc4910, #fd760d);
  background: -ms-linear-gradient(#fc4910, #fd760d);
  background: -o-linear-gradient(#fc4910, #fd760d);
  background: linear-gradient(#fc4910, #fd760d);
  -pie-background: linear-gradient(#fc4910, #fd760d);
  /*behavior*/
}

body #container header nav .catalogue-recherche .menu-orange:hover .bt-catalogue{
  background: transparent url(../images/sprite.png) no-repeat -295px -2px;
}

body #container header nav .catalogue-recherche .menu-orange .bt-catalogue-actif{
  background: transparent url(../images/sprite.png) no-repeat -295px -2px;
}

.menu-catalogue{
  display:none;
  position:absolute;
  width: 998px;
  height:auto;
  background: #f6f6f6;
  border: 1px solid #BCBCBC;
  right: -30px;
}

/*
.menu-orange:hover + .menu-catalogue, .menu-catalogue:hover{
  display:block;
}*/

.menu-catalogue .bande-orange{
  display:block;
  position:relative;
  margin-left:1px;
  margin-top:1px;
  padding-right:10px;
  padding-top:2px;
  width:986px;
  height:14px;
  background:#ec701c;
}

.menu-catalogue-fermer{
  cursor: pointer;
}

.bande-grise{
  cursor: pointer;
}

.menu-catalogue article{
  float:left;
  width:765px;
}

.menu-catalogue article .produits{
  display:block;
  height:auto;
  width:765px;
  float:left;
  margin-top: 17px;
  margin-left: 19px;
  overflow:hidden;
}

.orange{
  display:inline-block;
  background:#e53c21;
  color:#ffffff;
  padding:1px 4px;
  margin-right:0px;
  cursor:pointer;
}

.menu-catalogue article .produits ul li{
  float:left;
  display:block;
  width:210px;
  min-height:207px;
  border-right:1px solid #cccccd;
  padding-right: 19px;
  padding-left: 23px;
}

/*.menu-catalogue article .marques ul li{
  float:left;
  display:block;
}*/

.menu-catalogue article .marques{
  display:block;
  height:130px;
  width:722px;
  float:left;
  border-right:1px solid #cccccd;
  margin-top: 17px;
  margin-left: 19px;
  padding-right: 17px;
  padding-left: 19px;
  margin-bottom:20px;
  position: relative;
}

.menu-catalogue article .marques .marque-precedent{
  position: absolute;
  top: 85px;
  left: 5px;
  z-index: 9;
}
.menu-catalogue article .marques .marque-suivant{
  position: absolute;
  top: 85px;
  right: 5px;
  z-index: 9;
}
.menu-catalogue article .marques .titre-marques{
  color:#6e6f71;
  text-decoration:none;
  font-size:18px;
}

.menu-catalogue article .marques ul{
  background:#ffffff;
  height:80px;
  margin-top: 12px;
  margin-left: 10px;
}
.menu-catalogue article ul li a{
  color:#707173;
  text-decoration:none;
}

.menu-catalogue .marques h4{
  color:#707173;
  text-decoration:none;
  font-size:18px;
  font-weight:normal;
}

.titremenumarques{
  color: #707173;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}


.menu-catalogue article ul li a:hover{
  color:#EC701C;
  text-decoration:underline;
}

.menu-catalogue article ul li dl dt{
  padding:3px 0px;
  border-top:1px dotted #cccccd;
}

.menu-catalogue article ul li dl dt a{
}

.menu-catalogue article ul li a span{
  color:#ec701c;
  font-size:14px;
}

.menu-catalogue aside{
  float:right;
  padding-right:25px;
  padding-top:12px;
}

.menu-catalogue aside .destockage{
  height: 183px;
  width: 180px;
  margin-top: 30px;
  overflow:hidden;
}
.menu-catalogue aside .destockage .titre-destockage{
  color:#665f5b;
  font-size:14px;
  display:inline-block;
  margin-left:5px;
}

body #container header .catalogue-recherche .recherche{
  height:35px;
  z-index: 99999;
  position:relative;
}

body #container header .catalogue-recherche .recherche input[type="text"]{
  width:76%;
  margin-top:8px;
  margin-left: 5px;
}

body #container header .catalogue-recherche .recherche input[type="submit"]{
  border:none;
  background: transparent url(../images/sprite.png) no-repeat -526px -1px;
  width:25px;
  height:25px;
  margin-top:7px;
  float: right;
  margin-right: 5px;
}

body #container header .catalogue-recherche .recherche input[type="button"]{
  border:none;
  background: transparent url(../images/sprite.png) no-repeat -526px -1px;
  width:25px;
  height:25px;
  margin-top:7px;
  float: right;
  margin-right: 5px;
}

body #container #main{
  display:block;
  position:relative;
  margin-top:-38px;
  color:#646567;
}

body #container #main .diaporama{
  display:block;
  width:1000px;
  height:300px;
  text-align:right;
  margin-bottom:35px;
}

.contenu-diap {
position:absolute;
  display:block;
  bottom:0;
  right: 400px;
  float:right;
}

body #container #main .diaporama h2 {
  margin:0 0 4px 0;
  line-height: 28px;
}

.titre1diapo{
  margin:0 0 4px 0;
  line-height: 28px;
}

.titre1diapo a{
  font-size:26px;
  font-weight:normal;
  color:#ffffff;
  background: transparent url(../images/bg-diapo.png) repeat;
  padding:0px 15px;
}

.titre2diapo{
  margin:0 0 4px 0;
}

.titre2diapo a{
  font-size:16px;
  font-weight:normal;
  color:#ffffff;
  padding:5px 15px;
  background: transparent url(../images/bg-diapo.png) repeat;
}

body #container #main .diaporama h3 {
  margin:0 0 4px 0;
}

body #container #main .diaporama h2 a{
  font-size:26px;
  font-weight:normal;
  color:#ffffff;
  background: transparent url(../images/bg-diapo.png) repeat;
  padding:0px 15px;
}

body #container #main .diaporama h3 a{
  font-size:16px;
  font-weight:normal;
  color:#ffffff;
  padding:5px 15px;
  background: transparent url(../images/bg-diapo.png) repeat;
}

body #container #main .diaporama section a{
  text-decoration:none;
}

body #container #main .diaporama section a.plus{
  position:relative;
  display:block;
  float:right;
}



body #container #main .presentation{
  width:580px;
  min-height:380px;
  float:left;
  padding-left:40px;
  padding-right:20px;
  background: transparent url(../images/bg-presentation.png) no-repeat;
  border-right:2px dotted #dadadb;
}

body #container #main .presentation .bouton{
  margin-top:30px;
}

body #container #main .presentation h3{
  color:#665f5b;
  font-size:22px;
  font-weight: normal;
  display: inline-block;
  margin-top: 8px;
  margin-left:5px;
  position: relative;
  top:-6px;
}

body #container #main .presentation img{
  width:291px;
  height:173px;
  display:inline-block;
  border:solid 3px #ffffff;
  float:left;
  margin-top:10px;
}

body #container #main .presentation .accroche{
  color:#e63f21;
  font-size:14px;
  font-weight:bold;
  margin-top:10px;
  margin-left:10px;
  width:265px;
  float:right;
}

body #container #main .presentation .contenu-presentation{
  text-align:justify;
  width:265px;
  float:right;
}

body #container #main .videotheque{
  width:300px;
  float:left;
  padding-left:20px;
  background:transparent url(../images/bg-videotheque.png) no-repeat;
}

body #container #main .videotheque .bouton{
  margin-top:30px;
}

body #container #main .videotheque h3{
  color:#665f5b;
  font-size:22px;
  font-weight: normal;
  display: inline-block;
  margin-top: 8px;
  margin-left:5px;
  position: relative;
  top:-6px;
}

body #container #main .videotheque img{
  width:76px;
  height:76px;
  float:left;
  margin-right:10px;
}

body #container #main .videotheque .vid{
  margin-bottom:3px;
  display: inline-block;
}

body #container #main .videotheque .vid a{
  font-size:14px;
  color:#e53e21;
  text-decoration:none;
}

body #container #main .videotheque .video{
  margin-top:20px;
}

body #container #main .videotheque p{
  margin:0px;
  padding:0px;
  text-align: justify;
}

body #container #main .videotheque p a{
  font-size:12px;
  color:#e53e21;
}

body #container #main .marques{
  position:relative;
  padding-bottom:30px;
}

body #container #main .marques h4{
  font-size:25px;
  color:#ec701c;
  font-weight:normal;
}

body #container #main .marques .marque-precedent{
  position:absolute;
  top:100px;
  left:0px;
  z-index:99;
  cursor: pointer;
}

body #container #main .marques .marque-suivant{
  position: absolute;
  top:100px;
  right:0px;
  z-index:99;
  cursor: pointer;
}

body #container footer{
  color:#7b7c7e;
  position:relative;
  width: 1000px;
  height: 271px;
  margin: 0 auto;
  background: transparent url(../images/bg-menu-footer.png) top right repeat-x;
}

body #container footer .menu-footer{
  margin-left:45px;
  padding-top:15px;
  height:150px;
  font-size:11px;
}

body #container footer .menu-footer .menu3{
  float:left;
  width:128px;
  list-style: none;
  margin-right:10px;
  padding-right:10px;
  border-right:1px solid #FFFFFF;
  height:125px;
}
body #container footer .menu-footer .menu3 li a{
  padding:0;
  color:#eb6c1c;
  font-size:14px;
  margin-bottom:5px;
  display:block;
}

body #container footer .menu-footer .menu3 li .menu4{
  margin:0 0 0 12px;
  padding:0;
}

body #container footer .menu-footer .menu3 li .menu4 li{
  margin:0;
  padding:0;
  list-style-type:disc;
  font-size: 7px;
}

body #container footer .menu-footer .menu3 li .menu4 li a{
  margin:0;
  padding:0;
  color:#7b7c7e;
  font-size:11px;
}


body #container footer .coordonnees{
  margin-left:30px;
  font-size: 12px;
  color:#ffffff;
}

body #container footer .coordonnees .logo-footer{
  display: block;
}

body #container footer .coordonnees h1{
  margin:0px;
  padding:0px;
  font-size: 12px;
}

body #container footer .coordonnees span{
  display:block;
  font-size: 11px;
}

body #container footer .footer-right{
  float:right;
  text-align: right;
  margin-top:-50px;
  padding-right:20px;
}

body #container footer .footer-right a{
  color:#ffffff;
  text-decoration:none;
  font-size:11px;
}

.border-blanc{
  z-index: 10000;
  border:4px solid #fff;
  display:block;
  width:845px;
  height:auto;
  position:absolute;
  top:84px;
  margin-left:88px;
  display:none;
}

.pop-contact{
  position:relative;
  height:auto;
  border:3px solid #cfcfcf;
  padding:10px 10px;
  color:#665f5b;
  background: #E9E9EA;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E9E9EA), to(#fafbfb));
  background: -webkit-linear-gradient(#E9E9EA, #fafbfb);
  background: -moz-linear-gradient(#E9E9EA, #fafbfb);
  background: -ms-linear-gradient(#E9E9EA, #fafbfb);
  background: -o-linear-gradient(#E9E9EA, #fafbfb);
  background: linear-gradient(#E9E9EA, #fafbfb);
  -pie-background: linear-gradient(#E9E9EA, #fafbfb);
  behavior: url(http://www.codeo-online.fr/PIE.htc);
}

.accroche{
  font-size:14px;
  font-weight:bold;
  display:block;
}

.precision{
  font-size:11px;
  clear:both;
  display:block;
  width:70%;
  margin-top:10px;
  margin-bottom:10px;
}

.joindre{
  float:right;
  width:194px;
  background-color:#ffffff;
  border:2px solid #999999;
  text-align:right;
  padding:4px;
  margin-top:-4px;
  margin-left:30px;
}

.joindre .text{
  font-size:11px;
  font-weight:bold;
  display:block;
}
.pop-contact.inprod{
  width:100%;
  margin-left:0px !important;
  clear:both;
  background:#fff;
  border:0px;
  padding:0px;
}
.pop-contact.inprod h3{
  background-color:#E75012;
  color:#fff;
  padding:0 4px;
  font-size:22px;
  font-weight:normal;
  text-align:right;
}

.joindre .tel{
  font-size:18px;
  font-weight:bold;
  color:#e75012;
}

form.pop-contact fieldset{
  display:inline-block;
  float:left;
}

form.pop-contact fieldset span{
  display:block;
  width:100%;
  color:#e75012;
  margin-top:0px;
  font-weight:bold;
}

form.pop-contact fieldset.gauche{
  margin-bottom: 5px;
  clear: both;
  position:relative;
}

form.pop-contact fieldset.droite{
  padding-left:0%;
  width:100%;
  margin-bottom:5px;
}

form.pop-contact fieldset.droite .check{
  display:inline-block;
  min-width:190px;
  padding-left:4px;
  padding-top:5px;
}

form.pop-contact fieldset legend{
  font-weight:bold;
  color:#ec701c;
  margin-bottom:10px;
}

form.pop-contact fieldset input{
}

form.pop-contact fieldset textarea{
}

form.pop-contact fieldset input[type="checkbox"]{
  width:13px;
  height:13px;
  border:0px solid #bab5b2;
  display:inline-block;
  visibility:hidden;
  position: relative;
}

form.pop-contact fieldset .checkbox{
  width:13px;
  height:13px;
  display:inline-block;
  background: transparent url(../images/checkbox.png) no-repeat;
  position:absolute;
  border:0px solid #bab5b2;
}

form.pop-contact fieldset .checkbox-checked{
  background: transparent url(../images/checkbox.png) no-repeat -0px -14px;
}

form.pop-contact fieldset input[type="checkbox"]:checked{
  border:1px solid #ec701c;
}

form.pop-contact fieldset input[type="text"]{
  width:100%;
  height:26px;
  border-radius:8px;
  border:1px solid #999999;
  color:#999999;
  display:block;
  padding-left:5px;
}

form.pop-contact fieldset.droite .produit-demande{
  display:block;
  height:30px;
  width:500px;
  padding-top:8px;
  padding-bottom:8px;
}

form.pop-contact fieldset.droite .produit-demande input[type="text"]{
  float:right;
  margin:0px;
  margin-top:10px;
  display:inline-block;
  background: #ffffff;
  border:1px solid #bab5b2;
}

form.pop-contact fieldset.droite .produit-demande input[type="text"]:focus{
    border:1px solid #ec701c;
    background: #ffffff;
}

form.pop-contact fieldset.droite .produit-demande input[type="text"].checked{
    background: #ffffff;
}

form.pop-contact fieldset .select-contact select{
  width:100%;
  height:28px;
  border:0px solid #999999;
  color:#999999;
  display:block;
}

form.pop-contact fieldset .select-contact{
  height:30px;
  border-radius:8px;
  border:1px solid #999999;
  color:#999999;
  display:block;
  overflow: hidden;
  width:100%;
  background:#ffffff;
  padding-left:6px;
  float:left;
}

form.pop-contact fieldset textarea{
  width:100%;
  border:1px solid #999999;
  border-radius:8px;
  height:60px;
  font-size:16px;
  margin-top:6px;
}

form.pop-contact  input[type="submit"]{
  position: relative;
  float: right;
  bottom: 38px;
  right: 0px;
  font-size:18px;
  color:#ffffff;
  display:block;
  border: 0px solid #696;
  padding: 4px 20px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #EC701C;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EC701C), to(#e53c21));
  background: -webkit-linear-gradient(#EC701C, #e53c21);
  background: -moz-linear-gradient(#EC701C, #e53c21);
  background: -ms-linear-gradient(#EC701C, #e53c21);
  background: -o-linear-gradient(#EC701C, #e53c21);
  background: linear-gradient(#EC701C, #e53c21);
  -pie-background: linear-gradient(#EC701C, #e53c21);
  behavior: url(http://www.codeo-online.fr/PIE.htc);
}

form.pop-contact  input[type="submit"]:hover{
  background: #e53c21;

}

form.pop-contact fieldset span.erreur-form {
    display: none;
    position: absolute;
    color:#FF0000;
    font-size:10px;
    top:32px;
    left:15px;
    margin:0px !important;
    padding:0px !important;
    border: 0px solid #ffffff !important;
}


.bouton{
  color:#ffffff;
  text-decoration:none;
  display:block;
  border: 0px solid #696;
  padding: 4px 20px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #EC701C;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EC701C), to(#e53c21));
  background: -webkit-linear-gradient(#EC701C, #e53c21);
  background: -moz-linear-gradient(#EC701C, #e53c21);
  background: -ms-linear-gradient(#EC701C, #e53c21);
  background: -o-linear-gradient(#EC701C, #e53c21);
  background: linear-gradient(#EC701C, #e53c21);
  -pie-background: linear-gradient(#EC701C, #e53c21);
  behavior: url(http://www.codeo-online.fr/PIE.htc);
  float:right;
}
.bouton:hover{
  color:#ffffff;
  background: #e53c21;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e53c21), to(#EC701C));
  background: -webkit-linear-gradient(#e53c21, #EC701C);
  background: -moz-linear-gradient(#e53c21, #EC701C);
  background: -ms-linear-gradient(#e53c21, #EC701C);
  background: -o-linear-gradient(#e53c21, #EC701C);
  background: linear-gradient(#e53c21, #EC701C);
  -pie-background: linear-gradient(#e53c21, #EC701C);
  behavior: url(http://www.codeo-online.fr/PIE.htc);
}

.block-titre{
  height:55px;
  width:1000px;
  border:1px solid #dddddd;
  margin-top:45px;
}

.block-titre div{
  height:49px;
  border:3px solid #ffffff;
  background:#dddddd;
  position:relative;
}

.block-titre div .titre-page{
  display:inline-block;
  padding-left:60px;
  padding-right:10px;
  font-size:26px;
  color:#ffffff;
  background: transparent url(../images/bg-diapo.png) repeat;
  position: relative;
  margin-top: 12px;
  margin-left: 5px;
}

.block-titre div .titre-page .puce-carre{
  top: -4px;
  position: relative;
}

#produit .block-titre{
  height:94px;
}

#liste .block-titre{
  height:94px;
}

#produit .block-titre div{
  height:88px;
  background: #e7e7e7 url(../images/bg-top-produit.png) top right no-repeat;
}

#liste .block-titre div{
  height:88px;
  background: #e7e7e7 url(../images/bg-top-produit.png) top right no-repeat;
}

#produit .block-titre div .titre-page{
  margin-top: 50px;
}

#liste .block-titre div .titre-page{
  margin-top: 50px;
}

#produit .contenu{
  padding-left:25px;
  width:950px;
}

#produit .contenu .gen .photo{
  float:left;
  padding-right:20px;
  position:relative;
}

#produit .contenu .gen .photo .garantie{
  position:absolute;
  top: 208px;
  left: 215px;
  z-index: 10;
}

#produit .contenu .gen .photo .noncontractuel{
  position:absolute;
  z-index: 10;
  font-size: 10px;
/*  display:none;*/
}

#produit .contenu .gen .photo .img{
  width:280px;
  height:263px;
  display:block;
}

#produit .contenu .gen .photo .imgbis{
  border:1px #c6c7c8 solid;
  margin-top:15px;
  margin-bottom:15px;
  margin-right:17px;
}

#produit .contenu .gen .desc{
  margin-left:300px;

}

#produit .contenu .gen .desc h1{
  font-size: 23px;
  font-weight: bold;
  color:#ec701c;
  display: block;
  margin:0px;
}

#produit .contenu .gen .desc h2{
  font-size: 16px;
  color:#1a171b;
  font-weight: normal;
  display:block;
  margin:0px;
}

#produit .contenu .gen .desc p{
  font-size:12px;
  line-height: 19px;
  text-align:justify;
  margin:0px;
}

#produit .contenu .gen .desc .promo{
  float:right;
}

#produit .contenu .gen .desc .promo img{
  -webkit-box-shadow: #666 4px 4px 30px;
  -moz-box-shadow: #666 4px 4px 30px;
  box-shadow: #999 3px 3px 8px;
  behavior: url(http://www.codeo-online.fr/PIE.htc);
}

#produit .contenu .gen .desc .qt {
  border: 1px solid #ccc;
  color: #1a171b;
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: 5px 0 15px;
  padding: 5px 10px;
  text-align: center;
  width: 180px;
}

#produit .contenu .gen .desc .fiche{
  background:#f3f3f3;
  width:172px;
  height:28px;
  display: inline-block;
  margin:0px;
  padding:1px;
  position: relative;
  float:left;
}

#produit .contenu .gen .desc .fiche .lien-fiche{
  margin-left:40px;
  margin-top:5px;
  text-decoration:underline;
  display: inline-block;
}

#produit .contenu .gen .desc .fiche .logo-pdf-gris{
  position:absolute;
  top: 5px;
  left:10px;
}

#produit .contenu .gen .desc .fiche:hover .lien-fiche{
  color:#EC701C;
}

#produit .contenu .gen .desc .fiche:hover .logo-pdf-gris{
  background:transparent url(../images/sprite.png) no-repeat -552px -2px;
}

#produit .contenu .gen .desc .fiche:hover + .liens-fiches{
  display:block
}

#produit .contenu .gen .desc .liens-fiches:hover{
  display:block
}

#produit .contenu .gen .desc .fiche .puce-pdf{
  position:absolute;
  top: 9px;
  left:154px;
}

#produit .contenu .gen .desc .liens-fiches{
  background:#f3f3f3;
  display: none;
  margin:0px;
  padding:1px;
  position: absolute;
  top: 261px;
  left: 327px;
  z-index: 9;
}

.desc.desc_reference .liens-fiches{
  top:212px !important;
}


#produit .contenu .gen .desc .liens-fiches a{
    border-bottom: 1px solid #C6C7C8;
    display: block;
    font-size: 11px;
    height: 15px;
    min-width: 156px;
    padding: 6px 6px 6px 10px;
}

#produit .contenu .gen .desc .liens-fiches a:hover{
  color:#EC701C;
}

#produit .contenu .gen .desc .lien-video{
  background:#f3f3f3;
  display: block;
  height:28px;
  margin:0px;
  padding:1px;
  padding-right:10px;
  border-left:1px solid #bababb;
  position: relative;
  float:left;
}

#produit .contenu .gen .desc .lien-video a{
  margin-left:40px;
  margin-top:5px;
  text-decoration:underline;
  display: inline-block;
}

#produit .contenu .gen .desc .lien-video .picto-video{
  position:absolute;
  top: 5px;
  left: 8px;
}

#produit .contenu .gen .desc .description{
  display:block;
  margin-top:2px;
  height:136px; /*ou 232px*/
  border-bottom:1px solid #ec701c;
  overflow: hidden;
  position: relative;
  padding-top:12px;
}

#produit .description h3{
  margin-top: 10px
}

#produit .contenu .gen .desc .description .suite{
  position:absolute;
  bottom: 5px;
  right: 0px;
  background: #ffffff;
}


#produit .contenu .logo-marque{
  /*float: left;
  margin-top: 10px;
  border:1px solid #e0e1e2;*/
  border:1px solid #c6c7c8;
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:1000;
	background-color:#fff;
}

#produit .contenu .gen .desc2{
  margin-left:300px;
}

#produit .contenu .gen .desc2 .devis .devisa{
  float:right;
  width:246px;
  height:77px;
  background: transparent url(../images/sprite.png) no-repeat -4px -69px;
  display: inline-block;
  margin-top:20px;
  font-size:12px;
  font-weight:bold;
  color:#ffffff;
}

#produit .contenu .gen .desc2 .devis .devisa:hover{
  background: transparent url(../images/sprite.png) no-repeat -253px -69px;
}

#produit .contenu .gen .desc2 .devis .devisa span{
    display: block;
    margin-right: 54px;
    margin-top: 15px;
    text-align: right;
}

#page .contenu{
  width:975px;
}

.chapeau{
  padding:0 10px;
  background-color:#F4F4F4;
  border:1px solid #DADADB;
  margin-bottom:20px;
}

#page article{
  width:650px;
  padding:0px 22px 25px 30px;
  float: left;
  border-right:2px dotted #DADADB;
}

#page article h1{
  color:#ec701c;
  font-size:23px;
  font-weight: bold;
  margin:0px;
  padding:0px;
}

/*#page article section img{
  float: left;
  margin-right: 20px;
}*/

#page article section figure img{
  max-width:252px;
  float: right;
  border:1px solid #ec701c;
  /*margin-left: 20px;*/
}

#page article section h2{
  color:#e74820;
  font-size:16px;
  font-weight:normal;
  display: block;
  margin-left:5px;
  clear:both;
}

h2 span{
  color:#EC701C;
  text-transform:capitalize;
}

#page article section p a{
  display:inline-block;
  text-decoration: underline;
  /*color:#ffffff;
  background:#e53b21;*/
}

#page article .enveloppe{
  text-align: center;
  background: transparent url(../images/bg-enveloppe.png)  top center no-repeat;
  padding-top:55px;
  margin-top: 50px;
  cursor: pointer;
}

#page article .enveloppe span{
  display:block;
  font-size:16px;
  color:#707173;
}

#page article .enveloppe a{
  color:#ec701c;
  text-decoration:none;
}

#page article .enveloppe:hover a{
  text-decoration: underline;
}

#page aside{
  width:240px;
  padding-left:25px;
  min-height:750px;
  float:right;
  background: transparent url(../images/bg-aside-page.png) no-repeat;
}

#page aside .menu-droite{
  display: block;
}

#page aside .menu-droite .titre{
  float:right;
  font-size: 20px;
  color:#bab5b2;
  font-weight: bold;
  display: block;
  margin-bottom: 12px;
  margin-right: 15px;
}

#page aside .menu-droite ul{
  margin:0px;
  padding:0px;
  padding-top:20px;
}

#page aside .menu-droite ul li{
  clear:both;
  border-top:1px dotted #bab5b2;
  list-style:none;
  padding: 7px 0px;
  background: #ffffff;
  margin-right: 15px;
}

#page aside .menu-droite .sepa{
  width:265px;
  height:15px;
  background: transparent url(../images/bg-sepa.png) top center no-repeat;
  position: absolute;
  right: 13px;
}

#page aside .menu-droite-videotheque{
  display: block;
  margin-top:55px;
}


/************* LISTE PRODUITS : - box model ***************/
/****************************** - onglet fiche produit ****/
.contenu{
  width:975px;
  background:#ffffff;
  padding-right:25px;
  padding-top:25px;
  margin-top:15px;
}

#liste .contenu{
  padding-left:30px;
  padding-right:10px;
  width: 960px;
  min-height:400px;
}

.contenu .titre-top{
  font-size:14px;
  color:#EC701C;
  padding:3px 0px;
  background: #f7f7f7;
  width:935px;
}

.contenu .liste-prod-top{
  position:relative;
  float:left;
  border:1px solid #EC701C;
  text-align:center;
  width:209px;
  height:212px;
  margin-right:26px;
  margin-bottom:55px;
}

.contenu .liste-prod-top .nom-produit{
  color:#EC701C;
  font-size:16px;
}

.contenu .liste-prod-top:hover{
  border:1px solid #e0e0e0;
}

.contenu .liste-prod-top:hover .nom-produit{
  color:#707173;
}

.contenu .quantite{
  position:absolute;
  left:50px;
  top:218px;
  font-size:12px;
}

.contenu .liste-prod{
  position:relative;
  float:left;
  border:1px solid #e0e0e0;
  text-align:center;
  width:212px;
  height:212px;
  margin-right:26px;
  margin-bottom:55px;
}

.contenu #tabs-2 .liste-prod{
  margin-right:11px;
}

.contenu .nom-produit{
  display:block;
  height:60px;
  font-size:16px;
}

.contenu .liste-prod:hover{
  border:1px solid #EC701C;
}

.contenu .liste-prod:hover .nom-produit{
  color:#EC701C;
}

.contenu .liste-prod .nom-produit span{
  font-size:14px;
}

.contenu .photo-produit img{
   width:120px;
   height:120px;
   border:0;
}

.contenu .promo-desto{
  display:block;
  position:absolute;
  left: 104px;
  top: 145px;
}

.contenu .promo-desto img{
  border:0;
  /*width:60px;*/
}

.contenu h1{
  font-weight:bold;
  font-size:23px;
  color:#ec701c;
  margin-top:10px;
}

/*********** VIDEOTHEQUES ***********************/
#videos .contenu{
  width:975px;
  padding-top:0px;
}

#videos .contenu h3{
  font-size:23px;
  font-weight: bold;
  color:#ec701c;
  margin-left:25px;
  margin-bottom:25px;
  margin-top:25px;
  padding:5px 11px;
}

#videos .contenu #vid{
  width:215px;
  min-height:231px;
  float:left;
  border: 1px solid #d9d9d9;
  position: relative;
  margin-left:25px;
  margin-bottom:22px;

}

#videos .contenu #vid .video{
  position: relative;
}

#videos .contenu #vid .video .img-video{
  width:130px;
  height:130px;
  margin:18px 38px;
  border:1px solid #000000;
}

#videos .contenu #vid .video .play{
  position:absolute;
  top:60px;
  left:80px;
}

#videos .contenu #vid .video .vid{
  margin: auto;
  padding: 0px;
  text-align: center;
  line-height: 14px;
  max-width: 190px;
  display: block;
  padding-bottom: 10px;
}

#videos .contenu #vid .video .vid a{
  font-size:14px;
  color:#e74820;
  font-weight:normal;
}

/*********** arianne ***********************/
.ariane{
  position:absolute;
  top:-16px;
  font-size:11px;
}

/*********** ONGLETS FICHE PRODUITS**************/
#tabs ul li{
  font-size:14px;
  font-weight:bold;
  color:#646567;
}

#tabs #tabs-1 #ref h3{
  font-size:14px;
  font-weight:bold;
  color:#646567;
  margin-bottom:10px;
}

#tabs #tabs-1 #ref table{
  font-size:12px;
  border-right: 2px solid white;
  border-left: 2px solid white;
  width:100%;
}

#tabs #tabs-1 #ref table tr{
  border:1px solid #cdcccc;
}

#tabs #tabs-1 #ref table tr .ref{
  width:200px;
  color:#ec701c;
  border-right:5px solid #ffffff;
  padding:10px 10px;
}

#tabs #tabs-1 #ref table tr .caract{
  color:#58585a;
  padding:10px 10px;
}

/*********** MENTIONS LEGALES**************/
#mentions-legales .contenu{
  padding-left:25px;
  width:950px;
}


/**************************** Block vidéothèque**********************************/
.menu-droite-videotheque .videotheque-menu .titre-videotheque{
  margin-left: 6px;
  top: -10px;
  display: inline-block;
  font-size: 14px;
  color: #707173;
  position: relative;
}

.menu-droite-videotheque .videotheque-menu .image-videotheque img{
  width:190px;
  height:145px;
  display:block;
  border:10px solid #ffffff;
}

.menu-droite-videotheque .videotheque-menu .image-videotheque .play{
  position:absolute;
  top: 60px;
  left: 85px;
}

.menu-droite-videotheque .videotheque-menu{
  display:inline-block;
  margin-left:0px;
  margin-top:5px
}

.menu-droite-videotheque .lien{
  font-size: 12px;
  color:#707173;
  text-decoration: none;
  float:right;
  margin-right:38px;
  margin-top: 10px;
}

.videotheque .videotheque-menu{
  margin-left:17px;
  margin-top:15px
}

.videotheque .videotheque-menu .image-videotheque{
  margin:12px 0px 0px 0px;
}

.videotheque-menu{
  display:inline-block;
  margin-left:33px;
  margin-top:5px
}

.videotheque-menu .block-video{
  display: inline-block;
  color: #707173;
  text-decoration: none;
  width: auto;
  padding:0px;
  margin-left: 0px;
}

.videotheque-menu .titre-videotheque{
  margin-left:6px;
  display:inline-block;
  font-size:14px;
  color:#707173;
}

.videotheque-menu .image-videotheque{
  border:1px solid #c3c3c4;
  margin:15px 0px 0px 0px;
  position:relative;
}

.videotheque-menu .image-videotheque img{
  width:145px;
  height:80px;
  display:block;
  border:5px solid #ffffff;
}

.videotheque-menu .image-videotheque .petit-play{
  position:absolute;
  top: 25px;
  left: 65px;
}


/*********** PICTOS et elements graphiques fixes **************/
/**************************************************************/
.picto-destockage{
  width:14px;
  height:12px;
  background: transparent url(../images/sprite.png) no-repeat -577px -30px;
  display: inline-block;
}

.picto-fleche-videotheque{
  width:25px;
  height:13px;
  background: transparent url(../images/sprite.png) no-repeat -320px -1px;
  display: inline-block;
}

.play{
  width:51px;
  height:51px;
  background: transparent url(../images/sprite.png) no-repeat -882px -69px;
  display: inline-block;
}

.petit-play{
  width:33px;
  height:33px;
  background: transparent url(../images/sprite.png) no-repeat -935px -69px;
  display: inline-block;
}

.ligne-grise{
  background:#edecec;
}

.bt-menu{
  width:15px;
  height:15px;
  background: transparent url(../images/sprite.png) no-repeat -196px -0px;
  display: inline-block;
}

.bt-menu-ville{
  width:15px;
  height:15px;
  background: transparent url(../images/sprite.png) no-repeat -196px -0px;
  display: inline-block;
}

.bt-catalogue{
  width:22px;
  height:22px;
  background: transparent url(../images/sprite.png) no-repeat -273px -2px;
  display: inline-block;
}

.filet-degrade-gris{
  width:1px;
  height:39px;
  background: transparent url(../images/sprite.png) no-repeat -864px -72px;
  display: inline-block;
}

.logo-footer{
  width:120px;
  height:40px;
  /*background: transparent url(../images/sprite.png) no-repeat -859px -2px;*/
  display: inline-block;
}

.drapeau-de{
  width:24px;
  height:12px;
  background:transparent url(../images/sprite.png) no-repeat -247px -27px;
  display: inline-block;
}
.drapeau-es{
  width:24px;
  height:12px;
  background:transparent url(../images/sprite.png) no-repeat -311px -27px;
  display: inline-block;
}
.drapeau-fr{
  width:24px;
  height:12px;
  background:transparent url(../images/sprite.png) no-repeat -280px -27px;
  display: inline-block;
}
.drapeau-it{
  width:24px;
  height:12px;
  background:transparent url(../images/sprite.png) no-repeat -216px -27px;
  display: inline-block;
}
.drapeau-uk{
  width:24px;
  height:12px;
  background:transparent url(../images/sprite.png) no-repeat -183px -27px;
  display: inline-block;
}
.drapeau-ru{
  width:24px;
  height:12px;
  background:transparent url(../images/sprite.png) no-repeat -216px -43px;
  display: inline-block;
}
.drapeau-pl{
  width:24px;
  height:12px;
  background:transparent url(../images/sprite.png) no-repeat -247px -43px;
  display: inline-block;
}

.puce-menu{
  width:11px;
  height:9px;
  background:transparent url(../images/sprite.png) no-repeat -867px -69px;
  display: inline-block;
}

.puce-menu-produit{
  width:11px;
  height:9px;
  background:transparent url(../images/sprite.png) no-repeat -266px -0px;
  display: inline-block;
}

.puce-carre{
  width:7px;
  height:7px;
  background:transparent url(../images/sprite.png) no-repeat -232px -1px;
  display: inline-block;
}

.picto-video{
  width:21px;
  height:21px;
  background:transparent url(../images/sprite.png) no-repeat -598px -2px;
  display: inline-block;
}

.picto-videotheque{
  width:16px;
  height:10px;
  background:transparent url(../images/sprite.png) no-repeat -577px -5px;
  display: inline-block;
}

.picto-videotheque-grand{
  width:40px;
  height:36px;
  background:transparent url(../images/sprite.png) no-repeat -656px -3px;
  display: inline-block;
}

.picto-videotheque-moyen{
  width:32px;
  height:32px;
  background:transparent url(../images/sprite.png) no-repeat -622px -3px;
  display: inline-block;
}

.picto-presentation{
  width:40px;
  height:36px;
  background:transparent url(../images/sprite.png) no-repeat -697px -3px;
  display: inline-block;
}

.picto-plus{
  padding:0px 4px;
  margin-left:5px;
  background:#e74c1f;
  display: inline-block;
  color:#ffffff;
  font-size: 14px;
}

.picto-suivant{
  width:10px;
  height:16px;
  background:transparent url(../images/sprite.png) no-repeat -254px -1px;
  display: inline-block;
}

.picto-precedent{
  width:10px;
  height:16px;
  background:transparent url(../images/sprite.png) no-repeat -242px -1px;
  display: inline-block;
}

#prev5{
  position:absolute;
  width:32px;
  height:32px;
  display: inline-block;
  background:transparent url(../images/sprite.png) no-repeat -388px -1px;
  top:283px;
  right:38px;
  cursor: pointer;
}

#next5{
  position:absolute;
  width:32px;
  height:32px;
  display: inline-block;
  background:transparent url(../images/sprite.png) no-repeat -422px -1px;
  top:283px;
  right:0px;
  cursor: pointer;
}

.puce-sous-titre{
  width:17px;
  height:12px;
  background:transparent url(../images/sprite.png) no-repeat -348px -1px;
  display: inline-block;
}

.logo-pdf-gris{
  width:18px;
  height:18px;
  background:transparent url(../images/sprite.png) no-repeat -552px -22px;
  display: inline-block;
}

.puce-pdf{
  width:10px;
  height:10px;
  background:transparent url(../images/sprite.png) no-repeat -183px -0px;
  display: inline-block;
}

/***************************************************************************/
.text-orange{
  color:#ec701c !important;
}

#box5, #box5 li {
  position    : relative;
  width       : 1000px;
  height      : 300px;
  overflow    : hidden;
  display     : block;
}

#box5 img{
  border      : none;
}

#box5 ul, #box5 li{
  height      : 300px;
  position    : relative;
  margin      : 0;
  padding     : 0;
  list-style  : none;
display     : block;
}

span.customLink{
  cursor: pointer;
}


.marque-diaporama {
  position      : relative;
  width         : 720px;
  height        : auto;

  overflow      : hidden;
}
.marque-diaporama ul{
  position      : relative;
  height        : auto;

  margin        : 0;
  padding       : 0;
  list-style    : none;
}
.marque-diaporama ul li {
/*  position: relative;
  width:118px;
  height:80px;
  margin:0;
  margin-right:13px;
  margin-left:11px;
  padding:0;
  list-style:none;
  overflow:hidden;
  float:left;*/
  position      : relative;
  width         : 120px;
  height        : auto;

  margin        : 0;
  padding       : 0;
  list-style    : none;
  overflow      : hidden;
  float         : left;
}
.marque-diaporama ul li img{
    border      :none;
}

#marque-diaporama2.marque-diaporama {
  width         : 930px;
  height        : 80px;

  margin-left   : 35px;
  overflow      : hidden;
  position      : relative;
}
#marque-diaporama2.marque-diaporama ul li {
/*  position: relative;
  height:80px;
  margin:0;
  margin-right:40px;
  padding:0;
  list-style:none;
  width: 118px;
  overflow:hidden;
  float:left;*/

  position      : relative;
  height        : 80px;
  width         : 118px;

  margin        : 0;
  padding       : 0;
  list-style    : none;
  overflow      : hidden;
  float         : left;
}


#produit-diaporama {
  position      : relative;
  width         : 280px;
  height        : 263px;

  overflow      : hidden;
  border        : 1px #C6C7C8 solid;
  margin-bottom : 10px;
}
#produit-diaporama ul{
  position: relative;
  height:280px;
  margin:0;
  padding:0;
  list-style:none;
}
#produit-diaporama ul li {
  position: relative;
  height:280px;
  margin:0;
  padding:0;
  list-style:none;
  width: 280px;
  overflow:hidden;
  float:left;
}
#produit-diaporama ul li img{
  border:none;
}


/* diaporama qui sommes nous */

#quisommes-diaporama {
  width:650px;
  height:300px;
  overflow:hidden;
  position: relative;
  margin-bottom: 10px;
}
#quisommes-diaporama ul{
  position: relative;
  height:300px;
  margin:0;
  padding:0;
  list-style:none;
}
#quisommes-diaporama ul li {
  position: relative;
  width:650px;
  height:300px;
  margin:0;
  padding:0;
  list-style:none;
  overflow:hidden;
  float:left;
}
#quisommes-diaporama ul li img{
  border:none;
}


#quisommesvignettes-diaporama {
    display: block;
    margin-bottom: 10px;
}

#quisommesvignettes-diaporama ul {
    list-style:none;
    width: 650px;
}

#quisommesvignettes-diaporama ul li {
    float: left;
    display: block;
    width: auto;
    padding: 0 5px
}

#quisommesvignettes-diaporama ul li img {
/*    height: 60px;*/
    width: 120px;
}





.destockage {
  position:relative;
}

.destockage #boxpromo {
  width:171px;
  overflow:hidden;
  position: relative;
}

.destockage #boxpromo ul{
  position: relative;
  margin:0;
  padding:0;
  list-style:none;
}

.destockage #boxpromo ul li {
  position: relative;
  margin:0;
  padding:0;
  margin-top: 24px;
  margin-left: 35px;
  list-style:none;
  width: 171px;
  overflow:hidden;
  float:left;
}

.destockage #boxpromo ul li img{
  border:none;
}

.destockage .voir-tout{
  display:inline-block;
  position: relative;
  padding-left:11px;
  color:#e74920;
  margin-left:0px;
}

.destockage .voir-tout .picto-voir-tout{
  display:inline-block;
  width:6px;
  height:6px;
  position:absolute;
  top: 6px;
  left:0px;
  background:transparent url(../images/sprite.png) no-repeat -232px -1px;
}

.destockage .boxpromo-link{
    cursor: pointer;
}

.destockage .buttonspromo{
  position: absolute;
  top:95px;
  left:10px;
}

.destockage .buttonspromobis{
  position: absolute;
  top:95px;
  right:0px;
}


/* tableau design */
table.spetab {
  margin:0;
  width:536px;
  height:auto;
}

td.spetab-top-titre {
  font-size:12px;
  background: #dddddd left top repeat-x;
  text-align:center;
  color:#E74820;
  width:100px;
  border-right:1px solid #ffffff;
  border-bottom:1px solid #ffffff;
  padding:6px;
  vertical-align:middle;
}

td.spetab-top-entete{
  font-size:12px;
  background:#dddddd left top repeat-x;
  text-align:center;
  color:#E74820;
  padding:6px;
  vertical-align:middle;
  font-style:italic;
  border-right:1px solid #ffffff;
}

td.spetab-ligne-titre {
  padding:6px;
  text-align:right;
  vertical-align:middle;
  background:#dddddd;
  border-bottom:1px solid #ffffff;
  color:#E74820;
  text-align:left;
  font-size:14px;
  font-weight:bold;
}
td.spetab-ligne-contenu {
  text-align:center;
  font-size:11px;
  border-right:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
  color:#333;
}

.line{
  position:relative;
  float:left;
  width:220px;
  margin-right:30px;
  height:38px;
}

form.pop-contact fieldset span.erreur-form{
    display:none;
    position: absolute;
    color:#FF0000;
    font-size:10px;
    top:32px;
    left:15px;
    margin:0px !important;
    padding:0px !important;
    border: 0px solid #ffffff !important;
}

.addthis{
   position:relative;
}

.addthis a{
  position:relative;
  float: right !important;
  text-align: left;
  width: 150px;
  height: 30px;
}

.addthis a span{
  float:right !important;
}

figure{
 /* width:252px;*/
  position:relative;
}

figure figcaption{
  display:block;
  top:5px;
  font-size:11px;
  position:relative;
}

.contenu article section ul{
    margin-left:40px;
}

.contenu article section ol{
    margin-left:40px;
}

.block{
  display:none;
}

.block-blanc-uk{
  display:block;
  position:absolute;
  background:#fff;
  width:24px;
  height:8px;
  top:40px;
  left:116px;
  z-index:100000;
}

pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: auto;
  font-size: 1em;
  border: 1px solid #999;
  page-break-inside: avoid;
}

.liste-marques ul{
  list-style: none;
  margin-bottom:30px;
}

.liste-marques ul li{
  position: relative;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #E0E0E0;
  border-left: 20px solid #E0E0E0;
  height: auto;
  margin-bottom: 2px;
  margin-top: 2px;
  display: block;
  margin-right:30px;
  padding-left:20px;
  display:block;
  width:460px;
  clear:both;

}

.liste-marques ul li:hover{
  border-left: 20px solid #EC701C;
  border-bottom: 1px solid #EC701C;

}

.liste-marques ul li a{
  font-size: 16px;
  font-weight: bold;
  color: #707173;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  line-height: normal;
  vertical-align: middle;
  padding: 2px 0px;
}

.liste-marques ul li a:hover{
  color: #EC701C;

}

.loading {
  text-align:center;
  vertical-align:middle;
  width:100%
}
