.arobase::before {content: "\000040"}
.text-justified{text-align:justify}
.div-arrondi-bleu {
  background-color: #CAD6E5; /* Définit la couleur de fond */
  border-radius: 15px; /* Arrondit les bords de 15 pixels */
  padding: 15px; /* Ajoute un peu d'espace à l'intérieur pour le contenu */
  border: 2px solid #26384F;
  margin-bottom:3px;
}
.div-arrondi-bleuf {
  background-color: #26384F; /* Définit la couleur de fond */
  border-radius: 15px; /* Arrondit les bords de 15 pixels */
  padding: 15px; /* Ajoute un peu d'espace à l'intérieur pour le contenu */
  color:white;
  font-weight:bold;
  margin-bottom:3px;
  text-align:center;
}
.intensite1{height:15vh}
.intensite2{height:20vh}
.intensite3{height:25vh}
.div-arrondi-vert {
  background-color: #DFF1B8; /* Définit la couleur de fond */
  border-radius: 15px; /* Arrondit les bords de 15 pixels */
  padding: 15px; /* Ajoute un peu d'espace à l'intérieur pour le contenu */
  border: 2px solid #AFDD4E;
  margin-bottom:3px;
}
.div-arrondi-vertf {
  background-color: #AFDD4E; /* Définit la couleur de fond */
  border-radius: 15px; /* Arrondit les bords de 15 pixels */
  padding: 15px; /* Ajoute un peu d'espace à l'intérieur pour le contenu */
  color:black;
  font-weight:bold;
  text-align:center;
  margin-bottom:3px;
}
.btn-primary{
	background-color: #26384F;
	border-color:#26384F;
}
.btn-success{
	background-color: #AFDD4E;
	border-color:#AFDD4E;
	color:black;
}