/*Fonts*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

/*Général*/
*
{
	outline: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html
{
	background-color: #f9f9f9;
}

BODY
{
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #3a3a3b;
	background-color: #f9f9f9;
}
table
{
	border-spacing: 0;
}
table td
{
	margin: 0;
	padding: 0;
}
sup
{
	font-size: 14px;
}
h1, h2, h3, h4, fieldset > legend
{
	margin: 0;
	padding: 10px 0;
	font-size: 25px;
	color: #000;
	font-weight: lighter;
	font-family: 'Open Sans', sans-serif;
}
.ariane
{
	display: block;
	color: #000;
	font-size: 14px;
	padding: 10px;
}
.ariane > a
{
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
.ariane > a:hover
{
	text-decoration: underline;
}
h1
{
	color: #434937;
	font-size: 28px;
	font-family: "Open Sans", sans-serif;
	text-align: left;
	font-weight: normal;
}
h2
{
	color: #434937;
	font-size: 28px;
	font-family: "Open Sans", sans-serif;
	text-align: left;
	font-weight: normal;
}
h3, fieldset > legend
{
	font-size: 22px;
	font-weight: normal;
}
h5
{
	color: #000;
	font-size: 13px;
	font-weight: normal;
}
hr
{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-bottom: 15px solid #960f28;
}
hr.small
{
	border-width: 2px;
	margin: 0 auto 10px auto;
	max-width: 250px;
}
#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: #000;
}
a:hover
{
	text-decoration: underline;
}
.highlight
{
	color: #960f28;
}
.highlight-txt
{
	color: #960f28;
}
.highlight-bg
{
	background-color: #960f28;
}
.highlight-bg h2
{
	color: #000;
	text-align: center;
}
.highlight-bg hr
{
	border-color: #000;
	border-width: 2px;
	margin: 0 auto;
	max-width: 250px
}
.liste
{
	margin: 0;
	padding: 0;
}
.liste > li
{
	border-bottom: 1px solid #000;
	padding: 10px 0;
}
.liste .row > div
{
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
}
.container
{
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 10px;
}
.fa.circle
{
	color: #282828!important;
	border-radius: 100%;
	background-color: white;
	width: 27px;
	height: 27px;
	text-align: center;
	padding-left: 0px!important;
	font-size: 17px;
	line-height: 27px;
	vertical-align: middle;
}
.center
{
	text-align: center;
}
.left
{
	text-align: left;
}
.right
{
	text-align: right;
}
.middle
{
	display: inline-flex!important;
	align-items: center;
}
.row > .bottom
{
	vertical-align: bottom;
}
.center.middle,
.center.bottom
{
	justify-content: center!important;
}
.left.bottom,
.left.middle
{
	justify-content: left!important;
}
.right.bottom,
.right.middle
{
	justify-content: right!important;
}
.row
{
	display: block;
	font-size: 0;
	list-style: none;
	/*margin: 0;*/
	padding: 0;
}
.row > *
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 8.33%;
	margin: 0;
	padding: 0;
}
.row-auto
{
	display: table;
	width: 100%;
}
.row-auto > div
{
	display: table-cell;
	vertical-align: top;
}
.row > .col-1
{
	width: 8.33%;
}
.row > .col-2
{
	width: 16.66%;
}
.row > .col-3
{
	width: 25%;
}
.row > .col-4
{
	width: 33.33%;
}
.row > .col-5
{
	width: 41.66%;
}
.row > .col-6
{
	width: 50%;
}
.row > .col-7
{
	width: 58.33%;
}
.row > .col-8
{
	width: 66.66%;
}
.row > .col-9
{
	width: 75%;
}
.row > .col-10
{
	width: 83.33%;
}
.row > .col-11
{
	width: 91.66%;
}
.row > .col-12
{
	width: 100%;
}

.fade-c > *,
.fade
{
  opacity: 0;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transition: opacity ease-in-out 0.4s, transform ease-in-out 0.5s;
}
.fade-c.visible > *,
.fade.visible
{
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.fade-c.visible > :nth-child(2)
{
  transition-delay: 0.3s;
}
.fade-c.visible > :nth-child(3)
{
  transition-delay: 0.6s;
}
.fade-c.visible > :nth-child(4)
{
  transition-delay: 0.9s;
}
.fade-c.visible > :nth-child(5)
{
  transition-delay: 1.2s;
}
.fade-c.visible > :nth-child(6)
{
  transition-delay: 1.5s;
}
.fade-c.visible > :nth-child(7)
{
  transition-delay: 1.8s;
}

.auto-photos
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	margin: 0 -5px;
}
.auto-photos > li
{
	position: relative;
	display: inline-block;
	padding-top: 25%;
	width: calc(33.33% - 10px);
	margin: 5px;
}
.auto-photos > li > a
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #333;
}
.auto-photos > li > a > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
	width: initial;
	height: initial;
}

.quotes
{
	position: relative;
	border: 3px solid #960f28;
	padding: 10px;
	margin: 10px;
}
.quotes:before,
.quotes:after
{
	position: absolute;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	background-color: #FFF;
	padding: 3px;
	color: #960f28;
	font-size: 23px;
}
.quotes:before
{
	top: 15px;
	left: -14px;
	content: "\f10d";
}
.quotes:after
{
	bottom: 15px;
	right: -14px;
	content: "\f10e";
}

/*Formulaires*/
form
{
	display: inline;
}
select,
input[type='text'],
input[type='password'],
textarea
{
	border: 1px solid #929292;
	padding: 8px 5px;
	margin: 0;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
}
select
{
	padding: 7px 5px;
	vertical-align: middle;
}
select:focus,
input[type='text']:focus,
input[type='password']:focus,
textarea:focus
{
	border: 1px solid #960f28;
}
input[type="text"][readonly]
{
	background-color: #F0F0F0;
	padding-left: 5px;
	color: #888888;
}
.select_perso
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 2px 5px;
	margin: 1px;
	height: 26px;
	line-height: 22px;
	/*width: 160px;*/
	width: 100%;
	text-align: left;
}
.select_perso.checked
{
	border: 1px solid #960f28;
}
.select_perso > ul
{
	position: absolute;
	display: none;
	border: 1px solid #CCC;
	border-top: 1px solid #FFF;
	left: 0;
	right: 0;
	padding: 0!important;
	margin: 0 -1px!important;
	background-color: #FFF;
	z-index: 2;
	list-style: none!important;
}
.select_perso.single > ul > li
{
	padding: 0 5px!important;
}
.select_perso > ul > li:hover
{
	background-color: #960f28;
}
.select_perso > ul > li > label
{
	display: block;
}
.select_perso > div:before
{
	position: absolute;
	top: 4px;
	right: 4px;
	content: "\f078";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
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;
}
fieldset > ul > li.double,
fieldset > .contenu > ul > li.double
{
	width : 100%;
}
.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,
.ui-button
{
	display: inline-block!important;
	margin: 10px 2px!important;
	padding: 5px 25px!important;
	background: initial!important;
	background-color: #960f28!important;
	border: 0!important;
	border-radius: 3px!important;
	color: #FFF!important;
	font-size: 16px!important;
	font-family: "Open Sans", sans-serif!important;
	text-decoration: none!important;
	cursor: pointer!important;
	vertical-align: middle!important;

	-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,
.ui-button:hover
{
	color: #FFF!important;
	background-color: #75725e!important;
	text-decoration: none;
}
.bouton:active,
.button:active,
input[type='submit']:active,
input[type='button']:active,
button:active,
.ui-button:active
{
	color: rgba(255,255,255,0.2)!important;
}

.bouton > img,
.button > img
{
	margin-right: 5px
}
.bouton > *
.button > *
{
	vertical-align: middle;
}

.ui-button-text-only .ui-button-text
{
	padding: initial!important;
}
.ui-button .ui-button-text
{
	line-height: initial!important;
}

a.bouton.panier div
{
	background: #FFFFFF;
	color: #000000;
	margin-top: 8px;
	padding: 3px;
}

/*SITE*/
#site
{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	min-height: 756px;
}
#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
{
	position: relative;
	width: 100%;
	height: 152px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #282828;
	font-weight: bold;
	background-color: #75725e;
	z-index: 99;

	border-bottom: 3px solid #960f28;
}
#header .row:first-child,
#header .row:first-child > div
{
	height: 102px;
}

#header #logo 
{
	display: inline-block;
}
#header #logo > img
{
	width: 402px;
	vertical-align: middle;
	margin: 5px 0;
}

#header #menu,
#header #menu_client
{
	display: block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	width: 100%;
}

#header #menu > ul,
#header #menu_client > ul 
{
	font-size: 0;
	margin: 0;
}
#header #menu > ul > li,
#header #menu_client > ul > li
{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	padding: 0 1px;
}
#header #menu > ul > li > a,
#header #menu_client > ul > li > a
{
	display: block;
	position: relative;
	padding: 10px 20px 15px 20px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#header #menu > ul > li:hover > a,
#header #menu_client > ul > li:hover > a
{
	color: #FFF;
	background-color: #960f28;
}
#header #menu > ul > li > a i,
#header #menu_client > ul > li > a i
{
	font-size: 20px;
}

#header #menu > ul > li > ul,
#header #menu_client > ul > li > ul
{
	position: absolute;
	display: none; 
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #dcdcdc;
	width: calc(100% - 25px);
	/*min-width: 1250px;*/
	border-bottom: 3px solid #960f28;
	border-top: 3px solid #960f28;
	height: 0;
	overflow: hidden;
}
#header #menu > ul > li:hover > ul,
#header #menu_client > ul > li:hover > ul
{
	display: block!important;
	height: inherit!important;
	padding: 25px!important;
}
#header #menu > ul > li > ul > li,
#header #menu_client > ul > li > ul > li
{
	display: inline-block;
	width: 300px;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}
#header #menu > ul > li > ul > li
{
	padding-right: 15px;
}
#header #menu > ul > li > ul > li > a,
#header #menu_client > ul > li > ul > li > a
{
	display: block;
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #b3b3b3;
	color: #232323;
}
/*#header #menu > ul > li > ul > li > a:hover,
#header #menu_client > ul > li > ul > li > a:hover
{
	color: #FFF;
	background-color: #960f28;
}*/
#header #menu > ul > li > ul > li > ul
{
	list-style: none;
}
#header #menu > ul > li > ul > li > ul > li > a
{
	font-weight: normal;
	font-size: 13px;
}

#header #recherche 
{
	padding: 3px 10px;
}
#header #recherche > form
{
	display: inline-block;
	border-radius: 3px;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	background-color: #FFF;
	width: 100%;
}
#header #recherche input[type='text']
{
	border-radius: 3px 0 0 3px;
	padding: 0 40px 0 20px;
	width: calc(100% - 100px);
	height: 36px;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background-color: transparent;
}
#header #recherche button
{
	margin: 0!important;
	padding: 0!important;
	vertical-align: middle!important;
	border-radius: 0 3px 3px 0!important;
	
	width: 100px;
	height: 36px;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
}

#header #menu_client #nbrPanier
{
	position: absolute;
	display: inline-block;
	color: #FFFFFF;
	background-color: #960f28;
	padding: 0;
	font-size: 10px;
	font-weight: 700;
	border-radius: 30px;
	width: 15px;
	height: 15px;
	margin: 10px 0 0 24px;
	text-align: center;
	left: 10px;
	top: 10px;
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
}
#header #menu_client a:hover #nbrPanier
{
	background-color: #000;
}

#header #burger
{
	display: none;
	vertical-align: middle;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	padding: 10px;
}
#header #burger .fa-bars
{
	display: inline-block;
}
#header #burger .fa-bars, 
#header #burger .fa-times
{
	display: none;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	margin: 0;
	text-align: center;
}
#header #burger:hover
{
	color: #FFF;
	background-color: #960f28;
}
#header #burger:hover .fa-bars,
#header #burger:hover .fa-times
{
	color: #FFF;
}

/* Accueil */
.bloc-accueil
{
	position: relative;
	padding-left: 0px;
	list-style: none;
	font-size: 0px;
	text-align: center;
	z-index: 8;
	margin: 20px auto;
}
.bloc-accueil > li
{
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	color: white;
	border-radius: 4px;
	perspective: 500px;
	width: 100%;
	max-width: 290px;
	height: 200px;
	margin: 5px;
}
.bloc-accueil > li > a
{
	background-color: rgb(219, 219, 219);
	color: white;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
	perspective: 500px;
	background-size: cover;
	background-position: 50% 50%;
	text-decoration: none;
}
.bloc-accueil > li > a.anim
{
	animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
	-webkit-animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
	-moz-animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
	-ms-animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
	-o-animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0)!important;
}
@keyframes leave-animation
{
	100%
	{
		transform: rotateX(0deg) rotateY(0deg);
	}
}
.bloc-accueil .titre-bloc
{
	font-size: 13px;
	position: absolute;
	left: 0px;
	bottom: 10px;
	padding: 3px 10px;
	background-color: rgba(255,255,255,0.9);
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
}
.bloc-accueil .prix-bloc
{
	position: absolute;
	bottom: 40px;
	left: 10px;
	width: 100px;
	height: 100px;
	color: #FFF;
	padding: 40px 0;
	font-size: 20px;
	text-align: center;
	transform: rotate(15deg);
}
.bloc-accueil .btn-bloc
{
	font-size: 13px;
	position: absolute;
	left: 0px;
	bottom: 10px;
	padding: 3px 10px;
	background-color: rgba(255,255,255,0.9);
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
}


#accueil-facebook
{
	background-image: url(../img/facebook.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 376px;
}

/*Page*/
#page
{
	position: relative;
	background: #f9f9f9;
	vertical-align: top;
	min-height: 678px;
	padding: 20px 0;
}
#page .invert,
#page .invert h1,
#page .invert h2,
#page .invert h3
{
	color: #FFF;
}
#page .invert
{
	background-color: rgba(23,40,65,0.9);
}
#page .parallax
{
	margin: -20px 0 0 0;
	padding: 40px 0;
	background-color: #75725e;
	background-image: url(../img/parallax.jpg);
	min-height: 472px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#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%);
}

#enTete
{
	background-image: url(../img/banniere/banniere001.jpg);
	background-size: cover!important;
	height: 100px;
	background-position: 50% 75%!important;
}
#enTete > h1
{
	text-align: center;
	color: #000;
	font-size: 28px;
	padding-top: 30px;
	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: #000000;
	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: 'Open Sans', sans-serif;
	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: #000000;
}
#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: #000000;
	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: 363px;
	width: 100%;
	margin-top: 0;
}
#slider_accueil > ul
{
	width: 100%;
	height: 100%!important;
}
#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: 35px!important;
}
#slider_accueil > div:nth-child(4) > i, 
#slider_accueil > div:nth-child(5) > i
{
	color: #FFF;
}
.boutonsPagination
{
	position: absolute;
	right: 10px!important;
	bottom: initial!important;
	top: 8px;
}
.boutonsPagination > div
{
	width: 12px!important;
	height: 12px!important;
	border: 2px solid white;
	border-radius: 100%!important;
	background-color: transparent!important;
	opacity: 1!important;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.boutonsPagination > div.select
{
	background-color: white!important;
}
/*Texte slider*/
#slider_accueil > ul > li
{
	width: 100%;
	height: 100%!important;
	background-size: cover;
	background-position: center;
}
#slider_accueil > ul > li > a > div, 
#slider_accueil > ul > li > div
{
	position: absolute;
	bottom: 85px;
	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
{
	margin-left: 20px;
	padding: 18px;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
}
#slider_accueil > ul > li h2, 
#slider_accueil > ul > li h1
{
	display: inline-block;
	padding: 11px 15px;
	margin: 0px;
	background-color: rgba(54, 82, 132, 0.8);
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-style: normal;
}

/*Slider galerie*/
.slider_galerie
{
	width: 100%!important;
	height: 390px;
}
.slider_galerie > ul,
.slider_galerie > ul > li
{
	width: 100%!important;
	height: 100%;
}
.slider_galerie > ul > li > a
{
	position: relative;
	display: block;
	width: 100%!important;
	height: 100%;
	margin: 0;
}
.slider_galerie > ul > li > a > img
{
	position: absolute;
	max-width: 90%;
	max-height: 90%;

	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slider_galerie > div
{
	margin: 0!important;
	box-shadow: none!important;
	background-color: transparent!important;
	color: #FFF!important;
	font-size: 38px!important;
	font-family: arial!important;
	width: initial!important;
	height: initial!important;
	line-height: initial!important;
	border-radius: initial!important;
	top: 50%;
	transform: translateY(-50%);
}


/*MARQUES*/
.liste-marques
{
	padding-left: 0px;
	list-style: none;
	font-size: 0px;
	text-align: center;
}
.liste-marques > li
{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	width: 25%;
	padding: 5px 15px;
	border-radius: 5px;
}
.liste-marques > li > a:hover
{
	box-shadow: 1px 1px 4px #aaa;
}
.liste-marques > li a
{
	transition: box-shadow ease-in-out 0.2s;
	-webkit-transition: box-shadow ease-in-out 0.2s;
	text-decoration: none;
}
.liste-marques > li .photo
{
	width: 100%;
}
.liste-marques > li .photo img
{
	max-width: 100%;
	max-height: 100%;
	margin: 0!important;
}
.liste-marques > li span
{
	display: block;
	font-weight: bold;
}

/*Notification*/
.notification
{
	line-height: 20px;
	border-radius: 5px;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
	text-align: left;
}
.notification.alert
{
	color: #FFFFFF;
	background: #f0bd50;
}
.notification.information
{
	color: #FFFFFF;
	background: #5D9CEC;
}
.notification.erreur
{
	color: #FFFFFF;
	background: #F05050;
}
.notification.validation
{
	color: #FFFFFF;
	background: #37bc9b;
}
.notification img
{
	vertical-align: middle;
	margin-right: 5px;
}
.notification a
{
	color: #FFFFFF;
}
.badge
{
	display: inline-block;
	padding: 3px 10px;
	border-radius: 3px;
	margin: 1px;

	color: #FFF;
	font-size: 12px;
}
.badge.validation
{
	background-color: #37bc9b;
}
.badge.information
{
	background-color: #5D9CEC;
}
.badge.erreur
{
	background-color: #F05050;
}
.badge.alert
{
	background-color: #f0bd50;
}
.badge.autre
{
	background-color: #7237BC;
}
.badge.bientot
{
	background-color: #f050eb;
}
.info
{
	padding: 5px;
	background-color: #000000;
	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 #000000;
	color: #000000;
}
#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;
}




/*FIL ARIANE*/
#fil_ariane
{
	width: 100%;
	height: 48px;
	color: #FFFFFF;
	
	font-size: 14px;
}
#fil_ariane td
{
	text-align: center;
	
	background: #828282 url(../img/fond_fil_ariane.png);
	
	text-shadow: 1px 1px 1px #000000;
}
#fil_ariane td.etape
{
	width: 24px;
	background: #828282 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: 'Open Sans', sans-serif;
	display: block;
	font-size: 24px;
	color: #4b302f;
}
#formDistance a:hover
{
	border-bottom: 1px dotted #000000;
}
#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
{
	display: inline-block;
	margin-top: 10px;
}
.pagination input
{
	display: inline-block;
	width: 50px;
	padding: 4px 10px;
	margin: 1px;
	text-align: center;
	vertical-align: top;
	border-radius: 3px;	
	font-size: 16px;
	font-weight: bold;
}
.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: #000000;
	color: #FFFFFF;
}
.pagination a:active
{
	background: #E8E8E8;
	color: #000000;
}
.pagination a.disabled
{
	background: #E8E8E8;
	color: #CCCCCC;
}

/*Nuage de liens*/
#nuage_lien
{
	text-align: center;
	margin-top: 20px;
}

/*Pied*/
#footer
{
	position: relative;
	width: 100%;
	background-color: #75725e;
	color: #FFFFFF;
	font-size: 12px;
}
#footer a
{
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover:not(.bouton)
{
	text-decoration: underline;
}
#footer #infos_site
{
	color: #fff;
	padding: 20px 10px;
	text-align: right;
}
#footer #infos_complementaires
{
	text-align: left;
}
#footer #infos_complementaires a
{
	color: #fff;
}
#footer > .container
{
	display: table;
}
#footer > .container > div
{
	display: table-cell;
}
#footer_top
{
	background-color: #75725e;
	padding: 20px 0px;
	border-top: 3px solid #960f28;
}
#footer_top > .container
{
	font-size: 0;
}
#footer_top > .container > div,
#footer_top > .container > img
{
	display: inline-block;
	vertical-align: top;
}
#footer_top > .container > img
{
	margin-right: 10px;
}
#footer_top .circle + span
{
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 13px;
}
#footer_top .adresse-footer
{
	background-color: #3d3d3d;
	padding: 10px 15px;
	text-align: left;
}
#footer_top .adresse-footer b
{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
#footer_top .adresse-footer > div
{
	padding: 5px 0px;
}
#footer_top .menu-footer
{
	font-size: 0;
	margin: 0 10px;
}
#footer_top .menu-footer > ul
{
	list-style: square;
	display: inline-block;
	margin: 0;
	font-size: 13px;
	list-style: none;
	padding: 10px 0px;
}
#footer_top .menu-footer > ul > li > a
{
	display: inline-block;
	padding: 0;
	font-size: 13px;
	text-decoration: none;
}
/*#footer_top .menu-footer > ul > li > a > i
{
	color: #E5B902;
}*/
#footer_top .social-footer
{
	display: inline-block;
	padding: 10px 0px;
	text-align: left;
	width: 100%;
}
.social-footer > ul
{
	margin:0;
	padding: 0 0 10px 0;
}
.social-footer > ul > li
{
	margin: 0 3px;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
a.twitter,a.pinterest,a.facebook
{
	width: 33px;
	height: 33px;
	text-align: center;
	border-radius: 50%;
	border: #fff 1px solid;
	display: inline-block;
	font-size: 29px;
	color: #fff;
	line-height: 37px;
}
a.twitter > i,a.pinterest > i,a.facebook > i
{
	font-size: 20px;
}
a.twitter:hover
{
	border: #55acee 1px solid;
}
a.twitter:hover > i
{
	color: #55acee;
}
a.pinterest:hover
{

	border: #BC1E23 1px solid;
}
a.pinterest:hover > i
{
	color: #BC1E23;
}
a.facebook:hover
{

	border: #3b5998 1px solid;
}
a.facebook:hover > i
{
	color: #3b5998;
}

#footer_top .titre
{
	font-size: 25px;
	color: #fff;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
.horaire-footer
{
	width: 90%;
	padding: 0;
	margin: 0;
	padding: 10px 0px;
}
.horaire-footer > div
{
	display: inline-block;
	font-size: 0;
}
.horaire-footer > div:first-child
{
	display: inline-block;
	background-color: #f9f9f9;
	color: #46483B;
	padding: 5px;
	border-radius: 5px 0px 0px 5px;
	font-size: 11px;
}
.horaire-footer > div:nth-child(2)
{
	background-color: #c8c7bf;
	color: #000000;
	padding: 5px;
	border-radius: 0px 5px 5px 0px;
	font-size: 11px;
}
.horaire-footer > div:nth-child(2) > span
{
	color: #960f28;
}
.map-footer
{
	padding-left: 20px;
	width: calc(100% - 380px);
}
.map-footer iframe
{
	width: 100%;
	height: 320px;
}
/*#footer
{
	position: relative;
	width: 100%;
	background-color: #333;
	color: #929292;
	font-size: 12px;
}
#footer a
{
	text-decoration: none;
	color: #929292;
}
#footer a:hover:not(.bouton)
{
	text-decoration: underline;
}
#footer ul
{
	display: inline-block;
}
#footer .titre
{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	color: #d4d4d4;
}
#footer .row-auto
{
	padding: 10px;
}*/



/* C O N T A C T */
.formContact
{
	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: 0;
	right: 1px;
	border-left: 1px solid #b3b3b3;
	color: #b3b3b3;
	height: 33px;
	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: 'Open Sans', sans-serif;
	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;
}
#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: 0 auto;
}
#captchagc > img
{
	position: absolute;
	top: 18px;
	left: 18px;
	width: 34px;
	height: 34px;
	z-index: 2;
	margin: 0!important;
}
#captchagc > img + 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 + div.accept
{
	border: 1px solid #F3990C;
}
#captchagc > img + 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
{
	top: 18px!important;
	left: 197px!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: #000000;
	font-size: 15px;
}
.partenaire a:hover
{
	border-bottom: 1px dotted #000000;
}

#page-partenaires > .container
{
	padding: 0;
}
#page-partenaires .slider_galerie
{
	height: 70px;
}
#page-partenaires .slider_galerie > div
{
	color: #000!important;
}

#slider_avis
{
	position: relative;
	margin: 0 auto;
}
#slider_avis,
#slider_avis > ul,
#slider_avis > ul > li
{
	width: 100%!important;
	height: 140px!important;
	list-style: none;
}
#slider_avis > ul > li > div
{
	margin: 0 10px;
	width: calc(100% - 20px);
}

.bloc-partenaire
{
	position: relative;
	display: inline-block;
	margin: 0 5px 10px 5px;
	width: 150px;
	height: 70px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(228, 228, 228);
	background-color: rgb(255, 255, 255);
	vertical-align: middle;
}
.bloc-partenaire > a 
{
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bloc-partenaire > a > img
{
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	max-height: 100%;
	max-width: 100%;
	transform: translate(-50%, -50%);
}
/* 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: #000000;
	border-bottom: 2px dashed #4A2F2E;
}
#categorie
{
	/*text-align: center;
	font-size: 0px;
	padding-left: 0px;*/

	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
#categorie > li
{
	box-shadow: 0 0 2px rgba(0,0,0,0.5);

	position: relative;
	display: inline-block;
	padding-top: 25%;
	font-size: 14px;
	width: calc(25% - 20px);
	margin: 10px;
	overflow: hidden;
}
#categorie > li > a
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}
#categorie > li > a > img
{
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
	width: initial;
	height: initial;
	margin: 0!important;
	overflow: hidden;
}
#categorie > li > a > span,
#categorie > li > a > h2,
#categorie > li > a > h3
{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	z-index: 2;
	background-color: #FFF;
	font-size: 20px;
	margin: 0;
}

#accueil-familles
{
	margin: 20px 0;
}
#accueil-familles > li
{
	position: relative;
}
#accueil-familles > li > a 
{
	position: relative;
	display: block;
	height: 267px;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	border: 1px solid #FFF;
	overflow: hidden;
	margin: 20px;

	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#accueil-familles > li:first-child > a
{
	background-image: url(../img/familles/disable-gamme-alimentaire.jpg);
}
#accueil-familles > li:first-child + li > a
{
	background-image: url(../img/familles/disable-gamme-soins.jpg);
}
#accueil-familles > li:first-child > a:hover
{
	background-image: url(../img/familles/gamme-alimentaire.jpg);
}
#accueil-familles > li:first-child + li > a:hover
{
	background-image: url(../img/familles/gamme-soins.jpg);
}
#accueil-familles > li > a > .titre
{
	position: absolute;
	z-index: 2;
	padding: 10px 20px;

	bottom: 20px;
	right: 0;
	width: 100%;
	max-width: 300px;
	background-color: rgba(120,120,120,0.8);

	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #FFF;
	text-align: left;

	transition: ease-in-out 200ms background-color, ease-in-out 200ms color;
}
#accueil-familles > li > a:hover > .titre
{
	background-color: rgba(255,202,74,0.8);
	color: #706b67;
}

#page-qui-sommes-nous
{
	color: #FFF;
}
#page-qui-sommes-nous h1
{
	color: #FFF;
}

/*#listeProduits
{
	text-align: center;
	font-size: 0;
}
#listeProduits .element
{
	width: calc(50% - 20px)!important;
	font-size: 14px;
}*/
.element
{
	display: inline-block;
	/*vertical-align: top;*/
	margin: 10px;
	width: 30%;
}
.element > a
{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.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: #000000;
}

.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 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;
}
.plus,
.moins
{
	display: inline-block;
	width: 30px;
	padding: 0;
	margin: 0 3px;
	
	vertical-align: middle;
	
	line-height: 10px;
	cursor: pointer;
}
#form_panier select
{
	max-width: 200px;
}
#total
{
	display: inline-block;
	padding-left: 3%;
	vertical-align: top;
	width: 34%
}
#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;
}

#filtres
{
	/*background-color: #fff5de;*/
	padding: 5px;
}
#form_filtres
{
	text-align: center;
}
#form_filtres .filtres
{
	text-align: left;
}
#form_filtres .filtres li
{
	display: inline-block;
	padding: 3px;
	font-weight: bold;
}
#form_filtres .filtres li:first-child
{
	font-weight: normal;
}
#form_filtres .filtres li i
{
	color: #D20000;
}

/*PRODUITS VUE 1*/
#listeProduits
{
	text-align: left;
	font-size: 0;
}
#listeProduits .element
{
	display: inline-block;
	font-size: 14px;
	position: relative;
	width: calc(25% - 20px);
	border: 1px solid #E9E9E9;
	background-color: #FFF;
	transition: ease-in-out 200ms border;
	margin: 10px;
	vertical-align: top;
}
#produits_recent #listeProduits .element
{
	width: calc(50% - 20px);
}
#listeProduits .element:hover
{
	border: 1px solid #B1B1B1;
}
#listeProduits .element > a 
{
	position: relative;
	text-align: left;
	text-decoration: none;
}

#listeProduits .element .produit-marque
{
	display: flex!important;
	text-align: center;
	margin-top: -17px!important;
	width: 80px;
	height: 80px;
	border: 1px solid #E9E9E9;
	background-color: #FFF;
	transition: ease-in-out 200ms border;
}
#listeProduits .element:hover .produit-marque
{
	border: 1px solid #B1B1B1;
}
#listeProduits .element .produit-marque > img
{
	max-width: 100%;
	max-height: 100%;
}
#listeProduits .element .produit-marque > div
{
	width: 100%;
}
#listeProduits .element .produit-photo
{
	position: relative;
	overflow: hidden;
	height: 285px;
	max-height: 285px;
	margin-top: 15px;
}
#listeProduits .element .produit-photo > img
{
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%,-50%);
}
#listeProduits .element .produit-photo .dispo_magasin
{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 5px;
}
#listeProduits .element .produit-titre
{
	padding: 0 20px;
	width: 100%;
	height: 65px;
	font-size: 14px;
}
#listeProduits .element .produit-prix
{
	display: block;
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	font-weight: bold;
}
#listeProduits .element button
{
	display: block!important;
	margin: 0px auto 15px auto!important;
}

#produits
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.coloris
{
	padding: 10px 5px;
	text-align: center;
	height: 40px;
}
.coloris > span
{
	position: relative;
	border: 1px solid #FFF;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	vertical-align: middle;
	box-shadow: 0 0 0 2px #CFCFCF;
}
.coloris > span > span
{
	width: 9px;
	height: 18px;
	position: absolute;
	right: 0;
	border-radius: 0 40px 40px 0;
}
.coloris > span:hover
{
	box-shadow: 0 0 0 2px #960f28;
}

#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;
}

.prix
{
	font-size: 19px;
	color: #000000;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
}
.prix sup
{
	vertical-align: text-top;
}
.prix s
{
	font-size: 10px!important;
	font-weight: normal;
	display: block;
}

#produitSimilaire
{
	background-color: #F3EBDF;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 50px;
}
#produitSimilaire span
{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
}
#produitSimilaire > h3
{
	font-size: 30px;
	padding: 6px 10px;
	text-align: center;
	margin-top: 0px;
	color: #FFFFFF;
	background-color: #000000;
}
#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;
}

#mentions
{
	margin-top: 30px;
}
#mentions h2,
#mentions h3
{
	text-align: left;
	font-size: 16px;
	margin: 0;
	padding: 0 0 10px;
	text-align: center;
}
#mentions hr.small
{
	margin-bottom: 30px;
}
#mentions > div:not(:first-child)
{
	font-size: 14px;
	margin: 10px 0 10px;
	background-color: #e9e9e9;
	padding: 10px;
}
#mentions > div:first-child > div > div,
#mentions > div:first-child > div > div + div
{
	background-color: #e9e9e9;
	padding: 10px;
	height: 100%;
	min-height: 305px;
}


/*FICHE PRODUIT*/
#produit
{
	margin-top: 30px;
	margin-bottom: 30px;
}
#produit > div:first-child
{
	margin-bottom: 30px;
}
#produit h2
{
	font-size: 38px;
	font-family: 'Open Sans', sans-serif;
}
#produit .produit-details
{
	width: 90%;
	margin: 0 auto;
}
#produit .produit-details h1
{
	text-align: left;
}
#produit .produit-prix
{
	padding: 10px 0 0;
	font-size: 26px;
	color: #760000;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
}
#produit .produit-prix s
{
	font-size: 15px;
}
#produit .produit-modele
{
	padding: 10px 0;
}
#produit .produit-reference > span
{
	font-weight: bold;
}
#produit .produit-marque > span
{
	font-weight: bold;
}
#produit .produit-quantite
{
	margin: 5px 0 0;
	padding: 5px;
	border: 1px solid #CCC;
	border-radius: 3px;
	text-align: center;
	width: 232px;
}
#produit .produit-quantite > span
{
	display: block;
	text-align: center;
	padding: 0 0 5px;
	font-weight: bold;
}
#produit .produit-quantite input[type='text']
{
	width: 55px;
	text-align: center;
}
#produit .produit-delai
{
	padding: 10px 0 0;
	font-style: italic;
	color: #339900;
	font-weight: bold;
}
#produit .produit-magasin
{
	padding: 10px 0 0;
	color: #339900;
	font-weight: bold;
}
#produit .titre
{
	display: inline-block;
	vertical-align: middle;
	width: 150px;
}
#slider_produit
{
	display: inline-block;
	width: 100%;
	border: 1px solid #E9E9E9;
	background-color: #FFF;
}
#slider_produit .boutonsPagination > div
{
	border-color: #000000;
}
#slider_produit .boutonsPagination > div.select
{
	background-color: #000000!important;
}
#slider_produit > div
{
	position: relative;
	width: 100%;
	vertical-align: middle;
	display: inline-block;
	overflow: initial!important;
}
#slider_produit > div + div
{
	width: 100%!important;
	height: initial!important;
	white-space: initial!important;
	text-align: center;
	max-width: 100%;
}
#slider_produit ul
{
	position: relative!important;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: initial!important;
}
#slider_produit li
{
	position: relative!important;
	width: 100%;
	overflow: hidden;
	padding-top: 77%;
	height: initial!important;
}
#slider_produit li > a
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#slider_produit li > a > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}

.onglet
{
	display: inline-block;
	padding: 3px 20px;
	background-color: #CCC;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	text-decoration: none!important;
	cursor: pointer;
}
.onglet.select,
.onglet:hover
{
	background-color: #333;
	color: #FFF;
}
.onglet-content
{
	border: 1px solid #333;
	padding: 10px;
	min-height: 120px;
	background-color: #FFF;
}


/*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: #000000;
}
#moyens_paiement a:hover
{
	border-bottom: 1px dashed #000000;
}
#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.button
{
	display: none!important;
}
#menuClient > ul
{
	padding: 0;
	margin: 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,
#menuClient > ul > li > a:hover
{
	background: #FFFFFF;
	text-decoration: none;
}
.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: 110px;
}
#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 #000000;
}
/*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 #000000;
	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%;*/
}

.accueil-meilleurs-ventes
{
	display: block!important;
	margin: 30px auto -29px auto!important;
	padding: 4px 10px 6px 10px;
	background-color: #960f28;
	width: 100%;
	max-width: 460px;
	text-align: center;
	position: relative;
	z-index: 2;
	
	color: #FFF!important;
	font-size: 30px!important;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	border-bottom: 0!important;
}
#produits_recent 
{
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 0;
	background-color: #FAFAFA;
	padding-bottom: 0;
}
#produits_recent > div
{
	height: 520px!important;
}
#produits_recent a 
{
	text-decoration: none;
	display: block;
}
#produits_recent ul,
#produits_recent ul > li 
{
	width: 100%;
	box-sizing: border-box;
	list-style: none;
	text-align: left;
}
#produits_recent ul > li > ul
{
	font-size: 0px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#produits_recent ul > li > ul > li
{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding: 5px 0;
	vertical-align: top;
	/*width: calc(23% - 2px);*/
	width: 270px;
	font-size: 18px;
	border: 1px solid #E9E9E9;
	background-color: #FFF;
	max-width: 240px;
	min-height: 300px;
	transition: ease-in-out 200ms border;
	margin: 0;
}
#produits_recent ul > li > ul > li:hover
{
	border: 1px solid #B1B1B1;
}
#produits_recent ul > li > ul > li h2
{
	font-style: normal;
	font-size: 18px;
	color: #4c4c4c;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: normal;
	height: 70px;
}
#produits_recent ul > li > ul > li .tarif
{
	font-size: 26px;
	color: #760000;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
}
#produits_recent .photo
{
	position: relative;
	width: 100%;
	height: 228px;
	overflow: hidden;
}
#produits_recent .photo img
{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
	width: initial;
	height: initial;
}
#produits_recent > div > div
{
	margin: 0!important;
	box-shadow: none!important;
	background-color: transparent!important;
	color: #960f28!important;
	font-size: 55px!important;
	font-family: arial!important;
	width: initial!important;
	height: initial!important;
	line-height: initial!important;
	border-radius: initial!important;
	transform: translateY(-50%);
}

.tarif strong
{
	color: #760000;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.tarif s
{
	color: #8c0752!important;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.date
{
	background-color: #000000;
	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;
}



#temoignages
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#temoignages > li
{
	position: relative;
	margin: 10px 0;
	padding: 10px;
	background-color: rgba(117, 114, 94, 0.13);
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
#temoignages > li:nth-child(odd):before, 
#temoignages > li:nth-child(even):before
{
	content: "";
	position: absolute;
	bottom: 10px;
	left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 10px 7.5px 0;
	border-color: transparent #F8FFF9 transparent transparent;
}
#temoignages > li .temoignage-date
{
	
}
#temoignages > li .temoignage-titre
{
	font-family: Rounded_Elegance;
	font-weight: normal;
	font-size: 20px;
	color: #960F28;
}
#temoignages > li .temoignage-message
{
	display: block;
	margin-top: 10px;
}
#temoignages > li .temoignage-reponse
{
	border-top: 1px solid #960F28;
	background-color: rgba(254,129,169,0.1);
	margin-top: 10px;
	padding: 10px;
	border-radius: 0 0 8px 8px;
}

#form_temoignages
{
	display: block;
	background-color: rgba(117, 114, 94, 0.13);
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.blink 
{
	opacity: 1;
	animation: blink 2s infinite steps(1);
}
@keyframes blink
{
	0%, 60%, 100% { opacity: 1; }
	40% { opacity: 0; }
}


.ui-dialog-titlebar
{
	background: #960f28;
	color: #FFF;
	font-weight: normal;
}
.ui-widget-header .ui-icon
{
		background-image: url(../js/jquery/theme/images/ui-icons_ffffff_256x240.png);
}
.ui-widget-header .ui-state-hover
{
	background: none;	
}
/* SPECIFIQUE CLIENT */
@media only screen and (max-width:1450px) 
{
	#panierProduit + div
	{
		margin-left: 0px;
		width: calc(100% - 485px);
		padding-right: 240px;
	}
	#menu_client > #search
	{
		left: 50%;
	}
	#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%;
	}
}
@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%;
		padding: 0;
	}

	#header > div > div > div > .row:first-child
	{
		width: initial!important;
		height: 87px!important;
	}
	#header > div > div > div > .row:first-child > div
	{
		height: 40px;
		display: block;
		width: initial;
	}
	#header > div > div > div > .row:first-child > div:first-child + div
	{
		width: 288px;
	}
	#header > div > div > div > .row:first-child > div:first-child + div + div
	{
		display: none;
	}
}
@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 (min-width:1025px)
{
	#menu > div > div > ul
	{
		display: block!important;
	}
	#header #burger
	{
		display: none!important;
	}
}
@media only screen and (max-width:1024px)
{
	#produit .produit-details
	{
		max-width: 380px;
		margin: 0 auto;
		padding: 0 10px;
		text-align: center;
	}

	.row-auto,
	.row-auto > *,
	.row > *
	{
		display: block!important;
		width: initial!important;
	}

	#header
	{
		border: 0;
	}

	#header > div > div > div > .row:first-child
	{
		display: none;
	}

	#header #logo
	{
		margin-left: 10px;
	}
	#header #logo > img
	{
		max-width: 45%;
		margin: 13px 10px;
	}
	
	#header
	{
		height: initial;
	}
	#header .container
	{
		padding: 0;
	}
	#header > div > div
	{
		display: flex;
		flex-direction: column;
	}
	#header .row:first-child,
	#header > div > div > div
	{
		text-align: left!important;
		height: initial!important;
	}
	#header > div > div > div
	{
			display: inline-block!important;
	}

	#header > div > div:nth-child(1) > div.col-9.middle > div,
	#header #recherche button
	{
		display: none!important;
	}
	
	#header #menu
	{
		display: none;
	}

	#header #menu, 
	#header #menu_client
	{
		position: absolute;
	}	
	#header #menu_client
	{
		display: inline-block;
		left: initial;
		top: -105px;
		right: 9px;
		text-align: right;
		width: initial;
	}
	#header #menu > ul,
	#header #menu_client > ul
	{
		display: inline-block;
	}
	#header #menu_client #nbrPanier
	{
		left: 0;
	}
	#header #menu > ul > li, 
	#header #menu_client > ul > li
	{
		width: initial;
	}
	#header #menu > ul > li > a, 
	#header #menu_client > ul > li > a
	{
		padding: 10px 5px;
		text-align: center;
	}
	#header #menu_client > ul > li > a > span
	{
		display: block;
		font-size: 11px;
	}

	#menu_client
	{
		position: absolute;
		top: 62px;
		left: 0;
		z-index: 2;
	}
	#menu_client a
	{
		color: #000;
	}
	

	#accueil-horaires
	{
		max-height: initial!important;
	}

	#payer > div
	{
		border-right: none!important;
		padding: 10px 0px!important;
	}
	#menuClient > div.button
	{
		display: block!important;
		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;
	}
	#espace_client #total
	{
		width: 100%;
	}
	#total > div > table > tbody > tr > th
	{
		width: 50%;
	}
	#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;
	}
	
	#header #burger
	{
		display: inline-block;
	}

	body.menu-open #header #burger .fa-times,
	#header #burger .fa-bars
	{
		display: block;
	}
	body.menu-open #header #burger .fa-bars
	{
		display: none;
	}
	

	body.menu-open
	{
		overflow: hidden;
	}
	body.menu-open #header #menu
	{
		position: fixed!important;
		display: block;
		top: 115px;
		height: calc(100% - 115px);
		overflow: auto;
		background-color: #960f28;
	}
	body.menu-open #header #menu > ul
	{
		display: block;
	}
	body.menu-open #header #menu > ul > li
	{
		display: block;
	}
	body.menu-open #header #menu > ul > li > ul
	{
		display: block!important;
		position: relative;
		padding: 5px 10px!important;
		width: 100%;
		height: inherit!important;
	}
	body.menu-open #header #menu > ul > li > a
	{
		display: block;
		color: #FFF;
		text-align: left;
		background-color: #960f28;
	}
	#header #burger:hover,
	#header #menu > ul > li:hover > a, 
	#header #menu_client > ul > li:hover > a
	{
		background-color: initial;
	}
	body.menu-open #header #menu > ul > li > ul > li > a
	{
		/*padding: 10px 10px;*/
	}

	#mon-compte h2
	{
		text-align: center;
	}
	#menuClient > ul > li > a
	{
		padding: 13px 8px;
		font-size: 12px;
	}
	.formContact
	{
		width: 100%;
	}

	#produit .produit-quantite
	{
		width: initial;
	}

	#header #menu > ul > li > ul, 
	#header #menu_client > ul > li > ul
	{
		min-width: initial;
	}
	#header #recherche > form
	{
		width: 100%;
		border: 2px solid #960f28;
	}

	#page .parallax
	{
		background-attachment: initial;
		background-size: cover;
	}

	fieldset > ul > li
	{
		width: 100%;
	}

	.horaire-footer
	{
		padding: 10px;
	}
	
	#footer,
	#footer .titre,
	#footer > div > div,
	#footer > div > div > div
	{
		text-align: left;
		padding-left: 5px;
	}
	#footer ul
	{
		text-align: left;
	}
	#footer > div > div.right > img
	{
		max-width: 95%;
	}
	.horaire-footer
	{
		width: 100%;
	}
	#footer #infos_site,
	#footer #infos_complementaires
	{
		display: block;
		text-align: center;
		padding: 5px;
		margin: 0;
	}
}
@media only screen and (max-width:990px) {
	#categorie > li
	{
		width: calc(50% - 20px);
		padding-top: 45%;
	}
	.liste-marques > li
	{
		width: calc(33.33% - 20px);
	}

	#listeProduits
	{
		width: 100%;
	}
	#listeProduits .element
	{
		width: calc(100% - 10px)!important;
	}
	#listeProduits .element img
	{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	/*#listeProduits > .element > a > div:first-child
	{
		width: 100%;
	}*/
	#listeProduits .description_produit
	{
		width: 100%;
		padding: 5px;
	}
}
@media only screen and (max-width:800px)
{	
	.liste-marques > li
	{
		width: calc(50% - 20px);
	}

	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;
	}
	#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;
	}
	
	#produitSimilaire > ul > .element > a > div
	{
		width: 150px;
		height: 150px;
	}
	#produitSimilaire span
	{
		font-size: 22px; 
	}
	#conditionnement
	{
		width: 100%;
		margin-top: 10px;
		border: none;
		border-top: 15px solid #000000;
		border-bottom: 15px solid #000000;
		background-size: 65% 45%;
	}
	#conditionnement > p
	{
		padding: 83px 14px 0px 14px;
	}
}
@media only screen and (max-width:710px) {
	#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:620px) {

	body.menu-open #header #menu > ul > li > ul > li
	{
		width: 100%;
	}

	#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;
	}
}
@media only screen and (max-width:550px)
{
	#resume
	{
		width: 100%!important;
	}
	#categorie > li
	{
		width: calc(100% - 20px);
		padding-top: 80%;
	}

	#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;
	}
	#titreCommandes
	{
		font-size: 10px;
	}
	.statut > label
	{
		color: #000000;
		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;
	}
}
@media only screen and (max-width:500px)
{

	#listeProduits > .element > a > div
	{
		display: block;
		width: 100%;
	}
	#listeProduits > li > a > div.description_produit > div:first-child
	{
		position: static;
		text-align: center;
	}
	.formContact > div > div 
	{
		width: 100%;
		margin-top: 15px;
	}
}
@media only screen and (max-width:370px)
{

	.liste-marques > li
	{
		width: calc(100% - 20px);
	}
	#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%;
	}
}