.gBouton-Lien a {
  color: #ffffff;
  background-color: #095797;
  padding: 1rem;
  text-decoration: none;
  border-radius: 10px;
  user-select: none;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.gBouton-Lien a:hover {
  color: #095797;
  background-color: #dae6f0;
}

.frame-alert {
  text-align: center;
  padding: 1rem;
  color: #ffffff;
  background-color: #ff0000;
}

.frame-important {
  text-align: center;
  padding: 1rem;
  background-color: #ff8b45;
}

.gMessage {
  font-size: 0.8rem;
  text-align: center;
  padding: 1rem;
  background-color: #dae6f0;
}

.gMessage a, .gMessage a:visited {
  color: #095797;
}

 /** justify **/
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}

/* CSS des liens */
.gContenu .frame a:not(.gPagination li > a, .gActualites-Pagination div > a, .gRecherche-Pagination ul li a) {
  color: #095797;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /*text-decoration-line: underline;*/
}

.gContenu .frame a:not(.gPagination li > a, .gActualites-Pagination div > a, .gRecherche-Pagination ul li a):hover {
  text-decoration: none;
}

/* Liens externes */
.gContenu .frame a:not(a[href^="/"], a[href^=fileadmin], a[id^="c"], a[href^="mailto"], a[href^="#"])::after {
  content: '';
  background-image: url(../Icons/lien-externe.svg);
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  top: 0.1rem;
  left: 0.2rem;
  margin-right: 0.3rem;
  background-size: contain;
}