*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background-image: url("images-actu/fond.webp");
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
	color: #F8F8F8;
}

/* HEADER */

.header-actualite{
    max-width:1200px;
    margin:0 auto;
    overflow:hidden;
}

.header-actualite img{
    width:100%;
    height:300px;
    object-fit:cover;
    object-position:center 45%;
    display:block;
}

/* MENU */

.navbar{
    max-width:1200px;
    margin:0 auto;
    background:#111;
    border-top:2px solid #d4af37;
    border-bottom:2px solid #d4af37;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:35px;
    padding:12px;
}

.navbar a{
    color:#fff;
    text-decoration:none;
    font-size:18px;
    font-weight:bold;
}

.navbar a:hover{
    color:#d4af37;
}

/* CONTENU */

.container{
    max-width:1200px;
    margin:40px auto;
    padding:0 20px;
}

.a-la-une{
    margin-bottom:35px;
}

.a-la-une h1{
    color:#d4af37;
    margin-bottom:15px;
    font-size:24px;
    font-weight:600;
    border-left:4px solid #d4af37;
    padding-left:12px;
}

.une-texte-seul,
.news-section{
    background:#0d0d0d;
    border:1px solid #d4af37;
    border-radius:20px;
    padding:30px;
    margin-bottom:25px;
    box-shadow:0 0 15px rgba(212,175,55,.15);
}

.une-texte-seul h2,
.news-section h2{
    color:#d4af37;
    font-size:28px;
    margin-bottom:15px;
}

.une-texte-seul p,
.news-section p{
    color:#ddd;
    font-size:17px;
    line-height:1.8;
}

.liens-guides{
    list-style:none;
    margin-top:15px;
    text-align:center;
}

.liens-guides li{
    margin:8px 0;
}

.liens-guides a,
.liens-guides a:visited{
    color:#d4af37;
    text-decoration:none;
    font-weight:bold;
}

.liens-guides a:hover{
    color:#fff;
}

/* FOOTER */

.footer-site{
    max-width:1200px;
    margin:40px auto 0;
    padding:25px 20px;
    background:#050505;
    border-top:2px solid #d4af37;
    text-align:center;
}

.footer-responsable{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
    margin:15px 0;
}

/* TAILLE DES 3 LOGOS */
.logo18{
    height:22px;
    width:auto;
}

.logoanj{
    height:20px;
    width:auto;
    background:#fff;
    padding:2px 5px;
    border-radius:4px;
}

.logoeval{
    height:20px;
    width:auto;
}

.message-risque,
.message-majeur{
    color:#ddd;
    font-size:15px;
    line-height:1.6;
    margin:8px 0;
    text-align:center;
}

.footer-liens{
    margin:14px 0;
    text-align:center;
}

.footer-liens a,
.footer-liens a:visited{
    color:#d4af37;
    text-decoration:none;
    font-size:15px;
    margin:0 8px;
}

.footer-liens a:hover{
    color:#fff;
}

.footer-liens span{
    color:#666;
}

.copyright{
    color:#888;
    font-size:14px;
    margin-top:10px;
}

/* RESPONSIVE */

@media(max-width:768px){

    .header-actualite img{
        height:220px;
    }

    .navbar{
        gap:15px;
        padding:15px;
    }

    .navbar a{
        font-size:15px;
    }

    .container{
        margin:30px auto;
        padding:0 15px;
    }

    .une-texte-seul,
    .news-section{
        padding:25px;
    }

    .une-texte-seul h2,
    .news-section h2{
        font-size:24px;
    }

    .une-texte-seul p,
    .news-section p{
        font-size:16px;
    }

    .footer-responsable{
        gap:14px;
    }

    .logo18{
        height:20px;
    }

    .logoanj,
    .logoeval{
        height:18px;
    }

    .footer-liens{
        display:flex;
        flex-direction:column;
        gap:8px;
    }

    .footer-liens span{
        display:none;
    }
}
.intro-actualites{
    max-width:1200px;
    margin:40px auto;
    padding:0 20px;
}

.intro-actualites h1{
    color:#d4af37;
    font-size:30px;
    text-align:center;
    margin-bottom:20px;
}

.intro-actualites p{
    color:#ffffff;
    font-size:20px;
    line-height:1.8;
    text-align:center;
    max-width:1000px;
    margin:auto;
}
.intro-actu{
    width:95%;
    max-width:1200px;
    margin:25px auto 40px;
    padding:35px;
    background:rgba(0,0,0,0.88);
    border:1px solid #d4af37;
    border-radius:20px;
    text-align:center;
    box-shadow:0 0 20px rgba(212,175,55,0.15);
}

.intro-actu h1{
    color:#ffd700;
    font-size:25px;
    margin-bottom:25px;
    text-shadow:0 0 10px rgba(255,215,0,0.4);
}

.intro-actu p{
    color:#ffffff;
    font-size:18px;
    line-height:1.8;
    max-width:1200px;
    margin:0 auto;
}