/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


/* #header{ background: red !important; } */


/* Custom Fonts */

@font-face {
    font-family: DelacreRegular;
    src: url(../css/Fonts/DelacreRegular.otf);
}

@font-face {
    font-family: Noto Sans;
    src: url(../css/Fonts/Arimo-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Noto Sans;
    src: url(../css/Fonts/Arimo-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Noto Sans;
    src: url(../css/Fonts/Arimo-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Noto Sans;
    src: url(../css/Fonts/Arimo-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


/* END Custom Fonts */


/* Global width customisation */

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: calc(100% - 30px);
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: calc(100% - 30px);
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: calc(100% - 30px);
        max-width: 100%;
    }
}


/* END Global width customisation */

.custom_menu {
    margin: 0;
    padding: 0;
}

.custom_menu li {
    float: left;
    list-style-type: none;
    list-style: none;
}

.custom_menu li a {
    padding-left: 10px;
    padding-right: 10px;
}

.custom_menu li:after {
    content: "|";
    display: inline-block;
    height: unset;
    width: unset;
    background: unset;
}

.custom_menu li:last-child:after {
    display: none;
}

#header .header-nav {
    border-bottom: none;
    max-height: none;
    margin-bottom: 0;
}

#header .header-nav .right-nav {
    align-items: center;
}

#header .header-nav>.container>.row>.hidden-sm-down {
    display: flex;
    align-items: center;
}


/* User info customisation */

@media (max-width: 767px) {
    .user-info .custom_menu li:after {
        display: none !important;
    }
}

#header .header-nav .user-info {
    text-align: unset;
    margin: 0;
}

#header .header-nav .user-info .material-icons {
    opacity: 0.5;
}

#header .header-nav .user-info .logged {
    color: unset;
    opacity: 1;
}


/* END User info customisation */


/* Search Bar Customisation */

.search-widget {
    min-width: unset;
}

#search_widget .material-icons {
    display: flex;
    align-items: center;
}

button,
::file-selector-button,
input:is([type="color"], [type="reset"], [type="button"], [type="submit"]) {
    padding: 0;
    border: none;
    margin: 0;
    padding-block: 0;
    padding-inline: 0;
}

#header .header-nav .search-widget {
    margin: 0;
    width: unset;
    /* float:none; */
}

.search-widget form {
    display: flex;
    align-items: center;
}

.search-widget form input {
    background: rgba(255, 255, 255, 0.4);
    max-width: 10em;
    vertical-align: middle;
}

.search-widget form input[type="text"] {
    border: none;
    padding: 0;
    min-width: unset;
    color: unset;
    border: none;
}

.search-widget form input[type="text"]:focus {
    outline: none;
    color: unset;
    background: rgba(255, 255, 255, 0.4);
}

.search-widget form button[type="submit"] {
    position: absolute;
    background: none;
    border: none;
    bottom: unset;
    right: unset;
    color: unset;
    position: unset;
}

.search-widget form button[type="submit"] .search:hover {
    color: #7f2a36;
}

.search-widget form input[type="text"]:focus+button .search {
    color: #7f2a36;
}


/* END  Search Bar Customisation */


/* Cart Block Customisation */

#header .header-nav .blockcart {
    background: none;
    height: unset;
    padding: 0;
    margin-left: 0;
}

.right-nav #_desktop_cart * {
    display: flex;
    align-items: center;
}

.right-nav div#_desktop_cart div.blockcart div.header img {
    margin: 0 10px 0 10px;
}


/* END Cart Block Customisation */


/* Language Selector Customisation */

#header .header-nav .language-selector {
    margin: 0;
}

.language-selector .custom_menu a {
    text-transform: uppercase;
}


/* END Language Selector Customisation */


/* Main Menu Customisation */

#_desktop_top_menu .dropdown-item {
    display: inline-block;
    width: unset;
    clear: unset;
    font-weight: unset;
    text-align: unset;
    white-space: unset;
    background: unset;
    border: none;
}

.top-menu a[data-depth="0"] {
    font-weight: unset;
    padding: 0 10px;
}

.header-top [class*="col-"] {
    display: flex;
}

#header .header-top #_desktop_top_menu {
    padding: 13px 0;
}


/* END Main Menu Customisation */


/* Carousel Row Customisation */

#_desktop_logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.75);
    padding: 10px 10px 10px 10px;
}

#_desktop_logo img.logo.img-responsive {
    max-width: unset;
}

#_mobile_logo {
    display: inline-flex;
    align-content: center;
    align-items: center;
    align-self: center;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 5px;
    margin: 0;
}

.carousel-control .icon-next {
    margin-right: 0;
}

.carousel-control .icon-prev {
    margin-left: 0;
}

.carousel .carousel-item figure {
    display: unset;
}

.carousel .carousel-item figure img {
    object-fit: cover;
    height: 485px;
}

.carousel .carousel-inner {
    height: unset;
}

.carousel {
    margin: 0;
}

#_custom_shop_title {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 100%);
    /* background-color: rgba(255, 255, 255, 0.75); */
    padding: 10px 10px 10px 10px;
    font-family: DelacreRegular;
    font-size: 100px;
    color: white;
    line-height: 100px;
}

@media (max-width: 991px) {
    .carousel {
        box-shadow: none;
        width: unset;
        margin: 0;
        left: unset;
        padding: 0;
        background-color: unset;
    }
    div#carousel div.direction a.carousel-control span {
        margin: 0;
        padding: 0;
        width: unset;
        height: unset;
    }
    /* 
    .carousel .carousel-item .caption {
     position:static;
     margin:1.275rem auto 2.5rem;
     text-align:center
    }
    .carousel .carousel-item .caption .display-1 {
     font-size:2rem;
     font-weight:400;
     color:#232323
    }
    .carousel .carousel-item .caption .caption-description .page-content.page-cms ul,
    .carousel .carousel-item .caption .caption-description h3,
    .carousel .carousel-item .caption .caption-description p,
    .page-content.page-cms .carousel .carousel-item .caption .caption-description ul {
     color:#7a7a7a
    }
    .carousel .carousel-item .caption .caption-description h3 {
     font-size:1rem
    }
    .carousel .direction {
     position:absolute;
     top:50%;
     width:100%
    }
    .carousel .direction .carousel-control .icon-prev {
     left:0;
     margin-left:0
    }
    .carousel .direction .carousel-control .icon-next {
     right:0;
     margin-right:.78rem
    }
    .carousel .direction .carousel-control i {
     background:hsla(0,0%,48%,.5)
    }
    .carousel-indicators li {
     height:8px;
     width:8px
    }
    .carousel-indicators .active {
     height:8px;
     margin:1px;
     width:8px
    } */
}


/* END Carousel Row Customisation */


/* CMS HOMEPAGE CUSTOMISATION TEMP */

.page-home img+p {
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    bottom: 0;
    right: 15px;
    padding: 20px;
    color: black;
}

.page-home img {
    max-height: 315px;
    width: 100%;
    object-fit: cover;
}

section#content.page-home div.row a span {
    margin: 0;
    display: block;
    position: absolute;
    bottom: 0;
    right: 15px;
    padding: 20px;
    color: #333333;
    font-family: DelacreRegular;
    font-size: 35px;
    line-height: 35px;
    display: flex;
    align-items: center;
}

section#content.page-home div.row a:hover span {
    color: inherit;
}

section#content.page-home div.row a span:after {
    display: inline-flex;
    visibility: visible;
    content: url(icon-grappe.png);
    padding-left: 10px;
    padding-bottom: 5px;
}

section#content.page-home div.row a:hover span:after {
    filter: brightness(52%);
}

section#content.page-home div.row a div {
    margin: 0;
    display: block;
    position: absolute;
    bottom: 0;
    right: 15px;
    padding: 20px;
    color: inherit;
}

section#content.page-home div.row a {
    margin: 0;
    padding: 0;
    display: block;
}

section#content.page-home>div.clearfix>div.row {
    padding: 10px 0;
}

section#content.page-home {
    padding: 10px 0;
}

section#content.page-home div.veiled a {
    background: white;
}

section#content.page-home div.veiled img {
    opacity: 0.5;
}


/* END CMS HOMEPAGE CUSTOMISATION TEMP */


/* BreadCrumb customisation */

.breadcrumb {
    border: none;
    border-style: none;
    display: block;
}

#wrapper .breadcrumb ol {
    display: inline-flex;
    border: 2px solid #f24f65;
    align-items: center;
}

#wrapper .breadcrumb li {
    border: none;
    background: white;
    font-size: 12px;
    line-height: 26px;
    align-items: center;
    display: flex;
}

#wrapper .breadcrumb li:after {
    content: "";
    color: unset;
    display: inline-block;
    margin: 0;
    border: solid #f24f65;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 9.5px;
}

#wrapper .breadcrumb ol li:first-of-type {
    background: #f24f65;
    margin-right: -12px;
}

#wrapper .breadcrumb ol li:first-of-type a span {
    content: url(btn-breadcrumb-accueil-boutique.png);
    height: 23px;
    margin-bottom: -8px;
    margin-left: -8px;
}

#wrapper .breadcrumb ol li:first-of-type a:hover span {
    opacity: 40%;
}

#wrapper .breadcrumb ol li:first-of-type+li {
    padding-left: 12px;
}

#wrapper .breadcrumb ol li:first-of-type::after {
    background: #f24f65;
}

#wrapper .breadcrumb li+li:last-of-type {
    color: unset;
    padding-right: 8px;
}

#wrapper .breadcrumb li:last-of-type::after {
    display: none;
}

#wrapper .breadcrumb li a {
    margin-right: -21px;
    z-index: 1;
    padding-right: 17px;
    padding-left: 12px;
    text-decoration: unset;
    color: unset;
}

#wrapper .breadcrumb li:last-of-type span {
    margin-right: -21px;
    z-index: 1;
    padding-right: 17px;
    padding-left: 12px;
    text-decoration: unset;
    color: unset;
}

#wrapper .breadcrumb li a:hover {
    color: #f24f65;
}

.breadcrumb:after {
    content: none;
    color: unset;
    display: none;
    clear: both;
    margin: 0;
}

.card {
    margin: 0;
    padding: 0;
    border: none;
    background: unset;
}

.card-block {
    margin: 0;
    padding: 0;
    border: none;
    background: unset;
}

.block-category {
    margin: 0;
    padding: 0;
    border: none;
    background: unset;
}

#wrapper .breadcrumb {
    background: unset;
    padding: 10px 0;
}


/* END BreadCrumb customisation */


/* active filters cusomisation */

body#category.layout-left-column.page-category section#wrapper div.container div#content-wrapper section#main section#products section#js-active-search-filters.active_filters {
    display: none;
}

body#category.layout-left-column.page-category div#left-column div#_custom_active_filter_list,
body#category.layout-left-column.page-category div#left-column div#_custom_active_filter_list * {
    margin: 0;
    padding: 0;
    background: unset;
    color: unset;
    display: block;
    font-weight: unset;
    font-size: unset;
    line-height: unset;
}

body#category.layout-left-column.page-category div#left-column div#_custom_active_filter_list {
    background: #f24f65;
    color: white;
    padding: 30px;
    min-height: 13.75rem;
    margin: 30px;
}

body#category.layout-left-column.page-category div#left-column div#_custom_active_filter_list .active-filter-title {
    font-family: DelacreRegular;
    font-size: 1.9rem;
    line-height: 1.9rem;
    margin-bottom: 12px;
}

body#category.layout-left-column.page-category div#left-column div#_custom_active_filter_list ul {
    margin-left: 7px;
}

body#category.layout-left-column.page-category div#left-column div#_custom_active_filter_list li.filter-block {
    position: relative;
    display: flex;
    padding: 4px;
}

body#category.layout-left-column.page-category div#left-column div#_custom_active_filter_list li.filter-block a {
    position: absolute;
    right: 0;
    font-size: 22px;
}


/* END active filters cusomisation */


/* Faceted search customisation */

div#search_filters_wrapper.hidden-sm-down,
div#search_filters_wrapper.hidden-sm-down div#search_filters,
div#search_filters_wrapper.hidden-sm-down div#search_filters section.facet.clearfix {
    /* margin: 0; */
    /* padding: 0; */
    background: #f24f65;
    color: white;
    display: block;
    font-weight: unset;
    font-size: unset;
    line-height: unset;
}

div#search_filters_wrapper.hidden-sm-down *,
div#search_filters_wrapper.hidden-sm-down div#search_filters *,
div#search_filters_wrapper.hidden-sm-down div#search_filters section.facet.clearfix * {
    /* margin: 0; */
    /* padding: 0; */
    background: unset;
    color: unset;
    /* display: block; */
    font-weight: unset;
    font-size: unset;
    /* line-height: unset; */
}

div#search_filters_wrapper.hidden-sm-down {
    padding: 30px;
    min-height: 13.75rem;
    margin: 30px;
}

div#search_filters_wrapper.hidden-sm-down div#search_filters>* {
    margin: 0 0 0 7px;
    padding: 0;
}

div#search_filters_wrapper.hidden-sm-down div#search_filters>*>* {
    padding: 4px;
    margin: 0;
}

div#search_filters_wrapper.hidden-sm-down div#search_filters p.text-uppercase.h6.hidden-sm-down {
    font-family: DelacreRegular;
    font-size: 1.9rem;
    line-height: 1.9rem;
    margin-bottom: 12px;
    margin-left: 0px;
    text-transform: unset !important;
}

div#search_filters_wrapper.hidden-sm-down div#search_filters div#_desktop_search_filters_clear_all.hidden-sm-down.clear-all-wrapper button,
div#search_filters_wrapper.hidden-sm-down div#search_filters section.facet.clearfix li label,
div#search_filters_wrapper.hidden-sm-down div#search_filters section.facet.clearfix li label a {
    /* display: flex; */
}

div#search_filters_wrapper.hidden-sm-down div#search_filters section.facet.clearfix li * {}

.custom-checkbox input[type="checkbox"]+span {
    border: 2px solid white;
}


/* END Faceted search customisation */


/* Product page customisation */

div.product-prices {
    display: flex;
}

div.product-prices>* {
    padding-right: 0.5rem;
}


/* END Product page customisation */


/* Footer Customisation */

main footer#footer {
    padding-top: 20px;
}

.block-social ul li {
    /* border-style: double; */
    border-radius: 30px;
}

div.block-contact.wrapper>div.hidden-sm-down>div {
    margin: 0;
    padding: 0;
    min-height: unset;
}

div.block-contact.wrapper>div.hidden-sm-down * {
    display: block;
}

div.block-contact div.hidden-sm-down>div>a,
div.block-contact div.hidden-sm-down>div>span,
footer#footer div.block-contact div.hidden-sm-down>div>a.dropdown {
    margin: 0;
    padding: 3px;
    background: #f24f65;
    color: white;
}

#footer .footer-container {
    font-size: 12px;
    line-height: 12px;
}


/* END Footer Customisation */