/* ===== ENP Discovery ===== */

:root{
    --primary:#0F4C81;
    --secondary:#1D72B8;
    --accent:#FFB000;
    --bg:#F5F7FA;
}

body{
    background:#F5F7FA !important;
    font-family:Arial,Helvetica,sans-serif;
}

#contenu,
#container,
#main{
    background:#fff;
    border-radius:12px;
    box-shadow:0 4px 20px rgba(0,0,0,.08);
}

input,
select{
    border-radius:8px !important;
}

input[type=submit],
button{
    border-radius:8px !important;
    background:var(--primary) !important;
    color:white !important;
}
