.elementor-308 .elementor-element.elementor-element-7025a51{--display:flex;--min-height:0px;--justify-content:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overflow:auto;--overlay-opacity:0.5;overflow:visible;}.elementor-308 .elementor-element.elementor-element-7025a51:not(.elementor-motion-effects-element-type-background), .elementor-308 .elementor-element.elementor-element-7025a51 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-308 .elementor-element.elementor-element-7025a51::before, .elementor-308 .elementor-element.elementor-element-7025a51 > .elementor-background-video-container::before, .elementor-308 .elementor-element.elementor-element-7025a51 > .e-con-inner > .elementor-background-video-container::before, .elementor-308 .elementor-element.elementor-element-7025a51 > .elementor-background-slideshow::before, .elementor-308 .elementor-element.elementor-element-7025a51 > .e-con-inner > .elementor-background-slideshow::before, .elementor-308 .elementor-element.elementor-element-7025a51 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-308 .elementor-element.elementor-element-7025a51.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-308 .elementor-element.elementor-element-42c98d7{width:100%;max-width:100%;}.elementor-308 .elementor-element.elementor-element-3c30d6c{--display:flex;overflow:visible;}.elementor-308 .elementor-element.elementor-element-68f16be{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;overflow:visible;}.elementor-308 .elementor-element.elementor-element-cc21257{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;overflow:visible;}.elementor-308 .elementor-element.elementor-element-b3f4e82{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;overflow:visible;}.elementor-308 .elementor-element.elementor-element-1b1218e{--display:flex;overflow:visible;}.elementor-308 .elementor-element.elementor-element-3a1e3d1{--display:flex;overflow:visible;}:root{--page-title-display:none;}body.elementor-page-308{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-308:not(.elementor-motion-effects-element-type-background), body.elementor-page-308 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:767px){body.elementor-page-308{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-308 .elementor-element.elementor-element-7025a51{--width:101.24%;}}/* Start custom CSS for html, class: .elementor-element-42c98d7 *//* ===== Banner container ===== */
.yaay-launch-banner{
  position: relative;
  overflow: hidden;
  padding: 16px 16px;
  text-align: center;

  /* Background image + orange overlay like your React style */
  background-image:
    linear-gradient(rgba(251,146,60,0.95), rgba(251,146,60,0.95));
  background-size: cover;
  background-position: center;
}

/* ===== Animated overlay (your Tailwind div) ===== */
.yaay-launch-overlay{
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;

  background: linear-gradient(
    90deg,
    rgba(249,115,22,0.20),
    transparent,
    rgba(249,115,22,0.20)
  );

  animation: yaay-pulse 2s cubic-bezier(0.4,0,0.6,1) infinite;
  pointer-events: none;
  z-index: 0;
}

/* ===== Content on top ===== */
.yaay-launch-inner{
  position: relative;
  z-index: 1;

  max-width: 1280px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;

  color: #fff;
}

/* Text line */
.yaay-launch-text{
  margin: 0;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* Separator */
.yaay-sep{
  opacity: 0.9;
  padding: 0 6px;
}

/* Pill */
.yaay-pill{
  display: inline-block;
  background: rgba(255,255,255,0.20);
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 700;
}

/* Highlight */
.yaay-highlight{
  color: #fef08a; /* jaune clair */
  font-weight: 900;
}

/* Pulse text (optional) */
.yaay-pulse-text{
  animation: yaay-pulseText 2s cubic-bezier(0.4,0,0.6,1) infinite;
}

/* Emojis bounce */
.yaay-emoji{
  font-size: 22px;
}

.yaay-bounce{
  animation: yaay-bounce 1s infinite;
}

.yaay-delay{
  animation-delay: .3s;
}

/* ===== Keyframes ===== */
@keyframes yaay-pulse{
  0%,100%{ opacity: 1; }
  50%{ opacity: .5; }
}

@keyframes yaay-pulseText{
  0%,100%{ opacity: 1; }
  50%{ opacity: .75; }
}

@keyframes yaay-bounce{
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* ===== Responsive ===== */
@media (max-width: 768px){
  .yaay-launch-inner{
    gap: 10px;
  }

  .yaay-launch-text{
    font-size: 16px;
    justify-content: center;
  }

  .yaay-emoji{
    font-size: 20px;
  }
}
.yaay-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 25px;
  height: 64px;
  background: #ffffff;
  box-shadow: 0 4px 20px -4px rgba(96, 165, 250, 0.15);
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Section Logo */
.yaay-logo-section {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.yaay-logo-icon {
  width: 30px;
  height: 40px;
  background: linear-gradient(135deg, hsl(210, 100%, 70%), hsl(210, 100%, 80%));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(96, 165, 250, 0.3);
}

.yaay-logo-text {
  font-size: 15px;
  font-weight: 700;
  color: hsl(215, 25%, 27%);
  letter-spacing: -0.5px;
}

/* Section Recherche */
.yaay-search-section {
  flex: 2;
  max-width: 1000px;
  margin: 0 40px;
}

.yaay-search-container {
  position: relative;
  width: 100%;
}

.yaay-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(215, 15%, 50%);
  z-index: 2;
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

.yaay-search-input {
  width: 100%;
  padding: 12px 16px 12px 44px;
  border: 2px solid hsl(210, 30%, 90%);
  border-radius: 12px;
  font-size: 16px;
  color: hsl(215, 25%, 27%);
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  font-family: inherit;
}

.yaay-search-input:focus {
  border-color: hsl(210, 100%, 70%);
  box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.1);
}

.yaay-search-input::placeholder {
  color: hsl(215, 15%, 50%);
  font-size: 15px;
}

/* Section Actions */
.yaay-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

/* Boutons Favoris et Connexion */
.yaay-action-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: transparent;
  border: none;
  color: hsl(215, 25%, 27%);
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  font-family: inherit;
}

.yaay-login-btn {
  text-decoration: none ;
  display: flex ;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: transparent;
  border: none;
  color: #374151;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease;
  white-space: nowrap;
}



.yaay-action-btn:active,
.yaay-action-btn[aria-pressed="true"] {
  background: linear-gradient(
    135deg,
    hsl(25, 100%, 60%),
    hsl(25, 100%, 55%)
  );
  color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px -4px rgba(251, 146, 60, 0.4);
  transform: translateY(-1px);
}

/* Icône en blanc quand actif */
.yaay-action-btn:active svg,
.yaay-action-btn[aria-pressed="true"] svg {
  stroke: #ffffff;
}

/* Icône */
.yaay-action-icon {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}


.yaay-action-text {
  font-weight: 500;
  white-space: nowrap;
}

/* Bouton Vendre/Louer */
.yaay-sell-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(135deg, hsl(25, 100%, 60%), hsl(25, 100%, 55%));
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px -4px rgba(251, 146, 60, 0.4);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  font-family: inherit;
  white-space: nowrap;
}

.yaay-sell-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px -8px rgba(251, 146, 60, 0.6);
}

.yaay-sell-icon {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

/* Animation brillance bouton Vendre/Louer */
.yaay-sell-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(135deg, hsl(25, 100%, 60%), hsl(25, 100%, 55%));
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  font-family: inherit;
  white-space: nowrap;

  /* EXISTANT */
  box-shadow: 0 4px 20px -4px rgba(251, 146, 60, 0.4);

  /* 🔵 NOUVEAU : animation glow bleu */
  animation: yaay-blue-glow 2.2s ease-in-out infinite;
}

.yaay-sell-btn:hover::before {
  left: 100%;
}

/* États Focus pour l'accessibilité */
.yaay-action-btn:focus,
.yaay-sell-btn:focus {
  outline: 2px solid hsl(210, 100%, 70%);
  outline-offset: 2px;
}

.yaay-search-input:focus {
  outline: none;
}

/* États Active */
.yaay-action-btn:active {
  transform: scale(0.98);
}

.yaay-sell-btn:active {
  transform: translateY(-1px) scale(0.98);
}

/* Animation d'entrée */
.yaay-header-bar {
  animation: yaay-slide-down 0.6s ease-out;
}

@keyframes yaay-slide-down {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Effet de survol sur toute la barre */
.yaay-header-bar:hover {
  box-shadow: 0 6px 25px -6px rgba(96, 165, 250, 0.2);
}

/* Responsive pour écrans moyens */
@media (max-width: 1024px) {
  .yaay-header-bar {
    padding: 0 24px;
  }
  
  .yaay-search-section {
    max-width: 400px;
    margin: 0 24px;
  }
  
  .yaay-header-actions {
    gap: 12px;
  }
}

/* Masquer sur tablettes et mobiles */
@media (max-width: 768px) {
  .yaay-header-bar {
    display: none;
  }
}

/* Styles pour écrans larges */
@media (min-width: 1400px) {
  .yaay-header-bar {
    max-width: 1400px;
    padding: 0 48px;
  }
  
  .yaay-search-section {
    max-width: 700px;
    margin: 0 48px;
  }
}

/* Amélioration de la lisibilité */
.yaay-search-input,
.yaay-action-btn,
.yaay-sell-btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Indicateur de focus clavier uniquement */
.yaay-action-btn:focus-visible,
.yaay-sell-btn:focus-visible {
  outline: 2px solid hsl(210, 100%, 70%);
  outline-offset: 2px;
}

.yaay-action-btn:focus:not(:focus-visible),
.yaay-sell-btn:focus:not(:focus-visible) {
  outline: none;
}

@keyframes yaay-blue-glow {
  0% {
    box-shadow:
      0 0 0 0 rgba(96, 165, 250, 0.0),
      0 4px 20px -4px rgba(251, 146, 60, 0.4);
  }
  50% {
    box-shadow:
      0 0 18px 6px rgba(96, 165, 250, 0.6),
      0 4px 20px -4px rgba(251, 146, 60, 0.4);
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(96, 165, 250, 0.0),
      0 4px 20px -4px rgba(251, 146, 60, 0.4);
  }
}

/* =========================
   GLOBAL SAFETY
========================= */
html, body { overflow-x: hidden; }

/* =========================
   FULL WIDTH (escape boxed WP container)
========================= */
body .yaay-hero-section{
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}


/* Section Hero principale */
.yaay-hero-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 10px 0 100px 0;
  position: relative;
  overflow: hidden;
}

/* Conteneur centré */
.yaay-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Contenu hero */
.yaay-hero-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

/* Titre principal */
.yaay-hero-title {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.1;
  color: #1e293b;
  margin-bottom: 24px;
  letter-spacing: -1px;
}
/* Tablette */
@media (max-width: 1024px){
  .yaay-hero-title{
    font-size: 42px;
    line-height: 1.15;
  }
}

/* Mobile */
@media (max-width: 640px){
  .yaay-hero-title{
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
}
/* Partie en surbrillance du titre */
.yaay-hero-title-highlight {
  display: block;
  background: linear-gradient(135deg, #60a5fa, #93c5fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* Sous-titre */
.yaay-hero-subtitle {
  font-size: 20px;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Container des boutons */
.yaay-hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* Style de base des boutons */
.yaay-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  border: none;
  white-space: nowrap;
}

/* Bouton principal (bleu) */
.yaay-hero-btn-primary {
  background: linear-gradient(135deg, #60a5fa, #3b82f6);
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(96, 165, 250, 0.4);
}

.yaay-hero-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(96, 165, 250, 0.6);
}

/* Bouton secondaire (outline) */
.yaay-hero-btn-secondary {
  background: transparent;
  color: #fb923c;
  border: 2px solid #fb923c;
  animation: yaay-pulse-border 2s infinite;
}

.yaay-hero-btn-secondary:hover {
  background: #fb923c;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(251, 146, 60, 0.4);
}

/* Icône dans le bouton */
.yaay-hero-btn-icon {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

/* Animation de pulsation pour le bouton secondaire */
@keyframes yaay-pulse-border {
  0%, 100% {
    border-color: #fb923c;
    box-shadow: 0 0 0 0 rgba(251, 146, 60, 0.4);
  }
  50% {
    border-color: #f97316;
    box-shadow: 0 0 0 8px rgba(251, 146, 60, 0);
  }
}

/* États focus pour l'accessibilité */
.yaay-hero-btn:focus {
  outline: 2px solid #60a5fa;
  outline-offset: 2px;
}

/* États active */
.yaay-hero-btn:active {
  transform: translateY(-1px) scale(0.98);
}

/* Animation d'entrée */
.yaay-hero-content {
  animation: yaay-fade-in-up 0.8s ease-out;
}

@keyframes yaay-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive - Tablettes */
@media (max-width: 768px) {
  .yaay-hero-section {
    padding: 60px 0 80px 0;
  }
  
  .yaay-hero-title {
    font-size: 40px;
  }
  
  .yaay-hero-subtitle {
    font-size: 18px;
    margin-bottom: 32px;
  }
  
  .yaay-hero-buttons {
    flex-direction: column;
    gap: 12px;
  }
  
  .yaay-hero-btn {
    padding: 14px 28px;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

/* Responsive - Mobile */
@media (max-width: 480px) {
  .yaay-hero-section {
    padding: 40px 0 60px 0;
  }
  
  .yaay-hero-container {
    padding: 0 16px;
  }
  
  .yaay-hero-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  
  .yaay-hero-subtitle {
    font-size: 16px;
    margin-bottom: 28px;
  }
  
  .yaay-hero-btn {
    padding: 12px 24px;
    font-size: 15px;
  }
}

/* Effet de parallaxe subtil */
.yaay-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20% 80%, rgba(96, 165, 250, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(251, 146, 60, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

/* Amélioration de la lisibilité */
.yaay-hero-title,
.yaay-hero-subtitle,
.yaay-hero-btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d4e840 *//* === YAAY VIDÉ - SYSTÈME DE DESIGN COMPLET === */

/* Variables CSS pour Yaay Vidé */
:root {
  /* Couleurs principales */
  --yaay-primary: #5DADE2;
  --yaay-primary-dark: #3498DB;
  --yaay-primary-light: #AED6F1;
  --yaay-accent: #FB8500;
  --yaay-accent-dark: #E67E22;
  --yaay-accent-light: #FDAB3D;
  --yaay-navy: #023047;
  --yaay-white: #FFFFFF;
  --yaay-gray-50: #F8F9FA;
  --yaay-gray-100: #E9ECEF;
  --yaay-gray-200: #DEE2E6;
  --yaay-gray-300: #CED4DA;
  --yaay-gray-400: #ADB5BD;
  --yaay-gray-500: #6C757D;
  --yaay-gray-600: #495057;
  --yaay-gray-700: #343A40;
  --yaay-gray-800: #212529;
  
  /* Gradients */
  --yaay-gradient-primary: linear-gradient(135deg, var(--yaay-primary) 0%, var(--yaay-primary-dark) 100%);
  --yaay-gradient-accent: linear-gradient(135deg, var(--yaay-accent) 0%, var(--yaay-accent-dark) 100%);
  --yaay-gradient-hero: linear-gradient(135deg, var(--yaay-primary) 0%, var(--yaay-accent) 50%, var(--yaay-primary-dark) 100%);
  
  /* Ombres */
  --yaay-shadow-sm: 0 2px 4px rgba(0,0,0,0.1);
  --yaay-shadow-md: 0 4px 12px rgba(0,0,0,0.15);
  --yaay-shadow-lg: 0 8px 25px rgba(0,0,0,0.15);
  --yaay-shadow-xl: 0 20px 40px rgba(0,0,0,0.1);
  
  /* Transitions */
  --yaay-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --yaay-transition-bounce: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Reset et base */
.yaay-page * {
  box-sizing: border-box;
}

.yaay-page {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: var(--yaay-gray-800);
}

/* === CLASSES UTILITAIRES === */
.yaay-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.yaay-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: var(--yaay-transition);
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}

.yaay-btn-primary {
  background: var(--yaay-gradient-primary);
  color: var(--yaay-white);
  box-shadow: var(--yaay-shadow-md);
}

.yaay-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--yaay-shadow-lg);
  color: var(--yaay-white);
}

.yaay-btn-accent {
  background: var(--yaay-gradient-accent);
  color: var(--yaay-white);
  box-shadow: var(--yaay-shadow-md);
}

.yaay-btn-accent:hover {
  transform: translateY(-2px);
  box-shadow: var(--yaay-shadow-lg);
  color: var(--yaay-white);
}

.yaay-btn-outline {
  background: transparent;
  color: var(--yaay-primary);
  border: 2px solid var(--yaay-primary);
}

.yaay-btn-outline:hover {
  background: var(--yaay-primary);
  color: var(--yaay-white);
}

.yaay-btn-white {
  background: var(--yaay-white);
  color: var(--yaay-primary);
  box-shadow: var(--yaay-shadow-md);
}

.yaay-btn-white:hover {
  background: var(--yaay-gray-50);
  transform: translateY(-2px);
  color: var(--yaay-primary);
}





/* === SECTION FONCTIONNALITÉS === */
.yaay-features {
  padding: 120px 0;
  background: linear-gradient(180deg, var(--yaay-white) 0%, var(--yaay-gray-50) 100%);
}

.yaay-section-header {
  text-align: center;
  margin-bottom: 80px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.yaay-section-badge {
  display: inline-block;
  background: var(--yaay-primary-light);
  color: var(--yaay-primary-dark);
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.yaay-section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--yaay-navy);
  margin-bottom: 20px;
  line-height: 1.2;
}

.yaay-section-description {
  font-size: 18px;
  color: var(--yaay-gray-600);
  line-height: 1.6;
}

.yaay-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.yaay-feature-card {
  background: var(--yaay-white);
  padding: 40px;
  border-radius: 20px;
  box-shadow: var(--yaay-shadow-md);
  transition: var(--yaay-transition);
  border: 1px solid var(--yaay-gray-200);
  position: relative;
  overflow: hidden;
}

.yaay-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--yaay-gradient-accent);
}

.yaay-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--yaay-shadow-xl);
}

.yaay-feature-icon {
  width: 70px;
  height: 70px;
  background: var(--yaay-gradient-primary);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--yaay-white);
  margin-bottom: 24px;
}

.yaay-feature-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--yaay-navy);
  margin-bottom: 16px;
}

.yaay-feature-card p {
  color: var(--yaay-gray-600);
  line-height: 1.6;
  margin-bottom: 20px;
}

.yaay-feature-link {
  color: var(--yaay-accent);
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--yaay-transition);
}

.yaay-feature-link:hover {
  gap: 12px;
  color: var(--yaay-accent-dark);
}



/* === SECTION TÉMOIGNAGES === */
.yaay-testimonials {
  padding: 120px 0;
  background: linear-gradient(180deg, var(--yaay-gray-50) 0%, var(--yaay-white) 100%);
}

.yaay-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.yaay-testimonial-card {
  background: var(--yaay-white);
  padding: 40px;
  border-radius: 20px;
  box-shadow: var(--yaay-shadow-md);
  position: relative;
  transition: var(--yaay-transition);
}

.yaay-testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--yaay-shadow-lg);
}

.yaay-testimonial-quote {
  font-size: 60px;
  color: var(--yaay-primary-light);
  position: absolute;
  top: 20px;
  left: 30px;
  opacity: 0.5;
  font-family: serif;
}

.yaay-testimonial-text {
  font-size: 16px;
  color: var(--yaay-gray-700);
  line-height: 1.6;
  margin-bottom: 30px;
  font-style: italic;
  position: relative;
  z-index: 2;
}

.yaay-testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.yaay-testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--yaay-gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--yaay-white);
  font-size: 20px;
  font-weight: 700;
}

.yaay-testimonial-info h4 {
  font-weight: 600;
  color: var(--yaay-navy);
  margin-bottom: 4px;
}

.yaay-testimonial-info p {
  color: var(--yaay-gray-500);
  font-size: 14px;
}

.yaay-testimonial-stars {
  color: var(--yaay-accent);
  margin-top: 8px;
}

/* === SECTION CTA === */
.yaay-cta-section {
  padding: 120px 0;
  background: var(--yaay-gradient-hero);
  position: relative;
  overflow: hidden;
  color: var(--yaay-white);
}

.yaay-cta-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.yaay-cta-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.yaay-cta-shape:nth-child(1) {
  width: 300px;
  height: 300px;
  top: -150px;
  right: -150px;
}

.yaay-cta-shape:nth-child(2) {
  width: 200px;
  height: 200px;
  bottom: -100px;
  left: -100px;
}

.yaay-cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.yaay-cta-icon {
  font-size: 60px;
  margin-bottom: 30px;
  animation: yaay-pulse 2s infinite;
}

@keyframes yaay-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.yaay-cta-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.yaay-cta-description {
  font-size: 20px;
  margin-bottom: 40px;
  opacity: 0.95;
  line-height: 1.6;
}

.yaay-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .yaay-container {
    padding: 0 15px;
  }
  
  .yaay-hero-content {
    padding: 60px 0;
  }
  
  .yaay-hero-buttons,
  .yaay-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .yaay-btn {
    width: 100%;
    max-width: 280px;
  }
  
  .yaay-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 20px;
    gap: 20px;
  }
  
  .yaay-features-grid,
  .yaay-categories-grid,
  .yaay-testimonials-grid {
    grid-template-columns: 1fr;
  }
  
  .yaay-hero-trust {
    flex-direction: column;
    gap: 20px;
  }
  
  .yaay-feature-card,
  .yaay-testimonial-card {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .yaay-stats-grid {
    grid-template-columns: 1fr;
  }
  
  .yaay-stat-number {
    font-size: 36px;
  }
  
  .yaay-category-card {
    height: 280px;
  }
}

/* === ANIMATIONS === */
.yaay-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.yaay-fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.yaay-slide-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.6s ease;
}

.yaay-slide-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.yaay-slide-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.6s ease;
}

.yaay-slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* === UTILITAIRES === */
.yaay-text-gradient {
  background: var(--yaay-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.yaay-bg-gradient {
  background: var(--yaay-gradient-primary);
}

.yaay-shadow-hover {
  transition: var(--yaay-transition);
}

.yaay-shadow-hover:hover {
  box-shadow: var(--yaay-shadow-lg);
  transform: translateY(-2px);
}

/* ✅ RÉDUIRE L’ESPACE AVANT/APRÈS DE "NOS ENGAGEMENTS" */
.yaay-features{
  padding: 30px 0; /* au lieu de 120px */
}

.yaay-features .yaay-section-header{
  margin-bottom: 30px; /* au lieu de 80px */
}

.yaay-features .yaay-features-grid{
  gap: 20px; /* au lieu de 30px */
}

.yaay-features .yaay-feature-card{
  padding: 28px; /* au lieu de 40px */
}

.yaay-features .yaay-feature-icon{
  margin-bottom: 16px; /* au lieu de 24px */
  width: 60px;
  height: 60px;
  font-size: 24px;
}

.yaay-features .yaay-feature-card h3{
  margin-bottom: 10px; /* au lieu de 16px */
}

.yaay-features .yaay-feature-card p{
  margin-bottom: 14px; /* au lieu de 20px */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e2b09ca *//* Section Mamans Entrepreneuses */
.yaay-mamans-section {
  padding: 80px 16px;
  background: linear-gradient(135deg, #FB8500, #FF9500, #FFB700);
  position: relative;
  overflow: hidden;
}

.yaay-mamans-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(2, 48, 71, 0.1), rgba(33, 158, 188, 0.1));
  pointer-events: none;
}

.yaay-mamans-container {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Titre principal */
.yaay-mamans-title {
  font-size: 48px;
  font-weight: 700;
  color: white;
  margin-bottom: 24px;
  line-height: 1.2;
}

.yaay-highlight {
  color: #FEF3C7; /* Jaune clair */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .yaay-mamans-title {
    font-size: 32px;
  }
}

/* Description */
.yaay-mamans-description {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 32px;
  line-height: 1.6;
}

.yaay-badge {
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.yaay-accent {
  font-weight: 700;
  color: #FEF3C7;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Grille des avantages */
.yaay-advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.yaay-advantage-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.yaay-advantage-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.yaay-advantage-title {
  font-size: 24px;
  font-weight: 700;
  color: #FEF3C7;
  margin-bottom: 8px;
}

.yaay-advantage-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

/* Boutons d'action */
.yaay-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

@media (min-width: 640px) {
  .yaay-cta-buttons {
    flex-direction: row;
    justify-content: center;
  }
}

.yaay-contact-btn {
  background: white;
  color: #FB8500;
  padding: 24px 48px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  animation: bounce 2s infinite;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.yaay-contact-btn:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.yaay-discover-btn {
  border: 2px solid white;
  color: white;
  background: transparent;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.yaay-discover-btn:hover {
  background: white;
  color: #FB8500;
  transform: translateY(-2px);
}

/* Animation bounce */
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transform: translateY(0);
  }
  40%, 43% {
    transform: translateY(-8px);
  }
  70% {
    transform: translateY(-4px);
  }
  90% {
    transform: translateY(-2px);
  }
}

/* Responsive */
@media (max-width: 480px) {
  .yaay-mamans-section {
    padding: 60px 16px;
  }
  
  .yaay-mamans-description {
    font-size: 18px;
  }
  
  .yaay-contact-btn {
    padding: 20px 32px;
    font-size: 16px;
  }
  
  .yaay-discover-btn {
    padding: 14px 24px;
    font-size: 16px;
  }
}

/* Effets de particules (optionnel) */
.yaay-mamans-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

/* 1️⃣ Section pleine largeur + moins d’espace haut/bas */
.yaay-mamans-section {
  padding: 40px 0; 
    margin: 0;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0d2533a *//* ===============================
   SECTION CATÉGORIES
   =============================== */

.yaay-categories-section{
  padding: 10px 0;
  background:#fff;
}

.yaay-categories-container{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
}

/* Header */
.yaay-categories-header{
  text-align:center;
  margin-bottom:48px;
}

.yaay-categories-title{
  font-size:40px;
  font-weight:700;
  color:#1e293b;
  margin:0 0 16px;
}

.yaay-categories-subtitle{
  font-size:20px;
  color:#64748b;
  margin:0;
}

/* Grille */
.yaay-categories-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:24px;
}

/* ===============================
   CARTE CATÉGORIE (IMAGE EN HAUT)
   =============================== */

.yaay-category-card{
  background:#fff;
  border:2px solid #f1f5f9;
  border-radius:18px;
  overflow:hidden;
  cursor:pointer;
  position:relative;
  text-align:center;

  display:flex;
  flex-direction:column;

  transition:transform .3s cubic-bezier(0.4,0,0.2,1),
             box-shadow .3s cubic-bezier(0.4,0,0.2,1),
             border-color .3s ease;
}

/* Hover */
.yaay-category-card:hover{
  transform:translateY(-8px);
  box-shadow:0 12px 40px -12px rgba(96,165,250,.35);
  border-color:#fb923c;
}

/* Brillance */
.yaay-category-card::before{
  content:"";
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent);
  transition:left .5s ease;
  pointer-events:none;
}
.yaay-category-card:hover::before{ left:100%; }

/* Zone image (hauteur fixe = pas de trou) */
.yaay-category-icon{
  width:100%;
  height:160px;          /* ✅ Ajuste ici */
  margin:0;
  padding:0;
  background:none;
  box-shadow:none;
  border-radius:0;
  position:relative;
}

.yaay-category-icon img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-top-left-radius:18px;
  border-top-right-radius:18px;
}

/* Titre */
.yaay-category-name{
  font-size:18px;
  font-weight:600;
  color:#1e293b;
  margin:10px 16px 6px;   /* ✅ espace réduit sous image */
  line-height:1.25;
  transition:color .3s ease;
}

.yaay-category-card:hover .yaay-category-name{
  color:#3b82f6;
}

/* Bouton (Découvrir) */
.yaay-category-badge{
  display:inline-block;
  background:linear-gradient(135deg, #fb923c, #f97316);
  color:#fff;
  padding:6px 12px;
  border-radius:999px;
  font-size:14px;
  font-weight:600;

  margin:0 16px 10px;     /* ✅ réduit l’espace après Découvrir */

  animation:yaay-pulse-badge 2s infinite;
}

@keyframes yaay-pulse-badge{
  0%,100%{ transform:scale(1); }
  50%{ transform:scale(1.05); }
}

/* Animation d'entrée */
.yaay-category-card{
  animation:yaay-fade-in-up .6s ease-out;
}
.yaay-category-card:nth-child(1){ animation-delay:.1s; }
.yaay-category-card:nth-child(2){ animation-delay:.2s; }
.yaay-category-card:nth-child(3){ animation-delay:.3s; }
.yaay-category-card:nth-child(4){ animation-delay:.4s; }
.yaay-category-card:nth-child(5){ animation-delay:.5s; }
.yaay-category-card:nth-child(6){ animation-delay:.6s; }
.yaay-category-card:nth-child(7){ animation-delay:.7s; }
.yaay-category-card:nth-child(8){ animation-delay:.8s; }

@keyframes yaay-fade-in-up{
  from{ opacity:0; transform:translateY(30px); }
  to{ opacity:1; transform:translateY(0); }
}

/* Focus accessibilité */
.yaay-category-card:focus{
  outline:2px solid #60a5fa;
  outline-offset:2px;
}

/* Lissage police */
.yaay-categories-title,
.yaay-categories-subtitle,
.yaay-category-name,
.yaay-category-badge{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* ===============================
   RESPONSIVE
   =============================== */

/* Tablette */
@media (max-width:1024px){
  .yaay-categories-grid{
    grid-template-columns:repeat(3, 1fr);
    gap:20px;
  }
  .yaay-category-icon{
    height:140px;        /* ✅ Ajuste ici */
  }
}

/* Mobile */
@media (max-width:768px){
  .yaay-categories-container{ padding:0 16px; }

  .yaay-categories-title{ font-size:32px; }
  .yaay-categories-subtitle{ font-size:18px; }
  .yaay-categories-header{ margin-bottom:40px; }

  .yaay-categories-grid{
    grid-template-columns:repeat(2, 1fr);
    gap:16px;
  }

  .yaay-category-icon{
    height:120px;       /* ✅ Ajuste ici */
  }

  .yaay-category-name{
    font-size:16px;
    margin:8px 14px 6px;
  }

  .yaay-category-badge{
    font-size:13px;
    padding:5px 10px;
    margin:0 14px 8px;  /* ✅ moins d'espace après Découvrir */
  }
}

/* Très petit mobile */
@media (max-width:480px){
  .yaay-categories-grid{ gap:12px; }
  .yaay-category-name{ font-size:14px; }
  .yaay-category-badge{ font-size:12px; }
}

/* IMAGE EN BACKGROUND 100% */

.yaay-category-card{
  min-height:260px; /* ajuste si tu veux plus haut */
}
.yaay-category-icon{
  position:absolute;
  height:100%;
  width:100%;
}

.yaay-category-icon img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:18px;
}

.yaay-category-name,
.yaay-category-badge{
  position:relative;
  z-index:3;
}

/* Overlay léger sur l’image */
.yaay-category-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,0.25),
    rgba(0,0,0,0.45)
  );
  z-index:2;
  pointer-events:none;
}

/* === CATÉGORIES : TEXTE + BOUTON EN BAS === */

.yaay-category-card{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 260px;
  overflow: hidden;
}

/* Image en background plein */
.yaay-category-icon{
  position: absolute;
  inset: 0;
  z-index: 1;
}

.yaay-category-icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

/* Overlay dégradé bas (lisibilité premium) */
.yaay-category-card::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.6) 0%,
    rgba(0,0,0,0.35) 40%,
    rgba(0,0,0,0) 70%
  );
  z-index: 2;
  pointer-events: none;
}

/* Nom catégorie */
.yaay-category-name{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 16px 8px;
  text-align: center;
  z-index: 3;
  text-shadow: 0 2px 6px rgba(0,0,0,.4);
}

/* Bouton Découvrir */
.yaay-category-badge{
  align-self: center;
  margin: 0 0 16px;
  padding: 10px 28px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;

  background: linear-gradient(135deg, #fb923c, #f97316);
  border-radius: 999px;

  z-index: 3;
  box-shadow: 0 8px 25px rgba(0,0,0,.35);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed6c074 *//* =========================================================
   OCCASIONS SPÉCIALES — DESIGN IDENTIQUE AUX CATÉGORIES
   ========================================================= */

/* ===== SECTION ===== */
.yaay-etsy-strip{
  padding: 16px 0;
  background: rgba(209, 213, 219, 0.75);
}

.yaay-etsy-wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  gap: 16px;
}

/* ===== BLOC HAUT (texte + cartes) — mobile first ===== */
.yaay-etsy-top{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
}

/* Colonne texte */
.yaay-etsy-left{
  text-align: left;
}

.yaay-etsy-title{
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 6px;
  color: #111827;
}

.yaay-etsy-sub{
  margin: 0 0 12px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
}

.yaay-etsy-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  color: #111827;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  width: 100%;
  max-width: 420px;
}

/* ===== GRILLES CARTES ===== */
.yaay-etsy-featured,
.yaay-etsy-more{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* mobile */
  gap: 12px;
}

/* ===== CARTE (MÊME LOOK QUE CATÉGORIES) ===== */
.yaay-etsy-card{
  position: relative;
  height: 190px;                 /* mobile */
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid #f1f5f9;
  background: #fff;
  text-decoration: none;
  cursor: pointer;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  transition:
    transform .3s cubic-bezier(0.4,0,0.2,1),
    box-shadow .3s cubic-bezier(0.4,0,0.2,1),
    border-color .3s ease;
}

.yaay-etsy-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 12px 40px -12px rgba(96,165,250,.35);
  border-color: #fb923c;
}

/* Image = background plein */
.yaay-etsy-card img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}

/* Overlay sombre bas */
.yaay-etsy-card::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.55) 0%,
    rgba(0,0,0,0.25) 45%,
    rgba(0,0,0,0) 75%
  );
  z-index: 2;
  pointer-events: none;
}

/* Effet brillance */
.yaay-etsy-card::before{
  content:"";
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.35),
    transparent
  );
  transition:left .5s ease;
  pointer-events:none;
  z-index:3;
}
.yaay-etsy-card:hover::before{
  left:100%;
}

/* ===== LABEL (JUSTIFIÉ EN BAS) ===== */
.yaay-etsy-label{
  position: relative;
  z-index: 4;
  margin: 0 16px 12px;
  padding: 0;

  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;

  text-shadow: 0 2px 6px rgba(0,0,0,.45);
}

/* ===== TRÈS PETIT MOBILE ===== */
@media (max-width: 420px){
  .yaay-etsy-featured,
  .yaay-etsy-more{
    grid-template-columns: 1fr;
  }

  .yaay-etsy-card{
    height: 220px;
  }
}

/* ===== TABLETTE ===== */
@media (min-width: 768px){
  .yaay-etsy-wrap{
    padding: 0 24px;
  }

  .yaay-etsy-top{
    grid-template-columns: 320px 1fr;
    gap: 18px;
  }

  .yaay-etsy-featured,
  .yaay-etsy-more{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .yaay-etsy-card{
    height: 240px;
  }

  .yaay-etsy-label{
    font-size: 18px;
  }

  .yaay-etsy-cta{
    width: max-content;
  }
}

/* ===== DESKTOP ===== */
@media (min-width: 1024px){
  .yaay-etsy-card{
    height: 260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f1ea45 *//* === SECTION TÉMOIGNAGES === */
.yaay-testimonials {
  padding: 10px 0;
  background: linear-gradient(180deg, var(--yaay-gray-50) 0%, var(--yaay-white) 100%);
}

.yaay-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.yaay-testimonial-card {
  background: var(--yaay-white);
  padding: 40px;
  border-radius: 20px;
  box-shadow: var(--yaay-shadow-md);
  position: relative;
  transition: var(--yaay-transition);
}

.yaay-testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--yaay-shadow-lg);
}

.yaay-testimonial-quote {
  font-size: 60px;
  color: var(--yaay-primary-light);
  position: absolute;
  top: 20px;
  left: 30px;
  opacity: 0.5;
  font-family: serif;
}

.yaay-testimonial-text {
  font-size: 16px;
  color: var(--yaay-gray-700);
  line-height: 1.6;
  margin-bottom: 30px;
  font-style: italic;
  position: relative;
  z-index: 2;
}

.yaay-testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.yaay-testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--yaay-gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--yaay-white);
  font-size: 20px;
  font-weight: 700;
}

.yaay-testimonial-info h4 {
  font-weight: 600;
  color: var(--yaay-navy);
  margin-bottom: 4px;
}

.yaay-testimonial-info p {
  color: var(--yaay-gray-500);
  font-size: 14px;
}

.yaay-testimonial-stars {
  color: var(--yaay-accent);
  margin-top: 8px;
}

/* === RESPONSIVE (TÉMOIGNAGES) === */
@media (max-width: 768px) {
  .yaay-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .yaay-testimonial-card {
    padding: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5a1cfc2 *//* ============================= */
/* SECTION BLOG PRINCIPALE */
/* ============================= */

.yaay-blog-section {
  padding: 6px 1px;
  background: #ffffff;
}

/* Conteneur centré */
.yaay-blog-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2px;
}

/* Header */
.yaay-blog-header {
  text-align: center;
  margin-bottom: 48px;
}

.yaay-blog-title {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

.yaay-blog-subtitle {
  font-size: 20px;
  color: #64748b;
  margin: 0;
}

/* ============================= */
/* CONTENU BLOG (DESKTOP) */
/* ============================= */

.yaay-blog-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  margin-bottom: 48px;
}

/* ============================= */
/* ARTICLE PRINCIPAL (FEATURED) */
/* ============================= */

.yaay-blog-featured {
  position: relative;
}

.yaay-featured-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1),
              0 2px 4px -1px rgba(0,0,0,0.06);
  transition: box-shadow 0.3s ease;
}

.yaay-featured-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1),
              0 10px 10px -5px rgba(0,0,0,0.04);
}

/* Image featured – hauteur maîtrisée */
.yaay-featured-image {
  position: relative;
  height: 520px;           /* Ajustable : 480 / 520 / 560 */
  max-height: 520px;
  overflow: hidden;
}

.yaay-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* Hover doux (pas flou) */
.yaay-featured-card:hover .yaay-featured-image img {
  transform: scale(1.02);
}

/* Overlay */
.yaay-featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.6) 0%,
    rgba(0,0,0,0.25) 50%,
    transparent 100%
  );
}

/* Badge */
.yaay-featured-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #fb923c;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  z-index: 2;
}

/* Texte sur image */
.yaay-featured-content {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 2;
  color: #fff;
}

.yaay-featured-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 8px;
}

.yaay-featured-excerpt {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
  color: rgba(255,255,255,0.9);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.yaay-featured-meta {
  display: flex;
  gap: 16px;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
}

/* ============================= */
/* SIDEBAR ARTICLES */
/* ============================= */

.yaay-blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.yaay-blog-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s ease;
}

.yaay-blog-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1),
              0 2px 4px -1px rgba(0,0,0,0.06);
}

.yaay-blog-card-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.yaay-blog-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #e2e8f0;
  color: #64748b;
  width: fit-content;
}

.yaay-blog-card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #0f172a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.yaay-blog-card:hover .yaay-blog-card-title {
  color: #3b82f6;
}

.yaay-blog-card-meta {
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: #64748b;
}

/* ============================= */
/* BOUTON */
/* ============================= */

.yaay-blog-viewall {
  text-align: center;
}

.yaay-blog-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border: 2px solid #3b82f6;
  border-radius: 8px;
  background: transparent;
  color: #3b82f6;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.yaay-blog-btn:hover {
  background: #3b82f6;
  color: #fff;
}

/* ============================= */
/* TABLETTE */
/* ============================= */

@media (max-width: 1024px) {
  .yaay-blog-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .yaay-blog-sidebar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }

  .yaay-featured-image {
    height: 256px;
    max-height: 256px;
  }
}

/* ============================= */
/* MOBILE */
/* ============================= */

@media (max-width: 768px) {
  .yaay-blog-section {
    padding: 48px 16px;
  }

  .yaay-blog-container {
    padding: 0 16px;
  }

  .yaay-blog-title {
    font-size: 32px;
  }

  .yaay-blog-subtitle {
    font-size: 18px;
  }

  .yaay-featured-image {
    height: 200px;
    max-height: 200px;
  }

  .yaay-featured-title {
    font-size: 24px;
  }

  .yaay-featured-excerpt {
    font-size: 14px;
  }

  .yaay-blog-btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

/* ============================= */
/* ACCESSIBILITÉ */
/* ============================= */

.yaay-featured-card:focus,
.yaay-blog-card:focus,
.yaay-blog-btn:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* ===========================
   BLOG FEATURED — VERSION PREMIUM (YAAY)
   Colle à la fin de ton CSS
   =========================== */

/* carte premium */
.yaay-featured-card{
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(2,48,71,.14);
  transform: translateZ(0);
}

.yaay-featured-card:hover{
  box-shadow: 0 28px 70px rgba(2,48,71,.22);
}

/* image */
.yaay-featured-image{
  position: relative;
  height: 520px;
  max-height: 520px;
  overflow: hidden;
}

.yaay-featured-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .45s ease;
}

.yaay-featured-card:hover .yaay-featured-image img{
  transform: scale(1.06);
}

/* overlay : noir + léger tint Yaay en bas */
.yaay-featured-overlay{
  background:
    linear-gradient(to top,
      rgba(2,48,71,.80) 0%,
      rgba(2,48,71,.48) 38%,
      rgba(2,48,71,.12) 68%,
      rgba(2,48,71,0) 100%
    );
}

/* petit glow coloré en bas (style premium) */
.yaay-featured-image::after{
  content:"";
  position:absolute;
  left:-10%;
  right:-10%;
  bottom:-30%;
  height:60%;
  background: radial-gradient(
    closest-side,
    rgba(251,133,0,.35),
    rgba(93,173,226,.18),
    rgba(0,0,0,0)
  );
  filter: blur(18px);
  pointer-events:none;
}

/* badge : verre orange */
.yaay-featured-badge{
  background: rgba(251,133,0,.32);
  border: 1px solid rgba(251,133,0,.55);
  color: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 800;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
}

/* contenu : plus d’air */
.yaay-featured-content{
  bottom: 24px;
  left: 24px;
  right: 24px;
}

/* titre : blanc + ombre (évite héritage bleu WP) */
.yaay-featured-title{
  color: #fff !important;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 10px;
  text-shadow: 0 10px 30px rgba(0,0,0,.45);
}

/* excerpt : plus lisible */
.yaay-featured-excerpt{
  color: rgba(255,255,255,.92);
  text-shadow: 0 8px 22px rgba(0,0,0,.35);
  margin-bottom: 14px;
}

/* meta : compact + lisible */
.yaay-featured-meta{
  color: rgba(255,255,255,.85);
  font-weight: 600;
}

/* ===========================
   RESPONSIVE
   =========================== */

@media (max-width:1024px){
  .yaay-featured-image{ height: 320px; max-height: 320px; }
  .yaay-featured-title{ font-size: 26px; }
}

@media (max-width:768px){
  .yaay-featured-image{ height: 220px; max-height: 220px; }
  .yaay-featured-content{ bottom: 16px; left: 16px; right: 16px; }
  .yaay-featured-title{ font-size: 22px; }
}/* End custom CSS */