/* Ici le code CSS spécifique au site */

/* couleurs de base
	Vert (titres / boutons / liens) :#F6B691
	Vert (mention En stock) :#86b73c
	Gris (file ariane, blocs divers) :#eae9e9
	Gris foncé (textes + fond pre-header) :#222222
	Gris (textes HT TTC / prix) :#8e8e8e
	Orange (mention "promos") :#ff4f2e
	Bleu foncé (fond footer) :#000
	
	#e83c58
	#F6B691

	rgba(232,60,88,0.8)
	rgba(242,193,68,0.8)

	font-family:'Montserrat';
*/

/*******************************
 *	GLOBAL
 *******************************/
body {font-size:16px;font-family:'Montserrat', sans-serif; font-weight: 400;} /* Default : regular */
a{color:#E6C68E;transition:color 0.3s ease,background-color 0.3s ease,border 0.3s ease;} /* old : #DA7449*/
a:hover,a:active,a:focus{color:#F6B691; text-decoration: none;}
.bg-sable{background-color:#E6C68E;} /* #dec195 ? */
.bg-beige {background-color: #F7E9CF; }
.bg-blanc{background-color:hsl(0, 0%, 100%);}
.bg-black{background-color: #121110;}
.text-sable {color: #E6C68E;}
.text-beige {color: #F7E9CF;}
.text-black{color: #121110;}
.montserrat-light {font-family: 'Montserrat', sans-serif; font-weight: 300;}
.montserrat-medium {font-family: 'Montserrat', sans-serif; font-weight: 500;}
.montserrat-bold {font-family: 'Montserrat', sans-serif; font-weight: 700;}
.montserrat-black{font-family: 'Montserrat', sans-serif; font-weight: 900;}
.sanchez {font-family: 'Sanchez', serif; font-weight: 400;}
.bernier {font-family:'bernier',Verdana;}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{color:#222;font-size:20px;line-height:1;margin:0 0 12px;text-transform:uppercase;}
h1,.h1 {font-size:30px;font-weight:600;}
h2,.h2 {font-size:28px;}
h3,.h3 {font-size:26px;font-weight:400;}
h4,.h4 {font-size:24px;font-weight:300;}
h5,.h5 {font-size:22px;font-weight:300;}
h6,.h6 {font-size:20px;font-weight:300;}
@media(min-width:768px){
	h1,.h1 {font-size:36px;}
	h2,.h2 {font-size:33px;}
	h3,.h3 {font-size:30px;}
	h4,.h4 {font-size:27px;}
	h5,.h5 {font-size:24px;}
	h6,.h6 {font-size:21px;}
}
@media(min-width:992px){
	h1,.h1 {font-size:42px;}
	h2,.h2 {font-size:38px;}
	h3,.h3 {font-size:34px;}
	h4,.h4 {font-size:30px;}
	h5,.h5 {font-size:26px;}
	h6,.h6 {font-size:22px;}
}
@media(min-width:1200px){
	h1,.h1 {font-size:48px;}
	h2,.h2 {font-size:43px;}
	h3,.h3 {font-size:38px;}
	h4,.h4 {font-size:33px;}
	h5,.h5 {font-size:28px;}
	h6,.h6 {font-size:23px;}
}

b, strong {font-family:'Montserrat';font-weight:700;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0;}

.border-top{border-top:1px solid #ececec;}
.border-bottom{border-bottom:1px solid #ececec;}

.fright {float:right}
.fleft {float:left}
.freset {float:initial}

.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}
.text-center img.img-responsive{    margin: 0 auto;}
.flex-spacing {
	display:flex;
    justify-content:space-between;
    align-items:center;
    flex-direction:row;
}

.blblflex-center {align-items:center;}

.height-80 {height: 80vh;}
.fullheight {height:100vh;}
@media(min-width:768px) {
	.fullheight-sm {height:100vh;}
}
@media(min-width:992px) {
	.fullheight-md {height:100vh;}
}
@media(min-width:1200px) {
	.fullheight-lg {height:100vh;}
}
.h-100, .height100 {height:100%;}
@media(min-width:768px) {
	.height100-sm {height:100%;}
}

.flexcenter {
	display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
	height:100%;
}


.rmask {position:relative;}
.rmask > * {position:relative;z-index:10;}
.rmask:before{transition:background 0.3s ease;content:"";position:absolute;width:100%;left:0;top:0;height:100%;background-color:rgba(255,255,255,0.8);z-index:2;}
@media(min-width:768px) {
	.rmask:before{background-color:rgba(255,255,255,0.4);}
}
@media(min-width:992px) {
	.rmask:before{background-color:rgba(255,255,255,0);}
}

.opacity-hover {opacity:1;transition:opacity 0.3s ease;}
.opacity-hover:focus,
.opacity-hover:hover {opacity:0.5;}

.xs-bg-black {background:#0A1B1C;}
@media(min-width:768px) {
	.xs-bg-black {background:transparent;}
}

.xs-p-1 {padding: 10px;}
.xs-px-0 {padding-left: 0; padding-right: 0;}
.xs-px-2 {padding-left: 20px; padding-right: 20px;}
.xs-px-4 {padding-left: 40px; padding-right: 40px;}
.xs-mr-1 {margin-right: 10px;}
.xs-pr-3 {padding-right: 30px;}
.xs-pl-3 {padding-left: 30px;}
.xs-ml-auto {margin-left: auto;}
.ai-center {align-items: center;}
.jc-center {justify-content: center;}
.jc-end {justify-content: end;}
.last-child-mb-0 *:last-child {margin-bottom: 0 !important;}
.order-last {order: 2;}
.d-flex {display: flex;}
.mx-auto {margin-left: auto; margin-right: auto;}
.mx-0 {margin-left: 0; margin-right: 0;}
.position-relative {position: relative;}
.position-absolute {position: absolute;}
.position-static {position: static;}
.w-100 {width: 100%;}
.w-fit {width: fit-content;}
.h-fit {height: fit-content;}
.object-fit-cover {object-fit: cover;}
.object-fit-contain {object-fit: contain;}
.d-inline-block {display:inline-block;}
.icon-vegan {background-color: #178F1B; border-radius: 100%; padding: 5px;}
.h-auto {height: auto;}
.cursor-pointer {cursor: pointer;}

@media(min-width: 768px) {
	.sm-px-5 {padding-left: 50px; padding-right: 50px;}
}
@media(min-width: 992px) {
	.md-order-last {order: 2;}
	.md-px-10 {padding-left: 100px; padding-right: 100px;}
	.md-text-right{text-align: right;}
	.md-text-left{text-align: left;}
	.md-ml-auto {margin-left: auto;}
	.md-text-center{text-align: center;}
}

/*******************************
 *	Animations
 *******************************/
@keyframes rainbow{0%{background-position:left}
	50%{background-position:right}
	100%{background-position:left}
}

@media(min-width:1200px) {
	.container-lg {width:1170px;}
}
@media(min-width:1400px) {
	.container-lg2 {width:1170px;}
}

/*******************************
 *	Titre
 *******************************/
.main-title {font-family:'Montserrat';font-weight:700;font-size:25px;color:#F6B691;line-height:1;margin-bottom:10px;}
.main-title.xs {font-size:20px;}
.main-title.sm {font-size:26px;}
.main-title.md {font-size:30px;}
.main-title.lg {font-size:50px;line-height:40px;}
.main-title.uc {text-transform:uppercase;}
.main-title.white {color:#fff;}
.main-title.black {color:#000;}
.soustitre {font-family:'Montserrat';font-weight:300;font-size:20px;text-transform:uppercase;line-height:1;}
@media(min-width:768px) {
	.main-title {font-size:27px;}
	.main-title.xs {font-size:25px;}
	.main-title.sm {font-size:30px;}
	.main-title.md {font-size:37px;}
	.main-title.lg {font-size:60px;line-height:50px;}
	.soustitre {font-size:28px;}
}
@media(min-width:992px) {
	.main-title {font-size:30px;}
	.main-title.xs {font-size:27px;}
	.main-title.sm {font-size:40px;}
	.main-title.md {font-size:44px;}
	.main-title.lg {font-size:75px;line-height:70px;}
	.soustitre.lg {font-size:34px;}
}
@media(min-width:1200px) {
	.main-title.md {font-size:50px;}
	.main-title.lg {font-size:85px;line-height:80px;}
	.soustitre.lg {font-size:40px;}
}
@media(min-width:1400px) {
	.main-title.lg {font-size:100px;line-height:90px;}
}

.wrapper-content {color:#707070;}
.wrapper-content.md {font-size:20px;}

.xspadding {padding-left:15px;padding-right:15px;}
@media(min-width:768px) {
	.xspadding {padding-left:0;padding-right:0;}
}

/*******************************
 *	Blocs réutilisables
 *******************************/
 
/* Bloc texte et image */
.c-text-picture__picture {width: 100%; height: 100%; object-fit: cover; object-position: center;}
.c-text-picture__title {color: #E6C68E;}
.c-text-picture__icons > div {flex-direction: row !important;}
.c-text-picture__icons i {font-size: 50px; margin-right: 20px;}
.c-text-picture__icons span {display: block; color: #E6C68E;}
.c-text-picture__content {margin-left: auto; margin-right: auto; max-width: 750px;}
.c-text-picture__description {border-left: 10px solid #E6C68E; padding-left: 30px;}

@media(min-width: 992px) {
	.c-text-picture__icons i {font-size: 70px; margin-right: 30px;}
	.c-text-picture__content {max-width: unset;}
}

/* Bloc carte (offre slider, vignette produit, vignette actu ...) */
.c-card {display: flex; flex-direction: column; box-shadow: 0 3px 26px #00000014; height: 100%;}
.c-card--plus {position: relative;}
.c-card__picture {max-width: 100%; height: 350px;}
.c-card__text {transition: background-color 0.3s ease, color 0.3s ease; background-color:#FFFFFF;padding: 36px 10px 36px 10px; display: flex; flex-direction: column; flex-grow: 1; }
.c-card--plus .c-card__text {padding-bottom: 60px;}
.c-card:not(.c-card--plus):hover .c-card__text {background-color: #121110; }
.c-card__title {color:#333A3C;}
.c-card:not(.c-card--plus):hover .c-card__title {color: #ffffff;}
.c-card__details {color: #121110; display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.c-card:not(.c-card--plus):hover .c-card__details {color: #ffffff;}
.c-card__plus {position: absolute; bottom: 0; right: 0; transition: background-color 0.3s ease; width: 58px; height: 58px; background-color: #E6C68E; color: #ffffff; display: flex; align-items: center; justify-content: center;}
.c-card--plus:hover .c-card__plus {background-color: #121110;}
.c-card__date  {color: #E6C68E !important;}

@media(min-width: 1200px) {
	.c-card__picture {/*width: 536px;*/ width: 100%; height: 366px; }
}

/* Bloc formulaire */
.c-form input[type="text"], .c-form textarea, .c-form select {border-bottom: none; background-color: rgba(51, 58, 60, 0.1); color: #121110; padding: 10px 15px; font-family: 'Montserrat', sans-serif; font-weight: 500;}
.c-form--white input[type="text"], .c-form--white textarea {background-color: #FFFFFF;}
.c-form textarea, .c-form select {width: 100%; border: none;}
.c-form input[type="text"] {padding-top: 20px; padding-bottom: 20px;}
.c-form input[type="file"] {border-bottom: none; background-color: transparent; padding-left: 0; padding-right: 0;}
.c-form textarea {min-height: 137px;}
.c-form select {cursor: pointer; border-right: 15px solid transparent; color: gray;}
.c-form .g-recaptcha > div {margin-left: auto; margin-right: auto;}

@media(min-width: 992px) {
	.c-form input[type="text"], .c-form textarea, .c-form select {padding: 15px 30px;}
	.c-form select {border-right: 30px solid transparent;}
	.c-form input[type="text"] {padding-top: 25px; padding-bottom: 25px;}
}

/* Menu principal */
.navbar.navbar-default{}
.navbar.navbar-default .top-menu .nav.navbar-nav a{color: #FCE9C8; background-color: #ffffff3d;  margin-left: 15px;  padding: 10px;}
.navbar.navbar-default .top-menu .nav.navbar-nav .active a{color: #fce9c8;background-color: #000;}
.navbar.navbar-default .top-menu.fixed-row .nav.navbar-nav .active a{background-color:#fce9c8;color:#000;}
.navbar.navbar-default .top-menu .nav.navbar-nav a:hover{color: #FFFFFF; background-color: #e6c68e;}
.navbar.navbar-default .top-menu.fixed-row .nav.navbar-nav a{background-color:transparent;}

.top-menu.fixed-row{position:fixed;width:100%;left:0;background-color:#121110;}

.top-menu .navbar-brand > img{margin-top:15px;margin-bottom:15px;}
.top-menu.fixed-row .navbar-brand > img{height:45px;width:45px;margin-left: 15px;}

@media(max-width:768px){
	.top-menu{position:fixed;width:100%;left:0;width:100%;background-color:#121110;}
	.top-menu .navbar-brand > img{height:45px;width:45px;margin-left: 15px;}

	/* Menun links - mobile only */
	.navbar.navbar-default .top-menu .nav.navbar-nav a{background-color:transparent; margin-left: 0; padding: 15px 10px 15px 15px;}
	.navbar.navbar-default .top-menu .nav.navbar-nav a:hover{ color: #fff; background-color: transparent;}
	.navbar.navbar-default .top-menu .nav.navbar-nav .active a{background-color: #fce9c8; color: #000;}

	/* Burger menu - mobile only */
	.navbar-default .navbar-toggle {transition: background-color 0.3s ease; border-color: #FCE9C8;}
	.navbar-default .navbar-toggle .icon-bar {background-color: #FCE9C8;}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus,
	.navbar-default:has(.navbar-collapse.collapse.in) .navbar-toggle {background-color:#FCE9C8; }
	.navbar-default .navbar-toggle:hover .icon-bar,
	.navbar-default .navbar-toggle:focus .icon-bar,
	.navbar-default:has(.navbar-collapse.collapse.in) .navbar-toggle .icon-bar {background-color: #888;}
}
/*******************************
 *	BTNs
 *******************************/
.c-button {width: fit-content; padding: 18px 50px; transition: color 0.3s ease, background-color 0.3s ease; background-color: #121110; color: #fff; border: 2px solid #121110;}
.c-button:hover {color: #E6C68E}
.c-button--beige {background-color: #F7E9CF; color: #121110;}
.c-button--beige:hover {background-color: #121110; color: #F7E9CF;}
.c-button--white {background-color: #fff; color: #121110; }
.c-button--white:hover {background-color: #121110; color: #F7E9CF; }


.btn-std {
	display:inline-block;
	line-height:1;
	background-color:transparent;
	color:#000;
	padding:16px 35px;
	font-size:16px;
	text-decoration:none!important;
	border:1px solid #fff;
	border-radius:25px;
}
.btn-std.m15{margin:0 15px;}
.btn-std:hover,
.btn-std:active,
.btn-std:focus {background-color:rgba(246,182,145,0.8);color:#000;}
.btn-std.uc {text-transform:uppercase;}

/* size */
.btn-std.xs {padding:8px 15px;font-size:14px;}
.btn-std.md {padding:12px 20px;font-size:18px;}
.btn-std.lg {padding:14px 24px;font-size:20px;}

/* colors */
.txt-beige{color:#F6B691;}
.btn-std.beige {border-color:#F6B691;}
.btn-std.beige.btn-product{background-color:#fff;}
.btn-std.saumon {border-color:#e88c64;background-color:#e88c64;color:#FFF;transition:color 0.3s ease, background-color 0.3s ease;}
.btn-std.beige:hover,
.btn-std.saumon:hover,.btn-std.white:active,.btn-std.white:focus {background-color:rgba(246,182,145,0.8);/*color:#fff;*/}



.btn-std.black {color:#fff;}
.btn-std.black:hover,.btn-std.black:active,.btn-std.black:focus {background-color:rgba(246,182,145,0.8);color:#fff;}

.text-white {color:#fff;}
.btn-std.white {color:#fff;}
.btn-std.white:hover,.btn-std.white:active,.btn-std.white:focus {background-color:rgba(246,182,145,0.8);color:#fff;}

.btn-std.red {background-color:#e83c58;color:#000;}
.btn-std.red:hover,.btn-std.red:active,.btn-std.red:focus {background-color:#f397a6;color:#000;}
.btn-std.blue {background-color:#4ca6ff;color:#000;}
.btn-std.blue:hover,.btn-std.blue:active,.btn-std.blue:focus {background-color:#b2d9ff;color:#000;}

/* btn pré-header rouge */
.btn-red-full{text-decoration:none;margin-left:20px;padding:10px 20px;text-transform:uppercase;color:#fff;background-color:#e83c58;border:1px solid #e83c58;display:inline-block;line-height:1;}
.btn-red-full:hover,.btn-red-full:focus,.btn-red-full:active{background-color:rgba(232,60,88,0.5);color:#fff;text-decoration:none;}

/* Hovers gradient */
.gradient-text{color:#222222;background:linear-gradient(to right,#F6B691 0%,#e83c58 51%,#F6B691 100%);background-size:200% 200%;text-decoration:none;animation:rainbow 1.5s ease-in-out infinite;background-clip:text;-webkit-background-clip:text;transition:color .1.5s ease-in-out;}
.gradient-text:hover,.gradient-text:focus,a:hover .gradient-text,a:focus .gradient-text{color:rgba(0,0,0,0);text-decoration:none;}


/*******************************
 *	BREADCRUMB
 *******************************/
.breadcrumb{margin:15px 0;list-style:none;border-radius:0px;display:none;}


/*******************************
 *	HEADER
 *******************************/
/* PRE HEADER */
.wrapper-preheader {position:absolute;top:0;left:0;width:100%;z-index:60;background-color:rgba(246,182,145,0.05);border-bottom:1px solid rgba(255,255,255,0.25);}
.btn-picto {color:#111111;padding:14px 15px;line-height:1;display:inline-block;text-transform:uppercase;}
.btn-picto span {color:#DA7449;font-size:16px;line-height:1;margin-right:10px;vertical-align:middle;display:inline-block;}
.btn-picto span.light {color:#F6B691;}
.btn-picto.white {color:#fff!important;}
.btn-picto:hover,
.btn-picto:focus {text-decoration:none;background:rgba(255,255,255,0.4);}
.btn-picto.white:hover,
.btn-picto.white:focus {text-decoration:none;background:rgba(0,0,0,0.4);}

.btn-std2 {color:#000;padding:12px 15px;line-height:1;display:inline-block;text-transform:uppercase;}
.btn-std2 span {color:#DA7449;font-size:16px;line-height:1;margin-right:10px;vertical-align:middle;display:inline-block;}
.btn-std2 span.light {color:#F6B691;}
.btn-std2.white {color:#fff;} 
.btn-std2 .biglink-subtitle {color:#fff;transition:color 0.3s ease, background-color 0.3s ease;}
.btn-std2:hover,
.btn-std2:focus {text-decoration:none;background:rgba(255,255,255,0.4);}
.btn-std2.white:hover,
.btn-std2.white:focus {color:#000;text-decoration:none;background:transparent;}
.btn-std2.white:hover .biglink-subtitle,
.btn-std2.white:focus .biglink-subtitle {color:#fff;}

.wrapper-preheader .rs-links {display:flex;}
.wrapper-preheader .rs-links .pictolink {vertical-align:top;display:inline-block;padding:13px 14px 10px;line-height:1;}
.wrapper-preheader .rs-links .pictolink:hover,
.wrapper-preheader .rs-links .pictolink:focus {text-decoration:none;background:rgba(0,0,0,0.4);}

.wrapper-preheader .rs-links .picto {font-size:20px;color:#fff;line-height:1;display:inline-block;}
.picto.white {color:#fff;}
.wrapper-preheader .wrapper-lang {}
.wrapper-preheader .wrapper-lang .language-item {color:#fff;padding:12px 8px;display:inline-block;vertical-align:top;}
.wrapper-preheader .wrapper-lang a.language-item:hover,
.wrapper-preheader .wrapper-lang a.language-item:focus {text-decoration:none;background:rgba(255,255,255,0.4);}
.wrapper-preheader .wrapper-lang .language-item.selected-language {color:#F6B691!important;font-weight:bold;}


/* HEADER */
header[role=banner]{margin:0;}
header .wrapper-header {padding:0;position:relative;}
header .wrapper-header .logolink {display:inline-block;position:relative;}
header .wrapper-header .logolink > *{position:relative;z-index:5;}
header .wrapper-header .logolink:before {transition:opacity 0.3s ease;content:"";width:0;height:0;bottom:0;right:40%;border-radius:100%;box-shadow:0 0 150px 50px #000000;position:absolute;}
header .wrapper-header .logolink img {max-height:205px;transition:max-height 0.3s ease,opacity 0.4s ease;}
header .wrapper-header .logolink img.logolink-w {position:absolute;top:0;left:0;opacity:0;}


header .wrapper-header .wrapper-searchform {margin-top:20px;transition:margin 0.3s ease;}
header .wrapper-header .wrapper-quickaccess-margin {margin-top:20px;transition:margin 0.3s ease;}
header .wrapper-header .stickidden {max-height:150px;transition:max-height 0.3s ease,margin 0.3s ease;}
header .wrapper-header .burgermenu{vertical-align:top;background:#000000;margin:0;padding:15px 13px;display:inline-block;position:relative;z-index:1;-webkit-user-select:none;user-select:none;cursor:pointer;}
header .wrapper-header .burgermenu span{display:block;width:30px;height:4px;margin-bottom:7px;position:relative;background:#F6B691;z-index:1;transition:width 0.3s ease,opacity 0.3s ease,transform 0.3s ease,margin 0.3s ease;}
header .wrapper-header .burgermenu span:last-child{margin-bottom:0px;width:20px;}
header .wrapper-header .wrapper-minilogo {display:inline-block;position:relative;z-index:150;padding:9px;}
header .wrapper-header .wrapper-minilogo img {display:inline-block;}


/* HEADER : Liens principaux (mon compte / panier / a propos / blog ...) */
header .wrapper-header .quick-access{padding:0;width:100%;margin-top:20px;float:initial;}
header .wrapper-header .quick-access .links{float:initial;}
header .wrapper-header .quick-access .links [class^="icon-"]{font-size:30px;margin-right:5px;color:#F6B691;}
header .wrapper-header .quick-access .links .icon-close{font-size:22px;}
header .wrapper-header .quick-access .links a{color:#313131;font-size:16px;font-weight:bold;display:inline-block;line-height:1;margin:0 10px;}
header .wrapper-header .quick-access .links a span,header .wrapper-header .quick-access .links a .wrapper-icon-cart{position:relative;margin-right:0;display:inline-block;line-height:1;vertical-align:middle;}
header .wrapper-header .quick-access .links a .wrapper-icon-cart .qty{position:absolute;background-color:#F6B691;border-radius:50%;top:-20px;right:-18px;width:22px;height:22px;line-height:22px;text-align:center;padding-right:1px;color:#fff;font-size:12px;text-decoration:none;transition:background-color 0.3s ease;}
header .wrapper-header .quick-access .links a .gradient-text{display:none;}
header .wrapper-header .quick-access .links a:focus,header .wrapper-header .quick-access .links a:active,header .wrapper-header .quick-access .links a:hover{text-decoration:none;}
@media(min-width:768px){
	header .wrapper-header .wrapper-quickaccess-margin {margin-top:30px;}
}
@media(min-width:992px){
	header .wrapper-header .wrapper-quickaccess-margin {margin-top:10px;}
	header .wrapper-header .quick-access .links a .gradient-text{display:inline-block;}
}

header .wrapper-header .wrapper-burgermenu {cursor:pointer;position:relative;overflow:hidden;}
header .wrapper-header .wrapper-burgermenu:before {content:"";width:100%;height:100%;top:0;left:-100%;background-color:#000;position:absolute;z-index:1;opacity:0;transition:opacity 0.3s ease,left 0.3s ease;}
header .wrapper-header .wrapper-burgermenu:hover:before,
header .wrapper-header .wrapper-burgermenu:focus:before {left:0;opacity:1;}
header .wrapper-header .wrapper-burgermenu .burgertitle {z-index:5;position:relative;color:#122222;text-transform:uppercase;font-size:16px;line-height:56px;margin-left:15px;padding-right:15px;transition:color 0.3s ease, background-color 0.3s ease;}
header .wrapper-header .wrapper-burgermenu:hover .burgertitle,
header .wrapper-header .wrapper-burgermenu:focus .burgertitle {color:#F6B691;}
header .wrapper-header .wrapper-burgermenu:hover .burgermenu span,
header .wrapper-header .wrapper-burgermenu:focus .burgermenu span {width:30px;}
@media(min-width:992px){
	header .wrapper-header .wrapper-burgermenu {z-index:50;position:absolute;top:70px;left:30px;}
}

header .wrapper-header .wrapper-logo {position:absolute;top:80px;left:50%;transform:translateX(-50%);z-index:100;/* au dessus de .wrapper-volet */text-align:center;}

header .wrapper-header .wrapper-logo-mobile {}
header .wrapper-header .btn-account-mobile {text-decoration:none;font-size:30px;color:#000;line-height:1;background:#F6B691;padding:11px 15px;display:inline-block;}
header .wrapper-header .btn-account-mobile:hover,
header .wrapper-header .btn-account-mobile:focus {color:#F6B691;background:#000;}


header .wrapper-header .wrapper-news {
	position:absolute;
    top:454px;
    right:-40px;
    z-index:10;
    display:inline-block;
    text-align:center;
    transform:rotate(90deg);
}
@media(min-width:992px){
	header .wrapper-header .wrapper-news {
		top:initial;
		bottom:100px;
		right:50%;
		transform:translateX(50%);
	}
}


header .wrapper-header .wrapper-news .arrowlink {
	display:inline-block;
	position:relative;
	padding:28px 54px 42px;
	background:url(../images/arrow-news2.png)no-repeat center top transparent;
	text-decoration:none;
	
	color:#fff;
	text-transform:uppercase;
	font-size:18px;line-height:1;font-family:'Montserrat';font-weight:700;
}
header .wrapper-header .wrapper-news .arrowlink span {margin-top:6px;color:#000;font-size:14px;font-family:'Montserrat';display:block;}
header .wrapper-header .wrapper-news .arrowlink:hover,
header .wrapper-header .wrapper-news .arrowlink:focus {
	text-decoration:none;
}
header .wrapper-header .wrapper-news .arrowlink > * {
	position:relative;
	z-index:10;
}
header .wrapper-header .wrapper-news .arrowlink:before {
    content: "";
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
    border-left: 95px solid transparent;
    border-right: 95px solid transparent;
    border-top: 118px solid #F6B691;
	transition:border 0.3s ease;
}
header .wrapper-header .wrapper-news .arrowlink:hover:before,
header .wrapper-header .wrapper-news .arrowlink:focus:before {
	border-top-color:#DA7449;
}
header .wrapper-header .wrapper-news .picto {margin-top:15px;display:block;color:#E88C64;font-size:20px;}


header .wrapper-header .wrapper-scrollstart {position:absolute;bottom:15px;left:50%;z-index:10;display:inline-block;transform:translateX(-50%);text-align:center; width: 90%;}
@media(min-width:992px){
	header .wrapper-header .wrapper-scrollstart {bottom:30px;  width: 70%;}
}
header .wrapper-header .wrapper-scrollstart .scrollstart {cursor:pointer;color:#fff;font-size:36px;line-height:1;text-decoration:none;display:none;transition:color 0.3s ease, background-color 0.3s ease;}
header .wrapper-header .wrapper-scrollstart .scrollstart:hover,
header .wrapper-header .wrapper-scrollstart .scrollstart:focus  {color:#121110;text-decoration:none;}

@media(min-width:992px){
	header .wrapper-header .wrapper-scrollstart .scrollstart {display: block;}
}

header .wrapper-header .wrapper-col {display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:100px 0;}
header .wrapper-header .wrapper-col.col1 {}

@media(min-width:992px) {
	header .wrapper-header .wrapper-col {padding:0 0 170px 0;background-size:initial;}
}
@media(min-width:1920px) {
	header .wrapper-header .wrapper-col {background-size:cover;}
}


header .wrapper-header .wrapper-col .wrapper-circle {position:relative;}
header .wrapper-header .wrapper-col .wrapper-circle > * {position:relative;z-index:10;}
header .wrapper-header .wrapper-col .wrapper-circle:before,
header .wrapper-header .wrapper-col .wrapper-circle:after {content:"";width:100%;height:100%;top:0;left:0;border-radius:100%;transform:rotate(0deg);transform-origin: center center;position:absolute;z-index:5;transition:all 0.9s ease;opacity:0;box-shadow:0 -14px 15px -10px #000;}
header .wrapper-header .wrapper-col .wrapper-circle:after {box-shadow:0 14px 15px -10px #000;}
header .wrapper-header .wrapper-col .wrapper-circle.white:before {box-shadow:0 -14px 15px -10px #fff;}
header .wrapper-header .wrapper-col .wrapper-circle.white:after {box-shadow:0 14px 15px -10px #fff;}

header .wrapper-header .wrapper-col .wrapper-circle:hover:before,
header .wrapper-header .wrapper-col .wrapper-circle:focus:before {-webkit-animation: holeblackbefore 1.5s forwards cubic-bezier(0.68, -0.6, 0.32, 1.6);-moz-animation: holeblackbefore 1.5s forwards cubic-bezier(0.68, -0.6, 0.32, 1.6);-ms-animation: holeblackbefore 1.5s forwards cubic-bezier(0.68, -0.6, 0.32, 1.6);animation: holeblackbefore 1.5s forwards cubic-bezier(0.68, -0.6, 0.32, 1.6);}
@-webkit-keyframes holeblackbefore {40% {box-shadow:0 -25px 15px -10px rgba(0,0,0,0.4);}55% {transform:rotate(360deg);opacity:1;box-shadow:0 0px 15px 0px rgba(0,0,0,0.8);}100% {box-shadow:0 -14px 15px -10px #fff;}}
@-moz-keyframes holeblackbefore {40% {box-shadow:0 -25px 15px -10px rgba(0,0,0,0.4);}55% {transform:rotate(360deg);opacity:1;box-shadow:0 0px 15px 0px rgba(0,0,0,0.8);}100% {box-shadow:0 -14px 15px -10px #fff;}}
@-ms-keyframes holeblackbefore {40% {box-shadow:0 -25px 15px -10px rgba(0,0,0,0.4);}55% {transform:rotate(360deg);opacity:1;box-shadow:0 0px 15px 0px rgba(0,0,0,0.8);}100% {box-shadow:0 -14px 15px -10px #fff;}}
@keyframes holeblackbefore {40% {box-shadow:0 -25px 15px -10px rgba(0,0,0,0.4);}55% {transform:rotate(360deg);opacity:1;box-shadow:0 0px 15px 0px rgba(0,0,0,0.8);}100% {box-shadow:0 -14px 15px -10px #fff;}}

header .wrapper-header .wrapper-col .wrapper-circle:hover:after,
header .wrapper-header .wrapper-col .wrapper-circle:focus:after {-webkit-animation: holeblackafter 1.5s forwards cubic-bezier(0.68, -0.6, 0.32, 1.6);-moz-animation: holeblackafter 1.5s forwards cubic-bezier(0.68, -0.6, 0.32, 1.6);-ms-animation: holeblackafter 1.5s forwards cubic-bezier(0.68, -0.6, 0.32, 1.6);animation: holeblackafter 1.5s forwards cubic-bezier(0.68, -0.6, 0.32, 1.6);}
@-webkit-keyframes holeblackafter {40% {box-shadow:0 40px 15px -10px rgba(0,0,0,0.4);}55% {transform:rotate(360deg);opacity:1;box-shadow:0 0px 15px 0px rgba(0,0,0,0.8);}100% {box-shadow:0 14px 15px -10px #fff;}}
@-moz-keyframes holeblackafter {40% {box-shadow:0 40px 15px -10px rgba(0,0,0,0.4);}55% {transform:rotate(360deg);opacity:1;box-shadow:0 0px 15px 0px rgba(0,0,0,0.8);}100% {box-shadow:0 14px 15px -10px #fff;}}
@-ms-keyframes holeblackafter {40% {box-shadow:0 40px 15px -10px rgba(0,0,0,0.4);}55% {transform:rotate(360deg);opacity:1;box-shadow:0 0px 15px 0px rgba(0,0,0,0.8);}100% {box-shadow:0 14px 15px -10px #fff;}}
@keyframes holeblackafter {40% {box-shadow:0 40px 15px -10px rgba(0,0,0,0.4);}55% {transform:rotate(360deg);opacity:1;box-shadow:0 0px 15px 0px rgba(0,0,0,0.8);}100% {box-shadow:0 14px 15px -10px #fff;}}

header .wrapper-header .wrapper-col .wrapper-circle.white:hover:before,
header .wrapper-header .wrapper-col .wrapper-circle.white:focus:before {-webkit-animation: holeblackwhitebefore 1.5s forwards cubic-bezier(0.68, -0.6, 0.32, 1.6);-moz-animation: holeblackwhitebefore 1.5s forwards cubic-bezier(0.68, -0.6, 0.32, 1.6);-ms-animation: holeblackwhitebefore 1.5s forwards cubic-bezier(0.68, -0.6, 0.32, 1.6);animation: holeblackwhitebefore 1.5s forwards cubic-bezier(0.68, -0.6, 0.32, 1.6);}
@-webkit-keyframes holeblackwhitebefore {40% {box-shadow:0 -25px 15px -10px rgba(255,255,255,0.4);}55% {transform:rotate(360deg);opacity:1;box-shadow:0 0px 15px 0px rgba(255,255,255,0.8);}100% {box-shadow:0 -14px 15px -10px #000;}}
@-moz-keyframes holeblackwhitebefore {40% {box-shadow:0 -25px 15px -10px rgba(255,255,255,0.4);}55% {transform:rotate(360deg);opacity:1;box-shadow:0 0px 15px 0px rgba(255,255,255,0.8);}100% {box-shadow:0 -14px 15px -10px #000;}}
@-ms-keyframes holeblackwhitebefore {40% {box-shadow:0 -25px 15px -10px rgba(255,255,255,0.4);}55% {transform:rotate(360deg);opacity:1;box-shadow:0 0px 15px 0px rgba(255,255,255,0.8);}100% {box-shadow:0 -14px 15px -10px #000;}}
@keyframes holeblackwhitebefore {40% {box-shadow:0 -25px 15px -10px rgba(255,255,255,0.4);}55% {transform:rotate(360deg);opacity:1;box-shadow:0 0px 15px 0px rgba(255,255,255,0.8);}100% {box-shadow:0 -14px 15px -10px #000;}}

header .wrapper-header .wrapper-col .wrapper-circle.white:hover:after,
header .wrapper-header .wrapper-col .wrapper-circle.white:focus:after {-webkit-animation: holeblackwhiteafter 1.5s forwards cubic-bezier(0.68, -0.6, 0.32, 1.6);-moz-animation: holeblackwhiteafter 1.5s forwards cubic-bezier(0.68, -0.6, 0.32, 1.6);-ms-animation: holeblackwhiteafter 1.5s forwards cubic-bezier(0.68, -0.6, 0.32, 1.6);animation: holeblackwhiteafter 1.5s forwards cubic-bezier(0.68, -0.6, 0.32, 1.6);}
@-webkit-keyframes holeblackwhiteafter {40% {box-shadow:0 40px 15px -10px rgba(255,255,255,0.4);}55% {transform:rotate(360deg);opacity:1;box-shadow:0 0px 15px 0px rgba(255,255,255,0.8);}100% {box-shadow:0 14px 15px -10px #000;}}
@-moz-keyframes holeblackwhiteafter {40% {box-shadow:0 40px 15px -10px rgba(255,255,255,0.4);}55% {transform:rotate(360deg);opacity:1;box-shadow:0 0px 15px 0px rgba(255,255,255,0.8);}100% {box-shadow:0 14px 15px -10px #000;}}
@-ms-keyframes holeblackwhiteafter {40% {box-shadow:0 40px 15px -10px rgba(255,255,255,0.4);}55% {transform:rotate(360deg);opacity:1;box-shadow:0 0px 15px 0px rgba(255,255,255,0.8);}100% {box-shadow:0 14px 15px -10px #000;}}
@keyframes holeblackwhiteafter {40% {box-shadow:0 40px 15px -10px rgba(255,255,255,0.4);}55% {transform:rotate(360deg);opacity:1;box-shadow:0 0px 15px 0px rgba(255,255,255,0.8);}100% {box-shadow:0 14px 15px -10px #000;}}

header .wrapper-header .wrapper-col .circle {width:200px;height:200px;line-height:200px;text-decoration:none!important;text-transform:uppercase;font-size:18px;background:#000;color:#fff;border-radius:100%;text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;transition:color 1s ease, background-color 1s ease;}
@media(min-width:768px){
	header .wrapper-header .wrapper-col .circle {width:240px;height:240px;line-height:240px;}
}
@media(min-width:992px){
	header .wrapper-header .wrapper-col .circle {width:270px;height:270px;line-height:270px;}
}

header .wrapper-header .wrapper-col .circle.white {background:#fff;color:#000;}
header .wrapper-header .wrapper-col .circle:hover,
header .wrapper-header .wrapper-col .circle:focus {
	/*background-color:#fff;color:#000;*/
	-webkit-animation: holeblackcircle 1.5s forwards ease;
	-moz-animation: holeblackcircle 1.5s forwards ease;
	-ms-animation: holeblackcircle 1.5s forwards ease;
	animation: holeblackcircle 1.5s forwards ease;}
@-webkit-keyframes holeblackcircle {75% {background:#000;color:#fff;}100% {background-color:#fff;color:#000;}}
@-moz-keyframes holeblackcircle {75% {background:#000;color:#fff;}100% {background-color:#fff;color:#000;}}
@-ms-keyframes holeblackcircle {75% {background:#000;color:#fff;}100% {background-color:#fff;color:#000;}}
@keyframes holeblackcircle {75% {background:#000;color:#fff;}100% {background-color:#fff;color:#000;}}

header .wrapper-header .wrapper-col .circle.white:hover,
header .wrapper-header .wrapper-col .circle.white:focus {
	/*background-color:#000;color:#fff;*/
	-webkit-animation: holeblackcirclewhite 1.5s forwards ease;
	-moz-animation: holeblackcirclewhite 1.5s forwards ease;
	-ms-animation: holeblackcirclewhite 1.5s forwards ease;
	animation: holeblackcirclewhite 1.5s forwards ease;}
@-webkit-keyframes holeblackcirclewhite {75% {background-color:#fff;color:#000;}100% {background-color:#000;color:#fff;}}
@-moz-keyframes holeblackcirclewhite {75% {background-color:#fff;color:#000;}100% {background-color:#000;color:#fff;}}
@-ms-keyframes holeblackcirclewhite {75% {background-color:#fff;color:#000;}100% {background-color:#000;color:#fff;}}
@keyframes holeblackcirclewhite {75% {background-color:#fff;color:#000;}100% {background-color:#000;color:#fff;}}

header .wrapper-header .wrapper-col .circle span {color:#F6B691;font-size:25px;font-family:'Montserrat';font-weight:700;}
header .wrapper-header .wrapper-col .circle span, 
header .wrapper-header .wrapper-col .circle p {display:block;line-height:1.3;margin:0;}
@media(min-width:992px){
	header .wrapper-header .wrapper-col .circle span {font-size:30px;}
}

.main-header .citation-icon {font-size:30px;}
.main-header .citation-icon:first-child {margin-right:20px;}
.main-header .citation-icon:last-child {margin-left:20px;}
.main-header .citation{font-family:'bernier',Verdana;font-size: 30px; text-transform:uppercase;color:#121110;}

@media(min-width:992px) {
	.main-header .citation-icon {font-size:40px;}
	.main-header .citation-icon:first-child {margin-right:40px;}
	.main-header .citation-icon:last-child {margin-left:40px;}
	.main-header .citation{font-size: 55px;}
}

/* header mobile */
.wrapper-header-mobile {position:relative;background:#fff;}

/* header content */
/* [class^="header-title"] {font-size:30px;font-family:'Montserrat';font-weight:700;color:#121110;} */
/* .header-subtitle {font-size:20px;font-family:'Montserrat';font-weight:300;color:#fff;text-transform:uppercase;} */
@media(min-width:992px) {
	/* [class^="header-title"] {font-size:40px;} */
	/* .header-subtitle {font-size:30px;} */
}
@media(min-width:1200px) {
	/* [class^="header-title"] {font-size:50px;} */
	/* .header-subtitle {font-size:40px;} */
}
.header-title-3 {
	color:#000000;font-family:'Montserrat';font-weight:300;text-transform:uppercase;font-size:20px;margin-bottom:15px;
}
.wrapper-childrens {}
/*.wrapper-childrens .plats-list {padding:15px 30px;background:#f0f0f0;}*/
.plats-list {padding:15px 30px 25px;/*background:#F5F4F3;*/}

/******************
FULLPAGE HEADER MENU
*******************/

/* ouvert */
.fullpage-menu-open {overflow:hidden;}
.fullpage-menu-open .btn-picto,
.fullpage-menu-open .language-item {color:#fff!important;}
.fullpage-menu-open .wrapper-volet {top:0;}
.fullpage-menu-open .close-fullpage-menu {display:block;}
.fullpage-menu-open header .wrapper-header .wrapper-burgermenu {z-index:60;}
.fullpage-menu-open header .wrapper-header .burgermenu span {width:34px!important;margin-right:-6px!important;margin-left:2px!important;}
.fullpage-menu-open header .wrapper-header .burgermenu span.b2 {opacity:0;}
.fullpage-menu-open header .wrapper-header .burgermenu span.b1 {transform:rotate(45deg);transform-origin:top left;}
.fullpage-menu-open header .wrapper-header .burgermenu span.b3 {transform:rotate(-45deg);transform-origin:bottom left;}

.visible-fullpagemenu {display:none;}
.hidden-fullpagemenu {}
.fullpage-menu-open .visible-fullpagemenu {display:initial;}
.fullpage-menu-open .hidden-fullpagemenu {display:none;}

/* bouton fermeture */
.close-fullpage-menu {display:none;cursor:pointer;font-size:24px;color:#fdfdff;padding:18px;line-height:1;transition:color 0.3s ease, background-color 0.3s ease;}
.close-fullpage-menu:hover,
.close-fullpage-menu:focus{color:#fff;}

/* volet */
.wrapper-volet {
	background:rgba(10,27,28,0.8);
	color:#fff;
	width:100%;
	height:100%;
	position:fixed;
	z-index:5900; /* en dessous de .wrapper-preheader */
	right:0;
	top:-100%;
	overflow-y:auto;
	transition:top 0.3s ease, background-color 0.3s ease;
	font-size:20px;
}

.wrapper-volet.doubleface {overflow-x:hidden;background-color:#e88c64;}
.wrapper-volet.doubleface > * {position:relative;z-index:20;}
.wrapper-volet.doubleface:before {
    content:"";
    width:100%;
    height:100%;
    top:0;
    left:0%;
	background-color:#e88c64;
    position:absolute;
	transition:left 0.3s ease, background-color 0.3s ease;
}
@media(min-width:768px){
	.wrapper-volet.doubleface {background-color:#0A1B1C;}
	.wrapper-volet.doubleface:before {left:-50%;}
}


/* hehe */
.mainmenu-mobile a {transform:translateX(-30px) rotate(0deg);transition:color 0.3s ease, background-color 0.3s ease;}
.fullpage-menu-open .mainmenu-mobile a {font-family:'Montserrat';font-weight:700;transform:translateX(0px) /*rotate(3600deg)*/ ;}
.fullpage-menu-open .mainmenu-mobile li:nth-child(1)  a {transition:color 0.3s ease, background-color 0.3s ease, transform 0.3s ease 0.2s;}
.fullpage-menu-open .mainmenu-mobile li:nth-child(2)  a {transition:color 0.3s ease, background-color 0.3s ease, transform 0.3s ease 0.3s;}
.fullpage-menu-open .mainmenu-mobile li:nth-child(3)  a {transition:color 0.3s ease, background-color 0.3s ease, transform 0.3s ease 0.4s;}
.fullpage-menu-open .mainmenu-mobile li:nth-child(4)  a {transition:color 0.3s ease, background-color 0.3s ease, transform 0.3s ease 0.5s;}
.fullpage-menu-open .mainmenu-mobile li:nth-child(5)  a {transition:color 0.3s ease, background-color 0.3s ease, transform 0.3s ease 0.6s;}
.fullpage-menu-open .mainmenu-mobile li:nth-child(6)  a {transition:color 0.3s ease, background-color 0.3s ease, transform 0.3s ease 0.7s;}
.fullpage-menu-open .mainmenu-mobile li:nth-child(7)  a {transition:color 0.3s ease, background-color 0.3s ease, transform 0.3s ease 0.8s;}
.fullpage-menu-open .mainmenu-mobile li:nth-child(8)  a {transition:color 0.3s ease, background-color 0.3s ease, transform 0.3s ease 0.9s;}
.fullpage-menu-open .mainmenu-mobile li:nth-child(9)  a {transition:color 0.3s ease, background-color 0.3s ease, transform 0.3s ease 1.0s;}
.fullpage-menu-open .mainmenu-mobile li:nth-child(10) a {transition:color 0.3s ease, background-color 0.3s ease, transform 0.3s ease 1.1s;}
.fullpage-menu-open .mainmenu-mobile li:nth-child(11) a {transition:color 0.3s ease, background-color 0.3s ease, transform 0.3s ease 1.2s;}
.fullpage-menu-open .mainmenu-mobile li:nth-child(12) a {transition:color 0.3s ease, background-color 0.3s ease, transform 0.3s ease 1.3s;}
.fullpage-menu-open .mainmenu-mobile li:nth-child(13) a {transition:color 0.3s ease, background-color 0.3s ease, transform 0.3s ease 1.4s;}
.fullpage-menu-open .mainmenu-mobile li:nth-child(14) a {transition:color 0.3s ease, background-color 0.3s ease, transform 0.3s ease 1.5s;}

.mainmenu-mobile {}
.mainmenu-mobile .biglink a {font-family:'Montserrat';font-weight:700;font-size:30px;}
.mainmenu-mobile .biglink a .biglink-subtitle {margin:5px 0 0 0;font-family:'Montserrat';color:#000000;text-transform:uppercase;display:block;line-height:1;}

.mainmenu-mobile-inline {padding:0;margin:0;list-style-type:none;}
@media(min-width:768px){
	.mainmenu-mobile .biglink a {font-family:'Montserrat';font-weight:700;font-size:36px;}
	.mainmenu-mobile-inline li {display:inline-block;vertical-align:top;}
}


.latest-news {}
.latest-news a {line-height:1.1;text-decoration:none;}
.latest-news a:hover {color:#E88C64;}
.latest-news .wrapper-categories {color:#E88C64;font-family:'Montserrat';font-size:16px;line-height:1;}
.latest-news .wrapper-categories a {color:#E88C64;}
.latest-news .wrapper-categories a:hover {color:#fff;}
.latest-news .title {color:#fff;font-family:'Montserrat';font-weight:700;line-height:1;display:block;margin-top:5px;font-size:23px;}
.latest-news .subtitle {display:block;color:#E88C64;line-height:1;font-size:16px;margin-top:14px;}

@media(min-width:992px){
	.latest-news .title {font-size:30px;}
	.latest-news .subtitle {font-size:20px;}
}

/* Header sticky scroll : taille réduite lorsque collé à l'écran */
.fixed-row .fixed-part .wrapper-header {padding:15px!important;}
.fixed-row .fixed-part .wrapper-header .wrapper-searchform  {margin-top:10px;}
.fixed-row .fixed-part .wrapper-header .wrapper-quickaccess-margin {margin-top:20px;}
.fixed-row .fixed-part .wrapper-header .logolink img {max-height:60px;}
.fixed-row .fixed-part .wrapper-header .stickidden {max-height:0;overflow:hidden;margin-top:0!important;}

nav.navbar.navbar-default{position: absolute; width: 100%;z-index:100;background: #000000a8;border:none;}
.top-menu{z-index:100;}
@media(min-width:768px){
	.top-menu{display: flex;flex-direction: row;justify-content: space-evenly;align-items: center;z-index: 100;}
}

.header-content {height: 200px; display: flex; align-items: center; justify-content: center; flex-direction: column;}
@media(min-width: 768px) {
	.header-content {height: 260px;}
}

/*******************************
 *	FOOTER
 *******************************/

/* FOOTER */
.wrapper-footer {color:#fff;background-color:#121110;position:relative; padding-top: 140px; padding-bottom: 10px;}
.wrapper-footer .logo-footer{position: absolute;top: -110px;left: 0;right: 0; width: fit-content; margin-left: auto; margin-right: auto;}
.wrapper-footer .title-footer {text-transform: uppercase;color: #fff;font-size: 20px;margin-bottom:16px;}
.wrapper-footer .title-footer:after {content:" ";background-color: #707070;width: 150px;height: 5px;position: relative;display: block;margin: 0 auto;margin-top: 16px;}
.wrapper-footer a {color:#E6C68E;text-decoration:none;}
.wrapper-footer a:hover,
.wrapper-footer a:focus {color:#ffffff;}
.wrapper-footer .copyright {font-size:13px;}
.wrapper-footer .black {color:#000;}
.wrapper-footer .white {color:#fff;}
.wrapper-footer .rs-links {}
.wrapper-footer .rs-links a {color:#fff;font-size:40px;text-decoration:none;}
.wrapper-footer .rs-links a:hover,
.wrapper-footer .rs-links a:focus {color:#E6C68E;}

/* Menus liste footer */
.wrapper-footer .list-url-footer {display:block;}
.wrapper-footer .list-url-footer li {margin-bottom:6px;}
.wrapper-footer .list-url-footer a {display:block;padding:10px 15px;line-height:1;background:rgba(255,255,255,0.1);}
.wrapper-footer .list-url-footer a:hover,
.wrapper-footer .list-url-footer a:focus {
	
}
@media(min-width:768px){
	.wrapper-footer .list-url-footer li {margin-bottom:0;}
	.wrapper-footer .list-url-footer a {padding:8px 0;background:transparent;}
}

/* scroll top */
.wrapper-footer .scrolltop{display: flex; align-items: center; justify-content: center; opacity: 0.6;  z-index: 500;cursor: pointer;width: 65px;height: 56px;font-size: 35px;color: #ffffff;position: fixed;right: 0; bottom: 20px;background-color: #121110;transition:color 0.3s ease,background-color 0.3s ease;}
@media(min-width:768px){
	.wrapper-footer .scrolltop{width: 83px;height: 65px;font-size: 40px;}
}


/*******************************
 *	SLIDESHOW
 *******************************/
.default-slider{}
.default-slider h1,
.default-slider h2,
.default-slider h3,
.default-slider h4,
.default-slider h5,
.default-slider h6 {color:#fff;font-size:26px;margin:0;}
.default-slider h1{font-size:44px;}
.default-slider p{color:#fff;font-size:20px;}
@media(min-width:768px){
    .default-slider h1{font-size:64px;}
    .default-slider h2{font-size:46px;}
    .default-slider p{font-size:22px;}
}
@media(min-width:992px){
    .default-slider h1{font-size:74px;}
    .default-slider h2{font-size:56px;}
    .default-slider p{font-size:22px;}
}
@media(min-width:1200px){
    .default-slider h1{font-size:84px;}
    .default-slider h2{font-size:66px;}
    .default-slider p{font-size:24px;}
}
.default-slider .wrapper-slideshow .container {position:relative;}

/* Slideshow : owl-control */
.owl-controls .owl-nav {display:none;}
.owl-controls .owl-nav span{    font-size: 42px; color: #272727;position: absolute;top: 50%;transform: translateY(-50%);transition:color 0.3s ease, background-color 0.3s ease;}
@media(min-width:768px){
	.owl-controls .owl-nav {display:block;}
    .owl-controls .owl-nav .owl-prev span{left:10%;}
    .owl-controls .owl-nav .owl-next span{right:10%;}
}
@media(min-width:992px){
    .owl-controls .owl-nav .owl-prev span{left:4%;}
    .owl-controls .owl-nav .owl-next span{right:4%;}
}
@media(min-width:1200px){
    .owl-controls .owl-nav .owl-prev span{left:-50px;}
    .owl-controls .owl-nav .owl-next span{right:-50px;}
}
.owl-controls .owl-nav span:hover,
.owl-controls .owl-nav span:active,
.owl-controls .owl-nav span:focus {color: #ffffff;}
.slider-nav-sable .owl-controls .owl-nav span:hover,
.slider-nav-sable .owl-controls .owl-nav span:active,
.slider-nav-sable .owl-controls .owl-nav span:focus {color: #E6C68E;}
.owl-controls .owl-dots{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;flex-direction:row;justify-content:space-between;}
.owl-controls .owl-dots .owl-dot{width:14px;height:14px;background-color:white;margin:0 16px;border-radius:50%;position:relative;-webkit-transition:background-color 0.6s ease;-moz-transition:background-color 0.6s ease;-o-transition:background-color 0.6s ease;transition:background-color 0.6s ease;}
.owl-controls .owl-dots .owl-dot:before{transform:scale(0);content:"";width:24px;height:24px;border-radius:50%;display:block;background-color:#e83c5896;position:absolute;top:-5px;right:-5px;-webkit-transition:transform 0.3s ease;-moz-transition:transform 0.3s ease;-o-transition:transform 0.3s ease;transition:transform 0.3s ease;}
.owl-controls .owl-dots .owl-dot.active,.owl-controls .owl-dots .owl-dot:hover,.owl-controls .owl-dots .owl-dot:focus,.owl-controls .owl-dots .owl-dot:active{background-color:#e83c58;}
.owl-controls .owl-dots .owl-dot.active:before,.owl-controls .owl-dots .owl-dot:hover:before,.owl-controls .owl-dots .owl-dot:focus:before,.owl-controls .owl-dots .owl-dot:active:before{transform:scale(1);}
.wrapper-footer .scrolltop:hover,.wrapper-footer .scrolltop:focus{background:#E6C68E;}


/*******************************
 *	HOME / ACCUEIL
 *******************************/

/* header */
.cms-home .btn-picto,
.cms-home .wrapper-preheader .wrapper-lang .language-item {color:#000000;}

/* Bloc Introduction */
.c-intro__logo {display: block !important; padding-left: 0; padding-right: 0; width: 200px; height: 240px; margin-left: auto; margin-right: auto; border-bottom: 10px solid #333A3C; padding-bottom: 30px;} /* important because we need to override the row-flex thing.*/

@media(min-width:992px) {
	.c-intro__logo {display: flex !important; width: 244px; height: 244px; align-items: flex-end; flex-grow: 1; border-bottom: none; margin-right: 30px; width: 244px; height: 244px; padding-bottom: 0;} /* important because we need to replace the overriden row-flex thing in mobile*/
	.c-intro__description {flex-grow: 1; border-left: 10px solid #000; padding-left: 30px; display: block !important; height: fit-content;} /* important because we need to override the row-flex thing*/
}

/* BLOC BONS PLANS & nouveautes */
/* .block-home{min-height:330px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 30px;flex-direction:column;align-items:flex-start;justify-content:center;}
@media(min-width:992px){
    .block-home{padding:0 60px;}
}
.block-home h2{margin-top:0;z-index:1;}
.block-home .caption{z-index:1;}
.block-home:not(:last-child){margin-bottom:30px;}
.block-home.bon-plan{background:#ececec;background-repeat:no-repeat;background-size:cover;position:relative;}
.block-home.nouveautes{background:#ececec;background-repeat:no-repeat;background-size:cover;position:relative;}
.block-home.nouveautes .caption{color:#fff;}
.block-home.bon-plan::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:-moz-linear-gradient(90deg,rgba(232,60,88,1)0%,rgba(232,60,88,1)25%,rgba(242,193,68,1)75%,rgba(242,193,68,1)100%);background:-webkit-linear-gradient(90deg,rgba(232,60,88,1)0%,rgba(232,60,88,1)25%,rgba(242,193,68,1)75%,rgba(242,193,68,1)100%);background:linear-gradient(90deg,rgba(232,60,88,1)0%,rgba(232,60,88,1)25%,rgba(242,193,68,1)75%,rgba(242,193,68,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000",endColorstr="#000",GradientType=1);}
.block-home.nouveautes::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:-moz-linear-gradient(90deg,rgba(232,60,88,1)0%,rgba(232,60,88,1)25%,rgba(242,193,68,1)75%,rgba(242,193,68,1)100%);background:-webkit-linear-gradient(90deg,rgba(232,60,88,1)0%,rgba(232,60,88,1)25%,rgba(242,193,68,1)75%,rgba(242,193,68,1)100%);background:linear-gradient(90deg,rgba(232,60,88,1)0%,rgba(232,60,88,1)25%,rgba(242,193,68,1)75%,rgba(242,193,68,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000",endColorstr="#000",GradientType=1);}

.wrapper-event {background:#F6B691;padding:14px;}
.border1 {padding:10px;background:url(../images/border-topleft.png) no-repeat top left,url(../images/border-bottomright.png) no-repeat bottom right #ffffff;}
.border1 .innerborder {border:2px solid #E88C64;padding:20px;}

@media(min-width:768px){
	.wrapper-event {padding:30px;}
	.border1 {padding:15px;}
}
@media(min-width:992px){
	.wrapper-event {padding:40px;}
	.border1 {padding:20px;}
}
@media(min-width:1200px){
	.wrapper-event {padding:50px;}
}

.wrapper-ouverture {background:url(../images/border-topleft2.png) no-repeat top left,url(../images/border-bottomright2.png) no-repeat bottom +50px right,url(../images/bg-texture.png) repeat center center #ffffff;}
.border2 {}

.wrapper-receptions {overflow:hidden;}
.wrapper-receptions .bgcercle {width:100%;height:100%;position:relative;}
.wrapper-receptions .bgcercle:before {
    content:"";
    width:440px;
    height:440px;
    top:-120px;
    right:-120px;
	z-index:-1;
    position:absolute;
	background:url(../images/bg-cercle.png)no-repeat center center transparent;background-size:contain;
}
.wrapper-receptions .visuel-receptions {width:100%;height:100%;min-height:350px;background:url(../images/bg-reception.jpg) no-repeat top center transparent;}
.wrapper-receptions .visuel-apropos {width:100%;height:100%;min-height:350px;background:url(../images/oliban-a-propos.jpg) no-repeat center center transparent;background-size:cover;}

.wrapper-insta {}
.wrapper-insta .instabg1 {background:url(../images/bg-insta.jpg)no-repeat center center transparent;background-size:cover;}
.wrapper-insta .picto {font-size:20px;line-height:1;display: nline-block;vertical-align:text-bottom;}
.wrapper-insta img {width:100%;}

.wrapper-description {background:url(../images/bg-texture.png) no-repeat center center transparent;background-size:cover;}
.wrapper-description .texture,.wrapper-description2 .texture{background:url(../images/border-top.png) repeat-x top center transparent;}
@media(min-width:992px){
.wrapper-description .texture {background:url(../images/border-left.png) repeat-y left center transparent;}
.wrapper-description2 .texture {background:url(../images/border-right.png) repeat-y right center transparent;}
} */


/* Bloc concept */
.c-concept {position: relative;}
.c-concept:before {position: absolute; opacity: 0.1; z-index: 10; content: ''; width: 100%; height: 100%; top: 0; left: 0; background-size: cover; background-position: right; background-repeat: no-repeat; background-image:url(../images/concept-boulanger.jpg)}
.c-concept__container {min-height: 300px;}
.c-concept__title {display: block; text-align: center;}
.c-concept__text {position: relative; z-index: 20; flex-grow: 1;}
.c-concept__picture-words {object-fit: contain; width: 100%; height: 100%; max-height: 300px;}
.c-concept__picture {display: none !important;}

@media(min-width: 768px) {
	.c-concept__picture-words {max-height: 400px;}
}

@media(min-width: 992px) {
	.c-concept:before {opacity: 1; background: linear-gradient(100deg, #E6C68E 53%, transparent 80%);}
	.c-concept__title {transform: rotate(-180deg); text-align: left; writing-mode: tb-rl; margin-left: auto; margin-right: auto;}
	.c-concept__picture-words {max-height: 450px;}
	.c-concept__picture {flex-grow:1; display: flex !important;}
	.c-concept__picture img {flex-grow:1; object-fit: cover; object-position: right;}
}

@media(min-width: 1200px) {
	.c-concept__title {font-size: 60px;}
}

/*******************************
 *	Page Nos Boulangeries
 *******************************/
.page-content:has(.c-bakery) div:last-child .c-bakery {padding-bottom: 110px !important;}
.c-bakery__picture {width: 100%;height: 100%; object-fit: cover; object-position: center; max-height: 330px;}
.c-bakery__picture--logo {object-fit: contain; max-height: 244px;}
.c-bakery__title {flex-grow: 1; font-size: 20px;}
.c-bakery__name {font-size: 25px;}
.c-bakery__icons {font-size: 20px; margin-top: 5px;}
.c-bakery__icons i:not(:last-child) {margin-right: 10px;}
.c-bakery__hours th {width: 50%;}
.c-bakery__hours th, .c-bakery__hours td {border: none !important; padding-left: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important;} /* Override style.css, check to load after */
.c-bakery__picto {opacity: 0.6; font-size: 80px; z-index: 0; display: none;}
.c-bakery__buttons .c-button {z-index: 1;}

@media(min-width: 768px) {
	.c-bakery__picto {display: block;}
	.c-bakery__picto--ustensiles {left: -40px;}
	.c-bakery__picto--ble {top: -10px; right: -60px;}
	.c-bakery__buttons {flex-direction: row !important; align-items: center;}
	.c-bakery__buttons > div:first-child {margin-right: 20px;}
}

@media(min-width: 992px) {
	.c-bakery__buttons {justify-content: space-around;}
	.c-bakery__buttons > div:first-child {margin-right: 10px;}
	.c-bakery__icons {font-size: 25px;}
	.c-bakery__icons i:not(:last-child) {margin-right: 20px;}
	.c-bakery__picto--ustensiles {bottom: -50px; left: -40px;}
	.c-bakery__picto--ble {top: -60px; right: -20px;}
}

@media(min-width: 1200px) {
	.c-bakery__buttons > div:first-child {margin-right: 0;}
	.c-bakery__picto {font-size: 100px;}
	.c-bakery__picto--ustensiles {left: -60px;}
	.c-bakery__picto--ble {top: -60px; right: -20px;}
}


/*******************************
 *	Page Notre histoire
 *******************************/
.page-content:has(.c-timeline) .c-timeline-step:last-child {margin-bottom: 140px !important;}
.c-timeline-step {display: flex; align-items: flex-start;}
.c-timeline-step__picture {flex-shrink: 0; width: 80px; height: 80px; margin-right: 20px;} 
.c-timeline {
	background-image: linear-gradient(black 55%, rgba(255,255,255,0) 0%);
	background-position: left 54px center;
	background-size: 5px 55px;
	background-repeat: repeat-y;
}
.c-timeline-picto {display: none; position: absolute; font-size: 150px; opacity: 0.4;}

@media (min-width: 768px) {
	.c-timeline-step__picture {flex-shrink: 0; width: 100px; height: 100px;} 
	.c-timeline { background-position: left 62px center;}
}

@media(min-width: 992px) {
	.c-timeline {z-index: -1; background-image: url(../images/serpentine.png); background-position: left 58px top 215px; background-size: contain; background-repeat: no-repeat; position: relative; height: 1800px;}
	.c-timeline-picto {display: block;}
	
	.c-timeline-picto--ble {display: none;}
	.c-timeline-picto--ustensiles {top: 510px; left: 110px;}
	.c-timeline-picto--pain {top: 1080px; right: 0;}
	.c-timeline-picto--croissants {top: 1580px; left: 0;}

	.c-timeline-step {position: absolute; max-width: 53%; z-index: 10;}

	.c-timeline-step:nth-of-type(1) { top: 0; left: 0; flex-direction: column;}
	.c-timeline-step:nth-of-type(1) .c-timeline-step__text {margin-bottom: 10px;}
	.c-timeline-step:nth-of-type(1) .c-timeline-step__picture {order: 1;}

	.c-timeline-step:nth-of-type(2) { top: 100px; left: 500px; flex-direction: column; align-items: center; max-width: 50%;}
	.c-timeline-step:nth-of-type(2) .c-timeline-step__text {margin-bottom: 40px; margin-left: 80px;}
	.c-timeline-step:nth-of-type(2) .c-timeline-step__picture{order: 1;}

	.c-timeline-step:nth-of-type(3) { top: 480px; left: 393px; align-items: center;}
	.c-timeline-step:nth-of-type(3) .c-timeline-step__text {margin-right: 20px;}
	.c-timeline-step:nth-of-type(3) .c-timeline-step__picture{order: 1;}

	.c-timeline-step:nth-of-type(4) { top: 820px; left: 0; flex-direction: column; align-items: flex-end;  max-width: 40%;}

	.c-timeline-step:nth-of-type(5) { top: 1160px; left: 120px; align-items: flex-end; max-width: 61%;}
	.c-timeline-step:nth-of-type(5) .c-timeline-step__picture {margin-right: 50px; margin-bottom: 50px;}
}

@media(min-width: 1200px) {
	.c-timeline {background-position: left 63px top 188px; height: 1600px;}
	
	.c-timeline-picto--ble {display: block; top: 0; right: 300px;}
	.c-timeline-picto--ustensiles {top: 350px; left: 215px;}
	.c-timeline-picto--pain {top: 1080px; right: 120px;}
	.c-timeline-picto--croissants {top: 1385px; left: -50px;}

	.c-timeline-step:nth-of-type(1) { top: 0; left: 0; flex-direction: row; align-items: flex-end;}
	.c-timeline-step:nth-of-type(1) .c-timeline-step__text {margin-bottom: 80px;}
	.c-timeline-step:nth-of-type(1) .c-timeline-step__picture{order: 0;}

	.c-timeline-step:nth-of-type(2) { top: 200px; left: 550px; flex-direction: row; align-items: center;}
	.c-timeline-step:nth-of-type(2) .c-timeline-step__text {margin-bottom: 0; }
	.c-timeline-step:nth-of-type(2) .c-timeline-step__picture{order: 0;}

	.c-timeline-step:nth-of-type(3) { top: 600px; left: 700px; align-items: flex-start;}
	.c-timeline-step:nth-of-type(3) .c-timeline-step__picture{order: 0;}

	.c-timeline-step:nth-of-type(4) {top: 1010px;left: 98px;flex-direction: row;align-items: flex-end;max-width: 40%;}
	.c-timeline-step:nth-of-type(4) .c-timeline-step__picture {margin-right: 50px; margin-bottom: 50px;}
	
	.c-timeline-step:nth-of-type(5) { top: 1020px; left: 118px; align-items: flex-end; max-width: 61%;}
	.c-timeline-step:nth-of-type(5) .c-timeline-step__picture {margin-right: 38px; margin-bottom: 50px;}
}

/*******************************
 *	Page Nous rejoindre
 *******************************/

.c-why-join-us__button, .c-why-join-us__nb, .c-why-join-us__map {max-width: 750px;}
.c-why-join-us__picture img {width: 80%;}
.c-why-join-us__map-picture {border-bottom: 10px solid #333A3C; flex-basis: 280px; margin-left: auto; margin-right: auto;}
.c-why-join-us__map-picture img {width: 80%; margin-left: auto; margin-right: auto;}
.c-why-join-us__button {padding-left: 15px;}

@media(min-width: 576px) {
	.c-why-join-us__picture img {width: 40%;}
	.c-why-join-us__map-picture img {width: 100%; }
}

@media(min-width:992px){
	.c-why-join-us__split {background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #121110 50%, #121110 100%);}
	.c-why-join-us__map, .c-why-join-us__button, .c-why-join-us__nb {max-width: unset;}
	.c-why-join-us__map-content { margin-left: 0; margin-right: 0;}
	.c-why-join-us__button {text-align: center; padding-left: 0;}
	.c-why-join-us__picture img {width: 90%;}
	.c-why-join-us__map-picture {flex-basis: unset; max-height: 475px; border-right: 10px solid #333A3C; border-bottom: none; margin-right: 0; margin-left: 0;}
	.c-why-join-us__map-picture img {width: fit-content; margin-left: auto; margin-right: 0;}
}

@media(min-width:1600px){
	.c-why-join-us__picture img {width: 75%;}
}
@media(min-width:1800px){
	.c-why-join-us__picture img {width: 50%;}
}

.c-join-team .c-text-picture__description {border-left: none; padding-left: 0;}

/*******************************
 *	Liste PRODUITS (traiteur)
 *******************************/
.c-product-card__price .price {color: #E6C68E; font-weight: 500; font-size: 25px;}
.c-product-card__icons {flex-grow: 1; height: 26px;}
.c-product-card__icons i {margin-right: 5px;}

.product-list-extra-padding {padding-top: 50px; padding-bottom: 50px;}
@media(min-width:1600px){
	.product-list-extra-padding {padding: 100px;}
}

/* Colonne catégories */
.wraper-cat-column {position: sticky; width: 100%;display:inline-block;}
.wraper-cat-column .cat-list {padding:0;margin:0;list-style-type:none;}
.wraper-cat-column .cat-list .cat a {text-decoration:none;padding:40px 20px 40px 20px;line-height:1;display:block;color: #000000; font-size:16px;}
.wraper-cat-column .cat-list .cat.active a,
.wraper-cat-column .cat-list .cat a:hover,
.wraper-cat-column .cat-list .cat a:focus {
	background-color:#333A3C;
	color: #ffffff;
}

.select-cat-wrapper select {border: none; border-right: 20px solid transparent !important;}
.select-cat-wrapper select option[selected], .select-cat-wrapper select option:hover {color: #ffffff; background-color:#333A3C;}

/*******************************
 *	Fiche PRODUIT
 *******************************/
 
.c-product__picture {height: 450px;}
.c-product__icon { font-size: 80px; margin-right: 20px; }
.c-product__price {margin-right: 30px;}
.c-product__price .price {color: #121110; font-weight: 500; font-size: 45px;}

.c-product__menu li a {cursor: pointer; color: #121110; border-radius: 0;}
.c-product__menu li a:hover {background-color: #ffffff; border: 1px solid transparent;}
.c-product__menu li.active a, .c-product__menu li.active a:hover, .c-product__menu li.active a:focus, .c-product__menu li.active a:active {background-color: #E6C68E; color: #ffffff;}
.c-product__menu .fade.show {opacity: 1;}
.c-product__menu .fade:not(.show) {opacity: 0; height: 0;}

@media (min-width: 992px) {
	.c-product__description {margin-left: auto;}
}

/*******************************
 *	Fiche ACTU
 *******************************/

.c-article__body img{max-width:100%; max-height: 600px;}
.c-article__hr {width: 50%; height: 6px; background-color: #E6C68E; }
.c-article__picture {width: 100%; max-height: 500px; object-fit: cover;}

/*******************************
 *	Page NOUS CONTACTER
 *******************************/

.c-contact { background-color: #000;}
.c-contact__picture {top: 0; left: 0; width: 100%; height: 100%; opacity: 0.7; object-fit:cover;}

.c-faq__question {transition: font-weight 0.3s ease;}
.c-faq__question:hover div {font-weight: 600;}
.c-faq__question .icon-arrow-down {transition:transform 0.3s ease, bottom 0.3s ease; line-height: inherit;}
.c-faq__question:is([aria-expanded=true]) .icon-arrow-down {transform: rotate(180deg);}
.c-faq__answer {width: 80%; border-left: 10px solid #E6C68E; padding-left: 30px; transition: margin-top 0.3s ease, visibility 0.3s ease, height 0.3s ease;}
.c-faq__answer:is([aria-expanded=true]) {margin-top: 30px;}

/*******************************
 *	PANIER
 *******************************/
.page-title h1{color:#F6B691;}
.cart .cart-collaterals{background-color:#000;}
.wrapper-plusminus {position:relative;}
.wrapper-plusminus input {padding:15px 40px;border:1px solid #F6B691;min-width:140px;font-size:16px;line-height:1;min-height:100%;border-radius:25px;text-align:center; -moz-appearance: textfield; }
.wrapper-plusminus .plusminus {
	width: 40px;
    color: #222;
    cursor: pointer;
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
}
.wrapper-plusminus .plusminus.plus {left:initial;right:0;}
#shopping-cart-table tr td{vertical-align:middle;} 
.data-table.cart-table>tbody>tr:nth-child(odd)>td, .data-table.cart-table>tbody>tr:nth-child(odd)>th{background-color:#FFF;}
.data-table.cart-table,.data-table.cart-table>thead>tr>th,.data-table.cart-table>tbody>tr>th,.data-table.cart-table>tfoot>tr>td{border:none;}
.data-table.cart-table th{color:#707070;padding:0;}
.data-table.cart-table>tbody>tr>td{border:none;}
.data-table.cart-table>tbody>tr.new-mobile-row>td,.data-table.cart-table>tfoot>tr>td{border-top:1px solid #DBDBDB;}
.data-table.cart-table>tfoot>tr>td{padding-top: 30px;}
.data-table.cart-table h2.product-name a{color:#000;font-size:16px;}
.data-table.cart-table .item-options{font-size: 12px;color: #a9a9a9;margin-top: 0;margin-bottom: 0;}
.data-table.cart-table .btn-remove-item{color:#000;font-size:0;}
.data-table.cart-table .btn-remove-item:before{font-size:14px;}
@media(min-width:992px){
	.cart-table .btn-continue{float:left}
	.a-right{text-align:right!important}
	.data-table.cart-table>tbody>tr.new-row>td{border-top:1px solid #DBDBDB;}
	.data-table.cart-table th{padding:8px;}
}
.coupon-field{border-radius:25px;border:none;padding:16px 35px;}
.cart .totals{background:transparent;border:none;color:#FFF;}
.cart .totals strong{color:#F6B691;}
.cart .totals table>tbody>tr:first-child>td{border-top:none;}

/****** CHECKOUT *****/
.checkout-onepage-index .opc .step {padding: 15px;border:none;}
.checkout-onepage-index .opc .step-title{background-color: #ffd7bf;border:1px solid #f29762;border-radius: 0 !important;}
.checkout-onepage-index .opc#checkoutStepsMenu .step-title{background-color: #F3F3F3;border:0;border-bottom: 1px solid #DBDBDB;padding-top: 20px; padding-bottom: 20px;}
.checkout-onepage-index .opc li:last-child .step-title{border-bottom:1px solid #f29762;}
.checkout-onepage-index .opc .active .step-title{background-color:#ffffff;border: 0;border-bottom: 1px solid #DBDBDB;padding-top: 20px;padding-bottom: 20px;padding-left:0; padding-right:0;}
.checkout-onepage-index .opc#checkoutStepsMenu .active .step-title{background-color: #f29762;}
.checkout-onepage-index .opc#checkoutStepsMenu .active .step-title .number{color:#FFFFFF;}
.checkout-onepage-index .opc .step-title h2{color:#707070;}
.checkout-onepage-index .opc .active .step-title h2{font-family:'Montserrat';font-weight:700;color:#000000;}
.checkout-onepage-index h3{font-size:24px;color:#f29762;}
.checkout-onepage-index .opc .step-title .number {background:none;color:#E88C64;font-weight: 900;margin-right: 10px;border-radius: 50%;width: 25px;line-height: 25px;height: 25px;text-align: center;}
.checkout-onepage-index .opc .step-title .number,.checkout-onepage-index .opc .step-title h2 {display: inline-block;float:none;}
.checkout-onepage-index .opc#checkoutSteps .active .step-title .number, .checkout-onepage-index .opc#checkoutSteps .active .step-title h2{font-size:22px;}
@media(min-width:768px){
	.checkout-onepage-index .opc .active .step-title{padding-left:15px; padding-right:15px;}
	.checkout-onepage-index .opc#checkoutSteps .active .step-title .number, .checkout-onepage-index .opc#checkoutSteps .active .step-title h2{font-size:30px;}
	.account-login .content {min-height: 274px;}
}
.checkout-onepage-index .opc#checkoutSteps .active .step-title .number{color:#f29762;}
.checkout-onepage .sidebar-checkout,.generic-sidebar{background-color:#F3F3F3;}

@media(min-width:1200px){
	#checkoutSteps .steps-checkout{display:none;}
	#checkoutSteps .steps-checkout.active/*,#checkoutSteps .steps-checkout.allow*/{display:block;}
}
.sidebar-checkout .page-title{background:#000000;margin:0;padding: 20px;}
.sidebar-checkout .page-title h1{color:#FFFFFF;text-transform:uppercase;font-size:18px;margin-bottom:0;}
/****** FORM VALIDATION ********/
.validation-failed,.validation-failed:focus{border-color:#f29762!important;}
.validation-advice{color:#f29762;}

.form-list label{font-weight:normal;}
.input-text,
.form-list select{border:none; border-bottom:1px solid #E88C64;box-shadow:none;border-radius:0;background-color: #fff7f3;}

/****** CATALOG PRODUCT VIEW ********/
.product-img-box .product-image-zoom{text-align:center;}
.product-essential .product-img-box img{border:0;}
.product-view .product-shop{border:none;box-shadow:none;}


/*******************************
 *	MENU - PAGE RESTAURANT
 *******************************/
.plat-title{font-size:20px;line-height:1;}
.plat-description{color:#9B9898;line-height:1.1;font-style:italic;font-size:14px;} 
.container-menu-secondaire{background-color:#F5F4F3;}
@media(max-width:1310px){
	.container-menu-secondaire{white-space: nowrap; overflow-x: scroll;}
}
.container-menu-secondaire .menu-secondaire {}
.container-menu-secondaire a {padding:32px 35px;color:#000;display:inline-block;position:relative;line-height:1;text-decoration:none;}
.container-menu-secondaire a span {position:relative;}
.container-menu-secondaire a span:before {
    content:"";
    width:100%;
    height:100%; 
    bottom:0;
    left:0;
    position:absolute;
	border-bottom:1px solid #f29762;
	transition:opacity 0.3s ease, bottom 0.3s ease; 
	opacity:0;
}
.container-menu-secondaire a:hover span:before {bottom:-4px;opacity:1;}

.menu-principal{}
.menu-principal .cat-level-1{transition:color 0.3s ease; padding-bottom:10px;}
.menu-principal .cat-level-1 .picto-cat-principale{font-size:60px;display:block;padding-top:15px;}
.menu-principal .cat-level-1.active{cursor:pointer;color:#F6B691;border-bottom:5px solid #F6B691;}
.menu-principal .cat-level-1:hover{cursor:pointer;color:#DA7449;}

.set-fixed .menu-principal {}
.set-fixed .menu-principal .cat-level-1 .picto-cat-principale {padding-top:10px;font-size:30px;display:inline-block;margin-right:10px;}
.set-fixed .menu-secondaire a {padding:15px;}



.container-menu{background-color:#FFFFFF;}
.container-menu.set-fixed{position:fixed;top:0;width:100%;z-index: 10;}
.sous-cat {padding-top:20px;}
.extra-box{border:1px solid #DA7449;display:inline-block;padding:36px;width:100%;margin-bottom:30px;}
.extra-box .extra-title{color:#F6B691;font-family:'Montserrat';font-weight:700;font-size:30px;} 
.extra-box .extra-content{font-size:20px;}



.black-form{background-color:#000000;padding:50px;}
.black-form .g-recaptcha{display:inline-block;}
.black-form textarea{width:100%; max-width:100%; height:200px;padding:10px;}
.black-form input,.black-form textarea{background-color:#000000;border:none;border-bottom:1px solid #F6B691;}
.black-form input,.black-form input::placeholder,.black-form textarea,.black-form textarea::placeholder{color:#F6B691;}
.black-form ::-webkit-calendar-picker-indicator {filter: invert(1);}
.black-form label{color:#F6B691;font-weight:200;margin-right:15px;font-size:14px;}
.black-form select{color:#F6B691;background-color:#000000;border:none;border-bottom:1px solid #F6B691;font-size:14px;padding:10px 5px;width:100%;}
/* SIDEBAR GENERIQUE */
.generic-sidebar .block-title{ background: #000000; margin: 0; padding: 20px;color: #FFFFFF;  text-transform: uppercase;  font-size: 18px;}
.generic-sidebar li{    background-color: #F3F3F3;    border: 0; border-bottom: 1px solid #DBDBDB;padding:20px 15px;}
.generic-sidebar li.current{background-color: #f29762;}

/*******************************
 *	NOTIFICATIONS
 *******************************/
 .alert-success, 
 .success-msg {text-align:center;}
 
.wrapper-footer .fixed-tel{z-index: 500; cursor: pointer; width: 56px; height: 56px; font-size: 24px; position: fixed; right: 94px; bottom: 20px; background: #F6B691; border-radius: 100%; padding: 15px; line-height: 32px; transition: color 0.3s ease,background-color 0.3s ease;}
.wrapper-footer .fixed-tel:hover, .wrapper-footer .fixed-tel:focus { background: #FFF;}
.wrapper-footer .fixed-tel-link{color: #ffffff;}
.wrapper-footer .fixed-tel:hover .fixed-tel-link, .wrapper-footer .fixed-tel:focus .fixed-tel-link{color: #272727;}


.categories-home .cat-item .img-container {display: block; position: relative;}
.categories-home .cat-item .img-container:before {transition: background-image 0.3s ease, opacity 0.3s ease; content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 30; background-image: linear-gradient(to bottom, transparent 50%, black);opacity: 0.6;}
.categories-home .cat-item:hover .img-container:before { background-image: linear-gradient(to bottom, black, black); opacity: 0.4;}

.categories-home .cat-item .lire-plus{position: absolute;bottom: 30px;left: 0;right: 0; color:#E6C68E;transition: color 0.3s ease;font-size:30px; }
.categories-home .cat-item:hover .lire-plus{color:#fff;}
.categories-home .cat-item .lire-plus span, .categories-home .cat-item .lire-plus i {position: relative; z-index: 40;}
.categories-home .cat-item .lire-plus i{display:block;}

.engagement{display: flex;flex-direction: row;align-items: center; }
.engagement-separator {height: 10px; background-color: #E6C68E; width: 50%;}
.engagement .engagement-icon{font-size:80px;}
.engagement .engagement-text{font-size:20px;text-transform:uppercase;margin-left:20px;}
.engagement .engagement-text > span{display:block;color:#E6C68E;}



.faq-item{}
.faq-item > div{border-bottom:1px solid #e77a3f;padding-bottom:20px;}