/* ============================================== */
/* ==================== PAGE ==================== */
/* ============================================== */
.wsmenucontainer{
  min-width: 0px!important;
}
.page-home .owl-carousel {
  display: block;
}
#content-wrapper,
.kl-row-listing{
  width: 100%;
}
.kl-main-content {
  padding: 0;
}
#index #content-wrapper{
  padding-top: 230px;
  padding-left: 20px;
  padding-right: 20px;
}
#content-wrapper,
body#checkout #wrapper{
  padding-top: 160px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 680px) {
  #index #content-wrapper,
  #content-wrapper,
  body#checkout #wrapper {
    padding-top: 20px;
  }
}
.relative{
  position:relative
}
.no-padding{
  padding-left: 0;
  padding-right: 0;
}
.no-padding-right{
  padding-right: 0;
}
.text-center{
  text-align: center;
}
@media screen and (max-width: 680px) {
  .mb-5, .my-5 {
    margin-bottom: 1rem !important;
  }
}
body{
  font-family: 'EB Garamond', serif;
  border-style: solid;
  border-color: #fff;
   border-width:0;
   font-size: 18px;
}

a, a:hover{
  text-decoration: unset!important;
}
#main h1, #main h2,
#content-wrapper h1, #content-wrapper h2{
  font-family: 'Barlow Condensed', sans-serif;
  color: #121212;
  font-weight: 400;
  line-height: 1.1;
  font-size: 38px;
  text-transform: uppercase;
}
.container{
  max-width: 1920px;
}
.wsmenucontainer{
    overflow: unset;
}
.kl-bg-white{
  overflow: hidden;
}
.bg-grey{
  background:#faf9f7
}
.d-block{
  display: block;
}
.margin-auto{
  margin: 0 auto;
}
.kl-title-section,
#footer .kl-mail-footer .kl-text-foot{
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  color: #121212;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: left;
  font-size: 36px!important;
}
.kl-title-section::after{
  display: none;
}
#main .kl-sub-title,
#footer .kl-footer .kl-sub-title{
  font-size: 25px;
font-style: italic;
color: #206941;
line-height: 1.2;
margin-top: 6px;
}
.container-content{
  /* width: 70%;
  max-width: 620px;
  margin: 0 auto; */
  width: 100%;
padding-left: 9vw;
padding-right: 9vw;
}
@media screen and (max-width: 1080px) {
  .container-content {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media screen and (max-width: 780px) {
  .container-content {
    padding-left: 0;
    padding-right: 0;
  }

}
section#content > section:not(.kl-slide-home):not(.kl-slide-home):nth-child(2n){
  background: #fff;
}

/* Titre */
.green{
  color: #206941;
}
.font-semibold{
  font-weight: 500;
}
.kl-bx-content{
  text-align: left;
}
.kl-bx-content h2{

}
.kl-bx-content p{
 padding-bottom: 0;
}
.kl-bx-content p::after{
  display: none;
}
.white{
  color: #fff!important;
}
.subtitle{
  font-family: 'EB Garamond', serif!important;
  color: #206941;
  font-weight: 400;
  font-size: 27px;
}
.subtitle.white{
  color: #fff;
}

@media screen and (max-width: 780px) {
  #main h1, #main h2, #content-wrapper h1, #content-wrapper h2,
  .kl-title-section, #footer .kl-mail-footer .kl-text-foot {
    font-size: 32px !important;
  }
  #main .kl-sub-title, #footer .kl-footer .kl-sub-title, .subtitle{
    font-size: 22px;
  }

}
@media screen and (max-width: 580px) {
  #main h1, #main h2, #content-wrapper h1, #content-wrapper h2,
  .kl-title-section, #footer .kl-mail-footer .kl-text-foot {
    font-size: 28px !important;
  }
  #main .kl-sub-title, #footer .kl-footer .kl-sub-title, .subtitle{
    font-size: 21px;
  }

}

/* Boutons */
.button.border{
  padding: 19px 38px;
  color: #206941;
  display: block;
  width: max-content;
  border: 2px solid #555!important;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 0;
  overflow: hidden;
  transition-duration: 0.6s;
  cursor: pointer;
  background: #fff;
}
.button.border:hover{
  background:#206941;
  color: #fff;
  border-color: #206941
  ;
}
.button.border::before{
  content: attr(data-title);
  font-size: 18px;
  position: absolute;
  display: block;
  transition-duration: 0.6s;
}
.button.border::after{
  content: attr(data-title);
  font-size: 18px;
  display: block;
  transform:scale(1.2);
  opacity: 0;
  transition-duration: 0.6s
}
.button.border:hover::before{
  transform:scale(0.8);
  opacity: 0;
}
.button.border:hover::after{
  transform:scale(1);
  opacity: 1;
}
.button.border.border-white{
  border-color: #fff!important;
  color: #fff;
  background: #ffffff23;
}
.button.border.border-white:hover{
  border-color: #fff!important;
  color: #206941;
  background: #fff;
}
.link-arrow{
  font-family: 'EB Garamond', serif!important;
  display: flex;
  color: #206941;
  gap: 10px;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
}
.link-arrow.white{
  color: #fff;
}
.link-arrow::after{
  content:'→';
  transition-duration: 0.3s;
}
.link-arrow:hover::after{
  transform: translateX(10px);
}
button.btn.btn-primary{
  min-width: 270px;
}
.btn.kl-add-to-cart,button.btn.btn-primary{
  border: 2px solid #222;
  color:#206941;
  background: transparent;
  text-transform: uppercase;
  font-size: 18px;
  padding: 20px 30px;
  max-width: 310px;
  transition-duration: 0.3s;
}
.btn.kl-add-to-cart:hover,button.btn.btn-primary:hover, #checkout button.btn.btn-primary{
  background:#206941!important;
  border-color:#206941!important;
  color: #fff!important;
}
.btn.kl-add-to-cart i{
  display: none;
}



/* 404 */
.page-content.page-not-found{
  padding-bottom: 60px;
}





/* ============================================== */
/* =================== HEADER =================== */
/* ============================================== */
header#header{
  position: relative;
  top: 0;
  z-index: 100;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  transition-duration: 0.3s;
  height: 80px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  /* transform: translateY(-100%); */
}
header#header.show {
  /* transform: translateY(0); */
}
header#header.stick {
  transform: translateY(-300px);
}
header#header.small {
  position: sticky;
  transform: translateY(0px);
  box-shadow: 0 2px 4px rgba(0,0,0,.2);


}
header#header .wrap-logo{
  padding: 25px 30px 30px;
}

header#header #wrap-header.sticky_menu .wrap-logo {
  padding: 0;
}
header#header.stick .wrap-nav{
  padding-top: 15px;
}
header#header .wrap-logo .small-logo{
  transform: translateY(-300px) translateX(-50%);
  position: absolute;
  left: 50%;
  width: 190px;
  top: 0;
}
header#header.small .small-logo{
  transform: translateY(0) translateX(-50%);
  top: 9px;
}
header#header.small .wrap-logo .big-logo{
  margin-top: -330px;
}
.header-banner{
  position: absolute;
  right: 25px;
}
li.kl-price-up + li,
li.kl-price-up .material-icons{
  display: none;
}
li.kl-price-up .kl-languagepicker a{
  font-size: 25px;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 400;
}
.kl-languagepicker:hover {
  height: 63px;
}
.kl-languagepicker div,
.kl-languagepicker {
  background: #fff;
}
.kl-price-up .kl-languagepicker {
  width: 28px;
  height: 30px;
  position: absolute;
  top: -19px;
}
.kl-price-up .kl-languagepicker .obf{
  font-size: 25px;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 400;
}

.kl-price-up .material-icons{
  height: 17px;
  width: 18px;
  font-size: 0;
  background-size: 21Px;
  background-image: url(../img/icon-chevron-down.svg);
  position: relative;
  top: 6px;
}
#wrap-header .container{
    display: block;
}
#wrap-header .navbar-brand{
    margin: 0 auto;
    display: block;
    position: relative;
    width: max-content;
    padding: 0;
}
#wrap-header .navbar-brand .big-logo{
    width: 200px;
    height: auto;
}
body#index #wrap-header .navbar-brand .big-logo{
  width: 270px;
  height: auto;
  padding: 15px 10px;
}
.wrap-nav{
    position: relative;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-bottom: 20px;
}

.left-nav{
  width: 30%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.right-nav{
  width: 30%;
}
.modal-nav .sidebar-menu .close {
  position: fixed;
  right: 10px;
  top: 10px;
  height: 50px;
  width: 50px;
  z-index: 10;
  background: url(../img/icon-plus.svg) no-repeat center;
  background-size: 45px;
  transform: rotate(45deg);
  opacity: 0.5;
  transition-duration: 0.3s;
  cursor: pointer;
}
.modal-back {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;

}
.modal-nav .sidebar-menu .close:hover {
  opacity: 1;
}
.modal-nav .sidebar-menu{
  position: fixed;
  left: 0;
  height: 100vh;
  width:500px;
  background: #fff;
  z-index: 100000;
  top: 0;
  transform: translateX(-100%);
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  padding: 0px 4vw;
}
.modal-nav .wsmenu{
  height: auto;
  overflow: unset;
}
.modal-nav .wsmenu > .wsmenu-list {
  height: auto;
  min-height: 100%;
  width: auto;
  background: #fff;
  padding-bottom: 0;
  margin-left: 0;
  display: block;
  text-align: left;
}
.modal-nav .wsmenucontainer .wsmenu > .wsmenu-list > li{
  height: auto;
}
.modal-nav .overlapblackbg{
  display: none;
}
.is-open .modal-nav .sidebar-menu{
  transform: translateX(0);
}
.is-open .modal-nav .modal-back{
  opacity: 0.6;
  visibility: visible;
}
.modal-nav .wsmenu > .wsmenu-list {
  justify-content: center !important;
  position: relative;
  display: block !important;
  margin-top: 50px;
  overflow: auto;
  height: calc(100vh - 100px);
  padding-bottom: 30px;
}
.wsmenu > .wsmenu-list > li a{
  text-transform: uppercase;
}
.wsmenu > .wsmenu-list > li > .navtext > span + span {
  color: #111;
}
.wsmenu > .wsmenu-list > li:hover > a{
  box-shadow: unset!important;
}
/* .modal-nav .wsmenu > .wsmenu-list li.submenu-reverse{
  display: none;
} */
.modal-nav .wsmenu > .wsmenu-list li{
  display: block!important;
  text-align: left;
  position: relative
}
.modal-nav .wsmenu > .wsmenu-list li .wsmenu-click{
  display: block !important;
  padding: 15px;
  height: 50px;
  width: 70px;
  position: absolute;
  right: 0;
  z-index: 10;
  background-size: 25Px;
  background-image: url(../img/icon-chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition-duration: 0.3s;
  top: 5px;
}
.modal-nav .wsmenu > .wsmenu-list li .wsmenu-click.ws-activearrow{
  transform: rotate(180deg);
}
  .modal-nav .wsmenu > .wsmenu-list li .wsmenu-click i{
    display: none;
  }
.modal-nav .wsmenu > .wsmenu-list .sub-menu{
  /* position: absolute;
  left: 0;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
  padding: 40px;
  top: auto !important;
  transform: translateY(20px);
  transition-duration: 0.3s;
  visibility: hidden; */
  z-index: 1000;
  margin: 0px;
  padding: 0px;
  min-width: 218px;
  position: relative;
  opacity: 1;
  visibility: visible;
  height: unset;
  top: 0;
  display: none;
}
/* .modal-nav .wsmenu > .wsmenu-list>li.first-level:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)!important;
} */

.modal-nav .wsmenu > .wsmenu-list li:hover .sub-menu{
}
.modal-nav .wsmenu > .wsmenu-list .sub-menu li a{
  padding: 6px 0px 8px 40px;
display: block;
}
.modal-nav .wsmenu > .wsmenu-list .sub-menu a{
  background:none;
  transition-duration: 0.3s;
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
}
/* .modal-nav .wsmenu > .wsmenu-list > li > a::after{
  content:'';
  height: 4px;
  width: 100%;
  background-color: #111;
  position:absolute;
  bottom: 0;
  left: 0;
  transform: translateY(5px);
  transition-duration: 0.3s;
}
.modal-nav .wsmenu > .wsmenu-list li a:hover::after{
  transform: translateY(0);

} */
.wsmenu > .wsmenu-list > li > a, .wsmenu > .wsmenu-list > li > span.obs {
  padding: 15px 0;
  text-align: left;
  display: block;
  max-width: 280px;
  font-size: 25px;
  font-family: 'Barlow Condensed', sans-serif;
}
.modal-nav .wsmenu > .wsmenu-list .sub-menu .sub-menu{
  position: relative;
padding: 0;
display: block;
transform: unset!important;
}
.modal-nav .wsmenu > .wsmenu-list .sub-menu .sub-menu a{
  font-size: 17px;
}
.user-nav{
    /* position:absolute;
    right: 0;
    top: 50%; */
    /* transform: translateY(-50%);
    padding-bottom: 13px; */
}
.user-nav .kl-translate-top {
    gap: 14px;
    justify-content: end;
}
.mobile-menu .btn-wish-list a,
#wrap-header .btn-wish-list a{
  display: block;
  height: 30px;
  width: 23px;
  background: url(../img/icon-heart-black.svg) no-repeat center;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
  background-size: auto;
  background-size: 26px;
}
#wrap-header .kl-btn-compte {
  font-size: 14px !important;
  font-weight: 600;
    text-transform: uppercase !important;
    padding: 0;
    font-size: 0;
    background-color: transparent !important;
    float: right;
    margin-right: 0;
    font-size: 0 !important;
    background: url("../img/icon-user.svg") no-repeat center center;
    background-size: 23px;
    height: 24px;
    width: 19px;
    margin-left: 0!important;
  }
#wrap-header .kl-btn-compte::before{display: none;}
#wrap-header .blockcart .kl-choice {
    width: 30px;
    height: 47px;
    background: url("../img/icon-bag.svg") no-repeat center center;
    background-size: auto;
    background-size: 33px;
    position: relative
}
#wrap-header .blockcart .kl-choice .cart-products-count-2 {
    background: #1f673f;
    color: #fff;
    width: 18px;
    top: 26px;
    right: -8px;
    font-size: 10px;
    height: 18px;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
    display: none;
  }
#wrap-header #actionShowSearchBar {
    width: 20px;
    height: 25px;
    background: url("../img/icon-loupe.svg") no-repeat center center;
    background-size: auto;
    background-size: 22px;
    display: block;
}
#wrap-header #actionShowSearchBar .material-icons {
    display: none;
}
.kl-hero-listing .kl-breadcrumb{
  position: relative;
  padding: 10px 0;
}
.kl-hero-listing{
  background: #fff;
  display: none!important;
}
.kl-hero-listing .col{
  position: relative;
}
.kl-hero-listing .kl-breadcrumb::before{
  content: '';
  position:absolute;
  background: #eee;
  height: 1px;
  left: 15px;
  top: 0px;
  width: calc(100% - 30px);
}
.kl-hero-listing .kl-breadcrumb::after{
  content: '';
  position:absolute;
  background: #eee;
  height: 1px;
  left: 15px;
  bottom: 0px;
  width: calc(100% - 30px);
}
.kl-hero-listing .kl-breadcrumb ul > li span,
.kl-hero-listing .kl-breadcrumb ul > li > a::after,
.kl-hero-listing .kl-breadcrumb ul > li > a{
  color: #121212;
  font-size: 17px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: unset;
}

#search_widget .flex{
  display: flex;
  padding: 0 10px 20px;
  gap: 15px;
}
#search_widget .flex .left{
  width: 100%;
}
#search_widget .flex .left .form-control{
  min-height: 68px;
}
#search_widget .flex .right .button{
  font-size: 18px;
}
.mobile-menu{
  display: none;
}
.modal.show .modal-dialog .modal-content{
}
@media screen and (max-width: 580px) {
  #search_widget .flex{
    display: block;
  }
  .modal-nav .sidebar-menu {
    width: 90%;
    padding: 0px 20px;
  }
  #search_widget .flex .right .button {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 680px) {

  header#header {
    height: 75px;
  }
  header#header .wrap-nav {
    padding-top: 11px;
    padding-bottom: 14px;
  }
  #wrap-header .navbar-brand .big-logo{
    display: none;
  }
  header#header .wrap-logo .small-logo {
    transform: translateY(0) translateX(-50%);
    top: 7px;
    width: 180px;
  }
  .user-nav .btn-wish-list,
  .user-nav .kl-price-up{
    display: none;
  }
  .mobile-menu{
    position: absolute;
    bottom: 0;
    background: #eee;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
  }
  .mobile-menu .kl-price-up .kl-languagepicker {
    width: 50px;
    height: 30px;
    position: static;
    top: auto;
    display: flex;
    background: transparent;
  }
  .mobile-menu .kl-price-up .kl-languagepicker div:first-child{
  }
  .mobile-menu .kl-price-up .kl-languagepicker div{
    z-index: 1 !important;
    background: transparent;
    position: relative;
    width: 50%;
    top: 0 !important;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .wsmenu > .wsmenu-list > li > a, .wsmenu > .wsmenu-list > li > span.obs {
    font-size: 22px;
    padding: 13px 0;
  }
  .modal-nav .wsmenu > .wsmenu-list .sub-menu a {
    font-size: 19px;
  }
  .modal-nav .wsmenu > .wsmenu-list li .wsmenu-click {
    height: 40px;
  }
  header#header .wrap-logo .small-logo {
    top: 10px;
    width: 150px;
  }
}



/* burger */
.burger {
	border: 0;
	background: transparent;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0;
	width: 50px;
	position: relative;
	cursor:pointer;
	transition-duration: 0.3s;
}
.burger.fadeOut{
	opacity: 0;
	visibility: hidden;
}
.burger  span,
.burger  span:before,
.burger  span:after {
	position: absolute;
	left: 0;
	top: 25px;
	width: 26px;
	height: 2px;
	background: #333;
	border-radius: 0.2em;
	transition-duration: 0.3s;
}
.burger  span:before,
.burger  span:after {
	content: '';
	left: 0;
}
.burger  span:before {
	top: -7px;
}
.burger  span:after {
	top: 7px;
}
/*
.is-open .burger  span:after {
    content: '';
}
.is-open .burger  span {
    height: 0;
    width: 0;
}
.is-open .burger span:before,
.is-open .burger span:after {
    top: -1px;
}
.is-open .burger span:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.is-open .burger span:after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(-225deg);
} */
@media screen and (max-width: 580px) {
  .burger {
    width: 40px;
  }
}

/* ============================================== */
/* =================== HOME ===================== */
/* ============================================== */
.tophome{
  gap: 30px;
  padding-bottom: 40px;
}
.tophomeslider{
  margin: 0 -15px;
  display: none;
}
.tophomeslider.init{
  display: block;
}
.tophome.grid-2{
display:grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tophome.grid-3{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tophome .slide {
  height: 45vw;
position: relative;
overflow: hidden;
max-height: 760px;
}
.tophomeslider  .slide {
  margin: 0 15px;
}
.tophome .slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tophome .slide img{
  transition-duration: 0.5s;
}
.tophome .slide .second{
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transform: scale(1);
}
.tophome .slide:hover img {
  transform: scale(1.05);
  opacity: 1;
}

.tophome .slide .caption p,
.tophome .slide .caption .title{
  color: #222!important;
}
.tophome .slide .caption {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  background: linear-gradient(360deg, #00000052, transparent);
}

/* .tophome .slide .caption::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 55%);
  backdrop-filter: blur(10px);
  transition-duration: 0.5s;
} */
.tophome .slide .caption-wrap {
    position: relative;
    z-index: 2;
    padding: 90px 30px 25px 30px;
}
#main .tophome .slide .caption-wrap .title{
}
.tophome .slide .caption-wrap p{
  font-size: 36px;
  margin-bottom: 0;
  color: #fff!important;
  transition-duration: 0.3s;
  text-align: center;
}
.tophome .slide .caption-wrap .title{
  margin-bottom: 0;
  transition-duration: 0.3s;
}
.tophomeslider{
  overflow: hidden;
  opacity: 0;
}
.tophomeslider.init {
  overflow: visible;
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  .tophome .slide .caption-wrap {
    /* padding: 15px 15px 15px 25px; */
  }
  .tophome .slide .caption-wrap p {
    font-size: 35px;
  }
}
@media screen and (max-width: 980px) {
  .tophome .slide .caption-wrap p {
    font-size: 30px;
  }
  .tophome .slide .caption-wrap {
    padding:50px 30px 25px 30px;
  }
  .tophome{
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 920px) {
  .tophomemobile {
    display: none!important;
  }
  .tophomemobile.init{
    display: block!important;
  }
  .tophome .slide {
    height: 55vw;
  }
  .tophome{
  }
  .tophome .slide {
    margin: 0 15px;
  }
  .tophome {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 580px) {
  .tophome .slide{
    height:110vw
  }
}
@media screen and (max-width: 480px) {
  .tophome {
    margin: 0 -10px;
  }
  .tophome .slide {
    margin: 0 10px;
  }
  .tophome .slide .caption {
    bottom: 0;
  }
  .tophome .slide .caption-wrap p {
    font-size: 28px;
  }
  .tophome.slick-slider {
    margin-bottom: 50px;
  }
}




@keyframes  animVisuel  {
  from {
    transform: scale(1.13);
  }
  to {
   transform: scale(1);
  }
}

@keyframes  animTitle  {
  from {
    opacity: 0;
    transform:translateY(40%);
  }
  to {
    opacity: 1!important;
    transform:translateY(0px)!important
  }
}

@keyframes  animDesc  {
  from {
    opacity: 0;
    transform:translateY(30%);
  }
  to {
    opacity: 1!important;
    transform:translateY(0px)!important
  }
}

@keyframes  animBtn  {
  from {
    opacity: 0;
    transform:translateY(60%);
  }
  to {
    opacity: 1!important;
    transform:translateY(0px)!important
  }
}

.ps_featuredproducts h2{
  position:relative;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.ps_featuredproducts h2::before,
.ps_featuredproducts h2::after{
  content: '';
  width: 110px;
  height: 110px;
  position: absolute;
  top: -24px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/epi_bb.svg);
}
.ps_featuredproducts h2::before{
  left: 0;
  transform: translateX(-88%);
}
.ps_featuredproducts h2::after{
  right: 0;
  transform:translateX(88%) scaleX(-1)
}

.page-home .info-bloc{
}
.seopresta_bannerhome.info-bloc .bloc p{
  margin-bottom: 0;
}
.seopresta_bannerhome.info-bloc .bloc{
  color: #fff;
  padding: 30px 6vw 31px;
  text-align: center;
  font-size: 22px;
  margin: 0 0 30px 0
}
.kl-bx-content {
    padding: 1rem 0;
}

.kl-slick-product{}
.kl-slick-product{}
.kl-slick-product{}

.page-home .categories{}
.page-home .categories .cat{
  margin: 0;
}
.page-home .categories .cat:nth-child(even){
  flex-direction: row-reverse;
}
.kl-img-offer div:hover figure > img {
  opacity: 1;
}
.page-home .categories .cat:nth-child(even) .content{
  text-align: right;
}
.page-home .categories .cat:nth-child(even) .content .button{
  margin-left: auto;
}
.kl-img-offer figure{
  overflow: hidden;
  cursor: auto;
}
.kl-img-offer figure img{
  transform: scale(1.3);
}
.page-home .categories .cat .itm{
  padding: 0;
}
#content .kl-img-offer img, #content .kl-submit img{
  transition: unset;
}
.page-home .categories .cat .itm.wrap-content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-home .categories .cat .itm .content{
  width: 100%;
  padding: 0 9vw;
}

.page-home .categories .cat.creator-banner{
  background-color: #f6f6f6;
  margin: 100px 0 20px 0;
}
.creator-banner figure{
  background:transparent!important
}
.focus .wrap-focus{
  align-items: stretch;
  display: flex;
  position: relative;
  margin:50px 0 ;
}
.focus .itm{
  padding: 0;
  overflow: hidden;
}
.focus .itm img{
height: 100%;
object-fit: cover;
}
.focus img{
  width: 100%;
}
.focus .bg{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  height: 100%;
  overflow: hidden;
}
/*
.focus .caption::after{
  content:'';
  position:absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background-image: url(../img/filigrane-bg.png);
  background-size: cover;
background-repeat: no-repeat;
opacity: 0.08;
z-index: 1;
}
*/
.focus .caption::after {
  content: '';
  position: absolute;
  height: 100px;
  width: 100px;
  background-image: url(../img/escargot_bb_b.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 5px;
  right: 15px;
}
.focus .bg .colone{
  width: 100%;
  padding: 0 9vw;
  position: relative;
  height: 100%;
}
.focus .bg .colone .content{
  position: absolute;
  right: 0;
  transform: translateX(100%) translateY(-50%);
  top: 50%;
  height: 100%;
  width: 100%;
  background-color: #206941;
}
.focus .img-brand{
  position:absolute;
  height: 100%;
}

.focus.boutique {
  margin-top: 30px;
}
/* .focus.boutique .img-brand{
  position:relative
} */
.focus .caption{
  /* background: #206941; */
  padding-top: 80px;
  padding-bottom: 80px;
  color:#fff;


  /* transform: translateX(-9vw); */
  /* margin-top:-60px */
}
.focus .caption::before{
  content:'';
  position:absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: #206941;
z-index: 0;
}
.focus.boutique .col-md-hidden{
  min-height: 500px;
}

#footer .kl-footer{
  position: relative
}
/*
#footer .kl-footer::after{
  height: 100%;
  position: absolute;
  z-index: 0;
  background-image: url(../img/filigrane.png);
  background-size: 90%;
  background-repeat: no-repeat;
  opacity: 0.07;
  width: 500px;
  top: 20px;
  left: 10px;
  content: '';
  filter: invert(1);
}*/
.focus .caption .content-wrap{
  width: 100%;
  padding: 0 6vw;
  position: relative;
z-index: 2;
}
.focus .wrap-img-text{
  align-items: stretch;
flex-wrap: unset;
height: 100%;
min-height: 100%;
position: relative;
}
.focus .wrap-img-text img{
  height: 100%!important;
  align-self: stretch;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.focus .products-imgs{
  height: 100%;
  padding: 0;
  max-height: 100%;
  position: absolute;
  right: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.focus .products-imgs img{
  height: 50%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .col-md-hidden{
    display: none;
  }
  .focus .products-imgs {
    position: relative;
    display: flex;
    flex-wrap: initial;
  }
  .focus .img-brand{
    position: relative;
  }
  .focus .products-imgs img {
    height: 40vw;
    object-fit: cover;
    max-height: 350px;
  }
  .focus .caption {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 680px) {
  .focus .wrap-img-text{
    flex-wrap: wrap;
  }
  .focus .wrap-img-text img{
    height: auto!important;
  }
  .focus .wrap-focus {
    margin: 80px 0 50px;
  }
  #footer .kl-footer::after{
    width: 80vw;
  }
}
.bottom-infos{
  position: relative;
  margin-top: 0px;
}
/* .bottom-infos .filigrane{
  height: 100%;
  position: absolute;
  z-index: -1;
  background-image: url(../img/filigrane.png);
  background-size: 90%;
  background-repeat: no-repeat;
  opacity: 0.04;
  width: 60%;
  top: -5%;
} */
.bottom-infos .seoprestahomebanner{
  margin-top:7vw;
}
.bottom-infos .itm{
  display: flex;
  gap: 35px;
  align-items: center;
}
.bottom-infos .itm .img{
  max-width: 45%;
  min-width: 45%;
}
.bottom-infos .itm .img img{
  width: 100%;
}
.seopresta_reinsurance .wrap{
  text-align: center;
  padding: 60px 0 40px;
}
.seopresta_reinsurance .wrap .itm .wrap-content{
  max-width: 310px;
  margin: 0 auto;
}
.seopresta_reinsurance .title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  color: #206941;
  letter-spacing: .5px;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .bottom-infos {
    margin-top: 50px;
  }
  .bottom-infos .seoprestahomebanner {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .seopresta_reinsurance .wrap {
    padding-bottom: 20px;
    padding-top: 90px;
  }
  .seopresta_reinsurance .wrap .itm{
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 680px) {
  .bottom-infos .seoprestahomebanner {
    margin-top: 30px;
  }
  .bottom-infos .itm .img{
    max-width: 35%;
    min-width: 35%;
  }
}
@media screen and (max-width: 480px) {
  .bottom-infos .itm .img{
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
  .bottom-infos .itm{
    display: block;
  }
  .bottom-infos .itm .img img {
    max-height: 450px;
    object-fit: cover;
  }
  .seopresta_reinsurance .title {
    margin-bottom: 5px;
  }
}



/* ============================================== */
/* ================ LIST PRODUCT ================ */
/* ============================================== */
.wishlist-chooselist .wishlist-list {
  border-top: 0;
  border-bottom: 0;
}
.wishlist-add-to-new {font-size: 20px;}
.wishlist-add-to-new i{
  color: #206941!important;
}
.wishlist-chooselist .wishlist-list .wishlist-list-item{
  background: #fff!important  ;
}
.wishlist-chooselist .wishlist-list .wishlist-list-item p{
  font-size: 20px !important;
display: flex;
gap: 15px;
align-items: center;
}
.wishlist-chooselist .wishlist-list .wishlist-list-item p::before{
  content: '';
  height: 18px;
  width: 15px;
  background-image: url(../img/icon-chevron-right.svg);
  background-repeat: no-repeat;
  background-size: 20px;
}
.container_category #left-column{
  position: sticky;
  top: 30px;
  align-self: start;
}
.block-categories .category-top-menu li a {
  font-size: 17px;
  font-weight: 500 !important;
}
#left-column h1{
  font-family: 'Barlow Condensed', sans-serif;
color: #121212;
font-weight: 400;
}
#left-column #id-filter-xts{
  margin: 20px 0 10px;
}
.kl-row-listing .item {
  padding: 13px;
}
.kl-row-listing {
  margin-left: 0;
  margin-right: 0;
}
.js-product-miniature .wishlist-button-add{
  opacity: 1;
  z-index: 70;
  top: 17px !important;
  background-size: 25px;
  background-color:transparent
}
.js-product-miniature .wishlist-button-add i{
  font-size: 22px;
}
.js-product-miniature .wishlist-button-add:hover{
  opacity: 1;
}
.pagination-wrapper nav {
  float: right;
  margin-bottom: 20px;
  margin-top: 10px;
}
.pagination-wrapper nav .page-item a{
  border: 0;
  padding: 10px 17px;
}
.pagination-wrapper nav .page-item.active a{
  background:#f5f5f5;
  color: #111;
}
/* ============================================== */
/* ================== PRODUCT =================== */
/* ============================================== */
#product .product-description p {
  font-size: 20px;
  line-height: 1.4;
}
#product .kl-header-product{
    padding: 0;
}
.separation-border{
  padding-bottom: 25px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
.contact-bottom p{
  margin-bottom: 5px;
  padding-left: 40px;
  position: relative
}
.contact-bottom p.check::before{
  content: '';
  position: absolute;
  top: 9px;
  left: 6px;
  background-image: url(../img/icon-check.svg);
  height: 30px;
  width: 17px;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-bottom p.whatsapp::before{
  content:'';
  position:absolute;
  top: 3px;
left: 2px;
background-image: url(../img/icon-whatsapp.svg);
height: 26px;
width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-bottom p a{
  text-decoration: underline!important;
}
.kl-product-list-left{
  margin-bottom: 0;
}
.gallery-product{
    position:relative
}
.gallery-product::before{
    content:'';
    position:absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    background: #ffffff;
    transform: translateX(-100%);
}
/* .product-add-to-cart #product-availability, */
.product-add-to-cart .quantity_{
    display: none;
}
.wrap-details{
  padding-bottom: 100px;
  position: relative;
}
.kl-details-product h1{
  font-size: 47px;
  padding-bottom: 0;
margin-bottom: 5px;
}
.manufacturer-name{
  color:#206941;
  font-size: 28px;
  margin-bottom: 25px;
}
.col-informations{
  align-self: start;
  position: sticky;
  top: 100px;
margin-top: 10vw;
}
.kl-details-product {
    align-self: start;
    position: sticky;
    top: 100px;
    margin-top: 100px;
}
.kl-abstract-desc p {
  font-size: 20px;
  line-height: 1.4;
}
.infos-product .wrap-last{
    overflow: hidden;
}
.infos-product .bg-grey .last-image{
  position: relative;
}
.infos-product .bg-grey .last-image img{
  width: 100%;
}
.infos-product .bg-grey .last-image::before{
    content:'';
    position:absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100vw;
    background: #ffffff;
    transform: translateX(100%);
}

.kl-details-product .kl-price-note p{
  color: #121212;
  font-weight: 500;
}
.wishlist-button-add{
  box-shadow: none !important;
  top: 15px !important;
  margin-top: -5px;
}
.wishlist-button-add .material-icons{
  box-shadow: none !important;
  top: 20px !important;
}
.wishlist-button-add i{
  color: #206941 !important;
font-size: 24px;
}
.info-mobile-top{
  display: none;
}
/* Mobile product */
@media screen and (max-width: 1080px) {
  .kl-details-product {
    margin-top: 40px;
  }
  .kl-details-product .separation-border {
    padding-bottom: 15px;
    margin-bottom: 22px;
  }
  .kl-details-product .wrap-details {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 992px) {
  .info-desktop-top{
    display: none;
  }
  .info-mobile-top{
    display: block;
    width: 100%;
  }
  .infos-product .container > .row{
    flex-direction: column-reverse;
  }
  .button-zoom .kl-zoom i {
    display: block;
    position: relative;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .col-informations {
    align-self: start;
    position: relative;
    top: 0;
    margin-top: 10vw;
  }
  .col-informations #list_faq {
    position: relative;
    margin-bottom: 0;
  }
 .info-mobile-top .wishlist-button-add{
    right: 0;
    top: 0px !important;
  }
}
@media screen and (max-width: 680px) {
  #product .kl-same-product{
    padding: 0px 0;
  }
  .manufacturer-name {
    font-size: 23px;
  }
  .wishlist-button-add i {
    color: #206941 !important;
    font-size: 27px;
  }

}
@media screen and (max-width: 480px) {
  .manufacturer-name {
  font-size: 21px;
  margin-top: -2px;
}
}

  #list_faq {
    position: relative;
    margin-bottom: 100px;
  }
  #list_faq .bloc-faq {
    padding: 30px;
    margin: 0 0 30px;
  }
  #list_faq .bloc-faq .top {
    display: flex;
    align-items: center;
  }
  #list_faq .bloc-faq .top p {
    margin-bottom: 0 !important;
  }
  #list_faq .bloc-faq .top img {
    width: 70px;
    position: static;
    margin-right: 20px;
  }
  #list_faq .bloc-faq .form-search-faq {
    margin-top: 20px;
  }
  #list_faq .list-faq .item {
    border-radius: 10px;
    position: relative;
    padding:30px 0;
    transition-duration: 0.3s;
    border-bottom: 1px solid #eee;
    cursor: auto;
  }
  #list_faq .list-faq .item p{
    margin-bottom: 0;
  }

  #list_faq .list-faq .item .kl-logo-wrapper{
    margin: 8px 0 10px 0 ;
    width: 90px;
min-width: 100px;
  }
  #list_faq .list-faq .response .product-description{
    margin-top: 25px;
  }
  #list_faq .list-faq .item.creator-wrap .response .wrap{
    display: flex;
    gap: 25px;
  }
  #list_faq .list-faq .item .question::after {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/icon-plus.svg) no-repeat center;
    background-size: auto;
    background-size: 46px;
    height: 30px;
    width: 30px;
    content: '';
    opacity: 0.6;
    transition-duration: 0.3s;
  }
  #list_faq .list-faq .item.is-open .question::after {
    transform: rotate(137deg);
  }

  #list_faq .list-faq .item .response {
    margin-top: 15px;
  }

  .button-zoom{
    position: absolute;
    align-self: self-start;
    height: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
z-index: 100;
  }
  .button-zoom .kl-zoom{
    background: transparent;
    top: 10px;
    bottom: auto;
    padding: ;
    display: inline-block;
    position: static;
    right: auto;
    cursor: pointer;
    position: sticky;
    top: 0;
    right: auto;
    width: 100%;
    height: 100%;
    }
    .button-zoom .kl-zoom i{
      font-size: 28px;
      transition-duration: 0.3s;
      opacity: 0;
      visibility: hidden;
      font-size: 0;
      background: url("../img/icon-loupe.svg") no-repeat center center;
  background-size: auto;
background-size: auto;
background-size: 27px;
width: 25px;
height: 25px;
top: 15px!important;
    }
  @media screen and (min-width: 992px) {
    .button-zoom .kl-zoom:hover i{
      display: block;
      position: sticky;

      opacity: 1;
      visibility: visible;
    }
  }
  #product-modal{
    padding-right: 0!important;
  }
  #product-modal .close-modal {
    position: fixed;
    right: 50px;
    top: 40px;
    height: 50px;
    width: 50px;
    z-index: 10;
    background: url(../img/icon-plus.svg) no-repeat center;
      background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: 60px;
    transform: rotate(45deg);
    opacity: 0.5;
    transition-duration: 0.3s;
    cursor: pointer;
  }
  #product-modal .close-modal:hover{
    opacity: 1;
  }
  #product-modal .modal-dialog {
    max-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  #product-modal .modal-body {
    background: transparent;
    padding: 0;
  }
  #product-modal #id-js-slick-product {

  }
  #product-modal .modal-content .modal-body .mask{
    max-height: 100%;
  }
  #product-modal .modal-content .modal-body img{
    width: 100%;
  }
  #product-modal #thumbnails {
    position:absolute;
    right: 0;
    top: 0;
  }
  @media screen and (max-width: 992px) {
    .button-zoom .kl-zoom i{
      top: 0px !important;
    }
  }
  @media screen and (max-width: 600px) {
    #list_faq .list-faq .item.is-open .response {
      margin-bottom: 18px;
    }
  }

  #list_faq .list-faq .item .question {
    transition: 0.3s;
    font-size: 23px;
    font-family: 'Barlow Condensed', sans-serif;
    position: relative;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }



  #list_faq .list-faq .item .question .cat {
    background: #e7f1f6;
    padding: 3px 10px;
    color: #333;
    font-size: 11px;
    font-weight: 600;
    border-radius: 30px;
    margin-left: 15px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
  }

  @media screen and (max-width: 600px) {
    #list_faq .list-faq .item .question .cat {
      font-size: 10px;
    }
  }

  #list_faq .list-faq .item .question:hover {
    cursor: pointer;
  }

  #list_faq .list-faq .item .expand-collapse {
    float: right;
    margin-right: 8px;
  }

  #list_faq .list-faq .item .response {
    color: #333;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    margin-left: 0px;
    transition: max-height 0.2s ease-out;
  }

  #list_faq .list-faq .item .response p {
    font-weight: 400;
    line-height: 1.4;
    width: 100%;
  }
  #list_faq .list-faq .item .response .wrap {
    margin-top: 20px;
  }



.infos-product{
  margin-bottom: 80px;
  position: relative;
}
.infos-product .button-zoom{
  right: 0;
  z-index: 10;
}
.infos-product .button-zoom i{
  float: right;
}


.modal-content{
  border-radius: 0;
  background-color: #fff;
}
.modal-content .modal-header{
  border-radius: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  background: transparent;
}
#blockcart-modal .modal-body{
  padding-bottom: 40px;
}
.modal-content .cart-content{
  padding-left: 20px;
}
.modal-content .barlow{
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
}
#blockcart-modal .divide-right {
  border-right: 1px solid #eee;
}
.modal-content .modal-title{
  font-family: 'Barlow Condensed', sans-serif;
  color: #111;
  font-size: 30px !important;
  opacity: 1 !important;
  margin-bottom: 0;
  font-weight: 400;
  width: 100%;
}
#blockcart-modal  .cart-content-btn{
  display: flex;
margin-top: 70px;
}
.modal-header .close {
  position: absolute;
  right: 10px;
top: 14px;
}
@media screen and (max-width: 680px) {
  #blockcart-modal{
    padding-right: 0!important;
  }
  .modal-content .modal-title {
    font-size: 24px !important;
    padding-right: 50px;
  }
  .modal-header .close {
    position: absolute;
    right: 10px;
    top: 14px;
  }
  .modal-content .cart-content {
    padding-left: 0;
    border-top: 1px solid #eee;
    padding-top: 20px;
  }
  #blockcart-modal .cart-content-btn {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap-reverse;
  }
}
.wishlist-modal.fade .modal-dialog {
    z-index: 222;
}

.wishlist-modal::before{
  content:'';
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 200;
  opacity: 0.5;
}
.wishlist-modal .modal-content{
  background-color: #fff;
  border: 0;
  border-radius: 0;
}
.wishlist-modal .modal-content .modal-text{
  color: #111;
  margin-bottom: 0;
  font-size: 20px !important;
}
.modal-content .modal-cancel{
  background-color: transparent;
  opacity: 1;
  font-size: 20px;
  color: #206941;
  margin-right: 30px;
}
.modal-content .button.border{
  font-size: 18px;
}
.wishlist-modal .modal-content .button{
  opacity: 1!important;
}
.wishlist-modal .modal-content .modal-body{
  border-top: 1px solid #eee;
  margin-top: 21px;
}
.wishlist-modal .modal-content .modal-body,
.wishlist-modal .modal-content .modal-header{
  padding: 25px;
}
.wishlist-modal .modal-content .modal-header{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.wishlist-modal .modal-content .modal-body,
.wishlist-modal .modal-content .modal-header{
  background-color: transparent;
}
.modal-header .close span{
  font-size: 0;
  height: 50px;
  width: 50px;
  background: url(../img/icon-plus.svg) no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: 60px;
  transform: rotate(45deg);
  transition-duration: 0.3s;
  cursor: pointer;
}



/* ============================================== */
/* =================== CATEGORY ================= */
/* =======================  ======================= */
#search_filters{
  display: flex!important;
}
.filter-top{
  display: flex;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;

}
.filter-top .kl-title-filter{
  margin-bottom: 0;
  padding-bottom: 0;
  height: 45px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  width: 180px;
  position:relative
}
.filter-top .kl-title-filter::after{
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: 19Px;
  background-image: url(../img/icon-chevron-down.svg);
  position: relative;
  transition-duration: 0.3s;
  top: 6px;
  margin-left: 7px;
}

.filter-top #search_filters_wrapper .kl-title-sidebar{
  display: none;
}
.filter-top .wrap-faced,
.filter-top .category-top-menu,
.filter-top #search_filters{
  position:relative
}
.block-categories .category-top-menu li{
  padding: 0;
}
.filter-top .block-categories .category-top-menu li a{
  font-weight: 400!important;
}
.filter-top .block-categories .category-sub-menu,
.filter-top .kl-bx-filter--item{
  display: none;
  position:absolute;
  top: 46px;
  left: -5px;
  z-index: 1000;
  width: 300px;
  background-color: #fff;
  padding: 25px;
}
.filter-top .category-sub-menu li{
  margin-bottom: 1rem;
}
.filter-top label,
.filter-top .category-sub-menu a{
  font-size: 20px!important;
  color: #222!important;
  /* text-transform: lowercase; */
  margin-bottom: 0!important;
  margin-top: 0!important;
  font-weight: 400!important;
}
.filter-top .category-sub-menu a{
  position: relative;
  padding-left: 29px;
}


.filter-top .category-sub-menu a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  background: #fff;
}
#js-active-search-filters .align-content-center{
  align-items: center;
}
#js-active-search-filters p{
  font-weight: 400;
  margin-top: 0;
  align-self: auto;
}
#js-active-search-filters li > div {
  background: #f7f7f7;
  text-align: center;
  border-radius: 0;
  padding: 5px 10px;
  position: relative;
  height: auto;
  display: flex;
  gap: 24px;
  align-items: center;
}
#js-active-search-filters li i {
  position: absolute;
  right: 5px;
  top: 11px;
  font-size: 21px;
}
.filter-top .kl-bx-filter--item.open{
  display: block;
}
@media screen and (min-width: 980px) {
  .filter-top .block-categories .kl-title-filter:hover + .category-sub-menu,
  .filter-top .block-categories .category-sub-menu:hover,
  .filter-top .kl-title-filter:hover + .kl-bx-filter--item,
  .filter-top .kl-bx-filter--item:hover{
    display: block;
  }
  .filter-top .kl-title-filter:hover::after {
  transform:rotate(180deg);
  top:5px
}
}
@media screen and (max-width: 720px) {
.filter-top .kl-title-filter.open::after{
  transform:rotate(180deg);
  top:5px
}
  #search_filters{
    position: relative;
  }
  .filter-top .wrap-faced{
    position: static;
  }
}
@media screen and (max-width: 980px) {
  .filter-top .kl-title-filter {
    width: 144px;
  }
}
@media screen and (max-width: 580px) {
  .filter-top .kl-title-filter {
    width: auto;
    margin-right: 25px;
  }
  .filter-top .wrap-faced:last-child .kl-title-filter {
    margin-right: 0;
  }
  .filter-top .kl-title-filter::after {
    margin-left: 5px;
  }
}

/* ============================================== */
/* ============== MINIATURE PRODUCT ============= */
/* ============================================== */
.slider-product {
  overflow: hidden;
  margin-bottom: 50px;
}
.slider-product  .js-product-miniature .thumbnail-container .img-fluid{
  height: 24vw;
}
.slider-product  .js-product-miniature {
  padding: 7px !important;
}
.js-product-miniature .wishlist-button-add{
  /* display: none; */
}
.js-product-miniature .kl-img-xts {
  position: relative;
  display: block
}
.js-product-miniature .kl-img-xts .second{
  left: 0;
  position:absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transform: scale(1.6);
}
.js-product-miniature .kl-img-xts img{
  transition-duration: 0.6s;
  height: 25vw;
  object-fit: cover;
  object-position: center;
}
.js-product-miniature .kl-img-xts:hover .second{
  transform: scale(1.4);
  opacity: 1;
}
/* .js-product-miniature .kl-img-xts:hover .second.diff{
  transform: scale(1);
} */
/* .js-product-miniature .kl-img-xts:hover .cover{
  opacity: 0;
  transform: scale(1.2);
} */
.js-product-miniature .kl-title-aff{
  text-align: left;
  display: flex;
  gap: 20px;
  align-items: self-start;
  flex-wrap: unset !important;
  padding: 12px !important;
  background: #fff;
  line-height: 1;
  min-height: 0;
  gap: 0;
}
.js-product-miniature .kl-title-aff .left{
  /* width: 77%; */
}
.js-product-miniature .kl-title-aff .right{
  margin-left: auto;
}
.js-product-miniature .kl-title-aff .right ul{
  padding-top: 0!important;
  margin-top: 3px;
}
.js-product-miniature .kl-title-aff .right ul li{
  color: #121212;
  font-weight: 400;
  font-size: 18px;
}
.js-product-miniature .kl-title-aff .left p{
  margin-bottom: 0;

}
.js-product-miniature .kl-title-aff .left .name{
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 23px;
  line-height: 1;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 5px;
}
.kl-title-aff .h3,
.ap5-on-product-page .ap5-pack-product-title a .h3,
.kl-title-aff h3,
.ap5-on-product-page .ap5-pack-product-title a h3 {
    min-height: 20px;
}
.js-product-miniature .manufacturer-name{
  color:#206941;
  font-size: 20px;
}
.js-product-miniature.item:hover .kl-see{
  background: transparent!important;
}
.js-product-miniature .prdt_content:hover{
  outline: none!important;
}
.slider-product .owl-nav {
  display: none;
}
.slider-product .owl-dots{
  margin: 10px 5px 0 5px;
width: calc(100% - 10px);
}
.slider-product .owl-dots, .slick-dots{
  display: flex;
  overflow: hidden;
}
.slick-dots {
  bottom: -5px;
  margin: 0 15px;
  width: calc(100% - 30px);
}
.slider-product .owl-dots .owl-dot, .slick-dots li{
  width: 50%;
  margin: 0;
  height: 6px;
  width: 100%;
  background: #eee;
}
.slider-product .owl-dots .owl-dot.active, .slick-dots li.slick-active{
  background: #206941;
}
.slider-product .owl-dots .owl-dot span{
  display: none;
}
@media screen and (max-width: 1200px) {
  .slider-product .js-product-miniature {
    padding: 10px !important;
  }
  .slider-product .js-product-miniature .kl-img-xts img {
    height: 33vw;
  }
  .kl-same-product .mb-5{
    margin-bottom: 25px!important;
  }
}
@media screen and (max-width: 980px) {
  .js-product-miniature .kl-img-xts img {
    height: 31vw;
  }
  .slider-product .js-product-miniature {
    padding: 5px !important;
  }
  .slider-product .js-product-miniature .kl-img-xts img {
     height: 36vw;
   }
}
@media screen and (max-width: 890px) {

  .slider-product .js-product-miniature .kl-img-xts img {
     height: 46vw;
   }
}
@media screen and (max-width: 680px) {
  .slider-product .js-product-miniature .wishlist-button-add {
    top: 5px !important;
    right: 5px;
  }
  .slider-product .js-product-miniature .kl-img-xts img {
    height: 50vw;
  }
  .js-product-miniature .kl-img-xts img {
    height: 85vw;
  }
  .js-product-miniature .kl-title-aff .left .name {
    font-size: 21px;
  }
  .js-product-miniature .manufacturer-name {
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
  }
  .slider-product .js-product-miniature {
    padding: 0px !important;
  }

}
@media screen and (max-width: 600px) {
  .js-product-miniature .kl-title-aff{
    padding: 10px 0 0 0 !important;
    display: block;
  }
  .js-product-miniature .manufacturer-name {
    margin-bottom: 3px;
  }
  .js-product-miniature .kl-title-aff .left .name {
    font-size: 19px;
    min-height: 0;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 500px) {
  .ps_featuredproducts .container-content{
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .slider-product .js-product-miniature .kl-img-xts img {
    /* height: 85vw; */
  }
  .js-product-miniature .kl-title-aff .right {
    margin-bottom: 10px;
  }
  .slider-product .js-product-miniature .wishlist-button-add {
    top: 0px !important;
    right: 0px;
  }
}

/* ============================================== */
/* ================== MARQUES =================== */
/* ============================================== */
#manufacturer .container_manufacturer #content-wrapper{
  padding-left: 0;
  padding-right: 0;
}
.container_manufacturer{
  margin: 0!important;
}
.container_manufacturer h1{
  margin-bottom: 13px;
}
#manufacturer li.item{
  margin-bottom: 30px;
}
.manufacturer_item .container_item > div.kl-img-xts img{
  max-width: 100%;
height: 20vw;
width: 100%;
object-fit: cover;
}
.manufacturer_item .container_item{
  width: 100%;
}
.manufacturer_item .kl-title-aff {
  background: transparent;
  padding: 20px;
  min-height: 0;
  margin: 0;
  text-align: left;
  border: unset;
}
.manufacturer_item .kl-title-aff span{
  min-height: 0;
  margin-top: 0px;
font-style: normal;
font-size: 18px;
line-height: 1.2;
}
.manufacturer_item .kl-title-aff .name{
  font-size: 22px;
  margin-bottom: 8px;
}



#manufacturer .wrap-creator{
  /* display: flex;
  gap: 10px; */
margin-bottom: 50px;
margin-top: 10px;
}
#manufacturer .wrap-creator .wrap-img{
  width: 100%;
  /* max-width: 170px; */
}
#manufacturer .wrap-creator .content{
  padding-left: 0;
  /* width: 100%;
  max-width: 1120px; */
}
@media screen and (max-width: 767px ) {
  #manufacturer .wrap-creator .wrap-img img{
    width: 100%;
    margin-bottom: 30px ;
  }
  .manufacturer_item .container_item > div.kl-img-xts img {
    height: 49vw;
  }
}

/* ============================================== */
/* ================== CART ====================== */
/* ============================================== */
#cart #content-wrapper {
  padding-right: 0;
  padding-left: 0;
}
#cart .container_cart {
  margin: 0;
}
.cart-grid-body .cart-overview{
  padding: 0;

}
#cart .kl-main-content{
  background-color: #fff;
}
.cart-item .product-line-grid{
  display: flex;
}
.wrap-info-product .price{
  font-size: 24px;
}
.wrap-info-product .product-line-info a{
  font-size: 30px;
}
.wrap-info-product .remove-from-cart{
  height: 22px;
  width: 22px;
  background-size: 24Px;
  background-image: url(../img/icon-trash.svg);
  background-repeat: no-repeat;
}
.wrap-info-product .remove-from-cart i{
  display: none;
}
.card.cart-summary{
  padding: 10px 0px 10px 40px;
  position: sticky;
  top: 100px;
  margin-top: 30px;
  border-left: 1px solid #eee;
}
.card.cart-summary .checkout.cart-detailed-actions {
  margin-top: 30px;
}
.continue{
  color: #222 !important;
background-color: transparent !important;
}
#checkout .step-title {
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.2;
  min-width: 100%;
  font-size: 20px;
  font-weight: 400;
}
#checkout .step-title i{
  color: #206941;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit{
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
body#checkout #wrapper {
  padding-bottom: 40px;
}
#checkout #js-checkout-summary{
  padding: 10px 0px 10px 40px;
  position: sticky;
  top: 100px;
  border-left: 1px solid #eee;
}
#checkout .h6.carrier-name{
  font-weight: 500;
}
#checkout .delivery-options{
  margin: 20px 0;
}

@media screen and (max-width: 1400px) {
  #cart .kl-bx-content {
    padding: 0px 0;
  }
  #cart .card {
    padding-top: 0;
  }
  .wrap-info-product .product-line-info a {
    font-size: 20px;
  }
  .wrap-info-product .price {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .card.cart-summary{
    padding: 10px 0px 10px 10px;
    position: relative;
    top: 0;
    margin-top: 0px;
    border-left: 0;
  }
  #checkout #js-checkout-summary {
    padding: 30px 0px 10px 10px;
    position: static;
    top: 0;
    border-left: 0;
    margin-top: 20px;
    border-top: 1Px solid #ddd;
  }
}

/* ============================================== */
/* ================== CUSTOMER ================== */
/* ============================================== */
.page-my-account #content .links {
  margin: 60px auto;
}
.page-my-account button.btn.btn-primary,
.page-customer-account button.btn.btn-primary{
  margin: 25px 0;
}
.page-my-account .page-header,
.page-customer-account .page-header,
.page-addresses .page-header{
  text-align: center;
  margin: 30px 0;
}
.page-my-account #content-wrapper,
.page-addresses #content-wrapper,
.page-customer-account #content-wrapper{
  padding-bottom: 70px;
  max-width: 1400px;

}
.page-my-account #content .links a, .container_my-account #wishlist-link {
  border: 1px solid #ddd;
  padding: 19px;
  width: 100%;
  height: 100%;
  height: 140Px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  align-items: start;
}
.page-my-account #content .links a .picto, .container_my-account #wishlist-link .picto{
  display: block;
  width: 40px;
  margin: 0 auto;
  max-height: 40px;
  height: 100%;
}
.wishlist-add-to-new.text-primary{
  font-size: 18px;
}
.wishlist-list-item-link .wishlist-list-item-title{
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 400;
  color: #206941!important;
}
.page-customer-account .js-address-form form,
.page-customer-account #customer-form{
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
#module-blockwishlist-lists .wishlist-container-header,
#content-wrapper .wishlist-products-container-header{
  display: block;
}
#content-wrapper .wishlist-products-container .sort-by-row,
#content-wrapper .wishlist-products-container .wishlist-product-bottom,
#content-wrapper .wishlist-products-container .wishlist-product-price,
#content-wrapper .wishlist-products-container .wishlist-product-combinations{
  display: none;
}
#content-wrapper .wishlist-products-container .wishlist-product-image img{
  width: 100%;
  object-fit: cover;
}
#content-wrapper .wishlist-products-container .wishlist-product-title{
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 400;
  color: #222
}
.wishlist-products-container .wishlist-products-container-header h1,
#module-blockwishlist-lists .wishlist-container-header h1{
  text-align: center;
  margin: 30px 0;
}
.page-footer .account-link span,
.wishlist-footer-links a{
  font-size: 18px;
}
.page-footer .account-link i {
  font-size: 19px;
}
#customer-form .col-customer_privacy,
#customer-form .col-newsletter  em,
#customer-form .col-optin{
  display: none;
}
@media screen and (max-width: 992px) {
  .page-my-account #content .links .col-md-4{
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-my-account .page-header,
  .page-customer-account .page-header,
  #module-blockwishlist-lists .wishlist-container-header h1,
  .page-addresses .page-header{
    margin: 0 0 30px 0;
  }
  .page-my-account #content .links {
    margin: 30px auto;
  }
  .page-my-account #content .links .col-md-4{
    margin-bottom: 15px;
  }
  .page-my-account #content .links a .picto, .container_my-account #wishlist-link .picto {
    width: 30px;
    max-height: 40px;
  }
  .page-my-account #content .links a, .container_my-account #wishlist-link {
    height: 120Px;
  }
}



#order-confirmation #main{
  max-width: 720px;
  margin: 0 auto;
}
#order-confirmation #main .h1.card-title{
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #121212;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.1;
}
#order-confirmation #main .h1.card-title .done{
  color: #206941;
  font-size: 33px;
}
#order-confirmation #order-items > .row{
  background-color: #f5f5f5;
  margin: 0;
}
#order-confirmation #order-items .row .card-title {
  font-size: 18px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #121212;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  padding: 16px 12px;
}
#order-confirmation #order-details .h4.card-title{
  font-family: 'Barlow Condensed', sans-serif;
  color: #121212;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.1;
}

@media screen and (max-width: 580px) {
  #order-confirmation #main .h1.card-title,
  #order-confirmation #order-details .h4.card-title{font-size: 28px;}
}

.delivery-options .delivery-option .row > .col-xs-3 + .col-xs-9{
  display: none;
}
.delivery-options .delivery-option .col-xs-3 img{
  max-width: 100px;
}

/* ============================================== */
/* ================= PAGE CMS =================== */
/* ============================================== */
.page-cms #content-wrapper{
  padding-bottom: 60px;
}
.page-cms #content-wrapper .focus .wrap-focus{
  margin: 40px 0 0;
}
.cms-id-6 .page-header{
  display: none;
}
.about{

}
.about .intro{
  font-size: 43px;
  max-width: 970px;
  text-align: center;
  margin: 10px auto 50px auto;
}
/* .about .itm{
  padding:40px 0
} */
.about .itm.boutique .content{
  max-width: 500px;
  text-align: right;
  margin-left: auto;
}
.about .itm .img-about{
  width: 100%;
  object-fit: cover;
  max-height: 70vh;
}
.about .itm .img-about.right{
  padding-left: 0;
}
.about .itm .img-about.left{
  padding-right: 0;
}
.about .itm .wrap-content {
  display: flex;
  align-items: center;
  padding:0 60px;
}
.about .presse{
  padding-top:70px ;
}

.about .partenaires{
  max-width: 970px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
}
.about .partenaires img {
  width:15%
}
.about .partenaires a img{
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .about .intro{
    max-width: 770px;
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .about .itm .img-about.right{
    padding-left: 15px;
  }
  .about .itm .img-about.left{
    padding-right: 15px;
  }
  .about .itm .img-about{
    padding-bottom: 30px;
  }
  .about .intro{
    font-size: 33px;
  }
  .about .boutique{
    flex-direction: column-reverse;
  }
  .about .itm {
    padding: 20px 0;
  }
  .about .itm.boutique .content {
    text-align: left;
    margin-left: unset;
  }
  .about .partenaires {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .about .intro{
    font-size: 28px;
  }
  .about .partenaires {
    gap: 20px;
  }
  .about .partenaires img{
    width:16%;
  }
}
@media screen and (max-width: 580px) {
  .about .partenaires {
    gap: 22px;
  }
  .about .partenaires {
    flex-wrap: wrap;
  }
  .about .partenaires img {
    width: 50%;
    max-width: 220px;
  }
}



/* ============================================== */
/* ================== FOOTER ==================== */
/* ============================================== */
#footer .wrapper-footer{
  max-width: 95%;
  margin: 0 auto;
/*  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  */
  display: flex;
  flex-wrap: nowrap;
}
#footer .wrapper-footer .col-footer {
    /*max-width: 22%!important;
    width: auto;*/
    flex:none
}


.col-lg-3.col-footer.logo {
  width: 16%
}
.col-lg-3.col-footer.kl-contact-footer {
  width: 23%
}
.col-lg-3.col-footer.kl-information-footer {
  width: 18%
}
.col-lg-3.col-footer.kl-mail-footer {
}

#footer .wrapper-footer .col-footer .big-logo{
  width: 100%;
  max-width: 190px;
  padding-right: 30px;
}

#footer .kl-footer{
  background-color:#206941;
  padding: 60px 0 20px
}
#footer .kl-footer .container{
  position:relative;
  /*z-index: 1;*/
}
#footer .kl-mail-footer{
}
#footer .kl-sub-title{
  color: #fff!important;
  opacity: 0.7;
}
#footer .kl-mail-footer .kl-text-foot{
  color: #fff;
  line-height: normal !important;
}
#footer .kl-footer p,
#footer .kl-footer a,
#footer .kl-footer span.obfuscate{
  font-size: 18px;
  opacity: 0.9;
  line-height: 1.3;
margin-bottom: 0;
display: inline-block;
}
#footer .kl-footer a:hover {
  opacity: 1;
}
#footer .kl-text-foot,
#footer .block-contact-title{
  font-size: 18px !important;
  text-transform: uppercase;
  opacity: .9 !important;
}
#footer .copyright-footer{
  padding-top: 15px;
  margin-top: 0;
  text-align: center;
  padding-bottom: 0;
}
#footer .copyright-footer p {
  font-size: 14px;
  opacity: .5!important
}
#footer .kl-footer .copyright-footer p{
  margin-bottom: 0;
  opacity: 1;
}
#footer .kl-footer p {
  margin-bottom: 10px;
}
#footer .kl-text-foot {
  letter-spacing: 0;
}
#newsletter-footer-form{
  margin-top: 30px;
}
#newsletter-footer-form .kl-newsletter{
  display: flex;
  align-items: center;
}
#newsletter-footer-form .kl-newsletter label{
  display: none;
}
#newsletter-footer-form .kl-submit{
  background: transparent;
  border: 0;
  color: #fff;
  position: relative;
  top: auto;
  right: auto;
  padding: 14px 15px;
}
#newsletter-footer-form .kl-submit::before{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: 'EB Garamond', serif;
}
.lang-fr #newsletter-footer-form .kl-submit::before{
  content:"S'abonner";
}
.lang-en #newsletter-footer-form .kl-submit::before{
  content:"Subscribe";
}
.kl-mail-footer ul li:first-child {
  width: 7%;
}
.kl-mail-footer ul li:last-child {
  width: 91%;
  margin-top: -4px;
}
.kl-mail-footer ul li:last-child p{
  font-size: 14px !important;
}
#newsletter-footer-form  + p{
  display: none!important;
}

#newsletter-footer-form #id-mail{
  background: rgba(255,255,255,0.1);
  border: 2px solid #fff;
  min-width: 190px;
  color: #fff;
  font-size: 18px;
}
#newsletter-footer-form #id-mail::placeholder{
  color: #fff;
  opacity: 0.7;
  font-size: 18px;
}
#footer .instagram {
  opacity: 1!important
}
#footer .instagram img{
  width: 100%;
  max-width: 220px;
}
@media screen and (max-width: 1400px) {
  #footer .wrapper-footer {
    max-width: 100%;

  }
  #newsletter-footer-form .kl-submit {
    display: block;
    background: #fff;
    margin-top: 8px;
    text-align: center;
  }
  #newsletter-footer-form .kl-submit::before {
    color: #206941;
  }
  #newsletter-footer-form .kl-newsletter {
    display: block;
  }
  .kl-mail-footer ul li:last-child {
    margin-top: -5px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 1280px) {
  #footer .wrapper-footer .col-footer{
    max-width: 100%!important;
  }
  #footer .wrapper-footer {
    flex-wrap: wrap;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #footer .wrapper-footer .kl-contact-footer{
    margin-bottom: 30px;
    width: 30%;
  }
  #footer .wrapper-footer .kl-information-footer{
    width: 25%;
  }
  .col-lg-3.col-footer.logo {
    width: 18%;
  }
  .col-lg-3.col-footer.kl-mail-footer{
    width: 40%;
  }
}
@media screen and (max-width: 1020px) {
  #footer .kl-footer p {
    margin-bottom: 10px;
  }
  .col-footer:nth-child(1),
  .col-footer:nth-child(2){
    margin-bottom: 40px;
  }
  .col-lg-3.col-footer.logo {
    width: 27%;
  }
  #footer .wrapper-footer .kl-contact-footer {
    width: 50%;
  }
  #footer .wrapper-footer .kl-information-footer {
    width: 33%;
  }
  .col-lg-3.col-footer.kl-mail-footer {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  #footer figure{
    margin: 0;
  }
  #footer .wrapper-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #footer .kl-footer {
    padding: 20px 0 20px;
  }
  .col-footer{
    margin-bottom: 0px!important;
    margin-top: 0 !important;
  }
  .col-footer .block-contact-title{
    text-align: center;
  }
  .col-footer .kl-mail-footer ul {
    margin: 20px 0 0;
  }
  .col-footer .form-wrap{
    margin-top: 20px;
  }
  #footer .block-contact-title,
  #footer .kl-text-foot {
    margin-top: 30px;
  }
  #footer .copyright-footer {
    padding-top: 5px;
    margin-top: 0px;
    padding-bottom: 5px;
  }
  #footer .kl-footer a.instagram{
    margin-bottom: 30px;
  }
  .col-lg-3.col-footer.logo,
  #footer .wrapper-footer .kl-contact-footer,
  #footer .wrapper-footer .kl-information-footer,
  .col-lg-3.col-footer.kl-mail-footer {
    width: 100%;
  }
  #footer .wrapper-footer .col-footer .big-logo {
    padding-right: 0;
    max-width: 140px;
  }
  #footer .kl-footer a.instagram {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 650px) {
  #footer .wrapper-footer {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
