/*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: 'texgyreadventorregular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{ 
	font-family: "open";
	src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face 
{ 
	font-family: "jenna";
	src: url('../fonts/JennaSue.ttf');
}

/*Général*/
*
{
	outline: none;
}

BODY
{
	margin: 0;
	font-family: open;
	font-size: 13px;
}
table
{
	border-spacing: 0;
}
table td
{
	margin: 0;
	padding: 0;
}
sup
{
	font-size: 14px;
}
h1, h2, h3, h4, fieldset > legend
{
	margin: 10px 0;
	font-size: 27px;
	color: #666400;
	font-weight: lighter;
	font-family: texgyreadventorregular;
	font-style: italic;
}
h3, fieldset > legend
{
	font-size: 22px;
}
h5
{
	color: #000000;
	font-family: itc;
	font-size: 13.5px;
}
hr
{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-bottom: 1px dashed #403221;
}
ul{ margin: 0px;}
#header ul, #footer ul, #listeProduits
{
	padding-left: 0px;
}
a img
{
	border: 0;
}
a[rel='img']
{
	outline: none;
}
.clear
{
	clear: both;
}
a
{
	text-decoration: none;
	color: black;
}


/*Formulaires*/
form
{
	display: inline;
}
select,
input[type='text'],
input[type='password'],
textarea
{
	border: 1px solid #929292;
	padding: 8px 5px;
	margin: 1px 0;
	vertical-align: middle;
	font-family: arial;
}
select
{
	padding: 7px 5px;
	vertical-align: middle;
}
select:focus,
input[type='text']:focus,
input[type='password']:focus,
textarea:focus
{
	border: 1px solid #666400;
}
input[type="text"][readonly]
{
	background-color: #F0F0F0;
	padding-left: 5px;
	color: #888888;
}
fieldset *
{
	box-sizing: border-box;
}
fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}
fieldset > legend
{
	margin: 0;
	padding: 5px;
	text-align: center;
}
fieldset > ul
{
	list-style: none;
	margin: 0;
	padding: 0!important;
	font-size: 0;
}
fieldset > ul > li
{
	width: 50%;
	min-width: 200px;
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
	padding: 10px;
}
fieldset > ul > li > label
{
	display: block;
	padding: 5px 0;
	font-weight: bold;
}
.fa-asterisk
{
	color: #A41414;
}
fieldset > ul > li > input[type='text'],
fieldset > ul > li > input[type='password'],
fieldset > ul > li > select,
fieldset > ul > li > textarea
{
	width: 100%;
}

/*Boutons*/
.bouton,
.button,
input[type='submit'],
input[type='button'],
button
{
	background: transparent;
	border: 2px solid #666400;
	color: #666400;
	padding: 8px 16px;
	font-family: arial;
	font-size: 17px;
	display: inline-block;
	margin: 10px auto;
	cursor: pointer;

	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.5s;
    -moz-transition-property: background-color;
    -moz-transition-duration: 0.5s;
    -o-transition-property: background-color;
    -o-transition-duration: 0.5s;
    transition-property: background-color;
    transition-duration: 0.5s;
}
.bouton:hover,
.button:hover,
input[type='submit']:hover,
input[type='button']:hover,
button:hover
{
	color: #FFF;
	background-color: #666400;
}
.bouton:active,
.button:active,
input[type='submit']:active,
input[type='button']:active,
button:active
{
	color: rgba(255,255,255,0.2);
}

.bouton > img,
.button > img
{
	margin-right: 5px
}
.bouton > *
.button > *
{
	vertical-align: middle;
}

a.bouton.panier div
{
	background: #FFFFFF;
	color: #000000;
	margin-top: 8px;
	padding: 3px;
}

/*SITE*/
#site
{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	min-height: 775px;
}
#page img[align='left'],
#cboxLoadedContent img[align='left']
{
	margin: 5px 5px 5px 0;
}
#page img[align='right'],
#cboxLoadedContent img[align='right']
{
	margin: 5px 0 5px 5px;
}
#page img[align='absmiddle'],
#cboxLoadedContent img[align='absmiddle']
{
	margin: 5px;
}

/*HEADER*/

#header
{
	font-family: texgyreadventorregular;
	font-size: 15px;
	color: black;
	background-color:transparent;
	position: relative;
	z-index: 7;
	height: 175px;
	background-image: url(../img/baniere.png);
}
#header > div:first-child
{
	width: 100%;
	margin: 0 auto;
}
#logo_site
{
	position: absolute;
	left: 5%;
	height: 175px;
}
#logo_site > a > img
{
	position: relative;	
	z-index: 6;
	height: 100%;
}
#menu
{
	width: 100%;
	display: block;
	vertical-align: middle;
	position: relative;
	box-shadow: 0px 1px 9px #aaa;
	box-sizing: border-box;
	padding-left: calc(190px + 5%);
	background-color: white;
}
#menu > div > ul 
{
	font-size: 16px;
}
#menu > div > ul > li
{
	display: inline-block;
	vertical-align: top;
}
#menu > div > ul > li> a
{
	display: block;
	position: relative;
	z-index: 7;
	padding: 9px 18px;
	border-bottom: 3px solid transparent;
}
#menu > div > ul > li.select > a, #menu > div > ul > li > a:hover
{
	border-bottom: 3px solid #666400;
}

#search
{
	position: absolute;
	right: 5%;
	top: 0px;
	width: 395px;
	background-color: #ededed;
	height: 45px;
	padding: 5px 7px;
	box-sizing: border-box;
}

#search input[type="text"]
{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-left: 5px;
	border: none;
	border-radius: 5px;
}

#search input[type="submit"]
{
    position: absolute;
    margin: 0;
    color: green;
    height: 34px;
    right: 16px;
    top: 6px;
    width: 35px;
    background-image: url(../img/icones/loupe-icone.png);
    background-size: 22px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.fa.fa-bars, .fa.fa-times
{
	position: absolute;
	top: 0px; right: 29px;
	color: white;
	font-size: 42px;
	display: none;
	cursor: pointer;
}

/* A C C U E I L */
#aside
{
	/*float: right;*/
	width: 32%;
	max-width: 360px;
	margin-left: 8%;
	vertical-align: top;
	display: inline-block;
}
#aside h3
{
	margin-bottom: 0px;
}
#aside > div:last-child
{
	text-align: center;
}
#aside > div:last-child > a > img
{
	padding: 5px 10px;
}

/*Recherche*/
#recherche
{
	position: absolute;
	bottom: 7px;
	right: 7px;
}
#recherche input[type='text']
{
	width: 170px;
	outline: none;
	padding-left: 25px;
	background: #FFFFFF url(../img/icones/loupe_16.png) no-repeat 5px 50%;
}
#recherche input[type='submit']
{
	display: none;
}

/*Menu client (accès panier, accès espace client...)*/
#menu_client
{
    font-family: arial;
    text-align: right;
    position: relative;
}
#menu_client > *
{
	display: inline-block;
	vertical-align: middle;
}
#menu_client > #search > button
{
	position: absolute;
	right: 7px;
	top: 50%;	
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#menu_client > #search  i
{
	color: white;
	text-shadow: 1px 1px 3px #000;
	font-size: 19px;
}
#menu_client > #search > input
{
	border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.6);
	border: none;
	padding: 2px;
	font-size: 15px;
	height: 33px;
	width: 320px;
	color: white;
}
.social-network ul li 
{
	display: inline-block;
	vertical-align: top;
	margin: auto 2px;
}
.social-network ul li a
{
	display: inline-block;
	height: 100%;
	width: 100%;
}
.social-network ul li i 
{
	color: white;
	font-size: 25px;
	border-radius: 100%;
	border: 2px solid white;
	padding: 5px;
	max-height: 31px;
   	width: 27px;
}
.social-network
{
	text-align: center;
	padding: 24px 17px;
	display: block!important;
}
#menu_client > .social-network > span
{
	display: inline-block;
	border-radius: 9px;
	padding: 4px;
	border: 2px solid white;
	margin-top: 8px;
	font-size: 30px;
}
#menu_client > #toolsUser
{
	margin-right: 5%;
	position: relative;
    background-color: #828100;
}
#menu_client > #toolsUser > a
{
	color: white;
	font-size: 15px;
    padding: 56px 45px;
    display: inline-block;
}
#menu_client > #toolsUser > a:hover
{
    background-color: #b0af18;	
}
#menu_client > #toolsUser i
{
	font-size: 17px;
	margin-right: 7px;
}
#menu_client > div > a 
{

}
#nbrPanier
{
	color: #FFFFFF;
    background-color: #666400;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 30px;
    display: inline-block;
    min-width: 10px;
    margin-left: 4px;
    text-align: center;
    position: absolute;
    right: -15px;
    top: -20px;
    font-family: arial;
}

/*Page*/
#page
{
	position: relative;
	background: #FFFFFF;
	vertical-align: top;
	width: 90%;
	margin: 30px auto;
	min-height: 460px;
}
section
{
	display: inline-block;
	width: 100%;
}
article
{
	font-size: 13px;
}
#accueil
{
	font-size: 0px;
}
#accueil .quote
{
	width: 48%;
	margin-right: 2%;
	min-height: 350px;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
}
.quote
{
	border: 2px solid #666400;
	position: relative;
	text-align: center;
	padding: 8px 18px;
    box-sizing: border-box;
}
.quote:before,
.quote:after
{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    font-size: 25px;	
    color: #666400;
    background-color: white;
}
.quote:before
{
	content: "\f10d";
	left: -12px;
	bottom: 8px;
}
.quote:after
{
	content: "\f10e";
	right: -12px;
	top: 8px;
}
#cat-accueil
{
	padding-left: 0px;
	margin-left: 2%;
	width: 48%;
	font-size: 0px;
	display: inline-block;
	vertical-align: top;
	background-size: cover;
	background-position: 50% 50%;
}
#cat-accueil > li
{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 2px;
	height: 171px;
	position: relative;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: all 0.25s ease-in-out;
	background-size: cover;
	background-position: 50% 50%;
}
#cat-accueil > li > a 
{
	display: inline-block;
	height: 100%;
	width: 100%;
}
#cat-accueil > li > a > span
{
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 25px;
	text-shadow: 1px 1px 3px #000;
	color: white;
	z-index: 5;
}
#cat-accueil > li:hover
{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
#produits_recent 
{
	text-align: center;
	margin: 35px 0px;
}

#produits_recent ul,
#produits_recent ul > li 
{
	width: 100%;
	padding: 0px 15px;
	box-sizing: border-box;
}
#produits_recent ul > li > ul
{
	font-size: 0px;
}
#produits_recent ul > li > ul > li
{
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 5px 8px;
    vertical-align: top;
    width: calc(18% - 2px);
    margin: 0px 1%;
    font-size: 18px;
    border: 1px solid #e7e7e7;
    max-width: 240px;
    min-height: 450px;
}
#produits_recent ul > li > ul > li h2
{
	font-style: normal;
	font-size: 19px;
	color: #4c4c4c;
	-webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#produits_recent button
{
	font-family: jenna;
	font-size: 25px;
	width: 80%;
	margin: 5px auto;
	background-color: #666400;
	color: white;
	border-radius: 4px;
	position: absolute;
    left: 50%;
    bottom: 3px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
#produits_recent .photo
{
	width: 100%;
}
#produits_recent .photo img
{
	width: 100%;
}
#produits_recent > div > div
{
    box-shadow: none!important;
    background-color: transparent!important;
    color: #666400!important;
    font-size: 135px!important;
    font-family: jenna!important;
}
#produits_recent > div > div:nth-child(2)
{

}
.tarif strong
{
	color: #890e0e;
}
#enTete
{
	background-image: url(../img/baniere1.jpg);
	background-size: cover!important;
	height: 240px;
	margin-top: -55px;
	background-position: 0% 53%!important;
}
#enTete > h1
{
    text-align: center;
    color: #FFFFFF;
    font-size: 28px;
    padding-top: 140px;
    letter-spacing: 1px;
    margin-top: 0px;
    text-shadow: 0px 0px 4px #000;
}
#enTete > h1 > a
{
	color: #FFF;
}
.lien_pdf
{
	display: inline-block;
	padding: 7px 12px;
	margin: 8px 0px;
	background-color: #666400;
	color: white;
}
.lien_pdf:hover
{
	opacity: 0.9;
}
.lien_pdf:before
{
	content: "\f1c1";
	margin-right: 4px;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
}
/* N O U V E A U T E */
#nouveaute
{
	text-align: center;
	width: 100%;
	margin-top: 30px;
	font-family: texgyreadventorregular;
	color: #4b302f;
}
#nouveaute > a > li
{
	width: 20%;
	vertical-align: top;
	margin: 10px;
	display: inline-block;
	max-width: 230px;
	min-width: 215px;
	overflow: hidden;
	border-radius: 7px;
	box-shadow: 1px 1px 10px #aaa;
}
/*#nouveaute > a > li > img
{
	width: 100%;
	height: 240px;
}*/
#nouveaute > a  > li > div:nth-child(2)
{
	font-size: 25px;
	background-color: #FFFFFF;
	border-radius: 220px / 39px;
	position: relative;
	margin-top: -25px;
	padding-top: 12px;
	z-index: 4;
	min-height: 90px;
	margin-left: -6px;
}
#nouveaute > a  > li > div:last-child
{
	border-top: 2px dashed #4b302f;
	display: table;
	width: 100%;
}
#nouveaute > a  > li > div:last-child > span
{
	display: table-cell;
	font-size: 25px;
	padding: 5px 10px 5px 4px;
}
#nouveaute > a  > li > div:last-child > span:first-child
{
	text-align: left;
}
#nouveaute > a  > li > div:last-child > span:last-child
{
	text-align: right;
}
#nouveaute a:hover
{
	color: #666400;
}
#nouveaute > a  > li > div > span
{
	margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
	transition : ease-in-out 0.4s;
}


/* E V E N E M E N T S */
#event
{
	margin-top: 15px;
}
#event > li
{
	text-align: center;
}
#event h3
{
	text-align: left;
	color: #4a2f2e;
	font-size: 30px;
	border-bottom: 2px dotted;
}
#event > li > div
{
	display: inline-block;
	width: 50%;
	text-align: justify;
	vertical-align: top;
}
#event  img
{
	padding-left: 15px;
	padding-top: 20px;
}
.date
{
	background-color: #666400;
	color: white;
	text-align: center;
	display: inline-block;
	width: 55px;
	height: 50px;
	padding-top: 5px;
	border: 3px dotted #F3EBDF;
	border-radius: 100%;
	margin-right: 15px;
	vertical-align: top;
	line-height: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.date > span
{
	font-size: 15px;
}

/*Slider*/
#slider_accueil
{
	position: relative;
	z-index: 5;
	height: 450px;
	width: 100%;
	margin-top: -65px;
	border-bottom: 15px solid #666400;
}
#slider_accueil > ul
{
	width: 100%;
	height: 100%;
}
#slider_accueil img
{
	width: 100%!important;
	height: 100%!important;
}
#slider_accueil > div:last-child, #slider_accueil > div:nth-child(4)
{
	background-color: transparent!important;
	color: black!important;
	box-shadow: none!important;
	font-size: 22px!important;
}
.boutonsPagination
{
	position: absolute;
	right: inherit!important;
	left: 50%!important;
}
.boutonsPagination > div
{
	width: 12px!important;
	height: 12px!important;
	border: 2px solid white;
	border-radius: 100%!important;
	background-color: transparent!important;
	opacity: 1!important;
}
.boutonsPagination > div.select
{
	background-color: white!important;
}
/*Texte slider*/
#slider_accueil > ul > li
{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
#slider_accueil > ul > li > a > div, 
#slider_accueil > ul > li > div
{
	position: absolute;
    top: 115px;
    left: 10%;
	width: 45%;
	max-width: 720px;
	font-size: 15px;
	color: #565658;
}
#slider_accueil > ul > li > a
{
	display: inline-block;
	width: 100%;
	height: 100%;
}
#slider_accueil > ul > li > div > div
{
	padding: 18px;
	background-color: #cfd29c;
	color: #54554f;
}
#slider_accueil > ul > li h2, 
#slider_accueil > ul > li h1
{
	color: #828100;
	font-size: 22px;
	background-color: #e1e2df;
	text-transform: uppercase;
	padding: 11px 15px;
	display: inline-block;
	margin: 0px;
}
/*Notification*/
.notification
{
	line-height: 20px;
	border-radius: 5px;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
}
.notification.alert
{
	color: #FFFFFF;
	background: #666400;
}
.notification.information
{
	color: #FFFFFF;
	background: #666400;
}
.info
{
	padding: 5px;
    background-color: #666400;
    margin-bottom: 15px;
    color: white;
    font-size: 16px;
    border-radius: 4px;
}
.info input[type="button"]
{
	padding: 8px 20px;
	letter-spacing: 4px;
	background-color: white;
}
#distance > input:first-child
{	
	/*background-color: green;*/
	border: 3px solid #666400;
	color: #666400;
}
#distance > input:nth-child(3)
{	
	/*background-color: red;*/
	border: 3px solid #FF1717;
	color: #FF1717;
}
.info > div, .info > img
{
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}
.info > div > div
{
	padding-right: 15px;
}
.info > div > div, .info > div > form
{
	display: inline-block;
}
.info input[type="radio"]
{
	opacity: 0;
}


.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: 100%;
	height: 48px;
	color: #FFFFFF;
	
	font-size: 14px;
}
#fil_ariane td
{
	text-align: center;
	
	background: #666400 url(../img/fond_fil_ariane.png);
	
	text-shadow: 1px 1px 1px #000000;
}
#fil_ariane td.etape
{
	width: 24px;
	background: #666400 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;
}
#formDistance label
{
	font-family: texgyreadventorregular;
	display: block;
	font-size: 24px;
	color: #4b302f;
}
#formDistance a:hover
{
	border-bottom: 1px dotted #4b302f;
}
#formDistance > div:nth-child(2)
{
	text-align: center;
	background-color: rgb(243, 235, 223);
	padding: 15px 0px;
	border-radius: 4px;
}
#formDistance > div > div:first-child, #formDistance > div > div:nth-child(2)
{
	display: inline-block;
	vertical-align: top;
}
#formDistance textarea
{
	width: 400px;
	max-width: 400px;
	height: 76px;
	max-height: 150px;
	margin-right: 20px;
}
/*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: #403221;
	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%;
	padding: 15px 5%;
	font-size: 12px;
	background-color: #6d6c00;
	box-sizing: border-box;
	text-align: center;
}

#footer > *, #footer > div > div
{
	display: inline-block;
	vertical-align: top;
}
#footer > div
{
	background-color: #666400;
	padding: 10px 15px;
	text-align: left;
}
/*#footer > div img:first-child
{
	margin-right: 45px;
}*/
#footer > .social-network
{
	position: absolute;
	top: calc(50% - 52px);
	right: 5%;
}
#footer > .social-network a:hover
{
	border: none;
}
#footer > .social-network > img
{
	padding-bottom: 8px;
}
#footer h3
{
	color: #cccccc;
	font-family: texgyreadventorregular;
	font-size: 23px;
	margin-top: 0px;
	margin-bottom: 18px;
}
#footer > div:nth-child(2)
{
	margin: 0px 2% 11px 2%;
}
#footer > div:nth-child(3)
{
	text-align: center;
}
#footer > div > div:nth-child(2)
{
	margin: 0px 90px;
}
#footer .footer-nav a
{
	color: #bab96a;
}
#footer .footer-nav li a:before
{
	content: '• ';
}
#footer li 
{
	list-style: none;
	line-height: 20px;
}
#footer .footer-nav a:hover
{
	border-bottom: 1px dotted white;
}
#footer i
{
	font-size: 25px;
	color: #c2c199;
	border-color: #c2c199;
}

/* C O N T A C T */
.formContact
{
	width: 70%;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}
.formContact > div > div
{
	float: left;
    width: 50%;
    padding: 0 2%;
    margin-top: 25px;
    box-sizing: border-box;
}
.formContact > div > div > label, .msgContact > label
{
	display: block;
    position: relative;	
}
.formContact > div > div > label > i, .msgContact > label > i
{
	position: absolute;
    min-width: 34px;
    top: 3px;
    right: 1px;
    border-left: 1px solid #b3b3b3;
    color: #b3b3b3;
    height: 32px;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
}
.formContact > div > div > label > input, .msgContact > label > textarea
{
	   padding: 6px 12px;
    padding-right: 46px;
    width: 100%;
    height: 34px;
    outline: none;
    font-family: arial;
    color: #555;
    box-sizing: border-box;
}
.formContact > div > div:nth-child(4) > label:nth-child(2)
{
	width: 35%;
    min-width: 100px;
    display: inline-block;
    margin-right: 1%;
}
.formContact > div > div:nth-child(4) > label:last-child
{
	display: inline-block;
    width: 64%;
}
.msgContact 
{
    width: 96%;
    margin: 0 2%;
    margin-top: 25px;
    float: left;
    box-sizing: border-box;
}
.msgContact > label > i 
{
    top: 0;
    height: 100%;
    line-height: 120px;
}
.formContact #codeContact
{
	width: 80px;
}
.theCaptcha
{
	display: block;
	text-align: center;
}
#contact iframe
{
	width: 100%;
}
#contactSelect
{
	margin: 0 2%;
}
#contactSelect > label
{
	display: inline-block;
	padding-top: 15px;
}
#contactSelect > select
{
	width: 100%;
	height: 35px;
	padding: 5px 10px;
}
div.g-recaptcha
{
	width: 100%;
}
div.g-recaptcha > div > div
{
	margin: 31px auto 0px auto;
}
.theCaptcha
{
	display:block;
	width: 100%!important;
	text-align: center;
	margin: 0 auto;
}
.theCaptcha > div > div
{
	width: 100%!important;
}



/* G A L E R I E */
#galerie
{
	text-align: center;
	padding: 25px 0px;
}
#galerie > div > span
{
	margin: 3px 3px;
	display: inline-block;
	transition : ease-in-out 0.2s;
}
#galerie > div > span:hover
{
	opacity: 0.4;
}
#galerie > div > span > a > img
{
	width: 250px;
	height: 200px;
	display: inline-block;
	vertical-align: top;
}

#galerie-liste,
.galerie-liste
{
	text-align: center;
}
#galerie-liste > li,
.galerie-liste > li
{
	display: inline-block;
	margin: 8px;
}
#galerie-liste > li > a,
.galerie-liste > li > a
{
	display: block;
	position: relative;
	width: 280px;
	height: 250px;
	overflow: hidden;
	background-color: #000;
	text-decoration: none;
}
#galerie-liste > li > a > span,
.galerie-liste > li > a > span
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
}
#galerie-liste > li > a > img,
.galerie-liste > li > a > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	height: 100%;
	z-index: 1;
	transition: ease-in-out 200ms;
}
#galerie-liste > li > a:hover > img,
.galerie-liste > li > a:hover > img
{
	height: 110%;
}


/* M E N T I O N */
#mention > div:first-child, #mention > div:nth-child(2)
{
	display: inline-block;
	width: 40%;
	vertical-align: top;
}

/* PARTENAIRE */
.partenaire
{
	display: inline-block;
	width: 47%;
	position: relative;
	margin-right: 3%;
	vertical-align: top;
	margin-bottom: 20px;
	min-height: 235px;
	box-shadow: 0px 1px 5px #aaa;
}
.partenaire img
{
	margin-top: 0px!important;
}
.partenaire h2
{
	width: 85%;
}
.partenaire a
{
 	border-bottom: 1px dotted transparent;
 	position: absolute;
 	bottom: 0px;
 	display: block;
 	text-align: center;
 	width: 100%;
 	color: white;
 	background-color: #666400;
    font-size: 15px;
}
.partenaire a:hover
{
	border-bottom: 1px dotted #4a2f2e;
}
/* 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;
}

#div_dateLivraison
{
	top: 0px!important;
	width: 380px!important;
	left: 0px!important;
	padding-left: 0px!important;
	background-color: transparent!important;
}
#div_dateLivraison div
{
	margin-right: 0px!important;
}
/*
/ STYLE PAGES, A EDITER
*/
/*Page Categories.php*/
#page > h2
{
	font-size: 32px;
	display: inline-block;
	color: #666400;
	border-bottom: 2px dashed #4A2F2E;
}
#categorie
{
	text-align: center;
	font-size: 0px;
	padding-left: 0px;
}
#categorie .element
{
	box-shadow: 1px 1px 9px #aaa;
	max-width: 320px;	
}
#listeProduits .element
{
	width: 
}
.element
{
	display: inline-block;
	vertical-align: top;
	margin: 2% 1%;
	width: 30%;
}
.element > a
{
	display: inline-block;
	width: 100%;
}
.element img
{
	/*width: 100%!important;*/
	/*height: 100%!important;*/
	/*min-height: 250px;*/
	z-index: 0;
	position: relative;
	transition : ease-out 0.3s;
	/*width: 100%;*/
}
.element:hover > a > h3, .element:hover > a > h4
{
	color: #666400;
}

.element > a > div:first-child
{
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.element > a > h3
{
	font-size: 26px;
	/*max-width: 290px;*/
}
.categorie .titre
{
	border-left: 5px solid #433625;
	padding-left: 5px;
}

.categorie .description
{
	border-left: 1px solid #433625;
	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*/
#listePanier
{
	display: inline-block;
	padding-right: 3%;
	margin-top: 15px;
	border-right: 1px solid #aaa;
	width: 65%;
}
.bouttonPanier
{
	display: block;
	text-align: center;
}
.bouttonPanier > a
{
	display: block;
}
.bouttonPanier > a > img
{
	padding: 0px 6px 0px 0px;
}
.bouttonPanier > a > span
{
	vertical-align: top;
}
#panierInfo a
{
	padding: 0px!important;
}

#form_panier
{
	display: block;
	text-align: center;
}
#form_panier div#articles, 
#form_paiement #recapitulatif_commande div#articles
{
	width: 100%;
	float: none;
}
#form_panier div#articles > .titre > table, 
#form_paiement #recapitulatif_commande div#articles > .titre > table,
#form_panier div#articles > .contenu > table, 
#form_paiement #recapitulatif_commande div#articles > .contenu > table
{
	width: 100%;
}
	

#panierInfo > div, 
#promo
{
	background: #F0F0F0;
	padding: 10px 0px;
	border-bottom: 1px solid #FFFFFF;
}
#panierInfo > div
{
	text-align: left;
	width: 100%;
}
#panierInfo > div > div
{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
#panierInfo > div > div:first-child
{
	padding: 5px;
	text-align: left;
}
#titre
{
	text-align: left;
}
#titre > li
{
	list-style: none;
	display: inline-block;
	font-weight: bold;
	text-align: center;
}

.description_produit
{
	font-size: 15px; 
	padding: 10px 0px;
	width: calc(100% - 260px);
    word-wrap: break-word;
}



#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 .plus,
#form_panier div#articles .moins
{
	display: inline-block;
	width: 15px;
	padding: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
	
	vertical-align: middle;
	
	line-height: 10px;
}
#form_panier select
{
	max-width: 200px;
}
#total
{
	display: inline-block;
	padding-left: 3%;
	vertical-align: top;
	width: 25%
}
#form_panier div#total, 
#form_paiement #recapitulatif_commande div#total
{
	margin-top: 5px;
}
#form_panier div#total td, 
#form_paiement #recapitulatif_commande div#total td
{
	padding: 5px;
}
#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 1*/
#listeProduits > .element
{
	display: inline-block;
	position: relative;
	width: 45%;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
#listeProduits > .element > h3
{
	border-bottom: 2px solid #666400;
	font-size: 24px;
	text-align: left;
	padding-left: 10px;
	margin: 2px 0 10px 0;
}
#listeProduits > .element > a 
{
	position: relative;
	text-align: left;
}
#listeProduits > .element > a > div
{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
}
#listeProduits > .element > a > div:last-child
{
	position: absolute;
	right: 5px;
	top: 39%;

}
#listeProduits > li > a > div > div:nth-child(2)
{
	position: absolute;
	right: 10px;
	bottom: 0;
}
#listeProduits > .element > a > div > button
{
	display: block;
}
#produit
{
	min-height: 350px;
}
#produits
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#produits .bloc
{
	margin: 5px;
	
	width: 230px;
	float: none;
	
	background: #F0F0F0;
	
	text-align: center;
}

#produits .bloc .photo
{
	position: relative;
	margin: 10px 0;
	min-height: 100px;
}

#produits .bloc .photo > .dispo_magasin
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #090;
	font-style: italic;
}

#produits .bloc a
{
	margin: 10px 0;
}
#produit > div > img
{
	max-width: 100%;
	height: inherit;
}

/*PRODUITS VUE 2*/
#produits_vue2
{
	width: 100%;
}

#produits_vue2 .bloc
{
	margin: 5px;
	
	width: 95%;
	float: none;
	
	background: #F0F0F0;
	
	text-align: center;
}
#produits_vue2 .bloc h2
{
	margin: 5px;
}
#produits_vue2 > tbody > tr > td
{
}
#produits_vue2 > tbody > tr > td > .bloc > table
{
	width: 100%;
}
#produits_vue2 > tbody > tr > td > .bloc > table > tbody > tr > td
{
	vertical-align: middle;
	position: relative;
}
#produits_vue2 > tbody > tr > td > .bloc > table > tbody > tr > td > .promotion
{
	right: -40px;
}
#produits_vue2 > tbody > tr > td > .bloc > table > tbody > tr > td:first-child
{
	text-align: left;
}
#produits_vue2 .dispo_magasin
{
	color: #090;
	font-style: italic;
}

#produits_vue2 a
{
	margin: 10px 0;
}

.prix
{
	font-size: 26px;
	color: #666400;
	font-style: normal;
	margin-top: 10%;
	font-family: texgyreadventorregular;
}
.prix > s
{
	font-size: 14px;
	font-weight: normal;
	color: #C90000;
}
#produitSimilaire
{
	background-color: #F3EBDF;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 50px;
}
#produitSimilaire span
{
	text-align: center;
	font-family: texgyreadventorregular;
	font-size: 28px;
}
#produitSimilaire > h3
{
	font-size: 30px;
	padding: 6px 10px;
	text-align: center;
	margin-top: 0px;
	color: #FFFFFF;
	background-color: #666400;
}
#produitSimilaire > ul
{
	font-size: 0px;
	text-align: center;
	padding: 15px 0px;
}
#produitSimilaire > ul > .element,
#produitSimilaire > ul > li
{
	margin: 0px 5px;
	width: calc(25% - 10px);
	position: relative;
	font-size: 15px;
	box-sizing: border-box;
	background-color: white;
	padding: 20px;
	box-shadow: 1px 1px 9px #aaa;
}
#produitSimilaire > ul > .element:hover
{
	box-shadow: 1px 1px 4px #000;
}
#produitSimilaire > ul > .element > a > div
{
	width: 200px;
	height: 200px;
	background-size: cover;
	background-position: 50% 50%;
}
#produitSimilaire .date > span
{
	font-size: 20px;
}
/*autres*/
#produits .prix,
#promotions .prix,
#nouveautes .prix
{
	font-size: 17px;
	color: #8A0000;
	height: 40px;
}


/*FICHE PRODUIT*/
#produit .date
{
	font-size: 20px;
	position: absolute;
	top: 20px;
	left: 25px;
	z-index: 8;
}
.date > span
{
	display: block;
	padding-top: 15px;
}
#reference
{
	display: inline-block;
	vertical-align: top;
}
#produit,
#produit_details,
#produit_complement,
#produit_photos
{
	position: relative;
	width: 98%;
	float: none;
	text-align: left;
}
#produit_details
{
	width: 100%;
}

#produit.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 .boutonsPagination > div
{
	border-color: #666400;
}
#slider_produit .boutonsPagination > div.select
{
	background-color: #666400!important;
}
#slider_produit
{
	position: relative;
	width: 350px;
	height: 350px;
	vertical-align: middle;
	display: inline-block;
	overflow: initial!important;
}
#slider_produit + div
{
	width: 100%!important;
	text-align: center;
	max-width: 100%;
}
#slider_produit ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: static!important;
	width: 100%;
}
#slider_produit li
{
	width: 100%;
}
#slider_produit img
{
	/*width: 100%; */
	/*height: 100%;*/
}
#contentSlider
{
	display: inline-block;
}
#produit
{
	width: 100%!important;
	margin-bottom: 0px!important;
}
#produit > div
{
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
#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;
}
#prixProduit
{
	font-size: 30px;
	font-family: texgyreadventorregular;
	color: white;
	padding: 6px 10px;
	background-color: #666400;
}
.description
{
	display: inline-block;
	width: 86%;
	text-align: left;
	vertical-align: top;
	padding-bottom: 0px!important;
}
#produit .panier
{
	background-color: #F3EBDF;
	border-radius: 3px;
	border: 1px solid #aaa;
	/*padding: 10px;*/
	width: 22%;
	display: inline-block;
}
#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, #panierProduit select
{
	width: 70%;
	display: block;
	text-align: right;
	padding: 5px 6px;
	font-size: 21px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#panierProduit select
{
	width: 77%!important;
	height: 36px;
	box-sizing: border-box;
}
#produit .panier .prix, .prixTotal
{
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	color: #FFFFFF;
	border-radius: 3px;
	background-color: #666400;
}
#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;
}
.btn_panier#fiche_produit
{
	background-color: #666400;
    color: white;
    display: block;
    margin: 22px auto;
}
.btn_panier a
{
    color: black;
    vertical-align: middle;
    display: inline-block;
    padding: 11px;
    margin: 5px 0px;
    background-color: #c6ca87;
}
.btn_panier a > *
{
	vertical-align: middle;
}

#produit .panier .delais_livraison
{
	color: #339900;
	margin-bottom: 5px;
	font-style: italic;
	font-weight: bold;
}
#panierProduit
{
	position: absolute;
	right: 0px; 
	top: 53px;
}
#panierProduit + div
{
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-left: 60px;
}  

 /* FORMULAIRE GATEAU PERSO */
#gateau_perso
{
	display: block;
	padding-bottom: 25px;
}
#gateau_perso > div:first-child
{
	padding-bottom: 40px;
	border-bottom: 2px dashed #4a2f2e;
}
#gateau_perso > div:first-child > div
{
	position: relative;
}
#gateau_perso > div:first-child > div > div
{
	width: 48%;
	display: inline-block;
}
#gateau_perso > div:first-child > div > div:last-child
{
	position: absolute;
	right: 0px;
}
#gateau_perso > div:nth-child(2)
{
	display: inline-block;
	width: 40%;
	vertical-align: top;
}
#gateau_perso > div:nth-child(3)
{
	float: right;
	width: 57%;
}
#gateau_perso label
{
	display: block;
	color: #4a2f2e;
	font-family: texgyreadventorregular;
	font-size: 25px;
	margin-top: 14.2px;
}
#gateau_perso input, #gateau_perso select
{
	width: 100%;
	height: 35px;
	padding-left: 5px;
	box-sizing: border-box;
}
input, textarea:focus
{
	outline: none;
}
input[type="submit"]:hover
{
	background-color: #666400;
}
#gateau_perso > .theCaptcha input
{
	width: 151px;
	height: 46px;
}
#gateau_perso textarea
{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 200px;
	max-height: 200px;
	padding: 0px;
	display: inline-block;
}
/*INSCRIPTION*/
#inscription > form > div
{
	margin: 0 auto;
}
#inscription > form > div > ul
{
	text-align: center;
}
#inscription > form > div > ul > div > li
{
	margin-right: 3%;
	display: inline-block;
	text-align: left;
	min-width: 207px;
}
#inscription > form > div > ul > div >li > label
{
	display: block;
}
#inscription .bloc .contenu
{
	padding: 5px;
}
#inscription input[type="text"], 
#inscription input[type="password"], 
#inscription select
{
	margin: 3px 0 0 0;
}
#inscription input[name="ville"]
{
	width: 100%;
}

#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;
}
#captchagc > img:nth-of-type(1)
{
	position: absolute;
	top: 18px;
	left: 18px;
	width: 34px;
	height: 34px;
	z-index: 2;
	margin: 0!important;
}
#captchagc > 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 > 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 > img:nth-of-type(1) + div.accept
{
	border: 1px solid #F3990C;
}
#captchagc > img:nth-of-type(1) + div.hover
{
	border: 1px solid #1CD129;
}
#captchagc:before
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: ">>>>>>>>";
	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 > 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 > i:nth-of-type(1)
{
	opacity: 1;
	left: 17%;
}
#captchagc > i:nth-of-type(1):before
{
	content: "\f00c";

	font-family: "Font Awesome 5 Pro";
	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 > i:nth-of-type(2)
{
	position: absolute;
	top: 23px;
	left: 113px;
	z-index: 5;
	font-size: 25px;
	opacity: 1;
}
#captchagc.valid > img:nth-of-type(1)
{
	top: 18px!important;
	left: 197px!important;
}
#captchagc.valid > img:nth-of-type(2)
{
	display: none;
}

/*PAIEMENT*/
#payer
{
	text-align: center;
}
#payer > div
{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
#payer > div:first-child
{
	padding-right: 3%;
	border-right: 1px solid #aaa;
}
#payer > div:last-child
{
	padding-left: 3%;
}
#form_paiement #moyens_paiement .contenu > table > tbody > tr > td
{
	background: #F0F0F0;
	padding: 10px 5px;
	border-bottom: 1px solid #FFFFFF;
}
#form_paiement #moyens_paiement .contenu > table > tbody > tr > td:last-child
{
	border-radius: 0 0 3px 3px;
}
#form_paiement #moyens_paiement .contenu > table > tbody > tr > td:hover, 
#form_paiement #moyens_paiement .contenu > table > tbody > tr > 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: 30px;
	padding: 20px 0px;
	line-height: 22px;
}
#moyens_paiement a
{
	color: #666400;
}
#moyens_paiement a:hover
{
	border-bottom: 1px dashed #666400;
}
#form_paiement #recapitulatif_commande .contenu
{
	background: rgba(240,240,240,0.5);
}
#recapitulatif_commande th
{
	padding-left: 1%;
}
#datePaiement > div
{
	background-color: rgba(240,240,240,0.5);
	padding: 8px;
}
#datePaiement > div > div
{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#datePaiement > div > select
{
	vertical-align: middle;
}
/*OPTIONS SPECIALES*/
#form_option_speciale input, 
#form_option_speciale select
{
	width: auto;
}
#resume > tbody > tr:first-child:hover,
#resume > tbody > tr:nth-child(2):hover,
#resume > tbody > tr:nth-child(3):hover
{
	background-color: #E0E0E0;
}
#formAdresse
{
	text-align: center;
}
#formAdresse > div 
{
	display: inline-block;
	vertical-align: top;
	width: 40%;
	text-align: left;
	margin: 5px 0px;
}
#formAdresse > div > input, #formAdresse > div > select
{
	width: 70%;
}
#formAdresse > div > label
{
	width: 150px;
	display: block;
}
#formAdresse > div:last-child, #formAdresse > div:last-child > label
{
	display: block;
	width: 100%;
	text-align: center;
}
#formAdresse > div:last-child > label
{
	text-align: left;
}
/*ESPACE CLIENT*/
#accueilClient
{
	width: 100%;
	background-color: #FFFFFF;
	min-height: 450px;
}
#accueilClient > h2
{
	margin-top: 0px;
	padding-top: 5px;
	margin-left: 5px;
}
#accueilClient h4
{
	text-align: left;
}
#menuClient
{
	text-transform: uppercase;
	display: block;
}
#menuClient > div
{
	display: none;
}
#menuClient > ul
{
	padding: 0;
}
#menuClient > ul > li
{
	display: inline-block;
}
#espace_client
{
	width: 100%;
	background: #F0F0F0;
	padding: 5px;
}
#espace_client #menuClient li
{
	background: #D8DAD9;
}
#menuClient > ul > li:last-child > a > img
{
	padding-right: 5px;
}
#menuClient > ul > li > a
{
	padding: 13px 15px;
	display: block;
}

#espace_client #menuClient li.select, 
#espace_client #menuClient li:hover
{
	background: #FFFFFF;
}
.listeCommande:hover
{
	background-color: #E6E8E7;
}
#resume > tbody > tr > th, #resume > tbody > tr > td
{
	text-align: center;
}

#mon-compte
{
	text-align: center;
}
#newClient
{
	text-align: center!important;
}
#newClient > div > div
{
	width: 80%;
	margin: 0 auto;
}
#mon-compte span
{
	display: inline-block;
	min-width: 100px;
}
#mon-compte label
{
	display: block;
	margin: 5px 0px;
}
#mon-compte > div
{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 2% 4%;
}

/*Espace client -- Listes*/
#espace_client table.liste
{
	width: 100%;
}
#espace_client table.liste > tbody > tr > th
{
	height: 20px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #3f3221;
}
#espace_client table.liste > tbody > tr > td
{
	height: 50px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
}

#espace_client table.liste > tbody > tr:hover > td
{
	background-color: #CCCCCC;
}
#connexion input
{
	border: 2px solid #666400;
}
/*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
{
	border: 1px solid #CCC;
}
#espace_client #articles tr > th,
#espace_client #articles tr > td
{
	border-bottom: 1px solid #CCC;
}
#espace_client #articles tr:last-child > td
{
	border: 0;
}
#espace_client #articles,
#espace_client #commandes,
#espace_client .adresse
{
	float: none;
	margin: 0;
}
#espace_client #articles, #espace_client #articles > div > table,
#espace_client #commandes, #espace_client #commandes > div > table,
#espace_client .adresse
{
	width: 100%;
}
#espace_client #articles td
{
	padding: 5px;
}
.listeCommande
{
	border-bottom: 1px solid #FFFFFF;
	display: table;
}
.listeCommande > li
{
	display: table-cell;
	padding: 5px;
	width: 8%;
	font-weight: bold;
	vertical-align: middle;
}
.listeCommande > li:nth-child(2)
{
	min-width: 70px;
}
#espace_client #total
{
	display: block;
	margin: 0 0 0 auto;
	padding: 0;
	float: none;
	width: 400px;
}
#espace_client #total td
{
	padding: 5px;
}
#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: 90%;
	margin-left: auto;
	margin-right: auto;
}
#espace_client #informations_identite .contenu
{
	padding: 5px;
}

#espace_client #informations_mdp
{
	float: none;
	margin: 0;
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#espace_client #informations_mdp .contenu
{
	padding: 5px;
}

#informations_mdp > div, .infoClient > div
{
	display: inline-block;
	vertical-align: top;
	padding: 8px 5%;
}
.infoClient
{
	text-align: center;
}
#informations_mdp > div > label, #informations_identite > div > div > label
{
	display: block;
	text-align: left;
}
/*Espace client -- Adresses*/
#espace_client .adresses
{
	float: none;
	margin: 0;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#espace_client .adresses .contenu
{
	padding: 5px;
}
#commandes > ul > li > label
{
	font-weight: bold;
	font-size: 15px;
}
#commandes > ul > li 
{
	display: inline-block;
	vertical-align: middle;
	width: 110px;
}
#commandes > ul > li:first-child
{
	width: 70%;
	width: calc(100% - 410px);
}
#commandes > ul
{
	border-bottom: 1px solid #666400;
	padding-left: 5px;
	position: relative;
	/*min-height: 125px;*/
	background-color: rgba(109, 108, 0, 0.06);
}
#commandes > ul:hover
{
	background-color: rgba(109, 108, 0, 0.17);
}
#commandes > ul:last-child
{
	border: none;
}
#commandes > ul > li:first-child > div
{
	padding: 5px 0px 5px 5px;
}

.prixTotal
{
	padding: 9px 16px!important;
	min-width: 120px;
}
#commandes > ul > li:last-child
{
	/*text-align: right;
	padding-right: 1%;
	position: absolute;
	right: 0px;
	top: 10px;*/
	width: 170px;
}
#commandes > ul > li > div:last-child > a
{
	min-width: 120px;
	text-align: center;
	margin-bottom: 0;
}
#commandes > ul > li:last-child > div > a
{
	width: 134px;
}
#commandes > ul > li > div > form > .button
{
	width: 170px;
}
#commandes > ul > li:last-child
{
	margin: 10px 0;
}
.statut > *
{
	vertical-align: middle;
}
.statut > div
{
	display: inline-block;
	/*padding-left: 30%;*/
}
/*
*SPECIFIQUE CLIENT >>
*/
/*Fiche détaillée invicta>>DEBUT*/
.photo + .prix
{
	display: block;
}
#produit_details.bloc .contenu > table > tbody > tr > td
{
	border: none  !important;
}
#produit_details.bloc .contenu > table > tbody > tr:nth-child(1) > td:nth-child(1)
{
	background-color: #666400 !important;
	border: none !important;
}
#produit_details.bloc .contenu table p
{
	padding: 0;
	margin: 0;
}
#produit_details.bloc .contenu table hr
{
	margin: 5px 0;
	/*border-bottom: 1px solid #3f3221;*/
}
#produit_details.bloc .contenu > table > tbody > tr > td > table > tbody > tr > td
{
	border-width: 0;
	border-style: none;
	background-color: #666400 !important;
	color: #FFFFFF;
	width: 33%;
	height: 25px;
	padding: 0;
}
#produit_details.bloc .contenu td
{
	border-width: 0;
	border-style: none;
	border: none;
	padding: 5px;
}
#produits_recent 
{
	text-align: center;
	margin: 35px 0px;
}
#produits_recent a 
{
	text-decoration: none;
}
#produits_recent ul,
#produits_recent ul > li 
{
	width: 100%;
	padding: 0px 15px;
	box-sizing: border-box;
	list-style: none;
}
#produits_recent ul > li > ul
{
	font-size: 0px;
}
#produits_recent ul > li > ul > li
{
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 5px 8px;
    vertical-align: top;
    width: calc(22% - 2px);
    margin: 0px 1%;
    font-size: 18px;
    border: 1px solid #e7e7e7;
    max-width: 240px;
    min-height: 450px;
}
#produits_recent ul > li > ul > li h2
{
	font-style: normal;
	font-size: 17px;
	color: #4c4c4c;
	-webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#produits_recent button
{
	font-size: 21px;
	width: 80%;
	padding: 4px 0px;
	margin: 5px auto;
	background-color: #273b7a;
	color: white;
	border: none;
	border-radius: 4px;
	position: absolute;
    left: 50%;
    bottom: 3px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
#produits_recent .photo
{
	width: 100%;
}
#produits_recent .photo img
{
	width: 100%;
}
#produits_recent > div > div
{
    box-shadow: none!important;
    background-color: transparent!important;
    color: #273b7a!important;
    font-size: 42px!important;
    font-family: open_regular!important;
}
.tarif strong
{
	color: #890e0e;
}
.date
{
	background-color: #273b7a;
	color: white;
	text-align: center;
	display: inline-block;
	width: 50px;
	height: 50px;
	padding-top: 5px;
	border: 3px dotted #F3EBDF;
	border-radius: 100%;
	margin-right: 15px;
	vertical-align: top;
	line-height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.date > span
{
	font-size: 15px;
}

/* SPECIFIQUE CLIENT */
@media only screen and (max-width:1450px) 
{
	#panierProduit + div
	{
		margin-left: 0px;
		width: 42%;
	}
	#menu_client > #search
	{
		left: 50%;
	}
	#menu_client > #toolsUser > a:hover
	{
		text-decoration: none;
	}

	#menu > div > ul > li > a
	{
		padding: 9px 8px;
	}
}
@media only screen and (max-width:1300px) {
	#galerie > div > span > a > img
	{
		width: 100%;
		height: 250px;
	}
	#galerie > div > span
	{
		width: 40%;
	}
}
@media only screen and (max-width:1250px) {
	#listePanier
	{
		border-right: none;
		padding-right: 0px;
		width: 100%;
	}
	#total
	{
		padding-left: 0px!important;
		width: 100%;
	}
	#menu > div > ul > li > a
	{
		font-size: 13px;
		padding: 12px 8px 11px 8px;
	}
}
@media only screen and (max-width:1220px) {
	#contact
	{
		display: initial;
	}
	#contact > div
	{
		display: block;
		width: 100%;
		text-align: center;
	}
	#contact > div > form > div
	{
		text-align: left;
		width: 100%;
		max-width: 512px;
		margin: 0 auto;
	}
	#contact > div > form > div > label > input
	{
		width: 59%;
	}
	#contact > div > form > div > label
	{
		display: block;
		width: 100%;
		margin-left: 0px!important;
	}
	#contact > div > form > textarea
	{
		margin: 0 auto;
	}
	#cpville > input:nth-child(2)
	{
		width: 18%;
	}
	#cpville > input:last-child
	{
		width: 39%;
	}
}
@media only screen and (max-width:1250px) {
	#nouveaute > a > li
	{
		width: 35%;
		margin-bottom: 30px;
	}
	#panierProduit + div
	{
		width: 100%;
	}
}
@media only screen and (max-width:1200px) {
	.formContact > div > div:nth-child(4) > label:nth-child(2), .formContact > div > div:nth-child(4) > label:last-child
	{
		width: 100%;
		margin-top: 2px;
	}
	#menu_client .social-network
	{
		display: none;
	}
	#menu_client > #search
	{
		transform: inherit;
	}
}
@media only screen and (max-width:1150px) {
	#produitSimilaire > ul > .element
	{
		width: 33%;
	}
	#produitSimilaire > ul > .element:last-child
	{
		display: none;
	}
	#produitSimilaire > ul > .element:last-child
	{
		display: inline-block;
	}
	#produits_recent ul > li > ul > li
	{
		width: 23%;
	}
	#produits_recent ul > li > ul > li:nth-child(5)
	{
		display: none;
	}
	#cat-accueil
	{
		width: 100%;
		margin-left: 0px;
	}
	#cat-accueil > li
	{
		height: 235px;
	}
	#accueil .quote
	{
		width: 100%;
		margin: 30px auto 60px auto;
		min-height: auto;
	}
	#footer > div:nth-child(2)
	{
		display: block;
		margin: 15px auto;
		text-align: center;
	}
	#footer > div:nth-child(2) li
	{
		text-align: left;
	}

}
@media only screen and (max-width:1170px) {
	#listeProduits > .element
	{
		width: 100%;
		margin: 2% 0%;
	}
	#search
	{
		width: 256px;
	}
	#menu_client > #toolsUser > a
	{
		padding: 44px 23px;
		text-align: center;
	}
	#menu_client > #toolsUser > a i
	{
		display: block;
		padding-bottom: 8px;
	}

}

@media only screen and (max-width:1050px) {
	#slider_produit
	{
		width: 250px;
	}
}
@media only screen and (min-width:1010px) {
	#menu > div > ul
	{
		display: block!important;
	}
	.fa.fa-times, .fa.fa-bars
	{
		display: none!important;
	}
}
@media only screen and (max-width:1010px) {
	#menu_client > #toolsUser
	{
		margin-right: 111px;
	}
	#payer > div
	{
		border-right: none!important;
		padding: 10px 0px!important;
	}
	#menuClient > div
	{
		display: block;
		text-align: center;
		letter-spacing: 0.4em;
		margin-bottom: 0px;
	}
	#menuClient > ul
	{
		display: none;
		padding-left: 0px;
	}
	#menuClient > ul > li
	{
		display: block;
		border-bottom: 1px solid #CACACA;
	}
	#menuClient > ul > li > a
	{
		display: block;
		height: 100%;
	}
	#menuClient img
	{
		padding-right: 5px;
	}
	#accueilClient
	{
		margin-top: 15px;
	}
	#formAdresse > div 
	{
		display: block;
		width: 100%;
	}
	#formAdresse > div > input, #formAdresse > div > select
	{
		width: 100%!important
	}
	#formAdresse > div:last-child > div > label
	{
		display: block;
	}
	#resume > tbody > tr > th
	{
		text-align: left!important;
	}
	#resume > tbody > tr > td
	{
		text-align: right!important;
	}
	.fa.fa-bars, .fa.fa-times
	{
		z-index: 7;
	}
	.fa.fa-bars
	{
		display: initial;
	}
	.fa.fa-bars, .fa.fa-times
	{
		padding: 44px 23px;
		background-color: #828100;	
		width: 36px;	
		text-align: center;
	}
	.fa.fa-bars:hover	
	{
		background-color: #b0af18;
	}
	#menu
	{
		margin-top: 45px;
		padding-left: 0px;
	}
	#menu > div:first-child
	{
		padding-left: 0%;
	}
	#menu > div > ul
	{
		display: none;
		position: relative;
		right: 0px;
		left: 0px;
		top: 0px;
		padding: 43px 0px 83px 0px;
		box-shadow: inset 20px 0 20px -10px rgba(0, 0, 0, .1), 0 0 3px 0px rgba(0, 0, 0, .3);
		font-size: 26px;
		background-color: rgba(255, 255, 255, 0.9);
		z-index: 6;
	}
	#menu > div > ul > li 
	{
		display: block;
		text-align: left;
		border-bottom: 1px solid #4a2f2e;
		margin: 10px 10px 0px 10px;
	}
	#menu > div > ul > li:nth-child(5), #menu > div > ul > li:nth-child(4)
	{
		margin: 10px 10px 0px 10px;
	}
	#mon-compte h2
	{
		text-align: center;
	}
	#menuClient > ul > li > a
	{
		padding: 13px 8px;
		font-size: 12px;
	}
	.formContact
	{
		width: 100%;
	}
	#menu_client > #toolsUser i
	{
		margin-right: 0px;
	}
	#footer
	{
		text-align: center;
	}
	#footer > .social-network
	{
		position: static;
		width: 100%;
		margin: 10px 0px;
	}
	#search 
	{
    	width: 336px;
    	right: 29px;
    	top: -45px;
	}

}
@media only screen and (max-width:880px) {
	#categorie > li
	{
		width: 265px;
	}
	#produits_recent ul > li > ul > li
	{
		width: 31.33333%;
	}
	#produits_recent ul > li > ul > li:nth-child(4)
	{
		display: none;
	}
	#menu_client > #search
	{
		position: absolute;
		right: 3%;
		left: 3%;
		top: 82px;
	}

}
@media only screen and (max-width:800px) {
	
	#slider_produit
	{
		width: 100%;
    	margin-right: 2%;
    	height: 405px;
    	text-align: center;
	}
	#slider_produit + div
	{
		padding-top: 25px;
	}
	#contentSlider
    {
    	width: 100%;
    	max-width: inherit;
    }
	section, #aside
	{
		display: block;
		width: 100%;
		float: initial;
		margin-left: 0px;
	}
	#aside
	{
		padding-bottom: 20px;
		max-width: initial;
	}
	#aside > div:nth-child(3)
	{
		max-width: 360px;
		margin: 0 auto;
	}
	.quantite
	{
		display: block;
		margin-bottom: 5px;
		width: 45px;
	}
	.panier
	{
		position: initial!important;
		width: 100%;
		padding: 10px 0px!important;
		margin-top: 20px;
	}
	#slider_produit img
	{
		height: 100%;
		max-width: 100%;
		width: inherit;
	}
	#slider_produit  li
	{
		height: 100%;
		width: 100%;
	}
	#slider_accueil > ul > li > a
	{
		width: 100%;
		height: 100%;
	}
	#slider_accueil > ul > li > a > div, #slider_accueil > ul > li > div
	{
		width: 93%;
		bottom: 0px;
		left: 0px;
		right: 0px;
		max-width: initial;
		margin: 0px auto;
	}
	#btnInfoClient
	{
		width: 100%;
	}
	.infoClient > div, #informations_mdp > div
	{
		width: 100%;
		padding: 8px 0px;
	}
	#informations_identite input, #informations_mdp input
	{
		padding: 5px 0px;
		width: 100%;
	}
	#panierProduit
	{
		position: initial!important;
	    width: 100%!important;
	    padding: 10px 0px!important;
	    margin-top: 20px;
	}
	.description
	{
		width: 100%;
		padding: 0px!important;
	}
	#slider_produit
	{
		width: 100%;
		margin-right: 2%;
		/*height: 305px;*/
		text-align: center;
	}
	#slider_produit ul
	{
		height: 100%;
	}
	#slider_produit .element a
	{
		height: 100%;
		width: initial;
	}
	#slider_produit > ul > li > a > div
	{
		margin: 0 auto!important;
		height: 100%;
	}
	#produitSimilaire > ul > .element > a > div
	{
		width: 150px;
		height: 150px;
	}
	#produitSimilaire span
	{
		font-size: 22px; 
	}
	#panierProduit + div
	{
		width: 100%;
	}
	#conditionnement
	{
		width: 100%;
		margin-top: 10px;
		border: none;
		border-top: 15px solid #666400;
		border-bottom: 15px solid #666400;
		background-size: 65% 45%;
	}
	#conditionnement > p
	{
		padding: 83px 14px 0px 14px;
	}
	.boutonsPagination
	{
		left: 0%!important;
	}
	#footer > div:nth-child(2)
	{
		text-align: left;
	}
	#footer > div > div
	{
		display: block;
	}
	#footer > div > div:nth-child(2)
	{
		margin: 10px 0px;
	}
	#menu_client > div > a > span
	{
		display: none;
	}
	#menu_client > #toolsUser > a 
	{
    	padding: 52.5px 23px;
    	text-align: center;
	}
	#search
	{
		width: 207px;
	}
}
@media only screen and (max-width:710px) {
	#footer + div
	{
		text-align: center;
	}
	#infos_complementaires
	{
		position: initial;
	}
	#panierInfo > div
	{
		position: relative;
	}
	#panierInfo > div > div:first-child
	{
		padding-left: 1%;
	}
	#panierInfo > div > div:last-child
	{
		position: absolute;
		right: 8px; top: 4px;
		width: 18px!important;
	}
	#panierInfo > div > div > a > img
	{
		width: 15px; height: 15px;
	}
	#titre > li
	{
		font-size: 9px;
	}
	#titre > li:last-child
	{
		display: none;
	}
	.listeCommande
	{
		border-bottom: 1px solid #ACAFAC;
		position: relative;
		width: 100%;
	}
	.listeCommande:last-child
	{
		border: none;
	}
	.listeCommande > li
	{
		display: inline-block;
		width: 24%;
	}
	.listeCommande > li:first-child
	{
		width: 30%;
	}
	.listeCommande > li:last-child
	{
		position: absolute;
		right: 0px; bottom: 5px;
	}
	.listeCommande > li:last-child img
	{
		width: 25px; height: 25px;
		text-align: right;
	}
	#commandes > ul > li:first-child
	{
		width: 40%;
	}
}
@media only screen and (max-width:695px) {
	#footer > ul > li:first-child
	{
		display: block;
	}
	#produits_recent ul > li > ul > li
	{
		width: 48%;
	}
	#produits_recent ul > li > ul > li:nth-child(3)
	{
		display: none;
	}
}
@media only screen and (max-width:620px) {
	#galerie > div > span > a > img
	{
		height: 200px;
	}
	#titrePaiement
	{
		font-size: 10px;
	}
	#commandes > ul > li:nth-child(2)
	{
		position: absolute;
		right: 5px;
	}
	#commandes > ul > li:last-child
	{
		position: static;	
		display: block;
	}
	.statut
	{
		padding-top: 10px;
		display: inline-block;
	}
	#gateau_perso > div:first-child > div > div
	{
		display: block;
		width: 100%;
	}
	#gateau_perso > div:first-child > div > div:last-child
	{
		position: static;
	}
	#gateau_perso > div:nth-child(2), #gateau_perso > div:nth-child(3)
	{
		width: 100%;
		display: block;
		float: none;
	}
	#cat-accueil > li
	{
		height: 165px;
	}
}
@media only screen and (max-width:550px) {

	#menu_client > div > a:first-child 
	{
		padding: 9px 13px;
	}
	#mention > div:first-child, #mention > div:nth-child(2)
	{
		display: block;
		width: 100%;
	}
	#mention h2
	{
		font-size: 18px;
	}
	#galerie > div > span > a > img
	{
		height: 150px;
	}
	.adresse_facturation, .adresse_livraison
	{
    	width: 200px;
    }
    #panierInfo > div > div > input
    {
    	width: 20px!important;
    }
    #quantite > a
    {
		display: block;
		margin: 10px 0px;
    }
   	#slider_produit
	{
		width: 100%;
	}
	#titreCommandes
	{
		font-size: 10px;
	}
	.statut > label
	{
		color: #666400;
		font-size: 15px;
		text-align: center;
	}
	#produitSimilaire > ul > .element
	{
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	#formDistance > div > div:first-child
	{
		display: block;
	}
	#formDistance textarea
	{
		width: 95%;
		display: block;
		height: 76px;
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 95%;
		max-height: 120px;
	}
	#produits_recent ul > li > ul > li
	{
		width: 80%;
	}
	#produits_recent ul > li > ul > li:nth-child(2)
	{
		display: none;
	}
	#footer > div
	{
		text-align: center;
	}
	#footer > div img:first-child
	{
		margin-right: 0px;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width:540px) {
	
	#footer > ul > li:nth-child(2)
	{
		text-align: center;
		font-size: 16px;
	}
	#footer > ul > li:nth-child(3)
	{
		border-left: none;
		display: block;
		text-align: center;
	}
	#menu_client > #search input
	{
		width: 100%;
	}
	#footer img
	{
		max-width: 100%;
	}
	#slider_accueil
	{
		display: none;
	}
	#logo_site
	{
		left: 0px;
	}
	#logo_site > a > img
	{
		height: auto;
		width: 130px;
	}
	#header
	{
		height: 130px;
	}
	#menu_client > #toolsUser 
	{
    	margin-right: 66px;
	}
	#menu_client > #toolsUser > a
	{
		padding: 30px 17px;
	}
	.fa.fa-bars, .fa.fa-times
	{
		font-size: 30px;
		padding: 28px 14px 27px 14px;
		right: 12px;
	}
	#search
	{
		right: 12px;
		width: 156px;
	}
	#search input[type="submit"]
	{
		background-size: 16px;
		right: 4px;
	}
}
@media only screen and (max-width:500px) {

	#listeProduits > .element > a > div
	{
		display: block;
		width: 100%;
	}
	#listeProduits > .element > a > div:last-child
	{
		position: static;
		text-align: center;
	}
	.formContact > div > div 
	{
    	width: 100%;
    	margin-top: 15px;
    }
}
@media only screen and (max-width:370px) {
	#conditionnement
	{
		background-size: 100%;
	}
	#infos_site
	{
		margin-bottom: 10px;
	}
	#footer h4
	{
		text-align: center;
		font-size: 24px;
		color: #30905B;
	}
	#footer > ul > li > ul
	{
		width: 85%;
		margin: 0 auto;
	}
	#site + .clear, #page + .clear
	{
		height: 100px;
	}
	#galerie > div > span
	{
		width: 90%;
	}
	#galerie > div > span > a > img
	{
		width: 100%;
	}
	#reduc
	{
		text-align: center!important;
	}
	#contact > div > form > div > label > input
	{
		display: block;
		width: 100%!important;
	}
	#contact > div > form > div > label
	{
		margin-top: 4px;
	}
	#mon-compte input[type='text'], #mon-compte input[type='password']
	{
		width: 100%;
	}
	#slider_produit img
	{
		width: 80%;
		height: initial;
	}
	#produits_recent .slider
	{
		height: 350px!important;
	}
}