
    body {
      background: #f4f7fa;
      font-family: 'Segoe UI', sans-serif;
      background: linear-gradient(0.5turn, #FF9326);
      /*
      background: linear-gradient(0.5turn, #FF9326, #ffffff, #1A6600); 
      */
    }

    .header {
      background-color: #e9ecef;
      padding: 30px 10px;
      border-radius: 10px;
      box-shadow: 0 3px 8px rgba(0,0,0,0.1);
      margin-top: 20px;
    }

    .header h1 {
      font-weight: 700;
      color: #007bff;
      margin-bottom: 10px;
    }

    .header h3 {
      color: #17a2b8;
      font-weight: 500;
    }

    .navbar-custom .btn {
      margin: 5px;
      font-weight: 600;
      padding: 10px 20px;
      border-radius: 20px;
    }

    .btn-accueil {
      background-color: #fdbf00;
      color: #000;
    }

    .btn-propos {
      background-color: #ffffff;
      border: 1px solid #ccc;
    }

    .btn-actualite {
      background-color: #28a745;
      color: #fff;
    }

    .card-service {
      transition: transform 0.3s, box-shadow 0.3s;
      border: none;
      border-radius: 15px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      background-color: #ffffff;
    }

    .card-service:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    }

    .card-service img {
     /*
      width: 80px;
      height: 80px; 
      */
      width: 120px;
      height: 120px;
      object-fit: contain;
      margin: 15px auto 10px;
    }

    .card-title {
      font-weight: 600;
      color: #333;
      margin-bottom: 15px;
    }

    .footer {
      text-align: center;
      margin-top: 40px;
      color: #888;
    }


    /* * ICCI **/
    

.item {
  width: 200px;
  height: 200px;
  margin: 50px auto;
  padding-top: 75px;
  background: rgba(255,85,0, .7);
  text-align: center;
  color: #4E4C48;
  font-size: 1.5em;
}