@charset "UTF-8";
/*!
Theme Name: Campagnes de l'artois
Theme URI: https://campagnesartois.fr/
Author: Brandon SANNIER
Author URI: https://campagnesartois.fr/personne/sannier-brandon/
Description: Le thème WordPress "Campagnes de l'Artois" est un thème généraliste conçu pour les sites web des communes de la Communauté de communes. Il est modulable, ce qui signifie qu'il peut être personnalisé pour s'adapter aux besoins spécifiques de chaque communes.
Version: 1.5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: campagnes-de-lartois
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.sr-only, .slick-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Barlow Condensed", sans-serif;
  background-color: #fff;
  background-repeat: repeat;
  min-height: 100vh;
  overflow-x: hidden;
}

ul {
  list-style-type: none;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1460px) {
  .container {
    max-width: 1110px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
    width: 80%;
    padding: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .container {
    width: 90%;
  }
}

.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.underline {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), #111212 10px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: all 300ms ease-in-out 0ms;
}

.site-wrapper__header_scroll {
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 999;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.23);
}
.site-wrapper__header_scroll .wrapper__header {
  height: 80px !important;
}

.site-content__inner {
  min-height: 550px;
}

.no-results {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.no-results .iconify {
  font-size: 4rem;
  color: var(--color-primary);
}
.no-results p {
  margin-top: 10px !important;
  font-size: 1.2rem !important;
  color: #6B6B6B !important;
}

.kiosk-feature .kiosk-feature__wrap {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .kiosk-feature .kiosk-feature__wrap {
    flex-direction: column;
    align-items: center;
  }
}
.kiosk-feature .kiosk-feature__wrap .kiosk-feature__media {
  width: 240px;
  height: 350px;
  transform: rotate(-5deg);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0 80px 0 40px;
}
@media screen and (max-width: 768px) {
  .kiosk-feature .kiosk-feature__wrap .kiosk-feature__media {
    margin: 0;
    width: 200px;
    height: 310px;
  }
}
.kiosk-feature .kiosk-feature__wrap .kiosk-feature__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.99);
}
@media screen and (max-width: 768px) {
  .kiosk-feature .kiosk-feature__wrap .kiosk-feature__content {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.kiosk-feature .kiosk-feature__wrap .kiosk-feature__content .badge {
  padding: 8px 18px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--color-primary);
  border-radius: 1px;
  color: var(--color-font);
  white-space: nowrap;
  line-height: 18px !important;
}
@media screen and (max-width: 1200px) {
  .kiosk-feature .kiosk-feature__wrap .kiosk-feature__content .badge {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 480px) {
  .kiosk-feature .kiosk-feature__wrap .kiosk-feature__content .badge {
    font-size: 0.9rem;
    padding: 6px 12px;
  }
}
.kiosk-feature .kiosk-feature__wrap .kiosk-feature__content .kiosk-feature__post-title {
  font-size: 1.8rem;
  margin: 20px 0 5px;
}
.kiosk-feature .kiosk-feature__wrap .kiosk-feature__content .kiosk-feature__date {
  font-size: 1rem;
  font-weight: 500;
  color: #6B6B6B;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .kiosk-feature .kiosk-feature__wrap .kiosk-feature__content .kiosk-feature__date {
    margin-bottom: 20px;
  }
}
.kiosk-feature .kiosk-feature__wrap .kiosk-feature__content .kiosk-feature__actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .kiosk-feature .kiosk-feature__wrap .kiosk-feature__content .kiosk-feature__actions {
    gap: 5px;
    align-items: center;
  }
}
.kiosk-feature .kiosk-feature__wrap .kiosk-feature__content .kiosk-feature__actions .kiosk-action {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-font);
}
.kiosk-feature .kiosk-feature__wrap .kiosk-feature__content .kiosk-feature__actions .kiosk-action::after {
  display: none;
}
.kiosk-feature .kiosk-feature__wrap .kiosk-feature__content .kiosk-feature__actions .kiosk-action:hover {
  background-color: transparent;
  text-decoration: underline;
}
.kiosk-feature .kiosk-feature__wrap .kiosk-feature__content .kiosk-feature__actions .kiosk-action .kiosk-action__size {
  font-weight: 400;
  color: #595857;
}
.kiosk-feature .kiosk-feature__wrap .kiosk-feature__content .kiosk-feature__actions .kiosk-action .iconify {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .kiosk-feature .kiosk-feature__wrap .kiosk-feature__content .kiosk-feature__actions .kiosk-action {
    margin-top: 15px;
  }
}
.kiosk-feature .kiosk-feature__wrap .kiosk-feature__content .btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .kiosk-feature .kiosk-feature__wrap .kiosk-feature__content .btn {
    margin-top: 30px;
  }
}

.acte-wrap {
  margin: 50px 0;
}
.acte-wrap .acte-grid {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .acte-wrap .acte-grid {
    flex-direction: column;
  }
}
.acte-wrap .acte-grid .acte-filters {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  width: 40%;
  padding: 50px 60px 50px 0;
  border-right: solid 2px var(--color-primary);
  height: auto;
}
@media screen and (max-width: 1200px) {
  .acte-wrap .acte-grid .acte-filters {
    top: 0;
    width: 100%;
    background-color: #fff;
    border-right: none;
    border-bottom: solid 1px rgba(17, 18, 18, 0.05);
    padding: 0;
  }
  .acte-wrap .acte-grid .acte-filters.has-admin-bar {
    top: 32px;
  }
}
.acte-wrap .acte-grid .acte-filters .acte-filters__mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .acte-wrap .acte-grid .acte-filters .acte-filters__mobile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 0;
  }
  .acte-wrap .acte-grid .acte-filters .acte-filters__mobile .acte-filters-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 40px;
    font-size: 1.2rem;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  .acte-wrap .acte-grid .acte-filters .acte-filters__mobile .acte-filters-toggle #btn-label {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1200px) {
  .acte-wrap .acte-grid .acte-filters form {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.35s ease, opacity 0.3s ease;
  }
}
.acte-wrap .acte-grid .acte-filters form.is-visible {
  grid-template-rows: 1fr;
  opacity: 1;
}
.acte-wrap .acte-grid .acte-filters form .acte-form-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .acte-wrap .acte-grid .acte-filters form .acte-form-inner {
    overflow: hidden;
    gap: 20px;
  }
}
.acte-wrap .acte-grid .acte-filters form .acte-form-inner .acte-filter {
  display: flex;
  flex-direction: column;
}
.acte-wrap .acte-grid .acte-filters form .acte-form-inner .acte-filter .acte_label {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .acte-wrap .acte-grid .acte-filters form .acte-form-inner .acte-filter .acte_label {
    font-size: 1.1rem;
  }
}
.acte-wrap .acte-grid .acte-filters form .acte-form-inner .acte-filter #acte_s, .acte-wrap .acte-grid .acte-filters form .acte-form-inner .acte-filter select {
  font-family: "Barlow Semi Condensed", sans-serif;
  width: 100%;
  border: none;
  border-bottom: solid 1px #595857;
  padding: 15px 15px 15px 0;
  margin-bottom: 0;
  height: auto;
  background-color: transparent;
  color: #595857;
  font-weight: 400;
  font-size: 1.1rem;
}
.acte-wrap .acte-grid .acte-filters form .acte-form-inner .acte-filter .acte-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.acte-wrap .acte-grid .acte-filters form .acte-form-inner .acte-filter .acte-badges .acte-badge {
  padding: 15px 20px;
  font-size: 1rem;
  font-weight: 600;
  background-color: transparent;
  border: solid 1px var(--color-primary);
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.acte-wrap .acte-grid .acte-filters form .acte-form-inner .acte-filter .acte-badges .acte-badge:hover {
  outline: 2px solid var(--color-font);
}
.acte-wrap .acte-grid .acte-filters form .acte-form-inner .acte-filter .acte-badges .acte-badge.is-active {
  background-color: var(--color-primary);
  color: var(--color-font);
}
.acte-wrap .acte-grid .acte-filters form .acte-form-inner .acte-actions {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .acte-wrap .acte-grid .acte-filters form .acte-form-inner .acte-actions {
    padding-bottom: 30px;
  }
}
.acte-wrap .acte-grid .acte-filters form .acte-form-inner .acte-actions button {
  font-family: "Barlow Condensed", sans-serif;
  padding: 15px 25px;
  background-color: #272727;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .acte-wrap .acte-grid .acte-filters form .acte-form-inner .acte-actions button {
    font-size: 1.1rem;
    padding: 15px 20px;
  }
}
.acte-wrap .acte-grid .acte-filters form .acte-form-inner .acte-actions .acte-reset {
  align-self: center;
  text-decoration: none;
  color: #333;
}
.acte-wrap .acte-grid .acte-results {
  display: flex;
  flex-direction: column;
  width: 60%;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .acte-wrap .acte-grid .acte-results {
    width: 100%;
    margin-top: 50px;
  }
}
.acte-wrap .acte-grid .acte-results .acte-item {
  width: auto;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-left: 100px;
}
@media screen and (max-width: 1200px) {
  .acte-wrap .acte-grid .acte-results .acte-item {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .acte-wrap .acte-grid .acte-results .acte-item {
    flex-direction: column;
    gap: 25px;
    margin-left: 25px;
  }
}
.acte-wrap .acte-grid .acte-results .acte-item .acte-media {
  flex: 0 0 200px;
  width: 200px;
  height: 280px;
  background-color: #E1E1E1;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.acte-wrap .acte-grid .acte-results .acte-item .acte-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.acte-wrap .acte-grid .acte-results .acte-item .acte-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .acte-wrap .acte-grid .acte-results .acte-item .acte-body {
    margin-left: 0;
  }
}
.acte-wrap .acte-grid .acte-results .acte-item .acte-body .acte-chip {
  padding: 8px 18px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--color-primary);
  border-radius: 1px;
  color: var(--color-font);
  white-space: nowrap;
  line-height: 18px;
}
.acte-wrap .acte-grid .acte-results .acte-item .acte-body .acte-item-title {
  margin-top: 20px;
  text-decoration: none;
  font-weight: 600;
  margin: 0;
  font-size: 1.4rem;
}
.acte-wrap .acte-grid .acte-results .acte-item .acte-body .acte-resume {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  color: var(--color-font);
}
.acte-wrap .acte-grid .acte-results .acte-item .acte-body .acte-date {
  font-size: 1rem;
  font-weight: 500;
  color: #6B6B6B;
}
.acte-wrap .acte-grid .acte-results .acte-item .acte-body .acte-download {
  margin-top: 30px;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-font);
  display: flex;
  align-items: center;
  gap: 10px;
}
.acte-wrap .acte-grid .acte-results .acte-item .acte-body .acte-download:hover {
  background-color: transparent;
  text-decoration: underline;
}
.acte-wrap .acte-grid .acte-results .acte-item .acte-body .acte-download .acte-size {
  font-weight: 400;
  color: #595857;
}
.acte-wrap .acte-grid .acte-results .acte-item .acte-body .acte-download .iconify {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .acte-wrap .acte-grid .acte-results .acte-item .acte-body .acte-download {
    margin-top: 15px;
  }
}
.acte-wrap .acte-grid .acte-results .acte-pagination {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-left: 100px;
}
@media screen and (max-width: 1200px) {
  .acte-wrap .acte-grid .acte-results .acte-pagination {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .acte-wrap .acte-grid .acte-results .acte-pagination {
    margin-left: 25px;
  }
}
.acte-wrap .acte-grid .acte-results .acte-pagination .acte-count {
  font-size: 1.1rem;
  color: #6B6B6B;
}
.acte-wrap .acte-grid .acte-results .acte-pagination .acte-pager {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.acte-wrap .acte-grid .acte-results .acte-pagination .acte-pager li {
  display: flex;
  align-items: center;
  justify-self: center;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  border: solid 1px #EFEFEF;
  padding: 0;
  transition: all 0.3s ease;
}
.acte-wrap .acte-grid .acte-results .acte-pagination .acte-pager li:hover {
  outline: 1px solid var(--color-font);
}
.acte-wrap .acte-grid .acte-results .acte-pagination .acte-pager li::before {
  display: none;
}
.acte-wrap .acte-grid .acte-results .acte-pagination .acte-pager li.first, .acte-wrap .acte-grid .acte-results .acte-pagination .acte-pager li.last, .acte-wrap .acte-grid .acte-results .acte-pagination .acte-pager li.prev, .acte-wrap .acte-grid .acte-results .acte-pagination .acte-pager li.next {
  background-color: var(--color-primary);
}
.acte-wrap .acte-grid .acte-results .acte-pagination .acte-pager li.is-disabled {
  display: none;
}
.acte-wrap .acte-grid .acte-results .acte-pagination .acte-pager li.is-current {
  border: solid 1px var(--color-primary);
}
.acte-wrap .acte-grid .acte-results .acte-pagination .acte-pager li.is-current a {
  font-weight: 500;
}
.acte-wrap .acte-grid .acte-results .acte-pagination .acte-pager li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  font-size: 1.1rem;
  font-weight: 300;
}
.acte-wrap .acte-grid .acte-results .acte-pagination .acte-pager li a:hover {
  background-color: transparent;
}

.btn {
  display: flex;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  color: #595857;
  padding: 25px 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-decoration: none;
  border: 1px solid rgba(39, 39, 39, 0.12);
  border-radius: 3px;
  transition: all 150ms ease-in-out 0ms;
  cursor: pointer;
}
.btn:hover {
  border: solid 1px #A1BD32;
  background-color: var(--color-primary);
  color: var(--color-font);
}
.btn:hover .iconify {
  color: var(--color-font);
}
.btn:focus-visible {
  outline: 2px solid #a6cf3a;
  outline-offset: 2px;
}
.btn .iconify {
  font-size: 18px;
  margin-right: 10px;
  color: #A1BD32;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 20px 25px;
  }
}

.btn__connect {
  font-family: "Barlow Condensed", sans-serif;
  background-color: transparent;
  color: var(--color-font);
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-decoration: none;
  border: solid 1px var(--color-font);
  border-radius: 3px;
  transition: all 150ms ease-in-out 0ms;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn__connect svg {
  font-size: 20px;
}
.btn__connect:hover {
  background-color: var(--color-font);
  color: #fff;
}
@media screen and (max-width: 480px) {
  .btn__connect {
    font-size: 0.8rem;
    padding: 15px;
  }
}

.btn__footer {
  background: none;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 2px;
  width: 280px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 150ms ease-in-out 0ms;
}
.btn__footer svg {
  margin-right: 5px;
  font-size: 18px;
}
.btn__footer:hover {
  background-color: #fff;
  color: var(--color-font);
}

.wp-block-buttons .wp-block-button {
  margin: 20px 0;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  font-family: "Barlow Condensed", sans-serif;
  cursor: pointer;
  background-color: transparent;
  color: var(--color-font);
  border: solid 1px var(--color-font);
  border-radius: 3px;
  transition: all 150ms ease-in-out 0ms;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background-color: var(--color-font);
  color: #fff;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M13.5 10.5L21 3m-5 0h5v5m0 6v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5'/%3E%3C/svg%3E") !important;
}
@media screen and (max-width: 480px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 1rem;
  }
}

.btn__go-to-top {
  background-color: var(--color-primary);
  padding: 16px;
  font-size: 0;
  display: flex;
  justify-content: center;
  border-radius: 3px;
  align-items: center;
  transition: all 250ms ease-in-out 0ms;
}
.btn__go-to-top:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.btn__go-to-top svg {
  color: var(--color-font);
  font-size: 25px;
}
@media screen and (max-width: 480px) {
  .btn__go-to-top {
    display: none;
  }
}

.slick-dots {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  z-index: 1;
}
.slick-dots li {
  margin-left: 8px;
}
.slick-dots li button {
  cursor: pointer;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 2px;
}
.slick-dots .slick-active button {
  background-color: var(--color-primary);
}

/* ===========================
   LIGNES & CHAMPS
   =========================== */
.form-title {
  margin: 0 0 50px !important;
}

.form-field:has(+ .form-title) {
  margin-bottom: 70px;
}

.form-row {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .form-row {
    flex-direction: column;
    gap: 0;
  }
}
.form-row .form-field {
  flex: 1;
}

.form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.form-field .form-label {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: var(--color-font);
}
.form-field .form-label .required {
  font-weight: 400;
  color: #d20000;
  font-size: 1.1rem;
  margin-left: 10px;
}
.form-field .form-label:has(+ .form-help) {
  margin-bottom: 5px;
}
.form-field .form-help {
  font-size: 0.85rem;
  color: #6B6B6B;
  margin-bottom: 15px;
}
.form-field .form-input,
.form-field .form-textarea {
  font-family: "Barlow Semi Condensed", sans-serif;
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #ccc;
  background: #fafafa;
  font-size: 1.1rem;
  font-style: italic;
  transition: all 0.2s ease;
}
.form-field .form-input:focus,
.form-field .form-textarea:focus {
  background: #fff;
  border-color: var(--color-font);
  outline: none;
}
.form-field .form-textarea {
  min-height: 60px;
  height: 120px;
  resize: vertical;
}
.form-field .form-file {
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #ccc;
  background: #fafafa;
  font-size: 1rem;
  transition: all 0.2s ease;
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  color: var(--color-font);
}
.form-field .form-file:hover::file-selector-button {
  background: #ebebeb;
}
.form-field .form-file::file-selector-button {
  font-family: "Barlow Condensed", sans-serif;
  margin-right: 10px;
  border-radius: 3px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 8px 20px;
  color: var(--color-font);
  border: 1px solid #ccc;
  background: #f2f2f2;
  cursor: pointer;
}

/* ===========================
   CASE À COCHER (RGPD)
   =========================== */
.form-field--checkbox {
  display: flex;
  flex-direction: column;
}
.form-field--checkbox .wpcf7-list-item {
  margin: 0;
}
.form-field--checkbox .wpcf7-list-item .form-checkbox {
  margin-right: 10px;
}
.form-field--checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 1.1rem;
  color: var(--color-font);
}

/* ===========================
   CAPTCHA
   =========================== */
.form-field:has(+ .form-actions) {
  margin-bottom: 0;
}

/* ===========================
   BOUTON ENVOYER
   =========================== */
.form-actions {
  text-align: center;
}
.form-actions .btn {
  display: inline-block;
  padding: 0.9rem 2rem;
  background: var(--color-primary);
  color: var(--color-font);
  border: none;
  font-size: 1.1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.form-actions .btn:hover {
  background: var(--color-font);
  color: #fff;
}
.form-actions .btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.wrapper__header.active::after {
  content: "";
  position: fixed;
  z-index: 50;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.header__nav {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 55;
  height: 100%;
  right: 0;
}
@media screen and (max-width: 1460px) {
  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 35%;
    height: 100vh;
    background-color: var(--color-primary);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 110px 30px 60px;
    overflow-y: auto;
    transition: all 150ms ease-in-out 0ms;
  }
  .header__nav::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-size: 4px;
    background-image: url(data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20fill-opacity%3D%220.2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204%204%22%20width%3D%224%22%20height%3D%224%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E);
    width: 100%;
    height: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .header__nav {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    width: 100%;
  }
}
.header__nav .btn__close_menu {
  display: none;
}
@media screen and (max-width: 1460px) {
  .header__nav .btn__close_menu {
    position: absolute;
    right: 50px;
    top: 35px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: solid 1px var(--color-font);
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-font);
    text-transform: uppercase;
    cursor: pointer;
  }
  .header__nav .btn__close_menu svg {
    font-size: 16px;
  }
}
@media screen and (max-width: 1460px) and (max-width: 768px) {
  .header__nav .btn__close_menu {
    right: 25px;
  }
}
.header__nav .menu-menu-principal-container {
  height: 100%;
}
.header__nav ul {
  display: flex;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1460px) {
  .header__nav ul {
    flex-direction: column;
  }
}
.header__nav ul li {
  display: flex;
  align-items: center;
  margin-right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 1460px) {
  .header__nav ul li {
    flex-direction: row-reverse;
    margin-right: 0;
    margin-bottom: 25px;
    position: relative;
  }
}
.header__nav ul li:nth-last-child(1) {
  margin-right: 0;
}
.header__nav ul li:hover > a {
  background-color: var(--color-primary);
}
.header__nav ul li:hover > a::before {
  transform: rotate(180deg);
}
.header__nav ul li:hover > ul {
  opacity: 1;
  transform: none;
  visibility: visible;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.header__nav ul li a {
  position: relative;
  font-size: 1.4rem;
  color: var(--color-font);
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 20px 10px 10px;
  transition: all 0.2s ease-in-out;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1460px) {
  .header__nav ul li a {
    width: 100%;
    font-size: 1.5rem;
    margin-left: 20px;
  }
  .header__nav ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 480px) {
  .header__nav ul li a {
    font-size: 1.1rem;
    margin-left: 10px;
  }
}
.header__nav ul li a::before {
  content: url("https://api.iconify.design/ph/caret-down-bold.svg");
  width: 40px;
  text-align: center;
  margin-right: 14px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1460px) {
  .header__nav ul li a::before {
    content: url("https://api.iconify.design/ph/caret-down-bold.svg?width=30");
    margin: 0 20px 0 10px;
    padding-right: 20px;
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .header__nav ul li a::before {
    content: url("https://api.iconify.design/ph/caret-down-bold.svg?width=20");
  }
}
.header__nav ul li a::after {
  content: "";
  position: absolute;
  left: 51px;
  height: 30px;
  border-left: solid 1px var(--color-font);
}
.header__nav ul li .show__sub-menu {
  background: none;
  border: none;
  border-right: solid 1px var(--color-font);
  padding: 10px 20px 10px 0;
  cursor: pointer;
}
.header__nav ul li .show__sub-menu svg {
  font-size: 25px;
  color: var(--color-font);
}
.header__nav ul ul {
  opacity: 0;
  transition: all 250ms ease-in-out 0ms;
  transform: translateY(5%);
  visibility: hidden;
  will-change: transform, opacity;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 115px;
  background-color: #fff;
  width: auto;
  height: auto;
}
@media screen and (max-width: 1460px) {
  .header__nav ul ul {
    position: absolute;
    top: 70px;
    width: 100%;
    z-index: 5;
    opacity: 1;
    transform: none;
    visibility: visible;
    display: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
}
.header__nav ul ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
}
.header__nav ul ul li:hover > ul {
  opacity: 1;
  transform: none;
  visibility: visible;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.header__nav ul ul li a {
  display: flex;
  text-transform: none;
  align-items: center;
  padding: 15px 25px 15px 25px;
  font-size: 1.2rem;
  color: #595857;
  font-weight: 400;
  border-top: solid 1px transparent;
  border-bottom: solid 1px transparent;
  text-decoration: none;
  width: 100%;
}
.header__nav ul ul li a:hover {
  background-color: #efefef;
  color: var(--color-font);
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}
.header__nav ul ul li a::before {
  display: none;
}
.header__nav ul ul li a::after {
  display: none;
}
.header__nav ul ul ul {
  display: none;
}

.nav__mobile {
  display: none;
  background: none;
  border: none;
  color: var(--color-font);
  cursor: pointer;
}
.nav__mobile svg {
  font-size: 36px;
}

.subpage__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, auto);
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .subpage__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .subpage__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .subpage__list {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 30px 30px;
  }
}
.subpage__list .subpage__item {
  width: 100%;
  color: var(--color-font);
  text-decoration: none !important;
}
.subpage__list .subpage__item:hover {
  background: none;
}
.subpage__list .subpage__item:hover .subpage__item__content .subpage__item__title .underline {
  background-size: 100% 100%;
}
.subpage__list .subpage__item .subpage__item__thumbnail {
  overflow: hidden;
  height: 200px;
}
.subpage__list .subpage__item .subpage__item__thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.2s ease;
  filter: brightness(0.95);
}
.subpage__list .subpage__item .subpage__item__thumbnail .thumbnail__none {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.2s ease;
  background-color: #efefef;
}
.subpage__list .subpage__item .subpage__item__content {
  position: relative;
  top: -20px;
  left: 50%;
  background-color: #fff;
  width: 90%;
  padding: 25px 20px;
  transform: translate(-50%, 0);
}
.subpage__list .subpage__item .subpage__item__content .subpage__item__taxonomy {
  top: -20px;
  left: 50%;
  padding: 8px 18px;
  position: absolute;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 1px;
  font-weight: 600;
  background-color: var(--color-primary);
  color: var(--color-font);
  transform: translate(-50%, 0);
  white-space: nowrap;
  line-height: 18px !important;
}
.subpage__list .subpage__item .subpage__item__content .subpage__item__title {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 0;
}
.subpage__list .subpage__item .subpage__item__content .subpage__item__title::before {
  display: none;
}
@media screen and (max-width: 480px) {
  .subpage__list .subpage__item .subpage__item__content .subpage__item__title {
    font-size: 1.2rem;
  }
}

.page-sitemap__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media screen and (max-width: 1200px) {
  .page-sitemap__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page__breadcrumb {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
@media screen and (max-width: 1200px) {
  .page__breadcrumb {
    overflow-x: scroll;
    white-space: nowrap;
    margin-right: 30px;
  }
}
.page__breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
}
.page__breadcrumb li .breadcrumb__home {
  transition: all 0.25s ease-in-out 0ms;
  margin-right: 5px;
}
.page__breadcrumb li .breadcrumb__home:hover {
  transform: scale(1.1);
}
.page__breadcrumb li a {
  font-weight: 400;
  color: var(--color-font);
  margin: 0 5px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.page__breadcrumb li a:hover {
  text-decoration: underline;
}
.page__breadcrumb li a svg {
  font-size: 1.5rem;
}
.page__breadcrumb li svg {
  font-size: 1rem;
}
.page__breadcrumb .breadcrumb__current {
  font-weight: 500;
  margin-left: 5px;
  color: var(--color-font);
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999999 !important;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.preloader .lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  top: 50%;
  left: 50%;
}
.preloader .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--color-font);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.organigramme {
  width: 100%;
  background-color: var(--color-bg);
  padding: 1rem;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .organigramme {
    flex-direction: column;
    align-items: center;
  }
}
.organigramme .organigramme__img {
  width: 170px;
  height: 170px;
  overflow: hidden;
  margin-right: 1.7rem;
}
@media screen and (max-width: 768px) {
  .organigramme .organigramme__img {
    margin-right: 0;
    width: 230px;
    height: 230px;
  }
}
@media screen and (max-width: 480px) {
  .organigramme .organigramme__img {
    width: 180px;
    height: 180px;
  }
}
.organigramme .organigramme__img img {
  width: 170px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .organigramme .organigramme__img img {
    width: 230px;
    height: 230px;
  }
}
@media screen and (max-width: 480px) {
  .organigramme .organigramme__img img {
    width: 180px;
    height: 180px;
  }
}
.organigramme .organigramme__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .organigramme .organigramme__content {
    align-items: center !important;
    margin-top: 1rem;
  }
}
.organigramme .organigramme__content .organigramme__fonction {
  background-color: var(--color-primary);
  color: var(--color-font);
  padding: 8px 18px;
  line-height: 18px !important;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}
.organigramme .organigramme__content .organigramme__name {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .organigramme .organigramme__content .organigramme__name {
    font-size: 1.3rem;
  }
}
.organigramme .organigramme__content .organigramme__info {
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .organigramme .organigramme__content .organigramme__info {
    text-align: center;
  }
}

.accordion {
  width: 100%;
}
.accordion .accordion-item {
  margin: 2rem 0;
}
@media screen and (max-width: 480px) {
  .accordion .accordion-item {
    margin: 1rem 0;
  }
}
.accordion .accordion-item .accordion-header.active::before {
  content: url("https://api.iconify.design/ph/caret-up-bold.svg?color=111212&width=16");
  border: 2px solid var(--color-primary);
}
.accordion .accordion-item .accordion-header.active::after {
  background-color: var(--color-primary);
}
.accordion .accordion-item .accordion-header {
  cursor: pointer;
  padding: 1.5rem 6rem 1.5rem 1.5rem;
  background-color: transparent;
  transition: all 250ms ease-in-out 0ms;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  text-align: left;
  width: 100%;
  display: flex;
  color: var(--color-font);
}
@media screen and (max-width: 480px) {
  .accordion .accordion-item .accordion-header {
    font-size: 1rem;
    padding: 1.5rem 5rem 1.5rem 0;
  }
}
.accordion .accordion-item .accordion-header::after {
  content: "";
  height: 2px;
  width: 4rem;
  background-color: #c1c1c1;
  flex-grow: 1;
  margin: 0.9rem 0 0 2rem;
  min-width: 1.5rem;
}
@media screen and (max-width: 480px) {
  .accordion .accordion-item .accordion-header::after {
    margin: 0.9rem 0 0 1rem;
  }
}
.accordion .accordion-item .accordion-header::before {
  content: url("https://api.iconify.design/ph/caret-down-bold.svg?color=111212&width=16");
  position: absolute;
  right: 1.2rem;
  top: 0.8em;
  height: 36px;
  width: 36px;
  transition: all 250ms ease-in-out 0ms;
  border: 2px solid #c1c1c1;
  color: var(--color-font);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .accordion .accordion-item .accordion-header::before {
    right: 0.5rem;
  }
}
.accordion .accordion-item .accordion-content {
  display: none;
  padding: 0 3rem;
}
@media screen and (max-width: 480px) {
  .accordion .accordion-item .accordion-content {
    padding: 0 1rem;
  }
}

.files {
  margin-bottom: 40px;
}
.files .files__list {
  width: 100%;
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 36px 28px;
  /* Mobile : une colonne + bouton pleine largeur sous la carte */
}
@media screen and (max-width: 768px) {
  .files .files__list {
    margin: 0;
  }
}
.files .files__list .file-card {
  position: relative;
  flex: 1 1 calc(50% - 14px);
  max-width: calc(50% - 14px);
  background: var(--color-bg);
  padding: 26px 28px;
  /* une seule carte dans la liste = 100% */
  /* dernière carte seule sur sa ligne (nombre impair) = 100% */
  /* Contenu gauche : titre + méta sous le titre */
  /* Bouton à droite qui déborde, comme sur la maquette */
}
.files .files__list .file-card:only-child {
  flex-basis: 100%;
  max-width: 100%;
}
.files .files__list .file-card:last-child:nth-child(odd) {
  flex-basis: 100%;
  max-width: 100%;
}
.files .files__list .file-card .file-card__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}
.files .files__list .file-card .file-card__main .file-name {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-font);
}
.files .files__list .file-card .file-card__main .file-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
}
.files .files__list .file-card .file-card__main .file-meta .file-meta__icon {
  font-size: 22px;
  color: var(--color-primary);
}
.files .files__list .file-card .file-card__main .file-meta .file-meta__text {
  color: #595857;
  text-transform: uppercase;
}
.files .files__list .file-card .file-card__actions {
  position: absolute;
  z-index: 2;
  right: -20px;
  bottom: -25px;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
}
.files .files__list .file-card .file-card__actions .btn--download {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #595857;
  background: #fff;
  border-radius: 3px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #595857;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.files .files__list .file-card .file-card__actions .btn--download:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-font);
}
@media screen and (max-width: 768px) {
  .files .files__list {
    gap: 20px;
  }
  .files .files__list .file-card {
    flex-basis: 100%;
    max-width: 100%;
    padding: 20px;
  }
  .files .files__list .file-card .file-card__actions {
    position: static;
    margin-top: 12px;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  .files .files__list .file-card .file-card__actions .btn--download {
    width: 100%;
    justify-content: center;
  }
}

.repertoire__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .repertoire__grid {
    grid-template-columns: 1fr;
  }
}
.repertoire__grid .contact__card {
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 1200px) {
  .repertoire__grid .contact__card {
    align-items: flex-start;
  }
}
.repertoire__grid .contact__card .contact__media {
  flex: 0 0 170px;
  width: 170px;
  height: 170px;
}
@media screen and (max-width: 1200px) {
  .repertoire__grid .contact__card .contact__body {
    align-items: flex-start;
  }
}

.contact__card {
  width: 100%;
  background-color: var(--color-bg);
  padding: 25px;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .contact__card {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0;
  }
}
.contact__card .contact__media {
  width: 200px;
  height: 200px;
  overflow: hidden;
  background-color: #E6E6E6;
}
@media screen and (max-width: 768px) {
  .contact__card .contact__media {
    margin-right: 0;
    width: 230px;
    height: 230px;
  }
}
@media screen and (max-width: 480px) {
  .contact__card .contact__media {
    width: 180px;
    height: 180px;
  }
}
.contact__card .contact__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.95);
}
.contact__card .contact__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .contact__card .contact__body {
    align-items: center;
  }
}
.contact__card .contact__body .contact__name {
  font-size: 1.8rem;
  margin: 0;
}
.contact__card .contact__body .contact__badge {
  padding: 8px 18px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--color-primary);
  border-radius: 1px;
  color: var(--color-font);
  white-space: nowrap;
  line-height: 18px !important;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contact__card .contact__body .contact__badge {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 480px) {
  .contact__card .contact__body .contact__badge {
    font-size: 0.9rem;
    padding: 6px 12px;
  }
}
.contact__card .contact__body .contact__info {
  color: #6B6B6B;
  margin: 0;
}
.contact__card .contact__body .contact__list .contact__item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact__card .contact__body .contact__list .contact__item svg {
  font-size: 1.5rem;
}

.modale__content #closeModale {
  font-family: "Barlow Condensed", sans-serif;
  position: absolute;
  right: 50px;
  top: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: solid 1px var(--color-font);
  border-radius: 3px;
  padding: 10px 15px;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--color-font);
  text-transform: uppercase;
  transition: all 150ms ease-in-out 0ms;
  cursor: pointer;
}
.modale__content #closeModale svg {
  font-size: 16px;
}
.modale__content #closeModale:hover {
  background-color: var(--color-font);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .modale__content #closeModale {
    right: 25px;
  }
}
.modale__content .connect {
  position: fixed;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 30%;
  height: 100%;
  background-color: var(--color-primary);
  padding: 150px 50px 50px;
  overflow-y: auto;
  transition: all 150ms ease-in-out 0ms;
}
@media screen and (max-width: 1200px) {
  .modale__content .connect {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .modale__content .connect {
    width: 100%;
    padding: 100px 25px 50px;
  }
}
.modale__content .connect::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-size: 4px;
  background-image: url(data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20fill-opacity%3D%220.2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204%204%22%20width%3D%224%22%20height%3D%224%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E);
  width: 100%;
  height: 20px;
}
.modale__content .connect h2 {
  font-size: 2.2rem;
  position: relative;
  text-align: left;
  color: var(--color-font);
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .modale__content .connect h2 {
    font-size: 1.5rem;
  }
}
.modale__content .connect h2::before {
  content: "";
  background-color: var(--color-font);
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 3px;
  width: 80px;
}
.modale__content .connect p {
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 1.1rem;
  color: var(--color-font);
}
@media screen and (max-width: 480px) {
  .modale__content .connect p {
    font-size: 1rem;
  }
}
.modale__content .connect .connect__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.modale__content .connect .connect__form #field-1 {
  justify-content: space-between;
  margin-top: 20px;
}
.modale__content .connect .connect__form .connect__field {
  display: flex;
  align-items: center;
  gap: 20px;
}
.modale__content .connect .connect__form .connect__field .connect__icon {
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modale__content .connect .connect__form .connect__field .connect__icon svg {
  font-size: 32px;
  color: var(--color-font);
}
.modale__content .connect .connect__form .connect__field input[type=text], .modale__content .connect .connect__form .connect__field input[type=password] {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px var(--color-font);
  padding: 10px 5px;
  font-size: 16px;
  color: var(--color-font);
  width: 100%;
}
.modale__content .connect .connect__form .connect__field input[type=text]::-moz-placeholder, .modale__content .connect .connect__form .connect__field input[type=password]::-moz-placeholder {
  color: var(--color-font);
  font-style: italic;
}
.modale__content .connect .connect__form .connect__field input[type=text]::placeholder, .modale__content .connect .connect__form .connect__field input[type=password]::placeholder {
  color: var(--color-font);
  font-style: italic;
}
.modale__content .connect .connect__form .connect__field a {
  font-size: 1.1rem;
  color: var(--color-font);
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .modale__content .connect .connect__form .connect__field a {
    font-size: 0.91rem;
  }
}
.modale__content .connect .connect__decor {
  margin: 3.5rem 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.modale__content .connect .connect__decor::before {
  content: "";
  background-color: var(--color-font);
  height: 1px;
  position: absolute;
  right: 0;
  top: 1rem;
  width: 100%;
}
.modale__content .connect .connect__decor span {
  color: var(--color-font);
  background-color: var(--color-primary);
  font-weight: 900;
  padding: 0 20px;
  text-align: center;
  font-size: 1.5em;
  position: relative;
  text-transform: uppercase;
}
.modale__content .account {
  position: fixed;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 35%;
  height: 100%;
  background-color: var(--color-primary);
  padding: 100px 50px 50px;
  overflow-y: auto;
  transition: all 150ms ease-in-out 0ms;
}
@media screen and (max-width: 1200px) {
  .modale__content .account {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .modale__content .account {
    width: 100%;
    padding: 100px 25px 50px;
  }
}
.modale__content .account::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-size: 4px;
  background-image: url(data:image/svg+xml,%3Csvg%20fill%3D%22%23000%22%20fill-opacity%3D%220.2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204%204%22%20width%3D%224%22%20height%3D%224%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E);
  width: 100%;
  height: 20px;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  color: var(--color-font) !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before {
  background-color: var(--color-primary) !important;
}

.cmplz-cookiebanner {
  font-family: "Barlow Semi Condensed", sans-serif !important;
}

.cmplz-btn {
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #595857 !important;
}

.cmplz-title {
  font-weight: 600 !important;
}

.number-post {
  border-bottom: 1px solid #c7c7c7;
  color: #494949;
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 50px;
  padding-bottom: 15px;
  display: block;
}

.paginate {
  width: 100%;
}
.paginate .paginate__list {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 0;
  font-weight: 400;
  list-style: none;
  margin: 3rem 0 2rem;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .paginate .paginate__list {
    margin: 3rem 0 4rem;
  }
}
.paginate .paginate__list .paginate__item {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0.2rem;
  padding: 0;
  line-height: normal;
}
.paginate .paginate__list .paginate__item::before {
  display: none;
}
.paginate .paginate__list .paginate__item a {
  text-decoration: none;
  color: var(--color-font);
  border: solid 1px #c7c7c7;
  border-radius: 3px;
  padding: 10px 15px;
  display: block;
  min-width: 35px;
  cursor: pointer;
}
.paginate .paginate__list .paginate__item span {
  pointer-events: none;
  text-decoration: none;
  color: var(--color-font);
  border: solid 1px #c7c7c7;
  border-radius: 3px;
  background-color: var(--color-primary);
  padding: 10px 15px;
  display: block;
  min-width: 35px;
}
.paginate .paginate__list .-prev {
  left: 0;
}
.paginate .paginate__list .-next {
  right: 0;
}
.paginate .paginate__list .-prev, .paginate .paginate__list .-next {
  position: absolute;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .paginate .paginate__list .-prev, .paginate .paginate__list .-next {
    font-size: 0;
  }
}
.paginate .paginate__list .-prev svg, .paginate .paginate__list .-next svg {
  font-size: 1rem;
}
.paginate .paginate__list .-prev a, .paginate .paginate__list .-next a {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: var(--color-font);
  border: solid 1px #c7c7c7;
  border-radius: 3px;
  border-radius: 3px;
  font-weight: 500;
  padding: 15px 25px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .paginate .paginate__list .-prev a, .paginate .paginate__list .-next a {
    gap: 0;
    padding: 10px;
  }
}
.paginate .paginate__list .-prev span, .paginate .paginate__list .-next span {
  display: flex;
  align-items: center;
  gap: 5px;
  pointer-events: none;
  text-decoration: none;
  color: #5d5d5d;
  border: solid 1px #c7c7c7;
  font-weight: 400;
  padding: 15px 25px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .paginate .paginate__list .-prev span, .paginate .paginate__list .-next span {
    gap: 0;
    padding: 10px;
  }
}

.social-feed {
  padding: 4rem 0;
  background-color: var(--color-white);
}
.social-feed__container {
  max-width: 1200px;
  margin: 0 auto;
}
.social-feed__header {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}
.social-feed__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 2rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.social-feed__title span {
  color: var(--color-dark);
  position: relative;
}
.social-feed__title span::after {
  content: "";
  background-image: url("../img/dots.svg");
  width: 100px;
  height: 20px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.social-feed__networks {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}
.social-feed__network {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.social-feed__network .iconify {
  font-size: 1.5rem;
}
.social-feed__network:hover {
  background-color: var(--color-dark);
}
.social-feed__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin: 0 auto;
}
.social-feed__item {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: transform 0.3s ease;
}
.social-feed__item:hover {
  transform: translateY(-5px);
}
.social-feed__item__thumbnail {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  background-color: var(--color-light);
}
.social-feed__item__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.social-feed__item__platform {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-feed__item__platform .iconify {
  font-size: 1rem;
}
.social-feed__item__content {
  padding: 1rem 0;
}
.social-feed__item__text {
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--color-dark);
  margin: 0;
}

@media (max-width: 1024px) {
  .social-feed__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .social-feed {
    padding: 3rem 0;
  }
  .social-feed__title {
    font-size: 2rem;
  }
  .social-feed__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .social-feed__grid {
    grid-template-columns: 1fr;
  }
}
.flash-info {
  background-color: #f1f1f1;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}
.flash-info .flash-info__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
}
@media screen and (max-width: 1200px) {
  .flash-info .flash-info__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.flash-info .flash-info__wrap .flash-info__title {
  border-right: 1px solid #d5d5d5;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  max-width: 11.5rem;
  padding: 0.8rem 2rem 0.8rem 0;
  text-align: right;
  text-transform: uppercase;
  color: var(--color-font);
}
@media screen and (max-width: 1200px) {
  .flash-info .flash-info__wrap .flash-info__title {
    text-align: left;
    border-right: none;
    border-bottom: 1px solid #d5d5d5;
  }
}
.flash-info .flash-info__wrap .flash-info__title span {
  font-weight: 700;
}
.flash-info .flash-info__wrap .flash-info__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 2rem;
}
@media screen and (max-width: 1200px) {
  .flash-info .flash-info__wrap .flash-info__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin-top: 15px;
  }
}
.flash-info .flash-info__wrap .flash-info__item .flash-info__svg svg {
  font-size: 3rem;
  color: var(--color-primary);
}
.flash-info .flash-info__wrap .flash-info__item .flash-info__content {
  width: 100%;
  padding: 0 1rem;
  font-weight: 400;
  font-size: 1.1rem;
  color: var(--color-font);
}
@media screen and (max-width: 1200px) {
  .flash-info .flash-info__wrap .flash-info__item .flash-info__content {
    padding: 0;
  }
}
.flash-info .flash-info__wrap .flash-info__item .flash-info__btn {
  white-space: nowrap;
  border: solid 1px var(--color-font);
  padding: 10px 15px;
  color: var(--color-font);
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 50px;
  transition: all 150ms ease-in-out 0ms;
}
@media screen and (max-width: 1200px) {
  .flash-info .flash-info__wrap .flash-info__item .flash-info__btn {
    margin: 20px 0 0;
  }
}
.flash-info .flash-info__wrap .flash-info__item .flash-info__btn:hover {
  background-color: var(--color-primary);
  color: var(--color-font);
  border: solid 1px var(--color-primary);
}
.flash-info .flash-info__wrap .flash-info__btn_close {
  cursor: pointer;
  align-self: flex-start;
  border: none;
  background: none;
}
@media screen and (max-width: 1200px) {
  .flash-info .flash-info__wrap .flash-info__btn_close {
    position: absolute;
    right: 0;
  }
}
.flash-info .flash-info__wrap .flash-info__btn_close:hover svg {
  color: var(--color-primary);
}
.flash-info .flash-info__wrap .flash-info__btn_close svg {
  font-size: 1.5rem;
  color: var(--color-font);
}

.associations__top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 25px 0 50px;
  gap: 25px;
}
@media screen and (max-width: 1200px) {
  .associations__top {
    flex-direction: column;
  }
}
.associations__top .associations__top_thumbnail {
  width: 280px;
  height: 180px;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .associations__top .associations__top_thumbnail {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 480px) {
  .associations__top .associations__top_thumbnail {
    height: 250px;
  }
}
.associations__top .associations__top_thumbnail img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.95);
}
@media screen and (max-width: 1200px) {
  .associations__top .associations__top_thumbnail img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .associations__top .associations__top_thumbnail img {
    height: 250px;
  }
}
.associations__top .associations_top_content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.associations__top .associations_top_content .page__tag {
  padding: 8px 18px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--color-primary);
  border-radius: 1px;
  color: var(--color-font);
}
@media screen and (max-width: 480px) {
  .associations__top .associations_top_content .page__tag {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.associations__top .associations_top_content .page__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  align-self: stretch;
}
@media screen and (max-width: 1200px) {
  .associations__top .associations_top_content .page__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .associations__top .associations_top_content .page__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 480px) {
  .associations__top .associations_top_content .page__title {
    font-size: 1.6rem;
  }
}
.associations__top .associations_top_content .page__details {
  display: flex;
  width: 100%;
  margin: 1rem 0;
}
.associations__top .associations_top_content .page__details .details__wrap {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  padding-right: 5%;
}
.associations__top .associations_top_content .page__details .details__wrap:nth-child(2) {
  padding: 0 0 0 5%;
  border-left: 1px solid rgba(17, 18, 18, 0.05);
}
.associations__top .associations_top_content .page__details .details__wrap .details__items.-adresse {
  align-items: flex-start;
}
.associations__top .associations_top_content .page__details .details__wrap .details__items {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #676767;
}
.associations__top .associations_top_content .page__details .details__wrap .details__items:hover {
  text-decoration: none;
}
.associations__top .associations_top_content .page__details .details__wrap .details__items svg {
  color: var(--color-primary);
  font-size: 20px;
}

.site-wrapper__header {
  transition: all 0.3s;
  position: relative;
  z-index: 999;
  min-height: 158px;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 5px 15px;
}
@media screen and (max-width: 1460px) {
  .site-wrapper__header {
    min-height: 133px;
  }
}
@media screen and (max-width: 768px) {
  .site-wrapper__header {
    min-height: 70px;
  }
}
.site-wrapper__header .menu-skip a {
  position: absolute;
  top: -100%;
  left: 0;
  transition: all 250ms ease-in-out 0ms;
  background: var(--color-font);
  color: #fff;
  display: block;
  font-size: 1.3rem;
  width: 100%;
  z-index: 101;
  height: 43px;
  display: flex;
  padding: 0 10px;
  align-items: center;
}
.site-wrapper__header .menu-skip a:focus {
  top: 0;
}
.site-wrapper__header .header-top {
  background-color: var(--color-bg);
  height: 43px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 150px;
}
@media screen and (max-width: 1460px) {
  .site-wrapper__header .header-top {
    padding: 0 0 0 20px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .site-wrapper__header .header-top {
    display: none;
  }
}
.site-wrapper__header .header-top .header-top__social {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1460px) {
  .site-wrapper__header .header-top .header-top__social {
    display: none;
  }
}
.site-wrapper__header .header-top .header-top__social .social__item:nth-last-child(1) a {
  border-right: none;
}
.site-wrapper__header .header-top .header-top__social .social__item a {
  display: flex;
  align-items: center;
  height: 20px;
  border-right: 1px solid #c5c5c5;
  padding: 0 10px;
  text-decoration: none;
}
.site-wrapper__header .header-top .header-top__social .social__item a:hover svg {
  color: var(--color-primary);
}
.site-wrapper__header .header-top .header-top__social .social__item a svg {
  transition: all 250ms ease-in-out 0ms;
  color: #727272;
  font-size: 20px;
}
.site-wrapper__header .header-top .header-top__components {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .site-wrapper__header .header-top .header-top__components {
    width: 100%;
    justify-content: space-between;
  }
}
.site-wrapper__header .header-top .header-top__components .component__search {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  background: #E6E6E6;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 130px;
  max-width: 100%;
  overflow: hidden;
}
.site-wrapper__header .header-top .header-top__components .component__search:hover .search-icon {
  color: #A1BD32;
}
.site-wrapper__header .header-top .header-top__components .component__search.active {
  width: 300px;
  z-index: 10;
}
.site-wrapper__header .header-top .header-top__components .component__search.active .search-label {
  opacity: 0;
  pointer-events: none;
}
.site-wrapper__header .header-top .header-top__components .component__search.active .search-input {
  display: block;
}
.site-wrapper__header .header-top .header-top__components .component__search.active .search-icon {
  color: var(--color-font);
}
.site-wrapper__header .header-top .header-top__components .component__search .search-input {
  font-family: "Barlow Semi Condensed", sans-serif;
  border: none;
  background: none;
  padding: 5px;
  width: 100%;
  outline: none;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--color-font);
  display: none;
}
.site-wrapper__header .header-top .header-top__components .component__search .search-icon {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.2s;
}
.site-wrapper__header .header-top .header-top__components .component__search .search-label {
  color: var(--color-font);
  font-size: 1.1rem;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.site-wrapper__header .header-top .header-top__components .component__search .search-form {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.site-wrapper__header .header-top .header-top__components .component__search .search-form .search-input::-moz-placeholder {
  font-size: 1.1rem;
  font-family: "Barlow Condensed", sans-serif;
}
.site-wrapper__header .header-top .header-top__components .component__search .search-form .search-input::placeholder {
  font-size: 1.1rem;
  font-family: "Barlow Condensed", sans-serif;
}
.site-wrapper__header .header-top .header-top__components .component__connect {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--color-primary);
  text-decoration: none;
  padding: 0 20px;
  color: #494949;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 480px) {
  .site-wrapper__header .header-top .header-top__components .component__connect {
    width: 50%;
    justify-content: center;
  }
}
.site-wrapper__header .fixed-menu {
  position: fixed;
  top: 0;
  background-color: #fff;
  height: 80px !important;
}
.site-wrapper__header .fixed-menu ul ul {
  top: 80px !important;
}
.site-wrapper__header .wrapper__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 115px;
  padding: 0 160px 0 160px;
  width: 100%;
}
@media screen and (max-width: 1460px) {
  .site-wrapper__header .wrapper__header {
    padding: 0 30px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .site-wrapper__header .wrapper__header {
    padding: 0 20px;
  }
}
.site-wrapper__header .wrapper__header .header__link {
  display: flex;
  align-items: center;
  color: var(--color-font);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .site-wrapper__header .wrapper__header .header__link {
    width: 90%;
  }
}
.site-wrapper__header .wrapper__header .header__link .header__logo {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  line-height: 1.1;
  letter-spacing: -1px;
}
.site-wrapper__header .wrapper__header .header__link .header__logo #logo_p1 {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1460px) {
  .site-wrapper__header .wrapper__header .header__link .header__logo #logo_p1 {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .site-wrapper__header .wrapper__header .header__link .header__logo #logo_p1 {
    font-size: 3vw;
  }
}
.site-wrapper__header .wrapper__header .header__link .header__logo #logo_p2 {
  display: flex;
  align-items: self-start;
  font-size: 40px;
  font-weight: 800;
}
@media screen and (max-width: 1460px) {
  .site-wrapper__header .wrapper__header .header__link .header__logo #logo_p2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .site-wrapper__header .wrapper__header .header__link .header__logo #logo_p2 {
    font-size: 7vw;
  }
}
.site-wrapper__header .wrapper__header .header__link .header__logo #logo_p2 #logo_p3 {
  font-weight: 400;
  font-size: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 1460px) {
  .site-wrapper__header .wrapper__header .header__link .header__logo #logo_p2 #logo_p3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .site-wrapper__header .wrapper__header .header__link .header__logo #logo_p2 #logo_p3 {
    font-size: 3vw;
  }
}
.site-wrapper__header .wrapper__header .nav__mobile {
  padding: 10px;
  border: solid 1px #E5E5E5;
  border-radius: 3px;
}
.site-wrapper__header .wrapper__header .nav__mobile svg {
  font-size: 25px;
}
@media screen and (max-width: 1460px) {
  .site-wrapper__header .wrapper__header .nav__mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.site-wrapper__footer {
  margin-top: auto;
  background-color: var(--color-font);
}
.site-wrapper__footer .go-to-top {
  position: fixed;
  z-index: 45;
  bottom: 30px;
  right: 30px;
  display: none;
}
@media screen and (max-width: 480px) {
  .site-wrapper__footer .go-to-top {
    display: none !important;
  }
}
.site-wrapper__footer .footer {
  display: flex;
  flex-direction: column;
}
.site-wrapper__footer .footer .footer__wrapper {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .site-wrapper__footer .footer .footer__wrapper {
    gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  .site-wrapper__footer .footer .footer__wrapper {
    flex-direction: column;
    gap: 35px;
    padding: 40px 0 20px;
  }
}
.site-wrapper__footer .footer .footer__wrapper .footer__logo {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  color: #fff;
  font-family: "Figtree", sans-serif;
}
@media screen and (max-width: 1200px) {
  .site-wrapper__footer .footer .footer__wrapper .footer__logo {
    display: none;
  }
}
.site-wrapper__footer .footer .footer__wrapper .footer__logo #logo_p1 {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 1460px) {
  .site-wrapper__footer .footer .footer__wrapper .footer__logo #logo_p1 {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .site-wrapper__footer .footer .footer__wrapper .footer__logo #logo_p1 {
    font-size: 2.5vw;
  }
}
.site-wrapper__footer .footer .footer__wrapper .footer__logo #logo_p2 {
  display: flex;
  align-items: self-start;
  font-size: 35px;
  font-weight: 800;
}
@media screen and (max-width: 1460px) {
  .site-wrapper__footer .footer .footer__wrapper .footer__logo #logo_p2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .site-wrapper__footer .footer .footer__wrapper .footer__logo #logo_p2 {
    font-size: 5vw;
  }
}
.site-wrapper__footer .footer .footer__wrapper .footer__logo #logo_p2 #logo_p3 {
  font-weight: 400;
  font-size: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 1460px) {
  .site-wrapper__footer .footer .footer__wrapper .footer__logo #logo_p2 #logo_p3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .site-wrapper__footer .footer .footer__wrapper .footer__logo #logo_p2 #logo_p3 {
    font-size: 3vw;
  }
}
.site-wrapper__footer .footer .footer__wrapper .info__item {
  color: #fff;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.4;
  max-width: 450px;
  min-width: 300px;
}
.site-wrapper__footer .footer .footer__wrapper .info__item.is-name {
  font-weight: 600;
  font-size: 1.25rem;
}
.site-wrapper__footer .footer .footer__wrapper .info__item.is-address {
  margin-top: 5px;
}
.site-wrapper__footer .footer .footer__wrapper .info__item.is-schedule {
  margin-top: 5px;
}
.site-wrapper__footer .footer .footer__wrapper .info__item.is-schedule span {
  font-weight: 600;
  text-transform: uppercase;
}
.site-wrapper__footer .footer .footer__wrapper .info__item.is-phone {
  margin-top: 5px;
}
.site-wrapper__footer .footer .footer__wrapper .info__item.is-phone a {
  color: #fff;
  transition: all 0.3s ease;
}
.site-wrapper__footer .footer .footer__wrapper .info__item.is-phone a:hover {
  font-weight: 500;
  background-color: var(--color-primary);
  color: var(--color-font);
  text-decoration: none;
}
.site-wrapper__footer .footer .footer__wrapper .footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-wrapper__footer .footer .footer__under {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.site-wrapper__footer .footer .footer__under .footer__under__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .site-wrapper__footer .footer .footer__under .footer__under__list {
    height: auto;
    padding: 15px 0;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    width: 80%;
  }
}
.site-wrapper__footer .footer .footer__under .footer__under__list .menu-bas-de-page-container {
  width: 65%;
}
@media screen and (max-width: 1200px) {
  .site-wrapper__footer .footer .footer__under .footer__under__list .menu-bas-de-page-container {
    width: 100%;
    display: flex;
  }
}
.site-wrapper__footer .footer .footer__under .footer__under__list .menu-bas-de-page-container .footer__under__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .site-wrapper__footer .footer .footer__under .footer__under__list .menu-bas-de-page-container .footer__under__item {
    gap: 15px;
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .site-wrapper__footer .footer .footer__under .footer__under__list .menu-bas-de-page-container .footer__under__item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
}
.site-wrapper__footer .footer .footer__under .footer__under__list .menu-bas-de-page-container .footer__under__item a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 200;
  text-decoration: none;
}
.site-wrapper__footer .footer .footer__under .footer__under__list .menu-bas-de-page-container .footer__under__item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .site-wrapper__footer .footer .footer__under .footer__under__list .menu-bas-de-page-container .footer__under__item a {
    font-size: 1.1rem;
  }
}
.site-wrapper__footer .footer .footer__under .footer__under__list .footer__rgaa {
  color: #fff;
  display: flex;
  flex-direction: column;
}
.site-wrapper__footer .footer .footer__under .footer__under__list .footer__rgaa .footer__rgaa-caption {
  font-size: 0.9rem;
  line-height: 1;
}
.site-wrapper__footer .footer .footer__under .footer__under__list .footer__rgaa .footer__rgaa-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1rem;
}
.site-wrapper__footer .footer .footer__under .footer__under__list .footer__rgaa .footer__rgaa-wrapper .footer__rgaa-status {
  font-weight: bold;
}

.page__content .page__header {
  background-color: var(--color-bg);
}
.page__content .page__header .page__banner {
  width: 100%;
  max-height: 400px;
  position: relative;
}
.page__content .page__header .page__banner::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' fill-opacity='1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4' width='4' height='4'%3E%3Crect width='1' height='1'/%3E%3C/svg%3E");
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: 4px;
  height: 13px;
  z-index: 0;
  width: 100%;
}
.page__content .page__header .page__banner img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(95%);
}
@media screen and (max-width: 480px) {
  .page__content .page__header .page__banner img {
    height: 250px;
  }
}
.page__content .page__header .page__navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px rgba(17, 18, 18, 0.05);
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .page__content .page__header .page__navbar {
    padding-top: 0;
  }
}
.page__content .page__header .page__navbar .btn__share {
  background: none;
  border: none;
  transition: all 0.25s ease-in-out 0ms;
  cursor: pointer;
}
.page__content .page__header .page__navbar .btn__share:hover {
  transform: scale(1.1);
}
.page__content .page__header .page__navbar .btn__share svg {
  font-size: 20px;
  color: var(--color-font);
}
.page__content .page__header .page__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0 75px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .page__content .page__header .page__top {
    padding: 30px 0 50px;
  }
}
.page__content .page__header .page__top .page__tag {
  padding: 8px 18px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--color-primary);
  border-radius: 1px;
  color: var(--color-font);
}
@media screen and (max-width: 480px) {
  .page__content .page__header .page__top .page__tag {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.page__content .page__header .page__top .page__title {
  color: var(--color-font);
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  align-self: stretch;
}
@media screen and (max-width: 1200px) {
  .page__content .page__header .page__top .page__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page__content .page__header .page__top .page__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 480px) {
  .page__content .page__header .page__top .page__title {
    font-size: 1.8rem;
  }
}
.page__content .page__header .page__top .page__excerpt {
  color: #676767;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .page__content .page__header .page__top .page__excerpt {
    margin-top: 5px;
  }
}
@media screen and (max-width: 480px) {
  .page__content .page__header .page__top .page__excerpt {
    font-size: 1rem;
  }
}

.actu__top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px 0 50px;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .actu__top {
    flex-direction: column;
  }
}
.actu__top .actu__top_thumbnail {
  width: 280px;
  height: 190px;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .actu__top .actu__top_thumbnail {
    width: 230px;
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .actu__top .actu__top_thumbnail {
    width: 100%;
    min-width: auto;
    height: 250px;
  }
}
.actu__top .actu__top_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.95);
}
@media screen and (max-width: 768px) {
  .actu__top .actu__top_thumbnail img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .actu__top .actu__top_thumbnail img {
    height: 250px;
  }
}
.actu__top .actu_top_content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
}
.actu__top .actu_top_content .page__tag {
  padding: 8px 18px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--color-primary);
  border-radius: 1px;
  color: var(--color-font);
}
@media screen and (max-width: 480px) {
  .actu__top .actu_top_content .page__tag {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.actu__top .actu_top_content .page__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  align-self: stretch;
  color: var(--color-font);
}
@media screen and (max-width: 1200px) {
  .actu__top .actu_top_content .page__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .actu__top .actu_top_content .page__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 480px) {
  .actu__top .actu_top_content .page__title {
    font-size: 1.8rem;
    line-height: 1.1;
  }
}
.actu__top .actu_top_content .page__excerpt {
  color: #676767;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .actu__top .actu_top_content .page__excerpt {
    margin-top: 5px;
  }
}
@media screen and (max-width: 480px) {
  .actu__top .actu_top_content .page__excerpt {
    font-size: 1rem;
  }
}
.actu__top .actu_top_content .page__date {
  color: #6B6B6B;
  font-size: 1rem;
  font-weight: 500;
}

.kiosk__top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px 0 50px;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .kiosk__top {
    flex-direction: column;
  }
}
.kiosk__top .kiosk__top_thumbnail {
  width: 280px;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .kiosk__top .kiosk__top_thumbnail {
    width: 230px;
    height: 340px;
  }
}
@media screen and (max-width: 480px) {
  .kiosk__top .kiosk__top_thumbnail {
    width: 100%;
    height: auto;
  }
}
.kiosk__top .kiosk__top_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.99);
}
@media screen and (max-width: 768px) {
  .kiosk__top .kiosk__top_thumbnail img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .kiosk__top .kiosk__top_thumbnail img {
    height: auto;
  }
}
.kiosk__top .kiosk__top_content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
}
.kiosk__top .kiosk__top_content .page__tag {
  padding: 8px 18px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--color-primary);
  border-radius: 1px;
  color: var(--color-font);
}
@media screen and (max-width: 480px) {
  .kiosk__top .kiosk__top_content .page__tag {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.kiosk__top .kiosk__top_content .page__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  align-self: stretch;
  color: var(--color-font);
}
@media screen and (max-width: 1200px) {
  .kiosk__top .kiosk__top_content .page__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .kiosk__top .kiosk__top_content .page__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 480px) {
  .kiosk__top .kiosk__top_content .page__title {
    font-size: 1.8rem;
  }
}
.kiosk__top .kiosk__top_content .page__excerpt {
  color: #676767;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
.kiosk__top .kiosk__top_content .page__date {
  color: #727272;
  font-size: 0.9rem;
  font-weight: 400;
}

#tarteaucitronRoot {
  /* ===========================
     BOUTON "COOKIES" EN BAS DROITE
     style type CTA du CodePen
  ============================ */
  /* Version mobile : un peu plus compact */
}
#tarteaucitronRoot #tarteaucitronIcon.tarteaucitronIconBottomRight {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99998;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", Arial, sans-serif;
  background: #fe3e54;
  border-radius: 3px;
  box-shadow: 0 4px 10px rgba(254, 62, 84, 0.24);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}
#tarteaucitronRoot #tarteaucitronIcon.tarteaucitronIconBottomRight #tarteaucitronManager {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  cursor: pointer;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
#tarteaucitronRoot #tarteaucitronIcon.tarteaucitronIconBottomRight #tarteaucitronManager img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  filter: invert(1);
}
#tarteaucitronRoot #tarteaucitronIcon.tarteaucitronIconBottomRight #tarteaucitronManager::after {
  content: "Cookies";
}
#tarteaucitronRoot #tarteaucitronIcon.tarteaucitronIconBottomRight:hover {
  box-shadow: 0 16px 24px rgba(254, 62, 84, 0.2);
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  #tarteaucitronRoot #tarteaucitronIcon.tarteaucitronIconBottomRight {
    bottom: 15px;
    right: 15px;
  }
  #tarteaucitronRoot #tarteaucitronIcon.tarteaucitronIconBottomRight #tarteaucitronManager {
    padding: 8px 16px;
    font-size: 10px;
  }
  #tarteaucitronRoot #tarteaucitronIcon.tarteaucitronIconBottomRight #tarteaucitronManager img {
    width: 16px;
    height: 16px;
  }
}

.wp-block-table {
  width: 100%;
  margin-bottom: 30px;
  overflow-x: auto;
  border-collapse: collapse;
}
.wp-block-table .has-fixed-layout {
  overflow-x: auto;
}
.wp-block-table thead {
  border: none;
}
.wp-block-table thead th {
  font-weight: 700;
  background-color: var(--color-primary);
  border: 1px solid #fff;
}
.wp-block-table th, .wp-block-table td {
  border: 1px solid #ededed;
  padding: 25px;
  text-align: left;
  font-size: 1.2rem;
  color: var(--color-font);
}
@media screen and (max-width: 480px) {
  .wp-block-table th, .wp-block-table td {
    font-size: 0.9rem;
    padding: 10px 12px;
  }
}
.wp-block-table th strong, .wp-block-table td strong {
  font-weight: 700;
}
.wp-block-table th {
  background-color: #E6E6E6;
  font-weight: 600;
}
.wp-block-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.page__wrapper {
  padding: 70px 0;
}
@media screen and (max-width: 480px) {
  .page__wrapper {
    padding: 30px 0;
  }
}
.page__wrapper h2 {
  font-size: 2.4rem;
  margin: 56px 0 26px 0;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
  color: var(--color-font);
}
.page__wrapper h2::before {
  content: "";
  background-color: var(--color-primary);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 80px;
}
@media screen and (max-width: 480px) {
  .page__wrapper h2::before {
    bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .page__wrapper h2 {
    font-size: 2rem;
  }
}
.page__wrapper h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 26px 0 20px;
  text-align: left;
  color: var(--color-font);
}
@media screen and (max-width: 480px) {
  .page__wrapper h3 {
    font-size: 1.8rem;
  }
}
.page__wrapper h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 26px 0 20px;
  text-align: left;
  color: var(--color-font);
}
@media screen and (max-width: 480px) {
  .page__wrapper h4 {
    font-size: 1.5rem;
  }
}
.page__wrapper h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 26px 0 20px;
  text-align: left;
  color: var(--color-font);
}
@media screen and (max-width: 480px) {
  .page__wrapper h5 {
    font-size: 1.1rem;
  }
}
.page__wrapper h6 {
  font-size: 18px;
  font-weight: 700;
  margin: 26px 0 20px;
  text-align: left;
  color: var(--color-font);
}
@media screen and (max-width: 480px) {
  .page__wrapper h6 {
    font-size: 1rem;
  }
}
.page__wrapper p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 16px;
  word-break: break-word;
  text-align: left;
  color: var(--color-font);
}
@media screen and (max-width: 480px) {
  .page__wrapper p {
    font-size: 1rem;
    margin: 0 0 10px;
  }
}
.page__wrapper ol {
  margin: 0 0 16px 50px;
}
@media screen and (max-width: 480px) {
  .page__wrapper ol {
    margin: 10px 0 15px 30px;
  }
}
.page__wrapper ol li {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.9;
  padding-left: 6px;
  margin-bottom: 6px;
  position: relative;
  color: var(--color-font);
}
.page__wrapper ol li::marker {
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page__wrapper ol li {
    font-size: 1rem;
    margin-bottom: 10px;
    padding-left: 10px;
  }
}
.page__wrapper ul {
  list-style: none;
  margin: 0 0 16px 20px;
}
@media screen and (max-width: 480px) {
  .page__wrapper ul {
    margin: 5px 0 5px 10px;
  }
}
.page__wrapper ul li {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.9;
  padding-left: 30px;
  margin-bottom: 6px;
  position: relative;
  color: var(--color-font);
}
@media screen and (max-width: 480px) {
  .page__wrapper ul li {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.page__wrapper ul li::before {
  content: url("https://api.iconify.design/ci/caret-right-sm.svg?width=30");
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-weight: 400;
  width: 1.5rem;
}
@media screen and (max-width: 480px) {
  .page__wrapper ul li::before {
    margin-top: 5px;
  }
}
.page__wrapper ul li ul {
  margin: 0 0 0 20px;
}
.page__wrapper .wp-block-media-text {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page__wrapper .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 480px) {
  .page__wrapper .wp-block-media-text .wp-block-media-text__content {
    padding: 20px 0 0 0;
  }
}
.page__wrapper .wp-block-media-text .wp-block-media-text__content .wp-block-heading {
  margin: 0 0 20px;
}
.page__wrapper .wp-block-verse {
  background-color: var(--color-bg);
  padding: 2rem;
  line-height: 1.9;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .page__wrapper .wp-block-verse {
    font-size: 0.9rem;
    margin: 0 0 10px;
  }
}
.page__wrapper blockquote {
  background-color: var(--color-bg);
  font-size: 1.2rem;
  margin-left: 2.91667em;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 2rem 0 2rem 8rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  .page__wrapper blockquote {
    font-size: 0.9rem;
  }
}
.page__wrapper blockquote::before {
  content: url("https://api.iconify.design/ph/quotes.svg?width=32");
  position: absolute;
  left: 40px;
  top: 10%;
}
.page__wrapper blockquote p {
  line-height: 1.5;
  margin: 0;
}
.page__wrapper blockquote cite {
  margin-top: 20px;
  font-size: 1.2rem;
}
.page__wrapper blockquote cite::before {
  content: "—";
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .page__wrapper blockquote cite {
    font-size: 0.9rem;
  }
}
.page__wrapper blockquote form {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.45833em;
}
.page__wrapper blockquote form input {
  margin: 0 15px;
  width: auto;
}
.page__wrapper a {
  color: var(--color-font);
  font-weight: 500;
  transition: all 250ms ease-in-out 0ms;
}
.page__wrapper a:hover {
  background-color: var(--color-primary);
  text-decoration: none;
}
.page__wrapper a[target=_blank]::after {
  content: url("https://api.iconify.design/akar-icons/link-out.svg?width=16");
  margin-left: 5px;
}
.page__wrapper strong {
  font-weight: 500;
}

iframe {
  border: none;
}

.wp-block-gallery {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px !important;
  grid-row-gap: 15px !important;
  margin: 15px 0;
}
@media screen and (max-width: 1200px) {
  .wp-block-gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(auto);
  }
}
@media screen and (max-width: 768px) {
  .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .wp-block-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wp-block-gallery .wp-block-image {
  width: 100% !important;
  height: 250px;
  cursor: pointer;
  overflow: hidden;
}
.wp-block-gallery .wp-block-image:hover img {
  opacity: 0.9;
}
.wp-block-gallery .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease-in-out 0ms;
  transition-duration: 0.4s;
}

.wp-block-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.wp-block-embed.is-type-video {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 70px 0;
}
.wp-block-embed.is-type-video iframe {
  width: 900px;
  height: 560px;
}
@media screen and (max-width: 768px) {
  .wp-block-embed.is-type-video iframe {
    width: 730px;
    height: 540px;
  }
}
@media screen and (max-width: 480px) {
  .wp-block-embed.is-type-video iframe {
    width: 380px;
    height: 180px;
  }
}

.page-associations__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .page-associations__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page-associations__list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
    margin: 0 30px 30px;
  }
}
@media screen and (max-width: 480px) {
  .page-associations__list {
    margin: 0 15px 30px;
  }
}
.page-associations__list .page-associations__items {
  display: flex;
  flex-wrap: wrap;
}
.page-associations__list .page-associations__items .page-associations__item {
  flex-shrink: 1;
  width: 100%;
  color: var(--color-font);
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page-associations__list .page-associations__items .page-associations__item:hover {
  background: none;
}
.page-associations__list .page-associations__items .page-associations__item:hover .page-associations__item__content .page-associations__item__title .underline {
  background-size: 100% 100%;
}
.page-associations__list .page-associations__items .page-associations__item .page-associations__item__thumbnail {
  overflow: hidden;
  height: 250px;
}
.page-associations__list .page-associations__items .page-associations__item .page-associations__item__thumbnail img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.2s ease;
  filter: brightness(0.95);
}
.page-associations__list .page-associations__items .page-associations__item .page-associations__item__thumbnail .thumbnail__none {
  transform: scale(1.05);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease-in-out 0ms;
  transition-duration: 0.4s;
  background-color: #efefef;
}
.page-associations__list .page-associations__items .page-associations__item .page-associations__item__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.page-associations__list .page-associations__items .page-associations__item .page-associations__item__content .page-associations__item__taxonomy {
  padding: 8px 18px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--color-primary);
  border-radius: 1px;
  color: var(--color-font);
  line-height: 18px !important;
}
.page-associations__list .page-associations__items .page-associations__item .page-associations__item__content .page-associations__item__title {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.page-associations__list .page-associations__items .page-associations__item .page-associations__item__content .page-associations__item__title::before {
  display: none;
}
@media screen and (max-width: 480px) {
  .page-associations__list .page-associations__items .page-associations__item .page-associations__item__content .page-associations__item__title {
    font-size: 1.2rem;
  }
}
.page-associations__list .page-associations__items .details__wrap.-right {
  padding: 0 0 0 5%;
}
.page-associations__list .page-associations__items .details__wrap {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  padding-right: 5%;
  margin-top: 25px;
}
.page-associations__list .page-associations__items .details__wrap .details__items.-adresse {
  align-items: flex-start;
}
.page-associations__list .page-associations__items .details__wrap .details__items {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #727272;
}
.page-associations__list .page-associations__items .details__wrap .details__items:hover {
  text-decoration: none;
  background-color: transparent;
}
.page-associations__list .page-associations__items .details__wrap .details__items svg {
  color: var(--color-primary);
  font-size: 20px;
}

/* ---------- Helpers (aucun changement de valeurs) ---------- */
.quick-access .quick-access__inner .swiper-button-prev,
.quick-access .quick-access__inner .swiper-button-next, .hero .swiper-button-prev,
.hero .swiper-button-next {
  border: none;
  background: none;
}
.quick-access .quick-access__inner .swiper-button-prev::after,
.quick-access .quick-access__inner .swiper-button-next::after, .hero .swiper-button-prev::after,
.hero .swiper-button-next::after {
  display: none;
}

.kiosk__left .kiosk__title, .agenda .agenda__header .agenda__title, .news .news__header .news__title {
  font-size: 4rem;
  font-weight: 400;
  color: var(--color-font);
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kiosk__left .kiosk__title, .agenda .agenda__header .agenda__title, .news .news__header .news__title {
    font-size: 3rem;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .kiosk__left .kiosk__title, .agenda .agenda__header .agenda__title, .news .news__header .news__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.kiosk__left .kiosk__title::after, .agenda .agenda__header .agenda__title::after, .news .news__header .news__title::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 50%;
  width: 100px;
  height: 4px;
  background-color: var(--color-primary);
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .kiosk__left .kiosk__title::after, .agenda .agenda__header .agenda__title::after, .news .news__header .news__title::after {
    top: -10px;
    right: inherit;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.kiosk__left .kiosk__title span, .agenda .agenda__header .agenda__title span, .news .news__header .news__title span {
  font-weight: 700;
}

/* ---------- HERO ---------- */
.hero {
  width: 100%;
  position: relative;
  background-color: #efefef;
  height: 640px;
}
@media screen and (max-width: 1200px) {
  .hero {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    height: 350px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  height: 300px;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, #000 100%);
  opacity: 0.8;
}
.hero img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  filter: brightness(95%);
  height: 640px;
}
@media screen and (max-width: 1200px) {
  .hero img {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .hero img {
    height: 350px;
  }
}
.hero .swiper-pagination {
  bottom: 65px !important;
  z-index: 10;
}
.hero .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.3;
  border-radius: 3px;
}
.hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-primary);
  opacity: 1;
}
.hero .swiper-button-prev,
.hero .swiper-button-next {
  z-index: 10;
  color: #fff;
  padding: 10px;
  width: 50px;
  height: 50px;
  transition: transform 0.3s ease;
}
.hero .swiper-button-prev svg,
.hero .swiper-button-next svg {
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 0 10px);
}
.hero .swiper-button-prev:hover,
.hero .swiper-button-next:hover {
  transform: scale(1.1);
}
.hero .swiper-button-prev {
  left: 100px;
}
@media screen and (max-width: 1460px) {
  .hero .swiper-button-prev {
    left: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .hero .swiper-button-prev {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero .swiper-button-prev {
    left: 10px;
  }
}
.hero .swiper-button-next {
  right: 100px;
}
@media screen and (max-width: 1460px) {
  .hero .swiper-button-next {
    right: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .hero .swiper-button-next {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero .swiper-button-next {
    right: 10px;
  }
}

/* ---------- QUICK ACCESS ---------- */
.quick-access {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: -50px;
  background-color: #fff;
  height: 125px;
  border-radius: 3px;
}
@media screen and (max-width: 1200px) {
  .quick-access {
    flex-direction: column;
    margin-bottom: 155px;
  }
}
@media screen and (max-width: 480px) {
  .quick-access {
    margin-bottom: 50px;
  }
}
.quick-access::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 67px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: -3px 0 16px rgba(0, 0, 0, 0.35);
  content: "";
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .quick-access::after {
    display: none;
  }
}
.quick-access::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 120px;
  width: 120px;
  background-color: #fff;
  content: "";
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .quick-access::before {
    display: none;
  }
}
.quick-access .quick-access__inner {
  margin: 0 80px;
  width: 55%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .quick-access .quick-access__inner {
    padding: 15px 0 20px;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .quick-access .quick-access__inner {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .quick-access .quick-access__inner {
    padding: 5px 0 10px;
  }
}
.quick-access .quick-access__inner .swiper-button-prev,
.quick-access .quick-access__inner .swiper-button-next {
  color: var(--color-font);
  transition: transform 0.3s ease;
  width: 45px;
  height: 45px;
  padding: 10px;
}
.quick-access .quick-access__inner .swiper-button-prev:hover,
.quick-access .quick-access__inner .swiper-button-next:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 480px) {
  .quick-access .quick-access__inner .swiper-button-prev,
  .quick-access .quick-access__inner .swiper-button-next {
    top: 45px;
  }
}
.quick-access .quick-access__inner .swiper-button-prev {
  left: 35px;
}
@media screen and (max-width: 480px) {
  .quick-access .quick-access__inner .swiper-button-prev {
    left: 5px;
  }
}
.quick-access .quick-access__inner .swiper-button-next {
  right: 415px;
}
@media screen and (max-width: 1460px) {
  .quick-access .quick-access__inner .swiper-button-next {
    right: 371px;
  }
}
@media screen and (max-width: 1200px) {
  .quick-access .quick-access__inner .swiper-button-next {
    right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .quick-access .quick-access__inner .swiper-button-next {
    right: 5px;
  }
}
.quick-access .quick-access__inner .quick-access__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: var(--color-font);
}
.quick-access .quick-access__inner .quick-access__item svg {
  font-size: 3.5rem;
  color: var(--color-font);
  margin-bottom: 0.625rem;
  background: linear-gradient(#fff, #fff 50%, var(--color-primary) 50%, var(--color-primary));
  background-size: 100% 200%;
  transition: background 300ms ease-in-out 0ms;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  .quick-access .quick-access__inner .quick-access__item svg {
    font-size: 3.1rem;
    margin-bottom: 3px;
  }
}
.quick-access .quick-access__inner .quick-access__item:hover svg {
  background-position: 100% 100%;
}
.quick-access .quick-access__inner .quick-access__item p {
  font-size: 1.2rem;
  font-weight: 400;
}
.quick-access [class*=has-] {
  margin: 0 40px;
  width: 62%;
}
@media screen and (max-width: 1200px) {
  .quick-access [class*=has-] {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .quick-access [class*=has-] {
    width: 70%;
  }
}
.quick-access .quick-access__ccca {
  height: 100%;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 80px;
  text-decoration: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: var(--color-font);
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1460px) {
  .quick-access .quick-access__ccca {
    padding: 0 55px;
  }
}
@media screen and (max-width: 1200px) {
  .quick-access .quick-access__ccca {
    width: 100%;
    padding: 40px 80px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }
}
@media screen and (max-width: 480px) {
  .quick-access .quick-access__ccca {
    padding: 25px 65px;
  }
}
.quick-access .quick-access__ccca:hover {
  border-radius: 3px;
  transform: scale(1.05);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.23);
}
.quick-access .quick-access__ccca img {
  height: 40px;
  width: 40px;
  margin-right: 1rem;
}
.quick-access .quick-access__ccca p {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  width: 170px;
}
@media screen and (max-width: 768px) {
  .quick-access .quick-access__ccca p {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .quick-access .quick-access__ccca p {
    font-size: 0.9rem;
  }
}

/* ---------- NEWS ---------- */
.news {
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
  /* Marges du bloc selon viewport */
  /* --------------------------------
     Header
  ---------------------------------*/
  /* --------------------------------
     Focus
  ---------------------------------*/
  /* --------------------------------
     List
  ---------------------------------*/
  /* --------------------------------
     Bouton
  ---------------------------------*/
}
@media screen and (max-width: 768px) {
  .news {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .news {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
.news::before {
  content: "";
  position: absolute;
  background-color: #EFEFEF;
  top: 200px;
  left: 0;
  height: 500px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .news::before {
    width: 100%;
  }
}
.news .news__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .news__header .news__rss {
  cursor: pointer;
  background: none;
  border: 1px solid rgba(39, 39, 39, 0.12);
  border-radius: 2px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.0625rem;
  color: var(--color-font);
  transition: all 150ms ease-in-out 0ms;
}
.news .news__header .news__rss:hover {
  border: 1px solid var(--color-primary);
}
@media screen and (max-width: 1200px) {
  .news .news__header .news__rss {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .news .news__header .news__rss {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .news .news__header {
    align-items: flex-start;
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .news .news__header {
    gap: 8px;
  }
}
.news .news__focus {
  width: 100%;
  margin: 30px 0 25px;
}
@media screen and (max-width: 768px) {
  .news .news__focus {
    margin: 25px 0 20px;
  }
}
.news .news__focus .news__item {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
}
.news .news__focus .news__item:hover .news__item__content .news__item__title .underline {
  background-size: 100% 100%;
}
.news .news__focus .news__item .news__item__thumbnail {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.news .news__focus .news__item .news__item__thumbnail .thumbnail__img {
  position: relative;
  overflow: hidden;
  height: 500px;
  width: 60%;
}
.news .news__focus .news__item .news__item__thumbnail .thumbnail__img img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.2s ease;
  filter: brightness(0.95);
}
@media screen and (max-width: 1200px) {
  .news .news__focus .news__item .news__item__thumbnail .thumbnail__img {
    width: 58%;
    height: 460px;
  }
  .news .news__focus .news__item .news__item__thumbnail .thumbnail__img img {
    height: 460px;
  }
}
@media screen and (max-width: 768px) {
  .news .news__focus .news__item .news__item__thumbnail .thumbnail__img {
    width: 100%;
    height: 360px;
  }
  .news .news__focus .news__item .news__item__thumbnail .thumbnail__img img {
    height: 360px;
  }
}
@media screen and (max-width: 480px) {
  .news .news__focus .news__item .news__item__thumbnail .thumbnail__img {
    height: 240px;
  }
  .news .news__focus .news__item .news__item__thumbnail .thumbnail__img img {
    height: 240px;
  }
}
.news .news__focus .news__item .news__item__thumbnail .thumbnail__none {
  width: 100%;
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.2s ease;
  background-color: #EFEFEF;
}
@media screen and (max-width: 768px) {
  .news .news__focus .news__item .news__item__thumbnail .thumbnail__none {
    height: 360px;
  }
}
@media screen and (max-width: 480px) {
  .news .news__focus .news__item .news__item__thumbnail .thumbnail__none {
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .news .news__focus .news__item .news__item__thumbnail {
    justify-content: center;
  }
}
.news .news__focus .news__item .news__item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #EFEFEF;
  width: 40%;
  padding: 30px 30px 30px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 400px;
}
.news .news__focus .news__item .news__item__content .news__item__tag {
  padding: 8px 18px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--color-primary);
  border-radius: 1px;
  color: var(--color-font);
}
@media screen and (max-width: 768px) {
  .news .news__focus .news__item .news__item__content .news__item__tag {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 480px) {
  .news .news__focus .news__item .news__item__content .news__item__tag {
    font-size: 0.9rem;
    padding: 6px 12px;
  }
}
.news .news__focus .news__item .news__item__content .news__item__title {
  margin-top: 20px;
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--color-font);
}
@media screen and (max-width: 1200px) {
  .news .news__focus .news__item .news__item__content .news__item__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .news .news__focus .news__item .news__item__content .news__item__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 480px) {
  .news .news__focus .news__item .news__item__content .news__item__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .news .news__focus .news__item .news__item__content {
    width: 42%;
    height: 360px;
    padding: 26px 26px 26px 0;
  }
}
@media screen and (max-width: 768px) {
  .news .news__focus .news__item .news__item__content {
    position: static;
    width: 100%;
    height: auto;
    padding: 22px 18px;
    background-color: #EFEFEF;
    border-top: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 480px) {
  .news .news__focus .news__item .news__item__content {
    padding: 18px 12px;
  }
}
.news .news__list {
  position: relative;
  display: flex;
  gap: 20px;
}
.news .news__list::before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: -25px;
  left: -25px;
  right: -25px;
  height: 275px;
}
@media screen and (max-width: 1200px) {
  .news .news__list {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.news .news__list .news__item {
  width: 33.333%;
  color: var(--color-font);
  text-decoration: none;
  background-color: #fff;
}
.news .news__list .news__item:hover .news__item__content .news__item__title .underline {
  background-size: 100% 100%;
}
@media screen and (max-width: 1200px) {
  .news .news__list .news__item {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
}
.news .news__list .news__item .news__item__thumbnail {
  overflow: hidden;
  height: 250px;
}
@media screen and (max-width: 1200px) {
  .news .news__list .news__item .news__item__thumbnail {
    flex: 0 0 250px;
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .news .news__list .news__item .news__item__thumbnail {
    flex: 0 0 150px;
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 480px) {
  .news .news__list .news__item .news__item__thumbnail {
    flex: 0 0 115px;
    width: 115px;
    height: 115px;
  }
}
.news .news__list .news__item .news__item__thumbnail img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.2s ease;
  filter: brightness(0.95);
}
.news .news__list .news__item .news__item__thumbnail .thumbnail__none {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.2s ease;
  transition-duration: 0.4s;
  background-color: #efefef;
}
.news .news__list .news__item .news__item__content {
  position: relative;
  top: -40px;
  left: 50%;
  background-color: #fff;
  width: 90%;
  padding: 25px 20px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1200px) {
  .news .news__list .news__item .news__item__content {
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .news .news__list .news__item .news__item__content {
    padding: 0 15px;
    gap: 15px;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .news .news__list .news__item .news__item__content {
    gap: 10px;
  }
}
.news .news__list .news__item .news__item__content .news__item__tag {
  top: -20px;
  left: 20px;
  padding: 8px 18px;
  position: absolute;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--color-primary);
  border-radius: 1px;
  color: var(--color-font);
  white-space: nowrap;
  line-height: 18px !important;
}
@media screen and (max-width: 1200px) {
  .news .news__list .news__item .news__item__content .news__item__tag {
    position: relative;
    top: 0;
    left: 0;
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 480px) {
  .news .news__list .news__item .news__item__content .news__item__tag {
    font-size: 0.9rem;
    padding: 6px 12px;
  }
}
.news .news__list .news__item .news__item__content .news__item__title {
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #fff;
  color: var(--color-font);
}
@media screen and (max-width: 1200px) {
  .news .news__list .news__item .news__item__content .news__item__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .news .news__list .news__item .news__item__content .news__item__title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .news .news__list .news__item .news__item__content .news__item__title {
    font-size: 1.3rem;
  }
}
.news .news__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ---------- AGENDA ---------- */
.agenda {
  padding-top: 50px;
  margin-bottom: 100px;
  position: relative;
  /* Header */
  /* Focus */
  /* List */
  /* CTA */
}
@media screen and (max-width: 768px) {
  .agenda {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .agenda {
    margin-bottom: 60px;
  }
}
.agenda::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 750px;
  background-color: #EFEFEF;
}
@media screen and (max-width: 1200px) {
  .agenda::before {
    height: 650px;
  }
}
@media screen and (max-width: 768px) {
  .agenda::before {
    height: 540px;
  }
}
@media screen and (max-width: 480px) {
  .agenda::before {
    height: 460px;
  }
}
.agenda .agenda__header {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .agenda .agenda__header .agenda__title {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .agenda .agenda__header {
    flex-direction: column;
    gap: 10px;
  }
}
.agenda .agenda__focus {
  width: 100%;
  margin: 30px 0 25px;
}
@media screen and (max-width: 768px) {
  .agenda .agenda__focus {
    margin: 25px 0 20px;
  }
}
.agenda .agenda__focus .agenda__item {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
}
.agenda .agenda__focus .agenda__item:hover .agenda__item__content .agenda__item__title .underline {
  background-size: 100% 100%;
}
.agenda .agenda__focus .agenda__item .agenda__item__thumbnail {
  display: flex;
  justify-content: flex-start;
}
.agenda .agenda__focus .agenda__item .agenda__item__thumbnail .thumbnail__img {
  width: 64%;
  height: 500px;
  overflow: hidden;
}
.agenda .agenda__focus .agenda__item .agenda__item__thumbnail .thumbnail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.2s;
  filter: brightness(0.95);
}
@media screen and (max-width: 1200px) {
  .agenda .agenda__focus .agenda__item .agenda__item__thumbnail .thumbnail__img {
    width: 60%;
    height: 460px;
  }
}
@media screen and (max-width: 768px) {
  .agenda .agenda__focus .agenda__item .agenda__item__thumbnail .thumbnail__img {
    width: 100%;
    height: 360px;
  }
}
@media screen and (max-width: 480px) {
  .agenda .agenda__focus .agenda__item .agenda__item__thumbnail .thumbnail__img {
    height: 260px;
  }
}
.agenda .agenda__focus .agenda__item .agenda__item__thumbnail .thumbnail__none {
  width: 80%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.2s ease;
  background-color: #efefef;
}
@media screen and (max-width: 768px) {
  .agenda .agenda__focus .agenda__item .agenda__item__thumbnail .thumbnail__none {
    width: 100%;
    height: 360px;
  }
}
@media screen and (max-width: 480px) {
  .agenda .agenda__focus .agenda__item .agenda__item__thumbnail .thumbnail__none {
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .agenda .agenda__focus .agenda__item .agenda__item__thumbnail {
    height: auto;
    justify-content: center;
  }
}
.agenda .agenda__focus .agenda__item .agenda__item__content {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 400px;
  padding: 30px 0 30px 50px;
}
@media screen and (max-width: 1200px) {
  .agenda .agenda__focus .agenda__item .agenda__item__content {
    width: 45%;
    padding: 25px 25px 25px 35px;
    min-height: 360px;
  }
}
@media screen and (max-width: 768px) {
  .agenda .agenda__focus .agenda__item .agenda__item__content {
    position: static;
    width: 100%;
    padding: 22px 18px;
    min-height: unset;
    border-top: 1px solid #efefef;
  }
}
@media screen and (max-width: 480px) {
  .agenda .agenda__focus .agenda__item .agenda__item__content {
    padding: 18px 12px;
  }
}
.agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date {
  font-family: "Barlow Semi Condensed", sans-serif;
  display: flex;
  margin-bottom: 20px;
  color: var(--color-font);
  line-height: 1;
  text-align: center;
}
.agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date .date__debut,
.agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date .date__fin {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  width: 90px;
  height: 90px;
  padding: 15px;
}
.agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date .date__debut::first-line,
.agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date .date__fin::first-line {
  font-size: 2.5rem;
  font-weight: 800;
}
@media screen and (max-width: 1200px) {
  .agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date .date__debut,
  .agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date .date__fin {
    width: 80px;
    height: 80px;
    padding: 12px;
  }
  .agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date .date__debut::first-line,
  .agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date .date__fin::first-line {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date .date__debut,
  .agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date .date__fin {
    width: 72px;
    height: 72px;
    padding: 10px;
    font-size: 0.95rem;
  }
  .agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date .date__debut::first-line,
  .agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date .date__fin::first-line {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 480px) {
  .agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date .date__debut,
  .agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date .date__fin {
    width: 60px;
    height: 60px;
    padding: 8px;
    font-size: 0.85rem;
  }
  .agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date .date__debut::first-line,
  .agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date .date__fin::first-line {
    font-size: 1.6rem;
  }
}
.agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date .date__debut {
  background-color: var(--color-primary);
}
.agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date .date__fin {
  background-color: #A1BD32;
}
@media screen and (max-width: 768px) {
  .agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  .agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__date {
    margin-bottom: 14px;
  }
}
.agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__tag {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--color-font);
}
@media screen and (max-width: 768px) {
  .agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__tag {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__tag {
    font-size: 0.95rem;
  }
}
.agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__title {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--color-font);
}
@media screen and (max-width: 1200px) {
  .agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 480px) {
  .agenda .agenda__focus .agenda__item .agenda__item__content .agenda__item__title {
    font-size: 1.6rem;
  }
}
.agenda .agenda__list {
  margin-bottom: 50px;
  display: flex;
  width: 100%;
  gap: 20px;
  position: relative;
}
.agenda .agenda__list::before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: -25px;
  left: -25px;
  right: -25px;
  height: 325px;
}
@media screen and (max-width: 1200px) {
  .agenda .agenda__list {
    flex-wrap: wrap;
    gap: 25px 20px;
  }
}
@media screen and (max-width: 768px) {
  .agenda .agenda__list {
    margin-top: 25px;
  }
}
@media screen and (max-width: 480px) {
  .agenda .agenda__list {
    gap: 20px;
  }
}
.agenda .agenda__list .agenda__item {
  width: 25%;
  color: var(--color-font);
  text-decoration: none;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .agenda .agenda__list .agenda__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .agenda .agenda__list .agenda__item {
    display: flex;
    width: 100%;
  }
}
.agenda .agenda__list .agenda__item:hover .agenda__item__content .agenda__item__title .underline {
  background-size: 100% 100%;
}
.agenda .agenda__list .agenda__item .agenda__item__thumbnail {
  overflow: hidden;
  height: 180px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .agenda .agenda__list .agenda__item .agenda__item__thumbnail {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .agenda .agenda__list .agenda__item .agenda__item__thumbnail {
    height: 140px;
  }
}
@media screen and (max-width: 480px) {
  .agenda .agenda__list .agenda__item .agenda__item__thumbnail {
    flex: 0 0 116px;
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .agenda .agenda__list .agenda__item .agenda__item__thumbnail .thumbnail__img {
    width: 116px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.agenda .agenda__list .agenda__item .agenda__item__thumbnail img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.2s ease;
  filter: brightness(0.9);
}
@media screen and (max-width: 1200px) {
  .agenda .agenda__list .agenda__item .agenda__item__thumbnail img {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .agenda .agenda__list .agenda__item .agenda__item__thumbnail img {
    height: 140px;
  }
}
@media screen and (max-width: 480px) {
  .agenda .agenda__list .agenda__item .agenda__item__thumbnail img {
    height: 100%;
  }
}
.agenda .agenda__list .agenda__item .agenda__item__thumbnail .thumbnail__none {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.2s ease;
  transition-duration: 0.4s;
  background-color: #efefef;
}
.agenda .agenda__list .agenda__item .agenda__item__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: #fff;
  padding: 25px 15px 0 15px;
}
@media screen and (max-width: 1200px) {
  .agenda .agenda__list .agenda__item .agenda__item__content {
    padding: 22px 12px 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .agenda .agenda__list .agenda__item .agenda__item__content {
    padding: 20px 12px 0 12px;
  }
}
@media screen and (max-width: 480px) {
  .agenda .agenda__list .agenda__item .agenda__item__content {
    padding: 0 15px;
  }
}
.agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__date {
  font-family: "Barlow Semi Condensed", sans-serif;
  position: absolute;
  top: -55px;
  display: flex;
  text-align: center;
  color: var(--color-font);
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__date {
    top: -48px;
  }
}
@media screen and (max-width: 480px) {
  .agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__date {
    top: 60px;
    left: -116px;
  }
}
.agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__date .date__debut,
.agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__date .date__fin {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  width: 70px;
  height: 70px;
  padding: 9px;
}
.agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__date .date__debut::first-line,
.agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__date .date__fin::first-line {
  font-size: 2rem;
  font-weight: 800;
}
@media screen and (max-width: 1200px) {
  .agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__date .date__debut,
  .agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__date .date__fin {
    width: 64px;
    height: 64px;
    padding: 8px;
    font-size: 0.9rem;
  }
  .agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__date .date__debut::first-line,
  .agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__date .date__fin::first-line {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 480px) {
  .agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__date .date__debut,
  .agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__date .date__fin {
    width: 58px;
    height: 58px;
    padding: 7px;
  }
  .agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__date .date__debut::first-line,
  .agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__date .date__fin::first-line {
    font-size: 1.5rem;
  }
}
.agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__date .date__debut {
  background-color: var(--color-primary);
}
.agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__date .date__fin {
  background-color: #A1BD32;
}
.agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__tag {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 1px;
  color: var(--color-font);
}
.agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__title {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-font);
}
@media screen and (max-width: 1200px) {
  .agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .agenda .agenda__list .agenda__item .agenda__item__content .agenda__item__title {
    font-size: 1.3rem;
  }
}
.agenda .agenda__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .agenda .agenda__btn {
    justify-content: center;
  }
}

/* ---------- KIOSK ---------- */
.kiosk {
  margin-bottom: 100px;
  overflow: hidden;
  position: relative;
  /* Colonne gauche */
  /* Centre (Swiper) */
  /* Droite (CTA) */
  /* ---------- KIOSK — Mobile layout exact (title → slider → meta → CTAs → view-all) ---------- */
  /* ≤ 820px : ordre demandé */
  /* Effets duplicata (fusionné ici) */
}
.kiosk::before {
  content: "";
  position: absolute;
  top: 130px;
  right: 0;
  width: 60%;
  height: 350px;
  background-color: #EFEFEF;
  z-index: -1;
}
.kiosk__container {
  display: grid;
  grid-template-columns: 1fr minmax(420px, 550px) 230px;
}
.kiosk__left {
  position: relative;
  z-index: 5;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.kiosk__left .kiosk__title {
  margin-bottom: 80px;
}
.kiosk__left .kiosk__meta {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.kiosk__left .kiosk__meta .kiosk__type {
  padding: 8px 18px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--color-primary);
  border-radius: 1px;
  color: var(--color-font);
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .kiosk__left .kiosk__meta .kiosk__type {
    font-size: 14px;
  }
}
.kiosk__left .kiosk__meta .is-hover .underline {
  background-size: 100% 100%;
}
.kiosk__left .kiosk__meta .kiosk__name {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--color-font);
  margin-bottom: 15px;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .kiosk__left .kiosk__meta .kiosk__name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .kiosk__left .kiosk__meta .kiosk__name {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 480px) {
  .kiosk__left .kiosk__meta .kiosk__name {
    font-size: 1.6rem;
  }
}
.kiosk__left .kiosk__meta .kiosk__name:hover .underline {
  background-size: 100% 100%;
}
.kiosk__left .kiosk__meta .kiosk__format {
  color: #6b6b6b;
}
.kiosk__left .kiosk__nav {
  display: inline-flex;
  gap: 10px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .kiosk__left .kiosk__nav {
    display: none;
  }
}
.kiosk__left .kiosk__nav .kiosk__arrow {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  border: 1px solid rgba(39, 39, 39, 0.12);
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  cursor: pointer;
  transition: all 150ms ease-in-out 0ms;
}
.kiosk__left .kiosk__nav .kiosk__arrow:hover {
  border: 1px solid rgb(39, 39, 39);
}
.kiosk__left .kiosk__nav .kiosk__arrow.swiper-button-disabled:hover {
  border: 1px solid rgba(39, 39, 39, 0.12);
}
@media screen and (max-width: 768px) {
  .kiosk__left .kiosk__more {
    display: flex;
    justify-content: center;
  }
}
.kiosk__center {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
.kiosk__center .kiosk-swiper {
  overflow: visible;
}
.kiosk__center .kiosk-swiper .swiper-slide {
  width: clamp(220px, 34vw, 420px);
  display: flex;
  justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.kiosk__center .kiosk-swiper .swiper-slide .kiosk__card-link {
  width: 100%;
}
.kiosk__center .kiosk-swiper .kiosk__card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.kiosk__center .kiosk-swiper .kiosk__card .kiosk__cover {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.kiosk__center .kiosk-swiper .swiper-pagination {
  position: static;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .kiosk__center .kiosk-swiper .swiper-pagination {
    margin-top: 20px;
  }
}
.kiosk__center .kiosk-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0.4;
  border-radius: 3px;
  transition: transform 0.2s ease, background 0.2s ease;
}
.kiosk__center .kiosk-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #a6cf3a;
  transform: scale(1.2);
  opacity: 1;
}
.kiosk__right {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kiosk__right .kiosk__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 90px;
  border: solid 1px #E5E5E5;
  padding: 25px;
  transition: all 0.3s ease;
}
.kiosk__right .kiosk__list.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.kiosk__right .kiosk__list .kiosk__cta {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #595857;
  transition: opacity 0.3s ease;
}
.kiosk__right .kiosk__list .kiosk__cta.is-hidden {
  display: none;
  pointer-events: none;
  visibility: hidden;
}
.kiosk__right .kiosk__list .kiosk__cta:hover .kiosk__cta-ico {
  border: solid 1px #A1BD32;
  transform: scale(1.05);
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}
.kiosk__right .kiosk__list .kiosk__cta:hover .kiosk__cta-label {
  color: #000;
}
.kiosk__right .kiosk__list .kiosk__cta .kiosk__cta-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  border: solid 1px var(--color-primary);
  background-color: var(--color-primary);
  font-size: 26px;
  transition: all 0.2s ease-in-out;
}
.kiosk__right .kiosk__list .kiosk__cta .kiosk__cta-label {
  font-family: "Barlow Condensed", sans-serif;
  transition: all 150ms ease-in-out 0ms;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .kiosk .kiosk__nav {
    display: none;
  }
  .kiosk__container {
    grid-template-columns: 1fr minmax(360px, 1.1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .kiosk__right {
    grid-column: 1/-1;
    display: grid;
    gap: 16px;
    align-items: start;
    gap: 14px;
  }
  .kiosk__right .kiosk__list {
    flex-direction: row;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .kiosk {
    padding-top: 20px;
    /* 1 colonne avec zones nommées */
    /* Astuce : on “désemballe” la colonne gauche pour pouvoir positionner ses enfants dans le grid parent */
    /* 1) LE KIOSQUE (titre) */
    /* 2) Slider */
    /* 3) Taxo + titre + format (méta) juste après le slider */
    /* 4) Boutons (CTA) : feuilleter / consulter / télécharger */
    /* 5) Bouton “Voir les publications” plein écran en dessous
    — ajoute simplement la classe .kiosk__view autour de ton bouton si ce n’est pas déjà le cas */
  }
  .kiosk::before {
    /* bande grise plein fond */
    top: 100px;
    width: 100%;
    height: 380px;
  }
  .kiosk__container {
    grid-template-columns: 1fr;
    grid-template-areas: "kiosk-title" "kiosk-swiper" "kiosk-meta" "kiosk-cta" "kiosk-view";
    row-gap: 20px;
    background: transparent;
  }
  .kiosk__left {
    display: contents;
  }
  .kiosk__left .kiosk__title {
    grid-area: kiosk-title;
    margin-bottom: 20px;
    /* on évite le gros espace desktop */
  }
  .kiosk__center {
    grid-area: kiosk-swiper;
    margin-top: 6px;
    width: clamp(220px, 90vw, 500px);
  }
  .kiosk__center .kiosk-swiper {
    width: 100%;
  }
  .kiosk__center .swiper-pagination {
    margin-top: 20px;
  }
  .kiosk__left .kiosk__meta {
    grid-area: kiosk-meta;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .kiosk__left .kiosk__meta .kiosk__type {
    font-size: 14px;
    padding: 6px 12px;
    margin-bottom: 10px;
  }
  .kiosk__left .kiosk__meta .kiosk__name {
    line-height: 1.25;
    margin-bottom: 8px;
  }
  .kiosk__left .kiosk__meta .kiosk__format {
    font-size: 0.9rem;
  }
  .kiosk__right {
    grid-area: kiosk-cta;
    display: grid;
    grid-template-columns: 1fr;
  }
  .kiosk__right .kiosk__list {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .kiosk__right .kiosk__cta {
    gap: 14px;
  }
  .kiosk__right .kiosk__cta .kiosk__cta-ico {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  .kiosk__right .kiosk__cta .kiosk__cta-label {
    display: none;
  }
  .kiosk .kiosk__view {
    grid-area: kiosk-view;
    display: flex;
    justify-content: center;
    /* exemple d’ajustements optionnels : */
    /* margin-top: 4px; */
    /* .btn { width: 100%; max-width: 420px; } */
  }
}
@media screen and (max-width: 480px) {
  .kiosk::before {
    top: 100px;
  }
  .kiosk__center {
    margin-top: 20px;
  }
}
.kiosk .kiosk-swiper {
  overflow: visible;
}
.kiosk .kiosk-swiper .swiper-slide {
  width: clamp(190px, 24vw, 250px);
  z-index: 1;
}
.kiosk .kiosk__card {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.14);
  transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
}
.kiosk .kiosk__cover {
  width: 100%;
  height: clamp(300px, 36vw, 360px);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.kiosk .swiper-slide:not(.swiper-slide-active) .kiosk__card {
  transform: scale(0.92);
  filter: brightness(0.75) saturate(0.9);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}
.kiosk .swiper-slide-active {
  z-index: 3;
}
.kiosk .swiper-slide-active .kiosk__card {
  transform: scale(1);
  filter: none;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.page-news__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .page-news__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page-news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .page-news__list {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 30px 30px;
  }
}
.page-news__list .page-news__item {
  width: 100%;
  color: var(--color-font);
  text-decoration: none !important;
}
.page-news__list .page-news__item:hover {
  background: none;
}
.page-news__list .page-news__item:hover .page-news__item__content .page-news__item__title .underline {
  background-size: 100% 100%;
}
.page-news__list .page-news__item .page-news__item__thumbnail {
  overflow: hidden;
  height: 200px;
}
.page-news__list .page-news__item .page-news__item__thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.2s ease;
  filter: brightness(0.95);
}
.page-news__list .page-news__item .page-news__item__thumbnail .thumbnail__none {
  transform: scale(1.05);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease-in-out 0ms;
  transition-duration: 0.4s;
  background-color: #efefef;
}
.page-news__list .page-news__item .page-news__item__content {
  position: relative;
  top: -20px;
  left: 50%;
  background-color: #fff;
  width: 90%;
  padding: 25px 20px;
  transform: translate(-50%, 0);
}
.page-news__list .page-news__item .page-news__item__content .page-news__item__taxonomy {
  top: -20px;
  left: 50%;
  padding: 8px 18px;
  position: absolute;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--color-primary);
  border-radius: 1px;
  color: var(--color-font);
  transform: translate(-50%, 0);
  white-space: nowrap;
  line-height: 18px !important;
}
.page-news__list .page-news__item .page-news__item__content .page-news__item__title {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 0;
}
.page-news__list .page-news__item .page-news__item__content .page-news__item__title::before {
  display: none;
}
@media screen and (max-width: 480px) {
  .page-news__list .page-news__item .page-news__item__content .page-news__item__title {
    font-size: 1rem;
  }
}

.page-kiosk__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .page-kiosk__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page-kiosk__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .page-kiosk__list {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 30px 30px;
  }
}
.page-kiosk__list .page-kiosk__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  color: var(--color-font);
  text-decoration: none !important;
}
.page-kiosk__list .page-kiosk__item:hover {
  background: none;
}
.page-kiosk__list .page-kiosk__item:hover .page-kiosk__item__content .page-kiosk__item__title .underline {
  background-size: 100% 100%;
}
.page-kiosk__list .page-kiosk__item .page-kiosk__item__thumbnail {
  overflow: hidden;
  height: 250px;
  width: 180px;
}
.page-kiosk__list .page-kiosk__item .page-kiosk__item__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.2s ease;
  filter: brightness(0.95);
}
.page-kiosk__list .page-kiosk__item .page-kiosk__item__thumbnail .thumbnail__none {
  transform: scale(1.05);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease-in-out 0ms;
  transition-duration: 0.4s;
  background-color: #efefef;
}
.page-kiosk__list .page-kiosk__item .page-kiosk__item__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 25px 20px;
}
.page-kiosk__list .page-kiosk__item .page-kiosk__item__content .page-kiosk__item__taxonomy {
  padding: 8px 18px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--color-primary);
  border-radius: 1px;
  color: var(--color-font);
  white-space: nowrap;
  line-height: 18px !important;
}
.page-kiosk__list .page-kiosk__item .page-kiosk__item__content .page-kiosk__item__title {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 0;
}
.page-kiosk__list .page-kiosk__item .page-kiosk__item__content .page-kiosk__item__title::before {
  display: none;
}
@media screen and (max-width: 480px) {
  .page-kiosk__list .page-kiosk__item .page-kiosk__item__content .page-kiosk__item__title {
    font-size: 1rem;
  }
}

.page__content_search .page__header {
  background-color: var(--color-bg);
}
.page__content_search .page__header .page__banner {
  width: 100%;
  max-height: 400px;
}
.page__content_search .page__header .page__banner img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__content_search .page__header .page__navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px rgba(17, 18, 18, 0.05);
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .page__content_search .page__header .page__navbar {
    padding-top: 0;
  }
}
.page__content_search .page__header .page__navbar .btn__share {
  background: none;
  border: none;
  transition: all 0.25s ease-in-out 0ms;
  cursor: pointer;
}
.page__content_search .page__header .page__navbar .btn__share:hover {
  transform: scale(1.1);
}
.page__content_search .page__header .page__navbar .btn__share svg {
  font-size: 20px;
  color: var(--color-font);
}
.page__content_search .page__header .page__top {
  display: flex;
  flex-direction: column;
  padding: 25px 0 50px;
  gap: 25px;
}
.page__content_search .page__header .page__top .page__title {
  color: var(--color-font);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .page__content_search .page__header .page__top .page__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page__content_search .page__header .page__top .page__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 480px) {
  .page__content_search .page__header .page__top .page__title {
    font-size: 1.8rem;
  }
}
.page__content_search .page__header .page__top .form__search {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  height: auto;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page__content_search .page__header .page__top .form__search {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.page__content_search .page__header .page__top .form__search .form__label {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--color-font);
}
.page__content_search .page__header .page__top .form__search .form__field-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page__content_search .page__header .page__top .form__search input[type=search] {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  border: solid 1px rgb(197, 197, 197);
  height: 52px;
  width: 100%;
  padding: 0 20px;
  font-style: italic;
}
.page__content_search .page__header .page__top .form__search .btn-reset,
.page__content_search .page__header .page__top .form__search .btn-submit {
  font-family: "Barlow Condensed", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  gap: 10px;
  padding: 0 25px;
  text-transform: uppercase;
}
.page__content_search .page__header .page__top .form__search .btn-reset {
  width: auto;
  border: solid 1px var(--color-font);
  background: none;
  cursor: pointer;
  transition: all 150ms ease-in-out 0ms;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.page__content_search .page__header .page__top .form__search .btn-reset:hover {
  border: solid 1px var(--color-font);
}
.page__content_search .page__header .page__top .form__search .btn-submit {
  width: auto;
  border: solid 1px var(--color-primary);
  background-color: var(--color-primary);
  cursor: pointer;
  transition: all 150ms ease-in-out 0ms;
  color: var(--color-font);
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.page__content_search .search__item {
  display: block;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
}
.page__content_search .search__item:hover {
  background-color: transparent;
}
.page__content_search .search__item:hover .search__item__title .underline {
  background-size: 100% 100%;
}
.page__content_search .search__item mark {
  background-color: #ffff00;
}
.page__content_search .search__item__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 15px;
}
.page__content_search .search__item__label {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6B6B6B;
}
.page__content_search .search__item__relevance {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  white-space: nowrap;
}
.page__content_search .search__item__relevance-text {
  opacity: 0.8;
}
.page__content_search .search__item__relevance-bar {
  width: 90px;
  height: 6px;
  background: #e3e7f0;
  border-radius: 999px;
  overflow: hidden;
}
.page__content_search .search__item__relevance-bar-fill {
  display: block;
  height: 100%;
  width: 0;
  background: var(--color-primary);
}
.page__content_search .search__item__relevance-percent {
  font-weight: 600;
}
.page__content_search .search__item__title {
  font-size: 1.8rem;
  margin: 15px 0 20px;
  padding: 0;
}
.page__content_search .search__item__title::before {
  content: none;
}
.page__content_search .search__item .excerpt_part {
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #6B6B6B;
}
.page__content_search .search__item__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B6B6B;
}
.page__content_search .search__item__meta-bar {
  width: 40px;
  height: 3px;
  background: var(--color-primary);
  display: inline-block;
}/*# sourceMappingURL=style.css.map */