/*
===================================
   CSS PERSONNALISÉ - IMAG'IN&YOU
===================================
Ajoutez vos styles personnalisés ici.
Ce fichier est chargé après le style.css principal.
*/

/* EXEMPLE : Personnalisation des boutons */
/*
.custom-button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.custom-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
*/

/* EXEMPLE : Sections personnalisées */
/*
.custom-section {
    padding: 80px 0;
    background: #f8f9fa;
}
*/

/* Vos styles personnalisés commencent ici */
