/*
--------------------------------------
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 {
    -webkit-font-smoothing  : antialiased;
    -moz-osx-font-smoothing : grayscale;
    line-height             : 1.25em;
    font-size               : 16px;
    font-family             : var(--main-font)  ;
}

[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           : black;
    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
--------------------------------------
*/

/*div.slick-list{*/
/*    flex-direction: column;*/
/*    width: 160px;*/
/*}*/

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

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

.slick-slider .slick-arrow {
    cursor   : pointer;
    position : absolute;

    fill     : transparent;
    stroke   : #d3d3d3;
}

.slick-slider .slick-arrow.slick-prev {
    left : 0;
}

.slick-slider .slick-arrow.slick-next {
    right : 0;
}

.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    : 600;
    padding        : .5rem 1.25rem
}

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

.btn-primary {
    background : var(--secondary-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 : white;
    color      : var(--secondary-color);
    /*border     : 1px solid var(--btn-primary-border-color--is-hover);*/
}

.btn-tertiary {
    background-color : #f7f7f7;
    text-transform   : lowercase;
    color            : #7a7a7a;
    box-shadow       : .0625rem .0625rem .0625rem 0 rgba(0, 0, 0, .1);
    padding          : .25rem;
    margin           : .25rem 0;
    font-weight      : 400;
    font-size        : .875rem
}

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

.btn-tertiary:hover {
    box-shadow : .0625rem .0625rem .0625rem 0 rgba(0, 0, 0, .2);
    border     : 1px solid rgba(35, 35, 35, .2)
}

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

.btn-unstyle:focus {
    outline : 0
}

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

/*
--------------------------------------
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;
    margin  : .3125rem;
}

.breadcrumb li a {
    color           : #232323;
    text-decoration : none;
    transition      : all 0.3s;
}
.breadcrumb li.--active a {
    color           : #9b9898;

}

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

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

.page-header h1,
.page-header h2 {
    margin         : 0;
    padding        : 1em 1.5em;
    text-align     : center;
    color          : var(--secondary-color);
    /*border-bottom  : 1px solid var(--primary-color);*/
    background     : white;
    text-transform : uppercase;
}

/*
--------------------------------------
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#order-detail #wrapper {
    display: unset;
}

body:not(#checkout) #wrapper .wrapper__inner {
    flex-direction: row;
}

/*
--------------------------------------
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;
}

#module-ambjolisearch-jolisearch #amazzing_filter{
    background: #fff;
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem;
    padding-top: 0.5rem;
}
#module-ambjolisearch-jolisearch #amazzing_filter .af_filter{
    text-transform: uppercase;
    color: #232323;
}
#module-ambjolisearch-jolisearch #amazzing_filter .af-toggle-child{
    font-size: 26px;
    color: #232323;
}
#module-ambjolisearch-jolisearch #amazzing_filter .af_subtitle:before{
    border-color: #232323;
}
#module-ambjolisearch-jolisearch #amazzing_filter .af-checkbox-label{
    display: flex;
    justify-content: space-between;
}
#module-ambjolisearch-jolisearch #amazzing_filter .cf__group>b{
    display:none;
}
#module-ambjolisearch-jolisearch #amazzing_filter .selectedFilters .cf{
    padding: 5px 0;
}
#module-ambjolisearch-jolisearch #amazzing_filter .your_selection{
    text-transform: uppercase;
    font-weight: bold;
    color: #232323;
    background-color: white;
}
#module-ambjolisearch-jolisearch #amazzing_filter h5.af_subtitle{
    padding-bottom: 3px;
    margin-bottom: 5px;
    border-bottom: 1px solid #DADADA;
}
#module-ambjolisearch-jolisearch #amazzing_filter .af_filter {
    border-bottom: 1px solid transparent;
}

#module-ambjolisearch-jolisearch #amazzing_filter .range-filter[data-url='prix'] .af_filter_content{
    margin-top: 20px;
}

#module-ambjolisearch-jolisearch #amazzing_filter .slider-container .back-bar .pointer {
    background: #1a1a1a;
    border: 1px solid #171717;
}

#module-ambjolisearch-jolisearch #amazzing_filter .slider-container .back-bar .selected-bar {
    position: absolute;
    height: 100%;
    background: #1a1a1a;
}

#module-ambjolisearch-jolisearch .products{
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 15px;
    justify-content: space-between;
}

#module-ambjolisearch-jolisearch #content-wrapper {
    padding-right: 20px;
    flex: 1 0 auto;
}

#module-ambjolisearch-jolisearch #content-wrapper #main{
    background: white;
}

#module-ambjolisearch-jolisearch .dynamic-loading button{
    background: var(--btn-primary-bg-color);
    color: var(--btn-primary-color);
    border: 1px solid var(--btn-primary-border-color);
    border-radius: 10px;
    transition: all 0.3s;
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
    text-transform: uppercase;
    font-weight: 500;
    padding: .5rem 1.25rem;
    margin-top: 20px;
}

#module-ambjolisearch-jolisearch .dynamic-loading button:focus, .dynamic-loading button: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);
}

#module-ambjolisearch-jolisearch #amazzing_filter {
    background: #fff;
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem;
    padding-top: 0.5rem;
}

#module-ambjolisearch-jolisearch .wrapper__inner {
    display        : flex;
    flex-direction : column;
    padding-bottom : 20px;
}


@media (min-width : 768px) {

    #module-ambjolisearch-jolisearch .wrapper__inner {
        flex-direction : row;
    }

    #module-ambjolisearch-jolisearch .left-column__wrapper {
        width: 25%;
        min-width: 200px;
        margin-right: 20px;
        padding-bottom: 0;
    }
    #module-ambjolisearch-jolisearch #content-wrapper {
        max-width: 75%;
    }
}

@media (min-width : 1200px) {
    #module-ambjolisearch-jolisearch .products {
        grid-template-columns : repeat(3, 1fr);
    }
    #module-ambjolisearch-jolisearch .wrapper__inner {
        flex-direction : row;
    }

    #module-ambjolisearch-jolisearch .left-column__wrapper #left-column{
        min-width: 200px;
        width : 100%;
    }
}

#acb-banner{
    height: 100vh;
    justify-content: center;

}
#acb-banner .acb-banner-container{
    background: #1A1A1A;
    margin: 0 10px;
    padding: 30px 15px;
    border-radius: 30px;
    max-width: 1100px;

}

@media (min-width: 375px){
    #acb-banner .acb-banner-container{
        margin: 0 30px;
    }
}

@media (min-width: 768px){
    #acb-banner .acb-banner-container{
        margin: auto;
    }
}
@media (max-width: 768px){
    #acb-banner #acb-action{
       margin-top: 100px;
    }
    h3.card-title
    {
        font-size: 1em;
    }
}


#module-psgdpr-gdpr #wrapper:before {
    content             : "";
    position            : absolute;
    width               : 100%;
    height              : 100%;
    top                 : 0;
    left                : 0;
    background          : url(../../img/bg/bg-cart.jpg) 0 0 no-repeat;
    background-size     : cover;
    background-position : center;
    opacity             : .35;
    z-index             : -1;
}

#module-psgdpr-gdpr #wrapper {
    position: relative;
    z-index: 1;
    background: black;
    display: unset;
}

#module-psgdpr-gdpr #wrapper .wrapper__inner {
    /*background            : #f1f1f1 url(../../../img/placeholder_bg_account.jpg) no-repeat;*/
    /*background-size       : cover;*/
    /*background-attachment : fixed;*/
    padding               : 20px 0;
}

#module-psgdpr-gdpr #content {
    background     : #fff;
    padding-bottom : 10px;
}

#module-psgdpr-gdpr .page-footer {
    padding : 0.5rem 0;
}

#module-psgdpr-gdpr .page-footer .account-link {
    color           : white;
    text-decoration : none;
    transition      : all .3s;
}

#module-psgdpr-gdpr .page-footer .account-link:hover {
    color : var(--secondary-color);
}

#module-psgdpr-gdpr .page-header h1{
    border-radius: 25px 25px 0px 0px;
    max-width: 90%;
    margin: auto;
}
#module-psgdpr-gdpr .page-content.default-container{
    border-radius: 0px 0px 25px 25px;
}

#module-psgdpr-gdpr #content #notifications{
    background-color: white;
}

#module-psgdpr-gdpr .default-container {
    width: 90%;
}

@media (min-width: 991px) {
    #module-psgdpr-gdpr .default-container, #module-psgdpr-gdpr .page-header h1 {
        max-width: 900px
    }
}


.cms-id-4 p span{
    font-size: 14px !important;
}

.cms-id-2 p {
    color: black;
}


@keyframes opacity_show {

    0% {
        visibility:hidden;
    }
    90% {
        visibility:hidden;
    }
    100 %
    {
        visibility:visible;
    }
}

@keyframes scaleElement {
    0%
    {
        transform: scale(1);
    }
    100%
    {
        transform: scale(1.02);
    }
}
