.section-prochainsevenements {
  padding: 120px 0 150px;
  background-image: url(/wp-content/themes/yatatheme/img/tache_ti_vert.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.section-prochainsevenements .intro {
  margin-bottom: 20px;
}
.section-prochainsevenements .intro .flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section-prochainsevenements .intro .flex h2 {
  font-size: 4rem;
  margin-bottom: 0;
}
.section-prochainsevenements .intro .flex span.trait {
  flex-grow: 1;
  margin: 0 15px 10px 7px;
  border-bottom: 2px solid #007751;
}
.section-prochainsevenements .intro .flex a.liensactu {
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: 2px;
  color: #007751;
  text-decoration: underline;
}
.section-prochainsevenements .intro .flex a.liensactu:hover {
  color: #A7CB55;
}
.section-prochainsevenements .intro span.h4like {
  display: block;
  font-size: 3.5rem;
  margin: 15px 0 0 0;
  line-height: 0.6;
  padding-left: 75px;
  transform-origin: left;
  transform: rotate(-3deg);
  text-transform: none;
}
.section-prochainsevenements .boutagenda a {
  margin: 0 20px 15px 0;
}
.section-prochainsevenements .boutagenda a.bouton2 {
  background-color: #F6F6F6;
}
.section-prochainsevenements .boutagenda a.bouton2:hover {
  background-color: #007751;
}
.section-prochainsevenements a.itemagenda {
  margin-top: 30px;
  height: 100%;
  min-height: 420px;
  background-color: #F6F6F6;
  border: 2px solid #007751;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-prochainsevenements a.itemagenda .dates {
  display: flex;
  align-items: center;
}
.section-prochainsevenements a.itemagenda .dates i {
  font-size: 2.9rem;
  margin-right: 10px;
  color: #007751;
}
.section-prochainsevenements a.itemagenda .dates span {
  color: #007751;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.section-prochainsevenements a.itemagenda h3 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.7rem;
  margin-bottom: 15px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-prochainsevenements a.itemagenda .imgcropCtn {
  height: 150px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-prochainsevenements a.itemagenda .withicon {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.section-prochainsevenements a.itemagenda .withicon i {
  font-size: 2.4rem;
  color: #007751;
  margin-right: 10px;
}
.section-prochainsevenements a.itemagenda .withicon span {
  color: #007751;
  font-size: 1.6rem;
}
.section-prochainsevenements a.itemagenda:hover h3 {
  color: #FAAA25;
}
.section-prochainsevenements .row.manuel > div:first-child a.itemagenda {
  position: relative;
  background-color: #A7CB55;
  border-color: #A7CB55;
  border-top-right-radius: 0;
}
.section-prochainsevenements .row.manuel > div:first-child a.itemagenda:before {
  position: absolute;
  top: -30px;
  right: -2px;
  height: 30px;
  font-size: 1.6rem;
  line-height: 1;
  content: "À la une";
  display: inline-block;
  padding: 9px 15px 3px;
  color: white;
  font-weight: 700;
  background-color: #A7CB55;
  border-radius: 5px 5px 0 0;
}
.section-prochainsevenements .row.manuel > div:first-child a.itemagenda .dates i {
  color: white;
}
.section-prochainsevenements .row.manuel > div:first-child a.itemagenda .dates span {
  color: white;
}
.section-prochainsevenements .row.manuel > div:first-child a.itemagenda h3 {
  color: white;
}
.section-prochainsevenements .row.manuel > div:first-child a.itemagenda .withicon i {
  color: white;
}
.section-prochainsevenements .row.manuel > div:first-child a.itemagenda .withicon span {
  color: white;
}
.section-prochainsevenements .cta {
  margin-top: 40px;
  text-align: center;
}
.section-prochainsevenements .cta .titrecta {
  font-size: 4.8rem;
  font-family: 'Caveat', sans-serif;
  color: #007751;
}
.section-prochainsevenements .cta p {
  font-family: 'Caveat', sans-serif;
  font-size: 2.6rem;
  line-height: 3.3rem;
  margin-bottom: 10px;
}
.section-prochainsevenements .cta .bouton2 {
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  .section-prochainsevenements a.itemagenda {
    min-height: auto;
  }
  .section-prochainsevenements .col-md-6 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .section-prochainsevenements {
    padding: 70px 0 90px;
  }
  section.section-prochainsevenements .intro .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  section.section-prochainsevenements .intro .flex h2 {
    font-size: 2.6rem;
  }
  section.section-prochainsevenements .intro .flex span.trait {
    width: 100%;
  }
  section.section-prochainsevenements .intro .flex a.liensactu {
    font-size: 1.7rem;
    letter-spacing: normal;
  }
  section.section-prochainsevenements .intro span.h4like {
    display: none;
  }
  .section-prochainsevenements .boutagenda a {
    margin: 0 10px 10px 0;
    padding: 8px 17px 9px;
  }
  .section-prochainsevenements a.itemagenda {
    padding: 20px 20px;
  }
  .section-prochainsevenements a.itemagenda h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .section-prochainsevenements a.itemagenda .dates span {
    font-size: 1.6rem;
  }
  .section-prochainsevenements a.itemagenda .withicon span {
    font-size: 1.4rem;
  }
  .section-prochainsevenements .cta .titrecta {
    font-size: 3.3rem;
  }
  .section-prochainsevenements .cta p {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  section.section-prochainsevenements .intro {
    margin-bottom: 15px;
  }
  .section-prochainsevenements a.itemagenda .imgcropCtn {
    height: 220px;
  }
}
@media screen and (max-width: 575px) {
  .section-prochainsevenements a.itemagenda .imgcropCtn {
    height: 40vw;
  }
  .section-prochainsevenements .col-md-6:not(:first-child) {
    display: none;
  }
}
