@charset "UTF-8";
@font-face {
  font-family: "Bungee";
  src: url("../fonts/bungee/Bungee-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Calibri";
  src: url("../fonts/calibri/calibri-regular.woff2") format("woff2"), url("../fonts/calibri/calibri-regular.woff") format("woff"), url("../fonts/calibri/calibri-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Calibri";
  src: url("../fonts/calibri/calibri-bold.woff2") format("woff2"), url("../fonts/calibri/calibri-bold.woff") format("woff"), url("../fonts/calibri/calibri-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype"), url("../fonts/poppins/Poppins-Regular.woff") format("woff"), url("../fonts/poppins/Poppins-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype"), url("../fonts/poppins/Poppins-Bold.woff") format("woff"), url("../fonts/poppins/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/*----------
Color Palette Verneuil
-----------*/
.has-black-verneuil-color {
  color: #383838;
}

.has-black-verneuil-background-color {
  background-color: #383838;
}

.has-darker-verneuil-color {
  color: #182743;
}

.has-darker-verneuil-background-color {
  background-color: #182743;
}

.has-green-verneuil-color {
  color: #52763D;
}

.has-green-verneuil-background-color {
  background-color: #52763D;
}

.has-blue-verneuil-color {
  color: #3274B5;
}

.has-blue-verneuil-background-color {
  background-color: #3274B5;
}

.has-light-gray-verneuil-color {
  color: #F7F7F4;
}

.has-light-gray-verneuil-background-color {
  background-color: #F7F7F4;
}

.has-orange-verneuil-color {
  color: #EEA33A;
}

.has-orange-verneuil-background-color {
  background-color: #EEA33A;
}

#wpadminbar {
  position: fixed;
  width: 100%;
}

h1 {
  color: #182F43;
  font-size: 5.4rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 52px;
  word-wrap: break-word;
  text-transform: uppercase;
}

h2 {
  color: #182F43;
  font-size: 3.8rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 52px;
  word-wrap: break-word;
}

h3 {
  color: #182F43;
  font-size: 2.4rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 31.2px;
  word-wrap: break-word;
}

h4 {
  color: #182F43;
  font-size: 1.8rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 31.2px;
  word-wrap: break-word;
}

p {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  font-family: Poppins;
}

.bloc-video-youtube {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.bloc-video-youtube.aligncenter {
  align-items: center;
}
.bloc-video-youtube.alignleft {
  align-items: flex-start;
}
.bloc-video-youtube.alignright {
  align-items: flex-end;
}

figure {
  margin: 0;
  height: auto;
}
figure.wp-block-embed figcaption {
  font-size: 1.6rem;
  font-family: "Calibri";
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left] > [data-type="core/embed"], .wp-block[data-align=right] > [data-type="core/embed"] {
  max-width: 50rem;
}

li {
  font-family: Poppins;
  color: #182F43;
}

a {
  color: #3274B5;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  line-height: 25.6px;
  word-wrap: break-word;
  text-decoration: underline;
  text-underline-offset: 0.7rem;
  text-decoration-thickness: 0.2rem;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.alignwide {
  width: 80%;
  max-width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}

.alignfull {
  max-width: 100%;
  margin: auto;
}

#breadcrumbs {
  color: #182F43;
  padding-bottom: 4rem;
  padding-top: 8rem;
  position: relative;
  z-index: 1;
  margin: 0;
}
#breadcrumbs ol {
  list-style-type: none;
}
#breadcrumbs ol li {
  display: inline;
}
#breadcrumbs ol li a {
  color: #182F43;
  text-decoration: none;
  font-weight: 500;
}
#breadcrumbs .breadcrumb_last {
  font-size: 1.4rem;
  font-weight: 700;
}

main > .bloc-couleur-full:first-child, main > .bloc-couleur-full.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > .bloc-couleur-full:last-child {
  margin-bottom: -8rem;
}

.bloc-couleur-full {
  position: relative;
  padding: 8rem 0;
}
.bloc-couleur-full:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .bloc-couleur-full:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
.bloc-couleur-full .bloc-couleur-1 {
  border-radius: 0.8rem;
  border: 1px solid transparent;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.bloc-couleur-full .bloc-couleur-1 h1, .bloc-couleur-full .bloc-couleur-1 h2, .bloc-couleur-full .bloc-couleur-1 h3 {
  margin: 0;
}
.bloc-couleur-full .bloc-couleur-1 .wp-block-group {
  padding: 0;
}
.bloc-couleur-full .bloc-couleur-2 {
  padding: 2.4rem;
  border-radius: 0.8rem;
  border: 1px solid transparent;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.bloc-couleur-full .bloc-couleur-2 h1, .bloc-couleur-full .bloc-couleur-2 h2, .bloc-couleur-full .bloc-couleur-2 h3 {
  margin: 0;
}
.bloc-couleur-full .bloc-couleur-2 .wp-block-group {
  padding: 0;
}

.bloc-couleur-1 {
  border-radius: 0.8rem;
  border: 1px solid transparent;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.bloc-couleur-1 h1, .bloc-couleur-1 h2, .bloc-couleur-1 h3 {
  margin: 0;
}
.bloc-couleur-1 .wp-block-group {
  padding: 0;
}

.bloc-couleur-2 {
  padding: 2.4rem;
  border-radius: 0.8rem;
  border: 1px solid transparent;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.bloc-couleur-2 h1, .bloc-couleur-2 h2, .bloc-couleur-2 h3 {
  margin: 0;
}
.bloc-couleur-2 .wp-block-group {
  padding: 0;
}

.wp-block-file__button, .wp-block-button__link {
  background-color: #52763D;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
  padding: 0.5em 1em;
}
.wp-block-file__button:hover, .wp-block-button__link:hover {
  background-color: #415A30;
}
.wp-block-file__button #more-pictures, .wp-block-button__link #more-pictures {
  cursor: pointer;
  border: none;
}

.wp-block-table {
  font-family: Calibri;
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
}
.wp-block-table th, .wp-block-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}
.wp-block-table th.has-text-align-left, .wp-block-table td.has-text-align-left {
  text-align: left;
}
.wp-block-table th.has-text-align-right, .wp-block-table td.has-text-align-right {
  text-align: right;
}
.wp-block-table th.has-text-align-center, .wp-block-table td.has-text-align-center {
  text-align: center;
}
.wp-block-table th {
  background-color: #f2f2f2;
}
.wp-block-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

:where(.wp-block-columns) {
  margin: 0;
}

[id^=wpmapblock_] {
  z-index: 0;
}

:where(.wp-block-file__button):is(a):active, :where(.wp-block-file__button):is(a):focus, :where(.wp-block-file__button):is(a):hover, :where(.wp-block-file__button):is(a):visited {
  opacity: 1;
}

#quick_access {
  float: left;
  z-index: 3;
  height: 100%;
}
#quick_access a {
  border-radius: 4px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #000000;
  margin-top: 0 !important;
  position: absolute;
  left: -2000px;
  top: -2000px;
}
#quick_access a:focus {
  text-decoration: underline;
  outline: #000000 3px solid;
  left: 4px;
  top: 4px;
  z-index: 10;
}

header.open .menu-container {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  order: 3;
}
header #menu-header {
  border-bottom: 1px solid #DFDFDF;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  position: relative;
  z-index: 1002;
  position: fixed;
  width: 100%;
}
header #menu-header.open-menu .contrastedBtn {
  padding-right: 0 !important;
}
@media (min-width: 0px) and (max-width: 1280px) {
  header #menu-header {
    flex-direction: column;
    padding: 0 2.4rem;
    border-bottom: none;
    overflow: auto;
  }
  header #menu-header.open-menu {
    width: calc(100% - 4.8rem);
    height: 100%;
    display: flex;
    justify-content: flex-start;
  }
}
header #menu-header .logo {
  padding-left: 9.6rem;
}
@media (min-width: 1281px) and (max-width: 1384px) {
  header #menu-header .logo {
    padding-left: 2.9rem;
  }
}
@media (min-width: 990px) and (max-width: 1280px) {
  header #menu-header .logo {
    padding-left: 1rem;
  }
}
@media (min-width: 0px) and (max-width: 1280px) {
  header #menu-header .logo {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    width: 100%;
    order: 1;
  }
}
header #menu-header .logo a {
  flex: 1;
  width: fit-content;
  grid-column: 2;
  justify-self: center;
}
header #menu-header .logo .mobile-btn {
  display: none;
}
@media (min-width: 0px) and (max-width: 1280px) {
  header #menu-header .logo .mobile-btn {
    display: block;
    flex: 1;
  }
  header #menu-header .logo .mobile-btn img {
    width: 4rem;
    height: 4rem;
  }
}
header #menu-header .logo .mobile-btn .menu-action {
  border: none;
  background: transparent;
  flex: 1;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
header #menu-header .logo .contrastedBtn {
  display: flex;
  justify-content: flex-end;
  padding-right: 4.8rem;
}
header #menu-header .logo .contrastedBtn #contrastedBtnLogo {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
header #menu-header .logo .contrastedBtn #contrastedBtnLogo.button-on {
  background-color: #000000;
  border-radius: 0.8rem;
  padding: 0.4rem;
}
header #menu-header .imgContrasted {
  display: flex;
}
header #menu-header .imgContrasted.contrast-on {
  filter: invert(1);
}
header #menu-header .menu-container {
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
  align-items: center;
}
header #menu-header .menu-container button {
  border: none;
  background-color: transparent;
}
header #menu-header .menu-container #contrastedBtn {
  margin-right: 2rem;
  cursor: pointer;
}
header #menu-header .menu-container #contrastedBtn.button-on {
  background-color: #000000;
  border-radius: 0.8rem;
  padding: 0.4rem;
}
@media (min-width: 0px) and (max-width: 1280px) {
  header #menu-header .menu-container {
    display: none;
  }
}
header #menu-header .menu-container input[type=hidden] {
  z-index: -1;
}
header #menu-header .menu-container ul.menu {
  list-style: none;
  padding: 0;
  padding-right: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  gap: 4rem;
}
header #menu-header .menu-container ul.menu li:not(.list-search) {
  position: relative;
}
header #menu-header .menu-container ul.menu li:not(.list-search).current-menu-item a {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
}
header #menu-header .menu-container ul.menu li:not(.list-search).current-menu-item a:after {
  bottom: 0;
  width: 100%;
  height: 0.5rem;
  background-color: #FFFFFF;
  left: 50%;
  transform: translateX(-50%);
}
header #menu-header .menu-container ul.menu li:not(.list-search) a {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  font-weight: 700;
  text-decoration: none;
}
header #menu-header .menu-container ul.menu li:not(.list-search) a:hover, header #menu-header .menu-container ul.menu li:not(.list-search) a:focus {
  text-decoration: underline;
}
@media (min-width: 0px) and (max-width: 1280px) {
  header #menu-header .menu-container ul.menu li.list-search {
    width: 100%;
  }
  header #menu-header .menu-container ul.menu li.list-search form {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 1280px) {
  header #menu-header .menu-container ul.menu {
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    order: 2;
    padding-right: 0;
    padding-bottom: 4.8rem;
  }
}
header #menu-header .menu-container ul.menu li {
  display: flex;
  align-items: flex-start;
}
header #menu-header .menu-container ul.menu li .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
header #menu-header .menu-container ul.menu li.is_open > div.wrapper .s-but {
  transform: rotate(-90deg) scale(0.9, 1.7);
}
header #menu-header .menu-container ul.menu li a,
header #menu-header .menu-container ul.menu li button:not(.button-search) {
  border: 0;
  color: black;
  font-size: 1.8rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
@media (min-width: 1280px) and (max-width: 3000px) {
  header #menu-header .menu-container ul.menu li a.search-submit,
  header #menu-header .menu-container ul.menu li button:not(.button-search).search-submit {
    display: none;
  }
}
header #menu-header .menu-container ul.menu li .s-but {
  transform: rotate(90deg) scale(0.9, 1.7);
  transition: 0.2s;
  height: 1.7rem;
  margin-left: 0.5rem;
}
header #menu-header .menu-container ul.menu li ul {
  position: absolute;
  width: max-content;
  background-color: #FFFFFF;
  box-shadow: #000000 -3px 3px 16px;
  padding: 0 1rem;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% + 2rem));
  text-align: center;
  z-index: 1;
  max-height: calc(100vh - 13rem);
  overflow-y: auto;
}
@media (min-width: 0px) and (max-width: 1280px) {
  header #menu-header .menu-container ul.menu li ul {
    left: 0;
    transform: none;
    width: calc(100vw - 6.6rem);
    top: calc(100% + 2rem);
    bottom: auto;
  }
}
header #menu-header .menu-container ul.menu li ul:before {
  background-color: #FFFFFF;
  width: 2.2rem;
  height: 1.7rem;
  top: -0.2rem;
  left: calc(50% - 0.7rem);
  transform: rotate(45deg);
}
header #menu-header .menu-container ul.menu li ul li {
  padding: 1rem;
  position: relative;
  flex-direction: column;
}
header #menu-header .menu-container ul.menu li ul li ul {
  position: relative;
  width: max-content;
  background-color: #FFFFFF;
  box-shadow: #000000 -3px 3px 16px;
  padding: 0 1rem;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: none;
  z-index: 10;
  text-align: left;
  height: max-content;
}
@media (min-width: 0px) and (max-width: 1280px) {
  header #menu-header .menu-container ul.menu li ul li ul {
    left: 1rem;
    transform: none;
    width: calc(100vw - 16.6rem);
    top: 100%;
    bottom: auto;
  }
}
header #menu-header .menu-container ul.menu li ul li ul:before {
  background-color: #FFFFFF;
  width: 2.2rem;
  height: 1.7rem;
  top: -0.2rem;
  left: calc(50% - 0.7rem);
  transform: rotate(45deg);
}
header #menu-header .menu-container ul.menu li ul li ul li {
  padding: 1rem;
  align-items: flex-start;
}
header #menu-header .menu-container ul.menu li ul li:not(:last-child) {
  border-bottom: solid 1px #FFFFFF;
}
header #menu-header .menu-container ul.menu li ul:not(.open) {
  display: none;
}
header #menu-header .menu-container form:focus-within #search {
  transform: translateY(-50%) scaleX(1);
  height: 100%;
  width: 100%;
}
header #menu-header .menu-container form:focus-within #search ~ .onSearch {
  z-index: 0;
}
header #menu-header .menu-container form:focus-within #search ~ .button-search {
  z-index: 11;
}
header #menu-header .menu-container #search {
  color: #000000;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  transition: transform linear 0.2s;
  transform-origin: right;
  background-color: #FFFFFF;
  box-sizing: border-box;
  z-index: 10;
  padding: 0 7rem;
  left: 0;
  font-weight: 700;
}
header #menu-header .menu-container #search::placeholder {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  color: #000000;
}
header #menu-header .menu-container #mobile-search-form {
  background-color: rgba(0, 0, 0, 0.45);
  width: 62.8rem;
  border: 2px solid #DFDFDF;
  display: flex;
  align-items: center;
  padding: 1rem;
  width: 100%;
  border: 1px solid #000000;
  background-color: transparent;
}
header #menu-header .menu-container #mobile-search-form .search {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: #FFFFFF;
  font-family: Calibri;
  font-size: 1.6rem;
  height: 100%;
}
header #menu-header .menu-container #mobile-search-form .search::placeholder {
  color: #FFFFFF;
}
header #menu-header .menu-container #mobile-search-form .search:focus {
  border: 1px solid #FFFFFF;
}
header #menu-header .menu-container #mobile-search-form input[type=search i]::-webkit-search-cancel-button {
  filter: brightness(0) invert(1);
}
header #menu-header .menu-container #mobile-search-form .search-submit {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 3.8rem;
  line-height: 1;
  margin-left: auto;
}
header #menu-header .menu-container #mobile-search-form .search {
  color: #000000;
}
header #menu-header .menu-container #mobile-search-form .search::placeholder {
  color: #000000;
}
header #menu-header .menu-container #mobile-search-form .search-submit img {
  filter: invert(1);
}
header #menu-header .menu-container #mobile-search-form .onSearch {
  display: none;
}
header #menu-header .menu-container #mobile-search-form .button-search {
  display: none;
}
header #menu-header .menu-container .onSearch {
  cursor: pointer;
  display: block;
  position: relative;
  background-color: transparent;
  background-image: url("../../assets/images/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  z-index: 11;
  filter: invert(1);
}
header #menu-header .menu-container .button-search {
  cursor: pointer;
  background-color: transparent;
  background-image: url("../../assets/images/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  z-index: 0;
  transform: translate(0, -50%);
  filter: invert(1);
}
@media (min-width: 0px) and (max-width: 1280px) {
  header #menu-header .menu-container .button-search {
    top: initial;
    transform: translate(0, -100%);
  }
}
header #menu-header .cta {
  background-color: #3274B5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  gap: 1.6rem;
  height: 100%;
  z-index: 1;
  position: relative;
  margin-bottom: -1px;
}
@media (min-width: 0px) and (max-width: 1280px) {
  header #menu-header .cta {
    width: calc(100% - 4.8rem);
  }
}
header #menu-header .cta .cta-link {
  background-color: #3274B5;
  white-space: nowrap;
  color: #FFFFFF;
  text-decoration: none;
}

.section-actualites {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #F7F7F4;
  text-align: center;
  padding: 12rem 9.6rem 25rem 9.6rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-actualites {
    padding: 6rem 2.4rem 6rem 2.4rem;
  }
}
.section-actualites h2 {
  color: #182F43;
  font-size: 3.8rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 52px;
  word-wrap: break-word;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-actualites h2 {
    width: 90%;
  }
}
.section-actualites .cta-button {
  background-color: #52763D;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
}
.section-actualites .cta-button:hover {
  background-color: #415A30;
}
.section-actualites .cta-button #more-pictures {
  cursor: pointer;
  border: none;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-actualites .cta-button {
    width: 21rem;
    font-size: 1.6rem;
  }
}
.section-actualites .tag {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-family: Calibri;
  font-weight: 400;
  line-height: 25.6px;
  background-color: #E4007F;
  padding: 0.8rem;
  border-radius: 4rem;
  width: fit-content;
}
.section-actualites .actualites {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 4.8rem;
  padding-bottom: 5.8rem;
  column-gap: 3rem;
  row-gap: 3.9rem;
}
@media (min-width: 990px) and (max-width: 1280px) {
  .section-actualites .actualites {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-actualites .actualites {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 5.1rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-actualites .actualites {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.section-actualites .actualites .card {
  background-color: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
.section-actualites .actualites .card .card-desc {
  padding: 2.4rem;
}
.section-actualites .actualites .card .card-desc iframe {
  width: 100%;
}
.section-actualites .actualites .card .card-img {
  position: relative;
}
.section-actualites .actualites .card .card-img .date-event {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
}
.section-actualites .actualites .card .card-img .date-event .date-of-event {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.section-actualites .actualites .card .card-img .date-event .day {
  color: #3274B5;
  font-family: Poppins;
  font-size: 1em;
  padding: 0.2em 0.7em;
  width: 1.2em;
  text-align: center;
}
.section-actualites .actualites .card .card-img .date-event .hour {
  color: #3274B5;
  font-size: 0.7em;
  font-family: Poppins;
  padding: 0.2em 0.5em;
  width: calc(100% - 1em);
  text-align: center;
  white-space: nowrap;
}
.section-actualites .actualites .card .card-img .date-event .article,
.section-actualites .actualites .card .card-img .date-event .month-year {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #3274B5;
  font-size: 0.5em;
  font-family: Poppins;
  padding: 0.2em;
}
.section-actualites .actualites .card .card-img .date-event .article {
  width: 1.8em;
  transform: translate(1em, 0);
}
.section-actualites .actualites .card .card-img .date-event .month-year {
  padding-left: 0;
  padding-right: 1.5em;
}
.section-actualites .actualites .card .card-img .date-event .separated {
  border-top: 1px solid #3274B5;
}
.section-actualites .actualites .card .card-img img {
  width: 100%;
  height: auto;
  height: 15rem;
  max-height: 15rem;
  object-fit: cover;
}
.section-actualites .actualites .card .card-img img.historic {
  height: 30rem;
  max-height: 30rem;
}
.section-actualites .actualites .card h3 {
  color: #182F43;
  font-size: 2.4rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 31.2px;
  word-wrap: break-word;
  margin: 0;
}
.section-actualites .actualites .card p {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  font-family: Poppins;
}
.section-actualites .actualites .card .read-more {
  color: #3274B5;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  line-height: 25.6px;
  word-wrap: break-word;
  text-decoration: underline;
  text-underline-offset: 0.7rem;
  text-decoration-thickness: 0.2rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-actualites .actualites .card {
    box-shadow: none;
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .section-actualites .actualites .card {
    width: calc(50% - 2.4rem);
    height: auto;
  }
}

.section-separator {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section-separator img {
  width: 110rem;
  height: 30rem;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* Déplacez l'image de moitié de sa propre hauteur vers le haut pour la centrer verticalement */
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-separator img {
    display: none;
  }
}
@media (min-width: 990px) and (max-width: 1280px) {
  .section-separator img {
    width: 100%;
  }
}

.warningMessage {
  height: 4rem;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .warningMessage {
    height: auto;
  }
}
.warningMessage .carrousel-messages {
  background-color: #52763D;
  color: #FFFFFF;
  text-align: center;
}
.warningMessage .carrousel-messages .bandeau-messages {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .warningMessage .carrousel-messages .bandeau-messages {
    height: auto;
  }
}
.warningMessage .carrousel-messages .bandeau-messages .prev-button,
.warningMessage .carrousel-messages .bandeau-messages .next-button {
  background-color: transparent;
  border: none;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.warningMessage .carrousel-messages .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.warningMessage .carrousel-messages .carousel-container .message-exceptionnel {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.warningMessage .carrousel-messages .carousel-container .message-exceptionnel p {
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 400;
  /* Ordre des valeurs : haut, droite, bas, gauche */
  padding: 0.8rem 1.6rem 0.8rem 1.6rem;
  margin: 0;
}
.warningMessage .carrousel-messages .carousel-container .message-exceptionnel.active {
  display: block;
}

.section-banner {
  position: relative;
  height: 100vh;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #558E32 !important;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-banner {
    padding: 2.4rem;
    box-sizing: border-box;
    height: auto;
    background-position: center !important;
    padding-top: 8rem;
  }
}
.section-banner .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 19rem;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-banner .content {
    padding-top: 5.9rem;
  }
}
.section-banner h1 {
  color: #182F43;
  font-size: 5.4rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 52px;
  word-wrap: break-word;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 70rem;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-banner h1 {
    font-size: 3.8rem;
    max-width: 50rem;
  }
}
.section-banner .search-form {
  background-color: rgba(0, 0, 0, 0.45);
  width: 62.8rem;
  border: 2px solid #DFDFDF;
  display: flex;
  align-items: center;
  padding: 1rem;
  margin-top: 4rem;
  margin-bottom: 6.2rem;
}
.section-banner .search-form .search {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: #FFFFFF;
  font-family: Calibri;
  font-size: 1.6rem;
  height: 100%;
}
.section-banner .search-form .search::placeholder {
  color: #FFFFFF;
}
.section-banner .search-form .search:focus {
  border: 1px solid #FFFFFF;
}
.section-banner .search-form input[type=search i]::-webkit-search-cancel-button {
  filter: brightness(0) invert(1);
}
.section-banner .search-form .search-submit {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 3.8rem;
  line-height: 1;
  margin-left: auto;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-banner .search-form {
    width: calc(100% - 2.4rem);
    padding: 0.8rem;
    margin-top: 4.4rem;
    margin-bottom: 4.9rem;
  }
}
.section-banner .search-form .button-search {
  display: none;
}
.section-banner .small-cards {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 990px) and (max-width: 1280px) {
  .section-banner .small-cards {
    width: 90%;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-banner .small-cards {
    flex-direction: column;
    width: 100%;
    margin-bottom: 14.5rem;
  }
}
.section-banner .small-cards .small-card {
  border-right: 1px solid #DFDFDF;
  width: 17rem;
  background-color: #FFFFFF;
}
.section-banner .small-cards .small-card a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: auto;
  padding: 2.4rem;
}
.section-banner .small-cards .small-card h3 {
  color: #182F43;
  font-size: 2.4rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 31.2px;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-align: left;
  margin: 0;
}
.section-banner .small-cards .small-card img {
  width: 3.5rem;
  height: 3.2rem;
}
.section-banner .small-cards .small-card .link a {
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 0.7rem;
  text-decoration-thickness: 0.2rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-banner .small-cards .small-card {
    width: auto;
    border-bottom: 1px solid #DFDFDF;
    padding: 2.4rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2.4rem;
  }
  .section-banner .small-cards .small-card h2 {
    margin: 0;
  }
}
.section-banner .small-cards .small-card:first-child {
  border-top-left-radius: 5%;
  border-bottom-left-radius: 5%;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-banner .small-cards .small-card:first-child {
    border-bottom-left-radius: 0%;
    border-top-right-radius: 5%;
  }
}
.section-banner .small-cards .small-card:last-child {
  border-top-right-radius: 5%;
  border-bottom-right-radius: 5%;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-banner .small-cards .small-card:last-child {
    border-top-right-radius: 0%;
    border-bottom-left-radius: 5%;
  }
}

.section-image {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 12rem 0 12rem 0;
}
.section-image.image-block-top {
  padding-bottom: 0rem;
}
.section-image.image-block-middle {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.section-image.image-block-bottom {
  padding-top: 0rem;
}
.section-image #more-pictures {
  cursor: pointer;
  border: none;
}
.section-image h2 {
  color: #182F43;
  font-size: 3.8rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 52px;
  word-wrap: break-word;
  margin: 0;
}
.section-image .grid-image-city {
  width: 100%;
  height: 630px;
  margin: 4.8rem 0 7.8rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 50% 50%;
  gap: 30px;
}
.section-image .grid-image-city img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.section-image .grid-image-city .portrait {
  grid-column: 1;
  grid-row: 1/span 2;
  width: 100%;
  height: 100%;
}
.section-image .grid-image-city .square-mid {
  width: 100%;
  height: 100%;
}
.section-image .grid-image-city .landscape {
  grid-column: 2/span 2;
  grid-row: 2;
  width: 100%;
  height: 100%;
}
.section-image .grid-image-city .right {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100% 100%;
  gap: 2.5%;
}
.section-image .grid-image-city .square-right {
  width: 100%;
  height: 100%;
}
.section-image .cta-button {
  background-color: #52763D;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
}
.section-image .cta-button:hover {
  background-color: #415A30;
}
.section-image .cta-button #more-pictures {
  cursor: pointer;
  border: none;
}

@media (min-width: 0px) and (max-width: 990px) {
  .section-image .grid-image-city {
    height: 830px;
    margin: 2.5rem 0 5.5rem 0;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 25% 25% 25% 25%;
    gap: 12px;
  }
  .section-image .grid-image-city .portrait {
    grid-row: 1;
  }
  .section-image .grid-image-city .square-mid.i2 {
    grid-column: span 2;
  }
  .section-image .grid-image-city .square-mid.i3 {
    grid-column: span 3;
  }
  .section-image .grid-image-city .landscape {
    grid-column: 1/span 2;
    grid-row: 3;
  }
  .section-image .grid-image-city .square-right.i6 {
    grid-column: span 3;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .section-image .grid-image-city {
    height: 630px;
  }
}
.section-evenements {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #FFFFFF;
  text-align: center;
  padding: 25rem 9.6rem 13rem 9.6rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-evenements {
    padding: 6rem 2.4rem 6rem 2.4rem;
  }
}
.section-evenements h2 {
  color: #182F43;
  font-size: 3.8rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 52px;
  word-wrap: break-word;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-evenements h2 {
    align-self: center;
    margin-bottom: 4rem;
  }
}
.section-evenements .cta-button {
  background-color: #52763D;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
}
.section-evenements .cta-button:hover {
  background-color: #415A30;
}
.section-evenements .cta-button #more-pictures {
  cursor: pointer;
  border: none;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-evenements .cta-button {
    width: 21rem;
    font-size: 1.6rem;
  }
}
.section-evenements .filters-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
.section-evenements .filters-title .filters {
  width: 100%;
}
.section-evenements .filters-title .filters form {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.2rem;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-evenements .filters-title .filters form {
    flex-direction: column;
    width: 100%;
  }
}
.section-evenements .filters-title .filters form .input {
  padding-top: 4rem;
  display: flex;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-evenements .filters-title .filters form .input {
    flex-direction: column;
    padding-top: 0;
  }
}
.section-evenements .filters-title .filters form .input .element {
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  width: 30%;
  text-align: left;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .section-evenements .filters-title .filters form .input .element {
    width: 100%;
  }
}
.section-evenements .filters-title .filters form .input .element label {
  color: #383838;
  font-size: 1.4rem;
  font-family: Poppins;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
}
.section-evenements .filters-title .filters form .input .element input, .section-evenements .filters-title .filters form .input .element select {
  border-radius: 0.8rem;
  border: 1px solid var(--main-borderBlue);
  margin-top: 1rem;
  color: #000000;
  font-size: 14px;
  font-family: Arial;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
}
.section-evenements .filters-title .filters form .input .element select {
  padding: 0.3rem 1.5rem;
  cursor: pointer;
  appearance: none;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-evenements .filters-title .filters form .input .element {
    margin-top: 2rem;
  }
}
@media (min-width: 1280px) and (max-width: 1920px) {
  .section-evenements .filters-title .filters form .input .element {
    width: 40%;
  }
}
.section-evenements .filters-title .filters form .input .element .date {
  padding: 0.2rem 1.6rem;
}
.section-evenements .filters-title .filters form .input .element .name {
  padding: 0.3rem 1.6rem;
}
.section-evenements .filters-title .filters form .search {
  background-color: #52763D;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
  font-family: Poppins;
  font-weight: 500;
  border: none;
  padding: 0.75rem 1.6rem;
  height: fit-content;
  cursor: pointer;
  width: 100%;
}
.section-evenements .filters-title .filters form .search:hover {
  background-color: #415A30;
}
.section-evenements .filters-title .filters form .search #more-pictures {
  cursor: pointer;
  border: none;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .section-evenements .filters-title .filters form .search {
    margin-top: 4rem;
  }
}
@media (min-width: 990px) and (max-width: 1920px) {
  .section-evenements .filters-title .filters form .search {
    width: auto;
    margin-right: 2rem;
  }
}
.section-evenements .filters-title .filters form .reset-filters {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .section-evenements .filters-title .filters form .reset-filters {
    text-align: center;
  }
}
@media (min-width: 990px) and (max-width: 1920px) {
  .section-evenements .filters-title .filters form .reset-filters {
    width: auto;
  }
}
.section-evenements .cards-evenements {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 5.1rem;
  padding-bottom: 5.8rem;
  column-gap: 3rem;
  row-gap: 3.9rem;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .section-evenements .cards-evenements {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .section-evenements .cards-evenements {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .section-evenements .cards-evenements {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-evenements .cards-evenements .card {
  background-color: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  box-shadow: none;
  border: none;
}
.section-evenements .cards-evenements .card .card-desc {
  padding: 2.4rem;
}
.section-evenements .cards-evenements .card .card-desc iframe {
  width: 100%;
}
.section-evenements .cards-evenements .card .card-img {
  position: relative;
}
.section-evenements .cards-evenements .card .card-img .date-event {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
}
.section-evenements .cards-evenements .card .card-img .date-event .date-of-event {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.section-evenements .cards-evenements .card .card-img .date-event .day {
  color: #3274B5;
  font-family: Poppins;
  font-size: 1em;
  padding: 0.2em 0.7em;
  width: 1.2em;
  text-align: center;
}
.section-evenements .cards-evenements .card .card-img .date-event .hour {
  color: #3274B5;
  font-size: 0.7em;
  font-family: Poppins;
  padding: 0.2em 0.5em;
  width: calc(100% - 1em);
  text-align: center;
  white-space: nowrap;
}
.section-evenements .cards-evenements .card .card-img .date-event .article,
.section-evenements .cards-evenements .card .card-img .date-event .month-year {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #3274B5;
  font-size: 0.5em;
  font-family: Poppins;
  padding: 0.2em;
}
.section-evenements .cards-evenements .card .card-img .date-event .article {
  width: 1.8em;
  transform: translate(1em, 0);
}
.section-evenements .cards-evenements .card .card-img .date-event .month-year {
  padding-left: 0;
  padding-right: 1.5em;
}
.section-evenements .cards-evenements .card .card-img .date-event .separated {
  border-top: 1px solid #3274B5;
}
.section-evenements .cards-evenements .card .card-img img {
  width: 100%;
  height: auto;
  height: 15rem;
  max-height: 15rem;
  object-fit: cover;
}
.section-evenements .cards-evenements .card .card-img img.historic {
  height: 30rem;
  max-height: 30rem;
}
.section-evenements .cards-evenements .card h3 {
  color: #182F43;
  font-size: 2.4rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 31.2px;
  word-wrap: break-word;
  margin: 0;
}
.section-evenements .cards-evenements .card p {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  font-family: Poppins;
}
.section-evenements .cards-evenements .card .read-more {
  color: #3274B5;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  line-height: 25.6px;
  word-wrap: break-word;
  text-decoration: underline;
  text-underline-offset: 0.7rem;
  text-decoration-thickness: 0.2rem;
}
.section-evenements .cards-evenements .card .card-desc {
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 990px) {
  .section-evenements .cards-evenements .card {
    width: 100%;
    height: auto;
  }
}

.section-kiosque {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4.8rem;
  background-color: #F7F7F4;
  text-align: center;
  padding: 12rem 9.6rem 12rem 9.6rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-kiosque {
    padding: 6rem 2.4rem 6rem 2.4rem;
    gap: 0;
  }
}
.section-kiosque .cta-button {
  background-color: #52763D;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
}
.section-kiosque .cta-button:hover {
  background-color: #415A30;
}
.section-kiosque .cta-button #more-pictures {
  cursor: pointer;
  border: none;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-kiosque .cta-button {
    width: 21rem;
    font-size: 1.6rem;
  }
}
.section-kiosque .onglets-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-kiosque .onglets-title {
    flex-direction: column;
  }
}
.section-kiosque .onglets-title h2 {
  color: #182F43;
  font-size: 3.8rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 52px;
  word-wrap: break-word;
  margin: 0;
}
.section-kiosque .onglets-title .onglets {
  display: flex;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-kiosque .onglets-title .onglets {
    margin-top: 2.5rem;
  }
}
.section-kiosque .onglets-title .onglets .onglet {
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  padding: 10px 20px;
  background-color: #FFFFFF;
  border: 1px solid #3274B5;
  border-left: none;
  color: #3274B5;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.section-kiosque .onglets-title .onglets .onglet.actif {
  background-color: #3274B5;
  color: #FFFFFF;
}
.section-kiosque .onglets-title .onglets .onglet.actif img {
  filter: brightness(0) invert(1);
}
.section-kiosque .onglets-title .onglets .onglet:focus {
  outline: 4px solid #000000;
  z-index: 1;
}
.section-kiosque .onglets-title .onglets .onglet:first-child {
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  border-left: 1px solid #3274B5;
}
.section-kiosque .onglets-title .onglets .onglet:last-child {
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .section-kiosque .onglets-title .onglets .onglet {
    flex-direction: column;
    height: 8.7rem;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .section-kiosque .onglets-title .onglets .onglet {
    flex-direction: column;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .section-kiosque .onglets-title .onglets .onglet {
    padding: 1rem;
  }
}
.section-kiosque .cards-kiosques {
  display: flex;
  justify-content: flex-start;
  gap: 3.2rem;
  margin-bottom: 6.2rem;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-kiosque .cards-kiosques {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-kiosque .cards-kiosques {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.section-kiosque .cards-kiosques .card {
  background-color: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  width: calc(25% - 20px);
}
.section-kiosque .cards-kiosques .card .card-desc {
  padding: 2.4rem;
}
.section-kiosque .cards-kiosques .card .card-desc iframe {
  width: 100%;
}
.section-kiosque .cards-kiosques .card .card-img {
  position: relative;
}
.section-kiosque .cards-kiosques .card .card-img .date-event {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
}
.section-kiosque .cards-kiosques .card .card-img .date-event .date-of-event {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.section-kiosque .cards-kiosques .card .card-img .date-event .day {
  color: #3274B5;
  font-family: Poppins;
  font-size: 1em;
  padding: 0.2em 0.7em;
  width: 1.2em;
  text-align: center;
}
.section-kiosque .cards-kiosques .card .card-img .date-event .hour {
  color: #3274B5;
  font-size: 0.7em;
  font-family: Poppins;
  padding: 0.2em 0.5em;
  width: calc(100% - 1em);
  text-align: center;
  white-space: nowrap;
}
.section-kiosque .cards-kiosques .card .card-img .date-event .article,
.section-kiosque .cards-kiosques .card .card-img .date-event .month-year {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #3274B5;
  font-size: 0.5em;
  font-family: Poppins;
  padding: 0.2em;
}
.section-kiosque .cards-kiosques .card .card-img .date-event .article {
  width: 1.8em;
  transform: translate(1em, 0);
}
.section-kiosque .cards-kiosques .card .card-img .date-event .month-year {
  padding-left: 0;
  padding-right: 1.5em;
}
.section-kiosque .cards-kiosques .card .card-img .date-event .separated {
  border-top: 1px solid #3274B5;
}
.section-kiosque .cards-kiosques .card .card-img img {
  width: 100%;
  height: auto;
  height: 15rem;
  max-height: 15rem;
  object-fit: cover;
}
.section-kiosque .cards-kiosques .card .card-img img.historic {
  height: 30rem;
  max-height: 30rem;
}
.section-kiosque .cards-kiosques .card h3 {
  color: #182F43;
  font-size: 2.4rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 31.2px;
  word-wrap: break-word;
  margin: 0;
}
.section-kiosque .cards-kiosques .card p {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  font-family: Poppins;
}
.section-kiosque .cards-kiosques .card .read-more {
  color: #3274B5;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  line-height: 25.6px;
  word-wrap: break-word;
  text-decoration: underline;
  text-underline-offset: 0.7rem;
  text-decoration-thickness: 0.2rem;
}
.section-kiosque .cards-kiosques .card .download_files {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
.section-kiosque .cards-kiosques .card .read-more {
  text-decoration: none;
  position: relative;
  width: fit-content;
}
.section-kiosque .cards-kiosques .card .read-more::before {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #3274B5;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-kiosque .cards-kiosques .card {
    box-shadow: none;
    border: none;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .section-kiosque .cards-kiosques .card {
    width: calc(50% - 2.4rem);
  }
}

footer {
  background-color: #3274B5;
  padding: 8rem 9.6rem 4rem 9.6rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  footer {
    padding: 6rem 2.4rem 6rem 2.4rem;
  }
}
footer h2 {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 21.6px;
  word-wrap: break-word;
  margin-bottom: 2.4rem;
}
footer label {
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-decoration: none;
}
footer nav {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  footer nav {
    flex-direction: column;
  }
}
footer nav a {
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-decoration: none;
}
footer nav a:hover, footer nav a:focus {
  border-bottom: 1px solid #FFFFFF;
}
footer nav .navlinks {
  width: 75%;
  display: flex;
}
@media (min-width: 0px) and (max-width: 990px) {
  footer nav .navlinks {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  footer nav .navlinks {
    flex-direction: column;
  }
}
footer nav .navlinks div {
  margin-right: 4rem;
}
footer nav .navlinks ul {
  padding: 0;
  margin: 0;
}
footer nav .navlinks ul li {
  margin-bottom: 1rem;
  list-style: none;
}
footer nav .right {
  width: 25%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 0px) and (max-width: 990px) {
  footer nav .right {
    width: 100%;
  }
}
footer nav .right .follow {
  padding-bottom: 3.2rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  footer nav .right .follow {
    display: flex;
    align-items: center;
  }
  footer nav .right .follow h2 {
    margin: 2.4rem 3.7rem 2.4rem 0;
  }
}
@media (min-width: 0px) and (max-width: 400px) {
  footer nav .right .follow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
footer nav .right .follow .socials {
  padding: 0;
  margin: 0;
  display: flex;
}
footer nav .right .follow .socials li {
  list-style: none;
}
footer nav .right .follow .socials li:not(:first-child) {
  margin-left: 1.4rem;
}
footer nav .right .follow .socials li:first-child a img {
  width: 1.5rem;
}
footer nav .right .follow .socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  background-color: #FFFFFF;
}
footer nav .right .follow .socials li a:hover {
  border: none;
}
footer nav .right .follow .socials li a img {
  width: 1.2rem;
  color: #FFFFFF;
}
footer nav .right .follow .socials li a .in {
  width: 1.6rem;
}
footer nav .right .newsletter h2 {
  margin-top: 0;
}
footer nav .right .newsletter .news-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer nav .right .newsletter .news-form .email {
  width: 70%;
}
footer nav .right .newsletter .news-form .email .search-field {
  width: 100%;
  border: 2px solid #FFFFFF;
  padding: 1rem;
  flex: 1;
  outline: none;
  background: transparent;
  color: #FFFFFF;
  font-family: Calibri;
}
footer nav .right .newsletter .news-form .email .search-field::placeholder {
  color: #FFFFFF;
}
footer nav .right .newsletter .news-form .email .error {
  display: none;
  margin-top: 0.5rem;
  text-align: center;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-decoration: none;
}
footer nav .right .newsletter .news-form .email .exemple {
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-decoration: none;
  margin-top: 0;
  font-style: italic;
}
footer nav .right .newsletter .news-form .send {
  width: 20%;
  height: 4rem;
  background-color: #FFFFFF;
  cursor: pointer;
  text-align: center;
}
footer nav .right .newsletter .news-form .send .send-email {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
}
footer nav .right .newsletter .news-form .send .send-email img {
  height: 1.6rem;
}
footer .separator {
  width: 100%;
  display: flex;
  justify-content: center;
}
footer .separator .line {
  background-color: #FFFFFF;
  width: 100%;
  height: 1px;
}
@media (min-width: 0px) and (max-width: 768px) {
  footer .separator .line {
    width: 60%;
  }
}
footer .bottom {
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
}
footer .bottom p {
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.search {
  padding-top: 4rem;
}
section.search .search-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.search .search-bar {
    flex-direction: column;
    padding-bottom: 4.8rem;
  }
}
section.search .search-bar p {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  margin: 0;
}
section.search .search-bar h2 {
  color: #182F43;
  font-size: 3.8rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 52px;
  word-wrap: break-word;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.search .search-bar .search-query {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  section.search .search-bar .search-query h2 {
    align-self: center;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  section.search .search-bar .search-filter-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 4.8rem;
  }
}
section.search .search-bar .search-filter-btn .cta-button {
  font-family: Poppins;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.search .search-bar .search-filter-btn .cta-button {
    width: 50%;
  }
}
section.search .search-bar .search-filter-btn .cta-button.active {
  background-color: #52763D;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
  padding: 1rem 2.4rem;
  border-radius: 99rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
}
section.search .search-bar .search-filter-btn .cta-button.active:hover {
  background-color: #415A30;
}
section.search .search-bar .search-filter-btn .cta-button.active #more-pictures {
  cursor: pointer;
  border: none;
}
section.search .search-bar .search-filter-btn .cta-button:focus {
  border: 3px solid #000000;
  text-decoration: underline;
}
section.search .search-bar .search-filter-btn form {
  display: flex;
  gap: 2.8rem;
  width: 100%;
}
section.search .search-content {
  display: flex;
  gap: 8rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.search .search-content {
    flex-direction: column;
    gap: 0rem;
  }
}
section.search .search-content .search-filter {
  background-color: #3274B5;
  border-radius: 1.6rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 3.2rem;
  height: fit-content;
}
section.search .search-content .search-filter p {
  color: #FFFFFF;
  font-size: 2.2rem;
  white-space: nowrap;
}
section.search .search-content .search-filter form {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
section.search .search-content .search-filter form button {
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
  padding: 0;
}
section.search .search-content .search-filter button {
  border: none;
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  cursor: pointer;
}
section.search .search-content .search-filter button:hover {
  text-decoration: underline;
}
section.search .search-content .search-filter-btn {
  padding: 4.8rem 0;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.search .search-content .search-filter-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 4.8rem;
  }
}
section.search .search-content .search-filter-btn .cta-button {
  font-family: Poppins;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.search .search-content .search-filter-btn .cta-button {
    width: 50%;
  }
}
section.search .search-content .search-filter-btn .cta-button.active {
  background-color: #52763D;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
  padding: 1rem 2.4rem;
  border-radius: 99rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
}
section.search .search-content .search-filter-btn .cta-button.active:hover {
  background-color: #415A30;
}
section.search .search-content .search-filter-btn .cta-button.active #more-pictures {
  cursor: pointer;
  border: none;
}
section.search .search-content .search-filter-btn .cta-button:focus {
  border: 3px solid #000000;
  text-decoration: underline;
}
section.search .search-content .search-filter-btn form {
  display: flex;
  gap: 2.8rem;
  width: 100%;
}
section.search .search-content .search-result {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
section.search .search-content .search-result .card {
  background-color: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6.3rem;
  border: none;
  box-shadow: none;
  width: 100%;
  margin-bottom: 2.4rem;
}
section.search .search-content .search-result .card .card-desc {
  padding: 2.4rem;
}
section.search .search-content .search-result .card .card-desc iframe {
  width: 100%;
}
section.search .search-content .search-result .card .card-img {
  position: relative;
}
section.search .search-content .search-result .card .card-img .date-event {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
}
section.search .search-content .search-result .card .card-img .date-event .date-of-event {
  display: flex;
  flex-direction: row;
  width: 100%;
}
section.search .search-content .search-result .card .card-img .date-event .day {
  color: #3274B5;
  font-family: Poppins;
  font-size: 1em;
  padding: 0.2em 0.7em;
  width: 1.2em;
  text-align: center;
}
section.search .search-content .search-result .card .card-img .date-event .hour {
  color: #3274B5;
  font-size: 0.7em;
  font-family: Poppins;
  padding: 0.2em 0.5em;
  width: calc(100% - 1em);
  text-align: center;
  white-space: nowrap;
}
section.search .search-content .search-result .card .card-img .date-event .article,
section.search .search-content .search-result .card .card-img .date-event .month-year {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #3274B5;
  font-size: 0.5em;
  font-family: Poppins;
  padding: 0.2em;
}
section.search .search-content .search-result .card .card-img .date-event .article {
  width: 1.8em;
  transform: translate(1em, 0);
}
section.search .search-content .search-result .card .card-img .date-event .month-year {
  padding-left: 0;
  padding-right: 1.5em;
}
section.search .search-content .search-result .card .card-img .date-event .separated {
  border-top: 1px solid #3274B5;
}
section.search .search-content .search-result .card .card-img img {
  width: 100%;
  height: auto;
  height: 15rem;
  max-height: 15rem;
  object-fit: cover;
}
section.search .search-content .search-result .card .card-img img.historic {
  height: 30rem;
  max-height: 30rem;
}
section.search .search-content .search-result .card h3 {
  color: #182F43;
  font-size: 2.4rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 31.2px;
  word-wrap: break-word;
  margin: 0;
}
section.search .search-content .search-result .card p {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  font-family: Poppins;
}
section.search .search-content .search-result .card .read-more {
  color: #3274B5;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  line-height: 25.6px;
  word-wrap: break-word;
  text-decoration: underline;
  text-underline-offset: 0.7rem;
  text-decoration-thickness: 0.2rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.search .search-content .search-result .card {
    gap: 2.4rem;
  }
}
section.search .search-content .search-result .card .card-img {
  height: 100%;
}
section.search .search-content .search-result .card .card-img img {
  object-fit: cover;
  border-radius: 0.8rem;
}
section.search .search-content .search-result .card .card-desc {
  padding: 0;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.search .search-content .search-result .card {
    flex-direction: column;
  }
}
section.search .search-content .search-result .card .card-img {
  width: 30%;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.search .search-content .search-result .card .card-img {
    width: 100%;
  }
}
section.search .search-content .search-result .card .card-img img {
  height: 100%;
  max-height: 18rem;
}
section.search .search-content .search-result .card .card-desc {
  width: 70%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.search .search-content .search-result .card .card-desc {
    width: 100%;
  }
}
section.search .search-content .search-result .card .card-desc span {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  font-family: Poppins;
}
section.search .search-content .search-result .card .card-desc span.excerpt_part {
  display: block;
  height: auto;
}
section.search .search-content .search-result .card .card-desc h3 {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}
section.search .search-content .search-result .card .card-desc a {
  text-decoration: none;
}
section.search .search-content .search-result .card .card-desc a:hover {
  text-decoration: underline;
  text-decoration-color: #000000;
}

main > #onglet-block:first-child, main > #onglet-block.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > #onglet-block:last-child {
  margin-bottom: -8rem;
}

div[id^=onglet-block] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4.8rem;
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
div[id^=onglet-block]:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  div[id^=onglet-block]:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  div[id^=onglet-block] {
    padding-bottom: 4rem;
    gap: 0;
  }
}
div[id^=onglet-block] .wp-block-group__inner-container {
  width: 100%;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 990px) {
  div[id^=onglet-block] .wp-block-group__inner-container .wp-block-column {
    display: flex;
    flex-direction: column;
  }
  div[id^=onglet-block] .wp-block-group__inner-container .wp-block-image figure {
    margin: 0 !important;
  }
}
div[id^=onglet-block] h1 {
  color: #182F43;
  font-size: 5.4rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 52px;
  word-wrap: break-word;
  text-transform: uppercase;
}
div[id^=onglet-block] h2 {
  color: #182F43;
  font-size: 3.8rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 52px;
  word-wrap: break-word;
  margin: 0;
}
div[id^=onglet-block] h3 {
  color: #182F43;
  font-size: 2.4rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 31.2px;
  word-wrap: break-word;
}
div[id^=onglet-block] p {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  font-family: Poppins;
}
div[id^=onglet-block] ul li {
  font-family: Poppins;
  line-height: normal;
}
div[id^=onglet-block] .button-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 768px) {
  div[id^=onglet-block] .button-container {
    justify-content: center;
  }
}
div[id^=onglet-block] .button-container .wp-block-button__link {
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  padding: 10px 20px;
  background-color: #FFFFFF;
  border: 1px solid #3274B5;
  border-left: none;
  color: #3274B5;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  border-radius: 0;
}
div[id^=onglet-block] .button-container .wp-block-button__link.actif {
  background-color: #3274B5;
  color: #FFFFFF;
}
div[id^=onglet-block] .button-container .wp-block-button__link.actif img {
  filter: brightness(0) invert(1);
}
div[id^=onglet-block] .button-container .wp-block-button__link:focus {
  outline: 4px solid #000000;
  z-index: 1;
}
div[id^=onglet-block] .button-container .wp-block-button__link:first-child {
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  border-left: 1px solid #3274B5;
}
div[id^=onglet-block] .button-container .wp-block-button__link:last-child {
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
div[id^=onglet-block] .button-container .wp-block-button__link:first-child {
  border-radius: 0%;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}
div[id^=onglet-block] .button-container .wp-block-button__link:last-child {
  border-radius: 0%;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  div[id^=onglet-block] .button-container .wp-block-button__link {
    flex-direction: column;
    height: 8.7rem;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  div[id^=onglet-block] .button-container .wp-block-button__link {
    flex-direction: column;
    height: 5.6rem;
  }
}
div[id^=onglet-block] section[id^=section-onglet] {
  text-align: left;
}
@media (min-width: 0px) and (max-width: 990px) {
  div[id^=onglet-block] section[id^=section-onglet] {
    padding-top: 4rem;
    margin-bottom: 0;
  }
}
div[id^=onglet-block] section[id^=section-onglet] .wp-block-group__inner-container {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
div[id^=onglet-block] section[id^=section-onglet] a {
  color: #3274B5;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  line-height: 25.6px;
  word-wrap: break-word;
  text-decoration: underline;
  text-underline-offset: 0.7rem;
  text-decoration-thickness: 0.2rem;
}
div[id^=onglet-block] section[id^=section-onglet] a.wp-block-file__button {
  color: #FFFFFF;
  text-decoration: none;
}

main > .entete-block:first-child, main > .entete-block.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > .entete-block:last-child {
  margin-bottom: -8rem;
}

.entete-block {
  margin-bottom: 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
.entete-block:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .entete-block:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .entete-block {
    flex-direction: column-reverse;
    padding-bottom: 4rem;
  }
}
.entete-block h2 {
  margin: 0;
}
.entete-block ul {
  padding: 0;
}
.entete-block ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 2.4rem;
  gap: 4rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  .entete-block ul li {
    flex-direction: column;
  }
}
.entete-block ul li:first-child {
  padding-top: 4.1rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  .entete-block ul li .list-img img.icon {
    padding-bottom: 3.2rem;
    padding-right: 0;
  }
}
.entete-block ul li .list-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 990px) {
  .entete-block ul li .list-content {
    justify-content: center;
    align-items: center;
  }
}
.entete-block ul li .list-content h3 {
  margin: 0;
}
@media (min-width: 0px) and (max-width: 990px) {
  .entete-block ul li .list-content h3 {
    text-align: center;
  }
}
.entete-block ul li .list-content p {
  margin: 0;
}
.entete-block ul ul li {
  margin-left: 4.8rem;
  position: relative;
}
@media (min-width: 0px) and (max-width: 990px) {
  .entete-block ul ul li {
    margin-left: 0;
  }
}
.entete-block ul ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #182f43;
  border-radius: 50%;
  position: absolute;
  left: -2.4rem;
}
.entete-block a {
  text-decoration: underline !important;
}
.entete-block a.wp-element-button {
  text-decoration: none !important;
  background-color: #52763D;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
}
.entete-block a.wp-element-button:hover {
  background-color: #415A30;
}
.entete-block a.wp-element-button #more-pictures {
  cursor: pointer;
  border: none;
}
@media (min-width: 0px) and (max-width: 990px) {
  .entete-block .column-1 {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .entete-block .column-2 {
    padding-top: 4rem;
  }
}
.entete-block .column-2 figure img {
  width: 100% !important;
}

main > .adaptive-block:first-child, main > .adaptive-block.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > .adaptive-block:last-child {
  margin-bottom: -8rem;
}

.adaptive-block {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.4rem;
}
.adaptive-block:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .adaptive-block:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .adaptive-block {
    padding-bottom: 4rem;
    flex-direction: column;
  }
}
.adaptive-block .content {
  position: relative;
  width: 100%;
}
.adaptive-block .content .image {
  float: right;
  margin: 0 0 2rem 5rem;
  max-width: 50%;
}
@media (min-width: 0px) and (max-width: 990px) {
  .adaptive-block .content .image {
    width: 100%;
    max-width: 100%;
  }
}
.adaptive-block .content .image img {
  height: 50rem;
  width: 100%;
  object-fit: contain;
}
.adaptive-block .content a {
  text-decoration: underline !important;
}
.adaptive-block .content a.wp-element-button {
  text-decoration: none !important;
  background-color: #52763D;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
  padding: 1rem 1.6rem;
}
.adaptive-block .content a.wp-element-button:hover {
  background-color: #415A30;
}
.adaptive-block .content a.wp-element-button #more-pictures {
  cursor: pointer;
  border: none;
}
.adaptive-block .content .div-btn {
  display: flex;
  gap: 2.4rem;
  width: fit-content;
  position: relative;
}
@media (min-width: 0px) and (max-width: 460px) {
  .adaptive-block .content .div-btn {
    flex-direction: column;
  }
}
.adaptive-block .content .div-btn .share-box {
  left: auto;
  right: -1rem;
}
.adaptive-block .content .div-btn label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.adaptive-block .content .div-btn .select {
  position: relative;
  width: 28rem;
}
.adaptive-block .content .div-btn .select::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 13px;
  height: 13px;
  border-bottom: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  transform: rotate(45deg);
  right: 2rem;
  top: 27%;
  pointer-events: none;
}
.adaptive-block .content .div-btn select {
  cursor: pointer;
  appearance: none;
  background-color: #52763D;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
  width: 100%;
}
.adaptive-block .content .div-btn select:hover {
  background-color: #415A30;
}
.adaptive-block .content .div-btn select #more-pictures {
  cursor: pointer;
  border: none;
}
.adaptive-block .content .custom-share-buttons {
  width: max-content;
  bottom: 5rem;
  top: auto;
}
.adaptive-block .content .custom-share-buttons a {
  text-decoration: none !important;
}
.adaptive-block .content .download-share-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
}
.adaptive-block .content .download-share-btn p {
  padding: 0;
  margin: 0;
}
.adaptive-block .content .event-panel {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
}
.adaptive-block .content .event-panel p {
  margin: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .adaptive-block .content .event-panel p {
    font-size: 1.2rem;
  }
}
.adaptive-block .content .event-panel .date-event {
  font-size: 2.4rem;
  background-color: #F7F7F4;
  border-radius: 8px;
  border: 1px solid #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  height: fit-content;
  flex-direction: column;
}
.adaptive-block .content .event-panel .date-event .date-of-event {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.adaptive-block .content .event-panel .date-event .day {
  color: #3274B5;
  font-family: Poppins;
  font-size: 1em;
  padding: 0.2em 0.7em;
  width: 1.2em;
  text-align: center;
}
.adaptive-block .content .event-panel .date-event .hour {
  color: #3274B5;
  font-size: 0.5em;
  font-family: Poppins;
  padding: 0.5em;
  width: calc(100% - 1em);
  text-align: center;
  white-space: nowrap;
}
.adaptive-block .content .event-panel .date-event .article,
.adaptive-block .content .event-panel .date-event .month-year {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #3274B5;
  font-size: 0.5em;
  font-family: Poppins;
  padding: 0.2em;
}
.adaptive-block .content .event-panel .date-event .article {
  width: 1.8em;
  transform: translate(1em, 0);
}
.adaptive-block .content .event-panel .date-event .month-year {
  padding-left: 0;
  padding-right: 1.5em;
}
.adaptive-block .content .event-panel .date-event .separated {
  border-top: 1px solid #3274B5;
}
@media (min-width: 0px) and (max-width: 990px) {
  .adaptive-block .content {
    width: 100%;
  }
}
.adaptive-block .content h2 {
  margin-top: 0;
}
.adaptive-block .content h2.event-title {
  font-size: 5.4rem;
}
.adaptive-block.right .content .image {
  float: left;
  margin: 0 5rem 2rem 0;
}

main > .trombinoscope:first-child, main > .trombinoscope.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > .trombinoscope:last-child {
  margin-bottom: -8rem;
}

.trombinoscope {
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.trombinoscope:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .trombinoscope:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .trombinoscope {
    padding-bottom: 4rem;
  }
}
.trombinoscope .trombinoscope-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 990px) {
  .trombinoscope .trombinoscope-content {
    flex-direction: column;
  }
}
.trombinoscope .trombinoscope-content p {
  display: flex;
  justify-content: flex-end;
}
.trombinoscope h2 {
  color: #182F43;
  font-size: 3.8rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 52px;
  word-wrap: break-word;
}
@media (min-width: 0px) and (max-width: 990px) {
  .trombinoscope h2 {
    align-self: center;
    text-align: center;
    margin-bottom: 4rem;
  }
}
.trombinoscope .trombinoscope-list {
  display: grid;
  list-style: none;
  padding: 0;
  column-gap: 2.4rem;
  width: 100%;
  grid-template-columns: repeat(4, 1fr) !important;
}
@media (min-width: 990px) and (max-width: 1280px) {
  .trombinoscope .trombinoscope-list {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .trombinoscope .trombinoscope-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .trombinoscope .trombinoscope-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.trombinoscope .trombinoscope-list .trombinoscope-card {
  text-align: left;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
.trombinoscope .trombinoscope-list .trombinoscope-card .trombinoscope-details {
  padding: 2.4rem;
  padding-left: 0;
}
.trombinoscope .trombinoscope-list .trombinoscope-card .trombinoscope-details h3 {
  color: #182F43;
  font-size: 2.4rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 31.2px;
  word-wrap: break-word;
  margin: 0;
}
.trombinoscope .trombinoscope-list .trombinoscope-card .trombinoscope-details .trombinoscope-poste {
  font-weight: 700;
}
.trombinoscope .trombinoscope-list .trombinoscope-card .trombinoscope-details p {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  font-family: Poppins;
}
.trombinoscope .trombinoscope-list .trombinoscope-card .trombinoscope-image {
  width: auto;
  border-radius: 0.8rem;
}
.trombinoscope .trombinoscope-list .trombinoscope-card .trombinoscope-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.8rem;
  aspect-ratio: 0.7;
}

main > .download-block:first-child, main > .download-block.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > .download-block:last-child {
  margin-bottom: -8rem;
}

.download-block {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}
.download-block:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .download-block:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .download-block {
    padding-bottom: 4rem;
  }
}
.download-block h2 {
  margin-top: 0;
}
@media (min-width: 0px) and (max-width: 990px) {
  .download-block h2 {
    text-align: center;
  }
}
.download-block span {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  font-size: 1.6rem;
}
.download-block a {
  font-size: 1.6rem;
}

main > .video-block:first-child, main > .video-block.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > .video-block:last-child {
  margin-bottom: -8rem;
}

.video-block {
  padding: 8rem 0;
  position: relative;
  z-index: 1;
}
.video-block:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .video-block:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
.video-block h2 {
  margin-top: 0;
}
@media (min-width: 0px) and (max-width: 990px) {
  .video-block h2 {
    text-align: center;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .video-block {
    padding-bottom: 4rem;
  }
}
.video-block a {
  font-size: 1.6rem;
}
.video-block figure {
  text-align: center;
}
.video-block figure video {
  width: 60%;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .video-block figure video {
    width: 90%;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .video-block figure video {
    width: 100%;
  }
}

main > .schema-block:first-child, main > .schema-block.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > .schema-block:last-child {
  margin-bottom: -8rem;
}

.schema-block {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.schema-block:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .schema-block:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
.schema-block h2 {
  margin-top: 0;
}
@media (min-width: 0px) and (max-width: 990px) {
  .schema-block h2 {
    text-align: center;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .schema-block {
    padding-bottom: 4rem;
  }
}
.schema-block a {
  padding-top: 2.4rem;
  font-size: 1.6rem;
  align-self: center;
}
.schema-block img {
  width: 80%;
  height: auto;
  object-fit: cover;
  align-self: center;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .schema-block img {
    width: 90%;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .schema-block img {
    width: 100%;
  }
}

main > .section-image-block:first-child, main > .section-image-block.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > .section-image-block:last-child {
  margin-bottom: -8rem;
}

.section-image-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
.section-image-block.image-block-top {
  padding-bottom: 0rem;
}
.section-image-block.image-block-middle {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.section-image-block.image-block-bottom {
  padding-top: 0rem;
}
.section-image-block #more-pictures {
  cursor: pointer;
  border: none;
}
.section-image-block:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-image-block:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
.section-image-block h2 {
  margin: 0;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-image-block h2 {
    text-align: center;
  }
}
.section-image-block .grid-image-city {
  width: 100%;
  height: 630px;
  margin: 4.8rem 0 7.8rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 50% 50%;
  gap: 30px;
}
.section-image-block .grid-image-city img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.section-image-block .grid-image-city .portrait {
  grid-column: 1;
  grid-row: 1/span 2;
  width: 100%;
  height: 100%;
}
.section-image-block .grid-image-city .square-mid {
  width: 100%;
  height: 100%;
}
.section-image-block .grid-image-city .landscape {
  grid-column: 2/span 2;
  grid-row: 2;
  width: 100%;
  height: 100%;
}
.section-image-block .grid-image-city .right {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100% 100%;
  gap: 2.5%;
}
.section-image-block .grid-image-city .square-right {
  width: 100%;
  height: 100%;
}
.section-image-block .cta-button {
  background-color: #52763D;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
}
.section-image-block .cta-button:hover {
  background-color: #415A30;
}
.section-image-block .cta-button #more-pictures {
  cursor: pointer;
  border: none;
}

@media (min-width: 0px) and (max-width: 990px) {
  .section-image-block .grid-image-city {
    height: 830px;
    margin: 2.5rem 0 5.5rem 0;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 25% 25% 25% 25%;
    gap: 12px;
  }
  .section-image-block .grid-image-city .portrait {
    grid-row: 1;
  }
  .section-image-block .grid-image-city .square-mid.i2 {
    grid-column: span 2;
  }
  .section-image-block .grid-image-city .square-mid.i3 {
    grid-column: span 3;
  }
  .section-image-block .grid-image-city .landscape {
    grid-column: 1/span 2;
    grid-row: 3;
  }
  .section-image-block .grid-image-city .square-right.i6 {
    grid-column: span 3;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .section-image-block .grid-image-city {
    height: 630px;
  }
}
main > .images-block:first-child, main > .images-block.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > .images-block:last-child {
  margin-bottom: -8rem;
}

.images-block {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
.images-block[class^=wp-container-] {
  flex-direction: initial !important;
}
.images-block h2 {
  margin-bottom: 4rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  .images-block h2 {
    text-align: center;
  }
}
.images-block figure figure {
  height: auto;
}
.images-block figure figcaption strong {
  font-family: Calibri;
  font-weight: bold;
}
.images-block:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .images-block:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .images-block {
    padding-bottom: 4rem;
  }
}

main > section.liste-balades:first-child, main > section.liste-balades.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > section.liste-balades:last-child {
  margin-bottom: -8rem;
}

.liste-balades {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  z-index: 1;
}
.liste-balades:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .liste-balades:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
.liste-balades h2 {
  display: flex;
  align-self: center;
  margin: 0;
}
.liste-balades .balade {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2.4rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  .liste-balades .balade {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.liste-balades .balade .balade-img {
  height: 100%;
}
.liste-balades .balade .balade-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.6rem;
}
.liste-balades .balade .balade-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.liste-balades .balade .balade-content h3 {
  margin: 0;
}
.liste-balades .balade .balade-content h3 a {
  color: #182F43;
  font-size: 2.4rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 31.2px;
  word-wrap: break-word;
  text-decoration: none;
}
.liste-balades .balade .balade-content h3 a:hover {
  text-decoration: underline;
}
.liste-balades .balade .balade-content p {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  font-family: Poppins;
}
.liste-balades .balade .balade-content p.badge {
  border-radius: 8px;
  background: var(--background-light-bg, #F7F7F4);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: fit-content;
  padding: 0.8rem 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  font-family: Calibri;
  font-weight: 700;
}

main > .two-cards:first-child, main > .two-cards.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > .two-cards:last-child {
  margin-bottom: -8rem;
}

.two-cards {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
.two-cards:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .two-cards:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
.two-cards h2 {
  margin: 0;
  margin-bottom: 4.8rem;
}

main > .archive-publication:first-child, main > .archive-publication.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > .archive-publication:last-child {
  margin-bottom: -8rem;
}

.archive-publication {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}
@media (min-width: 0px) and (max-width: 990px) {
  .archive-publication {
    padding: 6rem 2.4rem;
  }
}
.archive-publication:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .archive-publication:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
.archive-publication h2 {
  color: #182F43;
  font-size: 3.8rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 52px;
  word-wrap: break-word;
  margin: 0;
}
.archive-publication .publication-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 4rem;
  padding-bottom: 5.8rem;
  column-gap: 3rem;
  row-gap: 3.9rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  .archive-publication .publication-cards {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 5.1rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .archive-publication .publication-cards {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.archive-publication .publication-cards .card {
  background-color: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
.archive-publication .publication-cards .card .card-desc {
  padding: 2.4rem;
}
.archive-publication .publication-cards .card .card-desc iframe {
  width: 100%;
}
.archive-publication .publication-cards .card .card-img {
  position: relative;
}
.archive-publication .publication-cards .card .card-img .date-event {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
}
.archive-publication .publication-cards .card .card-img .date-event .date-of-event {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.archive-publication .publication-cards .card .card-img .date-event .day {
  color: #3274B5;
  font-family: Poppins;
  font-size: 1em;
  padding: 0.2em 0.7em;
  width: 1.2em;
  text-align: center;
}
.archive-publication .publication-cards .card .card-img .date-event .hour {
  color: #3274B5;
  font-size: 0.7em;
  font-family: Poppins;
  padding: 0.2em 0.5em;
  width: calc(100% - 1em);
  text-align: center;
  white-space: nowrap;
}
.archive-publication .publication-cards .card .card-img .date-event .article,
.archive-publication .publication-cards .card .card-img .date-event .month-year {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #3274B5;
  font-size: 0.5em;
  font-family: Poppins;
  padding: 0.2em;
}
.archive-publication .publication-cards .card .card-img .date-event .article {
  width: 1.8em;
  transform: translate(1em, 0);
}
.archive-publication .publication-cards .card .card-img .date-event .month-year {
  padding-left: 0;
  padding-right: 1.5em;
}
.archive-publication .publication-cards .card .card-img .date-event .separated {
  border-top: 1px solid #3274B5;
}
.archive-publication .publication-cards .card .card-img img {
  width: 100%;
  height: auto;
  height: 15rem;
  max-height: 15rem;
  object-fit: cover;
}
.archive-publication .publication-cards .card .card-img img.historic {
  height: 30rem;
  max-height: 30rem;
}
.archive-publication .publication-cards .card h3 {
  color: #182F43;
  font-size: 2.4rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 31.2px;
  word-wrap: break-word;
  margin: 0;
}
.archive-publication .publication-cards .card p {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  font-family: Poppins;
}
.archive-publication .publication-cards .card .read-more {
  color: #3274B5;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  line-height: 25.6px;
  word-wrap: break-word;
  text-decoration: underline;
  text-underline-offset: 0.7rem;
  text-decoration-thickness: 0.2rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  .archive-publication .publication-cards .card {
    box-shadow: none;
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .archive-publication .publication-cards .card {
    width: calc(50% - 2.4rem);
    height: auto;
  }
}

main > .archive-evenements:first-child, main > .archive-evenements.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > .archive-evenements:last-child {
  margin-bottom: -8rem;
}

.archive-evenements {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}
@media (min-width: 0px) and (max-width: 990px) {
  .archive-evenements {
    padding: 6rem 2.4rem;
  }
}
.archive-evenements:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .archive-evenements:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
.archive-evenements h2 {
  color: #182F43;
  font-size: 3.8rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 52px;
  word-wrap: break-word;
  margin: 0;
}
.archive-evenements .cards-evenements {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 4rem;
  padding-bottom: 5.8rem;
  column-gap: 3rem;
  row-gap: 3.9rem;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .archive-evenements .cards-evenements {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .archive-evenements .cards-evenements {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .archive-evenements .cards-evenements {
    grid-template-columns: repeat(1, 1fr);
  }
}
.archive-evenements .cards-evenements .card {
  background-color: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
.archive-evenements .cards-evenements .card .card-desc {
  padding: 2.4rem;
}
.archive-evenements .cards-evenements .card .card-desc iframe {
  width: 100%;
}
.archive-evenements .cards-evenements .card .card-img {
  position: relative;
}
.archive-evenements .cards-evenements .card .card-img .date-event {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
}
.archive-evenements .cards-evenements .card .card-img .date-event .date-of-event {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.archive-evenements .cards-evenements .card .card-img .date-event .day {
  color: #3274B5;
  font-family: Poppins;
  font-size: 1em;
  padding: 0.2em 0.7em;
  width: 1.2em;
  text-align: center;
}
.archive-evenements .cards-evenements .card .card-img .date-event .hour {
  color: #3274B5;
  font-size: 0.7em;
  font-family: Poppins;
  padding: 0.2em 0.5em;
  width: calc(100% - 1em);
  text-align: center;
  white-space: nowrap;
}
.archive-evenements .cards-evenements .card .card-img .date-event .article,
.archive-evenements .cards-evenements .card .card-img .date-event .month-year {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #3274B5;
  font-size: 0.5em;
  font-family: Poppins;
  padding: 0.2em;
}
.archive-evenements .cards-evenements .card .card-img .date-event .article {
  width: 1.8em;
  transform: translate(1em, 0);
}
.archive-evenements .cards-evenements .card .card-img .date-event .month-year {
  padding-left: 0;
  padding-right: 1.5em;
}
.archive-evenements .cards-evenements .card .card-img .date-event .separated {
  border-top: 1px solid #3274B5;
}
.archive-evenements .cards-evenements .card .card-img img {
  width: 100%;
  height: auto;
  height: 15rem;
  max-height: 15rem;
  object-fit: cover;
}
.archive-evenements .cards-evenements .card .card-img img.historic {
  height: 30rem;
  max-height: 30rem;
}
.archive-evenements .cards-evenements .card h3 {
  color: #182F43;
  font-size: 2.4rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 31.2px;
  word-wrap: break-word;
  margin: 0;
}
.archive-evenements .cards-evenements .card p {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  font-family: Poppins;
}
.archive-evenements .cards-evenements .card .read-more {
  color: #3274B5;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  line-height: 25.6px;
  word-wrap: break-word;
  text-decoration: underline;
  text-underline-offset: 0.7rem;
  text-decoration-thickness: 0.2rem;
}
.archive-evenements .cards-evenements .card p {
  font-family: Poppins;
}
.archive-evenements .cards-evenements .card p.type-event {
  padding-top: 0;
  font-size: 1.4rem !important;
}
@media (min-width: 0px) and (max-width: 990px) {
  .archive-evenements .cards-evenements .card {
    box-shadow: none;
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .archive-evenements .cards-evenements .card {
    width: 100%;
    height: auto;
  }
}
.archive-evenements .cards-evenements .card .card-img {
  position: relative;
}
.archive-evenements .cards-evenements .card .card-img .date-event {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
}
.archive-evenements .cards-evenements .card .card-img .date-event .date-of-event {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.archive-evenements .cards-evenements .card .card-img .date-event .day {
  color: #3274B5;
  font-family: Poppins;
  font-size: 1em;
  padding: 0.2em 0.7em;
  width: 1.2em;
  text-align: center;
}
.archive-evenements .cards-evenements .card .card-img .date-event .hour {
  color: #3274B5;
  font-size: 0.7em;
  font-family: Poppins;
  padding: 0.2em 0.5em;
  width: calc(100% - 1em);
  text-align: center;
  white-space: nowrap;
}
.archive-evenements .cards-evenements .card .card-img .date-event .article,
.archive-evenements .cards-evenements .card .card-img .date-event .month-year {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #3274B5;
  font-size: 0.5em;
  font-family: Poppins;
  padding: 0.2em;
}
.archive-evenements .cards-evenements .card .card-img .date-event .article {
  width: 1.8em;
  transform: translate(1em, 0);
}
.archive-evenements .cards-evenements .card .card-img .date-event .month-year {
  padding-left: 0;
  padding-right: 1.5em;
}
.archive-evenements .cards-evenements .card .card-img .date-event .separated {
  border-top: 1px solid #3274B5;
}

.listeEvent .content .share-div {
  position: relative;
}
.listeEvent .content .share-div .share-box {
  width: auto;
}
.listeEvent .content .share-div a {
  text-decoration: none;
}

main > section.event-list:first-child, main > section.event-list.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > section.event-list:last-child {
  margin-bottom: -8rem;
}

section.event-list {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  position: relative;
  z-index: 1;
}
section.event-list:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.event-list:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
section.event-list .cta-button {
  background-color: #52763D;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
}
section.event-list .cta-button:hover {
  background-color: #415A30;
}
section.event-list .cta-button #more-pictures {
  cursor: pointer;
  border: none;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.event-list .cta-button {
    width: 21rem;
    font-size: 1.6rem;
  }
}
section.event-list .onglets-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5.6rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.event-list .onglets-title {
    flex-direction: column;
  }
}
section.event-list .onglets-title h2 {
  color: #182F43;
  font-size: 3.8rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 52px;
  word-wrap: break-word;
  margin: 0;
}
section.event-list .onglets-title .onglets {
  display: flex;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.event-list .onglets-title .onglets {
    margin-top: 2.5rem;
    width: 100%;
    overflow-x: auto;
  }
}
section.event-list .onglets-title .onglets .onglet {
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  padding: 10px 20px;
  background-color: #FFFFFF;
  border: 1px solid #3274B5;
  border-left: none;
  color: #3274B5;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
section.event-list .onglets-title .onglets .onglet.actif {
  background-color: #3274B5;
  color: #FFFFFF;
}
section.event-list .onglets-title .onglets .onglet.actif img {
  filter: brightness(0) invert(1);
}
section.event-list .onglets-title .onglets .onglet:focus {
  outline: 4px solid #000000;
  z-index: 1;
}
section.event-list .onglets-title .onglets .onglet:first-child {
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  border-left: 1px solid #3274B5;
}
section.event-list .onglets-title .onglets .onglet:last-child {
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  section.event-list .onglets-title .onglets .onglet {
    flex-direction: column;
    height: 8.7rem;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  section.event-list .onglets-title .onglets .onglet {
    flex-direction: column;
    height: 5.6rem;
  }
}
section.event-list .cards-events {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  z-index: 1;
}
section.event-list .cards-events:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.event-list .cards-events:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  section.event-list .cards-events {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  section.event-list .cards-events {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
section.event-list .cards-events .event {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2.4rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.event-list .cards-events .event {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    width: 100%;
  }
}
section.event-list .cards-events .event .event-img {
  height: 100%;
}
section.event-list .cards-events .event .event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.6rem;
}
section.event-list .cards-events .event .event-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 2.4rem;
}
section.event-list .cards-events .event .event-content .event-date {
  margin: 0;
}
section.event-list .cards-events .event .event-content .event-tag-title {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.event-list .cards-events .event .event-content .event-tag-title {
    position: relative;
  }
}
section.event-list .cards-events .event .event-content .event-tag-title .title-share {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.event-list .cards-events .event .event-content .event-tag-title .title-share {
    flex-direction: column;
    align-items: flex-end;
  }
}
section.event-list .cards-events .event .event-content .event-tag-title .title-share .share-div {
  position: relative;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.event-list .cards-events .event .event-content .event-tag-title .title-share .share-div {
    margin-right: 2.4rem;
  }
}
section.event-list .cards-events .event .event-content .event-tag-title .title-share .share-div .share-box a {
  text-decoration: none;
}
section.event-list .cards-events .event .event-content .event-tag-title .event-tags {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1.6rem;
}
section.event-list .cards-events .event .event-content .event-tag-title .event-tags .tag {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-family: Calibri;
  font-weight: 400;
  line-height: 25.6px;
  background-color: #E4007F;
  padding: 0.8rem;
  border-radius: 4rem;
  width: fit-content;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.event-list .cards-events .event .event-content .event-tag-title .event-tags .tag {
    position: absolute;
    bottom: 0;
  }
}
section.event-list .cards-events .event .event-content h3 {
  margin: 0;
  word-break: break-all;
}
@media (min-width: 0px) and (max-width: 990px) {
  section.event-list .cards-events .event .event-content h3 {
    margin-bottom: 1rem;
    width: calc(100vw - 4.8rem);
  }
}
section.event-list .cards-events .event .event-content p {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  font-family: Poppins;
}
section.event-list .cards-events .event .event-content p.badge {
  border-radius: 8px;
  background: var(--background-light-bg, #F7F7F4);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: fit-content;
  padding: 0.8rem 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  font-family: Calibri;
  font-weight: 700;
}
section.event-list .aucune-publication-message {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
}

.iframe-MB {
  border: 0;
  width: 1200px;
  height: 675px;
}

.share-btn {
  background-color: #52763D;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  border: none;
  cursor: pointer;
}
.share-btn:hover {
  background-color: #415A30;
}
.share-btn #more-pictures {
  cursor: pointer;
  border: none;
}
.share-btn img {
  margin-left: 0.8rem;
  height: auto;
  width: 1.6rem;
}

.hidden {
  display: none;
}

.share-box {
  position: absolute;
  width: 103%;
  z-index: 10;
  top: -5rem;
  left: -1.2rem;
  border: none;
  border-radius: 0.8rem;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  padding: 10px;
  background-color: #FFFFFF;
}
.share-box .fb {
  height: 12px;
}
.share-box img {
  background-color: #F7F7F4;
  border-radius: 40%;
  padding: 0.6rem;
  cursor: pointer;
  height: auto;
  width: 1.2rem;
  vertical-align: middle;
}

section.newsletter-profil-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.newsletter-profil-form .tnp-form.tnp-profile {
  font-family: Poppins;
}
section.newsletter-profil-form .tnp-form.tnp-profile input.tnp-submit {
  background-color: #52763D;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
  cursor: pointer;
  margin-top: 4rem;
}
section.newsletter-profil-form .tnp-form.tnp-profile input.tnp-submit:hover {
  background-color: #415A30;
}
section.newsletter-profil-form .tnp-form.tnp-profile input.tnp-submit #more-pictures {
  cursor: pointer;
  border: none;
}

.dynamic-pagination {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.dynamic-pagination ul#page-number {
  display: flex;
  gap: 0.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dynamic-pagination li {
  width: 30px;
  height: 30px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  color: #3274B5;
  font-family: Poppins;
  font-weight: 300;
  font-size: 1.6rem;
}
.dynamic-pagination li span.current-page {
  font-weight: bold;
}
.dynamic-pagination .next, .dynamic-pagination .prev {
  display: flex;
  border: 2px solid #3274B5;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  padding: 1.3rem;
  cursor: pointer;
}
.dynamic-pagination .next img, .dynamic-pagination .prev img {
  width: 15px;
  height: 15px;
  text-align: center;
  color: #4C85BE;
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  word-wrap: break-word;
}

main > .archive-actualites:first-child, main > .archive-actualites.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > .archive-actualites:last-child {
  margin-bottom: -8rem;
}

.archive-actualites {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}
@media (min-width: 0px) and (max-width: 990px) {
  .archive-actualites {
    padding: 6rem 2.4rem;
  }
}
.archive-actualites:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .archive-actualites:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
.archive-actualites h2 {
  color: #182F43;
  font-size: 3.8rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 52px;
  word-wrap: break-word;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 990px) {
  .archive-actualites h2 {
    width: 90%;
  }
}
.archive-actualites .actualites {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 4.8rem;
  padding-bottom: 5.8rem;
  column-gap: 3rem;
  row-gap: 3.9rem;
}
@media (min-width: 990px) and (max-width: 1280px) {
  .archive-actualites .actualites {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .archive-actualites .actualites {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 5.1rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .archive-actualites .actualites {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.archive-actualites .actualites .card {
  background-color: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
.archive-actualites .actualites .card .card-desc {
  padding: 2.4rem;
}
.archive-actualites .actualites .card .card-desc iframe {
  width: 100%;
}
.archive-actualites .actualites .card .card-img {
  position: relative;
}
.archive-actualites .actualites .card .card-img .date-event {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
}
.archive-actualites .actualites .card .card-img .date-event .date-of-event {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.archive-actualites .actualites .card .card-img .date-event .day {
  color: #3274B5;
  font-family: Poppins;
  font-size: 1em;
  padding: 0.2em 0.7em;
  width: 1.2em;
  text-align: center;
}
.archive-actualites .actualites .card .card-img .date-event .hour {
  color: #3274B5;
  font-size: 0.7em;
  font-family: Poppins;
  padding: 0.2em 0.5em;
  width: calc(100% - 1em);
  text-align: center;
  white-space: nowrap;
}
.archive-actualites .actualites .card .card-img .date-event .article,
.archive-actualites .actualites .card .card-img .date-event .month-year {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #3274B5;
  font-size: 0.5em;
  font-family: Poppins;
  padding: 0.2em;
}
.archive-actualites .actualites .card .card-img .date-event .article {
  width: 1.8em;
  transform: translate(1em, 0);
}
.archive-actualites .actualites .card .card-img .date-event .month-year {
  padding-left: 0;
  padding-right: 1.5em;
}
.archive-actualites .actualites .card .card-img .date-event .separated {
  border-top: 1px solid #3274B5;
}
.archive-actualites .actualites .card .card-img img {
  width: 100%;
  height: auto;
  height: 15rem;
  max-height: 15rem;
  object-fit: cover;
}
.archive-actualites .actualites .card .card-img img.historic {
  height: 30rem;
  max-height: 30rem;
}
.archive-actualites .actualites .card h3 {
  color: #182F43;
  font-size: 2.4rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 31.2px;
  word-wrap: break-word;
  margin: 0;
}
.archive-actualites .actualites .card p {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  font-family: Poppins;
}
.archive-actualites .actualites .card .read-more {
  color: #3274B5;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  line-height: 25.6px;
  word-wrap: break-word;
  text-decoration: underline;
  text-underline-offset: 0.7rem;
  text-decoration-thickness: 0.2rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  .archive-actualites .actualites .card {
    box-shadow: none;
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .archive-actualites .actualites .card {
    width: calc(50% - 2.4rem);
    height: auto;
  }
}

main > .enTete:first-child, main > .enTete.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > .enTete:last-child {
  margin-bottom: -8rem;
}

main > .postesDispo:first-child, main > .postesDispo.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > .postesDispo:last-child {
  margin-bottom: -8rem;
}

.enTete h2, .enTete h3, .enTete p {
  padding: 0;
  margin: 0;
}
.enTete .container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .enTete .container {
    flex-direction: column-reverse;
  }
}
.enTete .container .left {
  padding: 0rem 0rem 6.5rem 9.6rem;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .enTete .container .left {
    width: fit-content;
    align-items: center;
    padding: 0 2.4rem 8rem 2.4rem;
  }
}
.enTete .container .left h2 {
  margin-bottom: 1.6rem;
  font-size: 5.4rem;
  line-height: 6rem;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .enTete .container .left h2 {
    font-size: 3.6rem;
    line-height: 5rem;
  }
}
.enTete .container .left h3 {
  font-size: 3.8rem;
  line-height: 5.2rem;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .enTete .container .left h3 {
    width: 50%;
    text-align: center;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.enTete .container .left .job {
  margin-top: 4rem;
  display: flex;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .enTete .container .left .job {
    flex-direction: column;
    align-items: center;
  }
}
.enTete .container .left .job .job-details {
  margin-left: 2.4rem;
}
.enTete .container .left .job .job-details h3 {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .enTete .container .left .job .job-details {
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.enTete .container .right {
  display: flex;
  align-content: center;
  padding: 0rem 9.6rem 0.5rem 0;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .enTete .container .right {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
  }
}
.enTete .container .right img {
  width: 100%;
}
@media (min-width: 990px) and (max-width: 1280px) {
  .enTete .container .right img {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .enTete .container .right img {
    width: 70%;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .enTete .container .right img {
    width: 100%;
  }
}

.postesDispo {
  display: flex;
  flex-direction: column;
  background-color: #F7F7F4;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}
@media (min-width: 0px) and (max-width: 990px) {
  .postesDispo {
    padding: 6rem 2.4rem;
  }
}
.postesDispo:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .postesDispo:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
.postesDispo .postuler-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .postesDispo .postuler-title {
    flex-direction: column;
    justify-content: center;
  }
  .postesDispo .postuler-title a {
    margin-top: 2.4rem;
  }
}
.postesDispo .postuler-title h2 {
  color: #182F43;
  font-size: 3.8rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 52px;
  word-wrap: break-word;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .postesDispo .postuler-title h2 {
    text-align: center;
  }
}
.postesDispo .filter {
  width: 100%;
  margin-top: 4rem;
}
.postesDispo .filter form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .postesDispo .filter form {
    align-items: center;
    flex-direction: column;
  }
}
.postesDispo .filter form .input {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 990px) {
  .postesDispo .filter form .input {
    flex-direction: column;
  }
}
.postesDispo .filter form .input .element {
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  width: 30%;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .postesDispo .filter form .input .element {
    width: 100%;
  }
}
.postesDispo .filter form .input .element label {
  color: #383838;
  font-size: 1.4rem;
  font-family: Poppins;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
}
.postesDispo .filter form .input .element input, .postesDispo .filter form .input .element select {
  border-radius: 0.8rem;
  border: 1px solid var(--main-borderBlue);
  margin-top: 1rem;
  color: #000000;
  font-size: 14px;
  font-family: Arial;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
}
.postesDispo .filter form .input .element select {
  padding: 0.3rem 1.5rem;
  cursor: pointer;
  appearance: none;
}
@media (min-width: 0px) and (max-width: 990px) {
  .postesDispo .filter form .input .element {
    margin-top: 2rem;
  }
}
.postesDispo .filter form .input .element .date {
  padding: 0.2rem 1.6rem;
}
.postesDispo .filter form .input .element .name {
  padding: 0.3rem 1.6rem;
}
.postesDispo .filter form .input .multiselect {
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  width: 30%;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .postesDispo .filter form .input .multiselect {
    width: 100%;
    margin-top: 2rem;
  }
}
.postesDispo .filter form .input .multiselect label {
  color: #383838;
  font-size: 1.4rem;
  font-family: Poppins;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .postesDispo .filter form .input .multiselect label {
    white-space: nowrap;
  }
}
.postesDispo .filter form .input .multiselect .selectBox {
  position: relative;
  border-radius: 0.8rem;
  border: 1px solid var(--main-borderBlue);
  margin-top: 1rem;
  color: var(#727272);
  font-size: 14px;
  font-family: Arial;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
  padding: 0.2rem 1.6rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  cursor: default;
  background-color: #FFFFFF;
}
.postesDispo .filter form .input .multiselect .overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0.8rem;
  background-color: white;
  z-index: -1;
}
.postesDispo .filter form .input .multiselect .closed {
  display: none;
  border: 1px #dadada solid;
}
.postesDispo .filter form .input .multiselect .opened {
  display: block;
}
.postesDispo .filter form .input .multiselect .checkbox-option {
  display: flex;
}
.postesDispo .filter form .input .multiselect #checkboxes {
  background-color: white;
  border-radius: 0.8rem;
  border: 1px solid var(--main-borderBlue);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: -0.1rem;
  position: absolute;
  bottom: -102px;
  width: calc(100% - 2px);
}
.postesDispo .filter form .input .multiselect #checkboxes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
.postesDispo .filter form .input .multiselect #checkboxes ul li {
  list-style: none;
  margin: 1px;
  padding: 0;
}
.postesDispo .filter form .input .multiselect #checkboxes [role=checkbox] {
  display: inline-block;
  padding: 4px 8px;
  cursor: pointer;
}
.postesDispo .filter form .input .multiselect #checkboxes [role=checkbox]::before {
  position: relative;
  top: 1px;
  left: -4px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' style='forced-color-adjust: auto;'%3E%3Crect x='2' y='2' height='13' width='13' rx='2' stroke='currentcolor' stroke-width='1' fill-opacity='0' /%3E%3C/svg%3E");
}
.postesDispo .filter form .input .multiselect #checkboxes [role=checkbox][aria-checked=true]::before {
  position: relative;
  top: 1px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' style='forced-color-adjust: auto;'%3E%3Crect x='2' y='2' height='13' width='13' rx='2' stroke='currentcolor' stroke-width='1' fill-opacity='0' /%3E%3Cpolyline points='4,8 7,12 12,5' fill='none' stroke='currentcolor' stroke-width='2' /%3E%3C/svg%3E");
}
.postesDispo .filter form .input .multiselect #checkboxes [role=checkbox]:focus, .postesDispo .filter form .input .multiselect #checkboxes [role=checkbox]:hover {
  padding: 2px 6px;
  border: 2px solid #005a9c;
  border-radius: 5px;
  background-color: #def;
}
.postesDispo .filter form .input .multiselect #checkboxes [role=checkbox]:hover {
  cursor: pointer;
}
@media (min-width: 990px) and (max-width: 1280px) {
  .postesDispo .filter form .input .multiselect #contract-dropdown {
    width: auto;
  }
}
.postesDispo .filter form .select {
  position: relative;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .postesDispo .filter form .select {
    margin-right: 0 !important;
  }
}
.postesDispo .filter form .select::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  right: 2rem;
  top: 65%;
  pointer-events: none;
}
.postesDispo .filter form .search {
  background-color: #52763D;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
  font-family: Poppins;
  font-weight: 500;
  border: none;
  padding: 0.75rem 1.6rem;
  height: fit-content;
  cursor: pointer;
}
.postesDispo .filter form .search:hover {
  background-color: #415A30;
}
.postesDispo .filter form .search #more-pictures {
  cursor: pointer;
  border: none;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .postesDispo .filter form .search {
    margin-top: 4rem;
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media (min-width: 990px) and (max-width: 1280px) {
  .postesDispo .filter form .search {
    width: 98%;
    margin-right: 2rem;
  }
}
@media (min-width: 1280px) and (max-width: 1920px) {
  .postesDispo .filter form .search {
    margin-right: 2rem;
  }
}
.postesDispo .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 4rem;
  padding-bottom: 5.8rem;
  column-gap: 3rem;
  row-gap: 3.9rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .postesDispo .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .postesDispo .content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.postesDispo .content .recrutements {
  border-right: 1px solid #DFDFDF;
  width: 17rem;
  background-color: #FFFFFF;
  gap: 0;
  justify-content: flex-start;
  width: auto;
  border: none;
  padding: 0;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  overflow: hidden;
}
.postesDispo .content .recrutements a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: auto;
  padding: 2.4rem;
}
.postesDispo .content .recrutements h3 {
  color: #182F43;
  font-size: 2.4rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 31.2px;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-align: left;
  margin: 0;
}
.postesDispo .content .recrutements img {
  width: 3.5rem;
  height: 3.2rem;
}
.postesDispo .content .recrutements .link a {
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 0.7rem;
  text-decoration-thickness: 0.2rem;
}
.postesDispo .content .recrutements img {
  width: 100%;
  height: 8.3rem;
  object-fit: cover;
}
.postesDispo .content .recrutements .base-img {
  padding: 1rem 0 0 0;
}
.postesDispo .content .recrutements .texte {
  width: -webkit-fill-available;
  padding: 0.8rem 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 270px;
  overflow: auto;
}
.postesDispo .content .recrutements .texte p {
  line-height: 2.1rem;
  letter-spacing: 0.07px;
  font-size: 1.4rem;
}
.postesDispo .content .recrutements .texte .top {
  display: flex;
  flex-direction: column;
}
.postesDispo .content .recrutements .texte .link {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.postesDispo .content .recrutements .texte .link .share-div {
  position: relative;
}
.postesDispo .content .recrutements .texte .link .share-div .share-btn {
  background-color: #52763D;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  border: none;
  cursor: pointer;
}
.postesDispo .content .recrutements .texte .link .share-div .share-btn:hover {
  background-color: #415A30;
}
.postesDispo .content .recrutements .texte .link .share-div .share-btn #more-pictures {
  cursor: pointer;
  border: none;
}
.postesDispo .content .recrutements .texte .link .share-div .share-btn img {
  margin-left: 0.8rem;
  height: auto;
  width: 1.6rem;
}
.postesDispo .content .recrutements .texte .link .share-div .hidden {
  display: none;
}
.postesDispo .content .recrutements .texte .link .share-div .share-box {
  position: absolute;
  width: 103%;
  z-index: 10;
  top: -5rem;
  left: -1.2rem;
  border: none;
  border-radius: 0.8rem;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  padding: 10px;
  background-color: #FFFFFF;
}
.postesDispo .content .recrutements .texte .link .share-div .share-box .fb {
  height: 12px;
}
.postesDispo .content .recrutements .texte .link .share-div .share-box img {
  background-color: #F7F7F4;
  border-radius: 40%;
  padding: 0.6rem;
  cursor: pointer;
  height: auto;
  width: 1.2rem;
  vertical-align: middle;
}
.postesDispo .content .recrutements .texte .link .share-div a {
  text-decoration: none;
}
.postesDispo .content .recrutements a {
  display: inline-block;
}
.postesDispo .content .recrutements #detail {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pagination {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.pagination span, .pagination a {
  width: 30px;
  height: 30px;
  padding: 5px;
  background: #FFFFFF;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  color: #3274B5;
  font-family: Poppins;
  font-weight: 300;
  font-size: 1.8rem;
}
.pagination span.current, .pagination a.current {
  border: 1px solid #3274B5;
  border-radius: 0.8rem;
}
.pagination a {
  text-decoration: none;
}
.pagination .next, .pagination .prev {
  display: flex;
  border: 1px solid #3274B5;
}
.pagination .next img, .pagination .prev img {
  width: 20px;
  height: 20px;
  text-align: center;
  color: #4C85BE;
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  word-wrap: break-word;
}

main > .unPoste:first-child, main > .unPoste.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > .unPoste:last-child {
  margin-bottom: -8rem;
}

.unPoste .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.unPoste .modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  padding: 20px;
  text-align: center;
  border-radius: 0.8rem;
}
.unPoste .modal .modal-content h3 {
  margin-bottom: 1rem;
}
.unPoste .modal .modal-content p {
  margin-bottom: 2rem;
}
.unPoste p {
  margin: 0;
}
.unPoste h2, .unPoste h3 {
  margin: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .unPoste .enTete {
    padding: 2.4rem 2.4rem 4rem 2.4rem;
  }
}
.unPoste .enTete img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  margin-bottom: 4rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .unPoste .enTete img {
    height: 100px;
  }
}
.unPoste .enTete h2 {
  text-align: center;
  font-size: 5.4rem;
  line-height: 6rem;
  padding-bottom: 8rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .unPoste .enTete h2 {
    line-height: 5rem;
    font-size: 3.6rem;
  }
}
.unPoste .content {
  background-color: #F7F7F4;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
.unPoste .content:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .unPoste .content:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .unPoste .content {
    padding: 6rem 2.4rem;
  }
}
.unPoste .content .top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 990px) {
  .unPoste .content .top {
    flex-direction: column;
  }
}
.unPoste .content .top .left {
  width: 62%;
}
@media (min-width: 0px) and (max-width: 990px) {
  .unPoste .content .top .left {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .unPoste .content .top .left h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.unPoste .content .top .left p {
  font-family: Calibri;
  margin: 0.8rem 0 0 0;
  font-weight: 700;
}
.unPoste .content .top .right {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 0px) and (max-width: 990px) {
  .unPoste .content .top .right {
    margin: 4rem 0 0 3rem;
    width: 40%;
    justify-content: flex-start;
  }
}
.unPoste .content .top .right .save a {
  display: flex;
  text-decoration: none;
  margin-right: 2.4rem;
}
.unPoste .content .top .right .save a:hover, .unPoste .content .top .right .save a:focus {
  text-decoration: underline;
}
.unPoste .content .top .right .save a img {
  padding-right: 8px;
}
.unPoste .content .top .right .share-div {
  position: relative;
}
.unPoste .content .top .right .share-div a {
  text-decoration: none;
}
.unPoste .content .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 990px) {
  .unPoste .content .bottom {
    flex-direction: column-reverse;
  }
}
.unPoste .content .bottom .left {
  display: flex;
  flex-direction: column;
  width: 62%;
}
@media (min-width: 0px) and (max-width: 990px) {
  .unPoste .content .bottom .left {
    width: 100%;
  }
}
.unPoste .content .bottom .left .texte {
  margin: 8rem 0 4rem 0;
}
.unPoste .content .bottom .left .texte .wp-block-heading {
  margin: 0 0 1.6rem 0;
}
.unPoste .content .bottom .left .texte p {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 30px;
}
.unPoste .content .bottom .left a {
  background-color: #52763D;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
  align-self: flex-start;
}
.unPoste .content .bottom .left a:hover {
  background-color: #415A30;
}
.unPoste .content .bottom .left a #more-pictures {
  cursor: pointer;
  border: none;
}
.unPoste .content .bottom .left a:hover, .unPoste .content .bottom .left a:focus {
  text-decoration: underline;
  text-underline-offset: 1px;
}
.unPoste .content .bottom .right {
  width: 30%;
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 0px) and (max-width: 990px) {
  .unPoste .content .bottom .right {
    width: 100%;
  }
}
.unPoste .content .bottom .right h3 {
  color: #383838;
  margin-bottom: 8px;
}
.unPoste .content .bottom .right .card {
  padding: 2.4rem;
  background-color: #FFFFFF;
  margin-bottom: 2.4rem;
  border-radius: 0.8rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

main > section.steps-block:first-child, main > section.steps-block.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > section.steps-block:last-child {
  margin-bottom: -8rem;
}

.steps-block {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.steps-block:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .steps-block:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
.steps-block .step {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2.4rem;
  padding-top: 8rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  .steps-block .step {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.steps-block .step .step-image {
  height: 100%;
}
.steps-block .step .step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.6rem;
}
.steps-block .step .step-content {
  display: grid;
  grid-template-rows: max-content;
}
.steps-block .step .step-content h2 {
  color: #182F43;
  font-size: 3.8rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 52px;
  word-wrap: break-word;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .steps-block .step .step-content h2 {
    font-size: 2.8rem;
  }
}
.steps-block .step .step-content p {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  font-family: Poppins;
}
.steps-block .step .step-content figure {
  height: auto;
  width: 100%;
  align-self: end;
}

figure {
  position: relative;
}
figure a {
  text-decoration: none;
}

/* Styles pour le lecteur multimédia personnalisé */
.custom-media-player {
  width: 60%;
  background-color: var(--main-green-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.8rem;
  padding: 0.7rem 1.4rem;
  border-radius: 0.6rem;
  font-family: Poppins;
}
@media (min-width: 0px) and (max-width: 990px) {
  .custom-media-player {
    width: auto;
  }
}

.play-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.current-time,
.duration {
  color: #FFFFFF;
}

.time-tooltip {
  position: absolute;
  top: -30px; /* Ajustez la position en fonction de votre design */
  margin-left: -1.7rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  display: none;
  padding: 0.2rem;
  border: 2px solid #182f43;
}

.progress-bar {
  flex: 1;
  height: 10px;
  background-color: #FFFFFF;
  position: relative;
  border-radius: 0.6rem;
  cursor: pointer;
}

.progress {
  height: 100%;
  width: 0%;
  background-color: #23504F;
  border-radius: 0.6rem;
}

/* Pour masquer la sélection de texte dans la barre de progression */
.progress-bar::selection {
  background: none;
}

/* Styles pour masquer le bouton par défaut du lecteur multimédia */
.custom-media-player audio::-webkit-media-controls-start-playback-button {
  display: none;
}

.progress::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, transparent 49.5%, rgba(255, 255, 255, 0.8) 49.5%, rgba(255, 255, 255, 0.8) 50.5%, transparent 50.5%, transparent 99.5%, rgba(255, 255, 255, 0.8) 99.5%, rgba(255, 255, 255, 0.8));
  background-size: 8px 8px;
  background-repeat: repeat;
  border-radius: 0.6rem;
}

.step-btn {
  color: #52763D;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  line-height: 25.6px;
  word-wrap: break-word;
  background-color: #FFF;
  border: none;
  cursor: pointer;
  text-decoration: underline;
}

main > .unePublication:first-child, main > .unePublication.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > .unePublication:last-child {
  margin-bottom: -8rem;
}

.unePublication p {
  margin: 0;
}
.unePublication h2, .unePublication h3 {
  margin: 0;
}
.unePublication .enTete .file h2 {
  padding: 0;
}
.unePublication .enTete .file div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2.4rem;
  padding-bottom: 8rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .unePublication .enTete {
    padding: 2.4rem 2.4rem 4rem 2.4rem;
  }
}
.unePublication .enTete img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-bottom: 4rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .unePublication .enTete img {
    height: 100px;
  }
}
.unePublication .enTete h2 {
  text-align: center;
  font-size: 5.4rem;
  line-height: 6rem;
  padding-bottom: 8rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .unePublication .enTete h2 {
    line-height: 5rem;
    font-size: 3.6rem;
  }
}
.unePublication .content {
  background-color: #F7F7F4;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
.unePublication .content:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .unePublication .content:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .unePublication .content {
    padding: 6rem 2.4rem;
  }
}
.unePublication .content .top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 990px) {
  .unePublication .content .top {
    flex-direction: column;
  }
}
.unePublication .content .top .left {
  width: 62%;
}
@media (min-width: 0px) and (max-width: 990px) {
  .unePublication .content .top .left {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .unePublication .content .top .left h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.unePublication .content .top .left p {
  font-family: Calibri;
  margin: 0.8rem 0 0 0;
  font-weight: 700;
}
.unePublication .content .top .right {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 0px) and (max-width: 990px) {
  .unePublication .content .top .right {
    margin: 4rem 0 0 3rem;
    width: 40%;
    justify-content: flex-start;
  }
}
.unePublication .content .top .right .save a {
  display: flex;
  text-decoration: none;
  margin-right: 2.4rem;
}
.unePublication .content .top .right .save a:hover, .unePublication .content .top .right .save a:focus {
  text-decoration: underline;
}
.unePublication .content .top .right .save a img {
  padding-right: 8px;
}
.unePublication .content .top .right .share-div {
  position: relative;
}
.unePublication .content .top .right .share-div a {
  text-decoration: none;
}
.unePublication .content .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 990px) {
  .unePublication .content .bottom {
    flex-direction: column-reverse;
  }
}
.unePublication .content .bottom .left {
  display: flex;
  flex-direction: column;
  width: 62%;
}
@media (min-width: 0px) and (max-width: 990px) {
  .unePublication .content .bottom .left {
    width: 100%;
  }
}
.unePublication .content .bottom .left .texte {
  margin: 8rem 0 4rem 0;
}
.unePublication .content .bottom .left .texte .wp-block-heading {
  margin: 0 0 1.6rem 0;
}
.unePublication .content .bottom .left .texte p {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 30px;
}
.unePublication .content .bottom .left a {
  background-color: #52763D;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
  align-self: flex-start;
}
.unePublication .content .bottom .left a:hover {
  background-color: #415A30;
}
.unePublication .content .bottom .left a #more-pictures {
  cursor: pointer;
  border: none;
}
.unePublication .content .bottom .left a:hover, .unePublication .content .bottom .left a:focus {
  text-decoration: underline;
  text-underline-offset: 1px;
}
.unePublication .content .bottom .right {
  width: 30%;
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 0px) and (max-width: 990px) {
  .unePublication .content .bottom .right {
    width: 100%;
  }
}
.unePublication .content .bottom .right h3 {
  color: #383838;
  margin-bottom: 8px;
}
.unePublication .content .bottom .right .card {
  padding: 2.4rem;
  background-color: #FFFFFF;
  margin-bottom: 2.4rem;
  border-radius: 0.8rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

main > .unArticle:first-child, main > .unArticle.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > .unArticle:last-child {
  margin-bottom: -8rem;
}

main > .section-actualites-single:first-child, main > .section-actualites-single.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > .section-actualites-single:last-child {
  margin-bottom: -8rem;
}

.unArticle {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
.unArticle:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .unArticle:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .unArticle {
    padding-bottom: 4rem;
    flex-direction: column;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .unArticle .enTete {
    padding: 2.4rem 2.4rem 4rem 2.4rem;
  }
}
.unArticle .enTete img {
  margin: 4rem 0;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 0px) and (max-width: 768px) {
  .unArticle .enTete img {
    height: 100px;
  }
}
.unArticle .enTete h2 {
  text-align: center;
  font-size: 5.4rem;
  line-height: 6rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .unArticle .enTete h2 {
    line-height: 5rem;
    font-size: 3.6rem;
  }
}
.unArticle .content .bottom .texte {
  margin: 4rem 0 4rem 0;
}

.section-actualites-single {
  background-color: #FFFFFF;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
.section-actualites-single:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-actualites-single:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
.section-actualites-single h2 {
  color: #182F43;
  font-size: 3.8rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 52px;
  word-wrap: break-word;
  text-align: center;
}
.section-actualites-single .actualites {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 4.8rem;
  padding-bottom: 5.8rem;
  column-gap: 3rem;
  row-gap: 3.9rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-actualites-single .actualites {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 5.1rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-actualites-single .actualites {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.section-actualites-single .actualites .card {
  background-color: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
.section-actualites-single .actualites .card .card-desc {
  padding: 2.4rem;
}
.section-actualites-single .actualites .card .card-desc iframe {
  width: 100%;
}
.section-actualites-single .actualites .card .card-img {
  position: relative;
}
.section-actualites-single .actualites .card .card-img .date-event {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
}
.section-actualites-single .actualites .card .card-img .date-event .date-of-event {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.section-actualites-single .actualites .card .card-img .date-event .day {
  color: #3274B5;
  font-family: Poppins;
  font-size: 1em;
  padding: 0.2em 0.7em;
  width: 1.2em;
  text-align: center;
}
.section-actualites-single .actualites .card .card-img .date-event .hour {
  color: #3274B5;
  font-size: 0.7em;
  font-family: Poppins;
  padding: 0.2em 0.5em;
  width: calc(100% - 1em);
  text-align: center;
  white-space: nowrap;
}
.section-actualites-single .actualites .card .card-img .date-event .article,
.section-actualites-single .actualites .card .card-img .date-event .month-year {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #3274B5;
  font-size: 0.5em;
  font-family: Poppins;
  padding: 0.2em;
}
.section-actualites-single .actualites .card .card-img .date-event .article {
  width: 1.8em;
  transform: translate(1em, 0);
}
.section-actualites-single .actualites .card .card-img .date-event .month-year {
  padding-left: 0;
  padding-right: 1.5em;
}
.section-actualites-single .actualites .card .card-img .date-event .separated {
  border-top: 1px solid #3274B5;
}
.section-actualites-single .actualites .card .card-img img {
  width: 100%;
  height: auto;
  height: 15rem;
  max-height: 15rem;
  object-fit: cover;
}
.section-actualites-single .actualites .card .card-img img.historic {
  height: 30rem;
  max-height: 30rem;
}
.section-actualites-single .actualites .card h3 {
  color: #182F43;
  font-size: 2.4rem;
  font-family: Bungee;
  font-weight: 400;
  line-height: 31.2px;
  word-wrap: break-word;
  margin: 0;
}
.section-actualites-single .actualites .card p {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  font-family: Poppins;
}
.section-actualites-single .actualites .card .read-more {
  color: #3274B5;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  line-height: 25.6px;
  word-wrap: break-word;
  text-decoration: underline;
  text-underline-offset: 0.7rem;
  text-decoration-thickness: 0.2rem;
}
@media (min-width: 0px) and (max-width: 990px) {
  .section-actualites-single .actualites .card {
    box-shadow: none;
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .section-actualites-single .actualites .card {
    width: calc(50% - 2.4rem);
    height: auto;
  }
}

main > .frise:first-child, main > .frise.adjusted {
  margin-top: -18rem;
  padding-top: 18rem;
}
main > .frise:last-child {
  margin-bottom: -8rem;
}

.frise {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 990px) {
  .frise {
    padding: 6rem 2.4rem;
  }
}
.frise:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 19.2rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 -9.6rem;
  background-color: inherit;
}
@media (min-width: 0px) and (max-width: 990px) {
  .frise:before {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
}
.frise h2 {
  text-align: center;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .frise h2 {
    font-size: 3rem;
  }
}
.frise .content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 990px) {
  .frise .content {
    margin-top: 4rem;
  }
}
.frise .content .date-event {
  width: 23%;
  border-top: 2px solid #182F43;
  position: relative;
  margin-top: 4rem;
  display: flex;
  padding-right: 2.4rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .frise .content .date-event {
    width: 22%;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .frise .content .date-event {
    width: 100%;
    border-top: 0;
    border-left: 2px solid #182F43;
    padding: 0 0 0 2.4rem;
    margin: 0;
  }
}
.frise .content .date-event .cercle {
  width: 10px;
  height: 10px;
  background-color: #182F43;
  border-radius: 50%;
  position: absolute;
  left: 3rem;
  top: -1px;
  transform: translateY(-50%);
}
@media (min-width: 0px) and (max-width: 990px) {
  .frise .content .date-event .cercle {
    left: -0.6rem;
    top: 7.3rem;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .frise .content .date-event:first-child .cercle {
    top: 3.5rem;
  }
}
.frise .content .date-event .info {
  height: fit-content;
  width: 100%;
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.15);
  border-radius: 2.4rem;
  padding: 2.4rem 3.2rem;
  margin-top: 4rem;
  background-color: #FFFFFF;
}
@media (min-width: 0px) and (max-width: 990px) {
  .frise .content .date-event .info {
    width: fit-content;
  }
}
.frise .content .date-event .info p, .frise .content .date-event .info h3 {
  margin: 0;
  padding: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .frise .content .date-event .info h3 {
    font-size: 2rem;
  }
}
.frise .content .date-event .info .date {
  color: #182F43;
  font-size: 1.6rem;
  font-family: Calibri;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 990px) {
  .frise .content .date-event:first-child .info {
    margin-top: 0;
  }
}
.frise .content .date-event:nth-child(4n), .frise .content .date-event:last-child {
  padding-right: 0;
}

.wpcf7.js {
  width: 60%;
}
@media (min-width: 0px) and (max-width: 990px) {
  .wpcf7.js {
    width: 100%;
  }
}
@media (min-width: 990px) and (max-width: 1280px) {
  .wpcf7.js {
    width: 80%;
  }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  padding: 1.5rem;
  margin: 3.7rem 0;
  border-radius: 0.8rem;
  border: 1px solid var(--main-red);
  color: var(--main-red);
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 400;
  word-wrap: break-word;
}

.formulaire {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.formulaire h2 {
  font-size: 5.4rem;
  line-height: 60px;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .formulaire h2 {
    font-size: 4rem;
  }
}
.formulaire form {
  width: 100%;
}
.formulaire form .wpcf7-not-valid-tip {
  color: #383838;
  font-size: 1.6rem;
  font-family: Poppins;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  color: var(--main-red);
}
.formulaire form .postuler-form, .formulaire form .contact-form {
  width: 100%;
}
.formulaire form .postuler-form .info p, .formulaire form .contact-form .info p {
  color: var(--main-light-grey);
  font-size: 1.4rem;
  font-family: Arial;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
}
.formulaire form .postuler-form label, .formulaire form .contact-form label {
  color: #383838;
  font-size: 1.6rem;
  font-family: Poppins;
  font-weight: 300;
  line-height: 25.6px;
  word-wrap: break-word;
  margin-top: 24px;
}
.formulaire form .postuler-form #sizeTxt, .formulaire form .contact-form #sizeTxt {
  position: absolute;
  width: 100%;
  text-align: end;
  color: var(--main-light-grey);
  font-size: 1.4rem;
  font-family: Arial;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
}
.formulaire form .postuler-form .select, .formulaire form .contact-form .select {
  position: relative;
}
.formulaire form .postuler-form .select::after, .formulaire form .contact-form .select::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 13px;
  height: 13px;
  border-bottom: 3px solid #383838;
  border-right: 3px solid #383838;
  transform: rotate(45deg);
  right: 3rem;
  top: 55%;
  pointer-events: none;
}
.formulaire form .postuler-form .wpcf7-form-control-wrap select, .formulaire form .contact-form .wpcf7-form-control-wrap select {
  appearance: none;
  color: var(--main-light-grey);
  font-size: 1.4rem;
  font-family: Arial;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
}
.formulaire form .postuler-form .wpcf7-form-control-wrap input, .formulaire form .postuler-form .wpcf7-form-control-wrap textarea, .formulaire form .postuler-form .wpcf7-form-control-wrap select, .formulaire form .contact-form .wpcf7-form-control-wrap input, .formulaire form .contact-form .wpcf7-form-control-wrap textarea, .formulaire form .contact-form .wpcf7-form-control-wrap select {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 26px 10px 7px;
  border-radius: 5px;
  border: 1px solid #383838;
}
.formulaire form .postuler-form .wpcf7-form-control-wrap input::placeholder, .formulaire form .postuler-form .wpcf7-form-control-wrap textarea::placeholder, .formulaire form .postuler-form .wpcf7-form-control-wrap select::placeholder, .formulaire form .contact-form .wpcf7-form-control-wrap input::placeholder, .formulaire form .contact-form .wpcf7-form-control-wrap textarea::placeholder, .formulaire form .contact-form .wpcf7-form-control-wrap select::placeholder {
  color: var(--main-light-grey);
  font-size: 1.4rem;
  font-family: Arial;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
}
.formulaire form .postuler-form .wpcf7-form-control-wrap textarea::placeholder, .formulaire form .contact-form .wpcf7-form-control-wrap textarea::placeholder {
  line-height: 17px;
}
.formulaire form .postuler-form .wpcf7-form-control-wrap .wpcf7-checkbox span, .formulaire form .contact-form .wpcf7-form-control-wrap .wpcf7-checkbox span {
  margin: 0;
}
.formulaire form .postuler-form .wpcf7-form-control-wrap .wpcf7-checkbox span label, .formulaire form .contact-form .wpcf7-form-control-wrap .wpcf7-checkbox span label {
  display: flex;
  cursor: pointer;
}
.formulaire form .postuler-form .wpcf7-form-control-wrap .wpcf7-checkbox span label input, .formulaire form .contact-form .wpcf7-form-control-wrap .wpcf7-checkbox span label input {
  margin-left: 0;
  border-radius: 4px;
  width: 30px;
  border: 3px solid #0F3635;
  margin-right: 10px;
  cursor: pointer;
}
.formulaire form .postuler-form .wpcf7-form-control-wrap .wpcf7-checkbox span label span, .formulaire form .contact-form .wpcf7-form-control-wrap .wpcf7-checkbox span label span {
  color: #0F3635;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 400;
  word-wrap: break-word;
}
.formulaire form .postuler-form .btn-send, .formulaire form .contact-form .btn-send {
  display: flex;
  justify-content: center;
}
.formulaire form .postuler-form .btn-send .wpcf7-submit, .formulaire form .contact-form .btn-send .wpcf7-submit {
  background-color: #52763D;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: Calibri;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.formulaire form .postuler-form .btn-send .wpcf7-submit:hover, .formulaire form .contact-form .btn-send .wpcf7-submit:hover {
  background-color: #415A30;
}
.formulaire form .postuler-form .btn-send .wpcf7-submit #more-pictures, .formulaire form .contact-form .btn-send .wpcf7-submit #more-pictures {
  cursor: pointer;
  border: none;
}

#comarquage #co-bar .co-home,
#comarquage #co-bar #co-search input {
  box-sizing: border-box;
  border: 1px solid transparent;
}
#comarquage #co-bar .co-home:focus,
#comarquage #co-bar #co-search input:focus {
  border: 1px solid black;
}
#comarquage #co-bar #co-search #co-searchinput:focus,
#comarquage #co-bar #co-search #co-searchbtn:focus {
  border: 1px solid black;
}
#comarquage #co-bar .btn-monsp:focus {
  border: 1px solid black;
}
#comarquage #co-page a:focus {
  text-decoration: underline;
  border: 1px solid black;
}
#comarquage #co-footer .mentions p a:focus {
  text-decoration: underline;
}

:root {
  --main-green-light: #558E32;
  --main-borderBlue: #C1D6E9;
  --main-red: #FF0000;
  --main-light-grey: #878787;
}

body.contrasted {
  --main-green-light: #52763D;
  --main-borderBlue: #7898BA;
  --main-red: #DA3B39;
  --main-light-grey: #727272;
}
body.contrasted .section-banner {
  background: none !important;
  background-color: #52763D !important;
  border-bottom: 1px solid #FFFFFF;
}

html {
  font-size: 10px;
}
html body {
  font-size: 1.6rem;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
html body .leaflet-popup .leaflet-popup-content h6 {
  font-size: 20px;
}
html body .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
html body .sr-only.focusable:active, html body .sr-only.focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
html body.menu-open {
  overflow: hidden;
}
html main:not(.front-page) {
  padding: 8rem 9.6rem;
  position: relative;
}
@media (min-width: 0px) and (max-width: 990px) {
  html main:not(.front-page) {
    padding: 6rem 2.4rem;
  }
}
html #inlineFrameExample {
  width: 100%;
  height: 1100px;
  overflow: scroll;
}

@media (min-width: 1300px) {
  a.focus-dec {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
