body, html {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	background:#FFFFFF;
	font-size: 11px;
}
.clear {
	clear: both;
}
a {text-decoration : none;
	font-weight: bold;
	color: #f77221;
}
a:hover {text-decoration : underline;
	font-weight: bold;
	color: #f77221;
}
td,p {
	vertical-align:top;
	font-weight: normal;
	font-family: verdana;
	font-size: 11px;
	color:#1B6494;
	margin: 0;
}
td.header {
	text-align:right;
	vertical-align:bottom;
	padding-right: 28px;
}
td.banniere, marquee.banniere {
	color: #FFFFFF;
}

img {
	border: none;
	border-radius: 10px;
}

h1.title4
{
   background: url(/images/trame_mauve.gif) no-repeat;
   font-size:18px;
   color:#800080;
}

#SagePayForm
{
   text-align:center;
   margin-right:30px;
   margin-top:40px;
}

#SagePayForm input
{
   background:#5A1F6F;
   border:1px solid #F4E9F7B;
   color:#FFFFFF;
   padding:2px;
   cursor:pointer;
}

p.content
{
   width:550px;
}

td.tdMenu {
	vertical-align:top;
}

td.box_haut {
	padding-left:8px;
	vertical-align:middle;
	background: url(/images/box_haut.gif) no-repeat;
}

td.box_centre {
	padding-left:8px;
	padding-top:8px;
	background: url(/images/box_centre.gif) ;
/*	text-align:center;
*/}

td.box_bas {
	background: url(/images/box_bas.gif) no-repeat;
}


td.content {
 	text-align: justify;
	/*padding-top : 10px;*/
	font-weight: normal;
	font-family: verdana;
	font-size: 11px;
	color:#1B6494;
}
td.reponse {
 	vertical-align: bottom;
	text-align: justify;
} 
td.cart {
	vertical-align: top;
}

img.options {
	vertical-align:middle;
}
table.menu {
	padding:0;
	margin-top:0px;
	overflow: hidden;
}
tr.menu {
	height:5px;
}
img.menu {
	border: none;
	margin:0px;
	padding :0px;
	display: block;
}

a.buttonLink, a.buttonLink:visited {
	text-decoration : none;
	font-weight: bold;
	border: 1px solid #AAAAAA;
	padding-left: 2px;
	padding-right: 2px;
	margin:2px;
}
a.buttonLink:hover {
	text-decoration : none;
	font-weight: bold;
	color: #06C;
	background-color : #EEEEEE;
	border: 1px solid #AAAAAA;
	padding-left: 2px;
	padding-right: 2px;
	margin:2px;
}


a.buttonLinkDetails, a.buttonLinkDetails:visited {
	text-decoration : none;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #D5A0EA;
	width: 89px;
	height: 17px;
}
a.buttonLinkDetails:hover {
	text-decoration : none;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #5A1F6F;
	width: 89px;
	height: 17px;
}

a.buttonLinkComposer, a.buttonLinkComposer:visited {
	text-decoration : none;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #D5A0EA;
	width: 89px;
	height: 17px;
}
a.buttonLinkComposer:hover {
	text-decoration : none;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #5A1F6F;
	width: 89px;
	height: 17px;
}

a.livraison {
	font-weight:bold;
		/*color:#1B6494;*/
}

td.red {
	color:#FF0000;
}

td.listeHeader{
	border: 1px solid #FFFFFF;
	background-color : #DDDDDD; 
}

td.liste1{
	background-color : #EAEAED; 
}

td.liste0{
	/*background-color : #FFFFFF; */
}


h1 {
	color:#f77221;
	font-size:16px;
	font-family:verdana;
}

h2 {
	color:#1b6494;
	font-size:14px;
	font-family:verdana;
	text-align:center;
}
h4 {
font-family:Gloria Hallelujah, Arial, Helvetica, sans-serif;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
font-weight:400;
margin:0 0 3px 0;
padding:0;
font-size:14px;
line-height:14px;
}

/* styles pour les blocs de configuration produits en div */
.block-choix {
	width: 550px;
	margin-top: 10px;
}
.block-choix > div {
	padding: 5px;
	background: url(/images/box_centre.gif);
}
.block-choix > div:first-child {
	background: url(/images/box_haut.gif);
	height: 16px;
	padding-bottom: 0;
	font-weight: bold;
}
.block-choix > div.footer {
	background: url(/images/box_bas.gif) no-repeat;
	height: 16px;
}
.block-choix > div > p {
	font-size: 80%;
	font-style: italic;
	margin: 0;
}
.dessins {
	display: inline-block;
	padding: 2px;
	text-align: center;
}


/* Styles pour review truspilot */
.review {
    padding: 0px;
}
.review .title {
    font-weight: bold;
    font-size: 110%;
}
.review .author {
    text-align: right;
    font-size: 90%;
    color: gray;
}

/* styles pour la prévisualisation */
.preview {
    margin-top: 15px; margin-left: 3px;
    width: 565px;
}

.preview .previewHeader {
    background-image: url(/images/box_haut.gif);
    background-repeat: no-repeat;
    height: 17px;
    color: #1b6494;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    padding-top: 4px;
}
.preview .previewContainer {
    background-image: url(/images/box_centre.gif);
    background-repeat: repeat-y;
    padding: 10px;
    margin-right: 15px;
}
.preview .previewFooter {
    background-image: url(/images/box_bas.gif);
    background-repeat: no-repeat;
    height: 16px;
    text-align: right;
	padding-right: 30px;
}

.preview .previewPalette {
	padding: 10px;
}
.preview .previewPalette span {
    margin: 5px;
    cursor: pointer;
/*    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
*/}
.preview .previewPalette span:hover, .preview .previewPalette span.current {
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
*/}

.contenupack {
    font-style: italic;
    font-size: 70%;
    margin-bottom: 5px;
}


#site {
width:774px;
margin:0 auto;
padding: 0 10px;

}

/* Style New header */

.headerwrap {
background:#0c81a6;
background-position-x: 20px;
height:85px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
@media screen and (max-width: 940px) {
.headerwrap {
background:#0c81a6;
}
}
.headerwrap img {
border-radius:0;
}
.nheader {
height:85px;
position:relative;
text-align:left;
margin:0 auto;
width:740px;
}
.nheader a {
color:#FFFFFF;
text-decoration:none;
font-weight:normal;
}
.nheader a:hover {
color:#FFFFFF;
text-decoration:underline;
}
#logo-site {
display:block;
height:74px;
width:165px;
padding:14px 0 0 0;
margin:0;
float:left;
}
#logo-site a {
display:block;
height:74px;
width:165px;
text-indent:-9999px;
overflow:hidden;
background:url(../images/logo_a-qui-s.png) top left no-repeat;
}
#slogan {
display:block;
height:49px;
width:188px;
background:url(../images/slogan_a-qui-s.png) top left no-repeat;
margin:23px 0 0 35px;
float:left;
}
header #socials {
float:right;
margin:51px 25px 0 0;
}
header #socials ul {
margin:0;
padding:0;
list-style:none;
}
header #socials li {
display:inline-block;
margin:0 1px;
}
header #socials li a {
display:block;
width:20px;
height:20px;
background-position:top center;
background-repeat:no-repeat;
}
header #socials li a#ico-instagram {
background-image:url(../images/ico_ig.png);
}
header #socials li a#ico-pinterest {
background-image:url(../images/ico_pinterest.png);
}
header #socials li a#ico-facebook {
background-image:url(../images/ico_fb.png);
}
header #socials li a#ico-googleplus {
background-image:url(../images/ico_googleplus.png);
}
header #socials li a#ico-blogger {
background-image:url(../images/ico_blogger.png);
}
header #socials li a:hover {
background-position:bottom center;
}
#lien_mon-compte {
float:right;
font-size:12px;
margin:60px 2px 0 0;
}
header #panier_header {
float:right;
font-size:9px;
width:102px;
height:50px;
text-align:center;
padding:15px 28px 0 0;
margin:10px 15px 0 0;
background:url(../images/bg_cart.png) right bottom no-repeat;
}
header #panier_header #nb_article span {
font-size:13px;
}
.drapeaux {
position:absolute;
right:145px;
top:0px;
width:100px;
z-index:10;
}
.drapeaux img {
border:1px solid #ffffff;
margin:3px 9px 0 0;
float:left;
}
header .drapeaux ul {
margin:0;
padding:0;
list-style:none;
}
header .drapeaux li {
display:inline-block;
margin:0 1px;
}
header .drapeaux li a {
font-size:11px;
line-height:10px;
font-weight:bold;
color:#86c0d3;
display:block;
border-left:1px solid #86c0d3;
padding:8px 0 0 3px;
}
header .drapeaux li a:hover {
text-decoration:none;
}
header .drapeaux li.active a {
color:#ffffff;
border-left:1px solid #ffffff;
}
#menu-top {
height:60px;
width:774px;
margin: 0 auto;
padding: 8px 10px 0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#menu-top ul {
padding:0;
margin:0;
list-style:none;
}
#menu-top ul li {
display:block;
float:left;
height:36px;
border-right:2px solid #ff5e0b;
padding:0px 3px;
text-align:center;
}
#menu-top ul li a {
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#0d81a5;
line-height:14px;
padding:4px 4px;
display:block;
}
#menu-top ul li a:hover, #menu-top ul li.active a {
background:#0d81a5;
color:#ffffff;
text-decoration:none !important;
}
#menu-top ul li:first-child {
padding:0;
height:36px;
border-right:none;
}
#menu-top ul li:last-child {
border-right:none;
}
#menu-top ul li:first-child a {
display:block;
background:url(../images/ico_home.png) bottom center no-repeat;
width:36px;
height:36px;
padding:0;
}
#menu-top ul li:first-child a:hover, #menu-top ul li:first-child.active a {
background-position:top center;
}
#menu-top ul li a:hover {
text-decoration:underline;
}

/* Footer */
#footer {
background:#0b81a6;
height:100px;
margin-top:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#footer ul#menu-footer {
padding:20px 0 0 0;
margin:0 auto;
list-style:none;
text-align:center;
}
#footer ul#menu-footer li {
display:inline-block;
padding:0 35px 0 0;
}
#footer ul#menu-footer li a {
color:#FFFFFF;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
/* Menu colonne gauche*/
ul#menu-left {
padding:0;
margin:0;
list-style:none;
}
ul#menu-left a {
display:block;
width:140px;
height:37px;
font-family:Gloria Hallelujah, Arial, Helvetica, sans-serif;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
font-weight:400;
font-size:17px;
padding:3px 0 0 15px;
margin-bottom:8px;
color:#FFFFFF;
text-decoration:none;
background-repeat:no-repeat;
background-image:url(../images/bg_menu.png);
position:relative;
}
ul#menu-left a:after {
display:block;
width:32px;
height:30px;
background-repeat:no-repeat;
background-image:url(../images/icons_menu.png);
position:absolute;
right:5px;
top:5px;
content:" ";
-moz-transition-duration: 0.3s; 
-webkit-transition-duration: 0.3s; 
transition: all 0.3s ease 0s;
opacity:0.25;
}
ul#menu-left a:hover:after {
opacity:1;
}
#menu-left a#lien-bienvenue {background-position:0px 0px;}
#menu-left a#lien-boutique {background-position:0px -40px;}
#menu-left a#lien-livraison {background-position:0px -80px;}
#menu-left a#lien-associations {background-position:0px -120px;}
#menu-left a#lien-parrainage {background-position:0px -160px;}
#menu-left a#lien-faq {background-position:0px -200px;}
#menu-left a#lien-contact {background-position:0px -240px;}
#menu-left a#lien-presse {background-position:0px -280px;}
#menu-left a#lien-bienvenue:after  {background-position:0px 0px;}
#menu-left a#lien-boutique:after  {background-position:0px -30px;}
#menu-left a#lien-livraison:after  {background-position:0px -60px;}
#menu-left a#lien-associations:after  {background-position:0px -90px; top:3px !important; right:2px !important;}
#menu-left a#lien-parrainage:after  {background-position:0px -120px;}
#menu-left a#lien-faq:after  {background-position:0px -150px; top:2px !important;}
#menu-left a#lien-contact:after  {background-position:0px -180px;}
#menu-left a#lien-presse:after  {background-position:0px -210px; top:2px !important;}

/* caroussel */
#caroussel {
background:#CCCCCC;
display:block;
width:100%;
height:380px;
}

/*Bloc livraison*/
#bloc_livraison {
background:#f1f1f1;
padding:15px;
border-radius:10px;
display:block;
width:auto;
color:#0B81A6;
font-size:13px;
margin-bottom:25px;
font-weight:bold;
position:relative;
font-family: Arial, Helvetica, sans-serif;
}
.date_livraison {
color:#F15A24;
}
#bloc_livraison > div {
background-color:#ffffff;
display:inline-block;
border-radius:10px;
border:1px solid #0B81A6;
}
#commande_aujourdhui {
padding:12px 20px 11px 70px;
background-repeat:no-repeat;
background-image:url(../images/ico_panier-livraison.png);
background-position:12px 15px;
position:relative;
margin-bottom:43px;
}
#commande_aujourdhui:after {
display:block;
position:absolute;
left:47%;
bottom:-44px;
width:15px;
height:43px;
content:" ";
background:url(../images/fleche_livraison.png) top center no-repeat;
}
#commande_expedition {
padding:5px;
width:303px;
min-height:85px;
background-repeat:no-repeat;
background-image:url(../images/ico_accolade.png);
background-position:115px 50%;
font-size:12px;
}
#commande_expedition div:first-child {
width:135px;
float:left;
padding:10px 0 45px 0;
background-repeat:no-repeat;
background-image:url(../images/ico_camion-livraison.png);
background-position:10px 50px;
}
#sans-option-express, #avec-option-express{
float:left;
display:inline-block;
padding:8px 0 0 0;
}
img#plus_livraison{
margin:0 5px 25px 5px;
}
#delais_poste {
padding:15px 8px 10px;
width:170px;
background-repeat:no-repeat;
background-image:url(../images/ico_bal-livraison.png);
background-position:130px 10px;
bottom:15px;
position:absolute;
right:15px;
}
#delais_poste p{
font-size:10px;
}

/* chrome fix */
body
{
    -webkit-animation-duration: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix{
	from{ 	opacity: 1; }
	to{	opacity: 1; }
}

/* fix mine4sure */
#commande_aujourdhui {
	min-width: 180px;
}

#commande_expedition {
	width: 280px;
	background-position: 100px 50%;
}
#commande_expedition div:first-child {
	width:120px;
}



/* nouveau styles de texte */
h3 {
	color: #F77221;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.1em;
}
.defaulttext p {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.1em;
	color: #0D81A5;
}

#site::after {
    content: "";
    clear: both;
    display: block;
}

.refproduit {
    font-size: 0.6em;
    color: rgba(12, 129, 166,0.6);
}

.old-price {
	left: 310px;
    text-decoration: line-through;
    font-size: 1.2em;
    color: rgba(255,94,11,0.7);
    position: absolute;
    margin: 10px;
    bottom: 4px;
}

p.mise-en-avant {
    padding: 1em;
    margin-left: 240px !important;
    color: red !important;
    margin-bottom: 1em !important;
    margin-top: 1em !important;
}

p.mise-en-avant:before {
    content: "\02764\0FE0F";
    padding-right: 1em;
    float: left;
    line-height: 2em;
}

.description > p.mise-en-avant {
    margin-left: 0 !important;
}

span.grand {
    font-size: larger;
    text-decoration: underline;
}

/* Trustpilot */
.trustpilot img {border-radius:inherit;}

.trustpilot{
	text-align: center;
	font-size: 11.5px;
	font-weight: initial;
    font-family: Roboto Condensed,Roboto,sans-serif;
}

.trustpilot a {color: #777;}

.trustpilot a:hover {text-decoration: none;}
        
.trustpilot .boxtitle {
    color: #0f81a7;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.trustpilot .nbreview{
    margin: 5px auto;
    display: block;
	font-weight: initial;
}
.trustpilot .stars.big{max-width: 90px;}
.trustpilot .stars.small{max-width: 70px;}
.trustpilot .date,.name{
    font-size: 10px;
    display: block;
    margin-top: 5px;
}
.trustpilot .subject{
    color: black;
    line-height: 1.2;
    font-weight: initial;
}
.trustpilot .text{
    text-align: justify;
    font-weight: initial;
    line-height: 1.2;
}
.trustpilot .credit{margin: 10px auto;}

.pastille_couleur_panier {
	width: 15px;height: 15px;display: inline-block;margin-right: 7px;
}