:root {
    --lcd-theme: #3f5d2e;
    --lcd-bordeau: #ab3232;
    --lcd-rouge: #e4322c;
    --lcd-jaune: #f9b637;
    --lcd-vert: #6aa43a;
    --lcd-cyan: #6ebebd;
    --lcd-bleu: #3e5e9a;
    --lcd-violet: #965794;
}

.as-link-content a {
    text-decoration: underline;
    color: #80b853;
}

.as-gradient-bg {
    background: #80b853;
    background: linear-gradient(0deg, rgba(128, 184, 83, 1) 0%, rgba(216, 235, 190, 1) 100%);
}

.section-description a {
    color: var(--lcd-theme);
    /* text-decoration: underline; */
}

.page__title {
    padding-top: 200px;
}

.page__title::before {
    display: none;
}

#preloader .preloader span {
    background-color: var(--lcd-vert);
}

.modal .modal-title,
.modal button,
.modal button span,
.modal label {
    font-family: "Teko", sans-serif;
}

.modal input {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.modal label {
    font-size: 18px;
}

.modal label i[class*="fa-"] {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 15px;
}

.top-logo img {
    max-width: 200px;
    padding: 10px;
}

.main-menu .sub-menu {
    min-width: 300px;
}

.main-menu ul li:hover,
.main-menu ul li:hover>a,
.main-menu ul li .active {
    color: #a0d375;
}

.tpfeatures-icon svg {
    max-width: 40px;
    height: auto;
    margin-top: -25px;
}

.counter-number .counter.counter-rouge {
    color: var(--lcd-rouge);
}

.counter-number .counter.counter-jaune {
    color: var(--lcd-jaune);
}

.counter-number .counter.counter-cyan {
    color: var(--lcd-cyan);
}

.counter-number .counter.counter-violet {
    color: var(--lcd-violet);
}

.tp-features-item.feature-lcd-bg-rouge:hover .tpfeatures-icon svg * {
    fill: var(--lcd-rouge);
}

.tp-features-item.feature-lcd-bg-rouge .tpfeatures-icon {
    background-color: var(--lcd-rouge);
}

.tp-features-item.feature-lcd-bg-rouge:hover .tpfeatures-icon i {
    color: var(--lcd-rouge);
}

.tp-features-item.feature-lcd-bg-rouge.tp-features-item:hover {
    background: var(--lcd-rouge);
    border-color: var(--lcd-rouge);
}

.tp-features-item.feature-lcd-bg-jaune:hover .tpfeatures-icon svg * {
    fill: var(--lcd-jaune);
}

.tp-features-item.feature-lcd-bg-jaune .tpfeatures-icon {
    background-color: var(--lcd-jaune);
}

.tp-features-item.feature-lcd-bg-jaune:hover .tpfeatures-icon i {
    color: var(--lcd-jaune);
}

.tp-features-item.feature-lcd-bg-jaune.tp-features-item:hover {
    background: var(--lcd-jaune);
    border-color: var(--lcd-jaune);
}

.tp-features-item.feature-lcd-bg-cyan:hover .tpfeatures-icon svg * {
    fill: var(--lcd-cyan);
}

.tp-features-item.feature-lcd-bg-cyan .tpfeatures-icon {
    background-color: var(--lcd-cyan);
}

.tp-features-item.feature-lcd-bg-cyan:hover .tpfeatures-icon i {
    color: var(--lcd-cyan);
}

.tp-features-item.feature-lcd-bg-cyan.tp-features-item:hover {
    background: var(--lcd-cyan);
    border-color: var(--lcd-cyan);
}

.tp-features-item.feature-lcd-bg-violet:hover .tpfeatures-icon svg * {
    fill: var(--lcd-violet);
}

.tp-features-item.feature-lcd-bg-violet .tpfeatures-icon {
    background-color: var(--lcd-violet);
}

.tp-features-item.feature-lcd-bg-violet:hover .tpfeatures-icon i {
    color: var(--lcd-violet);
}

.tp-features-item.feature-lcd-bg-violet.tp-features-item:hover {
    background: var(--lcd-violet);
    border-color: var(--lcd-violet);
}

.tp-features-item:hover .tpfeatures-icon {
    background: #ffffff !important;
}

.main-menu .sub-menu.as-mega-menu {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    padding: 20px;
}

.main-menu .sub-menu.as-mega-menu li {
    width: 150px;
    text-align: center;
}

.main-menu .sub-menu.as-mega-menu li:hover {
    outline: 1px solid #0003;
}

.main-menu .sub-menu.as-mega-menu li:hover img {
    scale: .95;
}

.main-menu .sub-menu.as-mega-menu li a {
    padding: 0;
}

.main-menu .sub-menu.as-mega-menu img {
    width: 120px;
    /* border: 2px solid var(--lcd-vert); */
    border: 0;
    border-radius: 9999px;
    margin-bottom: 10px;
}

.classes_details_info p {
    margin: 0;
}

.contact-item::before {
    display: none;
}

.about-info .ab-bquote p {
    font-family: "Teko", sans-serif;
    font-size: 30px;
    line-height: 1.05;
    display: block;
    color: #010101;
    font-weight: 500;
}

.counterinfo svg {
    max-width: 70px;
    height: auto;
}

.counterinfo span {
    display: block;
    margin-top: 20px;
}

.classes_details_info p {
    text-align: justify;
}

.classes_details_info a {
    text-decoration: underline;
}

.classes_details_info strong {
    color: #000;
}

.section-description ul {
    margin: 0 0 15px 25px;
}

.section-description ul li {
    list-style: circle;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #6a6b71;
    line-height: 28px;
}

.as-class-icon {
    border-radius: 9999px;
}

.single-class:hover .class_icon {
    background: #ffffff;
    transform: translateY(-15px);
}

.class_icon {
    height: 85px;
    width: 85px;
    margin-top: -75px;
}

.as-class-icon img {
    width: 90px;
    /* width: 60px; */
    /* border: 2px solid var(--lcd-vert); */
    border: 0;
    border-radius: 9999px;
    margin-bottom: 10px;
}

.as-class-icon.bordeau img {
    border: 2px solid var(--lcd-bordeau);
}

.single-class:hover .as-class-icon.bordeau {
    background: var(--lcd-bordeau);
}

.as-class-icon.rouge img {
    border: 2px solid var(--lcd-rouge);
}

.single-class:hover .as-class-icon.rouge {
    background: var(--lcd-rouge);
}

.as-class-icon.jaune img {
    border: 2px solid var(--lcd-jaune);
}

.single-class:hover .as-class-icon.jaune {
    background: var(--lcd-jaune);
}

.as-class-icon.vert img {
    border: 2px solid var(--lcd-vert);
}

.single-class:hover .as-class-icon.vert {
    background: var(--lcd-vert);
}

.as-class-icon.cyan img {
    border: 2px solid var(--lcd-cyan);
}

.single-class:hover .as-class-icon.cyan {
    background: var(--lcd-cyan);
}

.as-class-icon.bleu img {
    border: 2px solid var(--lcd-bleu);
}

.single-class:hover .as-class-icon.bleu {
    background: var(--lcd-bleu);
}

.as-class-icon.violet img {
    border: 2px solid var(--lcd-violet);
}

.single-class:hover .as-class-icon.violet {
    background: var(--lcd-violet);
}

.btn-primary {
    background-color: var(--lcd-vert);
    border-color: var(--lcd-vert);
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: var(--lcd-theme);
    border-color: var(--lcd-theme);
}

.swiper-container-fade .swiper-slide {
    height: 1100px;
}

.progress-wrap::after {
    color: var(--lcd-vert);
}

.progress-wrap svg.progress-circle path {
    stroke: var(--lcd-vert);
}

.menu-area.sticky .top-logo img {
    max-width: 80px;
    padding: 0;
}

.sticky,
.sticky .menu-content {
    background: #000;
}

.sidebar__area,
.sidebar__wrapper {
    background: #000;
}

.sidebar__content .sidebar__logo img {
    max-width: 50%;
}

.as-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

.as-form-mdp,
.as-form-mdp label {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #6a6b71;
    line-height: 28px;
}

.as-form-mdp label {
    font-size: 14px;
    margin-left: 25px
}

@media (max-width: 992px) {
    #mobile-menu {
        display: none !important;
    }
    .as-mega-menu {
        display: block;
    }
    /* .as-mega-menu img {
        display: none;
    } */
    /* .as-mega-menu a:has(img) {
        display: none;
    } */
    .mean-container .mean-nav ul li li a:has(img) {
        display: none;
    }
    .custome-container table,
    .custome-container tr,
    .custome-container td {
        display: block;
    }
    .custome-container td {
        width: 100% !important;
    }
    .page__title {
        padding-top: 0;
    }
    .swiper-container-fade .swiper-slide {
        height: 90vh;
    }
    .tpfeatures-lists {
        margin-top: 10px;
    }
    .item-slider::before {
        display: none;
    }
}

.check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
    padding: 0 25px 0 0;
    float: left;
}

.check:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(34, 50, 84, 0.03);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}

.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}

.check:hover:before {
    opacity: 1;
}

.check:hover svg {
    stroke: #91ee17;
}

#cbx:checked+.check svg {
    stroke: #91ee17;
}

#cbx:checked+.check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

#cbx:checked+.check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}