.hero .right {
/*  max-height: calc(100vh - 100px);*/
  overflow: auto;
  padding-top: 30px;
}
.hero .left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.hero .left > div {
  padding: 30px 0;
}

.hero .hero-logo {
  max-width: 300px;
}

img.hero-title,
h2.hero-title,
h3.hero-title {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  color: #4694D1;
  font-weight: 500;
}

.hero .title, .intro .title {
  font-size: 1.5rem;
  color: #0c4da2;
  font-weight: bold;
}

.hero .left > div {
  padding: 30px 0;
  max-width: fit-content;
  margin: 0 auto;
}

.hero .patent {
  margin-top: 35px !important;
  max-width: fit-content;
  height: fit-content;
}

p.hero-subtitle {
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
.hero h2 {
  text-align: center;
  font-weight: bold;
}

.screens_slides {
  overflow: hidden;
}
.screens_slides > div {
  display: flex;
  gap: 30px;
  margin-top: 50px;
  max-width: 100vw;
}
.screens_slides img {
  max-height: 200px;
  width: auto;
}

.screens_slides > div {
  animation: moveRow 45s infinite linear;
}
.screens_slides > .reverse {
  animation: moveRowRev 45s infinite linear;
}
@keyframes moveRow {
    0% {
        transform: translate3d(0, 0, 0)
    }

    50% {
        transform: translate3d(-50%, 0, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}
@keyframes moveRowRev {
        0% {
        transform: translate3d(-50%, 0, 0)
    }

    50% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-50%, 0, 0)
    }
}

.hero .sub p {
  color: #fff;
  text-align: center;
  margin: 30px 0;
  font-size: 12px;
  margin-bottom: 0;
}
.hero .badges img {
  max-width: 220px;
  width: 100%;
}

.hero_cta {
  background-color: #1E6ADB;
  color: #fff;
  padding: 30px 0;
  margin-top: 30px;
}
.hero_cta .col-md-6 {
  position: relative;
}
.hero_cta .col-md-6 img {
  position: absolute;
  top: -170px;
  max-width: 450px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width:865px) {
  .hero .hero-logo {
    max-width: 200px;
    margin: 0 auto;
  }
    .hero .patent {
    font-size: 12px;
  }
  .hero_cta img.ss-hidden {
    max-width: 400px;
  }
}

/**/
.sectitle {
  text-align: center;
  margin-bottom: 30px;
}
.sectitle h2 {
  color: #000;
  font-weight: bold;
  font-size: 32px;
}

.sectitle h2 span {
  font-size: 18px;
  border-bottom: 1px solid #000;
}
/**/

/*technology*/
.technology .boxes {
  background-color: #fff;
  padding: 20px 50px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 10px 12px -3px rgba(117,117,117,.4);
  -moz-box-shadow: 5px 10px 12px -3px rgba(117,117,117,.4);
  box-shadow: 1px 2px 12px -3px rgba(117,117,117,.4);
}
.technology .boxes.fst {
  margin-top: -50px;
  margin-bottom: 100px;
}
.technology h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
}
.technology .box img {
  margin-bottom: 20px;
}
.technology .box span {
  color: #1E6ADB;
  font-weight: bold;
}
.technology .box h4 {
  font-size: 24px;
  margin: 15px 0;
}

.technology li {
  list-style: disc;
}
/**/


/*policy*/
.policy {
  padding: 50px 0;
}
.policy .container.small {
  max-width: 1024px;
}
.policy .headerbox {
  font-size: 16px;
  background-color: #000;
  color: #fff;
  width: max-content;
  max-width: 100%;
  padding: 15px 30px;
  text-align: center;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.policy img {
  width: 100%;
}
.policy .col-md-4.zoom {
  overflow: hidden;
}
.policy .content {
  background-color: #F7F7F7;
  padding: 20px;
  text-align: center;
  height: 100%;
}
.policy .col-md-4:nth-child(2) .content {
  background-color: #EEEEEE;
}
.policy .col-md-4:nth-child(3) .content {
  background-color: #DEDEDE;
}

.policy h4 {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 26px;
}
.policy .content p {
  font-size: 20px;
}
/**/

/*services*/

.services .vidsec {
  padding: 50px 0;
}
.services .title {
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}

.services .title > * {
  display: inline-block;
  font-weight: bold;
  padding: 0 5px;
  vertical-align: middle;
  line-height: 40px;
  margin: 0;
}
.services .vidsec {
  background: linear-gradient(#D3D3D3, #fff);
}
.services .video {
  max-width: 600px;
  margin: 0 auto;
}
.services .video p {
  color: #4E4E4E;
  font-size: 16px;
  text-align: center;
  background-color: #F1F1F1;
  padding: 20px 0;
  margin-top: 30px;
}

.services > .title > div > div {
  display: flex;
  flex-direction: column;
}
.services > .title h3 {
  vertical-align: bottom;
}

.en .services > .title h3 {
  vertical-align: unset;
}

.services .number {
  font-size: 60px;
  color: #0C4DA2;
  font-weight: bold;
}

.en .services .number {
  font-size: 46px;
}

.services .box-title {
  color: #0C4DA2;
  font-size: 30px;
  font-weight: bold;
  padding-left: 20px;
}
.en .services .box-title {
  font-size: 24px;
}

.services .box, .highlight .box {
  background-color: #E3E3E3;
  line-height: 200px;
  margin-bottom: 30px;
  border: 15px solid #fff;
  text-align: center;
  border-radius: 30px;
  -webkit-box-shadow: 5px 5px 12px 0px rgba(117,117,117,1);
  -moz-box-shadow: 5px 5px 12px 0px rgba(117,117,117,1);
  box-shadow: 5px 5px 12px 0px rgba(117,117,117,1);
}

.services .box img {
  max-width: 100%;
}

.services .bg-bar {
  background-color: #F4F8F9;
  width: 100%;
  height: 100px;
  top: -10%;
  z-index: -1;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.services .line-one {
  position: relative;
  margin-bottom: 100px;
}

.services .line h3 {
  color: #0C4DA2;
  font-size: 30px;
  font-weight: bold;
}

.services .line span {
  font-size: 60px;
}

.services .half-img img {
  width: 100%;
}

.services .half-img {
  overflow-y: clip;
}

.services .half-img.right {
  padding-right: 0 !important;
  position: absolute;
  right: 0;
  left: 50%;
  margin-left: auto;
  width: auto;
  overflow: hidden;
}

.services .right .image {
  background-color: #f4f8f9;
  min-height: 400px;
  height: 100%;
}

.services .right .image img {
  max-height: 400px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.services .left .image {
  background-image: url("../../assets/img/service2.png");
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
  max-width: 50vw;
  overflow: hidden;
  width: 100vw;
  margin-left: calc((-100vw + 980px)/2);
  right: 10px;
}

.services .line .container {
  margin-bottom: 30px;
}

.services .line .row {
  min-height: 300px;
}
/**/
.media span {
  white-space: nowrap;
}
/**/



/*nav*/
#mega-menu-max_mega_menu_4 .orangebg .mega-menu-link {
  background: #ff6b00 !important;
  color: #fff !important;
  border-radius: 5px !important;
  padding: 0 25px !important;
  border: 1px solid #ff6b00 !important;
}
#mega-menu-max_mega_menu_4 .orangebg .mega-menu-link:hover {
  background: #ffffff !important;
  color: #ff6b00 !important;
}

/*section*/

.anchor{
   display:block;
   height:73px;
   margin-top:-73px;
   visibility:hidden;
}
section {
  margin: 0;
  padding: 50px 0;
}
section h2, section .container > span {
  text-align: center;
  display: block;
  font-weight: bold;
}
section .container > span {
  color: #2068FB;
}
section h2 {
  margin-bottom: 50px;
}

/*hero*/
section.hero {
  margin: 0;
  padding: 0;
}
section.hero .hero {
  padding: 50px 0;
  background: rgb(0,60,149);
  background: linear-gradient(0deg, rgb(0, 60, 149) 0%, rgb(0, 101, 251) 100%);
}

@media (max-width: 767px) {
 section.hero .hero {
    /*padding: 130px 0;  Réduire le padding pour les mobiles */
    background: rgb(0, 60, 149);
    background: linear-gradient(0deg, rgb(0, 60, 149) 0%, rgb(0, 80, 200) 100%); /* Changer le dégradé */
    min-height: 65vh;
  }
  section.hero .hero .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

   .hero p {
      margin-top: 20px !important;
      margin-bottom: 0;
    }
  
}
.hero2 h1 {
  font-size: 42px;
  color: #fff;
  line-height: 1.4;
  border-bottom: 3px solid #FFF503;
  width: fit-content;
}
.hero2 h3 {
  font-size: 24px;
  color: #fff;
}
.hero h3 span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  vertical-align: text-top;
}
.hero img {
  max-width: 600px;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 10px;
}
.hero .right {
  background-color: #fff;
  box-shadow: 10px 10px 18px rgba(255,255,255,.5);
  padding: 0;
  border-radius: 4px;
}
.hero .right span {
  background-color: #d0e4ff;
  color: #404040;
}
.hero p {
  color: #fff;
  font-size: 15px;
  margin-top: 30px;
}


/*problem*/
.problem h2 {
  color: #404040;
  text-shadow: unset;
}
.problem .content {
  overflow: auto;
}
.problem .left, .problem .right {
  background-color: #F6F9FF;
  max-width: 60%;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.problem .right {
  float: right;
}
.problem .box {
  width: 100%;
  padding: 20px 50px;
  box-shadow: unset;
  display: flex;
  position: relative;
  overflow: auto;
  justify-content: space-between;
  align-items: center;
}
.problem .box img {
  max-height: 40px;
  float: right;
}
.problem .box p {
  font-size: 18px;
  float: left;
  color: #404040;
  margin-bottom: 0;
}

/*sol*/
/*.sol span {
  font-size: 24px;
}*/
.sol h2 {
  color: #404040;
  text-shadow: unset;
  margin-top: 10px;
}
.sol .box {
  background-color: #F6F9FF;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sol h4 {
  font-size: 26px;
  font-weight: bold;
  color: #404040;
  font-size: 18px;
}
.sol h5 {
  color: #0065FB;
  font-weight: bold;
  font-size: 16px;
  background-color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  max-width: 200px;
  margin: 0 auto;
}
.sol .bottom {
  background-color: #0065FB;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px;
  font-size: 16px;
}
.solutions .bottom {
  margin-top: 30px;
}
.solutions .improve {
  background-color: #C5DCFF;
  color: #404040;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 20px;
}
.solutions .box img {
  max-width: 800px;
  margin: 0 auto;
  display: block;
  margin: 0 auto;
  max-height: 120px;
}
.solutions img {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 100px;
  display: block;
}
/*service*/
.service .row {
  margin-bottom: 50px;
}
.service .row:last-child {
  margin-bottom: 0;
}
.service h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.service img {
  max-height: 260px;
  width: auto;
  margin: 0 auto;
  display: block;
}
.service li {
  list-style: decimal;
}

/*plan*/
section.plan h2 {
  margin-bottom: 60px;
}
.plan .box {
  position: relative;
  background-color: #EFF5FF;
}
.plan .title {
  background-color: #2068FB;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
  padding: 10px;
  margin-bottom: 16px;
}
.plan .box .desc {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}
.plan ul > li {
  list-style: disc;
}
.plan ul ul > li {
  list-style: none;
  font-size: 18px;
}
.plan ul ul > li::before {
  content: "-";
  margin-right: 10px;
}


/*case*/
.case .cname {
  display: block;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14pt;
}
.case h4 {
  margin-bottom: 30px;
  color: #1D65FB;
}

.case .faq {
  margin-top: 50px;
}
.case .helpie-faq-col {
  margin: 0;
  width: 100%;
  max-width: unset;
}
.helpie-faq {
  padding: 0;
}
.case .faq .col-md-2 > span {
  margin-top: 28px;
  text-align: right;
  font-size: 24px;
  display: block;
  font-weight: bold;
}
.accordion__body p::before {
  display: block;
  margin-bottom: 10px;
}

/*contact cta*/
.contactsec {
  background-color: #F2F9FF;
}
.contactsec .form {
  background-color: #fff;
}


/*mobile*/

@media (max-width:767px) {

  section {
    padding: 30px 0;
  }
  section h2 {
    margin-bottom: 20px;
  }

  #testamonial {
    scroll-margin-top: 77px;
  }

  #mega-menu-wrap-max_mega_menu_4 {
    position: fixed;
    right: 10px;
  }
  #mega-menu-max_mega_menu_4 .orangebg .mega-menu-link {
    border-radius: 0 !important;
  }

 .ctabtn {
    border-radius: 50px;
    color: #fff;
    padding: 10px 20px;
    margin: 20px auto;
    max-width: 350px;
    background-color: #FF6B00;
    border: 2px solid #FF6B00;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
    text-align: center;
    text-decoration: navajowhite;
    font-weight: bold;
  }
  .ctabtn span {
    font-size: 15px;
    display: block;
    width: 100%;
  }
  .ctabtn span.hbig {
    font-size: 20px;
  }

  /*hero*/
  .hero .left > div {
    padding: 0;
  }
  .hero2 h1 {
    width: 100%;
    border-bottom: none;
    margin-bottom: 0;
    }
  .hero2 h1 span {
    font-size: 36px;
    display: block;
    text-align: center;
  }
  .hero2 h1 span.hsmall {
    font-size: 25px;
  }
  .hero img {
    max-width: 100%;
    margin-top: 0;
  }
  .hero2 h3 {
    font-size: 18px;
    width: 100%;
    margin: 0;
  }
  .hero p {
    font-size: 11px;
    margin-top: 50px;
  }


  /*problem*/
  .problem .left, .problem .right {
    width: 100%;
    max-width: unset;
  }
  .problem .right .box {
    flex-direction: row-reverse;
  }
  .problem .box p {
    font-size: 14px;
    font-weight: bold;
  }
  .problem .box p span {
    width: 100%;
    display: block;
    text-align: left;
  }


  /*solution*/
  .solutions .sol {
    position: relative;
    background-color: #2068FB;
    color: #fff;
    padding-top: 30px;
  }
  .solutions .container > span {
    color: #fff;
  }
  .sol h2 {
    color: #fff;
  }
  .sol .col-md-4 {
    margin-bottom: 30px;
  }
  .sol h5 {
    color: #404040;
    background-color: #E2EEFF;
    border-radius: 50px;
    max-width: unset;
    width: 100%;
  }
 .solutions > .bottom {
    padding-top: 60px;
    position: relative;
    margin-top: 0;
  }
  .solutions > .bottom::before {
    content: '';
    border-top: 40px solid #1f67fa;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sol .bottom {
    background-color: #404040;
  }
  .solutions .bottom img {
    max-width: 100%;
  }
  /*service*/
  .service .row {
    background-color: #F6F6F6;
    padding: 20px 10px;
    margin-bottom: 20px !important;
  }
  .service h3 {
    border-bottom: 1px solid #C1C1C1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #1D65FB;
    text-align: left;
    font-size: 16px;
  }
  .service p {
    text-align: left;
  }
  .service li {
    text-align: left;
  }

  /*plan*/
  .plan .title {
    position: relative;
    top: unset;
    background-color: transparent;
    color: #2068FB;
    width: unset;
    left: unset;
    transform: unset;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .plan .box {
    margin-bottom: 30px;
    padding: 10px;
  }
  .plan .box .desc {
    font-size: 16px;
  }
  .plan ul > li {
    font-size: 16px;
    text-align: left;
  }
  .plan p {
    font-size: 16px;
  }

  /*case*/
  .case h4, .case p {
    text-align: left;
  }
  .case .box h4 {
    font-size: 18px;
  }
  .case .box p {
    font-size: 14px;
  }
  .case .faq .col-md-2 > span {
    text-align: center;
    font-size: 20px;
    color: #1F6ADB;
  }
  .accordion__header {
    padding: 5px !important;
  }
  .accordion__title {
    max-width: 85%;
  }
  .accordion__title {
    display: flex;
    gap: 2px;
  }

  /*footer*/
  footer {
    padding-top: 30px;
  }

}


/**/


li.lp-enterprise {
  display: none !important;
}

#mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item > a.mega-menu-link {
  font-size: 16px;
}
#mega-menu-item-28869 {
  margin-left: 20px !important;
}

.hero .right .form {
  padding: 10px 16px;
}

.service .container {
  max-width: 1024px;
  padding: 20px 32px !important;
}