/*
Theme Name: Duval Couverture Ultimate (Final)
Theme URI: https://duval-couverture27.fr
Author: Duval Couverture
Description: Thème WordPress sur-mesure. Correction Slider Avant/Après et mise à jour visuels.
Version: 3.9
*/

body {
    background-color: #F8FAFC;
    overflow-x: hidden;
}

/* Slider Avant/Après */
.resize-drag { cursor: ew-resize; }
#comparison-container img { user-select: none; pointer-events: none; }

/* Typographie fluide */
h1, h2, h3, h4, h5, h6 { font-family: 'Oswald', sans-serif; }
body { font-family: 'Manrope', sans-serif; }

/* Bento Grid Effects */
.bento-card {
    transition: all 0.3s ease;
}
.bento-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -5px rgba(14, 165, 233, 0.15);
}
