/**
* Template Name: Gp
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Updated: Aug 15 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700&display=swap');

:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway", sans-serif;
  --nav-font: "Poppins", sans-serif;

}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #444444;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #151515;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #173D91;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #312f2f;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */

}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: rgba(255, 255, 255, 0.905);
  /* The default color of the main navmenu links */
  --nav-hover-color: #173D91;
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #212529;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #173D91;
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
  --color: #7a7a7a28;
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #2a2727;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}
.circular-icon {
  width: 50px; /* Ajustez la taille selon vos besoins */
  height: 50px;
  border-radius: 50%; /* Rend l'image circulaire */
  object-fit: cover; /* S'assure que l'image s'ajuste bien dans le cercle */
  border: 2px solid #ccc; /* Optionnel : ajoute une bordure */
}
.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --heading-color: #ffffff;
  --contrast-color: #ffffff;
  color: var(--default-color);
  padding: 5px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 32px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .logo span {
  color: var(--accent-color);
  font-size: 32px;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--contrast-color);
  font-size: 14px;
  padding: 8px 30px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: 0.3s;
  border: 2px solid var(--accent-color);
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--default-color);
  background: var(--accent-color);
}

@media(min-width:1360px) {
  .image-process{
    width: 480px;
    height: auto;
    margin-top: 50px;
  }
  .row-download .col-4 {
    width: 25%; 
  }
  .row-download{
    margin-left: -20px !important;
      }
  .mock-image{
width: 200px;
height: 460px;
  }
  .qr-image{
width: 170px;
height: 380px;
margin-top: 80px;

  }
.image-mockup{
  width: 500px;
  height: 300px;
}
  .default-style-number{
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 700;
    color: #545A6133;
    }
    .default-style-title{
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 700;
    color: #545A61;
    line-height: 24px;
    }
    .default-style-text{
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 300;
    color: #545A61;
    line-height: 18px;
    }
    .title-active-title{
      font-family: 'Poppins';
      font-size: 18px;
      font-weight: 700;
      color: #C20B25;
      line-height: 18px;
      }
      .title-active-text{
        font-family: 'Poppins';
        font-size: 12px;
        font-weight: 500;
        color: #000000 !important;      
          line-height: 18px;
        }
    .chiffre-increm {
      color: #C20B25;
      font-family: 'Poppins';
      font-size: 32px;
      font-weight: 700;
      line-height: 48px;
      text-decoration: underline;
      
      }
  .logoServiniClient{
    width: 40%;
    margin-top: 20px;
    margin-right: 50px;
  }

  .col.container_about{
    margin-top: 30px;
    
  }
  
  .gallery__thumb__1 img{
    width: 100%;
    height: 100%;
  }
  .image-client{
     margin-left: -40px;
  }
  .image-tab{
    width: 588px;
    height: 446px;
  }
  .footer .footer-links ul a {
    color: #FAFAFA;
    display: inline-block;
    line-height: 1;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
  }
  .footer .footer-links  h4{
    color: #FAFAFA;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins';
  
  }
  
.gallery {
	display: grid;
	grid-template-columns: 1fr;
	gap: 5px;
	transition: 0.3s;
}

  .hero p {
    color: var(--background-color);
    font-family: var(--nav-font);
    font-size: 20px;
    line-height: 15px;
    font-weight: 500;
  }

  .description-startup {
    text-align: justify;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #22489E;
    margin-top: 30px;
    margin-bottom: 5px;
    line-height: 25.34px;
    background-color: #ffffff;
    border: 2px solid #22489E; 
    border-radius: 10px; 
    padding: 20px; 
  }
  .bloc-team-manager:hover .description-startup{
    color: #FFFFFF;
    background-color: #21479B;
    margin-top: -20px;
    border: none;
  }
  

  .contact .php-email-form button[type=submit] {
    color: #F6F6F5;
    background: linear-gradient(to right, #1E3A8A, #3B82F6);
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 16px;
    width: 551px;
    height: 64px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
  
  }
  .text-infoline{  font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 26px;
  margin-left: 5px;}
  .title-contactUs{
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 40px;
    color: #22489E;
    line-height: 60px;
  
  }
  .text-infoline-footer{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
  margin-left: 5px;
  }
  .text-contactUs{
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
  
  }
  .title-contact{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    text-align: start;
     margin-left: 150px;
    color: #7D93C3;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 7px;
  }
  .title-gallerie{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #7D93C3;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 7px;
    margin-top: -50px;
  }
  .text-buble-conversation{
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    color: #7C8893;
    text-align: justify;
    line-height: 36px;
    height: 200px;
  }
  
  .client-name{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    color: #000000;
    text-align: justify;
    line-height: 19.5px;
    margin-top: 30px;
  }
  .client-profession{
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    color: #000000;
    text-align: justify;
    line-height: 22.6px;
    margin-top: -5px;
  
  }
  .feedback_client .title_feedback_client{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #7D93C3;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 7px;
    margin-top: -50px;
  }
  .bloc-process .icon{
    width: 60px;
    height: 60px;
    text-align: left;
    margin-top: 25px;
    margin-left: 10px;
    justify-content: center;
  
  }
  .bloc-process .text-process{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    align-items: center;
    text-align: center;
    color: #7D93C3;
  margin-top: 30px;
  
  }
  .bloc-process{
    height: 111.48px;
    width: 493px;
    position: relative;
  background-color: #FFFFFF;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    color: #2c3e50;
    border-radius: 9.86px;
    margin-bottom: 40px;
    margin-top: 30px;
    box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.075);
    display: flex; 
    align-items: center; 
    gap: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
    overflow: hidden; 
  
  }
  .left .bloc-process:hover {
    transform: translateX(100px); 
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  }
  
  .right .bloc-process:hover {
    transform: translateX(-100px); 
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  }
  
  .left .number {
    position: absolute;
    left: -50px; 
    font-weight: bold;
    color: #7D93C3; 
    opacity: 0; 
    font-size: 70px;
    line-height: 120px;
    transition: left 0.3s ease, opacity 0.3s ease; 
    font-family: 'Poppins';
   
  }
  .right .number {
    position: absolute;
    right: 150px; 
    font-weight: bold;
    color: #7D93C3; 
    opacity: 0; 
    font-size: 70px;
    line-height: 120px;
    transition: right 0.3s ease, opacity 0.3s ease; 
    font-family: 'Poppins';
   
  }
  
  
  .bloc-process-global.left:hover .number {
    left: 30px; 
    opacity: 1; 
  }
  .bloc-process-global.right:hover .number {
    right: 30px; 
    opacity: 1; 
  }
  .choice_us_bloc{
    height: 268.04px;
    width: 480px;
    position: relative;
    background: rgba(255,255,255,1);
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    color: #2c3e50;
    box-shadow: inset 0 0 0 3px #22489E;
    border-radius: 9.86px;
    margin-bottom: 40px;
    margin-top: 30px;
    z-index: 1;
    padding: 8px;
  }
.choice_us_bloc .icon_choiceUs{
  margin-top: -50px;
  text-align: center;
  z-index: 2;
  position:relative
  
  }
  .choice_us_title{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #22489E;
    text-decoration: none;
    margin-top: 20px;
  }
  .choice_us_container .choice_us_text{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #374754;
    line-height: 27px;
    margin-top: 20px;
  
  }
  
  
.bloc-team-manager img:hover+.name {
	opacity: 1;
	transform: translate(-50%, -10px);
	box-shadow: 0 -10px 20px rgba(86, 86, 198, 0.205);

}


.profile-manager .name {
	position: absolute;
	background-color: #efbf04;
	color: #ffffff;
	font-family: "Poppins";
	padding: 15px 30px;
	border-radius: 100px;
	bottom: 100%;
	left: 50%;
	white-space: nowrap;
	transform: translate(-200%, -10px);
	letter-spacing: 1px;
	font-size: 12px;
	opacity: 0;
	transition: all 0.3s;
	font-weight: 550;
}

.profile-manager .name::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #efbf04;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}

  
.profile .name {
	position: absolute;
	background-color: #21479B;
	color: #fff;
	font-family: "Poppins";
	padding: 15px 30px;
	border-radius: 100px;
	bottom: 100%;
	left: 50%;
	white-space: nowrap;
	transform: translate(-50%, -10px);
	letter-spacing: 1px;
	font-size: 12px;
	opacity: 0;
	transition: all 0.3s;
}

.profile .name::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #21479B;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}


.bloc-team img:hover+.name {
	opacity: 1;
	transform: translate(-50%, -10px);
	box-shadow: 0 -10px 20px rgba(86, 86, 198, 0.253);

}
.team-title-2 {
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 32px;
  text-align: center;
  color: #22489E;

}

.member-information {
  margin-top: 10px;
}

.bloc-team {
  margin-bottom: 280px;

}

.bloc-team img:hover {
  translate: 10px;
}

.bloc-team .member-name {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: 9.3px;



}

.bloc-team-manager:hover  {
	transform: translateY(25px);
	
}
.bloc-team-manager:hover  .member-information-manager{
	background-color: #21479B;
  height: auto;

	
}

.bloc-team-manager:hover .member-name-manager{
	color: #FFFFFF;
}
.bloc-team-manager:hover .profession-manager{
	color: #FFFFFF;
}

.bloc-team-manager {
  margin-top: 75px;
  justify-content: center;



}
.photo-manager {
  margin-left: 190px;
  position: relative;
  z-index: 10;
  object-fit: cover;


}


.member-information-manager {
  width: auto;
  height: 405px;
  border-radius: 16px;
  position: relative;
  padding: 20px;
  margin-top: -125px;
  position: relative;
  z-index: 1;


}

.member-name-manager {
  text-align: center;
  font-family: 'Poppins';
  font-weight: 900;
  font-size: 24px;
  color: #22489E;
  margin-top: 110px;

}
.profession-manager {
  text-align: center;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  color: #22489E;
}


.bloc-team .profession {
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 12.5px;
  justify-content: center;


}

  .arrow_1 {
    margin-left: 250px;
  }
  
  .arrow_2+.qr-code {
    margin-top: 5px;
    /* réduire l'espace entre ces deux élément*/
  }
  
  .back-feature {

    z-index: -1;
  }
  .feedback-client {
    position: relative;
    width: 260px;
    height: 194px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px #002B6B40;
    border-radius: 20px;
    border-width: 1px;
    padding: 24px;
    margin-top: 50px;
    margin-left: -30px;
    z-index: 1;
  }
  .max-efficacite {
    position: relative;
    width: 167px;
    height: 253px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border-width: 1px;
    padding: 24px;
    margin-top: 20px;
    margin-left: 40px;
    z-index: 1;
  }
  
  .qr-code {
    position: relative;
    width: 210px;
    height: 180px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px #002B6B40;
    border-radius: 20px;
    border-width: 1px;
    padding: 24px;
    margin-top: 80px;
    z-index: 1;
  }
  
  .title-bloc {
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    justify-content: center;
  }
  
  .text-bloc {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
  
  }
  .gagner-temps {
    position: relative;
    width: 260px;
    height: 194px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border-width: 1px;
    padding: 24px;
    margin-top: 80px;
    z-index: 1;
  }
  .stock_data{
    position: relative;
    width: 235px;
    height: 160px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border-width: 1px;
    padding: 24px;
    margin-top: 80px;
    z-index: 1;
    cursor: pointer;
    margin-left: 225px;
  }
  .features {
    background-image: url('/assets/img/BG.png');
  }
  
  .titleFeatures {
    color: #22489E;
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 32px;
    text-align: center;
  }
  
  .features .features-image {
    position: relative;
    min-height: 400px;
  }
  
  .features .features-image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }
  
  .features .features-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px 0;
  }
  
  .features .features-item i {
    font-size: 48px;
    color: var(--accent-color);
    margin-right: 20px;
    line-height: 0;
  }
  
  .features .features-item p {
    font-size: 15px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin: 0;
  }
  
.call-to-action .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

.call-to-action .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: var(--accent-color);
}

.call-to-action .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

.call-to-action .icon-box p {
  font-weight: 400;
  line-height: 20.9px;
  font-size: 16px;
  font-family: 'Poppins';
  margin-top: 10px;
  margin: 10px 0 0 0;
  padding: 0;

  
}


.call-to-action .icon-box h3 a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: ease-in-out 0.3s;
}
  .text-service{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #545A61;
  margin-top: 50px;
  
  }
  
.tab-vertical ul {
  list-style-type: none;
}

.tab-vertical>ul>li {
  margin-bottom: 20px;
  cursor: pointer;
  list-style-type: none;
}

.tab-vertical label {
  color: #545A6175;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  line-height: 26.38px;
  margin-left: 20px;

}

.tab-vertical ul li {
  list-style-type: none;
  color: #545A6175;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.04px;
}
  .image-tabs{
    margin-top: -75px;
    }
  .service-1 {
    font-family: "Poppins";
    font-size: 32.37px;
    font-weight: 700;
    line-height: 36px;
  }
  .googleplay{
    width: 160px;
    height: 46px;  
  }
  
  .col .googleplay{
    width: 150px;
    height: 45px;
    display: block; 

  }
  
  .row-download{
  margin-left: 10px;
  
  }
  .mockup{
    margin-top: 40px;
    }
  .restaurant-style{
    color: #FFC633;
    font-weight: 700;
    font-family: 28px;
  justify-content: center;
  }
  
.title-stats{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #7D93C3;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 7px;
  margin-left: 150px;
  margin-top: -30px;
}
.text-stats{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
}
.text-long-stats{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
}
.container-stats {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bloc-stats{
  width: 450px;
  height: 70px;
  background-color: #fff;
  border-radius: 7.8px;
  border: 0.98px solid #CED2DA;
  padding: 20px; 
  flex: 1 1 calc(25% - 20px); 
}
.bloc-stats .text{
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  font-family: "Poppins";
}
  .col-lg-6 .image-about{
    width: 100%;
      margin-top: 50px;
      margin-left: -180px;
    
  }
  .text-about {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    text-align: justify;
    text-align: left;
  
  }
  .text-weight{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    text-align: justify;
    text-align: left;
  }
  .container_about {
    margin-top: 150px;
    margin-left: 150px;
  }
  .title-startup {
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 40px;
    text-align: left;
    line-height: 79.85px;
    color: #22489E;
    text-transform: uppercase;
  
  }
  
.title-about {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #7D93C3;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 7px;
  margin-left: 150px;
  margin-top: -50px;
}
  .hero h2 {
    margin: 0;
    font-size: 70px;
    font-weight: 900;
    font-family: "Poppins";
    color: var(--background-color);
    text-transform: uppercase;
    line-height: 77px;
    letter-spacing: -2%;
    /* background: -webkit-linear-gradient(25deg, #eee, #333);
    -webkit-background-clip: text;*/
    font-size: 3rem;
    font-weight: 900;
    /* overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid;
    animation: type 1.5s steps(90) 0.5s 1 normal both, cursor 1s step-end infinite;
    position: relative;
    width: 0;
    display: inline-block;*/
    /*order-right: none; // curseur masqué*/
  
  
  }
  
  .image-key {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
 .about .container_about{
    margin-top: -1px;
  }
 

 .col-md-6 .bloc-team-manager{
 
  height: 90%;
 }

  .image-key img {
    max-width: 200%;
    height: auto;
    margin-top: 50px;
    margin-right: 60px;
  }

  .button-header-1 {
    align-items: center;
    background: linear-gradient(to right, #1E3A8A, #3B82F6);
    border: 0.5px solid #1E3A8A;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    fill: #000;
    font-family: 'Poppins';
    font-size: 14.3px;
    font-weight: 400;
    height: 48px;
    justify-content: center;
    display: inline;
    letter-spacing: -.8px;
    width: 242.4px;
    outline: 0;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    border-radius: 16px;
    margin-left: 80px;
 
  
  
  }
  

}

@media (min-width: 1200px) and (max-width: 1360px){
  .image-process{
    width: 480px;
    height: auto;
    margin-top: 50px;
  }
  .row-download .col-4 {
    width: 25%; 
  }
  .row-download{
    margin-left: -20px !important;
      }
  .mock-image{
width: 200px;
height: 460px;
  }
  .qr-image{
width: 170px;
height: 380px;
margin-top: 80px;

  }
.image-mockup{
  width: 500px;
  height: 300px;
}
  .default-style-number{
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 700;
    color: #545A6133;
    }
    .default-style-title{
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 700;
    color: #545A61;
    line-height: 24px;
    }
    .default-style-text{
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 300;
    color: #545A61;
    line-height: 18px;
    }
    .title-active-title{
      font-family: 'Poppins';
      font-size: 18px;
      font-weight: 700;
      color: #C20B25;
      line-height: 18px;
      }
      .title-active-text{
        font-family: 'Poppins';
        font-size: 12px;
        font-weight: 500;
        color: #000000 !important;      
          line-height: 18px;
        }
    .chiffre-increm {
      color: #C20B25;
      font-family: 'Poppins';
      font-size: 32px;
      font-weight: 700;
      line-height: 48px;
      text-decoration: underline;
      
      }
  .logoServiniClient{
    width: 40%;
    margin-top: 20px;
    margin-right: 50px;
  }

  .col.container_about{
    margin-top: 30px;
    
  }
  
  .gallery__thumb__1 img{
    width: 100%;
    height: 100%;
  }
  .image-client{
     margin-left: -40px;
  }
  .image-tab{
    width: 588px;
    height: 446px;
  }
  .footer .footer-links ul a {
    color: #FAFAFA;
    display: inline-block;
    line-height: 1;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
  }
  .footer .footer-links  h4{
    color: #FAFAFA;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins';
  
  }
  
.gallery {
	display: grid;
	grid-template-columns: 1fr;
	gap: 5px;
	transition: 0.3s;
}

  .hero p {
    color: var(--background-color);
    font-family: var(--nav-font);
    font-size: 20px;
    line-height: 15px;
    font-weight: 500;
  }

  .description-startup {
    text-align: justify;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #22489E;
    margin-top: 30px;
    margin-bottom: 5px;
    line-height: 25.34px;
    background-color: #ffffff;
    border: 2px solid #22489E; 
    border-radius: 10px; 
    padding: 20px; 
  }
  .bloc-team-manager:hover .description-startup{
    color: #FFFFFF;
    background-color: #21479B;
    margin-top: -20px;
    border: none;
  }
  

  .contact .php-email-form button[type=submit] {
    color: #F6F6F5;
    background: linear-gradient(to right, #1E3A8A, #3B82F6);
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 16px;
    width: 551px;
    height: 64px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
  
  }
  .text-infoline{  font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 26px;
  margin-left: 5px;}
  .title-contactUs{
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 40px;
    color: #22489E;
    line-height: 60px;
  
  }
  .text-infoline-footer{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
  margin-left: 5px;
  }
  .text-contactUs{
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
  
  }
  .title-contact{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    text-align: start;
     margin-left: 150px;
    color: #7D93C3;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 7px;
  }
  .title-gallerie{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #7D93C3;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 7px;
    margin-top: -50px;
  }
  .text-buble-conversation{
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    color: #7C8893;
    text-align: justify;
    line-height: 36px;
    height: 200px;
  }
  
  .client-name{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    color: #000000;
    text-align: justify;
    line-height: 19.5px;
    margin-top: 30px;
  }
  .client-profession{
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    color: #000000;
    text-align: justify;
    line-height: 22.6px;
    margin-top: -5px;
  
  }
  .feedback_client .title_feedback_client{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #7D93C3;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 7px;
    margin-top: -50px;
  }
  .bloc-process .icon{
    width: 60px;
    height: 60px;
    text-align: left;
    margin-top: 25px;
    margin-left: 10px;
    justify-content: center;
  
  }
  .bloc-process .text-process{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    align-items: center;
    text-align: center;
    color: #7D93C3;
  margin-top: 30px;
  
  }
  .bloc-process{
    height: 111.48px;
    width: 493px;
    position: relative;
  background-color: #FFFFFF;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    color: #2c3e50;
    border-radius: 9.86px;
    margin-bottom: 40px;
    margin-top: 30px;
    box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.075);
    display: flex; 
    align-items: center; 
    gap: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
    overflow: hidden; 
  
  }
  .left .bloc-process:hover {
    transform: translateX(100px); 
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  }
  
  .right .bloc-process:hover {
    transform: translateX(-100px); 
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  }
  
  .left .number {
    position: absolute;
    left: -50px; 
    font-weight: bold;
    color: #7D93C3; 
    opacity: 0; 
    font-size: 70px;
    line-height: 120px;
    transition: left 0.3s ease, opacity 0.3s ease; 
    font-family: 'Poppins';
   
  }
  .right .number {
    position: absolute;
    right: 150px; 
    font-weight: bold;
    color: #7D93C3; 
    opacity: 0; 
    font-size: 70px;
    line-height: 120px;
    transition: right 0.3s ease, opacity 0.3s ease; 
    font-family: 'Poppins';
   
  }
  
  
  .bloc-process-global.left:hover .number {
    left: 30px; 
    opacity: 1; 
  }
  .bloc-process-global.right:hover .number {
    right: 30px; 
    opacity: 1; 
  }
  .choice_us_bloc{
    height: 268.04px;
    width: 480px;
    position: relative;
    background: rgba(255,255,255,1);
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    color: #2c3e50;
    box-shadow: inset 0 0 0 3px #22489E;
    border-radius: 9.86px;
    margin-bottom: 40px;
    margin-top: 30px;
    z-index: 1;
    padding: 8px;
  }
.choice_us_bloc .icon_choiceUs{
  margin-top: -50px;
  text-align: center;
  z-index: 2;
  position:relative
  
  }
  .choice_us_title{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #22489E;
    text-decoration: none;
    margin-top: 20px;
  }
  .choice_us_container .choice_us_text{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #374754;
    line-height: 27px;
    margin-top: 20px;
  
  }
  
  
.bloc-team-manager img:hover+.name {
	opacity: 1;
	transform: translate(-50%, -10px);
	box-shadow: 0 -10px 20px rgba(86, 86, 198, 0.205);

}


.profile-manager .name {
	position: absolute;
	background-color: #efbf04;
	color: #ffffff;
	font-family: "Poppins";
	padding: 15px 30px;
	border-radius: 100px;
	bottom: 100%;
	left: 50%;
	white-space: nowrap;
	transform: translate(-200%, -10px);
	letter-spacing: 1px;
	font-size: 12px;
	opacity: 0;
	transition: all 0.3s;
	font-weight: 550;
}

.profile-manager .name::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #efbf04;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}

  
.profile .name {
	position: absolute;
	background-color: #21479B;
	color: #fff;
	font-family: "Poppins";
	padding: 15px 30px;
	border-radius: 100px;
	bottom: 100%;
	left: 50%;
	white-space: nowrap;
	transform: translate(-50%, -10px);
	letter-spacing: 1px;
	font-size: 12px;
	opacity: 0;
	transition: all 0.3s;
}

.profile .name::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #21479B;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}


.bloc-team img:hover+.name {
	opacity: 1;
	transform: translate(-50%, -10px);
	box-shadow: 0 -10px 20px rgba(86, 86, 198, 0.253);

}
.team-title-2 {
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 32px;
  text-align: center;
  color: #22489E;

}

.member-information {
  margin-top: 10px;
}

.bloc-team {
  margin-bottom: 280px;

}

.bloc-team img:hover {
  translate: 10px;
}

.bloc-team .member-name {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: 9.3px;



}

.bloc-team-manager:hover  {
	transform: translateY(25px);
	
}
.bloc-team-manager:hover  .member-information-manager{
	background-color: #21479B;
  height: auto;

	
}

.bloc-team-manager:hover .member-name-manager{
	color: #FFFFFF;
}
.bloc-team-manager:hover .profession-manager{
	color: #FFFFFF;
}

.bloc-team-manager {
  margin-top: 75px;
  justify-content: center;



}
.photo-manager {
  margin-left: 190px;
  position: relative;
  z-index: 10;
  object-fit: cover;


}


.member-information-manager {
  width: auto;
  height: 405px;
  border-radius: 16px;
  position: relative;
  padding: 20px;
  margin-top: -125px;
  position: relative;
  z-index: 1;


}

.member-name-manager {
  text-align: center;
  font-family: 'Poppins';
  font-weight: 900;
  font-size: 24px;
  color: #22489E;
  margin-top: 110px;

}
.profession-manager {
  text-align: center;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  color: #22489E;
}


.bloc-team .profession {
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 12.5px;
  justify-content: center;


}

  .arrow_1 {
    margin-left: 250px;
  }
  
  .arrow_2+.qr-code {
    margin-top: 5px;
    /* réduire l'espace entre ces deux élément*/
  }
  
  .back-feature {

    z-index: -1;
  }
  .feedback-client {
    position: relative;
    width: 260px;
    height: 194px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px #002B6B40;
    border-radius: 20px;
    border-width: 1px;
    padding: 24px;
    margin-top: 50px;
    margin-left: -30px;
    z-index: 1;
  }
  .max-efficacite {
    position: relative;
    width: 167px;
    height: 253px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border-width: 1px;
    padding: 24px;
    margin-top: 20px;
    margin-left: 40px;
    z-index: 1;
  }
  
  .qr-code {
    position: relative;
    width: 210px;
    height: 180px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px #002B6B40;
    border-radius: 20px;
    border-width: 1px;
    padding: 24px;
    margin-top: 80px;
    z-index: 1;
  }
  
  .title-bloc {
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    justify-content: center;
  }
  
  .text-bloc {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
  
  }
  .gagner-temps {
    position: relative;
    width: 260px;
    height: 194px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border-width: 1px;
    padding: 24px;
    margin-top: 80px;
    z-index: 1;
  }
  .stock_data{
    position: relative;
    width: 235px;
    height: 160px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border-width: 1px;
    padding: 24px;
    margin-top: 80px;
    z-index: 1;
    cursor: pointer;
    margin-left: 225px;
  }
  .features {
    background-image: url('/assets/img/BG.png');
  }
  
  .titleFeatures {
    color: #22489E;
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 32px;
    text-align: center;
  }
  
  .features .features-image {
    position: relative;
    min-height: 400px;
  }
  
  .features .features-image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }
  
  .features .features-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px 0;
  }
  
  .features .features-item i {
    font-size: 48px;
    color: var(--accent-color);
    margin-right: 20px;
    line-height: 0;
  }
  
  .features .features-item p {
    font-size: 15px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin: 0;
  }
  
.call-to-action .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

.call-to-action .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: var(--accent-color);
}

.call-to-action .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

.call-to-action .icon-box p {
  font-weight: 400;
  line-height: 20.9px;
  font-size: 16px;
  font-family: 'Poppins';
  margin-top: 10px;
  margin: 10px 0 0 0;
  padding: 0;

  
}


.call-to-action .icon-box h3 a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: ease-in-out 0.3s;
}
  .text-service{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #545A61;
  margin-top: 50px;
  
  }
  
.tab-vertical ul {
  list-style-type: none;
}

.tab-vertical>ul>li {
  margin-bottom: 20px;
  cursor: pointer;
  list-style-type: none;
}

.tab-vertical label {
  color: #545A6175;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  line-height: 26.38px;
  margin-left: 20px;

}

.tab-vertical ul li {
  list-style-type: none;
  color: #545A6175;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.04px;
}
  .image-tabs{
    margin-top: -75px;
    }
  .service-1 {
    font-family: "Poppins";
    font-size: 32.37px;
    font-weight: 700;
    line-height: 36px;
  }
  .googleplay{
    width: 160px;
    height: 46px;  
  }
  
  .col .googleplay{
    width: 150px;
    height: 45px;
    display: block; 

  }
  
  .row-download{
  margin-left: 10px;
  
  }
  .mockup{
    margin-top: 40px;
    }
  .restaurant-style{
    color: #FFC633;
    font-weight: 700;
    font-family: 28px;
  justify-content: center;
  }
  
.title-stats{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #7D93C3;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 7px;
  margin-left: 150px;
  margin-top: -30px;
}
.text-stats{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
}
.text-long-stats{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
}
.container-stats {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bloc-stats{
  width: 450px;
  height: 70px;
  background-color: #fff;
  border-radius: 7.8px;
  border: 0.98px solid #CED2DA;
  padding: 20px; 
  flex: 1 1 calc(25% - 20px); 
}
.bloc-stats .text{
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  font-family: "Poppins";
}
  .col-lg-6 .image-about{
    width: 100%;
      margin-top: 50px;
      margin-left: -180px;
    
  }
  .text-about {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    text-align: justify;
    text-align: left;
  
  }
  .text-weight{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    text-align: justify;
    text-align: left;
  }
  .container_about {
    margin-top: 150px;
    margin-left: 150px;
  }
  .title-startup {
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 40px;
    text-align: left;
    line-height: 79.85px;
    color: #22489E;
    text-transform: uppercase;
  
  }
  
.title-about {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #7D93C3;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 7px;
  margin-left: 150px;
  margin-top: -50px;
}
  .hero h2 {
    margin: 0;
    font-size: 70px;
    font-weight: 900;
    font-family: "Poppins";
    color: var(--background-color);
    text-transform: uppercase;
    line-height: 77px;
    letter-spacing: -2%;
    /* background: -webkit-linear-gradient(25deg, #eee, #333);
    -webkit-background-clip: text;*/
    font-size: 3rem;
    font-weight: 900;
    /* overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid;
    animation: type 1.5s steps(90) 0.5s 1 normal both, cursor 1s step-end infinite;
    position: relative;
    width: 0;
    display: inline-block;*/
    /*order-right: none; // curseur masqué*/
  
  
  }
  
  .image-key {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
 .about .container_about{
    margin-top: -1px;
  }
 

 .col-md-6 .bloc-team-manager{
 
  height: 90%;
 }

  .image-key img {
    max-width: 200%;
    height: auto;
    margin-top: 50px;
    margin-right: 60px;
  }

  .button-header-1 {
    align-items: center;
    background: linear-gradient(to right, #1E3A8A, #3B82F6);
    border: 0.5px solid #1E3A8A;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    fill: #000;
    font-family: 'Poppins';
    font-size: 14.3px;
    font-weight: 400;
    height: 48px;
    justify-content: center;
    display: inline;
    letter-spacing: -.8px;
    width: 242.4px;
    outline: 0;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    border-radius: 16px;
    margin-left: 80px;
 
  
  
  }
  

}
@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}


/* Index Page Header
------------------------------*/
.index-page .header {
  --background-color: rgba(0, 0, 0, 0);
}

/* Index Page Header on Scroll
------------------------------*/
.index-page.scrolled .header {
  --background-color: rgba(0, 0, 0, 0.8);
}

/*----------------------
# Navigation Desktop
------------------------*/
@media (min-width: 1920px) {
  .default-style-number{
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 700;
    color: #545A6133;
    }
    .default-style-title{
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 700;
    color: #545A61;
    line-height: 24px;
    }
    .default-style-text{
      font-family: 'Poppins';
      font-size: 20px;
      font-weight: 300;
      color: #545A61;
      line-height: 18px;
      }
    .title-active-title{
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 700;
    color: #C20B25;
    line-height: 18px;
    }
    .title-active-text{
      font-family: 'Poppins';
      font-size: 20px;
      font-weight: 500;
      color: #000000 !important;   
             line-height: 18px;
      }
    .chiffre-increm {
    color: #C20B25;
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-decoration: underline;
    
    }
  .logoServiniClient{
    width: 40%;
    margin-top: 20px;
    margin-right: 50px;
  }

  .containerVideo {
    position: relative;
    width: 350px;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f0f0f0;
    margin-top: -600px;
    margin-left: 370px;
  }

  .gallery__thumb__1 img{
    position: relative;
    height: 100%;
    width: auto;
  }
  .image-client{
    margin-left: -20px;
  }
  .image-tab{
    width: 588px;
    height: 446px;
  }
  .logoSRP{
   margin-left: -50px;
  }
  .footer .footer-links ul a {
    color: #FAFAFA;
    display: inline-block;
    line-height: 1;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
  }
  .footer .footer-links  h4{
    color: #FAFAFA;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins';
  
  }
  
  .gallery__thumb {
    position: relative;
    height: 100%;
  }
  
.gallery {
	
	display: grid;
	grid-template-columns: 1fr;
	gap: 5px;
	padding: 85px;
	transition: 0.3s;
}
  .hero p {
    color: var(--background-color);
    font-family: var(--nav-font);
    font-size: 20px;
    line-height: 15px;
    font-weight: 500;
  }
  .description-startup {
    text-align: justify;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #22489E;
    margin-top: 30px;
    margin-bottom: 5px;
    line-height: 25.34px;
    background-color: #ffffff;
    border: 2px solid #22489E; 
    border-radius: 10px; 
    padding: 20px; 
  }
  .bloc-team-manager:hover .description-startup{
    color: #FFFFFF;
    background-color: #21479B;
    margin-top: -20px;
    border: none;
  }
  

  .text-infoline-footer{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
  margin-left: 5px;
  }
  .contact .php-email-form button[type=submit] {
    color: #F6F6F5;
    background: linear-gradient(to right, #1E3A8A, #3B82F6);
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 16px;
    width: 551px;
    height: 64px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
  
  }
  .text-infoline{  font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 26px;
  margin-left: 5px;}
  .title-contactUs{
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 50px;
    color: #22489E;
    line-height: 80px;
  
  }
  .text-contactUs{
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
  
  }
  .title-contact{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    text-align: start;
     margin-left: 320px;
    color: #7D93C3;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 7px;
  }
  .title-gallerie{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #7D93C3;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 7px;
    margin-top: -50px;
  }
  .text-buble-conversation{
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    color: #7C8893;
    text-align: justify;
    line-height: 36px;
    height: 200px;
  }
  
  .client-name{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    color: #000000;
    text-align: justify;
    line-height: 19.5px;
    margin-top: 30px;
  }
  .client-profession{
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    color: #000000;
    text-align: justify;
    line-height: 22.6px;
    margin-top: -5px;
  
  }
  .feedback_client .title_feedback_client{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #7D93C3;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 7px;
    margin-top: -50px;
  }
  .bloc-process .icon{
    width: 60px;
    height: 60px;
    text-align: left;
    margin-top: 25px;
    margin-left: 10px;
    justify-content: center;
  
  }
  .bloc-process .text-process{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    align-items: center;
    text-align: center;
    color: #7D93C3;
  margin-top: 30px;
  
  }
  .bloc-process{
    height: 111.48px;
    width: 493px;
    position: relative;
  background-color: #FFFFFF;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    color: #2c3e50;
    border-radius: 9.86px;
    margin-bottom: 40px;
    margin-top: 30px;
    box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.075);
    display: flex; 
    align-items: center; 
    gap: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
    overflow: hidden; 
  
  }
  .left .bloc-process:hover {
    transform: translateX(100px); 
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  }
  
  .right .bloc-process:hover {
    transform: translateX(-100px); 
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  }
  
  .left .number {
    position: absolute;
    left: -50px; 
    font-weight: bold;
    color: #7D93C3; 
    opacity: 0; 
    font-size: 70px;
    line-height: 120px;
    transition: left 0.3s ease, opacity 0.3s ease; 
    font-family: 'Poppins';
   
  }
  .right .number {
    position: absolute;
    right: 150px; 
    font-weight: bold;
    color: #7D93C3; 
    opacity: 0; 
    font-size: 70px;
    line-height: 120px;
    transition: right 0.3s ease, opacity 0.3s ease; 
    font-family: 'Poppins';
   
  }
  
  
  .bloc-process-global.left:hover .number {
    left: 30px; 
    opacity: 1; 
  }
  .bloc-process-global.right:hover .number {
    right: 150px; 
    opacity: 1; 
  }
  .choice_us_bloc{
    height: 268.04px;
    width: 480px;
    position: relative;
    background: rgba(255,255,255,1);
    display: inline-block;
  
    cursor: pointer;
    color: #2c3e50;
    box-shadow: inset 0 0 0 3px #22489E;
    border-radius: 9.86px;
    margin-bottom: 40px;
    margin-top: 30px;
    z-index: 1;
  }

  .choice_us_bloc .icon_choiceUs{
    margin-top: -50px;
    text-align: center;
    z-index: 2;
    position:relative
    
    }
    .choice_us_title{
      font-family: 'Poppins';
      font-weight: 700;
      font-size: 24px;
      text-align: center;
      color: #22489E;
      text-decoration: none;
      margin-top: 20px;
    }
    .choice_us_container .choice_us_text{
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 14px;
      text-align: center;
      color: #374754;
      line-height: 27px;
      margin-top: 20px;
    
    }
    
    
  .bloc-team-manager img:hover+.name {
    opacity: 1;
    transform: translate(-50%, -10px);
    box-shadow: 0 -10px 20px rgba(86, 86, 198, 0.205);
  
  }
  
  .profile-manager .name {
    position: absolute;
    background-color: #efbf04;
    color: #ffffff;
    font-family: "Poppins";
    padding: 15px 30px;
    border-radius: 100px;
    bottom: 100%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-200%, -10px);
    letter-spacing: 1px;
    font-size: 12px;
    opacity: 0;
    transition: all 0.3s;
    font-weight: 550;
  }
  
  .profile-manager .name::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #efbf04;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  
  .profile .name {
    position: absolute;
    background-color: #21479B;
    color: #fff;
    font-family: "Poppins";
    padding: 15px 30px;
    border-radius: 100px;
    bottom: 100%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -10px);
    letter-spacing: 1px;
    font-size: 12px;
    opacity: 0;
    transition: all 0.3s;
  }
  
  .profile .name::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #21479B;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  
  .bloc-team img:hover+.name {
    opacity: 1;
    transform: translate(-50%, -10px);
    box-shadow: 0 -10px 20px rgba(86, 86, 198, 0.253);
  
  }
  .bloc-team-manager:hover  {
    transform: translateY(25px);
    
  }
  .bloc-team-manager:hover  .member-information-manager{
    background-color: #21479B;
  
    
  }
  
  .bloc-team-manager:hover .member-name-manager{
    color: #FFFFFF;
  }
  .bloc-team-manager:hover .profession-manager{
    color: #FFFFFF;
  }
  .bloc-team-manager:hover .description-startup{
    color: #FFFFFF;
  }
  
.team-title-2 {
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 32px;
  text-align: center;
  color: #22489E;

}

.member-information {
  margin-top: 10px;
}

.bloc-team {
  margin-bottom: 280px;

}

.bloc-team img:hover {
  translate: 10px;
}

.bloc-team .member-name {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: 9.3px;
  margin-left: 35px;


}

.bloc-team-manager {
  margin-top: 75px;
  justify-content: center;



}
.photo-manager {
  margin-left: 220px;
  position: relative;
  z-index: 10;
  object-fit: cover;


}


.member-information-manager {
  width: auto;
  height: 405px;
  border-radius: 16px;
  position: relative;
  padding: 20px;
  margin-top: -125px;
  position: relative;
  z-index: 1;


}


.member-name-manager {
  text-align: center;
  font-family: 'Poppins';
  font-weight: 900;
  font-size: 24px;
  color: #22489E;
  margin-top: 110px;

}
.profession-manager {
  text-align: center;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  color: #22489E;
}

.description-startup {
  text-align: justify;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  color: #22489E;
  margin-top: 30px;
  margin-bottom: 5px;
  line-height: 25.34px;
}

.bloc-team .profession {
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 15px;
  justify-content: center;


}

  .arrow_1 {
    margin-left: 250px;
  }
  
  .arrow_2+.qr-code {
    margin-top: 5px;
    /* réduire l'espace entre ces deux élément*/
  }
  
  .back-feature {

    z-index: -1;
  }
  .feedback-client {
    position: relative;
    width: 260px;
    height: 194px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px #002B6B40;
    border-radius: 20px;
    border-width: 1px;
    padding: 24px;
    margin-top: 50px;
    margin-left: -30px;
    z-index: 1;
  }
  .max-efficacite {
    position: relative;
    width: 167px;
    height: 253px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border-width: 1px;
    padding: 24px;
    margin-top: 20px;
    margin-left: 40px;
    z-index: 1;
  }
  
  .qr-code {
    position: relative;
    width: 210px;
    height: 180px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px #002B6B40;
    border-radius: 20px;
    border-width: 1px;
    padding: 24px;
    margin-top: 80px;
    z-index: 1;
  }
  
  .title-bloc {
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    justify-content: center;
  }
  
  .text-bloc {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
  
  }
  .gagner-temps {
    position: relative;
    width: 260px;
    height: 194px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border-width: 1px;
    padding: 24px;
    margin-top: 80px;
    z-index: 1;
  }
  .stock_data{
    position: relative;
    width: 235px;
    height: 160px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border-width: 1px;
    padding: 24px;
    margin-top: 80px;
    z-index: 1;
    cursor: pointer;
    margin-left: 225px;
  }
  .features {
    background-image: url('/assets/img/BG.png');
    background-repeat: no-repeat;
    
  }
  
  .titleFeatures {
    color: #22489E;
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 32px;
    text-align: center;
  }
  
  .features .features-image {
    position: relative;
    min-height: 400px;
  }
  
  .features .features-image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }
  
  .features .features-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px 0;
  }
  
  .features .features-item i {
    font-size: 48px;
    color: var(--accent-color);
    margin-right: 20px;
    line-height: 0;
  }
  
  .features .features-item p {
    font-size: 15px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin: 0;
  }
  
.call-to-action .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

.call-to-action .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: var(--accent-color);
}

.call-to-action .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

.call-to-action .icon-box p {
  font-weight: 400;
  line-height: 20.9px;
  font-size: 16px;
  font-family: 'Poppins';
  margin-top: 10px;
  margin: 10px 0 0 0;
  padding: 0;

  
}


.call-to-action .icon-box h3 a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: ease-in-out 0.3s;
}
  .text-service{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #545A61;
  margin-top: 50px;
  
  }
  
.tab-vertical ul {
  list-style-type: none;
}

.tab-vertical>ul>li {
  margin-bottom: 20px;
  cursor: pointer;
  list-style-type: none;
}

.tab-vertical label {
  color: #545A6175;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  line-height: 26.38px;
  margin-left: 20px;

}

.tab-vertical ul li {
  list-style-type: none;
  color: #545A6175;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.04px;
}
  .image-tabs{
    margin-top: -75px;
    }
  .service-1 {
    font-family: "Poppins";
    font-size: 32.37px;
    font-weight: 700;
    line-height: 36px;
  }

  .googleplay.playstore{
    margin-left: 30px;
  }
  .googleplay{
    width: 150px;
    height: 45px;
    display: block; 
    gap: 20px;

  
  }
  .row-download .col-4 {
    width: 25%; 
  }
  .mockup{
    margin-top: 40px;
    }
  .restaurant-style{
    color: #FFC633;
    font-weight: 700;
  justify-content: center;
  }
  
.title-stats{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #7D93C3;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 7px;
  margin-left: 150px;
  margin-top: 50px;
}
.text-stats{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 20px;
}
.text-long-stats{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
}
.container-stats {
  display: flex;
  flex-direction: column;
  gap: 20px;
 
}

.bloc-stats{
  width: auto;
  height: 70px;
  background-color: #fff;
  border-radius: 7.8px;
  border: 0.98px solid #CED2DA;
  padding: 20px; 
  flex: 1 1 calc(25% - 20px); 

}
.bloc-stats .text{
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  font-family: "Poppins";
}
  .text-about {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    text-align: justify;
    text-align: left;
  
  }
  .text-weight{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    text-align: justify;
    text-align: left;
  }
 
  .title-startup {
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 48px;
    text-align: left;
    line-height: 79.85px;
    color: #22489E;
    text-transform: uppercase;
  
  
  }
  
.title-about {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #7D93C3;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 7px;
  margin-left: 150px;
  margin-top: 30px;
}
  .hero h2 {
    margin: 0;
    font-size: 70px;
    font-weight: 900;
    font-family: "Poppins";
    color: var(--background-color);
    text-transform: uppercase;
    line-height: 77px;
    letter-spacing: -2%;
    /* background: -webkit-linear-gradient(25deg, #eee, #333);
    -webkit-background-clip: text;*/
    font-size: 3rem;
    font-weight: 900;
    /* overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid;
    animation: type 1.5s steps(90) 0.5s 1 normal both, cursor 1s step-end infinite;
    position: relative;
    width: 0;
    display: inline-block;*/
    /*order-right: none; // curseur masqué*/
  
  
  }
  .col-lg-6 .image-about{
      margin-left: -200px;
      width: 100%;
    
  }
  .col.container_about{
    margin-top: 30px;
    
  }
  

.button-header-1 {
  align-items: center;
  background: linear-gradient(to right, #1E3A8A, #3B82F6);
  border: 0.5px solid #1E3A8A;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  fill: #000;
  font-family: 'Poppins';
  font-size: 14.3px;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  display: inline;
  letter-spacing: -.8px;
  width: 242.4px;
  outline: 0;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  border-radius: 16px;
  margin-left: 150px;


}

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {


  .containerVideo {
    position: relative;
    width: 350px;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f0f0f0;
    margin-top: -600px;
    margin-left: 170px;
  }




  .videoWrapper {
    width: 100%;
    height: 100%;
    z-index: 2;
  }


  .videoServeur {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }


  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-background-color);
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--contrast-color);
  }

  .nav-link.active {
    color: var(--contrast-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 0;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    background-color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */

@media (max-width: 1199px) {

 
  .qr-image, .mock-image {
    width: 15%; 
  }
  .default-style-number{
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 700;
    color: #545A6133;
    }
    .default-style-title{
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 700;
    color: #545A61;
    line-height: 24px;
    }
    .default-style-text{
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 300;
    color: #545A61;
    line-height: 18px;
    }
    .title-active-title{
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 700;
    color: #C20B25;
    line-height: 18px;
    }
    .title-active-text{
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 500;
    color: #000000 !important;   
        line-height: 18px;
    }
    .chiffre-increm {
    color: #C20B25;
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-decoration: underline;
    
    }
  .image-client{
    width: 120px
  }
  .footer .footer-links ul a {
    color: #FAFAFA;
    display: inline-block;
    line-height: 1;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 12px;
  }
  .footer .footer-links  h4{
    color: #FAFAFA;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins';
    margin-top: 10px;
  
  }
  
  .hero p {
    color: var(--background-color);
    font-family: var(--nav-font);
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
  }
  .hero h2 {
    font-size: 26px;
    font-weight: 900;
    font-family: "Poppins";
    color: var(--background-color);
    text-transform: uppercase;
    line-height: 30px;
    white-space: nowrap;
    
    /* background: -webkit-linear-gradient(25deg, #eee, #333);
    -webkit-background-clip: text;*/
    /* overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid;
    animation: type 1.5s steps(90) 0.5s 1 normal both, cursor 1s step-end infinite;
    position: relative;
    width: 0;
    display: inline-block;*/
    /*order-right: none; // curseur masqué*/
  
  
  }
  
  .container-client{
    margin-top: -40px;
  }
  .team-manager:hover + .team-members .bloc-team {
    transform: translateY(60px); 
    transition: transform 0.3s ease; 
  }
  
  .image-process{
    width: 343px;
    height: 343px;
  }
  .description-startup {
    text-align: justify;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #22489E;
    margin-top: 30px;
    margin-bottom: 5px;
    line-height: 25.34px;
    background-color: #ffffff;
    border: 2px solid #22489E; 
    border-radius: 10px; 
    padding: 20px; 
  }
  .bloc-team-manager:hover .description-startup{
    color: #FFFFFF;
    background-color: #21479B;
    margin-top: -20px;
    border: none;
  }
  

  .text-infoline-footer{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    line-height: 26px;
  margin-left: 5px;
  }
  .info-item svg{
    width: 20px;
    height: 20px;
  }
  .info-item  .bi.bi-geo-alt{
    width: 28px;
    height: 28px;
  }
  .contact .php-email-form button[type=submit] {
    color: #F6F6F5;
    background: linear-gradient(to right, #1E3A8A, #3B82F6);
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 16px;
    width: 250px;
    height: 64px;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
  
  }
  .text-infoline{  font-family: 'Poppins';
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    line-height: 26px;
  margin-left: 5px;}
  .title-contactUs{
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 36px;
    color: #22489E;
    line-height: 40px;
  
  }
  .text-contactUs{
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    line-height: 32px;
  
  }
  .title-contact{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    text-align: start;
    margin-left: 20px;
    color: #7D93C3;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 7px;
  }
  .gallery__image{
    width: 100%;
    margin-left: -10px;
    
  }
  .carousel-inner{
    margin-top: 20px !important;
  }
  .title-gallerie{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #7D93C3;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 7px;
    margin-top: -50px;

  }
  .gallerie .choice_us_title{
    margin-top: 20px;
  }
  .text-buble-conversation{
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 10px;
    text-align: left;
    color: #7C8893;
    text-align: justify;
    line-height: 20px;
  }
  
  .client-name{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    color: #000000;
    text-align: justify;
    line-height: 19.5px;
    margin-top: 30px;
    margin-left: 35px;
  
  }
  .client-profession{
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 10px;
    text-align: center;
    color: #000000;
    text-align: justify;
    line-height: 22.6px;
    margin-top: -5px;
    margin-left: 35px;
  
  }
  .stars svg{
     width: 16px;
     height: 16px;
  }
  .stars{
    margin-top: -10px;
    margin-left: 35px;
  }
  
  .feedback_client .title_feedback_client{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #7D93C3;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 7px;
    margin-top: -50px;
  }
  .feedback_client .choice_us_title{
    margin-top: 20px;
  }
  
  .bloc-process .icon{
    width: 40px;
    height: 40px;
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
    justify-content: center;
  
  }
  .bloc-process .text-process{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    align-items: center;
    text-align: center;
    color: #7D93C3;
  margin-top: 30px;
  
  }
  .bloc-process{
    height: 60px;
    width: 295px;
    position: relative;
  background-color: #FFFFFF;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    color: #2c3e50;
    border-radius: 9.86px;
    margin-bottom: 40px;
    margin-top: 30px;
    box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.075);
    display: flex; 
    align-items: center; 
    gap: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
    overflow: hidden; 
  
  }
  .left .bloc-process:hover {
    transform: translateX(100px); 
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  }
  
  .right .bloc-process:hover {
    transform: translateX(-50px); 
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  }
  
  .left .number {
    position: absolute;
    left: -50px; 
    font-weight: bold;
    color: #7D93C3; 
    opacity: 0; 
    font-size: 40px;
    line-height: 120px;
    transition: left 0.3s ease, opacity 0.3s ease; 
    font-family: 'Poppins';
    margin-top: -20px;
   
  }
  .right .number {
    position: absolute;
    right: 70px; 
    font-weight: bold;
    color: #7D93C3; 
    opacity: 0; 
    font-size: 40px;
    line-height: 120px;
    transition: right 0.3s ease, opacity 0.3s ease; 
    font-family: 'Poppins';
    margin-top: -20px;

  }
  
  
  .bloc-process-global.left:hover .number {
    left: 30px; 
    opacity: 1; 
  }
  .bloc-process-global.right:hover .number {
    right: 5px; 
    opacity: 1; 
  }
  .choice_us_bloc{
    padding: 10px;
  height: 100%;
  width: 100%;
    position: relative;
    background: rgba(255,255,255,1);
    display: inline-block;
    cursor: pointer;
    color: #2c3e50;
    box-shadow: inset 0 0 0 1px #22489E;
    border-radius: 9.86px;
    margin-bottom: 20px;
    margin-top: 30px;
    z-index: 1;
    margin: 20px;
    margin-left: 0.2px;

  }

.choice_us_bloc .icon_choiceUs{
  margin-top: -30px;
  text-align: center;
  z-index: 2;
  position:relative;
  width: 50px;
  height: 50px;
  
  }
  .choice_us_container .choice_us_title{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    color: #22489E;
    text-decoration: none;
    margin-top: 10px;
  }
  .choice_us_title{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #22489E;
    text-decoration: none;
    margin-top: -50px;
  }
  .choice_us_container .choice_us_text{
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 8px;
    text-align: center;
    color: #374754;
    line-height: 15px;

  
  }
  
  .bloc-team{
  padding-bottom: 50px;
  }
  
.bloc-team-manager img:hover+.name {
	opacity: 1;
	transform: translate(-50%, -10px);
	box-shadow: 0 -10px 20px rgba(86, 86, 198, 0.205);

}

.profile-manager .name {
	position: absolute;
	background-color: #efbf04;
	color: #ffffff;
	font-family: "Poppins";
	padding: 15px 30px;
	border-radius: 100px;
	bottom: 100%;
	left: 50%;
	white-space: nowrap;
	transform: translate(-200%, -10px);
	letter-spacing: 1px;
	font-size: 10px;
	opacity: 0;
	transition: all 0.3s;
	font-weight: 500;
  z-index: 10;
  margin-top: -50px;
  width: 250px;
  height: auto;
}

.profile-manager .name::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #efbf04;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
  margin-top: -50px;
}

.profile .name {
	position: absolute;
	background-color: #21479B;
	color: #fff;
	font-family: "Poppins";
	padding: 15px 10px;
	border-radius: 100px;
	bottom: 100%;
	left: 50%;
	white-space: nowrap;
	transform: translate(-10%, -10px);
	letter-spacing: 1px;
	font-size: 8px;
	opacity: 0;
	transition: all 0.3s;
 width: 150px;
 text-align: start;
 z-index: 10;
}

.profile .name::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #21479B;
	bottom: -7px;
	left: 50%;
	transform: translateX(-20%) rotate(45deg);
  z-index: 9;
}

.bloc-team img:hover+.name {
	opacity: 1;
	transform: translate(-50%, -10px);
	box-shadow: 0 -10px 20px rgba(86, 86, 198, 0.253);

}
  
.bloc-team-manager:hover  {
	transform: translateY(50px);
	
}
.bloc-team-manager:hover .member-name-manager .profession-manager{
	transform: translateY(20px);
	
}

.bloc-team-manager:hover  .member-information-manager{
	background-color: #21479B;

	
}

.bloc-team-manager:hover .member-name-manager{
	color: #FFFFFF;
}
.bloc-team-manager:hover .profession-manager{
	color: #FFFFFF;
}
.bloc-team-manager:hover .description-startup{
	color: #FFFFFF;
}

  .bloc-team img {
    width: 70px;
   }
.team-title-2 {
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  color: #22489E;

}

.member-information {
  margin-top: 10px;
}

.bloc-team {
  margin-top: -20px;

}

.bloc-team img:hover {
  translate: 10px;
}

.bloc-team .member-name {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 4px;
text-align: center;


}

.bloc-team-manager {
  margin-top: 75px;
  justify-content: center;



}
.photo-manager {
width: 100px;
  position: relative;
  z-index: 10;
  object-fit: cover;
margin-left: 20px;
margin-top: -50px;

}


.member-information-manager {
  width: auto;
  height: auto;
  border-radius: 16px;
  position: relative;
  padding: 20px;
  margin-top: -125px;
  position: relative;
  z-index: 1;


}


.member-name-manager {
  text-align: center;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  color: #22489E;
  margin-top: 110px;

}
.profession-manager {
  text-align: center;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  color: #22489E;
}

.description-startup {
  text-align: justify;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 12px;
  color: #22489E;
  margin-top: 30px;
  margin-bottom: 5px;
  line-height: 25.34px;
}

.bloc-team .profession {
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 10px;
  justify-content: center;

  

}

  .arrow_1 {
   visibility: hidden;
  }
  
 /** .arrow_2+.qr-code {
    margin-top: 5px;
 
  }*/
  .arrow_2{
    visibility: hidden;
  }
  .back-feature {
    visibility: hidden;
    }
  .containerVideo {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f0f0f0;
    margin-top: -680px;


  }




  .videoWrapper {
    width: 100%;
    height: 100%;
    z-index: 2;
  }


  .videoServeur {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  .feedback-client {
    position: relative;
    width: 160px;
    height: 125px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px #002B6B40;
    border-radius: 20px;
    border-width: 1px;
    padding: 24px;
    margin-top: 20px;
    margin-left: 110px;
    z-index: 1;
  }
  .max-efficacite {
    position: relative;
    width: 160px;
    height: 125px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border-width: 1px;
    margin-top: -125px;
    margin-left: 180px;
    z-index: 1;
  }
  
  .qr-code {
    position: relative;
    width: 160px;
    height: 125px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px #002B6B40;
    border-radius: 20px;
    border-width: 1px;
    padding: 24px;
    margin-top: -200px;
    z-index: 1;
  }
  
  .title-bloc {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    justify-content: center;
  }
  
  .text-bloc {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    margin-top: -10px;
  
  }
 
  .gagner-temps {
    position: relative;
    width: 160px;
    height: 125px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border-width: 1px;
    margin-top: 20px;
    z-index: 1;
   
  }
  .container_differencie{
    width: 100%
  }
  .stock_data{
    position: relative;
    width: 160px;
    height: 125px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border-width: 1px;
    padding: 24px;
    margin-top: 20px;
    z-index: 1;
    cursor: pointer;
    margin-left: 180px;
  }
  .features {
    background-image: url('/assets/img/BG.png');
  }
  
  .titleFeatures {
    color: #22489E;
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 22px;
    text-align: center;
  }
  
  .features .features-image {
    position: relative;
    min-height: 400px;
  }
  
  .features .features-image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }
  
  .features .features-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px 0;
  }
  
  .features .features-item i {
    font-size: 48px;
    color: var(--accent-color);
    margin-right: 20px;
    line-height: 0;
  }
  
  .features .features-item p {
    font-size: 15px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin: 0;
  }
  
.call-to-action .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

.call-to-action .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: var(--accent-color);
}

.call-to-action .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  line-height: 26px;
}

.call-to-action .icon-box p {
  font-weight: 400;
  line-height: 20.9px;
  font-size: 14px;
  font-family: 'Poppins';
  margin-top: 10px;
  margin: 10px 0 0 0;
  padding: 0;

  
}


.call-to-action .icon-box h3 a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: ease-in-out 0.3s;
}
  .text-service{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    color: #545A61;
  margin-top: 50px;
  
  }
  
 
  .tab-vertical{  margin-top: 30px;}
.tab-vertical ul {
  list-style-type: none;
}

.tab-vertical>ul>li {
  margin-bottom: 20px;
  cursor: pointer;
  list-style-type:none;
}

.tab-vertical label {
  color: #545A6175;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  line-height: 26.38px;
  margin-left: 20px;

}

.tab-vertical ul li {
  list-style-type: none;
  color: #545A6175;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.04px;
}
  .image-tabs{
    margin-top: -75px;
    width: 368px;
    height: auto;
    }
    .image-tab{
     
      width: 100%;
      height: auto;
      }
  .logoSRP{
    width: 200px;
    height: auto;
    margin-top: -30px;
  }
  .service-1 {
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
  }
  
  .row-download {
    display: flex; 
    justify-content: center; 
    gap: 0.5px;
  }
  
 .googleplay {
    width: 120px;
    height: 30px;
    margin: 0; 
    gap: 10px;
  }
  
  .mockup img{
 
    width: 387.77px;
    height: 224.37px;
    }
.restaurant-style{
    color: #FFC633;
    font-weight: 800;
  justify-content: center;
  font-family: 32px;
  }
  .digitaliser{
    width: 100%;
  }
  
.title-stats{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #7D93C3;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 7px;
padding: 30px;
margin-top: -50px;
}
.text-stats{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
}
.text-long-stats{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 12px;
  line-height: 33px;

}
.container-stats {
  display: flex;
  flex-direction: column;
  gap: 20px;
  
}

.bloc-stats{
  width: auto;
  height: 40px;
  background-color: #fff;
  border-radius: 7.8px;
  border: 0.98px solid #CED2DA;
  padding: 20px; 
  margin-right:20px;
  flex: 1 1 calc(25% - 20px); 
}
.bloc-stats .text{
  font-weight: 500;
  font-size: 12px;
  line-height: 33px;
  font-family: "Poppins";
}
  .image-about{
    margin: 0 20px 0 20px;   
width: 90%;
 
  }
  .text-about {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 12px;
    text-align: justify;
    text-align: left;
    margin: 0 14px 10px 0;   
  
  }
  .logoServiniClient{
    width: 70%;
    margin-top: 20px;
    margin-right: 50px;
  }
  .text-weight{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    text-align: justify;
    text-align: left;
    margin: -20px 14px 0 0;
  }
  .container_about {
    margin-top: -30px;
    margin-left: 20px;
  }
  .title-startup {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    line-height: 79.85px;
    color: #22489E;
    text-transform: uppercase;
    margin-top: 10px;
  
  }
  
.title-about {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #7D93C3;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 7px;
padding: 30px;

}
  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-dropdown-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--accent-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), white 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: color-mix(in srgb, var(--accent-color), white 90%);
    color: #fff;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    background-color: var(--nav-dropdown-hover-color);
    color: #fff;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }


.button-header-1 {
  align-items: center;
  background: linear-gradient(to right, #1E3A8A, #3B82F6);
  border: 0.5px solid #1E3A8A;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  fill: #000;
  font-family: 'Poppins';
  font-size: 14.3px;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  display: inline;
  letter-spacing: -.8px;
  width: 150.4px;
  outline: 0;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  border-radius: 16px;
  margin-left:-260px;
  margin-top: -20px;
}













}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: #FAFAFA;
  background-color: #22489E;
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding: 50px 0;
  background-color: color-mix(in srgb, var(--footer-background-color) 90%, white 10%);
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 10px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: #FAFAFA;
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  color: #FAFAFA;
  background-color: color-mix(in srgb, var(--default-color) 5%, white 10%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #FAFAFA;
  background-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  margin-right: 4px;
  font-size: 12px;
  line-height: 0;
  color: #FAFAFA;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}



.footer .footer-links ul a:hover {
  color: #FAFAFA;
}

.footer .footer-contact p {
  margin-bottom: 5px;
  font-family: 'Poppins';
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  display: flex;
  background-color: color-mix(in srgb, var(--footer-background-color) 90%, white 15%);
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: #FAFAFA
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: color-mix(in srgb, var(--footer-background-color) 90%, white 15%);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .copyright {
  padding: 30px 0;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 5px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
}

.page-title .heading {
  padding: 80px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
}

.page-title nav {
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 20px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title nav ol li+li {
  padding-left: 10px;
}

.page-title nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 80px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 58px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  position: relative;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title p {
  color: var(--heading-color);
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 120px 0 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;


}

.content-nav {
  margin-top: 15px;
}

.hero .container {
  position: relative;
  position: relative;
  z-index: 10;
}

@keyframes type {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes cursor {
  50% {
    border-color: transparent;
  }
}





#hexagon {
	width: 100px;
	height: 55px;
	background: red;
	position: relative;
}
#hexagon:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 25px solid red;
}
#hexagon:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid red;
}


.qr-code:hover{
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.32);
  cursor: pointer;

}
.gagner-temps:hover{
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.32);
  cursor: pointer;

}
.max-efficacite:hover{
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.32);
  cursor: pointer;

}
.feedback-client:hover{
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.32);
  cursor: pointer;

}



.divFeature img {
  margin-top: -20px;
}




.divButton {
  margin-left: 680px;
}

.button-header-2 {
  align-items: center;
  background-color: #3972ec00;
  border: 0.5px solid #3971EC;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-sizing: border-box;
  color: #22489E;
  cursor: pointer;
  display: inline-flex;
  fill: #000;
  font-family: 'Poppins';
  font-size: 14.3px;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  letter-spacing: -.8px;
  width: 242.4px;
  outline: 0;
  padding: 0 17px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 16px;

}

.button-header-1:focus {
  color: #ffffff;
}

.button-header-1:hover {
  background-color: #3385ff;
  border-color: #3385ff;
  fill: #06f;
  transform: translateY(-8px);
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3);
}

.button-header-1:active {
  background-color: #3385ff;
  border-color: #3385ff;
  fill: #06f;
}


.button-header-2:focus {
  color: #171e29;
}

.button-header-2:hover {
  background-color: #3972ec00;
  border: 0.5px solid #3971EC;
  transform: translateY(-8px);
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3);
}

.button-header-2:active {
  background-color: #3972ec00;
  border: 0.5px solid #3971EC;
  fill: #06f;
}



.hero h2 span {
  color: var(--accent-color);
}



.call-to-action .icon-box:hover i {
  font-size: 32px;
  line-height: 1;
  color: #ffff;
}

@keyframes borderGlow {
  0% {
    filter: hue-rotate(0deg);
  }
  25% {
    filter: hue-rotate(90deg);
  }
  50% {
    filter: hue-rotate(180deg);
  }
  75% {
    filter: hue-rotate(270deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}



.call-to-action .icon-box:hover {
  animation: borderGlow 3s linear infinite; /* Ajoute l'animation */
  box-shadow: 0 0 5px #0072ff, 0 0 20px #0072ff, 0 0 30px #0072ff; /* Couleur initiale */
  filter: hue-rotate(0deg); 
}



.bloc-stats:hover{
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  cursor: pointer;
}
.bloc-stats:hover .text {
font-weight: 600;
}

.bloc-stats:hover .text strong {
  font-size: 18px;
  color: #FFC633; 
}


.content {
  display: flex;
  align-items: center;
  gap: 20px;
}




.call-to-action .title-service{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #7D93C3;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 7px;
  margin-top: -50px;
}


.content.container-tabs {
  margin-bottom: 0;
  padding-bottom: 0; 
}

.content.container-tabs section {
  margin-bottom: 0; 
  padding-bottom: 0;
}

.title-blog{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #7D93C3;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 7px;
  margin-top: -10px;
}
.title-service {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #7D93C3;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 7px;
}
.feedback_client{
  background-color: #F6F6F5;
}



.contact.section{
  background-color: #F7F9FF
}

.php-email-form .form-control{
  border-radius: 11px;
}



.about .rectangle-background {
  margin-top: -1000px;

}



.text-about-list{
  color: #22489E;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 700;
}






.section-container .team-title-1 {
  margin-top: 100px;
}

.team-title-1 {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  text-underline-offset: 7px;
  text-align: center;
  color: #7D93C3;
  text-transform: uppercase;
  text-decoration: underline;


}


.choice_us_bloc:hover {
 /* animation: borderAnimation 2s infinite linear;*/
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.164);
  transform: translateY(-10px);
  z-index: 1;
}

@keyframes borderAnimation {
  0% {
    box-shadow: inset 0 0 0 3px #22489E;
  }
  50% {
    box-shadow: inset 0 0 0 5px #1abc9c;
  }
  100% {
    box-shadow: inset 0 0 0 3px #22489E;
  }
}




.member-information .enline {
  margin-left: -30px;
}



.team {
  background-color: #F7F9FF;
  padding: 0%;
  margin-bottom: 0
}

.about-information-1 {
  background: linear-gradient(to right, #1E3A8A, #3B82F6);
  color: #F6F6F5;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  width: 300px;
  height: 55.2px;
  border-radius: 53px;
  padding-left: 57.74px;
  padding-right: 57.74px;
  padding-top: 10px;
  padding-bottom: 13px;

}

.about-information-2 {
  background: linear-gradient(to right, #1E3A8A, #3B82F6);
  color: #F6F6F5;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  width: 300px;
  height: 55.2px;
  border-radius: 53px;
  padding-left: 57.74px;
  padding-right: 57.74px;
  padding-top: 10px;
  padding-bottom: 13px;

}

.about-information-3 {
  background: linear-gradient(to right, #1E3A8A, #3B82F6);
  color: #F6F6F5;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  width: 350px;
  height: 55.2px;
  border-radius: 53px;
  padding-left: 57.74px;
  padding-right: 57.74px;
  padding-top: 10px;
  padding-bottom: 13px;

}

.about-information-4 {
  background: linear-gradient(to right, #1E3A8A, #3B82F6);
  color: #F6F6F5;
  font-family: 'Poppins';
  font-size: 13px;
  font-weight: 500;
  width: 380px;
  height: 55.2px;
  border-radius: 53px;
  padding-left: 57.74px;
  padding-right: 57.74px;
  padding-top: 10px;
  padding-bottom: 13px;

}





.title-active {
  color: #000000;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  line-height: 26.38px;

}

.text-active {
  list-style-type: circle;
  color: #545A6175;
  font-size: 12px;
  font-weight: 700;
  line-height: 16.04px;

}



.image-key:hover img:nth-child(1) {
  transform: translate(40px, -40px);
  opacity: 1;
}

.key-1 {
  margin-top: 250px;
}

.key-2 {
  margin-top: 250px;
}


.tabs input[name="tab-control"] {
  display: none;
}

.tabs .content section h2,
.tabs ul li label {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 13.77px;
  color: #1E242C;
}

.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}


.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  padding: 0 10px;
  text-align: center;
}

.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  display: block;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
  outline: 0;
  color: #1E242C;
}

.tabs .slider {
  position: relative;
  width: 25%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
  position: relative;
  width: 75px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #000000;
  border-radius: 1px;
}

.tabs .content {
  margin-top: 30px;
}

.tabs .content section {
  display: none;
  animation-name: content;
  animation-direction: normal;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  line-height: 1.4;
}


.tabs .content section h2 {
  color: #1E242C;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
  color: #1E242C;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
  color: #1E242C;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
  color: #1E242C;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
  color: #1E242C;
}

.tabs input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label {
  color: #1E242C;
}

.tabs input[name="tab-control"]:nth-of-type(6):checked~ul>li:nth-child(6)>label {
  color: #1E242C;
}


.tabs input[name="tab-control"]:nth-of-type(1):checked~.slider {
  transform: translateX(0%);

}


.tabs input[name="tab-control"]:nth-of-type(1):checked~.content>section:nth-child(1) {
  display: block;

}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.slider {
  transform: translateX(75%);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.content>section:nth-child(2) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.slider {
  transform: translateX(120%);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.content>section:nth-child(3) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.slider {
  transform: translateX(180%);
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.content>section:nth-child(4) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(5):checked~.slider {
  transform: translateX(265%);
}

.tabs input[name="tab-control"]:nth-of-type(5):checked~.content>section:nth-child(5) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(6):checked~.slider {
  transform: translateX(330%);
}

.tabs input[name="tab-control"]:nth-of-type(6):checked~.content>section:nth-child(6) {
  display: block;
}



@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }

  .tabs ul li label svg {
    height: 1.5em;
  }
}

@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }

  .tabs .slider {
    display: none;
  }

  .tabs .content {
    margin-top: 20px;
  }

  .tabs .content section h2 {
    display: block;
  }

  .tabs ul li label span {
    display: none;
  }
}

@media (max-width: 768px) {



  .button-header-1 {
    min-width: 170px;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content h3 {
  font-size: 1.75rem;
  font-weight: 700;
}

.about .content .fst-italic {
  color: color-mix(in srgb, var(--default-color), var(--contrast-color) 50%);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 0;
  display: flex;
}

.about .content ul i {
  color: var(--accent-color);
  margin-right: 0.5rem;
  line-height: 1.2;
  font-size: 1.25rem;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  padding: 80px 20px;
  height: 100%;
  transition: all ease-in-out 0.3s;
}

.services .service-item .icon {
  background: var(--accent-color);
  color: var(--background-color);
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .service-item .icon i {
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .service-item h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 80px 0;
  position: relative;
  clip-path: inset(0);
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--default-color);
}

.call-to-action p {
  color: var(--default-color);
}

.call-to-action .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid var(--default-color);
  color: var(--default-color);
}

.call-to-action .cta-btn:hover {
  background: var(--accent-color);
  color: var(--background-color);
  border: 2px solid var(--accent-color);
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats .stats-item {
  padding: 10px;
}
.stats.section {
  background-color: #F7F9FF;
}

.stats .stats-item i {
  font-size: 44px;
  color: var(--accent-color);
  line-height: 0;
  margin-right: 15px;
}

.stats .stats-item .purecounter {
  color: var(--heading-color);
  font-size: 40px;
  display: block;
  font-weight: 700;
  line-height: 40px;
}

.stats .stats-item p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 15px 0 0 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  position: relative;
}

.testimonials:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.testimonials .testimonials-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.testimonials .container {
  position: relative;
  z-index: 3;
}


.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--default-color);
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  background-color: var(--surface-color);
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.team .team-member .member-img {
  position: relative;
  overflow: hidden;
}

.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .team-member .social a {
  background: color-mix(in srgb, var(--contrast-color), transparent 25%);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: ease-in-out 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .team-member .social a:hover {
  color: var(--contrast-color);
  background: var(--accent-color);
}

.team .team-member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .team-member .member-info {
  padding: 25px 15px;
}

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}

.team .team-member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.team .team-member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  color: var(--surface-color);
  background: var(--accent-color);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  height: 100%;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email]
 {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 11px;
  color: var(--default-color);
  background-color: #FFFFFF;
  border-color: #CED2DA;
  height: 64.10px;
}
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 11px;
  color: var(--default-color);
  background-color: #FFFFFF;
  border-color: #CED2DA;
  height: 226px;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: #818181;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
}



.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .service-box {
  background-color: var(--surface-color);
  padding: 20px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.service-details .service-box+.service-box {
  margin-top: 30px;
}

.service-details .service-box h4 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid color-mix(in srgb, var(--default-color), transparent 92%);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.service-details .services-list {
  background-color: var(--surface-color);
}

.service-details .services-list a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-top: 15px;
  transition: 0.3s;
}

.service-details .services-list a:first-child {
  margin-top: 0;
}

.service-details .services-list a i {
  font-size: 16px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .services-list a.active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.service-details .services-list a.active i {
  color: var(--contrast-color);
}

.service-details .services-list a:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  color: var(--accent-color);
}

.service-details .download-catalog a {
  color: var(--default-color);
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: 0.3s;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details .download-catalog a:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-details .download-catalog a:last-child {
  padding-bottom: 0;
}

.service-details .download-catalog a i {
  font-size: 24px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .download-catalog a:hover {
  color: var(--accent-color);
}

.service-details .help-box {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  margin-top: 30px;
  padding: 30px 15px;
}

.service-details .help-box .help-icon {
  font-size: 48px;
}

.service-details .help-box h4,
.service-details .help-box a {
  color: var(--contrast-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}