/*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);
}

BODY
{
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #3a3a3b;
}
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: #38c9f4;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.ariane
{
	display: block;
	color: #CCC;
	font-size: 14px;
	padding: 10px 10px 30px!important;
}
.ariane > a
{
	color: #CCC;
	font-size: 14px;
	text-decoration: none;
}
.ariane > a:hover
{
	text-decoration: underline;
}
h1
{
	font-size: 28px;
	font-weight: normal;
	text-align: center;
}
h2
{
	color: #eea10b;
}
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 #38c9f4;
}
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: #38c9f4;
}
.highlight-txt
{
	color: #38c9f4;
}
.highlight-bg
{
	background-color: #38c9f4;
}
.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: 1780px;
	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;
}

.fade-c.visible > :nth-child(8)
{
  transition-delay: 2.1s;
}
.fade-c.visible > :nth-child(9)
{
  transition-delay: 2.4s;
}
.fade-c.visible > :nth-child(10)
{
  transition-delay: 2.7s;
}
.fade-c.visible > :nth-child(11)
{
  transition-delay: 3.0s;
}
.fade-c.visible > :nth-child(12)
{
  transition-delay: 3.3s;
}


.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 #38c9f4;
	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: #38c9f4;
    font-size: 23px;
}
.quotes:before
{
	top: 15px;
	left: -14px;
	content: "\f10d";
}
.quotes:after
{
	bottom: 15px;
	right: -14px;
	content: "\f10e";
}

/*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;
}
#captchagc > img:nth-of-type(1)
{
	position: absolute;
	top: 18px;
	left: 18px;
	width: 34px;
	height: 34px;
	z-index: 2;
	margin: 0!important;
}
#captchagc > img:nth-of-type(2)
{
    position: absolute;
    top: 40px;
    left: 25px;
    width: 25px;
	height: 25px;
	z-index: 3;
	margin: 0!important;
	animation: 3s ease-out 1s infinite running captchagc;
}
@keyframes captchagc
{
	0% { left: 25px; }
	25% { left: 25px; }
	50%{ left: 210px; }
	100%{ left: 210px; }
}
#captchagc > img:nth-of-type(1) + div
{
	position: absolute;
	top: 14px;
	right: 14px;
	border: 1px solid #535353;
	border-radius: 4px;
	width: 41px;
	height: 40px;
	background-color: #FFF;
	z-index: 1;
}
#captchagc > img:nth-of-type(1) + div.accept
{
	border: 1px solid #F3990C;
}
#captchagc > img:nth-of-type(1) + div.hover
{
	border: 1px solid #1CD129;
}
#captchagc:before
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: ">>>>>>>>";
	font-family: 'Open sans', sans-serif;
	font-size: 17px;
}
#captchagc.valid:after
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(255,255,255,0.9);
	z-index: 3;
}
#captchagc > i
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	opacity: 0;
	transition: ease-in-out 200ms opacity, ease-in-out 200ms left;
}	
#captchagc.valid > i:nth-of-type(1)
{
	opacity: 1;
	left: 17%;
}
#captchagc > i:nth-of-type(1):before
{
	content: "\f00c";

	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	
	padding: 5px;
	color: #12D954;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	background-color: #FFF;
	border: 2px solid #12D954;
}
#captchagc > i:nth-of-type(2)
{
	position: absolute;
	top: 23px;
	left: 113px;
	z-index: 5;
	font-size: 25px;
	opacity: 1;
}
#captchagc.valid > img:nth-of-type(1)
{
	top: 18px!important;
	left: 197px!important;
}
#captchagc.valid > img:nth-of-type(2)
{
	display: none;
}
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 #38c9f4;
}
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 #38c9f4;
}
.select_perso > ul
{
	position: absolute;
	display: none;
	border: 1px solid #38c9f4;
	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: #38c9f4;
}
.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;
}
.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: 10px 30px!important;
	background: initial!important;
	background-color: #38c9f4!important;
	border: 0!important;
	border-radius: 3px!important;
	color: #FFF!important;
	font-size: 16px!important;
	font-family: "arial"!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: #828282!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'],
.CJEditeur_body img[align='left']
{
	margin: 15px 15px 15px 0;
}
#page img[align='right'],
#cboxLoadedContent img[align='right'],
.CJEditeur_body img[align='right']
{
	margin: 15px 0 15px 15px;
}
#page img[align='absmiddle'],
#cboxLoadedContent img[align='absmiddle'],
.CJEditeur_body img[align='absmiddle'],
{
	margin: 15px;
}



/*HEADER*/
#header
{
	position: relative;
	width: 100%;
	height: 190px;
	font-size: 15px;
    font-family: 'Open Sans', sans-serif;
	color: #282828;
	/*font-weight: bold;*/
	background-color: #fff;
	z-index: 10;
}
#header > div:first-child
{
	height: 146px;
}
#header .row:first-child,
#header .row:first-child > div
{
	height: 144px;
}

#header #contact
{
	position: absolute;
	top: 0;
	right: 0;
}

#header #logo 
{
	display: inline-block;
}
#header #logo > img
{
	width: 100%;
	max-width: 460px;
	/*width: 135px;*/
	vertical-align: middle;
	margin: 22px 0;
}

#header > div > div > div img
{
	margin-top: 10px;
}
#header div#contact > span
{
	display: inline-block;
	margin: 5px;
}
#header > div > div > div > div > span > span
{
	font-weight: bold;
}

#header #menu
{
	vertical-align: middle;
	position: relative;
	padding: 1px 0;
	z-index: 2;
	background-color: #38c9f4;
}
#header #menu > div > ul
{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	margin: 0;
}
#header #menu > div > ul > li
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	padding: 0;
	margin-left: 1px;
}
#header #menu > div > ul > li > a
{
	display: block;
	position: relative;
	padding: 10px 20px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#header #menu > div > ul > li:hover > a,
#header #menu > div > ul > li.select > a
{
	color: #38c9f4;
	background-color: #FFF;
}
#header #menu > div > ul > li > a.sous_menu
{
	padding: 10px 40px 10px 20px;
}
#header #menu > div > ul > li > a.sous_menu:after
{
	content: "\f078";
	position: absolute;
	top: 12px;
	right: 10px;
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
#header #menu > div > ul > li > a i
{
	font-size: 20px;
}

#header #menu > div > ul > li > ul
{
	position: absolute;
	display: none;
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
#header #menu > div > ul > li:hover > ul
{
	display: block;
	/*width: 100%;*/
}
#header #menu > div > ul > li > ul > li
{
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
}
#header #menu > div > ul > li > ul > li > a
{
	display: block;
	padding: 5px 10px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	white-space: nowrap;
}
#header #menu > div > ul > li > ul > li > a:hover
{
	color: #FFF;
	background-color: #38c9f4;
}

#header #recherche 
{
	display: inline-block;
	padding: 3px 10px;
	width: 290px;
}
#header #recherche > form
{
	display: inline-block;
	border-radius: 3px;
	margin: 0;
	padding: 0;
	background-color: #3fadce;/*7adbf8*/
	width: 100%;
}
#header #recherche button
{
	margin: 0!important;
	padding: 0!important;
	vertical-align: middle!important;
	border-radius: 35px 0 0 35px!important;
	color: #FFF!important;
	background-color: #3fadce!important;/*7adbf8*/
	
	width: 40px;
	height: 36px;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
}
#header #recherche input[type='text']
{
	border-radius: 3px 0 0 3px;
	padding: 0;
	width: calc(100% - 60px);
	height: 36px;
	margin: 0;
	border: 0;
	vertical-align: middle;
	color: #FFF;
	font-size: 15px;
	background-color: transparent;
}
#header #langues
{
	position: absolute;
	top: -2px;
	right: 5px;
}


#header #recherche input[type='text']::placeholder
{
	color: #e6f7fd;
	font-style: italic;
}

#header #menu_client #nbrPanier
{
    position: absolute;
    display: inline-block;
	color: #FFFFFF;
    background-color: #38c9f4;
    padding: 0;
    font-size: 10px;
    font-weight: 700;
    border-radius: 30px;
    width: 15px;
    height: 15px;
    margin: 10px 0 0 24px;
    text-align: center;
    left: 20px;
    top: 10px;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
}
#header #menu_client a:hover #nbrPanier
{
	background-color: #000;
}

#header #burger
{
	position: absolute;
    top: 23px;
    right: 20px;

	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: #000;
	font-size: 22px;
	cursor: pointer;
	margin: 0;
	text-align: center;
}
#header #burger:hover
{
	color: #000;
	background-color: transparent;
}
#header #burger:hover .fa-bars,
#header #burger:hover .fa-times
{
	color: #000;
}

/* Accueil */
.bloc3d
{
    position: relative;
	padding-left: 0px;
    list-style: none;
    font-size: 0px;
    text-align: center;
    z-index: 8;
    margin: 20px auto;
}
.bloc3d > li
{
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    color: white;
    perspective: 500px;
    width: calc(25% - 10px);
    height: 270px;
	margin: 5px;
}
.bloc3d.categorie > li
{
	width: calc(25% - 10px);
    height: 250px;
}
.bloc3d > li > a
{
    background-color: #FFF;
	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%;
    background-repeat: no-repeat;
    text-decoration: none;
    border: 1px solid #e4e4e4;
}
.bloc3d > li > a > .photo-bloc
{
    position: relative;
    width: 100%;
    height: calc(100% - 42px);
    overflow: hidden;
}
.bloc3d > li > a > .photo-bloc > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%,-50%);
}
.bloc3d > 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);
	}
}
.bloc3d .titre-bloc
{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3px 10px;
    background-color: #38c9f4;
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    width: 100%;
    min-height: 42px;
    transition: 200ms background-color ease-in-out;
}
.bloc3d > li:hover .titre-bloc
{
	background-color: #eea10b;
}
.bloc3d .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);
}
.bloc3d .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: #FFFFFF;
	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
{
	padding: 40px 0;
	background-image: url(../img/parallax.jpg);
	/*background-attachment: fixed;*/
	background-position: 50% 50%;
}

#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%);
}

#nouveautes
{
	padding-top: 83px;
	padding-left: 30px;
}
#nouveautes > div
{
	width: 100%;
	height: 317px;
}
#nouveautes ul
{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nouveautes ul > li
{
	width: 100%;
	position: relative;
	margin: 0;
	font-size: 0;
}
#nouveautes ul > li > a
{
	position: relative;
	display: block;
	padding: 3px;
	background-color: #e4e4e4;
	margin-bottom: 5px;
}
#nouveautes ul > li .nouveaute-photo
{
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
	vertical-align: top;
	background-color: #FFF;
	overflow: hidden;
}
#nouveautes ul > li .nouveaute-photo img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}
#nouveautes ul > li img.nouveaute
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
#nouveautes ul > li div.nouveaute
{
	display: inline-block;
	width: calc(100% - 150px);
	height: 150px;
	font-size: 13px;
	vertical-align: top;
	padding: 5px;
}
#nouveautes ul > li div.nouveaute h3
{
	margin: 0;
	padding: 0;
}
#nouveautes ul > li .nouveaute-texte
{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 5px 0;
	overflow: hidden;
    height: 38px;
}
#nouveautes ul > li button
{
	position: absolute;
	right: 3px;
	bottom: 3px;
	padding: 7px 25px!important;
	margin: 0!important;
	border-radius: 0!important;
}

#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: #38c9f4;
    font-size: 28px;
    padding-top: 30px;
    letter-spacing: 1px;
    margin-top: 0px;
}
#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
{
	z-index: 1;
	position: relative;
	width: 100%!important;
	overflow: hidden;
}

#slider_accueil > ul
{
	position: relative!important;
	width: 100%;
	height: initial!important;
}

#slider_accueil > ul > li
{
	position: relative!important;
	width: 100%;
	padding-top: 20%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

#slider_accueil > ul > li > a
{
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#slider_accueil img
{
	margin: 0;
}

#slider_accueil > ul > li video
{
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#slider_accueil .boutonsPagination
{
	left: 50%!important;
	right: initial!important;
	transform: translateX(-50%);
}

#slider_accueil .boutonPagination
{
	width: 20px!important;
	height: 20px!important;
	opacity: 1!important;
	background: transparent!important;
	border: 4px solid #FFF;
	box-shadow: 0 0 1px rgba(0,0,0,0.8);
}
#slider_accueil .boutonPagination.select
{
	background: #FFF!important;
}
#slider_accueil .CJSlider-navigation-gauche,
#slider_accueil .CJSlider-navigation-droite
{
	top: 50%!important;
}

#slider_accueil .CJSlider-navigation-gauche > i,
#slider_accueil .CJSlider-navigation-droite > i
{
	text-shadow: 1px 1px 4px #555;
	font-size: 62px;
	color: rgb(255,255,255);
	cursor: pointer;
}

#slider_accueil .CJSlider-navigation-gauche > i
{
	right: 10px;
}

#slider_accueil .CJSlider-navigation-droite > i
{
	left: 10px;
}

#slider_accueil .slide-contenu
{
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slide-contenu .container
{
	position: relative;
	top: 0;
	height: 100%;
}

#slider_accueil .slide-contenu > .container > div
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

#slider_accueil .slide-contenu .slide-titre
{
	display: inline-block;
	padding: 0 50px 5px 50px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 27px;
	color: #F19213;
}

#slider_accueil .slide-contenu .slide-texte
{
	display: block;
	margin: 0 0 0 30px;
	padding: 0 20px 5px 20px;
	max-width: 490px;
	text-decoration: none;
	font-size: 19px;
	color: #000;
	/*background-color: rgba(0,0,0,0.9);*/
}

#slider_accueil .slide-contenu .slide-texte a
{
	text-shadow: none;
}


/*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;
}
.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
{
	margin-top: 10px;	
}
.pagination input
{
	display: inline-block;
	width: 35px;
	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
{
	text-align: center;
	margin-top: 20px;
}

/*Pied*/
#footer
{
	position: relative;
	width: 100%;
	background-color: #f5f5f5;
	color: #868686;
	font-size: 12px;
}
#footer a
{
	text-decoration: none;
	color: #868686;
}
#footer a:hover:not(.bouton)
{
	text-decoration: underline;
}
#footer #infos_site
{
	color: #868686;
	padding: 10px;
	font-size: 10px;
}
#footer #infos_complementaires
{
	text-align: right;
	font-size: 10px;
}
#footer #infos_complementaires a
{
	color: #868686;
}
#footer > .container
{
	display: table;
}
#footer > .container > div
{
	display: table-cell;
}
#footer_top
{
	padding: 20px 0px;
}
#footer_top > .container
{
	font-size: 0;
}
#footer_top > .container > div > div,
#footer_top > .container > div > img
{
	display: inline-block;
	vertical-align: middle;
}
#footer_top > .container > div > img
{
	margin-right: 10px;
}
#footer_top .circle + span
{
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 13px;
}

#footer_top .menu-footer
{
	font-size: 0;
	margin: 0 10px;
}
#footer_top .menu-footer > ul
{
	list-style: square;
	display: inline-block;
	padding-left: 20px;
	margin: 0;
	width: 50%;
	font-size: 13px;
}
#footer_top .menu-footer > ul > li > a
{
	display: inline-block;
	padding: 0;
	font-size: 13px;
}
#footer_top .social-footer
{
	display: inline-block;
	padding: 10px 15px;
	text-align: left;
	text-align: center;
}
.social-footer > ul
{
	display: inline-block;
	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;
}
.social-footer > ul > li > a
{
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #bcbcbc;
	display: inline-block;
}
.social-footer > ul > li > a > .fab
{
	font-size: 21px;
	color: #282828;
	line-height: 30px;
}
.social-footer > ul > li > a:hover > .fab
{
	color: #FFF;
}
.social-footer > ul > li > a.twitter:hover
{
	background-color: #55acee;
}
.social-footer > ul > li > a.pinterest:hover
{
	background-color: #BC1E23;
}
.social-footer > ul > li > a.facebook:hover
{
	background-color: #3b5998;
}
#footer_top .social-footer .bouton
{
	margin: 0;
}
#footer_top .titre
{
	font-size: 25px;
	color: #dbdbdb;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
.map-footer
{
	padding-left: 20px;
	width: calc(100% - 380px);
}
.map-footer iframe
{
	width: 100%;
	height: 320px;
}


/* 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;
}
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;
}

#coordonnees
{
	list-style: none;
	margin: 0 0 0 auto;
	padding: 0;

	max-width: 350px;
}
#coordonnees > li
{
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #CCC;
}
#coordonnees > li > div
{
	margin: 5px 0;
}
#coordonnees > li i
{
	color: #38c9f4;
	vertical-align: middle;
	font-size: 22px;
}



/* 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;
}
/* 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%;
}
#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;
}

/*#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: center;
	font-size: 0;
}
#listeProduits .element
{
	display: inline-block;
	font-size: 14px;
	position: relative;
	width: calc(25% - 20px);
	border: 1px solid #E9E9E9;
	transition: ease-in-out 200ms border;
	margin-top: 17px;
}
#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: 230px;
}
#listeProduits .element .produit-photo > img
{
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%,-50%);
}
#listeProduits .element .produit-titre
{
	padding: 0 5px;
	width: 100%;
	height: 65px;
	font-size: 16px;
}
#listeProduits .element .produit-prix
{
	display: block;
	width: 100%;
	height: 65px;
}
#listeProduits .element .produit-prix s
{
	font-size: 15px;
}
#listeProduits .element button
{
	display: block!important;
	margin: 10px auto!important;
}

#produits
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.coloris
{
	padding: 10px 5px;
	text-align: center;
	height: 40px;
}
.coloris span
{
	border: 1px solid #FFF;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	vertical-align: middle;
}
.coloris span:hover
{
	box-shadow: 0 0 0 2px #AAA;
}

#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: 26px;
	color: #760000;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
}
.prix > s
{
	font-size: 14px;
	font-weight: normal;
	color: #C90000;
}

/*#produitSimilaire
{
	background-color: #F3EBDF;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 50px;
}
#produitSimilaire span
{
	text-align: center;
	font-family: '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: #f4f4f4;
	padding: 10px;
}
#mentions > div:first-child > div > div,
#mentions > div:first-child > div > div + div
{
	background-color: #f4f4f4;
	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;
	margin-bottom: 20px;
}
#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%;
	background-color: #E9E9E9;
	/*padding-top: 5px;*/
}
#slider_produit > div + div > span
{
	display: inline-block;
	margin: 3px;
	border: 1px solid #FFF;
}
#slider_produit > div + div > span > img
{
	vertical-align: middle;
}
#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%;
	cursor: zoom-in;
}
#cboxOverlay
{
	cursor: zoom-out!important;
}
#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;
}


/*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
{
	display: none;
}
#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: #38c9f4;
	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: 15px 0px;
	background-color: #dadada;
}
#produits_recent > div
{
	height: 534px!important;
	margin: 10px;
}
#produits_recent a 
{
	text-decoration: none;
	display: block;
}
#produits_recent ul,
#produits_recent ul > li 
{
	width: 100%;
	padding: 0px 15px;
	box-sizing: border-box;
	list-style: none;
}
#produits_recent ul > li > ul
{
	font-size: 0px;
}
#produits_recent ul > li > ul > li
{
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 5px 8px;
    vertical-align: top;
    /*width: calc(23% - 2px);*/
    width: 260px;
    margin: 0 10px;
    font-size: 18px;
    border: 1px solid #E9E9E9;
    background-color: #FFF;
    max-width: 270px;
    min-height: 410px;
    transition: ease-in-out 200ms border;
}
#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
{
    box-shadow: none!important;
    background-color: transparent!important;
    color: #38c9f4!important;
    font-size: 55px!important;
    font-family: arial!important;
    width: initial!important;
    height: initial!important;
    line-height: initial!important;
    border-radius: initial!important;
}

.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;
}


.faq
{
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}
.faq > li
{
	margin: 5px 0;
	padding: 0 0 10px;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	background-color: #fff;
}
.faq > li > div:first-child
{
	padding: 10px 10px 0;
	position: relative;
}
.faq > li > div:first-child:after
{
	content: "\f078";
	position: absolute;
	right: 10px;
	top: 10px;
	display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.faq > li.select > div:first-child:after
{
	content: "\f077";
}
.faq > li > div:first-child + div
{
	display: none;
	margin: 10px 10px 0;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.faq > li.select > div:first-child + div
{
	display: block;
}


.ui-dialog-titlebar
{
	background: #38c9f4;
    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) 
{
	#page img
	{
		max-width: 100%;
		height: initial;
	}
	#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;
	}
}
@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 #logo
	{
		margin-left: 10px;
	}
	#header #logo > img
	{
		max-width: 95%;
	}
	
	#header
	{
		height: initial;
	}
	#header .container
	{
		padding: 0;
	}
	#header > div:first-child
	{
		height: initial;
	}
	#header > div > div:first-child
	{
		display: flex;
		flex-direction: column;
	}
	#header .row:first-child,
	#header > div > div > div
	{
		text-align: left!important;
		height: initial!important;
	}
	#header > div > div > div:first-child
	{
		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
	{
		position: absolute;
	}
	#header #menu > ul
	{
		display: inline-block;
	}
	#header #menu_client #nbrPanier
	{
		left: 0;
	}
	#header #menu > ul > li
	{
		width: initial;
	}
	#header #menu > ul > li > a
	{
		padding: 10px;
	}
	#header #menu_client > ul > li > a > span
	{
		display: block;
		font-size: 11px;
	}

	#header > div > div > div:first-child + div
	{
		display: none!important;
	}
	
	#listeProduits > .element,
	.bloc3d > li
	{
		width: 40%; 
	}
	

	#accueil-horaires
	{
		max-height: initial!important;
	}

	#payer > div
	{
		border-right: none!important;
		padding: 10px 0px!important;
	}
	/*#menuClient > div
	{
		display: block;
		text-align: center;
		letter-spacing: 0.4em;
		margin-bottom: 0px;
	}*/
	#menuClient > ul
	{
		/*display: none;*/
		padding-left: 0px;
	}
	#menuClient > ul > li
	{
		display: block;
		border-bottom: 1px solid #CACACA;
	}
	#menuClient > ul > li > a
	{
		display: block;
		height: 100%;
	}
	#menuClient img
	{
		padding-right: 5px;
	}
	#accueilClient
	{
		margin-top: 15px;
	}
	#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;
	}
	
	.bloc3d.categorie > li
	{
		width: calc(100% - 10px);
	}
	.tableau
	{
		overflow: auto;
		width: 100%;
	}

	body.menu-open
	{
		overflow: hidden;
	}
	body.menu-open #header #menu
	{
		position: fixed;
		display: block;
		top: 89px;
		width: 100%;
		height: calc(100% - 89px);
		overflow: auto;
		background-color: #38c9f4;
	}
	body.menu-open #header #menu > div > ul
	{
		display: block;
	}
	body.menu-open #header #menu > div > ul > li
	{
		display: block;
	}
	body.menu-open #header #menu > div > ul > li > ul
	{
		display: block;
		position: relative;
	}
	body.menu-open #header #menu > div > ul > li > a
	{
		display: block;
		color: #FFF;
		text-align: left;
		background-color: #38c9f4;
	}
	body.menu-open #header #menu > div > 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;
	}

	#nouveautes
	{
		padding-left: 0;
		padding-top: 30px;
	}
	
	#footer,
	#footer .titre,
	#footer > div > div,
	#footer > div > div > div
	{
		text-align: center;
	}
	#footer ul
	{
		text-align: left;
	}
	#footer > div > div.right > img
	{
		max-width: 95%;
	}
}
@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)
{	
	#slider_accueil > ul > li
	{
		padding-top: 56%;
	}
	#slider_accueil .slide-contenu > div > div
	{
		background-color: rgba(255,255,255,0.8);
	}
	#slider_accueil .slide-contenu .slide-titre
	{
		font-size: 20px;
	}
	#slider_accueil .slide-contenu .slide-texte
	{
		font-size: 13px;
	}

	.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)
{
	#header #logo > img
	{
		max-width: 70%;
	}

	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;
	}

	#listeProduits > .element,
	.bloc3d > li
	{
		width: 70%; 
	}

	#header #contact
	{
		position: relative;
		text-align: center;
		display: block;
	}
}
@media only screen and (max-width:550px)
{

	#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;
	}
	
	#listeProduits > .element,
	.bloc3d > li
	{
		width: 80%; 
	}
}
@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%;
	}
	
	#listeProduits > .element,
	.bloc3d > li
	{
		width: 100%; 
	}

	
}