body {
    padding-top: 82px;
    overflow-x: hidden;
}
:root {
    --color-grey: #3d3c3b;
    --base-color: #f05039;
}

.bg-grey {
    background-color: var(--color-grey) !important;
}
.bg-base-color {
    background-color: var(--base-color) !important;
}
.color-grey {
    color: var(--color-grey) !important;
}

.clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* BUTTONS */
.btn.btn-dark-gray {
    background: var(--color-grey);
    border-color: var(--color-grey);
}

.btn.btn-deep-pink:hover,
.btn.btn-deep-pink:focus,
.btn.btn-dark-gray:hover,
.btn.btn-dark-gray:focus {
    background-color: #fff;
}

/* HEADER */
header a.logo img {
    max-height: 70px;
}
header nav .navbar-nav > li > a {
    text-transform: none;
}
.header-with-topbar .navbar-top,
.header-with-topbar .navbar-fixed-top {
    top: 33px;
}
@media screen and (max-width: 992px) {
    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: 72vh;
    }
    header .btn.btn-deep-pink {
        width: 100%;
        border-radius: 0;
        text-align: left;
        padding-left: 15px !important;
        text-transform: none;
    }
}
@media screen and (min-width: 992px) {
    header .btn.btn-deep-pink {
        margin-left: 24px;
    }
    header nav .navbar-nav > li > a {
        margin: 0 8px;
    }
}
@media screen and (min-width: 1200px) {
    header nav .navbar-nav > li > a {
        margin: 0 12px;
    }
}

/*legende slider images*/
.bg-linear-dark {
    background: linear-gradient(rgba(61, 61, 61, 0), rgb(61, 61, 61));
}

.legende {
    margin: -200px 50px 0 50px;
    position: relative;
}

.titre_legende {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
}
.desc_legende {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 12px;
}

/* FOOTER */
.footer-logo {
    max-height: none;
    width: 80%;
    max-width: 200px;
}

/* ACCUEIL */
.home__hero {
    min-height: 80vh;
    display: flex;
    align-items: center;
}

/* POP UP */
.mfp-close {
    font-size: 24px;
}

/* CIRCUITS */
.circuits-carousel .swiper-slide {
    height: auto;
}
.circuits-carousel .swiper-portfolio-prev,
.circuits-carousel .swiper-portfolio-next {
    top: 25%;
    transform: none;
}

.circuits-carousel .blog-post {
    border-bottom: 2px solid #fff;
    transition: border 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.circuits-carousel .blog-post-style5 .blog-post .blog-post-images {
    height: auto;
    background-color: var(--color-grey);
}
.circuits-carousel .blog-post-style5 .blog-post .blog-post-images img {
    transition: all 0.4s ease;
}
.circuits-carousel .blog-post-style5 .blog-post .blog-post-images img:hover {
    opacity: 0.5;
    transform: scale(1.05);
}
.circuits-carousel .blog-post:hover {
    border-bottom: 2px solid var(--base-color);
}
.circuits-carousel .post-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#calendrier {
    position: sticky;
    z-index: 100;
}
#demande-resa {
    position: sticky;
    z-index: 100;
}
@media screen and (min-width: 992px) {
    #calendrier {
        --header-height: 92px;
        position: sticky;
        top: calc(var(--header-height) + 24px);
        max-height: calc(calc(100vh - var(--header-height)) - 48px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    #demande-resa {
        --header-height: 92px;
        position: sticky;
        top: calc(var(--header-height) + 24px);
    }
}

/* FLOTTE */
.last-paragraph-no-margin p:last-of-type {
    margin-bottom: revert;
}

/* carte cadeau */
#etape1 {
    width: 100%;
}

.section-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 1rem;
}
.section-content__aside {
    position: static;
    height: 150px;
    z-index: 11;
}
@media (min-width: 991px) {
    .section-content {
        flex-direction: row;
        align-items: start;
    }
    .section-content__aside {
        position: sticky;
        /* display: block; */
        top: 120px;
        height: 100px;
    }
}
/* PAGE LIEN DE PAIEMENT */
.card {
    margin-bottom: 20px;
    border: 0px;
}
.card-body {
    display: block !important;
    background-color: #eee;
}
.card-body h5 {
    letter-spacing: 1px;
    color: var(--base-color);
    font-size: 22px;
    font-style: italic;
}
.card-body h5 a {
    color: var(--base-color);
}
.card-body h5 i {
    background-color: var(--base-color);
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
}
.card-body h5::after {
    display: block;
    height: 1px;
    width: 50px;
    margin: 7px 0px;
    background-color: var(--base-color);
    content: "";
}
.btn-arrow {
    display: block;
    clear: both;
    padding: 10px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    margin: 0px auto;
    border-radius: 5px;
}
.title {
    margin-bottom: 0px;
}
.title::after {
    display: block;
    height: 1px;
    width: 150px;
    margin: 10px auto;
    background-color: var(--base-color);
    content: "";
}
.subtitle {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
