/**
 * ###############  Footer  ##################
 */

footer {
  display: none;
}

.footer-widgets {
  background-image: url(../../../../uploads/2026/06/fond_bandeau_hydre_footer.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-widgets .wp-block-page-list a, .footer-widgets .wp-block-page-list a:visited {
  color: white;
  font-size: 14px;
  text-decoration: none;
}

.footer-widgets .wp-block-page-list a:hover {
  font-weight: 600;
}

.footer-widgets .wp-block-page-list a:hover::before {
  content: "";
  display : inline-block;
  height : 0;
  width : 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid var(--orange-clair);
  position: absolute;
  left: -20px;
  top: 6px;
}

.footer-widgets .wp-block-page-list li {
  margin-bottom: 0;
  line-height: 1.5;
}

.footer-widgets .wp-block-page-list:not(:hover) .current-menu-item {
  font-weight: 600;
}

.footer-widgets .wp-block-page-list:not(:hover) .current-menu-item::before {
  content: "";
  display : inline-block;
  height : 0;
  width : 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid var(--orange-clair);
  position: absolute;
  left: -20px;
  top: 8px;
}

.footer-widgets .widget:has(.titre-footer) {
  margin-bottom: 15px;
}

.footer-widgets .widget:has(.copyright-hydre) {
  margin-bottom: 0;
}

.copyright-hydre {
  font-family: "Victoria CAT", serif;
  text-align: center;
  font-size: 24px;
}

.footer-widget-2,
.footer-widget-3 {
  display: flex;
  flex-direction: column;
}

.footer-widget-2 a,
.footer-widget-2 a:visited,
.footer-widget-2 a:hover,
.footer-widget-3 a,
.footer-widget-3 a:visited,
.footer-widget-3 a:hover {
  color: white;
  text-decoration: none;
}

.footer-widget-3 a {
  font-size: 14px;
}

.footer-widget-2 a:hover,
.footer-widget-3 a:hover {
  font-weight: 600;
}

@media (max-width: 768px) {
  .inside-footer-widgets {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .inside-footer-widgets > div {
    flex: 1 0 45%;
    min-width: 225px;
  }

  .footer-widget-1 {
    order: 0;
  }

  .footer-widget-2 {
    order: 2;
    margin: 0 auto;
  }

  .footer-widget-3 {
    order: 1;
  }

  .footer-widget-3 p {
    text-align: left !important;
  }
}

@media (min-width: 769px) {

  .footer-widget-3 {
    text-align: right;
  }

}
