@charset "UTF-8";
.new {
  border-bottom: 1px #f1f0cc solid;
  width: 80%;
  margin: auto; /*Ajoute un trait de séparation entre les deux sections de la page*/
}

section {
  width: 60%;
  margin: auto;
  padding-top: 20px;
}

section a {
  color: #7389ae;
}
section a:visited {
  color: #7389ae;
}
section a:hover {
  color: #7389ae;
}

h2 {
  margin-bottom: 0;
}

.border {
  width: 50%;
  margin: auto;
  border-bottom: #f1f0cc solid 1px;
}

.actu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin: auto;
  width: 100%;
  height: 100%px;
  margin-top: 70px;
  margin-bottom: 70px;
}
.actu__text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
}
.actu__img {
  display: flex;
  justify-content: flex-end;
  width: 25%;
  height: 100%;
}
.actu__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.old__even {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin: auto;
  width: 100%;
  height: 300px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.old__even__text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: auto;
  width: 100%;
  height: 100%;
}
.old__even__img {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
}
.old__even__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.old__odd {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin: auto;
  width: 100%;
  height: 300px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.old__odd__text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: end;
}
.old__odd__img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  height: 100%;
}
.old__odd__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

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