.list-products .content-grid-item {
  text-decoration: none;
}

.detail-single .visu img {
  height: auto;
}


#ball,
.load-me {
  width: 10px;
  height: 10px;
  background: #ff0000;
  position: absolute;
  z-index: 999999999999;
  margin: -10px 0 0 0px;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transition: width 0.5s, height 0.5s, border 0.5s, margin 0.5s;
  transition: width 0.5s, height 0.5s, border 0.5s, margin 0.5s;
}

.overlay-load {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  border-top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background: rgba(255, 255, 255, .2);
}

#ball,
.load-me {
  width: 20px;
  height: 20px;
  background: none;
  border: 1px solid #ff0000;
  margin: -8px 0 0 -9px;
}

#ball-load,
.load-me-sub {
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #ff0000;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-radius: 50px;
  box-sizing: border-box;
  opacity: 1;
  transform: translate(-9px, -9px) rotate(0deg);
  -webkit-animation: rotating 0.8s ease-in-out infinite;
  animation: rotating 0.8s ease-in-out infinite;
  -webkit-transition: opacity 0s ease-in-out 0s;
  transition: opacity 0s ease-in-out 0s;
  margin: 1px 0 0 1px;
}

.infos-news .desc p a,
.number-post {
  display: none;
}

.on-loader #ball-load,
.load-me-sub {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}

@keyframes rotating {
  0% {
    -webkit-transform: translate(-7px, -7px) rotate(0deg);
    transform: translate(-7px, -7px) rotate(0deg);
  }

  95% {
    -webkit-transform: translate(-7px, -7px) rotate(350deg);
    transform: translate(-7px, -7px) rotate(350deg);
  }

  100% {
    -webkit-transform: translate(-7px, -7px) rotate(360deg);
    transform: translate(-7px, -7px) rotate(360deg);
  }
}

.wrap-f-ajax {
  position: relative;
}

.mask-modal.show {
  background: rgba(255, 255, 255, .6);
}

.detail-press ul {
  padding-left: 20px;
  padding-bottom: 20px;
}

.detail-press li {
  line-height: 30px;
  font-size: 24px;
  list-style: disc;
}

.line-history .item-history {
  min-height: 500px;
}

.sr-single {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: 70%;
  right: 30px;
  transform: translate(0, -50%);
}

.player-slide video {
  border-radius: 0;
}

.box-innovation ul {
  padding-left: 30px;
}

.box-innovation ul li {
  color: #fff;
  list-style-type: disc;
  font-size: 22px;
  font-family: "URW Geometric Light";
}

.home header {
  background: rgba(255, 255, 255, 0);
}

.home .banner {
  margin-top: -130px;
}

.intro-page {
  min-height: auto;
}

.box-relation .item-relation .detail-relation p a {
  font-size: 22px;
  font-family: "URW Geometric Light";
  color: #000;
  padding-bottom: 5px;
  word-break: break-all;
  text-decoration: none;
}

.banner .item-banner {
  height: 950px;
}

.gns-performance .detail .line-detail {
  background: transparent !important;
}

.box-performance .item-perf .detail {
  gap: 6px !important;
  padding-top: 20px !important;
}

.home .menu-row ul li a {
  color: #fff
}

.home .menu li.megamenu>a::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.logoFoot,
.home header img {
  display: none !important;
  max-width: 80px;
}

.home .logoFoot,
.home.no-scroll header img,
.home header.sticky img {
  display: block !important;
}
.no-scroll.home header img.logoFoot,
.home header.sticky img.logoFoot {
  display: none !important;
}
.home.no-scroll header,
.home header.sticky {
  background: rgba(255, 255, 255, 1);
}
.home.no-scroll .menu-row ul li a,
.home .sticky .menu-row ul li a {
  color: #000
}
.home.no-scroll .menu li.megamenu>a::before,
.home .sticky .menu li.megamenu>a::before {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.menu-row ul li ul a,
.popup-title {
  color: #000 !important;
}

.news-img-det img,
.box-talk .visu img,
.video-player img {
  border-radius: 32px;
  overflow: hidden;
  display: block;
}

.box-stats {
  justify-content: center;
}

.box-stats .item-stats .label-stats {
  text-align: center;
}

.gns-portfolio .box-portfolio .item-prtfolio {
  cursor: default;
  pointer-events: none;
}

.item-news .visu-news img {
  height: auto;
}

.menu-overlay {
  height: 200px;
}

.search-box {
  top: 150px;
  box-shadow: 0 -15px 30px #dcdcdc;
}

.box-talk .form,
.video-caption .box-video .caption,
.gns-company .box-company .desc-company {
  background: none;
}

.box-talk .form:before,
.gns-company .box-company .desc-company:before,
.video-caption .box-video .caption:before {
  content: "";
  backdrop-filter: blur(8px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0 !important;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 32px;
}

.box-talk .form *,
.gns-report *,
.gns-company .box-company .desc-company *,
.video-caption .box-video .caption * {
  position: relative;
  z-index: 1;
}

.gns-compaigns .item-compaigns .visu-compaigns img {
  height: auto;
}

.box-shared .visu img {
  height: auto;
}

@media only screen and (max-width: 768px) {
  .header {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
  .home header {
    background: rgba(255, 255, 255, 1);
  }
  
  .home .logoFoot{
    display: none !important;
  }
  .home.no-scroll header img, 
  .home header.sticky img,
  .home header img {
    display: block !important;
  }
  .home .menu-row ul li a {
    color: #000 !important;
  }
}
/*
.home .gns-brands{
  display: none !important;
}*/

.item-news{
  cursor: pointer;
}
li>.sub-menu,
.gns-portfolio{
  display: none !important
}

.gns-brands .container{
  position: relative;
}
.gns-brands .control-swiper {
  position: absolute;
  width: 110px;
  height: 26px;
  top: 70px;
  right: 80px;
}

.wpcf7{
  padding-top: 30px;
}

/* Bloc Zeno Font Resizer flottant à droite */
.zeno_font_resizer_container {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 8px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.zeno_font_resizer_container a {
  color: #fff;
  text-decoration: none;
  background-color: #444;
  padding: 6px 10px;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease;
}

.zeno_font_resizer_container a:hover {
  background-color: #ff9900;
}


/* Bloc flottant à droite, toujours visible */
.font-resizer-floating {
  position: fixed;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background: rgba(0,0,0,.72);
  padding: 10px;
  border-radius: 10px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.font-resizer-floating a {
  color: #fff !important;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: 700;
  text-align: center;
}
.font-resizer-floating a:hover { background: #D39053; }

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.5rem;
}

.item-leader {
  text-align: center;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.item-leader:hover {
  transform: translateY(-4px);
}

.team-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-popup .popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(3px);
}

.team-popup .popup-content {
  position: relative;
  background: #fff;
  border-radius: 16px;
  max-width: 600px;
  width: 90%;
  padding: 2rem;
  z-index: 10000;
  box-shadow: 0 10px 25px rgba(0,0,0,0.10);
  animation: fadeInUp .3s ease;
}

.team-popup .popup-visu img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 1rem;
}

.team-popup .popup-name {
  padding-bottom: 24px;
  font-size: 28px;
  font-family: "URW Geometric Bold";
  color: #000;
}

.team-popup .popup-poste {
  color: #D39053;
  padding-bottom: 16px;
  font-size: 18px;
  font-family: "URW Geometric Medium";
  
}

.team-popup .popup-desc {
  line-height: 1.6;
  text-align: left;
}

.team-popup .close-popup-x {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: #333;
  transition: transform 0.2s;
}
.team-popup .close-popup-x:hover { transform: rotate(90deg); }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

body.no-scroll { overflow: hidden; }
.popup-desc b, 
.popup-desc strong{
  font-weight: bold;
}

.popup-desc ul{
  padding: 0 0 20px 20px;
}

.popup-desc ul li{
  list-style: disc;
}

.list-leadership{
  padding-top: 80px;
}

.slide-porfo{
  display: block !important;
  background: url(../images/bg-intor-page.jpg) center no-repeat;
  background-size: cover;
}
.slide-porfo .control-swiper {
  top: 0;
  right: 0;
  bottom: auto;
}

.slide-porfo .container{
  position: relative;
}

.slide-porfo .swiper-pagination-pdr.swiper-pagination-clickable .swiper-pagination-bullet-active,
.slide-porfo .swiper-pagination-pdr.swiper-pagination-clickable .swiper-pagination-bullet {
  background: #000;
}
.col-search{
  position: relative;
}