/************************* TEMPLATE DE BASE ********************/
html{ overflow-x: hidden!important;}

body,#wrapper {
    background: #f8f7f3!important;
}
.elementor-widget .elementor-product-miniature{
    background-color: transparent!important;
}


#main .page-content, #main .page-footer{
    margin-bottom: 0rem!important;
}

#footer {
    padding-top: 0;
}

a{
    color:#596e69;
}
a:hover{
    color: #2b150e;
}
.btn-primary{
    background-color: #a6c439;
}
.btn-primary:hover{
    background-color: #404041;
    color: white
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus{
    background-color: #404041!important;
    color: white;
}

.elementor-11170101 .elementor-element.elementor-element-7d68dfc a.elementor-button:not([href]){
    background-color: transparent!important;
}

.form-control:focus {
    border-color: #404041;}

.has-discount .discount{
    background: #a6c439;
}
/** fil d'ariane **/
#wrapper .breadcrumb{
    padding-left: 2%;
    padding-top: 1%;
    a, span{
        font-size: 0.8em!important;
    }
}

/**** Compte ***/

#my-account, #addresses, #identity, #history, #order-slip, #module-psgdpr-gdpr, #module-ps_emailalerts-account, #module-lgcookieslaw-disallow{
    #wrapper{
        padding-bottom: 1.563rem;
    }
}
.page-my-account #content .links a:hover i{
    color: #596e69;
}
.custom-radio input[type=radio]:checked+span{
    background-color: #596e69;
}

.form-control:focus{ outline: .1875rem solid #a6c439!important;}
body#checkout section.checkout-step .address-item.selected { border: #596e69 3px solid; }
.alert-info{
    background-color: #596e69;
   /* border-color: #ff1877;*/
    color: #ffffff;
}

.text-primary{
    color: #497A81!important;
}
a.text-primary:hover, .wishlist-list-item:hover .wishlist-list-item-title{
    color: #533437!important;
}

#history .table-labeled .label{
    background-color: #533437!important;
}

input:-internal-autofill-selected {
        background-color: light-dark(#fef7ef, #fef7ef) !important;
}
.bg-success {
    background-color: #497A81 !important;
}
.text-success {
    color: #596e69 !important;
}
.bg-success{
    background-color: #596e69!important;
}


/*** Panier ***/
.page-order a:hover{
    color: #404041!important;
}
.product-price{
    color: #404041!important;
}
.product-line-grid-body .price{
    color: #404041!important; 
}

#blockcart-modal .product-name{
       color: #404041!important; 
}
.cart-grid-body a.label:hover, .done, #blockcart-modal .modal-title i.material-icons{
    color: #a6c439;
}
body#checkout section.checkout-step.-reachable.-current .step-number{
        background-color: #596e69;
}
/** click and collect **/
#creneau_selected, #creneau_selected_back.alert-success{
    background: #596e69!important;
}
#creneau_selected h5{
    color: white!important;
}
#list_creneau tr td span.active {
    background: #596e69!important;
}
#table_creneau.viewList tr td .dispo:hover, #table_creneau.viewList tr td .dispo:active{
    background: #596e69!important;
}
#table_dispo_head.scroll4::-webkit-scrollbar-thumb, #table_dispo_head_back.scroll4::-webkit-scrollbar-thumb, .modal-body .scroll4::-webkit-scrollbar-thumb {
    background: #596e69;
}
#list_creneau.viewList td span:hover{
    background: #596e69;
}
.password-requirements p{
    color: #533437!important; 
}

#shop_selected{
    background: #596e69;
}




/************************* CUSTOM ********************/

/*** Page **/

/*** TITRE CUSTOM ***/

/* **** BLOC CUSTOM ****/

.top-menu .container{
    width: 1920px;
}
.top-menu .mm_menu_content_title{
       min-height: 10px!important;
}
.top-menu .ets_mm_megamenu{
    background-color: transparent!important;
}
.top-menu .mm_menus_ul{
    width: fit-content!important;
}
.top-menu .ets_mm_megamenu_content_content{
    justify-content: center;
}

.items img{
    filter: invert(1);
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 5px;
}


.page-order .top-menu a:hover{
    color: #a6c439!important;
}


.description .elementor-nav{
    padding-left: 0px;
}
.description .elementor-nav li{
    padding: 0 10px;
    border-right: 1px solid black;
    margin-bottom: 10px;
}
.description .elementor-nav li:nth-child(1){
    padding-left: 0;
}


/*#index .top{
    background-color: #596e69!important;
}*/
.slider-accueil a {
    color: white;
    font-family: "Poiret One", sans-serif;
}

.bloc-activity figure{
    position: relative;
}
.bloc-activity figure:before{
    content: "";
    Width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #00000088;
    opacity: 0.5;
}
.bloc-activity figure figcaption{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0%;
    color: white;
    z-index: 99;
}
.bloc-activity figure:hover img{
    transform: scale(1.2);
    transition-duration: 1500ms;
}
.bloc-activity figure:hover:before{
    background-color: #000000a5;
    opacity: 0.7;
    z-index: 9;
}

/*** PAGE CATÉGORIE  ****/
.liste-sous-cat li{
    /*border: 1px solid black;*/
    background-color: #ffffff !important;
    box-shadow: 1px 0px 9px #8080806b;
    border-radius: 50px;
    padding: 5px 20px!important;
    margin-bottom: 10px!important;
}


/**** FORM ****/

.form-contact label{
    display: none!important;
}
.form-contact .select_box label{
  display: block!important;
  margin-top: 0em!important;
}
.form-contact .privacy_wp {
 	color: #ffffff;
    font-size: 12px;
}

.form-contact .btn-primary{
    background-color:  transparent!important;
    width: 100%;
    color: #000000;
    border: 1px solid black!important;
    border-radius: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Italiana", sans-serif;
    margin-top: 1em;
    transition: 0.3s ease-in-out;
        &:hover{
            background-color: #000000!important;
            color: white!important;
            padding: 10px;
            letter-spacing: 2px;
        }
}

.form-contact .form-control{
    background-color: transparent;
    border: 1px solid black;
    border-radius: 0px;
}

.form-contact .form-control:focus {
    outline: .1875rem solid #596e69;
}

.form-contact .form-control::placeholder {
    color: #423336;
    font-family: 'Roboto', sans-serif!important;
    font-size: 16px!important;
    font-weight: 500;
}
.form-contact .select_box select {
    max-width: 1600px!important;
}



/************************* RESPONSIVE********************/

@media (max-width: 768px){
    .ets_mm_megamenu .container{
        background-color: transparent;
    }
    .ybc-menu-toggle{
        display: flex;
        color: #ffffff;
    }
    .ybc-menu-toggle .icon-bar{
        background-color: #ffffff;
    }
}