@charset "UTF-8";
.event {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #E52233;
  padding: 50px 0;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .event {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 36px 0;
  }
}
.event .event-img {
  width: 385px;
  object-fit: cover;
  height: 236px;
}
@media screen and (max-width: 768px) {
  .event .event-img {
    width: calc(100% - 70px - 8px);
    aspect-ratio: 281/155;
    height: auto;
  }
}
.event .dates {
  width: 130px;
  height: 130px;
  background-color: #E52233;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .event .dates {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .event .dates {
    width: 70px;
    height: 70px;
  }
}
.event .dates .mois {
  color: white;
  font-family: "Averta";
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .event .dates .mois {
    font-size: 8px;
  }
}
.event .dates .separateur {
  margin: 0;
  font-family: "Averta";
  color: white;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .event .dates .separateur {
    display: none;
  }
}
.event .dates .jours {
  margin-top: 10px;
  color: white;
  font-family: "Averta";
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .event .dates .jours {
    font-size: 16px;
  }
}
.event .dates .jours span {
  font-size: 20px;
  padding: 0 4px;
}
.event .dates .jours2 {
  margin-top: 0;
}
.event .twomonths {
  gap: 5px;
}
.event .twomonths .start, .event .twomonths .end {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .event .twomonths .start, .event .twomonths .end {
    gap: 3px;
  }
}
@media screen and (max-width: 768px) {
  .event .twomonths {
    gap: 3px;
  }
  .event .twomonths .mois {
    margin-bottom: -10px;
  }
}
.event .content-event {
  display: flex;
  flex-direction: column;
  width: 570px;
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .event .content-event {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .event .content-event {
    width: 90vw;
    margin: 18px auto 0;
  }
}
.event .content-event h3 {
  text-transform: none;
  font-size: 30px;
  color: #163047;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .event .content-event h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.event .content-event div {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .event .content-event div {
    margin: 16px 0;
  }
}
.event .content-event div svg path {
  stroke: #E52233;
}
.event .content-event div svg circle {
  stroke: #E52233;
}
.event .content-event div p {
  font-weight: bold;
  font-size: 16px;
}
.event .content-event div .left-p {
  color: #E52233;
}
.event .content-event div .event-place svg {
  display: inline;
  margin-bottom: -3px;
  margin-right: 3px;
}
.event .content-event p {
  color: #163047;
  font-family: "Averta";
  font-size: 14px;
}
.event .content-event .link {
  margin-top: 20px;
}
.event .content-event .link a {
  text-decoration: none;
  display: flex;
  align-items: end;
  gap: 5px;
}
.event .content-event .link span {
  text-decoration: underline;
  color: #163047;
  font-size: 14px;
  font-family: "Averta";
}
.event .content-event .link span:hover {
  font-weight: bold;
}

main .section1 {
  height: 470px;
  position: relative;
}
main .section1 .fondsection {
  position: absolute;
  width: 100%;
  height: 100%;
}
main .section1 .fondsection img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
main .section1 .content {
  position: relative;
}
main .section1 .content .fil #breadcrumbs {
  padding-top: 20px;
  color: #163047;
  font-size: 14px;
  font-family: "Averta";
}
main .section1 .content .fil #breadcrumbs a {
  color: #163047;
  text-decoration: none;
}
main .section1 .content .fil #breadcrumbs a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  main .section1 .content .fil #breadcrumbs {
    font-size: 12px;
  }
}
main .section1 .content .center {
  padding-top: 132px;
  width: 100%;
  height: 100%;
}
main .section1 .content .center .title {
  max-width: 578px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .section1 .content .center .title {
    max-width: 100%;
  }
}
main .section1 .content .center .text {
  color: #163047;
  font-family: "Averta";
  font-size: 16px;
  max-width: 590px;
  margin: 15px auto;
  margin-bottom: 42px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .section1 .content .center .text {
    max-width: 100%;
    font-size: 14px;
  }
}
main .section1 .content .center .links {
  padding-bottom: 59px;
  width: 590px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  main .section1 .content .center .links {
    width: 100%;
  }
}
main .section1 .content .center .links .link a {
  padding: 8px 20px;
  background-color: #E52233;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  font-family: "Averta";
  text-decoration: none;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  main .section1 .content .center .links .link a {
    font-size: 12px;
  }
}
main .section2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
main .section2 form {
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  main .section2 form {
    flex-direction: column;
    align-items: flex-start;
  }
}
main .section2 form div {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  main .section2 form div {
    width: 100%;
  }
}
main .section2 form p {
  color: #E52233;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
main .section2 form .custom-select {
  position: relative;
  font-family: "Averta";
}
main .section2 form .custom-select .select-trigger {
  height: 33px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 12px;
  border: 2px solid #163047;
  border-radius: 17px;
  background-color: #fff;
  color: #163047;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  z-index: 4;
}
main .section2 form .custom-select .select-trigger .arrow {
  margin-bottom: 3px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http:%2F%2Fwww.w3.org%2F2000%2Fsvg' width='14.826' height='14.826' viewBox='0 0 14.826 14.826'><path id='Tracé_12' data-name='Tracé 12' d='M1506.515-1893.513v8.46h8.508' transform='translate(275.063 2411.613) rotate(-45)' fill='none' stroke='%23e52233' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
}
main .section2 form .custom-select .custom-options {
  position: absolute;
  padding-top: 32px;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 17px;
  background-color: #163047;
  max-height: 0;
  overflow: hidden;
  z-index: 3;
  border: 1px solid white;
}
main .section2 form .custom-select .custom-options::-webkit-scrollbar {
  display: none;
}
main .section2 form .custom-select .custom-options.active {
  max-height: fit-content;
}
main .section2 form .custom-select .custom-options .custom-option {
  width: 100%;
  padding: 4px 0 4px 12px;
  background-color: #163047;
  color: white;
  cursor: pointer;
}
main .section2 form .custom-select .custom-options .custom-option:hover {
  text-decoration: underline;
}
main .section2 form .custom-select .custom-options .custom-option.selected {
  text-decoration: underline;
}
main .section2 form .custom-select .custom-options .custom-option:first-child {
  margin-top: 20px;
}
main .section2 form .custom-select .custom-options .custom-option:last-child {
  margin-bottom: 20px;
}
main .section2 form .event-filter .custom-select {
  width: 250px;
}
@media screen and (max-width: 768px) {
  main .section2 form .event-filter .custom-select {
    width: 100%;
  }
}
main .section2 form .date-filter .custom-select {
  width: 200px !important;
}
@media screen and (max-width: 768px) {
  main .section2 form .date-filter .custom-select {
    width: 100% !important;
  }
}
main .section2 form .date-filter .custom-select .select-trigger {
  z-index: 2;
}
main .section2 form .date-filter .custom-select .custom-options {
  z-index: 1;
}
main .section2 form .button-filter {
  background-color: #E52233;
  border: none;
  border-radius: 17px;
  font-family: "Averta";
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 35px;
  cursor: pointer;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main .section2 form .button-filter {
    width: 100%;
  }
}
main .section2 form .button-filter:hover {
  background-color: #c91423;
}
main .section3 {
  background-color: #EADFCD;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
main .section3 .event {
  border-bottom: none;
}
main .section3 .event .dates {
  background-color: #163047;
}
main .section3 .event .dates .jours2 {
  margin-top: 0;
}
main .section4 .pagination {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
main .section4 .links-pagination {
  color: #E52233;
  text-decoration: none;
  font-size: 20px;
  font-family: "Averta";
}
main .section4 .links-pagination:hover {
  font-weight: bold;
}
main .section4 .current-page {
  font-weight: bold;
}
main .section4 .separateur-pagination {
  font-size: 20px;
  color: #E52233;
  font-family: "Averta";
}
