.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.lexend {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

html {
  margin: 0;
}

body {
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: rgb(21, 21, 21) 0;
  margin: 0;
}

.articl__body {
  margin: 54px 15vw 0 15vw;
}

.title {
  color: #e41612;
}

.big__titre {
  font-family: "Oswald", sans-serif;
  font-size: 70px;
  font-weight: 350;
  text-transform: uppercase;
  text-align: center;
  padding: 30px 0 54px 0;
  margin: 0;
}

h2 {
  font-family: "Lexend", sans-serif;
  font-size: 35px;
  line-height: 50px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

h3 {
  margin-block: 20px;
  font-family: "Lexend", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 800;
}

h4 {
  margin-bottom: 15px;
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  line-height: 6px;
  font-weight: 800;
  text-transform: uppercase;
}

p {
  font-weight: 200;
}

header, footer {
  background-color: black;
  color: white;
  padding: 0;
  margin: 0;
}

.articl__texRouge {
  color: #e41612;
}

.articl__fonGris {
  background-color: #f7f7f7;
  justify-content: space-between;
  width: 100%;
  padding: 16px 27px 16px 20px;
  border-radius: 5px;
}
.articl__fonGris p {
  margin: 0;
}

.navPage {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 20px;
}

.navPage__liste {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

.navPage__link {
  text-decoration: none;
  color: #efefef;
}

.articl__textMilieux {
  text-align: center;
}

.artic__breadcrumb::before, .artic__breadcrumb::after {
  position: absolute;
  top: 7px;
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  border-top: 8px solid #e41612;
}

.artic__breadcrumb::after {
  right: 0;
  border-right: 7px solid #e41612;
}

.artic__breadcrumb::before {
  left: 0;
  border-left: 7px solid #e41612;
}

.artic__breadcrumb {
  position: relative;
  display: flex;
  justify-content: center;
  padding-inline: 60px;
  margin-bottom: 45px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Lexend", sans-serif;
  line-height: 22px;
  font-weight: 400;
}

.btn__ancre {
  color: black;
}

/*# sourceMappingURL=app.css.map*/