@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
/*@import url('https://fonts.googleapis.com/css2?family=Sansation:wght@300;400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@300;400;500;600;700&display=swap');

:root
{
	--color-default: #686868;
	--color-main: #FF7900;
	--color-secondary: #3E4265;
	--radius: 10px;
}

/*Général*/
*
{
	outline: none;
	box-sizing: border-box;
}
BODY
{
	margin: 0;
	padding: 0;
	font-family: 'Encode Sans Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: var(--color-default);
}

h1, h2, h3, h4, fieldset > legend, .titre
{
	margin: 0;
	padding: 10px 0;	
	font-family: 'Encode Sans Condensed', sans-serif;
	font-weight: 500;
	color: var(--color-secondary);
	text-transform: uppercase;
}
h1
{
	font-size: 25px;
}
h2, .titre
{
	font-size: 23px;
}
h3
{
	font-size: 21px;
}
.titre
{
	position: relative;
}
.titre > span
{
	position: relative;
	display: inline-block;
	background-color: #FFF;
	padding-right: 5px;
}
.titre::before
{
	position: absolute;
	content: "";
	width: 100%;
	top: 50%;
	height: 1px;
	background-color: #EFEFEF;
	z-index: 0;
}
hr
{
	margin: 14px 0;
	width: 100%;
	height: 0;
	border: 0;
	border-bottom: 1px solid #EFEFEF;
}

body:not(.page-accueil) > #site > header:not(.force) + #page > .container:first-child,
.card
{
	padding: 20px;
    margin-bottom: 30px!important;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

/*ARIANE*/
.ariane
{
	margin: 0 0 20px 0;
	padding: 0;	
}
.ariane > li
{
	display: inline-block;
	margin: 0;
	padding: 10px 3px;
	vertical-align: middle;

	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	color: #86888B;
}
.ariane > li:not(:first-child)::before
{
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  margin-right: 5px;
  color: #BABDBE;
}
.ariane a
{
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #34393C;
	text-decoration: none;
}
/*ETAPES*/
.etapes
{
	list-style: none;
	font-size: 0;
	margin: 15px 0 15px;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.etapes::before
{
	content: "";
    position: absolute;
    left: 4%;
    right: 4%;
    top: 30%;
    height: 2px;
    background-color: #EFEFEF;
    z-index: 1;
}
.etapes > li
{
	position: relative;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
}
.etapes > li > span:first-child,
.etapes > li > a > span:first-child
{
	position: relative;
    display: block;
    margin: 5px auto;
    background-color: var(--color-secondary);
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 17px;
    padding: 5px;
    z-index: 2;
    color: #FFF;
}
.etapes > li.select > span:first-child,
.etapes > li.select > a > span:first-child
{
	background-color: var(--color-main);
}
.etapes > li > span:first-child + span, 
.etapes > li > a > span:first-child + span
{
    color: var(--color-secondary);
}
.etapes > li.select > span:first-child + span, 
.etapes > li.select > a > span:first-child + span
{
	color: var(--color-main);
}

header ul, 
footer ul
{
	padding-left: 0px;
}
a img
{
	border: 0;
}
a[rel='img']
{
	outline: none;
}
.clear
{
	clear: both;
}
a
{
	text-decoration: none;
	color: var(--color-main);
}
a:hover
{
	text-decoration: underline;
	color: var(--color-secondary);
}
.highlight
{
	color: var(--color-main);
}
.container
{
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
}
.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;
}
.middle
{
	display: inline-flex!important;
	align-items: center;
}
.center.middle
{
	justify-content: center!important;
}
.right
{
	text-align: right;
}
.row
{
	display: block;
	font-size: 0;
}
.row > div
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 8.33%;
}
.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%;
}

/*Formulaires*/
#captchagc,
#captchagc *
{
    box-sizing: border-box;
    outline: none;
}
#captchagc
{
    position: relative;
    background-color: #E7E7E7;
    border: 1px solid #D6D6D6;
    width: 250px;
    height: 70px;
    overflow: hidden;
    margin: 10px auto;
    float: none;
}
#captchagc > img:nth-of-type(1)
{
    position: absolute;
    top: 18px;
    left: 18px;
    width: 34px;
    height: 34px;
    z-index: 2;
    margin: 0 !important;
}
#captchagc > img:nth-of-type(2)
{
    position: absolute;
    top: 40px;
    left: 25px;
    width: 25px;
    height: 25px;
    z-index: 3;
    margin: 0 !important;
    animation: 3s ease-out 1s infinite running captchagc;
}
@keyframes captchagc
{
    0%
    {
        left: 25px;
    }

    25%
    {
        left: 25px;
    }

    50%
    {
        left: 210px;
    }

    100%
    {
        left: 210px;
    }
}
#captchagc > img:nth-of-type(1)+div
{
    position: absolute;
    top: 14px;
    right: 14px;
    border: 1px solid #535353;
    border-radius: 4px;
    width: 41px;
    height: 40px;
    background-color: #FFF;
    z-index: 1;
}
#captchagc > img:nth-of-type(1)+div.accept
{
    border: 1px solid #F3990C;
}
#captchagc > img:nth-of-type(1)+div.hover
{
    border: 1px solid #1CD129;
}
#captchagc:before
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: " >  >  >  >  >  >  >  > ";
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}
#captchagc.valid:after
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 3;
}
#captchagc > i
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    opacity: 0;
    transition: ease-in-out 200ms opacity, ease-in-out 200ms left;
}
#captchagc.valid > i:nth-of-type(1)
{
    opacity: 1;
    left: 17%;
}
#captchagc > i:nth-of-type(1):before
{
    content: "\f00c";

    font-family: "Font Awesome 6 Pro";
    font-weight: 900;

    padding: 5px;
    color: #12D954;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-color: #FFF;
    border: 2px solid #12D954;
}
#captchagc > i:nth-of-type(2)
{
    position: absolute;
    top: 23px;
    left: 113px;
    z-index: 5;
    font-size: 25px;
    opacity: 1;
}
#captchagc.valid > img:nth-of-type(1)
{
    top: 18px !important;
    left: 197px !important;
}

#captchagc.valid > img:nth-of-type(2)
{
    display: none;
}
form
{
	display: inline;
}
select,
input[type='text'],
input[type='password'],
textarea
{
	border: 1px solid #929292;
	padding: 8px 5px;
	margin: 1px 0;
	vertical-align: middle;
	font-family: 'Encode Sans Condensed', sans-serif;
	font-weight: 500;
}
select
{
	padding: 7px 5px;
	vertical-align: middle;
}
/*select:focus,
input[type='text']:focus,
input[type='password']:focus,
textarea:focus
{
	border: 1px solid var(--color-secondary);
}*/
input[type="text"][readonly]
{
	background-color: #EFEFEF;
	/*padding-left: 5px;*/
	color: #888888;
}
/*fieldset *
{
	box-sizing: border-box;
}
fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}
fieldset > legend
{
	margin: 0;
	padding: 5px;
	text-align: center;
}
fieldset > ul
{
	list-style: none;
	margin: 0;
	padding: 0!important;
	font-size: 0;
}
fieldset > ul > li
{
	width: 50%;
	min-width: 200px;
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
	padding: 10px;
}
fieldset > ul > li.double
{
	width: 100%;
}
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%;
}*/
fieldset
{
    margin: 0;
    padding: 0;
    border: 0;
}

fieldset > legend
{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

fieldset > ul
{
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}

fieldset > ul > li
{
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    vertical-align: middle;
}

fieldset > ul > li .row
{
    margin: 0;
}

fieldset > ul > li .row > *
{
    padding: 0;
}

fieldset > ul > li .input
{
    display: block;
    width: 100%;
    padding: 5px;
    text-align: left;
    font-size: 0;
}

fieldset > ul > li .input > label
{
    display: block;
    font-weight: 400;
    font-size: 16px;
    padding: 3px 0;
}

fieldset > ul > li .input > div > *
{
    font-size: 14px;
}

fieldset > ul > li .input > div input[type='text'],
fieldset > ul > li .input > div input[type='password'],
fieldset > ul > li .input > div select,
fieldset > ul > li .input > div textarea
{
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

fieldset > ul > li.double
{
    width: 100%;
}

/*Boutons*/
.bouton,
.button
{
	display: inline-block;
	margin: 10px auto;
	padding: 6px 16px 7px 16px;
	background-color: var(--color-main);
	color: #FFF;
	font-family: 'Sansation', sans-serif;
	font-size: 17px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border-radius: 0;
	border: 1px solid var(--color-main);

    transition: 200ms ease-in-out background-color, 200ms ease-in-out border, 200ms ease-in-out color;
}
.bouton:hover,
.button:hover,
.bouton:active,
.button:active
{
	color: #FFF;
	background-color: var(--color-secondary);
	text-decoration: none;
	border: 1px solid var(--color-secondary);
}
.button.secondary
{
	color: var(--color-main);
	background-color: #FFF;
	border: 1px solid var(--color-main);
}
.button.secondary:hover
{
	color: var(--color-secondary);
	background-color: #FFF;
	border: 1px solid var(--color-secondary);
}
/*.bouton > *
.button > *
{
	vertical-align: middle;
}*/

/*a.bouton.panier div
{
	background: #FFFFFF;
	color: #000000;
	margin-top: 8px;
	padding: 3px;
}*/

/*SITE*/
#site
{
    min-height: calc(100vh - 219px);/*282*/
}

#entete
{
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50% 30%;
	width: 100%;
	height: 70vh;
	z-index: 0;
}
#entete::before
{
	content: "";
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 160px;
	background-image: linear-gradient(to top, white, transparent);
}
#pied
{
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 50%;
	width: 100%;
	height: 40vh;
	z-index: 0;
}
#pied::before
{
	content: "";
	position: absolute;
	top: 0px;
	display: block;
	width: 100%;
	height: 80%;
	background-image: linear-gradient(to top, transparent, white);
}

#page .contenu-accroche,
#page .contenu-article,
#page .contenu-conclusion
{
	margin: 0 0 25px;
}

#page .contenu-conclusion
{
	margin: 25px 0;
}

#page .contenu-accroche img[align='left'],
#page .contenu-article img[align='left'],
#page .contenu-conclusion img[align='left'],
#cboxLoadedContent img[align='left']
{
	margin: 5px 5px 5px 0;
}
#page .contenu-accroche img[align='right'],
#page .contenu-article img[align='right'],
#page .contenu-conclusion img[align='right'],
#cboxLoadedContent img[align='right']
{
	margin: 5px 0 5px 5px;
}
#page .contenu-accroche img[align='absmiddle'],
#page .contenu-article img[align='absmiddle'],
#page .contenu-conclusion img[align='absmiddle'],
#cboxLoadedContent img[align='absmiddle']
{
	margin: 5px;
}

/*HEADER*/
#site > header
{
	position: fixed;
	width: 100%;
	/*height: 130px;*/
	z-index: 10;
	text-align: center;
	transition: 200ms ease-in-out background-color, 200ms ease-in-out box-shadow;
	background-color: rgba(255,255,255,0);
	box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
}
#site > header.scroll
{
	background-color: rgb(255 255 255 / 90%);
	box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
	backdrop-filter: blur(3px);
}
#site > header.force
{
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}
body:not(.page-accueil) > #site > header:not(.force) + #page > .container:first-child
{
	margin-top: -190px;
}
#logo
{
	display: block;
	margin: 10px;
}
#logo > img
{
	width: 180px;
}

#recherche
{
	margin: 25px auto;
	border: 1px solid #FFF;
	border-radius: 100vh;
	background-color: rgba(255, 255, 255, 0.7);
	width: 100%;
	max-width: 720px;
}
header.scroll #recherche
{
	position: absolute;
	border: 1px solid #EFEFEF;
	top: -10px;
	left: 15px;
    max-width: 330px;
}
#recherche form
{
	display: flex;
	flex-wrap: nowrap;
}
#recherche input
{
	flex: 1;
	vertical-align: middle;
	margin: 0;
	padding: 10px;
	border: 1px solid #FFF;
	border: 0;
	border-radius: 0 15px 15px 0;
	background: transparent;
	width: 100%;
	font-size: 15px;
}
#recherche button
{
	vertical-align: middle;
	margin: 0;
	background-color: #FFF;
	border-radius: 15px 0 0 15px;
	padding: 4px 8px 5px 8px;
	background: transparent;
	border: 0;
}
#recherche button > i
{
	margin: 0 0 0 5px;
	color: var(--color-default);
	vertical-align: middle;
}

#menu
{
	width: 100%;
	position: relative;
}
#menu > nav
{
	margin: 25px 0;
}
#menu > nav > ul
{
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 5px;
	justify-content: center;
}
#menu > nav > ul > li
{
	position: relative;
}
#menu > nav > ul > li > a
{
	position: relative;
	display: inline-block;
	padding: 8px 10px;
	text-decoration: none;
	transition: 200ms ease-in-out;
	height: 36px;
	color: var(--color-default);
	font-size: 15px;
	font-weight: 500;
	border: 1px solid #FFF;
	border-radius: 100vh;
	background-color: rgba(255, 255, 255, 0.7);
}
#menu > nav > ul > li.select > a, 
#menu > nav > ul > li:hover > a
{
	background-color: rgba(255, 255, 255, 1);
}

header.scroll #menu > nav > ul > li > a
{
	border: 1px solid #EFEFEF;
}
header.scroll #menu > nav > ul > li.select > a,
header.scroll #menu > nav > ul > li:hover > a
{
	background-color: #EFEFEF;
}
/*#menu > nav > ul > li > a.sous_menu:after
{
	content: "\f107";
	display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-size: inherit;
    font-weight: 900;
    margin: 0 0 0 10px;
    text-rendering: auto;
}
#menu > nav > ul > li > ul
{
	position: absolute;
	display: none;
	min-width: 150px;
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
}
#menu > nav > ul > li:hover > ul
{
	display: block;
}
#menu > nav > ul > li > ul > li
{
	margin: 0;
	padding: 0;
	text-align: left;
}
#menu > nav > ul > li > ul > li > a
{
	display: block;
	padding: 10px;
	color: #354b5b;
}
#menu > nav > ul > li > ul > li:hover > a
{
	color: var(--color-main);
	text-decoration: none;
}
*/
#nbrPanier
{
	color: #FFFFFF;
    background-color: var(--color-secondary);
    font-size: 10px;
    border-radius: 30px;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 20px;
    margin-left: 4px;
    text-align: center;
}


/*Page*/
header:not(.force) + #page
{
	padding-top: 70vh;
}
header.force + #page
{
	padding-top: 250px;
}



/* A C C U E I L */
#offre-mois
{
	padding: 10px;
	background-color: #0F213F;
	color: #FFF;
	height: 350px;
	border-right: 5px solid #FFF;
}
#offre-mois > div
{
	width: 100%;
}
#offre-mois h1
{
	color: #FFF;
	text-align: center;
}

#prochainement
{
	padding: 10px;
	background-color: #BEBEBE;
	color: #000;
	min-height: 350px;
	border-left: 5px solid #FFF;
}
#prochainement h2
{
	text-align: center;
	font-size: 34px;
}
#prochainement > div
{
	width: 100%
}
#slider_prochainement,
#slider_prochainement > ul,
#slider_prochainement > ul > li
{
	width: 100%;
	height: 160px;
	text-align: center;
}
#slider_prochainement > div:last-child > i, 
#slider_prochainement > div:nth-child(2) > i
{
    color: #FFF;
    text-shadow: 0 0 2px rgba(0,0,0,.5);
}
#slider_prochainement > div:last-child, 
#slider_prochainement > div:nth-child(2)
{
    background-color: transparent!important;
    color: black!important;
    box-shadow: none!important;
    font-size: 22px!important;
}


/*Menu client (accès panier, accès espace client...)*/
/*#menu_client
{
    text-align: right;
    position: relative;
    z-index: 8;
}
#menu_client > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_client > ul > li
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#menu_client > ul > li > a
{
	color: #FFF;
	font-size: 15px;
    padding: 5px;
    display: inline-block;
}
#menu_client > ul > li > a + ul
{
	display: none;
	position: absolute;
	top: 37px;
	right: 0;
	min-width: 100%;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	text-align: left;
}
#menu_client > ul > li > a + ul > li
{
	display: block;
}
#menu_client > ul > li > a + ul > li > a
{
	display: block;
	padding: 8px 15px;
	color: #000;
	border-bottom: 1px solid #E4E4E4;
	white-space: nowrap;
}
#menu_client > ul > li > a + ul > li:last-child > a
{
	border-bottom: 0;
}
#menu_client > ul > li:hover > a + ul
{
	display: block;
}
#menu_client i
{
	font-size: 17px;
	margin-right: 7px;
}*/



/*#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%
}*/
#engagement
{
	text-align: center;
	background-color: #dbdbdb;
	padding: 0;
}
#engagement h2
{
	margin-bottom: 0px;
	color: #525252;
	font-size: 17px;
}
#engagement ul
{
	margin: 0;
	padding-left: 0px;
	list-style: none;
}
#engagement ul > li
{
	display: inline-block;
    vertical-align: top;
    margin: 10px 2%;
}
#engagement ul > li .rond
{
	border-radius: 100%;
	background-color: var(--color-main);
	width: 155px;
	height: 155px;
	margin-bottom: 5px;
	margin-left: auto;
    margin-right: auto;

	width: 75px;
    height: 75px;
}
#engagement ul > li .rond:after
{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
#engagement ul > li .rond > img
{
	line-height: 75px;
	margin: 0px;
	padding-left: 5px;
	vertical-align: middle;

	width: 50px;

}
#engagement ul > li span
{
	display: block;
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-weight: bold;*/
    font-size: 11px;
    max-width: 155px;
    color: #484848;
}
#cat-accueil
{
	padding-left: 0px;
	margin-left: 2%;
	width: 48%;
	font-size: 0px;
	display: inline-block;
	vertical-align: top;
	background-size: cover;
	background-position: 50% 50%;
}
#cat-accueil > li
{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 2px;
	height: 171px;
	position: relative;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: all 0.25s ease-in-out;
	background-size: cover;
	background-position: 50% 50%;
}
#cat-accueil > li > a 
{
	display: inline-block;
	height: 100%;
	width: 100%;
}
#cat-accueil > li > a > span
{
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 25px;
	text-shadow: 1px 1px 3px #000;
	color: white;
	z-index: 5;
}
#cat-accueil > li:hover
{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
/*#produits_recent 
{
	text-align: center;
	margin: 35px 0px;
}

#produits_recent ul,
#produits_recent ul > li 
{
	width: 100%;
	padding: 0px 15px;
	box-sizing: border-box;
}
#produits_recent ul > li > ul
{
	font-size: 0px;
}

#produits_recent button
{
	font-size: 25px;
	width: 80%;
	margin: 5px auto;
	background-color: var(--color-secondary);
	color: white;
	border-radius: 4px;
	position: absolute;
    left: 50%;
    bottom: 3px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
#produits_recent .photo
{
	width: 100%;
}
#produits_recent .photo img
{
	width: 100%;
}
#produits_recent > div > div
{
    box-shadow: none!important;
    background-color: transparent!important;
    color: var(--color-secondary)!important;
    font-size: 135px!important;
}
#produits_recent > div > div:nth-child(2)
{

}*/
/*#enTete
{
	background-image: url(../img/banniere/banniere001.jpg);
	background-size: cover!important;
	height: 240px;
	background-position: 0% 53%!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: var(--color-secondary);
	color: white;
}
.lien_pdf:hover
{
	opacity: 0.9;
}
.lien_pdf:before
{
	content: "\f1c1";
	margin-right: 4px;
	display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    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: var(--color-secondary);
}
#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: var(--color-secondary);
	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*/
#accueil-slider
{
	margin-bottom: 25px;
}
#accueil-slider .slick-slide
{
	position: relative;
}
#accueil-slider .slider-textes
{
	position: absolute;
	left: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
	align-items: flex-start;

	opacity: 0;
}
#accueil-slider .slider-textes.animate
{
	animation: slideInRight 0.8s ease-out forwards;
}
#accueil-slider .slider-titre
{
	padding: 11px 15px;
	background-color: var(--color-main);
	color: #FFF;
	font-size: 22px;
}
#accueil-slider .slider-texte
{
	padding: 11px 15px;
	background-color: #FFF;
	font-size: 18px;
}
@keyframes slideInRight
{
  from {
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/*#slider_accueil
{
	position: relative;
	z-index: 5;
	padding-top: 35%;
	width: 100%;
	margin-top: 120px;
	margin-bottom: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#slider_accueil > ul
{
	top: 0;
	width: 100%;
	height: 100%!important;
}
#slider_accueil > ul > li
{
	height: 100%!important;
	background-size: cover;
}
#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;
    text-shadow: 0 0 2px rgba(0,0,0,.5);
}
.boutonsPagination
{
	position: absolute;
	right: inherit!important;
	left: 50%!important;
	transform: translateX(-50%);
}
.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%;
	background-size: cover;
	background-position: center;
}
#slider_accueil > ul > li > a > div, 
#slider_accueil > ul > li > div
{
	position: absolute;
    bottom: 115px;
    left: 10%;
	width: 45%;
	max-width: 720px;
	font-size: 15px;
	color: #565658;
}
#slider_accueil > ul > li > a
{
	display: inline-block;
	width: 100%;
	height: 100%;
}
#slider_accueil > ul > li > div > div
{
	margin-left: 20px;
	padding: 18px;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
}
#slider_accueil > ul > li .slider-titre
{
	display: inline-block;
	padding: 11px 15px;
	margin: 0px;
	background-color: rgba(226,34,143,0.8);
	color: #FFF;
	font-size: 22px;
	font-style: normal;
}*/

/*NOTIFICATIONS*/
.notification
{
	display: flex;
    margin: 10px;
    padding: 10px 20px;
    border-radius: 3px;
    text-align: left;
    color: #FFF;
    align-items: center;
}
.notification.small
{
    margin: 0;
    padding: 5px 10px;
}
.notification:before
{
    display: inline-block;
    margin: 0 10px 0 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.notification > span
{
    display: inline-block;
    width: calc(100% - 40px);
    vertical-align: middle;
}
.notification a
{
	color: #FFF!important;
}
.notification.closable:after
{
    content: "\f00d";
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0 10px 0 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    vertical-align: middle;
    transform: translateY(-50%);
    cursor: pointer;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.notification.absolute
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.notification.validation,
.button.validation
{
    background-color: #37bc9b;
}
.notification.validation:before
{
    content: "\f00c";
}
.notification.information,
.button.information
{
    background-color: #5D9CEC;
}
.notification.information:before
{
    content: "\f05a";
}
.notification.erreur,
.button.erreur
{
    background-color: #F05050;
}
.notification.erreur:before
{
    content: "\f06a";
}
.notification.alert,
.button.alert
{
    background-color: #f0bd50;
}
.notification.alert:before
{
    content: "\f071";
}
.notification.disable,
.button.disable
{
    background-color: #A2A2A2;
}

/*BADGE*/
.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: var(--color-secondary);
    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
{	
	border: 3px solid var(--color-secondary);
	color: var(--color-secondary);
}
#distance > input:nth-child(3)
{	
	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;

	border-spacing: 0;
}
#fil_ariane td
{
	text-align: center;
	
	background: var(--color-secondary) url(../img/fond_fil_ariane.png);
	
	margin: 0;
	padding: 0;
}
#fil_ariane td.etape
{
	width: 24px;
	background: var(--color-secondary) 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 var(--color-secondary);
}
#formDistance > div:nth-child(2)
{
	text-align: center;
	background-color: rgb(243, 235, 223);
	padding: 15px 0px;
	border-radius: 4px;
}
#formDistance > div > div:first-child, #formDistance > div > div:nth-child(2)
{
	display: inline-block;
	vertical-align: top;
}
#formDistance textarea
{
	width: 400px;
	max-width: 400px;
	height: 76px;
	max-height: 150px;
	margin-right: 20px;
}
/*Pagination*/
.pagination
{
	margin-top: 10px;	
}
.pagination input
{
	display: inline-block;
	width: 20px;
	padding: 3px 4px;
	margin: 5px;
}
.pagination a
{
	display: inline-block;
	padding: 5px 10px;
	margin: 1px;
	border-radius: 3px;	
	background: #E8E8E8;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.pagination a:hover
{
	background: var(--color-secondary);
	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%;
}
footer a
{
	color: var(--color-default);
}
footer > .container
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
footer #infos_site
{	
}
footer #infos_complementaires
{
}
#footer_top
{
	padding: 20px 0px;
	background-color: #EFEFEF;
}
#footer_top > .container
{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: space-between;
	align-items: start;
}
#footer_top img
{
	width: 180px;
}
#footer_top .titre
{
	padding: 0;
	margin: 0 0 20px;
}
#footer_top .titre::before
{
	background-color: var(--color-default);
}
#footer_top .titre > span
{
	background-color: #EFEFEF;
}
#footer_top .menu-footer
{
	width: 100%;
	max-width: 350px;
}
#footer_top .menu-footer > ul
{
	list-style: square;
	display: inline-block;
	padding-left: 20px;
	margin: 0;
	width: 100%;
	vertical-align: top;
}
#footer_top .social-footer
{
	padding: 5px 15px;
	text-align: center;
}
#footer_top .social
{
	margin:0;
	padding: 0 0 10px 0;
}
#footer_top .social > li
{
	margin: 0 3px;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
#footer_top .social > li > a
{
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 10px;
	background-color: var(--color-secondary);
	display: inline-block;
	color: #FFF;
	line-height: 35px;
}
#footer_top .social > li > a > i
{
	font-size: 21px;
}
#footer_top .social > li > a.facebook:hover
{
	background-color: #3b5998;
}
#footer_top .social > li > a.instagram:hover
{
	background: #9811F6;
	background: linear-gradient(164deg,rgba(152, 17, 246, 1) 0%, rgba(241, 8, 148, 1) 50%, rgba(249, 201, 41, 1) 100%);
}
#footer_top .social > li > a.x:hover
{
	background-color: #000;
}
#footer_top .social > li > a.linkedin:hover
{
	background-color: #0A66C2;
}


/* 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: var(--color-secondary);
    font-size: 15px;
}
.partenaire a:hover
{
	border-bottom: 1px dotted var(--color-secondary);
}
/* 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;
}



#categories
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
    margin: 0;
    padding: 25px 0;
	list-style: none;
	gap: 15px;
}
#categories > li
{
    margin: 0;
    padding: 0;
    max-width: 288px;
}
#categories > li > a
{
    display: block;
    text-align: center;
    color: var(--color-default);
    border: 1px solid #EFEFEF;
	text-decoration: none;
	background-color: #FFF;
	box-shadow: 0px 0 0 0 rgb(0 0 0 / 10%);
	transition: 200ms ease-in-out box-shadow;
}
#categories > li > a:hover
{
	box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
}
#categories > li > a > img
{
    display: block;
    width: 100%;
    height: 250px;
    object-fit: scale-down;
    vertical-align: middle;
    aspect-ratio: 1;
}
#categories > li > a .catagorie-titre
{
	display: block;
    margin: 0;
    padding: 5px;
    font-size: 15px;
}

.marques-slider .slick-slide
{
	padding: 10px;
}

.marque
{
	display: block;
	width: 100%;
	text-align: center;
    color: var(--color-default);
    border: 1px solid #EFEFEF;
	text-decoration: none!important;
	background-color: #FFF;
	box-shadow: 0px 0 0 0 rgb(0 0 0 / 10%);
	transition: 200ms ease-in-out box-shadow;
	padding: 10px;
}
.marque:hover
{
	box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
}
.marque img
{
	position: relative;
	width: 100%;
	height: 230px;
	object-fit: scale-down;
}

#produits
{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	gap: 15px;
	padding: 25px 0;
}
#produits > li
{	
	margin: 0;
	padding: 0;

	display: inline-block;
	vertical-align: top;
	width: 376px;
}

.produits-slider .slick-slide
{
	padding: 10px;
}

.produit
{
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
    color: var(--color-default);
    border: 1px solid #EFEFEF;
	text-decoration: none!important;
	background-color: #FFF;
	box-shadow: 0px 0 0 0 rgb(0 0 0 / 10%);
	transition: 200ms ease-in-out box-shadow;
}
.produit:hover
{
	box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
}
.produit .produit-remise
{
	position: absolute;
	top: -10px;
	left: -10px;
	width: 60px;
	height: 60px;
	font-size: 22px;
	background-color: #FAF722;
	color: #000;
	text-align: center;
	padding: 15px 5px;
	border-radius: 100%;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	z-index: 2;
	font-weight: 600;
}
.produit .produit-photo
{
	height: 250px;
}
.produit .produit-photo img
{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}
.produit .produit-titre
{
	font-weight: 500;
	color: var(--color-secondary);
	height: 74px;
}

.produit .produit-description
{
	padding: 0 10px;
}
.produit .produit-description > div:first-child
{
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 40px;
	margin: 10px 0;
}
.produit .produit-description > div:first-child + div
{
	text-align: right;
}
.produit .produit-coloris
{
	/*padding: 10px 5px;
	text-align: right;
	height: 41px;*/
	padding: 10px 5px;
    text-align: right;
    height: 65px;
    width: 200px;
    margin: 0 0 0 auto;
}
.produit .produit-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;
	overflow: hidden;
}
.produit .produit-coloris > span:hover
{
	box-shadow: 0 0 0 2px #e2228f;
}
.produit .produit-coloris > span > span
{
	display: block;
	width: 50%;
	height: 100%;
	margin: 0 0 0 auto;
}
.produit .bouton
{
	margin-left: 5px;
	vertical-align: middle;
}
.produit:hover .bouton
{
	background-color: var(--color-secondary);
	border: 1px solid var(--color-secondary);
}

/*
.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*/
#form_panier #articles > div:first-child,
#form_panier #articles > div:first-child + div > div,
#form_paiement #articles > div:first-child,
#form_paiement #articles > div:first-child + div > div
{
	display: grid;
	grid-template-columns: 42% 16% 18% 15% 4%;
	gap: 10px;
	align-items: center;
	padding: 10px 0;
}
#form_panier .quantite
{
	text-align: center;
	width: 60px;
}
#form_panier #articles .fa-times-circle
{
	font-size: 20px;
}
/*#form_panier #articles .plus,
#form_panier #articles .moins
{
	display: inline-block;
	width: 15px;
	padding: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
	
	vertical-align: middle;
	
	line-height: 10px;
}*/
/*#form_panier #resume
{
	max-width: 350px;
	margin: 0 0 30px auto;
}*/
#form_panier #resume .button
{
	width: 100%;
}

/*#listePanier
{
	display: inline-block;
	padding-right: 3%;
	margin-top: 15px;
	width: 65%;
}
.bouttonPanier
{
	display: block;
	text-align: center;
}
.bouttonPanier > a
{
	display: block;
}
.bouttonPanier > a > img
{
	padding: 0px 6px 0px 0px;
}
.bouttonPanier > a > span
{
	vertical-align: top;
}*/
/*#panierInfo a
{
	padding: 0px!important;
}*/

/*#form_panier
{
	display: block;
}
#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;
}*/




/*
#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
{
	padding: 5px;
	margin: 0 0 0 5px;
	
	vertical-align: middle;
	
	line-height: 10px;
}*/


/*#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;
}*/

/*PRODUITS VUE 1*/
/*#listeProduits > .element
{
	display: inline-block;
	position: relative;
	width: 45%;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
#listeProduits > .element > h3
{
	border-bottom: 2px solid var(--color-secondary);
	font-size: 24px;
	text-align: left;
	padding-left: 10px;
	margin: 2px 0 10px 0;
}
#listeProduits > .element > a 
{
	position: relative;
	text-align: left;
	text-decoration: none;
}
#listeProduits > .element > a > div
{
	display: inline-block;
	vertical-align: top;
	color: #354b5b;
}
#listeProduits > .element > a > div:first-child
{
	width: 250px;
	height: 250px;
	overflow: hidden;
}
#listeProduits > li > a > div.description_produit > div:first-child
{
    height: 180px;
    overflow: hidden;
}
#listeProduits > li > a > div > div:nth-child(2)
{
	
}
#listeProduits > .element > a > div > button
{
	display: block;
}

#produit
{
	min-height: 350px;
}*/
/*#produits
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#produits .bloc
{
	margin: 5px;
	
	width: 230px;
	float: none;
	
	background: #F0F0F0;
	
	text-align: center;
}

#produits .bloc .photo
{
	position: relative;
	margin: 10px 0;
	min-height: 100px;
}

#produits .bloc .photo > .dispo_magasin
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #090;
	font-style: italic;
}

#produits .bloc a
{
	margin: 10px 0;
}*/
#form_paiement #livraisons > label,
#form_paiement #paiements > label
{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	gap: 0 15px;
}
#form_paiement #livraisons > label > div > img,
#form_paiement #paiements > label > div > img
{
	border: 1px solid #CCC;
}
#form_paiement #livraisons > label > div:nth-child(2),
#form_paiement #paiements > label > div:nth-child(2)
{
	flex: 1;
	padding-right: 20px;
}
#form_paiement #livraisons > label > div:nth-child(3),
#form_paiement #paiements > label > div:last-child
{
	padding-right: 30px;
}
#form_paiement #livraisons > label > div:last-child,
#form_paiement #paiements > label > div:last-child
{
	width: 100%;
}
#form_paiement #livraisons input[type='radio'],
#form_paiement #paiements input[type='radio']
{
	display: none;
}
#form_paiement #livraisons input[type='radio'] + span,
#form_paiement #paiements input[type='radio'] + span
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-main);
	width: 100%;
	height: 100%;
	border-radius: 10px;
	pointer-events: all;
	border: 2px solid transparent;
}
#form_paiement #livraisons input[type='radio'] + span:hover,
#form_paiement #paiements input[type='radio'] + span:hover
{
	border-color: #ffe0c4;
}
#form_paiement #livraisons input[type='radio']:checked + span,
#form_paiement #paiements input[type='radio']:checked + span
{
	border-color: var(--color-main);
}
#form_paiement #livraisons input[type='radio'] + span::before,
#form_paiement #paiements input[type='radio'] + span::before
{
	content: "";
	border: 2px solid var(--color-main);

	display: block;
    position: absolute;
    top: 28px;
	right: 11px;
	width: 30px;
	height: 30px;
}
#form_paiement #livraisons input[type='radio']:checked + span::after,
#form_paiement #paiements input[type='radio']:checked + span::after
{
	content: "\f00c";
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	top: 30px;
	right: 15px;
	font-size: 30px;
}

.MR-Widget
{
	width: 100%!important;
}

.prix
{
	display: inline-block;
	font-size: 24px;
	color: var(--color-secondary);
	vertical-align: middle;
}
.prix > div:first-child
{
	display: block;
	font-size: 13px;
}
.prix > s
{
	display: inline-block;
	font-size: 14px;
	color: #C90000;
}
.prix > b
{
	display: inline-block;
	margin-left: 5px;
}
.prix sup
{
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
}

#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: var(--color-secondary);
}
#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;
}

/*FICHE PRODUIT*/
/*#produit .date
{
	font-size: 20px;
	position: absolute;
	top: 20px;
	left: 25px;
	z-index: 8;
}
.date > span
{
	display: block;
	padding-top: 15px;
}
#reference
{
	display: inline-block;
	vertical-align: top;
}
#produit,
#produit_details,
#produit_complement,
#produit_photos
{
	position: relative;
	float: none;
	text-align: left;
}
#produit_details
{
	width: 100%;
}

#produit.bloc,
#produit_complement.bloc,
#produit_photos.bloc
{
	margin: 0 auto;
}

#produit #form_panier td
{
	padding: 5px 0;
}

#produit_details.bloc .contenu,
#produit_complement.bloc .contenu,
#produit_photos.bloc .contenu
{
	padding: 5px;
}

#produit_details.bloc .contenu table
{
	width: 100% !important;
	border-width: 0;
	border-style: none;
}*/
/*#slider_produit .boutonsPagination > div
{
	border-color: var(--color-secondary);
}
#slider_produit .boutonsPagination > div.select
{
	background-color: var(--color-secondary)!important;
}
#slider_produit
{
	position: relative;
	width: 100%;
	height: 370px;
	vertical-align: middle;
	display: inline-block;
	overflow: initial!important;
}
#slider_produit + div
{
	width: 100%!important;
	text-align: center;
	max-width: 100%;
}
#slider_produit ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: static!important;
	width: 100%;
}
#slider_produit li
{
	width: 100%;
}
#slider_produit li a
{
	display: block;
	height: 100%;
}
#slider_produit img
{
	width: 100%; 
	height: 100%;
	object-fit: scale-down;
}
#contentSlider
{
	display: inline-block;
	width: 480px;
}*/

#produit
{
}
#produit > div:first-of-type
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
	align-items: flex-start;
}
#produit > div:first-of-type > div:first-child
{
	width: 37%;
}
.produit-slider a
{
	position: relative;
	display: block;
	padding-top: 100%;
	width: 100%;
    max-width: 100%;
}
.produit-slider img
{
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
	vertical-align: middle;
	margin: 0 auto;
}
.produit-miniatures-slider img
{
	width: 100px;
    max-width: 100%;
    height: 100px;
    object-fit: scale-down;
	vertical-align: middle;
	margin: 0 auto;
}
.produit-miniatures-slider .slick-slide:not(.slick-current)
{
	opacity: .5;
}
.produit-slider-zoom
{
}
.produits-slider .produit
{
	margin: 20px;
	width: initial;
	height: initial!important;
}
#produit > div:first-of-type > div:first-child + div
{
	flex: 1;
}
#produit .produit-reference span,
#produit .produit-marque span,
#produit .produit-essentiel
{
	font-weight: 600;
}
#produit .produit-reference,
#produit .produit-marque
{
	margin: 0 0 5px;
}
#produit .produit-essentiel
{
	margin: 15px 0;
	font-size:  17px;
}
#produit .produit-prix
{
	text-align: center;
	width: 100%;
}
#produit .produit-description,
#produit .produit-fiche-technique,
#produit .produit-complements
{
	margin: 25px 0 25px;
}

/*#prixProduit
{
	font-size: 20px;
	color: white;
	padding: 6px 10px;
	background-color: var(--color-secondary);
}*/

/*#produit .panier
{
	background-color: #f5f5f5;
	border-radius: 3px;
	border: 1px solid #aaa;
	width: 22%;
	display: inline-block;
}
#produit .panier table
{
	margin-left: auto;
	margin-right: auto;
	height: 130px;
}*/

/*#produit .panier select
{
	width: auto;
}*/
#produit .panier input[type='text']:not(.quantite),
#produit .panier select
{
	width: 100%;
}
input.quantite
{
	text-align: center;
	width: 60px;
}
a.quantite-moins, 
a.quantite-plus
{
	display: inline-block;
	margin: 3px;
	vertical-align: middle;
	text-align: center;
	font-size:  20px;
	cursor: pointer;
}

/*#produit .panier input, 
#panierProduit select
{
	width: 50px;
	display: inline-block;
	padding: 5px 6px;
	font-size: 21px;
	margin-left: 2px;
	vertical-align: middle;
}
#panierProduit select
{
	width: 77%!important;
	height: 36px;
	font-size: 15px;
	box-sizing: border-box;
}*/
/*#produit .panier .prix, .prixTotal
{
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	color: #FFFFFF;
	border-radius: 3px;
	background-color: var(--color-secondary);
}*/
/*
#produit .panier .etat
{
	padding: 5px 0 0 0!important;
	text-align: center;
	font-weight: bold;
}
#produit .panier .etat.en_stock,
#produit .panier .etat.disponible
{
	color: #339900;
}
#produit .panier .etat.limite
{
	color: #FFFF00;
}
#produit .panier .etat.rupture
{
	color: #FF0000;
}
#produit .panier .btn_panier
{
	text-align: center;
}

#produit .panier .delais_livraison
{
	color: #339900;
	margin-bottom: 5px;
	font-style: italic;
	font-weight: bold;
}
#panierProduit + div
{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 565px);
    padding-right: 240px;
	margin-left: 60px;
}

.btn_panier#fiche_produit
{
	background-color: var(--color-secondary);
    color: white;
    display: block;
    margin: 22px auto;
}*/

/*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: var(--color-secondary);
}
#moyens_paiement a:hover
{
	border-bottom: 1px dashed var(--color-secondary);
}
#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: 100px;
}
#mon-compte label
{
	display: block;
	margin: 5px 0px;
}
#mon-compte > div
{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 2% 4%;
}

/*Espace client -- Listes*/
#espace_client table.liste
{
	width: 100%;
}
#espace_client table.liste > tbody > tr > th
{
	height: 20px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #3f3221;
}
#espace_client table.liste > tbody > tr > td
{
	height: 50px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
}

#espace_client table.liste > tbody > tr:hover > td
{
	background-color: #CCCCCC;
}
#connexion input
{
	border: 2px solid var(--color-secondary);
}
/*Espace client -- Commande*/
#espace_client #facture
{
	float: left;
	margin: 0px 0 0 80px;
	text-align: center;
}
#espace_client header
{
	float: none;
	margin: 0;
	width: 100%;
}
#espace_client header .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 var(--color-secondary);
	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: 100%;
}
#commandes > ul > li > div > form > .button
{
	width: 170px;
}
#commandes > ul > li:last-child
{
	margin: 10px 0;
}
.statut > *
{
	vertical-align: middle;
}
.statut > div
{
	display: inline-block;
	/*padding-left: 30%;*/
}
/*
*SPECIFIQUE CLIENT >>
*/
/*
.photo + .prix
{
	display: block;
}
#produit_details.bloc .contenu > table > tbody > tr > td
{
	border: none  !important;
}
#produit_details.bloc .contenu > table > tbody > tr:nth-child(1) > td:nth-child(1)
{
	background-color: var(--color-secondary) !important;
	border: none !important;
}
#produit_details.bloc .contenu table p
{
	padding: 0;
	margin: 0;
}
#produit_details.bloc .contenu table hr
{
	margin: 5px 0;
}
#produit_details.bloc .contenu > table > tbody > tr > td > table > tbody > tr > td
{
	border-width: 0;
	border-style: none;
	background-color: var(--color-secondary) !important;
	color: #FFFFFF;
	width: 33%;
	height: 25px;
	padding: 0;
}
#produit_details.bloc .contenu td
{
	border-width: 0;
	border-style: none;
	border: none;
	padding: 5px;
}*/
/*
#produits_recent 
{
	text-align: center;
	margin: 35px 0px;
}
#produits_recent a 
{
	text-decoration: none;
	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);
    margin: 5px 1%;
    font-size: 18px;
    border: 1px solid #e7e7e7;
    max-width: 270px;
    min-height: 410px;
    transition: box-shadow 300ms ease-in-out,border 300ms ease-in-out;
}
#produits_recent ul > li > ul > li:hover
{
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border: 1px solid var(--color-secondary);
}
#produits_recent ul > li > ul > li h2
{
	font-style: normal;
	font-size: 17px;
	color: #4c4c4c;
	-webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#produits_recent button
{
	font-size: 16px;
	width: 80%;
	margin: 5px auto;
	background-color: var(--color-secondary);
	color: white;
	border-radius: 4px;
	position: absolute;
    left: 50%;
    bottom: 3px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
#produits_recent .photo
{
	width: 100%;
}
#produits_recent .photo img
{
	width: 100%;
}
#produits_recent > div > div
{
    box-shadow: none!important;
    background-color: transparent!important;
    color: var(--color-secondary)!important;
    font-size: 42px!important;
}*//*
.tarif strong
{
	color: var(--color-main);
}
.tarif s
{
	color: #8c0752!important;
}*//*
.date
{
	background-color: var(--color-secondary);
	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-button
{
	/*display: inline-block!important;
	margin: 5px!important;
	padding: 8px 16px!important;
	background: var(--color-main)!important;
	border: 0!important;
	border-radius: 0!important;
	color: #FFF!important;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px!important;
	text-decoration: none;
	cursor: pointer;

    transition-property: background-color;
    transition-duration: 0.5s;*/

    display: inline-block!important;
	margin: 5px!important;
	padding: 6px 16px 7px 16px!important;
	background: var(--color-main)!important;
	color: #FFF!important;
	font-family: 'Sansation', sans-serif!important;
	font-size: 17px!important;
	text-decoration: none!important;
	text-align: center!important;
	cursor: pointer!important;
	border-radius: 0!important;
	border: 1px solid var(--color-main)!important;

    transition: 200ms ease-in-out background-color, 200ms ease-in-out border, 200ms ease-in-out color!important;
}
.ui-button:hover
{
	color: #FFF!important;
	background: var(--color-secondary)!important;
	text-decoration: none!important;
	border: 1px solid var(--color-secondary)!important;
}
.ui-button > span
{
	margin: 0!important;
	padding: 0!important;
}
.ui-dialog-titlebar
{
	border: 0;
	border-radius: 0;
	background: #EFEFEF;
}
.ui-dialog .ui-dialog-buttonpane
{
	text-align: center!important;
	padding: 5px!important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
{
	float: initial!important;
}
.ui-dialog
{
	border-radius: 0;
}


/*Tablette*/
@media screen and (max-width:860px)
{

}
/*Mobile*/
@media screen and (max-width:430px)
{
	#site > header
	{
		position: relative;
	}
	#site #entete + header
	{
		position: absolute;
	}
	#site > header.force + #page,
	#site > header.force + #page
	{
		padding-top: 0;
	}
	#site #entete + header.force + #page,
	#site #entete + header.force + #page
	{
		padding-top: 250px;
	}

	header #recherche,
	header.scroll #recherche
	{
		position: relative;
		left: initial;
		margin: 25px 15px;
		width: initial;
		max-width: calc(100% - 30px);
	}

	#menu > nav > ul
	{
		flex-wrap: wrap;
	}

	#accueil-slider img
	{
		width: 100%;
		height: initial;
	}
	#accueil-slider .slider-titre
	{
		font-size:  12px;
		padding: 5px 8px;
	}
	#accueil-slider .slider-textes
	{
		left: 5px;
		bottom: 5px;
	}

	.slick-prev
	{
		left: -20px;
	}
	.slick-next
	{
		right: -10px;
	}
	

	#produit > div:first-of-type > div:first-child,
	.card.panier
	{
		width: 100%;
	}

	#form_panier #articles > div:first-child, 
	#form_panier #articles > div:first-child + div > div
	{
		grid-template-columns: 48% 13% 21% 8%;
	}
	#form_paiement #articles > div:first-child, 
	#form_paiement #articles > div:first-child + div > div
	{
		grid-template-columns: 48% 18% 27%;
	}
	.page-panier #articles > div:first-child > div:nth-child(2),
	.page-panier #articles > div:first-child + div > div > div:nth-child(2),
	.page-paiement #articles > div:first-child > div:nth-child(2),
	.page-paiement #articles > div:first-child + div > div > div:nth-child(2)
	{
		display: none;
	}
	.page-panier #form_panier .quantite
	{
		width: 100%;
	}
	.page-paiement #livraisons + div
	{
		width: initial!important;
	}

	.ui-dialog
	{
		max-width: 100%;
	}
	.ui-dialog > table > tbody > tr > td:first-child + td > div
	{
		width: initial!important;
	}

	.etapes > li
	{
		font-size: 14px;
	}

	footer > .container
	{
		padding: 20px;
		text-align: center;
	}

	#mention > div:first-child, #mention > div:nth-child(2)
	{
		display: block;
		width: 100%;
	}

	fieldset > ul > li
	{
		width: 100%;
		display: block;
	}
}

/* SPECIFIQUE CLIENT */
/*@media only screen and (max-width:1450px) 
{
	#panierProduit + div
	{
		margin-left: 0px;
		width: calc(100% - 485px);
    	padding-right: 240px;
	}
	#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;
	}
}
@media only screen and (max-width:1150px) {
	#produitSimilaire > ul > .element
	{
		width: 33%;
	}
	#produitSimilaire > ul > .element:last-child
	{
		display: none;
	}
	#produitSimilaire > ul > .element:last-child
	{
		display: inline-block;
	}
	#produits_recent ul > li > ul > li
	{
		width: 23%;
	}
	#produits_recent ul > li > ul > li:nth-child(5)
	{
		display: none;
	}
	#cat-accueil
	{
		width: 100%;
		margin-left: 0px;
	}
	#cat-accueil > li
	{
		height: 235px;
	}
	#accueil .quote
	{
		width: 100%;
		margin: 30px auto 60px auto;
		min-height: auto;
	}

}
@media only screen and (max-width:1080px)
{
	#listeProduits > .element
	{
		width: 100%;
	}
}

@media only screen and (min-width:1025px)
{
	#menu > nav > ul
	{
		display: block!important;
	}
	header > .fa.fa-times, header > .fa.fa-bars
	{
		display: none!important;
	}
}
@media only screen and (max-width:1024px)
{
	.container
	{
		width: 95%;
	}
	#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
	{
		position: absolute;
	}
	header > .fa.fa-bars
	{
		display: initial;
	}
	header > .fa.fa-bars, 
	header > .fa.fa-times
	{
		padding: 12px 5px;
	    right: 8px;
	    top: 45px;
		text-align: center;
		z-index: 7;
	}

	#logo
	{
		max-width: 40%;
	}

	body.menu-open header > .fa.fa-times,
	header > .fa.fa-bars
	{
		display: block;
	}
	body.menu-open header > .fa.fa-bars
	{
		display: none;
	}
	#slider_produit
	{
		width: 250px;
	}
	#menu
	{
		overflow: auto;
    	max-height: calc(100vh - 37px);
		padding: 83px 0 0 0;
	}
	#menu > div > a
	{
		position: absolute;
		top: -74px;
		right: 40px;
	}
	#menu > nav
	{
		width: 100%;
	}
	#menu > nav > ul
	{
		position: relative;
		display: none;
		right: 0px;
		left: 0px;
		top: 0px;
		padding: 0;
		font-size: 26px;
		z-index: 6;
		width: 100%;
	}
	
	#menu > nav > ul > li > a.sous_menu
	{
		border-bottom: 1px solid #000;
	}
	#menu > nav > ul > li > a,
	#menu > nav > ul > li > ul > li > a
	{
		padding: 22px 18px 22px 32px;
	}
	#menu > nav > ul li 
	{
		display: block;
		text-align: left;
		border: 0;
		border-bottom: 1px solid #000;
	}
	#menu > nav > ul > li > ul > li:hover > a
	{
		background-color: inherit;
	}
	#menu > nav > ul > li > ul
	{
		display: block;
		position: relative;
		background-color: inherit;
	}
	#mon-compte h2
	{
		text-align: center;
	}
	#menuClient > ul > li > a
	{
		padding: 13px 8px;
		font-size: 12px;
	}
	.formContact
	{
		width: 100%;
	}
	footer
	{
		text-align: center;
	}
	#footer_top > .container > div, 
	#footer_top > .container > img
	{
		display: block;
	}
	#footer_top > .container > img
	{
		margin: 0 auto 10px auto!important;
	}
	#footer_top > .container > div
	{
		width: 100%;
	}
	#footer_top .menu-footer
	{
		width: 100%;
	}
	#footer_top > div > div.menu-footer
	{
		margin: 10px 0;
	}
	#footer_top > div > div.menu-footer > ul
	{
		width: 100%;
		text-align: left;
	}


	footer > .container #infos_site,
	footer > .container #infos_complementaires
	{
		display: block!important;
		position: relative!important;
		width: 100%!important;
		padding: 5px!important;
		margin: 0!important;
		text-align: center!important;
	}

	#footer_top .adresse-footer
	{
		max-width: initial;
		text-align: center;
	}
	#footer_top .adresse-footer > div
	{
		display: inline-block;
		margin-right: 10px;
	}

}
@media only screen and (max-width:880px)
{
	#offre-mois,
	#prochainement
	{
		display: block;
		width: 100%;

		border: 0;
	}

	#categorie > li
	{
		width: calc(100% - 10px);
		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;
	}
	#produits_recent ul > li > ul > li
	{
		width: 31.33333%;
	}
	#produits_recent ul > li > ul > li:nth-child(4)
	{
		display: none;
	}
}
@media only screen and (max-width:800px)
{	
	#slider_produit
	{
		width: 100%;
    	margin-right: 2%;
    	height: 405px;
    	text-align: center;
	}
	#slider_produit + div
	{
		padding-top: 25px;
		height: 85px!important;
	}
	#contentSlider
    {
    	width: 100%;
    	max-width: inherit;
    }
	section, #aside
	{
		display: block;
		width: 100%;
		float: initial;
		margin-left: 0px;
	}
	#aside
	{
		padding-bottom: 20px;
		max-width: initial;
	}
	#aside > div:nth-child(3)
	{
		max-width: 360px;
		margin: 0 auto;
	}
	.quantite
	{
		display: block;
		margin-bottom: 5px;
		width: 45px;
	}
	.panier
	{
		position: initial!important;
		width: 100%;
		padding: 10px 0px!important;
		margin-top: 20px;
	}
	#slider_produit img
	{
		height: 100%;
		max-width: 100%;
		width: inherit;
	}
	#slider_produit  li
	{
		height: 100%;
		width: 100%;
	}
	#slider_accueil > ul > li > a
	{
		width: 100%;
		height: 100%;
	}
	#slider_accueil > ul > li > a > div, #slider_accueil > ul > li > div
	{
		width: 93%;
		bottom: 0px;
		left: 0px;
		right: 0px;
		max-width: initial;
		margin: 0px auto;
	}
	#btnInfoClient
	{
		width: 100%;
	}
	.infoClient > div, #informations_mdp > div
	{
		width: 100%;
		padding: 8px 0px;
	}
	#informations_identite input, #informations_mdp input
	{
		padding: 5px 0px;
		width: 100%;
	}
	#panierProduit
	{
		position: initial!important;
	    width: 100%!important;
	    padding: 10px 0px!important;
	    margin-top: 20px;
	}
	.description
	{
		width: 100%;
		padding: 0px!important;
	}
	#slider_produit
	{
		width: 100%;
		margin-right: 2%;
		text-align: center;
	}
	#slider_produit ul
	{
		height: 100%;
	}
	#slider_produit .element a
	{
		height: 100%;
		width: initial;
	}
	#slider_produit > ul > li > a > div
	{
		margin: 0 auto!important;
		height: 100%;
	}
	#produitSimilaire > ul > .element > a > div
	{
		width: 150px;
		height: 150px;
	}
	#produitSimilaire span
	{
		font-size: 22px; 
	}
	#panierProduit + div
	{
		width: 100%;
	}
	#conditionnement
	{
		width: 100%;
		margin-top: 10px;
		border: none;
		border-top: 15px solid var(--color-secondary);
		border-bottom: 15px solid var(--color-secondary);
		background-size: 65% 45%;
	}
	#conditionnement > p
	{
		padding: 83px 14px 0px 14px;
	}
	.boutonsPagination
	{
		left: 0%!important;
	}
}
@media only screen and (max-width:710px)
{
	.row > *
	{
		display: block!important;
		width: 100%!important;
	}

	footer + div
	{
		text-align: center;
	}
	#infos_complementaires
	{
		position: initial;
	}
	#panierInfo > div
	{
		position: relative;
	}
	#panierInfo > div > div:first-child
	{
		padding-left: 1%;
	}
	#panierInfo > div > div:last-child
	{
		position: absolute;
		right: 8px; top: 4px;
		width: 18px!important;
	}
	#panierInfo > div > div > a > img
	{
		width: 15px; height: 15px;
	}
	#titre > li
	{
		font-size: 9px;
	}
	#titre > li:last-child
	{
		display: none;
	}
	.listeCommande
	{
		border-bottom: 1px solid #ACAFAC;
		position: relative;
		width: 100%;
	}
	.listeCommande:last-child
	{
		border: none;
	}
	.listeCommande > li
	{
		display: inline-block;
		width: 24%;
	}
	.listeCommande > li:first-child
	{
		width: 30%;
	}
	.listeCommande > li:last-child
	{
		position: absolute;
		right: 0px; bottom: 5px;
	}
	.listeCommande > li:last-child img
	{
		width: 25px; height: 25px;
		text-align: right;
	}
	#commandes > ul > li:first-child
	{
		width: 40%;
	}
}
@media only screen and (max-width:695px)
{
	footer > ul > li:first-child
	{
		display: block;
	}
	#produits_recent ul > li > ul > li
	{
		width: 48%;
	}
	#produits_recent ul > li > ul > li:nth-child(3)
	{
		display: none;
	}
}
@media only screen and (max-width:620px)
{
	#galerie > div > span > a > img
	{
		height: 200px;
	}
	#titrePaiement
	{
		font-size: 10px;
	}
	#commandes > ul > li:nth-child(2)
	{
		position: absolute;
		right: 5px;
	}
	#commandes > ul > li:last-child
	{
		position: static;	
		display: block;
	}
	.statut
	{
		padding-top: 10px;
		display: inline-block;
	}
	
	#cat-accueil > li
	{
		height: 165px;
	}
}
@media only screen and (max-width:550px)
{
	#mention > div:first-child, #mention > div:nth-child(2)
	{
		display: block;
		width: 100%;
	}
	#mention h2
	{
		font-size: 18px;
	}
	#galerie > div > span > a > img
	{
		height: 150px;
	}
	.adresse_facturation, .adresse_livraison
	{
    	width: 200px;
    }
    #panierInfo > div > div > input
    {
    	width: 20px!important;
    }
    #quantite > a
    {
		display: block;
		margin: 10px 0px;
    }
   	#slider_produit
	{
		width: 100%;
	}
	#titreCommandes
	{
		font-size: 10px;
	}
	.statut > label
	{
		color: var(--color-secondary);
		font-size: 15px;
		text-align: center;
	}
	#produitSimilaire > ul > .element
	{
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	#formDistance > div > div:first-child
	{
		display: block;
	}
	#formDistance textarea
	{
		width: 95%;
		display: block;
		height: 76px;
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 95%;
		max-height: 120px;
	}
	#produits_recent ul > li > ul > li
	{
		width: 80%;
	}
	#produits_recent ul > li > ul > li:nth-child(2)
	{
		display: none;
	}
	footer > div
	{
		text-align: center;
	}
	footer > div img:first-child
	{
		margin-right: 0px;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width:540px)
{
	footer > ul > li:nth-child(2)
	{
		text-align: center;
		font-size: 16px;
	}
	footer > ul > li:nth-child(3)
	{
		border-left: none;
		display: block;
		text-align: center;
	}
	footer img
	{
		max-width: 100%;
	}
	#slider_accueil
	{
	}
	header > .fa.fa-bars, header > .fa.fa-times
	{
		padding: 12px 5px;
	    right: 8px;
	    top: 45px;
	}
}
@media only screen and (max-width:500px)
{
	#menu_client > ul > li:nth-child(2) > a > span
	{
		display: none;
	}
	#menu_client > ul > li:nth-child(2) > a > i
	{
		margin: 0;
	}
	#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)
{
	#conditionnement
	{
		background-size: 100%;
	}
	#infos_site
	{
		margin-bottom: 10px;
	}
	footer h4
	{
		text-align: center;
		font-size: 24px;
		color: #30905B;
	}
	footer > ul > li > ul
	{
		width: 85%;
		margin: 0 auto;
	}
	#site + .clear, #page + .clear
	{
		height: 100px;
	}
	#galerie > div > span
	{
		width: 90%;
	}
	#galerie > div > span > a > img
	{
		width: 100%;
	}
	#reduc
	{
		text-align: center!important;
	}
	#contact > div > form > div > label > input
	{
		display: block;
		width: 100%!important;
	}
	#contact > div > form > div > label
	{
		margin-top: 4px;
	}
	#mon-compte input[type='text'], #mon-compte input[type='password']
	{
		width: 100%;
	}
	#slider_produit img
	{
		width: 80%;
		height: initial;
	}
	#produits_recent .slider
	{
		height: 430px!important;
	}
}*/