.section-focus-eventphare {
  overflow-x: clip;
  position: relative;
}
.section-focus-eventphare .background-text {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -30px;
  opacity: 0.3;
  white-space: nowrap;
  font-size: 17.2vw;
  color: #F2F0EC;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #E62537;
  line-height: 0.7;
  pointer-events: none;
}
.section-focus-eventphare .focus_eventphare-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}
.section-focus-eventphare .event__item .event__titres {
  margin: 0 0 20px;
}
.section-focus-eventphare .event__item .event__surtitre {
  font-size: 2.8rem;
  color: #164194;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.9;
}
.section-focus-eventphare .event__item h2 {
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 10rem;
  margin: 0;
}
.section-focus-eventphare .event__item .event__soustitre {
  font-size: 7rem;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.9;
  color: #E62537;
}
.section-focus-eventphare .event__item .event__img {
  height: 600px;
}
.section-focus-eventphare .event__item .event__dates {
  background: #164194;
  color: #F2F0EC;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 5rem;
  display: flex;
  width: fit-content;
  line-height: 1.1;
  padding: 3px 15px 5px;
  margin: 0 0 30px;
}
.section-focus-eventphare .agenda__lien {
  text-align: center;
  margin: 20px 0 0;
}
@media (max-width: 1199px) {
  .section-focus-eventphare .focus_eventphare-container {
    padding: 0 30px;
  }
  .section-focus-eventphare .event__item .event__img {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .section-focus-eventphare .event__item h2 {
    font-size: 8rem;
  }
  .section-focus-eventphare .event__item .event__img {
    height: 400px;
  }
  .section-focus-eventphare .event__item .event__soustitre {
    font-size: 5rem;
  }
  .section-focus-eventphare .event__item .event__dates {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .section-focus-eventphare .event__item .event__surtitre {
    font-size: 2rem;
  }
  .section-focus-eventphare .event__item h2 {
    font-size: 4.5rem;
  }
  .section-focus-eventphare .event__item .event__img {
    height: 260px;
  }
  .section-focus-eventphare .event__item .event__soustitre {
    font-size: 3rem;
  }
  .section-focus-eventphare .event__item .event__dates {
    font-size: 3rem;
    margin: 0 0 20px;
  }
  .section-focus-eventphare .agenda__lien {
    margin: 30px 0 0;
  }
}
@media (max-width: 399px) {
  .section-focus-eventphare .focus_eventphare-container {
    padding: 0 20px;
  }
}
