body {
  background: #1c242d;
}
.box {
  border: 1px solid #c4c4c4;
  padding: 30px 25px 10px 25px;
  background: white;
  margin: 30px auto;
  width: 360px;
}
h1.box-logo a {
  text-decoration:none;
}
h1.box-title {
  color: #AEAEAE;
  background: #f8f8f8;
  font-weight: 300;
  padding: 15px 25px;
  line-height: 30px;
  font-size: 25px;
  text-align:center;
  margin: -27px -26px 26px;
}
.box-button {
  border-radius: 5px;
  background: #d2483c;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  width: 100%;
  height: 51px;
  padding: 0;
  color: #fff;
  border: 0;
  outline:0;
}
.box-register
{
  text-align:center;
  margin-bottom:0px;
}
.box-register a
{
  text-decoration:none;
  font-size:12px;
  color:#666;
}
.box-input {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding-left:10px;
  border-radius: 5px;
  width: 347px;
  height: 50px;
}
.box-input:focus {
    outline: none;
    border-color:#5c7186;
}
.sucess{
	text-align: center;
	color: white;
}
.sucess a {
	text-decoration: none;
	color: #58aef7;
}
p.errorMessage {
    background-color: #e66262;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 3px;
}

/* style de liste.php */

.container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.contenu {
  text-align: center;
  /* border: 1px solid #ccc; */
  border-radius: 4px;
  /* background-color: #f9f9f9; */
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .container {
    padding: 10px;
  }

  .contenu {
    font-size: 14px;
  }
}


body {
 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* filter: brightness(90%) contrast(80%); Réduisez la valeur pour diminuer le contraste */
}

    table {
        position: relative;

        width: 100%;
        border-collapse: collapse;
    }

    th {
        padding: 8px;
        text-align: left;
        border: 2px solid #ddd;
        position: sticky;
            top: 0;
    }
     td {
        padding: 8px;
        text-align: left;
        border: 2px solid #ddd;
        /* position: sticky; */
            top: 0;
    }

    thead {
        background-color: #f2f2f2;
    }

    tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

  
    .export-button {
        position: fixed;
        top: 20px; /* ajustez la position verticale du bouton selon vos besoins */
        right: 20px; /* ajustez la position horizontale du bouton selon vos besoins */
        z-index: 9999; /* assurez-vous que le bouton est superposé à d'autres éléments */
    }
    .export-butto {
        position: fixed;
        top: 20px; /* ajustez la position verticale du bouton selon vos besoins */
        left: 20px; /* ajustez la position horizontale du bouton selon vos besoins */
        z-index: 9999; /* assurez-vous que le bouton est superposé à d'autres éléments */
    }