@font-face {
  font-family: "brockmannbold";
  src: url("../../Fonts/brockmann-bold-webfont.woff2") format("woff2"), url("../../Fonts/brockmann-bold-webfont.woff") format("woff"), url("../../Fonts/brockmann-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brockmannmedium";
  src: url("../../Fonts/brockmann-medium-webfont.woff2") format("woff2"), url("../../Fonts/brockmann-medium-webfont.woff") format("woff"), url("../../Fonts/brockmann-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brockmannregular";
  src: url("../../Fonts/brockmann-regular-webfont.woff2") format("woff2"), url("../../Fonts/brockmann-regular-webfont.woff") format("woff"), url("../../Fonts/brockmann-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brockmannsemibold";
  src: url("../../Fonts/brockmann-semibold-webfont.woff2") format("woff2"), url("../../Fonts/brockmann-semibold-webfont.woff") format("woff"), url("../../Fonts/brockmann-semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pixarone";
  src: url("../../Fonts/pixar-one.woff2") format("woff2"), url("../../Fonts/pixar-one.woff") format("woff"), url("../../Fonts/pixar-one.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body .logo {
  position: absolute;
  top: 10px;
  left: 10px;
}
body .logo img {
  width: 90px;
  height: 140px;
}
body .contenu {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
body .contenu .title {
  background-color: white;
  border: 1.5px solid red;
  display: inline-block;
}
body .contenu .title h1 {
  padding: 10px 15px;
  font-family: pixarone;
  color: black;
  font-size: 75px;
  line-height: 1;
  margin: 0;
}
body .contenu img {
  width: 30%;
  height: 30%;
}
body .contenu .lignes {
  font-family: brockmannbold;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 30px;
}
body .contenu .lignes .style0:nth-child(1), body .contenu .lignes .style1:nth-child(1) {
  margin-left: 75px;
}
body .contenu .lignes .style0:nth-child(2), body .contenu .lignes .style1:nth-child(2) {
  margin-left: 150px;
}
body .contenu .lignes .style0:nth-child(3), body .contenu .lignes .style1:nth-child(3) {
  margin-left: 225px;
}
body .contenu .lignes .style0:nth-child(4), body .contenu .lignes .style1:nth-child(4) {
  margin-left: 300px;
}
body .contenu .lignes .style0:nth-child(5), body .contenu .lignes .style1:nth-child(5) {
  margin-left: 375px;
}
body .contenu .lignes .style0:nth-child(6), body .contenu .lignes .style1:nth-child(6) {
  margin-left: 450px;
}
body .contenu .lignes .style0:nth-child(7), body .contenu .lignes .style1:nth-child(7) {
  margin-left: 525px;
}
body .contenu .lignes .style0:nth-child(8), body .contenu .lignes .style1:nth-child(8) {
  margin-left: 600px;
}
body .contenu .lignes .style0:nth-child(9), body .contenu .lignes .style1:nth-child(9) {
  margin-left: 675px;
}
body .contenu .lignes .style0:nth-child(10), body .contenu .lignes .style1:nth-child(10) {
  margin-left: 750px;
}
body .contenu .lignes.gros p {
  font-size: 45px;
}
body .contenu .lignes .style0 {
  background-color: white;
  border: 1.5px solid red;
  display: inline-block;
}
body .contenu .lignes .style0 p {
  padding: 10px 15px;
  margin: 0;
  color: red;
}
body .contenu .lignes .style1 {
  background-color: red;
  display: inline-block;
  border: 1.5px solid red;
}
body .contenu .lignes .style1 p {
  padding: 10px 15px;
  margin: 0;
  color: white;
}
body canvas {
  position: fixed;
  top: 1%;
  left: 1%;
  width: 98%;
  height: 98%;
  z-index: -1;
}/*# sourceMappingURL=diapos.css.map */