@charset "utf-8";

/* ===========================================
   BASE STYLES - Villa M Theme
   =========================================== */

/* Smooth Scroll
--------------------------------------------- */
html {
    scroll-behavior: smooth;
	overflow-x : hidden;
}

/* Body
--------------------------------------------- */
body {
    background-color: #ffffff;
    color: #161615;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.7px;
    max-width: 1920px;
    margin: auto;
	
	overflow-x : hidden;
}

/* Text Selection
--------------------------------------------- */
::selection {
    background: #fcffbd;
    color: #333;
}

::-moz-selection {
    background: #fcffbd;
    color: #333;
}

/* Scrollbar - Global
--------------------------------------------- */
html,
body,
div,
ul,
textarea {
    scrollbar-color: #fcffbd #ffffff;
    scrollbar-width: thin;
}

/* Scrollbar - Webkit (Chrome, Safari, Edge)
--------------------------------------------- */
body::-webkit-scrollbar {
    width: 0.7vw;
    background-color: #f1f1f1;
}

body::-webkit-scrollbar:horizontal {
    height: 0.7vw;
}

div::-webkit-scrollbar,
ul::-webkit-scrollbar,
textarea::-webkit-scrollbar {
    width: 0.4vw;
    background-color: #f1f1f1;
}

div::-webkit-scrollbar:horizontal,
ul::-webkit-scrollbar:horizontal,
textarea::-webkit-scrollbar:horizontal {
    height: 0.4vw;
}

body::-webkit-scrollbar-track,
div::-webkit-scrollbar-track,
ul::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track {
    border: none;
    border-radius: 0;
}

body::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb {
    background-color: #fcffbd;
    border: 1px solid #fcffbd;
    border-radius: 0;
}

body::-webkit-scrollbar-thumb:hover,
div::-webkit-scrollbar-thumb:hover,
ul::-webkit-scrollbar-thumb:hover,
textarea::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:active,
div::-webkit-scrollbar-thumb:active,
ul::-webkit-scrollbar-thumb:active,
textarea::-webkit-scrollbar-thumb:active {
    background-color: #fcffbd;
    border: 1px solid #fcffbd;
}

a {
    color: #161615;
}
.overflow-popup,
.navbar-collapse ul li .nav-link svg,
.blog-section .categories ul:before,
.dropdown-menu-left-block,
.dropdown-menu-left-block li a.nav-link,
.dropdown-menu-left-block li a span:before,
.top-bar a span,
.top-bar .main-button:after,
.textchange,
.top-video-slider.top-image-slider.left-text-block #player,
.planning-table .swiper-slide h4,
.planning-table .swiper-slide h4:after,
.slider-menu .main-button:after,
.slider-menu .button-background,
.reservation-form-block .button-background:before,
.reservation-form-block .button-background,
.transparent-fields-style input[type="submit"],
.select-form-group .styledSelect,
.iti--separate-dial-code .iti__selected-flag,
.checkmark,
.playpause svg path,
.search-block button,
.search-block input[type="search"],
.search-block,
.swiper-only-mobile,
li.nav-item.dropdown,
.menu-popup-block,
.filterDiv,
.image-video-button .image-block img,
#btnPlayPause svg path,
.image-block img,
.swiper-slide:before,
.swiper-slide:after,
.menu-footer,
.menu-contact,
.navbar-collapse ul.navbar-nav-body > li > a:after,
.menu-img-bg,
.menu-popup,
li.dropdown:after,
.categories ul li:before,
.btn:after,
.btn:before,
button:before,
.social-footer a svg path,
.btn,
.navigation-wrap > .row,
.image-block:before,
.swiper-button-next,
.swiper-button-prev,
.swiper-button-next:before,
.swiper-button-prev:before,
.swiper-button-next:after,
.swiper-button-prev:after,
#btnPlayPause svg,
a:before,
div.header,
.desktop-logo,
.top-menu-items,
a:not(.nav-link) {
    -webkit-transition: all 1s cubic-bezier(0.405, 0.005, 0, 1);
    -ms-transition: all 1s cubic-bezier(0.405, 0.005, 0, 1);
    transition: all 1s cubic-bezier(0.405, 0.005, 0, 1);
}
.select-form-group .options,
.select-form-group .styledSelect:after,
.iti__country-list,
.iti__arrow {
    -webkit-transition: all 0.3s cubic-bezier(0.405, 0.005, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.405, 0.005, 0, 1);
    transition: all 0.3s cubic-bezier(0.405, 0.005, 0, 1);
}
.menu-dropdown-img {
    -webkit-transition: left 1s cubic-bezier(0.405, 0.005, 0, 1);
    -ms-transition: left 1s cubic-bezier(0.405, 0.005, 0, 1);
    transition: left 1s cubic-bezier(0.405, 0.005, 0, 1);
}
.swiper-wrapper > div {
    -webkit-transition: opacity 1s cubic-bezier(0.405, 0.005, 0, 1);
    -ms-transition: opacity 1s cubic-bezier(0.405, 0.005, 0, 1);
    transition: opacity 1s cubic-bezier(0.405, 0.005, 0, 1);
}
a:focus {
    outline: none;
    outline-offset: 0;
}
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
}
p {
    font-family: "Roboto";
    margin-bottom: 0;
    color: #3c3c3c; /*888*/
    font-size: 14px;
    line-height: 1.35;
    font-weight: normal;
    letter-spacing: 0.7px;
}
strong {
    font-weight: 700;
}
video {
    background-color: #fff;
}
audio,
canvas,
progress,
video {
    vertical-align: middle;
}
iframe {
    display: block;
    width: 100%;
    border: none;
}
ul,
ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.button {
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 1.5px;
    color: #161615;
    cursor: pointer;
}
.main-button {
    border: 2px solid #161615;
    padding: 11px 67px 9px 25px;
    float: right;
    height: auto;
    text-transform: uppercase;
    line-height: 1.4;
}
.main-button:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.999' height='15.988' viewBox='0 0 15.999 15.988'%3E%3Cpath id='Path_1164' data-name='Path 1164' d='M23.707,15.293a1,1,0,0,1,0,1.413h0l-7,7a1,1,0,0,1-1.415,0l-7-7a1,1,0,0,1,1.414-1.414L15,20.586V9a1,1,0,0,1,2,0V20.586l5.293-5.293a1,1,0,0,1,1.413,0Z' transform='translate(-8 24) rotate(-90)'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 2px solid #161615;
}

button:focus {
    outline: none;
}
.main-button::before {
    background: #fff;
}
.container {
    width: 100%;
    max-width: 1920px;
}
section {
    margin: auto;
    max-width: 1920px;
}
.btn,
a {
    position: relative;
}
.navbar-collapse ul.navbar-nav-body > li > a:after {
    display: block;
}
.navbar-collapse ul.navbar-nav-body > li > a:after,
.categories ul li:before,
.swiper-button-next:before,
.swiper-button-prev:before,
.swiper-button-next:after,
.swiper-button-prev:after,
.btn:before,
a:before,
.btn:after,
.button-background button:before,
.form-submit-btn:before {
    width: 0;
    background: #fcffbd;
    content: "";
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after,
.btn:after,
.form-submit-btn:before {
    background-color: #fff;
}
.navbar-collapse ul.navbar-nav-body > li.active > a:after,
.navbar-collapse ul.navbar-nav-body > li > a:hover:after,
.categories ul.open-categories li.init:before,
.categories ul li.option.active-filter-color:before,
.filter-carousel:not(.no-carousel) .categories ul li:hover:before,
.swiper-button-next:before,
.swiper-button-prev:before,
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after,
.btn:before,
.btn:hover:after,
.navbar-collapse ul:not(.swiper-wrapper) li.active > a:before,
li.show-form > a:before,
a:hover:before,
.button-background button:hover:before,
.form-submit-btn:hover:before {
    width: 100%;
}
h1,
h2 {
    font-family: "Gelasio";
    font-size: 40px;
    line-height: 1.325;
    color: #161615;
    letter-spacing: 0px;
    padding-bottom: 12px;

    font-family: "protipo-compact";
    letter-spacing: 4px;
    font-weight: 500;
}
h3 {
    font-size: 25px;
    color: #3c3c3c;
    line-height: 1.1;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}
h4 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 6px;
    color: #3c3c3c;
    text-transform: uppercase;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    height: 42px;
    background: #ffffff;
    border: none;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 0;
    color: #4e6282;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.form-control {
    padding: 10px 50px 10px 15px;
    background-image: url(../images/select.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 32px auto;
    color: #888888;
}
select::-ms-expand {
    display: none;
}
textarea.form-control {
    height: 150px;
    resize: none;
}
section,
footer {
    clear: both;
    position: relative;
}
.table-wrap {
    display: table;
    width: 100%;
    height: 100%;
}
.align-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.collapse {
    display: unset;
}

/* vila-m Btn Css */
.nav-item.nav-title .nav-link,
article.post .top-image-slider .top-text-block h1,
.select-form-group .styledSelect,
.iti--separate-dial-code .iti__selected-dial-code,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.menu-popup .navbar-nav.right-nav .nav-link,
.navbar-nav .nav-link,
footer h6,
input#inputEmail,
.image-title,
.categories ul li,
.image-title-before,
.label-left span,
.info-contact h3,
.button,
h3,
.btn,
input,
textarea {
    font-weight: 500;
    font-family: "protipo-compact";
}
.menu-contact span,
.quick-links ul li a,
footer span {
    font-family: "protipo-compact";
    font-weight: 300;
}
.navbar-collapse ul.navbar-nav-body li a,
.select-form-group .options li,
.iti__country-name,
.iti__dial-code,
.navbar-collapse ul.navbar-nav-body .dropdown ul li a {
    font-family: "protipo-compact";
    font-weight: 400;
}
.btn {
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    color: #161615;
    line-height: 1.8;
    padding: 8px 27px 8px;
    height: 45px;
    background: transparent;
    border: 2px solid #161615;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.btn:hover,
.btn:focus {
    background-color: transparent;
    color: #161615;
    box-shadow: none;
    border: 2px solid #161615;
}
.btn-white {
    background: #f7f7f2;
    color: #b5b073;
}
.btn-white:hover,
.btn-white:focus {
    background: #b5b073;
    color: #ffffff;
}
button.btn.btn-default:hover,
button.btn.btn-default:active,
button.btn.btn-default:focus {
    outline: unset;
}
/* vila-m Header Css */
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 0px 0px 0;
    text-align: center;
    background: #fff;
    height: 63px;
}
#nav-icon {
    width: 30px;
    height: 21px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.menu-popup {
    display: block;
    position: fixed;
    top: -150vh;
    left: 50vw;
    width: 100vw;
    height: auto;
    z-index: 120;
    max-width: 1920px;
    transform: translateX(-50%);
    overflow: hidden;
}
.open-menu .menu-popup {
    top: 0;
}
body.open-menu {
    overflow: hidden;
    padding-right: 0.65vw;
}
body.open-menu header {
    width: calc(100% - 0.65vw);
}
body.open-menu .desktop-menu-hide {
}
.menu-popup .desktop-logo {
    position: relative;
    left: 0;
    margin-left: 66px;
    z-index: 103;
    top: 0;
}
.open-menu .fixed-header .navigation-wrap > .row {
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0);
}
.fixed-header .menu-popup .top-menu-items,
.menu-popup .top-menu-items {
    width: calc(100% - 181px);
    height: 61px;
    margin-left: -2px;
    padding-left: 24px;
    padding-right: 0;
}
.navbar-collapse ul.navbar-nav-body {
    margin-top: 61px;
    height: calc(100vh - 305px);
    height: calc((var(--vh, 1vh) * 100) - 305px);
    background: #fff274;
    text-align: left;
    padding: 80px 66px;
    position: relative;
    z-index: 0;
}
.navbar-collapse ul.navbar-nav-body > li > a {
    text-align: left;
    line-height: 1.1;
    color: #161615;
    font-size: 35px;
    text-transform: uppercase;
    opacity: 1;
    border: 2px solid #161615;
    width: 415px;
    height: 78px;
    padding: 16px 25px;
    border-bottom: 0px solid #161615;
    display: flex;
    align-items: center;
    position: relative;
    letter-spacing: 3.5px;
}
.navbar-collapse ul.navbar-nav-body > li > a:before {
    width: 100%;
}
.navbar-collapse ul.navbar-nav-body > li > a:hover:after,
.navbar-collapse ul.navbar-nav-body > li.active > a:after {
    background: #fdfec4;
}
ul.navbar-nav-body > li.dropdown:after {
    content: "";
    position: absolute;
    margin-left: 415px;
    margin-top: -47px;
    z-index: 1;
    border: 9px solid transparent;
    border-left: 0px solid #161615;
    display: block;
}
ul.navbar-nav-body > li.active.dropdown:after {
    border-left-width: 11px;
}
.navbar-collapse ul.navbar-nav-body > li:nth-last-child(2) > a {
    border-bottom: 2px solid #161615;
}
.navbar-collapse ul.navbar-nav-body > li.active .menu-dropdown-img {
    left: 517px;
    visibility: visible;
}
.navbar-collapse ul.navbar-nav-body > li.active .menu-dropdown-img img {
    max-height: 100%;
}
.menu-dropdown-img {
    position: absolute;
    margin-left: 0;
    left: 612px;
    margin-top: -78px;
    border: 2px solid #161615;
    width: 89px;
    height: 80px;
    border-right: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -2;
    background: #fcffbd;
    visibility: hidden;
    margin-left: 2px;
}
.navbar-collapse ul.navbar-nav-body .dropdown ul {
    position: absolute;
    top: 80px;
    left: 607px;
    background: #fdfec4;
    min-width: 284px;
    display: block;
    border: 2px solid #161615;
    text-align: left;
    margin-left: 0;
    padding: 32px 0px;
    z-index: -1;
    visibility: hidden;
}

.navbar-collapse ul.navbar-nav-body li.dropdown ul {
    top: auto;
    transform: translateY(calc(-50% - 34px));
}
.navbar-collapse ul.navbar-nav-body li.dropdown:first-child ul {
    top: 80px;
    transform: none;
}
.navbar-collapse ul.navbar-nav-body .dropdown ul li {
    padding: 0;
}
.navbar-collapse ul.navbar-nav-body .dropdown ul li a {
    letter-spacing: 2px;
    color: #161615;
    font-size: 20px;
    line-height: 1.75;
    text-transform: unset;
    width: 100%;
    padding: 0px 47px;
    opacity: 0;
}
.navbar-collapse ul.navbar-nav-body .dropdown.active ul li a {
    opacity: 1;
}
.navbar-collapse ul.navbar-nav-body .dropdown-menu > li > a:hover,
.navbar-collapse ul.navbar-nav-body .dropdown-menu > .active > a {
    background: none;
}
ul.navbar-nav-body li.nav-item.dropdown {
    position: unset;
}
.navbar-collapse ul.navbar-nav-body .dropdown.active > .dropdown-menu {
    visibility: visible;
}
.navbar-collapse ul.navbar-nav-body .dropdown > .dropdown-menu li {
    float: none;
}
.navbar-collapse ul.navbar-nav-body > li {
    display: block;
    padding: 0;
    z-index: 1;
    width: 415px;
}
.navbar-collapse ul.navbar-nav-body li a {
}
.open-menu header.fixed-header {
    height: 63px;
}
.menu-popup .navbar-nav.right-nav .nav-link {
    text-align: left;
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 1.5px;
    color: #161615;
    text-transform: uppercase;
}
.menu-popup .navbar-nav.right-nav .nav-link svg {
    margin-right: 14px;
}
.menu-popup .navbar-nav.right-nav {
    padding-right: 29px;
}
.menu-popup .navbar-nav.right-nav .nav-link,
.menu-popup .navbar-nav.right-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-block input[type="search"] {
    -webkit-appearance: none;
    border: none;
    border-bottom: 2px solid #3c3c3c;
    outline: none;
    padding-right: 0px;
    height: 25px;
    margin-top: 3px;
    width: 0;
    margin-left: -3px;
}
.search-link.open .search-block input[type="search"] {
    padding-right: 20px;
    margin-left: 0px;
    width: 100%;
}
.search-block {
    position: absolute;
    right: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    left: 0;
    padding-bottom: 10px;
    z-index: 1;
    visibility: hidden;
}
.search-link.open .search-block {
    right: 0;
    visibility: visible;
}
li.nav-item.search-link {
    position: relative;
}
.search-block button {
    border: none;
    padding: 0;
    width: auto;
    height: 15px;
    position: absolute;
    right: -15px;
    background: #fff;
}
.search-link.open .search-block button {
    right: 0;
}
.menu-popup .navbar-nav.right-nav .nav-item.search-link {
    padding-left: 0px;
    overflow: hidden;
}
.menu-popup .navbar-nav.right-nav .nav-item {
    padding-left: 45px;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #161615;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.menu {
    background: #fff274;
    border: 4px solid #fff274;
    width: 66px;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 121;
    cursor: pointer;
}
.menu-img-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -3;
    opacity: 0;
}
.navbar-collapse ul.navbar-nav-body > li.active .menu-img-bg {
    opacity: 1;
}
.menu-contact {
    width: 100vw;
    height: 124px;
    background: #fbe8e3;
    position: fixed;
    z-index: 130;
    padding: 0 69px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 0;
    margin-top: 400px;
    left: 50vw;
    transform: translateX(-50%);
    max-width: 1920px;
}
.open-menu .menu-contact {
    margin-top: 0px;
}
.menu-footer {
    width: 100vw;
    height: 120px;
    background: #fff;
    position: fixed;
    z-index: 121;
    padding: 40px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 0;
    max-width: 1920px;
    transform: translateX(-50%);
    left: 50vw;
}
.menu-footer span {
    padding-right: 28px;
    letter-spacing: 0.3px;
    color: #3c3c3c;
    opacity: 1;
    font-size: 12px;
    line-height: 1.6;
    font-family: "Roboto";
    font-weight: normal;
}
.menu-footer .only-desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
}
.navbar-collapse .menu-footer ul li {
    padding: 0;
    float: right;
}
.open-menu .menu-footer {
    bottom: 0;
}
.menu-footer > div {
    display: flex;
}
.menu-footer .social-footer a:before {
    background-color: #fcffbd;
}
.menu-contact span {
    letter-spacing: 0.8px;
    color: #000000;
    font-size: 16px;
    line-height: 1.3;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 10px;
}
#nav-icon span:nth-child(4) {
    top: 20px;
}
#nav-icon.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}
#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}
header .reserver {
    float: right;
    display: none;
}
nav.navbar {
    padding: 0;
    border: none;
    border-radius: unset;
    margin-bottom: 0;
}
.mini-logo .responsive-logo {
    display: none;
}
.logo {
    display: inline-block;
}
.navigation-wrap {
    padding: 0;
    margin-top: 0;
    text-align: left;
}
.navigation-wrap > .row {
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0);
    display: flex;
}
.navigation-wrap .language-selector {
    display: none;
}
.navbar-collapse ul {
    display: block;
    font-weight: 500;
    text-align: right;
}
.navbar-collapse ul li {
    display: inline-block;
    padding: 0 11px 0 0;
}
.navbar-collapse ul.dropdown-wrap li {
    height: auto;
    line-height: normal;
}
.navbar-collapse ul li a {
    padding: 0;
}
.navbar-collapse ul li.active a,
.navbar-collapse ul li a:hover {
    /*   background: #fcffbd;*/
}
.navbar-nav .nav-link {
    color: #161615;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 1.9;
    display: inline-block;
    text-transform: uppercase;
}
.swiper-only-mobile.swiper-container {
    margin: auto;
    position: unset;
    overflow: visible;
}
.navbar-nav.right-nav {
    padding-right: 49px;
}
.navbar-nav.right-nav .nav-link {
    color: #161615;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 1.9;
    font-weight: normal;
    text-transform: uppercase;
}
.quantity-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 73px;
}
.form-group.reverse-label label {
    margin-left: auto;
    min-width: 128px;
}
.dropdown ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #84a3c4;
    min-width: 200px;
    padding: 10px 20px;
    display: none;
    z-index: 1;
}
.menu-button {
    display: none;
}
.top-menu-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 34px;
    background: #fff;
    height: 63px;
    z-index: 101;
    padding-right: 0;
}
.fixed-header .top-menu-items {
    height: 66px;
}
.dropdown ul li {
    display: block;
    padding: 5px 0;
}
.dropdown:hover .dropdown-wrap {
    display: block;
}
header ul.socials {
    text-align: right;
    font-size: 14px;
}
header ul.socials li {
    padding: 0;
}
header ul.socials li a {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-left: 5px;
    border: 1px solid #4b3838;
    text-align: center;
    line-height: 26px;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}
.mini-logo {
    display: none;
}
header ul.socials li a {
    border-color: #ffffff;
    color: #ffffff;
}
header ul.socials li a:hover,
header ul.socials li a:focus {
    border-color: #84a3c4;
    color: #ffffff;
    background: #84a3c4;
}
header .btn-wrap span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #4b3838;
    text-transform: uppercase;
    margin-right: 20px;
}
header .language-selector {
    float: right;
    font-weight: 400;
}
.language-selector ul {
    padding: 0;
    margin: 0;
}
.language-selector ul li,
.language-selector ul li a {
    float: left;
    color: #ffffff;
    opacity: 0.85;
}
.language-selector ul li.active,
.language-selector ul li.active a {
    opacity: 1;
}
.language-selector ul li span {
    float: left;
    margin: 0 8px;
    color: #4b3838;
}
.language-selector ul li.active a {
    font-weight: bold;
}
.desktop-logo {
    padding: 0;
    width: auto;
    position: absolute;
    left: 61px;
    z-index: 103;
    top: calc(100% - 4px);
}
.top-menu-items {
    width: calc(100% - 66px);
}

/* Video Loader
--------------------------------------------- */
.top-video-slider {
    position: relative;
    min-height: 100vh;
}

.video-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: opacity 0.5s ease;
}

.video-loader.loaded {
    opacity: 0;
    pointer-events: none;
}

.video-loader .spinner {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-top-color: #fdfec4;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* vila-m Top Banner Css */
.top-image-slider .container,
.top-video-slider .container {
    padding-left: 62px;
    padding-right: 150px;
}
.top-image-slider,
.top-video-slider {
    margin-top: 63px;
    padding-left: 61px;
    padding-right: 61px;
}
#player {
    position: relative;
    overflow: hidden;
}
#controls {
    position: absolute;
    bottom: 18px;
    margin-left: 27px;
}
.top-video-slider video {
    width: 100%;
    height: auto;
    position: relative;
}
#btnPlayPause svg {
    float: left;
    margin-right: 6px;
}
#btnPlayPause svg:hover path {
    fill: #fcffbd;
}
.paused svg.svg-play g {
    opacity: 1;
}
.paused svg.svg-pause {
    opacity: 0.5;
}
button#btnPlayPause {
    text-indent: 0;
    width: 40px;
    height: 9px;
    text-align: left;
    border: none;
    cursor: pointer;
    background: none;
}
#controls:not(.full-video-pause-play) {
    z-index: 2;
}
#controls.full-video-pause-play {
    position: absolute;
    height: 100%;
    margin-top: 0;
    width: 100%;
    top: 0;
    margin-left: 0;
}
#controls.full-video-pause-play button#btnPlayPause {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
button#btnFullScreen,
button#btnMute,
input#volume-bar,
button#btnStop,
button#btnReplay {
    display: none;
}
progress {
    width: 167px;
    height: 9px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    padding: 3px 0;
}
progress::-moz-progress-bar {
    color: #fcffbd;
    background: #fff;
    cursor: pointer;
}
progress[value]::-webkit-progress-bar {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
}
progress::-ms-fill {
    background-color: #fcffbd;
    border-radius: 0;
    box-shadow: none;
}
progress[value]::-webkit-progress-value {
    background-color: #fcffbd;
}
.top-text-block {
    width: 509px;
    height: auto;
    background: rgba(255, 242, 116, 0.95);
    padding: 31px 35px;
    position: absolute;
    bottom: 15px;
    right: 166px;
    z-index: 0;
}
.top-text-block.light {
    background: #fdffbd;
}
.top-text-block p {
    margin-bottom: 20px;
}
/* vila-m place  Css */

.text-part {
    width: 50%;
    position: relative;
    margin-right: 0%;
    z-index: 0;
    overflow: hidden;
}
.our-place .container {
    display: flex;
}
.image-block-container {
    padding-right: 7.5vw;
    width: 50%;
    min-height: 520px;
    position: relative;
    z-index: 0;
}
.image-block-container .image-block {
    width: 100%;
    height: 100%;
}

.main-text-image .row {
    display: flex;
}
.main-text-image .text-part {
    padding: 57px 271px 57px 8px;
    background-repeat: no-repeat;
}
.label-right.inside-text {
    width: 49px;
    height: 49px;
    right: 67px;
    top: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-text-image .text-part p {
    margin-bottom: 15px;
    min-height: 50px;
}

.contact-block {
    display: block;
    clear: both;
    margin: 20px 0 0;
    max-width: 460px;
    letter-spacing: 0.2px;
}
.contact-block span a {
    color: #ffffff;
}
.contact-block span.light {
    font-weight: 300;
}
.contact-block p {
    margin-top: 30px;
    color: #ffffff;
    font-weight: 200;
    line-height: 24px;
}
/* vila-m Footer */
.footer-menu span,
.footer-menu li a {
    font-size: 12px;
    line-height: 1.6;
    font-family: "Roboto";
    font-weight: normal;
    letter-spacing: 0.3px;
    color: #3c3c3c;
}
.footer-menu ul {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-menu ul li {
    padding: 0 10px;
    position: relative;
}
.footer-menu ul li:last-child:after {
    display: none;
}
.footer-menu ul li:after {
    content: "";
    border-right: 1px solid #3c3c3c;
    height: 12px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer-menu {
    text-align: center;
}
.quick-links ul li a {
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.65px;
    line-height: 2.1;
}
footer {
    text-align: left;
    padding: 55px 0 21px;
    background: #f8f8f8;
    margin-top: 60px;
    /*    height: 417px;*/
    overflow: hidden;
    z-index: 0;
}
footer > .container {
    padding: 0 76px;
}
footer .links-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}
footer span {
    display: block;
    clear: both;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.7px;
    line-height: 1.7;
}
footer .logo {
    text-align: left;
    margin-bottom: 20px;
}
footer .contact-block {
    margin-top: 0;
}
.links-width .col-md-4 {
    width: auto;
}
footer h6 {
    font-size: 14px;
    color: #161615;
    line-height: 1.6;
    letter-spacing: 1.4px;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.links-width .col-md-4 .quick-links:nth-child(4),
.links-width .col-md-4 .quick-links:nth-child(3),
.links-width .col-md-4 .quick-links:nth-child(2) {
    margin-top: 29px;
}
footer ul.socials {
    margin-top: 10px;
}
footer ul.socials li {
    display: inline-block;
    margin-right: 10px;
}
footer ul.socials li a {
    display: inline-block;
    width: 43px;
    height: 43px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #ffffff;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}
footer ul.socials li a:hover,
footer ul.socials li a:focus {
    background-color: #ffffff;
    color: #84a3c4;
}
footer .inscription-block .btn {
    margin-top: 15px;
    margin-left: 0px;
}
.social-footer a {
    float: left;
    border: 3px solid #fcffbd;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
/*.social-footer a:hover svg path{
	fill:#fcffbd}*/
.social-footer a:before {
    background-color: #fff;
}
.quick-links {
    display: block;
    clear: both;
}
.quick-links ul {
    letter-spacing: 0.2px;
}
.quick-links ul li {
    display: block;
    clear: both;
    margin-bottom: 0px;
}
.quick-links ul li a {
    font-size: 14px;
    color: #000;
    letter-spacing: 0.7px;
    line-height: 1.7;
    text-decoration: none;
}
/*footer .footer-menu ul li a:hover,
footer .quick-links ul li a:hover {
	text-decoration:underline;
}*/

footer .footer-menu ul li a:before,
footer .quick-links ul li a:before {
    background: transparent;
    border-bottom: 1px solid #000;
}
footer form.form-horizontal {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
footer .form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0;
}
input#inputEmail {
    width: 240px;
    background: #fff;
    font-size: 15px;
    padding: 16px 18px 14px;
    height: 45px;
    margin-left: 0;
    border: 2px solid #161615;
    border-right-width: 0;
    opacity: 1;
    color: #161615;
    text-transform: uppercase;
    margin-top: 15px;
    letter-spacing: 1.5px;
    line-height: 1.8;
}
.social-footer ul li:nth-child(2) a {
    width: 39px;
    border-left-width: 0;
    border-right-width: 0;
}
footer form.form-horizontal input.btn.btn-default {
    padding: 7px 10px;
    text-align: center;
    letter-spacing: 0.65px;
    color: #84a3c4;
    background: #fff;
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
    height: 44px;
    border: none;
}
#inputEmail::-webkit-input-placeholder {
    color: #161615;
}
#inputEmail:-ms-input-placeholder {
    color: #161615;
}
#inputEmail::placeholder {
    color: #161615;
}
#inputEmail::-moz-placeholder {
    /* Firefox 19+ */
    color: #161615;
}
.dark-border {
    border-top: 1px solid rgba(22, 22, 21, 0.25);
    margin-top: 30px;
    padding-top: 25px;
}
.logos-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.logos-container {
    margin: auto;
}
.logos-block img {
    margin: 0 25px;
}
.copyright-block {
    display: flex;
    justify-content: space-between;
}
.textright > svg {
    float: left;
    margin-top: 4px;
    margin-right: 20px;
}
.textright nav.navbar {
    float: right;
}
footer .navigation-wrap {
    margin-top: 0px;
    text-align: right;
}
footer .navbar-collapse ul li {
    display: inline-block;
    padding: 0;
    height: auto;
    line-height: 1;
}
footer .navbar-collapse ul li a:hover {
    color: #fff;
}
footer .navbar-nav .dropdown-menu {
    padding: 10px 0px;
}
.top-banner .logo {
    max-width: 1000px;
}
footer .col-md-12.white-border h6 {
    margin-bottom: 40px;
}
/* vila-m Copyright */

.language-selector ul li span {
    color: #ffffff;
}
.copyright .language-selector ul li span,
.copyright .language-selector ul li,
.copyright .language-selector ul li a {
    color: #4e6282;
}
.top-banner-two .logo {
    padding-top: 20px;
}
.fixed-header .navbar-toggler-icon,
.fixed-header .navbar-toggler-icon:before,
.fixed-header .navbar-toggler-icon:after {
    background-color: #fff;
}
.fixed-header .navigation-wrap > .row {
    display: flex;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.1);
}
.fixed-header .navbar-toggler small,
.fixed-header .language-selector ul li,
.fixed-header .language-selector ul li a,
.fixed-header .language-selector ul li span,
.fixed-header .navbar-nav .nav-link,
.fixed-header header ul.socials li a,
body header.change small,
body header.change .language-selector ul li,
body header.change .language-selector ul li a,
body header.change .language-selector ul li span,
body header.change .navbar-nav .nav-link,
body header.change header ul.socials li a {
    /*color: #4E6282;*/
}
.fixed-header .desktop-logo svg {
    height: 86px;
}
header.fixed-header {
    height: 67px;
}
body.open-menu-left .desktop-logo,
body.open-menu .desktop-logo,
.fixed-header .desktop-logo {
    top: 0;
}
body.open-menu-left .top-menu-items,
body.open-menu .top-menu-items,
.fixed-header .top-menu-items {
    margin-left: 114px;
    padding-left: 28px;
    width: calc(100% - 180px);
}
.fixed-header .navbar-collapse .btn:hover {
    border-color: #ddd;
    color: #ddd;
}
header .navbar-collapse ul li a.dropdown-item {
    padding: 10px 0;
    margin-top: -10px;
}
.fixed-header .navbar {
    min-height: 25px;
    margin-bottom: 0px;
}
header.fixed-header ul.socials li a,
body header.change ul.socials li a {
    border-color: #4b3838;
    color: #4b3838;
}
header.fixed-header ul.socials li a:hover,
header.fixed-header ul.socials li a:focus,
body header.change ul.socials li a:hover,
body header.change ul.socials li a:focus {
    color: #ffffff;
    border-color: #84a3c4;
}
header.fixed-header .mini-logo,
body header.change .mini-logo {
    display: block;
}
header.change {
    background: #ffffff;
}
body header.change .navbar-toggler-icon,
body header.change .navbar-toggler-icon:before,
body header.change .navbar-toggler-icon:after {
    background: #4e6282;
}
.hotel-room-info .image-block {
    height: 580px;
}
.submit-btn {
    padding-top: 10px;
    position: relative;
    bottom: -25px;
    z-index: 1;
}
.submit-btn .btn {
    padding: 14px 42px;
    background: #4e6282;
    font-weight: 400;
}
.submit-btn .btn:hover,
.submit-btn .btn:focus {
    background: #494545;
}
footer .socials li a i {
    line-height: inherit;
}
.textcenter {
    text-align: center;
}
.copyright .textcenter {
    color: #4e6282;
    font-size: 14px;
}
.dropdown-menu {
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    line-height: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}
.dropdown-toggle::after {
    display: none;
}

.fixed-header .navigation-wrap {
    padding: 0;
    margin-top: 0px;
}
/* Slider CSS */
.image-title {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 2.2px;
    color: #ffffff;
    text-shadow: 0px 1px 1px #0000007c;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.services-carousel .image-block:before {
    content: "";
    background: transparent
        linear-gradient(180deg, #6f686200 0%, #534e49 50%, #38343100 100%) 0% 0%
        no-repeat padding-box;
    width: 100%;
    height: 100%;
    position: absolute;
    mix-blend-mode: multiply;
    opacity: 0.4;
    z-index: 1;
}
.services-carousel .swiper-slide.with-arrow .image-block img,
.services-carousel .swiper-slide:hover .image-block img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.services-carousel a:hover .image-block:before {
    background-color: #534e49;
}
.services-carousel {
    padding-top: 46px;
    padding-bottom: 14px;
}
.services-carousel.with-arrow .swiper-slide:after {
    content: "";
    background-color: #fcffbd;
    width: 100%;
    height: 14px;
    position: absolute;
    bottom: 17px;
    opacity: 0;
}
.services-carousel.with-arrow .swiper-slide:before {
    content: "";
    position: absolute;
    top: calc(100% - 17px);
    transform: translateX(-50%);
    border: 13px solid transparent;
    border-top: 17px solid #fcffbd;
    z-index: 6;
    left: 35px;
    opacity: 0;
}
.services-carousel.with-arrow .swiper-slide.with-arrow:after,
.services-carousel.with-arrow .swiper-slide.with-arrow:before {
    opacity: 1;
}
.services-carousel.with-arrow {
    padding-bottom: 0;
}
.full-width-carousel,
.right-full-width {
    overflow: hidden;
}
.right-full-width:before {
    content: "";
    /*   width: calc((100vw - 1270px) / 2);*/

    width: 57px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgb(255, 255, 255);
}
.services-carousel.right-full-width:before {
    height: 100%;
}
.services-carousel.right-full-width.with-arrow:before {
    height: calc(100% - 17px);
}
.full-width-carousel #slideContainer .swiper-container,
.right-full-width #slideContainer .swiper-container {
    overflow: visible;
}
.services-carousel.with-arrow #slideContainer .swiper-slide {
    padding-bottom: 31px;
}
.services-carousel #slideContainer .swiper-slide {
    width: calc(25% - 28px);
    min-width: 299px;
}
.services-carousel #slideContainer .swiper-slide img,
.services-carousel #slideContainer .swiper-slide a {
    width: 100%;
}
.main-text-image.previous-with-arrow {
    margin-top: -17px;
}
.image-block-container .image-block {
    background-size: cover;
}
.main-text-image.image-right,
.main-text-image.image-left {
    display: flex;
}
.main-text-image.image-right {
    flex-direction: row-reverse;
}
.filter-carousel #slideContainer .swiper-slide {
    flex-direction: column;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: calc(25% - 28px);
    min-width: 299px;
    justify-content: space-between;
    height: auto;
}
.access-part .image-title,
.filter-carousel .image-title {
    position: relative;
    text-align: left;
    transform: none;
    text-shadow: none;
    color: #161615;
    letter-spacing: 0px;
    margin-bottom: 10px;
    display: block;
    top: 0;
}
.filter-carousel .swiper-wrapper,
.filter-carousel .swiper-slide,
.filter-carousel .non-swiper-slide {
}
.categories ul:before {
    content: "";
    border: 5px solid transparent;
    border-top: 6px solid #161615;
    position: absolute;
    top: 15px;
    right: 14px;
}
.filter-carousel #slideContainer .swiper-container {
    padding-top: 0;
}
.filter-carousel h3 {
    /* padding-bottom: 20px;*/
}
.filter-carousel .swiper-wrapper > div.non-swiper-slide {
    flex-direction: column;
    display: flex;
    margin-right: 16px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: 0;
    visibility: hidden;
    width: 0;
    overflow: hidden;
    margin: 0;
    display: none;
}
.filter-carousel .swiper-wrapper > div.swiper-slide {
}

.categories ul li {
    display: none;
    font-size: 14px;
    line-height: 29px;
    padding: 1px 15px;
    letter-spacing: 1.4px;
    color: #161615;
    text-transform: uppercase;
}
.categories ul {
    width: 240px;
    background-color: #fff;
    border: 2px solid #161615;
    z-index: 6;
    position: relative;
}
.white-yellow-bg {
    background-color: #fdfec4 !important;
}
.yellow-bg {
    background-color: #fcffbd !important;
}
.strong-yellow-bg {
    background-color: #fff274 !important;
}
.pink-bg {
    background-color: #fbe8e3 !important;
}
.green-bg {
    background-color: #ebf7d4 !important;
}

.filter-carousel {
    padding-top: 51px;
    background: #fff;
}
.filter-carousel .container {
    padding-left: 76px;
}
.filter-carousel .categories {
    position: absolute;
    right: 61px;
    top: -4px;
    z-index: 2;
}
.categories ul li:first-child {
    display: block;
}
.categories ul li {
    cursor: pointer;
    position: relative;
}
.image-title-before {
    display: block;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.4px;
    color: #3c3c3c;
    text-transform: uppercase;
}
.filter-carousel .text-block {
    padding: 27px 19px;
    display: flex;
    flex-direction: column;
    z-index: 0;
    flex-grow: 1;
    width: 100%;
}
.filter-carousel .non-swiper-slide .text-block {
    height: 278px;
}
.access-part p,
.filter-carousel p {
    margin-bottom: auto;
}
.filter-carousel .plain-text {
    margin-bottom: auto;
}
.access-part .main-button,
.filter-carousel .main-button {
    align-self: flex-end;
}
.label-left {
    border: 3px solid #fcffbd;
    background: #fff;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 18px;
    top: 18px;
}
.label-left span {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.9px;
    color: #161615;
    text-transform: uppercase;
    padding: 0 10px;
}
span.label-left-number {
    border-right: 3px solid #fcffbd;
    height: 39px;
    line-height: 39px;
}
.label-right {
    width: 45px;
    height: 45px;
    border: 3px solid #fcffbd;
    background: #fff;
    text-align: center;
    position: absolute;
    right: 18px;
    top: 18px;
}
.label-right img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.filter-carousel .image-block {
    position: relative;
    width: 100%;
}
.filter-carousel .image-block > img {
    width: 100%;
    height: auto;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #fff;
}
.services-carousel .container {
    padding-left: 76px;
}
.carousel.slide {
    float: left;
    width: 50%;
}
.carousel.slide::after {
    display: block;
    clear: both;
    content: "";
}

#carousel-b {
    float: right;
    width: 55%;
    margin-top: -45px;
    z-index: -1;
}
.carousel-text {
    min-height: 300px;
    z-index: 0;
}
.carousel-text .carousel-inner > .item.active.left,
.carousel-text .carousel-inner > .item.prev {
    transform: none;
}
.carousel-text .carousel-control {
    display: none;
}
.section-heading {
    position: absolute;
    top: 0;
    left: 17%;
    color: #84a3c4;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    writing-mode: sideways-lr;
    z-index: 1;
}

div#carousel-c a.right.carousel-control,
div#carousel-c a.left.carousel-control {
    padding: 0;
}
.section-heading-line {
    display: block;
    -webkit-transform: translate3d(16px, 0, 0);
    transform: translate3d(16px, 0, 0);
    -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1),
        transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.item.active .section-heading-line {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.section-heading-text {
    display: block;
    -webkit-transform: translate3d(64px, 0, 0);
    transform: translate3d(64px, 0, 0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.item.active .section-heading-text {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.item.active.left .section-heading-text,
.item.active.right .section-heading-text {
    -webkit-transform: translate3d(-64px, 0, 0);
    transform: translate3d(-64px, 0, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
#carousel-b .section-heading {
    position: absolute;
    top: 50%;
    left: -80%;
    color: #4e6282;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 3px;
    writing-mode: unset;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.carousel-text .app-screen-info {
    float: right;
    width: 68%;
    position: relative;
    right: -30px;
    visibility: hidden;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.carousel-text .item.active .app-screen-info {
    right: 0;
    visibility: visible;
}
.carousel-text .item.active.left .app-screen-info,
.carousel-text .item.active.right .app-screen-info {
    right: 30px;
}
.carousel-text .item p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.8px;
}

.read-more a {
    display: inline-block;
    vertical-align: middle;
    color: #333f55;
}
.read-more a:before {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 1px;
    margin-right: 10px;
    background: #333f55;
    content: "";
    -webkit-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.carousel-inner > .active.left span.read-more a:before,
.carousel-inner > .active.left span.read-more a,
.carousel-inner > .active.left span.read-more {
    visibility: hidden;
    transition: all 0.1s;
}
.read-more a:hover:before {
    width: 0;
    margin-right: 0;
}
.carousel-controls {
    position: absolute;
    left: 100%;
    bottom: 45px;
    background: #84a3c4;
    padding: 57px 16px;
    text-align: center;
    z-index: 1;
}
.carousel-control.left,
.carousel-control.right {
    position: static;
    display: block;
    width: auto;
    margin: 0;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 6px auto;
    text-shadow: none;
    padding: 10px 0;
    opacity: 1;
}
.carousel-count {
    color: #ffffff;
    font-weight: 300;
    margin: 10px 0px;
    width: 34px;
}
.carousel-count span {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}
.carousel-count span:last-child {
    border-bottom: none;
}

.container {
    position: relative;
}
.section-image-logo {
    position: absolute;
    right: -2px;
    top: -142px;
}
#carousel-c.carousel-text h2.title-slider {
    position: absolute;
    top: 200%;
    left: auto;
    right: 143%;
    width: 100%;
}
.carousel-text .carousel-inner {
    overflow: initial;
}
.white-text-filter {
    color: #fff;
}
div#carousel-b .item:before {
    content: "";
    width: 50%;
    z-index: 1;
    position: absolute;
    height: 100%;
    background: -moz-linear-gradient(
        left,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1 );
}
.section-image-logo svg * {
    fill: none;
    stroke: currentColor;
    stroke-width: 0.7px;
}
.section-image-logo {
    color: #84a3c4;
}
#pinContainer {
    width: 100%;
    /*height: 3000px;
	overflow: hidden;
	max-height: 100vh;*/
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(236, 243, 250, 1) 50.1%,
        rgba(236, 243, 250, 1) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(236, 243, 250, 1) 50.1%,
        rgba(236, 243, 250, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(236, 243, 250, 1) 50.1%,
        rgba(236, 243, 250, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecf3fa', GradientType=0 );
    padding-top: 0;
    overflow: hidden;
    position: relative;
}
#pinContainer:before {
    content: "";
    width: calc((100vw - 1110px) / 2);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(236, 243, 250, 1) 50.1%,
        rgba(236, 243, 250, 1) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(236, 243, 250, 1) 50.1%,
        rgba(236, 243, 250, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(236, 243, 250, 1) 50.1%,
        rgba(236, 243, 250, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecf3fa', GradientType=0 );
}
/*#pinContainer .container {

    top: 50%;
    transform: translateY(-50%);
}*/
section#horizontal-scroll {
    background: #ecf3fa;
}
#slideContainer {
    height: 100%;
    position: relative;
    z-index: 1;
}
.panel {
    height: 100%;
    width: 100%; /* relative to parent -> 25% of 400% = 100% of window width */
    float: left;
    top: 0;
}
/*For 5 slides */
#slideContainer {
    /*	width:9500px; /* to contain 4 panels, each with 100% of window width */
}
#slideContainer .swiper-container {
    width: 100%;
    height: 100%;
}
#slideContainer .swiper-slide {
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
    opacity: 1;
}
.panel {
    width: 100%; /* relative to parent -> 25% of 400% = 100% of window width */
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    width: 45px;
    height: 46px;
    background-color: transparent;
    border-radius: 0;
    border: 2px solid #161615;
    background-size: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    width: 46px;
    height: 46px;
    background-color: transparent;
    border-radius: 0;
    border: 2px solid #161615;
    background-size: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    outline: none;
}
.swiper-button-next,
.swiper-button-prev {
    margin-top: 0;
    transform: translateY(-50%);
}
.with-arrow .swiper-button-next,
.with-arrow .swiper-button-prev {
    margin-top: -15px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.swiper-container .scroll-section.horizontal-position {
    bottom: unset;
    z-index: 1;
    top: 0;
}
.scroll-section.horizontal-position .swiper-button-next {
    background-image: none;
    position: unset;
    top: unset;
    width: 100%;
    height: auto;
    margin-top: 0;
    cursor: pointer;
    background-color: transparent;
}
/*For 5 slides END */

div#carousel-a {
    z-index: 1;
}
div#carousel-c {
    margin-bottom: 45px;
}
.scroll-section.horizontal-position {
    position: absolute;
    top: -50px;
    left: auto;
    right: 135px;
    width: auto;
    z-index: 1;
}
.scroll-section.horizontal-position span {
    color: #4e6282;
    writing-mode: inherit;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.scroll-section.horizontal-position:after {
    position: absolute;
    top: 13px;
    left: 100%;
    width: 111px;
    height: 1px;
    background: #4e6282;
    -webkit-animation: arrow-jump-line-horizontal 5s infinite;
    -moz-animation: arrow-jump-line-horizontal 5s infinite;
    -o-animation: arrow-jump-line-horizontal 5s infinite;
    animation: arrow-jump-line-horizontal 5s infinite;
}
.scroll-section.horizontal-position a:after {
    position: absolute;
    top: 10px;
    left: 100%;
    background: #4e6282;
    -webkit-animation: arrow-jump-horizontal 5s infinite;
    -moz-animation: arrow-jump-horizontal 5s infinite;
    -o-animation: arrow-jump-horizontal 5s infinite;
    animation: arrow-jump-horizontal 5s infinite;
}
#launcher {
    -webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
}
#launcher.loader-active {
    transform: translate(0%, -100%) matrix(1, 0, 0, 1, 0, 0);
}
@-webkit-keyframes arrow-jump-horizontal {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
        -webkit-transform: translateX(111px);
        -moz-transform: translateX(111px);
        transform: translateX(111px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@-webkit-keyframes arrow-jump-line-horizontal {
    0% {
        opacity: 1;
        width: 0;
    }
    50% {
        opacity: 1;
        width: 111px;
    }
    100% {
        opacity: 1;
        width: 0px;
    }
}
.history-date {
    letter-spacing: 1.5px;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4;
    color: #4e6282;
    margin-bottom: 10px;
    display: block;
}
.screen-image-text-block {
    display: flex;
    align-items: center;
}
.small-image-text-block {
    margin-left: 100px;
    position: relative;
}
.image-block {
    text-align: left;
}
.small-image-text-block .text-part svg {
    float: left;
    margin-right: 15px;
}
.swiper-slide:nth-child(1) .small-image-text-block .text-part {
    width: 459px;
    margin-left: 28px;
    padding-top: 5px;
}
.swiper-slide:nth-child(1) .small-image-text-block {
    margin-left: 60px;
}
.swiper-slide:nth-child(1) .small-image-text-block .text-part p {
    padding-bottom: 25px;
}
.swiper-slide:nth-child(2) .small-image-text-block .text-part {
    width: 530px;
    margin-left: 95px;
}
.swiper-slide:nth-child(2) .small-image-text-block {
    margin-left: 120px;
}
.swiper-slide:nth-child(3) .small-image-text-block .text-part {
    width: 318px;
    margin-left: 100px;
}
.swiper-slide:nth-child(3) .small-image-text-block {
    margin-left: 115px;
}
.swiper-slide:nth-child(3) .small-image-text-block .text-part p {
    padding-bottom: 80px;
}
.swiper-slide:nth-child(4) .small-image-text-block .text-part {
    width: 359px;
    margin-left: 180px;
}
.swiper-slide:nth-child(4) .small-image-text-block {
    margin-left: 85px;
}
.swiper-slide:nth-child(5) .small-image-text-block .text-part {
    width: 320px;
    margin-left: 100px;
}
.swiper-slide:nth-child(5) .small-image-text-block {
    margin-left: 120px;
}
.swiper-slide:nth-child(5) .small-image-text-block .text-part p {
    padding-bottom: 30px;
}
.swiper-slide:nth-child(5) .small-image-text-block .image-block {
    width: 575px;
}
.swiper-slide:nth-child(6) .small-image-text-block .text-part {
    width: 530px;
    margin-left: 96px;
}
.swiper-slide:nth-child(6) .small-image-text-block {
    margin-left: 170px;
}
.swiper-slide:nth-child(7) .small-image-text-block .text-part {
    width: 320px;
    margin-left: 100px;
}
.swiper-slide:nth-child(7) .small-image-text-block {
    margin-left: 120px;
}
.swiper-slide:nth-child(7) .small-image-text-block .text-part p {
    padding-bottom: 40px;
}
.swiper-slide:nth-child(8) .small-image-text-block .text-part {
    width: 340px;
    margin-left: 50px;
    padding-top: 50px;
}
.swiper-slide:nth-child(8) .small-image-text-block {
    margin-left: 120px;
}
.swiper-slide:nth-child(8) .small-image-text-block .text-part p {
    margin-bottom: 30px;
}
.small-image-text-block .image-block.second-image {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: calc(100% - 56px);
}
.small-image-text-block .text-part h3 {
    letter-spacing: 2px;
    color: #84a3c4;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.small-image-text-block .text-part p {
    text-align: left;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.75px;
    color: #4e6282;
    padding: 0;
    padding-top: 10px;
}
.small-image-text-block .text-part {
    width: 80%;
    margin-left: 20%;
    padding-top: 0px;
    position: relative;
    padding-left: 15px;
}
.small-image-text-block.image-position-top .text-part {
    padding-top: 25px;
}
.border-block {
    height: 100%;
    width: 3px;
    position: absolute;
    background-image: url(../images/border.svg);
    left: 0;
    background-repeat-y: repeat;
    background-repeat-x: no-repeat;
    top: 0;
}
.small-image-text-block .image-block {
    position: relative;
    z-index: 1;
}
.one-image .carousel-controls {
    background: none;
}
.one-image .carousel-count {
    color: #4e6282;
}
.one-image .carousel-count span {
    border-bottom: 1px solid #4e6282;
}
.one-image .carousel-count span:last-child {
    border-bottom: none;
}
.one-image .carousel-text h2.title-slider {
    position: relative;
    top: unset;
    left: unset;
    text-align: left;
    margin-bottom: 15px;
    margin-top: -10px;
}

.one-image div.carousel-image-part {
    max-width: 540px;
}
.one-image .carousel-controls {
    position: unset;
    padding: 15px 0px;
    margin-left: -5px;
}
.one-image .carousel-count {
    margin: 0px 0px;
}
.small-text-block .carousel-text.carousel.slide {
    width: calc(90% - 555px);
    float: right;
}

.carousel .overflow-hidden,
.image-block-container {
    overflow: hidden;
}

.one-image.small-text-block div.carousel-image-part {
    max-width: 555px;
}

footer .navbar-nav .nav-link svg {
    height: 11px;
}
a.nav-link.active {
    position: relative;
}
a.nav-link.active:before {
    content: "";
    height: 1px;
    width: 33px;
    position: absolute;
    background: #fff;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.navbar-collapse ul li a.nav-link.active:hover:before {
    background: #84a3c4;
}
/* Chambres */

.only-text .text-part p {
    padding: 0 0 0 15%;
}
.only-text .text-part {
    width: 59%;
}
.our-place.only-text {
    padding-top: 100px;
    position: relative;
}
.text-part h2 > span {
    font-size: 30px;
    display: block;
    letter-spacing: 6px;
}
.text-part h2 span.title-regular {
    font-weight: normal;
    text-transform: none;
}

sup {
    font-size: 60%;
}
.contact-info-block {
    background-color: #ecf3fa;
    padding: 50px 0px;
    margin-top: 95px;
}
.contact-info-block .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-margin-top-zero footer {
    margin-top: 0px;
}
.book-contact {
    align-self: flex-end;
    min-width: 120px;
}
.scroll-top {
    display: block;
    align-self: flex-end;
}
.contact-info .read-more,
.book-contact .read-more {
    font-weight: medium;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.9px;
    color: #4e6282;
    padding-top: 0;
}
.contact-info-block .container:after,
.contact-info-block .container:before {
    display: none;
}
.info-contact h3 {
    font-size: 22px;
    line-height: 1.3;
    text-align: left;
    letter-spacing: 2.2px;
    color: #161615;
    text-transform: uppercase;
}
.address-contact {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 1.35;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0.7px;
    color: #3c3c3c;
    border: 2px solid #161615;
    border-top-width: 0px;
    padding: 20px 16px;
    display: inline-block;
    width: calc(100% - 169px);
}
.info-contact {
    background: #f8f8f8;
    border: 2px solid #161615;
    align-items: center;
    padding: 10px 16px;
    width: calc(100% - 169px);
    display: inline-block;
}
.contact-image {
    width: 148px;
    display: inline-block;
    float: right;
    text-align: center;
}
.contact-image img {
    background: #fff;
    border: 4px solid #fcffbd;
}
.contact-part {
    background: #fbe8e3;
    padding: 44px 40px 79px 41px;
    z-index: 0;
    position: relative;
    height: 100%;
}
.contact-access .access-part .image-block img {
    object-fit: cover;
}
.contact-part .main-button {
    padding: 11px 62px 9px 22px;
    width: 171px;
}
.contact-access .contact-part {
    display: flex;
    align-items: center;
}
.contact-access .access-part .image-block {
    width: 50%;
}
.button-background {
    background: #fcffbd;
    float: right;
    position: relative;
    z-index: 0;
    margin-top: -2px;
}
.button-background:before {
    content: "";
    background: #fdfec4;
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.contact-access {
    margin-top: 50px;
}
.contact-access:not(.testimonial) .row {
    display: flex;
    flex-wrap: wrap;
}
.contact-access .container {
    padding-left: 76px;
    padding-right: 61px;
}
.contact-access .col-md-6 {
    padding-left: 0; /* width: 629px; */
}
.access-part {
    background: #fcffbd;
    display: flex;
    height: 100%;
}
.access-part .text-block {
    /*max-width: 314px;*/
    display: flex;
    flex-direction: column;
    padding: 30px 31px 37px 31px;
    z-index: 0;
    position: relative;
    width: calc(100% - 300px);
}

/*xs*/

.multiple-carousel .carousel-inner {
    width: 138%;
    margin-left: -18.666%;
}

a#navbarDropdownMenuLink svg {
    height: 10px;
}
footer .navbar-nav .nav-link {
    height: auto;
    line-height: 2.1;
}

.left-images .text-part p {
    padding: 0;
}

.contact-info p {
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.8px;
}
p.menu-price,
p.menu-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2.4px;
    line-height: 1.9;
}
p.menu-price {
    text-align: right;
}
.nav.nav-tabs:after,
.nav.nav-tabs:before {
    display: none;
}
.left-images.contact-info {
    padding-bottom: 95px;
}
.two-images.left-images.contact-info .text-part h2 {
    padding: 33% 0 30px 0;
}

#slideContainer .swiper-container {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-left: 0;
}

/*mode page*/

.gm-style-cc,
.gmnoprint.gm-style-cc {
    display: none;
}
#map {
    width: 100%;
    height: 100%;
}

.mode-block .col-lg-3 {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 100px;
    flex-basis: calc(25% - 15px);
    border: 1px solid #84a3c4;
    margin-left: 7px;
    margin-right: 7px;
    overflow: hidden;
}
.mode-inline {
    height: 100%;
}
.mode-image img {
    width: 100%;
}
.without-slider #carousel-b {
    margin-top: -95px;
}

.mention {
    padding-top: 100px;
    padding-bottom: 80px;
}

#carousel-b h2.title-slider {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translatey(-50%);
    right: calc(100% - 70px);
    width: 100%;
}
.main-button.without-borders {
    border: none;
    padding: 11px 22px 9px 0px;
    height: 100%;
}
.without-borders.main-button:after {
    border-left: none;
    height: 100%;
    width: 25px;
    background-position-x: right;
}
.main-button.without-borders::before {
    background: transparent;
    border-bottom: 1px solid #000;
}
#slideContainer .swiper-slide.video-bottom {
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.swiper-slide.video-bottom .text-block {
    height: 20vw;
    max-height: 394px;
    min-height: 270px;
    flex-grow: unset;
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: relative;
    left: 50px;
    margin-top: 47px;
    bottom: 0;
    z-index: 50;
    height: 8px;
    width: calc(100% - 100px);
    background: #f8f8f8;
    margin-bottom: 5px;
}
.scrollbar-carousel .swiper-button-next:before,
.scrollbar-carousel .swiper-button-prev:before {
    display: none;
}
.swiper-scrollbar-drag {
    background: #fcffbd;
    border-radius: 0;
}
.scrollbar-carousel .swiper-button-next.swiper-button-disabled,
.scrollbar-carousel .swiper-button-prev.swiper-button-disabled {
    opacity: 0.3;
}
.scrollbar-carousel .swiper-button-next,
.scrollbar-carousel .swiper-button-prev {
    top: auto;
    bottom: 0;
    border: none;
    height: 20px;
    width: 35px;
    transform: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none;
}
.filterDiv {
    opacity: 0;
}
.filterDiv:not(.show-block) {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -2;
    top: unset;
    width: 100%;
    max-height: 40vh;
    max-height: calc(var(--vh, 1vh) * 40);
    overflow: hidden;
}
.show-block {
    opacity: 1;
    visibility: visible;
}
.title-part {
    margin-bottom: 10px;
    padding-right: 20px;
}
.content-part {
    max-width: 62%;
}
.video-bottom button#btnPlayPause {
    width: 100%;
    height: 100%;
}

.video-top .playpause,
.video-bottom .playpause {
    position: absolute;
    top: 0;
    bottom: auto;
    margin-left: 0;
    height: 100%;
    width: 100%;
}
.video-top video,
.video-bottom video {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.filter-carousel .video-top .image-block,
.filter-carousel .video-bottom .image-block {
    position: relative;
    width: 100%;
    height: 278px;
    overflow: hidden;
    padding-top: 18px;
    flex-grow: 1;
}
.filter-carousel .video-top .image-block {
    padding-top: 0;
}
.video-top .playpause svg,
.video-bottom .playpause svg {
    float: none;
    margin-right: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-bottom .playpause:hover svg path,
.video-top .playpause:hover svg path {
    fill: #fcffbd;
}
.image-video-button .image-block img {
    position: relative;
    z-index: 1;
}
.video-play-hover .row {
    display: flex;
    padding: 0 53px;
    margin-top: -58px;
    justify-content: space-between;
}
.image-video-button {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding: 0 8px;
}
.image-video-button.button-top {
    flex-direction: column;
}
.button-background.big-button {
    margin-left: auto;
}
.button-background.big-button .main-button:after {
    width: 58px;
    height: 58px;
}
.button-top .button-background.big-button {
    margin-top: 0;
    margin-bottom: -2px;
}
.button-background.big-button input.main-button,
.button-background.big-button button,
.button-background.big-button a {
    letter-spacing: 2px;
    color: #161615;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 45px;
    height: 60px;
    padding: 7px 80px 6px 25px;
}
.button-background.big-button:before {
    width: 58px;
    height: 58px;
}
.image-video-button .image-block {
    max-width: 299px;
    overflow: hidden;
    position: relative;
    border: 2px solid #161615;
}
.image-video-button video {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
.video-play-hover:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fbe8e3 !important;
    z-index: 0;
}
.video-play-hover .row:before {
    content: "";
    width: 63px;
    height: 63px;
    top: -58px;
    left: 0;
    position: absolute;
    background-color: #fbe8e3 !important;
    z-index: 0;
}
.video-play-hover {
    z-index: 99;
}
.bottom-center-button {
    display: block;
    text-align: center;
    padding: 62px 0;
}
.button-background.with-image.big-button {
    float: none;
    display: inline-block;
    background: transparent;
}
.button-background.with-image.big-button:before {
    background: transparent;
}
.button-background.with-image.big-button a span {
    position: absolute;
    left: 0;
    top: 0;
    width: 58px;
    height: 58px;
    background: #fff;
    border-right: 2px solid #161615;
    z-index: -1;
    padding: 6px 13px;
}
.button-background.with-image.big-button a {
    padding: 7px 80px 6px 80px;
}
.button-background.with-image.big-button .main-button::before {
    background: #fcffbd;
}
.video-bottom .image-title,
.video-bottom .image-title-before {
    padding-right: 45px;
}
/* ****------ PRE HOME END----- *********/
.menu-popup-block {
    position: absolute;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    visibility: hidden;
}
.open-menu .menu-popup-block {
    overflow: auto;
    visibility: visible;
}
.menu-footer,
.menu-popup,
.menu-contact {
    position: relative;
}
.open-menu .menu-contact {
    bottom: 0;
}
.open-menu .menu-popup {
    top: 0;
    height: auto;
}
.navbar-collapse ul.navbar-nav-body {
    height: auto;
    min-height: calc(100vh - 305px);
    min-height: calc((var(--vh, 1vh) * 100) - 305px);
}
.dropdown-backdrop {
    display: none;
}
.address-menu {
    display: flex;
    justify-content: space-evenly;
    flex: auto;
}
.navbar-collapse .menu-popup ul.navbar-nav-body:before {
    content: "";
    background: #fcffbd;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -2;
}
/* CHAMBRES PAGE*/

.top-image-slider .swiper-container img {
    position: relative;
    width: 100%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
}
.top-image-slider .swiper-container {
    max-height: 705px;
}
.top-image-slider .top-text-block {
    z-index: 1;
}
.business-block .rooms-block .swiper-pagination-bullet,
.top-image-slider .swiper-pagination-bullet {
    width: 10px;
    border: 1px solid #ffffff;
    height: 10px;
    background: transparent;
    opacity: 1;
}
.business-block .rooms-block .swiper-pagination-bullet-active,
.top-image-slider .swiper-pagination-bullet-active {
    background: #fcffbd;
    border-color: #fcffbd;
}
.business-block
    .rooms-block
    .swiper-container-horizontal
    > .swiper-pagination-bullets {
    position: absolute;
    bottom: 10px;
    margin-top: 0;
}

.business-block .rooms-block .swiper-pagination,
.top-image-slider .swiper-pagination {
    text-align: left;
    padding-left: 18px;
}
.three-images .image-block-container {
    padding: 40px 61px 40px 0px;
    margin-left: -90px;
    z-index: 1;
    width: calc(50.59% + 90px);
    display: flex;
    align-items: center;
    min-height: unset;
}
.main-text-image.three-images .text-part {
    padding: 64px 178px 76px 61px;
    width: 49.41%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.small-image {
    width: calc(28.09% - 8px);
    display: flex;
    flex-direction: column;
    justify-content: c;
    padding-right: 0;
    height: 100%;
    position: relative;
    align-self: stretch;
    align-items: flex-end;
    overflow: hidden;
    margin-right: 8px;
    max-width: 202px;
}
.large-image {
    width: calc(71.91% - 8px);
    padding-left: 0;
    position: relative;
    align-self: stretch;
    overflow: hidden;
    margin-left: 8px;
    max-width: 517px;
}
.main-text-image.three-images .large-image img {
    position: absolute;
    height: 100%;
    width: auto;
    max-width: unset;
    left: 50%;
    transform: translateX(-50%);
}
/*.three-images.main-text-image .text-part p {
	max-width: 436px;
}*/
.main-text-image.three-images.one-big-image .image-block-container img {
    width: 100%;
    height: auto;
}
.small-image img:first-child {
    padding-bottom: 8px;
    position: absolute;
    top: 0;
    width: auto;
    max-width: unset;
    height: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.small-image img:last-child {
    padding-top: 8px;
    position: absolute;
    bottom: 0;
    width: auto;
    height: 50%;
    max-width: unset;
    left: 50%;
    transform: translateX(-50%);
}
.main-text-image.previous-with-arrow.three-images {
    margin-top: 20px;
}
.services-carousel.with-arrow.no-arrow .swiper-slide:before {
    display: none;
}
.rooms-block {
    padding: 75px 61px;
    padding-top: 0;
}
.main-text-image.rooms-block .text-part {
    padding: 0 0px 0px 120px;
}
.room-info-block {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.room-title h3 {
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 1.85;
    color: #161615;
}
.room-title {
    background: #fff;
    padding: 7px 25px;
    border: 2px solid #161615;
    margin-right: auto;
    color: #161615;
}
.room-details span {
    width: 100%;
    display: block;
    padding: 5px 0;
    letter-spacing: 0.7px;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 1.35;
}
.room-details {
    border: 2px solid #161615;
    padding: 20px 25px;
    margin-top: -2px;
    min-height: 170px;
}
.room-info-block .button-background {
    margin-left: auto;
}
.room-info-block .button-background:before {
    display: none;
}
.rooms-block .swiper-container-horizontal > .swiper-pagination-bullets {
    position: relative;
    bottom: 0;
    margin-top: 18px;
}
.rooms-block .swiper-pagination-bullet {
    width: 9px;
    border: 1px solid #161615;
    height: 9px;
    background: transparent;
    opacity: 1;
}
.rooms-block .swiper-pagination-bullet-active {
    background: #161615;
    border-color: #161615;
}
.rooms-block .text-part {
    width: 50.59%;
}
.rooms-block .image-block-container {
    width: 49.41%;
    padding-right: 0;
    min-height: unset;
}
.rooms-block .image-block-container {
    text-align: right;
}
.rooms-block .swiper-slide img {
    width: 100%;
}
.main-text-image.image-right.previous-with-arrow.three-images {
    z-index: 1;
}
.additional-margin-top.rooms-block {
    margin-top: -127px;
    z-index: 0;
    padding-top: 201px;
}
.image-right.main-text-image.rooms-block .text-part {
    padding: 0 120px 0px 0px;
}
.image-right.rooms-block .text-part {
    width: 49.41%;
}
.image-right.rooms-block .image-block-container {
    width: 50.59%;
}
.no-filter .categories {
    display: none;
}
.banner-block {
    padding: 41px 61px 44px;
    display: flex;
    align-items: center;
}
.banner-img span {
    border-radius: 50%;
    width: 86px;
    height: 86px;
    margin: auto;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.banner-img span img {
    height: 100%;
}
.banner-text {
    padding-left: 45px;
}
.banner-text h3 span {
    font-weight: 400;
}
.banner-button {
    margin-left: auto;
}
.banner-text h3 {
    line-height: 1.2;
}

.filter-carousel p {
    margin-bottom: 10px;
}
.filter-carousel .main-button {
    margin-top: 20px;
}
.banner-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    outline: 0;
}
.with-video .image-block {
    padding: 60px 0 60px 61px;
}
#player1 {
    position: relative;
    overflow: hidden;
}
.with-video .image-block video {
    width: auto;
    height: 100%;
    position: relative;
    max-height: 400px;
    left: 50%;
    transform: translateX(-50%);
}
#controls.right-control {
    margin-left: 0;
    right: 0;
    margin-right: 5px;
}
.main-text-image.text-no-background .text-part {
    padding-right: 166px;
}
.buttons-block {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    min-width: calc(100% + 100px);
    justify-content: space-between;
}
.buttons-block a {
    min-width: 265px;
    padding: 7px 58px 6px 16px;
    float: none;
    text-align: left;
    margin-top: -2px;
    margin-right: auto;
}
.buttons-block div:nth-child(1) {
    margin-right: 15px;
}
.main-text-image.text-with-button .text-part {
    display: flex;
    flex-direction: column;
}
.main-text-image.text-with-button .text-part .main-button {
    margin-top: auto;
    margin-left: auto;
}

.two-images .image-block-container {
    padding-top: 54px;
    padding-left: 61px;
    padding-bottom: 59px;
}

.two-images .image-block-container .second-image {
    position: absolute;
    bottom: 0;
    right: 0;
}
.two-images .image-block-container .image-block {
    position: relative;
    max-width: 525px;
}
.buttons-block div {
    display: flex;
    flex-direction: column;
}
.filter-carousel.small-text-block .text-block {
    min-height: 130px;
    padding: 14px 0px;
}
.room-info-block.custom-button .button-background:before {
    display: block;
}
.planning-block .container,
.abonnement-block .container {
    padding: 0 76px;
}
.abonnement-block .abonnement-item {
    border: 2px solid #161615;
    padding: 26px 0 0 19px;
    display: flex;
    flex-direction: column;
    min-height: 260px;
    margin-top: 20px;
}
.abonnement-block .row > .row > div {
    padding-right: 8px;
    padding-left: 8px;
    display: flex;
}
.abonnement-block .row > .row {
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
    flex-wrap: wrap;
}
.abonnement-block .button-background {
    margin: auto -2px -2px auto;
    background: transparent;
}
.abonnement-block .abonnement-item h3,
.abonnement-block .abonnement-item h4 {
    letter-spacing: 0px;
    color: #161615;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.6;
    padding-right: 20px;
}
.abonnement-block .abonnement-item h3 {
    font-size: 35px;
    margin-bottom: 15px;
    line-height: 1;
}
.abonnement-block .abonnement-item p {
    margin-bottom: 20px;
    padding-right: 20px;
}

.abonnement-block .button-background:before {
    background: #fff;
}

.no-carousel .swiper-wrapper {
    flex-wrap: wrap;
    transform: none !important;
}
.no-carousel .swiper-button-prev,
.no-carousel .swiper-button-next {
    display: none;
}

.no-carousel .swiper-slide {
    margin-bottom: 16px;
}
.filter-carousel.horizontal-filter .categories ul li,
.filter-carousel#horizontal-filter .categories ul li,
.no-carousel:not(.blog-section) .categories ul li {
    cursor: pointer;
    position: relative;
    display: inline-block !important;
    height: auto !important;
    border: 2px solid #161615;
    font-size: 15px;
    line-height: 37px;
    letter-spacing: 1.5px;
    margin-left: -2px;
    padding: 3px 16px 1px !important;
}
.filter-carousel.horizontal-filter .categories ul,
.filter-carousel#horizontal-filter .categories ul,
.no-carousel:not(.blog-section) .categories ul {
    width: auto;
    height: auto;
    border: none;
    display: flex;
    float: right;
}
.filter-carousel.horizontal-filter .categories,
.filter-carousel#horizontal-filter .categories,
.filter-carousel.no-carousel:not(.blog-section) .categories {
    top: -12px;
    right: 63px;
    display: flex;
}
.filter-carousel.horizontal-filter .categories,
.filter-carousel#horizontal-filter .categories {
    top: 0;
}
.es-grid-layout {
    grid-template-columns: repeat(4, 1fr) !important;
}
.categories .main-button {
    margin-top: 0;
    float: none;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    cursor: default;
}
.filter-carousel.horizontal-filter .categories ul:before,
.filter-carousel.horizontal-filter .categories ul li.init,
.filter-carousel#horizontal-filter .categories ul:before,
.filter-carousel#horizontal-filter .categories ul li.init,
.no-carousel:not(.blog-section) .categories ul:before,
.no-carousel:not(.blog-section) .categories ul li.init {
    display: none !important;
}

.filter-carousel.no-carousel #slideContainer .swiper-slide {
    min-width: unset;
}
.categories ul li.white-yellow-before:before {
    background-color: #fdfec4;
}

.categories ul li.pink-before:before {
    background-color: #fbe8e3;
}
.categories ul li.green-before:before {
    background-color: #ebf7d4;
}

.simple-button {
    text-align: center;
    margin-bottom: 55px;
    margin-top: 46px;
}
.simple-button .main-button {
    float: none;
    padding: 11px 25px 9px 25px;
}
.simple-button .main-button:before {
    background: #fcffbd;
}
.no-carousel.filter-carousel {
    background: transparent;
}
.simple-button .main-button:after {
    display: none;
}
.map-block .image-block-container {
    padding-right: 0;
}

.map-block.main-text-image .text-part {
    padding: 61px 61px 57px 120px;
}
.map-block.main-text-image .text-part p {
    margin-bottom: 25px;
}
.vertical-arrow.main-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.988' height='15.999' viewBox='0 0 15.988 15.999'%3E%3Cpath id='Path_1164' data-name='Path 1164' d='M23.707,15.293a1,1,0,0,1,0,1.413h0l-7,7a1,1,0,0,1-1.415,0l-7-7a1,1,0,0,1,1.414-1.414L15,20.586V9a1,1,0,0,1,2,0V20.586l5.293-5.293a1,1,0,0,1,1.413,0Z' transform='translate(-8.012 -8)'/%3E%3C/svg%3E%0A");
}
.text-with-quotes p {
    padding: 0 73px;
    font-style: italic;
}
.text-with-quotes img:last-child {
    float: right;
    margin-top: -20px;
}
.text-with-quotes img:first-child {
    margin-bottom: -10px;
}
.three-images.one-big-image .image-block-container {
    padding: 43px 61px 43px 0px;
    margin-left: -100px;
    width: 50%;
}
.main-text-image.three-images.one-big-image .text-part {
    padding: 64px 210px 64px 61px;
    width: calc(50% + 100px);
}

.one-big-image .large-image {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}
.text-with-quotes {
    margin-top: 38px;
    margin-bottom: 20px;
}
.main-text-image.additional-margin-top.only-title {
    padding-top: 143px;
    margin-top: -102px;
    padding-bottom: 27px;
}
.rooms-block .text-part > .main-button {
    margin-top: 25px;
}
.main-text-image.additional-margin-bottom {
    margin-bottom: -137px;
    padding-bottom: 192px;
    z-index: 0;
}
.business-block {
    padding: 46px 76px;
}

.business-block .row > h3 {
    padding-bottom: 12px;
}
.business-block .image-left.main-text-image.rooms-block .text-part,
.business-block .image-right.main-text-image.rooms-block .text-part,
.business-block .image-left.main-text-image.rooms-block .image-block-container,
.business-block
    .image-right.main-text-image.rooms-block
    .image-block-container {
    width: 100%;
}
.business-block .image-right.main-text-image.rooms-block .text-part,
.business-block .image-left.main-text-image.rooms-block .text-part {
    padding: 33px 35px;
}
.business-block .image-right.main-text-image.rooms-block,
.business-block .image-left.main-text-image.rooms-block {
    padding-top: 0;
    flex-direction: column;
    width: 50%;
    padding: 8px 9px;
    float: left;
}
.business-block .room-info-block .main-button {
    margin-left: auto;
    margin-top: -2px;
}
.business-block .rooms-block h2 {
    font-size: 22px;
}

.business-block .room-info-block {
    margin-top: 20px;
}
.business-block .label-right {
    width: 63px;
    height: 63px;

    right: 15px;
    top: 19px;
    padding: 4px 9px;
    z-index: 2;
}
.business-block .row > .row {
    margin-right: -9px;
    margin-left: -9px;
}
.services-carousel #slideContainer .swiper-slide a:before {
    display: none;
}
.main-text-image.three-images.one-big-image.text-bg-padding .text-part {
    padding-right: 283px;
}

img.bg-image {
    position: absolute;
    right: calc(50% - 100px);
    bottom: 0;
    z-index: 2;
}
.three-images.one-big-image.image-left .image-block-container {
    padding: 43px 0px 43px 61px;
    margin-right: -100px;
    width: 50%;
    margin-left: 0;
}
.main-text-image.three-images.one-big-image.image-left .text-part {
    padding: 64px 61px 64px 210px;
    width: calc(50% + 100px);
}
.main-text-image.one-big-image.additional-margin-top:not(#custom-big-image-disabled) {
    margin-top: -121px;
}
.three-images.one-big-image.additional-margin-top:not(#custom-big-image-disabled)
    .image-block-container {
    padding-top: 164px;
}
.main-text-image.three-images.one-big-image.additional-margin-top:not(
        #custom-big-image-disabled
    )
    .text-part {
    padding-top: 185px;
}
.small-text-block .swiper-button-next,
.small-text-block .swiper-button-prev {
    margin-top: -60px;
}
.services-carousel.full-width-carousel .container {
    padding-left: 15px;
}
.services-carousel.full-width-carousel .row > h3,
.services-carousel.full-width-carousel .swiper-wrapper {
    padding-left: 61px;
}
.services-carousel.full-width-carousel #slideContainer .swiper-slide {
    width: calc(25% - 42px);
}
.planning-block {
    margin-top: 53px;
}
.planning-block .row > h3 {
    margin-bottom: 20px;
}
.swiper-container-h1 .swiper-slide,
.swiper-container-v1 .swiper-slide,
.swiper-container-v0 .swiper-slide {
    border: 1px solid #161615;
    text-align: center;
    height: 36px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.swiper-container-v1 .swiper-slide {
    text-align: left;
    align-items: start;
    padding: 5px;
}
.swiper-container-v1 .swiper-slide .only-mobile {
    display: block !important;
    font-size: 8px;
    font-size: 10px;
    line-height: 1.5;
}
.swiper-container-h1 .swiper-slide {
    height: 55px !important;
}
.swiper-container-h1 .swiper-slide,
.swiper-container-v1 .swiper-slide {
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.06px;
}

.swiper-container-h1 .swiper-slide {
    background: #fdfec4;
}
.swiper-container-v0 .swiper-slide {
    background: #fbe8e3;
}

.swiper-container-v0 {
    padding-top: 55px;
    width: 89px;
    padding-bottom: 0px;
}
.swiper-container-v0 .swiper-button-next.swiper-button-disabled,
.swiper-container-v0 .swiper-button-prev.swiper-button-disabled,
.swiper-container-v0 .swiper-button-next.vertical,
.swiper-container-v0 .swiper-button-prev.vertical {
    opacity: 1;

    width: 89px;
    height: 89px;
    transform: none;
}

.swiper-container-v0 .swiper-button-next.swiper-button-disabled svg,
.swiper-container-v0 .swiper-button-prev.swiper-button-disabled svg {
    opacity: 0;
}
.planning-row {
    width: calc(100% - 89px);
    margin-left: -1px;
}
.planning-table {
    display: flex;
}
.planning-title {
    font-weight: bold;
    text-transform: none;
    font-size: 11px;
    line-height: 1;
}
.planning-table .swiper-slide h4 {
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 1.6;
    color: #161615;
}
.swiper-container-h1 .swiper-button-prev,
.swiper-container-h1 .swiper-button-next {
    border: none;

    right: 2px;
    background: #fdfec4;
    height: 52px;
    top: calc(50% + 1px);
}
.swiper-container-h1 .swiper-button-prev svg,
.swiper-container-h1 .swiper-button-next svg {
    min-width: 17px;
}
.swiper-container-h1 .swiper-button-prev {
    left: 2px;
}
.swiper-container-h1 .swiper-button-next:hover,
.swiper-container-h1 .swiper-button-prev:hover {
    background: none;
}

.swiper-container-h1 .swiper-button-prev:after,
.swiper-container-h1 .swiper-button-next:after,
.swiper-container-h1 .swiper-button-prev:before,
.swiper-container-h1 .swiper-button-next:before {
    display: none;
}
.swiper-container.swiper-container-v0 .swiper-wrapper,
.swiper-container.swiper-container-v1 .swiper-wrapper {
    height: auto;
}
.planning-block .swiper-button-prev.vertical,
.planning-block .swiper-button-next.vertical {
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    border-width: 1px;
    background: #fcffbd;
}

.planning-block .swiper-button-prev.vertical:before,
.planning-block .swiper-button-next.vertical:before {
    display: none;
}
.planning-block .swiper-button-prev.vertical:after,
.planning-block .swiper-button-next.vertical:after {
    width: 100%;
    height: 0;
}
.planning-block .swiper-button-prev.vertical:after {
    bottom: 0;
    top: auto;
}
.planning-block .swiper-button-prev.vertical:hover:after,
.planning-block .swiper-button-next.vertical:hover:after {
    height: 100%;
}
.planning-block .swiper-button-prev.vertical {
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    top: 0;
}
.planning-block .swiper-button-next.vertical {
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
}

.swiper-container-h1 .swiper-slide {
    border-top-width: 2px;
}
.swiper-container-h1 .swiper-slide:last-child {
    border-right-width: 2px;
}
.swiper-container-v0 .swiper-slide {
    border-left-width: 2px;
    border-right-width: 1px;
}
.swiper-container-v0 .swiper-slide:last-child {
    border-bottom-width: 2px;
}

.swiper-container-h
    .swiper-slide:last-child
    .swiper-container-v1
    .swiper-slide {
    border-right-width: 2px;
}

.swiper-container-v1 .swiper-slide:last-child {
    border-bottom-width: 2px;
}
.filter-carousel.no-carousel #slideContainer .swiper-slide {
    visibility: visible;
}
.filter-carousel.many-carousels #slideContainer.more-filter-hidden,
.filter-carousel.no-carousel
    #slideContainer
    .swiper-wrapper
    > .more-filter-hidden {
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0px;
    position: absolute;
    overflow: hidden;
}
.top-bottom-margin {
    margin: 50px 0;
}
.form-submit-btn {
    position: relative;
    background: transparent;
}
.transparent-fields-style .form-control {
    height: 45px;
    background: transparent;
    font-size: 15px;
    padding: 11px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #161615;
    letter-spacing: 1.5px;
    color: #161615;
    text-transform: uppercase;
}
.transparent-fields-style textarea {
    width: 100%;
    background: transparent;
    font-size: 15px;
    padding: 11px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #161615;
    letter-spacing: 1.5px;
    color: #161615;
    text-transform: uppercase;
    /*height: calc(100% - 18px);*/
    height: 171px;
    resize: none;
}
.form-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.left-form {
    width: 227px;
    padding-right: 27px;
}
.right-form {
    padding-left: 27px;
    flex-grow: 1;
}
.transparent-fields-style .form-group {
    margin-bottom: 18px;
}
.main-text-image.with-form .text-part {
    padding: 57px 106px 57px 8px;
}
.main-text-image.only-text-block .text-part {
    padding: 90px 61px;
    width: 100%;
}
.reservation-form {
    padding-left: 62px;
    /*padding-right: 150px;*/
    padding-right: 62px;
}
.reservation-form.main-text-image.only-text-block .text-part {
    padding: 183px 121px 0 105px;
}
.reservation-form.main-text-image.only-text-block h2 {
    padding-bottom: 0;
}
.reservation-form .label-right.inside-text {
    width: 89px;
    height: 89px;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    float: right;
    padding: 10px 17px;
    margin-left: 20px;
}

.reservation-block-title {
    border: 2px solid #161615;
    display: flex;
    padding-bottom: 5px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    margin-top: 57px;
    background: #fcffbd;
    height: 45px;
    padding: 0 15px;
}
.form-small-text {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.6px;
    color: #3c3c3c;
    line-height: 1.6;
}
/* The container-radio */
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.container-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #161615;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #fcffbd;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #161615;
}
.container-radio.radio-checked .checkmark {
    background-color: #161615;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
label.container-radio {
    margin-right: 50px;
}
.form-one-line.margin-top-bottom {
    margin: 21px 0;
}
.reservation-form-block .valider-block .button-background:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.999' height='15.988' viewBox='0 0 15.999 15.988'%3E%3Cpath id='Path_1164' data-name='Path 1164' d='M23.707,15.293a1,1,0,0,1,0,1.413h0l-7,7a1,1,0,0,1-1.415,0l-7-7a1,1,0,0,1,1.414-1.414L15,20.586V9a1,1,0,0,1,2,0V20.586l5.293-5.293a1,1,0,0,1,1.413,0Z' transform='translate(-8 24) rotate(-90)'/%3E%3C/svg%3E%0A");
    border-left: 2px solid #161615;
    background-repeat: no-repeat;
    background-position: center;
}
.reservation-form-block .button-background:hover:before,
.reservation-form-block .button-background:hover {
    background-color: #fff;
}

.salle-body {
    padding: 78px 33px 30px;
    border: 2px solid #161615;
    margin-top: -2px;
}
.form-one-line {
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
    min-width: 100%;
    align-items: center;
}
.select-form-group .styledSelect {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 1.5px;
    color: #161615;
    text-transform: uppercase;
    margin-bottom: 0;
    flex-shrink: 0;
}
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 2px solid #161615;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #fcffbd;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #161615;
}
.container-checkbox.checkbox-checked .checkmark {
    background-color: #161615;
}
/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form-group.small-width {
    max-width: 25%;
    width: 194px;
}
.margin-right-zero {
    width: 100%;
    display: flex;
    align-items: center;
}
.select-form-group {
    padding: 0;
    width: 142px;
    border-left: 2px solid #161615;
    position: relative;
    margin-right: -7px;
}
.select-form-group.full-width {
    width: 100%;
    border-left: none;
}
.select-form-group .s-hidden {
    visibility: hidden;
    padding-right: 10px;
}
.select-form-group .select {
    cursor: pointer;
}
.select-form-group .styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    height: 41px;
    display: flex;
    align-items: center;

    justify-content: space-between;
}
.select-form-group .styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #161615;
    top: 9px;
    right: 6px;
}
.select-form-group .styledSelect:hover,
.select-form-group .styledSelect:active,
.select-form-group .styledSelect.active {
    background-color: #fcffbd;
}
.select-form-group .options {
    display: block !important;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    left: -2px;
    width: calc(100% + 4px);
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 2px solid #161615;
    background-color: #fbe8e3;
    max-height: 0;
    overflow-y: auto;
}
.select-form-group .options li {
    margin: 0 0;
    padding: 2px 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.select-form-group .options li:hover {
    background-color: #fcffbd;
}
.select-form-group .options li:first-child {
    display: none;
}
.salle-block {
    margin-top: 20px;
    padding-bottom: 45px;
    /* version 3 */
    padding-bottom: 0;
}
.date-relative {
    position: relative;
    width: 100%;
}
.select-form-group .styledSelect.active ~ .options {
    visibility: visible;
    height: auto;
    max-height: 200px;
}
.select-form-group .styledSelect.active:after {
    transform: rotate(180deg);
    margin-top: -2px;
}
.form-group.checkbox-group {
    width: 824px;
    max-width: 100%;
    border: none;
    padding: 19px 0 0;
    height: auto;
    align-items: flex-start;
    justify-content: space-between;
}
.checkbox-row {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-evenly;
}
.checkbox-block {
    flex-grow: 1;
    width: 100%;
}
.checkbox-row label {
    width: 40%;
    min-height: 25px;
    display: flex;
    align-items: center;
}
.salle-block .button-background {
    background: transparent;
}

.file-button.button-background .main-button:after,
.salle-block .button-background .main-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15'%3E%3Cg id='Group_579' data-name='Group 579' transform='translate(-306.499 -2193.5)'%3E%3Cline id='Line_287' data-name='Line 287' y2='15' transform='translate(313.499 2193.5)' fill='none' stroke='%23161615' stroke-width='3'/%3E%3Cline id='Line_288' data-name='Line 288' x1='14' transform='translate(306.499 2200.5)' fill='none' stroke='%23161615' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.salle-block .button-background:before {
    background: #fcffbd;
}

.file-button.button-background:before {
    background: #fcffbd;
}
.file-button.button-background {
    background: #fdfec4;
    margin-top: 0;
    margin-left: -2px;
}
/* version 3 */
.file-button.button-background label,
.file-button.button-background a {
    height: 45px;
}
.form-group.text-area-group {
    width: 100%;
    max-width: unset;
    height: auto;
    align-items: flex-start;
}
.file-group #output {
    padding-left: 0px;
    width: 150px;

    display: inline-flex;
    overflow-x: hidden;
    white-space: nowrap;
}

input#hideFile {
    display: none;
}
.form-group.file-group {
    width: 510px;
    max-width: calc(100% - 254px);
    margin-right: 0;
}
.form-group.file-group label {
    cursor: pointer;
    line-height: 1.2;
}
.hidden-input {
    font-size: 30px;
}
.form-group.text-area-group label {
    position: absolute;
    width: 340px;
}

.small-label {
    font-size: 12px;
    letter-spacing: 1.2px;
    padding-right: 20px;
}
.valider-block .button-background button:before {
    background-color: #fff;
}
.valider-block {
    padding: 0 121px 0 105px;
    background: #f8f8f8;
    margin-right: -121px;
    height: 120px;
    display: flex;
    align-items: center;
    margin-left: -105px;
    margin-top: 55px;
}
.main-text-image .text-part .valider-block p {
    margin-bottom: 0;
    line-height: 1.4;
    text-transform: none;
    margin-top: 15px;
}
.main-text-image .text-part .valider-block p {
    margin: 0;
    position: relative;
    margin-top: 20px;
    min-height: unset;
    padding: 0;
}
.main-text-image .text-part .valider-block p a {
    font-weight: bold;
    text-decoration: underline;
}
.main-text-image.reservation-form {
    flex-direction: column;
}
.simple-text {
    margin-top: 45px;
}
.simple-text p {
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 1.4;
}
.valider-block label {
    flex-shrink: 1;
    margin-right: 20px;
}
.valider-block .container-checkbox .checkmark {
    top: 50%;
    transform: translateY(-50%);
}
.flex-button-right {
    margin-left: auto;
}

.transparent-fields-style input[type="submit"] {
    background-repeat: no-repeat;
    background-position: calc(100% - 12px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.999' height='46' viewBox='0 0 29.999 46'%3E%3Cg id='Group_543' data-name='Group 543' transform='translate(-301 -2227)'%3E%3Cg id='Group_542' data-name='Group 542' transform='translate(8 47)'%3E%3Crect id='Rectangle_307' data-name='Rectangle 307' width='2' height='46' transform='translate(293 2180)' fill='none'/%3E%3Cpath id='Path_1167' data-name='Path 1167' d='M15.7,7.293a1,1,0,0,1,0,1.413h0l-7,7a1,1,0,0,1-1.415,0l-7-7A1,1,0,0,1,1.694,7.293l5.294,5.293V1a1,1,0,0,1,2,0V12.586l5.293-5.293a1,1,0,0,1,1.413,0Z' transform='translate(307 2211.505) rotate(-90)'/%3E%3C/g%3E%3Cline id='Line_282' data-name='Line 282' y2='45' transform='translate(302.5 2227.5)' fill='none' stroke='%23161615' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.transparent-fields-style input[type="submit"]:hover {
    background-color: #fcffbd;
}
.text-right.button.main-button {
    margin-left: auto;
}
.top-image-slider.left-text-block .top-text-block {
    left: 176px;
    top: 67px;
    height: max-content;
    padding-bottom: 58px;
    padding-left: 40px;
    padding-right: 44px;
    max-width: 404px;
    padding-top: 41px;
}

.slider-menu .text-left.main-button {
    float: left;
    width: 100%;
    overflow: hidden;
}
.slider-menu {
    top: calc(100% + 16px);
    position: absolute;
    background: #fff;
    z-index: 0;
    max-width: 307px;
    min-width: 307px;
}
.slider-menu .main-button:before {
    background: #fdfec4;
}
.slider-menu .button-background.active,
.slider-menu .button-background:hover {
    width: calc(100% + 57px);
}
.slider-menu .button-background {
    background: #fff;
    float: left;
    width: 100%;
}
.slider-menu .button-background:before {
    display: none;
}
.slider-menu .main-button:after {
    opacity: 0;
    border-left: 0;
    right: -55px;
}
.slider-menu .active .text-left.main-button:after,
.slider-menu .text-left.main-button:hover:after {
    opacity: 1;
    right: 0;
}
.slider-menu .active a:before {
    width: 100%;
}

.swiper-container-horizontal > .swiper-scrollbar {
    width: calc(50% - 50px);
    background: #161615;
    margin-right: auto;
    margin-left: auto;
    transform: translateX(-75px);
    height: 4px;
}
.swiper-scrollbar-drag {
    background: #fff274;
    height: 8px;
    margin-top: -2px;
    position: absolute;
}
.right-full-width.arrows-scrollbar .swiper-container:before {
    content: "";
    width: 57px;
    height: 100%;
    position: absolute;
    left: -63px;
    top: 0;
    z-index: 2;
    background: #fff;
}
.right-full-width.arrows-scrollbar:before {
    display: none;
}
.arrows-scrollbar .swiper-button-prev,
.arrows-scrollbar .swiper-container-rtl .swiper-button-next {
    left: -25px;
}
.arrows-scrollbar .swiper-button-next,
.arrows-scrollbar .swiper-container-rtl .swiper-button-prev {
    right: 40px;
}
.arrows-scrollbar.filter-carousel .swiper-container:after {
    content: "";
    width: 57px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    background: #fff;
    right: 0;
    left: auto;
}
.arrows-scrollbar .swiper-button-next,
.arrows-scrollbar .swiper-button-prev {
    transform: translateY(-100%);
}
.arrows-scrollbar.filter-carousel .swiper-button-next,
.arrows-scrollbar.filter-carousel .swiper-button-prev {
    top: auto;
    bottom: 50%;
    transform: translateY(-50%);
}
.abonnement-block {
    margin-top: 53px;
}
.abonnement-block .abonnement-item h3 span {
    font-size: 20px;
    display: block;
    line-height: 1.6;
}
.abonnement-block .abonnement-item h3 {
    margin-bottom: 8px;
    min-height: 67px;
}
.abonnement-block ul,
.abonnement-block ul li {
    list-style-type: disc;
    font-size: 12px;
}
.abonnement-block ul li {
    margin-bottom: 5px;
    margin-left: 17px;
}
.abonnement-block ul {
    margin-right: 25px;
    margin-bottom: 20px;
}
.planning-block .swiper-button-prev.vertical,
.planning-block .swiper-button-next.vertical {
    display: none;
}
.left-text-block .top-text-block p {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.3px;
}
.left-text-block .top-text-block h1 {
    font-size: 25px;
    line-height: 1.12;
    padding-bottom: 13px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "protipo-compact";
}
.left-text-block .top-text-block h4 {
    font-size: 15px;
    letter-spacing: 1.5px;
}
.navbar-collapse ul.navbar-nav-body li:nth-child(2) ul {
    transform: translateY(calc(50% - 21px));
}
.abonnement-block .abonnement-item h4 {
    font-size: 20px;
}
.textchange,
.top-video-slider.top-image-slider.left-text-block .player-slider {
    opacity: 0;
    position: absolute !important;
    top: 0;
    width: calc(100% - 212px);
    /* left: 0; */
    visibility: hidden;
}
.textchange {
    width: 100%;
}
.textchange.active,
.top-video-slider.top-image-slider.left-text-block .player-slider.active {
    opacity: 1;
    position: relative !important;
    width: auto;
    visibility: visible;
}
.top-video-slider.top-image-slider.left-text-block .player-slider #controls {
    display: none;
}
.top-bar {
    width: 100%;
    height: 67px;
    display: flex;
    background: #161615;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 0 120px;
}
.top-bar p {
    color: #fff274;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "protipo-compact";
    z-index: 0;
}
.top-bar a {
    font-size: 15px;
    color: #fff;
    line-height: 1.86;
    letter-spacing: 1.5px;
    border-color: #fff;
    height: 45px;

    margin-left: 48px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.top-bar a span:first-child {
    color: #fff274;
}
.top-bar a:hover span:first-child {
    color: #000;
}
.top-bar a:hover {
    color: #000;
    border-color: #000;
}
.top-bar .main-button:before {
    background: #fff274;
}
.top-bar .main-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.999' height='15.988' viewBox='0 0 15.999 15.988'%3E%3Cpath fill='%23fff' id='Path_1164' data-name='Path 1164' d='M23.707,15.293a1,1,0,0,1,0,1.413h0l-7,7a1,1,0,0,1-1.415,0l-7-7a1,1,0,0,1,1.414-1.414L15,20.586V9a1,1,0,0,1,2,0V20.586l5.293-5.293a1,1,0,0,1,1.413,0Z' transform='translate(-8 24) rotate(-90)'/%3E%3C/svg%3E%0A");

    border-left-color: #fff;
}
.top-bar .main-button:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.999' height='15.988' viewBox='0 0 15.999 15.988'%3E%3Cpath fill='%23000' id='Path_1164' data-name='Path 1164' d='M23.707,15.293a1,1,0,0,1,0,1.413h0l-7,7a1,1,0,0,1-1.415,0l-7-7a1,1,0,0,1,1.414-1.414L15,20.586V9a1,1,0,0,1,2,0V20.586l5.293-5.293a1,1,0,0,1,1.413,0Z' transform='translate(-8 24) rotate(-90)'/%3E%3C/svg%3E%0A");

    border-left-color: #000;
}
.modal.video-top video {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    transform: none;
}
.slider-block .modal-header {
    border-bottom: none;
}
.slider-block .modal-dialog {
    width: calc(100% - 100px);
}
.testimonial .contact-partx {
    text-align: center;
    padding: 67px 112px 60px;
    max-width: 1035px;
    margin: auto;
}
.testimonial {
    padding: 0 89px;
}
.testimonial #slideContainer .swiper-slide {
    -webkit-justify-content: center;
    justify-content: center;
}
.testimonial #slideContainer .swiper-container {
    padding-bottom: 35px;
}
.testimonial-text h4 {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 25px;
}
.testimonial-text p {
    font-style: italic;
}
.testimonial .swiper-button-next,
.testimonial .swiper-container-rtl .swiper-button-prev {
    right: -132px;
    top: 0;
    transform: translateY(0);
}
.testimonial .swiper-button-prev,
.testimonial .swiper-container-rtl .swiper-button-next {
    left: -132px;
    top: 0;
    transform: translateY(0);
}
.testimonial .swiper-pagination-bullet-active {
    background: #161615;
}
.testimonial .swiper-pagination-bullet {
    width: 36px;
    height: 3px;
    border-radius: 0%;
}
.testimonial.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 6.5px;
}
.testimonial-text p {
    position: relative;
}
.testimonial-text p:after,
.testimonial-text p:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37.253' height='26.609' viewBox='0 0 37.253 26.609'%3E%3Cg id='Group_515' data-name='Group 515' transform='translate(37.253 69.276) rotate(180)'%3E%3Cg id='Group_513' data-name='Group 513' transform='translate(0 42.667)'%3E%3Cg id='Group_512' data-name='Group 512' transform='translate(0 0)'%3E%3Cpath id='Path_1209' data-name='Path 1209' d='M0,58.633H7.983L2.661,69.276h7.983l5.322-10.644V42.667H0Z' transform='translate(0 -42.667)' fill='%23161615'/%3E%3Cpath id='Path_1210' data-name='Path 1210' d='M170.667,42.667V58.633h7.983l-5.322,10.644h7.983l5.322-10.644V42.667Z' transform='translate(-149.38 -42.667)' fill='%23161615'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 45px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonial-text p:after {
    top: calc(100% - 20px);
    left: auto;
    right: 0;
    transform: rotate(180deg);
}
.testimonial-text p {
    padding: 0 75px;
}
.testimonial .swiper-container-horizontal > .swiper-pagination-bullets,
.testimonial .swiper-pagination-custom,
.testimonial .swiper-pagination-fraction {
    bottom: 0px;
}
.testimonial .swiper-button-next:before,
.testimonial .swiper-button-prev:before {
    background-color: #fff;
}
.testimonial .swiper-button-next:after,
.testimonial .swiper-button-prev:after {
    background-color: #fff274;
}
.access-part .text-right.button.main-button {
    margin-top: 10px;
}
.main-text-image.rooms-block.image-with-title .text-part {
    padding: 0 44px 22px 24px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
}
.main-text-image.rooms-block.image-with-title
    .image-block-container.image-right
    .text-part {
    padding: 0 36px 22px 32px;
}
.main-text-image.rooms-block.image-with-title .text-part h4 {
    font-size: 60px;
    line-height: 1;
    color: #fff;
    letter-spacing: 6px;
}
.main-text-image.rooms-block.image-with-title .text-part h4 span {
    display: block;
}
.main-text-image.two-image-block.image-left.rooms-block.image-with-title {
    margin-top: 50px;
}
.image-with-title.rooms-block .image-block-container {
    text-align: left;
}
.image-with-title .button-background {
    background: #fff274;
    flex: none;
}
.simple-tuiles .swiper-slide .image-block {
    display: none;
}
.services-carousel.simple-tuiles #slideContainer .swiper-slide {
    width: auto;
    min-width: unset;
    border: 2px solid #161615;
    padding: 13.5px 18px 12.5px;
}
.services-carousel.simple-tuiles .image-title {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #161615;
    text-shadow: none;
    text-transform: uppercase;
    position: unset;
    width: 100%;
    text-align: center;
    top: unset;
    transform: none;
    text-wrap: nowrap;
}
.slider-block.services-carousel.with-arrow.right-full-width.simple-tuiles.blocks-show {
    padding-bottom: 28px;
}
.slider-block.services-carousel.with-arrow.right-full-width.simple-tuiles.blocks-show
    .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider-block.services-carousel.with-arrow.right-full-width.simple-tuiles.blocks-show
    .row:before,
.slider-block.services-carousel.with-arrow.right-full-width.simple-tuiles.blocks-show
    .row:after {
    display: none;
}
.slider-block.services-carousel.with-arrow.right-full-width.simple-tuiles.blocks-show
    #slideContainer {
    overflow: hidden;
    padding-bottom: 15px;
}
.slider-block.services-carousel.with-arrow.right-full-width.simple-tuiles.blocks-show
    h3 {
    flex: none;
    margin-bottom: 13px;
    margin-right: 15px;
}
.simple-tuiles.services-carousel.with-arrow .swiper-slide:after {
    display: none;
}
.simple-tuiles.services-carousel.with-arrow .swiper-slide:before {
    top: 100%;
    transform: translateX(-50%);
    border: 12px solid transparent;
    border-top: 15px solid #161615;
    left: 50%;
}
.services-carousel.simple-tuiles #slideContainer .swiper-slide.with-arrow {
    background: #fff274;
}
.simple-tuiles.with-arrow .swiper-button-next,
.simple-tuiles.with-arrow .swiper-button-prev {
    margin-top: 0px;
}
.simple-tuiles #slideContainer .swiper-container {
    margin-top: 0px;
    padding: 0 45px;
}
.services-carousel.simple-tuiles #slideContainer .swiper-slide a {
    width: 100%;
    line-height: 1;
}
.simple-tuiles.with-arrow .swiper-button-next {
    right: 0;
}
.simple-tuiles.with-arrow .swiper-button-prev {
    left: 0;
}
.custom-position .label-right,
.custom-position .label-left {
    left: 100px;
    top: auto;
    bottom: 35px;
    position: unset;
}
.custom-position .label-right {
    left: 100px;
}
.custom-position.image-block {
    position: absolute;
    bottom: 35px;
    left: 100px;
    display: flex;
}
span.mobile-arrow {
    width: 70px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.top-video-slider .mobile-image {
    object-fit: cover;
    width: 100%;
    height: 56vw;
}
.position-Gauche .top-text-block {
    right: auto;
    left: 116px;
    bottom: 42px;
    width: 404px;
    padding: 30px 44px 47px 40px;
}
.position-Gauche .top-text-block h1,
.position-Droite .top-text-block h1 {
    font-family: "protipo-compact";
    letter-spacing: 4px;
    font-weight: 500;
    line-height: 1;
}
.position-Gauche #controls {
    right: 27px;
}
h3.big-title {
    font-size: 35px;
    letter-spacing: 3.5px;
    line-height: 1.34;
    margin-bottom: 27px;
}
.les-universe.filter-carousel .image-block {
    text-align: center;
    margin-top: 33px;
}
.les-universe.filter-carousel .image-block img {
    max-height: 70px;
    width: auto;
}
.text-center {
    text-align: center;
}
.filter-carousel .text-center .image-title {
    text-align: center;
}

.filter-carousel .text-center .plain-text {
    text-align: center;
}
.les-universe.filter-carousel .text-block {
    width: 100%;
}
.les-universe.filter-carousel .button.main-button {
    float: none;
    margin-top: 0px;
    display: inline-block;
    margin-top: auto;
    margin-right: auto;
    margin-top: 8px;
}
.les-universe.filter-carousel .text-block {
    padding: 18px 18px 0;
    position: relative;
    -webkit-transition: transform 1s cubic-bezier(0.405, 0.005, 0, 1),
        padding 1s cubic-bezier(0.405, 0.005, 0, 1);
    -ms-transition: transform 1s cubic-bezier(0.405, 0.005, 0, 1),
        padding 1s cubic-bezier(0.405, 0.005, 0, 1);
    transition: transform 1s cubic-bezier(0.405, 0.005, 0, 1),
        padding 1s cubic-bezier(0.405, 0.005, 0, 1);
}
.les-universe.filter-carousel .button-block {
    position: relative;
    padding-bottom: 22.5px;
    margin-top: 154px;
    min-width: 100%;
    z-index: 1;
}

.les-universe.filter-carousel p {
    margin-bottom: 11px;
    font-size: 10px;
    line-height: 1.2;
}
.filter-carousel.no-carousel.les-universe #slideContainer p {
}
.filter-carousel.no-carousel.les-universe #slideContainer .swiper-slide {
    overflow: hidden;
}
.les-universe.filter-carousel .image-block img {
    -webkit-transition: transform 1s cubic-bezier(0.405, 0.005, 0, 1);
    -ms-transition: transform 1s cubic-bezier(0.405, 0.005, 0, 1);
    transition: transform 1s cubic-bezier(0.405, 0.005, 0, 1);
    margin-top: 0;
}
.les-universe.filter-carousel #slideContainer .swiper-slide:hover .text-block {
    /*padding-top:60px;*/
}
.les-universe.filter-carousel .button-background {
    float: none;
}
.les-universe.filter-carousel .button-background:before {
    display: none;
}
.animation-top {
    overflow: hidden;
    -webkit-transition: transform 1s cubic-bezier(0.405, 0.005, 0, 1);
    -ms-transition: transform 1s cubic-bezier(0.405, 0.005, 0, 1);
    transition: transform 1s cubic-bezier(0.405, 0.005, 0, 1);
    position: absolute;
    top: 0;
}
.filter-carousel.no-carousel.les-universe
    #slideContainer
    .swiper-slide:hover
    .animation-top {
    /*transform: translateY(-120px);*/
    transform: translateY(-15px);
}
.les-universe.filter-carousel .text-block h4 {
    font-family: "protipo-compact";
    font-size: 25px;
    line-height: 1.32;
    letter-spacing: 0;
}
.les-universe.filter-carousel .text-center .plain-text {
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.filter-carousel.three-items #slideContainer .swiper-slide {
    width: calc(33.333% - 28px);
}
.filter-carousel.button-on-image .image-block:before {
    content: "";
    background: #000;
    opacity: 0.25;
    width: 100%;
    height: 100%;
    position: absolute;
}
.filter-carousel.button-on-image .text-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
}
.filter-carousel .text-center .image-title.white-text h4 {
    color: #fff;
    font-family: "protipo-compact";
    font-size: 25px;
    line-height: 1.32;
    letter-spacing: 0;
}
.button-background.no-arrow-bg:before {
    display: none;
}
.button-background.position-center {
    margin: auto;
}
.button-background.margin-top-zero a {
    margin-top: 0;
}
.button-background.margin-right-zero a {
    margin-right: 0;
}
.filter-carousel.button-on-image .swiper-slide:hover .image-block:before {
    opacity: 0;
}
.filter-carousel .image-title.white-text h4 {
    text-shadow: 0 0 6px #000;
}

#custom-big-image-disabled.three-images.one-big-image.image-left .image-block-container {
    padding: 90px 0px 90px 61px;
    margin-right: -271px;
}
#custom-big-image-disabled.main-text-image.three-images.one-big-image.image-left
    .text-part {
    padding: 64px 89px 64px 376px;
    width: calc(50% + 218px);
}
#custom-big-image-disabled.main-text-image.previous-with-arrow.three-images {
    margin-top: 54px;
}
#custom-big-image-disabled h2 {
    font-family: "protipo-compact";
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1;
    margin-top: 10px;
}
.filter-carousel.blog-section .image-block img {
    width: 100%;
    height: auto;
}
.filter-carousel.blog-section .text-block {
    min-width: 100%;
}
.horizontal-filter .simple-button,
#horizontal-filter .simple-button {
    display: none;
}
.filter-carousel.blog-section .main-button {
    margin-top: auto;
}
.filter-carousel.blog-section .image-title {
    margin-bottom: 26px;
}
.filter-carousel.blog-section .text-block {
    width: 100%;
}
.dropdown-menu-left-block {
    position: absolute;
    top: 62px;
    left: calc(-100% - 30px);
    height: calc(100vh - 63px);
    height: calc((var(--vh, 1vh) * 100) - 63px);
    background: #f8f8f8;
    z-index: 111;
    width: 376px;
    padding: 60px 30px 0;
}
.overflow-popup.open {
    right: 0;
}
.navbar-collapse ul li a:before {
    width: 0;
}
.navbar-collapse ul li .nav-link svg {
    transform: rotate(0deg);
    margin-left: 7px;
}
.navbar-collapse ul li.open .nav-link svg {
    transform: rotate(225deg);
}
.dropdown-menu-left-block.open {
    left: 0;
}
.dropdown-menu-left-block li.h4 {
    width: 100%;
}
.dropdown-menu-left-block li.h4 a.nav-link {
    font-size: 16px;
    letter-spacing: 1.6px;
    color: #161615;
    margin-bottom: 19px;
}
.dropdown-menu-left-block li {
    width: 50%;
}
.dropdown-menu-left-block li a.nav-link {
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #3c3c3c;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.dropdown-menu-left-block li a.nav-link span {
    position: relative;
    display: block;
}
.dropdown-menu-left-block li a.nav-link:before {
    display: none;
}
.dropdown-menu-left-block li a.nav-link span:before {
    content: "";
    height: 100%;
    z-index: 1;
    background: #fff274;
    opacity: 0.57;
    position: absolute;
    width: 0;
}
.dropdown-menu-left-block li.active a span:before,
.dropdown-menu-left-block li:hover a span:before {
    width: 100%;
}
.dropdown-menu-left-block li.active a,
.dropdown-menu-left-block li:hover a {
    color: #3c3c3c80;
}
.dropdown-menu-left-block ul {
    text-align: left;
    width: 100%;
    margin: 0;
}
.page-id-6857 .blog-section .categories ul:before {
    border: none;
    border-top: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.999' height='15.988' viewBox='0 0 15.999 15.988'%3E%3Cpath id='Path_1164' data-name='Path 1164' d='M23.707,15.293a1,1,0,0,1,0,1.413h0l-7,7a1,1,0,0,1-1.415,0l-7-7a1,1,0,0,1,1.414-1.414L15,20.586V9a1,1,0,0,1,2,0V20.586l5.293-5.293a1,1,0,0,1,1.413,0Z' transform='translate(-8 24) rotate(-90)'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 32px;
    z-index: 0;
    position: absolute;
    top: 5px;
    right: 0;
    border-left: 0px solid #161615;
    transform: rotate(0deg);
}
.page-id-6857 .filter-carousel.blog-section .categories {
    position: absolute;
    right: 61px;
    top: 0px;
}
.page-id-6857 .blog-section .categories ul {
    width: 282px;
}
.page-id-6857 .blog-section .categories ul li:before {
    background: #fff274;
}
.page-id-6857 .blog-section .categories ul li {
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 1.86;
    padding: 8px 15px;
    border-top: 2px solid #161615;
}
.page-id-6857 .blog-section .categories ul li:first-child {
    background: transparent;
    border-top: none;
}
.page-id-6857 .blog-section .categories ul li.selected {
    background: transparent;
}
.page-id-6857 .blog-section .categories ul.open-categories:before {
    transform: rotate(90deg);
}
.page-id-6857 .blog-section .categories ul li:hover:before,
.page-id-6857 .blog-section .categories ul li:first-child:before {
    width: 100%;
}

article.post .top-image-slider .swiper-container {
    max-height: unset;
}
article.post .top-image-slider .top-text-block {
    z-index: 1;
    position: relative;
    left: 50%;
    bottom: auto;
    margin-top: -136px;
    min-width: 664px;
    transform: translateX(-50%);
    background: #fff274;
    text-align: center;
    padding: 48px 69px;
    margin-bottom: 40px;
}
article.post .top-image-slider .top-text-block h4 {
    letter-spacing: 2px;
}
article.post .top-image-slider .top-text-block h1 {
    line-height: 1;
    padding-bottom: 0;
    padding-top: 6px;
}
article.post .top-image-slider {
    height: calc(100% - 96px);
}
article.post .post-meta {
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #3c3c3c;
    margin-bottom: 40px;
}
article.post .post-meta svg {
    margin-bottom: -1px;
    margin-left: 7px;
    margin-right: 7px;
}
article.post .post-meta span {
    margin-left: 12px;
    margin-right: 8px;
}
article.post .entry-content {
    max-width: 946px;
    margin-bottom: 81px;
    padding-left: 61px;
    padding-right: 61px;
}
article.post .top-image-slider .button-background {
    position: absolute;
    width: auto;
    right: 61px;
    top: 0;
    z-index: 1;
}
article.post .entry-content h5 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.25;
    font-family: "Roboto", sans-serif;
    margin-bottom: 69px;
}
article.post .entry-content h3 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.17;
    margin-bottom: 23px;
}
article.post .entry-content .alignleft {
    margin-right: 70px;
    margin-bottom: 86px;
}
article.post .entry-content .alignright {
    margin-left: 70px;
    margin-bottom: 48px;
}
article.post .entry-content ul {
    margin-bottom: 20px;
}
article.post .entry-content ul li {
    list-style-type: inherit;
    padding-left: 20px;
    margin-left: 19px;
    margin-top: 20px;
}
article.post .entry-content .wp-playlist-light {
    background: transparent;
    color: #000;
    padding: 0;
    border: none;
    margin: 80px 0;
}
article.post .entry-content .mejs-container .mejs-controls {
    display: none;
}
article.post .entry-content .mejs-overlay-button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='113.161' height='113.161' viewBox='0 0 113.161 113.161'%3E%3Cg id='Group_529' data-name='Group 529' opacity='0.774'%3E%3Cg id='Ellipse_6' data-name='Ellipse 6' transform='translate(7.969 5.781)' fill='%23161615' stroke='%23707070' stroke-width='1'%3E%3Cellipse cx='49.807' cy='50.205' rx='49.807' ry='50.205' stroke='none'/%3E%3Cellipse cx='49.807' cy='50.205' rx='49.307' ry='49.705' fill='none'/%3E%3C/g%3E%3Cpath id='Path_1180' data-name='Path 1180' d='M56.58,0a56.58,56.58,0,1,0,56.58,56.58A56.644,56.644,0,0,0,56.58,0ZM79.073,58.563,46.068,79.78A2.358,2.358,0,0,1,42.435,77.8V35.363a2.358,2.358,0,0,1,3.633-1.982L79.073,54.6a2.357,2.357,0,0,1,0,3.965Z' transform='translate(0)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 114px;
    height: 114px;
    background-position: center;
}
article.post .entry-content .mejs-overlay:hover > .mejs-overlay-button {
    background-position: center;
}
article.post .entry-content h4 {
    letter-spacing: 0;
    margin-bottom: 17px;
    line-height: 1;
}
article.post .entry-content .main-button {
    float: none;
    display: inline-block;
    margin-top: 31px;
    margin-bottom: 31px;
}
.menu-popup-block {
    max-width: 376px;
    min-width: 376px;
    height: calc(100vh - 62px);
    height: calc((var(--vh, 1vh) * 100) - 62px);
    top: 62px;
}

.desktop-logo {
    top: calc(100% - 0px);
}

.navbar-collapse .menu-popup ul.navbar-nav-body:before {
    background: #fff274;
}
.navbar-collapse ul.navbar-nav-body > li > a:before {
    width: 0;
}
.menu-popup {
    padding: 33px 30px 33px 20px;
    background: #fff274;
    min-height: calc(100vh - 289px);
    max-height: calc(100vh - 289px);
    min-height: calc((var(--vh, 1vh) * 100) - 289px);
    max-height: calc((var(--vh, 1vh) * 100) - 289px);
}
.menu-contact ul li.active > a:after,
.menu-contact ul li.active > a:before {
    display: none;
}
.navbar-collapse ul.navbar-nav-body > li > a {
    text-align: left;
    line-height: 2.25;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    opacity: 1;
    border: none;
    width: auto;
    height: auto;
    padding: 0 10px;
    border-bottom: none;
    letter-spacing: 1.6px;
}
.menu-contact ul {
    margin-bottom: 12px;
}
.overflow-popup {
    position: fixed;
    width: 100vw;
    height: calc(100vh - 63px);
    height: calc((var(--vh, 1vh) * 100) - 63px);
    background: rgb(16 16 16 / 50%);
    z-index: 5;
    top: 63;
    right: calc(-100% - 20px);
}
.open-menu .overflow-popup {
    right: 0;
}
.nav-item.nav-title .nav-link {
    text-align: left;
    line-height: 2.25;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    opacity: 1;
    border: none;
    width: auto;
    height: auto;
    padding: 0 10px;
    border-bottom: none;
    letter-spacing: 1.6px;
    margin-bottom: 8px;
    display: block;
}

.menu-popup {
    left: 0;
    width: 100%;
    height: auto;
    transform: none;
    overflow: auto;
}

.separator {
    border: 1px solid rgb(60 60 60 / 50%);
    margin: 40px 10px;
    width: calc(100% - 20px);
}
.menu-img-bg {
    display: none;
}
.navbar-collapse ul.navbar-nav-body > li:nth-last-child(2) > a {
    border-bottom: none;
}
.navbar-collapse ul.navbar-nav-body > li {
    width: auto;
}
.navbar-collapse ul.navbar-nav-body {
    min-height: unset;
    padding: 0;
    background: transparent;
}
.social-footer a {
    border-color: #fff274;
}
header.fixed-header,
.desktop-logo img,
.menu,
.fixed-header .top-menu-items {
    height: 63px;
}
span.mobile-arrow,
.menu-dropdown-img,
ul.navbar-nav-body > li.dropdown:after,
.menu-popup .desktop-logo,
.menu-footer,
.fixed-header .menu-popup .top-menu-items,
.menu-popup .top-menu-items {
    display: none;
}
.menu-popup-block,
.open-menu .menu-popup-block {
    overflow: hidden;
}
.navbar-collapse ul.navbar-nav-body {
    margin-top: 0;
}
.menu-contact {
    width: 100%;
    height: 227px;

    padding: 32px 30px 40px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    left: 0;
    transform: none;
}
.nav-item.nav-title .nav-link:before,
.navbar-collapse .menu-contact ul.navbar-nav-body > li > a:after,
.navbar-collapse .menu-contact ul.navbar-nav-body > li > a:before {
    width: 0 !important;
}
.address-menu {
    display: block;
}

.menu-contact a.button.main-button {
    margin-left: 10px;
    float: left;
    letter-spacing: 1.2px;
    font-size: 12px;
    padding: 11px 62px 9px 20px;
}


.reservation-form-block
    div.wpforms-container-full
    .wpforms-form
    .wpforms-field.wpforms-field-select-style-modern
    .choices
    .choices__list--dropdown
    .choices__item--selectable.is-highlighted {
    background-color: #fff274;
    color: #161615;
}
.reservation-form-block {
    --wpforms-button-background-color: #161615;
    --wpforms-button-border-color: #161615;
    --wpforms-page-break-color: #161615;
}
.reservation-form-block .wpforms-field-label-inline a:before {
    width: 0;
}
.reservation-form-block div.wpforms-container-full button.wpforms-submit {
    border: 2px solid #161615;
    padding: 11px 67px 9px 25px;
    height: auto;
    text-transform: uppercase;
    line-height: 1.4;
    background: transparent !important;
    color: #161615 !important;
    font-weight: 500;
    font-family: "protipo-compact";
    font-size: 15px;
    letter-spacing: 1.5px;
}
.reservation-form-block div.wpforms-container-full .wpforms-submit:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.999' height='15.988' viewBox='0 0 15.999 15.988'%3E%3Cpath id='Path_1164' data-name='Path 1164' d='M23.707,15.293a1,1,0,0,1,0,1.413h0l-7,7a1,1,0,0,1-1.415,0l-7-7a1,1,0,0,1,1.414-1.414L15,20.586V9a1,1,0,0,1,2,0V20.586l5.293-5.293a1,1,0,0,1,1.413,0Z' transform='translate(-8 24) rotate(-90)'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    border-radius: unset !important;
    border: none !important;
    border-left: 2px solid #161615 !important;
    float: none !important;
    left: auto !important;
}
.reservation-form-block div.wpforms-container-full .wpforms-submit:before {
    width: 0;
    background: #fff;
    content: "";
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}
.reservation-form-block
    div.wpforms-container-full
    .wpforms-submit:hover:before {
    width: 100%;
}
.reservation-form-block .wpforms-field-label-inline a {
    text-decoration: underline;
}
.reservation-form-block
    div.wpforms-container-full
    .wpforms-form
    .wpforms-submit-container {
    display: inline-block;
    background: #fff274;
    z-index: 0;
}
.reservation-form-block div::selection {
    color: #161615;
}
.reservation-form-block
    div.wpforms-container-full
    .wpforms-confirmation-container-full,
.reservation-form-block
    div[submit-success]
    > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #fff274;
    border: 1px solid #fff274;
}
.reservation-form-block
    div.wpforms-container-full
    .wpforms-form
    .wpforms-submit-spinner {
    position: absolute;
    top: 9px;
}
.filter-carousel.no-carousel.les-universe
    #slideContainer
    .swiper-slide
    .animation-top {
    width: 100%;
}
.filter-carousel.three-per-line #slideContainer .swiper-slide {
    width: calc(33.333% - 28px);
}
.full-block-click-button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.button-block .full-block-click-button {
    height: calc(100% + 22.5px);
}
.full-block-click-button:after,
.full-block-click-button:before {
    display: none;
}

@keyframes slideIn {
    0% {
        transform: translateY(-1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(-1rem);
        opacity: 0;
    }
}
@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem);
        -webkit-opacity: 0;
    }
}
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}
.only-image .container,
.main-text .container {
    padding-left: 76px;
    padding-right: 61px;
}
.only-image {
    margin-bottom: 70px;
}
.only-image img {
    width: 100%;
    height: auto;
}
.main-text {
    margin-top: 52px;
    margin-bottom: 67px;
}
.only-text p {
    margin-bottom: 20px;
}
.only-text {
    padding: 57px 23px;
    display: flex;
    flex-direction: column;
}
.rooms-block .image-block-container.image-left {
    text-align: left;
}
.rooms-block .image-block-container.image-right img,
.rooms-block .image-block-container.image-left img {
    width: 100%;
}
.rooms-block.image-left .image-block-container.image-left img {
    padding-right: 8px;
}
.rooms-block .image-block-container.image-right img,
.rooms-block.image-right .image-block-container.image-left img {
    padding-left: 8px;
}
.two-image-block .image-block-container.image-right,
.two-image-block .image-block-container.image-left {
    width: 100%;
}
.two-image-block.rooms-block {
    padding-bottom: 0;
}
.page-id-4663 .contact-access .container {
    padding-left: 20px;
    padding-right: 20px;
}
/*body > section:not(.top-image-slider):not(.top-video-slider):first-of-type {
    margin-top: 61px;
}*/
.only-image.position-Gauche .top-text-block {
    z-index: 2;
}
.only-image.position-Gauche .row {
    position: relative;
}
.only-image.position-Gauche .custom-position.image-block {
    bottom: 25px;
    left: 33px;
}

/* Buttons row - two buttons side by side */
.top-text-block .buttons-row {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.top-text-block .buttons-row .main-button {
    margin-left: 0;
}