.sn-sejours-slider {
    width: 100%;
}

.sn-sejours-slider__viewport {
    overflow: hidden;
    padding: 0 60px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
    padding-bottom: 10px;
}

@media (max-width: 999px) {
    .sn-sejours-slider__viewport {
        padding: 0 20px;
    }
}

.sn-sejours-slider__track {
    display: flex;
    gap: 100px;
    justify-content: flex-start;
    align-items: stretch;
    align-self: stretch;
    will-change: transform;
}

@media (max-width: 999px) {
    .sn-sejours-slider__track {
        gap: 30px;
    }
}

.sn-sejours-slider .sn-slider__slide {
    flex: 0 0 calc((100% - 100px) / 2);
    max-width: 610px;

    display: flex;
    flex-direction: column;

    align-self: stretch;
    height: auto;
}

@media (max-width: 999px) {
    .sn-sejours-slider .sn-slider__slide {
        flex-basis: 100%;
        max-width: none;
    }
}

.sn-sejours-card {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    height: auto;
}

.sn-sejours-card__image {
    display: flex;
    height: 353px;
    padding: 35px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;

    border-radius: 5px;
    background-color: lightgray;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;

    position: relative;
    overflow: hidden;
}

.sn-sejours-card__pills {
    position: relative;
    z-index: 1;
}

.sn-sejours-card__pills {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sn-pill {
    display: flex;
    width: 100px;
    height: 100px;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-radius: 51px;

    color: #4c3a15;
    text-align: center;

    font-family: Aileron;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.sn-pill--white {
    background: #fff;
}

.sn-pill--gold {
    background: linear-gradient(90deg, #c8aa6f 0%, #dac6a0 100%);
}

.sn-pill__line {
    display: block;
    width: 100%;
}

.sn-sejours-card__content {
    flex: 1 1 auto;

    display: flex;
    padding: 25px 25px 35px 25px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;

    border-radius: 5px;
    border: 1px solid rgba(200, 170, 111, 0.25) !important;

    flex: 1;
}

.sn-sejours-card__title {
    margin-bottom: 0 !important;
    color: #fff;
    text-align: center;
    align-self: stretch;

    font-family: Butler;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}

@media (max-width: 999px) {
    .sn-sejours-card__title {
        font-size: 30px;
    }
}

.sn-sejours-card__price {
    margin-top: 0;
    align-self: stretch;

    text-align: center;
    font-family: Aileron;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;

    background: linear-gradient(90deg, #c8aa6f 0%, #dac6a0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sn-sejours-card__content img {
    display: inline-block;
    width: 14px;
    height: 16px;
    margin: 0 !important;
    padding: 14px 0;
    pointer-events: none;
}

.sn-sejours-card__excerpt {
    margin-top: 0;
    margin-bottom: 36px;
    align-self: stretch;

    max-width: 438px;
    margin-left: auto;
    margin-right: auto;
}

.sn-sejours-card__excerpt p {
    margin: 0;
    color: #f5f5f5;
    text-align: center;
    font-family: Aileron;
    font-weight: 400 !important;
}

.sn-sejours-card__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;

    margin-top: auto;
}

.sn-btn {
    display: inline-flex !important;
    padding: 17px 24px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 5px !important;
    border: 1px solid rgba(160, 127, 58, 0.25) !important;
    background: transparent !important;

    font-family: Aileron;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-align: center;

    color: #fff !important;
    opacity: 1 !important;

    transition:
        padding 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease;
}

@media (max-width: 1300px) {
    .sn-btn {
        padding: 15px 20px !important;
        font-size: 13px !important;
    }
}

.sn-btn[style] {
    color: #fff !important;
    border-color: rgba(160, 127, 58, 0.25) !important;
}

.sn-btn:before,
.sn-btn:after {
    opacity: 0 !important;
}

.sn-btn span {
    color: inherit !important;
}

.sn-btn:hover,
.sn-btn:focus {
    padding: 17px 28px !important;
    border-color: rgba(160, 127, 58, 0.25) !important;
    background: transparent !important;
    color: #fff !important;
    opacity: 1 !important;
}

@media (max-width: 450px) {
    .sn-sejours-card__buttons {
        flex-direction: column;
        gap: 12px;
    }
}