:root {
  --color-green: #076f50;
  --color-green-alt: #0d5928;
  --color-green-alt2: #399f48;
  --color-yellow: #efae42;
  --color-orange: #f08d1e;
  --color-red: #e31b23;
  --color-white: #ffffff;
  --color-black: #3a3a39;
  --color-gray: #aaaaaa;
  --color-light-gray: #eeeeee;
  --color-clear-gray: #dddddd;
  --color-body-bg: #fcfbf6;
  --color-star-gray: #bfbfbf;
  --color-star-gold: #eed129;
  --color-cart: #eed129;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', serif;
    background-color: var(--color-body-bg);
    font-weight: 300;
}

a{
    color: initial;
    text-decoration: none;
}

h1, h2, h3, h4{
    text-transform: uppercase;
}
h1, h2, h4, h5{
    font-weight: 700;
}
h1{
    font-size: 1.8em;
    line-height: 1em;
}
.div-title h1{
    font-size: 1.5em;
}
h2{
    font-size: 1.65em;
}
h3{
    font-size: 1.5em;
}
h4{
    font-size: 1.35em;
}
h5{
    font-size: 1.2em;
}
li{
    list-style: none;
}
.btn{
    font-size: 1em;
}

.nawamColor, .colorGreen{
    color: var(--color-green) !important;
}
.colorCart{
    color: var(--color-cart);
}
.bg-gold{
    background-color: var(--color-star-gold) !important;
    color: var(--color-black);
}
.tinyText{
    font-size: .75em;
}
.text-justify {
    text-align: justify;
    text-justify: inter-word;
}
.bg-cover {
    background-position: 50%!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
::placeholder {
    color: #bbb !important;
    font-weight: 300;
}

/* Login */
.login-masthead .card{
    max-width: 800px;
    margin: 0px auto !important;
}
.btn-user{
    background-color: var(--color-green);
    color: #fff !important;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-user:hover{
    background-color: #307d5b;
}
.textInputStyle{
    border-bottom: 1px solid var(--color-green);
    margin-top: 10px;
    margin-bottom: 5px;
}
.textInputStyle input{
    background: none;
    color: #000;
}

.menu-container{
    z-index: 10 !important;
}
/* Menu top */
.topbar a{
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #aaa;
}
.langChoice img{
    height: 12px;
    margin-right: 10px;
}
div.navbar, div.navbar .dropdown-menu{
    font-size: .85em;
    border-radius: 0;
    margin-top: 0;
}
.navbar .dropdown-menu{
    border: none;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 4px;
    content: "⌵";
    border: none;
    font-size: 14px;
    line-height: 14px;
    color: #ddd;
}
.dropdown-item[disabled] {
    color: inherit;
    background: none;
}

/* Menu principal */
nav.navbar{
    box-shadow: 0px 2px 5px #888;
    padding: 8px 0;
    background-color: var(--color-body-bg);
}
.nav-link{
    font-weight: 500;
}
.nav-link.active, .dropdown:hover .nav-link, .nav-link:hover{
    color: var(--color-green) !important;
}
#onePageNavbar > ul > li > .nav-link{
    padding: 20px;
}
#onePageNavbar > ul.misc > li > .nav-link{
    padding: 15px 20px;
}
#onePageNavbar > ul > li > .dropdown-menu{
    margin-top: 0;
    left: 50%;
    border-radius: 0 0 8px 8px;
}
.dpwMenu{
    padding: 4px 10px 10px;
    margin-top: 0px !important;
    background-color: var(--color-body-bg);
    box-shadow: 0px 4px 4px #aaa;
}
.subMenu{
    padding: 5px 4px 10px;
    margin: 0 5px ;
    background-color: var(--color-white);
    font-size: .85em;
}
.subMenu a{
    display: block;
    border-bottom: 1px solid var(--color-light-gray);
    padding: 4px;
    font-weight: 500;
}
.subMenu a:last-child{
    border-bottom: none;
}
.subMenu .imgBlock{
    aspect-ratio: 16/9;
    background-size: cover !important;
    background-color: rgba(0, 0, 0, .6) !important;
    background-blend-mode: darken;
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .2s ease;
    margin-bottom: 16px;
}
.subMenu:hover .imgBlock{
    background-color: rgba(0, 0, 0, .2) !important;
}

/* Carousel */
#carousel-nawam .carousel-item{
    max-height: calc(100vh - 200px);
}
#carousel-nawam .carousel-caption{
    max-width: 40% !important;
    left: 20%;
    right: auto;
    text-align: left;
    top: 0;
    margin-top: 20px;
    text-shadow: 1px 2px 4px #333;
}
#carousel-nawam .carousel-caption .stitle{
    font-size: 2.5em;
    line-height: .95em;
    font-weight: 800;
}
#carousel-nawam .carousel-caption .stitle img{
    height: .8em;
    vertical-align: baseline;
}
#carousel-nawam .carousel-caption > div{
    width: 60%;
    font-size: .85em;
    text-align: justify;
    line-height: 1.3em;
    font-weight: 300;
}
#carousel-nawam .carousel-caption.aRight{
    left: auto;
    right: 20%;
    display: flex;
    text-align: right;
}
#carousel-nawam .carousel-caption.aRight > div{
    margin-left: auto;
}
.carousel-indicators [data-bs-target] {
    width: 20px !important;
    height: 5px !important;
    border-radius: 5px;
    background-color: var(--color-green-alt) !important;
    border: none;
    margin: 0 5px;
    opacity: 1 !important;
}
.carousel-indicators [data-bs-target].active {
    background-color: var(--color-white) !important;
}
.carouselPartner .carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 0;
    background-color: var(--color-white) !important;
}
.carouselPartner .carousel-indicators [data-bs-target].active {
    background-color: var(--color-green) !important;
}

/* Body */
.container-title, .container-search, .container-menu{
    max-width: 900px;
    /*min-width: 300px;*/
    margin: 0 auto 24px;
    text-align: left;
}
.logo-title{
    border-right: 1px solid var(--color-green);
    width: 8vw;
}
.div-title{
    width: calc(100% - 8vw)
}
.div-title p{
    margin-bottom: 0;
}
section{
    margin-bottom: 50px;
    padding-top: 30px;
}

/* Search */
.container-search .search-group{
    width: 90%;
    margin: 0 auto;
}
.container-search input{
    border-radius: 20px !important;
    border: 2px solid #333;
    padding: 6px calc(30px + 1.5em) 6px 30px;
}
#search-icon{
    margin-top: 5px;
    font-size: 1.3em;
}

/* all form types */
.form-control:focus {
border-color: inherit;
box-shadow: none;
}
/* Trajet*/
.parkour .station.active{
    color: #ffffff;
    background-color: var(--color-green);
    border-radius: 7px;
}
.parkour .station.stepStation, .parkour .chevron.stepStation{
    color: var(--color-green);
}
.departClient span, .arriveeClient span{
    color: var(--color-green);
    font-weight: 500;
}
.tripIsAr, #hasBagage{
    display: none;
}

/* Product categories */
.menu-group, .menu-selection.active{
    border-radius: 30px !important;
    border: 2px solid #333;
}
.menu-group{
    background-color: #e0e0e0;
}
.menu-selection{
    padding: 8px 24px;
    margin-top: -2px;
    margin-bottom: -2px;
    background: none;
    border: none;
}
.menu-selection:hover{
    color: var(--color-green);
}
.menu-group .menu-selection:first-child{
    margin-left: -2px;
}
.menu-group .menu-selection:last-child{
    margin-right: -2px;
}
.menu-selection.active{
    background-color: var(--color-green);
    color: #fff;
}

/* Shop & partners */
.scrollable{
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.scrollable > div{
    left: 0;
    transition: all .3s ease;
    overflow: scroll;
    white-space: nowrap;
}
.productCard, .partnerCard{
    box-shadow: 0px 0px 6px #ccc;
}
.productCard .card-img, .partnerCard .card-img{
    position: relative;
}
.productCard .card-img img, .partnerCard .card-img img{
    overflow-y: hidden;
}
.productCard .card-img img{
    aspect-ratio: 4/3;
}
.partnerCard .card-img img{
    aspect-ratio: 1/1;
}
.productCard .card-header div a, .partnerCard .card-body div a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: .85em;
}
.productCard .card-header div:first-child a, .partnerCard .card-body div:first-child a{
    font-size: .65em;
}
.productCard .card-body{
    margin-top: -16px;
}
.nbAvis{
    font-size: .6em;
}
.btnThumbnail{
    font-size: .75em;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 8px 0 8px 8px;
    text-transform: uppercase; 
}
.btnThumbnail.productLookup{
    border-radius: 8px 8px 0 8px;
}
.card-action .favorite{
    color: var(--color-green);
    font-size: 1.8em;
    cursor: pointer;
}
.card-action .favorite.partner{
    color: #fff;
}
.card-action .favorite:hover{
    color: var(--color-green);
}
.cartQuantity{
    font-size: 10px !important;
    aspect-ratio: 1/1;
}
.thumbnails-prev, .thumbnails-next{
    position: absolute;
    background: none;
    border: none;
    top: 50%;
    transform: translateY(-50%)!important;
    font-size: 3.5em;
    color: var(--color-green);
}
.thumbnails-prev{
    left: -1.2em;
}
.thumbnails-next{
    right: -1.2em;
}
.btnRemise{
    font-size: .8em;
    font-weight: 700;
    border-radius: 0 8px 8px;
}
.pBasePrice{
    font-size: .65em;
}
.quantities .qtyBtn{
    font-size: .65em;
    width: 25px;
    height: 25px;
    padding: 0;
    border: 1px solid var(--color-gray);
    border-radius: 4px;
    background-color: var(--color-white);
    color: var(--color-gray);
}
.quantities .qtyBtn:hover, .quantities .qtyBtn.active{
    background-color: var(--color-green);
    color: var(--color-white);
}
.add-to-cart{
    font-size: .75em;
    font-weight: 300;
    text-transform: uppercase;
}
.add-to-cart:hover{
    background-color: var(--color-green);
    color: var(--color-white);
}
.add-to-cart i{
    vertical-align: -3px;
}
.shopMenu li.active, .shopMenu li div.active, .catPartnerMenu li.active, .catPartnerMenu li div.active{
    background-color: var(--color-green);
    color: var(--color-white);
    font-weight: 500;
}
.shopMenu .scat.dpwMenu {
    padding: 0 !important;
    /*background-color: var(--color-green-alt2);*/
    background-color: var(--color-white);
    background-opacity: .6;
    box-shadow: none;
}
.shopMenu .scat.keepShowing {
    display: block !important;
}
.shopMenu .scat li, .catPartnerMenu .scat li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .75em;
    padding: 4px 16px;
}
.bg-nawam, .text-bg-nawam, .btn-nawam{
    background-color: var(--color-green);
}
.bg-nawam a:hover{
    color: var(--color-star-gold) !important;
}
.text-bg-nawam, .btn-nawam{
    color: var(--color-white);
}
.btn-nawam:hover{
    background-color: var(--color-green-alt);
    color: #fff;
}
li.active .text-bg-nawam{
    background-color: var(--color-white);
    color: var(--color-green);
}
.rounded-pill{
    height: 1.6em;
    padding: 0;
    aspect-ratio: 1/1;
    align-content: center;
}
.badge{
    font-size: .7em;
}
h2.accordion-header{
    font-size: .9em;
}
.accordion-button, .shopMenu.pronew li{
    font-size: .9em;
}
.accordion-button:not(.collapsed) {
    background-color: var(--color-light-gray);
}

/* Gallery */
.grid-item--gigante {
    width: 50%;
    height: auto;
}

/* Messages */
.message {
    background: var(--color-gray);
    width: fit-content;
}

.message-end {
    background: var(--color-green);
    margin-left: auto;
    text-align: right;
}

:focus-visible{
    outline-style: none;
}





/* Misc */
.misc{
    font-size: .8em;
    line-height: 1.3em;
}
.misc img{
    height: 45px;
    margin-bottom: 10px;
}

/* Footer */
.footer{
    box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.35) !important;
    font-size: .8em;
    overflow-y: hidden;
}
.footer a{
    text-decoration: none;
    color: inherit;
    font-weight: 300;
}
.copyright{
    font-size: .9em;
}
.filigrane{
    position: absolute;
    width: 25%;
    opacity: .2;
    bottom: 0;
    margin-bottom: -15px;
    right: 20%;
}
.modal-lg, .modal-xl {
--bs-modal-width: 960px;
}

/* Profile */
#myTab, #myTab .nav-link{
    color: inherit;
    border-bottom-color: var(--color-green-alt); 
}
#myTab .nav-link.active{
    color: var(--color-green-alt);
    border-color: var(--color-green-alt);
    border-bottom-color: white;
}

/* Offcanvas */
.offcanvas-header{
    border-bottom: 3px solid var(--color-green);
}

.rating {
    font-size: .75em; /* icon size */
    display: inline-grid;
    grid-template: "full" 1fr / 1fr;

    &::before {
        grid-area: full;
        white-space: nowrap;
        content: "★★★★★";
        color: var(--color-star-gray);
    }

    &::after {
        grid-area: full;
        width: calc((var(--rating, 0) / 5) * 100%);
        overflow: hidden;
        white-space: nowrap;
        content: "★★★★★";
        color: var(--color-star-gold);
    }
}

/* form-range */
#priceRange {
  background: linear-gradient(to right, var(--color-green) 0%, #fff 0%, #fff 100%);
  border: solid 1px var(--color-green);
  border-radius: 10px;
  height: 10px;
  width: 100%;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

.range_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 16px auto;
}
.sliders_control {
    position: relative;
    min-height: 10px;
}
.form_control {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: .75em;
    color: var(--color-gray);
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 16px;
    height: 16px;
    background-color: var(--color-green);
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--color-clear-gray);
    cursor: pointer;
}
input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 16px;
    height: 16px;
    background-color: var(--color-green);
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--color-clear-gray);
    cursor: pointer;  
}
input[type=range]::-webkit-slider-thumb:hover {
    background: var(--color-green-alt2);
}
input[type=range]::-webkit-slider-thumb:active {
    box-shadow: 0 0 0 1px var(--color-gray);
}
input[type="range"] {
    -webkit-appearance: none; 
    appearance: none;
    height: 6px;
    border-radius: 6px;
    width: 100%;
    position: absolute;
    background-color: var(--color-clear-gray);
    pointer-events: none;
}
#fromSlider{
    height: 0;
    margin-top: 3px;
    z-index: 1;
}

/* General */
.offcanvas{
    width: calc(45vw) !important;
}
.offcanvas-start{
    border-right: 5px solid var(--color-green-alt) !important;
    box-shadow: 2px 0px 8px #666;
}
.offcanvas-end{
    border-left: 5px solid var(--color-green-alt) !important;
    box-shadow: -2px 0px 8px #666;
}
#liveToast{
    border: 3px solid var(--color-green-alt);
    box-shadow: 2px 2px 6px #666;
}

/***********************/

/* Parallax */
.no-touch .slideInUp {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
}
.no-touch .is-active .slideInUp {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.animate-me {
    animation: bounceIn 3s ease-in-out;
}

/* Keyframes */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    60% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

/***********************/

@media (min-width:1400px){
    
}
