.elementor-10272 .elementor-element.elementor-element-dc13c15{--display:flex;--min-height:500px;}.elementor-10272 .elementor-element.elementor-element-f36ec95{width:100%;max-width:100%;}.elementor-10272 .elementor-element.elementor-element-b80ac6c{--display:flex;}.elementor-10272 .elementor-element.elementor-element-9ed0426{width:var( --container-widget-width, 300% );max-width:300%;--container-widget-width:300%;--container-widget-flex-grow:0;}.elementor-10272 .elementor-element.elementor-element-619dd41{--display:flex;--min-height:297px;--overlay-opacity:0.5;}.elementor-10272 .elementor-element.elementor-element-619dd41:not(.elementor-motion-effects-element-type-background), .elementor-10272 .elementor-element.elementor-element-619dd41 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://i0.wp.com/gitec.tn/wp-content/uploads/2026/02/blue-circuit-board-technology-background-with-copy-space-scaled.jpg?fit=2048%2C1365&ssl=1");}.elementor-10272 .elementor-element.elementor-element-619dd41::before, .elementor-10272 .elementor-element.elementor-element-619dd41 > .elementor-background-video-container::before, .elementor-10272 .elementor-element.elementor-element-619dd41 > .e-con-inner > .elementor-background-video-container::before, .elementor-10272 .elementor-element.elementor-element-619dd41 > .elementor-background-slideshow::before, .elementor-10272 .elementor-element.elementor-element-619dd41 > .e-con-inner > .elementor-background-slideshow::before, .elementor-10272 .elementor-element.elementor-element-619dd41 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(180deg, #27292F0D 0%, #56B89608 100%);}.elementor-10272 .elementor-element.elementor-element-bb2c30b{--display:flex;}.elementor-10272 .elementor-element.elementor-element-e7cfa7a{--display:flex;}body.elementor-page-10272:not(.elementor-motion-effects-element-type-background), body.elementor-page-10272 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}@media(min-width:768px){.elementor-10272 .elementor-element.elementor-element-dc13c15{--width:1200%;}}/* Start custom CSS for html, class: .elementor-element-f36ec95 *//* Supprimer les marges par défaut */
body {
    margin: 0;
    padding: 0;
}

/* Corriger le container WordPress / thème */
.container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin:0 !important;
}

/* HERO SLIDER FULL WIDTH */
.hero-slider {
    position: relative;
    width: 100vw;                 /* largeur totale écran */
    height: 100vh;                /* plein écran */
    overflow: hidden;

    /* Permet de sortir du container */
    margin-left: calc(-50vw + 50%);
}

/* Slides */
.hero-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: slideAnimation 10s infinite;
}

/* Délais */
.hero-slider .slide:nth-child(1) { animation-delay: 0s; }
.hero-slider .slide:nth-child(2) { animation-delay: 5s; }

/* Images */
.hero-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Animation */
@keyframes slideAnimation {
    0%   { opacity: 0; }
    10%  { opacity: 1; }
    45%  { opacity: 1; }
    55%  { opacity: 0; }
    100% { opacity: 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8913b81 */.about-section {
    padding: 100px 0;
    background: linear-gradient(to right, #f8fafc, #ffffff);
    overflow: hidden;
}

/* CONTAINER */
.container {
    width: 85%;
    margin: auto;
    display: flex;
    align-items: stretch; /* même hauteur */
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 80px;
}

/* IMAGE */
.about-image1 {
    flex: 1;
    display: flex;
}

.about-image1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.about-image1 img:hover {
    transform: scale(1.03);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

/* CONTENT */
.about-content {
    flex: 1;
    max-width: 600px;
}

.about-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1e293b;
    line-height: 1.3;
}

.about-content h4 {
    font-size: 17px;
    margin-bottom: 20px;
    color: #64748b;
    text-align: justify;
    line-height: 1.6;
}

.about-content h3 {
    font-size: 20px;
    line-height: 1.6;
    color: #1e293b;
    text-align: justify;
}

/* LISTE */
.about-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

/* Espacement optimisé */
.about-content ul li {
    margin-bottom: 8px;            /* espace réduit */
    font-size: 16px;
    color: #334155;
    position: relative;
    padding: 8px 12px 8px 35px;    /* padding compact */
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1.4;              /* interligne réduit */
}

/* Icône */
.about-content ul li::before {
    content: "✔";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #3476ba;
    font-weight: bold;
    transition: all 0.3s ease;
}

/* HOVER */
.about-content ul li:hover {
    background: linear-gradient(to right, #3476ba, #56b896);
    color: #ffffff;
    transform: translateX(6px);
}

.about-content ul li:hover::before {
    color: #ffffff;
    transform: translateY(-50%) scale(1.2);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .container {
        flex-direction: column;
        gap: 40px;
    }

    .about-image1 img {
        height: auto;
    }

    .about-content {
        max-width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ed0426 */.about-section {
    padding: 100px 0;
    background: linear-gradient(to right, #f8fafc, #ffffff);
    overflow: hidden;
}

/* CONTAINER */
.container {
    width: 85%;
    margin: auto;
    display: flex;
    align-items: stretch; /* même hauteur */
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 80px;
}

/* IMAGE */
.about-image1 {
    flex: 1;
    display: flex;
}

.about-image1 img {
    width: 100%;
    height: 100%; /* prend hauteur du parent */
    object-fit: cover;
    border-radius: 25px;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.about-image1 img:hover {
    transform: scale(1.05);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* CONTENT */
.about-content {
    flex: 1;
    max-width: 600px;
}

.about-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1e293b;
    line-height: 1.3;
}

.about-content h4 {
    font-size: 18px;
    margin-bottom: 25px;
    color: #64748b;
    text-align: justify; /* justification */
}

.about-content h3 {
    font-size: 22px;
    line-height: 1.6;
    color: #1e293b;
    text-align: justify; /* justification */
}

/* LISTE */
.about-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.about-content ul li {
    margin-bottom: 15px;
    font-size: 17px;
    color: #334155;
    position: relative;
    padding: 14px 15px 14px 40px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.4s ease;
}

/* Icône */
.about-content ul li::before {
    content: "✔";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #3476ba;
    font-weight: bold;
    transition: all 0.4s ease;
}

/* HOVER */
.about-content ul li:hover {
    background: linear-gradient(to right, #3476ba, #56b896);
    color: #ffffff;
    transform: translateX(10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.about-content ul li:hover::before {
    color: #ffffff;
    transform: translateY(-50%) scale(1.3);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .container {
        flex-direction: column;
        gap: 40px;
    }

    .about-image1 img {
        height: auto;
        max-width: 100%;
    }

    .about-content {
        max-width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-454e089 */.why-choose-us {
  padding: 80px 0;
 background: transparent;
  font-family: Arial, sans-serif;
  text-align: center;
  height: 700px;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.section-header h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.section-header p {
  color: #666;
  margin-bottom: 50px;
  line-height: 1.6;
}

.features-horizontal {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.feature-card {
  flex: 1 1 220px; /* largeur minimum 220px */
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.feature-card .icon {
  font-size: 50px;
  margin-bottom: 15px;
}

.feature-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.feature-card p {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2d4afa */.our-clients {
  padding: 80px 20px;
  background: #fff;
  text-align: center;
}

.our-clients h2 {
  font-size: 34px;
  margin-bottom: 10px;
  color: #222;
}

.our-clients .desc {
  color: #777;
  margin-bottom: 40px;
}

.our-clients .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.our-clients .logos img {
  max-height: 155px;
  width: auto;
  opacity: 0.7;
  transition: 0.3s;
}

.our-clients .logos img:hover {
  opacity: 1;
  transform: scale(1.05);
}/* End custom CSS */