body {
    font-family: var(--font-text);
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text);
    background-color: var(--color-bg-1);
}
img {
    max-width: 100%;
    height: auto;
}
a {
    outline: 0 !important;
    font-family: var(--font-title);
    font-size: 16px;
    font-weight: 600 !important;
    text-decoration: none;
    color: var(--color-link);
}
h1, .h1 {
    font-size: 40px;
    font-family: var(--font-title);
    font-weight: 800;
}
h2, .h2 {
    font-size: 30px;
    font-family: var(--font-title);
    font-weight: 600;
    color: var(--color-title);
    text-transform: uppercase;
}
h3, .h3 {
    font-size: 24px;
    font-family: var(--font-title);
    font-weight: 600;
    color: var(--color-title);
}
h4, .h4 {
    font-size: 20px;
    font-family: var(--font-title);
    color: var(--color-title);
    font-weight: 600;
}
h5, .h5, h6, .h6 {
    font-size: 16px;
    font-family: var(--font-title);
    font-weight: 600;
}
@media (max-width: 480px) {
    body {
        font-size: 14px;
    }
    h1, .h1 {
        font-size: 30px;
    }
    h2, .h2 {
        font-size: 24px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    h5, .h5 {
        font-size: 14px;
    }
}
.container-fluid {
    padding: 0;
}
.not-homepage .container {
    padding-right: 15px;
    padding-left: 15px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #999
}
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}
.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333 !important;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: var(--color-text-white);
}
.bootstrap-select.btn-group .dropdown-menu .notify {
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
}
.bootstrap-select.btn-group .no-results {
    background: #f5f5f5;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--color-text-white);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    border-top: 6px solid var(--color-text-white);
    border-bottom: 0
}
.ow-navigation {
    margin-bottom: 0;
    min-height: 1px;
    float: left;
    width: 100%;
    padding-left: 0;
    position: relative;
    border: none;
    border-radius: 0;
    background-color: transparent;
}
    .ow-navigation .nav {
        margin-bottom: 0;
    }
        .ow-navigation .nav.navbar-nav > li {
            margin: 0;
            float: none;
            display: inline-block;
        }
            .ow-navigation .nav.navbar-nav > li:first-child {
                margin-left: 0;
            }
            .ow-navigation .nav.navbar-nav > li:last-child {
                margin-right: 0;
            }
        .ow-navigation .nav.navbar-nav li > a {
            font-size: 12px;
            letter-spacing: 1.2px;
            padding: 20px 15px;
            position: relative;
            color: var(--color-text-white);
            text-transform: uppercase;
        }
        .ow-navigation .nav.navbar-nav li:last-child > a {
            padding-right: 0;
        }
        .ow-navigation .nav.navbar-nav > li.active > a,
        .ow-navigation .nav.navbar-nav > li.active:hover > a,
        .ow-navigation .nav.navbar-nav > li.active:focus > a,
        .ow-navigation .nav.navbar-nav > li:hover > a,
        .ow-navigation .nav.navbar-nav > li:focus > a,
        .ow-navigation .nav.navbar-nav > li > a:hover,
        .ow-navigation .nav.navbar-nav > li > a:focus,
        .ow-navigation .dropdown-menu li:hover > a,
        .ow-navigation .dropdown-menu li > a:hover {
            background-color: transparent;
            color: var(--color-link);
        }
    .ow-navigation .dropdown-menu > li:hover > a,
    .ow-navigation .dropdown-menu > li:focus > a,
    .ow-navigation .dropdown-menu > li > a:hover,
    .ow-navigation .dropdown-menu > li > a:focus {
        background-color: transparent;
    }
    .ow-navigation ul li > .dropdown-menu {
        border: none;
        left: 100%;
        margin-top: 0;
        transition: all 0.4s ease-in-out 0s;
        visibility: hidden;
        top: 0;
        display: block;
        padding: 0px 0;
        width: max-content;
        margin-top: 30px;
        white-space: inherit;
        text-transform: none;
    }
    .ow-navigation .navbar-nav li > .dropdown-menu > li > a {
        text-transform: none;
    }
    .ow-navigation .navbar-toggle {
        padding: 17px 13px;
        margin: 15px 0;
    }
    .ow-navigation .mini-lang {
        display: none;
    }
.menu-block {
    background-color: transparent;
}
.menu-block .book-now a {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    background-color: var(--color-btn);
    color: var(--color-btn-txt);
    font-family: var(--font-title);
    font-weight: 600;
    text-transform: uppercase;
    padding:0 20px;
}
    .menu-block .book-now a span,
    .menu-block .book-now a:before {
        display: inline-block;
        vertical-align: middle;
    }
    .menu-block .book-now a:before {
        content: "";
        height: 60px;
        width: 0;
    }
    .menu-block .book-now {
        position: relative;
        left: 35px;
    }
.navbar-header {
    display: none;
}
.mobile-logo-menu {
    padding: 10px 0;
    height: 80px;
}
    .mobile-logo-menu img {
        max-height: 60px;
    }
.header-section .col-menu-top .nav .sub-menu {
    display: none;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
}

    .header-section .col-menu-top .nav .sub-menu.sub-menu-active {
        display: inline;
    }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    
    .ow-navigation .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .ow-navigation .nav.navbar-nav > li {
        margin: 0;
    }
    .ow-navigation .nav {
        display: inline-block;
    }
    .ow-navigation .nav.navbar-nav li > a {
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 11px;
        padding-right: 11px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .ow-navigation .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 1200px) {
    
        .ow-navigation .navbar-brand {
            display: none;
        }
    .navbar-brand-white {
        font-size: 22px;
        height: auto;
        letter-spacing: 2.1px;
        padding: 0;
        text-decoration: none;
        line-height: 31px;
        margin: 24px 0;
        text-transform: uppercase;
        font-family: var(--font-title);
        font-weight: 600;
    }
    .navbar-brand-white,
    .navbar-brand-white:hover,
    .navbar-brand-white:focus {
        text-decoration: none;
        color: var(--color-text-white);
    }

    .menu-block {
        margin-top: -30px;
    }

        .menu-block .col-md-10 {
            padding-right: 25px;
        }

    .ow-navigation {
        margin-right: 0;
        background-color: var(--color-bg-1);
    }
        .ow-navigation .nav.navbar-nav li > a {
            color: var(--color-text);
        }
        .ow-navigation::after {
            content: "";
            display: inline-block;
            position: absolute;
            right: -30px;
            width: 30px;
            top: 0;
            bottom: 0;
        }

    .menu-block .book-now a::after {
        content: "";
        display: inline-block;
        position: absolute;
        left: -30px;
        width: 30px;
        top: 0;
        bottom: 0;
        border-top: 60px solid var(--color-link);
        border-left: 25px solid transparent;
    }

    .ow-navigation::after {
        border-bottom: 60px solid var(--color-bg-1);
        border-right: 25px solid transparent;
    }

    .ow-navigation .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .ow-navigation .navbar-header {
        position: absolute;
    }

    .navbar-header img {
        max-height: 70px;
    }

    .ow-navigation .nav.navbar-nav li > a::before {
        background-image: url("../img/menu-sep.png");
        background-repeat: no-repeat;
        background-position: center;
        width: 2px;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        display: inline-block;
    }

    .ow-navigation .nav.navbar-nav li:last-child > a::before {
        display: none;
    }
    /* Dropdown */
    .ow-navigation .navbar-collapse > ul > li > .dropdown-menu {
        top: 100%;
        left: 0;
    }

        .ow-navigation .navbar-collapse > ul > li > .dropdown-menu li {
            padding: 7px 10px;
        }

    .ow-navigation ul li > .dropdown-menu {
        border: none;
        left: 100%;
        margin-top: 0;
        transition: all 0.4s ease-in-out 0s;
        visibility: hidden;
        top: 0;
        display: block;
        padding: 0px 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: -ie-max-content;
        width: -o-max-content;
        width: max-content;
        margin-top: 30px;
        border-radius: 0;
        border: 1px solid #efefef;
        box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.13);
        opacity: 0;
    }

    .ow-navigation .navbar-nav > li > .dropdown-menu li:first-child {
        padding-top: 20px;
    }

    .ow-navigation .navbar-nav > li > .dropdown-menu li:last-child {
        padding-bottom: 20px;
    }

    .ow-navigation .navbar-nav > li > .dropdown-menu::after,
    .ow-navigation .navbar-nav > li > .dropdown-menu::before {
        content: "";
        position: absolute;
    }

    .ow-navigation .navbar-nav > li > .dropdown-menu::before {
        height: 10px;
        left: 11px;
        top: -9px;
        width: 10px;
        z-index: 1;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 10px solid var(--color-bg-1);
    }

    .ow-navigation .navbar-nav > li > .dropdown-menu::after {
        height: 12px;
        left: 9px;
        top: -12px;
        width: 11px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 12px solid rgba(0, 0, 0, 0.07);
    }

    .ow-navigation .navbar-nav > li:last-child > .dropdown-menu::before,
    .ow-navigation .navbar-nav > li:last-child > .dropdown-menu::after,
    .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu::before,
    .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu::after {
        left: -15px;
    }

    .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu::before,
    .ow-navigation .navbar-nav > li:last-child > .dropdown-menu::before {
        left: 11px;
    }

    .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu::after,
    .ow-navigation .navbar-nav > li:last-child > .dropdown-menu::after {
        left: 9px;
    }

    .ow-navigation .navbar-nav li > .dropdown-menu > li > a {
        white-space: normal;
        padding: 0;
        font-size: 12px;
    }

    .ow-navigation .nav.navbar-nav li.dropdown:hover > .dropdown-menu {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
    }

    .ow-navigation ul > li > .dropdown-menu {
        left: 0;
    }

    .ow-navigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
    .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu {
        right: 0;
    }

    .ow-navigation ul > li > .dropdown-menu,
    .ow-navigation ul > li .dropdown-menu ul,
    .ow-navigation ul > li .dropdown-menu ul ul ul,
    .ow-navigation ul > li .dropdown-menu ul ul ul ul ul,
    .ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
    .ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
    .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
    .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
    .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
    .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
    .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
    .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
    .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
    .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
    .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
    .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
        right: auto;
    }

        .ow-navigation ul > li .dropdown-menu ul,
        .ow-navigation ul > li .dropdown-menu ul ul ul,
        .ow-navigation ul > li .dropdown-menu ul ul ul ul ul,
        .ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
        .ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
        .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
        .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
        .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
        .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
        .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
        .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
        .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
        .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
        .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
        .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
            left: 100%;
        }

            .ow-navigation ul > li .dropdown-menu ul ul,
            .ow-navigation ul > li .dropdown-menu ul ul ul ul,
            .ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul,
            .ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
            .ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
            .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
            .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
            .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
            .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
            .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
            .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
            .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
            .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
            .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
            .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
                right: 100%;
            }

                .ow-navigation ul > li .dropdown-menu ul ul,
                .ow-navigation ul > li .dropdown-menu ul ul ul ul,
                .ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul,
                .ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
                .ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
                .ow-navigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
                .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
                .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
                .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
                .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
                .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
                .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu,
                .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
                .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
                .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
                .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
                .ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
                    left: -15px;
                }
}
@media (max-width: 1200px) {
    .menu-block .row.d-flex {
        margin-right: 0;
        margin-left: 0;
    }
    #photo-slider .carousel-inner {
        height: calc(100vh - 80px);
    }
    .navbar-header {
        display: block;
    }
    .menu-block .col-menu-top {
        width: 100%;
    }
    .menu-block .book-now {
        display: none;
    }
    .ow-navigation {
        padding: 0;
        width: 100%;
    }
        .ow-navigation .navbar-brand {
            font-size: 25px;
            height: auto;
            letter-spacing: 2.1px;
            padding: 0;
            text-decoration: none;
            line-height: 31px;
            margin: 24px 0;
            text-transform: uppercase;
            font-family: var(--font-title);
            font-weight: 600;
        }
            .ow-navigation .navbar-brand,
            .ow-navigation .navbar-brand:hover,
            .ow-navigation .navbar-brand:focus {
                width: 80%;
                color: var(--color-link);
            }
        .ow-navigation .navbar-collapse {
            border-top: none;
            box-shadow: none;
            width: 100%;
            overflow: auto !important;
            padding-bottom: 10px;
        }
            .ow-navigation .navbar-collapse.collapse {
                display: none !important;
            }
        .ow-navigation .navbar-nav {
            float: none !important;
            border-top: 1px solid #e7e7e7;
        }
        .ow-navigation .navbar-header {
            float: none;
        }
        .ow-navigation .navbar-toggle {
            display: block;
            margin-bottom: 15px;
            margin-top: 15px;
            margin-right: 0px;
            border-radius: 0;
            background-color: var(--color-bg-2);
            border-color: var(--color-link);
        }
        .ow-navigation .navbar-collapse > .nav.navbar-nav > li {
            margin: 0;
        }
        .ow-navigation .navbar-nav > li {
            display: inline-block;
            float: none;
            width: 100%;
        }
        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover,
        .navbar-fixed-top .ow-navigation .navbar-toggle .icon-bar,
        .ow-navigation .navbar-toggle .icon-bar,
        .navbar-fixed-top .ow-navigation .navbar-toggle:focus,
        .navbar-fixed-top .ow-navigation .navbar-toggle:hover,
        .ow-navigation .navbar-default .navbar-toggle:focus,
        .ow-navigation .navbar-default .navbar-toggle:hover,
        .ow-navigation .navbar-toggle:hover {
            background-color: var(--color-btn);
        }
            .navbar-default .navbar-toggle:focus .icon-bar,
            .navbar-default .navbar-toggle:hover .icon-bar,
            .navbar-fixed-top .ow-navigation .navbar-toggle:focus .icon-bar,
            .navbar-fixed-top .ow-navigation .navbar-toggle:hover .icon-bar,
            .ow-navigation .navbar-toggle:hover .icon-bar {
                background-color: var(--color-btn-txt);
            }
        .ow-navigation .nav.navbar-nav > li.active > a,
        .ow-navigation .nav.navbar-nav > li.active:hover > a,
        .ow-navigation .nav.navbar-nav > li.active:focus > a,
        .ow-navigation .nav.navbar-nav > li:hover > a,
        .ow-navigation .nav.navbar-nav > li:focus > a,
        .ow-navigation .nav.navbar-nav > li > a:hover,
        .ow-navigation .nav.navbar-nav > li > a:focus,
        .ow-navigation .dropdown-menu li:hover > a,
        .ow-navigation .dropdown-menu li > a:hover {
            color: var(--color-link);
        }
        .ow-navigation .nav.navbar-nav li > a,
        .ow-navigation .navbar-collapse > ul > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
            width: 100%;
        }
        .ow-navigation .nav.navbar-nav li > a {
            padding-left: 15px !important;
        }
        .ow-navigation .navbar-text {
            float: none;
            margin: 15px 0;
        }
        .ow-navigation .navbar-collapse.collapse.in {
            background: var(--color-bg-2);
            z-index: 10000;
            position: absolute;
            display: block !important;
        }
        .ow-navigation .collapsing {
            overflow: hidden !important;
        }
        .ow-navigation .dropdown-menu {
            margin-top: 0;
            padding-left: 10px;
            padding-top: 0;
            position: relative;
            width: 100%;
            background-color: transparent;
            border: 0 none;
            box-shadow: none;
        }
    .contact-url{
        display: block !important;
    }
}
ul.nav.navbar-nav > li.contact-url {
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .ow-navigation.navbar-right {
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
    }
}
#photo-slider .carousel-inner {
    height: 100vh;
}
    #photo-slider .carousel-inner > .item {
        width: 100%;
        height: 100%;
    }
.subtitle-slider {
    position: absolute;
    bottom: 0px;
    padding: 6px 15px;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    color: var(--color-text-white);
    z-index: 10;
    margin-bottom: 0;
}
    .subtitle-slider p {
        margin: 0;
    }
/* - Padding/Margin */
.no-padding {
    padding: 0;
}
.no-left-padding {
    padding-left: 0;
}
.no-right-padding {
    padding-right: 0;
}
.no-top-padding {
    padding-top: 0;
}
.no-bottom-padding {
    padding-bottom: 0;
}
.no-margin {
    margin: 0;
}
.no-left-margin {
    margin-left: 0;
}
.no-right-margin {
    margin-right: 0;
}
.no-top-margin {
    padding-top: 0;
}
.no-bottom-margin {
    margin-bottom: 0;
}
/* Calendrier des dispos */
.hp {
    display: none;
}
.ow-pull-right {
    float: right;
}
.ow-pull-left {
    float: left;
}
main {
    overflow: hidden;
}
/* -- Section Padding */
.section-padding {
    padding-bottom: 40px;
    padding-top: 40px;
    display: inline-block;
    width: 100%;
}
.section-top-padding {
    padding-top: 85px;
}
.section-bottom-padding {
    padding-bottom: 120px;
}
/* ## Header */
.header-section {
    position: relative;
    z-index: 30009;
    width:100%;
}
.header-section.navbar-fixed-top .menu-block {
    border-bottom: 1px solid var(--color-bg-3);
    background-color: var(--color-bg-1);
}
.HomePage .header-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.sousmenu-menu {
    text-transform: none;
}
.top-header {
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: rgba(0,0,0,.8);
}
    .top-header .container:before,
    .top-header .container:after {
        content:none;
    }
    .top-header .row.d-flex{
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        width:100%;
    }
    .menu-block .row.d-flex {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        width: 100%;
    }
.top-header .contact-detail {
    text-align: right;
}
.contact-detail > div {
    display: inline-block;
    text-align: left;
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 10px;
    margin: 0 25px;
    vertical-align: top;
    max-width: 50%;
    border-right: 1px solid rgba(255,255,255,.2);
}
    .contact-detail > div:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }
    .contact-detail > div > img {
        position: absolute;
        left: 0;
        top: 5px;
    }
    .contact-detail > div > h6 {
        margin-bottom: 5px;
        margin-top: 0;
        letter-spacing: 0.312px;
        color: var(--color-text-white);
        text-transform: uppercase;
    }
    .contact-detail > div > a {
        text-decoration: none;
    }
    .contact-detail > div > a,
    .contact-detail > div > p {
        text-transform: uppercase;
        color: var(--color-link);
        font-family: var(--font-title);
        font-weight: 600;
        font-size:14px;
    }
    .contact-detail > div > p {
        margin-bottom: 10px;
    }

@media (min-width: 1200px) {
    .slider-section {
        max-height: 100vh;
    }
}
.slider-section {
    position: relative;
    overflow: hidden;
}
.slider-section .carousel-caption {
    bottom: auto;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    text-shadow: none;
    left: 70px;
    right: 70px;
    text-shadow: none;
    padding: 148px 0 0 0;
}
.slider-section .carousel-caption h1,
.slider-section .carousel-caption h2 {
    font-size: 60px;
    margin-top: 0;
    position: relative;
    text-shadow: 0 5px 5px rgba(2,2,2,.2);
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
.slider-section .carousel-caption h6 {
    font-size: 20px;
    letter-spacing: 1.4px;
    position: relative;
    padding-left: 110px;
    padding-right: 110px;
    display: inline-block;
    text-shadow: 0 5px 5px rgba(2,2,2,.2);
    text-transform: uppercase;
}
    .slider-section .carousel-caption h6 span {
        position: absolute;
        height: 5px;
        width: 94px;
        top: 50%;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        text-shadow: 0 5px 5px rgba(2,2,2,.2);
    }
.slider-section .carousel-caption h6 span.left-sep {
    left: 0;
}
.slider-section .carousel-caption h6 span.right-sep {
    right: 0;
}
.slider-section .carousel-caption h6 span::before,
.slider-section .carousel-caption h6 span::after {
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    height: 1px;
    display: inline-block;
    background-color: var(--color-bg-1);
}
.slider-section .carousel-caption h6 span::before {
    top: 0;
}
.slider-section .carousel-caption h6 span::after {
    bottom: 0;
}
.slider-section .carousel-caption h6 span.left-sep::before {
    right: 10px;
}
.slider-section .carousel-caption h6 span.left-sep::after {
    left: 10px;
}
.slider-section .carousel-caption h6 span.right-sep::before {
    left: 10px;
}
.slider-section .carousel-caption h6 span.right-sep::after {
    right: 10px;
}
    .slider-section .carousel-control {
        width: 51px;
        height: 51px;
        text-shadow: none;
        line-height: 54px;
        font-size: 20px;
        top: 50%;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        z-index: 11;
        box-shadow: none;
        border-radius: 100%;
        background-color: var(--color-bg-1);
        background-image: none;
        opacity: 1;
        color: var(--color-title);
    }
        .slider-section .carousel-control:hover {
            background-color: var(--color-btn);
            color: var(--color-btn-txt);
        }
        .slider-section .carousel-control.left {
            left: 15px;
        }
        .slider-section .carousel-control.right {
            right: 15px;
        }
.btn-clair,
.btn-clair i {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.btn-clair {
    width: fit-content;
    display: block;
    margin: 0 auto;
    padding: 13px;
    text-decoration: none;
    text-align: center;
    margin-top: 40px;
    background-color: var(--color-bg-1);
    color: var(--color-title);
    text-transform: uppercase;
}
.btn-clair i {
    margin-left: 10px;
    color: var(--color-link);
}
.btn-clair:hover {
    background-color: var(--color-btn);
}
    .btn-clair:hover,
    .btn-clair:hover i {
        color: var(--color-btn-txt);
    }
#ConstellationWidget {
    padding: 40px !important;
}
.booking-form #ConstellationWidget {
    background-color: var(--color-bg-2) !important;
}
.booking-form h4 {
    margin: 0;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
    border-right: 1px solid #1b3471;
    color: var(--color-text-white);
}
    .booking-form h4 span {
        font-weight: 600;
        display: block;
        font-size: 25px;
    }
.booking-form form .form-group {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 0;
    margin-top: 5px;
    position: relative;
}
.booking-form .form-group > i {
    position: absolute;
    left: 20px;
    top: 0;
    color: var(--color-link);
}
.booking-form .form-group .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.booking-form .form-group .bootstrap-select.btn-group .dropdown-menu li a {
    text-align: right;
    color: var(--color-link);
}
.booking-form .form-group .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: right;
    color: var(--color-title);
}
.booking-form .form-group .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: auto;
    left: 0;
    border: none;
}
.booking-form .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 4px;
}
.booking-form .bootstrap-select.btn-group .dropdown-toggle .caret::before {
    content: "\f107";
    font-family: 'FontAwesome';
    color: var(--color-link);
}
.booking-form form .form-group input {
    text-align: right;
    padding-bottom: 14px;
    padding-top: 0;
    font-size: 14px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #1b3471;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: var(--color-link);
}
.booking-form form .form-group select {
    padding-bottom: 9px;
    padding-top: 0;
    width: 100%;
    font-size: 14px;
    text-align: right;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #1b3471;
    border-radius: 0;
    color: var(--color-link);
}
.booking-form form .form-group input[type="submit"] {
    width: 100%;
    padding-top: 14px;
    text-align: center;
    background-color: var(--color-btn);
    color: var(--color-btn-txt);
    text-transform: uppercase;
}
.booking-form form .form-group input::-webkit-input-placeholder {
    color: var(--color-link);
}
.booking-form form .form-group input:-moz-placeholder { /* Firefox 18- */
    color: var(--color-link);
}
.booking-form form .form-group input::-moz-placeholder { /* Firefox 19+ */
    color: var(--color-link);
}
.booking-form form .form-group input:-ms-input-placeholder {
    color: var(--color-link);
}
.booking-form .form-group .btn-default {
    border: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 2px solid var(--color-link);
    color: var(--color-link);
    box-shadow: none;
    -webkit-box-shadow: none;
}
.booking-form .form-group .btn-default:hover,
.booking-form .form-group .btn-default:focus {
    outline: none;
    background-color: transparent;
    color: var(--color-link);
    border-bottom-color: var(--color-link);
    box-shadow: none;
    -webkit-box-shadow: none;
}
.content-block {
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
}
        .content-block h2::before {
            content: "";
            height: 3px;
            width: 114px;
            position: absolute;
            left: 0;
            bottom: 0;
        }
    .content-block .text-description-home img {
        margin-bottom: 60px;
    }
.discover h2 {
    margin-top: 0;
    margin-bottom: 25px;
}
.content-block p{
    line-height: 27px;
    letter-spacing: 0.3px;
    padding-right: 10%;
    margin-bottom: 20px;
    color: var(--color-text);
}
.paragraphe::first-letter {
    font-size: 40px;
    font-weight: 900;
    padding-right: 2px;
    color: var(--color-text);
    font-family: 'Merriweather', serif;
}
.user-avatar {
    display: block;
    text-align: center;
    margin-top: 20px;
}
    .user-avatar img {
        max-width: 150px;
        height: 150px;
        margin-bottom: 5px;
    }
    .user-avatar p {
        padding-right: 0;
        float: none;
    }
.content-block .user-avatar p::first-letter {
    font-size: 20px;
    font-weight: 900;
    float: none;
    padding-right: 0;
    color: var(--color-text);
    font-family: 'Merriweather', serif;
}
.booking-carousel {
    margin-bottom: 40px;
}
 .booking-carousel .carousel-control {
        width: 46px;
        height: 46px;
        line-height: 47px;
        text-align: center;
        top: 50%;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        background-color: var(--color-bg-1);
        background-image: none;
        border-radius: 100%;
        color: var(--color-title);
        text-shadow: none;
        opacity: 1;
    }
        .booking-carousel .carousel-control:hover {
            background-color: var(--color-btn);
            color: var(--color-btn-txt);
        }
        .booking-carousel .carousel-control.left {
            left: 25px;
        }
        .booking-carousel .carousel-control.right {
            right: 25px;
        }
.widget-area .widget_features .widget-title {
    padding-bottom: 0;
    margin-bottom: 35px;
}
    .widget-area .widget_features .widget-title::before {
        display: none;
    }
.widget-area .widget_features p {
    line-height: 27px;
    letter-spacing: 0.3px;
    color: var(--color-text);
}
.widget-area .widget_features ul {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
}
    .widget-area .widget_features ul li {
        display: inline-block;
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 15px;
        text-transform: uppercase;
        border-bottom: 1px solid #dbdbdb;
    }
        .widget-area .widget_features ul li:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        .widget-area .widget_features ul li img {
            margin-right: 15px;
        }
.offer-section .section-header {
    margin-bottom: 50px;
}
.offer-list {
    margin-left: -4px;
    margin-right: -4px;
}
.dir-content {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.recommended-detail {
    text-align: center;
}
    .recommended-detail .read-more {
        margin-top: 50px;
    }
/* ## Footer */
.footer-section {
    background-image: url("../img/footer-bg-map.png");
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 2px;
}
.room-section {
    position: relative;
    background-color: var(--color-bg-3);
}
    .room-section::before {
        bottom: 0;
        content: "";
        display: inline-block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .room-section .section-padding {
        display: inline-block;
        width: 100%;
    }
    .room-section .item {
        float: left;
        width: 100%;
        background-color: var(--color-bg-1);
    }
    .room-section .room-detail {
        padding-left: 70px;
        padding-right: 70px;
    }
        .room-section .room-detail h4 {
            margin-top: 30px;
            text-transform: uppercase;
        }
.room-detail > p {
    line-height: 27px;
    letter-spacing: 0.3px;
    margin-bottom: 35px;
    color: var(--color-text);
}
.room-section .carousel {
    box-shadow: 0 0 56px rgba(84, 84, 84, 0.25);
}
.room-section .carousel-control {
    position: absolute;
    right: 0;
    width: 120px;
    text-align: center;
    color: var(--color-title);
    text-shadow: none;
}
.room-section .carousel-control {
    width: 25px;
    height: 25px;
    line-height: 25px;
    position: relative;
    background-image: none;
}
    .room-section .carousel-control.left {
        float: left;
    }
    .room-section .carousel-control.right {
        float: right;
    }
.num {
    display: inline-block;
    color: var(--color-text);
}
.room-promo-amount {
    font-size: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    margin: 0;
    text-align: center;
    padding: 10px 5px;
    background-color: var(--color-bg-1);
    color: var(--color-link);
    font-family: var(--font-title);
    font-weight: 600;
    border: 2px solid var(--color-link);
}
/* -- Price Section */
.price-box {
    text-align: center;
    max-width: 309px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 56px rgba(84,84,84,0.25);
}
    .price-box,
    .price-box .price-img-box {
        position: relative;
    }
        .price-box .price-img-box-offer::before {
            background-color: rgba(0,0,0,0.6);
        }
        .price-box .price-img-box::before {
            content: "";
            display: inline-block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            -webkit-transition: all 1s ease 0s;
            -moz-transition: all 1s ease 0s;
            -o-transition: all 1s ease 0s;
            transition: all 1s ease 0s;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }
        .price-box:hover .price-img-box::before {
            background-color: rgba(42,169,224,0.85);
        }
        .price-box .price-img-box img {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }
        .price-box .price-img-box h4 {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            transform: translate(0%, -50%);
            -webkit-transform: translate(0%, -50%);
            -moz-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%);
            font-size: 70px;
            margin: 0;
            color: var(--color-text-white);
            text-transform: uppercase;
        }
            .price-box .price-img-box h4 sup {
                font-size: 25px;
                font-weight: 400;
                top: -1.5em;
            }
            .price-box .price-img-box h4 sub {
                font-size: 16px;
                font-weight: 400;
            }
            .price-box .price-img-box h4 span {
                font-size: 20px;
                letter-spacing: 14px;
                display: block;
                margin-top: 10px;
            }
        .price-box:hover h2 {
            color: var(--color-link);
        }
        .price-box h2::before {
            background-color: var(--color-link);
        }
     .price-box h2,
        .price-box h3 {
            padding: 0;
            position: relative;
            -webkit-transition: all 1s ease 0s;
            -moz-transition: all 1s ease 0s;
            -o-transition: all 1s ease 0s;
            transition: all 1s ease 0s;
        }
            .price-box h2::before,
            .price-box h3::before {
                content: "";
                height: 2px;
                width: 46px;
                position: absolute;
                display: inline-block;
                left: 0;
                right: 0;
                bottom: 0;
                margin: 0 auto;
            }
        .price-box ul {
            padding-left: 15px;
            padding-right: 15px;
            margin-bottom: 30px;
            display: inline-block;
            width: 100%;
        }
            .price-box ul li {
                display: inline-block;
                width: 100%;
                font-size: 16px;
                margin-bottom: 20px;
                color: var(--color-text);
            }
                .price-box ul li del {
                    color: #d0d0d0;
                }
/* -- Events Section */
.events-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
    .events-section::before {
        bottom: 0;
        content: "";
        display: inline-block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(0,0,0,.95);
    }
    .events-section .section-header {
        text-align: left;
    }
        .events-section .section-header h2 {
            padding-bottom: 40px;
            color: var(--color-text-white);
        }
            .events-section .section-header h2::after {
                display: none;
            }
            .events-section .section-header h2::before {
                right: auto;
                width: 64px;
                background-color: #d0d0d0;
            }
.event-tabs ul {
    border-bottom: none;
    padding-left: 20px;
    padding-right: 20px;
}
    .event-tabs ul li {
        width: 100%;
        margin-bottom: 18px;
    }
        .event-tabs ul li a {
            padding: 13px 50px 13px 13px;
            border: 2px solid var(--color-text-white);
            border-radius: 0;
            text-transform: uppercase;
            color: var(--color-text-white);
        }

            .event-tabs ul li a::before {
                font-family: 'FontAwesome';
                content: "\f107";
                font-size: 20px;
                position: absolute;
                right: 30px;
                top: 50%;
                transform: translate(0%, -50%);
                -webkit-transform: translate(0%, -50%);
                -moz-transform: translate(0%, -50%);
                -ms-transform: translate(0%, -50%);
            }

            .event-tabs ul li a:hover::before,
            .event-tabs ul li a:focus::before,
            .event-tabs ul li.active a::before,
            .event-tabs ul li.active a:hover::before,
            .event-tabs ul li.active a:focus::before {
                content: "\f105";
            }

            .event-tabs ul li a h5 {
                font-size: 30px;
                display: inline-block;
                width: 80px;
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                margin: 0;
                text-align: center;
                padding: 10px 0;
                background-color: var(--color-bg-1);
                color: var(--color-link);
            }

                .event-tabs ul li a h5 span {
                    display: block;
                    font-weight: 600;
                    font-size: 16px;
                    margin-top: 5px;
                }

            .event-tabs ul li a h3 {
                margin: 5px 0 0 0;
                font-size: 20px;
                letter-spacing: 0.8px;
                color: var(--color-text-white);
            }

                .event-tabs ul li a h3 span {
                    display: block;
                    font-size: 16px;
                    margin-top: 10px;
                    font-family: var(--font-text);
                    font-weight: 400;
                }

.event-tabs .nav-tabs > li > a:hover,
.event-tabs .nav-tabs > li > a:focus,
.event-tabs .nav-tabs > li.active > a,
.event-tabs .nav-tabs > li.active > a:focus,
.event-tabs .nav-tabs > li.active > a:hover {
    background-color: transparent;
    border: 2px solid var(--color-btn);
    color: var(--color-text-white);
}

    .event-tabs .nav-tabs > li > a:hover h5,
    .event-tabs .nav-tabs > li > a:focus h5,
    .event-tabs .nav-tabs > li.active > a h5,
    .event-tabs .nav-tabs > li.active > a:focus h5,
    .event-tabs .nav-tabs > li.active > a:hover h5 {
        background-color: var(--color-btn);
        color: var(--color-btn-txt);
    }

.event-box {
    padding: 38px;
    display: inline-block;
    width: 100%;
    background-color: var(--color-bg-1);
}
   .event-box h3 {
        margin-top: 0;
        line-height: 25px;
        padding-bottom: 25px;
        margin-bottom: 25px;
        position: relative;
    }

        .event-box h3::before {
            content: "";
            display: inline-block;
            width: 64px;
            height: 3px;
            position: absolute;
            left: 0;
            bottom: 0;
            background-color: #d0d0d0;
        }

    .event-box p {
        line-height: 27px;
        letter-spacing: 0.3px;
        margin-bottom: 22px;
        color: var(--color-text);
    }

    .event-box h6 {
        margin-bottom: 0;
        margin-top: 0;
        color: var(--color-title);
        text-transform: uppercase;
        color: var(--color-link)
    }

        .event-box h6 a {
            margin-left: 5px;
        }
/* -- Blog Section */
.category_link a {
    color: var(--color-link);
    text-transform: uppercase;
}

.type-post {
    margin-bottom: 60px;
    text-align: left;
    border: 1px solid #ebebeb;
}
.type-post:last-child {
    margin-bottom: 0;
}
    .type-post .entry-title {
        margin-top: 0;
        margin-bottom: 25px;
        font-family: var(--font-title);
        color: var(--color-title);
    }

        .type-post .entry-title a {
            text-decoration: none;
            color: var(--color-title);
        }

            .type-post .entry-title a:hover {
                color: var(--color-link);
            }

    .type-post .entry-content {
        padding-left: 0;
        padding-right: 0;
    }

        .type-post .entry-content blockquote {
            padding: 30px 20px;
            position: relative;
            border-left: none;
            background-color: var(--color-bg-3);
        }

            .type-post .entry-content blockquote p {
                font-style: italic;
                margin-bottom: 0;
                letter-spacing: 0.3px;
            }

            .type-post .entry-content blockquote span {
                position: absolute;
                left: 0;
                right: 0;
                top: -13px;
            }

        .type-post .entry-content p,
        .type-post .entry-content .paragraphe {
            line-height: 27px;
            letter-spacing: 0.3px;
            margin-bottom: 0;
            color: var(--color-text);
        }

            .type-post .entry-content p.twocolumn {
                column-count: 2;
            }

        .type-post .entry-content a {
            text-decoration: none;
            text-transform: uppercase;
            color: var(--color-title);
        }

            .type-post .entry-content a i {
                margin-left: 5px;
                color: var(--color-link);
            }

            .type-post .entry-content a:hover {
                color: var(--color-link);
            }

    .type-post .content-box {
        padding: 30px;
    }

    .type-post .content-box-be {
        background-color: var(--color-bg-2);
    }
.content-box-be .bloc-date,
.content-box-be .bloc-pax,
.content-box-be a#bouton-recherche {
    width: 100%;
    flex: initial;
}
        .type-post .content-box-be #ConstellationWidget {
            padding: 0 !important;
            background-color: var(--color-bg-2);
        }


.blog-post-list .type-post .content-box {
    padding-bottom: 0;
}

.blog-post-list .ow-pagination {
    text-align: left;
    margin-top: 0;
}

.entry-footer {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    padding: 15px;
    background-color: var(--color-bg-3);
}
   .entry-footer .entry-meta > div {
        display: inline-block;
        position: relative;
    }

        .entry-footer .entry-meta > div + div::before {
            content: "/";
            padding: 0 8px;
        }

        .entry-footer .entry-meta > div a {
            text-decoration: none;
            color: var(--color-title);
        }

            .entry-footer .entry-meta > div a:hover {
                color: var(--color-link);
            }

.posted-on {
    font-weight: 600;
}

.entry-footer .entry-meta {
    display: inline-block;
}

.entry-footer a {
    margin-top: 5px;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    font-family: var(--font-title);
    color: var(--color-title);
    text-transform: uppercase;
}

    .entry-footer a i {
        color: var(--color-link);
    }

    .entry-footer a:hover {
        color: var(--color-link);
    }

    .entry-footer a.prev {
        float: left;
        margin-left: 40px;
    }

        .entry-footer a.prev i {
            margin-right: 10px;
        }

    .entry-footer a.next {
        float: right;
        margin-right: 40px;
    }

        .entry-footer a.next i {
            margin-left: 10px;
        }
.entry-content iframe {
    max-width: 100%;
}
/* - Comment Section */
.comment-section {
    display: inline-block;
    text-align: left;
}
   .comment-section .section-heading {
        margin: 0 0 20px;
        color: var(--color-title);
        font-family: var(--font-title);
    }

        .comment-section .section-heading span {
            margin-left: 10px;
        }

    .comment-section .media {
        padding: 15px 20px;
        margin-top: 15px;
        border: 1px solid #dadada
    }

        .comment-section .media:first-child {
            margin-top: 0;
        }

    .comment-section .media-left {
        float: left;
        clear: both;
        padding-right: 0;
        border-radius: 100%;
    }

        .comment-section .media-left img {
            display: inline-block;
            border-radius: 100%;
        }

    .comment-section .media-heading {
        margin-right: 5px;
        letter-spacing: 0.6px;
        display: inline-block;
        width: 100%;
        text-transform: uppercase;
        color: var(--color-title);
        font-family: var(--font-title);
        font-weight: 600;
    }

        .comment-section .media-heading span {
            display: inline;
            margin-left: 30px;
            color: var(--color-title);
            text-transform: uppercase;
            font-family: var(--font-title);
            font-weight: 400;
        }

        .comment-section .media-heading a {
            text-decoration: none;
            padding: 6px 20px;
            margin-left: 5px;
            float: right;
            color: var(--color-text);
            text-transform: uppercase;
            font-family: var(--font-title);
            font-weight: 600;
            border: 1px solid #bcbcbc;
        }

            .comment-section .media-heading a:hover {
                background-color: var(--color-btn);
                border-color: var(--color-btn);
                color: var(--color-btn-txt);
            }

    .comment-section .media-list {
        display: inline-block;
        margin-bottom: 60px;
    }

    .comment-section .media-content {
        margin-left: 24px;
        position: relative;
        display: inline-block;
    }

        .comment-section .media-content p {
            letter-spacing: 0.6px;
            line-height: 25px;
            margin-top: 10px;
            margin-bottom: 0;
            color: var(--color-text);
        }

    .comment-section .media.media-even {
        margin-left: 50px;
    }
/* - Widget */
.widget-area .widget {
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget-area .widget-title {
    font-size: 24px;
    letter-spacing: 1.26px;
    margin-bottom: 25px;
    margin-top: 0;
    padding-bottom: 30px;
    position: relative;
    color: var(--color-title);
    font-family: var(--font-title);
    font-weight: 600;
    text-transform: uppercase;
}

    .widget-area .widget-title::before {
        content: "";
        display: inline-block;
        width: 64px;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #d0d0d0;
    }

.accmmodation-section.widget-tag .tags {
    text-align: center;
}

.widget-catagories li a,
.widget-catagories span,
.widget-latestposts .latest-content > a img,
.widget-latestposts .latest-content h3 a,
.widget-tag .tags > a,
.entry-gallerylist a::before,
.entry-gallerylist a::after {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
/* -- Catagories Widget */
.widget-catagories ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}

    .widget-catagories ul li {
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
    }

        .widget-catagories ul li:last-child {
            margin-bottom: 0;
        }

.widget-catagories li a {
    line-height: 30px;
    text-decoration: none;
    color: var(--color-text);
}

.widget-catagories li:hover a {
    color: var(--color-text);
}

.widget-catagories li a::before {
    content: "\f0da";
    font-family: 'FontAwesome';
    padding-right: 10px;
}

.widget-catagories span {
    float: right;
    line-height: 36px;
    text-align: center;
    font-weight: 600;
    color: var(--color-link);
    border-radius: 100%;
}
/* -- Recent Post */
.widget-latestposts .widget-title h3 {
    padding-bottom: 0;
}

.widget-latestposts .latest-content {
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 11px;
    padding-left: 78px;
    position: relative;
    width: 100%;
    min-height: 80px;
    border-bottom: 1px solid #ddd;
}
    .widget-latestposts .latest-content:last-child {
        border-bottom: none;
    }

    .widget-latestposts .latest-content:last-of-type {
        margin-bottom: 0;
    }

    .widget-latestposts .latest-content > a {
        left: 0;
        position: absolute;
        top: 0;
        text-align: center;
    }

        .widget-latestposts .latest-content > a::before {
            bottom: 0;
            content: "";
            display: inline-block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            background-color: rgba(0,0,0,.7);
        }

        .widget-latestposts .latest-content > a::after {
            content: "\f002";
            font-family: 'FontAwesome';
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            transform: translate(0%, -50%);
            -webkit-transform: translate(0%, -50%);
            -moz-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%);
            color: var(--color-text-white);
        }

        .widget-latestposts .latest-content > a::before,
        .widget-latestposts .latest-content > a::after {
            opacity: 0;
        }

    .widget-latestposts .latest-content:hover > a::before,
    .widget-latestposts .latest-content:hover > a::after {
        opacity: 1;
    }

    .widget-latestposts .latest-content > a img:hover {
        opacity: 0.5;
    }

    .widget-latestposts .latest-content h3 {
        margin-bottom: 0;
        margin-top: -7px;
        display: inline-block;
        line-height: 20px;
        padding-bottom: 8px;
        padding-top: 6px;
        width: 100%;
    }

        .widget-latestposts .latest-content h3 a {
            text-decoration: none;
            display: inline-block;
            color: var(--color-text);
        }

            .widget-latestposts .latest-content h3 a:hover {
                color: var(--color-link);
            }

    .widget-latestposts .latest-content span {
        letter-spacing: 1px;
        text-decoration: none;
    }

        .widget-latestposts .latest-content span.date-os {
            color: var(--color-link);
        }

/* -- Tags Widget */
.widget-tag .tags > a {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    margin-right: 6px;
    padding: 7px 14px 5px;
    text-decoration: none;
    border: 1px solid var(--color-title);
    color: var(--color-title);
    text-transform: uppercase;
}

.accmmodation-section.widget-tag .tags > a {
    border: 1px solid var(--color-text-white);
    color: var(--color-text-white);
    text-transform: uppercase;
}

.widget-tag .tags > a:hover {
    background-color: var(--color-btn);
    border-color: var(--color-btn);
    color: var(--color-btn-txt);
}
/* -- Accmmodation Section */
.accmmodation-section:nth-child(odd) {
    background-color: var(--color-bg-1);
}
.accmmodation-section:nth-child(even) {
    background-color: var(--color-bg-2);
}
    .accmmodation-section:nth-child(even) .section-header h2 {
        color: var(--color-text-white);
    }

.accmmodation-box {
    text-align: center;
    padding-bottom: 30px;
    display: inline-block;
    background-color: var(--color-bg-1);
}

    .accmmodation-box img {
        margin-bottom: 30px;
    }

    .accmmodation-box h3 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .accmmodation-box h4 {
        margin-bottom: 25px;
        margin-top: 20px;
        color: var(--color-link);
    }

        .accmmodation-box h4 span {
            font-weight: 400;
        }

    .accmmodation-box p {
        line-height: 22px;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 25px;
        color: var(--color-text);
    }

    .accmmodation-box > span {
        color: var(--color-link);
    }
.accmmodation-carousel .owl-stage {
    margin: 0 auto;
    padding-bottom: 20px;
}
.accmmodation-carousel .accmmodation-box {
    width: 100%;
}

.accmmodation-carousel.owl-carousel .owl-wrapper {
    display: flex !important;
}

.owl-single .accmmodation-carousel .owl-carousel .owl-theme {
    width: 1200px !important;
}

.accmmodation-carousel .owl-item {
    background-color: transparent;
    display: flex;
    padding: 0 5px;
    min-height:620px;
}

.accmmodation-carousel .owl-nav {
    margin-top: 20px;
}
    .accmmodation-carousel .owl-nav i {
        font-size: 30px;
        color: var(--color-text-white);
    }
    .accmmodation-carousel .owl-nav .owl-prev {
        display: inline-block;
        position: absolute;
        left: 0;
        color: var(--color-text-white);
    }

    .accmmodation-carousel .owl-nav .owl-next {
        display: inline-block;
        position: absolute;
        right: 0;
        color: var(--color-text-white);
    }
.accmmodation-carousel .owl-dots {
    text-align:center;
}
    .accmmodation-carousel .owl-dots .owl-dot span {
        border-radius: 9px;
        background-color: transparent;
        border: 2px solid #dadada;
        height: 9px;
        width: 9px;
        margin: 15px 5px;
        display: block;
    }

.accmmodation-carousel .owl-dots .owl-dot.active span {
    border-color: var(--color-btn);
}
/* -- Portfolio Section */
.portfolio-box {
    border: 2.5px solid var(--color-text-white);
}

    .portfolio-box a::before {
        bottom: 0;
        content: "";
        display: inline-block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        background-color: rgba(0,0,0,0.85);
    }

    .portfolio-box:hover a::before {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }

    .portfolio-box.wide {
        width: 66.6666%;
    }

    .portfolio-box h2 {
        text-transform: uppercase;
        color: var(--color-text-white);
        font-size: 16px;
        font-weight: 600;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 50%;
        transform: translate(0%, -50%) scale(0);
        -webkit-transform: translate(0%, -50%) scale(0);
        -moz-transform: translate(0%, -50%) scale(0);
        -ms-transform: translate(0%, -50%) scale(0);
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        margin: 0;
        padding: 0 20px;
    }

        .portfolio-box h2 span::before,
        .portfolio-box h2 span::after {
            margin-left: 10px;
            margin-right: 10px;
        }

        .portfolio-box h2 span::before {
            content: "[";
        }

        .portfolio-box h2 span::after {
            content: "]";
        }

    .portfolio-box:hover h2 {
        transform: translate(0%, -50%) scale(1);
        -webkit-transform: translate(0%, -50%) scale(1);
        -moz-transform: translate(0%, -50%) scale(1);
        -ms-transform: translate(0%, -50%) scale(1);
    }

.ow-pagination {
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 0;
    display: inline-block;

}

    .ow-pagination ul {
        margin: 0;
    }

        .ow-pagination ul li a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            padding: 0;
            font-size: 16px;
            border: none;
            color: var(--color-text);
        }

    .ow-pagination .pagination > li:first-child > a,
    .ow-pagination .pagination > li:first-child > span,
    .ow-pagination .pagination > li:last-child > a,
    .ow-pagination .pagination > li:last-child > span {
        border-radius: 0;
    }

    .ow-pagination ul li a:hover {
        background-color: var(--color-bg-2);
        color: var(--color-text-white);
    }
/* -- Contact Section */

.map-canvas {
    height: 400px;
}

.not-homepage .map-canvas {
    height: 300px;
}

.contact-content h2 {
    margin-top: 0;
    margin-bottom: 30px;
    color: var(--color-title);
    text-transform: uppercase;
}

.contact-content > p {
    line-height: 27px;
    letter-spacing: 0.56px;
    margin-bottom: 25px;
    color: var(--color-text);
}

.contact-form .form-control {
    height: auto;
    padding: 16px 22px;
    height: auto;
    margin-bottom: 20px;
}

.contact-form .form-control,
.modal-content .form-control {
    background-color: var(--color-bg-3);
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.contact-form input[type="submit"] {
    padding: 15px;
    width: 100%;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    background-color: var(--color-btn);
    color: var(--color-btn-txt);
    border: none;
    border-radius: 0;
    text-transform: uppercase;
}

    .contact-form input[type="submit"]:hover {
        background-color: #1F3139;
    }

.contact-form .form-control::-webkit-input-placeholder {
    color: var(--color-text);
}

.contact-form .form-control:-moz-placeholder { /* Firefox 18- */
    color: var(--color-text);
}

.contact-form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: var(--color-text);
}

.contact-form .form-control:-ms-input-placeholder {
    color: var(--color-text);
}

.alert-msg {
    display: inline-block;
    width: 100%;
    margin: 10px 15px 0 0;
    color: var(--color-red);
}

.alert-msg-success {
    color: var(--color-text);
}

.alert-msg-failure {
    color: var(--color-red);
}

.contact-content .contact-detail {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

    .contact-content .contact-detail::before {
        bottom: 0;
        content: "";
        display: inline-block;
        height: 1px;
        left: 50px;
        position: absolute;
        right: 0;
        background-color: var(--color-bg-3);
    }

    .contact-content .contact-detail i.css-round {
        line-height: 34px;
        position: absolute;
        left: 0;
        top: 0;
        height: 34px;
        width: 34px;
        text-align: center;
        font-size: 16px;
        background-color: var(--color-btn);
        color: var(--color-btn-txt);
        border-radius: 100%;
    }

    .contact-content .contact-detail h5 {
        letter-spacing: 0.56px;
        margin-bottom: 15px;
        color: var(--color-title);
        text-transform: uppercase;
    }

    .contact-content .contact-detail p {
        letter-spacing: 0.52px;
        line-height: 24px;
        margin-bottom: 0;
        color: var(--color-text);
    }

        .contact-content .contact-detail p span,
        .contact-content .contact-detail p > a {
            display: block;
        }

        .contact-content .contact-detail p a {
            text-decoration: none;
            color: var(--color-text);
        }

            .contact-content .contact-detail p a:hover {
                color: var(--color-link);
            }

.contact-content ul {
    padding-left: 0;
    margin-bottom: 0;
}


    .contact-content ul li {
        display: inline-block;
        margin-right: 8px;
    }

        .contact-content ul li:last-child {
            margin-right: 0;
        }

        .contact-content ul li a {
            float: left;
            width: 36px;
            height: 37px;
            text-align: center;
            line-height: 37px;
            font-size: 12px;
            text-decoration: none;
            -webkit-transition: all 1s ease 0s;
            -moz-transition: all 1s ease 0s;
            -o-transition: all 1s ease 0s;
            transition: all 1s ease 0s;
            background-color: var(--color-bg-3);
            color: var(--color-text);
        }

            .contact-content ul li a:hover {
                background-color: var(--color-btn);
                color: var(--color-btn-txt);
            }
.footer-left {
    text-align: left;
    color: var(--color-text-white);
}
.footer-left img {
    height: 20px;
}
.footer-right {
    text-align: right;
    float: right;
}
.flag {
    margin: 4px;
    height: 20px;
}
/* -- Read More */
.read-more {
    display: inline-block;
    padding: 11px 13px 10px 23px;
    font-weight: 600;
    font-size: 14px;
    font-family: var(--font-title);
    letter-spacing: 0.52px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    border: 2px solid var(--color-btn);
    text-transform: uppercase;
    color: var(--color-btn);
    background-color: var(--color-btn-txt);
}
.read-more i {
    margin-left: 40px;
    z-index: 1;
    position: relative;
    color: var(--color-btn-txt);
    font-size:20px;
}
.read-more::before {
    content: "";
    width: 52px;
    right: 0px;
    top: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    border-left: 15px solid transparent;
    border-top: 44px solid var(--color-btn);
}
.read-more:hover {
    text-decoration: none;
    background-color: var(--color-btn);
    color: var(--color-btn-txt);
}
.read-more:hover::before {
    border-top-color: var(--color-btn-txt);
}
.read-more:hover i {
    color: var(--color-btn);
}
/* -- Section Header */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}
.section-header h2 {
    margin-bottom: 0px;
    margin-top: 0;
    padding-bottom: 50px;
    position: relative;
    text-transform: uppercase;
}
.section-header h2::before,
.section-header h2::after {
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.section-header h2::before {
    bottom: 9px;
    width: 114px;
    height: 2px;
    background-color: #d0d0d0;
}
.section-header h2::after {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #d0d0d0;
}
.section-header p {
    line-height: 27px;
    margin-top: 30px;
    letter-spacing: 0.3px;
    color: var(--color-text);
}
/* section services sur home */
.section-header2 {
    text-align: center;
}
.section-header2 h2 {
    font-size: 20px;
    margin-top: 50px;
    padding-bottom: 50px;
    position: relative;
    height: 70px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.section-header2 h2::before,
.section-header2 h2::after {
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.section-header2 h2::before {
    bottom: 9px;
    width: 114px;
    height: 2px;
    background-color: #d0d0d0;
}
.section-header2 h2::after {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #d0d0d0;
}
/* -- Page Banner */
.page-banner {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-right: 0;
    padding-left: 0;
}
.page-banner .container-background {
    height: auto;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
}
.page-banner .container-background h1 {
    color: var(--color-text-white);
}
.page-banner h3 {
    font-size: 35px;
    position: relative;
    margin: 0;
    float: left;
    margin-left: 15px;
    color: var(--color-title);
    text-transform: uppercase;
}
.page-banner .breadcrumb {
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
    background-color: transparent;
}
.page-banner .breadcrumb li {
    text-transform: uppercase;
    font-family: var(--font-title);
    font-weight: 600;
    letter-spacing: 0.56px;
}
.page-banner .breadcrumb li a {
    text-decoration: none;
    color: var(--color-text-white);
}
.page-banner .breadcrumb > li + li::before {
    color: var(--color-text-white);
}
.page-banner .breadcrumb li.active {
    color: var(--color-link);
}
/* ## Footer */
.footer-section {
    background-color: var(--color-bg-2);
}

.bottom-footer {
    border-top: 1px solid rgba(255,255,255,.3);
}
.bottom-footer p,
.bottom-footer a {
    color: var(--color-text-white) !important;
    font-size: 14px;
}

/* Weather */
.weather-item {
    padding: 5px 10px;
}
.weather-icon,
.weather-temperature .weather-w > i {
    display: inline-block;
    vertical-align: middle;
}
.weather-icon {
    height: 20px;
}
.weather-temperature {
    padding: 0;
    text-align: center;
}
.blocWeather {
    padding-left: 10px !important;
}
/* Widget Calendar */
.booking-form.container {
    background-color: var(--color-bg-2);
    padding-left:0;
    padding-right:0;
}
/*Météo*/
.meteo {
    background-color: var(--color-bg-2);
    margin-top: 30px;
    padding:15px;
}
.simple-weather canvas {
    height: 42px;
    color: var(--color-link);
}
.simple-weather span {
    font-size: 20px;
    font-family: var(--font-title);
    vertical-align: top;
    position: relative;
    top: 6px;
    margin-left: 0;
    letter-spacing: 1px;
    color: var(--color-text-white);
}
.button-fullwidth {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.div-special-offer {
    width: 100%;
}
.div-special-offer .price-box {
    max-width: 100%;
    padding: 20px;
    min-height: 262px;
}
.div-special-offer .price-img-box {
    width: 30%;
    float: left;
}
.div-special-offer .price-box .price-img-box img {
    border-radius: 10px;
    width: 100%;
}
.div-special-offer .price-box .price-img-box::before {
    border-radius: 10px;
}
.content-OS {
    display: inline-block;
    width: 70%;
    text-align: left;
    padding-left: 20px;
    padding-top: 5px;
}
.div-special-offer .price-box h2 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 0;
}
.div-special-offer .price-box h2::before {
    left: 0;
    right: auto;
    padding-left: 0;
    background-color: var(--color-link);
}
.div-special-offer .price-box ul {
    padding: 0;
    margin: 20px 15px;
}
.section-included .media-body {
    column-count: 2;
}
.section-detail-meeting #mapApple {
    height: 376px;
}
/* ------------------------------ AVIS ET NOTES ------------------------------ */
.section-avis .section-title {
    margin-bottom: 30px;
}
/* -- Gift Card -- */
.giftcard-section .section-header {
    margin-bottom: 20px;
}
.giftcard-section .accmmodation-box.price-box {
    border: 2px solid rgba(0,0,0,.05);
    border-radius: 10px;
}
.giftcard-section .accmmodation-box.slide-gift {
    height: 300px;
    width: 100%;
    padding-bottom: 0;
}
.giftcard-section .accmmodation-box .offer-content-w {
    padding: 40px 50px;
}
.giftcard-section .accmmodation-box h3 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.giftcard-section .accmmodation-box h3::before {
    content: "";
    height: 2px;
    width: 46px;
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: var(--color-bg-3);
}
.giftcard-section .accmmodation-box p {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}
.giftcard-section .accmmodation-box .offer-photo-w {
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-right: 0;
    padding-left: 0;
}
.giftcard-section .accmmodation-box .offer-photo-w .opacity-amount {
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    background-color: rgba(0,0,0,.6);
}
.giftcard-section .accmmodation-box:hover .offer-photo-w .opacity-amount {
    background-color: rgba(42,169,224,.85);
}
.giftcard-section .accmmodation-box .gift-amount {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--color-text-white);
    font-family: var(--font-title);
    font-weight: 800;
    font-size: 70px;
}
.giftcard-section .accmmodation-box .timevalidated {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    font-style: italic;
    color: var(--color-text-white);
}
.giftcard-section .accmmodation-box .timevalidated .lowercase {
    text-transform: lowercase;
}
@media (max-width: 1024px) {
    .giftcard-section .accmmodation-box p {
        display: block;
    }
}
@media (max-width: 768px) {
    .giftcard-section .accmmodation-box .gift-amount {
        font-size: 50px;
    }
    .giftcard-section .accmmodation-box.price-box {
        height: auto;
    }
}
@media (max-width: 480px) {
    .not-homepage .container.giftcard-section {
        padding-left: 15px;
        padding-right: 15px;
    }
   

    .giftcard-section .section-header {
        margin-bottom: 0;
    }
    .giftcard-section .accmmodation-box.slide-gift {
        height: auto;
        padding-bottom: 0;
    }
    .giftcard-section .accmmodation-box .offer-photo-w {
        height: 150px;
        border-radius: 10px 10px 0 0;
    }
        .giftcard-section .accmmodation-box .offer-photo-w .opacity-amount {
            border-radius: 10px 10px 0 0;
        }
    .giftcard-section .accmmodation-box .offer-content-w {
        padding: 15px;
    }
    .giftcard-section .accmmodation-box h3 {
        font-size: 18px;
    }
    .giftcard-section .accmmodation-box .gift-amount {
        font-size: 40px;
    }
    .giftcard-section .accmmodation-box p {
        display: none;
    }
    .giftcard-section .accmmodation-box .timevalidated {
        bottom: 10px;
    }
}
.portfolio-box {
    height: 351px;
    overflow: hidden;
}
.portfolio-box img {
    height: 351px;
    width: auto;
    max-width: none;
}
.goto-next {
    text-transform: uppercase;
    position: absolute;
    bottom: 60px;
    z-index: 999;
    display: inline-block;
    text-align: center;
    left: 0;
    right: 0;
    margin-bottom: 0;
    bottom: 30px;
}
.goto-next a {
    display: inline-block;
    position: relative;
    color: var(--color-text-white);
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.bounce {
    -moz-animation: bounce 5s infinite;
    -webkit-animation: bounce 5s infinite;
    animation: bounce 5s infinite;
}
.option-slider {
    height: auto;
    background-color: var(--color-bg-1);
}
.slider-giftcard {
    margin-bottom:20px;
}
    .slider-giftcard .room-detail {
        padding-top:20px;
    }
.option-slider .owl-nav,
.slider-giftcard .owl-nav {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 100px;
}
.option-slider .owl-nav .owl-prev,
.option-slider .owl-nav .owl-next,
.slider-giftcard .owl-nav .owl-prev,
.slider-giftcard .owl-nav .owl-next {
    display: inline-block;
    width: 45px;
}
.option-slider .owl-nav i,
.slider-giftcard .owl-nav i {
    font-size:24px;
}
.option-img {
    height: 300px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.option-desc {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (max-width: 480px) {
    .comment-section .media-left {
        display: none;
    }
    .option-img {
        height: 180px;
    }
    .option-desc {
        display: none;
    }
}
.descriptionSpecialOffer {
    white-space: pre-line;
}

/* ------------------------------ INSTAFEED ------------------------------ */
.instafeed .container {
    padding-right: 10px;
    padding-left: 10px;
}
.logo-block .rating-stars,
.contact-detail .rating-stars {
    top: -.4em;
    margin-left: 3px;
}
.logo-block .rating-stars i,
.contact-detail .rating-stars i {
    font-size: 60% !important;
    margin-left: 1px;
}
/*-- Phone number type validation --*/
#Email-phone:invalid + .contact-phone-validity:after {
    position: absolute;
    content: '✖';
    padding-left: 5px;
    color: #8b0000;
}
#Email-phone:valid + .contact-phone-validity:after {
    position: absolute;
    content: '✓';
    padding-left: 5px;
    color: #009000
}
.contact-phone-validity {
    position: relative;
    float: right;
    transform: translate(-35px, -55px);
}


.logo-text {
    text-align: left;
}
.accmmodation-section .scea-pictos {
    color: var(--color-text-white);
}
.row-special-offer .special-offer-related,
.widget-latestposts .special-offer-related {
    margin: 15px 0;
}
.special-offer-related span.separator {
    margin-right: 5px;
    margin-left: 5px;
    opacity: .3;
}
.special-offer-related span.separator:last-child {
    display: none;
}
.special-offer-related .date-os {
    color: var(--color-red);
}

/* ------------------------- RESPONSIVE ------------------------- */
@media (min-width: 1200px) {
    .room-section .room-detail h4 {
        margin-top: 60px;
    }
}
@media (min-width: 992px) {
    .slider-section .carousel-control.left {
        left: 78px;
    }
    .slider-section .carousel-control.right {
        right: 78px;
    }
    .widget-area .widget_features {
        padding-left: 15px;
    }
    .booking-engine {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .page-booking .booking-engine {
        border-radius: 0;
    }
}
@media (min-width: 768px) {
    .content-img-block {
        float: right;
    }
}
@media (max-width: 1300px) {
    .slider-section .carousel-caption {
        top: 60%;
    }
}
@media (max-width: 1200px) {
    .HomePage .header-position {
        position: initial;
        height: 80px;
    }
    .section-header p {
        padding: 0 19%;
    }
    .ow-navigation .nav.navbar-nav li > a {
        color: var(--color-link) !important;
    }

    #header .container {
        width: 100%;
    }

    .logo-block {
        display: none;
    }

    .top-header {
        padding-bottom: 25px;
        padding-top: 25px;
    }

        .top-header .contact-detail {
            text-align: left;
        }

    .menu-block {
        background-color: var(--color-bg-2) !important;
        display: inline-block;
        width: 100%;
    }

        .menu-block .container {
            width: 100%;
        }

    .ow-navigation .mini-lang {
        display: block;
    }

    .ow-navigation ul li > .dropdown-menu {
        left: 15px;
        visibility: inherit;
        margin-top: -20px;
        margin-bottom: 10px;
    }
    .dropdown > a {
        font-size: 14px !important;
    }

    .offer-banner-section .banner-text h2 {
        font-size: 100px;
    }

        .offer-banner-section .banner-text h2 sup {
            font-size: 35px;
        }

        .offer-banner-section .banner-text h2 sub {
            font-size: 30px;
            left: -30px;
        }

    .offer-banner-section .banner-text h4 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .booking-form form .form-group {
        width: 50%;
        margin-bottom: 15px;
    }
    .event-tabs ul li a {
        padding-right: 30px;
    }
    .event-tabs ul li a::before {
        right: 25px;
    }
    .type-post .entry-title {
        margin-bottom: 20px;
    }
    .type-post .entry-content p,
    .type-post .entry-content .paragraphe {
        line-height: 26px;
    }
    .entry-footer {
        margin-top: 20px;
    }
}
@media (max-width: 1024px) {
    .container {
        width: 100% !important
    }
    .contact-detail > div {
        padding-right: 0;
    }
    .section-included .media-body {
        column-count: 1;
    }
    .navbar-brand-white {
        font-size: 18px;
    }
    .slider-section .carousel-caption h1, .slider-section .carousel-caption h2 {
        font-size: 70px;
    }
    .booking-form {
        margin-bottom: 40px;
    }
    .content-block h2 {
        font-size: 26px;
        padding-bottom: 30px;
        margin-top: 0;
        line-height: 30px;
    }
    .section-header2 h2 {
        font-size: 20px;
    }
    .section-padding {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .accmmodation-box p {
        display: none;
    }
    .price-box ul {
        margin-bottom: 10px;
    }
    .events-section .container {
        padding-right: 0;
        padding-left: 0;
    }
    .event-tabs ul li a h3 {
        font-size: 18px;
    }
    .portfolio-box h2 {
        background-color: rgba(42,169,224,0.85);
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .type-post {
        margin-bottom: 40px;
    }


    .div-special-offer .price-box {
        min-height: 217px;
    }
}
@media (max-width: 991px) {
    .type-post .content-box {
        padding: 15px;
    }

    .slider-section .carousel-caption {
        left: 40px;
        right: 40px;
        top: 30%;
    }

    .btn-clair {
        margin-top: 10px;
    }

    .goto-next {
        bottom: 20px;
    }

    .slider-section .carousel-caption h1,
    .slider-section .carousel-caption h2 {
        font-size: 30px;
    }

    .booking-form h4 {
        border-right: none;
        border-bottom: 1px solid #1b3471;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

        .booking-form h4 span {
            display: inline-block;
            margin-left: 5px;
        }

    .booking-form form .form-group {
        width: 50%;
        margin-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .content-block {
        padding-bottom: 20px;
    }

        .content-block h2 {
            font-size: 28px;
            line-height: 40px;
            margin-bottom: 40px;
            padding-bottom: 40px;
        }

        .content-block p {
            margin-bottom: 30px;
            padding-right: 0;
        }

        .content-block .text-description-home img {
            margin-bottom: 30px;
        }

    .offer-banner-section .banner-text {
        bottom: 50px;
    }

    .room-section .carousel {
        max-width: 582px;
        display: block;
        margin: 0 auto;
    }

    .room-section .room-detail {
        padding-bottom: 40px;
        padding-left: 50px;
        padding-right: 50px;
    }

        .room-section .room-detail h4 {
            margin-top: 80px;
        }

    .srv-img {
        display: none;
    }

    .events-section .section-header {
        text-align: center;
    }

        .events-section .section-header h2::before {
            right: 0;
        }

    .event-tabs ul {
        padding: 0;
    }

    .contact-detail > div {
        border-right: 1px solid rgba(255,255,255,0.2);
        padding-right: 30px;
        margin-left: 10px;
        margin-right: 10px;
        width: 50%;
    }

        .contact-detail > div > h6,
        .contact-detail > div > a,
        .contact-detail > div > p {
            display: inline-block;
        }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .entry-footer a {
        margin-top: 0;
    }
    .entry-footer a.prev {
        margin-left: 10px;
    }
    .entry-footer a.next {
        margin-right: 10px;
    }
    .entry-footer a.prev i {
        margin-right: 5px;
    }
    .entry-footer a.next i {
        margin-left: 5px;
    }
    .comment-section .media-heading span {
        margin-left: 0;
        margin-top: 10px;
        display: block;
    }
    .comment-section .media-heading a {
        float: left;
        margin-top: 10px;
    }
}
@media (max-width: 768px) {
    .menu-block .row {
        margin-left: 0;
        margin-right: 0;
    }
   
    #photo-slider .carousel-inner {
        height: 500px;
    }
    .slider-section {
        margin-top: 0;
    }
    .slider-section .carousel-caption h1,
    .slider-section .carousel-caption h2 {
        font-size: 50px;
    }
    .booking-form {
        padding: 0;
        margin-right: 0;
        margin-left: 0;
    }
    #ConstellationWidget {
        padding: 30px !important;
        margin-left: -15px;
        margin-right: -15px;
    }
    .page-banner {
        padding-bottom: 0;
        padding-top: 0;
    }
    .page-banner .container-background h1 {
        font-size: 30px;
        margin-top: 0;
    }

    .contact-detail > div {
        padding-left: 30px;
        padding-right: 20px;
        margin-left: 0px;
        margin-right: 10px;
    }
    .accmmodation-box h4 {
        font-size: 24px;
    }
    .room-section .carousel {
        max-width: 470px;
    }
    .page-banner .breadcrumb {
        width: 100%;
        padding-left: 0;
        margin-bottom: 0;
    }
    .div-special-offer .price-box {
        min-height: 194px;
    }
    .footer-section .row {
        margin-left: 0;
        margin-right: 0;
    }

    .around-items-w {
        margin: 0 15px;
    }
}
@media (max-width: 767px) {
    .slider-section .carousel-caption {
        padding: 0;
        top: 50%;
    }
    .slider-section .carousel-caption h1
    .slider-section .carousel-caption h2 {
        font-size: 20px;
    }
    .video-section .video-link a {
        font-size: 40px;
    }
    .content-area {
        padding-left: 0;
        padding-right: 0;
    }
    .widget-area {
        margin-top: 35px;
    }
    .portfolio-box,
    .portfolio-box.wide {
        width: 50%;
    }
}
@media (max-width: 639px) {
    .slider-section .carousel-caption h6 {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
        font-size: 16px;
    }
    .slider-section .carousel-caption h6 span {
        display: none;
    }
    .btn-clair {
        margin-top: 10px;
    }
    .slider-section .carousel-control {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .offer-banner-section > img {
        height: 400px;
    }
    .room-section .room-detail {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .event-tabs ul li a {
        padding-right: 20px;
    }
    .event-tabs ul li a::before {
        right: 15px;
    }
    .event-tabs ul li a h5 {
        width: 60px;
    }
    .event-tabs ul li a h3 {
        font-size: 16px;
    }
    .event-box {
        padding: 30px;
    }
    .video-section .video-link a {
        font-size: 30px;
    }
    .video-section .video-link a img {
        width: 50px;
        height: 50px;
        display: block;
        margin: 0 auto;
    }
    .comment-section .media-heading span {
        margin-left: 0;
        margin-top: 10px;
        display: block;
    }
    .comment-section .media-heading a {
        float: left;
        margin-top: 10px;
    }
    .entry-footer .entry-meta {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .top-header .menu-search {
        position: absolute;
        right: 95px;
        bottom: -95px;
    }
    .slider-section .carousel-inner > .item > a > img,
    .slider-section .carousel-inner > .item > img {
        height: 350px;
    }
    .ow-navigation .navbar-brand {
        font-size: 16px;
        line-height: 16px;
    }
    #photo-slider .carousel-inner {
        height: 350px;
    }
    .slider-section .carousel-caption h1,
    .slider-section .carousel-caption h2 {
        font-size: 30px;
    }
    .btn-clair {
        display: none;
    }
    .booking-form {
        margin-bottom: 20px;
    }
    .not-homepage .col-xs-12 {
        padding-right: 0;
        padding-left: 0;
    }
    .contact-content {
        padding: 10px 15px !important;
    }
    .room-section .carousel {
        max-width: 100%;
    }
    .no-padding {
        padding: 0;
    }
    .section-header {
        margin-bottom: 20px;
    }
    .footer-section.no-padding {
        padding: 20px 0;
    }
    .footer-left,
    .footer-right {
        text-align: center;
    }
    .footer-left {
        margin-bottom: 20px;
    }

    .option-youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .portfolio-box h3 {
        padding: 15px;
    }
    .booking-carousel .carousel-control.left {
        left: 10px;
    }
    .booking-carousel .carousel-control.right {
        right: 10px;
    }
    .booking-carousel .carousel-control {
        width: 38px;
        height: 38px;
        line-height: 42px;
    }
    .type-post .entry-title {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .map-canvas {
        height: 200px;
        margin-bottom: 0;
    }
    .contact-detail > div {
        margin-bottom: 10px;
        margin-top: 10px;
        border-right: none;
    }
    .row-special-offer {
        margin-right: 0;
        margin-left: 0;
    }
    .div-special-offer .price-img-box {
        width: 100%;
    }
    .content-OS {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .col-md-4.div-special-offer,
    .col-sm-4.div-special-offer,
    .col-xs-6.div-special-offer {
        padding-right: 0;
        padding-left: 0;
    }
    .comment-item-w {
        margin-left: 15px;
        margin-right: 15px;
        padding: 15px;
    }
    #ConstellationWidget {
        padding: 15px !important;
    }
    .section-header h2 {
        padding-bottom: 30px;
    }
    .external-map {
        height: 40px;
        line-height: 40px;
    }
    .section-detail-meeting #mapApple {
        height: 220px;
    }
    .accmmodation-carousel.owl-carousel .owl-wrapper {
        display: block !important;
    }
    .accmmodation-carousel .owl-item {
        margin-right: 0;
    }
    .price-box h2, .price-box h3 {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    .price-box ul li {
        margin-bottom: 10px;
    }
    .price-box {
        max-width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .accmmodation-box {
        padding-bottom: 20px;
    }
    .goto-next {
        display: none;
    }
    .section-header2 h2 {
        font-size: 16px;
        margin-top: 20px;
    }
    .section-header h2 {
        font-size: 20px;
        padding-bottom: 40px;
    }
    .offer-section .section-header {
        margin-bottom: 20px;
    }
    .section-padding {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .room-section .room-detail {
        padding-bottom: 20px;
    }
    .room-section .carousel-contorls {
        top: 200px !important;
    }
    .room-section .room-detail h4 {
        margin-top: 20px;
    }
    .room-section .room-detail .mb-10 {
        margin-bottom: 10px;
    }
    .event-box {
        padding: 20px;
    }
    .price-box .price-img-box h4 {
        font-size: 50px;
    }
    .div-special-offer .price-box {
        padding: 15px;
    }
    .row-specialoffer {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 479px) {
    .slider-section .carousel-caption h1,
    .slider-section .carousel-caption h2 {
        font-size: 16px;
    }
    .booking-form form .form-group {
        width: 100%;
        margin-bottom: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .offer-banner-section .banner-text h4 {
        font-size: 30px;
    }
    .offer-banner-section .banner-text h4 span {
        display: inline-block;
    }
    .dir-box {
        width: 100%;
    }
    .dir-box + .dir-box {
        border-left: none;
        border-top: 3px solid #d0d0d0;
        margin-left: 0px;
        margin-top: 25px;
        padding-left: 0px;
        padding-top: 25px;
    }
    .hotel-detail .col-xs-6 {
        width: 100%;
        max-width: 297px;
        display: block;
        margin: 0 auto;
        float: none;
    }
    .portfolio-box,
    .portfolio-box.wide {
        width: 100%;
        max-width: 387px;
        display: block;
        margin: 0 auto;
        float: none;
    }
}

.logo-block {
    max-width:300px;
}

@media (min-width: 481px) and (max-width: 768px) {
    button > span {
        width: 15px;
        height: 15px;
        display: block;
        background-color: white;
    }
    accmmodation-carousel owl-dots {
        display: flex;
        justify-content: center;
    }
}
.bloc-NL-home {
    background: var(--color-bg-3);
}
.section-footer .content-footer .col-footer.center-address p,
.section-footer .content-footer .col-footer.center-address a,
.section-footer .content-footer .col-footer.center-contact p,
.section-footer .content-footer .col-footer.center-contact a,
.section-footer .bottom-footer p,
.section-footer .bottom-footer a,
.section-footer .footer-copyright p,
.section-footer .footer-copyright a {
    color: var(--color-text-white);
}
.section-footer .content-footer .col-footer.right-social-info a {
    background-color: var(--color-btn);
}
.horaires-more-infos.accmmodation-section:nth-child(even) .section-infos {
    color: var(--color-text-white);
}
.horaires-more-infos.accmmodation-section:nth-child(even) .d-flex .bloc-left {
    border-right: 1px solid rgba(255,255,255,.2);
}
.horaires-more-infos h2 {
    text-align:center;
}
@media (max-width: 480px) {
    .horaires-more-infos.accmmodation-section:nth-child(even) .d-flex .bloc-left {
        border-bottom: 1px solid rgba(255,255,255,.2);
        border-right: none;
    }
}
@media (min-width: 1200px) {
    .dn-pc {
        display: none
    }
}
@media (max-width: 1200px) {
    .top-header {
        display: none
    }
}
div#section-BE > section#widget-full {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 210px;
}
.div-gift-cards {
    padding-top: 0;
}
.btn.link-gift-cards,
a.btn.link-clickAndCollect {
    font-size: 14px;
    color: var(--color-text) !important;
}
#widget-full {
    width: 100%;
}
.video-wrap{
    height: 100%;
}
.col-md-12.content-box-be.no-padding .accommodation {
    flex-direction: column;
    height: 155px;
}
#applemapkit,
#mapApple {
    height: 400px !important;
}
article.type-post.col-md-12 section#widget-full {
    flex-wrap: nowrap;
    flex-direction: column;
}
.widget-bottom-secure {
    background-color: var(--color-bg-1);
    padding: 20px;
}
.gifts-and-click-and-collect {
    margin-bottom: 10px;
}
.dates-start, .dates-end {
    width: 100%;
}
.bloc-date-big-content {
    background-color: #fff;
    gap: 0;
}

@media (max-width: 480px) {
    .widget-bottom-secure {
        padding: 15px;
    }
}