.disko-component-contenu-edito {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4vw 4.173vw;
    gap: 8.712vw;
    position: relative;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.disko-component-contenu-edito.no-m {
    padding: 0px;
    max-width: 100%;
    gap: 0px;
}

.disko-component-contenu-edito .text-img-content.centered.width-60,
.disko-component-contenu-edito.no-m .text-img-content.centered.width-60 {
    width: 60%;
}

.disko-component-contenu-edito .text-img-content.centered.width-75,
.disko-component-contenu-edito.no-m .text-img-content.centered.width-75 {
    width: 75%;
}

.disko-component-contenu-edito .text-img-content.centered.width-90,
.disko-component-contenu-edito.no-m .text-img-content.centered.width-90 {
    width: 90%;
}

.disko-component-contenu-edito .text-img-content.centered.width-100,
.disko-component-contenu-edito.no-m .text-img-content.centered.width-100 {
    width: 100%;
}


.disko-component-contenu-edito.space-top-none {
    padding-top: 0vw;
}

.disko-component-contenu-edito.space-top-sm {
    padding-top: 4vw;
}

.disko-component-contenu-edito.space-top-md {
    padding-top: 6vw;
}

.disko-component-contenu-edito.space-top-lg {
    padding-top: 8vw;
}

.disko-component-contenu-edito.space-bottom-none {
    padding-bottom: 0vw;
}

.disko-component-contenu-edito.space-bottom-sm {
    padding-bottom: 4vw;
}

.disko-component-contenu-edito.space-bottom-md {
    padding-bottom: 6vw;
}

.disko-component-contenu-edito.space-bottom-lg {
    padding-bottom: 8vw;
}


.disko-component-contenu-edito h2 {
    font-size: 34px;
    letter-spacing: 0;
    line-height: 44px;
    font-family: var(--title-font);
}

.disko-component-contenu-edito .text-img-content {
    font-size: 16px;
    line-height: 28px;
    color: var(--secondary-color);
    font-family: var(--body-font);
}


.disko-component-contenu-edito h2 {
    font-size: 34px;
    letter-spacing: 0;
    line-height: 44px;
    font-family: var(--title-font);
}

.disko-component-contenu-edito blockquote {
    margin: 0;
}

.disko-component-contenu-edito pre {
    white-space: break-spaces;
    font-family: var(--body-font);
    margin-top: 0px;
}

.disko-component-contenu-edito .txt-img-image {
    width: 45.9vw;
    height: 54.466vw;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 627px;
    max-height: 744px;
}

.disko-component-contenu-edito.no-m .img-image-content,
.disko-component-contenu-edito.no-m .text-img-content,
.disko-component-contenu-edito.no-m .text-img-content.centered {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.disko-component-contenu-edito.no-m .img-image-content + .text-img-content {
    padding-left: 4vw;
    padding-right: 4vw;
    box-sizing: border-box;
}

.disko-component-contenu-edito.no-m .txt-img-image {
    width: 100%;
    max-width: 100%;
    height: 73.153vw;
    max-height: 1000px;
}

.disko-component-contenu-edito.edito-video .txt-img-image {
    max-width: 626px;
    max-height: 740px;
}

.disko-component-contenu-edito .txt-img-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.disko-component-contenu-edito .img-image-content + .text-img-content {
    padding-right: 7vw;
    padding-top: 4vw;
}

.disko-component-contenu-edito.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.disko-component-contenu-edito.row-reverse .img-image-content + .text-img-content {
    padding-left: 7vw;
    padding-right: 0px;
}

.disko-component-contenu-edito ul.picto-list {
    list-style-type: none;
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 27px;
}

.disko-component-contenu-edito .picto-list .picto-item img {
    width: 80px;
    height: 80px;
}

.disko-component-contenu-edito .picto-list .picto-item img {
    width: 80px;
    height: 80px;
}

.disko-component-contenu-edito .cta-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 27px;
    list-style-type: none;
    padding-left: 0px;
}


.disko-component-contenu-edito .text-img-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.disko-component-contenu-edito.edito-video .text-img-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.disko-component-contenu-edito .text-img-content.centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.disko-component-contenu-edito .text-img-content.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.disko-component-contenu-edito.edito-video .img-image-content {
    position: relative;
}


.disko-component-contenu-edito .txt-img-image {
    position: sticky;
    top: 20px;
}

.disko-component-contenu-edito .caption-title {
    /*margin-top: 20px;*/
    font-size: 14px;
    line-height: 19px;
    /*position: absolute;*/
    /*top: 20px;*/
}

.disko-component-contenu-edito .slider-image-container-2 {
    height: 100%;
    position: relative;
}

.disko-component-contenu-edito .pagination-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    height: 4%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.disko-component-contenu-edito .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.disko-component-contenu-edito .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: var(--tertiary-color);
    opacity: 0.3;
    transition: all 450ms ease;
}


.disko-component-contenu-edito .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    opacity: 1;
}

.disko-component-contenu-edito .swiper {
    height: 100%;
}

.disko-component-contenu-edito .swiper .swiper-wrapper {
    height: 92%;
}

.disko-component-contenu-edito .swiper .slider-item-img {
    height: 100%;
}

.acf-map {
    height: 100%;
}

.map-address {
    position: relative;
    padding-left: 26px;
}

.map-address::before {
    content: url(../../../assets/images/svg/localisation-marker.svg);
    position: absolute;
    left: 0;
}

.disko-component-contenu-edito .hashtag-block {
    position: absolute;
    left: 0;
    top: -4vw;
}

body.stylesheet-mission .disko-component-contenu-edito h2,
body.stylesheet-mission .disko-component-contenu-edito h3,
body.stylesheet-mission .disko-component-contenu-edito h4 {
    color: var(--tertiary-color);
}

body.stylesheet-mission .disko-component-contenu-edito a.btn-grey,
body.stylesheet-hb .disko-component-contenu-edito a.btn-grey {
    color: var(--tertiary-color);
}

body.stylesheet-mission .disko-component-contenu-edito a.btn-grey span,
body.stylesheet-hb .disko-component-contenu-edito a.btn-grey span {
    background: linear-gradient(to left, var(--tertiary-color) 50%, transparent 50%);
    background-size: 200% max(0.04em, 0.5px);
    padding: 0 0 0.1em;
    background-position: 300% 100%;
    background-repeat: repeat-x;
    transition: background-position 1s ease 0s;
}

body.stylesheet-mission .disko-component-contenu-edito a.btn-grey:hover > span,
body.stylesheet-hb .disko-component-contenu-edito a.btn-grey:hover > span {
    background-position: 100% 100%;
    background-size: 200% max(0.04em, 0.5px);
}


.disko-component-contenu-edito table {
    width: 100%;
}

.disko-component-contenu-edito table td {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: center;
}

.disko-component-contenu-edito table, .disko-component-contenu-edito th,
.disko-component-contenu-edito td {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-collapse: collapse;
}

.disko-component-contenu-edito .text-img-content ul:not(.cta-container) {
    list-style-type: disc;
    padding-left: 30px;
}

.stylesheet-hb .disko-component-contenu-edito .img-image-content + .text-img-content {
    padding-top: 0px
}

.slider-item.swiper-slide-visible .slider-item-img img {
    opacity: 1;
}

.slider-item.swiper-slide-visible .slider-item-img {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.dcd .disko-component-contenu-edito.no-m h2 {
    font-size: 52px;
    line-height: 52px;
}

.dcd .disko-component-contenu-edito.no-m .img-image-content + .text-img-content,
.dcd .disko-component-contenu-edito.no-m.row-reverse .img-image-content + .text-img-content {
    padding-left: 6vw;
    padding-right: 6vw;
}


.dcd .disko-component-contenu-edito .text-img-content.centered h2 {
    text-align: center;
}

.disko-component-contenu-edito .edito-sub {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    margin-top: -15px;
    margin-bottom: 54px;
    font-family: var(--body-font);
    font-weight: 400;
    color: var(--primary-color);
}

.disko-component-contenu-edito blockquote {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 40px;
    color: var(--primary-color);
    font-family: var(--title-font);
    width: 100%;
}

@media (max-width: 1024px) {
    .disko-component-contenu-edito,
    .disko-component-contenu-edito.row-reverse {
        gap: 2vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .disko-component-contenu-edito .txt-img-image {
        width: 100%;
        height: 70vw;
    }

    .disko-component-contenu-edito.row-reverse .img-image-content + .text-img-content,
    .disko-component-contenu-edito .img-image-content + .text-img-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .disko-component-contenu-edito .text-img-content.centered {
        width: 80%;
    }

    .disko-component-contenu-edito .txt-img-image {
        max-width: 100%;
    }

    .disko-component-contenu-edito.edito-video .img-image-content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .disko-component-contenu-edito.edito-slider .txt-img-image {
        height: 109vw;
        max-height: 100%;
    }

    .disko-component-contenu-edito.no-m .img-image-content,
    .disko-component-contenu-edito.no-m .text-img-content,
    .disko-component-contenu-edito.no-m .text-img-content.centered {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .disko-component-contenu-edito .img-image-content + .text-img-content {
        padding-bottom: 8vw;
    }

    .dcd .disko-component-contenu-edito.no-m h2 {
        font-size: 42px;
        line-height: 46px;
    }

    .disko-component-contenu-edito blockquote {
        font-size: 28px;
        line-height: 31px;
    }

}

@media (max-width: 991px) {
    .disko-component-contenu-edito .txt-img-image {
        width: 100%;
        height: 95.466vw;
    }

    .disko-component-contenu-edito .text-img-content {
        font-size: 14px;
        line-height: 25px;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }

    .disko-component-contenu-edito .img-image-content + .text-img-content {
        padding-top: 6vw;
    }

    .disko-component-contenu-edito h2 {
        line-height: 36px;
        text-align: center;
    }

    .disko-component-contenu-edito .caption-title {
        /*margin-top: 10px;*/
        font-size: 12px;
        line-height: 16px;
        /*position: absolute;*/
        /*top: 20px;*/
    }

    .disko-component-contenu-edito {
        padding-left: 7vw;
        padding-right: 7vw;
    }

    .disko-component-contenu-edito.edito-slider .txt-img-image {
        height: 102.466vw;
        max-height: 100%;
    }

    .disko-component-contenu-edito.no-m .txt-img-image {
        height: 100vw;
    }

    .disko-component-contenu-edito .img-image-content + .text-img-content {
        padding-bottom: 8vw;
    }
}

@media (max-width: 767px) {
    .disko-component-contenu-edito.edito-video .txt-img-image {
        height: 102vw;
    }

    .disko-component-contenu-edito.edito-video video {
        width: 100%;
        height: 100%;
    }

    .disko-component-contenu-edito .text-img-content.centered {
        width: 100%;
    }

    .disko-component-contenu-edito .text-img-content div {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .disko-component-contenu-edito .img-image-content + .text-img-content {
        padding-bottom: 12vw;
    }

    .disko-component-contenu-edito blockquote {
        font-size: 22px;
        line-height: 27px;
    }
}

.disko-component-contenu-edito .txt-img-image.with-caption {
    overflow: visible;
}

.disko-component-contenu-edito.edito-video video {
    width: 100%;
    height: 100%;
}