body {
  opacity: 0;
  animation: fadeIn 0.5s forwards ease-in;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

header {
  /* padding-bottom: 2px; */
  border-bottom: 2px solid rgb(0 0 0 / 10%);
}


.activeOnglet{
  /* border-bottom: 4px solid #478ac9; */
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #478ac9;
  text-underline-offset: 9px;
}


.societeSquareShape {
  background-color: #355fc3c9;
}

.societeList li {
  margin-bottom: 25px !important;
}


.companySvgContainer {
  position: absolute;
  /* transform: translate(163px, -66px);
  opacity: 0.6; */
  margin-left: 25px;
  height: -webkit-fill-available;
  overflow: visible;
  width: -webkit-fill-available;
} 

.companySvg {
  /* transform: scale(7); */
}

.linkAuthor {
  text-wrap: nowrap !important;
  text-decoration: underline;
  text-underline-offset: 3px;

  color: var(--primary-color);
    font-weight: 500;

  transition: all 0.45s;
}

.linkAuthor:hover {
  text-underline-offset: 10px;
  text-decoration-color: #f2f2f200;
}


.companySvgPath {
  opacity: 1;
  transform:scale(7);  
  fill: none; 
  stroke: #77aad9; 
  stroke-width: 1; 
  stroke-linecap: round; 
  stroke-linejoin:  miter; 
  stroke-miterlimit: 4;
  transition: stroke 0.4s;
}
.companySvgPath2 {
  opacity: 1;
  transform: scale(1.5) translate(35px, 33px) !important;
  fill: none;
  stroke: #77aad9;
  transform: translate(80px, 67px);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: miter;
  stroke-miterlimit: 4;
  transition: stroke 0.4s;

}
.companySvgPath3 {
  opacity: 1;
  transform: scale(1.5) translate(105px, 33px) !important;
  fill: none;
  stroke: #77aad9;
  transform: translate(80px, 67px);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: miter;
  stroke-miterlimit: 4;
  transition: stroke 0.4s;

}
.companySvgPath4 {
  opacity: 1;
  transform: scale(1.5) translate(175px, 33px) !important;
  fill: rgba(254, 204, 2, 0); 
  stroke: #77aad9;
  transform: translate(80px, 67px);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: miter;
  stroke-miterlimit: 4;
  transition: stroke 0.4s, fill 0.4s;


}

.u-section-1 .u-sheet-1 {
  min-height: 719px;
}

.u-section-1 .u-layout-wrap-1 {
  margin-top: 69px;
  margin-bottom: 1px;
}

.u-section-1 .u-layout-cell-1 {
  min-height: 592px;
}

.u-section-1 .u-container-layout-1 {
  padding-bottom: 0;
}

.u-section-1 .u-shape-1 {
  height: 444px;
  width: 472px;
  margin: 59px 0 0 auto;
}

.u-section-1 .u-image-1 {
  width: 496px;
  height: 430px;
  margin: -502px auto 0 0;
}

.u-section-1 .u-text-1 {
  font-size: 0.75rem;
  font-style: italic;
  margin: 0 22px 0 auto;
}

.u-section-1 .u-btn-1 {
  background-image: none;
  padding: 0;
}

.u-section-1 .u-layout-cell-2 {
  min-height: 680px;
}

.u-section-1 .u-container-layout-2 {
  padding: 24px 30px;
}

.u-section-1 .u-text-2 {
  font-size: 3rem;
  margin: 20px auto 0 0;
}

.u-section-1 .u-text-3 {
  font-size: 1.125rem;
  margin: 22px 0 0;
}

.societeListTxt {
  margin-left: 10px;
}

.u-section-1 .u-text-4 {
  font-size: 1.125rem;
  line-height: 1.28;
  margin: 35px 78px 0 72px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 595px;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 488px;
  }

  .u-section-1 .u-shape-1 {
    width: 423px;
  }

  .u-section-1 .u-image-1 {
    width: 423px;
    height: 367px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 561px;
  }

  .u-section-1 .u-text-4 {
    margin-right: 15px;
    margin-left: 0;
    width: 257px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 274px;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-1 .u-shape-1 {
    width: 320px;
  }

  .u-section-1 .u-image-1 {
    width: 320px;
    height: 278px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 332px;
  }

  .u-section-1 .u-text-4 {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 374px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 132px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-layout-cell-2 {
    min-height: 172px;
  }

  .u-section-1 .u-text-2 {
    font-size: 1.5rem;
  }


  .societeImageSection1 {
    display: none !important;
  }

  .societeSquareShape {
    background-color: #3560c300;
    margin: 0px;
  }

  .u-section-1 .u-image-1 {
    width: 100% !important;
  }

  /* .pageContentSociete {
    width: 100% !important;
  } */
}


.u-section-2 .u-sheet-1 {
  min-height: 189px;
}

.u-section-2 .u-btn-1 {
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  background-image: none;
  border-style: none;
  font-weight: 700;
  margin: 60px auto;
  padding: 10px 32px;
}