/** @format */
input {
  width: 10vw;
  color: #5E5E70;
  font-size: 20px;
  font-family: Celebes;
  font-weight: 400;
  padding: 10px;
  background-color: transparent;
  border: none;
  border-bottom: #FFFFFF 1px solid;
  margin-bottom: 20px;
}

input::placeholder {
    color: #5E5E70;
}

#supprimer, #admin, #membre {
    margin-top: 0 !important;
    width: auto !important;
    margin-bottom: 1vw !important;
    font-size: 16px !important;
}

.formbtn {
    margin-top: auto !important;
}


table {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  width: 50%;
  border-collapse: collapse;
  margin-top: 3vw;
  font-family: 'Celebes', sans-serif;
}

th {
  background-color: #fce8c3;
  color: #131314;
  padding: 0.5em 1em;
}

td {
  text-align: center;
  border: 1px solid #7d9ea6;
  padding: 8px;
  color: #FFFFFF;
  vertical-align: middle;
}

.supprimer {
    color: #e36b36;
}

#actions {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#accept {
    color: #419c62;
    margin-left: 1vw;
}

tr:nth-child(even) {
  background-color: #a5afb242;
}

tr {
  background-color: #242421;
}


.suppequip {
    margin-top: 2vw !important;
}

#mobile {
    display: none;
}

@media screen and (max-width: 767px) {

    #mobile {
        display: block;
        margin-top: 15vw;
        text-align: center;
        color: rgb(255, 255, 255);
        font-size: 24px;
        font-family: ChemyRetro;
        font-weight: 900;
        text-transform: uppercase;
    }


}