body {
    margin: 0;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    /*background-color: #959292; /* Fond d'écran légèrement gris */
    background-color: black; /* Fond d'écran noir */
}

.bg {
  /* The image used */
  /*background-image: url("img/background.png");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
      z-index: 10;
}

#mon_image {
      width: 100vw;
      height: 100vh;
      object-fit: cover; /* L'image garde ses proportions et couvre */
      opacity: 0.5;
      z-index: 1;
}

.compteur-banner {
  position: fixed;
  top: 15;
  left: 20px;
  background-color: #2c3e50;
  color: #ecf0f1;
  padding: 5px 15px;
  border-radius: 10px;
  font-family: 'Roboto Mono', monospace;
  font-size: 24px;
  letter-spacing: 3px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

#captcha-container {
    position: absolute;
  z-index: 20;
}

#fake-captcha {
    display: flex;
    align-items: center;
    border: 1px solid #d3d3d3;
    padding: 10px;
    border-radius: 4px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
}

.checkbox-container {
	margin-right: 10px;
	
}

#checkbox-img {
    width: 100px;
    margin-left: 10px;
}


.text-container {
    display: flex;
    align-items: center; /* Aligne le texte et le logo horizontalement */
}

#mylabel {
    font-size: 60px; /* Taille du texte en 20px */
    margin-right: 20px;
    margin-left: 20px;
    user-select: none;
	font-weight: normal;
}

#captcha-logo {
    width: 100px;
}
