/*
HELPERS
*/
:root {
    /*
    COULEURS
    */
    --lightgrey: #f3f5f5;
    --green: #59b210;
    --hovergreen: #76CF2E;
    --lightgreen: #c4e25e;
    --almost-black: #262626;
    /*
    POLICES
     */
    --urbanist: 'Urbanist', Tahoma, sans-serif;
}
@font-face {
    font-family: 'Urbanist';
    src: url("../fonts/Urbanist-VariableFont_wght.ttf") format("truetype-variations");
    font-weight: 1 999;
}


/*
GENERAL
 */
body
{
    font-family: var(--urbanist);
}
#wrapper
{
    background-color: white;
    box-shadow: none;
}
#main
{
    padding-top: 50px;
}
.select-title:active, .select-title:focus
{
    border: 1px solid red;
}
.btn-blanc
{
    border: 2px solid white;
    border-radius: 30px;
    color: white;
    text-transform: uppercase;
    padding: 15px 30px;
    font-weight: 600;
    margin-top: 30px;
}
.btn-blanc:hover
{
    background: white;
    color: var(--almost-black);
    transition: all 0.5s ease;
}
.btn-green
{
    border: 2px solid var(--green);
    background-color: transparent;
    border-radius: 30px;
    color: var(--green);
    text-transform: uppercase;
    padding: 15px 30px;
    font-weight: 600;
    margin-top: 30px;
}
.btn-green:hover
{
    background: var(--green);
    color: white;
    transition: all 0.5s ease;
}
/*
HEADER
 */
#header .header-nav
{
    max-height: 100%;
}
#header .logo
{
    padding: 30px;
}
#header .col-topbar
{
    margin-top: 50px;
}
#header .material-icons
{
    color: var(--green) !important;
    font-size: 2rem;
}
#header .header-nav #_desktop_contact_link #contact-link {
    margin-top: .5rem;
}
#header .right-nav
{
    color: var(--almost-black);
}
#header .right-nav #contact-link span, #header .right-nav .user-info span
{
    font-weight: 700;
    font-size: 1.1rem;
}
#header .header-nav .blockcart {
    background: none;
}
#search_widget form input {
    border: none;
    padding: 10px;
    padding-left: 2rem;
    /*width: 400px;
    min-width: 255px;*/
    color: #7a7a7a;
    border-radius: 30px;
    background-color: var(--lightgrey);
}
#header #search_widget .material-icons
{
    color: grey !important;
    font-size: 1.5rem;
}
#header .header-top #top-menu
{
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
}
#header .menu, #header .menu>ul>li {
    display: inline;
}
#header #top-menu .main-menu-link a
{
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--almost-black);
}
#header #top-menu .main-menu-link a:hover
{
    color: var(--green);
}
#header #top-menu .main-menu-link .dropdown-submenu, #header #top-menu .main-menu-link .category .collapse a
{
    font-size: 1rem;
    font-weight: 500;
}
#header .header-top
{
    background-color: var(--lightgrey);
}
#header .header-nav
{
    margin-bottom: 0;
    border-bottom: none;
}
#header #top-menu .popover
{
    width: 99.3vw;
    margin: 0 calc(50% - 50vw);
    background-color: var(--lightgrey);
}
#header .top-menu .sub-menu
{
    box-shadow: none;
}
#header .top-menu .sub-menu .category .collapse .dropdown-item
{
    text-transform: lowercase;
}
#header .top-menu .sub-menu .category .collapse .dropdown-item::first-letter
{
    text-transform: uppercase;
}
#header #top-menu .main-menu-link .dropdown-submenu, #header #top-menu .main-menu-link .category .collapse a[data-depth="1"]
{
    color: var(--green);
    font-weight: 700;
    font-size: 1.1rem;
}
/*
FOOTER
 */
footer .material-icons
{
    color: var(--green);
    margin-right: 0.5rem;
}
.footer-container {
    padding-top: 3rem;
    box-shadow: none;
    border-top: 2px solid var(--lightgrey);
}
footer .block-contact
{
    font-weight: 500;
    color: var(--almost-black);
}
footer .h3
{
    color: var(--green);
    margin-bottom: 2rem;
    font-size: 1.2rem;
}
footer .links a
{
    font-size: 1rem;
    font-weight: 500;
    color: var(--almost-black);
}
footer .links a:hover
{
    color: var(--green);
    transition: all 0.3s ease;
}
footer .block-social
{
    margin-top: 2rem;
}
footer .block-social ul li
{
    background-color: var(--green);
    border-radius: 50%;
}
footer #copyright
{
    background-color: var(--lightgrey);
    color: var(--almost-black);
    font-size: 1.1rem;
    padding: 1rem 0;
}
footer #copyright a
{
    color: var(--green);
    font-weight: 600;
}


/*
PAGES DU SITE

ACCUEIL
 */
#bandeau_hero
{
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("../img/bg-bandeau-hero.jpg");
    background-size: cover;
    padding: 100px 0;
    max-width: 99.3vw;
    margin: 0 calc(50% - 50vw);
    line-height: normal;
}
#bandeau_hero .row
{
    padding: 0 30px;
}
#bandeau_hero .bandeau_hero_title
{
    color: white;
    font-weight: 700;
    font-size: 2rem;
}
#bandeau_hero .bandeau_hero_description
{
    color: var(--lightgreen);
    font-size:1.3rem;
    font-weight: 600;
}
#bandeau_hero .fa-right-long
{
    font-size: 1.3rem;
    margin-left: 1rem;
}
#reassurance .bloc-reassurance
{
    background-color: var(--green);
    padding: 50px;
    border-radius: 15px;
    margin: 70px 0;
    min-height: 15rem;
    line-height: initial;
    position: relative;
}
#reassurance .bloc-reassurance:hover
{
    background-color: var(--hovergreen);
    transition: all 0.5s ease;
}
#reassurance .bloc-reassurance-titre
{
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
}
#reassurance .bloc-reassurance-description
{
    color: white;
    font-size: 1rem;
}
#reassurance .fa-right-long
{
    position: absolute;
    font-size: 3rem;
    color: white;
    right: 3rem;
    bottom: 1rem;
}
#reassurance .bloc-reassurance:hover .fa-right-long
{
    right: 2rem;
    transition: all 0.5s ease;
}
/*
MINIATURES PRODUITS
 */
.featured-products .thumbnail-container, #products .thumbnail-container
{
    box-shadow: none;
    border: 2px solid var(--lightgrey);
    border-radius: 15px;
    height: 15rem;
    width: 15rem;
}
.featured-products .product-thumbnail, #products .product-thumbnail
{
    height: inherit !important;
}
.featured-products .highlighted-informations, #products .highlighted-informations
{
    visibility: hidden;
    opacity: 0;
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.featured-products .thumbnail-container:hover .highlighted-informations, #products .thumbnail-container:hover .highlighted-informations
{
    visibility: visible;
    opacity: 1;
    bottom: -1px !important;
    transition: bottom ease .3s;
    box-shadow: none;
    background-color: var(--lightgrey);
}
.featured-products .product-miniature, #products .product-miniature
{
    display: block;
}
.featured-products .quick-view, #products .quick-view
{
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 500;
    color: var(--green) !important;
}
.featured-products .product-title a, #products .product-title a
{
    font-size: 1.1rem;
    color: var(--almost-black);
    font-weight: 700;
}
.featured-products .product-title, #products .product-title
{
    margin-bottom: 30px;
    width: 15rem;
}
.product-flags li.product-flag.on-sale {
    background: var(--green);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.featured-products .product-miniature .product-flags li.product-flag.online-only, #products .product-miniature .product-flags li.product-flag.online-only, .product-flags li.product-flag.online-only {
    pointer-events: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: var(--green);
    font-weight: 700;
    padding: 0.3125rem 0.4375rem;
    text-transform: uppercase;
    margin-top: 0.625rem;
    font-size: 1rem;
    border-bottom-right-radius: 15px;
    background-color: var(--lightgrey);
    color: var(--almost-black);
    box-shadow: none;
}
#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title, .product-miniature .products-section-title {
    text-align: left;
    width: 97%;
    color: var(--green);
    border-bottom: 3px solid var(--green);
    line-height: 0;
    margin: 2em 0 2em 1em;
}
.featured-products .products-section-title span, #products .products-section-title span
{
    background: #fff;
    padding: 0 10px;
}
#products .thumbnail-container .product-thumbnail img, .featured-products .thumbnail-container .product-thumbnail img, .product-accessories .thumbnail-container .product-thumbnail img, .product-miniature .thumbnail-container .product-thumbnail img
{
    padding: 20px;
}
#products .all-product-link:hover, .featured-products .all-product-link:hover, .product-accessories .all-product-link:hover, .product-miniature .all-product-link:hover {
    transition: ease .5s;
    color: var(--green);
}
/*
BLOCS DE REASSURANCE
 */
#block-reassurance ul
{
    display: flex;
    justify-content: space-between;
}
#block-reassurance li
{
    border-bottom: none;
}
#block-reassurance .block-reassurance-item
{
    border-bottom: none;
    background-color: var(--green);
    border-radius: 10px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#block-reassurance li .block-reassurance-item {
    padding: 30px;
}
#block-reassurance img {
    width: 3rem;
    margin-right: 0;
    margin-bottom: 1rem;
}
#block-reassurance li .block-reassurance-item {
    font-size: 1.1rem;
    font-weight: 500;
}
/*
CATEGORIES
 */
#js-product-list-header .card
{
    box-shadow: none;
    border: none;
}
#js-product-list-header .card h1
{
    font-size: 1.5rem;
}
#js-product-list-top .total-products p
{
    font-weight: 700;
    color: var(--almost-black);
    font-size: 1.1rem;
}
.brands-sort .select-title, .products-sort-order .select-title, .suppliers-sort .select-title {
    display: inline-block;
    width: 100%;
    color: #232323;
    background: #fff;
    padding: 0.4rem;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .25);
    box-shadow: none;
}
.block-category {
    min-height: 3rem;
}
.block-categories, #search_filters {
    box-shadow: none;
    background: var(--lightgrey);
    padding: 1.563rem 1.25rem;
    border-radius: 1rem;
    margin-bottom: 1.563rem;
}
.block-categories .h6
{
    font-size: 1.5rem;
}
.block-categories .category-sub-menu a
{
    font-size: 0.9rem;
}
.block-categories .category-sub-menu a:hover
{
    color: var(--green);
}
#search_filters .select-title
{
    background-color: white !important;
    padding: 0.4rem 0.4rem 0.4rem 1.25rem;
}
.breadcrumb li:last-child {
    content: "/";
    color: var(--green) !important;
    font-weight: 600;
}
.pagination .page-list
{
    box-shadow: none;
}
.pagination .current a {
    color: var(--green);
}
.facet-dropdown .select-list:hover
{
    background-color: var(--green);
}
.facet-dropdown.open>.select-title {
    border: 3px solid var(--green);
    background: #f6f6f6;
}
/*
PAGE DE DETAIL DU PRODUIT
 */
.product-cover img
{
    box-shadow: none;
    background: transparent;
    border: 2px solid var(--lightgrey);
    border-radius: 15px;
    width: 30rem !important;
    height: 30rem;
    object-fit: cover;
}
.product-images>li.thumb-container>.thumb {
    box-shadow: none;
    border: 2px solid var(--lightgrey);
    border-radius: 15px;
    width: 7rem !important;
    height: 7rem;
    object-fit: cover;
    cursor: pointer;
    margin-bottom: 0.625rem;
}
.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    border: 3px solid var(--green);
}
.product-container h1
{
    text-transform: capitalize;
}
.product-price {
    color: var(--green) !important;
    font-size: 1.5rem !important;
}
.product-prices .tax-shipping-delivery-label {
    display: inline-block !important;
    margin-left: 1rem !important;
}
.has-discount .discount {
    background: var(--lightgrey);
    color: grey;
}
.price-ecotax
{
    font-size: 0.9rem;
}
.product-description p
{
    font-size: 1.1rem;
    color: var(--almost-black);
    font-weight: 500;
}
#product #content {
    max-width: 30rem;
}
.qty .bootstrap-touchspin {
    width: auto;
    float: left;
    display: flex;
    box-shadow: none;
    margin-left: 1rem;
}
.product-quantity .qty
{
    align-items: baseline;
}
.en-stock, .peu-stock, .rupture-stock
{
    color: white;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    display: inline-block;
}
.en-stock
{
    background-color: var(--green);
}
.peu-stock
{
    background-color: orangered;
}
.rupture-stock
{
    background-color: #D40A0A;
}
.tabs {
    box-shadow: none;
    margin-top: 2rem;
    background: var(--lightgrey);
    padding: 1.25rem 1.875rem;
    border-radius: 1rem;
}
.product-manufacturer .img-thumbnail
{
    max-width: 10rem;
    margin-bottom: 3rem;
}
.nav-tabs .nav-link
{
    background-color: transparent !important;
    font-size: 1.2rem;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 3px solid var(--green);
}
.tabs .nav-tabs .nav-link.active {
    color: var(--green);
}
.social-sharing li
{
    background-color: var(--green);
}
.product-container .social-sharing
{
    margin-left: 3rem;
}
#product #block-reassurance {
    box-shadow: none;
    background: #fff;
}
.modal-header
{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
#header .header-nav .cart-preview.active {
    background: transparent;
}
.cart-products-count
{
    color: var(--almost-black);
}
.modal-content
{
    border-radius: 1rem;
    border: none;
}
.modal-header
{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.modal-body
{
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.modal-body .btn-secondary
{
    background-color: transparent !important;
    box-shadow: none !important;
}
.modal-body .btn-secondary:hover
{
    color: var(--green);
    transition: all 0.5s ease;
}
.modal-body .btn-green
{
    margin-top: 0;
}
#blockcart-modal .product-name, .cart-grid h1
{
    color: var(--green);
}
.cart-grid-body .card
{
    box-shadow: none;
    border: 2px solid var(--lightgrey);
    border-radius: 10px;
}
.cart-grid-right .card
{
    box-shadow: none;
    border-bottom: 2px solid var(--lightgrey);
    border-left: 2px solid var(--lightgrey);
    border-right: 2px solid var(--lightgrey);
    border-top: none;
}
.cart-container .product-price strong
{
    color: var(--almost-black);
    font-size: 1.2rem;
}
.card-block.cart-summary-totals .cart-summary-line.cart-total
{
    background-color: transparent;
}
.card-block.cart-summary-totals .cart-summary-line.cart-total .value
{
    color: var(--green);
    font-size: 1.5rem;
}
.cart-summary-line .value {
    font-weight: 700;
}
.block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover {
    color: var(--green);
}
#contact #content-wrapper
{
    width: 100%;
    padding: 0;
}
#contact .page-content
{
    padding: 0;
    box-shadow: none;
    border: none;
}
#contact .contact-form
{
    padding: 0;
}
#contact select, #contact .form-group input, #contact textarea
{
    background-color: var(--lightgrey);
    border-radius: 20px;
    border: none;
    padding-left: 1.2rem;
    font-weight: 600;
}
#contact select option, #contact .form-group input::placeholder, #contact textarea::placeholder
{
    text-transform: uppercase;
}
#contact .bootstrap-filestyle input
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group .input-group-btn>.btn {
    background-color: var(--green);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.form-control:focus, .input-group.focus {
    outline: 0.1875rem solid var(--green);
}
.contact-rich .block
{
    background-color: var(--green);
    border-radius: 0.7rem;
    padding: 2rem;
    color: white;
    height: 15rem;
    text-align: center;
    margin: 1rem 0;
}
.contact-rich .block .data {
    color: white;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
}
.contact-rich .block .icon {
    width: auto;
    float: none;
    text-align: center;
    margin-top: 1rem;
}
.contact-rich .block a
{
    color: white;
    font-size: 1rem;
}
#contact .h1
{
    color: var(--green);
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
a:hover {
    color: var(--green) !important;
    text-decoration: none;
}
.contact-rich .block .icon i {
    font-size: 3rem !important;
    margin-bottom: 1rem !important;
}
.login-form {

    margin-bottom: 5rem;
}
#contact iframe
{
    width: 100%;
    height: 20rem;
}
#authentication #content
{
    box-shadow: none;
    border: none;
}
#authentication input, #identity input, #address input, #checkout input, #checkout select
{
    background-color: var(--lightgrey);
    border-radius: 20px;
    border: none;
}
a {
    color: var(--green);
}
#authentication .js-visible-password, #identity .js-visible-password, #address .js-visible-password
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#authentication .custom-checkbox a
{
    color: var(--green) !important;
}
.page-my-account #content .links a span.link-item {
    box-shadow: none;
    background: var(--green);
    border-radius: 15px;
    color: white;
}
.page-my-account #content .links a i {
    color: white;
}
#my-account .link-item img
{
    display: none;
}
.page-my-account #content .links a:hover i {
    color: var(--lightgrey);
}
#my-account h1, #identity h1, #address h1
{
    color: var(--green);
    font-size: 1.5rem;
    text-transform: uppercase;
}
#my-account .btn-green:hover, .cart-detailed-actions .btn-green:hover, .cart-content .btn-green:hover
{
    color: white!important;
}
.page-customer-account #content {
    box-shadow: none;
    border: 2px solid var(--lightgrey);
    border-radius: 15px;
    padding: 2rem;
}
body#checkout section.checkout-step {
    box-shadow: none;
    background-color: #fff;
    padding: 0.9375rem;
    border: 2px solid var(--lightgrey);
    border-radius: 15px;
    margin-bottom: 1rem;
}
.cart-grid-right .card {
    box-shadow: none;
    border: 2px solid var(--lightgrey);
    border-radius: 15px;
}
.pictogrammes img
{
    width: auto;
    height: 4rem;
    object-fit: cover;
    border: 2px solid var(--lightgrey);
    border-radius: 10px;
}
#ybc-mnf-block .owl-item .ybc-mnf-block-li {
    width: 10rem;
    height: 10rem;
    border: 2px solid var(--lightgrey);
    border-radius: 15px;
    padding: 1rem;
}
footer .row
{
    margin: 0;
}
.search-widget form button[type=submit] {
    left: 0.125rem;
    right: 0;
}
.search-widget form input[type=text]::placeholder {
    padding-left: 2rem;

}
#ybc-mnf-block .ybc-mnf-block-title {
    text-align: left;
    width: 97%;
    color: var(--green);
    border-bottom: 3px solid var(--green);
    line-height: 0;
    margin: 2em 1rem 2em 1em;
}
#ybc-mnf-block .ybc-mnf-block-title span {
    background: #fff;
    padding: 0 10px;
}
#ybc-mnf-block-ul .owl-nav {
    top: 5%;
}
.sub-menu .main-menu-link ul[data-depth='3']
{
    display: none;
}
.featured-products .product-miniature .product-flags li.product-flag.online-only, #products .product-miniature .product-flags li.product-flag.online-only, .product-flags li.product-flag.online-only {
    margin-top: 0;
}
#pagenotfound .page-not-found, #products .page-not-found {
    box-shadow: none;
    max-width: 100%;
    margin: 0;
}
#block-reassurance
{
    margin-top: 5rem;
}
.page-addresses .address, .page-authentication #content {
    box-shadow: none;
    background: #fff;
    border: 2px solid var(--lightgrey);
    border-radius: 10px;
}
body#checkout #header .header-nav .logo {
    max-height: 8rem;
    width: auto;
}
@media (max-width: 1200px)
{
    #header .header-nav #_desktop_contact_link {
        display: none;
    }
    #block-reassurance li .block-reassurance-item {
        padding: 20px 40px;
        margin: 2rem 0;
    }
    .product-container .social-sharing {
        margin-left: 0;
    }
}
@media (max-width: 992px)
{
    .search-widget form input[type=text] {
        width: auto;
    }
    #block-reassurance ul {
        display: block;
    }
}
@media (max-width: 768px)
{
    #header .header-top #top-menu {
        display: block;
        justify-content: space-around;
        margin-bottom: 0;
    }
    #contact-link
    {
        margin-top: 2rem;
    }
}
@media (max-width: 576px)
{
    #bandeau_hero {
        max-width: 97vw;
    }
    #header .material-icons {
        margin-bottom: 1rem;
    }
}
/* debug */
.search-widget form button[type="submit"] {
    position: absolute;
    left: 75%;
    bottom: 90%;
    color: #7a7a7a;
    background: none;
    border: none;
}
.search-widget form input[type=text]:focus {
    outline: 3px solid var(--green);
}
#search_widget {
    width: 100%;
}
#header .header-top .menu {
    padding-left: 0;
}
#products .products, .featured-products .products, .product-accessories .products {

    justify-content: space-around;
}
footer, footer .block-contact
{
    font-size: 1rem;
}
.product-flags .out_of_stock {
    background: #D70000 !important;
}
.product-flags li.product-flag {
    background: var(--green);
}
.product-quantity {
    display: block;
}
.search-widget form button[type="submit"] {
    left:87%;
}
@media screen and (max-width:480px) {
    #header .logo {
        padding:0;
    }
}
/*
#wrapper {
	background-image:url(../img/pattern-noel-az.jpg);
}
#header #top-menu .main-menu-link a {
	color:red;
}
.featured-products .products-section-title span, #products .products-section-title span, .featured-products .all-product-link {
	background-color:red !important;
	color:#FFF !important;
}
.block-categories {
	background-color:red;
	color:#FFF;
}
.block-categories .h6, .block-categories .category-sub-menu li[data-depth="0"] > a {
	color:#FFF;
}
*/
.price-ecotax {
	display:none !important;
}
#homecategories .featured-category {
    margin-bottom:1.5rem;
}
#homecategories .category_name a {
    color:#262626
}
#homecategories h2 {
    margin: 2em 0 !important;
}