
@import url("./base.css");


  /* about */

.about {
    display: flex;
    background-image: url("../images/Asset Maisoft/programming.jpg");

    color: white;
    background-size: cover;
   background-repeat: no-repeat;
    padding:  60px 80px 120px;
    align-items: center;
    justify-content: space-between;
    

  position: relative;
  height: 70vh;
   
  }
  .about-content{
    width: 80%;
  }
  .about-content h3{
    font-size: 45px;
   
    font-weight: 500;
    font-family: var(--ff-secondary);
    margin-bottom: 50px;
    text-align: left;
  }

  .back{
    display:  flex;
    gap: 20px;
    align-items: center;
    color: white;
    
  }
  .back a {
    color: white;
  }
  .icons {
    display: flex;
  }

  @media (max-width: 1024px) {
    .about {
      flex-direction: column;
      padding: 40px 20px;
      height: auto;
      text-align: center;
    }
    .about-content{
      width: 100%;
    }
   
  
    .about-content h3 {
      font-size: 36px;
      margin-bottom: 30px;
      text-align: center;

    }
  
    .back {
      flex-direction: column;
      gap: 10px;
    }
  
    .icons img {
      width: 20px;
    }
  }
  
  @media (max-width: 768px) {
    .about-content h3 {
      font-size: 28px;
      margin-bottom: 20px;
    }
  
    .icons img {
      width: 18px;
    }
  }
  
  @media (max-width: 480px) {
    .about-content h3 {
      font-size: 24px;
      margin-bottom: 15px;
    }
  
    .icons {
      gap: 5px;
    }
  
    .icons img {
      width: 16px;
    }
  
    .back span {
      font-size: 14px;
    }
  
    .back a {
      font-size: 14px;
    }
  }
  


 /******************* ABOUT   *********************/

 .about-section {
    padding: 60px 40px;
    background-color: #fff;
   
  }
  
  .about-container {
    display: flex;
    max-width: 100%;
    margin: auto;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 40px;
    flex-wrap: wrap;
  }
  
  .about-text {
    flex: 1 1 50%;
  }
  
  .about-text h2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
   


    font-family: var(--ff-secondary);
  }
  
  .about-text p {
    font-size: 18px;
    padding: 8px 0;
   line-height: 1.4;
    color: var(--clr-grey);


    font-family: var(--ff-primary);
    font-weight: 500;

  }
  
  .about-cta {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .object {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .btn-primary {
    background-color: #1d4ed8;
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .btn-primary img {
    width: 30px;
    background-color: white;
    border-radius: 3px;
    padding: 3px;
  }
  
  .contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111;
    font-family: var(--ff-tertiary);
  }
  
  .avatar {
    background-color: #f4b066;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .avatar i {
    font-size: 30px;
    color: white;
  }
  
  .about-image {
    flex: 1 1 20%;
  }
  
  .about-image img {
    width: 100%;
    border-radius: 12px;
    margin-top: -80px;
    
  }

 

  @media (max-width: 1269px) {
      .about-container {
        flex-direction: column;
    align-items: center;
    justify-content: center;

      }

      .about-image img{
      width: 500px;
           margin: 0  auto;
          }
  }

  @media (max-width: 1024px) {
    .about-text h2 {
      font-size: 30px;
    }

    .about-text p {
      font-size: 16px;
    }
  }
  
  @media (max-width: 768px) {
    .about-section {
    padding: 60px 20px;
    }

    .about-text h2 {
      font-size: 24px;
      text-align: center;
    }
  
    .about-text p {
      font-size: 14px;
      text-align: justify;
    }
  
    .about-cta {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .btn-primary {
      width: 100%;
      justify-content: center;
    }
  
    .contact-info {
      flex-direction: row;
      justify-content: flex-start;
      width: 100%;
    }
  
    .about-image img {
      width: 100%;
      margin-top: 20px;
    }
  
    .about-container {
      padding: 0 20px;
    }
  }
  
  @media (max-width: 480px) {
    .about-text h2 {
      font-size: 20px;
    }
  
    .about-text p {
      font-size: 13px;
    }
  
    .btn-primary {
      padding: 10px 16px;
      font-size: 14px;
    }
  
    .avatar {
      width: 35px;
      height: 35px;
    }
  
    .avatar i {
      font-size: 16px;
    }
  }

    /******************* PRESTATIONS   *********************/
    /* Ajoutez ce CSS dans votre fichier d'intelligence.css */

/* Style des icônes */
.icon-box i {
  color: white !important; /* Couleur blanche */
  font-size: 2.5rem !important; /* Taille de base */
  transition: all 0.3s ease;
}

/* Conteneur des icônes */
.icon-box {
  background: linear-gradient(90deg, #0647C5 0%, #0954E6 100%);
  padding: 20px !important; /* Espacement accru */
  width: 70px !important;
  height: 70px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 15px !important; /* Bords plus arrondis */
}

/* Animation au survol */
.service-card:hover .icon-box i {
  transform: scale(1.1);
  filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.3));
}

/* Responsive */
@media (max-width: 1024px) {
  .icon-box i {
      font-size: 2rem !important;
      color: white;
  }
  .icon-box {
      width: 60px !important;
      height: 60px !important;
      padding: 15px !important;
  }
}

@media (max-width: 768px) {
  .icon-box i {
      font-size: 1.8rem !important;
  }
  .icon-box {
      width: 50px !important;
      height: 50px !important;
      padding: 12px !important;
      border-radius: 12px !important;
  }
}

@media (max-width: 480px) {
  .icon-box i {
      font-size: 1.5rem !important;
  }
  .icon-box {
      width: 45px !important;
      height: 45px !important;
      padding: 10px !important;
  }
}

    .nos-prestations {
        padding: 60px 20px;
        text-align: center;
        font-family: var(--ff-secondary);
        background-color: #F9F6F6;
      }
      
      .prestation-title {
        font-size: 40px;
        font-family: var(--ff-secondary);
        text-align: center;
        font-weight: 500;
        margin-bottom: 10px;
      }
      
     
      
      .prestation-subtitle {
        max-width: 1200px;
        margin: 0 auto 50px;
        text-align: center;
       
        font-size: 18px;
        font-weight: 500;
        color: var(--clr-grey);
        line-height: 1.6;
        font-family: var(--ff-primary);
      }

    
      
      .services-container {
        display: grid;
        gap: 30px;
        justify-content: center;
        grid-template-columns: repeat(3, 1fr);
        max-width: 1500px;
        margin: 0  auto;
      }
      
      .service-card {
        background: #fff;
        border: 1px solid #d9e3f0;
        border-radius: 10px;
        height: 356px;
     
        padding: 30px;
        box-shadow: 0px 4px 4px 0px #F88E20;

        transition: transform 0.3s ease;
        position: relative;
      }
      
      .service-card:hover {
        transform: translateY(-5px);
      }
      
      .card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      
      .icon-box {
        background: linear-gradient(90deg, #0647C5 0%, #0954E6 100%);

        padding: 14px ;
        border-radius: 10px;
        box-shadow: 0px 4px 4px 0px #F88E20;

      }
      
      .icon-box img {
        width: 46px;
        height: 46px;
      }
      
      .card-number {
        font-size: 60px;
        font-weight: 500;
        color: #0954E6;
        opacity: 0.25;

      }
      
      .card-title {
        font-size: 16px;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #000;
        font-family: var(--ff-secondary);
        text-align: left;
      }
      
      .card-description {
        font-size: 14px;
        line-height: 1.6;
        font-family: var(--ff-primary);
font-weight: 500;
        text-align: justify;
      }
      
      @media (max-width: 1200px) {
        .services-container {
          grid-template-columns: repeat(2, 1fr); /* Tablette large */
        }
      }
      
      @media (max-width: 768px) {
        .prestation-title {
          font-size: 30px;
        }
        .prestation-subtitle {
          font-size: 16px;
          text-align: justify;
        }
        .services-container {
          grid-template-columns: 1fr; /* Mobile */
        }
      }
  
