      .parallax-container {
        position: relative;
        padding: 40px 0;
        overflow: hidden;
        color: #00000094;        
        z-index: 1;
      }

      .parallax-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../assets/img/ministere_justice');
        background-attachment: fixed;
      background-size:  auto 100%;  /*  options: cover, auto 100%, 100% auto  */
        background-position: center;
        opacity: 0.2; 
        z-index: -1;
      }

    .login-box {
      background-color: rgb(227 227 227 / 0%);
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }

    .text-col {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    

