section.reservez-votre-table{
    padding: 64px 0 84px;
    position: relative;
}

section.reservez-votre-table .container{
    z-index: 1;
    position: relative;
}

section.reservez-votre-table h2{
    font-weight: 400;
    /*font-size: 40px;
    line-height: 46px;*/
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}

section.reservez-votre-table .blocs{
    margin-top: 53px;
}

section.reservez-votre-table .blocs .bloc{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 45px 60px;
    /*border: 1px solid #000;*/
    text-align: center;
    height: inherit !important;
}

section.reservez-votre-table .blocs .bloc.bordure{
    border: 1px solid #000;
}

section.reservez-votre-table .blocs .bloc.arrondi{
    border-radius: 35px;
}

section.reservez-votre-table .blocs .bloc h3{
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    text-transform: none;
}

section.reservez-votre-table .blocs .bloc p{
    margin-top: 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
}

section.reservez-votre-table .blocs .bloc a{
    margin-top: 39px;
}

section.reservez-votre-table .blocs .slick-slide{
    margin: 0 25px;
}

/* the parent */
section.reservez-votre-table .blocs .slick-list{
    margin: 0 -25px;
}

section.reservez-votre-table .blocs .slick-list .slick-track{
    display: flex !important;
    align-items: stretch;
}

section.reservez-votre-table .slick-dotted.slick-slider{
    margin-bottom: 0;
}

section.reservez-votre-table .blocs .slick-dots{
    margin-top: 23px;
    display: flex;
    justify-content: center;
    grid-gap: 8px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 100%);
    bottom: -23px;
}

section.reservez-votre-table .blocs .slick-dots li{
    width: 5px;
    height: 5px;
    margin: 0;
}

section.reservez-votre-table .blocs .slick-dots li button{
    border-radius: 100%;
    background-color: #8C8C8C;
    width: 5px;
    height: 5px;
    margin: 0;
    padding: 0;
}

section.reservez-votre-table .blocs .slick-dots li.slick-active button{
    background: #000;
}

section.reservez-votre-table .blocs .slick-dots li button::before{
    content: none;
}

section.reservez-votre-table .pattern{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
}

section.reservez-votre-table .pattern img{
    width: 100%;
}


@media screen and (min-width: 768px){
    section.reservez-votre-table{
        padding: 115px 0 113px;
    }

    section.reservez-votre-table h2{
        /*font-size: 55px;
        line-height: 60px;*/
        font-size: 40px;
        line-height: 55px;
    }

    section.reservez-votre-table .blocs{
        margin-top: 112px;
        display: flex;
        grid-gap: 50px;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
    }

    section.reservez-votre-table .blocs .bloc{
        width: calc(50% - 25px);
        padding: 76px 60px 58px;
    }

    section.reservez-votre-table .blocs .bloc h3{
        /*font-size: 40px;
        line-height: 45px;*/
        font-size: 30px;
        line-height: 40px;
    }

    section.reservez-votre-table .blocs .bloc p {
        margin-top: 45px;
    }

    section.reservez-votre-table .blocs .bloc a {
        margin-top: 50px;
    }

    /*section.reservez-votre-table .pattern{
        transform: translateY(40%);
    }*/
}

@media screen and (min-width: 992px){
    section.reservez-votre-table .blocs{
        flex-wrap: unset;
    }

    section.reservez-votre-table .blocs .bloc{
        width: 33%;
    }

    section.reservez-votre-table.has-background{
        /*background-position: 0 165% !important;*/
    }
}