
/*
Theme Name: VisualInformatique Theme
Theme URI: https://visualinformatique.net
Author: VisualInformatique
Description: Thème professionnel pour l'entreprise VisualInformatique (Mali)
Version: 1.0
*/

body{
    font-family: Arial, Helvetica, sans-serif;
    margin:0;
    background:#0b1e3a;
    color:white;
}

header{
    background:#07152b;
    padding:20px;
}

.logo{
    font-size:24px;
    font-weight:bold;
}

nav a{
    color:white;
    margin-right:20px;
    text-decoration:none;
}

.hero{
    padding:80px 40px;
    text-align:center;
    background:#102a52;
}

.hero h1{
    font-size:40px;
}

.services{
    padding:40px;
    display:flex;
    gap:20px;
}

.service-box{
    background:#132f5e;
    padding:20px;
    flex:1;
    border-radius:8px;
}

footer{
    background:#050f1f;
    padding:30px;
    text-align:center;
    margin-top:40px;
}
