f/************************* 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:#000000;
}
a:hover{
    color: #54595f;
}
.btn-primary{
    background-color: transparent;
    border: 1px solid #e5775b;
    color: #e5775b;
}
.btn-primary:hover{
    background-color: #000000;
    color: #e5775b;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus{
    background-color: #000000!important;
    color: #e5775b;
}

.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;
    }
}
.ce-breadcrumb .elementor-row{
    text-shadow: 1px 1px 1px black;
}


/**** Compte ***/



#my-account, #addresses, #identity, #history, #order-slip, #module-psgdpr-gdpr, #module-ps_emailalerts-account, #module-lgcookieslaw-disallow{
    #wrapper{
        padding-bottom: 5%;
    }
}
.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: #000B40 3px solid; }
.alert-info{
    background-color: #000000;
   /* border-color: #ff1877;*/
    color: #ffffff;
}

.text-primary{
    color: #000000!important;
}
a.text-primary:hover, .wishlist-list-item:hover .wishlist-list-item-title{
    color: #000000!important;
}

#history .table-labeled .label{
    background-color: #000000!important;
}

input:-internal-autofill-selected {
        background-color: light-dark(#fef7ef, #fef7ef) !important;
}
.bg-success {
    background-color: #000000 !important;
}
.text-success {
    color: #000B40 !important;
}
.bg-success{
    background-color: #000000!important;
}


/*** Panier ***/
.page-order a:hover{
    color: #000000!important;
}
.product-price{
    color: #000000!important;
}
.product-line-grid-body .price{
    color: #000000!important; 
}

#blockcart-modal .product-name{
       color: #000000!important; 
}
.cart-grid-body a.label:hover, .done, #blockcart-modal .modal-title i.material-icons{
    color: #000000;
}
body#checkout section.checkout-step.-reachable.-current .step-number{
        background-color: #000000;
}

.has-discount .discount{
    background: #e5775b;
}




/****************** CUSTOM *********************/

/***** Titre ******/

.size-h2custom h2{
    font-size: clamp(2.5em, 4vw, 5em) !important;
}
.size-h2-bloc .elementor-widget-container h2{
    font-size: clamp(2em, 4vw, 5em) !important;
    letter-spacing: -0.1em;
}
.size-h2 .elementor-widget-container h2{
    font-size: clamp(1.7em, 2.5vw, 4em) !important;
}

.h1-custom span{
    font-size: 1.5em;
}

/***** BLOCS *******/

.glass{
  background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.glass-number{
  transform: scale(0.95);
}

.shadow{
    box-shadow: inset rgba(15, 10, 8, 0.5) 0 10px 11px -5px !important;
}

/** BLOC CATEGORIE, ACTIVITY **/

.bloc-activity figure{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.bloc-activity figure:before{
    content: "";
    Width: 100%;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    background-color: #050505;
    opacity: 0.5;
}
.bloc-activity figure:after{
    content: "Lux Store Solar Energy";
    position: absolute;
    bottom: 90px;
    left: -73px;
    color: white;
    rotate: -90deg;
    transition: 0.3s ease-in-out;
}
.bloc-activity figure figcaption{
    position: absolute;
    width: 100%;
    top: 5%;
    left: 0%;
    color: white;
    z-index: 99;
}
.bloc-activity figure figcaption:after{
    content: "→";
    position: absolute;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px double #e5775b;
    border-radius: 50px;
    top: 398%;
    left: -40%;
    color: white;
    z-index: 99;
    background-color: #e5775b94;
}
.bloc-activity figure:hover img{
    transform: scale(1.2);
    transition-duration: 1500ms;
}
.bloc-activity figure:hover:before{
    background-color: #000000;
    
    opacity: 0.7;
    z-index: 9;
}
.bloc-activity figure:hover:after{
    font-size: 0em;
    transition: 1s ease-in-out;
}
.bloc-activity figure:hover figcaption:after{
    left: 40%;
    transition: 1s ease-in-out;
}


.slide-accueil figure img{
     object-fit: contain!important;
}
.slide-accueil figure figcaption span{
    padding: 5px 20px;
    background-color: #e5775b;
    border-radius: 50px;
    font-size: 14px;
}
.slider-accueil img{
        object-fit: contain!important;
}
.slider-accueil a{
    color: white!important;
}

.slider-accueil .elementor-testimonial-job{
    padding: 5px 20px;
    background-color: #abaf89;
    border-radius: 50px;
}

.liste-footer a{
    background-color: #e37559;
    border-radius: 50px;
    padding: 2px 8px;
    margin-bottom: 10px;
    margin-right: 8px;
}

.items h4{
    font-size: clamp(2.5em, 3vw, 5em) !important;
    font-family: "Antonio", sans-serif;
}
.items h3{
    font-size: clamp(1.5em, 1.7vw, 4em) !important;
    letter-spacing: -2px;
}
.items-1{
    rotate: -3deg;
    position: relative;
    left: -50px;
    margin: 2em 0;
}
.items-2{
    rotate: 3deg;
    position: relative;
    right: -50px;
    top: -110px;
}
.items-3{
    rotate: 5deg;
    position: relative;
    top: -14px;
    left: 50px;
}
.items-4{
    rotate: 350deg;
    position: relative;
    top: 100px;
    left: 79px;
}



/**** FORM ****/

.formulaire-contact label{
    display: none!important;
}
.formulaire-contact .select_box label{
  display: block!important;
  margin-top: 0em!important;
}
.formulaire-contact .privacy_wp {
 	color: #ffffff;
    font-size: 12px;
}

.formulaire-contact .btn-primary{
    background-color:  transparent!important;
    width: 100%;
    color: #e57a5f;
    border: 1px solid #e57a5f!important;
    border-radius: 50px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Italiana", sans-serif;
    margin-top: 1em;
    transition: 0.3s ease-in-out;
        &:hover{
            background-color: #e57a5f!important;
            color: white!important;
            padding: 10px;
            letter-spacing: 2px;
        }
}

.formulaire-contact .form-control{
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 0px;
}

.formulaire-contact .form-control:focus {
    outline: .1875rem solid #000000;
}

.formulaire-contact .form-control::placeholder {
    color: #000000;
    font-family: Manrope!important;
    font-size: 16px!important;
    font-weight: 500;
}
.formulaire-contact .select_box select {
    max-width: 1600px!important;
}

/**** MARQUE ****/
.marque .swiper-slide .swiper-slide-image{
    width: fit-content!important;
    filter: grayscale(1);
}
.swiper .swiper-slide figure:hover img{
    filter: grayscale(0);
}



/************************* RESPONSIVE********************/
@media (max-width: 1150px) {
    .bloc-items {
        padding: 1% 10% 5% 10%!important;
    }
}

@media (max-width: 1260px) {
    .elementor-nav--main .elementor-nav a {
           padding: 13px 10px!important;
    }
}
@media (max-width: 1135px) {
    .elementor-nav--main .elementor-nav a {
        font-size: 13px!important;
    }
}
@media (max-width: 1024px) {
    .elementor-nav--main .elementor-nav a {
        font-size: 14px!important;
    }
}

@media (max-width: 767px){
    .items-1, .items-2, .items-3, .items-4 {
        top: 0;
        right: 0;
        left: 0;
    }
    .items-3{ rotate: -3deg!important;}
    .items-4{ rotate: 3deg!important;}
}