/*=========================================
    Section hero
=========================================*/
.section-hero {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section-hero .hero-label {
    font-size: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.section-hero .hero-title {
    font-size: 42px;
    line-height: 1.08;
    margin-bottom: 30px;
}

.section-hero .hero-subtitle {
    color: #808080;
    font-size: 20px;
}

@media (min-width: 768px) {
    .section-hero {
        margin-top: 80px;
        margin-bottom: 60px;
        text-align: center;
    }

    .section-hero .hero-label {
        font-size: 12px;
        letter-spacing: 6px;
        margin-bottom: 40px;
    }

    .section-hero .hero-title {
        margin-left: auto;
        margin-right: auto;
        font-size: 48px;
        margin-bottom: 32px;
        max-width: 70%;
    }

    .section-hero .hero-subtitle {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .section-hero {
        margin-top: 120px;
        margin-bottom: 80px;
    }

    .section-hero .hero-label {
        margin-bottom: 50px;
    }

    .section-hero .hero-title {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 45px;
        max-width: 740px;
    }
}

/*=========================================
    Section content
=========================================*/

.section-content {
    margin-top: 50px;
}

.section-content .container {
    max-width: 1560px;
}

.section-content .col-12,
.section-content .col-6 {
    margin-bottom: 10px;
}

.item-detail-gallery figure {
    margin: 0;
    position: relative;
}

.item-detail-gallery figure::before {
    content: '';
    display: block;
}

.item-detail-gallery.h-item-1 figure {
    padding-bottom: 133%;
}

.item-detail-gallery.h-item-2 figure {
    padding-bottom: 133%;
}

.item-detail-gallery.h-item-3 figure {
    padding-bottom: 156%;
}

.item-detail-gallery.h-item-4 figure {
    padding-bottom: 133%;
}

.item-detail-gallery img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.item-detail-video {
    position: relative;
}

.item-detail-video::before {
    content: '';
    display: block;
    padding-bottom: 177%;
}

.item-detail-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.item-detail-video .icon-play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-image: url('../../images/inspire/icon-play.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 0;
    transition: opacity .3s ease;
}

.item-detail-video .icon-play.hide {
    opacity: 0;
}

@media (max-width: 767px) {
    .section-content .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) {
    .section-content {
        margin-bottom: 60px;
    }



    /* .item-detail-gallery.h-item-2 img {
        height: 500px;
    }

    .item-detail-gallery.h-item-3 img {
        height: 400px;
    }

    .item-detail-gallery.h-item-4 img {
        height: 270px;
    }

    .item-detail-gallery.h-item-5 img {
        height: 600px;
    } */
}

@media (min-width: 1200px) {
    .section-content {
        margin-bottom: 80px;
    }

    /* .item-detail-gallery.h-item-1 img {
        height: 400px;
    }

    .item-detail-gallery.h-item-2 img {
        height: 670px;
    }

    .item-detail-gallery.h-item-3 img {
        height: 520px;
    }

    .item-detail-gallery.h-item-4 img {
        height: 380px;
    }

    .item-detail-gallery.h-item-5 img {
        height: 780px;
    } */
}

/*=========================================
    Section numbers
=========================================*/
.section-numbers {
    margin-top: 100px;
    margin-bottom: 50px;
}

.section-numbers .container {
    max-width: 1560px;
}

.section-numbers .col-4 {
    margin-bottom: 30px;
}

.digits {
    color: var(--title-color);
    font-size: 32px;
    letter-spacing: -1px;
}

.digits-label {
    color: var(--text-grey);
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

@media (min-width: 768px) {

    .section-numbers .col-4 {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .section-numbers {
        margin-top: 120px;
        margin-bottom: 100px;
    }

    .digits {
        font-size: 44px;
    }

    .digits-label {
        font-size: 12px;
    }
}



.section-find-joelle {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section-find-joelle .container {
    max-width: 1560px;
}

.section-find-joelle-inner {
    position: relative;
}

.bg-section-find-joelle {
    border-radius: 33px;
    overflow: hidden;
    margin: 0;
}

.bg-section-find-joelle img {
    width: 100%;
    height: auto;
    display: block;
}

.section-find-joelle-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
}

.section-find-joelle-title {
    font-size: 32px;
    color: var(--white);
    text-align: center;
    margin-bottom: 20px;
}

.section-find-joelle-subtitle {
    font-size: 20px;
    color: var(--white);
    text-align: center;
    margin-bottom: 25px;
}

.section-find-joelle-content .button-container .button {
    width: 100%;
    display: block;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .section-find-joelle-content {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 80px;
    }

    .section-find-joelle-title {
        font-size: 44px;
        margin-bottom: 30px;
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-find-joelle-subtitle {
        margin-bottom: 35px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {

    .section-find-joelle .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section-find-joelle-content {
        padding-top: 130px;
    }

    .section-find-joelle-title {
        font-size: 60px;
        margin-bottom: 40px;
        max-width: 700px;
    }

    .section-find-joelle-subtitle {
        margin-bottom: 40px;
        max-width: 640px;
    }
}

/* @media (min-width: 1200px) {

    .section-find-joelle .container {
        padding-left: 50px;
        padding-right: 50px;
    }
} */