@charset "UTF-8";

.grid-home-container {
    position:relative;
    text-align:center;
    cursor: pointer;
    min-height: 130px
}
.grid-home-container > * {
    position: absolute;
}
.grid-home-inner-left {
    left: 10px;
    right: 5px;
}
.grid-home-inner-right {
    left: 5px;
    right: 10px;
}
.grid-home-inner-top {
    top: 0px;
    bottom: 5px;
}
.grid-home-inner-bottom {
    top: 5px;
    bottom: 10px;
}
.grid-home-photo {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease, font-size 0.5s ease;
    z-index: 10;
}
.grid-home-photo-hover {
    background-size: 150%;
}
.grid-home-text {
    background-color: rgba(95, 140, 41, 0.7);
    /*background-color: rgba(133, 49, 154, 0.7);*/
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid-home-text-hover {
    font-size: 2.2rem;
    background-color: rgba(64, 102, 29, 0.9);
}
.btn-product-search-delete {
    cursor: pointer;
    position: relative;
    left: -5px;
    top: -5px
}

.bg-footer {
    background-color: #0f264b;
}
.text-link {
    color: var(--bs-brand2);
    text-decoration:underline;
}
a {
    color: var(--bs-brand2);
}
.btn-link {
    color: var(--bs-brand2);
}
.container-inner {
    max-width: 800px
}
.navhead .container {
    display: flex;
    justify-content: flex-end;
}

.navhead-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navhead-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight:;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 0.8em;
    flex-direction: row;
}

.navhead-nav .nav-link.active, .navhead-nav .nav-link.show {
    color: var(--bs-navbar-active-color);
}

.navhead-toggler {
    border: none;
    font-size: 1.25rem;
    line-height: 1;
    color: rgba(0, 0, 0, 0.65);
    background-color: transparent;
    transition: box-shadow 0.15s ease-in-out;
    padding: 0;
}

.navhead-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%281,27,57, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn {
    border-radius: 0;
}

.jk-dropdown-bottom .dropdown-item {
    color: #fff;
}

.menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar {
    padding-bottom: 0;
}

.navbar .dropdown-menu {
    border-radius: 0;
    border-width: 0;
    position: absolute;
    z-index: 999999;
}

.menu .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.98) !important;
}

.navbar-nav.jk {
    display: flex !important;
    flex-basis: auto;
    flex-direction: row;
}

.navbar-nav.jk .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-bottom: 15px;
}

.navbar-nav.jk .nav-link.show {
    color: var(--bs-brand);
}

.nav-action {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-nav.jk .dropdown-toggle::after {
    content: none;
}

.no-carret::after {
    content: none;
}

.navbar-nav.jk > li:first-child > a {
    padding-left: 0;
}

.navbar-nav.jk > li > a {
    border-bottom: 2px solid transparent;
}

.navbar-nav.jk > li > a.show {
    border-bottom-color: #9c8321;
}

.menu {
    overflow-x: auto;
    overflow-y: hidden;
}

.menu .nav-item {
    white-space: nowrap;
}

.desktop {
    display: none;
}

.hide {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}

.score-container-details {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    top: 10px;
    right: 10px;
    z-index: 99;
}

.score-container-list {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 2px;
    right: 2px;
    z-index: 99;
}

.score-container-details img, .score-container-list img {
    width: 100%
}

.main-body {
    padding-bottom: 100px;
}

.img-link:hover {
    opacity: 0.7;
}

footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-top-area {
    background: #1c1c1c;
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
}

.footer-top-area .single-footer h3 {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.55;
}

.footer-top-area .single-footer p {
    color: #ffffff;
}

.footer-top-area .single-footer .footer-social-media-area ul {
    text-align: left;
}

.footer-top-area .single-footer .footer-social-media-area ul li {
    display: inline-block;
    margin: 2px;
}

.footer-top-area .single-footer .footer-social-media-area ul li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    color: #dddddd;
    background: #000000;
    border: 1px solid #2d72e3;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.footer-top-area .single-footer .footer-social-media-area ul li a:hover {
    background: #2d72e3;
    border: 1px solid #2d72e3;
}

.footer-top-area .footer-two ul li {
    color: #999999;
}

.footer-top-area .footer-two ul li a {
    color: #ffffff;
    transition: all 0.5s ease 0s;
}

.footer-top-area .footer-two ul li a:hover {
    color: #2d72e3;
}

.footer-top-area .footer-two ul li i {
    color: #2d72e3;
    margin-right: 5px;
    display: inline-block;
}

.footer-top-area .footer-three h3 {
    margin-bottom: 33px;
}

.footer-top-area .footer-three ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-top-area .footer-three ul li {
    display: inline-block;
    margin: 1px 3px;
    overflow: hidden;
    position: relative;
    width: 30%;
}

.footer-top-area .footer-three ul li a {
    display: block;
}

.footer-top-area .footer-three ul li a img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-out;
}

.footer-top-area .footer-three ul li a img:hover {
    opacity: 0.5;
    transform: scale(1.1);
}

.footer-top-area ul li {
    color: #ffffff;
    margin: 0 0 15px 0;
    font-weight: 300;
}

.footer-top-area ul li a {
    color: #ffffff;
    transition: all 0.5s ease 0s;
}

.footer-top-area ul li a:hover {
    color: rgba(var(--bs-brand-rgb), var(--bs-text-opacity)) !important;
}

.footer-top-area ul li i {
    margin: 5px;
    color: #fff;
}

.footer-bottom-area {
    background: #000000;
    padding: 20px 0;
}

.footer-bottom-area .footer-bottom p {
    text-align: center;
    color: #ffffff;
    margin: 0;
    font-weight: 300;
}

#footer {
    color: #fff;
}

#footer .grid-photos img {
    width: 100px;
    height: 100px;
}

.text-feedback ul {
    margin: 0;
    list-style-type: none;
}

.text-feedback ul > li {
    text-indent: -20px;
}

.text-feedback ul > li:before {
    content: "-";
    padding-right: 10px;
    text-indent: -10px;
}

.text-feedback p, .text-feedback ul, .text-feedback ol {
    padding-bottom: 30px
}

.page-text-content {
    padding-top: 50px;
    padding-bottom: 100px;
}

.page-text-wrapper {
    max-width: 900px;
}

h1, h2, h3 {
}

.page-text-content h1, .page-text-content h2, .page-text-content h3 {
    color: #40661e;
    padding-top: 40px;
    padding-bottom: 20px;
}

.page-text-content > * {
    font-size: 20px;
    padding-top: 20px;
}
ul.custom-dash {
    list-style-type: none;
    padding-left: 1em;
}

ul.custom-dash li::before {
    content: "– "; /* em dash or hyphen */
    color: black;
    margin-right: 0.5em;
}

.market-values-wrapper .market-values-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    /*background: red;*/
}
.icon-sun {
    background: url('https://jardinguadeloupe.blob.core.windows.net/lokatitude-site/market20/market-icons.png')
}
.icon-extra-short {
    background-image: url('https://jardinguadeloupe.blob.core.windows.net/lokatitude-site/market20/market-icons.png');
    background-position-x: -50px
}
.icon-quality {
    background-image: url('https://jardinguadeloupe.blob.core.windows.net/lokatitude-site/market20/market-icons.png');
    background-position-x: -100px
}
.icon-online {
    background-image: url('https://jardinguadeloupe.blob.core.windows.net/lokatitude-site/market20/market-icons.png');
    background-position-x: -150px
}
.market-values-wrapper .market-values-text {
    max-width: 120px
}

.market-content-width {
    max-width:900px
}

/*Desktop*/
@media (min-width: 768px) {
    .fs-bigger-desktop1 {
        font-size: 1.2em
    }
    .fs-bigger-desktop2 {
        font-size: 1.5em
    }
    .desktop-hide {
        display: none;
    }

    .border-end-desktop {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    :: -webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    ::-webkit-scrollbar-track {
        background-color: #e7e7e7;
        border: 1px solid #cacaca;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgb(1, 27, 57);
    }

    .navbar {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .navbar-container {
        display: flex !important;
        justify-content: flex-end;
        width: 100%;
    }

    .navbar-nav.jk .nav-link {
        padding-bottom: var(--bs-navbar-nav-link-padding-x);
    }

    .navbar-expand-lg .navbar-collapse, .navhead-expand-lg .navhead-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .menu {
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .desktop {
        display: block;
    }

    .mobile {
        display: none !important;
    }

    .box-shadow {
        border-left: 1px solid #c0c0c0;
        box-shadow: rgba(0, 0, 0, 0.25) -2px 3px 5px 0px;
    }

    .text-feedback {
        padding-right: 50px;
    }

    .text-feedback .title-list {
        padding-bottom: 10px;
        padding-top: 20px;
    }
}

.menu .nav-link {
    position: relative;
}

.menu .nav-item:not(:last-child) .nav-link::before {
    content: "•";
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    right: -1.6rem;
    text-align: center;
    width: 3.2rem;
    color: rgb(26, 26, 26);
}

.canv-list-item {
    padding: 3rem !important;
}

.canv-list-item-2 {
    padding: 1rem !important;
}

@media (max-width: 992px) {
    .menu-top {
        width: 100%;
    }
}

/*Mobile*/
@media only screen and (max-width: 480px) {
    .market-values-wrapper .market-values-icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        /*background: red;*/
    }

    .icon-sun {
        background: url('https://jardinguadeloupe.blob.core.windows.net/lokatitude-site/market20/market-icons-40.png')
    }

    .icon-extra-short {
        background-image: url('https://jardinguadeloupe.blob.core.windows.net/lokatitude-site/market20/market-icons-40.png');
        background-position-x: -40px
    }

    .icon-quality {
        background-image: url('https://jardinguadeloupe.blob.core.windows.net/lokatitude-site/market20/market-icons-40.png');
        background-position-x: -80px
    }

    .icon-online {
        background-image: url('https://jardinguadeloupe.blob.core.windows.net/lokatitude-site/market20/market-icons-40.png');
        background-position-x: -120px
    }
    .market-values-wrapper .market-values-text {
        font-size: 0.7em;
    }
    .market-values-wrapper .market-values-text {
        max-width: 80px
    }

    .small-mobile {
        font-size:0.87em;
    }

    .phone-hide {
        display: none;
    }

    .canv-list-item {
        padding: 0.5rem !important;
    }

    .canv-list-item-2 {
        padding: 0.5rem !important;
    }

    .footer-top-area .single-footer .footer-social-media-area ul li {
        margin: 1px;
    }

    .footer-top-area .single-footer .footer-social-media-area ul li a {
        height: 30px;
        line-height: 28px;
        width: 30px;
        font-size: 14px;
    }

    .footer-top-area .single-footer h3 {
        font-size: 20px;
    }

    .footer-top-area .footer-four ul li {
        display: block;
        font-size: 12px;
        margin: 0 0 15px;
    }

    .footer-top-area .footer-four ul li:last-child {
        margin: 0;
    }

    .single-footer {
        margin-bottom: 30px;
    }

    .footer-top-area .single-footer .footer-social-media-area ul li {
        margin: 1px;
    }

    .footer-top-area .single-footer .footer-social-media-area ul li a {
        height: 30px;
        line-height: 28px;
        width: 30px;
        font-size: 14px;
    }

    .footer-top-area .single-footer h3 {
        font-size: 20px;
    }

    .footer-top-area .footer-four ul li {
        display: block;
        font-size: 12px;
        margin: 0 0 5px;
    }

    .phone-center {
        text-align: center
    }
}
/*# sourceMappingURL=main.css.map */

.nav-link .secondary-label {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    opacity: 0;
}

.nav-link .main-label.hidden {
    visibility: hidden;
}

.nav-link .secondary-label.visible {
    display: inline-block;
    opacity: 1.0;
    transform: translate(-50%, 0);
    transition: all 0.2s ease-in-out;
}

.nav-link .sep {
    position: absolute;
    opacity: 0;
    display: none;
}

.busy .busy-hide {
    display: none;
}

.busy .busy-show {
    display: inline-block;
}

.tags-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /*height:100px;*/
    overflow-x: hidden;
    justify-content: flex-start;
}

.tags-container > * {
    margin-bottom: 2px;
}


/*ANIMATIONS*/

.item-animate {
    transition: all 0.5s ease;
}

.slide-enter-active,
.slide-leave-active {
    transition: all 0.5s ease;
    overflow: hidden;
    max-height: 200px; /* or whatever max height you expect */
}
.slide-enter-from,
.slide-leave-to {
    max-height: 0;
    /*opacity: 0;*/
}
.slide-enter-to,
.slide-leave-from {
    max-height: 200px;
    /*opacity: 1;*/
}

/* Enter Animation */
.list-enter-active,
.list-leave-active {
    transition: all 0.5s ease;
}

.list-enter-from,
.list-leave-to {
    opacity: 0;
    transform: translateX(30px);
}

/******************/
