/* Styles UTA 2024-2025 */

/* Import fonts */

@font-face {
  font-family: titregras;
  src: url(fonts/BebasNeue-Regular.otf);
  font-weight: bold;
}

.Bebas {
  font-family: titregras;
}

@font-face {
  font-family: lisible;
  src: url(fonts/Aleo-Regular.otf);
}

.Aleo {
  font-family: lisible;
}

@font-face {
  font-family: texteneutre;
  src: url(fonts/NeutraText-Book.otf);
}

.Neutra {
  font-family: texteneutre;
}

@font-face {
  font-family: textenormal;
  src: url(fonts/Trebuchet-MS.ttf);
}

.Trebuchet {
  font-family: textenormal;
}

/* CSS globaux */

body {
    padding-top: 0px;
}


/* Styles caractères */

.form_lieu {
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  color: #3876BB;
}

/* Autres styles */

.stabiloBleu {
  font-weight: bold;
  background-color: #0072CE;
  border-radius: 20px;
  color: #FFFFFF;
  padding: 3px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
    }

.fond_jauge {
    width: 100px;
    height: 15px;
    background: #EEEEEE;
    }
    .rouge
    {
    width: 25px;
    height: 15px;
    background: PaleGreen;
    }
    .orange
    {
    width: 50px;
    height: 15px;
    background: PaleGreen;
    }
    .turquoise
    {
    width: 75px;
    height: 15px;
    background: green;
    }
    .vert
    {
    width: 100px;
    height: 15px;
    background: green;
    }
    tr:nth-child(even) {
      background-color: #f2f2f2;
    }