@font-face {
    font-family: 'datalegreyagradient';
    src: url('Datalegreya-Gradient-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
.nom,
.navbar-brand {
    font-family: 'datalegreyagradient', sans-serif;
    font-weight: bold;
    text-transform:uppercase;
}


/*  liens du menu Bootstrap */
.navbar-nav .nav-link {
    background-color: rgba(255, 255, 255, 0.9);  /* blanc avec transparence */
    color: #000;  /* texte noir */
    margin-right: 3px;  /* espace entre les boutons */
    padding: 4px;
    text-align: center;
    }

.navbar-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: #000;
    font-weight: bold;
}

/* couleur liens et icônes du footer */
footer a,
footer a i {
  color: rgb(90, 168, 179) !important;
}

footer a:hover,
footer a i:hover {
  color: rgb(90, 168, 179) !important;
}

body {
    background-color: rgb(27, 26, 26);
    color: rgb(255, 255, 255);
    font-family: "Lato", serif;

}

p {
    font-family: "Lato", serif;
}



.heading
{
  text-align:center;
  margin-bottom: 10px;
}

#contact-form{
  font-size: 20px;
  background:#fff;
  padding: 40px;
  border-radius: 10px;
}

.blue{
  color:rgb(90, 168, 179) !important;
  font-weight: bold;
}

/* HR personnalisé sur fond sombre */
hr.hr-blurry {
  border: 0;              /* enlève la bordure par défaut Bootstrap */
  height: 2px;            /* épaisseur */
  background: rgb(90,168,179);  
  opacity: 1;             /* évite l’opacité Bootstrap */
  width: 100%;
  display: block;
}


.button1 {
  background-color: rgb(90, 168, 179);
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.button1:hover {
  background-color: rgb(70, 140, 150);
}

#contact-form label {
  color: #000;   /* texte noir pour contact.php */
}

.form-control{

  height: 50px;
  font-size: 18px;
}

.comments{
  font-style: italic;
  font-size: 18px;
  color: #d82c2e;
  hanging-punctuation: 25px;
}

.Thank-you{
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
  color: #000;
  font-size: 22px;
}