.pricing-block-three.mix {
    display: none;
}

.pricing-filters {
    margin-bottom: 40px;
    text-align: center;
}

.pricing-filters .filter-tabs {
    position: relative;
    display: inline-block;
}

.pricing-filters li {
    position: relative;
    display: inline-block;
    line-height: 35px;
    padding: 0px 2px 10px;
    cursor: pointer;
    color: #797f7d;
    font-weight: 500;
    font-size: 18px;
    margin: 0 12px 0;
    transition: all 300ms ease;
}

.pricing-filters .filter.active,
.pricing-filters .filter:hover {
    color: var(--theme-color1);
}

.pricing-filters li.active::before,
.pricing-filters li:hover::before {
    transform: scale(1, 1);
    transform-origin: bottom left;
}
.pricing-filters li::before {
    position: absolute;
    left: 0;
    bottom: 8px;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #ffc737;
    transform: scale(0, 1);
    transform-origin: top right;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
}

.pricing-block-three .inner-box .image-box::after {
    content: "";
    display: none;
}

.contact-form-two textarea {
    height: 99px;
}

.contact-form-two .form-group:last-child {
    margin-bottom: 26px;
}

.preloader::before {
    content: "Chargement";
    margin-top: 40px;
}

.about-section-five .content-column .inner-column {
    margin-top: 0;
}

.main-header .header-lower .logo-box {
    width: 100%;
    max-width: 260px;
}

@media (min-width: 1024px) {
    .main-header {
        padding-top: 15px;
    }

    .main-header .header-lower {
        border-radius: 0;
    }
}

.sec-title h1 {
    font-size: var(--h3-font-size);
}

.feature-block-two .inner-box .title:hover {
    color: initial;
}

.copyright-text a {
    color: var(--theme-color1) !important;
    text-decoration: underline;
}

.copyright-text a:hover {
    text-decoration: none;
}

.author-box .thumb img {
    border-radius: 50%;
}
