@font-face {
  font-family: "Muli";
  font-weight: normal;
  src: url("fonts/Muli.ttf") format("truetype");
}
@font-face {
  font-family: "Muli";
  font-weight: bold;
  src: url("fonts/Muli_Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Muli";
  font-weight: 800;
  src: url("fonts/Muli_Black.ttf") format("truetype");
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

a, button {
  cursor: none;
}
@media screen and (max-width: 1024px) {
  a, button {
    cursor: pointer;
  }
}

span, div, p, ul, li, a, h1, h2, h3 h4, h5, h6 {
  font-family: "Muli" !important;
}

body {
  margin: 0;
  background-color: #f1f9fb;
  color: #002B6F;
  overflow-x: hidden;
}
body.lock {
  overflow: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  color: #fbb730 !important;
}

img {
  display: block;
}

.boxmg {
  width: calc(100% - 70px);
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .boxmg {
    width: calc(100% - 30px);
  }
}

.box {
  max-width: 1600px;
  margin: auto;
}

.highlight {
  position: relative;
}
.highlight::before {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 4px);
  background-color: #fbb730;
  z-index: -1;
  position: absolute;
  left: -50px;
  right: -50px;
  top: -50px;
  bottom: -50px;
  margin: auto;
  transform: rotate(-2deg);
  border-radius: 5px;
}

#page {
  overflow-x: hidden;
  padding-top: 100px;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 18px;
  height: auto;
  pointer-events: none;
  transform: translate(-61%, 0%);
  display: none;
  z-index: 100000;
}

#content {
  padding: 0 35px;
}
@media screen and (max-width: 1024px) {
  #content {
    padding: 0 15px;
  }
}

body:has(#wpadminbar) #header {
  top: 32px;
}

#header {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: box-shadow 0.2s;
}
#header .box_masthead {
  position: relative;
  width: calc(100% - 140px);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .box_masthead .box_logo {
  position: relative;
  top: 20px;
  z-index: 10;
}
#header .box_masthead .box_logo .logo_menu {
  transition: width 0.2s;
  transition-timing-function: ease-in;
}
#header .box_masthead #menu ul {
  display: flex;
  gap: 50px;
}
#header .box_masthead #menu ul li {
  text-align: center;
  display: flex;
}
#header .box_masthead #menu ul li a {
  color: #002B6F;
  font-size: 16px;
  font-weight: 800;
}
@media screen and (max-width: 1100px) {
  #header .box_masthead #menu ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  #header .box_masthead #menu ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #header .box_masthead #menu ul li {
    text-align: right;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1250px) {
  #header .box_masthead #menu ul {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #header .box_masthead #menu ul {
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 1024px) {
  #header .box_masthead #menu {
    width: 360px;
    position: absolute;
    top: 95px;
    right: -30px;
    background-color: #fff;
    padding: 20px 30px;
    transform: translateX(100%);
    transition: 0.2s;
    z-index: 10;
    border-bottom-left-radius: 10px;
    box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
  }
  #header .box_masthead #menu.active {
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  #header .box_masthead {
    width: calc(100% - 70px);
  }
}
#header .box_burger {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 20px;
}
#header .box_burger button.burger {
  width: 26px;
  height: 20px;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
  padding: 0;
}
#header .box_burger button.burger:focus {
  outline: none;
}
#header .box_burger button.burger.burger2:after, #header .box_burger button.burger.burger2:before,
#header .box_burger button.burger.burger2 span {
  width: 100%;
  height: 4px;
  border-radius: 100px;
  position: absolute;
  display: block;
}
#header .box_burger button.burger.burger2:after,
#header .box_burger button.burger.burger2 span {
  background: #8CCDD8;
}
#header .box_burger button.burger.burger2:before,
#header .box_burger button.burger.burger2 span {
  background: #fbb730;
}
#header .box_burger button.burger.burger2:after, #header .box_burger button.burger.burger2:before {
  content: "";
  transition: 0.2s width 0.2s;
}
#header .box_burger button.burger.burger2:after {
  top: 0px;
  left: 0px;
  margin-top: 0px;
}
#header .box_burger button.burger.burger2:before {
  bottom: 0px;
  right: 0px;
  margin-bottom: 0px;
}
#header .box_burger button.burger.burger2 span {
  top: 50%;
  margin-top: -2px;
  transition: transform 0.3s;
}
#header .box_burger button.burger.burger2 span:before {
  content: "";
  background: #002B6F;
  width: 100%;
  height: 4px;
  border-radius: 100px;
  position: absolute;
  left: 0px;
  transition: transform 0.3s;
}
#header .box_burger button.burger.burger2.on:after {
  transition: all 0.2s;
  width: 0%;
  left: 0px;
}
#header .box_burger button.burger.burger2.on:before {
  transition: all 0.2s;
  width: 0%;
  right: 0px;
}
#header .box_burger button.burger.burger2.on span {
  transform: rotate(45deg);
  transition: 0.2s transform 0.2s;
}
#header .box_burger button.burger.burger2.on span:before {
  transform: rotate(-90deg);
  transition: 0.2s transform 0.2s;
}
@media screen and (max-width: 1024px) {
  #header .box_burger {
    display: block;
  }
}
#header.scrolled {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#header.scrolled .box_masthead .box_logo .logo_menu {
  width: 160px;
}

.page_header {
  border-radius: 10px;
  overflow: hidden;
}
.page_header h1 {
  position: relative;
  display: inline-block;
}
.page_header h1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  height: 4px;
  width: 60%;
  background-color: #fbb730;
}

#home .hp_h1 h1 {
  position: relative;
}
#home .hp_h1 h1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  height: 4px;
  width: 60%;
  background-color: #fbb730;
}
#home .hp_slider {
  border-radius: 10px;
  overflow: hidden;
}
#home .hp_slider .elementor-slide-heading {
  border-radius: 10px;
  border: solid 2px #4cbbb8;
  padding: 10px 20px;
  display: inline-block;
}
#home .hp_sdwzm {
  background-color: #f1f9fb;
  border-radius: 10px;
}
#home .hp_sdwzm img {
  transform: scale(1.05);
}

#nrt_page #h1_page {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#nrt_page #h1_page h1 {
  font-weight: 800;
  position: relative;
}
#nrt_page #h1_page h1:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  height: 4px;
  width: 50%;
  background-color: #fbb730;
}

.lavage_01 h3 {
  position: relative;
}
.lavage_01 h3::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #4CBBB8;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}

.box_price {
  position: relative;
}
.box_price > div .price {
  font-weight: 800;
  position: relative;
  font-size: 46px;
  color: #fff;
  display: inline-block;
  width: 80px;
  padding-right: 20px;
  line-height: 40px;
}
.box_price > div .price .euro {
  position: absolute;
  top: -12px;
  font-size: 28px;
}
.box_price > div .price .cent {
  position: absolute;
  right: 15px;
  bottom: -10px;
  font-size: 18px;
}
.box_price > div .carte {
  font-size: 12px;
  color: #002B6F;
  position: relative;
  top: -5px;
}

.box_price2 {
  position: relative;
}
.box_price2 > div .price {
  font-weight: 800;
  position: relative;
  font-size: 46px;
  color: #002B6F;
  display: inline-block;
  width: 80px;
  padding-right: 20px;
  line-height: 40px;
}
.box_price2 > div .price .euro {
  position: absolute;
  top: -12px;
  font-size: 28px;
}
.box_price2 > div .price .cent {
  position: absolute;
  right: 15px;
  bottom: -10px;
  font-size: 18px;
}
.box_price2 > div .carte {
  font-size: 12px;
  color: #002B6F;
  position: relative;
  top: -5px;
}
.box_price2 .price_liter {
  font-size: 10px;
}

.box_price3 {
  position: relative;
}
.box_price3 > div .price {
  font-weight: 800;
  position: relative;
  font-size: 32px;
  color: #fff;
  display: inline-block;
  width: 80px;
  padding-right: 12px;
  line-height: 40px;
}
.box_price3 > div .price .euro {
  position: absolute;
  top: -8px;
  font-size: 22px;
}
.box_price3 > div .price .cent {
  position: absolute;
  right: 15px;
  bottom: -10px;
  font-size: 18px;
}
.box_price3::after {
  content: "";
  width: 80%;
  height: 3px;
  background-color: #fbb730;
  position: absolute;
  left: 0px;
  top: -8px;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transform: rotate(-30deg);
}

.old_price {
  position: relative;
}
.old_price::after {
  content: "";
  width: calc(100% + 20px);
  height: 3px;
  background-color: #fbb730;
  position: absolute;
  left: -100px;
  top: -100px;
  bottom: -100px;
  right: -100px;
  margin: auto;
  z-index: 1;
  transform: rotate(-30deg);
}

.page-id-8 .ul_droplet ul li {
  position: relative;
  padding: 4px 0;
}
.page-id-8 .ul_droplet ul li::before {
  content: "";
  background-image: url("../img/droplet.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 30px;
  position: absolute;
  left: -25px;
  top: 8px;
}
@media screen and (max-width: 1200px) {
  .page-id-8 .p_droplet .elementor-widget-text-editor {
    font-size: 10px !important;
  }
}
.page-id-8 .p_droplet p {
  position: relative;
  margin: 0;
  padding-left: 10px;
}
.page-id-8 .p_droplet p::before {
  content: "";
  background-image: url("../img/droplet.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 30px;
  position: absolute;
  left: -14px;
  top: -8px;
  transform: rotate(115deg);
}
.page-id-8 .service_plus .elementor-icon-wrapper {
  line-height: 0;
}
.page-id-8 .title_bg {
  display: inline-block;
  position: relative;
  z-index: -1;
  color: #ffffff;
}
.page-id-8 .title_bg::before {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 14px);
  background-color: #c6012e;
  position: absolute;
  top: -94px;
  bottom: -100px;
  left: -100px;
  right: -100px;
  margin: auto;
  z-index: -2;
  transform: rotate(-2deg);
}
.page-id-8 .text_bg {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.page-id-8 .text_bg::before {
  content: "";
  width: calc(100% + 8px);
  height: 100%;
  background-color: #c6012e;
  position: absolute;
  top: -94px;
  bottom: -100px;
  left: -100px;
  right: -100px;
  margin: auto;
  z-index: -1;
  transform: rotate(-2deg);
}
.page-id-8 .box_towel {
  border: solid 6px #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.page-id-8 .box_flag .percent {
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 1px;
}
.page-id-8 .box_flag .member {
  font-size: 10px;
}

.page-id-10 h2 {
  position: relative;
  z-index: 1;
  font-size: 22px;
}
.page-id-10 h2 .undl {
  display: inline-block;
  position: relative;
}
.page-id-10 h2 .undl::before {
  content: "";
  height: 7px;
  background-color: #fbb730;
  transform: rotate(-2deg);
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: 6px;
  z-index: -1;
}
.page-id-10 h2 b {
  font-weight: 800;
}
@media screen and (max-width: 650px) {
  .page-id-10 h2 {
    font-size: 18px;
  }
}

.page-id-12 .ul_carte ul li {
  position: relative;
  padding-left: 30px;
}
.page-id-12 .ul_carte ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background-color: #fbb730;
  position: absolute;
  left: 0;
  top: 5px;
}
.page-id-12 .ul_carte ul li:not(:last-child) {
  margin-bottom: 20px;
}

.products_loop .box_product > .e-con-inner {
  height: 100%;
}
.products_loop .box_product > .e-con-inner > .e-child {
  height: 100%;
}
.products_loop .elementor-price-table__price {
  padding-top: 10px !important;
}
.products_loop .elementor-price-table__price .elementor-price-table__currency {
  position: absolute;
  right: 1px;
  top: 4px;
}

.page-id-14 .e-n-accordion-item-title {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#footer {
  padding: 30px 60px;
  margin-top: 80px;
  border-radius: 10px;
  background: #002B6F;
  background: linear-gradient(90deg, rgb(0, 43, 111) 0%, rgb(139, 202, 209) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .col_left #footer_menu li {
  margin: 10px 0;
}
#footer .col_left #footer_menu li a {
  color: #ffffff;
}
@media screen and (max-width: 1250px) {
  #footer .col_left {
    align-self: flex-end;
    text-align: right;
  }
}
@media screen and (max-width: 900px) {
  #footer .col_left {
    align-self: auto;
    text-align: center;
  }
}
#footer .col_right {
  display: flex;
  align-items: center;
  gap: 30px;
}
#footer .col_right .col_right_left {
  font-size: 18px;
  color: #ffffff;
  text-align: right;
}
#footer .col_right .col_right_left p {
  margin: 15px 0;
}
#footer .col_right .col_right_left a {
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  #footer .col_right .col_right_left {
    text-align: center;
  }
}
#footer .col_right .col_right_right {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 60px 30px 60px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#footer .col_right .col_right_right .footer_logo {
  position: absolute;
  left: 0;
  right: 0;
  top: -75px;
  margin: auto;
  display: flex;
  justify-content: center;
}
#footer .col_right .col_right_right h2 {
  margin: 0 0 10px 0;
}
#footer .col_right .col_right_right p {
  margin: 0;
}
#footer .col_right .col_right_right table td {
  text-align: right;
}
@media screen and (max-width: 560px) {
  #footer .col_right .col_right_right {
    padding: 40px 20px 30px 20px;
  }
}
@media screen and (max-width: 900px) {
  #footer .col_right {
    flex-direction: column-reverse;
    text-align: center;
  }
}
@media screen and (max-width: 1250px) {
  #footer {
    flex-direction: column-reverse;
    align-items: flex-end;
    text-align: center;
    gap: 40px;
  }
}
@media screen and (max-width: 900px) {
  #footer {
    align-items: center;
  }
}
@media screen and (max-width: 560px) {
  #footer {
    padding: 30px 20px;
  }
}/*# sourceMappingURL=style.css.map */