*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background-image: url("images-poker/fond.png");
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
}
/* HEADER */

.banner{
    width:1300px;
    margin:0 auto;
    display:block;
}

.banner img{
    display:block;
    width:100%;
    height:auto;
}

.banner img{
    width:1300;
    display:block;
    border-radius:0;
}

/* MENU */

.main-nav{
    width:1300px;
    margin:0 auto 8px auto;
    background:#041132;
    border:2px solid #d6a300;
    overflow:hidden;
}

.main-nav ul{
    display:flex;
    justify-content:center;
    align-items:center;
    list-style:none;
    flex-wrap:wrap;
}

.main-nav a{
    display:block;
    padding:16px 14px;
    color:#ffd700;
    text-decoration:none;
    font-weight:bold;
    font-size:16px;
}

.main-nav a:hover,
.main-nav .active{
    background:#112248;
}

/* CONTENU */

.page-poker{
    padding:0 15px 40px;
}

/* BLOCS PRINCIPAUX */

.hero-poker{
    width:100%;
    max-width:1300px;
    margin:15px auto 25px;
    padding:12px 30px;
    background:rgba(5,18,65,0.72);
    border:1px solid #d6a300;
}

.hero-poker h1{
    font-size:24px;
    margin-bottom:18px;
	color:#ffd700;
    text-align:center;
}

.hero-poker p{
    font-size:17px;
    line-height:1.55;
    margin:8px auto;
    max-width:950px;
}

.hero-poker p{
    font-size:16px;
    line-height:1.7;
    margin:12px auto;
    max-width:850px;
}

/* HERO */

.hero-poker{
    background:rgba(5,18,65,0.45);
    backdrop-filter:blur(3px);
    border:1px solid rgba(214,163,0,0.7);
}

.hero-poker h1{
    font-size:20px;
    margin-bottom:12px;
}

.hero-poker p{
    max-width:950px;
    margin:20px auto;
    line-height:1.9;
    font-size:20px;
    font-weight:500;
    color:#ffffff;
}

/* PARTENAIRES */

.partenaire-poker{
    margin-top:35px;
    margin-bottom:35px;
    padding:28px;
}

.partenaire-poker:hover{
    box-shadow:0 0 28px rgba(255,215,0,0.4);
}

.partenaire-poker h2{
    color:#ffd700;
    font-size:30px;
    text-align:center;
    margin-bottom:20px;
}

.partenaire-poker p{
    font-size:20px;
    line-height:1.9;
    font-weight:500;
    color:#ffffff;
}

/* BANNIERE PARTENAIRE */

.banniere-temporaire{
    height:160px;
    border:2px dashed #ffd700;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:bold;
    color:#ffd700;
    margin-bottom:25px;
    background:rgba(255,255,255,0.03);
}

/* OFFRES */

.offre-poker{
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,215,0,0.45);
    padding:22px;
    margin:25px 0;
    text-align:center;
}

.label-offre{
    display:inline-block;
    background:#ffd700;
    color:#041132;
    padding:8px 18px;
    font-weight:bold;
    margin-bottom:12px;
    font-size:18px;
}

.offre-poker strong{
    display:block;
    color:#ffd700;
    font-size:40px;
    margin-bottom:12px;
}

/* AVANTAGES */

.avantages-poker{
    list-style:none;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-top:20px;
}

.avantages-poker li{
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,215,0,0.35);
    padding:12px;
    font-size:19px;
    font-weight:500;
}

.avantages-poker li::before{
    content:"✔ ";
    color:#ffd700;
}

/* BOUTON */

.btn-poker{
    display:block;
    width:260px;
    margin:25px auto 0;
    text-align:center;
    background:#ffd700;
    color:#041132;
    text-decoration:none;
    font-weight:bold;
    padding:15px;
    transition:0.3s;
}

.btn-poker:hover{
    background:#ffffff;
}

/* GUIDES */

.guides-poker{
    margin-top:40px;
    margin-bottom:40px;
    padding:30px;
    text-align:center;
}

.guides-poker h2{
    color:#ffd700;
    margin-bottom:15px;
}

.guides-poker p{
    margin-bottom:20px;
    color:#ffffff;
}


.bloc-guides{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.bloc-guides a{
    background:rgba(255,255,255,0.08);
    border:1px solid #d6a300;
    color:#ffffff;
    text-decoration:none;
    padding:15px;
    font-weight:bold;
}

.bloc-guides a:hover{
    background:#ffd700;
    color:#041132;
}

/* SEO */

.seo-poker{
    margin-top:40px;
    margin-bottom:40px;
    padding:30px;
}

.seo-poker h2{
    color:#ffd700;
    text-align:center;
    margin-bottom:20px;
}

.seo-poker p{
    line-height:1.9;
    margin-bottom:15px;
    color:#ffffff;
}

/* FOOTER */

.footer{
    margin-top:40px;
    background:#061126;
    border-top:2px solid #d6a300;
    text-align:center;
    padding:30px 15px;
}

.footer-logos{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:15px;
}

.footer-logos img{
    max-height:20px;
}

.footer p{
    margin:6px 0;
    color:#ffffff;
}

.footer-links{
    margin-top:15px;
}

.footer-links a{
    color:#ffd700;
    text-decoration:none;
    margin:0 10px;
}

.footer-links a:hover{
    text-decoration:underline;
}

.copyright{
    margin-top:15px;
    font-size:14px;
}

/* MOBILE */

@media(max-width:1050px){

    .banner,
    .main-nav{
        width:100%;
    }

    .hero-poker,
    .partenaire-poker,
    .guides-poker,
    .seo-poker{
        width:auto;
        margin-left:10px;
        margin-right:10px;
    }

    .bloc-guides,
    .avantages-poker{
        grid-template-columns:1fr;
    }

    .hero-poker{
    width:100%;
    max-width:1100px;
    margin:10px auto 25px;
    padding:18px 28px;
    background:rgba(5,18,65,0.55);
    border:1px solid #d6a300;
    text-align:center;
}

.hero-poker h1{
    color:#ffd700;
    font-size:26px;
    margin-bottom:12px;
}

.hero-poker p{
    max-width:900px;
    margin:8px auto;
    font-size:17px;
    line-height:1.45;
}

    .main-nav a{
        padding:14px 10px;
        font-size:14px;
    }

    .offre-poker strong{
        font-size:30px;
    }
}
.banner,
.main-nav,
.hero-poker,
.partenaire-poker,
.guides-poker,
.seo-poker{
    max-width:1100px;
    margin-left:auto;
    margin-right:auto;
}
.avantages-poker li{
    color:#ffffff !important;
}

.bloc-guides a{
    color:#ffffff !important;
}
.offre-poker,
.offre-poker p,
.offre-poker li{
    color:#ffffff !important;
}