<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Fonts*/
@font-face
{
    font-family: 'AvantGardeBkBTBook';
    src: url('../fonts/846-webfont.eot');
    src: url('../fonts/846-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/846-webfont.woff') format('woff'),
         url('../fonts/846-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OswaldBold';
    src: url('../fonts/OswaldBold.eot');
    src: url('../fonts/OswaldBold.eot') format('embedded-opentype'),
         url('../fonts/OswaldBold.woff2') format('woff2'),
         url('../fonts/OswaldBold.woff') format('woff'),
         url('../fonts/OswaldBold.ttf') format('truetype'),
         url('../fonts/OswaldBold.svg#OswaldBold') format('svg');
}
@font-face {
    font-family: 'OswaldLight';
    src: url('../fonts/OswaldLight.eot');
    src: url('../fonts/OswaldLight.eot') format('embedded-opentype'),
         url('../fonts/OswaldLight.woff2') format('woff2'),
         url('../fonts/OswaldLight.woff') format('woff'),
         url('../fonts/OswaldLight.ttf') format('truetype'),
         url('../fonts/OswaldLight.svg#OswaldLight') format('svg');
}
@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../fonts/texgyreadventorregular.eot');
    src: url('../fonts/texgyreadventorregular.eot') format('embedded-opentype'),
         url('../fonts/texgyreadventorregular.woff2') format('woff2'),
         url('../fonts/texgyreadventorregular.woff') format('woff'),
         url('../fonts/texgyreadventorregular.ttf') format('truetype'),
         url('../fonts/texgyreadventorregular.svg#texgyreadventorregular') format('svg');
}


/*GÃŠnÃŠral*/
BODY
{
	/*background: url(../img/fond.jpg) repeat-x;*/
	margin: 0;
	color: #666;
	font-family: arial;
	font-size: 13px;
}

.row
{
	font-size: 0;
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}
.row &gt; *
{
	font-size: 15px; /*font default*/
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin: 0;
	box-sizing: border-box;
}
.row &gt; *.middle
{
	display: inline-flex!important;
}
.row &gt; .col-1
{
	width: 8.333333%;
}
.row &gt; .col-2
{
	width: 16.666667%;
}
.row &gt; .col-3
{
	width: 25%;
}
.row &gt; .col-4
{
	width: 33.33%;
}
.row &gt; .col-5
{
	width: 41.666667%;
}
.row &gt; .col-6
{
	width: 50%;
}
.row &gt; .col-7
{
	width: 58.333333%;
}
.row &gt; .col-8
{
	width: 66.66%;
}
.row &gt; .col-9
{
	width: 75%;
}
.row &gt; .col-10
{
	width: 83.333333%;
}
.row &gt; .col-11
{
	width: 91.666667%;
}
.row &gt; .col-12
{
	width: 100%;
}



table
{
	border-spacing: 0;
}
table td
{
	margin: 0;
	padding: 0;
}

h1,.titre_h1
{
	margin: 0 0 10px 0;
	font-family: texgyreadventorregular;
	font-size: 20px;
	color: #000000;/*afd51e*/
	font-weight: 100;
	margin-right: 115px;/*pour page produit(s)/categorie/famille*/
}
h2
{
	margin: 5px 0;
	
	font-size: 16px;
	color: #000000;
}
h3
{
	margin: 5px 0;
	
	font-size: 14px;
	color: #000000;
}

h1 a,h2 a,h3 a
{
	color: #d6d6d6;
	text-decoration: none;
}
.bloc h1, .bloc h2, .bloc h3
{
	font-weight: normal;
}
hr
{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-bottom: 1px dashed #d6d6d6;
}
a img
{
	border: 0;
}
a[rel='img']
{
	outline: none;
}
.clear
{
	clear: both;
}
a:link, a:visited
{
	color: #b4b4b4;
}
a:hover, a:active
{
	color: #d6d6d6;
}

/*Formulaires*/
#captchagc,
#captchagc *
{
    box-sizing: border-box;
    outline: none;
}

#captchagc
{
    position: relative;
    background-color: #E7E7E7;
    border: 1px solid #D6D6D6;
    width: 250px;
    height: 70px;
    overflow: hidden;
    margin: 10px auto;
    float: none;
    display: block;
}

#captchagc &gt; img:nth-of-type(1)
{
    position: absolute;
    top: 18px;
    left: 18px;
    width: 34px;
    height: 34px;
    z-index: 2;
    margin: 0 !important;
}

#captchagc &gt; img:nth-of-type(2)
{
    position: absolute;
    top: 40px;
    left: 25px;
    width: 25px;
    height: 25px;
    z-index: 3;
    margin: 0 !important;
    animation: 3s ease-out 1s infinite running captchagc;
}

@keyframes captchagc
{
    0%
    {
        left: 25px;
    }

    25%
    {
        left: 25px;
    }

    50%
    {
        left: 210px;
    }

    100%
    {
        left: 210px;
    }
}

#captchagc &gt; img:nth-of-type(1)+div
{
    position: absolute;
    top: 14px;
    right: 14px;
    border: 1px solid #535353;
    border-radius: 4px;
    width: 41px;
    height: 40px;
    background-color: #FFF;
    z-index: 1;
}

#captchagc &gt; img:nth-of-type(1)+div.accept
{
    border: 1px solid #F3990C;
}

#captchagc &gt; img:nth-of-type(1)+div.hover
{
    border: 1px solid #1CD129;
}

#captchagc:before
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: " &gt;  &gt;  &gt;  &gt;  &gt;  &gt;  &gt;  &gt; ";
    font-family: 'Open sans', sans-serif;
    font-size: 17px;
}

#captchagc.valid:after
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 3;
}

#captchagc &gt; i
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    opacity: 0;
    transition: ease-in-out 200ms opacity, ease-in-out 200ms left;
}

#captchagc.valid &gt; i:nth-of-type(1)
{
    opacity: 1;
    left: 17%;
}

#captchagc &gt; i:nth-of-type(1):before
{
    content: "\f00c";

    font-family: "FontAwesome";
    font-weight: 900;

    padding: 5px;
    color: #12D954;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-color: #FFF;
    border: 2px solid #12D954;
}

#captchagc &gt; i:nth-of-type(2)
{
    position: absolute;
    top: 23px;
    left: 113px;
    z-index: 5;
    font-size: 25px;
    opacity: 1;
}

#captchagc.valid &gt; img:nth-of-type(1)
{
    top: 18px !important;
    left: 197px !important;
}

#captchagc.valid &gt; img:nth-of-type(2)
{
    display: none;
}
form
{
	display: inline;
}
input[type="text"], 
input[type="password"], 
select
{
	border: 1px solid #d6d6d6;
	width: 207px;
	height: 20px;
	padding-left: 5px;
}
textarea
{
	border: 1px solid #d6d6d6;
}
select
{
	height: 24px;
}
input[type="text"][readonly]
{
	background-color: #D3D3D3;
}
/*Boutons*/
a.bouton, 
input[type='submit'].bouton, 
input[type='button'].bouton, 
button.bouton
{
	display: inline-block;
	background: #AFD51E;
	background-position: 0 0;
	padding: 12px 18px;
	
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.90);*/
	border-radius: 0;
	outline: none;
	border: 0;
	
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

input[type='submit'].bouton, 
input[type='button'].bouton, 
.bouton
{
	cursor: pointer;
	position: relative;
}
.bouton &gt; span
{
	opacity: 0;
	position: absolute;
	display: block;
	
	top: 0;
	right: 200px;
	background: url(../img/fld_bouton.png) 50% 50% no-repeat;
	width: 80px;
	height: 100%;
	
	-webkit-transition: ease-in-out 300ms;
	-moz-transition: ease-in-out 300ms;
	-ms-transition: ease-in-out 300ms;
	-o-transition: ease-in-out 300ms;
	transition: ease-in-out 300ms;
}

a.bouton.absolute, 
input[type='submit'].bouton.absolute, 
input[type='button'].bouton.absolute, 
button.bouton.absolute
{
	position: absolute;
	top: 10px;
	right: 15px;
}

a.bouton:hover, 
input[type='submit'].bouton:hover, 
input[type='button'].bouton:hover, 
button.bouton:hover
{
	background-color: #98B91C;
}
a.bouton:active, 
input[type='submit'].bouton:active, 
input[type='button'].bouton:active, 
button.bouton:active
{
	background-color: #98B91C;
	background-position: 0 -62px;
}

a.bouton.compte
{
	width: 145px;
	margin-bottom: 10px;
}

a.bouton.panier
{
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	
	width: 181px;
}

a.bouton.panier div
{
	background: #FFFFFF;
	color: #FFF;
	margin-top: 8px;
	padding: 3px;
	position: absolute;
	z-index: 10;
}

a.bouton img, 
input[type='submit'].bouton img, 
input[type='button'].bouton img, 
button.bouton img
{
	vertical-align: text-bottom;
	border: 0;
	margin-right: 5px;
}

/*SITE*/
html,body
{
	height: 100%;
}
#site
{
	width: 100%;
	min-height: calc(100% - 159px);
	margin: 0 auto;
	/*background: url(../img/fond.jpg) 50% 50% fixed;*/
}

/*HEADER*/
#header
{
	display: table;
	background: #EEEEEE;
	position: relative;
	padding: 0 2%;
	height: 90px;
	width: 96%;
	max-width: 1920px;
	margin: 0 auto;
}
#header &gt; div
{
	display: table-cell;
	vertical-align: top;
}
#header #logo_site
{
	vertical-align: middle;
	width: 261px;
}

#header &gt; div:first-child + div
{
	
}


/*Menu*/
#menu_client
{
	width: 200px;
}

#menu &gt; ul,
#menu_client &gt; ul
{
	margin: 0;
	padding: 0;
	width: 100%
}
#menu &gt; ul &gt; li,
#menu_client &gt; ul &gt; li
{
	/*position: relative;
	float: left;
	list-style: none;*/
	  display: inline-block;
  list-style: none;
  vertical-align: top;
}
#menu &gt; ul &gt; li a,
#menu_client &gt; ul &gt; li a
{
	display: inline-block;
	padding: 0 12px;
	min-width: 40px;
	width: auto;
	vertical-align: top;
	height: 88px;
	color: #5e5e5e;
	line-height: 90px;
	text-decoration: none;
	font-family: "OswaldLight";
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	-webkit-transition: color 0.5s; /* Safari */
    transition: color 0.5s;
	-webkit-transition: border-bottom 0.5s; /* Safari */
    transition: border-bottom 0.5s;
}
#menu &gt; ul &gt; li a &gt; i
{
	font-size: 25px;
	line-height: 90px;
	text-align: center;
	display: block;
}
#menu &gt; ul &gt; li:hover &gt; a,
#menu &gt; ul &gt; li.select &gt; a,
#menu_client &gt; ul &gt; li:hover &gt; a,
#menu_client &gt; ul &gt; li.select &gt; a
{
	border-bottom: 2px solid #AFD51E;
	color: #000;
}
#menu &gt; ul &gt; li &gt; ul
{
	position: absolute;
	z-index: 100;
	top: 90px;
	padding: 0;
	min-width: 150px;
	
	list-style: none;
	background-color: #5D5D5D;
	white-space: nowrap;
	
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	
	display: none;
}
#menu &gt; ul &gt; li &gt; ul &gt; li &gt; a
{
	color: #fff;
	line-height: 40px;
	height: 40px;
}
#menu &gt; ul &gt; li &gt; ul &gt; li:hover,
#menu &gt; ul &gt; li &gt; ul &gt; li.select
{
	background-color: #424242;
}

#menu &gt; ul &gt; li &gt; ul &gt; li &gt; a
{
	display: block;
}

#contact,
#espace_pro
{
	width: 300px;
}
#contact &gt; a,
#espace_pro &gt; a
{
	position: absolute;
	display: block;
	padding: 25px 80px 0 0;
	
	width: 220px;
	height: 65px;
	
	background: url(../img/contacter-jp-da-silva-concept.png) 100% 50% no-repeat;
	
	text-decoration: none;
	text-align: center;
}
#espace_pro
{
	width: 220px;
	padding-right: 0;
}
#espace_pro &gt; a
{
	background: none;
	color: #AFD51E;
}
#contact &gt; a &gt; span,
#espace_pro &gt; a &gt; span
{
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	
}
#contact &gt; a &gt; span:first-child + span,
#espace_pro &gt; a &gt; span:first-child + span
{
	font-size: 20px;
}

/*Recherche*/
/*#menu_client &gt; div#recherche
{
	vertical-align: bottom!important;
  	padding-bottom: 5px;
  	width: 35%;
}
#menu_client &gt; div#recherche &gt; form 
{
	position: relative;
}
#menu_client &gt; div#recherche &gt; form &gt; label &gt; i
{
	position: absolute;
	font-size: 20px;
	color: #d6d6d6;
	left: -25px;
	top: 2px;
}
#menu_client &gt; div &gt; a:first-child
{
	margin-right: 15%;
}
#recherche input[type='text']
{
	width: 145px;
	outline: none;
	border: 0;
	border-bottom: 2px solid #d6d6d6;
	font-style: italic;
}
#recherche input[type='submit']
{
	display: none;
}
*/

/*Page*/
#page
{
	position: relative;
	margin: 0 auto;
	/*background: rgba(255,255,255,0.7);*/
	padding: 15px;
	/*width: 100%;*/
	height: 100%;
	vertical-align: top;
	padding-bottom: 20px;
	max-width: 1700px;
}

/*#page &gt; *
{
	margin: 0 auto;
}
*/

/*Slider*/
#slider_accueil
{
	position: relative;
	width: 100%;
	height: 440px;
	/*margin: -5px -5px 10px -5px;*/
	z-index: 1;
}
#slider_accueil &gt; ul
{
	height: 100%!important;
}
#slider_accueil &gt; ul &gt; li 
{
	width: 100%;
	height: 100%!important
}
/*#slider_accueil &gt; .recherche
{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 15px;
	z-index: 15;
}
#slider_accueil &gt; .recherche &gt; form
{
	width: 55%;
	min-width: 300px;
	display: block;
	background: #fff;
	margin: 0 auto;
  	padding: 5px 1%;
  	position: relative;
	font-family: "OswaldLight";
	padding-bottom: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
#slider_accueil &gt; .recherche &gt; form &gt; i
{
	position: relative;
	font-size: 45px;
	color: #d6d6d6;
	padding-right: 1%;
}
#slider_accueil &gt; .recherche &gt; form &gt; *
{
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 5px;
}
#slider_accueil &gt; .recherche &gt; form &gt; input[type='text']
{
	outline: none;
	border: 0;
	border-bottom: 2px solid #d6d6d6;
	text-transform: uppercase;
	width: 60%;
	margin-right: 1%;
	height: 50px;
	font-family: "OswaldLight";
	font-size: 25px;
}
#slider_accueil &gt; .recherche &gt; form &gt; input:-ms-input-placeholder {color: #555;}
#slider_accueil &gt; .recherche &gt; form &gt; input::-webkit-input-placeholder {color: #555;}
#slider_accueil &gt; .recherche &gt; form &gt; input:-moz-placeholder {color: #555;}
#slider_accueil &gt; .recherche &gt; form &gt; input::-moz-placeholder {color: #555;}
#slider_accueil &gt; .recherche &gt; form &gt; input[type='submit']
{
	cursor: pointer;
	font-family: "OswaldLight";
	height: 50px;
	width: 30%;
	border: 0;
	background: #d6d6d6;
	font-size: 20px;
	text-transform: uppercase;
}*/


.recherche
{
	text-align: center;
	z-index: 15;
	margin: 10px 0;
}
.recherche &gt; form
{
	min-width: 300px;
	display: block;
	background: #fff;
	margin: 0 auto;
  	padding: 20px 1%;
  	position: relative;
	font-family: "OswaldLight";
	padding-bottom: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.recherche &gt; form &gt; i
{
	position: relative;
	vertical-align: middle;
	display: inline-block;
	font-size: 45px;
	color: #d6d6d6;
	padding-right: 1%;
}
.recherche &gt; form &gt; *
{
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 5px;
}
.recherche &gt; form &gt; input[type='text'],
.recherche &gt; form &gt; select
{
	outline: none;
	border: 0;
	border-bottom: 2px solid #d6d6d6;
	text-transform: uppercase;
	width: 30%;
	margin-right: 1%;
	height: 30px;
	font-family: "OswaldLight";
	font-size: 20px;
	vertical-align: middle;
}
.recherche &gt; form .titre
{
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
}
.recherche &gt; form &gt; input:-ms-input-placeholder {color: #555;}
.recherche &gt; form &gt; input::-webkit-input-placeholder {color: #555;}
.recherche &gt; form &gt; input:-moz-placeholder {color: #555;}
.recherche &gt; form &gt; input::-moz-placeholder {color: #555;}
.recherche &gt; form &gt; .bouton,
.applications &gt; .bouton
{
	cursor: pointer;
	font-family: "OswaldLight";
	height: 54px;
	width: 30%;
	margin: 20px auto;
	border: 0;
	/*background: #d6d6d6;*/
	font-size: 20px;
	text-transform: uppercase;
	vertical-align: middle;
}
.applications
{
	font-family: "OswaldLight";
	border: 1px solid #0000001a;
	margin: 10px 0;
	padding: 5px 10px 0 10px;
	text-align: center;
	display: block;
	text-decoration: none;
	color:  #FFF!important;
	font-size: 20px;
	background-color: #AFD51E;
	overflow: hidden;
}
.applications &gt; .bouton
{
	background-color: #EEEEEE;
	color: #000;
}
.applications &gt; .bouton:hover
{
	background-color: #FFF;
	color: #000;
}
.applications span
{
	background-color: #5d5d5d;
    border-radius: 8px;
    padding: 0 12px;
    margin: 0 5px;
    font-size:  15px;
}
.applications div
{
	margin-top: 10px;
	background-color: #FFF;
	box-shadow: 0 0 15px rgba(255,255,255,1);
	color: #000;
}

#slider_produits
{
	width: 100%;
	height: 310px;
}
#slider_produits &gt; ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 310px;
}
#slider_produits &gt; ul &gt; li
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 310px;
}


/*Texte slider*/
#slider_accueil &gt; ul &gt; li &gt; a &gt; div, 
#slider_accueil &gt; ul &gt; li &gt; div
{
	position: absolute;
	bottom: 0;
	left: 0;
	
	padding: 10px;
	
	width: 100%;
	background: rgba(0,0,0,0.5);
	
	font-size: 18px;
	
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}

/*Notification*/
.notification
{
	line-height: 20px;
	border-radius: 5px;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
}
.notification.alert
{
	color: #000000;
	background: #FFB800;
}
.notification.information
{
	color: #FFFFFF;
	background: #424242;
}
.notification.erreur
{
	color: #FFFFFF;
	background: #940000;
}
.notification.validation
{
	color: #FFFFFF;
	background: #006F21;
}
.notification img
{
	vertical-align: middle;
	margin-right: 5px;
}
.notification a
{
	color: #FFFFFF;
}

/*FIL ARIANE*/
#fil_ariane
{
	width: 95%;
	height: 48px;
	
	margin-left: auto;
	margin-right: auto;
	
	color: #FFFFFF;
	
	font-size: 14px;
}
#fil_ariane td
{
	text-align: center;
	
	background: #d6d6d6 url(../img/fond_fil_ariane.png);
	
	text-shadow: 1px 1px 1px #000000;
}
#fil_ariane td.etape
{
	width: 24px;
	background: #d6d6d6 url(../img/fond_etape_fil_ariane.png);
}
#fil_ariane td.etape.debut, #fil_ariane td.etape.fin
{
	width: 12px;
}
#fil_ariane td.etape.debut
{
	background-position: right;
}
#fil_ariane td img
{
	vertical-align: middle;
}
#fil_ariane td.select span
{
	
}
#fil_ariane td a
{
	color: #FFFFFF;
	text-decoration: none;
}

/*Bloc(s)*/
.blocs
{
	display: block;
	width: 100%;
	height: 230px;
	margin-top: 30px;
}
.blocs &gt; .bloc &gt; .titre
{
	display: block;
	background: #d6d6d6;
	font-family: "OswaldLight";
	color: #000;
	padding-left: 3%;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 30px;
	text-align: left;
	overflow: hidden;
	border-radius: 0;
	border: 0;
	z-index: 100;
	position: relative;
	text-shadow: none;
	background: rgba(175, 213, 30, 0.8);
}
.blocs &gt; .bloc &gt; .contenu
{  
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 230px!important;
}
.blocs &gt; .bloc
{
	display: inline-block;
	width: 32%;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	height: 230px!important;
	position: relative;
}
.blocs &gt; .bloc:nth-child(2)
{
	margin: 0 2%;
}
.bloc
{
	display: block;
	float: left;
	border-radius: 3px 3px 3px 3px;
	width: 318px;
	margin: 0 1px;
	
	text-decoration: none;
	
	box-shadow: 0px 1px 1px rgba(0,0,0,0.50);
}
.bloc:nth-child(2)
{
	margin: 0 6px;
}
.bloc &gt; .titre
{
	display: block;
	
	background: #424242;
	border-radius: 3px 3px 0px 0px;
	
	border-bottom: 1px solid #504334;
	
	color: #FFFFFF;
	text-align: center;
	font-family: AvantGardeBkBTBook;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000000;
	line-height: 30px;
	
	white-space: nowrap;
	overflow: hidden;
}

/*#produits .bloc &gt; .titre
{
	line-height: 15px;
	padding: 0 1%;
	height: 30px;
	white-space: normal;
	vertical-align: middle;
	width: 98%;
	display: block;
	padding-right: 3px;
}*/
.bloc &gt; .titre, 
.bloc &gt; .titre th
{
	font-weight: normal;
	margin: 0;
}
.bloc &gt; .contenu
{
	position: relative;
	display: block;
	border-radius: 0px 0px 3px 3px;
	background: #F0F0F0;
}
.bloc.single
{
	float: none;
	margin: 0 5px 10px 0;
}
.bloc.single &gt; .contenu
{
	border-radius: 3px 3px;
}
.bloc.single &gt; .contenu &gt; h1,
.bloc.single &gt; .contenu &gt; h2,
.bloc.single &gt; .contenu &gt; h3
{
	margin-top: 0;
}

/*Pastille promotion*/
.promotion
{
	position: absolute;
	top: -20px;
	right: -10px;
	
	background-image: url(../img/promotion.png);
	width: 91px;
	height: 90px;
	
	color: #FFFFFF;
	font-size: 18px;
	line-height: 90px;
	text-align: center;
	text-shadow: -1px 1px 1px rgba(20,20,20,0.3);
	
	z-index: 99;
}
.promotion2
{
	position: absolute;
	top: -10px;
	right: -10px;
	
	background-image: url(../img/promotion-2.png);
	width: 50px;
	height: 49px;
	
	color: #FFFFFF;
	font-size: 15px;
	line-height: 49px;
	text-align: center;
	text-shadow: -1px 1px 1px rgba(20,20,20,0.3);
	
	z-index: 99;
}

/*Pagination*/
.pagination
{
	margin-top: 10px;	
}
.pagination input
{
	display: inline-block;
	width: 20px;
	padding: 3px 4px;
	margin: 5px;
}
.pagination a
{
	display: inline-block;
	padding: 5px 10px;
	margin: 1px;
	border-radius: 3px;	
	background: #E8E8E8;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.pagination a:hover
{
	background: #d6d6d6;
	color: #FFFFFF;
}
.pagination a:active
{
	background: #E8E8E8;
	color: #000000;
}
.pagination a.disabled
{
	background: #E8E8E8;
	color: #CCCCCC;
}

/*Nuage de liens*/
#nuage_lien
{
	text-align: center;
	margin-top: 20px;
}

/*Pied*/
#footer
{
	position: relative;
	width: 100%;
	background: #424242;
	
	font-size: 11px;
	color: #FFFFFF;
}
#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer h4
{
	font-family: texgyreadventorregular;
	font-size: 18px;
	color: #d6d6d6;
	margin-bottom: 10px;
}
#footer &gt; div &gt; ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}
#footer &gt; div &gt; ul &gt; li
{
	display: inline-block;
	margin: 0;
	padding: 20px;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
}
#footer &gt; div &gt; ul &gt; li &gt; div
{
	font-size: 0;
	padding: 5px 0;
	text-align: left;
}
#footer &gt; div &gt; ul &gt; li &gt; div &gt; span
{
	display: inline-block;
	vertical-align: middle;
	width: 62px;
	text-align: center;
}
#footer &gt; div &gt; ul &gt; li &gt; div &gt; div
{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 62px);
	font-size: 14px;
}
#footer &gt; div &gt; ul &gt; li &gt; div:first-child &gt; div &gt; *
{
	display: block;
}
#footer &gt; div &gt; ul &gt; li &gt; div:first-child &gt; div &gt; span:first-child + span
{
	font-size: 20px;
}

#footer &gt; div &gt; #infos_site
{
	
}
#footer &gt; div &gt; #infos_complementaires
{
	position: relative;
	background: #191919;
	line-height: 30px;
	width: 98%;
	padding: 0 1%;
	font-size: 12px;
	font-family: arial;
}
#footer &gt; div &gt; #infos_complementaires &gt; div
{
	display: inline-block;
}
#footer &gt; div &gt; #infos_complementaires &gt; div:last-child
{
	position: absolute;
	top: 0;
	right: 5px;
}





/*
/ STYLE GLOBAL, A EDITER
*/
.adresse_facturation, .adresse_livraison
{
	width: 300px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
.adresse_facturation .nom, .adresse .nom
{
	font-weight: bold;
	font-size: 14px;
}
.type_adresse
{
	font-weight: bold;
	font-style: italic;
}

/*
/ STYLE PAGES, A EDITER
*/
/*Page Categories.php*/
.categorie .titre
{
	border-left: 5px solid #424242;
	padding-left: 5px;
}

.categorie .description
{
	border-left: 1px solid #424242;
	padding-left: 9px;
}

.categorie2
{
	width: 100%;
}
.categorie2 h2
{
	color: #000000;
	font-weight: normal;
	margin: 5px;
}
.categorie2:hover
{
	background: rgba(255,255,255,0.8);
}


/*PANIER*/
.simu_livraison
{
	display: block;
	background-color: #F9F9F9;
	border-bottom: 1px solid #FFF;
	padding: 5px;
}
.simu_livraison:hover
{
	background-color: #F2F2F2;
}

#form_panier div#articles, 
#form_paiement #recapitulatif_commande div#articles
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#form_panier div#articles &gt; .titre &gt; table, 
#form_paiement #recapitulatif_commande div#articles &gt; .titre &gt; table,
#form_panier div#articles &gt; .contenu &gt; table, 
#form_paiement #recapitulatif_commande div#articles &gt; .contenu &gt; table
{
	width: 100%;
}
	

#form_panier div#articles &gt; .contenu &gt; table &gt; tbody &gt; tr &gt; td, 
#form_paiement #recapitulatif_commande div#articles &gt; .contenu &gt; table &gt; tbody &gt; tr &gt; td
{
	background: #F0F0F0;
	padding: 10px 5px;
	border-bottom: 1px solid #FFFFFF;
}
#form_panier div#articles td:last-child
{
	border-radius: 0 0 3px 3px;
}
#form_paiement #recapitulatif_commande div#articles tr:last-child td:first-child
{
	border-radius: 0 0 0 3px;
}
#form_paiement #recapitulatif_commande div#articles tr:last-child td:last-child
{
	border-radius: 0 0 3px 0;
}
#form_panier div#articles input
{
	width: 30px;
	text-align: center;
}
#form_panier div#articles input.reduction
{
	width: 100px;
	text-align: left;
}
#form_panier div#articles .bouton
{
	height: 10px;
	padding: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
	
	vertical-align: middle;
	
	line-height: 10px;
}
#form_panier div#articles .bouton.plus,
#form_panier div#articles .bouton.moins,
#form_panier div#articles .bouton.maj
{
	width: 15px;
	height: 10px;
	padding: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
	
	vertical-align: middle;
	
	line-height: 10px;
}

.bouton.maj
{
	margin-left: 1px;
	background-image: url(../img/icones/actualiser_24.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.bouton.plus,
.bouton.moins,
.bouton.maj
{
	padding: 5px;
	width: 20px;
	text-align: center;
}
#form_panier div#articles .bouton.moins
{
	line-height: 7px;
}
#form_panier select
{
	width: 100%;
	max-width: 300px;
}


#form_panier div#total, 
#form_paiement #recapitulatif_commande div#total
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: 17px;
	float: none;
	width: 310px;
}
#form_panier div#total td, 
#form_paiement #recapitulatif_commande div#total td
{
	padding: 5px;
}
#form_panier div#total th, 
#form_paiement #recapitulatif_commande div#total th
{
	text-align: right;
}
#form_panier div#total .total_label,
#form_panier div#total .total_valeur, 
#form_paiement #recapitulatif_commande div#total .total_label,
#form_paiement #recapitulatif_commande div#total .total_valeur
{
	font-size: 17px;
}
#form_panier div#articles .delais_livraison,
#recapitulatif_commande .delais_livraison,
#espace_client .delais_livraison
{
	font-style: italic;
	color: #339900;
	font-weight: bold;
}

/*PRODUITS VUE 3*/
.produits,
.categories
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}
.produits &gt; li,
.categories &gt; li
{
	margin: 5px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	
	width: 380px;
	height: 300px;
	
	box-shadow: none;
	
	font-size: 1rem;
	
	-webkit-transition: 200ms ease-in-out;
	-moz-transition: 200ms ease-in-out;
	-ms-transition: 200ms ease-in-out;
	-o-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
}
.produits &gt; li &gt; a,
.categories &gt; li &gt; a
{
	position: relative;
	display: block;
	width: calc(100% - 10px);
    height: calc(100% - 10px);
    padding: 5px;
	overflow: hidden;
	border: 1px solid #AFD51E;
	text-decoration: none;
}
.produits &gt; li &gt; a:after,
.categories &gt; li &gt; a:after
{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 200px;
	background-image: url(../img/loupe.png);
	background-position: 50% 50%;
	opacity: 0;
	
		
	-webkit-transition: 200ms ease-in-out;
	-moz-transition: 200ms ease-in-out;
	-ms-transition: 200ms ease-in-out;
	-o-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
}
.produits &gt; li:hover &gt; a:after,
.categories &gt; li:hover &gt; a:after
{
	content: "";
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 300px;
	opacity: 0.5;
	
	z-index: 2;
}
/*.produits &gt; li:hover &gt; a:after
{
	top: -20%;
}*/
.produits &gt; li &gt; a .titre,
.categories &gt; li &gt; a .titre
{
	padding: 5px;
	margin: 0;
	height: 40px;
	
	/*position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #FFF;*/
    color: #636363;
	
	/*background: rgba(0,0,0,0.5);*/
	
	text-align: center;
	
	-webkit-transition: 200ms ease-in-out;
	-moz-transition: 200ms ease-in-out;
	-ms-transition: 200ms ease-in-out;
	-o-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
	
	z-index: 3;

	display: flex;
	align-items: center;
	justify-content: center;
}
.produits &gt; li &gt; a .titre &gt; span,
.categories &gt; li &gt; a .titre &gt; span
{
	display: inline-block;
}
.produits &gt; li &gt; a .photo,
.categories &gt; li &gt; a .photo
{
	display: block;
    width: 100%;
    height: calc(100% - 50px);
    position: relative;
    overflow: hidden;
}
.produits &gt; li &gt; a .photo &gt; img,
.categories &gt; li &gt; a .photo &gt; img
{
    position: absolute;
    left: 50%;
    top: 50%;
	/*width: 100%;
    height: 100%;*/
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}
.produits &gt; li &gt; a .prix,
.categories &gt; li &gt; a .prix
{
	position: absolute;
	bottom: -46px;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	padding: 5px;
	text-align: center;
	color: #FFF;
	
	-webkit-transition: 200ms ease-in-out;
	-moz-transition: 200ms ease-in-out;
	-ms-transition: 200ms ease-in-out;
	-o-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
	
	z-index: 3;
}
.produits &gt; li &gt; a .dispo_magasin,
.categories &gt; li &gt; a .dispo_magasin
{
	display: block;
	text-align: center;
	font-style: italic;
}
.produits &gt; li:hover,
.categories &gt; li:hover
{
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}
.produits &gt; li:hover &gt; a .titre
{
	bottom: 46px;
}
.produits &gt; li:hover &gt; a .prix
{
	bottom: 0;
}

/*autres*/
#produits .prix,
#promotions .prix,
#nouveautes .prix
{
	font-size: 17px;
	color: #8A0000;
	height: 40px;
}


/*FICHE PRODUIT*/
#produit,
#produit_details,
#produit_complement,
#produit_photos
{
	position: relative;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	text-align: center;
}

#produit.bloc,
#produit_details.bloc,
#produit_complement.bloc,
#produit_photos.bloc
{
	margin: 15px auto;
}

#produit #form_panier td
{
	padding: 5px 0;
}

#produit_details.bloc .contenu,
#produit_complement.bloc .contenu,
#produit_photos.bloc .contenu
{
	padding: 5px;
}

#produit_details.bloc .contenu table
{
	width: 100% !important;
	border-width: 0;
	border-style: none;
}
#slider_produit
{
	position: relative;
	width: 300px;
	height: 300px;
	
}
#slider_produit ul
{
	width: 100%;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#slider_produit li
{
	width: 100%;
	height: 100%;
	text-align: center;
}
#slider_produits &gt; ul:first-child + div,
#slider_produits &gt; ul:first-child + div + div
{
	background-color: transparent!important;
	
	box-shadow: none!important;
	border-radius: 0!important;
	color: transparent!important;
	padding: 0!important;
	margin: 0!important;
	transform: translateY(-50%);
	line-height: inherit!important;
	height: initial!important;
	font-size: 0!important;
	text-align: center!important;
}
#slider_produits &gt; ul:first-child + div
{

}
#slider_produits &gt; ul:first-child + div + div
{

}
#slider_produits &gt; ul:first-child + div:after
{
	content: "\f053";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #5D5D5D;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5)!important;
}
#slider_produits &gt; ul:first-child + div + div:after
{
	content: "\f054";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #5D5D5D;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5)!important;
}
#slider_produit &gt; ul &gt; li &gt; a
{
	width: 100%;
	height: 100%;
}
#slider_produit &gt; ul &gt; li &gt; a &gt; img
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

#produit .photos
{
	padding: 10px 5px;
}
#produit .photos .dispo_magasin
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #090;
	font-style: italic;
}

#produit .description
{
	padding: 10px 5px;
}

#produit .panier
{
	background-color: #dcdbdb;
	border-radius: 5px;
	padding: 10px;
	margin: 10px;
}

#produit .panier table
{
	margin-left: auto;
	margin-right: auto;
	height: 130px;
}

#produit .panier select
{
	width: auto;
}

#produit .panier a#quantite_moins, 
#produit .panier a#quantite_plus
{
	width: 15px;
	height: 10px;
	padding: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
	vertical-align: middle;
	line-height: 10px;
	text-align: center;
}

#produit .panier input
{
	width: 25px;
	text-align: center;
	margin-left: 2px;
}
#produit .panier .prix
{
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	color: #8A0000;
	
	border-radius: 3px;
	background-color: #f0f0f0;
}
#produit .panier .etat
{
	padding: 5px 0 0 0!important;
	text-align: center;
	font-weight: bold;
}
#produit .panier .etat.en_stock,
#produit .panier .etat.disponible
{
	color: #339900;
}
#produit .panier .etat.limite
{
	color: #FFFF00;
}
#produit .panier .etat.rupture
{
	color: #FF0000;
}
#produit .panier .btn_panier
{
	text-align: center;
}
#produit .panier .delais_livraison
{
	color: #339900;
	margin-bottom: 5px;
	font-style: italic;
	font-weight: bold;
}

/*INSCRIPTION*/
#inscription .bloc .contenu
{
	padding: 5px;
}
#inscription input[type="text"], 
#inscription input[type="password"], 
#inscription select
{
	margin: 3px 0 0 0;
}
#inscription input[name="code_postal"]
{
	width: 80px;
	margin: 3px 3px 0 0;
}
#inscription input[name="ville"]
{
	width: 120px;
}

/*PAIEMENT*/
#form_paiement #moyens_paiement .contenu &gt; table &gt; tbody &gt; tr &gt; td
{
	background: #F0F0F0;
	padding: 10px 5px;
	border-bottom: 1px solid #FFFFFF;
}
#form_paiement #moyens_paiement .contenu &gt; table &gt; tbody &gt; tr &gt; td:last-child
{
	border-radius: 0 0 3px 3px;
}
#form_paiement #moyens_paiement .contenu &gt; table &gt; tbody &gt; tr &gt; td:hover, 
#form_paiement #moyens_paiement .contenu &gt; table &gt; tbody &gt; tr &gt; td.select
{
	background: #f6f6f6;
}
#form_paiement #moyens_paiement div.cgv
{
	display: none;
	margin-top: 5px;
}

#form_paiement #moyens_paiement .mode_paiement .intitule
{
	margin-top: 10px;
}

#form_paiement div#articles div.titre
{
	height: 22px;
	line-height: 22px;
}

#form_paiement #recapitulatif_commande .contenu
{
	background: rgba(240,240,240,0.5);
}

/*OPTIONS SPECIALES*/
#form_option_speciale input, 
#form_option_speciale select
{
	width: auto;
}

/*ESPACE CLIENT*/
#espace_client
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	background: #F0F0F0;
	padding: 3px;
}
#espace_client #entete
{
	position: relative;
}
#espace_client #entete #client
{
	
}
#espace_client #entete #deconnexion
{
	position: absolute;
	top: -45px;
	right: -25px;
	padding: 3px;
	z-index: 2;
}

#espace_client #menu2
{
	float: left;
	width: 20%;
}
#espace_client #menu2 ul
{
	list-style: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#espace_client #menu2 li
{
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	border-radius: 3px;
}
#espace_client #menu2 li a
{
	display: block;
	padding: 5px;
	margin-bottom: 1px;
	color: #424242;
	text-decoration: none;
	font-size: 14px; 
	height: 40px;
	line-height: 40px;
}
#espace_client #menu2 li a img
{
	vertical-align: text-bottom;
	margin-right: 5px;
}

#espace_client #menu2 li.select, 
#espace_client #menu2 li:hover
{
	/*background: #3f3221;*/
}
#espace_client #menu2 li.select a, 
#espace_client #menu2 li:hover a
{
	display: block;
	padding: 5px;
	margin-bottom: 1px;
	color: #d6d6d6;
	text-decoration: none;
}


#espace_client #page
{
	position: relative;
	float: left;
	margin-left: 1%;
	padding: 0 1% 5px;
	width: 77%;
	border-radius: 5px;
	
	background-color: #FFFFFF;
}

#espace_client input[type="text"], 
#espace_client input[type="password"], 
#espace_client select
{
	margin: 3px 0 0 0;
}
#espace_client input[name="code_postal"], 
#espace_client input[name="ville"]
{
	/*width: 100px;*/
}
#espace_client input[name="code_postal"], 
#espace_client input[name="ville"]
{
	/*width: 100px;*/
	margin: 3px 3px 0 0;
}

/*Espace client -- Listes*/
#espace_client table.liste
{
	width: 100%;
}
#espace_client table.liste &gt; tbody &gt; tr &gt; th
{
	height: 20px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #3f3221;
}
#espace_client table.liste &gt; tbody &gt; tr &gt; td
{
	height: 50px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
}

#espace_client table.liste &gt; tbody &gt; tr:hover &gt; td
{
	background-color: #CCCCCC;
}

/*Espace client -- Commande*/
#espace_client #facture
{
	float: left;
	margin: 0px 0 0 80px;
	text-align: center;
}
#espace_client #entete
{
	float: none;
	margin: 0;
	width: 100%;
}
#espace_client #entete .contenu
{
	padding: 5px;
}
#espace_client #articles,
#espace_client #commandes,
#espace_client .adresse
{
	float: none;
	margin: 0;
}
#espace_client #articles, #espace_client #articles &gt; div &gt; table,
#espace_client #commandes, #espace_client #commandes &gt; div &gt; table,
#espace_client .adresse
{
	width: 100%;
}
#espace_client #articles .contenu &gt; table &gt; tbody &gt; tr &gt; td,
#espace_client #commandes .contenu &gt; table &gt; tbody &gt; tr &gt; td,
#espace_client .adresse .contenu &gt; table &gt; tbody &gt; tr &gt; td
{
	height: 30px;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
}
#espace_client #articles .contenu &gt; table &gt; tbody &gt; tr:last-child &gt; td:first-child,
#espace_client #commandes .contenu &gt; table &gt; tbody &gt; tr:last-child &gt; td:first-child
{
	border-radius: 0 0 0 3px;
}
#espace_client #articles .contenu &gt; table &gt; tbody &gt; tr:last-child &gt; td:last-child,
#espace_client #commandes .contenu &gt; table &gt; tbody &gt; tr:last-child &gt; td:last-child
{
	border-radius: 0 0 3px 0;
}

#espace_client #total
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: 3px;
	float: none;
	width: 310px;
}
#espace_client #total td
{
	padding: 5px;
}
#espace_client #total th
{
	text-align: right;
}
#espace_client #total .total_label, 
#espace_client div#total .total_valeur
{
	font-size: 17px;
}

/*Espace client -- Vos informations*/
#espace_client #informations_identite
{
	float: none;
	margin: 0;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#espace_client #informations_identite .contenu
{
	padding: 5px;
}

#espace_client #informations_mdp
{
	float: none;
	margin: 0;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#espace_client #informations_mdp .contenu
{
	padding: 5px;
}

/*Espace client -- Adresses*/
#espace_client .adresses
{
	float: none;
	margin: 0;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#espace_client .adresses .contenu
{
	padding: 5px;
}
#menu &gt; span
{
	display: none;
}


.msgContact
{
	width: 96%;
	margin: 0 2%;
	margin-top: 25px;
	margin-bottom: 25px;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.theCaptcha
{
    margin: 0 auto;
    width: 350px;
}
.formContact
{
	display: block;
	border: 1px solid #EEE;
}
.formContact &gt; div
{
	font-size: 0;
}
.formContact &gt; div &gt; div
{
	display: inline-block;
	vertical-align: middle;
	/*float: left;*/
	width: 50%;
	padding:0 2%;
	margin-top: 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
}
.formContact &gt; center
{
	display: block;
	/*float: left;*/
	margin: 10px 0;
}
.formContact &gt; div &gt; div &gt; label,
.formContact &gt; div &gt; div &gt; span &gt; label,
.msgContact &gt; label
{
	display: block;
	position: relative;
}
.formContact &gt; div &gt; div &gt; label:first-child,
.formContact &gt; div &gt; div &gt; span &gt; label:first-child
{
	margin-bottom: 6px;
	line-height: 19px;
	font-weight: 400;
}
.formContact &gt; div &gt; div &gt; label &gt; i,
.formContact &gt; div &gt; div &gt; span &gt; label &gt; i,
.msgContact &gt; label &gt; i
{
	position: absolute;
	min-width: 34px;
	top: 1px;
	right: 1px;
	border-left: 1px solid #b3b3b3;
	color: #b3b3b3;
	height: 32px;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
}
.msgContact &gt; label &gt; i
{
	top: 0;
	height: 100%;
	line-height: 120px;
}
.formContact &gt; div &gt; div &gt; label &gt; input,
.formContact &gt; div &gt; div &gt; label &gt; select,
.formContact &gt; div &gt; div &gt; span &gt; label &gt; input,
.formContact &gt; div &gt; div &gt; span &gt; label &gt; select,
.msgContact &gt; label &gt; textarea
{
	padding: 6px 12px;
	padding-right: 46px;
	width: 100%;
	height: 34px;
	outline: none;
	font-family: arial;
	color: #555;
	box-sizing: border-box;
	moz-box-sizing: border-box;
}
.formContact &gt; div &gt; div:nth-child(6) &gt; label:nth-child(2)
{
	width: 35%;
	min-width: 100px;
	display: inline-block;
	margin-right: 1%;
}
.formContact &gt; div &gt; div:nth-child(6) &gt; label:last-child
{
	display: inline-block;
	width: 64%;
}




#produit_details.bloc .contenu &gt; table &gt; tbody &gt; tr &gt; td
{
	border: none  !important;
}
#produit_details.bloc .contenu &gt; table &gt; tbody &gt; tr:nth-child(1) &gt; td:nth-child(1)
{
	background-color: #424242 !important;
	border: none !important;
}
#produit_details.bloc .contenu table p
{
	padding: 0;
	margin: 0;
}
#produit_details.bloc .contenu table hr
{
	margin: 5px 0;
}
#produit_details.bloc .contenu &gt; table &gt; tbody &gt; tr &gt; td &gt; table &gt; tbody &gt; tr &gt; td
{
	border-width: 0;
	border-style: none;
	background-color: #424242 !important;
	
	color: #FFFFFF;
	width: 33%;
	height: 25px;
	
	padding: 0;
}
#produit_details.bloc .contenu td
{
	border-width: 0;
	border-style: none;
	border: none;
	padding: 5px;
}


.lien_pdf
{
	display: inline-block;
	padding: 0 0 0 22px;
	line-height: 16px;
	background: url(../img/icones/pdf_16.png) no-repeat 0 50%;
	text-decoration: none;
}

@media only screen and (max-width:1437px)
{
	#header &gt; div#espace_pro
	{
		display: none;
	}
}


@media only screen and (max-width:1208px)
{
	#header &gt; #logo_site &gt; a &gt; img
	{
		width: 90%;
	}
	#header &gt; #menu
	{
		position: absolute;
	    right: 20px;
	    top: 30px;
	    width: 30px;
	    height: 30px;
	}
	#header &gt; #menu:before
	{
		content: "\f0c9";
		display: inline-block;
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: 30px;
	    text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;

	    position: absolute;
	    right: 0;
	    top: 0;
	    color: #5D5D5D;

	    cursor: pointer;
	}
	#header &gt; #menu &gt; ul
	{
		display: none;
		position: fixed;
		left: 0;
		top: 90px;
		width: 100%;
		height: 100%;
		background-color: #FFF;
		z-index: 999;
	}
	#header &gt; #menu &gt; ul &gt; li
	{
		display: block;
	}

	#header &gt; #menu &gt; ul &gt; li &gt; a
	{
		display: block;
		text-align: left;
		line-height: inherit;
		height: inherit;
		padding: 10px 5px;
		font-size: 20px;
	}
	#header &gt; #menu &gt; ul &gt; li a &gt; i
	{
		display: none;
		/*font-size: 25px;
	    line-height: inherit;
	    text-align: left;
	    display: block;*/
	}
	#header &gt; #menu &gt; ul &gt; li:first-child &gt; a:after
	{
		content:"Accueil";
	}


	#header &gt; #espace_pro,
	#header &gt; #contact
	{
		display: table-cell!important;
	}
	#header &gt; #menu_client  &gt; ul &gt; li &gt; a
	{
		overflow: hidden;
		width: 40px;
		height: 40px;
		border-radius: 30px;
		border: 2px solid #5D5D5D;
		padding: 0;
	}
	#header &gt; #menu_client  &gt; ul &gt; li:first-child &gt; a
	{
		position: absolute;
	    right: 65px;
	    top: 25px;
	}
	#header &gt; #menu_client  &gt; ul &gt; li:first-child + li &gt; a
	{
		position: absolute;
	    right: 110px;
	    top: 25px;
	}
	#header &gt; #menu_client  &gt; ul &gt; li &gt; a &gt; i
	{
		font-size: 30px;
		width: 100%;
		text-align: center;
		padding: 5px 0;
		color: #5D5D5D;
	}

	.recherche &gt; form
	{
		min-width: 100%;
		box-sizing: border-box;
	}
	.recherche &gt; form select
	{
		width: 100%;
		box-sizing: border-box;
	}

	
	#site .espaceClientConnect
	{

	}
	#site .espaceClientConnect &gt; tbody &gt; tr &gt; td
	{
		width: 100%!important;
		display: block;
		box-sizing: border-box;
	}
	#site .espaceClientConnect &gt; tbody &gt; tr &gt; td .bloc
	{
		width: 100%!important;
		box-sizing: border-box;
	} 
	#site .espaceClientConnect &gt; tbody &gt; tr &gt; td
	{
		padding-bottom: 20px;
	}

	#site #inscription .bloc
	{
		width: 100%!important;
		display: block;
		box-sizing: border-box;
	}
	#site #inscription .bloc input[type='text'],
	#site #inscription .bloc input[type='password'],
	#site #inscription .bloc select
	{
		width: 100%;
		height: 30px;
		box-sizing: border-box;
		margin: 0;
	}

	#site &gt; #page
	{
		min-width: 100%;
		box-sizing: border-box;
	}

	#footer &gt; div &gt; ul &gt; li
	{
		display: block;
		text-align: center;
	}
	#footer &gt; div &gt; ul &gt; li &gt; div
	{
		display: inline-block;
	}	
	#footer &gt; div,
	#footer &gt; div &gt; #infos_complementaires &gt; div:last-child
	{
		position: relative;
		text-align: center;
	}




	#espace_client #menu2
	{
		float: none;
		width: 100%;
	}
	#espace_client #menu2 li a,
	#espace_client #menu2 li.select a, 
	#espace_client #menu2 li:hover a
	{
		line-height: 25px;
		height: 25px;
	}
	#espace_client #page
	{
		width: 100%;
		box-sizing: border-box;
		float: none;
		margin: 0;
		padding: 5px;
	}

	#espace_client #page .bloc
	{
		width: 100%;
		box-sizing: border-box;
	}
	#espace_client #page .bloc input[type='text'],
	#espace_client #page .bloc input[type='password'],
	#espace_client #page .bloc select
	{
		width: 100%;
		height: 30px;
		box-sizing: border-box;
		margin: 0;
	}

	#espace_client #commandes table &gt; tbody &gt; tr &gt; th:first-child + th + th,
	#espace_client #commandes table &gt; tbody &gt; tr &gt; th:first-child + th + th + th + th,
	#espace_client #commandes table &gt; tbody &gt; tr &gt; td:first-child + td + td,
	#espace_client #commandes table &gt; tbody &gt; tr &gt; td:first-child + td + td + td + td
	{
		display: none;
	}
	
	#generateur,
	#generateur_details
	{
		display: block!important;
	    width: 100%!important;
	    box-sizing: border-box!important;
	}
	#generateur #plaque &gt; #hauteur
	{
		z-index: 1;
		right: 0;
		left: inherit!important;
	}
	#generateur #plaque &gt; #schema
	{
		width: 50%!important;
	}

	.ui-dialog
	{
		width: 100%!important;
		box-sizing: border-box!important;
	}
	.ui-dialog-buttonset
	{
		text-align: center!important;
	}
	
	#form_panier &gt; table:nth-child(4) &gt; tbody &gt; tr &gt; td:nth-child(1) &gt; table
	{
		width: 100%!important;
		box-sizing: border-box!important;
	}
	#form_panier &gt; table:nth-child(4) &gt; tbody &gt; tr &gt; td
	{
		display: block;
		width: 100%!important;
		box-sizing: border-box!important;
	}
	#form_panier &gt; table:nth-child(4) &gt; tbody &gt; tr &gt; td input
	{
		min-width: inherit;
		width: calc(100% - 100px);
		box-sizing: border-box!important;
	}
	#form_panier &gt; table:nth-child(4) &gt; tbody &gt; tr &gt; td:nth-child(2)
	{
		text-align: left;
	}
	#form_panier &gt; table:nth-child(4) &gt; tbody &gt; tr &gt; td:nth-child(2) &gt; table
	{
		margin-top: 16px;
		width: 100%!important;
		box-sizing: border-box!important;
	}
	#form_panier + br + div
	{
		text-align: center!important;
	}
	#form_panier + br + div &gt; a
	{
		width: 100%;
		margin-bottom: 5px;
		box-sizing: border-box!important;
	}

	#panier_recapitulatif
	{
		width: 100%!important;
		box-sizing: border-box;
	}

	#form_paiement &gt; div
	{
		margin-top: 10px;
		width: 100%!important;
		box-sizing: border-box;
	}

	#form_paiement &gt; div input[type='text'],
	#form_paiement &gt; div select
	{
		width: 100%!important;
		height: 30px;
		box-sizing: border-box;
	}


	#produit &gt; div &gt; table &gt; tbody &gt; tr &gt; td
	{
		display: block;
		width: 100%;
	}
}


@media only screen and (max-width:870px)
{
	#header &gt; div#espace_pro
	{
		display: none!important;
	}
}
@media only screen and (max-width:680px)
{
	#header &gt; div#contact
	{
		display: none!important;
	}

	.produits &gt; li,
	.categories &gt; li
	{
		width: calc(100% - 12px);
	}
}</pre></body></html>