@media only screen and (max-width: 1023px) {
    #home .container__left h1 {
        font-size: 2rem;
        line-height: 2rem;
    }
    h1 {
        font-size: 1.75rem;
        line-height: 1.75rem;
    }
    #gallery img {
        height: 300px;
    }
    /* #gallery .gallery-content {
        animation: scrollGallery 10s linear infinite;
        -webkit-animation: scrollGallery 10s linear infinite;
    }     */
    .gallery-masonry {
        column-count: 1;
    }

    #feedbacks .slideshow-group {
        height: auto;
    }     

    .offre-price {
        top: -70px;
        right: -45px;
        height: 125px;
        width: 125px;
    }
    .offre-price div {
        font-size: .85rem;
    }
    .offre-price .offre-price__startAt {
        font-size: .7rem;
    }
    #offre-detail .offre-price {
        right: 0;
        top: -100px;
    }

    #offre .container__content .slideshow .article--content {
        height: auto;
        padding-bottom: 100px;
    }

    #offre .slideshow__arrows {
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
    }    

    /* Header */
    .hamburger {
        padding: 15px 0;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
    }
    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
        background-color: #001f42;
    }
    .hamburger-box {
        width: 40px;
        height: 14px;
        display: inline-block;
        position: relative;
    }
    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }
    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 40px;
        height: 4px;
        background-color: #001f42;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }
    .hamburger-inner::before,
    .hamburger-inner::after {
        content: "";
        display: block;
    }
    .hamburger-inner::before {
        top: -10px;
    }
    .hamburger-inner::after {
        bottom: -10px;
    }
    .hamburger--squeeze .hamburger-inner {
        transition-duration: 0.075s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .hamburger--squeeze .hamburger-inner::before {
        transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    }
    .hamburger--squeeze .hamburger-inner::after {
        transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .hamburger--squeeze.is-active .hamburger-inner {
        transform: rotate(45deg);
        transition-delay: 0.12s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .hamburger--squeeze.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    }
    .hamburger--squeeze.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    /* Menu */
    header.is-active {
        position: fixed;
        height: 100vh;
        background-color: #fefeff;
    }

    header.is-active .hamburger .hamburger-inner,
    header.is-active .hamburger .hamburger-inner::before,
    header.is-active .hamburger .hamburger-inner::after,
    header.mode-white .hamburger .hamburger-inner,
    header.mode-white .hamburger .hamburger-inner::before,
    header.mode-white .hamburger .hamburger-inner::after {
        background-color: #001f42;
    }

    header.is-active .header__logo {
        color: #001f42;
    }

    header.is-active .menu {
        position: absolute;
        top: 100px;
        width: 100%;
        height: 100vh;
        left: 0;
        font-size: 1.5rem;
        padding-top: 100px;
        color: #001f42;
    }
    header.is-active .menu {
        background-color: #fff;
    }
    header.is-active .menu .button-confirm {
        margin-top: 40px;
        /* text-align: center; */
    }
    header.is-active .menu .button-confirm a {
        color: #9EC6F3;
        border: 3px solid #9EC6F3
    }
}

@media screen and (max-width: 767px) {

}
