/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*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: 17px;
	color: #3a3a3b;
}
table
{
	border-spacing: 0;
	float: none;
	border-collapse: collapse;
}
table td
{
	margin: 0;
	padding: 0;
	border-color: #CCC;
}
sup
{
	font-size: 15px;
	font-weight: 600;
}
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;
}
.higlight
{
	color: #40c0c0;
}
h1
{
	text-align: left;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 31px;
	color: #000000;
	margin-top: 30px;
}
h2
{
	color: #000;
	font-weight: 600;
}
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 #40c0c0;
}
hr.small
{
	border-width: 2px;
    margin: 0 auto;
    max-width: 250px;
    margin-bottom: 30px;
}
#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: #40c0c0;
}
a:hover
{
	text-decoration: underline;
}
.highlight {
	color: #40c0c0;
	background-color: #f5f5f5;
	padding: 10px 0 30px;
}
.highlight h2
{
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.highlight-txt
{
	color: #40c0c0;
}
.highlight-bg
{
	background-color: #40c0c0;
}
.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: "Aero";
	font-size: 28px;*/
}
.container
{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.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%;
}

ul
{
	display: flow-root;
}

.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 #40c0c0;
	padding: 10px;
	margin: 10px;
}
.quotes:before,
.quotes:after
{
	position: absolute;
	display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 6 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

	background-color: #FFF;
	padding: 3px;
    color: #40c0c0;
    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 #40c0c0;
}
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 #40c0c0;
}
.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: #40c0c0;
	color: #FFF;
}
.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 'Font Awesome 6 Pro';
	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: 600;
}
fieldset > 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,
fieldset > ul > li > div > input[type='text'],
fieldset > ul > li > div > input[type='password'],
fieldset > ul > li > div > select,
fieldset > ul > li > div > textarea
{
	width: 100%;
}

/*Boutons*/
.bouton,
.button,
.ui-button
{
	display: inline-block;
	margin: 2px!important;
	padding: 8px 15px!important;
	background: initial!important;
	background-color: #2060c0!important;
	border: 0!important;
	border-radius: 4px!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;

    transition-property: background-color;
    transition-duration: 0.5s;
}
.bouton:hover,
.button:hover,
.ui-button:hover
{
	color: #FFF!important;
	background-color: #26257a!important;
	text-decoration: none!important;
}
.bouton:active,
.button:active,
.ui-button:active
{
	color: rgba(255,255,255,0.2)!important;
}

.button.primary
{
	position: relative;
	background-color: #2060c0!important;
	overflow: hidden;
	transform: perspective(1px) translateZ(0);
}
.button.primary:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background: linear-gradient(to right, #26257a, #2060c0);
	transition: ease-in-out 200ms;
	z-index: -1;
}
.button.primary:hover:before
{	
	width: 100%;
}
.button.secondary
{
	background-color: #40c0c0!important;
}
.button.disabled
{
	background-color: #C4C4C4!important;
	color: #828282;
	pointer-events: none;
}
.button.small
{
	padding: 6px 6px!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;
    margin-bottom: 43px;
	z-index: 10;

	width: 100%;
	/*min-height: 236px;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000;

	background-color: #FFF;

	box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 40%);
}
#header > div:first-child
{
	background-color: #40c0c0;
	color: #FFF;
	font-size: 13px;
	padding: 4px;
}
#header .container
{
	padding: 0 10px;
}
#logo
{
	display: block;
	margin: 10px 0;
}

/*Renseignements*/
#renseignements
{
	position: relative;
	display: inline-block;
	border: 1px solid #40c0c0;
	border-radius: 10px;
	padding: 10px;
	margin: 0 10px 31px;
	text-align: center;
	color: #000;
	font-size: 16px;
	font-style: italic;
}
#renseignements > a
{
	display: inline-block;
	margin: 10px 0 0;
	color: #40c0c0;
	font-size: 20px;
}
#renseignements > div
{
	position: absolute;
	border: 1px solid #CCC;
	width: 100%;
	left: 0;
	bottom: -25px;
	font-size: 11px;
	padding: 3px;
	font-style: normal;
}

/*Recherche*/
#recherche
{
	display: block;
	background-color: #FFF;
	border-radius: 100vh;
	white-space: nowrap;
	border: 1px solid #979797;
	width: 100%;
}
#recherche > input[type='text']
{
	padding: 8px;
	margin: 0;
	border: 0;
	background-color: transparent;
	color: #000;
	font-size: 15px;
	vertical-align: middle;
	width: calc(100% - 42px);
}
#recherche > input[type='text']::placeholder
{
    color: #C5C5C5;
    opacity: 1;
    font-style: italic;
}
#recherche > input[type='text']:-ms-input-placeholder
{
    color: #C5C5C5;
    font-style: italic;
}
#recherche > input[type='text']::-ms-input-placeholder
{
    color: #C5C5C5;
    font-style: italic;
}
#recherche > button
{
	background-color: initial!important;
	margin: 2px!important;
	padding: 5px 0px!important;
	border: 0!important;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	color: #FFFFFF!important;
	background-color: #2060c0!important;
	transition: initial!important;
	vertical-align: middle!important;
	font-size: 17px!important;
}

/*Menu client (accès panier, accès espace client...)*/
#menu_client
{
	display: inline-block;
}
#menu_client > a
{
	position: relative;
	color: #000;
	font-size: 18px;
    padding: 5px;
    display: inline-block;
}
#menu_client i
{
	/*font-size: 24px;*/
	margin-right: 7px;
	color: #fff;
}
#nbrPanier
{
    display: inline-block;
    margin: 4px 0 0 4px;
    padding: 5px;
    position: absolute;
    top: 11px;
    left: 13px;
    background-color: #f3f3fc;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    border-radius: 30px;
    width: 20px;
    height: 20px;
}

#menu
{
	position: absolute;
	display: block;
	width: 100%;
	vertical-align: middle;
	background-color: #f5f5f5;
	text-align: center;
	min-height: 41px;
}
#header.scroll #menu
{
	position: fixed;
	top: 0;
}
#menu > div > div
{
	display: inline-block;
	vertical-align: middle;
}
#menu > div > div > ul 
{
	overflow: initial!important;
	font-size: 16px;
	margin: 0;
}
#menu > div > div > ul > li
{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#menu > div > div > ul > li > a
{
	display: block;
	position: relative;
	padding: 12px 14px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #8b8b8b;
	font-weight: 600;
	/*text-transform: uppercase;*/
	/*letter-spacing: -1px;*/
}
#menu > div > div > ul > li:last-child > a
{
	color: #FFF;
	background-color: #2060c0;
}
#menu > div > div > ul > li > ul > li > a.sous_menu:after
{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 6 Pro';
    font-size: inherit;
    margin: 0 0 0 4px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#menu > div > div > ul > li:first-child > a
{
	padding: 8px 8px 9px 8px;
	font-size: 19px;
}
#menu > div > div > ul > li.select > a, 
#menu > div > div > ul > li:hover > a, 
#menu > div > div > ul > li > ul > li:hover > a
{
	color: #FFF;
	background-color: #2060c0;
	text-decoration: none;
}
#menu > div > div > ul > li > a.sous_menu:after
{
	content: "\f107";
	display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 6 Pro';
    font-size: inherit;
    margin: 0 0 0 4px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#menu > div > div > ul > li > ul,
#menu > div > div > ul > li > ul > li > ul
{
	position: absolute;
	display: none;
	min-width: 100%;
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #40c0c0;
	z-index: 999;
}
#menu > div > div > ul > li > ul > li > ul
{
	top: 0;
	left: 100%;
}
#menu > div > div > ul > li:hover > ul,
#menu > div > div > ul > li > ul > li:hover > ul
{
	display: block;
}
#menu > div > div > ul > li > ul > li,
#menu > div > div > ul > li > ul > li > ul > li
{
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
}
#menu > div > div > ul > li > ul > li > a,
#menu > div > div > ul > li > ul > li > ul > li > a
{
	display: block;
	padding: 10px 30px 10px 10px;
	color: #fff;
	white-space: nowrap;
	font-size: 13px;
}
#menu > div > div > ul > li > ul > li:hover > a,
#menu > div > div > ul > li > ul > li > ul > li:hover > a
{
	color: #3a3a3b;
	background-color: #F3F3FC;
	text-decoration: none;
}

#header .fa.fa-bars, 
#header .fa.fa-times
{
	display: none;
	position: absolute;
	top: 0;
	right: 8px;
    z-index: 7;
	padding: 5px;
	color: #fff;
	font-size: 34px;
	text-align: center;
	cursor: pointer;
}

/* 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: #FFF/*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: contain;
	background-repeat: no-repeat;
    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: #40c0c0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    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: 600;
    text-align: left;
    letter-spacing: 2px;
}
#boutons_accueil
{
	display: none;
}


#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;
}
#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%);
}

#enTete
{
	background-image: url(../img/banniere/banniere001.jpg);
	background-size: cover!important;
	height: 240px;
	background-position: 50% 75%!important;
}
#enTete > h1
{
    text-align: center;
    color: #FFFFFF;
    font-size: 28px;
    padding-top: 160px;
    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: #2060c0;
	color: #FFF;
	border-radius: 4px;
}
.lien_pdf:hover
{
	opacity: 0.9;
}
.lien_pdf:before
{
	content: "\f1c1";
	margin-right: 4px;
	display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 6 Pro';
    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: 500px;
	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: 22px!important;
}
#slider_accueil > div:nth-child(4) > i, 
#slider_accueil > div:nth-child(5) > i
{
    color: #FFF;
}
.boutonsPagination
{
	position: absolute;
	right: inherit!important;
	left: 50%!important;
}
.boutonsPagination > div
{
	width: 12px!important;
	height: 12px!important;
	border: 2px solid white;
	border-radius: 100%!important;
	background-color: transparent!important;
	opacity: 1!important;
	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:not(.overlay_slider):not(.button-slide), 
#slider_accueil > ul > li > div:not(.overlay_slider):not(.button-slide)
{
	position: absolute;
    bottom: 50%;
    transform: translate(0,50%);
    left: 10%;
	width: 45%;
	max-width: 720px;
	font-size: 20px;
	color: #FFF;
	z-index: 2;
}
#slider_accueil .overlay_slider
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 40%);
}
#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, 
#slider_accueil > ul > li .slide-titre
{
	display: inline-block;
	padding: 11px 0;
	margin: 0px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	font-style: normal;
}
#slider_accueil .button-slide
{
	margin-top: 20px;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 5px;
	width: 150px;
	text-align: center;
	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: 5px 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 6 Pro";
	font-weight: 900;
	
	padding: 5px;
	color: #12D954;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	background-color: #FFF;
	border: 2px solid #12D954;
}
#captchagc > i:nth-of-type(2)
{
	position: absolute;
	top: 23px;
	left: 113px;
	z-index: 5;
	font-size: 25px;
	opacity: 1;
}
#captchagc.valid > img
{
	top: 18px!important;
	left: 197px!important;
}
/*Notification*/
.notification
{
	line-height: 20px;
	border-radius: 5px;
	font-weight: 600;
	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;
}

.produit-badges
{
	position: absolute;
	z-index: 2;
	left: -6px;
	top: -10px;
}
.produit-badges > span
{
	display: block;
    border-radius: 10px 0;
    width: 90px;
    text-align: center;
    font-size: 12px;
    padding: 5px 5px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 600;
    transform: rotate(-10deg);
    color: #000;
    margin: 0;
}
.badge-meilleure-vente
{
    background-color: #f0bd50;
    font-size: 14px;
}

.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: 10px;	
}
.pagination form
{
	display: inline-block;
    vertical-align: top;
}
.pagination input
{
	display: inline-block;
    width: 35px;
    padding: 6px 4px 6px 4px;
    margin: 1px;
    text-align: center;
    border-radius: 3px;
}
.pagination a
{
	display: inline-block;
	padding: 5px 10px;
	margin: 1px;
	border-radius: 3px;	
	background: #E8E8E8;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	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: #40c0c0;
	color: #FFFFFF;
	font-size: 14px;
}
#footer a
{
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover:not(.bouton)
{
	text-decoration: underline;
}
#footer ul
{
	display: inline-block;
	padding-left: 15px;
}
#footer ul a
{
	display: block;
	padding: 2px 0;
}
#footer .titre
{
	font-size: 20px;
	color: #FFFFFF;
}
#footer .row-auto
{
	padding: 10px;
}
#footer a > i
{
	vertical-align: middle;
}
#footer .row-auto > div:last-child a
{
	display: inline-block;
	padding: 5px 10px 5px 0;
}

#up
{
	display: none;
	position: fixed;
	bottom: 80px;
	right: 80px;

	border-radius: 100%;
	width: 35px;
	height: 35px;
	color: #40c0c0!important;
	border: 2px solid #40c0c0;
	padding: 5px;
	text-align: center;	

	cursor: pointer;
	z-index: 8;
}
#up.show
{
	display: block;
}
#up.end
{
	color: #FFFFFF!important;
	border: 2px solid #FFF;
}



/* 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;
}



/* 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: 600;
	font-size: 14px;
}
.type_adresse
{
	font-weight: 600;
	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: "Aero";
	font-weight: 600;
	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.produit-photo
{
	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: 62%;
}
.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;
	padding: 0;
}
#titre > li
{
	list-style: none;
	display: inline-block;
	font-weight: 600;
	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: 50px;
	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;
	
	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: 37%
}
#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: 600;
}

#produits-filtres
{
	background-color: #f1f1f1;
	display: flex;
}
#filtres
{
	/*background-color: #fff5de;*/
	padding: 5px;
	position: sticky;
	top: 50px;
}
#form_filtres
{
	text-align: center;
}
#form_filtres .filtres
{
	text-align: left;
	margin: 0;
	padding: 0;
}
#form_filtres .filtres li
{
	display: inline-block;
	padding: 3px;
	font-weight: 600;
}
#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;
	background-color: #FFF;
}
#listeProduits > .element:hover
{
	border: 1px solid #B1B1B1;
}
#listeProduits > .element > a 
{
	position: relative;
	text-align: left;
	text-decoration: none;
}

#listeProduits > .element .produit-photo
{
	overflow: hidden;
	height: 230px;
	/*background-color: #f1f1f1;*/
}
#listeProduits > .element .produit-photo > img
{
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%,-50%);
}
#listeProduits > .element .dispo_magasin
{
	position: absolute;
	z-index: 2;
	bottom: 0;
}
#listeProduits > .element .produit-titre
{
	padding: 0 5px;
	width: 100%;
	height: 50px;
	font-size: 18px;
}
#listeProduits > .element .produit-prix
{
	display: block;
	width: 100%;
	height: 45px;
}
#listeProduits > .element button
{
	display: block;
	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;
	box-shadow: 0 0 0 2px #CFCFCF;
}
.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: 18px;
	color: #760000;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
}
.prix s
{
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #9C9C9C;
}

#produitSimilaire
{
	background-color: #f3f3fc;
	overflow: hidden;
	margin-top: 50px;
}
/*#produitSimilaire span
{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
}*/
#produitSimilaire > h3
{
	font-size: 25px;
	padding: 6px 10px;
	text-align: center;
	margin-top: 0px;
	color: #FFFFFF;
	background-color: #333333;
}
#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;
}

#galerie-liste
{
	padding-left: 0px;
	width: 100%;
	list-style: none;
	font-size: 0px;
	text-align: center;
}
#galerie-liste > li
{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin: 1.5%;
	position: relative;
	overflow: hidden;
    padding-top: 20%;
}
#galerie-liste > li .titre
{
	z-index: 2;
    position: absolute;
    left: 0;
    width: calc(100% - 10px);
    font-size: 18px;
    bottom: 10px;
    color: #FFF;
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
	transition: ease-in-out 200ms bottom;
	background-color: rgba(0,0,0,0.7);
	padding: 5px;
	margin: 5px;
	border-radius: 3px;
}
#galerie-liste > li .titre > span
{
	display: inline-block;
}
#galerie-liste > li:hover .titre
{
	bottom: -100%;
}
#galerie-liste > li > a
{
	display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #CCC;
}
#galerie-liste > li > a >.mask
{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 100%;
	opacity: 0;
	animation: 0.15s forwards linear;
	-webkit-animation: 150ms forwards linear;
	z-index: 3;
}
#galerie-liste > li > a >.mask > i
{
	font-size: 45px;
	color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
#galerie-liste > li > a >.mask > span
{
	font-size: 15px;
	display: block;
	width: 95%;
	color: white;
	position: absolute;
	left: 50%;
	text-align: center;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
#galerie-liste > li > a >.mask > span > i
{
	font-size: 45px;
}
@keyframes in-top
{
	0% { top: -100%; left: 0%; opacity: 1; }
	100% { top: 0%; left: 0%; opacity: 1; }
}
@keyframes in-bottom
{
	0% { top: 100%;	left: 0%; opacity: 1; }
	100% { top: 0%; left: 0%; opacity: 1; }
}
@keyframes in-right
{
	0% { top: 0%; left: 100%; opacity: 1; }
	100% { top: 0%;	left: 0%; opacity: 1; }
}
@keyframes in-left
{
	0% { top: 0%; left: -100%; opacity: 1; }
	100% { top: 0%;	left: 0%; opacity: 1; }
}
#galerie-liste > li > a > .mask.in-top
{
	animation-name: in-top;
	-webkit-animation-name: in-top;
}
#galerie-liste > li > a > .mask.in-bottom
{
	animation-name: in-bottom;
	-webkit-animation-name: in-bottom;
}
#galerie-liste > li > a > .mask.in-right
{
	animation-name: in-right;
	-webkit-animation-name: in-right;
}
#galerie-liste > li > a > .mask.in-left
{
	animation-name: in-left;
	-webkit-animation-name: in-left;
}

@keyframes out-top
{
	0% { top: 0%; left: 0%;	opacity: 1;	}
	100% { top: -100%; left: 0%; opacity: 1; }
}
@keyframes out-bottom
{
	0% { top: 0%; left: 0%;	opacity: 1;	}
	100% { top: 100%; left: 0%;	opacity: 1;	}
}
@keyframes out-right
{
	0% { top: 0%; left: 0%;	opacity: 1;	}
	100% { top: 0%;	left: 100%;	opacity: 1;	}
}
@keyframes out-left
{
	0% { top: 0%; left: 0%;	opacity: 1;	}
	100% { top: 0%;	left: -100%; opacity: 1; }
}
#galerie-liste > li > a > .mask.out-top
{
	animation-name: out-top;
	-webkit-animation-name: out-top;
}
#galerie-liste > li > a > .mask.out-bottom
{
	animation-name: out-bottom;
	-webkit-animation-name: out-bottom;
}
#galerie-liste > li > a > .mask.out-right
{
	animation-name: out-right;
	-webkit-animation-name: out-right;
}
#galerie-liste > li > a > .mask.out-left
{
	animation-name: out-left;
	-webkit-animation-name: out-left;
}

#galerie-liste > li img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	margin: 0px;
	z-index: 1;
}

#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: "Aero";
}
#produit .produit-details
{
    width: 90%;
    margin: 0 auto;
}
#produit .produit-details h1
{
	text-align: left;
	margin-top: 0;
}
#produit .produit-prix
{
	padding: 10px 0 0;
	font-size: 26px;
	color: #760000;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
}
#produit .produit-modele
{
	padding: 10px 0;
}
#produit .produit-quantite-stock
{
	/*display: flex;*/
	/*width: 100%;*/
	text-align: center;
	/*justify-content: left;*/
}
#produit #quantite,
#produit .quantite
{
	margin: 0 5px;
}
#produit .produit-quantite
{
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}
#produit .produit-quantite > div
{
	border: 1px solid #CCC;
	border-radius: 3px;
	padding: 5px 10px;
	margin: 5px 0;
	width: 235px;
	text-align: center;
}
#produit .bloc-produit
{
	display: inline-block;
	border: 1px solid #CCC;
	border-radius: 3px;
	padding: 5px 10px;
	margin: 5px 0;
	width: 235px;
	text-align: center;
	vertical-align: middle;
}
#produit .produit-quantite.generateur
{
	width: 100%;
}
#produit .produit-quantite:first-child
{
	margin-right: 10px;
}
#produit .produit-quantite > span
{
	display: block;
	padding: 5px 0;
	font-weight: 600;
}
#produit .produit-quantite input[type='text']
{
	width: 55px;
	text-align: center;
}
#produit .produit-panier
{
	margin: 10px -10px 0px -10px!important;
	padding: 6px;
}
#produit .produit-panier > button
{
	margin: 0!important;
}
#produit .produit-prix
{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#produit #prixProduit,
#produit #prixProduit2
{
	width: 100%;
    font-size: 17px;
}
#produit #prixProduit sup,
#produit #prixProduit2 sup,
#produit .produit-prix-metre sup
{
    font-size: 12px;
}
#produit #prixProduit .produit-prix-unitaire,
#produit #prixProduit2 .produit-prix-unitaire,
#produit #prixProduit .produit-prix-total,
#produit #prixProduit2 .produit-prix-total
{
	font-size: 19px;
}
#produit #prixProduit .produit-prix-unite,
#produit #prixProduit2 .produit-prix-unite
{
	font-size: 14px;
	color: #000;
}
#produit .produit-prix-metre
{
	display: block;
	padding: 5px 0;
	font-size: 19px;
	color: #000;
}
#produit .produit-delai
{
	padding: 10px 0;
	font-style: italic;
	color: #339900;
	font-weight: 600;
}
#produit .produit-magasin
{
}
#produit .produit-stock
{
	display: inline-block;
	margin: 0 0 5px 0;
	font-size: 15px;
    padding: 5px 15px;
    vertical-align: middle;
    /*width: 225px;*/
}
#produit .titre
{
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}
#produit .produit-degressivite > table
{
	margin: 10px 0;
	width: 213px;

	border: 1px solid #40c0c0;
}
#produit .produit-degressivite > table > tbody > tr:nth-child(even) > td,
#produit .produit-degressivite > table > tbody > tr:nth-child(even) > th
{
	background-color: #F3F3FC;
}


#slider_produit
{
	display: inline-block;
	width: 100%;
	border: 1px solid #E9E9E9;
}
#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
{
	position: relative;
	display: inline-block;
	padding: 5px 20px;
	background-color: #FFF;
	font-size: 16px;
    font-family: 'Open Sans', sans-serif;
	color: #2060c0;
	text-decoration: none!important;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 3px 3px 0 0;
	border-bottom: 0;
}
.onglet:hover
{
	border-color: #EDEDED;
}
.onglet.select
{
	border-color: #CCC;
	padding-bottom: 6px;
	border-bottom: #FFF;
	margin-bottom: -1px;
}
.onglet-content
{
	border: 1px solid #CCC;
	padding: 15px;
	min-height: 120px;
	border-radius: 0 3px 3px 3px;
}


/*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: 125px;
}
#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: 600;
	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: 600;
	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: 600;
	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: 0 auto -29px auto!important;
	padding: 4px 10px 6px 10px;
	background-color: #40c0c0;
	width: 100%;
	max-width: 460px;
	text-align: center;
	position: relative;
	z-index: 2;

	font-size: 30px!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    border-bottom: 0!important;
    color: #FFF!important;
}
#produits_recent 
{
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 15px 0px;
	background-color: #d7d5e7;
}
#produits_recent > div
{
	height: 434px!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: #40c0c0!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;
}

.ui-dialog .ui-dialog-content
{
	width: 100%!important;
}

#form_simulation
{
	text-align: center;
}
#table_livraison
{
	width: 100%;
	border: 1px solid #CCC;
	border-collapse: collapse;
}
#table_livraison th
{
	padding: 5px;
	text-align: center;
	background-color: #40c0c0;
	color: #FFF;
}
#table_livraison td
{
	padding: 5px;
	text-align: center;
	border: 1px solid #CCC;
}

#engagements > div  > div:first-child
{
	text-align: center;
	font-size: 76px;
	color: #2060C0;
}

#engagements > div  > div:nth-child(2)
{
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#engagements > div  > div:last-child
{
	text-align: center;
	font-size: 15px;
	color: #000;
	margin: 0 30px 40px;
}

#avis
{
	margin: 20px 0 50px;
}
#avis h2
{
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.slick-slide img
{
	margin: 0 auto;
}
.slick-slider .slick-track
{
	display: inline-flex!important;
    align-items: center;
}

#partenaires
{
	margin: 20px 0 50px;
}
#partenaires h2
{
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}

#slideshow_avis
{
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
}

#slideshow_avis li
{
	display: inline-block;
	/*width: calc(100% / 3 - 33px);*/
	/*margin: 0 15px;*/
}

#slideshow_avis .box-avis
{
	background: #FFFFFF;
	border-radius: 30px;
	filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.15));
	padding: 20px;
	margin: 15px;
}

#slideshow_avis .box-avis > .texte-avis
{
	text-align: justify;
	margin-bottom: 30px;
	width: 100%;
	height: 115px;
}
#slideshow_avis .box-avis > .texte-avis > div
{
	width: 100%;
}

#slideshow_avis .box-avis > .star-avis
{
	color: #ffa500;
	text-align: center;
	margin-bottom: 5px;
	font-size: 23px;
}

#slideshow_avis .box-avis > .qui-avis
{
	font-weight: bold;
	text-align: center;
}

#slideshow_avis .box-avis > .date-avis
{
	color: gray;
	text-align: center;
}

.box-gammes
{
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	margin: 20px;
	min-height: 570px;
}
.box-gammes a
{
	text-decoration: none;
}
.box-gammes .titre, .box-gammes .texte, .box-gammes .button
{
	padding: 15px;
}
.box-gammes .titre
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 21px;
	padding: 30px 0;
}
.box-gammes .photos
{
	border-top: 2px solid #E1E1E1;
}
.box-gammes .photos img
{
	width: 100%;
}
.box-gammes .texte
{
	text-align: center;
	color: #000;
}
.box-gammes .button-gammes
{
	text-align: center;
	padding-bottom: 30px;
}
.box-gammes .button-gammes > div
{
	width: 150px;
	background-color: #2060c0;
	margin: 0 auto;
	padding: 8px 15px;
	border-radius: 50vh;
	color: #fff;
}

#renseignement
{
	/*width: 920px;*/
	background-color: #40c0c0;
	border-radius: 30px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#renseignement > div > div
{
	z-index: 2;
}

#renseignement .col-8 > .titre
{
	font-size: 40px;
	padding: 20px 35px;
	color: #fff;
}

#renseignement .col-8 > .sous-titre
{
	padding: 0 35px 35px;
	color: #fff;
}
#renseignement .col-8 > .sous-titre ul
{
	margin: 0;
}

#renseignement .col-4 > div > div > a
{
	display: block;
	width: 55%;
	text-align: center;
	background-color: #fff !important;
	color: #979797 !important;
	margin-bottom: 20px !important;
}
#renseignement .col-4 > div > div > a > div
{
	font-weight: bold;
	color: #40c0c0 !important;
}

#renseignement .img_background
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
#renseignement .img_background > div:first-child
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
#renseignement .img_background > div:first-child > img
{
	max-width: initial!important;
	height: 100%;
}
#renseignement .img_background > div:last-child
{
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
#renseignement .img_background > div:last-child > img
{
	max-width: initial!important;
	height: 100%;
}

/* SPECIFIQUE CLIENT */
@media only screen and (max-width:1450px) 
{
	#panierProduit + div
	{
		margin-left: 0px;
		width: calc(100% - 485px);
    	padding-right: 240px;
	}
	#produit .produit-quantite
	{
		display: block;
	}
	#produit .produit-quantite > div
	{
		margin: 10px auto;
	}
	#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 .fa.fa-times, 
	#header .fa.fa-bars
	{
		display: none!important;
	}
}
@media only screen and (max-width:1024px)
{
	/*#produit .produit-details
	{
		max-width: 380px;
		margin: 0 auto;
		padding: 0 10px;
	}*/
	#renseignement .col-8 > .titre
	{
		font-size: 30px;
	}
	#renseignement > div > div > div > div > a
	{
		margin: 0 auto!important;
	}

	fieldset > ul > li
	{
		width: 100%;
	}

	.row-auto,
	.row-auto > *,
	.row > *
	{
		display: block!important;
		width: initial!important;
	}


	#logo > img
	{
		/*max-width: 95%;*/
		max-width: 55%;
	}
	#header
	{
		padding-top: 40px;
	}
	#header > div > div
	{
		/*display: flex;
		flex-direction: column;*/
	}
	#header > div > div > div
	{
		text-align: center;
		height: initial!important;
	}
	#menu_client
	{
		position: fixed;
	    top: 4px;
    	left: 8px;
	    z-index: 2;
	}
	#menu_client a,
	#menu_client a i
	{
		color: #FFF;
	}
	
	#slider_accueil 
	{
		height: 290px;
	}
	#boutons_accueil
	{
		display: block;
	}
	#boutons_accueil > li
	{
		height: 100px;
	}

	#page img
	{
		max-width: 100%;
		height: initial;
		float: none;
	}
	#page img[align='absmiddle'], 
	#cboxLoadedContent img[align='absmiddle']
	{
		max-width: calc(100% - 10px);
	}

	#page img[align='left'],
	#cboxLoadedContent img[align='left']
	{
		max-width: calc(100% - 5px);
	}
	#page img[align='right'],
	#cboxLoadedContent img[align='right']
	{
		max-width: calc(100% - 5px);
	}

	#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 .fa.fa-bars
	{
		display: initial;
	}

	body.menu-open #header .fa.fa-times,
	#header .fa.fa-bars
	{
		display: block;
	}
	body.menu-open #header .fa.fa-bars
	{
		display: none;
	}
	#menu
	{		
		padding: 0;
		position: fixed;
		top: 0;
		background-color: #40c0c0;
	}
	#menu > div > a
	{
		position: absolute;
		top: -74px;
		right: 40px;
	}
	#menu > div > div
	{
		width: 100%;
	}
	#menu > div > div > ul
	{
		position: relative;
		display: none;
		right: 0px;
		left: 0px;
		top: 0;
		padding: 0;
		font-size: 26px;
		z-index: 6;
		width: 100%;
		margin-top: 46px;

		overflow: auto!important;
    	max-height: calc(100vh - 46px);
	}
	#menu > div > div > ul > li:first-child
	{
		border: 0;
		border-bottom: 1px solid #FFF;
	}
	#menu > div > div > ul > li:first-child > a > i
	{
		font-weight: initial!important;
	}
	#menu > div > div > ul > li:first-child > a > i:before
	{
		content: "Accueil";
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: 600;
	}
	#menu > div > div > ul > li.select > a,
	#menu > div > div > ul > li:hover > a
	{
		background-color: initial;
		color: #FFF;
	}
	#menu > div > div > ul > li > a
	{
		color: #FFF;
	}
	#menu > div > div > ul > li > a.sous_menu
	{
		border-bottom: 1px solid #FFF;
		color: #FFF;
	}
	#menu > div > div > ul > li > ul > li > a
	{
		padding: 22px 18px 22px 32px;
		white-space: initial;
	}
	#menu_client a.button
	{
		padding: 4px 15px!important;
	}
	#menu > div > div > ul > li:first-child > a,
	#menu > div > div > ul > li > a
	{
		padding: 22px 18px 22px 22px;
		font-size: 14px;
	}
	#menu > div > div > ul > li > ul > li > a
	{
		color: #000;
	}
	#menu > div > div > ul li 
	{
		display: block;
		text-align: left;
		border: 0;
		border-bottom: 1px solid #FFF;
	}
	#menu > div > div > ul li:last-child
	{
		border-bottom: 0;
	}
	#menu > div > div > ul > li > ul
	{
		display: block;
		position: relative;
		background-color: #FFF;
	}
	#menu > div > div > ul > li > ul > li
	{
		border-bottom: 1px solid #000;
	}
	#menu > div > div > ul > li > ul > li:hover > a
	{
		background-color: inherit;
	}
	#menu > div > div > ul > li > ul > li > a.sous_menu:after
	{
		display: none;
	}

	#mon-compte h2
	{
		text-align: center;
	}
	#menuClient > ul > li > a
	{
		padding: 13px 8px;
		font-size: 12px;
	}
	.formContact
	{
		width: 100%;
	}

	#page
	{
		padding-left: 10px;
		padding-right: 10px;
	}

	#produits-filtres
	{
		display: block;
	}
	
	#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%;
	}

	#up
	{
		right: 15px;
	}
}
@media only screen and (max-width:990px) {
	#categorie > li
	{
		width: calc(100% - 20px);
		padding-top: 100%;
	}

	#listeProduits
	{
		width: 100%;
	}
	#listeProduits .element
	{
		margin: 5px;
		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)
{	
	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;
	}
	#produit .quantite
	{
		display: inline-block;
		width: 55px;
		margin: 0 5px;
	}
	.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;
	}
	.boutonsPagination
	{
		left: 0%!important;
	}
}
@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) {
	#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)
{
	#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)
{

	#slider_accueil > ul > li > div
	{
		left: initial;
		width: initial;
	}
	#slider_accueil > ul > li > div *
	{
		font-size: 14px!important;
	}
	#slider_accueil > ul > li h2, 
	#slider_accueil > ul > li h1
	{
		font-size: 22px!important;
	}


	#conditionnement
	{
		background-size: 100%;
	}
	#infos_site
	{
		margin-bottom: 10px;
	}
	#footer h4
	{
		text-align: center;
		font-size: 24px;
		color: #30905B;
	}
	#footer > ul > li > ul
	{
		width: 85%;
		margin: 0 auto;
	}
	#site + .clear, #page + .clear
	{
		height: 100px;
	}
	#galerie > div > span
	{
		width: 90%;
	}
	#galerie > div > span > a > img
	{
		width: 100%;
	}
	#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%;
	}

	.zoomContainer
	{
		display: none!important;
	}
}

.ui-dialog > .ui-dialog-titlebar
{
	border: 0;
	border-radius: 0;
	color: #FFF;
	background: #40c0c0;
	padding: 6px;
}
.ui-dialog > .ui-dialog-titlebar .ui-button
{
	border: 0;
}
.ui-dialog > .ui-dialog-titlebar .ui-button,
.ui-dialog > .ui-dialog-titlebar .ui-button:hover,
.ui-dialog > .ui-dialog-titlebar .ui-button:active,
.ui-dialog > .ui-dialog-titlebar .ui-button:focus
{
	background: none;
}
.ui-widget-content .ui-icon
{
    background-image: url(../img/ui-icons_ffffff_256x240.png);
}

#produits_accueil > div > div:first-child
{
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}
#produits_accueil > div > div:last-child
{
	display: inline-block;
	width: 79%;
	vertical-align: middle;
}
#produits_accueil .titre
{
	width: 245px;
	font-size: 30px;
	color: #000;
	font-weight: bold;
}
#produits_accueil .arrow_titre
{
	margin-top: 30px;
}
#produits_accueil .arrow_titre .arrow-left, #produits_accueil .arrow_titre .arrow-right
{
	display: inline-block !important;
	font-size: 22px;
	padding: 2px 9px;
	border: 1px solid #000;
	border-radius: 50vh;
	color: #000;
}
#produits_accueil .box-produit
{
	background: #FFFFFF;
	box-shadow: 0px 5px 6px rgb(0 0 0 / 6%);
	border-radius: 30px;
	/*	padding: 30px;*/
	margin: 10px;
}
#produits_accueil a
{
	text-decoration: none;
	transition: all ease 0.5s;
}
#produits_accueil a:hover > .box-produit
{
	box-shadow: 0px 0px 16px rgb(0 0 0 / 16%);
	transition: all ease 0.5s;
}
#produits_accueil .box-produit .image-produit
{
	border-bottom: 2px solid #ededed;
}
#produits_accueil .box-produit .titre-produit
{
	padding: 10px 20px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
#produits_accueil .box-produit .bottom-produit > div:first-child
{
	width: 58%;
	display: inline-block;
	vertical-align: bottom;
	padding: 10px 20px;
}
#produits_accueil .box-produit .bottom-produit > div:last-child
{
	width: 40%;
	display: inline-block;
	vertical-align: bottom;
	padding: 10px 20px;
}
#produits_accueil .box-produit .btn-produit > div
{
	background-color: #2060C0;
	text-align: center;
	color: #fff;
	padding: 5px;
	border-radius: 10px;
}
#produits_accueil .box-produit .prix-produit
{
	min-height: 72px;
}
#produits_accueil .box-produit .prix-produit > div
{
	vertical-align: bottom;
}
#produits_accueil .box-produit .prix-produit .prix-accueil
{
	font-size: 22px;
	color: #2060C0;
}
#produits_accueil .box-produit .prix-produit .prix-reduc
{
	color: #8D8D8D;
	text-decoration-line: line-through;
	font-size: 16px;
	min-height: 22px;
}