/*Import de polices*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Roboto:wght@100;300;400;500;700&display=swap');
/*@import url('https://fonts.gstatic.com/s/baijamjuree/v11/LDI1apSCOBt_aeQQ7ftydoa8SsLLq7s.woff2');*/

/* UTILITIES */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
}

/**  ========================= New CSSS =========================  **/
.spad {
    padding-top: 55px;
    padding-bottom: 55px;
}

.spad .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.spad .col-lg-6, .spad .col-sm-6 {
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (max-width: 991px) {
    .spad .about-text {
        margin-bottom: 30px;
    }

    .spad .about-text {
        text-align: center;
        padding: 0 20px;
    }

    .spad .about-pic img {
        margin-bottom: 20px;
    }

}

.aboutus-section .images-about {
    align-self: center;
}

.spad .about-pic img {
    min-width: 100%;
}

.spad img {
    max-width: 100%;
}

.spad .section-title span {
    font-size: 18px;
    color: #b98036;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.spad .section-title h2 {
    font-size: 35px;
    color: #19191a;
    line-height: 58px;
    margin-top: 10px;
    margin-bottom: unset;
}

.spad .section-title {
    text-align: center;
    margin-bottom: 22px;
}

.spad .about-text p.f-para {
    margin-bottom: 10px;
}

.spad .about-text p {
    color: #595960;
    font-weight: 500;
}

.spad p {
    font-size: 16px;
    font-family: "Cabin", sans-serif;
    color: #6b6b6b;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
    text-align: justify;
}


a {
    text-decoration: none;
}

li {
    list-style: none;
}

/*.header{*/
/*    !*background-color: #1E1C44;*!*/
/*    !*background-color: #302f2f;*!*/
/*    !*background-color: #4c4a4a;*!*/
/*    line-height: var(--bs-body-line-height);*/
/*    !*opacity: 0.5;*!*/
/*!*    Pour header blanc*!*/
/*    background-color: #fff;*/
/*}*/

.firt_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1% 5% 0 5%;
    line-height: var(--bs-body-line-height);
}

.contact {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 8px 0;
    font-size: 16px;
    /* color: #fff; */
    text-align: left;
    color: #000;
}

.reseau a {
    /*color: #EFA07F;*/
    font-size: 25px;
    /*    Pour header blanc*/
    /*color: #d75c29;*/
    /*color: #f5834e;*/
    /*color: #e57d4d;*/
    color: #000000;
}

.reseau .fab:hover {
    /*color: #abadaf;*/
    color: #B89146;
}


a i {
    transition: all 0.3s linear;
}

a:hover i {
    transform: scale(1.5);
}

hr {
    height: 1px;
    /*    Pour header blanc*/
    color: black;
    opacity: 0.5;
    width: 90%;
    margin: auto;
}

/* ////////////////////// Menu Hamburger */
li {
    list-style: none;
}

a {
    color: white;
    text-decoration: none;
}


* {
    box-sizing: border-box;
}

/*///////////////////////////////////////////////////////////////////////////////*/
/* Position the image container (needed to position the left and right arrows) */
.container_myslides {
    position: relative;
}


.container_myslides {
    max-width: 1224px;
    min-width: 280px;
    width: 70%;
    margin: 40px auto 0 auto;
    padding: 0;
}

/* Hide the images by default */
.mySlides {
    display: none;
}


.mySlides img {
    width: 100%;
    max-height: 550px;
    /*border-bottom: #EEA280;*/
    border-bottom: 13px #000000;;
    border-bottom-style: solid;
}

.thumbnail {
    width: 100%;
    margin: auto;
}

.thumbnail img {
    width: 100%;
    min-height: 45px;
    max-height: 60px;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 5px;
    /*margin-top: -50px;*/
    color: #ffffff;
    /*background-color: #EEA280;*/
    background-color: #000000;
    opacity: 0.7;
    /* height: 50px; */
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 10px 10px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 10px 0 0 10px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: #EEA280;
    opacity: unset;
    color: #f8f9fa;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #d56f27;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*Couleur saumone*/
/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #EEA280;
    /*padding: 2px 16px;*/
    color: white;
}

.caption-container p {
    margin-bottom: unset;
    font-weight: bold;
    letter-spacing: 1px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 12.49%;
    padding-left: 0;
    padding-right: 0;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}


/*////////////////////////////////////////////////////////////*/


.container-nav-bar {
    max-width: 1224px;
    width: 98%;
    margin: 0 auto;
    padding: 0;
    /*box-shadow: 0 0 4px black;*/
    /*margin-bottom: 15px;*/
}


.navbar {
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 4px black;
    margin-bottom: 15px;
    border-radius: 47px;
}

.nav-branding {
    font-size: 2rem;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*gap: 10px;*/
    padding-left: 0;
    background: #e1c677;
    margin-bottom: 0;
    margin-right: 4px;
    border-radius: inherit;
}

.nav-menu li{
    /*border-right: solid 2px;*/
    border-right: white double 1px;
    /* padding: 1px; */
    /* padding-right: 3px; */
    /* padding-left: 3px; */
    padding-top: 3px;
    padding-bottom: 3px;
}

.nav-menu .li-contact{
    border-right: unset;
}

.nav-menu a:after {
    content: '';
    /*display: block;*/
    margin: auto;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.nav-menu a:hover {
    /*background: #e1e1e1;*/
    /*!*padding: 0 5px;*!*/
    /*border-radius: 5px;*/
    transition: width .5s ease, background-color .5s ease;
    /*color: #d75c29;*/
    /*font-size: 20px;*/
    border-radius: 5px;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
    /* text-decoration-line: underline; */
    padding-bottom: 0;
    /* margin-bottom: 0; */
    border-bottom: solid;
}

.nav-link a:focus {
    color: unset;
}

.nav-link {
    color: black;
    padding: 0 3px;
    font-size: 17px;

}

/*.nav-link{*/
/*    transition: 0.3s ease-out;*/
/*}*/
/*.nav-link:hover{*/
/*    color: dodgerblue;*/
/*}*/
.hamburger {
    display: none;
    cursor: pointer;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: black;
}


/* ///////////////////////////////////////////////////////////// */


.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5% 5px;
    /*gap: 1em;*/
    font-size: 18px;
}

.menu-page a {
    margin-right: 10px;
    /*    Pour header blanc*/
    color: black;
    padding: 0 5px;
    font-family: Roboto, sans-serif;

}


.menu-page a:after {
    content: '';
    /*display: block;*/
    margin: auto;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.menu-page a:hover {
    background: #e1e1e1;
    /*padding: 0 5px;*/
    border-radius: 5px;
    color: black;
    transition: width .5s ease, background-color .5s ease;
}

.carousel-item h5 + p, h2, h1 {
    /*color: #ff7f50;*/
    color: #1c1c1c;
    font-family: "Playfair Display", sans-serif;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
}


.caroussel_accueil h5, .caroussel_chambre h5 {
    font-size: 43px;
    font-family: 'Playfair Display', Roboto, sans-serif;
    padding: 0 5px;
    /* font-size: 1.25rem; */
    color: #000000;
    background: #b89146;
    width: fit-content;
    margin: auto auto 10px;
}


/*.caroussel_accueil img, .carousel-page-chambre img, .carousel-page-restaurant img, .carousel-page-salle img, .carousel-page-coiffure img {*/
/*    max-height: 470px;*/
/*}*/

.caroussel_accueil .carousel-item {
    transition: transform 4s ease,-webkit-transform 4s ease;
}


.carousel-indicators [data-bs-target] {
    background-color: white;
    border-radius: 100%;
    height: 15px;
    width: 15px;
}


.carousel-indicators .active[data-bs-target] {
    /*background-color: #F56526;*/
    background-color: #b89146;
}


.carousel-caption, .carousel-indicators {
    /*margin-bottom: 50px;*/
}


.carousel-caption {
    /*padding-bottom: 5px;*/
}


.content-formulaire {
    /*width: 70%;*/
    margin: auto;
    /*display: flex;*/
    /*justify-content: center;*/
    /*margin-bottom: 200px;*/
}

.ui-datepicker {
    z-index: 1000 !important;
}

.formulaire {
    background-color: white;
    /*background-color: #26272b;*/
    padding: 25px;
    margin: auto;
    width: 100%;
    min-width: min-content;
    max-width: fit-content;
    border-radius: 0 0 10px 10px;
    /*box-shadow: 0 5px 30px 0 gainsboro;*/
}

#myform {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#myform input[type=text] {
    margin: 1px;
    width: 135px;
    height: 50px;
    text-align: center;
    /*border-radius: 0;*/
}

#myform select {
    margin: 1px;
    width: 135px;
    height: 50px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #76787a;
}

#myform input[type=text]:focus-visible, select:focus {
    outline: none !important;
    border: 1px solid #76787a !important;
    box-shadow: none !important;

}

/*#myform input[type=text]:last-of-type{*/
/*    border-right: 1px solid #bbb;*/
/*}*/
#myform button {
    border: none;
    background-color: #b98036;
    color: #ffffff;
    margin: 2px;
    font-weight: 600;
    font-size: 20px;
    width: 135px;
    height: 50px;
    font-family: sans-serif;
}

.corps {
    width: 100%;
}

h1 {
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 35px;
}


.localisation h1 {
    font-size: 42px;
}

.presentation-service {
    /*background-color: #e6e6e6;*/
    /*padding: 32px 0;*/
    /*margin-top: 100px;*/
    min-width: 311px;
}

.a-propos {
    margin-top: 40px;
}

.titre-service {
    text-align: center;
}


.a-propos .contenu-service {
    padding-left: 35px;
    padding-bottom: 35px;
}

.restaurant-bar .contenu-service {
    padding-left: 30px;
}

.salle-seminaire .contenu-service {
    padding-right: 30px;
}

.salon-coiffure .contenu-service {
    padding-right: 30px;
}

.contenu-service {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*background-color: white;*/
    width: 90%;
    margin: auto;

}


.image-service {
    max-width: 50%;
    min-width: 245px;
}

.image-service img {
    max-width: 100%;
    max-height: 100%;
    /* min-width: 280px; */
    margin-top: 8%;
}

.texte-service {
    /*background-color: white;*/
    /*padding: 20px 30px 0 30px;*/
    text-align: justify;
    max-width: 50%;
    min-width: 200px;
    margin-top: 10%;
}

.texte-service h2 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 25px;
}

.paragraphe-service {
    padding: 10px 20px;
}

.catre-google-map {
    /*width: 100%;*/
    /*margin: auto;*/
    text-align: center;
}

/*iframe{*/
/*    !* padding: 4px; *!*/
/*    !* border: #898b8a solid 6px; *!*/
/*    !* border-radius: 43px; *!*/
/*    !* max-width: 85%; *!*/
/*    !* border: #5d59af solid 6px; *!*/
/*    border: #bd1150 solid 3px;*/
/*    border-radius: 5px;*/
/*    max-width: 51%;*/
/*    !* max-height: 25px;*!*/
/*}*/
iframe {
    /* padding: 4px; */
    /* max-width: 85%; */
    /* border: #5d59af solid 6px; */
    border: #bd1150 solid 3px;
    border-radius: 5px;
    max-width: 51%;
    min-width: 250px;
    /* max-height: 25px; */
    /* margin: auto; */
    /* margin-bottom: 250px; */
    margin-top: 330px;
    /* position: relative; */
    /* right: 0%; */
    /* bottom: -54%; */
    max-height: 40%;
}


.carte-google-map-accueil {
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/
    background-image: url("/public/img/photosville/place_independance_1.jpg");
    background-color: #eaebeb; /* Used if the image is unavailable */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; /* Resize the background image to cover the entire container*/
    /*width: 80%;*/
    margin: 30px auto auto;
}

.container-page-contact{
    /*background: #dee2e7;*/
    padding-top: 25px;
    background-image: url("/public/img/photosville/place_independance_1.jpg");
    /*background-color: #eaebeb; !* Used if the image is unavailable *!*/
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-attachment: fixed;
    /*background-size: cover; !* Resize the background image to cover the entire container*!*/
    margin-bottom: 50px;
    min-width: 277px;

}

.localisation h1 {
    color: #b89146;
}

.localisation p {
    text-align: center;
    color: white;
    /* font-weight: 700; */
    background-color: #bd1150;
    font-size: 25px;
    padding: 0 5px;
    width: fit-content;
    margin: auto;
}


.texte-localisation-page-contact{
    text-align: center;
    color: white;
    /* font-weight: 700; */
    background-color: #bd1150;
    font-size: 25px;
    padding: 0 5px;
    width: fit-content;
    margin: auto;
}

.carte-google-map-page-contact iframe{
    max-width: 100%;
    /*height: 700px;*/
    margin-top: unset;
    min-width: 215px;
}


.contact-form .card-body{
    padding: 10px;
    gap: 10px;
}

.slide-photos-ville{
    /*width: 85%;*/
    max-width: 90%;
    margin: 20px auto 110px;
}

.slide-ville{
    /*width: 85%;*/
    max-width: 100%;
    margin: 20px auto 110px;
}

.slide-photos-ville .texte-descriptif{
    text-align: justify;
    padding: 10px;
    /*border: black dashed 1px;*/
    /*border-top: unset;*/
}

.slide-photos-ville p{
    margin-bottom: unset;
}


.slide-photos-ville .carousel-control-prev, .slide-photos-ville .carousel-control-next{
    height: 50px;
    width: 36px;
    margin: 0 10px;
    opacity: 1;
}

.slide-photos-ville .d-block{
    max-height: 450px;
}

.slide-photos-ville .carousel-control-prev {
    left: 7%;
}

.slide-photos-ville .carousel-control-next {
    right: 7%;
}

.slide-photos-ville .icon-carousel {
    width: 30px;
    height: 30px;
    padding-top: 3px;
    background-color: white;
}

.slide-photos-ville .icon-carousel:hover {
    background-color: #f1efec;
}

/*h2{*/
/*    margin-bottom: 100px;*/
/*}*/

/*================= types chambre page accueil ==================*/
/*sp14*/
.mb-60 {
    margin-bottom: 60px;
    min-width: 230px;
    transition: all .9s ease;
}

.mb-60:hover img {
    transform: scale(1.3);
}

/*co13*/
.feature__area-image img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

/*co19*/
.feature__area-left-title a {
    outline: none;
    /*color: inherit;*/
    text-decoration: none;
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
}

/*co26*/
.feature__area-left-title a, .feature__area-left-title button, .feature__area-left-title i {
    text-decoration: none;
    /*color: inherit;*/
}

/*co31*/
.feature__area-left-title a:focus, .feature__area-left-title a:hover {
    text-decoration: none;
    /*color: inherit;*/
}


/*co46*/
.feature__area-image .img__full {
    width: 100%;
    border: solid #e1e1de 1px;
    transition: all .9s ease;
}


/*co151*/
h2 {
    font-size: 45px;
    line-height: 60px;
    padding: 0;
    margin: 0;
    /*heading-color*/
    color: #0E1317;
    /*font-family: var(--heading-font);*/
    font-weight: 500;
}

h3 {
    font-family: "Playfair Display", sans-serif;
    text-align: center;
}

/*co168*/
@media (max-width: 1199px) {
    h2 {
        font-size: 40px;
        line-height: 54px;
    }
}

/*co174*/
@media (max-width: 767px) {
    h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .h1-detail-chambre {
        font-size: 25px;
    }


}


/*co180*/
@media (max-width: 440px) {
    .feature__area-left-title a {
        padding: 10px 10px;
    }

}

/*co197*/
.theme-btn, .theme-border-btn {
    background: #B89146;
    color: var(--white);
    /*display: -webkit-inline-box;*/
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    padding: 16px 43px;
    text-align: center;
    font-weight: 700;
    /*font-family: var(--heading-font);*/
    z-index: 3;
    position: relative;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    text-transform: uppercase;
    overflow: hidden;
}

/*co217*/
.theme-btn::before, .theme-border-btn::before {
    position: absolute;
    content: '';
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    top: 0;
    left: 0;
    background: #0E1317;
    width: 0;
    height: 100%;
    z-index: -1;
    opacity: 0;
}

/*co231*/
.theme-btn::after, .theme-border-btn::after {
    position: absolute;
    content: '';
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    bottom: 0;
    right: 0;
    background: #0E1317;
    width: 0;
    height: 100%;
    z-index: -1;
    opacity: 0;
}

/*co247*/
.theme-btn:hover, .theme-border-btn:hover {
    color: var(--white);
}

/*co250*/
.theme-btn:hover::before, .theme-border-btn:hover::before {
    width: 51%;
    opacity: 1;
}

/*co251*/
.theme-btn i, .theme-border-btn i {
    margin-left: 14px;
    font-size: 18px;
    line-height: 28px;
    position: relative;
}

/*co256*/
.theme-btn:hover::after, .theme-border-btn:hover::after {
    width: 50%;
    opacity: 1;
}

/*co263*/
.theme-border-btn {
    /*primary-color*/
    color: white !important;
    /*background: transparent;*/
    /*border: 1px solid #B89146;*/
    border: 1px solid #B89146;
    padding: 15px 42px;
}

/*co269*/
.theme-border-btn::before {
    /*background: #B89146;*/
    background: white;
}

/*co272*/
.theme-border-btn::after {
    /*background: #B89146;*/
    background: white;
}

/*co276*/
.theme-border-btn:hover {
    color: #c59850 !important;
    border-color: #B89146;
}

/*f277*/
.feature__area-left-title {
    padding: 0 0 0 80px;
}


/*f286*/
/*.feature__area-left-title p {*/
/*    margin-bottom: 55px;*/
/*    max-width: 420px;*/
/*}*/

/*f290*/
.feature__area .bg-left {
    position: relative;
    z-index: 1;
    /*padding: 50px 0;*/
    padding: 50px 0;
}

/*f290*/
.feature__area .bg-right {
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

.feature__area_chambre .feature__area .bg-right {
    position: relative;
    z-index: 1;
    padding: 35px 15px;
}


/*f293*/
h2 {
    margin-bottom: 14px;
}


/*f295*/
.feature__area .bg-left::before {
    position: absolute;
    content: '';
    right: 12px;
    top: 0;
    width: 90%;
    height: 100%;
    /*color-4*/
    background: #F7F7F7;
    z-index: -1;
}

.feature__area .bg-right::before {
    position: absolute;
    content: '';
    left: 12px;
    top: 0;
    width: 90%;
    height: 100%;
    /*TODO A VOIR LE BACKGROUN POUR LES CHAMBRE DANS LA PAGE ACCUEIL*/
    /*background: #F7F7F7;*/
    background: #DEE2E7;
    z-index: -1;
}

.feature__area_service .bg-right::before, .feature__area_service .bg-left::before {
    /*TODO A VOIR LE BACKGROUN POUR LES CHAMBRE DANS LA PAGE ACCUEIL*/
    background: #DEE2E7;
}

/*f331*/
.feature__area .bg-left::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    background: var(--white);
    z-index: -1;
}


/*ch77*/
@media (max-width: 1199px) {
    .feature__area-left-title {
        padding: 0 0 0 40px;
    }

    .container-service-accueil .bg-left .feature__area-left-title {
        padding: 0 15px 0 15px;
    }
}

.feature__area_chambre .feature__area-left-title {
    padding: 0 0 0 20px;
}

.container-service-accueil .feature__area-left-title {
    padding: 0 20px 0 40px;
}

.container-service-accueil .bg-left .feature__area-left-title {
    padding: 0 20px 0 20px;
}


@media (max-width: 991px) {
    .feature__area .container-service-accueil .mb-60 {
        padding: 0;
    }

    .feature__area_service .bg-right::before {
        left: 0;
        width: 100%;
    }

    .feature__area_service .bg-left::before {
        width: 100%;
        right: 0;
    }

    .feature__area_service .bg-left::after {
        width: unset;
    }

    .container-service-accueil .bg-left .feature__area-left-title, .container-service-accueil .bg-right .feature__area-left-title {
        padding: 20px;
    }

    /*.feature__area_service .feature__area-left-title {*/
    /*    padding: 0 0 20px 0;*/
    /*}*/
    /*.feature__area_service .salle_accueil {*/
    /*    padding: 0 20px 0 20px;*/
    /*}*/
}

.container-service-accueil .feature__area-left-title:last-child {
    text-align: center;
}

/*all3957*/
.fa-long-arrow-right:before {
    content: "\f178";
}

/*all12760*/
/*.feature__area-left-title .fas {*/
/*    font-family: 'Font Awesome 5 Pro', sans-serif;*/
/*    font-weight: 300;*/

/*    -moz-osx-font-smoothing: grayscale;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    display: inline-block;*/
/*    font-style: normal;*/
/*    font-variant: normal;*/
/*    text-rendering: auto;*/
/*    line-height: 1;*/
/*}*/


/*.fa, .fas, .far, .fal, .fad, .fab {*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    display: inline-block;*/
/*    font-style: normal;*/
/*    font-variant: normal;*/
/*    text-rendering: auto;*/
/*    line-height: 1;*/

/*}*/


.contenu-detail-chambre {
    /*width: 90%;*/
    /*margin: auto auto 50px;*/
    /*border: 2px dashed #8d8989;*/
    /*padding: 25px 0;*/
    width: 90%;
    margin: auto auto 50px;
    border: 2px dashed #8d8989;
    padding: 20px 20px;
}

@media (max-width: 645px) {
    .feature__area_chambre .bg-left {
        padding: 0;
    }

    .feature__area_chambre .feature__area-left-title {
        background: #DEE2E7;
        padding: 30px;
    }

    .feature__area_chambre .bg-right::before {
        display: none;
    }

    .feature__area_chambre .bg-right::after {
        display: none;
    }

}


@media (max-width: 359px) {
    .feature__area_chambre .feature__area-left-title {
        padding: 0 0 20px 0;
    }

}


.feature__area-image {
    overflow: hidden;
}


.container_chambre_accueil .bg-right, .container_chambre_accueil .bg-left {
    padding: 0;
    margin-bottom: 0;
}

.container_chambre_accueil .chambre-image-right, .container_chambre_accueil .chambre-image-left {
    padding-right: 0;
    padding-left: 0;

}

.container_chambre_accueil .chambre-texte-right, .feature__area_chambre .order-last {
    padding-right: 0;
    padding-left: 0;

}


.container-service-accueil .service-image-right, .container-service-accueil .service-image-left {
    padding-right: 0;
    padding-left: 0;

}

.container-service-accueil .service-texte-right, .feature__area_service .order-last {
    padding-right: 0;
    padding-left: 0;

}


@media (min-width: 768px) {
    .feature__area_chambre .bg-right::before {
        width: 100%;
        left: 0;
    }

    .feature__area_chambre .bg-left::before {
        width: 100%;
        right: 0;
    }

    .container_chambre_accueil {
        max-width: 880px;
    }

    .container_chambre_accueil .bg-right {
        padding: 0;
    }

    .feature__area_chambre .order-last {
        order: -1 !important;
    }

    .feature__area_chambre .feature__area-left-title {
        padding: 0;
    }


}


.salle-panel-text {
    text-align: justify;
    max-width: 69%;
    min-width: 200px;
}

.equipement-salle {
    /*text-align: justify;*/
    /* max-width: 200px; */
    /* min-width: 200px; */
    width: 200px;
    border-left: dashed;
    /* padding-left: 6%;*/
}


.nos-prestation .col-md-4 {
    padding: 3px;
    flex: none;
    max-width: 43%;
    display: inline-table;
}

@media (max-width: 767px) {
    .container_chambre_accueil .bg-right, .container_chambre_accueil .bg-left {
        padding: 0 0 20px 0;
        margin-bottom: 60px;
    }

    .feature__area_chambre .bg-right::before {
        left: 0;
        width: 100%;
    }

    .feature__area_chambre .bg-left::before {
        width: 100%;
        right: 0;
    }

    .feature__area_chambre .feature__area-left-title {
        padding: 0;
    }

    .feature__area_chambre .order-last .feature__area-left-title {
        padding: 0 0 20px 0;
    }

    .feature__area_chambre .order-last {
        padding-right: 0;
        padding-left: 0;
    }

    .feature__area_chambre .bg-left::after {
        width: unset;
    }

    .feature__area_service .feature__area-left-title {
        padding: 0;
    }

    .contenu-detail-chambre {
        padding: 25px 25px;
    }

    .salle-panel-text {
        max-width: 100%;
    }

    .equipement-salle {
        max-width: 100%;
        border-left: none;
    }

    .nos-prestation .col-md-4 {
        max-width: 90%;
    }

    .section-info-reservation {
        margin-top: 50px;
        margin-bottom: 30px;
        width: 90%;
    }

    .formulaire-contact {
        width: 100%;
        padding: 25px;
    }

    .container-about{
        max-width: 90%;
    }

}


@media (min-width: 992px) {
    .container_chambre_accueil {
        max-width: 960px;
    }

    .feature__area_chambre .container_chambre_accueil, .feature__area_chambre .container-lg {
        max-width: 90%;
    }
}


.container-service-accueil {
    margin-top: 90px;
}

/*.container_chambre_accueil{*/
/*    background-image: url("/public/img/photosville/new/plage.jpg");*/
/*    background-color: #eaebeb; !* Used if the image is unavailable *!*/
/*    background-position: center; !* Center the image *!*/
/*    background-repeat: no-repeat; !* Do not repeat the image *!*/
/*    background-size: cover; !* Resize the background image to cover the entire container*!*/
/*}*/
/* ============ END ==============*/


.row-type-chambre {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 20px;
    background-color: white;
    width: 95%;
    margin: auto auto 30px;
}

.row-type-chambre .image_espace {
    max-width: 33%;
    /*min-width: 200px;*/
    padding: 0;
    margin-bottom: 0;
    border-radius: unset;
    transition: all .9s ease;
    /* margin-right: 9px; */
    text-align: center;
}

@media (max-width: 716px) {
    .row-type-chambre .image_espace {
        max-width: 50%;
    }
}


@media (max-width: 495px) {
    .row-type-chambre .image_espace {
        max-width: 50%;
    }
}


@media (max-width: 359px) {
    .row-type-chambre .image_espace {
        max-width: 100%;
    }
}

.row-type-chambre .card_chambre {
    max-width: 32%;
    min-width: 200px;
    padding: 0;
    margin-bottom: 0;
    border-radius: unset;
    transition: all .9s ease;
    /* margin-right: 9px; */
    text-align: center;
}


.row-type-chambre .card:hover img {
    transform: scale(1.5);
}

/*.chambre{*/
/*    max-width: 32%;*/
/*    min-width: 285px;*/
/*}*/

.chambres {
    padding: 0;
    /*margin-bottom: 35px;*/
}

/*.text-chambre{*/
/*    padding-left: 10%;*/
/*}*/

.text-chambre h2 {
    margin-bottom: 8px;
    font-family: "Playfair Display", sans-serif;
    font-size: 35px;
    /*text-align: left;*/
}

.image-chambre {
    width: 100%;
    /*height: 280px;*/
    /*margin-bottom: 10px;*/
}

.image-sur-grille-resto {
    width: 100%;
    /*height: 200px;*/
    /*margin-bottom: 10px;*/
}

.image {
    overflow: hidden;
}

.chambres img {
    /*transition: all 0.3s linear;*/
    transition: all .9s ease;
}

.chambres a:hover img {
    transform: scale(1.5);
    /*width: 100%;*/
}

.prix-chambre {
    margin-bottom: 0;
    font-size: 20px;
    color: #64615e;
    font-weight: 500;
}

.detail-chambre {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 3px;
}

.d-flex {
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.mr-2 {
    margin-right: unset;
}

.flex-grow-1 {
    flex-grow: unset !important;
    min-width: 118px;
}

.detail-chambre .image-left {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    /*justify-content: space-between;*/
}

.form-detail-chambre .form-group {
    max-width: 140px;
}

.detail-chambre .image-left div {
    max-width: 48%;
    /* height: 150px; */
    border: #b98036 1px solid;
    margin-right: 5px;
    margin-bottom: 5px;
    max-height: 43%;
    overflow: hidden;
}

.detail-chambre .image-left img {
    min-height: 100%;
    min-width: 100px;
    max-height: 100%;
    width: 100%;
}

.detail-chambre a {
    transition: all .4s ease;
    color: #d97d09;
    font-weight: 500;
}

.detail-chambre a:hover {
    transform: scale(1.5);
    /*color: #F67E4F;*/
    font-size: 11px;
}

.bouton-detail a {
    transition: all .4s ease;
    color: #d97d09;
}

.bouton-detail {
    text-align: center;
    margin-top: 60px;
}

.bouton-detail a {
    text-align: center;
    margin-top: 60px;
    border: #d97d09 solid 2px;
    padding: 9px;
    color: #d97d09;
}

.fa-long-arrow-alt-right {
    vertical-align: middle;
    margin-left: 10px;
}

.bouton-detail a:hover {
    background-color: black;
    color: #f8f9fa;
    border: black solid 2px;
    transform: scale(1.5);
    transition: all 200ms ease-out;
}

.salon-coiffure {
    margin-bottom: 50px;
}

/* ============Footer==============================================*/

.site-footer {
    background-color: #26272b;
    padding: 10px;
    font-size: 15px;
    line-height: 24px;
    color: white;
    font-family: 'Noto Serif', serif;
}

.row1-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 10px;
}

.text-footer {
    font-size: 18px;
    color: whitesmoke;
    padding-bottom: 22px;

}

.logo-footer {
    max-width: 10%;
    min-width: 85px;
}

.logo-footer, .menu-footer, .reseau-footer {
    min-width: 163px;
}

.reseau-footer {
    text-align: center;
    margin-top: 20px;
}

.logo-footer img {
    width: 100%;
}

.site-footer hr {
    color: #fdfdfd;
    opacity: 1.5;
    width: 100%;
    margin: auto;
}

/*.site-footer hr.small*/
/*{*/
/*    margin:20px 0*/
/*}*/
.site-footer h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
    text-align: center;
}

.site-footer a {
    color: whitesmoke;
}

/*.site-footer a:hover*/
/*{*/
/*    color:#3366cc;*/
/*    text-decoration:none;*/
/*}*/
.footer-links {
    padding-left: 0;
    list-style: none
}

/*.footer-links li*/
/*{*/
/*    display:block*/
/*}*/
/*.footer-links a*/
/*{*/
/*    color: #73491b*/
/*}*/
.footer-links a:active, .footer-links a:focus, .footer-links a:hover {
    color: #cc982d;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.news-letter {
    margin-left: 6px;
    min-width: 273px;
}

.news-letter input:first-of-type {
    width: 70%;
    border: none;
    padding: 4px 10px;
}

.news-letter input[type=email]:focus-visible {
    outline: none;
}

.news-letter input:last-of-type {
    width: 28%;
    position: relative;
    right: 4px;
    border: none;
    /* padding: 7px 7px 6px; */
    /*background-color: #b89146;*/
    background-color: #cf9d3f;
    color: black;
    cursor: pointer;
    font-size: 19px;
    top: 1px;
    height: 32px;
    min-width: 78px;
}

.news-letter input:last-of-type:hover {
    background: #e9a016;
}

.description-chambre {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0 15px;
    margin: 20px 0;

}

.description-chambre p {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;

}

.description-chambre span {
    margin-bottom: 15px;
    display: block;
    font-family: "Playfair Display", sans-serif;
    font-size: 1.875rem;
    line-height: 1;

}

.restaurant-bienvenue p {
    letter-spacing: 3px;
    color: #d97e2c;
    font-weight: 600 !important;
    margin-top: 5px;
    text-align: center;
    display: block;
}

.wrapper {
    width: 1200px;
    margin: 100px auto;
}

.title-rest, .sous-title-rest {
    text-align: center;
    /*padding-top: 15px;*/
    width: 90%;
    margin: auto auto 20px;
}

.title-rest h4 {
    /*text-transform:capitalize;*/
    font-size: 35px;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    font-family: 'Playfair Display', Roboto, sans-serif;
    font-weight: 900;
    /*color: #C39744;*/
    color: #efb241;
}


.title-h4-rest h4 {
    /*color: #C39744;*/
    color: #e1ac49;
    font-size: 50px;

}

.title-rest h4 span {
    display: block;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 5px;
    text-align: center;
}

.section-info-reservation .title-rest h4{
    font-size: 18px;
}
/*.title-rest h4:before{*/
/*    position:absolute;*/
/*    content:"";*/
/*    width:100px;*/
/*    height:2px;*/
/*    background-color:#d97e2c;*/
/*    bottom:0;*/
/*    left:50%;*/
/*    transform:translateX(-50%);*/
/*}*/

.title-rest h4:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #212529;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.single-menu .details-menu{
    font-size: 15px;
    font-weight: unset;
}

.single-menu .h6-inline{
    display: inline;
}


.sous-title-rest h4 {
    /*text-transform: capitalize;*/
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    font-family: 'Playfair Display', Roboto, sans-serif;
    font-weight: 900;
}


/*--------------------------------------------------------------
# Restaurant
--------------------------------------------------------------*/
.about {
    background: #fffaf3;
}

.about-restaurant {
    width: 90%;
    background-color: white;
    margin: auto auto 15px;
}


.image-about-restaurant {

    max-width: 60%;
}

.image-about-restaurant .image-restaurant {
    max-width: 100%;
}

.text-about-restaurant {
    /*max-width: 40%;*/
    /*padding: 15px 15px;*/
    text-align: center;
    color: #1c1c1c;
}

/*@media (max-width: 280px) {*/
/*    .text-about-restaurant div {*/
/*        font-size: 18px;*/
/*    }*/
/*}*/


.service-chambre {
    background-color: white;
    width: 95%;
    margin: auto;
    /*padding-top: 20px;*/
}

.presentation-chambre, .texte-page-chambre {
    text-align: center;
    width: 90%;
    margin: auto;
    /*background-color: #F4F4F4;*/
    /*padding: 10px;*/
}

.texte-page-chambre {
    margin-top: 50px;
}


.paragraphe-service span, .presentation-chambre span {
    font-weight: bold;
    font-style: italic;
}

.paragraphe-service li {
    list-style: inside;
}

.gallery-title {
    text-align: center;
    padding-bottom: 5px;
}

.gallery-title h2 {
    margin: 5px 0 0 0;
    font-size: 32px;
    font-weight: 700;
    color: #1c1c1c;
}

.gallery-title p {
    margin: 5px auto 0 auto;
    font-weight: 300;
    text-align: center;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.tab-menu-semaine {
    padding-bottom: 10px;
    width: 70%;
    margin: auto;
}

.dishes .box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 3fr));
    grid-gap: 10px;
}

.dishes .box-container .box {
    padding: 0.5rem;
    background: #fff;
    border-radius: .5rem;
    border: .1rem solid rgba(0, 0, 0, .2);
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 45%;
    min-width: 230px;
}


.dishes .box-container .box img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: 0;
    padding: auto;
}

.dishes .box-container .box h4 {
    color: black;
    font-size: 1.5rem;
}

.dishes .box-container .box .prix {
    color: #d97e2c;
    font-size: 1.5rem;
}

.dishes .box-container .box .stars {
    padding: 1rem 0;
}

.dishes .box-container .box .stars i {
    font-size: 1rem;
    color: #d97e2c;
}

.dishes .box-container .box span {
    color: var(--green);
    font-weight: bolder;
    /*margin-right: 1rem;*/
    font-size: 1rem;
}

.dishes .box-container .box p {
    font-size: 1rem;
    padding: .5rem 0;
    line-height: 1.5;
    text-align: justify;
    /*min-height: 184px;*/
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/

/*.resto-container{*/
/*    width: 90%;*/
/*    margin: auto;*/
/*}*/

.tab-menu-semaine {
    background-image: url("/public/img/restaurant/menu-restaurant-nina.png");
    /*background-color: #eaebeb; !* Used if the image is unavailable *!*/
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-attachment: fixed;
    /*background-size: cover; !* Resize the background image to cover the entire container*!*/
    margin-bottom: 50px;
    min-width: 277px;
}

.card-menu-semaine {
    min-width: 250px;
    max-width: 80%;
    margin: auto;
    /*padding-top: 25%;*/
    padding-top: 34%;
    /*padding-bottom: 5%;*/
    background: transparent;
    box-shadow: none;
}

.resto-title, .navette-title {
    font-size: 42px;
    margin: 25px 0;
    font-family: 'Rufina', serif;
    font-weight: 700;
    text-align: center;
}


.menu-rest {
    /*background: #f3eee7;*/
    /*background: #fffaf3;*/
    background: #f6f5fa;
    padding: 15px 10px;
    width: 90%;
    min-width: 272px;
    /*margin: 3px auto 45px;*/
    margin: auto auto 50px;
    border: 1px dotted black;
}


.menu-rest .menu-plat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single-menu:nth-child(5), .single-menu:nth-child(6) {
    border-bottom: 0;
}

.single-menu {
    display: flex;
    /*flex-direction: row;*/
    flex-wrap: wrap;
    /*justify-content: center;*/
    max-width: 45%;
    /*flex-basis: 580px;*/
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd !important;
    /*margin-right: 20px;*/
    min-width: 230px;
    width: 100%;

}

.single-menu:hover img {
    border-radius: 0;
}

.single-menu img {
    width: 170px;
    height: 170px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 3px;
    transition: .5s;
}

.single-menu img {

}

.menu-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.menu-content {
    max-width: 100%;
}

.menu-content p {
    text-align: justify;
}

.nom-plat {
    margin-right: 5px;
}

.prix-plat {
    /*border-bottom: 1px dashed #333;*/
    min-width: fit-content;
    color: #d97e2c;
    font-weight: bold;
}

.nom-plat h4 {
    display: inline;
    text-transform: capitalize;
    font-size: 22px;
    color: #d97e2c;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.prix-plat h5 {
    float: right;
}

.nom-plat p {
    text-align: justify;
}

.infos-reservation {
    font-size: 18px;
    font-weight: 400;
}


.info-reservation .single-menu {
    max-width: unset;
    margin-bottom: 12px;
    margin-right: unset;
    border-bottom: 1px solid #7a7676 !important;
}

.info-reservation .valeur {
    min-width: unset;
}


.info-reservation h5 {
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}

.copyright-text {
    margin: 0
}

.row2-footer {
    margin-top: 5px;
}


.icon-carousel {
    width: 35px;
    height: 35px;
    background-color: #b1690d;
    border-radius: 50%;
    padding-top: 7px;
}

.icon-carousel-chambre{
    background-color: white;
}

/* ==================== Salle ===============================*/

/*.salle-semi{*/
/*    width: 92%;*/
/*    margin: auto;*/
/*    background-color: #e6e6e6;*/
/*}*/

.salle-titre {
    text-align: center;
    line-height: 1.4em;
    margin-top: 0 !important;
}

.salle-titre h1 {
    font-family: "Playfair Display", sans-serif;
    color: #2a2a2a;
    font-weight: 400;
    font-style: normal;
}

.salle-panel {
    justify-content: space-around;
    width: 90%;
    margin: auto auto 20px;
    background-color: #efefef;
    min-width: 230px;
    padding: 10px 0;
}


.salle-panel-text strong {
    font-weight: 700;
}

.salle-panel-text ol ul {
    list-style-type: disc;
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    color: #1c1c1c;;
}

.salle-panel-text-ol {
    padding-left: 0;
}

.salle-panel-text-ul {
    padding-left: 0;
}


.salle-panel-text li {
    display: list-item;

}

.salle-semi-image {
    display: block;
    margin-bottom: 30px;
}


.salle-semi-image img {
    max-width: 100%;
}


.salle-semi-image-description {
    margin-bottom: 30px;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}

.salle-semi-image-description table {
    border-collapse: separate;
    border-spacing: 0;
    text-indent: initial;
    border-width: 1px 0 0 1px;
}

.salle-semi-image-description table tr {
    display: table-row;
    vertical-align: inherit;
}

.salle-semi-image-description table tr th {
    background-color: #d97e2c;
}

.salle-semi-image-description table td, th {
    padding: 4px 6px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.email_page_salle {
    display: block;
}

.salle_accueil p i, .equipement-salle p i {
    font-weight: 500;
    font-size: 11px;
}

/* ==================== Filtre chambre ===============================*/

.filtre-chambre-content {
    display: flex;
    flex-wrap: wrap;
    margin-right: 5px;
    margin-left: -15px;
    padding-top: 15px;
    box-sizing: inherit;
    padding-bottom: 30px;
}

.filtre-chambre-content-no-select {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    order: 1;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.filtre-chambre-no-select {
    padding: 0;
    border-radius: 6px;
    background-color: #fff;
}

.filtre-chambre-no-select-empty {
    color: #6c757d;
    padding: 1rem;
    text-align: center;
}

.filtre-chambre-no-select-empty span {
    color: #ced4da;
    display: block;
    line-height: 1;
    font-size: 2rem;
}

.filtre-chambre-no-select-empty p {
    margin-top: 5px;
    margin-bottom: 0;
}


.filtre-chambre-content-main {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    order: 0;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: inherit;
}

.filtre-chambre-resultat {

    background-color: #fff;
    background-clip: padding-box;
    border-radius: 6px;
    box-sizing: inherit;
}

.filtre-chambre-resultat-header {
    padding: 15px 15px;
    border-bottom: solid 1px #e9ecef;
    position: relative;
}

.filtre-chambre-resultat-title {
    font-size: 1.25rem;
    margin-bottom: 0;
    font-family: "Playfair Display", sans-serif;
    color: #1c1c1c;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 0;
}

.filtre-chambre-resultat-colums {
    display: flex;
    padding-bottom: 15px;
}

.column-lg-3 {
    flex: 0 0 50%;
    max-width: 35%;
    padding-right: 0;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
}

.columns-info {
    box-sizing: inherit;
}

.columns-info-image img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;

}

.columns-info-image-list {
    list-style: none;
    margin: 0;
    padding: 0.3rem 0;
}

.columns-info-image-item {
    position: relative;
    font-size: .8rem;
    padding-left: 0;
    padding-bottom: 0.5rem;
}

.columns-info-image-item i {
    margin-right: 0.5rem;
}

.columns-info-icon {
    position: absolute;
    top: 1px;
    left: 0;
}

.column-lg-9 {
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}

.columns-info-list {
    padding: 0;
}

.columns-info-list-header {
    width: 100%;
}

.columns-info-content {
    margin-bottom: 15px;
}

.columns-info-content ul {
    padding-left: 0;
}

.columns-info-content ul li {
    display: inline;
}

.icon-with-text-span {
    padding-right: 5px;
}

.icon-with-text-span-text {
    padding-right: 20px;
}

.columns-info-content-more {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.columns-info-content-more-title {
    font-size: .875rem;
    color: #56595e;
}

.feature {
    list-style: none;
    display: inline;
    line-height: 18px;
}

.icon-with-text {
    font-size: .875rem;
    display: inline-block;
}

.columns-info-content-more-des {
    font-size: .875rem;
    color: #56595e;
    overflow: hidden;
}

.columns-info-content-more-des p {
    white-space: normal;
}

.lg-1-box-button {
    cursor: pointer;
    font-size: .875rem;
    font-weight: 700;
    background-color: #ff7f50;
    color: black;
    border: none;
    line-height: 3.214;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
}

.filtre-chambre-resultat-content-button {
    min-height: 130px;
    padding: 0 16px 24px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-top: 2px solid;
    border-color: #ff7f50;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.filtre-chambre-resultat-content-button h3 {
    color: #383b3e;
    font-size: .875em;
    line-height: 1.22;
    font-weight: 400;
    clear: both;
    display: block;
    margin: 16px 0 0;
    padding: 0;
    text-align: left;
}

.filtre-chambre-resultat-tarif {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filtre-chambre-resultat-tarif-list {
    margin: 6px 0;
    font-size: .875rem;
}

.filtre-chambre-resultat-tarif-icon {
    top: -1px;
    font-size: 1rem;
    margin-right: 4px;
    display: inline-block;
    position: relative;
}

.filtre-chambre-resultat-tarif-text {
    color: #0e7a06;
    line-height: 17px;
}


/* ==================== Checkout Chambre ===============================*/
.chambre-checkout-content {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    order: 1;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 15px 15px;
    background-color: white;
}

.chambre-checkout-reservation {
    display: flex;
    padding: 0;
    border-radius: 6px;
    background-color: #fff;
}

.chambre-checkout-reservation-date {
    border-bottom: solid 1px #dee2e6;
}

.reservation-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.reservation-date-debut {
    margin-left: 1rem;
    text-align: left;
}

.reservation-date-debut-titre {
    color: #6c757d;
    font-size: .75rem;
    display: block;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}

.reservation-date-date {
    padding-left: 4rem;
    position: relative;
    margin-bottom: 0;
    font-style: normal;
}

.reservation-date-day {
    top: 50%;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 3rem;
    line-height: 1;
}

.reservation-date-row {
    font-size: 2rem;
    box-sizing: inherit;
    width: 100%;
}

.reservation-date-row i {
    vertical-align: middle;
    font-style: normal;
}

.reservation-date-fin {
    text-align: right;
    margin-right: 1rem;
}

.reservation-date-fin-titre {
    color: #6c757d;
    font-size: .75rem;
    display: block;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}


.chambre-checkout-reservation-chambre {
    margin-bottom: 0.75rem;
}

.checkout-reservation-chambre-list {
    border-bottom: solid 1px #f8f9fa;
    margin: 0;
    padding: 0;
}

.checkout-reservation-chambre-list dt {
    width: 60%;
    float: left;
    clear: left;
    font-weight: 400;
    box-sizing: border-box;
}

.checkout-reservation-chambre-list dd {
    margin: 0 0 0 60%;
    text-align: right;
    box-sizing: border-box;
}

.checkout-reservation-chambre-price {
    border-bottom: solid 1px #f8f9fa;
}

.checkout-reservation-chambre-price dd {
    text-align: right;
}

.checkout-reservation-chambre-price dt {
    width: 60%;
    float: left;
    clear: left;
    font-weight: 400;
    box-sizing: border-box;
}

.checkout-reservation-action a {

}

.chambre-checkout-reservation-total {
    background-color: #f7f7f7;
    border-top: solid 1px #dee2e6;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 100%;
}

.chambre-checkout-reservation-total dl {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.chambre-checkout-reservation-total dl dt {
    width: 60%;
    float: left;
    clear: left;
    font-weight: 400;
    box-sizing: border-box;
}

.chambre-checkout-reservation-total dl dd {
    margin: 0 0 0 60%;
    text-align: right;
    box-sizing: border-box;
}

.chambre-checkout-reservation-total dl dd span {
    font-weight: 700;
}


.chambre-checkout-reservation-goto {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.button-block-checkout {
    cursor: pointer;
    font-size: .875rem;
    font-weight: 700;
    background-color: #fd7f50;
    line-height: 3.214;
    text-transform: uppercase;
    border: none;
    letter-spacing: 1px;
    display: block;
    min-height: 42px;
    text-decoration: none;
    color: black;
    text-align: center;
}

/* ==================== Chambre paiement ===============================*/


.filtre-chambre-paiement {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    order: 0;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.filtre-chambre-paiement form {
    margin-bottom: 1.75em;
    display: block;
}

.filtre-chambre-paiement-title {
    display: block;
}

.filtre-chambre-paiement-title h3 {
    font-family: "Playfair Display", sans-serif;
    color: #1c1c1c;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.1;
}

.filtre-chambre-paiement-content {
    background-color: white;
    padding: 10px 10px;
}

.filtre-chambre-detail-client-row {
    padding: 3px;
    margin: 0 0 6px;
}

.detail-client-row-header label {

    display: inline-block;
    margin-bottom: 0.5rem;
    touch-action: manipulation;
}

.detail-client-row-field input {
    padding: 0.25rem 0.75rem;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 2;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    touch-action: manipulation;
}

.button-paiement {
    cursor: pointer;
    font-size: .875rem;
    font-weight: 700;
    background-color: #fd7f50;
    line-height: 3.214;
    text-transform: uppercase;
    border: none;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
}

/* ==================== Coiffure page ===============================*/
.coiffure-procedure {
    display: block;
    position: relative;
    width: 92%;
    margin: auto;
    background-color: #e6e6e6;
}

.coiffure-container {
    width: 100%;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/
}

.coiffure-container .texte {
    background-color: white;
    max-width: 100%;
    margin: auto auto 15px;
}

.coiffure-row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.coiffure-heading {
    /*margin-bottom: 50px;*/
    position: relative;
    text-align: center;
}

.coiffure-title {
    font-size: 42px;
    margin-bottom: 25px;
    font-family: 'Rufina', serif;
    font-weight: 700;
}

.coiffure-title-cent {
    font-size: 42px;
    margin-bottom: 25px;
    font-family: 'Rufina', serif;
    font-weight: 700;
    text-align: center;
}

.coiffure-heading p {
    margin-bottom: 0;
    margin-top: 0;
}

.coiffure-post {
    text-align: center;
    display: block;
    border: #b89146 solid 2px;
    min-width: 200px;
}

.nos-prestation {
    margin: auto auto 20px;
    justify-content: center;

}


.coiffure-post img {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    vertical-align: middle;
    border-style: none;
}

.coiffure-post h4 {
    font-size: 22px;
    /*margin-bottom: 22px;*/
    font-family: 'Rufina', serif;
    font-weight: 700;
    line-height: 1.2;
}

.coiffure-post p {
    margin-bottom: 15px;
}

/*.coiffure-procedure-2{*/
/*    display: block;*/
/*    position: relative;*/
/*    width: 92%;*/
/*    margin: auto;*/
/*    background-color: white;*/
/*    margin-bottom: 20px;*/
/*}*/

.test-coifure h3 {
    padding-bottom: 30px;
}

/* ==================== Navette ===============================*/


.home-navette {
    padding-top: 15px;
    text-align: center;
    overflow-x: hidden;
}

.home-navette h3 {
    font-family: 'Playfair Display', Roboto, sans-serif;
    font-weight: 900;
    font-size: 50px;
}

.home-navette img {
    width: 100%;
    margin: 1rem 0;
}

.navette-post img {
    margin-bottom: 30px;
    display: block;
    width: 100%;
    height: 220px;
    vertical-align: middle;
    border-style: none;
}

.navette-content {
    margin: 15px 10px 30px;
    background-color: white;
}

/* ==================== Contact ===============================*/

.contact-page {
    margin: 150px auto 0;
    /*background: #dee2e7;*/
    /*max-width: 90%;*/
    padding-bottom: 10px;
    min-width: 230px;
}

.row-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

/*.contact-nous h2{*/
/*    margin-bottom: 30px;*/
/*}*/

.contact-form {
    max-width: 100%;
    width: 90%;
    margin: 20px auto 45px;
    min-width: 200px;
}

.contact-left {
    min-width: 211px;
    padding-top: 8%;
}



.formulaire .form-group {
    min-width: 148px;
}

.champ-form-contact {
    color: red;
}

.bouton-envoyer-form {
    text-align: center;
    margin-top: 4%;
}

.bouton-envoyer-form input {
    background-color: #b89146;
    border-color: unset;
    width: 106px;
    height: 46px;
    color: white;
    font-size: 20px;
    border-style: unset;
}


/*======================= Détails chambre ========================*/

.image-detail-chambre {
    max-height: 450px;
    margin: auto auto 20px;
    max-width: 70%;
}


.image-caroussel_salon {
    max-height: 560px;
    margin-bottom: 20px;
}

.image-caroussel-resto {
    max-height: 485px;
    margin-bottom: 20px;
}


.top-photo-detail-chambre {
    width: 90%;
    margin: auto;
}

.image-left {
    max-width: 60%;
    min-width: 200px;
}

.div-form-detail-chambre {
    max-width: 345px;
    min-width: 200px;
}

.form-detail-chambre input {
    /*width: 100%;*/
    width: 125px;
    border: 1px solid #ced4da;
    height: 35px;
    padding-left: 9px;
}

.form-detail-chambre label {
    margin-bottom: unset;
    font-weight: unset !important;
}

.form-detail-chambre select {
    width: 125px;
    border: 1px solid #ced4da !important;
    height: 35px;
}

.btn_radio_lit input {
    /* border-radius: 50%; */
    height: 20px;
    width: 20px;
    color: blueviolet !important;
    border: 5px solid #999 !important;
    /* transition: 0.2s all linear; */
    /* margin-right: 5px; */
    position: relative;
    top: 4px;
}

.table-detail-chambre {
    text-align: center;
    margin: 0;
}

.table-detail-chambre th {
    border-bottom-style: hidden !important;
}

.table-detail-chambre tbody, thead, th, td, tr {
    border-width: 1px;
}


.card-footer {
    text-align: center;
}

.card-footer button {
    background-color: #b98036;
    border-color: unset;
    width: fit-content;
}

.card-footer button:hover {
    background-color: #212529;
    border-color: #212529;
}

.div_info_non_dispo {
    text-align: justify;
    max-width: fit-content;
    border: brown solid 1px;
    color: brown;
    padding: 15px;
    margin: auto auto 15px;
}

.div_info_message {
    text-align: center;
    max-width: fit-content;
    border: green solid 1px;
    color: green;
    padding: 15px;
    margin: auto auto 15px;
}

.div_info_non_dispo p, .div_info_message p {
    margin-bottom: 0;
}


.btn-reservation button {
    background-color: #b89146;
    border-radius: unset;
    font-size: 22px;
    font-weight: 600;
    min-width: 155px;
    color: white;
    border-color: #b89146;
}

.btn-reservation button:hover {
    color: white;
}

.btn-reservation {
    background-color: unset;
}

/*=============================== Chambre-disponible ================================*/
.container-fluid .contenu {
    background-color: white;
    padding: 15px 0;
    margin: 60px 0 20px 0;
}

.contenu-chambre-dispo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*align-items: baseline;*/
    /*background-color: white;*/
    /*margin: 50px 0;*/
    /*padding-top: 50px;*/
}

.contenu-chambre-dispo .card {
    border: 8px solid #ffffff;
    margin: 5px;
    width: 48%;
    min-width: 300px;
}

.grille-image-restao .card {
    border: 8px solid #ffffff;
    margin: 5px;
    width: 100%;
    min-width: 200px;
}

.image-chambre-dispo {
    max-width: 30%;
}

.image-chambre-dispo img {
    max-width: 260px;
}

.tab-details-chambre {
    /*max-width: 70%;*/
    margin: auto;
}


.div-left {
    /*width: 90%;*/
    margin: 30px auto 20px;
}

.div-left .card-outline {
    border-top: 3px solid #b98036;
    margin-bottom: 55px;
}

.div-left h5 {
    font-family: "Playfair Display", "Roboto", sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    float: unset;
}

.div-right {
    max-width: 40%;
}

.tab-infos-chambre {
    padding: 0;
    text-align: center;
    margin: auto;
}

.tab-infos-chambre table {
    border-color: white;
}

.tab-infos-chambre thead {
    border-width: unset;
}

.tab-infos-chambre thead th {
    border-left: 1px solid #e9e9e9 !important;
    /*border: 1px solid #ffffff;*/
}

.tab-infos-chambre tbody td {
    padding: 0 12px;
    border-left: 1px solid #e9e9e9;
}


.div-left .card-footer a {
    text-align: center;
    border: #b98036 solid 2px;
    /*padding: 9px;*/
    color: #ffffff;
    /* transition: all .4s ease; */
    background: none;
    border-radius: unset;
    /* font-weight: bold; */
    font-size: 20px;
    background: #b98036;
}

.div-left .card-footer a:hover {
    background-color: black;
    color: #f8f9fa;
    border: black solid 2px;
}


/*=================================== Page infos client pour réservation ===========================*/

.section-info-reservation {
    margin-top: 50px;
    width: 60%;
    background: #DEE2E7;

}

.div-detail-reservation {
    width: 70%;
    margin: auto;
}

.contenu-infos-client {
    margin: 20px 0;
    padding: 20px;
}

.infos_client {
    background-color: #ffffff;
    color: #6c6868;
    /*width: 70%;*/
    min-width: 216px;
    padding: 15px;
    margin: auto auto 15px;
}

.infos_client .card-header, .div-detail-reservation .card-header {
    background-color: #b98036;
    color: white;
    width: 100%;
}

.tab-detail-reservation .detail-reservation {
    width: 60%;
    margin: auto;
    background-color: #f7f7f7;
    min-width: 322px;
}

.tab-detail-reservation p {
    /*margin-bottom: 3px;*/
    border-bottom: #99938d solid 1px;
}

.nbre_chambre_dispo {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-bottom: 7px;
    border-bottom: unset !important;
    color: black;
}

.prixTotal {
    background-color: unset;
    border: unset;
    outline: unset;
    font-weight: bold;
    font-size: large;
    width: 100px;
    text-align: center;
}

#texte_prix_total {
    width: fit-content;
    padding: 0 4px;
    margin: auto;
    margin-bottom: unset;
    background-color: #b89146;
}

.tab-detail-reservation span {
    float: right;
}

.infos_client h3, .div-detail-reservation h3 {
    text-align: center;
}

.infos_client span {
    color: red;
}


/*=================================== Page gallery chambre ===========================*/
.title-galerie {
    text-align: center;
    /*padding-top: 15px;*/
    width: 90%;
    margin: auto auto 20px;
}

.title-galerie h4 {
    text-transform: capitalize;
    font-size: 36px;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    font-family: 'Playfair Display', Roboto, sans-serif;
    font-weight: 900;
}

.title-galerie h4:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #d97e2c;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.image-gallery {
    background-color: transparent;

}

.image-gallery img {
    width: 230px;
    transition: 1s;
}

.image-gallery img:hover {
    filter: grayscale(0);
    transform: scale(1.1);
}

.container-gallery {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 2% 2%;
    margin: 15px 30px;
    background-color: #ffffff;

}

.container-gallery .side-bar {
    width: 400px;
}

.container-gallery .images-container {
    flex: 1;
}

.container-gallery .images-container img {
    width: 100%;

}

.btn-page-error {
    padding: 0 5px;
    background-color: salmon;
    border: solid 2px salmon;
    border-radius: 5px;
}

.btn-page-error:hover {
    color: white;
    background-color: #e76b5e;
    border: solid 2px #e76b5e;
}


/*========================== Galerie ===============================*/
.row_galerie > .column_galerie {
    margin: 5px;
}

.row_galerie:after {
    content: "";
    display: table;
    clear: both;
}

.row_galerie {
    display: flex;
    /* width: 100%; */
    flex-wrap: wrap;
    margin: auto;
}

/* Create four equal columns that floats next to eachother */
.column_galerie {
    /*float: left;*/
    /*width: 25%;*/
    max-width: 24%;
    min-width: 150px;
    overflow: hidden;
}

@media (max-width: 1028px) {
    .column_galerie {
        max-width: 32%;
    }
}

@media (max-width: 779px) {
    .column_galerie {
        max-width: 47%;
    }
}

@media (max-width: 362px) {
    .column_galerie {
        max-width: 100%;
    }
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 20px;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: white;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    border: #877e7e 1px solid;
}



/* The Close Button */
.close {
    color: #000000;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 45px;
    font-weight: bold;
    opacity: 1;
    z-index: 5;
}


.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides_galerie {
    display: none;
}

/* Next & previous buttons */
/*.prev,*/
/*.next {*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    width: auto;*/
/*    padding: 16px;*/
/*    margin-top: -50px;*/
/*    color: white;*/
/*    font-weight: bold;*/
/*    font-size: 20px;*/
/*    transition: 0.6s ease;*/
/*    border-radius: 0 3px 3px 0;*/
/*    user-select: none;*/
/*    -webkit-user-select: none;*/
/*}*/

/*!* Position the "next button" to the right *!*/
/*.next {*/
/*    right: 0;*/
/*    border-radius: 3px 0 0 3px;*/
/*}*/

/*!* On hover, add a black background color with a little bit see-through *!*/
/*.prev:hover,*/
/*.next:hover {*/
/*    background-color: rgba(0, 0, 0, 0.8);*/
/*}*/

/* Number text (1/3 etc) */
/*.numbertext {*/
/*    color: #f2f2f2;*/
/*    font-size: 12px;*/
/*    padding: 8px 12px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*}*/

/* Caption text */
/*.caption-container {*/
/*    text-align: center;*/
/*    background-color: black;*/
/*    padding: 2px 16px;*/
/*    color: white;*/
/*}*/

img.demo {
    opacity: 1;
}

.active,
.demo:hover {
    opacity: 1;
}


.column_galerie:hover img{
    transform: scale(1.4);
    box-shadow: 0 0 4px black;
}

img.hover-shadow {
    width: 100%;
    /*transition: 0.3s;*/
    transition: all .9s ease;
    /*min-width: 200px;*/
}


.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*========================== media ===============================*/

@media (max-width: 613px) {

    .localisation h1 {
        font-size: 23px;
    }

    .localisation p {
        font-size: 18px;
    }

    /*.row-type-chambre .card {*/
    /*    max-width: unset;*/
    /*}*/

    .row-type-chambre {
        padding: 40px 10px;
    }

    .text-chambre h2 {
        font-size: 25px;
    }


    .single-menu{
        max-width: 100%;
    }

}

@media (max-width: 860px) {
    /*.row-type-chambre .card {*/
    /*    max-width: unset;*/
    /*}*/

    .row-type-chambre {
        padding: 40px 10px;
    }
}

@media (max-width: 760px) {

    .email_page_salle {
        display: table-cell;
    }

    .section-info-reservation {
        margin-top: 50px;
        margin-bottom: 30px;
        width: 90%;
    }
}

@media (max-width: 768px) {
    .firt_header {
        display: none;
    }

    .firt_header .contact {
        display: none;
    }

    .div-first-header hr{
        display: none;
    }

    .hamburger {
        display: block;
    }

    /* Fixer le menu hamburger s'il est active*/
    .hamburger.active {
        position: fixed;
        right: 25px;
        z-index: 25;
        top: 5px;
    }

    /*.nav-menu.active{*/
    /*    top: 0;*/
    /*}*/
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .navbar {
        box-shadow: unset;
        margin-bottom: 0;
        border-radius: unset;
    }

    .nav-menu {
        position: fixed;
        z-index: 20;
        left: -100%;
        top: 0;
        gap: 0;
        flex-direction: column;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        line-height: 13px;
        /*background-color: #B89146;*/
        /* font-size: 0; */
        /* font-weight: 500; */
    }

    .nav-menu .nav-link {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .nav-menu .nav-link:hover {
        color: white;
        /* background-color: white; */
        /* padding: 12px; */
        font-weight: 500;
        /*text-decoration: underline;*/
        padding-bottom: 5px;
    }

    /*.nav-item {*/
    /*    margin: 16px 0;*/
    /*}*/
    .nav-menu.active {
        left: 0;
        line-height: 20px;
    }

    .nav-menu.active .nav-link{
        padding: 3px 0;
    }


    .a-propos .contenu-service {
        padding-left: 0;
    }

    .image-service {
        max-width: 85%;
    }

    .texte-service {
        max-width: 90%;
    }

    .nav-menu li {
        border-right: unset;
    }
}


/*========================= new page Chambre =======================*/
/*fo4*/
.deluxe__two-item-content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -45px;
    padding-top: 15px;
    border-top: 1px solid #e7e7e8;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

/*all10*/
.deluxe__two-item-content-meta .fal, .deluxe__two-item-content-meta .far, .deluxe__two-item-content-meta .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/*com13*/
.deluxe__two-item-image img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease-out 0s;
    /*transition: all 0.4s ease-out 0s;*/
    transition: all .9s ease;
}

.deluxe__two-item-image {
    overflow: hidden;
}

/*fo16*/
.deluxe__two-item-content-bottom p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}

/*com19*/
.deluxe__two-item-image a {
    outline: none;
    color: black;
    text-decoration: none;
}

/*fo24*/
.deluxe__two-item-content-bottom p i {
    color: #B89146;
    display: inline-block;
    margin-right: 8px;
}


/*com26*/
.deluxe__two-item-content a {
    text-decoration: none;
    color: #B89146;
}

/*com31*/
.deluxe__two-item-image a:focus, a:hover {
    text-decoration: none;
    color: #B89146;
}

/*com35*/
.section-padding {
    padding: 35px 0;
}

/*fo56*/
.deluxe__two-item-content-bottom p span {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #0E1317;
    display: inline-block;
    margin-right: 10px;
}

/*sp68*/
@media (max-width: 991px) {
    .lg-mb-30 {
        margin-bottom: 30px;
    }
}

/*com151*/
.deluxe__two-item-content h4 {
    font-size: 24px;
    line-height: 34px;
    padding: 0;
    margin: 0;
    color: #0E1317;
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: 500;
}

/*fo172*/
@media (max-width: 1399px) {
    .deluxe__two-item-content-meta ul li {
        margin-right: 17px;
    }
}

/*roo177*/
.room__area {
    background: #f7f7f7;
}

/*com293*/
.simple-btn i {
    display: inline-block;
    margin-right: 7px;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #b89146;
    color: #b89146;
}

/*com300*/
.simple-btn {
    display: inline-block;
    color: #0E1317;
    font-weight: 600;
    font-family: 'Bai Jamjuree', sans-serif;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

/*com304*/
.simple-btn i::before {
    font-size: 10px;
}


/*com308*/
.simple-btn:hover {
    color: #b89146;
}

/*del342*/
.deluxe__two-item-content {
    padding: 30px;
    padding-top: 20px;
    border: 1px solid #e7e7e8;
    border-top: 0;
    background: white;
    position: relative;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

/*del363*/
.deluxe__two-item-content h4 a {
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}


/*del372*/
.deluxe__two-item-content h4 a:hover {
    color: #b89146;
}

/*del379*/
.deluxe__two-item-content p {
    margin-bottom: 0;
}

/*del387*/
.deluxe__two-item-content > span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Bai Jamjuree', sans-serif;
    color: white;
    background: #B89146;
    padding: 6px 15px;
    position: absolute;
    left: 20px;
    top: -55px;
}

/*del407*/
.deluxe__two-item-content-meta ul {
    padding: 0;
    margin: 0;
}

/*delu415*/
.deluxe__two-item-content-meta ul li {
    display: inline-block;
    list-style: none;
    margin-right: 25px;
}

/*del423*/
.deluxe__two-item-content-meta ul li i {
    color: #b89146;
    margin-right: 10px;
}


/*all1464*/
.fa-chevron-right:before {
    content: "\f054";
}

/*all5771*/
.fa-star:before {
    content: "\f005";
}

/*all12760*/
.deluxe__two-item-content-meta .fal {
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-weight: 300;
}

/*all12771*/
.deluxe__two-item-content-bottom .far {
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-weight: 400;
}

/*all12783*/
.deluxe__two-item-content-bottom .fa, .deluxe__two-item-content-bottom .fas {
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-weight: 900;
}


@media (min-width: 768px) {
    .container-page-chambre {
        max-width: 90%;
    }

    .deluxe__two-item-content {
        padding-right: 8px;
        padding-left: 8px;
    }

    .deluxe__two-item-content h2 {
        font-size: 30px;
    }

    .formulaire-contact {
        width: 47%;
    }

    .contact-form {
        width: 80%;
    }


}


.container-page-chambre .chambre-1 {
    margin-bottom: 50px;
}

.container-page-chambre .chambre-1:hover img {
    transform: scale(1.3);
}

/*co13*/
.container-page-chambre .chambre-1 img {
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;

}

.contenu-detail-chambre {
    min-width: 280px;
}

@media (max-width: 991px) {
    .container-page-chambre .btn-page-chambre {
        padding: 15px 15px;
    }


}

@media (max-width: 576px) {

    .container-about{
        width: 90%;
    }

    .div-photo-a-propos{
        width: 50%;
        max-width: 50%;
    }

    .slide-ville, .slide-photos-ville{
        max-width: 100%;
    }

    .deluxe__two-item-content {
        padding-right: 12px;
        padding-left: 12px;
    }

    .formulaire-contact {
        padding: 10px;
    }


    .container-page-chambre .btn-page-chambre {
        padding: 10px 10px;
    }

    .title-h4-rest h4 {
        font-size: 34px;

    }
}

@media (min-width: 577px) {
    .title-h4-rest h4 {
        font-size: 50px;
    }
}

@media (max-width: 359px) {
    .title-h4-rest h4 {
        font-size: 25px;
    }

    .div-photo-a-propos{
        width: 80%;
        max-width: 80%;
    }
}


@media (min-width: 840px) {

    .carousel-page-detail-chambre {
        max-width: 53%;
        width: 100%;
    }

    .contenu-detail-chambre {
        width: 95%;
    }

    .div-texte-about, .div-images-about{
        width: 50%;
        padding-right: 15px;
        padding-left: 7px;
    }


    .container-about{
        max-width: 100%;
    }
}

@media (max-width: 839px) {

    .about-text {
        padding: 0!important;
    }

    .div-texte-about{
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
}


@media (max-width: 440px) {
    h2 {
        font-size: 25px;
        line-height: 40px;
    }

}

.div-message-reservation{
    max-width: 80%;
    margin: 25px auto;
    color: green;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 5px double darkgrey;
    padding: 5px;
}

@media (max-width: 470px) {
    .info-reservation{
        padding-right: 0;
        padding-left: 0;
    }

    .section-info-reservation{
        padding-right: 8px;
        padding-left: 8px;
    }

    .contenu-detail-chambre{
        padding: 8px 8px;
        width: 97%;
    }

    .card-info-date-reservation{
        padding: 5px;
    }

    .texte-localisation-page-contact {
        font-size: 20px;
    }

}


@media (max-width: 839px) {

    .div-form-detail-chambre{
        margin-top: 20px;
    }

}