/* ===== Base ===== */

/* Import de la police Crystal-Black */
@font-face {
  font-family: 'Crystal-Black';
  src: url('Crystal-Black.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background: url('graphismes/BAF-motif3.svg'); /* linear-gradient(45deg, #006,#600); */
  background-size:cover; 
  background-attachment: fixed;
}

/* Liens */
a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight:bold;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* Texte en majuscules avec Crystal-Black */
.uppercase {
  text-transform: uppercase;
  font-family: 'Crystal-Black', sans-serif;
}

/* Sections de vues */
.view {
  display: none;
}

.view.active {
  display: block;
}

/* Reset des marges/paddings généraux */
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}
