@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');

body {
  font-family: 'Nunito', sans-serif;
}

a {
  color: #565e64;
}

a:hover {
  color: #565e64;
  text-decoration: none;
}

.social-links {
  margin-top: 2em;
  margin-bottom: 2em;
  /* text-align: center; */
}

.social-links img {
  width: 24px;
}

.card:hover {
  border-color: transparent;
}

@font-face {
  font-family: 'Angelface';
  src: url('./fonts/Angelface.otf');
}

.continuous-line-font {
  font-family: 'Angelface', serif;
  font-size: 2em;
  /* text-align: center;  */
  width: 100%;
  border-bottom: 1px solid gray;
  line-height: 0em;
  margin: 10px 0 20px;
  color: gray;
}

.continuous-line-font span {
  background: #fff;
  margin-left: 40px;
  /* padding:0 10px;  */
}

hr {
  color: gray;
  opacity: 0.25;
}

.justify {
  text-align: justify;
}

footer {
  background-color: #fdea7b;
  text-align: center;
}

.modal-body {
  text-align: justify;
}

.btn-monapproche {
  background-color: #bffb9e;
  font-weight: bold;
}
.btn-monapproche:hover {
  background-color: #ade68e;
}

.btn-monparcours {
  background-color: #d4a9f9;
  font-weight: bold;
}
.btn-monparcours:hover {
  background-color: #be95e2;
}
