/* ---------- Layout -------- */

html { font-size:11px; font-size-adjust:none; font-style:normal; font-variant:normal; min-height:925px; }

body { background:url("img/background-middle.jpg") no-repeat center top; }

.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 { float: right; height: 100%; margin: 0; overflow: hidden; position: relative; width: 760px; z-index: 2; padding:0 16px 0 0; }
.nosidebar #content { margin-left:16px; width:954px; }
	
#sidebar { width:185px; float:left; margin:0; padding:0 0 0 16px; }
span.filtres-titre {font-weight:bold !important; font-size:1.1em !important; line-height:1.1; margin:10px 0; font-family:inherit; display:block;}

#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; }

/* ----- */

#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:#7FC505; 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: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	
	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:block; }
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 { float:left; width:930px; }
#footer ul li { line-height:1.4em; font-size:0.9em; }
#footer ul li a { line-height:1.4em; font-size:inherit; }
#footer ul { margin:16px 0 16px 16px; float:left; }
#footer ul.footer-1 { width:98%; }
#footer ul.footer-2 { width:48%; }
#footer ul.footer-3 { width:31%; }
#footer ul.footer-4 { width:23%; }
#footer ul.footer-5 { width:18%; }
#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: 0 1px;
}
#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;
}
#recherche_avancee .qlist label:hover .libelle {
	text-decoration: underline;
}
#recherche_avancee .qlist .qlist p{
	background-color: #f5f5f5;
}
#recherche_avancee .qlist input{
	height: 15px;
	margin: 0;
	padding: 0;
}
#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;
}

/* ---------- 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;}

#footer ul li .link {color: #FFF; text-decoration: none;}
#footer ul li .link:hover {text-decoration: underline; cursor: pointer;}/*** RELOAD ***/

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;
	font-size: 100%;
	}

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; }

/* ----- Partage ----*/

.custom_addthis_email { float:left; padding:0 3px; }
.custom_addthis_email span { height: 16px; padding-left: 20px; width: 145px; }

/* ---------- Layout -------- */

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;}


html { /*background:url("img/background-middle-bottom.jpg") no-repeat center bottom; */}
body { /*background:url("img/background-middle.jpg") no-repeat center top; */font-family: arial,helvetica,sans-serif; font-size: 12px;font-size-adjust: none; font-style: normal; font-variant: normal; position: relative; line-height: 1.3em;font-variant:normal; }
#wrap { box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; -goog-ms-box-sizing:content-box; margin:0 auto; width:994px; border-top:none; border-bottom:none; }
#header { height:175px; -moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px #888; box-shadow: 0 0 5px #888; }
#content { float: right; height: 100%; margin: 0; overflow: hidden; padding: 0 20px 0 0; position: relative; width: 752px; z-index: 2; }

/* ----- Standard ------ */
div#topMenu ul#dropdown li ul li a.disabled { text-decoration:blink; color:#F00; }

hr.visibleSeparator { border-bottom:1px dotted #cacaca; height:1px; }
.titraille { color:#333; font-size:1.2em; line-height:1.2em; margin:7px 0; }
#themesComplementaires, #themesConnexes { background:none; }

hr { clear:both; width:100%; border:1px solid #FFF; }

h1 { font-size:1.8em; line-height:1.2em; text-decoration:none; }

p, a, .prixPrefixe,  dl a:hover, ul#catalogue h2 a:hover, ul#catalogue h3 a:hover { color:#666; } /* GREY */

div#topMenu ul#dropdown li.promotion a.entete-menu { color:#C00; letter-spacing:0.01em; text-shadow:none;  }  /* ROUGE */

a:hover, h1,
form.entreeUnique input.btnRechercher:hover,
div#topMenu ul#dropdown li a.entete-menu:hover,
div#topMenu ul#dropdown li#accueil a.entete-menu:hover,
div#topMenu ul#dropdown li#promotion a.entete-menu:hover,
a.accesRubrique:hover, dl dt, dl a, #boutonNewsletter, ul#catalogue5Cols li h2 a:hover,
div#topMenu ul#dropdown div.dropDownContainer ul li a:hover,
.lien, #infos #pourcentage span, ul.entites li.entite a.itemParent,
div#content h1#titleSearch, div#content ul.entites li.entite h2 a:hover, div#content ul.entites li.entite h3 a:hover { color:#F49B1B; } /* ORANGE */

.numeroGratuit { color:#138243; }/* VERT TYPE NUMERO VERT */

#path a.last, ul#catalogue5Cols li h2 a, ul#catalogue5Cols li h3 a,
#content ul.filtres li a,
#content #catalogue .cat p.devis a:hover,
#content #catalogue .cat p.devis a, h2, h3,
#catalogue5Cols li h2 a,
#catalogue5Cols li h3 a,
div#content ul.entites li.entite h2 a,
div#content ul.entites li.entite h3 a,
div#content ul.entites li.entite a.itemParent:hover, .bleu {color:#0099CC;} /* BLEU ELECTRO */

.vente, .prixVente, #sidebar
.prixBarre, .devise,
.fraction, .decimal,
font#orderPopupPrix, #listeNaissance h2 a, #listeNaissance h3 a,
div.colonne a.cellTitle, #content ul.filtres li a:hover,
.nombre, h4, #content #catalogue .cat p.devis a:hover, #liste-action .prixBarre { color:#e2001a; } /* rouge */

.ecotaxe, .enStock, a.url { color:#48AE11; display:block; line-height:1em; } /* VERT POMME */

.rouge {color:#FF0000; }
.vert {color:#97c531; }

.tarif { font-weight:bold; font-size:1em; }
.prixPrefixe { font-weight:normal; font-size:0.7em; }
.prixBarre { font-size:0.9em; text-decoration:none; line-height:1em; }
.prixBarre .nombre, .prixBarre .devise { text-decoration:line-through; font-size:1.15em; }

div#topCcontainer { background:#FFF url("img/background-header.gif") repeat-x; width:100%; }
div#container { overflow:hidden; position:relative; z-index:2; padding:0 7px;}

.commonImg { background:url("img/amalgame-commun.png") no-repeat scroll transparent; }
.imagesLangue { background:url("img/amalgame-langue.png") no-repeat scroll transparent; }
.seeMore { background-position:-419px -87px; bottom:0; display:none;  height:25px; position:absolute; right:0; width:78px; top:111px; }
.inlinePaymentWay { width:290px; height:30px; background-position:-9px -521px; }

.numeroVert { background-position:-15px -420px; width:214px; height:65px; margin:5px 0 6px -6px; }
.numeroVertSmall { background-position:-15px -156px; height:32px; margin:2px -6px; width:209px; }

div.partage { padding:4%; width:92%; margin:0; }
#sidebar a.addthis_button_expanded { line-height:16px; }

/* ----- header ------ */

div#header { /*background:url("img/background-top.jpg") no-repeat scroll center 0 transparent; */font-size: 0.9em; height: 76px; padding: 7px 0; }
#backgroundPrint { display:none; }

#header form {  float: left; padding: 0 16px; text-align: left; width: 781px; margin: 0 0 9px 0; }
#header form #searchInput {
	background: #f5f8f8; /* Old browsers */
	background: url("img/amalgame-commun.png") no-repeat -768px -538px, linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	background: url("img/amalgame-commun.png") no-repeat -768px -538px, -moz-linear-gradient(center top , #FFFFFF 0%, #E5E5E5 100%); /* FF3.6+ */
	background: url("img/amalgame-commun.png") no-repeat -768px -538px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: url("img/amalgame-commun.png") no-repeat -768px -538px, -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: url("img/amalgame-commun.png") no-repeat -768px -538px, -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: url("img/amalgame-commun.png") no-repeat -768px -538px, -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
    border: 1px solid #AAAAAA;
    padding: 3px 25px;
	width:324px;
	height:16px;
	}
	
	
#header form #searchInput:focus { border-color: #333333; outline: medium none; }

#header form input.btnRechercher { background: url("img/amalgame-commun.png") no-repeat scroll -479px -270px; border: none; height: 21px; text-indent: -9999px; width: 21px; }
#header form input.btnRechercher:hover { background-position: -508px -270px; }

#header a#encartCaddie {
	text-decoration: none;
	line-height: 1.2em;
	background: url("img/amalgame-commun.png") no-repeat scroll -765px -473px transparent;
    color: #333333;
    float: right;
    font-size: 1.5em;
    margin: 0 24px 0 0;
    padding: 3px 0 0 30px;
    position: relative;
    width: 117px;
	height:23px;
	}
#header a#encartCaddie span.itemNumber {
	background: url("img/amalgame-commun.png") no-repeat scroll -447px -271px transparent;
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.7em;
    font-weight: bold;
    height: 17px;
    left: 20px;
    line-height: 1.45em;
    padding: 1px 6px 6px 0;
    position: absolute;
    top: -4px;
    width: 17px;
	}
#header a#encartCaddie span.caddieItemHide {
	display:none;
}
	
#header a.logo { margin: 9px 0 0; padding: 0 0 0 16px; float:left; }
#header div#topMenu { float:right; position:relative; z-index:10; }
#topMenu ul#dropdown { background: none repeat scroll 0 0 transparent; padding: 0 10px 0 0; position: relative; height:50px; text-align:center; }

#topMenu ul#dropdown li { padding:10px 0 0; float:left; height:40px; }
#topMenu ul#dropdown li.separator { padding:0; opacity:0.7; margin:1px 0 0 0; }
#topMenu ul#dropdown ul.sousRubrique li { height:28px; }

#topMenu ul#dropdown li a.entete-menu {
	font-size:1.1em;
	margin:0 6px;
	padding:0 0 6px 0;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	line-height:2.8em;
	display:block;
	text-shadow:0 0 3px #111111;
	}
#topMenu ul#dropdown li a.entete-menu:hover { background:none; text-shadow:none; }
#topMenu ul#dropdown li:hover, div#topMenu ul#dropdown div.dropDownContainer {
	background:#fff;
	border:1px solid #ccc;
	margin:0 -1px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	}
#topMenu ul#dropdown li.separator:hover { border:none; margin:0; -moz-box-shadow: 0 0 0; -webkit-box-shadow: 0 0 0 #888; box-shadow: 0 0 0 #888; }
#topMenu ul#dropdown li:hover {
	border-bottom:1px solid #fff;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
#topMenu ul#dropdown li:hover a.entete-menu { color:#F49B1B; text-shadow:none; }
div#topMenu ul#dropdown div.dropDownContainer {
	position: absolute;
	text-align: left;
	visibility: hidden;
	width: 565px;
	z-index: 50;
	-webkit-border-radius: 7px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 7px;
	-moz-border-radius-topleft: 0;
	border-radius: 7px;
	border-top-left-radius: 0;
	border:1px solid #fff;
}

div#topMenu ul#dropdown li ul { overflow:hidden; z-index:5002; padding-bottom:10px; }
div#topMenu ul#dropdown li ul.sousRubrique { float:left; padding:16px; width:225px; }
div#topMenu ul#dropdown li ul li { display:block; margin:0; line-height:1.2em; padding:0; border:none;  text-align:left; }
div#topMenu ul#dropdown li ul li:hover { background:none; border:none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; margin:0; }
div#topMenu ul#dropdown li ul li a { line-height:1.1em; color:#333; border:none; margin:0; padding:0; width:245px; font-weight:bold; text-decoration:none; color:#666; height:auto; font-size:1.1em; border-bottom:1px solid #CCC; display:block; }
div#topMenu ul#dropdown li ul.large li a { width:220px; }
div#topMenu ul#dropdown li ul li a:hover { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

div#topMenu ul#dropdown li div.coupCoeur { float:right; padding:16px; }
div#topMenu div.couloir { background:#FFF; margin:3px 0 0 1px; height:37px; position:absolute; z-index:60; visibility:hidden; } 

div#topMenu ul#dropdown li div.coupCoeur { width:250px; position:relative; }
div#topMenu ul#dropdown li div.coupCoeur img { clear:both; }
div#topMenu ul#dropdown li div.coupCoeur a { 
	clear: both;
    color: #333333;
    display: block;
    font-size: 1.3em;
    text-decoration:none;
	background:url("img/blank.gif");
	position:absolute;
	height:50px;
	padding:225px 0 0 0;
	top:0;
	float:none;
	left:0;
	width:100%;
}

div#topMenu ul#dropdown li div.coupCoeur a:hover { color:#f00; } 

div#topMenu ul#dropdown li div.coupCoeur p.tarif { margin-top:30px; font-size:1.3em; }
div#topMenu ul#dropdown li div.coupCoeur p.tarif span.vente, div#topMenu ul#dropdown li div.coupCoeur p.tarif span.prixBarre, div#topMenu ul#dropdown li div.coupCoeur p.tarif span.devise { color:#f00; }
div#topMenu ul#dropdown li div.coupCoeur p.tarif span.vente { font-size:1.3em; }
div#topMenu ul#dropdown li div.coupCoeur p.tarif span.prixBarre { text-decoration:line-through; }
div#topMenu ul#dropdown li div.coupCoeur p.tarif span.vente, div#topMenu ul#dropdown li div.coupCoeur p.tarif span.devise { display:inline; }

/* -------- Content -------- */

#path { margin:0 16px 16px; clear:both; overflow:hidden; width:100%; }
#path div, a#homeIcon { }
#path a {display:inline-block; margin:0 10px 0 0;}
#path div { margin:3px 0 0 0; }
a#homeIcon { margin:0 16px 0 0; }
a#homeIcon img { background: url("img/amalgame-commun.png") -770px -509px; height: 25px; width: 21px; }
#path span { }
div#facebookLink { height:25px; }

/* -- Spécifique pages categorie --*/

/*_-_-_-_-_-_-_- Entête page _-_-_-_-_-_-_-*/

#introduction { text-align:justify; margin-bottom:10px; line-height:1.2em; overflow:hidden; }

ul.filtres { list-style-image:none; margin:10px 0; }
ul.filtres li { margin-bottom:0px;}

#introduction .lienimage { margin:5px 0; display:block; }

/* -- Fin spécifique pages categorie --*/

/* ----- Sidebar ------ */

#sidebar { float: left; width:185px; padding:0 0 0 16px; font-size:0.9em; overflow:hidden; }
#sidebar div, #sidebar ul, #sidebar object { border: 1px solid #CACACA; box-shadow: 0 0 2px 0 #CACACA; margin: 0 0 15px; padding: 9px 10px 16px; }
#sidebar .titraille { display:block; } #sidebar li.titraille { width:165px; }

#sidebar a { color:#E95D0F; line-height:1em; }
#sidebar a:hover { color:#000; }

#sidebar div#contactDetails { background:url("img/background-telephone.jpg") no-repeat top center; padding-top:100px; } 


#sidebar ul#categoryFilter { border-color:1px solid #CACACA; overflow:hidden;}
#sidebar ul#categoryFilter li a, #sidebar ul#annexe li a { display:block; /*margin:10px 0; */}

#sidebar ul#categoryFilter .filtre {overflow:hidden; margin-top:10px;}
#sidebar ul#categoryFilter .filtre img {float:left; width:35px; margin: 0 5px 0 0; padding:0px; border: 1px solid #CACACA; box-shadow:none;}
 #sidebar ul#categoryFilter .filtre span {line-height: 1.2em;}

#sidebar object { padding:0; }

ul.listeItems { overflow:hidden; }
ul.listeItems li { overflow:hidden; padding:4% 0 4% 4%; position:relative; _width:92%; }
ul.listeItems li a span { line-height:1.2em; font-size:1em; }
ul.listeItems li img { border:1px solid #D8D8D8; height: 70px; width: 70px; float:left;  }

#sidebar ul.listeItems li p.tarif, #sidebar ul.listeItems li p.prixBarre { display:inline; }
#sidebar ul.listeItems li p.tarif { font-size:1.4em; }
#sidebar ul.listeItems li p.prixBarre { font-size:0.9em; }
#sidebar ul.listeItems li a { background:url("img/blank.gif"); color:#333; display:block; height:75px; left:0; padding-left:85px; position:absolute; width:80px; z-index:50; font-size:0.9em; }
#sidebar ul.listeItems li a:hover { color:#E95D0F; }
#sidebar ul.listeItems li .prixVente, #sidebar ul.listeItems li .devise, #sidebar ul.listeItems li .prixBarre { position:relative; bottom:-55px; left:7px; }
#sidebar .prixBarre { text-decoration:line-through; }
#sidebar ul.listeItems li p .devise { font-size:0.8em; }
#sidebar ul.listeItems li .prixBarre span { position:static; font-size:1.1em; font-weight:normal; }
#sidebar .listeItems li.titraille a { position:static; display:inline; padding:0; font-size:1em; }

/* ---- Footer, FoL -----*/

#footer { font-size:0.9em; }
#footer a { text-decoration:none; }
#footer p { color:#fff; }

/* ---------- lightbox -------- */

div#orderPopup-content {/* background:transparent url("img/lightbox/fond-acces-caddie.png") no-repeat scroll center;*/ border:none; width:370px; }
div#orderPopup-content div#orderPopup-title { width:365px; margin:0 auto; }
#orderPopup-title { background:url("img/lightbox/entete-titre-acces-caddie.png") no-repeat center scroll; font-size:1em; background-color:transparent; padding:3px 0 0 0px; }
.orderPopup-title-added { margin:5px 0 0 12px; width:230px; }

div#orderPopup-content div#orderPopup-title a {  
	background:url("img/lightbox/close.png") no-repeat scroll left center transparent;
	color:#FFFFFF;
	display:block;
	float:right;
	margin-top:5px;
	padding-left:18px;
	width:48px;
	font-size:1em;
	}

div#orderPopup-text img { width:130px; height:185px; border:1px solid #D8D8D8; margin:5px 0 0 0; }

.orderPopupInfos { width:325px; }
.orderPopupInfos h3 { font-size:1.5em; line-height:2em; letter-spacing:0.01em;}
#orderPopupPrix { font-size:1.8em; letter-spacing:-0.06em; font-weight:bold; }
.orderPopupProdAjoute { margin:10px 0 0 10px; display:none; }

div.orderPopupAction { margin:25px 0 0 10px; padding:0; width:325px; float:left; clear:none; }

#orderPopup-content a.button,
#orderPopup-content a.button:hover,
#orderPopup-content a.button:visited {
	background-color:transparent;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	padding:0;
	margin:0;
	text-shadow:0;
	text-indent:-9999px;
	display:block;
	background:transparent url("img/amalgame-langue.png") no-repeat;
	width:160px;
	height:55px;
	float:left;	
	border-bottom-right-radius: 0; -moz-border-bottom-right-radius: 0;
	border-top-left-radius:0; -moz-border-top-left-radius:0;
	box-shadow:0; -moz-box-shadow:0;
	border-top-left-radius:0; -webkit-border-top-left-radius: 0;
	border-bottom-right-radius:0; -webkit-border-bottom-right-radius: 0;	
	box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;
}

#orderPopup-content a#popupContinuer { background-position:-18px -265px; margin-left:0; }	#orderPopup-content a#popupContinuer:hover { background-position:-18px -328px; }
#orderPopup-content a#popupRegler { background-position:-191px -265px; margin-left:5px; }	#orderPopup-content a#popupRegler:hover { background-position:-191px -328px; }

img.orderPopupImg { display:none; }

.intro-redaction {
	padding:6px 0;
	clear:both;
	margin:0 2px 5px;
}

#enCadeau a { color: #ff0; }
#enCadeau a:hover { color: #fff200; }

div#menu2 .caddie_login
{
	float:right;
}

div#menu2 .info_login_client li
{
	float:none;
	padding:0px;
	border:none;
}

div#menu2 .info_login_client li.mon_compte
{
	background : url(../img/compte.png) 5px 0px no-repeat;
	display:block;
	padding-left : 30px;
	padding-right:10px;
	height:25px;
}

div#menu2 .info_login_client li.mon_compte.connecter
{
	margin:1px;
	padding-right:8px;	
}

div#menu2 .info_login_client li.deconnexion
{
	margin:1px 8px;	
}

div#menu2 .info_login_client li.mon_compte.connecter ul.compte-login li a
{
	font-size:12px;
}

div#menu2 .info_login_client li.mon_compte.connecter ul.compte-login li a:hover
{
	text-decoration:underline;
}

div#menu2 .info_login_client ul.compte-login
{
	float:none;
	display:none;
	position:absolute;
	top:24px;
	z-index:1200;
	border-left:1px solid #f6f6f6;
	border-right:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
	border-top:1px solid #fff;
	background-color:#fff;
	width:300px;
	padding:15px;
	left:0;
}

div#menu2 .info_login_client ul.compte-login form
{
	height:auto;
	float:none;
	width:auto;
	padding:0px;
}

div#menu2 .info_login_client ul.compte-login form li
{
	margin-bottom:10px;
}

div#menu2 .info_login_client ul.compte-login form li.btn_link
{
	overflow:hidden;	
}

div#menu2 .info_login_client ul.compte-login form li p.nouveau_compte
{
	color:#000;
}
div#menu2 .info_login_client ul.compte-login form li p.nouveau_compte a
{
	color:#005595;
	text-decoration:underline;
}

div#menu2 .info_login_client ul.compte-login form li p.nouveau_compte a:hover
{
	text-decoration:none;
}


div#menu2 .info_login_client ul.compte-login form li label
{
	color:#000;	
	width:80px;
	display:inline-block;
}

div#menu2 .info_login_client ul.compte-login form input#pass_cli,
div#menu2 .info_login_client ul.compte-login form input#mail_cli
{
	width:200px;
	height: 20px;
	line-height:18px;
}

div#menu2 .info_login_client ul.compte-login form a.forgetpass
{
	display:block;
	color:#808080;
	float:right;
	position:relative;
	top:8px;
}

div#menu2 .info_login_client ul.compte-login form input#loginSubmit
{
	background:url(../img/btn-connexion.jpg) no-repeat;
	width: 56px;
	height: 37px;
	text-align: center;
	padding: 1px 0px 6px;
	display: block;
	margin-left: 20px;
	border: medium none;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 0px 2px #2B2B2B;
	cursor: pointer;
	float:right
}

div#menu2 .info_login_client ul.compte-login form input#loginSubmit:hover
{
	background-position : 0px -36px;
}


div#menu2 .info_login_client ul.encartinfo_login_client li.mon_compte:hover ul.compte-login
{
	display:block;
}

div#menu2 #panier,
div#menu2 .info_login_client
{	
	height:25px;
	display:block;
	float:right;
	margin: 0 20px 0 0;
}

div#menu2 .info_login_client
{
	margin-right:10px;
}

div#menu2 a#encartCaddie,
div#menu2 .info_login_client .encartinfo_login_client 
{
	float:right;
	font-weight:bold;
	display: block;
	text-align:left;
	position:relative;
	z-index:2;
	margin:0;
	height:inherit
}

div#menu2 a#encartCaddie span
{
	display:inline-block;
}

div#menu2 .info_login_client .encartinfo_login_client
{
	padding:0px;
	z-index:100;
	float:none;
}

div#menu2 .info_login_client .encartinfo_login_client a
{
	color:#333;
}


div#menu2 .info_login_client ul.encartinfo_login_client li.connecter,
div#menu2 .info_login_client ul.encartinfo_login_client li.deconnexion
{
	float:left;
}

div#menu2 .info_login_client ul.encartinfo_login_client li.mon_compte:hover
{
	background : url(../img/compte_hover.png) 5px 0px no-repeat;
	background-color:#fff;
	display:inline-block;
}

div#menu2 .info_login_client ul.encartinfo_login_client li.mon_compte.connecter:hover a,
div#menu2 .info_login_client ul.encartinfo_login_client li.mon_compte.non-connecter:hover a.lienmon_compte
{
	color:#333;
	text-decoration:none;
}
	
div#menu2 .bgCaddie
{
	z-index:1;
	background:url("img/amalgame-commun.png") -724px -518px; 
	width:22px;
	height:20px;
	margin-right:8px;
}

div#menu2 .info_login_client .bginfo_login_client
{
	z-index:1; 
	margin-right:8px;
}/* CSS It */
#topMenu ul#dropdown { padding:0; }
#topMenu ul#dropdown li a.entete-menu { font-size:1.1em; margin:0 2px; }

#enCode, #enCadeau { font-size:1.6em; }
.numeroVert { background-position:-12px -40px; width:215px; height:92px; margin:5px 0 6px -6px; }

/* ---- 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%;}


/* ----- RESPONSIVE MODAL (BOOTSTRAP) ----- */
#cookies-modal .modal-open .modal {overflow-x: hidden; overflow-y: auto;}
#cookies-modal .modal {position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0;}
#cookies-modal .modal.in .modal-dialog {-webkit-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); transform: translate(0,0);}
#cookies-modal .modal-dialog {position: relative; width: auto; margin: 10px;}
#cookies-modal .modal-content {position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0,0,0,.2); border-radius: 6px; outline: 0; -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%); box-shadow: 0 3px 9px rgb(0 0 0 / 50%);}
#cookies-modal .modal-header {padding: 15px; border-bottom: 1px solid #e5e5e5;}
#cookies-modal .modal-body {position: relative; padding: 15px;}
#cookies-modal .row {margin-right: -15px; margin-left: -15px;}
#cookies-modal .col-xs-4 {width: 33.33333333%;}
#cookies-modal .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {float: left;}
#cookies-modal .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px;}
#cookies-modal * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#cookies-modal .col-xs-8 {width: 66.66666667%;}
#cookies-modal .show {display: block!important;}
#cookies-modal .row:after, .row:before {display: table; content: " ";}
#cookies-modal .row:after {clear: both;}
#cookies-modal .col-xs-6 {width: 50%;}
#cookies-modal .btn {display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px;}
#cookies-modal .btn-default {color: #333; background-color: #fff; border-color: #ccc;}
#cookies-modal .btn-default:hover {color: #333; background-color: #e6e6e6; border-color: #adadad;}
#cookies-modal button, input, select, textarea {font-family: inherit; font-size: inherit; line-height: inherit;}
#cookies-modal button, html input[type=button], input[type=reset], input[type=submit] {-webkit-appearance: button; cursor: pointer;}
#cookies-modal button, select {text-transform: none;}
#cookies-modal button {overflow: visible;}
#cookies-modal button, input, optgroup, select, textarea {margin: 0; font: inherit; color: inherit;}
#cookies-modal .btn-primary {color: #fff; background-color: #337ab7; border-color: #2e6da4;}
#cookies-modal .btn-primary:hover {color: #fff; background-color: #286090; border-color: #204d74;}
#cookies-modal .modal-footer .btn+.btn { margin-bottom: 0; margin-left: 5px;}
#cookies-modal .modal-footer {padding: 15px; text-align: right; border-top: 1px solid #e5e5e5;}
#cookies-modal .modal-header .close {margin-top: -2px;}
#cookies-modal button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background: 0 0; border: 0;}
#cookies-modal .close {float: right; font-size: 21px; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .2;}
#cookies-modal .close:focus, #cookies-modal .close:hover {color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .5;}
#cookies-modal .h4, h4 {font-size: 18px;}
#cookies-modal .h4, .h5, .h6, h4, h5, h6 {margin-top: 10px; margin-bottom: 10px;}
#cookies-modal h1, #cookies-modal h2, #cookies-modal #catalogue h3, #cookies-modal #demande-piece h3, #cookies-modal #contact h3, #cookies-modal h4, #cookies-modal h1 a {color: #003F86 !important; font-weight: bold !important;}
#cookies-modal h4 {font-size: 1.1em !important;}
#cookies-modal .modal-title {margin: 0; line-height: 1.42857143;}
#cookies-modal {font-size: 12px!important; color: #333;}
#cookies-modal .col-xs-12 {width: 100%;}
.modal-backdrop {position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000;}
.modal-backdrop.in {filter: alpha(opacity=50); opacity: .5;}

@media (min-width: 768px)
{
	#cookies-modal .modal-content {-webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%); box-shadow: 0 5px 15px rgb(0 0 0 / 50%);}
}

@media (min-width: 768px) {
	#cookies-modal .modal-dialog {width: 600px; margin: 30px auto;}
}

@media (min-width: 768px)
{
	.col-sm-4 {width: 33.33333333% !important;}
}

@media (min-width: 768px)
{
	.col-sm-8 {width: 66.66666667% !important;}
}

@media (min-width: 768px)
{
	.col-sm-6 {width: 50% !important;}
}

@media only screen and (max-width : 767px) 
{
    #cookies.modal .actions .action2 {padding-top: 5px;}
    #cookies.modal .actions .action2 button {float: left;}
}