@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

body {
  /*font-family: "Roboto", sans-serif;*/
  font-family:'Montserrat', Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: #ffffff;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.heading_container h2 {
  font-weight: bold;
  position: relative;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 75px;
  height: 5px;
  background-color: #30ae69;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*header section*/
.hero_area {
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .who_section.layout_padding {
  padding-top: 0;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #FFF;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

@media only screen and (min-width: 600px){
	
	.header_section .container-fluid {
	  /*prs*/
	  display: flex;justify-content: center;
	  height: 61px !important; */
	  /*prs*/

	}
}


@media only screen and (max-width: 600px){
	
	.header_section .container-fluid {
	  padding-right: 25px;
	  padding-left: 25px;
	  display: flex;justify-content: space-between;;
	  /*height: 61px !important; */
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  position: relative;
	}

}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  margin: 10px 30px;
  padding: 0;
  color: #000;
  text-align: center;
  position: relative;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active a::after, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover a::after {
  display: block;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  color: #ffffff;
  margin: 10px 30px;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  position: relative;
}

.navbar-brand span {
  font-size: 20px;
  color: #000000;
  position: relative;
  z-index: 3;
}

.navbar-brand::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 45px;
  height: 45px;
  /*background-color: #FFFFFF;*/
  z-index: 2;
}

@media only screen and (min-width: 1537px){

	.navbar-brand {
	  margin-right: 200px;
	}

}


.navbar-toggler {
    border: 2px solid rgba(0,0,0,.1) !important; /* Force une bordure verte */
    padding: 5px 8px;
    border-radius: 5px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(31, 30, 30, 0.788);
    outline: none;
}

/*end header section*/
.slider_section {
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .box {
  margin: 125px 0;
}

.slider_section .detail-box h1 {
  font-size: 4rem;
  font-weight: bold;
  margin-left: 2%;
}

.slider_section .detail-box h2 {
  font-weight: bold;
  font-size: 2.5rem;
  margin-left: 2%;

}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 35px;
}

.slider_section .detail-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

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

/* Container des indicateurs */
.slider_section #carouselExampleIndicators .carousel-indicators {
  bottom: 45px; /* Réactivé selon votre commentaire */
  margin: 0;
  display: flex; /* Assure un bon alignement des traits */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px; /* Espace constant entre les traits */
}

/* Style des traits (Inactifs) */
.slider_section #carouselExampleIndicators .carousel-indicators li {
  width: 25px;          /* Largeur du trait au repos */
  height: 3px;          /* Épaisseur fine pour le style */
  background-color: transparent;
  border: 1px solid #ffffff; /* Bordure fine pour les traits secondaires */
  border-radius: 2px;   /* Très léger arrondi pour la finition */
  opacity: 0.6;         /* Semi-transparent pour ne pas distraire */
  transition: all 0.3s ease; /* Transition fluide */
}

/* Style du trait Actif */
.slider_section #carouselExampleIndicators .carousel-indicators li.active {
  width: 50px;          /* Le trait s'allonge pour l'effet "premium" */
  height: 4px;          /* Légèrement plus épais */
  background-color: #ffffff; /* Fond plein pour indiquer la position */
  border: none;         /* Supprime la bordure pour un aspect propre */
  opacity: 1;           /* Pleine opacité */
}

.how_section .how_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.how_section .how_container .box {
  text-align: center;
  margin: 10px;
  min-width: 200px;
  width: 325px;
}

.how_section .how_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  background-color: #fbfafb;
}

.how_section .how_container .box .img-box svg {
  width: 75px;
  height: auto;
}

.how_section .how_container .box .detail-box {
  margin-top: 15px;
}

.how_section .how_container .box .detail-box h5 {
  font-weight: bold;
  position: relative;
}

.how_section .how_container .box .detail-box h5::before {
  display: none;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 75px;
  height: 2px;
  background-color: #30ae69;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.how_section .how_container .box .detail-box p {
  color: #b8b8b8;
}

.how_section .how_container .box:hover .img-box {
  background-color: #e8e7ea;
}

.how_section .how_container .box:hover .img-box svg {
  fill: #ffffff;
}

.how_section .how_container .box:hover .detail-box {
  margin-top: 15px;
}

.how_section .how_container .box:hover .detail-box h5::before {
  display: block;
}

.how_section .how_container .box:hover .detail-box p {
  color: #393a3c;
}

.how_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.how_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.how_section .btn-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

.about_section {
  text-align: center;
}

.about_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.about_section .box .img-box img {
  max-width: 100%;
  -webkit-filter: drop-shadow(0px 36px 13px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 36px 13px rgba(0, 0, 0, 0.3));
}

.about_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 35px;
}

.about_section .btn-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

section.app_section {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#30ae69), to(#072e85));
  background: linear-gradient(to right, #30ae69, #072e85);
}

section.app_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.app_section .detail-box h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

section.app_section .detail-box .download_box {
  margin-top: 55px;
  max-width: 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.app_section .detail-box .download_box h5 {
  margin-right: 25px;
}

section.app_section .detail-box .download_box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.app_section .detail-box .download_box .btn-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
}

section.app_section .detail-box .download_box .btn-box a img {
  max-width: 100%;
}

section.app_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(1.07) translateY(-14px);
          transform: scale(1.07) translateY(-14px);
}

section.app_section .img-box img {
  width: 85%;
}

.auto_section {
  text-align: center;
}

.auto_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.auto_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}

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

.auto_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.auto_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 35px;
}

.auto_section .btn-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65%;
  margin: 45px auto;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 40px 5px 15px;
  text-align: center;
  position: relative;
  margin-right: 25px;
}

.client_section .box .client_id .img-box {
  width: 175px;
}

.client_section .box .client_id .img-box img {
  width: 100%;
}

.client_section .box .client_id .name {
  margin-top: 15px;
}

.client_section .box .client_id .name h5 {
  text-transform: uppercase;
  font-size: 18px;
}

.client_section .box .client_id .name h6 {
  color: #6d6c6c;
}

.client_section .box .client_id:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  -webkit-clip-path: polygon(0 14%, 89% 14%, 89% 48%, 100% 53%, 89% 58%, 89% 100%, 0 100%);
          clip-path: polygon(0 14%, 89% 14%, 89% 48%, 100% 53%, 89% 58%, 89% 100%, 0 100%);
}

.client_section .box .client_id:after {
  content: "";
  position: absolute;
  top: 17%;
  left: 3%;
  width: 85%;
  height: 85%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -2;
  -webkit-filter: blur(25px);
          filter: blur(25px);
}

.client_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 25px;
}

.client_section .btn-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

.info_section {
  background-color: #171717;
  color: #ffffff;
  padding: 90px 0 45px 0;
}

.info_section h5 {
  margin-bottom: 35px;
  font-size: 22px;
}

.info_section .info_contact .info_logo a {
  position: relative;
}

.info_section .info_contact .info_logo a span {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  z-index: 3;
}

.info_section .info_contact .info_logo a::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 60px;
  height: 55px;
  background-color: #30ae69;
  z-index: 2;
}

.info_section .info_contact .img-box {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .info_contact p {
  margin: 0;
}

.info_section .info_contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.info_section .info_contact > div img {
  height: auto;
  margin-right: 12px;
}

.info_section .info_links ul {
  padding: 0;
}

.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  display: inline-block;
  color: #ffffff;
  margin: 2px 0;
}

.info_section .info_form form input {
  outline: none;
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}

.info_section .info_form form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section .info_form form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section .info_form form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section .info_form form input::placeholder {
  color: #ffffff;
}

.info_section .info_form form button {
  display: inline-block;
  padding: 8px 35px;
  background-color: #30ae69;
  border: 1px solid #30ae69;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
}

.info_section .info_form form button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

/* footer section*/
.footer_section {
  background-color: #171717;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_section p {
  padding: 20px;
  color: #636363;
  margin: 0 auto;
  text-align: center;
}

.footer_section a {
  color: #636363;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */

/*---------- PRS -----------*/
.btn-u.btn-u-red {
   background: #e74c3c;
   color: white;
}

.btn-u.btn-u-red {
    background: #ff8b15;
    background: #f15a24;
    color: white;
    font-weight:bold;
    border-radius:4px;
      border: 1px solid #fff;
	height: 61px !important;
}

.btn-u.btn-u-red:hover {
  border-color: #333;
  background-color: #333;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
  color: #fff;
  border: 1px solid #fff;
  text-decoration:none;
}


.btn-u.btn-u-red:hover, 
.btn-u.btn-u-red:focus, 
.btn-u.btn-u-red:active, 
.btn-u.btn-u-red.active, 
.open .dropdown-toggle.btn-u.btn-u-red {
   color:white;
}


.free-trial{
	background-color: #40c946;
	border-color:#40c946;
  color: #FFF;
}
.online-free-trial{
	background-color: #f15a37;
	border-color:#f15a37;
}

.free-trial:hover {
  background: #000;
  border-color:#000;
}
.online-free-trial:hover {
  background: #000;
  border-color:#000;
}


/* CONTENEUR DE L'ANIMATION */
    .sdepend-container {
      width: 100%;
      height: 100vh;              /* plein écran */
      overflow: hidden;
      background: transparent;           /* fallback si iframe lent */
    }

    /* IFRAME ISOLÉ */
    .sdepend-iframe {
      width: 100%;
      height: 100%;
      border: none;
      display: block;             /* évite les décalages inline */
    }
	/* Petit séparateur visuel optionnel */
        .separator {
			width: 50px;
			height: 2px;
			background: linear-gradient(red, red, red);
			margin: 10px auto;   /* 👈 CENTRAGE */
			border-radius: 2px;
		}

	.text-container-sdepend-annimation-highlight-text {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  font-weight: bold;
	  font-size: 1.5rem;
	}
	
.container {
  max-width: 99% !important;
  max-height: 100% !important;
  width: 100% !important;
  height: 100% !important;

  padding-right: 0px !important;
  padding-left: 0px !important;
}
		
/* État désactivé du bouton Next */
.btn-next:disabled {
    background-color: #e1e8ed !important;
    color: #adb5bd !important;
    cursor: not-allowed;
    transform: none !important;
}

/* Message d'erreur caché par défaut */
.error-msg {
    color: #ff4d4d;
    font-size: 12px;
    display: none;
    margin-top: -5px;
    margin-bottom: 10px;
    text-align: left;
}

/* Nouveau design Téléphone */
.phone-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    padding: 5px 15px;
    margin-bottom: 20px;
    transition: border-color 0.3s;
}

.phone-wrapper:focus-within {
    border-color: #007bff;
}

.country-select {
    display: flex;
    align-items: center;
    gap: 8px;
    border-right: 1px solid #eee;
    padding-right: 10px;
    margin-right: 10px;
}

.country-select select {
    border: none;
    background: transparent;
    font-weight: 600;
    cursor: pointer;
    outline: none;
}

#phone {
    border: none !important;
    padding: 10px 0 !important;
    margin: 0 !important;
}

/* Checkbox personnalisée */
.checkbox-custom {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #6c757d;
    cursor: pointer;
    text-align: left;
}


.info_contact i, .info_contact img {
    filter: drop-shadow(0 0 5px rgba(48, 174, 105, 0.2)); /* Optionnel : léger glow */
}
/* Si tu utilises FontAwesome pour le globe */
.info_contact .fa-globe {
    color: #30ae69 !important; 
}





/* --- Section Integrations & Ecosystems --- */
.integration_section {
    /* Dégradé pour matcher tes screenshots : du bleu nuit profond au noir du footer */
    background: radial-gradient(circle at center, #0a192f 0%, #06101d 60%, #030a12 100%);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    /* Ligne de séparation subtile avec le vert SDepender */
    border-top: 1px solid rgba(48, 174, 105, 0.2);
}

/* Titrage */
.integration_title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.integration_title h6 {
    color: #30ae69; /* Ton vert */
    letter-spacing: 4px;
    font-size: 0.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
    /* Petit effet glow sur le titre */
    text-shadow: 0 0 15px rgba(48, 174, 105, 0.4);
}

.integration_title h2 {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

/* Conteneur du ruban défilant */
.logos_wrapper {
    width: 100%;
    margin-top: 50px;
    white-space: nowrap;
    position: relative;
    /* Masque linéaire pour faire apparaître/disparaître les logos en fondu */
    mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
}

/* Animation de défilement */
@keyframes slide {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.logos_slide {
    display: inline-block;
    animation: 15s slide infinite linear;
}

.logos_slide img {
    height: 62px; /* Taille pro et équilibrée */
    margin: 0 50px;
    
    opacity: 0.5;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Interaction au survol */
.logos_slide img:hover {
    opacity: 1;
    filter: none; /* Retour aux couleurs originales (GitHub, Docker, etc.) */
    transform: scale(1.25);
    cursor: pointer;
    /* Effet de lueur bleue derrière le logo pour rappeler tes stats */
    filter: drop-shadow(0 0 20px rgba(0, 123, 255, 0.6));
}

/* Pause de l'animation quand on regarde un logo de près */
.logos_wrapper:hover .logos_slide {
    animation-play-state: paused;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .integration_title h2 {
        font-size: 1.6rem;
        padding: 0 20px;
    }
    .logos_slide img {
        height: 35px;
        margin: 0 30px;
    }
}

@media (max-width: 991px) {
    .header_section .container-fluid {
        height: auto !important; 
        padding: 10px 25px;
    }
    
    .navbar-collapse {
        background: #ffffff;
        padding: 20px 0;
        text-align: center;
    }

    /* Évite que les liens soient trop collés sur mobile */
    .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
        margin: 10px 0;
    }
}

/* Conteneur principal de la nav */
.custom_nav-container {
    display: flex;
    justify-content: space-between; /* Espace entre Logo et le reste */
    align-items: center;
    width: 100%;
}


/* 1. Le conteneur du milieu (collapse) doit prendre tout l'espace libre */
.navbar-collapse {
    justify-content: center; /* Centre le contenu par défaut */
}

/* 2. Style de la liste (UL) pour le centrage parfait */
.navbar-nav {
    display: flex;
    align-items: center;
    /* On utilise margin auto pour le centrage dynamique */
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; /* Empêche le texte de passer sur 2 lignes */
}

/* 3. L'effet de décalage progressif vers la droite (Resize) */
@media (min-width: 1200px) {
    .navbar-nav {
        /* Plus l'écran est grand, plus on pousse vers la droite 
           en augmentant la marge de gauche par rapport à celle de droite */
        margin-left: 20%; 
        margin-right: auto;
    }
}

/* 4. Fix pour éviter que les boutons collent au menu */
.user_option_container {
    margin-left: 20px;
}

/* 5. Empêcher le logo d'être trop imposant sur les tablettes */
.navbar-brand img {
    max-width: 140px;
    height: auto;
}

/* Cache le texte pour les humains mais le laisse visible pour les robots Google */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.custom_nav-container .nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 14px; /* Un peu plus petit pour gagner de l'espace */
    font-weight: 500; /* Medium : plus lisible que le Normal */
    letter-spacing: -0.01em; /* Un peu plus serré pour le look moderne */
    color: #333 !important;
    transition: all 0.3s ease;
    text-transform: none; /* Garde les majuscules naturelles */
}

/* Effet au survol plus propre */
.custom_nav-container .nav-link:hover {
    color: #30ae69 !important; /* Ton vert SDepender */
}

.navbar-nav .nav-item {
    /* Utilise des unités flexibles pour l'espacement */
    margin: 0 5px; 
}

/* Pour le lien très long "Vulnerability Intelligence" */
.nav-link[href*="vulnerability"] {
    letter-spacing: -0.02em; /* On serre un peu plus ce lien spécifique */
}