
/*
Theme Name: AD FORMA
Author: OpenAI
Version: 1.0
Description: Thème WordPress moderne pour centre de formation
*/

body{
    margin:0;
    font-family: Arial, sans-serif;
    background:#f5f7fb;
    color:#222;
}

header{
    background:#002b5b;
    padding:20px 0;
    position:sticky;
    top:0;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.nav{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo{
    font-size:32px;
    font-weight:bold;
    color:#ff2e2e;
}

.logo span{
    color:#fff;
}

nav a{
    color:#fff;
    text-decoration:none;
    margin-left:20px;
}

.hero{
    background:linear-gradient(rgba(0,43,91,.85), rgba(0,43,91,.85)),
    url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=1400&auto=format&fit=crop');
    background-size:cover;
    background-position:center;
    color:white;
    padding:160px 20px;
    text-align:center;
}

.hero h1{
    font-size:64px;
    margin-bottom:20px;
}

.hero p{
    font-size:22px;
}

.btn{
    display:inline-block;
    margin-top:25px;
    padding:15px 35px;
    background:#ff2e2e;
    color:white;
    border-radius:8px;
    text-decoration:none;
}

section{
    padding:80px 0;
}

h2{
    text-align:center;
    margin-bottom:40px;
    color:#002b5b;
}

.cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:25px;
}

.card{
    background:white;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

footer{
    background:#002b5b;
    color:white;
    text-align:center;
    padding:25px;
}

.whatsapp{
    position:fixed;
    bottom:20px;
    right:20px;
    background:#25D366;
    color:white;
    padding:15px 22px;
    border-radius:50px;
    text-decoration:none;
    font-weight:bold;
}
