.hero-header {
    background-image: url('/images/orgaHeader.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 70rem;
    padding-top: 15rem;
    position: relative;
}

.title-littéraire {
    color: #000;
    font-family: Secular One;
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5.28rem;
    /* 96% */
    letter-spacing: -0.2rem;
    margin: 8rem 0;
    padding-left: 5%;
}

.orga1 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5rem;
}

.left {
    width: 33.33%;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 2.5rem
}

.left h1 {
    color: #FFF;
    font-family: Secular One;
    font-size: 10.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 12.8rem;
    /* 105.785% */
    letter-spacing: -0.5rem;
}

.middle {
    width: 33.33%;
}

.middle img {
    width: 100%;
    height: 100%;
}

.right {
    width: 33.33%;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.right p {
    color: #FFF;
    text-align: center;
    font-family: Secular One;
    font-size: 8.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 7.5rem;
    /* 92.593% */
    letter-spacing: -0.5rem;
}

.line-white {
    background: #FFF;
    width: 100%;
    height: 2.3rem;
}

.line-red {
    width: 100%;
    height: 2.3rem;
    background: var(--red, #ED1C24);
}

.orga2 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5rem;
}

.left2 {
    width: 49%;
    display: flex;
    flex-direction: row;
    background-color: #000;
    color: white;
}

.left2 p {
    color: #FFF;
    font-family: Secular One;
    font-size: 3.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5.5rem;
    /* 161.765% */
    padding-left: 2rem;
    padding-top: 2rem;
    margin-bottom: 2rem;
}

.left2 h1 {
    color: #FFF;
    font-family: Secular One;
    font-size: 5.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5.5rem;
    /* 107.843% */
    padding-left: 2rem;
    padding-top: 2rem;
}

.nom {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.left2 img {
    width: 40%;
}

.cards {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cards img {
    width: 20%;
}


.banner {
    width: 100%;
    height: 49rem;
    background-image: url('/images/orgaBanner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10rem 0;

}