 html,
      body {
        padding: 0;
        margin: 0;
        overflow-x: hidden;
      }
      /* retour btn */
 
  .btn-back-fixed {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 9999;
    background-color: #010710c6;
    color: rgb(242, 241, 241);
    padding: 10px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 1;
  }

  .btn-back-fixed i {
    margin-right: 8px;
  }

  .btn-back-fixed:hover {
    background-color: #084298;
    transform: translateY(-2px);
    color: #fff;
  }

  /* frontend projects links */

  .dropdown:hover .dropdown-menu-end{
    display: block;
    font-size: 14px !important;
  }
  .dropdown .dropdown-menu a:hover{
        color: tomato !important;
        font-weight: bold;
        background-color: black;
  }



      .navbar {
        padding: 0px 10px;
        height: auto;
      }

      .navbar-brand img {
        height: 50px;
      }

      .bi-check {
        background-color: white;
        color: black;
      }

      .my-image-logo {
        width: 50px;
        height: 200px;
        object-fit: contain;
        border: 1px solid black;
        border-radius: 10px;
        padding: 10px;
      }
      /* animation des icones */
      .image-animaation1,
      .image-animaation2 {
        display: flex;
        white-space: nowrap;
        overflow: hidden;
        gap: 24px;
      }

      .image-animaation1 {
        animation: scrollLeft 120s linear infinite;
      }

      .image-animaation2 {
        animation: scrollRight 120s linear infinite;
      }

      .image-animaation1 img,
      .image-animaation2 img {
        width: 18.75rem;
        height: 9.375rem;
        object-fit: contain;
        border-radius: 0.625rem;
        border: 0.0625rem solid gray;
      }

      @keyframes scrollLeft {
        0% {
          transform: translateX(0%);
        }

        100% {
          transform: translateX(-50%);
        }
      }

      @keyframes scrollRight {
        0% {
          transform: translateX(-50%);
        }

        100% {
          transform: translateX(0%);
        }
      }

      /* <!--  FLOTTANT GLOBAL -- >  */

      .menu-flottant {
        position: fixed;
        top: 3.125rem;
        bottom: 1.25rem;
        padding: 0.625rem;
        left: 0rem;
        z-index: 9999;
        border-radius: 0.3125rem;
        transition: width 0.3s ease-in-out;
      }

      .menu-btn {
        background-color: #212529;
        color: #ffc107;
        border: none;
        border-radius: 0.3125rem;
        padding: 0.625rem 0.75rem;
        font-size: 1.125rem;
        cursor: pointer;
      }

      .menu-links {
        display: none;
        flex-direction: column;
        margin-top: 0.3125rem;
        background-color: #343a40;
        border-radius: 0.3125rem;
        padding: 0.625rem;
      }

      .menu-links a {
        color: #ffc107;
        text-decoration: none;
        margin: 0.3125rem 0;
        font-weight: bold;
      }

      .menu-flottant:hover .menu-links {
        display: flex;
      }
      .menu-flottant a:hover {
        text-decoration: underline;
        color: blue;
        background-color: rgba(246, 242, 239, 0.402);
        border-radius: 0.625rem;
        transform: scale(1.1);
        width: 5rem;
        text-align: center;
      }
      /* icone-arrow */

      .icone-arrow {
        border-radius: 50%;
        background-color: black;
        fill: white;
      }
      .icone-svg-div {
        width: 31.25rem;
        height: 9.375rem;
        background-color: white;
        padding: 1.5625rem 1.25rem;
        max-width: 100%;
        position: relative;
        border-radius: 0.625rem;
      }
      .icone-svg-div:hover {
        background-color: #f4f5f5;
      }
      /* icone svg div link */
      .icone-svg-div a {
        text-decoration: none;
        font-size: 1.875rem;
        color: #212529;
      }
      .icone-arrow {
        position: absolute;
        left: 80%;
        bottom: 30%;
      }

      /* icone-animation */
      .icone-animation {
        display: flex;
      }
      @media (max-width: 48rem) {
        .icone-animation {
          animation: translation 15s linear infinite;
        }
      }
      @keyframes translation {
        from {
          transform: translateX(0%);
        }
        to {
          transform: translateX(-50%);
        }
      }

      .company-logo {
        width: 18.75rem; /* ou une autre taille fixe */
        height: 3.125rem;
        object-fit: contain;
        flex-shrink: 0;
      }
      /* carousel-a-fleche */

      #scrollcontainer div {
        margin-top: 60px;
        border-radius: 10px;
      }

      #scrollcontainer div:hover {
        background-color: #c6cacee2;
        transition: background-color 0.5s ease-in-out;
      }
      .carousel-a-fleche a {
        text-decoration: none;
        font-size: 20px;
        color: black;
        font-weight: bold;
      }
      .carousel-a-fleche p:nth-of-type(2) {
        font-weight: normal;
        font-size: 19px;
      }
      .icone-fleche {
        background-color: black;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        fill: white;
      }
      .carousel-a-fleche button {
        background-color: black;
        color: white;
        border: none;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        font-size: 20px;
        font-weight: bolder;
      }
      .carousel-a-fleche button:nth-child(1) {
        left: 90%;
        top: 0%;
        bottom: 90%;
      }
      .carousel-a-fleche button:nth-child(2) {
        right: 12%;
        top: 0%;
        bottom: 90%;
      }

      .gartner-IDC-Container div{
        width: 400px;
        height: 250px;
      }
      .gartner-IDC-Container > div:nth-child(1) h1{
        font-size: 70px;
      }
      .gartner-IDC-Container a{
        text-decoration: none;
        color: #212529;
        font-weight: bold;
      }
    /* section part */


    section div:nth-child(1) ul:nth-of-type(1) li{
        color: whitesmoke;
        list-style: decimal;
        text-align: start;
        margin: 10px;

    }
    section h6{
        color: white;
        text-align: start;
        font-weight: bold;
    }
    /* footer-link dans row */
    .footer-link ul{
      margin-top: 30px;
    }

    .footer-link ul li{
      text-align: start;
      margin-top: 10px;
    }
    .footer-link ul li:hover{
      text-decoration: underline  rgba(224, 255, 255, 0.826);
      transition: text-decoration 1s ease-in-out;
    }

    .footer-link ul li a{
      text-decoration: none;
      color: rgba(224, 255, 255, 0.826);
      font-weight: bold;
      text-align: start;

    }
    /* footer-copirypt */

    .footer-copirypt{
      background-color: rgba(74, 1, 2, 0.92); 
      margin-top: 10px;
      height: 100px;

    }

    .footer-copirypt p {
      color: rgba(224, 255, 255, 0.826);
      font-weight: bold;
    }
    .footer-copirypt a {
      text-decoration: none;
      color: rgba(224, 255, 255, 0.826);
      font-weight: bold;

    }
    .footer-copirypt a:hover{
      text-decoration: underline;
      transition: text-decoration 15s linear ease-in-out;

    }

   

    /* icon footer */
    .footer-copirypt .bi{
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      font-weight: bold;
      border-radius: 50%;
      background-color: black;
      color: rgb(179, 174, 174);
    }
    .footer-copirypt .bi:hover{
      background-color: lightblue;
      transition: all 0.5 ease-in-out;
    }
    


    .gartner-section img{
      width: 100%;
      height: 100%;
      min-width: 200px !important;
      min-height: 200px !important;
    }



    /*  */
     .mega-menu {
            position: static !important;
            width: 100%;
        }
        
        .mega-menu .dropdown-menu {
            width: 100%;
            border-radius: 0;
            border: none;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
            padding: 2rem;
            margin-top: 0;
        }
        
        .mega-menu-content {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .mega-menu h6 {
            color: #6c0002;
            font-weight: bold;
            margin-bottom: 1rem;
            font-size: 1.1rem;
        }
        
        .mega-menu .dropdown-item {
            padding: 0.5rem 0;
            border: none;
            color: #333;
            transition: color 0.3s ease;
        }
        
        .mega-menu .dropdown-item:hover {
            background: none;
            color: #6c0002;
        }
        
        .mega-menu .dropdown-item i {
            margin-right: 0.5rem;
            width: 20px;
        }
        
        .mega-menu-highlight {
            background: linear-gradient(135deg, #6c0002, #8b0003);
            color: white;
            padding: 1.5rem;
            border-radius: 8px;
        }
        
        .mega-menu-highlight h6 {
            color: white;
        }
        
        .mega-menu-highlight .btn {
            background: white;
            color: #6c0002;
            border: none;
            font-weight: bold;
        }
        
        /* .navbar-nav .dropdown:hover .dropdown-menu {
            display: block;
        } */
        
        /* .dropdown-menu {
            display: none;
        } */
        
        @media (max-width: 991px) {
            .mega-menu .dropdown-menu {
                position: relative !important;
                width: 100%;
                box-shadow: none;
                padding: 1rem;
            }
            
            .navbar-nav .dropdown:hover .dropdown-menu {
                display: none;   
            }
            
        }

      .dropdown-toggle::after{
        display: none !important;
      }
