@charset "utf-8";
/* CSS Document */


/* FONT */
@font-face {
 font-family: 'COM4tSansMediumRegular';
 src: url('/fonts/com4s_m-webfont.eot');
 src: url('/fonts/com4s_m-webfont.eot?#iefix') format('embedded-opentype'),  url('/fonts/com4s_m-webfont.woff') format('woff'),  url('/fonts/com4s_m-webfont.ttf') format('truetype'),  url('/fonts/com4s_m-webfont.svg#COM4tSansMediumRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'QuicksandBook';
 src: url('/fonts/quicksand_book-webfont.eot');
 src: url('/fonts/quicksand_book-webfont.eot?#iefix') format('embedded-opentype'),  url('/fonts/quicksand_book-webfont.woff') format('woff'),  url('/fonts/quicksand_book-webfont.ttf') format('truetype'),  url('/fonts/quicksand_book-webfont.svg#QuicksandBook') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'QuicksandLight';
 src: url('/fonts/quicksand_light-webfont.eot');
 src: url('/fonts/quicksand_light-webfont.eot?#iefix') format('embedded-opentype'),  url('/fonts/quicksand_light-webfont.woff') format('woff'),  url('/fonts/quicksand_light-webfont.ttf') format('truetype'),  url('/fonts/quicksand_light-webfont.svg#QuicksandLight') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'BebasNeueRegular';
 src: url('/fonts/bebasneue-webfont.eot');
 src: url('/fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),  url('/fonts/bebasneue-webfont.woff') format('woff'),  url('/fonts/bebasneue-webfont.ttf') format('truetype'),  url('/fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
    font-family: 'GothamLightRegular';
    src: url('/fonts/gotham-light-webfont.eot');
    src: url('/fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gotham-light-webfont.woff') format('woff'),
         url('/fonts/gotham-light-webfont.ttf') format('truetype'),
         url('/fonts/gotham-light-webfont.svg#GothamLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
 font-family: 'RemachineScript';
 src: url('/fonts/RemachineScript_Personal_Use.ttf');
 src: url('/fonts/RemachineScript_Personal_Use.ttf') format('truetype');
 ; 
 font-weight: normal;
 font-style: normal;
}
/* CSS Document */
* {
	font-family: "MrEavesSanOT-Reg";
	text-decoration:none;
    outline:none;
}

.contenu {
	width:100%;
}

.contenu .quart{
	width:0%;
	float:left;
}

/*20191005 width passe de 15% à 11%*/
.contenu .quart_main-content{
	width: 11% !important;
}

/*20191005 width passe de 50% à 87%*/
.contenu .demie{
	width:87%;
	float:left;
}


.contenu .troisquart{
	width:80%;
    margin: auto;
}

.contenu .tiers{
	width:65%;
	float:left;
}

.contenu .entier{
	width:90%;
	float:left;
}
 
/*20191124 on recentre le logo dans la bottom bar par rapport au menu du bas margin-left: 10%; /*width:100%;padding-right: 12%;*/
.logoCentral {
	/*width:100%;*/
    /*padding-left: 8%;*/
	/*padding-right: 12%;*/
	margin-left: 10%;
}

.logoCentral .tiers{
	width:33%;
	margin: 0 33% 0 33%;
}

/*20191124 on recentre le logo dans la bottom bar par rapport au menu du bas margin-left: 280px*/
.logoCentral .quart{
	width:25%;
	margin:auto;
    float: none;
	margin-left: 290px;
}

.logoCentral .quart img{
	/*height: auto;*/
	height: 75px;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}


.logoCentral .tiers img{
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}


.centerNav {
	display:table; /* centers modern browsers */
	margin:0 auto; /* centers modern browsers */
	/*text-align:center; /* centers IE6/7 */
}

#logoSmall {
	position:absolute;
	top:9%;
	left:3%;
	z-index:10;
}

#logo img {
	width:100%;
}

u{ text-decoration:underline;}
#grid {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	background:url(/images/bg_grid.png) top left repeat;
}

#accueil_txtgauche {
 	display: none;
	position:absolute;
	bottom:20%;
	left:3%;
	z-index:100;
}
#accueil_txtgauche ul li.tit {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
}
#accueil_txtgauche ul li {
	list-style:none;
	font-size:11px;
	color:#FFF;
}
#accueil_txtgauche ul li.tit span {
	clear: both;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
}

#accueil_txtdroite {
	position:absolute;
	bottom:10%;
	right:3%;
	z-index:100;
}

#baseline {
	position:absolute;
	bottom:16%;
	left:3%;
	z-index:100;
}
#baseline ul {
	margin:20px 0 0 0;
}
#baseline ul li {
	list-style:none;
	font-size:11px;
	color:#FFF;
}
#baseline ul li.tit {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
}
#baseline ul li.tit span {
	clear: both;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
}
#baseline ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	display:block;
	margin:10% 0;
	text-transform:uppercase;
}
#baseline ul li a:hover {
	color:#999;
}
/*--------- taskbar --------*/
/*20191008 : plus de marge de 10% à droite dans #taskbar*/
#taskbar {
	margin: 0 0% 0 10%;
	color:#000;
	background:url(/images/bg_footer.png) top left repeat;
	clear:both;
	text-align: center;
}
#taskbar a {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	float:left;
   text-align:center;
}

#taskbar a.facebook {
	width: 15px;
	height: 15px;
	margin-top:6px;
	margin-right:1%;
	float: right;
}

#taskbar a.google {
	float: right;
	width: 15px;
	height: 15px;
	margin-top:6px;
	margin-right:1%;
}

#taskbar a.instagram {
	float: right;
	width: 15px;
	height: 15px;
	margin-top:6px;
	margin-right:1%;
}

/*20191118 padding: 0 1% 0 1% -->padding: 0 1% 0 0% pour aligner avec le texte du footer*/
/*20191127 padding: 0 1% 0 1% -->padding: 0 10px 0 0% pour aligner avec le titre*/
#taskbar a.menu_court {
	padding: 0 10px 0 0%;
}

#taskbar a.menu_blog {
	padding: 0 2% 0 2%;
}

#taskbar a:hover {
	font-weight: bold;
}
#taskbar a.on {
	font-weight: bold;
	background:url(/images/bg_marques.png) 0 0 no-repeat;
	padding: 0 0 0 12px;
}
#taskbar a.on2 {
	font-weight: bold;
}
#taskbar .lang {
	float:right;
}

#taskbar .lang select {
	margin:5px 3px;
	width:auto;
	color: #fff;;
	line-height: 30px;
	font-size: 10px;
	font-weight: normal;
	background-color: #222;
	-webkit-appearence:none;
}

#taskbar .lang a {
	margin:0 3px;
	width:auto;
}
#taskbar span {
	display:block;
	float:left;
}
/* menu */

#menu_principal { 
  /*position:absolute; 
  margin-top:5px; 
  left:23%; */
  margin: 0 6% 0 6%;
  }

#menu_principal .caption {
  text-align: center;
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
  
 #menu_principal .rslides img:hover {
  cursor: pointer;
  }
  
       
.shadow {
  -webkit-box-shadow: 5px 5px 5px #fff;
  -moz-box-shadow: 5px 5px 5px #fff;
  box-shadow: 5px 5px 5px #fff;
  margin-bottom: 10px;
}

#slideshow_vertical{
	animation: bgscroll 20s  linear infinite;
   -webkit-animation: bgscroll 20s infinite linear;;
  -moz-animation:bgscroll 20s infinite linear;
  -ms-animation:bgscroll 20s linear infinite;
  -o-animation: bgscroll 20s infinite linear;
  float:right;
  width:200px;
  height:600px;
  margin-right:50px; 
  margin-top:5px; 
  clear:both;
}


@-webkit-keyframes bgscroll {
	from {background-position:0 0;}
	to {background-position:0 -999px;}
}

@-moz-keyframes bgscroll {
	from {background-position:0 0;}
	to {background-position:0 -999px;}
}

@-ms-keyframes bgscroll {
	from {background-position:0 0;}
	to {background-position:0 -999px;}
}

@-o-keyframes bgscroll {
	from {background-position:0 0;}
	to {background-position:0 -999px;}
}
@keyframes bgscroll {
	from {background-position:0 0;}
	to {background-position:0 -999px;}
}

#slideshow_vertical:hover{
  cursor:pointer;
}

.menu_image{
  margin-top: 20px;
  width: 100%;
  text-align: center;
}


.menu_image .demie{
  	width: 50%;
  	float: left;
	position: relative;
}

.menu_image .tiers{
  	width: 33%;
  	float: left;
	position: relative;
}

.menu_image img {
   height: auto;
	width: 100%;
	vertical-align: middle;
	border: 0;
/*	display: block;*/
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu_image .image {
 text-align:center;
}

.menu_image .image:hover {
   background-color: black;
}

.menu_image .image:hover img{
  			opacity: 0.7;
}

.menu_image .image:hover p{
	visibility:visible;
}
.menu_image .image:hover img{
	visibility:visible;
}
.menu_image .half-shadow {
	width: 100%;
	position: absolute;
	width: 100%;
	/*z-index: 200;*/
	text-align: center;
	top: 0;
}


.menu_image .half-shadow img{
	margin-top: 20%;
	color: white;
	font-size: x-large;
	visibility:hidden;
}


.menu_image .half-shadow p{
	margin-top: 50%;
	color: white;
	font-size: x-large;
	visibility:hidden;
}

.clear {
clear: both;
}
/*------ HISTORIQUE ------*/
  
.historique{

	position:absolute;
	bottom:30px;
	left:1%;
	z-index:1000;
	width:400px;
	display: none;
   zoom: 1;
   overflow-x: scroll;
}


.historique span {
	font-family: 'BebasNeueRegular';
	font-size:17px;
	font-weight:normal;
	color:#ccc;
	text-align:center;
	
}
.historique a {
	margin:5px 5px 5px 15px;
	color:#ccc;
	display:block;
	float:left;
	clear:both;
	border:1px solid #333;
	padding:3px 7px;
	font-size:10px;
}

.historique table{
  font-size:8px;
  color:black ;
  text-align:center;
  padding-bottom: 5px;
  
}

.historique td{
  height : 80px;
  background-size: 80px 80px;  
  /*width : 198px;    
  background-size:198px 200px;   */
  min-width: 80px;
}

.historique td:hover{
cursor:pointer;
}



.menu1 {                                                                                                                                                       
	line-height:30px;
	height:30px;
	font-size:14px;
	padding:0;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	color:#FFF; 
	background:url(/images/bg_footer.png) top left repeat;
}
.menu1 a {
	/*font-family: 'COM4tSansMediumRegular';  */
	text-align:center;
	width:170px;          
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	float:left;
  
}

/*20191118on passe la font-size de 13px a 14px pour la police pour etre comme dans les titres du haut*/
.menu2 {
	height:30px;
	line-height:30px;
	font-size:14px;
	font-weight:normal;
	background-color:#fff;
	padding:0 0%;
	/*padding-left: 8%;*/
	padding-left: 0%;
}
.menu2 a {
/*	font-family: 'COM4tSansMediumRegular';     */
	text-align:left;
	/*width:165px;*/
}



.recherche {
	background-color:#333;
	border:1px solid #333;
	margin:5px 0 0 0;
	padding:0 5px;
	color: #999;
	float:right;
}


#recherche {
	background-color:#333;
	border:1px solid #333;
	margin:5px 0 0 0;
	padding:0 5px;
	color: #999;
    float:right;
    height:16px;
    width:100px;
}

/*20190915 #recherche_form .loupe Modification du background à noir*/
#recherche_form .loupe{
	width:18px;
	height:18px;
	display:block;
	float:right;
	margin: 5px 10px 0 0;	
	background:black url(/images/ico_loupe.png) top left repeat;
}

/*------ CONTENT -----*/
#content {
    left: 0%!important;
    position: absolute;
    /*top: 6%;*/
    height:102%;
    width:55%;  
    z-index:0;
    margin-bottom: 30px;
	/*margin-right: unset;
    margin-left: unset!important;*/
	margin-right: auto;
    margin-left: unset!important;
}
#listing {
	height:100%;
	width:97%;
	background-color:#fff;
	z-index:20;
/*	-moz-box-shadow: 5px 5px 10px #111;
	-webkit-box-shadow: 5px 5px 10px #111;
	box-shadow: 5px 5px 10px #111;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=135, Color='#111111')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=135, Color='#111111'); */
}

#listing h1{ font-size:30px;margin:2% 0 0 4%; text-transform:uppercase; font-family: 'GothamLightRegular'; color:#000; font-weight:normal;}
#listing .new {
	position: absolute;
	top:-0;
	right:0;
	height:auto;
	width:auto;
}
#listing .exclu {
	position: absolute;
	top:0;
	left:50%;
	margin:0 0 0 -30px;
	height:auto;
	width:auto;
	border:none;
}
#listing .exclu:hover {
	border:none;
}
#listing .selection {
	position: absolute;
	bottom:-10%;
	left:50%;
	margin:0 0 0 -43px;
	height:auto;
	width:auto;
}
#listing div.ui-slider{
	height:0.6em;
	width:80%;
	border:1px solid #ccc;
}
#listing div.totallook {
	margin: 3% 1% 3% 2%;
	width:96%;
	height:96%;
	float:left;
}

#listing div.rectangle{
	margin: -5px -20px 0 -10px;
	background-color:black;
	width:115%;
	height:10px;
	border:1px solid #000;
}

#listing a.info span {
   display: none; /* On masque l'infobulle. */
}
#listing a.info:hover {
   background: none; /* Correction d'un bug d'Internet Explorer. */
   z-index: 500; /* On définit une valeur pour l'ordre d'affichage. */
}
/*#listing a.info:hover span {
   display: inline;  On affiche l'infobulle.
   position: absolute;
   font-size:12px;
   top: 30px;  On positionne notre infobulle. 
   right: 10px;
   background: white;
   color: black;
} */

#listing a.info span.voirPrix {
    display: inline;
    /* position: absolute; */
    font-size: 14px;
    margin: 20px;
    line-height: 18px;
    
    /* bottom: 50px; */
    /* left: 5px; */
    background: white;
        /*color: black;*/
    color: red;
    text-align: center;
}

#topofpage {
	position: fixed;
	bottom: 35px;
	margin: 5px;
	z-index: 100;
}
/*@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
#listing a.info span.voirPrix {
   display: inline;
   position: absolute;
   font-size:10px;
   bottom: 5px;
    left: 5px;
   background: white;
   color: black;
}
}*/

#listing .vide{
	position: relative; 
	 top:30px;
	 text-align: center;
	 display: none;
}


#vignettes{ margin:auto; }
#vignettes div{ width:200px; float:left;margin:1%; position:relative;}
#vignettes div h2{
    font-size:9px; font-weight:bold; margin:5px 0 0 0;
 }
#vignettes div p.prix{
    font-size:9px; font-weight:bold;
 } 
#vignettes div p.modele{
    font-size:9px; font-weight:normal;
 }

#vignettes .ligne{
	/*display: none;*/
}

#vignettes .wait{
position: absolute;
	 left:32%; 
	 top:280px;
}


/*-------- Details produits ---------*/
/*  20191012 Rajout padding-top:60px; pour gestion du sur menu*/
#product {    
	height:100%;
	width:100%;
	background-color:#fff;
	z-index:20;
	padding-top:60px;
/*	-moz-box-shadow: 5px 5px 10px #111;
	-webkit-box-shadow: 5px 5px 10px #111;
	box-shadow: 5px 5px 10px #111;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=135, Color='#111111')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=135, Color='#111111');*/ 
}


.fb-button {
  float: left;
  clear: left;
  width: 60px;
  position: relative;
  padding: 0 0 10px 0;
}


.fb-button .fb-like {
  opacity: 0;
  top: -30px;
  width: 60px;
}

.fb-button .fb-how-many {
  opacity: 0;
  top: 25px;
  width: 60px;
  left: 1px;
}

.fb-button .fb-overlay {
  width: 53px;
  height: 25px;
  float: left;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background: url(/images/FaceB.png) no-repeat top left;
}
.fb-button:hover .fb-overlay {
  -moz-box-shadow: 0 0 2px 0 #d4f28f, 0 0 1px 0 #d4f28f;
  -webkit-box-shadow: 0 0 2px 0 #d4f28f, 0 0 1px 0 #d4f28f;
  -o-box-shadow: 0 0 2px 0 #d4f28f, 0 0 1px 0 #d4f28f;
  box-shadow: 0 0 2px 0 #d4f28f, 0 0 1px 0 #d4f28f;
}
/*20191107 correction affichage images on passe de width:45% a width:46% */
#product #colg{ float:left; width:46%; margin:1%; padding:4% 0 0 0;}
#product #cold{ float:right; width:38%; margin:1%; padding:4% 0 0 0;}
#product h3{ font-size:11px; font-weight:normal; text-transform:uppercase; margin:0 0 5px 0;}
/*---- images -----*/
#product div.imageproduct{ 
	height:380px;
    width:350px;
    margin:0 0 0 4%;
}
#product div.minpic img{ padding:2px; border:1px solid #FFF;}
#product div.minpic a{ float:left; display:block; margin:10px 4px 0 0;}
#product div.minpic a.zoom360{padding:2px; border:1px solid #FFF; display: block; height:60px; width:60px; line-height:60px; text-align:center; color:#666; font-size:12px; float:left; margin:10px 0 0 0;}
#product div.minpic a.zoom360:hover{ background-color:#FFF;}
#product div.minpic a.zoom{ float:right; width:60px; height:60px; line-height:60px;}

#product div.totalminpic { 
			float:left;
			width:100px;
			padding-right:20px;
			}
#product div.totalminpic img{ padding:2px; border:1px solid #FFF;}
#product div.totalminpic a{ float:left; display:block; margin:10px 4px 0 0;}
#product div.totalminpic a.zoom360{padding:2px; border:1px solid #FFF; display: block; height:60px; width:60px; line-height:60px; text-align:center; color:#666; font-size:12px; float:left; margin:10px 0 0 0;}
#product div.totalminpic a.zoom360:hover{ background-color:#FFF;}
#product div.totalminpic a.zoom{ float:right; width:60px; height:60px; line-height:60px;}

/*       */
#product .exclu{ position:absolute;}
#product .new{position:absolute;}
#product .selection{position:absolute;}
/*---- infos -----*/
#product div.infos {
	padding:0 4% 4% 4%;
}
#product div.infos h1 {
	/*font-family:'GothamLightRegular';*/
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	color:#000;
}
#product div.infos h2 {
	/*font-family:Verdana, Geneva, sans-serif;*/
	font-size:16px;
	font-weight:100;
	text-transform:uppercase;
	color:#000;
}
#product .ref {
	font-size:10px;
}
/*---- tailles -----*/
#product div.tailles {
	padding:4%;
    clear:both;
}
#product div.tailles a{
    border:1px solid #333;
    height:25px;
    min-width:35px;
    display:block;
    font-size:10px;
    color:#333;
    text-align:center;
    line-height:25px;
    float:left;
    margin:5px 5px 0 0 ;
}
#product div.tailles a:hover{ background:#FFF;}
#product div.tailles a.active{ background:black; color:white;}
#product div.tailles a.inactive{ cursor: default;opacity: .2;}
#product .tailles select {
	background:url(/images/select_tailles.png) top left no-repeat;
	border:none;
	padding:4px 5px;
}
#product .tailles a.guide {
	font-size:10px;
	color:#999;
}
#product a.totalook {
	background-color:#333;
	font-size:10px;
	color:#FFF;
	padding:5px 10px;
	display:block;
	text-align:center;
	margin:30px 4% 0 4%;
	width:120px;
    clear:both;
}
#product div.description {
	font-size:12px;
	display:block;
	margin: 0 4%;
}
#product p.totalook {
	background-color:#333;
	font-size:10px;
	color:#FFF;
	padding:5px 10px;
	display:block;
	text-align:center;
	margin: 0 4%;
}
#product a.totalook:hover {
	background-color:#666;
}
/*---- couleurs -----*/
div.couleurs {
	padding:4% 4% 4% 4%;
	margin: 0 0 10px 0
    clear:both;
}

div.couleurs h1{ border-bottom:1px solid #FFF; border-top:1px solid #FFF; font-size:13px; color:#333; padding:5px 0; margin:0 0  10px 0; font-weight:normal;}
div.couleurs a{ background-color:#FFF; color:#333; font-size:9px; padding:0px 0px; text-transform:uppercase;}
/*---- descriptif -----*/
#product .descr {
    padding:0 4% 4% 4%;
    clear:both;
}
#product .descr p {
	font-size:10px;
    color:#666;
}

#product div.reseau {
	margin:1% 0 0 4%;
	float:left;
}
#product p.prix {
	float:left;
	margin:1% 4% 0 0;
/*	width:150px;*/
	text-align:right;
	font-weight:bold;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
#product p.prix {
	font-size:12px;
}
}
#product .panier {
    float:right;
    clear:both;
    margin:4%;
	height:auto;
}
/*----- btn panier ----*/
#product .panier a {
	display:block;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	padding:5px 10px;
}
#product .panier a:hover {
	color:#ccc;
}
/*----- btn retoru list ----*/
#product .retour a {	
	color:#000;
/*	position:absolute;*/
/*	top:0;*/
	float:left;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
   margin: 2% 0 0 3%;
   padding:4px;
}

#product .retour a:hover {	
	color:#fff;
	background-color:#000;
}
/*----- produits suggerés -----*/
#divsuggestions{ padding:0% 4% 4% 4%; margin: 0 0 10px 0;}
#divsuggestions h1{ border-bottom:1px solid #FFF; border-top:1px solid #FFF; font-size:13px; color:#333; padding:0 0; margin:0 0  10px 0; font-weight:normal;}
#divsuggestions a{ display:block;  float:left; background-color:#FFF; color:#333; font-size:9px; padding:0px 0px; text-transform:uppercase;}
#divsuggestions a:hover{ background-color:#F4F4F4;}
/*#divsuggestions p {padding: 0 0 0 20px;}*/
/**/
#listing .pagination {
	position:absolute;
	bottom:0;
	right:5px;
	margin:0;
	width:auto;
	height:auto;
	float:left;
}
#listing .pagination2 {
	position:absolute;
	bottom:5px;
	left:5px;
	margin:0;
	width:92%;
	height:auto;
	float:left;
	padding:0 2%;
}
#listing .pagination2:hover{
	border:1px solid #FFF;
}
#listing .pagination2 img{
	margin:8px 5px 5px 5px;
}
#listing .pagination2 #fleches{
	position:absolute;
	top:0;
	right : 0;
	margin:2.5% -2% 0 0;
}
#fleches{
/*	position:absolute;
	top:0;
	right : 0;*/
	float:right;
	margin: 2% 3% 0 0;


}

#fleches #suivant{
	width:12px;
	height:14px;
	margin-left: 3px;
}
#fleches #precedent{
	width:12px;
	height:14px;
	margin-right: 3px;
}
#product .pagination2 {
	position:absolute;
	bottom:5px;
	left:5px;
	margin:0;
	width:92%;
	height:auto;
	float:left;
	padding:0 2%;
}

#img {
	height:95%;
	width:44%;
	background-color:#FFF;
	/*position:absolute;*/
	left:8%;
	top:0;
	z-index:20;
	overflow:hidden;
	text-align:center;
	-moz-box-shadow: 10px 10px 15px #111;
	-webkit-box-shadow: 10px 10px 15px #111;
	box-shadow: 10px 10px 15px #111;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=135, Color='#111111')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=135, Color='#111111'); 
    zoom: 1;
}
#img .minpic {
	position:absolute;
	bottom:1%;
	left:2%;
	z-index:30;
}
#img .zoom {
	position:absolute;
	bottom:0;
	right:0;
	z-index:30;
	cursor:pointer;
}
#img #zoom_360 {
	position:absolute;
	bottom:21px;
	right:0;
	z-index:30;
	cursor:pointer;
}
#img .minpic img {
	-moz-box-shadow: 5px 10px 15px #111;
	-webkit-box-shadow: 5px 10px 15px #111;
	box-shadow: 5px 10px 15px #111;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#111111')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#111111'); 
    zoom: 1;
}
#img .link{
	position:absolute;
	bottom:10px;
	right:10px;
}
#img .link a{
	font-weight:bold;
	background: #999;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 10px;
    text-transform: ;
}
#img .link a:hover{
	background: #666;
	color:#FFF;
}
#img .exclu{ 
	position:absolute;
    top:10px;
    left:10px;
    z-index:1000;
}
#img .selection{
    position:absolute;
    top:10px;
    left:50%;
    margin:0 0 0 -48px;
    z-index:1000;
}
#img .new{
    position:absolute;
    top:10px;
    right:10px;
    z-index:1000;
}
#texte_introduction p {
	padding:20px;
	font-size:11px;
}
#details {
	height:22%;
	width:16%;
	background-color:#999;
	position:absolute;
	bottom:10px;
	left:20px;
	z-index:20;
	text-align:center;
	-moz-box-shadow: 5px 10px 15px #111;
	-webkit-box-shadow: 5px 10px 15px #111;
	box-shadow: 5px 10px 15px #111;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=135, Color='#111111')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=135, Color='#111111'); 
    zoom: 1;
}
#details h1 {
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:8% 0 0 0;
}
#details p {
	font-size:10px;
	color:#000;
}
#details p.price {
	font-size:12px;
	font-weight:bold;
	color:#000;
	margin:10% 0 0 0;
}
#details p.link {
/*	font-family: 'COM4tSansMediumRegular';            */
	font-size:10px;
	font-weight:normal;
	color:#FFF;
	margin:10% 0 0 0;
	text-transform: uppercase;
	cursor:pointer;
}
/*----------- MARQUES ------------*/

body.marques {
	background-color:#FFF;
}
#taskbarMarques {
	position:absolute;
	bottom:2%;
	left:2%;
	z-index:100;
	width:96%;
	color:#FFF;
	font-size:10px;
}
#taskbarMarques a {
	color:#000;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 5% 0 0;
	display:block;
	float:left;
}
#taskbarMarques a:hover {
	color:#666;
}
#taskbarMarques .lang {
	float:right;
}
#taskbarMarques .lang a {
	margin:0 5px;
}
#taskbarMarques span {
	display:block;
	float:left;
}
#contentMarques {
	position:absolute;
	top:10%;
	left:30%;
	min-height:425px;
	min-width:650px;
	height:75%;
	width:63%;
	z-index:20;
}
#contentMarques img {
	max-width:606px;
	max-height:600;
}
#contentMarques .txt {
	position:absolute;
	top:10%;
	left:50%;
	color:#333;
	font-size:11px;
	width:320px;
}
#contentMarques .txt h1 {
	font-size:32px;
	font-weight:bold;
	margin:0 0 4% 0;
}
#contentMarques .txt p {
	padding:0 0 0 70px;
	line-height:1.6;
}
/*------ WORLD ------*/
#contentWorld {
	width:100%;
	margin:0 10% 0 10%;
}
#contentWorld h1 {
	color:#fff;
	
}
.world {
	width:28%;
	/*height:20%;*/
	margin:0 2% 0 0;
	float:left;
	-moz-box-shadow: 5px 10px 15px #111;
	-webkit-box-shadow: 5px 10px 15px #111;
	box-shadow: 5px 10px 15px #111;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=135, Color='#111111')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=135, Color='#111111'); 
    zoom: 1;
}
/*----- univers ------*/

#contentWysiwyg {
	position:absolute;
	/*top:12%;*/
	left:19%;
	height:74%;
	width:80%;
}
#wysiwyg {
    background-color: #FFF;
    z-index: 20;
    padding: 30px 100px 80px 100px;
    font-size: 14px;
}

#arboWysiwyg {
    text-align: center;
    text-decoration: underline;
    color: #999;
}

#arboWysiwyg ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#wysiwyg h1 {
	/*20191026 On homogénéise les police*/
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:MrEavesSanOT-Reg;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	border-bottom:1px dotted #333;
	margin:0 0 10px 0;
}
#wysiwyg p {
	color:#999;
	text-align : justify;
	–ms-text-justify : newspaper;
	text-justify : newspaper;
}
#wysiwyg .actus h1 {
	font-family:'QuicksandBook';
	text-transform: none;
	font-size:26px;
	font-weight:normal;
	border-bottom:none;
	margin:0 0 10px 0;
	color:#555;
}
#wysiwyg a {
	background-color:#000;
	color :#FFF;
}

#wysiwyg a:hover {
	color:#999;
}

#content .actualite {
	width:660px;
	padding:40px;
	top:-5%;
}
.actus {
	border-bottom:1px dotted #ccc;
	padding:10px 0 15px 0;
}
.actus img {
	margin:0 10px 0 0;
}
.actus .details {
	width:510px;
	margin:0 0 0 90px;
}
#wysiwyg .actus p {
	color:#999;
	text-align : justify;
	margin:10px 0 0 0;
	–ms-text-justify : newspaper;
	text-justify : newspaper;
}
#wysiwyg .actus a.lire {
	margin:10px 0 0 0;
	font-size:10px;
	clear:both;
}
#wysiwyg .actus a.lire {
	margin:10px 0 0 0;
	font-size:10px;
	clear:both;
	background: none repeat scroll 0 0 #999;
    color: #FFFFFF;
    display: block;
	padding: 2px 5px;
	width:100px;
	text-align:center;
}
#wysiwyg .actus a.lire:hover {
	background-color:#666;
}
#wysiwyg .actus .date {
	float:left;
	margin:0 0 0 -12px;
	padding:2px 10px;
}
#wysiwyg .actus .date .mois {
	color: #C4C4C4;
	font-family: 'QuicksandBook';
	font-size: 22px;
	line-height: 24px;
	margin: 2px 0 0;
	text-transform: uppercase;
}
#wysiwyg .actus .date .jour {
	color: #898795;
	font-family: 'QuicksandLight';
	font-size: 42px;
	line-height: 42px;
	margin:0;
}
#wysiwyg .actus .date .anne {
	color: #898795;
	font-family: 'QuicksandBook';
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 8px;
	margin:0;
}

/*Texte page d'accueil*/
#description {
/*	clear:both;
	position:absolute;
	top:150%;
	left:30%;*/
	color:#898795;
	clear:both;
	margin:15% 15% 0 15%;
}

#description a {	
	color:#000;
	background-color:#fff;
}

#description a:hover {	
	color:#fff;
	background-color:#000;
}

/*------- COMPTE -------*/
/*----surcharge uniform.css---*/
div.button span {
    height: 30px;
}
#buddhabar {
	display: none;
	height:150px;
}
#buddhabar a.close_buddha{
	position:absolute;
	top:10px;
	right:10px;
	display:block;
	z-index:100;
}
/*------- NEWSLETTER -------*/ 

/*20190915 #newsletter_content Modification du background à noir*/
#newsletter_content {
	background:black;
	height:100%;
	width:100%;
	padding:10px 0 0 0;
}

#newsletter {
	font-family: 'QuicksandBook';
	font-size:12px;
	height:130px;
	width:480px;
	line-height:90px;
	position:relative;
	float:left;
	margin:0 0 0 40px;
}
#newsletter_box{
	line-height: normal; /* ------ie7 bug-----*/
}

/*20190915 #newsletter a.charte_btn :  Modification du background du color à white*/
#newsletter a.charte_btn{
	position:absolute;
	top:80px;
	left:-350px;
	cursor:pointer;
	color:white;
	border:1px solid #444;
	padding:3px 5px;
	text-transform:lowercase;
	display:block;
	font-size:10px;
}
#newsletter a.charte_btn:hover{ color:#999; }
#newsletter_box div.charte{	
	position:absolute;
	top:-70px;
	left:50%;
	margin:0 0 0 -150px;
	width:300px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#999;
	background-color:#111;
	padding:20px;
	border:1px solid #333;
}
#newsletter_box div.charte a{	
		display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 200;
}
#newsletter #newsletter_box {
	position:absolute;
	top:10px;
	right:280px;
}
#newsletter select{
	border:1px solid #454545;
	background:#1B1B1B;
	height:24px;
	width:180px;
	font-size:10px;
	font-weight:bold;
	color:#ccc;
	margin:0 0 4px 0;
	padding:5px 10px;
}

/*20190915 #newsletter input :  Modification du background du color à white*/
/*20190918 #newsletter input :  Modification du height à 25px*/
#newsletter input {
	border:1px solid #454545;
	background:#1B1B1B;
	height:25px;
	width:180px;
	font-size:10px;
	font-weight:bold;
	color:white;
	margin:0 0 4px 0;
	padding:5px 10px;
}

/*20190915 #newsletter input[type="submit"]: Modification bouton "Send" background, color et font-size*/
#newsletter input[type="submit"] {
	background:white;
	border:none;
	width:75px;
	height:17px;
	color:black;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	top:50px;
	right:-90px;
	padding:0 0 10px 0;
	cursor:pointer;
}

/*20190915 #newsletter_text Modification du color à whiete et commentaire de la font-family à noir*/
#newsletter_text {
	/*font-family: 'QuicksandBook';*/
	font-size:24px;
	position:relative;
	float:left;
	margin:0 0 0 40px;
        border-right:1px solid #444;
	height:130px;
	width:360px;
	line-height:130px;
	color:white;
}
#newsletter_log {
	font-family: 'QuicksandBook';
	font-size:12px;
	height:100px;
	width:480px;
	position:relative;
	float:left;
	margin:0 0 0 40px;
	padding:30px 0 0 0;
}
#newsletter_log p{
	font-size:10px;
	color:#CCC;
	margin:0 0 10px 0;
}
#taskbar #newsletter_log span{
	font-weight:bold;
	float:none;
	display:inline;
}

/*20190915 #newsletter_log input[type="submit"] Modification du color à black et du background à white à noir*/
#newsletter_log input[type="submit"] {
	background:white;
	font-family:"MrEavesSanOT-Reg";
	border:none;
	width:105px;
	height:17px;
	color:black;
	font-size:10px;
	font-weight:normal;
	padding:0 0 10px 0;
	cursor:pointer;
	margin:0 10px 0 0;
}
/*------ ACCOUNT ------*/
#account_content {
	background:#333;
	height:100%;
	width:100%;
	padding:10px 0 0 0;
}
#oubli {
	font-family: 'QuicksandBook';
	font-size:12px;
	height:130px;
	width:480px;
	line-height:90px;	
	position:relative;
	float:left;
	margin:0 0 0 40px;
}
#oubli #oubli_emailbox {
	position:absolute;
	top:60px;
	right:280px;
}
#oubli input {
	border:1px solid #454545;
	background:#1B1B1B;
	height:14px;
	width:180px;
	font-size:10px;
	font-weight:bold;
	color:#666;
	margin:0 0 4px 0;
	padding:5px 10px;
}
#oubli input[type="submit"] {
	background:#666;
	border:none;
	width:22px;
	height:20px;
	color:#fff;
	font-size:9px;
	font-weight:normal;
	position:absolute;
	top:3px;
	right:-35px;
	padding:0 0 5px 0;
	cursor:pointer;
}

#oubli_text {
	font-family: 'QuicksandBook';
	font-size:24px;
	position:relative;
	float:left;
	margin:0 0 0 40px;
    border-right:1px solid #444;
	height:130px;
	width:360px;
	line-height:130px;
}
#ensemble{position:relative;}
#existant {
	height:130px;
	width:45%;
	position:relative;
	top:0;
	left:1%;
	line-height:130px;
}
#existant p{ float:left;font-family: 'QuicksandBook';font-size:24px;}
#existant #account_loginbox {
	float:left;
	position:relative;
	margin:40px 0 0 10px;
}
#existant input {
	border:1px solid #454545;
	background:#1B1B1B;
	height:14px;
	width:180px;
	font-size:10px;
	font-weight:bold;
	color:#666;
	margin:0 0 4px 0;
	padding:5px 10px;
}
#existant #stay_conn{
	position:absolute;
	left:20px;
	line-height:normal;
	text-transform:lowercase;
	font-size:9px;
	color:#999;
}
#existant input[type="checkbox"] {
	width:auto;
}	
#existant input[type="submit"] {
	background:#666;
	border:none;
	width:22px;
	height:20px;
	color:#fff;
	font-size:9px;
	font-weight:normal;
	position:absolute;
	top:20px;
	right:-35px;
	padding:0 0 5px 0;
	cursor:pointer;
}
#creation {
	float:left;
	position: absolute;
	top:0;
	left:51%;
	height:130px;
	width:45%;
	line-height:130px;	
	border-left:1px solid #444;
	padding:0 0 0 2%;
}
#creation p{ float:left;font-family: 'QuicksandBook';font-size:24px;}
#creation a {
	display:block;
	background:url(/images/btn_creacompte.png) top left no-repeat;
	width:133px;
	height:20px;
	font-size:10px;
	font-weight:normal;
	color:#FFF;
	line-height:20px;
	text-align:center;
	float:left;
	margin:57px 0 0 15px;
	text-transform:none;
}
#creation a:hover {
	color:#FFF;
}
.revuevig {
	opacity:.5;
}
#mdp_forgot{
	position:absolute;
	top:100px;
	left:350px;
	line-height:normal;
}
#mdp_forgot a{
	cursor:pointer;
	text-transform:lowercase;
	font-size:9px;
	color:#999;
}

/*20190915 #contact_content Modification du background à noir*/
/*------ CONTACT ------*/
#contact_content {
	background:black;
	height:100%;
	width:100%;
	padding:10px 0 0 0;
}

/*20190915 #contact_text commentaire de la font-family */
#contact_text {
	/*font-family: 'QuicksandBook';*/
	font-size:20px;
	height:130px;
	width:420px;
	line-height:130px;
	border-right:1px solid #444;
	position:relative;
	float:left;
	margin:0 0 0 20px;
	color: white;
}
#contact_champ {
	font-family: 'QuicksandBook';
	font-size:24px;
	position:relative;
	float:left;
	margin:0 0 0 25px;
	height:130px;
	width:460px;
	line-height:130px;
	/line-height:normal; /*----- ie7 bug -----*/
}

/*20190915 #contact_champ input rajout "line-height: normal" pour afficher le texte dans IE */
#contact_champ input {
	border: 1px solid #454545;
	background: #1B1B1B;
	height: 25px;
	width: 180px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	line-height: normal;
}
#contact_message {
	font-family: 'QuicksandBook';
	font-size:24px;
	/*position:relative;*/
	float:right;
	margin:0 0 0 25px;
	height:130px;
	/line-height:normal; /*----- ie7 bug -----*/
}
#contact_message input {
	border: 1px solid #454545;
	background: #1B1B1B;
	height: 25px;
	width: 100px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	margin: 4px 0 4px 0;
	padding: 5px 10px;
}
#contact_message #contact_textbox {
	position:absolute;
	top:93px;
	right:60px;
	left:160px;
}
#contact_message #contact_textarea {
	position:absolute;
	top:10px;
	right:180px;
}
#contact_message textarea {
	border: 1px solid #454545;
	background: #1B1B1B;
	height: 90px;
	width: 280px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 4px 0;
	padding: 5px 8px;
}

/*20190915 #contact_message input[type="submit"] : Modification bouton "Send" background, color et font-size*/
#contact_message input[type="submit"] {
	background: white;
	border: none;
	width: 75px;
	line-height: normal;
	color: black;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	position: absolute;
	top: 45px;
	right: -80px;
	padding: 0 0 5px 0;
	cursor: pointer;
}
#contact_message a:hover {
	color:#FFF;
}
/*------ bloc international ------*/
#international {
	position: fixed;
    top: 5px;
    left: 0%;
	margin-left: 10px;
    vertical-align: middle;
    z-index: 1000;
    padding: 5px;
    overflow: visible;
    font-family: "MrEavesSanOT-Reg";
    letter-spacing: .1em;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    display: inline-flex;
}

/*------ bloc social ------*/
#social {
    text-align: center;
    padding-bottom: 50px;
}

.langue-select select {
    background-color: black;
    padding-left: 10px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    letter-spacing: .1em;
    font-size: 11px;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
	color: white;
	position: fixed;
	top: 10px;
	right: 18%;

   }

.langue-select {
   height: 34px;
   overflow: hidden;
   }

/*------ PANIER-COMMANDE ------*/
#panier {
	position:fixed;
	top:45px;
	right:2%;
	background:#1A1A1A url(/images/bg_panier.png) top left no-repeat;
	z-index:1000;
	color:#ccc;
	font-size:11px;
	width:233px;
	padding:7px 0;
	margin:0 -20px 0 0;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-box-shadow: 1px 1px 10px #999;
	-webkit-box-shadow: 1px 1px 10px #999;
	box-shadow: 1px 1px 10px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=135, Color='#999')";
    zoom: 1;
	overflow:visible;
    display: none;
}

#logoff{
	position:absolute;
	top:0;
	/*right:-24px;*/
}
#logoff a { 
	display:block;
	width: 26px;
	height: 26px;
	}

#panier_mini {
	cursor:pointer;
	text-align:center;
}

#panier #panier_mini span {
	/*font-family: 'BebasNeueRegular';*/
	font-size:12px;
	font-weight:normal;
	color:#ccc;
}

/*20190915 #panier #panier_mini #montantTotal : Modification du color à white*/
#panier #panier_mini #montantTotal {
	margin:0 0 0 5px;
	color:white;
}

/*20190915 #panier #panier_list #panier_prix : Modification du color à white*/
#panier #panier_list #panier_prix {
	color:white;
	float:right;
	margin:0 15px 0 0;
}
#panier a.voir_panier {
    margin: 10% 40% 0 40%;
    color: #fff;
    display: block;
    clear: both;
    font-size: 10px;
}
#panier a.voir_panier:hover {
	color:#000;
	background-color: #fff;
}
#panier a.close_panier{
/*	background:url(/images/btn_close_panier.png) top left no-repeat;*/
	float:left;
	margin:10px 0 5px 15px;	
	font-size:10px;
	border:1px solid #333;
	display:block;
	padding:3px 7px;
	color: #fff;
}
#panier a.close_panier:hover {
	color:#000;
	background-color: #fff;
}
#panier #panier_mini #utilisateur {
/*	font-family: 'COM4tSansMediumRegular';     */
	font-size:12px;
}
#panier ul {
	list-style:none;
	margin:5px 0 0 15px;
	text-align:left;
}

/*20190915 #panier #panier_list span : commentaire de la fontfamily*/
#panier #panier_list span{ 
	font-size:11px; 
	/*font-family:Arial, Helvetica, sans-serif;*/
}
#commande {
	/*height: 94%;*/
	left: 4%;
	/*position: absolute;*/
	top: 4%;
	width: 100%;
	background-color:#FFF;
	padding-left:200px;
	padding-right:200px;
}
#commande h1 {
	border-bottom: 1px dotted #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px;
	text-transform: uppercase;
}
#commande table {
	border-collapse: collapse;
	margin: 10px 0 20px 0;
	font-size:14px;
	width:100%;
}
#commande th {
	padding: 10px;
	background-color:#222;
	color:#CCC;
}
#commande td {
	padding: 10px;
	border: 1px dotted #999;
}

#commande #convert span{
    display: none;
    }

#commande #convert:hover span
{
    display:block;
    position:absolute;
    background-color:#DCDCDC;
    color:#000;
}

#commande #convert img
{
    padding:0px 5px 0px 5px;
    float: left;
}

#commande #convert li
{
    list-style-type: none;
    vertical-align: middle;
    padding: 5px 5px 2px 0px;
    text-align: right;
}


#commande #sous-total {
	background-color: #6B0D0D;
}
#commande #total {
	background-color: #111111;
}
/*20190915 #commande #etapesuivante : repositionement du bouton manage adress dans la commande*/
#commande #etapesuivante {
	background: none repeat scroll 0 0 #111111;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
	text-transform: uppercase;
	float:left;
	margin:0 0 0 50px;
	margin-top: 30px;
}
#commande #etapesuivante:hover {
	color:#CCC;
}
#commande #continuerachat {
	background: none repeat scroll 0 0 #111111;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
	text-transform: uppercase;
	float:left;
	margin:0 0 0 10px;
}
#commande #continuerachat:hover {
	color:#CCC;
}

/*20190915 #gestion_pay #etapesuivante_pay : création bouton "Aller au paiement"*/
#commande_oneclick #etapesuivante_pay {
	background: none repeat scroll 0 0 #111111;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
	text-transform: uppercase;
	float:left;
	margin:0 0 0 673px;
	margin-top: 0px;
}	

/*- etapes commandes-*/
#etapes div {
	width:20%;
	height:48px;
	line-height:48px;
	float:left;
	background:#E9E9E9 url(/images/bg_ico_commande_off.png) 10px 12px no-repeat;
	margin:0 0 20px 0;
}
#etapes div.debut {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#etapes div.fin {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#etapes div:hover {
	background:#89CFD4 url(/images/bg_ico_commande.png) 10px 12px no-repeat;
	cursor:pointer;
}
#etapes div:hover p {
	color:#FFF;
}
#etapes div.actif {
	background:#89CFD4 url(/images/bg_ico_commande.png) 10px 12px no-repeat;
}
#etapes div.actif p {
	color:#FFF;
}
#etapes p {
	color:#000;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 0 0 10px;
}
#etapes span {
	text-align:center;
	width:26px;
	display:block;
	float:left;
	margin:0 5px 0 0;
}

.adresse{
	font-size: 11px;
	text-transform: capitalize;
}



/*- FORM LIVRAISON -*/
#adresse_facturation {
	float:left;
}
#adresse_facturation div {
	margin:5px 0 0 0;
}
#adresse_facturation input {
	margin:5px 0 0 0;
}
#adresse_facturation .title_fac {
	font-size:12px;
	line-height:25px;
	font-weight:bold;
}
#adresse_facturation label {
	/*width:90px;*/
	color:#333;
	font-size:12px;
	display:inline-block;
}
#adresse_livraison {
	float:right;
	margin-left:20px;
}
#adresse_livraison div {
	margin:5px 0 0 0;
}
#adresse_livraison input {
	margin:5px 0 0 0;
}
#adresse_livraison label {
	/*width:90px;*/
	color:#333;
	font-size:12px;
	display:inline-block;
}
#douane {
	font-size:14px;
}
div#pay_div {
margin-bottom: 20px;
}
#cocheliv {
	font-size:12px;
	font-weight:bold;
	height:25px;
	line-height:25px;
}
#cocheliv  .checker{
	margin:-3px 0 0 0;
}

#prix #bouton-popup {
        background: url(/images/ico_convert.png) no-repeat;
        display: block;
        width: 16px;
        height: 16px;
        float:right;
		margin:0 0 0 10px;
}


/*--- ACTU ACCUEIL ----*/
#actu_accueil{
	display: none;
	width:220px;
	background-color:#333;
	font-size:11px;
	color:#AAA;
	position:absolute;
	bottom:30px;
	right:20px;
	z-index:100;
	padding:15px 20px;
}
#actu_accueil .details p{
	padding: 0 0 10px 0;
}
#actu_accueil .details a{ color:#CCC; float:right; font-size:9px;}
#actu_accueil .details a:hover{ color:#CCC;}
#actu_accueil h1 {
    border-bottom: medium none;
    color: #EEE;
    font-family: 'QuicksandBook';
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
    text-transform: none;
}
#actu_accueil .date {
    float: left;
    margin: -2px 0 0 -12px;
    padding: 2px 10px;
}
#actu_accueil .date .mois {
    color: #C4C4C4;
    font-family: 'QuicksandBook';
    font-size: 14px;
    margin: 2px 0 0;
    text-transform: uppercase;
}
#actu_accueil .date .jour {
    color: #898795;
    font-family: 'QuicksandLight';
    font-size: 22px;
    margin: 0;
}
#actu_accueil .date .anne {
    color: #898795;
    font-family: 'QuicksandBook';
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 8px;
    margin: 0;
}

#recherche_liste {
	width:500px;
	background-color:#333;
	font-size:11px;
	color:#AAA;
	position:fixed;
	bottom:30px;
	z-index:100;
	padding:15px 20px 92px 20px;
    right:20px;
}
#recherche_liste h2{
	font-family: 'QuicksandBook';
	font-size:18px;
	color:#aaa;
}
#recherche_liste .pagination3 {
	bottom: 5px;
        float: left;
        height: auto;
        left: 240px;
        margin: 0;
        padding: 2%;
        position: absolute;
        width: 10%;
}
#recherche_liste .pagination3:hover{
	
}
#recherche_liste .pagination3 img{
	margin:8px 5px 5px 5px;
}
#recherche_liste .pagination3 #fleches{
	float:right;
	margin:2.5% -2% 0 0;
	width:35px;
 }       
#fleches_rech{
	float:right;
	margin:2.5% -2% 0 0;
	width:70px;
}
#fleches_rech #suivant_rech{
	background:url(/images/fleche_D.png) top left no-repeat;
	width:12px;
	height:14px;
	display:block;
	float:right;
        margin-top:9px;
}
#fleches_rech #suivant_rech:hover{
	background:url(/images/fleche_D.png) bottom left no-repeat;
}
#fleches_rech #precedent_rech{
	background:url(/images/fleche_G.png) top left no-repeat;
	width:12px;
	height:14px;
	display:block;
	float:left;
        padding-left:4px;
        margin-top:9px;
}
#fleches_rech #precedent_rech:hover{
	background:url(/images/fleche_G.png) bottom left no-repeat;
}

/*----- Etape 3 EXPEDITION UPS -----*/
.ups_service {
	width:35%;
	float: left;
	position:relative;
	text-align:center;
	border:1px solid #E4E4E4;
	padding:20px 0;
	margin:20px 7% 20px 7%;
}
.ups_service h2{
	color: #898795;
    font-family: 'QuicksandBook';
    font-size: 18px;
    margin: 0;
	height:47px;
	line-height:47px;
	text-align:left;
	padding: 0 0 0 45px;
	background:url(/images/ups_service_11.png) bottom left no-repeat;
	position:absolute;
	top:20px;
	left:10px;
	z-index:10;
}
.ups_service p{
	display:block;
	font-size:12px;
	color:#CCC;
	padding:30px;
	background-color:#222222;
	margin:35px 0 0 0;
}
.ups_service p span{
	font-size:18px;
    font-family: 'QuicksandBook';
	clear:both;
	display:block;
	margin:10px 0 0 0;
}
/*---- SIDEBAR -----*/
#sidebar{
	position:fixed;
	right:0;
	bottom:100px;
	z-index:100;
	background:url(/images/btn_sidebar.png) top left no-repeat;
	width:25px;
	height:58px;
}
#sidebar a{
	display:block;
	height:19px;
	width:25px;
}
/*----- PLAN SU SITE ----*/
#sitemap a{
    background-color: #fff;
}

#sitemap h1{
    border-bottom:none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}
#sitemap h2{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}
#sitemap h3{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;	
	padding:0 0 0 10px;
}
#sitemap ul li{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
	color:#000;
    font-weight: normal;
	list-style:none;
	padding:0 0 0 20px;
}
#sitemap ul li a{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
	color:#000;
}
#sitemap ul li a:hover{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
	color: #333;
}
/*------*/
#adresse_facturation{
    font-size:14px;
    font-family: 'Verdana, Geneva, sans-serif';
    float:left;
}
#adresse_facturation h1{ margin:0 20px 0 0;}
#adresse_livraison{
     font-size:14px;
    font-family: 'Verdana, Geneva, sans-serif';
    float:left;
}
/*20190915 .cgvtext : repositionement du texte des conditions générales de ventes aligné avec le paragraphe du dessus*/
.cgvtext{ font-size:13px; margin:0 0 20px 0; background-color:#F4F4F4; padding:10px; margin-left: 200px;margin-right: 200px;}

/*------ CREDITS -----*/

#contentCredits{
    font-size:14px;
    font-family: 'QuicksandBook';
    position:absolute;
    bottom:100px;
    left:50px;
    color: #000;
 }
 #contentCredits h1{
     font-size:18px;
    font-family: 'QuicksandBook';
    font-weight:bold;
    margin:0 0 10px 0;
 }
 
 #contentCredits h2{
     font-size:16px;
    font-family: 'QuicksandBook';
    font-weight:bold;
 }
 
 

 #logoFlo {
 	margin-top:50px;
 }
 
 div.couleurPdt {
 float: left;
 padding:5px;
 }
 
.carreCoul { width:15px; height:15px; }
.carreCoul:hover{ border: 1px; cursor: pointer }
 
 .intro{ padding:10px 25px}

@media screen and (max-width: 1269px){
	#buddhabar {  height:180px;  }
	#contact_content {overflow-y: scroll;}
	#contact_text,
	#contact_champ,
	#contact_message {float: none; width: 50%; height: auto; margin: 0; line-height: normal;}
	#contact_message #contact_textarea, #contact_message input[type="submit"] {}
}

@media screen and (max-width: 1024px){
  #colg{float: none; clear: both; width: 100%; height: auto;}
}

@media screen and (max-width: 1024px){
  #colg{float: none; clear: both; width: 100%; height: auto;}
  #wysiwyg{padding: 10px;}
}
@media screen and (max-width : 767px) {
    #contact_content {overflow-y: scroll;}
	#contact_text,
	#contact_champ,
	#contact_message {float: none; width: 100%; height: auto; margin: 0; line-height: normal;}
    #contact_message #contact_textarea, #contact_message input[type="submit"] {position: static;}

	#newsletter_text,
	#newsletter {float: none; width: 100%; height: auto; margin: 0; line-height: normal;}
    #newsletter #newsletter_box, #newsletter input[type="submit"] {position: static;}
}
@media screen and (max-width: 575px){
	.modif_compte label{width: 100%; float: none; clear: both;}
	#mainform div.row{height: auto; margin-bottom: 15px;}
	#mainform div.row:after{content: ""; float: none; clear: both; display: table;}
	#contact_champ,#contact_message,#oubli, #newsletter{max-width: 100%;}
}

#content{left: initial; position: relative; top: initial; height: auto; width: 100%; /*max-width: 1024px;*/ z-index: 0; margin-bottom: 30px; margin-right: auto; margin-left: auto;}
