@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');


.logo {
  font-family: "Michroma", sans-serif;
  font-weight: 600;
  font-size: xxx-large;
  font-style: normal;
  color:#184ea1;
  letter-spacing: 0.2em;
}
.titre {
  font-family: "Michroma", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.italic {font-style: italic;}
/* .michroma-regular { */
  /* font-family: "Michroma", sans-serif; */
  /* font-weight: 400; */
  /* font-style: normal; */
/* } */


.ombre {text-shadow: 0 0 0.3em #FFF, 0 0 0.3em #FFF, 0 0 0.3em #FFF;}
.ombre-n {text-shadow: 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000;}

.mt-100 {
	margin-top: 100px !important;
	margin-top: 6.25rem !important;
}
.fond-gris {background-color: #dddddd;}

/* .line-20 {line-height: 20px;} */
table td p,
table th p {
  line-height: 20px;
}
#footer a:hover {
  color: #fff !important; /* blanc au survol */
}
.center-vertical {
  display: flex;
  align-items: center;
  min-height: 100%; /* ou une hauteur spécifique si nécessaire */
}