.home #liste-picto .et_pb_text_inner {
  font-weight: 700;
  color: #464545;
}
.home #actu-alaune .post-content .post-content-inner {
  margin-bottom: 20px;
}
.home #actu-alaune .post-content .more-link {
  display: inline;
  font-weight: 700;
  font-size: 16px;
  background-color: #ad6139;
  border-color: #ad6139;
  border-radius: 4px;
  color: white;
  padding: 0.3em 1em;
}
.home #actu-alaune .post-content .more-link:hover {
  background-color: white;
  color: #ad6139;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.home .wp-grid-builder.wpgb-grid-4 time {
  color: #AD9D75;
}
.home .wp-grid-builder.wpgb-grid-4 .wpgb-block-3 {
  font-weight: 600;
}
.home .wp-grid-builder.wpgb-grid-4 .wpgb-block-1 {
  font-weight: 400;
  font-size: 14px;
}
.home .wp-grid-builder.wpgb-grid-4 .wpgb-block-6 {
  font-weight: 400;
  font-size: 16px;
}
.home .section-agenda .highlighted-events .highlighted-event {
  margin-bottom: 1em;
}
.home .section-agenda .highlighted-events .highlighted-event .event-thumbnail {
  position: relative;
  width: 100%;
}
.home .section-agenda .highlighted-events .highlighted-event .event-thumbnail img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  vertical-align: bottom;
}
.home .section-agenda .highlighted-events .highlighted-event .event-thumbnail .event-date {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #47A5AE;
  padding: 5px;
}
.home .section-agenda .highlighted-events .highlighted-event .event-thumbnail .event-date .date-lib {
  display: block;
  font-weight: 400;
  color: white;
  text-align: center;
}
.home .section-agenda .highlighted-events .highlighted-event .event-thumbnail .event-date .date-lib.date-d {
  font-size: 32px;
  font-weight: 700;
}
.home .section-agenda .highlighted-events .highlighted-event .event-thumbnail .event-date .date-lib.date-m {
  font-size: 22px;
}
.home .section-agenda .highlighted-events .highlighted-event .event-thumbnail .event-date .date-lib.date-y {
  font-size: 16px;
}
.home .section-agenda .highlighted-events .highlighted-event .event-texte {
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  font-weight: 400;
}
.home .section-agenda .highlighted-events .highlighted-event .event-texte a {
  font-weight: 700;
  color: #000000;
}
.home .section-agenda .et_pb_column_1_3 {
  margin: 0;
}
.home .next-events .next-event {
  background-color: rgba(86, 197, 208, 0.1);
  margin-bottom: 10px;
  padding: 10px 20px;
}
.home .next-events .next-event span {
  font-weight: 400;
  font-size: 16px;
  color: #56C5D0;
  display: block;
}
.home .next-events .next-event a {
  font-weight: 700;
  font-size: 20px;
  color: #464545;
}
.home .last-revue {
  padding: 20px;
  gap: 20px;
  display: flex;
  justify-content: center;
}
.home .last-revue h2 {
  font-size: 3em;
  color: white;
}
.home .last-revue .revue-thumbnail img {
  max-width: 150px;
}
.home .last-revue .revue-contenu {
  color: white;
  font-weight: 400;
}
.home .last-revue .revue-contenu p {
  margin-bottom: 10px;
}
.home .last-revue .revue-contenu a {
  padding: 5px 10px;
  background-color: white;
  color: #AD9D75;
  border: white;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.home .last-revue .revue-contenu a:hover {
  background-color: #AD9D75;
  color: white;
}
@media only screen and (min-width: 981px) {
  .home .section-agenda .et_pb_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home .section-agenda .et_pb_row .et_pb_column_1_3 {
    width: 40%;
    padding: 0 1em;
    padding-bottom: 1em;
  }
  .home .section-agenda .et_pb_row .et_pb_column_1_3:first-child {
    width: 60%;
  }
  .home .section-agenda .et_pb_row .et_pb_column_1_3:last-child {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .home .section-agenda .et_pb_row .et_pb_column_1_3 {
    width: 30%;
  }
  .home .section-agenda .et_pb_row .et_pb_column_1_3:first-child {
    width: 30%;
  }
  .home .section-agenda .et_pb_row .et_pb_column_1_3:last-child {
    width: 40%;
    padding: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .home .section-agenda .highlighted-events {
    flex-direction: column;
  }
  .home .section-agenda .highlighted-events .highlighted-event {
    width: 100%;
    display: flex;
  }
  .home .section-agenda .highlighted-events .highlighted-event .event-thumbnail {
    width: 25%;
    aspect-ratio: 3/4;
  }
  .home .section-agenda .highlighted-events .highlighted-event .event-thumbnail img {
    aspect-ratio: inherit;
    width: 100%;
    height: 100%;
  }
  .home .section-agenda .et_pb_row .et_pb_column_1_3:first-child {
    padding-left: 5vw;
    width: 40%;
  }
  .home .section-agenda .et_pb_row .et_pb_column_1_3:last-child {
    width: 30%;
  }
  .home .section-agenda .et_pb_row .et_pb_column_1_3:last-child .last-revue .revue-thumbnail img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .home .section-shortcut #liste-picto .et_pb_column {
    width: 50% !important;
    margin-right: 0% !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1405px) {
  .home .section-shortcut #liste-picto .et_pb_column {
    width: 33% !important;
    margin-right: 0% !important;
  }
}
@media only screen and (max-width: 1405px) {
  .home .section-agenda::before {
    width: 60%;
    transform: translate(0, -10%);
  }
}
@media only screen and (max-width: 768px) {
  .home .section-agenda::before {
    width: 90%;
    transform: translate(0, 0%);
  }
  .home .section-enimages .et_pb_row_5 {
    flex-direction: column;
  }
  .home .section-enimages .et_pb_row_5 .et_pb_column_14 {
    max-width: 90%;
    margin-bottom: 10vh;
  }
}
@media only screen and (max-width: 980px) {
  .home .section-vraivillage .et_pb_row.et_pb_equal_columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .home .section-vraivillage .et_pb_row.et_pb_equal_columns .et_pb_column {
    width: 100% !important;
    margin-right: 0% !important;
  }
  .home .section-agenda::before {
    width: 80%;
    transform: translate(0, -10%);
  }
}