.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;
}

.bloc-2-colonnes {
  margin-top: 50px;
  margin-bottom: 50px;
}
.bloc-2-colonnes a {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #163047;
}
.bloc-2-colonnes a:hover {
  font-weight: bold;
}
.bloc-2-colonnes a span {
  color: #163047;
}
.bloc-2-colonnes a span:hover {
  font-weight: bold !important;
}
.bloc-2-colonnes .odd .left {
  flex-basis: 33.33%;
}
.bloc-2-colonnes .odd .right {
  flex-basis: 66.66%;
}
.bloc-2-colonnes .odd .right img {
  max-height: 441px;
  object-fit: cover;
  object-position: center;
}
.bloc-2-colonnes .even .left, .bloc-2-colonnes .even .right {
  flex-basis: 50%;
}
.bloc-2-colonnes .container {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .bloc-2-colonnes .container {
    padding: 0 20px;
  }
}
.bloc-2-colonnes .container .left, .bloc-2-colonnes .container .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloc-2-colonnes .container .left h2, .bloc-2-colonnes .container .right h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #E52233;
}
.bloc-2-colonnes .container .left img, .bloc-2-colonnes .container .right img {
  display: block;
  width: 100%;
}
.bloc-2-colonnes .container .left ul, .bloc-2-colonnes .container .left ol, .bloc-2-colonnes .container .right ul, .bloc-2-colonnes .container .right ol {
  margin-left: 40px;
}
.bloc-2-colonnes .container .left ul li, .bloc-2-colonnes .container .left ol li, .bloc-2-colonnes .container .right ul li, .bloc-2-colonnes .container .right ol li {
  font-size: 16px;
  font-family: "Averta";
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
}
.bloc-2-colonnes .container .left p > a, .bloc-2-colonnes .container .left li > a, .bloc-2-colonnes .container .right p > a, .bloc-2-colonnes .container .right li > a {
  color: #163047;
}
.bloc-2-colonnes .container .left p > a:hover, .bloc-2-colonnes .container .left li > a:hover, .bloc-2-colonnes .container .right p > a:hover, .bloc-2-colonnes .container .right li > a:hover {
  font-weight: 600;
}
.bloc-2-colonnes .container .left video, .bloc-2-colonnes .container .right video {
  display: block;
  width: 100%;
}
.bloc-2-colonnes .container .left iframe, .bloc-2-colonnes .container .right iframe {
  display: block;
  aspect-ratio: 16/9;
  border: none;
  width: 100%;
}
.bloc-2-colonnes .container .right {
  align-items: end;
}
.bloc-2-colonnes .container .right a, .bloc-2-colonnes .container .right p, .bloc-2-colonnes .container .right h2, .bloc-2-colonnes .container .right ul, .bloc-2-colonnes .container .right h3, .bloc-2-colonnes .container .right h4 {
  align-self: start;
}
.bloc-2-colonnes .container .left {
  align-items: start;
}

.bloc-media {
  margin-bottom: 80px;
}
.bloc-media .media-container .images-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bloc-media .media-container .images-container img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-height: 441px;
  height: 100%;
}
.bloc-media .media-container video {
  width: 100%;
  max-height: 441px;
  height: 100%;
}
.bloc-media .media-container iframe {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 441px;
  height: 100%;
  border: none;
}

.bloc-texte {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .bloc-texte {
    width: 95vw;
    margin: 50px auto;
  }
}
.bloc-texte a {
  color: #163047;
  font-weight: 400;
}
.bloc-texte a:hover {
  font-weight: bold;
}
.bloc-texte h2 {
  margin-bottom: 40px;
}
.bloc-texte .texte a {
  color: #163047;
  font-weight: 400;
}
.bloc-texte .texte a:hover {
  font-weight: bold;
}
.bloc-texte .texte h3 {
  color: #163047;
  text-transform: none;
  font-size: 30px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}
.bloc-texte .texte h4 {
  color: #163047;
  text-transform: none;
  font-size: 25px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}
.bloc-texte .texte h5 {
  color: #163047;
  text-transform: none;
  font-size: 25px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}
.bloc-texte .texte h6 {
  color: #163047;
  text-transform: none;
  font-size: 25px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}
.bloc-texte .texte ul, .bloc-texte .texte ol {
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bloc-texte .texte ul li, .bloc-texte .texte ol li {
  font-size: 16px;
  font-family: "Averta";
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
}
.bloc-texte .btn {
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}
.bloc-texte .two-columns {
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
}
@media screen and (max-width: 768px) {
  .bloc-texte .two-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bloc-texte .two-columns h3 {
  margin-top: 0;
}

.document-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-bottom: 2px solid #163047;
  margin-top: 60px;
  padding-bottom: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .document-card {
    padding-right: 0;
    margin: 60px auto 0;
  }
}
.document-card .document-top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .document-card .document-top {
    flex-direction: column;
    gap: 20px;
  }
}
.document-card .document-top h3 {
  max-width: 50%;
  font-size: 20px;
  color: #163047;
  text-transform: unset;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .document-card .document-top h3 {
    max-width: unset;
  }
}
.document-card .document-bottom {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.document-card .document-bottom .document-date {
  font-style: italic;
}
.document-card .document-bottom .document-category {
  border: 1px solid #163047;
  border-radius: 15px;
  padding: 2px 12px;
}

.bloc-infotheque {
  margin-bottom: 80px;
}
.bloc-infotheque .container form {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 35px;
}
@media screen and (max-width: 1000px) {
  .bloc-infotheque .container form {
    margin: 0 auto;
    gap: 20px;
  }
}
.bloc-infotheque .container form > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 25;
  min-width: 220px;
}
.bloc-infotheque .container form > div label {
  font-family: "Averta";
  font-size: 20px;
  font-weight: 600;
  color: #E52233;
  text-transform: uppercase;
}
.bloc-infotheque .container form > div input, .bloc-infotheque .container form > div select {
  border: 2px solid #163047;
  border-radius: 25px;
  background-color: white;
  font-family: "Averta";
  padding: 4px 10px;
  color: #163047;
  font-weight: 600;
  outline: none;
  min-height: 33px;
}
.bloc-infotheque .container form > div input:focus, .bloc-infotheque .container form > div select:focus {
  border-color: #163047;
}
.bloc-infotheque .container form .search {
  flex: 40;
  min-width: min(320px, 80dvw);
}
.bloc-infotheque .container .clear-filters {
  margin-top: 10px;
  cursor: pointer;
}
.bloc-infotheque .container .infotheque .document-card:last-child {
  border: none;
}
.bloc-infotheque .container .infotheque .pagination {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 100px;
}
.bloc-infotheque .container .infotheque .links-pagination {
  color: #E52233;
  text-decoration: none;
  font-size: 20px;
  font-family: "Averta";
}
.bloc-infotheque .container .infotheque .links-pagination:hover {
  font-weight: bold;
}
.bloc-infotheque .container .infotheque .current-page {
  font-weight: bold;
}
.bloc-infotheque .container .infotheque .separateur-pagination {
  font-size: 20px;
  color: #E52233;
  font-family: "Averta";
}
.bloc-infotheque .container .infotheque .no-results {
  margin-bottom: 40px;
  margin-top: 40px;
}

* {
  scroll-behavior: smooth;
}

main .section1 {
  background-color: #EADFCD;
  padding-bottom: 94px;
  padding-top: 10px;
}
main .section1 .content .fil {
  padding-top: 10px;
  color: #163047;
  font-family: "Averta";
}
main .section1 .content .fil a, main .section1 .content .fil span {
  color: #163047;
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.45px;
}
main .section1 .content .fil a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  main .section1 .content .fil {
    font-size: 12px;
  }
}
main .section1 .content .title {
  margin: 60px auto 0;
  max-width: 540px;
}
main .section1 .content .title h1 {
  text-transform: uppercase;
  text-align: center;
}
main .section1 .content .text {
  font-size: 16px;
  font-family: "Averta";
  color: #163047;
  max-width: 590px;
  margin: 15px auto 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .section1 .content .text {
    font-size: 14px;
  }
}
main .section1 .content .links {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 20px;
}
main .section2 .content .elus .title {
  padding-bottom: 40px;
}
main .section2 .content .elus .president {
  font-size: 16px;
  font-weight: bold;
  font-family: "Averta";
  color: #E52233;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  main .section2 .content .elus .president {
    font-size: 14px;
  }
}
main .section2 .content .elus .name {
  font-family: "Averta";
  font-size: 16px;
  color: #163047;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  main .section2 .content .elus .name {
    font-size: 14px;
  }
}
main .section2 .content .elus .vice-president {
  font-size: 16px;
  font-weight: bold;
  color: #E52233;
  font-family: "Averta";
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  main .section2 .content .elus .vice-president {
    font-size: 14px;
  }
}
main .section2 .content .elus .name-vice {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Averta";
  color: #163047;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  main .section2 .content .elus .name-vice {
    font-size: 14px;
  }
}
main .section2 .content .elus .conseillers {
  margin-top: 63px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Averta";
  color: #E52233;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  main .section2 .content .elus .conseillers {
    font-size: 14px;
  }
}
main .section3 {
  background-color: #EADFCD;
  padding: 80px 0;
}
main .section3 .content .title {
  padding-bottom: 25px;
  max-width: 798px;
  margin: 0 auto;
}
main .section3 .content .title h2 {
  text-align: center;
}
main .section3 .content .text {
  padding-bottom: 45px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #163047;
  font-family: "Averta";
}
@media screen and (max-width: 768px) {
  main .section3 .content .text {
    font-size: 14px;
  }
}
main .section3 .content .link {
  width: fit-content;
  margin: 0 auto;
}
main .section3 .content .link a {
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
  color: #EADFCD;
  padding: 16px 45px;
  background-color: #163047;
  border-radius: 48px;
  border: 1px solid #163047;
  font-family: "Averta";
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  main .section3 .content .link a {
    font-size: 20px;
  }
}
main .section3 .content .link a:hover {
  color: #163047;
  background-color: #EADFCD;
}
main .section4 .content .table {
  display: flex;
  align-items: center;
  margin-top: 82px;
  height: 415px;
}
@media screen and (max-width: 1100px) {
  main .section4 .content .table {
    height: 540px;
  }
}
@media screen and (max-width: 1020px) {
  main .section4 .content .table {
    height: 560px;
  }
}
@media screen and (max-width: 900px) {
  main .section4 .content .table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .content .table {
    height: fit-content;
  }
}
main .section4 .content .table .content-youtube {
  max-width: 393px;
  background-color: #EADFCD;
  padding: 40px;
  height: 415px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  main .section4 .content .table .content-youtube {
    height: 540px;
  }
}
@media screen and (max-width: 1020px) {
  main .section4 .content .table .content-youtube {
    height: 560px;
  }
}
@media screen and (max-width: 900px) {
  main .section4 .content .table .content-youtube {
    max-width: 100%;
    width: 100%;
    height: fit-content;
  }
}
main .section4 .content .table .content-youtube .center .title {
  font-size: 30px;
  font-weight: 800;
  font-family: "Averta";
  color: #163047;
}
@media screen and (max-width: 768px) {
  main .section4 .content .table .content-youtube .center .title {
    font-size: 20px;
  }
}
main .section4 .content .table .content-youtube .center .text {
  margin: 20px 0;
  width: 100%;
  font-family: "Averta";
  font-size: 16px;
  color: #163047;
}
@media screen and (max-width: 768px) {
  main .section4 .content .table .content-youtube .center .text {
    font-size: 14px;
  }
}
main .section4 .content .table .picture {
  background-color: #163047;
  max-width: calc(100% - 393px);
  width: 100%;
  height: 415px;
  display: flex;
  padding: 40px;
}
@media screen and (max-width: 1100px) {
  main .section4 .content .table .picture {
    display: block;
    height: 540px;
  }
}
@media screen and (max-width: 1020px) {
  main .section4 .content .table .picture {
    height: 560px;
  }
}
@media screen and (max-width: 900px) {
  main .section4 .content .table .picture {
    width: 100%;
    max-width: 100%;
    height: fit-content;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .content .table .picture {
    display: block;
  }
}
main .section4 .content .table .picture .intro {
  width: calc(50% - 28px);
  margin-right: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  main .section4 .content .table .picture .intro {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  main .section4 .content .table .picture .intro {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 768px) {
  main .section4 .content .table .picture .intro {
    font-size: 26px;
    width: 100%;
  }
}
main .section4 .content .table .picture .intro .titleytb {
  font-size: 40px;
  color: #fff;
  font-family: "Averta";
  font-weight: 540;
  text-align: right;
  width: 100%;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  main .section4 .content .table .picture .intro .titleytb {
    font-size: 26px;
  }
}
main .section4 .content .table .picture .intro .pictureytb {
  display: flex;
  justify-content: end;
}
main .section4 .content .table .picture .intro .pictureytb img {
  width: 143px;
  height: 62px;
}
main .section4 .content .table .picture .city {
  width: 50%;
  background-color: #EADFCD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  main .section4 .content .table .picture .city {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 460px) {
  main .section4 .content .table .picture .city {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 370px) {
  main .section4 .content .table .picture .city {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 370px) {
  main .section4 .content .table .picture .city .picturecity img {
    width: 100px;
    height: auto;
  }
}
main .section5 {
  padding: 100px 0;
}
main .section5 .content .title {
  margin-bottom: 32px;
}
main .section5 .content .agenda .event {
  width: 100%;
  border-bottom: 2px solid #E52233;
  display: flex;
  justify-content: space-between;
  padding: 50px 0px;
}
@media screen and (max-width: 1100px) {
  main .section5 .content .agenda .event {
    flex-wrap: wrap;
    justify-content: start;
  }
}
main .section5 .content .agenda .event .dates {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EADFCD;
  margin-right: 30px;
  margin-bottom: 10px;
}
main .section5 .content .agenda .event .dates * {
  color: #163047;
}
@media screen and (max-width: 1100px) {
  main .section5 .content .agenda .event .dates {
    width: 90px;
    height: 90px;
    margin-right: 10px;
  }
  main .section5 .content .agenda .event .dates.onemonth .mois {
    font-size: 16px;
  }
  main .section5 .content .agenda .event .dates.onemonth .jours span {
    font-size: 16px;
  }
  main .section5 .content .agenda .event .dates.twomonths .jours2 {
    font-size: 20px;
  }
  main .section5 .content .agenda .event .dates.twomonths .mois {
    font-size: 11px;
  }
}
main .section5 .content .agenda .event-img {
  display: none;
}
main .section5 .content .agenda .event .content-event {
  width: calc(100% - 185px);
}
@media screen and (max-width: 1100px) {
  main .section5 .content .agenda .event .content-event {
    width: 100%;
  }
}
main .section5 .content .agenda .event .content-event .title {
  margin-bottom: 25px;
  font-size: 30px;
  color: #163047;
  font-weight: bold;
  font-family: "Averta";
}
@media screen and (max-width: 768px) {
  main .section5 .content .agenda .event .content-event .title {
    font-size: 26px;
  }
}
main .section5 .content .agenda .event .content-event .line {
  display: flex;
  margin-bottom: 22px;
}
main .section5 .content .agenda .event .content-event .line .hours {
  color: #E52233;
  font-family: "Averta";
  font-weight: bold;
  font-size: 16px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  main .section5 .content .agenda .event .content-event .line .hours {
    font-size: 14px;
  }
}
main .section5 .content .agenda .event .content-event .line .where {
  display: none;
}
main .section5 .content .agenda .event .content-event .text {
  color: #163047;
  font-size: 14px;
  font-family: "Averta";
}
@media screen and (max-width: 768px) {
  main .section5 .content .agenda .event .content-event .text {
    font-size: 12px;
  }
}
main .section5 .content .agenda .event .content-event .link {
  display: none;
}
main .section5 .content .agenda .event .event-place {
  display: none;
}
main .section5 .content .agenda .event:last-child {
  border: none;
}
main .section5 .content .btn {
  margin: 0 auto;
}
