html {
    scroll-behavior: smooth;
}

/* Typo */
a,
button,
input,
select,
h1,
h2,
h3,
h4,
h5,
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    background: none;
    -webkit-font-smoothing: antialiased;
    font-family: var(--body-default-font-family), sans-serif;
    color: var(--text-cgi-default, #333333);
    text-align: left;
}

h1 {
    font-family: var(--headings-h1-font-family), sans-serif;
    font-size: var(--headings-h1-font-size);
    line-height: var(--headings-h1-line-height);
}

h2 {
    font-family: var(--headings-h2-font-family), sans-serif;
    font-size: var(--headings-h2-font-size);
    line-height: var(--headings-h2-line-height);
}

h3 {
    font-family: var(--headings-h3-font-family), sans-serif;
    font-size: var(--headings-h3-font-size);
    line-height: var(--headings-h3-line-height);
}

h4 {
    font-family: var(--headings-h4-font-family), sans-serif;
    font-size: var(--headings-h4-font-size);
    line-height: var(--headings-h4-line-height);
}

h5 {
    font-family: var(--headings-h5-font-family), sans-serif;
    font-size: var(--headings-h5-font-size);
    line-height: var(--headings-h5-line-height);
}

h6 {
    font-family: var(--headings-h6-font-family), sans-serif;
    font-size: var(--headings-h6-font-size);
    line-height: var(--headings-h6-line-height);
}

/* Elements */
.header {
    background: var(--primary-white, #ffffff);
    padding: 12px 16px 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
    height: 64px;
    position: sticky;
    left: 0;
    top: 0;
    box-shadow: var(
            --cgi-drop-down-list-box-shadow,
            0 2px 6px 2px rgba(0, 0, 0, 0.15),
            0 2px 6px 2px rgba(0, 0, 0, 0.15)
    );
    z-index: 2;
}

.left-side {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.hamburger {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    height: auto;
    position: relative;
    overflow: visible;
}

.close {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    height: auto;
    position: relative;
    overflow: visible;
}

.logo {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.cgi-logo {
    flex-shrink: 0;
    width: 65.92px;
    height: 30.67px;
    position: relative;
    overflow: visible;
}

.divider {
    flex-shrink: 0;
    width: 0;
    height: 18px;
    position: relative;
    overflow: visible;
}

.button {
    color: var(--primary-cgi-purple, #5236ab);
    text-align: center;
    font-family: var(--button-button-regular-font-family) sans-serif;
    font-size: var(--button-button-regular-font-size, 16px);
    line-height: var(--button-button-regular-line-height, 24px);
    font-weight: var(--button-button-regular-font-weight, 600);
    position: relative;
}

menu, ol, ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

br {
    margin-top: 30px;
}

.index-btn {
    margin-top: 40px;
    display: flex;
    background: linear-gradient(to right, rgba(227, 25, 56), rgba(84, 53, 168));
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
}

.index-btn-txt {
    text-align: center;
    color: var(--primary-white, #ffffff);
    font: 400 30px/24px "SourceSansPro", sans-serif;
    margin: 15px 40px 15px 40px;
}

.centered-container {
    margin-top: 40vh; /* poussé de la moitié de hauteur de viewport */
    margin-left: 20vh;
    transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    display: flex;
    flex-direction: column;
    margin: 50px 0 0 50px;
}

.item {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

video {
    max-width: 1000px !important;
}

.subitem {
    display: flex;
    align-items: center;
    margin: 5px 5px 5px 5px;
}


h1 a, .h1-regular, h1 {
    color: #333;
    margin: 5px 0;
    font: 700 40px/32px "SourceSansPro", sans-serif;
}

.slogan {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #d2d2d2;
    color: var(--primary-cgi-grey-cgi-grey-900, #000000);
    font: 500 45px/58px "SourceSansPro", sans-serif;
}

.index-img {
    width: 200px;
}

.bg-white {
    background: var(--primary-white-white-300, #f6f8f9);
    overflow: hidden;
}

.body {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    background: white;
}

.left-side-menu {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    width: 250px;
    height: 100%;
    position: absolute;
    z-index: 1;
    transition: 0.5s;
    left: -250px;
}

.navigation {
    background: var(--primary-white, #ffffff);
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex: 1;
    position: relative;
    box-shadow: var(
            --cgi-drop-down-list-box-shadow,
            0 2px 6px 2px rgba(0, 0, 0, 0.15),
            0 2px 6px 2px rgba(0, 0, 0, 0.15)
    );
}

.left-side-menu .menu-item:hover,
.left-side-menu .menu-item:active,
.left-side-menu .menu-item:focus {
    background: var(--primary-cgi-purple-cgi-purple-100, #e6e3f3);
    border-width: 0 0 0 4px;
    border-style: solid;
    border-image: var(
            --gradients-cgi-horizontal,
            linear-gradient(180deg, rgba(227, 25, 55, 1) 0%, rgba(82, 54, 171, 1) 100%)
    );
    border-image-slice: 1;
    padding: 10px 24px 10px 16px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    height: 64px;
    position: relative;
    cursor: pointer;
}

.left-side-menu .menu-item {
    background: var(--primary-white, #ffffff);
    border-style: solid;
    border-color: var(--primary-cgi-grey-cgi-grey-50, #efefef);
    border-width: 0 0 1px 0;
    padding: 10px 24px 9px 20px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    height: 64px;
    position: relative;
}

.content {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    position: relative;
    overflow: hidden;
}

.live {
    flex-direction: row;
}

.content .event-description a {
    color: var(--primary-cgi-purple, #5236ab);
    text-decoration: underline;
}

.content2 {
    padding: 32px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex: 1;
    position: relative;
}

.hero {
    background: var(--primary-cgi-grey-cgi-grey-50, #efefef);
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.hero-intro {
    padding: 0 48px 0 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.text {
    color: var(--primary-cgi-purple-cgi-purple-900, #200a58);
    text-align: left;
    font-family: var(--body-bold-default-font-family), sans-serif;
    font-size: 36px;
    line-height: 45px;
    position: relative;
    align-self: stretch;
}

.text2 {
    color: var(--text-cgi-default, #333333);
    text-align: left;
    font-family: "SourceSansPro-Regular", sans-serif;
    font-size: 25px;
    line-height: 35px;
    position: relative;
    align-self: stretch;
}

.mask-group {
    flex-shrink: 0;
    height: 380px;
    padding: 20px 48px 20px 48px;
    position: relative;
    overflow: visible;
}

.event-description {
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.about {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.about-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.about-container, .partner-container {
    max-width: 50%;
}

.live .about-container, .live .partner-container {
    max-width: 100%;
}

.flex-direction-row .partner-container div {
    flex-direction: column;
    display: flex;
    gap: 15px;
}

.about-container-text {
    font-size: var(--body-body-2-default-font-size, 16px);
    line-height: var(--body-body-2-default-line-height, 20px);
    position: relative;
    align-self: stretch;
}

.about-img {
    height: 70px;
}

.live {
    display: block;
}

.live .video {
    min-height: 1070px;
    width: 79%;
}

.live .chat {
    min-height: 1070px;
    width: 20%;
}

.direct-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.cards {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    margin-left: 30px;
}

.cards2 {
    background: var(--primary-white, #ffffff);
    border-style: solid;
    border-color: var(--primary-cgi-grey-cgi-grey-50, #efefef);
    border-width: 1px 1px 1px 1px;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    height: 460px;
    position: relative;
    overflow: hidden;
    max-width: 342px;
}

.cards-card-img {
    align-self: stretch;
    flex: 1;
    position: relative;
    object-fit: cover;
    max-height: 213px;
}

.cards-card-title {
    padding: 0 16px 0 16px;
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.cards-card-content {
    padding: 0 16px 0 16px;
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex: 1;
    position: relative;
}

.call-to-action {
    background: var(--primary-white, #ffffff);
    border-style: solid;
    border-color: var(--primary-cgi-grey-cgi-grey-50, #efefef);
    border-width: 1px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.call-to-action:hover,
.call-to-action:active,
.call-to-action:focus {
    background: var(--primary-cgi-grey-cgi-grey-50, #efefef);
}

.cta-text {
    color: var(--primary-cgi-purple, #5236ab);
    text-align: left;
    font-family: var(--body-bold-default-font-family) sans-serif;
    font-size: var(--body-body-2-default-font-size, 16px);
    font-weight: bold;
    line-height: var(--body-body-2-default-line-height, 20px);
    position: relative;
}

.arrow-right {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.download {
    padding: 0 48px 0 48px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    height: 142px;
    position: relative;
    background: url(../img/gradient.png) center;
    background-size: cover;
    background-repeat: no-repeat;
}

.download-button {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.download-title {
    color: var(--primary-white, #ffffff);
    position: relative;
    flex: 1;
}

.buttons-regular {
    background: var(--primary-white, #ffffff);
    border-style: solid;
    border-color: var(--primary-cgi-purple, #5236ab);
    border-width: 1px;
    padding: 12px 16px 12px 16px;
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.content-dropdown {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.content3 {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 24px;
    position: relative;
}

footer {
    background: var(--primary-cgi-grey, #333333);
    padding: 0 48px 0 48px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    height: 230px;
    position: relative;
}

footer h2, .download h2 {
    font-weight: normal;
}

.copyright {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-direction-row {
    flex-direction: row;
}

/* Spacing */
.height0 {
    height: 0;
}

.mr-35 {
    margin-right: 35px;
}

.pb-35 {
    padding-bottom: 35px;
}

.mr-20vh {
    margin-right: 20vh;
}

.mt-50 {
    margin-top: 50px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-20vh {
    margin-left: 20vh;
}

.pt-5 {
    padding-top: 5px;
}

/* Go To Top */
#btn-go-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: var(--primary-cgi-grey-cgi-grey-50, #efefef);
    cursor: pointer;
    padding: 15px 15px 10px 15px;
    border-radius: 10px;
    font-size: 18px;
}

#btn-go-to-top:hover {
    background-color: var(--primary-cgi-grey-cgi-grey-100, #c0c0c0);
}

#btn-go-to-top img {
    rotate: 180deg;
}

/* Tools */
.dmobile {
    display: none;
}

.capitalize::first-letter {
    text-transform: capitalize;
}

.text-white {
    color: var(--primary-white, #ffffff);
}

/* Responsive */
@media (max-width: 500px) {
    .dmobile {
        display: block;
    }
}

@media (max-width: 999px) {
    .centered-container {
        margin-left: 15px;
    }

    .land-video {
        display: none;
    }

    .slogan {
        margin-top: 30px;
        color: white;
        margin-left: 0;
        padding-left: 0;
        border: none;
    }

    .left-side-menu {
        width: 100%;
        height: auto;
        top: -150px;
        left: 0;
    }

    .hero-intro {
        padding-bottom: 10px;
    }

    .mask-group {
        display: none;
    }

    .mr-20vh {
        margin-right: 0;
    }

    .ml-20vh {
        margin-left: 0;
    }

    .event-description,
    .partner-container {
        max-width: 100%;
    }

    .live .video, .live .chat {
        min-height: 360px;
        width: 100%;
    }

    .about-container {
        max-width: 100%;
    }

    .about-img {
        height: 45px;
    }

    .cards .row {
        flex-direction: column;
        margin-left: 0;
    }

    .cards2 {
        max-width: 100%;
        min-width: 100%;
    }

    h2 {
        font-size: 22px;
    }

    .download-button {
        gap: 20px;
    }

    .flex-direction-row {
        display: flex;
        flex-direction: column;
    }

    .ml-50 {
        margin-left: 0;
    }

    .mt-50 {
        margin-top: 0;
    }

    .about {
        flex-direction: column !important;
    }

    .partner-container, .about-container {
        max-width: 100%;
    }
}

@media (max-width: 1374px) and (min-width: 1000px) {
    .mr-20vh {
        margin-right: 0;
    }

    .ml-20vh {
        margin-left: 0;
    }

    .about-img {
        height: 55px;
    }

    .live {
        display: flex;
    }

    .live .video, .live .chat {
        min-height: 680px;
        width: 100%;
    }
}

@media (min-width: 2000px) {
    .mr-20vh {
        margin-right: 40vh;
    }

    .ml-20vh {
        margin-left: 40vh;
    }

    .about-img {
        height: 55px;
    }

    .live iframe {
        min-height: 1024px;
    }
}

@media (min-width: 2300px) {
    .about-img {
        height: 60px;
    }
}
