*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background-image:url("images-euros/font.jpg");
    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:20px 20px 30px 20px;
}

.hero-seo h1{
    font-size:44px;
    color:#ffd700;
    margin-bottom:15px;
}

.hero-seo p{
    font-size:22px;
    max-width:1000px;
    margin:auto;
}

.bloc-resultat{
    max-width:1200px;
    margin:40px auto;
    padding:40px;
    background:rgba(0,15,50,0.92);
    border:2px solid #d4af37;
    border-radius:25px;
    text-align:center;
}

.bloc-resultat h2{
    color:#ffd700;
    font-size:42px;
    margin-bottom:30px;
}

.boules{
    margin:30px 0;
}

.balle{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:75px;
    height:75px;
    border-radius:50%;
    background:#ffd700;
    color:#000;
    font-weight:bold;
    font-size:28px;
    margin:8px;
}

.bloc-resultat h3{
    margin-top:25px;
    margin-bottom:20px;
    font-size:34px;
    color:#ffffff;
}

.etoiles{
    margin-bottom:30px;
}

.etoile{
    color:#ffd700;
    font-size:60px;
    margin:0 10px;
}

.info-resultat{
    margin-top:30px;
    font-size:18px;
}

.tableau-tirages{
    width:80%;
    margin:40px auto;
    border-collapse:collapse;
}

.tableau-tirages th{
    background:#111111;
    color:#ffd700;
}

.tableau-tirages th,
.tableau-tirages td{
    border:1px solid #d4af37;
    padding:18px;
    text-align:center;
}

.tableau-tirages tr{
    background:rgba(0,20,60,0.7);
}

.seo-euromillions{
    max-width:1200px;
    margin:40px auto;
    padding:40px;
    background:rgba(0,15,50,0.92);
    border:2px solid #d4af37;
    border-radius:25px;
}

.seo-euromillions h2{
    text-align:center;
    color:#ffd700;
    font-size:38px;
    margin-bottom:25px;
}

.seo-euromillions p{
    line-height:1.8;
    font-size:18px;
}

.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:42px;
    }

    .hero-seo p{
        font-size:18px;
    }

    .bloc-resultat h2{
        font-size:30px;
    }

    .balle{
        width:55px;
        height:55px;
        font-size:22px;
    }

    .tableau-tirages{
        width:100%;
    }

    .menu a{
        display:block;
        margin:10px 0;
    }

    .footer-logos{
        flex-direction:column;
    }
}
.pub-top{
    text-align:center;
    margin:20px auto 0 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;
}