.info-gh.main {
    display: flex;
    flex-direction: column;
    background-color: black;
    opacity: 0.76;
    overflow: hidden;
}


.info-gh .homePageSection {
    display: flex;
    flex-direction: column;
}

.info-gh .flex_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
    margin: 53px auto 35px;
    width: 1140.0416259766px;
    max-width: 85%;
}

@media (max-width: 1199px) {
    .info-gh .flex_row {
        display: none;
    }
}

.info-gh .image {
    width: 326px;
    -o-object-fit: contain;
    object-fit: contain;
}

.info-gh .medium_title {
    font: 500 25px/1.44 "Space Grotesk", Helvetica, Arial, serif;
    color: white;
}

.info-gh .infoSection {
    display: flex;
    flex-direction: column;
}

.info-gh .grid {
    display: grid;
    align-content: start;
    gap: 18px 18px;
    margin: 88px auto 0;
    width: 921px;
    max-width: 85%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 767px) {
    .info-gh .grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .info-gh .grid {
        margin: 80px auto 0;
    }
}

@media (max-width: 383px) {
    .info-gh .grid {
        margin: 50px auto 0;
    }
}

.info-gh .item_box {
    grid-row: span 1;
    grid-column: span 1;
}

@media (max-width: 991px) {
    .info-gh .item_box {
        align-items: flex-start;
    }
}

.info-gh .item {
    font: 500 100px/0.9 "Space Grotesk", Helvetica, Arial, serif;
    color: white;
}

@media (max-width: 991px) {
    .info-gh .item {
        font-size: 52px;
    }
}

@media (max-width: 479px) {
    .info-gh .item {
        font-size: 36px;
    }
}

.info-gh .item_span0 {
    font: 500 1em/0.9 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .item_span1 {
    font: 500 0.8em/0.9 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .item_span2 {
    font: 500 1em/0.9 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .item_span3 {
    font: 500 0.8em/0.9 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .item_span4 {
    font: 500 0.85em/0.9 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .item1 {
    grid-row: span 1;
    grid-column: span 1;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.info-gh .item2 {
    grid-row: span 1;
    grid-column: span 1;
    font: 400 30px/1.26 "Space Grotesk", Helvetica, Arial, serif;
    color: white;
}

@media (max-width: 991px) {
    .info-gh .item2 {
        align-items: flex-start;
        font-size: 28px;
    }
}

@media (max-width: 479px) {
    .info-gh .item2 {
        font-size: 24px;
    }
}

.info-gh .item3 {
    display: flex;
    flex-direction: column;
    grid-row: span 1;
    grid-column: span 1;
    background-color: #3072b9;
    border-radius: 14px;
}

.info-gh .subtitle {
    display: flex;
    justify-content: center;
    margin: 20px 35px;
    font: 700 20px/1.4 "Space Grotesk", Helvetica, Arial, serif;
    color: white;
    text-align: center;
}

@media (max-width: 991px) {
    .info-gh .subtitle {
        align-items: flex-start;
        margin: 20px 32px;
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .info-gh .subtitle {
        margin: 20px 16px;
    }
}

@media (max-width: 479px) {
    .info-gh .subtitle {
        font-size: 16px;
    }
}

@media (max-width: 383px) {
    .info-gh .subtitle {
        margin: 20px 8px;
    }
}

.info-gh .organizationSection {
    display: flex;
    flex-direction: column;
}

.info-gh .flex_col {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 38px;
    width: 86.04%;
    max-width: 1238.9722900391px;
}

.info-gh .content_box {
    display: flex;
    flex-direction: column;
    width: 99.6%;
    border-radius: 45px;
    transition: 0.3s ease-out;
}

.info-gh .flex_col1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 41px auto 56px;
    width: 92.06%;
}

@media (max-width: 383px) {
    .info-gh .flex_col1 {
        margin: 41px auto 50px;
    }
}

.info-gh .flex_row1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
    width: 98.33%;
}

@media (max-width: 383px) {
    .info-gh .flex_row1 {
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}

.info-gh .hero_title2 {
    font: 500 60px/1.28 "Space Grotesk", Helvetica, Arial, serif;
    color: black;
}

@media (max-width: 991px) {
    .info-gh .hero_title2 {
        align-items: flex-start;
        font-size: 52px;
    }
}

@media (max-width: 479px) {
    .info-gh .hero_title2 {
        font-size: 36px;
    }
}

.info-gh .title1 {
    font: 500 30px/1.26 "Space Grotesk", Helvetica, Arial, serif;
    color: black;
}

@media (max-width: 991px) {
    .info-gh .title1 {
        align-items: flex-start;
        font-size: 28px;
    }
}

@media (max-width: 479px) {
    .info-gh .title1 {
        font-size: 24px;
    }
}

.info-gh .image21 {
    width: 58px;
    height: 58px;
    -o-object-fit: cover;
    object-fit: cover;
}

.info-gh .line {
    margin: 29px 0 0;
    width: 98.06%;
    height: 1px;
    min-height: 1px;
    background-color: black;
}

.info-gh .highlight_box {
    margin: 30px 0 0;
    width: 98.06%;
}

@media (max-width: 991px) {
    .info-gh .highlight_box {
        align-items: flex-start;
    }
}

.info-gh .highlight {
    font: 400 18px/1.27 "Space Grotesk", Helvetica, Arial, serif;
    color: black;
}

@media (max-width: 991px) {
    .info-gh .highlight {
        font-size: 16px;
    }
}

.info-gh .highlight_span0 {
    font: 1em/1.27 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .highlight_span1 {
    font: 700 1em/1.27 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .highlight_span2 {
    font: 1em/1.27 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .highlight_span3 {
    font: 700 1em/1.27 "Space Grotesk", Helvetica, Arial, serif;
    text-decoration: underline;
}

.info-gh .highlight_span4 {
    font: 700 1em/1.27 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .highlight_span5 {
    font: 1em/1.27 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .highlight_span6 {
    font: 700 1em/1.27 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .highlight_span7 {
    font: 1em/1.27 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .highlight_span8 {
    font: 700 1em/1.27 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .highlight_span9 {
    font: 1em/1.27 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .flex_row2 {
    display: flex;
    gap: 0 21px;
    margin: 33px 0 0;
    width: 99.38%;
}

@media (max-width: 575px) {
    .info-gh .flex_row2 {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
}

@media (max-width: 383px) {
    .info-gh .flex_row2 {
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}

.info-gh .image22 {
    margin: 0 0 30px;
    width: 42px;
    height: 42px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    -o-object-fit: cover;
    object-fit: cover;
}

.info-gh .highlight_box1 {
    margin: 3px 0 0;
    width: 1066px;
}

@media (max-width: 991px) {
    .info-gh .highlight_box1 {
        align-items: flex-start;
    }
}

.info-gh .highlight_span11 {
    font: 1em/1.27 "Space Grotesk", Helvetica, Arial, serif;
    text-decoration: underline;
}

.info-gh .content_box1 {
    display: flex;
    flex-direction: column;
    margin: 40px 0 0;
    width: 99.6%;
    border-radius: 45px;
    transition: 0.3s ease-out;
}

.info-gh .flex_col2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 41px auto 22px;
    width: 95.14%;
}

.info-gh .flex_row3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
    width: 95.14%;
}

@media (max-width: 767px) {
    .info-gh .flex_row3 {
        gap: 30px 10px;
    }
}

.info-gh .hero_title21 {
    font: 500 60px/1.28 "Space Grotesk", Helvetica, Arial, serif;
    color: black;
}

@media (max-width: 991px) {
    .info-gh .hero_title21 {
        align-items: flex-start;
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .info-gh .hero_title21 {
        margin-top: unset;
        margin-right: unset;
        margin-bottom: unset;
        margin-left: unset;
    }
}

@media (max-width: 479px) {
    .info-gh .hero_title21 {
        font-size: 36px;
    }
}

.info-gh .title11 {
    font: 500 30px/1.26 "Space Grotesk", Helvetica, Arial, serif;
    color: black;
}

@media (max-width: 991px) {
    .info-gh .title11 {
        align-items: flex-start;
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .info-gh .title11 {
        margin-top: unset;
        margin-right: unset;
        margin-bottom: unset;
        margin-left: unset;
        width: 40%;
    }
}

@media (max-width: 479px) {
    .info-gh .title11 {
        font-size: 24px;
    }
}

.info-gh .image211 {
    width: 58px;
    height: 58px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .info-gh .image211 {
        margin-top: unset;
        margin-right: unset;
        margin-bottom: unset;
        margin-left: unset;
        width: 100%;
        max-width: 58px;
    }
}

.info-gh .line1 {
    margin: 29px 0 0;
    width: 94.89%;
    height: 1px;
    min-height: 1px;
    background-color: black;
}

.info-gh .flex_row4 {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin: 30px 0 0;
    width: 100%;
}

@media (max-width: 383px) {
    .info-gh .flex_row4 {
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}

.info-gh .title2 {
    font: 700 30px/1.26 "Space Grotesk", Helvetica, Arial, serif;
    color: black;
}

@media (max-width: 991px) {
    .info-gh .title2 {
        align-items: flex-start;
        font-size: 28px;
    }
}

@media (max-width: 479px) {
    .info-gh .title2 {
        font-size: 24px;
    }
}

.info-gh .highlight_box2 {
    margin: 30px 0 0;
    width: 94.89%;
}

@media (max-width: 991px) {
    .info-gh .highlight_box2 {
        align-items: flex-start;
    }
}

.info-gh .flex_row5 {
    display: flex;
    gap: 0 15px;
    margin: 40px 0 0;
    width: 97.96%;
}

@media (max-width: 383px) {
    .info-gh .flex_row5 {
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}

.info-gh .image23 {
    width: 41px;
    height: 41px;
    -o-object-fit: cover;
    object-fit: cover;
}

.info-gh .title21 {
    margin: 2px 0 1px;
    font: 700 30px/1.26 "Space Grotesk", Helvetica, Arial, serif;
    color: black;
}

@media (max-width: 991px) {
    .info-gh .title21 {
        align-items: flex-start;
        font-size: 28px;
    }
}

@media (max-width: 479px) {
    .info-gh .title21 {
        font-size: 24px;
    }
}

.info-gh .image24 {
    margin: 30px 0 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.info-gh .content_box2 {
    display: flex;
    flex-direction: column;
    margin: 40px 0 0;
    width: 99.6%;
    border-radius: 45px;
    transition: 0.3s ease-out;
}

.info-gh .flex_col3 {
    display: flex;
    flex-direction: column;
    margin: 41px auto 46px;
    width: 90.52%;
}

.info-gh .flex_row6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
}

@media (max-width: 383px) {
    .info-gh .flex_row6 {
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}

.info-gh .line2 {
    margin: 29px 3px 0 0;
    width: 99.73%;
    height: 1px;
    min-height: 1px;
    background-color: black;
}

.info-gh .highlight1_box {
    margin: 30px 3px 0 0;
}

@media (max-width: 991px) {
    .info-gh .highlight1_box {
        align-items: flex-start;
    }
}

.info-gh .highlight1 {
    font: 400 18px/1.66 "Space Grotesk", Helvetica, Arial, serif;
    color: black;
}

@media (max-width: 991px) {
    .info-gh .highlight1 {
        font-size: 16px;
    }
}

.info-gh .highlight1_span0 {
    font: 1em/1.66 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .highlight1_span1 {
    font: 1em/1.66 "Space Grotesk", Helvetica, Arial, serif;
    text-decoration: underline;
}

.info-gh .highlight1_span2 {
    font: 1em/1.66 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .highlight1_span3 {
    font: 1em/1.66 "Space Grotesk", Helvetica, Arial, serif;
    text-decoration: underline;
}

.info-gh .highlight1_span4 {
    font: 1em/1.66 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .highlight1_span5 {
    font: 1em/1.66 "Space Grotesk", Helvetica, Arial, serif;
    text-decoration: underline;
}

.info-gh .highlight1_span6 {
    font: 1em/1.66 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .wrapper2 {
    display: flex;
    flex-direction: column;
    margin: 103px 0 0;
    width: 100%;
    background-color: #4b7eb4;
    border-radius: 46px;
    box-shadow: inset 5px -5px 0 0 white;
}

@media (max-width: 575px) {
    .info-gh .wrapper2 {
        margin: 80px 0 0;
    }
}

@media (max-width: 383px) {
    .info-gh .wrapper2 {
        margin: 50px 0 0;
    }
}

.info-gh .flex_col4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 29px 0;
    margin: 41px 0 39px 5.25%;
    width: 920.9166870117px;
    max-width: 85%;
}

.info-gh .hero_title1 {
    font: 500 44px/0.81 "Space Grotesk", Helvetica, Arial, serif;
    color: white;
}

@media (max-width: 991px) {
    .info-gh .hero_title1 {
        align-items: flex-start;
        font-size: 40px;
    }
}

@media (max-width: 479px) {
    .info-gh .hero_title1 {
        font-size: 36px;
    }
}

.info-gh .medium_title1_box {
    width: 92.73%;
}

@media (max-width: 991px) {
    .info-gh .medium_title1_box {
        align-items: flex-start;
    }
}

.info-gh .medium_title1 {
    font: 500 25px/1.44 "Space Grotesk", Helvetica, Arial, serif;
    color: white;
}

@media (max-width: 991px) {
    .info-gh .medium_title1 {
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    .info-gh .medium_title1 {
        font-size: 20px;
    }
}

.info-gh .medium_title1_span0 {
    font: 500 1em/1.44 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .medium_title1_span1 {
    font: 500 1em/1.44 "Space Grotesk", Helvetica, Arial, serif;
    text-decoration: underline;
}

.info-gh .medium_title1_span2 {
    font: 500 1em/1.44 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .medium_title1_span3 {
    font: 500 1em/1.44 "Space Grotesk", Helvetica, Arial, serif;
    text-decoration: underline;
}

.info-gh .medium_title1_span4 {
    font: 500 1em/1.44 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .medium_title1_span5 {
    font: 500 1em/1.44 "Space Grotesk", Helvetica, Arial, serif;
    text-decoration: underline;
}

.info-gh .medium_title1_span6 {
    font: 500 1em/1.44 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .medium_title1_span7 {
    font: 500 1em/1.44 "Space Grotesk", Helvetica, Arial, serif;
    text-decoration: underline;
}

.info-gh .medium_title1_span8 {
    font: 500 1em/1.44 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .medium_title1_span9 {
    font: 500 1em/1.44 "Space Grotesk", Helvetica, Arial, serif;
    text-decoration: underline;
}

.info-gh .medium_title1_span10 {
    font: 500 1em/1.44 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .medium_title1_span11 {
    font: 500 1em/1.44 "Space Grotesk", Helvetica, Arial, serif;
    text-decoration: underline;
}

.info-gh .medium_title1_span12 {
    font: 500 1em/1.44 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .medium_title1_span13 {
    font: 500 1em/1.44 "Space Grotesk", Helvetica, Arial, serif;
    text-decoration: underline;
}

.info-gh .medium_title1_span14 {
    font: 500 1em/1.44 "Space Grotesk", Helvetica, Arial, serif;
}

.info-gh .medium_title1_span15 {
    font: 500 1em/1.44 "Space Grotesk", Helvetica, Arial, serif;
    text-decoration: underline;
}

.info-gh .eventOverviewSection {
    display: flex;
    flex-direction: column;
}

.info-gh .eventOverviewSection1 {
    display: flex;
    flex-direction: column;
    margin: 42px auto 0;
    width: 86.18%;
    max-width: 1240.9860839844px;
    background-color: white;
    border-radius: 45px 45px 0 0;
}

.info-gh .flex_col5 {
    display: flex;
    flex-direction: column;
    gap: 42px 0;
    margin: 41px auto 62px;
    width: 87.83%;
}

@media (max-width: 383px) {
    .info-gh .flex_col5 {
        margin: 41px auto 50px;
    }
}

.info-gh .flex_row7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
}

@media (max-width: 1199px) {
    .info-gh .flex_row7 {
        flex-direction: column;
        gap: 30px 10px;
    }
}

.info-gh .image16 {
    width: 328px;
    min-width: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .info-gh .image16 {
        width: 100%;
        min-width: unset;
        max-width: 328px;
    }
}

.info-gh .medium_title11 {
    font: 500 25px/1.44 "Space Grotesk", Helvetica, Arial, serif;
    color: black;
}

@media (max-width: 1199px) {
    .info-gh .medium_title11 {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .info-gh .medium_title11 {
        display: none;
        align-items: flex-start;
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    .info-gh .medium_title11 {
        font-size: 20px;
    }
}

.info-gh .flex_row8 {
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
    margin: 0 0 0 7.43%;
    width: 735px;
    max-width: 85%;
}

@media (max-width: 767px) {
    .info-gh .flex_row8 {
        flex-direction: column;
        align-items: center;
        gap: 30px 10px;
    }
}

.info-gh .flex_col6 {
    display: flex;
    flex-direction: column;
    gap: 41px 0;
    margin: 0 0 22px;
    width: 253px;
    min-width: 0;
}

@media (max-width: 767px) {
    .info-gh .flex_col6 {
        margin: 0;
        width: 100%;
        min-width: unset;
    }
}

.info-gh .content_box3 {
    display: flex;
    flex-direction: column;
    width: 148px;
    max-width: 85%;
    background-color: #7eb44b;
    border-radius: 7px;
}

.info-gh .title12 {
    display: flex;
    justify-content: center;
    margin: 0 7px;
    font: 500 30px/1.26 "Space Grotesk", Helvetica, Arial, serif;
    color: black;
    text-align: center;
}

@media (max-width: 991px) {
    .info-gh .title12 {
        align-items: flex-start;
        font-size: 28px;
    }
}

@media (max-width: 479px) {
    .info-gh .title12 {
        font-size: 24px;
    }
}

.info-gh .flex_row9 {
    display: flex;
    gap: 0 29px;
}

@media (max-width: 575px) {
    .info-gh .flex_row9 {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
}

@media (max-width: 383px) {
    .info-gh .flex_row9 {
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}

.info-gh .image17 {
    width: 65px;
    min-width: 0;
    height: 65px;
    -o-object-fit: cover;
    object-fit: cover;
}

.info-gh .flex_col7 {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: 337px;
    min-width: 0;
}

@media (max-width: 767px) {
    .info-gh .flex_col7 {
        width: 100%;
        min-width: unset;
    }
}

.info-gh .content_box4 {
    display: flex;
    flex-direction: column;
    width: 262.986114502px;
    max-width: 85%;
    background-color: #7eb44b;
    border-radius: 7px;
}

.info-gh .flex_row10 {
    display: flex;
    gap: 0 24px;
}

@media (max-width: 575px) {
    .info-gh .flex_row10 {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
}

@media (max-width: 383px) {
    .info-gh .flex_row10 {
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}

.info-gh .medium_title12 {
    width: 87px;
    font: 500 25px/1.44 "Space Grotesk", Helvetica, Arial, serif;
    color: black;
}

@media (max-width: 991px) {
    .info-gh .medium_title12 {
        align-items: flex-start;
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    .info-gh .medium_title12 {
        font-size: 20px;
    }
}

.info-gh .medium_title13 {
    width: 101px;
    font: 500 25px/1.44 "Space Grotesk", Helvetica, Arial, serif;
    color: black;
}

@media (max-width: 991px) {
    .info-gh .medium_title13 {
        align-items: flex-start;
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    .info-gh .medium_title13 {
        font-size: 20px;
    }
}

/* sinon une date longue retour à la ligne */

table.highlight1 td {
    max-width: 100px;
}

