/************************* TEMPLATE DE BASE ********************/
html{ overflow-x: hidden!important;}

body,#wrapper {
    background: #F8F8F8!important;
}

#main .page-content, #main .page-footer{
    margin-bottom: 0rem!important;
}

#footer {
    padding-top: 0;
}

a{
    color:#F00020;
}
a:hover{
    color: #2b2828;
}
.btn-primary{
    background-color: #F00020;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus{
    background-color: #2b2828!important;
    color: white;
}


/*** Menu ***/


/**** 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: #F00020;
}
.custom-radio input[type=radio]:checked+span{
    background-color: #F00020;
}

.form-control:focus{ outline: .1875rem solid #F00020!important;}
body#checkout section.checkout-step .address-item.selected { border: #F00020 3px solid; }
.alert-info{
    background-color: #F00020;
   /* border-color: #ff1877;*/
    color: #ffffff;
}

.text-primary{
    color: #F00020!important;
}
a.text-primary:hover, .wishlist-list-item:hover .wishlist-list-item-title{
    color: #252223!important;
}

#history .table-labeled .label{
    background-color: #383838!important;
}

/*** Panier ***/
.page-order a:hover{
    color: #383838!important;
}
.product-price{
    color: #383838!important;
}
.product-line-grid-body .price{
    color: #181818!important; 
}

#blockcart-modal .product-name{
       color: #181818!important; 
}
.cart-grid-body a.label:hover, .done, #blockcart-modal .modal-title i.material-icons{
    color: #F00020;
}
body#checkout section.checkout-step.-reachable.-current .step-number{
        background-color: #F00020;
}

/*** Click and collect ***/

#shop_selected, #list_creneau.viewList td span:hover, #list_creneau tr td span.active{
        background: #181818;
}
.scroll4::-webkit-scrollbar-thumb{
    background:  #181818;
}
#creneau_selected.alert-success, #creneau_selected_back.alert-success{
    background: #858684;
}
/************************* CUSTOM ********************/

/*** Page **/

.page-contact, .page-cms-8, .page-cms-1, .page-cms-7, .page-index{
    background: #F8F8F8!important;
}
.page-contact #wrapper, .page-cms-8 #wrapper, .page-cms-1 #wrapper, .page-cms-7 #wrapper, .page-index #wrapper{
    background: #F8F8F8!important;
}

/*** TITRE CUSTOM ***/

@import url("https://use.typekit.net/gbo1avt.css");

.animation-texte {
  overflow-x: hidden;
  max-width: 100vw;
}

.title-scale h2{
    font-family: "scale-variable"!important;
}
.title-3 h3{
   font-size: clamp(1.7em,
    2vw, 2.5em)!important; 
}
.title-2 h2{
    font-size: clamp(2.2em,3.5vw, 5em)!important;
}
.title-banniere h2, .title-banniere h1{
    font-size: clamp(2.5em,4vw, 5em)!important;
}
.title-banniere h2 span, .title-banniere h1 span{
    font-family: "Gilda", sans-serif;
}
.title-banniere h2 span em, .title-banniere h1 span em{
    color: #F00020 ;
}


.h2-contour{
   font-size: clamp(0.5em, 1.7vw, 2em) !important; 
}
.h2-contour strong{
    -webkit-text-stroke: #ffffff 1px;
    color: transparent;
}
.h2-contour2{
   font-size: clamp(2em, 4.2vw, 5em) !important;
   letter-spacing: 1;
}
.h2-contour2 strong{
    -webkit-text-stroke: #F00020 1px;
    color: transparent;
}

.h2-custom h2{
    font-size: clamp(2.2em,
    3.5vw, 5em)!important;
}
.h2-banner h2{
    font-size: clamp(2.5em,
    3.5vw, 5em)!important;
}
.p-custom{
   p, li{ font-size: clamp(0.9em, 1.2vw, 1.4em)!important;
    line-height: 1.2!important;
}
}

.btn a{
    position: relative;
    transition: all 0.5s ease-in-out;
}
.btn a span{
    z-index: 2;
}
.btn a:before{
    content: "";
    background-color: #F00020;
    height: 100%;
    width: 100%;
    display: inline-block;
    margin: 0;
    margin-bottom: 5px;
    border: none;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 100%;
    left: 0px !important;
    z-index: -1;
}
.btn a:hover:before{
    top: 0;
    z-index: 0;
}
.btn a:hover{
    color: white;
}

    /*** BLOC CUSTOM ***/



    /*** Formulaire ***/

   
.form-plaque label{
    display: none;
}

.form-plaque .form-control::placeholder{
    color: #201f1f!important;
}
.form-plaque .form-control{
    background-color: #efeded;
    border: none;
    border-radius: 5px;
}
.form-plaque .form-control:focus {
    outline: .1875rem solid grey;
}
.form-plaque .form-control::placeholder {
    color: black;
    font-size: 16px!important;
    font-weight: 500;
}
.form-plaque .btn-primary{
    background-color: #F00020;
    width: 100%;
    color: white;
    font-family: "Parkinsans", sans-serif !important;
    border: none;
    font-size: 16px;
    margin-top: 1em;
    transition: 0.3s ease-in-out;
}
.form-plaque .btn-primary:hover{
    background-color: white!important;
    border-radius: 0px;
    color: #F00020;
    letter-spacing: 1px;
    padding: 10px;
    letter-spacing: 2px;
}
.form-plaque .privacy_des p{
    color: white;
}


.form-plaque .plaque{
    position: relative;
}
.form-plaque .plaque:before{
    content: "";
    background: url(/img/cms/F-immatriculation.jpg);
    background-size: cover;
    width: 10px;
    height: 15px;
    position: absolute;
    top: 1px;
    z-index: 99;
}


.form-contact label{
    display: none;
}

.form-contact .privacy_wp {
 	color: black;
    font-size: 12px;
}

.form-contact .btn-primary{
    background-color:  #de0014!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: white!important;
            border: 2px solid #de0014;
            border-radius: 10px;
            color: #d04838;
            padding: 10px;
            letter-spacing: 2px;
        }
}

.form-contact .form-control{
    background-color: white;
    border: none;
    border-radius: 10px;
}

.form-contact .form-control:focus {
    outline: .1875rem solid grey;
}

.form-contact .form-control::placeholder {
    color: black;
    font-family: 'Roboto', sans-serif!important;
    font-size: 16px!important;
    font-weight: 500;
}


/************************* RESPONSIVE********************/



@media (max-width: 1024px){
    .min-height{
        min-height: 350px;
    }
}
@media (max-width: 765px){
.personne{
    position: relative!important;
    margin-top: -136px;
}

}

@media (max-width: 660px){
    .horaires{
        position: relative!important;
        width: 100%!important;
        top: 6px!important;
        left: 0!important;
    }
}

@media (max-width: 457px){
    .title-menu .elementor-heading-title {
        font-size: 0.8em!important;
    }
}
@media (max-width: 335px){
    .title-menu .elementor-heading-title {
        font-size: 0.7em!important;
    }
}

