.main__actus {
  width: 90%;
  margin: auto;
  background-color: #FFFFFF;
  margin-top: -200px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.main__actus--breaker {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.main__actus .border {
  width: 50%;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: #112a14 solid 1px;
}
.main__actus__new {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.main__actus__new--text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: auto;
  width: 100%;
  height: 100%;
}
.main__actus__new--img {
  display: flex;
  justify-content: flex-end;
  width: 25%;
  height: 100%;
}
.main__actus__new--img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.main__actus__old {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.main__actus__old__even {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main__actus__old__even--text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.main__actus__old__even--img {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 25%;
  height: 100%;
}
.main__actus__old__even--img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.main__actus__old__odd {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.main__actus__old__odd--text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.main__actus__old__odd--img {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 25%;
  height: 100%;
}
.main__actus__old__odd--img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

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