@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1440px;
	}
}

:root .font-arimo {
	font-family: "Arimo", sans-serif;
}

:root .font-bentham {
	font-family: "Bentham", sans-serif;
}

body {
	font-family: "Bentham", serif;
	font-size: 18px;
}

body.fixed .header_wrapper {
	background: #2c3138;
	color: #fff;
}

p {
	line-height: 28px;
}

h1 {
	text-transform: uppercase;
	font-family: "Arimo", sans-serif;
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
	position: relative;
	margin-bottom: 15px;
}
h2, .collapsious span {
	text-transform: uppercase;
	font-family: "Arimo", sans-serif;
	font-size: 25px;
	line-height: 37px;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
}
h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100px;
	height: 9px;
	background-image: url(/skins/theme1/media/images/soulignement-title_black.svg);
	background-repeat: no-repeat;
	background-position: top;
}
h2.h2-white:before {
	background-image: url(/skins/theme1/media/images/soulignement-title_white.svg);
}
.h2-default {
	padding-bottom: 0;
}
.h2-default:before {
	display: none;
}
.h2-line {
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 15px;
}
.h2-inline {
	display:inline-block;
}

/*** btn-default ***/
.btn-default {
	border: 1px solid #000000;
	background: #fff;
	padding: 12px 30px;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	text-align: center;
	display: inline-block;
	font-family: "Arimo", sans-serif;
	color: #000;
}
.btn-default:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 6px 6px;
	border-color: transparent transparent #000 transparent;
	right: 0;
	bottom: 0;
	position: absolute;
}
.btn-default:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 0;
	border-color: #000 transparent transparent transparent;
	left: 0;
	top: 0;
	position: absolute;
}
.btn-default:hover {
	border: 1px solid #fff;
	background: #2c3138 !important;
	color: #fff;
}
.btn-default:hover:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 6px 6px;
	border-color: transparent transparent #fff transparent;
	right: 0;
	bottom: 0;
	position: absolute;
}
.btn-default:hover:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 0;
	border-color: #fff transparent transparent transparent;
	left: 0;
	top: 0;
	position: absolute;
}
.btn-default:disabled {
	color: #949494;
	background: #d3d3d3;
	border: solid 1px #a7a7a7;
}
.btn-default:disabled:hover {
	color: #949494;
	background: #d3d3d3 !important;
}
.btn-default:disabled:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: transparent transparent transparent transparent;
	right: 0;
	bottom: 0;
	position: absolute;
}
.btn-default:disabled:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: transparent transparent transparent transparent;
	left: 0;
	top: 0;
	position: absolute;
}

/*** btn-white ***/
.btn-default.btn-white {
	border: 1px solid #fff;
	background: none;
	text-decoration: none;
	color: #fff;
}
.btn-default.btn-white:after {
	border-color: transparent transparent #fff transparent;
}
.btn-default.btn-white:before {
	border-color: #fff transparent transparent transparent;
}
.btn-default.btn-white:hover {
	border: 1px solid #2C3138;
	background: #FFF !important;
	color: #2C3138;
}
.btn-default.btn-white:hover:after {
	border-color: transparent transparent #2C3138 transparent;
}
.btn-default.btn-white:hover:before {
	border-color: #2C3138 transparent transparent transparent;
}

/*** btn-black ***/
.btn-default.btn-black {
	border: 1px solid #000;
	background: none;
	color: #000;
}
.btn-default.btn-black:after {
	border-color: transparent transparent #000 transparent;
}
.btn-default.btn-black:before {
	border-color: #000 transparent transparent transparent;
}

.header_wrapper {
	background: #2c3138;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.newsletter_wrapper {
	background: #722129;
	color: #fff;
	text-align: left;
}
.footer_wrapper {
	padding: 0;
	font-family: "Arimo", sans-serif;
	font-size: 14px;
	position: relative;
	z-index: 1;
}
.footer_wrap {
	background: #2c3138;
	color: #fff;
	padding: 30px 0;
	border-top: 1px solid #fff;
}
.footer_wrapper .dynamic_menu {
	text-align: right;
}
.footer_wrapper .dynamic_menu a {
	font-family: 'Bentham', serif !important;
	text-transform: initial;
}
.footer_wrapper .dynamic_menu ul li {
	margin: 0 0 0 40px;
}
.footer_wrap a {
	color: #fff;
	text-decoration: underline;
	font-family: 'Bentham', serif !important;
}
.footer_wrap ul {
	display: inline-block;
	margin: 0 0 15px 0;
	padding: 0;
}
.footer_wrap ul li {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0 0 0px 0;
}
.footer_wrap ul li a {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: "Arimo", sans-serif;
	font-size: 18px;
	line-height: 36px;
	text-transform: uppercase;
}
.footer_wrap ul li.active a {
	/*text-decoration: underline;*/
}
.footer_wrap .static_menu {
	text-align: right;
	/*display: flex;
	flex-direction: row;
	flex-wrap: wrap;*/
}
.footer_wrap .static_menu ul li {
	/*flex: auto;*/
	margin: 0 0 0 40px;
}
.footer_wrap .static_menu a {
	text-decoration: none;
}
.copyrights_wrap {
	font-size: 14px;
	padding: 0px 0 0px 0;
	text-align: center;
}
.copyrights_wrap ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.copyrights_wrap ul li {
	display: inline-block;
	margin: 0 0 0 8px;
	padding: 0;
}
.copyrights_wrap ul li a {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: "Bentham", serif;
	font-size: 18px;
	text-transform: inherit;
}
.copyright {
	display: inline-block;
}

.main-nav ul {
	display: inline-block;
	margin: 20px 0 0px 0;
	padding: 0;
}
.main-nav ul li {
	display: inline-block;
	margin: 0 0 0px 40px;
	padding: 0 0 0px 0;
}
.main-nav ul li.active a {
	text-decoration: underline;
}
.main-nav ul li a {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: "Arimo", sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
.main-nav ul li a:hover {
	text-decoration: underline;
}

.social a {
	text-decoration: none;
}
.top_wrapper .social li {
	margin-left: 20px;
}
.top_wrapper .social li:first-child {
	margin-left: 40px;
}

.home-opening, .home-opening a {
	color: #1B343F;
	font-size: 16px;
}
.home-opening p {
	margin: 0;
	line-height: normal;
}
.home-opening .col-sm-4:nth-of-type(2) {
	border: 1px solid #1B343F;
	border-width: 0 1px;
}

.instagram_wrap,
.page_member_wrapper,
.page-newsletter_wrapper,
.panier-list-wrapper {
	background: #f6f6f6;
}

.page-404_wrapper {
	background-image: url(/userfiles/images/error-404-bg.jpg);
}

.page-404 {
	text-align: center;
	padding-top: 130px;
	padding-bottom: 140px;
	color: #fff;
}

.page-404 h1 {
	color: #fff;
	font-size: 25px !important;
	line-height: 37px;
}

.slider_wrapper {
	background: #2c3239;
	background-image: url(/userfiles/images/header-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}
.slider_wrapper p {
	font-family: "Arimo", sans-serif;
	line-height: normal;
	font-size: 18px;
	line-height: 26px;
}
.slider_wrapper a {
	color: #fff;
	font-family: "Arimo", sans-serif;
	text-decoration: underline;
	font-size: 14px;
	line-height: 16px;
}
.infobox {
	/* background: #fff; */
	/* color: #000; */
	padding: 15px 0px 15px 0px;
	display: inline-block;
	margin-bottom: 20px;
}
.infobox p {
	margin: 0;
	color:#fff;
	font-weight:700;
}

.breadcrumb {
	background: none;
	padding: 0;
	margin: 0;
}
.breadcrumb li {
	margin-right: 20px;
	font-family: "Arimo", sans-serif;
	font-size: 14px;
	line-height: 37px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}
.breadcrumb li:after {
	content: '/';
	position: absolute;
	right: -12px;
	top: 0;
	font-weight: 400;
}
.breadcrumb li:last-child a {
	font-weight: 700;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	font-weight: 400;
}
.content_wrapper a {
	text-decoration: underline;
	position: relative;
}
.content_wrapper hr {
	border-top: 1px solid #1b343f;
}

/* start : css gallery filter */
.column {
	display: none;
}
.content {
	background-color: white;
}
.show {
	display: block;
}
.btn {
	border: none;
	outline: none;
	padding: 12px 16px;
	background-color: white;
	cursor: pointer;
}
.btn:hover {
	background-color: #ddd;
}
.btn.active {
	background-color: #666;
	color: white;
}
.no-transform{
	text-transform: none;
}
/*FAQ CSS*/
.faq_wrapper .collapsious{
	border-bottom: 2px solid #e4e4e4;
	padding: 15px 0px 15px 0px;
}
.collapsious div {
	padding-top: 15px;
}
span.faq-span {
	display: block;
	width: 100%;
	padding-bottom: 0px;
	padding-right: 30px;
	cursor: pointer;
}
.faq-div {
	max-width: 79%;
}
a.btn-default.faq-btn {
	padding-right: 2rem;
	padding-left: 2rem;
	font-family: "Arimo", sans-serif;
}
.collapsious::before {
	content: "+";
	position: relative;
	float: right;
	text-align: center;
	background: #fff;
	border: 2px solid #1e333f;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	color: #1e333f;
	font-size: 1em;
	line-height: 21px;
}
.collapsious:hover::before,
.collapsious.opened::before {
	content: "-";
	float: right;
	background-color: #1e333f;
	color: #fff;
	line-height: 22px;
}
/*FAQ CSS END*/
/*Information Covid 19*/
.information_wrapper{
	background: #f6f6f6;
}
.information_wrap .row{
	border-bottom: 2px solid #e4e4e4;
}
a.btn-default.information-btn{
	padding-right: 10rem;
	padding-left: 10rem;
	background-color: #2d3138;
	font-family: "Arimo", sans-serif;
}
.information_text{
	max-width: 75%;
	text-align: center;
	display: inline-block;
}
.info-bottom a {
	color: #fff;
}
.info-bottom .col-sm-4:nth-of-type(2) {
	border: 1px solid #fff;
	border-width: 0 1px;
}
/*Information Covid 19 END*/
/* notre livre de recette*/
.notre-bottom {
	font-size: 15px;
}

a.btn-default.notre-btn {
	font-family: "Arimo", sans-serif;
	width: 100%;

}
.notre-bottom a {
	color: #fff;
}
.notre-bottom .col-sm-4:nth-of-type(2), .notre-bottom .col-sm-4:nth-of-type(3) {
	border-left: 1px solid #fff;

}
/*notre livre de recette END*/
/*Products*/

/* The sticky class is added to the header with JS when it reaches its scroll position */

.sticky_nav {
	position: fixed;
	top: 120px;
	width: 100%;
	height: 39px;
	left: 0;
	z-index: 1;
	background-color: #fff;
}

h2.product-name {
	font-size: 15px;
	line-height: 22px;
}
/*
input.qty_increase {
	border-radius: 50%;
	background-color: #fff;
	width: 28px;
	height: 28px;
	line-height: 20px;
	border: 1px solid black;
}

input.qty_decrease {
	border-radius: 50%;
	background-color: #fff;
	width: 28px;
	height: 28px;
	line-height: 20px;
	border: 1px solid black;
}*/

.content.product-box {
	-webkit-box-shadow: 0px 0px 7px 2px rgba(202,207,199,0.49);
	-moz-box-shadow: 0px 0px 7px 2px rgba(202,207,199,0.49);
	box-shadow: 0px 0px 7px 2px rgba(202,207,199,0.49);
	width: calc(100% * (1/3) - 30px);
	margin: 0 15px;
}

.product_nav {
	border-bottom: 1px solid #8f9aa0;
	line-height: 0px;
	text-align: center;
}
.product_nav a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .4px;
}
.product_nav a {
	font-family: sans-serif;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 19px 10px;
	white-space: nowrap;
}
.product_nav a::after {
	content: "";
	background: black;
	height: 2px;
	position: absolute;
	bottom: 0;
	transition: .16s all 0.025s;
}
.product_nav .product_nav_dropdown a::after {
	content: "";
	background: #6b1e26;
	height: 2px;
	position: absolute;
	bottom: 0;
	transition: .16s all 0.025s;
}
.product_nav a::after {
	left: 100%;
	right: 0;
}
.product_nav a:hover ~ a::after {
	left: 0;
	right: 100%;
}
.product_nav a:hover::after {
	left: 0;
	right: 0;
}
.product_nav_dropdown {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #f9f9f9;
	min-width: 160px;
	z-index: 1;
	margin-top: 1px;
}
.product_nav_dropdown a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	height: 39px;
	padding-top: 19px;
}
.product_nav_dropdown a:hover {
	background-color: #f1f1f1;
}
.product_nav:hover > .product_nav_dropdown {
	display: block;
}
.product_nav_dropdown.open {
	display: none !important;
}

/*Products END*/
/* end */

.slider div {
	display: none;
}
.slider.slick-initialized div {
	display: block;
	outline: none;
}
.slick-dots li {
	vertical-align: top;
}
.slick-dots li.slick-active button:before {
	color: #1B343F;
	opacity: 1;
	content: '●';
	font-size: 24px;
}
.slick-dots li button::before {
	color: #1B343F;
	opacity: 1;
	content: '○';
	font-size: 24px;
}
.slick-dots li button:before {

}

.max-710 {
	max-width: 710px;
	margin: 0 auto;
}

.items-price {
	color: #1B343F;
	font-family: "Arimo", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 37px;
	margin-bottom: 0;
}
.btn-qty-increase {
	width: 30px;
	height: 30px;
	background-image: url(/userfiles/images/add.svg);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.btn-qty-increase:hover {
	background-image: url(/userfiles/images/add-hover.svg);
}
.btn-qty-decrease {
	width: 30px;
	height: 30px;
	background-image: url(/userfiles/images/remove.svg);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.btn-qty-decrease:hover {
	background-image: url(/userfiles/images/remove-hover.svg);
}

.items-image {
	margin-top: -38px;
}

.link-back {
	text-transform: uppercase;
	font-family: "Arimo", sans-serif;
	color: #722129 !important;
	font-weight: 700;
	font-size: 14px;
	line-height: 37px;
}
.alert {
	font-family: "Arimo", sans-serif;
	font-size: 16px;
}
.small_cart {
	color: #000;
	overflow-y: auto;
	font-family: "Arimo", sans-serif;
}
.anchor {
	padding-top: 140px;
	margin-top: -140px;
}

.btn_close_small_cart {
	width: 40px;
	height: 40px;
	background-image: url(/userfiles/images/add.svg);
	transform: rotateZ(45deg);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 20px;
}

.btn-cart {
	width: 30px;
	height: 30px;
	line-height: 27px;
	border: 1px solid #000;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	background: none;
	vertical-align: middle;
	box-sizing:border-box;
	padding:0;
}
.btn-cart:hover {
	color: #fff;
	background: #000;
}
.img-404 {
	width: 130px;
}
textarea {
	border: 1px solid #c8c8c8;
	padding:10px;
	outline: none;
}
::placeholder {
	color: #4f4f4f;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #c8c8c8;
}
::-ms-input-placeholder {
	color: #c8c8c8;
}

.table-custom td,
.table-custom th {
	padding: 20px 0;
	vertical-align: middle;
	font-family: "Arimo", sans-serif;
}
.table-custom thead {
	background: #eee;
	font-weight: 700;
	text-transform: uppercase;
}

.footer_mobile_wrapper {
	display: none !important;
}

.menu-mobile-wrapper {
	display: none;
}

/* INSTAGRAM */
.insta_square {
	/* width: 400px; */
	/* height: 400px; */
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.insta_caption {
	position:absolute;
	z-index:10;
	display: flex;
	padding: 20px;
	width: 100%; 
	height: 100%;
	background: #000;
	opacity: 0.8;
	color: #fff;
	justify-content: center;
	align-items: top;
	text-align: center;
	overflow-y: hidden;
	overflow-x: hidden;
}

/* RECETTES */
.slider_wrap {
	position: relative;
}
.slider_caption_wrap {
	position: absolute;
	padding: 20px;
	font-size: 50px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	color: #fff;
}
.slider_caption {
	display: flex !important;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.slider_caption span {
	align-self: flex-end;
}


/* CONDITIONS UTILISATIONS */
table.conditions {
	border:solid 1px #c8c8c8;
	margin:20px 0;
}
table.conditions tr {
	border-bottom: solid 1px #c8c8c8;
}
table.conditions tr th{
	padding:10px 10px;
}
table.conditions tr td{
	vertical-align: top;
	padding:10px 10px;
}