section.hebergement{
    padding: 40px 0;
}

section.hebergement .titre{
    color: #000;
    font-family: Biotif, sans-serif;
    font-weight: 300;
    line-height: 34px;
    font-size: 32px;
    font-style: italic;
    text-align: center;
    padding: 0 20px;
}

section.hebergement .titre .ogg{
    font-family: Ogg, sans-serif;
    font-style: normal;
}

section.hebergement .texte{
    color: #000;
    font-family: Biotif, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    max-width: 960px;
    margin: 30px auto 0;
    padding: 0 20px;
}

section.hebergement .wrapper-img{
    padding: 0 20px;
}

section.hebergement .images-wrapper{
    position: relative;
}

section.hebergement .images{
    margin-top: 50px;
}

section.hebergement .images figure{
    display: flex;
}

section.hebergement .images img{
    height: 100%;
    object-fit: cover;
    aspect-ratio: 374/540;
    display: flex;
    width: 100%;
}

section.hebergement .images-wrapper .arrow-slick{
    position: absolute;
    right: 23px;
    bottom: 54px;
    display: flex;
    grid-gap: 18px;
}

@media screen and (min-width: 768px){
    section.hebergement{
        padding: 30px 0 60px;;
    }

    section.hebergement .wrapper{
        padding: 0 50px;
    }

    section.hebergement .titre{
        padding: 0;
    }

    section.hebergement .texte{
        padding: 0;
    }

    section.hebergement .images{
        margin-top: 120px;
    }

    section.hebergement .titre{
        font-size: 52px;
        line-height: 60px;
    }

    section.hebergement .wrapper-img{
        padding: 0 50px;
    }

    section.hebergement .wrapper-img.has-pattern{
        padding: 1px 50px 0;
        margin-top: 101Px;
    }

    section.hebergement .images-wrapper .arrow-slick{
        right: 30px;
        bottom: 50px;
    }

    section.hebergement .images img{
        aspect-ratio: 1580/890;
    }
}