section.section-agenda-accueil h2 {
  font-size: 3.3rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
section.section-agenda-accueil .intro {
  margin-bottom: 35px;
}
section.section-agenda-accueil .boutons {
  display: flex;
  height: fit-content;
  margin-top: auto;
}
section.section-agenda-accueil .boutons .bouton__agenda {
  border: 1px solid #1D1D1B;
  color: #1D1D1B;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  padding: 12px 18px 8px;
  font-weight: bold;
  align-items: baseline;
  text-transform: uppercase;
  margin: 0 18px 10px 0;
  letter-spacing: 1px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
section.section-agenda-accueil .boutons .bouton__agenda i {
  font-size: 1.4rem;
  margin-left: 5px;
}
section.section-agenda-accueil .boutons .bouton__agenda i::before {
  color: #1D1D1B;
}
section.section-agenda-accueil .boutons .bouton__agenda.active {
  background: #1D1D1B;
  color: #E8ECE7;
}
section.section-agenda-accueil .boutons .bouton__agenda:last-child {
  margin-right: 0;
}
section.section-agenda-accueil .boutons .bouton__agenda:hover {
  background: #1D1D1B;
  color: #E8ECE7;
}
section.section-agenda-accueil .boutons .bouton__agenda:hover i::before {
  color: #E8ECE7;
}
section.section-agenda-accueil .itemliste {
  display: flex;
  color: #363738;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 15px 0;
}
section.section-agenda-accueil .itemliste .imgcropCtn {
  flex-shrink: 0;
  width: 58%;
  margin-right: 32px;
}
section.section-agenda-accueil .itemliste .imgcropCtn img {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
section.section-agenda-accueil .itemliste h3 {
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: bold;
  text-transform: none;
}
section.section-agenda-accueil .itemliste .infos {
  width: 100%;
}
section.section-agenda-accueil .itemliste .date {
  display: flex;
  margin-bottom: 20px;
  font-weight: bold;
  align-items: end;
}
section.section-agenda-accueil .itemliste .date i {
  font-size: 4.4rem;
  margin-right: 22px;
}
section.section-agenda-accueil .itemliste .commune,
section.section-agenda-accueil .itemliste .duree {
  display: flex;
  align-items: end;
  font-size: 1.2rem;
  color: #E8ECE7;
  background: #363738;
  font-weight: bold;
  padding: 5px 10px;
  line-height: 1;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
section.section-agenda-accueil .itemliste .commune i,
section.section-agenda-accueil .itemliste .duree i {
  font-size: 1.8rem;
  margin-right: 16px;
}
section.section-agenda-accueil .itemliste:hover {
  background: #363738;
  color: #E8ECE7;
}
section.section-agenda-accueil .itemliste:hover .imgcropCtn img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
section.section-agenda-accueil .itemliste:hover .commune,
section.section-agenda-accueil .itemliste:hover .duree {
  background: #E8ECE7;
  color: #363738;
}
section.section-agenda-accueil .alaune {
  height: 100%;
  position: relative;
}
section.section-agenda-accueil .alaune .encart {
  position: absolute;
  top: 15px;
  left: 0;
  background: #E8ECE7;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 17px 15px 11px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 100px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 100px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -ms-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
}
section.section-agenda-accueil .alaune .infos {
  display: flex;
  flex-direction: column;
}
section.section-agenda-accueil .alaune .infos .imgcropCtn {
  width: 65%;
}
section.section-agenda-accueil .alaune .infos .date {
  font-size: 1.8rem;
  margin-bottom: 36px;
}
section.section-agenda-accueil .alaune .infos h3 {
  font-size: 2.2rem;
}
section.section-agenda-accueil .alaune .infos .commune {
  font-size: 1.4rem;
  margin-top: auto;
  margin-bottom: 10px;
}
section.section-agenda-accueil .alaune .infos .commune i {
  font-size: 2.1rem;
}
section.section-agenda-accueil .alaune .infos .duree {
  font-size: 1.4rem;
}
section.section-agenda-accueil .alaune:hover .encart {
  background: #363738;
}
section.section-agenda-accueil .row.bouton > div {
  text-align: center;
}
section.section-agenda-accueil .row.bouton > div .bouton3 {
  margin-top: 35px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  section.section-agenda-accueil .intro {
    margin-bottom: 25px;
  }
  section.section-agenda-accueil .boutons {
    justify-content: start;
    flex-wrap: wrap;
  }
  section.section-agenda-accueil .boutons .bouton__agenda {
    margin-bottom: 10px;
  }
  section.section-agenda-accueil .liste {
    display: flex;
  }
  section.section-agenda-accueil .liste .itemliste {
    display: inline-flex;
    flex-direction: column;
    margin-right: 30px;
  }
  section.section-agenda-accueil .liste .itemliste:last-child {
    margin-right: 0;
  }
  section.section-agenda-accueil .liste .itemliste .imgcropCtn {
    width: 100%;
    height: 130px;
    margin: 0 0 32px;
  }
}
@media screen and (max-width: 767.89px) {
  section.section-agenda-accueil .liste {
    flex-direction: column;
  }
  section.section-agenda-accueil .liste .itemliste {
    margin-right: 0;
  }
  section.section-agenda-accueil .alaune {
    flex-direction: column;
  }
  section.section-agenda-accueil .itemliste .imgcropCtn {
    width: 100%;
    height: 130px;
    margin: 0 0 32px;
  }
}
