@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Medium.otf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Bold.otf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.section-homeagenda {
  background-color: #4C00FF;
  padding: 30px;
}
.section-homeagenda .container-fluid {
  background-color: #FFFEF1;
  max-width: 1640px;
  border-radius: 16px;
  padding-top: 65px;
  padding-bottom: 65px;
}
.section-homeagenda div.intro {
  padding: 50px 50px 0 120px;
}
.section-homeagenda div.intro img.logoagendaxxl {
  width: 260px;
  margin-bottom: 60px;
}
.section-homeagenda div.intro div.texte {
  font-size: 1.6rem;
  line-height: 3.6rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4C00FF;
  margin-bottom: 35px;
}
.section-homeagenda div.intro a.bouton1 {
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 12px 30px;
}
.section-homeagenda div.intro a.bouton1:after {
  transform: rotate(-3deg);
}
.section-homeagenda div.alaune {
  background-color: #4C00FF;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px;
  height: 100%;
  justify-content: space-around;
  border-radius: 16px;
  margin-right: 32px;
  -webkit-box-shadow: 0 15px 20px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 15px 20px 0 rgba(0,0,0,0.25);
  -o-box-shadow: 0 15px 20px 0 rgba(0,0,0,0.25);
  box-shadow: 0 15px 20px 0 rgba(0,0,0,0.25);
}
.section-homeagenda div.alaune span.beforetitle {
  position: absolute;
  top: -10px;
  left: 32px;
  display: flex;
  align-items: center;
}
.section-homeagenda div.alaune span.beforetitle span.type {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #4C00FF;
  padding: 4px 20px;
  background-color: #00F000;
  border-radius: 20px;
  margin-right: 7px;
}
.section-homeagenda div.alaune a.titre {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #FFFEF1;
  text-transform: uppercase;
}
.section-homeagenda div.alaune a.titre:hover {
  color: #00F000;
}
.section-homeagenda div.alaune div.infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url('/wp-content/themes/yatatheme/img/fleche_agenda.svg');
  background-position: 47% center;
  background-size: 100px;
  background-repeat: no-repeat;
}
.section-homeagenda div.alaune div.infos div.ladate {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 700;
  color: #00F000;
  width: 47%;
  padding-right: 6%;
}
.section-homeagenda div.alaune div.infos div.ladate span {
  display: block;
}
.section-homeagenda div.alaune div.infos figure.imgcropCtn {
  height: 260px;
  border-radius: 16px;
  width: 47%;
  -webkit-box-shadow: 0 15px 20px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 15px 20px 0 rgba(0,0,0,0.25);
  -o-box-shadow: 0 15px 20px 0 rgba(0,0,0,0.25);
  box-shadow: 0 15px 20px 0 rgba(0,0,0,0.25);
}
.section-homeagenda div.alaune a.bouton2 {
  color: #FFFEF1;
  margin: 0 0 0 auto;
}
.section-homeagenda div.alaune a.bouton2:after {
  border: 1px solid #FFFEF1;
}
.section-homeagenda div.alaune a.bouton2:hover {
  color: #4C00FF;
}
.section-homeagenda div.alaune a.bouton2:hover:after {
  background-color: #FFFEF1;
}
.section-homeagenda div.events {
  padding: 0 120px 0 0;
}
.section-homeagenda div.events div.boutagenda {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.section-homeagenda div.events div.boutagenda a {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  color: #4C00FF;
}
.section-homeagenda div.events div.boutagenda a:hover {
  color: #00F000;
}
.section-homeagenda div.events div.boutagenda a:first-child {
  margin-right: 27px;
}
.section-homeagenda div.events div.event {
  margin-top: 40px;
  padding-bottom: 40px;
}
.section-homeagenda div.events div.event:nth-child(2) {
  border-bottom: 1px solid #4C00FF;
}
.section-homeagenda div.events div.event a.titre {
  font-size: 2.7rem;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  color: #4C00FF;
  margin-bottom: 15px;
  display: block;
}
.section-homeagenda div.events div.event div.ladate {
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #00F000;
  margin-bottom: 5px;
}
.section-homeagenda div.events div.event div.ladate span {
  display: block;
}
.section-homeagenda div.events div.event span.commune {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: #4C00FF;
}
.section-homeagenda div.events div.event a.bouton1 {
  margin-top: 30px;
}
.section-homeagenda div.events div.event a.bouton1:after {
  background-color: #FFFEF1;
  border: 1px solid #4C00FF;
}
.section-homeagenda div.events div.event a.bouton1:hover {
  color: #FFFEF1;
}
.section-homeagenda div.events div.event a.bouton1:hover:after {
  background-color: #4C00FF;
}
@media (max-width: 1599px) {
  .section-homeagenda div.intro {
    padding: 50px 50px 0 70px;
  }
  .section-homeagenda div.events {
    padding: 0 70px 0 0;
  }
}
@media (max-width: 1399px) {
  .section-homeagenda div.intro {
    padding: 50px 0 0 10px;
  }
  .section-homeagenda div.events {
    padding: 0 10px 0 0;
  }
  .section-homeagenda div.alaune {
    margin-right: 10px;
  }
  .section-homeagenda div.alaune a.titre {
    font-size: 2.6rem;
  }
  .section-homeagenda div.alaune div.infos div.ladate {
    font-size: 2.6rem;
  }
  .section-homeagenda div.events div.event a.titre {
    font-size: 2.3rem;
  }
}
@media (max-width: 1199px) {
  .section-homeagenda .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-homeagenda div.intro {
    padding: 0 0 50px 0;
  }
  .section-homeagenda div.intro img.logoagendaxxl {
    width: 190px;
    margin-bottom: 30px;
  }
  .section-homeagenda div.intro div.texte {
    font-size: 1.5rem;
    line-height: 3rem;
    margin-bottom: 25px;
  }
  .section-homeagenda div.intro a.bouton1 {
    font-size: 1.7rem;
    padding: 10px 30px;
  }
  .section-homeagenda div.alaune {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .section-homeagenda div.events {
    display: none;
  }
  .section-homeagenda {
    padding: 0;
    margin-top: 50px;
  }
  .section-homeagenda .container-fluid {
    border-radius: 0px;
  }
  .section-homeagenda div.alaune a.titre {
    font-size: 2.4rem;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .section-homeagenda div.alaune div.infos div.ladate {
    font-size: 2.2rem;
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .section-homeagenda div.alaune a.bouton2 {
    margin: 30px 0 0 auto;
  }
  .section-homeagenda div.alaune div.infos {
    flex-direction: column;
    background-position: 12% 70%;
  }
  .section-homeagenda div.alaune a.titre {
    text-align: center;
  }
  .section-homeagenda div.alaune a.bouton2 {
    margin: 20px auto 0;
  }
}
@media (max-width: 575px) {
  .section-homeagenda div.intro img.logoagendaxxl {
    display: block;
    margin: 0 auto 30px;
  }
  .section-homeagenda div.alaune {
    padding: 30px 15px;
  }
  .section-homeagenda div.alaune div.infos figure.imgcropCtn {
    height: 56vw;
    width: 55%;
  }
}
