h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

a {
  text-decoration: none;
}

.Carte-Contenu-1A {
  padding: 1.5rem;
  background-color: rgba(142, 184, 204, 0.3);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.Carte-Titre-1A {
  position: relative;
  /*width: max-content;*/
}

.Carte-Titre-1A::after {
  content: "";
  position: absolute;
  height: 4px;
  background: rgb(242 186 75);
  width: 100%;
  left: 5px;
  bottom: -5px;
}

.Carte-Corp-De-Texte-1A {
  padding: 10px;
  line-height: 1.6;
  display: block;
  text-align: justify;
  /*letter-spacing: -1px;*/
  font-size: 18px;
  font-weight: 500;
  /*font-family: 'Acme' ,sans-serif;*/
}

.Bouton-Carte-1A {
  text-align: center;
  padding: 10px 20px;
  background-color: #20f943;
  color: #fff;
  font-weight: 600;
  margin-left: 0%;
  width: 100%;
  display: block;
}

