body {
    padding-top: 0;
    overflow-x: hidden;
    color: #333;
}

.header-with-topbar .navbar-top,
.header-with-topbar .navbar-fixed-top {
    top: 34px;
}

#body {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1;
    opacity: 0.08;
    background-color: beige;
}

#contenu {
    position: relative;
    z-index: 20;
}
.navbar .logo img {
    transition: 0.5s ease-in-out !important;
    display: block;
    max-height: 200px;
    max-width: 100px;
}
.navbar .logo {
    padding: 12px 0px;
}
header nav .navbar-nav li a {
    margin: 0 13px;
}
.color-secondaire {
    color: #1ED2B4;
}
.bg-secondaire {
    background: #1ED2B4;
}
.bg-secondaire-hover:hover {
    background: var(--base-color);
}
.color-terciaire {
    color: #FF6E78 !important;
}
.bg-terciaire {
    background: #FF6E78 !important;
}
.btn-terciaire{
    background: #FF6E78;
    color: white;
}
.btn.btn-terciaire:hover, .btn.btn-terciaire:focus {background: transparent; border-color: #FF6E78; color: #FF6E78; }

nav.navbar.sidebar-nav {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    padding-top: 20px;
}
header nav .navbar-nav.text-normal > li > a {
    font-size: 14px;
}

.btn-resa-mobil {
    position: fixed;
    width: 100%;
    height: 65px;
    bottom: 0;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    display: none;
}

.fixed .logo {
    padding: 0px !important;
}
.fixed .logo img {
    max-width: 50px;
}
.footer-logo {
    max-height: 350px;
    margin-left: -18px;
}
@media (max-width: 768px) {
    .btn-resa-mobil {
        display: flex;
    }
    .full-screen {
        height: 700px !important;
    }
    .footer-logo {
        margin-left: 0;
    }
    #contenu{
        padding-top: 90px;
    }
}

.box-link {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.diapo-texte {
    height: 80vh;
}
.swiper-slide .title-large {
    font-size: 35px;
    line-height: 35px;
}
@media (min-width: 600px) {
    .swiper-slide .title-large {
        font-size: 45px;
        line-height: 45px;
    }
}
@media (min-width: 991px) {
    .swiper-slide .title-large {
        font-size: 53px;
        line-height: 53px;
    }
}
@media (min-width: 1223px) {
    .swiper-slide .title-large {
        font-size: 60px;
        line-height: 60px;
    }
}

.title-large2 {
    font-size: 22px;
    line-height: 22px;
}
@media (min-width: 600px) {
    .title-large2 {
        font-size: 28px;
        line-height: 32px;
    }
}
@media (min-width: 991px) {
    .title-large2 {
        font-size: 53px;
        line-height: 53px;
    }
}
@media (min-width: 1223px) {
    .title-large2 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (max-width: 991px) {
    #diapo-texte {
        background: var(--base-color);
    }
    .diapo-texte {
        height: auto !important;
    }
    .swiper-slide .title-large {
        text-align: center !important;
    }
}

h1 {
    font-size: 25px;
    line-height: 25px;
}
h2 {
    font-size: 20px;
    line-height: 20px;
}
@media (min-width: 600px) {
    h1 {
        font-size: 30px;
        line-height: 30px;
    }
    h2 {
        font-size: 25px;
        line-height: 25px;
    }
}
@media (min-width: 991px) {
    h1 {
        font-size: 35px;
        line-height: 35px;
    }
    h2 {
        font-size: 30px;
        line-height: 30px;
    }
}
@media (min-width: 1223px) {
    h1 {
        font-size: 60px;
        line-height: 60px;
    }
    h2 {
        font-size: 46px;
        line-height: 46px;
    }
}

.relative {
    position: relative;
}
/* LAODING SITE */
#loading_site {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
    display: block;
}
#loading_haut {
    position: absolute;
    width: 50vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fffffd;
    transition: 1.2s ease-out;
}
#loading_haut div {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 100px;
    width: 100%;
    height: 100px;
}
#loading_bas {
    position: absolute;
    width: 50vw;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: #fffffd;
    transition: 1.2s ease-out;
}
#loading_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
}
#loading_logo img {
    display: block;
    position: absolute;
    width: 350px;
    transition: 1.2s;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}
#loading_haut.invisible {
    left: 0%;
    opacity: 0;
}
#loading_bas.invisible {
    right: 0;
    opacity: 0;
}
#loading_logo.invisible img {
    opacity: 0;
}

.spinner {
    border-width: 3px;
    border-style: solid;
    border-color: var(--base-color) var(--base-color) var(--base-color)
        transparent;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: spin 5s infinite;
    position: relative;
    margin: 30px auto;
}
.spinner:before,
.spinner :after {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 3px;
}
.spinner :before {
    top: 3px;
}
.spinner :after {
    bottom: 3px;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.prix-barre {
    position: relative;
    display: inline-block;
    /* color: #fff; */
    text-decoration: none;
}

.prix-barre::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px; /* Épaisseur de la ligne */
    background-color: black; /* Couleur de la barre */
    transform: rotate(-10deg); /* Inclinaison de la barre */
    transform-origin: center;
}

.first-img-voyage{    
    object-fit:cover;
    height: 398px;
}
.blog-post:hover {
    box-shadow: 1px 1px 10px #3d3d3d80;
}
.blog-post {
    /* border: 1px solid lightgray; */
    margin-bottom: 8px;
}
#sticky {
    position: sticky;
    z-index: 100;
}
@media screen and (min-width: 992px) {
    #sticky {
        --header-height: 92px;
        position: sticky;
        top: calc(var(--header-height) + 24px);
        min-height: 500px;
    }
}
.right-sidebar {
    padding-right: 60px;
}

.contact-info {
    padding-left: 85px;
    padding-bottom: 25px;
}

@media (max-width: 768px) {
    .contact-info {
        padding-left: 16px;
    }
    
    .right-sidebar {
        padding-right: 0;
    }
    .first-img-voyage{    
        height: 300px;
    }
    .h-md-450px{
        height:300px;
        padding: 0;
        padding-bottom: 16px;
    }
}



.mt-m400{

    margin-top: 20px;

}
.mt-m150{

    margin-top: 0;

}
.mt-m80{

    margin-top: 0;

}
@media screen and (min-width: 576px) and (max-width:768px){
    .mt-m80{
        margin-top: -30px;
    }
}
@media screen and (min-width:768px){
    .mt-m80{
        margin-top: -45px;
    }
}
@media screen and (min-width: 992px) {
    .mt-m400{
        margin-top: -300px;
    }        
    .mt-m150{
        margin-top: -150px;
    }
    .mt-m80{
        margin-top: -63px;
    }
    .h-md-450px{
        height:500px;
    }
}
@media screen and (min-width: 1199px) {
    .mt-m80{
        margin-top: -79px;
    }
}

.bg-deep-pink-hover:hover{
    background-color: #1ED2B4;
}

#tag-filter, #price-sort, 
#price-filter-min, #price-filter-max, #search-filter {
    border-radius: 25px;
    padding: 6px 20px;
    border: 1px solid var(--base-color);
}

/* Recherche */
.menu__section--desktop-only {
    display: none;
}

.menu__search-content {
    display: flex;
    padding: space(1) 0;
    border-bottom: 1px solid #fff;
}

.menu__search-toggle {
    display: none;
}

.menu__search-input {
    flex: 1;
    background-color: transparent;
    color: #fff;
    border: none;
    text-overflow: ellipsis;
}
.menu__search-input::placeholder {
    color: #fff;
    font-size: 0.875rem;
}


@media (min-width: 1200px){
    /* recherche */
    .menu__section--desktop-only {
        display: block;
    }

    .menu__search {
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--base-color);
        padding-top: 24px;
        padding-bottom: 24px;
        z-index: -1;
        transform: translateY(1rem);
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu__search-toggle {
        display: block;
        margin-left: 16px;
    }

    .menu__search-overlay {
        display: block;
        z-index: -1;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #3d3d3d50;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .menu__search--is-visible {
        pointer-events: all;
        transform: translateY(0);
        opacity: 1;
    }

    .menu__search--is-visible .menu__search-overlay {
        opacity: 1;
    }
}

.menu__search-overlay {
    display: none;
}

#resultat_recherche {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
    width: 100%;
    height: 100vh;
    padding: 8rem 3rem;
    text-align: left;
    box-sizing: border-box;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.9);
}

.search_results {
    display: grid;
    gap: 1.5rem;
}

#close_search_results {
    display: block;
    position: fixed;
    right: 1.5rem;
    top: 6rem;
    font-size: 28px;
    color: #fff;
}


@media (min-width: 992px){
    .menu__section--mobile-only {
        display: none;
    }
    #resultat_recherche {
        padding: 12rem 10rem;
    }
    #close_search_results {
        right: 8rem;
    }
}


.footer-standard-dark {
    background: url(https://images.unsplash.com/photo-1464925257126-6450e871c667?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-position: bottom;
    background-size: cover;
}

