@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&family=Raleway:ital,wght@0,100..900;1,100..900&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: #FFCD65;
  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 .container {
    justify-content: center;
  }
}
@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;
  padding-left: 100px;
}
@media screen and (max-width: 1279px) {
  .page-header h1 {
    text-align: center;
    padding-left: 0;
  }
}

.back-to-events + .page-title-wrapper h1,
.back-to-salons + .page-title-wrapper h1 {
  padding-left: 0;
}

.back-to-revues + h1.page-title {
  padding-left: 0;
}

.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: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
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;
  }
}

body:not(.admin-bar) {
  padding-top: 140px;
}
@media (min-width: 1280px) {
  body:not(.admin-bar) {
    padding-top: 120px;
  }
}
@media (min-width: 1440px) {
  body:not(.admin-bar) {
    padding-top: 135px;
  }
}
@media (min-width: 1600px) {
  body:not(.admin-bar) {
    padding-top: 243px;
  }
}
@media (min-width: 1700px) {
  body:not(.admin-bar) {
    padding-top: 243px;
  }
}
@media screen and (max-width: 1279px) {
  body:not(.admin-bar) {
    padding-top: 70px;
  }
}
body.admin-bar {
  padding-top: 172px;
}
body.admin-bar header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar header {
    top: 46px;
  }
}
@media (min-width: 1280px) {
  body.admin-bar {
    padding-top: 223px;
  }
}
@media (min-width: 1440px) {
  body.admin-bar {
    padding-top: 229px;
  }
}
@media (min-width: 1600px) {
  body.admin-bar {
    padding-top: 237px;
  }
}
@media (min-width: 1700px) {
  body.admin-bar {
    padding-top: 243px;
  }
}
@media screen and (max-width: 1279px) {
  body.admin-bar {
    padding-top: 140px;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 140px;
  }
}

.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: #272727;
    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;
}
.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: 0;
    transition: all 0.5s;
  }
}
.header-container .site-branding-nav .site-nav .main-navigation > ul > li .submenu-container .sub-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li .submenu-container .sub-menu {
    gap: 35px;
    padding: 40px 170px;
  }
}
@media (min-width: 1700px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li .submenu-container .sub-menu {
    gap: 40px;
    padding: 47px 170px;
  }
}
@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: #fff;
  }
}
.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;
}
@media screen and (max-width: 1279px) {
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li {
    flex-direction: column;
    order: 3;
  }
  .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.subActive .submenu-container {
    margin-top: 25px;
  }
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li:first-child {
    order: 1;
  }
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li:last-child {
    order: 2;
  }
  .header-container .site-branding-nav .site-nav .main-navigation > ul > li > a .nav-icon + span {
    text-align: left;
  }
}
.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: #272727;
  }
}
.header-container .header-actions .header-btn {
  display: flex;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background: var(--jaune);
  color: #000;
  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 .small {
    display: inline;
  }
  .header-container .header-actions .header-btn .large {
    display: none;
  }
  .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-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: #000;
  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: #000;
  }
  .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 .container {
  padding-left: 120px;
  padding-right: 120px;
}
@media screen and (max-width: 1279px) {
  .site-header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.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: #272727;
  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;
  justify-content: center;
}
@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: #000;
    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: #000;
  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;
  font-size: 0;
}
.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;
  }
}
.page-thumbnail video {
  max-height: 672px;
  width: auto;
  width: 100%;
  height: auto;
}
.page-thumbnail .video-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--noir, #1a1a1a);
  z-index: 2;
}
.page-thumbnail .video-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top-color: var(--jaune, #f5c518);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.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;
}
@media screen and (max-width: 991px) {
  .home-content-wrapper .home-content {
    flex-direction: column;
  }
  .home-content-wrapper .home-content .illustration {
    padding: 0 5px;
    margin-bottom: 35px;
  }
  .home-content-wrapper .home-content .illustration img {
    max-width: 100%;
  }
}
.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 screen and (max-width: 991px) {
  .home-content-wrapper .home-content .content h2 {
    font-size: 24px;
    text-align: center;
  }
}
.home-content-wrapper .home-content .content p {
  max-width: 715px;
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@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;
  }
}
@media screen and (max-width: 991px) {
  .home-content-wrapper .home-content .content .wp-block-buttons {
    align-items: center;
    justify-content: center;
  }
}
.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;
}
@media screen and (max-width: 991px) {
  .home-agenda-wrapper .home-agenda h3 {
    padding-right: 0;
    text-align: center;
  }
}
.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);
}
@media screen and (min-width: 992px) {
  .home-agenda-wrapper .home-agenda #agenda-carousel-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    transform: none !important;
  }
  .home-agenda-wrapper .home-agenda #agenda-carousel-list .splide__slide--clone {
    display: none;
  }
  .home-agenda-wrapper .home-agenda #agenda-carousel-list .splide__slide {
    width: auto !important;
  }
}
.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: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-left: 53px;
}
@media screen and (max-width: 991px) {
  .home-agenda-wrapper .home-agenda-content-ligne {
    flex-direction: column;
    margin-left: 0;
  }
}
@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;
  text-transform: uppercase;
  flex-basis: 190px;
}
@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 screen and (max-width: 991px) {
  .home-agenda-wrapper .home-agenda-content-ligne .region:after {
    width: 100%;
    height: 1px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .home-agenda-wrapper .home-agenda-content-ligne .region {
    flex: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@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;
}
@media screen and (max-width: 991px) {
  .home-agenda-wrapper .home-agenda-content-ligne .date:after {
    width: 100%;
    height: 1px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .home-agenda-wrapper .home-agenda-content-ligne .date {
    flex: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.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;
}
@media screen and (max-width: 991px) {
  .home-agenda-wrapper .home-agenda-content-ligne .titre:after {
    width: 100%;
    height: 1px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .home-agenda-wrapper .home-agenda-content-ligne .titre {
    flex: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.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%;
  font-size: 10px;
}
@media screen and (max-width: 991px) {
  .home-agenda-wrapper .home-agenda-content-ligne .action a {
    height: auto;
    padding: 10px;
  }
}
.home-agenda-wrapper .home-agenda-action {
  display: flex;
  height: 46px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-left: 53px;
}
@media screen and (max-width: 991px) {
  .home-agenda-wrapper .home-agenda-action {
    margin-top: 46px;
    margin-left: 0;
    justify-content: center;
  }
}

.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: 1700px) {
  .home-events-wrapper .home-events-liste {
    gap: 40px;
  }
}
.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);
  gap: 20px;
  width: 400px;
  border-radius: 16px;
}
.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: #FFCD65;
  color: #000;
  text-align: center;
  font-family: Lora;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 170px;
  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;
  height: 50px;
}
@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;
  height: 250px;
  align-items: 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;
  justify-content: center;
}
@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);
  width: 241px;
  padding: 15px 47px;
}
.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;
  gap: 40px;
  justify-content: center;
}
.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);
  width: 241px;
}
.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;
}
@media screen and (max-width: 1279px) {
  .home-salons-wrapper .home-salons-liste-item:nth-child(4), .home-salons-wrapper .home-salons-liste-item:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .home-salons-wrapper .home-salons-liste-item:nth-child(3) {
    display: none;
  }
}
.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);
}
@media screen and (max-width: 991px) {
  .home-antennes-wrapper .home-antennes h3 {
    margin-bottom: 25px;
  }
}
.home-antennes-wrapper .home-antennes-content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .home-antennes-wrapper .home-antennes-content {
    flex-direction: column;
  }
}
.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: 640px) {
  .home-antennes-wrapper .home-antennes-content .texte {
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .home-antennes-wrapper .home-antennes-content .texte {
    padding-right: 60px;
    padding-left: 100px;
  }
}
.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%;
}
@media screen and (max-width: 991px) {
  .home-antennes-wrapper .home-antennes-content .illustration {
    margin-top: 25px;
  }
}

.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;
  justify-content: center;
  align-items: center;
}
@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 90px;
  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;
  }
}
@media (max-width: 768px) {
  .page-content-block .block-content h2 {
    text-align: center;
  }
}
.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;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 768px) {
  .page-content-block .block-content p:first-child {
    padding-top: 25px;
  }
}
.page-content-block .block-content .image-inner {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 80px;
}
.page-content-block.no-image .block-content {
  flex-basis: 100%;
}
.page-content-block.block-text-text {
  flex-direction: row !important;
}
.page-content-block.block-text-text .block-content {
  order: 1;
  flex-basis: 50%;
  padding: 25px 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 1279px) {
  .page-content-block.block-text-text .block-content {
    flex-basis: 100%;
    padding: 0 10px;
  }
}
.page-content-block.block-text-text .block-content-2 {
  order: 2;
  flex-basis: 50%;
  padding: 25px 50px;
  align-self: flex-start;
}
@media screen and (max-width: 1279px) {
  .page-content-block.block-text-text .block-content-2 {
    flex-basis: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1279px) {
  .page-content-block.block-text-text {
    flex-direction: column !important;
  }
}
.page-content-block.block-text-text h2 {
  background: linear-gradient(135deg, #f9cf49 0%, #ffcd64 100%);
  display: inline-block;
  padding: 25px 40px;
  border-radius: 16px;
  font-family: "Limelight", "Arial Black", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  box-shadow: 0 4px 12px rgba(249, 207, 73, 0.3);
  margin: 0 auto 25px;
  width: -moz-fit-content;
  width: fit-content;
}
.page-content-block.block-text-text p {
  margin-bottom: 0;
}
.page-content-block.block-text-text.no-image .block-content {
  flex-basis: 100%;
}
.page-content-block.block-text-text.no-image .block-content p {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.page-content-block.block-text-text .block-content-custom {
  padding-top: 75px;
  padding-bottom: 75px;
}
.page-content-block.block-text-text .block-content-custom p {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.page-content-block.block-text-text .block-content-custom {
  flex-basis: 100%;
}
.page-content-block .block-image {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.page-content-block .block-image img {
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .page-content-block .block-image img {
    max-width: 100%;
    height: auto;
  }
}
.page-content-block .block-image-caption {
  background-color: #F9CF49;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: Limelight;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.page-content-block .block-image-caption p {
  margin: 0;
}
.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%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.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: #F1F1F1;
  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;
  }
}

@media (max-width: 768px) {
  .page-id-303 .page-content-block .block-images {
    order: 1;
  }
  .page-id-303 .page-content-block .block-images .block-image {
    justify-content: center;
    align-items: center;
  }
  .page-id-303 .page-content-block .block-images .block-image img {
    width: 300px;
    height: auto;
  }
  .page-id-309 .page-content-block .block-images .block-image {
    justify-content: center;
    align-items: center;
  }
  .page-id-309 .page-content-block .block-images .block-image img {
    height: 250px;
    width: auto;
  }
  .page-id-313 .page-content-block .block-content {
    padding-top: 25px;
  }
  .page-id-313 .page-content-block .block-images .block-image {
    justify-content: center;
    align-items: center;
  }
  .page-id-313 .page-content-block .block-images .block-image img {
    height: 280px;
    width: auto;
  }
}
.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 .wapf-field-label {
  display: initial;
}
.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 [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;
  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-list .date-historique-item .date-historique-content .date-historique-description p {
  margin-bottom: 0;
}

.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: #fff;
  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 #e0e0e0;
}
.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 #e0e0e0;
}
.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 #e0e0e0;
  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;
}
@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-titre h2 {
  text-transform: initial;
}
.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: #272727;
  margin-bottom: 20px;
}
.archive-header .archive-description {
  font-family: "Lora", serif;
  font-size: 18px;
  color: #666;
  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: #ccc;
}
@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: #272727;
  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: #272727;
  margin: 0;
  line-height: 1.2;
}

/* Propriétaire */
.traction-proprietaire {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  color: #272727;
  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: #fff;
  white-space: nowrap;
}
.traction-image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

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

/* 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: #666;
}

/* 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: #fff;
  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: #fff;
  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: #F1F1F1;
}
.traction-modal-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.traction-modal-description {
  padding: 30px;
  background: #fff;
}
.traction-modal-description p {
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 1.6;
  color: #272727;
  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: #F1F1F1;
}
.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;
}

.page-bibliographie {
  background: #fff;
}

.page-title-section {
  background: #FFCD64;
  width: 100%;
  padding: 25px 100px;
}
@media screen and (max-width: 1279px) {
  .page-title-section {
    padding: 20px 40px;
  }
}
.page-title-section .page-title {
  color: #000;
  font-family: Limelight, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 1279px) {
  .page-title-section .page-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .page-title-section .page-title {
    font-size: 24px;
  }
}

.books-section {
  padding: 40px 0 20px;
}
@media screen and (max-width: 1279px) {
  .books-section {
    padding: 30px 0 20px;
  }
}
.books-section .container {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 100px;
}
@media screen and (max-width: 1279px) {
  .books-section .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .books-section .container {
    padding: 0 20px;
  }
}

.books-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 1279px) {
  .books-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .books-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.book-item {
  background: #FFFDFD;
  border: 1px solid #E6E7E7;
  border-radius: 16px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .book-item {
    padding: 25px 40px;
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .book-item {
    padding: 20px 30px;
    gap: 20px;
  }
}
.book-item:hover {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.book-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
}
.book-header .book-title {
  color: #000;
  font-family: Limelight, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .book-header .book-title {
    font-size: 18px;
  }
}
.book-header .book-author {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .book-header .book-author {
    font-size: 14px;
  }
}

.book-content {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .book-content {
    flex-direction: column;
    gap: 15px;
  }
}

.book-cover {
  flex-shrink: 0;
  position: relative;
}
.book-cover img {
  width: 172px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: block;
}
@media screen and (max-width: 767px) {
  .book-cover img {
    width: 150px;
    height: auto;
    max-height: 200px;
  }
}

.book-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .book-details {
    width: 100%;
  }
}
.book-details .book-publisher {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .book-details .book-publisher {
    font-size: 14px;
  }
}
.book-details .book-description {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .book-details .book-description {
    font-size: 14px;
  }
}

.no-books {
  text-align: center;
  padding: 60px 20px;
}
.no-books p {
  color: #666;
  font-family: Lora, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.page-bibliographie .liens-pagination {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-bibliographie .liens-pagination {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

/* ====================================
   AGENDA ARCHIVE
   ==================================== */
/* Page Header */
.agenda-header {
  background: #FFCD65;
  padding: 25px 0;
}
.agenda-header .page-title {
  font-family: "Limelight", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  color: #000;
  margin: 0;
}

/* Filtres */
.agenda-filters {
  background: #F1F1F1;
  padding: 25px 0;
}
.agenda-filters .container {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agenda-filter-select {
  background: #fff;
  border: 1px solid #E6E7E7;
  padding: 4px 10px;
  height: 33px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Lora", serif;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12.5 15L18 10' stroke='%23020202' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 40px;
}

/* Liste des événements */
.agenda-list {
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.agenda-list .container {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 100px;
}

/* Item Agenda */
.agenda-item {
  background: #fff;
  border: 1px solid #E6E7E7;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 1200px;
  max-width: 100%;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.agenda-item:hover {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.agenda-item-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 16px;
}

.agenda-item-content {
  display: flex;
  align-items: center;
  gap: 35px;
  padding-left: 40px;
}

.agenda-item-region {
  flex-basis: 140px;
  flex-shrink: 0;
}
.agenda-item-region .region-label {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #000;
  text-transform: uppercase;
}

.agenda-item-separator {
  width: 1px;
  height: 46px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #E6E7E7 50%, rgba(0, 0, 0, 0) 100%);
  flex-shrink: 0;
}

.agenda-item-date {
  width: 210px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.agenda-item-date .calendar-icon {
  width: 18px;
  height: 20px;
  flex-shrink: 0;
}
.agenda-item-date .date-text {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #000;
}

.agenda-item-title {
  width: 440px;
  flex-shrink: 0;
}
.agenda-item-title h3 {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #000;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.agenda-item-action {
  flex-shrink: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}

.agenda-program-btn {
  background: #5A1E1E;
  border-radius: 8px;
  padding: 0;
  border: none;
  width: 87px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Lora", serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 0.86;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.agenda-program-btn:hover {
  background: #F9CF49;
  color: #000;
}

/* Pagination */
.agenda-pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

/* Message si pas d'événements */
.no-agenda-items {
  text-align: center;
  padding: 60px 20px;
  font-family: "Lora", serif;
  font-size: 18px;
  color: #666;
}

/* Responsive */
@media (max-width: 1400px) {
  .agenda-item {
    width: 100%;
  }
  .agenda-item-content {
    gap: 20px;
  }
  .agenda-item-title {
    width: auto;
    flex-grow: 1;
  }
}
@media (max-width: 1024px) {
  .agenda-item-content {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    align-items: center;
  }
  .agenda-item-region,
  .agenda-item-date {
    width: auto;
    flex: auto;
  }
  .agenda-item-title {
    width: 100%;
    text-align: center;
  }
  .agenda-item-separator {
    height: 1px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .agenda-header .page-title {
    font-size: 32px;
  }
  .agenda-modal-content {
    padding: 30px 20px;
  }
  .agenda-modal-actions {
    flex-direction: column;
  }
  .agenda-btn-download,
  .agenda-btn-link {
    width: 100%;
    text-align: center;
  }
}
/* ====================================
   SINGLE AGENDA DETAIL
   ==================================== */
/* Page Header */
.agenda-detail-header {
  background: #FFCD64;
  padding: 25px 0;
}
.agenda-detail-header .container {
  display: flex;
  align-items: center;
  gap: 103px;
}

.btn-back-to-list {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-family: Lora, serif;
  font-size: 16px;
  line-height: 1;
}
.btn-back-to-list:hover {
  opacity: 0.8;
}
.btn-back-to-list .back-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.btn-back-to-list .back-text {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #020202;
  display: none;
}

.agenda-detail-title {
  flex: 1;
}
.agenda-detail-title h1 {
  margin: 0 0 10px 0;
  font-family: "Limelight", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  color: #020202;
}
.agenda-detail-title h1 .title-prefix {
  font-size: 40px;
}
.agenda-detail-title h1 .title-date {
  font-family: "Limelight", sans-serif;
  font-size: 40px;
}
.agenda-detail-title h2.title-event {
  margin: 0;
  font-family: "Limelight", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #020202;
}

/* Contenu principal */
.agenda-detail-content {
  background: white;
}

.agenda-detail-slide {
  display: flex;
  min-height: 588px;
}

.agenda-detail-image {
  width: 960px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.agenda-detail-image img {
  display: block;
}
.agenda-detail-image.agenda-no-image {
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agenda-detail-image.agenda-no-image .placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.agenda-detail-image.agenda-no-image .placeholder svg {
  width: 80px;
  height: 80px;
}

.agenda-detail-description {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 80px;
}
.agenda-detail-description .description-content {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #020202;
  max-width: 768px;
  margin-bottom: 40px;
}
.agenda-detail-description .description-content p {
  margin-bottom: 15px;
}
.agenda-detail-description .description-content p:last-child {
  margin-bottom: 0;
}

.agenda-detail-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.agenda-btn-download,
.agenda-btn-link {
  background: #5A1E1E;
  color: white;
  padding: 15px 24px;
  border-radius: 8px;
  font-family: "Lora", serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}
.agenda-btn-download svg,
.agenda-btn-link svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.agenda-btn-download:hover,
.agenda-btn-link:hover {
  background: #F9CF49;
  color: #020202;
}
.agenda-btn-download:hover svg path,
.agenda-btn-link:hover svg path {
  stroke: #020202;
}

/* Responsive */
@media (max-width: 1400px) {
  .agenda-detail-slide {
    flex-direction: column;
  }
  .agenda-detail-image {
    width: 100%;
    height: 400px;
  }
  .agenda-detail-description {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .agenda-detail-title h1 {
    font-size: 32px;
  }
  .agenda-detail-title h1 .title-prefix,
  .agenda-detail-title h1 .title-date {
    font-size: 32px;
  }
  .agenda-detail-title h2.title-event {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .btn-back-to-list .back-text {
    font-size: 14px;
  }
  .agenda-detail-title h1 {
    font-size: 24px;
  }
  .agenda-detail-title h1 .title-prefix,
  .agenda-detail-title h1 .title-date {
    font-size: 24px;
  }
  .agenda-detail-title h2.title-event {
    font-size: 16px;
  }
  .agenda-detail-image {
    height: 300px;
  }
  .agenda-detail-description {
    padding: 30px 20px;
  }
  .agenda-detail-description .description-content {
    font-size: 14px;
  }
  .agenda-btn-download,
  .agenda-btn-link {
    justify-content: center;
    text-align: center;
  }
}
.single-agenda .container {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .single-agenda .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ====================================
   EVOLUTION BLOCKS - Pages La Traction
   ==================================== */
/* ====================================
   1. SLIDE IMAGE + TEXTE
   ==================================== */
.evolution-slide {
  display: flex;
  align-items: start;
  min-height: 588px;
  width: 100%;
}

.evolution-slide-image {
  width: 960px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.evolution-slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.evolution-slide-image.evolution-slide-no-image {
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 588px;
}
.evolution-slide-image.evolution-slide-no-image .placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.evolution-slide-image.evolution-slide-no-image .placeholder svg {
  width: 80px;
  height: 80px;
}

.evolution-slide-caption {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #F9CF49;
  padding: 10px 20px;
}
.evolution-slide-caption p {
  font-family: "Limelight", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #020202;
  margin: 0;
  white-space: nowrap;
}

.evolution-slide-text {
  flex: 1;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 80px;
}

.evolution-slide-content {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #020202;
  max-width: 768px;
}
.evolution-slide-content p {
  margin-bottom: 15px;
}
.evolution-slide-content p:last-child {
  margin-bottom: 0;
}

/* ====================================
   2. SECTION AVEC TITRE
   ==================================== */
.evolution-section {
  padding: 75px 0;
}
.evolution-section.bg-gray {
  background: #F3F3F3;
}
.evolution-section.bg-white {
  background: white;
}

.evolution-section-columns {
  display: flex;
  gap: 25px;
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 100px;
  justify-content: center;
}

.evolution-section-column {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  flex: 1;
}

.evolution-section-title {
  background: #FFCD64;
  border-radius: 16px;
  padding: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.evolution-section-title p {
  font-family: "Limelight", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  color: #020202;
  margin: 0;
  white-space: nowrap;
}

.evolution-section-content {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #020202;
  max-width: 768px;
}
.evolution-section-content p {
  margin-bottom: 10px;
}
.evolution-section-content p:last-child {
  margin-bottom: 0;
}

/* ====================================
   3. TABLEAU DE DONNÉES
   ==================================== */
.evolution-table-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  padding: 25px 0;
}

.evolution-table-title {
  text-align: center;
  padding-bottom: 15px;
}
.evolution-table-title p {
  font-family: "Limelight", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #020202;
  margin: 0;
}

.evolution-table {
  display: flex;
  flex-direction: column;
  background: #D9D9D9;
}

.evolution-table-header {
  background: #020202;
  padding: 15px 20px;
}
.evolution-table-header .evolution-table-row {
  display: flex;
  align-items: center;
  gap: 0;
}
.evolution-table-header .evolution-table-row .evolution-table-cell {
  font-family: "Limelight", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #F9CF49;
  text-align: center;
  margin: 0;
  padding: 0 10px;
}
.evolution-table-header .evolution-table-row .evolution-table-cell:first-child {
  min-width: 90px;
}
.evolution-table-header .evolution-table-row .evolution-table-separator {
  width: 2px;
  height: 20px;
  background: #F9CF49;
  flex-shrink: 0;
  transform: rotate(90deg);
}

.evolution-table-body {
  display: flex;
  flex-direction: column;
}
.evolution-table-body .evolution-table-row {
  background: white;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 0;
}
.evolution-table-body .evolution-table-row .evolution-table-cell {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #020202;
  text-align: center;
  margin: 0;
  padding: 0 10px;
}
.evolution-table-body .evolution-table-row .evolution-table-cell:first-child {
  font-family: "Limelight", sans-serif;
  min-width: 90px;
}
.evolution-table-body .evolution-table-row .evolution-table-separator {
  width: 2px;
  height: 20px;
  background: #D9D9D9;
  flex-shrink: 0;
}

.evolution-table-divider {
  height: 1px;
  background: #D9D9D9;
  width: 100%;
}

/* ====================================
   4. TIMELINE
   ==================================== */
.evolution-timeline-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 25px 100px;
  max-width: 960px;
}

.evolution-timeline-title {
  background: #FFCD64;
  border-radius: 16px;
  padding: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.evolution-timeline-title p {
  font-family: "Limelight", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  color: #020202;
  margin: 0;
  white-space: nowrap;
}

.evolution-timeline {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.evolution-timeline-item {
  display: flex;
  gap: 5px;
  align-items: stretch;
}

.evolution-timeline-date {
  background: #F9CF49;
  width: 80px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}
.evolution-timeline-date .timeline-month {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  color: #020202;
  margin: 0 0 5px 0;
}
.evolution-timeline-date .timeline-year {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #020202;
  margin: 0;
}

.evolution-timeline-description {
  background: #F3F3F3;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 15px 10px;
}
.evolution-timeline-description p {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #020202;
  margin: 0;
}

/* ====================================
   5. TEXTE CENTRÉ
   ==================================== */
.evolution-centered-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 100px;
  background: white;
}

.evolution-centered-content {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #020202;
  max-width: 768px;
  text-align: left;
}
.evolution-centered-content p {
  margin-bottom: 15px;
}
.evolution-centered-content p:last-child {
  margin-bottom: 0;
}

/* ====================================
   RESPONSIVE
   ==================================== */
@media (max-width: 1400px) {
  .evolution-slide {
    flex-direction: column;
  }
  .evolution-slide-image {
    width: 100%;
    height: 400px;
  }
  .evolution-slide-text {
    padding: 40px;
  }
  .evolution-section-columns {
    flex-direction: column;
    padding: 0 40px;
  }
  .evolution-timeline-wrapper {
    padding: 25px 40px;
  }
}
@media (max-width: 1024px) {
  .evolution-section-columns {
    padding: 0 20px;
  }
  .evolution-timeline-wrapper {
    padding: 25px 20px;
  }
  .evolution-centered-text {
    padding: 30px 20px;
  }
  .evolution-table-header .evolution-table-row .evolution-table-cell,
  .evolution-table-body .evolution-table-row .evolution-table-cell {
    font-size: 14px;
    padding: 0 5px;
  }
}
@media (max-width: 768px) {
  .evolution-slide-image {
    height: 300px;
  }
  .evolution-slide-text {
    padding: 30px 20px;
  }
  .evolution-section-title p {
    font-size: 24px;
  }
  .evolution-slide-content,
  .evolution-section-content,
  .evolution-centered-content {
    font-size: 14px;
  }
  .evolution-timeline-item {
    flex-direction: column;
  }
  .evolution-timeline-date {
    width: 100%;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
  }
  .evolution-table {
    overflow-x: auto;
  }
}
.event-filters {
  background: var(--gris);
  padding: 30px 0;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .event-filters {
    padding: 25px 0;
  }
}
.event-filters .filters-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .event-filters .filters-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  .event-filters .filters-wrapper .filter-group {
    width: 290px;
  }
  .event-filters .filters-wrapper .filter-group select {
    width: 290px;
    text-align: left;
  }
}
.event-filters .filter-group {
  flex: 0 0 auto;
}
.event-filters .filter-group .event-filter-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #E6E7E7;
  background: #fff;
  padding: 12px 45px 12px 20px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  font-family: Lora;
  cursor: pointer;
  border-radius: 0;
  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;
  background-size: 14px;
  min-width: 250px;
  transition: all 0.2s ease;
  max-width: 290px;
}
@media screen and (max-width: 767px) {
  .event-filters .filter-group .event-filter-select {
    text-align: right;
  }
}
.event-filters .filter-group .event-filter-select:hover {
  background-color: #F1F1F1;
  border-color: var(--jaune);
}
.event-filters .filter-group .event-filter-select:focus {
  outline: none;
  border-color: var(--jaune);
  box-shadow: 0 0 0 3px rgba(249, 207, 73, 0.2);
}
.event-filters .filter-group .event-filter-select option {
  padding: 10px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .event-filters .filter-group .event-filter-select {
    width: 100%;
    min-width: auto;
  }
}
.event-filters .filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.event-filters .filter-btn {
  display: inline-block;
  padding: 8px 20px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 25px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.event-filters .filter-btn:hover {
  background: #F1F1F1;
  border-color: #ccc;
}
.event-filters .filter-btn.active {
  background: #F9CF49;
  border-color: #F9CF49;
  color: #000;
  font-weight: 600;
}
.event-filters .filter-btn.filter-tag i {
  font-size: 12px;
  margin-right: 5px;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 400px);
  gap: 48px;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .events-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.event-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.event-card:hover .event-thumbnail img {
  transform: scale(1.05);
}
.event-card .event-meta {
  display: flex;
  padding: 15px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #F1F1F1;
}
.event-card .event-meta .event-region {
  display: flex;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #FFCD65;
  color: #000;
  text-align: center;
  font-family: Lora;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.event-card .event-meta .event-libelle-date {
  color: #000;
  text-align: center;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}
.event-card .event-meta .event-libelle-date:before {
  content: "";
  background: url(../images/ico-evenement.svg) no-repeat 50% 50%;
  background-size: cover;
  display: inline-block;
  width: 18px;
  height: 20px;
}
.event-card .event-thumbnail {
  position: relative;
  overflow: hidden;
  height: 250px;
  border: 4px solid #fff;
  background: url(<path-to-image>) lightgray 50%/cover no-repeat;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}
.event-card .event-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.event-card .event-card-content {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .event-card .event-card-content {
    padding: 15px;
  }
}
.event-card .event-card-content .entry-title {
  color: #000;
  text-align: center;
  font-family: Limelight;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  height: 92px;
}
.event-card .event-card-content .event-action {
  display: flex;
  justify-content: center;
}
.event-card .event-card-content .event-action a.btn-primary {
  font-size: 14px;
  gap: 11px;
}
.event-card .event-card-content .event-action a.btn-primary:before {
  content: "";
  display: inline-block;
  background: url(../images/ico-camera.svg) no-repeat 50% 50%;
  background-size: cover;
  width: 20px;
  height: 16px;
}

.single-event .event-header {
  padding: 60px 0 40px;
  background: #F1F1F1;
}
.single-event .event-header .event-categories {
  margin-bottom: 15px;
}
.single-event .event-header .event-categories .event-category-badge {
  display: inline-block;
  padding: 6px 16px;
  background: #F9CF49;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  margin-right: 8px;
  text-decoration: none;
}
.single-event .event-header .event-categories .event-category-badge:hover {
  background: rgb(247.3723404255, 193.9787234043, 23.6276595745);
}
.single-event .event-header .event-title {
  font-size: 42px;
  font-weight: 700;
  margin: 20px 0 30px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .single-event .event-header .event-title {
    font-size: 32px;
  }
}
.single-event .event-header .event-meta-large {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
}
.single-event .event-header .event-meta-large .event-meta-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666;
}
.single-event .event-header .event-meta-large .event-meta-item i {
  font-size: 20px;
  margin-right: 10px;
  color: #F9CF49;
}
.single-event .event-header .event-meta-large .event-meta-item strong {
  margin-right: 8px;
}
.single-event .event-header .event-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.single-event .event-header .event-tags .event-tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  color: #666;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.single-event .event-header .event-tags .event-tag i {
  font-size: 11px;
  margin-right: 5px;
}
.single-event .event-header .event-tags .event-tag:hover {
  background: #F9CF49;
  border-color: #F9CF49;
  color: #000;
}
.single-event .event-photo-large {
  padding: 60px 0;
}
.single-event .event-photo-large figure {
  margin: 0;
}
.single-event .event-photo-large figure .photo-large-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.single-event .event-photo-large figure figcaption {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
  font-style: italic;
  text-align: center;
}
.single-event .event-content {
  padding: 40px 0;
}
.single-event .event-content .event-excerpt {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 30px;
  padding: 20px;
  background: #F1F1F1;
  border-left: 4px solid #F9CF49;
  border-radius: 4px;
}
.single-event .event-content .event-description {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.single-event .event-content .event-description h2,
.single-event .event-content .event-description h3,
.single-event .event-content .event-description h4 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.single-event .event-content .event-description p {
  margin-bottom: 20px;
}
.single-event .event-content .event-description ul,
.single-event .event-content .event-description ol {
  margin: 20px 0 20px 20px;
}
.single-event .event-content .event-description ul li,
.single-event .event-content .event-description ol li {
  margin-bottom: 10px;
}
.single-event .event-gallery {
  padding: 60px 0;
  background: #F1F1F1;
}
.single-event .event-gallery .gallery-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.single-event .event-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
@media (max-width: 768px) {
  .single-event .event-gallery .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.single-event .event-gallery .gallery-grid .gallery-item {
  margin: 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.single-event .event-gallery .gallery-grid .gallery-item:hover {
  transform: translateY(-5px);
}
.single-event .event-gallery .gallery-grid .gallery-item:hover .gallery-img {
  transform: scale(1.05);
}
.single-event .event-gallery .gallery-grid .gallery-item .gallery-img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.single-event .event-gallery .gallery-grid .gallery-item figcaption {
  padding: 15px;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.single-event .event-navigation {
  padding: 40px 0;
  border-top: 2px solid #F1F1F1;
}
.single-event .event-navigation .nav-links {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .single-event .event-navigation .nav-links {
    grid-template-columns: 1fr;
  }
}
.single-event .event-navigation .nav-links a {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #F1F1F1;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}
.single-event .event-navigation .nav-links a span {
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 8px;
}
.single-event .event-navigation .nav-links a strong {
  font-size: 16px;
  color: #333;
}
.single-event .event-navigation .nav-links a i {
  margin-right: 8px;
  color: #F9CF49;
}
.single-event .event-navigation .nav-links a:hover {
  background: #F9CF49;
}
.single-event .event-navigation .nav-links a:hover span,
.single-event .event-navigation .nav-links a:hover strong {
  color: #000;
}
.single-event .event-navigation .nav-links .nav-archive {
  text-align: center;
  justify-content: center;
  align-items: center;
  background: #333;
  color: #fff;
}
.single-event .event-navigation .nav-links .nav-archive i {
  margin-right: 8px;
  color: #F9CF49;
}
.single-event .event-navigation .nav-links .nav-archive:hover {
  background: #F9CF49;
  color: #000;
}
.single-event .event-navigation .nav-links .nav-next {
  align-items: flex-end;
  text-align: right;
}
.single-event .event-navigation .nav-links .nav-next i {
  margin-right: 0;
  margin-left: 8px;
}

.no-events {
  text-align: center;
  padding: 80px 20px;
}
.no-events i {
  font-size: 64px;
  color: #ddd;
  margin-bottom: 20px;
}
.no-events h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}
.no-events p {
  font-size: 16px;
  color: #666;
}
.no-events p a {
  color: #F9CF49;
  text-decoration: underline;
}
.no-events p a:hover {
  color: rgb(237.664893617, 182.8191489362, 7.835106383);
}

@media screen and (max-width: 767px) {
  .single-event-detail .container,
  .post-type-archive-evenements .container,
  .tax-event_year .container,
  .tax-event_region .container,
  .tax-event_national .container,
  .tax-event_featured .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.single-event-detail .page-header {
  background: #FFCD64;
  padding: 25px 0;
  position: relative;
}
.single-event-detail .page-header .container {
  display: flex;
  align-items: center;
  gap: 103px;
}
@media (max-width: 768px) {
  .single-event-detail .page-header .container {
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }
}
.single-event-detail .back-to-events {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  line-height: 1;
  padding-left: 100px;
}
.single-event-detail .back-to-events svg {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.single-event-detail .back-to-events:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .single-event-detail .back-to-events {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    gap: 0;
    padding-left: 0;
  }
  .single-event-detail .back-to-events span {
    display: none;
  }
}
.single-event-detail .page-title-wrapper {
  flex: 1;
}
@media (max-width: 768px) {
  .single-event-detail .page-title-wrapper {
    text-align: center;
    width: 100%;
  }
}
.single-event-detail .page-title {
  font-family: "Limelight", sans-serif;
  font-size: 40px;
  color: #000;
  margin: 0 0 10px 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .single-event-detail .page-title {
    font-size: 24px;
    margin: 0;
  }
}
.single-event-detail .page-subtitle {
  font-family: "Limelight", sans-serif;
  font-size: 20px;
  color: #000;
  margin: 0;
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 768px) {
  .single-event-detail .page-subtitle {
    font-size: 24px;
    line-height: 1.2;
  }
}
.single-event-detail .event-region-badge {
  background: #fff;
  padding: 10px 20px;
  font-family: "Limelight", sans-serif;
  font-size: 40px;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .single-event-detail .event-region-badge {
    padding: 10px;
    font-size: 24px;
  }
}
.single-event-detail .event-detail-gallery {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .single-event-detail .event-detail-gallery {
    flex-direction: column;
    gap: 25px;
  }
}
.single-event-detail .event-detail-gallery-main {
  width: 50%;
  position: relative;
  min-height: 588px;
}
@media (max-width: 768px) {
  .single-event-detail .event-detail-gallery-main {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.single-event-detail .event-detail-gallery-main .event-main-photo {
  width: 100%;
  height: 100%;
  min-height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.single-event-detail .event-detail-gallery-main .btn-view-gallery {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #5A1E1E;
  color: #fff;
  padding: 11px 20px;
  font-family: Lora, serif;
  font-size: 16px;
  text-decoration: none;
  margin-top: 30px;
  transition: background 0.3s;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.single-event-detail .event-detail-gallery-main .btn-view-gallery:hover {
  background: rgb(51.75, 17.25, 17.25);
}
.single-event-detail .event-detail-gallery-main .btn-view-gallery svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  .single-event-detail .event-detail-gallery-main .btn-view-gallery {
    position: static;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    padding: 11px 15px;
  }
}
.single-event-detail .event-detail-thumbnails {
  position: absolute;
  left: 4.79%;
  top: 4.25%;
  bottom: 6.97%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .single-event-detail .event-detail-thumbnails {
    position: static;
    flex-direction: row;
    justify-content: center;
    gap: 13.55px;
    padding: 0;
  }
}
.single-event-detail .event-detail-thumbnails .event-thumb {
  width: 112px;
  border: 4px solid #fff;
  cursor: pointer;
  padding: 0;
  background: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s, border-color 0.2s;
}
.single-event-detail .event-detail-thumbnails .event-thumb:hover {
  transform: scale(1.1);
}
.single-event-detail .event-detail-thumbnails .event-thumb:focus {
  outline: none;
  border-color: #FFCD64;
}
.single-event-detail .event-detail-thumbnails .event-thumb.active {
  border-color: #FFCD64;
  box-shadow: 0px 4px 8px rgba(255, 205, 100, 0.5);
}
.single-event-detail .event-detail-thumbnails .event-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .single-event-detail .event-detail-thumbnails .event-thumb {
    width: 84.33px;
    height: 88.095px;
    flex-shrink: 0;
  }
  .single-event-detail .event-detail-thumbnails .event-thumb img {
    height: 100%;
  }
}
.single-event-detail .event-detail-description {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px;
  position: relative;
  gap: 34px;
}
@media (max-width: 768px) {
  .single-event-detail .event-detail-description {
    width: 100%;
    padding: 0;
    gap: 34px;
  }
}
.single-event-detail .event-detail-photo {
  display: none;
}
@media (max-width: 768px) {
  .single-event-detail .event-detail-photo {
    display: block;
    width: 228px;
    height: 332px;
    border: 4px solid #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
  .single-event-detail .event-detail-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
.single-event-detail .event-detail-content {
  font-family: Lora, serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  max-width: 768px;
}
@media (max-width: 768px) {
  .single-event-detail .event-detail-content {
    text-align: center;
    padding: 0 20px;
    max-width: 380px;
  }
}
.single-event-detail .event-detail-content p {
  margin-bottom: 1em;
}
.single-event-detail .event-detail-other-events {
  padding: 50px 0 20px;
}
@media (max-width: 768px) {
  .single-event-detail .event-detail-other-events {
    padding: 0 0 20px;
  }
}
.single-event-detail .event-detail-other-events .section-title-badge {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .single-event-detail .event-detail-other-events .section-title-badge {
    margin-bottom: 0;
    padding: 0 5px;
  }
}
.single-event-detail .event-detail-other-events .section-title-badge h2 {
  background: #FFCD64;
  padding: 25px;
  border-radius: 16px;
  font-family: "Limelight", sans-serif;
  font-size: 40px;
  color: #000;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .single-event-detail .event-detail-other-events .section-title-badge h2 {
    font-size: 24px;
    padding: 25px 20px;
    max-width: 380px;
    line-height: 1.2;
  }
}
.single-event-detail .event-detail-other-events .events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 400px);
  gap: 48px;
  justify-content: center;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .single-event-detail .event-detail-other-events .events-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 20px 0 50px;
  }
}
.single-event-detail .event-card {
  background: #fff;
  border: 1px solid #E6E7E7;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .single-event-detail .event-card {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
}
.single-event-detail .event-card .event-meta {
  width: 100%;
}
.single-event-detail .event-card .event-meta .event-region,
.single-event-detail .event-card .event-meta .event-libelle-date {
  font-family: "Limelight", sans-serif;
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 1.2;
}
.single-event-detail .event-card .event-card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.single-event-detail .event-card .event-card-content .entry-title {
  margin: 0;
  text-align: center;
}
.single-event-detail .event-card .event-card-content .entry-title a {
  color: inherit;
  text-decoration: none;
  font-family: "Limelight", sans-serif;
  font-size: 20px;
}
.single-event-detail .event-card .event-card-content .entry-title a:hover {
  opacity: 0.8;
}
.single-event-detail .event-card .event-thumbnail {
  border: 4px solid #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.single-event-detail .event-card .event-thumbnail a {
  display: block;
  height: 100%;
}
.single-event-detail .event-card .event-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single-event-detail .event-card .event-action {
  width: 100%;
}
.single-event-detail .event-card .event-action .btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  background: #5A1E1E;
  color: #fff;
  padding: 11px 15px;
  border-radius: 8px;
  text-decoration: none;
  font-family: Lora, serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 0.86;
  transition: background 0.3s;
  height: 46px;
}
.single-event-detail .event-card .event-action .btn-primary:hover {
  background: rgb(51.75, 17.25, 17.25);
}
@media (max-width: 768px) {
  .single-event-detail .event-card .event-action .btn-primary {
    width: 100%;
  }
}

.event-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.event-lightbox.active {
  visibility: visible;
  opacity: 1;
}

.event-lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.event-lightbox-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.event-lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10002;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  transition: transform 0.2s, opacity 0.2s;
}
.event-lightbox-close:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
.event-lightbox-close:focus {
  outline: 2px solid #FFCD64;
  outline-offset: 4px;
}
.event-lightbox-close svg {
  display: block;
}

.event-lightbox-nav {
  position: absolute;
  left: 1.93%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10001;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media (max-width: 768px) {
  .event-lightbox-nav {
    position: fixed;
    top: 60px;
    left: 50%;
    bottom: auto;
    transform: translateX(-50%);
    flex-direction: row;
    width: 100%;
    justify-content: center;
    padding: 0 10px;
    gap: 10px;
  }
}

.event-lightbox-nav-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  transition: transform 0.2s, opacity 0.2s;
}
.event-lightbox-nav-btn:hover:not(:disabled) {
  transform: scale(1.2);
}
.event-lightbox-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.event-lightbox-nav-btn:focus {
  outline: 2px solid #FFCD64;
  outline-offset: 4px;
}
.event-lightbox-nav-btn svg {
  display: block;
}
@media (max-width: 768px) {
  .event-lightbox-nav-btn {
    order: 1;
    padding: 5px;
  }
  .event-lightbox-nav-btn.event-lightbox-nav-up {
    order: 0;
  }
  .event-lightbox-nav-btn.event-lightbox-nav-down {
    order: 2;
  }
}

.event-lightbox-nav-up svg {
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .event-lightbox-nav-up svg {
    transform: rotate(0deg);
  }
}

.event-lightbox-nav-down svg {
  transform: rotate(270deg);
}
@media (max-width: 768px) {
  .event-lightbox-nav-down svg {
    transform: rotate(180deg);
  }
}

.event-lightbox-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 768px) {
  .event-lightbox-thumbnails {
    flex-direction: row;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: calc(100vw - 120px);
    padding: 5px 0;
    order: 1;
  }
  .event-lightbox-thumbnails::-webkit-scrollbar {
    height: 4px;
  }
  .event-lightbox-thumbnails::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
  }
  .event-lightbox-thumbnails::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
  }
}

.event-lightbox-thumb {
  width: 117px;
  height: 117px;
  border: 4px solid #fff;
  background: none;
  padding: 0;
  cursor: pointer;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  overflow: hidden;
}
.event-lightbox-thumb:hover {
  transform: scale(1.05);
}
.event-lightbox-thumb:focus {
  outline: none;
  border-color: #FFCD64;
}
.event-lightbox-thumb.active {
  border-color: #FFCD64;
  box-shadow: 0px 4px 8px rgba(255, 205, 100, 0.6);
}
.event-lightbox-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .event-lightbox-thumb {
    width: 80px;
    height: 80px;
    border-width: 3px;
    flex-shrink: 0;
  }
}

.event-lightbox-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 91.98%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  z-index: 10000;
}
@media (max-width: 768px) {
  .event-lightbox-main {
    padding: 160px 20px 80px 20px;
    height: calc(100% - 60px);
  }
}

.event-lightbox-image {
  max-width: 1500px;
  max-height: 1060px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 768px) {
  .event-lightbox-image {
    max-width: 100%;
    max-height: 100%;
  }
}

.event-lightbox-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 32px 20px;
  z-index: 10001;
}
@media (max-width: 768px) {
  .event-lightbox-caption {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    min-height: 50px;
  }
}

.event-lightbox-caption-text {
  font-family: Lora, serif;
  font-size: 16px;
  color: #000;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .event-lightbox-caption-text {
    font-size: 14px;
  }
}

.salons-header {
  background: #FFCD65;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .salons-header {
    padding: 20px 15px;
  }
}
.salons-header .page-title {
  color: #000;
  font-family: "Limelight", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media (max-width: 768px) {
  .salons-header .page-title {
    font-size: 28px;
  }
}

.salon-filters {
  background: #F1F1F1;
  padding: 25px 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .salon-filters {
    padding: 20px 15px;
  }
}
.salon-filters .filters-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .salon-filters .filters-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
}
.salon-filters .filter-group {
  flex: 0 0 auto;
}
.salon-filters .filter-group .salon-filter-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #E6E7E7;
  background: #fff;
  padding: 8px 45px 8px 10px;
  height: 33px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  font-family: Lora, serif;
  cursor: pointer;
  border-radius: 0;
  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;
  background-size: 12px;
  min-width: 200px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .salon-filters .filter-group .salon-filter-select {
    text-align: center;
  }
}
.salon-filters .filter-group .salon-filter-select:hover {
  background-color: #F1F1F1;
  border-color: var(--jaune);
}
.salon-filters .filter-group .salon-filter-select:focus {
  outline: none;
  border-color: var(--jaune);
  box-shadow: 0 0 0 3px rgba(249, 207, 73, 0.2);
}
.salon-filters .filter-group .salon-filter-select option {
  padding: 10px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .salon-filters .filter-group .salon-filter-select {
    width: 100%;
    min-width: auto;
  }
}

.salons-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
  justify-content: center;
  padding: 20px 0 20px 0;
  margin-bottom: 60px;
}
@media (max-width: 1400px) {
  .salons-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .salons-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .salons-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 480px) {
  .salons-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.salon-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.salon-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.salon-card:hover .salon-thumbnail img {
  transform: scale(1.05);
}
.salon-card .salon-thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}
.salon-card .salon-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  border: 4px solid #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.salon-card .salon-card-content {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .salon-card .salon-card-content {
    padding: 15px;
  }
}
.salon-card .salon-card-content .entry-title {
  color: #000;
  text-align: center;
  font-family: Limelight;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  height: 92px;
}
.salon-card .salon-card-content .entry-title a {
  color: #000;
  text-decoration: none;
}
.salon-card .salon-card-content .entry-title a:hover {
  color: #5A1E1E;
}
.salon-card .salon-card-content .salon-action {
  display: flex;
  justify-content: center;
}
.salon-card .salon-card-content .salon-action a.btn-primary {
  font-size: 14px;
  gap: 11px;
}
.salon-card .salon-card-content .salon-action a.btn-primary:before {
  content: "";
  display: inline-block;
  background: url(../images/ico-camera.svg) no-repeat 50% 50%;
  background-size: cover;
  width: 20px;
  height: 16px;
}

.no-salons {
  text-align: center;
  padding: 80px 20px;
}
.no-salons i {
  font-size: 64px;
  color: #ddd;
  margin-bottom: 20px;
}
.no-salons h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}
.no-salons p {
  font-size: 16px;
  color: #666;
}
.no-salons p a {
  color: #F9CF49;
  text-decoration: underline;
}
.no-salons p a:hover {
  color: rgb(237.664893617, 182.8191489362, 7.835106383);
}

@media screen and (max-width: 767px) {
  .single-salon-detail .container,
  .post-type-archive-salons .container,
  .tax-salon_year .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.single-salon-detail .page-header.salon-header {
  background: #FFCD64;
  padding: 50px 0;
  position: relative;
}
@media (max-width: 768px) {
  .single-salon-detail .page-header.salon-header {
    padding: 25px 15px;
  }
}
.single-salon-detail .back-to-salons {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  line-height: 1;
  padding-left: 100px;
}
.single-salon-detail .back-to-salons svg {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.single-salon-detail .back-to-salons span {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.single-salon-detail .back-to-salons:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .single-salon-detail .back-to-salons {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    gap: 0;
  }
  .single-salon-detail .back-to-salons span {
    display: none;
  }
}
.single-salon-detail .page-title-wrapper {
  flex: 1;
}
@media (max-width: 768px) {
  .single-salon-detail .page-title-wrapper {
    text-align: center;
    width: 100%;
  }
}
.single-salon-detail .page-title {
  font-family: "Limelight", sans-serif;
  font-size: 40px;
  color: #000;
  margin: 0;
  line-height: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  .single-salon-detail .page-title {
    font-size: 24px;
  }
}
.single-salon-detail .page-title .salon-dates {
  display: block;
  font-size: 0.8em;
  margin-top: 10px;
}
.single-salon-detail .salon-detail-gallery {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .single-salon-detail .salon-detail-gallery {
    flex-direction: column;
    gap: 25px;
  }
}
.single-salon-detail .salon-detail-gallery-main {
  width: 50%;
  position: relative;
  min-height: 588px;
}
@media (max-width: 768px) {
  .single-salon-detail .salon-detail-gallery-main {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.single-salon-detail .salon-detail-gallery-main .salon-main-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.single-salon-detail .salon-detail-gallery-main .btn-view-gallery {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #5A1E1E;
  color: #fff;
  padding: 11px 20px;
  height: 44px;
  font-family: Lora, serif;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.3s;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.single-salon-detail .salon-detail-gallery-main .btn-view-gallery:hover {
  background: rgb(51.75, 17.25, 17.25);
}
.single-salon-detail .salon-detail-gallery-main .btn-view-gallery svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  .single-salon-detail .salon-detail-gallery-main .btn-view-gallery {
    position: static;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    padding: 11px 15px;
    left: auto;
  }
}
.single-salon-detail .salon-detail-thumbnails {
  position: absolute;
  left: 4.79%;
  top: 4.25%;
  bottom: 6.97%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .single-salon-detail .salon-detail-thumbnails {
    position: static;
    flex-direction: row;
    justify-content: center;
    gap: 13.55px;
    padding: 0;
  }
}
.single-salon-detail .salon-detail-thumbnails .salon-thumb {
  width: 112px;
  border: 4px solid #fff;
  cursor: pointer;
  padding: 0;
  background: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s, border-color 0.2s;
}
.single-salon-detail .salon-detail-thumbnails .salon-thumb:hover {
  transform: scale(1.05);
}
.single-salon-detail .salon-detail-thumbnails .salon-thumb:focus {
  outline: none;
  border-color: #FFCD64;
}
.single-salon-detail .salon-detail-thumbnails .salon-thumb.active {
  border-color: #FFCD64;
  box-shadow: 0px 4px 8px rgba(255, 205, 100, 0.5);
}
.single-salon-detail .salon-detail-thumbnails .salon-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .single-salon-detail .salon-detail-thumbnails .salon-thumb {
    width: 84.33px;
    height: 88.095px;
    flex-shrink: 0;
  }
  .single-salon-detail .salon-detail-thumbnails .salon-thumb img {
    height: 100%;
  }
}
.single-salon-detail .salon-detail-description {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px;
  position: relative;
  gap: 34px;
}
@media (max-width: 768px) {
  .single-salon-detail .salon-detail-description {
    width: 100%;
    padding: 20px;
    gap: 25px;
  }
}
.single-salon-detail .salon-detail-description .salon-detail-photo {
  border: 4px solid #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 228px;
  height: 332px;
}
@media (max-width: 768px) {
  .single-salon-detail .salon-detail-description .salon-detail-photo {
    width: 180px;
    height: auto;
  }
}
.single-salon-detail .salon-detail-description .salon-detail-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single-salon-detail .salon-detail-description .salon-detail-content {
  font-family: Lora, serif;
  font-size: 16px;
  color: #000;
  line-height: normal;
  max-width: 768px;
  text-align: left;
}
@media (max-width: 768px) {
  .single-salon-detail .salon-detail-description .salon-detail-content {
    font-size: 14px;
    padding: 0 15px;
  }
}
.single-salon-detail .salon-detail-description .salon-detail-content p {
  margin-bottom: 1em;
}
.single-salon-detail .salon-detail-other-salons {
  padding: 50px 0;
}
.single-salon-detail .salon-detail-other-salons .section-title-badge {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.single-salon-detail .salon-detail-other-salons .section-title-badge h2 {
  background: #FFCD64;
  color: #000;
  font-family: "Limelight", sans-serif;
  font-size: 40px;
  font-weight: 400;
  padding: 25px;
  border-radius: 16px;
  margin: 0;
}
@media (max-width: 768px) {
  .single-salon-detail .salon-detail-other-salons .section-title-badge h2 {
    font-size: 24px;
    padding: 15px 20px;
  }
}
.single-salon-detail .salon-detail-other-salons .salons-grid-related {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
  justify-content: center;
  padding: 20px 0;
}
@media (max-width: 1400px) {
  .single-salon-detail .salon-detail-other-salons .salons-grid-related {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .single-salon-detail .salon-detail-other-salons .salons-grid-related {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .single-salon-detail .salon-detail-other-salons .salons-grid-related {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 480px) {
  .single-salon-detail .salon-detail-other-salons .salons-grid-related {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.single-salon-detail .salon-detail-other-salons .salons-grid-related .salon-card {
  background: #FFF;
  border: 1px solid #E6E7E7;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.single-salon-detail .salon-detail-other-salons .salons-grid-related .salon-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.single-salon-detail .salon-detail-other-salons .salons-grid-related .salon-card:hover .salon-thumbnail img {
  transform: scale(1.05);
}

.salon-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.salon-lightbox.active {
  display: block;
}
.salon-lightbox .salon-lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  cursor: pointer;
}
.salon-lightbox .salon-lightbox-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.salon-lightbox .salon-lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 10002;
  transition: opacity 0.3s;
}
.salon-lightbox .salon-lightbox-close:hover {
  opacity: 0.7;
}
.salon-lightbox .salon-lightbox-close svg {
  display: block;
}
.salon-lightbox .salon-lightbox-nav {
  width: 200px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  padding: 80px 20px 20px;
}
@media (max-width: 768px) {
  .salon-lightbox .salon-lightbox-nav {
    position: fixed;
    top: 60px;
    left: 50%;
    width: 100%;
    background: transparent;
    transform: translateX(-50%);
    flex-direction: row;
    justify-content: center;
    padding: 0 10px;
    gap: 10px;
  }
}
.salon-lightbox .salon-lightbox-nav .salon-lightbox-nav-btn {
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  padding: 10px;
  transition: opacity 0.3s;
}
.salon-lightbox .salon-lightbox-nav .salon-lightbox-nav-btn:hover {
  opacity: 0.7;
}
.salon-lightbox .salon-lightbox-nav .salon-lightbox-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .salon-lightbox .salon-lightbox-nav .salon-lightbox-nav-btn {
    order: 1;
    padding: 5px;
  }
  .salon-lightbox .salon-lightbox-nav .salon-lightbox-nav-btn.salon-lightbox-nav-up {
    order: 0;
  }
  .salon-lightbox .salon-lightbox-nav .salon-lightbox-nav-btn.salon-lightbox-nav-down {
    order: 2;
  }
}
.salon-lightbox .salon-lightbox-nav .salon-lightbox-nav-up {
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .salon-lightbox .salon-lightbox-nav .salon-lightbox-nav-up {
    transform: rotate(0deg);
  }
}
.salon-lightbox .salon-lightbox-nav .salon-lightbox-nav-down {
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .salon-lightbox .salon-lightbox-nav .salon-lightbox-nav-down {
    transform: rotate(180deg);
  }
}
.salon-lightbox .salon-lightbox-nav .salon-lightbox-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 768px) {
  .salon-lightbox .salon-lightbox-nav .salon-lightbox-thumbnails {
    flex-direction: row;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: calc(100vw - 120px);
    padding: 5px 0;
    order: 1;
  }
  .salon-lightbox .salon-lightbox-nav .salon-lightbox-thumbnails::-webkit-scrollbar {
    height: 4px;
  }
  .salon-lightbox .salon-lightbox-nav .salon-lightbox-thumbnails::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
  }
  .salon-lightbox .salon-lightbox-nav .salon-lightbox-thumbnails::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
  }
}
.salon-lightbox .salon-lightbox-nav .salon-lightbox-thumbnails .salon-lightbox-thumb {
  width: 117px;
  height: 117px;
  border: 4px solid #fff;
  background: none;
  padding: 0;
  cursor: pointer;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  overflow: hidden;
}
.salon-lightbox .salon-lightbox-nav .salon-lightbox-thumbnails .salon-lightbox-thumb:hover {
  transform: scale(1.05);
}
.salon-lightbox .salon-lightbox-nav .salon-lightbox-thumbnails .salon-lightbox-thumb:focus {
  outline: none;
  border-color: #FFCD64;
}
.salon-lightbox .salon-lightbox-nav .salon-lightbox-thumbnails .salon-lightbox-thumb.active {
  border-color: #FFCD64;
  box-shadow: 0px 4px 8px rgba(255, 205, 100, 0.6);
}
.salon-lightbox .salon-lightbox-nav .salon-lightbox-thumbnails .salon-lightbox-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .salon-lightbox .salon-lightbox-nav .salon-lightbox-thumbnails .salon-lightbox-thumb {
    width: 80px;
    height: 80px;
    border-width: 3px;
    flex-shrink: 0;
  }
}
.salon-lightbox .salon-lightbox-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px 20px;
}
@media (max-width: 768px) {
  .salon-lightbox .salon-lightbox-main {
    padding: 160px 20px 80px 20px;
  }
}
.salon-lightbox .salon-lightbox-main .salon-lightbox-image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.salon-lightbox .salon-lightbox-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 32px 20px;
  z-index: 10001;
}
@media (max-width: 768px) {
  .salon-lightbox .salon-lightbox-caption {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    min-height: 50px;
  }
}

.single-salons .container {
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .single-salons .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.revue-hero {
  display: flex;
  align-items: stretch;
  width: 100%;
  background: #000;
}
@media (max-width: 768px) {
  .revue-hero {
    flex-direction: column;
  }
}
.revue-hero .revue-hero-slide {
  flex: 0 0 50%;
  position: relative;
  background: linear-gradient(135deg, #1a1a1a 0%, #000 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  min-height: 588px;
}
@media (max-width: 768px) {
  .revue-hero .revue-hero-slide {
    min-height: auto;
    flex: 1;
    padding: 0;
  }
}
.revue-hero .revue-hero-slide .revue-hero-image {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .revue-hero .revue-hero-slide .revue-hero-image {
    height: 239px;
    max-width: 100%;
  }
  .revue-hero .revue-hero-slide .revue-hero-image img {
    max-width: 100%;
  }
}
.revue-hero .revue-hero-content {
  flex: 0 0 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 80px;
  gap: 33px;
}
@media (max-width: 1024px) {
  .revue-hero .revue-hero-content {
    padding: 40px 40px;
  }
}
@media (max-width: 768px) {
  .revue-hero .revue-hero-content {
    flex-shrink: 1;
    padding: 57px 0 33px;
  }
}
.revue-hero .revue-hero-content .revue-hero-text {
  color: #000;
  font-family: "Lora", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 768px;
}
.revue-hero .revue-hero-content .revue-hero-text p {
  margin-bottom: 16px;
}
.revue-hero .revue-hero-content .revue-hero-text p strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .revue-hero .revue-hero-content .revue-hero-text {
    padding: 0 5px;
    text-align: center;
  }
}
.revue-hero .revue-hero-content .revue-cta-box {
  display: flex;
  padding: 25px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: var(--jaunepale);
}
@media (max-width: 768px) {
  .revue-hero .revue-hero-content .revue-cta-box {
    width: calc(100% - 26px);
    margin-left: auto;
    margin-right: auto;
  }
}
.revue-hero .revue-hero-content .revue-cta-box .revue-cta-title {
  color: #000;
  text-align: center;
  font-family: "Limelight", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.revue-hero .revue-hero-content .revue-cta-box .btn-commander {
  display: flex;
  height: 46px;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  gap: 11px;
  border-radius: 8px;
  background: var(--bordeau);
  color: var(--blanc);
  text-align: center;
  font-family: "Lora", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 86%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.revue-hero .revue-hero-content .revue-cta-box .btn-commander:after {
  content: "";
  background: url(../images/fleche.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.revue-hero .revue-hero-content .revue-cta-box .btn-commander:hover {
  background: #000;
}

.revues-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px 48px;
  justify-content: center;
  margin: 60px auto;
  padding: 0 20px;
}
@media (max-width: 1400px) {
  .revues-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .revues-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
  }
}
@media (max-width: 768px) {
  .revues-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .revues-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.revue-card {
  background: #fff;
  border: 1px solid #E6E7E7;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.revue-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.revue-card:hover .revue-thumbnail img {
  transform: scale(1.05);
}
.revue-card .revue-card-content {
  display: flex;
  padding: 20px 50px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1;
}
@media (max-width: 768px) {
  .revue-card .revue-card-content {
    padding: 15px 30px;
  }
}
.revue-card .revue-card-content .revue-numero-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.revue-card .revue-card-content .revue-numero-date .revue-numero {
  color: #000;
  text-align: center;
  font-family: "Limelight", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.revue-card .revue-card-content .revue-numero-date .revue-date {
  color: #000;
  text-align: center;
  font-family: "Limelight", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.revue-card .revue-card-content .revue-thumbnail {
  position: relative;
  overflow: hidden;
  width: 150px;
  height: 212px;
  border: 4px solid #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}
.revue-card .revue-card-content .revue-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}
.revue-card .revue-card-content .revue-action {
  display: flex;
  justify-content: center;
  width: 100%;
}
.revue-card .revue-card-content .revue-action .btn-lire-revue {
  display: flex;
  height: 46px;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  gap: 11px;
  border-radius: 8px;
  background: var(--bordeau);
  color: #fff;
  text-align: center;
  font-family: "Lora", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 86%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.revue-card .revue-card-content .revue-action .btn-lire-revue:after {
  content: "";
  background: url(../images/fleche.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.revue-card .revue-card-content .revue-action .btn-lire-revue:hover {
  background: var(--jaune);
  color: #000;
}

.single-revue-detail .page-header {
  background: #FFCD65;
  padding: 25px 0;
  display: flex;
  align-items: center;
  gap: 103px;
  width: 100%;
}
@media (max-width: 1200px) {
  .single-revue-detail .page-header {
    padding: 40px 60px;
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .single-revue-detail .page-header {
    padding: 30px 20px;
    gap: 30px;
    flex-direction: column;
    text-align: center;
  }
}
.single-revue-detail .page-header .back-to-revues {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  color: #000;
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  flex-shrink: 0;
  transition: all 0.3s ease;
  padding-left: 100px;
}
@media (max-width: 768px) {
  .single-revue-detail .page-header .back-to-revues {
    padding-left: 0;
  }
}
.single-revue-detail .page-header .back-to-revues svg {
  flex-shrink: 0;
}
.single-revue-detail .page-header .back-to-revues .back-text {
  line-height: 1.4;
}
@media (max-width: 768px) {
  .single-revue-detail .page-header .back-to-revues .back-text {
    display: none;
  }
}
.single-revue-detail .page-header .back-to-revues:hover {
  color: var(--bordeau);
}
.single-revue-detail .page-header .back-to-revues:hover rect {
  fill: var(--bordeau);
}
.single-revue-detail .page-header .page-title {
  color: #000;
  font-family: "Limelight", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  flex: 1;
}
@media (max-width: 1024px) {
  .single-revue-detail .page-header .page-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .single-revue-detail .page-header .page-title {
    font-size: 24px;
  }
}
.single-revue-detail .revue-detail-slide {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 1024px) {
  .single-revue-detail .revue-detail-slide {
    flex-direction: column;
  }
}
.single-revue-detail .revue-detail-slide .revue-gallery-slide {
  flex: 0 0 50%;
  background: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 588px;
  position: relative;
}
@media (max-width: 1024px) {
  .single-revue-detail .revue-detail-slide .revue-gallery-slide {
    min-height: 400px;
    flex: none;
  }
}
.single-revue-detail .revue-detail-slide .revue-gallery-slide .revue-gallery-viewer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
@media (max-width: 768px) {
  .single-revue-detail .revue-detail-slide .revue-gallery-slide .revue-gallery-viewer {
    padding: 0;
  }
}
.single-revue-detail .revue-detail-slide .revue-gallery-slide .revue-gallery-viewer .revue-main-photo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-revue-detail .revue-detail-slide .revue-info-side {
  flex: 0 0 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 60px 80px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .single-revue-detail .revue-detail-slide .revue-info-side {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .single-revue-detail .revue-detail-slide .revue-info-side {
    padding: 30px 20px;
  }
}
.single-revue-detail .revue-detail-slide .revue-info-side .revue-info-section {
  width: 100%;
  max-width: 768px;
}
.single-revue-detail .revue-detail-slide .revue-info-side .revue-info-section .revue-badge-title {
  margin-bottom: 20px;
  text-align: center;
}
.single-revue-detail .revue-detail-slide .revue-info-side .revue-info-section .revue-badge-title h2 {
  background: var(--jaunepale);
  padding: 25px;
  border-radius: 16px;
  color: #000;
  text-align: center;
  font-family: "Limelight", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .single-revue-detail .revue-detail-slide .revue-info-side .revue-info-section .revue-badge-title h2 {
    font-size: 24px;
  }
}
.single-revue-detail .revue-detail-slide .revue-info-side .revue-info-section .revue-sommaire-content {
  color: #000;
  font-family: "Lora", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single-revue-detail .revue-detail-slide .revue-info-side .revue-info-section .revue-sommaire-content p,
.single-revue-detail .revue-detail-slide .revue-info-side .revue-info-section .revue-sommaire-content br {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .single-revue-detail .revue-detail-slide .revue-info-side .revue-info-section .revue-sommaire-content {
    text-align: center;
  }
}
.single-revue-detail .revue-detail-slide .revue-info-side .revue-info-section.revue-editorial-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.single-revue-detail .revue-detail-slide .revue-info-side .revue-info-section.revue-editorial-section .revue-editorial-section-container {
  background: var(--jaunepale);
  padding: 0 25px 25px;
  border-radius: 16px;
}
.single-revue-detail .revue-detail-slide .revue-info-side .revue-info-section.revue-editorial-section .revue-editorial-section-container .revue-badge-title {
  margin-bottom: 0;
}
.single-revue-detail .revue-detail-slide .revue-info-side .revue-info-section.revue-editorial-section .revue-editorial-section-container .revue-badge-title h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.single-revue-detail .revue-detail-slide .revue-info-side .revue-info-section.revue-editorial-section .btn-telecharger-pdf {
  display: flex;
  height: 46px;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  gap: 11px;
  border-radius: 8px;
  background: var(--bordeau);
  color: #fff;
  text-align: center;
  font-family: "Lora", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 86%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.single-revue-detail .revue-detail-slide .revue-info-side .revue-info-section.revue-editorial-section .btn-telecharger-pdf svg {
  flex-shrink: 0;
}
.single-revue-detail .revue-detail-slide .revue-info-side .revue-info-section.revue-editorial-section .btn-telecharger-pdf:hover {
  background: #000;
}
.single-revue-detail .revue-detail-other-revues {
  padding: 80px 0 40px;
}
@media (max-width: 768px) {
  .single-revue-detail .revue-detail-other-revues {
    padding: 0;
  }
}
.single-revue-detail .revue-detail-other-revues .section-title-badge {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .single-revue-detail .revue-detail-other-revues .section-title-badge {
    margin-bottom: 0;
  }
}
.single-revue-detail .revue-detail-other-revues .section-title-badge h2 {
  display: inline-block;
  padding: 20px 40px;
  background: var(--jaunepale);
  border-radius: 16px;
  color: #000;
  font-family: "Limelight", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media (max-width: 768px) {
  .single-revue-detail .revue-detail-other-revues .section-title-badge h2 {
    font-size: 20px;
    padding: 15px 25px;
    display: block;
  }
}

.no-revues {
  text-align: center;
  padding: 80px 20px;
}
.no-revues i {
  font-size: 64px;
  color: #ddd;
  margin-bottom: 20px;
}
.no-revues h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}
.no-revues p {
  font-size: 16px;
  color: #666;
}

@media screen and (max-width: 767px) {
  .post-type-archive-revue .container,
  .single-revue-detail .container {
    padding: 0;
  }
}

/**
 * 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;
  transition: opacity 0.3s ease;
}
body.single-product .product-gallery .product-main-image img.is-switching {
  opacity: 0;
}
@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: 2px 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.active {
  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;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 25%;
  padding-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 15px 20px;
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: var(--jaune, #F9CF49);
  color: #000;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: var(--bordeau, #5A1E1E);
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 75%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
}
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-family: Limelight, sans-serif;
  color: #000;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content p {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  color: var(--bordeau, #5A1E1E);
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}
.woocommerce-account .woocommerce::after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-account table.woocommerce-orders-table,
.woocommerce-account table.woocommerce-MyAccount-downloads,
.woocommerce-account table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.woocommerce-account table.woocommerce-orders-table th,
.woocommerce-account table.woocommerce-orders-table td,
.woocommerce-account table.woocommerce-MyAccount-downloads th,
.woocommerce-account table.woocommerce-MyAccount-downloads td,
.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
  padding: 12px 15px;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}
.woocommerce-account table.woocommerce-orders-table th,
.woocommerce-account table.woocommerce-MyAccount-downloads th,
.woocommerce-account table.shop_table th {
  background: #f5f5f5;
  font-weight: 600;
  color: #333;
}
.woocommerce-account table.woocommerce-orders-table td,
.woocommerce-account table.woocommerce-MyAccount-downloads td,
.woocommerce-account table.shop_table td {
  color: #555;
}
.woocommerce-account table.woocommerce-orders-table tbody tr:hover,
.woocommerce-account table.woocommerce-MyAccount-downloads tbody tr:hover,
.woocommerce-account table.shop_table tbody tr:hover {
  background: #fafafa;
}
.woocommerce-account table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a.button,
.woocommerce-account table.woocommerce-MyAccount-downloads .woocommerce-orders-table__cell-order-actions a.button,
.woocommerce-account table.shop_table .woocommerce-orders-table__cell-order-actions a.button {
  display: inline-block;
  padding: 8px 15px;
  background: #000;
  color: #fff;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 2px;
}
.woocommerce-account table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a.button:hover,
.woocommerce-account table.woocommerce-MyAccount-downloads .woocommerce-orders-table__cell-order-actions a.button:hover,
.woocommerce-account table.shop_table .woocommerce-orders-table__cell-order-actions a.button:hover {
  background: var(--jaune, #F9CF49);
  color: #000;
}
.woocommerce-account .woocommerce-EditAccountForm p.form-row,
.woocommerce-account .woocommerce-address-fields p.form-row,
.woocommerce-account form.edit-account p.form-row {
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-EditAccountForm p.form-row label,
.woocommerce-account .woocommerce-address-fields p.form-row label,
.woocommerce-account form.edit-account p.form-row label {
  display: block;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.woocommerce-account .woocommerce-EditAccountForm p.form-row label .required,
.woocommerce-account .woocommerce-address-fields p.form-row label .required,
.woocommerce-account form.edit-account p.form-row label .required {
  color: var(--bordeau, #5A1E1E);
}
.woocommerce-account .woocommerce-EditAccountForm p.form-row input[type=text],
.woocommerce-account .woocommerce-EditAccountForm p.form-row input[type=email],
.woocommerce-account .woocommerce-EditAccountForm p.form-row input[type=password],
.woocommerce-account .woocommerce-EditAccountForm p.form-row input[type=tel],
.woocommerce-account .woocommerce-EditAccountForm p.form-row select,
.woocommerce-account .woocommerce-EditAccountForm p.form-row textarea,
.woocommerce-account .woocommerce-address-fields p.form-row input[type=text],
.woocommerce-account .woocommerce-address-fields p.form-row input[type=email],
.woocommerce-account .woocommerce-address-fields p.form-row input[type=password],
.woocommerce-account .woocommerce-address-fields p.form-row input[type=tel],
.woocommerce-account .woocommerce-address-fields p.form-row select,
.woocommerce-account .woocommerce-address-fields p.form-row textarea,
.woocommerce-account form.edit-account p.form-row input[type=text],
.woocommerce-account form.edit-account p.form-row input[type=email],
.woocommerce-account form.edit-account p.form-row input[type=password],
.woocommerce-account form.edit-account p.form-row input[type=tel],
.woocommerce-account form.edit-account p.form-row select,
.woocommerce-account form.edit-account p.form-row textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  transition: border-color 0.3s ease;
}
.woocommerce-account .woocommerce-EditAccountForm p.form-row input[type=text]:focus,
.woocommerce-account .woocommerce-EditAccountForm p.form-row input[type=email]:focus,
.woocommerce-account .woocommerce-EditAccountForm p.form-row input[type=password]:focus,
.woocommerce-account .woocommerce-EditAccountForm p.form-row input[type=tel]:focus,
.woocommerce-account .woocommerce-EditAccountForm p.form-row select:focus,
.woocommerce-account .woocommerce-EditAccountForm p.form-row textarea:focus,
.woocommerce-account .woocommerce-address-fields p.form-row input[type=text]:focus,
.woocommerce-account .woocommerce-address-fields p.form-row input[type=email]:focus,
.woocommerce-account .woocommerce-address-fields p.form-row input[type=password]:focus,
.woocommerce-account .woocommerce-address-fields p.form-row input[type=tel]:focus,
.woocommerce-account .woocommerce-address-fields p.form-row select:focus,
.woocommerce-account .woocommerce-address-fields p.form-row textarea:focus,
.woocommerce-account form.edit-account p.form-row input[type=text]:focus,
.woocommerce-account form.edit-account p.form-row input[type=email]:focus,
.woocommerce-account form.edit-account p.form-row input[type=password]:focus,
.woocommerce-account form.edit-account p.form-row input[type=tel]:focus,
.woocommerce-account form.edit-account p.form-row select:focus,
.woocommerce-account form.edit-account p.form-row textarea:focus {
  outline: none;
  border-color: var(--jaune, #F9CF49);
}
.woocommerce-account .woocommerce-EditAccountForm fieldset,
.woocommerce-account .woocommerce-address-fields fieldset,
.woocommerce-account form.edit-account fieldset {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend,
.woocommerce-account .woocommerce-address-fields fieldset legend,
.woocommerce-account form.edit-account fieldset legend {
  font-family: Limelight, sans-serif;
  font-size: 18px;
  padding: 0 10px;
  color: #333;
}
.woocommerce-account .woocommerce-EditAccountForm button[type=submit],
.woocommerce-account .woocommerce-EditAccountForm .button,
.woocommerce-account .woocommerce-address-fields button[type=submit],
.woocommerce-account .woocommerce-address-fields .button,
.woocommerce-account form.edit-account button[type=submit],
.woocommerce-account form.edit-account .button {
  display: inline-block;
  padding: 12px 30px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce-EditAccountForm button[type=submit]:hover,
.woocommerce-account .woocommerce-EditAccountForm .button:hover,
.woocommerce-account .woocommerce-address-fields button[type=submit]:hover,
.woocommerce-account .woocommerce-address-fields .button:hover,
.woocommerce-account form.edit-account button[type=submit]:hover,
.woocommerce-account form.edit-account .button:hover {
  background: var(--jaune, #F9CF49);
  color: #000;
}
.woocommerce-account .woocommerce-Addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
  flex: 1;
  min-width: 250px;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--jaune, #F9CF49);
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3 {
  margin: 0;
  font-family: Limelight, sans-serif;
  font-size: 18px;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a.edit {
  font-size: 13px;
  color: var(--bordeau, #5A1E1E);
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address address {
  font-style: normal;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}
.woocommerce-account .woocommerce-message a,
.woocommerce-account .woocommerce-info a,
.woocommerce-account .woocommerce-error a {
  font-weight: 600;
}
.woocommerce-account .woocommerce-message {
  background: #d4edda;
  border-left: 4px solid #28a745;
  color: #155724;
}
.woocommerce-account .woocommerce-info {
  background: #d1ecf1;
  border-left: 4px solid #17a2b8;
  color: #0c5460;
}
.woocommerce-account .woocommerce-error {
  background: #f8d7da;
  border-left: 4px solid #dc3545;
  color: #721c24;
  list-style: none;
  padding-left: 20px;
}

.woocommerce-account .woocommerce #customer_login {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.woocommerce-account .woocommerce #customer_login .u-column1,
.woocommerce-account .woocommerce #customer_login .u-column2 {
  flex: 1;
  min-width: 300px;
}
.woocommerce-account .woocommerce #customer_login .u-column1 h2,
.woocommerce-account .woocommerce #customer_login .u-column2 h2 {
  font-family: Limelight, sans-serif;
  font-size: 24px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--jaune, #F9CF49);
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form-login,
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form-login p.form-row,
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register p.form-row {
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form-login p.form-row label,
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register p.form-row label {
  display: block;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form-login p.form-row input[type=text],
.woocommerce-account .woocommerce #customer_login .woocommerce-form-login p.form-row input[type=email],
.woocommerce-account .woocommerce #customer_login .woocommerce-form-login p.form-row input[type=password],
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register p.form-row input[type=text],
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register p.form-row input[type=email],
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register p.form-row input[type=password] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form-login p.form-row input[type=text]:focus,
.woocommerce-account .woocommerce #customer_login .woocommerce-form-login p.form-row input[type=email]:focus,
.woocommerce-account .woocommerce #customer_login .woocommerce-form-login p.form-row input[type=password]:focus,
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register p.form-row input[type=text]:focus,
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register p.form-row input[type=email]:focus,
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register p.form-row input[type=password]:focus {
  outline: none;
  border-color: var(--jaune, #F9CF49);
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form-login .woocommerce-form-login__rememberme input[type=checkbox],
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register .woocommerce-form-login__rememberme input[type=checkbox] {
  width: 18px;
  height: 18px;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form-login .woocommerce-form-login__rememberme span,
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register .woocommerce-form-login__rememberme span {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form-login button[type=submit],
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register button[type=submit] {
  width: 100%;
  padding: 14px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form-login button[type=submit]:hover,
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register button[type=submit]:hover {
  background: var(--jaune, #F9CF49);
  color: #000;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form-login .woocommerce-LostPassword,
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register .woocommerce-LostPassword {
  margin-top: 15px;
  text-align: center;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form-login .woocommerce-LostPassword a,
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register .woocommerce-LostPassword a {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  color: var(--bordeau, #5A1E1E);
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword {
  max-width: 500px;
  margin: 0 auto;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword p {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword .form-row {
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword .form-row label {
  display: block;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword .form-row input[type=text] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword button[type=submit] {
  padding: 12px 30px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword button[type=submit]:hover {
  background: var(--jaune, #F9CF49);
  color: #000;
}

/**
 * WAPF Fields Validation Styles
 *
 * Styles for WAPF required field validation
 * Shows clear visual feedback for missing required fields
 */
.wapf-validation-error {
  background: #fff8e1;
  border-left: 4px solid #f9cf49;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease-out;
}
.wapf-validation-error strong {
  color: #000;
  display: block;
  margin-bottom: 8px;
  font-family: "Limelight", cursive;
  font-size: 16px;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wapf-field-error .wapf-field-input,
.wapf-field-error input,
.wapf-field-error select,
.wapf-field-error textarea {
  border-color: #f9cf49 !important;
  background-color: #fff8e1 !important;
  box-shadow: 0 0 0 1px #f9cf49 !important;
}
.wapf-field-error .wapf-field-label {
  color: #000 !important;
  font-weight: bold;
}
.wapf-field-error .wapf-field-label::after {
  content: " - Ce champ est obligatoire";
  color: #f9cf49;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}

.wapf-field-label .wapf-required-asterisk {
  color: #f9cf49;
  font-weight: bold;
  margin-left: 4px;
}

@media (max-width: 768px) {
  .wapf-validation-error {
    padding: 12px 16px;
    margin-bottom: 15px;
  }
  .wapf-validation-error strong {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .wapf-field-error .wapf-field-label::after {
    display: block;
    margin-top: 4px;
  }
}
/**
 * Timeline Historique - Frontend Styles
 * Basé sur le design Figma
 */
/* Header */
.timeline-historique-header {
  text-align: center;
  margin-bottom: 25px;
}

.page-content-block .block-content .timeline-historique-header h2 {
  background: linear-gradient(135deg, #f9cf49 0%, #ffcd64 100%);
  display: inline-block;
  padding: 25px 40px;
  border-radius: 16px;
  font-family: "Limelight", "Arial Black", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin: 0;
  box-shadow: 0 4px 12px rgba(249, 207, 73, 0.3);
  margin: 0;
}

/* Entries Container */
.timeline-historique-entries {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Single Entry */
.timeline-entry {
  display: flex;
  gap: 5px;
  align-items: stretch;
  min-height: 75px;
}

/* Date Badge */
.timeline-entry-date {
  background: #f9cf49;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  min-width: 100px;
  text-align: center;
}

.timeline-month {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  display: block;
  text-transform: capitalize;
}

.timeline-year {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  display: block;
  margin-top: 2px;
}

/* Content */
.timeline-entry-content {
  background: #f3f3f3;
  flex: 1;
  padding: 15px;
  display: flex;
  align-items: center;
}
.timeline-entry-content p {
  padding-top: 0 !important;
}

.timeline-entry-content p {
  font-family: "Inter", "Arial", sans-serif;
  font-size: 12px;
  color: #000;
  line-height: 1.6;
  margin: 0;
  white-space: pre-wrap;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .timeline-historique-wrapper {
    padding: 0;
  }
  .timeline-historique-header h2 {
    font-size: 24px;
    padding: 20px 30px;
  }
  .timeline-entry {
    flex-direction: column;
    min-height: auto;
  }
  .timeline-entry-date {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    min-width: auto;
    padding: 12px;
  }
  .timeline-month {
    font-size: 14px;
  }
  .timeline-year {
    font-size: 18px;
    margin-top: 0;
  }
  .timeline-entry-content {
    padding: 10px;
  }
  .timeline-entry-content p {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .timeline-historique-header h2 {
    font-size: 20px;
    padding: 18px 25px;
  }
  .timeline-entry-date {
    padding: 10px;
  }
  .timeline-month {
    font-size: 12px;
  }
  .timeline-year {
    font-size: 16px;
  }
  .timeline-entry-content p {
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* Print Styles */
@media print {
  .timeline-historique-wrapper {
    max-width: 100%;
    margin: 0;
  }
  .timeline-historique-header h2 {
    background: #f9cf49;
    box-shadow: none;
  }
  .timeline-entry-date,
  .timeline-entry-content {
    border: 1px solid #ddd;
  }
}
/**
 * Dimensions et Poids - Frontend Styles
 */
.dimensions-poids-header {
  text-align: center;
  margin-bottom: 25px;
}

.page-content-block .block-content .dimensions-poids-header h2 {
  background: linear-gradient(135deg, #f9cf49 0%, #ffcd64 100%);
  display: inline-block;
  padding: 25px 40px;
  border-radius: 16px;
  font-family: "Limelight", "Arial Black", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin: 0;
  box-shadow: 0 4px 12px rgba(249, 207, 73, 0.3);
  margin: 0;
}

.dimensions-poids-table {
  width: 100%;
  max-width: 905px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.dimensions-poids-table thead {
  background: #000;
  color: #f9cf49;
}

.dimensions-poids-table thead th {
  padding: 15px 20px;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-right: 1px solid rgba(249, 207, 73, 0.2);
  font-family: "LimeLight";
}

.dimensions-poids-table thead th:last-child {
  border-right: none;
}

.dimensions-poids-table tbody tr {
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.2s;
}

.dimensions-poids-table tbody tr:last-child {
  border-bottom: none;
}

.dimensions-poids-table tbody tr:hover {
  background: #fff8e1;
}

.dimensions-poids-table tbody td {
  padding: 15px 20px;
  font-size: 15px;
  color: #333;
  border-right: 1px solid #e0e0e0;
  text-align: center;
}

.dimensions-poids-table tbody td:last-child {
  border-right: none;
}

.dimensions-poids-table tbody td:first-child {
  font-weight: bold;
  color: #000;
  font-family: "LimeLight";
}

/* Responsive Table */
@media (max-width: 768px) {
  .dimensions-poids-wrapper {
    margin: 20px 0;
  }
  .dimensions-poids-header h2 {
    font-size: 20px;
  }
  .dimensions-poids-table {
    font-size: 13px;
  }
  .dimensions-poids-table thead {
    display: none;
  }
  .dimensions-poids-table tbody tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
  }
  .dimensions-poids-table tbody td {
    display: block;
    text-align: right;
    padding: 10px 15px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    padding-left: 50%;
  }
  .dimensions-poids-table tbody td:last-child {
    border-bottom: none;
  }
  .dimensions-poids-table tbody td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: calc(50% - 30px);
    color: #000;
    font-family: Limelight;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }
  .dimensions-poids-table tbody td:first-child {
    background: #f9cf49;
    color: #000;
    text-align: center;
    padding-left: 15px;
    font-size: 16px;
  }
  .dimensions-poids-table tbody td:first-child::before {
    content: "";
    display: none;
  }
}
/* Print Styles */
@media print {
  .dimensions-poids-wrapper {
    page-break-inside: avoid;
  }
  .dimensions-poids-table tbody tr:hover {
    background: transparent;
  }
}
/**
 * Production et Tarifs - Frontend Styles
 */
.production-tarifs-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.production-tarifs-header {
  text-align: center;
  margin-bottom: 30px;
}

.page-content-block .block-content .production-tarifs-header h2 {
  background: linear-gradient(135deg, #f9cf49 0%, #ffcd64 100%);
  display: inline-block;
  padding: 20px 40px;
  border-radius: 16px;
  font-family: "Limelight", "Arial Black", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin: 0;
  box-shadow: 0 4px 12px rgba(249, 207, 73, 0.3);
  text-transform: uppercase;
}

.production-tarifs-section {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .production-tarifs-section {
    margin-bottom: 0;
  }
}
.production-tarifs-section + .production-tarifs-section {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .production-tarifs-section + .production-tarifs-section {
    margin-top: 30px;
  }
}

.page-content-block .block-content h3.production-tarifs-section-title {
  font-family: "Limelight", cursive;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 0 0 15px 0;
  text-align: left;
}
@media (max-width: 768px) {
  .page-content-block .block-content h3.production-tarifs-section-title {
    display: flex;
    width: 350px;
    padding: 15px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: var(--Jaune, #F9CF49);
  }
}

.production-tarifs-table {
  border-collapse: collapse;
  background: #fff;
}

.production-tarifs-table thead {
  background: #000;
  color: #f9cf49;
}

.production-tarifs-table thead th {
  padding: 12px 15px;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-right: 1px solid rgba(249, 207, 73, 0.2);
  font-family: "Limelight";
}

.production-tarifs-table thead th:last-child {
  border-right: none;
}

.production-tarifs-table tbody tr {
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.2s;
}

.production-tarifs-table tbody tr:last-child {
  border-bottom-width: 0;
}
@media (max-width: 768px) {
  .production-tarifs-table tbody tr:last-child {
    border-bottom-width: 1px;
  }
}

.production-tarifs-table tbody td {
  padding: 12px 15px;
  font-size: 14px;
  color: #333;
  border-right: 1px solid #e0e0e0;
  text-align: center;
}

.production-tarifs-table tbody tr:hover {
  background: #fff8e1;
}

.production-tarifs-table tbody td:last-child {
  border-right: none;
}

.production-tarifs-table tbody td:first-child {
  color: #000;
}

/* Responsive Table */
@media (max-width: 768px) {
  .production-tarifs-wrapper {
    margin: 20px 0;
    padding: 0;
  }
  .production-tarifs-header h2 {
    font-size: 22px;
    padding: 18px 30px;
  }
  .production-tarifs-section-title {
    font-size: 18px;
  }
  .production-tarifs-table {
    font-size: 13px;
    width: 100%;
  }
  .production-tarifs-table thead {
    display: none;
  }
  .production-tarifs-table tbody tr {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
  }
  .production-tarifs-table tbody tr + tr {
    margin-top: 10px;
  }
  .production-tarifs-table tbody td {
    text-align: right;
    padding: 10px 15px;
    border-right: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
  }
  .production-tarifs-table tbody td:after {
    content: "";
    display: block;
    width: 82%;
    background: #E3E3E3;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .production-tarifs-table tbody td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: calc(50% - 30px);
    color: #000;
    font-family: Limelight;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }
  .production-tarifs-table tbody td:first-child {
    color: #000;
    font-family: Limelight;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    padding-left: 15px;
    position: relative;
  }
  .production-tarifs-table tbody td:first-child:after {
    display: none;
  }
  .production-tarifs-table tbody td:first-child::before {
    position: absolute;
    right: 15px;
    left: auto;
    display: flex;
    width: 117px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: var(--Jaune, #F9CF49);
  }
  .production-tarifs-table tbody td:last-child:after {
    display: none;
  }
}
/* Print Styles */
@media print {
  .production-tarifs-wrapper {
    page-break-inside: avoid;
    max-width: 100%;
  }
  .production-tarifs-header h2 {
    background: #f9cf49;
    box-shadow: none;
  }
  .production-tarifs-table tbody tr:hover {
    background: transparent;
  }
  .production-tarifs-section {
    page-break-inside: avoid;
  }
}
/* Organigramme Container */
.organigramme-container {
  position: relative;
  padding: 40px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
}

.organigramme-inner {
  margin: 0 auto;
}

/* Level Styling */
.organigramme-level {
  margin-bottom: 60px;
}

.organigramme-level-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #333;
}

/* People Grid */
.organigramme-people {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: flex-start;
}

/* Person Card */
.organigramme-person {
  background: #FFFFFF;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
  width: 280px;
}
.organigramme-person:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Photo */
.person-photo {
  margin-bottom: 15px;
  padding: 0 18px;
}
.person-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  max-width: 204px;
  max-height: 204px;
  width: auto;
  height: auto;
}

/* Person Info */
.person-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

h4.person-name {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  line-height: 1.3;
  font-family: Limelight;
  height: 63px;
}

.person-email-div {
  height: 32px;
}

.person-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  text-decoration: none;
  margin: 0 auto;
  transition: background-color 0.2s, border-color 0.2s;
}
.person-email:hover {
  background: #F5F5F5;
  border-color: #CCCCCC;
}

.email-icon {
  font-size: 18px;
  color: #666;
}

.person-function {
  background: #F9CF49;
  color: #000000;
  padding: 5px;
  font-size: 16px;
  display: inline-block;
  margin: 0 auto;
  font-family: LimeLight;
}

/* Responsive */
@media (max-width: 768px) {
  .organigramme-people {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .organigramme-person {
    width: 100%;
    max-width: 300px;
    min-width: auto;
    padding: 15px;
  }
  .person-photo img {
    width: 100px;
    height: 100px;
  }
  .person-name {
    font-size: 14px;
  }
  .person-function {
    font-size: 12px;
    padding: 5px 10px;
  }
  .organigramme-level-title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .organigramme-container {
    padding: 20px 10px;
  }
  .organigramme-people {
    gap: 15px;
  }
  .organigramme-person {
    max-width: 280px;
  }
  .person-photo img {
    width: 100px;
    height: 100px;
  }
}
.page-antennes-regionales .antennes-main-section {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #F1F1F1;
  box-shadow: -9px 0px 20px 0px rgba(0, 0, 0, 0.1);
  min-height: 600px;
}
.page-antennes-regionales .carte-france-container {
  flex: 50%;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.page-antennes-regionales .carte-france-container .carte-antennes-container {
  flex: 50%;
}
.page-antennes-regionales .carte-france-container #carte-france {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}
.page-antennes-regionales .carte-france-container #carte-france .region {
  transition: all 0.3s ease;
}
.page-antennes-regionales .carte-france-container #carte-france .region .departement {
  fill: #e0e0e0;
  stroke: #fff;
  stroke-width: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-antennes-regionales .carte-france-container #carte-france .region.active .departement, .page-antennes-regionales .carte-france-container #carte-france .region.hover .departement {
  fill: var(--jaune);
}
.page-antennes-regionales .antennes-carousel-container {
  flex: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 10px 40px 0;
  position: relative;
}
.page-antennes-regionales .antennes-nav {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}
.page-antennes-regionales .antennes-nav:hover {
  opacity: 0.7;
}
.page-antennes-regionales .antennes-nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.page-antennes-regionales .antennes-nav svg {
  display: block;
}
.page-antennes-regionales .antennes-carousel {
  flex: 1;
  overflow: hidden;
}
.page-antennes-regionales .antennes-grid-carousel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  max-width: 766px;
}
.page-antennes-regionales .antenne-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-antennes-regionales .antenne-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.page-antennes-regionales .antenne-card .antenne-header {
  width: 100%;
}
.page-antennes-regionales .antenne-card .antenne-name {
  font-family: "Limelight", sans-serif;
  font-size: 24px;
  color: #5A1E1E;
  margin: 0 0 3px;
  line-height: 1;
}
.page-antennes-regionales .antenne-card .antenne-departements {
  font-family: "Limelight", sans-serif;
  font-size: 16px;
  color: #5A1E1E;
  margin: 0;
  line-height: 1;
}
.page-antennes-regionales .antenne-card .antenne-president {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.page-antennes-regionales .antenne-card .antenne-address {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  height: 40px;
}
.page-antennes-regionales .antenne-card .antenne-address br + br {
  display: none;
}
.page-antennes-regionales .antenne-card .antenne-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #F9CF49;
  padding: 10px;
  border-radius: 16px;
  text-decoration: none;
  color: #000;
  font-family: "Lora", serif;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.page-antennes-regionales .antenne-card .antenne-phone:hover {
  background: rgb(247.3723404255, 193.9787234043, 23.6276595745);
}
.page-antennes-regionales .antenne-card .antenne-phone svg {
  flex-shrink: 0;
}
.page-antennes-regionales .antenne-card.highlight {
  animation: highlight-pulse 1.5s ease;
}
@keyframes highlight-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(226, 182, 75, 0.7);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 0 0 15px rgba(226, 182, 75, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(226, 182, 75, 0);
  }
}
.page-antennes-regionales .no-antennes {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .page-antennes-regionales .antennes-main-section {
    flex-direction: column;
  }
  .page-antennes-regionales .carte-france-container {
    width: 100%;
    padding: 20px;
  }
  .page-antennes-regionales .carte-france-container .carte-france-image {
    max-width: 400px;
  }
  .page-antennes-regionales .antennes-carousel-container {
    width: 100%;
    padding: 20px;
  }
  .page-antennes-regionales .antennes-grid-carousel {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .page-antennes-regionales .antennes-grid-carousel {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .page-antennes-regionales .antenne-card .antenne-name {
    font-size: 20px;
  }
  .page-antennes-regionales .antenne-card .antenne-departements {
    font-size: 14px;
  }
  .page-antennes-regionales .antennes-nav svg {
    width: 40px;
    height: 40px;
  }
}
.single-antenne-detail h3 {
  display: flex;
  justify-content: center;
}
.single-antenne-detail h3 span {
  font-family: "Limelight", sans-serif;
  font-size: 24px;
  color: #000;
  margin: 0 0 32px;
  background: #F9CF49;
  padding: 25px;
  border-radius: 16px;
  text-align: center;
}
.single-antenne-detail .antenne-hero-section {
  background: #fff;
  padding: 60px 0;
}
.single-antenne-detail .antenne-hero-section .antenne-hero-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.single-antenne-detail .antenne-hero-section .antenne-hero-image-wrapper {
  position: relative;
}
.single-antenne-detail .antenne-hero-section .antenne-hero-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.single-antenne-detail .antenne-hero-section .antenne-hero-image img.antenne-main-photo {
  width: 100%;
  height: auto;
  display: block;
}
.single-antenne-detail .antenne-hero-section .antenne-hero-thumbnails {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
}
.single-antenne-detail .antenne-hero-section .antenne-hero-thumbnails .antenne-thumb-hero {
  width: 100px;
  height: 100px;
  border: 4px solid #fff;
  overflow: hidden;
  cursor: pointer;
  background: none;
  padding: 0;
  transition: transform 0.3s ease, border-color 0.3s ease;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.single-antenne-detail .antenne-hero-section .antenne-hero-thumbnails .antenne-thumb-hero:hover {
  transform: scale(1.05);
  border-color: #F9CF49;
}
.single-antenne-detail .antenne-hero-section .antenne-hero-thumbnails .antenne-thumb-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-antenne-detail .antenne-hero-section .btn-view-gallery-hero {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 12px 20px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: "Lora", serif;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s ease;
  z-index: 2;
}
.single-antenne-detail .antenne-hero-section .btn-view-gallery-hero:hover {
  background: rgba(0, 0, 0, 0.95);
}
.single-antenne-detail .antenne-hero-section .btn-view-gallery-hero svg {
  flex-shrink: 0;
}
.single-antenne-detail .antenne-hero-section .antenne-hero-text {
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.single-antenne-detail .antenne-hero-section .antenne-hero-text p {
  margin-bottom: 16px;
}
.single-antenne-detail .antenne-hero-section .antenne-hero-text p:last-child {
  margin-bottom: 0;
}
.single-antenne-detail .antenne-action-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}
.single-antenne-detail .antenne-action-cards .action-card {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 16px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.single-antenne-detail .antenne-action-cards .action-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.single-antenne-detail .antenne-action-cards .action-card .card-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-antenne-detail .antenne-action-cards .action-card .card-icon svg {
  width: 100%;
  height: auto;
}
.single-antenne-detail .antenne-action-cards .action-card h3 {
  font-family: "Limelight", sans-serif;
  font-size: 20px;
  color: #5A1E1E;
  margin: 0;
  line-height: 1.3;
  text-transform: uppercase;
}
.single-antenne-detail .antenne-action-cards .action-card .card-btn {
  background: #5A1E1E;
  color: #fff;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.3s ease;
}
.single-antenne-detail .antenne-action-cards .action-card .card-btn:hover {
  background: rgb(51.75, 17.25, 17.25);
}
.single-antenne-detail .antenne-bureau-section {
  background: #fff;
  padding: 60px 0;
  margin-top: 80px;
}
.single-antenne-detail .antenne-bureau-section .container {
  text-align: center;
}
.single-antenne-detail .antenne-bureau-section .bureau-section-title {
  font-family: "Limelight", sans-serif;
  font-size: 32px;
  color: #000;
  text-align: center;
  margin: 0 auto 40px;
  text-transform: uppercase;
  background: #F9CF49;
  padding: 15px 35px;
  border-radius: 16px;
  display: inline-block;
  width: auto;
}
.single-antenne-detail .antenne-bureau-section .bureau-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  align-items: center;
  text-align: left;
}
.single-antenne-detail .antenne-bureau-section .bureau-members {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}
.single-antenne-detail .antenne-bureau-section .bureau-members p,
.single-antenne-detail .antenne-bureau-section .bureau-members ul,
.single-antenne-detail .antenne-bureau-section .bureau-members ol {
  font-family: "Lora", serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 10px;
}
.single-antenne-detail .antenne-bureau-section .bureau-members strong {
  font-weight: 700;
  color: #000;
}
.single-antenne-detail .antenne-bureau-section .bureau-contact {
  background: #F1F1F1;
  border-radius: 16px;
  padding: 10px 25px 32px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-title span {
  font-family: "Limelight", sans-serif;
  font-size: 24px;
  color: #000;
  background: #F9CF49;
  padding: 25px;
  border-radius: 16px;
  display: inline-block;
}
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form,
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-section,
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: flex-start;
}
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-section-title,
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-section-title {
  font-family: "Limelight", sans-serif;
  font-size: 18px;
  color: #000;
  margin: 0;
}
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-row,
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  width: 100%;
}
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field input[type=text],
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field input[type=email],
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field input[type=tel],
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field textarea,
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field input[type=text],
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field input[type=email],
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field input[type=tel],
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field textarea {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #ddd;
  font-family: "Lora", serif;
  font-size: 12px;
  transition: border-color 0.3s ease;
  background: #fff;
}
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field input[type=text]:focus,
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field input[type=email]:focus,
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field input[type=tel]:focus,
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field textarea:focus,
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field input[type=text]:focus,
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field input[type=email]:focus,
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field input[type=tel]:focus,
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field textarea:focus {
  outline: none;
  border-color: #F9CF49;
}
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field input[type=text]::-moz-placeholder, .single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field input[type=email]::-moz-placeholder, .single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field input[type=tel]::-moz-placeholder, .single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field textarea::-moz-placeholder, .single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field input[type=text]::-moz-placeholder, .single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field input[type=email]::-moz-placeholder, .single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field input[type=tel]::-moz-placeholder, .single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field textarea::-moz-placeholder {
  color: #000;
}
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field input[type=text]::placeholder,
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field input[type=email]::placeholder,
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field input[type=tel]::placeholder,
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field textarea::placeholder,
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field input[type=text]::placeholder,
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field input[type=email]::placeholder,
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field input[type=tel]::placeholder,
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field textarea::placeholder {
  color: #000;
}
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field input[type=text],
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field input[type=email],
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field input[type=tel],
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field input[type=text],
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field input[type=email],
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field input[type=tel] {
  height: 33px;
}
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field textarea,
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field textarea {
  resize: vertical;
  min-height: 96px;
}
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-field-full,
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-field-full {
  width: 100%;
}
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-submit-btn,
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-submit-btn {
  background: #5A1E1E;
  color: #fff;
  padding: 12px 15px;
  border: none;
  border-radius: 8px;
  font-family: "Lora", serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  height: 46px;
}
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-submit-btn:hover,
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-submit-btn:hover {
  background: rgb(51.75, 17.25, 17.25);
}
.single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-submit-btn svg,
.single-antenne-detail .antenne-bureau-section .bureau-contact .wpcf7-form .form-submit-btn svg {
  flex-shrink: 0;
}
.single-antenne-detail .antenne-bureau-section .bureau-adhesion {
  background: #fff;
  border-radius: 32px;
  padding: 72px 0;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: center;
}
.single-antenne-detail .antenne-bureau-section .bureau-adhesion h3 {
  color: #000;
  text-align: center;
  font-family: "Limelight";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.single-antenne-detail .antenne-bureau-section .bureau-adhesion .adhesion-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.single-antenne-detail .antenne-adhesion-section {
  display: none;
}

.antenne-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.antenne-lightbox.active {
  visibility: visible;
  opacity: 1;
}

.antenne-lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.antenne-lightbox-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.antenne-lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10002;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  transition: transform 0.2s, opacity 0.2s;
}
.antenne-lightbox-close:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
.antenne-lightbox-close:focus {
  outline: 2px solid #FFCD65;
  outline-offset: 4px;
}
.antenne-lightbox-close svg {
  display: block;
}

.antenne-lightbox-nav {
  position: absolute;
  left: 1.93%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10001;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media (max-width: 768px) {
  .antenne-lightbox-nav {
    position: fixed;
    top: 60px;
    left: 50%;
    bottom: auto;
    transform: translateX(-50%);
    flex-direction: row;
    width: 100%;
    justify-content: center;
    padding: 0 10px;
    gap: 10px;
  }
}

.antenne-lightbox-nav-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  transition: transform 0.2s, opacity 0.2s;
}
.antenne-lightbox-nav-btn:hover:not(:disabled) {
  transform: scale(1.2);
}
.antenne-lightbox-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.antenne-lightbox-nav-btn:focus {
  outline: 2px solid #FFCD65;
  outline-offset: 4px;
}
.antenne-lightbox-nav-btn svg {
  display: block;
}
@media (max-width: 768px) {
  .antenne-lightbox-nav-btn {
    order: 1;
    padding: 5px;
  }
  .antenne-lightbox-nav-btn.antenne-lightbox-nav-up {
    order: 0;
  }
  .antenne-lightbox-nav-btn.antenne-lightbox-nav-down {
    order: 2;
  }
}

.antenne-lightbox-nav-up svg {
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .antenne-lightbox-nav-up svg {
    transform: rotate(0deg);
  }
}

.antenne-lightbox-nav-down svg {
  transform: rotate(270deg);
}
@media (max-width: 768px) {
  .antenne-lightbox-nav-down svg {
    transform: rotate(180deg);
  }
}

.antenne-lightbox-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 768px) {
  .antenne-lightbox-thumbnails {
    flex-direction: row;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: calc(100vw - 120px);
    padding: 5px 0;
    order: 1;
  }
  .antenne-lightbox-thumbnails::-webkit-scrollbar {
    height: 4px;
  }
  .antenne-lightbox-thumbnails::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
  }
  .antenne-lightbox-thumbnails::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
  }
}

.antenne-lightbox-thumb {
  width: 117px;
  height: 117px;
  border: 4px solid #fff;
  background: none;
  padding: 0;
  cursor: pointer;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  overflow: hidden;
}
.antenne-lightbox-thumb:hover {
  transform: scale(1.05);
}
.antenne-lightbox-thumb:focus {
  outline: none;
  border-color: #FFCD65;
}
.antenne-lightbox-thumb.active {
  border-color: #FFCD65;
  box-shadow: 0px 4px 8px rgba(255, 205, 100, 0.6);
}
.antenne-lightbox-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .antenne-lightbox-thumb {
    width: 80px;
    height: 80px;
    border-width: 3px;
    flex-shrink: 0;
  }
}

.antenne-lightbox-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 91.98%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  z-index: 10000;
}
@media (max-width: 768px) {
  .antenne-lightbox-main {
    padding: 160px 20px 80px 20px;
    height: calc(100% - 60px);
  }
}

.antenne-lightbox-image {
  max-width: 1500px;
  max-height: 1060px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 768px) {
  .antenne-lightbox-image {
    max-width: 100%;
    max-height: 100%;
  }
}

.antenne-lightbox-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 32px 20px;
  z-index: 10001;
}
@media (max-width: 768px) {
  .antenne-lightbox-caption {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    min-height: 50px;
  }
}

.antenne-lightbox-caption-text {
  font-family: Lora, serif;
  font-size: 16px;
  color: #000;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .antenne-lightbox-caption-text {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .single-antenne-detail .antenne-hero-section .antenne-hero-layout {
    gap: 40px;
  }
  .single-antenne-detail .antenne-bureau-section .bureau-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .single-antenne-detail .antenne-hero-section {
    padding: 40px 0;
  }
  .single-antenne-detail .antenne-hero-section .antenne-hero-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .single-antenne-detail .antenne-hero-section .btn-view-gallery-hero {
    bottom: 10px;
    right: 10px;
    padding: 10px 16px;
    font-size: 12px;
  }
  .single-antenne-detail .antenne-hero-section .antenne-hero-thumbnails {
    left: 10px;
    top: 10px;
    gap: 8px;
  }
  .single-antenne-detail .antenne-hero-section .antenne-hero-thumbnails .antenne-thumb-hero {
    width: 70px;
    height: 70px;
    border-width: 3px;
  }
  .single-antenne-detail .antenne-action-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }
  .single-antenne-detail .antenne-action-cards .action-card {
    padding: 30px 20px;
  }
  .single-antenne-detail .antenne-action-cards .action-card h3 {
    font-size: 18px;
  }
  .single-antenne-detail .antenne-bureau-section {
    padding: 60px 0;
    margin-top: 60px;
  }
  .single-antenne-detail .antenne-bureau-section .bureau-section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .single-antenne-detail .antenne-bureau-section .bureau-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .single-antenne-detail .antenne-bureau-section .bureau-members,
  .single-antenne-detail .antenne-bureau-section .bureau-contact,
  .single-antenne-detail .antenne-bureau-section .bureau-adhesion {
    padding: 20px;
  }
  .single-antenne-detail .antenne-bureau-section .bureau-contact .contact-title span {
    font-size: 20px;
    padding: 20px;
  }
  .single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form {
    gap: 24px;
  }
  .single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-section-title {
    font-size: 16px;
  }
  .single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-row {
    grid-template-columns: 1fr;
  }
  .single-antenne-detail .antenne-bureau-section .bureau-contact .contact-form .form-submit-btn {
    width: 100%;
  }
}
.sidebar-antennes {
  background: #1a1a1a;
  padding: 33px 0 60px;
  min-height: 100vh;
  position: sticky;
  top: 0;
  width: 300px;
  flex-shrink: 0;
}
.sidebar-antennes .sidebar-antennes-inner {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 40px;
}
.sidebar-antennes .sidebar-antennes-title {
  font-family: "Limelight", sans-serif;
  font-size: 24px;
  line-height: normal;
  color: #F9CF49;
  text-align: center;
  margin: 0 0 32px;
  letter-spacing: 0.16px;
  font-weight: 400;
}
.sidebar-antennes .sidebar-btn-carte {
  background: #F9CF49;
  border-radius: 16px;
  padding: 20px 10px;
  text-align: center;
  font-family: "Limelight", sans-serif;
  font-size: 18px;
  line-height: normal;
  color: #000;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: block;
  margin-bottom: 0;
}
.sidebar-antennes .sidebar-btn-carte:hover {
  background: rgb(247.3723404255, 193.9787234043, 23.6276595745);
  transform: translateY(-2px);
}
.sidebar-antennes .sidebar-btn-carte:active {
  transform: translateY(0);
}
.sidebar-antennes .sidebar-antennes-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sidebar-antennes .sidebar-antenne-link {
  background: #fffefb;
  border-radius: 16px;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  min-height: 50px;
}
.sidebar-antennes .sidebar-antenne-link:hover {
  background: rgb(255, 247.625, 225.5);
  transform: translateX(5px);
}
.sidebar-antennes .sidebar-antenne-link:active {
  transform: translateX(3px);
}
.sidebar-antennes .sidebar-antenne-link.active {
  background: #F9CF49;
}
.sidebar-antennes .sidebar-antenne-link.active .antenne-link-icon {
  color: #000;
}
.sidebar-antennes .sidebar-antenne-link .antenne-link-text {
  font-family: "Limelight", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  flex: 1;
  text-align: left;
  font-weight: 400;
}
.sidebar-antennes .sidebar-antenne-link .antenne-link-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #000;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.sidebar-antennes .sidebar-antenne-link:hover .antenne-link-icon {
  opacity: 1;
}
.sidebar-antennes .sidebar-no-antennes {
  text-align: center;
  padding: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.antennes-with-sidebar-layout {
  display: flex;
  gap: 0;
  align-items: flex-start;
  min-height: 100vh;
}
.antennes-with-sidebar-layout .sidebar-antennes {
  width: 300px;
  flex-shrink: 0;
}
.antennes-with-sidebar-layout .antennes-main-content {
  flex: 1;
  min-width: 0;
}

@media (max-width: 1200px) {
  .sidebar-antennes {
    width: 250px;
  }
  .sidebar-antennes .sidebar-antennes-inner {
    padding: 0 20px;
  }
  .sidebar-antennes .sidebar-antennes-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .sidebar-antennes .sidebar-btn-carte {
    font-size: 16px;
    padding: 16px 10px;
  }
  .sidebar-antennes .sidebar-antenne-link {
    padding: 12px 10px;
  }
  .sidebar-antennes .sidebar-antenne-link .antenne-link-text {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .antennes-with-sidebar-layout {
    flex-direction: column;
  }
  .antennes-with-sidebar-layout .sidebar-antennes {
    width: 100%;
    min-height: auto;
    position: relative;
    padding: 30px 0;
  }
  .antennes-with-sidebar-layout .sidebar-antennes .sidebar-antennes-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .antennes-with-sidebar-layout .sidebar-antennes .sidebar-antennes-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 10px;
  }
  .antennes-with-sidebar-layout .antennes-main-content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .sidebar-antennes .sidebar-antennes-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sidebar-antennes .sidebar-btn-carte {
    font-size: 14px;
    padding: 14px 8px;
  }
  .sidebar-antennes .sidebar-antennes-list {
    grid-template-columns: 1fr;
  }
  .sidebar-antennes .sidebar-antenne-link .antenne-link-text {
    font-size: 13px;
  }
}
body.regions-modal-open {
  overflow: hidden;
}

.regions-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.regions-modal.active {
  visibility: visible;
  opacity: 1;
}
.regions-modal.active .regions-modal-sidebar {
  transform: translateX(0);
}

.regions-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.regions-modal-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background: #1a1a1a;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.3);
}
.regions-modal-sidebar::-webkit-scrollbar {
  width: 8px;
}
.regions-modal-sidebar::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
.regions-modal-sidebar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.regions-modal-sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.regions-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  color: #F9CF49;
  cursor: pointer;
  padding: 8px;
  z-index: 10;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.regions-modal-close:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
.regions-modal-close svg {
  display: block;
  width: 24px;
  height: 24px;
}

.regions-modal-content {
  padding: 70px 40px 60px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.regions-modal-title {
  font-family: "Limelight", sans-serif;
  font-size: 24px;
  line-height: normal;
  color: #F9CF49;
  text-align: center;
  margin: 0 0 32px;
  letter-spacing: 0.16px;
  font-weight: 400;
}

.regions-btn-carte {
  background: #F9CF49;
  border-radius: 16px;
  padding: 20px 10px;
  text-align: center;
  font-family: "Limelight", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: block;
  margin-bottom: 0;
}
.regions-btn-carte:hover {
  background: rgb(247.3723404255, 193.9787234043, 23.6276595745);
  transform: translateY(-2px);
}
.regions-btn-carte:active {
  transform: translateY(0);
}

.regions-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.regions-link {
  background: #fffefb;
  border-radius: 16px;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  min-height: 50px;
}
.regions-link:hover {
  background: rgb(255, 247.625, 225.5);
  transform: translateX(5px);
}
.regions-link:active {
  transform: translateX(3px);
}
.regions-link.active {
  background: #F9CF49;
}
.regions-link.active .regions-link-icon {
  color: #000;
}
.regions-link .regions-link-text {
  font-family: "Limelight", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  flex: 1;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
}
.regions-link .regions-link-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #000;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.regions-link:hover .regions-link-icon {
  opacity: 1;
}

.regions-no-antennes {
  text-align: center;
  padding: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

@media (max-width: 768px) {
  .regions-modal-sidebar {
    max-width: 320px;
  }
  .regions-modal-content {
    padding: 60px 20px 40px;
  }
  .regions-modal-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .regions-btn-carte {
    font-size: 16px;
    padding: 16px 10px;
  }
  .regions-link {
    padding: 12px 10px;
  }
  .regions-link .regions-link-text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .regions-modal-sidebar {
    max-width: 280px;
  }
  .regions-modal-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .regions-btn-carte {
    font-size: 14px;
    padding: 14px 8px;
  }
  .regions-link .regions-link-text {
    font-size: 13px;
  }
}
/* ========================================
   Home Page Carousels - Splide Integration
   ======================================== */
/* Splide containers - Allow overflow for shadows */
/* Events Carousel */
.home-events-carousel.splide {
  margin-bottom: 2rem;
}

.home-events-carousel .splide__slide {
  display: flex;
  justify-content: center;
  padding: 15px;
}

/* Revue Carousel */
.home-revue-carousel.splide {
  margin-bottom: 2rem;
}

.home-revue-carousel .splide__slide {
  display: flex;
  justify-content: center;
  padding: 15px;
}

/* Salons Carousel */
.home-salons-carousel.splide {
  margin-bottom: 2rem;
}

.home-salons-carousel .splide__slide {
  display: flex;
  justify-content: center;
  padding: 15px;
}

/* Splide Arrows Customization */
.splide__arrow {
  background: transparent;
  border: none;
  opacity: 1;
  width: 36px;
  height: 36px;
  transition: opacity 0.3s ease;
  bottom: -50px;
}
.splide__arrow:hover {
  opacity: 0.7;
}
.splide__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow.splide__arrow--prev {
  left: calc(50% - 40px);
  right: auto;
  top: auto;
}
.splide__arrow.splide__arrow--next {
  right: calc(50% - 40px);
  left: auto;
  top: auto;
}
.splide__arrow--prev::after, .splide__arrow--next::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  fill: var(--Jaune, #F9CF49);
}
.splide__arrow--prev::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none"><rect width="35.8033" height="35.8033" transform="matrix(-1 -8.74228e-08 -8.74228e-08 1 35.8033 3.13002e-06)" fill="%23F9CF49"/><path d="M22.3607 26.8523L13.4098 17.9015L22.3607 8.95069" stroke="black" stroke-width="3.19672" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.splide__arrow--next::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none"><rect width="35.8033" height="35.8033" transform="matrix(1 0 0 -1 0 35.8033)" fill="%23F9CF49"/><path d="M13.4426 8.95096L22.3934 17.9018L13.4426 26.8526" stroke="black" stroke-width="3.19672" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Splide Pagination Customization */
.splide__pagination {
  bottom: -2.5em;
}

.splide__pagination__page {
  background-color: var(--gris-separateur);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.splide__pagination__page.is-active {
  background-color: var(--bordeau);
  opacity: 1;
  transform: scale(1.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .splide__arrow {
    width: 2em;
    height: 2em;
  }
  .splide__pagination {
    bottom: -2em;
  }
  .home-events-carousel.splide,
  .home-revue-carousel.splide,
  .home-salons-carousel.splide {
    padding: 20px 0;
  }
  .home-events-carousel .splide__slide,
  .home-revue-carousel .splide__slide,
  .home-salons-carousel .splide__slide {
    padding: 10px;
  }
}
.contact-page {
  padding: 0;
}
.contact-page .contact-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}
.contact-page .contact-map {
  flex-basis: 55%;
  position: relative;
  min-height: 500px;
  border-radius: 8px;
  overflow: hidden;
}
.contact-page .contact-map .contact-map-bg {
  position: absolute;
  inset: 0;
}
.contact-page .contact-map .contact-map-bg iframe {
  width: 100%;
  height: 100%;
}
.contact-page .contact-card {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: #000;
  border-radius: 16px;
  padding: 40px 43px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.contact-page .contact-card .contact-card-logo {
  display: block;
  background: #fff;
  padding: 7px;
}
.contact-page .contact-card .contact-card-logo img {
  display: block;
  width: 110px;
  height: auto;
}
.contact-page .contact-card .contact-card-title {
  font-family: "Limelight", sans-serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.contact-page .contact-form {
  flex: 1 1 45%;
  max-width: 480px;
}
.contact-page .contact-form .wpcf7-form .form-section-title {
  font-family: "Limelight", sans-serif;
  font-size: 18px;
  color: #000;
  margin: 0 0 9px;
}
.contact-page .contact-form .wpcf7-form .form-row p {
  display: flex;
  gap: 9px;
  margin-bottom: 9px;
  flex-wrap: wrap;
}
.contact-page .contact-form .wpcf7-form .form-row p span {
  flex-shrink: 1;
  flex-basis: 49%;
}
.contact-page .contact-form .wpcf7-form .form-section {
  margin-bottom: 23px;
}
.contact-page .contact-form .wpcf7-form .turnstile {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.contact-page .contact-form .wpcf7-form input[type=text],
.contact-page .contact-form .wpcf7-form input[type=email],
.contact-page .contact-form .wpcf7-form input[type=tel],
.contact-page .contact-form .wpcf7-form textarea {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #e2e2e2;
  background: #fff;
  font-family: "Lora", serif;
  font-size: 12px;
  color: #000;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s;
}
.contact-page .contact-form .wpcf7-form input[type=text]::-moz-placeholder, .contact-page .contact-form .wpcf7-form input[type=email]::-moz-placeholder, .contact-page .contact-form .wpcf7-form input[type=tel]::-moz-placeholder, .contact-page .contact-form .wpcf7-form textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.contact-page .contact-form .wpcf7-form input[type=text]::placeholder,
.contact-page .contact-form .wpcf7-form input[type=email]::placeholder,
.contact-page .contact-form .wpcf7-form input[type=tel]::placeholder,
.contact-page .contact-form .wpcf7-form textarea::placeholder {
  color: #000;
  opacity: 1;
}
.contact-page .contact-form .wpcf7-form input[type=text]:focus,
.contact-page .contact-form .wpcf7-form input[type=email]:focus,
.contact-page .contact-form .wpcf7-form input[type=tel]:focus,
.contact-page .contact-form .wpcf7-form textarea:focus {
  border-color: #F9CF49;
}
.contact-page .contact-form .wpcf7-form textarea {
  min-height: 169px;
  resize: vertical;
  border-color: #989898;
}
.contact-page .contact-form .wpcf7-form .form-submit {
  text-align: center;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.contact-page .contact-form .wpcf7-form .form-submit .wpcf7-form-control-wrap,
.contact-page .contact-form .wpcf7-form .form-submit p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px !important;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
  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) {
  .contact-page .contact-form .wpcf7-form .form-submit .wpcf7-form-control-wrap,
  .contact-page .contact-form .wpcf7-form .form-submit p {
    font-size: 16px;
    height: 46px;
  }
}
.contact-page .contact-form .wpcf7-form .form-submit .wpcf7-form-control-wrap,
.contact-page .contact-form .wpcf7-form .form-submit p {
  border-radius: 0;
  background: var(--Jaune, #F9CF49);
  color: #000;
}
.contact-page .contact-form .wpcf7-form .form-submit .wpcf7-form-control-wrap:hover,
.contact-page .contact-form .wpcf7-form .form-submit p:hover {
  background: var(--bordeau);
}
.contact-page .contact-form .wpcf7-form .form-submit .wpcf7-form-control-wrap::before,
.contact-page .contact-form .wpcf7-form .form-submit p::before {
  content: "";
  display: block;
  width: 15px;
  height: 22px;
  background: url("../images/ico-pen.svg") no-repeat center/contain;
  flex-shrink: 0;
}
.contact-page .contact-form .wpcf7-form .form-submit input[type=submit] {
  font-family: "Limelight", sans-serif;
  font-size: 16px;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
  padding: 0;
}
.contact-page .contact-form .wpcf7-form .form-submit .wpcf7-spinner {
  position: absolute;
  right: -72px;
}
.contact-page .contact-form .wpcf7-form .wpcf7-not-valid-tip {
  color: red;
  font-size: 11px;
  margin-top: 4px;
}
.contact-page .contact-form .wpcf7-form .wpcf7-response-output {
  margin: 15px 0 0;
  padding: 10px;
  font-size: 13px;
}
@media (max-width: 1024px) {
  .contact-page .contact-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .contact-page .contact-map {
    width: 100%;
    min-height: 400px;
  }
  .contact-page .contact-card {
    left: 40px;
  }
  .contact-page .contact-form {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact-page {
    padding: 30px 0 40px;
  }
  .contact-page .contact-map {
    min-height: 300px;
  }
  .contact-page .contact-card {
    left: 20px;
    padding: 25px 25px 20px;
  }
  .contact-page .contact-card .contact-card-logo img {
    width: 80px;
  }
  .contact-page .contact-card .contact-card-title {
    font-size: 18px;
  }
  .contact-page .contact-form .wpcf7-form .form-row {
    flex-direction: column;
    gap: 9px;
  }
}/*# sourceMappingURL=style.css.map */