<style>
    body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #f4f6f8;
      margin: 0;
      padding: 0;
    }

    header {
      background-color: black;
      color: white;
      text-align: center;
      padding: 2rem 1rem;
    }

    header h1 {
      margin: 0;
      font-size: 2rem;
    }

  }
.BreadCrumbs__breadCrumbsLink {
    color: #00aae7;
}
.Signin__details, .Signin__loginBox{
	position: relative !important;
    overflow: hidden !important;
}

.Signin__details{
	overflow: hidden;
    padding: 3rem 0;
}
.Signin__details:before {
    content: "Connexion des utilisateurs";
    background: #ffffff;
    height: 50px;
    width: 60%;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 30px;
    z-index: 1;
    padding: 15px 0 5px;
}

.Signin__part{
	max-height: 200px;
    min-height: 0;
    height: 100px;
    background: blue;
    position: relative;
    top: -265px;
    max-width: 320px;
}

.Signin__part::

    .container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 1.5rem;
      padding: 2rem;
      max-width: 1200px;
      margin: auto;
     
    }

    .card {
      background-color: #FFFFFF;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      padding: 1rem;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
     
    }

    .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0,0,0,0.15);
      background-color: #fff;
      
    }

    .card i {
      font-size: 2.5em;
      color: #0078d7;
      margin-bottom: 1rem;
    }

    .card h3 {
      margin: 0.5rem 0;
      font-size: 1.2rem;
    }

    .card p {
      font-size: 0.95rem;
      color: #555;
    }
    #button{
    
      
      padding:10px 40px;
      background-color: DeepSkyBlue;
      color:white;
      font-weight: bold;
      border: none;
      font-size: 20px;
      margin: 4px 2px;
      cursor: pointer;
    
    
      
      
    }
    #button:hover{
      background-color: orange;
    }
   #etat{
     color:white;
     border-radius: 6px;
     font-size: 15px;
    border-style: solid;
    border-color: black;
    border-width:2px;
    
    
   }

.Header__menuWrapper{
  background-color: white;
}

.Signin__forgotpassword{
display: none !important;
}
.Signin__subTitle {
display: none !important;
}

 .ForgetPasswordContainer__loginHalf:nth-child(2),.Signin__loginHalf:nth-child(3), .signup .Signin__loginHalf:nth-child(2) {
     display: none !important;
 }
.ForgetPasswordContainer__loginHalf:nth-child(1),.Signin__loginHalf:nth-child(2) {
     display: none !important;
 }


.modal {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
    }
.modal-content {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      background: white;
      padding: 20px;
      width: 300px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }
.open-button {
      display: inline-block;
      padding: 10px 20px;
      background-color: #4CAF50;
      color: white;
      text-decoration: none;
      border-radius: 5px;
    }
#popup:target {
      display: block;
}
.signin_fed_text {
 background-color:blue;
}

.TicketListRightContainer1__wrapper{
	display: none;
}
  </style>
