@import url('https://fonts.cdnfonts.com/css/avenir');
@import url('https://fonts.googleapis.com/css2?family=Bellefair&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carattere&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'AvenirLTStd-Book';
    src: url('../../fonts/AvenirLTStd-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'AvenirLTStd-Book', sans-serif;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px;
    background: #fff !important;
}

h1,
h2,
h3,
h4 {
    font-family: "Bellefair", serif;
}

h2 {
    font-size: 32px;
}

h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    bottom: -6px;
    width: 4.5vw;
    height: 3px;
    background-color: var(--color-primary);
    border-radius: 3.5px;
}

:root {
    --color-primary: #ac7747;
}

.scroll-button {
    border-radius: 30px;
    padding: 11px;
    position: fixed;
    bottom: 20px;
    right: 0%;
    transform: translateX(-50%);
    width: 48px;
    height: auto;
    cursor: pointer;
    z-index: 111111 !important;
    background: #9f9f9f66;
    display: none;
    transition: all .5s;
}

.scroll-button:hover {
    background-color: #9f9f9fd2;
}

/* Header */
i {
    font-size: 25px;
}

.navbar {
    height: 6rem;
    padding: 1.5rem 0;
    z-index: 1000;
}


.navbar-brand {
    font-family: "Bellefair", serif !important;
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
}

.navbar-brand:hover {
    color: white;
}

.nav-link {
    font-family: "avenir", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    color: #FFFFFF;
    margin: 0 1rem;
    position: relative;
    padding: 0 0 6px 0 !important
}

.nav-link:hover {
    color: white;
}

.nav-link::before,
.nav-link::after {
    content: "";
    position: absolute;
    background-color: var(--color-primary);
    transition: transform 0.5s;
}

.nav-link::after {
    left: 0;
    width: 100%;
    height: 2px;
    bottom: -5px;
    transform: scaleX(0);
    transform-origin: left;
}

.nav-link:hover::after {
    transform: scaleX(1);
}

.nav-link.active::before,
.nav-link.active::after {
    content: "";
    position: absolute;
    background-color: var(--color-primary);
    left: 0;
    width: 100%;
    height: 2px;
    bottom: -5px;
}

.btn-reservation {
    padding: 0.5rem 3rem;
    font-size: 17px;
    border-radius: 6px;
    background-color: var(--color-primary);
    color: white;
    transition: all 0.3s ease;
}

.btn-reservation:hover {
    background-color: var(--color-primary);
    color: white;
}

.navbar-light-front {
    background-color: rgba(255, 247, 239, 1);
    padding: 0 5rem !important;
}

.header-home {
    position: relative;
    background-image: url(../images/background_4.jpg);
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0 5rem;
    box-sizing: border-box;
}

.header-home::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 0;
}

.header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0 10rem;
    box-sizing: border-box;
}

.title-header {
    text-align: center;
    font-family: "Carattere", cursive !important;
    font-style: normal;
    color: white;
    font-size: 86px;
    font-weight: 400;
    z-index: 1;
}

.text-header {
    font-size: 22px;
    color: white;
    text-align: center;
    z-index: 1;
}

.form-check-chambre {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    backdrop-filter: blur(2px);
    z-index: 1;
    border-radius: 8px;
}

.form-control-chambre {
    padding: 10px 27px;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.form-control-chambre div {
    padding: 0;
}

.input-daterange {
    display: flex;
    gap: 10px;
}

.availability-home-grid {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
    gap: 0;
    flex-wrap: wrap;
    align-items: end;
}

.availability-home-grid>div {
    margin: 0 !important;
}

.home-availability-dates {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.header-home .home-availability-dates #from,
.header-home .home-availability-dates #to {
    border-radius: 8px !important;
}

.home-guest-field {
    min-height: 4rem;
    padding: 0.55rem 0.85rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-guest-field label {
    margin-bottom: 0.15rem;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(73, 55, 36, 0.72);
}

.home-guest-select {
    border: none;
    padding: 0;
    padding-right: 1.5rem;
    min-height: auto;
    background-color: transparent;
    box-shadow: none !important;
    font-size: 1rem;
    font-weight: 600;
    color: #2d2d2d;
    background-position: right center;
}

.home-guest-select:focus {
    border: none;
    outline: none;
}

.home-availability-submit .btn-search-chambre-dispo {
    min-height: 4rem;
}




#from,
#to {
    height: 2rem;
}

#from {
    border-radius: 8px 0 0 8px;
}

#from:focus,
#to:focus {
    border: solid 1px var(--color-primary);
    box-shadow: none;
}

#to {
    border-radius: 0 8px 8px 0;
}



.daterangeIcons {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 15%;
    background: transparent;
    border: none;
}

.btn-search-chambre-dispo {
    height: 4rem;
}

.btn-header {
    background-color: var(--color-primary);
    color: white;
    font-size: 20px;
    border-radius: 8px;
}

.btn-header:hover {
    background-color: #b8885c;
    color: white
}

.alert {
    margin-top: 10px;
}


/* intro Page Front */

.intro-page {
    height: 300px;
    background-image: url(../images/background_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-page::after {
    content: "";
    position: absolute;
    background-color: #00000075;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.intro-page h2 {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    font-size: 45px;
}

.intro-page .breadcrumb {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}

.intro-page .breadcrumb li {
    color: white;
    font-size: 22px;
}

.breadcrumb-item a {
    font-size: 22px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.svgReservation {
    fill: #8f8f8f;
}

button.btn.fil-cat.btn-filter {
    margin: 0 !important;
    padding: 8px 20px;
    border-radius: 4px;
}

button.btn.fil-cat.btn-filter.active {
    border: none
}

.gallery-item .image {
    border-radius: 6px;
}



/* Footer */
.footer {
    background-color: #272727;
    color: white;
    padding: 5rem 4rem 4rem;
}

.logo-presentation {
    width: 40%;
    margin-right: 10rem;
}

.text-logo-presentation {

    font-size: 16px;
}

.company h4,
.help-center h4,
.contact-info h4 {
    font-size: 18px;
}

.contact-infos {
    font-family: "avenir", sans-serif !important
}

ul.list-footer {
    padding: 0;
    list-style-type: none;
}

.company,
.help-center,
.contact-info {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.list-footer li a {
    line-height: 40px;
    text-decoration: none;
    font-size: 16px;
    color: rgba(255, 255, 255, 1) !important;
}

.social-icons i {
    font-size: 24px;
    color: white;
}

.copyrite {
    background-color: #272727;
    color: white;
    padding: 14px 0 !important;
    border-top: solid 1px #ffffff38;
}

.copyrite p {
    margin: 0rem;
    font-size: 14px;
    font-weight: lighter;
}

/*  ==================

        page acceuill

=====================*/

.blog {
    padding: 5rem 0rem;
}

.title-blog h2 {
    text-align: left;
    text-transform: uppercase;
    color: #484848;
    margin-bottom: 3rem;
}




/* blog propos */



.titre-about {
    position: relative;
    margin: 2rem 0rem;
    text-align: left;
}


.paragraph-about {
    font-family: 'avenir';
    font-size: 20px;
    font-weight: 400;
    color: #4E4E4E;
}

.btn-about {
    padding: 12px 28px;
    font-size: 18px;
    background: var(--color-primary);
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

.btn-about:hover {

    background: var(--color-primary);
    color: #FFFFFF;

}

.about-content {
    align-content: center;
}

.about-img {
    background: #fff4ea;
    padding: 34px 22px;
}

.text-end {
    position: relative;
}

.text-end h3 {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Carattere", cursive !important;
    font-style: normal;
    color: rgba(255, 255, 255, 0.5);
    font-size: 86px;
    font-weight: 400;
    line-height: 98.9px;
    text-align: center;
}

.image-about {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

/* blog chambres */

.title-chambre {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
}

.chambre-carousel .carousel-inner {
    border-radius: 8px;
    /*height: 17rem;*/
    position: relative;
}

.chambre-carousel {
    height: 260px;
}

.chambre-carousel .carousel-inner {
    height: 100%;
}

.chambre-carousel .img-chambre {
    height: 100%;
}

.carousel-caption-chambre {
    left: 0;
    right: 0;
    padding: 1.25rem;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-indicators button {
    height: 8px !important;
    width: 8px !important;
    opacity: 1 !important;
    border-radius: 50%;
    background-color: white !important;
    margin: 0 5px;
}

.carousel-caption-chambre .carousel-indicators {
    justify-content: right;
    right: 22px;
    bottom: 18px;
}

.carousel-caption h6 {
    color: white;
    font-size: 18px;
    font-weight: 900;
}

.img-chambre {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.card-chambre {
    width: 100%;
    padding: 0;
    border: none;
}

.card-body-chambre {
    border: none;
    border-radius: 0 0 8px 8px;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 10px 0;
}

.card-body-chambre .card-title-chambre {
    text-decoration: none;
    color: rgba(72, 72, 72, 1);
    font-size: 18px;
    font-weight: 900;
}

.card-body-chambre .cart-text-chambre {
    color: rgba(154, 154, 154, 1);
    font-size: 14px;
    font-weight: 500;
}

.card-text span::before {
    font-size: 19px;
    color: rgba(72, 72, 72, 1);
}


/* blog booking  */

.blog-booking {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 400px;
    background-image: url("../images/booking-image.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.blog-booking::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.title-booking {
    font-size: 46px;
    z-index: 1;
}

.reviews-title {
    font-size: 46px;
}

.text-booking {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
}

.blog-booking-button {
    padding: 14px 30px;
    font-size: 20px;
    z-index: 1;
}

/* blog activite*/

.title-activite {
    position: relative;
    margin: 2rem 0;
}

.card-activite {
    border: none !important;
    height: 370px;
    position: relative;
    color: white;
    margin-bottom: 30px;
}

.overlay-activite {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    border-radius: 8px;
}

.card-body-activite {
    display: flex;
    flex-direction: column;
    justify-content: flex-end !important;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    z-index: 1;
    position: relative;
    padding: 1rem;
}

.card-body-activite p {
    z-index: 1;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.link-activite {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-primary) !important;
}

.card-footer-activite {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none !important;
    border-radius: 0px !important;
    background-color: white !important;
    color: black;
    padding: 1rem;
    position: relative;
    z-index: 1;
}

.card-footer-activite h3 a {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    color: #484848;
}

.card-footer-activite p {
    color: #888;
    font-weight: 100;
}

.card-footer-activite a {
    color: var(--color-primary);
    margin: 5px 0 !important;
}

/* blog comment */


.blog-comment {
    position: relative;
    height: auto;
    background-image: url("../images/comment-img.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.blog-comment::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 19, 20, 0.8);
    z-index: 0;
}

.review-item-carousel {

    height: 200px !important;

}

.blog-comment .carousel {
    position: relative;
    z-index: 1;
}

.carousel-inner-comment {
    height: auto !important;
}

.text-comment {
    font-size: 18px;
    font-weight: 100 !important;
    color: rgba(255, 255, 255, 1);

}

.carousel-indicators-comment button {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators-comment .active {
    background-color: rgba(255, 255, 255, 1);
}

/* Maps Section */

.map-container {
    position: relative;
    width: 100%;
    height: 450px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.map-container iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

/* send email */

.send-email {
    background-color: var(--color-primary);
    margin: 0 !important;
    height: 120px;
    padding: 2rem 10rem;
}



.input-group-send-mail {
    display: flex;
    align-items: center;
    height: 4rem;
}

.input-group-send-mail input {
    border-radius: 8px 0px 0px 8px !important;
}

.input-group-send-mail input:focus {
    box-shadow: none !important;
    border: none !important;
}

.input-group-send-mail button {
    background-color: #484848;
    color: white;
}

.input-group-send-mail button:hover {
    border: solid 1px #484848;
}

.input-group-send-mail button .mdi::before {
    color: white !important;
    font-size: 35px !important;
    font-weight: 100 !important;
}

/*  ==================

        page chambres

=====================*/


.title-page {
    font-family: 'Bellefair';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;

}



/*  ==================

        page restaurant

=====================*/


.card-title-repas{
    text-decoration: none;
    color: rgba(72, 72, 72, 1);
    font-size: 18px;
    font-weight: 900;
}




/*  ==================

        page contact

=====================*/

.source-page {
    background-color: rgb(243, 243, 243);
}

.source-page nav {
    margin: 3rem 0;
    padding: 0rem 5rem;
    display: flex;
    align-items: center;
}

.breadcrumb-item {
    font-size: 18px;
    color: black;
}

.breadcrumb-item a {
    text-underline-offset: 8px;
    color: var(--color-primary);
}

.maps {
    padding: 0rem;
}

iframe {
    filter: saturate(0);
}

.title-contact {
    margin: 0;
    position: relative;
}

.title-contact::after {
    content: "";
    position: absolute;
    left: 0;
    top: 45px;
    width: 5vw;
    max-width: 80px;
    height: 2.5px;
    background-color: var(--color-primary);
}

.contact {
    padding-left: 30px;
}

.icons-contact {
    color: var(--color-primary);
}


.form-input-control:focus {
    box-shadow: none;
    border: solid 1px var(--color-primary);
}

/* ====================

Page galeries

====================*/


/*  ==================

        MEDIA

=====================*/

@media (max-width: 1540px) {
    .header-home {
        padding: 0 2rem !important;
    }
}

@media (max-width: 1020px) {

    

    .navbar-light-front {
        padding: 1rem 0 ;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        justify-content: flex-start;
    }

}

@media (max-width: 992px) {

    .navbar-expand-lg {
        background: var(--color-primary);
        padding: 0rem 0rem 0rem 0rem !important;
        margin: 0px !important;
    }

    .navbar-light-front {
        background-color: rgba(255, 247, 239, 1);
    }

    .header-home {
        padding: 0rem 0rem !important;
    }

    .blog {
        padding: 2rem 0rem;
    }

    .blog .row {
        flex-direction: column;
        align-items: center;
    }

    .about-content {
        width: 100%;
        height: 25rem;
        align-items: center;
    }

    .text-end {
        margin: auto;
    }

    .text-end {
        width: 100%;
    }

    .title-blog {
        margin: 4rem 2rem 5rem 2rem;
    }


    /* blog chambre */

    .title-chambre {
        text-align: center;
    }

    .title-chambre::after {
        width: 50%;
    }

    .card-chambre-item {
        width: 100% !important;
    }

    .blog-chambre .row div {
        display: flex;
        align-items: center;
    }

    .navbar-collapse {
        background-color: white;
        padding: 2rem 1rem;
        position: relative;
        z-index: 2 !important;
    }

    .nav-link {
        color: black;
    }

    .maps iframe {
        width: 100% !important;
    }



    .contact {
        padding: 0 1rem;
    }

    .maps {
        padding: 0rem;
    }

    .title-contact {
        margin: 0;
    }

    .form-contact {
        flex-direction: column;
    }
}

@media (max-width: 430px) {


    .navbar-expand-lg , .navbar-light-front{
        padding: 1rem 0.5rem !important;
    }
}

@media only screen and (max-width: 420px) {
    .slider {
        padding: 0;
    }

    .slide-gallerie img {
        margin: 0;
    }

    .control-prev-btn {
        top: none;
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 50%;
    }

    .control-next-btn {
        top: none;
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 50%;
    }
}

@media only screen and (max-width: 420px) {
    .slider {
        padding: 0;
    }

    .slide-gallerie img {
        margin: 0;
    }

    .control-prev-btn {
        top: none;
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 50%;
    }

    .control-next-btn {
        top: none;
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 50%;
    }
}
