/* ==========================
   STYLE GENERAL
========================== */

body{
    background-image: url("calendrier-tirage/fond.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    font-family: Arial, sans-serif;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

a{
    text-decoration:none;
}

/* ==========================
   HEADER
========================== */

.page-header img{
    width:100%;
    display:block;
}

/* ==========================
   TITRE PAGE
========================== */

.titre-page{
    text-align:center;
    padding:40px 20px;
}

.titre-page h1{
    color:#ffd700;
    font-size:52px;
    margin-bottom:20px;
}

.titre-page p{
    max-width:1100px;
    margin:auto;
    font-size:18px;
    line-height:1.8;
}

/* ==========================
   MENU
========================== */

.menu{
    background:#000000;
    border-top:1px solid #ffd700;
    border-bottom:1px solid #ffd700;
    text-align:center;
    padding:18px 10px;
}

.menu a{
    color:#ffd700;
    font-size:17px;
    font-weight:bold;
    margin:0 15px;
    transition:0.3s;
}

.menu a:hover{
    color:#ffffff;
}

/* ==========================
   TABLEAU
========================== */

.tableau-3d{
    max-width:1300px;
    margin:60px auto;
    padding:0 20px;
}

.tableau-3d h2{
    text-align:center;
    color:#ffd700;
    font-size:32px;
    margin-bottom:35px;
}

.table-calendrier{
    width:100%;
    border-collapse:collapse;
    overflow:hidden;
    border-radius:25px;

    background:#10275e;

    box-shadow:
    0 0 35px rgba(255,215,0,0.15),
    0 20px 40px rgba(0,0,0,0.40);
}

.table-calendrier th{
    background:linear-gradient(
        to bottom,
        #4d3a00,
        #1f1a00
    );

    color:#ffd700;
    padding:22px;
    font-size:17px;
    text-transform:uppercase;
}

.table-calendrier td{
    padding:20px;
    color:#ffffff;
    border-top:1px solid rgba(255,255,255,0.08);
}

.table-calendrier tr:hover{
    background:rgba(255,215,0,0.05);
}

/* ==========================
   BOUTONS RESULTATS
========================== */

.btn-resultat{
    display:inline-block;
    background:#ffd700;
    color:#000000;
    padding:10px 22px;
    border-radius:30px;
    font-weight:bold;
    transition:0.3s;
}

.btn-resultat:hover{
    background:#ffffff;
    transform:scale(1.05);
}

/* ==========================
   BANNIERE
========================== */

.banniere-728{
    margin:25px auto;
}

/* ==========================
   TEXTE SEO
========================== */

.informations-tirages{
    max-width:1200px;
    margin:60px auto;
    padding:0 30px;
    text-align:center;
}

.informations-tirages h2{
    color:#ffd700;
    font-size:48px;
    margin-bottom:40px;
}

.informations-tirages p{
    color:#ffffff;
    font-size:20px;
    line-height:1.9;
    margin-bottom:30px;
}
.seo-calendrier{
    border-bottom:1px solid rgba(255,215,0,0.15);
    padding-bottom:15px;
    margin-bottom:0;
}

.seo-calendrier h2{
    color:#ffd700;
    font-size:30px;
    margin-bottom:35px;
    text-align:center;
}

.seo-calendrier p{
    max-width:1000px;
    margin:0 auto 40px auto;
    line-height:2;
}

/* ==========================
   FOOTER
========================== */

.footer-site{
    margin-top:10px;
    padding:20px 20px 25px;
}

.footer-site::before{
    content:"";
    display:block;
    width:350px;
    height:2px;
    margin:0 auto 35px;
    background:linear-gradient(
        to right,
        transparent,
        #ffd700,
        transparent
    );
}

/* ==========================
   LIENS FOOTER
========================== */

.footer-links{
    display:flex;
    justify-content:center;
    gap:50px;
    flex-wrap:wrap;
    margin-bottom:30px;
}

.footer-links a{
    color:#ffd700;
    font-size:17px;
    font-weight:bold;
}

.footer-links a:hover{
    color:#ffffff;
}

/* ==========================
   MESSAGE RESPONSABLE
========================== */

.message-responsable{
    max-width:900px;
    margin:30px auto;
    padding:22px 30px;

    background:rgba(255,215,0,0.03);
    border:1px solid rgba(255,215,0,0.30);
    border-radius:15px;

    text-align:center;
    line-height:1.8;
}

.message-responsable strong{
    display:block;
    color:#ffd700;
    font-size:24px;
    margin-bottom:10px;
}

.message-responsable p{
    margin:8px 0;
    color:#ffffff;
    font-size:17px;
}

/* ==========================
   LOGOS
========================== */

.footer-logos{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:30px;
    flex-wrap:wrap;

    margin-top:25px;
    margin-bottom:25px;
}

.footer-logos img{
    max-height:20px;
    width:auto;
    background:#ffffff;
    padding:5px;
    border-radius:8px;
    transition:0.3s;
}

.footer-logos img:hover{
    transform:scale(1.05);
}

.footer-logos img:last-child{
    max-height:20px;
}

/* ==========================
   COPYRIGHT
========================== */

.copyright{
    text-align:center;
    color:#ffffff;
    font-size:15px;
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid rgba(255,215,0,0.15);
}
.infos-tirages{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
    text-align:center;
}

.infos-tirages p{
    line-height:1.8;
    font-size:18px;
}
.lien-resultat{
    display:inline-block;
    background:#ffd700;
    color:#000000;
    padding:8px 18px;
    border-radius:20px;
    font-weight:bold;
    text-decoration:none;
    transition:0.3s;
}

.lien-resultat:hover{
    background:#ffffff;
    color:#000000;
}
.banniere-728{
    width:728px;
    max-width:95%;
    height:90px;
    margin:50px auto;

    display:flex;
    align-items:center;
    justify-content:center;

    border:2px dashed #ffd700;
    border-radius:12px;
    box-sizing:border-box;

    background:linear-gradient(
        135deg,
        rgba(255,215,0,0.05),
        rgba(255,215,0,0.01)
    );

    color:#ffd700;
    font-size:22px;
    font-weight:bold;
}
@media(max-width:768px){

    .menu a{
        font-size:15px;
        padding:8px 10px;
        display:inline-block;
    }

    .titre-page h1{
        font-size:28px;
    }

    .tableau-3d{
        padding:0 10px;
        margin:35px auto;
        overflow-x:auto;
    }

    .table-calendrier{
    min-width:392px;
}

    .table-calendrier th,
    .table-calendrier td{
        padding:10px 8px;
        font-size:14px;
        white-space:normal;
    }

    .btn-resultat,
    .lien-resultat{
        padding:8px 14px;
        font-size:14px;
    }
}