.header-parent {
    /* background-color: #18a7e4; */
    background-image: linear-gradient(90deg, #effaff 0%, #d9e7ff 100%);
    width: 100%;
}


#page-title {
    text-align: left;
    font-size: 150;
    font-family: fantasy;
    font-style: italic;
    font-weight: 200;
    background: linear-gradient(45deg, #004a9f, #3cff00 80%);
    background-clip: text;
    color: transparent;
    padding: 15px;
    margin: 0;
}


#title-anchor {
    text-decoration: None;
}


#header-right {
    display: flex;
    justify-content: right;
    align-items: middle;
    height: 100%;
}


#header-buttons {
    position: relative;
    right: 25px;
    gap: 10px;
}


.about-logos-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;   /* centre chaque ligne */
    gap: 24px;
    margin-top: 10px;
}


.about-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 120px;
    padding: 10px;
}


.about-logo-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}