.content {
    /*margin-top:auto;*/
    /*margin-bottom:auto;*/
    text-align:center;
}

/* .linkenigme {
    color: #ffffff;
}

.linkenigme:link {
  background-color: transparent;
  text-decoration: none;
  color: #ffffff;
}

.linkenigme:visited {
  background-color: transparent;
  text-decoration: none;
  color: #ffffff;
}

.linkenigme:hover {
  background-color: transparent;
  text-decoration: none;
  color: #ffffff;
}

.linkenigme:active {
  background-color: transparent;
  text-decoration: none;
  color: #ffffff;
} */

.textstyle {
    background-color: #F28B6B; /* Changing background color */
    color: #ffffff;
    /*font-weight: bold; /* Making font bold */
    border-radius: 20px; /* Making border radius */
    width: auto; /* Making auto-sizable width */
    margin-left: 20px;
    margin-right: 20px;
    /*height: auto; /* Making auto-sizable height */
    padding: 5px 5px 5px 5px; /* Making space around letters */
    font-size: 40px; /* Changing font size */
    font-family: 'U.S. 101';
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    /*color: #FCE0D9;*/
    text-align:center;
    /*opacity: 1; /* Firefox */
}

input, button {
    border-radius: 20px; /* Making border radius */
    border: none;
    padding: 5px 5px 5px 5px; /* Making space around letters */
    font-family: 'U.S. 101';        
    text-align: center;
    text-decoration: none;
    color: grey;
    outline:none;
}

input[name=reponse_donnee] {
    background-color: #ffff;
    color: #F28B6B;
    padding: 5px 5px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: 'U.S. 101';
    font-size: 25px; /* Changing font size */   
}

button[name=button_all], button[name=accueil], input[name=valider], button[name=indice], button[name=jouer], button[name=retour] {
    border-radius: 20px; /* Making border radius */
    background-color: #ffff;
    color: #F28B6B;
    padding: 5px 20px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: 'U.S. 101'; 
    font-size: 25px; /* Changing font size */ 
}

.div-enigme {
    color: #ffffff;
    width: auto; /* Making auto-sizable width */
    margin-left: 20px;
    margin-right: 20px;
    /*height: auto; /* Making auto-sizable height */
    padding: 5px 5px 5px 5px; /* Making space around letters */
    font-size: 25px; /* Changing font size */
    font-family: 'U.S. 101';
    overflow-wrap: break-word;
}


.textstyleregles {
    color: #ffffff;
    /*font-weight: bold; /* Making font bold */
    border-radius: 20px; /* Making border radius */
    width: auto; /* Making auto-sizable width */
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    /*height: auto; /* Making auto-sizable height */
    padding: 5px 5px 5px 5px; /* Making space around letters */
    font-size: 20px; /* Changing font size */
    font-family: 'U.S. 101';
}

.textstyleclassement {
    color: #ffffff;
    font-size: 20px; /* Changing font size */
    font-family: 'U.S. 101';
    margin: 0px;
}

.textstyleclassementtitre {
    /*background-color: #F28B6B; /* Changing background color */
    color: #ffffff;
    /*font-weight: bold; /* Making font bold */
    border-radius: 20px; /* Making border radius */
    width: auto; /* Making auto-sizable width */
    margin-left: 20px;
    /*margin-right: 20px;
    /*height: auto; /* Making auto-sizable height */
    padding: 5px 5px 5px 5px; /* Making space around letters */
    font-size: 30px; /* Changing font size */
    font-family: 'U.S. 101';
}

.textstyleindice {
    color: #ffffff;
    /*font-weight: bold; /* Making font bold */
    border-radius: 20px; /* Making border radius */
    width: auto; /* Making auto-sizable width */
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    /*height: auto; /* Making auto-sizable height */
    padding: 5px 5px 5px 5px; /* Making space around letters */
    font-size: 30px; /* Changing font size */
    font-family: 'U.S. 101';
}

.textstyleindice {
    color: #ffffff;
    /*font-weight: bold; /* Making font bold */
    border-radius: 20px; /* Making border radius */
    width: auto; /* Making auto-sizable width */
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    /*height: auto; /* Making auto-sizable height */
    padding: 5px 5px 5px 5px; /* Making space around letters */
    font-size: 30px; /* Changing font size */
    font-family: 'U.S. 101';
}

.containerTopLeft {
    position: relative;
  }
  
  .topLeft {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 18px;
  }

  .containerTopRight {
    position: relative;
  }
  
  .topRight {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 18px;
  }

  button[name=boutonPetit] {
    border-radius: 20px; /* Making border radius */
    background-color: #54b7ea;
    color: #ffff;
    padding: 7px 10px 7px 10px; /* haut | droit | bas | gauche */
    margin: 4px 2px;
    cursor: pointer;
    font-family: 'U.S. 101'; 
    font-size: 15px; /* Changing font size */ 
}

.responsive-video {
    width: 100%;
    height: auto;
    max-width: 640px;
    margin: 20px auto;         /* Marge verticale + centrage horizontal */
    padding-left: 10px;
    padding-right: 10px;       /* Marge intérieure pour éviter que la vidéo touche les bords */
    box-sizing: border-box;    /* Pour que le padding n'élargisse pas la vidéo au-delà de 100% */
    display: block;
}
