/**********/
/* COMMON */
/**********/

body {
	overflow-x: hidden;
	background: #fff;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
  	font-variation-settings: "wdth" 100;
	font-size: 1vw;
	color: #000;
}

.site_container {
	padding: 1.5vw 5vw;
}

.g-1, .gx-1 {
    --bs-gutter-x: 1vw;
}

.g-1, .gy-1 {
    --bs-gutter-y: 1vw;
}

*:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

a, button {
	transition: all 0.25s ease;
	text-decoration: none;
}

a:hover {
	color: #008066;
}

p { 
	margin-bottom: 1.5vw;
}

.tel-link { 
	pointer-events: none;
  	cursor: default; 
}

.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 1000;
}

.btn_green {
	display: flex;
	align-items: center;
	gap: 1vw;
	border-radius: 2vw;
	height: 3.25vw;
	color: #fff;
	text-transform: uppercase;
	background-color: #008066;
	font-weight: 600;
	padding: 0 .5vw 0 1vw;
}

.btn_green span {
	border-radius: 50%;
	color: #000;
	font-size: 1.5vw;
	background-color: #fff;
	width: 2.5vw;
	height: 2.5vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn_green:hover {
	color: #fff;
	background-color: #000;
}

.btn_tel {
	border: 1px solid #008066;
	border-radius: 2vw;
	display: flex;
	align-items: center;
	padding: 0 1.5vw;
	height: 2.5vw;
	font-size: 1vw;
	color: #008066;
	font-weight: 600;
	text-transform: uppercase;
}

strong.medium {
	font-weight: 600;
}

h1 {
	font-size: 4.5vw;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

h1 i {
	font-weight: 400;
}

h1 span {
	display: block;
	margin-bottom: 2.5vw;
	color: #008066;
	font-weight: 700;
	font-size: 1vw;
}

h2 {
	font-size: 1vw;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 2vw 0;
}

h2 span {
	display: flex;
	align-items: center;
	gap: 1vw;
	font-size: 1vw;
	margin-bottom: 1vw;
}

h2 span::before {
	content: "•";
	font-size: 3vw;
	line-height: 0;
	display: inline-block;
	color: #008066;
}

h2.white span::before {
	color: #fff;
}

h2.big {
	font-size: 3vw;
	font-weight: 600;
	margin: 0 0 5vw 0;
}

h3 {
	font-size: 2vw;
	font-weight: 600;
	margin: 0 0 1.5vw 0;
	font-weight: 700;
}

h4 {
	font-size: 1.25vw;
	font-weight: 700;
	margin: 0 0 1.5vw 0;
	font-weight: 700;
}

h6 {
	font-size: 1.25vw;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 .5vw 0;
}

ul {
	padding-left: 2vw;
	margin-bottom: 2vw;
}

/**********/
/* HEADER */
/**********/

header.main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5vw;
	padding: 1.5vw 5vw;
}

.logo {
	display: block;
	width: 15vw;
}

.tools {
	display: flex;
	align-items: center;
	gap: 2.5vw;
}

.social {
	display: flex;
	align-items: center;
	gap: 1.5vw;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 2vw;
}

.wpml-ls-statics-shortcode_actions {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

.wpml-ls-legacy-list-horizontal a {
	padding: 0;
}

.tools .tel-link, .tools .wpml-ls-statics-shortcode_actions a {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}

.tools .wpml-ls-statics-shortcode_actions a:hover {
	color: #008066;
}



/**********/
/* Footer */
/**********/

footer.main {
	display: block;
	margin-top: 5vw;
}

.footer_content {
	padding: 5vw 5vw 1.5vw 5vw;
}

.slogan {
	display: block;
	font-size: 3.5vw;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 2.5vw 0;
}

footer.main .row {
	margin-bottom: 1vw;
}

footer.main .row:first-child {
	margin-bottom: 5vw;
}

footer.main .row:last-child {
	margin-bottom: 0;
}

.big-tel {
	color: #008066;
	font-weight: 600;
	font-size: 5vw;
}

.webmaster {
	color: #008066;
	font-weight: 700;
}

.webmaster:hover {
	color: #000;
}

.email {
	color: #000;
	font-weight: 500;
}

.webmaster:hover {
	color: #008066;
}

footer.main .btn_green {
	display: inline-flex;
	margin: 0 0 3.5vw 0;
}

footer.main p {
	line-height: 1.2;
}



/* Home */

#hero {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 5vw;
}

.col_left {
	flex-basis: 30%;
}

.col_right {
	flex-basis: 70%;
}

.marquee {
	border-radius: 1.5vw;
	background-color: #008066;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	/* optionnel : hauteur fixe si vous voulez un bandeau de hauteur constante */
	/* height: 50px; */
}

.marquee_wrapper {
	display: inline-flex;
	align-items: center;
	gap: 1vw;
	white-space: nowrap;
	will-change: transform;
	/* durée en secondes, ajustez selon la longueur du contenu */
	animation: marquee linear infinite;
}

.marquee_wrapper span {
	display: inline-flex;
	align-items: center;
	gap: 1.5vw;
	padding: .5vw 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.5vw;
}

.marquee_wrapper img {
	flex-shrink: 0;
}

@keyframes marquee {
	from { transform: translateX(0); }
	to   { transform: translateX(var(--marquee-distance)); }
}

.marquee_header {
	margin: 0 -5vw;
	border-radius: 0;
}

.marquee_footer {
	border-radius: 0;
}

#home_company {
	padding: 5vw 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.company_items_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.company_item {
	display: flex;
	flex-direction: column;
	gap: .5vw;
	color: #008066;
	border-top: 1px solid #008066;
	padding-top: 1vw;
}

.company_item__title {
	text-transform: uppercase;
	font-weight: 600;
}

.company_item__number {
	font-size: 3vw;
	line-height: 1;
	font-weight: 700;
}

#home_about {
	background-color: #008066;
	color: #fff;
	margin: 0 -5vw;
	padding: 5vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#home_activities {
	padding: 5vw 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.areas_wrapper {
	display: flex;
	flex-direction: column;
	gap: 5vw;
}

.areas_item {
	display: flex;
	flex-wrap: wrap;
}

.areas_item__title {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 1vw;
	font-size: 2vw;
	font-weight: 700;
	flex-basis: 40%;
}

.areas_item__text {
	flex-basis: 60%;
}

.areas_item__text ul li {
	padding-bottom: .5vw;
	font-weight: 600;
}

#home_retailers {
	background-color: #008066;
	color: #fff;
	margin: 0 -5vw;
	padding: 5vw;
}

.aRetailer {
	border-radius: 1.5vw;
	overflow: hidden;
	background-color: #fff;
	color: #000;
	border: 2px solid #006651;
	flex: 1;
	flex-basis: calc(20% - 1vw);
}

.aRetailer__title {
	text-transform: uppercase;
	padding: 1vw 1vw 2vw 1vw;
	font-weight: 700;
	text-align: center;
}

.aRetailer__logo {
	width: 100%;
    height: auto;
    padding: 0 1vw 2vw 1vw;
    text-align: center;
}

.aRetailer__logo img {
	width: auto;
	height: 65%;
}

.aRetailer__infos {
	display: flex;
	flex-direction: column;
	background-color: #E5F2FA;
	border-top: 2px solid #C4D3CF;
	padding: 1vw;
	color: #000;
	font-size: .85vw;
	text-transform: uppercase;
}

.aRetailer__infos .tel-link {
	font-size: 1vw;
	font-weight: 600;
	color: #000;
}

.cta {
	border-radius: 1.5vw;
	overflow: hidden;
	background-color: #008066;
	color: #fff;
	margin: 5vw 0 0 0;
	cursor: pointer;
}

.cta_title {
	padding: 1vw 2vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btn_icon {
	display: flex;
	gap: .5vw;
	align-items: center;
	color: #fff;
}

.btn_icon i {
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1vw;
	height: 1vw;
	border-radius: 50%;
	font-size: .75vw;
	line-height: 1;
	transition: all 0.25s ease;
}

.btn_icon:hover {
	color: #000;
}

.btn_icon:hover i {
	border-color: #000;
}

.cta_img {
	overflow: hidden;
}
.cta_img img {
	transition: all 0.25s ease;
}

.cta_img:hover img {
	transform: scale(1.1);
}


/* Products listing */

#listing {
	padding: 5vw 0;
}

.filter_wrapper {
	display: flex;
	align-items: center;
	gap: 2vw;
	margin-bottom: 2.5vw;
}

.filter_wrapper .select_wrapper select {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
  
.filter_wrapper .select_wrapper .fake-select {
	position: relative;
	width: 100%;
	cursor: pointer;
}

.filter_wrapper .select_wrapper .fake-select .fs-trigger {
	display: block;
	width: 100%;
	padding: 0.5vw 1vw;
	border: 1px solid #008066;
	border-radius: 2vw;
	background-color: #e5f2f0;
	font-size: 1vw;
	font-weight: 600;
	color: #050A0A;
	text-align: left;
	position: relative;
}

.filter_wrapper .select_wrapper .fake-select .fs-options {
	display: none;
	position: absolute;
	top: calc(100% + 0.5vw);
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0.5vw 0;
	border: 1px solid #008066;
	border-radius: 2vw;
	background-color: #e5f2f0;
	list-style: none;
	max-height: 20vw;
	overflow-y: auto;
	z-index: 10;
}

.filter_wrapper .select_wrapper .fake-select .fs-options li {
	padding: 0.5vw 1vw;
	font-size: 1vw;
	color: #050A0A;
}
.filter_wrapper .select_wrapper .fake-select .fs-options li:hover {
	background-color: rgba(0, 128, 102, 0.2);
}

.filter_wrapper .select_wrapper .fake-select.fs-open .fs-options {
	display: block;
}

.filter_wrapper .select_wrapper.width1 {
	width: 33.3%;
}

.filter_wrapper .select_wrapper.width2 {
	width: 16.65%;
}

.filter_wrapper .select_wrapper .fake-select .fs-trigger::after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 1vw;
	transform: translateY(-50%);
	transition: transform 0.2s ease;
	pointer-events: none;
	font-size: 1vw;
	color: #050A0A;
}
  
.filter_wrapper .select_wrapper .fake-select.fs-open .fs-trigger::after {
	transform: translateY(-50%) rotate(180deg);
}


.aProduct {
	position: relative;
	cursor: pointer;
	border-radius: 1vw;
	background-color: #e5f2f0;
	overflow: hidden;
	margin-bottom: 1vw;
}

.aProduct__img {
	border: 1px solid #008066;
	border-radius: 1vw;
	overflow: hidden;
}

.aProduct__img img {
	transition: all 0.25s ease;
}

.aProduct:hover .aProduct__img img {
	transform: scale(1.1);
}

.aProduct__details {
	display: flex;
	flex-direction: column;
	padding: 1vw;
}

.aProduct__details .aProduct__details__price {
	font-weight: 600;
	font-size: 1.2vw;
}

.aProduct__details .aProduct__details__desc {
	font-weight: 400;
}
.aProduct__details .aProduct__details__specs {
	color: #666;
	font-size: .85vw;
	font-weight: 600;
}

.aProduct__infos {
	border-top: 1px solid #C4D3CF;
	padding: 1vw;
	font-size: .85vw;
	font-weight: 700;
	background-color: #00452E0D;
}

.aProduct__infos .label {
	text-transform: uppercase;
	color: rgba(0,0,0,0.5);
	font-weight: 600;
	font-size: .75vw;
}

.aProduct__infos__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 12vw;
}


/* Single */

#single #hero .col_left {
	flex-basis: 50%;
}

#single #hero .col_right {
	flex-basis: 50%;
	text-align: right;
}

#single #hero .col_right h1 {
	margin: 1.5vw 0 0 0;
}

#single h1 {
	font-size: 6vw;
	font-weight: 600;
}

#single #hero h1 span.single_brand {
	font-size: 6vw;
	line-height: 1;
	font-weight: 500;
	color: #000;
	margin: 0 0 1vw 0;
}

#single #hero h1 span.single_serial {
	font-size: 3vw;
	line-height: 1;
	font-weight: 500;
	color: #000;
	margin: 0;
}

#single #hero h2 {
	color: #008066;
	margin: 0 0 1vw 0;
}

#featured_img {
	position: relative;
	border-radius: 1vw;
	overflow: hidden;
	border: 1px solid #008066;
}

#product_details {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 5vw;
	background-color: #008066;
	color: #fff;
	border-radius: 1vw;
	height: 100%;
}

#product_details .col_left p {
	display: flex;
	flex-direction: column;
}

#product_details .col_right h2 {
	font-size: 3vw;
	font-weight: 400;
}

#product_details .col_right ul {
	margin-top: -1vw;
}

#gallery {
	display: flex;
	gap: 1vw;
}

#gallery .img1 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 1vw;
	border: 1px solid #006651;
	width: 100%;
	height: 30vw;
}

#gallery .img2 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 1vw;
	border: 1px solid #006651;
	width: 50%;
	height: 30vw;
}

#gallery .img3 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 1vw;
	border: 1px solid #006651;
	width: 50%;
	height: 30vw;
}

#featured_product {
	padding: 5vw 0 0 0;
}

#featured_product h2 {
	text-align: center;
	color: #000;
	font-size: 3vw;
	font-weight: 500;
}

#featured_product h2 span::before {
	content: none;
}

#featured_product h2 span {
	justify-content: center;
	text-transform: initial;
}

#featured_product .aProduct__img {
	height: 30vw;
}

#featured_product .aProduct__details {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 1vw;
	text-transform: uppercase;
}

#featured_product .btn_icon {
	color: #000;
}

#featured_product .btn_icon:hover {
	color: #008066;
}

#featured_product .btn_icon i {
	border-color: #000;
}

#featured_product .btn_icon:hover i {
	border-color: #008066;
}

.home_retailers_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 1vw;
	align-items: center;
}

/* Conteneur des dots */
.slick-dots {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 0.6rem;
	margin-top: 1.5rem;
	list-style: none;
	padding: 0;
	position: absolute;
	z-index: 10;
	width: 100%;
	bottom: 0;
	left: 0;
  }
  
  /* Chaque dot */
  .slick-dots li {
	margin: 0;
	padding: 0;
  }
  
  /* Bouton des dots */
  .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: none;
	background-color: #ccc;
	padding: 0;
	font-size: 0; /* cache le texte */
	cursor: pointer;
	transition: all 0.3s ease;
  }
  
  /* Dot actif */
  .slick-dots li.slick-active button {
	background-color: #008066;
	transform: scale(1.3);
  }
  
  /* Effet hover */
  .slick-dots li button:hover {
	background-color: #555;
  }