*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background-image:url("images-bonus/fond.jpg");
    background-position:center top;
    background-repeat:repeat-y;
    background-size:100% auto;
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
}

/* HEADER */
.site-header,
.top-header{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.site-header img,
.top-header img{
    width:1200px;
    max-width:100%;
    height:auto;
    display:block;
    margin:0 auto;
}

/* MENU */
.main-nav{
    width:72%;
    max-width:1200px;
    margin:25px auto 35px;
    background:#050505;
    border:1px solid #c99700;
    border-radius:16px;
}

.main-nav ul{
    list-style:none;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:40px;
    padding:18px 20px;
    flex-wrap:wrap;
}

.main-nav a{
    color:#ffd400;
    text-decoration:none;
    font-weight:bold;
    font-size:17px;
}

.main-nav a:hover{
    color:#ffffff;
}

/* PAGE */
.page{
    width:96%;
    max-width:1200px;
    margin:0 auto 45px;
}

/* HERO */
.hero{
    background:#050505;
    border:1px solid #2a2a2a;
    border-radius:22px;
    padding:45px 35px;
    margin-bottom:40px;
    text-align:center;
    box-shadow:0 0 18px rgba(255,196,0,.08);
}

.badge{
    display:inline-block;
    margin-bottom:18px;
    padding:8px 18px;
    border-radius:30px;
    background:rgba(255,196,0,.10);
    border:1px solid rgba(255,196,0,.45);
    color:#ffd400;
    font-weight:bold;
    font-size:14px;
    text-transform:uppercase;
}

.hero h1{
    color:#ffc400;
    font-size:30px;
    margin-bottom:20px;
    text-shadow:0 0 10px rgba(255,196,0,.30);
}

.hero p{
    max-width:950px;
    margin:0 auto;
    font-size:18px;
    line-height:1.7;
    color:#f2f2f2;
}

.hero-button{
    display:inline-block;
    margin-top:28px;
    padding:14px 32px;
    border-radius:40px;
    background:#ffc400;
    color:#000;
    font-weight:bold;
    text-decoration:none;
}

.hero-button:hover{
    background:#ffe066;
}

/* SEO */
.seo-box,
.seo-content{
    background:#050505;
    border:1px solid #2a2a2a;
    border-radius:20px;
    padding:30px;
    margin-bottom:50px;
    text-align:center;
    box-shadow:0 0 14px rgba(255,196,0,.05);
}

.seo-box h2,
.seo-content h2{
    color:#ffc400;
    font-size:22px;
    margin-bottom:15px;
    text-shadow:0 0 8px rgba(255,196,0,.25);
}

.seo-box p,
.seo-content p{
    max-width:1200px;
    margin:0 auto 12px;
    color:#e8e8e8;
    font-size:16px;
    line-height:1.7;
}

/* SECTIONS */
.bonus-category{
    margin-bottom:75px;
}

.section-title{
    text-align:center;
    margin-bottom:45px;
}

.section-title span{
    color:#ffd400;
    font-weight:bold;
    text-transform:uppercase;
    font-size:14px;
}

.section-title h2{
    color:#ffc400;
    font-size:24px;
    margin:8px 0 12px;
    text-shadow:0 0 10px rgba(255,196,0,.30);
}

.section-title p{
    color:#e5e5e5;
    font-size:17px;
    line-height:1.6;
}

/* BANNIERES */
.banner-list{
    display:flex;
    flex-direction:column;
    gap:35px;
}

.fdj-list{
    display:flex;
    flex-wrap:wrap;
    gap:35px;
}

.fdj-list .offer-banner{
    flex:1 1 45%;
}

.offer-banner{
    min-height:150px;
    padding:28px 34px;
    border-radius:18px;
    background:#080808;
    text-decoration:none;
    color:#ffffff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:25px;
    transition:.3s ease;
}

.offer-banner h3{
    color:#ffffff;
    font-size:20px;
    margin:10px 0;
}

.offer-banner p{
    color:#e2e2e2;
    font-size:16px;
    line-height:1.6;
}

.offer-label{
    display:inline-block;
    padding:6px 14px;
    border-radius:20px;
    font-size:13px;
    font-weight:bold;
    text-transform:uppercase;
}

.offer-banner strong{
    min-width:135px;
    text-align:center;
    padding:14px 24px;
    border-radius:40px;
    background:#ffc400;
    color:#000;
    font-weight:bold;
}

.offer-banner:hover{
    transform:translateY(-4px);
    box-shadow:0 0 24px rgba(255,196,0,.18);
}

.offer-banner:hover strong{
    background:#ffe066;
}

/* COULEURS OFFRES */
.poker-offer{
    border:1px solid #8b35ff;
    box-shadow:0 0 12px rgba(139,53,255,.15);
}

.poker-offer .offer-label{
    background:#8b35ff;
    color:#ffffff;
}

.sport-offer{
    border:1px solid #00c853;
    box-shadow:0 0 12px rgba(0,200,83,.15);
}

.sport-offer .offer-label{
    background:#00c853;
    color:#001b0b;
}

.fdj-offer{
    border:1px solid #1e90ff;
    box-shadow:0 0 12px rgba(30,144,255,.15);
}

.fdj-offer .offer-label{
    background:#1e90ff;
    color:#ffffff;
}

/* GUIDE */
.guide{
    background:#050505;
    border:1px solid #2a2a2a;
    border-radius:22px;
    padding:35px;
    margin-bottom:55px;
    box-shadow:0 0 14px rgba(255,196,0,.05);
}

.guide h2{
    text-align:center;
    color:#ffc400;
    font-size:24px;
    margin-bottom:30px;
    text-shadow:0 0 10px rgba(255,196,0,.30);
}

.guide-grid{
    display:flex;
    flex-wrap:wrap;
    gap:24px;
}

.guide-grid div{
    flex:1 1 30%;
    background:#101010;
    border:1px solid #333;
    border-radius:16px;
    padding:26px;
}

.guide-grid h3{
    color:#ffd400;
    margin-bottom:12px;
    font-size:18px;
}

.guide-grid p{
    color:#e8e8e8;
    line-height:1.7;
}

/* FOOTER */
.footer{
    width:96%;
    max-width:1200px;
    margin:40px auto 0;
    padding:30px 20px;
    background:#050505;
    border:1px solid #c99700;
    border-radius:18px 18px 0 0;
    text-align:center;
}

.responsable-logos{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px;
    margin-bottom:16px;
}

.logo18,
.logoanj,
.logoeval{
    max-height:20px;
    width:auto;
}

.footer p{
    margin:8px 0;
}

.footer-links{
    display:flex;
    justify-content:center;
    gap:24px;
    flex-wrap:wrap;
    margin-top:16px;
}

.footer-links a{
    color:#ffd400;
    text-decoration:none;
    font-weight:bold;
}

.footer-links a:hover{
    color:#ffffff;
}

.copyright{
    color:#ccc;
    font-size:14px;
    margin-top:14px;
}

/* MOBILE */
@media(max-width:900px){

    .main-nav,
    .page,
    .footer{
        width:94%;
    }

    .main-nav ul{
        flex-direction:column;
        gap:12px;
    }

    .hero{
        padding:35px 20px;
    }

    .hero h1{
        font-size:24px;
    }

    .hero p{
        font-size:16px;
    }

    .offer-banner{
        flex-direction:column;
        text-align:center;
    }

    .fdj-list,
    .guide-grid{
        display:block;
    }

    .fdj-list .offer-banner,
    .guide-grid div{
        width:100%;
        margin-bottom:25px;
    }
}