/*
Theme Name: EOKK Ultra Premium
Author: Diallo
Version: 2.0
Description: Thème WordPress ultra premium pour ETS Oumar K. Kouma
*/

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    background: #f4f6f9;
}

header {
    background: linear-gradient(90deg,#0b2c5a,#123d7a);
    color: white;
    padding: 40px;
    text-align: center;
}

.section {
    padding: 80px 20px;
    text-align: center;
}

h2 {
    color: #0b2c5a;
}

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