.sub-main-menu {
   position: fixed;
   top: 12px;
   left: 12px;
   width: 20% !important;
   color: white;
   height: calc(70vh - 12px);
   background-color: #e2ceb8;
   display: flex;
   flex-direction: column;
   padding-top: 10px;
   padding-bottom: 0px;
   text-align: left !important;
   padding-right: 0;
   overflow: hidden;
   box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.1), 10px 10px 40px rgba(0, 0, 0, 0.15) !important;
}
.menu-open {overflow: hidden;}
 .sub-main-menu .tbm-item-child {
   position: fixed!important;
   top: 12px;
   left: 0;
   margin-left: calc(20% + 12px);
   height: calc(70vh - 12px);
   padding-top: 50px;
   padding-bottom: 50px;
   width: 20%!important;
   overflow: hidden;
 }
 .inner-nav ul li {position: inherit;}
 .language-switcher-language-url.mn-sub li {position: relative;}
 .inner-nav ul.language-switcher-language-url.mn-sub li a{color: #fff;}
 .inner-nav ul li .mn-sub li a {font-size: 16px;}
  .width40 > div > ul.tbm-item-child {width: 40%!important; position: relative; padding: 0}
  .width20 > div > ul.tbm-item-child {width: 20%!important; position: relative; padding: 0}
 #btn_close_main_menu{
     padding-left: 50px!important;
 }

 .sub-main-menu li a {
	font-family: "StevieSansBook", sans-serif !important;
    color: #191919;
    padding-left: 0 !important;
    padding-right: 0 !important;
 }
 .level-3 {
   font-size: 18px !important;
   padding: 3px 0 !important;
 }
 .level-2 {
    font-size: 22px !important;
 }
 .mn-sub-multi:not(.mn-has-multi .tbm-column.span12) {
    width: 50% !important;
 }
 .sub-main-menu a:hover, .sub-main-menu a.active {
    background: transparent !important;
    color: #191919 !important;
 }

 .tbm-group-container > .tbm-row {
    display:block;
    width: 100%;
    text-align: left !important;
	
 }
 .tbm-group-container, .level-2 .tbm-submenu.tbm-item-child.mn-sub.mn-has-multi {
    border-left: 0!important;
 }

.groupsubmenu {
	display: flex;
  justify-content: space-between;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  float: left;
  overflow: hidden;
}
.groupsubmenu>div {
   float:left;
   width: 50%;
   background-color: #e2ceb8;
   display: none;
   padding: 2rem;
  padding-top: 60px;
  border-left: 1px solid #000;
  overflow: hidden;
}
.width20 .groupsubmenu>div {width: 100%;}
.tbm-item.width40 > div > ul.ombre-shadow {box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.1), 20px 10px 30px rgba(0, 0, 0, 0.1) !important;}
.tbm-item.width20 > div > ul.ombre-shadow {box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.1), 20px 10px 30px rgba(0, 0, 0, 0.1) !important;}
.inner-nav ul li .mn-sub li a.link-video {
	color: #191919;
	  font-family: 'StevieSansLight', sans-serif !important;
	  font-size: 16px;
	  font-style: normal;
	  font-weight: 400;
	  text-decoration-line: underline;
	  background: transparent;
}
.inner-nav ul li .submenumobile.mn-sub li a.link-video {font-size: 17px;}
.groupsubmenu>div:first-child{
 z-index: 99;
}
 
.groupsubmenu p, .groupsubmenu h2 {
    font-family: 'StevieSansLight', sans-serif;
	line-height: 24px;
    color: #191919 !important;
 }
.groupsubmenu h2 {
    font-size: 26px;
    margin-bottom: 12px !important;
	font-family: 'StevieSansBook', sans-serif;
 }

 .groupsubmenu p {
    font-size: 14px;
    text-transform: none;
 }

 .tbm-group-container .tbm-row:nth-child(2) {
    margin-top: -20%;
 }
 #groupsubmenu2title h2 {
    font-size: 26px;
    margin-bottom: 15px !important;
    font-family: "Butler-regular";
    color: #000 !important;
    text-transform: capitalize;
 }
 .videoblockmenu::before {
    content:'';
    position: absolute;
    background-color: #000;
    width: 1px;
    height: calc(70vh - 12px);
    top: -50px;
    left:0;

  }
  .videoblockmenu {
    padding-left: 15px !important;
  }
  .video.video-menu-size {
box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
.video-menu-size>div{
	position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.inner-nav li:last-child .mn-sub li ul.fm-menu-links {
	right: initial;
}
.social-bottom-links .block-block-content.mb-60 {
  margin-bottom: 20px;
}
.fm-links-menu ul {
	padding: 0;
	float: left!important;
}
.fm-links-menu ul li a {
	padding: 6px 0px!important;
	text-transform: capitalize !important;
}
/*.sub-main-menu .tbm-item .level-2:not(.closing-up)::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: inherit;
  height: 0;
  width: 4px;
  background-color: #000;
  transition: height 0.5s ease, top 0.5s ease;
}



.sub-main-menu .tbm-item.closing-up .level-2::before {
  content: '';
  position: absolute;
  right: 0;
  top: inherit;
  bottom: 0; 
  height: 0;
  width: 4px;
  background-color: #000;
  transition: height 0.5s ease, bottom 0.5s ease;
}
.sub-main-menu .tbm-item.opened:not(.closing-up) .level-2::before {
  height: 100%;
  top: 0;
}
.sub-main-menu .tbm-item.opened.closing-up .level-2::before {
  height: 100%;
  bottom: 0;
}*/
.main-block>ul::after {
	content: '';
	position: absolute;
	right: 0; /* Ligne à droite des éléments */
	width: 4px; /* Largeur de la ligne animée */
	height: 0; /* Hauteur initiale de la ligne */
	background-color: #191919;
	/*transition: transform 0.5s, height 0.5s;*/
	/*transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);*/
	 transition: transform 0.5s ease-in-out, height 0.5s ease-in-out; /* Transition améliorée */
    transform: translateY(0);
}

.main-block>ul.line-pos-1::after {
	transform: translateY(0); /* Ligne au niveau du premier élément */
	height: 50px;
}

.main-block>ul.line-pos-2::after {
	transform: translateY(100%); /* Ligne au niveau du deuxième élément */
	height: 50px;
}

.main-block>ul.line-pos-3::after {
	transform: translateY(200%); /* Ligne au niveau du troisième élément */
	height: 50px;
}

.main-block>ul.line-pos-4::after {
	transform: translateY(300%); /* Ligne au niveau du quatrième élément */
	height: 50px;
}

.main-block>ul.line-pos-5::after {
	transform: translateY(400%); /* Ligne au niveau du cinquième élément */
	height: 50px;
}
.stock-widget-mobile {
	color: #191919;
  font-family: StevieSansBook;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 126%;
  text-transform: capitalize;
 
}
.stock-widget-mobile>span.title-st {
	display: block;
	font-weight: 600;
}
.stock-widget-mobile.position-widget {
	position: absolute;
    bottom: 140px;
}
@media screen and (max-width:1023px) {
   #menu-desk {
      display: none;

   }
   .js-previous-menu {
      padding-left: 30px !important;
    }
    .mobile-on .js-opened a:not(.js-previous-menu ) {
      padding-left: 0 !important;
  }
    .mobile-on .js-opened:not(.social-icon, .search-dropdown-list), .mobile-on .tbm-item:not(.social-icon, .search-dropdown-list), .mobile-on .js-opened a:not(.social-icon, .search-dropdown-list) {
        background-color: #e2ceb8!important;
    }
    #header .mobile-on .desktop-nav{
        position: fixed!important;
        top: 0!important;
        left: 0!important;
        width: 100%;
        height: 100vh;
        max-width: 100%;
		height: 100svh;
    }
    .mobile-on .tbm-submenu{
        position: fixed!important;
        top: 0!important;
        left: 0!important;
        width: 100%;
        height: 100vh;
        max-width: 100%;
        background: #e2ceb8!important;
    }
    .mobile-on .desktop-nav ul {
      background: #e2ceb8!important;
    }
    .mobile-on .desktop-nav ul li a {
      border: 0;
      color: #191919 !important;
      font-family: 'StevieSansBook', sans-serif;
	  font-size: 22px;
    }

    .first-child-item {
      padding-top: 30px !important;
      padding-bottom: 30px !important;
      z-index: 99999;
    }
    .submenumobile {
      padding-top: 70px !important;
    }
    .main-nav.mobile-on.dark .inner-nav {
      border: 0 !important;
      padding: 0 15px !important;
    }
    .parentitem {
      font-size: 30px;
      padding-bottom: 10px !important;
    }
    .previtem {
      height: 50px;
    }
    .mn-sub-multi {
      padding: 0 15px !important;
    }
    .inner-nav ul {
      font-size: 15px !important;
    }
    #cloned_social_menu {
      position: absolute !important;
		bottom: 40px !important;
		width: 100%;
		left: 0;
		padding-left: 15px;
		border-top: 1px solid #191919;
		padding-top: 3rem;
   }
}

@media screen and (min-width:1024px) {
   #menu-mobile {
      display: none;
   }
   .social-bottom-links {
      position: absolute !important;
      bottom: 0 !important;
  }
}
i {
   font-family: 'FontAwesome';
   font-style: normal !important;
}


#header .header_custom {
   margin: 0 6%;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

#header .main_menuu {
   float: left;
}

#header .main_logoo {
   float: unset;
   position: absolute;
   left: 50%;
   margin-left: -75px;
}

#header .lang_menuu {
   float: right;
}
.mobileitems .search-menu.js-opened>a.mn-has-sub {
	float:right;
	background: transparent!important;
}
.lang_mobile>a:focus {
  color: inherit;
  text-decoration: none;
}
.mobile-on .desktop-nav>ul li a.level-1 {
	width: auto;
	float: left;
}
@media screen and (max-width:1023px) {
   #header .deskitems {
      display: none;
   }
   #header .header_custom {
      margin: 0 3%;
      display: flex;
      justify-content: space-between;
   }
   #header .main_logoo {
      float: left;
   }
   #header .clearfix::before, #header .clearfix::after {
      display: none;
     }
   .mobile-on .mn-has-sub > .fa {
      font-size: 20px;
      border: 0 !important;
  }
   #header .main-nav::after {
      content: ''; 
      position: absolute;
      bottom: 0;
      left: 10%;
      width: 80%;
      border-bottom: 1px solid #fff; 
      opacity: 0.5;
   }
   #header .small-height.main-nav::after {
      opacity: 0 !important;
   }
   #header .small-height.main-nav, #header .small-height {
      height: 75px !important;
   }
   #menu-mobile > nav > div > div.inner-nav.mobileitems > ul > li > a {
      height: 75px !important;
      line-height: 75px !important;
   }
   .main_logoo {
      margin-left: -50px !important;
   }
   .nav-logo-wrap .logo img {
      max-height: 100%;
      width: 107px;
   }
   #header .small-height .inner-nav ul li a {
      height: 70px !important;
      line-height: 70px !important;
  }
  #menu-mobile .small-height .inner-nav ul li a {
      height: auto !important;
      line-height: 38px!important;
      
  }
  .mobileitems .search-dropdown-list {
   background: transparent !important;
  }
  .mobileitems {
   width: 70px;
  }
  .search-dropdown-list {
   height: 75px;
  }
  .search-dropdown-list ul {
   position: absolute;
  top: -5px !important;
  height: 55px !important;
  width: 300px !important;
  }
  
}


.customfont, .language-switcher-language-url {
   font-family: "StevieSansBook",sans-serif !important;
}
#btn_close_main_menu {
   padding-left: 0 !important;
   font-size: 20px;
}
#btn_close_main_menu span {
   display: none;
}

.nav-logo-wrap {
   margin: 0;
}
.search-icon.fa-angle-up,
.search-icon.fa-angle-down {
    display: none; 
}

.language-icon {
   border-radius: 50%;
   width: 15px;
   height: 15px !important;
   margin-right: 10px;
   object-fit: cover;
}
.language-icon-custom:not(:first-child) {
   display: none;
}

#footer .inner-nav ul li a {
   height: 35px !important;
    line-height: 35px !important;
}

#footer-site .inner-nav ul li a {
   line-height: 20px !important;
   font-family: "Butler-regular" !important;
   color: #000 !important;
   display: block !important;
   height: 30px !important;
   text-transform: capitalize !important;
}



.mobile-nav {
   border: 0 !important;
}

.mobile-on .full-wrapper .desktop-nav {
   padding: 25px;
}
.language-switcher-language-url.mn-sub {
background: #191919;}
#menu-mobile .fm-links-menu ul {
	float: none;
	left: inherit;
	right: inherit;
	border: 0;
  background: transparent!important;
}
#menu-mobile ul p {
	text-transform: initial;
	font-weight: 300;
	margin-bottom: 1em;
	font-family: "StevieSansLight", sans-serif;
	font-size: 14px;
	line-height: 20px;
}
.inner-nav ul li .mn-sub li a.social-icon {
	display: inline-block !important;
  width: auto;
}
#menu-mobile .fm-links-menu {
	float: left;
  width: 100%;
  position: relative;
  padding: 2rem 0 3rem 0;
  margin-bottom: 3rem;
  
}
#menu-mobile .fm-links-menu:after {
	content: '';
  width: calc(100% + 30px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -15px;
  background: #191919;
}
#menu-mobile .fm-links-menu a {
  font-weight: 600;
	font-family: "StevieSansBook", sans-serif;
}
#menu-mobile ul h2{
	font-family: "StevieSansBook", sans-serif;
  margin: 1.2rem 0;
}
.mobile-on .mn-sub li {padding-left: 0;}
.mobile-nav-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  z-index: 1000;
  position: relative;
  background: #e2ceb8;
}
.mobile-nav-tools>div{
	display: flex;
  align-items: center;
  position: relative;
}
.mn-sub-mobile-lang + ul {
	margin-top: 6rem;
}
.mobile-nav-tools .js-btn-close-menu a {
	font-family: 'StevieSansLight', sans-serif;
}
.lang_mobile>a {
   text-transform: uppercase;
   font-size: 16px;
}
.mn-sub-mobile-lang {
position: absolute;
 right: 0;
 
}
.mn-sub-mobile-lang ul.mn-sub {
}
.mn-sub-mobile-lang ul.mn-sub>li a{
	font-size: 16px;
	height: auto !important;
  line-height: 24px !important;
  text-transform: initial;
}
.submenumobile .social-menu {
	border-top: 1px solid #191919;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-top: 40px;
}
@media screen and (min-width:1024px) {
   #header .lang_mobile, .mobile-nav-tools {
      display: none;
   }

   #header .mobileitems {
      display: none;
   }

  .home-page #header .main-nav::after {
      content: ''; 
      position: absolute;
      bottom: 0;
      left: 10%;
      width: 80%;
      border-bottom: 1px solid #fff; 
      opacity: 0.5;
	   transition: opacity 1s ease; 
  }
  #header .clearfix::before, #header .clearfix::after {
   display: none;
  }
  .small-height.main-nav::after {
   opacity: 0 !important;
  }
  .main-nav {
   height: 110px !important;
  }
  
  .deskitems > ul > li {
   margin-left: 45px !important;
  }
  .deskitems > ul > li:first-child {
   margin-left: 0 !important;
  } 
}