.header-style-one .header-upper .logo-box .logo img {
    height: 80px;
}

a {
    text-transform: initial !important;
}

.header-style-one .header-upper .logo-box .logo img {
    max-height: initial;
}
.mobile-nav-toggler .txt {
    display: none;
}
.mobile-menu .nav-bottom .copyright a {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #1b1c1e;
    font-weight: 500;
    padding: 10px;
    background: white;
    border-radius: 0;
    outline: 1px solid transparent;
    z-index: 1;
}

@media only screen and (max-width: 479px) {
    .header-style-one .other-links .link-box {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1340px) {
    .header-style-one .other-links .link-box {
        display: block;
        float: none;
        margin-left: 0;
    }
    .btn-style-one .btn-title {
        padding: 5px 15px;
        font-size: 15px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 1340px) {
    .header-style-one .other-links .link-box {
        margin-top: 13px;
    }
}

@media only screen and (max-width: 1380px) {
    .main-menu .navigation > li {
        margin-right: 20px;
    }
}

.banner-four .banner-bottom-pattern {
    display: none;
}
.page-banner .banner-bottom-pattern {
    display: none;
}

.sidebar-page-container ul {
    padding-inline-start: 40px;
}
.sidebar-page-container ul, .sidebar-page-container li {
    list-style: disc;
}

.sidebar-page-container.customAuberdog {
    position: absolute;
    width: 100%;
    z-index: 10;
    padding: 0;
}

.customFactsSection .facts-section {
    background-color: transparent;
}
.page-banner h1 {
    color: white !important;
}
.page-banner h1,
.blog-sidebar h4,
.sidebar .recent-posts .text {
    text-transform: initial;
}

.customHistory .sec-title.centered {
    max-width: initial;
}

/* Footer */
.main-footer .about-widget .logo img {
    max-height: 140px;
}

/* Contact Page */
.contact-section-two .form-box h3 {
    text-transform: initial;
}

#cmplz-document p, .editor-styles-wrapper .cmplz-unlinked-mode p, #cmplz-document li, .editor-styles-wrapper .cmplz-unlinked-mode li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode td,
#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    font-size: 1rem;
}
#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: 100%;
}

.banner-bottom-pattern:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 120px;
    background: url(../img/banner-actu-bottom.png) center bottom no-repeat;
    background-size: 100% 100%;
    z-index: 5;
}

.blog-sidebar ul li, .sidebar-page-container .blog-content .post-meta ul li {
    list-style: none;
}
.sidebar-page-container .blog-content .post-meta ul {
    padding-inline-start: 0;
}
.sidebar-page-container .blog-content .post-meta ul li a {
    background-color: white;
    padding: 2px 8px;
    color: #245c34;
    border: 1px solid #245c34;
    font-size: .9rem;
    font-weight: bold;
    text-transform: uppercase !important;
    letter-spacing: 1px;
}
.sidebar-page-container .blog-content .post-meta ul li a:hover {
    background-color: #245c34;
    color: white;
}

/* Cookies/Complianz */
#cookiesAcceptation button.cmplz-revoke-custom {
    color: black;
    border: 1px solid black;
    margin-bottom: 1rem;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
}
#cookiesAcceptation button[disabled], html #cookiesAcceptation input[disabled] {
    cursor: default;
    opacity: .4;
}

.featured-section-four .text-column .text {
    color: inherit;
}

/* Disable Hover on HP blocs */
.room-block-one:hover .cap-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}