.elementor-27792 .elementor-element.elementor-element-e16b743{--display:flex;}.elementor-27792 .elementor-element.elementor-element-1a669e3{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-c6527d2 *//* ========================================================= */
/* ===== MENU YUCCA STYLE - VIE ET LUMIÈRE EL SHADDAI ======= */
/* ========================================================= */

.yc-menu {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #f5f3ed;
  border-bottom: 1px solid #e0ddd4;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ===================== */
/* Conteneur principal */
/* ===================== */
.yc-menu-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 32px;
  height: 70px;
}

/* ===================== */
/* Logo */
/* ===================== */
.yc-logo {
  flex-shrink: 0;
}

.yc-logo img {
  height: 42px;
  width: auto;
}

/* ===================== */
/* Navigation Desktop */
/* ===================== */
.yc-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.yc-nav-item {
  position: relative;
}

.yc-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 400;
  color: #2d2d2d;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}

.yc-nav-link:hover {
  opacity: 0.65;
}

/* ===================== */
/* Flèche dropdown */
/* ===================== */
.yc-has-mega > .yc-nav-link::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  transition: transform 0.2s;
}

.yc-has-mega:hover > .yc-nav-link::after {
  transform: rotate(180deg);
}

/* ===================== */
/* Mega Menu Desktop */
/* ===================== */
.yc-mega {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 1px;
  min-width: 720px;
  background: #ffffff;
  border: 1px solid #e0ddd4;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: all 0.25s ease;
}

.yc-has-mega:hover > .yc-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.yc-mega-inner {
  display: flex;
  min-height: 260px;
}

/* Sidebar */
.yc-mega-sidebar {
  flex: 0 0 240px;
  padding: 28px 22px;
  border-right: 1px solid #e0ddd4;
}

.yc-mega-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yc-mega-list li + li {
  margin-top: 12px;
}

.yc-mega-list a {
  display: block;
  font-size: 15px;
  color: #2d2d2d;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}

.yc-mega-list a:hover {
  opacity: 0.65;
  transform: translateX(4px);
}

/* Contenu Mega */
.yc-mega-content {
  flex: 1;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Mode 2 colonnes */
.yc-mega-2col {
  flex-direction: row;
  gap: 20px;
}

/* ===================== */
/* Cartes Mega */
/* ===================== */
.yc-mega-card {
  padding: 20px;
  border-radius: 10px;
}

.yc-card-beige {
  background: #f5f3ed;
}

.yc-card-dark {
  background: #2d3e2f;
  color: #ffffff;
}

/* ===== MODIFICATION YouTube Mega Card ===== */
.yc-card-dark h3 {
  color: #FF0000; /* Rouge YouTube */
  font-weight: 700;
}

.yc-card-dark p {
  color: #ffffff;
  opacity: 0.85;
}

.yc-card-dark a {
  color: #FF0000; /* lien rouge YouTube */
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}

.yc-card-dark a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.yc-mega-card h3 {
  font-size: 17px;
  margin: 0 0 8px;
}

.yc-mega-card p {
  font-size: 14px;
  margin: 0 0 14px;
  opacity: 0.85;
}

/* Liens */
.yc-card-link,
.yc-card-link-light {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.yc-card-link {
  color: #2d2d2d;
}

.yc-card-link-light {
  color: #ffffff;
}

.yc-card-link:hover,
.yc-card-link-light:hover {
  text-decoration: underline;
}

/* ===================== */
/* Cartes Médias */
/* ===================== */
.yc-media-card {
  display: flex;
  gap: 14px;
  background: #f5f3ed;
  padding: 14px;
  border-radius: 10px;
  flex: 1;
  align-items: center;
}

.yc-media-card img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

/* Texte */
.yc-media-body h4 {
  font-size: 15px;
  margin: 0 0 4px;
}

.yc-media-body p {
  font-size: 13px;
  margin: 0;
  opacity: 0.7;
}

.yc-media-body a {
  font-size: 13px;
  color: #2d2d2d;
  text-decoration: none;
}

.yc-media-body a:hover {
  text-decoration: underline;
}

/* ===================== */
/* CTA YouTube */
/* ===================== */
.yc-cta {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  background: #2d3e2f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: opacity 0.2s;
}

.yc-cta:hover {
  opacity: 0.85;
}

/* ===================== */
/* Burger Mobile */
/* ===================== */
.yc-burger {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
}

.yc-burger span {
  width: 22px;
  height: 2px;
  background: #2d2d2d;
  transition: all 0.25s;
}

.yc-burger.yc-active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.yc-burger.yc-active span:nth-child(2) {
  opacity: 0;
}

.yc-burger.yc-active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* ========================================================= */
/* ===================== MOBILE FIX ======================== */
/* ========================================================= */

@media (max-width: 900px) {

  .yc-nav {
    position: fixed;
    top: 70px;                 /* hauteur exacte du header */
    left: 0;
    right: 0;
    bottom: 0;                 /* ← clé pour le mode vertical */
    
    background: #f5f3ed;
    z-index: 99999;

    display: flex;
    flex-direction: column;
    gap: 12px;

    padding: 20px 20px 40px;

    transform: translateX(100%);
    transition: transform 0.35s ease;

    overflow-y: auto;          /* ← indispensable */
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .yc-nav.is-open {
    transform: translateX(0);
  }

  .yc-nav-item {
    width: 100%;
  }

  .yc-nav-link {
    width: 100%;
    justify-content: space-between;
    font-size: 16px;
  }

  /* Mega menu mobile */
  .yc-mega {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    border: none;
    margin-top: 6px;
  }

  .yc-mega-inner {
    flex-direction: column;
  }

  .yc-mega-sidebar {
    border-right: none;
    border-bottom: 1px solid #e0ddd4;
  }
}



/* ===================== IMAGE AU SURVOL ===================== */
.yc-cursor-img {
  position: fixed;
  pointer-events: none;
  z-index: 99999;
  width: 120px;
  height: 120px;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.yc-cursor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.yc-cursor-img.is-active {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 900px) {
  .yc-cursor-img {
    display: none;
  }
}

/* ===================== MENU MOBILE ===================== */
@media screen and (max-width: 900px) {

  .yc-burger {
    display: flex;
    margin-left: auto;
    z-index: 100000;
  }

  .yc-nav {
    position: fixed;
    top: 70px; /* hauteur du header */
    left: 0;
    right: 0;
    height: calc(100vh - 70px); /* tient dans l'écran */
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 20px 20px 40px;
    background: #f5f3ed;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .yc-nav.is-open {
    transform: translateX(0);
  }

  /* Mega menus mobile */
  .yc-mega {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    border: none;
    box-shadow: none;
    margin-top: 6px;
  }

  .yc-mega-inner {
    flex-direction: column;
  }

  .yc-mega-sidebar {
    border-right: none;
    border-bottom: 1px solid #e0ddd4;
  }
}

/* ===================== Effet hover YouTube ===================== */
.yc-cta {
  transition: all 0.3s ease;
}

.yc-cta:hover {
  transform: scale(1.05); /* léger agrandissement */
  box-shadow: 0 6px 20px rgba(0,0,0,0.25); /* ombre portée */
  opacity: 1;
}/* End custom CSS */