/*largeur 100%*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 576px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}


/*menu fixe*/
.header-top.fixed,
.header-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}

#cms-page-6 > a {
    margin-left: 30px;
}
#lnk-o-marche-des-minis > a {
    margin-right: 30px;
}
@media only screen and (min-width: 992px) {
    #search_widget {
        min-width: 10.5rem;
    }
}
#header .header-top .menu {
    padding-left: 0;
}
.hero-title {
    line-height: 58px;
}
.hero {
    background-size: cover !important;
}
.tarif-cta {
    text-align: right;
    margin-right: -50px;
}
#lnk-les-tarifs > a {
    border: 2px solid #fbcb9a!important;
}
#lnk-types-de-stands > a {
    border: 2px dashed #fbcb9a!important;
}
.center {
    margin-left: 0;
}
.center2 {
    margin-left: 0;
    text-align: center;
}
.concept-cta {
    justify-content: center;
}
#wrapper {
    background: #fff;
}
.unit-price-cart {
    display: none;
}
div#cart-subtotal-shipping {
    display: none;
}
textarea#description::placeholder {
    color: #fff;
}

/*PopUp*/
.custom-popup-overlay {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    z-index:9999;
    justify-content:center;
    align-items:center;
}
.custom-popup-content {
    max-width: 700px;
    text-align: center;
    position: relative;
    background: #ffffff;
    border: 2px solid #fbcb9a;
    border-radius: 16px;
    padding: 3rem 2.5rem;
    min-width: 220px;
}
.popup-close {
    position:absolute;
    top:10px;
    right:15px;
    cursor:pointer;
    font-size:24px;
}
#custom-popup .concept-title {
    line-height: 1;
}
section.featured-products.clearfix {
    padding-top: 50px;
}




@media (max-width: 600px) {
    .custom-popup-content {
        max-width: 300px;
        padding: 15px;
        font-size: 14px;
    }
    .popup-close {
        font-size: 20px;
        top: 5px;
        right: 10px;
    }
    .custom-popup-content img {
        width: 100%;
        height: auto;
    }
    .concept-title::after {
        width: 137px;
    }
    .concept-title {
        font-size: clamp(1.5rem, 3vw, 2.4rem);
    }
}


@media (max-width: 1684px) {
    .concept-title {
        line-height: 35px;
    }
}
@media (max-width: 1218px) {
    .col-md-6.wrapper {
        margin-left: 190px;
    }
}
@media (max-width: 1120px) {
    .block-contact.col-md-3.links.wrapper {
        margin-left: 150px;
    }
}
@media (max-width: 1024px) {
    .tarif-cta {
        text-align: center;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .block-contact.col-md-3.links.wrapper {
        margin-left: 0;
    }
    .col-md-6.wrapper {
        margin-left: 0;
    }
    #header .header-top>.container {
        height: auto!important;
    }
    #_mobile_cart {
        padding-right: 10px;
    }
    #mobile_top_menu_wrapper #top-menu {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }
    #cms-page-6 > a {
        margin-left: 0;
        padding-left: 65px !important;
    }
    li#lnk-contactez-nous a {
        padding-left: 65px !important;
    }
    li#lnk-infos-pratiques a {
        padding-left: 65px !important;
    }
    #header .logo {
        margin-left: 110px;
    }
    #header .top-logo {
        justify-content: center;
    }
}
@media (max-width: 575px) {
    .product-miniature {
        display: inherit;
    }
}
@media (max-width: 500px) {
    .tarif-card {
        margin-bottom: 50px;
    }
}
@media (max-width: 360px) {
    .tarif-content {
        min-width: 280px;
    }
    .card-block {
        padding: 0;
    }
}
@media (max-width: 340px) {
    .pdv-content {
        min-width: 290px;
    }
}
@media (max-width: 320px) {
    .tarif-content {
        min-width: 248px;
    }
    #header .logo {
        margin-left: 89px;
    }
}