/************************* 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;
}

.page-header{
    margin: 2%!important;
    position: relative;
    z-index: 99;
}
.page-header h1{
    color: white!important;
    font-size: 14px;
    z-index: 99;
}
.page-my-account h1 {
    color: rgb(0, 0, 0)!important;
}

a{
    color:#000B40;
}
a:hover{
    color: #000B40;
}
.btn-primary{
    background-color: #e6e6da;
    color: #000B40;
}
.btn-primary:hover{
    background-color: #000B40;
    color: #fd3436;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus{
    background-color: #000B40!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: 5%;
    }
}
.page-my-account #content .links a:hover i{
    color: #000B40;
}
.custom-radio input[type=radio]:checked+span{
    background-color: #000B40;
}

.form-control:focus{ outline: .1875rem solid #464442!important;}
body#checkout section.checkout-step .address-item.selected { border: #000B40 3px solid; }
.alert-info{
    background-color: #000B40;
   /* border-color: #ff1877;*/
    color: #ffffff;
}

.text-primary{
    color: #000B40!important;
}
a.text-primary:hover, .wishlist-list-item:hover .wishlist-list-item-title{
    color: #000B40!important;
}

#history .table-labeled .label{
    background-color: #000B40!important;
}

input:-internal-autofill-selected {
        background-color: light-dark(#fef7ef, #fef7ef) !important;
}
.bg-success {
    background-color: #000B40 !important;
}
.text-success {
    color: #000B40 !important;
}
.bg-success{
    background-color: #000B40!important;
}


/*** Panier ***/
.page-order a:hover{
    color: #000B40!important;
}
.product-price{
    color: #000B40!important;
}
.product-line-grid-body .price{
    color: #000B40!important; 
}

#blockcart-modal .product-name{
       color: #000B40!important; 
}
.cart-grid-body a.label:hover, .done, #blockcart-modal .modal-title i.material-icons{
    color: #000B40;
}
body#checkout section.checkout-step.-reachable.-current .step-number{
        background-color: #000B40;
}

.has-discount .discount{
    background: #fd3436;
}




/****************** CUSTOM *********************/

/***** Titre ******/

.size-h2custom h2{
    font-size: clamp(2.5em, 4vw, 5em) !important;
}
/*
.size-h2-bloc h2{
    font-size: clamp(2em, 4vw, 5em) !important;
}
.size-h3 h3{
    font-size: clamp(1.2em, 2vw, 3.5em) !important;
}
.size-h4 h4{
    font-size: clamp(1em, 1.7vw, 2.5em) !important;
}*/


/***** 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;
}


/**** 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: #000b40;
    border: 1px solid #000b40!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: #000b40!important;
            color: white!important;
            padding: 10px;
            letter-spacing: 2px;
        }
}

.formulaire-contact .form-control{
    background-color: transparent;
    border: 1px solid #000b40;
    border-radius: 0px;
}

.formulaire-contact .form-control:focus {
    outline: .1875rem solid #000b40;
}

.formulaire-contact .form-control::placeholder {
    color: #000b40;
    font-family: 'Roboto'!important;
    font-size: 16px!important;
    font-weight: 500;
}
.formulaire-contact .select_box select {
    max-width: 1600px!important;
}

/**** MARQUE ****/
.swiper-image-stretch .swiper-slide .swiper-slide-image{
        width: fit-content!important;
}

/**** SLIDER ****/
.slider1 .carousel-inner{
    height: 100%;
    border-radius: 20px;
}
.slider1 .carousel .carousel-item img{
    min-height: 500px;
    object-fit: cover;
}

.slider1 .carousel-item .caption{
        bottom: 13%!important;
        color: #000b40;
        max-width: 400px;
}

.slider1 .display-1{
    font-family: "Style", sans-serif;
    text-transform: initial!important;
    font-size: 4em !important;
}
.slider1 .caption-description h2{
    font-size: 2.5em;
}
.slider1 .caption-description p, .slider1 .caption-description li{
    font-size: 1.2em !important;
    color: grey!important;
}
.slider1 .caption-description .btn-slider{
    background-color: #fd3436!important;
    color: white!important;
    border-radius: 50px;
    padding: 5px 20px;
    margin-top: 20px!important;
    display: block;
    width: fit-content;
}


.slider-resp .carousel-inner{
    width: 100%;
    height: auto;
}
.slider-resp .elementor-column-wrap{
    overflow: hidden!important;
}

.slider-resp .carousel-control{
    display: none;
}
.slider-resp .carousel-item .caption{
        bottom: 13%!important;
        color: #02071d;
        max-width: 90%;
        padding: 1em;
}
.slider-resp .display-1{
    font-family: "Style", sans-serif;
    text-transform: initial!important;
    font-size: 3.5em !important;
}
.slider-resp .caption-description h2{
    font-size: 2em;
    letter-spacing: 0em;
}
.slider-resp .caption-description p, .slider-resp .caption-description li{
    font-size: 1.2em !important;
    color: grey!important;
}
.slider-resp .caption-description .btn-slider{
    background-color: #fd3436!important;
    color: white!important;
    border-radius: 50px;
    padding: 5px 20px;
    margin-top: 20px!important;
    display: block;
    width: fit-content;
    margin: auto;
}



/************************* RESPONSIVE********************/



@media (max-width: 560px){
    .ce-product-name {
        white-space: normal!important;
    }
}