@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap');
@import 'modal-video.min.css';

body, html {
    font-family: 'Playfair Display', sans-serif;
    position: relative;
    font-size: 16px;
}

p {
    font-family: sans-serif;
}

/* HEADER */
header {
    display: block;
    background: #fff;
    position: relative;
    z-index: 9;
    box-shadow: rgba(10,10,40,0.1) 0 15px 35px;
}
header .branding-part {
    padding: 20px 0;
}
header a.logo {
    display: inline-block;
}
header a.logo img {
    height: 100px;
}
header .contact-item {
    display: block;
}
header .contact-item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    background: #f9f9f9;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 1.5rem;
    color: #999;
}
header .contact-item .info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 65px);
    padding-left: 10px;
}
header .contact-item .info span {
    color: #999;
    font-size: 0.9rem;
    display: block;
}
header .contact-item .info strong {
    display: block;
    font-size: 0.8rem;
    line-height: 1.35;
    font-family: sans-serif;
    color: #333;
}

/* NAVIGATION */
.navbar-light {
    background: #f9f9f9 !important;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 9;
}
.navbar .navbar-brand img {
    height: 45px;
}
.navbar .nav-item {
    position: relative;
}
.navbar .nav-item + .nav-item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 50%;
    margin: auto;
    content: ' ';
    background: #e5e5e5;
}
.navbar .nav-item > .nav-link {
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #333;
    padding: 1rem 2.5rem;
    transition: 0.15s ease all;
    position: relative;
}
.navbar .nav-item.active > .nav-link,
.navbar .nav-item > .nav-link:hover,
.navbar .nav-item > .nav-link:focus {
    color: #fff;
    background: #ce2d6c;
}
.navbar .nav-item.dropdown > .dropdown-menu {
    box-shadow: rgba(10,10,40,0.1) 0 15px 35px;
    border: none;
    padding: 10px;
    border-radius: 0;
}
.navbar .nav-item.dropdown > .dropdown-menu .dropdown-item {
    display: block;
    padding: 0.5rem 30px 0.5rem 1rem;
    transition: 0.15s ease all;
    font-weight: 600;
    font-size: 0.9rem;
    color: #333;
    position: relative;
}
.navbar .nav-item.dropdown > .dropdown-menu .dropdown-item:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: 'FontAwesome';
    content: '\f105';
    color: #ce2d6c;
    opacity: 0;
    transform: translateX(-15px);
    font-size: 1rem;
    transition: 0.15s ease all;
}
.navbar .nav-item.dropdown > .dropdown-menu .dropdown-item:hover:after {
    opacity: 1;
    transform: translateX(0px);
}
.navbar .nav-item.dropdown > .dropdown-menu .dropdown-item:active,
.navbar .nav-item.dropdown > .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #ce2d6c;
}

.submenu-active {
    background: transparent;
    color: #ce2d6c !important;
}

/* MAIN */
.main {
    width: 100%;
    height: auto;
    position: relative;
    padding: 100px 0 140px 0;
    background: #f2f3f4;
    z-index: 0;
}
.main .container {
    z-index: 2;
}
.main .img-fluid {
    box-shadow: rgba(10,10,40,0.2) 0 15px 35px;
    border-radius: 6px;
}
.main h1 {
    font-weight: 400;
    font-size: 3.5rem;
    letter-spacing: -2px;
    line-height: 3.5rem;
    margin-bottom: 15px;
    max-width: 70%;
}
.main p {
    font-size: 1rem;
    margin-bottom: 30px;
}
.video-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    position: relative;
    z-index: 0;
    cursor: pointer;
}
.video-img:before {
    position: absolute;
    background: rgba(0,0,0,0.15);
    border-radius: 8px;
    content: ' ';
    width: 100%;
    height: 100%;
    bottom: -30px;
    left: 30px;
    filter: blur(5px);
    z-index: -1;
}
.video-img .image {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('../img/samuel.jpg') center no-repeat;
    background-size: cover;
    padding: 100px 0 80px 0;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: sans-serif;
}
.page-header .video-img .image {
    padding: 150px 0 120px 0;
    margin-top: 50px;
    margin-bottom: -170px;
}
.video-img .image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    border-radius: 8px;
    content: ' ';
    z-index: -1;
    transition: 0.15s ease all;
}
.video-img:hover .image:after {
    opacity: 0.5;
}
.video-img .image h4 {
    display: block;
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 15px;
    margin-bottom: 0;
}
.video-img .image p {
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.9;
}
.video-img .play-button {
    display: block;
    border-radius: 50%;
    border: 3px solid #fff;
    padding: 22px;
    width: 100px;
    height: 100px;
    z-index: 2;
    text-align: center;
    color: #fff;
}
.video-img .play-button i {
    font-size: 48px;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

/* BUTTONS */
.btn {
    padding: 1rem 3.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    border-radius: 35px;
    border: none;
}
.btn-primary {
    background-color: #ce2d6c;
}
.btn-primary:hover {
    background: #FF6F59;
}
.btn-secondary {
    background: #0E131F;
    border-color: #0E131F;
}

/* MEETING TYPES */
.meeting-types {
    position: relative;
    z-index: 2;
    padding: 1px 0 30px 0;
}
.meeting-types .box-wrapper {
    background: #fff;
    box-shadow: rgba(0,0,0,0.05) 0 15px 45px;
    margin-top: -50px;
    position: relative;
    padding: 10px 30px;
    z-index: 1;
}
.meeting-type {
    display: block;
    padding: 45px 25px;
    color: #333;
    position: relative;
    height: 100%;
}
.meeting-type.v2:before {
    position: absolute;
    top: 0;
    left: -15px;
    width: 1px;
    height: 70%;
    bottom: 0;
    margin: auto;
    content: ' ';
    background: #ddd;
}
.meeting-type img {
    display: inline-block;
    vertical-align: top;
    width: 64px;
    height: 64px;
    filter: brightness(0);
    opacity: 0.5;
}
.meeting-type .type-info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 69px);
    padding-left: 15px;
}
.meeting-type .type-info h4 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.15rem;
}
.meeting-type .type-info p {
    font-size: 0.9rem;
    color: #777;
}

/* SECTION TITLE */
h3.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    /*text-align: center;*/
    letter-spacing: -2px;
}
h3.section-title span {
    display: inline-block;
    position: relative;
    /*padding: 0 15px;*/
}

/* SERVICES */
.services {
    display: block;
    position: relative;
    padding-top: 30px;
    padding-bottom: 60px;
}
.services .service {
    display: block;
    margin-top: 30px;
    color: inherit;
    text-decoration: none;
}
.services .service img.img-fluid {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 15px;
}
.services .service h4 {
    font-weight: 600;
    font-size: 1.25rem;
}
.services .service p {
    font-size: 0.9rem;
    color: #777;
}

/* RESERVATION */
.reservation {
    display: block;
    padding-bottom: 60px;
}
.reservation .reservation-item {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.reservation .reservation-item img {
    display: block;
    margin: auto;
    width: 64px;
    height: 64px;
    opacity: 0.15;
}
.reservation .reservation-item h4 {
    font-weight: 600;
    margin-top: 15px;
    font-size: 1.15rem;
}
.reservation .reservation-item p {
    font-size: 0.9rem;
    color: #777;
}

/* FOOTER */
footer {
    display: block;
    position: relative;
    padding: 60px 0 30px 0;
    background: #f2f3f4;
}
footer .container {
    position: relative;
    z-index: 2;
}
footer p.disclaimer {
    font-size: 0.7rem;
    color: #bbb;
    font-family: sans-serif;
}
footer hr {
    margin: 30px 0;
    border-color: #e5e5e5;
}
footer .logo img {
    height: 100px;
}
footer ul.socials {
    display: block;
    list-style: none;
    margin: 0;
    padding: 25px 0;
}
footer ul.socials li {
    display: inline-block;
    vertical-align: middle;
}
footer ul.socials li a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #0E131F;
    color: #fff;
    margin-left: 5px;
    transition: 0.15s ease all;
    font-size: 1.25rem;
}
footer ul.socials li a:hover {
    background: #CE2D6C;
}
footer h3 {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 15px;
}
footer p.copyright {
    margin-top: 0;
    margin-bottom: 0;
    font-family: sans-serif;
    font-size: 0.9rem;
    color: #999;
}

/* PAGE HEADER */
.page-header {
    display: block;
    position: relative;
    padding: 150px 0;
}
.page-header .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    user-select: none;
    pointer-events: none;
}
.page-header:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: ' ';
    z-index: 1;
    opacity: 0.15;
}
.page-header.v2:after {
    display: none;
}
.page-header .container {
    position: relative;
    z-index: 2;
}
.page-header h2 {
    display: block;
    font-size: 3rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: -2px;
}
.page-header.v2 h2 {
    color: #333;
    font-weight: 700;
}
.page-header.v2 p {
    font-size: 1.15rem;
}
.page-header.v3 p {
    font-size: 1.15rem;
    color: #fff;
}

/* SERVICE */
.service-types {
    display: block;
    padding: 60px 0;
}
.service-types .service-type + .service-type {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #eee;
}
.service-types .service-type h3 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.75rem;
    max-width: 80%;
}
.service-types .service-type p {
    font-size: 0.9rem;
    margin-bottom: 0.65rem;
}
.service-types .service-type .img-fluid {
    border-radius: 6px;
    box-shadow: rgba(10,10,30,0.05) 0 15px 35px;
}
.service-types .service-type .service-tarif {
    display: block;
    margin-bottom: 0.65rem;
}
.service-types .service-type .service-tarif .row {
    margin-left: -5px;
    margin-right: -5px;
}
.service-types .service-type .service-tarif .row div[class^='col'] {
    padding-left: 5px;
    padding-right: 5px;
}
.service-types .service-type .service-tarif .item {
    display: block;
    margin-top: 10px;
    padding: 10px 15px;
    background: #f2f3f4;
}
.service-types .service-type .service-tarif .item span {
    display: block;
    font-size: 0.9rem;
}
.service-types .service-type .service-tarif .item strong {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
}
.service-types .service-type .special-request {
    display: block;
    background: #f2f3f4;
    padding: 25px;
    margin-top: 10px;
}
.service-types .service-type .special-request h4 {
    display: block;
    font-weight: 600;
    font-size: 1rem;
}
.service-types .service-type .special-request p:last-child {
    margin-bottom: 0;
}
.service-types .service-type .live-services .row {
    margin-left: -5px;
    margin-right: -5px;
}
.service-types .service-type .live-services .row div[class^='col'] {
    padding-left: 5px;
    padding-right: 5px;
}
.service-types .service-type .live-service {
    display: block;
    margin-top: 10px;
    position: relative;
    background: #f2f3f4;
    padding: 20px;
}
.service-types .service-type .live-service span {
    display: block;
    font-size: 0.9rem;
    color: #333;
}
.service-types .sticky-item {
    position: sticky;
    top: 30px;
}
.service-types .service-type .note {
    display: block;
    padding: 20px;
    background: #f2f3f4;
    margin-top: 10px;
}
.service-types ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.service-types ul li + li {
    margin-top: 6px;
}
.service-types ul li:before {
    font-family: 'FontAwesome';
    margin-right: 5px;
    opacity: 0.25;
    content: '\f00c';
}

/* SERVICE SECTION */
.service-section {
    display: block;
    position: relative;
    padding: 60px 0;
    background: #f2f3f4;
}
.service-section.v2 {
    background: #fff;
}
.service-section img.img-fluid {
    border-radius: 6px;
    box-shadow: rgba(10,10,30,0.05) 0 15px 35px;
}

/* CONTENT PAGE */
.content-page {
    display: block;
    padding: 60px 0;
}
.content-page h3 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.75rem;
}
.content-page h4 {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 1.25rem;
}
.content-page p {
    margin-bottom: 10px;
}
.content-page .img-fluid.float-right {
    max-width: 350px;
    margin-left: 30px;
    margin-bottom: 10px;
    border-radius: 6px;
    box-shadow: rgba(10,10,30,0.05) 0 15px 35px;
}
.content-page p + .btn {
    margin-top: 30px;
}

/* TARIFS */
.prices {
    display: block;
    background: #f2f3f4;
    padding: 80px 0 60px 0;
}
.prices h4 {
    font-size: 1.15rem;
}
.prices .tarif-box {
    display: block;
    background: #fff;
    padding: 25px;
    box-shadow: rgba(10,10,30,0.1) 0 15px 35px;
    border-radius: 6px;
    margin-top: 30px;
    text-align: center;
}
.prices .tarif-box img {
    display: block;
    width: 32px;
    height: 32px;
    margin: auto;
    filter: brightness(0);
    opacity: 0.5;
    margin-bottom: 15px;
}
.prices .tarif-box span {
    display: block;
}
.prices .tarif-box strong {
    font-weight: 600;
    font-size: 1.15rem;
    color: #666;
}
.prices .tarif-box .price {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ce2d6c;
    margin: 15px 0 30px 0;
}
.prices p.small {
    margin-top: 30px;
    margin-bottom: 0;
}

/* WORKING HOURS */
.working-hours {
    display: block;
    position: relative;
    padding: 60px 0;
}
.working-hours .hours-box {
    display: block;
    margin-top: 15px;
    text-align: center;
}
.working-hours .hours-box span {
    display: block;
    font-weight: 700;
    color: #777;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.working-hours .hours-box ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.working-hours .hours-box ul li + li {
    margin-top: 5px;
}

/* RESERVATION */
.reservation .box-wrapper {
    display: block;
    padding: 35px 55px;
    border-radius: 6px;
    box-shadow: rgba(10,10,30,0.1) 0 15px 35px;
}
.reservation.v2 {
    padding: 60px 0;
}
.reservation.v2 .box-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}
.reservation .box-wrapper .img-fluid {
    box-shadow: rgba(10,10,30,0.1) 0 15px 35px;
    border-radius: 6px;
    transform: translateX(60px);
}
.reservation .form-group label {
    font-size: 0.9rem;
    color: #777;
    display: block;
    margin-bottom: 3px;
}
.reservation .form-group .form-control {
    padding: 10px;
    height: auto;
    box-shadow: none;
}
.reservation .form-group .form-control:focus {
    border-color: #ce2d6c;
}
#map {
    height: 300px;
    width: 100%;
}
.reservation.v2 h4 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.25rem;
}
.reservation.v2 .contact-item {
    display: block;
}
.reservation.v2 .contact-item + .contact-item {
    margin-top: 20px;
}
.reservation.v2 .contact-item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.55rem;
    text-align: center;
    border-radius: 50%;
    background: #ce2d6c;
    color: #fff;
}
.reservation.v2 .contact-item .info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 75px);
    padding-left: 10px;
}
.reservation.v2 .contact-item .info span {
    display: block;
}
.reservation.v2 .contact-item .info strong {
    display: block;
    font-weight: 600;
}

/* PARALLAX */
.parallax {
    display: block;
    width: 100%;
    height: 300px;
    background: url('../img/services-bg.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* GALLEY */
.gallery {
    display: block;
    position: relative;
    padding: 30px 0 60px 0;
}
.gallery .gallery-item {
    display: block;
    margin-top: 30px;
    position: relative;
    background: #fff;
    box-shadow: rgba(10,10,30,0.1) 0 15px 35px;
    height: calc(100% - 30px);
    text-decoration: none;
    color: inherit;
    transition: 0.15s ease all;
    border-radius: 6px;
    overflow: hidden;
}
.gallery .gallery-item img.img-fluid {
    max-width: inherit;
    width: 100%;
}
.gallery .gallery-item:hover {
    transform: scale(1.025);
    box-shadow: rgba(10,10,30,0.2) 0 15px 40px;
}
.gallery .gallery-item span {
    display: block;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1199px) {
    h3.section-title span:before {
        width: 60px;
        height: 30px;
        left: -60px;
    }
    h3.section-title span:after {
        width: 60px;
        height: 30px;
        right: -60px;
    }
    h3.section-title {
        font-size: 1.85rem;
    }
    .navbar .nav-item > .nav-link {
        padding: 1rem 1.5rem;
        font-size: 0.85rem;
    }
    .main h1 {
        font-size: 3rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    html, body {
        font-size: 12px;
    }
    .navbar .nav-item > .nav-link {
        padding: 1rem 1.25rem;
        font-size: 0.9rem;
    }
    .main h1 {
        font-size: 3rem;
    }
    .video-img .play-button {
        width: 70px;
        height: 70px;
        padding: 7px;
    }
    .video-img .play-button i {
        font-size: 30px;
    }
    .page-header .video-img .image {
        margin-bottom: -140px;
    }
    .reservation .reservation-item img {
        width: 64px;
        height: 64px;
    }
    footer .logo img {
        height: 30px;
    }
    .page-header {
        padding: 100px 0;
    }
    h3.section-title span:before,
    h3.section-title span:after {
        display: none;
    }
    .reservation .box-wrapper .img-fluid {
        transform: translateX(45px);
    }
}
@media (max-width: 767px) {
    html, body {
        font-size: 13px;
    }
    header .branding-part {
        text-align: left;
    }
    header .contact-item {
        display: none;
    }
    header a.logo img {
        height: 100px;
    }
    .navbar-light {
        padding: 0;
    }
    .navbar-light .navbar-toggler {
        border-color: transparent;
        box-shadow: none;
        outline: none;
        margin-top: -137px;
        margin-right: 10px;
        margin-left: auto;
    }
    .navbar .nav-item > .nav-link {
        font-size: 1rem;
    }
    .navbar .nav-item > .nav-link:before {
        display: none;
    }
    .main {
        padding: 0 0 50px 0;
    }
    .main .img-fluid {
        border-radius: 0;
        max-width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }
    .main .introduction {
        padding-left: 0;
        padding-top: 50px;
        text-align: center;
    }
    .main h1 {
        font-size: 2.5rem;
        letter-spacing: -1px;
        line-height: 1.1;
        max-width: 100%;
    }
    .main p {
        margin-bottom: 15px;
    }
    .main .btn + .btn {
        margin-top: 10px;
    }
    .main .video-img {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
    }
    .main .video-img:before {
        display: none;
    }
    .main .video-img .image {
        border-radius: 0;
    }
    .video-img .play-button {
        width: 70px;
        height: 70px;
        padding: 7px;
    }
    .video-img .play-button i {
        font-size: 30px;
    }
    .meeting-types {
        padding: 15px 0 30px 0;
    }
    .meeting-types .box-wrapper {
        margin-top: -30px;
    }
    .meeting-type {
        padding: 0;
        margin-top: 15px;
        text-align: center;
    }
    .meeting-type img {
        display: block;
        margin: auto;
    }
    .meeting-type .type-info {
        width: 100%;
        padding-left: 0;
    }
    .meeting-type .type-info h4 {
        font-size: 1.2rem;
        margin-top: 5px;
    }
    h3.section-title span:before,
    h3.section-title span:after {
        display: none;
    }
    .services {
        padding-bottom: 30px;
    }
    .services .box-wrapper {
        padding: 25px;
    }
    .services .service {
        text-align: center;
        margin-top: 15px;
    }
    .reservation .reservation-item img {
        width: 64px;
        height: 64px;
    }
    footer {
        padding: 30px 0 30px 0;
    }
    footer .logo {
        display: inline-block;
        margin-bottom: 15px;
    }
    footer .logo img {
        height: 100px;
    }
    footer .contact-item {
        height: auto;
        margin-top: 15px;
    }
    .page-header {
        padding: 100px 0;
    }
    .page-header h2 {
        font-size: 2rem;
    }
    .page-header .video-img:before {
        display: none;
    } 
    .page-header .video-img .image {
        margin-bottom: -110px;
        padding: 100px 15px 80px 15px;
        text-align: center;
    }
    .service-types {
        padding: 30px 0;
    }
    .service-types .sticky-item {
        padding-bottom: 30px;
    }
    .service-types .service-type + .service-type {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #eee;
    }
    .service-section {
        padding: 30px 0;
    }
    .service-section img.img-fluid {
        margin-bottom: 15px;
    }
    .gallery {
        padding: 15px 0 30px 0;
    }
    .gallery .gallery-item {
        height: auto;
        margin-top: 15px;
    }
    .content-page {
        padding: 30px 0;
    }
    .content-page .img-fluid.float-right {
        max-width: 100%;
        float: none !important;
        margin-bottom: 30px;
        margin-left: 0;
    }
    .prices {
        padding: 60px 0 30px 0;
    }
    .prices h4 {
        font-size: 1rem;
    }
    .prices .tarif-box {
        margin-top: 15px;
    }
    .working-hours .hours-box {
        background: #fff;
        box-shadow: rgba(10,10,30,0.1) 0 15px 30px;
        border-radius: 6px;
        padding: 20px;
    }
    .reservation {
        padding-bottom: 30px;
    }
    .reservation.v2 {
        padding: 30px 0;
    }
    .reservation .box-wrapper {
        padding: 0;
        box-shadow: none;
        border-radius: 0;
    }
    .reservation .box-wrapper .img-fluid {
        display: none;
    }
    .reservation.v2 .contact-item {
        margin-top: 30px;
    }
}


.yt-video-full-wrp {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.yt-video-full-wrp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yt-video-full-wrp.round {
    border-radius: 6px;
    overflow: hidden;
}

.video-top {
    margin-top: 3.3rem;
}

/* Email sending error/success */
.process-info .successMessage, .process-info .warningMessage, .process-info .errorMessage {
    background: #03c303;
    text-align: center;
    padding: 10px 4px;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    margin: 8px 0;
    letter-spacing: 0.4px;
}

.process-info .warningMessage {
    background: #ab0404;
}

.process-info .errorMessage {
    background: red;
}

.process-info > div:first-of-type {
    margin-top: 0;
}

.process-info > div:last-of-type {
    margin-bottom: 1rem;
}

.process-info.contact-form {
    margin-top: 15px;
}