ul, ol {
    list-style: none;
}

li {
    line-height: 20px;
}

.line-center {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.step-timeline-traveled-info {
    padding: 24px 24px 24px 30px;
    position: relative;
    background: #f3f5f7;
}

.step-timeline-traveled-info-decorator.step-timeline-started-decorator,
.step-timeline-traveled-info-decorator.step-timeline-ended-decorator{
    border: 2px solid #b8c1cc;
}

.step-timeline-traveled-info-decorator {
    position: relative;
    z-index: 2;
    margin-right: 12px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.icon-size-ml {
    line-height: 24px;
    height: 24px;
    width: 24px;
}

.grow-full-width, .grow-full-height {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.step-timeline-decorator-title {
    font-size: 12px;
    line-height: 1.33;
    color: #002e3d;
    font-weight: 700;
}

.step-timeline-decorator-text {
    font-size: 12px;
    line-height: 1.33;
    color: #69788c;
    font-weight: 500;
}

.step-timeline-traveled-info:not(.step-timeline-started)::before, .step-timeline-traveled-info:not(.step-timeline-ended)::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    border: 0;
    border-left: 1.5px solid #b8c1cc;
    width: 1.5px;
}

.step-timeline-traveled-info.step-timeline-traveled::before {
    left: 49px;
    top: 28px;
}

.step-timeline-traveled-info.step-timeline-traveled::after {
    left: 49px;
    bottom: 28px;
}

.step-timeline-traveled-info.step-timeline-started::after {
    left: 49px;
    top: 64px;
}
.step-timeline-traveled-info.step-timeline-traveled {
    padding: 16px 16px 16px 46px;
}
.step-timeline-traveled-info-decorator.step-timeline-traveled-decorator {
    height: 9px;
    width: 9px;
    margin-right: 12px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    border: 1.5px solid #b8c1cc;
}
.step-timeline-traveled-info.step-timeline-ended::before {
    left: 49px;
    bottom: 64px;
}

.step-list-item {
    padding-left: 16px;
    padding-right: 16px;
    background: #f3f5f7;
}

.step-card {
    position: relative;
    background: #fff;
    border-radius: 24px;
    color: #002e3d;
    border: 1px solid #e7eaee;
    overflow: hidden;
}

.step-card-content {
    padding: 32px 24px 12px;
}

.step-card-header {
    display: grid;
    row-gap: 4px;
    column-gap: 12px;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "title new edit"
        "subtitle subtitle subtitle";
}

.step-card-title {
    font-size: 24px;
    line-height: 1.17;
    word-break: break-word;
    -ms-hyphens: auto;
    hyphens: auto;
    grid-area: title;
    font-weight: 700;
    color: var(--step-card-title) !important;
}

.step-card-subtitle {
    font-size: 14px;
    line-height: 1.43;
    grid-area: subtitle;
    display: flex;
    gap: 4px;
    align-items: center;
    font-weight: 500;
    list-style: none;
    color: var(--step-card-subtitle);
}

.step-card-subtitle > li:not(:first-child) {
    display: flex;
    gap: 4px;
    align-items: center;
}

.step-card-subtitle > li:not(:first-child)::before {
    content: "•";
    display: inline-flex;
}

.step-card-subtitle-country {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #0099e5;
}

.step-card-media {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 16px;
    --media-height: 348px;
    position: relative;
}

@supports (scrollbar-color: transparent transparent) {
    .step-card-media-items {
        scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .step-card-media:hover .step-card-media-items {
        scrollbar-color: #dadfe6 rgba(0, 0, 0, 0)
    }
}

.step-card-media-items {
    height: var(--media-height);
    display: flex;
    align-items: stretch;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 24px 8px;
    /*scroll-snap-type: x mandatory;*/
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.step-card-media-item {
    height: 100%;
    max-width: 97%;
    scroll-snap-align: center;
    cursor: pointer;
    position: relative;
}


.step-card-media-item img, .step-card-media-item video {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.button-scroll-media {
    --color-border: transparent;
    --loading-size: 20px;
    --icon-stroke-width: 2;
    --text-spacing: 8px;
    --test-spacing__small: 4px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 16px;
    text-decoration: none;
    transition: background .3s ease-in-out, box-shadow .3s ease-in-out, color .3s ease-in-out;
    box-sizing: border-box;
    border: 2px solid var(--button-scroll);
    cursor: pointer;
    background: var(--button-scroll-bg);
    color: var(--button-scroll);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.button-scroll-media svg {
    fill: var(--button-scroll);
}

.button-step-left, .button-step-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .2s ease-in-out;
    pointer-events: none;
}

.button-step-left {
    left: 12px;
}

.button-step-right {
    right: 12px
}

.button-scroll-media.button-small {
    font-size: 12px;
    line-height: 1.33;
    --loading-size: 20px;
    --icon-stroke-width: 1.7;
    padding: 4px 12px;
    border-radius: 12px;
    line-height: 20px;
}

.button-scroll-media.button-tertaire {
    --color-content: #002e3d;
    --color-content__hover: #0a4e61;
    --color-background: white;
    --color-background__hover: white;
    --color-background__active: #f3f5f7;
    --color-shadow__focus: #0099e5;
    --color-border: #dadfe6;
}

.button-scroll-media.button-small.button-icon {
    width: 32px;
    height: 32px;
    padding: 4px;
}

.button-step-left.button-show, .button-step-right.button-show {
    pointer-events: auto;
}

.step-card-media:hover .button-step-left.button-show,
.step-card-media:hover .button-step-right.button-show {
    opacity: 1;
}

.step-card-description {
    --max-lines-triggering-hide: 10;
    --lines-to-show-when-hiding: 6;
    font-size: 16px;
    line-height: 1.5;
    /*font-family: NotoSerifRegular, Georgia, serif;*/
    word-break: break-word;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow: hidden;
    /*white-space: pre-wrap;*/
    color: #4d5a6e;
    margin-top: 12px;
}

.step-card-description.big-hidden {
    display: -webkit-box;
    -webkit-line-clamp: var(--lines-to-show-when-hiding);
    line-clamp: var(--lines-to-show-when-hiding);
    -webkit-box-orient: vertical;
}

.step-description-button {
    margin: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-button.text-large {
    font-size: 16px;
    line-height: 1.5;
}

.text-button {
    --color-content: var(--show-more);
    --color-content__hover: var(--show-more-hover);
    --color-content__active: var(--show-more-hover);
    --loading-size: 20px;
    --icon-stroke-width: 2;
    background: none;
    border: 0;
    outline: none;
    margin: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    color: var(--color-content);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.text-button svg {
    fill: var(--color-content);
}
.text-button:hover, .text-button:focus {
    color: var(--color-content__hover);
}
.text-button:hover svg {
    fill: var(--color-content__hover);
}
.text-button .icon-left, .text-button .icon-right {
    display: inline-flex;
}

.icon-map-container, .icon-map-container-group {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.icon-map-container {
    border: 3px solid white;
}

.icon-map-container-group {
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-map-count{
    position: absolute;
    right: -3px;
    top: -3px;
    text-align: center;
    height: 15px;
    line-height: 12px;
    width: 15px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #ffffff;
    z-index: 10;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
}

.icon-map-container.active, .icon-map-container:hover,
.icon-map-container-group.active, .icon-map-container-group:hover{
    box-shadow: 0 0 0 4px #c1c1c1, 0 0 0 8px rgb(199 199 199 / 50%);
}

.icon-map-container-group .icon-map-container, .icon-map-placeholder, .icon-map-placeholder2 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 50%;
    border: 3px solid white;
    background: #000;
}
.icon-map-placeholder2 {
    margin-top: -17px;
    margin-left: -20px;
}

.icon-map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.leaflet-popup-content-wrapper {
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
    font-weight: 500;
    background: rgba(0, 0, 0, 0);
}
.leaflet-popup-close-button{
    display: none;
}
.leaflet-popup-content{
    margin: 0;
    width: 250px !important;
}
.newsmap-popup {
    width: 250px;
}
.newsmap-popup-content {
    position: relative;
    background: rgba(0, 46, 61, .8);
    min-height: 150px;
}

.newsmap-popup-content .newsmap-popup-image {
    height: 250px;
    width: 250px;
    background: #002e3d;
    object-fit: cover;
}

.newsmap-popup-content .newsmap-popup-text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: linear-gradient(rgba(0, 46, 61, 0), #002e3d);
    color: #fff;
    padding: 48px 16px 12px;
}
.newsmap-popup-content .newsmap-popup-description {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.newsmap-popup-content  .newsmap-popup-date{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #8493a6;
    color: #fff;
}
.newsmap-popup-footer {
    padding: 8px 16px 12px;
    background-color: #fff;
}

.newsmap-popup-footer .newsmap-popup-name {
    color: #de2b52;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 700;
}
.newsmap-popup-footer .newsmap-popup-country {
    color: #4d5a6e;
    font-size: 12px;
    line-height: 1.33;
}

.create-article-button {
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    background: #0091c6;
    color: white;
}