:root {
	--bleu: #1e3a5f;
	--drapeau: linear-gradient(to right,
			#1e3a5f 0 33.33%,
			#ffffff 33.33% 66.66%,
			#ed2939 66.66% 100%);
}

.nectar-button.medium {
	font-size: 1em
}

/* ⋆ ✢ ✣ ✤ ✥ ✦ ✧ ✩ ✪ ✫ ✬ ✭ ✮ ✯ ✰ ★ ✢ ✣ ✤ ✥ ✦ ✧ ✩ ✪ ✫ ✬ ✭ ✮ ✯ ✰ ★ ✢ ✣ ✤ ✥ ✦ ✧ ✩ ✪ ✫ ✬ ✭ ✮ ✯ ✰ */
body #header-secondary-outer .nectar-center-text {
	width: 100%;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
}

body #header-secondary-outer .nectar-center-text>div {
	display: inline-block;
	font-size: .85em;
}

#top-head-1:before {
	content: "";
	background: url(/wp-content/uploads/2025/12/phone.svg);
	display: inline-block;
	width: 1.3em;
	aspect-ratio: 1/1;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: -0.15em;
	margin-right: .35em;
}

/* ⋆ ✢ ✣ ✤ ✥ ✦ ✧ ✩ ✪ ✫ ✬ ✭ ✮ ✯ ✰ ★ ✢ ✣ ✤ ✥ ✦ ✧ ✩ ✪ ✫ ✬ ✭ ✮ ✯ ✰ ★ ✢ ✣ ✤ ✥ ✦ ✧ ✩ ✪ ✫ ✬ ✭ ✮ ✯ ✰ */
#home-sav:after,
#home-header:after,
#home-top:after,
#home-story:after,
#home-spec:after,
#home-shop:after {
	background: var(--drapeau);
	content: '';
	width: 8em;
	height: .5em;
	position: absolute;
	z-index: 9;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	bottom: -.25em;
	right: 0%;
	left: 0;
	margin: auto;
}

#home-header blockquote {
	padding: .25em 1em;
	border: none;
	font-size: 1em;
	border-radius: 99px;
	background: rgb(255 255 255 / 15%);
	display: inline-block;
	backdrop-filter: blur(9px);
}

#home-header blockquote:before {
	display: none;
}

#home-header h1 {
	font-size: 1em;
	font-weight: 500;
}

#home-header strong {
	font-size: 1.1em;
	font-weight: 300;
}

a#hh-btn1 {
	border: 1px solid var(--bleu);
	margin-right: 1em;
}

a#hh-btn2 {
	background: rgb(255 255 255 / 25%);
	backdrop-filter: blur(9px);
	border-width: 1px;
}

.home h2 {
	background-color: rgb(255 255 255 / 14%);
	display: inline-block;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 1em;
	border-radius: 99px;
	padding: 0 1em;
	font-weight: 500;
	margin-bottom: 1em;
}

#home-partners>div,
#home-sav>div,
#home-top>div,
#home-story>div,
#home-spec>div,
#home-shop>div {
	padding: 4em 0;
}

#home-top #home-top-boxes .vc_column-inner {
	padding: 8%;
	background-color: rgb(255 255 255 / 9%);
	border-radius: 25px;
}

#home-top-boxes img {
	background: rgb(255 255 255 / 21%);
	padding: 9px !important;
	border-radius: 9px;
}

#home-top-boxes {
	margin-top: 3%;
	margin-bottom: 3%;
}

/* #home-top:before {
	content: '';
	background: tomato;
	width: 2em;
	height: 2em;
	position: absolute;
	z-index: 9;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 0%;
	right: 0%;
} */
#home-partners h2,
#home-sav h2,
#home-shop h2,
#home-spec h2,
#home-story h2 {
	background-color: rgb(30 58 95 / 15%);
	color: var(--bleu);
}

#home-story strong {
	color: var(--bleu);
}

.white-cards {
	margin-top: 6%;
	margin-bottom: 4% !important;
}

.white-cards .vc_column-inner {
	padding: 8%;
	background-color: white;
	border-radius: 25px;
}

.white-cards img {
	background: rgb(30 58 95 / 15%);
	padding: 9px !important;
	border-radius: 9px;
}

#home-partners h3,
#home-top-boxes h3,
#home-spec h3,
#home-shop h3 {
	font-size: 1.1em;
}

div#home-spec {
	margin-bottom: 0;
}

#spec-cards {
	padding-top: 3%;
}

#spec-cards .vc_column-inner {
	border-radius: 20px;
	box-shadow: 5px 5px 12px rgb(0 0 0 / 10%);
	overflow: hidden;
	padding-bottom: 6% !important;
}

#spec-cards .vc_column-inner .wpb_text_column:nth-child(1) {
	aspect-ratio: 16/9;
	padding: 6%;
	background-size: cover;
}

#spec-cards .vc_column-inner .wpb_text_column:nth-child(2) {
	padding: 3% 9%
}

#spec-cards .vc_column-inner .wpb_text_column:nth-child(1) img {
	background: rgb(255 255 255 / 100%);
	padding: 9px !important;
	border-radius: 9px;
}

#spec-cards .nectar-button {
	margin-left: 6%;
}

#home-partners h3,
#home-sav h3,
#home-shop h3,
#home-spec h3,
#home-spec .row_col_wrap_12_inner:nth-of-type(1) p,
#home-spec .wpb_text_column strong,
#home-shop .wpb_text_column strong,
#home-sav .wpb_text_column strong,
#home-partners .wpb_text_column strong,
#home-shop .row_col_wrap_12_inner:nth-of-type(1) p {
	color: var(--bleu);
}

#home-partners .wpb_text_column strong,
#home-sav .wpb_text_column strong,
#home-shop .wpb_text_column strong,
#home-spec .wpb_text_column strong {
	font-weight: 400;
}

#home-shop .wpb_raw_code {
	margin-top: 3%;
}

#home-shop .products {
	display: flex !important;
	flex-wrap: wrap;
}

#home-partners .owl-stage-outer {
	display: flex;
	justify-content: center;
	background: #f3f3f3;
	border-radius: 20px;
}

/* ⋆ ✢ ✣ ✤ ✥ ✦ ✧ ✩ ✪ ✫ ✬ ✭ ✮ ✯ ✰ ★ ✢ ✣ ✤ ✥ ✦ ✧ ✩ ✪ ✫ ✬ ✭ ✮ ✯ ✰ ★ ✢ ✣ ✤ ✥ ✦ ✧ ✩ ✪ ✫ ✬ ✭ ✮ ✯ ✰ */
.tswd-product-category {
	display: inline-block;
	color: var(--bleu);
	margin: 5px 0;
	position: absolute;
	z-index: 999;
	background: #f7f5f5;
	border-radius: 99px;
	padding: 6px 14px;
	right: 9px;
	top: 9px;
	border: 1px solid var(--bleu);
	font-size: .8em;
	line-height: 1.35em;
	text-align: right;
}

body #ajax-content-wrap .products .tswd-listing-cart-btn {
	padding: 8px 13px !important;
}

.woocommerce .material.product .product-wrap .product-add-to-cart a {
	margin-top: 0;
	background: var(--bleu) !important;
	color: white !important;
}

.woocommerce .material.product .product-wrap .product-add-to-cart * {
	color: white !important;
}

.woocommerce .material.product .product-wrap .product-add-to-cart a:hover,
.woocommerce .material.product .product-wrap .product-add-to-cart :hover *,
.woocommerce .material.product .product-wrap .product-add-to-cart a>span:hover {
	color: white !important;
}

.products .product .compensateur {
	display: block;
	height: 2em;
	width: 1em;
	background-color: transparent;
	pointer-events: none;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	right: 280px;
}

/* ⋆ ✢ ✣ ✤ ✥ ✦ ✧ ✩ ✪ ✫ ✬ ✭ ✮ ✯ ✰ ★ ✢ ✣ ✤ ✥ ✦ ✧ ✩ ✪ ✫ ✬ ✭ ✮ ✯ ✰ ★ ✢ ✣ ✤ ✥ ✦ ✧ ✩ ✪ ✫ ✬ ✭ ✮ ✯ ✰ */
.woocommerce-page a.single_add_to_cart_button {
	background-color: #1e3a5f !important;
	font-size: 16px;
	padding: 20px 45px !important;
	transition: all .2s ease;
}

body.single-product .products {
	margin-top: 4%;
}

/* ⋆ ✢ ✣ ✤ ✥ ✦ ✧ ✩ ✪ ✫ ✬ ✭ ✮ ✯ ✰ ★ ✢ ✣ ✤ ✥ ✦ ✧ ✩ ✪ ✫ ✬ ✭ ✮ ✯ ✰ ★ ✢ ✣ ✤ ✥ ✦ ✧ ✩ ✪ ✫ ✬ ✭ ✮ ✯ ✰ */
#footer-outer #footer-widgets .col p {
	overflow-wrap: anywhere;
}

#text-4 img,
#text-5 img {
	margin-bottom: 0;
}

#text-3 {
	margin-bottom: 18px !important;
}

#copyright p:after {
	background: var(--drapeau);
	content: '';
	width: 2em;
	height: 1em;
	z-index: 9;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	bottom: -.1em;
	right: 0%;
	left: 0;
	margin: auto;
	position: relative;
	display: inline-block;
	margin-left: .5em;
}

#copyright .copyright-bar a:not(:nth-last-child(1)):after {
	content: "-";
	margin: 0 4px 0 8px;
}