*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background:url("images-actujeux/fond.webp") top center repeat-y;
    background-size:100% auto;
    font-family:Arial, Helvetica, sans-serif;
    color:#fff;
}

.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:20px;
    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;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(0,0,0,0.30);
    border:2px dashed rgba(255,215,0,0.8);
    border-radius:15px;
    color:#ffd700;
    font-size:20px;
    font-weight:bold;
}

.bloc-actus,
.seo-actualites{
    max-width:1200px;
    margin:35px auto;
    padding:40px;
    background:rgba(0,0,0,0.25);
    border:1px solid rgba(255,215,0,0.45);
    border-radius:25px;
    text-align:center;
}

.article-card{
    max-width:900px;
    margin:20px auto;
    padding:25px;
    background:rgba(0,0,0,0.20);
    border:1px solid rgba(255,215,0,0.35);
    border-radius:18px;
}

.news-categories{
    max-width:1200px;
    margin:35px auto;
    padding:40px;
    background:rgba(0,0,0,0.20);
    border:1px solid rgba(255,215,0,0.45);
    border-radius:25px;
}

section{
    background:rgba(0,0,0,0.20);
    border:1px solid rgba(255,215,0,0.40);
    border-radius:15px;
}


.bloc-actus,
.seo-actualites{
    background:rgba(0,0,0,0.35);
}

.bloc-actus h2,
.seo-actualites h2{
    color:#ffd700;
    font-size:20px;
    margin-bottom:30px;
}
.article-card h3{
    color:#ffd700;
    font-size:28px;
    margin-bottom:15px;
    text-align:center;
}

.article-card p,
.seo-actualites p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:18px;
}

.article-card a{
    display:inline-block;
    background:#ffd700;
    color:#000;
    padding:12px 28px;
    border-radius:30px;
    text-decoration:none;
    font-weight:bold;
}

.article-card a:hover{
    background:#ffffff;
}

.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-actus,
    .seo-actualites{
        margin:25px 15px;
        padding:25px;
    }

    .bloc-actus h2,
    .seo-actualites h2{
        font-size:28px;
    }

    .menu a{
        display:block;
        margin:10px 0;
    }

    .footer-logos{
        flex-direction:column;
    }
}
section{
    background:rgba(0,0,0,0.25);
    border:1px solid rgba(255,215,0,0.50);
    border-radius:15px;
}
.news-categories{
    background:rgba(0,0,0,0.30);
}