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

/* ******************* Général ******************* */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: normal;
}

.text-primary {
	color: #122E51 !important;
}

.btn {
	border-radius: 0px 50px 50px 40px;
	padding: 20px 34px;
	text-transform: none;
	font-weight: 600;
	line-height: 1;
	font-size: 16px;
}

.btn.btn-primary {
	color: #122E51;
}

body .btn-primary:hover,
body .btn.btn-primary:hover {
	background-color: #334E5F;
}

.add-to-cart {
	color: #1B2F3C;
}

body .add-to-cart:hover {
	background-color: #1B2F3C;
}

.btn.btn-secondary {
	border: 1px solid rgba(18, 46, 81, 0.50);
	background-color: transparent;
	padding: 12px 25px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #122E51;
}

.btn.btn-secondary:hover {
	background-color: #334E5F;
}

.btn-info {
	background-color: #F6915D;
	border-color: #F6915D;
	color: #fff;
}

.btn-info:hover {
	background-color: #FAEA73;
	border-color: #FAEA73;
}

.text-info {
	color: #F6915D !important;
}

.alert-info {
	background-color: #F6915D;
	border-color: #F6915D;
	color: #fff;
}

.light-box-bg {
	border: none;
	box-shadow: 0px 4px 8px 0px rgba(61, 41, 28, 0.07);
}

#wrapper {
	padding-bottom: 252px;
	overflow: hidden;
	background: linear-gradient(180deg, #FCF5BC 15%, rgba(252, 245, 188, 0.50) 100%);
	position: relative;
}

#wrapper:before {
	content: "";
	display: block;
	width: 1191.77px;
	height: 2049px;
	background: url("../img/theo-contour.svg") no-repeat center center;
	background-size: auto;
	background-size: contain;
	position: absolute;
	left: -320px;
	top: -126px;
	z-index: 0;
}

#wrapper>* {
	position: relative;
}

.breadcrumb-wrapper {
	background: none;
	color: rgba(61, 41, 28, 0.70);
	padding: 0 5%;
	margin-bottom: 0;
}

.breadcrumb {
	padding: 9px 0 4px;
}

.shadow-box {
	box-shadow: 0px 10px 20px 0px rgba(61, 41, 28, 0.07);
	border-radius: 10px;
}

/* ******************* Header ******************* */
#header {
	z-index: 99;
	position: relative;
}

#header .header-event-banner {
	background: rgba(252, 245, 188, 0.50);
}

#header .header-event-banner .header-event-banner-wrapper {
	padding: 1px 0 2px;
}

#header .header-event-banner .header-event-banner-wrapper img {
	margin-right: 7px;
	vertical-align: text-top;
}

#header .main-header {
	padding-bottom: 15px;
	padding-top: 15px;
}

#header .desktop-header-version .main-header .container {
	max-width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}

#header .desktop-header-version .display-top>div {
	order: 1;
}

#header .desktop-header-version .display-top>div.searchbar-wrapper {
	order: 0;
	margin-left: 0;
	width: 400px;
	max-width: 33%;
	margin-right: auto;
}

.desktop-header-version .search-widget {
	width: 100%;
}

.search-widget form input[type="text"] {
	height: 50px;
	margin-left: -1px;
	padding-left: 5%;
	padding-right: 53px;
	border-radius: 30px;
	border-color: rgba(27, 47, 60, 0.10);
	font-size: 16px;
	font-family: Roboto;
}

.search-widget form [type="submit"] {
	border-radius: 0 30px 30px 0;
	height: 50px;
	width: 53px;
	background-color: transparent;
	color: #000;
	background: url("../img/search-loupe.svg") no-repeat center center !important;
}

.search-widget form [type="submit"] i {
	display: none;
}

#header .desktop-header-version .header-logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.wishlist-header-link a {
	color: #122E51;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.wishlist-header-link a:hover {
	color: #F6915D;
}

.wishlist-header-link a:before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 20px;
	background: url("../img/wishlist-icon.svg") no-repeat center center;
	background-size: contain;
	vertical-align: sub;
	margin-right: 8px;
}

.user-info .account-link {
	border: none;
	border-radius: 0;
}

.user-info .account-link>a .material-icons {
	font-size: 0 !important;
	background: url("../img/account-picto.svg") no-repeat center center;
	width: 16px;
	height: 21px;
	margin-right: 14px;
}

.user-info .account-link>a {
	color: #122E51;
	font-weight: 500;
}

.user-info .dropdown-customer-account-links .dropdown-menu {
	border: none;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.user-info .dropdown-customer-account-links .logout {
	border-color: rgba(27, 47, 60, 0.10);
	color: #F6915D;
}

.cart-preview .cart-header .cart-link {
	border-radius: 0px 50px 50px 40px;
	border-width: 2px;
	padding: 14px 18px;
	color: #122E51;
}

.cart-preview .cart-header .cart-link:hover {
	background-color: #334E5F;
	border-color: #334E5F;
	color: #fff;
}

.cart-preview .cart-header .cart-design .fa-shopping-basket {
	font-size: 0;
	background: url("../img/panier-icon.svg") no-repeat center center;
	width: 26px;
	height: 28px;
	display: block;
}

.cart-preview .cart-header .cart-link:hover .cart-design .fa-shopping-basket {
	background-image: url("../img/panier-icon-light.svg");
}

.cart-preview .cart-header .cart-products-count {
	left: auto !important;
	top: 1px;
	right: -3px;
	background-color: #fff !important;
	color: #122E51;
	font-size: 9px;
	font-weight: 600;
	height: 13px;
	width: auto;
	line-height: 13px;
	padding: 0 3.5px;
}

.cart-preview .cart-header .cart-link>span.cart-total-value {
	padding: 0 14px;
	align-self: center;
	font-size: 16px;
	font-weight: 600;
}

header#header .header-bottom {
	background-color: #fff;
	border-top: 1px solid rgba(27, 47, 60, 0.10);
}

#header-main-menu .container {
	max-width: 100%;
}

#amegamenu .anav-top {
	margin: 0;
}

#amegamenu .anav-top .amenu-item {
	margin: 0 0.26vw;
}

.anav-top .amenu-link {
	text-transform: none;
	font-weight: 600;
	font-size: 16px;
	padding: 18px 0.73vw !important;
}

#amegamenu .anav-top .amenu-item.plex .amenu-link:after {
	content: "";
	display: inline-block;
	background: url("../img/menu-fleche-down.svg") no-repeat center center;
	width: 20px;
	height: 20px;
	margin-left: 0.42vw;
}

#amegamenu .anav-top .adropdown .aitem {
	padding: 15px 5px;
}

#header .sticky-icon-cart .cart-link {
	border-radius: 0px 50px 50px 40px;
	background: #FAEA73 url("../img/panier-icon.svg") no-repeat center center;
	background-size: 48%;
	width: 50px;
	height: 42px;
}

#header .sticky-icon-cart .cart-link:hover {
	background-color: #334E5F;
	background-image: url("../img/panier-icon-light.svg");
	color: #fff;
}

#header .sticky-icon-cart .cart-design {
	display: block;
}

#header .sticky-icon-cart .fa-shopping-basket {
	display: none;
}

#header .sticky-icon-cart .cart-products-count {
	background-color: #fff !important;
	color: #122E51;
	font-size: 8px;
	height: 13px;
	line-height: 13px;
	font-weight: 600;
	top: 0;
	width: 13px;
	left: auto;
	right: 0px;
}

/* ******************* Accueil ******************* */
#index #wrapper {
	padding-bottom: 0;
}

#index #wrapper::before {
	display: none;
}

.reassurance-accueil {
	position: absolute !important;
	z-index: 9;
	width: 100%;
	background: rgba(61, 41, 28, 0.30);
	color: #fff;
}

.reassurance-accueil ul {
	display: flex;
	justify-content: center;
	column-gap: 6%;
}

.reassurance-accueil li {
	padding: 8px 0;
	display: flex;
	align-items: center;
}

.reassurance-accueil img {
	margin-right: 20px;
}

.aone-slideshow {
	margin-top: 0;
	margin-bottom: 0;
}

.aone-slideshow .nivoSlider:after,
.aone-slideshow .a-banner:after {
	content: "";
	display: block;
	width: 100%;
	height: 67px;
	background: url("../img/carrousel-arrondi-bottom.svg") no-repeat center bottom;
	position: absolute;
	bottom: -1px;
	z-index: 5;
	background-size: contain;
}

.aone-slideshow .nivo-caption {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	/* padding-bottom: 62px; */
	padding-bottom: 3vw;
	flex-direction: column;
}

.aone-slideshow .nivo-caption .caption-wrapper {
	width: 386px;
	max-width: 100%;
	height: auto;
	display: block;
}

.aone-slideshow .nivo-caption .caption-wrapper .caption-content {
	border-radius: 223px 223px 0px 0px;
	border: 10px solid #FCF5BC;
	border-bottom: none;
	display: flex;
	/* padding: 52px 25px 30px; */
	padding: 3vw 25px 1.7vw;
	flex-direction: column;
	justify-content: center;
}

.aone-slideshow .nivo-caption .caption-content h2 {
	font-family: Oregano;
	font-size: 30px;
	font-weight: 400;
	line-height: 120%;
	/* 36px */
	text-transform: none;
	text-align: center;
	text-shadow: 0px 5.951px 5.951px rgba(0, 0, 0, 0.25);
	letter-spacing: normal;
}

.aone-slideshow .nivo-caption .caption-content h2:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 44px;
	height: 45px;
	background: url("../img/slider-accueil-monastere.svg") no-repeat center center;
	margin-bottom: 22px;
}

.aone-slideshow .slide-products-related {
	position: initial;
	transform: none;
	border-radius: 0;
	width: 386px;
	max-width: 100%;
}

.aone-slideshow .slide-products-related .slide-products-related-list {
	background-color: #FCF5BC;
	opacity: 1;
	padding-bottom: 0.5vw;
}

.aone-slideshow .slide-products-related .product-item .product-container {
	display: flex;
	padding: 16px 15px 12px 28px;
	justify-content: center;
	align-items: center;
	gap: 18px;
}

.aone-slideshow .slide-products-related .product-item+.product-item .product-container {
	padding-top: 0;
}

.aone-slideshow .slide-products-related .product-item .product-container .product-thumbnail {
	width: 103px;
	height: auto;
	border-radius: 100%;
	overflow: hidden;
}

.aone-slideshow .slide-products-related .product-item .product-name {
	font-size: 16px;
	padding: 0;
	text-align: left;
	flex: auto;
}

.aone-slideshow .slide-products-related .product-price-and-shipping {
	display: none !important;
}

.aone-slideshow .nivoSlider .nivo-directionNav {
	max-width: 100%;
	width: 599px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}

.aone-slideshow .nivoSlider .nivo-directionNav .nivo-nextNav,
.aone-slideshow .nivoSlider .nivo-directionNav .nivo-prevNav {
	opacity: 1;
	width: 64px;
	height: 64px;
	background: #fff url("../img/carrousel-fleche-right.svg") no-repeat center center;
	border-radius: 50%;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	top: auto;
	bottom: 81px;
}

.aone-slideshow.theme-default:hover .nivo-directionNav a {
	opacity: 1;
}

.aone-slideshow.theme-default:hover .nivo-directionNav a:hover {
	transform: scale(1.1);
}

.aone-slideshow .nivoSlider .nivo-directionNav .nivo-prevNav {
	background-image: url("../img/carrousel-fleche-left.svg");
}

.aone-slideshow .nivoSlider .nivo-directionNav .nivo-nextNav .fa,
.aone-slideshow .nivoSlider .nivo-directionNav .nivo-prevNav .fa {
	display: none;
}

.home-blocks-top {
	border-radius: 0px 0px 20px 20px;
	background: linear-gradient(180deg, #FCF5BC 0%, rgba(252, 245, 188, 0.50) 100%);
	position: relative;
	overflow: hidden;
	margin-top: -1px;
}

.home-blocks-top::before {
	content: "";
	display: block;
	width: 1191.77px;
	height: 2049px;
	background: url("../img/theo-contour.svg") no-repeat center center;
	background-size: contain;
	position: absolute;
	left: -320px;
	top: 28px;
	z-index: 0;
}

.home-blocks-top .container {
	max-width: 100%;
	padding: 10px 5% 60px;
	position: relative;
	z-index: 1;
}

.home-titres {
	color: #F6915D;
	text-align: center;
	font-family: Oregano;
	font-size: 28px;
	font-weight: 400;
	width: 690px;
	max-width: 100%;
	margin: 0 auto 50px;
}

.home-titres h2 {
	color: #1B2F3C;
	font-family: Montserrat;
	font-size: 45px;
	font-weight: 600;
	letter-spacing: -1.8px;
	margin-top: 20px;
}

.aone-tabs .nav-tabs {
	margin-bottom: 0;
}

.nav-tabs .nav-item {
	margin: 0 10px;
}

.aone-tabs .nav-tabs .nav-item .nav-link {
	background: rgba(155, 146, 76, 0.40);
	border-radius: 5px 30px 0px 0px;
	text-transform: none;
	font-size: 24px;
	line-height: inherit;
	letter-spacing: normal;
	padding: 21px 35px 15px 35px;
	opacity: 0.25;
	transition: 300ms all;
}

.aone-tabs .nav-tabs .nav-item .nav-link:hover,
.aone-tabs .nav-tabs .nav-item .nav-link.active {
	background: #FFF;
	opacity: 1;
}

.aone-tabs .nav-tabs .nav-item .nav-link:before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 26px;
	background: url("../img/home-tabs-title-selection.svg") no-repeat center center;
	background-size: contain;
	margin-right: 3px;
	vertical-align: sub;
}

.aone-tabs .nav-tabs .nav-item:nth-child(2) .nav-link:before {
	background-image: url("../img/home-tabs-title-nouveautes.svg");
}

.aone-tabs .tab-content {
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 8px 0px rgba(61, 41, 28, 0.07);
	padding: 40px 0 20px;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
	background: url("../img/slider-fleche-left.svg") no-repeat center center;
	background-size: contain;
	width: 16px;
	height: 28px;
	left: 3vw;
	top: 50%;
	opacity: 1;
}

.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
	display: none;
}

.slick-slider .slick-next:hover,
.slick-slider .slick-prev:hover {
	transform: scale(1.5);
}

.slick-slider .slick-next {
	background-image: url("../img/slider-fleche-right.svg");
	left: auto;
	right: 3vw;
}

#index .main-content {
	background-color: #fff;
	padding-top: 100px;
}

@media (min-width: 992px) {
	#index .main-content>.container {
		max-width: none;
	}

	#index .main-content #content-wrapper {
		padding: 0;
	}

	.texte-presentation-accueil {
		padding-left: 6.5%;
		padding-right: 6.5%;
	}

	.texte-presentation-moine {
		width: 12%;
		padding-top: 59px;
	}

	.home-blocks-middle .texte-presentation-projet {
		padding-top: 48px;
	}
}

.home-blocks-middle .texte-presentation-projet h2 {
	font-size: 34px;
	margin-bottom: 25px;
	line-height: normal;
}

.texte-presentation-boutique {
	font-size: 16px;
	line-height: 1.56;
	padding-right: 35px;
}

.texte-presentation-boutique input {
	opacity: 0;
	position: absolute;
	pointer-events: none;
}

.texte-presentation-boutique p {
	font-size: 16px;
	line-height: 1.56;
	opacity: 70%;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 17px;
}

.texte-presentation-boutique input:focus~label {
	outline: -webkit-focus-ring-color auto 5px;
}

.texte-presentation-boutique input:checked+p {
	-webkit-line-clamp: unset;
}

.texte-presentation-boutique input:checked~label {
	display: none;
}

.texte-presentation-boutique h3 {
	color: #F6915D;
	font-family: Oregano;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 15px;
}

.texte-presentation-monastic {
	color: #3D291C;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	line-height: 1.72;
}

.texte-presentation-monastic div {
	border-radius: 0px 350px 350px 350px;
	background: rgba(245, 143, 91, 0.1);
	padding: 54px 29px 17px;
	margin-top: -40px;
}

.texte-presentation-monastic h3 {
	color: #72381F;
	font-family: Oregano;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 0.89;
	margin-bottom: 14px;
}

@media (min-width: 992px) {
	.texte-presentation-monastic {
		width: 21%;
	}
}

.valeurs-accueil {
	margin-top: 95px;
	color: #fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
}

.valeurs-accueil>div>.row>div {
	height: 402px;
	position: relative;
	flex-direction: column-reverse;
	display: flex;
	justify-content: space-between;
	padding: 8px 20px 10px;
	transition: 300ms all;
	overflow: hidden;
}

.valeurs-accueil>div>.row>div:hover {
	padding-top: 38px
}

.valeurs-accueil>div>.row>div:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: 300ms all;
}

.valeurs-accueil>div>.row>div:hover:before {
	opacity: 1;
}

.valeurs-accueil>div>.row>div>* {
	position: relative;
	z-index: 1;
}

.valeurs-accueil img {
	position: absolute !important;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	z-index: 0 !important;
	transition: all 300ms ease-out;
	max-width: none;
}

.valeurs-accueil>div>.row>div:hover img {
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	top: -20px;
	left: -20px;
}

.valeurs-accueil h3 {
	color: #FFF;
	font-family: Oregano;
	font-size: 55px;
	font-weight: 400;
	line-height: 0.75;
	margin-bottom: 0;
}

.valeurs-accueil p {
	max-width: 160px;
	opacity: 0;
	transition: 300ms all;
}

.valeurs-accueil>div>.row>div:hover p {
	opacity: 1;
}

.aone-suppliers .title-block {
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	line-height: normal;
	text-transform: none;
	padding-top: 50px;
	letter-spacing: normal;
}

.aone-suppliers .title-block:before {
	content: "";
	display: block;
	width: 138px;
	height: 140px;
	z-index: 0;
	background: url("../img/monasteres-slider-image.png") no-repeat center center;
	background-size: contain;
	margin: 0 auto;
}

.aone-supplier-txt {
	color: rgba(61, 41, 28, 0.7);
	text-align: center;
	font-size: 16px;
	line-height: 1.56;
	margin-bottom: 25px;
}

.supplier-base {
	padding: 5px 10px;
	text-align: center;
}

.supplier-base .logo img {
	border-radius: 5px;
	box-shadow: 0px 4px 11px 0px rgba(61, 41, 28, 0.20);
	margin: auto;
	transition: all .3s;
	max-height: 200px;
	object-fit: contain;
	background-color: #fff;
}

.supplier-base .logo a:hover img {
	filter: brightness(75%);
}

.supplier-base .middle-side {
	margin-top: 10px;
}

.supplier-list {
	margin: 0 -10px;
}

.supplier-list .supplier-base {
	flex: 0 0 auto;
	width: 50%;
}

@media(min-width:576px) {
	.supplier-list .supplier-base {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
}

@media(min-width:768px) {
	.supplier-list .supplier-base {
		flex: 0 0 auto;
		width: 25%;
	}
}

@media(min-width:992px) {
	.supplier-list .supplier-base {
		flex: 0 0 auto;
		width: 20%;
	}
}

@media(min-width:1220px) {
	.supplier-list .supplier-base {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
}

.supplier-list.slider-mode {
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
}

.supplier-list.slider-mode.slick-slider {
	display: block;
	overflow: visible;
}

.supplier-list.slider-mode.slick-slider .supplier-base {
	flex: 0 1 auto !important;
	max-width: none !important;
}

.supplier-list.list-mode {
	display: flex;
	flex-wrap: wrap;
}

.supplier-list.list-mode .supplier-base {
	margin-bottom: 10px;
}

@media(max-width:575.98px) {
	.supplier-list {
		margin: 0 -5px;
	}

	.supplier-list.list-mode .supplier-base {
		margin-bottom: 0;
	}

	.supplier-base {
		padding: 5px;
	}
}

.aone-suppliers {
	position: relative;
	background: url("../img/monasteres-slider_motif-feuille.png") no-repeat bottom 20px center;
	padding-bottom: 150px;
}

.aone-suppliers:before {
	content: "";
	position: absolute;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: -50vw;
	left: 50%;
	top: 0;
	background: rgba(252, 245, 188, 0.50) url("../img/monasteres-bg-bottom.jpg") no-repeat bottom center;
}

.aone-suppliers>.block {
	position: relative;
}

.aone-suppliers .slick-slider {
	padding: 0 4vw;
}

.aone-suppliers .slick-arrow {
	opacity: 1;
	width: 64px;
	height: 64px;
	background: #fff url("../img/carrousel-fleche-right.svg") no-repeat center center;
	border-radius: 50%;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	top: 50%;
	right: 0;
}

.aone-suppliers .slick-arrow:hover {
	transform: scale(1.1);
}

.aone-suppliers .slick-prev {
	background-image: url("../img/carrousel-fleche-left.svg");
	right: auto;
	left: 0;
}

.aone-suppliers .slick-slider {
	/* margin-bottom:100px; */
}

.aone-suppliers .slick-track {
	/* align-items:center; */
}

.supplier-mobile-slider {
	-ms-overflow-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: left;
	margin-right: 0;
	overflow-x: scroll;
	overflow-y: hidden;
	scrollbar-width: none;
	touch-action: auto;
}

.supplier-mobile-slider::-webkit-scrollbar {
	display: none;
}

.supplier-mobile-slider .supplier-base {
	flex: 0 1 auto !important;
	max-width: none !important;
	min-width: 45%;
}

@media(min-width:768px) {
	.supplier-mobile-slider .supplier-base {
		min-width: 30%;
	}
}

.page_home.ybc_block_default .title_blog {
	color: #F6915D;
	text-align: center;
	font-family: Oregano;
	font-size: 28px;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
	margin-bottom: 10px;
}

.page_home.ybc_block_default h3 {
	color: #1B2F3C;
	text-align: center;
	font-size: 34px;
	line-height: normal;
	margin-bottom: 44px;
}

.page_home.ybc_block_default .ybc_blog_content_block {
	gap: 20px;
	margin-bottom: 30px;
}

.page_home.ybc_block_default .ybc_blog_content_block_item {
	border-radius: 10px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	flex: 1;
	width: auto;
	display: flex;
	padding: 0;
	overflow: hidden;
}

.page_home.ybc_block_default .ybc_item_img {
	width: auto;
	flex: 47.2%;
}

.page_home.ybc_block_default .ybc_item_img img {
	height: 100%;
	object-fit: cover;
}

.post-date {
	color: #F6915D;
	font-weight: 500;
}

.page_home.ybc_block_default .ybc-blog-latest-post-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 52.8%;
	padding: 15px 9% 20px 6%;
}

.ybc_title_block {
	color: #122E51;
	font-weight: 600;
	text-transform: none;
	padding: 0 0 4px;
}

.blog_description {
	color: rgba(61, 41, 28, 0.49);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.46;
	margin-top: 10px;
}

.read_more {
	font-style: normal;
	margin-top: 15px;
	width: fit-content !important;
}

.page_home.ybc_block_default .view_all_link {
	color: #122E51 !important;
	padding: 20px 34px !important;
}

.page_home.ybc_block_default .view_all_link:hover {
	color: #fff !important;
}

.home-blocks-bottom {
	border-top: 1px solid rgba(61, 41, 28, 0.10);
	background: #FFF;
	color: #1B2F3C;
	font-size: 23px;
	letter-spacing: -0.23px;
	text-transform: uppercase;
	padding: 50px 0 272px;
}

.partenaires-accueil>div>div {
	gap: 30px;
}

/* ******************* Footer ******************* */
#footer {
	background-color: transparent;
	margin-top: -222px;
	position: relative;
}

#footer .footer-main {
	padding: 0;
}

.footer-reassurance {
	background: url("../img/footer-reassurance-bg.png") no-repeat top center;
	background-size: cover;
	padding: 50px 0 45px;
	max-height: 222px;
}

#footer .footer-about-us ul {
	display: flex;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	gap: 3%;
	row-gap: 13px;
	flex-wrap: wrap;
}

.footer-about-us ul li {
	flex: 1;
	color: rgba(61, 41, 28, 0.5);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.46;
	display: flex;
	align-items: center;
}

.footer-about-us ul li>* {
	position: relative;
	z-index: 1;
}

.footer-about-us ul li:before {
	content: "";
	display: block;
	width: 126px;
	height: 126px;
	max-width: 6.75vw;
	max-height: 6.75vw;
	position: absolute;
	background-color: #fff;
	border-radius: 0px 100px 100px 100px;
	z-index: 0;
}

.footer-about-us img {
	margin: 1.6vw 3.075vw 1.6vw 1.85vw;
	max-width: 2.95vw;
}

.footer-about-us ul li strong {
	color: #1B2F3C;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 5px;
	display: inline-block;
}

.footer-content {
	background: url("../img/footer-bg.jpg") no-repeat top center;
	background-size: cover;
	padding-top: 22px;
	position: relative;
	overflow: hidden;
}

#footer .footer-main .footer-left {
	padding: 0;
	position: absolute;
	top: 29px;
	color: #fff;
}

#footer .footer-main .footer-right {
	padding: 0 0 50px;
	color: #fff;
}

.block-newsletter {
	display: flex;
	gap: 60px;
	margin-left: auto;
	margin-bottom: 0;
}

@media (min-width: 1420px) {
	.block-newsletter {
		/* width: 51%; */
		width: 60%;
	}
}

#footer .footer-main .block-newsletter .h4 {
	color: #FAEA73;
	font-family: Oregano;
	font-size: 30px;
	font-weight: 400;
	font-weight: 400;
	text-transform: none;
	white-space: nowrap;
	padding-top: 22px;
}

.block-newsletter .h4:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 37px;
	background: url("../img/newsletter-plume.svg") no-repeat center center;
	margin-right: 15px;
	vertical-align: text-top;
}

.block-newsletter form {
	flex: auto;
}

.block-newsletter .newsletter-form {
	margin-top: 8px;
}

.footer-right .block-newsletter .input-wrapper {
	position: relative;
	background: url(../img/newsletter-enveloppe.svg) no-repeat center left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

#footer .footer-right .block-newsletter .form-control {
	background: transparent;
	border-radius: 0;
	border: none;
	font-size: 16px;
	height: 66px;
	padding-left: 41px;
	max-width: calc(100% - 127px);
}

.footer-right .block-newsletter .input-btn {
	min-width: auto;
	position: absolute;
	right: 0;
	top: 13px;
}

.footer-right .block-newsletter .input-btn .btn {
	background-color: transparent;
	border-radius: 0px 50px 50px 40px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 13px 24px;
	height: auto;
}

.footer-right .block-newsletter .input-btn .btn i {
	display: none;
}

.block-newsletter .newsletter-message {
	margin-left: -50vw;
}

.newsletter-message .conditons {
	opacity: 0.5;
	text-align: right;
}

.footer-menu {
	position: relative;
	padding-top: 66px;
}

.footer-menu:before {
	content: "";
	height: 1px;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.10);
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
	top: 0;
}

#footer .footer-main .footer-menu .h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: none;
	margin-bottom: 35px;
}

.linklist li {
	font-size: 16px;
	padding: 7px 0;
}

.linklist li a::before {
	display: none;
}

.linklist li a:hover {
	color: #FAEA73;
	text-decoration: underline;
}

.avis-verifies-footer a {
	border-radius: 10px;
	padding: 8px;
	background-color: #fff;
	width: 226px;
}

#footer .footer-bottom {
	background-color: transparent;
	font-size: 13px;
	padding: 10px 0;
	color: #fff;
}

.footer-bottom a {
	color: #fff;
}

.footer-bottom a:hover {
	color: #fff;
	text-decoration: underline;
}

.cookie-message .cookie-close-button {
	background: #F6915D;
}

.cookie-message .cookie-close-button:hover {
	background: #72381F;
}

/* ******************* Catégorie ******************* */
#category .breadcrumb-wrapper,
#search .breadcrumb-wrapper,
#best-sales .breadcrumb-wrapper,
#new-products .breadcrumb-wrapper,
#prices-drop .breadcrumb-wrapper {
	position: absolute;
	color: #fff;
	z-index: 1;
}

#category .breadcrumb-wrapper a:hover {
	color: #FAEA73;
}

#category #wrapper:before,
#search #wrapper:before,
#best-sales #wrapper:before,
#new-products #wrapper:before,
#prices-drop #wrapper:before {
	top: 470px;
}

#category .main-content>.container,
#search .main-content>.container,
#best-sales .main-content>.container,
#new-products .main-content>.container,
#prices-drop .main-content>.container {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

#category .main-content>.container>.row,
#search .main-content>.container>.row,
#best-sales .main-content>.container>.row,
#new-products .main-content>.container>.row,
#prices-drop .main-content>.container>.row {
	margin-left: 0;
	margin-right: 0;
}

#category .main-content>.container>.row>#content-wrapper,
#search .main-content>.container>.row>#content-wrapper,
#best-sales .main-content>.container>.row>#content-wrapper,
#new-products .main-content>.container>.row>#content-wrapper,
#prices-drop .main-content>.container>.row>#content-wrapper {
	padding-left: 0;
	padding-right: 0;
}

#js-product-list-header {
	background: #3D291C url('') no-repeat center center;
	background-size: cover;
	/* margin-left: calc((100vw - 1380px) / -2); */
	width: 100vw;
	padding: 30px 5% 67px;
	text-align: center;
	color: #fff;
	position: relative;
	box-shadow: 0 -1px 0px 0px #FCF5BC inset;
}

#js-product-list-header:before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 1px);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 35.81%, rgba(0, 0, 0, 0.50) 100%);
	position: absolute;
	left: 0;
	top: 0;
}

#js-product-list-header:after {
	content: "";
	display: block;
	width: 100%;
	height: 67px;
	background: url("../img/carrousel-arrondi-bottom.svg") no-repeat center bottom;
	background-size: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	background-size: contain;
}

#category h1.page-heading,
#search h1.page-heading {
	text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	font-size: 45px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -1.8px;
	color: #fff;
	text-transform: none;
}

.category-description {
	font-size: 16px;
	line-height: 1.52;
	max-width: 1138px;
	margin: 0 auto;
}

#category h1.page-heading {
	margin-bottom: 4px;
}

.category-description h1,
.category-description h2,
.category-description h3,
.category-description h4 {
	color: #FAEA73;
}

.category-description h2 {
	font-size: 18px;
}

.category-description h3 {
	font-size: 15px;
}

.category-description h4 {
	font-size: 12px;
	text-transform: uppercase;
}

.category-description p {
	text-align: center !important;
}

.category-description p a {
	color: #fff;
	text-decoration: underline;
}

.category-description p a:hover {
	color: #FAEA73;
}

.category-description .descCollapsed .descSmall::after {
	display: none;
}

.category-description .descSmall {
	/* max-height: 75px; */
	max-height: 78px;
}

.category-description .descToggle {
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
}

.category-description .descToggle a {
	background: transparent;
	padding: 0;
	text-decoration: underline;
	color: #fff;
	font-size: 13px;
}

.category-description .descToggle i {
	display: none;
}

.product_list-container-perso {
	display: flex;
}

#left-column {
	display: block;
	background-color: #fff;
	border-radius: 5px 30px 0px 10px;
	/* padding: 19px 30px; */
	padding: 22px 2vw 22px 1.8vw;
	z-index: 1;
	width: 28%;
}

.global-title-column {
	color: #1B2F3C;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 37px;
}

.global-title-column:before {
	content: "";
	width: 18px;
	height: 20px;
	background: url("../img/picto-titre-colonne.svg") no-repeat center center;
	margin-right: 11px;
	display: inline-block;
	vertical-align: bottom;
}

.column-block {
	border: none;
	background-color: transparent;
}

body .column-title,
#left-column .title_blog {
	border: none;
	color: #F6915D;
	font-family: Oregano;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: normal;
	padding: 8px 9px;
	margin-top: 0;
}

.category-tree>ul>li {
	border-bottom: 1px solid rgba(61, 41, 28, 0.15);
	padding-bottom: 12px;
	color: #122E51;
}

.category-tree>ul>li>a {
	color: #122E51;
	font-size: 16px;
	line-height: 1.5;
}

.category-tree>ul>li>a::before {
	display: none;
}

.category-tree>ul>li>a>span {
	margin: 0;
}

.category-tree .collapse-icon {
	font-size: 20px;
	color: #122E51;
	font-weight: 400;
}

#search_filters .facet .facet-title {
	color: #F6915D;
	font-family: Oregano;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	padding: 8px 9px;
}

#search_filters .facet .facet-title i.fa-angle-double-right {
	display: none;
}

#search_filters .facet+.facet {
	border: none;
}

#search_filters .facet .faceted-slider .slider-range.ui-slider-horizontal .ui-slider-range {
	background: #F6915D;
}

#search_filters .facet .faceted-slider .slider-range.ui-slider-horizontal .ui-slider-handle {
	border: 5px solid #F6915D;
	width: 19px;
	height: 19px;
	top: -5px;
	margin-left: -10px;
}

#search_filters .facet .faceted-slider {
	color: rgba(61, 41, 28, 0.60);
	font-weight: 500;
}

#search_filters .facet ul.faceted-checkbox {
	overflow-y: auto;
	max-height: 430px;
	font-size: 14px;
	padding-right: 10px;
}

#search_filters .facet ul.faceted-checkbox li+li {
	border-top: 1px solid rgba(61, 41, 28, 0.15);
}

#search_filters .facet .facet-label {
	padding: 11px 0;
}

.product_list-container-perso #products {
	flex: auto;
}

.product-list .thumbnail-left .product-miniature .first-block {
	max-width: 30%;
}

.product-list .thumbnail-left .product-miniature .second-block .product-name a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-list .product-miniature .product-price-and-shipping span {
	font-weight: 600;
}

.products-selection {
	padding: 11px 0 8px;
}

body .products-selection .total-products p {
	color: #3D291C;
	font-size: 16px;
	padding-left: 40px;
}

.products-sort-order .sort-label {
	color: #3D291C;
	font-size: 16px;
	font-weight: 400;
}

.products-sort-order .select-title {
	background-color: #FCF5BC;
	border-color: rgba(61, 41, 28, 0.30);
}

.active-filters {
	padding-left: 40px;
	margin-bottom: 5px;
}

.active-filters .filter-block {
	background: #F6915D;
	color: #fff;
}

#js-product-list {
	border-radius: 0px 10px 10px 0;
	background: #FFF;
	/* padding: 20px 45px 40px; */
	padding: 1.05vw 2.3vw 40px;
	box-shadow: 0px 10px 20px 0px rgba(61, 41, 28, 0.07);
}

@media (min-width: 992px) {
	.product-list .grid.columns-3 .product-miniature {
		border-right: 1px dashed rgba(61, 41, 28, 0.20);
		border-bottom: 1px dashed rgba(61, 41, 28, 0.20);
	}

	.product-list .grid.columns-3 .product-miniature:nth-child(3n+3) {
		border-right: none;
	}
}

.product-list .product-miniature {
	margin-bottom: 0;
}

@media (min-width: 1220px) {
	#category .product-list .grid .product-miniature {
		/* padding: 22px 36px; */
		padding: 1.15vw 1.88vw;
	}
}

.pagination-wrapper {
	padding: 46px 0 0px;
}

.pagination .page-total {
	font-size: 16px;
	font-weight: 400;
}

.pagination .page-list {
	gap: 10px;
}

.pagination .page-list a {
	color: #122E51;
	font-size: 16px;
	font-weight: 500;
	padding: 13px 15px;
	border-radius: 0px 50px 50px 20px;
	border: 1px solid rgba(18, 46, 81, 0.50);
	min-width: 62px;
	text-align: center;
}

body .pagination .page-list a:hover {
	background: rgba(18, 46, 81, 0.05);
}

body .pagination .page-list .current a {
	color: #fff;
	background: #334E5F;
}

.pagination .page-list .next {
	padding-right: 15px;
}

/* ******************* Produit ******************* */

.product-list .product-list-wrapper {
	margin: 0;
}

.product-style {
	box-shadow: none;
	background: transparent;
}

.product-style:hover {
	box-shadow: none;
}

.product-list .product-miniature .product-thumbnail .product-cover-link::before {
	/*border-radius: 50%;*/
	background: rgba(245, 143, 91, 0.1);
}

body .product-list .grid .product-miniature .product-name {
	background: none;
	font-size: 16px;
}

.product-list .product-miniature .product-thumbnail .product-cover-link img {
	background-color: #fff;
	/*border-radius: 50%;*/
}

.product-name {
	letter-spacing: normal;
	font-weight: 600;
}

.product-list_nom-monastere {
	text-align: center;
}

.product-list_nom-monastere a {
	text-overflow: ellipsis;
	font-family: Oregano;
	font-size: 19px;
	font-weight: 400;
	line-height: normal;
}

.product-list .grid .product-miniature .third-block {
	justify-content: flex-end;
}

.product-list .grid .product-miniature .third-block-left {
	display: flex;
	flex: auto;
	justify-content: space-between;
}

.product-list .product-miniature .grid-hover-btn {
	position: initial;
	opacity: 1;
	transform: none;
	width: auto;
	border: none;
}

.product-list .product-miniature .grid-hover-btn button {
	width: 23px;
	border-radius: 0;
	font-size: 25px;
	height: auto;
	line-height: inherit;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

.product-list .product-miniature .grid-hover-btn .quick-view {
	display: none;
}

.product-list .grid .product-miniature .buttons-sections {
	margin: 0 0 0 1vw;
}

.product-miniature .add-to-cart {
	background: #FAEA73 url("../img/panier-icon.svg") no-repeat center center;
	padding: 20px 10px;
	width: 62px;
	height: 56px;
}

body .product-miniature .add-to-cart:hover {
	background: #334E5F url("../img/panier-icon-light.svg") no-repeat center center;
	color: #fff;
}

.add-to-cart .text-for-grid {
	display: none;
}

/* ******************* Fiche produit ******************* */
#product .center-wrapper>section {
	display: flex;
	flex-direction: column;
}

#product .center-wrapper>section>* {
	order: 10;
}

#mainProduct {
	/* padding: 50px 100px 30px; */
	padding: 2.6vw 4.5vw 1.5vw;
	margin-bottom: 35px;
	order: 1 !important;
}

.main-product-details .product-cover {
	margin-bottom: 15px;
}

.main-product-details .product-cover picture img {
	border-radius: 5px;
}

.main-product-details .thumbs-list {
	max-width: none;
	margin: 0 -10px;
}

.main-product-details .product-images li.thumb-container {
	width: 19%;
	padding: 0 10px;
}

.main-product-details .product-images li.thumb-container .thumb {
	border-radius: 5px;
	overflow: hidden;
	padding: 0;
}

body .main-product-details .product-images li.thumb-container .thumb.selected {
	border: none;
}

body .main-product-details .product-images li.thumb-container .thumb.selected picture {
	position: relative;
	display: block;
}

body .main-product-details .product-images li.thumb-container .thumb.selected picture:after {
	content: "";
	position: absolute;
	inset: 0;
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.30) inset;
}

.product-right {
	/* padding-left: 100px; */
	padding-left: 5vw;
}

.product-right-content>.row>.col-12 {
	display: flex;
	flex-wrap: wrap;
}

.product-right-content>.row>.col-12>* {
	flex: 100%;
}

#product .page-heading {
	color: #122E51;
	font-size: 34px;
	line-height: normal;
}

#product .page-heading:after {
	content: "";
	display: block;
	clear: both;
}

.product-right-content>a+.page-heading {
	/* margin-bottom: 0; */
}

.monastic-logo-produit {
	float: right;
	margin-left: 16px;
}

.monastic-logo-produit img {
	max-width: 99px;
	margin-top: 8px;
	/* margin-bottom: 10px; */
}

.product-additional-info {
	display: flex;
	flex-direction: row-reverse;
}

.product-comments-additional-info-has-comments {
	background: none;
	padding: 0;
	flex-direction: column;
	justify-content: flex-start;
	align-items: end;
}

.product-comments-additional-info-has-comments .link-comment {
	color: #122E51;
	font-weight: 500;
	line-height: 1.46;
	text-decoration-line: underline;
}

.wk_soldby_link {
	padding: 0;
	flex: auto;
}

.wk-product-page-seller-rating {
	box-shadow: none;
	margin-top: 0;
}

.wk-sold-by-box {
	padding: 0;
	background: none;
	display: flex;
}

.wk-sold-by-box>div {
	display: flex;
	flex-direction: column;
	padding-left: 15px;
	justify-content: center;
	gap: 5px;
}

.wk-shop-default-icon {
	border: none;
	border-radius: 5px;
	width: 110px;
}

#wk-profileconnect span {
	color: #F6915D;
	font-family: Oregano;
	font-size: 28px;
	padding-left: 0;
	font-weight: 400;
}

#wk-profileconnect span:hover {
	color: #122E51;
}

.main-product-details .product-availability {
	color: #F6915D;
	font-size: 16px;
	font-weight: 600;
	background: none;
	padding-left: 30px;
}

@media (min-width: 992px) {
	.product-availability-top {
		flex: 70% !important;
		display: flex;
		align-items: center;
	}

	.product-prices {
		flex: 30% !important;
	}
}

.product-prices {
	text-align: right;
}

.main-product-details .product-information {
	padding-right: 3%;
	margin-top: 15px;
	border: 1px dashed rgba(61, 41, 28, 0.30);
	box-shadow: none;
}

.product-quantity>* {
	order: 3;
}

.product-add-to-cart .product-quantity-touchspin {
	order: 1;
	max-width: 23% !important;
}

.product-add-to-cart .product-quantity-touchspin .input-group {
	border: none;
}

body .product-quantity-touchspin .input-group .input-group-btn>.btn,
body .product-quantity-touchspin .input-group .input-group-btn>.btn:hover {
	background: none;
	font-size: 22px;
	color: #122E51;
}

.bootstrap-touchspin input.form-control {
	border: none;
}

.product-quantity-touchspin .input-group input[type="number"] {
	font-size: 16px;
	font-weight: 600;
	color: #122E51;
}

.wishlist-button-add.wishlist-button-product {
	border: none;
	border-radius: 0;
	order: 2;
	background: url("../img/wishlist-icon.svg") no-repeat center center;
	background-size: contain;
	width: 28px;
	height: 24px;
	margin-left: 6%;
	transition: 300ms all;
}

.wishlist-button-add.wishlist-button-product:hover {
	transform: scale(1.2);
}

.wishlist-button-add.wishlist-button-product i {
	display: none;
}

#product .product-add-to-cart .add-to-cart {
	background-image: none;
}

#product .add-to-cart span {
	color: #122E51;
}

#product .add-to-cart:hover span {
	color: #fff;
}

.main-product-details .product-add-to-cart .add-to-cart .shopping-cart {
	display: none;
}

.main-product-details .product-add-to-cart .inline-style .add {
	margin-right: 0;
	flex: auto;
	width: auto;
	margin-left: 6%;
}

.main-product-details .product-add-to-cart .product-minimal-quantity {
	margin: 0;
}

.zone-product-extra-fields {
	display: flex;
	text-align: center;
	color: rgba(61, 41, 28, 0.60);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.46;
	margin-top: 1rem;
}

.zone-product-extra-fields strong {
	color: #3D291C;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.32px;
}

.product-right-extra-field {
	flex: 1;
	margin: 0 !important;
}

.product-right-extra-field div {
	max-width: 173px;
}

.main-product-bottom {
	order: 2 !important;
}

.product-normal-layout {
	display: flex;
	flex-wrap: wrap;
}

#product .title-block {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 30px;
	letter-spacing: normal;
}

.product-description-block {
	flex: auto;
	width: 67%;
	margin-top: 50px;
	margin-bottom: 70px;
}

.product-description-block .block-content {
	padding-right: 7vw;
}

.product-description {
	color: #3D291C;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.56;
	padding-left: 50px;
}

.product-description h2 {
	font-size: 18px;
}

.product-description a {
	color: #F6915D;
	font-weight: 600;
}

.product-extra-block {
	border-radius: 10px;
	border: 1px dashed rgba(114, 56, 31, 0.50);
	position: relative;
	padding: 50px 50px 10px;
	width: 33%;
	color: #3D291C;
	align-self: first baseline;
}

.product-extra-block:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-12deg);
	width: 100%;
	height: calc(100% - 40px);
	border-radius: 0px 350px 350px 350px;
	opacity: 0.4;
	background: rgba(242, 231, 145, 0.95);
}

.product-extra-block>* {
	position: relative;
}

.product-extra-block .extra-content {
	display: flex;
	flex-wrap: wrap;
}

.product-extra-block .extra-content>* {
	width: 100%;
}

.product-extra-block .attribute-item {
	flex: 50%;
	margin-top: 50px;
}

.product-extra-block .product-reference span {
	white-space: nowrap;
}

.product-extra-block .attribute-item.product-reference {
	text-align: right;
}

.module-product-comments-list {
	order: 3 !important;
}

.module-product-comments-list .shopping-cart {
	display: none;
}

.module-product-comments-list {
	margin-top: -30px;
}

.product-comments-list.box-bg {
	background: none;
	border: none;
	padding: 0;
}

#product-comments-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px;
}

.product-comment-list-item {
	border-radius: 10px;
	border: 1px dashed rgba(114, 56, 31, 0.50) !important;
	padding: 30px 2.5vw;
	flex: calc(50% - 8px);
}

.marketplace-seller-info {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	padding-bottom: 80px;
	justify-content: space-between;
}

.marketplace-seller-info>* {
	position: relative;
	width: 100%;
}

.marketplace-seller-info:before {
	content: "";
	position: absolute;
	display: block;
	background-color: #fff;
	background-image: url("../img/fabricant-produit-bandeau-top.png");
	background-repeat: no-repeat;
	/* background-size: auto;
  background-size: contain; */
	width: 100vw;
	height: 100%;
	margin-left: -50vw;
	left: 50%;
	top: 0;
	z-index: 0;
	border-radius: 10px;
	box-shadow: 0px 2px 18px 0px rgba(61, 41, 28, 0.17);
}

.marketplace-seller-info .seller-info_title {
	color: #1B2F3C;
	text-align: center;
	font-size: 35px;
	font-weight: 275;
	line-height: normal;
	margin-bottom: 70px;
}

.marketplace-seller-info .seller-info_title:before {
	content: "";
	display: block;
	width: 140px;
	height: 140px;
	background: url("../img/fabricant-produit-icone.svg") no-repeat;
	background-size: contain;
	margin: -30px auto 9px;
}

.marketplace-seller-info .seller-info_left {
	width: 45%;
}

.seller-info_img img {
	width: 100%;
	max-height: 247px;
	border-radius: 10px;
	object-fit: contain;
	background-color: #fff;
}

.seller-info_name {
	color: #F6915D;
	font-family: Oregano;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 25px;
	margin-bottom: 15px;
}

.seller-info_content {
	font-size: 16px;
	line-height: 1.56;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
	.seller-info_content {
		max-height: 150px;
		display: block;
	}
}

.seller-info_content h2 {
	font-size: 16px;
}

.seller-info_content a {
	color: #F6915D;
	text-decoration: underline;
}

.seller-info_content a:hover {
	color: #1B2F3C;
}

.marketplace-seller-info .btn {
	padding: 15px 23px;
	margin-top: 15px;
}

.marketplace-seller-info .seller-info_right {
	width: 55%;
}

.seller-info_title-right {
	color: #72381F;
	text-align: center;
	font-family: Oregano;
	font-size: 28px;
	line-height: 0.89;
}

.seller-info_title-right:after {
	content: "";
	display: block;
	width: 53px;
	height: 35px;
	background: url("../img/fabricant-produit-fleche.svg") no-repeat;
	background-size: contain;
	margin: 7px auto 0;
}

.seller-info_right .product-list_nom-monastere {
	display: none;
}

.category-products .title-block {
	text-align: center;
	padding-top: 80px;
}

.slick-slider {
	/* padding: 0 120px; */
	padding: 0 6vw;
}

#product .category-products {
	position: relative;
}

#product .category-products:before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 245, 188, 0.70) 70%, rgba(255, 245, 188, 0) 100%);
	z-index: -1;
	width: 100vw;
	margin-left: calc(-50vw + 50% - 8px);
}

#product .category-products .title-block {
	margin-bottom: 3.6vw;
}

.category-products .slick-slider .slick-prev {
	left: 0;
}

.category-products .slick-slider .slick-next {
	right: 0;
}

/* ******************* Wishlist ******************* */
.wishlist-product-price {
	color: #122E51;
}

/* ******************* Tunnel d'achat ******************* */
.page-cart .cart-items .product-list_nom-monastere {
	margin-left: 15px;
}

#header .checkout-header-version .checkout-header-content {
	padding-right: 40px;
}

#header .checkout-header-version .checkout-header-content ul {
	gap: 10px;
}

@media (max-width: 1420px) {
	#header .checkout-header-version .checkout-header-content {
		display: none;
	}
}

.cart-preview .cart-title,
.cart-preview .cart-bottom,
.sidebar-currency {
	border: none;
}

.cart-summary .cart-detailed-actions {
	background-color: #fff !important;
}

.pm-csoc.product-list .grid .product-miniature {
	width: 100%;
}

.checkout-footer-content a {
	color: #212529;
}

.checkout-step-order .step-part.reachable.complete .part-icon {
	color: #F6915D;
}

.footer-account-links .logout-link a {
	color: #F6915D;
}

.page-order .light-box-bg a,
.page-order .box-bg .btn-link,
.page-addresses .address a,
.cart-summary .show-details {
	color: #F6915D;
}

.page-order .light-box-bg a:hover,
.page-order .box-bg .btn-link:hover,
.page-addresses .address a:hover,
.cart-summary .show-details:hover {
	color: #122E51;
}

/* ******************* Abbaye ******************* */
.wk_profile_seller_name {
	padding: 20px 20px 10px;
}

#module-marketplace-shopstore .wk_banner_image {
	width: auto;
	height: auto !important;
	max-width: 100%;
	max-height: 300px;
	margin: 0 auto;
	display: block;
}

#supplier-description {
	margin-bottom: 20px;
}

#supplier-description a,
.box-account a {
	color: #F6915D;
	text-decoration: underline;
}

#supplier-description a:hover,
.box-account a:hover {
	color: #122E51;
}

.wk_anchor_links {
	color: #3D291C;
}

.wk_anchor_links:hover * {
	color: #F6915D;
}

.category-description.wk_about_shop {
	margin-bottom: 1rem;
}

.category-description.wk_about_shop h1,
.category-description.wk_about_shop h2,
.category-description.wk_about_shop h3,
.category-description.wk_about_shop h4 {
	color: #1B2F3C;
}

.category-description.wk_about_shop h1 {
	font-size: 22px;
}

.category-description.wk_about_shop p {
	text-align: inherit !important;
}

.category-description.wk_about_shop .descSmall {
	max-height: 130px;
}

.category-description.wk_about_shop .descToggle {
	left: 0;
	transform: none;
}

.category-description.wk_about_shop .descToggle a {
	color: #F6915D;
}

/* ******************* CMS ******************* */
#main .page-content.page-cms {
	background-color: #fff;
	box-shadow: 0px 4px 8px 0px rgba(61, 41, 28, 0.07);
	border-radius: 10px;
	padding: 3vw 4vw;
	line-height: 1.75;
}

#cms #main>h1 {
	text-align: center;
	padding: 1.5vw 15vw 0.75vw;
}

#cms #content a {
	color: #F6915D;
	font-weight: 700;
	text-decoration: underline;
}

#cms #content a:hover {
	color: #72381F;
}

#manufacturer .brand-infos a {
	color: #F6915D;
	font-weight: 700;
}

#manufacturer .brand-img a {
	color: #3D291C;
}

#manufacturer .brand-infos a:hover {
	color: #122E51;
}

/* ******************* Blog ******************* */
#ybc_blog_page .center-wrapper>.row {
	flex-wrap: initial;
}

#ybc_blog_page #content-wrapper {
	flex: auto;
	width: 75%;
}

#left-column .ybc_blog_sidebar .block {
	box-shadow: none;
	padding: 0;
}

.ybc-navigation-blog-content .title_blog {
	margin-bottom: 10px;
}

#ybc_blog_page .slick-slider {
	padding: 0;
}

#ybc_blog_page .slick-slider .slick-arrow {
	transform: scale(0.5);
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

#ybc_blog_page .slick-slider .slick-prev {
	left: -8px;
}

#ybc_blog_page .slick-slider .slick-prev:hover {
	background-image: url("../img/slider-fleche-left.svg") !important;
}

#ybc_blog_page .slick-slider .slick-next:hover {
	background-image: url("../img/slider-fleche-right.svg") !important;
}

.ybc-blog-wrapper .page-heading,
.page-heading .title_cat {
	margin-top: 0;
	text-transform: none;
	font-size: 34px;
}

.blog_description p {
	line-height: 1.75;
}

/* ***************************************************** */
/* ******************* MEDIA QUERIES ******************* */
/* ***************************************************** */

@media (min-width: 1444px) {

	.footer-reassurance .container,
	.footer-content>.container,
	.ybc_block_latest.container,
	.product_list-container-perso,
	#product .main-content>.container {
		max-width: 1444px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1219.98px) {
	#amegamenu .anav-top .amenu-link {
		font-size: 13px;
	}
}

@media (max-width: 991.98px) {

	/* ******************* Général - M ******************* */
	#wrapper {
		padding-bottom: 400px;
	}

	#wrapper::before {
		display: none;
	}

	/* ******************* Header - M ******************* */
	.header-event-banner .container {
		overflow: hidden;
		position: relative;
		max-width: calc(100% - 60px);
		height: 25px;
		margin-left: 10px;
	}

	.header-event-banner-wrapper {
		position: absolute;
		min-width: 100%;
		/* au minimum la largeur du conteneur */
	}

	.header-event-banner-wrapper p {
		font-size: 12px;
		white-space: nowrap;
		top: 0;
	}

	.header-event-banner-wrapper p {
		animation: defilement 10s infinite linear;
	}

	@keyframes defilement {
		0% {
			margin-left: 0;
		}

		100% {
			margin-left: -100%;
		}
	}

	.user-info .account-link>a>span {
		padding: 0 2px;
		display: none;
	}

	#header .mobile-header-version .header-logo {
		padding: 0;
	}

	#header .header-logo .svg-logo {
		max-width: 45%;
	}

	#header .mobile-header-version .mobile-sticky-wrapper.is-sticky .sticky-background {
		height: 58px;
	}

	#header .mobile-header-version .mobile-menu-icon {
		color: #122E51;
		font-size: 38px;
		height: 46px;
		width: 46px;
		background: none !important;
	}

	.mobile-header-version .search-widget {
		width: 90%;
	}

	.search-widget form input[type="text"] {
		height: 40px;
		font-size: 13px;
	}

	.search-widget form [type="submit"] {
		height: 40px;
	}

	.wishlist-header-link span {
		display: none;
	}

	.mobile-header-version .cart-preview .cart-header .cart-link {
		height: 46px;
		width: 48px;
	}

	.sidebar-header-phone,
	.sidebar-account,
	.sidebar-language {
		display: none;
	}

	/* ******************* Accueil - M ******************* */
	.reassurance-accueil {
		display: none;
	}

	.aone-slideshow .nivoSlider .nivo-slice img,
	.aone-slideshow .nivoSlider .nivo-main-image,
	.aone-slideshow .a-banner>img {
		height: 450px !important;
		object-fit: cover;
	}

	.aone-slideshow .nivo-caption {
		padding-bottom: 5px;
	}

	.aone-slideshow .nivo-caption .caption-wrapper,
	.aone-slideshow .slide-products-related {
		width: 280px;
	}

	.aone-slideshow .nivo-caption .caption-wrapper .caption-content {
		border-width: 7px;
		padding: 25px;
	}

	.aone-slideshow .nivo-caption .caption-content h2 {
		font-size: 25px;
	}

	.aone-slideshow .slide-products-related .product-item .product-container {
		padding: 11px 12px 8px 23px;
		gap: 16px;
	}

	.aone-slideshow .slide-products-related .product-item .product-container .product-thumbnail {
		width: 73px;
	}

	.aone-slideshow .slide-products-related .product-item .product-name {
		font-size: 13px;
	}

	.home-blocks-top .container {
		padding-top: 40px;
	}

	.home-titres {
		font-size: 17px;
		margin-bottom: 40px;
	}

	.home-titres h2 {
		font-size: 24px;
		margin-top: 10px;
	}

	.aone-tabs .nav-tabs {
		gap: 5px;
	}

	.nav-tabs .nav-item {
		margin: 0;
	}

	.aone-tabs .nav-tabs .nav-item .nav-link {
		font-size: 16px;
		padding: 17px 15px 13px 11px;
	}

	.aone-tabs .nav-tabs .nav-item .nav-link::before {
		width: 16px;
		height: 19px;
		margin-right: 1px;
	}

	.aone-tabs .tab-content {
		border-top-left-radius: 0;
		padding: 15px 0 5px;
	}

	#index .main-content {
		padding-top: 3rem;
	}

	.texte-presentation-projet {
		margin-bottom: 10px;
	}

	.home-blocks-middle .texte-presentation-projet h2 {
		font-size: 24px;
		margin-bottom: 16px;
	}

	.texte-presentation-boutique {
		padding-right: 3%;
		padding-left: 20%;
		font-size: 14px;
		margin-bottom: 1rem;
	}

	.texte-presentation-boutique h3 {
		font-size: 22px;
		margin-bottom: 3px;
	}

	.texte-presentation-boutique p {
		font-size: 14px;
		-webkit-line-clamp: 5;
	}

	.texte-presentation-monastic {
		display: flex;
		align-items: flex-start;
		text-align: left;
	}

	.texte-presentation-monastic img {
		margin-top: 22px;
		max-width: 35%;
		max-height: 47px;
		width: auto;
	}

	.texte-presentation-monastic div {
		border-radius: 0px 60px 60px 60px;
		background: rgba(245, 143, 91, 0.1);
		padding: 20px 19px 12px 15%;
		margin-top: 0;
		margin-left: -33px;
	}

	.texte-presentation-monastic h3 {
		font-size: 18px;
		margin-bottom: 4px;
	}

	.valeurs-accueil {
		margin-top: 3rem;
		font-size: 13px;
	}

	.valeurs-accueil>div>.row>div {
		height: 300px;
		padding-top: 21px;
	}

	.valeurs-accueil>div>.row>div::before {
		opacity: 1;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
	}

	.valeurs-accueil h3 {
		font-size: 38px;
	}

	.valeurs-accueil p {
		opacity: 1;
	}

	.aone-suppliers {
		padding-bottom: 70px;
		background-size: 1500px;
		background-position: bottom -30px center;
	}

	.aone-suppliers .title-block {
		font-size: 24px;
		padding-top: 30px;
	}

	.aone-suppliers .title-block::before {
		width: 98px;
		height: 109px;
	}

	.aone-supplier-txt {
		font-size: 13px;
	}

	.supplier-base .logo img {
		max-height: 160px;
	}

	.page_home.ybc_block_default {
		margin-bottom: 15px;
	}

	.page_home.ybc_block_default .title_blog {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.page_home.ybc_block_default h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.page_home.ybc_block_default .ybc_blog_content_block {
		flex-direction: column;
		margin-bottom: 10px;
	}

	.page_home.ybc_block_default .ybc_blog_content_block_item {
		flex-direction: column;
	}

	.page_home.ybc_block_default .ybc_item_img {
		flex: initial;
	}

	.page_home.ybc_block_default .ybc_item_img img {
		height: 180px;
	}

	.home-blocks-bottom {
		padding-bottom: 435px;
	}

	.partenaires-accueil>div>div {
		flex-wrap: wrap;
		justify-content: center !important;
		gap: 7%;
		row-gap: 10px;
	}

	.partenaires-accueil>div>div>p:first-child {
		width: 100%;
		margin-bottom: 30px;
	}

	.partenaires-accueil>div>div>p {
		width: 25%;
		text-align: center;
	}

	/* ******************* Footer - M ******************* */
	#footer {
		margin-top: -400px;
	}

	.footer-reassurance {
		max-height: none;
		padding: 55px 0 25px;
	}

	#footer .footer-main .footer-menu .h4 {
		margin-bottom: 15px;
	}

	.footer-about-us ul li {
		width: 48%;
		flex: initial;
		font-size: 11px;
		flex-direction: column;
		padding: 0 !important;
		text-align: center;
	}

	.footer-about-us ul li::before {
		max-width: none;
		max-height: none;
		width: 73px;
		height: 69px;
	}

	.footer-about-us img {
		max-width: none;
		margin: 10px 12px 22px 12px;
		max-height: 45px;
	}

	.footer-about-us ul li strong {
		font-size: 13px;
	}

	#footer .footer-main .footer-left {
		position: initial;
	}

	#footer .footer-main .footer-right {
		padding: 0;
	}

	.block-newsletter {
		width: 100%;
		flex-direction: column;
		gap: initial;
	}

	#footer .footer-main .block-newsletter .h4 {
		margin-bottom: 0;
	}

	#footer .footer-right .block-newsletter .form-control {
		max-width: calc(100% - 70px);
	}

	.block-newsletter .newsletter-message {
		margin-left: 0;
	}

	.newsletter-message .conditons {
		text-align: left;
	}

	.footer-menu {
		padding-top: 20px;
	}

	#footer .footer-bottom {
		font-size: 11px;
	}

	/* ******************* Catégorie - M ******************* */
	#category h1.page-heading {
		font-size: 30px;
	}

	.category-description {
		font-size: 13px;
	}

	.products-selection .filter-button #search_filter_toggler {
		padding: 15px 13px;
		font-size: 14px;
	}

	#js-product-list-header {
		margin-left: 0;
		padding-bottom: 25px;
	}

	.product_list-container-perso {
		flex-wrap: wrap;
	}

	.product_list-container-perso #products {
		order: 1;
	}

	#js-product-list-footer {
		order: 2;
	}

	#left-column {
		order: 3;
		flex: auto;
	}

	.mobile-search-fillter #search_filters .facet .facet-title {
		font-weight: 400;
		font-size: 22px;
		text-transform: none;
	}

	#js-product-list {
		padding-left: 0;
		padding-right: 0;
	}

	.product-list .grid.columns-3 .product-miniature {
		border-right: 1px dashed rgba(61, 41, 28, 0.20);
		border-bottom: 1px dashed rgba(61, 41, 28, 0.20);
		padding: 10px 10px 5px;
	}

	.product-list .grid.columns-3 .product-miniature:nth-child(2n+2) {
		border-right: none;
	}

	.pagination .page-list a {
		font-size: 14px;
		padding: 6px 8px;
		min-width: 41px;
	}

	.pagination .page-list .next {
		padding-right: 8px;
	}

	/* ******************* Produit - M ******************* */
	body .product-list .grid .product-miniature .product-name {
		font-size: 13px;
	}

	.pg-bnl .product-list .grid .product-miniature .third-block {
		flex-direction: initial;
		padding: 12px 0;
	}

	body.touch-screen .product-list .product-miniature .grid-hover-btn {
		display: block;
	}

	.product-list .grid .product-miniature .buttons-sections {
		margin-left: 7px;
	}

	.product-miniature .product-price {
		font-size: 13px;
	}

	.product-miniature .add-to-cart {
		width: 47px;
		height: 43px;
		background-size: 21px;
	}

	.pg-bnl .product-list .grid .product-miniature .buttons-sections .add-to-cart {
		margin-top: 0;
	}

	/* ******************* Fiche produit - M ******************* */
	#product .page-heading {
		font-size: 24px;
	}

	.monastic-logo-produit img {
		max-width: 50px;
	}

	.wk-shop-default-icon {
		width: 90px;
	}

	.wk-sold-by-box>div {
		padding-left: 10px;
	}

	#wk-profileconnect span {
		font-size: 20px;
	}

	.main-product-details .product-availability {
		padding-left: 7px;
	}

	.product-availability-top,
	.product-prices {
		margin-bottom: 5px;
	}

	.main-product-details .product-information {
		margin-top: 0;
	}

	.product-add-to-cart .product-quantity-touchspin.product-quantity-touchspin {
		min-width: auto !important;
		max-width: 17% !important;
	}

	body .product-add-to-cart .product-quantity-touchspin .input-group .input-group-btn>.btn {
		width: 12px;
	}

	body .product-quantity-touchspin .input-group .input-group-btn>.btn i {
		font-size: 16px;
	}

	.wishlist-button-add.wishlist-button-product {
		width: 24px;
	}

	#product .add-to-cart {
		padding: 20px 10px;
	}

	.zone-product-extra-fields {
		margin-top: 0;
		margin-bottom: 7px;
		font-size: 11px;
		line-height: 1.2;
	}

	.zone-product-extra-fields img {
		max-height: 26px;
	}

	.zone-product-extra-fields strong {
		font-size: 13px;
		letter-spacing: normal;
		max-width: 89px;
		display: inline-block;
		margin-bottom: 5px;
	}

	.module-product-comments-list {
		margin-top: 20px;
	}

	.marketplace-seller-info {
		padding-bottom: 30px;
	}

	.seller-info_img img {
		max-height: 167px;
	}

	.marketplace-seller-info .seller-info_title {
		font-size: 23px;
		margin-bottom: 20px;
	}

	.marketplace-seller-info .seller-info_left,
	.marketplace-seller-info .seller-info_right {
		width: 100%;
	}

	.marketplace-seller-info .seller-info_left {
		margin-bottom: 30px;
	}

	.seller-info_name {
		font-size: 33px;
	}

	.seller-info_title-right {
		font-size: 21px;
	}

	#product .title-block {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.product-description-block {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.product-description {
		padding-left: 28px;
	}

	.category-products .title-block {
		padding-top: 30px;
	}

	.product-description-block,
	.product-extra-block {
		width: 100%;
	}

	.product-extra-block {
		padding: 7vw;
	}

	.seller-info_content {
		font-size: 13px;
	}

	/* ******************* Tunnel d'achat - M ******************* */
	#header .checkout-header-version {
		padding: 7px 0;
	}

	#header .checkout-header-version .header-logo {
		text-align: center;
	}

	.checkout-header-content {
		display: none;
	}

	#header .checkout-header-version .checkout-header-right {
		width: auto;
		position: absolute;
		right: 0;
	}

	/* ******************* CMS - M ******************* */
	#cms #main>h1 {
		padding: 10px;
	}

	/* ******************* Blog ******************* */
	#ybc_blog_page .center-wrapper>.row {
		flex-wrap: wrap;
	}

	#ybc_blog_page #left-column {
		background: none;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 20px;
	}

	.ybc-navigation-blog {
		margin-bottom: 0;
	}

	#left-column .ybc_blog_sidebar .block {
		margin-bottom: 0;
		padding: 10px 20px;
	}

	#ybc_blog_page #content-wrapper {
		width: 100%;
		order: 4;
	}

	#content-wrapper .ybc-blog-wrapper {
		border-radius: 10px;
		box-shadow: 0px 10px 20px 0px rgba(61, 41, 28, 0.07);
	}

	.ybc-blog-wrapper .page-heading,
	.page-heading .title_cat {
		font-size: 24px;
	}

	.ybc-blog-wrapper #js-post-list-top span.sort-by {
		text-align: left;
	}
}

/*ECOMIZ - 22234 - BEGIN*/
.cart-promotions label a {
	color: #F6915D;
}

.category-id-53 .breadcrumb-wrapper {
	color: #1B2F3C !important;
}

#module-marketplace-productlist #mp_product_list_wrapper a {
	color: #122E51 !important;
}

#module-marketplace-productlist #mp_product_list_wrapper a:hover {
	color: #5a9e74 !important;
}

/*ECOMIZ - 22234 - END*/


/*ECOMIZ - 25368 - BEGIN*/

/* 1. Mettre le bloc mailalert en dessous de wk_soldby_link */
.product-additional-info.js-product-additional-info {
    display: flex !important;
    flex-direction: column !important; /* Aligne les enfants verticalement */
}

.clearfix.wk_soldby_link {
    order: 1; /* S'assure qu'il est en premier */
    width: 100%;
}

.mailalert-product-page.js-mailalert {
    order: 2; /* Se place en dessous */
    width: 100%;
    margin-top: 10px; /* Espace optionnel entre les deux blocs */
}

/* 2. Mettre le bouton en dessous de l'input mail */
.mailalert-form.js-mailalert-form {
    display: flex !important;
    flex-direction: column !important; /* Aligne l'input et le bouton verticalement */
    gap: 10px; /* Espace entre l'input et le bouton */
}

.mailalert-form.js-mailalert-form .form-control {
    width: 100% !important; /* L'input prend toute la largeur */
}

.mailalert-form.js-mailalert-form .btn.js-mailalert-add {
    width: 100% !important; /* Le bouton prend toute la largeur sous l'input */
}

/*ECOMIZ - 25368 - END*/