body {
    font-family: "Commissioner", sans-serif;
    font-weight: 300;
    }


    
    .nav {
position: absolute;
top: 0;
width: 100%;
padding: 20px;
background: transparent;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 1000;
}

    .logo {
height: 100px;
display: flex;
align-items: center;
}

    .logo img {
height: 100%;
width: auto;
}

    .nav-links {
display: flex;
gap: 2rem;
}

    .nav-links a {
text-decoration: none;
color: white;
transition: opacity 0.3s ease;
}

    .nav-links a:hover {
opacity: 0.8;
}

    .acc_ban {
height: 100vh;
position: relative;
display: flex;
align-items: center;
justify-content: center;
color: white;
/*background: #000;*/
}

    .acc_ban::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/*background: rgba(0, 0, 0, 0.6);*/
z-index: 1;
}

    .acc_ban-image {
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.8;
position: absolute;
top: 0;
left: 0;
}

    .acc_ban-text {
position: absolute;
bottom: 4rem;
right: 4rem;
text-align: right;
z-index: 2;
}

    .acc_ban-text h1 {
font-size: 60px;
letter-spacing: 3px;
margin-bottom: 1rem;
text-transform: uppercase;
line-height: 0.9;
font-family: 'climate crisis';
}

    .ID_ban {
        font-size: 75px;
letter-spacing: 3px;
margin-bottom: 1rem;
text-transform: uppercase;
line-height: 0.9;
font-family: 'climate crisis';
    }

    .description-img{
    font-family: "Cinzel", serif;
    font-weight: 900;
    }

    .lien-acht{
    font-family: "Changa", serif;
    font-weight: 800;
    color: black !important;
    }

    .titre{
    font-family: "Climate Crisis", sans-serif;
    font-weight: 400;
    font-size: 75px;
    }

    .nav-links {
    display: flex;
    gap: 2rem;
    }

    .nav-links a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 20px;
    }

    .nav-links a :hover {
        color: rgb(241, 229, 229);
        text-decoration: none;
        font-size: 10px;
        }

.grilz-col{
    height: 160px;
    width: auto;
    margin-top: 100px;
    margin-bottom: 30px;
}
.grilz-col1 {
    height: 160px;
    width: auto;
    margin-top: 100px;
    margin-right: 10px;
    margin-bottom: 30px;

}

.image-container {
position: relative;
width: 80%;
max-width: 10000px;
height: 400px;
margin: 40px auto;
overflow: hidden;
margin-top: 100px;
margin-bottom: 100px;
}

/* Image avec bord arrondi et centrée */
.image {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
border-radius: 20px;

}

.text-overlay {
margin-top: -330px;
text-align: right;
margin-right: 100px;
}

.text-overlay h2 {
font-size: 60px;
color: #ffffff;
margin: 0;
white-space: nowrap;
}

.text-overlay h3 {
font-size: 80px;
color: #F7FC04; 
font-family: 'Climate Crisis', sans-serif;
margin-bottom: 30px;
}
button {
background-color: white;
padding: 20px;
border-radius: 10px;
}

.txtbtn {
font-family: 'Climate Crisis', sans-serif;
color: black;
font-size: 15px;
}

