.home-style1 .tc-woocommerce .img .sub-img {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  max-width: unset;
  max-height: unset;
  height: unset;
  -webkit-transition: all linear;
  transition: all linear;
}

.home-style1 .tc-woocommerce {
  position: relative;
  padding: 80px 0;
 
}
.home-style1 .tc-woocommerce .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70%;
}
.home-style1 .tc-woocommerce .img {
  position: relative;
}
.home-style1 .tc-woocommerce .img .sub-img {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  max-width: unset;
  max-height: unset;
  height: unset;
  -webkit-transition: all linear;
  transition: all linear;
}
.home-style1 .tc-woocommerce .info .tags {
  margin: 0 -3px;
}
.home-style1 .tc-woocommerce .info .tags a {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  text-transform: capitalize;
  margin: 6px 3px;
  background-color: #E0DCD4;
  border-radius: 5px;
}
.home-style1 .tc-woocommerce .info .tags a:hover {
  background-color: var(--color-orange1);
  color: #fff;
}
.footer-logo img {
  max-width: 100px;
}
.tc-footer-style1 {
    position: relative;
    z-index: 10;
    padding: 0px 0;
    border-radius: 40px 40px 0 0;
    margin-top: -60px;
    background-color: #ffffff;
}

.tc-testimonials-style1 {
    position: relative;
    z-index: 10;
    padding: 0px 0;
    border-radius: 40px 40px 0 0;
    margin-top: -60px;
    background-color: #f1eee9;
}
.c-awards-style2 .title-price{
    min-height: 0px;
}
.bg-border{
    border: solid;
    border-color: black;
    padding: 0 40px;
    font-size: 18px;
}
.price-tag{
    font-size: 50px;
}
.price-tag-detail{
    font-size: 15px ;
    color: #6d6d6d;
    line-height: 36px;
    padding-left: 15px;
}
.price-tax:after{
    margin-left: -10px;
    margin-top: -12px;
    position: absolute;
    content: "TTC";
    font-size: 13px;
    line-height: 36px;
    padding-left: 15px;
}
.price-icon i{
    color: var(--color-orange1);
    font-size: 30px;
}
.tarif-title{
    font-size: 30px;
}
.tarif-subtitle{
    padding: 0 15%;
    line-height:1.5em;
}
.txt-grey{
    color: #6d6d6d;
    font-weight: 400;
}
.fa-check-circle{
    color: #328c34;
}
.fa-remove{
    color: var(--color-orange1);
}

.tc-awards-style2 .awards .award-card-first{
    background-color:#f1eee9;
    border-color: #000;
}
.home-preview .tc-layouts {
  position: relative;
  padding: 150px 0 80px;
  background-color: #F1EEE9;
}
.home-preview .tc-layouts .circle {
  position: absolute;
  top: -100px;
  right: 20px;
  height: calc(100% + 200px);
  max-height: unset;
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home-preview .tc-layouts .icon-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-preview .tc-layouts .icon-cards .item {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  margin-top: 40px;
  text-align: center;
}
.home-preview .tc-layouts .icon-cards .item .icon {
  height: 90px;
  margin-bottom: 15px;
}
.home-preview .tc-layouts .img {
  position: relative;
}
.home-preview .tc-layouts .img .sub-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 100px);
  max-width: unset;
  -webkit-transition: all linear;
  transition: all linear;
}
.nav-links-side-menu{
    z-index: 999;
}
.green-bg{
    background-color: #243029;
    border-radius: 40px 40px 0 0;
    margin-top: 80px;
}
.awards video{
    border-radius: 25px;
    border: solid;
    border-width: 1px;
    border-color: var(--color-orange1);;
}
.text-green{
    color: #adc5b6!important;
}
.main-title{
    font-size: 80px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: -0.05em;
}
.tc-process-style2{
    border-radius: 40px 40px 0 0;
    margin-top: -60px;
    background-color: #F1EEE9;
}
.green{
    color: #243029!important;
}
#loader-wrapper,
.loader-wrap,
.loaing-screen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 99999 !important;
}
/* Empêche tout débordement horizontal */
html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

/* Contient le menu dans la largeur de l'écran */
.side_menu_style4 {
    max-width: 100vw !important;
    overflow-x: hidden !important;
}

/* Contient le conteneur principal */
.smooth-scroll-content,
#scrollsmoother-container {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

/* Navbar ne dépasse pas */
.navbar,
.container-fluid {
    max-width: 100vw !important;
    overflow-x: hidden !important;
}