/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
@font-face {
    font-display: swap;
    font-family: 'bootstrap-icons';
    src: url('../css/bs-icon-font/fonts/bootstrap-icons.woff');
    src: url('../css/bs-icon-font/fonts/bootstrap-icons.woff2');
}

@font-face {
    font-family: 'caveat';
    src: url('../font/caveat-regular-webfont.woff');
    src: url('../font/caveat-regular-webfont.woff2');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}
body{
    background-color: #1f2127;
}
.titleFooter{
    color: #FFF;
}
.sidebar-navigation .level-1{
    display: none;
}
.panel_footer{
    display: none;
}
.pCommentaireClient {
    position: absolute;
    left: 95px;
    top: 18px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
}
.pCommentaireClient small{
    display: block;
    color: #fff;
    margin-top: 3px;
    letter-spacing: normal !important;
}

@media (max-width: 767px) {
    .pCommentaireClient{
        position: static;
    }
}

.booking_wrapperResa{
    margin-bottom: 30px;
    padding: 20px 20px 1px 20px;

}
.logo_normal {
    position: absolute;
    top: -50px;
    width: 250px;
    left: -10px;
}
.logo_normal img {
    height: 250px;
}

.logo_sticky img{
    height: 160px;
    display: block;
    position: absolute;
    top: -42px;
    left: 50px;
}
.logo_panel img{
    height: 220px;
}

header.reveal_header.headroom--not-top{
    min-height: 84px;
}
.btn_4.learn-more{
    width: 250px;
}
 @media (max-width: 991px) {
     .parallax_section_1 {
         min-height: 840px;
     }
 }


