/*  ===============================================
    Header
    ------------------------*/
@font-face {
  font-family: "General sans bold";
  src: url(../fonts/GeneralSans-Bold.ttf);
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: "Google Sans";
  overflow-x: hidden;
  background: #ffffff;
}

.page {
  overflow: hidden;
}

.site-main {
  position: relative;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/preloader.svg);
  background-size: 140px;
}

.site-branding {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  flex: 0 0 300px;
  padding: 0px;
  height: 100%;
}

.site-branding #logo-img {
  width: 100%;
  position: relative;
}

header {
  border-bottom: none;
}

.ttm-stickable-header {
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.ttm-stickable-header.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #091a27;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

.fixed .espace-client .item-link {
  color: #fff;
}

.fixed .right-burger {
  filter: contrast(0) brightness(10);
}

.fixed .espace-client .icon img {
  filter: contrast(0) brightness(10);
}

.ttm-stickable-header.fixed-header .site-right {
  margin-bottom: 0;
  background: none;
}

.ttm-header-top-wrapper {
  position: relative;
}

.menu-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  background: transparent;
  gap: 30px;
  justify-content: space-between;
  /* border-top: 1px solid rgba(255, 255, 255, 0.10); */
}

.fixed .list-absolute-btn {
  display: none;
}

.list-absolute-btn {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1;
  display: flex;
  gap: 20px;
}

.list-absolute-btn .btn-1.secondary {
  background: #052357;
}

.list-absolute-btn .btn-1:hover {
  color: #1e1e1e;
  background: #f2f2f2;
}

.menu-box .right-link {
  display: flex;
  align-items: center;
  gap: 20px;
}

.fixed .menu-box {
  border-bottom: none;
}
/** SiteNavigation(Menu) **/

.menu-box .site-right {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
  width: 100%;
}

.menu-box .site-right .left-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  width: 100%;
}

.menu-box .right-social {
  display: flex;
  align-items: center;
  gap: 28px;
}

.top-contact .box-contact {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.top-contact .right-social {
  display: flex;
  gap: 15px;
}

.top-contact .item-contact {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.top-contact .item-contact .detail {
  color: #fff;
  text-align: center;
  font-family: "Google Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}
/* .top-contact .item-contact:hover a.description {
                transition: 0.4s;
                color: #213A72;
            } */

.menu-box .site-right .site-contact {
  display: flex;
  gap: 15px;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}

.top-contact .item-contact,
.menu-box .site-right .left-contact .item-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-navigation {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.site-navigation .menu {
  width: 100%;
}

.ttm-header-style-infostack #site-header-menu .container {
  padding: 0;
}

#site-header-menu #site-navigation .menu ul li ul > li:not(:last-child) {
  /* border-bottom: 1px solid #aaaaaa75; */
}

#site-header-menu #site-navigation .menu ul {
  padding: 0px;
  margin: 0px;
}

.ttm-menu-toggle {
  float: right;
}

.ttm-menu-toggle input[type="checkbox"] {
  display: none;
}

#site-header-menu #site-navigation .menu > ul > li {
  display: inline-block;
  position: relative;
}

#site-header-menu #site-navigation .menu ul li:hover > ul {
  opacity: 1;
  display: block;
  visibility: visible;
  height: auto;
  transform: scaleY(1) translateZ(0px);
}

#site-header-menu #site-navigation .menu ul ul > li {
  position: relative;
}

#site-header-menu #site-navigation .menu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
/* #site-header-menu .fixed #site-navigation .menu>ul>li>a {
                color: #fff;
            } */

#site-header-menu #site-navigation .menu > ul > li > a {
  color: #fff;
  text-align: center;
  font-family: "Google Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
}

#site-header-menu #site-navigation ul ul li {
  position: relative;
  border-bottom: 0px solid #e8e8e8;
}

#site-header-menu #site-navigation .menu ul li > ul li > a {
  margin: 0;
  display: block;
  padding: 15px 20px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  height: auto;
  line-height: 1.2;
}

#site-header-menu #site-navigation .menu ul > li > ul li.has-submenu > a:after {
  content: "\f105";
  position: absolute;
  background-color: transparent;
  right: 12px;
  top: 16px;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  margin-left: 4px;
  opacity: 0.8;
}

i.add {
  font-size: 12px;
  padding-left: 3px;
}

#site-header-menu #site-navigation .menu ul li a span {
  /* padding: 1px 3px 2px;
        border-radius: 2px;
        font-size: 10px;
        line-height: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-left: 7px; */
}
/* Button Effect 1 Styles */

.button-effect-1 {
  position: relative;
  display: inline-block;
  transition: all 0.4s ease;
  line-height: 1.05;
}

.button-effect-1 .btn-text {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.button-effect-1 .btn-text-1 {
  position: relative;
  display: inline-block;
  transition: transform 0.4s ease;
}

.button-effect-1 .btn-text-2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.button-effect-1:hover .btn-text-1 {
  transform: translateY(-100%);
}

.button-effect-1:hover .btn-text-2 {
  transform: translateY(0);
}
/* Link Effect 1 Styles */

.link-effect-1 {
  display: inline-block;
  overflow: hidden;
  transition: all 0.4s ease;
}

.link-effect-1 span.text-1 {
  position: relative;
  display: inline-block;
  transition: transform 0.4s ease;
}

.link-effect-1 span.text-2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.link-effect-1:hover span.text-1 {
  transform: translateY(-100%);
}

.avantage .link-effect-1:hover span.text-2 {
  transform: translateY(0);
}

.espace-client .has-link .link-effect-1:hover span.text-2 {
  padding-left: 25px;
}

.espace-client .item-link {
  color: #1d1d1b;
  font-family: "Archivo";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.social.contact {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #56b05e;
  border-radius: 5px;
}

.header-contact-top .right-contact .social img {
  position: relative;
  top: -2px;
}

.header-contact-top .item {
  color: #ffffff;
}

.top-contact {
  height: 80px;
  align-items: center;
  background: #091a27;
  color: #ffffff;
  display: flex;
  position: relative;
  z-index: 2;
}

.top-contact .item-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
}

.top-contact .item-link img {
  filter: contrast(0) brightness(10);
}

.top-contact .item {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  padding: 6px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-contact .social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-contact .btn-1 {
  color: #fff;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
}

.btn-1.bordered {
  background: transparent;
  border: 1px solid #fff;
}

.top-contact .info-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}

.top-contact .social-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.top-contact .info-contact .item {
  display: flex;
  gap: 10px;
}

.info-contact .item .icon {
  background: #f6f2ed;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-contact .item .description {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.top-contact .info-contact .item .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.top-contact .info-contact .item .description .detail {
  color: #cdcdcd;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  transition: 0.3s;
}

.top-contact .info-contact .item .description a.detail:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: 0.3s;
}

.contact-top a {
  color: #ffffff;
}

.contact-top .one-flex {
  display: flex;
  align-items: center;
  gap: 30px;
}

.contact-top .item,
.contact-xl .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contact-top .item .description,
.contact-xl .item .description {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat";
}

.contact-top .item.client .description {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.contact-top .item .description a,
.contact-xl .item .description a {
  color: #1d1d1b;
  text-decoration: none;
  font-weight: 700;
}

.contact-top .item .description a:hover,
.contact-top .item .description span,
.contact-xl .item .description a:hover,
.contact-xl .item .description span {
  color: inherit;
}

.contact-top {
  border: none;
  justify-content: space-between;
}

.contact-top .item .description span,
.contact-top a {
  color: #ffffff;
}

.vertical-separator {
  position: relative;
  width: 1px;
  height: 50px;
  display: flex;
  align-items: center;
  background: #70a4467a;
}

header .espace-client {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

header .espace-client .box-btn {
  display: flex;
  align-items: center;
  gap: 5px;
}

header .espace-client .item {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .espace-client .btn-icon {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #9cac88;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

header .espace-client .btn-icon:hover {
  background: #495636;
}

header .espace-client .btn-1.social {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: transparent;
  min-width: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #55b7d9;
}
/* Button Effect 1 Styles */

.button-effect-1 {
  position: relative;
  display: inline-block;
  transition: all 0.4s ease;
  line-height: 1.05;
}

.button-effect-1 .btn-text {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.button-effect-1 .btn-text-1 {
  position: relative;
  display: inline-block;
  transition: transform 0.4s ease;
}

.button-effect-1 .btn-text-2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.button-effect-1:hover .btn-text-1 {
  transform: translateY(-100%);
}

.button-effect-1:hover .btn-text-2 {
  transform: translateY(0);
}

.btn-bordered {
  display: flex;
  width: 35px;
  height: 35px;
  padding: 8px 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50%;
  border: 1px solid #f2f2f2;
}

.btn-bordered img {
  filter: contrast(0) brightness(10);
  transition: 0.4s;
}

.btn-bordered:hover img {
  filter: none;
  transition: 0.4s;
}

.btn-bordered:hover {
  border-color: #d69f48;
  transition: 0.4s;
}

.btn-1:hover .icon-rotate {
  transition: 0.5s;
  transform: rotate(45deg);
}

.btn-1 {
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 22px;
  gap: 8px;
  border-radius: 30px;
  background: var(--WHITE, #fff);
  color: #091a27;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  min-width: max-content;
  transition: all 0.95s ease;
  -moz-transition: all 0.95s ease;
  -ms-transition: all 0.95s ease;
  -o-transition: all 0.95s ease;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.btn-1 img {
  filter: none;
  transition: 0.5s;
}

.btn-1:hover img {
  filter: contrast(0) brightness(10);
  transition: 0.5s;
}

.btn-2:hover img {
  filter: none;
}

header .btn-2:hover img {
  filter: none;
}

.btn-2 img {
  filter: contrast(0) brightness(10);
}

.btn-1 span {
  display: block;
  height: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition:
    width 0.9s ease 0s,
    height 0.9s ease 0s;
  -moz-transition:
    width 0.9s ease 0s,
    height 0.9s ease 0s;
  -webkit-transition:
    width 0.9s ease 0s,
    height 0.9s ease 0s;
  -ms-transition:
    width 0.9s ease 0s,
    height 0.9s ease 0s;
  -o-transition:
    width 0.9s ease 0s,
    height 0.9s ease 0s;
  width: 0;
  z-index: -1;
  border-radius: 30px;
  background: #2d83c5;
}

.btn-2 span {
  background: #fff;
}

header .btn-2:hover {
  color: #091a27;
}

.btn-1:hover span {
  height: 562.5px;
  width: 200%;
}

.btn-1.bordered {
  height: 44px;
  text-transform: none;
}

.top-contact .btn-1:hover {
  border-color: #2d83c5;
  transition: 0.5s;
}

header .btn-1 {
  height: 47px;
  background: var(--CDMB-Bleu, #2d83c5);
  color: #fff;
}

.btn-1:hover {
  color: #fff;
  transition: 0.6s;
}
/* ------------------------------swiper------------------------------- */
/* === rr--hover-img canvas (Home) === */

.rr--hover-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.swiper {
  height: 100vh;
}

.swiper-slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url("../images/ban-interne.jpg") center/cover no-repeat;
}

.liquid {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

canvas {
  display: block;
}

.slide1 {
  background: url("../images/hs-1.jpg") center/cover no-repeat;
}

.slide2 {
  background: url("../images/hs-2.jpg") center/cover no-repeat;
}
/* overlay dark */

.swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
/* content */

.content {
  position: absolute;
  bottom: 100px;
  left: 100px;
  color: #fff;
  z-index: 2;
}

.content h1 {
  font-size: 60px;
  transform: translateY(50px);
  opacity: 0;
}

.content p {
  transform: translateY(30px);
  opacity: 0;
}
/* ------------------------------------------------------------------- */

.home-slide {
  position: relative;
}

.home-slide .swiper-navigation {
  display: flex;
  gap: 50px;
  align-items: center;
  position: absolute;
  top: 25px;
  width: calc(100% + 75px);
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}

.home-slide .swiper-navigation .btn-nav {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: rgba(242, 242, 242, 0.3);
  transition: 0.4s;
}

.home-slide .swiper-navigation .btn-nav:hover {
  transition: 0.4s;
  color: #f2f2f2;
}

.home-slide .nav-counter {
  display: flex;
  justify-content: center;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 2;
  position: absolute;
  top: calc((100% - 140px) / 2);
  right: clamp(40px, 8vw + 1.5rem, 175px);
}

.home-slide .nav-counter .number {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: 0.5s;
}

.home-slide .counter {
  color: #f2f2f2;
  font-family: "Bai Jamjuree";
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.home-slide .total {
  color: #767474;
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  right: -20px;
  top: -5px;
}

.active .zoom-in-box {
  transform-origin: center center;
  /* apply the animation */
  /* animation: zoomIn 3s ease forwards; */
  transition-delay: 1.8s;
}

.active .zoom-in-box,
.aos-animate .zoom-in-box {
  animation: zoomIn 6s ease infinite alternate;
  transition-delay: 1.8s;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.home-slide .slide-navigation {
  position: absolute;
  left: calc(50%);
  transform: translate(-50%, 50%);
  bottom: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0px;
  width: 100%;
  height: 0;
  justify-content: space-between;
}

.home-slide .content-slide {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.home-slide .owl-item {
  overflow: hidden;
}

.home-slide .container {
  position: relative;
  z-index: 3;
}

.home-slide .box-slide {
  position: relative;
  z-index: 1;
}

.home-slide .item-slide {
  /* height: 730px; */
  min-height: 610px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.interne .home-slide .item-slide {
  height: 540px;
  min-height: inherit;
}

.contact .home-slide .item-slide {
  height: 370px;
  min-height: inherit;
}

.home-slide .item-slide::before {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}

.home-slide.interne.contact .item-slide .img-home {
  object-position: right;
}

.home-slide .z-top {
  z-index: 2;
}

.home-slide .item-slide .content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
}

.home-slide .item-slide .img-home {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-slide .item-slide .navigation {
  display: flex;
  gap: 15px;
  position: relative;
  align-items: center;
}

.home-slide .item-slide .navigation .item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Urbanist";
}

.home-slide .item-slide .bg-slide {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
}

.home-slide .item-slide .bg-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}

.home-slide .item-slide .sub-title {
  color: var(--WHITE, #fff);
  text-align: center;
  font-family: "Google Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(25px);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}

.home-slide .item-slide .sub-title::before {
  position: relative;
  content: "";
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--WHITE, #fff);
  left: 0;
  top: 0;
}

.home-slide .item-slide .title {
  font-size: clamp(31px, 2.2vw + 1.1rem, 60px);
  color: #fff;
  text-align: center;
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
}

.home-slide .item-slide .title span {
  font-style: italic;
  display: block;
}

.home-slide .item-slide .description {
  color: #f2f2f2;
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 1.2;
  display: flex;
  gap: 6px;
}

.banniere .title.aos-animate span::before,
.home-slide .item-slide .title.aos-animate span::before {
  width: 100%;
  transition: 1.5s 1s;
}

.banniere
  .title
  span:hover::before
  .home-slide
  .item-slide
  .title.aos-animate
  span::before {
  transition: 1.5s;
  transition-delay: 1s;
  width: 100%;
}

.home-slide .item-slide .img-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.home-slide .item-slide .img-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-slide .item-slide .carte {
  position: relative;
  width: 100%;
}

.home-slide .item-slide .carte img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-slide .item-slide .content .link .deco-left {
  position: absolute;
  width: 0;
  left: 5px;
  top: 5px;
  opacity: 0;
  transform: 0.5s;
}

.home-slide .item-slide .content .link .deco-right {
  position: absolute;
  width: 0;
  right: 5px;
  bottom: 5px;
  opacity: 0;
  transform: 0.5s;
}

.home-slide .item-slide:hover .content .link {
  background: #433630;
  transform: 0.5s;
}

.home-slide .item-slide:hover .content .link .deco-right,
.home-slide .item-slide:hover .content .link .deco-left {
  opacity: 1;
  width: auto;
  transition: 0.7s;
}

.home-slide .item-slide .description span {
  font-weight: 700;
}

.home-slide .item-slide .more {
  width: 128px;
  height: 128px;
  background: #ceb35e;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
/* .home-slide .item-slide .more img {
    filter: brightness(0);
    } */

.home-slide .item-slide:hover .more .item .img,
.home-slide .item-slide .more .item .img-hover {
  display: none;
}

.home-slide .item-slide:hover .more .item .img-hover {
  display: block;
}

.home-slide .item-slide .sub-title {
  transform: translateY(-55px);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transition-delay: 0.5s;
}

.home-slide .item-slide .btn-slide,
.home .home-slide .item-slide .title {
  transform: translateY(-75px);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transition-delay: 0.9s;
}

.home-slide .counter {
  transform: translateY(-25px);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transition-delay: 0.5s;
}

.btn-slide {
  display: flex;
  align-items: center;
  gap: 15px 20px;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  margin-top: 30px;
}

.btn-slide .btn-1 {
  height: 48px;
  transition: 0.3s;
  gap: 10px;
}

.home-slide .active .item-slide .sub-title,
.interne .home-slide .title,
.home-slide .active .item-slide .title span,
.home-slide .active .item-slide .title,
.home-slide .active .item-slide .description,
.home-slide .active .item-slide .btn-slide {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: 1.1s;
  transition-delay: 1s;
}

.home-slide .owl-carousel .owl-dots.disabled {
  display: block;
}

.home-slide .box-dot {
  position: absolute;
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  z-index: 2;
  left: 0;
  bottom: clamp(85px, 24vh + 1rem, 220px);
}

.home-slide .home-slide-dots {
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  right: 200px;
  bottom: calc(50% - 50px);
  transform: translateY(50%);
  padding: 0;
  background: transparent;
  z-index: 6;
}

.home-slide .owl-dots {
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  right: clamp(50px, 3vw + 2rem, 200px);
  bottom: calc(50% - 50px);
  transform: translateY(50%);
  padding: 0;
  background: transparent;
  z-index: 6;
}

.home-slide .owl-dot {
  outline: none;
  border: none;
  position: relative;
  background: transparent;
  width: 50px;
  height: 50px;
}

.home-slide .owl-dot::after {
  position: absolute;
  z-index: 1;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  left: -2px;
  content: "";
  top: -2px;
  opacity: 0;
  transition: 0.5s;
}

.home-slide .owl-dot img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  opacity: 0.7;
  transition: 0.3s;
  border-radius: 50%;
}

.home-slide .owl-dot.active img {
  opacity: 1;
}

.home-slide .owl-dot.active::after {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

.home-slide .owl-nav {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 870px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  padding: 0 50px;
  text-align: center;
}

.home-slide .owl-nav .owl-next,
.home-slide .owl-nav .owl-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
}

.formulaire .list-form-group {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.flaticon-fast-forward:before {
  content: "\f0a9";
}

.devis {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0;
}

.devis .formulaire {
  position: relative;
  z-index: 9;
  border-radius: 30px 30px 0 0;
  background: rgba(45, 131, 197, 0.5);
  backdrop-filter: blur(25px);
  top: 0px;
  padding: 40px;
}

.devis .box-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.box-form.type {
  border-left: none;
}

.devis .nice-select {
  border: none;
  border-radius: 26px;
  /* border: 1px solid var(--SAD-ADD-Beige, #E4DFD6); */
  background: var(--WHITE, #fff);
  height: 52px;
  padding: 0 25px;
  display: flex;
  align-items: center;
}

.devis .nice-select.open {
  border-radius: 26px 26px 0 0;
  /* border: none; */
}

.nice-select .current {
  color: #585960;
  text-align: center;
  font-family: "Google Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.252px;
  line-height: 1.2;
}

.nice-select .option {
  color: #585960;
  text-align: center;
  font-family: "Google Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.252px;
  height: 32px;
  display: flex;
  align-items: center;
  padding: 0 25px;
}

.nice-select .option.disabled {
  display: none;
}

.nice-select .option:hover {
  background: #091a27;
  color: #fff;
}

.nice-select:after {
  top: calc(50%);
  right: 20px;
  width: 8px;
  height: 8px;
  background: transparent;
  border-color: #1d1d1b;
}

.nice-select.open .list {
  width: 100%;
  margin-top: 0;
  border-radius: 0 0 26px 26px;
  border: 1px solid var(--SAD-ADD-Beige, #e4dfd6);
  border-top: none;
  box-shadow: none;
  background: var(--WHITE, #fff);
}

.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
  display: none;
}

.devis .hr-form {
  background: #d9d9d9;
  width: 100%;
  height: 1px;
  margin: 25px 0;
}

.devis .hr-form.secondary {
  width: calc(100% - 95px);
}

.devis .group {
  display: flex;
  align-items: flex-start;
  gap: 0px;
  position: relative;
}

.devis .title-devis {
  color: var(--WHITE, #fff);
  font-family: "Google Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.devis .title-devis span {
  font-size: 26px;
  font-weight: 700;
}

.devis .title-label {
  color: var(--WHITE, #fff);
  font-family: "Google Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.devis .form-devis {
  background: transparent;
  padding: 0;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 5px;
  background: transparent;
}

.devis .center-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  /* gap: 20px; */
}

.devis .form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.devis .next {
  color: #5e6b73;
  text-align: start;
  font-family: "Archivo";
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  padding-left: 28px;
}

.devis .form-group button {
  display: flex;
  border: none;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: max-content;
  width: auto;
  height: 44px;
  flex-shrink: 0;
  border-radius: 0px;
  border: none;
  background: #fff;
  outline: none;
  transition: 0.5s;
  min-width: 180px;
}

.devis .form-group button .label-form {
  color: #0d0d0d;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.devis .form-group button img {
  filter: none;
  transition: 0.3s;
}

.devis .form-group button.active img,
.devis .form-group button:hover img {
  filter: contrast(0) brightness(10);
  transition: 0.3s;
}

.devis .form-group button:hover,
.devis .form-group button.active {
  background: #60caf3;
}

.devis .form-group button.active .label-form,
.devis .form-group button:hover .label-form {
  transition: 0.3s;
  color: #fff;
}

.devis .box-input {
  position: relative;
}

.devis .box-input .icon-input {
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 1;
}

.devis .group {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  flex-direction: column;
}

.devis input {
  text-align: center;
  border: 1px solid #1f8536;
  background: #fff;
  box-shadow: 0 4 4 -1 rgb(12, 12, 13, 0.5) inset;
  height: 49px;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
}

.devis .submit {
  outline: none;
  text-align: center;
  justify-content: center;
  width: 100%;
  border: none;
  width: max-content;
  transition: 0.5s;
  border-radius: 30px;
  background: #091a27;
  color: #fff;
}

.devis .submit::before {
  bottom: 50px;
}

.devis .submit img {
  filter: contrast(0) brightness(10);
}

.interne .devis .next {
  text-align: center;
}

.formulaire .label-form {
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.box-form-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}

.content-img-text {
  position: relative;
  padding: clamp(30px, 7vh + 3.5rem, 135px) 0 clamp(30px, 5vh + 2.5rem, 115px) 0;
}
/* .content-img-text .container-gutter {
                max-width: 100%;
                margin: 0;
                margin-left: calc((100vw - 1170px)/2);
            } */

.home .content-img-text .container {
  position: relative;
  z-index: 4;
}

.content-img-text .text-principal {
  position: relative;
  pointer-events: none;
}

.referencement .img-box {
  width: 100%;
}

.referencement .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-img-text .img-content > img {
  width: 100%;
  object-fit: cover;
  z-index: 3;
  position: relative;
}

.contact-form .img-content {
  width: 100%;
  position: relative;
  height: 100%;
}

.contact-form .img-content img {
  width: 100%;
  height: 100%;
}

.secteur {
  position: relative;
  padding: clamp(30px, 7.5vh + 2rem, 120px) 0;
}

.secteur .box-img {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  width: max-content;
  width: 100%;
}

.secteur .box-img .logo-icon {
  position: absolute;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  border: 16px solid #fff;
  background: #2d83c5;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 15px solid #fff;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.secteur .box-img .logo-icon img {
  filter: contrast(0) brightness(10);
}

.secteur .box-img .img-content {
  max-height: 380px;
  max-width: 630px;
}

.secteur.content-img-text .text-principal {
  padding: 0;
  background: transparent;
}

.secteur.content-img-text {
  position: relative;
  overflow: hidden;
  padding: clamp(75px, 15vh + 5rem, 120px) 0 0 0;
}

.secteur .img-content {
  position: relative;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-height: 100%;
}

.secteur .img-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes bgScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.row-bordered {
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
}

.content-img-text .img-principal {
  position: relative;
}

.content-img-text .img-content {
  position: relative;
  border-radius: 0px;
}

.interne .content-img-text .img-content {
  position: relative;
  min-height: inherit;
}

.content-img-text .img-content {
  min-height: 450px;
  position: relative;
}

.content-img-text .img-content .box-img-right {
  position: absolute;
  width: 44vw;
  height: 100%;
  left: 0;
  top: 0;
}

.content-img-text .img-content .box-img-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-img-text .img-box .deco-left {
  display: flex;
  width: 190px;
  height: 190px;
  border-radius: 400px;
  border: 5px solid var(--Grey-White, #fff);
  background: var(--Primary-100, #213a72);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  position: absolute;
  left: -100px;
  top: -100px;
  z-index: 5;
}

@media only screen and (max-width: 1199px) {
  .content-img-text .img-box .deco-left {
    display: flex;
    width: 100px;
    height: 100px;
    left: -50px;
    top: -50px;
    border-color: #7fadb9;
  }
  .content-img-text .img-content .deco-left img {
    width: 55px;
    height: 55px;
  }
}

@media only screen and (max-width: 1599px) {
  .content-img-text .img-box .deco-left {
    left: -55px;
    top: -72px;
  }
}

.content-img-text .img-content .deco-circle {
  position: absolute;
  width: 180px;
  height: 180px;
  z-index: 2;
  top: -120px;
  right: -60px;
}

.rotate-img {
  animation-timing-function: linear;
  animation: spinPause 12s linear infinite;
}

@keyframes spinPause {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.content-img-text .img-content .deco-circle .center {
  position: absolute;
  width: 180px;
  height: 180px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bg-move {
  animation: bgMove 5s ease-in-out infinite alternate;
}

@keyframes bgMove {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(0.95) translate(0, -6%);
  }
}

.content-img-text .img-content .deco-top {
  position: absolute;
  width: 60%;
  height: 160px;
  content: "";
  z-index: -1;
  opacity: 0.28;
  background: linear-gradient(
    0deg,
    rgba(31, 102, 46, 0.67) 0%,
    rgba(31, 102, 46, 0.67) 100%
  );
  top: -80px;
  left: -80px;
}

.content-img-text .bottom-content {
  position: absolute;
  z-index: 1;
  width: 322px;
  height: 324px;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.content-img-text .right-content {
  position: absolute;
  right: -70px;
  bottom: -187px;
  z-index: 1;
  width: 440px;
  height: 284px;
  border: 20px solid #eee;
}

.content-img-text .right-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ariane {
  position: relative;
  padding: 20px 0;
}

.contact .ariane {
  background: #f8f4f4;
}

.fil-ariane {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  align-items: center;
  padding-bottom: 15px;
}

.fil-ariane .item {
  color: #444;
  font-family: "Archivo";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  display: flex;
  align-items: center;
}

.fil-ariane .item:not(:last-of-type)::before {
  position: absolute;
  right: -15px;
  top: 50%;
  content: "";
  background: url("../images/picto/angle-right-i.svg") 50% / auto no-repeat;
  z-index: 1;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
}

.sect-title .h2,
.sect-title h1 {
  color: #091a27;
  font-family: "Google Sans";
  font-size: clamp(26px, 2vw + 1rem, 50px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.sect-title .h1 {
  color: #fff;
  font-family: "Google Sans";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(33px, 2.2vw + 1rem, 60px);
  line-height: 1.1;
}

.sect-title .h1 span {
  display: block;
  font-style: italic;
}

.sect-title .h2 {
  font-size: clamp(22px, 1.45vw + 1rem, 40px);
}

.sect-title .sub-title {
  color: #091a27;
  text-align: center;
  font-family: "Google Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 8px 16px;
  border-radius: 50px;
  background: rgba(45, 131, 197, 0.2);
  backdrop-filter: blur(25px);
  display: flex;
  width: max-content;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}

.sect-title .sub-title::before {
  position: relative;
  content: "";
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #2d83c5;
  left: 0;
  top: 0;
}

.sect-title .description {
  color: #303030;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.sect-title .description span {
  font-weight: 700;
}

.bloc-text.text-white p {
  color: #fff;
}

.bloc-text > p {
  color: #666;
  font-family: "Google Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.bloc-text .sub-title {
  color: #2d83c5;
  font-family: "Google Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}

.logo-hr {
  width: 100%;
  padding: 65px 0;
}
/* ----------------------animmm----------------------- */

@-webkit-keyframes clip-a-z {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  45% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes clip-a-z {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  45% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.clip-a-z {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition:
    transform 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  -webkit-animation: clip-a-z 2s;
  animation: clip-a-z 2s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@keyframes clip-x {
  0% {
    opacity: 0.2;
    width: 20px;
  }
  50% {
    opacity: 9;
    width: 40px;
  }
  100% {
    opacity: 1;
    width: 88px;
  }
}

.clip-x {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition:
    transform 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  -webkit-animation: clip-x 0.8s;
  animation: clip-x 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fade-right {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fade-left {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
/* -----------------------paiement---------------------- */

.paiement {
  position: relative;
  background: url("") lightgray 50% / cover no-repeat;
  margin-bottom: 80px;
}

.box-paie {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(96, 202, 243, 0.43) 100%),
    rgba(255, 255, 255, 0.75);
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.25);
  padding: 30px;
  bottom: -40px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* -------------------temoigange----------------------- */

.temoignage {
  z-index: 2;
  position: relative;
  padding: clamp(30px, 5.5vh + 1.5rem, 115px) 0;
}

.temoignage .box-img-circle {
  display: flex;
  width: 160px;
  height: 160px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--CDMB-Bleu, #2d83c5);
  position: relative;
}

.temoignage .box-img-circle .img-circle img {
  animation: spinPause 10s linear infinite;
}

.temoignage .box-img-circle .deco-icon {
  position: absolute;
  width: 90px;
  height: 90px;
  z-index: 2;
  border-radius: 50%;
  background: #091a27;
  display: flex;
  justify-content: center;
  align-items: center;
}

.temoignage .box-img-circle .img-circle {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.temoignage .box-img-circle .img-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.temoignage .box-img {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 40px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.temoignage .box-img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(180deg, rgba(9, 26, 39, 0) 0%, #091a27 100%);
}

.temoignage .box-img .bg-temoignage {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

.temoignage .box-img .bg-temoignage img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.temoignage .box-text {
  border-radius: 30px;
  background: #091a27;
  overflow: hidden;
  padding: 60px 30px;
}

.temoignage .box-text .box-btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.temoignage .box-text .box-btn .btn-1 {
  width: 100%;
}
/* ---------------------------valeur---------------- */

.valeur {
  position: relative;
  z-index: 2;
  padding: clamp(40px, 7.5vh + 3.5rem, 125px) 0;
  background: rgba(45, 131, 197, 0.1);
  overflow: hidden;
}

.deco-valeur {
  position: absolute;
  bottom: 72px;
  right: 0;
  z-index: -1;
  width: 510px;
  height: 570px;
}

.deco-valeur img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.valeur .sect-title .sub-title {
  margin: 0px auto 20px auto;
  width: max-content;
}

.valeur .item-valeur {
  border-radius: 30px;
  background: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  min-height: 100%;
  transition: 0.6s;
  z-index: 1;
  overflow: hidden;
}

.item-valeur .icon {
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 2;
}

.item-valeur .icon img {
  filter: none;
  transition: 0.4s;
  width: 55px;
  transform: scale(1.2);
  height: auto;
}

.item-valeur.conseil .icon img {
  max-width: 45px;
}

.item-valeur:hover .icon img {
  filter: contrast(0) brightness(10);
  transform: scale(1);
  transition: 0.4s;
}

.item-valeur .icon::before {
  position: absolute;
  width: 10%;
  height: 10%;
  background: var(--CDMB-Bleu, #2d83c5);
  content: "";
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item-valeur:hover .icon::before {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  opacity: 1;
}

.valeur .item-valeur:hover {
  transition: 0.6s;
  cursor: pointer;
}

.valeur .item-valeur::before {
  position: absolute;
  width: 100%;
  height: 0%;
  content: "";
  top: 0;
  bottom: auto;
  left: 0;
  background: #091a27;
  /* border-radius: 30px; */
  z-index: -1;
  opacity: 0;
  transition: 0.6s;
}

.valeur .item-valeur:hover::before {
  transition: 0.6s;
  height: 100%;
  bottom: 0;
  top: auto;
  opacity: 1;
}

.item-valeur .title {
  color: var(--CDMB-Bleu, #2d83c5);
  text-align: center;
  font-family: "Google Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 0.5px solid #091a27;
  padding-bottom: 10px;
  transition: 0.5s;
}

.item-valeur:hover .title {
  transition: 0.5s;
  border-bottom: 0.5px solid #fff;
}

.item-valeur .description {
  color: #091a27;
  text-align: center;
  font-family: "Google Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  padding-top: 18px;
  transition: 0.5s;
}

.item-valeur:hover .description {
  transition: 0.5s;
  color: #fff;
}
/* -----------------------------------engagement----------------------- */

.engagement {
  position: relative;
  z-index: 1;
  background: #f7f2ed;
  padding: clamp(35px, 6vh + 2rem, 95px) 0 0 0;
}

.box-engagement {
  border: 1px solid #d9d9d9;
}

.item-engagement .img {
  width: 100%;
  height: 100%;
  max-width: 400px;
  border-right: 1px solid #d9d9d9;
  position: relative;
  overflow: hidden;
}

.item-engagement:hover .img img {
  transition: 0.8s;
  opacity: 1;
  width: 100%;
}

.item-engagement .img img {
  width: 0%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.8s;
  bottom: 0;
  left: 0;
  position: absolute;
}

.item-engagement {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  transition: 0.6s;
}

.item-engagement:hover {
  transition: 0.6s;
  cursor: pointer;
}

.item-engagement:last-child {
  border-bottom: none;
}

.item-engagement .number {
  color: #1e1e1e;
  text-align: center;
  font-family: "Instrument Serif";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  width: 55px;
  min-width: 55px;
  height: 55px;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: 0.5s;
}

.item-engagement .number::before {
  border: 1px solid #d9d9d9;
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
  top: 0;
  left: 0;
  transition: 0.5s;
}

.item-engagement .box-description {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 25px 40px;
  position: relative;
}

.item-engagement .box-description::before {
  background: #052357;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0%;
  top: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: 0.6s;
}

.item-engagement:hover .box-description::before {
  transition: 0.6s;
  height: 100%;
  top: 0;
  bottom: auto;
}

.item-engagement .title {
  color: #1e1e1e;
  font-family: "Instrument Serif";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
  transition: 0.5s;
}

.item-engagement:hover .number,
.item-engagement:hover .number::before,
.item-engagement:hover .description,
.item-engagement:hover .title {
  transition: 0.5s;
  color: #f2f2f2;
}

.item-engagement .description {
  color: #303030;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  transition: 0.5s;
}
/* -------------------bg-diag----------------------- */

.bg-diag {
  padding-top: clamp(50px, 10vw + 3rem, 150px);
  background: url("../images/bg-diag.jpg") lightgray 50% / cover no-repeat;
}

.box-diag {
  background: #052357;
  padding: 40px 30px;
}

.box-diag .title {
  color: #f2f2f2;
  text-align: center;
  font-family: "Instrument Serif";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 15px;
}

.box-diag .description {
  color: #f2f2f2;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.box-diag .list-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px 25px;
  flex-wrap: wrap;
  margin-top: 30px;
}
/* -------------------------------servicess-------------------- */

.service .item {
  display: flex;
  align-items: center;
  gap: 0;
  width: 140px;
  transition: all 0.3s ease;
}

.service .item .description {
  opacity: 0;
  transition: all 0.4s ease;
}

.service .item:hover .description {
  opacity: 1;
}

.light .sect-title .sub-title::before {
  filter: contrast(0) brightness(10);
}

.service {
  position: relative;
  padding: clamp(30px, 5.5vh + 2.2rem, 115px) 22px;
  background: #2d83c5;
  margin: 0 30px;
  border-radius: 30px;
  overflow: hidden;
}

.service .sect-title .sub-title::before {
  background: #fff;
}

.service .sect-title .sub-title {
  color: #fff;
  background: #091a27;
  backdrop-filter: blur(25px);
}

.service .item-slide .big-icon {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 100px;
  opacity: 0.1;
}

.service .item-slide .description .box {
  background: #f2f2f2;
  padding: 15px 25px;
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  width: 100%;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service .item-slide .description .box .item {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.service .item-slide .description .box .sub-title {
  color: #1e1e1e;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.service .item-slide .description .box .detail {
  color: #1e1e1e;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.service-slide {
  position: relative;
}

.service .item-slide {
  position: relative;
  transition: 0.8s;
  z-index: 2;
  background: #ffffff;
  padding: 46px 0 30px 20px;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
  height: 470px;
  border-radius: 30px;
  overflow: hidden;
  padding: 30px;
}

.service .item-slide::before {
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 1;
  top: 50px;
  right: 0;
  opacity: 0.5;
  background: var(--bg);
}

.service .item-slide .box-description {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.service .item-slide .icon {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #091a27;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 30px;
}

.service .item-slide .more {
  color: #091a27;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  z-index: 2;
  gap: 6px;
  transition: 0.5s;
}

.service .item-slide:hover .more {
  color: #fff;
}

.service .item-slide .more .deco {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--CDMB-Bleu, #2d83c5);
}

.service .item-slide .more .deco img {
  filter: contrast(0) brightness(100);
}

.service .item-slide:hover {
  position: relative;
  z-index: 6;
  transition: 0.5s;
}

.service .item-slide .img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.service .item-slide:hover .img {
  transition: 0.6s;
  opacity: 1;
}

.service .item-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service .item-slide .title {
  color: #091a27;
  font-family: "Google Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  z-index: 2;
  transition: 0.5s;
  padding-bottom: 15px;
  border-bottom: 0.5px solid #000;
  transition: 0.5s;
  display: flex;
}

.service .item-slide:hover .title {
  transition: 0.5s;
  border-bottom: 0.5px solid #fff;
  color: #fff;
}

.service .container {
  position: relative;
}

.service .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-carousel .owl-stage {
  /* display: flex;
                align-items: center;
                justify-content: center; */
  display: block;
}

.service .slide-nav {
  display: flex;
  gap: 10px;
}

.service .slide-nav button {
  border: none;
  outline: none;
  background: transparent;
  transition: 0.4s;
}

.service .slide-nav button:hover {
  transition: 0.4s;
  transform: scale(1.2);
}

.service .z-top {
  z-index: 9;
}

.service .box-service {
  margin: 0 auto;
  position: relative;
  width: auto;
}

.service .box-slide {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

.service .slide-navigation {
  position: relative;
  width: auto;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 20px;
}

.service .btn-1 span {
  background: #091a27;
}

.slide-navigation .slide-nav,
.slide-navigation .service-nav {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: none;
  outline: none;
  transition: 0.6s;
}

.slide-navigation .service-nav img {
  transition: 0.6s;
  transform: none;
}

.slide-navigation .service-nav:hover img {
  transition: 0.6s;
  transform: scale(1.1);
}

.service-dots,
.temoignage-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.owl-dot {
  width: 6px;
  height: 6px;
  padding: 3px;
  border-radius: 3px;
  border: none;
  outline: none;
  background: var(--Grey-10, #eaebee);
}

.temoignage .owl-dot.active,
.service .owl-dot.active {
  width: 8px;
  height: 8px;
  padding: 4px;
  border-radius: 4px;
  background: var(--Grey-100, #283550);
}

.avis {
  position: relative;
  padding: clamp(50px, 7vh + 2.5rem, 115px) 0 0 0;
}

.bg-avis {
  padding: 40px 45px;
  position: relative;
  z-index: 2;
}

.item-avis {
  border: 1px solid #d9d9d9;
  background: #f7f2ed;
  padding: 25px;
  display: block;
  transition: 0.5s;
}

.box-avis {
  position: relative;
  top: -120px;
}

.bg-avis {
  position: relative;
  height: 100%;
  width: 100%;
  background: url("../images/bg-paie.jpg") lightgray 50% / cover no-repeat;
  padding: 0;
  min-height: 400px;
  margin-top: clamp(60px, 6vw + 3rem, 115px);
}
/* .avis .item-avis::before {
                position: absolute;
                width: 100vw;
                height: 100%;
                background: url('../images/bg-avantage.png') lightgray 50% / cover no-repeat;
                content: "";
                width: 100%;
                height: 0;
                z-index: -1;
                position: absolute;
                transition: 0.6s;
                top: auto;
                bottom: 0;
                left: 0;
            }
            
            .avis .item-avis:hover::before {
                transition: 0.6s;
                height: 100%;
                top: 0;
                bottom: auto;
            } */

.item-avis:hover {
  transition: 0.5s;
  cursor: pointer;
  transform: translateY(8px);
}

.item-avis .icon {
  transition: 0.4s;
  filter: none;
}

.item-avis:hover .icon {
  transition: 0.4s;
  filter: contrast(0) brightness(10);
}

.box-avis .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: 85px;
}

.avis .bg-avis img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.avis .list-btn {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: max-content;
}

.avis .avis-slide .list-star {
  display: flex;
  align-items: center;
  gap: 6px;
}

.avis-slide .list-star i {
  width: 24px;
  font-size: 24px;
  background: transparent;
  color: #565944;
}

.avis-slide .list-star i.filled:before {
  content: "\f005";
}

.avis-slide .name {
  color: #1e1e1e;
  font-family: "Roboto Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 130% */
}

.avis-slide .description {
  color: #1e1e1e;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 130% */
}

.paiement {
  display: flex;
  align-items: center;
  position: relative;
}

.paiement .bg-paiement {
  position: absolute;
  z-index: 1;
  width: 766px;
  height: 100%;
  top: 0;
  right: 0;
}

.paiement .bg-paiement img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paiement .box-content {
  position: relative;
  width: 100%;
  padding: 80px 0;
  z-index: 2;
}

.paiement .box-content::before {
  position: absolute;
  background: #215299;
  z-index: 1;
  width: calc(100% - 30%);
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}

.paiement .box-paiement .logo-paiement {
  position: relative;
  z-index: 1;
}
/* Link Effect 2 Styles */

.link-effect-2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.4s ease;
}

.link-effect-2 .text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.link-effect-2 .text1 {
  position: relative;
  display: inline-block;
  transition: transform 0.4s ease;
}

.link-effect-2 .text2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.link-effect-2:hover .text1 {
  transform: translateY(-100%);
}

.link-effect-2:hover .text2 {
  transform: translateY(0);
}

.avantage {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  border-top: 1px solid #e38456;
  border-bottom: 1px solid #e38456;
}

.description-site {
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  background: var(--bm-1, linear-gradient(180deg, #1e4155 0%, #e38456 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  padding-left: 65px;
}

.description-site::before {
  position: absolute;
  width: 50px;
  height: 50px;
  content: "";
  background: url("../images/logo-icon.svg") 50% / cover no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.description-site span {
  background: #e38456;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.avantage .item-avantage {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  border-left: 1px solid #1e4155;
  padding: 30px;
  position: relative;
  min-height: 100%;
  z-index: 2;
  position: relative;
  transition: 0.6s;
}

.item-avantage .icon img {
  animation: rotateSoft 15s ease-in-out infinite alternate;
}

@keyframes rotateSoft {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
    /* PAUSE */
  }
  80% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-180deg);
    /* PAUSE */
  }
}

.col-xl-4:last-child .item-avantage {
  border-right: 1px solid #1e4155;
}

.avantage .item-avantage:hover {
  transition: 0.6s;
  cursor: pointer;
}

.avantage .item-avantage::before {
  /* opacity: 0.78; */
  background: url("../images/bg-avantage.png") lightgray 50% / cover no-repeat;
  content: "";
  width: 100%;
  height: 0;
  z-index: -1;
  position: absolute;
  transition: 0.6s;
  top: auto;
  bottom: 0;
  left: 0;
}

.avantage .item-avantage:hover::before {
  transition: 0.6s;
  height: 100%;
  top: 0;
  bottom: auto;
}

.item-avantage .title {
  color: #000;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  transition: 0.5s;
}

.item-avantage .description {
  color: #1e4155;
  text-align: center;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  transition: 0.5s;
}

.item-avantage:hover .description,
.item-avantage:hover .title {
  transition: 0.5s;
  color: #fff;
}

.item-avantage:hover .icon img {
  filter: contrast(0) brightness(10);
  color: #fff;
}

.item-avantage .icon img {
  filter: none;
}

.avantage .owl-stage-outer {
  overflow: visible;
}

.avantage .owl-stage,
.avantage .owl-stage-outer {
  height: 100%;
  max-height: 60px;
}

.avantage-slide {
  display: flex !important;
  align-items: center;
  width: 100%;
  gap: 50px;
  flex-shrink: 0;
}

.avantage-slide .item-slide {
  border-radius: 10px;
  background: #f8f8f8;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.25);
  padding: 10px 25px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.avantage-slide .item-slide .icon {
  border-radius: 5px;
  background: #d9d9d9;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avantage .link-effect-1 span.text-2,
.avantage .item-slide .title {
  color: #1d1d1b;
  font-family: "Archivo";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.avantage .owl-carousel .owl-stage {
  transition-timing-function: linear !important;
}

.carouselTicker__item {
  flex: 0 0 auto;
  display: inline-block;
  float: none;
  white-space: nowrap;
}

.carouselTicker__item .tag-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid black;
  /* background-color: white; */
  color: var(--tc-neutral-900);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}

.carouselTicker__item .tag-item:hover .number {
  color: black;
}

.carouselTicker__item .tag-item .number {
  font-weight: 600;
  color: black;
  transition: all 0.3s ease-in-out;
}

.copyright a:hover,
.contact-footer .item a:hover,
.footer a.link:hover,
footer a:hover {
  /*  */
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.title-footer {
  position: relative;
  color: #fff;
  font-family: "Google Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 40px;
}

.link-diag,
.link-diag a {
  font-size: 15px;
  font-weight: 600;
  font-family: "Urbanist";
  color: rgba(113, 117, 128, 255);
  text-decoration: none;
}

.actualite {
  position: relative;
  padding: clamp(50px, 5.5vh + 4rem, 80px) 0;
  background: #eaf3fa;
}

.actualite .sect-title .sub-title {
  margin: 0 auto;
}

.actualite .sect-title .h2 {
  display: flex;
  align-items: center;
  gap: 6px;
}

.item-actu {
  display: flex;
  flex-direction: column;
  gap: 0px;
  height: 100%;
  border-radius: 0px;
  overflow: hidden;
  transition: 0.6s;
}

.item-actu .img {
  position: relative;
  width: 100%;
  height: 352px;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.5s;
}

.item-actu .img img {
  transition: 0.5s;
  transform: scale(1);
}

.item-actu:hover .img img {
  transition: 0.5s;
  transform: scale(1.1);
}

.item-actu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-actu .title {
  color: #091a27;
  font-family: "Google Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  transition: 0.5s;
  padding-bottom: 15px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
}

.item-actu .description {
  background: transparent;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  transition: 0.6s;
  gap: 15px;
  z-index: 2;
}

.item-actu .more {
  color: #091a27;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.6s;
}

.item-actu .date {
  border-radius: 8px;
  background: #091a27;
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 30px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
}

.item-actu .date .day {
  color: var(--WHITE, #fff);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Google Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
}

.item-actu .date .month {
  color: var(--WHITE, #fff);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Google Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
}

.item-actu .link img {
  transition: 0.6s;
  filter: contrast(0) brightness(10);
}

.item-actu:hover .more {
  transition: 0.6s;
  color: #2d83c5;
}

.hover-underline {
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin: 15px 0;
}

.hover-underline .h4 {
  position: relative;
  transition: all 0.3s ease;
  display: inline;
}

.hover-underline .line-wrapper {
  position: relative;
  display: inline;
}

.hover-underline .line-wrapper::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #263237 0%, #9fb4c0 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.box-title-hover:hover .hover-underline .h4 {
  transform: translateY(-1px);
}

.box-title-hover:hover .hover-underline .line-wrapper::after {
  transform: scaleX(1);
  transform-origin: left;
}

.hover-underline .line-wrapper::after {
  transform-origin: right;
}

.footer .info-footer .item {
  display: flex;
  gap: 5px;
}

.footer .info-footer,
.footer .service-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer .service-footer.styled .link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer .info-footer .description,
.footer .service-footer .link {
  color: #fff;
  font-family: "Google Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer .service-footer .link::before {
  position: relative;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: #2d83c5;
}

.box-copyright .left-copyright a:hover,
.info-footer a.description:hover,
.footer .service-footer a:hover {
  color: #2d83c5;
  transition: 0.3s;
}

.footer .key {
  font-weight: 600;
}

.footer .list-logo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}

.footer .box-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
  background: transparent;
  width: 100%;
  gap: 10px;
}

.footer .box-logo .item {
  width: calc(50% - 15px);
}

.footer .box-logo .item img {
  width: 100%;
}

.certification {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-wrap: wrap;
}

.certification .title {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
}

.certification .detail {
  font-family: "Roboto Mono";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.hr {
  width: 100%;
  position: relative;
  height: 1px;
  border-bottom: 1px solid #f7f7f7;
  margin: 20px 0;
}

.footer .push-top {
  padding-top: 200px;
}

.footer .bottom-footer {
  position: absolute;
  width: auto;
  height: auto;
  z-index: 0;
  bottom: 0px;
  right: 0;
}

.box-copyright {
  margin-top: 30px;
  position: relative;
  padding: 24px 0 0 0;
  background: transparent;
  border-top: 0.5px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-copyright {
  color: #fff;
  font-family: "Google Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.box-copyright .left-copyright a {
  color: #fff;
  font-family: "Google Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

.box-copyright .key {
  color: var(--CDMB-Bleu, #2d83c5);
  font-family: "Google Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  display: inline;
}

.copyright span {
  color: #303030;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.copyright span.key {
  color: #303030;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.copyright .underlined {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.copyright a {
  color: #fff;
  transition: 0.3s;
}

.copyright a:hover {
  color: #000000;
  transition: 0.3s;
}

.link-footer a {
  color: #d4d5d9;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.copyright .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 8px;
}

.arobiz {
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: right;
}

.arobiz .text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  color: #fff;
  font-family: "Google Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.arobiz .text {
  color: #fff;
}

.arobiz img {
  position: relative;
  top: -3px;
}

.z-topped {
  z-index: 5;
  position: relative;
}

.top-index,
section.top-index {
  z-index: 1;
  position: relative;
}
/* ------------------footers----------------------------- */

.footer {
  background: #eaf3f9;
  position: relative;
  padding: 50px 0 35px 0;
}

.interne .footer {
  background: #fff;
}

.box-footer {
  border-radius: 30px;
  overflow: hidden;
  background: #091a27;
  margin: 0 30px;
  padding: 60px;
}

.contact-footer {
  display: flex;
  gap: 40px;
  flex-direction: column;
  color: #ffffff;
}

.contact-footer .item-contact {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contact-form .contact-footer .item-contact {
  align-items: center;
}

.contact-form .contact-footer .item-contact .detail {
  color: #091a27;
}

.contact-form .contact-footer .item-contact .sub-title {
  color: #091a27;
  font-size: 20px;
  font-weight: 600;
}

.contact-footer .item-contact .sub-title {
  color: #fff;
  font-family: "Google Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.contact-footer .item-contact .detail {
  color: #fff;
  font-family: "Google Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  transition: 0.5s;
}

.contact-footer .item-contact a.detail:hover {
  color: #2d83c5;
  transition: 0.5s;
}

.contact-footer .item-contact-footer .detail {
  color: var(--Grey-White, #fff);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.56px;
  transition: 0.4s;
}

.contact-footer .item-contact-footer a.detail:hover {
  color: #7fadb9;
  transition: 0.4s;
}

.contact-footer .item {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
}

.contact-footer .item img {
  transition: 0.3s;
  filter: none;
}

.contact-footer .item:has(a:hover) img {
  transition: 0.3s;
  filter: contrast(0) brightness(10);
}

.contact-footer .item .description {
  display: flex;
  align-items: center;
  color: #3e4344;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: 0.4s;
}

.contact-footer .item .title {
  color: #1b2e5f;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}

.contact-footer .item .detail {
  color: #1b2e5f;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.btn-1.btn-social,
.footer .btn-1.btn-social {
  display: flex;
  align-items: center;
  background: #0077b5;
  border: none;
  justify-content: center;
  padding: 0;
}

.btn-1.btn-social img,
.footer .btn-1.btn-social img {
  filter: none;
  transform: none;
}

.footer .btn-1 .icon {
  width: 64px;
  height: 64px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}

.footer .btn-1 .description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.footer .btn-1 .description .title {
  color: #f7ad00;
  text-align: center;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.footer .btn-1 .description .detail {
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  height: max-content;
  transition: 0.3s;
}

.footer a.btn-1 .description .detail:hover {
  color: #f7ad00;
  transition: 0.3s;
}

.footer .logo-footer {
  display: flex;
  align-items: center;
  height: auto;
  width: 100%;
  max-width: 374px;
}

.footer .logo-footer img {
  width: 100%;
}

.footer .row-bordered {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--Grey-60, #7e8696);
}

.footer .hr-footer {
  background: var(--Grey-60, #7e8696);
  height: 1px;
  width: 100%;
  margin: 35px 0 10px 0;
}

.footer .container {
  position: relative;
}

.footer .newsletter {
  position: relative;
}

.box-newsletter {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(25px);
  overflow: hidden;
  padding: 20px;
}

.box-newsletter .submit {
  display: flex;
  height: 30px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  flex-shrink: 0;
  gap: 8px;
  outline: none;
}

.box-newsletter .submit::before {
  background: #fff;
}

.box-newsletter .submit:hover {
  transition: 0.5s;
  color: #60caf3;
}

.box-newsletter input {
  border-radius: 0px;
  background: transparent;
  height: 46px;
  padding: 0 20px 0 0;
  width: 100%;
  outline: none;
  border: none;
}

.box-newsletter .box-input {
  padding: 5px 7px 5px 20px;
  border-radius: 12px;
  background: rgba(9, 26, 39, 0.5);
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
}

.box-newsletter input,
.box-newsletter input::placeholder {
  color: #fff;
  font-family: "Google Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.footer .newsletter {
  display: flex;
  gap: 0;
  align-items: center;
}

.footer input:focus {
  outline: none;
}

.footer .newsletter input {
  border: none;
  background: #ffffff;
  height: 64px;
  border-radius: 0px;
  padding-left: 20px;
  width: 100%;
  position: relative;
}

.footer .box-newsletter .submit {
  outline: none;
  border: none;
  padding: 0;
  display: flex;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}
/* .footer .newsletter .submit img {
                filter: brightness(100);
                transition: 0.3s;
            }
            
            .footer .newsletter .submit:hover img {
                filter: none;
                transition: 0.3s;
            }
             */

.footer .newsletter .btn-1::after,
.footer .newsletter .btn-1::before {
  border-radius: 0;
  background: #d9d9d9;
}

.footer .accord-form {
  color: #fff;
  font-family: "Google Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.img-animate,
.actualite .box-actu .img img,
.content-img-text .img-content > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 3;
  transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.box-animate:hover .img-animate,
.actualite .box-actu:hover .img img,
.content-img-text .img-content:hover > img {
  transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.content-img-text .img-principal .img-content {
  width: 100%;
  position: relative;
}

.content-img-text .img-principal .img-content img {
  border-radius: 30px;
}

.content-img-text .img-principal .img-content .content-right {
  border-radius: 30px;
  overflow: hidden;
  border: 8px solid #fff;
  position: absolute;
  right: -120px;
  bottom: -72px;
  z-index: 5;
  width: 374px;
  height: 279px;
}

.content-img-text .img-principal .img-content .content-top {
  width: 195px;
  height: 195px;
  position: absolute;
  right: -95px;
  top: 85px;
  z-index: 5;
  background: #2d83c5;
  border-radius: 50%;
  border: 4px solid #fff;
  aspect-ratio: 1/1;
}

.content-img-text .img-principal .img-content .content-top:hover {
  cursor: pointer;
}

.content-top .text-experience {
  width: 100%;
  height: 100%;
  max-width: 124px;
  max-height: 125px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #091a27;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-experience .top {
  display: flex;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 20px;
  margin: 0 auto;
  flex-direction: column;
  gap: 0;
  color: #fff;
  font-family: "Google Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.text-experience .middle {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  color: #2d83c5;
  font-family: "Google Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 10px;
  text-transform: uppercase;
}

.text-experience .bottom {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #2d83c5;
  font-family: "Google Sans";
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  gap: 2px;
}

.text-experience .bottom .year {
  font-family: "General sans bold";
  font-size: 27px;
  line-height: 0.7;
  letter-spacing: -1.9px;
}

.content-top .img-circle {
  position: absolute;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-img-text
  .img-principal
  .img-content
  .content-top:hover
  .img-circle
  img {
  animation-play-state: paused;
}

.content-top .img-circle img {
  animation: spinPause 14s linear infinite;
}

@keyframes spinPause {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.content-top .img-circle img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 5;
}

.image-anime:hover:after {
  height: 150%;
  transition: all 600ms linear;
  background-color: transparent;
}

.content-img-text .img-principal .img-content .content-right img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  object-fit: cover;
}

.list-logo .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 15px;
  border-radius: 13px;
  background: #eee2e2;
  max-width: 195px;
}

.list-logo .item .title {
  color: #134a8b;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

.content-img-text.referencement .img-principal .box-img .bottom-content {
  width: 140px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #bcc5b1;
  border-top-right-radius: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 45px 25px 22px 25px;
}

.partenaire {
  position: relative;
  padding: 90px 0 70px 0;
  background: #ffffff;
}

.partenaire-slide .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partenaire-slide .item img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: 0.5s;
}

.partenaire-slide .item:hover img {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
  transition: 0.5s;
}

.accordion {
  width: 100%;
}

.accordion-item {
  position: relative;
  margin-bottom: 10px;
  transition: max-height 0.7s ease-out;
}

.accordion-item .title {
  color: #1d1d1b;
  font-family: "Archivo";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.accordion-item .description {
  color: #444;
  font-family: "Archivo";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 35px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #f8f8f8;
  cursor: pointer;
  text-align: left;
  outline: none;
  min-height: 60px;
}

.accordion-header:focus {
  border: none;
  outline: none;
}

.accordion-content {
  padding: 10px;
  display: none;
  background-color: #f8f8f8;
  transition: max-height 0.7s ease-out;
  position: relative;
  z-index: 1;
  padding: 0px 35px 20px 35px;
}

.arrow {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
}

.accordion-header.active {
  border: none;
  border-radius: 0;
}

.accordion-item:has(.accordion-header.active) {
  border-radius: 20px;
  border: 1px solid #444;
  background: #fff;
  overflow: hidden;
  transition: 0.7s ease-out;
}

.accordion-header.active .arrow {
  transform: rotate(180deg);
}

.accordion-header.active + .accordion-content {
  display: block;
  transition: 0.7s;
}

.prefooter {
  position: relative;
  padding: clamp(40px, 7vh + 2rem, 85px) 0;
  background: #f8f8f8;
  border-top: 1px solid #d9d9d9;
}

.prefooter .accord-form {
  color: #b0b0b0;
  font-family: "Archivo";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 20px;
}

.prefooter .list-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

a.item-contact:hover .description {
  transition: 0.3s;
  color: #1f662e;
}

.list-contact .item-contact {
  display: flex;
  align-items: center;
  gap: 12px;
}

.old-home-presentation {
  padding: 40px 0;
}

.banniere {
  position: relative;
  height: 365px;
  background: #f9f9f9;
}

.banniere .title {
  color: #000;
  font-family: "Rajdhani";
  font-size: clamp(35px, 4vw + 1rem, 69px);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
}

.banniere .title span {
  color: #227530;
  width: max-content;
  position: relative;
  margin: 0 auto;
}

.banniere .content {
  position: relative;
  z-index: 4;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.banniere .to-bottom {
  bottom: 0;
  display: flex;
  align-items: flex-end;
}

.banniere .ban-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  overflow: hidden;
}

.banniere .ban-img .banniere-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .content-img-text.interne {
    padding-bottom: 120px;
} */

.banniere .formulaire {
  border-left: 2px solid #f7f7f7;
  border-radius: 0 40px 0 0;
}

.content-img-text.interne .left-content {
  position: absolute;
  top: 50%;
  width: 147px;
  height: 146px;
  left: -115px;
  transform: translateY(-50%);
}

.list-item-contact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 25px;
  gap: 20px 35px;
}

.contact-info {
  padding: clamp(30px, 6vh + 1rem, 65px) 0;
}

.img-contact-info {
  width: 100%;
  max-height: 370px;
}

.img-contact-info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-contact-info {
  background: #fff;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-info .item-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-info .title {
  color: #000;
  font-family: "Rajdhani";
  font-size: var(--Text-Sizes-Heading-4, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.contact-info .description {
  color: #000;
  font-family: "Rajdhani";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  transition: 0.6s;
}

.contact-info .link {
  color: #000;
  font-family: "Rajdhani";
  font-size: var(--Text-Sizes-Text-Regular, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: 0.6s;
}

.contact-info .item-info:hover a.description,
.contact-info .item-info:hover .link {
  transition: 0.6s;
  color: #227530;
}

.hr-contact {
  background: #d9d9d9;
  width: 100%;
  height: 1px;
  margin: 0 0 25px 0;
}

.contact-info .submit {
  border-radius: 10px;
  background: #1d1d1b;
  height: 64px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  color: #fff;
  min-width: 200px;
}

.contact-info .box-input {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.contact-info .box-input .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.contact-info .accord-form {
  color: #b0b0b0;
  font-family: "Archivo";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.contact-info .accord-form a {
  color: #b0b0b0;
}

.box-input.textarea {
  width: 100%;
  margin-bottom: 15px;
}

.box-input.textarea .icon {
  top: 20px;
  transform: none;
}

.box-input textarea {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
  min-height: 220px;
  padding: 20px 20px 0 50px;
  width: 100%;
  outline: none;
}

.row-form-contact {
  padding-top: clamp(35px, 7vh + 2rem, 70px);
}

.contact-info .item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}

.contact-info .item .title {
  color: #263237;
  font-family: "Archivo";
  font-size: clamp(21px, 1.5vw + 1rem, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.contact-info .item .description {
  color: #444;
  font-family: "Archivo";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}

.map {
  position: relative;
  z-index: 2;
}

.map-box {
  height: 485px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.map-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-form {
  position: relative;
  padding: clamp(30px, 5vh + 5rem, 85px) 0;
}

.contact-form .box-form {
  border-radius: 30px;
  background: #eaf3f9;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 2;
}

.box-form .deco-valeur {
  opacity: 0.25;
}

.contact-form .label-form {
  color: var(--Grey-100, #283550);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.info-contact {
  position: relative;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-contact .item-contact {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.info-contact .item-contact .icon {
  width: 89px;
  height: 89px;
  border-radius: 10px;
  background: var(
    --justdiagnostics,
    linear-gradient(180deg, #1f662e 0%, #67a97b 100%)
  );
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-contact .item-contact .description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-contact .item-contact .description .title {
  color: #4e4d4d;
  font-family: "Playfair Display";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.info-contact .item-contact .description .detail {
  color: #4e4d4d;
  font-family: "Poppins";
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  transition: 0.3s;
}

.info-contact .item-contact .description a.detail:hover {
  transition: 0.3s;
  color: #1f662e;
}

.contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1);
  z-index: -1;
  animation: bgScale 30s ease-in-out infinite;
}

.contact-form .label {
  color: #000;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.contact-form .title-form {
  color: #f7f7f7;
  font-family: "Oswald";
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.contact-form .info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-form .info .item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 25px;
}

.contact-form .info .item .icon {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1b2e5f;
  flex-shrink: 0;
  position: relative;
  top: -25px;
}

.contact-form .info .item .icon img {
  position: relative;
  right: -18px;
  top: 7px;
}

.contact-form .info .item .description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form .info .item .title {
  color: #1b2e5f;
  font-family: "Oswald";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.contact-form .info .item .detail {
  color: #1b2e5f;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  transition: 0.3s;
}

.info .item a.detail:hover {
  transition: 0.3s;
  color: #ffc620;
}

.contact-form .box-contact {
  position: relative;
  background: var(--Grey-White, #fff);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-top: -80px;
  z-index: 5;
}

.contact-form .item-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form textarea::placeholder,
.contact-form textarea,
.contact-form input::placeholder,
.contact-form input {
  color: #585960;
  font-family: "Google Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.252px;
  line-height: 1.2;
}

.contact-form input {
  height: 60px;
  border-radius: 16px;
  background: var(--WHITE, #fff);
  border: none;
  outline: none;
  margin-bottom: 30px;
  padding: 0px 20px;
  width: 100%;
}

.list-coordonnee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.list-coordonnee .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list-coordonnee .item .sub-title {
  color: var(--Grey-60, #7e8696);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.56px;
}

.list-coordonnee .item .detail {
  color: var(--Grey-100, #283550);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.56px;
}

.list-coordonnee .icon {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50%;
  background: var(--Grey-10, #eaebee);
}

.box-info .item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}

.box-info .item .sub-title {
  color: #303030;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  transition: 0.3s;
}

.box-info .item .detail {
  color: #303030;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  transition: 0.3s;
}

.box-info .item a.detail:hover {
  color: #d69f48;
  transition: 0.3s;
}

.contact-form textarea {
  min-height: 115px;
  border: none;
  border-radius: 16px;
  background: var(--WHITE, #fff);
  outline: none;
  padding: 22px 20px 0 20px;
  margin-bottom: 10px;
  width: 100%;
}

.contact-form .accord-form {
  color: #666;
  font-family: "Google Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.contact-form .accord-form a {
  color: var(--CDMB-Bleu, #2d83c5);
  font-weight: 600;
}

.contact-form .btn-1 {
  border: none;
  outline: none;
  padding: 0 34px;
  /* width: 100%; */
  background-color: #2d83c5;
  color: #fff;
}

.contact-form .btn-1 span {
  background: #091a27;
}

.contact-form .btn-1 img {
  filter: contrast(0) brightness(10);
}

.contact-form .box-btn.colored span {
  border-color: initial;
}

.list-info {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.list-info .item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  padding: 20px 15px;
  min-width: 314px;
}

.list-info .item .title {
  font-family: "Roboto Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

.list-info .item .detail {
  color: #000000;
  font-family: "Roboto";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 118.182% */
}

.list-info .item:hover .title {
  color: #fff;
}

.list-info .item:hover .detail {
  color: #d5c9c0;
}

.list-info .item:hover {
  background: #565944;
}

.list-info .item:hover img {
  filter: brightness(10);
}

.contact-form .bg-contact-form {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 1;
  width: auto;
  height: auto;
}

.contact-form .bg-contact-form img {
  width: 100%;
  height: 100%;
}

.recaptcha {
  display: flex;
  gap: 30px 50px;
  flex-wrap: wrap;
}

.contact-form .btn-1:hover {
  transition: 0.3s;
  color: #fff;
}

.bloctel {
  display: flex;
  align-items: center;
  background: #f6f4d2;
  padding: 20px;
  gap: 10px;
}

.bloctel .separator {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.bloctel .separator::before {
  position: absolute;
  height: 50px;
  width: 1px;
  background: #534741;
  content: "";
}

.bloctel .description {
  color: rgba(83, 71, 65, 255);
  font-size: 14px;
  font-family: "Rubik";
  font-weight: 400;
}

.form-accord {
  font-size: 14px;
  font-weight: 400;
  color: #101326;
}

.form-accord a {
  color: #55b7d9;
  /* text-decoration: underline; */
  font-weight: 700;
}

.img-contact {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-contact img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-contact {
  background: #181818;
  width: 100%;
  max-width: 263px;
  display: flex;
  padding: 15px 30px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #ffffff;
  border: none;
  outline: none;
  text-transform: uppercase;
}

.btn-contact .icon {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  border-radius: 100%;
}

.btn-contact:hover img {
  filter: brightness(0);
}

.btn-contact:hover {
  background: #ceb35e;
  color: #2b2b2b;
}

.btn-contact:hover {
  background: #ceb35e;
  color: #2b2b2b;
}
.flex-avis .box-avis {
    top: initial;
}