:root {
    --green: rgb(5, 104, 53);
    --bg-gray: #f8f8f8;
    --bg-green: rgba(228, 250, 191);
    --primary: rgb(5, 104, 53);
    --warning: #f2bb4d;
    --orange: #ff8a16;
    --green-bold: ##476b2d;
    --info: #37938a;
    --text-color: #1f1f1f;
    --shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
}

html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
    scroll-behavior: smooth;
}

body {
    overflow: auto;
}

body,
html {
    height: 100%;
    background-color: #f8f8f8;
}
body {
    margin: 0;
    overflow: auto;
}

body,
html {
    height: 100%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.page-item .page-link {
    color: var(--primary) !important;
  }
.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
em,
small
{
    color: var(--text-color);
    font-family: "Source Sans Pro", "Trebuchet MS", Helvetica, sans-serif;
}
.font-normal {
    color: var(--text-color);
    font-family: "Source Sans Pro", "Trebuchet MS", Helvetica, sans-serif !important;
}

a {
    color: rgb(6, 122, 70);
    text-decoration: none;
}

section {
    position: relative;
    margin: 0 auto;
}

a:hover {
    color: rgb(6, 122, 70);
    text-decoration: underline 1px solid rgb(6, 122, 70);
}

.modal {
    background: rgba(0, 0, 0, 0.4) !important;
}

.container.sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 992px) {
    .container.sm {
        max-width: 960px;
    }
}

@media screen and (max-width: 768px) {
    .container.sm {
        max-width: 720px;
    }
}

@media screen and (max-width: 576px) {
    .container.sm {
        max-width: 540px;
    }
}

@media screen and (max-width: 1200px) {
    .container.sm {
        max-width: 1036px;
    }
}

@media screen and (min-width: 1400px) {
    .container.sm {
        max-width: 1100px;
    }
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}





/* Style the list */
ol.breadcrumb {
    font-family: "Source Sans Pro";
    padding: 16px 40px;
    min-height: 56px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding: 8px;
    list-style: none;
    margin-bottom: 0;
}

ol.breadcrumb li {
    font-family: "Source Sans Pro";
    color: var(--text-color) !important;
    display: inline;
    font-size: 17px;
    line-height: 20px;
}

@media screen and (max-width: 885px) {
    ol.breadcrumb {
        padding: 15px 5px;
    }

    ol.breadcrumb li {
        font-size: 13.23px;
    }
}


.btn.body-btn {
    width: 100%;
    height: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 4px;
    border-style: none;
    padding: 12px 24px;
    background-color: #067a46;
    color: #fff
}

.btn.body-btn:hover {
    background-color: #056835;
    border-color: #056835
}

.btn span {
    color: inherit;
    font-family: "Source Sans Pro", "Trebuchet MS", Helvetica, sans-serif;
    margin: 0;
    font-weight: 700
}

.btn span,
.btn.body-btn {
    line-height: 24px;
    font-size: 16px
}

.btn.body-btn,
.list-dot {
    display: flex;
    cursor: pointer
}

.btn-action {
    height: auto;
    border-radius: 4px;
    border-style: none;
    font-size: 16px;
    /* line-height: 24px; */
    padding: 12px 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: rgb(6, 122, 70);
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-align: center;
}

.btn-action:hover {
    background-color: rgb(5, 104, 53);
    border-color: rgb(5, 104, 53);
}

.btn-action>span {
    color: inherit;
    font-family: "Source Sans Pro", "Trebuchet MS", Helvetica, sans-serif;
    margin: 0px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.btn-action:hover>span {
    color: white;
    text-decoration: underline;
}

.title-lg {
    margin: 0;
    font-family: Roboto, Verdana, Geneva, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
}

.caption {
    color: rgb(36, 36, 36);
    margin: 16px 0px;
    font-family: Roboto, Verdana, Geneva, sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
}

@media screen and (min-width: 768px) {
    .caption {
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (min-width: 1200px) {
    .caption {
        font-size: 37px;
        line-height: 40px;
    }
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.underline {
    text-decoration: underline !important;
}

@media screen and (min-width: 768px) {
    .title-lg {
        font-size: 32px;
        line-height: 38px;
    }
}

@media screen and (min-width: 1024px) {
    .title-lg {
        font-size: 32px;
        line-height: 38px;
    }
}


@media screen and (min-width: 1200px) {
    .title-lg {
        font-size: 45px;
        line-height: 60px;
    }
}

.cursor-pointer {
    cursor: pointer !important;
}

.margin-top-56 {
    margin-top: 56px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-65 {
    margin-top: 65px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.padding-top-56 {
    padding-top: 56px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

/**============== General elements ============ */
@media screen and (min-width: 991px) {
    .section-padding {
        padding: 60px 30px;
        display: block;
    }
}

/*================== Hero Section ===========*/
#hero {
    width: 100%;
    padding: 0;
    position: relative;
    height: 95vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 885px) {
    #hero {
        width: 100%;
        padding: 0;
        position: relative;
        height: max-content;
        padding: 40px 5px;
        margin-top: 56px;
    }
}

.hero img {
    width: 100% !important;
}

/* Hero Texts */

.hero-box {
    text-align: center;
    width: 40%;
    z-index: 1;
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
    max-width: 100%;
}

@media screen and (max-width: 885px) {
    .hero-box {
        text-align: center;
        width: 90%;
    }
}

.hero-box-content {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 885px) {
    .hero-middle {
        width: 40%;
    }
}

.hero-middle {
    width: 100%;
}

.hero-title {
    color: rgb(36, 36, 36);
    margin: 0px;
    font-family: Roboto, Verdana, Geneva, sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 28px;
}

@media screen and (min-width: 1200px) {
    .hero-title {
        font-size: 42px;
        line-height: 48px;
    }
}

@media screen and (min-width: 885px) {
    .hero-title {
        font-size: 45px;
        line-height: 40px;
    }
}

.hero-detail {
    margin-bottom: 32px;
}

.hero-detail-text {
    color: inherit;
    font-family: "Source Sans Pro", "Trebuchet MS", Helvetica, sans-serif;
    margin: 0px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

@media screen and (max-width: 885px) {
    .hero-detail-text {
        font-size: 16.5px;
        line-height: 20px;
    }
}

.hero-action {
    display: inline-block;
    text-align: center;
}

.hero-link:visited {
    color: rgb(3, 86, 36);
}

.hero-link {
    color: rgb(6, 122, 70);
    text-decoration-line: none;
}

.bg-blue {
    background-color: #a2caff;
    color: #02387e;
}

.aut {
    color: #4dd468;
}

/*================== CTA section ===========*/

.cta-section {
    position: relative;
    min-height: 300px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

@media (min-width: 885px) {
    .cta-section {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (min-width: 885px) {
    .cta-section {
        height: 305px;
        background-image: url(../img/cta-bg-600.jpg);
    }
}

@media only screen and (max-width: 885px) {
    .cta-section {
        height: 300px;
        background-image: url(../img/cta-bg-300.jpg);
        background-position: center center;
        background-size: cover;
    }
}

.cta-title {
    color: inherit;
    margin: 0px;
    text-align: center;
    font-family: Roboto, Verdana, Geneva, sans-serif;
    font-weight: 500;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 18px;
}

.cta-desc {
    color: inherit;
    font-family: "Source Sans Pro", "Trebuchet MS", Helvetica, sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 35px;
}

@media screen and (min-width: 1200px) {
    .cta-title {
        font-size: 40px;
        line-height: 48px;
    }
}

@media screen and (min-width: 885px) {
    .cta-title {
        font-size: 42px;
        line-height: 40px;
    }
}

/*================ Footer section =============== */
.footer {
    background-color: rgb(255, 255, 255);
    border-top: 1px solid rgb(228, 228, 228);
    padding: 32px 18px 18px 28px;
}

.footer-heading {
    color: rgb(36, 36, 36);
    font-family: "Source Sans Pro", "Trebuchet MS", Helvetica, sans-serif;
    margin: 0px;
    font-weight: 700;
    font-size: 17.6px;
    line-height: 24px;
    text-transform: capitalize;
    padding-bottom: 12px;
    margin-bottom: 8px;
}

.footer .footer-block {
    padding: 2px;
}

.footer .footer-bloc ul {
    padding-left: 0px
}

.footer .footer-bloc ul,
.footer .footer-bloc li {
    list-style: none;
}

.footer .footer-bloc li {
    margin-bottom: 5px;
}

.footer .footer-bloc ul,
.footer .footer-bloc li a {
    color: inherit;
    font-family: "Source Sans Pro", "Trebuchet MS", Helvetica, sans-serif;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    color: var(--primary);
}

.kLnkbu {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 885px) {
    .ggIHvB {
        width: 40px;
    }
}

.ggIHvB {
    display: inline;
    width: 30px;
    margin-right: 8px;
}

.web-u1jr60 {
    height: 40px;
}

@media screen and (min-width: 885px) {
    .first-row {
        padding-bottom: 35px;
    }
}


/*========  Inner Pages Content Styles =======*/
.section-bg {
    background-color: rgb(243, 243, 243);
    background-image: linear-gradient(rgb(239, 239, 239), rgb(245, 241, 241));
}

.title-bloc {
    padding: 15px 18px;
    margin-bottom: 35px;
    margin: 0 auto;
    width: 100%;
}

@media screen and (max-width: 885px) {
    .title-bloc {
        width: 100%;
        padding: 0 0px;
        margin-bottom: 25px;
        margin: auto;
    }
}

.section-title {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 20px;
    -webkit-letter-spacing: -0.3px;
    -moz-letter-spacing: -0.3px;
    -ms-letter-spacing: -0.3px;
    letter-spacing: -0.3px;
    color: #242424;
    font-size: 20px;
    text-align: center;
    padding: 32px 10px 8px 10px;
}

@media (min-width: 991px) {
    .section-title {
        font-size: 32px;
        line-height: 38px;
    }
}

.title-bloc-desc {
    font-family: "Source Sans Pro", "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #242424;
    font-size: 14px;
    display: block;
    margin: auto;
    padding: 0 10px;
    padding-bottom: 0px;
    margin-top: NaN;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
}


/*===== Carousel section =====*/
.caroussel-container {
    margin: auto;
    position: relative;
}

.caroussel-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 20px 8px;
    max-width: 95%;
    margin: auto !important;
}

@media (min-width: 1200px) {
    .caroussel-content {
        max-width: 1160px;
        padding-left: 0;
        padding-right: 0;
    }
}

.caroussel-item.style-two {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
}

.caroussel-item.style-one {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 10px;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.caroussel-item.style-one .caroussel-details,
.caroussel-item.style-two .caroussel-details {
    bottom: 24px;
    position: absolute;
    left: 16px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 89%;
}

.caroussel-item.style-one .caroussel-image,
.caroussel-item.style-two .caroussel-image {
    position: relative;
    display: block;
    margin: auto;
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
}

.caroussel-item.style-one .box-name,
.caroussel-item.style-two .box-name {
    font-family: Roboto, sans-serif;
    font-weight: 600;
    line-height: 19px;
    -webkit-letter-spacing: -0.3px;
    -moz-letter-spacing: -0.3px;
    -ms-letter-spacing: -0.3px;
    letter-spacing: -0.3px;
    color: #242424;
    color: #FFFFFF;
    font-size: 17px;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .caroussel-item.style-one .box-name {
        font-size: 20px;
        line-height: 19px;
    }
}

.box-info {
    color: #FFFFFF;
    font-family: Roboto, Verdana, Geneva, sans-serif;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1;
}

.box-count,
.caroussel-item.style-two .box-count {
    font-family: Roboto, Verdana, Geneva, sans-serif;
    color: #ffffff;
    background: #732429;
    font-size: 14px;
    padding: 0 8px;
    border-radius: 3px;
    font-weight: 600;
    line-height: 1.5;
    max-width: 95%;
}

.caroussel-item.style-one .overlay,
.caroussel-item.style-two .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, black);
    box-shadow: rgb(228 228 228) 0px 3px 3px;
    z-index: 1;
}

/*================ end style bloc =============**/


/**======== Box Bloc style One ==============*/

.box-card-content {
    position: relative;
    width: 100%;
    margin: 18px auto;
}

.box-media.media-style-one {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 18px;
}

picture {
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
}

picture>img {
    display: block;
    height: auto;
    object-fit: cover;
    max-width: 100%;
    margin: auto;

}


.h3,
.h1,
.h2,
.h4,
.h5 {
    font-weight: 600;
    line-height: 24px;
    -webkit-letter-spacing: -0.3px;
    -moz-letter-spacing: -0.3px;
    -ms-letter-spacing: -0.3px;
    letter-spacing: -0.3px;
    color: #242424;
    margin-bottom: 5px;
}

.h5 {
    font-size: 16px;
}

.h4 {
    font-size: 17px;
}

.h3 {
    font-size: 18.7px;
}

.h2 {
    font-size: 21.5px;
}

.h1 {
    font-size: 25px;
}

.fw-bold {
    font-weight: 600 !important;
    font-family: Roboto, sans-serif !important;
}

.fw-large {
    font-family: Roboto, Verdana, Geneva, sans-serif;
    font-size: 33px !important;
}

@media (min-width: 1200px) {
    .h3 {
        font-size: 19px;
    }
}

@media (max-width: 885px) {
    .h3 {
        font-size: 17.23px;
    }

    .h2 {
        font-size: 18px;
    }

    .h1 {
        font-size: 19.8px;
    }
}

.desc {
    font-family: "Source Sans Pro", "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #242424;
    font-size: 14px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    box-sizing: border-box;
    width: 100%;
}

@media (min-width: 1200px) {
    .desc {
        font-size: 16px;
        line-height: 24px;
    }
}

.no-style {
    list-style: none !important;
    text-decoration: none;
}

.no-padding {
    padding: 0 0 !important;
}

.list-opt {
    display: inline-block;
    margin-right: 16px;
    height: 25px;
    width: 25px;
    background: rgb(6, 122, 70);
    border: 1px solid rgb(0, 97, 53);
    color: rgb(255, 255, 255);
    font-size: 19px;
    line-height: 25px;
    text-align: center;
}

.circle {
    border-radius: 50% !important;
}

.text-justify {
    text-align: justify !important;
}

@media screen and (max-width: 885px) {
    .list-opt {
        height: 18px;
        width: 18px;
        line-height: 18px;
        font-size: 11px;
        margin-right: 5px;
    }
}

/**============ Login Card Box =======================*/
.auth-section {
    margin-top: 56px;
    padding: 45px 15px;

}

.login-card {
    background-color: rgb(255, 255, 255);
    padding: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(228, 228, 228);
    min-height: 275px;
    max-width: 450px;
    margin: auto;
}

@media screen and (min-width: 885px) {
    .login-card {
        padding: 0px;
        padding-top: 32px;
        padding-bottom: 32px;
        width: 450px;
    }
}

.absolute {
    position: absolute !important
}

.sticky {
    position: sticky !important;
}

.relative {
    position: relative !important;
}

.fixed {
    position: fixed !important;
}

.form-group {
    margin-bottom: 12px;
    position: relative
}

label.animated {
    color: rgb(103, 103, 103);
    position: absolute;
    background-color: rgb(255, 255, 255);
    line-height: 16px;
    font-size: 16px;
    left: 8px;
    top: 16px;
    padding-left: 4px;
    padding-right: 4px;
    transition: all 0.2s ease 0s;
    transform-origin: left top 0px;
    pointer-events: none;
}

input.form-control,select.form-control  {
    position: relative;
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    padding: 12px;
    font-family: "Source Sans Pro", "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px;
    display: block;
    text-align: left;
    border-color: rgb(228, 228, 228) !important;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 5px;
}


input.sm,
input.form-control.sm {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 16px;
}

input:hover,
input[type="password"]:hover,
input:hover,
.form-control:hover {
    border: 1px solid #020202 !important;
}

input:focus,
input[type="password"]:focus,
input:focus,
.form-control:focus {
    box-shadow: none !important;
    border: 2px solid var(--green) !important;
}


button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.input-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    cursor: pointer;
    padding: 6px;
}

.btn {
    width: 100%;
    height: auto;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 4px;
    border-style: none;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: rgb(6, 122, 70);
    color: rgb(255, 255, 255);
    cursor: pointer;
}

button,
.btn:focus,
.btn:visited {
    box-shadow: none !important;
}

.btn:hover {
    background-color: rgb(5, 104, 53);
    border-color: rgb(5, 104, 53);
    color: rgba(252, 255, 254);
}

.line-separator {
    color: rgb(14, 14, 14);
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    z-index: 20;
    background-color: #fff;

}

.line-separator::after {
    content: "";
    width: 45px;
    border-top-width: 1px;
    background: rgb(255, 255, 255);
    position: absolute;
    height: 15px;
    z-index: -1;
}

.line-separator::before {
    content: "";
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: rgb(187, 187, 187);
    position: absolute;
    z-index: -1;
}

.oauth-box {
    position: relative;
    width: 100%;
    padding: 0;
    margin: auto;
    display: block
}

.auth-btn {
    display: block;
    margin: 8px auto;
    width: 100%;
    height: 48px;
    padding: 10px 13px;
    border-radius: 4px;
    line-height: 24px;
    color: #fff;
}

.auth-btn:hover {
    text-decoration: none;
}

.auth-btn>span {
    color: #fff;
}

.auth-btn span:first-of-type {
    margin-right: 8px;
}

.auth-btn.google {
    background: #e14a4a;
    border: 1px solid #e14a4a;
}

.auth-btn.google:hover {
    background: #ff5d5d;
    border: 1px solid #ff5d5d;
}

.auth-btn.facebook {
    background: #1676f3;
    border: 1px solid #1676f3;
}

.auth-btn.facebook:hover {
    background: #0659c6;
    border: 1px solid #0659c6;
}

@media screen and (max-width: 885px) {
    .auth-btn span:last-of-type {
        font-size: 13.33px;
    }
}

@media screen and (min-width: 885px) {
    .line-separator {
        margin-top: 32px;
        margin-bottom: 32px;
    }
}

.auth-section .login-bg-image {
    min-height: 485px;
    background: url(../img/auth.png) center center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width:885px) {
    .no-on-mobile {
        display: none !important;
    }
}

/**=========== Pages Mentions ============== */

.page-content {
    position: relative;
    background: #FFFFFF;
}

.page-banner {
    position: relative;
    height: 185px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: cover;
    background-position: center center;
    background-size: cover;
    background-position: center center;
}

@media (min-width: 885px) {
    .page-banner {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

}

@media only screen and (min-width: 1200px) {
    .page-banner {
        min-height: 415px;
    }
}

.page-banner .page-title {
    padding-top: 45px;
}

.page-banner .page-title h1 {
    color: #fff;
    text-shadow: var(--shadow);
    padding: 13px 25px;
    background-color: rgba(0, 0, 0, .11);
}

/**================ Contact page ============== */
.left-contacts {
    position: relative;
    width: 100%;
}

.left-contacts address {
    width: 80%;
    display: block;
    background-color: white;
    box-shadow: var(--shadow);
    border-radius: 4px;
    padding: 19px 16px;
}

@media screen and (max-width:885px) {
    .left-contacts address {
        width: 100%;
    }
}

.left-contacts address h3 {
    color: var(--green);
    font-size: 16.9px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.left-contacts address>span {
    display: block;
}


/**=============== Page Box ============= */

.art-card {
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 28px;
}

.art-card.style-2 {
    background-color: #FFFFFF;
    box-shadow: none;
}

.art-card-content {
    cursor: pointer;
    min-height: 285px;
}

.art-media {
    background-color: #FFFFFF;
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.art-img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    color: transparent;
}

@media screen and (min-width: 768px) {
    .art-infos {
        padding-left: 0;
        min-height: 95px;
    }
}

.art-infos {
    padding-left: 0;
}

.art-info-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
    padding: 8px 18px 8px;
    min-height: 525px;
}

.art-card.style-2 .art-card-content {
    cursor: pointer;
    min-height: 95px;
    overflow: hidden;
}

.art-card.style-2 .art-card-content .art-infos {
    height: 100px;
    overflow: hidden;
}

.art-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.art-caption {
    font-family: Roboto, Verdana, Geneva, sans-serif;
    font-size: 19.5px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: unset;
    color: #242424;
    margin: 4px 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    /* white-space: nowrap;
    text-overflow: ellipsis; */
    overflow: hidden;
}

.art-desc {
    font-family: 'Source Sans Pro', 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #242424;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.art-metas {
    position: absolute;
    bottom: 0;
    padding: 8px;
    max-width: 300px;
}

.meta-inner {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 20px;
    margin-top: auto;
    width: 100%;
}

.meta-inner>span:first-of-type:not(:only-child) {
    border-right: 1px solid #E4E4E4;
}

.meta-time {
    font-family: 'Source Sans Pro', 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    color: #242424;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 8px;
}

.meta-composite {
    font-family: 'Source Sans Pro', 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    color: #676767;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    padding: 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/* Toutes les Recettes */
#search-box {
    position: relative;
    width: 100%;
    padding: 0;
}

#search-box form {
    padding: 0;
    position: relative;
    width: 100%;
}

#search-box .search-line {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#search-box .search-line input {
    width: 100%;
}

#search-box .search-line>button {
    position: absolute;
    top: 0;
    right: 25px;
    background: transparent;
    color: #000;
    border: none;
    outline: none;
    font-size: 20px;
    height: 100%;
    display: block;
}


/* Caroussel Catégories */
.category-item:hover {
    font-weight: 600;
    background-color: #E4FABF;
}

.category-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #067A46;
    border-radius: 999px;
    padding: 10px 15px;
    font-size: 16px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    margin-right: 8px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .category-item {
        border-color: #067A46;
        padding: 7px 11px;
        font-size: 14.23px;
        margin-right: 6px;
    }
}

@media screen and (max-width: 885px) {
    .category-item {
        border-color: #067A46;
        padding: 5px 9px;
        font-size: 12.75px;
        margin-right: 6px;
    }
}

.space-between {
    display: flex !important;
    justify-content: space-between;
}

/**============== Comment ça marche ? ============*/
.hiw-media {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.hiw-details {
    position: relative;
    width: 100%;
    text-align: left;
}
@media screen and (min-width: 885px) {
    .row.row-left .hiw-details {
        padding-left: 23px;
    }
    .row.row-right .hiw-details {
        padding-right: 23px;
    }
}
/**============== Nos Valeurs ===================== */
.cltviQ {
    position: relative;
}
.css-1foksux {
    position: relative;
    min-height: 241px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    padding-bottom: 20px;
    padding-top: 20px;

}

@media (min-width: 768px) {
    .css-1foksux {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.kdLvqV {
    text-align: center;
    width: 100%;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    max-width: 100%;
    position: absolute;
    top: 0px;
    bottom: auto;
}

@media screen and (min-width: 768px) {
    .kdLvqV {
        text-align: left;
        max-width: 964px;
        position: relative;
        top: auto;
        bottom: auto;
    }
}

@media screen and (min-width: 1200px) {
    .kdLvqV {
        max-width: 1080px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1580px) {
    .css-1foksux {
        background-image: url(../img/eco.svg);
    }
}

@media screen and (min-width: 991px) {
    .css-1foksux {
        min-height: 427px;
    }
}

@media screen and (max-width: 991px) {
    .css-1foksux {
        background: #a5eed4;
        min-height: 300px;
    }
}

.hjEDVV {
    display: flex;
    -moz-box-pack: start;
    justify-content: flex-start;
}

.dpJCke {
    width: 100%;
}

@media screen and (min-width: 885px) {
    .dpJCke {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .ixVAHR {
        display: block;
    }
}

.gNeJFc {
    color: inherit;
    margin: 0px auto 26px auto;
    text-align: left;
    font-family: Roboto, Verdana, Geneva, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
}

@media screen and (min-width: 1200px) {
    .gNeJFc {
        font-size: 40px;
        line-height: 48px;
    }
}

@media screen and (min-width: 768px) {
    .gNeJFc {
        font-size: 32px;
        line-height: 40px;
    }
}

.jkhNuh {
    margin-bottom: 32px;
}

.ldLafp {
    color: inherit;
    font-family: "Source Sans Pro", "Trebuchet MS", Helvetica, sans-serif;
    margin: 0px;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

@media screen and (max-width: 885px) {
    .kdLvqV {
        margin: 30px auto;
    }

    .gNeJFc {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 25px;
    }

    .ldLafp {

        font-size: 18px;
        line-height: 21px;
    }
}

/**============== Page Livraison ============ */
.delivery-innerbanner {
    position: relative;
}

.delivery-innerbanner .banner-inner {
    position: relative;
    width: 100%;
}

.delivery-innerbanner .banner-inner .banner {
    position: relative;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
    background-image: url(../img/bg-inner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 415px;
}

.delivery-innerbanner .banner-inner .banner .banner-infos {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.delivery-innerbanner .banner-inner .banner .banner-infos .centered {
    width: 50%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.delivery-innerbanner .banner-inner .banner .banner-infos .centered h2 {
    display: block;
    text-align: center;
    margin-bottom: 35px;
    font-size: 42px;
}

.delivery-innerbanner .banner-inner .banner .banner-infos .centered p {
    display: block;
    position: relative;
    text-align: center;
    width: 75%;
    font-size: 19px;
    margin: 30px auto;
}

@media screen and (max-width:885px) {
    .delivery-innerbanner .banner-inner .banner {
        min-height: 241px;
    }

    .delivery-innerbanner .banner-inner .banner .banner-infos {
        width: 80%;
    }

    .delivery-innerbanner .banner-inner .banner .banner-infos .centered {
        width: 100%;
    }

    .delivery-innerbanner .banner-inner .banner .banner-infos .centered p {
        text-align: center;
        width: 100%;
        font-size: 17.89px;
        margin: 20px auto;
    }
}

/*==========  Pages Commander :  Steps ================*/
.steps-section ul {
    display: block;
    padding-left: 0;
    list-style: none;
    position: relative;
    max-width: 100%;
    margin: 25px auto;
    text-align: center;
}

.steps-section ul>li {
    display: flex;
    display: inline-block;
    list-style: none;
    margin: 4px auto;
}

.steps-section ul>li>button {
    display: flex;
    display: inline-block;
    list-style: none;
}

.steps-section ul>li>button {
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    cursor: pointer;
    display: inline-flex;
    vertical-align: text-bottom;
    border-radius: 4px;
    font-size: 16px;
    font-family: "Source Sans Pro", "Trebuchet MS", Helvetica, sans-serif;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0.7px;
    padding-left: 8px;
    padding-right: 8px;
    height: 48px;
    color: rgb(5, 104, 53);
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    position: relative;
    width: 135px;
    overflow-wrap: anywhere;
    border: 1px solid rgb(6, 122, 70);
    font-weight: 600;
}

.steps-section ul>li>button.active {
    background-color: rgb(210, 248, 149);
}

@media (min-width: 1024px) {
    .steps-section ul>li>button {
        width: 177px;
        height: 48px;
    }
}

@media (min-width: 768px) {
    .steps-section ul>li>button {
        width: 168px;
        height: 48px;
    }
}

.steps-section ul.with-media>li {
    height: 165px;
    width: 180px;
    max-width: 20%;
    overflow: hidden;
}

.steps-section ul>li>button.with-media {
    height: 100%;
    color: rgb(5, 104, 53);
    background-color: rgb(255, 255, 255);
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid rgb(6, 122, 70);
    font-weight: 600;
    padding: 0;
}

.steps-section ul>li>button .box-content {
    height: 100%;
    width: 100%;
    display: block;
}

.steps-section ul>li>button>.ch-content span.ico {
    position: absolute;
    top: 4px;
    right: 3px;
    font-size: 12px;
    color: var(--green);
    display: none;
}

.steps-section ul>li>button.active>.ch-content span.ico {
    display: inline;
}


/* Person Counter */
.large-box {
    position: relative;
    display: block;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    width: 100%;
    /* padding: 18px 23px; */
    margin: auto;
}

.large-box>.box-inner {
    position: relative;
    width: 100%;
    margin: auto;
}

.large-box>.box-inner>.header {
    position: relative;
    margin: auto;
    display: block;
    margin: 15px auto;
    padding: 35px 18px 10px 18px;
    text-align: center;
}

.large-box>.box-inner>.header,
.large-box>.box-inner>.body {
    max-width: 80%;
}

@media screen and (max-width: 885px) {

    .large-box>.box-inner>.header,
    .large-box>.box-inner>.body {
        max-width: 100%;
    }
}

.large-box>.box-inner>.header h3 {
    font-size: 1.9rem;
    font-weight: 500;
    margin-bottom: 18px;
}

.large-box>.box-inner>.body {
    position: relative;
    margin: auto;
}

.large-box>.box-inner>.body .count-row {
    position: relative;
    width: 100%;
    margin: auto;
}

.large-box>.box-inner>.body .row-item {
    position: relative;
    width: 100%;
    margin: 0px auto 18px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 36px;
}

.large-box>.box-inner>.body .row-item .counter-left {
    width: 30%;
    position: relative;
}

.large-box>.box-inner>.body .row-item .counter-right {
    width: 70%;
    position: relative;
}


.large-box>.box-inner>.body .row-item .counter-right ul {
    margin: 0 0;
    display: flex;
}

.large-box>.box-inner>.body .row-item .counter-right ul li {
    margin: 0 0;
    position: relative;
    display: inline-block;
    max-width: 13%;
}

.large-box>.box-inner>.body .row-item .counter-right ul li .count-item {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

.large-box>.box-inner>.body .row-item .counter-right ul label {
    margin: 0 0;
    height: 29px;
    width: 43px;
    border: 1px solid var(--green);
    background-color: white;
    line-height: 29px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    z-index: 50;
    justify-content: center;
    font-weight: 430;
}

.large-box>.box-inner>.body .row-item .counter-right ul label:hover {
    background-color: rgb(210, 248, 149);
}

.large-box>.box-inner>.body .row-item .counter-right ul label.active {
    background-color: var(--green);
    color: white;
    ;
}


.large-box>.box-inner>.body .row-item .counter-right ul li input {
    margin: 0 0;
    height: 29px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 991px) {
    .large-box>.box-inner>.body .row-item {
        width: 90%;
        margin: 15px auto;
        display: block;
        height: auto;
    }

    .large-box>.box-inner>.body .row-item .counter-right ul {
        margin: 0 0;
        display: block;
    }

    .large-box>.box-inner>.body .row-item .counter-left {
        width: 100%;
        position: relative;
    }

    .large-box>.box-inner>.body .row-item .counter-right {
        width: 100%;
        position: relative;
    }

    .large-box>.box-inner>.body .row-item .counter-right ul li {
        margin: 0 0;
    }

    .large-box>.box-inner>.body .row-item .counter-right ul label {
        margin: 0 0 6px;
        font-size: 13px;
    }
}

/* Corp du Box */
.large-box>.box-inner>.body .recipe-row {
    position: relative;
    width: 100%;
    margin: auto;
}

.large-box>.box-inner>.body .recipe-row .recipes-inner {
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.large-box>.box-inner>.body .recipe-row .recipes-inner ul {
    margin: 0;
    padding-left: 0;
    display: block;
    width: 100%;
    margin: auto;
}

.large-box>.box-inner>.body .recipe-row .recipes-inner ul li {
    display: inline-block;
    width: 18.666666%;
    overflow: hidden;
    margin: 0 auto 18px auto;
}

@media screen and (min-width: 885px) {
    .large-box>.box-inner>.body .recipe-row .recipes-inner ul li {
        min-height: 185px;
    }
}

.large-box>.box-inner>.body .recipe-row .recipes-inner ul li label {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid var(--green);
    border-radius: 4px;
    cursor: pointer;
}

@media screen and (min-width : 768px) {
    .large-box>.box-inner>.body .recipe-row .recipes-inner ul li label {
        min-height: 145px;
    }
}

@media screen and (min-width: 1080px) {
    .large-box>.box-inner>.body .recipe-row .recipes-inner ul li label {
        min-height: 168px;
    }
}

@media screen and (min-width: 1380px) {
    .large-box>.box-inner>.body .recipe-row .recipes-inner ul li label {
        min-height: 200px;
    }
}

.large-box>.box-inner>.body .recipe-row .recipes-inner ul li label>.recipe-content {
    display: block;
    display: block;
    width: 100%;
}

.large-box>.box-inner>.body .recipe-row .recipes-inner ul li label>.recipe-content .media {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #55855858;
}

@media screen and (min-width: 885px) {
    .large-box>.box-inner>.body .recipe-row .recipes-inner ul li label>.recipe-content .media {
        height: 140px;
        position: relative;
        overflow: hidden;
    }
}

.large-box>.box-inner>.body .recipe-row .recipes-inner ul li label>.recipe-content .media img {
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    margin: auto;
}

.large-box>.box-inner>.body .recipe-row .recipes-inner ul li label>.recipe-content .details {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    line-height: 16px;
    font-size: 15px;
    padding: 8px 3px;
    text-align: center;
}

.large-box>.box-inner>.body .recipe-row .recipes-inner ul li label>.recipe-content .details input {
    display: none;
    opacity: 0;
    visibility: hidden;
}


@media screen and (min-width: 685px) and (max-width: 991px) {
    .large-box>.box-inner>.body .recipe-row .recipes-inner ul li {
        width: 25%;

    }
}

@media screen and (max-width: 991px) {

    .large-box>.box-inner>.body .recipe-row {
        padding: 0px 4.6px;

    }

    .large-box>.box-inner>.body .recipe-row .recipes-inner ul li {
        width: 40%;

    }

    .large-box>.box-inner>.body .recipe-row .recipes-inner ul li label {
        min-height: 140px;
    }

    .large-box>.box-inner>.body .recipe-row .recipes-inner ul li label>.recipe-content .media {
        width: 100%;
        height: 88px;
    }

    .large-box>.box-inner>.body .recipe-row .recipes-inner ul li label>.recipe-content .details {
        overflow: hidden;
        line-height: 12px;
        font-size: 78%;
        padding: 4px 3px;
    }

    .recipe-content .details span {
        line-height: 1;
        font-size: 11px !important;
        ;
    }

    .box-action>.btn-action.w-100 {
        max-width: 80%;
        margin: auto;

    }
    .box-action{
      display: flex !important;
      justify-content: center;
    }
    .box-action>.btn-action {
        padding: 5px 10px !important;
        display: inline ;
       margin-right: 5px;
    }
    .box-action >.btn-action > span {
      font-size: 11px !important;
  }
}

label.recipe-label.active {
    background-color: var(--green);
    color: white;
}

label.recipe-label.active * {
    color: white;
}




/*=== Step 3 =======*/

.gray-bar {
    display: flex;
    background-color: rgb(236, 236, 236);
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    height: inherit;
    width: 100%;
    margin: 24px auto;
    padding: 8px;
}

@media screen and (min-width: 768px) {
    .gray-bar {
        height: 32px;
        margin-top: 0px;
    }
}

.width-80 {
    width: 90%;
    margin: auto;
}

@media screen and (max-width: 885px) {
    .width-80 {
        width: 100%;
    }

    .gray-bar {
        width: 100%;
    }
}

.card.card-mini {
    padding: 24px 21px 21px;
}

.card.card-mini>.card-body {
    padding: 0 0px;
}

.resume-line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 98px;
    padding-bottom: 25px;
    margin-bottom: 18px;
    border-bottom: 1px solid #eeee;
}

.resume-line>.media-card {
    height: 60px;
    width: 80px;
    border-radius: 2px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.resume-line>.media-card>img {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}

.resume-line>.details-content {
    padding-left: 12px;
    position: relative;
    width: 85%;
    overflow: hidden;
}

.resume-line>.details-content h4 {
    font-size: 18.53px !important;
    font-weight: 600;
}

.resume-line>.details-content span {
    font-size: 15px;
    color: #7d7d7d;
}

.cart-table td {
    font-size: 16px !important;
    font-size: 15px;
    color: #6e6e6e;
}

.bg-gray {
    background-color: #eeeeee !important
}


/*================ Single Box Page  ===============*/
.single-box-header {
    height: 475px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.single-box-header::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 39%, black);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.single-box-header>img {
    display: block;
    height: 100%;
    object-fit: cover;
    margin: auto;
    width: 100%;
}

.single-box-header>div.single-box-details {
    position: absolute;
    width: 100%;
    height: 180px;
    left: 0;
    bottom: 0;
    z-index: 100;
    color: white;
}

.single-box-header>div.single-box-details>div {
    position: absolute;
    width: 60%;
    padding: 40px 35px 30px;
    margin: auto;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 100;
    color: white;
}

.single-box-header>div.single-box-details>div h1 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}

.single-box-header>div.single-box-details>div span {
    color: #fff;
    font-size: 21.83px;
    display: block;
}


@media screen and (min-width: 285px) and (max-width: 780px) {
    .single-box-header {
        height: 205px;
    }

    .single-box-header>div.single-box-details {
        height: 51%;
    }
}

@media screen and (min-width: 780px) and (max-width: 1080px) {
    .single-box-header {
        height: 285px;
    }

    .single-box-header>div.single-box-details {
        height: 45%;
    }
}

@media screen and (max-width: 576px) {
    .single-box-header>div.single-box-details>div h1 {
        font-size: 21.78px;
    }

    .single-box-header>div.single-box-details>div span {
        font-size: 14.8px;
    }
}

@media screen and (max-width: 991px) {
    .floating-section>.container {
        max-width: 100%;
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .single-box-header>div.single-box-details>div {
        position: absolute;
        width: 100%;
        padding: 20px 22px 16px;
        height: 100%;
    }
}

.white-box {
    background-color: #fff;
    position: relative;
    width: 100%;
    margin-top: 24px;
    padding: 24px 28px;
    border-top: 1px solid rgb(238, 238, 238);
    text-align: justify;
}

.media-box {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    border: 2px solid #e0e0e0;
}

.media-150-max {
    position: relative;
    height: 150px;
    width: 150px;
    display: block;
    overflow: hidden;
}

.media-175-max {
    position: relative;
    height: 175px;
    width: 175px;
    display: block;
    overflow: hidden;
}

.media-210-max {
    position: relative;
    height: 210px;
    display: block;
    width: 210px;
    overflow: hidden;
}

.media-250-max {
    position: relative;
    height: 250px;
    width: 250px;
    display: block;
    overflow: hidden;
}

.media-325-max {
    position: relative;
    height: 325px;
    width: 325px;
    display: block;
    overflow: hidden;
}

.media-185-max {
    position: relative;
    height: 185px;
    width: 185px;
    display: block;
    overflow: hidden;
}

.step-count {
    height: 50px;
    width: 50px;
    display: flex;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #c4c4c4;
    text-align: center;
    line-height: 100%;
    font-weight: 600;
    font-size: 20px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .media-150-max {
        position: relative;
        height: 110px;
        width: 110px;
        overflow: hidden;
    }
}

.media-100 {
    position: relative;
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.media-90 {
    height: 90px;
    width: 90px;
    overflow: hidden;
}

.media-80 {
    height: 80px;
    width: 80px;
    overflow: hidden;
}

.media-60 {
    height: 60px;
    width: 60px;
    overflow: hidden;
}

.desc-content {
    padding-left: 14px;
}

.media-box>img {
    display: block;
    object-fit: cover;
    margin: auto;
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.media-box.rounded {
    border-radius: 50% !important;
}

@media screen and (max-width: 768px) {
    .m-sm-auto {
        margin: auto;
    }

    .media-box {
        margin: auto;
    }
}

/** Footer credits  */
footer {
    margin-top: auto;
}

.footer-credit {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border-top: 1px solid #dfdfdf;
    width: 100%;
}

@media screen and (max-width: 885px) {
    .footer-credit {
        display: block;
    }
}

.footer-credit .credits {
    display: inline;
}

.footer-credit .credits>div {
    display: block;
    margin-bottom: 10px;
}

.footer-credit .credits>.credit-item {
    margin-right: 16px;
}

.footer-credit .credits>.credit-item a {
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: underline;
}

@media screen and (min-width: 885px) {
    .footer-credit .credits>div {
        display: inline-block;
    }

    .credits {
        width: 80%;
    }

    .footer-credit .credits>.credit-item {
        width: 15%;
    }

    .footer-credit .credits>.credit-item:first-of-type {
        width: 20%;
    }
}

.footer-credit .footer-social {
    display: block;
}

.footer-credit .footer-social>div {
    display: inline-block;
}

.social-link-item {
    margin-right: 11px;
}

.social-link-item a {
    padding: 5px;
    position: relative;
    z-index: 50;
}


/*--- CSS PERSONNALISE ---*/

#list-categories-home ul li {
    display: inline-block;
    list-style-type: none;
}

.form-check input {
    margin-right: 8px;
}

.form-check-input:checked {
    background-color: var(--green);
    border-color: var(--green);
    color: white;
}

.text-right {
    text-align: right !important;
}

@media screen and (min-width: 768px) {
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
}

@media screen and (min-width: 1080px) {
    .grid-col {
        height: 415px;
        overflow: hidden;
        width: 100%;
        display: block;
    }

    .grid-col>.max-200 {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 215px !important;
    }

    .grid-col>.max-200>img {
        max-width: 100%;
    }
}

/* Au menu tabs */
.tab-link {
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
    color: rgb(6, 122, 70);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(6, 122, 70);
    box-shadow: none;
    text-transform: none;
    font-family: "Source Sans Pro", "Trebuchet MS", Helvetica, sans-serif;
    height: auto;
    line-height: 1;
    z-index: 0;
    letter-spacing: normal;
    display: block;
    font-size: 16.33px;
    padding-left: 16px;
    padding-right: 16px;
}

.tab-link:hover {
    color: #056835;
}

a.tab-link span {
    color: rgb(6, 122, 70);
}

.tab-link.active {
    background: rgb(210, 248, 149);
    box-shadow: none;
    cursor: default;
    outline: none;
}

.absolute-link {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 50;
}

.text-green {
    color: rgb(6, 122, 70) !important;
}

button:disabled,
a.disabled {
    background-color: #b5b5b5 !important;
    cursor: not-allowed;
}

.container_check {
    display: block;
    position: relative;
    line-height: 1.7;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 14.75px;
    user-select: none;
}@media screen and (max-width: 684px){
  ul.text-start.px-4{
    padding: 0 6.5px !important;
  }
  .container_check {
    padding-left: 0px;
    font-size: 10.23px;
  }
}

.suppl-qty {
    position: absolute;
    right: 20%;
    top: -3.5px;
    display: flex;
    justify-content: space-between;
    max-width: 105px;
    overflow: hidden;
}

.suppl-qty.disabled {
    user-select: none !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
    opacity: .246;
}

.suppl-qty>span {
    padding: 6px;
    cursor: pointer;
    font-size: 17.45px;
    color: var(--green);
}

.suppl-qty input {
    max-width: 50px;
    width: 50px;
    height: 25px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

.container_check>span.price {
    float: right;
}

.cart-count {
    position: absolute;
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    border-radius: 50%;
    font-weight: 500;
    background-color: #e62e0a;
    top: 8px;
    right: 5px;
}

@media screen and (max-width: 885px) {
    .cart-count {
        top: 10px;
        left: 118px;
        right: none;
    }
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.ingredient-box {
    min-height: 260px;
    position: relative;
    width: 100%;
}

.ingredient-content {
    min-height: 260px;
    position: relative;
    padding: 8px 13px;
    width: 100%;
}

.ingredient-media {
    position: relative;
}

@media screen and (min-width: 885px) {
    .ingredient-media {
        overflow: hidden;
        height: 185px;
        border-radius: 10px;
    }
}

.accordion.active,
.accordion:hover {
    background-color: transparent;
}

.accordion {
    background-color: transparent;
}

.accordion-button {
    font-weight: bold;
    font-size: 18px;
}

.accordion-button:not(.collapsed) {
    color: #3b8e1b;
    background-color: #f1feeb;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
@media screen and (max-width: 576px) {
    .fs-xm-10{font-size: 10px !important;}
    .fs-xm-11{font-size: 11px !important;}
    .fs-xm-12{font-size: 12px !important;}
    .fs-xm-13{font-size: 13px !important;}
    .fs-xm-14{font-size: 14px !important;}
    .fs-xm-15{font-size: 15px !important;}
    .fs-xm-16{font-size: 16px !important;}
    .fs-xm-17{font-size: 17px !important;}
    .fs-xm-18{font-size: 18px !important;}
    .fs-xm-19{font-size: 19px !important;}
    .fs-xm-20{font-size: 20px !important;}
    .fs-xm-21{font-size: 21px !important;}
    .fs-xm-22{font-size: 22px !important;}
    .fs-xm-23{font-size: 23px !important;}
}
.eye-input{
    position: absolute !important;
    right: 5px;
    top: 35px;
    padding-right: 30px;
position: relative;
}
.eye-input::before{
    position: absolute !important;
    right: 5px;
    top: 0px;
    padding: 8px;
    height: 48px;
    width: 48px;
    font-family: bootstrap-icons !important;
    content: "\F33E";
    font-size: 21px;
    z-index: 30;
    cursor: pointer;
}
.eye-input.slash::before{
    content: "\F33F";
}

@media screen and (max-width:576px) {
    .eye-input::before{
        right: -10px;
        content: "\F33E";
        font-size: 18px;
    }
    .eye-input.slash::before{
        right: -10px;
        content: "\F33F";
        font-size: 18px;
    }
}
.bg-orange{
    background-color: var(--orange) !important;
    color: #fff;
}
.bg-orange:hover{
    background-color: var(--warning) !important;
    color: #fff;
}
.fs-16{
    font-size: 16px !important;
}.fs-17{
    font-size: 17px !important;
}
.fs-18{
    font-size: 18px !important;
}.fs-19{
    font-size: 19px !important;
}.fs-20{
    font-size: 20px !important;
}
@media screen and (max-width: 640px) {
    .fs-xs-12{
        font-size: 12px !important;
    }
    .fs-xs-13{
        font-size: 13px !important;
    }
    .fs-xs-14{
        font-size: 14px !important;
    }
    .fs-xs-15{
        font-size: 15px !important;
    }.fs-xs-16{
        font-size: 16px !important;
    }
    .fs-xs-17{
        font-size: 17px !important;
    }
    .fs-xs-18{
        font-size: 18px !important;
    }
    .fs-xs-19{
        font-size: 19px !important;
    }.fs-xs-20{
        font-size: 20px !important;
    }
}

.lang-select{
    height: 41px;
    border-radius: 4px;
    width:80px;
    background: transparent;
    border: 1px solid #09864e;
    padding: 3px 9px;
}
@media screen and (max-width: 885px) {
    .lang-select{
        height: 36px;
        width:45%;
        display: block;
        margin-left: 10px;
    }
}