/* IMPORT FONTS */
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/NunitoSans7pt-SemiBold.eot');
    src: url('../fonts/NunitoSans7pt-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NunitoSans7pt-SemiBold.woff2') format('woff2'),
        url('../fonts/NunitoSans7pt-SemiBold.woff') format('woff'),
        url('../fonts/NunitoSans7pt-SemiBold.ttf') format('truetype'),
        url('../fonts/NunitoSans7pt-SemiBold.svg#NunitoSans7pt-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/NunitoSans7pt-Regular.eot');
    src: url('../fonts/NunitoSans7pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NunitoSans7pt-Regular.woff2') format('woff2'),
        url('../fonts/NunitoSans7pt-Regular.woff') format('woff'),
        url('../fonts/NunitoSans7pt-Regular.ttf') format('truetype'),
        url('../fonts/NunitoSans7pt-Regular.svg#NunitoSans7pt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/NunitoSans7pt-Bold.eot');
    src: url('../fonts/NunitoSans7pt-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NunitoSans7pt-Bold.woff2') format('woff2'),
        url('../fonts/NunitoSans7pt-Bold.woff') format('woff'),
        url('../fonts/NunitoSans7pt-Bold.ttf') format('truetype'),
        url('../fonts/NunitoSans7pt-Bold.svg#NunitoSans7pt-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito-E';
    src: url('../fonts/NunitoSans7pt-ExtraBold.eot');
    src: url('../fonts/NunitoSans7pt-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NunitoSans7pt-ExtraBold.woff2') format('woff2'),
        url('../fonts/NunitoSans7pt-ExtraBold.woff') format('woff'),
        url('../fonts/NunitoSans7pt-ExtraBold.ttf') format('truetype'),
        url('../fonts/NunitoSans7pt-ExtraBold.svg#NunitoSans7pt-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




/* RESET */
body, ul, li, ol, form, h1, h2, h3, h4, h5, h6, div, span, p { padding:0; margin:0; border:0; -webkit-text-size-adjust:none; -moz-text-size-adjust:none; text-size-adjust:none;}
article, aside, dialog ,figcaption, figure, footer, header, hgroup, main, nav, section { display:block;}  
input, textarea												{ -webkit-appearance:none; -ms-appearance:none; appearance:none; -moz-appearance:none; -o-appearance:none; border-radius:0;}
*															{ outline:none !important;}
strong, b												    { font-weight:bold; font-family:Nunito;}
ul															{ list-style-type:none;}
body														{ font:normal 16px/24px Nunito; color:#222222}
a															{ text-decoration:none; color:#222222; outline:none;}
img															{ border:none;}
p                                                           { margin-bottom: 24px }

.slick-dots													{ width:100%; height:14px; position:relative; text-align:center; padding:0; line-height:0; z-index:50;margin-top:30px;}
.slick-dots	li											    { display:inline-block; height:14px; margin:0 7.5px;text-indent:-9999px}
.slick-dots button									        { display:block; width:7px; height:7px; text-indent:-9999px; background:#646464; outline:none; padding:0; border:1px solid transparent; border-radius: 50%; font-size: 0 }
.slick-active button							            { background:#f70201; border-color:#f70201 ; }


.slick-arrow {
    border: none;
    font-size: 0;
    background-color: transparent;
    cursor: pointer;
    width: 13px;
    height: 25px;
    position: absolute;
    top: 50%;
    z-index: 20
}
.slick-prev {
    background: url(../images/prev.png);
    left: 0;
}
.slick-next {
    background: url(../images/prev.png);
    right: 0;
    transform: rotate(-180deg);
}





/* CLASS */
.clear							          			{ clear:both; float:none !important; width:100% !important; padding:0 !important; margin:0 !important; display:block;}
.left								          	    { float:left;}
.right 							          			{ float:right;}
.clr:after 						        			{ content:''; display:table; width:100%; clear:both}
.container                          { max-width: 1246px; margin: 0 auto }

.btn-secondary                      { background-color: #f70101; border-color: #f70101; border-width: 1px; border-radius: 0; color: #fff; padding:17px 30px; transition: all ease-in-out .4s;  font-size: 16px}
.btn-secondary:hover                { background-color: #fff; color:#f70101; border-color:#f70101 } 

.btn-primary                        { background-color: #1616e4; border-color: #1616e4; border-width: 1px; border-radius: 5px; color: #fff; padding: 17px 30px; transition: all ease-in-out .4s ;   font-size: 16px}
.btn-primary:hover                  { background-color:#fff; color: #1616e4; border-color: #1616e4 }


a                                   { transition: all ease-in-out .4s }
.d-flex                             { display: flex }
.space-between                      { justify-content: space-between; }
.container                          { max-width: 1245px}

h1                                  { font: normal 30px/normal Nunito; position: relative; color:#1616e4; text-transform: uppercase;  text-align: center; letter-spacing: 6px; display: inline-block; position: relative; padding-bottom: 6px }
h1:after                            { content: ""; border-bottom: #1335e1 solid 2px; position: absolute; left: 0; bottom: 0; width: 100%  }

h2                                  { font: normal 30px/normal Nunito; position: relative; color:#1616e4; text-transform: uppercase;  text-align: center; letter-spacing: 6px; display: inline-block; position: relative; padding-bottom: 6px }
h2:after                            { content: ""; border-bottom: #1335e1 solid 2px; position: absolute; left: 0; bottom: 0; width: 100%  }

/* HEADER */

#header {
    position: relative;
    border-top:#f70201 solid 6px;
}

form.top-form {
    display: inline-flex;
}
.topHeader{
    padding: 27px 0;
}
.top-form .group-search  {
    position: relative;
    width: 744px
}
.top-form .group-search input[type="search"] {
    border:#cfd4d9 solid 1px;
    color: #231f20;
    padding: 10px 60px 10px 30px;
    float: left;
    border-radius: 7px;
    height: 60px;
    background: #fff;
    font-size: 16px;
    font-family: Nunito;
    width: 100%
}
.top-form .group-search input[type="submit"] {
    background: url(../images/icon-search.png) no-repeat center;
    font-size: 0;
    border: 0;
    width: 20px;
    height: 20px;
    float: left;
    transition: all 300ms ease-in-out;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer
}
.top-right{
    gap: 35px;
}

.user::before {
    content: "";
    background: url(../images/login.png);
    display: block;
    width: 22px;
    height: 26px;
    margin: 0 auto;
    transition: all ease-in-out .4s;
    position: relative;
    top: 0

}
.user:hover::before {
  top: -2px
}

.user:hover {
    color: #f70101;
}

.cart:before{
    content: "";
    background: url(../images/panier.png);
    display: block;
    width: 28px;
    height: 26px;
    margin: 0 auto;
    position: relative;
    transition: all ease-in-out .4s;
    top: 0
}

.cart:hover:before {
    top: -2px
}
.cart {
    position: relative;
}
.cart:hover {
    color: #f70101;
}
.cart-items.number_of_lines_cart {
    position: absolute;
    right: 11px;
    top: -7px;
    width: 22px;
    height: 22px;
    background-color: #f70201;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    line-height: 22px;
    text-align: center;
    right: 0;

}

.blcMenu {
    background-color: #1617e5;
    padding:  0
}
.menu {
    display: flex;
    justify-content: space-between;
}
.menu .liste {
    display: flex;
    width: calc(100% - 200px);
}

.menu .liste li {
    text-align: center;
    margin-bottom: 0;
    padding: 20px 22px;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
    overflow: hidden;
    margin-left: 0;
   
}
.menu .liste li.all-products {
    background-color: #1616e4;
    cursor: pointer;
    border-color: #1616e4 !important;  
    min-width: 226px;
    display: block;
    max-width: 226px;
}
.menu .liste li.all-products span {
    color: #fff;
    white-space: nowrap;
 

}

.menu .liste li.all-products span::before {
    content: '';
    background: url(../images/menu.png) no-repeat center;
    width: 25px;
    height: 19px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 0;
     transition: all 0.4s ease;
}

/*.menu .liste li.all-products.open span::before { 
    background-image: url(../images/close1.png);
    width: 23px;
    height: 23px;
    background-size: cover

}*/

.menu .liste li span, .menu .liste li a {
    font: 16px 'Nunito';
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    height: 100%;
    padding: 0;
    font-size: 16px
}
 .menu .liste li a {
    font-weight: bold
 }
  .menu .liste li a:hover{
    color: #f70101
  }

   .menu .liste li.active a{
    color: #f70101
  }

  .menu .liste li.home a:before {
    content: "";
    background: url(../images/home.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-left: 5px;
    margin-top: -2px;
  }
 .btn-promo  {
    background-color: #f70101;
    padding:20px 27px;
    color: #fff;
    text-transform: uppercase;
    height: 100%
 }
  .btn-promo:hover{
    background-color: #000
  }
  .menu .liste li{
    position: relative;
  }
 .menu .liste li:after {
    content: "";
    border-right:#fff solid 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 22px;
    display: block;
 }
.menu .liste li:last-child:after {
    display: none
}


.sec-produits .container {
    padding-top: 25px;
    padding-bottom: 50px;
}

.sec-produits.open {
    height: auto;    
    opacity: 1;
    visibility: visible;
      transition: all ease-in-out .4s;
      margin-top: 25px
}
.sec-produits {
    height: 0;
    visibility: hidden;
    opacity: 0;
     transition: all ease-in-out .4s;
     position: relative;
     margin-top: 0;
     background-color: #fff
}
.lst-Produits .item h3 {
    color: #333333;
    text-align: center;
    font-size: 16px;
    transition: all ease-in-out .4s;
     position: relative;
}

.lst-Produits .item:hover h3 {
    margin-top: -3px
}
.lst-Produits .item .img {
    margin: 0 auto 30px;
    display: flex;
    max-width: 170px;
    height: 139px;
    align-items: center;
    justify-content: center;
}
.slideImg .img {
    width: 100%
}
.slideImg .img  img {
    width: 100%;
    max-height: 423px
}
.sec-selection {
    padding: 55px 0
}
.liste-produits .inner {
    max-width: 270px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0
}
.liste-produits .inner .news {
    background-color: #f70101;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 8px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20
}
.ml {
    margin-left : 65px;
}
.liste-produits .inner .promo {
    background-color: #f70101;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 8px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20
}
.liste-produits .img {
    margin: 0 auto 8px;
    display: flex;
    text-align: center;
    height: 290px;
    align-items: center;
    justify-content: center;
}
.liste-produits .title-product {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: normal;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 61px;
    text-align: left;
}
.liste-produits .price-product {
    border-top: #1335e1 solid 2px;
    padding-top: 18px;
    align-items: end;
    justify-content: space-between;
}

.liste-produits .price-product .price .price-new {
    color: #f70101;
    font-size: 24px;
    font-weight: bold
}
.liste-produits .shopping-cart {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: url(../images/panier-w.png) no-repeat center;
    background-color: #1616e4;
    display: block;
}
.liste-produits .shopping-cart:hover {
    background-color: #f70101
}
.titre {
    margin-bottom: 31px;
}

.sec-bandeau {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-attachment: fixed !important;
    padding: 100px 0 80px
}
.sec-bandeau h2 {
    color: #fff;
    font-size: 36px;
    letter-spacing: -0.9px;
    text-transform: none;
    padding-bottom: 28px;
    text-align: left;

}
.sec-bandeau h2:after{
    display: none
}
.sec-bandeau p {
    color: #fff;
    max-width: 590px
}

.old-price .oe_currency_value {
    text-decoration: line-through;
    font: bold 16px 'Nunito';
    color: #333333;
    width: 100%;
    text-align: start;
    font-weight: normal;
}

.sec-partenaire {
    border-top:#eee solid 1px;
    padding:47px 0 47px
}
.lstPartenaire .img {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lstPartenaire .img img {
    -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition:all ease-in-out .4s;
  opacity: 0.5
}

.lstPartenaire .img:hover img {
        -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1
}

.sec-atout {
    background: url(../images/bg-atout.jpg) no-repeat center;
    background-size: cover;
    padding: 45px 0 145px

}
.lst-Atout h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.lst-Atout .img {
    margin-bottom: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    transition: all ease-in-out .4s;
    position: relative;
}
.lst-Atout .item .inner img {
    position: relative;
    transition: all ease-in-out .4s;
}
.lst-Atout .item .inner:hover img  { margin-top: -5px }




.sec-newsletter .container {
    max-width: 1000px;
    margin: 0 auto;
    padding:55px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
      -webkit-box-shadow: 0px 7px 24px -8px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 7px 24px -8px rgba(0,0,0,0.5);
  box-shadow: 0px 7px 24px -8px rgba(0,0,0,0.5);
}

.sec-newsletter h3 {
    font-size: 20px
}

#my-form .input-txt {
    height: 50px;
    border: #e4e4e4 solid 1px;
    border-radius: 7px;
    padding: 10px 60px 10px 70px;
    width: 100%;
    background: url(../images/mail.png) no-repeat 32px center;
}

#my-form {
    position: relative;
    width: 100%;
    max-width: 437px;
}

.btn.btn-news {
    font-size: 0;
    width: 35px;
    height: 30px;
    background: url(../images/send.png);
    position: absolute;
    right: 24px;
    top: 10px;
    display: block;
}
.btn.btn-news:hover{
    opacity: 0.7
}
.top-form .group-search input[type="submit"]:hover {
    opacity: 0.7
}
.sec-newsletter {
    margin-top:-84px;
    position: relative;
    z-index: 20;
}

#footer .titre {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 22px;
    display: block;
    margin-top: 0;
    font-family: Nunito-E
}

#footer .col.info {
    flex: 0 0 34%;
    padding-left: 0
}


#footer .info .titre  {
    margin-bottom: 15px;
}
#footer ul li a {
    color: #333333
}
#footer ul li a:hover {
    color: #f70201
}
#footer .info ul li{
    padding-left: 25px;
    position: relative;
    margin-bottom: 17px
}
#footer ul li {
    margin-bottom: 12px;
}
#footer .info ul li.adress:before {
    content: "";
    background: url(../images/map.png);
    width: 13px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    background-size: cover;
}
#footer .info {
    padding-left: 30px
}
#footer .info ul li.tel:before {
    content: "";
    background: url(../images/tel.png);
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    background-size: cover;
}

#footer {
    padding: 41px 0 0
}
.logo-ftr {
    display: block;
    margin-bottom: 35px;
}
.social {
    display: flex;
    gap:35px;
    margin-bottom: 65px
}
.social li a:hover {
    opacity: 0.5
}
.blcCard {
    display: flex;
    gap:6px;
}
.blcCard li a:hover {
    opacity: 0.5
}
.footer-bottom {
    background-color: #f70201;
    padding: 10px 0;
    margin-top: 40px;

}
.footer-bottom span {
    color: #fff
}
.footer-bottom .container {
    justify-content: space-between;
}
.footer-bottom .prod{
    position: relative;
}
.footer-bottom .prod:before{
    content: "";
    background: url(../images/maki.png);
    width: 18px;
    height: 17px;
    position: absolute;
    left: -25px;
    display: block;
    top: 3px
}
.footer-bottom .prod a {
    color: #fff
}
.footer-bottom .prod a:hover{
    color: #333
}

.menu .liste li.all-products:hover {
    background-color: #f70101
}
.lst-Produits .item .inner .img {
    transition:all 400ms ease-in-out;
}
.lst-Produits .item .inner:hover .img {
    opacity: 0.7;
}
.lst-Produits .item .inner:hover h3 {
    color:  #f70101

}
.liste-produits .item .inner .img {
   transition:all 400ms ease-in-out;
}


.liste-produits .item .inner:hover .img {
    opacity: 0.7;
}
.liste-produits .item {
    padding: 0 10px;
}

.liste-produits .img img {
    margin: 0 auto;
}

.lst-Atout {
    justify-content: space-between;
}
.slideImg.mobile {
    display: none;
}
.home-mobile {
    display: none;
}
.logo-mobile {
    display: none;

}
.menu .liste li.all-products:hover::after {
    opacity: 0;
}
#slideProduits {
    margin: 0 -30px;
}
.sec-newsletter h3 em {
    font-style: normal;
}


.sub-menu-mobile {
    display: none;
}
.retour {
    display: none
}

/* mention légales*/

.sec-mentions {
    padding: 60px 0
}
.sec-mentions h1 {
    margin-bottom: 60px
}
.page-cgv  h2 {
    color: #f70101;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 25px;
  letter-spacing: normal;
  border-bottom: #eee solid 1px;
  padding-bottom: 20px;
  letter-spacing: normal;
}

.page-cgv  h2:after {
    display: none
}

.n-wysiwyg li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 15px;
}
.n-wysiwyg li::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #f70101;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
}

.n-wysiwyg li a:hover {
    color:#f70101;
}



.mc4wp-response p {
    font-size: 14px;
    color: #f70101;
    line-height: normal;
}

.mc4wp-alert.mc4wp-success p {
     font-size: 14px;
    color: #008000;
    line-height: normal;
}
.sec-newsletter h3 p {
    margin-bottom: 0;
}
.sec-newsletter .mc4wp-alert {
    position: absolute;
}

.n-wysiwyg ul {
    margin-bottom: 40px;
}

/*.PageInterne .sec-produits .lst-Produits {
    display: none;
}

.PageInterne .sec-produits.open .lst-Produits {
    display: block;
}*/

.PageInterne .sec-produits {
    visibility: hidden !important;
}

.PageInterne .sec-produits.open {
     visibility: visible !important;
}
.old-price.good_deal_old_price {
    text-align: left;
}
#slideProduits {
    opacity: 0
}


/* COMPTE */
.sec-compte {
    text-align: center;
}
#customer_login {
    text-align: left;
}
#customer_login h2 {
    color: #f70101;
    letter-spacing: normal;
    font-size: 20px;
    font-weight: bold;
    text-transform: none
}
#customer_login h2:after {
    display: none
}
.sec-compte h1 {
    text-align: center;
    display: inline-block;
    margin-bottom: 40px;
    
}
#customer_login .input-text {
    border: #cccccc solid 1px;
    border-radius: 5px;
    font-size: 16px;
    font-family: Nunito;
    height: 60px;
    padding: 10px 30px;
    background-color: #fff;
}

.woocommerce-account .input-text {
    border: #cccccc solid 1px;
    border-radius: 5px;
    font-size: 16px;
    font-family: Nunito;
    height: 60px;
    padding: 10px 30px;
    background-color: #fff;
}


.woocommerce-button.button {
    background-color: #1616e4;
    border-color: #1616e4;
    border-width: 1px;
    border-radius: 5px;
    color: #fff;
    padding: 17px 30px;
    transition: all ease-in-out .4s;
    font-size: 16px;
}

.woocommerce-Button.button {
    background-color: #1616e4;
    border-color: #1616e4;
    border-width: 1px;
    border-radius: 5px;
    color: #fff;
    padding: 17px 30px;
    transition: all ease-in-out .4s;
    font-size: 16px;
}
#user_login {
    margin-bottom: 20px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: #cccccc solid 1px;

}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme:before {
    content: "";
    width: 20px;
    height: 20px;
    border: #cccccc solid 1px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #f70101;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-family: Nunito;
    background: url(../images/select.png) no-repeat calc(100% - 25px)center;
    background-color: #fff;
    appearance: none;
    outline: 0;
    height: 60px;
    color: #999999;
    padding: 0 30px;
    border: #cccccc solid 1px;
    cursor: pointer;
    display: block;
    border-radius: 5px;
    width: 100%;
    line-height: 58px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    appearance: none;
    height: 100%;
    /* line-height: 60px; */
}
#billing_address_1_field {

    margin-bottom: 15px;
}
#shipping_address_1_field {
    margin-bottom: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none
}

.woocommerce-MyAccount-navigation li a:hover {
    color: #f70101;
}

.woocommerce-MyAccount-navigation li.is-active a {
    color: #f70101;
}

.woocommerce-MyAccount-content h2 {
      color: #f70101;
    letter-spacing: normal;
    font-size: 20px;
    font-weight: bold;
    text-transform: none
}
.woocommerce-MyAccount-content h2:after {
    display: none


}


.woocommerce-MyAccount-content .button {
      background-color: #1616e4;
    border-color: #1616e4;
    border-width: 1px;
    border-radius: 5px;
    color: #fff;
    padding: 17px 30px;
    transition: all ease-in-out .4s;
    font-size: 16px;
    margin-top: 20px
}
.woocommerce-MyAccount-content .button:hover {
     background-color: transparent;
    border-color: #1617e5;
    color: #1617e5;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme #rememberme {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.woocommerce-LostPassword.lost_password {
    position: absolute;
    right: 23px;
    bottom: 22px;
}
.woocommerce-form.woocommerce-form-login.login {
    position: relative;
}

.woocommerce-form.woocommerce-form-register.register p {
    margin-bottom: 13px;
}


#password {
    margin-bottom:8px;
}
.woocommerce-form.woocommerce-form-login.login {
    margin-top: 20px;
}
.woocommerce-form.woocommerce-form-register.register {
    margin-top: 20px;
}
.show-password-input {
    margin-top: 8px;
}
.woocommerce-ResetPassword.lost_reset_password {
    text-align: left;
}
.woocommerce-MyAccount-navigation li {
    padding: 10px 0;
    text-align: left;
    border-bottom: #ccc solid 1px;
}
.woocommerce-message {
    border-top-color: #1617e5;
}
.button.wc-forward {
    color: #1617e5;
}

.woocommerce-info {
    border-top-color: #1616e4;
}
.woocommerce-Button.wc-forward.button {
    color: #fff;
    margin-top: 20px
}
.woocommerce-Button.wc-forward.button:hover {
     background-color: transparent;
    border-color: #1617e5;
    color: #1617e5;
}
.woocommerce-info {
    border-top-color: #1616e4;
    text-align: left;
}
.woocommerce-info {
    border-top-color: #1616e4;
    text-align: left;
    display: flex;
    align-items: baseline;
    flex-direction: column;
}

.button.wc-forward {
      background-color: #1616e4;
    border-color: #1616e4;
    border-width: 1px;
    border-radius: 5px;
    color: #fff;
    padding: 17px 30px;
    transition: all ease-in-out .4s;
    font-size: 16px;
}
.button.wc-forward:hover {
    background-color: #f70101;
    color: #fff
}
.button.wc-forward {
    margin-top: 20px;
}
.woocommerce-Address-title.title h2 {
    color: #f70101;
    letter-spacing: normal;
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
    display: block;
    text-align: left;
}
.woocommerce-Address-title.title h2:after {
    display: none
}
.woocommerce-Address-title.title {
    text-align: left;
}
.woocommerce-account .addresses .title .edit {
    float: left;
    color:#1617e5;
}
.woocommerce-account .addresses address {
    text-align: left;
}
.woocommerce-MyAccount-content {
    text-align: left;
}

.woocommerce-button.button:hover {
    background-color: transparent;
    border-color: #1617e5;
    color: #1617e5;
}
.woocommerce-LostPassword.lost_password a:hover {
    color: #f70101;
}
.woocommerce-MyAccount-content a {
    color: #1617e5;
}
.woocommerce-MyAccount-content a:hover {
    color: #f70101;
}
.woocommerce-account .addresses .title .edit:hover {
     color: #f70101;
}

.woocommerce-Button.button:hover {
    background-color: transparent;
    border-color: #1617e5;
    color: #1617e5;
}
fieldset legend {
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 20px;
}
.woocommerce-MyAccount-content .woocommerce-Button.button {
    margin-top: 20px;
}

.woocommerce-MyAccount-content  em {
    font-size: 14px;
}
.woocommerce-MyAccount-content a:hover {
    color: #f70101
}
.woocommerce table.my_account_orders .button {
    white-space: nowrap;
    padding: 6px 10px;
    width: 86px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.woocommerce table.my_account_orders .button:hover {
    background-color: transparent;
    border-color: #1617e5;
    color: #1617e5;
}
.woocommerce table.my_account_orders th {
  background: #ececec;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 10px 8px;
}
.woocommerce-EditAccountForm.edit-account .show-password-input {
    margin-top: 11px;
}

.woocommerce table.shop_table td {
    border-top:none;
}

/* Panier */
.woocommerce table.shop_table th {
    background: #ececec;
}
.woocommerce table.shop_table::before {
    display: none;
}
#coupon_code {
    width: 120px;
    border-radius: 3px;
    padding: 15px 6px 15px
}
.actions .button {
    background-color: #1616e4;
    border-color: #1616e4;
    border-width: 1px;
    border-radius: 3px;
    color: #fff;
    padding:5px 15px;
    transition: all ease-in-out .4s;
    font-size: 16px;
}
.actions .button:hover {
    background-color: transparent;
    border-color: #1617e5;
    color: #1617e5;
}



.actions .button[disabled] {
    background-color: #E2E2E2;
    border: #E2E2E2 solid 1px;
    box-shadow: none;
}

.actions .button[disabled]:hover {
    background-color: #E2E2E2;
    border: #E2E2E2 solid 1px;
    box-shadow: none;
}

.input-text.qty.text {
    border: #ccc solid 1px;
    border-radius: 3px;
}
.cart_totals h2 {
       color: #f70101;
    letter-spacing: normal;
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
    display: block;
    text-align: left;
}
.cart_totals h2:after {
    display: none
}
.cart-subtotal td, .order-total td {
    text-align: right;
}

.checkout.woocommerce-checkout {
    text-align: left;
}
.checkout.woocommerce-checkout h3 {
    color: #f70101;
    letter-spacing: normal;
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
    display: block;
    text-align: left;
}
.form-row .input-text   {
    border: #cccccc solid 1px;
  border-radius: 5px;
  font-size: 16px;
  font-family: Nunito;
  height: 60px;
  padding: 10px 30px;
  background-color: #fff;
}
.form-row textarea.input-text {
    height: 163px !important;
}
.shop_table.woocommerce-checkout-review-order-table th:last-child {
    text-align: right;
}
.shop_table.woocommerce-checkout-review-order-table td:last-child {
    text-align: right;
}



.woocommerce .button {
    background-color: #1616e4;
    border: #1616e4 solid 1px;
    border-width: 1px;
    border-radius: 3px;
    color: #fff;
    padding:15px 20px;
    transition: all ease-in-out .4s;
    font-size: 16px;
}
.woocommerce .button:hover {
    background-color: transparent;
    border-color: #1617e5;
    color: #1617e5;
}
#customer_details {
    margin-bottom: 20px;
}
.checkout.woocommerce-checkout h3 {
    margin-bottom: 20px;
}
.checkout_coupon.woocommerce-form-coupon #coupon_code {
    width: 140px;
    padding: 0 20px;
}
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last .button {
    margin-top: 10px;
}
.showcoupon {
    color: #1616e4;
}
.woocommerce-additional-fields h3 {
    margin-bottom: 10px !important;
}
.woocommerce-billing-fields h3 {
    margin-bottom: 10px !important;
}

.woocommerce-order h2 {
     color: #f70101;
    letter-spacing: normal;
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
    display: block;
    text-align: left;
}
.woocommerce-order h2:after {
    display: none
}
.woocommerce-customer-details--phone {
    position: relative;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before { top: -3px }
.woocommerce-customer-details--email {
    position: relative;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before { top: -3px }
.woocommerce .woocommerce-customer-details address {
    padding: 20px
}
.woocommerce ul.order_details li strong {
    margin-top: 10px
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th:last-child {
    text-align: right;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td:last-child {
    text-align: right;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: green;
    margin-bottom: 40px;
}
.woocommerce-customer-details--phone {
    margin-bottom: 1px;
}

@media (max-width:1365px) {
    .top-form .group-search {
        width: 680px;
    }
    .container {
        padding: 0 40px
    } 
    .sec-compte {
        margin: 40px auto !important
    }  
}


@media (max-width:1199px) {
   .top-form .group-search {
        width: 480px;
    }
    .liste-produits .title-product {
        font-size: 20px;
        height: 60px
    }
    .liste-produits .title-product br {
        display: none;
    }
    .col.logo {
        flex: 0 0 100%;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    #footer .col.info {
        flex: 0 0 40%;
        padding-left: 0;
    }
    .woocommerce ul.order_details li {
        margin-bottom: 20px
    }
 
}


@media (min-width:992px) {  
    .blcMenu {
        display: block !important;
    }


}



@media (max-width:991px) { 

.wrapMenuMobile                                             { width:auto; height:50px; display:block; z-index:80; transition:all 400ms ease-in-out;  cursor:pointer;  text-transform:uppercase; position:absolute; left:30px; top:1px;}
.menuMobile                                                 { width:50px; display:block; height:50px; cursor:pointer; position:relative; line-height:20px; text-indent: 37px; line-height: 28px;}
.menuMobile>div                                             { width:30px; height:2px; background:#1616e4; position:absolute; left:0;right:0;margin:auto; top:50%; margin-top:-1px;}
.menuMobile>div:before                                      { width:100%; height:2px; background:#1616e4; position:absolute; right:0; top:8px; content:"";}
.menuMobile>div:after                                       { width:100%; height:2px; background:#1616e4; position:absolute; right:0; top:-8px; content:"";}
.menuMobile.active>div                                      { height:0px;}
.menuMobile.active > div::before                            { top: 0;transform: rotate(45deg);}
.menuMobile.active > div::after                             { top: 0;transform: rotate(-45deg);}
.menu                                                       { max-width:100%;right:0; float: none; }

.menu .liste li {
    padding:14px 17px
}

}


@media (max-width:991px) {
    .topHeader {
        flex-direction: column;
        padding: 10px 0
    }
    .logo {
        margin-bottom: 20px;
    }
    form.top-form {
        margin-bottom: 15px;
    }
    .blcMenu .container {
        padding: 0;
    }
    .blcMenu .container::before {
        content: "";
        background: #f70201;
        width: 100%;
        height: 6px;
        position: absolute;
        top: -6px;
        left: 0;
    }
    .menu .liste {
        flex-direction: column;
        width: 100%
    }
    .menu .liste li::after { 
        display: none

    }
    .menu {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .menu .liste li.all-products {
        min-width: 100%;
        max-width: 100%;
        position: relative;
    }
    .menu .liste li.all-products::after {
        content: "";
        background: url(../images/arow-w.png);
        width: 7px;
        height: 12px;
        display: block;
        position: absolute;
        right: 23px;
        top: 20px;
        border: none;
    }
    .btn-promo {
        text-align: center
    }
    .sec-bandeau {
        padding: 60px 0 40px;
    }
    .sec-newsletter .container {
        flex-direction: column;
    }
    .sec-newsletter h3 {
        margin-bottom: 20px;
        text-align: center;
    }
    .sec-newsletter h3 em {
        font-style: normal;
    }
    #footer .col {
        flex: 0 0 100%;
    }
    #footer .row {
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .social {
        justify-content: center;
        margin-bottom: 20px
    }
    .blcCard {
        justify-content: center;
    }
    #footer .info {
        padding-left: 0;
    }
    #footer .info ul li {
        display: inline-block;
    }
    #footer .info ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .sec-bandeau {
        background-attachment: inherit !important;
    }
    .blcMenu {
        padding: 0;
    }
    .menu .liste li.home a::before { 
        margin-left: 0;
        margin-right: 10px
    }
    .sec-produits {
        display: none;
    }
    .lst-Atout {
        justify-content: center;
        flex-flow: row wrap;
    }
    .lst-Atout .item {
        width: 50%;
        margin-bottom: 30px;
    }
    .sec-atout {
        padding: 45px 0 125px;
    }
    #footer .info ul li.tel a {
        background: #f60000;
        padding: 18px 20px;
        border-radius: 6px;
        color: #fff;
        margin: 5px 0;
        display: inline-block;
    }
    #footer .info ul li.tel::before { 
        display: none; 
    }
    #footer .info ul li.tel a:before {
        content: "";
          background: url(../images/tel-w.png);
            background-size: auto;
          width: 17px;
          height: 17px;
          display: inline-block;
          background-size: cover;
          vertical-align: top;
          margin-right: 10px;
          margin-top: 4px
    }
    #footer .col.menu-ftr ul {
        display: none;
        padding-top: 20px;
        text-align: left;
    }
    #footer .titre {
        text-align: left;
    }
    #footer .titre {
        margin-bottom: 0;
        margin-top: 15px;
        text-align: left;
        border-bottom: #eee solid 1px;
        padding-bottom: 15px;
        position: relative;
        cursor: pointer
    }
    #footer .titre::after {
        content: "";
        background: url(../images/prev.png);
        transform: rotate(-90deg);
        width: 8px;
        height: 16px;
        background-size: cover;
        position: absolute;
        right: 0;
        top: -13px;
        bottom: 0;
        margin: auto;
    }

    .col.blcSocial {
        position: relative;
    }
    .social {
        position: absolute;
        right: 14px;
        top: 14px;
        gap: 25px;
    }
    .blcCard {
        padding-top: 15px;
    }
    .col.blcSocial .titre {
        border-bottom: none !important;
        cursor: inherit !important
    }
    .col.blcSocial .titre:after {
        display: none !important
    }
    .footer-bottom {

        margin-top: 20px;
    }
    .col.info .titre {
        display: none !important;
    }
    .sec-newsletter .container {
        box-shadow: none
    }
    #footer {
        padding: 10px 0 0;
    }
    #footer .col.menu-ftr.open ul {
        display: block;
    }
    .top-right {
        position: absolute;
        right: 20px;
        top: 15px
    }
    .top-right > a {
        font-size: 0;
    }
    .cart-items.number_of_lines_cart {
        position: absolute;
        right: 11px;
        top: -7px;
        width: 18px;
        height: 18px;
        font-size: 10px;
        line-height: 19px;
        right: -9px;
    }
    .menu .liste {        
        align-items: baseline;
    }
    .menu .liste li.all-products {
        text-align: left;
    }
    .menu .liste li.all-products span::before { 
        display: none
    }
  .menu .liste li.home a::before { 
    display: none
  }
  .menu .liste li {
    padding: 0 40px;
    background: #fff;
    width: 100%;
    text-align: left;
    
}
.menu .liste li a {
    border-bottom: #eee solid 1px;
    color: #333333;
    padding: 15px 0
}
.menu .liste li.all-products span {
    padding: 15px 0
}
.btn-promo {
    text-align: center;
    text-align: left;
    background-color: #fff;
    color: #f70101;
    border-bottom: #f70101 solid 2px;
    margin: 0 40px;
    padding: 14px 0
}
.blcMenu {
    background-color: #fff;

}
.btn-promo:hover {
    background-color: #fff;
    color: #000
}
.home-mobile {
    background: url(../images/home-mobile.png);
    width: 24px;
    height: 24px;
    display: block;
    margin-top: 2px
}
.logo-mobile {
    display: flex;
    flex-direction: column;
    padding: 0 40px;
    justify-content: center;
    align-items: baseline;
}
.blcMenu {
    background-color: #fff;
    position: absolute;
    display: none;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    padding-top: 0;
    padding-bottom: 0
}
.blcMenu .container {
    position: relative;
    z-index: 20;
    background: #fff;
    padding-top: 25px;
    padding-bottom: 40px
}
.blcMenu::after {
    content: "";
    background: #000;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    opacity: 0.5;
}
.topHeader {
    padding: 60px 0 10px;
}
.close {
    background: url(../images/close.png);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 20px;
    top: 40px;
    cursor: pointer
}

.logo-mobile form.top-form {
    width: 100%
}
.logo-mobile .top-form .group-search {
    width: 100%;
}
.top-right {
    gap: 45px;
}
.btn-promo {
    font-weight: bold
}
#footer .col.info {
    flex: 0 0 100%;
    padding-left: 0;
}
#footer .col.info {
    flex: 0 0 100%;
    padding-left: 0;
}
.logo-ftr {
    margin-bottom: 0;
}

.sec-produits {
    display: none !important
}

.sub-menu-mobile {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 20;
    background: #fff;
    padding-top: 60px;
    transition: all 400ms ease-in-out;
    right: -100%;
    left: auto
}
.retour {
    display: block;
    margin: 0 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px
}
.menu .liste li.all-products.open .sub-menu-mobile {
    display: block;
    right: 0;
}
.retour::before {
    content: "";
    background: url(../images/chevron-right.svg);
    width: 10px !important;
    height: 17px;
    position: absolute;
    left: 0;
    transform: rotate(180deg);
    top: 4px;
}
.woocommerce-account {
    padding-bottom: 40px;
}

.sec-compte {
    margin: 20px auto !important
}  

.woocommerce-MyAccount-navigation {
    padding-bottom: 25px;
}
.woocommerce ul.order_details li {
    margin-bottom: 20px
}

}
@media (max-width:768px) {
    .woocommerce table.my_account_orders .button {
        margin: 0 0 0 auto;
    }
}

@media (max-width:767px) {
    .sec-bandeau h2 {
        font-size: 30px;
        padding-bottom: 15px;   
        text-align: center;
    }
    .sec-bandeau p {
        text-align: center
    }
    .sec-atout {
        padding: 30px 0 15px
    }
    .sec-newsletter {
        margin-top: 0;
    }
    .sec-newsletter .container {
        padding: 30px 40px;
  
    }
    .footer-bottom .container {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .footer-bottom .prod {
        margin-left: 30px;
    }


    .slideImg.mobile {
        display: block;
    }
    .slideImg.desktop {
        display: none;
    }
    .slideImg .img img {
        width: 100%;
        max-height: inherit;
    }
    .sec-newsletter h3 span {
        display: block;
    }

.sec-newsletter h3 span em {
        color: #f70101
    }

#footer .info ul li.adress::before {
    width: 14px;
    height: 18px;
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    background-size: cover;
    vertical-align: middle;
    margin-right: 10px;
}
#footer .info ul li {
    padding-left: 0;
}
.logo-ftr {
    margin-bottom: 0
}

.sec-mentions {
    padding: 40px 0 40px;
}
.sec-mentions h1 {
    margin-bottom: 30px;
    letter-spacing: normal;
}

.sec-newsletter h3  em {
    color:#f70101;
}

.woocommerce-LostPassword.lost_password {
    position: static;
  
}
.woocommerce table.my_account_orders .button {

    margin: 0 0 0 auto;
}
.woocommerce ul.order_details {

    display: flex;
    flex-direction: column;
}
.woocommerce ul.order_details li{
    border-right: none;
    padding-right: 0;
    margin-right: 0
}
.woocommerce ul.order_details li:after {
    content: "";
    border-bottom: 1px dashed #cfc8d8;
    width: 150px;
    margin: 10px auto;
    display: block;
    height: 1px
}

.woocommerce ul.order_details li:last-child:after {
    display: none
}
.woocommerce ul.order_details {
    margin-bottom: 20px
}






}


@media (max-width:600px) {
    .wrapMenuMobile {
        left: 10px;
    }
    .container {
        padding: 0 20px
    }
    .top-form .group-search {
        width: 100%;
    }
    .top-form .group-search input[type="search"] {
        padding-left: 20px;
        text-overflow: ellipsis;
    }
    h2 {
        font: normal 25px/normal Nunito;
        letter-spacing: 2px;
      
    }
    .menu .liste li {
        padding: 0 20px;
    }
    .btn-promo {
        margin: 0 20px
    }
    .sec-produits {
        padding: 30px 0;
    }
    .slideImg .img img {
        min-height: 200px;
        object-fit: cover;
        object-position: top center
    }
    .sec-selection {
        padding: 30px 0;
    }
    .titre {
        margin-bottom: 20px;
    }
    .sec-bandeau {
        padding: 30px 0 15px;
    }
    .sec-newsletter .container {
        padding: 30px 20px;
  
    }
 
    .lst-Atout .item {
        width: 100%;
        margin-bottom: 30px;
    }
    .lst-Atout .item .inner {
        display: flex;
        align-items: center;
    }
    .lst-Atout .item {
        margin-bottom: 20px;
    }
   .lst-Atout .img {
        margin-bottom: 0;
        text-align: center;
        display: flex;
        align-items: baseline;
        justify-content: start;
        height: auto;
        min-width: 50px;
    }
    .lst-Atout .img  img {
        max-width: 40px
    }
    .lst-Atout h3 {
        text-align: left;
        font-size: 16px;
        padding-left: 5px
    }
    .lst-Atout .item:first-child img {
        max-width: 30px;
   
    }
    .logo-mobile {
        padding: 0 20px;
    }
    form.top-form {
        width: 100%;
    }
    .retour {
        margin: 0 20px;
 
    }
    .sec-mentions {
        padding: 20px 0 20px;
    }
    .n-wysiwyg ul:last-of-type {
        margin-bottom: 0;
    }

  
    .password-input {
        margin-bottom: 0;
    }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last {
        width: 100%;
        float: none;
    }
    .woocommerce-account {
        padding-bottom: 20px;
    }
    .sec-compte {
        margin: 20px auto 0 !important;
    }
    .sec-compte h1 {
        letter-spacing: normal;
    }
    .woocommerce-MyAccount-content .woocommerce-Button.button {
        width: 100%
    }
    .woocommerce-MyAccount-content .button {
        width: 100%
    }
    .coupon {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    .actions .button {
        width: 100% !important
    }
    .woocommerce-billing-fields {
        margin-bottom: 20px;
    }
    .checkout_coupon.woocommerce-form-coupon {
        margin-top: 10px !important;
    }
    .woocommerce-additional-fields h3 {
        margin-bottom: 10px !important;
    }
    .woocommerce-billing-fields h3 {
        margin-bottom: 10px !important;
    }
    .form-row.place-order {
        margin-bottom: 20px !important;
    }


           
}

#rememberme {
    appearance: checkbox;
    -webkit-appearance: checkbox;
    pointer-events: auto;
}

#preloader { 
    background: hsl(0, 0%, 100%) url(../images/loader.svg) no-repeat center; 
    background-size:50px 50px; 
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.blc-header>.container{
    position: relative;
    z-index: 50;
}

#autocomplete-results {
    background: white;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    border-top: none;
    width: 100%;
    position: absolute;
    top: 59px;
}

#autocomplete-results li {
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

#autocomplete-results li:first-child{
    border-top: 1px solid #ddd;
}

#autocomplete-results li img {
    margin-right: 10px;
}

#autocomplete-results li:hover {
    background: #f0f0f0;
}

a.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity : 0.6;
}

#preloader { 
    background: hsl(0, 0%, 100%) url(../images/loader.svg) no-repeat center; 
    background-size:50px 50px; 
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.pre-logo { 
    position: relative;
    top:-60px; 
}