/*
Theme Name: Foyer FSM - Enfant
Theme URI: https://lefoyer.valkoprod.com
Description: Thème enfant pour Foyer FSM
Author: Valkprod
Author URI: valkoprod.com
Template: FoyerFSM
Version: 1.0.0
License: GPL v2 or later
Text Domain: foyerfsm
*/

/* Imports - Ne pas effacer */
/*@import url("../foyerfsm-parent/style.css");

/* ---------------------------------------------
   DESIGN SITEJET - STYLES PERSONNALISÉS
   --------------------------------------------- */

:root {
  --primary-color: #2c3e50;
  --secondary-color: #8b5a2b;
  --accent-color: #c49a6c;
  --light-bg: #f9f7f5;
  --white: #ffffff;
  --text-dark: #1e2a36;
  --text-light: #5a6a7a;
  --font-title: "Lora", serif;
  --font-text: "Inter", sans-serif;
  --border-radius: 16px;
  --box-shadow: 0 15px 30px -10px rgba(0,0,0,0.1);
  --spacing: 4rem;
}

/* Typographie */
body {
  font-family: var(--font-text);
  color: var(--text-dark);
  line-height: 1.7;
  background-color: var(--white);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-title);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

/* Hero Section - Plein écran */
.hero-section {
  position: relative;
  width: 100vw;
  height: 90vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-bottom: var(--spacing);
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.hero-content h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  margin-bottom: 1rem;
  color: white;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.hero-content p {
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  margin-bottom: 2rem;
  opacity: 0.95;
}

/* Bouton principal */
.btn {
  display: inline-block;
  padding: 14px 36px;
  background-color: var(--secondary-color);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn:hover {
  background-color: transparent;
  border-color: white;
  color: white;
  transform: translateY(-2px);
}

/* Grille de cartes - Design SiteJet */
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 50px 0;
}

.card {
  background: var(--white);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15);
}

.card-image {
  height: 240px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.card-content {
  padding: 28px;
  flex-grow: 1;
}

.card h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: var(--primary-color);
}

/* Sections alternées */
.section-light {
  background-color: var(--light-bg);
  padding: var(--spacing) 0;
  margin: var(--spacing) 0;
}

.section-white {
  background-color: var(--white);
  padding: var(--spacing) 0;
}

/* Pied de page - Préservé à l'identique */
.site-footer {
  background-color: var(--primary-color);
  color: white;
  padding: 3rem 0;
  margin-top: 4rem;
}

/* Responsive */
@media (max-width: 768px) {
  :root { --spacing: 2.5rem; }
  .hero-section { height: 70vh; }
  .grid-container { grid-template-columns: 1fr; }
}
/* ===== AMÉLIORATIONS DESIGN ===== */
:root {
    --primary-color: #8B5A2B;
    --primary-light: #D4B48C;
    --secondary-color: #C06B4A;
    --text-dark: #2C1810;
    --text-light: #FFFFFF;
    --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.15);
    --transition: all 0.3s ease;
}

/* Hero section */
.hero-section {
    position: relative;
    min-height: 70vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    text-align: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(44,24,16,0.8) 0%, rgba(139,90,43,0.7) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

/* Cartes de chambres */
.chambres-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 40px 0;
}

.chambre-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
}

.chambre-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.chambre-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.chambre-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.chambre-card:hover .chambre-image img {
    transform: scale(1.1);
}

.chambre-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #4CAF50;
    color: white;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 0.85em;
    font-weight: 600;
    z-index: 2;
}

.chambre-content {
    padding: 20px;
}

.chambre-prix {
    font-size: 1.5em;
    color: var(--primary-color);
    font-weight: 700;
    margin: 10px 0;
}

/* Témoignages */
.temoignages-section {
    background: linear-gradient(135deg, var(--primary-light) 0%, #F5E6D3 100%);
    padding: 60px 0;
    margin: 40px 0;
}

.temoignage-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: var(--shadow-sm);
    position: relative;
    margin: 20px 0;
}

.temoignage-card::before {
    content: '"';
    font-size: 80px;
    color: var(--primary-color);
    position: absolute;
    top: -20px;
    left: 20px;
    opacity: 0.2;
    font-family: serif;
}

.temoignage-author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.temoignage-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

/* Timeline vie au foyer */
.timeline {
    position: relative;
    padding: 40px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: var(--primary-color);
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}

.timeline-content {
    width: 45%;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: var(--shadow-sm);
}

.timeline-item:nth-child(even) .timeline-content {
    margin-left: auto;
}

/* Animations */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Boutons personnalisés */
.btn-foyer {
    display: inline-block;
    padding: 12px 30px;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    transition: var(--transition);
    border: 2px solid var(--primary-color);
    font-weight: 600;
}

.btn-foyer:hover {
    background: transparent;
    color: var(--primary-color);
}

.btn-foyer-outline {
    background: transparent;
    color: var(--primary-color);
}

.btn-foyer-outline:hover {
    background: var(--primary-color);
    color: white;
}

/* Formulaire amélioré */
.foyer-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    background: white;
    border-radius: 15px;
    box-shadow: var(--shadow-lg);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: var(--text-dark);
    font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 8px;
    transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(139,90,43,0.2);
}

/* ===== HABILLAGE PROFESSIONNEL IMAGE/TEXTE ===== */
.apropos-page .superior-section .two-columns {
    display: flex;
    flex-direction: row; /* Pas d'inversion, on garde l'ordre normal */
    gap: 40px;
    align-items: flex-start; /* Alignement en haut */
}

/* L'image à gauche */
.apropos-page .superior-section .column-image {
    flex: 0 0 350px; /* Largeur fixe */
    order: 1; /* Force l'image en premier */
}

/* Style de l'image */
.apropos-page .superior-section .rounded-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 15px 30px -8px rgba(0,0,0,0.15);
    border: 3px solid white;
    outline: 1px solid rgba(139,90,43,0.15);
    transition: transform 0.3s ease;
}

/* Effet au survol */
.apropos-page .superior-section .rounded-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 35px -8px rgba(183,91,125,0.25);
}

/* Le texte à droite */
.apropos-page .superior-section .column-content {
    flex: 1; /* Prend l'espace restant */
    order: 2; /* Texte en second */
}

/* Titre */
.apropos-page .superior-section .section-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.8rem;
    border-left: 4px solid #b75b7d;
    padding-left: 20px;
}

/* Message */
.apropos-page .superior-section .superior-message {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

/* Signature */
.apropos-page .superior-section .message-signature {
    font-style: italic;
    color: #b75b7d;
    font-weight: 600;
    margin-top: 25px;
    text-align: right;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .apropos-page .superior-section .two-columns {
        gap: 30px;
    }
    
    .apropos-page .superior-section .column-image {
        flex: 0 0 280px;
    }
}

@media (max-width: 768px) {
    .apropos-page .superior-section .two-columns {
        flex-direction: column;
    }
    
    .apropos-page .superior-section .column-image {
        flex: 0 0 auto;
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .apropos-page .superior-section .section-title {
        text-align: center;
        border-left: none;
        border-bottom: 4px solid #b75b7d;
        padding-left: 0;
        padding-bottom: 15px;
    }
    
    .apropos-page .superior-section .message-signature {
        text-align: center;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2em;
    }
    
    .timeline::before {
        left: 30px;
    }
    
    .timeline-content {
        width: calc(100% - 60px);
        margin-left: 60px !important;
    }
    
    .chambres-grid {
        grid-template-columns: 1fr;
        padding: 20px;
    }
}
/* ===== SECTION SOUTENIR NOTRE MISSION - VERSION INFORMATIONS ===== */
.apropos-page .support-section {
    background: white;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 50px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

/* Structure simple comme dans Informations pratiques */
.apropos-page .support-section .two-columns {
    display: flex;
    gap: 40px;
    align-items: stretch;
}

/* Colonne de gauche - texte */
.apropos-page .support-section .column-content {
    flex: 1;
}

/* Colonne de droite - carte de don */
.apropos-page .support-section .column-image {
    flex: 0 0 350px; /* Largeur fixe comme la carte */
}

/* Carte de don */
.apropos-page .support-section .donation-card {
    background: #2c3e50;
    color: white;
    padding: 30px;
    border-radius: 10px;
    height: 100%; /* Prend toute la hauteur */
    display: flex;
    flex-direction: column;
}

/* ===== RESPONSIVE - COMME INFORMATIONS PRATIQUES ===== */
@media (max-width: 991px) {
    .apropos-page .support-section .column-image {
        flex: 0 0 300px; /* Un peu plus petit sur tablette */
    }
}

@media (max-width: 768px) {
    /* Même comportement que .info-card dans Informations pratiques */
    .apropos-page .support-section .two-columns {
        flex-direction: column !important; /* Forcer la colonne */
        gap: 25px !important;
    }
    
    .apropos-page .support-section .column-content,
    .apropos-page .support-section .column-image {
        flex: 0 0 auto !important; /* Annule les largeurs fixes */
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .apropos-page .support-section {
        padding: 25px !important; /* Comme .info-card en mobile */
    }
    
    .apropos-page .support-section .donation-card {
        padding: 25px !important;
        width: 100% !important;
    }
    
    /* Gestion du texte long */
    .apropos-page .support-section .column-content p,
    .apropos-page .support-section .column-content h2,
    .apropos-page .support-section .column-content h3 {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
    
    /* IBAN et adresse */
    .apropos-page .support-section .address-highlight {
        padding: 15px !important;
        font-size: 0.95rem !important;
        word-break: break-all !important;
    }
    
    /* Bouton centré */
    .apropos-page .support-section .donation-card .btn-submit {
        width: 100% !important;
        max-width: 280px !important;
        margin: 20px auto 0 !important;
        display: block !important;
        text-align: center !important;
    }
}

@media (max-width: 480px) {
    .apropos-page .support-section {
        padding: 20px !important;
    }
    
    .apropos-page .support-section .donation-card {
        padding: 20px !important;
    }
    
    .apropos-page .support-section .address-highlight {
        padding: 12px !important;
        font-size: 0.9rem !important;
    }
    
    .apropos-page .support-section .donation-card .btn-submit {
        max-width: 100% !important;
        padding: 12px 20px !important;
    }
}
/* ===== CORRECTION MOBILE - SECTION SOUTENIR ===== */
@media (max-width: 480px) {
    .apropos-page .support-section {
        padding: 15px !important; /* Réduction du padding global */
    }
    
    .apropos-page .support-section .donation-card {
        padding: 15px !important;
    }
    
    /* Réduction de la police pour tous les textes */
    .apropos-page .support-section .column-content h2 {
        font-size: 1.5rem !important; /* Titre plus petit */
        margin-bottom: 15px !important;
    }
    
    .apropos-page .support-section .column-content h3 {
        font-size: 1.2rem !important;
        margin: 10px 0 5px !important;
    }
    
    .apropos-page .support-section .column-content p {
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
        margin-bottom: 8px !important;
    }
    
    /* Adresse - texte plus compact */
    .apropos-page .support-section .address-highlight {
        padding: 10px !important;
        font-size: 0.85rem !important;
        line-height: 1.3 !important;
        margin: 10px 0 !important;
        word-break: break-word !important;
    }
    
    /* IBAN et coordonnées bancaires */
    .apropos-page .support-section .column-content p strong {
        display: inline-block;
        min-width: 45px; /* Alignement des labels */
    }
    
    /* Bouton plus compact */
    .apropos-page .support-section .donation-card .btn-submit {
        padding: 10px 15px !important;
        font-size: 0.9rem !important;
        max-width: 220px !important;
        margin: 15px auto 0 !important;
    }
    
    /* Espacement entre les sections de texte */
    .apropos-page .support-section .column-content br {
        display: none; /* Supprime les sauts de ligne superflus */
    }
}

/* ===== CORRECTION TRÈS PETITS ÉCRANS ===== */
@media (max-width: 360px) {
    .apropos-page .support-section {
        padding: 10px !important;
    }
    
    .apropos-page .support-section .donation-card {
        padding: 12px !important;
    }
    
    .apropos-page .support-section .column-content h2 {
        font-size: 1.3rem !important;
    }
    
    .apropos-page .support-section .column-content h3 {
        font-size: 1.1rem !important;
    }
    
    .apropos-page .support-section .column-content p {
        font-size: 0.8rem !important;
    }
    
    .apropos-page .support-section .address-highlight {
        padding: 8px !important;
        font-size: 0.75rem !important;
    }
    
    .apropos-page .support-section .donation-card .btn-submit {
        font-size: 0.8rem !important;
        padding: 8px 12px !important;
        max-width: 180px !important;
    }
}

/* ===== PAGE CHAMBRES ===== */
.chambres-page {
    background: #f9f9f9;
}

.chambres-page .page-hero {
    height: 40vh;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 60px;
}

.chambres-page .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.chambres-page .hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 15px;
    font-family: var(--font-title, 'Lora', serif);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.chambres-page .hero-subtitle {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
    opacity: 0.95;
}

/* Introduction */
.chambres-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.chambres-intro .section-title {
    margin-bottom: 20px;
}

.chambres-intro .intro-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

/* Liste des chambres */
.chambres-liste {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin: 60px 0;
}

.chambre-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chambre-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(183,91,125,0.1);
}

/* Inverser l'ordre pour les paires */
.chambre-item.reverse .chambre-image-col {
    order: 2;
}

.chambre-item.reverse .chambre-content-col {
    order: 1;
}

/* Colonne image */
.chambre-image-col {
    height: 100%;
    overflow: hidden;
}

.chambre-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    min-height: 400px;
}

.chambre-item:hover .chambre-image {
    transform: scale(1.05);
}

/* Colonne contenu */
.chambre-content-col {
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.chambre-titre {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 20px;
    font-family: var(--font-title, 'Lora', serif);
    position: relative;
    padding-bottom: 15px;
}

.chambre-titre::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: #b75b7d;
    border-radius: 3px;
}

.chambre-description {
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
}

.chambre-description p {
    margin-bottom: 15px;
}

.chambre-description p:last-child {
    margin-bottom: 0;
}

/* Caractéristiques */
.chambre-caracteristiques {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
    padding: 15px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.caracteristique {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.carac-label {
    font-weight: 600;
    color: #2c3e50;
}

.carac-valeur {
    color: #b75b7d;
    font-weight: 500;
}

/* Équipements */
.chambre-equipements h3 {
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 15px;
}

.equipements-liste {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.equipements-liste li {
    padding: 8px 0 8px 25px;
    position: relative;
    color: #555;
}

.equipements-liste li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #b75b7d;
    font-weight: bold;
}

/* Actions */
.chambre-actions {
    margin-top: 30px;
}

.chambre-actions .btn-foyer {
    display: inline-block;
    padding: 14px 35px;
    background: #b75b7d;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #b75b7d;
}

.chambre-actions .btn-foyer:hover {
    background: transparent;
    color: #b75b7d;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(183,91,125,0.2);
}

/* CTA final */
.chambres-cta {
    text-align: center;
    margin: 80px 0 40px;
    padding: 60px;
    background: linear-gradient(135deg, #f8f5f0, #fff);
    border-radius: 30px;
    border: 1px solid #f0e8e0;
}

.chambres-cta h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 15px;
}

.chambres-cta p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.btn-large {
    padding: 16px 45px !important;
    font-size: 1.1rem !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .chambre-item {
        gap: 30px;
    }
    
    .chambre-content-col {
        padding: 30px;
    }
    
    .chambre-titre {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .chambre-item,
    .chambre-item.reverse {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .chambre-item.reverse .chambre-image-col,
    .chambre-item.reverse .chambre-content-col {
        order: 0;
    }
    
    .chambre-image-col {
        max-height: 300px;
    }
    
    .chambre-image {
        min-height: 250px;
    }
    
    .chambre-content-col {
        padding: 30px 25px;
    }
    
    .chambre-titre {
        font-size: 1.6rem;
    }
    
    .equipements-liste {
        grid-template-columns: 1fr;
    }
    
    .chambre-caracteristiques {
        flex-direction: column;
        gap: 10px;
    }
    
    .chambres-cta {
        padding: 40px 25px;
        margin: 60px 0 30px;
    }
    
    .chambres-cta h2 {
        font-size: 1.6rem;
    }
    
    .chambres-cta p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .chambre-content-col {
        padding: 25px 20px;
    }
    
    .chambre-titre {
        font-size: 1.4rem;
    }
    
    .chambre-actions .btn-foyer {
        width: 100%;
        text-align: center;
    }
    
    .chambres-cta {
        padding: 30px 20px;
    }
    
    .btn-large {
        width: 100%;
    }
}
/* ===== PAGE CHAMBRES - TITRE EN ROSE ===== */
.chambres-page .page-title {
    text-align: center;
    font-size: 2.5rem;
    color: #b75b7d;
    margin: 40px 0 20px;
    position: relative;
    padding-bottom: 15px;
}

.chambres-page .page-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #b75b7d;
    border-radius: 3px;
}

/* Hero sans texte */
.chambres-page .page-hero {
    height: 30vh;
    min-height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 0;
}

.chambres-page .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.2);
}

/* ===== HERO ÉTUDIANT (NOUVEAU) ===== */
.hero-student {
    position: relative;
    width: 100vw;
    height: 90vh;
    min-height: 600px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: white;
    text-align: center;
    overflow: hidden;
}

.hero-student .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(44,24,16,0.6) 0%, rgba(44,62,80,0.7) 100%);
    z-index: 1;
}

.hero-student .hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-student .hero-surtitre {
    display: inline-block;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    background: rgba(183,91,125,0.25);
    padding: 8px 25px;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.2);
    font-weight: 500;
}

.hero-student .hero-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    margin-bottom: 25px;
    font-family: var(--font-title, 'Lora', serif);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    line-height: 1.2;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-student .hero-texte {
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    margin-bottom: 35px;
    opacity: 0.95;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.hero-student .hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.hero-student .btn-hero {
    display: inline-block;
    padding: 16px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    min-width: 220px;
}

.hero-student .btn-hero-primary {
    background: #b75b7d;
    color: white;
    border: 2px solid #b75b7d;
}

.hero-student .btn-hero-primary:hover {
    background: transparent;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.hero-student .btn-hero-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.hero-student .btn-hero-secondary:hover {
    background: white;
    color: #2c3e50;
    transform: translateY(-3px);
}

.hero-student .hero-reassurance {
    font-size: 0.95rem;
    opacity: 0.8;
    font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-student {
        height: 80vh;
        min-height: 500px;
    }
    
    .hero-student .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .hero-student .btn-hero {
        width: 100%;
        max-width: 280px;
        padding: 14px 25px;
        font-size: 1rem;
    }
    
    .hero-student .hero-surtitre {
        font-size: 0.9rem;
        padding: 6px 18px;
    }
}

@media (max-width: 480px) {
    .hero-student {
        height: 85vh;
    }
    
    .hero-student .hero-title {
        font-size: 2rem;
    }
    
    .hero-student .hero-texte {
        font-size: 1rem;
    }
    
    .hero-student .btn-hero {
        max-width: 240px;
        padding: 12px 20px;
    }
}
/* ===== STYLES SPÉCIFIQUES POUR LE HERO ÉTUDIANT ===== */
.hero-student-content {
    max-width: 900px !important;
}

.hero-student-content .hero-surtitre {
    display: inline-block;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    background: rgba(183,91,125,0.25);
    padding: 8px 25px;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.2);
    font-weight: 500;
}

.hero-student-content .hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0 20px;
}

.hero-student-content .btn-hero {
    display: inline-block;
    padding: 16px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    min-width: 220px;
}

.hero-student-content .btn-hero-primary {
    background: #b75b7d;
    color: white;
    border: 2px solid #b75b7d;
}

.hero-student-content .btn-hero-primary:hover {
    background: transparent;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.hero-student-content .btn-hero-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.hero-student-content .btn-hero-secondary:hover {
    background: white;
    color: #2c3e50;
    transform: translateY(-3px);
}

.hero-student-content .hero-reassurance {
    font-size: 0.95rem;
    opacity: 0.8;
    font-style: italic;
}

@media (max-width: 768px) {
    .hero-student-content .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-student-content .btn-hero {
        width: 100%;
        max-width: 280px;
        padding: 14px 25px;
        font-size: 1rem;
    }
    
    .hero-student-content .hero-surtitre {
        font-size: 0.9rem;
        padding: 6px 18px;
    }
}

/* Annuler uniquement pour le contenu courant */
body, body * {
    text-transform: none !important;
}