/************************* TEMPLATE DE BASE ********************/
html{ overflow-x: hidden!important;}

body,#wrapper {
    background: #ffffff!important;
    /*background: #f9f7ef!important;*/
}

#main .page-content, #main .page-footer{
    margin-bottom: 0rem!important;
}

#footer {
    padding-top: 0;
}


a{
    color:#464442;
}
a:hover{
    color: #464442;
}
.btn-primary{
    background-color: transparent;
    border-radius: 50px;
    color: #000000;
    border: 1px solid black;
}
.btn-primary:hover{
    background-color: #000000;
    color: white;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus{
    background-color: #000000!important;
    color: white;
}

.elementor-11170101 .elementor-element.elementor-element-7d68dfc a.elementor-button:not([href]){
    background-color: transparent!important;
}


/** 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: #000000;
}
.custom-radio input[type=radio]:checked+span{
    background-color: #000000;
}

.form-control:focus{ outline: .1875rem solid #464442!important;}
body#checkout section.checkout-step .address-item.selected { border: #464442 3px solid; }
.alert-info{
    background-color: #464442;
   /* border-color: #ff1877;*/
    color: #ffffff;
}

.text-primary{
    color: #464442!important;
}
a.text-primary:hover, .wishlist-list-item:hover .wishlist-list-item-title{
    color: #464442!important;
}

#history .table-labeled .label{
    background-color: #464442!important;
}

input:-internal-autofill-selected {
        background-color: light-dark(#fef7ef, #fef7ef) !important;
}
.bg-success {
    background-color: #464442 !important;
}
.text-success {
    color: #464442 !important;
}
.bg-success{
    background-color: #464442!important;
}


/*** Panier ***/
.page-order a:hover{
    color: #464442!important;
}
.product-price{
    color: #464442!important;
}
.product-line-grid-body .price{
    color: #464442!important; 
}

#blockcart-modal .product-name{
       color: #464442!important; 
}
.cart-grid-body a.label:hover, .done, #blockcart-modal .modal-title i.material-icons{
    color: #464442;
}
body#checkout section.checkout-step.-reachable.-current .step-number{
        background-color: #464442;
}


/*** COMPTE CLIENT ***/


.form-compte .text-success, .form-compte .password-requirements-length, .form-compte .password-requirements-score,.form-compte .elementor-field-group{
    color: #ffffff !important;
}


/****************** CUSTOM *********************/

.shadow{
    box-shadow: inset rgba(15, 10, 8, 0.5) 0 10px 11px -5px !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: #000000;
    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;
}
.form-contact .btn-primary: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 #000000;
}

.form-contact .form-control::placeholder {
    color: #000000!important;
    font-family: Manrope!important;
    font-size: 16px!important;
    font-weight: 500;
}
.form-contact .select_box select {
    max-width: 1600px!important;
}


.matomo-section .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0px;
}

/************************* RESPONSIVE********************/
@media (max-width: 418px){
    .logo-les-halles{
        display: none;
    }
}