﻿/* ============================================================
   MUSIDRAMA FACTORY — style.css
   ============================================================

   TABLE DES MATIÈRES
   ------------------
   1.  Reset & base
   2.  Typographie
   3.  Mise en page générale
   4.  Header & navigation
   5.  Footer
   6.  Contenu principal
   7.  Formulaires
   8.  Composants — Highlight box
   9.  Composants — Actualités (actu-card)
   10. Composants — News sidebar (news-card)
   11. Composants — Boutons (btn-primary / btn-secondary)
   12. Composants — Profs grid
   13. Composants — Contact
   14. Composants — Formation single
   15. Animations
   16. Responsive
   ============================================================ */


/* ============================================================
   1. RESET & BASE
   ============================================================ */

* {
  box-sizing: border-box;
}

*::selection {
  background: #CC922C;
  color: #fff;
}

@font-face {
  font-family: 'Cocogoose';
  src: url('fonts/CocogooseProTrial-Semilight.woff2') format('woff2'),
       url('fonts/CocogooseProTrial-Semilight.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  min-width: 250px;
  font-size: 15px;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-weight: 300;
}

img {
  max-width: 100%;
  height: auto;
}

img.aligncenter {
  display: block;
  margin: auto;
  border-radius: 10px;
}

img.alignright {
  float: right;
  padding-left: 20px;
}

img.alignleft {
  float: left;
  padding-right: 20px;
}

iframe {
  max-width: 100%;
  border: 0;
}

table tr td {
  padding: 10px;
  vertical-align: top;
  margin-bottom: 10px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

.grecaptcha-badge {
  display: none;
}


/* ============================================================
   2. TYPOGRAPHIE
   ============================================================ */

h1 {
  font-size: 36px;
  text-align: left;
  color: #314339;
  font-weight: 600;
  min-height: 129px;
  padding-top: 50px;
  margin-left: -60px;
  padding-left: 60px;
}

h2 {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
  color: #111;
  font-weight: 300;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
}

h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
  text-align: left;
  color: #111;
  position: relative;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
}

h2::before {
  content: '';
  display: inline-block;
  width: 4px; 
  height: 1em;
  background:
    linear-gradient(0deg,
      transparent 0%,
      rgba(225, 203, 166, 1) 20%,
      transparent 40%,
      rgba(255, 245, 220, 0.5) 50%,
      rgba(225, 203, 166, 0) 80%,
      transparent 100%
    ),
    linear-gradient(0deg,
      rgba(193, 136, 32, 1) 0%,
      rgba(225, 203, 166, 1) 22%,
      rgba(188, 127, 17, 1) 70%,
      rgba(188, 127, 17, 1) 100%
    );
  transform: skewX(-15deg);
  margin-right: 0.2em;
  vertical-align: middle;
  position: relative;
  top:-0.1em !important;
}

h3::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 1em;
  background:
    linear-gradient(0deg,
      transparent 0%,
      rgba(225, 203, 166, 1) 20%,
      transparent 40%,
      rgba(255, 245, 220, 0.5) 50%,
      rgba(225, 203, 166, 0) 80%,
      transparent 100%
    ),
    linear-gradient(0deg,
      rgba(193, 136, 32, 1) 0%,
      rgba(225, 203, 166, 1) 22%,
      rgba(188, 127, 17, 1) 70%,
      rgba(188, 127, 17, 1) 100%
    );
  transform: skewX(-15deg);
  margin-right: 0.35em;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

h1 + h2 {
  margin-top: -40px;
}

p {
  margin-bottom: 20px;
  text-align: left;
  color: #111;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

p.date {
  text-align: left;
  font-size: 13px;
  margin-top: -20px;
  margin-bottom: 0;
  color: #B8811E;
}

p a.bouton {
  font-size: 16px;
  display: block;
  text-align: right;
  float: right;
  margin-top: 15px;
  font-weight: bold;
}


/* ============================================================
   3. MISE EN PAGE GÉNÉRALE
   ============================================================ */

.wrapper {
  width: 1200px;
  margin: auto;
}

.logo {
  max-width: 200px;
  display: block;
  margin: 20px auto;
  float: left;
}

.centerContent {
  width: 700px;
  position: relative;
  display: block;
  margin: auto;
  padding: 30px 40px;
  margin-top: -80px;
  border-radius: 20px;
  background: #fff;
  z-index: 2;
}

.centerContent h2 {
  text-align: center;
}

.half {
  width: 44%;
  margin: 3%;
  float: left;
  text-align: center;
}

.third {
  float: left;
  width: 30.3%;
  margin: 50px 1.5%;
}

.third h2 {
  display: block;
  text-align: center;
}

.main {
  float: left;
  width: 62%;
  margin: 0 2%;
}

.side {
  float: left;
  width: 29%;
  margin: 0 2%;
}

div.center {
  width: 80%;
  margin: auto;
}

div.left {
  width: 66%;
  float: left;
}

div.right {
  width: 66%;
  float: right;
}

.slider {
  padding-bottom: 60px;
  padding-top: 60px;
}

.social {
  position: fixed;
  right: 20px;
  top: 10px;
}

.social p {
  text-transform: uppercase;
  font-size: 12px;
}

.actu {
  border-bottom: 50px solid #eee;
}

a.article-precedent {
  display: block;
  float: left;
  width: 40%;
  text-align: center;
  margin-top: 50px;
}

a.article-suivant {
  display: block;
  float: right;
  width: 40%;
  text-align: center;
  margin-top: 50px;
}

span.icone {
  font-size: 80%;
  color: #aaa;
}

.n2-ss-slide {
  /*min-height: 600px;*/
  width: 100%;
  background: transparent;
}

/*.n2-bullet{
  background:#ddd !important;
}

.n2-active{
  background:#CC922C !important;
}*/

/* Blocs animés */
.bloc {
  opacity: 0;
  transition: all 1s ease;
}

.bloc .blocGauche img {
  margin-left: -400px;
  margin-right: 0;
  transition: all 1s ease;
}

.bloc .blocDroite img {
  margin-right: -400px;
  margin-left: 0;
  transition: all 1s ease;
}

.bloc.animated .blocGauche img,
.bloc.animated .blocDroite img {
  margin-left: 0;
  margin-right: 0;
}

.bloc.animated {
  opacity: 1;
}


/* ============================================================
   4. HEADER & NAVIGATION
   ============================================================ */

.header {
  width: 100%;
  text-align: left;
  background: #111;
  position: fixed;
  z-index: 99999;
}

.header::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background:
    linear-gradient(-90deg,
      transparent 0%,
      rgba(225, 203, 166, 1) 20%,
      transparent 40%,
      rgba(255, 245, 220, 0.5) 50%,
      rgba(225, 203, 166, 0) 80%,
      transparent 100%
    ),
    linear-gradient(-90deg,
      rgba(193, 136, 32, 1) 0%,
      rgba(225, 203, 166, 1) 22%,
      rgba(188, 127, 17, 1) 70%,
      rgba(188, 127, 17, 1) 100%
    );
  background-size: 50% 100%, 100% 100%;
  background-position: -50% 0, 0 0;
  animation: goldShine 4s ease-in-out infinite;
  box-shadow: 0 0 10px rgba(225, 203, 166, 0.3);
}

.header p {
  font-size: 15px;
  text-align: center;
  color: #fff;
}

.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.header .wrapper + div[style*="clear"] {
  display: none;
}

.header .logo {
  height: 50px;
  width: auto;
  display: block;
}

.header .menu {
  display: flex;
  align-items: center;
}

.header .menu #nav-main {
  display: flex;
  align-items: center;
}

.header .menu .main-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header .menu .main-menu li {
  margin: 0;
  letter-spacing: 0.5px;
}

.header .menu .main-menu a {
  text-decoration: none;
  padding: 0;
}

/* Menu principal */
.menu {
  position: relative;
  min-height: 30px;
  float: right;
}

.menu #nav-main {
  margin: auto;
  float: none;
}

.menu ul {
  text-align: center;
  position: relative;
}

.menu ul li {
  display: inline-block;
  font-size: 14px;
  margin-left: 30px;
  margin-right: 30px;
  text-transform: uppercase;
  line-height: 30px;
  position: relative;
}

.menu ul li:first-child {
  margin-left: 0;
}

.menu ul li:last-child {
  margin-right: 0;
}

.menu ul li a {
  display: block;
  text-align: center;
  color: #fff;
  transition: color 0.2s ease;
}

.menu a {
  position: relative;
  transition: color 0.3s ease;
}

.menu a:hover,
.menu a.active,
.menu .current-menu-item a {
  color: #fff;
}

.menu a::before {
  content: '|';
  display: inline-block;
  transform: skewX(-15deg);
  margin-right: 0.4em;
  color: #c9a23a;
  font-weight: bold;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu li:hover a::before,
.menu li a.active::before,
.menu li.current-menu-item a::before,
.menu li.current-menu-ancestor a::before {
  transform: skewX(-15deg) translateY(-6%) scale(1);
  opacity: 1;
}

.menu ul li.current-menu-item a,
.menu ul li.current-menu-parent a {
  color: #fff;
  font-weight: bold;
}

ul.main-menu > li > a:hover {
  color: #fff;
}

/* Sous-menu */
.menu ul li ul.sub-menu {
  display: none;
  position: absolute;
  z-index: 999999999999;
  width: 260px;
  left: -80px;
}

.menu ul li ul.sub-menu li {
  width: 100%;
  margin: 0;
  font-size: 12px;
  text-align: center;
  padding: 0;
}

.menu ul li ul.sub-menu li a {
  background: #F4F4F4;
  border: 1px solid rgba(193, 136, 32, 0.12);
  border-left: 3px solid rgba(193, 136, 32, 0.5);
  color: #111;
  margin: 0;
  margin-bottom: 5px;
  border-bottom: 0;
  text-align: center;
  padding: 4px 15px;
  border-radius: 8px;
}

.menu ul li ul.sub-menu li a::before {
  content: '';
  margin-right: 0;
}

.menu ul li ul.sub-menu li.current-menu-item a {
  
  background: linear-gradient(135deg, rgba(193, 136, 32, 1) 0%, rgba(225, 203, 166, 1) 100%);
  color: #111;
}

.menu ul li ul.sub-menu li:not(.current-menu-item) a:hover {
  background: #ddd;
  color: #111;
}

.menu ul li:hover ul.sub-menu {
  display: block;
}

/* Nav mobile */
#nav-trigger {
  display: none;
  text-align: center;
}

#nav-trigger span {
  cursor: pointer;
  background: #fff;
  color: #353535;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

#nav-trigger span.open {
  background: #314339;
  color: #fff;
}

#nav-trigger span:after {
  display: inline-block;
  content: "";
}

nav#nav-main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

nav#nav-mobile {
  position: relative;
  display: none;
}

nav#nav-mobile ul {
  display: none;
  list-style-type: none;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

nav#nav-mobile ul.expanded {
  margin-bottom: 20px;
}

nav#nav-mobile li {
  display: block;
}

nav#nav-mobile a {
  display: block;
}


/* ============================================================
   5. FOOTER
   ============================================================ */

.footer {
  bottom: 0;
  width: 100%;
  margin-top: 80px;
  box-sizing: border-box;
  background: #111;
  border-top: 1px solid rgba(193, 136, 32, 0.15);
  padding: 40px 20px;
  position: relative;
}

.footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(193, 136, 32, 0.6) 50%,
    transparent 100%
  );
}

.footer p {
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.footer p a {
  color: #CC922C;
}


/* ============================================================
   6. CONTENU PRINCIPAL
   ============================================================ */

.content,
main,
.main-content {
  position: relative;
}

.content {
  padding-top: 140px;
  min-height: 600px;
}

.content::before,
main::before,
.main-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(193, 136, 32, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(193, 136, 32, 0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}

.homeContent {
  border: 0;
  padding: 0;
}

.content a {
  position: relative;
  z-index: 0;
  display: inline-block;
  vertical-align: bottom;
  color: #111;
  text-decoration: none;
  /* overflow: hidden; ← supprimer cette ligne */
}

.content a:not(.btn-primary):not(.actu-card__cta):not(.btn-secondary):not(.prof-cta):not(.formation-cta-block__contact)::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 1px;
  background: #CC922C;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform .25s ease;
}

.content a:not(.btn-primary):not(.actu-card__cta):not(.btn-secondary):not(.prof-cta):not(.formation-cta-block__contact):hover::after {
  transform: scaleX(0);
  transform-origin: right;
}

.content a:not(.btn-primary):not(.actu-card__cta):not(.btn-secondary):not(.prof-cta):not(.formation-cta-block__contact):hover {
  color: #CC922C;
}

.content ul {
  margin-bottom: 30px;
}

.content ul li {
  margin-bottom: 8px;
  text-align: left;
  color: #111;
  font-size: 18px;
}

.content ul li::before {
  content: '• ';
  font-weight: bold;
  color: #314339;
  margin-left: 10px;
}

.actuhome h3 {
  margin-bottom: 0;
}

.side .actuhome {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 38px;
}


/* ============================================================
   7. FORMULAIRES
   ============================================================ */

fieldset {
  max-width: 100%;
}

div.form {
  margin: auto;
}

label {
  font-size: 18px;
  color: #929292;
  clear: both;
  display: block;
  text-align: left;
}

input {
  background: #eee;
  border: 0;
  margin-bottom: 10px;
  clear: both;
  float: left;
  width: 100%;
  text-transform: none;
  padding: 7px;
  box-sizing: border-box;
  border-radius: 12px;
}

select {
  background: #eee;
  border: 0;
  margin-bottom: 10px;
  width: 100%;
  padding: 7px;
}

textarea {
  background: #eee;
  border: 0;
  margin-bottom: 10px;
  clear: both;
  float: left;
  width: 100%;
  text-transform: none;
  padding: 7px;
  box-sizing: border-box;
  border-radius: 12px;
}

input[type="submit"] {
  background:
    linear-gradient(-90deg,
      transparent 0%,
      rgba(225, 203, 166, 1) 20%,
      transparent 40%,
      rgba(255, 245, 220, 0.5) 50%,
      rgba(225, 203, 166, 0) 80%,
      transparent 100%
    ),
    linear-gradient(-90deg,
      rgba(193, 136, 32, 1) 0%,
      rgba(225, 203, 166, 1) 22%,
      rgba(188, 127, 17, 1) 70%,
      rgba(188, 127, 17, 1) 100%
    );
  color: #111;
  padding: 7px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  border: 0;
  transition: all 0.1s ease;
  border-radius: 12px;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
}

/* Toggle switch */
.toggle-label {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  user-select: none;
  margin-bottom: 10px;
}

.toggle-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-track {
  position: relative;
  width: 44px;
  height: 24px;
  background: #1e1e1e;
  border: 1.5px solid #3a3a3a;
  border-radius: 12px;
  flex-shrink: 0;
  transition: background 0.25s, border-color 0.25s;
}

.toggle-track::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #555;
  border-radius: 50%;
  transition: transform 0.25s, background 0.25s;
}

.toggle-label input:checked + .toggle-track {
  background: #b8922a;
  border-color: #d4aa40;
}

.toggle-label input:checked + .toggle-track::after {
  transform: translateX(20px);
  background: #fff8e8;
}

/* CF7 */
div.wpcf7-mail-sent-ok {
  border: 0 !important;
  background-color: #314339 !important;
  color: #99EECA !important;
  padding: 10px;
}

.wpcf7-list-item {
  display: block !important;
}


/* ============================================================
   8. COMPOSANTS — HIGHLIGHT BOX
   ============================================================ */

.highlight-box {
  background: rgba(242, 242, 242, 0.6);
  border: 1px solid rgba(193, 136, 32, 0.2);
  padding: 20px;
  border-radius: 14px;
  position: relative;
  backdrop-filter: blur(10px);
}

.main .highlight-box {
  margin: 40px 0;
}

.highlight-box p:first-child {
  margin-top: 0;
}

.highlight-box p:last-child {
  margin-bottom: 0;
}

.highlight-box__title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #111;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}

.highlight-box p,
.content .highlight-box li {
  color: #111;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.content .highlight-box li {
  margin-bottom: 5px;
}

.highlight-box__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: transparent;
  border: 1px solid rgba(193, 136, 32, 0.4);
  border-radius: 28px;
  color: #C18820;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 24px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.highlight-box__button:hover {
  background: rgba(193, 136, 32, 0.1);
  border-color: rgba(193, 136, 32, 0.8);
  transform: translateX(4px);
}

.highlight-box__button::after {
  content: "→";
  transition: transform 0.3s ease;
}

.highlight-box__button:hover::after {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .highlight-box {
    padding: 32px 24px;
    border-radius: 12px;
  }
}


/* ============================================================
   9. COMPOSANTS — ACTUALITÉS (ACTU-CARD)
   ============================================================ */

.actuhome {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
  margin: 5px 0;
}

.actu-card {
  position: relative;
  background: #111;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/10;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.actu-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.actu-card:hover .actu-card__tag{
  opacity:0.33;
}

.actu-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.actu-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.actu-card:hover .actu-card__image img {
  transform: scale(1.08);
}

.actu-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.85) 100%
  );
  transition: background 0.5s ease;
}

.actu-card:hover .actu-card__overlay {
  background: linear-gradient(180deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

.actu-card__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 32px;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.actu-card:hover .actu-card__content {
  transform: translateY(-8px);
}

.actu-card__tag {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  background: rgba(193, 136, 32, 0.95);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  transition: All 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.actu-card__date {
  font-size: 0.85rem;
  color: #FFF;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
  text-shadow: 1px 1px 2px #000;
}

.actu-card__title {
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.actu-card__excerpt {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.actu-card:hover .actu-card__excerpt {
  opacity: 1;
  transform: translateY(0);
}

.actu-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  color: #fff !important;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(10px);
}

.content a.actu-card__cta {
  padding-left: 16px;
  padding-right: 8px;
}

.actu-card:hover .actu-card__cta {
  opacity: 1;
  transform: translateY(0);
  background: rgba(193, 136, 32, 0.9);
  border-color: rgba(193, 136, 32, 1);
}

.actu-card__cta::after {
  content: "→";
  transition: transform 0.3s ease;
  padding-left: 7px;
}

.actu-card__cta:hover::after {
  transform: translateX(4px);
}

.actu-card--large {
  grid-column: span 2;
  aspect-ratio: 21/9;
}

.actu-card--large .actu-card__content {
  padding: 48px;
  max-width: 60%;
}

.actu-card--large .actu-card__excerpt {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .actuhome {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .actu-card--large {
    grid-column: span 1;
    aspect-ratio: 16/10;
  }

  .actu-card--large .actu-card__content {
    max-width: 100%;
    padding: 32px;
  }

  .actu-card--large .actu-card__title {
    font-size: 1.5rem;
  }
}


/* ============================================================
   10. COMPOSANTS — NEWS SIDEBAR (NEWS-CARD)
   ============================================================ */

.side-actu-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #C18820;
  font-weight: 500;
  margin-bottom: 20px;
}

.news-card {
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid rgba(193, 136, 32, 0.12);
  border-left: 3px solid rgba(193, 136, 32, 0.5);
  border-radius: 12px;
  padding: 24px 28px;
  margin-bottom: 16px;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.news-card:hover {
  border-color: rgba(193, 136, 32, 0.35);
  border-left-color: rgba(193, 136, 32, 0.9);
  background: rgba(242, 242, 242, 0.85);
}

.news-card__date {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #C18820;
  margin-bottom: 8px;
  line-height: 1;
}

.news-card__title {
  font-size: 1rem;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 14px;
}

.news-card__title::before {
  display: none;
}

.news-card__body {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: 0;
}

.news-card__body:not([hidden]) {
  padding-top: 16px;
}

.news-card__body p {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.65;
  margin-bottom: 10px;
}

.news-card__body p:last-child {
  margin-bottom: 0;
}

.news-card__body img {
  max-width: 100%;
  border-radius: 6px;
  margin: 10px 0;
}

.news-card__body a {
  color: #C18820;
  font-size: 0.9rem;
}

.news-card__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 4px auto 0;
  background: transparent;
  border: 1px solid rgba(193, 136, 32, 0.35);
  border-radius: 50%;
  cursor: pointer;
  color: #C18820;
  padding: 0;
  transition: background 0.2s ease, border-color 0.2s ease;
  float: none;
  clear: both;
}

.news-card__toggle:hover {
  background: rgba(193, 136, 32, 0.08);
  border-color: rgba(193, 136, 32, 0.7);
}

.news-card__arrow {
  display: block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-card__toggle[aria-expanded="true"] .news-card__arrow {
  transform: rotate(180deg);
}


/* ============================================================
   11. COMPOSANTS — BOUTONS (BTN-PRIMARY / BTN-SECONDARY)
   ============================================================ */

.cta-section {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 40px 0;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: linear-gradient(135deg, rgba(193, 136, 32, 1) 0%, rgba(225, 203, 166, 1) 100%);
  border: none;
  border-radius: 28px;
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(193, 136, 32, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(193, 136, 32, 0.4);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(193, 136, 32, 0.3);
  border-radius: 28px;
  color: #E1CBA6;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  width: 100%;
}

.btn-secondary:hover {
  background: rgba(193, 136, 32, 0.1);
  border-color: rgba(193, 136, 32, 0.6);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cta-section {
    flex-direction: column;
  }

  .btn-primary,
  .btn-secondary {
    justify-content: center;
  }
}


/* ============================================================
   12. COMPOSANTS — PROFS GRID
   ============================================================ */

.profs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.spectacles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.formations-grid{
  grid-template-columns: repeat(3, 1fr);
}

.prof-card {
  background: #1A1A1A;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.prof-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(135deg, #B89850 0%, transparent 50%, #D4B875 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.prof-card--current {
  opacity: 0.5;
}

.prof-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(201, 169, 97, 0.15);
}

.prof-card:hover::before {
  opacity: 1;
}

.prof-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #1A1A1A 0%, #2A2A2A 100%);
}

.prof-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.prof-card:hover .prof-image img {
  transform: scale(1.05);
}

.prof-content {
  padding: 2rem;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.prof-subtitle {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1rem;
  color: #C9A961;
  font-weight: 500;
  margin-bottom: 1rem;
}

.prof-divider {
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, #C9A961 0%, transparent 100%);
  margin-bottom: 1.5rem;
}

.prof-name {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #E8E8E8;
  margin-bottom: 0;
  line-height: 1.2;
}

.prof-name::before {
  top: -11px;
}

.prof-excerpt {
  font-size: 0.95rem;
  color: #B8B8B8;
  line-height: 1.5;
  margin-bottom: 2rem;
  flex-grow: 1;
}

.prof-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  background: transparent;
  color: #C9A961 !important;
  border: 1px solid #C9A961;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  align-self: flex-start;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin-top: auto;
  margin-bottom: 10px;
  align-self: stretch;
}

.prof-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #C9A961;
  transition: width 0.3s ease;
  z-index: -1;
}

.prof-cta:hover {
  color: #fff !important;
  border-color: #D4B875;
}

.prof-cta:hover::before {
  width: 100%;
}

.imageSpectacle {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 600px;
  background: none; /* le fond va sur le ::before */
}

.imageSpectacle::before {
  content: '';
  position: absolute;
  inset: -20px; /* dépasse en dehors pour absorber le halo du blur */
  background-image: inherit; /* récupère l'url injectée en inline */
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  z-index: 0;
}

.imageSpectacle img {
  position: relative;
  z-index: 1; /* passe au-dessus du fond flou */
  display: block;
  margin: 0 auto;
  max-height: 100%;
  width: auto;
}

@media (max-width: 1200px) {
  .profs-grid, .spectacles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .profs-grid, .spectacles-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .prof-content {
    padding: 1.5rem;
  }
}


/* ============================================================
   13. COMPOSANTS — CONTACT
   ============================================================ */

.contact-intro {
  padding: 0 0 40px;
  max-width: 640px;
}

.contact-intro__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #C18820;
  font-weight: 500;
  margin-bottom: 16px;
}

.contact-intro__title {
  font-size: 2.8rem;
  font-weight: 300;
  color: #111;
  line-height: 1.15;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  min-height: auto;
  padding-top: 0;
  margin-left: 0;
  padding-left: 0;
}

.contact-intro__text {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 0;
}

.contact-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: start;
  padding-bottom: 80px;
}

.contact-form-wrap {
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid rgba(193, 136, 32, 0.15);
  border-radius: 16px;
  padding: 40px;
}

.contact-form-wrap label,
.price-display p {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #111;
  margin-bottom: 6px;
  line-height: 1.5em;
}

.contact-form-wrap input,
.contact-form-wrap textarea {
  background: #fff;
  border: 1px solid rgba(193, 136, 32, 0.2);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 0.95rem;
  color: #111;
  transition: border-color 0.2s ease;
  margin-bottom: 6px;
  float: none;
}

.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus {
  outline: none;
  border-color: rgba(193, 136, 32, 0.6);
}

.contact-form-wrap textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-team h2 {
  font-size: 1.1rem;
  margin-bottom: 24px;
  padding-bottom: 12px;
}

.contact-person {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid rgba(193, 136, 32, 0.12);
  border-radius: 12px;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}

.contact-person:hover {
  border-color: rgba(193, 136, 32, 0.35);
  background: rgba(242, 242, 242, 0.8);
}

.contact-person__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid rgba(193, 136, 32, 0.25);
}

.contact-person__info {
  flex: 1;
  min-width: 0;
}

.contact-person__role {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #C18820;
  margin-bottom: 4px;
  line-height: 1;
}

.contact-person__name {
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 6px;
  line-height: 1.2;
  font-family: 'Exo 2', sans-serif;
}

.contact-person__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-person__link {
  font-size: 0.8rem;
  color: #C18820;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  overflow: visible;
}

.contact-person__link:hover {
  color: #9a6a1a;
}

@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-intro__title {
    font-size: 2rem;
  }
}


/* ============================================================
   14. COMPOSANTS — FORMATION SINGLE
   ============================================================ */

.formation-hero {
  background-size: cover;
  background-position: center top;
  position: relative;
  height: 380px;
  display: flex;
  align-items: flex-end;
}

.formation-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
}

.formation-hero__inner {
  position: relative;
  z-index: 1;
  padding-bottom: 48px;
}

.formation-hero__label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #C9A961;
  margin-bottom: 10px;
  font-weight: 500;
}

.formation-hero__title {
  font-size: 2.8rem;
  font-weight: 300;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  min-height: auto;
  padding: 0;
  margin: 0;
}

.formation-layout {
  align-items: start;
}

.formation-side__sticky {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.formation-side__block {
  border-radius: 14px;
}

.formation-cta-block {
  background: #1A1A1A;
  border: 1px solid rgba(193, 136, 32, 0.25);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.formation-cta-block__label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #C9A961;
  margin-bottom: 8px;
  font-weight: 500;
}

.formation-cta-block__title {
  font-size: 1.15rem;
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #E8E8E8;
  margin-bottom: 24px;
}

.formation-cta-block__title::before {
  display: none;
}

.formation-cta-block__btn {
  display: block;
  text-align: center;
  margin-bottom: 14px;
  color: #000 !important;
  padding: 10px !important;
  text-decoration: none;
}

.formation-cta-block__btn:hover {
  color: #000;
}

.formation-cta-block__contact {
  font-size: 0.82rem;
  text-align: center;
  color: rgba(201, 169, 97, 0.7) !important;
  text-decoration: none;
  padding: 0;
  display: block;
  transition: color 0.2s ease;
}

.formation-cta-block__contact:hover {
  color: #C9A961;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  border:0;
  background:#CC922C;
  color:#fff;
}

.wpcf7 form.sent .wpcf7-response-output{
  border:0;
    background:#CC922C;
  color:#fff;
}

@media (max-width: 1000px) {
  .formation-side__sticky {
    position: static;
  }

  .formation-hero__title {
    font-size: 2rem;
  }

  .formation-hero {
    height: 280px;
  }
}


/* ============================================================
   15. ANIMATIONS
   ============================================================ */

@keyframes goldShine {
  0% {
    background-position: -50% 0, 0 0;
  }
  30% {
    background-position: 150% 0, 0 0;
  }
  100% {
    background-position: 150% 0, 0 0;
  }
}


/* ============================================================
   16. RESPONSIVE GLOBAL
   ============================================================ */

@media only screen and (max-width: 1140px) {
  .wrapper {
    width: 96%;
  }

  .menu {
    position: relative;
    margin-top: 0;
    width: 100%;
    height: auto;
  }

  .menu ul li {
    line-height: 30px;
  }

  .menu ul li a {
    height: auto;
  }

  .logo {
    float: none;
  }
}

@media only screen and (max-width: 1000px) {
  .main,
  .side {
    width: 96%;
  }

  .side{
    margin-top:60px;
  }
}

@media only screen and (max-width: 890px) {
  div.left,
  div.right,
  div.center {
    width: 100%;
  }

  .slider{
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 970px) {
  h1 {
    padding-top: 40px;
  }

  #nav-trigger {
    display: block;
  }

  nav#nav-main {
    display: none;
  }

  nav#nav-mobile {
    display: block;
  }

  .menu {
    width: 100%;
    padding-top: 10px;
    position: relative;
  }

  .menu ul {
    position: relative;
    border-top: 0;
  }

  .menu ul li {
    width: 100%;
    position: relative;
    margin-left: 0;
    text-align: center;
  }

  .menu ul li a {
    text-align: center;
    background: #fff;
    color: #333;
  }

  .menu ul li a:hover {
    background: #314339;
    color: #fff;
  }

  .menu ul li.current-menu-item a {
    color: #fff;
  }

  .menu ul li ul.sub-menu {
    position: relative;
    width: 100%;
    display: block;
  }

  .menu ul li:hover ul.sub-menu {
    display: block !important;
    position: relative;
  }

  .n2-ss-slide {
    outline: 0;
  }
}

@media only screen and (max-width: 530px) {
  .wrapper {
    width: 96% !important;
  }

  .menu ul.main-menu {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
  }

  .menu ul.main-menu li {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .menu ul.main-menu li a {
    margin: 0;
    text-align: center;
  }

  .menu ul.main-menu li :hover ul li a {
    margin-top: -4px;
  }

  .menu .wrapper {
    width: 100%;
  }

  .menu #nav-trigger span {
    clear: both;
  }

  nav#nav-mobile {
    clear: both;
  }

  nav#nav-mobile ul.expanded {
    clear: both;
    margin-bottom: 0;
  }

  nav#nav-mobile li:hover ul {
    display: block;
  }

  .footer .texte-footer p {
    text-align: center;
  }
}


/* --- Breakpoint 1140px : wrapper fluide, menu tassé --- */
@media only screen and (max-width: 1140px) {
  .wrapper {
    width: 96%;
  }
 
  .menu ul li {
    margin-left: 16px;
    margin-right: 16px;
  }
 
  .logo {
    float: none;
  }
}
 
/* --- Breakpoint 1000px : colonnes main/side empilées --- */
@media only screen and (max-width: 1000px) {
  .main,
  .side {
    width: 96%;
  }
}
 
/* --- Breakpoint 890px : divs utilitaires pleine largeur --- */
@media only screen and (max-width: 890px) {
  div.left,
  div.right,
  div.center {
    width: 100%;
  }
}

/* ============================================================
   17. BURGER MENU (< 970px)
   ============================================================ */
 
/* Bouton burger */
.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 6px;
  background: transparent;
  border: 1px solid rgba(193, 136, 32, 0.3);
  border-radius: 8px;
  cursor: pointer;
  z-index: 100001;
  flex-shrink: 0;
  transition: border-color 0.2s ease;
}
 
.burger:hover {
  border-color: rgba(193, 136, 32, 0.7);
}
 
.burger__bar {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.2s ease;
  transform-origin: center;
}
 
/* Croix quand ouvert */
.burger[aria-expanded="true"] .burger__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger[aria-expanded="true"] .burger__bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.burger[aria-expanded="true"] .burger__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
 
/* Panneau nav mobile */
.nav-mobile-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: #111;
  overflow-y: auto;
  padding: 80px 32px 40px;
  /* Panneau fermé : décalé à droite */
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
 
.nav-mobile-panel.is-open {
  display: block;
  transform: translateX(0);
}
 
/* Animation d'entrée (via JS qui ajoute is-animating après display:block) */
.nav-mobile-panel.is-animating {
  display: block;
}
 
/* Liste principale */
.nav-mobile-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.nav-mobile-panel > ul > li {
  border-bottom: 1px solid rgba(193, 136, 32, 0.12);
}
 
.nav-mobile-panel > ul > li > a {
  display: block;
  padding: 18px 0;
  font-size: 1.1rem;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #E8E8E8;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
 
.nav-mobile-panel > ul > li > a:hover,
.nav-mobile-panel > ul > li.current-menu-item > a,
.nav-mobile-panel > ul > li.current-menu-parent > a {
  color: #C9A961;
  padding-left: 6px;
}
 
/* Sous-menus mobiles */
.nav-mobile-panel .sub-menu {
  padding: 0 0 12px 16px;
}
 
.nav-mobile-panel .sub-menu li a {
  display: block;
  padding: 10px 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(232, 232, 232, 0.65);
  text-decoration: none;
  transition: color 0.2s ease;
}
 
.nav-mobile-panel .sub-menu li a:hover,
.nav-mobile-panel .sub-menu li.current-menu-item a {
  color: #C9A961;
}
 
/* Ligne dorée en haut du panneau */
.nav-mobile-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(-90deg,
    rgba(193, 136, 32, 1) 0%,
    rgba(225, 203, 166, 1) 22%,
    rgba(188, 127, 17, 1) 70%,
    rgba(188, 127, 17, 1) 100%
  );
}
 
/* Overlay sombre derrière le panneau */
.nav-mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
 
.nav-mobile-overlay.is-visible {
  display: block;
  opacity: 1;
}
 
/* Activation du burger à 970px */
@media only screen and (max-width: 970px) {
  h1 {
    padding-top: 40px;
  }

  .logo{
    margin:10px auto !important;
  }
 
  /* Cacher le menu desktop, montrer le burger */
  .header .menu {
    display: none;
  }
 
  .burger {
    display: flex;
  }
 
  /* Le header ne doit pas déborder */
  .header .wrapper {
    padding: 10px 16px;
  }
 
  .header .logo {
    height: 42px;
  }
 
  /* Sous-menus toujours visibles dans le panneau mobile */
  .nav-mobile-panel .sub-menu {
    display: block !important;
    position: static !important;
    width: auto !important;
  }
 
  .n2-ss-slide {
    outline: 0;
  }
}
 
@media only screen and (max-width: 530px) {
  .wrapper {
    width: 96% !important;
  }
 
  .header .wrapper {
    padding: 8px 12px;
  }
 
  .footer .texte-footer p {
    text-align: center;
  }
}

.accordeon .acc-item {
  border-bottom: 1px solid #e0ddd6;
}
.accordeon .acc-item:first-of-type {
  border-top: 1px solid #e0ddd6;
}

.accordeon .acc-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: #f5f4f0;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 12px;
  transition: background .2s;
}
.accordeon .acc-btn:hover { background: #edecea; }
.accordeon .acc-btn.open  { background: #1a1a1a; }
.accordeon .acc-btn.open .acc-title { color: #C9A961; }

.accordeon .acc-title {
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #1a1a1a;
  transition: color .2s;
}

.accordeon .acc-arrow {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}
.accordeon .acc-btn.open .acc-arrow { transform: rotate(180deg); }
.accordeon .acc-arrow line { stroke: #888; stroke-width: 1.5; transition: stroke .2s; }
.accordeon .acc-btn.open .acc-arrow line { stroke: #C9A961; }

.accordeon .acc-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height .35s cubic-bezier(.4, 0, .2, 1), padding .35s;
  padding: 0 18px;
}
.accordeon .acc-body.open {
  max-height: 1200px;
  padding: 16px 18px 20px;
}

.accordeon .acc-btn.open svg:first-child line,
.accordeon .acc-btn.open svg:first-child path,
.accordeon .acc-btn.open svg:first-child circle,
.accordeon .acc-btn.open svg:first-child polyline,
.accordeon .acc-btn.open svg:first-child rect {
  stroke: #C9A961;
}

.accordeon{
  margin-bottom: 30px;
}

.n2-section-smartslider{
  margin-bottom: 20px;
}

/*.n2-ss-section-main-content{
  opacity:0;
}*/

.n2-ss-item-content{
  font-family: 'Exo 2', sans-serif !important;
  text-transform: uppercase !important;
}

.n2-ss-item-content {
  opacity: 0;
  transition: opacity .8s ease;
  pointer-events: none;
  text-shadow: 1px 1px 8px #000 !important;
}

#n2-ss-2.ss-hovered .n2-ss-item-content {
  opacity: 1;
}
.n2-ss-item-content {
  opacity: 0;
  pointer-events: none;
  font-family: 'Exo 2', sans-serif !important;
  text-transform: uppercase !important;
  text-shadow: 1px 1px 8px #000 !important;
  color: #fff !important;
  
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s cubic-bezier(.4, 0, .2, 1),
              opacity .3s ease;
}
.n2-ss-item-content {
  opacity: 0;
  pointer-events: none;
  font-family: 'Exo 2', sans-serif !important;
  text-transform: uppercase !important;
  text-shadow: 1px 1px 8px #000 !important;
  color: #fff !important;
  
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s cubic-bezier(.4, 0, .2, 1),
              opacity .3s ease;
}


#n2-ss-2.ss-hovered .n2-ss-item-content {
  opacity: 1;
  clip-path: inset(0 0% 0 0);
}

#n2-ss-2:not(.ss-hovered) .n2-ss-item-content {
  clip-path: inset(0 100% 0 0);
  transition: clip-path .8s ease,
              opacity .8s ease;
}