* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f2f2f2;
}
h1 {
    /* margin-top: 2%; */
    color: #333;

}
.profil{
    color: #333;
    margin-top: 2%;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 10px;
}

.outil-Profil {
    display: flex;
    flex-direction: column;
  }
  
  .outil-Profil a button {
    width: 80%;
    padding: 10px 10px;
    margin-bottom: 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #4CAF50;
    color: white;
    transition: background-color 0.3s;
    text-align: center;
    text-decoration: none;
  }
  
  .outil-Profil button:hover {
    background-color: #45a049;
  }
  
  .outil-Profil button:active {
    background-color: #3e8e41;
  }

.connexion-form {
    margin-left: 30%;
    margin-right: 30%;
    text-align: left;
    margin-top: 2%;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
input[type="text"], input[type="password"], input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
input[type="submit"] {
    padding: 10px;
    background-color: #0D9DCB;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
input[type="submit"].SubmitConnexion {
    width: 100%;
}
input[type="submit"]:hover {
    background-color: #0D9DCB;
}
.logo {
    width: 13%;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    
}
.line1 {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    text-align: left;
    width: 300px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.line2 {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    text-align: left;
    width: 50%;
    margin-top: 1%;
    margin-left: 20px;
    margin-right: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}
input[type="text"]:focus, input[type="password"]:focus {
    outline: none;
    border-color: #0D9DCB;
}
input[type="submit"]:focus {
    outline: none;
}
input[type="submit"]:active {
    background-color: #0D9DCB;
    box-shadow: none;
    transform: translateY(2px);
}
input[type="submit"]:hover {
    background-color: #0D9DCB;
    box-shadow: none;
    transform: translateY(2px);
}

/* Fiche Client */
.recherche {
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 2%;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sous-conteneur {
    display: flex;
    justify-content: space-around;


}

.titre {
    margin-top: 15px;
}


/*      Entete       */

header{
    background: #9F9F9F;
    height: 80px;
    line-height: 80px;
    color: RED;
    text-align: center;
    letter-spacing: 5px;
    font-weight: bold;
}
.logonav{
    float: left;
    margin-left: 10px;
}
.logonav img{
    height: 100%;
}
.menu-navigation{
    width: 100%;
    height: 80px;
    background: #9F9F9F;
    line-height: 80px;
    color: white;
    text-align: right;
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.liens{
    float: right;
    margin-right: 10px;
}
.liens ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.liens ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
.liens ul li a{
    color: white;
    text-decoration: none;
    font-size: 70%;
    padding: 7px 13px;
    border-radius: 3px;
}
.liens ul li a.active,
.liens ul li a:hover{
    background: #4F4F4F;
    transition: .5s;
}
/*                                           */
/*             Outils Statistique            */
/*                                           */
.outilstat{
    margin-top: 2%;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    
}
.boutonstat{
    margin: 1%;
}

.inputstat{
    margin: 1%;
    width: 20%;
    padding: 10px;
    background-color: #f2f2f2;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    outline: none;
    margin-left: 40%;
    margin-right: 40%;
    margin-top: 2%;
    text-align: center;
    
}

table{
    border-collapse: collapse;
    width: 80%;
    font-family: monospace;
    font-size: 25px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2%;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.Statable tr{
    border-bottom: 1px solid #9F9F9F;
}
.Statable th{
    background-color: #9F9F9F;
    color: white;
    text-align: left;
    padding: 10px;
    font-size: 20px;
    letter-spacing: 2px;

}
.Statable td{
    background-color: #f2f2f2;
    color: black;
}

/*                                           */
/*             ASSISTANT                     */
/*                                           */

/* LISTE INTERVENTIONS */

/* tableau */

#vue-listeinterventions-assistant tr{
    border-bottom: 1px solid #9F9F9F;
}

#vue-listeinterventions-assistant th{
    background-color: #9F9F9F;
    color: white;
    text-align: left;
    padding: 10px;
    font-size: 20px;
    letter-spacing: 2px;
}

#vue-listeinterventions-assistant td{
    background-color: #f2f2f2;
    color: black;
}

#vue-listeinterventions-assistant tr td{
    /* ajout d'un padding de 20 à droite et à gauche sinon les cases 
    sont collées aux bords et n'ont pas assez d'espace (enleve pour voir) */
    padding: 0 20; /* padding: haut-bas doite-gauche */
}

#vue-listeinterventions-assistant table a{
    text-decoration: none;
    color: black;
    background-color: #D9D9D9;
    /* padding 4 en haut et en bas */
    /* padding 20 à droite et à gauche */
    padding: 4 20; /* padding: haut-bas doite-gauche */
    border-radius: 20px;
}

/* je centre le dernier th (Action) 
(supprimer pour voir quand c'est à gauche) */
#vue-listeinterventions-assistant th:last-child{
    text-align: center;
}

/* titre */

#vue-listeinterventions-assistant h1{
    margin-top: 2%;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
}

/* options de recherche (par technicien ou par date) */

#vue-listeinterventions-assistant .options-recherche{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    font-size: 20px;
}

/* select liste des techniciens */
#vue-listeinterventions-assistant .options-recherche .technicien select{
    /* padding 3 en haut et en bas */
    /* padding 5 à droite et à gauche */
    padding: 3 5; /* padding: haut-bas doite-gauche */
    font-size: 18;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#vue-listeinterventions-assistant .options-recherche .date input{
    padding: 3 5; 
    font-size: 18;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* EDIT INTERVENTION */

/* titre */ 

#vue-editintervention-assistant h1{
    margin-top: 2%;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
}

/* tableau */

#vue-editintervention-assistant tr{
    border-bottom: 1px solid #9F9F9F;
}

#vue-editintervention-assistant th{
    background-color: #9F9F9F;
    color: white;
    text-align: left;
    padding: 10px;
    font-size: 20px;
    letter-spacing: 2px;
}

#vue-editintervention-assistant td{
    background-color: #f2f2f2;
    color: black;
}

#vue-editintervention-assistant tr td{
    padding: 0 20; 
}

 #vue-editintervention-assistant td>select{
    padding: 3 5;
    font-size: 18;
}

#vue-editintervention-assistant td>.date{
    padding: 3 5; 
    font-size: 18;
}

#vue-editintervention-assistant td>.time{
    padding: 3 5; 
    font-size: 18;
}

#vue-editintervention-assistant .btn-valider-intervention {
    margin-top: 30px;
    width: 15% !important;
    font-size: 18px; 
}

/* #vue-editintervention-assistant button[type="submit"] {
    width: 10%;
    padding: 10px;
    background-color: #0D9DCB;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
} */


/*                                           */
/*             TECHNICIEN                    */
/*                                           */

/* LISTE INTERVENTIONS */

/* tableau */

#vue-listeinterventions-technicien tr{
    border-bottom: 1px solid #9F9F9F;
}

#vue-listeinterventions-technicien th{
    background-color: #9F9F9F;
    color: white;
    text-align: left;
    padding: 10px;
    font-size: 20px;
    letter-spacing: 2px;
}

#vue-listeinterventions-technicien td{
    background-color: #f2f2f2;
    color: black;
}

#vue-listeinterventions-technicien tr td{
    /* ajout d'un padding de 20 à droite et à gauche sinon les cases 
    sont collées aux bords et n'ont pas assez d'espace (enleve pour voir) */
    padding: 0 20; /* padding: haut-bas doite-gauche */
}

#vue-listeinterventions-technicien table a{
    text-decoration: none;
    color: black;
    background-color: #D9D9D9;
    /* padding 4 en haut et en bas */
    /* padding 20 à droite et à gauche */
    padding: 4 20; /* padding: haut-bas doite-gauche */
    border-radius: 20px;
}

/* je centre le dernier th (Action) 
(supprimer pour voir quand c'est à gauche) */
#vue-listeinterventions-technicien th:last-child{
    text-align: center;
}

/* titre */

#vue-listeinterventions-technicien h1{
    margin-top: 2%;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
}








/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
.show {
    visibility: visible !important; /* Show the snackbar */

/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
#container {
    text-align: center;
      padding: 20px;
      border-radius: 10px;
}

.submit{
    padding: 10px 10px;
    margin-bottom: 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #4CAF50;
    color: white;
    transition: background-color 0.3s;
    text-align: center;
    text-decoration: none;
}
    

.submit:hover {    
    background-color: #45a049;
}

.select-inscription {
  font-size: 1em;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
}

.option-inscription {
  padding: 10px;
  text-align: center;
}

.TableFiche {
    font-size: 13px;
}

tr .TableFiche {
    font-size: 15px;
    background-color: #0D9DCB;
}

td {
    padding-top: 10px;
    padding-bottom: 10px;
}