@media only screen and (max-width: 1220px) {
    #prestations .prestation {
        width: calc(50% - 1.5rem);
    }
}
@media only screen and (max-width: 1023px) {
    #team .team-info {
        padding: 40px;
    }

    .service-images .service-icons {
        height: 150px;
        width: 150px;
    }    
    
    #nos-prestations .big-foot,
    #services .image-woman {
        display: none;
    }

    .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: #b20817;
    }
    .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: #b20817;
        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 {
        padding: 10px 0;
    }
    header.is-active {
        position: fixed;
        height: 100vh;
        background-color: #fff;
    }
    header .menu-item a {
        padding: 20px;
        text-align: center;
    }

    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: #b20817;
    }
    header.is-active .menu {
        position: absolute;
        top: 100px;
        width: 100%;
        height: 100vh;
        left: 0;
        font-size: 1.5rem;
        padding-top: 20px;
    }
    header.is-active .menu {
        background-color: #fff;
    }
    header.is-active .menu .button-confirm {
        margin-top: 40px;
    }
    header .menu-item a:hover, header .menu-item a.is-active {
        background-color: transparent;
        border-bottom: 2px solid #b20817;
        color: inherit;
    }    

    #prestations .prestation {
        width: calc(50% - 0.5rem);
    }    
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2rem;
        line-height: 2rem;
    }

    footer {
        font-size: 14px;
    }
    footer .footer-info .footer-info__right {
        line-height: initial;

    }

    #team .team-list .team-member p {
        font-size: 1rem;
    }
    #team .team-background {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .category-title {
        width: 100%;
        text-align: center;
    }
    .image-blob-background:before {
        background-size: calc(100vw - 4rem);
        left:0;
    }
    .image-blob {
        mask-size: 100%;
    }

    #prestations .category-title {
        padding: 20px 40px;
        width: 100%;
        text-align: center;        
    }

    #prestations .prestation h1 {
        font-size: 1rem;
        line-height: 1rem;
    }

    .service-images .service-icons {
        height: 120px;
        width: 120px;
    }
    .service-images .service-icons.service-icons__right {
        right: initial;
    }
    .circle-image {
        margin-left: 0;
    }

    ul > li {
        margin-left: 20px;
    }    
    ul li ul li {
        margin-left: 20px;
        line-height: initial;
    }
}