@charset "utf-8";
/*!
Theme Name: Enecsol
Description: Thème Enecsol
Text Domain: enecsol
Version: 1.0.0
Author: Kréalid
Author URI: http://www.krealid.com
*/
/**
 * BREAKPOINT (for-size)
 * 
 * deprecated
 */
/**
 * FLEXBOX (flex)
 * 
 * @mixin .flex(@wrap: nowrap, @justify: flex-start, @align-items: stretch, @align-content: stretch, @direction: row)
 * @param {mixed} @wrap Taille
 * @param {mixed} @justify Règle
 * @param {mixed} @align-items Règle2
 * @param {mixed} @align-content Règle2
 * @param {mixed} @direction Règle2
 */
/**
 * FLUID TYPOGRAPHY (fluid-type)
 * Défini une typo fluide entre 2 breakpoints à partir d'une taille de font minimum et maximum.
 * 
 * @mixin .fluid-type(@min_width, @max_width, @min-font-size, @max-font-size)
 * @param {int} @min_width Taille d'écran de départ
 * @param {int} @max_width Taille d'écran d'arrivée
 * @param {int} @min-font-size Taille du texte pour la taille d'écran de départ
 * @param {int} @max-font-size Taille du texte pour la taille d'écran d'arrivée
 */
/**
 * STRETCHED LINK (stretched-link)
 * Permet de rendre tout un bloc cliquable grâce au pseudo-élément `::after` de l'élément `<a>` enfant.
 */
.stretched-link {
  position: relative;
}
.stretched-link a[href]::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
/**
 * ASPECT RATIO (fixed-ratio)
 * Permet de définir le ratio d'un conteneur et indique à ses déscendants direct de recouvrir tout le bloc.
 */
/**
 * VIEWPORT SIZE (vw-size)
 * Permet de calculer une taille en VW à partir d'une taille en PX
 */
/**
 * GRID (grid)
 */
/* resource : https://css-tricks.com/an-auto-filling-css-grid-with-max-columns/ */
/**
 * FLEXGRID (flexgrid)
 */
/**
 * ASPECT-RATIO (aspect-ratio)
 */
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
a,
abbr,
address,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
label,
legend,
li,
object,
ol,
p,
pre,
q,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}
article,
aside,
figcaption,
figure,
figure img,
footer,
header,
hgroup,
main,
nav,
object,
section,
video {
  display: block;
}
ul li {
  list-style-type: none;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  background: transparent;
  color: inherit;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
a img {
  border: 0;
}
button,
input {
  font: inherit;
  color: inherit;
  line-height: normal;
}
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  text-align: inherit;
  overflow: visible;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
sub {
  font-size: 0.75em;
  vertical-align: baseline;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
/*-------------------------------------------*\
	BASICS
\*-------------------------------------------*/
/**
 * body
 *
 */
html,
body {
  scroll-behavior: smooth;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: black;
  line-height: 1.4;
  cursor: default;
  -webkit-text-size-adjust: none;
  position: relative;
}
body::after {
  content: 'mobile';
  display: none;
}
/**
 * selection
 *
 */
::-moz-selection {
  color: #FFFFFF;
  background-color: #000;
}
::selection {
  color: #FFFFFF;
  background-color: #000;
}
/**
 * paragraph
 *
 */
p + p,
p + blockquote,
blockquote + p,
blockquote + blockquote {
  padding: 1.3em 0;
}
p:last-child {
  padding-bottom: 0;
}
/**
 * screen-reader-text
 *
 */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
/*-------------------------------------------*\
	GLOBAL
\*-------------------------------------------*/
/**
 * wrap
 *
 */
.wrap,
.grid {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.main {
  min-height: 80vh;
}
.error-red-small {
  display: block;
  font-size: 12px;
  color: red;
  margin-top: 20px;
}
.wrap-header-upper {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.wrap-header-top {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.tooltip-fade-enter-active,
.tooltip-fade-leave-active {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.tooltip-fade-enter-from {
  opacity: 0;
  transform: scale(0) translateY(10px);
}
.tooltip-fade-enter-to {
  opacity: 1;
  transform: scale(1.25) translateY(0);
}
.tooltip-fade-leave-to {
  opacity: 0;
  transform: scale(1) translateY(10px);
}
.config-fade-enter-active,
.config-fade-leave-active {
  transition: opacity 0.5s ease;
}
.config-fade-enter-from,
.config-fade-leave-to {
  opacity: 0;
  transform: translateX(10px);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 h6,
.h6 {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -0.02em;
}
/* TVAYE TRY FIX HEADER ISSUE */
body {
  background: linear-gradient(180deg, #DBE6EC 0, transparent 200px);
  background-repeat: no-repeat;
}
/* specific front page (homepage) */
.home .header-upper {
  position: static !important;
}
.home .header {
  position: static !important;
  margin-bottom: 8px;
}
.home .header {
  position: fixed !important;
}
.home .header__container {
  background-color: transparent;
}
.bg-hp {
  padding-top: 140px !important;
}
/* END - TVAYE TRY FIX HEADER ISSUE */
.header {
  position: absolute;
  top: 6px;
  width: 100%;
  min-height: 86px;
  z-index: 1001;
  padding: 6px;
}
.header-search {
  display: none;
}
.header-search.active {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  filter: drop-shadow(0 4px 24px #78787825);
  padding: 0 55px;
  position: fixed;
  height: 80px;
  z-index: 3;
  animation: movein 0.5s forwards;
}
@keyframes movein {
  0% {
    top: -130px;
  }
  100% {
    top: 0;
  }
}
.header-search.active .search-form {
  width: 100%;
}
.header-search.active .search-form label {
  width: 100%;
}
.header-search.active .close-button {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 40px;
  cursor: pointer;
}
.header-search.active .search-field {
  background-color: transparent;
  color: #2D2E56;
  outline: none;
  outline-style: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #E0E8EC;
  padding: 15px 10px;
  width: 100%;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.header-search.active .search-field::-moz-placeholder {
  color: #778C97;
}
.header-search.active .search-field::placeholder {
  color: #778C97;
}
.header-search.active input[type="submit"] {
  display: none;
}
.header-upper {
  display: none;
  color: #2D2E56;
}
.header__container {
  display: flex;
  flex-direction: column;
  background-color: #2D2E56;
  padding: 6px 0;
  border-radius: 32px;
}
.header__container.search {
  display: none;
}
.header__container a {
  white-space: nowrap;
}
.header-top {
  display: flex;
  justify-content: center;
}
.header-top__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 74px;
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
}
.header-top__container > .menu-header-main-container {
  display: none;
}
.header-top__container #menu-header-main {
  display: flex;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  gap: 10px;
}
.header-top__container #menu-header-main > li {
  padding: 50px 5px;
  position: relative;
}
.header-top__container #menu-header-main > li a::after {
  content: '\f105';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.header-top__container #menu-header-main > li.menu-item-has-children .sub-menu {
  display: none;
}
.header-top__container #menu-header-main > li.menu-item-has-children:hover .sub-menu {
  position: absolute;
  top: 100%;
  left: -50px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  cursor: pointer;
  filter: drop-shadow(0 4px 24px #78787825);
  z-index: 99;
}
.header-top__container #menu-header-main > li.menu-item-has-children:hover .sub-menu > li {
  width: 100%;
  padding: 27px 60px;
}
.header-top__container #menu-header-main > li.menu-item-has-children:hover .sub-menu > li:hover {
  background-color: #FFCD26;
}
.header-top__container #menu-header-main > li.menu-item-has-children:hover .sub-menu > li:first-child {
  border-top: 1px solid #FFCD26;
}
.header-top__container #menu-header-main > li.menu-item-has-children:hover .sub-menu > li:last-child {
  border-radius: 0 0 30px 30px;
}
.header-top__search {
  display: block;
  order: 1;
  margin-left: -8px;
}
.header-top__search img {
  filter: brightness(0) invert(1);
}
.header-top__left {
  order: 1;
  z-index: 10;
  color: #fff;
  display: contents;
}
.header-top__config {
  font-weight: 600;
  font-size: 16px;
}
.header-top__logo {
  order: 2;
  max-width: 100px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-top__logo .custom-logo {
  transform: scale(0.7);
  transform-origin: center;
  transition: 0.2s ease-in;
}
.header-top__logo__text {
  width: 200px;
  height: auto;
  transition: 0.2s ease-in;
  opacity: 1;
}
.header-top__submenu {
  margin-right: 15px;
}
.header-top__icons {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 24px;
  order: 3;
  color: #fff;
  padding-right: 10px;
}
.header-top__icons img:not(.not-filter) {
  filter: brightness(0) invert(1);
}
.header-top__icons li:first-child {
  display: none;
}
.header-top__icons__account,
.header-top__icons__cart {
  font-size: 0;
}
.header-top__icons__account img,
.header-top__icons__cart img {
  filter: brightness(0) invert(1);
}
.header-top__icons__account {
  position: relative;
}
.header-top__icons__account .not-filter {
  position: absolute;
  top: -5px;
  left: 100% ;
  width: 18px;
  height: 18px;
  z-index: 2;
}
.header-top__icons__cart {
  position: relative;
}
.header-top__icons__cart__number {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -5px;
  left: calc(100% + 3px);
  background-color: #778C97;
  color: #fff;
  width: 18px;
  height: 18px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  z-index: 1;
  line-height: 0;
}
.header-bottom {
  display: none;
}
.header-bottom.active {
  max-height: 101vh;
  height: 101vh;
  display: flex;
  justify-content: space-between;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  border-radius: 0;
  background-color: #2D2E56;
  top: 0;
  left: 0;
  z-index: 3;
}
.header-bottom__left {
  display: flex;
  width: 300%;
  z-index: 4;
  background: url(./images/logo-big-motif.svg) 20px 100% no-repeat;
  background-size: 160%;
}
.header-bottom__tab {
  width: 100%;
  position: absolute;
  top: 130px;
  left: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.35s;
  color: #fff;
}
.header-bottom__tab li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
  height: 80px;
  cursor: pointer;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
  position: relative;
}
.header-bottom__tab .nav_menu_mobile {
  display: flex;
  width: 100%;
}
.header-bottom .menu-header-menu-mobile-container {
  width: 100%;
}
.header-bottom .header-search-mob {
  position: absolute;
  right: 26px;
  top: 64px;
}
.header-bottom .header-search-mob-container {
  position: relative;
}
.header-bottom .header-search-mob .search-form {
  position: relative;
}
.header-bottom .header-search-mob .search-form .screen-reader-text {
  color: #778C97;
  font-size: 14px;
}
.header-bottom .header-search-mob .search-form .search-field {
  height: 18px;
  border-radius: 60px;
  padding: 8px 25px;
  font-size: 14px;
  width: 130px;
}
.header-bottom .header-search-mob .search-form .search-submit {
  font-size: 0;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 5;
}
.header-bottom .header-search-mob-image {
  position: absolute;
  right: 16px;
  top: 8px;
  z-index: 0;
}
.header-bottom .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
}
.header-bottom__first {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.35s;
}
.header-bottom__first ul {
  position: absolute;
  width: 100%;
}
.header-bottom__first ul.active {
  display: flex;
  flex-direction: column;
}
.header-bottom__first ul.active li {
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  color: #2D2E56;
  cursor: pointer;
  padding-left: 12%;
  margin-right: 12%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-bottom__first ul.active li::first-letter {
  text-transform: capitalize;
}
.header-bottom__first ul.active li a {
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0.2em 0;
}
.header-bottom__first ul.active li.first-back {
  display: flex;
}
.header-bottom__first__products {
  padding: 100px 0;
  transition: transform 0.3s ease-in;
}
.header-bottom__first__products--cat {
  padding: 16px;
  border-radius: 20px;
  transition: 0.2s ease-in;
}
.header-bottom__first__products--cat::after {
  content: url('./images/arrow-next-large.svg');
  display: block;
  opacity: 0;
  transition: 0.2s ease-in;
}
.header-bottom__first__products--cat:hover {
  background-color: #DBE6EC;
  padding: 15px ;
  margin-left: 10% !important;
  margin-right: 10% !important;
}
.header-bottom__first__products--cat:hover::after {
  opacity: 1;
}
.header-bottom__first__products--back {
  display: flex;
  text-align: left;
  color: #2D2E56;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2em;
  height: 80px;
  position: relative;
  width: 100%;
  padding-left: 23% !important;
}
.header-bottom__first__products--back::before {
  content: url(images/left_arrow.svg);
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
}
.header-bottom__second {
  width: 100%;
  transform: translateX(100%);
  transition: transform 0.35s;
  background-color: #fff;
  padding: 100px 0;
}
.header-bottom__second.active {
  transition: transform 0.35s;
  transform: translateX(0);
}
.header-bottom__second.active .header-bottom__second--back {
  opacity: 1;
}
.header-bottom__second--back {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #E0E8EC;
  padding-left: calc(12% + 40px) !important;
}
.header-bottom__second--back::before {
  content: url(images/arrow_back_menu.svg);
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
}
.header-bottom__second li.effect--cat {
  padding: 16px;
  border-radius: 20px;
  transition: 0.2s ease-in;
}
.header-bottom__second li.effect--cat::after {
  content: url('./images/arrow-next-large.svg');
  display: block;
  opacity: 0;
  transition: 0.2s ease-in;
}
.header-bottom__second li.effect--cat:hover {
  background-color: #DBE6EC;
  padding: 15px ;
  margin-left: 10% !important;
  margin-right: 10% !important;
}
.header-bottom__second li.effect--cat:hover::after {
  opacity: 1;
}
.header-scroll {
  top: 12px !important;
  transition: 0.2s ease-in;
  position: fixed;
}
.header-scroll .header__container {
  border-radius: 24px;
  background-color: #2D2E56;
  padding: 10px 0;
}
.header-scroll .header-top__container .header-top__logo {
  top: 50%;
}
.header-scroll .header-top__container .header-top__logo .custom-logo {
  transform: scale(1);
}
.header-scroll .header-top__container .header-top__logo__text {
  opacity: 0;
  width: 0;
}
.header-scroll .header-top__container #menu-header-main {
  color: #fff;
}
.header-scroll .header-bottom.active {
  top: 0;
}
.header-bottom__first__products.active {
  transform: translateX(0);
}
.header-bottom__first__products {
  transform: translateX(-100%);
}
.hc-offcanvas-nav .nav-container {
  overflow: hidden;
}
.hc-offcanvas-nav .nav-container .nav-content {
  padding: 70px 26px;
  background-color: #2D2E56;
  background-image: url('images/logo-simple.svg');
  background-position: bottom left 5vw;
  background-repeat: no-repeat;
  background-size: 160vw;
}
.hc-offcanvas-nav .nav-container ul {
  background-color: transparent !important;
}
.hc-offcanvas-nav .nav-container .nav-content,
.hc-offcanvas-nav .nav-container ul {
  border-bottom: none !important;
}
.hc-offcanvas-nav .nav-container .nav-content.mobile-nav__search,
.hc-offcanvas-nav .nav-container ul.mobile-nav__search {
  padding: 0 0;
}
.hc-offcanvas-nav .nav-container .nav-content.mobile-nav__search input[type="submit"],
.hc-offcanvas-nav .nav-container ul.mobile-nav__search input[type="submit"] {
  display: none;
}
.hc-offcanvas-nav .nav-container .nav-content.mobile-nav__search input[type="search"],
.hc-offcanvas-nav .nav-container ul.mobile-nav__search input[type="search"] {
  display: block;
  position: absolute;
  top: -46px;
  right: 0;
  width: 170px;
  height: 38px;
  line-height: 38px;
  padding: 0 24px;
  border-radius: 100px;
  border: none;
  background-color: #fff;
  background-image: url('images/search.svg');
  background-position: center right 14px;
  background-repeat: no-repeat;
  background-size: 16px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hc-offcanvas-nav .nav-container .nav-content li,
.hc-offcanvas-nav .nav-container ul li {
  position: relative;
}
.hc-offcanvas-nav .nav-container .nav-content li a:not(.nav-next):not(.nav-back-button),
.hc-offcanvas-nav .nav-container ul li a:not(.nav-next):not(.nav-back-button) {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 16px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none !important;
}
.hc-offcanvas-nav .nav-container .nav-content li a:not(.nav-next):not(.nav-back-button)::before,
.hc-offcanvas-nav .nav-container ul li a:not(.nav-next):not(.nav-back-button)::before,
.hc-offcanvas-nav .nav-container .nav-content li a:not(.nav-next):not(.nav-back-button)::after,
.hc-offcanvas-nav .nav-container ul li a:not(.nav-next):not(.nav-back-button)::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
.hc-offcanvas-nav .nav-container .nav-content li a:not(.nav-next):not(.nav-back-button)::before,
.hc-offcanvas-nav .nav-container ul li a:not(.nav-next):not(.nav-back-button)::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B5BBBE;
  border-radius: 10px;
  scale: 1;
}
.hc-offcanvas-nav .nav-container .nav-content li a:not(.nav-next):not(.nav-back-button)::after,
.hc-offcanvas-nav .nav-container ul li a:not(.nav-next):not(.nav-back-button)::after {
  background-image: url('images/arrow-next-large.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  top: 50%;
  translate: 0 -50%;
  right: 0;
}
.hc-offcanvas-nav .nav-container .nav-content li a:not(.nav-next):not(.nav-back-button):hover,
.hc-offcanvas-nav .nav-container ul li a:not(.nav-next):not(.nav-back-button):hover {
  background-color: #fff !important;
}
.hc-offcanvas-nav .nav-container .nav-content li a:not(.nav-next):not(.nav-back-button):hover::before,
.hc-offcanvas-nav .nav-container ul li a:not(.nav-next):not(.nav-back-button):hover::before,
.hc-offcanvas-nav .nav-container .nav-content li a:not(.nav-next):not(.nav-back-button):hover::after,
.hc-offcanvas-nav .nav-container ul li a:not(.nav-next):not(.nav-back-button):hover::after {
  opacity: 1;
}
.hc-offcanvas-nav .nav-container .nav-content li a:not(.nav-next):not(.nav-back-button):hover::before,
.hc-offcanvas-nav .nav-container ul li a:not(.nav-next):not(.nav-back-button):hover::before {
  scale: 1.1;
  opacity: 1;
}
.hc-offcanvas-nav .nav-container .nav-content li a:not(.nav-next):not(.nav-back-button).nav-parent::before,
.hc-offcanvas-nav .nav-container ul li a:not(.nav-next):not(.nav-back-button).nav-parent::before,
.hc-offcanvas-nav .nav-container .nav-content li a:not(.nav-next):not(.nav-back-button).nav-parent::after,
.hc-offcanvas-nav .nav-container ul li a:not(.nav-next):not(.nav-back-button).nav-parent::after {
  content: none;
}
.hc-offcanvas-nav .nav-container .nav-content li .nav-next,
.hc-offcanvas-nav .nav-container ul li .nav-next {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hc-offcanvas-nav .nav-container .nav-content li .nav-next::before,
.hc-offcanvas-nav .nav-container ul li .nav-next::before,
.hc-offcanvas-nav .nav-container .nav-content li .nav-next::after,
.hc-offcanvas-nav .nav-container ul li .nav-next::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
.hc-offcanvas-nav .nav-container .nav-content li .nav-next::before,
.hc-offcanvas-nav .nav-container ul li .nav-next::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B5BBBE;
  border-radius: 10px;
  scale: 1;
}
.hc-offcanvas-nav .nav-container .nav-content li .nav-next::after,
.hc-offcanvas-nav .nav-container ul li .nav-next::after {
  background-image: url('images/arrow-next-large.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  top: 50%;
  translate: 0 -50%;
  right: 0;
}
.hc-offcanvas-nav .nav-container .nav-content li .nav-next:hover::before,
.hc-offcanvas-nav .nav-container ul li .nav-next:hover::before,
.hc-offcanvas-nav .nav-container .nav-content li .nav-next:hover::after,
.hc-offcanvas-nav .nav-container ul li .nav-next:hover::after {
  opacity: 1;
}
.hc-offcanvas-nav .nav-container .nav-content li .nav-next:hover::before,
.hc-offcanvas-nav .nav-container ul li .nav-next:hover::before {
  scale: 1.1;
  opacity: 1;
}
.hc-offcanvas-nav .nav-container .nav-content li .nav-next span,
.hc-offcanvas-nav .nav-container ul li .nav-next span {
  display: none !important;
}
.hc-offcanvas-nav .nav-container .nav-content .nav-back,
.hc-offcanvas-nav .nav-container ul .nav-back {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.hc-offcanvas-nav .nav-container .nav-content .nav-back .nav-back-button,
.hc-offcanvas-nav .nav-container ul .nav-back .nav-back-button {
  padding: 0 50px;
  height: 60px;
  line-height: 60px;
  color: #778C97;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  border-bottom: solid 1px #E0E8EC !important;
  background-color: #fff;
}
.hc-offcanvas-nav .nav-container .nav-content .nav-back .nav-back-button:hover,
.hc-offcanvas-nav .nav-container ul .nav-back .nav-back-button:hover {
  background-color: #fff;
}
.hc-offcanvas-nav .nav-container .nav-content .nav-back .nav-back-button::before,
.hc-offcanvas-nav .nav-container ul .nav-back .nav-back-button::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 12px;
  margin-right: 16px;
  background-image: url('images/arrow_back_menu.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hc-offcanvas-nav .nav-container .nav-close {
  display: block !important;
  position: absolute !important;
  top: 24px !important;
  left: 26px !important;
  width: 64px !important;
  height: 38px !important;
  background-color: transparent !important;
  background-image: url(images/close-oval.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  border: none !important;
  z-index: 99999 !important;
}
.hc-offcanvas-nav .nav-container .nav-close .nav-close-button {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: transparent !important;
  border: none !important;
}
.hc-offcanvas-nav .nav-container .nav-close .nav-close-button span {
  display: none !important;
}
.hc-offcanvas-nav .nav-parent .nav-next:hover {
  background: transparent !important;
}
.nav-parent .nav-next:hover::before {
  background-color: rgba(0, 6, 9, 0.3) !important;
}
.footer {
  margin: 20px 6px 6px;
  background: #2D2E56;
  color: #fff;
  border-radius: 24px;
  padding: 40px 20px 310px;
}
.footer__top ul {
  display: grid;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: start;
  margin-bottom: 40px;
  padding: 0 20px;
}
.footer__top__card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  max-width: 315px;
}
.footer__top__card img {
  width: 42px;
}
.footer__top__card--title {
  font-weight: 600;
}
.footer__bottom {
  display: flex;
  gap: 40px;
  flex-direction: column;
  padding: 0 20px;
}
.footer__bottom__contact {
  color: #fff;
}
.footer__bottom__contact--left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.footer__bottom__contact--logos {
  display: flex;
  gap: 30px;
  margin: 40px auto;
}
.footer__bottom__contact--logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__bottom__contact--details .address {
  margin-bottom: 10px;
  display: block;
}
.footer__bottom__contact--details .telephone {
  font-weight: 600;
}
.footer__bottom__contact--text {
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 15px 0;
  max-width: 1030px;
}
.footer__bottom__navigation {
  position: relative;
  z-index: 1;
}
.footer__bottom__navigation__col--title {
  cursor: pointer;
  font-weight: bold;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  border-top: 1px solid #778C97;
  gap: 15px;
}
.footer__bottom__navigation ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.5s ease-out;
  opacity: 0;
}
.footer__bottom__navigation ul .footer-accordion-list--cat,
.footer__bottom__navigation ul .menu-item {
  padding: 10px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s forwards;
}
.footer__bottom__navigation ul.active {
  max-height: 500px;
  /* Adjust according to the content height */
  opacity: 1;
}
.footer__bottom__navigation ul.active .accordion-arrow {
  transform: rotate(90deg);
}
.footer__bottom__navigation ul.active .footer-accordion-list--cat {
  opacity: 1;
  transform: translateY(0);
}
.footer__bottom__navigation .accordion-arrow {
  transition: transform 0.3s ease;
  width: 16px;
  height: 16px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer__motif {
  background: url(./images/logo-big-motif.svg) no-repeat;
  background-position: 18vw 0;
  background-size: cover;
  width: 110vw;
  height: 285px;
  position: absolute;
  bottom: -6px;
  right: 0;
}
.footer__social {
  display: flex;
  gap: 15px;
}
.footer__social--icon:hover {
  filter: hue-rotate(139deg);
}
.footer__legal {
  padding: 0 20px;
}
.footer__legal--rounded {
  display: none;
}
.footer__legal--txt li {
  padding: 4px 0;
}
.footer li a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.footer li a::after {
  content: '';
  display: block;
  width: 0px;
  height: 1px;
  background-color: #fff;
  transition: all 0.2s ease-in;
  white-space: nowrap;
}
.footer li:hover a::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  white-space: nowrap;
}
.dropdown-services {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(15px);
}
.dropdown-services.is-active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.dropdown-services__price {
  color: #48BACC;
  font-size: 14px;
  font-weight: 600;
  margin: 0 20px;
}
.dropdown-services__price sup {
  margin-left: 3px;
  font-size: 10px;
}
.services-enectech {
  position: relative;
  color: #2D2E56;
}
.services-enectech__header {
  background: #E8F6F9 url(images/icon-wrench.svg) no-repeat center left 20px;
  padding: 16px 16px 16px 70px;
  border-radius: 16px;
}
.services-enectech__title {
  font-size: 16px;
  font-weight: 600;
}
.services-enectech__title + p {
  font-size: 13px;
}
.services-enectech__choice-button {
  text-align: center;
  padding: 10px;
  border: 1px solid #E0E8EC;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  margin-top: 0.8em;
  cursor: pointer;
  background: #fff url(images/arrow-down-yellow.svg) no-repeat center right 17px;
  background-size: 16px;
}
.services-enectech__products {
  border-radius: 16px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  border: 1px solid #E0E8EC;
  position: absolute;
  right: 20px;
  width: 90%;
  max-width: 380px;
  bottom: 62px;
  background: white;
  height: 235px;
  overflow: auto;
  z-index: 1;
  /* CUSTOM SCROLLBAR STYLE */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.services-enectech__products::-webkit-scrollbar {
  width: 4px;
}
.services-enectech__products::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
  margin: 20px 0;
}
.services-enectech__products::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.services-enectech__products::-webkit-scrollbar-thumb:hover {
  background: #778C97;
}
.services-enectech__products li {
  display: flex;
  font-size: 13px;
  align-items: center;
  padding: 18px 14px;
  line-height: 1.2;
}
.services-enectech__products li:not(:last-child) {
  border-bottom: 1px solid #E0E8EC;
}
.services-enectech__products li .add-to-cart-option {
  text-align: center;
  background: #FFCD26;
  border-radius: 30px;
  font-weight: 700;
  white-space: nowrap;
  padding: 8px 18px;
  font-size: 12px;
}
.backdrop {
  position: fixed;
  background: #2d2e567a;
  inset: 0;
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.side-cart {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1003;
  width: 100%;
  max-width: 548px;
  background-color: #fff;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.4s;
  transform: translateX(101%);
  visibility: hidden;
}
.side-cart.active {
  transform: translateX(0);
  visibility: visible;
}
.side-cart.active + .backdrop {
  visibility: visible;
  opacity: 1;
}
.side-cart .separator {
  height: 1px;
  background-color: #E0E8EC;
  width: 100%;
  margin: 16px auto;
}
.side-cart .close-button {
  background: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-cart .remove-item {
  display: block;
}
.side-cart .remove-item img {
  display: block;
}
.side-cart__groupe {
  height: 88%;
}
.side-cart__groupe.empty-cart {
  height: 100%;
}
.side-cart__step {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
  /* CUSTOM SCROLLBAR STYLE */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.side-cart__step::-webkit-scrollbar {
  width: 4px;
}
.side-cart__step::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
  margin: 20px 0;
}
.side-cart__step::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.side-cart__step::-webkit-scrollbar-thumb:hover {
  background: #778C97;
}
.side-cart__step.step-3 .disconnected {
  padding: 30px 10px;
  justify-content: unset;
}
.side-cart__step.step-3 .disconnected .side-cart__form {
  padding: 2% 4%;
}
.side-cart__step.step-3 .disconnected .side-cart__form p + p {
  padding: 0.2em 0;
}
.side-cart__step.step-3 .disconnected .side-cart__form h4 {
  padding-bottom: 15px;
}
.side-cart__step.step-3 .disconnected .side-cart__form #loginform {
  padding-bottom: 15px;
  text-align: left;
}
.side-cart__step.step-3 .disconnected .side-cart__form .lost_pwd-link {
  color: #48BACC;
  text-decoration: underline;
  font-size: 14px;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  padding-top: 8px;
}
.side-cart__step.step-3 .disconnected .side-cart__form .login-submit {
  padding: 25px 0 0;
}
.side-cart__step.step-3 .disconnected .side-cart__form .side-cart__form__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.side-cart__item {
  padding: 10px 0;
}
.side-cart__item:not(:last-of-type) {
  border-bottom: 1px solid #E0E8EC;
}
.side-cart__item--product {
  display: flex;
  gap: 16px;
}
.side-cart__item--data {
  display: flex;
  justify-content: space-between;
}
.side-cart__item--data .side-cart__table--subtotal {
  color: #48BACC;
}
.side-cart__item--numbers {
  display: flex;
  gap: 10px;
  align-items: center;
}
.side-cart__title {
  color: #2D2E56;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E8EC;
}
.side-cart__desc {
  color: #2D2E56;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.02em;
  padding-bottom: 40px;
}
.side-cart__table--img {
  width: 80px;
  height: 81px;
  -o-object-fit: cover;
     object-fit: cover;
}
.side-cart__table--name {
  font-size: 13px;
  color: #2D2E56;
  font-weight: 600;
}
.side-cart__table--name small {
  color: #778C97;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}
.side-cart__table--subtotal {
  font-size: 15px;
  font-weight: 600;
  color: #2D2E56;
  white-space: nowrap;
}
.side-cart__table--hr {
  border-bottom: 1px solid #778C97;
  padding-top: 14px;
}
.side-cart__table--totallabel {
  color: #2D2E56;
  gap: 16px;
  display: flex;
  align-items: center;
}
.side-cart__table--totallabel .prev-step {
  color: #48BACC;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
}
.side-cart__table--totalvalue {
  font-size: 20px;
  color: #2D2E56;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: -0.02em;
}
.side-cart__table--remove {
  background-color: #EAEBEF;
  border-radius: 50%;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 35px;
}
.side-cart__table--remove button {
  padding: 10px;
}
.side-cart__table--qty {
  position: relative;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.side-cart__table--qty input::-webkit-outer-spin-button,
.side-cart__table--qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.side-cart__table--qty input[type=number] {
  -moz-appearance: textfield;
}
.side-cart__table--qty .minus,
.side-cart__table--qty .plus {
  position: absolute;
  top: 7px;
  cursor: pointer;
}
.side-cart__table--qty .minus {
  left: 12px;
}
.side-cart__table--qty .plus {
  right: 12px;
}
.side-cart__table--qty .quantity {
  border: 1px solid #E0E8EC;
  border-radius: 30px;
  text-align: center;
  height: 32px;
  width: 80px;
}
.side-cart__table tr:last-child td {
  padding-top: 25px;
}
.side-cart__table--price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-top: 16px;
}
.side-cart__message {
  height: 100%;
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  text-align: center;
  color: #2D2E56;
}
.side-cart__message .btn {
  padding: 16px 24px;
}
.side-cart__message .btn:hover {
  border: 1px solid #FFCD26;
}
.side-cart__message .btn::after,
.side-cart__message .btn::before {
  display: none;
}
.side-cart__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.side-cart__buttons .btn {
  width: 100%;
  justify-content: center;
  color: #2D2E56;
  padding: 13px 0 !important;
  border: 1px solid #FFCD26 !important;
}
.side-cart__buttons .btn:before {
  display: none;
}
.side-cart__buttons .btn::after {
  display: none;
}
.side-cart__buttons .btn-alt:hover {
  background-color: #FFCD26;
}
.side-cart__buttons a {
  width: 100%;
  margin: 12px 0;
}
.side-cart .loader {
  position: absolute;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.side-cart .loader .loader-icon {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.side-cart .loader .loader-icon::after,
.side-cart .loader .loader-icon::before {
  content: '';
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #2D2E56;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}
.side-cart .loader .loader-icon::after {
  animation-delay: 1s;
}
@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.side-cart__form {
  padding: 8% 4% 0;
  max-width: 360px;
  margin: 0 auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.side-cart__form::-webkit-scrollbar {
  width: 4px;
}
.side-cart__form::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
  margin: 60px 0;
}
.side-cart__form::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.side-cart__form::-webkit-scrollbar-thumb:hover {
  background: #778C97;
}
.side-cart__form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.side-cart__form__flex-line,
.side-cart__form__flex .login-username,
.side-cart__form__flex .login-password {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #2D2E56;
  font-weight: 600;
  padding-bottom: 20px;
  width: 100%;
}
.side-cart__form__flex-line .wpcf7-form-control,
.side-cart__form__flex .login-username .wpcf7-form-control,
.side-cart__form__flex .login-password .wpcf7-form-control,
.side-cart__form__flex-line input,
.side-cart__form__flex .login-username input,
.side-cart__form__flex .login-password input {
  background-color: #EDF3F6;
  color: #8C90A6;
  border-radius: 8px;
  padding: 16px 24px;
  border: 0;
  font-weight: 400;
  width: 100%;
}
.side-cart__form__flex-half {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.side-cart__form textarea {
  height: 160px;
  max-width: 100%;
}
.side-cart__form__btn,
.side-cart__form input[type="submit"] {
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid #FFCD26;
  border-radius: 60px;
  padding: 12px 24px;
  transition: 0.2s ease-in;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background-color: #FFCD26;
  color: #2D2E56;
  width: 100%;
}
.side-cart__form__btn:hover,
.side-cart__form input[type="submit"]:hover {
  background-color: #fff;
  border: 1px solid #FFCD26;
}
.btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 28px;
  border: 1px solid #FFCD26;
  border-radius: 60px;
  padding: 12px 60px 12px 24px;
  transition: 0.2s ease-in;
  position: relative;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.btn:before,
.btn:after {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 60px;
  position: absolute;
}
.btn:after {
  content: url('./images/arrow-btn-yellow.svg');
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  background: #2D2E56;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.btn-yellow {
  background-color: #FFCD26;
  color: #2D2E56;
}
.btn-yellow:hover {
  background-color: #fff;
  border: 1px solid transparent;
}
.btn-alt {
  color: #fff;
  border: 1px solid #FFCD26;
}
.btn-alt:hover {
  background-color: #fff;
  color: #2D2E56;
}
.btn--white {
  color: #2D2E56;
  background-color: #fff;
  border: none;
  padding: 12px 24px;
}
.btn--white::before,
.btn--white::after {
  display: none;
}
.btn-pastille {
  display: block;
  border: none;
  padding: 0;
}
.btn-pastille:before {
  right: 0;
}
.btn-pastille:after {
  right: -7px;
}
.btn-pastille:hover {
  transform: translateX(-5px);
}
.btn-pastille:hover:after {
  filter: brightness(0) saturate(100%) invert(17%) sepia(12%) saturate(2883%) hue-rotate(200deg) brightness(88%) contrast(88%);
}
.btn-pastille:hover::before {
  background: #FFCD26;
}
.btn__burger {
  /* tawny: #C45D2B */
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 2px solid #FFCD26;
  width: 60px;
  height: 38px;
  border-radius: 100px;
  cursor: pointer;
  scale: 0.8;
  background-color: transparent;
}
.btn__burger__txt {
  width: calc(100% - 60px);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-right: 20px;
  display: none;
}
.btn__burger .circle {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 10px;
}
.btn__burger .box {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
.btn__burger .cross {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  cursor: pointer;
}
.btn__burger span {
  display: block;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
  position: relative;
}
.btn__burger span + span {
  margin-top: 3px;
}
.btn__burger .active span:nth-child(1) {
  animation: ease 0.7s top forwards;
}
.btn__burger .not-active span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}
.btn__burger .active span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}
.btn__burger .not-active span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}
.btn__burger .active span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}
.btn__burger .not-active span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}
@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 5px;
    transform: rotate(0);
  }
  100% {
    top: 5px;
    transform: rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 5px;
    transform: rotate(45deg);
  }
  50% {
    top: 5px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 5px;
    transform: rotate(0);
  }
  100% {
    bottom: 5px;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 5px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 5px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
a.arrow::after {
  content: "";
  background: url(./images/arrow-btn-yellow.svg);
  background-color: #2D2E56;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.btn-arrow-chip {
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.btn-arrow-chip::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  transition: 0.3s;
  background-color: #2D2E56;
  background-image: url('images/arrow-btn-yellow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  margin-left: 16px;
}
.btn-arrow-chip:hover::after {
  background-color: #FFCD26;
  background-image: url('images/arrow-btn-blue.svg');
  margin-left: 10px;
}
.archive .false-product,
.single .false-product {
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 16px;
}
.archive .false-product__text,
.single .false-product__text {
  z-index: 1;
  position: relative;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.archive .false-product .filter,
.single .false-product .filter {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #2D2E56 10%, transparent 100%);
}
.archive .false-product .btn,
.single .false-product .btn {
  z-index: 1;
}
.archive .false-product .btn::after,
.single .false-product .btn::after {
  line-height: 0;
}
.single .false-product {
  align-items: center;
  padding: 28px 10px !important;
}
.single .false-product__text {
  max-width: 1200px;
  text-align: center;
}
.single .false-product .filter {
  border-radius: 16px;
}
.archive .false-product.product {
  padding: 28px 10px !important;
}
.archive .false-product.product__text {
  max-width: 320px;
}
.bgbody {
  background: #DBE6EC;
  border-radius: 32px;
  padding: 10px 0;
  margin: 0 6px;
}
.main-header {
  text-align: center;
  /*padding: 30px 0;*/
  margin: 30px 0;
}
.main-header__title {
  font-size: 28px;
  font-weight: 600;
  color: #2D2E56;
  letter-spacing: -0.02em;
}
.main-header__cat {
  color: #778C97;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}
.main-header__date {
  color: #778C97;
  font-size: 13px;
  margin-top: 30px;
}
.main-header__content {
  color: #2D2E56;
}
.main-header__content a {
  color: #48BACC;
  text-decoration: underline;
  font-weight: 600;
}
.main-excerpt {
  margin: 6vw auto 5vw;
  max-width: 1030px;
  text-align: left;
  line-height: 1.6;
}
.main-excerpt p {
  font-size: 16px;
}
.main-featured img {
  border-radius: 30px;
}
.testim {
  color: #fff;
  padding: 0 20px;
  margin: 30px 0;
}
.testim__left {
  flex: 1 1 22%;
  padding-right: 5%;
  text-align: center;
}
.testim__right {
  flex: 1 1 78%;
}
.testim__title {
  font-size: 22px;
  letter-spacing: -0.02em;
  font-style: italic;
  color: #FFCD26;
}
.testim__text {
  font-size: 14px;
  font-style: italic;
  margin-top: 20px;
  font-weight: 300;
  line-height: 1.6;
}
.testim__name {
  font-weight: 500;
  font-size: 14px;
  margin-top: 20px;
}
.cat-list {
  display: none;
}
.cat-list li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2D2E56;
  border: 1px solid #2D2E56;
  padding: 10px 20px;
  border-radius: 40px;
}
.cat-list li.current-cat a,
.cat-list li:hover a {
  background-color: #2D2E56;
  color: #fff;
}
.cat-list li.current-cat:hover a {
  background-color: #FFF;
  color: #2D2E56;
}
.cat-list--dropdown {
  position: relative;
  display: inline-block;
}
.cat-list--dropdown select {
  margin: 32px 0 20px;
  font-size: 16px;
  font-weight: 600;
  color: #2D2E56;
  border: 1px solid #2D2E56;
  padding: 10px 20px;
  border-radius: 40px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cat-list--dropdown::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/arrow-back.svg) no-repeat center;
  transform: rotate(270deg);
}
.card {
  margin: 10px;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.card a[href]::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.card--shadow {
  box-shadow: 0px 4px 50px 0px rgba(217, 217, 217, 0.5);
}
.card:hover .card__image {
  aspect-ratio: 540 / 280;
}
.card:hover .card__image > * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.card:hover .card__date {
  padding-top: 23px;
}
.card:hover .card__date::after {
  background-color: #2D2E56;
  filter: none;
}
.card__image {
  aspect-ratio: 540 / 260;
  overflow: hidden;
  transition: 0.3s;
}
.card__image > * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__content {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card__cat {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #778C97;
  font-weight: 600;
  white-space: nowrap;
}
.card__cat .post-categories {
  display: flex;
  gap: 0 10px;
}
.card__title {
  font-size: 20px;
  color: #2D2E56;
  font-weight: 600;
}
.card__title a {
  text-decoration: none;
}
.card__excerpt {
  margin: 10px 0;
}
.card__date {
  font-size: 13px;
  color: #778C97;
  margin-top: auto;
  padding-top: 40px;
  transition: 0.3s;
  position: relative;
}
.card__date::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #778C97;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/arrow-btn-yellow.svg) no-repeat center;
  transition: background 0.3s, filter 0.3s;
  filter: hue-rotate(185deg) contrast(0.2);
}
.post-grid .card__excerpt {
  display: none;
}
.post-grid .card:first-child .card__excerpt {
  display: block;
}
#breadcrumbs {
  padding: 2em 0 0.5em;
  font-size: 14px;
}
#breadcrumbs span {
  color: #2D2E56;
  margin-right: 10px;
}
#breadcrumbs span > span:not(:last-child) {
  color: #778C97;
}
#breadcrumbs .breadcrumb_last strong {
  font-weight: 400;
}
.random-posts {
  margin: 50px 6px;
}
.random-posts__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #2D2E56;
  letter-spacing: -0.02em;
  margin: 4vw 0 2vw;
}
.random-posts .swiper {
  padding: 20px 10px;
}
.random-posts .swiper-slide {
  height: auto !important;
}
.random-posts .swiper .card {
  height: 100% !important;
}
/* scope for woocommerce pages */
.woocommerce input[type='checkbox'] {
  display: none;
}
.woocommerce input[type='checkbox'] + label {
  cursor: pointer;
  position: relative;
}
.woocommerce input[type='checkbox'] + label:before {
  content: '';
  background-color: #E0E8EC;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.woocommerce input[type='checkbox']:checked + label:before {
  background-color: #FFCD26;
}
.woocommerce input[type='checkbox']:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 19px;
  width: 7px;
  height: 10px;
  border: solid #2D2E56;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.thumb-grid > * {
  border-radius: 16px;
  min-height: 60px;
  font-weight: 600;
  color: #2D2E56;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  gap: 20px;
}
.thumb-grid > * img {
  display: none;
}
.header-config__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-config__logo {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 180px;
}
.header-config__logo__text {
  filter: brightness(0) saturate(100%) invert(17%) sepia(58%) saturate(493%) hue-rotate(198deg) brightness(98%) contrast(96%);
}
.header-config__r {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.header-config__r .side-cart-toggle {
  display: flex;
  align-items: center;
}
.header-config__r .side-cart-toggle img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(58%) saturate(493%) hue-rotate(198deg) brightness(98%) contrast(96%);
  margin-right: 18px;
}
.header-config__l {
  flex: 1;
}
.header-config__l .btn {
  font-size: 16px;
}
.configurator__content {
  margin: 20px 20px 0px 20px;
  background-color: #DBE6EC;
  border-radius: 32px;
  min-height: calc(100vh - 32px - 24px - 12px - 75px);
  height: 76vh;
  overflow: hidden;
}
.configurator__content .h-opac {
  pointer-events: none;
  cursor: none;
}
.configurator__content__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 15px;
  padding-bottom: 32vh;
  color: #2D2E56;
  height: 68vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.configurator__content__body::-webkit-scrollbar {
  display: none;
}
.configurator__footer {
  position: relative;
}
.configurator__footer__content {
  min-height: 32px;
  margin-top: 24px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.configurator__footer__data {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 32px;
  margin-right: 32px;
}
.configurator__footer__steps {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #778C97;
}
.configurator__footer__title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #2D2E56;
}
.configurator__footer__btn {
  padding: 14px 20px;
  background-color: #DBE6EC;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.configurator__footer__btn::before {
  content: '';
  display: block;
  background: url('./images/arrow-next-large.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 11px;
}
.configurator__footer__btn--prev::before {
  transform: scale(-1);
}
.configurator__footer .progress-bar {
  width: calc(100% - 110px);
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  margin-bottom: 8px;
  position: absolute;
  top: -30px;
}
.configurator__footer .progress-bar__fill {
  height: 100%;
  width: 0%;
  background: #2D2E56;
  transition: width 0.3s ease-in-out;
  border-radius: 3px;
}
.configurator__footer .progress-bar__text {
  position: absolute;
  display: none;
  top: -45px;
  background: #2D2E56;
  color: white;
  font-weight: 600;
  text-align: center;
  padding: 6px 10px;
  border-radius: 5px;
}
.configurator__footer .progress-bar__text::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -16px;
  left: calc(50% - 10px);
  border-top: 10px solid #2D2E56;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.configurator .configurator-step {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 5vw;
}
.configurator .configurator-step__title {
  margin: 10px 0 32px;
}
.configurator .configurator-step__text {
  margin: 32px auto;
  font-size: 16px;
  line-height: 160%;
  max-width: 640px;
}
.configurator .configurator-step__btn {
  display: flex;
  align-items: center;
  margin: 32px auto 70px;
  padding-right: 12px;
}
.configurator .configurator-step__btn.btn {
  font-size: 16px;
}
.configurator .configurator-step__btn.btn::before {
  display: none;
}
.configurator .configurator-step__btn.btn::after {
  content: '';
  position: relative;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: url('./images/arrow-btn-yellow.svg'), #2D2E56;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 16px;
  transform: none;
}
.configurator .configurator-step__input-number {
  border-radius: 8px;
  padding: 16px 24px;
  text-align: center;
  border: none;
}
.configurator .configurator-step__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.configurator .configurator-step__card {
  position: relative;
  display: grid;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #B5BBBE;
  cursor: pointer;
  transition: 0.2s all;
}
.configurator .configurator-step__card__image {
  display: block;
  margin-bottom: 32px;
  mix-blend-mode: multiply;
}
.configurator .configurator-step__card__image img {
  max-height: 230px;
}
.configurator .configurator-step__card__text {
  text-align: center;
  align-content: end;
}
.configurator .configurator-step__card__text__title {
  display: block;
  color: #778C97;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.configurator .configurator-step__card__text__name {
  display: block;
  color: #2D2E56;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.configurator .configurator-step__card__text__sub {
  display: block;
  color: #778C97;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  padding-top: 8px;
}
.configurator .configurator-step__card__text__attributes {
  display: block;
  color: #2D2E56;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  padding-top: 8px;
}
.configurator .configurator-step__card__text__placeholder {
  padding: 5px 16px 5px 6px;
  margin-top: 15px;
}
.configurator .configurator-step__card__text__btn-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2D2E56;
  background-color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 16px 5px 6px;
  border-radius: 22px;
  margin-top: 15px;
}
.configurator .configurator-step__card__text__btn-info::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url('./images/configurator/info.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 6px;
}
.configurator .configurator-step__card--quit {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.configurator .configurator-step__card--quit .configurator-step__card__image {
  margin-bottom: 10px;
}
.configurator .configurator-step__card .pastille {
  position: absolute;
  top: 5%;
  right: 5%;
  background: #48BACC;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex ;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 600;
}
.configurator .configurator-step__card .pastille-yellow {
  background-color: #FFCD26;
  color: #2D2E56;
}
.configurator .configurator-step__card.selected {
  border: 1px solid #2D2E56;
  outline: 1px solid #2D2E56;
  border-color: #2D2E56;
}
.configurator .configurator-step__card.selected::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 24px;
  height: 24px;
  background: url('./images/configurator/checked.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.configurator--step {
  overflow: auto;
  height: 60vh;
}
.configurator--step0 .configurator__content {
  margin: 20px;
  min-height: calc(100vh - 20px - 20px);
  background: url('./images/configurator/bg-home.webp');
  background-size: cover;
  background-repeat: no-repeat;
}
.configurator--step0 .configurator-step__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.configurator--step0 .configurator-step__image img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.configurator--step1 .configurator-step {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.configurator--step2 .configurator-step {
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.configurator--step3 .configurator-step__card__image {
  margin-bottom: 8px;
}
.configurator--step3 .configurator-step__card__text__title {
  font-size: 16px;
  color: #2D2E56;
  text-transform: capitalize;
}
.configurator--step3 .configurator-step-b {
  margin-top: 28px;
}
.configurator--step4 .configurator-step {
  max-width: 1450px;
}
.configurator--step5 .configurator-step {
  max-width: 1450px;
}
.configurator--step6 .configurator-step {
  max-width: 1450px;
}
.configurator--step6 .configurator-step__card.selected .configurator-step__card__text__title {
  color: #2D2E56;
}
.configurator--step6 .configurator-step__card.selected .configurator-step__card__image {
  filter: brightness(0) saturate(100%) invert(17%) sepia(58%) saturate(493%) hue-rotate(198deg) brightness(98%) contrast(96%);
}
.configurator--step6 .configurator-step__card__image {
  margin-bottom: 8px;
}
.configurator--step6 .configurator-step__card__text__title {
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: normal;
}
.configurator--step6 .configurator-step__card__text__btn-info {
  margin-top: 20px;
}
.configurator--step7 .configurator-step {
  max-width: 1450px;
}
.configurator--step8 .configurator-step {
  max-width: 1450px;
}
.configurator--step9 .configurator-step {
  max-width: 1450px;
}
.configurator--step9 .configurator-step__card {
  display: grid;
  grid-template-rows: auto 1fr;
  border: none;
  padding: 0px;
  border-radius: none;
}
.configurator--step9 .configurator-step__card__titleout {
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
}
.configurator--step9 .configurator-step__card-in {
  background-color: #fff;
  position: relative;
  display: grid;
  padding: 24px;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.2s all;
}
.configurator__modal {
  position: absolute;
  bottom: 0px;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
  min-width: 300px;
  z-index: 9999;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.configurator__modal:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #fff;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
}
.configurator__modal__container {
  display: block;
  min-height: auto;
  border-radius: 8px;
  background-color: #fff;
  padding: 16px 48px 16px 24px;
}
.configurator__modal__content {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2D2E56;
  font-size: 13px;
  line-height: normal;
}
.configurator__modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 22px;
  height: 22px;
}
.configurator__modal__close::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url('./images/close.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.configurator .loader {
  display: none;
  position: absolute;
  height: 109%;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  left: 0;
  top: -2.7%;
  z-index: 1;
}
.configurator .loader.active {
  display: block;
}
.configurator .loader .loader-icon {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.configurator .loader .loader-icon::after,
.configurator .loader .loader-icon::before {
  content: '';
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #2D2E56;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}
.configurator .loader .loader-icon::after {
  animation-delay: 1s;
}
@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.page-template-configurateur {
  background: #fff;
}
.s-gammes__slider .swiper-slide {
  height: auto;
}
.card-gamme {
  position: relative;
  background: #fff;
  padding: 16px;
  border-radius: 16px;
  text-align: left;
  height: 100%;
}
.card-gamme:hover .card-gamme__body {
  transform: translateY(-28px);
}
.card-gamme:hover .arrow-chip {
  right: 16px;
  opacity: 1;
}
.card-gamme:hover .card-gamme__image {
  aspect-ratio: 17/14;
  transform: scale(0.8);
}
.card-gamme__link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.card-gamme__image {
  transition: all 450ms cubic-bezier(0.4, 0, 0.1, 0.99);
  aspect-ratio: 1;
  transform: scale(1);
}
.card-gamme__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.card-gamme__body {
  padding-top: 10px;
  border-top: 1px solid #E0E8EC;
  margin-top: 10px;
  transform: translateY(0);
  transition: all 450ms cubic-bezier(0.4, 0, 0.1, 0.99);
}
.card-gamme__title {
  color: #2D2E56;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.card-gamme__text {
  color: #778C97;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0.3em 0;
}
.card-gamme .arrow-chip {
  opacity: 0;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  transition: all 450ms cubic-bezier(0.4, 0, 0.1, 0.99);
  background-color: #2D2E56;
  background-image: url(images/arrow-btn-yellow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  position: absolute;
  bottom: 16px;
  right: 44px;
}
.s-qsn1.bgbody {
  background-image: linear-gradient(to right, #DBE6EC 4%, transparent), url(images/install-panneaux-solaires.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  color: white;
  margin: 0 20px;
}
.s-qsn1__content {
  margin: 0 30px;
  color: #2D2E56;
  padding-bottom: 70px;
}
.s-qsn1__content #breadcrumbs {
  margin-bottom: 40px;
}
.s-qsn1__pretitle {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.s-qsn1__title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-top: 24px;
  line-height: 1.15;
}
.s-qsn1__text {
  margin-top: 20px;
  line-height: 1.6;
}
.s-qsn2.bgbody {
  background-color: #2D2E56;
  margin: 20px;
}
.s-qsn2 .thumb-grid {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
}
.s-qsn2 .thumb-grid > * img {
  display: block;
}
.s-qsn2 .thumb-grid-1 {
  width: 100%;
  background-color: #FFCD26;
  padding: 4vw 10px;
}
.s-qsn2 .thumb-grid-2 {
  background-color: #fff;
  background: #fff;
  padding: 4vw 10px;
}
.s-qsn2 .thumb-grid-3 {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 50vw;
}
.s-qsn2 .thumb-grid-4 {
  background-color: #48BACC;
  padding: 4vw 10px;
}
.s-qsn2 .thumb-grid-5 {
  grid-area: 5 / 3 / 8 / 4;
  background-color: #fff;
  padding: 10px;
}
.s-qsn2 .thumb-grid-6 {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 50vw;
}
.s-qsn2 .thumb-grid-7 {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 50vw;
}
.s-qsn3__flex {
  display: flex;
  gap: 20px;
  margin: 20px;
}
.s-qsn3__left {
  width: 48%;
  border-radius: 16px;
  min-height: 40vw;
  display: none;
  overflow: hidden;
}
.s-qsn3__left .swiper-engagement-left {
  height: 100%;
}
.s-qsn3__right {
  --swiper-theme-color: #48BACC;
  --swiper-pagination-bottom: 4px;
  width: 100%;
  background: #DBE6EC;
  border-radius: 16px;
  padding: 20px;
  min-height: 40vw;
}
.s-qsn3__right .swiper-slide {
  padding: 10% 10% 10% 10%;
  display: flex;
  align-items: center;
}
.s-qsn3__image {
  border-radius: 16px;
  height: 100%;
}
.s-qsn3__image img {
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-qsn3__title {
  font-size: 28px;
  font-weight: 600;
  color: #2D2E56;
}
.s-qsn3__title2 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  color: #48BACC;
}
.s-qsn3__text {
  margin-top: 20px;
  line-height: 1.6;
  color: #2D2E56;
}
.s-qsn3 .swiper-button-next,
.s-qsn3 .swiper-button-prev {
  color: #2D2E56;
}
.s-qsn3 .swiper-button-next::after,
.s-qsn3 .swiper-button-prev::after {
  font-size: 27px;
}
.s-qsn3 .swiper-button-prev {
  left: 0;
}
.s-qsn3 .swiper-button-next {
  right: 0;
}
.s-qsn3 .swiper-engagement-right {
  height: 100%;
}
.s-qsn4 {
  margin: 40px 0;
  position: relative;
}
.s-qsn4__flex {
  padding: 0 20px;
}
.s-qsn4__right {
  border-radius: 16px;
  position: relative;
}
.s-qsn4__image {
  aspect-ratio: 924 / 678;
  border-radius: 16px;
}
.s-qsn4__image > * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-qsn4__title {
  font-size: 24px;
  font-weight: 600;
  color: #2D2E56;
  line-height: 1.1;
}
.s-qsn4__text {
  color: #2D2E56;
  line-height: 1.6;
  margin: 20px 0;
}
.s-qsn5 {
  text-align: center;
  color: #fff;
}
.s-qsn5.bgbody {
  background-color: #2D2E56;
}
.s-qsn5__content {
  padding: 30px;
}
.s-qsn5__title {
  font-size: 24px;
  font-weight: 600;
}
.s-qsn5__title span {
  color: #FFCD56;
}
.s-qsn5__logos {
  margin-top: 36px;
  position: relative;
  --swiper-theme-color: white;
  --swiper-navigation-sides-offset: -16px;
  --swiper-navigation-size: 32px;
  padding: 0 15px;
}
.s-qsn5 .swiper-button-next:after,
.s-qsn5 .swiper-button-prev:after {
  font-size: 24px;
}
.s-qsn6 {
  margin: 40px 0;
}
.s-qsn6__flex {
  padding: 0 20px;
}
.s-qsn6__image {
  aspect-ratio: 366 / 138;
  border-radius: 16px;
}
.s-qsn6__image > * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-qsn6__title {
  font-size: 24px;
  font-weight: 600;
  color: #2D2E56;
  line-height: 1.1;
}
.s-qsn6__text {
  color: #2D2E56;
  line-height: 1.6;
  margin-top: 20px;
}
.s-qsn6__link {
  color: #2D2E56;
  font-weight: 600;
  margin-top: 20px;
  font-size: 16px;
}
.s-qsn6__link .btn-arrow-chip {
  font-size: inherit;
}
.s-qsn6__link .arrow:after {
  transition: 0.2s all ease-in;
}
.s-qsn6__link .arrow:hover:after {
  background: #FFCD26 url(./images/arrow-btn-blue.svg);
  transform: translateX(-8px);
  background-repeat: no-repeat;
  background-position: center;
}
.faq__section {
  margin: 30px 0;
  padding-top: 20px;
  border-top: 1px solid #A7AFC0;
}
.faq__question-cat {
  font-size: 24px;
  color: #778C97;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.faq__question-cat.is-pinned {
  color: #48BACC;
}
.faq__question {
  color: #2D2E56;
  padding: 20px;
  background-color: #fff;
  border-radius: 16px;
  margin: 10px 0;
}
.faq__question__q {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  cursor: pointer;
  color: #2D2E56;
}
.faq__question__img {
  transform: rotate(180deg);
  transition: 0.2s ease-in;
}
.faq__question.is-active .accordion-active .faq__question__q {
  color: #48BACC;
}
.faq__question.is-active .accordion-active .faq__question__img {
  transform: rotate(0);
  transform-origin: center;
}
.faq__question .accordionTitle {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.faq__question .accordionContent {
  margin-top: 20px;
}
.page-template-faq .main-header {
  text-align: left;
}
.s-qsn {
  padding: 60px 0;
  background-image: url(images/logo-big-motif.svg);
  background-size: 170%;
  background-position: top 600px right 8px;
  background-repeat: no-repeat;
  /* grid layout main styles */
  /* cells with text common styles */
  /* grid layout : small desktop */
  /* grid layout : medium desktop */
  /* grid layout : large desktop */
}
.s-qsn__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #2D2E56;
}
.s-qsn__title span {
  color: #48BACC;
}
.s-qsn__grid {
  margin-top: 40px;
}
.s-qsn__grid > * {
  border-radius: 16px;
  overflow: hidden;
}
.s-qsn__grid > * img {
  border-radius: 16px;
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-qsn__celltext {
  padding: 30px;
  background-color: #EEEEEE;
  color: #2D2E56;
}
.s-qsn__celltext > *:not(:first-child) {
  margin-top: 18px;
}
.s-qsn__celltext__cat {
  text-transform: uppercase;
  border: 1px solid #2D2E56;
  border-radius: 100px;
  padding: 3px 10px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0.2em;
  font-size: 12px;
}
.s-qsn__celltext__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.s-qsn__celltext__text {
  font-size: 16px;
  line-height: 1.6;
}
.s-qsn__c2 {
  font-size: 16px;
  color: #2D2E56;
  line-height: 1.6;
  border-radius: 0;
}
.s-qsn__c6 {
  position: relative;
  background-color: #FFCD26;
  padding-bottom: 30%;
}
.s-qsn__c6 .s-qsn__celltext__picto {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 39%;
  max-height: 28%;
}
.s-qsn__c3 {
  background-color: #48BACC;
  background-image: url(images/bf-panneaux-solaires.png);
  background-size: 89%;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 34%;
  position: relative;
}
.s-qsn__c3 .s-qsn__celltext__cat {
  color: #fff;
  border-color: #fff;
}
.s-qsn__c3 .s-qsn__celltext__picto {
  padding: 15px;
  width: 36%;
  min-width: 142px;
  max-width: 230px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-height: 28%;
}
.s-qsn__c5 {
  position: relative;
  padding-bottom: 64.94%;
  width: 100%;
}
.s-qsn__c5 img {
  position: absolute;
  top: 0;
  left: 0;
}
.s-qsn__c7 {
  background-color: #2D2E56;
}
.s-qsn__c7.s-qsn__celltext {
  color: #fff;
}
.s-qsn__c7.s-qsn__celltext .s-qsn__celltext__cat {
  border-color: #fff;
}
.s-qsn__c7.s-qsn__celltext .s-qsn__celltext__10ans {
  font-size: min(147px, 41vw);
  color: #FFCD26;
  line-height: 0.7;
}
.s-qsn__c7.s-qsn__celltext .s-qsn__celltext__10ans span {
  display: block;
  font-size: min(54px, 15vw);
}
.s-qsn__c7.s-qsn__celltext .s-qsn__celltext__10ans span::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: min(75px, 20.8vw);
  height: 1px;
  background-color: #FFCD26;
}
body.search .woocommerce-catalogue {
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
body.search .main-header {
  text-align: left;
}
.search__section {
  margin: 30px 0;
}
.search__section h2 {
  font-size: 20px;
  font-weight: 600;
  color: #2D2E56;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.search-no-results main {
  min-height: unset;
}
.search-no-results .footer {
  margin-top: 20px;
}
.pages-legales {
  margin-bottom: 11%;
}
.pages-legales__title {
  margin: 30px auto 50px;
  color: #2D2E56;
}
.pages-legales__container {
  font-size: 16px;
  max-width: 1030px;
  margin: 0 auto;
  color: #2D2E56;
}
.pages-legales__container h1,
.pages-legales__container h2,
.pages-legales__container h3,
.pages-legales__container h4,
.pages-legales__container h5,
.pages-legales__container h6 {
  color: #2D2E56;
}
.pages-legales__container h4 {
  padding: 1.2em 0 0.5em;
}
.pages-legales__container h4 + ul,
.pages-legales__container h5 + ul {
  padding: 1.2em 0 0.8em;
}
.pages-legales__container h5 {
  padding: 1em 0 0.5em;
}
.pages-legales__container p {
  padding: 1.3em 0;
}
.pages-legales__container p + p {
  padding: 0.6em 0 1.3em;
}
.pages-legales__container ul {
  padding: 0.2em 0;
}
.pages-legales__container ul li {
  list-style-type: initial;
  margin-left: 30px;
}
.pages-legales__container ol li {
  list-style: decimal;
  margin-left: 30px;
}
.pages-legales__container a {
  color: #48BACC;
  font-weight: 600;
  text-decoration: underline;
}
.pages-legales__container a:hover {
  text-decoration: none;
}
.pages-legales__container h2 {
  font-size: 24px;
}
.pages-legales__container h3 {
  font-size: 20px;
}
.pages-legales__container h4 {
  font-size: 18px;
}
.pages-legales__container h5 {
  font-size: 16px;
}
.contact {
  font-family: 'Poppins', sans-serif;
  padding-top: 118px;
}
.contact h1 {
  color: #2D2E56;
  font-weight: 600;
  letter-spacing: -0.02em;
  width: 100%;
  line-height: 120%;
}
.contact__container {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
}
.contact__main {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}
.contact__main__form {
  width: 100%;
}
.contact__main__form .hs-error-msgs .hs-error-msg,
.contact__main__form .hs-error-msgs label {
  color: #CC2936 !important;
  font-size: 12px;
  font-weight: 600;
}
.contact__main__form fieldset.form-columns-2 {
  display: flex;
  flex-direction: column;
}
.contact__main__form fieldset.form-columns-2 .hs-form-field.hs-fieldtype-text,
.contact__main__form fieldset.form-columns-2 .hs-form-field.hs-fieldtype-phonenumber,
.contact__main__form fieldset.form-columns-2 .hs-form-field.hs-fieldtype-select {
  width: 100%;
  margin-bottom: 20px;
}
.contact__main__form .hs-form-field label {
  font-size: 16px;
  font-weight: 600;
  color: #2D2E56;
}
.contact__main__form .hs-form-field .input {
  margin-top: 4px;
}
.contact__main__form .hs-form-field .input input {
  font-family: 'Poppins', sans-serif;
  border: none;
  background-color: #fff;
  border-radius: 8px;
  color: #2D2E56;
  padding: 16px 24px;
  width: calc(100% - 12px);
}
.contact__main__form .hs-form-field .input textarea.hs-fieldtype-textarea {
  font-family: 'Poppins', sans-serif;
  border: none;
  background-color: #fff;
  border-radius: 8px;
  color: #2D2E56;
  padding: 16px 24px;
  width: calc(100% - 12px);
  resize: none;
  min-height: 208px;
}
.contact__main__form .hs-departement select {
  font-family: 'Poppins', sans-serif;
  border: none;
  background-color: #fff;
  border-radius: 8px;
  color: #778C97;
  width: calc(100% - 12px);
  height: 53px;
  padding: 16px 24px;
  font-size: 16px;
  border-right: 16px solid transparent;
}
.contact__main__form .actions {
  margin: 32px 0;
}
.contact__main__form .actions input[type="submit"] {
  font-size: 16px;
  font-weight: 600;
  color: #2D2E56;
  position: relative;
  text-align: center;
}
.contact__main__form .actions .btn:after {
  padding-bottom: 2px;
}
.contact__main__form .legal-consent-container {
  margin: 10px 0 0;
  color: #2D2E56;
  font-size: 14px;
}
.contact__main__form .legal-consent-container .hs-richtext {
  padding: 1em 0;
}
.contact__main__form .legal-consent-container .hs-form-field label {
  font-size: 14px;
  font-weight: 400;
}
.contact__main__content {
  width: 100%;
  background-color: #2D2E56;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  padding: 15px;
  margin-left: 0;
}
.contact__main__content__infos {
  display: flex;
  width: 100%;
  padding: 25px;
  flex-direction: column;
}
.contact__main__content__infos__col {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  padding-bottom: 25px;
}
.contact__main__content__infos__col--title {
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact__main__content__infos__col--tel {
  padding-bottom: 24px;
}
.contact__main__content__infos__col .separator {
  display: flex;
  width: 60px;
  height: 2px;
  border-top: 2px solid #FFCD26;
  margin: 20px 0 24px;
}
.contact__main__content__infos__col a {
  text-decoration: underline;
}
.contact__main__content__infos__col:first-child .contact__main__content__infos__col--title::before {
  content: url(images/locator_pin.svg);
}
.contact__main__content__infos__col:last-child .contact__main__content__infos__col--title::before {
  content: url(images/phone_blue.svg);
}
.contact__main__content__map {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.contact__main__content__map iframe {
  width: 100%;
}
.actu-container {
  padding: 0 6vw 60px;
}
.actu-container .post-grid .card:first-child {
  width: initial;
  display: flex;
  /*height: 340px;*/
}
.actu-container .post-grid .card:first-child .card__image {
  aspect-ratio: 484 / 280;
}
.actu-container .post-grid .card:first-child .card__image > * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.actu-container .post-grid .card:first-child .card__title {
  letter-spacing: -0.02em;
}
.actu-container .post-grid .card:first-child .card__content {
  max-width: 630px;
  padding: 20px 35px 20px 25px;
  justify-content: center;
}
.actu-container .post-grid .card:first-child .card__date {
  margin-top: unset;
  padding-top: 15px;
}
.actu .pagination {
  display: flex;
  padding-top: 4% !important;
}
.actu .pagination .nav-links {
  display: flex;
  width: 100%;
  justify-content: center;
}
.actu .pagination .page-numbers {
  line-height: unset;
  background-color: #fff;
  font-weight: 600;
  color: #2D2E56;
  border-right: unset !important;
  border-radius: 50%;
  margin: 0 5px !important;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.actu .pagination .page-numbers.current {
  background-color: #48BACC;
  color: #fff;
}
.actu .pagination .page-numbers:hover {
  background-color: #48BACC;
  color: #fff;
}
.actu .pagination .next,
.actu .pagination .prev {
  font-size: 0;
  width: 32px;
  height: 100%;
  position: relative;
}
.actu .pagination .next:after,
.actu .pagination .prev:after {
  content: url('./images/arrow-back.svg');
  width: 7px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.actu .pagination .next:hover:after,
.actu .pagination .prev:hover:after {
  filter: brightness(0) invert(1);
}
.actu .pagination .next:after {
  transform: translateX(-35%) translateY(-64%) rotate(180deg);
}
.actu .pagination .prev:after {
  transform: translateX(-58%) translateY(-32%);
}
.single {
  color: #2D2E56;
}
.single .main-content {
  max-width: 1450px;
  margin: 0 auto;
  padding: 4vw 0;
  display: flex;
  flex-direction: column-reverse;
}
.single .main-content__side .share-box {
  position: sticky;
  top: 150px;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}
.single .main-content__side .share-facebook {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #2D2E56;
  background: url(images/icon-facebook.svg) no-repeat center;
  margin-bottom: 10px;
}
.single .main-content__side .share-linkedin {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #2D2E56;
  background: url(images/icon-linkedin.svg) no-repeat center;
  margin-bottom: 10px;
}
.single .main-content__side .share-email {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #2D2E56;
  background: url(images/mail.svg) no-repeat center;
  margin-bottom: 10px;
}
.single .main-content__body {
  max-width: 1030px;
  margin: 0 auto;
}
.single .main-content__body .wp-block-heading {
  margin: 1.6em 0 1em;
}
.single .main-content__body .wp-block-heading:first-child {
  margin-top: 0;
}
.single .main-content__body .wp-block-button__link {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 28px;
  border: 1px solid #FFCD26;
  border-radius: 60px;
  padding: 12px 60px 12px 24px;
  transition: 0.2s ease-in;
  position: relative;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  color: #2D2E56;
  background-color: #FFCD26;
  font-size: initial;
}
.single .main-content__body .wp-block-button__link:before,
.single .main-content__body .wp-block-button__link:after {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 60px;
  position: absolute;
}
.single .main-content__body .wp-block-button__link:after {
  content: url('./images/arrow-btn-yellow.svg');
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  background: #2D2E56;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.single .main-content__body .wp-block-button__link-yellow {
  background-color: #FFCD26;
  color: #2D2E56;
}
.single .main-content__body .wp-block-button__link-yellow:hover {
  background-color: #fff;
  border: 1px solid transparent;
}
.single .main-content__body .wp-block-button__link-alt {
  color: #fff;
  border: 1px solid #FFCD26;
}
.single .main-content__body .wp-block-button__link-alt:hover {
  background-color: #fff;
  color: #2D2E56;
}
.single .main-content__body .wp-block-button__link--white {
  color: #2D2E56;
  background-color: #fff;
  border: none;
  padding: 12px 24px;
}
.single .main-content__body .wp-block-button__link--white::before,
.single .main-content__body .wp-block-button__link--white::after {
  display: none;
}
.single .main-content__body .wp-block-button__link-pastille {
  display: block;
  border: none;
  padding: 0;
}
.single .main-content__body .wp-block-button__link-pastille:before {
  right: 0;
}
.single .main-content__body .wp-block-button__link-pastille:after {
  right: -7px;
}
.single .main-content__body .wp-block-button__link-pastille:hover {
  transform: translateX(-5px);
}
.single .main-content__body .wp-block-button__link-pastille:hover:after {
  filter: brightness(0) saturate(100%) invert(17%) sepia(12%) saturate(2883%) hue-rotate(200deg) brightness(88%) contrast(88%);
}
.single .main-content__body .wp-block-button__link-pastille:hover::before {
  background: #FFCD26;
}
.single .main-content__body .wp-block-button__link__burger {
  /* tawny: #C45D2B */
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 2px solid #FFCD26;
  width: 60px;
  height: 38px;
  border-radius: 100px;
  cursor: pointer;
  scale: 0.8;
  background-color: transparent;
}
.single .main-content__body .wp-block-button__link__burger__txt {
  width: calc(100% - 60px);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-right: 20px;
  display: none;
}
.single .main-content__body .wp-block-button__link__burger .circle {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 10px;
}
.single .main-content__body .wp-block-button__link__burger .box {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
.single .main-content__body .wp-block-button__link__burger .cross {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  cursor: pointer;
}
.single .main-content__body .wp-block-button__link__burger span {
  display: block;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
  position: relative;
}
.single .main-content__body .wp-block-button__link__burger span + span {
  margin-top: 3px;
}
.single .main-content__body .wp-block-button__link__burger .active span:nth-child(1) {
  animation: ease 0.7s top forwards;
}
.single .main-content__body .wp-block-button__link__burger .not-active span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}
.single .main-content__body .wp-block-button__link__burger .active span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}
.single .main-content__body .wp-block-button__link__burger .not-active span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}
.single .main-content__body .wp-block-button__link__burger .active span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}
.single .main-content__body .wp-block-button__link__burger .not-active span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}
@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 5px;
    transform: rotate(0);
  }
  100% {
    top: 5px;
    transform: rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 5px;
    transform: rotate(45deg);
  }
  50% {
    top: 5px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 5px;
    transform: rotate(0);
  }
  100% {
    bottom: 5px;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 5px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 5px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.single .main-content__body ul li {
  list-style-type: initial;
  margin-left: 30px;
}
.single .main-content__body ol li {
  list-style: decimal;
  margin-left: 30px;
}
.single .main-content__body a {
  color: #48BACC;
  font-weight: 600;
  text-decoration: underline;
}
.single .main-content__body a:hover {
  text-decoration: none;
}
.main-featured {
  max-width: 1450px;
  margin: 0 auto;
}
.bg-hp {
  background-color: #2D2E56;
  border-radius: 24px;
  margin: 6px 6px;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}
.bg-hp__video {
  position: absolute;
  inset: 0;
  aspect-ratio: 9 / 16;
}
.bg-hp__video > * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg-hp__video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(45, 46, 86, 0.2), rgba(45, 46, 86, 0.2)), linear-gradient(180deg, #1A1F45 0%, rgba(26, 31, 69, 0) 26.62%), radial-gradient(100% 100% at 50% 0%, rgba(26, 31, 69, 0) 34.21%, #2D2E56 100%);
}
.bg-hp__body {
  position: relative;
}
/* s-hero */
.s-hero__intro {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
.s-hero__intro__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.s-hero__intro__buttons > a {
  display: block;
  width: 100%;
  text-align: center;
}
.s-hero__title {
  color: #fff;
  max-width: 925px;
}
.s-hero__slider {
  overflow: visible;
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 280px;
  height: auto;
  /* Adjust this height as needed */
  transition: background-position 0.5s ease;
}
.s-hero__slider .swiper-slide {
  opacity: 0 !important;
}
.s-hero__slider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.s-hero__slider__pagination {
  bottom: 24px !important;
}
.s-hero__slider__pagination .swiper-pagination-bullet {
  margin: 0 6px !important;
  width: 55px;
  height: 4px;
  border-radius: 0;
  background-color: #778C97;
  opacity: 0.3;
}
.s-hero__slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.s-hero__slider__prev,
.s-hero__slider__next {
  color: #fff;
}
.s-hero__slider__prev::after,
.s-hero__slider__next::after {
  font-size: 25px;
}
.s-hero__slider__prev {
  left: -24px;
}
.s-hero__slider__next {
  right: -24px;
}
.s-hero__slide {
  height: auto;
  padding: 20px 0 35px;
}
.s-hero__slide__cat {
  color: #778C97;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.s-hero__slide__title {
  color: #2D2E56;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.s-hero__slide__img {
  display: block;
  width: 93%;
  margin: 0 auto 20px;
}
.s-hero__slide__img img {
  display: block;
  width: 100%;
  margin: auto;
  border-radius: 16px;
}
.s-hero__slide .btn-arrow-chip {
  color: #2D2E56;
  margin: auto;
  display: block;
}
/* s-gammes */
.s-gammes {
  margin-top: 80px;
  text-align: center;
}
.s-gammes__title {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.s-gammes__title span {
  color: #FFCD26;
}
.s-gammes__slider {
  margin-top: 30px;
  overflow: visible;
}
.s-gammes__slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  width: calc(100% + 40px);
  height: 100%;
  background: linear-gradient(to right, #2D2E56 0, transparent 10%, transparent 90%, #2D2E56 100%);
  z-index: 2;
  pointer-events: none;
}
.s-gammes__slider__prev,
.s-gammes__slider__next {
  display: none;
}
.s-gammes__slider__prev {
  left: -33px;
}
.s-gammes__slider__next {
  right: -33px;
}
/* s-marques */
.s-marques {
  margin: 70px 0 20px;
  text-align: center;
}
.s-marques__title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.s-marques__title span {
  color: #FFCD26;
}
.s-marques__slider {
  margin-top: 30px;
  height: 150px;
}
.s-marques__slider.is-locked .swiper-wrapper {
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}
.s-marques__slider .swiper-wrapper {
  margin: 0 auto;
}
.s-marques__slider .swiper-slide {
  background-color: #2D2E56;
}
/* s-installations */
.s-installations {
  background-color: #DBE6EC;
  margin: 0 6px;
  padding: 30px 20px;
  border-radius: 24px;
  color: #2D2E56;
  /* main slider */
  /* meta slider */
}
.s-installations__left a {
  font-weight: 600;
  font-size: 16px;
}
.s-installations__title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-top: 0.4em;
  margin-bottom: 1em;
}
.s-installations__right {
  border-radius: 16px;
  overflow: hidden;
  margin-top: 38px;
}
.s-installations__slider .swiper-slide {
  aspect-ratio: 308 / 213;
}
.s-installations__slider .swiper-slide > * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-installations__slider .swiper-slide img {
  display: block;
}
.s-installations__slider-meta {
  padding: 24px;
  min-height: 138px;
  padding-right: 37%;
}
.s-installations__slider-meta-outer {
  background-color: #fff;
  text-align: right;
  z-index: 1;
}
.s-installations__slider-meta .swiper-slide {
  background-color: #fff;
}
.s-installations__slider-meta .swiper-slide > *:nth-child(2) {
  font-weight: 600;
}
.s-installations__slider-meta .swiper-slide > *:nth-child(2):before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #FFCD25;
  margin: 15px 0 16px auto;
}
.s-installations__slider-meta__nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #E0E8EC;
}
.s-installations__slider-meta .swiper-button-prev {
  width: 100%;
  border-bottom: 1px solid #E0E8EC;
}
.s-installations__slider-meta .swiper-button-next {
  width: 100%;
}
.s-installations__slider-meta .swiper-button-prev,
.s-installations__slider-meta .swiper-button-next {
  --swiper-navigation-size: 24px;
  --swiper-navigation-color: #2D2E56;
  font-weight: 700;
  position: static;
  margin: 0;
  flex: 1;
}
/* s-actualites */
.s-actualite {
  margin: 0 0;
  padding: 60px 0;
  overflow: hidden;
}
.s-actualite__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #2D2E56;
  text-align: center;
}
.s-actualite__slider {
  margin-top: 40px;
  overflow: visible;
}
.s-actualite__slider .swiper-slide {
  height: auto;
}
.s-actualite__slider .swiper-slide .card {
  height: 100%;
}
.searchandfilter ul {
  padding-right: 10px;
}
.searchandfilter ul li {
  color: #2D2E56;
}
.searchandfilter > ul > li:not(.sf-field-submit) {
  border-bottom: 1px solid #E0E8EC;
}
.searchandfilter h4 {
  color: #778C97;
  font-weight: 400;
}
.searchandfilter li[data-sf-field-type='taxonomy'] h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-right: 12px;
}
.searchandfilter li[data-sf-field-type='taxonomy'] h4::after {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url('images/caret-blue-down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  display: inline-block;
}
.searchandfilter li[data-sf-field-type='taxonomy'] h4.active::after {
  transform: rotate(180deg);
}
.searchandfilter > ul > li[data-sf-field-type='taxonomy'] {
  cursor: pointer;
}
.searchandfilter > ul > li[data-sf-field-type='taxonomy']:hover h4 {
  background: #ffcd261f;
  padding-left: 10px;
  font-weight: 600;
}
.searchandfilter > ul > li[data-sf-field-type='taxonomy'] > ul {
  display: none;
}
.searchandfilter ul li li {
  padding: 7px 0;
}
.searchandfilter .meta-slider {
  height: 4px;
  border: 0;
  margin-left: 4px;
}
.searchandfilter .noUi-connect {
  background-color: #FFCD26;
  border: 0;
}
.searchandfilter .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  top: -8px;
  background: #FFCD26;
  border: 0;
  box-shadow: none;
}
.searchandfilter .noUi-horizontal .noUi-handle::before,
.searchandfilter .noUi-horizontal .noUi-handle::after {
  display: none;
}
.sf-field-submit {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
}
.sf-field-submit input[type='submit'] {
  background: #FFCD26;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 16px;
}
.sf-field-submit input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid #2D2E56;
}
.woocommerce-catalogue {
  margin: 0 6px;
  padding: 0 20px 40px;
  background-color: #DBE6EC;
  border-radius: 32px;
}
.woocommerce-catalogue-header {
  margin: 30px 0;
}
.woocommerce-catalogue-header__title {
  color: #2D2E56;
  margin-bottom: 15px;
}
.woocommerce-catalogue-header__subtitle {
  font-size: 16px;
}
.woocommerce-catalogue__seo-description {
  margin: 5vw auto 0;
  color: #2D2E56;
  font-size: 16px;
}
.woocommerce-catalogue__seo-description h2 {
  margin: 0 0 20px;
}
.woocommerce-catalogue__seo-description h3 {
  margin: 20px 0;
}
.woocommerce-catalogue__seo-description h4 {
  margin: 20px 0;
}
.woocommerce-catalogue__seo-description h5 {
  margin: 20px 0;
}
.woocommerce-catalogue__seo-description ul li {
  list-style-type: initial;
  margin-left: 30px;
}
.woocommerce-catalogue__seo-description ol li {
  list-style: decimal;
  margin-left: 30px;
}
.woocommerce-catalogue__seo-description a {
  color: #48BACC;
  font-weight: 600;
  text-decoration: underline;
}
.woocommerce-catalogue__seo-description a:hover {
  text-decoration: none;
}
.woocommerce-catalogue__before-loop {
  /*display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            margin-bottom: 10px;
            gap: 10px;
            @media screen and (min-width: @min-tablet-width) {
                flex-direction: row;
            }*/
  margin-bottom: 10px;
}
.woocommerce-catalogue__before-loop .products {
  display: none;
}
.woocommerce-catalogue__before-loop .sf-field-reset {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
  border: none;
  color: #2D2E56;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.woocommerce-catalogue__before-loop .sf-field-reset::before {
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(images/reset.svg) no-repeat center center;
  background-size: contain;
  margin-right: 8px;
  transform: rotate3d(0);
  transition: transform 0.3s ease;
}
.woocommerce-catalogue__before-loop .sf-field-reset:hover::before {
  animation: spin 1s linear infinite;
}
.woocommerce-catalogue__filter-button {
  background-color: #778C97;
  color: #fff;
  width: 100%;
  height: 48px;
  border-radius: 60px;
  padding: 12px 24px;
  transition: 0.2s ease-in;
  position: relative;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.woocommerce-catalogue__filter-button:before {
  content: url(./images/picto-reglages.svg);
  width: 22px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  transition: 0.1s ease-in;
}
.woocommerce-catalogue__filter-button:hover {
  background-color: #fff;
  color: #778C97;
}
.woocommerce-catalogue__filter-button:hover:before {
  filter: brightness(0) saturate(100%) invert(55%) sepia(10%) saturate(652%) hue-rotate(156deg) brightness(96%) contrast(88%);
}
.woocommerce-catalogue .catalogue-filter {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  z-index: 1001;
  opacity: 0;
  width: 0;
}
.woocommerce-catalogue .catalogue-filter.active {
  opacity: 1;
  width: 100%;
}
.woocommerce-catalogue .catalogue-filter.active .catalogue-filter__container {
  width: 100%;
}
.woocommerce-catalogue .catalogue-filter__container {
  background: #fff;
  width: 0;
  max-width: 100%;
  height: 100vh;
  border-radius: 0;
  position: relative;
  transition: 0.5s ease-in;
  display: flex;
  flex-direction: column;
}
.woocommerce-catalogue .catalogue-filter__header {
  padding: 20px 40px;
  border-bottom: 1px solid #a0a1a1;
  color: #778C97;
  font-weight: 600;
}
.woocommerce-catalogue .catalogue-filter__header #close-filter {
  position: absolute;
  top: 20px;
  right: 20px;
}
.woocommerce-catalogue .catalogue-filter__content {
  margin: 30px 30px 80px;
  overflow: auto;
  padding-bottom: 50px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.woocommerce-catalogue .catalogue-filter__content::-webkit-scrollbar {
  width: 4px;
}
.woocommerce-catalogue .catalogue-filter__content::-webkit-scrollbar-track {
  background: #e0e8ec;
}
.woocommerce-catalogue .catalogue-filter__content::-webkit-scrollbar-thumb {
  background: #778C97;
}
.woocommerce-catalogue .catalogue-filter__content::-webkit-scrollbar-thumb:hover {
  background: #2D2E56;
}
.woocommerce-catalogue .catalogue-filter__content .sf-field-taxonomy-pa_marque * > li {
  text-transform: uppercase;
}
.woocommerce-catalogue .woocommerce-result-count {
  display: none;
}
.woocommerce-catalogue .woocommerce-ordering {
  display: flex;
  align-items: center;
  gap: 20px;
}
.woocommerce-catalogue .woocommerce-ordering select {
  display: none;
}
.woocommerce-catalogue .custom-orderby {
  position: relative;
  cursor: pointer;
  z-index: 10;
  flex: 1;
}
.woocommerce-catalogue .custom-orderby__title {
  font-weight: 600;
}
.woocommerce-catalogue .custom-orderby .selected-option {
  background: #fff;
  border-radius: 60px;
  padding: 13px 24px;
  color: #778C97;
  font-weight: 500;
  width: 100%;
  min-width: 180px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.woocommerce-catalogue .custom-orderby .selected-option:after {
  content: url('./images/arrow-down-yellow.svg');
  width: 15px;
  height: 15px;
  display: block;
  filter: brightness(0) saturate(100%) invert(76%) sepia(13%) saturate(2056%) hue-rotate(142deg) brightness(88%) contrast(79%);
}
.woocommerce-catalogue .custom-orderby .selected-option.show {
  border-radius: 20px 20px 0 0;
}
.woocommerce-catalogue .custom-orderby .orderby-options {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 0 0 20px 20px;
  width: 100%;
}
.woocommerce-catalogue .custom-orderby .orderby-options li {
  cursor: pointer;
  padding: 10px 24px;
  color: #2D2E56;
}
.woocommerce-catalogue .custom-orderby .orderby-options li:last-child {
  border-radius: 0 0 20px 20px;
}
.woocommerce-catalogue .custom-orderby .orderby-options li:hover {
  background-color: #FFCD26;
}
.woocommerce-catalogue .custom-orderby .orderby-options.show {
  display: block;
}
.woocommerce-products-header__title {
  display: none;
}
.categories-list__title {
  margin: 16px 0;
  font-size: 16px;
  color: #778C97;
}
.categories-list__links ul li {
  margin: 10px 0;
  color: #2D2E56;
}
.categories-list__links ul li a:hover {
  text-decoration: underline;
}
.categories-list__links ul li.current a {
  font-weight: 600;
}
.wc-sub-categories-list {
  margin: 10px;
}
.wc-sub-categories-list li {
  font-size: 12px;
}
.active-filters-container {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.filter-chip {
  display: flex;
  padding: 0 16px;
  height: 38px;
  margin-right: 5px;
  flex-direction: row-reverse;
  align-items: center;
  color: #2D2E56;
  border-radius: 60px;
  cursor: pointer;
  border: 1px solid #2D2E56;
  font-size: 12px;
}
.filter-chip:hover {
  background-color: #2D2E56;
  color: #fff;
}
.filter-chip:hover .remove-chip {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1%) hue-rotate(201deg) brightness(104%) contrast(100%);
}
.filter-chip:hover .remove-chip--range {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1%) hue-rotate(201deg) brightness(104%) contrast(100%);
}
.remove-chip,
.remove-chip--range {
  background: url(images/remove-cross.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 12px;
}
.woocommerce-catalogue__before-loop {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.related.products > h2 {
  margin-bottom: 40px;
}
.woocommerce-catalogue__products,
.related .products {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin: 0 auto;
}
.woocommerce-catalogue__products:before,
.related .products:before {
  display: none !important;
}
.woocommerce-catalogue__products .product,
.related .products .product {
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  padding: 10px 0 !important;
  height: 210px;
  overflow: hidden;
  width: 100% !important;
  margin-bottom: unset !important;
}
.woocommerce-catalogue__products .product .size-woocommerce_thumbnail,
.related .products .product .size-woocommerce_thumbnail {
  margin-left: 10px;
}
.woocommerce-catalogue__products .product__icons,
.related .products .product__icons {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  gap: 8px;
  width: 100%;
}
.woocommerce-catalogue__products .product__icons .icon,
.related .products .product__icons .icon {
  width: 18px;
  height: 18px;
}
.woocommerce-catalogue__products .product .onsale,
.related .products .product .onsale {
  right: 12px;
  top: 10px;
  width: 40px;
  left: unset;
  font-size: 9px;
  height: 40px;
  margin: auto;
  align-content: center;
  display: none;
}
.woocommerce-catalogue__products .product__data,
.related .products .product__data {
  transition: 0.1s ease-in;
  text-align: center;
  width: 100%;
  padding: 28px 14px;
  font-size: 12px;
}
.woocommerce-catalogue__products .product__data .woocommerce-loop-product__title,
.related .products .product__data .woocommerce-loop-product__title {
  font-size: 12px;
}
.woocommerce-catalogue__products .product__data__marque,
.related .products .product__data__marque {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 9px;
  letter-spacing: 0.16em;
  display: block;
  color: #778C97;
}
.woocommerce-catalogue__products .product__data__marque:after,
.related .products .product__data__marque:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #FFCD26;
  margin: 10px auto;
}
.woocommerce-catalogue__products .product__data__label,
.related .products .product__data__label {
  min-height: 40px;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 9px;
}
.woocommerce-catalogue__products .product__data__marquee,
.related .products .product__data__marquee {
  min-height: 18px;
}
.woocommerce-catalogue__products .product .price,
.related .products .product .price {
  display: none;
}
.woocommerce-catalogue__products .product .woocommerce-loop-product__link,
.related .products .product .woocommerce-loop-product__link {
  display: flex;
  gap: 6px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
}
.woocommerce-catalogue__products .product .size-woocommerce_thumbnail,
.related .products .product .size-woocommerce_thumbnail,
.woocommerce-catalogue__products .product .woocommerce-placeholder,
.related .products .product .woocommerce-placeholder {
  transition: 0.1s ease-in;
  max-width: 130px;
  width: 100%;
  height: 130px !important;
  margin-top: 30px !important;
}
.woocommerce-catalogue__products .product .woocommerce-loop-product__title,
.related .products .product .woocommerce-loop-product__title {
  text-transform: uppercase;
  padding-bottom: 6px;
}
.woocommerce-catalogue__products .product .button,
.related .products .product .button {
  position: absolute;
  bottom: 26px;
  right: 20px;
  background-color: #FFCD26;
  color: #2D2E56;
  display: flex !important;
  border-radius: 20px !important;
  padding: 12px 16px;
}
.woocommerce-catalogue__products .product .button:before,
.related .products .product .button:before {
  content: url('./images/picto-plus-square.svg');
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 10px;
  transition: 0.1s ease-in;
}
.woocommerce .woocommerce-pagination ul.page-numbers {
  border: none;
  padding-top: 4% !important;
}
.woocommerce .woocommerce-pagination li {
  border-right: unset !important;
  border-radius: 50%;
  margin: 0 5px !important;
  height: 32px;
  width: 32px;
}
.woocommerce .woocommerce-pagination li .page-numbers {
  line-height: unset;
  background-color: #fff;
  font-weight: 600;
  color: #2D2E56;
}
.woocommerce .woocommerce-pagination li .page-numbers.current {
  background-color: #48BACC;
  color: #fff;
}
.woocommerce .woocommerce-pagination li .page-numbers:hover {
  background-color: #48BACC;
  color: #fff;
}
.woocommerce .woocommerce-pagination li .next,
.woocommerce .woocommerce-pagination li .prev {
  font-size: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.woocommerce .woocommerce-pagination li .next:after,
.woocommerce .woocommerce-pagination li .prev:after {
  content: url('./images/arrow-back.svg');
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.woocommerce .woocommerce-pagination li .next:hover:after,
.woocommerce .woocommerce-pagination li .prev:hover:after {
  filter: brightness(0) invert(1);
}
.woocommerce .woocommerce-pagination li .next:after {
  transform: translateX(-45%) translateY(-64%) rotate(180deg);
}
.woocommerce .woocommerce-pagination li .prev:after {
  transform: translateX(-58%) translateY(-32%);
}
.woocommerce-shop main {
  min-height: unset;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* body class "woocommerce-account" */
.woocommerce-account .woocommerce-breadcrumb {
  display: none;
}
.woocommerce-account main .woocommerce {
  margin: 0 6px;
  padding: 20px 20px 104px;
  background-color: #DBE6EC;
  border-radius: 32px;
}
.woocommerce-MyAccount {
  margin-top: 30px;
  /* MY ACCOUNT : NAVIGATION */
  /* MY ACCOUNT : CONTENT */
}
.woocommerce-MyAccount h2 {
  color: #2D2E56;
  margin-bottom: 16px;
}
.woocommerce-MyAccount-navigation {
  z-index: 9;
}
.woocommerce-MyAccount-navigation > ul > li {
  min-width: 20%;
}
.woocommerce-MyAccount-navigation > ul > li:first-child a {
  border-radius: 16px 0 0 16px ;
}
.woocommerce-MyAccount-navigation > ul > li a {
  padding: 11px 4px;
  font-weight: 600;
  color: #2D2E56;
  font-size: 16px;
  justify-items: center;
  min-width: 60px;
  display: flex ;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  transition: background 0.2s;
}
.woocommerce-MyAccount-navigation > ul > li a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: 0.2s;
}
.woocommerce-MyAccount-navigation > ul > li a:hover {
  background: #FFF5D4;
  padding-left: 25px;
}
.woocommerce-MyAccount-navigation > ul > li.is-active a {
  background: #EDF3F6;
}
.woocommerce-MyAccount-navigation > ul > li.is-active a:before {
  left: 20px;
}
.woocommerce-MyAccount-navigation-link--dashboard a:before {
  background: url(images/icon-home.svg) no-repeat center;
  background-size: contain;
}
.woocommerce-MyAccount-navigation-link--devis a:before {
  background: url(images/icon-devis.svg) no-repeat center;
  background-size: contain;
}
.woocommerce-MyAccount-navigation-link--orders a:before {
  background: url(images/icon-commande.svg) no-repeat center;
  background-size: contain;
}
.woocommerce-MyAccount-navigation-link--factures a:before {
  background: url(images/icon-facture.svg) no-repeat center;
  background-size: contain;
}
.woocommerce-MyAccount-navigation-link--avoirs {
  display: block;
  flex-direction: row;
}
.woocommerce-MyAccount-navigation-link--avoirs a {
  flex-direction: row;
}
.woocommerce-MyAccount-navigation-link--avoirs a:before {
  background: url(images/icon-avoirs.svg) no-repeat center;
  background-size: contain;
}
.woocommerce-MyAccount-navigation-link--edit-account {
  display: block;
}
.woocommerce-MyAccount-navigation-link--edit-account a {
  flex-direction: row;
}
.woocommerce-MyAccount-navigation-link--edit-account a:before {
  background: url(images/icon-infos.svg) no-repeat center;
  background-size: contain;
}
.woocommerce-MyAccount-navigation-link--customer-logout {
  display: none;
}
.woocommerce-MyAccount-navigation-link--customer-logout a {
  font-size: 12px !important;
  font-weight: 400 !important;
  text-decoration: underline;
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  background: url(images/icon-lock.svg) no-repeat center;
  background-size: contain;
  min-width: 12px !important;
  height: 12px !important;
}
.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  text-decoration: none;
}
.woocommerce-MyAccount #mobileMenuToggle {
  position: fixed;
  bottom: 20px;
  right: 5%;
  z-index: 99;
  cursor: pointer;
  background: #fff;
  /* height: 100%; */
  padding: 11px 4px;
  border-radius: 0 16px 16px 0;
  font-weight: 400;
  min-width: 16%;
  font-size: 9px;
  display: flex ;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  color: #2D2E56;
}
.woocommerce-MyAccount #mobileMenuToggle:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/icon-burger.svg) no-repeat center;
  background-size: contain;
}
.woocommerce-MyAccount .woocommerce-MyAccount-content {
  width: 100%;
}
.page-template-creation-compte .main-header {
  padding-bottom: 3vw;
  border-bottom: 1px solid rgba(119, 140, 151, 0.4);
}
.myaccount {
  /* dashboard */
}
.myaccount__dashboard {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.myaccount__dashboard__aside {
  padding: 20px 32px 12px 32px;
  margin: 0;
}
.myaccount__dashboard__aside__info {
  padding: 32px 0;
}
.myaccount__dashboard__aside__info:not(:last-child) {
  border-bottom: 1px solid #E0E8EC;
}
.myaccount__dashboard__aside__subtitle {
  font-size: 14px;
  color: #778C97;
}
.myaccount__dashboard__aside__price {
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.96px;
  color: #48BACC;
}
.myaccount__dashboard__lastest {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
}
.myaccount__dashboard .last__quotations .list-title,
.myaccount__dashboard .last__orders .list-title,
.myaccount__dashboard .last__bills .list-title,
.myaccount__dashboard .last__avoirs .list-title {
  text-align: left;
}
.myaccount__dashboard .last__quotations .list-name,
.myaccount__dashboard .last__orders .list-name,
.myaccount__dashboard .last__bills .list-name,
.myaccount__dashboard .last__avoirs .list-name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.myaccount__dashboard .last__quotations .list-name.see-more,
.myaccount__dashboard .last__orders .list-name.see-more,
.myaccount__dashboard .last__bills .list-name.see-more,
.myaccount__dashboard .last__avoirs .list-name.see-more {
  justify-content: flex-end;
}
.myaccount__dashboard .last__quotations .list-name th,
.myaccount__dashboard .last__orders .list-name th,
.myaccount__dashboard .last__bills .list-name th,
.myaccount__dashboard .last__avoirs .list-name th {
  padding: 20px 0;
}
.myaccount__dashboard .last__quotations .list__table,
.myaccount__dashboard .last__orders .list__table,
.myaccount__dashboard .last__bills .list__table,
.myaccount__dashboard .last__avoirs .list__table {
  border-spacing: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-color: #fff;
  padding: 20px 20px 12px 20px;
}
.myaccount__dashboard .last__quotations .list__table th,
.myaccount__dashboard .last__orders .list__table th,
.myaccount__dashboard .last__bills .list__table th,
.myaccount__dashboard .last__avoirs .list__table th {
  padding-bottom: 16px;
  border-bottom: 3px solid #E0E8EC;
  text-align: left;
  color: #2D2E56;
}
.myaccount__dashboard .last__quotations .list__table th:last-child,
.myaccount__dashboard .last__orders .list__table th:last-child,
.myaccount__dashboard .last__bills .list__table th:last-child,
.myaccount__dashboard .last__avoirs .list__table th:last-child {
  text-align: right;
}
.myaccount__dashboard .last__quotations .list__table tbody tr:not(:last-child) td,
.myaccount__dashboard .last__orders .list__table tbody tr:not(:last-child) td,
.myaccount__dashboard .last__bills .list__table tbody tr:not(:last-child) td,
.myaccount__dashboard .last__avoirs .list__table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #E0E8EC;
}
.myaccount__dashboard .last__quotations .list__table tbody td,
.myaccount__dashboard .last__orders .list__table tbody td,
.myaccount__dashboard .last__bills .list__table tbody td,
.myaccount__dashboard .last__avoirs .list__table tbody td {
  padding: 10px 0;
  vertical-align: top;
  color: #2D2E56;
}
.myaccount__dashboard .last__quotations .list__table tbody td .date,
.myaccount__dashboard .last__orders .list__table tbody td .date,
.myaccount__dashboard .last__bills .list__table tbody td .date,
.myaccount__dashboard .last__avoirs .list__table tbody td .date {
  color: #778C97;
}
.myaccount__dashboard .last__quotations .list__table tbody td:last-child,
.myaccount__dashboard .last__orders .list__table tbody td:last-child,
.myaccount__dashboard .last__bills .list__table tbody td:last-child,
.myaccount__dashboard .last__avoirs .list__table tbody td:last-child {
  text-align: right;
}
.myaccount__dashboard .last__quotations .list-empty,
.myaccount__dashboard .last__orders .list-empty,
.myaccount__dashboard .last__bills .list-empty,
.myaccount__dashboard .last__avoirs .list-empty {
  background-color: rgba(255, 255, 255, 0.5);
}
.myaccount__dashboard .last__quotations .list-empty tbody td,
.myaccount__dashboard .last__orders .list-empty tbody td,
.myaccount__dashboard .last__bills .list-empty tbody td,
.myaccount__dashboard .last__avoirs .list-empty tbody td {
  text-align: center !important;
  padding: 60px 0;
  color: #778C97;
}
.myaccount-devis .devis-list,
.myaccount-order .devis-list,
.myaccount .quotation__details .devis-list,
.myaccount-devis .orders-list,
.myaccount-order .orders-list,
.myaccount .quotation__details .orders-list,
.myaccount-devis .quotation__table,
.myaccount-order .quotation__table,
.myaccount .quotation__details .quotation__table {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  margin: 16px 0;
}
.myaccount-devis .devis-list__header,
.myaccount-order .devis-list__header,
.myaccount .quotation__details .devis-list__header,
.myaccount-devis .orders-list__header,
.myaccount-order .orders-list__header,
.myaccount .quotation__details .orders-list__header,
.myaccount-devis .quotation__table__header,
.myaccount-order .quotation__table__header,
.myaccount .quotation__details .quotation__table__header {
  display: none;
}
.myaccount-devis .devis-list__row,
.myaccount-order .devis-list__row,
.myaccount .quotation__details .devis-list__row,
.myaccount-devis .orders-list__row,
.myaccount-order .orders-list__row,
.myaccount .quotation__details .orders-list__row,
.myaccount-devis .quotation__table__row,
.myaccount-order .quotation__table__row,
.myaccount .quotation__details .quotation__table__row {
  flex-direction: column;
  margin-bottom: 20px;
  border-bottom: 1px solid #E0E8EC;
  padding-bottom: 50px;
}
.myaccount-devis .devis-list__row:last-child,
.myaccount-order .devis-list__row:last-child,
.myaccount .quotation__details .devis-list__row:last-child,
.myaccount-devis .orders-list__row:last-child,
.myaccount-order .orders-list__row:last-child,
.myaccount .quotation__details .orders-list__row:last-child,
.myaccount-devis .quotation__table__row:last-child,
.myaccount-order .quotation__table__row:last-child,
.myaccount .quotation__details .quotation__table__row:last-child {
  border-bottom: unset;
}
.myaccount-devis .devis-list__row:last-child .devis-list__cell,
.myaccount-order .devis-list__row:last-child .devis-list__cell,
.myaccount .quotation__details .devis-list__row:last-child .devis-list__cell,
.myaccount-devis .orders-list__row:last-child .devis-list__cell,
.myaccount-order .orders-list__row:last-child .devis-list__cell,
.myaccount .quotation__details .orders-list__row:last-child .devis-list__cell,
.myaccount-devis .quotation__table__row:last-child .devis-list__cell,
.myaccount-order .quotation__table__row:last-child .devis-list__cell,
.myaccount .quotation__details .quotation__table__row:last-child .devis-list__cell {
  border-bottom: unset;
}
.myaccount-devis .devis-list__cell,
.myaccount-order .devis-list__cell,
.myaccount .quotation__details .devis-list__cell,
.myaccount-devis .orders-list__cell,
.myaccount-order .orders-list__cell,
.myaccount .quotation__details .orders-list__cell,
.myaccount-devis .quotation__table__cell,
.myaccount-order .quotation__table__cell,
.myaccount .quotation__details .quotation__table__cell {
  position: relative;
  text-align: left;
  border-right: none;
  padding: 4px 0 4px 50%;
  color: #2D2E56;
}
.myaccount-devis .devis-list__cell[data-label='Nom du chantier'],
.myaccount-order .devis-list__cell[data-label='Nom du chantier'],
.myaccount .quotation__details .devis-list__cell[data-label='Nom du chantier'],
.myaccount-devis .orders-list__cell[data-label='Nom du chantier'],
.myaccount-order .orders-list__cell[data-label='Nom du chantier'],
.myaccount .quotation__details .orders-list__cell[data-label='Nom du chantier'],
.myaccount-devis .quotation__table__cell[data-label='Nom du chantier'],
.myaccount-order .quotation__table__cell[data-label='Nom du chantier'],
.myaccount .quotation__details .quotation__table__cell[data-label='Nom du chantier'],
.myaccount-devis .devis-list__cell[data-label='Date'],
.myaccount-order .devis-list__cell[data-label='Date'],
.myaccount .quotation__details .devis-list__cell[data-label='Date'],
.myaccount-devis .orders-list__cell[data-label='Date'],
.myaccount-order .orders-list__cell[data-label='Date'],
.myaccount .quotation__details .orders-list__cell[data-label='Date'],
.myaccount-devis .quotation__table__cell[data-label='Date'],
.myaccount-order .quotation__table__cell[data-label='Date'],
.myaccount .quotation__details .quotation__table__cell[data-label='Date'] {
  color: #778C97;
}
.myaccount-devis .devis-list__cell[data-label='Montant'],
.myaccount-order .devis-list__cell[data-label='Montant'],
.myaccount .quotation__details .devis-list__cell[data-label='Montant'],
.myaccount-devis .orders-list__cell[data-label='Montant'],
.myaccount-order .orders-list__cell[data-label='Montant'],
.myaccount .quotation__details .orders-list__cell[data-label='Montant'],
.myaccount-devis .quotation__table__cell[data-label='Montant'],
.myaccount-order .quotation__table__cell[data-label='Montant'],
.myaccount .quotation__details .quotation__table__cell[data-label='Montant'],
.myaccount-devis .devis-list__cell[data-label='Référence'],
.myaccount-order .devis-list__cell[data-label='Référence'],
.myaccount .quotation__details .devis-list__cell[data-label='Référence'],
.myaccount-devis .orders-list__cell[data-label='Référence'],
.myaccount-order .orders-list__cell[data-label='Référence'],
.myaccount .quotation__details .orders-list__cell[data-label='Référence'],
.myaccount-devis .quotation__table__cell[data-label='Référence'],
.myaccount-order .quotation__table__cell[data-label='Référence'],
.myaccount .quotation__details .quotation__table__cell[data-label='Référence'] {
  font-weight: 600;
}
.myaccount-devis .devis-list__cell::before,
.myaccount-order .devis-list__cell::before,
.myaccount .quotation__details .devis-list__cell::before,
.myaccount-devis .orders-list__cell::before,
.myaccount-order .orders-list__cell::before,
.myaccount .quotation__details .orders-list__cell::before,
.myaccount-devis .quotation__table__cell::before,
.myaccount-order .quotation__table__cell::before,
.myaccount .quotation__details .quotation__table__cell::before {
  content: attr(data-label);
  position: absolute;
  left: 0;
  width: 45%;
  padding-left: 10px;
  font-weight: 600;
  color: #778C97;
}
.myaccount-devis .devis-list__cell .btn,
.myaccount-order .devis-list__cell .btn,
.myaccount .quotation__details .devis-list__cell .btn,
.myaccount-devis .orders-list__cell .btn,
.myaccount-order .orders-list__cell .btn,
.myaccount .quotation__details .orders-list__cell .btn,
.myaccount-devis .quotation__table__cell .btn,
.myaccount-order .quotation__table__cell .btn,
.myaccount .quotation__details .quotation__table__cell .btn {
  margin-top: -3px;
  position: absolute;
  right: 0;
  background-color: #DBE6EC;
}
.myaccount-devis .devis-list__cell .btn:after,
.myaccount-order .devis-list__cell .btn:after,
.myaccount .quotation__details .devis-list__cell .btn:after,
.myaccount-devis .orders-list__cell .btn:after,
.myaccount-order .orders-list__cell .btn:after,
.myaccount .quotation__details .orders-list__cell .btn:after,
.myaccount-devis .quotation__table__cell .btn:after,
.myaccount-order .quotation__table__cell .btn:after,
.myaccount .quotation__details .quotation__table__cell .btn:after {
  top: 13px;
  z-index: 11;
  filter: brightness(0) saturate(100%) invert(16%) sepia(26%) saturate(1220%) hue-rotate(201deg) brightness(97%) contrast(93%);
  background: unset;
  right: -5px;
}
.myaccount-devis .devis-list__cell .btn::before,
.myaccount-order .devis-list__cell .btn::before,
.myaccount .quotation__details .devis-list__cell .btn::before,
.myaccount-devis .orders-list__cell .btn::before,
.myaccount-order .orders-list__cell .btn::before,
.myaccount .quotation__details .orders-list__cell .btn::before,
.myaccount-devis .quotation__table__cell .btn::before,
.myaccount-order .quotation__table__cell .btn::before,
.myaccount .quotation__details .quotation__table__cell .btn::before {
  content: '';
  display: block;
  background-color: #DBE6EC;
}
.myaccount-devis .devis-list__cell .btn:hover,
.myaccount-order .devis-list__cell .btn:hover,
.myaccount .quotation__details .devis-list__cell .btn:hover,
.myaccount-devis .orders-list__cell .btn:hover,
.myaccount-order .orders-list__cell .btn:hover,
.myaccount .quotation__details .orders-list__cell .btn:hover,
.myaccount-devis .quotation__table__cell .btn:hover,
.myaccount-order .quotation__table__cell .btn:hover,
.myaccount .quotation__details .quotation__table__cell .btn:hover {
  transform: unset;
}
.myaccount-devis .devis-list__cell .btn:hover:before,
.myaccount-order .devis-list__cell .btn:hover:before,
.myaccount .quotation__details .devis-list__cell .btn:hover:before,
.myaccount-devis .orders-list__cell .btn:hover:before,
.myaccount-order .orders-list__cell .btn:hover:before,
.myaccount .quotation__details .orders-list__cell .btn:hover:before,
.myaccount-devis .quotation__table__cell .btn:hover:before,
.myaccount-order .quotation__table__cell .btn:hover:before,
.myaccount .quotation__details .quotation__table__cell .btn:hover:before {
  background-color: #2D2E56;
}
.myaccount-devis .devis-list__cell .btn:hover:after,
.myaccount-order .devis-list__cell .btn:hover:after,
.myaccount .quotation__details .devis-list__cell .btn:hover:after,
.myaccount-devis .orders-list__cell .btn:hover:after,
.myaccount-order .orders-list__cell .btn:hover:after,
.myaccount .quotation__details .orders-list__cell .btn:hover:after,
.myaccount-devis .quotation__table__cell .btn:hover:after,
.myaccount-order .quotation__table__cell .btn:hover:after,
.myaccount .quotation__details .quotation__table__cell .btn:hover:after {
  filter: brightness(0) invert(1);
}
.woocommerce-account-tabs {
  margin-bottom: 20px;
}
.woocommerce-account-tabs .tabs-nav {
  display: flex;
  background: white;
  border-radius: 16px 16px 0 0;
}
.woocommerce-account-tabs .tabs-nav .tab-link {
  padding: 24px 0 13px;
  cursor: pointer;
  border-bottom: none;
  width: 50%;
  text-align: center;
  font-weight: 600;
  color: #778C97;
  border-bottom: 1px solid #E0E8EC;
}
.woocommerce-account-tabs .tabs-nav .tab-link.current,
.woocommerce-account-tabs .tabs-nav .tab-link:hover {
  color: #2D2E56;
  border-bottom: 3px solid #FFCD26;
}
.woocommerce-account-tabs .contact-us {
  background: #EDF3F6;
  color: #2D2E56;
  padding: 16px 24px;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
}
.woocommerce-account-tabs .contact-us img {
  margin-right: 16px;
}
.woocommerce-account-tabs .contact-us a {
  font-weight: 600;
  text-decoration: underline;
  margin-right: 5px;
}
.woocommerce-account-tabs .contact-us a:hover {
  text-decoration: none;
}
.woocommerce-account-tabs .tab-content {
  display: none;
}
.woocommerce-account-tabs .tab-content.current {
  display: block;
  padding: 24px 20px;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
}
.woocommerce-account-tabs .tab-content-container {
  max-width: 860px;
  margin: 0 auto;
}
.woocommerce-account-tabs .tab-content .tab__title {
  color: #778C97;
  padding-top: 32px;
}
.woocommerce-account-tabs .tab-content .tab__field {
  padding: 16px 0;
  color: #778C97;
}
.woocommerce-account-tabs .tab-content .tab__field:not(:last-child) {
  border-bottom: 1px solid #E0E8EC;
}
.woocommerce-account-tabs .tab-content .tab__field strong {
  display: block;
  color: #2D2E56;
}
.woocommerce-account-tabs .tab-content .woocommerce-EditAccountForm {
  max-width: 560px;
  margin: 0 auto;
}
.woocommerce-account-tabs .tab-content .woocommerce-EditAccountForm .woocommerce-Button {
  padding: 14px 82px;
  background-color: #FFCD26;
  color: #2D2E56;
  border-radius: 60px;
  margin-top: 24px;
  border: 2px solid #FFCD26;
}
.woocommerce-account-tabs .tab-content .woocommerce-EditAccountForm .woocommerce-Button:hover {
  background-color: #fff;
}
.woocommerce-account-tabs .tab-content .woocommerce-form-title {
  margin-top: 36px;
  color: #778C97;
  display: inline-block;
}
.woocommerce-account-tabs .tab-content .show-password-input {
  right: 1.4em;
  top: 1.4em;
}
.woocommerce-account-tabs .tab-content .form-row {
  width: 100%;
  margin: 12px auto;
}
.woocommerce-account-tabs .tab-content .form-row label {
  font-size: 16px;
  color: #2D2E56;
  font-weight: 600;
}
.woocommerce-account-tabs .tab-content .form-row input {
  border: 0;
  background: #EDF3F6;
  padding: 16px 24px;
  border-radius: 8px;
  margin-top: 8px;
}
.woocommerce-account-tabs .tab-content .form-row-firstname,
.woocommerce-account-tabs .tab-content .form-row-lastname {
  display: none;
}
.woocommerce-account-tabs .tab-content .woocommerce-checkbox {
  margin-bottom: 24px;
}
.woocommerce-account-tabs .tab-content .woocommerce-checkbox-text {
  margin-top: 24px;
  color: #2D2E56;
  font-weight: 600;
  font-size: 16px;
}
.woocommerce-account-tabs .tab-content .woocommerce-checkbox-group {
  display: block;
  margin-top: 16px;
}
.woocommerce-account-tabs .tab-content .woocommerce-checkbox input[type='checkbox'] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.woocommerce-account-tabs .tab-content .woocommerce-checkbox label {
  position: relative;
  cursor: pointer;
  display: flex ;
  align-items: center;
}
.woocommerce-account-tabs .tab-content .woocommerce-checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #E0E8EC;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 16px;
}
.woocommerce-account-tabs .tab-content .woocommerce-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #2D2E56;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.lost_reset_password > p:first-child {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.single-devis .single-category,
.single-order .single-category,
.single-avoirs .single-category {
  display: flex;
  flex-direction: column;
}
.single-devis .single-category__details,
.single-order .single-category__details,
.single-avoirs .single-category__details {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  margin: 16px 0;
}
.single-devis .single-category__table,
.single-order .single-category__table,
.single-avoirs .single-category__table {
  border-collapse: collapse;
}
.single-devis .single-category__table__header,
.single-order .single-category__table__header,
.single-avoirs .single-category__table__header {
  display: none;
}
.single-devis .single-category__table__row,
.single-order .single-category__table__row,
.single-avoirs .single-category__table__row {
  flex-direction: column;
  margin-bottom: 20px;
  border-bottom: 1px solid #E0E8EC;
  padding-bottom: 20px;
}
.single-devis .single-category__table__row .product,
.single-order .single-category__table__row .product,
.single-avoirs .single-category__table__row .product {
  display: flex;
  gap: 15px;
}
.single-devis .single-category__table__row .product-info,
.single-order .single-category__table__row .product-info,
.single-avoirs .single-category__table__row .product-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.single-devis .single-category__table__row .product-texts,
.single-order .single-category__table__row .product-texts,
.single-avoirs .single-category__table__row .product-texts {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.single-devis .single-category__table__row .product-title,
.single-order .single-category__table__row .product-title,
.single-avoirs .single-category__table__row .product-title {
  font-weight: 600;
}
.single-devis .single-category__table__row .product-ref,
.single-order .single-category__table__row .product-ref,
.single-avoirs .single-category__table__row .product-ref {
  font-size: 13px;
  color: #778C97;
  text-transform: uppercase;
}
.single-devis .single-category__table__row .product-numbers,
.single-order .single-category__table__row .product-numbers,
.single-avoirs .single-category__table__row .product-numbers {
  display: flex;
  justify-content: space-between;
  color: #778C97;
}
.single-devis .single-category__table__row .product-quantity,
.single-order .single-category__table__row .product-quantity,
.single-avoirs .single-category__table__row .product-quantity {
  width: 120px;
}
.single-devis .single-category__table__row .product-total,
.single-order .single-category__table__row .product-total,
.single-avoirs .single-category__table__row .product-total {
  color: #48BACC;
  font-weight: 600;
}
.single-devis .single-category__table__row img,
.single-order .single-category__table__row img,
.single-avoirs .single-category__table__row img {
  max-width: 60px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-devis .single-category__table__cell,
.single-order .single-category__table__cell,
.single-avoirs .single-category__table__cell {
  position: relative;
  text-align: left;
  border-right: none;
  padding: 4px 0 4px 50%;
  color: #2D2E56;
}
.single-devis .single-category__table__cell[data-label='Nom du chantier'],
.single-order .single-category__table__cell[data-label='Nom du chantier'],
.single-avoirs .single-category__table__cell[data-label='Nom du chantier'],
.single-devis .single-category__table__cell[data-label='Date'],
.single-order .single-category__table__cell[data-label='Date'],
.single-avoirs .single-category__table__cell[data-label='Date'] {
  color: #778C97;
}
.single-devis .single-category__table__cell[data-label='Montant'],
.single-order .single-category__table__cell[data-label='Montant'],
.single-avoirs .single-category__table__cell[data-label='Montant'],
.single-devis .single-category__table__cell[data-label='Référence'],
.single-order .single-category__table__cell[data-label='Référence'],
.single-avoirs .single-category__table__cell[data-label='Référence'] {
  font-weight: 600;
}
.single-devis .single-category__table__cell::before,
.single-order .single-category__table__cell::before,
.single-avoirs .single-category__table__cell::before {
  content: attr(data-label);
  position: absolute;
  left: 0;
  width: 45%;
  padding-left: 10px;
  font-weight: 600;
  color: #778C97;
}
.single-devis .single-category__table__cell .btn,
.single-order .single-category__table__cell .btn,
.single-avoirs .single-category__table__cell .btn {
  margin-top: -3px;
  position: absolute;
  right: 0;
}
.single-devis .single-category__table__cell .btn:after,
.single-order .single-category__table__cell .btn:after,
.single-avoirs .single-category__table__cell .btn:after {
  top: 13px;
  z-index: 11;
  filter: brightness(0) saturate(100%) invert(16%) sepia(26%) saturate(1220%) hue-rotate(201deg) brightness(97%) contrast(93%);
}
.single-devis .single-category__table__cell .btn::before,
.single-order .single-category__table__cell .btn::before,
.single-avoirs .single-category__table__cell .btn::before {
  background-color: #DBE6EC;
}
.single-devis .single-category__table__cell .btn:hover,
.single-order .single-category__table__cell .btn:hover,
.single-avoirs .single-category__table__cell .btn:hover {
  transform: unset;
}
.single-devis .single-category__table__cell .btn:hover:before,
.single-order .single-category__table__cell .btn:hover:before,
.single-avoirs .single-category__table__cell .btn:hover:before {
  background-color: #2D2E56;
}
.single-devis .single-category__table__cell .btn:hover:after,
.single-order .single-category__table__cell .btn:hover:after,
.single-avoirs .single-category__table__cell .btn:hover:after {
  filter: brightness(0) invert(1);
}
.single-devis .single-category__table__final-price,
.single-order .single-category__table__final-price,
.single-avoirs .single-category__table__final-price {
  display: flex;
  justify-content: space-between;
}
.single-devis .single-category__actions,
.single-order .single-category__actions,
.single-avoirs .single-category__actions {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  flex-direction: column;
  gap: 12px;
}
.single-devis .single-category__actions .btn,
.single-order .single-category__actions .btn,
.single-avoirs .single-category__actions .btn {
  color: #2D2E56;
  padding: 16px ;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.single-devis .single-category__actions .btn::before,
.single-order .single-category__actions .btn::before,
.single-avoirs .single-category__actions .btn::before,
.single-devis .single-category__actions .btn::after,
.single-order .single-category__actions .btn::after,
.single-avoirs .single-category__actions .btn::after {
  display: none;
}
.single-devis .single-category__actions .btn--yellow,
.single-order .single-category__actions .btn--yellow,
.single-avoirs .single-category__actions .btn--yellow {
  background-color: #FFCD26;
  border: 1px solid #FFCD26;
}
.single-devis .single-category__actions .btn--yellow:hover,
.single-order .single-category__actions .btn--yellow:hover,
.single-avoirs .single-category__actions .btn--yellow:hover {
  background-color: #fff;
}
.single-devis .single-category__actions .btn--grey,
.single-order .single-category__actions .btn--grey,
.single-avoirs .single-category__actions .btn--grey {
  background-color: #DBE6EC;
  border: 1px solid #DBE6EC;
}
.single-devis .single-category__actions .btn--grey:hover,
.single-order .single-category__actions .btn--grey:hover,
.single-avoirs .single-category__actions .btn--grey:hover {
  background-color: #fff;
}
.single-product {
  /* product breadcrumb */
  /* specific mobile layout (order) */
  /* product top */
  /* macaron */
  /* points-forts */
  /* prix produit */
  /* bouton ajouter au panier (devis) */
  /* product bottom */
  /* product tabs */
  /* product tabs content */
  /* encart-contact */
  /* tab-infos-produit */
  /* disp points forts */
  /* related.products */
}
.single-product .breadcrumb-outer {
  position: absolute;
  z-index: 9;
  width: 100%;
}
.single-product .woocommerce-breadcrumb {
  margin: 0;
  padding-top: 20px;
}
.single-product .s-product-top {
  display: flow-root;
  margin: 0 6px;
  background: #DBE6EC;
  border-radius: 24px;
  padding: 10px 20px 30px;
  /* single product left - elements */
}
.single-product .s-product-top__flex {
  margin-top: 10px;
}
.single-product .s-product-top .spl {
  margin-top: 10px;
}
.single-product .s-product-top .spl__tags a {
  background-color: #91D0DC;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 2px 8px;
  margin-right: 3px;
}
.single-product .s-product-top .spl__marque {
  margin-top: 10px;
  font-weight: 600;
  color: #778C97;
  text-transform: uppercase;
}
.single-product .s-product-top .spl__product-name .product_title {
  font-size: 28px;
}
.single-product .s-product-top .spl__ref {
  text-transform: uppercase;
  font-size: 12px;
  color: #778C97;
  margin: 1em 0;
}
.single-product .s-product-top .spl__flags {
  display: flex;
  gap: 6px;
}
.single-product .s-product-top .spl__flags > * {
  width: 28px;
}
.single-product .s-product-top .spl__description {
  margin-top: 1em;
}
.single-product .macaron {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 30%;
  max-width: 200px;
  min-width: 80px;
}
.single-product .points-forts {
  font-size: 16px;
  font-weight: 600;
  border-left: 3px solid #48BACC;
  padding-left: 20px;
}
.single-product .points-forts p {
  padding: 8px 0;
  padding: 4% 0;
}
.single-product div.product p.price,
.single-product div.product span.price {
  color: #2D2E56;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.single-product div.product p.price del,
.single-product div.product span.price del {
  opacity: 1;
  color: #778C97;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}
.single-product div.product p.price ins,
.single-product div.product span.price ins {
  display: block;
  text-decoration: none;
  font-weight: 600;
}
.single-product div.product form.cart {
  margin-top: 1.4em;
  background: #FFCD26;
  padding: 6px;
  border-radius: 100px;
  display: flex;
  align-items: center;
}
.single-product div.product form.cart div.quantity {
  float: none;
}
.single-product .custom-quantity {
  position: relative;
}
.single-product .custom-quantity .qty {
  border: 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
  padding: 14px 20px 14px 0;
  width: 100px;
}
.single-product .custom-quantity .qty::-webkit-inner-spin-button,
.single-product .custom-quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .custom-quantity .plus,
.single-product .custom-quantity .minus {
  position: absolute;
  right: 20px;
}
.single-product .custom-quantity .plus img,
.single-product .custom-quantity .minus img {
  display: block;
  width: 8px;
  height: 8px;
}
.single-product .custom-quantity .minus {
  top: 55%;
  transform: rotate(90deg);
}
.single-product .custom-quantity .plus {
  top: 30%;
  transform: rotate(-90deg);
}
.single-product div.product form.cart .button {
  float: none;
  flex: 1;
  font-size: 16px;
  background: no-repeat;
  color: #2D2E56;
}
.single-product .woocommerce-product-gallery .flex-control-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px !important;
  overflow: unset !important;
}
.single-product .woocommerce-product-gallery .flex-control-nav li {
  max-width: 85px;
  height: 85px;
  margin: 0 20px;
  border: 0;
}
.single-product .woocommerce-product-gallery .flex-control-nav li img {
  border-radius: 50%;
  transition: 0.2s ease-in all;
  background-color: #fff;
  padding: 10px;
}
.single-product .woocommerce-product-gallery .flex-control-nav li img:hover,
.single-product .woocommerce-product-gallery .flex-control-nav li img.flex-active {
  border: 2px solid #FFCD26;
  padding: 5px;
}
.single-product .s-product-bottom {
  display: flow-root;
  margin-top: 50px;
}
.single-product div.product .woocommerce-tabs ul.tabs {
  display: flex;
  padding: 0;
}
.single-product div.product .woocommerce-tabs ul.tabs li {
  background: none;
  border: 0;
  border-bottom: 3px solid transparent;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.single-product div.product .woocommerce-tabs ul.tabs li a {
  color: #778C97;
  font-weight: 600;
}
.single-product div.product .woocommerce-tabs ul.tabs li::before,
.single-product div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.single-product div.product .woocommerce-tabs ul.tabs li.active {
  color: #2D2E56;
  border-bottom: 3px solid #FFCD26;
}
.single-product div.product .woocommerce-tabs h2 {
  display: none;
  /* hide title tab */
}
.single-product .woocommerce-Tabs-panel table.shop_attributes tr:nth-child(even) td,
.single-product .woocommerce-Tabs-panel table.shop_attributes tr:nth-child(even) th {
  background-color: #fff;
}
.single-product .woocommerce-Tabs-panel table.shop_attributes tr:nth-child(odd) td,
.single-product .woocommerce-Tabs-panel table.shop_attributes tr:nth-child(odd) th {
  background-color: rgba(219, 230, 236, 0.3);
}
.single-product .woocommerce-Tabs-panel table {
  border-spacing: 0;
  border: 0;
}
.single-product .woocommerce-Tabs-panel table th,
.single-product .woocommerce-Tabs-panel table td {
  border-spacing: 0;
  border: 0;
  padding: 13px 24px;
  text-align: left;
  font-size: 16px;
  min-height: 49px;
}
.single-product .woocommerce-Tabs-panel table th p,
.single-product .woocommerce-Tabs-panel table td p {
  padding: 0;
}
.single-product .woocommerce-Tabs-panel table th {
  border-radius: 6px 0 0 6px;
  color: #778C97;
  font-weight: 400;
  width: 42%;
}
.single-product .woocommerce-Tabs-panel table td {
  border-radius: 0 6px 6px 0;
  font-style: normal;
}
.single-product .encart-contact {
  background-color: #FFCD26;
  padding: 30px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.single-product .encart-contact > *:not(:first-child) {
  margin-top: 30px;
}
.single-product .encart-contact__title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.single-product .encart-contact__text {
  font-size: 16px;
  line-height: 1.6;
}
.single-product .encart-contact__btn a {
  color: #2D2E56;
  padding: 20px 50px 20px 20px;
}
.single-product .encart-contact__btn a:hover {
  background-color: #fff;
}
.single-product .tab-infos-produit > *:not(:first-child) {
  margin-top: 40px;
}
.single-product .tab-fiche-technique .fichiers__fichier:not(:last-child) {
  margin-bottom: 40px;
}
.single-product .tab-fiche-technique .fichiers__link {
  display: flex;
  align-items: center;
  gap: 30px;
}
.single-product .disp-points-forts > li {
  margin-bottom: 50px;
}
.single-product .disp-points-forts__picto {
  background: #DAF1F5;
  width: 85px;
  height: 85px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .disp-points-forts__title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #48BACC;
}
.single-product .disp-points-forts__text {
  margin-top: 20px;
}
.single-product .related.products {
  background: #DBE6EC;
  margin: 0 6px;
  border-radius: 32px;
  padding: 40px;
  text-align: center;
}
/* HERE PUT HELPERS CSS */
.h-hide-mob {
  display: none !important;
}
.h-hide-mob-only {
  display: none !important;
}
.h-hide-tablet-only {
  display: none !important;
}
.h-hide-tablet {
  display: inherit !important;
}
.h-hide-desktop {
  display: inherit !important;
}
.h-separator {
  width: calc(100% - 40px);
  height: 1px;
  background-color: #778C97;
  margin: 0 auto;
  display: block;
}
.h-product-label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.16em;
  display: block;
  padding: 3px 6px;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.h-label-promotion:before {
  content: url(./images/picto-star.svg);
  width: 8px;
  height: 8px;
  display: inline-block;
}
.h-opac {
  opacity: 0;
}
@media screen and (min-width: 320px) and (max-width: 1920px) {
  h1,
  .h1 {
    font-size: calc(32px + (78 - 32) * ((100vw - 320px) / (1920 - 320)));
  }
  h2,
  .h2 {
    font-size: calc(28px + (58 - 28) * ((100vw - 320px) / (1920 - 320)));
  }
  h3,
  .h3 {
    font-size: calc(24px + (42 - 24) * ((100vw - 320px) / (1920 - 320)));
  }
  h4,
  .h4 {
    font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
  }
  h5,
  .h5 {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
  h6,
  .h6 {
    font-size: calc(11px + (12 - 11) * ((100vw - 320px) / (1920 - 320)));
  }
  .header-search.active .search-field {
    font-size: calc(16px + (28 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
  .footer__bottom__contact--text {
    font-size: calc(24px + (64 - 24) * ((100vw - 320px) / (1920 - 320)));
  }
  .side-cart__step.step-3 .disconnected .side-cart__form h4 {
    font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
  }
  .archive .false-product__text,
  .single .false-product__text {
    font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1920 - 320)));
  }
  .single .false-product__text {
    font-size: calc(24px + (42 - 24) * ((100vw - 320px) / (1920 - 320)));
  }
  .thumb-grid > * {
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  }
  .s-qsn2 .thumb-grid > * {
    font-size: calc(9px + (20 - 9) * ((100vw - 320px) / (1920 - 320)));
  }
  .single .main-content__body h2 {
    font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
  }
  .single .main-content__body h3 {
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
  }
  .single .main-content__body h4 {
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
  .single .main-content__body h5 {
    font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
  }
  .woocommerce-catalogue-header__title {
    font-size: calc(28px + (58 - 28) * ((100vw - 320px) / (1920 - 320)));
  }
  .woocommerce-catalogue__seo-description h2 {
    font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
  }
  .woocommerce-catalogue__seo-description h3 {
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
  }
  .woocommerce-catalogue__seo-description h4 {
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
  }
  .woocommerce-catalogue__seo-description h5 {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
  .myaccount__dashboard__aside__price {
    font-size: calc(30px + (48 - 30) * ((100vw - 320px) / (1920 - 320)));
  }
}
@media screen and (min-width: 320px) and (max-width: 1980px) {
  .woocommerce-MyAccount-navigation-link--avoirs a {
    font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1980 - 320)));
  }
  .woocommerce-MyAccount-navigation-link--edit-account a {
    font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1980 - 320)));
  }
}
@media screen and (min-width: 400px) {
  .configurator__content__body {
    padding-bottom: 14px;
  }
}
@media (min-width: 767px) {
  .footer__top ul {
    grid-template-columns: repeat(2, minmax(auto, max-content));
    justify-content: center;
    max-width: 820px;
    margin: 0 auto 40px;
    gap: 32px;
    padding: 0;
  }
  .footer__bottom__contact--left {
    justify-content: center;
    align-items: center;
  }
  .footer__bottom__contact--logos {
    margin: 40px;
  }
  .footer__legal {
    padding: 0;
  }
}
@media screen and (min-width: 767px) {
  .configurator__footer .progress-bar__text {
    display: block;
    transition: 0.3s ease-in-out;
  }
  .configurator .configurator-step__title {
    margin: 32px 0px;
  }
  .s-qsn__c6 .s-qsn__celltext__picto {
    width: 34%;
  }
  .s-qsn__c3 {
    background-size: 60%;
  }
  .s-qsn__c3 .s-qsn__celltext__picto {
    max-height: 50%;
  }
  .s-hero__intro {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  body::after {
    content: 'tablet';
  }
  .wrap,
  .grid {
    padding: 0 4vw;
    max-width: calc(1660px + 8vw);
  }
  .wrap--sm,
  .grid--sm {
    max-width: calc(1080px + 8vw);
  }
  .wrap--lg,
  .grid--lg {
    max-width: calc(1660px + 8vw);
  }
  .wrap-header-upper {
    padding: 0 calc(4vw + 20px);
    max-width: calc(1660px + 8vw);
  }
  .wrap-header-upper--sm {
    max-width: calc(1080px + 8vw);
  }
  .wrap-header-upper--lg {
    max-width: calc(1660px + 8vw);
  }
  .wrap-header-top {
    padding: 0 4vw;
    max-width: calc(1660px + 8vw);
  }
  .wrap-header-top--sm {
    max-width: calc(1080px + 8vw);
  }
  .wrap-header-top--lg {
    max-width: calc(1660px + 8vw);
  }
  .header-bottom__left {
    background: url(./images/logo-big-motif.svg) 100% 100% no-repeat;
    background-size: 87%;
  }
  .footer__motif {
    width: 386px;
    background-position: 0 0;
  }
  .dropdown-services {
    transform: translateY(-15px);
  }
  .services-enectech__choice-button {
    float: right;
    padding-right: 40px;
    margin-left: 16px;
  }
  .services-enectech__products {
    top: 86%;
    bottom: auto;
  }
  .side-cart {
    border-radius: 20px 0 0 20px;
    padding: 30px;
  }
  .side-cart .close-button {
    top: 20px;
    right: 15px;
    width: 26px;
    height: 26px;
  }
  .side-cart__step.step-3 .disconnected {
    padding: 60px 40px;
  }
  .side-cart__item {
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
  }
  .side-cart__item--data {
    align-items: center;
    gap: 16px;
  }
  .side-cart__item--numbers {
    flex-direction: column;
    justify-content: center;
  }
  .side-cart__title {
    font-size: 28px;
  }
  .side-cart__table--name {
    font-size: 16px;
  }
  .side-cart__buttons .btn {
    font-size: 16px;
  }
  .side-cart__form {
    max-height: 75vh;
    overflow-y: auto;
  }
  .side-cart__form__flex-half {
    flex-direction: row;
  }
  .side-cart__form__flex-half .side-cart__form__flex-line {
    width: 50%;
  }
  .single .false-product {
    max-width: 1440px;
    margin: 7vw auto !important;
    padding: 30px 20px !important;
  }
  .archive .false-product.product {
    padding: 30px 20px !important;
  }
  .testim {
    max-width: calc(1410px + 8vw);
    padding: 0 4vw;
    margin: 5vw auto;
    display: flex;
    align-items: center;
  }
  .cat-list {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px 0;
  }
  .cat-list--dropdown {
    display: none;
  }
  .random-posts .swiper {
    padding: 40px;
  }
  .thumb-grid > * {
    gap: 10px;
    line-break: unset;
  }
  .thumb-grid > * img {
    display: block;
    width: 30px;
  }
  .s-qsn1.bgbody {
    background-position: top right;
  }
  .s-qsn1__content {
    max-width: 1030px;
    margin: 0 6vw 6vw;
  }
  .s-qsn1__content #breadcrumbs {
    margin-bottom: 5.4vw;
  }
  .s-qsn2 .thumb-grid {
    display: grid;
    grid-template-columns: 20.5vw 23vw 20.5vw 15vw;
    grid-template-rows: repeat(8, 1fr);
    margin: -20px auto -20px;
    max-width: calc(1510px + 12vw);
    padding: 0 4vw;
    margin-left: auto;
    margin-right: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .s-qsn2 .thumb-grid-1 {
    width: 16.5vw;
    height: 15.6vw;
    grid-area: 1 / 1 / 4 / 2;
    margin: 0 0  auto  auto;
    padding: 0 1.2vw;
  }
  .s-qsn2 .thumb-grid-2 {
    grid-area: 4 / 1 / 8 / 2;
    height: 23.5vw;
    justify-content: flex-end;
    background: #fff url(./images/acc-bg-vignette-2.png) top center no-repeat;
    background-size: contain;
    padding: 10vw 3.4vw 2.3vw;
    margin: -1.4vw auto auto;
  }
  .s-qsn2 .thumb-grid-3 {
    -o-object-fit: none;
       object-fit: none;
    grid-area: 2 / 2 / 9 / 3;
    height: 40.5vw;
    margin-top: -2vw;
  }
  .s-qsn2 .thumb-grid-4 {
    grid-area: 1 / 3 / 5 / 4;
    height: 23.5vw;
    padding: 0 3.4vw;
  }
  .s-qsn2 .thumb-grid-5 {
    height: 15.6vw;
    margin-top: 0.5vw;
    padding: 0 1.2vw;
  }
  .s-qsn2 .thumb-grid-6 {
    -o-object-fit: unset;
       object-fit: unset;
    grid-area: 2 / 4 / 5 / 4;
    width: 10vw;
    height: 15.2vw;
    margin-top: -1.5vw;
  }
  .s-qsn2 .thumb-grid-7 {
    -o-object-fit: unset;
       object-fit: unset;
    grid-area: 4 / 4 / 9 / 5;
    height: 23.9vw;
    margin-top: 2.9vw;
  }
  .bg-s34 {
    background-image: url(images/logo-big-motif.svg);
    background-size: 71%;
    background-position: center right -12vw;
    background-repeat: no-repeat;
  }
  .s-qsn3__left {
    display: block;
  }
  .s-qsn3__right {
    width: 48%;
  }
  .s-qsn4 {
    margin: 7.8vw 0;
  }
  .s-qsn4__flex {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 1780px;
    padding: 0 4vw;
  }
  .s-qsn4__left {
    flex: 1 1 50%;
    padding-right: 6vw;
  }
  .s-qsn4__right {
    flex: 1 1 50%;
    min-height: 20vw;
  }
  .s-qsn4__pastille {
    position: absolute;
    left: 0;
    top: 62%;
    transform: translateX(-50%);
    width: 15%;
  }
  .s-qsn5__content {
    margin: 0 auto;
    max-width: 1660px;
    padding: 5vw 4vw;
  }
  .s-qsn5__logos {
    padding: unset;
    --swiper-navigation-sides-offset: -30px;
    --swiper-navigation-size: 38px;
  }
  .s-qsn5 .swiper-button-next:after,
  .s-qsn5 .swiper-button-prev:after {
    font-size: unset;
  }
  .s-qsn6 {
    margin: 7.8vw 0;
  }
  .s-qsn6__flex {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 0 auto;
    max-width: calc(1274px + 8vw);
    padding: 0 4vw;
  }
  .s-qsn6__left {
    flex: 1 1 38%;
    padding-right: 6vw;
  }
  .s-qsn6__right {
    flex: 1 1 62%;
  }
  .faq__question__q {
    font-size: 16px;
  }
  .faq__question {
    padding: 25px;
  }
  .s-qsn {
    padding: 8vw 0;
  }
  .search__section {
    margin: 4vw 0;
  }
  .contact__main__content__infos {
    flex-direction: row;
  }
  .contact__main__content__infos__col {
    width: 50%;
    padding-bottom: 0;
  }
  .actu-container {
    padding-bottom: 8vw;
  }
  .actu-container .post-grid .card:first-child {
    flex-direction: row;
    width: 100%;
  }
  .actu-container .post-grid .card:first-child .card__title {
    font-size: 24px;
  }
  .actu-container .post-grid .card:first-child .card__content {
    min-width: 350px;
  }
  .s-hero__flex {
    display: flex;
    gap: 50px;
    justify-content: space-between;
  }
  .s-gammes__slider {
    margin-top: 4vw;
  }
  .s-marques__slider {
    height: 230px;
  }
  .s-actualite {
    padding: 8vw 0;
  }
  .s-actualite__slider {
    margin-top: 4vw;
  }
  .woocommerce-catalogue-header {
    margin: 3vw 0;
  }
  .woocommerce-catalogue__before-loop {
    float: left;
    margin-bottom: 30px;
  }
  .woocommerce-catalogue__before-loop .sf-field-reset {
    padding: 10px 20px;
  }
  .woocommerce-catalogue__filter-button {
    width: 250px;
    text-align: left;
  }
  .woocommerce-catalogue .catalogue-filter__container {
    max-width: 425px;
    border-radius: 0 20px 0 0;
  }
  .woocommerce-catalogue .custom-orderby .selected-option {
    max-width: 240px;
  }
  .related.products > h2 {
    margin-bottom: 80px;
  }
  .woocommerce-catalogue__products,
  .related .products {
    width: 100%;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
  .woocommerce-catalogue__products .product .size-woocommerce_thumbnail,
  .related .products .product .size-woocommerce_thumbnail {
    margin-left: unset;
  }
  .woocommerce-catalogue__products .product__data,
  .related .products .product__data {
    padding: 28px 16px;
    font-size: 16px;
    width: calc(100% - 152px);
  }
  .woocommerce-catalogue__products .product__data .woocommerce-loop-product__title,
  .related .products .product__data .woocommerce-loop-product__title {
    font-size: 16px;
  }
  .woocommerce-catalogue__products .product__data__marque,
  .related .products .product__data__marque {
    font-size: 12px;
  }
  .woocommerce-catalogue__products .product__data__label,
  .related .products .product__data__label {
    font-size: 12px;
  }
  .woocommerce-catalogue__products .product .button,
  .related .products .product .button {
    right: 16px;
    bottom: 16px;
  }
  .woocommerce-MyAccount-navigation > ul > li a {
    gap: 16px;
    position: relative;
    padding: 24px 32px;
    transition: 0.2s;
  }
  .woocommerce-MyAccount-navigation > ul > li a:hover {
    background: #EDF3F6;
    padding-left: 25px;
  }
  .woocommerce-MyAccount-navigation > ul > li a:hover:before {
    left: 20px;
  }
  .woocommerce-MyAccount-navigation-link--customer-logout {
    display: block;
  }
  .woocommerce-MyAccount #mobileMenuToggle {
    padding: 24px 32px;
    gap: 16px;
  }
  .myaccount__dashboard__aside {
    min-width: 300px;
  }
  .myaccount__dashboard__lastest {
    flex-direction: row;
    justify-content: space-between;
  }
  .myaccount__dashboard .last__quotations,
  .myaccount__dashboard .last__orders,
  .myaccount__dashboard .last__bills,
  .myaccount__dashboard .last__avoirs {
    width: 100%;
  }
  .single-product .woocommerce-product-gallery .flex-viewport img {
    max-width: 400px;
    max-height: 420px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
  }
  .single-product div.product .woocommerce-tabs ul.tabs li {
    padding: 0 30px;
  }
  .single-product .disp-points-forts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-direction: row;
    -ms-box-orient: horizontal;
    margin-left: -20px;
    margin-right: -20px;
    /* width: 100%; */
  }
  .single-product .disp-points-forts > * {
    width: calc(50% - 40px);
    margin: 20px 20px;
  }
  .h-hide-mob-only {
    display: block !important;
  }
  .h-hide-tablet {
    display: none !important;
  }
  .h-product-label {
    padding: 6px 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .side-cart__table--totalvalue {
    font-size: calc(20px + (28 - 20) * ((100vw - 768px) / (1920 - 768)));
  }
  .main-header__title {
    font-size: calc(24px + (58 - 24) * ((100vw - 768px) / (1920 - 768)));
  }
  .main-excerpt p {
    font-size: calc(18px + (28 - 18) * ((100vw - 768px) / (1920 - 768)));
  }
  .testim__title {
    font-size: calc(22px + (42 - 22) * ((100vw - 768px) / (1920 - 768)));
  }
  .random-posts__title {
    font-size: calc(24px + (58 - 24) * ((100vw - 768px) / (1920 - 768)));
  }
  .s-qsn1__title {
    font-size: calc(28px + (58 - 28) * ((100vw - 768px) / (1920 - 768)));
  }
  .s-qsn3__title {
    font-size: calc(28px + (58 - 28) * ((100vw - 768px) / (1920 - 768)));
  }
  .s-qsn3__title2 {
    font-size: calc(22px + (42 - 22) * ((100vw - 768px) / (1920 - 768)));
  }
  .s-qsn4__title {
    font-size: calc(24px + (46 - 24) * ((100vw - 768px) / (1920 - 768)));
  }
  .s-qsn5__title {
    font-size: calc(24px + (42 - 24) * ((100vw - 768px) / (1920 - 768)));
  }
  .s-qsn6__title {
    font-size: calc(24px + (46 - 24) * ((100vw - 768px) / (1920 - 768)));
  }
  .faq__question-cat {
    font-size: calc(24px + (42 - 24) * ((100vw - 768px) / (1920 - 768)));
  }
  .search__section h2 {
    font-size: calc(20px + (28 - 20) * ((100vw - 768px) / (1920 - 768)));
  }
  .pages-legales__container h2 {
    font-size: calc(24px + (28 - 24) * ((100vw - 768px) / (1920 - 768)));
  }
  .pages-legales__container h3 {
    font-size: calc(20px + (24 - 20) * ((100vw - 768px) / (1920 - 768)));
  }
  .pages-legales__container h4 {
    font-size: calc(18px + (22 - 18) * ((100vw - 768px) / (1920 - 768)));
  }
  .pages-legales__container h5 {
    font-size: calc(16px + (20 - 16) * ((100vw - 768px) / (1920 - 768)));
  }
  .s-gammes__title {
    font-size: calc(28px + (58 - 28) * ((100vw - 768px) / (1920 - 768)));
  }
  .s-marques__title {
    font-size: calc(24px + (42 - 24) * ((100vw - 768px) / (1920 - 768)));
  }
  .single-product .s-product-top .spl__product-name .product_title {
    font-size: calc(28px + (58 - 28) * ((100vw - 768px) / (1920 - 768)));
  }
}
@media (min-width: 768px) {
  .btn-arrow-chip {
    font-size: 12px;
  }
  .bgbody {
    margin: 0 20px;
  }
  .main-header {
    /*padding: 3vw 0;*/
    margin: 3vw 0;
  }
  .card__content {
    padding: 24px;
  }
  .post-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .post-grid > * {
    margin: 5px;
    width: calc(50% - 10px);
  }
  .random-posts {
    margin: 6vw 20px;
  }
  .s-hero__slider__prev::after,
  .s-hero__slider__next::after {
    font-size: 44px;
  }
  .s-hero__slider__prev {
    left: -40px;
  }
  .s-hero__slider__next {
    right: -40px;
  }
  .s-hero__slide {
    padding: 23px 0 47px;
  }
  .s-hero__slide__cat {
    font-size: 10px;
  }
  .s-hero__slide__title {
    font-size: 21px;
  }
  .s-hero__slide__img {
    margin: 0 auto 33px;
  }
  .woocommerce-catalogue__before-loop {
    flex-direction: row;
  }
}
@media screen and (min-width: 769px) {
  .woocommerce-MyAccount-navigation > ul {
    /* 769 is the default woocommerce breakpoint to make columns in account layout */
    margin-right: 22%;
    max-width: 315px;
  }
  .single-product .s-product-top__flex {
    display: flex;
    flex-wrap: wrap;
  }
  .single-product .s-product-top__flex .single-product-left {
    flex: 1;
  }
  .single-product .s-product-top__flex div.images,
  .single-product .s-product-top__flex div.summary {
    flex: 1;
    float: none !important;
    width: 100% !important;
  }
  .single-product .points-forts {
    margin-bottom: 40px;
  }
}
@media (min-width: 930px) {
  .s-gammes__slider__prev,
  .s-gammes__slider__next {
    display: flex;
    color: #fff;
  }
}
@media screen and (min-width: 1023px) {
  .woocommerce-MyAccount-navigation > ul > li:first-child a {
    border-radius: 16px;
  }
  .woocommerce-MyAccount #mobileMenuToggle {
    display: none;
  }
  .h-hide-tablet-only {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    margin-left: 20px;
    margin-right: 20px;
  }
  .testim__text {
    font-size: 20px;
  }
  .testim__name {
    font-size: 18px;
  }
  .configurator__content__body {
    margin-top: 50px;
  }
  .configurator__footer__btn {
    padding: 14px 32px;
  }
  .configurator .configurator-step__cards {
    grid-template-columns: repeat(4, 1fr);
  }
  .configurator--step3 {
    margin-top: 32px;
  }
  .configurator--step3 .configurator-step {
    display: flex;
    justify-content: space-between;
    max-width: none;
  }
  .configurator--step3 .configurator-step__title {
    margin-top: 0px;
  }
  .configurator--step3 .configurator-step-a {
    width: 49%;
  }
  .configurator--step3 .configurator-step-b {
    width: 49%;
    margin-top: unset;
  }
  .configurator--step3 .configurator-step__cards {
    grid-template-columns: repeat(2, 1fr);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .configurator--step3 .configurator-step__card {
    width: 190px;
  }
  .configurator--step3 .configurator-step-hr {
    display: block;
    width: 1px;
    min-height: 100%;
    background-color: #778C97;
  }
  .configurator--step3 .configurator-step__btn {
    margin-top: 60px;
    cursor: pointer;
  }
  .configurator--step6 .configurator-step__cards {
    grid-template-columns: repeat(6, 1fr);
  }
  .s-qsn2 .thumb-grid {
    grid-template-columns: 20.5vw 26vw 20.5vw 15vw;
    margin: -115px auto -20px;
    justify-content: center;
  }
  .s-qsn2 .thumb-grid-1 {
    width: 15.4vw;
    padding: 0 1.4vw;
  }
  .s-qsn2 .thumb-grid-5 {
    padding: 0 3.4vw;
  }
  .s-qsn {
    background-size: 80%;
    background-position: top 43% left -137%;
  }
  .s-qsn__title {
    max-width: 1200px;
    text-wrap: balance;
  }
  .s-qsn__grid {
    margin-top: 7%;
  }
  .s-qsn__c3 .s-qsn__celltext__picto {
    max-height: 28%;
  }
  .s-qsn__c5 {
    margin-left: auto;
  }
  .s-qsn__grid {
    display: grid;
    grid-template-columns: 0.96fr 0.77fr 1.06fr 1.06fr;
    grid-template-rows: 0.97fr 0.16fr 1.02fr 0.82fr 0.18fr;
    gap: 16px 16px;
    grid-auto-flow: row;
  }
  .s-qsn__c1 {
    grid-area: 1 / 1 / 2 / 3;
  }
  .s-qsn__c2 {
    grid-area: 1 / 3 / 2 / 5;
  }
  .s-qsn__c3 {
    grid-area: 3 / 1 / 4 / 2;
  }
  .s-qsn__c4 {
    grid-area: 2 / 2 / 4 / 4;
  }
  .s-qsn__c5 {
    grid-area: 4 / 1 / 5 / 3;
  }
  .s-qsn__c6 {
    grid-area: 4 / 3 / 6 / 4;
  }
  .s-qsn__c7 {
    grid-area: 3 / 4 / 5 / 5;
  }
  .bg-hp {
    border-radius: 32px;
    margin: 0 20px;
    padding: 60px 4vw;
  }
  .bg-hp__video {
    aspect-ratio: 16 / 9;
  }
  .bg-hp__video > * {
    display: block;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .s-hero__intro__buttons {
    flex-direction: row;
    gap: 12px;
  }
  .s-hero__intro__buttons > a {
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
  .s-gammes {
    margin-top: 10vw;
  }
  .s-gammes__slider:before {
    left: -4vw;
    right: -4vw;
    width: calc(100% + 8vw);
    background: linear-gradient(to right, #2D2E56 0, transparent 5%, transparent 95%, #2D2E56 100%);
  }
  .s-marques {
    margin: 6vw 0 4vw;
  }
  .s-installations {
    padding: 0;
    margin: 0 10px;
  }
  .s-installations__flex {
    display: flex;
  }
  .s-installations__left {
    flex: 0 0 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 4%;
  }
  .s-installations__right {
    flex: 1;
    margin: 0;
    position: relative;
  }
  .s-installations__slider .swiper-slide {
    aspect-ratio: 1242 / 642;
  }
  .s-installations__slider .swiper-slide > * {
    display: block;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .s-installations__slider-meta-outer {
    border-radius: 16px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 41%;
    max-width: 383px;
  }
  .s-installations__slider-meta .swiper-slide > * {
    font-size: 16px;
  }
  .filter-chip {
    font-size: inherit;
    height: 48px;
  }
  .woocommerce-MyAccount {
    display: flex;
    margin-top: 60px;
  }
  .woocommerce-MyAccount-navigation > ul > li a {
    justify-content: flex-start;
    flex-direction: row;
    border-radius: 16px;
    padding: 16px 20px;
  }
  .single-product .s-product-top {
    margin: 0 20px;
    padding: 20px 5vw 40px;
  }
  .single-product .s-product-top__flex {
    display: flex;
    flex-wrap: wrap;
  }
  .single-product .s-product-top div.summary {
    flex: 0 0 28%;
    margin-left: 5%;
  }
  .single-product .s-product-top .spl {
    margin-top: 60px;
  }
  .single-product .s-product-top .spl__description {
    font-size: 16px;
    line-height: 1.6;
  }
  .single-product div.product .woocommerce-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .single-product div.product .woocommerce-tabs ul.tabs {
    width: 100%;
  }
  .single-product div.product .woocommerce-tabs .panel {
    flex: 0 0 68%;
  }
  .single-product .encart-contact {
    flex: 1;
    margin-left: 6%;
    position: sticky;
    top: 130px;
  }
  .single-product .tab-infos-produit > *:not(:first-child) {
    margin-top: 50px;
  }
  .single-product .related.products {
    margin: 0 20px 20px;
    padding: 5vw;
  }
  .h-hide-mob {
    display: inherit !important;
  }
  .h-hide-desktop {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .footer__legal--rounded {
    font-size: 34px;
    color: #FFCD26;
    line-height: 0;
    display: block;
    margin: 0 12px;
  }
  .footer__legal {
    border-top: 1px solid #778C97;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 25px;
  }
  .footer__legal ul {
    display: flex;
  }
  .footer__legal--txt li {
    padding: unset;
  }
  .s-qsn__c5 {
    padding-bottom: 43.9%;
    width: 42.7vw;
    max-width: min(100%, 820px);
  }
  .s-qsn__c7.s-qsn__celltext .s-qsn__celltext__10ans {
    font-size: min(248px, 12.9vw);
  }
  .s-qsn__c7.s-qsn__celltext .s-qsn__celltext__10ans span {
    font-size: min(91px, 4.7vw);
  }
  .s-qsn__c7.s-qsn__celltext .s-qsn__celltext__10ans span::before {
    margin-right: 34px;
    width: min(126px, 6.5625vw);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .s-qsn__title {
    font-size: calc(32px + (78 - 32) * ((100vw - 1024px) / (1920 - 1024)));
  }
  .s-qsn__celltext__text {
    font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024)));
  }
  .s-qsn__c2 {
    font-size: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024)));
  }
  .s-installations__title {
    font-size: calc(24px + (58 - 24) * ((100vw - 1024px) / (1920 - 1024)));
  }
  .s-actualite__title {
    font-size: calc(30px + (58 - 30) * ((100vw - 1024px) / (1920 - 1024)));
  }
  .single-product div.product .woocommerce-tabs ul.tabs li {
    font-size: calc(18px + (28 - 18) * ((100vw - 1024px) / (1920 - 1024)));
  }
  .single-product .encart-contact__title {
    font-size: calc(20px + (28 - 20) * ((100vw - 1024px) / (1920 - 1024)));
  }
}
@media screen and (min-width: 1024px) and (max-width: 1660px) {
  .s-qsn__celltext {
    padding: 8%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1281px) {
  .woocommerce-MyAccount {
    gap: 24px;
  }
}
@media screen and (min-width: 1025px) {
  body::after {
    content: 'desktop';
  }
  .home .header {
    margin-bottom: 18px;
  }
  .bg-hp {
    padding-top: 220px !important;
  }
  .header {
    padding: 0 20px;
    min-height: 130px;
    top: 50px;
  }
  .header-search.active {
    width: 100%   ;
    height: 200px;
    margin: -20px;
  }
  .header-search.active .close-button {
    top: 50%;
  }
  .header-upper {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 100%;
  }
  .header-upper ul {
    display: flex;
    gap: 25px;
    font-weight: 600;
  }
  .header-upper .icon-phone {
    padding-right: 20px;
    border-right: 1px solid #2D2E56;
    display: flex;
    align-items: center;
  }
  .header-upper .icon-phone:before {
    content: url("./images/phone.svg");
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 10px;
  }
  .header-upper .icon-mail {
    display: flex;
    align-items: center;
  }
  .header-upper .icon-mail:before {
    content: url("./images/mail.svg");
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 10px;
  }
  .header-top__container {
    justify-content: space-between;
    height: 130px;
    width: 100%;
  }
  .header-top__container > .menu-header-main-container {
    display: block;
  }
  .header-top__container #menu-header-main {
    font-size: 14px;
  }
  .header-top__search {
    order: initial;
    display: none;
  }
  .header-top__left {
    z-index: unset;
    order: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 40px;
  }
  .header-top__logo {
    order: initial;
    max-width: unset;
    width: 11%;
    margin: unset;
  }
  .header-top__submenu {
    margin-right: unset;
  }
  .header-top__icons {
    gap: 40px;
    order: initial;
    padding-right: 0;
  }
  .header-top__icons li:first-child {
    display: list-item;
  }
  .header-top__icons li:first-child::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    margin-left: 20px;
    background-color: #778C97;
  }
  .header-top__icons__account a,
  .header-top__icons__cart a {
    font-size: 14px;
    display: flex;
    gap: 18px;
  }
  .header-top__icons__account {
    margin-right: 20px;
    display: flex;
    gap: 15px;
  }
  .header-top__icons__account__data {
    display: flex;
    flex-direction: column;
  }
  .header-top__icons__account__logout {
    font-size: 11px !important;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header-top__icons__account__logout:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: 0.2s ease-in;
    position: absolute;
    bottom: 0;
  }
  .header-top__icons__account__logout:hover:after {
    width: 0;
  }
  .header-bottom {
    width: 100%;
  }
  .header-bottom.active {
    overflow: hidden;
    left: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header-bottom__left {
    width: 58%;
    background: unset;
  }
  .header-bottom__tab {
    width: 30%;
    top: 0;
    position: static;
    display: none;
  }
  .header-bottom__tab li {
    color: #2D2E56;
    justify-content: flex-start;
    padding-left: 20%;
  }
  .header-bottom__tab li::after {
    content: none;
  }
  .header-bottom .menu-header-menu-mobile-container {
    display: none;
  }
  .header-bottom .header-search-mob {
    display: none;
  }
  .header-bottom__first {
    width: 60%;
    position: relative;
    transform: unset;
    border-radius: 0 20px 0 0;
    max-width: 425px;
    background-color: #fff;
  }
  .header-bottom__first ul.active li.first-back {
    display: none;
  }
  .header-bottom__first__products--back {
    display: none;
  }
  .header-scroll .header__container {
    border-radius: 32px;
    padding: 20px 0;
  }
  .header-scroll .header-top__container {
    max-height: 45px;
  }
  .header-scroll .header-top__container .header-top__logo {
    top: calc(50% - 20px);
  }
  .footer__motif {
    background: url('./images/logo-big-motif.svg') 120% 120% no-repeat;
    width: 100%;
    background-position: 0 0;
  }
  .side-cart__message {
    padding: 0 80px;
  }
  .archive .false-product__text,
  .single .false-product__text {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .single .false-product {
    background-position: center;
  }
  .archive .false-product.product {
    background-position: center 10px;
  }
  .card-gamme {
    padding: 18px;
  }
  .card-gamme:hover .arrow-chip {
    right: 22px;
  }
  .card-gamme__body {
    padding-top: 25px;
    margin-top: 25px;
  }
  .card-gamme__title {
    font-size: 18px;
  }
  .card-gamme__text {
    font-size: 12px;
  }
  .card-gamme .arrow-chip {
    bottom: 22px;
    right: 50px;
  }
  .pages-legales__title {
    margin: 70px auto;
  }
  .contact {
    padding-top: 212px;
  }
  .contact h1 {
    width: 83%;
  }
  .contact__container {
    padding: 74px 0 140px;
  }
  .contact__main {
    flex-direction: row;
    padding: 80px 0;
  }
  .contact__main__form {
    width: 50%;
  }
  .contact__main__form fieldset.form-columns-1 {
    max-width: 820px;
    /* override default */
  }
  .contact__main__form fieldset.form-columns-2 {
    margin-bottom: 32px;
    flex-direction: row;
    max-width: 820px;
    /* override default */
  }
  .contact__main__form fieldset.form-columns-2 .hs-form-field.hs-fieldtype-text,
  .contact__main__form fieldset.form-columns-2 .hs-form-field.hs-fieldtype-phonenumber,
  .contact__main__form fieldset.form-columns-2 .hs-form-field.hs-fieldtype-select {
    width: 50%;
    margin-bottom: unset;
  }
  .contact__main__form .actions {
    margin: 32px 0 0;
  }
  .contact__main__content {
    margin-left: 5%;
    width: 45%;
  }
  .actu-container .post-grid .card:first-child {
    height: 580px;
  }
  .actu-container .post-grid .card:first-child .card__title {
    font-size: 38px;
  }
  .actu-container .post-grid .card:first-child .card__content {
    min-width: 460px;
    padding: 50px 65px 50px 115px;
  }
  .s-marques__slider {
    margin-top: 50px;
    height: 230px;
  }
  .woocommerce-catalogue {
    margin: 0 20px;
    padding: 0 110px 160px;
  }
  .woocommerce-catalogue__products .product,
  .related .products .product {
    padding: 60px 0 !important;
    height: 580px;
  }
  .woocommerce-catalogue__products .product__icons,
  .related .products .product__icons {
    top: 10px;
    gap: 20px;
    bottom: unset;
  }
  .woocommerce-catalogue__products .product__icons .icon,
  .related .products .product__icons .icon {
    width: 32px;
    height: 32px;
  }
  .woocommerce-catalogue__products .product__data,
  .related .products .product__data {
    padding: 0 40px;
    font-size: 18px;
    width: 100%;
  }
  .woocommerce-catalogue__products .product__data .woocommerce-loop-product__title,
  .related .products .product__data .woocommerce-loop-product__title {
    font-size: 18px;
  }
  .woocommerce-catalogue__products .product__data__label,
  .related .products .product__data__label {
    position: unset;
  }
  .woocommerce-catalogue__products .product .woocommerce-loop-product__link,
  .related .products .product .woocommerce-loop-product__link {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .woocommerce-catalogue__products .product .size-woocommerce_thumbnail,
  .related .products .product .size-woocommerce_thumbnail,
  .woocommerce-catalogue__products .product .woocommerce-placeholder,
  .related .products .product .woocommerce-placeholder {
    max-width: 300px;
    height: 300px !important;
    margin-top: unset !important;
  }
  .woocommerce-catalogue__products .product .button,
  .related .products .product .button {
    width: 100%;
    height: 0;
    opacity: 0;
    padding: 22px 40px 22px 20px;
    margin-bottom: 0;
    bottom: 0;
    right: unset;
    text-align: right;
    justify-content: flex-end;
    transition: 0.1s ease-in;
    border-radius: 0 0 20px 20px !important;
  }
  .woocommerce-catalogue__products .product .button:hover,
  .related .products .product .button:hover {
    background: #fff;
    color: #2D2E56;
    box-shadow: 0px 21px 49px 0px rgba(0, 0, 0, 0.6);
  }
  .woocommerce-catalogue__products .product .button:after,
  .related .products .product .button:after {
    content: url('./images/picto-plus-square.svg');
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
    transition: 0.1s ease-in;
  }
  .woocommerce-catalogue__products .product .button:before,
  .related .products .product .button:before {
    display: none;
    content: unset;
  }
  .woocommerce-catalogue__products .product:hover .size-woocommerce_thumbnail,
  .related .products .product:hover .size-woocommerce_thumbnail {
    transform: scale(0.9);
  }
  .woocommerce-catalogue__products .product:hover .product__data,
  .related .products .product:hover .product__data,
  .woocommerce-catalogue__products .product:hover .button,
  .related .products .product:hover .button {
    transform: translateY(-20px);
  }
  .woocommerce-catalogue__products .product:hover .button,
  .related .products .product:hover .button {
    height: 58px;
    opacity: 1;
    margin-bottom: -20px;
    padding: 22px 20px;
  }
  .woocommerce-MyAccount-navigation {
    position: unset;
    width: 25% !important;
  }
  .woocommerce-MyAccount .woocommerce-MyAccount-content {
    width: 75% !important;
  }
  .myaccount__dashboard {
    flex-direction: row;
  }
  .myaccount-devis .devis-list,
  .myaccount-order .devis-list,
  .myaccount .quotation__details .devis-list,
  .myaccount-devis .orders-list,
  .myaccount-order .orders-list,
  .myaccount .quotation__details .orders-list,
  .myaccount-devis .quotation__table,
  .myaccount-order .quotation__table,
  .myaccount .quotation__details .quotation__table {
    padding: 40px;
    width: 100%;
    border-collapse: collapse;
  }
  .myaccount-devis .devis-list__header,
  .myaccount-order .devis-list__header,
  .myaccount .quotation__details .devis-list__header,
  .myaccount-devis .orders-list__header,
  .myaccount-order .orders-list__header,
  .myaccount .quotation__details .orders-list__header,
  .myaccount-devis .quotation__table__header,
  .myaccount-order .quotation__table__header,
  .myaccount .quotation__details .quotation__table__header,
  .myaccount-devis .devis-list__row,
  .myaccount-order .devis-list__row,
  .myaccount .quotation__details .devis-list__row,
  .myaccount-devis .orders-list__row,
  .myaccount-order .orders-list__row,
  .myaccount .quotation__details .orders-list__row,
  .myaccount-devis .quotation__table__row,
  .myaccount-order .quotation__table__row,
  .myaccount .quotation__details .quotation__table__row {
    display: flex;
    flex-wrap: wrap;
  }
  .myaccount-devis .devis-list__header > *,
  .myaccount-order .devis-list__header > *,
  .myaccount .quotation__details .devis-list__header > *,
  .myaccount-devis .orders-list__header > *,
  .myaccount-order .orders-list__header > *,
  .myaccount .quotation__details .orders-list__header > *,
  .myaccount-devis .quotation__table__header > *,
  .myaccount-order .quotation__table__header > *,
  .myaccount .quotation__details .quotation__table__header > *,
  .myaccount-devis .devis-list__row > *,
  .myaccount-order .devis-list__row > *,
  .myaccount .quotation__details .devis-list__row > *,
  .myaccount-devis .orders-list__row > *,
  .myaccount-order .orders-list__row > *,
  .myaccount .quotation__details .orders-list__row > *,
  .myaccount-devis .quotation__table__row > *,
  .myaccount-order .quotation__table__row > *,
  .myaccount .quotation__details .quotation__table__row > * {
    max-width: 350px;
  }
  .myaccount-devis .devis-list__header > *:last-child,
  .myaccount-order .devis-list__header > *:last-child,
  .myaccount .quotation__details .devis-list__header > *:last-child,
  .myaccount-devis .orders-list__header > *:last-child,
  .myaccount-order .orders-list__header > *:last-child,
  .myaccount .quotation__details .orders-list__header > *:last-child,
  .myaccount-devis .quotation__table__header > *:last-child,
  .myaccount-order .quotation__table__header > *:last-child,
  .myaccount .quotation__details .quotation__table__header > *:last-child,
  .myaccount-devis .devis-list__row > *:last-child,
  .myaccount-order .devis-list__row > *:last-child,
  .myaccount .quotation__details .devis-list__row > *:last-child,
  .myaccount-devis .orders-list__row > *:last-child,
  .myaccount-order .orders-list__row > *:last-child,
  .myaccount .quotation__details .orders-list__row > *:last-child,
  .myaccount-devis .quotation__table__row > *:last-child,
  .myaccount-order .quotation__table__row > *:last-child,
  .myaccount .quotation__details .quotation__table__row > *:last-child {
    max-width: 30px;
  }
  .myaccount-devis .devis-list__header,
  .myaccount-order .devis-list__header,
  .myaccount .quotation__details .devis-list__header,
  .myaccount-devis .orders-list__header,
  .myaccount-order .orders-list__header,
  .myaccount .quotation__details .orders-list__header,
  .myaccount-devis .quotation__table__header,
  .myaccount-order .quotation__table__header,
  .myaccount .quotation__details .quotation__table__header {
    border-bottom: 3px solid #E0E8EC;
    font-size: 13px;
    font-weight: 600;
  }
  .myaccount-devis .devis-list__header .devis-list__cell,
  .myaccount-order .devis-list__header .devis-list__cell,
  .myaccount .quotation__details .devis-list__header .devis-list__cell,
  .myaccount-devis .orders-list__header .devis-list__cell,
  .myaccount-order .orders-list__header .devis-list__cell,
  .myaccount .quotation__details .orders-list__header .devis-list__cell,
  .myaccount-devis .quotation__table__header .devis-list__cell,
  .myaccount-order .quotation__table__header .devis-list__cell,
  .myaccount .quotation__details .quotation__table__header .devis-list__cell {
    border-bottom: unset;
    padding: 0 0 16px;
    color: #778C97;
  }
  .myaccount-devis .devis-list__row,
  .myaccount-order .devis-list__row,
  .myaccount .quotation__details .devis-list__row,
  .myaccount-devis .orders-list__row,
  .myaccount-order .orders-list__row,
  .myaccount .quotation__details .orders-list__row,
  .myaccount-devis .quotation__table__row,
  .myaccount-order .quotation__table__row,
  .myaccount .quotation__details .quotation__table__row {
    margin-bottom: unset;
    flex-direction: row;
    border-bottom: unset;
    padding-bottom: unset;
  }
  .myaccount-devis .devis-list__cell,
  .myaccount-order .devis-list__cell,
  .myaccount .quotation__details .devis-list__cell,
  .myaccount-devis .orders-list__cell,
  .myaccount-order .orders-list__cell,
  .myaccount .quotation__details .orders-list__cell,
  .myaccount-devis .quotation__table__cell,
  .myaccount-order .quotation__table__cell,
  .myaccount .quotation__details .quotation__table__cell {
    flex: 1;
    padding: 20px 0;
    text-align: left;
    position: unset;
    border-bottom: 1px solid #E0E8EC;
  }
  .myaccount-devis .devis-list__cell:last-child,
  .myaccount-order .devis-list__cell:last-child,
  .myaccount .quotation__details .devis-list__cell:last-child,
  .myaccount-devis .orders-list__cell:last-child,
  .myaccount-order .orders-list__cell:last-child,
  .myaccount .quotation__details .orders-list__cell:last-child,
  .myaccount-devis .quotation__table__cell:last-child,
  .myaccount-order .quotation__table__cell:last-child,
  .myaccount .quotation__details .quotation__table__cell:last-child {
    border-right: none;
    position: relative;
  }
  .myaccount-devis .devis-list__cell::before,
  .myaccount-order .devis-list__cell::before,
  .myaccount .quotation__details .devis-list__cell::before,
  .myaccount-devis .orders-list__cell::before,
  .myaccount-order .orders-list__cell::before,
  .myaccount .quotation__details .orders-list__cell::before,
  .myaccount-devis .quotation__table__cell::before,
  .myaccount-order .quotation__table__cell::before,
  .myaccount .quotation__details .quotation__table__cell::before {
    content: '';
  }
  .myaccount-devis .devis-list__cell .btn,
  .myaccount-order .devis-list__cell .btn,
  .myaccount .quotation__details .devis-list__cell .btn,
  .myaccount-devis .orders-list__cell .btn,
  .myaccount-order .orders-list__cell .btn,
  .myaccount .quotation__details .orders-list__cell .btn,
  .myaccount-devis .quotation__table__cell .btn,
  .myaccount-order .quotation__table__cell .btn,
  .myaccount .quotation__details .quotation__table__cell .btn {
    margin-top: -13px;
  }
  .woocommerce-account-tabs .tabs-nav {
    padding: 0 40px;
  }
  .woocommerce-account-tabs .tabs-nav .tab-link {
    padding: 40px 0 20px;
    font-size: 28px;
  }
  .woocommerce-account-tabs .contact-us {
    display: inline-flex;
    margin-bottom: 28px;
  }
  .woocommerce-account-tabs .tab-content-container {
    margin: 48px auto;
  }
  .woocommerce-account-tabs .tab-content .tab__field strong {
    display: inline-block;
    min-width: 414px;
    width: 40px;
  }
  .single-devis .single-category,
  .single-order .single-category,
  .single-avoirs .single-category {
    flex-direction: row;
  }
  .single-devis .single-category-aside,
  .single-order .single-category-aside,
  .single-avoirs .single-category-aside {
    width: 25%;
  }
  .single-devis .single-category-content,
  .single-order .single-category-content,
  .single-avoirs .single-category-content {
    width: 75%;
  }
  .single-devis .single-category__details,
  .single-order .single-category__details,
  .single-avoirs .single-category__details {
    padding: 40px;
    width: 100%;
  }
  .single-devis .single-category__table__header,
  .single-order .single-category__table__header,
  .single-avoirs .single-category__table__header,
  .single-devis .single-category__table__row,
  .single-order .single-category__table__row,
  .single-avoirs .single-category__table__row {
    display: flex;
    flex-wrap: wrap;
  }
  .single-devis .single-category__table__header,
  .single-order .single-category__table__header,
  .single-avoirs .single-category__table__header {
    border-bottom: 3px solid #E0E8EC;
    font-size: 13px;
    font-weight: 600;
    padding: 16px 0;
  }
  .single-devis .single-category__table__header .article,
  .single-order .single-category__table__header .article,
  .single-avoirs .single-category__table__header .article {
    width: 50%;
  }
  .single-devis .single-category__table__header .price,
  .single-order .single-category__table__header .price,
  .single-avoirs .single-category__table__header .price {
    width: 21%;
  }
  .single-devis .single-category__table__header .quantity,
  .single-order .single-category__table__header .quantity,
  .single-avoirs .single-category__table__header .quantity {
    width: 15%;
  }
  .single-devis .single-category__table__header .total,
  .single-order .single-category__table__header .total,
  .single-avoirs .single-category__table__header .total {
    width: 14%;
    text-align: right;
  }
  .single-devis .single-category__table__row,
  .single-order .single-category__table__row,
  .single-avoirs .single-category__table__row {
    margin-bottom: unset;
    flex-direction: row;
    padding-bottom: unset;
    padding: 16px 0;
  }
  .single-devis .single-category__table__row .product,
  .single-order .single-category__table__row .product,
  .single-avoirs .single-category__table__row .product {
    width: 100%;
  }
  .single-devis .single-category__table__row .product-info,
  .single-order .single-category__table__row .product-info,
  .single-avoirs .single-category__table__row .product-info {
    flex-direction: row;
    width: 100%;
  }
  .single-devis .single-category__table__row .product-texts,
  .single-order .single-category__table__row .product-texts,
  .single-avoirs .single-category__table__row .product-texts {
    width: 83%;
  }
  .single-devis .single-category__table__row .product-ref,
  .single-order .single-category__table__row .product-ref,
  .single-avoirs .single-category__table__row .product-ref {
    width: 20%;
  }
  .single-devis .single-category__table__row .product-numbers,
  .single-order .single-category__table__row .product-numbers,
  .single-avoirs .single-category__table__row .product-numbers {
    width: 100%;
  }
  .single-devis .single-category__table__row .product-quantity,
  .single-order .single-category__table__row .product-quantity,
  .single-avoirs .single-category__table__row .product-quantity {
    width: 32%;
  }
  .single-devis .single-category__table__row .product-price,
  .single-order .single-category__table__row .product-price,
  .single-avoirs .single-category__table__row .product-price {
    width: 34%;
  }
  .single-devis .single-category__table__row .product-total,
  .single-order .single-category__table__row .product-total,
  .single-avoirs .single-category__table__row .product-total {
    width: 17%;
  }
  .single-devis .single-category__table__row .product .product-total,
  .single-order .single-category__table__row .product .product-total,
  .single-avoirs .single-category__table__row .product .product-total {
    text-align: right;
  }
  .single-devis .single-category__table__cell,
  .single-order .single-category__table__cell,
  .single-avoirs .single-category__table__cell {
    flex: 1;
    padding: 20px 0;
    text-align: left;
    position: unset;
  }
  .single-devis .single-category__table__cell:last-child,
  .single-order .single-category__table__cell:last-child,
  .single-avoirs .single-category__table__cell:last-child {
    border-right: none;
    position: relative;
  }
  .single-devis .single-category__table__cell::before,
  .single-order .single-category__table__cell::before,
  .single-avoirs .single-category__table__cell::before {
    content: '';
  }
  .single-devis .single-category__table__cell .btn,
  .single-order .single-category__table__cell .btn,
  .single-avoirs .single-category__table__cell .btn {
    margin-top: -13px;
  }
  .single-devis .single-category__table__final-line,
  .single-order .single-category__table__final-line,
  .single-avoirs .single-category__table__final-line {
    width: 50%;
    margin: 32px 0 16px auto;
  }
  .single-devis .single-category__actions,
  .single-order .single-category__actions,
  .single-avoirs .single-category__actions {
    flex-direction: row;
  }
  .single-devis .single-category__actions .btn,
  .single-order .single-category__actions .btn,
  .single-avoirs .single-category__actions .btn {
    width: unset;
    padding: 16px 50px;
  }
}
@media (min-width: 1025px) {
  #mobile-nav {
    display: none !important;
  }
  .hc-offcanvas-nav .nav-container {
    border-radius: 0 32px 32px 0;
  }
  .hc-offcanvas-nav .nav-container .nav-content {
    padding: 100px 50px;
    background-color: #fff;
    background-image: none;
  }
  .hc-offcanvas-nav .nav-container ul {
    background-color: transparent !important;
  }
  .hc-offcanvas-nav .nav-container .nav-content li a:not(.nav-next):not(.nav-back-button),
  .hc-offcanvas-nav .nav-container ul li a:not(.nav-next):not(.nav-back-button) {
    color: #2D2E56;
    font-size: 18px;
    font-weight: 400;
  }
  .hc-offcanvas-nav .nav-container .nav-close {
    top: 20px !important;
    left: auto !important;
    right: 20px !important;
    width: 20px !important;
    height: 20px !important;
    background-image: url(images/icon-close-rounded.svg) !important;
  }
}
@media screen and (min-width: 1240px) {
  .s-hero__intro {
    width: unset;
  }
}
@media (min-width: 1240px) {
  .s-hero__slider {
    margin: 0;
    max-width: 505px;
    min-height: 606px;
  }
}
@media (min-width: 1280px) {
  .footer {
    padding: 40px 20px 6vw;
  }
  .footer__top ul {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1440px;
  }
  .footer__top__card {
    justify-content: center;
  }
  .footer__bottom {
    flex-direction: row;
    padding: 120px 60px 10px;
  }
  .footer__bottom__contact {
    width: 60%;
  }
  .footer__bottom__contact--left {
    gap: 20px;
  }
  .footer__bottom__contact--left {
    gap: 70px;
    justify-content: flex-start;
  }
  .footer__bottom__contact--logos {
    margin: 40px auto;
  }
  .footer__bottom__contact--logos {
    margin: 0;
  }
  .footer__bottom__navigation {
    width: 40%;
  }
  .footer__bottom__navigation__col--title.last-mobile {
    margin-top: 70px;
  }
  .footer__bottom__navigation__col--title {
    border-top: unset;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 0;
  }
  .footer__bottom__navigation ul {
    max-height: unset;
    opacity: 1;
  }
  .footer__bottom__navigation ul .footer-accordion-list--cat,
  .footer__bottom__navigation ul .menu-item {
    opacity: 1;
    transform: translateY(0);
    animation: none;
    padding: 15px 0;
  }
  .footer__bottom__navigation .accordion-arrow {
    display: none;
  }
  .footer__motif {
    width: 50%;
    height: calc((100vw - 15px) * 0.25);
    background: url('./images/logo-big-motif.svg') 110% 120% no-repeat;
    bottom: -44px;
    background-position: 0 126px;
  }
  .footer__legal {
    width: 45%;
    margin-left: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .s-qsn3__left {
    width: 50%;
  }
  .s-qsn3__right {
    width: 50%;
  }
  .s-qsn3__right .swiper-slide {
    padding: 15% 15% 15% 20%;
  }
  .s-qsn3 .swiper-button-prev {
    left: 8%;
  }
  .s-qsn3 .swiper-button-next {
    right: 6%;
  }
}
@media screen and (min-width: 1281px) {
  body {
    /*line-height: 1.5;*/
  }
  .header-top__container #menu-header-main {
    font-size: 16px;
  }
  .header-top__container #menu-header-main > li {
    padding: 50px 5px;
  }
  .side-cart {
    border-radius: 30px 0 0 30px;
    padding: 40px;
  }
  .side-cart .close-button {
    top: 20px;
    right: 20px;
  }
  .archive .false-product.product {
    justify-content: flex-start;
    background-position: center 48px;
  }
  .thumb-grid > * img {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100px;
  }
  .faq__section {
    display: flex;
  }
  .faq__left {
    flex: 0 0 30%;
    margin-right: 4vw;
  }
  .faq__question-cat {
    position: sticky;
    top: 136px;
  }
  .faq__right {
    flex: 1;
  }
  .faq__question__q {
    font-size: 20px;
  }
  .faq__question {
    padding: 30px;
  }
  .s-qsn__c2 {
    max-width: 640px;
    margin-left: auto;
    padding-right: 13%;
  }
  .s-qsn__c2 .btn-arrow-chip {
    margin-top: 15px;
    display: block;
  }
  .woocommerce-catalogue__products,
  .related .products {
    width: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .woocommerce-account main .woocommerce {
    margin: 0 20px;
    padding: 40px 110px 160px;
  }
  .myaccount__dashboard__aside {
    min-width: 320px;
  }
  .myaccount__dashboard .last__quotations,
  .myaccount__dashboard .last__orders,
  .myaccount__dashboard .last__bills,
  .myaccount__dashboard .last__avoirs {
    width: 47%;
  }
  .single-product .woocommerce-product-gallery .flex-viewport {
    max-width: 580px;
    min-height: 400px;
    margin: 0 auto;
  }
  .single-product .woocommerce-product-gallery .flex-viewport img {
    max-width: 580px;
    max-height: 600px;
  }
}
@media (min-width: 1281px) {
  .footer__bottom__contact--text {
    margin: 84px 0;
  }
  .footer__bottom__navigation {
    -moz-columns: 2;
         columns: 2;
  }
  .card__content {
    padding: 40px;
  }
  .post-grid {
    margin: 0 -10px;
  }
  .post-grid > * {
    margin: 10px;
    width: calc(33.33% - 20px);
  }
  .single .main-content {
    font-size: 16px;
    flex-direction: unset;
  }
  .single .main-content__side .share-box {
    margin-top: unset;
    display: unset;
  }
}
@media screen and (min-width: 1330px) {
  .btn__burger {
    width: 166px;
    height: 51px;
    scale: 1;
  }
  .btn__burger:hover {
    background-color: #fff;
    transition: 0.2s ease-in;
  }
  .btn__burger:hover .btn__burger__txt {
    color: #2D2E56;
  }
  .btn__burger:hover span {
    background-color: #2D2E56;
  }
  .btn__burger__txt {
    display: block;
  }
  .single .main-content__body .wp-block-button__link__burger {
    width: 166px;
    height: 51px;
    scale: 1;
  }
  .single .main-content__body .wp-block-button__link__burger:hover {
    background-color: #fff;
    transition: 0.2s ease-in;
  }
  .single .main-content__body .wp-block-button__link__burger:hover .btn__burger__txt {
    color: #2D2E56;
  }
  .single .main-content__body .wp-block-button__link__burger:hover span {
    background-color: #2D2E56;
  }
  .single .main-content__body .wp-block-button__link__burger__txt {
    display: block;
  }
}
@media screen and (min-width: 1420px) {
  .s-qsn__c6 .s-qsn__celltext__picto {
    width: 39%;
  }
  .s-qsn__c3 {
    background-size: 89%;
  }
}
@media screen and (min-width: 1440px) {
  .header-top {
    display: block;
    justify-content: unset;
  }
  .header-top__container #menu-header-main {
    font-size: 18px;
  }
  .header-top__icons {
    gap: 32px;
  }
  .card-gamme {
    padding: 20px;
  }
  .card-gamme:hover .arrow-chip {
    right: 30px;
  }
  .card-gamme__body {
    padding-top: 18px;
    margin-top: 18px;
  }
  .card-gamme__title {
    font-size: 20px;
  }
  .card-gamme__text {
    font-size: 12px;
  }
  .card-gamme .arrow-chip {
    bottom: 30px;
    right: 58px;
  }
  .faq__section {
    margin: 50px 0;
    padding-top: 50px;
  }
  .actu-container .post-grid .card:first-child .card__content {
    min-width: 500px;
  }
  .myaccount__dashboard__aside {
    min-width: 400px;
  }
  .single-product .s-product-top .single-product-left {
    flex: 0 0 26%;
    margin-right: 4%;
  }
  .single-product .s-product-top .spl {
    margin-top: 80px;
  }
  .single-product div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 4px solid #FFCD26;
  }
  .single-product div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 60px;
  }
  .single-product div.product .woocommerce-tabs .panel {
    flex: 1;
    margin-left: 100px;
  }
  .single-product .encart-contact {
    flex: 0 0 25%;
    margin-right: 100px;
    padding: 40px;
  }
  .single-product .disp-points-forts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-direction: row;
    -ms-box-orient: horizontal;
    margin-left: -30px;
    margin-right: -30px;
    /* width: 100%; */
  }
  .single-product .disp-points-forts > * {
    width: calc(33.33333333% - 60px);
    margin: 30px 30px;
  }
  .single-product .disp-points-forts__title {
    margin-top: 28px;
  }
  .single-product .disp-points-forts__text {
    font-size: 16px;
    margin-top: 28px;
  }
}
@media (min-width: 1440px) {
  .btn-arrow-chip {
    font-size: 16px;
  }
  .s-hero__slide {
    padding: 20px 0;
  }
  .s-hero__slide__cat {
    font-size: 14px;
  }
  .s-hero__slide__title {
    font-size: 28px;
  }
  .s-hero__slide__img {
    margin: 0 auto;
  }
  .s-hero__slide__img img {
    height: 516px;
  }
  .s-gammes__slider__prev {
    left: -50px;
  }
  .s-gammes__slider__next {
    right: -50px;
  }
}
@media screen and (min-width: 1500px) {
  .header-top__container #menu-header-main > li {
    padding: 50px 10px;
  }
}
@media screen and (min-width: 1600px) {
  .header-top__container #menu-header-main > li {
    padding: 50px 15px;
  }
  .single .false-product {
    background-position: center;
    padding: 60px !important;
  }
  .archive .false-product.product {
    background-position: center 48px;
    padding: 40px !important;
  }
  .s-qsn4__left {
    flex-basis: 44%;
  }
  .s-qsn4__right {
    flex-basis: 56%;
  }
  .faq__section {
    margin: 60px 0;
    padding-top: 60px;
  }
  .faq__question {
    padding: 40px;
  }
  .s-qsn__c2 {
    margin-bottom: 0;
    margin-top: auto;
  }
  .s-qsn__grid {
    grid-template-columns: 0.96fr 1.22fr 0.71fr 0.96fr;
    grid-template-rows: 1.17fr 0.46fr 1fr 0.7fr 0.18fr;
    gap: 20px 20px;
    margin-top: -110px;
  }
  .s-qsn__c1 {
    grid-area: 1 / 2 / 2 / 3;
    max-height: 270px;
    margin: auto 0 0;
  }
  .s-installations {
    margin: 0 22px;
  }
  .single-product div.product .woocommerce-tabs ul.tabs li {
    padding: 0 50px;
  }
  .single-product .tab-infos-produit > *:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1610px) {
  .s-qsn2 .thumb-grid {
    margin: -165px auto -60px;
  }
}
@media (min-width: 1660px) {
  .footer__bottom {
    padding: 120px 90px 10px;
  }
}
@media screen and (min-width: 1660px) {
  .s-qsn__celltext__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1920px) {
  h1,
  .h1 {
    font-size: 78px;
  }
  h2,
  .h2 {
    font-size: 58px;
  }
  h3,
  .h3 {
    font-size: 42px;
  }
  h4,
  .h4 {
    font-size: 28px;
  }
  h5,
  .h5 {
    font-size: 20px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
  .header-search.active .search-field {
    font-size: 28px;
  }
  .footer__bottom__contact--text {
    font-size: 64px;
  }
  .side-cart__step.step-3 .disconnected .side-cart__form h4 {
    font-size: 20px;
  }
  .side-cart__table--totalvalue {
    font-size: 28px;
  }
  .side-cart__form {
    max-height: 730px;
  }
  .archive .false-product__text,
  .single .false-product__text {
    font-size: 28px;
  }
  .single .false-product__text {
    font-size: 42px;
  }
  .main-header__title {
    font-size: 58px;
  }
  .main-excerpt p {
    font-size: 28px;
  }
  .testim__title {
    font-size: 42px;
  }
  .random-posts__title {
    font-size: 58px;
  }
  .thumb-grid > * {
    font-size: 20px;
  }
  .s-qsn1__title {
    font-size: 58px;
  }
  .s-qsn2 .thumb-grid > * {
    font-size: 20px;
  }
  .s-qsn3__title {
    font-size: 58px;
  }
  .s-qsn3__title2 {
    font-size: 42px;
  }
  .s-qsn4__title {
    font-size: 46px;
  }
  .s-qsn5__title {
    font-size: 42px;
  }
  .s-qsn6__title {
    font-size: 46px;
  }
  .faq__question-cat {
    font-size: 42px;
  }
  .s-qsn__title {
    font-size: 78px;
  }
  .s-qsn__celltext__text {
    font-size: 16px;
  }
  .s-qsn__c2 {
    font-size: 16px;
  }
  .search__section h2 {
    font-size: 28px;
  }
  .pages-legales__container h2 {
    font-size: 28px;
  }
  .pages-legales__container h3 {
    font-size: 24px;
  }
  .pages-legales__container h4 {
    font-size: 22px;
  }
  .pages-legales__container h5 {
    font-size: 20px;
  }
  .single .main-content__body h2 {
    font-size: 28px;
  }
  .single .main-content__body h3 {
    font-size: 24px;
  }
  .single .main-content__body h4 {
    font-size: 22px;
  }
  .single .main-content__body h5 {
    font-size: 20px;
  }
  .s-gammes__title {
    font-size: 58px;
  }
  .s-marques__title {
    font-size: 42px;
  }
  .s-installations__title {
    font-size: 58px;
  }
  .s-actualite__title {
    font-size: 58px;
  }
  .woocommerce-catalogue-header__title {
    font-size: 58px;
  }
  .woocommerce-catalogue__seo-description h2 {
    font-size: 28px;
  }
  .woocommerce-catalogue__seo-description h3 {
    font-size: 24px;
  }
  .woocommerce-catalogue__seo-description h4 {
    font-size: 22px;
  }
  .woocommerce-catalogue__seo-description h5 {
    font-size: 20px;
  }
  .myaccount__dashboard__aside__price {
    font-size: 48px;
  }
  .single-product .s-product-top .spl__product-name .product_title {
    font-size: 58px;
  }
  .single-product div.product .woocommerce-tabs ul.tabs li {
    font-size: 28px;
  }
  .single-product .encart-contact__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1980px) {
  .woocommerce-MyAccount-navigation-link--avoirs a {
    font-size: 16px;
  }
  .woocommerce-MyAccount-navigation-link--edit-account a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  #main-nav {
    display: none !important;
  }
}
@media (max-width: 1025px) {
  .hc-offcanvas-nav .nav-container ul li.nav-parent .nav-next::before {
    background-color: transparent;
  }
  .hc-offcanvas-nav .nav-container ul li.nav-parent .nav-next::after {
    width: 14px;
    height: 14px;
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(89%) sepia(33%) saturate(1334%) hue-rotate(333deg) brightness(102%) contrast(104%);
  }
  .hc-offcanvas-nav .nav-container .sub-level-open .nav-close {
    display: none !important;
  }
  .level-open .nav-content {
    background-image: none !important;
  }
}
@media screen and (max-width: 767px) {
  .dropdown-services__price {
    margin-left: 0;
  }
  .services-enectech__header {
    display: flex;
    flex-direction: column;
  }
  .services-enectech__choice-button {
    order: 1;
  }
  .services-enectech__products li {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .services-enectech__products li > p {
    width: 100%;
    margin-bottom: 4px;
  }
  .testim__left {
    max-width: 200px;
    margin: 10px auto 20px;
  }
  .s-qsn2 .thumb-grid > * img {
    max-width: 50px;
  }
  .s-qsn4__pastille {
    margin-top: -18%;
    width: 30%;
    margin-left: auto;
    transform: translateX(10px);
  }
  .s-qsn6__image {
    max-width: 200px;
    margin: 0 auto 15px;
  }
  .s-hero__slider {
    margin-top: 40px;
  }
  .woocommerce-catalogue .woocommerce-ordering {
    float: none;
  }
  .single-product div.product .woocommerce-tabs ul.tabs li:not(:nth-child(1)) {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header-config__l .btn {
    font-size: 0px;
    margin: 20px;
    padding: 0;
    background: none;
  }
  .header-config__l .btn::before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: url('./images/arrow-back.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(0deg);
    filter: brightness(0) saturate(100%) invert(17%) sepia(58%) saturate(493%) hue-rotate(198deg) brightness(98%) contrast(96%);
    height: 16px;
    padding: 0px;
    width: 16px;
  }
  .header-config__logo {
    max-width: 90px;
  }
  .header-config__r .side-cart-toggle {
    font-size: 0px;
    margin: 20px;
  }
  .header-config__r .side-cart-toggle img {
    margin: 0px;
  }
  .active-filters-container {
    margin: 15px 0;
  }
  .single-product .s-product-top__flex {
    display: flex;
    flex-direction: column;
  }
  .single-product .single-product-left {
    order: 1;
  }
  .single-product div.summary {
    order: 2;
    display: flex;
    flex-direction: column;
  }
  .single-product .points-forts {
    order: 2;
  }
  .single-product .s-product-top div.summary {
    margin-top: 30px;
  }
}
@media screen and (max-width: 400px) {
  .configurator__footer__data {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 600px) {
  .configurator__footer__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .s-qsn__grid > *:not(:first-child) {
    margin-top: 10px;
  }
  .s-qsn__c2 {
    margin-bottom: 90px;
  }
  .woocommerce-MyAccount-navigation {
    position: fixed;
    bottom: 20px;
    background: white;
    border-radius: 16px;
    width: 90% !important;
    transform: translateX(-50%);
    left: 50%;
  }
  .woocommerce-MyAccount-navigation-link--edit-account,
  .woocommerce-MyAccount-navigation-link--avoirs {
    display: none;
    position: absolute;
    background: #fff;
    right: 0;
    width: 60%;
    border: 1px solid #E0E8EC;
  }
  .woocommerce-MyAccount-navigation-link--edit-account a,
  .woocommerce-MyAccount-navigation-link--avoirs a {
    padding: 16px !important;
    gap: 16px !important;
    justify-content: flex-start !important;
    flex-direction: row !important;
  }
  .woocommerce-MyAccount-navigation-link--edit-account {
    border-radius: 0 0 15px 15px;
    top: -68px;
  }
  .woocommerce-MyAccount-navigation-link--edit-account a {
    border-radius: 0 0 15px 15px;
  }
  .woocommerce-MyAccount-navigation-link--avoirs {
    top: -120px;
    border-radius: 15px 15px 0 0;
  }
  .woocommerce-MyAccount-navigation-link--avoirs a {
    border-radius: 15px 15px 0 0;
  }
  .woocommerce-MyAccount-navigation > ul {
    display: flex;
  }
  .woocommerce-MyAccount-navigation > ul::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .woocommerce-MyAccount-navigation > ul::-webkit-scrollbar:hover {
    width: 12px;
    height: 12px;
  }
  .woocommerce-MyAccount-navigation > ul::-webkit-scrollbar-track,
  .woocommerce-MyAccount-navigation > ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }
  .woocommerce-MyAccount-navigation > ul::-webkit-scrollbar-track {
    background: transparent;
  }
  .woocommerce-MyAccount-navigation > ul li {
    flex: none;
  }
  .woocommerce-MyAccount-navigation > ul li a {
    font-size: 9px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__main__form {
    margin-bottom: 24px;
  }
  .woocommerce-catalogue__content {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 360px) {
  .woocommerce-catalogue__products .product .size-woocommerce_thumbnail,
  .related .products .product .size-woocommerce_thumbnail,
  .woocommerce-catalogue__products .product .woocommerce-placeholder,
  .related .products .product .woocommerce-placeholder {
    max-width: 110px;
    height: 110px !important;
  }
}
@media screen and (max-width: 405px) {
  .woocommerce-catalogue__products .product .button,
  .related .products .product .button {
    bottom: 7%;
    right: 1%;
    font-weight: 600;
  }
}

/*# sourceMappingURL=style.css.map */
