/* General Styles */
body {
  background-image : url('../img/bg-hero.jpg');
  margin: 0;
}

.box {
  border: 1px solid #c4c4c4;
  padding: 30px 25px 10px 25px;
  background: white;
  margin: 30px auto;
  width: 368px;
}
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-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;
}
p.errorMessage {
    background-color: #e66262;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 3px;
}
.bloc {
    display: flex;
}
.bloc1 {
    width: 15%;
    background-color: #ccc;
}
.bloc2 {
    width: 85%;
    background-color: #eee;
}
.menu1 {
    margin: 4px;
    padding: 4px;
    border: 1px solid #000;
    cursor: pointer;
    font-size: 14px;
    width: 96%;
}
.menu1 button {
    margin: 4px;
    padding: 4px;
    cursor: pointer;
}
.menu1 button:hover {
    background-color: #ddd;
}
.menu2 {
    margin: 4px;
    padding: 4px;
    border: 1px solid #000;
    cursor: pointer;
    font-size: 14px;
    width: 96%;
}
.menu2 button {
    margin: 4px;
    padding: 4px;
    cursor: pointer;
}
.menu2 button:hover {
    background-color: #ddd;
}
.menu3 {
    margin: 4px;
    padding: 4px;
    border: 1px solid #000;
    cursor: pointer;
    font-size: 14px;
    width: 96%;
}
.menu3 button {
    margin: 4px;
    padding: 4px;
    cursor: pointer;
}
.menu3 button:hover {
    background-color: #ddd;
}
.menu4 {
    margin: 4px;
    padding: 4px;
    border: 1px solid #000;
    cursor: pointer;
    font-size: 14px;
    width: 96%;
}
.menu4 button {
    margin: 4px;
    padding: 4px;
    cursor: pointer;
}
.menu4 button:hover {
    background-color: #ddd;
}

h1.bloc0 {
    color: #fff;
    font-size: 22px; /* Taille de police pour PC */
    font-weight: 300;
    margin-bottom: 0;
    display: inline;
    font-family: verdana;
    }
.bloc0 {
    width: 100%;
    height: 30px;
    margin: 0;
    text-align: right;
    margin-bottom: 0;
}
.box-register
{
  text-align:center;
  margin-bottom:0px;
}
.box-register a
{
  text-decoration:none;
  font-size:12px;
  color:#666;
}
.box-select {
  font-size: 14px;
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding-left: 10px;
  border-radius: 5px;
  width: 347px;
  height: 50px;
}
.box-select:focus {
    outline: none;
    border-color:#5c7186;
}
.sucess{
  text-align: center;
  color: black;
}
.sucess a {
  text-decoration: none;
  color: black;
}


/* ******************************* */
/* ******************************* */
/* ******************************* */
/* ******************************* */
/* FORMULAIRE INSERT_BDD 	   */
/* ******************************* */
/* ******************************* */
/* ******************************* */
/* ******************************* */
.container {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: #ddd;
    border-radius: 20px; /* Coins arrondis pour le cadre principal du tableau */
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

h2 {
    text-align: center;
    font-family: verdana;
    font-size: 18px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table th,
table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ff0000;
    font-family: verdana;
    font-size: 13px;
}

table th:first-child,
table td:first-child {
    width: 50px;
}

.add-user-btn {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 30px;
    background-color: #4caf50;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.add-user-btn:hover {
    background-color: #45a049;
    text-decoration: none;
}

.add-user-btn:focus {
    outline: none;
    text-decoration: none;
}

a {
  text-decoration: none;
}

.action-btn {
    padding: 5px 10px;
    font-size: 14px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 20px; /* Utilisation d'une valeur plus élevée pour un aspect arrondi */
    cursor: pointer;
    margin-right: 5px;
}

.action-btn:hover {
    background-color: #0056b3;
}

.roue {
    font-size: 24px;
}
table tbody tr:nth-child(even) {
    background-color: #d9e1ec; /* Couleur de fond rouge pour les lignes paires */
    font-family: verdana;
    font-size: 12px;
}

table tbody tr:nth-child(odd) {
    background-color: #d9e1ec; /* Couleur de fond rouge pour les lignes impaires */
    font-family: verdana;
    font-size: 12px;
}


/* ******************************* */
/* ******************************* */
/* FIN FORMULAIRE INSERT_BDD       */
/* ******************************* */
/* ******************************* */


/* ******************************* */
/* ******************************* */
/* ******************************* */
/* Responsive styles */
@media (max-width: 768px)
	{
.box {
  width: 90%;
}
.bloc1 {
    width: 100%;
}
.bloc2 {
    width: 100%;
}
.box-input {
  font-size: 18px;
  width: 100%;
}
.box-button {
  font-size: 22px;
  width: 100%;
}
.menu1 {
    font-size: 14px;
    width: 30%;
}
.menu2 {
    font-size: 14px;
    width: 30%;
}
.menu3 {
    font-size: 14px;
    width: 30%;
}
.menu4 {
    font-size: 14px;
    width: 30%;
}
h1.bloc0 {
  color: white;
  font-size: 18px; /* Taille de police pour SMART */
  font-weight: 300;
  margin: 9;
  display: inline;
}
p.errorMessage {
    background-color: #e66262;
    font-size: 20px;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 3px;
}

/* ******************************* */
/* FORMULAIRE INSERT_BDD           */
/* ******************************* */

.container {
    max-width: 98%;
    margin: 5px auto;
    padding: 5px;
    background-color: #ddd;
    border-radius: 20px; /* Coins arrondis pour le cadre principal du tableau */

}

h2 {
    font-size: 14px;
}

table {
    width: 100%;
}

table th,
table td {
    font-size: 12px;
    padding: 3px;
}




}
/* FIN Responsive styles */
/* ******************************* */
/* ******************************* */
/* ******************************* */
/* ******************************* */

