/*
--------------------------------------
Style global
--------------------------------------
*/

html,
body {
    height : 100%;
}

@-ms-viewport {
    width : device-width;
}

html {
    box-sizing                  : border-box;
    font-size                   : 16px;
    -ms-overflow-style          : scrollbar;
    -webkit-tap-highlight-color : transparent;
    font-family                 : sans-serif;
    -ms-text-size-adjust        : 100%;
}

body {
    font-family             : var(--typo-primary);
    -webkit-font-smoothing  : antialiased;
    -moz-osx-font-smoothing : grayscale;
    line-height             : 1.25em;
    font-size               : 16px;
}

body.show-filter {
    overflow      : hidden;
    padding-right : 17px;
}

[tabindex="-1"]:focus {
    outline : none !important
}

p {
    margin-top    : 0;
    margin-bottom : 1rem;
    font-size     : .9375rem;
    color         : #7a7a7a;
    font-weight   : 400;
}

abbr[data-original-title], abbr[title] {
    cursor        : help;
    border-bottom : 1px dotted #f1f1f1
}

address {
    font-style  : normal;
    line-height : inherit
}

address, dl, ol, ul {
    margin-bottom : 1rem
}

dl, ol, ul {
    margin-top : 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom : 0
}

ul {
    list-style : none;
    padding    : 0;
    margin     : 0;
}

dt {
    font-weight : 700
}

dd {
    margin-bottom : .5rem;
    margin-left   : 0
}

blockquote {
    margin : 0 0 1rem
}

a {
    color           : #2fb5d2;
    text-decoration : none
}

a:hover {
    color           : var(--link-color-on-hover);
    text-decoration : none;
}

a:focus {
    /*color           : #208094;*/
    /*text-decoration : underline;*/
    outline        : 5px auto -webkit-focus-ring-color;
    outline-offset : -2px
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color           : inherit;
    text-decoration : none
}

a:not([href]):not([tabindex]):focus {
    outline : none
}

figure {
    margin : 0 0 1rem
}

img {
    vertical-align : middle;
    max-width      : 100%;
    object-fit     : contain;
}

[role=button] {
    cursor : pointer
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action : manipulation;
    touch-action     : manipulation
}

table {
    border-collapse  : collapse;
    background-color : transparent
}

caption {
    padding-top    : .75rem;
    padding-bottom : .75rem;
    color          : #7a7a7a;
    caption-side   : bottom
}

caption, th {
    text-align : left
}

label {
    display       : inline-block;
    margin-bottom : .5rem
}

button:focus {
    outline : 1px dotted;
    outline : 5px auto -webkit-focus-ring-color
}

button, input, select, textarea {
    line-height : inherit
}

input[type=checkbox]:disabled, input[type=radio]:disabled {
    cursor : not-allowed
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance : listbox
}

textarea {
    resize : vertical
}

fieldset {
    min-width : 0;
    padding   : 0;
    margin    : 0;
    border    : 0
}

legend {
    display       : block;
    width         : 100%;
    padding       : 0;
    margin-bottom : .5rem;
    font-size     : 1.5rem;
    line-height   : inherit
}

input[type=search] {
    -webkit-appearance : none
}

output {
    display : inline-block
}

[hidden] {
    display : none !important
}

.clearfix:after {
    content : "";
    display : table;
    clear   : both
}

.sr-only {
    position : absolute;
    width    : 1px;
    height   : 1px;
    padding  : 0;
    margin   : -1px;
    overflow : hidden;
    clip     : rect(0, 0, 0, 0);
    border   : 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position : static;
    width    : auto;
    height   : auto;
    margin   : 0;
    overflow : visible;
    clip     : auto
}

.color, .custom-checkbox input[type=checkbox] + span.color {
    width           : 1.25rem;
    height          : 1.25rem;
    display         : inline-block;
    margin          : .3125rem;
    box-shadow      : 2px 2px 4px 0 rgba(0, 0, 0, .2);
    border          : 1px solid rgba(0, 0, 0, .05);
    cursor          : pointer;
    background-size : contain
}

.color.active, .color:hover, .custom-checkbox input[type=checkbox] + span.color.active, .custom-checkbox input[type=checkbox] + span.color:hover, .facet-label.active .custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color {
    border : 2px solid #232323
}

.h1, .h2, .h3 {
    text-transform : uppercase;
    color          : #232323
}

.h4 {
    font-weight : 700;
    color       : #232323
}

.label, label {
    color      : #232323;
    text-align : right;
    font-size  : .875rem
}

small.label, small.value {
    font-size : .8125rem
}

/*
--------------------------------------
Style général des slider slick
--------------------------------------
*/

.slick-slider {
    display : none !important;
}

.slick-slider.slick-initialized {
    display : flex !important;
}

.slick-slider .slick-arrow {
    cursor   : pointer;
    position : absolute;
    color    : var(--primary-color);

    /*fill     : transparent;*/
    fill     : currentColor;
    /*stroke   : #d3d3d3;*/
    stroke   : currentColor;
}

.slick-slider .slick-arrow.slick-prev {
    /*left  : 0;*/
    right : calc(100% + 35px);
}

.slick-slider .slick-arrow.slick-next {
    /*right : 0;*/
    left : calc(100% + 35px);
}

.slick-slider .slick-list {
    min-width : 100%;
}

.slick-slider .slick-track {
    display : flex;
}

.slick-slider.slick-vertical .slick-track {
    display : block;
}

.slick-slider .slick-track .slick-slide {
    height : auto;
}

.slick-slider .slick-slide > div,
.slick-slide > div .product-miniature {
    height : 100%;
}

/*
--------------------------------------
Style général des buttons
--------------------------------------
*/
.btn-primary, .btn-secondary, .btn-tertiary {
    /*box-shadow     : 2px 2px 4px 0 rgba(0, 0, 0, .2);*/
    text-transform : uppercase;
    font-weight    : 500;
    /*font-size      : calc(13px + (16 - 13) * ((100vw - 320px) / (1920 - 320)));*/
    font-size      : var(--font-size-300);
    padding        : 1em;
}

.btn-primary .material-icons, .btn-secondary .material-icons, .btn-tertiary .material-icons {
    margin-right : .625rem
}

.btn-primary {
    background : var(--btn-primary-bg-color);
    color      : var(--btn-primary-color);
    border     : 1px solid var(--btn-primary-border-color);
    transition : all 0.3s;
}

.btn-primary:focus,
.btn-primary:hover {
    background : var(--btn-primary-bg-color--is-hover);
    color      : var(--btn-primary-color--is-hover);
    border     : 1px solid var(--btn-primary-border-color--is-hover);
}

.btn-tertiary {
    background-color : var(--btn-tertiary-bg-color);
    color            : var(--btn-primary-color);
    /*padding          : .25rem;*/
}

.btn-tertiary .material-icons {
    font-size : 1rem
}

.btn-unstyle {
    background-color : transparent;
    border           : none;
    padding          : 0;
    text-align       : inherit
}

.btn-unstyle:focus {
    outline : 0
}

.btn-unstyle:focus .expand-more {
    color : #2fb5d2
}

.btn-transparent {
    background     : transparent;
    border         : 1px solid currentColor;
    text-transform : uppercase;
    color          : currentColor;
    font-size      : calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    padding        : 0.9em 1.1em;
    transition     : all .3s ease-in-out;
}

.btn-transparent:hover {
    background   : var(--primary-color);
    border-color : var(--primary-color);
    color        : black;
}

.btn--with-arrow {
    display         : flex;
    justify-content : space-between;
    align-items     : center;
}

.btn--with-arrow:after {
    content     : '>';
    display     : inline-block;
    font-family : monospace;
}

/*
--------------------------------------
Style général carousel
--------------------------------------
*/
.carousel .direction {
    z-index : auto
}

.carousel .carousel-item {
    height : 100%
}

@media (min-width : 768px) {
    .carousel .carousel-item img {
        width : 100%;
    }
}

.carousel .carousel-item .caption {
    position  : absolute;
    color     : #fff;
    max-width : 340px
}

@media (min-width : 768px) {
    .carousel .carousel-item .caption {
        bottom : 28px;
        left   : 90px
    }
}

@media (max-width : 767px) {
    .carousel .carousel-item .caption {
        bottom : 5px;
        left   : 40px
    }
}

.carousel .carousel-item .caption .caption-description p {
    color : #fff
}

@media (max-width : 767px) {
    .carousel .carousel-item figure {
        margin : 0
    }
}

.carousel .carousel-control {
    opacity : 1
}

.carousel .carousel-control .icon-next:before, .carousel .carousel-control .icon-prev:before {
    content : ""
}

.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i {
    font-size : 3.125rem;
    color     : #fff
}

.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i {
    color : #2fb5d2
}

.carousel .carousel-control .icon-prev {
    left : 1rem
}

.carousel .carousel-control .icon-next {
    right : 2rem
}

.carousel .carousel-control.left, .carousel .carousel-control.right {
    background : none
}

/*
--------------------------------------
Style général des listes produits
--------------------------------------
*/
.products {
    display         : flex;
    flex-wrap       : wrap;
    justify-content : flex-start;
}

/*
--------------------------------------
Style général des items swiper
--------------------------------------
*/

.default-container .swiper-container {
    position : static;
    width    : 94%;
    margin   : 0 auto;
}

.swiper-slide {
    height : auto;
}

.swiper-slide > .product-miniature {
    height : 100%;
}

/*
--------------------------------------
Style général du breadcrumb
--------------------------------------
*/
.breadcrumb__wrapper {
    margin : 0;
}

.breadcrumb {
    border-radius : 0;
    padding       : 1rem 0;
    background    : transparent;
}

.breadcrumb[data-depth="1"] {
    display : none;
}

.breadcrumb ol {
    padding-left  : 0;
    margin-bottom : 0;
}

.breadcrumb li {
    display : inline;
}

.breadcrumb li:not(:last-child):after {
    content   : ">";
    color     : #7a7a7a;
    font-size : 14px;
}

.breadcrumb li a {
    color           : #232323;
    text-decoration : none;
    transition      : all 0.3s;
    font-size       : 14px
}

.breadcrumb li a:hover {
    color : var(--link-color-on-hover);
}

/*
--------------------------------------
Style général des headers de pages
--------------------------------------
*/

.page-header {
    /*background      : var(--secondary-color) var(--background-path-s, url(../../img/banner/cat/default.jpg)) no-repeat center;*/
    background      : var(--secondary-color) var(--background-path, url('/themes/bwaV2/assets/img/banner/cat/default.jpg')) no-repeat center;
    background-size : cover;
}

.page-header h1,
.page-header h2 {
    margin      : 0;
    text-align  : center;
    color       : currentColor;
    /*text-transform : uppercase;*/
    font-family : var(--typo-secondary);
}

.page-header h1 {
    text-transform : unset;
    font-weight    : 400;
    color          : white;
}

@media (max-width : 767px) {
    .page-header h1 {
        font-size   : var(--font-size-1600);
        line-height : 1;
        padding     : .35em .5em;
    }

    .page-header h2 {
        padding : .6em 0.25em;
    }
}

@media (min-width : 768px) {
    /*.page-header {*/
    /*    background      : var(--secondary-color) var(--background-path, url(../../img/banner/cat/default.jpg)) no-repeat center;*/
    /*    background-size : cover;*/
    /*}*/

    .page-header h1,
    .page-header h2 {
        padding : 1em 1.5em;
    }

    .page-header h1 {
        font-size   : var(--font-size-1500);
        line-height : var(--font-size-1500);
    }
}

/*
--------------------------------------
Style général des forms
--------------------------------------
*/
.form-group {
    margin         : 0 0 1rem;
    display        : flex;
    flex-direction : column;
}

.form-group .form-control-label,
.form-group .form-control-label ~ * {
    text-align : left;
}

.form-group .form-control {
    width : 100%;
}

/*
--------------------------------------
Style général des accordéons
--------------------------------------
*/
.js-accordion__container {
    border     : 1px solid #eee;
    box-shadow : 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
}

.js-accordions__wrapper .accordion__title {
    background      : white;
    color           : var(--primary-color);
    padding         : 15px;
    font-weight     : 700;
    display         : flex;
    justify-content : space-between;
    align-items     : center;
    cursor          : pointer;
}

/*
--------------------------------------
Style général des loaders
--------------------------------------
*/
.bwa__loader__wrapper {
    position        : relative;
    display         : flex;
    align-items     : center;
    justify-content : center;
}

.bwa__loader__overlay {
    opacity        : 0;
    pointer-events : none;

    position       : absolute;
    top            : 0;
    left           : 0;
    right          : 0;
    bottom         : 0;
    width          : 100%;
    height         : 100%;
    background     : rgba(255, 255, 255, 0.5);
}

.bwa__loader__overlay.is--active {
    opacity        : 1;
    pointer-events : all;
}

.bwa__loader {
    opacity         : 0;
    pointer-events  : none;
    align-self      : center;
    justify-self    : center;
    position        : absolute;
    display         : flex;
    align-items     : center;
    justify-content : center;
    font-size       : 64px;
    width           : 1em;
    height          : 1em;
}

.bwa__loader.is--active {
    opacity : 1;
}

.bwa__loader:after {
    content       : " ";
    display       : block;
    width         : 0.71875em;
    height        : 0.71875em;
    margin        : 1px;
    border-radius : 50%;
    border        : 5px solid var(--secondary-color);
    border-color  : var(--secondary-color) transparent var(--secondary-color) transparent;
    animation     : add-to-cart__loader--animation 1.2s linear infinite;
}

@keyframes add-to-cart__loader--animation {
    0% {
        transform : rotate(0deg);
    }
    100% {
        transform : rotate(360deg);
    }
}

/*
--------------------------------------
Style général des notifications
--------------------------------------
*/
#notifications li {
    text-align : center;
}

/*
--------------------------------------
fix taille mini d'une page à 100vh hors du checkout
--------------------------------------
*/

body:not(#checkout) main {
    min-height     : 100vh;
    display        : flex;
    flex-direction : column;
}

body:not(#checkout) #wrapper {
    flex           : 1 0 auto;
    display        : flex;
    flex-direction : column;
}

body:not(#checkout) #wrapper .wrapper__inner {
    flex : 1 0 auto;
}

/*
--------------------------------------
fix modal
--------------------------------------
*/
.modal-backdrop {
    display : none;
}

.modal {
    background : transparent;
    opacity    : 0;
    transition : all .3s;
}

.modal.in {
    opacity     : 1;
    background  : rgba(0, 0, 0, 0.5);
    display     : flex !important;
    align-items : center;
}

/*
--------------------------------------
class notransition for js
--------------------------------------
*/
.notransition,
.notransition * {
    -webkit-transition : none !important;
    -moz-transition    : none !important;
    -o-transition      : none !important;
    transition         : none !important;
}

/*
--------------------------------------
burger
--------------------------------------
*/
.burger {
    position : relative;
    width    : 25px;
    height   : 25px;
}

.burger span {
    display            : block;
    position           : absolute;
    height             : 2px;
    width              : 100%;
    background         : currentColor;
    border-radius      : 9px;
    opacity            : 1;
    left               : 0;
    -webkit-transform  : rotate(0deg);
    -ms-transform      : rotate(0deg);
    transform          : rotate(0deg);
    -webkit-transition : .3s ease-in-out;
    -o-transition      : .3s ease-in-out;
    transition         : .3s ease-in-out;
}

.burger span:nth-child(1) {
    top : 2px;
}

.burger span:nth-child(2),
.burger span:nth-child(3) {
    top : 12px;
}

.burger span:nth-child(4) {
    top : 21px;
}

.burger.active span:nth-child(1) {
    top     : 0;
    width   : 0;
    left    : 50%;
    opacity : 0;
}

.burger.active span:nth-child(2) {
    -webkit-transform : rotate(45deg);
    -ms-transform     : rotate(45deg);
    transform         : rotate(45deg);
}

.burger.active span:nth-child(3) {
    -webkit-transform : rotate(-45deg);
    -ms-transform     : rotate(-45deg);
    transform         : rotate(-45deg);
}

.burger.active span:nth-child(4) {
    top     : 20px;
    width   : 0;
    left    : 50%;
    opacity : 0;
}

/*
--------------------------------------
recaptcha
--------------------------------------
*/
.grecaptcha-badge {
    display : none;
}

/*
--------------------------------------
parallax
--------------------------------------
*/

/*body {*/
/*--scroll-y-position : 0;*/
/*}*/
/*[data-scroll-wrapper] {*/
/*--parallax-wrapper-y-position : 0;*/
/*--parallax-scroll-y-position : calc(var(--scroll-y-position, 0) - var(--parallax-wrapper-y-position));*/
/*}*/

/*[data-scroll-wrapper] [data-scroll] {*/
/*transform: translate3d(0px, calc(var(--parallax-scroll-y-position, 0) * var(--scroll-speed-y, 0) * 1px), 0px) !important;*/
/*}*/

.dropdown {
    position : relative;
}

.dropdown-menu {
    position         : absolute;
    top              : 100%;
    left             : 0;
    z-index          : 1000;
    display          : none;
    float            : left;
    min-width        : 6rem;
    padding          : .5rem;
    margin           : .125rem 0 0;
    font-size        : 1rem;
    color            : #212529;
    text-align       : left;
    list-style       : none;
    background-color : #fff;
    background-clip  : padding-box;
    border           : 1px solid rgba(0, 0, 0, .15);
}

.dropdown-menu > * {
    display : block;
    width   : 100%;
    padding : .25rem 0;
}

#cms .elementor-section.elementor-section-boxed > .elementor-container {
    max-width : 100%;
}

#cms .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding : 0;
}

/*
--------------------------------------
Recherche
--------------------------------------
*/
#module-ambjolisearch-jolisearch .products {
    display : grid;
}

#module-ambjolisearch-jolisearch #content-wrapper {
    padding : 0;
}

#module-ambjolisearch-jolisearch #products {
    max-width : var(--default-container-max-width);
    margin    : auto;
}

#module-ambjolisearch-jolisearch .page-header h2 {
    font-size      : var(--font-size-1500);
    line-height    : var(--font-size-1500);
    color          : white;
    text-transform : unset;
    font-weight    : 400;
}

/*
--------------------------------------
Bannière cookies
--------------------------------------
*/

#acb-banner.acb-position-bottom {
    height          : 100%;
    max-height      : 100% !important;
    display         : flex;
    justify-content : center;
    margin          : 0;
}

#acb-banner .acb-content-container {
    max-width     : 1000px;
    width         : 95%;
    margin        : auto;
    background    : var(--secondary-color);
    padding       : 25px 15px;
    border-radius : 15px;
}

#acb-banner .acb-button:hover {
    /*box-shadow: 0 2px 10px rgb(0 0 0 / 40%);*/
    cursor : pointer;
}

.btn-banner-cookies {
    background : white;
    color      : black !important;
    border     : 1px solid rgba(123, 124, 126, 0.15);
    padding    : 15px;
}

.acb-content-container .btn {
    margin : 0 3rem;
}

.acb-content-container .btn-primary:hover {
    color : var(--primary-color) !important;
}

#acb-content {
    overflow   : visible;
    max-height : 100% !important;
}

.acbCheckboxesContainer {
    flex-direction : column;
}

.acb-content-container #acb-content * {
    color : #231F20 !important;
}

@media (max-width : 900px) {
    #acb-action {
        width : 100% !important;
    }
}

@media screen and (max-width : 767px) {
    #acb-banner.acb-gdpr .btn {
        width  : 100%;
        margin : 0.5rem 0;
    }
}

@media (min-width : 900px) {
    #acb-banner {
        margin : 0;
    }

    .acbCheckboxesContainer {
        flex-direction : row;
    }

    #acb-banner .acb-content-container {
        max-width : 1000px;
        width     : 95%;
    }
}


/*********************************************************
/ Not found
/*********************************************************/

.page-not-found__title,
.page-not-found__subtitle,
.page-not-found__action-separator {
    color : #707070 !important;
}

.page-not-found__title {
    font-family : var(--typo-tertiary);
    /*font-size   : var(--font-size-1100);*/
    font-size   : var(--font-size-1400);
}

.page-not-found__actions {
    display        : flex;
    flex-direction : column;
}
.page-not-found__actions .page-not-found__action {
    min-width: 20vw;
}
.page-not-found__actions .btn {
    width : 100%;
}

.page-not-found__actions .page-not-found__action-separator {
    align-self  : center;
    color       : #707070;
    font-weight : 700;
    padding     : 1em 0;
}




.container-wishlist {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #D9D9D9;
}

@media (max-width: 1199px){
    .container-wishlist {
        flex-direction: column;
    }
}

.container-wishlist>.column-wishlist {
    flex: 50%;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 100px;
    position: relative;
}

.column-bg-grey {
    background-color: #3D5240;
}

.title-wishlist {
    text-transform: uppercase;
    padding: 30px 20% 30px 20%;
    font-weight: 600;
    color: #fff;
    font-size: 21px;
    text-align: center;
}

.wishlist-storelocator {
    text-transform: uppercase;
    bottom: 100px;
    margin-left: 5%;
    margin-right: 5%;
}

form#wishlist-form {
    display: flex;
    flex-flow: row;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
}

.wishlist-form-inputs {
    display: flex;
    align-items: center;
    height: 90px;
    padding: 20px 25px 20px 50px;
    gap: 10px;
    background-color: #fff;
}

form#wishlist-form button[type=submit] {
    background-color: #FEB39D;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    transition: 0.4s ease;
}

form#wishlist-form input[type=text] {
    width: 100%;
    border: none;
    background-color: transparent;
    color: #FEB39D;
    font-size: 15px;
    font-weight: 600;
}

.wishlist-form-inputs svg path {
    fill: #FEB39D;
}

#download-wishlist .title-wishlist{
    color : #3D5240
}

#download-wishlist {
    background: #FDECE7;
}

#download_wishlist {
    all: unset;
    box-sizing: border-box;
    background: #fff;
    padding: 35px 35px;
    width: 90%;
    max-width: 420px;
    text-align: center;
    color: #3D5240;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: auto;
    transition: 0.4s ease;
}
