:root {
  --color-green: #0e6a39;
  --color-green-alt: #0d5928;
  --color-green-alt2: #399f48;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-dark-gray: #444444;
  --color-gray: #aaaaaa;
  --color-light-gray: #eeeeee;
  --color-clear-gray: #dddddd;
  --color-body-bg: #f7f7f7;
  --color-star-gray: #bfbfbf;
  --color-star-gold: #eed129;
  --color-cart: #eed129;
  --color-transparent: transparent;
}

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: 2.1em;
    line-height: 1em;
}
h2{
    font-size: 1.8em;
}
h3{
    font-size: 1.6em;
}
h4{
    font-size: 1.35em;
}
h5{
    font-size: 1.2em;
}
li{
    list-style: none;
}
.btn{
    font-size: 1em;
}

.herbnbColor, .colorGreen{
    color: var(--color-green) !important;
}
.colorCart{
    color: var(--color-cart);
}
.bg-herbnb{
    background-color: var(--color-green) !important;
}
.bg-gold{
    background-color: var(--color-star-gold) !important;
    color: var(--color-black);
}
.tinyText{
    font-size: .85em;
}
.tinyText2{
    font-size: .7em;
}
.tinyText3{
    font-size: .5em;
    vertical-align: super;
    opacity: .7;
}
.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: 15px;
    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;
    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;
    color: var(--color-dark-gray);
}
.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;
}
.menuUserBadge{
    max-width: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    transform: translateX(-40%);
    bottom: 10px;
    font-size: .65em !important;
    font-weight: 400;
    border: 1px solid #0e6a39;
    background-color: #fff;
    color: #0e6a39;
    padding: 1px 4px 0;
    border-radius: 3px;
}
.nav-tabs .nav-link{
    line-height: 30px;
}

/* Carousel */
#carousel-herbnb .carousel-item{
    max-height: calc(100vh - 200px);
}
#carousel-herbnb .carousel-caption{
    max-width: 42% !important;
    left: 25%;
    right: auto;
    text-align: left;
    text-shadow: 1px 2px 4px #333;
}
#carousel-herbnb .carousel-caption .stitle{
    font-size: 3.5em;
    line-height: 1em;
    font-weight: 800;
}
#carousel-herbnb .carousel-caption .stitle img{
    height: .8em;
    vertical-align: baseline;
}
#carousel-herbnb .carousel-caption > div{
    width: 80%;
    font-size: 1.05em;
    line-height: 1.3em;
    font-weight: 300;
}
#carousel-herbnb .carousel-caption.aRight{
    left: auto;
    right: 25%;
    display: flex;
    text-align: right;
}
#carousel-herbnb .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 */
section{
    margin-bottom: 50px;
    padding-top: 30px;
}
.col-12p{
    width: 12% !important;
}

/* Search */
.container-search .search-group, #searchResults{
    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 !important;
}

/* 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, .btnThumbnail2{
    font-size: .75em;
    border-radius: 8px 0 8px 8px;
    text-transform: uppercase; 
}
.btnThumbnail{
    position: absolute;
    bottom: 0;
    right: 0;
}
.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: var(--color-white);
}
.card-action.fiche .favorite.partner{
    color: var(--color-green);
}
.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;
}
#catPartnerTab .thumbnails-prev, #catPartnerTab .thumbnails-next {
    font-size: 2em;
}
#catPartnerTab .thumbnails-prev {
    left: -0.95em;
}
#catPartnerTab .thumbnails-next {
    right: -0.95em;
}
.btnRemise, .pMarkings button{
    font-size: .8em;
    font-weight: 700;
    border-radius: 0 8px 8px;
    text-transform: uppercase;
    margin: 2px;
}
.pBasePrice{
    font-size: .65em;
}
.quantities .qtyBtn, .pQuantities .qtyBtn{
    border: 1px solid var(--color-gray);
    border-radius: 4px;
    background-color: var(--color-white);
}
.quantities .qtyBtn{
    font-size: .65em;
    min-width: 25px;
    height: 25px;
    padding: 0 1px;
    color: var(--color-gray);
}
.pQuantities .qtyBtn{
    padding: 4px 6px;
}
.quantities .qtyBtn:hover, .quantities .qtyBtn.active, .pQuantities .qtyBtn:hover, .pQuantities .qtyBtn.active{
    background-color: var(--color-green) !important;
    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;
}
.ssc{
    font-weight: 300;;
}
.bg-herbnb, .text-bg-herbnb, .btn-herbnb{
    background-color: var(--color-green);
}
.active .badge.text-bg-herbnb{
    background-color: var(--color-white);
    color : var(--color-green);
}
.text-bg-herbnb, .btn-herbnb{
    color: var(--color-white);
}
.btn-herbnb:hover{
    background-color: var(--color-green-alt);
    color: #fff;
}
li.active .text-bg-herbnb{
    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);
}
.caracteristiq{
    border-bottom: 1px solid var(--color-light-gray);
    padding: 4px 0;
}
.aSavoir p{
    margin-bottom: 0;
}
.suggestions .container-title{
    margin-left: 0;
}
.suggestions .container-title .logo-title{
    padding-left: 0 !important;
}
.pPrice{
    min-width: 140px;
}
.custom-tooltip {
  --bs-tooltip-bg: var(--color-green);
  --bs-tooltip-color: var(--color-white);
}
.col-thumbs{
    width: calc(25% - 8px);
    padding: 0;
}
.partnerDesc{
    max-height: 200vh;
    overflow-y: hidden;
    transition : max-height .4s ease-in;
    padding-bottom: 12px;
    border-bottom: 1px dashed var(--color-green);
}
.partnerDesc h1, .productDesc h1{
    font-size: 1.3em;
}
.partnerDesc h2, .productDesc h2{
    font-size: 1.25em;
}
.partnerDesc h3, .productDesc h3{
    font-size: 1.2em;
}
.partnerDesc h4, .productDesc h4{
    font-size: 1.15em;
}
.partnerDesc h5, .productDesc h5{
    font-size: 1.1em;
}
.partnerDesc h6, .productDesc h6{
    font-size: 1.05em;
}
.descShorten{
    max-height: 165px;
}
.fichePLeft{
    max-width: 30%;
}
.fichePRight{
    max-width: 70%;
}

.breadcrumb{
    font-size: .7em;
}

/* Product quantity */
.product-quantity {
    display: block;
    min-width: 80px;
}
.product-quantity input {
    width: 3rem;
    margin: 0;
    padding: calc(0.75rem + 1px) 0;
    text-align: center;
    border-top: 1px solid grey;
    border-left: 1px solid grey;
    border-bottom: 1px solid grey;
    border-right: 0;
}
.quantity-selectors-container {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
.quantity-selectors {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 -4px;
    padding: 0;
}
.quantity-selectors button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    border-radius: 0;
    border: 1px solid grey;
    background-color: #fff;
    color: grey;
    line-height: initial;
}
.quantity-selectors button:hover, .card-img-top.productLookup, .card-img-hover .partnerLookup {
    cursor: pointer;
}
.quantity-selectors button[disabled="disabled"] {
    cursor: not-allowed;
}
.quantity-selectors button[disabled="disabled"] span {
    opacity: 0.5;
}

.mpFilter, .partFilter{
    display: none;
}

.password-toggle-icon {
    position: absolute;
    top: 15px;
    left: 12px;
    transform: translateY(-50%);
    cursor: pointer;
}
.password-toggle-icon i {
    font-size: 18px;
    line-height: 1;
    color: #333;
    transition: color 0.3s ease-in-out;
    margin-bottom: 20px;
}
.password-toggle-icon i:hover {
    color: #000;
}

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

#weedgetHelper{
    z-index: 1000;
    opacity: .5;
    transition: all .25s ease;
    text-align: right;
    position: relative;
}
#weedgetHelper:not(.active):hover{
    opacity: .75;
}
#weedgetHelper.active{
    max-width: 230px;
    opacity: 1;
}
#weedgetHelper #wHelperBtn{
    width: 56px; 
    height: 56px;
    background-color: var(--color-green);
    /*box-shadow: 2px 2px 4px #aaa;*/
    padding: 8px;
    border-radius: 50%;
    border: 2px solid #fff;
}
#weedgetHelper .whContainer{
    transition: all .25s ease;
    height: 0;
    max-height: 380px;
    overflow: hidden;
}
#weedgetHelper ul li{
    list-style: disc;
}
#weedgetHelper ul li::marker{
    color: var(--color-green);
}




/* Misc */
.misc{
    font-size: .8em;
    line-height: 1.3em;
}
.misc img{
    width: 60px;
    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: -60px;
    right: 20%;
    z-index: -1;
}
.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:1800px){
    .container{
        max-width: 1680px;
    }
}
@media (min-width:1400px){
    .thumbnail{
        width: 20%;
    }
    #catPartnerTab .thumbnail{
        width: calc(100% / 3);
    }
    .subMenu{
        font-size: .7em;
    }
    .descShorten {
        max-height: 132px;
    }
}

@media (max-width:1399px){
    .subMenu{
        font-size: .7em;
    }
    #carousel-herbnb .carousel-caption{
        max-width: 35% !important;
        left: 25%;
    }
    #carousel-herbnb .carousel-caption.aRight{
        right: 25%;
    }
    #carousel-herbnb .carousel-caption .stitle {
        font-size: 4.2em;
    }
    #catPartnerTab .thumbnail{
        width: calc(100% / 2);
    }
}

@media (max-width:1199px){
    .container{
        max-width: 92%;
    }
    #onePageNavbar ul li > .nav-link {
        font-size: .8em;
    }
    #carousel-herbnb .carousel-caption .stitle {
        font-size: 3.5em;
    }
    #carousel-herbnb .carousel-caption > div {
        width: 80%;
    }
    .fichePLeft{
        max-width: 44%;
    }
    .fichePRight{
        max-width: 56%;
    }
}

@media (max-width:991px){
    h1{
        font-size: 1.9em;
    }
    .logo-title {
        width: 12vw;
    }
    .div-title {
        width: calc(100% - 12vw);
    }
    .container{
        max-width: 96%;
    }
    #topbarCollapse .misc{
        width: 80%;
        margin-left: 0 !important;
    }
    #carousel-herbnb .carousel-item > img{
        min-height: 400px;
        object-fit: cover;
    }
    #carousel-herbnb .carousel-caption{
        max-width: 50% !important;
        left: 15%;
        top: 30px !important;
        bottom: 70px;
        align-content: initial;
    }
    #carousel-herbnb .carousel-caption.aRight{
        right: 10%;
    }
    #carousel-herbnb .carousel-caption .stitle {
        font-size: 2.5em;
    }
    #carousel-herbnb .carousel-caption > div {
        width: 100%;
    }
    .menu-group .menu-selection:last-child {
        display: none;
    }
    .menu-group .menu-selection:nth-child(5) {
        margin-right: -2px;
    }
    #onePageNavbar.show{
        max-height: 90vh;
        overflow-y: scroll;
    }
    #onePageNavbar > ul > li > .nav-link{
        padding: 12px 20px 6px;
    }
    #onePageNavbar > ul > li > .dropdown-menu{
        max-width: 400px;
        box-shadow: none;
    }
    #onePageNavbar .dpwMenu{
        max-height: 0;
        height: auto;
        padding: 0 10px;
        overflow-y: hidden;
        transition: max-height .5s ease-in;
        display: block;
    }
    #onePageNavbar .dpwMenu.hShow{
        max-height: 200vh;
    }
    #onePageNavbar .misc{
       flex-direction: row;
    }
    #onePageNavbar .misc li{
      margin: 0 20px 0 0;
    }
    .subMenu .imgBlock{
        aspect-ratio: initial;
    }
    .thumbnails-prev, .thumbnails-next{
        display: none;
    }
    .filigrane {
        width: 45%;
        bottom: 0;
        margin-bottom: 20px;
        right: 50%;
        transform: translateX(50%);
    }
    .fichePLeft{
        max-width: 50%;
    }
    .fichePRight{
        max-width: 50%;
    }
}

@media (max-width:767px){
    h1{
        font-size: 1.6em;
    }
    .logo-title {
        width: 15vw;
    }
    .div-title {
        width: calc(100% - 15vw);
    }
    .mpFilter, .partFilter{
        display: block;
        margin-top: -30px;
    }
    .marketplaceMenu, .partnersMenu{
        position: absolute;
        background-color: whitesmoke;
        z-index: 10;
        max-width: 280px;
        max-height: 90vh;
        padding: 10px 15px 10px 5px;
        overflow-y: scroll;
        margin-top: 20px;
        margin-left: -320px;
        transition: margin-left .2s ease-in;
    }
    .marketplaceMenu.show, .partnersMenu.show{
        margin-left: 0;
    }
    #carousel-herbnb .carousel-item > img{
        min-height: 500px;
    }
    #carousel-herbnb .carousel-caption{
        max-width: 75% !important;
        left: 12%;
    }
    #carousel-herbnb .carousel-caption .stitle {
        font-size: 2em;
    }
    .container-menu{
        max-width: 92%;
    }
    .container-menu .menu-group{
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        border: none;
    }
    .container-menu .menu-group::-webkit-scrollbar{
        display: none;
    }
    .container-menu .menu-group .menu-selection{
        border: none;
        margin: initial;
        padding: 10px 16px;
        font-size: 0.8em;
    }
    #weedgetHelper{
        margin-bottom: 0 !important;
    }
    #weedgetHelper.active{
        width: calc(90% - 50px);
    }
    .rating {
        font-size: .6em;
    }
    .btnThumbnail{
        font-size: .65em;
    }
    .footer h5{
        font-size: 1.1em;
    }
    .footer{
        font-size: .8em;
    }
    .misc{
        font-size: .7em;
    }
    .misc img {
        width: 45px;
    }
    .misc h4 {
        font-size: 1.2em;
    }
    .fichePLeft, .fichePRight{
        max-width: initial;
    }
}

@media (max-width:480px){
    body{
        font-size: 0.9em;
    }
    h1{
        font-size: 1.2em;
    }
    .container{
        max-width: 100%;
    }
    .logo-title {
        width: 20vw;
    }
    .div-title {
        width: calc(100% - 20vw);
    }
    #weedgetHelper.active{
        width:calc(100% - 50px);
    }
    .footer{
        font-size: .7em;
    }
    .footer h5{
        font-size: 1em;
    }
    .misc{
        font-size: .65em;
    }
    .misc img {
        width: 33px;
    }
    .misc h4 {
        font-size: 1.1em;
    }
    .btnRemise, .pMarkings button{
        font-size: .65em;
        padding: 2px !important;
    }
    .offcanvas{
        width: 100% !important;
    }
    #carousel-herbnb .carousel-item > img{
        min-height: 70vh;
    }
    #carousel-herbnb .carousel-caption{
        max-width: 80% !important;
        left: 10%;
    }
    #carousel-herbnb .carousel-caption .stitle {
        font-size: 1.4em;
    }
    #carousel-herbnb .carousel-caption > div {
        font-size: 1em;
    }
}