@charset "UTF-8";
/* CSS Document */ /* --------- 1. Reset CSS --------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, a-propos, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
article, aside, a-propos, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
strong{
	font-weight: 600;
}
:focus{
	outline: none;
}
input {
  border: none;
}
input:focus {
  border: none;
}
html {
  margin-top: 0 !important;
}
body {
  background-color: #fff;
  overflow: auto;
  transition: opacity 0.7s ease;
}
body, html {
  max-width: 100vw;
  overflow-x: hidden !important;
  position: relative;
}
body.page-template-mix-and-match{
	overflow-x: unset!important;
	overflow: unset!important;
}
div.container {
  width: 80%;
  max-width: 1450px;
  padding: 0 30px;
}
a {
  color: #000;
  display: block;
  text-decoration: none;
  width: fit-content;
}
.disable-scroll {
  overflow: hidden;
}
body.no-header header.principal {
  display: none;
}
body.no-header footer {
  display: none;
}
body.no-header div.height {
  display: none;
}
ol,
ul {
  list-style-type: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.separateur {
  clear: both;
  float: none;
}
.slick-slide:focus,
.slick-slide a {
  outline: none;
}
/* --------- 2. Base (général) --------- */
.slick-track {
  margin-left: initial;
}
#lost-password,
#view-order,
#edit-payment,
#add-payment-method,
section.page {
  min-height: 100vh;
  padding-top: var(--header-height);
  overflow-x: hidden;
}
#view-order,
#lost-password,
#edit-payment,
#add-payment-method,
.wrapper {
  box-sizing: border-box;
  max-width: 100%;
  padding: 0 5vw;
  width: 100%;
  margin: auto;
}
.mini-wrapper{
	box-sizing: border-box;
	padding: 0 60px;
	width: 100%;
	margin: auto;
}
@media only screen and (max-width: 1200px) {
  #lost-password,
  #view-order,
  #edit-payment,
  #add-payment-method {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 768px) {
  #view-order,
  #edit-payment,
  #add-payment-method {
    width: calc(100% - 50px);
  }
	#lost-password{
		width: 100%;
	}
  .popup .pop-content {
    width: 95%;
    margin-top: calc(var(--header-height) + 25px);
  }
}

:root {
  --color-red: #f40c29;
  --color-blue: #25408f;
  --color-blue-trans: #25408fd5;
  --color-blue-transp: rgba(37, 64, 143, 0.15);
  --color-lightblue: #a5adc4;
  --color-lightgray: rgba(0, 0, 0, 0.14);
  --color-black: #000000;
  --color-black-trans: #121212c0;
  --color-gray: #969696;
  --header-logo-width: 260px;
  --header-height: 109px;
  --title: "Inter";
  --texte: "Inter";
}
@media screen and (max-width: 1200px) {
  :root {
    --header-height: 75px;
  }
}
* {
  font-family: var(--texte);
  box-sizing: border-box;
  outline: none;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} 

h1,h2,h3,h4,h5,h6 {
  line-height: 1em;
}
h1,h2,h3,h4,h5,h6,button,a {
  font-family: var(--title);
  font-weight: 500;
}
h1.bigger {
  font-size: 5.333vw;
  font-size: clamp(30px, 5.333vw, 100px);
  font-weight: 600;
  line-height: 0.901em;
}
h1 {
  font-size: 5vw;
}
h1.smaller {
  font-size: 3.750vw;
}
h2 {
	font-size: 2.917vw;
	font-weight: 600;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 40px;
}
h5 {
  font-size: 32px;
}
h6 {
  font-size: 24px;
}
h6.smaller {
  font-size: 22px;
  font-weight: 400;
}
p.bigger {
  font-size: 28px;
}
section#single-product .woocommerce div.product .stock,
p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.333333em;
}
p.smaller {
  font-size: 20px;
}
p.bold {
  font-weight: 500;
}
p strong {
  font-weight: 500;
}
p.under {
  text-decoration: underline;
}
/* width and height of scrollbar track */
*::-webkit-scrollbar {
  width: 5px;
}
/* color of scrollbar track */
*::-webkit-scrollbar-track {
  background: white;
}
/* color of scrollbar handle */
*::-webkit-scrollbar-thumb {
  background: black;
}
::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b4b4b4;
  opacity: 1; /* Firefox */
  text-transform: uppercase;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b4b4b4;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b4b4b4;
  text-transform: uppercase;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b4b4b4;
  text-transform: uppercase;
}
#lost-password button[type="submit"],
.frm_style_formidable-style.with_frm_style .frm_submit button.btn,
.btn {
  padding: 17px 50px;
  font-weight: 500;
  font-family: var(--title);
  font-size: 20px;
  border-radius: 50px;
  border: 1px solid transparent;
  width: fit-content;
  transition: all 0.2s ease;
  text-align: center;
}
.btn:hover {
  cursor: pointer;
}
#lost-password button[type="submit"],
.frm_style_formidable-style.with_frm_style .frm_submit button.btn.blue,
.btn.blue {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  color: white;
}
.btn.trans {
  color: var(--color-black);
  border-color: var(--color-black);
}
.btn.black {
  background-color: var(--color-black);
  border-color: var(--color-black);
  color: white;
}
.btn.white {
  background-color: white;
  border-color: white;
  color: var(--color-blue);
}
.btn.white.bordered {
  border-color: var(--color-blue);
}
.btn.white.c-black {
  color: var(--color-black);
}
.btn.b-white {
  border-color: white;
}
.woocommerce-notices-wrapper {
  display: none;
}
.btn.blue:hover {
  background-color: #25408f2f;
  color: var(--color-blue);
}
section#single-product .product .top .atc-form .purchase .white:hover,
.btn.white:hover,
.btn.b-white:hover {
  background-color: #ffffff17;
  color: white;
}
.btn.black:hover {
  color: var(--color-black)!important;
  background-color: transparent;
}
.btn.trans:hover {
  background-color: #00000017;
  color: var(--color-black);
}
.arrows .next svg {
  rotate: 180deg;
}
section#single-product .arrows .next svg, section#single-product .arrows .prev svg{
	display: none;
}
section#single-product .slick-list{
	overflow: visible;
}
div.politique .wrapper{
	width: 90%;
	display: block;
	margin: 200px auto 100px;
}
div.politique ul{
	list-style-type: unset;
	margin-left: 0px;
}
div.politique h1{
	font-size: 2.5rem;
	margin-bottom: 1em;
}
div.politique ol{
	list-style-type: decimal-leading-zero;
	margin-left: 0px;
}
div.politique li, div.politique p{
	font-size: 24px;
}
/* NAVIGATION */
#navigation .desktop {
  width: 100%;
  background-color: #fff;
  display: flex;
  border-bottom: 1px solid var(--color-lightgray);
  transition: all 0.5s ease;
}
#navigation.my-set .desktop {
  transform: translateY(-100%);
}
#navigation .desktop .menu-item-home {
  display: none;
}
#navigation p,
#navigation a {
	font-size: 16px;
	font-weight: 500;
	font-family: var(--title);
	max-width: calc(100% - 80px);
}
header #navigation a{
	max-width: 100%;
}
#navigation .desktop .main {
  width: 100%;
}
#navigation .desktop ul {
  align-items: center;
}
#navigation .desktop .logo,
#navigation .desktop .utils,
#navigation .desktop .main,
#navigation .desktop ul li,
#navigation .desktop ul {
  display: flex;
}
#navigation .desktop ul li{
	position: relative;
}
#navigation .desktop ul li.hide-mobile{
	display: none;
}
#navigation .desktop .utils > ul{
	border-left: 1px solid var(--color-lightgray);
}
#navigation .desktop li,
#navigation .desktop li * {
  transition: all 0.4s ease;
}
#navigation .desktop li a {
    padding: 30px 15px;
    text-transform: uppercase;
    color: #7F7F7F;
    white-space: nowrap;
    max-width: unset;
}
#navigation .desktop li.border a{
	border-right: 1px solid var(--color-lightgray);
	border-left: 1px solid var(--color-lightgray);
}
#navigation .desktop li.sub-link a {
  padding-left: 5px;
  padding-right: 5px;
}
#navigation .desktop li.sub-link:first-of-type a {
  padding-left: 5px;
}
#navigation .desktop li.sub-link:last-of-type a {
  padding-right: 15px;
}


#navigation .desktop .main .utils .link {
  border-right: none;
}

#navigation .desktop .link * {
  color: var(--color-black);
}
#navigation ul li.wpml-ls-current-language{
	display: none;
}
#navigation  .desktop ul li.link.lang-mobile{
	display: none;
}
#navigation .mobile .utils > div.wpml-ls-statics-shortcode_actions {
	border: none;
}
#navigation .mobile .utils > div.utils{
	border-left: 1px solid var(--color-lightgray);
}
#navigation .mobile .menu-item-home {
  display: none;
}
#navigation .desktop .sub-link:hover * {
  color: var(--color-blue);
}
#navigation .desktop .sub-link * {
  color: var(--color-gray);
}
#navigation .desktop li.menu-item-has-children ul.sub-menu {
	align-items: flex-start;
	overflow-x: hidden;
	transition: all 0.4s ease;
	position: absolute;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border: 1px solid transparent;
	bottom: 0;
	transform: translateY(100%);
	padding: 10px 0;
	opacity: 0;
	display: none;
}
#navigation .desktop li.menu-item-has-children ul.sub-menu li{
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}
#navigation .desktop li.menu-item-has-children ul.sub-menu li a{
	margin: 0;
	padding: 10px 24px;
	width: auto;
	height: auto;
}
#navigation .desktop li.menu-item-has-children:hover ul.sub-menu{
	max-width: 100vw;
	border: 1px solid #DCDCDC;
	opacity: 1;
	display: block;
}
#navigation .desktop li.menu-item-has-children ul.sub-menu.active {
  	max-width: 100vw;
	border: 1px solid #DCDCDC;
	opacity: 1;
	display: block;
}
#navigation .desktop .logo {
  height: 100%;
  align-items: center;
  width: var(--header-logo-width);
  justify-content: center;
  padding-bottom: 8px;
  border-right: 1px solid var(--color-lightgray);
	padding: 0 20px;
}
#navigation .desktop .logo img{
	width: 100%;
}
#navigation .desktop #shop-btn {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
#navigation .desktop #shop-btn:hover {
  cursor: pointer;
}
#navigation .desktop.active #shop-btn:hover {
  background-color: transparent;
}
#navigation .desktop #shop-btn p {
  color: var(--color-black);
}
#navigation .desktop .utils {
  margin-left: auto;
}
#navigation .mobile .utils > div,
#navigation .desktop .utils li a {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
}
#navigation .wcml-horizontal-list>ul{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 39px;
}
#navigation .mobile .utils > div.wcml-horizontal-list{
	border-left: none;
}
#navigation .wcml-horizontal-list>ul li a{
	margin-right: 0;
	width: 24px!important;
}
#navigation .desktop .utils li:hover {
  cursor: pointer;
}
#navigation .desktop .utils li.link:first-of-type {
  width: 80px;
}
#navigation .desktop .utils li:first-of-type select {
  border: none;
  background-color: transparent;
  margin: auto;
}
#navigation .mobile .utils svg,
#navigation .desktop .utils li a svg {
  height: 30px;
  width: auto;
}
#navigation .mobile {
	display: none;
	height: 75px;
	background-color: white;
	width: 100%;
	border-bottom: 1px solid var(--color-lightgray);
	transition: all .5s ease;
}
#navigation .mobile .utils {
  display: flex;
  margin-left: auto;
}
#navigation .mobile .logo {
  width: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  height: 100%;
}
#navigation .mobile .logo img {
  max-width: 100%;
	width: 250px;
}
#navigation .mobile #ham {
  background-color: var(--color-blue);
  border: none;
  cursor: pointer;
  z-index: 101;
}
#navigation .mobile #ham span {
  transition: all 0.2s ease;
  background-color: #FFF;
  display: block;
  height: 2px;
  transform-origin: left center;
  width: 25px;
}
#navigation .mobile #ham span:nth-child(2) {
  margin: 7px 0;
}
#navigation .mobile #ham.active span:nth-child(1) {
  transform: rotate(45deg) translateX(2px) translateY(-2px);
}
#navigation .mobile #ham.active span:nth-child(2) {
  width: 0;
}
#navigation .mobile #ham.active span:nth-child(3) {
  transform: rotate(-45deg) translateX(2px) translateY(2px);
}
#navigation .mobile .menu-root {
  position: fixed;
  height: 120%;
  width: 100%;
  z-index: 100;
  transform: translateX(100%);
  transition: all 0.5s ease;
  display: flex;
  margin-top: 75px;
  flex-direction: column;
}
#navigation .desktop .account-link {
  display: none;
}
#navigation .mobile .menu-root * {
  display: block;
}
#navigation .mobile .menu-root > p,
#navigation .mobile ul.menu li a {
  padding: 10px 25px;
  width: 100%;
}
#navigation .mobile .menu-root.active {
  transform: translateX(0);
}
#navigation .mobile .menu-root ul.menu {
    display: flex;
    flex-direction: column;
    float: right;
    background-color: #fff;
	border-left: 1px solid var(--color-lightgray);
}
#navigation .mobile .menu-root > p,
#navigation .mobile .menu-root .menu > li {
  border-bottom: 1px solid var(--color-lightgray);
}
#navigation .mobile .menu-root li.menu-item-has-children a {
  position: relative;
}
#navigation .mobile .menu-root li.menu-item-has-children>a::after {
  content: "";
  border: 2px solid black;
  border-width: 0 2px 2px 0;
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(45deg);
}
#navigation .mobile .menu-root li.menu-item-has-children ul.sub-menu {
  overflow: hidden;
  border: none;
	display: none;
}
#navigation .mobile .menu-root > p,
#navigation .mobile .menu-root .menu > li > a {
  font-size: 24px;
}
#navigation .mobile .menu-root .sub-menu > li > a {
  font-size: 20px;
  color: var(--color-gray);
}
#navigation .mobile .menu-root a {
	text-align: right;
}
#navigation .desktop .wcml-dropdown > ul {
  height: 100%;
}
#navigation .desktop .utils li a.wcml-cs-item-toggle::after {
  display: none;
}
#navigation .wcml-dropdown li {
  border: none;
}
#navigation .desktop .utils li .wcml-cs-active-currency {
  width: 78px;
}
#navigation .desktop .utils .wcml-cs-submenu {
  flex-direction: column;
  border: 1px solid var(--color-lightgray);
}
#navigation .desktop .utils .wcml-dropdown * {
  transition: none;
  background-color: white;
}
#navigation .desktop .utils .wcml-cs-submenu li {
  transition: none;
}
#navigation .desktop .utils .wcml-cs-submenu li a {
  padding: 10px 0;
  width: 100%;
}
#navigation .desktop .utils .wcml-cs-submenu li a:hover {
  background-color: var(--color-blue-transp);
}
#navigation .desktop .utils .wcml-dropdown .wcml-spinner {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(50% + 5px));
}
header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
header .taxe-app{
	padding: 2px 25px;
	font-size: 16px;
	background-color: #000;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border: 1px solid var(--color-lightgray);
	color: #fff;
	font-weight: 400;
	width: 100%;
	text-align: center;
	transition: all .5s ease;
}
header.remove .taxe-app{
	transform: translateY(-100%);
}
.remove #navigation .mobile, .remove #navigation .desktop{
	top: 0;
}
header .taxe-app .wcml-horizontal-list ul{
	display: flex;
}
header .taxe-app div.ranger{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
header .taxe-app div.ranger div.right{
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}
header .taxe-app div.ranger div.right .top-menu{
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}
header .taxe-app div.ranger div.right .top-menu a{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
}
header .language .switcher .current {
	display: flex;
	height: 100%;
	align-items: center;
	transition: all .5s ease;
}

header .language .switcher{
	position: relative;
	padding-right: 20px;
}
header .switcher svg {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-75%);
  width: 12px;
  transition: all 0.2s ease;
}
header .language:hover .switcher svg {
  transform: translateY(-75%) rotate(-180deg);
}
header .switcher svg path {
  stroke: white;
}
header .language .select {
	position: absolute;
	width: 100%;
	bottom: -100%;
	padding-top: 7px;
	max-height: 0;
	overflow: hidden;
	pointer-events: none;
	height: fit-content;
	transition: all 0.2s ease;
	z-index: -1;
}
header .language:hover .switcher .select {
	max-height: 50px;
	pointer-events: all;
	background-color: #000;
}
header .language:hover .select {
  max-height: 500px;
  pointer-events: all;
}
header .language .switcher a {
	width: 100%;
	display: block;
	text-align: left;
	text-decoration: none;
}
#navigation.accueil.white .desktop{
	top: 25px;
	background-color: transparent;
	
}
#navigation.accueil.white .desktop .logo{
	border-right: none;
}
#navigation.accueil.white .desktop{
	border-bottom: none;
}
#navigation.accueil.white .desktop .link *, #navigation.accueil.white a{
	color: #fff;
}
#navigation.accueil.white .desktop .link svg path{
	fill: transparent;
	stroke: #fff;
}
#navigation.accueil.white .desktop .utils .link{
	border-color: #fff;
}
#navigation.accueil .mobile{
	top: 25px;
}
header .taxe-app a{
	display: inline;
	text-decoration: underline;
	color: #fff;
	font-size: inherit !important;
}
header .taxe-app span#close-taxe-popup, header .taxe-app span#close-taxe-popup-mobile{
	position: absolute;
	font-size: 1.5rem;
	font-weight: 400;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: none;
}
header .wpml-ls-legacy-list-horizontal .wpml-ls-flag{
	display: none;
}
section#conversion{
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: var(--color-blue);
	padding: 25px 0;
	width: 100%;
	z-index: 9;
}
section#conversion p{
	color: #fff;
	position: relative;
	font-size: 20px;
}

section#conversion span.plus{
	font-size: 40px;
	line-height: 16px;
	position: relative;
	top: 2px;
	font-family: sans-serif;
}
section#conversion span#close-popup-conversion{
	position: absolute;
	font-size: 1.5rem;
	font-weight: 400;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
#navigation.accueil.white .desktop .link *, #navigation.accueil.white a{
  color: #000;
}
.modal-window__content {
  position: relative;
  max-width: 1000px;
  overflow: hidden;
  width: 100%;
}
.modal-window__content:after {
  background-image: url('assets/image/pre-order.png');
  background-position: center;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 52%;
}
.modal-window__wrapper {
  align-items: center;
  display: none;
  height: 100dvh;
  justify-content: center;
  padding: 15px;
}
.modal-window__wrapper.is-block {
  display: flex;
}
.modal-window__content-main {
  border-radius: 15px;
  box-sizing: border-box;
  margin-left: 52%;
  padding: 60px 40px;
  width: 48%;
}
.modal-window__content-main h2,
.modal-window__content-main h3 {
  margin-bottom: 1.2em;
}
.modal-window__content-main p {
  font-size: 18px;
  margin-bottom: 1.5em;
}
.modal-window__content-main p:last-child {
  margin-bottom: 0;
}
.modal-window__content-main small {
  font-size: 0.6em;
  line-height: 0.6em;
}
.modal-window__content-main a[target="_blank"] {
  color: #25408f;
  text-decoration: underline;
}
/* FOOTER */
footer .footer__content__middle {
	width: 100%;
	display: flex;
}
footer .footer__content__middle .menu_left{
	width: 75%;
}
footer .footer__content__middle .menu_right{
	width: 25%;
}
footer .footer__content__middle .menu_right p {
	pointer-events: none;
	color: #979797;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
footer .socials{
	margin-bottom: 40px;
}
footer .socials ul{
	display: flex;
	gap: 30px;
}
footer .socials ul li.facebook a{
	margin-top: 20px;
	font-size: 0;
	width: 13px;
	height: 22px;
	background-image: url("assets/image/facebook.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
footer .socials ul li.instagram a{
	margin-top: 20px;
	font-size: 0;
	width: 22px;
	height: 22px;
	background-image: url("assets/image/instagram.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
footer .menu {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
footer .menu * {
  color: white;
}
footer .menu li > a {
  font-size: 20px;
	font-weight: 400;
}
footer .menu li.menu-item-has-children > a {
  pointer-events: none;
  color: #979797;
  font-size: 20px;
  font-weight: 400;
	text-transform: uppercase;
}
footer .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 25px;
}
#footer {
  width: 100%;
  align-items: center;
  display: flex;
  background-color: var(--color-black);
  color: white;
}
footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--color-black);
  z-index: 9;
  position: relative;
}
.footer__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer__content__top {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid var(--color-lightgray);
}
.footer__content__top .left {
  width: 50%;
}
.footer__content__top .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.footer__content__top .right form{
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.footer__content__top .right input[type=email]{
	border: 1px solid #fff;
	padding: 17px 20px;
    font-weight: 500;
    font-family: var(--title);
    font-size: 20px;
    border-radius: 0px;
    width: calc(100% - 191px);
    transition: all 0.2s ease;
    text-align: left;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
}
.footer__content__top .right input[type=submit]{
	padding: 17px 20px;
    font-weight: 500;
    font-family: var(--title);
    font-size: 20px;
    border-radius: 0px;
	background-color: #25408F;
    width: 191px;
    transition: all 0.2s ease;
    text-align: center;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border: none;
	color: #fff;
	text-transform: uppercase;
}
.footer__content__top .right #mce-responses{
	width: 100%;
}

.footer__content__top .right a {
  background-color: white;
  box-sizing: border-box;
  padding: 30px 60px;
  border-radius: 50px;
  text-decoration: none;
  color: var(--color-black);
}
.footer__content__top .right input {
  background-color: var(--color-black);
  color: white;
  font-size: 20px;
}
.footer__content__middle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
  border-bottom: 1px solid var(--color-lightgray);
}
.footer__content__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.footer__content__bottom .row {
  display: flex;
  gap: 200px;
}
.footer__content__bottom .language * {
  color: white;
}
.footer__content__bottom .language .switcher {
  position: relative;
  width: 85px;
}
#footer .currency .switcher {
  width: 85px;
  border-bottom: 1px solid white;
  position: relative;
}
#footer .wcml-dropdown * {
  color: white;
}
#footer .wcml-dropdown li {
  background-color: transparent;
  border: none;
  height: 100%;
}
#footer .wcml-dropdown .wcml-cs-submenu {
  bottom: 100%;
  top: unset;
  border: none;
}
.footer__content__bottom .language .switcher .current {
  display: flex;
  border-bottom: 1px solid white;
  height: 100%;
  align-items: center;
}
.footer__content__bottom .switcher svg {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-75%);
  width: 12px;
  transition: all 0.2s ease;
}
.footer__content__bottom .switcher:hover svg {
  transform: translateY(-75%) rotate(-180deg);
}
.footer__content__bottom .switcher svg path {
  stroke: white;
}
.footer__content__bottom .language .select {
  position: absolute;
  width: 100%;
  bottom: 100%;
  padding-top: 7px;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  height: fit-content;
  transition: all 0.2s ease;
}
#footer .wcml-dropdown a.wcml-cs-item-toggle {
  padding: 0;
  height: 100%;
  line-height: 25px;
}
#footer .wcml-dropdown a.wcml-cs-item-toggle::after {
  display: none;
}
#footer .wcml-dropdown .wcml-cs-submenu li a {
  padding: 7px 0;
}

.wcml-horizontal-list li a[rel=CAD]{
	font-size: 0!important;
	display: block;
	width: 30px;
	height: 20px;
	background-image: url("assets/image/Flag_of_Canada.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
	position: relative;
	top: 0px;
}
.wcml-horizontal-list li a[rel=USD]{
	font-size: 0!important;
	display: block;
	width: 30px;
	height: 20px;
	background-image: url("assets/image/Flag_of_the_United_States_.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 10px;
	top: 0px;
}
#footer .wcml-horizontal-list li a[rel=CAD], #footer .wcml-horizontal-list li a[rel=USD]{
	top: -10px;
}
.footer__content__bottom .language .switcher:hover .select {
  max-height: 50px;
  pointer-events: all;
}
.footer__content__bottom .language .select:hover {
  max-height: 500px;
  pointer-events: all;
}
.footer__content__bottom .language .switcher a {
  width: 100%;
}
.footer__content__bottom .credits {
}
.footer__content__bottom .credits p {
  color: var(--color-gray);
}
.footer__content__bottom .currency,
.footer__content__bottom .language {
  display: flex;
  gap: 15px;
}
.footer__content__bottom .currency{
	/*display: none;*/
}
.footer__content__bottom .language p {
  color: var(--color-gray);
}
.footer__content__bottom .currency p {
  color: var(--color-gray);
}

div#popup-promo{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.90);
	z-index: 999999999999999;
}
div#popup-promo .content{
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
div#popup-promo .content .mobile{
	display: none;
}
div#popup-promo .content img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
div#popup-promo span#x{
	font-size: 24px;
	color: #000	;
	top: 5px;
	right: 10px;
	position: absolute;
	cursor: pointer;
}

/* Hyglator */ 

div#hyglator.page{
	margin-top: 250px;
}
div#hyglator.page div.ranger{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
}
div#hyglator.page div.ranger div.colonne{
	width: 50%;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
div#hyglator.page h1{
	font-size: 60px;
	font-size: clamp( 24px, 2.8vw, 60px);
	font-weight: 600;
	margin-bottom: 1em;
	line-height: 1.2;
}
div#hyglator.page h1 strong{
	color: #25408F;
}
div#hyglator.page p{
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	margin: 1em 0;
	letter-spacing: 2%;
}
div#hyglator.page .hyglator{
	display: inline-block;
	width: 380px;
}
div#hyglator.page .hyglator img{
	width: 100%;
	height: auto;
}
div#hyglator.page .hyglator p{
	font-size: 20px;
	color: #25408F;
	font-weight: 600;
	margin: 0;
}
div#hyglator.page .hyglator p.right{
	text-align: right;
}
div#hyglator.page div.ranger div.colonne video{
	overflow: hidden;
	border-radius: 12px;
}
section#single-product .technologies p a{
	font-weight: 500;
	font-size: 16px;
	margin: 1em 0;
	text-decoration: underline;
	color: #7D7D7D;
}
.filter-dropdown {
  padding: 2px;
  position: relative;
  width: fit-content;
}
.filter-dropdown.visible {
  z-index: 9;
}
.filter-dropdown.visible > li::after {
  transform: rotateX(180deg);
}
.filter-dropdown.active span.label {
  color: #FFF;
}
.filter-dropdown > li {
  position: relative;
}
/*.filter-dropdown > li::after {
  background-image: url("../assets/image/select-arrow.svg");
  background-size: 12px;
  background-position: right 0 center;
  background-repeat: no-repeat;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  right: -20px;
  top: 0;
  transition: all 0.3s ease;
  position: absolute;
}*/
.filter-dropdown span,
.filter-dropdown label {
  transition: all 0.3s ease;
}
.filter-dropdown span.label {
  display: block;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 100%;
}
.filter-dropdown span.label:hover {
  opacity: 0.7;
}
.filter-dropdown .dropdown-elements {
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  padding: 10px;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  top: calc(100% + 5px);
  transition: all 0.2s ease;
  min-width: 100%;
  z-index: -1;
}
.filter-dropdown .dropdown-elements p.view-chart {
  background-color: #25408F;
  border-radius: 20px;
  color: #FFF;
  display: block;
  padding: 5px 10px !important;
  cursor: pointer;
  font-size: initial;
  transition: all 0.3s ease;
  width: fit-content;
}
.filter-dropdown .dropdown-elements p.view-chart:hover,
section#shop #shop-menu #size-inputs > div p.view-chart:hover {
  opacity: 0.8;
}
.filter-dropdown .dropdown-elements li {
  margin-bottom: 15px;
  white-space: nowrap;
}
.filter-dropdown .dropdown-elements li:last-child {
  margin-bottom: 0 !important;
}
.filter-dropdown .dropdown-elements li input {
  display: none;
}
.filter-dropdown .dropdown-elements li label {
  color: #969696 !important;
  cursor: pointer;
  font-size: 16px !important;
}
.filter-dropdown .dropdown-elements li label:hover {
  color: #25408F !important;
}
.filter-dropdown .dropdown-elements label.active {
  color: #25408F !important;
}
.filter-dropdown.visible span.label {
  color: #FFF;
}
.filter-dropdown.visible .dropdown-elements {
  opacity: 1;
  pointer-events: initial;
}

/*
@media only screen and (min-width: 1201px) {
	#navigation .wcml-horizontal-list>ul li a{
		margin-bottom: 5px;
		margin-top: 5px;
		margin-right: 10px;
	}
	#navigation .desktop .utils .link{
		width: 55px;
	}
	#navigation .desktop .utils li.link:first-of-type{
		width: 55px;
	}
	#navigation .desktop .utils li a{
		width: 55px;
	}
}*/
@media only screen and (max-width: 768px) {
  footer .menu li.menu-item-has-children > a {
  }
	div#popup-promo .content .mobile{
		display: block;
	}
	div#popup-promo .content .desktop{
		display: none;
	}
	#navigation .mobile .menu-root li.menu-item-has-children>a::after{
		right: 5px;
		width: 5px;
		height: 5px;
	}
	#navigation .mobile .menu-root > p, #navigation .mobile .menu-root .menu > li > a{
		font-size: 16px;
	}
	#navigation .mobile .menu-root .sub-menu > li > a{
		font-size: 14px;
		padding: 8px 25px;
	}
	#navigation .mobile .utils > div, #navigation .desktop .utils li a{
		width: 56px;
	}
	#navigation .mobile .menu-root{
		margin-top: 50px;
	}
  .modal-window__content-main {
    margin-top: 45%;
    margin-left: 0;
    padding: 40px;
    width: 100%;
  }
  .modal-window__content:after {
    height: 0;
    padding-bottom: 45%;
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .footer__content {
    box-sizing: border-box;
    padding: 0 0px;
  }
}
@media only screen and (max-width: 1200px) {
	#navigation  .desktop ul li.link.lang-mobile{
		display: flex;
	}
	
}
@media only screen and (max-width: 1300px) {
  .footer__content__top {
    flex-wrap: wrap;
  }
  .footer__content__top .left {
    width: 100% !important;
  }
  .footer__content__top .right {
    width: 100% !important;
    justify-content: start;
    padding-top: 45px;
  }
  .footer__content__bottom {
    flex-direction: column;
    gap: 50px;
  }
  .footer__content__bottom .row {
    gap: 100px;
  }
	
}
@media only screen and (max-width: 1100px) {
	#navigation .desktop li a {
		padding: 30px 10px;
		font-size: 14px;
	}
	div#hyglator.page .hyglator{
		width: 300px;
		max-width: 100%;
	}
	div#hyglator.page .hyglator{
		font-size: 12px;
	}
	div#hyglator.page div.ranger div.colonne{
		width: 100%;
	}
	div#hyglator.page div.ranger div.colonne:nth-child(2){
		order: 1;
	}
	div#hyglator.page div.ranger div.colonne:nth-child(1){
		order:2;
		margin-top: 40px;
		margin-bottom: 80px;
	}
	div#hyglator.page p{
		font-size: 16px;
		line-height: 32px;
	}
	div#hyglator.page .hyglator p{
		font-size: 16px;
	}
	div#hyglator.page {
		margin-top: 150px;
	}
}
@media only screen and (max-width: 900px) {
  footer .menu {
    grid-template-columns: 1fr;
  }
  .footer__content__bottom .row {
    gap: 50px;
  }
	footer .footer__content__middle .menu_left, footer .footer__content__middle .menu_right{
		width: 50%;
	}
	.footer__content__bottom{
		padding: 20px 0;
		gap: 0;
	}
	#navigation .desktop{
		display: none;
	}
	#navigation .mobile{
		display: flex;
	}
	header .taxe-app div.ranger{
		justify-content: space-between;
		gap: 10px;
		align-items: center;
	}
	header .taxe-app div.ranger div.right .top-menu li{
		display: none;
	}
	header .taxe-app div.ranger div.right .top-menu li.wpml-ls-item{
		display: block;
	}
	#navigation .mobile{
		top: 26px;
	}
  .filter-dropdown {
    width: 100%;
  }
  .filter-dropdown>li:after {
    right: 0;
  }
}
.footer__content__top .right {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
	
	.footer__content__top .right input[type=email]{
		width: calc(100% - 0px);
		font-size: 16px;
		border-bottom-left-radius: 0;
		border-top-right-radius: 10px;
		text-align: center;
	}
	.footer__content__top .right input[type=submit]{
		width: 100%;
		font-size: 16px;
		padding: 0;
		border-bottom-left-radius: 10px;
		border-top-right-radius: 0;
		height: 55px;
	}
	#header{
		margin-top: 68px!important;
	}
	#navigation .mobile .logo img{
		width: 130px;
	}
}
@media only screen and (max-width: 600px) {
	header .taxe-app{
		font-size:10px;
		padding: 3px 0px 3px 10px;
	}
	header .switcher svg{
		width: 30px;
	}
	header .language .switcher{
		padding-right: 30px;
	}
	header .taxe-app div.ranger{
		gap: 5px;
	}
	header .taxe-app div.ranger div.right .top-menu, header .taxe-app div.ranger div.right{
		gap: 10px;
	}
	.wcml-horizontal-list li a[rel=CAD],.wcml-horizontal-list li a[rel=USD]{
		width: 20px;
		height: 10px;
	}
	#navigation .mobile{
		top: 20px;
	}
	header .taxe-app div.ranger div.right .currency{
		display: flex;
		align-items: center;
	}
}
@media only screen and (max-width: 450px) {
  .footer__content__top .right a {
    padding: 15px 30px;
  }
  .footer__content__bottom,
  .footer__content__bottom .row {
    flex-direction: column;
    gap: 50px;
  }
}
section#about .top h1 {
  margin-bottom: 80px;
}
section#about .top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  justify-items: end;
  align-items: end;
}
section#about .top > div:first-of-type {
  height: 100%;
}
section#about {
  padding: 150px 0;
  overflow-x: hidden;
}
section#about .arrows svg {
}
section#about .arrows .prev,
section#about .arrows .next {
  cursor: pointer;
  height: 40px;
  width: 40px;
}
section#about .arrows {
  display: flex;
  padding: 20px 0;
  gap: 20px;
  align-items: center;
}
section#about .history .item {
  background-color: white;
  border-radius: 15px;
  margin: 0 20px;
  height: 100%;
  display: flex;
  height: 650px;
  overflow: hidden;
}
section#about .history .item .content {
  height: 100%;
  display: grid;
  grid-template-rows: 5fr 4fr;
}
section#about .history .item .content .image-wrapper {
  height: 100%;
  background-color: #121212;
  position: relative;
}
section#about .history .item .content .image-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
section#about .history .item .content > div:first-of-type h5 {
  color: var(--color-blue);
  margin-bottom: 15px;
}
section#about .history .item .content > div:first-of-type p {
  font-size: 20px;
}
section#about .history .item .content > div:first-of-type {
  padding: 20px;
}
section#about .history .slick-slider,
section#about .history .slick-slider,
section#about .history .slick-list,
section#about .history .slick-track {
  height: 100%;
}
section#about .history .slick-list {
  overflow: initial;
  margin: 0 -20px;
}
section#contactus {
  background-color: #FFF;
  height: 100vh;
}
section#contactus .with_frm_style .frm_message {
  background-color: var(--color-blue-transp);
  border: none;
}
section#contactus .with_frm_style .frm_message p {
  color: var(--color-blue);
}
section#contactus .form .frm_submit,
.form .frm_submit {
  margin: 0;
}
section#contactus .contactus__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}
section#contactus .contactus__content .contactus__content__left {
  height: 100%;
  position: relative;
  width: 100%;
}
section#contactus .frm_submit button {
  margin: 0;
}
section#contactus .contactus__content .contactus__content__right {
  padding: 60px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: 20px;
}
section#become h1 {
  margin-top: 90px;
}
section#become h1 {
  margin-bottom: 70px;
}
section#contactus .with_frm_style .frm_form_fields > fieldset {
  padding: 0;
}
section#contactus .contactus__content .contactus__content__left img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section#become .info {
  grid-template-columns: 1fr 1fr;
  display: grid;
  margin-bottom: 50px;
}
section#become {
  margin-bottom: 120px;
}
section#become .info > div {
  display: flex;
  padding: 15px;
  gap: 15px;
}
section#become .info > div > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
section#become .svg-wrap {
  height: 40px;
  width: 40px;
}
form.woocommerce-ResetPassword,
section#confirm .page.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
  gap: 30px;
}
.popup {
  position: fixed !important;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 300ms ease-out;
}
.popup.show {
  opacity: 1;
  pointer-events: all;
}
.popup .pop-content {
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 80px;
}
.popup-chart {
  position: fixed !important;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 9999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 300ms ease-out;
	display: none;
}
.popup-chart.show {
  opacity: 1;
  pointer-events: all;
}
.popup-chart .pop-content {
	background-color: white;
	border-radius: 20px;
	padding: 20px;
	padding-bottom: 80px;
	width: calc(100% - 50px);
	max-width: 600px;
	max-height: calc(100% - 50px);
	overflow-y: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999;
}
.popup-chart .pop-content .btn{
	display: block;
	margin: 0 auto;
}
.popup-chart .pop-content img{
	width: 100%;
	height: auto;
}
.woocommerce .slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
}
.slick-lightbox-slick-item-inner{
	background-color: #fff;
	width: 100%;
	border-radius: 15px;
}
.slick-lightbox{
	z-index: 9999999999;
}
.slick-lightbox-close:before{
	font-size: 40px;
}
.slick-lightbox-close{
	width: 40px;
	height: 40px;
}
.slick-arrow.slick-next:before,.slick-arrow.slick-prev:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 25px;
	background-color: #000;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	background-image: url("assets/image/chevron_right.svg");
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
}
.slick-arrow.slick-prev:before{
	transform: translate(-50%,-50%) rotate(180deg);
}
.slick-lightbox .slick-prev, .slick-lightbox .slick-next{
	z-index: 99;
}
.popup-chart {
  /*display: none;*/
}
.popup-chart .pop-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (max-width: 1440px) {
  section#contactus .contactus__content .contactus__content__right {
    padding: 20px 40px;
  }
  section#contactus .contactus__content .contactus__content__right h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 1200px) {
  h4 {
    font-size: 32px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
  h6.smaller {
    font-size: 18px;
    font-weight: 400;
  }
  p.bigger {
    font-size: 24px;
  }
  section#single-product .woocommerce div.product .stock,
  p {
    font-size: 20px;
  }
  p.smaller {
    font-size: 18px;
  }
	section#become{
		padding-top: 75px;
	}
  section#become h1 {
    margin-bottom: 30px;
  }
  section#become h1 {
    margin-top: 30px;
  }
  section#about .top {
    grid-template-columns: 3fr 2fr;
    gap: 40px;
  }
  section#about .top img {
    max-height: 300px;
  }
  .wrapper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 900px) {
  .taxe-app .right {
    display: none!important;
  }
  .taxe-app .ranger {
    justify-content: center!important;
  }
  section#about .top {
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    padding: 0px;
  }
  section#about .arrows{
    padding-left: 0;
  }
  section#contactus .contactus__content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1.5fr;
  }
  section#about .history .slick-list {
    margin: 0 -5px;
  }
  section#about .history .item {
    margin: 0 5px;
    max-height: calc(98vh - var(--header-height));
  }
  section#about .top h1 {
    margin-bottom: 30px;
  }
  section#about .top img {
    max-height: 200px;
  }
  section#become .info {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    gap: 20px;
  }
  section#become .info h6 {
    margin-top: 5px;
  }
  section#become .info > div > div {
    align-items: flex-start;
  }
  section#become .frm_fields_container > .frm_form_field {
    grid-column: 1 / span 12 !important;
  }
  section#about .history .item .content > div:first-of-type p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  section#contactus .contactus__content .contactus__content__right h1 {
    font-size: 56px;
  }
  section#about .top img {
    padding: 5px;
  }
	#navigation.accueil .mobile{
		top: 0;
	}
  section#contactus {
    height: fit-content;
  }
  section#about .top img {
    display: none;
  }
  section#about .history .item .content > div:first-of-type p {
    font-size: 16px;
  }
  section#about .top h1 {
    margin-bottom: 40px;
  }
  section#about .top {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .trusted__content {
    padding: 30px 0;
  }
  h1.bigger {
    font-size: 11.5vw;
  }
	.header__content__left__info .bottom h1{
		width: 100%!important;
	}
  h1 {
    font-size: 32px;
  }
  h1.smaller {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  p.bigger {
    font-size: 20px;
  }
  section#single-product .woocommerce div.product .stock,
  p {
    font-size: 20px;
  }
  p.smaller {
    font-size: 16px;
  }
  .footer__content__top .right {
    flex-direction: column;
    align-items: center;
  }
  .footer__content__top .left h4,
  .footer__content__top .right .btn {
    width: 100%;
    text-align: center;
	  padding: 10px;
  }
  section#contactus .contactus__content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 2fr;
  }
  section#contactus .contactus__content .contactus__content__right {
    padding: 65px 20px 80px;
  }
  .wrapper {
    padding: 0 20px;
  }
  section#about {
    padding: 150px 0 100px;
  }
}
@media screen and (max-width: 600px) {
  footer .menu {
    grid-template-columns: 1fr;
    columns: 2;
  }
	footer .menu li > a{
		font-size: 16px;
	}
	footer .menu li.menu-item-has-children > a, footer .footer__content__middle .menu_right p{
		font-size: 14px;
	}
	#navigation p, #navigation a{
		font-size: 12px;
	}
}
@media screen and (max-width: 500px) {
  section#contactus .form .frm_submit,
  section#contactus .form .frm_submit button {
    width: 100%;
  }
  .filter-dropdown span.label {
    font-size: 14px;
  }
  .filter-dropdown .dropdown-elements li label {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 350px) {
  footer .menu {
    grid-template-columns: 1fr;
    columns: 1;
  }
	
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin_center {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ajax-content {
  min-height: 62px;
  position: relative;
  z-index: 0;
}
.ajax-content.ajaxLoading {
  pointer-events: none;
}
.ajax-content.ajaxLoading:before {
  opacity: 1
}
.ajax-content:before {
  animation: spin 1s linear infinite;
  border: 5px solid #FFF;
  border-top: 5px solid #25408F;
  border-radius: 50%;
  content: '';
  display: block;
  height: 50px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: all 0.5s ease;
  top: 0;
  width: 50px;
  z-index: 99999;
}
#product-gallery.ajax-content:before {
  animation: spin_center 1s linear infinite;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.ajax-content:after {
  background-color: #FFF;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: all 0.3s ease;
  top: 0;
  width: 100%;
}
.ajax-content.ajaxLoading:after {
  opacity: 1;
}

/* Appliquer flex au li injecté */
.menu-item.menu-switcher {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

/* Le wrapper contenant langues et devises */
.menu-switcher-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

/* Forcer inline des items langue et devise */
.menu-langues li,
.menu-devises li {
    display: inline-flex!important;
    align-items: center;
    margin: 0;
    padding: 0;
}

.menu-langues li {
  border-right: 1px solid var(--color-lightgray)
}

ul#menu-top-en-1 {
    border-left: 0px solid !important;
}

/* Supprimer les UL par défaut */
.menu-langues ul,
.menu-devises ul {
    display: flex!important;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Alignement des liens */
.menu-langues a,
.menu-devises a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

/* Drapeaux */
.menu-switcher img {
    height: 14px;
    width: auto;
    vertical-align: middle;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-switcher {
    border-bottom: 0px solid var(--color-lightgray)!important;
}

@media screen and (max-width: 900px) {
  div#results div.ranger {
    padding-top: 16px!important;
  }
  .fixe-choices {
    border-top: 0px solid #DCDCDC!important;
  }
  p.view {
    width: 100%;
    padding: 8px 12px 8px 12px;
  }
  p.view 
  {
    font-size: 12px!important;
    padding: 2px 12px 2px 0px!important;
  }
}

@media (max-width: 555px) {
  #navigation .mobile {
      top: 20px !important;
  }
  section#mix-and-match div.ranger-main div.aside div#total div.ranger,
  section#mix-and-match div.ranger-main div.aside div#total div.ranger button {
      height: 30px!important;
  }
  p.view 
  {
    font-size: 12px!important;
  }
  .modal-window__wrapper {
    padding: 5px;
  }
  .modal-window__content-main {
    margin-top: 55%;
    padding: 20px;
  }
  .modal-window__content:after {
    padding-bottom: 55%;
  }
}

.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

div#addCart {
    padding-top: 0px !important;
}

section#mix-and-match div.select label form {
  width: 100%;
}
.wmc-shortcode {
  display: none !important;
}

.insulation-icon {
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 2;
}

.insulation-icon.shell-icon {
    background-image: url('/wp-content/uploads/2023/06/shell-1.svg');
}

.insulation-icon.insulated-icon {
    background-image: url('/wp-content/uploads/2023/06/insulated-1.svg');
}
.product-pill .insulation-icon {
  left: 8px;
  top: 8px;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 9999;
}
.modal .modal-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal .modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 460px;
  max-width: 90%;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
.modal .modal-content h3 {
  margin-bottom: 1em;
}
.modal .modal-content h3:first-child{
  margin: 0;
}
.modal .modal-content .close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
  color: #333;
}
.modal .form-group {
  margin-bottom: 1.5rem;
  text-align: left;
}
.modal label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 600;
  font-size: 0.95rem;
}
.modal select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
}
.modal .submit-btn {
  background: #222;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.2s;
}
.modal .submit-btn:hover {
  background: #000;
}
.modal hr {
  border: 1px solid #000;
  margin: 20px auto 16px;
  max-width: 100px;
}
body.no-scroll {
  overflow: hidden;
}