 
 *{
  margin: 0px;
  padding: 0px;
 }

 .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;
  }

 
 .navbar{
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    margin:10px 30px ;
 }

 /* all frontend project site */
 .dropdown:hover .dropdown-menu{
  display: block;
 }
 
 
 .background {
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.7);
        background-blend-mode: multiply;
        background-image: url("https://images.frandroid.com/wp-content/uploads/2022/10/netflix-octobre-contenus-2022.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
      }
      /* .background{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
      } */

      .divStyl {
        position: relative;
        background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR4373VFQLQJV53T1dhOV8-g3U4Leyju3bCsA&s");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
      .divStyl{
        height: 250px;
        
        max-height: 100%;
        padding: 10px 20px;

      }

      .icone {
        position: absolute;
        /* background: linear-gradient(45deg, #ff66cc, #ff3399); */
        font-size: 50px;
        bottom: 10px;
        right: 10px; 
        margin-top: 10px;
        color: tomato;

      }
      .myparagraphe {
        color: white;
        font-weight: bold !important;
        font-size: 50px !important;
      }

      .accordion-button {
        font-size: 25px !important;
        font-weight: bold;
      }
      .overflow-x-auto img {
        border-radius: 15px;
        min-height: 300px;
        min-width: 280px;
        width: 100%;
        height: 100%;
      }
      /* <!--  FLOTTANT GLOBAL -- >  */

      .menu-flottant {
        position: fixed;
        top: 50px;
        bottom: 20px;
        padding: 10px;
        left: 0px;
        z-index: 9999;
        border-radius: 5px;
        transition: width 0.3s ease-in-out;
      }

      .menu-btn {
        background-color: #212529;
        color: #ffc107;
        border: none;
        border-radius: 5px;
        padding: 10px 12px;
        font-size: 18px;
        cursor: pointer;
      }

      .menu-links {
        display: none;
        flex-direction: column;
        margin-top: 5px;
        background-color: #343a40;
        border-radius: 5px;
        padding: 10px;
      }

      .menu-links a {
        color: #ffc107;
        text-decoration: none;
        margin: 5px 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: 10px;
        transform: scale(1.1);
        width: 80px;
        text-align: center;
      }



      /* form */

      form input{
        width: 400px !important;
      }