/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* SCALEDEV */
p {
	color : #4C4B4D;
}
@font-face {
	font-family: "Biondi";
	src: url('./Biondi Regular.eot');
	src: url('./Biondi Regular.eot?#iefix') format('eot'),
		 url('./Biondi Regular.ttf') format('truetype');
}

body {
	font-family: 'Libre Franklin', sans-serif;
	color: #646364;
	/* overflow: scroll !important; */
}

#flex-home {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	

	.body-modal::after {
		content: '';
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		z-index: 999;
		opacity: 0.6;
		background-color: black;
	}
}

#toTop {
	opacity: 0;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: -999rem;
	width: 40px;
	height: 40px;
	z-index: 999;
	overflow: hidden;
	text-align: center;
	
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

#toTop.show {
	opacity: 1;
}

#toTop:before {
	width: 100%;
	line-height: 58px;
	font-size: 24px;
	content: '\2191';
}

@media (min-width: 768px) {
	#toTop {
		right: 20px;
		bottom: 80px;
	}
}

#header {
	background-color: #EEEBEA;
}

@media (min-width: 768px) {
	#header .header-nav {
		display: none;
	}
}


@media (max-width: 767px) {
	#header {
		background: #EEEBEA;
	}
	#header .header-nav{
		background: #EEEBEA;
	}
	
	#header .header-top {
		padding: 0;
	}
	
	#header .header-nav {
		border-bottom: none;
	}

	.lightbox-header-content .logo_age_verify {
		width: 30%;
	}
}

#header .header-top .sdev-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

#header .header-top #_desktop_top_menu {
	float: right;
}

#header .header-top .menu, #header .header-top .menu .top-menu {
	margin-bottom: 0;
}

#header .header-top a[data-depth="0"] {
	color: #000;
	padding: .375rem .625rem;
	font-weight: 400;
}

#header .header-top a[data-depth="0"]:hover {
	color: #000;
}

@media (min-width: 768px) and (max-width: 991px) {
	#header .header-top a[data-depth="0"] {
		font-size: 0.8rem;
	}
}

.sdev-sous-menu {
	position: absolute;
	top: 63%;
	left: 0;
	z-index: 1000;
	float: left;
	width: 710px;
	padding: 1rem 0;
	list-style: none;
	margin: .125rem 0 0;
	background-color: #fff;
	
}
@media screen and (min-width: 2400px) {
	#_desktop_top_menu .category {
		position: relative;
	}
	.sdev-sous-menu {
		right: 0;
		left: unset;
	}
}
.sdev-sous-menu-image, .sdev-sous-menu-description, .sdev-sous-menu-link {
	width: 33%;
	min-height: 240px;
	float: left;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

.sdev-sous-menu .product-description:not(:first-child), .sdev-sous-menu .product-image:not(:first-child) {
	position: absolute;
	display: none;
}

.sdev-sous-menu .product-description {
	padding: 0 20px;
}

.sdev-sous-menu .product-description .h2 {
	font-family: "Biondi";
	font-weight: 400;
}

.sdev-sous-menu .product-description p {
	margin-bottom: 0;
	margin-top: 15px;
}

.sdev-sous-menu-image img {
	width: 100%;
}

.sdev-sous-menu-link {
	padding-left: 20px;
}

.sdev-sous-menu-link img {
	display: none;
}



@media (max-width: 767px) {
	.sdev-sous-menu {
		position: relative;
		width: 100%;
		top: 0;
	}
	
	.sdev-sous-menu-link {
		width: 100%;
		padding: 0 20px;
	}
	
	.sdev-sous-menu-link ul {
		width: 100%;
	}
	
	.sdev-sous-menu-link ul li {
		width: 50%;
		float: left;
	}
	
	.sdev-sous-menu-link ul li a {
		font-family: "Biondi";
		text-align: center;
		font-size: 0.8rem;
		font-weight: 400;
	}
	
	.sdev-sous-menu-link img {
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}
	
	.sdev-sous-menu-description, .sdev-sous-menu-image {
		display: none;
	}
}
@media(min-width: 768px) and (max-width: 1200px) {
	.sdev-sous-menu-link {
		width: 100%;
		padding-left: 0;
	}
	.sdev-sous-menu-link ul {
		text-align: center;
	}
	.sdev-sous-menu-link ul li {
		width: 33%;
		display: inline-block;
	}
	.sdev-sous-menu-link ul li a {
		text-align: center;
		font-family: "Biondi";
	}
	.sdev-sous-menu-description, .sdev-sous-menu-image {
		display: none;
	}
	.sdev-sous-menu-link img {
		display: block;    	
		max-width: 80%;
		height: auto;
		margin: 0 auto 10px;
	}
}

#header .header-nav #menu-icon {
	padding: 0 1rem;
	top: 32%;
}

.breadcrumb{
	position: absolute;
	background:transparent;
	padding: 0.5rem 3.5rem 0.5rem 1rem;
	background: linear-gradient(130deg, rgba(175,163,128,1) 85%, rgba(175,163,128,0) 85%);
}

.breadcrumbShadow {
	background: linear-gradient(130deg, rgba(0, 0, 0, 0.100) 85%, rgba(0, 0, 0, 0.005) 85%);
	padding: 0.6rem 3.6rem 0.6rem 1.1rem;
}

.breadcrumb a span{
	color: white;
	font-size: 10px;
}
@media (max-width: 768px) {
	.breadcrumb, .breadcrumbShadow{
		display: none;
	}
}

.breadcrumb[data-depth="1"]{display:none}

.breadcrumb ol{padding-left:0;margin-bottom:0}
.breadcrumb li{display:inline;}
.breadcrumb li:after{content:">";color:white ;margin:.3125rem}
.breadcrumb li:last-child{content:"/";color:#7a7a7a;margin:0;font-weight:bold;}
.breadcrumb li:last-child:after{content:""}
.breadcrumb li a{color:#d1d1d1;}
.breadcrumb li a:hover{color:#000;}
.breadcrumb li:last-child a{color:#232323;}

#wrapper {
	display: block;
	background-color: #F8F9F9;
	-webkit-box-shadow: none;
			box-shadow: none;
	padding: 0;
}


#footer {
	padding-top: 0;
}

.footer-container {
	margin-top: 0;
	padding-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	
}
.footer-container .sdev-footer-top .container{
	margin: 0;
	width: 90%;
	margin: 0 auto;
}


.footer-container .sdev-footer-top {
	padding: 2rem 0;
	background-color: #F8F9F9;
}
.footer-container .sdev-footer-top #block-newsletter-label, .footer-container .sdev-footer-top .contact-information-title{
	padding: 0;
	font-size: 23px;
}
.footer-container .sdev-footer-top .inputContainer{
	padding: 0;
	font-size: 23px;
}

.footer-container .row {
	margin: 0;
}
.footer-container .row .links {
	padding: 0 15px;
}
.block-contact {
	border: none;
	padding-left: 15px;
}

.block-contact .contact-information-title {
	font-weight: 600;
}

.block-contact a {
	color: #969699;
}

.block-contact a:hover {
	color: #575759;
}

@media (max-width: 767px) {
	.block_newsletter {
		margin-top: 2rem;
	}
	.footer-container .sdev-footer-top .container{
		width: 100%;
	}
}

.block_newsletter p {
	padding-top: 0;
	color: #000;
	font-size: 12px;
}

.block_newsletter form .envelop {
	position: absolute;
	color: #CBCBCB;
	font-size: 20px;
	left: 30px;
	top: 15px;
}

.block_newsletter form input {
	height: 50px;
}


.footer-container .sdev-footer-bottom {
	padding: 1.25rem 0;
	background-color: #4C4B4D;
}
.footer-container .sdev-footer-bottom p{
	color: white;
	font-size: 16px;
}

.footer-container .sdev-footer-bottom p, .block-social ul {
	margin-bottom: 0;
}

.block-social {
	text-align: center;
}

.block-social li, .block-social li:hover {
	background-color: transparent;
	margin: 0;
}



/* HOME */

.accueil-shape {
	margin-bottom: 50px;
	margin-top: 50px;
}

.accueil-shape p {
	margin-top: 72px;
}

.accueil-shape-title {
	font-family: "Biondi";
	font-size: 1.3rem;
	color: #4C4B4D;
}

.accueil-shape img {
	float: left;
	width: 40%;
	margin-right: 15px;
	shape-outside: circle(50%);
}
#content-wrapper-2 {
	margin-top: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.accueil-shape p {
		margin-top: 16px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.accueil-shape p {
		margin-top: 0;
	}
	
	.accueil-shape img {
		width: 40%;
	}
}

@media (max-width: 767px) {
	.accueil-shape-title {
		font-size: 0.7rem;
	}	

	.accueil-shape p {
		margin-top: 0;
	}
	
	.accueil-shape img {
		width: 30%;
		margin-bottom: 10px;
	}
}

.home-maison, .home-terroir {
	position: relative;
} 

.home-maison
{
	background-image: url('../img/MACARON-OR.svg');
	background-repeat: no-repeat;
	background-position: 93% top;
	background-size: 13% auto;
}

.home-terroir {
	background-image: url('../img/MACARON-BLEU.svg');
	background-repeat: no-repeat;
	background-position: 7% bottom;
	margin-top: 30px;
	background-size: 13% auto;
	padding-bottom: 30px;
}

.home-maison-text, .home-maison-img img, .home-terroir-text, .home-terroir-img img {
	-webkit-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.25);
}

.home-maison-text, .home-terroir-text {
	background-color: #EEEBEA;
}

.home-maison-text {
	padding: 20px 40px 20px 20px;
}

.home-terroir-text {
	padding: 20px 20px 20px 40px;
}

.home-maison-title, .home-maison-more, .home-maison-more:hover, .home-terroir-title {
	font-family: "Biondi";
	color: #4C4B4D;
}

.home-maison-img, .home-terroir-img {
	position: absolute;
}

.home-maison-img {
	left: 30%;
	top: 11%;
}

.home-terroir-img {
	left: 3%;
	top: 9%;
}

.home-maison img, .home-terroir img {
	width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.home-terroir-img {
		left: 4%;
		top: 20%;
	}
	
	.home-terroir {
		background-position: 9% 79%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.home-terroir-img {
		left: -11%;
		top: 18%;
	}
	
	.home-terroir {
		background-size: 22% auto;
		background-position: left 85%;
		margin-top: 10px;
	}
	
	.home-maison-img {
		left: 36%;
		top: 19%;
	}
	
	.home-maison {
		background-position: right top;
		background-size: 22% auto;
	}
}

@media (max-width: 767px) {
	.home-maison-img, .home-terroir-img {
		position: relative;
		left: auto;
		top: auto;
		margin-top: -20px;
	}
	
	.home-maison {
		padding-bottom: 30px;
		margin-bottom: 30px;
		background-position: 94% bottom;
	}
	#index #wrapper {
		order: 2;
	}
}



@media(min-width: 992px) {
	.featured-products .featured-product a.featured-absolute.float-md-left {
		left: 42%;
		bottom: 10px;
	}
	.featured-products .featured-product a.featured-absolute.float-md-right {
		right: 42%;
		bottom: 10px;
	}

}
.featured-products .featured-product-text {
	padding-left: 5px;
	padding-right: 5px;
}

.featured-products .featured-product-text a,

.featured-products .featured-product-text a.float-md-right {
	right: 0;   
}
.featured-products .featured-product-text a.float-md-left {
	left: 0;
}
.featured-products .featured-product-text p{
	font-size: 13px;
} 




@media(min-width: 992px) and (max-width: 1199px) {
	.featured-products .featured-product {
		min-height: 280px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.featured-products .featured-products-inner {
		padding: 20px;
	}
	

	.featured-products .featured-product-text {
		margin-top: 10px;
	}
	
	
	
	
}

@media(min-width: 768px) {
	.featured-products .featured-product a.featured-absolute {
		position: absolute;
		bottom: 0;
	}
} 

.footer-home {
	background-color: #EEEBEA;
}

.footer-home-bloc {
	height: 150px;
	margin: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	background-image: url('../img/FOOTER-HOME.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}

.footer-home-bloc .footer-home-bloc-title {
	font-family: "Biondi";
	color: #4C4B4D;
}

.footer-home-bloc a {
	color: #7a7a7a;
}

#index #footer {
	padding-top: 0;
}




/* CONTACT */



#contact #wrapper {
	background-color: #EEEBEA;
	background-image: url('../img/MACARON-home.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size:  60%;
}

@media (min-width: 768px) {
	#contact #wrapper {
		padding: 3rem;
	}
}

@media (min-width: 992px) {
	#contact #wrapper {
		padding: 6rem;
	}
}

#contact #wrapper .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

@media (min-width: 768px) {
	#contact #wrapper .container .row:not(.form-fields) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
	}
}

#contact #wrapper .page-content {
	margin-bottom: 0;
	padding: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
	background-color: transparent;
	border: none;
}

#contact #wrapper .page-content .contact-form {
	background: none;
}

#contact #wrapper .page-content .contact-form label {
	text-align: left;
	text-transform: uppercase;
	font-size: 1.2rem;
	color: #4C4B4D;
}

#contact #wrapper .page-content .contact-form input, #contact #wrapper .page-content .contact-form select, #contact #wrapper .page-content .contact-form textarea {
	border: none;
	background-color: #fff;
}

#contact #wrapper .page-content .contact-form textarea {
	min-height: 150px;
}

#contact #wrapper .page-content .contact-form input:focus, #contact #wrapper .page-content .contact-form select:focus, #contact #wrapper .page-content .contact-form textarea:focus {
	border: none;
	outline: none;
}

#contact #wrapper .page-content .contact-form input[type=submit] {
	background-color: #000;
	border-radius: 3px;
	padding: 11px 30px;
}

.contact-rich {
	font-size: 1.2rem;
	margin-bottom: 0;
	color: #4C4B4D;
}

.contact-rich .contact-rich-title, .contact-rich .contact-rich-address {
	text-transform: uppercase;
	font-family: "Biondi";
	color: #4C4B4D;
}
.contact-rich a {
	color: #969699;
}

.contact-rich a:hover {
	color: #4C4B4D;
}
.contact-rich .contact-rich-address,
.contact-rich .contact-rich-phone,
.contact-rich .contact-rich-fax,
.contact-rich .contact-rich-mail
{
	font-family: 'Libre Franklin', sans-serif;
	font-size: 15px;
}


/* CMS */



.page-content.page-cms {
	background: none;
}

.page-content.page-cms img {
	width: 100%;
}

.page-content.page-cms p {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	h1.notre-maison-title {
		text-align: left;
	}
}

@media (max-width: 767px) {
	h1.notre-maison-title {
		text-align: center;
	}
}

.notre-maison-title {
	font-family: "Biondi";
	color: #4C4B4D;
	font-size: 1rem;
}

.notre-maison-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-bottom: 15px;
}

.notre-maison-text img {
	-webkit-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.25);
}

.equipe-space {
	position: relative;
	margin-top: 100px;
}
.equipe-parent {
	position: relative;
	margin-top: 50px;
	margin-bottom: 90px;
}

.img-equipe img, .text-equipe {
	-webkit-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.25);
box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.25);
}

.img-equipe {
	position: absolute;
	z-index: 998;
}

.text-equipe {
	margin-top: 305px;
	padding: 0;
	z-index: 977;
}

.text-equipe .text-float-right {
	width: 72%;
	margin-left: 28%;
	text-align: center;
}

.macaron-parent {
	margin-top: 60px;
}

.notre-maison-macaron {
	position: absolute;
	width: 52% !important;
	top: -160px;
	left: 45px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.macaron-parent {
		margin-top: 179px;
	}
	
	.notre-maison-macaron {
		position: absolute;
		width: 51% !important;
		top: -129px;
		left: 45px;
	}
	
	.text-equipe {
		margin-top: 235px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.macaron-parent {
		margin-top: 143px;
	}
	
	.notre-maison-macaron {
		position: absolute;
		width: 50% !important;
		top: -93px;
		left: 38px;
	}
	
	.text-equipe {
		margin-top: 125px;
	}
}

@media (max-width: 767px) {
	.notre-maison-text {
		display: block;
	}
	
	.notre-maison-text:not(:first-child) {
		margin-bottom: 4rem;
	}
	
	.notre-maison-text img {
		display: block; 
		width: 75% !important;
		margin: 0 auto 15px auto;
	}
	
	.img-equipe {
		top: -300px;
	}
	
	.text-equipe {
		margin-top: 330px;
	}
	
	.text-equipe .text-float-right {
		width: 100%;
		margin-left: 0;
	}
	
	.macaron-parent {
		margin-top: 118px;
	}
	
	.macaron-parent img {
		position: relative;
		z-index: 2;
	}
	
	.notre-maison-macaron {
		position: absolute !important;
		z-index: 1 !important;
		width: 49% !important;
		top: -68px;
		left: 36px;
	}
}



/* PRODUCT */

.sdev-product-container img, .sdev-product-accords img, .sdev-product-medailles img {
	width: 100%;
}

#product #wrapper {
	padding-top: 0;
}

.sdev-product-container {
	background: white;
	padding-top: 4rem;
	padding-bottom: 1rem;
}

.sdev-product-container .row {
	position: relative;
}

.sdev-product-content .h2, .sdev-product-content .h1, .sdev-product-content .h4, .sdev-product-degustation .h4, .sdev-product-accords .h4 {
	font-family: "Biondi";
	font-weight: 400;
	color: #4C4B4D;
}

.sdev-product-content .h4, .sdev-product-degustation .h4, .sdev-product-accords .h4 {
	font-size: 1.3rem;
}

.sdev-product-content .h2 {
	text-transform: inherit;
	color: #6B6B6B;
}

.sdev-product-details {
	width: 80%;
}

.sdev-product-description {
	margin-bottom: 150px;
}

.sdev-product-details-assemblage, .sdev-product-details-dosage {
	clear: both;
}


.sdev-product-details-dosage {
	margin-top: 6rem;
}

.sdev-product-details-carre {
	width: 50px;
	float: left;
	margin-right: 10px;
}

.sdev-product-details-carre .carre {
	width: 50px;
	height: 50px;
	background-color: #EEEBEA;
	margin-bottom: 10px;
}

.sdev-product-detail-text {
	margin-left: 50px;
}


.sdev-product-degustation .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	position: relative;
}

.sdev-product-degustation-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.sdev-product-accords .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

.sdev-product-accords img {
	width: 30%;
	margin-right: 1%;
	border-radius: 50%;
	-webkit-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.25);
box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.25);
}

.sdev-product-pied {
	border-bottom: 3rem solid #EEEBEA;
}

.sdev-product-pied .row .sdev-product-pied-bouteille {
	background-image: url('../img/macaron-produit.svg');
	padding-bottom: 5rem;
	background-repeat: no-repeat;
	background-position: 100% bottom;
	background-size: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sdev-product-pied-bouteille {
	position: relative;
}

.sdev-product-pied-bouteille span {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../img/products/ombre-pied.png');
	background-repeat: no-repeat;
	background-position: center -2px;
	background-size: 100% auto;
	-ms-flex-item-align: start;
		align-self: flex-start;
}

.sdev-product-pied-bouteille img {
	display: block;
	width: 55%;
	margin: auto;
}


.sdev-product-medaille {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-bottom: 2rem;
	width: 230px;
}

.sdev-product-medaille:last-child {
	margin-bottom: 0;
}

.sdev-product-medaille-img {
	height: 66px;
	width: 66px;
	margin-right: 1rem;
	display: flex;
}

.sdev-product-medaille-img img {
	border-radius: 100px;
	margin: auto;
}

.sdev-product-medaille-text {
	width: 87%;
}

.sdev-product-medaille-text p {
	margin-bottom: 0;
	font-size: 1.1em;
}

.product-20 .sdev-product-image {
	background-image: url('../img/products/macaron-vintage.svg');
}
.product-21 .sdev-product-image {
	background-image: url('../img/products/macaron-rose.svg');
}
.product-22 .sdev-product-image {
	background-image: url('../img/products/macaron-reserve.svg');
}
.product-23 .sdev-product-image {
	background-image: url('../img/products/macaron-prestige.svg');
}
.product-25 .sdev-product-image {
	background-image: url('../img/products/macaron-nature.svg');
}
.product-26 .sdev-product-image {
	background-image: url('../img/products/macaron-blanc.svg');
}



.product-20 .sdev-product-degustation, .product-20 .sdev-product-details-carre .carre {
	background-color: #FFF3EC;
}
.product-21 .sdev-product-degustation, .product-21 .sdev-product-details-carre .carre {
	background-color: #F7DFE4;
}
.product-22 .sdev-product-degustation, .product-22 .sdev-product-details-carre .carre {
	background-color: #F8F3F1;
}
.product-23 .sdev-product-degustation, .product-23 .sdev-product-details-carre .carre {
	background-color: #EDEBEA;
}
.product-25 .sdev-product-degustation, .product-25 .sdev-product-details-carre .carre {
	background-color: #FEFAE5;
}
.product-26 .sdev-product-degustation, .product-26 .sdev-product-details-carre .carre {
	background-color: #F7F5F2;
}

.product-20 .sdev-product-pied {
	border-bottom-color: #EE905B;
}
.product-21 .sdev-product-pied {
	border-bottom-color: #E698A7;
}
.product-22 .sdev-product-pied {
	border-bottom-color: #CBBDBB;
}
.product-23 .sdev-product-pied {
	border-bottom-color: #ADA17F;
}
.product-25 .sdev-product-pied {
	border-bottom-color: #E8D053;
}
.product-26 .sdev-product-pied {
	border-bottom-color: #C1BAB8; 
}


@media (min-width: 768px) and (max-width: 991px) {
	.sdev-product-details p, .sdev-product-degustation p, .sdev-product-accords p, .sdev-product-pied p {
		font-size: 1rem;
	}
	
	.sdev-product-content {    	
		left: 2%;
		padding: 5rem 2rem 5rem 10rem;
	}
	
	.sdev-product-description {
		margin-bottom: 100px;
	}
	
	.sdev-product-details {
		width: 75%;
	}
	
	.sdev-product-details-dosage {
		margin-top: 4rem;
	}
	
}

@media (max-width: 767px) {
	.sdev-product-degustation .row, .sdev-product-accords .row, .sdev-product-pied .row {
		display: block;
	}
	
	.sdev-product-details p, .sdev-product-degustation p, .sdev-product-accords p, .sdev-product-pied p {
		font-size: 1rem;
	}
	
	.sdev-product-content {
		padding: 2rem;
	}
	
	.sdev-product-details {
		width: 100%;
	}
	
	.sdev-product-details-dosage {
		margin-top: 3rem;
	}
	
	.sdev-product-description {
		margin-bottom: 60px;
	}
	
	.sdev-product-degustation-img {
		margin-top: 0;
	}
	
	.sdev-product-pied .row {
		background-size: 40%;
		background-position: right center;
		padding-bottom: 0;
	}
}

#products .thumbnail-container {
	width: auto;
}
#products .product-description {
	width: 100%;
}
#products .product-miniature img {
	display: block;
	margin: 0 auto;
}
.block-category.card.card-block,
.products-sort-order .select-title,
#products .thumbnail-container, 
.featured-products .thumbnail-container,
 .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container {
	border: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}

#products .thumbnail-container:focus .product-description:after,
#products .thumbnail-container:hover .product-description:after, 
.featured-products .thumbnail-container:focus .product-description:after, 
.featured-products .thumbnail-container:hover .product-description:after, 
.product-accessories .thumbnail-container:focus .product-description:after, 
.product-accessories .thumbnail-container:hover .product-description:after,
.product-miniature .thumbnail-container:focus .product-description:after, 
.product-miniature .thumbnail-container:hover .product-description:after {
content: none;
}

#products .category-product-article .thumbnail-container,
#products .category-product-article .product-miniature .thumbnail-container
{
	background : #fff;
}
#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature
{
	margin: 0;
} 
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
	margin-bottom: 0;
}
#products .category-product-article {
	padding: 20px 15px;
}
#products .product-price-and-shipping {
	display: none;
}

#products .product-title a, 
 .product-miniature .product-title a {
	font-family: "Biondi";
	font-weight: 400;
	color:#232323;
	text-transform: uppercase;
	font-size: 1.25rem;
 }
 @media(max-width: 767px) {
	 #header .header-nav .top-logo a img {
		 max-height: 100px;
		}
	
	 #_mobile_logo a {
		 display: block;
	 }
	 .hidden-md-up.text-sm-center.mobile {position: relative;}
	 .hidden-md-up.mobile #menu-icon {
		position: absolute;
		top: 25%;
	}
 }
#home_custom_slider {
	position: relative;
	background: #000;
}
#home_custom_slider img {
	max-width: 80%;
	display: block;
	margin: 0 auto;
	height: auto;
}
#home_custom_slider .home-slider-cta {
	padding: 40px 50px;
}
#home_custom_slider .home-slider-cta > div{
	text-align: center;
	position: relative;
	padding: 5px 40px;
	height: 100%;
	left: 0;
	right: 0;
	font-family: "Biondi";
	color: #4C4B4D;
	font-size:1rem;
	text-transform: uppercase;
	line-height: 25px;
}
#home_custom_slider .home-slider-cta a.cta{
	display: block;
	font-size: 10px;
	font-family: 'Libre Franklin', sans-serif;
	background: #e2cc55;
	text-transform: none;
	max-width: 40%;
	margin: 5px auto 0 auto;
	color:#4c4c4c;
	font-weight: bold;
}
@media(min-width: 992px) and (max-width: 1199px) {
	#home_custom_slider .home-slider-cta {
		font-size: 20px;
		line-height: 32px;        
		padding: 20px 20px;
		max-height: 75%;
		max-width: 43%;
	}
	#home_custom_slider .home-slider-cta a.cta {
		margin-top: 10px;
		font-size: 14px;
	}
	#home_custom_slider .home-slider-cta > div {
		padding: 10px 40px;
	}
	.notre-maison-text {
		margin-bottom: 40px;
	}
}
@media(min-width: 768px) and (max-width: 991px) {
	#home_custom_slider .home-slider-cta > div {
		padding: 15px;
		font-size: 16px;
		line-height: 16px;
	}
	#home_custom_slider .home-slider-cta a.cta {
		margin-top: 20px;
		max-width: 40%;
		font-size: 14px;
	}
	.notre-maison-text {
		margin-bottom: 40px;
	}
}

#home_custom_slider {
	width: 100%;
	float: left;
}
#home_custom_slider .home-slider-cta {
	width: 100%;
	bottom: 0;
	right: 0;
	padding: 0;
	height: 100%;
	position: relative;
	max-height: 100%;
	background: #ada7a7;
	max-width: 100%;
}

@media(max-width: 767px) {
	#home_custom_slider .home-slider-cta a.cta {
		max-width: 6	0%;
	}
	#home_custom_slider .home-slider-cta > div {        
		font-size: 0.6rem;
		line-height: 15px;
	}
}
#home_custom_slider {
	display: block;
}
#home_custom_slider .home-slider-img {
	order: 1;
	width: 100%;
}
#home_custom_slider .home-slider-cta {   
	position: relative;
	line-height: 40px;
	margin: 0;
	padding: 0;
	max-height: 100%;
	max-width: 100%;
	order: 2;
	width: 100%;
}

#cms .equipe-parent .img-equipe > div,
#cms .equipe-parent .text-equipe > div {
	position: absolute;
}
#cms .equipe-parent .img-equipe > div {
	right: -8%;
	top: -17%;
	z-index: 1;
}
#cms .equipe-parent .text-equipe > div.img-macaron {
	left: -12%;
	bottom: -18%;
}
#cms .equipe-parent .text-equipe > div.img-macaron img {
	position: relative;
} 
#cms .equipe-parent .text-equipe > div.content-text {
	position: relative;
	background-color: #EEEBEA;
	padding: 15px;
}
#cms .equipe-parent .img-equipe > div img {
	box-shadow: none;
	-webkit-box-shadow: none;
}
#cms .img-equipe > img {
	position: relative;
	z-index: 10;
}


.ios * {
	cursor: pointer;
}
.macaron-parent div img {
	max-width: 80%;
	height: auto;
	margin: 0 auto;
	display: block;
}
a.home-maison-more {
	font-style: italic;
}
a.featured-absolute i {
	font-weight: bold;
}
.row-full{
	 width: 100vw;
	 position: relative;
	 margin-left: -50vw;
	 margin-top: 100px;
	 left: 50%;
}


/* modif PCR001 desktop------------------------------------------------------*/
/* HEADER + FOOTER */

#header {
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
}
#header .header-nav{
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	background-color: #EDEBEA;
}
#header .header-nav .container{
	width: 100%;
}
#header .header-nav .container .row{
	height: 100px;
}
#header .header-nav .container .row .mobile{
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .header-nav .container .row .mobile #menu-icon{
	position: relative;
	top: 0;
	right: 0;
}
#_mobile_cart {
	order: 2;
	height: fit-content;
}

.cartLogoContainer {
	position: relative;
	height: 32px;
	width: 32px;
	display: flex;
	flex-direction: column;
	background-color:#AFA380;
	border-radius: 50px;
	margin: 0 1rem !important;
	background-image: url("../img/cartChamp.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.cartLogoContainer:hover {
	opacity: .7;
}
#header .header-nav .blockcart {
	padding: 0;
	height: fit-content;
	width: fit-content;
}
#header .header-nav .cart-preview.active {
	background-color: transparent;
}
#header .cart-products-count {
	position: absolute;
	background-color: red;
	color: white;
	border: 2px solid white;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	right: -5px;
	top: -5px;
}
.cartLogoContainer a {
	height: 100%;
	width: 100%;
}
#header .header-nav .top-logo {
	width: 100%;
	height: 100%;
	padding: 0;
}
#header .header-nav .top-logo a {
	height: 100%;
	width: fit-content;
	margin: auto;

}
#header .header-nav .top-logo a img{
	height: 100%;
	width: auto;
	max-height: unset;
	max-width: unset;
}

.prodNameLink {
	outline: 2px solid white;
	outline-offset: -5px;
	color: white !important;
}
.product-link-20 a{
	background-color: #FD8544;
}
.product-link-21 a{
	background-color: #E698A7;
}
.product-link-22 a{
	background-color: #DBC2BB;
}
.product-link-23 a{
	background-color: #2D2826;
}
.product-link-25 a{
	background-color: #F0CD02;
}
.product-link-26 a{
	background-color: #ADA17F; 
}
#header .header-top .container {
	width: 100%;
}
.top-menu .current {
	background-image: url(../img/logoCurentPage.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:40px;
}
#header .header-top #_desktop_top_menu .sdev-sous-menu-link ul li a:hover{
	color: white;
	opacity: .6;
}
.sdev-footer-top {
	background: url('../img/bgFooterMobil.png');
	background-size: contain;
}

.sdev-footer-top .col-xs-12{
	padding: 0;
}

.fa.fa-envelope-o.envelop {
	color: #A49878;

}
#block-newsletter-label, .contact-information-title {
	font-size: 18px;
	font-weight: bold;
	color: #4C4B4D;

}

.block_newsletter form input[type=email]{
	background-color: white;
	padding: 11px 11px 11px 50px;
	border: 2px solid #A49878;
	color: #A49878 !important;
	font-style: italic;
}
.block_newsletter form input[type=email]:focus{
	padding: 11px 11px 11px 50px;
}
.block_newsletter form input[type=submit] {
	background-color: #A49878;
	margin-left: 10px;
	border-radius: 3px;
	padding: 8px 15px;
	font-weight: normal;
	text-transform: inherit;
}
.block_newsletter form input[type=submit]:hover {
	opacity: .7;
}

.block-social ul {
	width: fit-content;
}
.block-social li {
	background-position: center;
}
.block-social a {
	color: #A49878 !important;
}

.facebook {
	background-image: url('../img/facebook.svg');
}
.twitter {
	background-image: url('../img/twitter.svg');
}
.youtube {
	background-image: url('../img/youtube.svg');
}
.linkedin {
	background-image: url('../img/linkedin.svg');
}
.block_newsletter form input[type=email] {
	font-size: 14px;
}

@media (max-width: 768px) {
	#header .header-top {
		background-color: #EDEBEA;
	}
	.sdev-sous-menu-link {
		padding: 0;
	}
	#mobile_top_menu_wrapper {
		padding: 0;
	}
	#mobile_top_menu_wrapper #top-menu{
		margin-bottom: 0;
	}
	#mobile_top_menu_wrapper .top-menu a.dropdown-item {
		padding: 1rem 0;
		text-align: center;
		font-size: 14px;
	}
	#_mobile_user_info {
		min-height: 32px;
		min-width: 32px;
		border-radius: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #AFA380;
		outline: .7px solid white;
		outline-offset: -3px;
	}
	#header .header-nav .user-info .logged {
		color: white;
	}
	#header .header-nav .user-info{
		margin: 0;
	}
	#header .header-nav .user-info .account {
		margin: 0;
	}
	.sdev-sous-menu-link ul li a.prodNameLink {
		font-size: 12px;
	}
	.sdev-sous-menu-link img {
		display: none;
	}
	.sdev-sous-menu-link ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);

	}
	.sdev-sous-menu-link ul li{
		margin-bottom: 1rem;
		width: 90%;
		max-width: 260px;
		margin: .5rem auto;
	}
	.sdev-product-image {
		background-size: 50%;
	}
}
@media (max-width: 500px) {
	.sdev-product-image {
		background-size: 65%;
	}
	#header .header-nav .container .row{
		height: 60px;
	}
	.inputContainer {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.block_newsletter form input[type=email] {
		font-size: 12px;
	}
	.block-newsletter-label ,  .contact-information-title  {
		font-size: 17px;
	}
}
@media (min-width: 768px) {
	.sdev-footer-top {
		background: url('../img/fondFooter.png');
		background-size: cover;
	}
	.footerContainer{
		display: grid;
		grid-template-columns: 40% 40% 20%;
		grid-auto-flow: row;
	}
	.block_newsletter {
		width: 100%;
	}
	.block-contact  {
		width: 100%;
		grid-column: 1;
		grid-row: 1 / 3;
	}
	#header {
		position: relative;
	}
	
	#header .header-top {
		padding: 0;
	}
	#header .header-top .container {
		height: 145px;
	}
	.sdev-sous-menu {
		top: 145px;
		right: 0;
		margin: 0 auto;
	}
	#_desktop_top_menu {
		height: fit-content;
		padding: 0;
	}
	#_desktop_top_menu #top-menu{
		height: 40px;
	}
	#_desktop_top_menu .top-menu li {
		border-right: solid 1px #8D8B8C;
		padding-right: .5rem;
		height: 100%;
	}
	#header .header-top #_desktop_top_menu .top-menu li a{
		font-size: 1vw;
		padding: .3rem .5rem;
		height: fit-content;
		display: flex;
		align-items: center;
	}
	#_desktop_top_menu .top-menu li:last-child {
		border-right: none;
	}
	#_desktop_logo {
		padding: 0;
	}
	
	.whiteArrowDropd {
		position: absolute;
		top: 130px;
		z-index: 1000;
		height: 60px ;
		width: 60px ;
		transform: rotate(45deg);
		background-color:white;
		margin-left: 0;
		display: none;
		border-radius: 5px;
	}

	#header .header-top .sdev-nav {
		height: 100%;
		background-color: #EDEBEA;
	}
	.menuHolder {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	
	#header .logo {
		height: 135px;
		width: auto;
		padding-left: 2rem;
	}
	#_desktop_user_info {
		margin-right: 1rem;
		box-shadow: 0 0 26px rgba(0, 0, 0, 0.16);
	}
	#_desktop_user_info a {
		background-color: white;
		border: solid 2px #AFA380;
		padding: 0.4rem 0.8rem;
	}
	#_desktop_user_info a span {
		color:#AFA380;
		text-transform: uppercase;
		font-size: 14px;
	}
	#_desktop_user_info .user-info i {
		display: none;
	}

	.cartLogoContainer {
		position: relative;
		height: 30px;
		width: 30px;
		display: flex;
		flex-direction: column;
		background-color:#AFA380;
		border-radius: 50px;
		margin-right: 1rem;
		background-image: url("../img/cartChamp.svg");
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.cartLogoContainer .cart-products-count {
		position: absolute;
		background-color: red;
		color: white;
		border: 2px solid white;
		border-radius: 20px;
		width: 20px;
		height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 11px;
		right: -5px;
		top: -5px;
	}
	.cartLogoContainer a {
		height: 100%;
		width: 100%;
	}
	
	/* MENU CUVEE*/
	.sdev-sous-menu {
		width: fit-content;
		padding: 0;
	}
	.sdev-sous-menu-link {
		width: 100%;
		padding-left: 0;
		height: 295px;
	}
	.sdev-sous-menu-link ul {
		padding: 2rem 1rem;
		display: flex;
		height: 100%;
	}
	
	#_desktop_top_menu .top-menu .sdev-sous-menu-link ul li {
		width: 105px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		padding: 0;
		margin: 0 .5rem;
	}
	.sdev-sous-menu-link ul li img{
		height: 150px;
		width: auto;
	}
	#header .header-top #_desktop_top_menu .sdev-sous-menu-link ul li a {
		justify-content: center;
		font-family: "Biondi";
		font-size: 12px;
		width: 100%;
		padding: .6rem	0;
	}
	.sdev-sous-menu-description, .sdev-sous-menu-image {
		display: none;
	}
	.sdev-sous-menu-link img {
		display: block;    	
		max-width: 80%;
		height: auto;
		margin: 0 auto 10px;
	}
	#_desktop_top_menu .top-menu li.product-link {
		border-right: none;
	}



}

@media (min-width: 1000px) {
	#header .header-top .container {
		width: 100%;
		height: 150px;
	}
	.sdev-sous-menu {
		top: 150px;
	}
	#header .header-top #_desktop_top_menu .top-menu li a{
		padding: 0.6rem 0.9rem;
	}

	.whiteArrowDropd {
		top: 140px;
		margin-left: 1rem;
	}
	#_desktop_cart{
		margin-right: 1rem;
	}
	
	#_desktop_user_info {
		margin-right: 1rem;
	}
	#block-newsletter-label,  .contact-information-title  {
		font-size: 23px;
	}
}
@media (min-width: 1100px) {
	#_desktop_top_menu .top-menu .sdev-sous-menu-link ul li {
		width: 145px;
		
	}
}
@media (min-width: 1200px) {
	#_desktop_user_info a {
		padding:1rem 2rem;
	}
	.cartLogoContainer {
		height: 46px;
		width: 46px;
	}
	#_desktop_cart{
		margin-right: 2rem;
	}

	#_desktop_user_info {
		margin-right: 2rem;
	}


	/*MENU CUVEE */
	.sdev-sous-menu-link ul {
		padding: 3rem 2rem;
	}


	/**/
	.block_newsletter form input[type=submit] {
		padding: 11px 30px;
	}
}


@media (min-width: 1400px) {
	.sdev-sous-menu {
		top: 185px;
	}
	#header .header-top #_desktop_top_menu .top-menu li a{
		font-size: 14px;
	}
	.whiteArrowDropd {
		top: 170px;
		margin-left: 2rem;
	}
	
	#header .header-top .container {
		width: 100%;
		height: 185px;
	}
}


.footer-container .links ul {
	background-color: transparent;
}
.footer-container .links ul>li {
	border: none;
}
/* HOME */

#toTop {
	content:url('../img/logoToTop.svg');
}

#flex-home {
	overflow-x: hidden;
}

.direction {
	display: none;
}
#flex-home .container {
	width: 100%;
	padding: 0;
}
#carousel {
	max-width: 100%;
	box-shadow: none;
}
#custom-text {
	max-width: 100%;
	margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
	#custom-text {
		margin-bottom: 0 !important;
	}
}
.customTesxtContainer {
	display: flex;
	flex-direction: column-reverse;
	padding: 2rem;
}
.customTesxtContainer .textContainer h1{
	font-size: 25px;
	margin-bottom: 2rem;
	font-weight: normal;
	color : #AFA380;
	font-family: "Biondi";

}
.customTesxtContainer .imgContainer {
	position: relative;
}
.customTesxtContainer .imgContainer img {
	width: 100%;
	height: auto;
	padding: 2rem;
}


.customTesxtContainer .imgContainer .buttonContainer {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	top: 0%;
	left: 0;
}
.customTesxtContainer .imgContainer .buttonContainer a{
	height: fit-content;
	width: fit-content;
	border: 3px solid transparent;
	outline: 2px solid #AFA380;
	background-color: #AFA380;
	outline-offset: 3px;
	padding: .5rem 1rem;		
	text-decoration: none;
	color: white;
}
@media (min-width: 991px) {
	#custom-text {
		display: flex;
		flex-direction: column;
	}
}
#custom-text table {
	width: 100%;
}
#custom-text table img {
	height: auto;
	width: 100%; 
}
#custom-text table:nth-child(3) td {
	content: "";
}
#custom-text table h1 span {
	font-size: 25px !important;
}
#custom-text h1 {
	margin-bottom: 1rem;
}
#custom-text p, #custom-text h1 {
	text-align: left !important;
}
#custom-text table pre a{
	font-family: "Biondi";
	font-size: 18px;
	color: white;
}
#custom-text table h1 span {
	font-size: 40px;
	font-weight: normal;
	font-family: "Biondi" !important;
	color: #AFA380;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	text-shadow: 2px 2px 0 #dfdacc;
	margin-bottom: 2rem;
}

#custom-text table pre {
	margin: 4rem 0 2rem 0 !important;
	padding: .5rem 1rem !important;
	border: 3px solid transparent;
	outline: 2px solid #AFA380;
	background-color: #AFA380;
	outline-offset: 3px;
	width: fit-content;
	

}


.featured-products {
	background-color: #EEEBEA;
	padding-top: 70px;
	padding-bottom: 70px;
}
.featured-products hr{
	width: 50%;
	border-color: black;
}
.featured-products .featured-products-inner {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin: 4rem auto 2rem auto;
	gap: 4rem;
	width: 300px;
}

.featured-products .productLinkHolder {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
}
li.featured-product {
	display: flex;
	height: fit-content;
	position: relative;
	width: 260px;
	height: 400px;
	margin: 0 0 0 auto;
	padding: .5rem .5rem .5rem 2.5rem;
	background-color: white;
	outline-offset: 10px;
}
li.featured-product .featured-product-text{
	text-align: justify;
}

li.featured-product h1 {
	font-size: 36px;
	font-family: 'Biondi';
	text-align: left;
}

article:nth-child(even) li.featured-product h1 ,li.featured-product:nth-child(even) h1 {
	text-align: right;

}

li.featured-product .thumbnail{
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
article:nth-child(even) li.featured-product ,li.featured-product:nth-child(even) {
	margin: 0 auto 0 0;
	left: 0;
	padding: .5rem 2.5rem .5rem .5rem;
}
li.featured-product .featured-product-img{
	position: absolute;
	height: 100%;
	left: -60px;
	right: unset;

}
article:nth-child(even) li.featured-product .featured-product-img,li.featured-product:nth-child(even) .featured-product-img {
	left: unset;
	right: -60px;

}


li.featured-product .thumbnail img{
	height: 350px;
	width: 100px;
	object-fit: cover;
	margin: 0 !important;
}

li.featured-product p{
	margin: 0;
	line-height: 1.2;
}
li.featured-product .textButtonContainer{
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

li.featured-product .textButtonContainer h1{
	margin: .5rem 0 ;
	font-size: 33px;
	-webkit-text-stroke-width: .1px;
	-webkit-text-stroke-color: #fff;
	line-height: 1;
	max-height: 100px;
}


.liLink {
	padding: 0.8rem;
	outline-offset: 3px;
	max-height: 47px;
}
.liLinkContainer {
	position: relative;
	z-index: 1;
	margin: 3rem .2rem 2rem 0;
	text-align: right;
	margin: auto .2rem 2rem 0;
	
}
article:nth-child(even) li.featured-product .liLinkContainer,li.featured-product:nth-child(even) .liLinkContainer {
	text-align: left;
	margin: auto 0 2rem .2rem;
}
.liLink:hover{
	opacity: .7;
}
.liLink:hover i{
	color: white;
}
.liLink i{
	font-size: 18px;
	color: white	;
}

.color20 {
	outline: 5px solid #FD8544;
}
.color20 .liLink{
	background-color: #FD8544 !important;
	outline: 3px solid #FD8544;
}
.color20 h1{
	text-shadow: 2px 2px 0 #FD8544;
	color: #FD8544;
}

.color21 {
	outline: 5px solid #E698A7;
}
.color21 .liLink{
	background-color: #E698A7 !important;
	outline: 3px solid #E698A7;
}
.color21 h1{
	text-shadow: 2px 2px 0 #E698A7;
	color: #E698A7;
}

.color22 {
	outline: 5px solid #DBC2BB;
}
.color22 .liLink{
	background-color: #DBC2BB !important;
	outline: 3px solid #DBC2BB;
	
}
.color22 h1{
	text-shadow: 2px 2px 0 #DBC2BB;
	color: #DBC2BB;
}

.color23 {
	outline: 5px solid #2D2826;
}
.color23 .liLink{
	background-color: #2D2826 !important;
	outline: 3px solid #2D2826;
	
}
.color23 h1{
	text-shadow: 2px 2px 0 #2D2826;
	color: #2D2826;
}

.color25 {
	outline: 5px solid #F0CD02;
}
.color25 .liLink{
	background-color: #F0CD02 !important;
	outline: 3px solid #F0CD02;
	
}
.color25 h1{
	text-shadow: 2px 2px 0 #F0CD02;
	color: #F0CD02;
}
.color26{
	outline: 5px solid #ADA17F;
}
.color26 .liLink{
	background-color: #ADA17F !important;
	outline: 3px solid #ADA17F;
	
}
.color26 h1{
	text-shadow: 2px 2px 0 #ADA17F;
	color: #ADA17F;
}


.featured-products .products-section-title {
	margin-bottom: 1rem;
	font-family: "Biondi";
	color: #4C4B4D;
	font-weight: 400;
	font-size: 42px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
	text-shadow: 2px 2px 0 #4C4B4D;
}


.products-section-subTitle {
	text-transform: uppercase;
	margin-bottom: 1rem;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
}
.products-section-text {
	font-style: oblique;
	font-size: 14px;
}
.liLinkContainer .liLink i {
	font-family: "Biondi";
	font-style: unset;

}

.liLinkContainer .liLink i::before {
	content: url('../img/logoPanier.svg');
	margin-right: 1rem;
	vertical-align: sub;
}
@media (max-width: 768px) {
	#custom-text {
		padding: 1rem;
	}
}
@media (min-width: 768px) {
	.customTesxtContainer .imgContainer .buttonContainer a{
		padding: 1rem 2rem;		
	}
	.customTesxtContainer .imgContainer img {
		width:  100%;
		height: auto;
	}
	.customTesxtContainer .textContainer h1 {
		font-size: 40px;
		font-weight: normal;
		color : #AFA380;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #fff;
		text-shadow: 2px 2px 0 #DFDACC;
		margin-bottom: 2rem;
	}
	
	#custom-text table h1 span {
		font-size: 2.6vw !important;
	}
	#custom-text table pre a{
		font-size: 24px;
	}
	#carousel .carousel-item .caption {
		left: 0;
		bottom: unset;
		top: 0;
		height: 100%;
		width: 100%;
		max-width: unset;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	#carousel .carousel-indicators li {
		border: 2px solid #A49878;
		background-color: white;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		height: 25px;
		width: 25px;
		border-radius: 30px;
		margin: 0 .5rem;
	}
	#carousel .carousel-indicators li.active {
		border: 2px solid white;
		background-color: #A49878;
	}
	#carousel ul{
		height: fit-content;
	}
	#carousel ul h2 {
		font-size: 22px;
		font-weight: normal;
	}
	#carousel ul h1 {
		font-size: 40px !important;
		color: black;
		text-shadow: 2px 2px 0 white;
	}
	#carousel ul .caption-description p  {
		font-size: 14px !important;
		line-height: 1.1;
	}
	.customTesxtContainer .textContainer h1 {
		font-size: 48px;
	}
	.carousel-indicators {
		bottom: -20px;
	}
	.featured-products .featured-products-inner {
		width: 350px;
	}
	#product .sdev-product-content h1{
		font-size: 42px;
	}
	
}

.liLinkContainer .disabled {
	cursor: not-allowed !important;

}
.liLinkContainer .disabled {
	opacity: 0.2 !important;
	pointer-events: none !important;
}
@media (min-width: 991px) {
	#custom-text {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row;
		gap: 1%;
		padding: 2rem 10%;
		background: url('../img/MACARON-home.png');
		background-repeat: no-repeat;
		background-position: 30% 100%;
		background-size: 40%;
	}
	#custom-text table {
		width: 49%;
		margin-bottom: 1rem;

	}
	#custom-text table:first-child {
		width: 40%;

	}
	#custom-text table:nth-child(2) {
		width: 59%;

	}
	li.featured-product .liLinkContainer {
		margin: auto .5rem 2rem auto;
	}
	article:nth-child(even) li.featured-product .liLinkContainer,li.featured-product:nth-child(even) .liLinkContainer  {
		margin: auto auto 2rem .5rem;

	}

	.featured-products .featured-products-inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin: 4rem auto 2rem auto;
		width: 700px;
		grid-auto-rows: 380px;
	}
	li.featured-product {
		width: 300px;
		height: 100%;
	}
}
@media (min-width: 1200px) {
	#carousel ul h2 {
		font-size: 46px;
	}
	#carousel ul h1 {
		font-size: 80px !important;
	}
	#carousel ul .caption-description p  {
		font-size: 24px !important;
	}
	.customTesxtContainer .textContainer, .customTesxtContainer .imgContainer{
		width: 45%;
	}
	.customTesxtContainer {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 3rem 10%;
	}
	
}
@media (min-width: 1250px) {
	.featured-products .featured-products-inner {
		width: 1200px;
		grid-template-columns: repeat(3, 1fr);
	}
	li.featured-product h1,article:nth-child(even) li.featured-product h1,li.featured-product:nth-child(even) h1  {
		text-align: left;
	
	}
	
	li.featured-product {
		margin: 0 0 0 auto !important;
		padding: 0.5rem 0.5rem 0.5rem 3rem !important;
	}
	li.featured-product .featured-product-img {
		left: -60px !important;
		right: unset !important;
	
	}
	.liLinkContainer, article:nth-child(even) li.featured-product .liLinkContainer,li.featured-product:nth-child(even) .liLinkContainer{
		margin: auto 0.5rem 2rem auto;
		text-align: left;
	}
	
	.featured-products .products-section-title {
		font-size: 52px;
	}
	.featured-products .products-section-text {
		font-size: 16px;
	}

}

@media (min-width: 768px) and (max-width: 991px){
	.carousel-indicators {
		bottom: -10px;
	}
}

@media only screen and (hover: none) and (pointer: coarse) and (max-width: 991px){
	
	.carousel .carousel-item img {
		width: 100%;
		max-width: unset;
	}
	.carousel-indicators li,.carousel-indicators li.active  {
		height: 20px;
		width: 20px;
		margin: .5rem;
	}
}
@media only screen and (hover: none) and (pointer: coarse) and (max-width: 500px){
	.carousel-indicators {
		bottom: 40px;
	}
}


/* notre maison */

.page-cms-6#content {
	margin: 0;
	padding-top: 0;
	padding-left: 0 ;
	padding-right: 0 ;
}

.page-cms-6 table {
	margin: 2rem auto  ;
	width: 90%;

}
.page-cms-6 table img{
	width: 100%;
	height: auto;
}

.page-cms-6 table:first-child {
	margin: 0;
	width: 100%;
	height: 300px;
	background: url('../img/bannerNotreMaison.png') ;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.page-cms-6 table:first-child tr td:last-child {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.page-cms-6 table:first-child tr td:last-child h1{
	color: white;
	width: fit-content;
	font-family: "Biondi";
	font-size: 52px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #8D8D00;
	text-shadow: 2px 2px 0 white;
}
.page-cms-6 table:first-child tr td:last-child p{
	color: white;
	font-family: "Libre Franklin";
	font-size: 18px;
}	

.page-cms-6 table:first-child td{
	padding: 0;
}
.page-cms-6 table:last-child {
	margin: 0;
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center !important;
	background: url('../img/footerBanerOurHouse.png');

}
.page-cms-6 table:nth-child(3) h1 span{
	color: #AFA380;
	width: fit-content;
	font-family: "Biondi" !important;
	font-size:52px !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
	text-shadow: 2px 2px 0 #AFA380;
}
@media (max-width: 768px){
	.page-cms-6 table:first-child tr td:last-child h1{
		text-align: center;
		font-size: 32px;
	}

	.page-cms-6 table:first-child tr td:last-child p{
		font-size: 16px;
	}
		
}
@media (max-width: 1200px){
	.page-cms-6 table:first-child tr{
		display: unset;
	}
	.page-cms-6 table:nth-child(2) tr{
		flex-direction: column-reverse;
	}
	.page-cms-6 table:nth-child(2) tr img{
		content: url('../img/bigPictureOUrHouse.png');
	}
	.page-cms-6 table:nth-child(3) tr img{
		display: none;
	}
	
	.page-cms-6 table:nth-child(3) h1 span{
		color: #AFA380;
		width: fit-content;
		font-family: "Biondi";
		font-size:32px !important;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: white;
		text-shadow: 2px 2px 0 #AFA380;
	}
	.page-cms-6 table td {
		padding: 2rem;
	}
	.page-cms-6 table tr{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.page-cms-6 table:last-child {
		
	}
}


/* Boutique */

.boutiqueHeader {
	position: relative;
	max-height: 400px;
	overflow: hidden;
} 
.boutiqueHeader .boutiqueTextHolder {
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("../img/bannerBoutique.png");
	padding: 2rem 0;
	max-height: 300px;
	height: 30vh;
}
.boutiqueHeader img {
	width: 100%;
	height: auto;
}

.boutiqueHeader .boutiqueTextHolder h1 {
	color: white;
	width: fit-content;
	font-family: "Biondi";
	font-size: 52px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #474336;
	text-shadow: 2px 2px 0 #dfdacc;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.boutiqueHeader .boutiqueTextHolder {
		position: relative;
	}
	.boutiqueHeader img {
		position: absolute;
		width: auto;
		height: 100%;
	}
	.boutiqueHeader .boutiqueTextHolder h1 {
		font-size: 40px;
		padding: 0 2rem;
		margin-top: 2rem;
	}
}
@media screen and (max-width: 400px) {
	.boutiqueHeader .boutiqueTextHolder h1 {
		font-size: 34px;
	}
}
.boutiqueHeader .boutiqueTextHolder p {
	text-transform: uppercase;
	font-family: "Libre Franklin";
	color: white;
	width: fit-content;
	font-size: 18px;
}

 #products li.featured-product .liLinkContainer  {
	display: flex;
	margin: auto auto 2rem auto;

}

 #products li.featured-product .liLinkContainer  .liLink:first-child{
	margin-right: 1rem;
}
 #products li.featured-product .liLinkContainer button {
	height: fit-content;
	line-height: 0;
	border: none;
	cursor: pointer;
}
.products li.featured-product .liLinkContainer button {
	height: fit-content;
	line-height: 0;
	border: none;
	cursor: pointer;
}
 #products li.featured-product .liLinkContainer .liLink{
	height: fit-content;
}
 #products li.featured-product .liLinkContainer .quick-view  i{
	content: url('../img/logoPanier.svg');
}
 #products .liLink i::before {
	display: none;
}

@media (max-width: 991px){
	#category .featured-product-img a {
		display: flex;
		align-items: center;
	}	
	 #products li.featured-product .liLink i  {
		font-size: 15px;
	}	
	 #products li.featured-product .liLinkContainer {
		margin: auto auto 2rem auto;

	}
}

/* CONTACT */

#contact #wrapper .container:first-child .row {
	width: 100%;
	align-items: flex-start;
}

#contact .contact-form {
	width:60%;
	margin: auto;
	padding: 0;
}
#contact label {
	display: none;
}
#contact h1 {
	color: #AFA380;
	width: fit-content;
	font-family: "Biondi";
	font-size: 52px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #EEEBEA;
	text-shadow: 2px 2px 0 #AFA380;
}
#contact .contact-rich-title {
	font-size: 23px;
	font-family: "Libre Franklin";
	text-transform: unset;
}
#contact .contact-rich p, #contact .contact-rich div {
	font-size: 16px;
}	
#contact .contact-rich p span {
	font-size: 14px;
	font-weight: bold;
}
#contact .form-fields {
	display: flex;
	flex-direction: column;
}

.inpitWithIcone {
	background-color: white;
	display: flex;
	align-items: flex-start;
	margin-bottom: 1rem;
	padding: .5rem;
	border: 2px solid #A49878;

}
.inpitWithIcone i{
	margin-left: 1rem;
	margin: auto;
	width: 50px;
	text-align: center;
}
.inpitWithIcone i img{
	margin: auto;
}
.inpitWithIcone input{
	background-color: transparent;
}

#contact #wrapper .contact-form .container .row:not(.form-fields) {
	align-items: flex-start;
}
#contact #wrapper .page-content .contact-form input[type=submit]{
	width: 100%;
	background-color: #A49878;
	font-family: "Biondi";
	border-radius: 0;
}
.contact-form .contactTextarea {
	align-items: flex-start;
}
.contact-form .contactTextarea i{
	margin: 0;
}
#contact .contact-form input::placeholder,#contact .contact-form textarea::placeholder, #contact .contact-form select {
	color: #AFA380;
}
#contact .contact-form textarea,#contact .contact-form input, #contact .contact-form select  {
	padding-left: 0;
}
#contact form {
	display: flex;
	flex-direction: column;
}
#contact .contact-form .form-control-select {
	background : url('../img/downArrow.svg')  no-repeat scroll right 0.5rem center/1rem 1rem	;
}  


@media (max-width: 1300px){
	#contact #wrapper {
		background-position: center center;
		background-size: cover;
	}
	#contact .contact-form {
		width: 90%;
		margin: 0 0 0 auto;
	}
	.footer-container .sdev-footer-top .inputContainer input{
		margin: 0 0 1rem 0;
	}
	.sdev-footer-top .inputContainer {
		display: flex;
		flex-direction: column-reverse;	
	} 
}

@media (max-width: 768px){
	
	#contact .row {
		margin: 0;
	}
	#contact #left-column {
		padding: 3rem !important;
	}
	#contact .contact-form {
		width: 100%;
		padding: 2rem;
	}
	.sdev-product-degustation {
		padding: 2rem;
		padding-bottom: 6rem;
	}
}

/* PRODUITS */ 
.sdev-product-image {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: auto;
	height: 435px;
	background-position: center;
	background-repeat: no-repeat;
	padding: 2rem 0;
}
.sdev-product-image img {
	height: 100%;
	width: auto;
}
.sdev-product-content {
	text-align: left;
}

.sdev-product-content h2{
	font-size: 18px;
	margin-bottom: 1rem;
	font-weight: normal;
}
#product.product-id-20 h1{
	color: #FD8544;
	text-shadow: 2px 2px 0 #FECDB3;
}
#product.product-id-21 h1{
	color: #E698A7;
	text-shadow: 2px 2px 0 #F4D5DB;
}
#product.product-id-22 h1{
	color: #D4CDB9;
	text-shadow: 2px 2px 0 #EDEAE2;
}
#product.product-id-25 h1{
	color: #F0CD02;
	text-shadow: 2px 2px 0 #F8EA99;
}
#product.product-id-26 h1{
	color: #ADA17F;
	text-shadow: 2px 2px 0 #ADA17F;
}
#product.product-id-23 h1{
	color: #2D2826;
	text-shadow: 2px 2px 0 #AAA8A7;
}
#product .sdev-product-content h1{
	margin-bottom: 1rem;
	font-family: "Biondi";
	font-weight: 400;
	font-size: 28px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
		
}

#product .sdev-product-description{
	margin-bottom: 1rem;
}
#product .productDetailsSubtitle {
	font-family: "Biondi";
	font-weight: 700;
	font-size: 21px;
}
#product .sdev-product-description p{
	margin: 0;
}


#product .sdev-product-degustation h1 {
	font-family: "Biondi";
	font-weight: 400;
	font-size: 25px;
	color: #AFA380;
	text-align: left;
	text-shadow: 2px 2px 0 #DED2C0;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #EDEBEA;
}
#product .sdev-product-degustation h4, #product .sdev-product-accords h4{
	font-size: 18px;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: normal;
	text-decoration: underline;
	color: #A49878;
	margin-bottom: 1rem;
}

.sdev-product-degustation-img img {
	margin: 50px 10px;
	height: auto;
	width: 250px;
	-webkit-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.25);
	box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.25);
}

.sdev-product-medailles {
	margin:0;
	padding: 1rem 3rem;
	position: relative;
}

.medalsBouteilleHolder .liLinkContainer{
	margin: 0 auto;
}
.medalsBouteilleHolder .liLinkContainer button {
	opacity: 1;
}

.product-id-20 .medalsBouteilleHolder .liLinkContainer a{
	background-color: #FD8544 !important;
	border: none;
	outline: 3px solid #FD8544;
}
.product-id-21 .medalsBouteilleHolder .liLinkContainer a{
	background-color: #E698A7 !important;
	border: none;
	outline: 3px solid #E698A7;
}
.product-id-22 .medalsBouteilleHolder .liLinkContainer a{
	background-color: #DBC2BB !important;
	border: none;
	outline: 3px solid #DBC2BB;
}
.product-id-23 .medalsBouteilleHolder .liLinkContainer a{
	background-color: #2D2826 !important;
	border: none;
	outline: 3px solid #2D2826;
}
.product-id-25 .medalsBouteilleHolder .liLinkContainer a{
	background-color: #F0CD02 !important;
	border: none;
	outline: 3px solid #F0CD02;
}
.product-id-26 .medalsBouteilleHolder .liLinkContainer a{
	background-color: #C1BAB8 !important;
	border: none;
	outline: 3px solid #C1BAB8;
	
}

.medalsBouteilleHolder .add {
	text-align: center;
}
.medalsBouteilleHolder .liLinkContainer a.disabled{
	pointer-events: none;
	padding: 0.8rem;
	outline-offset: 3px;
	color: white;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 1rem;
}
.sdev-product-medailles .sdev-product-medaille .sdev-product-medaille-img{
	margin: 0 1rem 1rem 0;
	height: 105px;
	width: 105px;
} 

.sdev-product-pied .row {
	margin: 0;
}
.sdev-product-medailles {
	width: 350px;
	padding: 1rem;
}

@media (min-width : 400px) {
	.sdev-product-medailles {
		width: 380px;
		margin: auto;
		padding: 1rem;
	}
}
@media (max-width : 500px) {
	.sdev-product-medailles .sdev-product-medaille .sdev-product-medaille-img {
		height: 66px;
		width: 66px;
	}
}

@media (min-width : 500px) and (max-width : 768px) {
	/* .sdev-product-medailles {
		display: flex;
		flex-direction: row;
		justify-content: center;
		width: fit-content;
		margin: 0 auto;
		padding: 1rem;
		flex-wrap: wrap;
	}
	.sdev-product-medailles .sdev-product-medaille {
		display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 0 15px 1rem 15px;
	}
	.sdev-product-medaille-img {
		margin: 0 0 1rem 0;
	} */
	
	.sdev-product-medailles {
		width: 500px;
	}
	.sdev-product-medaille {
		width: 80%;
	}
}
@media (max-width : 768px) {
	.medalsBouteilleHolder {
		position: relative;
	}

	.medalsBouteilleHolder .add {
		margin: 0 !important;
		position: fixed;
		width: 100%;
		bottom: 0;
		display: flex;
		left: 0;
		padding: 1rem 0;
	}
	.product-id-20 .medalsBouteilleHolder .add {background-color:#FD8544 ;}
	.product-id-21 .medalsBouteilleHolder .add {background-color:#E698A7 ;}
	.product-id-22 .medalsBouteilleHolder .add {background-color:#DBC2BB ;}
	.product-id-23 .medalsBouteilleHolder .add {background-color:#2D2826 ;}
	.product-id-25 .medalsBouteilleHolder .add {background-color:#F0CD02 ;}
	.product-id-26 .medalsBouteilleHolder .add {background-color:#C1BAB8 ;}
	
	.medalsBouteilleHolder .liLinkContainer .liLink {
		padding: 0;
	}
	.medalsBouteilleHolder .liLinkContainer a {
		outline: none !important;
	}
	.medalBouteilleImg {
		height: 300px;
		position: absolute;
		bottom: -10px;
		right: 0;
		height: fit-content;
		
	}
	
	.medalBouteilleImg .botleImg{
		height: 250px;
		width:auto;		
		margin-right: 1rem;
	}

	#product .medalsBouteilleHolder .liLinkContainer button{
		outline: none;
		width: 100vw;
		padding: 1rem ;
	}
	#product .medalsBouteilleHolder .liLinkContainer button i{
		font-size: 20px;

	}

	.sdev-product-medaille-img {
		display: flex;
		align-items: center;
	}

}
#product .sdev-product-degustation-text {
	font-size: .9375rem;
	color: #7a7a7a;
	font-weight: 400;
}
@media (max-width : 991px) {
	#product .sdev-product-degustation .container .row {
		display: block;
	}
	.sdev-product-degustation-text, .sdev-product-accords {
		width: 90% !important;
	}
	
}
@media (min-width : 768px) {
	#product .sdev-product-container .container .row { 
		display: flex;
	}
	#product .sdev-product-content {
		padding: 0;
		width: 50%;
	}
	#product .sdev-product-image {
		width: 50%;
		height: 40vw;
		background-size: 75%;
	}
	#product .sdev-product-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-color: transparent;
	}
	#product .sdev-product-degustation {
		padding: 0;
	}
	#product .sdev-product-degustation .container {
		margin: 0;
	}
	
	#product .sdev-product-degustation-text, .sdev-product-accords {
		width: 30%;
		margin: 0 auto;
		height: 100%;
	}
	#product .sdev-product-degustation-text{
		padding: 3rem .5rem 3rem 3rem;
		margin-top: 0;
		margin-bottom: auto;
	}
	#product .sdev-product-accords {
		padding: 3rem  3rem 5rem 1rem;
		margin-top: 0;
		margin-bottom: auto;
	}

	#product .sdev-product-degustation-img {
		width: 250px;
		margin: 0 auto;
		height: 100%;
	}
	#product .sdev-product-degustation-img img{
		width: 100%;
		height: auto;

		height: 200px;
		width: 315px;
		object-fit: cover;
		margin: 0 !important;
	}

	.sdev-product-medailles {
		display: flex;
		flex-direction: row;
		justify-content: center;
		width: fit-content;
		max-width: 71%;
		margin: 0 auto 2rem auto;
	}
	.sdev-product-medailles .sdev-product-medaille{ 
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin: 0 15px 10px 15px;
	}
	
	.medalsBouteilleHolder {
		display: flex;
		position: relative;
		flex-direction: column;
	}
	.medalsBouteilleHolder .add {
		margin: 3rem 0;
		text-align: center;
	}
	
	.medalBouteilleImg {
		position: absolute;
		bottom: -50px;
		right: -180px;
		max-height: 542px;
		height: 42vh;

	}
	.medalBouteilleImg .botleImg{
		height: 100%;
		width: auto;
	}
	#product #main {
		overflow: hidden;
	}
	

}

@media (min-width : 768px) and (max-width : 1200px) {
	.medalBouteilleImg {
		right: -100px;
	}
}
@media (min-width : 768px) and (max-width : 1550px) {
	
	.sdev-product-medailles {
		padding: 1rem;
		flex-wrap: wrap;
	}
	

}

@media (min-width : 1300px) {
	#product .sdev-product-degustation-text{
		padding: 8rem 1rem 8rem 5rem;

	}
	#product .sdev-product-accords {
		padding: 8rem 5rem 8rem 1rem;

	}
	#product .sdev-product-degustation-text, .sdev-product-accords {
		width: 32%;
		margin: 0 auto;
	}
	#product .sdev-product-degustation-img {
		width: 315px;
		margin: 0 auto;
	}
}

/* CMS */ 

#cms #content-wrapper #content{
	padding: 4rem;

}
@media (max-width : 768px) {
	#cms #content-wrapper #content{
		padding: 0 ;
	
	}
}

/* MY ACCOUNT */


@media (max-width: 1024px) {
	#my-account .link-item{
		font-size: .8rem;
		line-height: 1;
	}
	#my-account .block_in_account{
		box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
		width: 100%;
	}
	#my-account .block_in_account div{
		font-size: .8rem;
	}
	#my-account input[name=privilegecard] {
		margin: 0 !important;
		width: 100%;
	
	}
}
 

#my-account .block_in_account_1{
	text-align: center !important;
	display: inline-block !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	color: #7a7a7a !important;
	padding: 0 0.9375rem !important;
	margin-bottom: 1.875rem !important;
	height: 100%;
	
}
#my-account #flex-home{
	background-color: #F8F9F9;
}
#my-account #wrapper{
	background-image: url(../img/MACARON-home.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 3rem 0;
}
#my-account .page-footer a{
	background-color: #A49878;
	margin-bottom: 1rem;
	box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
	text-transform: uppercase;
	font-weight: 600;
	padding: 0.5rem 1.25rem;
	color: white;
} 
#my-account .page-footer a:hover{
	opacity: .7;
	text-decoration: none;
}
#my-account .page-footer a:active, #my-account .page-footer a:focus{
	outline: none;
	text-decoration: none;
}
#my-account .page-footer a:visited{
	outline: none;
	text-decoration: none;
}

#my-account .links {
	width: 70%;
	margin: 0 auto;
}
#my-account .link-item:hover .material-icons { 
	color: black !important;
}
#my-account .material-icons {
	color: #827960 !important;
}
/* AUTHENTICATION */
#authentication #flex-home {
	background-color: #F8F9F9;
;
}
 #authentication #flex-home #wrapper{	
	background-image: url(../img/MACARON-home.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 3rem 0;
 }
 #authentication .page-header, #my-account .page-header {
	text-align: center;
	margin-top: 3rem;
}
#authentication .page-header h1, #my-account .page-header h1{
	color: #AFA380;
	font-family: "Biondi";
	font-size: 52px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #EEEBEA;
	text-shadow: 2px 2px 0 #afa380;
	padding: 0 2rem;
}
#authentication  #content{
	background-color: transparent;
	border: none;
	box-shadow: none;
}
#authentication .page-content.card.card-block{
	margin: 3rem auto;
}
#authentication #login-form label{
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #AFA380;
	font-weight: 700;
}
#authentication #login-form  .form-group.row div{
	width: 100%;
}
#authentication #login-form  .form-group.row div .input-group{ 
	position: relative;
}
#authentication #login-form  .form-group.row div .input-group-btn{ 
	position: absolute;
	right: 0;
	top: 0;
}
#authentication #login-form  .form-group.row div .input-group-btn button{
	position: absolute;
	right: 0;
	height: 100%;
	width: 100px;
	z-index: 10;    
	background-color: #A49878;
} 
#authentication #login-form  .form-group.row div .input-group-btn button:hover{
	opacity: .7;
}

#authentication #login-form  .form-group.row input[type=email], #authentication #login-form  .form-group.row input[name=password]{
	background-color: white;
	padding: 11px ;
	border: 2px solid #A49878;
	color: #A49878 !important;
	font-style: italic;
}
#authentication #login-form  .form-group.row input[name=password] {
	padding-right: 100px;
}
#authentication #login-form  #submit-login {
	background-color: #A49878;
	margin-bottom: 1rem;
}


#authentication .btn.active.focus,#authentication .btn.active:focus,#authentication .btn.focus,#authentication .btn:active.focus,#authentication .btn:active:focus,#authentication .btn:focus {
	outline: none;
}
#authentication #login-form  #submit-login:hover {
	opacity: .7;
}

#authentication .no-account a, #authentication .forgot-password a{
 color: #646364;
}
#authentication .no-account a:hover, #authentication .forgot-password a:hover{
	color: black;
	text-decoration: underline;
}
#authentication .form-footer{
	text-align: center;
	display: flex;
	justify-content: center;
}

@media (max-width : 768px) {
	#login-form .form-footer,#my-account .page-footer {
		text-align: center;
	}

	#authentication .page-header h1, #my-account .page-header h1 {
		font-size: 38px;
		padding: 0 2rem;
	}
}

.register-form p{
	text-align: center;
}

.register-form input {
	background-color: white;
	border: 2px solid #A49878;
	color: #A49878 !important;
	margin-bottom: 1rem;
}
.register-form .input-group-btn{ 
	position: absolute;
	right: 0;
	top: 0;
}
.register-form .input-group-btn button{
	position: absolute;
	right: 0;
	height: 100%;
	width: 100px;
	z-index: 10;    
	background-color: #A49878;
} 
.register-form input[name=password] {
	padding-right: 100px;
}
.register-form .form-footer button{
	margin: 0 auto;
}
.input-group .input-group-btn>.btn[data-action=show-password] {
	background-color: #A49878;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
}
.input-group .input-group-btn>.btn[data-action=show-password]:hover {
	opacity: .7;
}

/* PASSWORD */

#password .forgotten-password button{
	background-color: #A49878;
}
#password .forgotten-password button:hover{
	opacity: .7;
}
#password .send-renew-password-link {
	text-align: center;
}

#password #content {
	background-color: transparent;
	box-shadow: none;
	border: none;
}
#password .forgotten-password input[type=email] {
	background-color: white;
	padding: 11px;
	border: 2px solid #A49878;
	color: #A49878 !important;
	font-style: italic;
}

/* IDENTITY */


#identity .page-header{
	margin-top: 4rem;
	margin-bottom: 0;
	text-align: center;
}
#identity .page-header h1{
	margin-bottom: 0;
}

#identity #content{
	width: 80%;
	margin: 0 auto;
}

#identity .form-footer{
	display: flex;
	justify-content: center;
}
#identity .form-control-submit{
	background-color: #A49878;
}
#identity #content{
	background-color: transparent;
	box-shadow: none;
}
#identity #customer-form .form-group input{
	padding: 11px;
	border: 2px solid #A49878;
	color: #A49878 !important;
	font-style: italic;
}
#identity #customer-form .form-group .input-group-btn{
	position: absolute;
	right: 0;
}
#identity #customer-form input[name=password]{
	padding-right: 100px;
}
#identity #customer-form .form-group .input-group-btn button{
	top: 0;
	right: 0;
	height: 100%;
	width: 100px;
}

/* ADRESSE */ 

#address .form-footer{
	display: flex;
	justify-content: center;
}
.form-footer button {
	background-color: #A49878;
} 
.form-footer button:hover {
	background-color: #A49878;
	opacity: .7;
} 

#address #content{
	background-color: transparent;
	box-shadow: none;
}
#address #content .form-control{
	padding: 5px 10px;
	border: 2px solid #A49878;
	color: #A49878 !important;
	font-style: italic;
}

/* ADD PRODUCT MODAL */

.close {
	font-size: 40px;
	color: black;
	font-weight: 200;
	opacity: 1;
}

.productPreviewModal .modalContainer{ 
	display: flex;
}
.productPreviewModal .modal-body{ 
	padding: 0;
}
.productPreviewModal .modal-body h1{
	margin-bottom: 1rem;
	font-family: "Biondi";
	font-weight: 400;
	font-size: 52px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
	
}
.productPreviewModal .productContent20 h1{
	color: #FD8544;
	text-shadow: 2px 2px 0 #FECDB3;
}
.productPreviewModal .productContent20 .add-to-cart{
	background-color: #FD8544 !important;
	outline: 3px solid #FD8544;
	
}

.productPreviewModal .productContent21 h1{
	text-shadow: 2px 2px 0 #e698a7;
	color: #E698A7;
}
.productPreviewModal .productContent21 .add-to-cart{
	background-color: #e698a7 !important;
	outline: 3px solid #e698a7;
}
.productPreviewModal .productContent22 h1{
	text-shadow: 2px 2px 0 #dbc2bb;
	color: #DBC2BB;
}
.productPreviewModal .productContent22 .add-to-cart{
	background-color: #dbc2bb !important;
	outline: 3px solid #dbc2bb;
}
.productPreviewModal .productContent23 h1{
	text-shadow: 2px 2px 0 #2d2826;
	color: #2D2826;
}
.productPreviewModal .productContent23 .add-to-cart{
	background-color: #2d2826 !important;
	outline: 3px solid #2d2826;
}
.productPreviewModal .productContent25 h1{
	text-shadow: 2px 2px 0 #f0cd02;
	color: #F0CD02;
}
.productPreviewModal .productContent25 .add-to-cart{
	background-color: #f0cd02 !important;
	outline: 3px solid #f0cd02;
}
.productPreviewModal .productContent26 h1{
	text-shadow: 2px 2px 0 #ada17f;
	color: #ADA17F;
}
.productPreviewModal .productContent26 .add-to-cart{
	background-color: #ada17f !important;
	outline: 3px solid #ada17f;
}



.productPreviewModal .tax-shipping-delivery-label{
	display: none;
}
.productPreviewModal .current-price span {
	font-size: 30px;
	color: black;
}
.productPreviewModal .modal-body h2{
	font-family: 'Libre Franklin', sans-serif;
	font-size: 20px;
	font-weight: normal;
}
.productPreviewModal .modal-body h3 {
	font-family: 'biondi', sans-serif;
	font-size: 14px;
	color: #4C4B4D;
}

.productPreviewModal .modal-body .product-cover img{
	background-color: transparent;
	box-shadow: none; 
}
.productPreviewModal .modalContainer {
	padding-bottom: 3rem;
}
.productPreviewModal .previewLeft {
	border-right: 2px solid black ;
}
.productPreviewModal .previewRight{ 
	width: 50%;
	padding: 3rem 3rem 0 3rem;
}
.productPreviewModal , #blockcart-modal .modal-content {
	border-radius: 12px;
}
.productPreviewModal .previewLeft {
	padding: 3rem  3rem 3rem;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.productPreviewModal .product-quantity {
	display: flex;
	flex-direction: column;
}
.productPreviewModal .add-to-cart:hover {
	opacity: .7;
}
.productPreviewModal .add-to-cart{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
	outline-offset: 3px;
	border: none;
	box-shadow: none;
}
.productPreviewModal .material-icons.shopping-cart {
	content: url('../img/logoPanier.svg');
}
.productPreviewModal .qty .input-group  {
	display: flex;
}
.productPreviewModal .previewRight .product-add-to-cart  {
	font-size: 14px;
	font-weight: bold;
	color: black;
}
.productPreviewModal .qty button,.productPreviewModal .qty input, #cart .cartTableColl .qty button , #cart .cartTableColl .qty input{
	border: none;
	background-color: transparent;
	text-align: center;
	
}
.productPreviewModal .qty {
	border: solid 2px black;
	background-color: white;
}
.product-variants>.product-variants-item select {
	border: solid 2px black;
	box-shadow: none;
}

.form-control-select {
	background: #f1f1f1 url('../img/downArrow.svg') no-repeat scroll right 0.5rem center/.7rem .7rem;
}
.productPreviewModal .qty {
	margin: 0;
	width: 150px;

}
.productPreviewModal .form-control,  .productPreviewModal .qty, #cart .cartTableColl .qty {
	height: 45px;
	flex-direction: row-reverse;

}
.productPreviewModal .form-control button,  .productPreviewModal .qty button, #cart .cartTableColl .qty button {
	cursor: pointer;
}
.productPreviewModal .addToCartButtonPlus ,.productPreviewModal .addToCartButtonMinus {
	width: 40%;
	font-weight: 700;
	font-size: 20px;
}
@media (min-width: 1250px) {
	.quickview .modal-content, #blockcart-modal .modal-content{
		border-radius: 0;
	}
	

}
@media (max-width: 1250px) {
	
	.modalContainer {
		height: 100%;
		flex-direction: column;
	}
	.modal-dialog {
		margin:  auto;
		height: 100%;
		display: flex;

	}
	.quickview .modal-content, #blockcart-modal .modal-content{
		width: 500px;
		margin:  auto;
		height: 90%;
		overflow: hidden;
	}
	.modal-header {
		height: 5%;
	}
	.productPreviewModal .modal-body {
		height: 95%;
	}
	.productPreviewModal .previewLeft {
		padding: 0;
		border: none;
		height: 30%;
	}
	.productPreviewModal .modal-body h1 {
		font-size: 40px;
	}
	.productPreviewModal .previewRight {
		padding: 1rem 2rem;
		height: 70%;
		overflow: scroll;
	}
	.productPreviewModal .previewLeft, .productPreviewModal .previewRight {
		width: 100%;
	}
	.quickview .images-container {
		min-height: unset;
		height: 100%;
	}
	.productPreviewModal .product-cover {
		height: 100%;
	}
	.productPreviewModal .previewLeft img {
		height: 100% !important;
		width: auto !important;
	}
	.productPreviewModal .add {
		width: 100%;
	}
	.productPreviewModal .add-to-cart {
		width: 100%;
	}
	
}
/*  PRODUCT ADDED MODAL */
#blockcart-modal .close {
	color: white;
}
#blockcart-modal .modalBodyContainer {
	height: 100%;
}
#blockcart-modal .modal-dialog {
	max-width: 64rem;
}
#blockcart-modal .modal-dialog .btn-secondary{
	display: flex;
	align-items: center;
	margin-right: 1rem;
}

.cart-grid-body a.label:hover {
	color: #A49878;
}
#blockcart-modal .modal-body {
	height: 90%;
}

#blockcart-modal .modal-header {
	height: 10%;
	background: #AFA380;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
#blockcart-modal .divide-right {
	border: none;
}
#blockcart-modal .modal-title  {
	text-align: center;
	font-size: 16px;
}

#blockcart-modal .modal-title i.material-icons {
	margin-right: .5rem;
}
#blockcart-modal .product-name {
	color: black;
	font-family: 'Biondi';
}
#blockcart-modal .cart-content-btn {
	width: 100%;
	justify-content: space-between;
}
#blockcart-modal .btn-primary {
	background-color: #AFA380;
}

#blockcart-modal .divide-left .cart-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
#blockcart-modal .cart-content-btn button, #blockcart-modal .cart-content-btn a {
	font-size: 12px;
	box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
}
#blockcart-modal .divide-right   {
	height: fit-content;
}
#blockcart-modal .product-image {
	width: auto;
	max-width: unset;
	height: 20vh;
	max-height: 200px;
}
@media (min-width: 768px) {
	#blockcart-modal .modal-body .modalBodyContainer{
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
	#blockcart-modal .modalImgContainer {
		height: 250px;
		width: fit-content;
		max-width: unset;
	}

	#blockcart-modal .imgAndNameContainer {
		display: flex;
		margin-bottom: 2rem;
	}
	#blockcart-modal .modalImgContainer .nameAndPriceContainer{
		width: 100%;
	}
	#blockcart-modal .modalImgContainer .product-image {
		height: 100%;
		width: auto;
		max-width: unset;
	}
}
@media (min-width: 1250px) {
	#blockcart-modal .modal-body .modalBodyContainer {
		flex-direction: row;
	}
	#blockcart-modal .divide-left .cart-content {
		justify-content: center;
	}
	#blockcart-modal .divide-right .nameAndPriceContainer {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

/* CART PAGE */

#cart .cart-grid, #checkout .cart-grid {
	display: flex;
	justify-content:center;
	align-items: flex-start;
}
#cart .cart-grid::after {
	display: none;
}

#cart #main .cart-grid, #checkout #main .cart-grid {
	padding: 3rem;
}


#cart .card.cart-container {
	
}
#cart .card.cart-container {
	border: none;
}
#cart .cart-overview.js-cart {
	padding: 0;
}
#cart .cartListHeader {
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
	background-color: #4C4B4D;
}
#cart .cartListHeader p {
	color: white;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}

#cart .cart-item  {
	border-bottom: solid 2px #a4987848;
}
#cart .cart-item .product-line-grid {
	display: flex;
	justify-content: space-between;
}
#cart .cart-item .product-line-grid  .cartTableColl {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#cart .cart-item .product-line-grid  .cartTableColl:first-child {
	width: 30%;
}

#cart .cart-item .product-line-grid  .cartTableColl.imageAndNameCartLine {
	justify-content: flex-start;
	
}
#cart .cart-item .product-line-grid  .cartProductName {
	font-size: 20px;
	color: #4C4B4D;
	font-weight: 700;
}

#cart .cart-item .product-line-grid  .qty {
	display: flex;
}

#cart .cart-item .product-line-grid  .remove-from-cart i {
	content: url('../img/logo-poubelle.svg');
} 
#cart .cart-item .product-line-grid  .remove-from-cart i:hover {
	opacity: .5;
} 

#cart .cart-item .product-line-grid  .current-price .price, 
#cart .cart-item .product-line-grid  .price .product-price {
	color: #AFA380;
}

#cart .qty input {
	margin: auto;
}

.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
#cart .qty .input-group.bootstrap-touchspin{
	width: 170px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border: solid 1px #AFA380;
	position: relative;
	display: flex;
}

#cart .qty .input-group.bootstrap-touchspin .input-group-btn-vertical{
	position: absolute;
	width: 100%;
	height: 100%;
	flex-direction: row-reverse;
	display: flex;
	justify-content: space-between;
}
#cart .qty .input-group.bootstrap-touchspin .input-group-btn-vertical button{
	width: 10%;
	height: 100%;
	width: 30%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cart .qty .input-group.bootstrap-touchspin .input-group-btn-vertical button:hover{
	background-color: #A49878;
	color: white;
	opacity: .7;
}
#cart .qty .input-group.bootstrap-touchspin .input-group-btn-vertical button i {
	height: fit-content;
	width: fit-content;
	position: relative;
	top: unset;
	left: unset;
	font-size: unset;
	font-family: unset;
}


#cart .qty .input-group.bootstrap-touchspin .input-group-btn-vertical button .touchspin-down::after {
	content: "-";
	font-size: 22px;
	font-weight: 700;
}
#cart .qty .cart-line-product-actions {
	width: 40px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


#cart .qty .input-group.bootstrap-touchspin .input-group-btn-vertical button .touchspin-up::after {
	content: "+";
	font-size: 20px;
	font-weight: 700;
}

#cart .checkout.cart-detailed-actions.disabled .text-sm-center{
	opacity: .5;
	cursor:not-allowed;
	position: relative;
}
#cart .checkout.cart-detailed-actions .cartAllerteMessage{
	display: none;
}
#cart .checkout.cart-detailed-actions.disabled .cartAllerteMessage{
	display: block;
	margin-top: 1rem;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: left;
}


#cart .checkout.cart-detailed-actions.disabled .text-sm-center *{
	pointer-events: none;
}

#cart .checkout.cart-detailed-actions {
	width: 100%;
	margin: 2rem 0;
}
#cart .checkout.cart-detailed-actions a{
	background-color: #AFA380;
	border: 2px solid white;
	font-size: 14px;
	color: white;
	font-family: "Biondi";
	padding: 1rem 3rem;
	line-height: 1;
	margin: 0 auto;
}

@media (max-width: 1250px) {
	#cart .qty .input-group.bootstrap-touchspin {
		width: 100px;
	}

}
@media (max-width: 768px) {
	#cart .cart-item .product-line-grid img {
		height: 90px;
		width: auto;
	}
	#cart .cart-item .product-line-grid .cartProductName {
		font-size:15px
	}
	#cart .product-price {
		font-size: 13px;
	}
}
@media (min-width: 991px) {
	#cart .cart-grid-right .cart-summary{
		border: solid 6px #A49878;
	}
	#checkout .cart-grid-right #js-checkout-summary {
		margin: 0;
	}
	#cart .cart-grid-right .separator {
		width: 80%;
		margin: 0 auto;
	}
	
}
@media (min-width: 768px) {
	#cart .cart-grid .cart-grid-body {
		max-width: 1225px;
		margin-right: 2rem;
		width: 100%;
	}
	#checkout .cart-grid .cart-grid-body {
		max-width: 1225px;
		margin-right: 2rem;
		width: 70%;
	}
	#cart .cart-grid .cart-grid-right, #checkout .cart-grid .cart-grid-right  {
		width: 300px;
	}
}
.cart-summary-line {
	position: relative;
}
.cart-summary-line .label, .cart-summary-line .value {
	position: relative;
	z-index: 1;
	background-color: white;
}
.cart-summary-line .label{
	padding: 0 .3rem 0 0;
}
.cart-summary-line .value  {
	padding: 0 0 0 .3rem;

}
.dotContainer {
	border-bottom: 1px dotted black;
	width: 100%;
	position: absolute;
	bottom: 0.6rem;
	left: 0;
}

#cart .dislpayDesktop {
	display: flex !important;
}
#cart .displayMobil {
	display: none !important;
}
@media (max-width: 991px) {
	#cart .checkout.cart-detailed-actions div {
		text-align: center;
	}
	#cart .checkout.cart-detailed-actions.disabled .cartAllerteMessage{
		width: 80%;
		margin: 0 auto;
		margin-top: 2rem;
		padding: 1rem;
		background-color: white;
		box-shadow: 0 0 26px rgb(0 0 0 / 16%);

	}
	#cart .card-block{
		padding: 0;
	}
	#cart #main .cart-grid {
		margin: 1rem;
		padding: 0;
		box-shadow: 0 0 26px rgba(0, 0, 0, 0.16);
		background-color: white;
	}
	#cart .dislpayDesktop {
		display: none !important;
	}
	#cart .displayMobil {
		display: flex !important;
	}
	#cart .card {
		box-shadow: none;
		border: none;
		margin: 0;
	}
	#cart .cart-detailed-totals, #cart .cart-grid-body {
		background-color: white;
	}
	#cart .cart-grid .cart-grid-right, #checkout .cart-grid .cart-grid-right {
		width: 300px;
		margin: 1rem auto 0 auto ;
		background-color: white;
	}
	#cart .cart-item {
		width: 300px;
		margin: 1rem auto 0 auto;
		background-color: white;
	}
	#cart .cart-grid .cart-grid-right .cart-detailed-totals .cart-summary-line.cart-total span{
		font-weight: 700;
	}

	#cart .separator {
		display: none;
	}
	#cart .cart-grid, #checkout .cart-grid {
		flex-direction: column;
	}
	#cart .cart-grid .cart-grid-body, #checkout .cart-grid .cart-grid-body  {
		width: 100%;
		margin: 0;
	}
	#cart .card.cart-container {
		margin: 0;
	}
	#cart .product-price { 
		margin-bottom: 0;
	}
	#cart .cartListHeader{
		display: none;
	} 
	
	#cart .qty input {
		height: 30px;
		padding: 0;
	}
	
	.productPreviewModal .form-control, .productPreviewModal .qty, #cart .cartTableColl .qty {
		height: 30px;
	}
	
	#cart .displayMobil .cartTableColl.imageAndNameCartLine {
		flex-direction: column;
	}
	#cart .cart-item .product-line-grid .cartTableColl.imageAndNameCartLine {
		align-items: flex-start;
		justify-content: space-between;
	}
	
	#cart .displayMobil .cart-line-product-actions {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 1rem;
	}
	#cart .cart-item .product-line-grid .cartTableColl {
		width: 100%;
	}
	#cart .cart-item .product-line-grid .cartTableColl .product-line-info {
		margin-bottom: .4rem;
	}
	#cart .cart-item .product-line-grid .cartTableColl .product-line-info .product-line-info {
		margin-bottom: 0;
	}
	.cart-summary-line {
		display: flex;
		justify-content: space-between;
		margin-bottom: 1rem;
		position: relative;
	}
	
	.cart-summary-line:after, .card-block:after {
		display: none;
	}
}
@media (max-width: 350px) {
	#cart .cart-item , #cart .cart-grid .cart-grid-right, #checkout .cart-grid .cart-grid-right{
		width: 280px;
	}
	#cart .cart-grid .cart-grid-right, #checkout .cart-grid .cart-grid-right{
		padding: 0 1rem;
	}
}

/* CHECKOUT */



body#checkout #header .header-nav .logo {
	max-height: unset;
}


#checkout .cart-grid-right {
	border: solid 6px #A49878;
}
.blockreassurance_product {
	display: none;
}
body#checkout .btn-primary {
	background-color: #A49878;
	border: 2px solid white;
	font-size: 14px;
	color: white;
	font-family: "Biondi";
	padding: 1rem 3rem;
	line-height: 1;
}
body#checkout .btn-primary:focus {
	outline-color: #A49878;
}

body#checkout #checkout-personal-information-step p{
	text-align: center;
}
body#checkout section.checkout-step .address-item.selected {
	border-color: #A49878;
}
body#checkout .custom-radio input[type=radio]:checked+span {
	background-color: #A49878;
}
body#checkout #checkout-personal-information-step a{
	color: #A49878;
	font-weight: 700;
}

#checkout .cart-grid-body section{
	margin-bottom: 3rem;
}

#checkout .cart-grid-body section .step-title .step-number {
	display: none;
}

#checkout .cart-grid-body section .step-title {
	text-align: center;
	position: relative;
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
	left: 0;
	position: absolute;
	top: 0;
	color: #A49878;
}

#checkout .cart-grid-body section .step-title .step-edit{
	right: 0;
	position: absolute;
	top: 0;
	color: #A49878;
}

#checkout .js-address-form .form-fields{
	display: grid;
	  grid-template-columns: repeat(6, 1fr);

}

#checkout .js-address-form .form-fields label{
	display: none;
}

#checkout .js-address-form .form-group{
	order: 3;
	grid-column: span 3;
	width: 90%;
	height: 70px;
	margin: auto;
}

body#checkout section.checkout-step {
	border: none;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
}

#checkout .cart-grid-body  .step-title.h3  {
	font-family: "Biondi";
	color: #AFA380;
}
#checkout .js-current-step  .step-title.h3  {
	font-weight: normal;
	color: #AFA380;
	font-family: "Biondi";
	font-size: 52px;
}
#checkout .js-address-form form input:focus {
	outline: 0.1875rem solid #A49878;
	
}
#checkout .js-address-form .form-footer  {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
#checkout .js-address-form form p {
	text-align: center;
	margin: 1rem;
}
#checkout .js-address-form .form-group .form-control {
	border: solid 2px #A49878;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.16);
	background-color: white;
}
#checkout .js-address-form .form-group .form-control::placeholder {
	color: #A49878;
}

#checkout .js-address-form .formRow-firstname, 
#checkout .js-address-form .formRow-lastname,
#checkout .js-address-form .formRow-id_country {
	order: 1;
	grid-column: span 2;
	width: 95%;
}
#checkout .js-address-form .formRow-company,
#checkout .js-address-form .formRow-vat_number,
#checkout .js-address-form .formRow-address1,
#checkout .js-address-form .formRow-address2,
#checkout .js-address-form .formRow-postcode,
#checkout .js-address-form .formRow-city,
#checkout .js-address-form .formRow-phone {
	order: 2;
	grid-column: span 3;
	width: 95%;
	
}

#checkout .js-address-form .use_same_address  {
	display: flex;
	align-items: center;
	margin: 0;
}
#checkout .js-address-form .use_same_address label {
	display: block;
	margin: 0 0 0 .3rem;
	text-align: center;
}
#checkout .js-address-form .form-control-comment {
	padding-top: 0;
}
@media (max-width: 767px) {
	body#checkout #header .header-nav {
		max-height: unse;
		padding-top: 10px;
		padding-bottom: 10px;	
	}
	body#checkout .card-block {
		padding: 1.25rem;
	}
}

@media (max-width: 991px) {
	#checkout #main .cart-grid .cart-grid-right {
		margin-bottom: 3rem;
	}
	#checkout #main #js-checkout-summary {
		margin-bottom: 0;
	}
	#checkout #main .cart-grid {
		flex-direction: column-reverse;
	}
}

@media (max-width: 600px) {
	#checkout .js-address-form .form-fields {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* order-confirmation */
#order-confirmation #main{
	margin-top: 4rem;
}

#order-confirmation h3 {
	font-family: "Biondi";
	color: #AFA380;
	font-size: 22px;
}
#order-confirmation #flex-home #content-hook_order_confirmation,#order-confirmation #content,#order-confirmation #content-hook_payment_return {
	padding: 1.5rem;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	max-width: 1500px;
}
#order-confirmation #content-hook_payment_return {
	margin-bottom: 4rem;
}
#order-confirmation #order-items {
	border: none;
}
#order-confirmation .imgCOntainer , #order-confirmation .totalContainer {
	width: 10%;
}
#order-confirmation .order-confirmation-table .qty {
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#order-confirmation .order-confirmation-table .qty .details {
	display: flex;
	flex-direction: column;
}
#order-confirmation .order-confirmation-table .qty div {
	width: 33%;
}
#order-confirmation .order-confirmation-table .totalContainer {
	display: flex;
	align-items: center;
	justify-content: center;
}
#order-confirmation .productLine {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-top: solid 2px #a4987848;
	padding: 2rem .4rem 0 .4rem;
}

#order-confirmation .cart-summary-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#order-confirmation .card {
	box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
	background-color: white;
}
#order-confirmation .productLine:first-child {
	border: none;
}

#order-confirmation #flex-home .card-block .card-title, #order-confirmation #flex-home .card-block p{ 
	text-align: center;
}
.cart-summary-line:after {
	display: none;
}
#order-confirmation .invoceCostDetails {
	margin: 3rem 0;
}
#order-confirmation #order-details {
	width: 50%;
	min-width: 260px;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 768px) {
	#order-confirmation #content{
		padding-left: 0;
		padding-right: 0;
		font-size: 12px;
	}
	#order-confirmation .order-confirmation-table .qty {
		flex-direction: column;
		width: 50%;
		text-align: center;
	}
	#order-confirmation .order-confirmation-table .qty .details {
		align-items: center;
	}
	#order-confirmation .totalContainer {
		width: 20%;
	}
	#order-confirmation .order-confirmation-table .qty div {
		width: fit-content;
	}
	#order-confirmation .invoceCostDetails {
		width: 80%;
		margin: 0 auto;
	}
	#order-confirmation .imgCOntainer {
		width: 20%;
	}
	#order-confirmation #order-items {
		padding: 0;
	}
	#order-confirmation #content-hook_payment_return dl dt {
		flex: 0 0 50%;
	}
	#order-confirmation #flex-home  #content-hook_payment_return .card-block p{
		text-align: justify;
	}
}

a.sdev-category {
	pointer-events: none;
}

#category-10 {
	cursor: pointer;
}
.featGlobalInfo {
	padding: 0 1rem;
	max-width: 740px;
	margin: 0 auto;
}
@media screen and (max-width: 450px) {
	.featured-products .products-section-title {
		font-size: 32px;
	}
}
.input-radio:checked+span {
	border-color: white;
	color: white;
	background-color: #afa380;
}

.product-variants li,.product-variants li label, .product-variants li label .radio-label {
	width: 100%;
	text-align: center;
}
.payment-options  .payment-option label span {
	float: none;
	display: block;
	text-align: left;
}
.payment-options  .payment-option label img {
	max-width: 100%;
	height: auto;
	max-height: 100px;
	display: block;
	float: none;
}

.holiday-banner {
	background-color: #4C4B4E;
	color: white;
	text-align: center;
	padding: 8px 0;
	margin: 0;
}