/* ---------- Layout -------- */
body {background:#000000 url("img/fond-fol.jpg?r=2") no-repeat fixed center top;} 


html { font-size:11px; font-size-adjust:none; font-style:normal; font-variant:normal; min-height:925px; }

span.filtres-titre {color:#343434!important; font-weight:bold !important; font-size:1.1em !important; line-height:1.1; margin:10px 0; font-family:inherit; display:block;}



.nosidebar #content {padding-left:15px;}

.clear{
	clear: both;
}
.container {
	margin:0 auto;
	width:994px;
	position:relative;
	*position:static;
}

#header { background:transparent url('img/background-top.jpg') no-repeat center 0; text-align:center; position:relative; z-index:50; }

#wrap { 
	border:1px solid #999;
	 box-shadow: 0 0 3px 0px #999;
	-moz-box-shadow: 0 0 3px 0px #999;
	-webkit-box-shadow: 0 0 3px 0px #999;
	-goog-ms-box-shadow: 0 0 3px 0px #999;
	background-color: #FFFFFF;
    margin: 0 auto;
	padding:16px 0;
    overflow: hidden;
    position: static;
    width: 100%;
    z-index: 20;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
    
	}

#content {}
.nosidebar #content {}
	
#sidebar {}

#footer { background:url("img/background-bottom.jpg") no-repeat scroll center -20px transparent; clear:both; position:relative; z-index:2; margin:0; overflow:hidden; padding:0; color:#fff; padding-bottom:16px; }
#footer ul li .link {color: #FFF; text-decoration: none;}
#footer ul li .link:hover {text-decoration: underline; cursor: pointer;}



/* ----- */

#enCode, #enCadeau { background: url("img/background-code.gif") no-repeat scroll center top transparent; color: #FFFFFF; font-size: 1.8em; font-weight: bold; height: 54px; margin: -16px 0 0; padding: 7px 16px 20px; text-align:center; text-shadow: 1px 1px 2px #333; line-height:1.2em; }
#enCode span.colorCode { font-weight:bolder; font-size:1.5em; color:#FFFF00; text-shadow:2px 2px 2px #111111; }
#enCode span.avaibilityCode { font-size:0.7em; display:block; }
.numeroVert { display:block; }
#contact-phone { background:#FFFFFF url(img/amalgame-langue.gif) no-repeat scroll -2px -1px; height:68px; margin:20px 0 10px; width:944px; }
#contact-phone label { color:#003F86; font-family:helvetica,arial; font-size:1.1em; font-weight:bold; }
#contact-phone form { float:right; margin:15px 0 0; width:171px; }
#contact-phone form input { width:120px; }
#contact-phone form input#bouton-rechercher { width:25px; height:25px; margin:0 0 -7px 0; padding:0; }

.product_qref, .product_fournisseur_ref { color:#666; font-size:10px; font-weight:normal; text-decoration:none; }
.prixBarre {
	text-decoration:line-through;
}
#bg-black {
	z-index:99999;
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	background-color:black;
	left:0px;
	top:0px;
}
#orderPopup-bg {
	width:540px;
	z-index:100000;
	position:fixed;
	padding-top:40px;
	display:none;
/*	min-height:280px;*/
	height:auto;
	overflow:hidden;
	margin-left:-270px;
	left:50%;
}
#orderPopup-content,
#orderPopup-content * {
	line-height:normal;
}


.orderPopupImg_Infos
{
   overflow:hidden;
}

.orderPopupImg {
	float:left;
}

.orderPopupInfos {
	float:left;
	padding-left:10px;
	width:340px;
}
#orderPopupQte {
	margin-top:4px;
}
#orderPopupPrix {
	color:red; font-size:14px; font-weight:bold;
}
.orderPopupProdAjoute { text-align:center; margin-top:20px; /*float:left;*/ margin-top:5px; display:block; position:static }
.orderPopupProdAjoute span {font-weight:bold; font-size:18px;}
.orderPopupAction {clear:both; margin-top:26px; /*float:right; margin-right:63px;*/ text-align:center;}
#orderPopup-content {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
	margin-left:auto;
	margin-right:auto;
	width:500px;
/*	min-height:260px;*/
	height:auto;
	overflow:hidden;
	background-color:white;
	border:1px solid #003366;
}
#orderPopup-title {
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	
	width:490px;
	height:26px;
	background-color:#000000;
	color:white;
	font-size:18px;
	padding:3px 0 0 10px;
	overflow:hidden;
}
.orderPopup-title-added {
	float:left;
	/*width:430px;*/
}
#orderPopup-title a,
#orderPopup-title a:visited {
	color:#999999;
	font-size:14px;
	font-weight:bold;
	float:right;
	margin-right:12px;
} 
#orderPopup-title a:hover {
	color:#CCCCCC;
} 
#orderPopup-text {
	padding:10px;
	/*min-height:214px;*/
	height:auto;
	overflow:hidden;
}
#orderPopup-content a.button,
#orderPopup-content a.button:visited {
	border-top-left-radius:6px;
	border-bottom-right-radius:6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
	
	background-color:#5588DD;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	padding:1px 4px 1px 4px;
	margin-left:6px;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
}
#orderPopup-content a.button:hover {
	background-color:#77AADD;
	color:#FFFFFF;
}
#orderPopup-content a.large {
	font-size:15px;
}

span#kwixo1x, span#kwixonx { text-decoration:underline; cursor:pointer; color:#000;}

.pmail { display:none; position:fixed; top:200px; left:639px; z-index:999999; text-align:left; }
#introduction .pmail a { text-decoration:none; }
.pmail .pmail_loading { z-index:1; display:none; position:absolute; top:0; left:0; background-color:white; padding-top:150px; text-align:center; }
.pmail .pmail_form { line-height:1em; /*border-radius:4px*/; padding:10px;/* width:300px; */background:url('//s7.addthis.com/static/t00/atbkg.png') repeat scroll 0 0 transparent;/* z-index:10000001*/; }
.pmail .pmail_bg2 { background: none repeat scroll 0 0 #FFFFFF; width:300px; }
.pmail .pmail_title { background:none repeat scroll 0 0 #F2F2F2; height:13px; padding:5px 10px; position:relative; }
.pmail .pmail_title h4 { color:#4C4C4C; cursor:default; display:inline; font-size:12px; margin:0; padding:0; }
.pmail .pmail_title a { color:#4C4C4C; position:absolute; right:10px; text-decoration:none; top:5px; font-weight:bold; text-decoration:none; }
.pmail .pmail_attributes, .pmail .pmail_submit { padding:10px; }
.pmail .pmail_attributes label { font-size:12px; display:block; }
.pmail .pmail_attributes label span { font-size:11px; color:#666; }
.pmail .pmail_attributes input, .pmail_attributes textarea { margin-bottom:8px; padding:3px; width:272px; margin-top:4px; border:1px solid #CCC; resize:none; }
.pmail .pmail_attributes input:hover, .pmail_attributes textarea:hover { border:1px solid #AAA; background-color:#FFFFEA; }
.pmail .pmail_submit input { border:1px solid #CCC; background-color:#F2F2F2; cursor:pointer; }
.pmail .pmail_submit input:hover { border:1px solid #AAA; }
.pmail .pmail_submit input.pmail_quit { float:right; }
.pmail .pmail_info { padding-left:10px; }
.pmail .pmail_error { color:#F30; font-weight:bold; }
.pmail .pmail_ok, .pmail .pmail_loading { color:#060; font-weight:bold; }

div.partage { height:100px; width:100%; margin:0 0 15px 0; }
div.partage a { margin-bottom:7px; text-decoration:none; text-align:left; }	div.partage a a { margin:0; } div.partage a span { padding: 0 7px 0 0; }
div.partage .addthis_button_print { float:none; clear:both; display:none; }
div.partage .custom_addthis_email { padding:0 2px; display:block; width:145px; }
div.partage .custom_addthis_email span { height: 16px; padding-left: 22px; width: 100%; margin:7px 0 0 0; background:#fff url(/img/amalgame-commun.png) no-repeat -770px -749px; }
div.partage .addthis_counter.addthis_bubble_style { margin: 0 0 0 5px; }
div.partage .addthis_button_google_plusone { float:left; }
div.partage .addthis_toolbox { margin-top:7px; }

/*  ----------------footer---------------------- */

#footer .container { width:990px; position:relative; }

#footer .container #inscriptionNews { margin:0; padding:9px 16px; text-align:center; }
#footer .container #inscriptionNews label { color:#555; font-size:1.3em; font-weight:bold; text-shadow:0px 3px 2px rgba(150, 150, 150, 0.81); }
#footer .container #inscriptionNews input {  
	color:#555555;
	text-shadow: 0px 1px 0px #fff;  
	outline: none;  
	background: -webkit-gradient(linear, left top, left bottombottom, from(#E0E0E0), to(#ffffff));  
	background: -moz-linear-gradient(center top , #EAEAEA, #FFFFFF);  
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;  
	border: 1px solid #AAAAAA;  
	-webkit-box-shadow:1px 1px 0 #BBB;  
	-moz-box-shadow:1px 1px 0 #BBB;  
	box-shadow:1px 1px 0 #BBB;  
}
#footer .container #inscriptionNews input#emailNews { margin-left:10px; padding:4px; font-size:12px; }
#footer .container #inscriptionNews input#submitNews { cursor:pointer; padding:3px; background:-moz-linear-gradient(center top , #E0E0E0, #FFFFFF) repeat scroll 0 15px transparent; font-size:13px; text-shadow:0px 3px 2px rgba(150, 150, 150, 0.81); }
#footer .container #inscriptionNews input:hover {  
	-webkit-box-shadow: 0px 0px 5px #FFF;  
	-moz-box-shadow: 0px 0px 5px #FFF;  
	box-shadow:0 0 5px #FFF;  
}  

#footer .footer-items {}
#footer ul li { line-height:1.4em; font-size:0.9em; }
#footer ul li a { line-height:1.4em; font-size:inherit; }
#footer ul {}
#footer ul.footer-1 {}
#footer ul.footer-2 {}
#footer ul.footer-3 {}
#footer ul.footer-4 {}
#footer ul.footer-5 {}
#footer .titrage { width:100%; border-bottom:1px dotted #fff; display:block; clear:both; font-size:1.2em; line-height:1.4em; margin:0 0 7px 0; text-shadow: 0px 0px 7px rgba(50, 50, 50, 1); }
#footer ul a { color:#fff; }
#footer a:hover { text-decoration:underline; }

#footer span#infosSociete { float:left; }
#footer a#rappelLogo { position:relative; float:left; margin:14px 0 0 12px; }
#footer a#rappelLogo img { display:block; }
#footer a#rappelLogo img:first-child { opacity:0.7; }
#footer a#rappelLogo:hover img:first-child { opacity:1; }

#footer .footer-items ul li img { background:url("img/amalgame-commun.png") no-repeat scroll center; width:32px; height:32px; padding-right:10px; }
#footer .footer-items ul li img#facebook { background-position:-761px -321px; }
#footer img#twitter { background-position:-761px -399px; }
#footer img#googlePlus { background-position:-761px -360px; }

.imageCommune { background:url("img/amalgame-commun.png") no-repeat 0 0 transparent; }

.listPaiements { height:33px; }
.listPaiements img.imageCommune { height:33px; margin:0 2px; }
.listPaiements img.kwixo-icon { width:96px; background-position:-8px -519px; }
.listPaiements img.agos-icon { width:40px; background-position:-307px -519px; }
.listPaiements img.cetelem-icon { width:91px; background-position:-354px -519px; }
.listPaiements img.paypal-icon { width:40px; background-position:-112px -518px; }
.listPaiements img.cb-icon { width:141px; background-position:-158px -519px; }

#like-facebook { border:none; overflow:hidden; width:400px; height:25px; margin-top:10px; display:block; }

/* Vidéo pour FlowPlayer */
a.videoplayer { display:block; margin:0 auto; }

/* Ventes Flash */
/*#catalogue li.cat{ border: 1px solid transparent; width: 16%; }*/
#catalogue li.cat.catflash{ } /* background-color:#e3e3e3; outline:red solid 1px; border: 1px solid red;  */
#catalogue li.cat.catflash:hover { } /* background-color:#e3e3e3; */
#catalogue li.cat.catflash div.image { overflow: hidden; }
#catalogue li.cat.catflash div.image .catflash_border{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px #E40D0D solid;}
#catalogue li.cat.catflash div.image .catflash_txt{ text-decoration: blink; position: absolute; top: 0; left: 0; width: 100%; height:14px; background-color: #E40D0D; padding:2px 0; line-height:14px; text-align: center; color: white; font-weight: bold; text-shadow:2px 2px 4px #AAA;}
#catalogue li.cat.catflash div.image .catflash_txt .catflash_picto{ float: left; width: 18px; height: 18px; margin-top: -2px; margin-left: 1px; background: url('/img/amalgame-commun.png') no-repeat scroll center; background-position:-771px -722px; }
#catalogue li.cat.catflash div.image .catflash_img{ position: absolute; left: -200px; top: 0px; }
#catalogue li.cat.catflash div.image .catflash_img img{ width: 120px; }

/* Panneau recherche avancée à gauche */
#recherche_avancee select{
	font-size: 0.9em;
	max-width: 170px;
}
#recherche_avancee .decocher{
	margin: 10px 0;
}
#recherche_avancee .qlist{
	padding-left: 15px;
}
#recherche_avancee .qlist.qlist_0{
	padding-left: 0;
	padding-right: 2px;
	/*overflow: auto;
	max-height: 200px;*/
}
#recherche_avancee .qlist .qlist{
	/*display: none;*/
}
#recherche_avancee .qlist p{
	clear: both;
	margin: 2px 0;
	line-height: 15px;
	background-color: #e5e5e5;
	padding:3px 0 3px 6px;
    font-size:10px;
}
#recherche_avancee .qlist .libelle {
	cursor: pointer;
}
#recherche_avancee .qlist .qsel .libelle {
	font-weight: bold;
}
#recherche_avancee .qlist .nb {
	color: #666;
}
#recherche_avancee .qlist label {
	margin-left: 2px;
    display:initial;
    vertical-align:middle;
}
#recherche_avancee .qlist label:hover .libelle {
	text-decoration: underline;
}
#recherche_avancee .qlist .qlist p{
	background-color: #f5f5f5;
}
#recherche_avancee .qlist input{
	margin: 0;
	padding: 0;
    vertical-align:middle;
}
#recherche_avancee .qlist .fl{
	display:none;
	float: right;
	margin-right: 5px;
	cursor: pointer;
	margin-top: 0;
}
#sidebar #rechercher .qlist span{
	margin-top: 0;
}

#sidebar #rechercher .qlist .avis .note{
	float: left;
}

/* Hack soucis CSS de base */
#sidebar #recherche_avancee div{
	border: 0;
	box-shadow: none;
}
#sidebar #recherche_avancee div{
	margin: 0;
	border: 0;
	padding: 0;
	box-shadow: none;
}

/* Bloc version imprimable */
div.printable{
	float: right;
	display: table-cell;
	padding-left: 32px;
	background-image: url('/img/print.png'); 
	background-repeat: no-repeat;
	background-position: left middle; 
	vertical-align: middle;
	text-align: left;
	height: 30px;
}
div.printable a{
	
}
.printable img{
	display: none;
}
.printButton{
	display: none;
}

.errordanger
{
	background-color:#F2DEDE;
	margin:0px;
	padding:10px;
	border:1px solid #B94A48;
	margin-bottom:10px;
}

.errordanger p
{
	padding:0px;
	color:#B94A48 !important;
	font-weight:bolder;
	font-size:13px;
}

.successok
{
	background-color:#DFF0D8;
	margin:0px;
	padding:10px;
	border:1px solid #3C763D;
	margin-bottom:10px;
}

.successok p
{
	padding:0px;
	color:#3C763D;
	font-weight:bolder;
	font-size:13px;
}


/* Bouton retour acceuille */
#content .retour-catalogue {margin-top: 20px;text-align:center;}
#content .retour-catalogue a {display:inline-block;padding:10px;font-weight:bold;font-size:1.1em;}
#content .retour-catalogue a:hover {text-decoration:none;}


/* --- Spécifique média --- */

/* lg */
@media (min-width: 1200px) {
    

}

/* md */
@media only screen and (max-width : 1200px) {
    

}

/* sm */
@media only screen and (max-width : 992px) {
    
    .nosidebar #content {padding-right:15px;}

}

/* ms */
@media only screen and (max-width : 767px) {
    

}

/* xs */
@media only screen and (max-width : 480px) {
    

}

/* xxs */
@media only screen and (max-width : 350px) {
    
    
}

@media only screen and (max-width : 300px) {
    

}



#menu3  {background:#1977bd; color:#FFFFFF;}

/*html {
	background-color:#f6f6f6;
}
body {
	background:url('img/background-noel.jpg') no-repeat center 0px;
}*/

body {font-size:12px !important;}

.container {width:auto;}
#sidebar {padding:15px 0 15px 15px;}
#content {padding:15px 15px 15px 0;}

/*** RELOAD ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	}
ol, ul {
	list-style: none;
	list-style-position:outside;
	list-style-type:none;
	}
blockquote, q {
	quotes: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* ----------elements standards-------- */

html { background-color:#e9e9e9;  }

body { font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;  }

img {
	border:0;
	}
a {
	color:#333;
	_color:#003f86;
	text-decoration:none;
	cursor:pointer;
	}
a:hover {
	color:#d15c17;
	}
a:active {
	color:#222;
	}
.container #wrap #content h1 {
	color:#003f86;
	}
ul {
	/*overflow:hidden;*/
	}
hr {
	visibility:hidden;
	clear:both;
	}

.separator {
	display:inline-block;
	width:12px;
	height:8px;
	margin-top: 8px;
	text-align:center;
	}

.clear {
	clear:both;
	}
table {
	width:99%;
	}
p {
	line-height:1.1em;
	}

.required {
	color:#c00;
	}
.photosNonContractuelles {
	color:#666666;
	float:right;
	font-size:1em;
	font-style:italic;
	padding:3px 22px;
	clear:both;
	}

#wrap {border:none; padding-top:0;}

div.partage {border:1px solid #B3B3B3; display:block; margin:10px 0; overflow:hidden; padding:7px;}
.partage .addthis_button_google_plusone { width:50px; }

.imagesLangue { background: url("img/amalgame-langue.gif") no-repeat scroll 0 0 transparent; }
.numeroVert { background-position: -394px -397px; height: 33px; margin: 5px 0 6px; width: 176px; }

.disabled { text-decoration:underline; }

/* ----------menu haut-------------- */

div#menu2 {font-size:12px; color:#ffffff;}
div#menu2 a {color:#ffffff;}
div#menu2 .container #header-hi {background-color:#002e4f; padding:0px 15px;}
div#menu2 ul.plan_avis {margin-bottom:0; padding:5px;}
div#menu2 ul.plan_avis li{display:inline-block; border-right:1px #bbb solid; padding:0 5px;}
div#menu2 ul.plan_avis li.first{border-left:none;}
div#menu2 ul.plan_avis li.last{border-right:none; }
div#menu2 ul.plan_avis li a {color:#f4f4f4; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
div#menu2 ul.plan_avis li a:hover {text-decoration:underline;}

div#menu2 .caddie_login {}
div#menu2 .caddie_login .Caddie, div#menu2 .caddie_login .info_login_client {display:inline-block;}
div#menu2 .info_login_client {display:inline-block;}
div#menu2 #login label {color:#03324e; display:block;}
div#menu2 #login input {margin-bottom:5px;}
div#menu2 #login button {border-radius:0; width:100%; margin:5px 0;}
div#menu2 .info_login_client {display:inline-block; padding:0px; border:none;}
div#menu2 .info_login_client div.mon_compte {background : url(../img/compte.png) 5px 1px no-repeat; display:inline-block; cursor:pointer; padding:5px 10px 5px 30px;}
div#menu2 .info_login_client div.mon_compte:hover {background:url(../img/compte_hover.png) 5px 1px no-repeat; background-color:#fff;}
div#menu2 .info_login_client.menu-actif div.mon_compte {background:url(../img/compte_hover.png) 5px 1px no-repeat; background-color:#fff; color:#03324e; text-decoration:none;}
div#menu2 .info_login_client div.mon_compte.connecter{margin:1px; padding-right:8px;	}
div#menu2 .info_login_client div.deconnexion {margin-right:8px; display:inline-block;}
div#menu2 div.compte-login {display:none; position:absolute; top:26px; z-index:999; border-left:1px solid #e4e4e4; border-right:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4; border-top:1px solid #fff; background-color:#fff; width:300px; padding:15px; right:15px;}
div#menu2 div.compte-login form li {margin-bottom:10px;}
div#menu2 div.compte-login form li.btn_link {overflow:hidden;}
div#menu2 div.compte-login form li label {color:#000; width:80px; display:inline-block;}
div#menu2 div.compte-login form input#pass_cli, div#menu2 div.compte-login form input#mail_cli {line-height:18px;}
div#menu2 div.compte-login form a.forgetpass {display:block; color:#808080; position:relative;}
div#menu2 div.compte-login a { color:#03324e;}

div#menu2 .info_login_client {}
div#menu2 a#encartCaddie, div#menu2 .info_login_client .encartinfo_login_client {display:inline-block; text-align:left; z-index:2; margin:0; vertical-align:middle; padding:6px 5px;}
div#menu2 .info_login_client .encartinfo_login_client {padding:0px; z-index:100;}
div#menu2 .info_login_client .encartinfo_login_client div.deconnexion a {color:#fff;}
div#menu2 .info_login_client div.encartinfo_login_client div.connecter, div#menu2 .info_login_client ul.encartinfo_login_client li.deconnexion {position:relative;}
div#menu2 .info_login_client div.encartinfo_login_client div.mon_compte.connecter:hover , div#menu2 .info_login_client div.encartinfo_login_client div.mon_compte.non-connecter:hover {color:#03324e; text-decoration:none;}
div#menu2 div.compte-login form p.nouveau_compte {color:#000;}
div#menu2 div.compte-login form p.nouveau_compte a {color:#005595; text-decoration:underline;}
div#menu2 div.compte-login form p.nouveau_compte a:hover {text-decoration:none;}
div#menu2 .bgCaddie {z-index:1; background:url("img/amalgame-commun.png") -697px -521px; width:22px; margin-right:6px;}
div#menu2 .info_login_client .bginfo_login_client {z-index:1; margin-right:8px;}

/* ----------header-------------- */
div#header {font-size:11px;}
div#header .container #header-bar {background:#1977bd url("img/background-header.jpg") -660px 0; background-repeat:no-repeat; text-align:left; color:#ffffff; box-shadow:0 0 3px 0 #999;}
div#header .container #header-bar #header-bar-logo {}
div#header .container #header-bar #header-bar-logo .pull-left {padding:15px 30px;}
div#header .container #header-bar #header-bar-logo .pull-right {padding:11px 30px;}

#header ul {color:#FFF;}
#header li {display:inline; padding:0;}
    
#header a, #header a:visited, #header a:hover, #header a:active {color:#FFF; text-decoration:none;}
#header a.logo {background-color:transparent; display:block; padding:15px;}
#header a.logo img{padding-left:5px; z-index:10; max-height:52px;}	

div#header div#contactSearch {position:absolute; right:22px; top:87px; width:220px;}
div#header div#contactSearch a {color:#333333; display:inline;}
div#header div#contactSearch a:hover, div#header a#encartCaddie:hover {color:#FF3300;}


/*-------------- RECHERCHE-------------- */
div#recherche {display:inline-block; text-align:left; border-radius:3px; z-index:1000;}

div#header form {padding:23px 10px;}
div#header form #searchInputNew{font-style:italic; color:#6a7073;}
div#header form #searchInputNew:hover{ color:#aaaaaa;}
div#header form .btnRechercherNew{}
div#header form .btnRechercherNew:hover{}


/* --------------topmenu------------- */
a.disabled {text-decoration:underline!important;}

div#topMenu {font-family:Arial,Helvetica,sans-serif; padding:0 15px;}

#topMenu ul#dropdown {background:#f1f1f1; margin-bottom:0px;}
#topMenu ul#dropdown li a.entete-menu {}
#topMenu ul#dropdown li {display:inline-block;}
#topMenu ul#dropdown li.hover {background:#0082b5;}
#topMenu ul#dropdown li.hover > a {color:#FFFFFF!important;}
#topMenu ul#dropdown li:not:first-child {border-left:1px solid #dedede;}
#topMenu ul#dropdown li.promo { background:#e90101; padding:6px 14px 4px 14px; }	
#topMenu ul#dropdown li.promo:hover { background:#ff0000; transition: background-color 0.3s ease 0s;}
#topMenu ul#dropdown li.eco, #topMenu ul#dropdown li.amex { background:#78c42c; }
#topMenu ul#dropdown li.eco:hover, #topMenu ul#dropdown li.amex:hover {background:#78d51b; transition: background-color 0.3s ease 0s;}

#topMenu ul#dropdown li.tabLeft { background:#c8c8c8;  width: 1px; padding:0; }
#topMenu ul#dropdown li.tabMiddlePromo { background: url("img/topmenu/tab-middle-promo.jpg") no-repeat scroll left top transparent;  width: 5px; padding:0; }

#topMenu ul#dropdown li.eco a.entete-menu, #topMenu ul#dropdown li.promo a.entete-menu { font-weight:bold; }

#topMenu ul#dropdown li a.entete-menu, #topMenu ul#dropdown li.promo a.entete-menu, #topMenu ul#dropdown li span.entete-menu, #topMenu ul#dropdown li.promo span.entete-menu {color:#303030; line-height:1.3em; padding:0; vertical-align:middle; font-size:1em; font-weight:bold; cursor:pointer; display:block;}
#topMenu ul#dropdown li a.entete-menu:hover, #topMenu ul#dropdown li:hover a.entete-menu  {color:#FFF; cursor:pointer;}
#topMenu ul#dropdown li.promo a.entete-menu, #topMenu ul#dropdown li.amex a.entete-menu, #topMenu ul#dropdown li.eco a.entete-menu { color:#fff; }
#topMenu ul#dropdown div.dropDownContainer {margin:0; top:39px; position: absolute; text-align:left; visibility:hidden; width:300px; z-index:150; padding:15px 0; background:#fff; opacity:0.97; box-shadow:0 0 5px #888888;}
div#topMenu ul#dropdown div.longContainer { width:100%; left:0; margin-left:0!important;}
div#topMenu ul#dropdown li div.sousRubrique { width:100%; padding:0 3px 0 7px; display:inline-block; vertical-align:top;}
div#topMenu ul#dropdown div.longContainer div.sousRubrique { width:24%;}
div#topMenu ul#dropdown li div.dropDownContainer {text-align:left; background:#fff;}
div#topMenu ul#dropdown li div a, div#topMenu ul#dropdown li div span {color:#FFFFFF; display:block; line-height:1.7em; margin:5px 0 4px 0; color:#666; width:100%;}
div#topMenu ul#dropdown li div a {font-size:1.2em;}
div#topMenu ul#dropdown li div a:hover { color:#1878bd; text-decoration:underline; background:none; }
div#topMenu ul#dropdown li div.titraille { width:100%;}
div#topMenu ul#dropdown li div.titraille > a, div#topMenu ul#dropdown li div.titraille span {color:#2b84c9; font-size:1.2em; font-weight:bold; margin:0; padding:3px 0 0 3px;}
div#topMenu ul#dropdown li div.coupCoeur { clear:both; padding:10px 0; margin-top:15px; padding-top:10px; position:relative; }
div#topMenu ul#dropdown li div.coupCoeur a { overflow:hidden; color:#333; }
div#topMenu ul#dropdown li div.coupCoeur a img {}
div#topMenu ul#dropdown li div.coupCoeur a:hover img {}
div#topMenu ul#dropdown li div.coupCoeur a p { padding:11px 11px 0; color:#333; text-align:left; }						div#topMenu ul#dropdown li div.coupCoeur a:hover p { color:#333333; }
div#topMenu ul#dropdown li div.coupCoeur a p span { font-weight:bold; margin-bottom:5px; color:#333; }
div#topMenu ul#dropdown li div.coupCoeur a p.tarif { position:static; overflow:hidden; display:block; font-size:1.5em; }
div#topMenu ul#dropdown li div.coupCoeur a p.tarif span { color:#ff0000;  }
div#topMenu ul#dropdown li div.coupCoeur a p.tarif span.devise,
div#topMenu ul#dropdown li div.coupCoeur a p.tarif span.prixBarre { font-size:0.7em;  }
div#topMenu ul#dropdown li div.coupCoeur a p.upPrice { position:absolute; top:85px; left:0;  }
div#topMenu ul#dropdown li div.longContainer div.coupCoeur {padding:0; border-top:none; margin-top:0; padding-top:0; width:24%; display:inline-block; vertical-align:top;}

.aPartirDe {font-size:0.6em; }

.sub-rubrique {padding-left:15px;}

div#topMenu ul#dropdown li.handicapes {background:#5c5d5c; width:3%; vertical-align:middle;}
div#topMenu ul#dropdown li.handicapes:hover {background:#5c5d5c!important;}



/* --------------sidebar------------- */

#sidebar #contactRapide { background: url("img/amalgame-langue.gif") no-repeat scroll 6px -71px #FFFFFF; height: 260px; margin-top: 2px; width: 185px; }
#sidebar #rechercher {
	clear:both;
	margin:10px 0;
	}
#sidebar #rechercher .recherche_simple {
	border: 1px solid #B3B3B3;
	background-color:#ffa800;
	background: -webkit-gradient(linear, left top, left bottombottom, from(#ffca73), to(#ffa800));  
    background: -moz-linear-gradient(top,  #ffca73,  #ffa800);
	padding:7px;
	}

#sidebar #rechercher input {
	width:125px;
	float:left;
	}

#sidebar #rechercher input#bouton-rechercher {
	height:25px;
	margin-left:6px;
	width:25px;
	}
#sidebar #rechercher .recherche_simple .t{
	font-family:helvetica, arial;
	font-weight:bold;
	font-size:1.1em;
	color:#003F86;
	margin-top:7px;
	}

#sidebar #rechercher .q{
	height: 25px;
}

#sidebar div.liste {margin:10px 0; padding:7px; border:1px solid #B3B3B3; }
	
#sidebar div.liste ul li { display:block; overflow:hidden; clear:both; }

.liste ul img {
    float: left;
    height: 40px;
    margin: 0 5px 0 0;
    width: 40px;
}

#sidebar div.liste ul li img {
    border: 1px solid #B3B3B3;
    height: 80px;
    width: 80px;
}

#sidebar div.liste ul li, #sidebar ul.menuderoulant li ul a {
    background: none repeat scroll 0 0 transparent;
    border-left: medium none;
    border-top: 1px dotted #B3B3B3;
    display: block;
    margin: 0;
    padding: 8px 0;
}
.liste ul .prixVente, .liste ul .prixPrefixe {
    color: #CC0000;
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
}

.liste ul li span, .liste ul li a {
    line-height: 1.4em;
}
#sidebar ul.menuderoulant {
	clear:both;
	}
#sidebar ul.menuderoulant li.homePage {
	display:none;
	}

#sidebar ul.menuderoulant li ul a:hover {
	color:orange;
	}
#sidebar ul.menuderoulant li ul a.twoline{
	line-height:0.9em;
	padding:8px 0 5px 8px;
	margin:-2px 0;
	}
#sidebar ul.menuderoulant li.couvertures a.entete-menu {
	height:36px;
	padding-top:10px;
	}
#sidebar ul.menuderoulant li.fiches-pratiques span.entete-menu,
#sidebar ul.menuderoulant li a.entete-menu {
	display:block;
	font-size:1.0em;
	height:29px;
	padding:16px 13px 0 0;
	line-height:1.1em;
	}
#sidebar ul.menuderoulant li.fiches-pratiques span.entete-menu{
	margin-top:3px;
	text-align:right;
	color:#ffffff;
	display:block;
	font-family:helvetica,arial;
	font-size:1.0em;
	height:39px;
	font-weight:lighter;
	}
#sidebar ul.menuderoulant li.promo a{
	background:#fff url(img/index/pub-index-colonne.gif) no-repeat 0 0;
	display:block;
	width:177px;
	height:196px;
	border:none;
	text-indent:-9999px;
	margin:0;
	padding:0;
	display:none;
	}

#sidebar div.liste p {color:#666666; display:block; font-family:helvetica,arial; font-size:1.2em; font-weight:lighter; margin:0; padding:9px;}
#sidebar div#themesComplementaires p{background-position:0 -165px;}
#sidebar div#themesConnexes p{background-position:0 -245px;}
#sidebar div.liste ul {height:auto; margin:0; overflow:hidden;}
#sidebar div.liste ul li, #sidebar ul.menuderoulant li ul a {background:none; border-top:1px dotted #B3B3B3; margin:0; padding:8px 0; width:169px; display:block;}
#sidebar div.liste ul li span {font-size:0.9em;}
#sidebar div.liste ul li span.prixVente {font-size:1.1em;}
#sidebar ul.menuderoulant li a {
		_margin-top:5px;
	}
#sidebar ul.menuderoulant li.fiches-pratiques {
	margin:10px 0 0 3px;
	}
#sidebar ul.menuderoulant li.fiches-pratiques ul a{
	width:162px;
	}
#sidebar ul.menuderoulant li.fiches-pratiques ul a.last{
	background-position:-3px -129px;
	padding-bottom:7px;
	}
#sidebar div.liste ul li img{
	width:90px;
	height:90px;
	border:1px solid #b3b3b3;
	_margin:4px 4px -4px 0;
	}
#sidebar div.liste ul li.lastListElement,
#sidebar div.finLienAnnexe{
	border:medium none;
	height:4px;
	margin:0 0 -14px 0;
	}
#sidebar a.lienAnnexe {
	display:block;
	font-family:helvetica,arial;
	font-weight:lighter;
	height:auto;
	line-height:1em;
	margin:10px 0;
	min-height:35px;
	padding:7px;
	border:1px solid #B3B3B3;
	width:100%;
>>>>>>> fitnessresp
	}
	
#sidebar object { border:1px solid #B3B3B3; }
	
/* -----------------content--------------------- */

.custom_addthis_email span { font-size:0.9em; }
#content #path {font-style:normal; font-weight:bold; font-size:12px;}
#content #path div {padding:5px 0 5px 0;}
#content #path img {display:inline-block; vertical-align:middle;}
#content #path a {text-decoration:none; color:#006cab; line-height:22px; vertical-align:middle;}
#content #path .last {color:#c00;}
#path div, a#homeIcon {}
#path a {display:inline; margin-top: 8px;}
#path div {margin:3px 0 0 0;}
a#homeIcon {}
a#homeIcon img {background:url("img/amalgame-commun.png") -770px -509px; height:22px; width:21px;}
.picto {float:right; margin:9px 0 0 0;}



/*  ----------------ABML---------------------- */

h1, h2, h3, h4, h5 {font-family:Helvetica, Arial, sans-serif; font-weight:bold !important; margin-top:15px;}
h1, h2, #catalogue h3, #demande-piece h3, #contact h3, h4, h1 a {color:#003F86 !important; font-weight:bold !important;}
h1 {font-weight:bold!important; font-size:1.9em !important;}
h3, h5 {color:grey !important; border-bottom:1px solid #d5d5d5;}
h2, #catalogue h3, #demande-piece h3, #contact h3 {font-size:1.3em !important; margin-bottom:0.5em;}
h3 {font-size:1.2em !important;}
h4 {font-size:1.1em !important;}
h5 {font-size:1em !important; font-weight:normal;}
div#redaction {font-size:1em; line-height:1.3em; padding-right:0px;}
.noir  {color:#000; font-weight:bold;}
.rouge {font-weight:normal; color:#f00;}
.orange {color:#FF8000; font-weight:bold; text-decoration:none;}
.vert {color:#339900; font-weight:bold; text-decoration:none;}
.bleu {color:#025787; font-weight:bold;}
.blanc {color:#fff; font-weight:bold;}

a.lien {
	color:#CC0000;
	text-decoration:underline;
	}
a.lien:hover {
	color:#6699CC;
	text-decoration:none;
	}
a.lien2 {
	text-decoration:underline;
	font-weight:bold;
	}
a.lien2:hover {
	color:#CC0000;
	text-decoration:none;
	}
.legende {
	color:#F26822;
	display:inline;
	font-size:11px;
	font-weight:normal;
	line-height:110%;
	text-align:center;
	z-index:20;
	}
.tableau {
	color:#000;
	width:99%;
	background-color:#fff;
	border-collapse:collapse;
	margin:0 auto;
	position:relative;
	_position:static;
	z-index:0;
	}
.tableau td,
.grille td {
	padding:4px 2px;
	}
.tableau td {
	background-color:#f3f2f3;
	border:1px solid #fff;
	}
.grille {
	width:98%;
	clear:both;
	background-color:#fff;
	text-align:normal;
	margin:0;
	position:relative;
	_position:static;
	}
.grille table {
	width:100%;
	}
table.grille td p {
	text-align:left;
	}

.intro-redaction {
	padding:6px 0;
	clear:both;
	margin:0 2px 5px;
}

.sous-filtre { margin-left:10px; }


@media print {
	.noPrint {
		display:none;
		}
}


/* Sidebar avis */
#btnavis img {margin:0 auto;}

/* bandeau remise appel */
div#remise{	background:url("img/background-code.gif") no-repeat scroll center; height:73px; margin-bottom:10px;}
div#remise li{padding:2px; color:#fff; font-weight:bold; font-size:2em; text-align:center; list-style:none;}

div#remise {margin-top:-16px;}


/* Bloc version imprimable */
div.printable{float:none; display:block; margin-top:20px;}
div.printable a{}


#like-facebook, #like-facebook iframe[style], #like-facebook span {
   width: 100% !important;
}

#demande-piece-detachee a {text-decoration:none !important; display:block;}
#lienPieces {font-size:14px; background:#6aa500; text-align:center; color:#FFFFFF; padding:10px 15px; text-transform:uppercase; font-weight:bold; text-shadow:-1px 2px #5c8218; display:block;}
#lienPieces:hover {background:#acce67; color:#FFFFFF;}



/* footer */
#footer {padding-bottom:0;}
#footer div#footer-contact div.appels {border-right:1px dotted #fff;}
#footer div#footer-contact div.appels-internationaux {border-right:1px dotted #fff;}
#footer div#footer-contact div.newsletter {border-left:1px dotted #fff;}

#footer div#footer-items {padding-top:15px; padding-bottom:5px;}
#footer div#footer-items ul{display:inline-block;}
#footer div#footer-items #zone-footer6 {text-align:left;}
#footer div#footer-items #zone-footer7 {text-align:right;}
#footer .footer-5 {margin-bottom:0;}

hr {margin:15px 0 !important;}

#header #header-bar .navbar #dropdown li {cursor:pointer; padding:5px 0;}




#tel {padding:15px 0px 15px 77px;}

.navbar-header button {padding:3px 10px; border-radius:0;}
.navbar-header button:hover {background:#FFFFFF; color:#1977bd;}
.navbar-header button.menu-actif {background:#FFFFFF; color:#1977bd;}
.navbar-header button i {display:inline-block; vertical-align:middle;}
.navbar-header button #titre-menu {display:inline-block; vertical-align:middle; font-weight:bold; margin:2px; padding:0 5px; font-size:1.2em;}



#mainnavbar {font-size:10px;}

#experience {position:absolute; height:90px; width:150px; left:350px;}

/* --- Spécifique média --- */

/* lg */
@media (min-width: 1200px) {
    
    #topMenu ul#dropdown li a.entete-menu, #topMenu ul#dropdown li.promo a.entete-menu, #topMenu ul#dropdown li span.entete-menu, #topMenu ul#dropdown li.promo span.entete-menu {font-size:1.1em;}
    
    #topMenu ul#dropdown li a.entete-menu {}
    
}

/* md */
@media only screen and (max-width : 1200px) {
    
    
    #experience {left:300px;}
    
    div#topMenu ul#dropdown div.longContainer div.coupCoeur { width:15%;}
    
}

@media only screen and (min-width: 992px) {
    #topMenu ul#dropdown > li {display:table-cell!important; width:6%;}
    #topMenu ul#dropdown > li.promo {width:10%;}
    #topMenu ul#dropdown > li.filtration {width:8%;}
    
    #topMenu ul#dropdown {display:table;}
    #topMenu ul#dropdown > li {display:table-cell!important; width:6%;}
    #topMenu ul#dropdown > li.promo {width:10%;}
    #topMenu ul#dropdown > li.filtration {width:9%;}
    
    .hover .sub-rubrique {visibility:visible!important;}
    .sub-rubrique div {display:block!important;}
}

/* sm */
@media only screen and (max-width : 992px) {
    
    #experience {height:128px; width:180px; left:300px;}
    
    #header #header-bar .navbar #dropdown li {width:100%; text-align:left; padding:0;}
    #topMenu {}
    
    #topMenu ul#dropdown {background:#015697; color:#FFFFFF;}
    
    #topMenu ul#dropdown li {border-top:1px solid #b6e0F7;}
    #topMenu ul#dropdown li.hover {background:#015697; color:#FFFFFF;}
    #topMenu ul#dropdown li.hover > a {color:#FFFFFF!important;}
    #topMenu ul#dropdown li:hover {color:#FFFFFF;}
    #topMenu ul#dropdown li a.entete-menu:hover, #topMenu ul#dropdown li:hover a.entete-menu  {color:#FFFFFF;}
    #topMenu ul#dropdown li a.entete-menu, #topMenu ul#dropdown li.promo a.entete-menu, #topMenu ul#dropdown li span.entete-menu, #topMenu ul#dropdown li.promo span.entete-menu {float:left; height:auto; padding:10px; color:#FFF;}
    #topMenu ul#dropdown li div.sub-category {float:right; width:36px; text-align:center;}
    #topMenu ul#dropdown li div.sub-category i, #topMenu ul#dropdown li div.sub-category1 i {color:#FFFFFF; padding:12px 10px;}
    #topMenu ul#dropdown li.active div.dropDownContainer {background:#015697;}
    
    #topMenu ul#dropdown li div.sub-category, #topMenu ul#dropdown li div.sub-category1 {border-left:1px solid #b6e0F7;}
    #topMenu ul#dropdown li div.sub-category:hover, #topMenu ul#dropdown li div.sub-category1:hover {}
    
    #topMenu ul#dropdown div.dropDownContainer {display:none; position:relative; top:0; width:100%; box-shadow:none; background:none !important; padding:0; clear:both;}
    #topMenu ul#dropdown div.dropDownContainer#topMenu ul#dropdown div.dropDownContainer div.sousRubrique{display:block; padding:0; clear:both; background:#3478AC;}
    
    div#topMenu ul#dropdown li div.sousRubrique {padding:0;}
    #topMenu ul#dropdown div.longContainer div.sousRubrique {width:100%!important;}
    

    #topMenu ul#dropdown div.dropDownContainer div.titraille {border-top:1px solid #b6e0F7;}
    #topMenu ul#dropdown div.dropDownContainer div.titraille > a {float:left; height:auto; width:auto; padding:8px 10px; color:#FFFFFF!important; font-weight:initial; font-size:1em;}
    #topMenu ul#dropdown div.dropDownContainer div.sub-category1 {float:right; width:36px; text-align:center;}
    #topMenu ul#dropdown div.dropDownContainer div.sub-category1.no-subs {height:35px;}
    #topMenu ul#dropdown div.dropDownContainer div.titraille .sub-rubrique {clear:both; padding-left:0;}
    
    #topMenu ul#dropdown div.dropDownContainer div.titraille .sub-rubrique div {border-top:1px solid #b6e0F7;}
    #topMenu ul#dropdown div.dropDownContainer div.titraille .sub-rubrique a {width:100%; height:auto; padding:10px; margin:0; color:#FFFFFF!important; font-size:1em; background:#3478AC; text-decoration:none;}
    
    #topMenu ul#dropdown div.dropDownContainer div.coupCoeur {display:none;}
    #topMenu ul#dropdown div.dropDownContainer.longContainer div.coupCoeur {display:none;}
    
    #topMenu ul#dropdown div.dropDownContainer div.titraille > a {text-decoration:none!important;}
    
    #content {padding-right:0;}
    #content #path {font-size:12px;}
    #content  div#redaction {padding-right:15px;}
    
    #footer .global-zone-footer {padding-bottom:10px;}
    
    #footer div#footer-contact div.appels-internationaux {border-right:none;}
    #footer div#footer-contact div.reseaux-sociaux {margin-right:-1px;}
    

    #footer div#footer-items #zone-footer7 {text-align:center;}
    
    #tel {padding:15px 5px 15px 0px;}
    
    
}

/* ms */
@media only screen and (max-width : 767px) {
    
    div#header form {padding:0 10px; margin-top:0;}

    #bandeau_soldes {text-align: center;}
    #bandeau_soldes img {display:inline-block;}
    
    #footer .global-zone-footer {padding-bottom:15px;}
    #footer .infos-site span.hidden-xs {display:inline-block!important;}
    

    #footer #rappel-logo img {margin:10px 0;}
    
}

/* xs */
@media only screen and (max-width : 480px) {
    
    #header #header-bar {}
    
    div#menu2 .caddie_login {float:left!important; padding:0; width:100%;}
    div#menu2 .caddie_login .Caddie {padding:0 5px;}
    
    div#menu2 div.compte-login {position:relative; width:100%; top:0; right:0; border:none;}
    
    h1 {font-size:1.5em !important}
    #content #path {font-size:11px;}
    #content div.printable{margin-top:0; margin-bottom:10px;}
    #content  div#redaction {text-align:justify;}
    
    #demande-piece-detachee {text-align:justify;}
    
    #footer .global-zone-footer {padding-bottom:0;}
    
    #footer .zone-footer {padding:15px 15px;}
    #footer .zone-footer.zone-footer-first {padding-top:0;}
    #footer .zone-footer.zone-footer-last {padding-bottom:0;}
    
    #footer div#footer-contact div.appels {border-bottom:1px dotted #fff; border-right:none}
    #footer div#footer-contact div.appels-internationaux {border-bottom:1px dotted #fff;}
    #footer div#footer-contact div.reseaux-sociaux {border-bottom:1px dotted #fff;}
    #footer div#footer-contact div.newsletter {border-left:none;}
    

    #footer div#footer-items ul {display:block;}
    #footer div#footer-items a {display:block;}
    #footer div#footer-items img{margin:10px 0;}
    
    #footer .infos-site span.hidden-xs {display:none!important;}
    
    

}

/* xxs */
@media only screen and (max-width : 350px) {
    
    
}

@media only screen and (max-width : 300px) {
    

}

/* page fr */

/*body{
	 background: url("img/fond-pol.jpg") no-repeat scroll center top;
}*/

html{
	 background: #ffffff;
}


/* temporaire bandeau soldes */

/*div#soldes { padding-bottom: 5px; cursor:pointer;} 
div#soldes img { width:100%; height:70px;} 
div#wrap { padding:0; margin:0; padding-bottom:20px;}*/

/*div#wrap {padding:5px 0 16px 0;}*/

#enCode, #enCadeau {  margin: -7px 0 0; }


/*top menu*/


#sidebar #contactRapide { height: 169px; }

div#topMenu ul#dropdown li ul.sousRubrique li.guide { margin-top:5px;  background:#dcdcdc;}
div#topMenu ul#dropdown li ul.sousRubrique li.guide a{ border:none; /*padding:7px 0 0 3px;*/}

/* SuperCat */

/* Baches */

#supercat-pub {}
#supercat-pub #slideshow {position:relative; margin:0; _margin-left:0; padding:0; width:650px; height:251px; }
#supercat-pub #slideshow img:hover {cursor:pointer;}
#supercat-pub #slide {border: 1px solid #cdcdcd;}
#supercat-pub #nav {font-size:14px; font-weight:bold; height:36px; right:12px;text-align:right; padding:0; position:absolute; top:14px; z-index:20;}
#supercat-pub #nav a {background: none repeat scroll 0 0 #ACACAC; box-shadow:0 0 3px #333; text-shadow:0 0 3px #333; border: 1px solid #CACACA; color: #EEEEEE; display: inline-block; font-size: 0.7em; height: 10px; margin: 0 3px; padding: 2px 5px 4px; position: relative; text-decoration: none; width: 6px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#supercat-pub #nav a.activeSlide {background: none repeat scroll 0 0 #3ab3e7;}
#supercat-pub #nav a:focus {}

a#rightPub-a{ display: block; float: left; height: 270px; margin: 0 0 0 10px; width: 368px;}


dl#superCatBache {padding-bottom:20px; }

dl#superCatBache h1 { position:absolute; right:0; top:-56px; right:10px; }
dl#superCatBache h2 { margin:0; }
dl#superCatBache h2 a { background:url("img/blank.gif") repeat scroll 0 0 transparent; display:block; height:125px; position:absolute; width:441px;  font-size:1em; padding:16px 0 0 285px; }
/*dl#superCatBache h2 a:hover { padding-left:290px; }*/
dl#superCatBache h2 a.lien-ete { color:#f9cc17; }
dl#superCatBache h2 a.lien-4saisons { color:#094c79; }
dl#superCatBache h2 a.lien-hiver { color:#85cffe; }
dl#superCatBache h2 a.lien-volet { color:#de084e; }
dl#superCatBache h2 a.lien-abri { color:#aac31f; }
dl#superCatBache h2 a.lien-couvliquide { color:#06aba3; }
dl#superCatBache dt, dl#superCatBache dd { margin:4px 0; height:143px; } 
dl#superCatBache dt { width:735px; float:left;  position:relative; }
dl#superCatBache dt ul { margin:42px 0 0 46px; } 

dl#superCatBache dt ul li.primaryIndex, dl#superCatBache dt ul li.secondaryIndex { float:left; }

dl#superCatBache dt ul li.primaryIndex { }
dl#superCatBache dt ul li ul { margin:0;  }
dl#superCatBache dt ul li.primaryIndex ul li {  float:left; margin-right:10px; }
dl#superCatBache dt ul li.primaryIndex ul li img { display:block; width:75px; box-shadow:0 0 2px #666666; _border:1px solid #ababab; }
dl#superCatBache dt ul li.primaryIndex ul li a span { margin:2px 0 0 0; }

dl#superCatBache dt ul li.secondaryIndex { margin-left:250px; }
dl#superCatBache dt ul li.secondaryIndex ul li { /*height:16px;*/ }
dl#superCatBache dt ul li.secondaryIndex ul li { font-weight:bold;  }
 
dl#superCatBache dt#bacheEteCat { background:url("img/supercat/bache/background-bache-ete.jpg") no-repeat scroll center;  } 
dl#superCatBache dt#bache4SCat { background:url("img/supercat/bache/background-bache-4-saisons.jpg") no-repeat scroll center;  } 
dl#superCatBache dt#bacheHiverCat { background:url("img/supercat/bache/background-bache-hiver.jpg") no-repeat scroll center;  } 
dl#superCatBache dt#voletCat { background:url("img/supercat/bache/background-volet.jpg") no-repeat scroll center;  } 
dl#superCatBache dt#abriCat { background:url("img/supercat/bache/background-abri.jpg") no-repeat scroll center;  } 
dl#superCatBache dt#couvliquideCat { background:url("img/supercat/bache/background-couverture-liquide.jpg") no-repeat scroll center;  } 

dl#superCatBache dd { float:left; } 

div#header a#encartCaddie {width:120px; }

/* --Affichage numéro vert dans Devis --*/

.numeroVert {background-position:0px -285px; height:67px; margin:12px -7px 6px; width: 177px}




/* -- footer --*/

div#footer {background-image:none; box-shadow: 0 0 3px 0 #999; }
div#footer .titre-footer {font-weight:bold; font-size:13px; margin-bottom:15px;}

.maj {text-transform:uppercase; font-size:12px; font-weight:bold;}
.text{padding-top:3px;}

div#services {font-size:0.9em; background:#f1f1f1;}
div#services ul {float:none; margin:0; padding:10px 0;}
div#services li {display:inline-block; width:224px; height:80px; color:#333; border-right:1px solid #dbdbdb; text-align:center;}
div#services li:last-child {border-right:none;}
div#services li a{color:#333; display:block; }
div#services li a:hover{color:#4c4c4c; text-decoration:none;}
div#services li > span {display:block;}
div#services li.livraison img{background:url("img/amalgame-footer.png") no-repeat scroll -16px -135px transparent; width:55px; height:40px;}
div#services li.conseillers img{background:url("img/amalgame-footer.png") no-repeat scroll -83px -131px transparent; width:55px; height:45px;}
div#services li.securise img{background:url("img/amalgame-footer.png") no-repeat scroll -150px -127px transparent; height:45px;margin-top:-5px;}
div#services li.facilites img{background:url("img/amalgame-footer.png") no-repeat scroll -210px -133px transparent; width:55px; height:40px;}
div#services li.sav img{background:url("img/amalgame-footer.png") no-repeat scroll -281px -129px transparent; width:55px; height:40px;}

div#footer-contact {background-color:#002e4f; color:#fff; font-size:1.1em; padding:15px;}
div#footer-contact ul {margin:0;}
div#footer-contact div.appels, div#footer-contact div.appels-internationaux, div#footer-contact div.reseaux-sociaux {}

div#footer-contact .nvert{height:40px; }
.nvert{background:url("img/amalgame-footer.png") no-repeat scroll -9px -21px transparent; width:258px; height:27px; margin:5px 0;}
.nvert2{background:url("img/amalgame-langue.gif") 0px -284px; width:167px; height:67px; margin:5px 0;}

div#footer-contact li a {margin:0 15px 0 0;}
.facebook { background: url("img/amalgame-commun.png") no-repeat scroll -698px -323px transparent; width:32px; height:32px; display:inline-block;}
.facebook:hover { opacity:0.9; }
.twitter {background: url("img/amalgame-commun.png") no-repeat scroll -697px -400px transparent; width:32px; height:32px; display:inline-block;}
.twitter:hover { opacity:0.9; }
.googleplus {background: url("img/amalgame-commun.png") no-repeat scroll -699px -362px transparent; width:32px; height:32px; display:inline-block;}
.googleplus:hover { opacity:0.9; }
#footer #inscriptionNews { margin:10px 0 0 0; padding:0; text-align:left; }
#footer #inscriptionNews label { color:#555; font-size:1.3em; font-weight:bold; text-shadow:0px 3px 2px rgba(150, 150, 150, 0.81); }

#footer #inscriptionNews input#emailNews {padding:4px 4px 4px 10px;font-size:12px;}
#footer #inscriptionNews input#submitNews { cursor:pointer; padding:3px; background-color:#333; background:-moz-linear-gradient(center top , #333, #505050) repeat scroll 0 15px transparent; color:white; font-size:12px; text-shadow:none; font-weight:bold; width:33px; height:25px; margin:0 0 0 7px;}

div#footer-items {background-color:#0082b5;}
div#footer-items hr {visibility:visible; opacity:0.4; }
div#footer-items ul {font-size:1.1em;}
div#footer-items ul li.haut {opacity:0.6;}
div#footer-items ul li img {margin:8px 0;}
div#footer-items ul.footer-6 {}
div#footer-items ul.footer-6 li.infos-site {font-size:1em; margin-bottom:10px;}
div#footer-items ul.footer-6 li.infos-societe {font-size:10px; opacity:0.7;}
div#footer-items ul.footer-7 {}
div#footer-items ul.footer-7 img {background: url("img/paiement-liste.png") no-repeat transparent; width:375px; height:48px;}


.coupCoeur a {text-decoration:none!important;}
.coupCoeur p {margin:0!important;}
.coupCoeur p span {margin:0!important;}
.coupCoeur .tarif span {margin-left:3px; display:inline-block!important; width:auto!important;}
.coupCoeur .tarif span.prixVente {margin-left:4px!important;}

#catalogue div.cat p.tarif .prixVente {font-weight:bold!important; color:red!important;}
#catalogue div.cat p.tarif .devise {font-weight:bold!important; color:red!important;}
#catalogue div.cat .action a {font-size:11px!important;}



/* Specifique Fitness */
/* body {background:url("img/fond-fol.jpg") no-repeat fixed center top!important;} */
/* body {background:url("img/NOEL-2021_background_FR.jpg") no-repeat fixed center top!important;} */


/*body {background:url("img/fond_noel_fol_2016.jpg") repeat scroll center top;}*/
/*body {background:url("img/bg-soldes.jpg") repeat scroll center top;}*/
h1, h2, #catalogue h3, #demande-piece h3, #contact h3, h4, h1 a {color:#343434!important;}

div#menu2 .info_login_client .encartinfo_login_client div.deconnexion a {color:#333;}

.imagesLangue { background: url("img/amalgame-langue.png") no-repeat scroll -11px -422px transparent; }

/* Header */
#header {background:none;}
div#header .container #header-bar {background:#FFF; box-shadow:none;}
div#menu2 {color:#333;}
div#menu2 a {color:#333;}
div#menu2 ul.plan_avis li a {color:#656565;}
div#menu2 .container #header-hi {background:#F6F6F6;}
div#recherche .btn-info {background-color:#696a69; border-color:#696a69; padding:9px 12px;}
#mainnavbar {font-size:11px;}
#topMenu ul#dropdown {background:#646464; border-top:1px solid #cdcdcd; border-bottom:1px solid #cdcdcd;}
#topMenu ul#dropdown li a.entete-menu {color:#FFFFFF;}
#topMenu ul#dropdown li.hover {background:#FFFFFF;}
#topMenu ul#dropdown li a.entete-menu:hover, #topMenu ul#dropdown li:hover a.entete-menu {color:#343434!important;}

.menutop-1,.menutop-2,.menutop-3,.menutop-4,.menutop-5,.menutop-6,.menutop-7 {border-right:1px solid #cdcdcd;}
#topMenu ul#dropdown li.promo {background-color:#ee2f24;}

div#topMenu ul#dropdown li div.sub-rubrique a {color:#666; font-weight:bold; border-bottom:1px solid #CCC; font-size:1.1em; margin-top:10px;}
div#topMenu ul#dropdown li div a:hover {color:#343434; text-decoration:none;}
#topMenu ul#dropdown li div.sub-rubrique div.guide:first-child {margin-top:15px;}
#topMenu ul#dropdown li div.guide {background:#dcdcdc;}
#topMenu ul#dropdown li div.guide a {padding:3px 10px; border:none; margin-top:5px!important;}
#topMenu ul#dropdown li div.guide a:hover {}

div#topMenu ul#dropdown li div.titraille > a, div#topMenu ul#dropdown li div.titraille span {color:#666; border-bottom:1px solid #ccc;}


@media only screen and (min-width: 992px) {
    #header #header-bar .navbar #dropdown li.oneline {height:38px; line-height:48px; vertical-align:middle;}
    #topMenu ul#dropdown {width:100%;}
    #topMenu ul#dropdown > li {width:12.5%;}
    div#topMenu ul#dropdown li div.sousRubrique {width:50%; float:left;}
    div#topMenu ul#dropdown div.dropDownContainer {width:585px; top:41px; margin-left:0;}
}

/* sm */
@media only screen and (max-width : 992px) {
    #topMenu ul#dropdown {border:none;}
    #topMenu ul#dropdown li {border-top:1px solid #ffffff;}
    #topMenu ul#dropdown li div.sub-category, #topMenu ul#dropdown li div.sub-category1 {border-left:1px solid #ffffff;}
    #topMenu .navbar {background:#646464; border-radius:0;}
    .navbar-header button:hover {color:#646464;}
    .navbar-header button.menu-actif {color:#646464;}
    #topMenu ul#dropdown li.hover {background:#646464;}
    #topMenu ul#dropdown li.hover div.dropDownContainer  {background:#838383!important;}
    #topMenu ul#dropdown li div.guide {background:#a2a2a2;}
    #topMenu ul#dropdown li div.guide a {margin:0!important; padding:5px 10px; color:#ffffff;}
    #topMenu ul#dropdown li div.guide a:hover {color:#ffffff; text-decoration:none;}
    #topMenu ul#dropdown div.dropDownContainer div.titraille {border-top:1px solid #ffffff;}
    #topMenu ul#dropdown div.dropDownContainer div.titraille .sub-rubrique div {border-top:1px solid #ffffff;}
    #topMenu ul#dropdown div.dropDownContainer div.titraille .sub-rubrique a {padding:8px; background:#a2a2a2;}
}

/* ms */
@media only screen and (max-width : 767px) {
    #topMenu .navbar { margin-top:15px;}
    #soldes img {margin:0 auto; width:auto;}
}

#categoryFilter {border:1px solid #CCC; padding:10px;}
#categoryFilter .filtre a {color:#333333; text-decoration:none;}
#categoryFilter .filtre a:hover {color:#e2001a;}
#categoryFilter .filtre a span {text-decoration:underline;}

#contactDetails {border:1px solid #CCC; padding:10px;}
#btnavis {margin:15px 0;}

ul.listeItems li.titraille { clear:both; width:100%; margin:0 0 10px 0; font-size:1.5em; height:auto;}
ul.listeItems li.titraille a { font-size:1em; color:#333; display:inline; position:static; }
ul.listeItems li a {display:block; font-size:1em; font-weight:bold; margin-top:10px; color:#666666; text-decoration:underline;}
ul.listeItems li p {display:block; color:#666;}
ul.listeItems li p.tarif { font-size:1.2em; margin-top:5px; display:inline; color:#ff0000; font-weight:bold;}
ul.listeItems li p.tarif .prixVente {}
ul.listeItems li span.prixBarre span {font-size:0.9em; text-decoration:line-through; color:#666666; font-weight:bold;}
ul.listeItems li img {width:70%; margin:0 auto;}


a#homeIcon img {background:url("img/amalgame-commun.png") -770px -501px; height:35px; width:21px;}
#content #path span a {font-weight:initial; text-decoration:underline; color:#333333;}
#content #path span.last a {color:#c00; text-decoration:none;}

/* Footer */
div#footer {background:#e8e8e8;}
div#services li {height:auto; padding:15px; width:25%;}
div#services ul {padding:0;}
div#footer-contact {background-color:#262626;}
div#footer-items {background-color:#434343;}

.coupCoeur .prixBarre {margin-left:5px!important; color:#333!important;}

.soldes-smartphone {margin:0 auto;}

/* ---------- Youtube ---------- */
.yt-video {width: 100%; height: 450px; background-color: black; display: flex; align-items: center; justify-content: center;}
.yt-video .content {width: 77%; text-align: center; color: white;}
/* ---------- Cookies ---------- */
#cookies.modal .modal-body {padding-top: 0; padding-bottom: 0;}
#cookies.modal .param-list .param-list-items .row {background-color: #F4F4F4; border-bottom: 1px solid lightgrey;}
#cookies.modal .param-list .param-list-items .row.active {background-color: white; border-bottom: none;} 
#cookies.modal .param-list .param-list-items .row.active .param-list-item {border-color: #296a99;}
#cookies.modal .param-list .param-list-items .param-list-item {padding: 10px; padding-left: 15px; font-size: 11px; font-weight: 700; border-left: 4px solid; border-color: white; text-transform: uppercase; cursor: pointer;}
#cookies.modal .param-list .param-list-content {display: none; padding: 15px; height: 450px; overflow-y: auto;}
#cookies.modal .param-list .param-list-content.show {display: initial;}
#cookies.modal .param-list .param-list-content p {line-height: 1.5;}
#cookies.modal .param-list .param-list-content .switch-col {padding-top: 10px; text-align: right;}
/* ---- Toggle Switch ---- */
.switch {position: relative; display: inline-block; width: 30px; height: 7px; margin-top: 5px; margin-bottom: 5px;}
.switch input {opacity: 0; width: 0; height: 0;}
.slider {position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s;}
.slider:before {position: absolute; content: ""; height: 15px; width: 15px; left: -2px; top: -4px; background-color: #ababab; -webkit-transition: .4s; transition: .4s;}
input:checked + .slider {background-color: #d1dce9;}
input:focus + .slider {box-shadow: 0 0 1px #0082b5;}
input:checked + .slider:before {-webkit-transform: translateX(19px); -ms-transform: translateX(19px); transform: translateX(19px); background-color: #4a77a9;}
.slider.round {border-radius: 34px;}
.slider.round:before {border-radius: 50%;}

@media only screen and (max-width : 767px) 
{
    #cookies.modal .actions .action2 {padding-top: 5px;}
    #cookies.modal .actions .action2 button {float: left;}
}
