#indexPart2 {
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 70px;
    margin-top: 70px;
}
#indexPart2Container {
    display: flex;
    justify-content: space-between;
    width: calc(100%-100px);
    margin: 0 auto;
}
.indexPart2Item {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23%;
    padding: 10px;
}
.indexPart2PicContainer {
    width: 200px;
    height: 200px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.indexPart2Pic {
    object-fit: contain;
}
.indexPart2Title {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.indexPart2Desc {
    text-align: center;
}
#indexPart2CTA {
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}

#agenda {
    margin-bottom: 70px;
}

#agendaCTA {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    width: 100%;
}
#indexSpondorsPart {
    width: 75%;
    margin: auto;
}
#sliderContainer {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}
#sliderContent {
    /* min-width: 100%;
    width: min-content;
    border-top: 2px solid var(--lightBlue);
    border-bottom: 2px solid var(--lightBlue);
    padding: 20px 0px ;
    margin-left: 50px;
    margin-right: 50px;
    display: flex; */
}
.sponsorPic {
    width: 100px;
    /* display: inline-block;
    object-fit: contain;
    margin-left: 10px;
    margin-right: 10px; */
}
.sponsorPic img {
    width: 100px;
    object-fit: contain;
}
.slick-slide {
    width: 100px !important;
}
.titleWithSplitterAligned {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#greyHalf {
    width: 100%;
    -background-color: #D9D9D9;
    -background-image: url("https://medias-cesin.dernier-carat.com/cesin/assets/greyHalfBG.png");
    -background-repeat: no-repeat;
    -padding-top: 160px;
}

#greyHalf .content {
    width: 75%;
    margin: auto;
}

#greyHalfBG {
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.actus {
    display: flex;
    margin: 15px 0 15px 0;
    width: 100%;
    overflow-x: scroll;
    padding: 20px 0;
}


.actu {
    width: 30%;
    height: 450px;
    padding: 15px;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 6px 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 2%;
    flex-shrink: 0;
}

.actu:first-child {
    margin-left: 0;
}

.actu-image {
    height: 25%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.actu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.actu-title {
    border-left: solid 4px var(--primary);
    padding: 5px 0 5px 10px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 15px;
    margin: 20px 0;
}

.actu-title.no-image {
    text-transform: uppercase;
}

.actu-content {
    font-size: 12px;
    color: var(--secondary);
    flex-grow: 1;
    line-height: 24px;
}

.actu-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    color: var(--secondary);
}

.actu-next {
    -font-weight: 800;
    font-weight: bold;
    color: var(--primary);
    cursor: pointer;
}

.actu-date {
    color: var(--secondary);
}

.actus-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 50px;
}

.actu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px var(--primary);
    height: 35px;
    padding: 4px 16px;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
}

.actu-button:hover {
    background-color: var(--primary);
    color: white;
}

.actu-button .actu-img-white {
    display: none;
}

.actu-button:hover .actu-img-white {
    display: block;
}

.actu-button .actu-img-normal {
    display: block;
}

.actu-button:hover .actu-img-normal {
    display: none;
}

.actu-button:hover p {
    color: white;
}

.actu-button img {
    height: 100%;
    object-fit: contain;
}

.actu-button p {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
}

section {
    margin-top: 80px;
}

.events {
    display: flex;
    width: calc(100% - 100px);
    margin: 0 auto;
    overflow-x: scroll;
}

.events .carousel-slides {
    width: 100%;
    justify-content: flex-start;
}

.event {
    border-radius: 10px;
    border: solid 2px var(--primary);
    width: 175px;
    height: 270px;
    padding: 12px 10px;
    flex-shrink: 0;
    margin: 0 15px;
}

.event:first-child {
    margin-left: 0;
}

.event:last-child {
    margin-right: 0;
}

.event-header {
    display: flex;
    height: 30%;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: solid 2px var(--primary);
    margin-bottom: 15px;
}

.event-date-number {
    font-weight: bold;
    font-size: 40px;
    display: block;
    color: var(--primary);
    margin-right: 20px;
}

.event-date-others {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.event-date-month-year {
    font-weight: bold;
    font-size: 12px;
    color: var(--primary);
    margin-bottom: 5px;
}

.event-date-type {
    font-size: 12px;
    color: var(--secondary);
}

.event-title {
    font-weight: bold;
    font-size: 15px;
    color: var(--secondary);
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
}

.event-desc {
    font-size: 12px;
    color: var(--secondary);
    font-family: Montserrat, sans-serif;
    word-break: break-word;
}

#publications {
    margin-top: 80px;
}

.publications {
    margin: 0 auto;
    width: calc(100% - 100px);
    display: flex;
    flex-wrap: wrap;
}

.publication {
    border-radius: 10px;
    width: 30%;
    height: 175px;
    background-color: #F9F9F9;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.publication-head-bar {
    width: 100%;
    height: 5px;
    background-color: var(--primary);
}

.publication-header {
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.publication-title {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: var(--secondary);
    text-transform: uppercase;
    width: 70%;
}

.publication-divider {
    width: 25%;
    height: 2px;
    background-color: var(--primary);
    margin-left: 10px;
    margin-bottom: 10px;
}

.publication-new-space {
    flex-grow: 1;
    padding: 0 10px 10px 10px;
}

.publication-new {
    color: var(--primary);
    font-size: 12px;
    font-weight: 600;
}

.publication-footer {
    padding: 0 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--secondary);
    font-size: 10px;
}

.publication-img {
    width: 15%;
    margin-left: 15px;
    object-fit: contain;
}

.publications-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 30px auto;
    width: calc(100% - 100px);
    flex-wrap: wrap;
}

.publication-filter {
    margin-top: 20px;
}

.separator {
    height: 1px;
    width: calc(100% - 100px);
    background-color: var(--lightgrey);
    margin: 70px auto;
}

.publication-filter img {
    display: block;
    margin: 0 auto;
    height: 15px;
    width: 20px;
    margin-bottom: 10px;
    object-fit: contain;
}

.publication-filter p {
    font-weight: 500;
    color: var(--secondary);
    padding: 5px 20px;
    font-size: 13px;
    border-left: solid 1px var(--secondary);
    cursor: pointer;
}

.publication-filter p:hover {
    color: var(--primary);
}

.publication-filter-name.active {
    color: var(--primary);
}

.no-border {
    border-left: none !important;
}

@media screen and (max-width: 1000px) {
    #indexPart2 {
        height: unset;
        width: 100%;
        margin-bottom: 45px;
    }

    #indexPart2Container {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .indexPart2Item {
        width: 45%;
        margin-bottom: 15px;
    }

    .indexPart2PicContainer {
        width: 150px;
        height: 150px;
    }

    .pageTitleContainer {
        width: 100%;
        padding: 0 15px;
    }

    .pageTitle {
        font-size: 19px;
    }

    .horizontalBlueSplitterTitle {
        margin: 0;
    }

    #sponsors {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 70px;
    }

    .carousel-container {
        width: 100%;
        padding: 0;
    }

    .carousel-slide {
        width: 100%;
        padding: 20px;
    }

    #greyHalf .content {
        width: 100%;
    }

    .actu-arrow {
        display: none;
    }

    .pageTitleContainer {
        margin: 30px 0;
    }

    .publications-menu {
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px 0 30px 0;
        width: 100%;
        padding: 0 15px;
    }

    .publication-filter p {
        font-size: 10px;
        margin-bottom: 15px;
        padding: 5px 10px;
    }

    .event-arrow {
        display: none;
    }

    .event-date-number {
        font-size: 22px;
    }

    .event {
        width: 150px;
    }

    .publication {
        width: 90%;
    }

    .publications {
        flex-direction: column;
        flex-wrap: wrap;
        height: 400px;
        overflow-x: scroll;
        width: 100%;
        padding: 0 15px;
    }

    .actus-buttons {
        margin: 20px 15px 40px 0;
    }

    .actus {
        width: 100%;
    }

    .actu {
        width: 80%;
    }

    .events {
        width: calc(100% - 20px);
    }
}