@charset "UTF-8";
/* Les bases de notre css */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,300,500|Abril+Fatface:400");
html, body {
  font-size: 62.5% !important;
  line-height: normal !important;
  font-family: "Poppins", sans-serif;
}
html a, html p, body a, body p {
  font-size: 16px;
}
.button, #contact-button, #tarteaucitronAlertBig button#tarteaucitronPersonalize2.tarteaucitronAllow, #tarteaucitronAlertBig button#tarteaucitronAllDenied2, #tarteaucitronAlertBig button {
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 2.5rem !important;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 4px 8px #021f593d;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000000;
  background: linear-gradient(120deg, #fcf7e6, #f7e8b8);
}
.button:hover, #contact-button:hover, #tarteaucitronAlertBig button#tarteaucitronPersonalize2.tarteaucitronAllow:hover, #tarteaucitronAlertBig button#tarteaucitronAllDenied2:hover, #tarteaucitronAlertBig button:hover {
  background: #dc0430;
  color: #ffffff;
}
.button.secondary, .button.tarteaucitronDeny, .button#tarteaucitronCloseAlert, #contact-button.secondary, #contact-button.tarteaucitronDeny, #contact-button#tarteaucitronCloseAlert, #tarteaucitronAlertBig button#tarteaucitronPersonalize2.tarteaucitronAllow.secondary, #tarteaucitronAlertBig button#tarteaucitronPersonalize2.tarteaucitronAllow.tarteaucitronDeny, #tarteaucitronAlertBig button#tarteaucitronPersonalize2.tarteaucitronAllow#tarteaucitronCloseAlert, #tarteaucitronAlertBig button#tarteaucitronAllDenied2.secondary, #tarteaucitronAlertBig button#tarteaucitronAllDenied2.tarteaucitronDeny, #tarteaucitronAlertBig button#tarteaucitronAllDenied2#tarteaucitronCloseAlert, #tarteaucitronAlertBig button.secondary, #tarteaucitronAlertBig button.tarteaucitronDeny, #tarteaucitronAlertBig button#tarteaucitronCloseAlert {
  background: linear-gradient(120deg, #fcf7e6, #fcf7e6);
  color: #121212;
}
.button.secondary:hover, .button.tarteaucitronDeny:hover, .button#tarteaucitronCloseAlert:hover, #contact-button.secondary:hover, #contact-button.tarteaucitronDeny:hover, #contact-button#tarteaucitronCloseAlert:hover, #tarteaucitronAlertBig button#tarteaucitronPersonalize2.tarteaucitronAllow.secondary:hover, #tarteaucitronAlertBig button#tarteaucitronPersonalize2.tarteaucitronAllow.tarteaucitronDeny:hover, #tarteaucitronAlertBig button#tarteaucitronPersonalize2.tarteaucitronAllow#tarteaucitronCloseAlert:hover, #tarteaucitronAlertBig button#tarteaucitronAllDenied2.secondary:hover, #tarteaucitronAlertBig button#tarteaucitronAllDenied2.tarteaucitronDeny:hover, #tarteaucitronAlertBig button#tarteaucitronAllDenied2#tarteaucitronCloseAlert:hover, #tarteaucitronAlertBig button.secondary:hover, #tarteaucitronAlertBig button.tarteaucitronDeny:hover, #tarteaucitronAlertBig button#tarteaucitronCloseAlert:hover {
  background: #dc0430;
  color: #ffffff;
}
.button .tarteaucitronCross::before, .button .tarteaucitronCheck::before, #contact-button .tarteaucitronCross::before, #contact-button .tarteaucitronCheck::before, #tarteaucitronAlertBig button#tarteaucitronPersonalize2.tarteaucitronAllow .tarteaucitronCross::before, #tarteaucitronAlertBig button#tarteaucitronPersonalize2.tarteaucitronAllow .tarteaucitronCheck::before, #tarteaucitronAlertBig button#tarteaucitronAllDenied2 .tarteaucitronCross::before, #tarteaucitronAlertBig button#tarteaucitronAllDenied2 .tarteaucitronCheck::before, #tarteaucitronAlertBig button .tarteaucitronCross::before, #tarteaucitronAlertBig button .tarteaucitronCheck::before {
  display: none;
}
.button#tarteaucitronPrivacyUrl, #contact-button#tarteaucitronPrivacyUrl, #tarteaucitronAlertBig button#tarteaucitronPersonalize2.tarteaucitronAllow#tarteaucitronPrivacyUrl, #tarteaucitronAlertBig button#tarteaucitronAllDenied2#tarteaucitronPrivacyUrl, #tarteaucitronAlertBig button#tarteaucitronPrivacyUrl {
  display: none;
}
@media (max-width: 400px) {
  .button, #contact-button, #tarteaucitronAlertBig button#tarteaucitronPersonalize2.tarteaucitronAllow, #tarteaucitronAlertBig button#tarteaucitronAllDenied2, #tarteaucitronAlertBig button {
    padding: 1.2rem 1.5rem;
  }
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}
.container-fluid {
  padding: 0;
}
html, body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: #ffffff;
  color: #121212;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Abril Fatface", cursive;
}
h1 {
  font-size: 7.4rem;
}
@media (max-width: 992px) {
  h1 {
    font-size: 5.8rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 4.6rem;
  }
}
h2 {
  font-size: 5.8rem;
}
@media (max-width: 992px) {
  h2 {
    font-size: 4.6rem;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 3.6rem;
  }
}
h3 {
  font-size: 4.6rem;
}
@media (max-width: 992px) {
  h3 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 3.2rem;
  }
}
h4 {
  font-size: 3.6rem;
}
@media (max-width: 992px) {
  h4 {
    font-size: 2.6rem;
  }
}
h5 {
  font-size: 2.6rem;
}
@media (max-width: 992px) {
  h5 {
    font-size: 1.8rem;
  }
}
p {
  font-size: 1.8rem;
  font-weight: lighter;
  line-height: 2.8rem;
}
p.small {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.8rem;
}
a {
  color: #121212;
}
a:hover {
  color: #e31102;
}
.hide {
  display: none !important;
}
.highlight {
  border-bottom: 2px solid #fdbc02;
}
.align-center {
  display: flex;
  align-items: center;
}
.mb-24 {
  margin-bottom: 2.4rem !important;
}
.mb-42 {
  margin-bottom: 4.2rem !important;
}
.mt-32 {
  margin-top: 3.2rem !important;
}
.px-80 {
  padding-left: 8rem;
  padding-right: 8rem;
}
@media (max-width: 992px) {
  .px-80 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.pb-72 {
  padding-bottom: 7.2rem;
}
a.evitement {
  display: inline-block;
  color: #555;
  background: #fff;
  padding: 0.5em;
  position: absolute;
  left: -99999rem;
  z-index: 100;
  font-size: 2rem;
}
a.evitement:focus {
  left: 0;
}
.pre-text {
  white-space: pre-wrap;
}
ul {
  font-size: 16px;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.bold {
  font-weight: 600;
}
/* Components */
/* -- Page */
.post-list {
  list-style: none;
  border-top: 2px solid #fdbc02;
  border-bottom: 2px solid #fdbc02;
  padding: 5.6rem 3.2rem;
}
.post-list li {
  padding-bottom: 5.6rem;
  font-size: 1.8rem;
}
.post-list li h3 {
  font-family: "Abril Fatface", cursive;
  font-size: 2.6rem;
  padding-bottom: 0.9rem;
  margin-bottom: 2.8rem;
}
@media (max-width: 874px) {
  .post-list li h3 {
    font-size: 1.8rem;
  }
}
.post-list li p {
  font-weight: lighter;
  margin-bottom: 2.4rem;
}
.post-list li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post-list li:last-child .line {
  display: none;
}
.post-list .line {
  background: #fdbc02;
  margin-top: 5.6rem;
  margin-right: 0;
  width: calc(100% + 6.4rem) !important;
  transform: translateX(-3.2rem);
}
@media (max-width: 992px) {
  .post-list {
    margin-bottom: 10rem;
  }
}
.content-page {
  font-size: 1.6rem;
}
.content-page a {
  text-decoration: underline;
}
.content-page img {
  max-width: 100%;
}
.content-page h2, .content-page h3, .content-page h4, .content-page h5 {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.content-page h2::after, .content-page h3::after, .content-page h4::after, .content-page h5::after {
  content: "";
  position: absolute;
  width: 5.6rem;
  height: 2px;
  background-color: #e31102;
  bottom: -1.2rem;
  left: 0;
}
.content-page h2 {
  margin-top: 6.4rem;
  margin-bottom: 5.1rem;
}
.content-page h3 {
  margin-top: 5.1rem;
  margin-bottom: 3.8rem;
}
.content-page h2::after {
  width: 9.6rem;
}
.content-page *:last-child {
  margin-bottom: 4rem;
}
.content-page .leaflet-bar *:last-child {
  margin-bottom: 0 !important;
}
.head-page {
  margin-bottom: 5.6rem;
}
.head-page h2 {
  font-size: 5.8rem;
  font-family: "Abril Fatface", cursive;
  margin-bottom: 5.3rem;
}
@media (max-width: 874px) {
  .head-page h2 {
    font-size: 3.6rem;
    margin-bottom: 2.4rem;
  }
}
.head-page p {
  font-size: 1.8rem;
}
.head-page p .blue {
  color: #fdbc02;
}
.head-page p.date {
  color: #fdbc02;
  margin-bottom: 3.2rem;
}
.head-page p.manual-excerpt {
  margin-left: 11rem;
  position: relative;
}
.head-page p.manual-excerpt::before {
  content: "";
  position: absolute;
  transform: translate(-11rem, calc(100% * 4));
  display: block;
  width: 9.6rem;
  height: 2px;
  background-color: #e31102;
}
@media (max-width: 992px) {
  .head-page p.manual-excerpt {
    margin-left: 0;
    padding-top: 2.4rem;
  }
  .head-page p.manual-excerpt::before {
    transform: translate(0, -2.4rem);
  }
}
/* -- Carte flottante */
.quick-access {
  background: #2c5732;
  padding: 4rem;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0 16px 32px rgba(18, 18, 18, 0.25);
  transform: translate(-15%, 50%);
  color: #ffffff;
}
@media (max-width: 874px) {
  .quick-access {
    right: 50%;
    transform: translate(50%, 80%);
    width: 300px;
    padding: 2rem;
  }
}
.quick-access nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  gap: 4.5rem;
  padding-left: 0;
}
.quick-access nav ul li {
  width: 8rem;
  text-align: center;
}
.quick-access nav ul li a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
.quick-access nav ul li a i {
  font-size: 5rem;
}
.quick-access nav ul li a, .quick-access nav ul li a i {
  color: #ffffff;
  transition: 0.2s ease-in-out;
}
.quick-access nav ul li a:hover, .quick-access nav ul li a:hover i {
  color: #fdbc02;
}
.quick-access .icon {
  height: 7.5rem;
  width: 7.5rem;
  margin-bottom: 1.5rem;
}
.quick-access .icon svg {
  display: inline-block;
  margin: 0 auto;
  height: 100%;
}
.error-404 {
  display: flex;
  gap: 2rem;
  font-size: 1.8rem;
}
.error-404 p {
  margin: 0;
}
@media (max-width: 1157px) {
  .error-404 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.error-404 .research {
  margin-top: 7.2rem;
  width: 57%;
  margin-left: 8%;
}
.error-404 .research h2 {
  font-size: 5.8rem;
  font-family: "Abril Fatface", cursive;
  margin-bottom: 4.5rem;
}
@media (max-width: 1157px) {
  .error-404 .research h2 {
    font-size: 3.6rem;
    margin-bottom: 2.4rem;
  }
}
.error-404 .research p {
  display: flex;
  align-items: center;
}
@media (max-width: 1157px) {
  .error-404 .research p {
    flex-direction: column;
    align-items: flex-start;
  }
  .error-404 .research p .line {
    margin-bottom: 2.4rem;
  }
}
.error-404 .research .research-form {
  margin-top: 6.4rem;
  position: relative;
  height: 253px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-404 .research .research-form::before {
  content: "404";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: clamp(15rem, 18vw, 50rem);
  font-family: "Abril Fatface", cursive;
  line-height: 56%;
  color: #dc0430;
  opacity: 0.64;
  text-align: center;
  z-index: 0;
  pointer-events: none;
}
.error-404 .research .research-form .input-group-search-icon {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 0.8rem 2.4rem;
  background: #fff;
  width: 60%;
  min-width: 300px;
  max-width: 500px;
  border: 1px solid #fdbc02;
}
.error-404 .research .research-form .input-group-search-icon input {
  flex: 1 1 auto;
}
.error-404 .research .research-form .input-group-search-icon input::placeholder {
  color: #000;
}
.error-404 .research .research-form .input-group-search-icon input, .error-404 .research .research-form .input-group-search-icon button {
  border: none;
  background: transparent;
}
.error-404 .research .research-form .input-group-search-icon input svg *, .error-404 .research .research-form .input-group-search-icon button svg * {
  fill: #000;
}
@media (max-width: 472px) {
  .error-404 .research .research-form .input-group-search-icon {
    max-width: unset;
    width: 90%;
  }
}
.error-404 .floating-card {
  width: 42%;
}
.error-404 .floating-card .guide {
  width: 416px;
  padding: 4.8rem 3.2rem;
  background: #2c5732;
  color: #ffffff;
  transform: translateY(-10rem);
}
.error-404 .floating-card .guide h2 {
  font-size: 4.6rem;
  font-family: "Abril Fatface", cursive;
  margin-bottom: 5.9rem;
}
.error-404 .floating-card .guide .line-margin {
  margin: 3.2rem 0;
}
.error-404 .floating-card .guide a, .error-404 .floating-card .guide a:hover {
  font-size: 1.3rem;
  color: #ffffff;
}
@media (max-width: 472px) {
  .error-404 .floating-card .guide {
    width: 100%;
    max-height: unset;
    min-width: 328px;
  }
}
@media (max-width: 1157px) {
  .error-404 .floating-card, .error-404 .research {
    width: 100%;
    margin-left: 0;
  }
  .error-404 .guide {
    transform: translateY(0);
    margin: 6.4rem auto 0 auto;
  }
}
.floating-contact {
  display: flex;
  gap: 2rem;
  font-size: 1.8rem;
}
.floating-contact p {
  margin: 0;
}
@media (max-width: 1157px) {
  .floating-contact {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.floating-contact .head-page {
  margin-top: 7.2rem;
  width: 57%;
  margin-left: 8%;
}
.floating-contact .head-page h2 {
  font-size: 5.8rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 1157px) {
  .floating-contact .head-page h2 {
    font-size: 3.6rem;
    margin-bottom: 2.4rem;
  }
}
.floating-contact .head-page p.manual-excerpt {
  width: auto;
  height: auto;
}
.floating-contact .floating-card {
  width: 42%;
}
.floating-contact .floating-card .coords {
  width: 416px;
  padding: 4.8rem 3.2rem;
  background: #2c5732;
  color: #ffffff;
  transform: translateY(-50%);
}
@media (max-width: 360px) {
  .floating-contact .floating-card .coords {
    padding: 4.8rem 2.8rem;
  }
}
.floating-contact .floating-card .coords h2, .floating-contact .floating-card .coords h3, .floating-contact .floating-card .coords h4, .floating-contact .floating-card .coords h5 {
  font-size: 2.6rem;
  margin: 3.1rem 0;
}
.floating-contact .floating-card .coords > div:first-child h3 {
  margin-top: 0;
}
.floating-contact .floating-card .coords a, .floating-contact .floating-card .coords a:hover {
  font-size: 16px;
  color: #ffffff;
}
.floating-contact .floating-card .coords ul {
  list-style: none;
  padding-left: 0;
}
.floating-contact .floating-card .coords .wp-block-lazyblock-adresse .group-page-contact {
  margin-bottom: 1.6rem;
}
@media (max-width: 472px) {
  .floating-contact .floating-card .coords {
    width: 100%;
    max-height: unset;
    min-width: unset;
  }
}
@media (max-width: 1157px) {
  .floating-contact {
    gap: 0;
  }
  .floating-contact .floating-card {
    width: 100%;
    margin-left: 0;
  }
  .floating-contact .floating-card .coords {
    transform: translateY(-12rem) !important;
    margin: 6.4rem auto 0 auto;
  }
  .floating-contact .head-page {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
/* -- Global */
.line {
  display: inline-block;
  width: 9.6rem;
  height: 0.2rem;
  background-color: transparent;
  margin-right: 1rem;
}
.line.line-red {
  background-color: #e31102;
}
.line.line-blue {
  background-color: #fdbc02;
}
.line.line-full {
  width: 100%;
}
.line.line-small {
  width: 5.6rem;
}
.to-top-button {
  position: absolute;
  right: 20rem;
  top: 0;
  transform: translate(-100%, -120%);
  font-size: 1.3rem;
  display: flex;
  justify-content: flex-end;
  z-index: 999;
}
.to-top-button a {
  position: relative;
  writing-mode: tb-rl;
  transform: rotate(180deg);
  cursor: pointer;
}
.to-top-button a:hover {
  color: #121212;
}
.to-top-button a:hover::before {
  transform: scaleY(1.7) translateY(5px);
}
.to-top-button a::before {
  content: "⇾";
  position: absolute;
  color: #fdbc02;
  font-size: 4rem;
  transform: scaleY(1.7);
  left: 0px;
  top: 7px;
  transition: 0.2s ease-in-out;
}
@media (max-width: 990px) {
  .to-top-button {
    right: 10rem;
    top: -28rem;
  }
}
.read-more, .with-sidebar .sidebar ul li a, .with-sidebar .sidebar a, .small-link, .coords a, #alerte a, #annuaires_list .annuaire-more-link, .search-form button, .breadcrumb ol li.parent {
  position: relative;
  text-decoration: none;
  font-size: 1.3rem;
}
.read-more:hover::after, .with-sidebar .sidebar ul li a:hover::after, .with-sidebar .sidebar a:hover::after, .small-link:hover::after, .coords a:hover::after, #alerte a:hover::after, #annuaires_list .annuaire-more-link:hover::after, .search-form button:hover::after, .breadcrumb ol li.parent:hover::after {
  transform: translateX(4rem) scaleX(1.8);
}
.read-more::after, .with-sidebar .sidebar ul li a::after, .with-sidebar .sidebar a::after, .small-link::after, .coords a::after, #alerte a::after, #annuaires_list .annuaire-more-link::after, .search-form button::after, .breadcrumb ol li.parent::after {
  content: "⇾";
  position: absolute;
  color: #e31102;
  line-height: 20px;
  font-size: 20px;
  transform: translateX(3.5rem) scaleX(1.8);
  right: 0;
  transition: 0.2s ease-in-out;
}
.small-link, .coords a, .breadcrumb ol li {
  text-decoration: none;
}
.small-link::after, .coords a::after, .breadcrumb ol li::after {
  color: #fdbc02 !important;
}
.with-sidebar .sidebar p {
  line-height: 20px;
}
.coords .wp-block-lazyblock-adresse a::after, .guide a.small-link::after, .post-list a.read-more::after, .annuaire_card .annuaire-more-link::after {
  top: -2px;
}
.breadcrumb ol li::after {
  top: -1px;
}
#alerte .content p {
  line-height: 20px;
}
#alerte .content a::after {
  color: #ffffff;
}
.search-form button::after {
  transform: translateX(0) scaleX(1.8);
  color: #ffffff;
}
.search-form button:hover::after {
  transform: translateX(1rem) scaleX(1.8) !important;
}
.normal-link {
  font-size: inherit !important;
}
.normal-link::after {
  content: "";
  display: none;
}
.breadcrumb {
  padding-left: 8rem;
  margin-bottom: 7.2rem;
}
@media (max-width: 874px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb ol {
  padding-left: 0;
  list-style: none;
  font-size: 1.3rem;
  display: inline-flex;
  gap: 5.5rem;
}
.sidebar {
  background: #fdc935;
  padding: 4rem 2.4rem;
  color: black;
}
.sidebar a {
  color: inherit !important;
}
.sidebar h3, .sidebar h4, .sidebar h5 {
  font-size: 2.6rem;
  margin-bottom: 3.1rem;
  font-family: "Abril Fatface", cursive;
}
@media (max-width: 874px) {
  .sidebar h3, .sidebar h4, .sidebar h5 {
    font-size: 1.8rem;
    margin-bottom: 1.9rem;
  }
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.sidebar ul li {
  margin-bottom: 1.6rem;
}
.sidebar ul li, .sidebar ul li a {
  color: inherit;
}
.sidebar ul li:last-child {
  margin-bottom: 0;
}
.sidebar .small {
  font-size: 1.3rem;
}
.sidebar .rubrique {
  margin-bottom: 2.4rem;
}
.sidebar .rubrique li {
  width: 100%;
}
.sidebar .rubrique li a {
  display: block;
  color: inherit;
  width: 100%;
  padding: 0.8rem;
  border-bottom: 2px solid transparent;
  border-radius: 5px 5px 0 0;
  margin-bottom: 1.6rem;
  font-size: 1.8rem !important;
  transition: 0.2s ease-in-out;
}
.sidebar .rubrique li a::after {
  display: none;
}
.sidebar .rubrique li a:hover {
  color: #121212;
}
.sidebar .rubrique li a:hover {
  color: #121212 !important;
  background: #fff;
  border-color: #e31102;
}
.sidebar .rubrique li.current a {
  background: #fff;
  border-color: #fdbc02;
  color: #121212 !important;
}
.with-sidebar .col-xl-8 {
  flex: 1 1 auto;
}
@media (max-width: 992px) {
  .with-sidebar {
    margin-bottom: 30rem;
  }
}
.share-socials {
  padding-top: 1.6rem;
  border-top: 1px solid #fdbc02;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-left: 1rem;
}
.share-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 10px;
  border: 2px solid #507054;
  transition: 0.2s ease-in-out;
}
.share-socials a:hover {
  background-color: #507054;
}
.share-socials a:hover i {
  color: #ffffff;
}
.share-socials a i {
  font-size: 2.2rem;
  color: #507054;
  transition: 0.2s ease-in-out;
}
:root {
  --cy17-primary: #0052cc;
  --cy17-bg: #f0f0f0;
  --cy17-text: #0a0a0a;
  --cy17-shadow: 0 10px 25px rgba(0, 0, 0, 0.18), 0 6px 10px rgba(0, 0, 0, 0.08);
  --cy17-radius: 18px;
  --cy17-z: 2147483000;
  /* au-dessus de la plupart des éléments */
}
/* --- Version plein écran (après publications/alerte) --- */
.cyber17.front-display {
  background-color: #fdc935;
  max-width: fit-content;
  margin: 0 auto 10rem auto;
  padding: 3rem;
  text-align: center;
  border: 1px solid;
  border-color: #fdc935;
}
/* --- Widget flottant --- */
.cyber17-widget {
  inset: auto auto 2rem 2rem;
  /* par défaut bottom-left */
  margin: 1.5rem 0;
  z-index: var(--cy17-z);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
}
.cyber17-widget.pos-br {
  inset: auto 2rem 2rem auto;
}
.cyber17-widget.pos-bl {
  inset: auto auto 2rem 2rem;
}
.cyber17-widget.pos-tr {
  inset: 2rem 2rem auto auto;
}
.cyber17-widget.pos-tl {
  inset: 2rem auto auto 2rem;
}
.cyber17-widget.fixed.pos-br {
  bottom: 10rem;
}
.cyber17-widget.absolute.pos-br {
  bottom: 5rem;
}
/* --- Bouton flottant (FAB) --- */
.cyber17-fab {
  display: grid;
  place-items: center;
  padding: 1rem;
  cursor: pointer;
  border: 1px solid #263274;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.cyber17-fab img {
  height: 50px;
  display: block;
  width: auto;
}
.cyber17-fab:hover {
  transform: translateY(-2px);
}
.cyber17-fab:focus-visible {
  outline: 3px solid var(--cy17-primary);
  outline-offset: 2px;
}
/* --- Panneau --- */
.cyber17-panel {
  position: absolute;
  bottom: 78px;
  right: 0;
  width: min(360px, 92vw);
  height: fit-content;
  background: var(--cy17-bg);
  color: var(--cy17-text);
  border-radius: var(--cy17-radius);
  box-shadow: var(--cy17-shadow);
  overflow: hidden;
  transform-origin: bottom right;
  transform: scale(0.96) translateY(8px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.22s ease, visibility 0s linear 0.22s;
}
.cyber17-panel .cyber17-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
.cyber17-panel .cyber17-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.85rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: linear-gradient(180deg, rgba(0, 82, 204, 0.06), transparent);
}
.cyber17-panel .cyber17-body {
  padding: 1rem;
  overflow: auto;
  max-height: calc(min(70vh, 560px) - 54px);
}
.cyber17-panel .cyber17-footer {
  margin-bottom: 2rem;
  text-align: center;
}
.cyber17-panel .cyber17-footer a {
  color: #121212;
}
.cyber17-panel .cyber17-footer a:hover {
  color: #e31102;
}
/* --- Variantes positions panneau --- */
.cyber17-widget.pos-bl .cyber17-panel {
  left: auto;
  right: auto;
  bottom: 10rem;
  transform-origin: bottom left;
}
.cyber17-widget.pos-br .cyber17-panel {
  left: auto;
  right: auto;
  bottom: 20rem;
  transform-origin: bottom right;
}
.cyber17-widget.pos-tr .cyber17-panel {
  top: 78px;
  bottom: auto;
  transform-origin: top right;
}
.cyber17-widget.pos-tl .cyber17-panel {
  top: 78px;
  left: 0;
  bottom: auto;
  right: auto;
  transform-origin: top left;
}
.cyber17-widget[aria-expanded="true"] .cyber17-panel {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
/* --- Bouton de fermeture --- */
.cyber17-close {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1.5;
}
.cyber17-close:hover {
  background: rgba(0, 0, 0, 0.06);
}
.cyber17-close:focus-visible {
  outline: 2px solid var(--cy17-primary);
  outline-offset: 2px;
}
/* --- Corps et texte --- */
.cyber17-text {
  margin: 1rem 0;
}
.cyber17-hero {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.cyber17-hero img {
  max-width: 160px;
  height: auto;
}
@media (max-width: 768px) {
  .cyber17-widget.pos-bl.fixed, .cyber17-widget.pos-br.fixed {
    position: inherit;
  }
  .cyber17-widget.pos-bl .cyber17-panel {
    bottom: 70rem;
    right: auto;
  }
  .cyber17-widget.pos-br .cyber17-panel {
    bottom: 23rem;
    right: auto;
  }
}
/* Header */
header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo-mairie {
  width: 192px;
}
.logo-mairie img {
  width: 100%;
}
@media (max-width: 951px) {
  .logo-mairie {
    width: 148px;
  }
}
.header-bienvenue {
  flex: 1 1 auto;
  padding: 0 8rem;
}
@media (max-width: 951px) {
  .header-bienvenue {
    padding: 0;
  }
}
.header-navigation {
  justify-content: space-between;
  position: relative;
  margin: 2.4rem 0;
}
@media (max-width: 951px) {
  .header-navigation {
    padding: 0 1.6rem;
  }
}
.menu-principal {
  flex: 1 1 auto;
  align-self: center;
}
.menu-principal .menu-item {
  position: relative;
}
@media (min-width: 951px) {
  .menu-principal .menu-item a:first-child:hover + .sub-menu, .menu-principal .menu-item .sub-menu.to-open, .menu-principal .menu-item .sub-menu:hover {
    pointer-events: visible;
    opacity: 1;
    display: flex;
    height: auto;
    transition: 0.2s ease-in-out;
  }
  .menu-principal .menu-item a:first-child {
    border-bottom: 2px solid transparent;
    padding-bottom: 1.5rem;
    transition: 0.3s ease-in-out;
  }
  .menu-principal .menu-item a:first-child:hover {
    border-color: #e31102;
  }
  .menu-principal .menu-item .sub-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    pointer-events: none;
    position: absolute;
    font-size: 1.8rem;
    font-weight: lighter;
    z-index: 1000;
    bottom: 0;
    left: 0;
    transform: translateY(calc(100% + (1.5rem + 1px)));
    opacity: 0;
    width: 40rem;
    height: 0;
    padding: 1rem;
    border: 1px solid #fdbc02;
    background: #fff;
    box-shadow: 0px 8px 24px rgba(18, 18, 18, 0.25);
  }
  .menu-principal .menu-item .sub-menu li {
    display: block;
    padding: 1rem;
    transition: 0.1s ease-in-out;
    border-bottom: 2px solid transparent;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .menu-principal .menu-item .sub-menu li, .menu-principal .menu-item .sub-menu li a {
    color: inherit;
  }
  .menu-principal .menu-item .sub-menu li:hover {
    background: #fdc935;
    color: #121212 !important;
    border-color: #e31102;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .menu-principal .menu-item .sub-menu li.active {
    background: #fdc935;
    border-color: #fdbc02;
    color: #121212 !important;
  }
  .menu-principal .menu-item .sub-menu li a:hover {
    background: transparent;
    border-color: transparent;
  }
}
@media (max-width: 951px) {
  .menu-principal {
    display: none;
  }
}
.menu-principal.mobile-open {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(100%);
  z-index: 1000;
  background: #fff;
  padding: 1.6rem;
  box-shadow: 0 20px 18px rgba(18, 18, 18, 0.25);
}
.menu-principal.mobile-open .menu {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}
.menu-principal.mobile-open .menu > .menu-item {
  border-bottom: 2px solid #fdbc02;
  padding: 2rem 0;
}
.menu-principal.mobile-open .menu > .menu-item > *:last-child:not(ul.sub-menu)::after {
  display: none;
}
.menu-principal.mobile-open .menu > .menu-item.sub-menu-opened > a::after {
  content: "-";
}
.menu-principal.mobile-open .menu > .menu-item > a::after {
  content: "+";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(10px);
  font-size: 2.4rem;
  padding: 0.6rem 1.4rem;
  box-shadow: 0 0 20px rgba(253, 188, 2, 0.56);
  border-radius: 0.8rem;
  font-weight: 400;
  background: #fff;
  color: #fdbc02;
}
.menu-principal.mobile-open .menu .sub-menu {
  padding: 0;
  background: #fff;
  border: 1px solid #fdbc02;
  position: static;
  transform: none;
  display: none;
  border: none;
  box-shadow: none;
}
.menu-principal.mobile-open .menu .sub-menu.opened {
  display: block;
}
.menu-principal.mobile-open .menu .sub-menu li {
  padding: 1rem 0;
  padding-left: 1.2rem;
  font-weight: lighter;
  margin-bottom: 1.2rem;
  display: block;
  padding: 1rem;
  transition: 0.1s ease-in-out;
  border-bottom: 2px solid transparent;
  border-radius: 0.5rem 0.5rem 0 0;
}
.menu-principal.mobile-open .menu .sub-menu li, .menu-principal.mobile-open .menu .sub-menu li a {
  color: inherit;
}
.menu-principal.mobile-open .menu .sub-menu li:hover {
  background: #fdc935;
  color: #121212 !important;
  border-color: #e31102;
  border-radius: 0.5rem 0.5rem 0 0;
}
.menu-principal.mobile-open .menu .sub-menu li.active {
  background: #fdc935;
  border-color: #fdbc02;
  color: #121212 !important;
}
.menu-principal.mobile-open .menu .sub-menu li:last-child {
  margin-bottom: 0;
}
.menu-principal ul li {
  list-style: none;
}
.menu-principal a {
  color: #121212;
  text-decoration: none;
}
ul#menu_principal {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}
.rechercher {
  align-self: center;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 951px) {
  .rechercher button:last-child {
    display: none;
  }
}
.rechercher.hovered button {
  background-color: #fff;
  box-shadow: 0px 4px 16px rgba(163, 165, 168, 0.56);
}
.rechercher.hovered button i {
  color: #fdbc02;
}
.rechercher button {
  border: none;
  background-color: #fdbc02;
  padding: 1.6rem;
  border-radius: 1.2rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.rechercher button i {
  font-size: 2.5rem;
  transition: 0.2s ease-in-out;
  color: #fff;
}
.rechercher button:hover {
  background-color: #fff;
  box-shadow: 0px 4px 16px rgba(163, 165, 168, 0.56);
}
.rechercher button:hover i {
  color: #fdbc02;
}
@media (max-width: 951px) {
  .rechercher button:first-child {
    border-radius: 1.2rem 0 0 1.2rem;
  }
  .rechercher button:last-child, .rechercher button:nth-child(2) {
    border-radius: 0 1.2rem 1.2rem 0;
  }
}
.bienvenue {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 25px;
  margin-bottom: 17rem;
  width: 100%;
}
.bienvenue.mb-base {
  margin-bottom: 4.8rem;
}
.bienvenue .thumbnail {
  flex: 1 1 auto;
  width: 100%;
  position: relative;
}
.bienvenue .thumbnail .reseaux-sociaux {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
}
.bienvenue .thumbnail .en-lire-plus {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
}
@media (max-width: 951px) {
  .bienvenue {
    margin-bottom: 35rem;
    padding: 0 1.6rem;
  }
}
.bienvenue img, .bienvenue .video {
  object-position: center;
  object-fit: cover;
}
.bienvenue img video, .bienvenue .video video {
  width: 100%;
}
.bienvenue img.img-thumb, .bienvenue .video.img-thumb {
  min-height: 410px;
  max-height: 650px;
  width: 100%;
}
.bienvenue .placeholder-thumb {
  width: 100%;
  height: 456px;
  background: #fdbc02;
}
.bienvenue h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-family: "Abril Fatface", cursive;
  font-size: 5.8rem;
  font-weight: 500;
}
.bienvenue h1.pos-left {
  left: 30%;
}
.bienvenue h1.to-right {
  text-align: right;
}
.bienvenue h1.to-right span.rotated {
  transform: rotate(-5deg);
  width: max-content;
}
@media (max-width: 1081px) {
  .bienvenue h1 {
    font-size: 4.6rem;
  }
}
@media (max-width: 951px) {
  .bienvenue h1 {
    font-size: 4rem;
  }
}
@media (max-width: 540px) {
  .bienvenue h1 {
    width: 95%;
    left: 50% !important;
    text-align: center;
  }
}
.bienvenue h1 span {
  background: rgba(255, 255, 255, 0.8);
  color: #121212;
  display: inline-block;
  margin: 0.1rem 0;
  padding: 0 5rem 2rem 5rem;
}
@media (max-width: 1081px) {
  .bienvenue h1 span {
    padding: 0 1rem 2rem 1rem;
  }
}
@media (max-width: 951px) {
  .bienvenue h1 span {
    padding: 0 0.5rem 1rem 0.5rem;
  }
}
.bienvenue h1 span.rotated {
  background: rgba(255, 255, 255, 0.9);
  transform: rotate(5deg);
}
.reseaux-sociaux {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  width: auto;
  padding-top: 17rem;
}
.reseaux-sociaux a {
  text-decoration: none;
}
.reseaux-sociaux a.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  aspect-ratio: 1;
  margin: 0 1.7rem;
  border: 2px solid #ffffff;
  padding: 8px;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
}
.reseaux-sociaux a.icon:hover {
  background-color: #ffffff;
}
.reseaux-sociaux a.icon:hover i {
  color: #121212;
}
.reseaux-sociaux a.icon i {
  color: #ffffff;
  font-size: 2.4rem;
  transition: 0.2s ease-in-out;
}
.reseaux-sociaux a.tel {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  writing-mode: tb-rl;
  margin: 0 auto;
  transform: rotate(-180deg);
}
.reseaux-sociaux.mobile {
  display: none;
}
@media (max-width: 951px) {
  .reseaux-sociaux.mobile {
    margin: 1rem 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .reseaux-sociaux.mobile a.tel {
    writing-mode: unset;
    transform: rotate(0deg);
    margin: 0;
  }
  .reseaux-sociaux.mobile .socials-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.4rem;
  }
  .reseaux-sociaux.mobile .socials-logo a {
    margin: 0;
  }
}
@media (max-width: 400px) {
  .reseaux-sociaux.mobile {
    flex-direction: column;
  }
}
@media (max-width: 951px) {
  .reseaux-sociaux {
    display: none;
  }
}
.en-lire-plus {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.en-lire-plus span {
  display: block;
  position: relative;
  min-height: unset;
  margin-left: 25px;
  transform: rotate(90deg) translateX(-7rem) scaleX(2);
  width: 18px;
  line-height: 0;
}
.en-lire-plus span::after {
  content: "⇾";
  position: absolute;
  font-size: 8rem;
  color: #e31102;
}
@media (max-width: 951px) {
  .en-lire-plus {
    display: none;
  }
}
.bloc-intro {
  background-image: url("..//img/fond-deco3.png");
  background-position: 81% bottom;
  background-size: 474px;
  background-repeat: no-repeat;
}
.bloc-intro .contenu-intro {
  position: relative;
  min-height: 60rem;
  padding: 10rem;
  padding-left: min(20%);
  margin-bottom: -5rem;
  background-color: #e9ecf2;
}
@media (max-width: 991px) {
  .bloc-intro .contenu-intro {
    width: 92%;
    max-width: -webkit-fill-available;
    padding: 4rem;
    margin: 0 auto -5rem auto;
    min-height: 0;
  }
}
.bloc-intro .contenu-intro h2 {
  font-family: "Abril Fatface", cursive;
  font-size: 5.8rem;
}
@media (max-width: 642px) {
  .bloc-intro .contenu-intro h2 {
    font-size: 3.6rem;
  }
}
.bloc-intro .contenu-intro .description-intro {
  display: inline-flex;
  margin-top: 4rem;
}
@media (max-width: 642px) {
  .bloc-intro .contenu-intro .description-intro {
    display: block;
    margin: 0;
  }
}
.bloc-intro .contenu-intro .description-intro .red-line {
  content: "";
  display: inline-block;
  height: 2px;
  min-width: 96px;
  background-color: #e31102;
  margin: 1.4rem 1rem 0 0;
}
@media (max-width: 642px) {
  .bloc-intro .contenu-intro .description-intro .red-line {
    margin: 1.4rem 0;
  }
}
.bloc-intro .contenu-intro .description-intro p {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
}
.bloc-intro .contenu-intro .button {
  margin-top: 2rem;
  margin-left: 10.6rem;
}
@media (max-width: 642px) {
  .bloc-intro .contenu-intro .button {
    display: none;
  }
}
.on-search {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  transform: translateY(0);
  transition: 0.3s ease-in-out;
  background: #fdbc02;
  padding-top: 6rem;
  padding-bottom: 4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.on-search.transform-hide {
  transform: translateY(-100%);
}
.on-search .hovered {
  height: 100px;
}
.on-search .hovered#fermer-rechercher button {
  outline: none;
  display: block;
  background: transparent;
  box-shadow: none;
}
.on-search .hovered#fermer-rechercher button:focus i {
  outline: 2px solid black;
}
.on-search .hovered i {
  transform: translateY(-60%);
  background: #ffffff;
  padding: 1.2rem 1.5rem;
  border-radius: 10px;
  transition: 0.2s ease-in-out;
  box-shadow: 0 0px 16px rgba(255, 255, 255, 0.3);
}
.on-search .hovered i:hover {
  background: #fdbc02;
  color: #ffffff;
  box-shadow: 0 0px 16px rgba(0, 0, 0, 0.3);
}
.on-search i {
  font-size: 3rem;
  color: #fdbc02;
  cursor: pointer;
}
.on-search .search-form {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  width: 100%;
  gap: 2rem;
}
.on-search .search-form i {
  font-size: 2.5rem;
  color: #ffffff;
  cursor: unset;
}
.on-search .search-form input, .on-search .search-form button {
  color: #ffffff;
  background: transparent;
  border: none;
}
.on-search .search-form input::placeholder, .on-search .search-form button::placeholder {
  color: #ffffff;
}
.on-search .search-form input:focus, .on-search .search-form button:focus {
  outline: none;
}
.on-search .search-form button {
  transition: 0.2s ease-in-out;
}
@media (max-width: 400px) {
  .on-search .search-form button img {
    width: 24px;
  }
}
.on-search .search-form input {
  width: 80%;
  min-width: 30rem;
  font-size: 3.6rem;
  font-family: "Abril Fatface", cursive;
  flex: 1 1 auto;
}
@media (max-width: 951px) {
  .on-search .search-form input {
    font-size: 2.4rem;
  }
}
@media (max-width: 600px) {
  .on-search .search-form input {
    width: auto;
    min-width: auto;
    font-size: 1.8rem;
  }
}
@media (max-width: 951px) {
  .on-search .search-form {
    gap: unset;
  }
}
.on-search p {
  font-size: 1.3rem;
  margin: 1rem 0;
}
@media (max-width: 951px) {
  .on-search .container.row {
    flex-direction: column-reverse;
    gap: 1rem;
    padding-bottom: 1rem;
    align-items: center;
  }
  .on-search .container.row .col-1 {
    display: none;
  }
  .on-search .container.row .col-8 {
    width: 95%;
  }
}
@media (max-width: 600px) {
  .on-search .container.row .col-8 {
    width: 99%;
  }
}
@media (max-width: 951px) {
  .on-search {
    padding-top: calc(8.7rem * 2);
    padding-bottom: calc(6.7rem * 2);
    gap: 0;
  }
  .on-search .hovered {
    position: absolute;
    top: 5rem;
    right: 10%;
    border-radius: 1.2rem;
  }
}
/* Front-page */
#nos-actualites {
  background-color: #2c5732;
}
#nos-actualites .bloc-actu {
  margin: 10rem auto;
  padding: 0;
}
#nos-actualites .bloc-actu h2 {
  font-family: "Abril Fatface", cursive;
  font-size: 5.8rem;
  color: #ffffff;
  margin-bottom: 5rem;
  margin-left: 2rem;
}
#nos-actualites .bloc-actu h2 span::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 56px;
  background-color: #fdbc02;
  margin: 0 1rem 1rem 0;
}
@media (max-width: 991px) {
  #nos-actualites .bloc-actu h2 {
    font-size: 3.6rem;
  }
}
#nos-actualites .bloc-actu .row {
  --bs-gutter-y: 5rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
@media (max-width: 1400px) {
  #nos-actualites .bloc-actu .row {
    justify-content: center;
  }
}
#nos-actualites .bloc-actu .row .col-md-6 {
  height: 38.4rem;
  position: relative;
}
@media (max-width: 1400px) {
  #nos-actualites .bloc-actu .row .col-md-6 {
    height: auto;
  }
}
#nos-actualites .bloc-actu .row .col-md-6 .img-actu {
  width: 304px;
  height: 257px;
  object-fit: cover;
}
@media (max-width: 1400px) {
  #nos-actualites .bloc-actu .row .col-md-6 .img-actu {
    display: flex;
    margin: 0 auto;
  }
}
@media (max-width: 380px) {
  #nos-actualites .bloc-actu .row .col-md-6 .img-actu {
    margin: 0 1.5rem;
  }
}
#nos-actualites .bloc-actu .row .col-md-6 .actu {
  background-color: #fff;
  position: absolute;
  max-width: 41.6rem;
  width: 100%;
  padding-bottom: 2.4rem;
  bottom: 0;
  right: 0;
}
#nos-actualites .bloc-actu .row .col-md-6 .actu .titre-actu {
  font-family: "Abril Fatface", cursive;
  font-size: 2.6rem;
  color: #2c5732;
  background-color: #fdbc02;
  border-top: 2px solid;
  border-color: #fdbc02;
  padding: 1.5rem 2.5rem;
}
@media (max-width: 991px) {
  #nos-actualites .bloc-actu .row .col-md-6 .actu .titre-actu {
    font-size: 1.8rem;
  }
}
#nos-actualites .bloc-actu .row .col-md-6 .actu .contenu-actu {
  border: 1px solid;
  border-top: 0;
  border-color: #fdbc02;
  padding: 2rem 2.4rem;
  height: 20.8rem;
  margin: 0 2.4rem;
  font-family: "Poppins", sans-serif;
}
#nos-actualites .bloc-actu .row .col-md-6 .actu .contenu-actu .date-article {
  font-size: 1.3rem;
  color: #507054;
}
#nos-actualites .bloc-actu .row .col-md-6 .actu .contenu-actu .description-article {
  font-size: 1.8rem;
  font-weight: lighter;
  color: #121212;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#nos-actualites .bloc-actu .row .col-md-6 .actu .contenu-actu .reseaux-actu {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
#nos-actualites .bloc-actu .row .col-md-6 .actu .contenu-actu .reseaux-actu p {
  font-size: 1.3rem;
  font-weight: lighter;
  color: #121212;
  margin-bottom: 0;
}
#nos-actualites .bloc-actu .row .col-md-6 .actu .contenu-actu .reseaux-actu a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem;
  border: 1px solid;
  border-radius: 0.8rem;
  border-color: #507054;
  width: 30px;
  aspect-ratio: 1;
  transition: 0.2s ease-in-out;
}
#nos-actualites .bloc-actu .row .col-md-6 .actu .contenu-actu .reseaux-actu a:hover {
  background-color: #507054;
}
#nos-actualites .bloc-actu .row .col-md-6 .actu .contenu-actu .reseaux-actu a:hover i {
  color: #ffffff;
}
#nos-actualites .bloc-actu .row .col-md-6 .actu .contenu-actu .reseaux-actu a i {
  font-size: 1.5rem;
  color: #507054;
  transition: 0.2s ease-in-out;
}
@media (max-width: 1400px) {
  #nos-actualites .bloc-actu .row .col-md-6 .actu {
    position: relative;
    margin: 0 auto;
  }
}
#nos-actualites .bloc-actu .button {
  margin: 4.6rem;
}
@media (max-width: 1400px) {
  #nos-actualites .bloc-actu {
    margin-bottom: 25rem;
  }
}
@media (max-width: 992px) {
  #nos-actualites .bloc-actu .button {
    margin-left: auto;
    margin-right: auto;
  }
}
#nos-publications, .boucle-publications {
  background-color: #ffffff;
  position: relative;
}
#nos-publications #image-publications, .boucle-publications #image-publications {
  position: absolute;
  max-width: 416px;
  min-width: 318px;
  width: 25%;
  max-height: auto;
  top: 0;
  right: 0;
  transform: translate(-100%, -40%) scale(0.8);
}
@media (max-width: 991px) {
  #nos-publications #image-publications, .boucle-publications #image-publications {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#nos-publications .button, .boucle-publications .button {
  margin: 4.6rem;
}
#nos-publications .bloc-publi, #nos-publications .container-publications, .boucle-publications .bloc-publi, .boucle-publications .container-publications {
  margin: 10rem auto;
}
@media (max-width: 991px) {
  #nos-publications .bloc-publi, #nos-publications .container-publications, .boucle-publications .bloc-publi, .boucle-publications .container-publications {
    margin-bottom: 40rem;
  }
}
@media (max-width: 1100px) {
  #nos-publications .bloc-publi, #nos-publications .container-publications, .boucle-publications .bloc-publi, .boucle-publications .container-publications {
    margin-top: 25rem;
  }
}
#nos-publications .bloc-publi h2, #nos-publications .container-publications h2, .boucle-publications .bloc-publi h2, .boucle-publications .container-publications h2 {
  font-family: "Abril Fatface";
  font-size: 5.8rem;
  color: #121212;
  margin-bottom: 5rem;
}
#nos-publications .bloc-publi h2 span::before, #nos-publications .container-publications h2 span::before, .boucle-publications .bloc-publi h2 span::before, .boucle-publications .container-publications h2 span::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 56px;
  background-color: #e31102;
  margin: 0 1rem 1rem 0;
}
@media (max-width: 991px) {
  #nos-publications .bloc-publi h2, #nos-publications .container-publications h2, .boucle-publications .bloc-publi h2, .boucle-publications .container-publications h2 {
    font-size: 3.6rem;
  }
}
#nos-publications .bloc-publi .row, #nos-publications .container-publications .row, .boucle-publications .bloc-publi .row, .boucle-publications .container-publications .row {
  --bs-gutter-y: 5rem;
  --bs-gutter-x: 0;
}
#nos-publications .bloc-publi .row .col:nth-child(2) .col-md-12, #nos-publications .container-publications .row .col:nth-child(2) .col-md-12, .boucle-publications .bloc-publi .row .col:nth-child(2) .col-md-12, .boucle-publications .container-publications .row .col:nth-child(2) .col-md-12 {
  margin-top: 3rem;
}
#nos-publications .bloc-publi .row .col:last-child .col-md-12, #nos-publications .container-publications .row .col:last-child .col-md-12, .boucle-publications .bloc-publi .row .col:last-child .col-md-12, .boucle-publications .container-publications .row .col:last-child .col-md-12 {
  margin-top: 6rem;
}
#nos-publications .bloc-publi .row .col, #nos-publications .container-publications .row .col, .boucle-publications .bloc-publi .row .col, .boucle-publications .container-publications .row .col {
  flex: 0 0 41.7rem;
}
#nos-publications .bloc-publi .row .col .col-md-12, #nos-publications .container-publications .row .col .col-md-12, .boucle-publications .bloc-publi .row .col .col-md-12, .boucle-publications .container-publications .row .col .col-md-12 {
  display: flex;
  align-items: stretch;
  border: 1px solid;
  border-color: #fdc935;
}
#nos-publications .bloc-publi .row .col .col-md-12 img, #nos-publications .container-publications .row .col .col-md-12 img, .boucle-publications .bloc-publi .row .col .col-md-12 img, .boucle-publications .container-publications .row .col .col-md-12 img {
  left: 0;
  height: auto;
  width: 19.2rem;
  aspect-ratio: 0.7777777778;
  object-fit: cover;
}
#nos-publications .bloc-publi .row .col .col-md-12 .contenu-gazette, #nos-publications .container-publications .row .col .col-md-12 .contenu-gazette, .boucle-publications .bloc-publi .row .col .col-md-12 .contenu-gazette, .boucle-publications .container-publications .row .col .col-md-12 .contenu-gazette {
  position: relative;
  right: 0;
  min-width: 22.5rem;
  width: fit-content;
  background-color: #fdc935;
  border-left: 1px solid;
  border-color: #fdc935;
  padding-left: 3rem;
  padding-top: 1rem;
  padding-right: 2rem;
}
#nos-publications .bloc-publi .row .col .col-md-12 .contenu-gazette .titre-gazette, #nos-publications .bloc-publi .row .col .col-md-12 .contenu-gazette .txt-gazette .titre-gazette, #nos-publications .container-publications .row .col .col-md-12 .contenu-gazette .titre-gazette, #nos-publications .container-publications .row .col .col-md-12 .contenu-gazette .txt-gazette .titre-gazette, .boucle-publications .bloc-publi .row .col .col-md-12 .contenu-gazette .titre-gazette, .boucle-publications .bloc-publi .row .col .col-md-12 .contenu-gazette .txt-gazette .titre-gazette, .boucle-publications .container-publications .row .col .col-md-12 .contenu-gazette .titre-gazette, .boucle-publications .container-publications .row .col .col-md-12 .contenu-gazette .txt-gazette .titre-gazette {
  font-family: "Abril Fatface";
  font-size: 2.6rem;
  line-height: 130%;
}
#nos-publications .bloc-publi .row .col .col-md-12 .contenu-gazette .date-gazette, #nos-publications .container-publications .row .col .col-md-12 .contenu-gazette .date-gazette, .boucle-publications .bloc-publi .row .col .col-md-12 .contenu-gazette .date-gazette, .boucle-publications .container-publications .row .col .col-md-12 .contenu-gazette .date-gazette {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  color: #2c5732;
  margin-bottom: 7rem;
}
#nos-publications .bloc-publi .row .col .col-md-12 .contenu-gazette .button, #nos-publications .container-publications .row .col .col-md-12 .contenu-gazette .button, .boucle-publications .bloc-publi .row .col .col-md-12 .contenu-gazette .button, .boucle-publications .container-publications .row .col .col-md-12 .contenu-gazette .button {
  position: absolute;
  bottom: 1rem;
  right: 50%;
  transform: translateX(50%);
  width: fit-content;
  margin: 0;
}
@media (max-width: 380px) {
  #nos-publications .bloc-publi .row .col .col-md-12 .contenu-gazette, #nos-publications .container-publications .row .col .col-md-12 .contenu-gazette, .boucle-publications .bloc-publi .row .col .col-md-12 .contenu-gazette, .boucle-publications .container-publications .row .col .col-md-12 .contenu-gazette {
    max-width: 17.5rem;
  }
}
.adico-tiroir {
  border-bottom: 2px solid #fdbc02;
}
.adico-tiroir:first-child {
  margin-top: 5.6rem;
  border-top: 2px solid #fdbc02;
}
.adico-tiroir:last-child {
  margin-bottom: 5.6rem;
  border-bottom: 2px solid #fdbc02;
}
.adico-tiroir .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.adico-tiroir .header button {
  font-family: "Abril Fatface", cursive;
  font-size: 2.6rem;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 7.1rem 3.2rem;
}
@media screen and (max-width: 992px) {
  .adico-tiroir .header button {
    font-size: 1.3rem;
  }
}
.adico-tiroir .header span {
  font-size: 2.5rem;
  color: #507054;
  padding: 1.5rem;
  border-radius: 10px;
  margin: 0;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.adico-tiroir .header span i {
  transform: rotate(180deg);
  transition: 0.2s ease-in-out;
  margin: 0;
}
.adico-tiroir .header span:hover {
  background: #507054;
  color: #ffffff;
}
.adico-tiroir .header button[aria-expanded="true"] + span i {
  transform: rotate(0deg);
}
.adico-tiroir .content {
  display: none;
  padding: 10px 20px;
  margin: 0;
  background: transparent;
}
.adico-tiroir .content.active {
  display: block;
}
@starting-style {
  .fichier-pdf {
    opacity: 0;
  }
}
.fichier-pdf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  padding: 1.6rem 0;
  border-bottom: 2px solid #fdc935;
  transition: 0.3s ease-in-out;
}
.fichier-pdf *:last-child {
  margin-bottom: 0;
}
.fichier-pdf > a p {
  color: #121212;
  margin: 0;
  text-decoration: underline;
}
.fichier-pdf ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}
.fichier-pdf ul p {
  margin: 0;
}
/* Post type  */
/* -- Plugins */
.contact-form {
  padding: 0 1.6rem;
}
.contact-form .content {
  max-width: 1200px;
  margin: 40px auto;
}
.contact-form .contact-card {
  background: #e9ecf2;
  padding: 6.4rem 11.2rem;
  font-size: 1.8rem;
  max-width: 864px;
  margin: 0 auto;
  margin-bottom: 7.2rem;
  margin-top: -400px;
}
@media (max-width: 992px) {
  .contact-form .contact-card {
    margin-bottom: 35rem;
  }
}
@media (max-width: 1157px) {
  .contact-form .contact-card {
    margin-top: -150px;
    width: 100%;
    padding: 6.4rem 5.6rem;
  }
}
@media (max-width: 600px) {
  .contact-form .contact-card {
    padding: 4.8rem 2.4rem;
  }
  .contact-form .contact-card, .contact-form .contact-card input, .contact-form .contact-card textarea {
    font-size: 1.3rem;
  }
}
.contact-form .contact-card h2 {
  margin-bottom: 5.1rem;
}
.contact-form .contact-card #champobligatoire {
  margin-bottom: 3.2rem;
}
.contact-form .contact-card .entry {
  margin-bottom: 4.8rem;
}
.contact-form .contact-card .entry label {
  margin-bottom: 1.6rem;
}
.contact-form .contact-card input[type="text"], .contact-form .contact-card input[type="email"], .contact-form .contact-card input[type="tel"], .contact-form .contact-card textarea {
  font-size: 1.8rem;
  border: none;
  border-bottom: 2px solid #507054;
  width: 100%;
  background: transparent;
}
.contact-form .contact-card #case-mentions {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  margin-bottom: 1.6rem;
}
.contact-form .contact-card #case-mentions input {
  border: 1px solid #507054;
  width: auto;
  font-size: 1.8rem;
  transform: scale(1.3);
}
.contact-form .contact-card #case-mentions p {
  margin-top: 0;
}
.contact-form .contact-card #mentionslegales {
  font-size: 1.3rem;
  margin-left: 4.5rem;
  margin-bottom: 4rem;
}
.contact-form .contact-card #mentionslegales a {
  text-decoration: underline;
  text-decoration-color: #507054;
}
.contact-form .contact-card #captcha-envoi {
  display: flex;
  align-items: end;
  gap: 5rem;
}
.contact-form .contact-card #captcha-envoi #captcha-test {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}
.contact-form .contact-card #captcha-envoi #captcha-test label {
  font-size: 1.3rem;
}
.contact-form .contact-card #captcha-envoi #captcha-test label sup {
  font-size: 1.5rem;
}
.contact-form .contact-card #captcha-envoi #captcha-test input {
  width: 5rem;
}
.contact-form .contact-card #captcha-envoi input[type="submit"] {
  width: auto !important;
  margin-bottom: 0px;
}
#alerte {
  width: 100%;
  background: #e31102;
  color: #ffffff;
  padding: 1.6rem 0;
}
#alerte.sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding-top: 3.6rem;
}
#alerte .alert-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#alerte .alert-content h5 {
  width: 33%;
  min-width: 30rem;
  margin-bottom: 2rem;
}
#alerte .alert-content .content {
  width: 65%;
  min-width: 30rem;
}
#alerte .alert-content .content * {
  font-size: 1.3rem;
}
#alerte .alert-content .content a {
  color: #ffffff;
}
@media (max-width: 874px) {
  #alerte .alert-content h5 {
    width: 100%;
    min-width: unset;
  }
  #alerte .alert-content .content {
    width: 100%;
    min-width: unset;
  }
}
#alerte #close-alerte {
  background: transparent;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  position: absolute;
  right: 8rem;
  top: 0;
  transform: translateY(-25%);
}
#alerte #close-alerte i {
  color: #ffffff;
}
@media (max-width: 951px) {
  #alerte #close-alerte {
    right: 2rem;
  }
}
.presentation-maire {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.presentation-maire .team-card {
  margin: 4rem 0;
}
.presentation-equipe {
  margin-top: 4rem;
}
.team-card {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.team-card .thumbnail {
  position: relative;
}
.team-card .thumbnail img {
  width: 300px;
  height: 340px;
  object-fit: cover;
}
.team-card .thumbnail .poste {
  position: absolute;
  background: #507054;
  color: #fff;
  padding: 1.4rem 0.8rem;
  width: auto;
  max-width: 80%;
  min-width: 50%;
  text-align: center;
  bottom: 0;
  z-index: 999;
  left: 50%;
  transform: translate(-50%, 50%);
  margin-bottom: 0;
  font-size: 1.3rem;
  box-shadow: 0 4px 16px rgba(129, 165, 134, 0.2);
}
.team-card .identite {
  background: #fff;
  box-shadow: 0 4px 16px rgba(253, 188, 2, 0.56);
  padding: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 272px;
  max-width: 300px;
  margin-bottom: 0;
  transform: translateX(-15%);
}
.team-card .identite p {
  text-align: center;
  width: 100%;
  height: 100%;
  border: 2px solid #fdbc02;
  margin: 0;
  padding: 4.4rem 2.4rem;
  line-height: 190%;
}
.team-card .identite p, .team-card .identite p .nom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.team-card .identite p .nom {
  font-family: "Abril Fatface", cursive;
  font-size: 2.6rem;
  margin-bottom: 0;
}
.team-card .identite p .line {
  margin: 2rem 0;
  width: 3.2rem;
}
.team-card .identite p .missions {
  margin-bottom: 0;
}
.mot-du-maire {
  background: #fdc935;
  padding: 2.4rem;
}
.mot-du-maire .content {
  background: #fff;
  padding: 3.2rem 2.4rem;
  margin-bottom: 0;
}
.mot-du-maire .content h3, .mot-du-maire .content h4, .mot-du-maire .content h5 {
  margin-top: 0;
  margin-bottom: 4rem;
}
.mot-du-maire .content h3::after, .mot-du-maire .content h4::after, .mot-du-maire .content h5::after {
  display: none;
}
.mot-du-maire .content p {
  margin-bottom: 0;
}
.boucle-equipe-adjoints, .boucle-equipe-conseillers {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 3rem;
  margin: 4rem 0;
}
.boucle-equipe-adjoints .team-card, .boucle-equipe-conseillers .team-card {
  margin: 0;
  flex-direction: column;
}
.boucle-equipe-adjoints .team-card .identite, .boucle-equipe-conseillers .team-card .identite {
  width: 100%;
  transform: translateX(0);
}
.boucle-equipe-adjoints .team-card .poste, .boucle-equipe-conseillers .team-card .poste {
  top: 340px;
  left: 50%;
  bottom: unset;
  transform: translate(-50%, -50%);
}
.boucle-equipe-adjoints .container-adjoints:last-child:nth-child(odd) .team-card, .boucle-equipe-adjoints .container-conseillers:last-child:nth-child(odd) .team-card, .boucle-equipe-conseillers .container-adjoints:last-child:nth-child(odd) .team-card, .boucle-equipe-conseillers .container-conseillers:last-child:nth-child(odd) .team-card {
  flex-direction: row;
}
.boucle-equipe-adjoints .container-adjoints:last-child:nth-child(odd) .team-card .identite, .boucle-equipe-adjoints .container-conseillers:last-child:nth-child(odd) .team-card .identite, .boucle-equipe-conseillers .container-adjoints:last-child:nth-child(odd) .team-card .identite, .boucle-equipe-conseillers .container-conseillers:last-child:nth-child(odd) .team-card .identite {
  transform: translateX(-15%);
}
.boucle-equipe-adjoints .container-adjoints:last-child:nth-child(odd) .team-card .poste, .boucle-equipe-adjoints .container-conseillers:last-child:nth-child(odd) .team-card .poste, .boucle-equipe-conseillers .container-adjoints:last-child:nth-child(odd) .team-card .poste, .boucle-equipe-conseillers .container-conseillers:last-child:nth-child(odd) .team-card .poste {
  top: unset;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
#boucle-equipe-adjoints, #boucle-equipe-conseillers, #boucle-equipe-maire {
  margin-bottom: 7.2rem;
}
@media (max-width: 615px) {
  #boucle-equipe-adjoints .presentation-equipe .team-card, #boucle-equipe-adjoints .container-adjoints .team-card, #boucle-equipe-adjoints .container-conseillers .team-card, #boucle-equipe-conseillers .presentation-equipe .team-card, #boucle-equipe-conseillers .container-adjoints .team-card, #boucle-equipe-conseillers .container-conseillers .team-card, #boucle-equipe-maire .presentation-equipe .team-card, #boucle-equipe-maire .container-adjoints .team-card, #boucle-equipe-maire .container-conseillers .team-card {
    flex-direction: column;
  }
  #boucle-equipe-adjoints .presentation-equipe .team-card .identite, #boucle-equipe-adjoints .container-adjoints .team-card .identite, #boucle-equipe-adjoints .container-conseillers .team-card .identite, #boucle-equipe-conseillers .presentation-equipe .team-card .identite, #boucle-equipe-conseillers .container-adjoints .team-card .identite, #boucle-equipe-conseillers .container-conseillers .team-card .identite, #boucle-equipe-maire .presentation-equipe .team-card .identite, #boucle-equipe-maire .container-adjoints .team-card .identite, #boucle-equipe-maire .container-conseillers .team-card .identite {
    width: 100%;
    transform: translateX(0);
  }
  #boucle-equipe-adjoints .presentation-equipe .team-card .poste, #boucle-equipe-adjoints .container-adjoints .team-card .poste, #boucle-equipe-adjoints .container-conseillers .team-card .poste, #boucle-equipe-conseillers .presentation-equipe .team-card .poste, #boucle-equipe-conseillers .container-adjoints .team-card .poste, #boucle-equipe-conseillers .container-conseillers .team-card .poste, #boucle-equipe-maire .presentation-equipe .team-card .poste, #boucle-equipe-maire .container-adjoints .team-card .poste, #boucle-equipe-maire .container-conseillers .team-card .poste {
    top: 340px;
    left: 50%;
    bottom: unset;
    width: 50%;
    transform: translate(-50%, -50%);
  }
}
#annuaires_list .annuaire_card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 2px solid #fdbc02;
  padding: 5.6rem 2.4rem;
}
#annuaires_list .annuaire_card .annuaire_body > div {
  margin-bottom: 0;
}
#annuaires_list .annuaire_card h3, #annuaires_list .annuaire_card h4 {
  margin: 0;
  font-size: 2.6rem;
}
#annuaires_list .annuaire_card h3::after, #annuaires_list .annuaire_card h4::after {
  display: none;
}
#annuaires_list .annuaire_card h3 {
  margin-bottom: 3.9rem;
}
#annuaires_list .annuaire_card h3 a {
  font-size: 2.6rem;
}
#annuaires_list .annuaire_card h4 {
  font-size: 1.8rem;
}
#annuaires_list .annuaire_card .cat {
  margin-bottom: 0;
}
#annuaires_list .annuaire_card .adresse {
  font-size: 1.3rem;
  margin-bottom: 2.4rem;
}
#annuaires_list .annuaire_container_btn {
  border: 2.4rem solid #fdc935;
  background: #fff;
  margin-bottom: 0;
  padding: 1.6rem;
  min-width: 384px;
}
#annuaires_list .annuaire_container_btn h4.contact-annuaire {
  position: relative;
  padding-bottom: 1.1rem;
  margin-bottom: 2rem;
}
#annuaires_list .annuaire_container_btn h4.contact-annuaire::after {
  content: "";
  display: block;
  height: 2px;
  background: #fdbc02;
  width: 3.2rem;
  position: absolute;
  bottom: 0rem;
  left: 0;
}
#annuaires_list .annuaire_container_btn .annuaire_btn.noanim p {
  margin-bottom: 0;
  font-size: 1.3rem;
}
#annuaires_list:last-child {
  border-bottom: 2px solid #fdbc02;
}
#annuaires_list *:last-child {
  margin-bottom: 0;
}
.leaflet-popup-content h3 {
  font-size: 2.6rem;
  margin-bottom: 3.2rem;
}
.leaflet-popup-content h3 a {
  color: #121212;
}
.contact-assoc {
  font-size: 1.8rem !important;
  margin-bottom: 4.2rem;
}
.contact-assoc p.adresse {
  line-height: 150% !important;
}
.contact-assoc a::after {
  display: none;
}
.horaire-assoc {
  margin-bottom: 4.2rem;
}
.horaire-assoc p {
  line-height: 150% !important;
}
div#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #fff;
  box-shadow: 0 -4px 16px rgba(253, 188, 2, 0.32);
  padding: 3.9rem 0;
}
div#tarteaucitronRoot #tarteaucitronAlertBig, div#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseCross, div#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  color: #121212;
}
@media (max-width: 763px) {
  div#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    margin: 1.6rem auto;
  }
}
/* Footer */
footer {
  margin-top: 40px;
}
footer .container-fluid {
  position: relative;
}
footer .bloc-container {
  position: relative;
  margin: 0;
}
footer .row {
  --bs-gutter-x: 0;
}
footer .col-g {
  display: flex;
  flex-direction: column;
  bottom: 0;
  background-color: #507054;
  height: auto;
  color: #ffffff;
  padding: 5rem 20rem 5rem 8rem;
}
footer .col-g h3 {
  margin-bottom: 4rem;
  font-size: 4.6rem;
}
footer .col-g p {
  margin: 0;
}
footer .col-g a {
  color: #ffffff;
}
footer .col-g a:hover {
  color: #d9d9d9;
}
footer .col-d {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fdbc02;
  color: #121212;
  min-height: 32.1rem;
  padding: 4rem 25rem 0 15rem;
}
footer .col-d .row .col {
  padding: 0;
}
footer .col-d h3 {
  margin-bottom: 2rem;
  font-size: 2.6rem;
}
footer .small-text {
  font-weight: 300;
  font-style: normal;
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
}
footer h3, footer h4 {
  font-family: "Abril Fatface", cursive;
  font-weight: 400;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .page-legal {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
footer .page-legal::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #507054;
  margin: 2.4rem 0;
}
footer .page-legal ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
}
footer .page-legal ul li a {
  color: #121212;
  text-decoration: none;
}
footer .page-legal ul li a:hover {
  color: #fd2a1b;
}
footer .reseaux {
  display: flex;
  gap: 1.6rem;
}
footer .reseaux a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.4rem;
  aspect-ratio: 1;
  border-radius: 8px;
  border: 2px solid;
  border-color: #ffffff;
  padding: 0.8rem;
  text-decoration: none !important;
  transition: 0.2s ease-in-out;
}
footer .reseaux a i {
  color: #ffffff;
  font-size: 2.5rem;
  transition: 0.2s ease-in-out;
}
footer .reseaux a:hover {
  background-color: #ffffff;
}
footer .reseaux a:hover i {
  color: #121212;
}
footer .link-footer {
  margin-top: 2rem;
  align-items: center;
}
@media (max-width: 1400px) {
  footer .col-d {
    padding: 4rem 5rem 0 5rem;
    width: 70%;
  }
  footer .col-g {
    padding: 5rem 20rem 0 4rem;
  }
  footer .link-footer {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  footer .bloc-container {
    justify-content: center;
  }
  footer .col-d {
    position: relative;
    padding: 6rem 4rem 0 4rem;
  }
  footer .col-g {
    height: 31rem;
    width: 92%;
    top: -28rem;
    z-index: 1;
    max-width: -webkit-fill-available;
    padding: 4rem 5rem;
  }
}
@media (max-width: 642px) {
  footer .col-g {
    width: 80%;
    padding-top: 3rem;
    padding-right: 8rem;
    height: 33rem;
  }
  footer .col-d {
    padding-top: 8rem;
  }
  footer .col-d .row {
    flex-direction: column;
  }
  footer .col-d-d {
    text-align: center;
    margin-top: 2rem;
  }
  footer .link-footer {
    margin: 0;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
  }
  footer .link-footer .col {
    display: flex;
    justify-content: center;
  }
  footer .reseaux {
    justify-content: center;
    gap: 3rem;
  }
  footer #facebookButton, footer #twitterButton {
    margin: 0;
  }
  footer .col-d-d .row {
    white-space: nowrap;
  }
  footer .page-legal ul {
    justify-content: center;
  }
}
@media (max-width: 494px) {
  footer .col-g {
    height: 30rem;
    top: -25rem;
    padding: 3rem;
  }
  footer .col-g h3 {
    font-size: 3.2rem;
  }
  footer .col-d h3 {
    font-size: 1.8rem;
  }
}
#mentions_legales {
  width: 15px !important;
}
