*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background-image:url("image-bingo/font.webp");
    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 35px 20px;
}

.hero-seo h1{
    font-size:44px;
    color:#ffd700;
    margin-bottom:18px;
}

.hero-seo p{
    font-size:20px;
    max-width:1000px;
    margin:auto;
    line-height:1.6;
}

.bloc-resultat,
.historique-loto,
.seo-bingo{
    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-resultat h2,
.historique-loto h2,
.seo-bingo h2{
    color:#ffd700;
    font-size:36px;
    margin-bottom:25px;
}

.bloc-resultat p,
.seo-bingo 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-tirages{
    width:85%;
    margin:30px 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);
}

.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){

    .menu a{
        display:inline-block;
        margin:6px 8px;
        font-size:15px;
    }

    .hero-seo{
        padding:20px 15px 25px;
    }

    .hero-seo h1{
        font-size:34px;
    }

    .hero-seo p{
        font-size:17px;
    }

    .pub-placeholder{
        width:95%;
        height:90px;
        font-size:16px;
    }

    .bloc-resultat,
    .historique-loto,
    .seo-bingo{
        padding:28px 18px;
        margin:25px 12px;
    }

    .bloc-resultat h2,
    .historique-loto h2,
    .seo-bingo h2{
        font-size:28px;
    }

    .bloc-resultat p,
    .seo-bingo p{
        font-size:17px;
    }

    .tableau-tirages{
        width:100%;
        font-size:14px;
    }

    .tableau-tirages th,
    .tableau-tirages td{
        padding:10px 6px;
    }

    .footer-logos{
        flex-direction:row;
        gap:12px;
    }

    .footer-logos img{
        height:24px;
    }
}
.pub-top{
    width:100%;
    display:flex;
    justify-content:center;
    margin:25px auto;
}

.pub-placeholder{
    width:95%;
    max-width:460px;
    height:120px;

    border:2px dashed #ffd700;
    border-radius:15px;

    background:rgba(0,15,50,0.90);

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;
    color:#ffd700;
    font-size:20px;
    font-weight:bold;
}