@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Geologica:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Limelight&display=swap");
:root {
  --bordeau: #5A1E1E;
  --jaunebordure: #E2B64B;
  --jaunefondpicto: #EACB5D;
  --jaune: #F9CF49;
  --jaunepale: #FFCD65;
  --bleu: #A4CCC8;
  --noir65: rgba(0, 0, 0, .65);
  --noir90: rgba(0, 0, 0, .9);
  --noir: rgba(0, 0, 0);
  --blanc: rgba(255, 255, 255);
  --gris: #F1F1F1;
  --gris-separateur: #E6E7E7;
  --gris-fond: #272727;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

* {
  box-sizing: border-box;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "Lora", serif;
}

/* Container responsive */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1580px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1680px;
  }
}

@media (min-width: 1920px) {
  *:not(header) .container,
  *:not(footer) .container {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
  }
}

.page .page-header + .container {
  padding: 0;
  max-width: 100%;
}
@media (min-width: 640px) {
  .page .page-header + .container {
    padding: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .page .page-header + .container {
    padding: 0;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .page .page-header + .container {
    padding: 0 20px;
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .page .page-header + .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .page .page-header + .container {
    max-width: 1400px;
  }
}
@media (min-width: 1600px) {
  .page .page-header + .container {
    max-width: 1580px;
  }
}
@media (min-width: 1700px) {
  .page .page-header + .container {
    max-width: 1680px;
  }
}
@media (min-width: 1920px) {
  .page .page-header + .container {
    padding: 0;
    max-width: 1920px;
  }
}

p {
  color: var(--noir);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wp-element-button,
.btn-primary {
  display: inline-flex;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  gap: 11px;
  border-radius: 8px;
  color: var(--blanc);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 86%;
  font-size: 12px;
  height: 38px;
  transition: all 0.5s;
}
@media (min-width: 1280px) {
  .wp-element-button,
  .btn-primary {
    font-size: 16px;
    height: 46px;
  }
}
.wp-element-button,
.btn-primary {
  background: var(--bordeau);
}
.wp-element-button:after,
.btn-primary:after {
  content: url(../images/fleche.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
}
.wp-element-button:hover,
.btn-primary:hover {
  background: var(--Jaune, #F9CF49);
}

.btn-secondary {
  display: inline-flex;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  gap: 11px;
  border-radius: 8px;
  color: var(--blanc);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 86%;
  font-size: 12px;
  height: 38px;
  transition: all 0.5s;
}
@media (min-width: 1280px) {
  .btn-secondary {
    font-size: 16px;
    height: 46px;
  }
}
.btn-secondary {
  border-radius: 0;
  background: var(--Jaune, #F9CF49);
  color: #000;
}
.btn-secondary:hover {
  background: var(--bordeau);
}
.btn-secondary-rounded {
  border-radius: 8px;
}

.btn-limelight {
  font-family: Limelight;
}

.page-header {
  display: flex;
  padding: 25px 0;
  align-items: center;
  gap: 10px;
  background: #FFCD64;
  color: #000;
  font-family: Limelight;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-header .container {
  display: flex;
  gap: 103px;
}
@media screen and (max-width: 1279px) {
  .page-header {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .page-header {
    font-size: 24px;
  }
}
.page-header h1 {
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  .page-header h1 {
    text-align: center;
  }
}

.entry-content .wp-block-woocommerce-cart,
.entry-content .woocommerce {
  padding-top: 30px;
}

.titre-jaune {
  text-align: center;
  margin: 50px auto;
}
.titre-jaune span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  color: var(--noir);
  font-family: "Limelight", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-size: 24px;
  padding: 25px 10px;
}
@media (min-width: 1280px) {
  .titre-jaune span {
    font-size: 30px;
    padding: 25px;
  }
}
@media (min-width: 1700px) {
  .titre-jaune span {
    font-size: 32px;
  }
}
.titre-jaune span {
  background: var(--jaunepale);
}

header {
  background: var(--noir90);
  position: relative;
}
header:after {
  box-shadow: 0 8px 4px 0 rgba(0, 0, 0, 0.25);
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  z-index: 100;
  bottom: 4px;
}
@media screen and (max-width: 1279px) {
  header {
    padding: 5px 0;
  }
}

.header-container {
  display: flex;
  align-items: center;
}
@media (min-width: 1280px) {
  .header-container {
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .header-container {
    gap: 30px;
  }
}
@media (min-width: 1600px) {
  .header-container {
    gap: 45px;
  }
}
@media (min-width: 1700px) {
  .header-container {
    gap: 57px;
  }
}
@media screen and (max-width: 1279px) {
  .header-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 1280px) {
  .header-container .site-logo {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .header-container .site-logo img {
    max-width: 140px;
    height: auto;
  }
}
@media (min-width: 1440px) {
  .header-container .site-logo {
    padding-top: 18px;
    padding-bottom: 28px;
  }
  .header-container .site-logo img {
    max-width: 160px;
  }
}
@media (min-width: 1600px) {
  .header-container .site-logo {
    padding-top: 22px;
    padding-bottom: 32px;
  }
  .header-container .site-logo img {
    max-width: 180px;
  }
}
@media (min-width: 1700px) {
  .header-container .site-logo {
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .header-container .site-logo img {
    max-width: none;
  }
}
@media screen and (max-width: 1279px) {
  .header-container .site-logo img {
    width: 51px;
    height: auto;
  }
}
.header-container .site-branding-nav {
  flex-grow: 1;
}
.header-container .site-branding-nav .site-branding {
  text-align: center;
}
@media (min-width: 1280px) {
  .header-container .site-branding-nav .site-branding {
    margin-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .header-container .site-branding-nav .site-branding {
    margin-bottom: 15px;
  }
}
@media (min-width: 1600px) {
  .header-container .site-branding-nav .site-branding {
    margin-bottom: 18px;
  }
}
@media (min-width: 1700px) {
  .header-container .site-branding-nav .site-branding {
    margin-bottom: 20px;
  }
}
.header-container .site-branding-nav .site-branding .site-title {
  letter-spacing: 0.24px;
  color: var(--jaune);
  font-family: "Limelight", sans-serif;
}
@media (min-width: 1280px) {
  .header-container .site-branding-nav .site-branding .site-title {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .header-container .site-branding-nav .site-branding .site-title {
    font-size: 38px;
  }
}
@media (min-width: 1600px) {
  .header-container .site-branding-nav .site-branding .site-title {
    font-size: 44px;
  }
}
@media (min-width: 1700px) {
  .header-container .site-branding-nav .site-branding .site-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 1279px) {
  .header-container .site-branding-nav .site-branding .site-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .header-container .site-branding-nav .site-branding .site-title {
    font-size: 20px;
  }
}
.header-container .site-branding-nav .site-branding .site-tagline {
  font-family: "Brush Script MT", cursive;
  color: var(--blanc);
  font-style: italic;
}
@media (min-width: 1280px) {
  .header-container .site-branding-nav .site-branding .site-tagline {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .header-container .site-branding-nav .site-branding .site-tagline {
    font-size: 27px;
  }
}
@media (min-width: 1600px) {
  .header-container .site-branding-nav .site-branding .site-tagline {
    font-size: 30px;
  }
}
@media (min-width: 1700px) {
  .header-container .site-branding-nav .site-branding .site-tagline {
    font-size: 32px;
  }
}
@media screen and (max-width: 1279px) {
  .header-container .site-branding-nav .site-branding .site-tagline {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .header-container .site-branding-nav .site-branding .site-tagline {
    font-size: 15px;
  }
}
@media screen and (max-width: 1279px) {
  .header-container .site-branding-nav .site-nav {
    left: 0;
    right: 0;
    top: 0;
    overflow-y: scroll;
    background: #2A2A2A;
    z-index: 3500;
    position: fixed;
    height: 100vh;
    max-height: 0;
    transition: max-height 0.4s ease-in-out;
    overflow: hidden;
  }
  .header-container .site-branding-nav .site-nav.actif {
    max-height: 100vh;
    overflow-y: scroll;
  }
}
.header-container .site-branding-nav .site-nav .small-heading-branding {
  display: none;
}
@media screen and (max-width: 1279px) {
  .header-container .site-branding-nav .site-nav .small-heading-branding {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 34px 11px 24px;
    gap: 16px;
    justify-content: center;
    align-items: center;
  }
  .header-container .site-branding-nav .site-nav .small-heading-branding .site-logo img {
    width: 39px;
    height: auto;
  }
  .header-container .site-branding-nav .site-nav .small-heading-branding .site-branding .site-title {
    font-size: 20px;
  }
  .header-container .site-branding-nav .site-nav .small-heading-branding .site-branding .site-tagline {
    font-size: 15px;
  }
}
.header-container .site-branding-nav .site-nav .main-navigation .small-back {
  display: none;
}
@media screen and (max-width: 1279px) {
  .header-container .site-branding-nav .site-nav .main-navigation {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .header-container .site-branding-nav .site-nav .main-navigation .small-back {
    position: absolute;
    left: -47px;
    top: 4px;
  }
}
.header-container .site-branding-nav .site-nav .main-navigation > ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul {
    flex-direction: column;
    position: relative;
  }
}
.header-container .site-branding-nav .site-nav .main-navigation > ul > li {
  display: flex;
}
@media screen and (max-width: 1279px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li {
    flex-direction: column;
  }
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li + li:before {
    width: 166.302px;
    height: 1px;
    background: #272727;
    content: "";
    display: block;
    margin: 15px 0;
  }
}
.header-container .site-branding-nav .site-nav .main-navigation > ul > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1280px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a {
    height: 70px;
    gap: 6px;
  }
}
@media (min-width: 1440px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a {
    height: 80px;
    gap: 7px;
  }
}
@media (min-width: 1600px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a {
    height: 90px;
    gap: 8px;
  }
}
@media (min-width: 1700px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a {
    height: 97px;
    gap: 8px;
  }
}
@media screen and (max-width: 1279px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a {
    flex-direction: row;
    gap: 15px;
  }
}
.header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 2px solid var(--jaunebordure);
}
@media (min-width: 1280px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon {
    width: 45px;
    height: 32px;
  }
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon svg,
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon img {
    max-width: 24px;
    max-height: 24px;
  }
}
@media (min-width: 1440px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon {
    width: 52px;
    height: 38px;
  }
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon svg,
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon img {
    max-width: 28px;
    max-height: 28px;
  }
}
@media (min-width: 1600px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon {
    width: 60px;
    height: 44px;
  }
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon svg,
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon img {
    max-width: 32px;
    max-height: 32px;
  }
}
@media (min-width: 1700px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon {
    width: 66px;
    height: 49px;
  }
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon svg,
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon img {
    max-width: none;
    max-height: none;
  }
}
@media screen and (max-width: 1279px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon {
    display: flex;
    width: 66px;
    height: 49px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
  }
}
.header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon {
  position: relative;
}
.header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon + span {
  font-family: "Limelight", sans-serif;
  color: var(--blanc);
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon + span {
    font-size: 11px;
    max-width: 85px;
  }
}
@media (min-width: 1440px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon + span {
    font-size: 13px;
    max-width: 92px;
  }
}
@media (min-width: 1600px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon + span {
    font-size: 16px;
    max-width: 100px;
  }
}
@media (min-width: 1700px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon + span {
    font-size: 18px;
    max-width: 105px;
  }
}
@media screen and (max-width: 1279px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon {
    display: flex;
    width: 44.302px;
    height: 32.891px;
    justify-content: center;
    align-items: center;
    gap: 6.712px;
    border-radius: 5.37px;
    border: 1.342px solid #E2B64B;
  }
}
.header-container .site-branding-nav .site-nav .main-navigation > ul > li:after {
  content: "";
  display: block;
  width: 1px;
  background: var(--gris-fond);
}
@media (min-width: 1280px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li:after {
    height: 60px;
    margin: 0 15px;
  }
}
@media (min-width: 1440px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li:after {
    height: 66px;
    margin: 0 22px;
  }
}
@media (min-width: 1600px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li:after {
    height: 72px;
    margin: 0 28px;
  }
}
@media (min-width: 1700px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li:after {
    height: 75px;
    margin: 0 35px;
  }
}
.header-container .site-branding-nav .site-nav .main-navigation > ul > li:last-child:after {
  display: none;
}
.header-container .site-branding-nav .site-nav .main-navigation > ul > li.antennes .nav-icon {
  background-color: var(--bordeau);
  border-color: var(--bordeau);
}
.header-container .site-branding-nav .site-nav .main-navigation > ul > li.antennes .nav-icon + span {
  white-space: normal;
}
.header-container .site-branding-nav .site-nav .main-navigation > ul > li .submenu-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 102;
  background: rgba(0, 0, 0, 0.9);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1279px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li .submenu-container {
    position: static;
    background-color: transparent;
    margin-top: 25px;
  }
}
.header-container .site-branding-nav .site-nav .main-navigation > ul > li .submenu-container .sub-menu {
  display: flex;
}
@media (min-width: 1280px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li .submenu-container .sub-menu {
    gap: 35px;
    padding: 40px 0;
  }
}
@media (min-width: 1700px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li .submenu-container .sub-menu {
    gap: 40px;
    padding: 47px 0;
  }
}
@media screen and (max-width: 1279px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li .submenu-container .sub-menu {
    flex-direction: column;
  }
}
@media screen and (max-width: 1279px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li .submenu-container .sub-menu > li + li:before {
    width: 166.302px;
    height: 1px;
    background: #272727;
    content: "";
    display: block;
    margin: 15px 0;
  }
}
.header-container .site-branding-nav .site-nav .main-navigation > ul > li .submenu-container .sub-menu > li > a {
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: var(--jaune);
  color: var(--noir);
  font-family: "Limelight", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1280px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li .submenu-container .sub-menu > li > a {
    font-size: 15px;
  }
}
@media (min-width: 1700px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li .submenu-container .sub-menu > li > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li .submenu-container .sub-menu > li > a {
    padding: 0;
    background: transparent;
    color: white;
  }
}
.header-container .site-branding-nav .site-nav .main-navigation > ul > li .submenu-container .sub-menu > li .nav-icon {
  display: none;
}
.header-container .site-branding-nav .site-nav .main-navigation > ul > li.subActive .submenu-container {
  max-height: 500px;
  opacity: 1;
}
.header-container .site-branding-nav .site-nav .main-navigation > ul > li.current-menu-item:not(.antenne) > a .nav-icon {
  background: #EACB5D;
}
.header-container .header-actions {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .header-container .header-actions {
    flex-basis: 200px;
    gap: 8px;
  }
}
@media (min-width: 1440px) {
  .header-container .header-actions {
    flex-basis: 200px;
    gap: 9px;
  }
}
@media (min-width: 1600px) {
  .header-container .header-actions {
    flex-basis: 186px;
    gap: 9px;
  }
}
@media (min-width: 1700px) {
  .header-container .header-actions {
    flex-basis: 194px;
    gap: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .header-container .header-actions {
    width: 100%;
    flex-direction: row;
    display: flex;
    padding: 5px 0 10px 0;
    justify-content: center;
    align-items: center;
    gap: 18px;
    align-self: stretch;
  }
  .header-container .header-actions .nav-icon img {
    width: 14px;
    height: auto;
  }
  .header-container .header-actions .masque {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background-color: #1D1D1D;
  }
}
.header-container .header-actions .header-btn {
  display: flex;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background: var(--jaune);
  color: #020202;
  font-family: "Limelight", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.header-container .header-actions .header-btn .small {
  display: none;
}
@media (min-width: 1280px) {
  .header-container .header-actions .header-btn {
    padding: 8px;
    font-size: 11px;
    gap: 8px;
  }
}
@media (min-width: 1440px) {
  .header-container .header-actions .header-btn {
    padding: 9px;
    font-size: 12px;
    gap: 9px;
  }
}
@media (min-width: 1600px) {
  .header-container .header-actions .header-btn {
    padding: 9px;
    font-size: 13px;
    gap: 9px;
  }
}
@media (min-width: 1700px) {
  .header-container .header-actions .header-btn {
    padding: 10px;
    font-size: 14px;
    gap: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .header-container .header-actions .header-btn {
    display: flex;
    height: 26.599px;
    padding: 2px 6px;
    align-items: center;
    gap: 6.045px;
    font-size: 10px;
    justify-content: center;
  }
  .header-container .header-actions .header-btn .small {
    display: inline;
  }
  .header-container .header-actions .header-btn .large {
    display: none;
  }
}
.header-container .header-actions .header-user {
  display: flex;
}
@media (min-width: 1280px) {
  .header-container .header-actions .header-user {
    gap: 8px;
  }
}
@media (min-width: 1440px) {
  .header-container .header-actions .header-user {
    gap: 9px;
  }
}
@media (min-width: 1700px) {
  .header-container .header-actions .header-user {
    gap: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .header-container .header-actions .header-user {
    gap: 18px;
  }
}
.header-container .header-actions .header-user .user-btn {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: var(--blanc);
  color: #020202;
  font-family: "Limelight", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 1280px) {
  .header-container .header-actions .header-user .user-btn {
    padding: 8px;
    font-size: 10px;
    width: 100px;
    gap: 8px;
  }
}
@media (min-width: 1440px) {
  .header-container .header-actions .header-user .user-btn {
    padding: 9px;
    font-size: 11px;
    width: 100px;
    gap: 9px;
  }
}
@media (min-width: 1600px) {
  .header-container .header-actions .header-user .user-btn {
    padding: 9px;
    font-size: 11px;
    width: 93px;
    gap: 9px;
  }
}
@media (min-width: 1700px) {
  .header-container .header-actions .header-user .user-btn {
    padding: 10px;
    font-size: 12px;
    width: 102px;
    gap: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .header-container .header-actions .header-user .user-btn {
    position: relative;
    display: flex;
    padding: 6px;
    align-items: center;
    gap: 6.045px;
    border-radius: 4.836px;
    background: var(--Jaune, #F9CF49);
  }
  .header-container .header-actions .header-user .user-btn svg {
    width: 15px;
    height: 15px;
  }
  .header-container .header-actions .header-user .user-btn svg path {
    fill: black;
  }
  .header-container .header-actions .header-user .user-btn .small {
    display: inline;
  }
  .header-container .header-actions .header-user .user-btn .large {
    display: none;
  }
}
.header-container .header-actions .header-user #cart-btn .nav-icon {
  position: relative;
}

.site-header .menu-toggle {
  display: none;
}
@media screen and (max-width: 1279px) {
  .site-header .menu-toggle {
    display: flex;
    gap: 2px;
    position: absolute;
    flex-direction: column;
    top: 11px;
    right: 13px;
  }
  .site-header .menu-toggle span {
    height: 6.273px;
    align-self: stretch;
    border-radius: 33.455px;
    width: 33px;
    background: var(--Jaune, #F9CF49);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
footer .footer-content-wrapper {
  background: #1A1A1A;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  footer .footer-content-wrapper {
    padding: 25px 0;
  }
}
footer .footer-content-wrapper .footer-content {
  display: flex;
}
@media (min-width: 1280px) {
  footer .footer-content-wrapper .footer-content {
    gap: 15px;
  }
}
@media (min-width: 1440px) {
  footer .footer-content-wrapper .footer-content {
    gap: 35px;
  }
}
@media (min-width: 1600px) {
  footer .footer-content-wrapper .footer-content {
    gap: 38px;
  }
}
@media (min-width: 1700px) {
  footer .footer-content-wrapper .footer-content {
    gap: 40px;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer-content-wrapper .footer-content {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer-content-wrapper .footer-section.footer-section-social {
    order: 2;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content-wrapper .footer-section.footer-section-social {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer-content-wrapper .footer-section.footer-section-contact {
    order: 1;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content-wrapper .footer-section.footer-section-contact {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer-content-wrapper .footer-section.footer-section-navigation {
    order: 3;
    flex-basis: 100%;
  }
  footer .footer-content-wrapper .footer-section.footer-section-navigation:before, footer .footer-content-wrapper .footer-section.footer-section-navigation::after {
    margin: 10px auto;
    width: 309px;
    height: 1px;
    background: #272727;
    content: "";
    display: block;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer-content-wrapper .footer-section.footer-section-legales {
    order: 4;
    flex-basis: 100%;
  }
}
footer .footer-content-wrapper .footer-section h3 {
  color: var(--blanc);
  font-family: "Limelight", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100.5%;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  footer .footer-content-wrapper .footer-section h3 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  footer .footer-content-wrapper .footer-section h3 {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  footer .footer-content-wrapper .footer-section h3 {
    font-size: 22px;
  }
}
@media (min-width: 1700px) {
  footer .footer-content-wrapper .footer-section h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer-content-wrapper .footer-section h3 {
    padding: 15px 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer-content-wrapper .footer-section .social {
    margin-left: 67px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content-wrapper .footer-section .social {
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }
}
footer .footer-content-wrapper .footer-section .social .social-list {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 20px 0;
  background: var(--jaune);
}
@media (min-width: 1280px) {
  footer .footer-content-wrapper .footer-section .social .social-list {
    width: 70px;
    gap: 35px;
  }
}
@media (min-width: 1440px) {
  footer .footer-content-wrapper .footer-section .social .social-list {
    width: 76px;
    gap: 39px;
  }
}
@media (min-width: 1600px) {
  footer .footer-content-wrapper .footer-section .social .social-list {
    width: 82px;
    gap: 43px;
  }
}
@media (min-width: 1700px) {
  footer .footer-content-wrapper .footer-section .social .social-list {
    width: 88px;
    gap: 47px;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer-content-wrapper .footer-section .social .social-list {
    flex-direction: row;
    gap: 47px;
    padding: 5px 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content-wrapper .footer-section .social .social-list {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    order: 2;
  }
}
footer .footer-content-wrapper .footer-section .social .action {
  display: none;
}
@media screen and (max-width: 1279px) {
  footer .footer-content-wrapper .footer-section .social .action {
    display: block;
  }
  footer .footer-content-wrapper .footer-section .social .action a {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--jaune);
  }
  footer .footer-content-wrapper .footer-section .social .action a .text {
    color: #020202;
    font-family: "Limelight", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
@media screen and (max-width: 1279px) and (max-width: 991px) {
  footer .footer-content-wrapper .footer-section .social .action a {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content-wrapper .footer-section .social .action {
    order: 1;
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
footer .footer-content-wrapper .footer-section .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
footer .footer-content-wrapper .footer-section .contact .logo {
  display: flex;
  padding: 7.027px;
  align-items: center;
  gap: 8.784px;
  background: var(--blanc);
}
footer .footer-content-wrapper .footer-section .contact .action a {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--jaune);
}
footer .footer-content-wrapper .footer-section .contact .action a .text {
  color: #020202;
  font-family: "Limelight", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1280px) {
  footer .footer-content-wrapper .footer-section .contact .action {
    width: 220px;
  }
}
@media (min-width: 1440px) {
  footer .footer-content-wrapper .footer-section .contact .action {
    width: 240px;
  }
}
@media (min-width: 1600px) {
  footer .footer-content-wrapper .footer-section .contact .action {
    width: 260px;
  }
}
@media (min-width: 1700px) {
  footer .footer-content-wrapper .footer-section .contact .action {
    width: 280px;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer-content-wrapper .footer-section .contact .action {
    display: none;
  }
}
footer .footer-content-wrapper .footer-section-contact {
  display: flex;
}
footer .footer-content-wrapper .footer-section-contact:after {
  width: 1px;
  height: 309px;
  background: var(--gris-fond);
  content: "";
  display: block;
}
@media (min-width: 1280px) {
  footer .footer-content-wrapper .footer-section-contact:after {
    margin: 0 20px;
  }
}
@media (min-width: 1440px) {
  footer .footer-content-wrapper .footer-section-contact:after {
    margin: 0 58px;
  }
}
@media (min-width: 1600px) {
  footer .footer-content-wrapper .footer-section-contact:after {
    margin: 0 65px;
  }
}
@media (min-width: 1700px) {
  footer .footer-content-wrapper .footer-section-contact:after {
    margin: 0 72px;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer-content-wrapper .footer-section-contact:after {
    display: none;
  }
}
@media (min-width: 1280px) {
  footer .footer-content-wrapper .footer-section .navigation {
    width: 580px;
  }
}
@media (min-width: 1440px) {
  footer .footer-content-wrapper .footer-section .navigation {
    width: 595px;
  }
}
@media (min-width: 1600px) {
  footer .footer-content-wrapper .footer-section .navigation {
    width: 610px;
  }
}
@media (min-width: 1700px) {
  footer .footer-content-wrapper .footer-section .navigation {
    width: 630px;
  }
}
footer .footer-content-wrapper .footer-section .navigation .footer-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  align-items: center;
  justify-items: center;
  align-self: stretch;
}
@media (min-width: 1280px) {
  footer .footer-content-wrapper .footer-section .navigation .footer-menu {
    gap: 30px 35px;
  }
}
@media (min-width: 1440px) {
  footer .footer-content-wrapper .footer-section .navigation .footer-menu {
    gap: 32px 37px;
  }
}
@media (min-width: 1600px) {
  footer .footer-content-wrapper .footer-section .navigation .footer-menu {
    gap: 33px 38px;
  }
}
@media (min-width: 1700px) {
  footer .footer-content-wrapper .footer-section .navigation .footer-menu {
    gap: 35px 40px;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer-content-wrapper .footer-section .navigation .footer-menu {
    gap: 25px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content-wrapper .footer-section .navigation .footer-menu {
    gap: 21px;
  }
}
footer .footer-content-wrapper .footer-section .navigation .footer-menu > li {
  text-align: center;
}
footer .footer-content-wrapper .footer-section .navigation .footer-menu > li .sub-menu {
  display: none;
}
footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 0;
}
footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a .nav-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 2px solid var(--jaunebordure);
}
@media (min-width: 1280px) {
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a .nav-icon {
    width: 45px;
    height: 32px;
  }
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a .nav-icon svg,
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a .nav-icon img {
    max-width: 24px;
    max-height: 24px;
  }
}
@media (min-width: 1440px) {
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a .nav-icon {
    width: 52px;
    height: 38px;
  }
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a .nav-icon svg,
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a .nav-icon img {
    max-width: 28px;
    max-height: 28px;
  }
}
@media (min-width: 1600px) {
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a .nav-icon {
    width: 60px;
    height: 44px;
  }
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a .nav-icon svg,
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a .nav-icon img {
    max-width: 32px;
    max-height: 32px;
  }
}
@media (min-width: 1700px) {
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a .nav-icon {
    width: 66px;
    height: 49px;
  }
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a .nav-icon svg,
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a .nav-icon img {
    max-width: none;
    max-height: none;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a .nav-icon {
    display: flex;
    width: 66px;
    height: 49px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
  }
}
footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a .nav-icon {
  flex-grow: 0;
}
footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a .nav-icon img {
  height: 25px;
  flex-shrink: 0;
  aspect-ratio: 23.68/25;
}
@media (min-width: 1280px) {
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a .nav-icon img {
    width: 20px;
  }
}
@media (min-width: 1440px) {
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a .nav-icon img {
    width: 21px;
  }
}
@media (min-width: 1600px) {
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a .nav-icon img {
    width: 22px;
  }
}
@media (min-width: 1700px) {
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a .nav-icon img {
    width: 23.684px;
  }
}
footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a span {
  color: var(--blanc);
  font-family: "Limelight", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1280px) {
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a span {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a span {
    font-size: 16.5px;
  }
}
@media (min-width: 1600px) {
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a span {
    font-size: 17px;
  }
}
@media (min-width: 1700px) {
  footer .footer-content-wrapper .footer-section .navigation .footer-menu > li a span {
    font-size: 18px;
  }
}
footer .footer-content-wrapper .footer-section .navigation .footer-menu > li.antennes .nav-icon {
  background-color: var(--bordeau);
  border-color: var(--bordeau);
}
footer .footer-content-wrapper .footer-section .legales {
  display: flex;
}
@media screen and (max-width: 1279px) {
  footer .footer-content-wrapper .footer-section .legales {
    justify-content: center;
  }
}
footer .footer-content-wrapper .footer-section .legales .legales-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1279px) {
  footer .footer-content-wrapper .footer-section .legales .legales-list {
    flex-direction: row;
    gap: 157px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content-wrapper .footer-section .legales .legales-list {
    flex-direction: column;
    gap: 20px;
  }
}
footer .footer-content-wrapper .footer-section .legales .legales-list > li > a {
  display: flex;
  gap: 10px;
  color: var(--blanc);
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  align-items: center;
}
@media (min-width: 1280px) {
  footer .footer-content-wrapper .footer-section .legales .legales-list > li > a {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  footer .footer-content-wrapper .footer-section .legales .legales-list > li > a {
    font-size: 16.5px;
  }
}
@media (min-width: 1600px) {
  footer .footer-content-wrapper .footer-section .legales .legales-list > li > a {
    font-size: 17px;
  }
}
@media (min-width: 1700px) {
  footer .footer-content-wrapper .footer-section .legales .legales-list > li > a {
    font-size: 18px;
  }
}
footer .footer-content-wrapper .footer-section .legales .legales-list > li > a .legales-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 2px solid var(--jaunebordure);
}
@media (min-width: 1280px) {
  footer .footer-content-wrapper .footer-section .legales .legales-list > li > a .legales-icon {
    width: 45px;
    height: 32px;
  }
  footer .footer-content-wrapper .footer-section .legales .legales-list > li > a .legales-icon svg,
  footer .footer-content-wrapper .footer-section .legales .legales-list > li > a .legales-icon img {
    max-width: 24px;
    max-height: 24px;
  }
}
@media (min-width: 1440px) {
  footer .footer-content-wrapper .footer-section .legales .legales-list > li > a .legales-icon {
    width: 52px;
    height: 38px;
  }
  footer .footer-content-wrapper .footer-section .legales .legales-list > li > a .legales-icon svg,
  footer .footer-content-wrapper .footer-section .legales .legales-list > li > a .legales-icon img {
    max-width: 28px;
    max-height: 28px;
  }
}
@media (min-width: 1600px) {
  footer .footer-content-wrapper .footer-section .legales .legales-list > li > a .legales-icon {
    width: 60px;
    height: 44px;
  }
  footer .footer-content-wrapper .footer-section .legales .legales-list > li > a .legales-icon svg,
  footer .footer-content-wrapper .footer-section .legales .legales-list > li > a .legales-icon img {
    max-width: 32px;
    max-height: 32px;
  }
}
@media (min-width: 1700px) {
  footer .footer-content-wrapper .footer-section .legales .legales-list > li > a .legales-icon {
    width: 66px;
    height: 49px;
  }
  footer .footer-content-wrapper .footer-section .legales .legales-list > li > a .legales-icon svg,
  footer .footer-content-wrapper .footer-section .legales .legales-list > li > a .legales-icon img {
    max-width: none;
    max-height: none;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer-content-wrapper .footer-section .legales .legales-list > li > a .legales-icon {
    display: flex;
    width: 66px;
    height: 49px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
  }
}
footer .footer-content-wrapper .footer-section .legales .legales-list > li > a .legales-icon {
  flex-shrink: 0;
}
footer .footer-content-wrapper .footer-section .legales:before {
  width: 1px;
  height: 309px;
  background: var(--gris-fond);
  content: "";
  display: block;
}
@media (min-width: 1280px) {
  footer .footer-content-wrapper .footer-section .legales:before {
    margin: 0 20px;
  }
}
@media (min-width: 1440px) {
  footer .footer-content-wrapper .footer-section .legales:before {
    margin: 0 69px;
  }
}
@media (min-width: 1600px) {
  footer .footer-content-wrapper .footer-section .legales:before {
    margin: 0 70px;
  }
}
@media (min-width: 1700px) {
  footer .footer-content-wrapper .footer-section .legales:before {
    margin: 0 72px;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer-content-wrapper .footer-section .legales:before {
    display: none;
  }
}

.footer-bottom {
  background-color: var(--noir);
}
.footer-bottom .paiements {
  color: var(--blanc);
  font-family: "Baloo 2", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 6px 0 8px;
}
@media (min-width: 1280px) {
  .footer-bottom .paiements {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .footer-bottom .paiements {
    font-size: 16.5px;
  }
}
@media (min-width: 1600px) {
  .footer-bottom .paiements {
    font-size: 17px;
  }
}
@media (min-width: 1700px) {
  .footer-bottom .paiements {
    font-size: 18px;
  }
}
.footer-bottom .paiements .logos {
  margin-top: 5px;
}
.footer-bottom .paiements .logos ul {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.footer-bottom .copyright {
  background-color: var(--jaune);
  color: var(--noir);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  height: 32px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .footer-bottom .copyright {
    height: auto;
    padding: 10px 0;
  }
}
.footer-bottom .copyright .copyright-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .footer-bottom .copyright .copyright-content {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .footer-bottom .copyright {
    font-size: 11px;
  }
}
@media (min-width: 1440px) {
  .footer-bottom .copyright {
    font-size: 11.3px;
  }
}
@media (min-width: 1600px) {
  .footer-bottom .copyright {
    font-size: 11.6px;
  }
}
@media (min-width: 1700px) {
  .footer-bottom .copyright {
    font-size: 12px;
  }
}

.wapf-field-group {
  margin-top: 50px;
  position: relative;
  text-align: center;
  display: none;
}
.wapf-field-group.active {
  display: flex;
}
.wapf-field-group:not([data-group="220"])::before {
  content: "";
  display: inline-flex;
  padding: 10px 30px;
  margin-bottom: 22px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #F9CF49;
  color: #000;
  font-family: "Limelight", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wapf-field-group[data-group="67"]::before {
  content: "Informations personnelles";
  width: 635px;
  margin-left: -80px;
  margin-right: -80px;
}
.wapf-field-group[data-group="66"]::before {
  content: "Informations véhicule(s)";
}
.wapf-field-group[data-group="65"]::before {
  content: "Choix de la section";
}
.wapf-field-group[data-group="89"]::before {
  content: "Choix de la cotisation";
}
.wapf-field-group[data-group="220"]::before {
  content: "> Identité de votre conjoint";
}
.wapf-field-group > * {
  text-align: left;
}
@media (max-width: 768px) {
  .wapf-field-group::before {
    font-size: 28px;
    padding: 8px 20px;
  }
}
@media (max-width: 576px) {
  .wapf-field-group::before {
    font-size: 20px;
    padding: 6px 15px;
  }
}

input.has-required-asterisk::-moz-placeholder, select.has-required-asterisk::-moz-placeholder {
  color: #666;
  opacity: 1;
}

input.has-required-asterisk::placeholder,
select.has-required-asterisk::placeholder {
  color: #666;
  opacity: 1;
}
input.has-required-asterisk::-webkit-input-placeholder,
select.has-required-asterisk::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
input.has-required-asterisk::-moz-placeholder,
select.has-required-asterisk::-moz-placeholder {
  color: #666;
  opacity: 1;
}
input.has-required-asterisk:-ms-input-placeholder,
select.has-required-asterisk:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.page-thumbnail {
  position: relative;
}
.page-thumbnail .texte-container {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: right;
  bottom: 42px;
}
.page-thumbnail .texte-container .texte-content {
  display: inline-flex;
  padding: 25px;
  justify-content: center;
  gap: 20px;
  border-radius: 16px;
  background: var(--jaune);
  color: var(--noir);
  font-family: "Limelight", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
@media (min-width: 1280px) {
  .page-thumbnail .texte-container .texte-content {
    font-size: 28px;
  }
}
@media (min-width: 1700px) {
  .page-thumbnail .texte-container .texte-content {
    font-size: 32px;
  }
}

.home-content-wrapper {
  background: var(--jaunepale);
}
.home-content-wrapper .home-content {
  display: flex;
  padding: 60px 0;
  align-items: center;
  align-content: center;
  gap: 0 86px;
}
.home-content-wrapper .home-content .content h2 {
  color: var(--noir);
  font-family: "Limelight", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 35px;
}
@media (min-width: 1280px) {
  .home-content-wrapper .home-content .content h2 {
    font-size: 28px;
  }
}
@media (min-width: 1700px) {
  .home-content-wrapper .home-content .content h2 {
    font-size: 32px;
  }
}
.home-content-wrapper .home-content .content p {
  max-width: 715px;
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1280px) {
  .home-content-wrapper .home-content .content p {
    font-size: 14px;
  }
}
@media (min-width: 1700px) {
  .home-content-wrapper .home-content .content p {
    font-size: 16px;
  }
}
.home-content-wrapper .home-content .content .wp-block-button {
  margin-top: 35px;
}

.home-agenda-wrapper {
  background: url(../images/home-fond-agenda.png) no-repeat 50% 50%;
  padding: 70px 0;
}
.home-agenda-wrapper .home-agenda h3 {
  text-align: right;
  padding-right: 200px;
  padding-bottom: 94px;
}
.home-agenda-wrapper .home-agenda h3 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  color: var(--noir);
  font-family: "Limelight", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-size: 24px;
  padding: 25px 10px;
}
@media (min-width: 1280px) {
  .home-agenda-wrapper .home-agenda h3 span {
    font-size: 30px;
    padding: 25px;
  }
}
@media (min-width: 1700px) {
  .home-agenda-wrapper .home-agenda h3 span {
    font-size: 32px;
  }
}
.home-agenda-wrapper .home-agenda h3 span {
  background: var(--jaunepale);
}
.home-agenda-wrapper .home-agenda-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-agenda-wrapper .home-agenda-content-ligne {
  display: flex;
  padding: 10px 0 10px 10px;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  border: 1px solid var(--gris-separateur);
  background: #FFFDFD;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 1280px) {
  .home-agenda-wrapper .home-agenda-content-ligne {
    width: 850px;
  }
}
@media (min-width: 1700px) {
  .home-agenda-wrapper .home-agenda-content-ligne {
    width: 950px;
  }
}
.home-agenda-wrapper .home-agenda-content-ligne .region {
  color: var(--noir);
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 1280px) {
  .home-agenda-wrapper .home-agenda-content-ligne .region {
    font-size: 14px;
  }
}
@media (min-width: 1700px) {
  .home-agenda-wrapper .home-agenda-content-ligne .region {
    font-size: 16px;
  }
}
.home-agenda-wrapper .home-agenda-content-ligne .region {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-agenda-wrapper .home-agenda-content-ligne .region:after {
  width: 1px;
  height: 46px;
  background: var(--gris-separateur);
  content: "";
  display: block;
  margin: 0 10px;
}
@media (min-width: 1280px) {
  .home-agenda-wrapper .home-agenda-content-ligne .date {
    flex-basis: 180px;
  }
}
@media (min-width: 1700px) {
  .home-agenda-wrapper .home-agenda-content-ligne .date {
    flex-basis: 210px;
  }
}
.home-agenda-wrapper .home-agenda-content-ligne .date span {
  color: var(--noir);
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1280px) {
  .home-agenda-wrapper .home-agenda-content-ligne .date span {
    font-size: 14px;
  }
}
@media (min-width: 1700px) {
  .home-agenda-wrapper .home-agenda-content-ligne .date span {
    font-size: 16px;
  }
}
.home-agenda-wrapper .home-agenda-content-ligne .date span:before {
  content: url(../images/ico-evenement.svg);
  display: block;
  margin-right: 10px;
  flex-grow: 0;
}
.home-agenda-wrapper .home-agenda-content-ligne .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-agenda-wrapper .home-agenda-content-ligne .date:after {
  width: 1px;
  height: 46px;
  background: var(--gris-separateur);
  content: "";
  display: block;
  margin: 0 10px;
}
.home-agenda-wrapper .home-agenda-content-ligne .titre {
  color: var(--noir);
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex-grow: 1;
}
@media (min-width: 1280px) {
  .home-agenda-wrapper .home-agenda-content-ligne .titre {
    font-size: 14px;
  }
}
@media (min-width: 1700px) {
  .home-agenda-wrapper .home-agenda-content-ligne .titre {
    font-size: 16px;
  }
}
.home-agenda-wrapper .home-agenda-content-ligne .titre {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-agenda-wrapper .home-agenda-content-ligne .titre:after {
  width: 1px;
  height: 46px;
  background: var(--gris-separateur);
  content: "";
  display: block;
  margin: 0 10px;
}
.home-agenda-wrapper .home-agenda-content-ligne .action {
  padding-right: 18px;
}
.home-agenda-wrapper .home-agenda-content-ligne .action a {
  display: flex;
  width: 87px;
  height: 46px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--bordeau);
  color: var(--blanc);
  text-align: center;
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 700;
  line-height: 86%;
}
@media (min-width: 1280px) {
  .home-agenda-wrapper .home-agenda-content-ligne .action a {
    font-size: 10px;
  }
}
.home-agenda-wrapper .home-agenda-action {
  display: flex;
  height: 46px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.home-events-wrapper {
  background: var(--gris);
  padding: 50px 0 100px 0;
}
.home-events-wrapper .home-events h3 {
  text-align: center;
  margin-bottom: 50px;
}
.home-events-wrapper .home-events h3 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  color: var(--noir);
  font-family: "Limelight", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-size: 24px;
  padding: 25px 10px;
}
@media (min-width: 1280px) {
  .home-events-wrapper .home-events h3 span {
    font-size: 30px;
    padding: 25px;
  }
}
@media (min-width: 1700px) {
  .home-events-wrapper .home-events h3 span {
    font-size: 32px;
  }
}
.home-events-wrapper .home-events h3 span {
  background: var(--jaunepale);
}
.home-events-wrapper .home-events .intro {
  color: var(--noir);
  text-align: center;
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
@media (min-width: 1280px) {
  .home-events-wrapper .home-events .intro {
    font-size: 17px;
  }
}
@media (min-width: 1700px) {
  .home-events-wrapper .home-events .intro {
    font-size: 20px;
  }
}
.home-events-wrapper .home-events .intro strong {
  font-weight: 700;
}
.home-events-wrapper .home-events-liste {
  display: flex;
}
@media (min-width: 1280px) {
  .home-events-wrapper .home-events-liste {
    gap: 40px;
  }
}
@media (min-width: 1700px) {
  .home-events-wrapper .home-events-liste {
    gap: 48px;
  }
}
.home-events-wrapper .home-events-liste-item {
  display: flex;
  padding-bottom: 20px;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #E6E7E7;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 1280px) {
  .home-events-wrapper .home-events-liste-item {
    gap: 17px;
    width: 290px;
  }
}
@media (min-width: 1700px) {
  .home-events-wrapper .home-events-liste-item {
    gap: 20px;
    width: 400px;
  }
}
.home-events-wrapper .home-events-liste-item .chapeau {
  background: #F1F1F1;
  padding: 15px 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.home-events-wrapper .home-events-liste-item .chapeau .region {
  display: inline-flex;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #FFCD64;
  color: #000;
  text-align: center;
  font-family: Lora;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 135px;
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .home-events-wrapper .home-events-liste-item .chapeau .region {
    font-size: 11px;
  }
}
@media (min-width: 1700px) {
  .home-events-wrapper .home-events-liste-item .chapeau .region {
    font-size: 12px;
  }
}
.home-events-wrapper .home-events-liste-item .chapeau .date {
  color: #000;
  text-align: center;
  font-family: Lora;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1280px) {
  .home-events-wrapper .home-events-liste-item .chapeau .date {
    font-size: 13px;
  }
}
@media (min-width: 1700px) {
  .home-events-wrapper .home-events-liste-item .chapeau .date {
    font-size: 16px;
  }
}
.home-events-wrapper .home-events-liste-item .chapeau .date:before {
  content: url(../images/ico-evenement.svg);
  display: block;
  margin-right: 10px;
  flex-grow: 0;
}
.home-events-wrapper .home-events-liste-item .corps {
  padding: 20px 0;
}
.home-events-wrapper .home-events-liste-item .corps .titre {
  color: #000;
  text-align: center;
  font-family: Limelight;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1280px) {
  .home-events-wrapper .home-events-liste-item .corps .titre {
    font-size: 16px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1700px) {
  .home-events-wrapper .home-events-liste-item .corps .titre {
    font-size: 20px;
    width: 350px;
  }
}
.home-events-wrapper .home-events-liste-item .corps .image {
  display: flex;
  justify-content: center;
}
.home-events-wrapper .home-events-liste-item .corps .image img {
  margin-bottom: 20px;
  border: 4px solid #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  max-width: 85%;
}
.home-events-wrapper .home-events-liste-item .corps .action {
  text-align: center;
}
.home-events-wrapper .home-events-liste-item .corps .action .btn-primary:before {
  content: url(../images/ico-camera.svg);
  display: block;
}
.home-events-wrapper .home-events-action {
  text-align: center;
  margin-top: 50px;
}

.home-revue-wrapper {
  background-color: #fff;
  padding: 50px 0 100px;
}
.home-revue-wrapper .home-revue h3 {
  text-align: center;
  margin-bottom: 50px;
}
.home-revue-wrapper .home-revue h3 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  color: var(--noir);
  font-family: "Limelight", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-size: 24px;
  padding: 25px 10px;
}
@media (min-width: 1280px) {
  .home-revue-wrapper .home-revue h3 span {
    font-size: 30px;
    padding: 25px;
  }
}
@media (min-width: 1700px) {
  .home-revue-wrapper .home-revue h3 span {
    font-size: 32px;
  }
}
.home-revue-wrapper .home-revue h3 span {
  background: var(--jaunepale);
}
.home-revue-wrapper .home-revue .intro {
  color: #000;
  text-align: center;
  font-family: Lora;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
@media (min-width: 1280px) {
  .home-revue-wrapper .home-revue .intro {
    font-size: 16px;
  }
}
@media (min-width: 1700px) {
  .home-revue-wrapper .home-revue .intro {
    font-size: 20px;
  }
}
.home-revue-wrapper .home-revue .intro strong {
  font-weight: 700;
}
.home-revue-wrapper .home-revue-liste {
  display: flex;
}
@media (min-width: 1280px) {
  .home-revue-wrapper .home-revue-liste {
    gap: 35px;
  }
}
@media (min-width: 1700px) {
  .home-revue-wrapper .home-revue-liste {
    gap: 50px;
  }
}
.home-revue-wrapper .home-revue-liste-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border: 1px solid #E6E7E7;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 1280px) {
  .home-revue-wrapper .home-revue-liste-item {
    padding: 15px 47px;
  }
}
@media (min-width: 1700px) {
  .home-revue-wrapper .home-revue-liste-item {
    padding: 20px 50px;
  }
}
.home-revue-wrapper .home-revue-liste-item .titre {
  color: #000;
  text-align: center;
  font-family: Limelight;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1280px) {
  .home-revue-wrapper .home-revue-liste-item .titre {
    font-size: 16px;
  }
}
@media (min-width: 1700px) {
  .home-revue-wrapper .home-revue-liste-item .titre {
    font-size: 20px;
  }
}
.home-revue-wrapper .home-revue-liste-item .image {
  text-align: center;
}
@media (min-width: 1280px) {
  .home-revue-wrapper .home-revue-liste-item .image {
    margin: 10px 0;
  }
}
@media (min-width: 1700px) {
  .home-revue-wrapper .home-revue-liste-item .image {
    margin: 20px 0;
  }
}
.home-revue-wrapper .home-revue-liste-item .image img {
  border: 4px solid #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 1280px) {
  .home-revue-wrapper .home-revue-liste-item .image img {
    max-width: 145px;
  }
}
.home-revue-wrapper .home-revue-liste-item .action {
  text-align: center;
}
.home-revue-wrapper .home-revue-action {
  text-align: center;
  margin-top: 50px;
}

.home-salons-wrapper {
  background-color: #F1F1F1;
  padding: 50px 0 100px;
}
.home-salons-wrapper .home-salons h3 {
  text-align: center;
  margin-bottom: 50px;
}
.home-salons-wrapper .home-salons h3 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  color: var(--noir);
  font-family: "Limelight", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-size: 24px;
  padding: 25px 10px;
}
@media (min-width: 1280px) {
  .home-salons-wrapper .home-salons h3 span {
    font-size: 30px;
    padding: 25px;
  }
}
@media (min-width: 1700px) {
  .home-salons-wrapper .home-salons h3 span {
    font-size: 32px;
  }
}
.home-salons-wrapper .home-salons h3 span {
  background: var(--jaunepale);
}
.home-salons-wrapper .home-salons .intro {
  color: #000;
  text-align: center;
  font-family: Lora;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
@media (min-width: 1280px) {
  .home-salons-wrapper .home-salons .intro {
    font-size: 16px;
  }
}
@media (min-width: 1700px) {
  .home-salons-wrapper .home-salons .intro {
    font-size: 20px;
  }
}
.home-salons-wrapper .home-salons .intro strong {
  font-weight: 700;
}
.home-salons-wrapper .home-salons-liste {
  display: flex;
}
@media (min-width: 1280px) {
  .home-salons-wrapper .home-salons-liste {
    gap: 40px;
  }
}
@media (min-width: 1700px) {
  .home-salons-wrapper .home-salons-liste {
    gap: 50px;
  }
}
.home-salons-wrapper .home-salons-liste-item {
  display: flex;
  padding: 20px 50px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border: 1px solid #E6E7E7;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 1280px) {
  .home-salons-wrapper .home-salons-liste-item {
    padding: 15px 34px;
  }
}
@media (min-width: 1700px) {
  .home-salons-wrapper .home-salons-liste-item {
    padding: 20px 50px;
  }
}
.home-salons-wrapper .home-salons-liste-item .titre {
  color: #000;
  text-align: center;
  font-family: Limelight;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1280px) {
  .home-salons-wrapper .home-salons-liste-item .titre {
    font-size: 16px;
  }
}
@media (min-width: 1700px) {
  .home-salons-wrapper .home-salons-liste-item .titre {
    font-size: 20px;
  }
}
.home-salons-wrapper .home-salons-liste-item .image {
  margin: 20px 0;
  text-align: center;
}
.home-salons-wrapper .home-salons-liste-item .image img {
  border: 4px solid #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 1280px) {
  .home-salons-wrapper .home-salons-liste-item .image img {
    max-width: 145px;
  }
}
.home-salons-wrapper .home-salons-liste-item .action {
  text-align: center;
}
.home-salons-wrapper .home-salons-action {
  text-align: center;
  margin-top: 50px;
}

.home-antennes-wrapper {
  padding: 25px 5px 0;
  background: #E6E7E7;
}
.home-antennes-wrapper .home-antennes h3 {
  text-align: center;
}
.home-antennes-wrapper .home-antennes h3 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  color: var(--noir);
  font-family: "Limelight", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-size: 24px;
  padding: 25px 10px;
}
@media (min-width: 1280px) {
  .home-antennes-wrapper .home-antennes h3 span {
    font-size: 30px;
    padding: 25px;
  }
}
@media (min-width: 1700px) {
  .home-antennes-wrapper .home-antennes h3 span {
    font-size: 32px;
  }
}
.home-antennes-wrapper .home-antennes h3 span {
  background: var(--bleu);
}
.home-antennes-wrapper .home-antennes-content {
  display: flex;
  align-items: center;
}
.home-antennes-wrapper .home-antennes-content .texte {
  color: #000;
  font-family: Lora;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex-basis: 50%;
}
@media (min-width: 1280px) {
  .home-antennes-wrapper .home-antennes-content .texte {
    padding-right: 60px;
  }
}
@media (min-width: 1700px) {
  .home-antennes-wrapper .home-antennes-content .texte {
    padding-right: 120px;
  }
}
.home-antennes-wrapper .home-antennes-content .texte p + p {
  margin-top: 25px;
}
.home-antennes-wrapper .home-antennes-content .texte strong {
  font-weight: 700;
}
.home-antennes-wrapper .home-antennes-content .texte .action {
  margin-top: 34px;
  text-align: center;
}
.home-antennes-wrapper .home-antennes-content .illustration {
  flex-basis: 50%;
  flex-grow: 0;
}
.home-antennes-wrapper .home-antennes-content .illustration img {
  max-width: 100%;
}

.page-content-block {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1279px) {
  .page-content-block {
    flex-direction: column;
  }
}
.page-content-block.block-odd {
  flex-direction: row;
}
@media screen and (max-width: 1279px) {
  .page-content-block.block-odd {
    flex-direction: column;
  }
}
.page-content-block.block-even {
  flex-direction: row-reverse;
}
.page-content-block .block-images {
  display: flex;
  flex-direction: column;
  order: 1;
  flex-basis: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
  .page-content-block .block-images {
    order: 2;
  }
}
.page-content-block .block-content {
  flex-basis: 50%;
  order: 2;
  padding: 0 100px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1279px) {
  .page-content-block .block-content {
    padding: 0 10px;
    order: 1;
  }
}
.page-content-block .block-content h2 {
  font-size: 30px;
  font-family: Limelight;
  margin-bottom: 56px;
  margin-top: 30px;
}
@media screen and (max-width: 1279px) {
  .page-content-block .block-content h2 {
    font-size: 36px;
    margin-bottom: 34px;
  }
}
.page-content-block .block-content h3 {
  font-size: 30px;
  font-family: Limelight;
  margin-bottom: 35px;
  margin-top: 35px;
}
.page-content-block .block-content h4 {
  font-size: 24px;
  font-family: Limelight;
  margin-top: 35px;
  margin-bottom: 10px;
}
.page-content-block .block-content h4 + h4 {
  margin-top: 0;
}
.page-content-block .block-content p {
  margin: 0 0 20px;
}
@media screen and (max-width: 1279px) {
  .page-content-block .block-content p {
    margin: 0 0 20px;
  }
}
.page-content-block.no-image .block-content {
  flex-basis: 100%;
}
.page-content-block .block-image {
  width: 100%;
}
.page-content-block .block-image img {
  height: auto;
  display: block;
}
.page-content-block.images-full-width .block-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .page-content-block, .page-content-block.block-odd, .page-content-block.block-even {
    flex-direction: column;
  }
  .page-content-block .block-images,
  .page-content-block .block-content {
    flex: none;
    width: 100%;
  }
}

.page-le-club-50-ans-de-la-traction-universelle p {
  width: 510px;
  margin: 0 auto 20px !important;
  max-width: 100%;
}
@media screen and (max-width: 1279px) {
  .page-le-club-50-ans-de-la-traction-universelle p {
    width: 100%;
  }
}
.page-le-club-50-ans-de-la-traction-universelle h2 {
  margin-bottom: 35px !important;
}
.page-le-club-50-ans-de-la-traction-universelle .page-content-block .block-images {
  flex-basis: 38%;
}
.page-le-club-50-ans-de-la-traction-universelle .page-content-block .block-content {
  flex-basis: 62%;
}

.page-le-club-les-liens .block-content,
.page-le-club-presentation .block-content {
  padding: 0 !important;
}

.page-le-club-lassurance .block-images .block-image {
  margin: 75px auto;
}

.page-adhesion-block {
  margin-top: 60px;
  margin-bottom: 40px;
}
.page-adhesion-block .adhesion-content {
  padding: 40px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 8px;
}
.page-adhesion-block .adhesion-content h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  color: #333;
}
@media (max-width: 768px) {
  .page-adhesion-block {
    margin-top: 40px;
  }
  .page-adhesion-block .adhesion-content {
    padding: 30px 20px;
  }
  .page-adhesion-block .adhesion-content h2 {
    font-size: 1.5em;
  }
}

.category-adhesions .woocommerce-product-gallery,
.category-adhesions .quantity {
  display: none;
}
.category-adhesions .site-main {
  background-color: #F0F0F0;
}

.entry-footer {
  display: none !important;
}

.wapf-field-group-title {
  margin-bottom: 20px;
  margin-top: 30px;
}
.wapf-field-group-title:first-child {
  margin-top: 0;
}
.wapf-field-group-title h3 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  border-radius: 16px;
  background: var(--jaune);
  color: var(--noir);
  font-family: "Limelight", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 1280px) {
  .wapf-field-group-title h3 {
    font-size: 24px;
  }
}
@media (min-width: 1700px) {
  .wapf-field-group-title h3 {
    font-size: 30px;
  }
}

.adhesion-content {
  display: flex;
  align-items: stretch;
}
.adhesion-content .form-content {
  background-color: #fff;
  flex-basis: 66%;
}
.adhesion-content input[type=text],
.adhesion-content input[type=number],
.adhesion-content input[type=email] {
  display: flex;
  width: 100%;
  height: 33px;
  padding: 9px 7px;
  align-items: center;
  gap: 10px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  color: #000;
  /* Typo/form */
  font-family: Geologica;
  font-size: 12px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}
.adhesion-content input[type=text].required,
.adhesion-content input[type=number].required,
.adhesion-content input[type=email].required {
  border-color: red;
}
.adhesion-content input[type=number]::-webkit-outer-spin-button,
.adhesion-content input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.adhesion-content input[type=number] {
  -moz-appearance: textfield;
}
.adhesion-content .wapf-field-label {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  flex-grow: 1;
}
.adhesion-content [data-group="67"] {
  width: 631px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: end;
  padding-left: 76px;
  padding-right: 76px;
}
.adhesion-content [data-group="67"] .wapf-field-label {
  display: none;
}
.adhesion-content [data-group="67"] .wapf-field-container {
  padding: 0;
}
.adhesion-content [data-group="67"] .wapf-field-row:first-child:before {
  content: "> Votre identité";
  display: block;
  color: #000;
  font-family: Limelight;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex-basis: 100%;
  margin-bottom: 9px;
}
.adhesion-content [data-group="67"] .wapf-field-row:nth-child(7):before {
  margin-top: 40px;
  content: "> Votre adresse";
  display: block;
  color: #000;
  font-family: Limelight;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex-basis: 100%;
  margin-bottom: 9px;
}
.adhesion-content [data-group="67"] .wapf-field-row {
  flex-basis: 235px;
}
.adhesion-content [data-group="67"] .wapf-field-row:has([name="wapf[field_68e29183b9987]"]), .adhesion-content [data-group="67"] .wapf-field-row:has([name="wapf[field_68e29183b9974]"]) {
  flex-basis: 121px;
}
.adhesion-content [data-group="67"] .wapf-field-row:has([name="wapf[field_68e29183b9987]"]) + .wapf-field-row, .adhesion-content [data-group="67"] .wapf-field-row:has([name="wapf[field_68e29183b9974]"]) + .wapf-field-row {
  flex-basis: 349px;
}
.adhesion-content [data-group="67"] .wapf-field-row:has([name="wapf[field_68e29183b996b]"]), .adhesion-content [data-group="67"] .wapf-field-row:has([name="wapf[field_68e29183b996f]"]), .adhesion-content [data-group="67"] .wapf-field-row:has([name="wapf[field_68e29183b997d]"]) {
  flex-basis: 474px;
}
.adhesion-content [data-group="66"] .wapf-field-label {
  display: none;
}
.adhesion-content [data-group="66"] .bloc-traction {
  display: flex;
  padding: 15px;
  align-items: flex-start;
  gap: 9px;
  margin: 22px auto;
  width: 753px;
  flex-wrap: wrap;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.adhesion-content [data-group="66"] .bloc-traction::before {
  content: "Traction n°" attr(data-traction-count);
  display: inline-block;
  color: #000;
  text-align: left;
  font-family: Limelight;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex-basis: 100%;
}
.adhesion-content [data-group="66"] .wapf-field-row {
  flex-grow: 1;
}
.adhesion-content [data-group="66"] .wapf-field-row [name="wapf[field_68e2918194ded]"] {
  width: 235px;
  margin-left: auto;
  margin-right: auto;
}
.adhesion-content [data-group="66"] .wapf-field-row:has([name="wapf[field_68e2918194df4]"]) .wapf-field-container {
  display: flex;
  width: 235px !important;
  gap: 9px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.adhesion-content [data-group="66"] .wapf-field-row:has([name="wapf[field_68e2918194df4]"]) .wapf-field-container .wapf-field-label {
  display: initial;
}
.adhesion-content [data-group="66"] .wapf-field-row:has([name="wapf[field_68e2918194df4]"]) .wapf-field-container [name="wapf[field_68e2918194df4]"] {
  width: 94px;
}
.adhesion-content [data-group="66"] #traction02,
.adhesion-content [data-group="66"] #traction03 {
  display: none;
}
.adhesion-content [data-group="66"] #traction02[data-traction-nb="2"],
.adhesion-content [data-group="66"] #traction02[data-traction-nb="3"],
.adhesion-content [data-group="66"] #traction03[data-traction-nb="3"] {
  display: flex;
}
.adhesion-content [data-group="65"] .carte-conteneur {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
  width: 919px;
  margin-left: auto;
  margin-right: auto;
}
.adhesion-content [data-group="65"] .carte-conteneur .wapf-field-input input[type=checkbox],
.adhesion-content [data-group="65"] .carte-conteneur .wapf-field-input input[type=radio] {
  float: none;
  margin: 0;
}
.adhesion-content [data-group="65"] .carte-conteneur .carte {
  width: 534px;
  flex-shrink: 0;
}
.adhesion-content [data-group="65"] .carte-conteneur .wapf-field-label {
  display: none;
}
.adhesion-content [data-group="65"] .carte-conteneur .wapf-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.adhesion-content [data-group="65"] .carte-conteneur .wapf-radios .wapf-checkable {
  height: 35px;
  width: 168px;
  flex-wrap: wrap;
  border-radius: 16px;
  border: 1px solid #E6E7E7;
  transition: all 0.5s;
}
.adhesion-content [data-group="65"] .carte-conteneur .wapf-radios .wapf-checkable:hover, .adhesion-content [data-group="65"] .carte-conteneur .wapf-radios .wapf-checkable.wapf-checked {
  background: var(--Jaune, #F9CF49);
}
.adhesion-content [data-group="65"] .carte-conteneur .wapf-radios .wapf-checkable .wapf-input-label {
  display: flex;
  padding: 0 9px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: Geologica;
  font-size: 12px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  height: 100%;
}
.adhesion-content [data-group="65"] .carte-conteneur .wapf-radios .wapf-checkable .wapf-label-text {
  padding-left: 0;
}
.adhesion-content [data-group="89"] .wapf-field-label.wapf--above {
  display: none;
}
.adhesion-content [data-group="89"] .wapf-radios {
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
}
.adhesion-content [data-group="89"] .wapf-radios .wapf-checkable {
  display: flex;
  width: 519px;
  padding: 15px;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #E6E7E7;
  background: #F6F6F6;
  flex-wrap: wrap;
}
.adhesion-content [data-group="89"] .wapf-radios .wapf-checkable .wapf-input-label {
  display: flex;
  gap: 9px;
  flex-basis: 100%;
}
.adhesion-content [data-group="89"] .wapf-radios .wapf-checkable .wapf-input-label .wapf-label-text {
  color: #000;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.adhesion-content [data-group="89"] .wapf-radios .wapf-checkable .wapf-input-label .wapf-label-text .break-before {
  display: block;
  /* Force un point de césure possible avant */
}
.adhesion-content [data-group="89"] .wapf-radios .wapf-checkable .wapf-input-label .wapf-label-text .wapf-pricing-hint {
  display: none;
}
.adhesion-content [data-group="89"] .wapf-radios .wapf-checkable .wapf-input-label .cotisation-price {
  display: flex;
  color: var(--Bordeau, #5A1E1E);
  font-family: Limelight;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: baseline;
  padding-right: 50px;
}
.adhesion-content [data-group="89"] .wapf-radios .wapf-checkable .wapf-input-label .cotisation-price .currency-symbol {
  font-size: 16px;
}
.adhesion-content [data-group="220"] {
  display: flex;
  flex-basis: 100%;
  padding: 15px;
  align-items: center;
  border-radius: 16px;
  background: #F6F6F6;
  flex-wrap: wrap;
  gap: 9px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  margin-top: 20px;
}
.adhesion-content [data-group="220"]:before {
  color: #000;
  font-family: Limelight;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex-basis: 100%;
  align-self: center;
}
.adhesion-content [data-group="220"] .wapf-field-row {
  flex-basis: 50%;
}
.adhesion-content [data-group="220"] .wapf-field-row .wapf-field-container {
  padding: 0;
}
.adhesion-content [data-group="220"] .wapf-field-row .wapf-field-container .wapf-field-label {
  display: none;
}
.adhesion-content [data-group="220"].active {
  display: flex;
}
.adhesion-content [data-group="220"] .action {
  text-align: center;
  flex-basis: 100%;
  justify-content: flex-end;
}
.adhesion-content .wapf-field-group {
  display: none;
  padding-bottom: 50px;
}
.adhesion-content .wapf-field-group.active {
  display: block;
}
.adhesion-content .wapf-field-group.active[data-group="67"], .adhesion-content .wapf-field-group.active[data-group="220"] {
  display: flex;
}
.adhesion-content .preview-content {
  box-shadow: -9px 0 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.adhesion-content .preview-content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 75px;
}
.adhesion-content .preview-content h3 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  color: var(--noir);
  font-family: "Limelight", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-size: 24px;
  padding: 25px 10px;
}
@media (min-width: 1280px) {
  .adhesion-content .preview-content h3 span {
    font-size: 30px;
    padding: 25px;
  }
}
@media (min-width: 1700px) {
  .adhesion-content .preview-content h3 span {
    font-size: 32px;
  }
}
.adhesion-content .preview-content h3 span {
  background: var(--jaunepale);
}
.adhesion-content .preview-content .preview-detail {
  background-color: #fff;
  padding: 20px 75px;
  display: none;
}
.adhesion-content .preview-content .preview-detail.active {
  display: flex;
}
.adhesion-content .preview-content .preview-detail .titre {
  display: inline-flex;
  padding: 10px 30px;
  align-items: center;
  gap: 27px;
  border-radius: 16px;
  background: var(--Jaune, #F9CF49);
  color: #000;
  font-family: Limelight;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}
.adhesion-content .preview-content .preview-detail .titre .btn-edit {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: var(--Bordeau, #5A1E1E);
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -17px;
  display: none;
}
.adhesion-content .preview-content .preview-detail .titre .btn-edit.active {
  display: flex;
}
.adhesion-content .preview-content .preview-detail ul {
  margin: 10px 0;
  color: #000;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style-type: disc;
}
.adhesion-content .preview-content .preview-detail ul > li {
  margin-left: 44px;
}
.adhesion-content .preview-content .preview-detail + .preview-detail {
  margin-top: 10px;
}
.adhesion-content .preview-content .action {
  width: 100%;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 66px;
}
.adhesion-content .preview-content .action .action-btn {
  display: none;
  margin-top: 20px;
}
.adhesion-content .preview-content .action .action-btn.active {
  display: block;
}
.adhesion-content .wapf-product-totals {
  display: none !important;
}
.adhesion-content .single_add_to_cart_button {
  padding: 30px 25px;
  justify-content: center;
  align-items: center;
  gap: 11px;
  border-radius: 8px;
  border: 0;
  background: #29881C;
  color: #FFF;
  text-align: center;
  font-family: Lora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 86%;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: none;
  transition: all 0.5s;
}
.adhesion-content .single_add_to_cart_button.active {
  display: flex;
}
.adhesion-content .single_add_to_cart_button:hover {
  background: var(--Jaune, #F9CF49);
}

.carte path {
  stroke: #fff;
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-opacity: 0.25;
  fill: #e0e0e0;
  transition: fill 0.5s;
}
.carte .region:hover path,
.carte .region.active path {
  fill: var(--jaune);
}

.wapf-product-totals {
  display: none;
}

/* ========================================
   Responsive adaptations pour page cotisation
   ======================================== */
/* Tablette et moins */
@media (max-width: 1279px) {
  .adhesion-content {
    flex-direction: column;
  }
  .adhesion-content .form-content {
    flex-basis: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .adhesion-content .preview-content h3,
  .adhesion-content .preview-content .preview-detail {
    display: none !important;
  }
  .adhesion-content [data-group="67"] {
    width: 100%;
    max-width: 479px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .adhesion-content [data-group="66"] .bloc-traction {
    width: 100%;
    max-width: 753px;
    box-sizing: border-box;
  }
  .adhesion-content [data-group="65"] .carte-conteneur {
    width: 100%;
    max-width: 919px;
  }
  .adhesion-content [data-group="65"] .carte-conteneur .carte {
    width: 100%;
    max-width: 534px;
  }
  .adhesion-content [data-group="65"] .carte-conteneur .wapf-radios .wapf-checkable {
    width: 100%;
    flex-basis: 48%;
  }
}
@media (max-width: 991px) {
  .adhesion-content [data-group="65"] .carte-conteneur .wapf-radios .wapf-checkable {
    flex-basis: 100%;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .adhesion-content .form-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .adhesion-content .wapf-field-group:not([data-group="220"])::before {
    font-size: 24px;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
  .adhesion-content [data-group="67"] {
    padding-left: 0;
    padding-right: 0;
  }
  .adhesion-content [data-group="67"] .wapf-field-row {
    flex-basis: 100%;
  }
  .adhesion-content [data-group="67"] .wapf-field-row:has([name="wapf[field_68e29183b9987]"]), .adhesion-content [data-group="67"] .wapf-field-row:has([name="wapf[field_68e29183b9974]"]) {
    flex-basis: 100%;
  }
  .adhesion-content [data-group="67"] .wapf-field-row:has([name="wapf[field_68e29183b9987]"]) + .wapf-field-row, .adhesion-content [data-group="67"] .wapf-field-row:has([name="wapf[field_68e29183b9974]"]) + .wapf-field-row {
    flex-basis: 100%;
  }
  .adhesion-content [data-group="66"] .bloc-traction {
    width: 100%;
    padding: 10px;
  }
  .adhesion-content [data-group="65"] .carte-conteneur {
    flex-direction: column;
    width: 100%;
  }
  .adhesion-content [data-group="65"] .carte-conteneur .carte {
    width: 100%;
    height: auto;
  }
  .adhesion-content [data-group="65"] .carte-conteneur .carte svg {
    width: 100%;
    height: auto;
  }
  .adhesion-content [data-group="65"] .carte-conteneur .wapf-radios .wapf-checkable {
    width: 100%;
    flex-basis: 48%;
  }
  .adhesion-content [data-group="89"] .wapf-radios .wapf-checkable {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .adhesion-content [data-group="89"] .wapf-radios .wapf-checkable .wapf-input-label .cotisation-price {
    display: block;
    margin-top: 5px;
    padding-right: 0;
    justify-content: flex-start;
  }
  .adhesion-content .bloc-traction {
    width: 100%;
  }
}
/* Très petits écrans */
@media (max-width: 479px) {
  .adhesion-content .wapf-field-group:not([data-group="220"])::before {
    font-size: 20px;
  }
  .adhesion-content [data-group="67"] .wapf-field-row {
    flex-basis: 100% !important;
  }
  .adhesion-content [data-group="220"] .wapf-field-row {
    flex-basis: 100% !important;
  }
}
.adherez-bloc-wrapper,
.home-adherez-wrapper {
  background: url(../images/home-fond-adherez.png) no-repeat 50% 50%;
  background-size: cover;
  padding: 58px 0;
}
@media screen and (max-width: 1279px) {
  .adherez-bloc-wrapper .container,
  .home-adherez-wrapper .container {
    padding: 0;
  }
}
.adherez-bloc-wrapper .adherez-bloc-content,
.adherez-bloc-wrapper .home-adherez-content,
.home-adherez-wrapper .adherez-bloc-content,
.home-adherez-wrapper .home-adherez-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.65);
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  padding: 15px 20px;
  gap: 50px;
}
@media (min-width: 1024px) {
  .adherez-bloc-wrapper .adherez-bloc-content,
  .adherez-bloc-wrapper .home-adherez-content,
  .home-adherez-wrapper .adherez-bloc-content,
  .home-adherez-wrapper .home-adherez-content {
    width: 650px;
    padding: 15px 20px;
    gap: 30px;
  }
}
@media (min-width: 1280px) {
  .adherez-bloc-wrapper .adherez-bloc-content,
  .adherez-bloc-wrapper .home-adherez-content,
  .home-adherez-wrapper .adherez-bloc-content,
  .home-adherez-wrapper .home-adherez-content {
    width: 650px;
    padding: 30px 45px;
    gap: 40px;
  }
}
@media (min-width: 1700px) {
  .adherez-bloc-wrapper .adherez-bloc-content,
  .adherez-bloc-wrapper .home-adherez-content,
  .home-adherez-wrapper .adherez-bloc-content,
  .home-adherez-wrapper .home-adherez-content {
    width: 857px;
    padding: 40px 65px;
    gap: 51px;
  }
}
.adherez-bloc-wrapper .adherez-bloc-content h3,
.adherez-bloc-wrapper .home-adherez-content h3,
.home-adherez-wrapper .adherez-bloc-content h3,
.home-adherez-wrapper .home-adherez-content h3 {
  text-align: center;
}
.adherez-bloc-wrapper .adherez-bloc-content h3 span,
.adherez-bloc-wrapper .home-adherez-content h3 span,
.home-adherez-wrapper .adherez-bloc-content h3 span,
.home-adherez-wrapper .home-adherez-content h3 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  color: var(--noir);
  font-family: "Limelight", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-size: 24px;
  padding: 25px 10px;
}
@media (min-width: 1280px) {
  .adherez-bloc-wrapper .adherez-bloc-content h3 span,
  .adherez-bloc-wrapper .home-adherez-content h3 span,
  .home-adherez-wrapper .adherez-bloc-content h3 span,
  .home-adherez-wrapper .home-adherez-content h3 span {
    font-size: 30px;
    padding: 25px;
  }
}
@media (min-width: 1700px) {
  .adherez-bloc-wrapper .adherez-bloc-content h3 span,
  .adherez-bloc-wrapper .home-adherez-content h3 span,
  .home-adherez-wrapper .adherez-bloc-content h3 span,
  .home-adherez-wrapper .home-adherez-content h3 span {
    font-size: 32px;
  }
}
.adherez-bloc-wrapper .adherez-bloc-content h3 span,
.adherez-bloc-wrapper .home-adherez-content h3 span,
.home-adherez-wrapper .adherez-bloc-content h3 span,
.home-adherez-wrapper .home-adherez-content h3 span {
  background: var(--jaunepale);
}
.adherez-bloc-wrapper .adherez-bloc-content .texte,
.adherez-bloc-wrapper .home-adherez-content .texte,
.home-adherez-wrapper .adherez-bloc-content .texte,
.home-adherez-wrapper .home-adherez-content .texte {
  color: #FFF;
  text-align: center;
  font-family: Lora;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .adherez-bloc-wrapper .adherez-bloc-content .texte,
  .adherez-bloc-wrapper .home-adherez-content .texte,
  .home-adherez-wrapper .adherez-bloc-content .texte,
  .home-adherez-wrapper .home-adherez-content .texte {
    font-size: 16px;
    width: 600px;
  }
}
@media (min-width: 1280px) {
  .adherez-bloc-wrapper .adherez-bloc-content .texte,
  .adherez-bloc-wrapper .home-adherez-content .texte,
  .home-adherez-wrapper .adherez-bloc-content .texte,
  .home-adherez-wrapper .home-adherez-content .texte {
    font-size: 16px;
    width: 600px;
  }
}
@media (min-width: 1700px) {
  .adherez-bloc-wrapper .adherez-bloc-content .texte,
  .adherez-bloc-wrapper .home-adherez-content .texte,
  .home-adherez-wrapper .adherez-bloc-content .texte,
  .home-adherez-wrapper .home-adherez-content .texte {
    font-size: 16px;
    width: 727px;
  }
}
.adherez-bloc-wrapper .adherez-bloc-content .action,
.adherez-bloc-wrapper .home-adherez-content .action,
.home-adherez-wrapper .adherez-bloc-content .action,
.home-adherez-wrapper .home-adherez-content .action {
  padding-bottom: 27px;
}
.adherez-bloc-wrapper .adherez-bloc-content .action .btn-adherez,
.adherez-bloc-wrapper .home-adherez-content .action .btn-adherez,
.home-adherez-wrapper .adherez-bloc-content .action .btn-adherez,
.home-adherez-wrapper .home-adherez-content .action .btn-adherez {
  display: inline-flex;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  gap: 11px;
  border-radius: 8px;
  color: var(--blanc);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 86%;
  font-size: 12px;
  height: 38px;
  transition: all 0.5s;
}
@media (min-width: 1280px) {
  .adherez-bloc-wrapper .adherez-bloc-content .action .btn-adherez,
  .adherez-bloc-wrapper .home-adherez-content .action .btn-adherez,
  .home-adherez-wrapper .adherez-bloc-content .action .btn-adherez,
  .home-adherez-wrapper .home-adherez-content .action .btn-adherez {
    font-size: 16px;
    height: 46px;
  }
}
.adherez-bloc-wrapper .adherez-bloc-content .action .btn-adherez,
.adherez-bloc-wrapper .home-adherez-content .action .btn-adherez,
.home-adherez-wrapper .adherez-bloc-content .action .btn-adherez,
.home-adherez-wrapper .home-adherez-content .action .btn-adherez {
  background: var(--jaune);
  color: #020202;
  font-size: 14px;
}
.adherez-bloc-wrapper .adherez-bloc-content .action .btn-adherez:before,
.adherez-bloc-wrapper .home-adherez-content .action .btn-adherez:before,
.home-adherez-wrapper .adherez-bloc-content .action .btn-adherez:before,
.home-adherez-wrapper .home-adherez-content .action .btn-adherez:before {
  content: url(../images/ico-cart-btn.svg);
  display: inline-block;
}

.progress-steps {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 25px 0;
}
.progress-steps__container {
  position: relative;
  width: 805px;
  height: 65px;
}
.progress-steps__line {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;
  height: 2px;
  background-color: #c9c9c9;
  border-bottom-right-radius: 20px;
}
.progress-steps__step {
  position: absolute;
  top: 5px;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.progress-steps__step[data-step="1"] {
  left: 35.5px;
}
.progress-steps__step[data-step="2"] {
  left: 252.5px;
}
.progress-steps__step[data-step="3"] {
  left: 469.5px;
}
.progress-steps__step[data-step="4"] {
  left: 686.5px;
}
.progress-steps__step.is-active .progress-steps__icon-wrapper {
  filter: none;
  opacity: 1;
}
.progress-steps__step.is-active .progress-steps__icon-wrapper .icon-inner {
  --fill-0: var(--Jaune, #F9CF49);
}
.progress-steps__step.is-active .progress-steps__icon-wrapper .icon-main,
.progress-steps__step.is-active .progress-steps__icon-wrapper .icon-part {
  --stroke-0: #000;
}
.progress-steps__step:not(.is-active) .progress-steps__icon-wrapper {
  filter: grayscale(1);
}
.progress-steps__icon-wrapper {
  position: relative;
  width: 50px;
  height: 50px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  overflow: visible;
}
.progress-steps__icon-wrapper .icon-layer {
  position: absolute;
  display: block;
  max-width: none;
}
.progress-steps__icon-wrapper .icon-circle-outer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.progress-steps__icon-wrapper .icon-inner {
  top: 2%;
  left: 2%;
  width: 96%;
  height: 96%;
}
.progress-steps__icon-wrapper .icon-main {
  top: 22%;
  left: 22%;
  width: 58%;
  height: 58%;
}
[data-step="1"] .progress-steps__icon-wrapper .icon-part-1 {
  top: 42%;
  left: 31%;
  width: 38%;
  height: 42%;
}
[data-step="1"] .progress-steps__icon-wrapper .icon-part-2 {
  top: 14%;
  left: 38%;
  width: 24%;
  height: 24%;
}
[data-step="3"] .progress-steps__icon-wrapper .icon-part-1 {
  top: 56%;
  left: 55%;
  width: 20%;
  height: 20%;
}
[data-step="3"] .progress-steps__icon-wrapper .icon-part-2 {
  top: 26%;
  left: 24%;
  width: 42%;
  height: 50%;
}
[data-step="3"] .progress-steps__icon-wrapper .icon-part-3 {
  top: 68.5%;
  left: 65%;
  width: 12%;
  height: 8%;
}
[data-step="3"] .progress-steps__icon-wrapper .icon-part-4 {
  top: 38%;
  left: 37%;
  width: 16%;
  height: 16%;
}

@media (max-width: 1024px) {
  .progress-steps__container {
    width: 100%;
    max-width: 805px;
    padding: 0 20px;
  }
  .progress-steps__line {
    width: calc(100% - 60px);
  }
  .progress-steps__step[data-step="1"] {
    left: 5%;
  }
  .progress-steps__step[data-step="2"] {
    left: 31%;
  }
  .progress-steps__step[data-step="3"] {
    left: 58%;
  }
  .progress-steps__step[data-step="4"] {
    left: 85%;
  }
}
@media (max-width: 768px) {
  .progress-steps {
    padding: 15px 0;
  }
  .progress-steps__container {
    height: 50px;
  }
  .progress-steps__step {
    width: 40px;
    height: 40px;
    top: 5px;
  }
  .progress-steps__icon-wrapper {
    width: 40px;
    height: 40px;
  }
  .progress-steps__line {
    height: 1px;
  }
}
@media (max-width: 576px) {
  .progress-steps {
    padding: 10px 0;
  }
  .progress-steps__container {
    width: 100%;
    padding: 0 10px;
  }
  .progress-steps__step {
    width: 35px;
    height: 35px;
  }
  .progress-steps__icon-wrapper {
    width: 35px;
    height: 35px;
  }
}
.wc-block-components-product-metadata {
  font-size: 14px !important;
}

/* === Pop-up Panier === */
.cart-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.cart-modal.active {
  display: block;
}

.cart-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.cart-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border: 1px solid #e0e0e0;
  padding: 32px;
  max-width: 440px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
}

.cart-modal-title {
  color: #1D1D1D;
  font-family: Limelight, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.cart-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.cart-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.cart-item-image {
  width: 60px;
  height: 60px;
  background: #6B6B6B;
  flex-shrink: 0;
  overflow: hidden;
}
.cart-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-item-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.cart-empty {
  text-align: center;
  padding: 40px 20px;
  color: #1D1D1D;
  font-family: "Lora", serif;
  font-size: 16px;
}

.cart-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cart-item-name {
  color: #1D1D1D;
  font-family: "Lora", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.cart-item-quantity {
  color: #1D1D1D;
  font-family: "Lora", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.cart-item-price {
  color: #1D1D1D;
  font-family: "Lora", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  flex-shrink: 0;
}

.cart-footer {
  border-top: 1px solid #e0e0e0;
  padding-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-total span:first-child {
  color: #1D1D1D;
  font-family: "Lora", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}

.cart-total-amount {
  color: #1D1D1D;
  font-family: "Lora", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}

.cart-validate-btn {
  width: 100%;
  max-width: 107px;
  align-self: flex-end;
  font-size: 14px;
  font-family: Limelight;
  font-weight: normal;
}

/* Badge de compteur du panier */
.cart-count {
  position: absolute;
  bottom: -3px;
  right: -4px;
  background: #5A1E1E;
  color: white;
  font-family: "Lora", serif;
  font-size: 8px;
  font-weight: 700;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* === Pop-up Mon compte === */
.account-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.account-modal.active {
  display: block;
}

.account-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.account-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border: 1px solid #e0e0e0;
  padding: 32px;
  width: 441px;
  max-width: 90%;
}

.account-modal-title {
  color: #1D1D1D;
  font-family: Limelight, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}

.account-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.account-icon {
  width: 70px;
  height: 70px;
}

.account-btn {
  width: 160px;
  font-size: 14px;
  font-family: Limelight;
  font-weight: normal;
}

.account-separator {
  height: 1px;
  background: #e0e0e0;
  margin: 24px 0;
}

.account-subtitle {
  color: #1D1D1D;
  font-family: Limelight, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 8px 0;
}

.account-text {
  color: #1D1D1D;
  font-family: "Lora", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 16px 0;
}

.dates-historiques-list {
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media screen and (max-width: 1699px) {
  .dates-historiques-list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 639px) {
  .dates-historiques-list {
    padding: 0;
  }
}
.dates-historiques-list .date-historique-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 639px) {
  .dates-historiques-list .date-historique-item {
    flex-direction: column;
  }
}
.dates-historiques-list .date-historique-item .date-historique-year {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--Jaune, #F9CF49);
  color: #000;
  text-align: center;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  flex-shrink: 0;
}
@media screen and (max-width: 639px) {
  .dates-historiques-list .date-historique-item .date-historique-year {
    width: 100%;
  }
}
.dates-historiques-list .date-historique-item .date-historique-content {
  display: flex;
  flex-basis: 680px;
  padding: 15px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #F3F3F3;
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex-shrink: 1;
}
@media screen and (max-width: 639px) {
  .dates-historiques-list .date-historique-item .date-historique-content {
    flex-basis: auto;
    width: 100%;
  }
}

.dates-historiques-telecharger {
  margin-top: 57px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .dates-historiques-telecharger {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.liens-list-wrapper {
  padding: 0 0 15px;
}
.liens-list-wrapper .liens-list-container {
  min-height: 400px;
  transition: opacity 0.3s ease;
}
.liens-list-wrapper .liens-loading {
  display: none;
}
.liens-list-wrapper .liens-loading .skeleton-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.liens-list-wrapper .liens-loading .skeleton-item {
  padding: 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.liens-list-wrapper .liens-loading .skeleton-item .skeleton-title {
  height: 24px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 60%;
}
.liens-list-wrapper .liens-loading .skeleton-item .skeleton-region {
  height: 16px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 4px;
  width: 30%;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.liens-filters {
  display: flex;
  width: 100%;
  padding: 25px 100px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #F1F1F1;
}
.liens-filters:before {
  position: absolute;
  left: 0;
  right: 0;
  height: 83px;
  background-color: #F1F1F1;
  display: block;
  content: "";
  z-index: 1;
}
.liens-filters .region-filter-select {
  display: flex;
  height: 33px;
  padding: 4px 10px;
  align-items: center;
  gap: 10px;
  border: 1px solid #E6E7E7;
  background-color: #FFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25px;
  width: 250px;
  position: relative;
  z-index: 2;
}
.liens-filters .region-filter-select:hover {
  border-color: var(--Jaune, #F9CF49);
}
.liens-filters .region-filter-select:focus {
  outline: none;
  border-color: var(--Jaune, #F9CF49);
  box-shadow: 0 0 0 3px rgba(249, 207, 73, 0.2);
}
.liens-filters .region-filter-select option {
  padding: 10px;
  font-size: 16px;
}

.liens-list-container {
  margin-top: 25px;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .liens-list-container {
    margin-top: 0;
  }
}

.liens-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lien-item {
  display: flex;
  width: 100%;
  padding: 10px 55px 10px 55px;
  justify-content: center;
  align-items: center;
  gap: 35px;
  border-radius: 16px;
  border: 1px solid #E6E7E7;
  background: #FFFDFD;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
@media screen and (max-width: 1279px) {
  .lien-item {
    flex-direction: column;
    gap: 0;
    padding: 10px 45px;
  }
}
.lien-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.lien-item .lien-region {
  color: #000;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  flex-basis: 250px;
}
@media screen and (max-width: 1279px) {
  .lien-item .lien-region {
    flex-basis: auto;
  }
}
.lien-item .lien-titre {
  color: #000;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex-grow: 1;
  display: flex;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .lien-item .lien-titre {
    flex-direction: column;
  }
}
.lien-item .lien-titre:before {
  content: "";
  display: block;
  width: 1px;
  height: 46px;
  background: #E6E7E7;
  margin-left: 35px;
  margin-right: 35px;
}
@media screen and (max-width: 1279px) {
  .lien-item .lien-titre:before {
    width: 100%;
    height: 1px;
    margin: 15px auto;
  }
}
.lien-item .lien-btn {
  flex-shrink: 0;
  display: flex;
}
@media screen and (max-width: 1279px) {
  .lien-item .lien-btn {
    align-items: center;
  }
}
.lien-item .lien-btn a {
  color: #FFF;
  text-align: center;
  font-family: Lora;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 86%;
  /* 8.6px */
}
.lien-item .lien-btn a:after {
  display: none;
}
@media screen and (max-width: 1279px) {
  .lien-item .lien-btn a {
    display: inline-flex;
    width: 90px;
  }
}
@media screen and (max-width: 1279px) {
  .lien-item .lien-btn {
    flex-direction: column;
    width: 100%;
  }
}
.lien-item .lien-btn:before {
  content: "";
  display: block;
  width: 1px;
  height: 46px;
  background: #E6E7E7;
  margin-left: 35px;
  margin-right: 35px;
}
@media screen and (max-width: 1279px) {
  .lien-item .lien-btn:before {
    width: 100%;
    height: 1px;
    margin: 15px auto;
  }
}

.liens-pagination {
  display: flex;
  justify-content: center;
}
.liens-pagination > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 15px;
  border: 1px solid #d8d8d8;
}
.liens-pagination > div .liens-page-btn {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 111%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.liens-pagination > div .liens-page-btn.active {
  background: var(--Jaune, #F9CF49);
  color: #000;
  font-weight: 700;
}
.liens-pagination > div .liens-page-btn:not(.active):hover {
  background: var(--Jaune, #F9CF49);
  color: #000;
}
.liens-pagination > div .liens-page-btn + .liens-page-btn {
  border-left: 1px solid #d8d8d8;
}
.liens-pagination > div .liens-page-dots {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 700;
  border-left: 1px solid #d8d8d8;
  pointer-events: none;
}

.renseignements-bloc-wrapper {
  background: #F1F1F1;
  padding: 48px 0 50px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 44px;
  align-self: stretch;
}
.renseignements-bloc-wrapper .renseignements-titre {
  margin-bottom: 44px;
  text-align: center;
}
.renseignements-bloc-wrapper .renseignements-titre h2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  color: var(--noir);
  font-family: "Limelight", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-size: 24px;
  padding: 25px 10px;
  text-transform: initial;
}
@media (min-width: 1280px) {
  .renseignements-bloc-wrapper .renseignements-titre h2 {
    font-size: 30px;
    padding: 25px;
  }
}
@media (min-width: 1700px) {
  .renseignements-bloc-wrapper .renseignements-titre h2 {
    font-size: 32px;
  }
}
.renseignements-bloc-wrapper .renseignements-titre h2 {
  background: var(--jaunepale);
}
.renseignements-bloc-wrapper .renseignements-blocs {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding: 0 53px;
  gap: 44px;
}
@media screen and (max-width: 1280px) {
  .renseignements-bloc-wrapper .renseignements-blocs {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .renseignements-bloc-wrapper .renseignements-blocs {
    padding-left: 0;
    padding-right: 0;
  }
}
.renseignements-bloc-wrapper .renseignements-blocs .renseignements-bloc {
  display: flex;
  flex-grow: 1;
  align-items: stretch;
  gap: 10px;
  padding: 95px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1440px) {
  .renseignements-bloc-wrapper .renseignements-blocs .renseignements-bloc {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1280px) {
  .renseignements-bloc-wrapper .renseignements-blocs .renseignements-bloc {
    padding: 40px 25px;
  }
}
.renseignements-bloc-wrapper .renseignements-blocs .renseignements-bloc h3 {
  font-size: 24px;
  font-family: Limelight;
  text-align: center;
}
.renseignements-bloc-wrapper .renseignements-blocs .renseignements-bloc .texte {
  font-size: 16px;
  text-align: center;
}
.renseignements-bloc-wrapper .renseignements-blocs .renseignements-bloc .texte .action {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .renseignements-bloc-wrapper .renseignements-blocs .renseignements-bloc .texte .action {
    flex-direction: column;
  }
}
.renseignements-bloc-wrapper .renseignements-blocs .renseignements-bloc.renseignements-bloc-02 {
  gap: 35px;
}
.renseignements-bloc-wrapper .renseignements-blocs .renseignements-bloc.renseignements-bloc-02 h3 {
  font-size: 36px;
}
.renseignements-bloc-wrapper .renseignements-blocs .renseignements-bloc.renseignements-bloc-03 {
  gap: 10px;
}

/* ============================================================================
   Tractions des membres
   ============================================================================ */
/* Archive page */
.tractions-archive {
  padding: 60px 0;
}
.tractions-archive .container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 128px;
}
@media (max-width: 1200px) {
  .tractions-archive .container {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .tractions-archive .container {
    padding: 0 20px;
  }
}

.archive-header {
  text-align: center;
  margin-bottom: 50px;
}
.archive-header .archive-title {
  font-family: Limelight, serif;
  font-size: 40px;
  font-weight: 700;
  color: #1D1D1D;
  margin-bottom: 20px;
}
.archive-header .archive-description {
  font-family: "Lora", serif;
  font-size: 18px;
  color: #6B6B6B;
  max-width: 800px;
  margin: 0 auto;
}

/* Grid layout */
.tractions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(521px, 1fr));
  gap: 50px;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .tractions-grid {
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .tractions-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* Traction card */
.traction-card {
  border: 1px solid #e6e7e7;
  border-radius: 16px;
  padding: 11px 49px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background: #fff;
  transition: all 0.3s ease;
  min-height: 535px;
  position: relative;
}
.traction-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-color: #d0d1d1;
}
@media (max-width: 768px) {
  .traction-card {
    padding: 15px 20px;
    min-height: auto;
  }
}

.traction-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
  cursor: pointer;
}
.traction-card-inner:hover .traction-overlay {
  opacity: 1;
}

/* Traction header */
.traction-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}

.traction-modele {
  font-family: Limelight, sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #1D1D1D;
  margin: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .traction-modele {
    font-size: 32px;
  }
}

.traction-categorie {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  color: #1D1D1D;
  margin: 0;
  line-height: 1.2;
}

/* Propriétaire */
.traction-proprietaire {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  color: #1D1D1D;
  margin: 0;
  text-align: center;
}

/* Image */
.traction-image {
  width: 421px;
  height: 374px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .traction-image {
    width: 100%;
    height: 300px;
  }
}
.traction-image img {
  display: block;
}
.traction-image .traction-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}
.traction-image .traction-overlay .overlay-button {
  background: #5A1E1E;
  padding: 11px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
}
.traction-image .traction-overlay .overlay-button .button-icon {
  width: 18px;
  height: 18px;
}
.traction-image .traction-overlay .overlay-button .button-icon svg {
  width: 100%;
  height: 100%;
}
.traction-image .traction-overlay .overlay-button .button-text {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  white-space: nowrap;
}
.traction-image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.traction-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.traction-placeholder .placeholder-icon {
  width: 80px;
  height: 80px;
  fill: #d0d1d1;
}

/* Link overlay */
.traction-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* Pagination - utilise les mêmes styles que liens-pagination */
/* No tractions message */
.no-tractions {
  text-align: center;
  padding: 60px 20px;
  font-family: "Lora", serif;
  font-size: 18px;
  color: #6B6B6B;
}

/* Modal */
.traction-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.traction-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.traction-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.traction-modal-content {
  position: relative;
  background: white;
  max-width: 1200px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 8px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.traction-modal.active .traction-modal-content {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 768px) {
  .traction-modal-content {
    max-width: 95%;
  }
}

.traction-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  z-index: 2;
}
.traction-modal-close:hover {
  background: rgba(0, 0, 0, 0.7);
}

.traction-modal-image {
  width: 100%;
  max-height: 70vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}
.traction-modal-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.traction-modal-description {
  padding: 30px;
  background: white;
}
.traction-modal-description p {
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1D1D1D;
  margin: 0;
}

.tractions-membre-header {
  display: flex;
  padding: 25px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #EEE;
}
.tractions-membre-header .texte {
  color: #000;
  text-align: center;
  font-family: Limelight;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-self: stretch;
}
.tractions-membre-header .action {
  text-align: center;
}
.tractions-membre-header .action a {
  border-radius: 8px;
}

/**
 * Single Product Page Styles
 * Based on Figma design "Le club - La boutique Détail"
 */
body.single-product .product-title-bar {
  background-color: #FFCD64;
  padding: 25px 0;
}
body.single-product .product-title-bar .container {
  display: flex;
  align-items: center;
  gap: 103px;
}

body.single-product .back-to-shop {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  color: #000000;
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 1;
  transition: opacity 0.3s;
}
body.single-product .back-to-shop svg {
  width: 40px;
  height: 40px;
}
body.single-product .back-to-shop:hover {
  opacity: 0.8;
}

body.single-product .product-main-title {
  font-family: "Limelight", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}

body.single-product .single-product-container {
  padding: 25px 0;
}
body.single-product .single-product-container .container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 69px;
}
@media screen and (max-width: 1280px) {
  body.single-product .single-product-container .container {
    padding: 0;
  }
}

body.single-product .product-detail-layout {
  display: flex;
  gap: 11px;
  align-items: flex-start;
}

body.single-product .product-gallery {
  display: flex;
  flex-direction: row-reverse;
  flex-basis: 67%;
  gap: 17px;
  flex-shrink: 0;
}
body.single-product .product-gallery .product-main-image {
  flex-basis: 80%;
  border: 1px solid #DBDBDB;
  height: 554px;
}
body.single-product .product-gallery .product-main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991px) {
  body.single-product .product-gallery .product-main-image {
    flex-basis: auto;
  }
}
body.single-product .product-gallery .product-thumbnails {
  flex-basis: 19%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 991px) {
  body.single-product .product-gallery .product-thumbnails {
    flex-basis: auto;
    flex-direction: row;
  }
}
body.single-product .product-gallery .product-thumbnail {
  border: 1px solid #DBDBDB;
  max-height: 179px;
  width: 100%;
  cursor: pointer;
  transition: border-color 0.3s;
}
body.single-product .product-gallery .product-thumbnail:hover {
  border-color: #E0B64A;
}
body.single-product .product-gallery .product-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991px) {
  body.single-product .product-gallery .product-thumbnail {
    width: 33%;
  }
}
@media screen and (max-width: 1600px) {
  body.single-product .product-gallery {
    flex-basis: auto;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  body.single-product .product-gallery {
    flex-direction: column;
  }
}

body.single-product .product-info-panel {
  background-color: #F5F5F5;
  flex-basis: 33%;
  padding: 24px 15px;
  flex-shrink: 0;
}

body.single-product .product-info-header {
  background-color: white;
  border: 1px solid #F5F5F5;
  padding: 13px 8px;
  margin-bottom: 31px;
}
body.single-product .product-info-header .product-info-title {
  font-family: "Limelight", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}

body.single-product .product-info-panel .product-price-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 45px;
}
body.single-product .product-info-panel .product-price-section .product-price-from {
  font-family: "Lora", serif;
  font-size: 16px;
  color: #000000;
}
body.single-product .product-info-panel .product-price-section .product-sale-price {
  font-family: "Limelight", sans-serif;
  font-size: 48px;
  color: #5A1E1E;
}
body.single-product .product-info-panel .product-price-section .product-sale-price .woocommerce-Price-amount {
  font-size: inherit;
}
body.single-product .product-info-panel .product-price-section .product-sale-price .woocommerce-Price-currencySymbol {
  font-size: 24px;
}
body.single-product .product-info-panel .product-price-section .product-price-separator {
  font-family: "Limelight", sans-serif;
  font-size: 48px;
  color: #5A1E1E;
}
body.single-product .product-info-panel .product-price-section .product-regular-price del {
  font-family: "Limelight", sans-serif;
  font-size: 48px;
  color: #000000;
  text-decoration: line-through;
}
body.single-product .product-info-panel .product-price-section .product-regular-price .woocommerce-Price-currencySymbol {
  font-size: 24px;
}
@media screen and (max-width: 1280px) {
  body.single-product .product-info-panel .product-price-section {
    margin-bottom: 33px;
  }
}

body.single-product .product-short-description {
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 70px;
}
body.single-product .product-short-description p {
  margin: 0 0 10px 0;
}
body.single-product .product-short-description p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  body.single-product .product-short-description {
    margin-bottom: 27px;
    text-align: center;
  }
}

body.single-product .btn-more-info {
  display: inline-block;
  background-color: #F9CF49;
  padding: 6px 20px;
  border-radius: 16px;
  font-family: "Lora", serif;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s;
  margin-bottom: 30px;
}
body.single-product .btn-more-info:hover {
  background-color: rgb(247.3723404255, 193.9787234043, 23.6276595745);
}
@media screen and (max-width: 1280px) {
  body.single-product .btn-more-info {
    display: none;
  }
}

.product-add-to-cart-section {
  margin-top: 40px;
}
.product-add-to-cart-section .variations_form .variations-and-quantity {
  display: flex;
  gap: 11px;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .product-add-to-cart-section .variations_form .variations-and-quantity {
    justify-content: center;
  }
}
.product-add-to-cart-section .variations_form .variations {
  display: flex;
  gap: 11px;
}
.product-add-to-cart-section .variations_form .variations .variation {
  flex: 1;
}
.product-add-to-cart-section .variations_form .variations .variation label {
  display: block;
  font-family: "Lora", serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 8px;
}
.product-add-to-cart-section .variations_form .variations .variation select {
  width: 100%;
  background-color: white;
  border: 1px solid #E0E0E0;
  padding: 15px;
  font-family: "Lora", serif;
  font-size: 16px;
  color: #000000;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23000000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}
.product-add-to-cart-section .variations_form .quantity-wrapper {
  display: flex;
  flex-direction: column;
}
.product-add-to-cart-section .variations_form .quantity-wrapper label {
  font-family: "Lora", serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 8px;
}
.product-add-to-cart-section .variations_form .quantity-wrapper .quantity {
  background-color: white;
  border: 1px solid #E0E0E0;
  padding: 15px;
  width: 78px;
}
.product-add-to-cart-section .variations_form .quantity-wrapper .quantity input[type=number] {
  width: 100%;
  border: none;
  text-align: center;
  font-family: "Lora", serif;
  font-size: 16px;
  background: transparent;
}
.product-add-to-cart-section .variations_form .quantity-wrapper .quantity input[type=number]::-webkit-outer-spin-button, .product-add-to-cart-section .variations_form .quantity-wrapper .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-add-to-cart-section .variations_form .quantity-wrapper .quantity input[type=number][type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.product-add-to-cart-section .variations_form .cart-actions {
  margin-top: 20px;
}
.product-add-to-cart-section .variations_form .cart-actions .single_add_to_cart_button {
  background-color: #000000;
  color: white;
  border: none;
  border-radius: 16px;
  padding: 15px 12px;
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: "Limelight", sans-serif;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
  justify-content: center;
}
.product-add-to-cart-section .variations_form .cart-actions .single_add_to_cart_button:hover {
  background: var(--Jaune, #F9CF49);
}
.product-add-to-cart-section .variations_form .cart-actions .single_add_to_cart_button::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cpath d='M13.4361 42.7033C14.5906 42.7033 15.5265 41.7674 15.5265 40.6129C15.5265 39.4584 14.5906 38.5225 13.4361 38.5225C12.2816 38.5225 11.3457 39.4584 11.3457 40.6129C11.3457 41.7674 12.2816 42.7033 13.4361 42.7033Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.4322 42.7033C37.5867 42.7033 38.5226 41.7674 38.5226 40.6129C38.5226 39.4584 37.5867 38.5225 36.4322 38.5225C35.2777 38.5225 34.3418 39.4584 34.3418 40.6129C34.3418 41.7674 35.2777 42.7033 36.4322 42.7033Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1H5.18081L10.7413 26.9628C10.9453 27.9137 11.4743 28.7636 12.2374 29.3665C13.0005 29.9693 13.9499 30.2873 14.9221 30.2657H35.3663C36.3178 30.2641 37.2403 29.9381 37.9814 29.3414C38.7226 28.7446 39.238 27.913 39.4426 26.9837L42.8917 11.452H7.41754' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  flex-shrink: 0;
}
.product-add-to-cart-section .variations_form .cart-actions .single_add_to_cart_button.disabled {
  background-color: #000000;
}
.product-add-to-cart-section .variations_form .cart-actions .single_add_to_cart_button.disabled:hover {
  background-color: #000000;
}
@media screen and (max-width: 1280px) {
  .product-add-to-cart-section .variations_form .cart-actions {
    display: flex;
    justify-content: center;
  }
  .product-add-to-cart-section .variations_form .cart-actions .single_add_to_cart_button {
    width: 100%;
  }
}

.product-description-section {
  padding: 50px 0;
}
.product-description-section .container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 69px;
}
@media screen and (max-width: 1280px) {
  .product-description-section .container {
    padding: 0;
  }
}
@media screen and (max-width: 1280px) {
  .product-description-section {
    padding-top: 25px;
  }
}

.product-description-box {
  background-color: #F5F5F5;
  border: 1px solid #E0E0E0;
  padding: 13px 20px;
}
@media screen and (max-width: 1280px) {
  .product-description-box {
    background-color: transparent;
    border: 0;
  }
}
.product-description-box .description-header {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-bottom: 20px;
}
.product-description-box .description-header svg {
  width: 39px;
  height: 39px;
}
.product-description-box .description-header h2 {
  font-family: "Limelight", sans-serif;
  font-size: 36px;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .product-description-box .description-header {
    flex-direction: column;
    justify-content: center;
  }
}
.product-description-box .description-content {
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.product-description-box .description-content p {
  margin: 0 0 15px 0;
}
.product-description-box .description-content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .product-description-box .description-content {
    text-align: center;
  }
}

.related-products-section {
  padding: 0 0 50px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .related-products-section {
    padding: 0 10px;
  }
}
.related-products-section.loading .products-wrapper {
  opacity: 0;
}
.related-products-section.loading .products-pagination {
  opacity: 0;
}
.related-products-section .section-title {
  text-align: center;
  margin-bottom: 40px;
}
.related-products-section .section-title h2 {
  display: inline-block;
  background-color: #FFCD64;
  padding: 25px;
  border-radius: 16px;
  font-family: "Limelight", sans-serif;
  font-size: 40px;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .related-products-section .section-title h2 {
    font-size: 24px;
    width: 100%;
  }
}
.related-products-section .products-grid {
  position: relative;
  min-height: 400px;
}
.related-products-section .products-grid .products-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  justify-items: center;
  transition: opacity 0.3s;
}
.related-products-section .skeleton-loader {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  justify-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.related-products-section.loading .skeleton-loader {
  display: grid;
}
.related-products-section .skeleton-product {
  width: 100%;
  max-width: 300px;
}
.related-products-section .skeleton-product .skeleton-image {
  width: 100%;
  height: 300px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
  margin-bottom: 15px;
}
.related-products-section .skeleton-product .skeleton-title {
  width: 80%;
  height: 20px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
  margin-bottom: 10px;
}
.related-products-section .skeleton-product .skeleton-price {
  width: 40%;
  height: 24px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.products-pagination {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.products-pagination .pagination-numbers {
  display: flex;
  gap: 1px;
}
.products-pagination .page-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 41px;
  background-color: white;
  border: 1px solid #DBDBDB;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
  transition: background-color 0.3s;
}
.products-pagination .page-number:hover {
  background-color: rgb(252.2553191489, 233.0425531915, 171.7446808511);
}
.products-pagination .page-number.active {
  background-color: #F9CF49;
}

@media screen and (max-width: 1600px) {
  .single-product-container .container,
  .product-description-section .container,
  .related-products-section .container {
    padding: 0 69px;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1280px) {
  .single-product-container .container,
  .product-description-section .container,
  .related-products-section .container {
    padding: 0;
  }
}
@media screen and (max-width: 1600px) {
  .product-detail-layout {
    flex-direction: column;
  }
  body.single-product .product-info-panel {
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .related-products-section .products-grid .products-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .related-products-section .skeleton-loader {
    grid-template-columns: repeat(3, 1fr);
  }
  .related-products-section .skeleton-loader .skeleton-product:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .related-products-section .products-grid .products-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .related-products-section .skeleton-loader {
    grid-template-columns: repeat(2, 1fr);
  }
  .related-products-section .skeleton-loader .skeleton-product:nth-child(3),
  .related-products-section .skeleton-loader .skeleton-product:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .product-gallery {
    display: flex;
    gap: 20px;
  }
  .product-gallery .product-thumbnails {
    flex-direction: row;
    overflow-x: auto;
  }
}
@media screen and (max-width: 992px) {
  .related-products-section .products-grid .products-wrapper {
    grid-template-columns: 1fr;
  }
  .related-products-section .skeleton-loader {
    grid-template-columns: 1fr;
  }
  .related-products-section .skeleton-loader .skeleton-product:nth-child(2),
  .related-products-section .skeleton-loader .skeleton-product:nth-child(3),
  .related-products-section .skeleton-loader .skeleton-product:nth-child(4) {
    display: none;
  }
  .product-gallery .product-thumbnails {
    overflow-x: visible;
  }
}
@media screen and (max-width: 768px) {
  .product-title-bar .container {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .product-main-title {
    font-size: 28px;
  }
  .product-add-to-cart-section .variations_form .variations-and-quantity {
    align-items: stretch;
    width: 255px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-add-to-cart-section .variations_form .variations-and-quantity .variations {
    flex-direction: column;
  }
  .product-add-to-cart-section .variations_form .variations-and-quantity .quantity-wrapper {
    flex-basis: 20%;
  }
  .product-add-to-cart-section .variations_form .variations-and-quantity .quantity-wrapper .quantity {
    width: 100%;
  }
  .product-add-to-cart-section .variations_form .variations-and-quantity .variations {
    flex-basis: 80%;
  }
  .product-price-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.products-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  justify-items: center;
}
@media screen and (max-width: 1600px) {
  .products-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1280px) {
  .products-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .products-wrapper {
    grid-template-columns: 1fr;
  }
}

.shop-filters {
  width: 100%;
  padding: 25px 100px;
  background: #F1F1F1;
}
.shop-filters .filters-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.shop-filters .filters-container .filter-dropdown select {
  display: flex;
  height: 33px;
  padding: 4px 10px;
  align-items: center;
  gap: 10px;
  border: 1px solid #E6E7E7;
  background-color: #FFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25px;
  width: 250px;
  position: relative;
  z-index: 2;
}
.shop-filters .filters-container .filter-dropdown select:hover {
  border-color: var(--Jaune, #F9CF49);
}
.shop-filters .filters-container .filter-dropdown select:focus {
  outline: none;
  border-color: var(--Jaune, #F9CF49);
  box-shadow: 0 0 0 3px rgba(249, 207, 73, 0.2);
}
.shop-filters .filters-container .filter-dropdown select option {
  padding: 10px;
  font-size: 16px;
}

.shop-info-section {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .shop-info-section {
    flex-direction: column;
  }
}
.shop-info-section .shop-info-image {
  flex-basis: 50%;
}
@media screen and (max-width: 1280px) {
  .shop-info-section .shop-info-image {
    flex-basis: auto;
  }
}
.shop-info-section .shop-info-content {
  flex-basis: 50%;
  padding: 25px;
}
@media screen and (max-width: 1280px) {
  .shop-info-section .shop-info-content {
    flex-basis: auto;
  }
}
.shop-info-section .shop-info-content h2 {
  color: #000;
  font-family: Limelight;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}
.shop-info-section .shop-info-content h3 {
  color: #000;
  font-family: Limelight;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 0;
}
.shop-info-section .shop-info-content p + p {
  margin-top: 20px;
}

.products-grid {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.products-grid .product-item {
  display: flex;
  padding: 12px 9px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  width: 100%;
}
.products-grid .product-item .product-title {
  color: #000;
  font-family: LimeLight;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.products-grid .product-item .product-excerpt {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.products-grid .product-item .product-price-separator {
  width: 334px;
  height: 1px;
  background: #F0F0F0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11px;
}
.products-grid .product-item .product-price .price {
  color: var(--Bordeau, #5A1E1E);
  text-align: center;
  font-family: Limelight;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.products-grid .product-item .product-price .price .woocommerce-Price-currencySymbol {
  font-size: 16px;
}
.products-grid .product-item .product-actions {
  display: flex;
  gap: 10px;
}
.products-grid .product-item .product-actions .btn-detail {
  display: flex;
  width: 189px;
  height: 40px;
  padding: 5px 7px;
  align-items: flex-start;
  gap: 13px;
  border-radius: 16px;
  background: #000;
  transition: all 0.5s;
}
.products-grid .product-item .product-actions .btn-detail .btn-text {
  display: flex;
  flex-direction: column;
  color: #FFF;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.products-grid .product-item .product-actions .btn-detail .btn-text-bottom {
  color: #FFF;
  font-family: Limelight;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 93.9%;
}
.products-grid .product-item .product-actions .btn-detail:hover {
  background: var(--Jaune, #F9CF49);
}
.products-grid .product-item .product-actions .btn-detail:hover .btn-text {
  color: #000;
}
.products-grid .product-item .product-actions .btn-detail:hover .btn-text-bottom {
  color: #000;
}
.products-grid .product-item .product-actions .btn-detail:hover .btn-icon path {
  fill: #000;
}
.products-grid .product-item .product-actions .btn-add-to-cart {
  display: flex;
  width: 130px;
  height: 40px;
  padding: 4px 7px;
  align-items: center;
  gap: 7px;
  border-radius: 16px;
  background: #000;
}
.products-grid .product-item .product-actions .btn-add-to-cart .btn-text {
  display: flex;
  flex-direction: column;
  color: #FFF;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.products-grid .product-item .product-actions .btn-add-to-cart .btn-text-bottom {
  color: #FFF;
  font-family: Limelight;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 93.9%;
}
.products-grid .product-item .product-actions .btn-add-to-cart:hover {
  background: var(--Jaune, #F9CF49);
}
.products-grid .product-item .product-actions .btn-add-to-cart:hover .btn-text {
  color: #000;
}
.products-grid .product-item .product-actions .btn-add-to-cart:hover .btn-text-bottom {
  color: #000;
}
.products-grid .product-item .product-actions .btn-add-to-cart:hover .btn-icon path {
  fill: #000;
}/*# sourceMappingURL=style.css.map */