
.homepage {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
html, .page-template-page-home {
    overflow-x: hidden;
}
/* Diaporama */
.homepage__diaporama {
    order: -99;
}
.homepage__diaporama .headerPage::after {
    display: none;
}
.homepage__diaporama .headerPage {
    overflow: visible;
}
.homepage__diaporama .headerPage::before {
    mix-blend-mode: multiply;
    right: -30%;
    top: 50%;
}
@media screen and (max-width:1650px) {
    .homepage__diaporama .headerPage::before {
        right: -50%;
    }
}
@media screen and (max-width:1441px) {
    .homepage__diaporama .headerPage::before {
        right: -63%;
    }
}
@media screen and (max-width:1366px) {
    .homepage__diaporama .headerPage::before {
        right: -74%;
    }
}
.slider-item .headerPage-text .desc .btn--primary {
    margin-top: 3rem;
}

@media screen and (max-width:991px) {
    .homepage__diaporama .headerPage::before {
        right: -106%;
        opacity: 0;
    }
    .slider-item .headerPage-text .desc .btn--primary {
        background-color: var(--white);
        color: var(--color-primary);
    }
    .slider-item .headerPage-text .desc .btn--primary:hover {
        background-color: var(--color-tertiary);
        color: var(--white);
    }
}
@media screen and (max-width:768px) {
    .homepage__diaporama .headerPage::before {
        mix-blend-mode: normal;
        right: initial;
        left: 0;
        border-radius: 0;
        top: 82%;
        transform: none;
    }
    .homepage__diaporama .headerPage .slider-nav-no {
        z-index: 9999;
    }
}
@media screen and (max-width:570px) {
    .homepage__diaporama .headerPage::before {
        right: -195%;
    }
}
@media screen and (max-width:500px) {
    .homepage__diaporama .headerPage::before {
        top: 70%;
    }
}
@media screen and (max-width:428px) {
    .homepage__diaporama .headerPage::before {
        right: -285%;
        top: 51%;
    }
}
.homepage__diaporama .headerPage-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.homepage__diaporama .headerPage-text .like-h1, .homepage__diaporama .headerPage-text .desc {
    pointer-events: all;
}
.homepage__diaporama .headerPage-text .desc p:last-of-type {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0;
    margin-right: 15px;
}
.homepage__diaporama .scroll-bottom {
    display: inline-flex;
}
.slider-item {
    position: relative;
}
@media screen and (max-width:991px) {
    .homepage__diaporama .headerPage-text .col-51 > img {
        display: none;
    }
    .homepage__diaporama .slider-item .headerPage-text > div {
        align-items: flex-end;
        padding-bottom: 50px;
    }
    .homepage__diaporama .headerPage-text {
        z-index: 99999;
    }

    .homepage__diaporama .slider-item {
        overflow: hidden;
    }
}

/* Introduction */
.homepage__intro {
    position: relative;
    z-index: 99;
    min-height: 100vh;
}
.homepage__intro .btn--tertiary:hover {
    background-color: var(--white);
    color: var(--color-tertiary);
}
@media screen and (max-width:991px) {
    .homepage__intro .bloc_texteImage  {
        margin-bottom: 70px;
    }
}
@media screen and (max-width:768px) {
    .homepage__intro .bloc_texteImage  {
        margin-bottom: 10px;
    }
    .homepage__diaporama .headerPage-picture {
        min-height: 713px;
    }
    .homepage__diaporama .headerPage-picture::before {
        content: '';
        width: 1863px;
        height: 1863px;
        border-radius: 50%;
        position: absolute;
        pointer-events: none;
        top: 28%;
        left: -53%;
        background-color: var(--color-primary);
        mix-blend-mode: multiply;
        opacity: .8;
        z-index: 10;
    }
}
.homepage__intro .like-h2 {
    margin-bottom: 20px;
}


/* Raccourcis */
.homepage__raccourcis {
    position: relative;
    z-index: 99;
}
@media screen and (max-width:991px) {
    .homepage__raccourcis {
        z-index: 10;
    }
}
.homepage__raccourcis-title {
    font-size: 2.7rem;
    margin: 0rem 0 4rem 9rem;
    font-weight: 600;
    font-family: var(--font-primary);
}
.homepage__raccourcis-picto {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    width: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage__raccourcis-item:nth-child(3n+1) .homepage__raccourcis-picto {
    background-color: var(--yellow);
}
.homepage__raccourcis-item:nth-child(3n+2) .homepage__raccourcis-picto {
    background-color: var(--blue);
}
.homepage__raccourcis-item:nth-child(3n+3) .homepage__raccourcis-picto {
    background-color: var(--orange);
}
.homepage__raccourcis-content {
    min-height: 250px;
    overflow: visible!important;
    background-color: var(--white);
    padding: 34px 0 0 0;
}
.homepage__raccourcis-desc {
    margin-top: 40px;
    padding: 0 45px;
}
.homepage__raccourcis::before {
    content: '';
    width: 5074px;
    height: 4997px;
    position: absolute;
    top: 72px;
    left: 50%;
    background: var(--blue);
    border-radius: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width:991px) {
    .homepage__raccourcis::before {
        top: -522px;
        left: -40%;
    }
}
@media screen and (max-width:768px) {
    .homepage__raccourcis::before {
        top: -300px;
    }
}
/* mot président */
.homepage__mot, .homepage__actus {
    position: relative;
    z-index: 99;
}
.homepage__mot .bloc_texteImage-pictures .item.rounded {
    border-radius: 50%;
}
.homepage__mot * {
    color: var(--white);
}
.homepage__mot .btn {
    margin-top: 22px;
}
.homepage__mot .like-h2, .homepage__mot h2 {
    font-size: 3rem;
}
.homepage__mot {
    margin-top: 170px;
    margin-bottom: 80px;
}
.homepage__mot .btn--primary:hover {
    background-color: var(--white);
    color: var(--color-tertiary);
}
@media screen and (max-width:991px) {
    .homepage__mot {
        margin-top: 10px;
    }
}
/* Actus */
.homepage__actus {
    position: relative;
    overflow: hidden;
    padding: 80px 0 100px 0;
}
@media screen and (max-width:991px) {
    .homepage__actus {
        padding-top: 67px;
        padding-bottom: 50px;
    }
}
.homepage__actus h2 {
    color: var(--white);
    margin-bottom: 0;
}

@media screen and (min-width:992px) {
    .homepage__actus .slider-actus .slick-list {
        padding: 26px 10px 5rem 10px;
        margin: 0 -10px ;
    }
    .homepage__actus button.slick-arrow.slick-prev {
        left: -5rem;
    }
    .homepage__actus button.slick-arrow.slick-next {
        right: -5rem;
    }
}
.homepage__actus::after {
    content: '';
    position: absolute;
    left: 17%;
    top: -2%;
    width: 3174px;
    height: 3174px;
    background-color: var(--white);
    border-radius: 50%;
    z-index: -1;
}
@media screen and (max-width:1441px) {
    .homepage__actus::after {
        top: -2%;
        left: 12%;
    }
}
@media screen and (max-width:1366px) {
    .homepage__actus::after {
        left: 12%;
    }
}
@media screen and (max-width:1200px) {
    .homepage__actus::after {
        left: 9%;
    }
}
@media screen and (max-width:1040px) {
    .homepage__actus::after {
        left: 17%;
    }
}
@media screen and (max-width:991px) {
    .homepage__actus::after {
        top: 30%;
        left: initial;
        right: -86%;
    }
    .homepage__actus > .container > h2 {
        text-align: center;
    }
}
