/* ═══════════════════════════════════════════════════════════════════════════
   🎨 STYLE.CSS OPTIMISÉ - Isabelle Aulanier
   ═══════════════════════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════════════════
   FONTS
   ═══════════════════════════════════════════════════════════════════════════ */

@font-face {
    font-family: 'Bellota Text';
    src: url('/wp-content/themes/ton-theme/fonts/BellotaText-Regular.woff2') format('woff2'),
         url('/wp-content/themes/ton-theme/fonts/BellotaText-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bellota Text';
    src: url('/wp-content/themes/ton-theme/fonts/BellotaText-Bold.woff2') format('woff2'),
         url('/wp-content/themes/ton-theme/fonts/BellotaText-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ═══════════════════════════════════════════════════════════════════════════
   VARIABLES CSS
   ═══════════════════════════════════════════════════════════════════════════ */

:root {
  --ia-plumepaon: #1C6E6C;
  --ia-vertorgandi: #B89F3A;
  --ia-pashminaturquoise: #3ACED0;

  --ia-jaunemimosa: #F6DC66;
  --ia-safrandore: #DCB932;
  --ia-ambrevieilli: #CDA612;

  --ia-bleuatlantique: #3883A7;
  --ia-bleuprofond: #145B7A;
  --ia-bleuminuit: #184764;
}

/* ═══════════════════════════════════════════════════════════════════════════
   STYLES PRINCIPAUX
   ═══════════════════════════════════════════════════════════════════════════ */

/* définition des couleurs */

a {
 text-decoration: none;
}

/* activer la déco des liens pour les articles */
.entry-content a {
 color: var(--couleur-or);
 font-style: italic;
 font-weight: 600;
}

.titre-footer {
	font-size: 1em;
}

.reseaux-sociaux {
		display: flex;
 flex-direction: row;
 justify-content: center;
 align-items: center;
 gap: 10px;
}

/* Lecteur audio pour les podcasts */

/* papillon page accueil */

#titre-accueil {
 transition: opacity 0.3s ease-out;
}
.papillon-anime {
	transition: transform 0.1s ease-out, opacity 0.9s ease-out;
}

/* header menu */
.menu-item {
 text-shadow: 0 0 4px rgba(196, 155, 108, 0.4);
}

.photo_isabelle_accueil {
 height: min-content;
}
/* Accueil Etape 1 */

.texte-introspectif strong {
 color: #7a3e2f;
 font-weight: bold;
}

.wpforms-field-container {
		font-family: 'Bellota';
 font-size: 1em;
}

.elementor-widget-uael-price-table {
	border: solid 0.5px #B87333;
}

/* réseaux sociaux sur la page d'accueil */

.social-buttons-container {
 position: absolute;
 top: 50%;
 right: 35px;
 transform: translateY(-50%);
 z-index: 1000;
}

/* Masquer sur mobile */

.social-buttons-list {
 display: flex;
 list-style: none;
 gap: 1rem;
 align-items: center;
 justify-content: center;
 flex-direction: column;
 margin: 0;
 padding: 0;
}

.social-buttons-list li {
 cursor: pointer;
}

.svg {
 border: solid 2px #d3c399;
 transition: all 0.3s;
 padding: 0.5rem;
 height: 40px;
 width: 40px;
 border-radius: 100%;
 color: white;
 fill: currentColor;
 box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.8),
 inset 0 0 5px rgba(255, 255, 255, 0.1), 0 5px 5px rgba(0, 0, 0, 0.8);
}

.text {
 opacity: 0;
 font-weight: normal;
 font-size: 18px;
 font-family: inherit;
 transition: all 0.4s ease;
 color: var(--ia-ambrevieilli);
 position: absolute;
 z-index: 9999;
 white-space: nowrap;
 pointer-events: none;
 transform: translateX(0);
 top: 5px;
 right: 20px;
 text-align: right;
 background-color: rgba(255, 255, 255, 0.60);
 padding: 4px 8px;
 border-radius: 15px;
}

/* Effet isométrique simplifié */
.iso-pro {
 transition: 0.5s;
 position: relative;
}

.iso-pro:hover .svg {
 transform: scale(0.85);
}

.iso-pro:hover .text {
 opacity: 1;
 right: 60px;
}

.iso-pro svg {
 fill: #1C6E6C;
}

.hidden {
 display: none !important;
}

#consultation-visio-journee,
#consultation-jeudi,
#consultation-presentiel-z1,
#consultation-presentiel-z2,
#consultation-presentiel-z3,
#consultation-presentiel-z4 {
 display: none;
}

.bouton-consultation.active {
 background-color: #B8860B;
 color: #B8860B;;
}

/* La page de réservation */

/* Rendre les div display none à l'ouverture de la page */

#section-rdv-visio,
#section-rdv-exterieur,
#section-exterieur-zone-1,
#section-exterieur-zone-2,
#section-exterieur-zone-3,
#section-exterieur-zone-4 {
 display: none;
}

/* alignement centrale de la zone de recherche d'adresse */
#rendez-vous-zones {
 text-align: center;
}

/* La chekbox de choix visio ou en présentiel */

 .rdv-title {
 font-size: 20px;
 font-weight: 600;
 color: #2c3e50;
 margin-bottom: 20px;
 text-align: center;
 }

 .rdv-radio-group {
 margin-bottom: 30px;
 display: flex;
 gap: 20px;
 justify-content: center;
 flex-wrap: wrap;
 }

 .rdv-radio-option {
 display: flex;
 align-items: center;
 gap: 10px;
 cursor: pointer;
 padding: 8px 25px;
 border: 2px solid #e9ecef;
 border-radius: 10px;
 transition: all 0.3s ease;
 background: #fff;
 min-width: 150px;
 justify-content: center;
 }

 .rdv-radio-option:hover {
 border-color: var(--couleur-or);
 background-color: #f8f9ff;
 transform: translateY(-2px);
 box-shadow: 0 4px 12px rgba(0,123,255,0.15);
 }

 .rdv-radio-option.selected {
 border-color: var(--ia-bleuprofond);
 background-color: #e7f3ff;
 box-shadow: 0 4px 12px rgba(0,123,255,0.25);
 }

 .rdv-radio-option input[type="radio"] {
 width: 18px;
 height: 18px;
 margin: 0;
 accent-color: #007bff;
 }

 .rdv-radio-option label {
 margin: 0;
 cursor: pointer;
 font-weight: 500;
 color: #495057;
 font-size: 16px;
 }

 .rdv-radio-option.selected label {
 color: #007bff;
 }

 /* Responsive */

#section-rdv-exterieur h4 {
 font-size: 1.1em;
}

#section-rdv-exterieur #adresse-input {
 font-size: 0.9em;
 width: 100%;
 padding: 12px;
 border: 2px solid #ced4da;
 border-radius: 6px;
 margin-bottom: 30px;
}

#section-rdv-exterieur #error-message {
 display: none;
 background: #f8d7da;
 border: 2px solid #dc3545;
 color: #721c24;
 padding: 15px;
 border-radius: 6px;
 margin: 15px 0;
}

#section-rdv-exterieur #loading {
 display: none;
 color: #007bff;
 font-style: italic;
 margin: 10px 0;
}

#section-rdv-exterieur #btn-valider {
 background: var(--ia-bleuprofond);
 color: white;
 border: none;
 padding: 12px 25px;
 border-radius: 6px;
 cursor: pointer;
}

#section-rdv-exterieur #btn-valider:hover{
 background: var(--ia-plumepaon);

}

#section-rdv-exterieur #suggestions {
 display: none;
 background: white;
 border: 1px solid #ddd;
 border-radius: 6px;
 max-height: 200px;
 overflow-y: auto;
}

/* Arrondir les articles de blog */
.articles-blog .uael-post__bg-wrap {
 border-radius: 25px;
}

/* web app - contenu */

.elementor-page-25994 html,
.elementor-page-25994 body {
 margin: 0;
 padding: 0;
 height: 100vh;
}

#contenu-application {
 position: absolute;
 top: 18vh;
 bottom: 7vh;
 left: 0;
 right: 0;
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
 display: flex;
 flex-direction: column;
}

.app-section {
 width: 100%;
 display: none;
 flex-direction: column;
 box-sizing: border-box;
 padding: 50px 1rem 1rem 1rem;
}

.app-section.active {
 display: flex;
}

#code-js-accueil {
 display: none;
}

/* Style par défaut des icônes et textes */
.app-footer-bouton .svg-bouton-footer {
 fill: #B8860B;
 color: #B8860B;
 transition: fill 0.3s ease, color 0.3s ease;
}

.app-footer-bouton .titre-bouton-footer {
 color: #B8860B;
 transition: color 0.3s ease;
}

/* Style actif */
.app-footer-bouton.active .svg-bouton-footer {
 fill: #5E60A4 !important;
 color: #5E60A4 !important;
}

.app-footer-bouton.active .titre-bouton-footer {
 color: #5E60A4 !important;
 font-weight: bold;
}

/* Lexique */
.lexique-alphabet {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 8px;
 margin-bottom: 20px;
}

.lexique-alphabet a,
.lexique-alphabet .inactive-letter {
 display: inline-block;
 width: 35px;
 height: 35px;
 text-align: center;
 border-radius: 50%;
 font-weight: bold;
 transition: all 0.3s;
 text-decoration: none;
 color: var(--couleur-or);
 border: 2px solid var(--couleur-or);
 background-color: transparent;
}

.lexique-alphabet a:hover {
 background-color: rgba(212, 175, 55, 0.2); /* léger survol */
}

.lexique-alphabet a.active {
 background-color: rgba(212, 175, 55, 0.25); /* fond légèrement transparent pour la sélection */
}

.lexique-alphabet .inactive-letter {
 border-color: #ccc;
 color: #ccc;
 cursor: not-allowed;
}

.lexique-list ul {
 list-style: none;
 padding-left: 0;
 margin-bottom: 30px;
}

.lexique-list li {
 margin-bottom: 10px;
}

.lexique-list h2 {
 margin-top: 40px;
 font-size: 3em; /* ta taille réduite pour les grosses lettres */
 border-bottom: 2px solid var(--couleur-or);
 padding-bottom: 5px;
}

/* Scroll smooth pour les ancres */
html {
 scroll-behavior: smooth;
}

/* Responsive mobile */

/* Page Accueillir la colère - Bouton Radio */

/* #contenuAdos {
 display: none;
} */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* JEU COLÈRES ADOS - Mini cartes + Modal */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.jeu-coleres-ados {
 padding: 0 20px 60px;
 max-width: 1200px;
 margin: 0 auto;
}

.jeu-header {
 text-align: center;
 margin-bottom: 40px;
}

.compteur {
 font-size: 1.3rem;
 color: #145B7A;
 font-weight: 600;
 background: rgba(60, 206, 208, 0.15);
 padding: 10px 20px;
 border-radius: 25px;
 display: inline-block;
}

#score-coleres {
 color: #DCB932;
 font-size: 1.5rem;
}

/* Grille des mini cartes */
.mini-cartes-grid {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
 gap: 20px;
 margin-bottom: 40px;
}

.mini-carte {
 position: relative;
 background: linear-gradient(135deg, #3ACED0 0%, #1C6E6C 100%);
 border-radius: 20px;
 padding: 25px 15px;
 text-align: center;
 cursor: pointer;
 transition: all 0.3s ease;
 box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.mini-carte:hover {
 transform: translateY(-8px) scale(1.03);
 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.mini-emoji {
 font-size: 50px;
 margin-bottom: 10px;
 animation: float 3s ease-in-out infinite;
}

@keyframes float {
 0%, 100% { transform: translateY(0px); }
 50% { transform: translateY(-5px); }
}

.mini-carte h4 {
 font-size: 1.1rem;
 color: white;
 margin: 0;
 font-weight: 600;
 line-height: 1.3;
}

.badge-decouverte {
 position: absolute;
 top: 8px;
 right: 8px;
 background: #DCB932;
 color: white;
 width: 28px;
 height: 28px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 16px;
 font-weight: bold;
 opacity: 0;
 transform: scale(0);
 transition: all 0.3s ease;
}

.mini-carte.decouverte .badge-decouverte {
 opacity: 1;
 transform: scale(1);
}

/* MODAL - VERSION ULTRA-COMPACTE */
.modal-colere {
 display: none;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 10000;
}

.modal-overlay {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.7);
 backdrop-filter: blur(5px);
}

.modal-content {
 position: relative;
 background: white;
 width: 90%;
 max-width: 550px;
 max-height: 90vh;
 margin: 5vh auto;
 border-radius: 25px;
 overflow: hidden;
 display: flex;
 flex-direction: column;
 box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-header {
 background: linear-gradient(135deg, #3ACED0 0%, #1C6E6C 100%);
 padding: 20px 50px 15px 20px;
 display: flex;
 align-items: center;
 gap: 15px;
 color: white;
}

.modal-emoji {
 font-size: 50px;
 flex-shrink: 0;
}

.modal-header-text {
 flex: 1;
 text-align: left;
}

.modal-header h3 {
 font-size: 1.5rem;
 margin: 0 0 5px 0;
 color: white;
}

.modal-header p {
 color: rgba(255, 255, 255, 0.9);
 font-size: 0.95rem;
 font-style: italic;
 margin: 0;
}

.modal-progress {
 background: rgba(255, 255, 255, 0.25);
 display: inline-block;
 padding: 4px 10px;
 border-radius: 15px;
 font-size: 0.85rem;
 margin-top: 6px;
 font-weight: 600;
}

.modal-body {
 flex: 1;
 overflow-y: auto;
 padding: 20px 15px;
}

.modal-body .conversation {
 background: transparent;
 padding: 0;
 margin: 0;
 max-width: 100%;
 gap: 12px;
}

.modal-body .message {
 opacity: 0;
 transform: translateY(20px);
 padding: 10px 14px;
 font-size: 0.95rem;
 line-height: 1.4;
}

.modal-navigation {
 display: flex;
 gap: 10px;
 padding: 12px 15px;
 background: #f8f8f8;
 border-top: 1px solid #e0e0e0;
}

.nav-btn {
 flex: 1;
 padding: 10px 16px;
 border: none;
 border-radius: 20px;
 font-size: 0.9rem;
 font-weight: 600;
 cursor: pointer;
 transition: all 0.3s;
}

.nav-prev {
 background: #e8e8e8;
 color: #555;
}

.nav-prev:hover:not(:disabled) {
 background: #d8d8d8;
 transform: translateX(-3px);
}

.nav-next {
 color: white;
}

.nav-next:hover:not(:disabled) {
 transform: translateX(3px);
}

.nav-btn:disabled {
 opacity: 0.4;
 cursor: not-allowed;
}

/* Responsive */

/* Message final */
.message-final-coleres {
 display: none;
 opacity: 0;
 text-align: center;
 padding: 40px 30px;
 background: linear-gradient(135deg, #DCB932 0%, #F6DCC66 100%);
 border-radius: 25px;
 color: white;
 box-shadow: 0 10px 40px rgba(220, 185, 50, 0.3);
}

.message-final-coleres h3 {
 font-size: 2.2rem;
 margin-bottom: 15px;
}

.message-final-coleres p {
 font-size: 1.3rem;
 color: var(--ia-bleuprofond);
}

/* Responsive */

/* Message final */
.message-final-coleres {
 display: none;
 opacity: 0;
 text-align: center;
 padding: 50px 30px;
 background: linear-gradient(135deg, #DCB932 0%, #F6DCC66 100%);
 border-radius: 30px;
 color: white;
 box-shadow: 0 15px 50px rgba(220, 185, 50, 0.3);
}

.message-final-coleres h3 {
 font-size: 2.8rem;
 margin-bottom: 20px;
}

.message-final-coleres p {
 font-size: 1.4rem;
}

/* Responsive */

.interrupteur-filtre {
 border: 2px solid #E9D5B3;
 border-radius: 30px;
 position: relative;
 display: flex;
 align-items: center;
 height: 50px;
 width: fit-content; /* S'adapte au contenu */
 min-width: min(380px, calc(100vw - 40px)); /* Au moins 380px, mais pas plus que l'écran - 40px */
 max-width: min(500px, calc(100vw - 40px)); /* Max 500px, mais s'adapte sur petit écran */
 margin: 0 auto;
 overflow: hidden;
}

.interrupteur-filtre input {
 display: none;
}

.interrupteur-filtre label {
 flex: 1;
 text-align: center;
 cursor: pointer;
 border: none;
 border-radius: 30px;
 position: relative;
 overflow: hidden;
 z-index: 1;
 transition: all 0.5s;
 font-weight: 500;
 font-size: 18px;
 padding: 0 20px; /* Bon padding autour du texte */
 white-space: nowrap;
}

.interrupteur-filtre .arriere-plan {
 position: absolute;
 width: calc(50% - 8px);
 height: 38px;
 background-color: #ffc000;
 top: 4px;
 left: 4px;
 border-radius: 30px;
 transition: left 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Quand "Ados" est coché, le fond glisse à droite */
#choixAdos:checked ~ .arriere-plan {
 left: calc(50% + 4px);
}

/* Couleurs actives */
#choixParents:checked + label[for="choixParents"] {
 color: #b3750b;
}

#choixAdos:checked + label[for="choixAdos"] {
 color: #111110;
}

/* Couleurs inactives */
#choixParents:not(:checked) + label[for="choixParents"],
#choixAdos:not(:checked) + label[for="choixAdos"] {
 color: #7d7d7d;
}

/* Bulles de discution */
.conversation {
 display: flex;
 flex-direction: column;
 gap: 20px;
 max-width: 90%;
 width: 100%;
 margin: 20px auto;
 padding: 0 20px;
 box-sizing: border-box;
 font-family: sans-serif;
 background-color: rgba(255, 255, 255, 0.2);
 padding: 20px;
 border-radius: 25px;
}
.message {
 max-width: 80%;
 padding: 12px 16px;
 border-radius: 18px;
 font-size: 16px;
 line-height: 1.4;
 position: relative;
 word-wrap: break-word;
 box-sizing: border-box;
}

.message.ado {
 background-color: #dcf8c6;
 align-self: flex-start;
 color: #111;
 margin-right: 12px;
}

.message.ado::before {
 content: "";
 position: absolute;
 right: -12px;
 bottom: 0;
 width: 20px;
 height: 25px;
 background-image: url("data:image/svg+xml,%3Csvg width='20' height='25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0 L0,25 L20,25 Z' fill='%23dcf8c6'/%3E%3C/svg%3E");
 background-size: contain;
 background-repeat: no-repeat;
}

.message.parent {
 background-color: #f1f0f0;
 align-self: flex-end;
 color: #333;
 margin-left: 12px;
}

.message.parent::before {
 content: "";
 position: absolute;
 left: -12px;
 bottom: 0;
 width: 20px;
 height: 25px;
 background-image: url("data:image/svg+xml,%3Csvg width='20' height='25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20,0 L20,25 L0,25 Z' fill='%23f1f0f0'/%3E%3C/svg%3E");
 background-size: contain;
 background-repeat: no-repeat;
}

/* swiper */
/* Boutons Swiper des types de colères */
.swiper-container {
 max-width: 1200px;
 width: 100%;
 margin: 0 auto 50px;
 padding: 20px 60px 40px;
 overflow: hidden;
 position: relative;
 box-sizing: border-box;
}

.swiper-slide {
 height: auto;
 display: flex;
 justify-content: center;
 align-items: stretch;
 box-sizing: border-box;
}

.btn-colere {
 background: white;
 border: 3px solid transparent;
 border-radius: 20px;
 padding: 20px 20px; /* Padding réduit en largeur */
 display: flex;
 flex-direction: column; /* Vertical : emoji au-dessus, texte en dessous */
 align-items: center;
 justify-content: center;
 gap: 12px;
 cursor: pointer;
 transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
 font-size: 0.85em;
 font-weight: 600;
 color: #2D2D2D;
 box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
 position: relative;
 overflow: hidden;
 width: 100%;
 min-width: 200px; /* Moins large */
 max-width: 240px; /* Moins large */
 height: 120px; /* Plus haut */
 min-height: 120px;
 box-sizing: border-box;
}

.btn-colere::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: linear-gradient(135deg, rgba(255, 192, 0, 0.1), rgba(255, 192, 0, 0.2));
 opacity: 0;
 transition: opacity 0.3s ease;
}

.btn-colere:hover::before {
 opacity: 1;
}

.btn-colere:hover {
 transform: translateY(-3px);
 box-shadow: 0 8px 25px rgba(255, 192, 0, 0.25);
 border-color: #FFC000;
}

.btn-colere.active {
 background: linear-gradient(135deg, #FFC000 0%, #FFB000 100%);
 border-color: #FFC000;
 color: white;
 transform: translateY(-3px) scale(1.02);
 box-shadow: 0 8px 30px rgba(255, 192, 0, 0.4);
}

.btn-colere.active::before {
 opacity: 0;
}

.btn-colere .emoji {
 font-size: 45px; /* Légèrement plus gros */
 line-height: 1;
 filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
 transition: transform 0.3s ease;
 flex-shrink: 0;
}

.btn-colere:hover .emoji {
 transform: scale(1.15);
}

.btn-colere.active .emoji {
 transform: scale(1.1) rotate(5deg);
}

.btn-colere .texte {
 font-size: 0.9em;
 text-align: center;
 line-height: 1.3;
 white-space: normal; /* Permet le retour à la ligne */
 word-wrap: break-word;
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 2; /* Maximum 2 lignes */
 -webkit-box-orient: vertical;
 max-width: 100%;
}

/* Pagination Swiper personnalisée */
.swiper-pagination {
 bottom: 10px !important;
}

.swiper-pagination-bullet {
 width: 12px;
 height: 12px;
 background: #D9D9D9;
 opacity: 1;
 transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
 background: #FFC000;
 width: 30px;
 border-radius: 6px;
}

/* Navigation Swiper - Flèches stylisées */
.swiper-button-next,
.swiper-button-prev {
 color: #FFC000;
 background: white;
 width: 50px;
 height: 50px;
 border-radius: 50%;
 box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
 transition: all 0.3s ease;
 border: 2px solid #E9D5B3;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
 background: #FFC000;
 color: white;
 border-color: #FFC000;
 box-shadow: 0 6px 20px rgba(255, 192, 0, 0.3);
 transform: scale(1.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
 font-size: 22px;
 font-weight: bold;
}

/* Position des flèches */
.swiper-button-next {
 right: 10px;
}

.swiper-button-prev {
 left: 10px;
}

/* Responsive Swiper */

/* Accessibilité */
.btn-colere:focus {
 outline: 3px solid #FFC000;
 outline-offset: 3px;
}

.btn-colere:active {
 transform: translateY(-2px) scale(0.98);
}

/* Scrollbar Swiper stylisée */
.swiper-scrollbar {
 background: rgba(0, 0, 0, 0.1);
 border-radius: 10px;
 height: 8px;
 bottom: 0;
 left: 20px;
 right: 20px;
 width: auto;
}

.swiper-scrollbar-drag {
 background: linear-gradient(90deg, #FFC000, #FFB000);
 border-radius: 10px;
 cursor: grab;
 transition: all 0.3s ease;
}

.swiper-scrollbar-drag:active {
 cursor: grabbing;
 background: #FFA000;
}

.swiper-scrollbar:hover .swiper-scrollbar-drag {
 height: 10px;
 background: linear-gradient(90deg, #FFD000, #FFC000);
}

/* Ajustements responsive pour la scrollbar */

/* Zone des colères */
.zone-colere {
 max-width: 70%;
 margin: 0 auto;
 min-height: fit-content;
}

.conversation-colere {
 width: 70% !important;
 display: none;
 background: white;
 border-radius: 24px;
 padding: 40px 30px;
 box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.conversation-colere.visible {
 display: block;
 animation: slideUp 0.5s ease;
}

@keyframes slideUp {
 from {
 opacity: 0;
 transform: translateY(30px);
 }
 to {
 opacity: 1;
 transform: translateY(0);
 }
}

.titre-colere {
 text-align: center;
 font-size: clamp(24px, 4vw, 32px);
 color: #2D2D2D;
 margin: 0 0 35px 0;
 font-weight: 700;
 position: relative;
 padding-bottom: 20px;
}

.titre-colere::after {
 content: "";
 position: absolute;
 bottom: 0;
 left: 50%;
 transform: translateX(-50%);
 width: 80px;
 height: 4px;
 background: linear-gradient(90deg, #FFC000, #FFB000);
 border-radius: 2px;
}

/* Message d'invitation */
.invitation {
 text-align: center;
 padding: 80px 30px;
 color: #666;
 animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
 0%, 100% {
 opacity: 1;
 }
 50% {
 opacity: 0.7;
 }
}

.invitation .emoji-big {
 font-size: 72px;
 margin-bottom: 25px;
 display: block;
 animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
 0%, 100% {
 transform: translateY(0);
 }
 50% {
 transform: translateY(-10px);
 }
}

.invitation p {
 font-size: clamp(18px, 3vw, 22px);
 font-weight: 500;
 color: #555;
}

/* Conversations WhatsApp style */
.conversation {
 display: flex;
 flex-direction: column;
 gap: 20px;
 max-width: 90%;
 width: 100%;
 margin: 20px auto;
 padding: 20px;
 box-sizing: border-box;
 font-family: sans-serif;
 background-color: rgba(255, 255, 255, 0.2);
 border-radius: 25px;
}

.message {
 max-width: 80%;
 padding: 12px 16px;
 border-radius: 18px;
 font-size: 16px;
 line-height: 1.4;
 position: relative;
 word-wrap: break-word;
 box-sizing: border-box;
}

/* Bulles côté ado (gauche) - flèche à DROITE */
.message.ado {
 background-color: #dcf8c6;
 align-self: flex-start;
 color: #111;
 margin-right: 12px;
}

.message.ado::before {
 content: "";
 position: absolute;
 right: -12px;
 bottom: 0;
 width: 20px;
 height: 25px;
 background-image: url("data:image/svg+xml,%3Csvg width='20' height='25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0 L0,25 L20,25 Z' fill='%23dcf8c6'/%3E%3C/svg%3E");
 background-size: contain;
 background-repeat: no-repeat;
}

/* Bulles côté parent (droite) - flèche à GAUCHE */
.message.parent {
 background-color: #f1f0f0;
 align-self: flex-end;
 color: #333;
 margin-left: 12px;
}

.message.parent::before {
 content: "";
 position: absolute;
 left: -12px;
 bottom: 0;
 width: 20px;
 height: 25px;
 background-image: url("data:image/svg+xml,%3Csvg width='20' height='25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20,0 L20,25 L0,25 Z' fill='%23f1f0f0'/%3E%3C/svg%3E");
 background-size: contain;
 background-repeat: no-repeat;
}

/* Responsive mobile */

/* colères */
.coleres-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
 gap: 24px;
}

.colere {
 padding: 20px;
 border-radius: 12px;
 color: #1f2937; /* gris foncé pour le texte */
 background: #fff;
 box-shadow: 0 4px 12px rgba(0,0,0,0.08);
 transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.colere:hover {
 transform: translateY(-4px);
 box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.colere__image {
 display: block;
 margin: 0 auto 16px;
 border-radius: 17px !important;
 height: auto;
 object-fit: cover;
}

.colere h3 {
 margin-top: 0;
 font-size: 22px;
 font-weight: 700;
}

.colere__meta {
 font-style: italic;
 color: #374151;
 margin-bottom: 12px;
}

.colere ul {
 margin: 0 0 12px;
 padding-left: 20px;
}

.colere ul li {
 margin: 4px 0;
}

.colere p {
 margin: 8px 0;
}

.colere em {
 display: block;
 color: white;
 font-style: italic;
}

/* 🎨 Couleurs par type de colère */
.colere--volcan { background: var(--ia-rouge); color: #fff; }
.colere--masque { background: var(--ia-orange); color: #fff; }
.colere--glacee { background: var(--ia-bleu); color: #fff; }
.colere--lente { background: var(--ia-vert); color: #fff; }
.colere--utile { background: var(--ia-jaune); color: #000; }
.colere--cameleon { background: var(--ia-violet); color: #fff; }
.colere--interieure { background: var(--ia-rose); color: #fff; }
.colere--emprisonnee { background: var(--ia-gris); color: #fff; }

/* page ma mission et moi */
/* Base pour le conteneur uniquement */
#page-mission-container {
 position: relative;
 width: 100%;
 max-width: 1400px;
 margin: 0 auto;
 padding: 60px 40px;
 font-family: 'Bellota', cursive;
 color: #2c5f7c;
 background: #fefefe;
}

/* Page ma mission et moi */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ANIMATIONS POP - États initiaux */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* PARTICULES ÉTOILES */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.star-particle {
 position: fixed;
 pointer-events: none;
 font-size: 24px;
 z-index: 99999 !important;
 will-change: transform, opacity;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* PARTICULES CONFETTI */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.confetti-particle {
 position: fixed !important;
 pointer-events: none;
 width: 10px;
 height: 10px;
 z-index: 99999 !important;
 will-change: transform, opacity;
 display: block !important;
 opacity: 1 !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* PARTICULES EXPLOSIVES (depuis le centre) */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.particle-explosion {
 position: fixed !important;
 pointer-events: none;
 width: 8px;
 height: 8px;
 border-radius: 50%;
 z-index: 99999 !important;
 will-change: transform, opacity;
 display: block !important;
 opacity: 1 !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* PARTICULES FLOTTANTES */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.float-particle {
 position: fixed !important;
 pointer-events: none;
 width: 8px;
 height: 8px;
 background: radial-gradient(circle, #1C6E6C 0%, #1C6E6C 70%, transparent 100%);
 border-radius: 50%;
 z-index: 99999 !important;
 will-change: transform, opacity;
 display: block !important;
 opacity: 1 !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* EFFET GLOW */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.gsap-pop-glow {
 max-width: 80%;
 margin: 0 auto;
 padding: 0;
 background: none;
 border: none;
 text-align: center;
 display: inline-block;
}

@keyframes glow-pulse {
 0% {
 text-shadow: 0 0 0px rgba(28, 110, 108, 0);
 filter: drop-shadow(0 4px 0px rgba(28, 110, 108, 0));
 }
 50% {
 text-shadow: 0 0 20px rgba(28, 110, 108, 0.3);
 filter: drop-shadow(0 8px 20px rgba(28, 110, 108, 0.25));
 }
 100% {
 text-shadow: 0 0 0px rgba(28, 110, 108, 0);
 filter: drop-shadow(0 4px 0px rgba(28, 110, 108, 0));
 }
}

.gsap-pop-glow.active {
 animation: glow-pulse 1.5s ease-in-out;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* DELAYS POUR ANIMATIONS SÉQUENTIELLES */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.gsap-delay-1 { animation-delay: 0s !important; }
.gsap-delay-2 { animation-delay: 0.15s !important; }
.gsap-delay-3 { animation-delay: 0.3s !important; }
.gsap-delay-4 { animation-delay: 0.45s !important; }
.gsap-delay-5 { animation-delay: 0.6s !important; }
.gsap-delay-6 { animation-delay: 0.75s !important; }
.gsap-delay-7 { animation-delay: 0.9s !important; }
.gsap-delay-8 { animation-delay: 1.05s !important; }
/* test */
/* Container principal */
.coleres-stacking-container {
 position: relative;
 padding: 40px 0 0 0;
}

/* Chaque carte de colère */
.colere.dm-gsap-cards {
 width: 75%;
 min-height: 85vh;
 height: auto;
 margin: 0 auto 40px auto;
 padding: 50px;
 border-radius: 30px;
 box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
 transition: opacity 0.3s, transform 0.5s !important;
 display: flex;
 flex-direction: row;
 gap: 40px;
 align-items: flex-start;
}

/* Image à gauche */
.colere__image {
 width: 30%;
 height: auto;
 max-height: 500px;
 object-fit: cover;
 border-radius: 25px;
 flex-shrink: 0;
}

/* Contenu à droite */
.colere__content {
 flex: 1;
 display: flex;
 flex-direction: column;
}

/* Titre en haut */
.colere h3 {
 font-size: 2.5rem;
 margin: 0 0 15px 0;
 color: white;
 font-weight: 700;
 line-height: 1.2;
}

/* Texte en bas */
.colere__meta {
 font-size: 1.2rem;
 font-style: italic;
 color: white;
 margin-bottom: 15px;
 line-height: 1.4;
}

.colere ul {
 list-style: none;
 padding: 0;
 margin: 12px 0;
}

.colere ul li {
 padding: 6px 0 6px 30px;
 position: relative;
 font-size: 1.05rem;
 line-height: 1.5;
 color: white;
}

.colere ul li::before {
 content: "→";
 position: absolute;
 left: 0;
 font-weight: bold;
}

.colere p {
 font-size: 1.05rem;
 line-height: 1.6;
 margin: 8px 0;
 color: white;
}

.colere strong {
 font-weight: 700;
 display: inline-block;
 margin-top: 3px;
}

.colere__question {
 font-size: 1.1rem;
 margin-top: 15px;
 padding: 15px;
 background: rgba(255, 255, 255, 0.15);
 border-radius: 12px;
 border-left: 4px solid rgba(255, 255, 255, 0.5);
 line-height: 1.5;
}
.colere__meta, .colere__question, .colere__content ul, .colere__content p {
 font-family: 'Bellota Text', cursive;
}

/* Couleurs par type */
.colere--volcan {
 background: linear-gradient(135deg, #b00303 0%, #dd7a09 100%);
}

.colere--masque {
 background: linear-gradient(135deg, #4d4d4d 0%, #9e9e9e 100%);
}

.colere--glacee {
 background: linear-gradient(135deg, #2c5b9d 0%, #00d2ff 100%);
}

.colere--lente {
 background: linear-gradient(135deg, #56310d 0%, #f39537 100%);
}

.colere--utile {
 background: linear-gradient(135deg, #2d5918 0%, #6ea62a 100%);
}

.colere--cameleon {
 background: linear-gradient(135deg,#19547b 0%, #ffd89b 100%);
}

.colere--interieure {
 background: linear-gradient(135deg, #000000 0%,#531010 100%);
}

.colere--emprisonnee {
 background: linear-gradient(135deg, #0e2866 0%, #547dcf 100%);
}

/* Marqueur de fin */
.dm-gsap-cards-end {
 height: 1px;
}

/* nuage de mots */
.mots-cloud {
 position: relative;
 min-height: 300px;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 gap: 20px 40px; /* Vertical 20px, Horizontal 40px */
 padding: 40px 20px;
}

.mot {
 display: inline-block;
 font-size: 1.1rem;
 font-weight: 500;
 padding: 12px 24px;
 background: rgba(60, 206, 208, 0.08);
 border-radius: 25px;
 white-space: nowrap;
 opacity: 0;
 position: relative;
}

.mot:nth-child(1) {
 font-size: 1.5rem;
 color: #1C6E6C;
}

.mot:nth-child(2) {
 font-size: 1.2rem;
 color: #B8993A;
}

.mot:nth-child(3) {
 font-size: 1.4rem;
 color: #3ACED0;
}

.mot:nth-child(4) {
 font-size: 1.3rem;
 color: #145B7A;
}

.mot:nth-child(5) {
 font-size: 1.6rem;
 color: #DCB932;
}

.mot:nth-child(6) {
 font-size: 1.2rem;
 color: #184764;
}

.mot:nth-child(7) {
 font-size: 1.5rem;
 color: #1C6E6C;
}

.mot:nth-child(8) {
 font-size: 1.3rem;
 color: #3883A7;
}

/* Chaque carte de colère */
.colere.dm-gsap-cards {
 width: 75%;
 min-height: 85vh;
 height: auto;
 margin: 0 auto 40px auto;
 padding: 50px;
 border-radius: 30px;
 box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
 transition: opacity 0.3s, transform 0.5s !important;
 display: flex;
 flex-direction: row;
 gap: 40px;
 align-items: flex-start;
}

/* Image à gauche */
.colere__image {
 width: 30%;
 height: auto;
 max-height: 500px;
 object-fit: cover;
 border-radius: 25px;
 flex-shrink: 0;
}

/* Contenu à droite */
.colere__content {
 flex: 1;
 display: flex;
 flex-direction: column;
}

/* Titre en haut */
.colere h3 {
 font-size: 2.5rem;
 margin: 0 0 15px 0;
 color: white;
 font-weight: 700;
 line-height: 1.2;
}

/* Texte en bas */
.colere__meta {
 font-size: 1.2rem;
 font-style: italic;
 color: white;
 margin-bottom: 15px;
 line-height: 1.4;
}

.colere ul {
 list-style: none;
 padding: 0;
 margin: 12px 0;
}

.colere ul li {
 padding: 6px 0 6px 30px;
 position: relative;
 font-size: 1.05rem;
 line-height: 1.5;
 color: white;
}

.colere ul li::before {
 content: "→";
 position: absolute;
 left: 0;
 font-weight: bold;
}

.colere p {
 font-size: 1.05rem;
 line-height: 1.6;
 margin: 8px 0;
 color: white;
}

.colere strong {
 font-weight: 700;
 display: inline-block;
 margin-top: 3px;
}

.colere__question {
 font-size: 1.1rem;
 margin-top: 15px;
 padding: 15px;
 background: rgba(255, 255, 255, 0.15);
 border-radius: 12px;
 border-left: 4px solid rgba(255, 255, 255, 0.5);
 line-height: 1.5;
}

.colere__meta, .colere__question, .colere__content ul, .colere__content p {
 font-family: 'Bellota Text', cursive;
}

/* Couleurs par type */
.colere--volcan {
 background: linear-gradient(135deg, #b00303 0%, #dd7a09 100%);
}

.colere--masque {
 background: linear-gradient(135deg, #4d4d4d 0%, #9e9e9e 100%);
}

.colere--glacee {
 background: linear-gradient(135deg, #2c5b9d 0%, #00d2ff 100%);
}

.colere--lente {
 background: linear-gradient(135deg, #56310d 0%, #f39537 100%);
}

.colere--utile {
 background: linear-gradient(135deg, #2d5918 0%, #6ea62a 100%);
}

.colere--cameleon {
 background: linear-gradient(135deg,#19547b 0%, #ffd89b 100%);
}

.colere--interieure {
 background: linear-gradient(135deg, #000000 0%,#531010 100%);
}

.colere--emprisonnee {
 background: linear-gradient(135deg, #0e2866 0%, #547dcf 100%);
}

/* Marqueur de fin */
.dm-gsap-cards-end {
 height: 1px;
}

/* nuage de mots */
.mots-cloud {
 position: relative;
 min-height: 300px;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 gap: 20px 40px; /* Vertical 20px, Horizontal 40px */
 padding: 40px 20px;
}

.mot {
 display: inline-block;
 font-size: 1.1rem;
 font-weight: 500;
 padding: 12px 24px;
 background: rgba(60, 206, 208, 0.08);
 border-radius: 25px;
 white-space: nowrap;
 opacity: 0;
 position: relative;
}

.mot:nth-child(1) {
 font-size: 1.5rem;
 color: #1C6E6C;
}

.mot:nth-child(2) {
 font-size: 1.2rem;
 color: #B8993A;
}

.mot:nth-child(3) {
 font-size: 1.4rem;
 color: #3ACED0;
}

.mot:nth-child(4) {
 font-size: 1.3rem;
 color: #145B7A;
}

.mot:nth-child(5) {
 font-size: 1.6rem;
 color: #DCB932;
}

.mot:nth-child(6) {
 font-size: 1.2rem;
 color: #184764;
}

.mot:nth-child(7) {
 font-size: 1.5rem;
 color: #1C6E6C;
}

.mot:nth-child(8) {
 font-size: 1.3rem;
 color: #3883A7;
}

/* ═══════════════════════════════════════════════════════════════════════════
 📱 RESPONSIVE MOBILE
 ═══════════════════════════════════════════════════════════════════════════ */

/* Tablettes */

/* Mobile */

/* Petit mobile */

/* Mini mobile */

/* Formulaire contact */
input::placeholder, textarea::placeholder {
 color: #145B7A;
}

.wpforms-container {
 text-align: right;
}

.wpforms-submit::hover {
 color: white !important;
}

/* cacher une info tidycal */

.branding-ltd, .branding-ltd-b {
 display: none;
}

/* ═══════════════════════════════════════════════════════════════════════════
   📱 RESPONSIVE - MEDIA QUERIES
   ═══════════════════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
    .social-buttons-container {
        display: none;
    }
}

@media (max-width: 768px) {
            .rdv-radio-group {
                flex-direction: column;
                gap: 15px;
            }
            
            .rdv-radio-option {
                min-width: auto;
                width: 100%;
            }
        }

@media (max-width: 600px) {
    .lexique-alphabet a,
    .lexique-alphabet .inactive-letter {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        max-width: 480px;
        max-height: 92vh;
        margin: 2vh auto;
    }
    
    .modal-header {
        padding: 18px 45px 12px 15px;
        gap: 12px;
    }
    
    .modal-emoji {
        font-size: 42px;
    }
    
    .modal-header h3 {
        font-size: 1.3rem;
    }
    
    .modal-header p {
        font-size: 0.9rem;
    }
    
    .modal-progress {
        font-size: 0.8rem;
        padding: 3px 9px;
    }
    
    .modal-body {
        padding: 15px 12px;
    }
    
    .modal-body .message {
        font-size: 0.9rem;
        padding: 9px 12px;
    }
    
    .modal-navigation {
        flex-direction: column;
        gap: 8px;
        padding: 10px 12px;
    }
    
    .nav-btn {
        padding: 9px 14px;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .modal-content {
        max-width: 100%;
        border-radius: 20px;
    }
    
    .modal-header {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    
    .modal-header-text {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .mini-cartes-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 15px;
    }
    
    .modal-content {
        width: 95%;
        max-height: 90vh;
        margin: 2vh auto;
    }
    
    .modal-header {
        padding: 30px 15px 25px;
    }
    
    .modal-emoji {
        font-size: 55px;
    }
    
    .modal-header h3 {
        font-size: 1.6rem;
    }
    
    .modal-body {
        padding: 20px 15px;
    }
    
    .modal-navigation {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .mini-cartes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mini-carte {
        padding: 20px 10px;
    }
    
    .mini-emoji {
        font-size: 40px;
    }
    
    .mini-carte h4 {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .cartes-grid-coleres {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .carte-flip-colere {
        height: 420px;
    }
    
    .jeu-header h2 {
        font-size: 2.2rem;
    }
    
    .carte-emoji {
        font-size: 60px;
    }
}

@media (min-width: 768px) {
  
  .conversation {
    max-width: 70%;
  }
  
  .message {
    max-width: 55%;
  }
}

@media (max-width: 1024px) {
  .swiper-container {
    max-width: 70%;
    padding: 20px 55px 40px;
  }
}

@media (max-width: 768px) {
  .swiper-container {
    max-width: calc(100vw - 30px);
    padding: 20px 50px 40px;
  }

  .btn-colere {
    min-width: 180px;
    max-width: 220px;
    height: 110px;
    min-height: 110px;
    padding: 18px 18px;
    gap: 10px;
  }

  .btn-colere .emoji {
    font-size: 40px;
  }

  .btn-colere .texte {
    font-size: 0.85em;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 45px;
    height: 45px;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .swiper-container {
    max-width: calc(100vw - 20px);
    padding: 20px 45px 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .btn-colere {
    min-width: 160px;
    max-width: 200px;
    height: 100px;
    min-height: 100px;
    padding: 15px 15px;
    gap: 8px;
  }

  .btn-colere .emoji {
    font-size: 35px;
  }

  .btn-colere .texte {
    font-size: 0.8em;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 16px;
  }

  .swiper-button-next {
    right: 2px;
  }

  .swiper-button-prev {
    left: 2px;
  }
}

@media (max-width: 360px) {
  .swiper-container {
    max-width: calc(100vw - 10px);
    padding: 20px 40px 40px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .btn-colere {
    min-width: 140px;
    max-width: 180px;
    height: 95px;
    min-height: 95px;
  }

  .btn-colere .emoji {
    font-size: 32px;
  }

  .btn-colere .texte {
    font-size: 0.75em;
  }
}

@media (max-width: 768px) {
  .swiper-scrollbar {
    left: 15px;
    right: 15px;
    height: 6px;
  }
}

@media (max-width: 480px) {
  .swiper-scrollbar {
    left: 10px;
    right: 10px;
    height: 5px;
  }
}

@media (min-width: 768px) {
  .conversation {
    max-width: 70%;
  }
  
  .message {
    max-width: 55%;
  }
}

@media (max-width: 768px) {
  .conversation-colere {
    padding: 30px 20px;
    border-radius: 20px;
  }
  
  .invitation {
    padding: 60px 20px;
  }
  
  .invitation .emoji-big {
    font-size: 56px;
  }
}

@media (max-width: 1024px) {
    .colere.dm-gsap-cards {
        width: 85%;
        padding: 40px 30px;
        gap: 30px;
    }
    
    .colere__image {
        width: 35%;
        max-height: 400px;
    }
    
    .colere h3 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .colere.dm-gsap-cards {
        width: 88vw;
        max-width: 88vw;
        min-height: auto;
        margin: 0 auto 30px auto;
        padding: 30px 20px;
        border-radius: 20px;
        flex-direction: column;
        gap: 20px;
        box-sizing: border-box;
    }
    
    .colere__image {
        width: 100%;
        max-width: 100%;
        max-height: 200px;
        margin: 0 auto;
        border-radius: 15px;
        display: block;
    }
    
    .colere__content {
        width: 100%;
    }
    
    .colere h3 {
        font-size: 1.6rem;
        margin-bottom: 12px;
        text-align: center;
    }
    
    .colere__meta {
        font-size: 1rem;
        margin-bottom: 12px;
        text-align: center;
    }
    
    .colere ul {
        margin: 10px 0;
    }
    
    .colere ul li {
        padding: 5px 0 5px 25px;
        font-size: 0.9rem;
        line-height: 1.4;
    }
    
    .colere p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin: 6px 0;
    }
    
    .colere strong {
        font-size: 0.9rem;
    }
    
    .colere__question {
        font-size: 0.95rem;
        padding: 12px 15px;
        margin-top: 12px;
        border-left-width: 3px;
    }
    
    /* Nuage de mots mobile */
    .mots-cloud {
        gap: 15px 25px;
        padding: 30px 15px;
    }
    
    .mot {
        font-size: 0.95rem !important;
        padding: 10px 18px;
    }
    
    .mot:nth-child(1) { font-size: 1.2rem !important; }
    .mot:nth-child(5) { font-size: 1.3rem !important; }
    .mot:nth-child(7) { font-size: 1.2rem !important; }
}

@media (max-width: 480px) {
    .colere.dm-gsap-cards {
        width: 92vw;
        max-width: 92vw;
        padding: 25px 15px;
        margin: 0 auto 25px auto;
        border-radius: 18px;
        gap: 15px;
    }
    
    .colere__image {
        max-height: 180px;
        border-radius: 12px;
    }
    
    .colere h3 {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    
    .colere__meta {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
    
    .colere ul {
        margin: 8px 0;
    }
    
    .colere ul li {
        padding: 4px 0 4px 22px;
        font-size: 0.85rem;
    }
    
    .colere p {
        font-size: 0.85rem;
        line-height: 1.45;
        margin: 5px 0;
    }
    
    .colere__question {
        font-size: 0.88rem;
        padding: 10px 12px;
        margin-top: 10px;
    }
    
    /* Nuage de mots petit mobile */
    .mots-cloud {
        gap: 12px 20px;
        padding: 25px 10px;
    }
    
    .mot {
        font-size: 0.85rem !important;
        padding: 8px 15px;
    }
    
    .mot:nth-child(1) { font-size: 1.1rem !important; }
    .mot:nth-child(5) { font-size: 1.2rem !important; }
    .mot:nth-child(7) { font-size: 1.1rem !important; }
}

@media (max-width: 360px) {
    .colere.dm-gsap-cards {
        width: 95vw;
        max-width: 95vw;
        padding: 20px 12px;
        border-radius: 15px;
        gap: 12px;
    }
    
    .colere__image {
        max-height: 160px;
        border-radius: 10px;
    }
    
    .colere h3 {
        font-size: 1.3rem;
    }
    
    .colere__meta {
        font-size: 0.85rem;
    }
    
    .colere ul li,
    .colere p {
        font-size: 0.8rem;
    }
    
    .colere__question {
        font-size: 0.82rem;
        padding: 8px 10px;
    }
}



/* Masque le lien "Aller au contenu" (accessibilité) */
.skip-link.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Affiche uniquement au focus clavier (accessibilité) */
.skip-link.screen-reader-text:focus {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 10px 15px;
  background: #1A73E8;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  clip: auto;
  clip-path: none;
  white-space: normal;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}