/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 06 2026 | 10:14:21 */
/*-- ALL --*/

#btn.btn-cream a,
#btn.btn-darky a {
	background-color: #C9A84C;
	padding: 12px 60px;
	font-size: 14px;
	line-height: 120%;
	font-weight: 700;
	color: #1C3A2A!important;
	border: 1px solid #e8c97a;
	font-family: 'Playfair Display', Roboto;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border-radius: 0;
	--notch: 10px;
	-webkit-mask:
		radial-gradient(circle at 0 0, transparent calc(var(--notch) - 0.5px), #000 var(--notch)) top left / 51% 51% no-repeat,
		radial-gradient(circle at 100% 0, transparent calc(var(--notch) - 0.5px), #000 var(--notch)) top right / 51% 51% no-repeat,
		radial-gradient(circle at 0 100%, transparent calc(var(--notch) - 0.5px), #000 var(--notch)) bottom left / 51% 51% no-repeat,
		radial-gradient(circle at 100% 100%, transparent calc(var(--notch) - 0.5px), #000 var(--notch)) bottom right / 51% 51% no-repeat;
	mask:
		radial-gradient(circle at 0 0, transparent calc(var(--notch) - 0.5px), #000 var(--notch)) top left / 51% 51% no-repeat,
		radial-gradient(circle at 100% 0, transparent calc(var(--notch) - 0.5px), #000 var(--notch)) top right / 51% 51% no-repeat,
		radial-gradient(circle at 0 100%, transparent calc(var(--notch) - 0.5px), #000 var(--notch)) bottom left / 51% 51% no-repeat,
		radial-gradient(circle at 100% 100%, transparent calc(var(--notch) - 0.5px), #000 var(--notch)) bottom right / 51% 51% no-repeat;
}
#btn.btn-cream a img,
#btn.btn-darky a img {
	display: none;
}
#btn.btn-cream.btn-low a {
	font-size: 16px;
	line-height: 120%;
	font-weight: 600;
	padding: 12px 24px;
	border-radius: 8px;
}
#btn.btn-darky a {
	background-color: #1A1A1A;
	border: 1px solid #1A1A1A;
	color: #F5EDD8!important;
}
#btn.btn-darky a:hover {
	background-color: #F9F3E8;
	border: 1px solid #000;
	color: #000!important;
}
#btn.btn-darky a:hover img {
	filter: brightness(0);
}
#btn.btn-cream a:hover {
	background-color: #e8c97a;
}
#btn.btn-cream.bck-cream a:hover {
	border: 1px solid #C9A84C!important;
	color: #1C3A2A!important;
	filter: none;
}
#btn.btn-outline a {
	background-color: #4A4A4A;
	padding: 12px 60px;
	font-size: 14px;
	line-height: 120%;
	font-weight: 700;
	color: #F5EDD8!important;
	border: 1px solid #5A5A5A;
	font-family: 'Playfair Display', Roboto;
	display: inline-flex;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border-radius: 0;
	--notch: 10px;
	-webkit-mask:
		radial-gradient(circle at 0 0, transparent calc(var(--notch) - 0.5px), #000 var(--notch)) top left / 51% 51% no-repeat,
		radial-gradient(circle at 100% 0, transparent calc(var(--notch) - 0.5px), #000 var(--notch)) top right / 51% 51% no-repeat,
		radial-gradient(circle at 0 100%, transparent calc(var(--notch) - 0.5px), #000 var(--notch)) bottom left / 51% 51% no-repeat,
		radial-gradient(circle at 100% 100%, transparent calc(var(--notch) - 0.5px), #000 var(--notch)) bottom right / 51% 51% no-repeat;
	mask:
		radial-gradient(circle at 0 0, transparent calc(var(--notch) - 0.5px), #000 var(--notch)) top left / 51% 51% no-repeat,
		radial-gradient(circle at 100% 0, transparent calc(var(--notch) - 0.5px), #000 var(--notch)) top right / 51% 51% no-repeat,
		radial-gradient(circle at 0 100%, transparent calc(var(--notch) - 0.5px), #000 var(--notch)) bottom left / 51% 51% no-repeat,
		radial-gradient(circle at 100% 100%, transparent calc(var(--notch) - 0.5px), #000 var(--notch)) bottom right / 51% 51% no-repeat;
}
#btn.btn-outline.btn-green a {
	padding: 12px 60px;
	background-color: #1c3a2a;
	line-height: 150%;
	color: #FFF!important;
	border: 1px solid #2a5240;
}
#btn.btn-outline a:hover {
	background-color: #5A5A5A;
	color: #F5EDD8!important;
}
#btn.btn-outline.btn-green a:hover {
	background-color: #2a5240;
	color: #FFF!important;
}

.bd_20 .uncell {
	border-radius: 20px!important;
}

/*-- MENU --*/

#menu-cta-menu a .menu-item {
	padding: 6px 12px!important;
}
#menu-cta-menu a {
	color: #FFF;
	border-color: #FFF;
}
.panier-menu a {
	font-size: 0 !important;
	position: relative;
}
.panier-menu a:before {
	content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: white;
	
	-webkit-mask: url("/wp-content/uploads/2026/05/LinkedIn.svg") center / contain no-repeat;
    mask: url("/wp-content/uploads/2026/05/LinkedIn.svg") center / contain no-repeat;
}
.panier-menu a:hover:before {
	background-color: #c9a46a;
}

/*-- HOME PAGE --*/

.max-1440 {
	max-width: 1440px!important;
	margin-inline: auto!important;
}

.eagle {
	position: relative;
}
.eagle:after {
	position: absolute;
	content: '';
	background-image: url('/wp-content/uploads/2026/05/Napoleonic_Eagle-1.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 746px;
	height: 740px;
	top: -50px;
	right: 100px;
	pointer-events: none;
	z-index: 0;
}

#last-article > .row {
	position: relative;
}
#last-article > .row:before {
	position: absolute;
	content: '';
	background-image: url('/wp-content/uploads/2026/05/Napoleonic_Eagle-2.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 746px;
	height: 743px;
	left: -300px;
    top: -400px;
	pointer-events: none;
}
#last-article > .row:after {
	position: absolute;
	content: '';
	background-image: url('/wp-content/uploads/2026/05/Napoleon2-1.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 184px;
	height: 300px;
	right: 50px;
    top: -150px;
	pointer-events: none;
}

#FAQ {
	border: 1px solid #F0E4D3!important;
}
#FAQ .panel {
	padding-inline: 24px!important;
	border-bottom: 1px solid #F0E4D3;
}
#FAQ .panel-title a {
	color : #000!important;
}
#FAQ .panel-body {
	padding-bottom: 18px!important;
}
#FAQ .panel-title > a > span {
	padding-right: 35px;
}
#FAQ .panel-title > a > span::after {
	content: '';
	background-image: url('/wp-content/uploads/2026/05/Slider-Arrow.svg');
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: contain;
}

#FAQ .panel-title.active > a span::after {
	transform: translateY(-50%) rotate(-90deg);
}

/*-- FOOTER --*/

footer .list-menu-footer {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
footer .list-menu-footer a {
	font-family: 'Playfair Display', Roboto;
	font-size: 16px;
	line-height: 120%;
	font-weight: 500;
}


/*-- YOUTUBE BOUTON --*/

.ytb-btn a {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background-color: transparent;
	border: 1px solid #F9F3E8;
	border-radius: 4px;
	padding: 8px 16px;
	font-family: 'Playfair Display', Roboto;
	font-size: 16px;
}

/*-- BTN ALL ARTICLE --*/

.all-article a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: 'Playfair Display', Roboto;
	font-size: 16px;
	line-height: 150%;
	color: #1A1A1A;
}

/*-- TEMPLATE ARTICLE --*/

.content-info .uncont {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}
.content-info .category-info {
	padding: 4px 8px;
	background-color: #C5CBBE;
}
.content-info .category-info a {
	color: #1C3A2A;
	font-family: 'Playfair Display', Roboto;
	font-size: 14px;
	line-height: 150%;
	font-weight: 700;
}
.content-info .readingtime-info {
	color: #000;
	font-family: 'Playfair Display', Roboto;
	font-size: 14px;
	line-height: 150%;
	font-weight: 700;
}
.content-info .date-info {
	color: #000;
	font-family: 'Playfair Display', Roboto;
	font-size: 14px;
	line-height: 150%;
	font-weight: 500;
	position: relative;
}
.content-info span.date-info:before {
	content: "Publié le ";
}
.certif p {
	display: grid;
	grid-template-columns: repeat(2, 172px);
	grid-row-gap: 12px;
}
.certif p br {
	display: none;
}
.article-certif {
	display: inline-flex;
	gap: 12px;
	color: #F5EDD8;
	font-family: 'Playfair Display', Roboto;
	font-size: 16px;
	line-height: 150%;
	font-weight: 400;
	width: 172px;
}
.bd_20 {
	border-radius: 20px;
}
.bd_20_uncell .uncell {
	border-radius: 20px;
}

.quote-article {
	padding-left: 20px;
	border-left: 2px solid #000;
}

.sources-list {
	padding-left: 20px;
	border-left: 2px solid #000;
	font-family: 'Playfair Display', Roboto;
}

/*-- Notre histoire --*/

.comment-chapter {
	padding-left: 12px;
	border-left: 1px solid #C9A84C;
}
#chapter-tabs li {
	width: 25%;
	border: 1px solid #7F7663;
	background-color: #1C3A2A;
}
#garanty-tabs li {
	width: 25%;
	border: 1px solid #7F7663;
	background-color: #1C3A2A;
}
#chapter-tabs li.active,
#garanty-tabs li.active {
	background-color: #2A5240;
}

#chapter-tabs li a > span > span,
#garanty-tabs li a > span > span {
	display: flex;
    flex-direction: column;
}
#chapter-tabs .tab-chapitre-title,
#garanty-tabs .tab-garantie-title {
	display: inline-block;
    white-space: normal;
    word-break: break-word;
	font-family: "Playfair Display";
	font-size: 16px;
	line-height: 140%;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 0%!important;
}

#chapter-tabs li a,
#garanty-tabs li a {
	display: flex;
    justify-content: center;
	align-items: center;
	padding: 30px 40px;
	border-bottom: none!important;
}
#garanty-tabs li a {
	padding: 20px;
}

#chapter-tabs .tab-chapitre-label,
#garanty-tabs .tab-garantie-label {
	font-family: 'Playfair Display', Roboto;
	font-size: 15px;
	line-height: 140%;
	color: #E8C97A;
	text-transform: uppercase;
	letter-spacing: 0%!important;
}

.advantage {
	display: flex;
	flex-direction: row;
	gap: 24px;
}
.advantage-one,
.advantage-two,
.advantage-three {
	width: 168px;
}
.advantage-title {
	font-family: 'Playfair Display', Roboto;
	font-size: 20px;
	line-height: 140%;
	color: #2A5240;
	font-weight: 700;
}
.advantage-content {
	display: flex;
	flex-direction: column;
	margin-top: 16px;
}
.advantage-content p {
	margin-top: 0px;
	font-family: 'Playfair Display', Roboto;
	font-size: 16px;
	line-height: 150%;
	font-weight: 400;
}

/*-- CERTIFICATIONS --*/

.check-choice p {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: 'Playfair Display', Roboto;
	font-size: 16px;
	line-height: 150%;
	color: #1C3A2A;
}

.border-radius-20 > div > div > .uncell {
	border-radius: 20px!important;
}

.light-img img {
	filter: brightness(0) invert(1)!important;
}

/*-- TEMPLATE FICHE PRODUIT --*/

.woocommerce-product-gallery__wrapper > div:first-child {
	display: none!important;
}

.expedition-text p span {
	display: inline-flex!important;
	align-items: center;
	gap: 24px;
}
.expedition-text > div:first-child {
	height: 32px;
}

/*-- Visite sensorielle --*/

.timer {
	background-color: #152A1D;
    padding: 6px;
    border-radius: 2px;
    border: 1px solid #4B502B;
	max-width: 130px;
	margin-inline: auto;
}

.timer > div {
	line-height: 0!important;
}
.line-stage {
	position: relative;
}
@media screen and (min-width: 1024px){
	.line-stage:after {
		position: absolute;
		content: '';
		width: 1024px;
		height: 1px;
		background-color: #3D4123;
		top: 34px;
		left: 80px;
	}
}
.ff-roboto {
	font-family: 'Playfair Display', Roboto!important;
}
.tarif ul {
	margin-top: 0!important;
}
.reservation-btn a {
	width: 100%;
	display: inline-block;
	border: 1px solid rgba(201,168,76,0.4);
	padding: 10px;
	border-radius: 999px;
	color: #C9A84C;
	font-family: 'Playfair Display', Roboto;
	font-size: 14px;
	font-weight: 600;
	line-height: 120%;
}

/* Conteneur FormCrafts */
[data-fc-seamless],
[data-fc-key] {
    width: 100% !important;
    max-width: 100% !important;
}

/* L'iframe elle-même */
iframe.fc-inline-iframe {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

#best-choice .uncell {
	position: relative;
}
#best-choice .uncell:after {
	position: absolute;
	content: 'LE PLUS CHOISI';
	background-color: #C9A84C;
	color: #2A5240;
	font-family: "Playfair Display";
	font-size: 16px;
	font-weight: 800;
	line-height: 120%;
	border-radius: 8px;
	padding: 5px 12px;
	top: -15px;
	left: calc(50% - 75px);
}

/*-- PANIER --*/

#cart-page {
	min-height: 100vh;
}

@media screen and (min-width: 960px) {
	.home-img img {
		height: 350px!important;
  		object-fit: cover!important;
  		width: 260px!important;
	}
	.home-img.home-right .uncode-single-media-wrapper {
		display: flex!important;
  		justify-content: end!important;
	}
}

/* Lang Switcher */

.nc-lang-switcher {
	background: none;
    border: 1px solid #f5edd9;
    border-radius: 4px;
    max-width: fit-content;
    min-width: fit-content;
    margin: 0;
    font-size: 14px;
    color: #f5edd9;
}