*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background-image:url("images-jeux/fond.png");
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
    background-color:#08142b;
    color:#ffffff;
    font-family:Arial, sans-serif;
}

.page-header img{
    width:100%;
    display:block;
}

.menu{
    background:#000;
    border-top:1px solid #d4af37;
    border-bottom:1px solid #d4af37;
    text-align:center;
    padding:18px 10px;
}

.menu a{
    color:#ffd700;
    text-decoration:none;
    font-weight:bold;
    margin:0 15px;
    font-size:16px;
}

.menu a:hover{
    color:#ffffff;
}

.hero-seo{
    text-align:center;
    padding:25px 20px 20px 20px;
}

.hero-seo h1{
    font-size:44px;
    color:#ffd700;
    margin-bottom:18px;
}

.hero-seo p{
    font-size:20px;
    max-width:1050px;
    margin:auto;
    line-height:1.6;
}

.pub-top{
    text-align:center;
    margin:10px auto 30px auto;
}

.pub-placeholder{
    width:460px;
    height:120px;
    margin:auto;
    border:2px dashed #ffd700;
    border-radius:15px;
    background:rgba(0,15,50,0.92);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffd700;
    font-size:20px;
    font-weight:bold;
}

.bloc-info,
.bloc-tableau,
.seo-instantanes{
    max-width:1200px;
    margin:35px auto;
    padding:40px;
    background:rgba(0,15,50,0.92);
    border:2px solid #d4af37;
    border-radius:25px;
    text-align:center;
}

.bloc-info h2,
.bloc-tableau h2,
.seo-instantanes h2{
    color:#ffd700;
    font-size:36px;
    margin-bottom:25px;
}

.bloc-info p,
.seo-instantanes p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:20px;
}

.btn-action{
    display:inline-block;
    background:#ffd700;
    color:#000;
    padding:15px 35px;
    border-radius:40px;
    text-decoration:none;
    font-weight:bold;
    font-size:18px;
    margin-top:15px;
}

.btn-action:hover{
    background:#ffffff;
}

.tableau-jeux{
    width:85%;
    margin:30px auto;
    border-collapse:collapse;
}

.tableau-jeux th{
    background:#111111;
    color:#ffd700;
}

.tableau-jeux th,
.tableau-jeux td{
    border:1px solid #d4af37;
    padding:18px;
    text-align:center;
}

.tableau-jeux tr{
    background:rgba(0,20,60,0.7);
}

.footer-site{
    background:#000000;
    border-top:2px solid #d4af37;
    margin-top:60px;
    text-align:center;
    padding:40px 20px;
}

.footer-logos{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    margin-bottom:20px;
}

.footer-logos img{
    height:20px;
    width:auto;
}

.message-prevention{
    max-width:900px;
    margin:20px auto;
    padding:15px 0;
    border-top:1px solid #333;
    border-bottom:1px solid #333;
    font-size:16px;
    line-height:1.6;
}

.footer-liens{
    margin-top:25px;
}

.footer-liens a{
    color:#ffd700;
    text-decoration:none;
    font-weight:bold;
    margin:0 15px;
}

.footer-liens a:hover{
    color:#ffffff;
}

.copyright{
    margin-top:25px;
    color:#cccccc;
}

@media(max-width:768px){

    .hero-seo h1{
        font-size:34px;
    }

    .hero-seo p{
        font-size:17px;
    }

    .pub-placeholder{
        width:90%;
        height:110px;
    }

    .bloc-info,
    .bloc-tableau,
    .seo-instantanes{
        margin:25px 15px;
        padding:25px;
    }

    .bloc-info h2,
    .bloc-tableau h2,
    .seo-instantanes h2{
        font-size:28px;
    }

    .tableau-jeux{
        width:100%;
    }

    .menu a{
        display:block;
        margin:10px 0;
    }

    .footer-logos{
        flex-direction:column;
    }
}
.bloc-seo{
    width:90%;
    margin:30px auto;
    padding:30px;
    background:rgba(0,0,50,0.65);
    border:2px solid #ffd700;
    border-radius:20px;
    text-align:center;
}

.bloc-seo p{
    max-width:1100px;
    margin:0 auto;
    line-height:1.8;
}

.bloc-seo h2{
    color:#ffd700;
    text-align:center;
    margin-bottom:15px;
}

.bloc-seo p{
    color:#fff;
    line-height:1.8;
}.bloc-principal{
    width:90%;
    margin:40px auto;
    padding:30px;
    background:rgba(0,0,50,0.75);
    border:2px solid #ffd700;
    border-radius:25px;
    text-align:center;
}
.bloc-principal h2{
    margin-bottom: 35px;
}