:root {
  /* pack variables style*/
  /* color */
  --brand: #fcca03;
  --accent: #01fe88;
  --base-gray: #6d6d6d;
  --accent950: #002413;
  --gray950: #1e1e1e;
  --shade-background: var(--gray0);
  --shade-text: var(--gray800);
  --img-radius: 8px;
  --card-radius: 24px;
  --card-inner-img-radius: 8px;
  --button-radius: 28px;
  --input-radius: 8px;
  --icon-radius: 0;
  --transition: 0.3s all ease-in-out;
  --link-color: var(--accent700);
  --section-padding-block: var(--spacing10);
  --button-padding-block: var(--button-md-padding-block);
  --button-padding-inline: var(--button-md-padding-inline);
  --button-font-size: var(--text-md);
  --button-line-height: var(--line-height-md);
  --text-icon-icon-size: var(--text-icon-md-icon-size);
  /* font-size */
  /* font de base (pour les textes) */
  --font-size: 16px;
  --font-size-sm: 14px;
  /* réglage des tailles cf maquette */
  --text-xs: 11px;
  --text-sm: 13px;
  --text-md: var(--font-size);
  --text-lg: 20px;
  --text-xl: 24px;
  --text-2xl: 28px;
  --display-xs: 20px;
  --display-sm: 24px;
  --display-md: 28px;
  --display-lg: 33px;
  --display-xl: 40px;
  --display-2xl: 61px;
  /* pour la gestion des classes */
  --h1-font-size: var(--display-2xl);
  --h2-font-size: var(--display-xl);
  --h3-font-size: var(--display-lg);
  --h4-font-size: var(--display-md);
  --h5-font-size: var(--display-sm);
  --h6-font-size: var(--display-xs);
  --h1-mobile-font-size: var(--display-xl);
  --h2-mobile-font-size: var(--display-lg);
  --h3-mobile-font-size: var(--display-md);
  --h4-mobile-font-size: var(--display-sm);
  --h5-mobile-font-size: var(--display-xs);
  --h6-mobile-font-size: var(--text-lg);
  /* font-family */
  --font-text: "Urbanist", sans-serif;
  --font-menu: "Urbanist", sans-serif;
  --font-display: "Urbanist", sans-serif;
  /* font-weight */
  --display-default: var(--font-regular);
  --display-heavy: var(--font-regular);
  --display-font-weight: var(--display-heavy);
  --menu-default: var(--font-regular);
  --menu-heavy: var(--font-bold);
  --text-default: var(--font-regular);
  --text-heavy: var(--font-bold);
  /* BUTTONS */
  --button-font-family: var(--font-menu);
  --button-font-weight: var(--menu-heavy);
  /* BUTTON PRIMARY */
  /* default */
  --button-primary-default-color: var(--accent500);
  --button-primary-default-background: var(--gray0);
  --button-primary-default-border: 1px solid var(--accent500);
  /* hover */
  --button-primary-hover-color: var(--accent500);
  --button-primary-hover-background: var(--accent200);
  --button-primary-hover-border: 1px solid var(--accent500);
  /* active */
  --button-primary-active-color: var(--accent500);
  --button-primary-active-background: var(--accent400);
  --button-primary-active-border: 1px solid transparent;
  /* disabled */
  --button-primary-disabled-color: var(--accent300);
  --button-primary-disabled-background: var(--gray10);
  --button-primary-disabled-border: 1px solid transparent;
  /* BUTTON SECONDARY */
  /* default */
  --button-secondary-default-color: var(--gray0);
  --button-secondary-default-background: var(--gray900);
  --button-secondary-default-border: 1px solid transparent;
  /* hover */
  --button-secondary-hover-color: var(--gray900);
  --button-secondary-hover-background: var(--gray0);
  --button-secondary-hover-border: 1px solid var(--gray900);
  /* active */
  --button-secondary-active-color: var(--gray800);
  --button-secondary-active-background: var(--gray500);
  --button-secondary-active-border: 1px solid transparent;
  /* disabled */
  --button-secondary-disabled-color: var(--gray300);
  --button-secondary-disabled-background: var(--gray100);
  --button-secondary-disabled-border: 1px solid transparent;
  /* BUTTON CONVERSION */
  /* default */
  --button-conversion-default-color: var(--accent950);
  --button-conversion-default-background: var(--accent600);
  --button-conversion-default-border: none;
  /* hover */
  --button-conversion-hover-color: var(--accent950);
  --button-conversion-hover-background: var(--accent300);
  --button-conversion-hover-border: none;
  /* active */
  --button-conversion-active-color: var(--gray0);
  --button-conversion-active-background: var(--accent900);
  --button-conversion-active-border: none;
  /* disabled */
  --button-conversion-disabled-color: var(--accent950);
  --button-conversion-disabled-background: var(--accent100);
  --button-conversion-disabled-border: none;
  /* LINK */
  /* default */
  --link-default-color: var(--brand500);
  --link-default-text-decoration: underline;
  /* hover */
  --link-hover-color: var(--brand400);
  --link-hover-text-decoration: none;
  /* active */
  --link-active-color: var(--brand600);
  --link-active-text-decoration: none;
  /* visited */
  --link-visited-color: var(--link-default-color);
  /* disabled */
  --link-disabled-color: var(--brand200);
  /* TAG PRIMARY */
  /* default */
  --tag-primary-default-color: var(--gray0);
  --tag-primary-default-background: var(--brand500);
  --tag-primary-default-border: none;
  /* hover */
  --tag-primary-hover-color: var(--gray0);
  --tag-primary-hover-background: var(--brand400);
  --tag-primary-hover-border: none;
  /* active */
  --tag-primary-active-color: var(--gray0);
  --tag-primary-active-background: var(--brand600);
  --tag-primary-active-border: none;
  /* TAG CONVERSION */
  /* default */
  --tag-conversion-default-color: var(--gray0);
  --tag-conversion-default-background: var(--accent500);
  --tag-conversion-default-border: none;
  /* hover */
  --tag-conversion-hover-color: var(--gray0);
  --tag-conversion-hover-background: var(--accent400);
  --tag-conversion-hover-border: none;
  /* active */
  --tag-conversion-active-color: var(--gray0);
  --tag-conversion-active-background: var(--accent600);
  --tag-conversion-active-border: none;
  /* TAG INFO */
  /* default */
  --tag-info-default-color: var(--gray0);
  --tag-info-default-background: var(--info500);
  --tag-info-default-border: none;
  /* hover */
  --tag-info-hover-color: var(--gray0);
  --tag-info-hover-background: var(--info400);
  --tag-info-hover-border: none;
  /* active */
  --tag-info-active-color: var(--gray0);
  --tag-info-active-background: var(--info600);
  --tag-info-active-border: none;
}
@media screen and (992px <=width) {
  :root {
    --section-padding-block: var(--spacing30);
    --section-padding-block-small: var(--spacing20);
  }
}
.card {
  /* text */
  --card-text-color: var(--gray800);
  /* direction : vertical */
  --image-aspect-ratio: 16 / 9;
  /* direction : horizontal */
  --card-horizontal-image-width: 50%;
  --card-horizontal-content-width: calc(
    100% - var(--card-horizontal-image-width)
  );
  /* image : background */
  --image-background-overlay: linear-gradient(transparent, black 125%);
  --image-background-text-color: var(--gray0);
  /* card background */
  --card-background-color: var(--gray0);
  /* icon */
  --card-icon-size: var(--display-sm);
}

/* ============== */

/* === BLOCS BIBLIOTHEQUE === */

/* ============== */

/* ============== */

/* === HEADER === */

/* ============== */

.menu-mobile {
  background-color: var(--shade-background);
}
.menu-mobile .btn-menu {
  height: auto;
  color: var(--shade-text);
}
#menu-burger span,
.close-menu span {
  padding: var(--spacing3);
}
.menu_opened .no-menu-opened,
.top-bar-cta {
  display: none;
}
.fold-actions {
  padding-block: var(--header-padding);
  text-align: center;
}
.fold-actions .contactInfos--phone {
  padding-block: var(--header-padding);
  align-items: center;
}
@media screen and (max-width: 992px) {
  .header-content .nav#main-nav li:not(.opened) a,
  .header-content .nav#topbar-nav li:not(.opened) a {
    padding: 0.75rem 5%;
    border-bottom: none;
  }
  .header-content .nav ul li {
    border-bottom: solid 1px var(--gray200);
  }
  .header-content .nav ul li a.selected {
    color: var(--gray0);
    background-color: var(--brand);
  }
  .header-content .nav .sous_menu .btnMenuLevel2,
  .header-content .nav .sous_menu .btnMenuLevel3 {
    right: 0;
    border-left: solid 1px var(--gray200);
  }
  .header-content #nav-container,
  .dropdown,
  .ssdropdown {
    border-top: solid 1px var(--gray200);
  }
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    justify-content: center;
    max-width: 500px;
    text-align: center;
    color: var(--shade-text);
  }
  .header-content .nav > ul > .sous_menu.opened > a.selected,
  .header-content .nav .dropdown > .sous_menu.opened > a.selected {
    background: transparent;
  }
  .header-content .nav#main-nav li.sous_menu:not(.opened) > a,
  .header-content .nav#topbar-nav li.sous_menu:not(.opened) > a {
    padding-right: calc(5% + 3rem);
  }
}
@media screen and (min-width: 768px) {
  .fold-actions {
    display: none;
  }
  .top-bar-cta {
    display: block;
  }
}
@media screen and (min-width: 993px) {
  .header-content .nav#main-nav > ul > li,
  .header-content .nav#topbar-nav > ul > li {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .header-content .nav > ul > li > ul.dropdown > li a {
    font-size: var(--font-size-sm);
    position: relative;
  }
  .header-content .nav#main-nav > ul > li > a,
  .header-content .nav#topbar-nav > ul > li > a {
    padding: 0.25rem;
    position: relative;
    color: var(--gray900);
  }
  .main-header-content {
    padding-block: 0;
  }
  #topbar-nav {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .top-bar {
    padding-block: var(--header-padding-topbar);
    font-size: var(--font-size);
  }
  .top-bar .socialLinkList a.RS {
    padding-block: 0;
  }
}

/* ============== */

/* === FOOTER === */

/* ============== */

.footer {
  padding-block: calc(2 * var(--footer-padding));
}
.footer > .container {
  display: flex;
  flex-direction: column;
  gap: calc(2 * var(--footer-padding));
}
.footer__mainContent.row {
  width: 100%;
  row-gap: var(--contact-infos-list-gap);
}
@media (width <=992px) {
  .footer__mainContent.row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (992px <=width) {
  .footerLogoCenter > .container {
    align-items: center;
  }
}
@media (992px <=width <=1199px) {
  .footerLogoLeft .footer__brand {
    width: 100%;
    margin-bottom: var(--footer-padding);
    text-align: center;
  }
  .footer.footerLogoLeft .footer__brand .socialLinkList {
    justify-content: center;
  }
}

/* socialLinkList : liens réseaux sociaux dans le footer */

.footer__socialLinks {
  display: flex;
  flex-direction: column;
  gap: var(--spacing2);
}
.footer .socialLinkList {
  justify-content: flex-start;
}
.footer__socialLinks p:not(.textBlock p) {
  width: max-content;
  margin-bottom: 0;
}
.footerLogoLeft--b .socialLinkList,
.footerLogoLeft--d .socialLinkList,
.footerLogoLeft--e .socialLinkList,
.footerLogoCenter--d .socialLinkList,
.footerLogoBottom--b .socialLinkList {
  margin-top: 0;
}
@media screen and (992px <=width) {
  .footerLogoCenter--a .socialLinkList {
    justify-content: center;
  }
}

/* footer__siteNav : navigation du site dans le footer */

.footer__siteNav ul {
  margin-block: 0;
}
.footer__siteNav .dropdown,
.footer__siteNav .ssdropdown {
  flex-direction: column;
  gap: 0;
  padding-left: var(--spacing6);
  font-size: var(--text-sm);
  border-top: none;
}
@media screen and (992px <=width) {
  .footer__siteNav--horizontal ul {
    display: flex;
    justify-content: center;
    gap: var(--text-list-gap-md);
  }
}

/* footer__legalNav : liens légaux dans le footer */

.footer__paragraph {
  margin-bottom: var(--text-list-gap-md);
}
nav.footer__legalNav a {
  color: var(--link-color, var(--link-default-color));
}
.footer__legalNav a:not(:last-child),
.footer__siteNav li:not(:last-child) a {
  display: inline-block;
}

/* .footer__siteNav li:not(:last-child) a {
  margin-bottom: calc(var(--text-list-gap-md) - var(--spacing1));
} */

@media (width < 992px) {
  .footer__nav a {
    padding-block: var(--spacing1);
  }
  .footer__legalNav .buttonGroup {
    flex-direction: column;
  }
  .footer__legalNav .buttonGroup .link:not(:first-child) {
    margin-left: 0;
  }
  .footerLogoBottom .footer__legalInfos {
    margin-top: var(--footer-gap);
  }
}
@media screen and (992px <=width) {
  .footer__paragraph {
    text-align: center;
  }
  /* .footer__siteNav li:not(:last-child) a {
    margin-bottom: var(--text-list-gap-sm);
  } */
  .footerLogoLeft--e .footer__legalNav .buttonGroup {
    flex-direction: column;
  }
  .footerLogoLeft--e .footer__legalNav .buttonGroup .link:not(:first-child) {
    margin-left: 0;
  }
}

/* Footer contact infos */

.footer address {
  margin-block: 0;
}
.footer .contactInfos--address2lines .lien-maps span {
  display: block;
}

/* Footer menu dropdown */

.footer__siteNav ul li.sous_menu {
  position: relative;
}
.footer__siteNav ul li.sous_menu ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  background-color: var(--shade-background);
  border: 1px solid var(--gray100);
}
.footer__siteNav ul li.sous_menu > a::after {
  position: absolute;
  right: 0.625rem;
  display: block;
  font-family: var(--icon-font);
  line-height: 0;
  content: "\e5cf";
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: -0.125em 0 0 0.25em;
  text-decoration: none;
}
.footer__siteNav ul li.sous_menu ul.dropdown > li:not(:last-child) {
  border-bottom: 1px solid var(--gray100);
}
.footer__siteNav ul li.sous_menu:hover ul.dropdown {
  display: flex;
}
.footer__siteNav ul li.sous_menu ul.dropdown > li a {
  padding: 0.5rem;
  margin: 0;
  font-size: var(--text-sm);
  display: block;
}
.footer__siteNav ul li a {
  border-bottom: 2px solid transparent;
}
@media screen and (min-width: 992px) {
  .footer__siteNav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }
}

/* @media screen and (max-width: 992px) {
  .footer__siteNav ul li.sous_menu ul.dropdown {
    min-width: 18%;
    top: 100%;
  }
} */

/* ============= */

/* === BRAND === */

/* ============= */

.brand a {
  display: inline-block;
  transition: opacity 0.3s;
}
.brand a:hover {
  opacity: 0.75;
}
header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
  display: none;
}

/* ============== */

/* === HERO 1 === */

/* ============== */

.hero1__image img {
  display: block;
  width: 100%;
  height: auto;
}
.hero1--imageSizeFullWidth .hero1__image img {
  width: 100%;
}
@media screen and (992px <=width) {
  .hero1__content {
    align-content: center;
  }
  .hero1__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-position: center;
  }
}
@media screen and (width < 992px) {
  .hero1--textPositionLeft .hero1__content {
    margin-bottom: var(--section-gap-md);
  }
  .hero1--textPositionRight .hero1__content {
    margin-top: var(--section-gap-md);
  }
}
.hero1--textPositionLeft .hero1__backgroundBlock {
  margin-bottom: calc(-1 * var(--section-padding-block));
  margin-top: calc(3 * var(--section-padding-block));
}
.hero1--textPositionRight .hero1__backgroundBlock {
  margin-top: calc(-1 * var(--section-padding-block));
  margin-bottom: calc(3 * var(--section-padding-block));
}
@media screen and (992px <=width) {
  .hero1--textPositionLeft .hero1__backgroundBlock,
  .hero1--textPositionRight .hero1__backgroundBlock {
    margin-block: calc(-1 * var(--section-padding-block));
  }
}
@media screen and (601px <=width < 993px) {
  .hero1__image img {
    object-fit: cover;
    background-position: center;
    max-height: 500px;
  }
}

/* ============== */

/* === HERO 2 === */

/* ============== */

.html-block.hero2 {
  padding-block: 0;
}
.hero2__content {
  margin-block: var(--section-padding-block);
}
@media screen and (992px <=width) {
  .html-block.padding-small .hero2__content {
    margin-block: var(--section-padding-block-small);
  }
}

/* =================== */

/* === CARDS SET 1 === */

/* =================== */

.cardsSet1__cards {
  margin-block: var(--section-gap-md);
}
@media screen and (1200px <=width < 1500px) {
  .cardsSet1--directionCarrousel .grid .xl-col-end-13 {
    --col-end: 12;
  }
  .cardsSet1--directionCarrousel .grid .xl-col-start-1 {
    --col-start: 2;
  }
}

/* =================== */

/* === CARDS SET 6 === */

/* =================== */

.cardsSet6__cards {
  margin-block: var(--section-gap-md);
}
.cardsSet6 .cardsList--directionGrid .card {
  min-height: 20rem;
}
@media screen and (992px <=width) {
  .cardsSet6 .cardsList--directionGrid .card:nth-child(1),
  .cardsSet6 .cardsList--directionGrid .card:nth-child(4) {
    grid-column: span 4;
  }
  .cardsSet6 .cardsList--directionGrid .card:nth-child(2),
  .cardsSet6 .cardsList--directionGrid .card:nth-child(3) {
    grid-column: span 8;
  }
}

/* =================== */

/* === CARROUSEL 1 === */

/* =================== */

.html-block.carrousel1 {
  padding-block: 0;
}
.carrousel1 [class^="slide-"] .container .cell {
  min-height: 30rem;
  padding-block: var(--section-padding-block);
  align-content: center;
  text-align: center;
}
.carrousel1 .cell {
  position: relative;
}
.carrousel1 .slick-slide .cell > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.carrousel1 .slick-slider {
  margin: 0 !important;
  z-index: 0;
}
.carrousel1 .slick-slider.slick-dotted {
  margin: 0 !important;
}
.carrousel1 .slick-dots {
  position: absolute;
  bottom: calc(var(--section-padding-block) / 2) !important;
  width: 100%;
  max-width: 640px;
  left: 50%;
  transform: translateX(-50%);
}
@media not (pointer: fine) {
  .carrousel1-slick-prev,
  .carrousel1-slick-next {
    display: none;
  }
}
@media (992px <=width) {
  .carrousel1-slick-prev,
  .carrousel1-slick-next {
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  .carrousel1-slick-prev {
    right: calc(50% + var(--container) / 2);
    left: auto !important;
    transform: translate(100%, -50%) !important;
  }
  .carrousel1-slick-next {
    right: auto !important;
    left: calc(50% + var(--container) / 2);
    transform: translate(-100%, -50%) !important;
  }
}

/* ====================== */

/* === TESTIMONIALS 1 === */

/* ====================== */

.testimonials1__cards {
  margin-block: var(--section-gap-md);
}
@media screen and (992px <=width) {
  .testimonials1:not(.testimonials1--textPositionTop) .testimonials1__cards {
    margin-block: 0;
  }
}

/* ===================== */

/* === IMAGES LIST 1 === */

/* ===================== */

.imagesList1__imagesList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--grid-gutter);
  padding-left: 0;
  margin-block: 0;
}
.imagesList1--textPositionTop .imagesList1__imagesList {
  margin-block: var(--section-gap-md);
}
.imagesList1--textPositionLeft .imagesList1__imagesList,
.imagesList1--textPositionRight .imagesList1__imagesList {
  margin-top: var(--section-gap-md);
}
.imagesList1__imagesList .imageText__media {
  max-height: 10rem;
}
@media screen and (400px <=width) {
  .imagesList1__imagesList {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .imagesList1__imagesList .imageText {
    flex-basis: calc(50% - (var(--grid-gutter) / 2));
  }
}
@media screen and (768px <=width) {
  .imagesList1--textPositionTop .imagesList1__imagesList .imageText {
    flex-basis: calc(33% - (2 * (var(--grid-gutter)) / 3));
  }
  .imagesList1--textPositionLeft .imagesList1__imagesList,
  .imagesList1--textPositionRight .imagesList1__imagesList {
    margin-block: 0;
  }
}
@media screen and (992px <=width) {
  .imagesList1--textPositionTop .imagesList1__imagesList {
    flex-wrap: nowrap;
  }
}

/* ====================== */

/* ==== contactSection === */

/* ====================== */

.contactSection__content1 {
  margin-bottom: var(--section-gap-md);
}
.contactSection__content2 {
  margin-top: var(--section-gap-md);
}
.contactSection .socialLinkList {
  justify-content: flex-start;
}
.contactSection .textBlock__col {
  flex-basis: 50%;
}
@media screen and (min-width: 768px) {
  .contactSection .textBlock__col2 {
    align-items: end;
  }
}

/* ====================== */

/* === CUSTOM === */

/* ====================== */

p {
  line-height: 26px;
}

/* === Menu === */

.main-header-content .nav#main-nav > ul > li > a::before,
.main-header-content .nav ul li.sous_menu ul.dropdown > li > a::before {
  background-color: var(--accent600);
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 2px;
  width: 0;
  transition: var(--transition);
}
.main-header-content .nav#main-nav > ul > li > a::before {
  bottom: 0px;
}
.topbar-nav-container .nav#topbar-nav > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2px;
  background-color: var(--accent400);
  width: 0;
  transition: var(--transition);
}
.main-header-content .nav#main-nav > ul > li > a.selected:before,
.main-header-content .nav#main-nav > ul > li > a:hover:before,
.topbar-nav-container .nav#topbar-nav > ul > li > a.selected:before,
.topbar-nav-container .nav#topbar-nav > ul > li > a:hover:before,
.main-header-content .nav ul li.sous_menu ul.dropdown > li > a:hover:before,
.main-header-content .nav ul li.sous_menu ul.dropdown > li > a.selected:before {
  width: 100%;
  left: 0;
  right: 0;
}
.header-content .nav ul li.hide-menu {
  display: none;
}
.header-content .nav ul li a.selected,
.header-content .nav ul li a:hover {
  color: var(--gray950);
}
.main-header-content .nav ul li a.selected,
.main-header-content .nav ul li a:hover {
  color: var(--gray950);
}
.header-content .nav ul li.sous_menu ul.dropdown > li a {
  color: var(--gray950);
}
@media screen and (max-width: 992px) {
  .menu-mobile,
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    height: 7.5rem;
  }
  .header-content #nav-container {
    margin-top: 7.5rem;
  }
  .header-content .nav .dropdown,
  .header-content .nav .ssdropdown {
    top: 7.5rem;
  }
}

/* === HERO === */

#hero {
  background: url(../assets/gifs/bg-hero.png), var(--brand50);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-block: 0;
}
#hero .hero3__image {
  display: flex;
  align-items: flex-end;
}
#hero .title-1 {
  letter-spacing: -1px;
  line-height: normal;
}
.title-1 em,
h1.h1-geoloc em,
h2 em {
  font-style: normal;
  font-weight: 700;
  color: var(--accent600);
  position: relative;
  background: url(../assets/gifs/deco-titre.png);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 4px;
}
.img-center {
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  #hero .hero3__content {
    margin-top: 38px;
    margin-bottom: 24px;
  }
  #hero .title-1 {
    font-size: 45px;
  }
}
@media screen and (min-width: 993px) {
  #hero .hero3__content {
    margin-top: 138px;
    margin-bottom: 224px;
  }
  #hero .title-1 {
    font-size: 75px;
  }
}
@media screen and (max-width: 767px) {
  #hero .hero3__image1 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  #hero .hero3__image2 img {
    height: 86%;
    object-fit: cover;
  }
}
@media (max-width: 1199px) and (min-width: 993px) {
  #hero .hero3__image2 img {
    height: 45%;
    object-fit: cover;
  }
  #hero .hero3__image1 img {
    height: 37%;
    object-fit: cover;
  }
}

/* === POINT FORTS === */

#encart-points-forts {
  padding-block: 0;
  margin-top: -75px;
}
#encart-points-forts .container {
  box-shadow: 0px 4px 40px 0px #0000001a;
}
#encart-points-forts .imagesList1__imagesList {
  margin-block: 0;
}
#encart-points-forts .imagesList li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 53%;
  right: 0;
  transform: translate(10px, -50%);
  height: 105px;
  width: 1px;
  background-color: var(--gray200);
}
@media screen and (max-width: 992px) {
  #encart-points-forts {
    padding-block: 0;
    margin-top: 0px;
  }
}

/* === Bloc 01 === */

h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}
h1.h1-geoloc span {
  font-weight: 600;
  font-size: 24px;
}
h1.h1-geoloc::before {
  content: "";
  position: absolute;
  background: url(../assets/gifs/deco-hn.png);
  top: -35px;
  left: -42px;
  width: 74px;
  height: 54px;
}
#bloc-01 .hero1__content {
  align-content: flex-start;
}
@media screen and (min-width: 993px) {
  .img-b1 {
    position: absolute;
  }
}

/* === ENCART CATALOGUE RACE === */

.s-titre {
  width: fit-content;
  margin: 0 auto;
}
.s-titre::before {
  content: "";
  position: absolute;
  background: url(../assets/gifs/deco-hn-r.png);
  top: -35px;
  right: -42px;
  width: 74px;
  height: 54px;
}
.card--clickable:hover .card__image a::after {
  background: #00000066;
  transition: var(--transition);
}
.cardCatalogue__image img {
  height: 402px;
}
.cardCatalogue {
  gap: 12px;
}
.cardCatalogue:hover .card__image img {
  transform: scale(1.1);
  transition: var(--transition);
}
#encart-catalogue .card__footer .link__icon {
  width: 0;
  opacity: 0;
  transition: var(--transition);
}
#encart-catalogue .card--contentSizeContained.card--imageSizeContained {
  gap: 12px;
  padding: 0;
}
#encart-catalogue .cardCatalogue:hover .card__footer .link__icon {
  width: 24px;
  opacity: 1;
}

/* === ENCART PRESTATION === */

#encart-prestations .card:hover .card__image img {
  transform: scale(1.1);
  transition: var(--transition);
}
#encart-prestations {
  background: url(../assets/gifs/bg-patte.png), var(--brand50);
  background-position: 65% 31%;
  background-repeat: no-repeat;
  background-size: 114%;
}
@media (min-width: 992px) {
  #encart-prestations .cardsList--directionGrid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
  }
  /* Card 1 — grande à gauche */
  #encart-prestations .card:nth-child(1) {
    grid-column: 1 / span 5;
    grid-row: 1 / span 2;
  }
  /* Card 2 — haut centre */
  #encart-prestations .card:nth-child(2) {
    grid-column: 6 / span 4;
    grid-row: 1;
  }
  /* Card 3 — bas centre */
  #encart-prestations .card:nth-child(3) {
    grid-column: 6 / span 4;
    grid-row: 2;
  }
  /* Card 4 — grande à droite */
  #encart-prestations .card:nth-child(4) {
    grid-column: 10 / span 3;
    grid-row: 1 / span 2;
  }
}
#encart-prestations .card {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

/* === ENCART AVIS === */

#encart-avis {
  padding-block: 0;
}
#encart-avis .testimonials1__cards {
  margin-block: 0;
}
#encart-avis .avis-card.js-more .avis-card-text::after {
  display: none;
}
#encart-avis .show-more {
  color: var(--gray950);
}

/* === BLOC 04  === */

#bloc-04 {
  padding-block: 0;
}
#bloc-04 .hero1__image {
  max-height: 620px;
}

/* === ENCART CONTACT  === */

#encart-contact {
  background: url(../assets/gifs/bg-hero.png), var(--brand50);
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 0;
}
@media screen and (min-width: 993px) {
  #encart-contact {
    padding-block: 0px;
  }
  #encart-contact .hero3__image2 {
    height: auto;
    width: 449px;
    margin-block: 0;
    z-index: 9;
    display: flex;
    align-items: flex-end;
    transform: translateX(-3%);
  }
}
@media screen and (min-width: 1200px) {
  #encart-contact .hero3__image1 {
    width: 323px;
    display: flex;
    align-items: flex-end;
    transform: translateX(-7%);
  }
}
@media (max-width: 1199px) and (min-width: 993px) {
  #encart-contact .hero3__image1 {
    width: 323px;
    display: flex;
    align-items: flex-end;
    transform: translateX(-13%);
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  #encart-contact .hero3__image1 {
    width: 261px;
    display: flex;
    align-items: flex-end;
    transform: translateX(-39%);
  }
  #encart-contact .hero3__image2 {
    height: auto;
    width: 424px;
    margin-block: 0;
    z-index: 9;
    display: flex;
    align-items: flex-end;
    transform: translateX(-24%);
  }
}
@media screen and (max-width: 767px) {
  #encart-contact .hero3__image1 {
    display: none;
  }
}

/* === BLOC 05  === */

p:has(em) {
  background-color: var(--brand50);
  padding: var(--spacing6);
  display: block;
  font-style: normal !important;
  border-radius: 32px;
}
p em {
  font-style: normal !important;
}
#bloc-05 p:has(em) {
  margin-block: var(--spacing6);
}
#bloc-05 p em strong {
  font-family: var(--font-display);
  font-size: 16px;
  display: block;
  font-weight: 700;
  color: var(--brand800);
  position: relative;
  padding-left: 36px;
  font-style: normal;
  line-height: 28px;
}
#bloc-05 p em strong::before {
  position: absolute;
  content: "";
  background: url(../assets/gifs/info.png);
  width: 24px;
  height: 24px;
  left: 0;
  top: 0px;
}

/* === ENCART ACTUALITES  === */

.card--clickable:hover .card__image a::after {
  background: #00000066;
  transition: var(--transition);
}
.cardActualite {
  padding: 0;
}
.cardActualite .card__image img {
  min-height: 324px;
}
.cardActualite:hover .card__image img {
  transform: scale(1.1);
  transition: var(--transition);
}

/* === FOOTER  === */

.footer {
  background: url(../assets/gifs/bg-patte.png), var(--brand50);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 24px;
}
.info-contact {
  row-gap: 15px;
}
footer .socialLinkList a.RS svg path {
  fill: var(--gray950);
}
.footer__legalInfos {
  border-top: 1px solid var(--gray950);
}
.socialLinkList a.RS:hover {
  opacity: 0.7;
}
.footer__nav li {
  margin-bottom: 4px;
}
nav.footer__nav > ul > li > a {
  position: relative;
  color: var(--gray950);
}
footer nav a:hover,
footer nav a {
  color: var(--gray950);
}
nav.footer__nav > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2px;
  background-color: var(--accent600);
  width: 0;
  transition: var(--transition);
}
nav.footer__nav > ul > li > a.selected:before,
nav.footer__nav > ul > li > a:hover:before {
  width: 100%;
  left: 0;
  right: 0;
}
.footer__legalInfos .link__label {
  text-decoration: none;
}
.deco-footer {
  transform: translateY(85px);
  margin: 0 auto;
  display: block;
}

/* ******************************************* PAGE INTERNE ******************************************** */

.bg-hero::before,
.hero-interne::before,
.hero-interne::after,
.bg-hero::after {
  position: absolute;
  content: "";
  background: url(../assets/gifs/bg-patte.png), var(--brand50);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  min-height: 390px;
  z-index: -1;
  background-position: center;
  margin: 0 auto;
  height: 100%;
}
nav#fil_ariane,
#fil_ariane,
.fil-ariane {
  margin-bottom: 8px;
}
.sc-content .ac-doubleColonne.bg-hero,
.hero-interne {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 380px;
  margin-bottom: 34px;
  margin-top: -2rem;
}
.sc-content .ac-doubleColonne .ac-colonne img {
  border-radius: 12px;
}
.contact-page .hero-interne {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  margin-bottom: 0;
  margin-top: 0;
}
form .btn.fluid.accent {
  width: 100%;
}
.contact-page .hero-interne h1 {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  font-size: 39px;
}
.page-interne #encart-contact,
.page-interne #encart-formulaire,
.page-interne #encart-marketing {
  width: 100vw;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  height: 100%;
  position: relative;
}
.page-interne .bg-hero h1 {
  margin: 0;
}
.page-interne #encart-formulaire {
  margin-bottom: -3rem;
}
.block-txt .ac-colonne {
  border: 1px solid var(--accent300);
  padding: 20px;
  border-radius: 0;
  justify-content: flex-start !important;
}
.lien-maps span {
  display: block;
}
a.lien-maps:hover {
  opacity: 0.7;
}

/* ======== page détail protés */

.catalogue-detail .photoParent a img {
  height: 386px;
  object-fit: cover;
}
.les-chiots {
  background: url(../assets/gifs/bg-patte.png), var(--brand50);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-block: var(--section-padding-block);
  width: 100vw;
  left: 50%;
  transform: translate(-50%);
  position: relative;
}
#chiot-dispo {
  padding-block: 48px;
}
#chiot-dispo .cardCatalogue {
  padding: 0;
  border: 1px solid var(--brand200);
  gap: 0;
}
#chiot-dispo .cardCatalogue__content {
  padding: 0 24px;
  gap: 7px;
}
.video-portee iframe {
  width: 100%;
  height: 420px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 993px) {
  .sc-content .ac-doubleColonne .ac-colonne {
    width: 100%;
    min-height: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cp_ville {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: end;
  }
  .header-content .nav ul li.no-menu,
  nav.footer__nav ul li.no-menu {
    display: none;
  }
  .sc-content .ac-doubleColonne .ac-colonne img {
    width: 100%;
    margin: 0;
    height: 100%;
    object-fit: cover;
  }
  .contact-page .contact-page-image {
    height: 100%;
    object-fit: cover;
  }
  .sc-content .ac-doubleColonne .ac-colonne img.img-interne {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .header-content .nav ul li.no-menu {
    display: block;
  }
  nav.footer__nav ul li.no-menu {
    display: none;
  }
}
.plan-site .sitemap-nav ul li.firstLi,
.plan-site .sitemap-nav ul li.sousSousLi,
.plan-site .sitemap-nav ul li.sousLi {
  margin-top: 9px;
}
.sc-content #relance ul li {
  margin-bottom: 7px;
}
section.ac-doubleColonne.ac-stat {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0 !important;
  display: flex;
}
.page-interne .ac-stat .ac-colonne {
  border: 1px dotted var(--brand);
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  flex-direction: column;
}
.page-interne .ac-stat p {
  margin: 0;
}
.page-interne #encart-marketing .hero1__image img {
  aspect-ratio: auto;
  object-fit: cover;
  max-height: 608px;
}
section#relance {
  margin-bottom: 20px;
}
.detail-actu-image img,
.sc-content .ac-inlink {
  border-radius: 20px;
}
.contact-page-horaires {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
form iframe {
  height: revert-layer;
}
.valide {
  padding: 20px;
  border: 1px solid hsla(122, 39%, 49%, 1);
  color: hsla(122, 39%, 49%, 1);
}
.actualites-detail .detail-actu-contenu h2 {
  margin-top: 20px;
}
.plan-site .sitemap-nav .no-menu {
  display: block;
}
@media screen and (max-width: 992px) {
  section.ac-doubleColonne.ac-stat {
    flex-direction: column;
  }
  .page-interne h2:not(.textBlock h2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .sc-content #relance {
    text-align: center;
    margin-top: 35px;
  }
}
@media screen and (min-width: 993px) {
  .page-404 .section .row {
    height: auto !important;
  }
}
.conteneur_listing_nom {
  text-align: left;
}
.listing_nom {
  display: inline-block;
  height: 40px;
  width: 80px;
  margin-bottom: 10px;
}
.listing_nom p {
  color: #3b5b99;
  line-height: 40px;
  text-align: center;
  border: 1px solid #3b5b99;
  margin: 3%;
}
.listing_nom p.sexe_femelle {
  border: 1px solid #a441cc;
  color: #a441cc;
}
.lettre {
  display: inline-block;
  width: 15px;
  height: 20px;
  background: #669900;
  color: #fff;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  margin: 3px;
  cursor: pointer;
}
.alphabet .disabled {
  background: #bbb;
}
.lettre:hover,
.lettre_selected {
  background: #faca22;
  color: #669900;
}
.lettres_annees {
  display: block;
  text-align: left;
}
.colonne_annees {
  display: inline-block;
  width: 15%;
  vertical-align: top;
}
.colonne_centre .colonne_annees {
  margin-left: 0;
}
.colonne_centre .colonne_annees + .colonne_annees {
  margin-left: 1%;
}
.colonne_centre .colonne_annees li {
  list-style: none;
}
.colonne_annees .lettre {
  margin: 2%;
  vertical-align: top;
  width: 25%;
  height: 20px;
  line-height: 20px;
}
.colonne_annees .annee {
  margin: 1%;
  text-align: center;
  display: inline-block;
  background: #ebebeb;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  width: 66%;
}
.recherche_sexe {
  display: block;
  background: #ebebeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
#form_filtre {
  width: 50%;
}
.conteneur_listing_nom {
  text-align: left;
  display: block;
  margin-top: 20px;
}
.bouton_detail_relances {
}
.bouton_detail_relances a {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #669900;
}
.bouton_detail_relances a:hover {
  color: #fff;
  background: #669900;
  border: 1px solid #669900;
}
.fancybox-overlay .intitules {
  display: block;
  width: 100%;
  margin-bottom: 2px;
}
.fancybox-overlay .intitules tbody {
  display: block;
  width: 100%;
}
.fancybox-overlay .intitules tr {
  display: block;
  width: 100%;
}
.fancybox-overlay .para1 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 28.5%;
  background: #faca22;
  padding: 5px 6px;
}
.fancybox-overlay .para2 {
  display: inline-block;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70.2%;
  background: #faca22;
}
.fancybox-overlay .tableau_age {
}
.fancybox-overlay .tableau_age td {
  width: 18%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 5px;
  border: 3px solid #fff;
}
.fancybox-overlay .tableau_age .gris td {
}
.fancybox-overlay .tableau_age tr {
}
.fancybox-overlay .tableau_age tr td + td {
  width: 15%;
}
.fancybox-overlay .tableau_age tr.premiere_colonne td {
  margin: 2px 0;
  background: #669900;
  color: #fff;
}

/* AJOUT ~~ */
.pension-chien .ac-colonne_2 img {
  width: fit-content !important;
  height: auto !important;
  margin: 0 auto !important;
}
