*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Nova Slim", sans-serif;
}

.row-limit-size {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

h1 {
  margin: 30px;
  margin-top: 110px;
  font-weight: 400;
  font-size: 100px;
  letter-spacing: -0.02em;
  color: #1b9690;
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 170px;
  border-left: solid;
  border-left-width: thick;
  font-family: Nova;
}

hr {
  clear: both;
  width: 30%;
  margin: auto;
  margin-top: 100px;
  height: 5px;
  background-color: #1b9690;
  border: none;
}

@font-face {
  font-family: Nova;
  src: url("/projet/biblioteque/fonts/NovaSlim-Regular.ttf");
}
section#section-article {
  padding-top: 60px;
}
section#section-article h2 {
  margin: 30px;
  margin-top: -100px;
  font-weight: 400;
  font-size: 36px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: black;
  font-family: Nova;
  padding-left: 180px;
}
section#section-article div#containeravis {
  background-position: right;
  width: 50%;
  margin: 50px;
  margin-top: 20px;
  display: flex;
  font-size: xx-large;
}
section#section-article div#containeravis img {
  height: 35px;
  width: auto;
  margin-left: 30px;
}
section#section-article div#date {
  color: #ff5e38;
  font-size: x-large;
  font-weight: bold;
  background-position: right;
  width: 50%;
  margin-top: 20px;
  margin-left: 50px;
  display: flex;
}
section#section-article div#containernom {
  background-position: right;
  margin-top: 20px;
  margin-left: 50px;
  display: flex;
  font-size: larger;
}
section#section-article div#containernom img {
  height: 50px;
  width: auto;
}
section#section-article div#containernom p {
  margin-left: 20px;
}
section#section-article div#texte {
  margin-top: 100px;
  margin-left: 50px;
  display: flex;
  font-size: x-large;
  line-height: 50px;
}
section#section-article img {
  width: 350px;
  height: auto;
  float: right;
}

section#section-article2 {
  padding-top: 60px;
  text-align: center;
}
section#section-article2 h1 {
  text-align: left;
}
section#section-article2 h2 {
  margin-top: 100px;
  text-align: center;
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  color: black;
  font-family: Nova;
}
section#section-article2 img {
  width: 500px;
  height: auto;
}
section#section-article2 p {
  margin-top: 60px;
  color: #1b9690;
  font-size: 30px;
  line-height: 60px;
}
section#section-article2 div#photo1 {
  position: absolute;
  margin-top: 100px;
  display: flex;
  rotate: -10deg;
  margin-left: 6%;
}
section#section-article2 div#photo1 img {
  width: 400px;
  height: auto;
}
section#section-article2 div#photo2 {
  position: absolute;
  margin-top: 80px;
  display: flex;
  rotate: 10deg;
  margin-left: 43%;
}
section#section-article2 div#photo2 img {
  width: 400px;
  height: auto;
}
section#section-article2 div#photo3 {
  position: absolute;
  margin-top: 400px;
  rotate: 3deg;
  margin-left: 26%;
}
section#section-article2 div#photo3 img {
  width: 400px;
  height: auto;
}/*# sourceMappingURL=style-blog2.css.map */