/************************* TEMPLATE DE BASE ********************/
html{ overflow-x: hidden!important;}

body,#wrapper {
    background: #ffffff!important;
}

#main .page-content, #main .page-footer{
    margin-bottom: 0rem!important;
}

#footer {
    padding-top: 0;
}

a{
    color:#497a81;
}
a:hover{
    color: #2b150e;
}
.btn-primary{
    background-color: #dda777;
}
.btn-primary:hover{
    background-color: #497a81;
    color: white
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus{
    background-color: #497a81!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: #497A81;
}
.custom-radio input[type=radio]:checked+span{
    background-color: #497A81;
}

.form-control:focus{ outline: .1875rem solid #497A81!important;}
body#checkout section.checkout-step .address-item.selected { border: #991221 3px solid; }
.alert-info{
    background-color: #497A81;
   /* 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: #497A81 !important;
}
.bg-success{
    background-color: #497A81!important;
}


/*** Panier ***/
.page-order a:hover{
    color: #533437!important;
}
.product-price{
    color: #533437!important;
}
.product-line-grid-body .price{
    color: #533437!important; 
}

#blockcart-modal .product-name{
       color: #533437!important; 
}
.cart-grid-body a.label:hover, .done, #blockcart-modal .modal-title i.material-icons{
    color: #497A81;
}
body#checkout section.checkout-step.-reachable.-current .step-number{
        background-color: #497A81;
}
/** click and collect **/
#creneau_selected, #creneau_selected_back.alert-success{
    background: #497A81!important;
}
#creneau_selected h5{
    color: white!important;
}
#list_creneau tr td span.active {
    background: #497A81!important;
}
#table_creneau.viewList tr td .dispo:hover, #table_creneau.viewList tr td .dispo:active{
    background: #497A81!important;
}
#table_dispo_head.scroll4::-webkit-scrollbar-thumb, #table_dispo_head_back.scroll4::-webkit-scrollbar-thumb, .modal-body .scroll4::-webkit-scrollbar-thumb {
    background: #497A81;
}
#list_creneau.viewList td span:hover{
    background: #497A81;
}
.password-requirements p{
    color: #533437!important; 
}

#shop_selected{
    background: #497A81;
}




/************************* CUSTOM ********************/

/*** Page **/

/*** TITRE CUSTOM ***/

@import url("https://use.typekit.net/gbo1avt.css");
@import url("https://use.typekit.net/ijd8pxo.css");
@import url("https://use.typekit.net/wdi1hyj.css");

.title-font h2, .title-font h1{
    font-family: "scale-variable"!important;
}
.size-font-b h2, .size-font-b h1{
    font-size: clamp(2.2em,3.5vw, 5em)!important;
}
.size-font-2 h2{
    font-size: clamp(2em,2.5vw, 3.5em)!important;
}

.title-custom h3{
    font-family: "parlare", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.title-custom figure figcaption a{
    font-family: "parlare", sans-serif!important;
}

.font-aabak h3{
    font-family: "aabak", sans-serif;
}


.liste li{
    border: 1px solid white;
    border-radius: 50px;
    margin-bottom: 10px!important;
    a{ padding: 5px 11px;}
}

/*** TITRE SLIDER ***/

.nom-slider, .titre-categorie{
    font-family: "AdventPro", sans-serif!important;
}
.titre-1-slider{
    font-family: "scale-variable"!important;
}
.pain-line{
    -webkit-text-stroke: #dda777 1px;
    color: transparent!important;
}


/**** Bouton ****/

.btn-custom .elementor-align-icon-right, .btn-custom .elementor-button-text{
    width: 100%;
    display: block;
    text-align: start;
    background-color: white;
}
.btn-custom .elementor-button-content-wrapper{
    display: flex !important;
    flex-direction: column;
}
.btn-custom a:before{
    content: "";
    width: 129px;
    height: 129px;
    border: 1px solid #2b150e;
    position: absolute;
    top: -25px;
    left: 0;
}
/* .btn-custom a:after{
    content: "";
    width: 84px;
    height: 53px;
    border-left: 1px solid #2b150e;
    border-bottom: 1px solid #2b150e;
    border-right: 1px solid #2b150e;
    position: absolute;
    bottom: -8px;
    left: 0;
} */


.btn-custom-2:after {
    content: "";
    background: #2b150e;
    height: 1px;
    width: 30%;
    display: inline-block;
    margin: 0;
    margin-bottom: 5px;
    border: none;
    transition: all 1.3s ease-in-out;
    position: absolute;
    top: 90%;
    left: 0px !important;
}
.btn-custom-2:hover::after {
    width: 100%;
    transition: all 1.3s ease-in-out;
    top: inherit;
}

/* **** BLOC CUSTOM ****/
.concours-noel h3{
    font-size: clamp(1.2em, 2.2vw, 2.5em) !important;
    font-weight: 400;
}
.concours-noel h2{
    font-family: "scale-variable"!important;
    font-size: clamp(1.2em, 2.2vw, 2.5em) !important;
}

.bloc-activity figure{
    position: relative;
}
.bloc-activity figure:before{
    content: "";
    Width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #2b150e;
    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: #2b150e;
    opacity: 0.7;
    z-index: 9;
}

.miniature:hover img{
    transform: scale(1.1);
    transition-duration: 1500ms;
}

.shadow{
    box-shadow: inset rgba(15, 10, 8, 0.5) 0 10px 11px -5px !important;
}
.shadow-2{
    box-shadow: inset rgba(15, 10, 8, 0.5) 0 10px 11px -10px !important;
}

/*** Form ***/

.form-contact label{
    display: none;
}

.form-contact .privacy_wp {
 	color: black;
    font-size: 12px;
}

.form-contact .btn-primary{
    background-color:  #423336!important;
    width: 100%;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 1em;
    transition: 0.3s ease-in-out;
        &:hover{
            background-color: transparent!important;
            border: 2px solid #423336;
            border-radius: 10px;
            color: #423336;
            padding: 10px;
            letter-spacing: 2px;
        }
}

.form-contact .form-control{
    background-color: #DDA777;
    border: none;
    border-radius: 10px;
}

.form-contact .form-control:focus {
    outline: .1875rem solid #497a81;
}

.form-contact .form-control::placeholder {
    color: #423336;
    font-family: 'Roboto', sans-serif!important;
    font-size: 16px!important;
    font-weight: 500;
}

/************************* RESPONSIVE********************/

@media (max-width: 1300px){
    .elementor-1170101 .elementor-element.elementor-element-76042c97 .elementor-nav--main a.elementor-item{
        font-size: 14px!important;
    }
}
@media (max-width: 1070px){
    .elementor-1170101 .elementor-element.elementor-element-76042c97 .elementor-nav--main a.elementor-item{
        font-size: 12px!important;
    }
}
@media (max-width: 398px){
    .titre-line {
        font-size: 4.4em!important;
    }
}