

#landing main {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
}

.c-est-quoi {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: var(--separation);
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    justify-content: center;
}

.c-est-quoi .content {
    padding: 20px;
}

.c-est-quoi .c-est-quoi-background {
    top: 5%;
    bottom: 5%;
    left: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
    z-index: -1;
    background-color: var(--footer);
}

.c-est-quoi img {
    height: 100%;
    max-width: 25vh;
    margin-right: 6px;
}

.c-est-quoi .bold {
    font-weight: 800;
}

.c-est-quoi .color-primary {
    color: var(--primary);
}

.c-est-quoi .color-grey {
    color: var(--separation);
}

.c-est-quoi .color-black {
    color: black;
    font-weight: 600;
}

#landing .center {
    width: 100%;
    text-align: center;
    font-weight: 600;
    display: block;
    color: var(--separation);
    font-size: 1.3em;
    margin-top: 2vh;
}

.petales {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.petales a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.petales .petale-bleu {
    background: linear-gradient(#0f9cb3, #d9eacb);
}

.petales .petale-vert {
    background: linear-gradient(#97d27d, #e8ffde);
}

.petales .petale-orange {
    background: linear-gradient(#ff9745, #ffd200);
}

.petales div {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 33vw;
    min-height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.petales div img {
    height: 100%;
    max-width: 100%;
}

.petales .text-petale {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 3vh;
    line-height: 4vh;
    text-align: center;
}

.acteurs {
    width: calc(100% - 40px);
    padding: 0 20px;
    background-color: var(--footer);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.globe-acteurs {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
}

.acteurs .partenaires {
    color: var(--primary);
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 1vh;
    margin-bottom: 0;
    text-align: center;
}

.acteurs img {
    max-height: 7vh; /* can adjust based on your requirement */
    width: auto; /* keeps the aspect ratio intact */
    object-fit: contain; /* ensures the image scales nicely*/ 
}

.container-logos {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.container-logos .globe-acteurs {
    color: var(--primary);
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px 20px;
    width: auto;
}

.container-logos .globe-acteurs span {
    margin-bottom: 10px;
    text-align: center;
}

@media screen and (max-width: 1700px) {
    /* .c-est-quoi .c-est-quoi-background {
        top: 7.5%;
        bottom: 7.5%;
    } */
}

@media screen and (max-width: 1350px) {
    /* .c-est-quoi .c-est-quoi-background {
        top: 5%;
        bottom: 5%;
    } */
}

@media screen and (max-width: 1600px) {
    .acteurs img {
        max-height: 5vh;
    }
}

@media screen and (max-width: 1380px) {
    .acteurs img {
        max-height: 4vh;
    }

    .container-logos .globe-acteurs {
        margin: 10px 6px;
    }

    .c-est-quoi img {
        display: none;
    }

    /* .c-est-quoi .c-est-quoi-background {
        top: 2.5%;
        bottom: 2.5%;
    } */
}

@media screen and (max-width: 1050px) {
    .petales .text-petale {
        font-size: 2em !important;
        line-height: 3vh;
    }
}

@media screen and (max-width: 1000px) {
    /* .petales {
        height: 35vh;
    } */
}

@media screen and (max-width: 1030px) {
    /* .petales {
        height: 32vh;
    } */

    .petales .text-petale {
        font-size: 1.8em !important;
        line-height: 2em;
    }

    .acteurs .partenaires {
        font-size: 1.2em;
    }
    
    .acteurs img {
        max-height: 5vh;
    }

    .container-logos .globe-acteurs {
        margin: 10px 20px;
    }
}

@media screen and (max-width: 800px) {
    /* .petales {
        height: 30vh;
    } */
}

@media screen and (max-width: 763px) {
    /* .petales {
        height: 28vh;
    } */
}

@media screen and (max-width: 700px) {
    .container-logos {
        flex-direction: column;
        height: auto;
        justify-content: space-evenly;
    }

    .acteurs .partenaires {
        font-size: 1.5em;
    }
    
    .acteurs img {
        max-height: 5vh;
        margin: 6px 0;
    }

    /* .petales {
        height: 25vh;
    } */

    .petales .text-petale {
        font-size: 2vh !important;
        line-height: 2vh;
    }

    .c-est-quoi {
        font-size: 14px;
        line-height: 15px;
    }

    #landing .center {
        font-size: 1.1em;
    }

}

@media screen and (max-width: 620px) {
    /* .petales {
        height: 23vh;
    } */
}

@media screen and (max-width: 580px) {
    
    .petales .text-petale {
        font-size: 1.5vh !important;
        line-height: 2vh;
    }
    /* .petales {
        height: 20vh;
    } */
}

@media screen and (max-width: 500px) {
    /* .petales {
        height: 17vh;
    } */
    
    .petales .text-petale {
        font-size: 1.2vh !important;
        line-height: 1;
    }
}

@media screen and (max-height: 900px) {
    /* .petales {
        height: 35vh;
    } */

    .petales .text-petale {
        font-size: 2em; 
        line-height: 3em;
    }

    /* .c-est-quoi .c-est-quoi-background {
        top: 5%;
        bottom: 5%;
    } */
}

@media screen and (max-height: 750px) {
    /* .petales {
        height: 30vh;
    } */

    .c-est-quoi {
        font-size: 15px;
        line-height: 16px;
    }
}

@media screen and (max-height: 550px) {

    .c-est-quoi {
        font-size: 13px;
        line-height: 14px;
    }
}