/*
Theme Name: La Villa in the Sky
Description: La Villa in the Sky - thème
Version: 1.0.0
Author: Inside Web
Author URI: https://www.insideweb.be
*/
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*===========================
  COMMON css
===========================*/
:root {
    --font-family: 'Heebo', sans-serif;
    --primary: #155bd5;
    --primary-dark: #1c3ab6;
    --primary-light: #e2f1ff;
    --accent: #00d4d7;
    --accent-dark: #00bac1;
    --accent-light: #dff9f8;
    --success-light: #eafbe7;
    --secondary-light: #f4e5fa;
    --info: #15b2d5;
    --info-dark: #0f8ca8;
    --info-light: #e0f5fa;
    --caution-light: #fbf9e4;
    --error-light: #fce4eb;
    --black: #000000;
    --dark-1: #2d2d2d;
    --dark-2: #4d4d4d;
    --dark-3: #707070;
    --gray-1: #8d8d8d;
    --gray-2: #adadad;
    --gray-3: #cdcdcd;
    --gray-4: #e0e0e0;
    --light-1: #efefef;
    --light-2: #f5f5f5;
    --light-3: #fafafa;
    --white: #ffffff;
    --shadow-1: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
    --shadow-2: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
    --shadow-3: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
    --shadow-4: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
    --shadow-5: 0px 2px 8px rgba(40, 41, 61, 0.04), 0px 16px 24px rgba(96, 97, 112, 0.16);
    --shadow-6: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
}

html, body {
    overflow-x: hidden;
}

body {
    font-family: var(--font-family);
    color: var(--black);
    font-size: 16px;
    width:100%;
    overflow-x:hidden;
}
@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

img {
    max-width: 100%;
}

a {
    display: inline-block;
}

a,
button,
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: var(--black);
    margin: 0px;
}

h1,
.h1 {
    font-size: 2.75em;
    line-height: 1.25;
}

h2,
.h2 {
    font-size: 2.25em;
    line-height: 1.25;
}

h3,
.h3 {
    font-size: 1.75em;
    line-height: 1.25;
}

h4,
.h4 {
    font-size: 1.5em;
    line-height: 1.25;
}

h5,
.h5 {
    font-size: 1.25em;
    line-height: 1.25;
}

h6,
.h6 {
    font-size: 0.875em;
    line-height: 1.25;
}

.display-1 {
    font-size: 5.5em;
    line-height: 1.25;
}

.display-2 {
    font-size: 4.75em;
    line-height: 1.25;
}

.display-3 {
    font-size: 4em;
    line-height: 1.25;
}

.display-4 {
    font-size: 3.25em;
    line-height: 1.25;
}

p {
    font-size: 18px;
    font-weight: 100;
    line-height: 1.5;
    color: var(--dark-3);
    margin: 0px;
}

.text-small {
    font-size: 0.875em;
    line-height: 1.5;
}

.text-lg {
    font-size: 1.15em;
    line-height: 1.5;
}

.bg_cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.btn {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid transparent;
}
.btn:hover {
    color: inherit;
}
.btn:focus {
    box-shadow: none;
    outline: none;
}
.btn.btn-lg {
    font-size: 1.15em;
    padding: 16px 24px;
}
.btn.btn-sm {
    padding: 8px 16px;
}
.btn.square {
    border-radius: 0px;
}
.btn.semi-rounded {
    border-radius: 12px;
}
.btn.rounded-full {
    border-radius: 50px;
}
.btn.icon-left span,
.btn.icon-left i {
    margin-right: 8px;
}
.btn.icon-right span,
.btn.icon-right i {
    margin-left: 8px;
}
.btn.icon-btn {
    width: 48px;
    height: 48px;
    padding: 0;
    line-height: 48px;
}
.btn.icon-btn.btn-lg {
    width: 56px;
    height: 56px;
    line-height: 56px;
}
.btn.icon-btn.btn-sm {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.header .clear{
    background-color: transparent !important;
}

.navbar{
    z-index: 3 !important;
}


.lni-menu{
    font-size: 50px !important;
    font-weight: 100 !important;
}

.dropdown-menu{
    background: transparent!important;
    color: white !important;
    border: 0;
    min-height: 569px !important;
}

.form-control{
    background: transparent!important;
    border: 0!important;
    font-weight: 200;
    letter-spacing: 1.8px;
    line-height: 38px;
    font-size: 18px;
}

 .nav-link{
    margin-right: 30px!important;
     color: white !important;
     font-weight: 100 !important;
     text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link{
    background-color: transparent !important;
    border: 0!important;
}

 .button_menu_style{
     background-color: rgba(255,255,255,0);
 }

 .nav-link .menu-button{
     background-color: transparent;
     height: 40px !important;
     width: 50px !important;
 }

 .navbar-toggler{
     position: absolute;
     right: 40px;
     top:55px;
     color: var(--white) !important;
     border: 0 !important;
     font-weight: 100;
 }

 .reservation-menu-strong a{
     font-weight: 400 !important;
 }

 .wpml-ls-legacy-list-vertical a {
     padding-left: 0 !important;
     font-weight: 100 !important;
 }

@media (max-width: 992px) {
    .navbar-toggler {
        display: none !important;
    }
}

 .mobile_lang_set{
     display: none;
 }

 @media (max-width: 992px) {
     .mobile_lang_set{
         display: block;
     }
 }


/*======================================
  VERTICAL 1 CSS
========================================*/

.vertical-one{
     position: absolute;
     bottom: 0;
     right: 50%;
     height: 135px;
     border: solid 1px;
     transform: translate(0%,67.5px);
     z-index: 2;
 }



/*======================================
   HERO SECTION CSS
========================================*/

.logo_header_villa_sky{
    width: 275px;
    height: auto;
}

#thehero {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(https://www.lavillainthesky.be/layout/uploads/2022/07/lavilleinthesky-shop.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}


#themenu {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(https://www.lavillainthesky.be/layout/uploads/2022/07/lavillainthesky-contact.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

#thecontact {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(https://www.lavillainthesky.be/layout/uploads/2022/07/DSC_3510-copie-1.webp);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

#theprivatisation{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(https://www.lavillainthesky.be/layout/uploads/2022/08/2022-06-11_MajsterVillaSky_0008-min.webp);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

#thechambre{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(https://www.lavillainthesky.be/layout/uploads/2025/02/3_MIV_3543_R.webp);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}


#thereservation{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(https://www.lavillainthesky.be/layout/uploads/2022/08/MG_8858-min.webp);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}


#theshop {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(https://www.lavillainthesky.be/layout/uploads/2022/07/MG_8698.webp);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.the-inner {
    width: 90vw;
    padding: 1rem;
}

.michelin-top{
max-height: 30px;
max-width: 30px;
vertical-align: middle;
margin-top: 20px;
    margin-right: 10px;
    filter: brightness(0) saturate(0%) invert(100%) sepia(0%) hue-rotate(54deg) brightness(102%) contrast(104%);
}

.center_space{
    padding-right: 10px !important;
}


/*======================================
    LA VILLA IN THE SKY CSS
========================================*/
.about-section {
    background: var(--black);
    position: relative;
    padding-top: 180px;
    padding-bottom: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section {
        padding: 120px 0;
    }
}
@media (max-width: 767px) {
    .about-section {
        padding: 120px 0;
    }
}
.about-section .section-title {
    margin-bottom: 30px;
}

.about-section .section-title h2 {
    font-size: 50px;
    line-height: 55px;
    color: var(--white);
    font-weight: 200;

}
@media (max-width: 767px) {
    .about-section .section-title h2 {
        font-size: 50px;
        line-height: 55px;
    }
}
.about-section .about-img-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    width: 46%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-img-wrapper {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .about-section .about-img-wrapper {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        margin-bottom: 50px;
    }
}
.about-section .about-img-wrapper img {
    width: 100%;
}
.about-section .about-img-wrapper .about-experience {
    width: 300px;
    border-radius: 27px;
    border: 5px solid #eff2f9;
    padding: 40px 20px;
    position: absolute;
    right: -40px;
    bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .about-section .about-img-wrapper .about-experience {
        right: 40px;
    }
}
.about-section .about-img-wrapper .about-experience h3 {
    color: var(--white);
    margin-bottom: 15px;
}
.about-section .about-img-wrapper .about-experience p {
    color: var(--white);
}
.about-section .about-content-wrapper .about-content > p {
    margin-bottom: 45px;
}
.about-section .about-content-wrapper .about-content .counter-up {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .about-section .about-content-wrapper .about-content .counter-up {
        display: block;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-section .about-content-wrapper .about-content .counter-up {
        display: flex;
    }
}
.about-section .about-content-wrapper .about-content .counter-up .counter {
    margin-right: 10px;
}
.about-section .about-content-wrapper .about-content .counter-up .counter:last-child {
    margin-right: 0;
}

.about-section .about-content-wrapper .about-content .counter-up .counter h4 {
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section .about-content-wrapper .about-content p{
    font-weight: 200;
}

.la_ville_description{
    font-size: 24px !important;
    line-height: 44px !important;
    font-weight: 200 !important;
}



.about-three {
    background-color: var( --black);
    padding-top: 90px;
    padding-bottom: 120px;
}

.about-feature-three .about-feature-image img {
    width: 100%;
}

.about-feature-items-three {
    padding-left: 50px;
    padding-right: 100px;
    display: flex;
    align-items: center;
    height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-feature-items-three {
        padding: 0;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .about-feature-items-three {
        padding: 0;
        margin-top: 30px;
    }
}
.about-feature-items-three ul li {
    position: relative;
    margin-bottom: 40px;
}
.about-feature-items-three ul li:last-child {
    margin: 0;
}
.about-feature-items-three ul li span {
    max-width: 45px;
    min-width: 45px;
    max-height: 45px;
    min-height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var( --black);
    color: var(--white);
    position: absolute;
    left: 0;
    top: 0;
    border: 3px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 18px;
}
.about-feature-items-three ul li .content {
    display: inline-block;
    padding-left: 70px;
}
.about-feature-items-three ul li .content .list-title {
    margin-bottom: 10px;
}

.section-title{
    letter-spacing: 3px;
}




/*======================================
  VERTICAL 2 CSS
========================================*/

.vertical-two{
    position: absolute;
    bottom: 0;
    left: 25%;
    height: 135px;
    border: solid 1px;
    transform: translate(0%,800px);
    z-index: 2;
    color: var(--white);
}

@media (max-width: 415px) {
    .vertical-two{
        bottom: -160px !important;
    }
}

@media (max-width: 391px) {
    .vertical-two{
        bottom: -15px !important;
    }
}

@media (max-width: 376px) {
    .vertical-two{
        bottom: -40px !important;
    }
}
/*===========================
 POPUP
===========================*/

#popupModal h2 {
    font-weight: 600;
    color: #b69860;
    font-size: 30px;
    margin-bottom: 20px;
}

#popupModal h3{
    font-size: 20px;
    margin-bottom: 20px;
}

#popupModal .event button {
    margin-top: 20px;
    font-weight: 100;
    background: #b69860;
    border: 1px solid #b69860;
    padding: 7px 20px 5px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 19px;
}



/*===========================
  LE CHEF css
===========================*/
.about-seven {
    background-color: var( --black);
    position: relative;
    padding: 100px 0;
    margin-top: 0;
}
.about-seven .about-left {
    padding-right: 100px;
}
.about-seven .about-left p {
    margin-bottom: 25px;
}
.about-seven .about-left .section-title {
    padding: 0;
    margin-bottom: 40px;
}
.about-seven .about-left .section-title span {
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: block;
    color: var(--white);
}
.about-seven .about-left .section-title h2 {
    margin: 0;
    margin-bottom: 40px;
    text-transform: capitalize;
    color: var(--white);
    font-size: 50px !important;
    font-weight: 200;
}
.about-seven .about-left .section-title h2::before {
    display: none;
    font-size: 45px !important;
}
.about-seven .about-left .author img {
    height: 60px;
    width: 60px;
    float: left;
    margin-right: 15px;
}
.about-seven .about-left .author .content {
    margin-top: 40px;
}
.about-seven .about-left .author .content h5 {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    top: 22px;
}
.about-seven .about-left .author .content h5 a {
    display: inline-block;
    margin-left: 5px;
    font-weight: 500;
    text-transform: capitalize;
}
.about-seven .about-right {
    position: relative;
}
.about-seven .about-right img {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.about-section .about-content-wrapper .about-content p{
    font-size: 24px;
    line-height: 44px;
}

.description-chef{
    color: var(--white);
    font-size: 24px;
    line-height: 44px;
}

.span-chef{
    color: var(--dark-3);
    font-size: 24px;
    font-weight: 300;
    line-height: 44px;
}

.bruxelles_image{
    max-height: 461px;
    max-width: 632px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.the-chef .features-title{
    padding-top: 150px;
    padding-left: 250px;
}

.order-lg-last .features-title{

}


/*===========================
  IMAGE CENTER
===========================*/

.photo-one {
    background-color: var(--black);
    padding-bottom: 80px;
}
.photo-one .photo-content {
    position: relative;
    margin-top: 60px;
    border-radius: 8px;
    overflow: hidden;
}
.photo-one .photo-content img {
    border-radius: 8px;
}
.photo-one .photo-content a {
    width: 88px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    border-radius: 50%;
    color: var(--white);
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding-left: 3px;
}
@media (max-width: 767px) {
    .photo-one .photo-content a {
        width: 68px;
        height: 68px;
        line-height: 68px;
        font-size: 46px;
    }
}
.photo-one .photo-content a:hover {
    background-color: var(--white);
}



/*======================================
  VERTICAL 3 CSS
========================================*/

.vertical-three{
    position: absolute;
    bottom: 0;
    left: 27%;
    height: 135px;
    border: solid 1px;
    transform: translate(0%,75.5px);
    z-index: 2;
}



/*======================================
  VERTICAL 4 CSS
========================================*/

.vertical-four{
    position: absolute;
    bottom: 0;
    left: 59%;
    height: 135px;
    border: solid 1px;
    transform: translate(0%,1000.5px);
    z-index: 2;
}


/*===========================
  MENU css
===========================*/
.features-nine {
    background-color: var(--black);
}
.features-nine .features-items {
    padding-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-nine .features-items {
        padding-top: 40px;
    }
}
@media (max-width: 767px) {
    .features-nine .features-items {
        padding-top: 20px;
    }
}
.features-nine .features-title {
    margin-top: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-nine .features-title {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .features-nine .features-title {
        margin-top: 20px;
    }
    .the_menu_first .features-title{
        margin-top: 70px;
    }
}

.features-nine .main-title {
    margin-top: 10px;
    color: var(--white);
    letter-spacing: 3px;
    font-size: 50px;
    font-weight: 200;
}
@media (max-width: 767px) {
    .features-nine .main-title {
        font-size: 40px !important;
    }
}
.features-nine .text-lg {
    margin-top: 19px;
}
.features-nine .features-image {
    margin-top: 100px;
}
.features-nine .features-image img {
    width: 100%;
}
.features-nine .feature-btn {
    margin-top: 32px;
}

.list-title{
    color: var(--white);
    font-weight: 200;
    margin-top: 36px;
    font-size:25px;
    line-height: 44px;
}

.main-title{
    letter-spacing: 3px;
}


.content .service_num{
    font-weight: 200 !important;
    font-size:25px;
    line-height: 44px;
}
.content .service_price{
    color: var(--dark-2);
    font-weight: 200 !important;
    font-size:25px;
    line-height: 44px;
}
.content .service_hour{
    color: var(--dark-3);
    font-size: 20px;
    font-weight: 100 !important;
}

 .menu_subtitle_menu{
    font-weight: 300 !important;
     font-size: 24px;
     line-height: 35px;
}

.about-content .la_ville_description{
    font-size: 24px !important;
    line-height: 44px !important;
    font-weight: 200 !important;
}



/*======================================
  VERTICAL 5 CSS
========================================*/

.vertical-five{
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 135px;
    border: solid 1px;
    transform: translate(0%,130.5px);
    z-index: 2;
}



/*============================
   CONTACT CSS
==============================*/

.about-four {
    background-color: var(--black);
    padding-top: 90px;
    padding-bottom: 120px;
    position: relative;
}

.day_open {
    font-weight: 300;
    color: var(--dark-3);
    font-size: 16px !important;
}

.opening{
    font-weight: 300;
    color: var(--dark-3);
    font-size: 16px !important;
}

.hour-repeater li {
    padding-top: 10px;
}

.about-feature-four {
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .about-feature-four {
        padding: 0;
    }
}
.about-feature-four .about-feature-image img {
    width: 100%;
}
.about-feature-four .about-feature-content .feature-title {
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 50px;
    font-weight: 200 !important;
}
.about-feature-four .about-feature-content .text {
    margin-top: 8px;
}

.about-feature-items-four {
    margin-top: 5px;
    font-size: 24px;
    line-height: 34px;
}

.about-feature-items-four-two {
    margin-top: 10px;
}
.about-feature-items-four-two .media-body .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
}

.blog-content .no-bullet li{
    font-weight: 300;
    padding-top: 8px;
    font-size: 18px;

}

.little-gray-part{
    color: var(--dark-3) !important;
}

.about-feature-content li{
    font-weight: 100;
    font-size: 35px;
    line-height: 55px;
}


@media (max-width: 767px) {
    .about-feature-items-four .feature-items-content {
        padding-left: 0;
        padding-top: 25px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-feature-items-four .feature-items-content {
        padding-top: 0;
    }
}
.about-feature-items-four .feature-items-content .text {
    margin-top: 16px;
    font-weight: 300;
}

.feature-four-image {
    padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-four-image {
        padding: 0;
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .feature-four-image {
        padding: 0;
        margin-top: 40px;
    }
}
.feature-four-image img {
    border-radius: 5px;
}

.about-feature-content .feature-title{
    color: var(--white);
}

.feature-items-content .items-title{
    color: var(--white);
}

.blog-area{
    background-color: var(--black);
    padding-top: 60px;
}

.blog-style-eight {
    margin-top: 50px;
}
.blog-style-eight .blog-image img {
    width: 100%;
    border-radius: 8px;
}
.blog-style-eight .blog-content {
    padding-top: 16px;
}
.blog-style-eight .blog-content .blog-title a {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: var(--black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-style-eight .blog-content .blog-title a {
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .blog-style-eight .blog-content .blog-title a {
        font-size: 20px;
        line-height: 35px;
    }
}

.blog-style-eight .blog-content span {
    font-size: 14px;
    line-height: 20px;
    color: var(--dark-3);
    margin-top: 8px;
    margin-right: 10px;
    display: inline-block;
}
.blog-style-eight .blog-content .text {
    color: var(--dark-3);
    margin-top: 16px;
}
.blog-style-eight .blog-content .rounded-buttons {
    margin-top: 25px;
}
/*===== BLOG STYLE NINE =====*/
.blog-author-one {
    background-color: var(--white);
    min-height: 547px;
    max-height: 500px;
}

.blog-author-two {
    background-color: var(--black);
    min-height: 548px;
    max-height: 500px;
}

@media (max-width: 1250px) {
    .blog-content .no-bullet li{
        font-size: 15px !important;
        padding-top: 0 !important;
    }

}

@media (max-width: 992px) {
    .blog-content .no-bullet li{
        font-size: 15px !important;
        padding-top: 0 !important;
    }

}


@media (max-width: 767px) {
    .blog-author-one {
        padding: 20px;
    }

    .blog-author-two {
        padding: 20px;
    }

}
.blog-author-one .blog-image img {
    width: 100%;
}

.blog-author-two .blog-image img {
    width: 100%;
}


.blog-author-one .blog-content .sub-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.blog-author-two .blog-content .sub-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.blog-author-one .blog-content .blog-title {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    letter-spacing: 2.25px;
    margin: auto;
    font-size: 45px;
    line-height: 55px;
    font-weight: 100;
    color: var(--black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-author-two .blog-content .blog-title {
    letter-spacing: 2.25px;
    font-weight: 200;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    font-size: 45px;
    line-height: 55px;
    color: var(--white);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 21px;
}

@media (max-width: 767px) {
    .blog-author-one .blog-content .blog-title a {
        font-size: 20px;
        line-height: 35px;
    }
    .blog-author-two .blog-content .blog-title a {
        font-size: 24px;
        line-height: 35px;
    }
}

.blog-author-one .blog-content .text {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    color: var(--dark-3);
    margin-top: 16px;
    font-weight: 300;
    font-size: 16px;
}

.blog-author-two .blog-content .text {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    color: var(--dark-3);
    font-size: 21px;
    line-height: 53px;
}



/*======================================
  VERTICAL 6 CSS
========================================*/

.vertical-six{
    position: absolute;
    bottom: 0;
    right: 50%;
    height: 135px;
    border: solid 1px #707070;
    transform: translate(0%,67.5px);
    z-index: 2;
}



/*===========================
  IFRAME css
===========================*/
.signin-area-three {
    padding: 100px 0;
}

.reservation-title{
    font-size: 50px;
    font-weight: 200;
    line-height: 88px;
    letter-spacing: 3px;
}

.reservation-text{
    font-weight: 300;
    font-size: 24px;
    line-height: 44px;
}

.signin-three .signin-header {
    background-color: var(--light-2);
    padding: 40px 30px;
}
@media (max-width: 767px) {
    .signin-three .signin-header {
        padding: 50px 15px;
    }

    .reservation-title{
        font-size: 40px !important;
        font-weight: 200;
        line-height: 88px;
        letter-spacing: 3px;
    }
}
.signin-three .signin-header p {
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-3);
}





/*===========================
  RESERVATION css
===========================*/
.services-five {
    position: relative;
    background-color: var(--black);
    padding-top: 120px;
    padding-bottom: 10px;
    /* Section Title Three */
}
.services-five .section-title-three {
    text-align: left;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-five .section-title-three {
        margin-bottom: 45px;
    }
}
@media (max-width: 767px) {
    .services-five .section-title-three {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .services-five .section-title-three h5 {
        font-size: 0.8rem;
    }
}
.services-five .section-title-three h2 {
    margin-bottom: 15px;
}


.services-five .section-title-three p {
    color: var(--dark-3);
}
.services-five .single-services {
    margin-top: 40px;
    position: relative;

    padding-right: 20px;
}
@media (max-width: 767px) {
    .services-five .single-services {
        padding: 0;
    }
}

@media (max-width: 992px) {
 .michelin-top{
     margin-top: 90px !important;
     margin-right: 5px !important;
 }
}

@media (max-width: 767px) {
    .services-five .single-services .services-content {
        padding-left: 0;
        padding-top: 30px;
    }
}
.services-five .single-services .services-content .services-title {
    font-weight: 200;
    color: var(--white);
    letter-spacing: 2.25px;
    font-size: 30px;
    line-height: 66px;
}
.services-five .single-services .services-content .text {
    color: var(--dark-3);
    margin-top: 16px;
    font-size: 21px;
    line-height: 38px;
}

.access-info{
    color: var(--white) !important;
    font-size: 24px;
    line-height: 34px;
}

.dress-code{
    color: var(--dark-3);
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
}

.services-five .single-services .services-content .text{
    font-weight: 300;
}

strong{
    color: red !important;
}

.col_perso_2{
    column-count: 2 !important;
}

.single-services:first-child{
    margin-top:0 !important;
}

.single-services{
    break-inside: avoid !important;
}

@media (max-width: 992px) {
    .col_perso_2{
        column-count: 1 !important;
    }
}




/*===========================
     PRIVATISATION css
   ===========================*/
.privatisation-area {
    padding-top: 120px;
    text-align: left;
    overflow: hidden;
    background-color: var(--black);
    height: auto;
}

.privatisation_title {
    font-size: 50px;
    color: var(--white);
    letter-spacing: 2.25px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 200;
    line-height: 88px;
}

.privatisation_text {
    color: var(--dark-3);
    padding-bottom: 20px;
    text-align: left;
    font-size: 24px;
    line-height: 44px;
    font-weight: 300;
}

.maximum{
    color: var(--white);
}

.email-private{
    text-decoration: none !important;
    color: var(--white);
}

/*===========================
     PRIVATISATION css
   ===========================*/

.chambre_button{
    color: var(--white);
    padding-bottom: 20px;
    text-align: left;
    font-size: 24px;
    line-height: 44px;
    font-weight: 300;
    transition: 0.3ms;
}

.chambre_button:hover{
    color: var(--dark-3)!important;
}


/*===== FOOTER SEVEN =====*/
.footer-seven {
    background-color: var(--black);
}
.footer-seven .f-about {
    margin-top: 30px;
}
.footer-seven .f-about .text {
    color: var(--white);
    margin-top: 25px;
    opacity: 0.7;
}
.footer-seven .f-about .social-title {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
}
.footer-seven .f-about .social {
    padding-top: 18px;
}
.footer-seven .f-about .social li {
    display: inline-block;
    margin-right: 18px;
}
.footer-seven .f-about .social li:last-child {
    margin-right: 0;
}
.footer-seven .f-about .social a {
    font-size: 18px;
    color: var(--white);
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.footer-seven .f-about .social a:hover {
    opacity: 1;
    color: var(--white);
}
.footer-seven .footer-widget {
    padding-top: 70px;
    padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-seven .footer-widget {
        padding-top: 40px;
        padding-bottom: 70px;
    }
}
@media (max-width: 767px) {
    .footer-seven .footer-widget {
        padding-top: 20px;
        padding-bottom: 50px;
    }
}
.footer-seven .footer-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: var(--white);
}
.footer-seven .footer-link {
    margin-top: 30px;
}
.footer-seven .footer-link ul {
    margin-top: 8px;
}

.tables-text-footer{
    font-weight: 200 !important;
    font-size: 11px !important;
    letter-spacing: 0.7px !important;
    line-height: 35px !important;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

@media (max-width: 1400px) {
    .fot-cop{
        text-align: center !important;
    }
}
@media (max-width: 992px) {
    .copyright .me-5 {
        margin: initial !important;
    }
}

.footer-seven .footer-link ul a {
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    margin-top: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0.7;
}
.footer-seven .footer-link ul a:hover {
    color: var(--white);
    opacity: 1;
}
.footer-seven .footer-contact {
    margin-top: 30px;
}
.footer-seven .footer-contact ul {
    margin-top: 24px;
}
.footer-seven .footer-contact ul li {
    display: block;
    margin-top: 15px;
    position: relative;
    padding-left: 24px;
    color: var(--white);
    opacity: 0.7;
}
.footer-seven .footer-contact ul li:first-child {
    margin: 0;
}
.footer-seven .footer-contact ul li i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 4px;
}
.footer-seven .footer-copyright {
    border-top: 1px solid var(--dark-3);
}
.footer-seven .copyright {
    padding-bottom: 23px;
    padding-top: 13px;
}
.footer-seven .copyright .text {
    color: var(--white);
    opacity: 0.7;
    margin-top: 10px;
}
.contact-ref{
    font-weight: 200;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none;
    line-height: 35px;
    letter-spacing: 0.8px;
}





.contact-span{
    font-weight: 200 !important;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 35px;
    letter-spacing: 0.8px;
}

.contact-information{
    white-space: nowrap;

}

.contact-inline{
    display: inline-block;
}

.copyright{
padding-left: 50px;
font-weight: 200;
font-size: 11px;
letter-spacing: 0.7px;
line-height: 35px;
color: #fff !important;
text-decoration: none;
margin-top: 15px;
text-transform: uppercase;
}
.copyright a {
color:#fff;
}
.padding-space{
    border-top: 1px solid #000000;
}

.michelin{
    max-width: 25px;
    max-height: 25px;
    margin-top: 35px !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(54deg) brightness(102%) contrast(104%);
    display: block !important;
    margin-left: 57px !important;
}

.toc{
    max-width: 40px;
    max-height: 40px;
    vertical-align: middle;
    margin-top: 18px !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(54deg) brightness(102%) contrast(104%);
    text-align: center !important;
    display: block !important;

}

.quality-rev{
    padding-top: 10px !important;
    margin-left: 45px !important;
}

.toc_style{

}

@media (max-width: 992px) {
    .contact-ref ul{
        margin: auto!important;
    }
    .toc_style{
        justify-content: center !important;
    }
    .contact-ref{
        justify-content: center;
        display: grid !important;
    }
    .quality-rev{
        text-align: center!important;
        margin-left: 0!important;
    }
    .footer-logo {
        width: 100% !important;
        text-align: center;
        justify-content: center;
        margin: auto;
        display: flex;
    }
    .michelin{
        margin-left: 5px!important;
    }
}


.contact-numero:after{
    content: "-";
    padding-left: 7px;
    padding-right: 7px;
}

.footer_logo_in{
    max-width: 120px;
    max-height: 100px;
}

a {
    color: white !important;
}


/* ===== Buttons Css ===== */
.error-area .error-content .button .primary-btn-outline {

    color: var(--white);
}
.error-area .error-content .button .active.primary-btn-outline, .error-area .error-content .button .primary-btn-outline:hover, .error-area .error-content .button .primary-btn-outline:focus {
    color: var(--black);
}
.error-area .error-content .button .deactive.primary-btn-outline {
    color: var(--dark-3);
    border-color: var(--gray-4);
    pointer-events: none;
}


/*======================================
	ERROR 404 THREE CSS
========================================*/
.error-area {
    min-height:500px;
    height: 100vh;
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    background-color: var(--black);
    z-index: 2;
}

.text-404{
    font-weight: 300 !important;
}
.error-area .shape1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
@media (max-width: 767px) {
    .error-area .shape1 {
        width: 60px;
        top: -30px;
    }
}
.error-area .shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
@media (max-width: 767px) {
    .error-area .shape2 {
        width: 60px;
        bottom: -30px;
    }
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table {
    display: table !important;
}

.d-table-cell {
    vertical-align: middle;
}

.d-table-cell {
    display: table-cell !important;
}

.error-area .error-content h1 {
    font-size: 100px;
    color: var(--white);
    margin-bottom: 25px;
    font-weight: 800;
    line-height: 100px;
}
@media (max-width: 767px) {
    .error-area .error-content h1 {
        font-size: 45px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-area .error-content h1 {
        font-size: 45px;
        line-height: 30px;
    }
}
.error-area .error-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--light-2);
    font-weight: 600;
    line-height: 35px;
}
@media (max-width: 767px) {
    .error-area .error-content h2 {
        font-size: 18px;
        line-height: 22px;
    }
}
.error-area .error-content .button {
    margin-top: 30px;
}
.error-area .error-content .button .primary-btn-outline {
    color: var(--white);
    border-color: var(--gray-4);
}
.error-area .error-content .button .primary-btn-outline:hover {
    background-color: var(--black);
    border-color: var(--white);
}

.error-area .error-content p {
    font-weight: 400;
    margin-bottom: 40px;
    color: var(--gray-2);
}




body{
    font-weight:400;
    margin: 0;
    font-size: 16px;
    color:#777;
}

a:hover, .navbar-light .navbar-nav .nav-link:hover {
    text-decoration: none;
    color: #fff;
}


nav.navbar-main {
      z-index: 9998;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */

    -webkit-transform: scale(1.0);
    /* Safari and Chrome */

    -o-transform: scale(1.0);
    /* Opera */

    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */

    -webkit-transform: scale(1.2);
    /* Safari and Chrome */

    -o-transform: scale(1.2);
    /* Opera */

    -moz-transform: scale(1.2);
    /* Firefox */
  }
}
@media only screen and (max-width: 1770px){

    .the-chef .features-title{
        padding-left: 100px;
    }


}



@media only screen and (max-width: 1440px){

    .the-chef .features-title{
        padding-left: 0;
    }

    .blog-author-two .blog-content .blog-title{
        text-align: center!important;
    }

    .no-bullet li{
        text-align: center;
    }

    .blog-author-one .blog-content .blog-title {
        font-size: 25px;
        text-align: center;
        line-height: 35px;
    }

    .day_open {
        font-weight: 300;
        color: var(--dark-3);
        font-size: 12px;
    }

    .opening{
        font-weight: 300;
        color: var(--dark-3);
        font-size: 12px;
    }


}

@media only screen and (max-width: 1150px){
    .vertical-four {
        position: absolute;
        bottom: 0;
        left: 25%;
        height: 135px;
        border: solid 1px;
        transform: translate(0%,1000.5px);
        z-index: 2;
    }

}
@media only screen and (max-width: 1040px){

    .section-title{
        margin-top: 40px !important;
    }

    .vertical-four {
        position: absolute;
        bottom: 0;
        left: 25%;
        height: 135px;
        border: solid 1px;
        transform: translate(0%,1000.5px);
        z-index: 2;
    }

}
@media only screen and (max-width: 995px){
    .contact-inline{
        display: inline-flex;
        text-align: center!important;
    }

    .contact-span{
        text-align: center !important;
    }


    .contact-information{
        text-align: center !important;
        white-space: normal!important;
    }

    .privatisation_text{
        font-size: 20px !important;
    }

    .blog-author-one .blog-content .blog-title {
        font-size: 28px;
        text-align: center;
        line-height: 35px;
    }

    .about-feature-four .about-feature-content .feature-title {
        font-size: 45px;
    }

    .blog-author-two .blog-content .blog-title {
        font-size: 38px;
    }

    .about-feature-content li {
        font-size: 32px;
    }

    .privatisation_title {
        font-size: 45px;
    }

    .the-chef .features-title{
        padding-top: 70px;
        padding-left: 0;
    }

    .order-lg-last .features-title{
        padding-right: 0;

    }


    .logo_header_villa{
        display: block;
        margin: auto !important;
        width: 50%;
        max-width: 150px !important;
        max-height: 50px !important;
    }


    .button_menu_style{
        height: 50px;
        width: auto;
    }

    #thehero {
        background-attachment:scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;

    }


    #themenu {
        background-attachment:scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

    #thecontact {
        background-attachment:scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

    #thechambre{
        background-attachment:scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }


    #thereservation{
        background-attachment:scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

    #theshop{
        background-attachment:scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }


    .vertical-four {
        position: absolute;
        bottom: 0;
        left: 25%;
        height: 135px;
        border: solid 1px;
        transform: translate(0%,1400.5px);
        z-index: 2;
    }

    .blog-author-two {
        background-color: var(--black);
        min-height: 348px;
        max-height: 500px;
    }


    .vertical-five{
        transform: translate(0%,90.5px);
    }


    .vertical-one{
        position: absolute;
        bottom: 0;
        right: 50%;
        height: 135px;
        border: solid 1px;
        transform: translate(0%,75.5px);
        z-index: 2;
        background-color: white;
    }

    .order-lg-last{
        padding-top: 100px;
    }

    .the-chef{
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .vertical-two{
        position: absolute;
        bottom: 0;
        left: 25%;
        height: 135px;
        border: solid 1px;
        z-index: 2;
        transform: translate(0%,700.5px);
    }

    .copyright{
        text-align: center;
        padding-left: 0 !important;
    }

}

@media only screen and (max-width: 992px){

    .footer-seven .f-about {
         margin-top: 0 !important;
    }

    .contact-numero:after{
        content: " ";
        padding-left: 7px;
        padding-right: 7px;
        text-align: center !important;
    }

    .contact-inline{
        text-align: center!important;
    }

    .contact-information{
        text-align: center!important;
        white-space: normal!important;
    }

    .about-content .la_ville_description {
        font-size: 20px !important;
    }

    .description-chef {
        font-size: 20px !important;
    }

    .span-chef{
        font-size: 20px !important;
    }

    .contact-span{
        text-align: center;
    }


    .contact-ref{
        margin-top: 10px !important;
        text-align: center;
    }

    .footer-logo{
        width: 100% !important;
    }

    .vertical-four {
        position: absolute;
        bottom: 0;
        left: 25%;
        height: 135px;
        border: solid 1px;
        transform: translate(0%,1150.5px);
        z-index: 2;
    }

    .vertical-two{
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 135px;
        border: solid 1px;
        z-index: 2;
        transform: translate(0%,1100.5px);

    }

    .content .service_hour{
        font-size: 15px;
    }


}
@media only screen and (max-width: 768px) {

    .contact-information{
        text-align: center!important;
        white-space: normal!important;
    }


    .vertical-two{
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 135px;
        border: solid 1px;
        z-index: 2;
        transform: translate(0%,1080.5px);
    }

    .blog-author-two {
        text-align: center;
        background-color: var(--black);
        min-height: 148px;
        max-height: 500px;
    }

    .vertical-four {
        position: absolute;
        bottom: 0;
        left: 25%;
        height: 135px;
        border: solid 1px;
        transform: translate(0%,1280.5px);
        z-index: 2;
    }

    .michelin{
        margin-left: 4px !important;
    }

}

@media only screen and (max-width: 400px) {

    .contact-information{
        text-align: center!important;
        white-space: normal!important;
    }

    .vertical-two{
        transform: translate(0%,1220.5px);
    }
}

.cookieinfo{
    background-color: #000 !important;
}

.cookieinfo-close{
    color: #000 !important;
}
