@font-face {
  font-family: "Aptos Black";
  src: url("aptos-black.ttf");
}

body, html {
  height: 100%;
}

body {
  background-color: #ebeaff;
  color: #183a42;
}

h1, h2, h3 {
  font-family: "Aptos Black", Verdana, Arial, sans-serif;
  font-weight: bold;
}

h1 {
}

h2 {
  color: #45475a;
}

.section-infos h3 {
  border-bottom: 1px solid #72232b;
  font-size: 100%;
  font-weight: bold;
  padding-top: 0.15rem;
  color: #72232b;
}

@media (min-width: 768px) {
  .section-infos h3 {
    border-bottom: none;
  }
}

p {
  padding: 0 1rem;
  margin-left: 1rem;
}

a, a:visited, a:hover, a:active {
  color: #040077;
  font-weight: bold;
}

a, a:hover, a:active {
  font-weight: bolder;
}

a, a:visited {
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}

a.button {
  display: inline-block;
  color: #fff !important;
  background-color: #040077;
  border-color: #040077;
  border-radius: 1.25rem;
  padding: 1em 2em;
  text-decoration: none;
}
a.button:hover, a.button:active {
  background-color: #0710aa;
}

a.secondary {
  color: #fff;
  background-color: #72232b;
  border-color: #72232b;
}

a.secondary:active, a.secondary:hover {
  background-color: #92333b;
}

abbr[title] {
  text-decoration: none;
}
