/*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.eot");
	src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/OpenSans-Regular.woff") format("woff"),
		 url("../fonts/OpenSans-Regular.ttf") format("truetype"),
		 url("../fonts/OpenSans-Regular.svg#OpenSans") format("svg");
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@font-face
{
	font-family: "jenna";
	src: url("../fonts/JennaSue.eot");
	src: url("../fonts/JennaSue.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/JennaSue.woff") format("woff"),
		 url("../fonts/JennaSue.ttf") format("truetype"),
		 url("../fonts/JennaSue.svg#JennaSue") format("svg");
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*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
{
	margin: 10px 0;
	font-size: 30px;
	color: #000;
	font-weight: lighter;
	font-family: texgyreadventorregular;
	font-style: italic;
}
h3
{
	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;
}
button
{
	background-color: transparent;
	border: none;
}
.button
{
	background: transparent;
	border: 2px solid #5e9f4f;
	color: #5e9f4f;
	padding: 8px 16px;
	font-family: open;
	display: inline-block;
	margin: 10px auto;
	cursor: pointer;
}
.button > img
{
	margin-right: 5px
}
.button > *
{
	vertical-align: middle;
}
.button:hover
{
	color: white;
	background-color: #5e9f4f;
	font-weight: bold;
    -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;
}

a.up
{
	position: fixed;
	bottom: 45px;
	right: 10px;
	background-color: #5e9f4f;
	z-index: 9999;
	padding: 5px;
	cursor: pointer;
	display: none;
}
a.up > i
{
	font-size: 25px;
	color: #FFF;
}

/*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;
}

#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 6 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;
}
form
{
	display: inline;
}
input[type="text"], 
input[type="password"], 
select
{
	width: 207px;
	height: 20px;
}
select
{
	height: 24px;
}
input[type="text"][readonly]
{
	background-color: #F0F0F0;
	padding-left: 5px;
	color: #888888;
	width: 202px;
}
/*Boutons*/

a.bouton:hover, 
input[type='submit'].bouton:hover, 
input[type='button'].bouton:hover, 
button.bouton:hover
{
	color: #5e9f4f;
	background-position: 0 -31px;
	border: none;
}
a.bouton:active, 
input[type='submit'].bouton:active, 
input[type='button'].bouton:active, 
button.bouton:active
{
	color: rgba(255,255,255,0.2);
	background-position: 0 -62px;
}


a.bouton.panier div
{
	background: #FFFFFF;
	color: #000000;
	margin-top: 8px;
	padding: 3px;
}
a.button
{
	color: black;
}
a.button:hover, button.bouton:hover
{
	border: 2px solid #5e9f4f;
}
a.bouton img, 
input[type='submit'].bouton img, 
input[type='button'].bouton img, 
button.bouton img
{
	vertical-align: text-bottom;
	border: 0;
}

.input
{
	border: 2px solid #5e9f4f!important;
}

/*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;
}
#header > div:first-child
{
	width: 100%;
	margin: 0 auto;
}
#logo_site
{
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
#logo_site > a > img
{
	position: relative;	
	z-index: 6;
}
#menu
{
	width: 100%;
	display: block;
	vertical-align: middle;
	position: relative;
	border-image: url(../img/bordure-bois.png) 64 repeat;
    border-bottom: 40px solid transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
	position: relative;
}
#menu > div:first-child
{
	padding-left: 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:hover > a
{
	border-bottom: 3px solid #5e9f4f;
	font-weight: bold;
}

#menu > div > ul > li > ul
{
	display: none;
	background-color: #FFF;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	max-width: 440px;
	/*min-height: 100px;*/
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	background-color: #5e9f4f;
}
#menu > div > ul > li > ul > li
{
	margin: 0;
	padding: 0;
	width: 220px;
	display: inline-block;
	vertical-align: top;
}
#menu > div > ul > li > ul > li > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 220px;
}
#menu > div > ul > li > ul > li > ul > li
{
	margin: 0;
	padding: 0;
}
#menu > div > ul > li > ul > li > ul > li > a
{
	display: block;
	padding: 0 5px;
	color: #FFF;
}
#menu > div > ul > li > ul > li > ul > li > a:hover
{
	background-color: #FFF;
	color: #5e9f4f;
}


.fa.fa-bars, .fa.fa-times
{
	position: absolute;
	top: 20px; right: 3%;
	color: #5e9f4f;
	font-size: 42px;
	display: none;
	cursor: pointer;
}
.fa.fa-bars:hover, .fa.fa-times:hover
{
	color: #76de5e;
}

/* 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
{
    background-image: url(../img/fond-bois.jpg);
    background-size: 100% 263px;
    background-repeat: no-repeat;
    padding: 8px 0px 8px;
    background-position-y: -130px;
    color: white;
    font-family: jenna;
    text-align: right;
    position: relative;
}
#menu_client > *
{
	display: inline-block;
	vertical-align: middle;
}
#menu_client > #search
{
	position: absolute;
	top: 22px;
	left: 430px;
    right: 575px;
    text-align: center;
}
#menu_client > #search input
{
	border-radius: 4px;
	background-image: url(../img/icones/loupe-recherche.png);
	background-position: 98% 50%;
	background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.6);
	border: none;
	padding: 2px 5px;
	font-size: 15px;
	height: 33px;
	width: 100%;
	max-width: 370px;
	color: white;
}
#menu_client > #search input::-webkit-input-placeholder
{
  color: #CCC;
}
#menu_client > #search input::-moz-placeholder
{
  color: #CCC;
}
#menu_client > #search input:-ms-input-placeholder
{
  color: #CCC;
}
#menu_client > #search input:-moz-placeholder
{
  color: #CCC;
}

.social-network 
{
	margin: 10px 17px;
	text-align: center;
}
.social-network > span > a
{
	color: #FFF;
}
.social-network > ul
{
	/*display: none;*/
}
.social-network ul li 
{
	/*display: none;*/
	display: inline-block;
	vertical-align: top;
	/*opacity: 0;*/
}
.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;
}
#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: 3%;
	position: relative;
}
#menu_client > #toolsUser > a
{
	color: white;
	font-size: 30px;
	text-shadow: 1px 1px 3px #000;
	font-weight: bold;
}
#menu_client > #toolsUser > a:hover
{
	text-decoration: underline;
}
#menu_client > #toolsUser i
{
	font-size: 21px;
    margin-right: 14px;
}
#menu_client > div > a 
{

}
#menu_client > div > a:first-child
{
	margin-right: 10px;
	padding : 9px 14px;
}
#menu_client > div > a:last-child
{
	position: relative;
}
#nbrPanier
{
	color: #FFFFFF;
    background-color: #5e9f4f;
    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;
    left: 12px;
    top: -10px;
    font-family: arial;
}

/*Page*/
#page
{
	position: relative;
	background: #FFFFFF;
	vertical-align: top;
	width: 90%;
	margin: 30px auto;
	min-height: 544px;
}
#accueil
{
	font-size: 0px;
}
section
{
	display: inline-block;
	width: 100%;
}
#accueil .quotes
{
	width: 48%;
	margin-right: 2%;
	min-height: 475px;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
}
.quotes
{
	border: 2px solid #5e9f4f;
	position: relative;
	text-align: center;
	padding: 5px 14px;
    box-sizing: border-box;
}
.quotes > h2,
.quotes > h3,
.quotes > h4
{
	font-size: 23px;
	font-style: normal;
	color: #5e9f4f;
}
#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: calc(50% - 4px);
	margin: 2px;
	height: 114.666px;
	position: relative;

	-webkit-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	filter: grayscale(100%);

	filter: url('../img/gray.svg#grayscale');
	filter: gray;
	
	transition: all 0.25s ease-in-out;
	background-size: cover;
	background-position: 50% 50%;
}
#cat-accueil > li:first-child
{
	width: calc(100% - 4px);
}
#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;
}

#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: 15px 5px;
	vertical-align: top;
	width: calc(18% - 2px);
	margin: 0px 1%;
	font-size: 18px;
	border: 1px solid #d1cfcf;
	box-shadow: 0px 0px 5px #aaa;
	max-width: 240px;
	height: 410px;
}
#produits_recent ul > li > ul > li h2
{
	font-style: normal;
	font-size: 15px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#produits_recent button
{
	font-family: jenna;
	font-size: 25px;
	width: 80%;
	margin: 0 auto;
	background-color: #303030;
	color: white;
	border-radius: 4px;
	position: absolute;
	bottom: 10px;
	left: 10px;
    right: 10px;
    cursor: pointer;
}
#produits_recent .tarif
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	text-align: center;
}
/*#produits_recent .contenu
{
	height: 220px;
	overflow: hidden;
}*/
#produits_recent .photo
{
	width: 100%;
	/*height: 220px;*/
}
#produits_recent .photo img
{
	width: 100%;
}
#produits_recent > div > div
{
    box-shadow: none!important;
    background-color: transparent!important;
    color: #5e9f4f!important;
    font-size: 135px!important;
    font-family: jenna!important;
}
#produits_recent > div > div:nth-child(2)
{

}
#produits_recent > div > div:last-child
{
	/*right: -5px!important;*/
}
#enTete
{
	background-image: url(../img/baniere1.jpg);
	height: 350px;
	margin-top: -55px;
	background-position: 50% 53%!important;
	background-repeat: no-repeat;
}
#enTete > h1
{
	text-align: center;
    color: #FFFFFF;
    font-size: 34px;
    padding-top: 140px;
    font-family: texgyreadventorregular;
    letter-spacing: 0.2em;
	margin-top: 0px;
	text-shadow: 0px 0px 9px #000;
}
#enTete > h1 > a
{
	color: #FFF;
}
.lien_pdf
{
	display: inline-block;
	padding: 7px 12px;
	margin: 8px 0px;
	background-color: #5e9f4f;
	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: #5e9f4f;
}
#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: #5e9f4f;
	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 #5e9f4f;
}
#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%;
	text-align: center;
	background-size: cover;
	background-position: center;
}
#slider_accueil > ul > li > a > div, 
#slider_accueil > ul > li > div
{
	position: absolute;
	bottom: 25%;
	left: 28%;
	width: 45%;
	max-width: 520px;
	font-size: 15px;
	color: #565658;
	border: 10px solid rgba(255, 255, 255, 0.68);
}
#slider_accueil > ul > li > div > div
{
	padding: 10px;
	background: #f1e9dd;
	border: 1px dashed #4a2f2e;
}
#slider_accueil > ul > li > div > div> h2, #slider_accueil > ul > li > div > div> h1
{
	color: #4a2f2e;
	font-size: 26px;
}
/*Notification*/
/*.notification
{
	line-height: 20px;
	border-radius: 5px;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
}
.notification.alert
{
	color: #FFFFFF;
	background: #E08F0F;
}
.notification.information
{
	color: #FFFFFF;
	background: #2B5CCA;
}*/

.notification
{
	padding: 10px 20px;
    border-radius: 3px;
    color: #FFF;
    text-align: left;
    
    margin: 10px;
   /* max-width: 1400px;*/
}
.notification:before
{
    display: inline-block;
	font-size: 18px;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.notification > span
{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 40px);
}
.notification.closable:after
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: "\f00d";
	font-size: 18px;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin: 0 10px 0 0;
    cursor: pointer;
}
.notification.absolute
{
	position:  absolute;
    top: 0;
    left: 0;
    right: 0;
}
.notification.validation
{
	background-color: #37bc9b;
}
.notification.validation:before
{
	content: "\f00c";
}
.notification.information
{
	background-color: #5D9CEC;
}
.notification.information:before
{
	content: "\f05a";
}
.notification.erreur
{
	background-color: #F05050;
}
.notification.erreur:before
{
	content: "\f06a";
}
.notification.alert
{
	background-color: #f0bd50;
}
.notification.alert:before
{
	content: "\f071";
}

.info
{
	padding: 5px;
    background-color: #5e9f4f;
    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 #5e9f4f;
	color: #5e9f4f;
}
#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: #5e9f4f url(../img/fond_fil_ariane.png);
	
	text-shadow: 1px 1px 1px #000000;
}
#fil_ariane td.etape
{
	width: 24px;
	background: #5e9f4f 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;
}

.macaron
{
    position: absolute;
    top: -2px;
    right: -13px;
    background-image: url(../img/promotion.png);
    background-repeat: no-repeat;
    display: block;
    width: 60px;
    padding-top: 17px;
    height: 50px;
    background-size: contain;
    color: white;
}
#produits_vue3 .macaron
{
    width: 55px;
    padding-top: 17px;
    height: 56px;
    font-size: 17px;
    text-align: center;
}
/*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: 0% 5% 20px;
	font-size: 12px;
	border-top: 15px solid #5e9f4f;
	border-bottom: 3px solid #5e9f4f;
	background-image: url(../img/footer-bois.png);
	box-sizing: border-box;
	background-size: cover;
}

#footer > div
{
	display: inline-block;
	vertical-align: top;
}
#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 > div > h3
{
	color: white;
	font-family: jenna;
	font-size: 38px;
}
#footer > div:nth-child(2)
{
	margin: 0px 5%;
}
#footer a
{
	color: #fff;
}
#footer a:hover
{
	border-bottom: 1px dotted white;
}
#footer i
{
	font-size: 25px;
	color: #FFF;
	border-color: #FFF;
}

/* 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;
}
.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;
}


/* 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: #5e9f4f;
    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: #5e9f4f;
	border-bottom: 2px dashed #4A2F2E;
}*/
#categorie
{
	text-align: center;
	font-size: 0px;
}
#categorie .element
{
	border: 1px solid #ececec;
	max-width: 270px;
	-webkit-transition-property: box-shadow;
    -webkit-transition-duration: 0.5s;
    -moz-transition-property: box-shadow;
    -moz-transition-duration: 0.5s;
    -o-transition-property: box-shadow;
    -o-transition-duration: 0.5s;
    transition-property: box-shadow;
    transition-duration: 0.5s;
}
#categorie .element:hover
{
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
    border: 1px solid #ececec;
}
.element
{
	display: inline-block;
	vertical-align: top;
	margin: 2% 1%;
	width: 30%;
}
.element > a
{
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.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: #5e9f4f;
}

.element > a > div:first-child
{
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.element > a > h3
{
	font-size: 22px;
	max-width: 290px;

	position: relative;
    bottom: 0;
    z-index: 1;
    width: 100%;
    line-height: 30px;
    background-color: #FFF;
    margin: 0;
    padding: 15px 0;
}
.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 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #FFFFFF;
}
#panierInfo > div
{
	text-align: left;
	width: 100%;
}
#panierInfo > div > div
{
	display: inline-block;
	vertical-align: middle;
}
#titre
{
	text-align: left;
	padding: 0;
}
#titre > li
{
	list-style: none;
	display: inline-block;
	font-weight: bold;
	text-align: center;
}



#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
{
	width: 15px;
	height: 10px;
	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 > li > h3
{
	font-size: 23px;
	text-align: right;
	border-bottom: 2px solid #5e9f4f;
	height: 60px;
	line-height: 0;
	text-align: center;
}
#listeProduits > li > h3:after
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
#listeProduits > .element
{
	display: inline-block;
	position: relative;
	width: 45%;
}
#listeProduits > .element > a 
{
	text-align: left;
}
#listeProduits > .element > a > div
{
	display: inline-block;
	vertical-align: top;
	
}
#listeProduits > .element > a > div:first-child + div
{
	position:relative;
	float: right;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	width: calc(100% - 250px);
	height: 110px;
	padding: 0!important;
}
#listeProduits > .element > a > div:first-child + div *
{
	font-size: 18px!important;
	line-height: 18px!important;
	padding: 0!important;
	margin: 0!important;
}

#listeProduits > .element > a > span.suite
{
	color: #5e9f4f;
	position: absolute;
    top: 118px;
    right: 0;
}
#listeProduits > .element > a > div:last-child
{
	position: absolute;
	right: 5px;
	bottom: 0;
	padding: 0;
}
#listeProduits > .element > a > div > button
{
	display: block;
	margin: 0;
}
#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;
}

/*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;
}

/*PRODUITS VUE 3*/
#produits_vue3 *
{	
	box-sizing: border-box;
}
#produits_vue3
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
#produits_vue3 > li
{
	display: inline-block;
	width: calc(50% - 20px);
	margin: 10px;
	padding: 0;
	font-size: 14px;
	vertical-align: top;
	border: 1px solid #ececec;

	-webkit-transition-property: box-shadow;
    -webkit-transition-duration: 0.5s;
    -moz-transition-property: box-shadow;
    -moz-transition-duration: 0.5s;
    -o-transition-property: box-shadow;
    -o-transition-duration: 0.5s;
    transition-property: box-shadow;
    transition-duration: 0.5s;
}
#produits_vue3 > li:hover
{
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	border: 1px solid #ececec;
}
#produits_vue3 > li > a
{
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
	padding: 10px;
}
#produits_vue3 > li > a > h3
{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	border-bottom: 1px solid #ececec;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#produits_vue3 > li > a > .photo
{
	display: inline-block;
	width: 50%;
	text-align: center;
	overflow: hidden;
}
#produits_vue3 > li > a > .description
{
	display: inline-block;
	position: relative;
	width: 50%;
	height: 145px;
	padding: 5px;
	font-size: 14px;
}
#produits_vue3 > li > a > .description > div
{
	display: -webkit-box;
	width: 100%;
	height: 115px;
	overflow: hidden;
    text-overflow: ellipsis;
	-webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
#produits_vue3 > li > a > .description .suite
{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	color: #5E9F4F;
}
#produits_vue3 > li > a > div:last-child
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: center;
	width: 160px;
}
#produits_vue3 > li > a > div:last-child .prix
{
	display: block;
	padding: 5px;
}
#produits_vue3 > li > a > div:last-child button
{
	margin: 0;
	width: 100%;
}

.prix
{
	font-size: 26px;
	color: #5e9f4f;
	font-style: normal;
	margin-top: 10%;
	font-family: texgyreadventorregular;
}
.prix > s
{
	display: block;
}
#produitSimilaire
{
	background-color: #F3EBDF;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 50px;
}
#produitSimilaire span
{
	text-align: center;
	font-family: texgyreadventorregular;
	font-size: 20px;
}
#produitSimilaire > h3
{
	font-size: 30px;
	padding: 6px 10px;
	text-align: center;
	margin-top: 0px;
	color: #FFFFFF;
	background-color: #5e9f4f;
}
#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: 100%;
	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: #5e9f4f;
}
#slider_produit .boutonsPagination > div.select
{
	background-color: #5e9f4f!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%;
	margin: 0;
}
#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: #5e9f4f;
}
.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: 100%;
	display: inline-block;
}
#produit .panier table
{
	margin-left: auto;
	margin-right: auto;
	height: 130px;
}

#produit .panier select
{
	width: auto;
}

#panierProduit .stars sup
{
	font-size: 11px;
}
#panierProduit .stars a
{
	color: #58824f;
	margin-left: 5px;
}
#panierProduit .stars a:hover
{
	text-decoration: underline;
}
#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: 50px;
	text-align: center;
	padding: 5px 6px;
	font-size: 21px;
	margin-bottom: 10px;
	margin-left: 2px;
}

#panierProduit select
{
	width: 100%;
	text-align: center;
	padding: 5px 6px;
	font-size: 21px;
	margin-top: 10px;
	margin-left: 2px;
	border: 2px solid #5e9f4f!important;
	max-width: 240px!important;
}
#panierProduit select
{
	width: 100%;
	text-align: center;
	padding: 5px 6px;
	font-size: 21px;
	margin-bottom: 10px;
	margin-left: 2px;
	border: 2px solid #5e9f4f!important;
	max-width: 240px!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: #5e9f4f;
}
#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;
}
#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: #5e9f4f;
}
#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%;
}

/*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: #5e9f4f;
}
#moyens_paiement a:hover
{
	border-bottom: 1px dashed #5e9f4f;
}
#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 > li
{
	display: inline-block;
}
#espace_client
{
	width: 100%;
	background: #F0F0F0;
	padding: 5px 5px 0px 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;
}

#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;
}
#mon-compte
{
	text-align: center;
}
#mon-compte input[type='text'], #mon-compte input[type='password']
{
	border: 2px solid #5e9f4f;
	padding: 5px;
}
#mon-compte input[type='submit']
{
	display: block;
}
#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 #5e9f4f;
}
/*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 > div > table,
#espace_client #commandes, #espace_client #commandes > div > table,
#espace_client .adresse
{
	width: 100%;
}
#commandes.avis img
{
	max-height: 100%;
	max-width: 250px;
	vertical-align: middle;
}
#commandes.avis > ul > li:last-child,
#commandes.avis > ul > li:first-child
{
	position: static;
	text-align: left;
	width: 100%;
}
#commandes.avis > ul > li > div
{
	display: inline-block;
	vertical-align: top;
}
#commandes.avis > ul > li label
{
	display: block;
}
#commandes.avis > ul > li label.nom_prod
{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
#commandes.avis .avis
{
	position: relative;
	padding: 16px 24px;
	margin-top: 10px;
	display: inline-block;
}
#commandes.avis .avis:before,
#commandes.avis .avis:after
{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #5e9f4f;
}
#commandes.avis .avis:after
{
	content: "\f10e";
	right: 0px;
    top: 0px;
}
#commandes.avis .avis:before
{
	content: "\f10d";
	left: 0px;
    top: 0px;
}
.liste-avis
{
	padding-left: 5px;
	list-style: none;
}
.liste-avis > li
{
	padding: 5px 0px;
    border-bottom: 1px solid #e4e4e4;
}
.liste-avis > li:last-child
{
	border-bottom: none;
}
.liste-avis .auteur-avis
{
	font-size: 18px;
}
.liste-avis .texte-avis
{
	margin-top: 5px;
	font-size: 
}
.form_avis
{
	background-color: gainsboro;
    display: block;
    padding: 9px;
    margin-top: 10px;
    border-radius: 3px;
    display: none;
}
.form_avis > textarea
{
	display: block;
	width: 450px;
	height: 110px;
	max-width: 100%;
	padding: 0;
}
.note
{
	cursor: pointer;
	margin-top: 5px;
}
.stars
{
	margin: 5px 0px;
}
.note .fa,
.stars .fa
{
	font-size: 20px;
	color: #ec8d13;
}
.badge
{
	background-color: #5e9f4f;
    padding: 1px 5px;
    font-size: 11px;
    color: white;
    text-transform: uppercase;
    border-radius: 2px;
}
.badge .fa
{
	color: white;
	font-size: 13px;
}
/*.note .select-star*/
.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
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: 3px;
	float: none;
	width: 100%;
	padding-left: 0px;
}
#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;
}
#informations_identite input, #informations_mdp input
{
	padding: 5px 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;
}
#commandes > ul > li > label
{
	font-weight: bold;
	font-size: 15px;
}
#commandes.avis > ul > li > label
{
	vertical-align: top;
}
#commandes > ul > li 
{
	display: inline-block;
	vertical-align: middle;
}
#commandes > ul > li:first-child
{
	width: 50%;
}
#commandes > ul,
#commandes_avis > ul
{
	border-bottom: 1px solid #5e9f4f;
	padding: 5px;
	position: relative;
	min-height: 145px;
	background-color: rgba(94, 159, 79, 0.09);
}
#commandes_avis > ul:hover,
#commandes > ul:hover
{
	background-color: rgba(94, 159, 79, 0.39);
}
#commandes_avis > ul:last-child,
#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;
}
#commandes > ul > li > div:last-child > a
{
	min-width: 120px;
	text-align: center;
}
.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: #5e9f4f !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: #5e9f4f !important;
	color: #FFFFFF;
	width: 33%;
	height: 25px;
	padding: 0;
}
#produit_details.bloc .contenu td
{
	border-width: 0;
	border-style: none;
	border: none;
	padding: 5px;
}


.ui-dialog
{
	width: 100%!important;
	box-sizing: border-box!important;
	max-width: 450px!important;
}

#sound
{
    position: fixed;
    bottom: 0px;
    right: -50px;
    z-index: 444;
    width: 95px;
}

#sound > button
{
    background-color: #5e9f4f;
    padding: 11px;
    cursor: pointer;
}
#sound > button:after
{
	content: '\f04b';
	color: white;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
#sound > button.play:after
{
	content: '\f04c';
}
#sound audio
{
	position: absolute;
	left: 300%;
}

@media only screen and (max-width:1450px)
{
	#panierProduit + div
	{
		margin-left: 0px;
		width: 42%;
	}
	#menu_client > #search
	{
		
	}
	#toolsUser a span
	{
		/*display: none;*/
	}
	#menu_client > #toolsUser > a:hover
	{
		text-decoration: none;
	}
}
@media only screen and (max-width:1300px)
{
	#galerie > div > span > a > img
	{
		width: 100%;
		height: 250px;
	}
	#galerie > div > span
	{
		width: 40%;
	}
	#listeProduits > .element > a > div:first-child
	{
		width: 250px;
	}
}
@media only screen and (max-width:1240px)
{
	#listePanier
	{
		border-right: none;
		padding-right: 0px;
		width: 100%;
	}
	#total
	{
		padding-left: 0px!important;
		width: 100%;
	}
}
@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
	{
		padding: 24px 0px;
	}
	#menu_client > #search
	{
		right: 305px;
	}
}
@media only screen and (max-width:1080px)
{
	#listeProduits > .element
	{
		width: 100%;
		margin: 2% 0%;
	}
	#page
	{
		width: 90%;
	}

	#menu_client > #search
	{
		right: 300px;
	}
	#menu_client > #search input
	{
		width: 100%;
	}

	#produits_vue3 > li
	{
		display: block;
		width: calc(100% - 20px);
	}
}
@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:last-child
	{
		display: none;
	}
	#accueil .quotes
	{
		display: block;
		width: 100%;
		height: inherit;
		margin-bottom: 25px;
	}
	#cat-accueil
	{
		width: 100%;
		margin-left: 0px;
	}
}
@media only screen and (max-width:1050px)
{
	#slider_produit
	{
		width: 250px;
		/*height: inherit;*/
	}
/*	#panierProduit + div
	{
		width: 48%;
	}*/
}
@media only screen and (min-width:982px)
{
	#menu > div > ul
	{
		display: block!important;
	}
	.fa.fa-times, .fa.fa-bars
	{
		display: none!important;
	}
}
@media only screen and (max-width:980px)
{
	#menu_client > #toolsUser
	{
		margin-right: 90px;
	}
	#menu_client > #search
	{
		right: 200px;
	}

	#menu_client > div > a > span
	{
		display: none;
	}
	#menu_client > div > a:first-child 
	{
		padding: 9px 13px;
	}

	#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;
	}
	#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;
	}
	#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 20px 10px 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;
	}
	#menu > div > ul > li:first-child > a
	{
		width: calc(100% - 36px)!important;
		text-align: left!important;
		background-position: 17px 50%!important;
	}
	#menu > div > ul > li > ul
	{
		display: none!important;
		/*position: relative;
		width: 100%;
		max-width: inherit;*/
	}
	/*#menu > div > ul > li > ul > li,
	#menu > div > ul > li > ul > li > ul
	{
		width: 100%;
		max-width: inherit;
	}*/
	#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 > div
	{
		display: block;
		margin: 0px!important;
	}*/
	#footer
	{
		text-align: center;
	}
	#footer > .social-network
	{
		position: static;
		width: 100%;
		margin: 10px 0px;
	}
}
@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_accueil
	{
		height: 300px;
	}
	#slider_produit img
	{
		height: 100%;
		max-width: 100%;
		width: inherit;
	}
	#slider_produit  li
	{
		height: 100%;
		width: 100%;
	}
	#slider_accueil > ul > li 
	{
		padding-bottom: 145px;
		height: 300px!important;
	}
	#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: 100px auto 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 #5e9f4f;
		border-bottom: 15px solid #5e9f4f;
		background-size: 65% 45%;
	}
	#conditionnement > p
	{
		padding: 83px 14px 0px 14px;
	}
	.boutonsPagination
	{
		left: 0%!important;
	}
}
@media only screen and (max-width:710px) {

	#menu_client > #search
	{
		left: 280px;
	}

	#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%;
	}
	#logo_site
	{
		text-align: left;
		left: 2%;
		top: 38px;
	}
	#logo_site > a > img
	{
		width: 60%;
	}

}
@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;
	}

	#produits_vue3 > li > a > .photo
	{
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width:620px) {
	#menu_client > #search
	{
		left: 5px;
		right: 5px;
		top: 70px;
		box-sizing: border-box;
	}
	#menu_client > #search input
	{
		background-color: #FFF;
		width: calc(100% - 10px);
		max-width: inherit;
		color: #000;
		box-sizing: border-box;
	}

	#menu_client
	{
		padding-bottom: 50px;
	}

	#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;
	}
}
@media only screen and (max-width:550px) {

	
	#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: #5e9f4f;
		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;
	}

	#categorie
	{
		padding: 0;
	}

	#produits_vue3 > li > a > .description
	{
		width: 100%;
	}
	#produits_vue3 > li > a > div:last-child
	{
		position: relative;
		text-align: center;
		margin: 0;
		width: inherit;
		right: inherit;
		bottom: inherit;
	}
}
@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%;
	}
}
@media only screen and (max-width:500px) {

	#listeProduits > .element > a > div
	{
		display: block;
	}
	#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) {

	.ui-dialog
	{
		position: fixed!important;
		top: 0!important;
		height: 100%!important;
		z-index: 9999!important;
	}
	#colorbox
	{
		position: fixed!important;
	    top: 0!important;
	    width: 100%!important;
	    height: 100%!important;
	    box-sizing: border-box!important;
	    padding-bottom: 0!important;
	    padding-right: 0!important;
	}
	#colorbox > #cboxWrapper > div:first-child,	
	#colorbox > #cboxWrapper > div:first-child + div > #cboxMiddleLeft,
	#colorbox > #cboxWrapper > div:first-child + div > #cboxMiddleRight,
	#colorbox > #cboxWrapper > div:first-child + div + div
	{
		display: none;
	}
	#colorbox > #cboxWrapper,
	#colorbox > #cboxWrapper > div:first-child,
	#colorbox > #cboxWrapper > div:first-child + div,
	#colorbox > #cboxWrapper > div:first-child + div > #cboxContent,
	#colorbox > #cboxWrapper > div:first-child + div > #cboxContent > #cboxLoadedContent
	{
		width: 100%!important;
		height: 100%!important;
		margin: 0!important;
	}
	#colorbox > #cboxWrapper > div:first-child + div > #cboxContent > #cboxLoadedContent
	{
		padding-top: 20px!important;
	}
	#colorbox > #cboxWrapper > div:first-child + div > #cboxContent > #cboxClose
	{
		top: 0!important;
		bottom: inherit!important;
	}

	#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;
	}
}


/*.csc-reviews-modal-float.badge-position-right
{
	display: none!important;
}*/