/* ------------------------------ TEMPLATE 21 - TYPHON ------------------------------ */
.color-link {
    color: var(--color-link);
}
body {
    color: var(--color-text);
    font-family: var(--font-text) sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height:1.3;
}
.overflow-hidden {
    overflow: hidden !important;
}
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}
.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    margin: 0px auto;
    overflow: hidden;
}
.zindex1 {
    z-index: 1;
}
.bg-red {
    background-color: var(--color-red) !important;
    color: var(--color-text-white) !important;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: var(--color-link);
}
    a:hover,
    a:focus,
    a:visited {
        text-decoration: none !important;
        outline: none;
        color: var(--color-link);
    }
h1,
h2,
h3 {
    position: relative;
    font-weight: 600;
    margin: 0px;
    background: none;
    font-family: var(--font-title), serif;
    color:var(--color-title);
}
h1 {
    color: var(--color-text-white);
    font-size: 80px;
    text-align: center;
}
h2, h2 a, .sec-title {
    font-size: 60px;
}
.h2-little {
    font-size: 40px;
    padding-bottom: 20px;
}
h3, h3 a {
    font-size: 24px;
    color: var(--color-text) !important;
}
    h3 a:hover {
        color: var(--color-link);
    }
h4 {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-text);
}
h5 {
    font-size: 16px;
    font-weight: bold;
    color: var(--color-text);
}
@media (max-width: 480px) {
    body {
        font-size: 14px;
    }
    h1, .h1 {
        font-size: 30px;
    }
    h2, .h2, .h2-little {
        font-size: 24px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h4, .h4 {
        font-size: 18px;
        font-weight: bold;
    }
    h5, .h5 {
        font-size: 14px;
    }
}

.icon-big {
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 100%;
    border: 2px solid var(--color-text-white);
    margin: 0 auto;
    text-align: center;
}
.icon-big i {
    font-size: 44px;
    line-height: 76px;
}
textarea {
    overflow: hidden;
}

.mb-20 {
    margin-bottom: 20px;
}
button {
    outline: none !important;
    cursor: pointer;
}
.text {
    margin: 0px 0px 15px;
}

::-webkit-input-placeholder {
    color: inherit;
}
.alt-bg-color,
.section-nine,
.section-padding {
    padding: 60px 30px;
}
.alt-bg-color:nth-child(odd) {
    background-color: var(--color-bg-1);
}
    .alt-bg-color:nth-child(even) {
        background-color: var(--color-bg-2);
        padding: 60px 30px;
    }
@media only screen and (max-width: 768px)  {
    .alt-bg-color,
    .alt-bg-color:nth-child(even),
    .alt-bg-color:nth-child(odd),
    .section-nine,
    .section-padding {
        padding: 20px;
    }
}

.section-one .align-items-center > .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}
.section-thirty-eight .d-flex {
    display: flex;
}
.section-one .user-name {
    font-weight: 700;
}
.box-style-one {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.box-style-two {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.auto-container {
    position: static;
    max-width: 1200px;
    margin: 0 auto;
}
ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}
.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.centered {
    text-align: center !important;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-radius: inherit;
}

.pdp {
    border-radius: 50%;
}

.fa {
    line-height: inherit;
}

.owl-nav, .owl-dots {
    display: none;
}
.light-separator {
    color:rgba(255,255,255,.3);
    margin:0 5px;
}
.owl-theme .owl-dots .owl-dot {
    background: transparent;
}

.row {
    margin: 0;
}
        .row.no-gutters > * {
            padding-left: 0;
            padding-right: 0;
        }

    .row.gutters-5 {
        margin: 0 -5px;
    }

        .row.gutters-5 > * {
            padding-left: 5px;
            padding-right: 5px;
        }

.col-lg-4 {
    padding-bottom: 30px;
}

.mb-30 {
    margin-bottom: 30px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}

.btn-21 {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    font-size: 18px !important;
    overflow: hidden;
    vertical-align: middle;
    transition: .5s;
    z-index: 0;
    background: var(--color-btn);
    line-height: 60px;
    height: 60px;
    color: var(--color-btn-txt) !important;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    border-radius: 0;
    border:none;
}
    .btn-21:hover {
        background: var(--color-text);
    }

.btn-lg {
    width:100%;
}
/* ------------------------------ HEADER ------------------------------ */
.main-header {
    position: inherit;
    display: block;
    width: 100%;
    z-index: 9999;
    left: 0px;
    background: transparent;
    clear: both;
    top: 0;
}

    .main-header .inner-container {
        background-color: var(--color-bg-1);
    }

    .main-header .header-upper .navbar-right {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-left: 50px;
        border-left: 1px solid var(--color-bg-1);
        padding-left: 25px;
    }

    .main-header .header-upper {
        position: relative;
        margin-top: 30px
    }

        .main-header .header-upper .inner-container {
            position: relative;
            min-height: 70px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            padding: 0 20px 10px 20px;
            border-radius: 0;
            filter: drop-shadow(0px 16px 16px rgba(0,0,0,0.06));
            background-color: var(--color-bg-1);
        }

        .main-header .header-upper .logo-box {
            z-index: 10;
        }

            .main-header .header-upper .logo-box .logo {
                position: relative;
                display: block;
                padding: 23px 0px;
            }
                .main-header .header-upper .logo img {
                    max-height: 50px;
                    max-width: 140px;
                }
        .main-header .header-upper .logo .logo-txt {
            max-width: 200px;
            padding: 5px 0;
            text-align:left;
            line-height:1.5em;
        }
        .logo .title {
            font-family: var(--font-title);
            color: var(--color-text);
            font-weight:700;
        }
.logo .subtitle {
    font-family: var(--font-text);
    color: var(--color-text);
    font-size: 12px;
    font-weight:400;
}

.main-header .header-upper .left-column,
.main-header .header-upper .right-column {
    font-family: unset;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.right-column a:hover {
    color: var(--color-link);
}

.main-header .nav-outer {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.logo {
    margin-right: 25px;
}

.logo-mobile {
    max-height: 50px;
    max-width: 140px;
    margin-right: 10px;
    display:none;
}
.logo-mobile img {
    max-height: 50px;
    max-width: 140px;
}


.navbar-right-info .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 30px;
    cursor: pointer;
    border-radius: 50%;
}

.main-header .nav-outer .main-menu {
    position: relative;
}

.main-menu .inner-container {
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: -25px;
    background: var(--color-bg-1);
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .main-menu .navigation > li {
        position: relative;
        padding: 0px;
        margin-right: 35px;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .main-menu .navigation > li.current > a {
            text-decoration: underline !important;
            color: var(--color-text);
        }

            .main-menu .navigation > li.current > a:hover {
                text-decoration: underline;
            }

        .main-menu .navigation > li:last-child {
            margin-right: 0px;
        }

        .main-menu .navigation > li > a {
            position: relative;
            display: block;
            text-align: center;
            opacity: 1;
            -webkit-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
            font-size: 14px;
            letter-spacing: 1px;
            line-height: 28px;
            color: var(--color-text);
            font-weight: 700;
        }
        .main-menu .navigation > li.booking-link > a {
            color: var(--color-link);
        }

        .main-menu .navigation > li > a:hover {
            color: var(--color-link);
        }

        .main-menu .navigation > li > ul {
            position: absolute;
            left: 0px;
            top: 100%;
            width: max-content;
            min-width: 240px;
            z-index: 100;
            display: none;
            opacity: 0;
            visibility: hidden;
            background-color: var(--color-bg-1);
            -webkit-transform: translateY(30px);
            -ms-transform: translateY(30px);
            transform: translateY(30px);
            transition: .5s;
            -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        }

            .main-menu .navigation > li > ul.from-right {
                left: auto;
                right: 0px;
            }

            .main-menu .navigation > li > ul > li {
                position: relative;
                width: 100%;
            }

                .main-menu .navigation > li > ul > li:last-child {
                    border-bottom: none;
                }

                .main-menu .navigation > li > ul > li:before {
                    position: absolute;
                    content: '';
                    right: 0px;
                    top: 0px;
                    width: 0%;
                    height: 100%;
                    display: block;
                    -webkit-transition: all 300ms ease;
                    transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    -webkit-transition: all 500ms ease;
                    -o-transition: all 300ms ease;
                }

                .main-menu .navigation > li > ul > li > a {
                    position: relative;
                    display: block;
                    padding: 16px 30px;
                    line-height: 24px;
                    text-align: left;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    letter-spacing: 1px;
                    border-bottom: 1px solid #f3f3f3;
                    color: var(--color-text);
                    font-size:14px;
                }

                    .main-menu .navigation > li > ul > li > a:hover {
                        color: var(--color-link);
                    }

                .main-menu .navigation > li > ul > li:last-child > a {
                    border-bottom: 0px;
                }

                .main-menu .navigation > li > ul > li.dropdown > a:after {
                    position: absolute;
                    content: "\f105";
                    right: 20px;
                    top: 14px;
                    display: block;
                    line-height: 24px;
                    font-size: 17px;
                    font-weight: 400;
                }

                .main-menu .navigation > li > ul > li > ul {
                    position: absolute;
                    left: 100%;
                    top: 0;
                    width: max-content;
                    min-width: 240px;
                    z-index: 100;
                    display: none;
                    background-color: var(--color-bg-3);
                    transition: .5s;
                    -webkit-transform: translateY(30px);
                    -ms-transform: translateY(30px);
                    transform: translateY(30px);
                    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
                    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
                }

                    .main-menu .navigation > li > ul > li > ul.from-right {
                        left: auto;
                        right: 0px;
                    }

                    .main-menu .navigation > li > ul > li > ul > li {
                        position: relative;
                        width: 100%;
                    }

                        .main-menu .navigation > li > ul > li > ul > li:last-child {
                            border-bottom: none;
                        }

                        .main-menu .navigation > li > ul > li > ul > li:before {
                            position: absolute;
                            content: '';
                            left: 0px;
                            top: 0px;
                            width: 0%;
                            height: 100%;
                            display: block;
                            transition: all 500ms ease;
                            -moz-transition: all 500ms ease;
                            -webkit-transition: all 500ms ease;
                            -o-transition: all 500ms ease;
                        }

                        .main-menu .navigation > li > ul > li > ul > li:last-child {
                            border-bottom: none;
                        }

                        .main-menu .navigation > li > ul > li > ul > li > a {
                            position: relative;
                            display: block;
                            padding: 16px 30px;
                            line-height: 24px;
                            font-weight: 600;
                            border-bottom: 1px solid #f3f3f3;
                            text-align: left;
                            transition: all 500ms ease;
                            -moz-transition: all 500ms ease;
                            -webkit-transition: all 500ms ease;
                            -o-transition: all 500ms ease;
                            letter-spacing: 1px;
                        }

                        .main-menu .navigation > li > ul > li > ul > li:last-child > a {
                            border-bottom: 0;
                        }

                        .main-menu .navigation > li > ul > li > ul > li > a:hover {
                            color: var(--color-link);
                            padding-left: 45px;
                        }

                        .main-menu .navigation > li > ul > li > ul > li > a:before {
                            position: absolute;
                            content: "\f105";
                            left: 30px;
                            top: 15px;
                            display: block;
                            line-height: 24px;
                            font-size: 18px;
                            font-weight: 300;
                            opacity: 0;
                        }

                        .main-menu .navigation > li > ul > li > ul > li > a:hover:before {
                            opacity: 1;
                        }

                        .main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
                            content: "\f105";
                            position: absolute;
                            right: 30px;
                            top: 12px;
                            display: block;
                            line-height: 24px;
                            font-size: 16px;
                            font-weight: 400;
                            z-index: 5;
                        }

        .main-menu .navigation > li.dropdown:hover > ul {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -webkit-transition: all 500ms ease;
            -o-transition: all 300ms ease;
        }

    .main-menu .navigation li > ul > li.dropdown:hover > ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 300ms ease;
    }

.pull-right {
    margin-right: 10px;
}

.main-header .header-upper .contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #f3f3f3;
    margin-left: 20px;
}

    .main-header .header-upper .contact-info .icon {
        position: relative;
        font-size: 24px;
        text-align: center;
        line-height: 68px;
        margin-right: 15px;
        color: var(--color-link);
        transition: .5s;
    }

    .main-header .header-upper .contact-info:hover .icon {
        color: var(--color-btn);
        background-color: var(--color-btn-txt);
    }

    .main-header .header-upper .contact-info .icon:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        opacity: 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .main-header .header-upper .contact-info:hover .icon:before {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .main-header .header-upper .contact-info .icon span {
        position: relative;
    }

.header-top {
    font-size: 14px;
    background-color: var(--color-text);
    padding: 10px 0;
}
    .header-top a {
        color: var(--color-bg-2);
        font-size: 14px;
        margin: 10px;
        display: flex;
        align-items: center;
        gap: 5px;
    }
       

    .header-top .contact-info {
        position: relative;
    }

        .header-top .contact-info li {
            margin-right: 20px;
        }

            .header-top .contact-info li a {
                font-size: 14px;
                letter-spacing: 0px;
                color: var(--color-text-white);
            }

    .header-top .social-icon {
        position: relative;
    }

        .header-top .social-icon a {
            font-size: 14px;
            letter-spacing: 0px;
            color: var(--color-text-white);
        }

        .header-top .social-icon li + li {
            margin-right: 20px;
        }
.language {
    color: var(--color-text-white);
    cursor: pointer;
}

img.flag {
    width: 30px;
    margin-right:5px;
}

ul.dropdown-menu.dflag {
    left: -63px;
}
.dropdown-menu.dflag {
    min-width: 110px;
    background: var(--color-text);
    border-color: var(--color-text);
}

    .dropdown-menu.dflag img {
        margin-right: 7px;
    }

.dropdown-menu > li > a {
    color: var(--color-text-white) !important;
}

    .dropdown-menu > li > a:hover {
        background: var(--color-dark) !important;
    }

header.main-header.header-style-one.style-two {
    position: relative;
}

/*** 

====================================================================
            Mobile Menu
====================================================================

***/

.mobile-nav .menu-mobile.menu-mobile-active {
    display: block;
    width: 100vw;
    height: 110vh;
    position: fixed;
    padding: 30px;
    left: 0;
    z-index: 99999;
    background: #1e1e1eed;
    backdrop-filter: blur(5px);
    top: 0px;
    margin-top: -30px;
}

.mobile-nav .menu-mobile li a {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-decoration: none;
    color: var(--color-text-white) !important;
}

.mobile-nav .menu-mobile li label {
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-weight: 400;
    color: var(--color-text-white) !important;
    font-family: var(--font-text);
}

.mobile-nav .menu-mobile li ul a {
    color: var(--color-text-white) !important;
}

.mobile-nav {
    display: none;
}

    .mobile-nav .navbar-toggler {
        cursor: pointer;
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
        border-radius: 25px;
        background-color: var(--color-text);
        color: var(--color-text-white);
        text-transform: uppercase;
        display: flex;
        font-weight: 500;
    }

        .mobile-nav .navbar-toggler i.btn-menu {
            font-size: 24px;
            height: 50px;
            line-height: 50px;
            margin-right: 5px;
        }

    .mobile-nav .menu-mobile {
        display: none;
        padding: 15px;
        background-color: var(--color-bg-1);
    }

        .mobile-nav .menu-mobile.menu-mobile-active {
            display: block;
            width: 100vw;
            position: absolute;
            left: 0;
            z-index: 1;
            top: 80px;
        }

        .mobile-nav .menu-mobile li {
            position: relative;
            z-index: 1;
            display: block !important;
            padding-bottom: 10px;
        }

            .mobile-nav .menu-mobile li:last-child {
                padding-bottom: 0;
            }

            .mobile-nav .menu-mobile li .sub-menu li {
                padding-left: 15px;
            }

.nav-outer .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
    margin: 13px 0;
    display: none;
}

.navbar-toggler {
    cursor: pointer;
}

.menu.menu-mobile h4 {
    color: var(--color-text-white);
    padding-bottom: 20px;
    margin-top: 20px;
}
    .menu.menu-mobile h4 i.las.la-times {
        height: 50px;
        width: 50px;
        line-height: 50px;
        border-radius: 100%;
        text-align: center;
        background-color: var(--color-btn);
        margin-right: 10px;
        font-size: 30px;
    }
    .sub-menu {
        display: none;
    }

.menu.menu-mobile ul,
.menu.menu-mobile input,
.menu.menu-mobile .closer,
.menu.menu-mobile input:checked ~ .opener {
    display: none;
}

    .menu.menu-mobile input:checked ~ ul,
    .menu.menu-mobile input:checked ~ .closer {
        display: block;
    }
.background-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* BANNER */
.banner-section {
    position: relative;
    padding: 30px 0 0 0;
}

    .banner-section .background-text {
        position: absolute;
        right: -280px;
        bottom: 190px;
        z-index: 99;
        text-transform: uppercase;
        font-size: 200px;
        font-weight: 700;
        letter-spacing: -5px;
        line-height: 200px;
        color: rgba(255,255,255,.1);
        transform: rotate(-30deg);
    }

        .banner-section .background-text .text-2 {
            position: absolute;
            top: -5px;
            left: 15px;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: rgba(255,255,255,.2);
            color: transparent;
        }

.three-item-carousel {
    position: relative;
    height: 100% !important;
    z-index: 9;
    max-height: 760px !important;
    overflow: hidden;
}
.banner-slider {
    position: relative;
    height: 100% !important;
    z-index: 9;
    max-height: 760px !important;
}
.owl-theme .owl-nav {
    height: 60px;
    margin: 10px 0 30px;
    width: 100%;
    max-width: 1170px;
    display: inline-block;
    text-align: center;
    padding:0 15px;
}

    .owl-theme .owl-nav [class*=owl-] {
        padding: 0 !important;
        transition: ease-out 0.3s;
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 100%;
        background: var(--color-text);
        color: var(--color-text-white) !important;
    }

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: var(--color-btn);
    }

.owl-theme .owl-nav .disabled:hover {
    background: var(--color-text) !important;
    color: white !important;
}
.owl-theme .owl-nav [class*=owl-] span {
    font-size:20px;
}
.banner-section .content-outer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section .content-box {
    position: relative;
    padding: 0;
    max-width: 1199px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

    .banner-section .content-box .inner {
        position: relative;
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
    }

    .banner-section .content-box .image-box {
        float: left;
        width: 33.33%;
        padding: 5px;
    }

    .banner-section .content-box h1 {
        position: relative;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        margin-bottom: 30px;
    }

        .banner-section .content-box h1:before {
            position: absolute;
            content: '';
            height: 3px;
            width: 76px;
            bottom: 0;
            left: 0;
        }

    .banner-section .content-box.justify-content-center h1:before {
        left: 50%;
        transform: translateX(-50%);
    }

    .banner-section .content-box h4 {
        position: relative;
        display: block;
        margin-bottom: 30px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        color: var(--color-link);
    }

    .banner-section .content-box .text {
        position: relative;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        margin-bottom: 40px;
    }

.banner-section .shape {
    position: absolute;
    top: 0;
    right: 0;
}

.banner-section .content-box .logo {
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    margin-bottom: 15px;
}

.banner-section .content-box .image {
    text-align: right;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.banner-section h1 {
    position: absolute;
    text-shadow: 5px 2px 10px #0000007d;
    left: 0;
    right: 0;
    bottom: 140px;
    z-index: 10;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 55px;
}

.banner-section .link-box {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    margin: 0 -10px;
}

    .banner-section .link-box a {
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
        margin: 0 10px 10px;
    }

.banner-section .banner-slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section .banner-slider-button-next {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: var(--color-bg-2);
    cursor: pointer;
    z-index: 9;
    margin-right: 50px;
    font-size: 18px;
    background-color: rgb(255,255,255);
    transition: .5s;
    border-radius: 50%;
}

    .banner-section .banner-slider-button-next:hover {
        color: var(--color-btn-txt);
        background: var(--color-btn);
    }

.banner-section .banner-slider-button-prev {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: var(--color-text-white);
    cursor: pointer;
    z-index: 9;
    margin-left: 50px;
    font-size: 18px;
    background-color: rgba(255,255,255,.98);
    transition: .5s;
    transform: rotate(180deg);
    border-radius: 50%;
    box-shadow: 0 0 40px rgba(0,0,0,.05);
}

    .banner-section .banner-slider-button-prev:hover {
        color: var(--color-btn-txt);
        background: var(--color-btn);
    }

.sub-title {
    font-size: 20px;
    color: var(--color-link);
    position: relative;
    margin-bottom: 5px;
}
.div-link {
    width: 100%;
    text-align: center;
}
.text-light .sub-title {
    color: var(--color-text-white);
}


.text-light .sec-title {
    color: var(--color-text-white);
}
/* ------------------------------ SLIDER HOME ------------------------------ */


.banner-slider.owl-item {
    float: left !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

    .banner-slider.owl-item.active {
        float: left !important;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

.banner-slider .bg-img {
    text-align: center;
}

.slider-history .bg-img img {
    width: 80vw;
}


/* ------------------------------ HOME BE ------------------------------ */
.home-be {
    padding: 160px 0 60px;
    width: 100%;
    overflow: auto;
    position: relative;
}

.big-title {
    position: absolute;
    font-size: 250px;
    line-height: 80px;
    color: var(--color-bg-2);
    font-weight: 700;
    font-family: var(--font-title);
    text-align: center;
    left: 0;
    right: 0;
    top: 80px;
    z-index: -1;
}
.booking-be {
    padding: 50px;
    padding-bottom: 15px;
    background-color:var(--color-bg-3);
}

.single-be-w {
    padding: 40px;
    margin-bottom: 45px;
}

#ConstellationWidget {
    padding: 0 !important;
    background: border-box;
    overflow: initial;
    min-height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#BtnLaunchBooking {
    height: 50px;
    border-radius: 0;
    font-weight: normal !important;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
    margin-bottom: 2px;
    background: var(--color-btn) !important;
    color: var(--color-btn-txt) !important;
    font-size: 18px;
    font-weight: 400 !important;
    text-transform: none;
}
#ConstellationWidgetContainerBE {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.trip-info .slick-slider {
    margin-bottom: 0;
}


.booking-offer {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.div-clickAndCollect, .div-gift-cards {
    padding: 0;
}

section#widget-full {
    padding: 0;
}

.gifts-and-click-and-collect {
    margin-bottom: 10px;
}

.dates-start, .dates-end {
    width: 100%;
}

/* ------------------------------ HOME PRESENTATION ------------------------------ */
.align-items-center {
    display:flex;
    align-items: center !important;
}
.block-two {
    padding-left: 65px;
    margin-bottom: 30px;
}
.block-two h2 {
    font-size:36px;
}
    .block-two .text-two {
        margin-bottom: 15px;
    }

    .block-two .ratings {
        font-size: 80px;
        letter-spacing: -5px;
        line-height: 90px;
        color: var(--color-link);
        margin-right: 15px;
    }

    .bottom-content {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        align-items: center;
        justify-content:center;
    }
    .bottom-content.no-prestas {
        display: none;
    }

.block-one .image-three {
    position: absolute;
    right: 0;
    top: 50%;
    width: 150px;
    height: 150px;
    filter: drop-shadow(0px 16px 16px rgba(0,0,0,0.06));
    text-align: center;
    transform: translate(50%, -50%);
    border: 5px solid var(--color-text-white);
}

.block-one .inner-box {
    position: relative;
    max-width: 270px;
}

/* ------------------------------ VIDEOS ------------------------------ */
.block-seven {
    border: 10px solid var(--color-text-white);
    position: relative;
}

    .block-seven .video-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

/* ------------------------------ OFFERS ------------------------------ */

.block-four {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

    .block-four .inner-box {
        position: absolute;
        left: 40px;
        bottom: 40px;
        max-width:400px;
    }

        .block-four .inner-box .pricing,
        .block-four .inner-box .infos-offer {
            background-color: var(--color-bg-3);
            color: var(--color-text-white);
            display: inline-flex;
            padding: 4px 10px;
        }
            .block-four .inner-box .infos-offer .new-picto-svg {
                background-color: var(--color-text-white);
            }
        .block-four .inner-box .text {
            background-color: var(--color-bg-1);
            padding: 11px 30px;
            margin-bottom: 0;
        }

        .block-four .image {
            transition: ease .5s;
        }
            .block-four:hover .image {
                transform: scale(1.1);
            }
/* ------------------------------ SPECIAL OFFERS ------------------------------ */
.section-two {
    position: relative;
}
    .section-two:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        background: var(--color-bg-3);
        height: 540px;
    }

.block-three {
    position: relative;
    margin: 0 15px;
    max-width: 100%;
    background-color: var(--color-bg-3);
}

    .block-three .inner-box {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 30px;
        text-align: center;
        padding: 0 20px;
        z-index:3;
    }
    .block-three .box {
        margin-bottom:15px;
    }
        .block-three .box span {
            color: var(--color-text);
            font-weight: 400;
            text-align: center;
            margin-bottom: 10px;
            background: var(--color-bg-1);
            padding: 5px 8px;
        }
    .block-three .title {
        margin-bottom: 20px;
    }
    .block-three .text,
    .block-three .flex-icon {
        color: var(--color-text-white) !important;
        text-shadow: 0px 0px 3px #0000007d;
        text-align: center;
    }
        .block-three .flex-icon .new-picto-svg {
            background-color: var(--color-text-white) !important;
        }
    .block-three .image {
        display: block;
        overflow: hidden;
        height:500px;
    }
.gradient-img {
    height: 50%;
    width: 100%;
    position: absolute;
    z-index: 2;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.6));
    bottom: 0;
}
    .block-three img {
        transition: .5s;
        height:100%;
        max-width:initial;
        width:initial !important;
    }

    .block-three:hover .image img {
        transform: scale(1.1);
    }
.tripadvisor {
    margin:0 auto;
}
/* ------------------------------ CALENDAR ------------------------------ */
.avail-calendar-w .pika-cnstell-single {
    top: 0 !important;
    z-index: 1;
}

.avail-calendar-w .pika-cnstell-table {
    table-layout: auto;
}

.is-disabled .pika-cnstell-button {
    color: var(--color-text);
}

.section-home-calendar div[id*=ConstellationCalendarContainer].co-widget-calendar-large .pika-cnstell-lendar {
    width: 50%;
    margin: 0;
    display: inline-block;
}

    .section-home-calendar div[id*=ConstellationCalendarContainer].co-widget-calendar-large .pika-cnstell-lendar:first-child {
        padding-right: 10px;
    }

    .section-home-calendar div[id*=ConstellationCalendarContainer].co-widget-calendar-large .pika-cnstell-lendar:nth-child(2) {
        padding-left: 10px;
    }

.section-home-calendar div[id*=ConstellationCalendarContainer].co-widget-calendar-small .pika-cnstell-lendar {
    margin: 0;
    width: 100%;
}

.section-home-calendar .calendar_status {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    padding: 10px;
}

    .section-home-calendar .calendar_status span {
        padding: 0;
        display: inline-block;
        margin-right: 30px;
    }

        .section-home-calendar .calendar_status span:before {
            width: 20px;
            height: 20px;
            display: inline-block;
            vertical-align: middle;
            content: '';
            margin-right: 10px;
        }

.section-calendar .rounded-box {
    padding: 20px;
}

    .section-calendar .rounded-box .avail-calendar-w .pika-cnstell-single {
        display: flex;
        justify-content: space-between;
    }

div[id*=ConstellationCalendarContainer].co-widget-calendar-large .pika-cnstell-lendar {
    width: 49% !important;
    margin: 0;
}

div[id*=ConstellationCalendarContainer] .pika-cnstell-table th,
div[id*=ConstellationCalendarContainer] .pika-cnstell-label {
    color: var(--color-text) !important;
    font-family: Montserrat;
}

div[id*=ConstellationCalendarContainer] .pika-cnstell-table td .pika-cnstell-button {
    border-color: var(--color-bg-1) !important;
}

.section-calendar .calendar_status {
    padding: 10px;
    margin-top: 20px;
}

    .section-calendar .calendar_status .not-available {
        margin-left: 30px;
    }

    .section-calendar .calendar_status span:before {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        content: '';
        margin-right: 10px;
    }
/* ------------------------------ OPTIONS ------------------------------ */

.owl-carousel.slider-options .owl-nav button.owl-next {
    right: -80px;
}

.owl-carousel.slider-options .owl-nav button.owl-prev {
    left: -80px;
}

.content-section {
    background: var(--color-bg-2);
    padding: 20px;
}

.avis {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block !important;
}

.booking-widget, #CDSWIDSSP .withBorder {
    border-radius: 0 !important;
    box-shadow: none !important;
}
a.link-white {
    background: var(--color-bg-1);
    padding: 5px;
    text-shadow: none;
    color: var(--color-link) !important;
}
/* ------------------------------ CALENDRIER ------------------------------ */

/*.block-5-offer {
    margin-bottom: 50px;
}*/

/* ------------------------------ LES NEWS ------------------------------ */
.section-nine {
    background-color: var(--color-bg-3);
    position: relative;
    padding-bottom: 0;
}
    .section-nine .two-blocs .col-lg-6 {
        margin-bottom: 40px;
    }
.block-nine {
    position: relative;
    margin: 0 auto;
    margin-bottom: 40px;
}
    .block-nine .image {
        position: relative;
    }
    .block-nine .inner-box {
        background-color: var(--color-bg-1);
        padding: 23px 30px;
        min-height: 170px;
    }

    .block-nine .date {
        position: absolute;
        left: 20px;
        bottom: 20px;
        background-color: var(--color-bg-1);
        line-height: 30px;
        color: var(--color-link);
        text-align: center;
        padding: 0 10px;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .block-nine .new-picto-svg {
        background-color: var(--color-link);
    }

        .block-nine h4 a {
            color: var(--color-text);
            transition: .5s;
        }

            .block-nine h4 a:hover {
                color: var(--color-link);
            }
.list-blocs-news {
    margin-bottom: 40px;
}
/* Image News */
.block-ten .category {
    color: var(--color-link);
}
    .block-ten .category .new-picto-svg {
        background-color: var(--color-link);
    }
.block-ten .inner-box {
    background-color: var(--color-bg-1);
    padding: 30px 30px;
    border-bottom: 1px solid #f3f3f3;
}

.block-nine .category {
    color: var(--color-link);
}


/* ------------------------------ NEWS home ------------------------------ */
.section-ten {
    padding-top: 0;
    position: relative;
}

    .section-ten:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        height: 50%;
        background: var(--color-bg-3);
    }

/* ------------------------------ PAGES GENERAL ------------------------------ */

.page-title .bread-crumb {
    position: relative;
    margin-bottom: 22px;
}

.page-title {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 120px 0px 80px;
    text-align: center;
    background-color: var(--color-text);
    margin-top: -100px !important;
}

    .page-title .bread-crumb li:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    .section-thirty-eight .content-section {
        padding: 60px 100px
    }
.section-thirty-eight .col-sm-4,
.section-thirty-eight .col-md-4,
.section-thirty-eight .col-lg-4 {
    padding-right:0;

}
.section-thirty-eight .col-lg-8,
.section-thirty-eight .col-md-8,
.section-thirty-eight .col-sm-8 {
    padding-left: 0;
}
.section-thirty-eight .image,
.section-thirty-eight .block-thirty-eight {
    height: auto;
}
ul.bread-crumb li a {
    line-height: 26px;
    color: var(--color-bg-2);
    font-weight: 500;
    text-align: center;
}

ul.bread-crumb li {
    line-height: 26px;
    color: var(--color-bg-2);
    font-weight: 500;
    text-align: center;
    display: inline-block;
    position: relative;
}


    ul.bread-crumb li:before {
        position: relative;
        content: '|';
        top: 0;
        right: 0;
        margin: 0 15px;
    }

    ul.bread-crumb li:first-child:before {
        display: none;
    }
p.legend {
    margin-top:10px;
}
/* ------------------------------ PAGES LISTES ------------------------------ */
.rounded-box {
    border-radius: 0px !important;
}

.content-section.d-flex .content-right .rounded-box a {
    color: var(--color-link);
}

/* ------------------------------ PAGE OFFER------------------------------ */
.section-thirty-nine .block-thirty-nine .image {
    height: 250px;
}
.block-thirty-nine .image-two {
    margin-top: 30px;
}

.block-thirty-nine {
    position: relative;
}

.section-thirty-nine .space .image,
.section-thirty-nine .image-right {
    height: 530px;
}
ul.accordion-box {
    margin-top: 55px;
    border-bottom: 2px solid #f3f3f3;
}

.accordion-box {
    position: relative;
    margin-bottom: 30px;
}

    .accordion-box .block {
        position: relative;
        padding-top: 0px;
        border: 2px solid #f3f3f3;
        border-bottom: 0;
        padding-bottom: 1px;
    }

        .accordion-box .block:last-child {
            margin-bottom: 0px;
        }

        .accordion-box .block .acc-btn {
            position: relative;
            font-size: 18px;
            cursor: pointer;
            font-weight: 600;
            transition: all 500ms ease;
            -o-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            padding: 25px 30px;
            font-size: 18px;
            color: var(--color-link);
            font-weight: 600;
            font-family: var(--font-title);
            padding-left: 30px;
        }

        .accordion-box .block .icon-outer {
            position: absolute;
            right: 20px;
            top: 20px;
            font-size: 25px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            text-align: center;
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
        }

        .accordion-box .block.active-block .icon-outer {
            color: var(--color-text-white);
        }

        .accordion-box .block .acc-btn.active {
            color: var(--color-btn-txt);
            background: var(--color-btn);
            border-color: var(--color-btn);
        }

        .accordion-box .block .icon-outer .icon {
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 18px;
            font-weight: normal;
            line-height: 1em;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transform: translate(-50%, -50%);
        }

        .accordion-box .block .active .icon-outer span:before {
            content: "\f068";
        }

        .accordion-box .block .acc-content {
            position: relative;
            display: none;
            border-top: 0;
        }

            .accordion-box .block .acc-content .content-text {
                padding-bottom: 6px;
            }

            .accordion-box .block .acc-content.current {
                display: block;
            }

        .accordion-box .block .content {
            position: relative;
            font-size: 14px;
            padding: 0 23px;
            padding-right: 30px;
            margin-top: 15px;
        }

            .accordion-box .block .content .text {
                font-size: 16px;
                line-height: 26px;
                color: var(--color-text);
                font-weight: 400;
                font-family: var(--font-text);
            }

        .accordion-box .block .acc-btn strong {
            font-size: 24px;
            color: var(--color-text);
            width: 76px;
            text-align: center;
            border-right: 1px solid #f3f3f3;
            margin-right: 30px;
            display: inline-block;
            line-height: 75px;
        }

.block-forty {
    position: relative;
}
.block-forty ul li i {
    margin-right:5px;
}
    .block-forty .pricing {
        line-height: 40px;
        background-color: var(--color-bg-3);
        color: var(--color-text-white);
        font-size: 24px;
        height: 40px;
        padding: 0 15px;
        display: inline-block;
        margin-bottom: 15px;
        font-family: var(--font-text);
    }
    .block-forty ul {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid var(--color-bg-2);
        border-bottom: 1px solid var(--color-bg-2);
        margin-bottom: 35px;
    }

        .block-forty ul li {
            margin-top: 15px;
            margin-bottom: 15px;
            display: flex;
            gap: 5px;
            align-items: center;
        }


    .block-forty i.flaticon-bed {
        margin-right: 10px;
    }
    .block-forty .detail-description-txt {
        display: flex;
        align-items: flex-start;
        margin-top: 40px;
        border-top: 1px solid var(--color-bg-2);
        padding-top: 40px;
    }
    }
    .block-forty .text {
        margin-bottom: 30px;
        padding-right: 40px;
        width: calc(100% - 350px);
    }

    .block-forty .text-two {
        margin-bottom: 50px;
    }

    .block-forty .bottom-border {
        border-bottom: 1px solid #f3f3f3;
        margin-bottom: 25px;
    }
        .bottom-border h2 {
            line-height: 30px;
        }
    .block-forty .text-three {
        margin-bottom: 50px;
    }

.block-40 {
    position: relative;
    padding-left: 30px;
    margin-bottom: 55px;
}

    .block-40 .icon {
        position: absolute;
        left: 0;
        font-size: 20px;
    }


.bottom-border {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 30px;
}


.block-41 h5 {
    margin-bottom: 20px;
}

.block-41 {
    position: relative;
    margin-bottom: 50px;
}

    .block-41 span {
        line-height: 36px;
        margin-left: 15px;
    }

.block-42 h5 {
    margin-bottom: 20px;
}

.block-42-hour {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background: var(--color-bg-2);
    padding: 30px;
    justify-content: flex-start;
    margin-bottom: 30px;
    width: 350px;
    height: fit-content;
}
    .block-42-hour .icon-two {
        border-radius: 25px;
        background-color: var(--color-btn);
        width: 50px;
        height: 50px;
        margin-right: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .block-42-hour .icon-two .new-picto-svg {
            width: 30px;
            height: 30px;
            background-color: var(--color-btn-txt);
        }
    .block-42-hour .cta-box:first-child {
        margin-bottom: 15px;
    }
    .block-42-hour h6 {
        font-size: 24px;
        line-height: 35px;
        font-weight: 700;
        font-family: var(--font-title);
        margin-top:0;
        margin-bottom:0;
    }
        i.las.la-check-circle {
            margin-right: 5px;
        }

    .block-42 span {
        line-height: 36px;
    }

    .block-42 .columns {
        column-count: 3;
    }
/* ------------------------------ PAGE GIFT ------------------------------ */
section.section-sixteen {
    position: relative;
    background: var(--color-bg-2);
}
section.section-sixteen .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}
       
.section-sixteen .image {
    overflow: hidden;
}

.section-sixteen .image img {
    transition: .5s;
    width: 100%;
}

.section-sixteen .image:hover img {
    transform: scale(1.1);
}

.block-sixteen {
    padding: 50px;
    background: var(--color-bg-1);
    height:100%;
}

    .block-sixteen .icon-two {
        margin-bottom: 30px;
        margin-top: 10px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .block-sixteen i {
        margin-right: 18px;
    }
    .block-sixteen .offer-title {
        font-size: 20px;
        color: var(--color-link);
    }

.block-sixteen .text {
    line-height: 26px;
}

/* ------------------------------ PAGE CONTACT ------------------------------ */

.section-fifty-six {
    margin-bottom: -135px;
    padding-bottom: 0;
    position: relative;
    z-index:999;
}

.block-fifty-six {   
    line-height: 70px;
    text-align: center;
    padding: 55px 20px 55px;
    filter: drop-shadow(0px 16px 16px rgba(0,0,0,0.06));
    background-color: var(--color-bg-1);
    z-index: 2;
    min-height: 340px;
}

    .block-fifty-six .icon-border {
        width: 1px;
        height: 50px;
        margin: 0 auto;
    }

    .block-fifty-six .icon {
        font-size: 75px;
        border-radius: 2px;
        filter: drop-shadow(0px 16px 16px rgba(98,65,35,0.3));
        color: var(--color-link);
    }
    .block-fifty-six h3 {
        font-size: 26px;
        letter-spacing: -1px;
        line-height: 70px;
        font-weight: 700;
        text-align: center;
    }
.block-fifty-six .text {
    line-height: 28px;
    text-align: center;
    margin-bottom:0;
}
/* contact section */

.contact-form.style-two {
    position: relative;
}

    .contact-form.style-two .form-group {
        position: relative;
        margin-bottom: 20px;
    }

    .contact-form.style-two input {
        filter: drop-shadow(0px 14px 14px rgba(0,0,0,0.04));
        background-color: var(--color-bg-1);
        border: 2px solid #f3f3f3;
        font-size: 14px;
        line-height: 40px;
        color: var(--font-text);
        font-weight: 400;
        font-family: var(--font-text);
        height: 60px;
        border-radius: 0;
        padding: 0 25px;
    }
        .contact-form.style-two input#Email-subscribe {
            height:initial;
        }
        .contact-form.style-two textarea {
            filter: drop-shadow(0px 14px 14px rgba(0,0,0,0.04));
            height: 120px;
            border: 2px solid #f3f3f3;
            padding: 15px 25px;
        }

    .contact-form.style-two input.form-control:focus {
        box-shadow: none;
        border-color: var(--color-link);
    }
    .contact-form.style-two input#Contact-form-submit {
        padding: 0 40px;
        font-size: 18px !important;
        overflow: hidden;
        vertical-align: middle;
        transition: .5s;
        z-index: 0;
        background: var(--color-btn);
        line-height: 60px;
        height: 60px;
        color: var(--color-btn-txt) !important;
        font-weight: 400;
        text-align: center;
        display: inline-block;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        border-radius: 0;
    }
    .contact-form input.error,
    .contact-form select.error,
    .contact-form textarea.error {
        border-color: var(--color-red) !important;
    }

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: var(--color-red);
    font-weight: 500;
}

.contact-block {
    margin-top: 61px;
    margin-left: -50px;
    background: var(--color-bg-1);
    padding: 80px 95px;
    filter: drop-shadow(0px 14px 14px rgba(0,0,0,0.04));
    background-color: var(--color-bg-1);
}
section.contact-section {
    position: relative;
}
section.contact-section .auto-container {
    max-width: 1320px;
}
    section.contact-section .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
    }

    section.contact-section .auto-container {
        max-width: 1320px;
    }
.contact-section .background-img {
    height:600px;
}
.contact-block .text {
    margin-bottom: 40px;
}

.section-twenty .icon {
    margin-bottom: 11px;
}
/* -------------------------------PAGE OFFERS----------------------------- */

.block-twenty-five .a-title {
    display: block;
    margin-bottom: 20px;
    height: 70px;
    overflow: hidden;
}

.block-twenty-five {
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
}

    .block-twenty-five .lower-content {
        filter: drop-shadow(0px 14px 14px rgba(0,0,0,0.04));
        background-color: var(--color-bg-1);
        border: 2px solid #f3f3f3;
        padding: 40px 30px 30px 30px;
    }
        
        .block-twenty-five .lower-content .line-picto {
            display: flex;
            gap: 5px;
            flex-direction:column;
        }
    .block-twenty-five .pricing {
        position: absolute;
        top: -15px;
        right: 40px;
        background-color: var(--color-bg-3);
        padding: 1px 10px;
        line-height: 28px;
        color: var(--color-text-white);
        text-align: center;
    }
.block-twenty-five .image {
    overflow: hidden;
}

.block-twenty-five img {
    transition: .5s;
}

.block-twenty-five:hover img {
    transform: scale(1.1);
}

.block-twenty-five .icon-list ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content:space-between;
}
.icon-list .icon-list {
    display: flex;
    align-items: center;
    gap: 5px;
}
.block-twenty-five ul li.line {
    margin-right: 15px;
    margin-left:15px;
}

.block-twenty-five ul li i {
    color: var(--color-link);
}

.section-twenty-five .auto-container {
    max-width: 1320px;
}
.section-twenty-five .section-flex {
    display: flex;
    flex-wrap: wrap;
}
.block-twenty-five h5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.block-twenty-five .icon-list span.new-picto-svg {
    height: 30px !important;
    width: 30px !important;
}
    .block-thirty-eight {
        position: relative;
        filter: drop-shadow(0px 14px 14px rgba(0,0,0,0.04));
        background-color: var(--color-bg-1);
        border: 2px solid #f3f3f3;
        padding: 30px;
        margin-bottom: 32px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
.block-thirty-eight > div {
    width:100%;
}
    .block-thirty-eight .icon-list ul {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: flex-start;
    }
        .block-thirty-eight .icon-list ul li {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: flex-start;
            margin-bottom: 15px;
            gap:10px;
        }

            .block-thirty-eight .icon-list ul li:first-child {
                margin-right: 60px;
            }
    .block-thirty-eight .icon-list i.la-calendar {
        height: 50px;
        line-height: 50px;
        width: 50px;
        text-align: center;
        border-radius: 100%;
        background-color: #f3f3f3;
        margin-right: 15px;
        display: inline-block;
        font-size: 26px;
    }
    .block-thirty-eight h4,
    .block-thirty-eight .text {
        margin-bottom: 0;
        margin-top:0
    }
.block-thirty-eight h3 {
    margin-bottom:10px;
}
.block-thirty-eight .inner-box {
    text-align:right;
    padding-left:30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .block-thirty-eight .inner-box .pricing {
        color: var(--color-text-white);
        text-align: center;
        width: 100px;
        height: 30px;
        line-height: 30px;
        background-color: var(--color-bg-3);
        display: inline-block;
        margin-bottom:20px;
    }

    .block-thirty-eight
    .text {
        color: var(--color-link);
    }


    .block-thirty-eight.so-list {
        margin-right: -300px;
    }


.news-block-two {
    position: relative;
    background-size: cover;
    border: 2px solid #f3f3f3;
    margin-bottom: 30px;
}

    .news-block-two .inner-box {
        position: relative;
    }

    .news-block-two .image {
        position: relative;
        overflow: hidden;
    }

        .news-block-two .image img {
            width: 100%;
            -webkit-transition: 1s;
            -o-transition: 1s;
            transition: 1s;
        }

    .news-block-two .inner-box:hover .image img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .news-block-two.blog-single-post .inner-box:hover .image img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .news-block-two .lower-content {
        position: relative;
        padding: 40px;
    }

    .news-block-two .category {
        position: relative;
        font-size: 14px;
        font-weight: 700;
        padding: 1.5px 20px 1px;
        color: var(--color-text-white);
        width: max-content;
        margin-bottom: 20px;
        background: var(--color-bg-3);
    }

    .news-block-two .post-meta {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
    }
        .news-block-two .post-meta li a {
            line-height: 20px;
        }

        .news-block-two .post-meta li {
            margin-right: 20px;
        }

            .news-block-two .post-meta li a i {
                position: relative;
                margin-right: 5px;
            }
    .news-block-two .text {
        margin-bottom: 0;
        text-align: left;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }

    .news-block-two .wrapper {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }


/* ------------------------------ YOUTUBE VIDEO ------------------------------ */
.section-video {
    margin-top:30px;
    margin-bottom:30px;
    height:80vh;
}
.video-wrap {
    padding-bottom: 56%; /* 16:9 */
}
.video-wrap iframe {
    width: 100%;
}


/* ------------------------------ INSTAFEED ------------------------------ */

i.btn-menu.las.la-times.d-none {
    display:none;
}

.block-eleven {
    position: relative;
    background-size: cover;
    padding: 60px 20px;
}

    .block-eleven .inner-box {
        position: relative;
    }


.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}
/* -- SCEA PICTOS -- */

.kingho_block__06 {
    position: relative;
}
.block-forty ul {
    margin-bottom:15px;
    gap: 30px;
}
.kingho_block__06 .icon {
    position: relative;
    color: var(--color-link);
    background-color: var(--color-bg-1);
    height: 60px;
    width: 60px;
    border-radius: 100%;
    margin: 0 auto;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-detail .kingho_block__06 .icon {
    background-color:#f3f3f3;
    color:var(--color-text);
}


/********************* RESPONSIVE *************************/
@media only screen and (max-width: 7000px) {
    .page-wrapper {
        overflow: hidden;
    }

    .navbar-toggler {
        display: none;
    }

    .owl-nav {
        display: block;
    }
}
@media only screen and (max-width: 1600px) {
    .banner-section .shape {
        display: none;
    }
}
@media only screen and (max-width: 1400px) {
    section.banner-section.style-two {
        padding: 0;
    }
    .check-availability-two {
        right: 60px;
        max-width: 350px;
    }
    .block-thirteen {
        padding-top: 0;
    }
    .block-thirteen .rating {
        position: relative;
        right: 0;
        max-width: 250px;
    }
}
@media only screen and (max-width: 1199px) {
    .mobile-nav {
        display: block;
    }
    .banner-section .content-box .image,
    .big-title,
    .banner-section .banner-slider-nav {
        display: none;
    }
    .m-b-60 {
        padding: 15px;
    }
    .content-section.d-flex .content-right .rounded-box {
        display: none;
    }
    .content-section.d-flex .content-left {
        width: 100% !important;
    }
    .contact-block {
        margin-top: 40px 60px;
    }
    .block-thirty-eight.so-list {
        margin-right: 0px !important;
    }
    .block-seventeen a.theme-btn {
        position: relative;
        top: 0;
        margin-top: 15px;
    }
    .home-be {
        padding: 0;
    }
    .owl-theme .owl-nav {
        position: absolute;
        top: 350px;
    }
}

@media only screen and (min-width: 1050) {
    .owl-theme .owl-nav {
        position: absolute;
        top: 300px;
    }
}
@media only screen and (min-width: 1140px) {
    .booking-mobile {
        display: none;
    }
}
@media only screen and (max-width: 1139px) {
    /* Default */
    .main-header .header-upper .inner-container {
        justify-content: space-between;
    }
    .main-header .nav-outer .main-menu,
    .sticky-header {
        display: none !important;
    }
    .logo-mobile {
        display:block;
    }
    .main-header .header-upper {
        margin-top:0;
    }
    .page-title {
        margin-top: 0 !important;
    }
    .banner-section {
        padding: 0;
    }
    .nav-outer .navbar-toggler {
        display: block;
    }
    .main-header.header-style-two .header-upper .logo-box .logo {
        padding-top: 20px;
    }
    .block-five .icon {
        margin-left: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .booking-be {
        padding: 0;
        margin-bottom: 30px;
    }
    #section-BE .rounded-box {
        margin-left: 30px;
        margin-right: 30px; 
    }
    h1 {
        font-size: 70px;
    }
    h2, h2 a, .sec-title {
        font-size: 40px;
    }
    .h2-little {
        font-size: 34px;
    }
    .section-avis .content-section {
        display: block;
    }
    .section-avis .content-section .section-title {
        width: 100%;
        padding-right: 0;
    }
    .section-avis .content-section .content-avis {
        width: 100%;
    }
    .content-section.d-flex .content-left {
        padding-right: 40px;
        width: 100%;
    }
    .block-twenty-five .lower-content {
        padding: 40px 20px 20px;
    }
    .section-one .align-items-center .col-lg-6.d-none-resp {
        display: none;
    }
    .block-two {
        padding: 0 50px;
    }
    .block-sixteen {
        padding: 35px;
    }
}
@media only screen and (min-width: 992px) {
    section.section-sixteen .row:nth-child(2n+0) .col-content {
        order: 2 !important;
    }
}
@media only screen and (max-width: 991px) {
    .section-one .align-items-center > .col-lg-6 {
        width: 100%;
    }
    .section-one .block-one {
        display: none;
    }
    .block-one {
        max-width: 600px;
        margin: 0 auto 50px;
    }
    .block-two {
        padding-left: 0;
        padding-right: 0;
    }
    .block-two.style-two .text-two {
        margin-bottom: 30px;
    }
    .block-two .bottom-content .text-three {
        margin-bottom: 15px;
        width: 100%;
    }
    .block-two .bottom-content .text-three br {
        display: none;
    }
    .section-thirty-eight .image {
        max-width: 500px;
        margin: 0 auto;
    }
    .section-thirty-eight .image img {
        width: 100%;
    }
    .block-thirty-eight {
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .block-thirty-eight .inner-box {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 20px;
        padding-left:0;
    }
    .block-thirty-eight .text-two,
    .block-thirty-eight h3 {
        margin-left: 0;
    }
    .block-thirty-eight h3 {
        margin-left: 0;
    }
    .block-thirty-eight .icon-list ul li {
        margin-left: 0;
        margin-right: 25px;
    }
    .block-thirty-eight .inner-box .pricing {
        margin-left: 0;
    }
    .check-availability-two {
        display: none;
    }
    .check-availability .left-side {
        width: 100%;
        padding-right: 0;
    }
    .block-five .inner-box {
        margin-left: 0;
    }
    .block-five .image {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px;
    }
    .text-widget {
        left: 0;
    }
    .section-nine .right-column {
        margin-left: 0;
    }
    .section-nine .left-column {
        padding-right: 0;
    }
    section.banner-section-two .outer-box {
        left: 30px;
        right: 30px;
    }
    section.banner-section-two h2,
    .sec-title {
        font-size: 48px;
        line-height: 60px;
    }
    .banner-section.style-two .content-box h1,
    .banner-section .content-box h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .widget.links-widget {
        margin-left: 0;
        padding-right: 0;
    }
    .check-availability .right-side {
        text-align: center;
        justify-content: center;
        width: 100%;
        margin-top: 20px;
    }
    .block-thirteen {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .block-thirteen:before {
        display: none;
    }
    .block-thirteen .rating {
        box-shadow: 0 0 40px rgba(0,0,0,.05);
    }
    .block-nineteen {
        margin-bottom: 30px;
    }
    .section-thirty-five .tab-content {
        margin-left: 0;
        margin-top: 50px;
    }
    .block-twenty-two {
        padding-left: 0;
    }
    .block-18 .testimonial-image {
        margin-left: 30px;
        margin-bottom: 30px;
    }
    .block-18 .reating {
        left: 0;
    }
    .block-twenty-seven {
        margin-left: 0;
        padding-left: 50px;
        padding-right: 50px;
    }
    .block-twenty-nine {
        margin-bottom: 50px;
    }
    .block-thirty-two:before {
        display: none;
    }
    section.section-thirty-five .tab-content {
        margin-left: 0;
        margin-top: 50px;
    }
    .gradient-img {
        display: none;
    }
    .align-items-center {
        display: block;
    }
}
@media only screen and (max-width: 949px) {
    .banner-section h1 {
        bottom: 150px;

    }
    .owl-theme .owl-nav {
        top: 180px;
    }
}
@media only screen and (min-width: 768px) {
    .main-menu .navigation > li > ul,
    .main-menu .navigation > li > ul > li > ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}
@media only screen and (max-width: 768px) {
    .mb-50 {
        margin-bottom: 20px;
    }
    .owl-theme .owl-nav {
        top: auto;
        bottom: 0;
        margin: 10px;
        padding: 0;
    }
    .block-42-hour {
        width:280px;
    }
    .block-forty .text {
        width: calc(100% - 280px);
        padding-right:0;
    }
    .block-42-hour .icon-two {
        display: none;
    }
    .section-fifty-six {
        margin-bottom: -65px;
    }
    .block-fifty-six {
        padding: 20px;
        min-height: 240px;
    }
        .block-fifty-six .icon {
            font-size:45px;
        }
    .page-title {
        padding: 70px 0 70px;
    }
    .div-photo-contact {
        display: none;
    }
    .contact-block {
        margin-top: 0;
        margin-left: 0;
        padding: 30px 60px;
    }
    .block-thirty-eight {
        flex-direction: column;
    }
    .block-sixteen{
        padding:20px;
    }
    .section-title-BG {
        height: 150px;
    }

    .section-slider, .section-video, .offer-big-img {
        height: 500px;
    }

    h1 {
        font-size: 60px;
    }
    .sidebar-page-container .col-lg-4 {
        display:none;
    }
    #section-BE .rounded-box {
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
    }
    section {
        padding: 20px;
    }

    .section-nine .full-width-resp {
        width: 100%;
    }

    .section-nine .d-none-resp {
        display: none;
    }

    .section-news .content-section .news-content {
        flex-direction: column;
    }

        .section-news .content-section .news-content .news {
            width: 100%;
        }

            .section-news .content-section .news-content .news:first-child {
                padding-bottom: 20px;
            }

    .m-b-60 {
        margin-bottom: 30px;
    }

    .page-text .content-section.d-flex .content-left {
        padding-right: 0;
        width: 100%;
    }

    .page-text .content-section.d-flex .content-right {
        display: none;
    }

    .offer-list .bg-img {
        width: 280px;
        height: 200px;
    }

    .list-offers .offer-list .offer {
        width: calc(100% - 280px);
        padding-left: 20px;
    }

    .list-offers .list-offers .offer-list .offer .infos {
        order: 3;
        text-align: right;
        padding-right: 0;
    }

        .list-offers .list-offers .offer-list .offer .infos .txt {
            display: none;
        }

        .list-offers .list-offers .offer-list .offer .infos .price strong {
            display: block;
        }

    .list-offers .list-offers .offer-list .offer .right-list {
        text-align: left;
    }

    .section-title-offer {
        margin-top: 20px;
    }

    .section-content-offer .content-section {
        flex-direction: column;
    }

    .section-content-offer .content-left h2 {
        text-align: center !important;
    }

    .BE-desktop {
        display: none;
    }

    .BE-mobile {
        display: block;
        position: relative;
        width: 100%;
        z-index: 9;
    }

        .BE-mobile .rounded-box {
            margin-top: -70px;
            padding: 0 !important;
        }

    .page-detail .rounded-box .price-detail h2 {
        display: initial;
        margin-left: 5px;
    }

    .page-detail .content-section.d-flex .content-left,
    .page-detail .content-section.d-flex .content-right {
        display: block;
        width: 100%;
        padding: 0;
    }

    .section-content-offer .content-right .offer-calendar {
        margin-top: 30px;
        padding-top: 40px;
        border-top: 1px solid #f3f3f3;
    }

        .section-content-offer .content-right .offer-calendar h2 {
            display: block;
        }

    .section-detail-meeting {
        border-radius: 0;
        box-shadow: none;
        margin-top: 30px;
        padding-top: 40px;
        border-top: 1px solid #f3f3f3;
    }

        .section-detail-meeting h2 {
            padding: 0;
            text-align: left;
        }

        .section-detail-meeting .text {
            padding: 0 0 15px 0;
        }

    .page-detail .content-section .scea ul {
        column-count: 3;
    }

    .specialoffers-list .list-offers .offer-list .offer .infos {
        width: 100%;
        padding-right: 0;
    }

    .specialoffers-list .bottom-info .price {
        display: block;
        text-align: right;
    }

    .specialoffers-list .list-offers .offer-list .offer .right-list {
        display: none;
    }

    .page-contact .content-section {
        display: block;
    }

        .page-contact .content-section .content-left {
            width: 100%;
            padding-right: 0;
            padding-bottom: 30px;
        }

        .page-contact .content-section .content-right {
            margin-left: auto;
            margin-right: auto;
        }
}
@media only screen and (max-width: 767px) {

    section.section-three {
        text-align: center;
    }

    .text br {
        display: none;
    }

    .check-availability form.form {
        padding: 0;
    }

    .check-availability .right-side {
        margin-top: 0;
        text-align: left;
    }

    .block-thirty-two .date,
    .block-thirty-seven .date br,
    .block-nine .date br {
        display: block;
    }

    .block-twenty-seven button {
        position: relative;
        margin-top: 20px;
    }

    .block-twenty-eight .image img {
        width: 100%;
    }

    section.section-twenty-six .big-title {
        font-size: 90px;
    }

    .block-twenty-two .pricing-border {
        display: none;
    }

    .block-twenty-three {
        padding-top: 30px;
    }

    .main-header .header-upper .navbar-right {
        display: none;
    }

    .course-block-two .lower-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .block-eleven .inner-box h5 {
        margin-top: 15px;
    }

    .block-eleven .inner-box h5,
    section.banner-section.style-two h1.banner-title,
    .banner-section.style-two .content-box h1,
    .banner-section .content-box h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .check-availability .left-side {
        width: 100%;
    }

        .check-availability .left-side > ul > li {
            width: 100%;
            margin: 10px 0;
        }

            .check-availability .left-side > ul > li:before {
                display: none;
            }

    .text-widget {
        left: 0;
    }

    .widget.links-widget {
        margin-left: 0;
        padding-right: 0;
    }

    section.banner-section-two .nav-tabs li.nav-item {
        width: 50%;
    }

    section.section-seventeen .bg {
        padding-left: 30px;
        padding-right: 30px;
    }

    .block-seventeen {
        padding-left: 0;
    }

        .block-seventeen .icon {
            position: relative;
            top: 0;
            margin-bottom: 15px;
        }

    .block-19 {
        padding-left: 0;
    }

    .block-sixteen {
        padding: 30px;
    }

    .news-block-two .lower-content {
        padding: 30px;
    }

    .news-block-two .author-box-two .wrapper-area .img-box {
        width: 100%;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {

    .section-three {
        text-align: center;
    }

    .text br {
        display: none;
    }

    .check-availability form.form {
        padding: 0;
    }

    .check-availability .right-side {
        margin-top: 0;
        text-align: left;
    }

    .block-thirty-seven .date br,
    .block-nine .date br {
        display: block;
    }

    .main-header .header-upper .navbar-right {
        display: none;
    }

    .block-eleven .inner-box h5 {
        margin-top: 15px;
    }

    .check-availability .left-side {
        width: 100%;
    }

        .check-availability .left-side > ul > li {
            width: 100%;
            margin: 10px 0;
        }

            .check-availability .left-side > ul > li:before {
                display: none;
            }

    .widget.links-widget {
        margin-left: 0;
        padding-right: 0;
    }

    section.banner-section-two .nav-tabs li.nav-item {
        width: 50%;
    }

    .section-seventeen .bg {
        padding-left: 30px;
        padding-right: 30px;
    }

    .news-block-two .author-box-two .wrapper-area .img-box {
        width: 100%;
        margin-bottom: 25px;
    }

    .columns {
        column-count: 2 !important;
    }
}
@media only screen and (max-width: 575px) {
    .section-eighteen .text.mb-100 {
        margin-bottom: 30px !important;
    }
    .big-title {
        display: none;
    }
    section.banner-section-two h2,
    .sec-title {
        font-size: 36px;
        line-height: 45px;
    }
    .block-19 .text {
        font-size: 22px;
    }
    .video-btn a {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    section.section-twenty-six .big-title {
        font-size: 50px;
    }
    .check-availability button {
        width: 100%;
    }
    .block-twenty-seven {
        padding: 30px;
    }
    .block-four .inner-box .text {
        margin-bottom: 0;
        font-size: 16px;
        padding: 11px;
    }
    .block-four .inner-box .pricing {
        margin-left: 0;
    }
    .block-fifteen .ribbon {
        left: 30px;
        top: 30px;
    }
    .block-fifteen .content,
    .block-four .inner-box {
        left: 20px;
        bottom: 20px;
    }
    .block-thirteen .rating {
        max-width: 100%;
    }
    .news-block-two .lower-content {
        padding: 20px;
    }
    .check-availability form.form {
        background-color: var(--color-bg-1);
        padding: 0;
    }
    .block-one .image-two img,
    .block-one .image img {
        width: 100%;
    }
    .block-one .inner-box {
        max-width: 100%;
    }
    .block-one .image-three {
        display: none;
    }
    .comments-area .comment-box.comment-reply {
        margin-left: 0;
    }
    .blog-single-post .post-share .right-column {
        text-align: left;
        margin-top: 20px;
        width: 100%;
    }
    .blog-post-pagination .next-post {
        text-align: left;
        margin-top: 13px;
    }
    .blog-post-pagination .icon-menu {
        display: none;
    }
    .sidebar-widget {
        padding: 20px;
    }
    .blog-single-post .comment-form .contact-form {
        padding: 20px;
    }
    .news-block-two .author-box-two {
        padding: 20px;
    }
    .block-sixteen {
        padding: 30px;
    }
    .block-twenty-three {
        max-width: 100%;
    }
    .block-twenty-three img {
        width: 100%;
    }
    .comments-area .comment-box .author-thumb {
        position: relative;
    }
    .sidebar-page-container .author-box .image {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 30px;
    }
    .post-tag .social-icon {
        margin-top: 15px;
    }
    .text-widget .logo {
        margin-bottom: 15px;
    }
    .btn-insta {
        margin-top: 0px;
    }
    .comments-area .comment {
        padding-left: 0;
    }
    .block-twenty-eight h4 {
        font-size: 24px;
    }
    .block-18 .testimonial-image img {
        width: 100% !important;
    }
}
@media only screen and (max-width: 480px) {
    .section-header {
        height: 60px;
        padding: 5px 10px;
    }
    .section-thirty-eight .d-flex {
        flex-direction:column;
    }
    .detail-description-txt {
        flex-wrap:wrap;
    }
    .block-four,
    .block-thirty-eight {
        margin-bottom: 15px;
    }
    .block-forty .text,
    .block-42-hour {
        width: 100%;
    }
    .page-title {
        padding: 40px 0 40px;
    }
        .page-title .bread-crumb,
        .right-btns.header-contact .contact-w,
        .big-title,
        .list-offers .offer-list .offer .grey-txt,
        .list-offers .offer-list .offer .infos .txt {
            display: none;
        }
    .block-thirty-eight .icon-list ul {
        justify-content: space-between;
    }
    .block-thirty-eight .icon-list ul li,
    .block-thirty-eight .icon-list ul li:first-child {
        margin-right: 0;
    }
    .contact-block {
        padding: 30px;
    }
    h1 {
        font-size: 30px;
    }
    .block-thirty-eight {
        padding:20px;
    }
    .section-thirty-eight .col-sm-4,
    .section-thirty-eight .col-md-4,
    .section-thirty-eight .col-lg-4 {
        padding-right: 15px;
        padding-bottom: 0;
    }

    .section-thirty-eight .col-lg-8,
    .section-thirty-eight .col-md-8,
    .section-thirty-eight .col-sm-8 {
        padding-left: 15px;
    }
    .section-thirty-nine .block-thirty-nine .image {
        height:200px;
    }
    .block-thirty-nine .image-two {
        margin-top:15px;
    }
    .section-thirty-nine .space .image, 
    .section-thirty-nine .image-right {
        height: 200px;
        margin-top: 15px;
    }
    section {
        padding: 15px;
    }
    .block-forty .text {
        margin-bottom:0;
    }
    .block-two h2,
    h2, h2 a, .sec-title {
        font-size: 30px;
    }
    .h2-little {
        font-size: 26px;
    }
    .main-header .header-upper .logo img {
        max-height: 50px;
        max-width: 140px;
    }
    .mobile-nav .navbar-toggler {
        height: 40px;
        line-height: 40px;
        border-radius: 20px
    }
    .mobile-nav .menu-mobile.menu-mobile-active {
        top: 60px;
    }
    .mobile-nav .navbar-toggler i.btn-menu {
        font-size: 20px;
        height: 40px;
        line-height: 40px;
    }
    .right-btns .langs-magic img {
        height: 40px;
        width: 40px;
        border-radius: 20px;
    }
    .content-site {
        padding-top: 60px;
    }
    .right-btns.bottom-contact {
        display: flex;
        padding: 5px 0;
        justify-content: center;
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: var(--color-bg-1);
        z-index: 99;
        box-shadow: 0 0 5px rgba(0,0,0,.2);
    }
    .right-btns.bottom-contact .header-rond-btn,
    .right-btns .header-rond-btn {
        height: 40px;
        line-height: 40px;
        width: 40px;
        border-radius: 20px;
    }
    .right-btns.bottom-contact .header-rond-btn i {
        font-size: 20px;
        line-height: 40px;
    }
    .section-slider,
    .section-video,
    .offer-big-img {
        height: 350px;
    }
    .section-slider .slider-content .slider-title,
    .section-video .slider-content .slider-title {
        bottom: 55px;
    }
    .section-slider .slider-content .slider-title h1,
    .section-video .slider-content .slider-title h1,
    .section-title-BG h1 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .section-slider .slider-content .slider-title h5,
    .section-video .slider-content .slider-title h5 {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .owl-theme .owl-nav {
        margin: 0;
    }
    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-bottom: 10px;
    }
    .owl-theme.home-slider_img .owl-nav.disabled + .owl-dots {
        margin-top: 0;
        position: absolute;
        top: 0;
        width: 100%;
        padding: 5px 0;
        background-color: rgba(0,0,0,.2);
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: var(--color-btn);
    }
    .owl-theme.home-slider_img .owl-dots .owl-dot span {
        border: 1px solid var(--color-bg-1);
        width: 12px;
        height: 12px;
        margin: 0 3px;
        background: transparent;
    }
    .owl-theme.home-slider_img .owl-dots .owl-dot.active span {
        background: var(--color-bg-1);
    }
    .booking-be {
        padding: 20px;
    }
    #ConstellationWidget {
        background-color: transparent;
    }
    #section-BE.section-home-be,
    .BE-mobile {
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    .section-home-be {
        padding: 20px 0;
        padding-right: 0;
    }
    #section-BE .content-section {
        margin-top: -50px;
    }
    #section-BE .rounded-box {
        padding: 15px 15px 5px 15px;
    }
    #section-BE .widget-bottom {
        display: block;
        text-align: center;
    }
    .content-section .scea ul li i {
        margin-right: 5px;
    }
    .owl-theme.slider-options .owl-nav.disabled + .owl-dots {
        margin-bottom: 0;
    }
    .section-calendar .rounded-box,
    .testimonials-section #CDSWIDSSP .withBorder {
        padding: 15px;
    }
    .section-calendar .calendar_status span {
        font-size: 14px;
    }
    .section-calendar .calendar_status span.not-available {
        margin-left: 10px;
    }
    .section-calendar .calendar_status span:before {
        width: 12px;
        height: 12px;
        vertical-align: baseline;
        margin-right: 5px;
    }
    .section-news .content-section .news-content .news .home-photo-news {
        width: 80px;
    }
    .section-news .content-section .news-content .news .home-desc-news {
        width: calc(100% - 80px);
        padding-left: 15px;
    }
    .section-news .content-section .news-content .news .home-desc-news h3 {
        text-align: left !important;
    }
    .offer-list {
        flex-direction: column;
    }
        .offer-list .bg-img {
            width: 100%;
        }
    .list-offers .offer-list .offer {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
    .list-offers .list-offers .offer-list .offer .right-list {
        margin-bottom: 10px;
        order: 2;
    }
    .list-offers .offer-list .offer .grey-txt.ok-480 {
        display: block;
        text-align: left;
    }
    .list-offers .offer-list .offer .infos {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        order: 3;
    }
    .list-offers .offer-list .offer .infos .price {
        text-align: left;
    }
    .section-title-offer .content-section {
        padding: 0;
    }
    .section-content-offer .bloc-infos.rounded-box {
        padding: 15px;
        margin-top: 20px;
        column-count: 1;
    }
    .section-content-offer .content-left .border-top {
        padding-top: 15px;
        margin-top: 25px;
    }
    .section-content-offer .content-right .offer-calendar {
        padding-top: 25px;
        margin-top: 15px;
    }
    .page-detail .content-section .scea ul {
        column-count: 2;
    }
    .m-t-60 {
        margin-top: 20px;
    }
    .section-content-offer .content-right .rounded-box {
        margin-bottom: 0;
    }
    .specialoffers-list .list-offers .offer-list .offer .infos {
        flex-direction: column;
    }
    .specialoffers-list .list-offers .offer-list .offer .infos .txt {
        width: 100%;
        align-items: center;
    }
    .specialoffers-list .list-offers .offer-list .offer .infos .bottom-info {
        width: 100%;
        align-items: center;
    }
        .specialoffers-list .list-offers .offer-list .offer .infos .bottom-info .btn-21 {
            order: 2;
        }
    .m-b-15 {
        margin-bottom: 10px;
    }
    .testimonials-section .content-avis .content-white-bg {
        padding: 15px 15px 0 15px;
    }
    .testimonials-section .content-avis .content-white-bg .booking-top {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .testimonials-section .content-avis .content-white-bg .booking-top .global-note-w {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 24px;
    }
    .testimonials-section .content-avis .content-white-bg .booking-top .global-review-w {
        padding-left: 15px;
    }
    .testimonials-section .content-avis .content-white-bg .booking-top .global-review-w .global-review {
        line-height: 30px;
        font-size: 20px;
        padding-top: 0;
    }
    .testimonials-section .content-avis .content-white-bg .booking-top .global-review-w .experiences-lived {
        line-height: 30px;
        font-size: 14px;
        padding-bottom: 0;
    }
    .testimonials-section .content-avis .content-white-bg .booking-scores .scrore.mb-15 {
        width: 100%;
    }
    .btn.dark {
        transform: translateX(30vw);
    }
    a.theme-btn.btn.dark.col-md-12 {
        width: auto;
    }
    .columns {
        column-count: 1 !important;
    }
    .section-sixteen .auto-container .row .col-content {
        width:100%;
    }
}

.d-none {
    display: none;
}

/* ------------------------------ MODIFS CUSOM.CSS ------------------------------ */
.section-title-BG {
    height: 200px;
    width: 100%;
    position: relative;
}
.sidebar-page-container {
    padding-bottom: 0;
}
.scea-pictos .scea-picto i {
    height: 60px;
    line-height: 60px !important;
}
.horaires-more-infos h2 {
    font-size: 36px;
}
.grid-item .around-item-w .around-item-content-w .around-title {
    height: 50px;
}
@media (max-width: 480px) {
    .horaires-more-infos h2 {
        font-size: 30px;
    }
}
@media (max-width: 1024px) {
    .section-video {
        margin-top: 0;
        margin-bottom: 0;
        height: calc(100vh - 190px);
    }

    .video-wrap {
        height: calc(100vh - 190px);
    }
}

@media (max-width: 768px) {
    .video-wrap {
        height: 500px;
    }
    .col-contact-info.content-right {
        display: none;
    }
}
@media (max-width: 680px) {
    .col-contact-info.content-right {
        display: none;
    }
    .content-contactform .content-left {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .video-wrap {
        height: 350px;
    }

    section.section-two.alt-bg-color button.owl-prev {
        left: -90px;
        position: relative;
    }
    section.section-two.alt-bg-color button.owl-next {
        left: 90px;
        position: relative;
    }
}
#widget-full {
    width: 100% !important;
    background-color: var(--color-text);
}
@media (max-width: 1800px) {
    .accommodation, .activity {
        flex-direction: column;
    }
}
button.owl-prev,
button.owl-next,
.content-news .owl-nav button,
.content-news .owl-nav button:hover {
    font-size: 40px !important;
    background-color: var(--color-btn) !important;
}
.btn.link-gift-cards,
a.btn.link-clickAndCollect {
    color: var(--color-text-white);
}
p, span, a {
    font-family: var(--font-text);
}
i.las.la-gift.title-white {
    padding: 0 !important;
    font-size: 44px !important;
}
i.las.la-arrow-left, i.las.la-arrow-right {
    color: var(--color-bg-1) !important;
}
.bloc-date-big-content {
    background-color: #fff;
    gap: 0;
}
.widget-bottom-secure {
    color: var(--color-text-white);
}

/* New M�t�o */
.section-meteo {
    display: flex;
    justify-content: center;
    width: 100%;
}
.meteo.weather-w {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
}
.weather-item {
    min-width: 225px;
    width: 100%;
}
.meteo .opacity {
    align-items: center;
    background-color: rgba(0,0,0,.2);
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 100%;
    padding: 8px;
    width: 100%;
}
.weather-icon {
    height: 20px;
    vertical-align: middle;
    color: var(--color-text-white);
}
.weather-temperature, .meteo-city, .weather-date {
    color: var(--color-text-white);
}
.meteo-day-1, .meteo-day-2, .meteo-day-3 {
    display: none;
}

@media (min-width: 768px) {
    .meteo-day-1 {
        display: inherit;
    }
}

@media (min-width: 890px) {
    .meteo-day-2 {
        display: inherit;
    }
}

@media (min-width: 1024px) {
    .meteo-day-3 {
        display: inherit;
    }
}
.contact-w .new-picto-svg, .phone-w .new-picto-svg {
    background-color: var(--color-text-white) !important;
}
#section-giftcards .auto-container {
    display: flex;
    flex-direction: column;
    gap: 30PX;
}
.module-infos, .bed-capacity {
    display: flex;
    column-gap: 30px;
    row-gap:10px;
    flex-direction: row;
    flex-wrap: wrap;
}
.picto-line, .bed-line {
    font-family: var(--font-text);
}
.module-infos .info-line,
.CheckIn .info-line,
.InfosActivity .info-line,
.form-adds-detail-no-resto .info-line {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

    .module-infos .info-line .picto-and-bloc-infos,
    .CheckIn .info-line .picto-and-bloc-infos,
    .InfosActivity .info-line .picto-and-bloc-infos {
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }