@charset "UTF-8";
/* La planche - 25.11.25 - Scalp */
/* Hover */
/*------*/
/* Typo */
/*------*/
/*------------*/
/* Responsive */
/*-----------*/
/*----------*/
/* Settings */
/*---------*/
/*Button*/
/*SVG*/
/*Button TOP*/
/*Icone*/
/*Soustraction*/
/*tag*/
/*form*/
/*Other*/
/*------*/
/* MENU */
/*------*/
/* Navbar */
/* Logo */
/* Ecran */
/* SUBMENU */
/* Mobile */
/* Text */
/* Reset */
/* transition */
/* Img */
/* Utilitaires */
/* Bouton */
/* BG */
/* Text color */
/* Filter */
/* tag */
/* Responsive */
/* Shadow */
/* La planche - 25.11.25 - Scalp */
header ul, footer ul {
  list-style: none;
  padding-left: 0;
}

main a:not(.link_primary):not(.link_secondary):not(.link_third):not(.link_light):not(.link_dark):not(.link_white):not(.link_info):not(.link_success):not(.link_warning):not(.link_danger) {
  color: #000;
}
main a:not(.link_primary):not(.link_secondary):not(.link_third):not(.link_light):not(.link_dark):not(.link_white):not(.link_info):not(.link_success):not(.link_warning):not(.link_danger):hover, main a:not(.link_primary):not(.link_secondary):not(.link_third):not(.link_light):not(.link_dark):not(.link_white):not(.link_info):not(.link_success):not(.link_warning):not(.link_danger):focus, main a:not(.link_primary):not(.link_secondary):not(.link_third):not(.link_light):not(.link_dark):not(.link_white):not(.link_info):not(.link_success):not(.link_warning):not(.link_danger):active {
  color: #000;
}

/*----------*/
/*-- padding --*/
/*----------*/
.p-m {
  padding: 1.5rem;
}

.px-m {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-m {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.ps-m {
  padding-left: 1.5rem;
}

.pe-m {
  padding-right: 1.5rem;
}

.pt-m {
  padding-top: 1.5rem;
}

.pb-m {
  padding-bottom: 1.5rem;
}

/*----------*/
/*-- Container --*/
/*----------*/
.medium-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 576px) {
  .medium-content {
    width: 900px;
  }
}

.small-content {
  max-width: 100%;
}
@media only screen and (min-width: 576px) {
  .small-content {
    width: 600px;
  }
}

.mid-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (min-width: 768px) {
  .mid-container {
    max-width: 360px;
  }
}
@media only screen and (min-width: 992px) {
  .mid-container {
    max-width: 480px;
  }
}
@media only screen and (min-width: 1200px) {
  .mid-container {
    max-width: 535px;
  }
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .mid-container {
    max-width: 100%;
    margin: auto;
  }
}

/*----------------*/
/*-- BG --*/
/*----------------*/
.bg_primary {
  background-color: #000;
  color: #fff;
}
.bg_primary svg {
  color: #fff;
}

.bg_secondary {
  background-color: #000;
  color: #fff;
}
.bg_secondary svg {
  color: #fff;
}

.bg_third {
  background-color: #dfd4bd;
  color: #fff;
}
.bg_third svg {
  color: #fff;
}

.bg_dark {
  background-color: #000;
  color: #fff;
}
.bg_dark svg {
  color: #fff;
}

.bg_light {
  background-color: #F2F0EE;
  color: #000;
}
.bg_light svg {
  color: #000;
}

.bg_white {
  background-color: #fff;
  color: #000;
}
.bg_white svg {
  color: #000;
}

.bg_info {
  background-color: #7ebdbf;
  color: #fff;
}
.bg_info svg {
  color: #fff;
}

.bg_warning {
  background-color: #a96d28;
  color: #fff;
}
.bg_warning svg {
  color: #fff;
}

.bg_success {
  background-color: #917c15;
  color: #fff;
}
.bg_success svg {
  color: #fff;
}

.bg_danger {
  background-color: #af3c3c;
  color: #fff;
}
.bg_danger svg {
  color: #fff;
}

.fill-primary {
  fill: #000;
}

.fill-secondary {
  fill: #000;
}

.fill-third {
  fill: #dfd4bd;
}

.fill-dark {
  fill: #000;
}

.fill-light {
  fill: #F2F0EE;
}

.fill-white {
  fill: #fff;
}

.fill-info {
  fill: #7ebdbf;
}

.fill-success {
  fill: #917c15;
}

.fill-warning {
  fill: #a96d28;
}

.fill-danger {
  fill: #af3c3c;
}

/*----------------*/
/*-- TAG --*/
/*----------------*/
.tag_primary {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 200;
  padding: 0.45rem 0.5rem 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 0;
  display: inline-block;
  background-color: #000;
  color: #fff;
}
.tag_primary svg {
  color: #fff;
}

.tag_secondary {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 200;
  padding: 0.45rem 0.5rem 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 0;
  display: inline-block;
  background-color: #000;
  color: #fff;
}
.tag_secondary svg {
  color: #fff;
}

.tag_third {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 200;
  padding: 0.45rem 0.5rem 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 0;
  display: inline-block;
  background-color: #dfd4bd;
  color: #fff;
}
.tag_third svg {
  color: #fff;
}

.tag_dark {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 200;
  padding: 0.45rem 0.5rem 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 0;
  display: inline-block;
  background-color: #000;
  color: #fff;
}
.tag_dark svg {
  color: #fff;
}

.tag_light {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 200;
  padding: 0.45rem 0.5rem 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 0;
  display: inline-block;
  background-color: #F2F0EE;
  color: #000;
}
.tag_light svg {
  color: #000;
}

.tag_white {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 200;
  padding: 0.45rem 0.5rem 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 0;
  display: inline-block;
  background-color: #fff;
  color: #000;
}
.tag_white svg {
  color: #000;
}

.tag_info {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 200;
  padding: 0.45rem 0.5rem 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 0;
  display: inline-block;
  background-color: #7ebdbf;
  color: #fff;
}
.tag_info svg {
  color: #fff;
}

.tag_success {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 200;
  padding: 0.45rem 0.5rem 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 0;
  display: inline-block;
  background-color: #917c15;
  color: #fff;
}
.tag_success svg {
  color: #fff;
}

.tag_warning {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 200;
  padding: 0.45rem 0.5rem 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 0;
  display: inline-block;
  background-color: #a96d28;
  color: #fff;
}
.tag_warning svg {
  color: #fff;
}

.tag_danger {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 200;
  padding: 0.45rem 0.5rem 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 0;
  display: inline-block;
  background-color: #af3c3c;
  color: #fff;
}
.tag_danger svg {
  color: #fff;
}

/*----------------*/
/*-- Responsive --*/
/*----------------*/
@media only screen and (max-width: calc(576px - 0.2px)) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .navbar, .small-container {
    padding-right: 7%;
    padding-left: 7%;
  }
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 86%;
  }
}
@media only screen and (min-width: 1920px) {
  .container {
    max-width: 75%;
  }
}

/*------------------------------------------------------*/
/* -------------------- */
/* Img */
/* -------------------- */
figure {
  margin: 0;
  position: relative;
}

/*------------------------------------------------------*/
/* -------------------- */
/*  Image background */
/* -------------------- */
.cardImg, .squareImg {
  position: relative;
  width: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  height: auto;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.squareImg {
  padding-top: 100%;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center center;
}

/*------------------------------------------------------*/
/* -------------------- */
/*  Filtres photos */
/* -------------------- */
.filter-bw {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* La planche - 25.11.25 - Scalp */
/*----------*/
/*-- FONT --*/
/*----------*/
body {
  font-family: "effra-cc", sans-serif;
  color: #000;
  font-weight: 200;
}

body, p, span, a, .link, button.link {
  font-size: calc(0.8rem + 0.15vw);
}

strong, b {
  font-weight: 700 !important;
}

.title-center {
  text-align: center;
}
.title-center:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #000;
  margin: 1.5rem auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
  font-family: "benton-modern-display", serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, .title a {
  font-size: 100% !important;
}

h1, .h1 {
  font-size: calc(2rem + 0.35vw);
}
h1 svg, .h1 svg {
  width: calc(2rem + 0.35vw);
  height: calc(2rem + 0.35vw);
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h1, .h1 {
    hyphens: auto;
    line-height: 1;
    font-size: calc(calc(2rem + 0.35vw) - 1.5vw);
  }
  h1 svg, .h1 svg {
    width: calc(calc(2rem + 0.35vw) - 1.5vw);
    height: calc(calc(2rem + 0.35vw) - 1.5vw);
  }
}

h2, .h2 {
  font-size: calc(1.8rem + 0.25vw);
}
h2 svg, .h2 svg {
  width: calc(1.8rem + 0.25vw);
  height: calc(1.8rem + 0.25vw);
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h2, .h2 {
    hyphens: auto;
    line-height: 1;
    font-size: calc(calc(1.8rem + 0.25vw) - 1vw);
  }
  h2 svg, .h2 svg {
    width: calc(calc(1.8rem + 0.25vw) - 1vw);
    height: calc(calc(1.8rem + 0.25vw) - 1vw);
  }
}

h3, .h3 {
  font-size: calc(1.6rem + 0.25vw);
}
h3 svg, .h3 svg {
  width: calc(1.6rem + 0.25vw);
  height: calc(1.6rem + 0.25vw);
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h3, .h3 {
    hyphens: auto;
    font-size: calc(calc(1.6rem + 0.25vw) - 0.5vw);
  }
  h3 svg, .h3 svg {
    width: calc(calc(1.6rem + 0.25vw) - 0.5vw);
    height: calc(calc(1.6rem + 0.25vw) - 0.5vw);
  }
}

h4, .h4 {
  font-size: calc(1.2rem + 0.25vw);
}
h4 svg, .h4 svg {
  width: calc(1.2rem + 0.25vw);
  height: calc(1.2rem + 0.25vw);
}

h5, .h5, h6, .h6 {
  font-size: calc(1rem + 0.15vw);
}
h5 svg, .h5 svg, h6 svg, .h6 svg {
  width: calc(1rem + 0.15vw);
  height: calc(1rem + 0.15vw);
}

p {
  white-space: normal !important;
}

p a, small a {
  font-size: 100%;
}

.text_primary {
  color: #000;
}

.text_secondary {
  color: #000;
}

.text_third {
  color: #dfd4bd;
}

.text_dark {
  color: #000;
}

.text_light {
  color: #F2F0EE;
}

.text_white {
  color: #fff;
}

.text_info {
  color: #7ebdbf;
}

.text_success {
  color: #917c15;
}

.text_warning {
  color: #a96d28;
}

.text_danger {
  color: #af3c3c;
}

/* La planche - 25.11.25 - Scalp */
/* -------------- */
/* Navbar */
/* -------------- */
header {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.75rem 0;
}
header.is-scrolled {
  background-color: #fff;
}
header .line, header .menu-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* -------------- */
/* Burger */
/* -------------- */
@media (min-width: 992px) {
  #showMenu {
    display: none;
  }
}
@media (max-width: 992px) {
  header #showMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #000;
    cursor: pointer;
    z-index: 100;
    padding: 0;
  }
  header #showMenu span, header #showMenu span::before, header #showMenu span::after {
    display: block;
    width: 18px;
    height: 1px;
    border-radius: 0px;
  }
  header #showMenu span {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header #showMenu span::before, header #showMenu span::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
  }
  header #showMenu span::before {
    top: 4px;
    transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  header #showMenu span::after {
    bottom: 4px;
    transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  header #showMenu.active span {
    background-color: transparent !important;
  }
  header #showMenu.active span::before, header #showMenu.active span::after {
    background-color: #000 !important;
  }
  header #showMenu.active span::before {
    top: 0;
    transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header #showMenu.active span::after {
    bottom: 0;
    transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header #showMenu.active #quitMenu {
    display: block;
    width: 20%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    animation: 300ms ease-in opacityAnim;
  }
  header #showMenu span, header #showMenu span::before, header #showMenu span::after {
    background-color: #000;
  }
  header.is-scrolled #showMenu span, header.is-scrolled #showMenu span::before, header.is-scrolled #showMenu span::after {
    background-color: #000;
  }
}
@keyframes opacityAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -------------- */
/* Menu */
/* -------------- */
header a {
  font-weight: 200;
  text-transform: uppercase;
  font-family: "effra-cc", sans-serif;
}
@media (max-width: 992px) {
  header .menu-container {
    top: 0;
    background: #F2F0EE;
    position: fixed;
    overflow: scroll;
    box-sizing: border-box;
    width: 80%;
    max-width: 100%;
    height: 100%;
    right: -100%;
    z-index: 1;
    border-left: 1px solid #000;
  }
  header .menu-container.open {
    right: 0;
  }
  header .menu-content {
    padding: 2rem;
    margin-top: 5vh;
    max-width: 100%;
    margin-bottom: 0;
    position: relative;
    z-index: 103;
  }
  header .menu-content a {
    font-size: calc(1.6rem + 0.25vw);
    margin: 1.5rem 0rem;
    padding: 0;
    display: block;
    color: #000;
  }
  header .menu-content a:hover, header .menu-content a:focus, header .menu-content a:active {
    color: rgba(0, 0, 0, 0.45);
  }
}
@media (min-width: 992px) {
  header #menu-principal {
    justify-content: space-between;
    display: flex;
  }
  header .menu-content {
    margin: 0;
  }
  header .menu-content .menu-item {
    display: inline-block;
  }
  header .menu-content .menu-item a {
    font-size: calc(0.8rem + 0.15vw);
    padding: 0;
    margin: 0;
    color: #000;
  }
  header .menu-content .menu-item a:hover, header .menu-content .menu-item a:focus, header .menu-content .menu-item a:active {
    color: rgba(0, 0, 0, 0.45);
  }
  header.is-scrolled .menu-item a {
    color: #000;
  }
  header.is-scrolled .menu-item a:hover, header.is-scrolled .menu-item a:focus, header.is-scrolled .menu-item a:active {
    color: rgba(0, 0, 0, 0.45);
  }
}

/* -------------- */
/* Sous-menu */
/* -------------- */
@media (min-width: 992px) {
  .menu-item-has-children:not(.qtranxs-lang-menu) {
    position: relative;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 300px;
    width: 100%;
    padding: 0.5rem 0;
    margin-top: -3px;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.9);
    background-clip: padding-box;
    border-top: 8px solid transparent;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu li {
    display: block;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a {
    display: block;
    padding: 0.5rem 1rem;
    font-size: calc(0.8rem + 0.15vw);
    color: #000 !important;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a:hover, .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a:focus, .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a:active {
    color: rgba(0, 0, 0, 0.45) !important;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu):hover > a, .menu-item-has-children:not(.qtranxs-lang-menu).active > a {
    color: rgba(0, 0, 0, 0.45) !important;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu):hover .sub-menu, .menu-item-has-children:not(.qtranxs-lang-menu).active .sub-menu {
    display: block;
  }
}
@media (max-width: 992px) {
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu {
    border: 0;
    border-radius: 0;
    width: 100%;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu li {
    display: block;
    width: 100%;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu li a {
    display: block;
    font-family: "effra-cc", sans-serif;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu {
    display: none;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a {
    padding: 0;
    font-size: calc(1.2rem + 0.25vw);
  }
  .menu-item-has-children:not(.qtranxs-lang-menu).active .sub-menu, .menu-item-has-children:not(.qtranxs-lang-menu).ouvert .sub-menu {
    display: block;
  }
}
.menu-item-has-children:not(.qtranxs-lang-menu) > a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.1em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* -------------- */
/* Top menu */
/* -------------- */
.top-menu {
  font-weight: 200;
  z-index: 100;
  position: relative;
}
.top-menu article {
  padding-top: 0.3rem;
  font-size: calc(0.75rem + 0.15vw);
}

.top-menu-slider .swiper-wrapper {
  height: auto !important;
}
.top-menu-slider .swiper-slide {
  background-color: #000;
}

/* -------------- */
/* Icones */
/* -------------- */
@media only screen and (min-width: 768px) {
  #menu-shop svg, #menu-shop a {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    margin-left: 1rem;
  }
  #menu-shop svg:hover, #menu-shop svg:focus, #menu-shop svg:active, #menu-shop a:hover, #menu-shop a:focus, #menu-shop a:active {
    background-color: transparent;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.5);
  }
}

.list-icone a {
  border: 1px solid #000;
  color: #000;
  border-radius: 100%;
  position: relative;
}
.list-icone a:hover, .list-icone a:focus, .list-icone a:active {
  background-color: #000;
}
.list-icone a:hover svg, .list-icone a:focus svg, .list-icone a:active svg {
  color: #F2F0EE;
}

.cart-badge {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  width: 20px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
  border-radius: 50%;
  margin-left: 0px;
  display: inline-block;
  position: absolute;
  top: -6px;
  right: -5px;
}
@media only screen and (min-width: 768px) {
  .cart-badge {
    position: relative;
    top: -3px;
  }
}

/* -------------- */
/* Logo */
/* -------------- */
#logo {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: calc(768px - 0.2px)) {
  header:not(.is-scrolled) #logo {
    width: calc(110px + 20px);
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  header:not(.is-scrolled) #logo {
    width: calc(250px + 20px);
    height: auto;
  }
}

@media only screen and (max-width: calc(768px - 0.2px)) {
  header.is-scrolled #logo {
    width: 110px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  header.is-scrolled #logo {
    width: 250px;
    height: auto;
  }
}

#menu-menu-footer-1 .sub-menu {
  display: none !important;
}
#menu-menu-footer-1 .menu-item-has-children a:after {
  display: none !important;
}
#menu-menu-footer-1 .menu-item-has-children:hover .sub-menu, #menu-menu-footer-1 .menu-item-has-children:focus .sub-menu, #menu-menu-footer-1 .menu-item-has-children:active .sub-menu {
  display: none !important;
}

/* La planche - 25.11.25 - Scalp */
/* -------------- */
/* Home */
/* -------------- */
#nos-formules {
  position: relative;
}
#nos-formules:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../medias/main.svg);
  background-position: top right;
  background-size: 300px;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: calc(1200px - 0.2px)) {
  #nos-formules:before {
    opacity: 0.7;
  }
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  #nos-formules:before {
    background-position: top left;
  }
}

#entreprises .title-c, #entreprises .subtitle-c {
  color: #fff;
}

/* La planche - 25.11.25 - Scalp */
/* -------------- */
/* Page */
/* -------------- */
.title-page, .breadcrumb-page {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 2.3rem 0 2rem 0;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .title-page, .breadcrumb-page {
    margin-bottom: 2rem;
  }
}
.title-page .title, .breadcrumb-page .title {
  font-weight: 400;
  margin-bottom: 0;
}
.title-page:before, .title-page::after, .breadcrumb-page:before, .breadcrumb-page::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-size: 300px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.title-page:before, .breadcrumb-page:before {
  background-position: left center;
  background-image: url(../medias/left.svg);
  left: 0;
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .title-page:before, .breadcrumb-page:before {
    background-size: 90%;
    opacity: 0.7;
  }
}
.title-page:after, .breadcrumb-page:after {
  background-position: right center;
  background-image: url(../medias/right.svg);
  right: 0;
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .title-page:after, .breadcrumb-page:after {
    background-size: 90%;
    opacity: 0.7;
  }
}
.title-page .container, .breadcrumb-page .container {
  position: relative;
  z-index: 1;
}

.breadcrumb-page ul {
  padding-left: 0;
  margin-bottom: 0;
}
.breadcrumb-page li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
.breadcrumb-page li:not(:last-of-type):after {
  content: "•";
  display: inline-block;
  padding: 0 0.5rem;
}
.breadcrumb-page a {
  color: #000;
  text-transform: uppercase;
}
.breadcrumb-page a:hover, .breadcrumb-page a:focus, .breadcrumb-page a:active {
  color: #000 !important;
}

body:not(.home) #contenu {
  position: relative;
}
body:not(.home) #contenu:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../medias/main.svg);
  background-position: top right;
  background-size: 300px;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: calc(1200px - 0.2px)) {
  body:not(.home) #contenu:before {
    opacity: 0.7;
  }
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  body:not(.home) #contenu:before {
    background-position: top left;
  }
}

.content-editor article {
  width: 450px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.content-editor .title {
  font-size: calc(1.6rem + 0.25vw);
  color: #000;
}
.content-editor .sub-title {
  font-size: calc(1rem + 0.15vw);
  color: #000;
}
.content-editor .content-text {
  margin-top: 1.5rem;
}
.content-editor .content-text:before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #000;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .content-editor .content-text:before {
    margin: auto auto 1.5rem auto;
  }
}
.content-editor .divider .content-text:before {
  margin: auto auto 1.5rem auto !important;
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .content-editor .content-img {
    margin-left: auto;
    margin-right: auto;
  }
}
.content-editor .slider-one-slide {
  padding: 2rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .content-editor .slider-one-slide {
    padding: 4rem;
  }
}
.content-editor .slider-one-slide:after {
  display: block;
  width: calc(100% - 4rem);
  height: calc(100% - 6rem);
  background-color: #000;
  bottom: 0;
  right: 0rem;
  position: absolute;
  z-index: -10;
}
@media only screen and (min-width: 768px) {
  .content-editor .slider-one-slide:after {
    width: calc(100% - 8rem);
    height: calc(100% - 8rem);
  }
}
.content-editor:nth-child(even) .slider-one-slide:after {
  top: 1rem;
  left: 1rem;
}
@media only screen and (min-width: 768px) {
  .content-editor:nth-child(even) .slider-one-slide:after {
    top: 2rem;
    left: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .content-editor:nth-child(odd) div:first-of-type {
    order: 2;
  }
}
.content-editor:nth-child(odd) .slider-one-slide:after {
  bottom: 2rem;
  right: 1rem;
}
@media only screen and (min-width: 768px) {
  .content-editor:nth-child(odd) .slider-one-slide:after {
    bottom: 2rem;
    right: 2rem;
  }
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .content-editor div:last-of-type {
    order: 1;
  }
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .content-editor div:first-of-type {
    order: 2;
  }
}
.content-editor .swiper-wrapper {
  position: relative;
}
.content-editor .swiper-wrapper:before, .content-editor .swiper-wrapper:after {
  content: "";
  display: block;
  height: 300px;
  position: absolute;
  z-index: -1;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.content-editor .swiper-wrapper:before {
  left: -2rem;
  bottom: -2rem;
  background-position: bottom center;
}
@media only screen and (min-width: 768px) {
  .content-editor .swiper-wrapper:before {
    left: -4rem;
    bottom: -4rem;
  }
}
.content-editor .swiper-wrapper:after {
  right: -2rem;
  top: -2rem;
  background-position: top center;
}
@media only screen and (min-width: 768px) {
  .content-editor .swiper-wrapper:after {
    right: -4rem;
    top: -4rem;
  }
}
.content-editor:first-of-type .swiper-wrapper:before {
  background-image: url(../medias/plante-01.svg);
  width: 121px;
}
.content-editor:first-of-type .swiper-wrapper:after {
  background-image: url(../medias/plante-02.svg);
  width: calc(125px - 2rem);
}
@media only screen and (min-width: 768px) {
  .content-editor:first-of-type .swiper-wrapper:after {
    width: 125px;
  }
}
.content-editor:nth-child(3) .swiper-wrapper:before {
  background-image: url(../medias/plante-04.svg);
  width: calc(95px - 2rem);
}
@media only screen and (min-width: 768px) {
  .content-editor:nth-child(3) .swiper-wrapper:before {
    width: 95px;
  }
}
.content-editor:nth-child(3) .swiper-wrapper:after {
  background-image: url(../medias/plante-03.svg);
  width: calc(125px - 2rem);
}
@media only screen and (min-width: 768px) {
  .content-editor:nth-child(3) .swiper-wrapper:after {
    width: 125px;
  }
}
.content-editor:last-of-type .swiper-wrapper:before {
  background-image: url(../medias/plante-06.svg);
  width: calc(130px - 2rem);
}
@media only screen and (min-width: 768px) {
  .content-editor:last-of-type .swiper-wrapper:before {
    width: 130px;
  }
}
.content-editor:last-of-type .swiper-wrapper:after {
  background-image: url(../medias/plante-05.svg);
  width: calc(125px - 2rem);
}
@media only screen and (min-width: 768px) {
  .content-editor:last-of-type .swiper-wrapper:after {
    width: 125px;
  }
}

/* La planche - 25.11.25 - Scalp */
/* -------------- */
/* Cards */
/* -------------- */
.card-item .cardImg {
  padding-top: 140%;
  position: relative;
  border-radius: 7px;
}
.card-item figcaption {
  position: absolute;
  background-color: rgba(148, 148, 148, 0.35);
  backdrop-filter: blur(12px);
  top: 3rem;
  left: 3rem;
  height: calc(100% - 9rem);
  width: calc(100% - 6rem);
  color: #fff;
  border-radius: 7px;
}
@media only screen and (min-width: 1200px) {
  .card-item figcaption {
    top: 2rem;
    left: 2rem;
    height: calc(100% - 7rem);
    width: calc(100% - 4rem);
  }
}
@media only screen and (min-width: 1400px) {
  .card-item figcaption {
    top: 3rem;
    left: 3rem;
    height: calc(100% - 9rem);
    width: calc(100% - 6rem);
  }
}
.card-item figcaption {
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-item figcaption .title {
  color: #fff;
}
.card-item figcaption article {
  text-align: center;
  padding: 1rem;
}
.card-item figcaption article p {
  margin-top: 1.5rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 200;
}
.card-item:hover figcaption, .card-item:focus figcaption, .card-item:active figcaption {
  backdrop-filter: blur(8px);
}

.produit-item img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.produit-item .title {
  color: #000;
}
.produit-item .prix {
  margin-bottom: 0;
}
.produit-item:hover img, .produit-item:focus img, .produit-item:active img {
  opacity: 0.75;
}

.prix {
  font-weight: 700;
  color: #000;
}

/* La planche - 25.11.25 - Scalp */
/* -------------- */
/* Footer */
/* -------------- */
footer {
  position: relative;
}
footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../medias/footer.svg);
  background-position: top right;
  background-size: 300px;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  footer:before {
    opacity: 0.7;
  }
}
footer section {
  border-top: 1px solid #000;
}
footer .menu-item a {
  color: #000;
  text-transform: inherit;
  font-weight: 400;
  font-family: "effra-cc", sans-serif;
}
footer .menu-item a svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
footer .menu-item a:hover, footer .menu-item a:focus, footer .menu-item a:active {
  color: #000;
}
footer .menu-item a:hover, footer .menu-item a:focus, footer .menu-item a:active {
  opacity: 0.45;
}
#infos-contact ul {
  list-style: none;
  padding-left: 0;
}

/* La planche - 25.11.25 - Scalp */
/* -------------- */
/* Marquee */
/* -------------- */
#marquee-container {
  position: relative;
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
}
.marquee:hover {
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
}
.marquee .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 100%;
  animation: scrollBanner linear infinite;
}

.marquee_gal {
  position: relative;
  margin-top: 5px;
}
.marquee_gal figure {
  margin-right: 5px;
  width: 250px;
  padding-top: 120%;
}
@media only screen and (min-width: 576px) {
  .marquee_gal figure {
    width: 330px;
  }
}
@media only screen and (min-width: 992px) {
  .marquee_gal figure {
    width: 600px;
  }
}

@keyframes scrollBanner {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 0rem));
  }
}
/* La planche - 25.11.25 - Scalp */
/* Form design */
input:not([type=checkbox], [type=submit], [type=radio]), textarea, select, .form-control {
  display: block;
  width: 100%;
  border-radius: 0;
  border: 1px solid #000;
  padding: 1.1rem;
  line-height: 1.1;
  background-color: transparent;
  color: #000;
  -webkit-appearance: none;
}
input:not([type=checkbox], [type=submit], [type=radio]):focus, input:not([type=checkbox], [type=submit], [type=radio]):active, textarea:focus, textarea:active, select:focus, select:active, .form-control:focus, .form-control:active {
  border: 1px solid #000;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}

label, .forminator-label {
  margin-bottom: 0.5rem;
  color: #000;
  font-weight: 200;
  display: block;
}

input[type=checkbox], input[type=submit], input[type=radio] {
  display: inline-block;
  margin-right: 0.25rem;
}

.forminator-radio, .forminator-checkbox {
  margin-right: 0.5rem;
}

.forminator-required {
  color: #af3c3c;
}

.forminator-error-message {
  font-weight: 700;
  color: #af3c3c;
  margin-top: 0.5rem;
  display: block;
}

.forminator-response-message {
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
  border-radius: 0;
}
.forminator-response-message p {
  padding: 0;
  display: block;
  width: 100%;
  margin: 0;
}
.forminator-response-message.forminator-error {
  background-color: #af3c3c;
  color: #fff;
}
.forminator-response-message.forminator-success {
  background-color: #F2F0EE;
  color: #000;
  border: 1px solid #000;
  padding: 1rem;
}

input[type=checkbox] {
  margin-right: 0.35rem;
}

/* La planche - 25.11.25 - Scalp */
/*----------*/
/*-- Buttons  --*/
/*----------*/
/* Reset */
a {
  text-decoration: none;
  font-family: "effra-cc", sans-serif;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a[href^="mailto:"] {
  text-transform: lowercase !important;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  a {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
}

button {
  background: transparent;
  outline: none;
  border: 0;
}

a, button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active, button:hover, button:focus, button:active {
  text-decoration: none;
}

.link {
  text-transform: inherit;
}
.link svg {
  position: relative;
}

.btn_primary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: #000;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_primary:hover, .btn_primary:focus, .btn_primary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000;
  color: #fff !important;
  border-color: transparent;
}
.btn_primary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_primary svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_secondary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: #000;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_secondary:hover, .btn_secondary:focus, .btn_secondary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000;
  color: #fff !important;
  border-color: transparent;
}
.btn_secondary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_secondary svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_third {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: #dfd4bd;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_third:hover, .btn_third:focus, .btn_third:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000;
  color: #fff !important;
  border-color: transparent;
}
.btn_third span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_third svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_dark {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: #000;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_dark:hover, .btn_dark:focus, .btn_dark:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000;
  color: #fff !important;
  border-color: #000;
}
.btn_dark span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_dark svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_light {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: #F2F0EE;
  color: #000 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_light:hover, .btn_light:focus, .btn_light:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fff;
  color: #000 !important;
  border-color: transparent;
}
.btn_light span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_light svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_white {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: #fff;
  color: #000 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_white:hover, .btn_white:focus, .btn_white:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000;
  color: #fff !important;
  border-color: transparent;
}
.btn_white span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_white svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_info {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: #7ebdbf;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_info:hover, .btn_info:focus, .btn_info:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #013eb1;
  color: #fff !important;
  border-color: #013eb1;
}
.btn_info span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_info svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_success {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: #917c15;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_success:hover, .btn_success:focus, .btn_success:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #038d31;
  color: #fff !important;
  border-color: #038d31;
}
.btn_success span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_success svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_warning {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: #a96d28;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_warning:hover, .btn_warning:focus, .btn_warning:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #dc7500;
  color: #fff !important;
  border-color: #dc7500;
}
.btn_warning span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_warning svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_danger {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: #af3c3c;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_danger:hover, .btn_danger:focus, .btn_danger:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000;
  color: #fff !important;
  border-color: #000;
}
.btn_danger span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_danger svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_primary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: transparent;
  color: #000 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_primary:hover, .btn_outline_primary:focus, .btn_outline_primary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000;
  color: #fff !important;
  border-color: #000;
}
.btn_outline_primary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_primary svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_secondary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: transparent;
  color: #000 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_secondary:hover, .btn_outline_secondary:focus, .btn_outline_secondary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000;
  color: #fff !important;
  border-color: #000;
}
.btn_outline_secondary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_secondary svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_third {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #dfd4bd;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: transparent;
  color: #dfd4bd !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_third:hover, .btn_outline_third:focus, .btn_outline_third:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #dfd4bd;
  color: #fff !important;
  border-color: #dfd4bd;
}
.btn_outline_third span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_third svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_dark {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: transparent;
  color: #000 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_dark:hover, .btn_outline_dark:focus, .btn_outline_dark:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000;
  color: #fff !important;
  border-color: #000;
}
.btn_outline_dark span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_dark svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_light {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #F2F0EE;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: transparent;
  color: #F2F0EE !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_light:hover, .btn_outline_light:focus, .btn_outline_light:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #F2F0EE;
  color: #000 !important;
  border-color: #F2F0EE;
}
.btn_outline_light span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_light svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_white {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: transparent;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_white:hover, .btn_outline_white:focus, .btn_outline_white:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fff;
  color: #000 !important;
  border-color: #fff;
}
.btn_outline_white span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_white svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_info {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #7ebdbf;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: transparent;
  color: #7ebdbf !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_info:hover, .btn_outline_info:focus, .btn_outline_info:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #7ebdbf;
  color: #fff !important;
  border-color: #7ebdbf;
}
.btn_outline_info span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_info svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_success {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #917c15;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: transparent;
  color: #917c15 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_success:hover, .btn_outline_success:focus, .btn_outline_success:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #917c15;
  color: #fff !important;
  border-color: #917c15;
}
.btn_outline_success span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_success svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_warning {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #a96d28;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: transparent;
  color: #a96d28 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_warning:hover, .btn_outline_warning:focus, .btn_outline_warning:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #a96d28;
  color: #fff !important;
  border-color: #a96d28;
}
.btn_outline_warning span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_warning svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_danger {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #af3c3c;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: transparent;
  color: #af3c3c !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_danger:hover, .btn_outline_danger:focus, .btn_outline_danger:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #af3c3c;
  color: #fff !important;
  border-color: #af3c3c;
}
.btn_outline_danger span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_danger svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.link_primary {
  color: #000;
  text-transform: inherit;
  font-weight: 400;
  font-family: "effra-cc", sans-serif;
}
.link_primary svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_primary:hover, .link_primary:focus, .link_primary:active {
  color: #000;
}

.link_secondary {
  color: #000;
  text-transform: inherit;
  font-weight: 400;
  font-family: "effra-cc", sans-serif;
}
.link_secondary svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_secondary:hover, .link_secondary:focus, .link_secondary:active {
  color: #000;
}

.link_third {
  color: #dfd4bd;
  text-transform: inherit;
  font-weight: 400;
  font-family: "effra-cc", sans-serif;
}
.link_third svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_third:hover, .link_third:focus, .link_third:active {
  color: #000;
}

.link_dark {
  color: #000;
  text-transform: inherit;
  font-weight: 400;
  font-family: "effra-cc", sans-serif;
}
.link_dark svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_dark:hover, .link_dark:focus, .link_dark:active {
  color: #000;
}

.link_light {
  color: #F2F0EE;
  text-transform: inherit;
  font-weight: 400;
  font-family: "effra-cc", sans-serif;
}
.link_light svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_light:hover, .link_light:focus, .link_light:active {
  color: #fff;
}

.link_white {
  color: #fff;
  text-transform: inherit;
  font-weight: 400;
  font-family: "effra-cc", sans-serif;
}
.link_white svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_white:hover, .link_white:focus, .link_white:active {
  color: #dfd4bd;
}

.link_info {
  color: #7ebdbf;
  text-transform: inherit;
  font-weight: 400;
  font-family: "effra-cc", sans-serif;
}
.link_info svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_info:hover, .link_info:focus, .link_info:active {
  color: #013eb1;
}

.link_success {
  color: #000;
  text-transform: inherit;
  font-weight: 400;
  font-family: "effra-cc", sans-serif;
}
.link_success svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_success:hover, .link_success:focus, .link_success:active {
  color: #000;
}

.link_warning {
  color: #F2F0EE;
  text-transform: inherit;
  font-weight: 400;
  font-family: "effra-cc", sans-serif;
}
.link_warning svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_warning:hover, .link_warning:focus, .link_warning:active {
  color: #fff;
}

.link_danger {
  color: #fff;
  text-transform: inherit;
  font-weight: 400;
  font-family: "effra-cc", sans-serif;
}
.link_danger svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_danger:hover, .link_danger:focus, .link_danger:active {
  color: #dfd4bd;
}

.btn_icone {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_icone svg {
  height: calc(35px - 55%);
  width: calc(35px - 55%);
  margin: auto;
  position: relative;
}

.list-icone {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.list-icone li {
  display: inline-block;
}
.list-icone a {
  text-align: center;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-icone a svg {
  height: calc(35px - 55%);
  width: calc(35px - 55%);
  margin: auto;
  position: relative;
}

#top {
  position: fixed;
  margin: auto;
  opacity: 0;
  right: 7%;
  bottom: 70px;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  width: 35px;
  height: 35px;
}
#top.is-visible {
  opacity: 1;
}

/* La planche - 25.11.25 - Scalp */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* La planche - 25.11.25 - Scalp */
.slider-4 .swiper-wrapper {
  border-radius: 7px;
}

.slider-banner {
  position: relative;
}
.slider-banner .content-img .cardImg {
  padding-top: 50%;
}
.slider-banner .swiper-slide {
  min-height: 75vh;
}
@media only screen and (min-width: 576px) {
  .slider-banner .swiper-slide {
    min-height: 55vh;
  }
}
.slider-banner .swiper-slide {
  display: flex;
  position: relative;
}
.slider-banner .swiper-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.35;
  left: 0;
  top: 0;
  position: absolute;
}
.slider-banner article {
  padding: 1.5rem;
  color: #fff;
  text-align: center;
  width: 100%;
  height: auto;
  margin: auto;
  z-index: 1;
  position: relative;
  text-shadow: #000 1px 0 10px;
}
.slider-banner article .title, .slider-banner article .subtitle, .slider-banner article a {
  color: #fff;
}
.slider-banner article a {
  color: #fff !important;
}
.slider-banner article a:hover, .slider-banner article a:focus, .slider-banner article a:active {
  opacity: 0.5 !important;
}
.slider-banner article .subtitle {
  font-size: calc(1rem + 0.15vw);
  font-weight: 700;
  margin-bottom: 0;
}
.slider-banner article a {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .slider-banner article {
    padding: 50px;
    width: 750px;
    max-width: 100%;
    margin: auto;
  }
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .slider-banner .slider-control {
    margin-left: 1.5rem;
    position: absolute;
    bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .slider-banner .slider-control {
    position: absolute;
    bottom: 50px;
    left: 50px;
  }
}

.slider-control {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  z-index: 1;
}
.slider-control .swiper-button-disabled {
  opacity: 0.5;
}
.slider-control .slider-button {
  background-color: #000;
  padding: 0.5rem;
}
.slider-control .slider-button svg {
  width: 20px;
  color: #fff;
}

.slider-pagination {
  margin: auto;
  width: 100px !important;
  text-align: center;
  left: 0 !important;
  right: 0;
  position: relative;
  top: -2rem !important;
  z-index: 1;
  transform: translate(0) !important;
}
.slider-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 15px;
  height: 15px;
  background: #F2F0EE;
}
.slider-pagination .swiper-pagination-bullet-active-next, .slider-pagination .swiper-pagination-bullet-active-prev {
  opacity: 0.5 !important;
}

.swiper-slide.gallery .cardImg {
  padding-top: 140%;
  border-radius: 7px;
}

/* La planche - 25.11.25 - Scalp */
/* -------------- */
/* FAQ */
/* -------------- */
.accordion {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.accordion li:not(:first-of-type) button {
  border-top: 1px solid #F2F0EE;
}
.accordion button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: calc(1.2rem + 0.25vw);
  text-align: left;
  padding: 1rem 0;
}
.accordion button.collapsed svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion button svg {
  width: 1.8rem;
  margin-left: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  flex: 0 0 auto;
}
.accordion .content {
  padding: 1rem 0;
}

/* La planche - 25.11.25 - Scalp */
/* -------------- */
/* produit */
/* -------------- */
.promo, .woocommerce span.onsale, .onsale {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 200;
  padding: 0.45rem 0.5rem 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 0;
  display: inline-block;
  background-color: #af3c3c;
  color: #fff;
}
.promo svg, .woocommerce span.onsale svg, .onsale svg {
  color: #fff;
}
.promo, .woocommerce span.onsale, .onsale {
  line-height: inherit !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

.new {
  color: #000;
}

.prix-barre {
  color: rgba(0, 0, 0, 0.3);
  margin-right: 0.3rem;
}

.prix-promo {
  text-decoration: none;
}
.prix-promo span, .prix-promo bdi {
  color: #af3c3c;
}

/** Prix **/
code, bdi {
  font-family: inherit;
  color: #000;
  line-height: inherit;
}

.prix del {
  color: #af3c3c !important;
  font-size: calc(0.75rem + 0.15vw);
}
.prix del bdi, .prix del span {
  color: #af3c3c !important;
  font-weight: 200;
  font-size: calc(0.75rem + 0.15vw);
}
.prix ins {
  text-decoration: none !important;
}
.prix ins bdi, .prix ins span {
  color: #000;
}

/** Button **/
.woo-btn {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: #000;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woo-btn:hover, .woo-btn:focus, .woo-btn:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000;
  color: #fff !important;
  border-color: transparent;
}
.woo-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woo-btn svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}
.woo-btn {
  margin-top: 1rem;
  margin-left: 3px;
}

.woo-save-edit {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: #000;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woo-save-edit:hover, .woo-save-edit:focus, .woo-save-edit:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000;
  color: #fff !important;
  border-color: transparent;
}
.woo-save-edit span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woo-save-edit svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.woo_link_return {
  color: #000;
  text-transform: inherit;
  font-weight: 400;
  font-family: "effra-cc", sans-serif;
}
.woo_link_return svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.woo_link_return:hover, .woo_link_return:focus, .woo_link_return:active {
  color: #000;
}

.woo-update-cart {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: transparent;
  color: #000 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woo-update-cart:hover, .woo-update-cart:focus, .woo-update-cart:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000;
  color: #fff !important;
  border-color: #000;
}
.woo-update-cart span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woo-update-cart svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.woo-appli-coupon {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: #000;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woo-appli-coupon:hover, .woo-appli-coupon:focus, .woo-appli-coupon:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000;
  color: #fff !important;
  border-color: transparent;
}
.woo-appli-coupon span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woo-appli-coupon svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.woo-checkout {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: #000;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woo-checkout:hover, .woo-checkout:focus, .woo-checkout:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000;
  color: #fff !important;
  border-color: transparent;
}
.woo-checkout span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woo-checkout svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.wc-block-components-checkout-place-order-button {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: #000;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wc-block-components-checkout-place-order-button:hover, .wc-block-components-checkout-place-order-button:focus, .wc-block-components-checkout-place-order-button:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000;
  color: #fff !important;
  border-color: transparent;
}
.wc-block-components-checkout-place-order-button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc-block-components-checkout-place-order-button svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

#payment {
  background-color: #F2F0EE !important;
}

#place_order {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: #000;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#place_order:hover, #place_order:focus, #place_order:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000;
  color: #fff !important;
  border-color: transparent;
}
#place_order span {
  display: flex;
  align-items: center;
  justify-content: center;
}
#place_order svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}
#place_order {
  font-weight: 700 !important;
}

.woocommerce-MyAccount-navigation a {
  color: #000 !important;
}
.woocommerce-MyAccount-navigation a:hover, .woocommerce-MyAccount-navigation a:focus, .woocommerce-MyAccount-navigation a:active {
  color: #000 !important;
}

.woo-btn-previous {
  color: #000;
  text-transform: inherit;
  font-weight: 400;
  font-family: "effra-cc", sans-serif;
}
.woo-btn-previous svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.woo-btn-previous:hover, .woo-btn-previous:focus, .woo-btn-previous:active {
  color: #000;
}

.woo-btn-previous {
  color: #000;
  text-transform: inherit;
  font-weight: 400;
  font-family: "effra-cc", sans-serif;
}
.woo-btn-previous svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.woo-btn-previous:hover, .woo-btn-previous:focus, .woo-btn-previous:active {
  color: #000;
}

.woocommerce .quantity .qty {
  flex: 0 0 auto;
  width: 80px !important;
  height: 100%;
}

.cart-form-single-product {
  display: flex;
}
.cart-form-single-product .qty {
  flex: 0 0 auto;
  width: 80px !important;
  height: 100%;
}
.cart-form-single-product .add-to-cart {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: #000;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cart-form-single-product .add-to-cart:hover, .cart-form-single-product .add-to-cart:focus, .cart-form-single-product .add-to-cart:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000;
  color: #fff !important;
  border-color: transparent;
}
.cart-form-single-product .add-to-cart span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-form-single-product .add-to-cart svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.woocommerce-orders-table__row .woo-btn {
  color: #000;
  text-transform: inherit;
  font-weight: 400;
  font-family: "effra-cc", sans-serif;
}
.woocommerce-orders-table__row .woo-btn svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.woocommerce-orders-table__row .woo-btn:hover, .woocommerce-orders-table__row .woo-btn:focus, .woocommerce-orders-table__row .woo-btn:active {
  color: #000;
}
.woocommerce-orders-table__row .woo-btn {
  color: #000 !important;
  margin: 2px 5px !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.shipping-calculator-form .button {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.8rem 1rem 0.6rem 1rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.8rem + 0.15vw);
  font-weight: 200;
  font-family: "effra-cc", sans-serif;
  background-color: #000;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shipping-calculator-form .button:hover, .shipping-calculator-form .button:focus, .shipping-calculator-form .button:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000;
  color: #fff !important;
  border-color: transparent;
}
.shipping-calculator-form .button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shipping-calculator-form .button svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}
.shipping-calculator-form .button {
  background-color: #000 !important;
  border-radius: 0 !important;
}

/** alert **/
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-notice--error, .woocommerce-notice--success {
  border-width: 1px;
  border-style: solid;
}
@media only screen and (min-width: 576px) {
  .woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-notice--error, .woocommerce-notice--success {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after, .woocommerce-notice--error:after, .woocommerce-notice--success:after {
  display: none;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before, .woocommerce-notice--error:before, .woocommerce-notice--success:before {
  top: auto !important;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, .woocommerce-notice--error .button, .woocommerce-notice--success .button {
  float: inherit !important;
  border-radius: 0 !important;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, .woocommerce-notice--error .button, .woocommerce-notice--success .button {
    margin-top: 1rem;
  }
}
.woocommerce-error:focus-visible, .woocommerce-error:focus, .woocommerce-info:focus-visible, .woocommerce-info:focus, .woocommerce-message:focus-visible, .woocommerce-message:focus, .woocommerce-notice--error:focus-visible, .woocommerce-notice--error:focus, .woocommerce-notice--success:focus-visible, .woocommerce-notice--success:focus {
  outline: 0 !important;
}

.woocommerce-error {
  background-color: rgba(175, 60, 60, 0.2);
  color: #af3c3c;
  border-color: rgba(175, 60, 60, 0.2);
}
.woocommerce-error::before {
  color: #af3c3c;
}
.woocommerce-error .button {
  background-color: #af3c3c !important;
  color: #fff !important;
}
.woocommerce-error .button:hover, .woocommerce-error .button:focus, .woocommerce-error .button:active {
  background-color: #000 !important;
  color: #fff !important;
}

.woocommerce-info {
  background-color: rgba(169, 109, 40, 0.2);
  color: #a96d28;
  border-color: rgba(169, 109, 40, 0.5);
}
.woocommerce-info::before {
  color: #a96d28;
}
.woocommerce-info .button {
  background-color: #a96d28 !important;
  color: #fff !important;
}
.woocommerce-info .button:hover, .woocommerce-info .button:focus, .woocommerce-info .button:active {
  background-color: #dc7500 !important;
  color: #fff !important;
}

.woocommerce-message {
  background-color: rgba(145, 124, 21, 0.2);
  color: #917c15;
  border-color: rgba(145, 124, 21, 0.5);
}
.woocommerce-message::before {
  color: #917c15;
}
.woocommerce-message .button {
  background-color: #917c15 !important;
  color: #fff !important;
}
.woocommerce-message .button:hover, .woocommerce-message .button:focus, .woocommerce-message .button:active {
  background-color: #038d31 !important;
  color: #fff !important;
}

.woocommerce-notice--success, .woocommerce-notice--error {
  padding: 1em 2em 1em 3.5em;
  border-width: 1px;
  border-style: solid;
}

.woocommerce-notice--success {
  background-color: rgba(145, 124, 21, 0.2);
  color: #917c15;
  border-color: rgba(145, 124, 21, 0.5);
}
.woocommerce-notice--success .button {
  background-color: #917c15 !important;
  color: #fff !important;
}
.woocommerce-notice--success .button:hover, .woocommerce-notice--success .button:focus, .woocommerce-notice--success .button:active {
  background-color: #038d31 !important;
  color: #fff !important;
}

.woocommerce-notice--error {
  background-color: rgba(175, 60, 60, 0.2);
  color: #af3c3c;
  border-color: rgba(175, 60, 60, 0.5);
}
.woocommerce-notice--error .button {
  background-color: #af3c3c !important;
  color: #fff !important;
}
.woocommerce-notice--error .button:hover, .woocommerce-notice--error .button:focus, .woocommerce-notice--error .button:active {
  background-color: #000 !important;
  color: #fff !important;
}

/** wocommerce : cart / cart.php **/
.products-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.products-list li {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.products-list li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.products-list .product-infos {
  width: calc(100% - 3rem);
}
@media only screen and (min-width: 576px) {
  .products-list .product-infos {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
}
.products-list .product-img, .products-list .product-infos, .products-list .product-quantity, .products-list .product-remove, .products-list .product-title-and-price {
  flex: 0 0 auto;
}

.product-img {
  position: relative;
  width: 80px;
}
.product-img img {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .product-title-and-price {
    width: 60%;
  }
}

.product-title {
  margin-bottom: 0;
  font-size: calc(1rem + 0.15vw);
  color: #000;
  font-weight: 200;
}
.product-title a {
  color: #000;
}

.product-quantity {
  width: 80px;
}
.product-quantity input {
  width: 100% !important;
  display: block;
}

.product-remove {
  width: 2rem;
  text-align: center;
}
.product-remove svg {
  width: 1.5rem;
}

@media only screen and (max-width: calc(576px - 0.2px)) {
  .coupon input, .coupon button {
    width: 100% !important;
    display: block;
  }
}

/** wocommerce : cart / cart-totals.php **/
.total-panier {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.total-panier li {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.total-panier li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.variation- pciale {
  font-family: "effra-cc", sans-serif;
  text-transform: initial;
}

.bg_cart {
  border: 1px solid #000;
}

/** wocommerce : validation de la commande **/
.woocommerce .woocommerce-customer-details address {
  padding: 1rem !important;
}

/** wocommerce : my account  **/
.woocommerce-MyAccount-navigation {
  width: 25%;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5rem;
}
.woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 700;
}

.woocommerce-Address address {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 1rem;
  border-radius: 3px;
}

/* -------------- */
/* Filtres */
/* -------------- */
.filtres-categories ul {
  padding-left: 0;
  list-style: none;
}
.filtres-categories ul li {
  display: block;
  padding: 1rem;
}
@media only screen and (min-width: 576px) {
  .filtres-categories ul li {
    display: inline-block;
  }
}
.filtres-categories ul a {
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.75rem;
  font-size: calc(0.8rem + 0.15vw);
}
.filtres-categories ul a:hover, .filtres-categories ul a:focus, .filtres-categories ul a:active {
  opacity: 0.45;
}
@media only screen and (min-width: 576px) {
  .filtres-categories ul a {
    font-size: calc(0.75rem + 0.15vw);
  }
}
.filtres-categories ul a.active {
  border-color: #000;
}

.total-panier .order-total {
  text-align: right;
}
.total-panier .texte_tva {
  font-size: 11px;
}

/* --------------- */
/* Galerie  */
/* --------------- */
.woocommerce-product-gallery {
  position: relative;
  width: 100%;
}

/* Loupe - positionnée en haut à droite de l'image */
.woocommerce-product-gallery__trigger {
  background-color: #fff !important;
  background-image: url(../medias/search.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 47% !important;
  border-radius: 100% !important;
}
.woocommerce-product-gallery__trigger span {
  font-size: 0;
  display: none;
}

/* Conteneur des images principales */
.flex-viewport {
  border-radius: 7px !important;
}

.woocommerce-product-gallery__wrapper {
  margin: 0;
  padding: 0;
}

.woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Miniatures en bas */
.flex-control-thumbs {
  gap: 2px !important;
  margin-top: 3px !important;
  margin-left: -2px;
}
.flex-control-thumbs li {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 7px !important;
  cursor: pointer;
  border: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------- */
/* Récap commande  */
/* --------------- */
.woocommerce-column__title {
  font-size: calc(1.2rem + 0.25vw);
}

.woocommerce ul.order_details {
  padding-left: 0;
}
@media only screen and (min-width: 576px) {
  .woocommerce ul.order_details {
    float: left;
    margin-right: 2rem;
  }
}
.woocommerce ul.order_details li {
  float: none;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 1rem;
  line-height: 1;
  border-right: 0;
  padding-right: 0;
}

.wc-bacs-bank-details-account-name, .wc-bacs-bank-details-heading {
  font-size: calc(1rem + 0.15vw);
  font-family: "effra-cc", sans-serif;
}

.woocommerce-order-details {
  clear: both;
}

/* === GALERIE PRODUIT WOOCOMMERCE === */
.woocommerce-product-gallery {
  position: relative;
  width: 100%;
}

/* Loupe - positionnée en haut à droite de l'image */
.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 99;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

/* Conteneur des images principales */
.flex-viewport {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.woocommerce-product-gallery__wrapper {
  margin: 0;
  padding: 0;
}

.woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Miniatures en bas */
.flex-control-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.flex-control-thumbs li {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s;
}

.flex-control-thumbs li:hover,
.flex-control-thumbs li .flex-active {
  border-color: #333;
}

.flex-control-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === CARTE CADEAU === */
.confirmation-carte-cadeau {
  background-color: #F2F0EE;
  color: #000;
}
.confirmation-carte-cadeau svg {
  color: #000;
}
.confirmation-carte-cadeau {
  border: 1px solid #000;
}
.confirmation-carte-cadeau .code-carte-cadeau {
  background-color: #fff;
  border: 1px solid #000;
  padding: 1rem;
  margin-bottom: 1rem;
}
.confirmation-carte-cadeau .code-carte-cadeau p {
  margin-bottom: 0;
}
.confirmation-carte-cadeau {
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

/* === Choix créneaux horaires === */
#orddd_lite_time_slot ul {
  margin-top: 8px !important;
  background: #F2F0EE !important;
  margin-left: 0 !important;
  width: 100% !important;
  list-style: none !important;
  bottom: -1.1rem !important;
  position: relative !important;
  padding-left: 0 !important;
}

#orddd_lite_time_slot ul li {
  padding: 1rem !important;
  margin-left: 0 !important;
}
#orddd_lite_time_slot ul li.is-selected {
  background-color: #c1c1c1 !important;
}
#orddd_lite_time_slot ul li:hover, #orddd_lite_time_slot ul li:focus, #orddd_lite_time_slot ul li:active {
  background-color: #c1c1c1 !important;
}

.orddd_lite_field_note {
  font-size: calc(0.75rem + 0.15vw) !important;
}

#orddd_lite_time_slot label {
  font-size: calc(1rem + 0.15vw) !important;
}

div#orddd_lite_time_slot input {
  border-radius: 4px !important;
}

.css-qy3gpb {
  font-family: "effra-cc", sans-serif !important;
  font-size: calc(0.8rem + 0.15vw) !important;
}

/* La planche - 25.11.25 - Scalp */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #F2F0EE !important;
  font-weight: normal;
  color: #000 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #aaaaaa;
  background: #000 !important;
  color: #fff !important;
}

.ui-widget-header {
  background: #F2F0EE !important;
  color: #000 !important;
}

/* -------------- */
/* Setting */
/* -------------- */
.btn_outline_primary {
  position: relative;
}
.btn_outline_primary:after {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  top: 3px;
  left: 3px;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_primary:hover:after, .btn_outline_primary:focus:after, .btn_outline_primary:active:after {
  border: 1px solid #F2F0EE;
}/*# sourceMappingURL=style.css.map */