  body{
    font-weight : 200;
  }
  .login-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
  }
  h1, h2{
    font-weight: 200;
    margin-top: 0px;
  }
  .form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  }
  .icon_style{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: white;
    cursor:pointer;
}
  .form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
  }
  .form #btn_connexion {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #EA8F9C;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
  }
  .form #btn_connexion:hover,.form #btn_connexion:active,.form #btn_connexion:focus {
    background: #EA8F9C;
  }
  .form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
  }

  .form .message a {
    color: #EA8F9C;
    text-decoration: none;
  }
  .form .register-form {
    display: none;
  }
  .container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
  }
  .container:before, .container:after {
    content: "";
    display: block;
    clear: both;
  }
  .container .info {
    margin: 50px auto;
    text-align: center;
  }
  .container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
  }
  .container .info span {
    color: #4d4d4d;
    font-size: 12px;
  }
  .container .info span a {
    color: #000000;
    text-decoration: none;
  }
  .container .info span .fa {
    color: #EF3B3A;
  }
  body {
    background: #303030; /* fallback for old browsers */
    font-family: "Roboto", sans-serif;
  }
  .animate {
    position: relative;
    transform: rotate(360deg);
    transition: 0.5s;
  }


    .logo_club{
      opacity: 0.5;
      border-radius: 250px;
      cursor : pointer;
    }

    .check{
      opacity: 1;
      color:yellow;
      border-radius: 250px;
      border : 1px solid lightgrey;
      cursor : pointer;
    }

.choice-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.choice-box p{
  margin: 0 !important;
}

.choice-box span {
  color: rgb(184, 184, 184);
  font-weight: 500; /* Plus léger */
  font-size: 0.8em; /* Optionnel : réduire légèrement la taille */
  margin-left: 15px;
  margin-right: 15px;
}

#btn_pigconnect > .icon {
  height: 24px;
}

#btn_pigconnect > p {
  margin: 0;
  font-weight: 500;
}
#btn_pigconnect {
  display: flex;
  background-color:  rgb(184, 184, 184);
  background-color: #375367; border-color: #4f728a; color: white !important;
  padding: 12px;
  padding-left: 18px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* Espace entre l'image et le texte */
  cursor: pointer;
}


.choice-box {
  width: 100%;
  height: 110px;
  border: 2px solid #ccc;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  background: #f8f9fa;    
  user-select: none;
  transition: transform 0.1s ease-in-out;
  padding: 0.1em;
}

.choice-box:active {
  transform: translateY(0.5px);
}

.choice-box.selected {
  border-color: #375367;
  background: #e3eef7;
}

.choice-box svg {
  width: 50px;
  height: 50px;
  fill: #375367;
}

.choice-box p {
  margin-top: 10px;
  font-weight: bold;
  color: #375367;
}

#loginFormContainer {
  display: none;
}

.choice-box:active {
  transform: translateY(5px); /* Déplace vers le bas de 5px */
}