/*
Theme Name: Van Liberté
Author: Van Liberté
Description: Thème WordPress pour vente de vans aménagés
Version: 1.0
*/

body{margin:0;font-family:'Segoe UI',sans-serif;background:#f7f5f2;color:#2c2c2c}
.hero{min-height:100vh;background:url('images/hero-van.jpg') center/cover no-repeat;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;position:relative}
.hero::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,.35)}
.hero-content{position:relative;z-index:2}
.btn{background:#c97a2b;padding:14px 30px;border-radius:6px;color:#fff;font-weight:bold;display:inline-block}
.section{padding:80px 10%;text-align:center}
.icons{display:flex;justify-content:space-between;margin-top:40px}
.icon-box{width:30%}
.destinations{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px}
.destination{height:200px;color:#fff;display:flex;align-items:end;justify-content:center;font-weight:bold;padding-bottom:15px;background-size:cover;border-radius:8px}
.experience{display:flex;align-items:center;gap:40px}
.experience img{width:50%;border-radius:10px}
