*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background-image: url("images-strategie/fond.png");
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
}

/* HEADER */

.banner{
    width:1300px;
    max-width:100%;
    margin:0 auto;
}

.banner img{
    width:100%;
    display:block;
}

/* MENU */

.main-nav{
    width:1300px;
    max-width:100%;
    margin:0 auto;
    background:rgba(0,0,0,0.85);
    border-top:1px solid #d4af37;
    border-bottom:1px solid #d4af37;
}

.main-nav ul{
    list-style:none;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
}

.main-nav li{
    margin:0 15px;
}

.main-nav a{
    display:block;
    padding:15px 0;
    color:#d4af37;
    text-decoration:none;
    font-weight:bold;
}

.main-nav a:hover,
.main-nav a.active{
    color:#fff;
}

/* BLOC TITRE */

.hero-title-box{
    max-width:1300px;
    margin:40px auto;
    padding:40px;
    background:rgba(0,0,0,0.70);
    border:1px solid rgba(212,175,55,0.5);
    border-radius:15px;
    text-align:center;
}

.hero-title-box h1{
    color:#d4af37;
    font-size:30px;
    line-height:1.2;
    margin-bottom:25px;
}

.hero-title-box p{
    max-width:900px;
    margin:0 auto;
    text-align:center;
    line-height:1.8;
    font-size:18px;
}

/* CONTENU */

section{
    width:1300px;
    max-width:95%;
    margin:30px auto;
    padding:35px 40px;
    background:rgba(0,0,0,0.55);
	backdrop-filter: blur(4px);
    border:1px solid rgba(212,175,55,0.35);
    border-radius:12px;
}

section h2{
    color:#d4af37;
    font-size:24px;
    text-align:center;
    margin-bottom:20px;
}

section p{
    max-width:900px;
    margin:0 auto 20px;
    text-align:center;
    font-size:18px;
    line-height:1.8;
}

section ul{
    max-width:700px;
    margin:20px auto;
    text-align:left;
    line-height:1.8;
}

section li{
    margin-bottom:10px;
}

/* BOUTONS */

.btn{
    display:table;
    margin:25px auto 0;
    padding:14px 30px;
    background:#d4af37;
    color:#000;
    text-decoration:none;
    font-weight:bold;
    border-radius:6px;
    transition:0.3s;
}

.btn:hover{
    background:#f1c232;
}

/* FOOTER */

.footer{
    width:1300px;
    max-width:95%;
    margin:30px auto;
    padding:25px;
    text-align:center;
    background:rgba(0,0,0,0.80);
    border:1px solid rgba(212,175,55,0.35);
    border-radius:10px;
}

.footer-responsable{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:25px;
    margin-bottom:20px;
}

.logo18,
.logoanj,
.logoeval{
    height:20px;
    width:auto;
}

.footer p{
    color:#ccc;
    margin:8px 0;
    line-height:1.6;
}

.footer-links{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:20px;
    margin:20px 0;
}

.footer-links a{
    color:#d4af37;
    text-decoration:none;
}

.footer-links a:hover{
    color:#fff;
}

.copyright{
    color:#888;
}

/* RESPONSIVE */

@media(max-width:768px){

    .hero-title-box{
        padding:25px;
    }

    .hero-title-box h1{
        font-size:26px;
    }

    section{
        padding:25px;
    }

    section h2{
        font-size:22px;
    }

    section p{
        font-size:17px;
    }

    .main-nav li{
        margin:5px 10px;
    }
}
body{
    color: #ffffff;
}

p, li, td, th, .content, .section, .card{
    color: #ffffff;
}

h1, h2, h3{
    color: #ffd700;
}

.section p,
.section li{
    color: #ffffff !important;
    text-shadow: 1px 1px 3px #000;
}	