/* Fiches premium 2026 -------------------------------------------------- */
.encartFiche {
  padding: 0;
  overflow: hidden;
}

.fiche-premium {
  color: #17242f;
  font-size: 16px;
  line-height: 1.65;
}

.fiche-hero {
  display: grid;
  grid-template-columns: minmax(220px, 38%) 1fr;
  gap: 28px;
  align-items: stretch;
  padding: 22px;
  background: linear-gradient(135deg, #f7fbff 0%, #eef6ff 58%, #ffffff 100%);
  border-bottom: 1px solid #d7e6f8;
}

.fiche-media {
  margin: 0;
  min-height: 260px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(17, 58, 82, 0.16);
}

.fiche-photo-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  text-align: left;
}

.fiche-media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: contain;
  object-position: center center;
  display: block;
  transition: transform 180ms ease, filter 180ms ease;
}

.fiche-media.is-poissons img {
  object-position: center center;
}

.fiche-photo-trigger span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 999px;
  background: rgba(4, 31, 64, 0.72);
  color: #fff;
  font-size: 0;
  opacity: 1;
  transform: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  transition: background 180ms ease, transform 180ms ease;
}

.fiche-photo-trigger span::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.fiche-photo-trigger span::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 23px;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.fiche-photo-trigger:hover img,
.fiche-photo-trigger:focus-visible img {
  transform: none;
  filter: saturate(1.04);
}

.fiche-photo-trigger:hover span,
.fiche-photo-trigger:focus-visible span {
  background: rgba(26, 97, 195, 0.92);
  transform: scale(1.06);
}

.aqy-photo-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.aqy-photo-modal.open {
  display: flex;
}

.aqy-photo-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 20, 39, 0.82);
  backdrop-filter: blur(3px);
}

.aqy-photo-modal-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: min(1100px, 96vw);
  max-height: 92vh;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.aqy-photo-modal-dialog img {
  display: block;
  max-width: calc(96vw - 24px);
  max-height: calc(92vh - 24px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 5px;
}

.aqy-photo-modal-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: #1a61c3;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.aqy-photo-modal-open {
  overflow: hidden;
}

.aqy-home-intent,
.aqy-home-guide,
.aqy-home-category,
.aqy-home-journey,
.aqy-home-species,
.aqy-search-entry,
.aqy-search-list a,
.aqy-disease-card a,
.aqy-next-grid a,
.aqy-guide-next-grid a,
.fiche-related-card,
.fiche-explore .aqy-sidebar-species,
.fiche-explore-links a,
.aqy-family-card,
.aqy-family-shortcuts a,
.aqy-family-next-grid a,
.aqy-family-spotlight-card,
.aqy-list-explore a,
.aqy-species-card,
.aqy-sidebar-species,
.aqy-sidebar-links a {
  transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease, color .16s ease, transform .16s ease;
}

.aqy-home-intent:hover,
.aqy-home-guide:hover,
.aqy-home-category:hover,
.aqy-home-journey:hover,
.aqy-home-species:hover,
.aqy-search-entry:hover,
.aqy-search-list a:hover,
.aqy-disease-card a:hover,
.aqy-next-grid a:hover,
.aqy-guide-next-grid a:hover,
.fiche-related-card:hover,
.fiche-explore .aqy-sidebar-species:hover,
.aqy-family-card:hover,
.aqy-family-spotlight-card:hover,
.aqy-species-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(10, 75, 145, 0.08);
}

.aqy-home-intent:focus-visible,
.aqy-home-guide:focus-visible,
.aqy-home-category:focus-visible,
.aqy-home-journey:focus-visible,
.aqy-home-species:focus-visible,
.aqy-search-entry:focus-visible,
.aqy-search-list a:focus-visible,
.aqy-disease-card a:focus-visible,
.aqy-next-grid a:focus-visible,
.aqy-guide-next-grid a:focus-visible,
.fiche-related-card:focus-visible,
.fiche-explore .aqy-sidebar-species:focus-visible,
.fiche-explore-links a:focus-visible,
.aqy-family-card:focus-visible,
.aqy-family-shortcuts a:focus-visible,
.aqy-family-next-grid a:focus-visible,
.aqy-family-spotlight-card:focus-visible,
.aqy-list-explore a:focus-visible,
.aqy-species-card:focus-visible,
.aqy-sidebar-species:focus-visible,
.aqy-sidebar-links a:focus-visible {
  outline: 3px solid rgba(26, 97, 195, 0.35);
  outline-offset: 2px;
}

.aqy-home-intent::after,
.aqy-home-guide::after,
.aqy-home-journey::after,
.aqy-search-entry::after,
.aqy-next-grid a::after,
.aqy-guide-next-grid a::after,
.aqy-family-next-grid a::after {
  transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}

.aqy-home-intent:hover::after,
.aqy-home-guide:hover::after,
.aqy-home-journey:hover::after,
.aqy-search-entry:hover::after,
.aqy-next-grid a:hover::after,
.aqy-guide-next-grid a:hover::after,
.aqy-family-next-grid a:hover::after {
  border-color: #9cc4ef;
  background-color: #e8f3ff;
  transform: translateX(2px);
}

.fiche-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.fiche-eyebrow {
  margin: 0 0 8px;
  color: #1a61c3;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.86em;
  letter-spacing: 0.04em;
}

.encartBlanc .fiche-premium h1 {
  margin: 0 0 18px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  color: #092f66;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.45em;
  font-weight: 700;
  line-height: 1.08;
}

.encartBlanc .fiche-premium h1 span {
  display: block;
  margin-top: 6px;
  color: #5f7682;
  font-size: 0.55em;
  font-weight: 400;
}

.fiche-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.fiche-stat {
  min-height: 74px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(26, 97, 195, 0.2);
  border-radius: 6px;
}

.fiche-stat span,
.fiche-facts span {
  display: block;
  color: #607684;
  font-size: 0.82em;
  line-height: 1.25;
}

.fiche-stat strong {
  display: block;
  margin-top: 5px;
  color: #092f66;
  font-size: 1.18em;
  line-height: 1.25;
}

.fiche-section {
  padding: 22px 24px;
  border-top: 1px solid #edf3f6;
}

.fiche-section:first-of-type {
  border-top: 0;
}

.encartBlanc .fiche-premium h2 {
  display: block;
  width: auto;
  margin: 0 0 14px;
  padding: 0 0 8px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #d4e5f8;
  box-shadow: none;
  color: #0b4f9f;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.45em;
  font-weight: 700;
}

.fiche-premium .description {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  line-height: 1.65;
  text-align: left;
}

.fiche-premium .description::before {
  display: none;
}

.fiche-premium .description p {
  margin: 0 0 1.15em;
  line-height: 1.65;
}

.fiche-premium .description li {
  line-height: 1.6;
}

.fiche-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.fiche-facts li {
  min-height: 64px;
  padding: 12px 14px;
  background: #f7fafb;
  border: 1px solid #e1ecef;
  border-radius: 6px;
}

.fiche-facts strong {
  display: block;
  margin-top: 4px;
  color: #17242f;
  font-weight: 500;
  line-height: 1.35;
}

.fiche-facts a {
  color: #1e6da5;
  font-weight: 700;
}

.fiche-data-note {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #dbe8ec;
  border-left: 4px solid #2f8f9d;
  border-radius: 6px;
  background: #f7fbfc;
  color: #405968;
}

.fiche-data-note p {
  margin: 0;
  line-height: 1.55;
}

.fiche-contribution li {
  min-height: 52px;
  background: #fbfcfc;
}

.fiche-comment-form textarea {
  width: 100%;
  min-height: 110px;
  margin-bottom: 12px;
  border: 1px solid #cbdbe1;
  border-radius: 6px;
}

.fiche-comments {
  margin-bottom: 18px !important;
}

/* Accueil premium 2026 ------------------------------------------------- */
.aqy-home {
  padding: 0;
  overflow: hidden;
  color: #17242f;
}

#homepage.aqy-home {
  width: auto;
  margin-right: 10px;
}

.encartBlanc.aqy-home section {
  margin-bottom: 0;
}

.aqy-home-hero {
  min-height: 0;
  padding: 34px 34px 36px;
  background:
    linear-gradient(120deg, rgba(247, 251, 255, 0.99) 0%, rgba(238, 248, 244, 0.97) 68%, rgba(255, 250, 241, 0.94) 100%),
    url('/images/template/background-header.webp') center / cover;
  border-bottom: 1px solid #dce9ef;
}

.aqy-home-hero-copy {
  min-width: 0;
}

.aqy-home-eyebrow {
  margin: 0 0 6px;
  color: #1a61c3;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.86em;
  letter-spacing: 0.04em;
}

#homepage.aqy-home h1,
#homepage.aqy-home h2,
#homepage.aqy-home .h2 {
  background: transparent;
  background-image: none;
  filter: none;
  border: 0;
  box-shadow: none;
}

#homepage.aqy-home h1::before,
#homepage.aqy-home h2::before,
#homepage.aqy-home .h2::before {
  display: none;
  content: none;
}

#homepage.aqy-home .aqy-home-hero h1 {
  margin: 0 0 10px;
  padding: 0;
  color: #062e63;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3.15em;
  line-height: 1.02;
}

.aqy-home-lead {
  max-width: 1040px;
  margin: 0 0 18px;
  color: #314c5e;
  font-size: 1.18em;
  line-height: 1.55;
}

.aqy-home-context {
  max-width: 960px;
  margin: -4px 0 20px;
  color: #486677;
  line-height: 1.45;
}

.aqy-home-search {
  position: relative;
  max-width: 880px;
  margin: 0;
}

.aqy-home-search label {
  display: block;
  margin-bottom: 7px;
  color: #526c7d;
  font-size: 0.86em;
  font-weight: 700;
}

.aqy-home-search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.aqy-home-search input,
.aqy-home-search button {
  height: 48px;
  border: 1px solid #b9d4f3;
  border-radius: 6px;
}

.aqy-home-search input {
  padding: 0 14px;
  background: #fff;
}

.aqy-home-search button {
  padding: 0 18px;
  background: #1a61c3;
  color: #fff;
  font-weight: 700;
}

.aqy-home-search button:hover {
  background: #0c4fa9;
}

/* Navigation haute ----------------------------------------------------- */
.encartFond-top .row {
  position: relative;
}

.encartFond-top .row::after {
  pointer-events: none;
  z-index: 0;
}

#recherche {
  position: relative;
  z-index: 120;
  display: flex;
  align-items: center;
  min-height: 48px;
  height: auto;
  margin-right: 22px;
  margin-left: 22px;
  padding: 0 12px;
  border-color: #d4e5f2;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 8px;
}

#recherche .col-md-8,
#recherche .col-md-4 {
  position: relative;
  z-index: 2;
}

#formulaireRecherche {
  z-index: 120;
  display: flex;
  align-items: center;
  padding: 0;
}

.breadcrumb.aqy-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 6px 0;
  color: #547086;
  line-height: 1.35;
}

.breadcrumb.aqy-breadcrumb a,
.breadcrumb.aqy-breadcrumb strong {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 8px;
  border-radius: 999px;
}

.breadcrumb.aqy-breadcrumb a {
  background: #eef6fc;
  color: #0b4f9f;
  font-weight: 700;
  text-decoration: none;
}

.breadcrumb.aqy-breadcrumb a:hover {
  background: #dceefd;
  color: #07336e;
  text-decoration: none;
}

.breadcrumb.aqy-breadcrumb strong {
  background: #fff;
  color: #173447;
}

#formulaireRecherche form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin: 0;
  text-align: left;
}

#formulaireRecherche input[type="text"] {
  width: min(100%, 250px);
  min-height: 34px;
  padding: 6px 10px;
  border-color: #b7d0e8;
  border-radius: 7px;
}

#formulaireRecherche .btn {
  width: auto;
  flex: 0 0 auto;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 7px;
  line-height: 1.2;
}

.aqy-home-suggest {
  position: absolute;
  z-index: 30;
  right: 0;
  left: 0;
  top: calc(100% + 6px);
  max-height: 420px;
  overflow: auto;
  padding: 6px;
  border: 1px solid #cbdde3;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(17, 58, 82, 0.18);
}

.aqy-home-suggest[hidden] {
  display: none;
}

.aqy-home-suggest a {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 10px;
  align-items: center;
  padding: 7px;
  border-radius: 6px;
  color: #17242f;
  text-decoration: none;
}

.aqy-home-suggest a:hover {
  background: #eef8f4;
  color: #102b3a;
  text-decoration: none;
}

.aqy-home-suggest img {
  width: 54px;
  height: 46px;
  border-radius: 5px;
  object-fit: cover;
  background: #e9f1f4;
}

.aqy-home-suggest em,
.aqy-home-suggest strong,
.aqy-home-suggest small {
  display: block;
}

.aqy-home-suggest em {
  color: #0b4f9f;
  font-size: 0.76em;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.aqy-home-suggest strong {
  color: #102b3a;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.08em;
  line-height: 1.12;
}

.aqy-home-suggest small {
  margin-top: 2px;
  color: #607684;
  line-height: 1.2;
}

/* Suggestions globales ------------------------------------------------- */
.aqy-suggest-form {
  position: relative;
  z-index: 120;
}

.aqy-suggest-panel {
  position: absolute;
  z-index: 120;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  max-height: 390px;
  overflow: auto;
  padding: 6px;
  border: 1px solid #cbdde3;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(17, 58, 82, 0.2);
  text-align: left;
}

.aqy-suggest-panel[hidden] {
  display: none;
}

.aqy-suggest-panel a {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
  align-items: center;
  padding: 7px;
  border-radius: 6px;
  color: #17242f;
  text-decoration: none;
}

.aqy-suggest-panel-disease a {
  grid-template-columns: 1fr;
}

.aqy-suggest-panel a:hover {
  background: #eef8f4;
  color: #102b3a;
  text-decoration: none;
}

.aqy-suggest-panel img {
  width: 50px;
  height: 44px;
  border-radius: 5px;
  object-fit: cover;
  background: #e9f1f4;
}

.aqy-suggest-panel em,
.aqy-suggest-panel strong,
.aqy-suggest-panel small {
  display: block;
}

.aqy-suggest-panel em {
  color: #0b4f9f;
  font-size: 0.74em;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.aqy-suggest-panel strong {
  color: #102b3a;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.06em;
  line-height: 1.12;
}

.aqy-suggest-panel small {
  margin-top: 2px;
  color: #607684;
  line-height: 1.2;
}

.aqy-home-section {
  padding: 24px 28px;
  border-top: 1px solid #edf3f6;
}

.aqy-home-section:first-of-type {
  border-top: 0;
}

#homepage.aqy-home .aqy-home-section h2 {
  margin: 0 0 14px;
  padding: 0 0 8px;
  border-bottom: 2px solid #d6e8ee;
  color: #173447;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.42em;
  font-weight: 700;
  line-height: 1.16;
}

.aqy-home-section-head {
  display: block;
  margin-bottom: 16px;
}

.aqy-home-section-head h2 {
  margin-bottom: 0 !important;
}

.aqy-home-section-head p {
  max-width: 720px;
  margin: 7px 0 0;
  color: #607684;
  line-height: 1.45;
}

.aqy-home-intents {
  background: #fbfdff;
}

.aqy-home-intent-grid,
.aqy-home-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.aqy-home-intent,
.aqy-home-guide {
  position: relative;
  display: block;
  min-height: 128px;
  padding: 16px 42px 16px 16px;
  border: 1px solid #d8e7f6;
  border-radius: 7px;
  background: #fff;
  color: #17242f;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(10, 75, 145, 0.05);
}

.aqy-home-intent::after,
.aqy-home-guide::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
  border: 1px solid #cfe3fb;
  border-radius: 50%;
  background-color: #f2f8ff;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12h12M13 7l5 5-5 5' stroke='%231a61c3' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.aqy-home-intent:hover,
.aqy-home-guide:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #102b3a;
  text-decoration: none;
}

.aqy-home-intent strong,
.aqy-home-guide strong {
  display: block;
  color: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.26em;
  line-height: 1.1;
}

.aqy-home-intent span,
.aqy-home-guide span {
  display: block;
  margin-top: 9px;
  color: #526c7d;
  line-height: 1.38;
}

.aqy-home-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.aqy-home-category {
  min-height: 160px;
  padding: 14px;
  border: 1px solid #e1ecef;
  border-radius: 7px;
  background: #fbfdfd;
  color: #17242f;
  text-decoration: none;
}

.aqy-home-category:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #102b3a;
  text-decoration: none;
}

.aqy-home-category span {
  display: inline-flex;
  min-width: 42px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 0 8px;
  border-radius: 5px;
  background: #eef6ff;
  color: #1a61c3;
  font-weight: 700;
}

.aqy-home-category strong,
.aqy-home-category em,
.aqy-home-category small {
  display: block;
}

.aqy-home-category strong {
  color: #102b3a;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.32em;
  line-height: 1.1;
}

.aqy-home-category em {
  margin-top: 5px;
  color: #607684;
  font-style: normal;
  font-weight: 700;
}

.aqy-home-category small {
  margin-top: 10px;
  color: #4d6470;
  font-size: 0.92em;
  line-height: 1.4;
}

.aqy-home-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.aqy-home-shortcuts a {
  padding: 9px 11px;
  border: 1px solid #d7e5ea;
  border-radius: 6px;
  background: #fff;
  color: #31596b;
  font-weight: 700;
  text-decoration: none;
}

.aqy-home-shortcuts a:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #0c4fa9;
  text-decoration: none;
}

.aqy-home-journeys {
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
}

.aqy-home-journey-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.aqy-home-journey {
  position: relative;
  display: block;
  min-height: 178px;
  padding: 16px;
  border: 1px solid #d8e7f6;
  border-radius: 7px;
  background: #fff;
  color: #17242f;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(10, 75, 145, 0.06);
}

.aqy-home-journey::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 34px;
  height: 34px;
  border: 1px solid #cfe3fb;
  border-radius: 50%;
  background-color: #f2f8ff;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12h12M13 7l5 5-5 5' stroke='%231a61c3' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.aqy-home-journey:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #102b3a;
  text-decoration: none;
}

.aqy-home-journey span,
.aqy-home-journey strong,
.aqy-home-journey small {
  display: block;
}

.aqy-home-journey span {
  width: fit-content;
  margin-bottom: 18px;
  padding: 5px 8px;
  border-radius: 999px;
  background: #eef6ff;
  color: #1a61c3;
  font-weight: 700;
}

.aqy-home-journey strong {
  max-width: 190px;
  color: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.24em;
  line-height: 1.1;
}

.aqy-home-journey small {
  margin-top: 10px;
  padding-right: 22px;
  color: #526c7d;
  font-size: 0.94em;
  line-height: 1.4;
}

.aqy-home-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: 28px;
  align-items: start;
  background: linear-gradient(135deg, #f7fbff 0%, #eef6ff 62%, #ffffff 100%);
}

.aqy-home-editorial-main {
  max-width: 760px;
}

#homepage.aqy-home .aqy-home-editorial h2 {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  color: #07336e;
  font-size: 1.78em;
}

.aqy-home-editorial-main p:not(.aqy-home-eyebrow) {
  margin: 0 0 12px;
  color: #344f60;
  font-size: 1.02em;
  line-height: 1.62;
}

.aqy-home-editorial-main p:last-child {
  margin-bottom: 0;
}

.aqy-home-editorial-points {
  display: grid;
  gap: 9px;
}

.aqy-home-editorial-points span {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 8px 10px;
  border: 1px solid #d8e7f6;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.78);
  color: #173447;
  font-weight: 700;
}

.aqy-home-editorial-points strong {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #1a61c3;
  color: #fff;
}

.aqy-home-species-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.aqy-home-species {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid #e1ecef;
  border-radius: 7px;
  background: #fbfdfd;
  color: #17242f;
  text-decoration: none;
}

.aqy-home-species:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #102b3a;
  text-decoration: none;
}

.aqy-home-species-photo {
  display: block;
  height: 150px;
  background: #e9f1f4;
  overflow: hidden;
}

.aqy-home-species img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  background: #e9f1f4;
  transition: transform 180ms ease, filter 180ms ease;
}

.aqy-home-species-poissons img {
  object-position: 18% center;
}

.aqy-home-species:hover img {
  transform: scale(1.025);
  filter: saturate(1.04);
}

.aqy-home-species-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 13px 14px 14px;
}

.aqy-home-species em,
.aqy-home-species strong,
.aqy-home-species small,
.aqy-home-species b {
  display: block;
}

.aqy-home-species em {
  width: fit-content;
  padding: 4px 7px;
  border-radius: 999px;
  background: #eef6ff;
  color: #1a61c3;
  font-size: 0.78em;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.aqy-home-species strong {
  margin-top: 10px;
  color: #102b3a;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.28em;
  line-height: 1.12;
}

.aqy-home-species small {
  margin-top: 3px;
  color: #607684;
  line-height: 1.2;
}

.aqy-home-species-text {
  display: block;
  margin-top: 10px;
  color: #465f6d;
  font-size: 0.93em;
  line-height: 1.38;
}

.aqy-home-species b {
  margin-top: auto;
  padding-top: 12px;
  color: #0b4f9f;
  font-size: 0.86em;
  line-height: 1.2;
}

.aqy-home-article p {
  max-width: 720px;
  margin-right: 0;
  margin-left: 0;
}

.aqy-home-article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

.aqy-home-article-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(26, 97, 195, .24);
  border-radius: 999px;
  background: #fff;
  color: #00499f;
  font-weight: 800;
  text-decoration: none;
}

/* Recherche ------------------------------------------------------------ */
.aqy-search-page {
  padding: 0;
  overflow: hidden;
}

.aqy-search-page > section {
  padding: 0;
}

.encartBlanc.aqy-search-page .homepageh1 {
  display: none;
}

.aqy-search-hero {
  padding: 24px;
  background: linear-gradient(135deg, #f7fbff 0%, #eef6ff 62%, #ffffff 100%);
  border-bottom: 1px solid #dce9ef;
}

.aqy-search-hero p {
  margin: 0 0 14px;
  color: #1a61c3;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.82em;
  letter-spacing: 0.04em;
}

.encartBlanc .aqy-search-hero h2 {
  margin: 0 0 28px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #102b3a;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.15em;
  line-height: 1.05;
}

.aqy-search-hero form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  max-width: 620px;
}

.aqy-search-hero input,
.aqy-search-hero button {
  height: 42px;
  border: 1px solid #cbdde3;
  border-radius: 6px;
}

.aqy-search-hero input {
  padding: 0 12px;
  background: #fff;
}

.aqy-search-hero button {
  padding: 0 14px;
  background: #1a61c3;
  color: #fff;
  font-weight: 700;
}

.aqy-search-landing-hero {
  padding: 30px 28px 28px;
}

.aqy-search-landing-hero form {
  max-width: 920px;
}

.aqy-search-hero .aqy-search-hint {
  max-width: 760px;
  margin: 22px 0 0;
  color: #526c7d;
  line-height: 1.45;
  text-transform: none;
  letter-spacing: 0;
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
}

.aqy-search-start {
  padding: 30px 24px 32px;
  border-top: 1px solid #edf3f6;
}

.encartBlanc .aqy-search-start h2 {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #173447;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.42em;
  font-weight: 700;
  line-height: 1.16;
}

.encartBlanc .aqy-search-start h2::before {
  display: none;
  content: none;
}

.aqy-search-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.aqy-search-chips a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #d7e8fb;
  border-radius: 999px;
  background: #fff;
  color: #07336e;
  font-weight: 700;
  text-decoration: none;
}

.aqy-search-chips a:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #0c4fa9;
  text-decoration: none;
}

.aqy-search-entry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.aqy-search-entry {
  position: relative;
  display: block;
  min-height: 130px;
  padding: 16px 44px 16px 16px;
  border: 1px solid #d8e7f6;
  border-radius: 7px;
  background: #fff;
  color: #17242f;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(10, 75, 145, 0.05);
}

.aqy-search-entry::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
  border: 1px solid #cfe3fb;
  border-radius: 50%;
  background-color: #f2f8ff;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12h12M13 7l5 5-5 5' stroke='%231a61c3' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.aqy-search-entry:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #102b3a;
  text-decoration: none;
}

.aqy-search-entry strong,
.aqy-search-entry span {
  display: block;
}

.aqy-search-entry strong {
  color: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2em;
  line-height: 1.1;
}

.aqy-search-entry span {
  margin-top: 9px;
  color: #526c7d;
  line-height: 1.38;
}

.aqy-search-summary {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  margin: 20px 24px 2px;
  padding: 9px 12px;
  border: 1px solid #dce9ef;
  border-radius: 6px;
  background: #f7fafb;
  color: #4d6470;
}

.aqy-search-summary strong {
  color: #0f4c6a;
  font-size: 1.25em;
}

.aqy-search-summary b {
  color: #102b3a;
}

.aqy-search-section {
  margin: 0;
  padding: 22px 24px;
  border-top: 1px solid #edf3f6;
}

.encartBlanc .aqy-search-section h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
  padding: 0 0 8px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #d6e8ee;
  box-shadow: none;
  color: #173447;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.35em;
  font-weight: 700;
}

.encartBlanc .aqy-search-section h2 span {
  min-width: 30px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef6ff;
  color: #1a61c3;
  text-align: center;
  font-size: 0.68em;
}

.aqy-search-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none !important;
}

#contenu .aqy-search-list li,
.encartBlanc .aqy-search-list li {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.aqy-search-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 64px;
  padding: 10px 12px;
  border: 1px solid #e1ecef;
  border-radius: 6px;
  background: #fbfdfd;
  color: #17242f;
  text-decoration: none;
}

.aqy-search-list a:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #102b3a;
  text-decoration: none;
}

.aqy-search-card-body,
.aqy-search-card-body strong,
.aqy-search-card-body span {
  display: block;
  min-width: 0;
}

.aqy-search-card-body strong {
  color: #102b3a;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1em;
  line-height: 1.15;
}

.aqy-search-card-body span {
  margin-top: 4px;
  color: #607684;
  line-height: 1.2;
}

.aqy-search-list a > em {
  flex: 0 0 auto;
  color: #0b4f9f;
  font-size: 0.82em;
  font-style: normal;
  font-weight: 700;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .16s ease, transform .16s ease;
}

.aqy-search-list a:hover > em {
  opacity: 1;
  transform: translateX(0);
}

.aqy-search-section.empty {
  padding-top: 16px;
  padding-bottom: 16px;
}

.aqy-search-section.empty h2 {
  margin-bottom: 8px;
}

.aqy-search-empty {
  margin: 0;
  padding: 12px 14px;
  border: 1px dashed #d7e5ea;
  border-radius: 6px;
  background: #fbfdfd;
  color: #607684;
  font-style: normal;
}

/* Maladies ------------------------------------------------------------- */
.aqy-disease-page {
  padding: 0;
  overflow: hidden;
  color: #17242f;
}

.aqy-disease-page > section {
  padding: 0;
}

.aqy-disease-hero {
  padding: 30px 28px 28px;
  background: linear-gradient(135deg, #f7fbff 0%, #eef6ff 62%, #ffffff 100%);
  border-bottom: 1px solid #dce9ef;
}

.aqy-disease-eyebrow {
  margin: 0 0 8px;
  color: #1a61c3;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.86em;
  letter-spacing: 0.04em;
}

.encartBlanc .aqy-disease-hero h1 {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #102b3a;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.15em;
  font-weight: 700;
  line-height: 1.12;
}

.aqy-disease-intro {
  max-width: 760px;
  margin: 12px 0 0;
  color: #344f60;
  font-size: 1.02em;
  line-height: 1.55;
}

.aqy-disease-search {
  max-width: 900px;
  margin: 22px 0 0;
}

.aqy-disease-search label {
  display: block;
  margin: 0 0 7px;
  color: #526c7d;
  font-size: 0.86em;
  font-weight: 700;
}

.aqy-disease-search > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.aqy-disease-search input,
.aqy-disease-search button {
  height: 42px;
  border: 1px solid #cbdde3;
  border-radius: 6px;
}

.aqy-disease-search input {
  min-width: 0;
  padding: 0 12px;
  background: #fff;
}

.aqy-disease-search button {
  padding: 0 16px;
  background: #1a61c3;
  color: #fff;
  font-weight: 700;
}

.aqy-disease-search p {
  max-width: 680px;
  margin: 10px 0 0;
  color: #607684;
  line-height: 1.45;
}

.aqy-disease-body {
  padding: 22px 28px 28px;
}

.aqy-disease-summary {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 16px;
  padding: 9px 12px;
  border: 1px solid #dce9ef;
  border-radius: 6px;
  background: #f7fafb;
  color: #4d6470;
}

.aqy-disease-summary strong {
  color: #0f4c6a;
  font-size: 1.25em;
}

.aqy-disease-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.aqy-disease-card {
  min-width: 0;
}

.aqy-disease-card a {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 168px;
  flex-direction: column;
  padding: 0;
  border: 1px solid #d8e7f6;
  border-radius: 7px;
  background: #fff;
  color: #17242f;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(10, 75, 145, 0.05);
  overflow: hidden;
}

.aqy-disease-card a::after {
  content: none;
  display: none;
}

.aqy-disease-card a:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #102b3a;
  text-decoration: none;
}

.aqy-disease-card-label,
.aqy-disease-card strong,
.aqy-disease-card span,
.aqy-disease-card em {
  display: block;
}

.aqy-disease-card-label {
  margin: 15px 15px 8px;
  color: #1a61c3;
  font-size: 0.78em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.aqy-disease-card strong {
  margin-right: 15px;
  margin-left: 15px;
  color: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.22em;
  line-height: 1.1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.aqy-disease-card span {
  margin: 9px 15px 0;
  color: #526c7d;
  line-height: 1.38;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.aqy-disease-card em {
  margin: auto 15px 15px;
  padding-top: 12px;
  color: #1a61c3;
  font-style: normal;
  font-weight: 700;
}

.aqy-disease-empty {
  margin: 0;
  padding: 14px 16px;
  border: 1px dashed #d7e5ea;
  border-radius: 6px;
  background: #fbfdfd;
  color: #607684;
}

.aqy-disease-detail {
  padding: 24px 28px 28px;
}

.aqy-disease-photo {
  max-width: 760px;
  margin: 0 0 20px;
  overflow: hidden;
  border: 1px solid #d8e7f6;
  border-radius: 8px;
  background: #f7fafb;
}

.aqy-disease-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.aqy-disease-sections {
  display: grid;
  gap: 14px;
}

.aqy-disease-panel {
  padding: 18px 20px;
  border: 1px solid #d8e7f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(10, 75, 145, 0.04);
}

.encartBlanc .aqy-disease-panel h2 {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #173447;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.35em;
  font-weight: 700;
}

.aqy-disease-copy {
  color: #17242f;
  line-height: 1.62;
}

.aqy-disease-copy p:last-child {
  margin-bottom: 0;
}

.aqy-disease-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.aqy-disease-back {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #d7e8fb;
  border-radius: 6px;
  background: #fff;
  color: #07336e;
  font-weight: 700;
  text-decoration: none;
}

.aqy-disease-back:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #0c4fa9;
  text-decoration: none;
}

.aqy-disease-search-link {
  background: #f7fbff;
}

/* Guides aquariophilie ------------------------------------------------- */
.aqy-guide-page {
  padding: 0;
  overflow: hidden;
  color: #17242f;
}

.encartBlanc.aqy-guide-page section,
.encartBlanc.aqy-search-page section,
.encartBlanc.aqy-disease-page section,
.encartBlanc.aqy-list-page section,
.encartBlanc.aqy-family-page section,
.encartBlanc .aqy-family-page section {
  margin-bottom: 0;
}

.aqy-guide-hero {
  padding: 34px 32px 22px;
  background: linear-gradient(135deg, #f7fbff 0%, #eef6ff 64%, #ffffff 100%);
  border-bottom: 1px solid #dce9ef;
}

.aqy-guide-eyebrow {
  margin: 0 0 9px;
  color: #1a61c3;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.86em;
  letter-spacing: 0.04em;
}

.encartBlanc .aqy-guide-hero h1 {
  max-width: 900px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #102b3a;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.55em;
  font-weight: 700;
  line-height: 1.08;
}

.aqy-guide-lead {
  margin: 16px 0 0;
  color: #344f60;
  font-size: 1.12em;
  line-height: 1.58;
}

.aqy-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.aqy-guide-actions a,
.aqy-guide-toc a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #d7e8fb;
  border-radius: 999px;
  background: #fff;
  color: #07336e;
  font-weight: 700;
  text-decoration: none;
}

.aqy-guide-actions a:hover,
.aqy-guide-toc a:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #0c4fa9;
  text-decoration: none;
}

.aqy-guide-section {
  padding: 28px 32px;
  border-top: 1px solid #edf3f6;
}

.aqy-guide-section:first-of-type {
  border-top: 0;
}

.aqy-guide-section-head {
  margin-bottom: 16px;
}

.encartBlanc .aqy-guide-section h2 {
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #173447;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.55em;
  font-weight: 700;
  line-height: 1.14;
}

.aqy-guide-section-head p {
  max-width: 820px;
  margin: 9px 0 0;
  color: #607684;
  line-height: 1.48;
}

.aqy-guide-copy {
  color: #17242f;
  font-size: 1.04em;
  line-height: 1.68;
}

.aqy-guide-copy p:last-child {
  margin-bottom: 0;
}

.aqy-guide-toc nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.aqy-water-params {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.aqy-water-params article,
.aqy-guide-columns article,
.aqy-guide-next-grid a {
  border: 1px solid #d8e7f6;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(10, 75, 145, 0.05);
}

.aqy-water-params article {
  padding: 15px;
}

.aqy-water-params strong,
.aqy-water-params span,
.aqy-water-params p {
  display: block;
}

.aqy-water-params strong {
  color: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.45em;
  line-height: 1;
}

.aqy-water-params span {
  margin-top: 7px;
  color: #1a61c3;
  font-weight: 700;
}

.aqy-water-params p {
  margin: 9px 0 0;
  color: #526c7d;
  line-height: 1.45;
}

.aqy-guide-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.aqy-guide-columns article {
  padding: 17px;
}

.aqy-guide-columns h3 {
  margin: 0 0 9px;
  color: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.24em;
  line-height: 1.12;
}

.aqy-guide-columns p {
  margin: 0;
  color: #526c7d;
  line-height: 1.5;
}

.aqy-guide-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.aqy-guide-checklist p {
  margin: 0;
  padding: 14px 15px;
  border: 1px solid #d8e7f6;
  border-radius: 7px;
  background: #fbfdff;
  color: #526c7d;
  line-height: 1.5;
}

.aqy-guide-checklist strong {
  color: #07336e;
}

.aqy-guide-next-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.aqy-guide-next-grid a {
  position: relative;
  min-height: 130px;
  padding: 16px 46px 16px 16px;
  color: #17242f;
  text-decoration: none;
}

.aqy-guide-next-grid a::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border: 1px solid #cfe3fb;
  border-radius: 50%;
  background-color: #f2f8ff;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12h12M13 7l5 5-5 5' stroke='%231a61c3' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.aqy-guide-next-grid a:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #102b3a;
  text-decoration: none;
}

.aqy-guide-next-grid strong,
.aqy-guide-next-grid span {
  display: block;
}

.aqy-guide-next-grid strong {
  color: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.18em;
  line-height: 1.12;
}

.aqy-guide-next-grid span {
  margin-top: 9px;
  color: #526c7d;
  line-height: 1.42;
}

.aqy-guide-hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 42%);
  gap: 24px;
  align-items: center;
}

.aqy-guide-hub-photo {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d7e8fb;
  border-radius: 8px;
  background: #e9f1f4;
  cursor: zoom-in;
  box-shadow: 0 16px 36px rgba(10, 75, 145, 0.12);
}

.aqy-guide-hub-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aqy-guide-hub-hero-photo {
  aspect-ratio: 16 / 9;
}

.aqy-guide-hub-photo span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 34px;
  height: 30px;
  border-radius: 999px;
  background: rgba(4, 31, 64, .78);
  color: #fff;
}

.aqy-guide-hub-photo span::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 7px;
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.aqy-guide-hub-photo span::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 20px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
}

.aqy-guide-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.aqy-guide-hub-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  overflow: hidden;
  border: 1px solid #d8e7f6;
  border-radius: 8px;
  background: #fff;
  color: #17242f;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(10, 75, 145, 0.06);
}

.aqy-guide-hub-card:hover {
  border-color: #9cc4ef;
  background: #f8fbff;
  color: #17242f;
  text-decoration: none;
}

.aqy-guide-hub-card-img {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e9f1f4;
}

.aqy-guide-hub-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .18s ease;
}

.aqy-guide-hub-card:hover img {
  transform: scale(1.035);
}

.aqy-guide-hub-card strong,
.aqy-guide-hub-card span:not(.aqy-guide-hub-card-img) {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
}

.aqy-guide-hub-card strong {
  padding-top: 14px;
  color: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.22em;
  line-height: 1.12;
}

.aqy-guide-hub-card span:not(.aqy-guide-hub-card-img) {
  padding-top: 8px;
  padding-bottom: 15px;
  color: #526c7d;
  line-height: 1.45;
}

.aqy-guide-hub-pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.aqy-guide-hub-pillar {
  display: block;
  overflow: hidden;
  border: 1px solid #d8e7f6;
  border-radius: 8px;
  background: #fff;
  color: #17242f;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(10, 75, 145, 0.05);
}

.aqy-guide-hub-pillar:hover {
  border-color: #9cc4ef;
  background: #f8fbff;
  text-decoration: none;
}

.aqy-guide-hub-pillar img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #e9f1f4;
}

.aqy-guide-hub-pillar strong,
.aqy-guide-hub-pillar span {
  display: block;
  padding-right: 14px;
  padding-left: 14px;
}

.aqy-guide-hub-pillar strong {
  padding-top: 13px;
  color: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.14em;
  line-height: 1.14;
}

.aqy-guide-hub-pillar span {
  padding-top: 7px;
  padding-bottom: 14px;
  color: #526c7d;
  line-height: 1.42;
}

/* Anatomie poissons ---------------------------------------------------- */
.aqy-anatomy-page {
  padding: 0;
  overflow: hidden;
}

.aqy-anatomy-diagram {
  background: #fbfdff;
}

.aqy-anatomy-svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1040px;
  margin: 18px auto 0;
  border: 1px solid #d8e7f6;
  border-radius: 10px;
  box-shadow: 0 18px 38px rgba(10, 75, 145, 0.08);
}

.aqy-anatomy-tags text {
  fill: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.aqy-anatomy-fin {
  transform-box: fill-box;
  transform-origin: center;
}

.aqy-anatomy-page .aqy-guide-hero {
  background:
    radial-gradient(circle at 80% 18%, rgba(26, 97, 195, 0.12), transparent 30%),
    linear-gradient(135deg, #f7fbff 0%, #eef6ff 64%, #ffffff 100%);
}

.aqy-visual-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.aqy-mouth-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aqy-visual-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid #d8e7f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(10, 75, 145, 0.05);
}

.aqy-morphology-card {
  overflow: hidden;
}

.aqy-morphology-card-img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: left center;
  border: 1px solid #e1eef8;
  border-radius: 8px;
  background: #f5fbff;
}

.aqy-mouth-card-img {
  aspect-ratio: 4 / 3;
}

.aqy-mini-fish-svg,
.aqy-mouth-svg {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e1eef8;
  border-radius: 8px;
  background: #f5fbff;
}

.aqy-visual-card h3 {
  margin: 0 0 6px;
  color: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.28em;
  line-height: 1.12;
}

.aqy-visual-card p {
  margin: 0;
  color: #526c7d;
  line-height: 1.48;
}

.aqy-realistic-plate {
  position: relative;
  margin: 16px 0 18px;
  overflow: hidden;
  border: 1px solid #d8e7f6;
  border-radius: 10px;
  background: #f5fbff;
  box-shadow: 0 14px 34px rgba(10, 75, 145, 0.08);
}

.aqy-realistic-plate img {
  display: block;
  width: 100%;
  height: auto;
}

.aqy-anatomy-plate img {
  max-height: 560px;
  object-fit: cover;
  object-position: center;
}

.aqy-anatomy-labels-html {
  position: absolute;
  inset: 0;
  pointer-events: none;
  margin: 0;
}

.aqy-anatomy-labels-html span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid rgba(26, 97, 195, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.95em;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(7, 51, 110, 0.12);
  backdrop-filter: blur(3px);
}

.aqy-anatomy-label-mouth { left: 5%; top: 43%; }
.aqy-anatomy-label-eye { left: 13%; top: 34%; }
.aqy-anatomy-label-gill { left: 23%; top: 45%; }
.aqy-anatomy-label-scales { left: 43%; top: 39%; }
.aqy-anatomy-label-dorsal { left: 45%; top: 14%; }
.aqy-anatomy-label-pectoral { left: 29%; top: 57%; }
.aqy-anatomy-label-ventral { left: 38%; top: 70%; }
.aqy-anatomy-label-anal { left: 58%; top: 68%; }
.aqy-anatomy-label-caudal { right: 7%; top: 39%; }

.aqy-morphology-note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.aqy-morphology-note-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aqy-morphology-note {
  padding: 14px;
  border: 1px solid #d8e7f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(10, 75, 145, 0.04);
}

.aqy-morphology-note h3 {
  margin: 0 0 6px;
  color: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.18em;
  line-height: 1.15;
}

.aqy-morphology-note p {
  margin: 0;
  color: #526c7d;
  line-height: 1.45;
}

.aqy-tail-page .aqy-guide-hero,
.aqy-mouth-page .aqy-guide-hero {
  background:
    radial-gradient(circle at 78% 14%, rgba(26, 97, 195, 0.12), transparent 30%),
    linear-gradient(135deg, #f7fbff 0%, #eef6ff 64%, #ffffff 100%);
}

@media screen and (max-width: 640px) {
  .aqy-anatomy-tags text {
    font-size: 24px;
  }

  .aqy-visual-card-grid,
  .aqy-mouth-grid,
  .aqy-morphology-note-grid,
  .aqy-morphology-note-grid-three {
    grid-template-columns: 1fr;
  }

  .aqy-realistic-plate {
    border-radius: 8px;
  }

  .aqy-anatomy-plate {
    overflow: visible;
  }

  .aqy-anatomy-labels-html {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
    background: #fff;
  }

  .aqy-anatomy-labels-html span {
    position: static;
    justify-content: center;
    min-height: 34px;
    text-align: center;
    box-shadow: none;
  }
}

@media screen and (max-width: 760px) {
  #recherche {
    display: block;
    margin-right: 12px;
    margin-left: 12px;
    padding: 10px;
  }

  #formulaireRecherche form {
    justify-content: stretch;
  }

  #formulaireRecherche input[type="text"] {
    width: 100%;
  }

  .aqy-quiz-question,
  .aqy-quiz-result {
    grid-template-columns: 1fr;
  }

  .aqy-quiz-question img,
  .aqy-quiz-result img {
    min-height: 240px;
  }

  .encartBlanc .aqy-quiz-hero h1 {
    font-size: 2em;
  }
}

.fiche-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.fiche-related-card {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 94px;
  padding: 9px;
  border: 1px solid #e1ecef;
  border-radius: 7px;
  background: #fbfdfd;
  color: #17242f;
  text-decoration: none;
}

.fiche-related-card:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #102b3a;
  text-decoration: none;
}

.fiche-related-card img {
  width: 86px;
  height: 76px;
  border-radius: 6px;
  object-fit: cover;
  background: #e9f1f4;
}

.fiche-related-body {
  min-width: 0;
}

.fiche-related-body strong {
  display: block;
  color: #102b3a;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.12em;
  line-height: 1.12;
}

.fiche-related-body em {
  display: block;
  margin-top: 3px;
  color: #607684;
  font-style: normal;
  line-height: 1.2;
}

.fiche-related-body small {
  display: block;
  margin-top: 7px;
  color: #0b4f9f;
  font-weight: 700;
  line-height: 1.2;
}

.fiche-explore {
  display: grid;
  gap: 18px;
}

.fiche-explore-links-only {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fiche-explore h3 {
  margin: 0 0 10px;
  color: #092f66;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.16em;
}

.fiche-explore .aqy-sidebar-related {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  background: transparent;
}

.fiche-explore .aqy-sidebar-species {
  grid-template-columns: 96px 1fr;
  align-items: start;
  min-height: 132px;
  padding: 12px;
  border: 1px solid #d7e6f8;
  border-radius: 7px;
  background: #fbfdff;
}

.fiche-explore .aqy-sidebar-species img {
  width: 96px;
  height: 78px;
}

.fiche-explore .aqy-sidebar-species-main strong {
  font-size: 1.18em;
}

.fiche-explore .aqy-sidebar-reasons {
  padding-top: 2px;
  border-top: 1px solid #edf4fd;
}

.fiche-explore .aqy-sidebar-reasons b {
  background: #eef6ff;
}

.fiche-explore .aqy-sidebar-species:hover {
  background: #eef6ff;
}

.fiche-explore-aside {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.fiche-explore-aside > div {
  padding: 14px;
  border: 1px solid #d7e6f8;
  border-radius: 7px;
  background: #f7fbff;
}

.fiche-explore-links {
  display: grid;
  gap: 7px;
}

.fiche-explore-links a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 5px;
  background: #fff;
  color: #092f66;
  font-weight: 700;
  text-decoration: none;
}

.fiche-explore-links a::after {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-top: 2px solid #1a61c3;
  border-right: 2px solid #1a61c3;
  transform: rotate(45deg);
}

.fiche-explore-links a:hover {
  background: #eef6ff;
  color: #0b4f9f;
  text-decoration: none;
}

.aqy-family-page {
  color: #061f3f;
  padding: 14px 16px 20px;
}

.aqy-family-hero {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
  padding: 24px;
  border: 1px solid #cfe1f6;
  border-radius: 8px;
  background: linear-gradient(135deg, #f7fbff 0%, #e8f3ff 100%);
  box-shadow: 0 8px 24px rgba(18, 83, 160, 0.08);
}

.aqy-family-hero h1 {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #102b3a;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.15em;
  font-weight: 700;
  line-height: 1.12;
}

.aqy-family-intro {
  max-width: 760px;
  margin: 0;
  color: #3e5b74;
  font-size: 1.05em;
  line-height: 1.45;
}

.aqy-family-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.aqy-family-stats span,
.aqy-family-card span,
.aqy-family-species .aqy-species-metrics span {
  display: inline-flex;
  gap: 5px;
  align-items: baseline;
  color: #48637b;
}

.aqy-family-stats span {
  padding: 8px 11px;
  border: 1px solid #c9ddf4;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.82);
}

.aqy-family-stats b,
.aqy-family-card strong,
.aqy-family-species .aqy-species-metrics b {
  color: #064b9c;
}

.aqy-family-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 8px 16px;
}

.aqy-family-shortcuts a,
.aqy-family-next-grid a {
  border: 1px solid #d8e7f6;
  border-radius: 7px;
  background: #fff;
  color: #07336e;
  text-decoration: none;
}

.aqy-family-shortcuts a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 11px;
  font-weight: 700;
}

.aqy-family-shortcuts a:hover,
.aqy-family-next-grid a:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #0c4fa9;
  text-decoration: none;
}

.aqy-family-letters {
  margin-bottom: 14px;
}

.aqy-family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0 8px 4px;
}

.aqy-family-card {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  min-height: 74px;
  padding: 15px;
  border: 1px solid #d4e4f6;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(14, 72, 138, 0.06);
}

.aqy-family-card strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.18em;
  line-height: 1.08;
}

.aqy-family-card:hover {
  border-color: #93bdf0;
  background: #f4f9ff;
  text-decoration: none;
}

.aqy-family-tools {
  display: block;
  margin-bottom: 16px;
  padding: 0 6px;
}

.aqy-family-small-note {
  margin: 0 6px 14px;
  padding: 12px 14px;
  border: 1px solid #d8e7f6;
  border-radius: 7px;
  background: #f8fbff;
  color: #4e6678;
  line-height: 1.45;
}

.aqy-family-actions {
  display: flex;
  justify-content: flex-start;
  margin: 0 6px 12px;
}

.aqy-family-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid #b9d4f3;
  border-radius: 999px;
  background: #f7fbff;
  color: #064b9c;
  font-weight: 700;
  font-size: 0.92em;
}

.aqy-family-back::before {
  content: "<";
  margin-right: 7px;
  color: #1a61c3;
}

.aqy-family-back:hover {
  background: #eef6ff;
  color: #07336e;
  text-decoration: none;
}

.aqy-family-species {
  margin-top: 0;
}

.aqy-family-spotlight,
.aqy-family-next {
  margin: 0 6px 16px;
  padding: 18px;
  border: 1px solid #d8e7f6;
  border-radius: 8px;
  background: #fbfdff;
}

.aqy-family-section-head {
  margin-bottom: 14px;
}

.encartBlanc .aqy-family-section-head h2 {
  margin: 0 0 7px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #173447;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.42em;
  line-height: 1.15;
  text-align: left;
}

.aqy-family-section-head p {
  max-width: 760px;
  margin: 0;
  color: #607684;
  line-height: 1.45;
}

.aqy-family-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.aqy-family-spotlight-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid #d8e7f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(10, 75, 145, 0.04);
}

.aqy-family-spotlight-card[data-url],
.aqy-species-card[data-url] {
  cursor: pointer;
}

.aqy-family-spotlight-card[data-url]:focus-visible,
.aqy-species-card[data-url]:focus-visible {
  outline: 3px solid rgba(26, 97, 195, 0.35);
  outline-offset: 2px;
}

.aqy-family-spotlight-photo {
  display: block;
  width: 112px;
  height: 88px;
  overflow: hidden;
  border-radius: 6px;
  background: #eef6ff;
}

.aqy-family-spotlight-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aqy-family-spotlight-card h3 {
  margin: 0 0 4px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.16em;
  line-height: 1.12;
}

.aqy-family-spotlight-card h3 a {
  color: #102b3a;
  text-decoration: none;
}

.aqy-family-spotlight-card h3 a:hover {
  color: #0c4fa9;
}

.aqy-family-next {
  margin-top: 18px;
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
}

.aqy-family-next-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.aqy-family-next-grid a {
  position: relative;
  min-height: 112px;
  padding: 14px 42px 14px 14px;
}

.aqy-family-next-grid a::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #1a61c3;
  border-right: 2px solid #1a61c3;
  transform: rotate(45deg);
}

.aqy-family-next-grid strong,
.aqy-family-next-grid span {
  display: block;
}

.aqy-family-next-grid strong {
  color: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.15em;
  line-height: 1.12;
}

.aqy-family-next-grid span {
  margin-top: 8px;
  color: #526c7d;
  line-height: 1.42;
}

/* Carte du monde des poissons ----------------------------------------- */
.aqy-world-page {
  overflow: hidden;
  color: #17242f;
}

.aqy-world-hero {
  padding: 30px 32px 26px;
  border-bottom: 1px solid #dce9ef;
  background: linear-gradient(135deg, #f7fbff 0%, #eef6ff 62%, #ffffff 100%);
}

.encartBlanc .aqy-world-hero h1 {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #102b3a;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
}

.aqy-world-lead {
  max-width: 860px;
  margin: 14px 0 0;
  color: #344f60;
  font-size: 1.06em;
  line-height: 1.55;
}

.aqy-world-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.aqy-world-actions a,
.aqy-world-zone-link,
.aqy-world-guide nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #d7e8fb;
  border-radius: 999px;
  background: #fff;
  color: #07336e;
  font-weight: 700;
  text-decoration: none;
}

.aqy-world-actions a:hover,
.aqy-world-zone-link:hover,
.aqy-world-guide nav a:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #0c4fa9;
  text-decoration: none;
}

.aqy-world-map {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: 24px;
  align-items: center;
  padding: 26px 32px;
  border-bottom: 1px solid #edf3f6;
}

.aqy-world-map-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #cfe1f6;
  border-radius: 8px;
  background:
    linear-gradient(rgba(247, 251, 255, .12), rgba(247, 251, 255, .12)),
    url("../images/site/world-map-aquaryus-ai.webp") center / cover no-repeat,
    linear-gradient(135deg, #f7fbff 0%, #e8f3ff 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .75);
}

.aqy-world-map-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 0 58%, rgba(255, 255, 255, .38) 82%);
  pointer-events: none;
}

.aqy-world-dot {
  position: absolute;
  display: grid;
  gap: 2px;
  min-width: 118px;
  padding: 9px 10px;
  border: 1px solid rgba(26, 97, 195, .28);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  color: #07336e;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(10, 75, 145, .1);
  transition: transform .16s ease, border-color .16s ease, background-color .16s ease;
}

.aqy-world-dot:hover {
  border-color: #1a61c3;
  background: #fff;
  color: #07336e;
  text-decoration: none;
  transform: translateY(-2px);
}

.aqy-world-dot strong,
.aqy-world-dot span {
  display: block;
}

.aqy-world-dot strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.04em;
  line-height: 1.05;
}

.aqy-world-dot span {
  color: #526c7d;
  font-size: .86em;
  font-weight: 700;
}

.aqy-world-dot.south-america { left: 24%; top: 56%; }
.aqy-world-dot.central-america { left: 15%; top: 43%; }
.aqy-world-dot.north-america { left: 10%; top: 27%; }
.aqy-world-dot.africa { left: 45%; top: 49%; }
.aqy-world-dot.europe { left: 46%; top: 28%; }
.aqy-world-dot.asia { left: 64%; top: 32%; }
.aqy-world-dot.india { left: 64%; top: 50%; }
.aqy-world-dot.oceania { left: 76%; top: 60%; }
.aqy-world-dot.australia { left: 80%; top: 72%; }

.encartBlanc .aqy-world-map-copy h2,
.encartBlanc .aqy-world-guide h2 {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.55em;
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
}

.encartBlanc .aqy-world-map-copy h2 {
  margin-bottom: 18px;
}

.aqy-world-map-copy p,
.aqy-world-guide p {
  margin: 0 0 12px;
  color: #465f6d;
  line-height: 1.58;
}

.aqy-world-map-copy p:last-child,
.aqy-world-guide p:last-child {
  margin-bottom: 0;
}

.aqy-world-zones {
  padding: 26px 32px;
}

.aqy-world-zone-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.aqy-world-zone-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 16px;
  border: 1px solid #d8e7f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(10, 75, 145, .04);
}

.aqy-world-zone-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.aqy-world-zone-head h3 {
  margin: 0;
  color: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.32em;
  line-height: 1.1;
}

.aqy-world-zone-head span {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: #eef6ff;
  color: #1a61c3;
  font-weight: 700;
}

.aqy-world-zone-card > p {
  margin: 12px 0 0;
  color: #344f60;
  line-height: 1.45;
}

.aqy-world-zone-card > small {
  display: block;
  margin-top: 10px;
  color: #607684;
  line-height: 1.35;
}

.aqy-world-species {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

.aqy-world-species a {
  display: block;
  padding: 10px;
  border: 1px solid #e1ecf8;
  border-radius: 7px;
  background: #fbfdff;
  color: #17242f;
  text-decoration: none;
}

.aqy-world-species a:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  text-decoration: none;
}

.aqy-world-species strong,
.aqy-world-species em,
.aqy-world-species span {
  display: block;
}

.aqy-world-species strong {
  color: #102b3a;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.08em;
  line-height: 1.1;
}

.aqy-world-species em {
  margin-top: 3px;
  color: #607684;
  font-style: normal;
}

.aqy-world-species span {
  margin-top: 7px;
}

.aqy-world-species span span {
  display: inline-flex;
  margin: 0 4px 4px 0;
  padding: 4px 7px;
  border-radius: 5px;
  background: #eef6ff;
  color: #0b4f9f;
  font-size: .86em;
}

.aqy-world-species b {
  margin-right: 4px;
}

.aqy-world-zone-link {
  width: fit-content;
  margin-top: auto;
  transform: translateY(12px);
}

.aqy-world-guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px 32px 30px;
  border-top: 1px solid #edf3f6;
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
}

.aqy-world-guide nav {
  display: grid;
  gap: 8px;
  min-width: 230px;
}

@media screen and (max-width: 991px) {
  .aqy-home-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aqy-home-journey-grid,
  .aqy-home-species-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aqy-home-intent-grid,
  .aqy-home-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aqy-disease-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aqy-water-params,
  .aqy-guide-columns,
  .aqy-guide-next-grid,
  .aqy-world-zone-grid,
  .aqy-family-spotlight-grid,
  .aqy-family-next-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aqy-world-map,
  .aqy-world-guide {
    grid-template-columns: 1fr;
  }

  .aqy-home-editorial {
    grid-template-columns: 1fr;
  }

  .fiche-hero {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 16px;
  }

  .encartBlanc .fiche-premium h1 {
    font-size: 2em;
  }

  .fiche-explore-aside,
  .fiche-explore .aqy-sidebar-related,
  .fiche-explore-links-only,
  .aqy-family-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
  .breadcrumb {
    display: none;
  }

  .fiche-stats,
  .fiche-facts,
  .aqy-home-categories,
  .aqy-home-intent-grid,
  .aqy-home-guide-grid,
  .aqy-home-journey-grid,
  .aqy-home-species-grid,
  .aqy-search-entry-grid,
  .aqy-search-list,
  .aqy-disease-grid,
  .aqy-water-params,
  .aqy-guide-columns,
  .aqy-guide-checklist,
  .aqy-guide-next-grid,
  .aqy-guide-hub-grid,
  .aqy-guide-hub-pillar-grid,
  .aqy-world-zone-grid,
  .fiche-related-grid,
  .fiche-explore .aqy-sidebar-related {
    grid-template-columns: 1fr;
  }

  .aqy-world-hero,
  .aqy-world-map,
  .aqy-world-zones,
  .aqy-world-guide {
    padding-right: 16px;
    padding-left: 16px;
  }

  .encartBlanc .aqy-world-hero h1 {
    font-size: 2em;
  }

  .aqy-world-map-visual {
    min-height: auto;
    display: grid;
    gap: 8px;
    padding: 14px;
    background:
      linear-gradient(rgba(247, 251, 255, .72), rgba(247, 251, 255, .72)),
      url("../images/site/world-map-aquaryus-ai.webp") center / cover no-repeat,
      linear-gradient(135deg, #f7fbff 0%, #e8f3ff 100%);
  }

  .aqy-world-map-visual::before {
    display: none;
  }

  .aqy-world-dot {
    position: static;
    min-width: 0;
  }

  .aqy-family-page {
    padding: 10px 8px 16px;
  }

  .aqy-family-hero {
    gap: 8px;
    margin-bottom: 12px;
    padding: 16px;
  }

  .aqy-family-hero h1 {
    padding: 0;
    font-size: 1.9em;
    line-height: 1.08;
  }

  .aqy-family-intro {
    font-size: 0.98em;
  }

  .aqy-family-stats span {
    padding: 7px 9px;
  }

  .aqy-family-shortcuts,
  .aqy-family-spotlight,
  .aqy-family-next {
    margin-right: 0;
    margin-left: 0;
  }

  .aqy-family-spotlight {
    padding: 14px;
  }

  .aqy-family-spotlight-grid,
  .aqy-family-next-grid {
    grid-template-columns: 1fr;
  }

  .aqy-family-spotlight-card {
    grid-template-columns: 96px 1fr;
  }

  .aqy-family-spotlight-photo {
    width: 96px;
    height: 78px;
  }

  .aqy-home-hero,
  .aqy-home-section,
  .aqy-search-hero,
  .aqy-disease-hero,
  .aqy-guide-hero,
  .aqy-guide-section,
  .aqy-search-section,
  .aqy-origin-context {
    padding-right: 16px;
    padding-left: 16px;
  }

  .aqy-origin-context {
    grid-template-columns: 1fr;
    margin-right: 16px;
    margin-left: 16px;
  }

  .encartBlanc .aqy-guide-hero h1 {
    font-size: 2.1em;
  }

  .aqy-disease-body,
  .aqy-disease-detail {
    padding-right: 16px;
    padding-left: 16px;
  }

  .aqy-search-summary {
    margin-right: 16px;
    margin-left: 16px;
  }

  .aqy-search-hero form,
  .aqy-disease-search > div {
    grid-template-columns: 1fr;
  }

  .aqy-search-list a > em {
    display: none;
  }

  .aqy-guide-hub-hero {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .aqy-guide-hub-hero-photo {
    order: -1;
  }

  #homepage.aqy-home .aqy-home-hero h1 {
    font-size: 2.25em;
  }

  .aqy-home-section-head {
    display: block;
  }

  .aqy-home-section-head p {
    margin-top: 8px;
  }

  .aqy-home-search-row {
    grid-template-columns: 1fr;
  }

  .fiche-section {
    padding: 18px 16px;
  }

  .fiche-media,
  .fiche-media img {
    min-height: 220px;
  }
}

/* Listes premium 2026 -------------------------------------------------- */
.encartListe2026 {
  padding: 0;
  overflow: hidden;
}

.aqy-list-page {
  color: #17242f;
  padding-right: 6px;
}

.aqy-list-hero {
  padding: 26px 28px 24px;
  background: linear-gradient(135deg, #f7fbff 0%, #eef6ff 62%, #ffffff 100%);
  border-bottom: 1px solid #dce9ef;
}

.aqy-list-eyebrow {
  margin: 0 0 8px;
  color: #1a61c3;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.86em;
  letter-spacing: 0.04em;
}

.encartBlanc .aqy-list-page h1,
.encartBlanc .aqy-list-hero h1 {
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  color: #102b3a;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.15em;
  font-weight: 700;
  line-height: 1.12;
}

.aqy-list-intro {
  max-width: 860px;
  margin: 12px 0 0;
  color: #344f60;
  font-size: 1.02em;
  line-height: 1.55;
}

.aqy-list-summary {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 14px;
  padding: 8px 12px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(120,158,169,0.35);
  border-radius: 6px;
}

.aqy-list-summary strong {
  color: #0f4c6a;
  font-size: 1.25em;
}

.aqy-list-summary span {
  color: #607684;
}

.aqy-list-explore {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 24px 0;
}

.aqy-list-explore a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 11px;
  border: 1px solid #d7e8fb;
  border-radius: 999px;
  background: #fff;
  color: #07336e;
  font-weight: 700;
  text-decoration: none;
}

.aqy-list-explore a:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #0c4fa9;
  text-decoration: none;
}

.aqy-origin-context {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, auto);
  gap: 16px 22px;
  align-items: start;
  margin: 20px 24px 20px;
  padding: 18px;
  border: 1px solid #d8e7f6;
  border-radius: 8px;
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
  box-shadow: 0 8px 22px rgba(10, 75, 145, .04);
}

.aqy-origin-kicker {
  margin: 0 0 7px;
  color: #1a61c3;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .82em;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.encartBlanc .aqy-origin-context h2 {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.55em;
  line-height: 1.15;
  text-align: left;
}

.aqy-origin-context p {
  margin: 0;
  color: #405a6a;
  line-height: 1.52;
}

.aqy-origin-context aside {
  display: grid;
  gap: 8px;
}

.aqy-origin-context aside span {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  min-height: 38px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid #d8e7f6;
  border-radius: 7px;
  background: #fff;
  color: #526c7d;
}

.aqy-origin-context aside strong {
  color: #07336e;
}

.aqy-origin-biotope {
  grid-column: 1 / -1;
  padding: 12px 14px;
  border-left: 4px solid #1a61c3;
  border-radius: 6px;
  background: #eef6ff;
}

.aqy-origin-context nav {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  gap: 8px;
}

.aqy-origin-context nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 11px;
  border: 1px solid #d7e8fb;
  border-radius: 999px;
  background: #fff;
  color: #07336e;
  font-weight: 700;
  text-decoration: none;
}

.aqy-origin-context nav a:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #0c4fa9;
  text-decoration: none;
}

.encartBlanc.aqy-legacy-page {
  overflow: hidden;
  border: 1px solid #cfe1f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(10, 75, 145, .08);
}

.encartBlanc.aqy-legacy-page > section,
.encartBlanc.aqy-legacy-page > form,
.encartBlanc.aqy-legacy-page > p,
.encartBlanc.aqy-legacy-page > ul {
  margin-right: 0;
  margin-left: 0;
}

.encartBlanc.aqy-legacy-page .homepageh1,
.encartBlanc.aqy-legacy-page .home,
.encartBlanc.aqy-legacy-page > h1,
.encartBlanc.aqy-legacy-page section > h1:first-child {
  margin: 0;
  padding: 30px 28px 8px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(135deg, #f7fbff 0%, #eef6ff 62%, #ffffff 100%);
  box-shadow: none;
  color: #022c4a;
  font-family: 'Roboto Condensed', 'Oswald', sans-serif;
  font-size: 2.05em;
  font-weight: 700;
  line-height: 1.12;
}

.encartBlanc.aqy-legacy-page .homepageh1::before,
.encartBlanc.aqy-legacy-page .home::before,
.encartBlanc.aqy-legacy-page > h1::before,
.encartBlanc.aqy-legacy-page section > h1:first-child::before {
  display: none;
}

.encartBlanc.aqy-legacy-page .homepageh1 + *,
.encartBlanc.aqy-legacy-page .home + *,
.encartBlanc.aqy-legacy-page > h1 + * {
  margin-top: 18px;
}

.encartBlanc.aqy-legacy-page h2 {
  margin: 30px 28px 14px;
  padding: 0 0 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #022c4a;
  font-family: 'Roboto Condensed', 'Oswald', sans-serif;
  font-size: 1.45em;
  font-weight: 700;
  line-height: 1.2;
}

.encartBlanc.aqy-legacy-page p,
.encartBlanc.aqy-legacy-page li,
.encartBlanc.aqy-legacy-page label,
.encartBlanc.aqy-legacy-page strong {
  color: #143b54;
}

.encartBlanc.aqy-legacy-page p {
  margin-right: 28px;
  margin-left: 28px;
  line-height: 1.58;
}

.encartBlanc.aqy-legacy-page a {
  color: #064fae;
  font-weight: 700;
  text-decoration: none;
}

.encartBlanc.aqy-legacy-page a:hover {
  color: #07336e;
  text-decoration: underline;
}

.aqy-dictionary-page ul,
.aqy-sitemap-page ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 14px;
  margin: 0 28px 8px;
  padding: 0;
  list-style: none !important;
}

.aqy-dictionary-page li,
.aqy-sitemap-page li {
  min-width: 0;
  list-style: none !important;
}

#sitemap.aqy-sitemap-page ul,
#sitemap.aqy-sitemap-page li {
  list-style: none !important;
  list-style-position: outside !important;
  list-style-type: none !important;
}

#sitemap.aqy-sitemap-page li::marker {
  content: "";
}

.aqy-dictionary-page li a,
.aqy-sitemap-page li a {
  display: block;
  min-height: 38px;
  padding: 9px 11px;
  border: 1px solid #d8e7f6;
  border-radius: 7px;
  background: #fbfdff;
  color: #07336e;
  font-weight: 700;
  line-height: 1.25;
}

.aqy-dictionary-page li a:hover,
.aqy-sitemap-page li a:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #0c4fa9;
  text-decoration: none;
}

.aqy-contact-page {
  padding-bottom: 30px;
}

.aqy-contact-intro {
  padding: 20px 28px 8px;
}

.aqy-contact-intro p {
  max-width: 860px;
  margin: 0;
  color: #49677a;
  font-size: 16px;
  line-height: 1.65;
}

.aqy-contact-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 12px 28px 28px;
}

.aqy-contact-overview article {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(26, 97, 195, .16);
  border-radius: 8px;
  background: #f8fbff;
  box-shadow: 0 10px 22px rgba(0, 45, 90, .05);
}

.aqy-contact-overview span {
  display: block;
  margin-bottom: 8px;
  color: #607b8d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.aqy-contact-overview p {
  margin: 0;
  color: #062f4c;
  font-size: 15px;
  line-height: 1.55;
}

.aqy-contact-status {
  margin: 0 28px 18px;
  padding: 16px 18px;
  border-radius: 8px;
  font-weight: 700;
}

.aqy-contact-status p {
  margin: 0;
}

.aqy-contact-status ul {
  margin: 10px 0 0 20px;
  padding: 0;
  font-weight: 600;
}

.aqy-contact-status.success {
  border: 1px solid #9ad3b3;
  background: #effaf3;
  color: #15592f;
}

.aqy-contact-status.error {
  border: 1px solid #f0b6b6;
  background: #fff5f5;
  color: #8a1f1f;
}

.aqy-contact-form {
  display: grid;
  gap: 18px;
  max-width: 820px;
  margin: 0 28px 34px;
  padding: 22px;
  border: 1px solid #d8e7f6;
  border-radius: 8px;
  background: #f8fbff;
  box-shadow: 0 12px 28px rgba(0, 45, 90, .06);
}

.aqy-contact-form-heading {
  display: grid;
  gap: 8px;
  padding-bottom: 4px;
}

.encartBlanc.aqy-legacy-page .aqy-contact-form-heading h2,
.aqy-contact-page .aqy-contact-form-heading h2 {
  margin: 0;
  padding: 0;
  border: 0;
  color: #00345b;
  font-size: 24px;
  line-height: 1.25;
  text-align: left;
}

.aqy-contact-form-heading p {
  margin: 0;
  color: #607b8d;
  font-size: 15px;
  line-height: 1.55;
}

.aqy-contact-field {
  display: grid;
  gap: 8px;
}

.aqy-contact-field label {
  color: #143b54;
  font-weight: 800;
}

.aqy-contact-page input,
.aqy-contact-page textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid #bcd4ea;
  border-radius: 7px;
  background: #fff;
  color: #022c4a;
  font: inherit;
}

.aqy-contact-page input:focus,
.aqy-contact-page textarea:focus {
  border-color: #1a61c3;
  outline: 3px solid rgba(26, 97, 195, .16);
}

.aqy-contact-page textarea {
  min-height: 190px;
  resize: vertical;
}

.aqy-contact-page button {
  justify-self: start;
  min-height: 44px;
  padding: 11px 20px;
  border: 0;
  border-radius: 7px;
  background: #1a61c3;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(26, 97, 195, .2);
}

.aqy-contact-page button:hover {
  background: #104f9f;
}

.aqy-legal-page {
  padding-bottom: 30px;
}

.aqy-legal-page .aqy-legal-intro {
  padding: 20px 28px 10px;
}

.aqy-legal-page .aqy-legal-intro p {
  max-width: 880px;
  margin: 0;
  color: #49677a;
  font-size: 16px;
  line-height: 1.65;
}

.aqy-legal-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 12px 28px 30px;
}

.aqy-legal-overview article {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(26, 97, 195, .16);
  border-radius: 8px;
  background: #f8fbff;
  box-shadow: 0 10px 22px rgba(0, 45, 90, .05);
}

.aqy-legal-overview span {
  display: block;
  margin-bottom: 8px;
  color: #607b8d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.aqy-legal-overview strong {
  display: block;
  color: #022c4a;
  font-size: 18px;
  line-height: 1.25;
}

.aqy-legal-overview p {
  margin: 8px 0 0 !important;
  color: #49677a;
  line-height: 1.45;
}

.aqy-legal-content {
  display: grid;
  gap: 16px;
  margin: 0 28px;
}

.aqy-legal-section {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(26, 97, 195, .14);
  border-radius: 8px;
  background: #fff;
}

.aqy-legal-section-highlight {
  border-color: rgba(26, 97, 195, .24);
  background: #f8fbff;
}

.encartBlanc.aqy-legacy-page .aqy-legal-section h2,
.aqy-legal-page .aqy-legal-section h2 {
  margin: 0 0 4px;
  padding: 0;
  border-bottom: 0;
  color: #022c4a;
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
}

.aqy-legal-section h2 + .aqy-legal-details {
  margin-top: 0;
}

.aqy-legal-page .aqy-legal-section p {
  margin: 0;
  color: #244b63;
  font-size: 15px;
  line-height: 1.7;
}

.aqy-legal-page .aqy-legal-section p + p {
  margin-top: 0;
}

.aqy-legal-page ul,
.aqy-legal-page ol {
  margin-right: 28px;
  margin-left: 28px;
}

.aqy-legal-page h2::before,
.aqy-legal-page h2::after {
  display: none !important;
  content: none !important;
}

.aqy-legal-details {
  display: grid;
  gap: 10px;
  margin: 0;
}

.aqy-legal-details div {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(26, 97, 195, .1);
}

.aqy-legal-details div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.aqy-legal-details dt {
  color: #143b54;
  font-weight: 800;
}

.aqy-legal-details dd {
  min-width: 0;
  margin: 0;
  color: #244b63;
  line-height: 1.55;
}

.aqy-legal-contact-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 4px;
  padding: 0 12px;
  border-radius: 6px;
  background: #1a61c3;
  color: #fff !important;
  font-weight: 800;
}

.aqy-legal-contact-link:hover {
  background: #0c4fa9;
  color: #fff !important;
  text-decoration: none !important;
}

.aqy-privacy-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin: 0 28px 30px;
  padding: 18px;
  border: 1px solid rgba(26, 97, 195, .18);
  border-radius: 8px;
  background: #f8fbff;
}

.aqy-privacy-choice p {
  margin: 0 !important;
  color: #244b63;
  line-height: 1.55;
}

.aqy-privacy-choice-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  border: 0;
  border-radius: 6px;
  background: #1a61c3;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
}

.aqy-privacy-choice-button:hover,
.aqy-privacy-choice-button:focus {
  background: #0c4fa9;
  color: #fff;
}

.aqy-privacy-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aqy-privacy-list li {
  padding: 12px 14px;
  border: 1px solid rgba(26, 97, 195, .12);
  border-radius: 8px;
  background: #fbfdff;
  color: #244b63;
  line-height: 1.55;
}

.encartBlanc.aqy-visit-page {
  overflow: hidden;
  border: 1px solid #cfe1f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(10, 75, 145, .08);
}

.aqy-visit-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
  gap: 28px;
  align-items: end;
  padding: 34px 30px 30px;
  border-bottom: 1px solid #dce9ef;
  background:
    linear-gradient(90deg, rgba(247, 251, 255, .98) 0%, rgba(238, 246, 255, .9) 52%, rgba(255, 255, 255, .68) 100%),
    url("../images/template/background-header.webp") center / cover no-repeat;
}

.aqy-visit-eyebrow {
  margin: 0 0 10px;
  color: #1a61c3;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .82em;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.encartBlanc .aqy-visit-hero h1 {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #022c4a;
  font-family: 'Roboto Condensed', 'Oswald', sans-serif;
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1.05;
}

.encartBlanc .aqy-visit-hero h1::before {
  display: none;
}

.aqy-visit-lead {
  max-width: 760px;
  margin: 14px 0 0;
  color: #143b54;
  font-size: 1.12em;
  line-height: 1.55;
}

.aqy-visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.aqy-visit-actions a,
.aqy-visit-related a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid #bcd8f7;
  border-radius: 999px;
  background: #fff;
  color: #07336e;
  font-weight: 700;
  text-decoration: none;
}

.aqy-visit-actions a:first-child {
  border-color: #1a61c3;
  background: #1a61c3;
  color: #fff;
}

.aqy-visit-actions a:hover,
.aqy-visit-related a:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #0c4fa9;
  text-decoration: none;
}

.aqy-visit-snapshot {
  display: grid;
  gap: 10px;
}

.aqy-visit-snapshot span {
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  border: 1px solid #d8e7f6;
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  color: #526c7d;
}

.aqy-visit-snapshot strong {
  color: #07336e;
  font-size: 1.04em;
}

.aqy-visit-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .36fr);
  gap: 18px;
  padding: 22px 30px;
  border-bottom: 1px solid #edf3f6;
  background: #fbfdff;
}

.aqy-visit-intro p {
  margin: 0;
  color: #143b54;
  font-size: 1.03em;
  line-height: 1.58;
}

.aqy-visit-intro p:last-child {
  padding: 14px 16px;
  border-left: 4px solid #1a61c3;
  border-radius: 7px;
  background: #eef6ff;
  font-weight: 700;
}

.aqy-visit-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px 30px;
}

.aqy-visit-details article,
.aqy-visit-empty-gallery {
  border: 1px solid #d8e7f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(10, 75, 145, .04);
}

.aqy-visit-details article {
  padding: 18px;
}

.encartBlanc .aqy-visit-details h2,
.encartBlanc .aqy-visit-section-head h2 {
  margin: 0 0 12px;
  padding: 0 0 6px;
  border: 0;
  border-bottom: 1px solid #cfe1f2;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #022c4a;
  font-family: 'Roboto Condensed', 'Oswald', sans-serif;
  font-size: 1.45em;
  font-weight: 700;
  line-height: 1.2;
}

.aqy-visit-details ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aqy-visit-details li {
  padding: 9px 10px;
  border-radius: 6px;
  background: #f5faff;
  color: #143b54;
  line-height: 1.35;
}

.aqy-visit-gallery,
.aqy-visit-related {
  padding: 4px 30px 28px;
}

.aqy-visit-section-head {
  margin-bottom: 18px;
}

.aqy-visit-section-head p {
  margin: 10px 0 0;
  color: #526c7d;
  line-height: 1.5;
}

.aqy-visit-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.aqy-visit-photo-grid a {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid #d8e7f6;
  border-radius: 8px;
  background: #eef6ff;
}

.aqy-visit-photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aqy-visit-empty-gallery {
  display: grid;
  gap: 6px;
  padding: 22px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
  color: #526c7d;
}

.aqy-visit-empty-gallery strong {
  color: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.25em;
}

.aqy-visit-related nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 820px) {
  .aqy-visit-hero,
  .aqy-visit-intro,
  .aqy-visit-details {
    grid-template-columns: 1fr;
  }

  .aqy-visit-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .aqy-visit-hero,
  .aqy-visit-intro,
  .aqy-visit-details,
  .aqy-visit-gallery,
  .aqy-visit-related {
    padding-right: 18px;
    padding-left: 18px;
  }

  .encartBlanc .aqy-visit-hero h1 {
    font-size: 2em;
  }

  .aqy-visit-photo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .aqy-dictionary-page ul,
  .aqy-sitemap-page ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aqy-legal-overview {
    grid-template-columns: 1fr;
  }

  .aqy-legal-details div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 640px) {
  .encartBlanc.aqy-legacy-page .homepageh1,
  .encartBlanc.aqy-legacy-page .home,
  .encartBlanc.aqy-legacy-page > h1,
  .encartBlanc.aqy-legacy-page section > h1:first-child {
    padding: 22px 18px 6px;
    font-size: 1.65em;
  }

  .encartBlanc.aqy-legacy-page h2 {
    margin-right: 18px;
    margin-left: 18px;
    font-size: 1.28em;
  }

  .encartBlanc.aqy-legacy-page p,
  .aqy-legal-page ul,
  .aqy-legal-page ol {
    margin-right: 18px;
    margin-left: 18px;
  }

  .aqy-dictionary-page ul,
  .aqy-sitemap-page ul {
    grid-template-columns: 1fr;
    margin-right: 18px;
    margin-left: 18px;
  }

  .aqy-contact-intro {
    padding: 18px 18px 8px;
  }

  .aqy-contact-overview,
  .aqy-contact-status,
  .aqy-contact-form {
    margin-right: 18px;
    margin-left: 18px;
  }

  .aqy-contact-overview {
    grid-template-columns: 1fr;
  }

  .aqy-contact-form {
    padding: 16px;
  }

  .aqy-legal-page .aqy-legal-intro {
    padding: 18px 18px 8px;
  }

  .aqy-legal-overview,
  .aqy-legal-content,
  .aqy-privacy-choice {
    margin-right: 18px;
    margin-left: 18px;
  }

  .aqy-legal-section {
    padding: 18px;
  }

  .encartBlanc.aqy-legacy-page .aqy-legal-section h2,
  .aqy-legal-page .aqy-legal-section h2 {
    margin-right: 0;
    margin-left: 0;
    font-size: 21px;
  }

  .aqy-legal-page .aqy-legal-section p {
    margin-right: 0;
    margin-left: 0;
  }
}

.aqy-list-tools {
  display: flex;
  gap: 14px;
  align-items: end;
  justify-content: space-between;
  padding: 18px 24px 10px;
}

.aqy-list-search {
  flex: 1 1 auto;
  margin: 0;
}

.aqy-list-search span {
  display: block;
  margin-bottom: 6px;
  color: #607684;
  font-size: 0.86em;
  font-weight: 700;
}

.aqy-list-search input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #cbdde3;
  border-radius: 6px;
  box-shadow: none;
}

.aqy-view-switch {
  display: inline-flex;
  border: 1px solid #cbdde3;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.aqy-view-switch a {
  display: block;
  padding: 10px 14px;
  color: #31596b;
  font-weight: 700;
  text-decoration: none;
}

.aqy-view-switch a.active {
  background: #1a61c3;
  color: #fff;
}

.aqy-letter-picker {
  padding: 8px 24px 18px;
}

.aqy-letter-toggle {
  display: none;
}

.aqy-letters {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.aqy-letters a,
.aqy-letters > span {
  min-width: 36px;
  min-height: 36px;
  padding: 5px 6px;
  border: 1px solid #d7e5ea;
  border-radius: 5px;
  color: #31596b;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  line-height: 1.05;
}

.aqy-letters a span {
  display: block;
}

.aqy-letters small {
  display: block;
  margin-top: 2px;
  color: #7b929e;
  font-size: 0.68em;
  font-weight: 500;
}

.aqy-letters a.active,
.aqy-letters a:hover {
  background: #eef6ff;
  border-color: #9cc4ef;
  color: #07336e;
}

.aqy-letters a.active small,
.aqy-letters a:hover small {
  color: #1a61c3;
}

.aqy-letters > span.disabled {
  color: #a4b4bc;
  background: #f5f8f9;
  cursor: default;
}

.aqy-filter-panel {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
  gap: 10px;
  align-items: end;
  padding: 4px 24px 18px;
}

.aqy-filter-panel label {
  margin: 0;
}

.aqy-filter-panel span {
  display: block;
  margin-bottom: 6px;
  color: #607684;
  font-size: 0.82em;
  font-weight: 700;
}

.aqy-filter-panel select,
.aqy-filter-panel button {
  width: 100%;
  height: 38px;
  border: 1px solid #cbdde3;
  border-radius: 6px;
  background: #fff;
  color: #173447;
}

.aqy-filter-panel button {
  padding: 0 12px;
  background: #f7fafb;
  font-weight: 700;
}

.aqy-species-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 0 28px 24px 24px;
}

.aqy-species-grid.gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aqy-species-card {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 132px;
  padding: 12px;
  border: 1px solid #e1ecef;
  border-radius: 7px;
  background: #fbfdfd;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.aqy-species-card[hidden] {
  display: none !important;
}

.gallery .aqy-species-card {
  grid-template-columns: 1fr;
  align-items: stretch;
  overflow: hidden;
  padding: 0;
}

.aqy-species-photo {
  display: block;
  width: 132px;
  height: 108px;
  border-radius: 6px;
  overflow: hidden;
  background: #e9f1f4;
}

.gallery .aqy-species-photo {
  width: 100%;
  height: 190px;
  border-radius: 0;
}

.aqy-species-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 180ms ease, filter 180ms ease;
}

.aqy-species-poissons .aqy-species-photo img {
  object-position: 18% center;
}

.aqy-species-card:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  box-shadow: 0 10px 24px rgba(10, 75, 145, 0.06);
}

.aqy-species-card:hover img {
  transform: scale(1.025);
  filter: saturate(1.04);
}

.aqy-species-body {
  min-width: 0;
}

.gallery .aqy-species-body {
  padding: 13px 14px 14px;
}

.encartBlanc .aqy-species-card h2 {
  margin: 0 0 4px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3em;
  line-height: 1.2;
}

.aqy-species-card h2 a {
  color: #102b3a;
  text-decoration: none;
}

.aqy-common-name {
  margin: 0 0 8px;
  color: #607684;
}

.aqy-species-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}

.aqy-species-metrics span {
  display: inline-flex;
  gap: 4px;
  padding: 4px 7px;
  background: #eef6ff;
  border-radius: 5px;
  color: #244a59;
  font-size: 0.86em;
}

.aqy-species-metrics b {
  color: #1a61c3;
}

.aqy-list-empty {
  margin: 0 24px 24px;
  padding: 14px;
  background: #fff7e7;
  border: 1px solid #ead5a8;
  border-radius: 6px;
}

.aqy-fake-plants-page {
  overflow: hidden;
  color: #17242f;
}

.aqy-fake-plants-hero {
  background:
    linear-gradient(135deg, rgba(247, 251, 255, .98) 0%, rgba(239, 248, 242, .98) 72%, #fff 100%),
    url('/images/template/background-header.webp') center / cover;
}

.aqy-fake-plants-intro {
  padding: 20px 24px 4px;
  color: #344f60;
  line-height: 1.6;
}

.aqy-fake-plants-intro h1,
.aqy-fake-plants-intro h2 {
  display: none;
}

.aqy-fake-plants-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 18px 28px 24px 24px;
}

.aqy-fake-plant-card[hidden] {
  display: none !important;
}

.aqy-quiz-teaser {
  position: fixed;
  z-index: 80;
  left: 50%;
  bottom: 14px;
  display: flex;
  width: min(860px, calc(100vw - 28px));
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 12px 9px 18px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 8px;
  background: rgba(249, 252, 255, .78);
  box-shadow: 0 18px 48px rgba(8, 42, 72, .22);
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
}

.aqy-quiz-teaser[hidden] {
  display: none;
}

.aqy-quiz-teaser [data-aqy-quiz-message],
.aqy-quiz-teaser-message {
  all: unset;
  appearance: none !important;
  -webkit-appearance: none !important;
  flex: 1 1 auto;
  display: block;
  min-width: 0;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #07336e;
  font-family: inherit;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aqy-quiz-teaser > [data-aqy-quiz-message],
.aqy-quiz-teaser > [data-aqy-quiz-message]:hover,
.aqy-quiz-teaser > [data-aqy-quiz-message]:focus,
.aqy-quiz-teaser > .aqy-quiz-teaser-message,
.aqy-quiz-teaser > .aqy-quiz-teaser-message:hover,
.aqy-quiz-teaser > .aqy-quiz-teaser-message:focus,
.aqy-quiz-teaser a.aqy-quiz-teaser-message {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.aqy-quiz-teaser nav {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.aqy-quiz-teaser a,
.aqy-quiz-actions a,
.aqy-quiz-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid rgba(26, 97, 195, .24);
  border-radius: 6px;
  background: #fff;
  color: #00499f;
  font-weight: 600;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
}

.aqy-quiz-teaser a:empty {
  display: none;
}

.aqy-quiz-actions a.primary,
.aqy-quiz-actions button.primary {
  border-color: #0b55b7;
  background: #0b55b7;
  color: #fff;
}

.aqy-quiz-teaser a.secondary {
  border-color: rgba(11, 85, 183, .28);
  background: rgba(255, 255, 255, .9);
  color: #07336e;
}

.aqy-quiz-teaser a.primary {
  border-color: #0b55b7;
  background: #0b55b7;
  color: #fff;
}

.aqy-quiz-teaser a:hover,
.aqy-quiz-teaser a.secondary:hover {
  border-color: rgba(11, 85, 183, .46);
  background: #f5faff;
  color: #0b55b7;
  text-decoration: none;
}

.aqy-quiz-teaser a.primary:hover {
  border-color: #084a9f;
  background: #084a9f;
  color: #fff;
}

.aqy-quiz-teaser button {
  position: relative;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  min-width: 34px;
  padding: 0;
  border: 1px solid rgba(7, 51, 110, .18);
  border-radius: 50%;
  background: rgba(255, 255, 255, .72);
}

.aqy-quiz-teaser button::before,
.aqy-quiz-teaser button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: #07336e;
}

.aqy-quiz-teaser button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.aqy-quiz-teaser button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.aqy-quiz-start,
.aqy-score-page,
.aqy-quiz-play {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.aqy-quiz-hero {
  padding: 34px 32px 28px;
  background:
    linear-gradient(135deg, rgba(7, 51, 110, .94), rgba(12, 90, 151, .86)),
    url("../images/site/guides/guide-eau.png") center / cover;
  color: #fff;
}

.aqy-quiz-hero.compact {
  padding: 26px 28px 22px;
}

.aqy-quiz-hero p,
.aqy-quiz-hero h1,
.aqy-quiz-hero span {
  display: block;
  max-width: 760px;
}

.aqy-quiz-hero p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .78);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.encartBlanc .aqy-quiz-hero h1 {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.6em;
  line-height: 1.04;
}

.aqy-quiz-hero span {
  margin-top: 12px;
  color: rgba(255, 255, 255, .9);
  font-size: 1.08em;
  line-height: 1.45;
}

.aqy-quiz-hero .aqy-quiz-actions {
  padding: 22px 0 0;
}

.aqy-quiz-rules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 22px 24px;
}

.aqy-quiz-rules article {
  min-height: 126px;
  padding: 16px;
  border: 1px solid #e1ecef;
  border-radius: 7px;
  background: #fbfdfd;
}

.aqy-quiz-rules strong,
.aqy-quiz-rules span {
  display: block;
}

.aqy-quiz-rules strong {
  color: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.28em;
  line-height: 1.1;
}

.aqy-quiz-rules span {
  margin-top: 10px;
  color: #526c7d;
  line-height: 1.42;
}

.aqy-quiz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 24px 24px;
}

.aqy-quiz-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.aqy-quiz-stats span {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  width: auto;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 7px;
  background: rgba(255, 255, 255, .13);
  color: rgba(255, 255, 255, .88);
}

.aqy-quiz-stats strong {
  color: #fff;
  font-size: 1.3em;
}

.aqy-quiz-question {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(260px, .9fr);
  gap: 22px;
  padding: 24px;
}

.aqy-quiz-question figure,
.aqy-quiz-result figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #dce9ef;
  background: #fff;
}

.aqy-quiz-question img,
.aqy-quiz-result img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.aqy-quiz-choice-grid {
  display: grid;
  gap: 10px;
  align-content: center;
}

.aqy-quiz-choice-grid a {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 13px 15px;
  border: 1px solid #d5e6f3;
  border-radius: 7px;
  background: #fff;
  color: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.22em;
  font-weight: 800;
  text-decoration: none;
}

.aqy-quiz-choice-grid a:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #0c4fa9;
  text-decoration: none;
}

.aqy-quiz-result {
  display: grid;
  grid-template-columns: minmax(240px, 420px) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 28px;
}

.aqy-quiz-result.final {
  display: block;
  padding: 28px;
}

.encartBlanc .aqy-quiz-result h2 {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #07336e;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2em;
}

.aqy-quiz-result-panel {
  display: grid;
  gap: 18px;
  align-content: center;
  max-width: 420px;
}

.aqy-quiz-result p {
  color: #344f60;
  font-size: 1.12em;
}

.aqy-quiz-answer-card {
  display: grid;
  gap: 10px;
  padding: 17px 18px;
  border: 1px solid #d7e8fb;
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
  box-shadow: 0 10px 24px rgba(15, 74, 123, .08);
}

.aqy-quiz-answer-label {
  color: #5e788a;
  font-size: .82em;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.aqy-quiz-answer-card strong {
  color: #07336e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.34em;
  line-height: 1.1;
}

.aqy-quiz-answer-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  justify-self: start;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(11, 85, 183, .24);
  border-radius: 7px;
  background: #fff;
  color: #07336e;
  font-weight: 800;
  text-decoration: none;
}

.aqy-quiz-answer-link:hover {
  border-color: #9cc4ef;
  background: #f5faff;
  color: #0c4fa9;
  text-decoration: none;
}

.aqy-quiz-result-actions {
  padding: 4px 0 0;
}

.aqy-quiz-result-actions a.primary {
  min-width: 170px;
  min-height: 44px;
  padding: 10px 18px;
  font-size: 1.06em;
  font-weight: 800;
}

.aqy-quiz-save {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: end;
  margin: 18px 0 20px;
}

.aqy-quiz-save label,
.aqy-quiz-save span {
  display: block;
}

.aqy-quiz-save span {
  margin-bottom: 6px;
  color: #526c7d;
  font-weight: 700;
}

.aqy-quiz-save input {
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid #b7d0e8;
  border-radius: 7px;
}

.aqy-quiz-save button {
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid #0b55b7;
  border-radius: 7px;
  background: #0b55b7;
  color: #fff;
  font-weight: 800;
}

.aqy-quiz-saved {
  display: inline-flex;
  padding: 9px 12px;
  border: 1px solid #b8dfcf;
  border-radius: 7px;
  background: #edf9f3;
  color: #0b6b47;
  font-weight: 800;
}

.aqy-score-table-wrap {
  padding: 22px 24px 8px;
  overflow-x: auto;
}

.aqy-score-table {
  margin-bottom: 0;
  background: #fff;
}

.aqy-score-table th {
  color: #07336e;
}

.aqy-guide-visual {
  margin: 18px 0 0;
  border: 1px solid rgba(26, 97, 195, .18);
  border-radius: 8px;
  overflow: hidden;
  background: #e9f1f4;
  box-shadow: 0 14px 32px rgba(17, 58, 82, .12);
}

.aqy-guide-visual img {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.aqy-guide-card-photo {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  border-radius: 7px;
  overflow: hidden;
  background: #e9f1f4;
  cursor: zoom-in;
  text-align: left;
}

.aqy-guide-card-photo {
  aspect-ratio: 16 / 10;
}

.aqy-disease-card-image {
  display: block;
  height: 138px;
  margin: 0 0 12px;
  overflow: hidden;
  background: #e9f1f4;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}

.aqy-disease-card-image img,
.aqy-guide-card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aqy-guide-card-photo span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-height: 28px;
  padding: 0;
  border-radius: 999px;
  background: rgba(4, 31, 64, .76);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.aqy-guide-card-photo span {
  font-size: 0;
}

.aqy-guide-card-photo span::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
}

.aqy-guide-card-photo span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(8px, 8px) rotate(45deg);
}

.aqy-guide-photo-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.aqy-guide-photo-modal.open {
  display: flex;
}

.aqy-guide-photo-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 20, 39, .82);
  backdrop-filter: blur(3px);
}

.aqy-guide-photo-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: min(1160px, 96vw);
  max-height: 92vh;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
}

.aqy-guide-photo-dialog img {
  display: block;
  max-width: calc(96vw - 24px);
  max-height: calc(92vh - 24px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 5px;
}

.aqy-guide-photo-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  background: #1a61c3;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.aqy-guide-modal-open {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .aqy-species-grid.gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aqy-quiz-rules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aqy-quiz-question,
  .aqy-quiz-result {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
  .aqy-list-tools {
    display: block;
    padding: 16px;
  }

  .aqy-view-switch {
    margin-top: 12px;
    width: 100%;
  }

  .aqy-view-switch a {
    flex: 1 1 50%;
    text-align: center;
  }

  .aqy-letter-picker,
  .aqy-list-explore,
  .aqy-filter-panel,
  .aqy-species-grid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .aqy-letter-picker {
    padding-top: 0;
    padding-bottom: 16px;
  }

  .aqy-letter-toggle {
    display: flex;
    width: 100%;
    height: 44px;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    border: 1px solid #cbdde3;
    border-radius: 6px;
    background: #fff;
    color: #173447;
    font-weight: 700;
  }

  .aqy-letter-toggle span {
    color: #607684;
    font-size: 0.86em;
  }

  .aqy-letter-toggle strong::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
  }

  .aqy-letter-toggle[aria-expanded="true"] strong::after {
    transform: rotate(225deg) translate(-2px, -1px);
  }

  .aqy-letters {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
    margin-top: 8px;
  }

  .aqy-letter-picker.enhanced .aqy-letters {
    display: none;
  }

  .aqy-letter-picker.enhanced .aqy-letters.open {
    display: grid;
  }

  .aqy-letters a,
  .aqy-letters > span {
    min-width: 0;
  }

  .aqy-filter-panel {
    grid-template-columns: 1fr 1fr;
  }

  .aqy-filter-panel button {
    grid-column: 1 / -1;
  }

  .aqy-species-grid.gallery,
  .aqy-species-grid,
  .aqy-fake-plants-grid,
  .aqy-quiz-rules {
    grid-template-columns: 1fr;
  }

  .aqy-quiz-teaser {
    align-items: stretch;
    display: grid;
    gap: 8px;
  }

  .aqy-quiz-teaser a {
    width: 100%;
  }

  .aqy-quiz-result {
    gap: 18px;
    padding: 18px;
  }

  .aqy-quiz-result-panel {
    max-width: none;
  }

  .aqy-quiz-answer-link,
  .aqy-quiz-result-actions a.primary {
    width: 100%;
  }

  .aqy-species-card {
    grid-template-columns: 96px 1fr;
    gap: 12px;
    min-height: 110px;
  }

  .gallery .aqy-species-card {
    grid-template-columns: 1fr;
  }

  .aqy-species-photo {
    width: 96px;
    height: 86px;
  }

  .gallery .aqy-species-photo {
    width: 100%;
    height: 170px;
  }
}

.aqy-sidebar-context {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.aqy-sidebar-card {
  border: 1px solid #d9e8ed;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 28px rgba(20, 68, 87, 0.08);
  overflow: hidden;
}

.aqy-sidebar-card h2 {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 12px 14px;
  border: 0 !important;
  border-radius: 0 !important;
  background: #0b4f9f;
  box-shadow: none !important;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.24em;
  line-height: 1.2;
  text-align: left !important;
}

.aqy-sidebar-card.primary h2 {
  background: linear-gradient(135deg, #1a61c3 0%, #094daa 100%);
}

.aqy-sidebar-identity {
  padding: 14px;
  background: #f7fbfb;
}

.aqy-sidebar-identity img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

.aqy-sidebar-identity strong,
.aqy-sidebar-identity span {
  display: block;
}

.aqy-sidebar-identity strong {
  color: #092f66;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.42em;
  line-height: 1.12;
}

.aqy-sidebar-identity span {
  margin-top: 3px;
  color: #617785;
}

.aqy-sidebar-metrics {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #dce9ee;
}

.aqy-sidebar-metrics li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px;
  background: #fff;
}

.aqy-sidebar-metrics span {
  color: #617785;
}

.aqy-sidebar-metrics strong {
  color: #092f66;
  text-align: right;
}

.aqy-sidebar-related {
  display: grid;
  gap: 1px;
  background: #dce9ee;
}

.aqy-sidebar-species {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  padding: 10px;
  background: #fff;
  color: #092f66;
  text-decoration: none;
}

.aqy-sidebar-species:hover {
  background: #eef6ff;
  color: #0b4f9f;
  text-decoration: none;
}

.aqy-sidebar-species img {
  width: 72px;
  height: 58px;
  border-radius: 5px;
  object-fit: cover;
}

.aqy-sidebar-species-main,
.aqy-sidebar-species-main strong,
.aqy-sidebar-species-main em,
.aqy-sidebar-species-main small {
  display: block;
}

.aqy-sidebar-species-main strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.08em;
  line-height: 1.1;
}

.aqy-sidebar-species-main em {
  margin-top: 2px;
  color: #617785;
  font-style: normal;
}

.aqy-sidebar-species-main small {
  margin-top: 5px;
  color: #0b61b3;
  font-weight: 700;
}

.aqy-sidebar-reasons {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  gap: 4px;
  margin-top: 2px;
}

.aqy-sidebar-reasons b {
  display: inline-flex;
  padding: 3px 6px;
  border: 1px solid #d4e5f8;
  border-radius: 999px;
  background: #f7fbff;
  color: #0b4f9f;
  font-size: 0.78em;
  font-weight: 700;
  line-height: 1.1;
}

.aqy-sidebar-links {
  display: grid;
  padding: 8px;
}

.aqy-sidebar-links a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 8px;
  border-radius: 5px;
  color: #092f66;
  font-weight: 700;
  text-decoration: none;
}

.aqy-sidebar-links a::after {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-top: 2px solid #1a61c3;
  border-right: 2px solid #1a61c3;
  transform: rotate(45deg);
}

.aqy-sidebar-links a:hover {
  background: #eef6ff;
  color: #0b4f9f;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .aqy-sidebar-context {
    margin-top: 18px;
  }
}

@media screen and (min-width: 992px) {
  .aqy-layout-fiche {
    display: flex;
    align-items: flex-start;
  }

  .aqy-layout-fiche::before,
  .aqy-layout-fiche::after {
    display: none;
  }

  .aqy-layout-fiche > #colG,
  .aqy-layout-fiche > #colD {
    float: none;
  }

  .aqy-layout-fiche > #colD {
    padding-right: 0;
  }

  #colD {
    position: sticky;
    top: 56px;
    align-self: flex-start;
    z-index: 2;
  }

  #colD .aqy-sidebar-context {
    max-height: calc(100vh - 78px);
    overflow-y: auto;
    padding-right: 2px;
    padding-bottom: 4px;
    scrollbar-gutter: stable;
  }
}
.aqy-not-found {
  padding: 32px;
  background: linear-gradient(135deg, #f7fbff 0%, #ffffff 68%);
  border: 1px solid rgba(26, 97, 195, 0.18);
  border-radius: 8px;
}

.aqy-not-found .aqy-eyebrow {
  margin: 0 0 8px;
  color: #0b55b7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.aqy-not-found h1 {
  margin: 0 0 12px;
  color: #002b45;
  font-size: 32px;
  line-height: 1.12;
}

.aqy-not-found p {
  max-width: 720px;
  margin: 0 0 24px;
  color: #244b63;
  font-size: 17px;
  line-height: 1.55;
}

.aqy-not-found-search {
  margin: 0 0 22px;
}

.aqy-not-found-search label {
  display: block;
  margin: 0 0 8px;
  color: #49677a;
  font-size: 13px;
  font-weight: 800;
}

.aqy-not-found-search div {
  display: flex;
  gap: 10px;
}

.aqy-not-found-search input {
  flex: 1;
  min-width: 0;
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(26, 97, 195, 0.28);
  border-radius: 6px;
  color: #002b45;
  font-size: 16px;
}

.aqy-not-found-search button {
  height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  background: #0b55b7;
  color: #fff;
  font-weight: 800;
}

.aqy-not-found-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.aqy-not-found-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(26, 97, 195, 0.24);
  border-radius: 999px;
  background: #fff;
  color: #00499f;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 640px) {
  .aqy-not-found {
    padding: 22px;
  }

  .aqy-not-found h1 {
    font-size: 26px;
  }

  .aqy-not-found-search div {
    display: grid;
  }

  .aqy-not-found-search button {
    width: 100%;
  }
}
.aqy-shop-page {
  color: #002b45;
}

.aqy-shop-page a {
  text-decoration: none;
}

.aqy-shop-hero {
  padding: 28px;
  border: 1px solid rgba(26, 97, 195, .18);
  border-radius: 8px;
  background: linear-gradient(135deg, #f1f8ff 0%, #ffffff 72%);
}

.aqy-shop-hero .aqy-eyebrow {
  margin: 0 0 10px;
  color: #0b55b7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.aqy-shop-hero-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}

.aqy-shop-hero h1,
.animaleries .aqy-shop-hero h1.aqy-shop-title {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #002b45;
  font-size: 34px;
  line-height: 1.12;
  font-family: inherit;
  font-weight: 800;
  text-shadow: none;
}

.aqy-shop-hero p {
  max-width: 760px;
  margin: 0;
  color: #315871;
  font-size: 17px;
  line-height: 1.55;
}

.aqy-shop-status {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
}

.aqy-shop-status {
  border: 1px solid rgba(26, 97, 195, .22);
  background: #fff;
  color: #0b55b7;
}

.aqy-shop-status.closed {
  color: #8d2f20;
}

.aqy-shop-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.aqy-shop-stats span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(26, 97, 195, .18);
  border-radius: 8px;
  background: #fff;
  color: #315871;
}

.aqy-shop-stats strong {
  margin-right: 6px;
  color: #00499f;
  font-size: 18px;
}

.aqy-shop-note {
  margin-top: 16px !important;
  color: #607b8d !important;
  font-size: 14px !important;
}

.aqy-shop-tools {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: end;
  margin: 22px 0;
  padding: 18px;
  border: 1px solid rgba(26, 97, 195, .14);
  border-radius: 8px;
  background: #fff;
}

.aqy-shop-search label,
.aqy-shop-selects label {
  display: block;
  margin: 0 0 8px;
  color: #49677a;
  font-size: 13px;
  font-weight: 800;
}

.aqy-shop-search div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.aqy-shop-search input,
.aqy-shop-selects select {
  width: 100%;
  height: 44px;
  border: 1px solid rgba(26, 97, 195, .25);
  border-radius: 6px;
  background: #fff;
  color: #002b45;
  font-size: 15px;
}

.aqy-shop-search input {
  padding: 0 13px;
}

.aqy-shop-selects select {
  padding: 0 10px;
}

.aqy-shop-search button,
.aqy-shop-comment-form button {
  height: 44px;
  margin: 0;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  background: #0b55b7;
  color: #fff;
  font-weight: 800;
}

.aqy-shop-selects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: end;
}

.aqy-shop-sort {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
}

.aqy-shop-sort span {
  color: #49677a;
  font-weight: 800;
}

.aqy-shop-sort a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid rgba(26, 97, 195, .22);
  border-radius: 999px;
  background: #fff;
  color: #00499f;
  font-weight: 800;
}

.aqy-shop-sort a.active {
  background: #0b55b7;
  color: #fff;
}

.aqy-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.aqy-shop-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  min-height: 142px;
  padding: 16px;
  border: 1px solid rgba(26, 97, 195, .18);
  border-radius: 8px;
  background: #fff;
  color: #002b45;
  box-shadow: 0 10px 24px rgba(0, 43, 69, .04);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.aqy-shop-card:hover,
.aqy-shop-card:focus {
  border-color: rgba(11, 85, 183, .45);
  box-shadow: 0 14px 30px rgba(0, 43, 69, .09);
  transform: translateY(-2px);
}

.aqy-shop-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #e9f4ff;
  color: #0b55b7;
  font-size: 22px;
  font-weight: 900;
}

.aqy-shop-card-body {
  min-width: 0;
}

.aqy-shop-card-body strong,
.aqy-shop-card-body em,
.aqy-shop-card-body small {
  display: block;
}

.aqy-shop-card-body strong {
  color: #003f8f;
  font-size: 17px;
  line-height: 1.2;
}

.aqy-shop-card-body em {
  margin-top: 5px;
  color: #315871;
  font-style: normal;
}

.aqy-shop-card-body small {
  margin-top: 3px;
  color: #607b8d;
}

.aqy-shop-rating {
  grid-column: 1 / -1;
  position: relative;
  display: flex;
  align-items: center;
  height: 28px;
  padding: 0 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #eef6ff;
  color: #00499f;
  font-size: 13px;
  font-weight: 900;
}

.aqy-shop-rating > span {
  position: absolute;
  inset: 0 auto 0 0;
  background: rgba(26, 97, 195, .16);
}

.aqy-shop-rating strong {
  position: relative;
  z-index: 1;
}

.aqy-shop-rating.empty {
  justify-content: center;
  color: #607b8d;
  font-style: normal;
  font-weight: 800;
}

.aqy-shop-empty {
  grid-column: 1 / -1;
  padding: 24px;
  border: 1px solid rgba(26, 97, 195, .18);
  border-radius: 8px;
  background: #fff;
}

.aqy-shop-pagination,
.aqy-shop-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.aqy-shop-pagination a,
.aqy-shop-bottom-links a,
.aqy-shop-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(26, 97, 195, .24);
  border-radius: 999px;
  background: #fff;
  color: #00499f;
  font-weight: 800;
}

.aqy-shop-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
  gap: 18px;
  margin-top: 22px;
}

.aqy-shop-panel {
  padding: 22px;
  border: 1px solid rgba(26, 97, 195, .18);
  border-radius: 8px;
  background: #fff;
}

.aqy-shop-panel h2,
.animaleries .aqy-shop-panel h2 {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #002b45;
  font-size: 22px;
  font-family: inherit;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: none;
}

.aqy-shop-panel address,
.aqy-shop-panel p {
  color: #244b63;
  font-style: normal;
  line-height: 1.6;
}

.aqy-shop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.aqy-shop-score-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aqy-shop-score-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px;
  gap: 8px 12px;
  align-items: center;
}

.aqy-shop-score-list li > span:first-child {
  color: #244b63;
  font-weight: 800;
}

.aqy-shop-score-list small {
  grid-column: 1 / -1;
  color: #607b8d;
}

.aqy-shop-comments {
  margin-top: 18px;
}

.aqy-shop-data-note {
  margin-top: 18px;
}

.aqy-shop-comment-list {
  display: grid;
  gap: 12px;
}

.aqy-shop-comment-list article {
  padding: 14px;
  border-radius: 8px;
  background: #f7fbff;
}

.aqy-shop-comment-list strong,
.aqy-shop-comment-list time {
  display: inline-block;
  margin-right: 8px;
}

.aqy-shop-comment-list time {
  color: #607b8d;
  font-size: 13px;
}

.aqy-shop-comment-form {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.aqy-shop-comment-form label {
  color: #49677a;
  font-weight: 800;
}

.aqy-shop-comment-form textarea {
  width: 100%;
  border: 1px solid rgba(26, 97, 195, .25);
  border-radius: 6px;
  padding: 12px;
}

.aqy-shop-login-note {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #f1f8ff;
}

.aqy-articles-page,
.aqy-article-detail {
  color: #244b63;
}

.aqy-article-detail {
  padding: 0;
  overflow: hidden;
}

.aqy-article-body {
  box-sizing: border-box;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 28px 0;
}

.aqy-article-hero > * {
  box-sizing: border-box;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.aqy-article-body h2,
.aqy-article-body h3 {
  margin-right: 0;
  margin-left: 0;
}

.aqy-article-body ul,
.aqy-article-body ol {
  margin-right: 0;
  margin-left: 0;
  padding-left: 24px;
}

.aqy-article-body li {
  padding-left: 0;
}

.aqy-article-hero {
  padding: 28px 28px 18px;
  border-bottom: 1px solid rgba(26, 97, 195, .14);
  background: linear-gradient(135deg, #f7fbff 0%, #eef6ff 62%, #ffffff 100%);
}

.encartBlanc .aqy-article-hero h1,
.aqy-article-hero h1 {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  background-image: none;
  box-shadow: none;
  color: #002b45;
  font-family: inherit;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
  text-shadow: none;
}

.aqy-article-hero h1::before {
  display: none;
}

.aqy-articles-hero {
  padding: 28px 28px 18px;
  border-bottom: 1px solid rgba(26, 97, 195, .14);
}

.encartBlanc .aqy-articles-hero h1,
.aqy-articles-hero h1 {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #002b45;
  font-family: inherit;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.15;
  text-shadow: none;
}

.aqy-articles-hero p:last-child {
  max-width: 760px;
  margin: 0;
  color: #49677a;
  line-height: 1.6;
}

.aqy-articles-list {
  display: grid;
  gap: 14px;
  padding: 24px 28px 4px;
}

.aqy-article-card {
  padding: 20px;
  border: 1px solid rgba(26, 97, 195, .16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 45, 90, .05);
}

.aqy-article-card time {
  display: block;
  margin-bottom: 8px;
  color: #607b8d;
  font-size: 13px;
  font-weight: 800;
}

.encartBlanc .aqy-article-card h2,
.aqy-article-card h2 {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #002b45;
  font-family: inherit;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  text-shadow: none;
}

.aqy-article-card p {
  margin: 0 0 14px;
  color: #244b63;
  line-height: 1.6;
}

.aqy-article-readmore,
.aqy-home-article-link,
.aqy-article-back a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid rgba(26, 97, 195, .24);
  border-radius: 999px;
  background: #fff;
  color: #00499f;
  font-weight: 800;
  text-decoration: none;
}

.aqy-articles-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 22px 28px 28px;
}

.aqy-articles-pagination a,
.aqy-articles-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(26, 97, 195, .24);
  border-radius: 999px;
  background: #fff;
  color: #00499f;
  font-weight: 800;
}

.aqy-articles-pagination span {
  border-color: #1a61c3;
  background: #1a61c3;
  color: #fff;
}

.aqy-article-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 880px;
  margin: 28px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(26, 97, 195, .14);
}

.aqy-article-nav a {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(26, 97, 195, .18);
  border-radius: 8px;
  background: #f7fbff;
  text-decoration: none;
}

.aqy-article-nav span {
  color: #607b8d;
  font-size: 13px;
  font-weight: 800;
}

.aqy-article-nav strong {
  color: #003f8f;
  line-height: 1.3;
}

.aqy-article-nav .next {
  text-align: right;
}

.aqy-article-back {
  max-width: 880px;
  margin: 18px auto 28px;
}

.aqy-next-links {
  margin-top: 28px;
  padding-right: 28px;
  padding-top: 22px;
  padding-bottom: 28px;
  padding-left: 28px;
  border-top: 1px solid rgba(26, 97, 195, .14);
}

.encartBlanc .aqy-next-head h2,
.aqy-next-head h2 {
  display: block;
  width: auto;
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  background-image: none;
  box-shadow: none;
  color: #002b45;
  font-family: inherit;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  text-shadow: none;
}

.aqy-next-head p {
  max-width: 760px;
  margin: 0 0 16px;
  color: #49677a;
  line-height: 1.55;
}

.aqy-next-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.aqy-next-grid a,
.fiche-inline-links a {
  position: relative;
  display: grid;
  gap: 7px;
  padding: 16px 56px 16px 16px;
  border: 1px solid rgba(26, 97, 195, .18);
  border-radius: 8px;
  background: #fff;
  color: #00499f;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 45, 90, .06);
}

.aqy-next-grid a::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border: 1px solid #cfe3fb;
  border-radius: 50%;
  background-color: #f2f8ff;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12h12M13 7l5 5-5 5' stroke='%231a61c3' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.aqy-next-grid a:hover,
.fiche-inline-links a:hover {
  border-color: rgba(26, 97, 195, .38);
  color: #003b83;
  transform: translateY(-1px);
}

.aqy-next-grid strong {
  color: #003f8f;
  font-size: 16px;
  line-height: 1.25;
}

.aqy-next-grid span {
  color: #49677a;
  font-size: 14px;
  line-height: 1.45;
}

.fiche-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.fiche-inline-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  font-weight: 800;
}

.aqy-hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.aqy-cookie-open {
  overflow: hidden;
}

body.aqy-cookie-open > :not(.aqy-cookie-layer) {
  filter: blur(3px);
  transition: filter .24s ease;
}

.aqy-cookie-layer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 30px 18px;
  background: rgba(10, 21, 28, .24);
  backdrop-filter: blur(9px) saturate(108%);
  -webkit-backdrop-filter: blur(9px) saturate(108%);
}

.aqy-cookie-layer .aqy-cookie-card {
  box-sizing: border-box;
  width: min(680px, 100%);
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 26px 80px rgba(10, 24, 34, .24), 0 1px 0 rgba(255, 255, 255, .75) inset;
  color: #1c2d35;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  animation: aqyCookieIn .22s ease-out both;
}

.aqy-cookie-layer .aqy-cookie-kicker {
  margin: 0 0 8px;
  color: #7b8d96;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.aqy-cookie-layer .aqy-cookie-card h2,
#homepage .aqy-cookie-layer .aqy-cookie-card h2 {
  display: block;
  width: auto;
  margin: 0 0 12px;
  padding: 0 !important;
  border: 0;
  left: auto;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  border-radius: 0;
  color: #132a34;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.22;
  text-align: left !important;
  text-indent: 0;
  text-shadow: none;
}

.aqy-cookie-layer .aqy-cookie-card h2::before,
#homepage .aqy-cookie-layer .aqy-cookie-card h2::before {
  display: none !important;
  content: none !important;
}

.aqy-cookie-layer .aqy-cookie-card p {
  margin: 0;
  color: #536a75;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.aqy-cookie-layer .aqy-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

.aqy-cookie-layer .aqy-cookie-actions button {
  appearance: none;
  box-sizing: border-box;
  min-height: 44px;
  border-style: solid;
  border-radius: 8px;
  padding: 11px 18px;
  background-image: none;
  box-shadow: none;
  filter: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.aqy-cookie-layer .aqy-cookie-primary {
  border: 1px solid #1a61c3;
  background: #1a61c3;
  box-shadow: 0 10px 22px rgba(26, 97, 195, .2);
  color: #fff;
}

.aqy-cookie-layer .aqy-cookie-primary:hover,
.aqy-cookie-layer .aqy-cookie-primary:focus {
  border-color: #0f4fa8;
  background: #0f4fa8;
  box-shadow: 0 12px 26px rgba(26, 97, 195, .28);
  color: #fff;
  transform: translateY(-1px);
}

.aqy-cookie-layer .aqy-cookie-secondary {
  border: 1px solid #1a61c3;
  background: #1a61c3;
  color: #fff;
  box-shadow: 0 10px 22px rgba(26, 97, 195, .2);
}

.aqy-cookie-layer .aqy-cookie-secondary:hover,
.aqy-cookie-layer .aqy-cookie-secondary:focus {
  border-color: #0f4fa8;
  background: #0f4fa8;
  color: #fff;
  box-shadow: 0 12px 26px rgba(26, 97, 195, .28);
  transform: translateY(-1px);
}

@keyframes aqyCookieIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .aqy-shop-tools,
  .aqy-shop-detail-grid {
    grid-template-columns: 1fr;
  }

  .aqy-shop-grid,
  .aqy-next-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aqy-article-nav {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .aqy-shop-hero {
    padding: 22px;
  }

  .aqy-shop-hero-row,
  .aqy-shop-search div,
  .aqy-shop-selects {
    display: grid;
  }

  .aqy-shop-hero h1 {
    font-size: 28px;
  }

  .aqy-shop-search button {
    width: 100%;
    justify-content: center;
  }

  .aqy-shop-grid,
  .aqy-next-grid {
    grid-template-columns: 1fr;
  }

  .aqy-articles-hero,
  .aqy-articles-list,
  .aqy-articles-pagination,
  .aqy-article-hero {
    padding-right: 18px;
    padding-left: 18px;
  }

  .aqy-article-nav,
  .aqy-article-back {
    margin-right: 18px;
    margin-left: 18px;
  }

  .aqy-article-body {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding-right: 18px;
    padding-left: 18px;
  }

  .aqy-articles-hero h1,
  .aqy-article-hero h1 {
    font-size: 28px;
  }

  .aqy-article-nav .next {
    text-align: left;
  }

  .aqy-next-links {
    padding-right: 18px;
    padding-bottom: 22px;
    padding-left: 18px;
  }

  .aqy-shop-score-list li {
    grid-template-columns: 1fr;
  }

  .aqy-cookie-layer {
    padding: 16px;
  }

  .aqy-cookie-layer .aqy-cookie-card {
    padding: 22px;
  }

  .aqy-cookie-layer .aqy-cookie-card h2,
  #homepage .aqy-cookie-layer .aqy-cookie-card h2 {
    font-size: 21px;
  }

  .aqy-cookie-layer .aqy-cookie-actions,
  .aqy-cookie-layer .aqy-cookie-actions button {
    width: 100%;
  }
}
