@charset "UTF-8";


.blocAlert{
  background-color: lightgoldenrodyellow;
  display: inline-block;
  padding:16px;
  color:#000000;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
  border-radius: 8px 0;
}

.blocAlert hr{
  margin: 0 0 5px 0;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgb(44, 34, 116), rgb(34, 26, 87), rgb(25, 18, 63));
}
.alertTitre{
  display: inline;
  font-size: 12px;
}

.textMessageAgence{
  text-align: center;
  margin: auto;
}
