html {
  font-family: Georgia, sans-serif;
  font-size: 100%;
  width: 100%;
}

a.lien {
  color: blue;
  font-family: Georgia, sans-serif;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
}

body {
  font-family: Georgia, sans-serif;
  font-size: 100%;
  margin: 0;
  padding-top: 0.625em;
  background-color: #fff0f5; /* violet clair */
}

.btn-help {
  background: #007cba;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0.125em 0.313em rgba(0,0,0,0.2);
  color: white;
  cursor: pointer;
  font-size: 0.875em;
  height: 1.875em;
  width: 2.25em;
}

.btn-help:hover {
  background: #005a87;
}

.btn-non {
  background: #6c757d;
  color: white;
}

.btn-non:hover {
  background: #545b62;
}

.btn-oui {
  background: #dc3545;
  color: white;
}

.btn-oui:hover {
  background: #c82333;
}

.btn-popup {
  border: none;
  border-radius: 0.313em;
  cursor: pointer;
  font-size: 1em;
  margin: 0.625em;
  padding: 0.75em 1.563em;
}

.bouton {
  background-color: #ccc;
  border: none;
  border-radius: 0.313em;
  color: #000;
  cursor: pointer;
  font-family: Georgia, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  padding: 0.4em;
  width: 5em;
}

.champ {
  border: 0.063em solid #ddd;
  border-radius: 0.313em;
  box-sizing: border-box;
  font-size: 1em;
  margin: 0.625em 0;
  padding: 0.75em;
  width: 100%;
}

.chasai {
  background-color: #fff;
  color: #000;
  font-family: Georgia, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.5em;
  text-align: left;
}

.choix {
  font-family: Georgia, sans-serif;
  font-size: 1em;
  margin-left: 2em;
}

.close {
  color: #aaa;
  cursor: pointer;
  float: right;
  font-size: 1.75em;
  font-weight: bold;
}

.close:hover {
  color: black;
}

.colcommsai,
.coldatesai {
  background-color: #fff;
  color: #000;
  font-family: Georgia, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.5em;
  text-align: left;
}

.colcommune,
.colenv,
.colnom,
.colprenom,
.colutil,
.colspi,
.coldate,
.colsens {
  background-color: #fff0f5;
  border: none;
  box-shadow: none;
  color: #000;
  font-family: Georgia, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.5em;
  outline: none;
  text-align: left;
}

.colnom,
.colprenom,
.colutil {
  width: 15em;
}

.colnomsai,
.colprenomsai
{
  background-color: #fff;
  color: #000;
  font-family: Georgia, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.5em;
  text-align: left;
  width: 15em;
  text-transform: uppercase;
}

.colcommsai,
.colcommune {
  width: 20em;
  text-transform: uppercase;
}

.coldatesai {
  width: 6.8em;
}

.colenv {
  width: 8em;
}

.colsens {
  width: 4em;
}

.colspi,
.coldate {
  width: 6em;
}

.CreaUti {
  border-spacing: normal;
  margin: 0 auto;
  padding: 1.25em;
}

fieldset {
  background: #f9f9f9;
  border: 0.063 solid #ccc;
  margin: 0.5em 0;
  max-width: 34.375em;
  padding: 0.5em;
}

fieldset legend {
  font-size: 1em;
  padding: 0 0.5em;
}

h2 {
  color: #333;
  margin-bottom: 1em;
  text-align: center;
}

.invite {
  font-family: Georgia, sans-serif;
  font-size: 1.2em;
}

.loginbody {
  align-items: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  justify-content: center;
  min-height: 100vh;
}

.loginbox {
  background: white;
  border-radius: 0.625em;
  box-shadow: 0 0.938em 2.188em rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5em;
  width: 20em;
}

.liste-communes {
  border: 0.063em solid #ddd;
  border-radius: 0.25em;
  max-height: 18.75em;
  overflow-y: auto;
}

.messconf,
.tabrecap {
  color: #000;
  font-family: Georgia, sans-serif;
  text-align: left;
}

.tabrecap {
  font-size: 1em;
  font-weight: bold;
}

.modal {
  background: rgba(0,0,0,0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.modal-content {
  background: white;
  border-radius: 0.5em;
  margin: 10% auto;
  max-height: 80vh;
  max-width: 31.25em;
  overflow-y: auto;
  padding: 1.25em;
  width: 90%;
}

.popup-confirm {
  align-items: center;
  background: rgba(0,0,0,0.7);
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.popup-content {
  background: white;
  border-radius: 0.625em;
  box-shadow: 0 0.625em 1.875em rgba(0,0,0,0.5);
  max-width: 25em;
  padding: 1.875em;
  text-align: center;
}

.spi_saisi {
  background-color: #fff;
  color: #000;
  font-family: Georgia, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  margin-left: 9em;
  text-align: left;
  width: 6.4em;
}

.table_form {
  border-spacing: 0.5em;
  font-family: Georgia, sans-serif;
  margin-left: 0.4em;
}

.texte {
  font-family: Georgia, sans-serif;
  font-size: 1em;
  text-align: left;
}

.commune-item {
  border-bottom: 0.063em solid #eee;
  cursor: pointer;
  padding: 0.625em;
  transition: background 0.2s;
}

.commune-item:hover {
  background: #f0f8ff;
}

.commune-item:last-child {
  border-bottom: none;
}

.croixquitter {
  background: #dc3545;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0.008em 0.625em rgba(0,0,0,0.3);
  color: white;
  cursor: pointer;
  font-size: 1.25em;
  font-weight: bold;
  height: 1.6em;
  margin-left: 60em;
  top: 0.625em;
  transition: all 0.2s;
  width: 1.6em;
}

.croixquitter:hover {
  background: #c82333;
  transform: scale(1.1);
}