:root {
  /* pack variables style*/
  /* color */
  --brand: #B37F5C;
  --accent: #CA6745;
  --base-gray: #6d6d6d;
  --gray950: #1E1E1E;

  --shade-background: var(--gray0);
  --shade-text: var(--gray700);

  --img-radius: var(--radius3);
  --card-radius: var(--radius3);
  --card-inner-img-radius: var(--radius3);
  --button-radius: var(--radius8);
  --input-radius: var(--radius2);
  --icon-radius: 0;
  --transition: 0.3s all ease-in-out;
  --link-color: var(--link-default-color);
  --section-padding-block: var(--spacing10);

  --button-padding-block: var(--spacing4);
  --button-padding-inline: var(--spacing6);
  --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-size: var(--font-size-md); */
  /* --font-ratio: var(--major-third); */

  /* font de base (pour les textes) */
  --font-size: 16px;

  /* réglage des tailles cf maquette */
  --text-xs: 11px;
  --text-sm: 13px;
  --font-size-sm: 14px;
  --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: "Inter", sans-serif;
  --font-menu: "ador-hairline", sans-serif;
  --font-display: "ador-hairline", 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-semibold);

  --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(--brand400);
  --button-primary-default-background: var(--gray0);
  --button-primary-default-border: none;
  /* hover */
  --button-primary-hover-color: var(--brand400);
  --button-primary-hover-background: var(--brand200);
  --button-primary-hover-border: none;
  /* active */
  --button-primary-active-color: var(--brand400);
  --button-primary-active-background: var(--brand800);
  --button-primary-active-border: none;
  /* disabled */
  --button-primary-disabled-color: var(--brand200);
  --button-primary-disabled-background: var(--brand50);
  --button-primary-disabled-border: none;

  /* BUTTON SECONDARY */
  /* default */
  --button-secondary-default-color: var(--brand500);
  --button-secondary-default-background: var(--gray0);
  --button-secondary-default-border: 1px solid var(--brand500);
  /* hover */
  --button-secondary-hover-color: var(--brand500);
  --button-secondary-hover-background: var(--brand100);
  --button-secondary-hover-border: 1px solid var(--brand500);
  /* active */
  --button-secondary-active-color: var(--brand500);
  --button-secondary-active-background: var(--brand200);
  --button-secondary-active-border: 1px solid var(--brand500);
  /* disabled */
  --button-secondary-disabled-color: var(--brand200);
  --button-secondary-disabled-background: var(--gray0);
  --button-secondary-disabled-border: 1px solid var(--brand200);

  /* BUTTON CONVERSION */
  /* default */
  --button-conversion-default-color: var(--brand900);
  --button-conversion-default-background: var(--brand400);
  --button-conversion-default-border: 2px solid var(--brand400);
  /* hover */
  --button-conversion-hover-color: var(--brand400);
  --button-conversion-hover-background: var(--gray0);
  --button-conversion-hover-border: 2px solid var(--brand400);
  /* active */
  --button-conversion-active-color: var(--gray0);
  --button-conversion-active-background: var(--brand700);
  --button-conversion-active-border: 2px solid var(--brand700);
  /* disabled */
  --button-conversion-disabled-color: var(--brand200);
  --button-conversion-disabled-background: var(--brand50);
  --button-conversion-disabled-border: 2px solid var(--brand50);

  /* LINK */
  /* default */
  --link-default-color: var(--accent600);
  --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);
  }
}

.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);
    /* TO DO UTILISER UNE VARIABLE */
  }

  .header-content .nav#main-nav>ul>li>a,
  .header-content .nav#topbar-nav>ul>li>a {
    padding: 0.25rem;
  }

  .main-header-content {
    padding-block: var(--header-padding);
  }

  #topbar-nav {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .top-bar {
    padding-block: var(--header-padding-topbar);
    font-size: 0.875rem;
    /* TO DO UTILISER UNE VARIABLE */
  }

  .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: var(--paragraph-gap-md);
}

@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;
}

/* ============= */
/* === 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);
}

/* =================== */
/* === 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;
  }
}

/* =================== */
/* === 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;
  }
}

/* ====================== */
/* ==== 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;
  }
}


/* ====================== */
/* === FORM SECTION 2 === */
/* ====================== */

.form2 * {
  box-sizing: border-box;
}

.form2__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.form2 iframe {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  aspect-ratio: 4 / 3;
}

.form2__infos {
  --contact-infos-list-gap: var(--section-gap-md);
  display: flex;
  flex-direction: column;
  padding: var(--spacing4);
  background-color: var(--gray100);
}

.form2__content:not(:last-child),
.container:not(:last-child) .form2__content,
.form2__infos:not(:last-child),
:where(.form2__content, .form2__infos) .textBlock:not(:last-child),
.form2__infos .contactInfosList:not(:last-child) {
  margin-bottom: var(--section-gap-md);
}

@media (992px <=width) {
  .form2__infos {
    height: 100%;
    padding: var(--spacing10);
  }

  .form2__content:not(:last-child),
  .container:not(:last-child) .form2__content,
  .form2__infos:not(:last-child) {
    margin-bottom: 0;
  }

  .form2__infos .contactInfosList:last-child,
  .form2__infos .form2__image:last-child,
  .form2__infos .contactInfosList> :last-child,
  .form2__infos .contactInfosList> :last-child> :last-child {
    flex-grow: 1;
  }

  .form2__infos iframe,
  .form2__image img {
    height: 100%;
    aspect-ratio: 16 / 9;
  }
}


/* ====================== */
/* === CUSTOM === */

html {
  overflow-x: hidden;
}
.color-gray950 {
  color: var(--gray950);
}

#blocHorsLigne {
  z-index: 999 !important;
}

form iframe {
  height: revert-layer;
}



@media(min-width:993px) {
  body.index-page {
    padding-top: 0 !important;
  }
}

body {
  line-height: 26px;
}

:where(h1, .title-1, .display-2xl, h2, .title-2, .display-xl, h3, .title-3, .display-lg, h4, .title-4, .display-md, h5, .title-5, .display-sm, h6, .title-6, .display-xs) {
  color: var(--gray950);
}

.no-underline {
  text-decoration: none;
}

.scale--card .card__image img {
  transition: var(--transition);
}

.scale--card:hover .card__image img {
  transform: scale(1.2);
}

.scale--card .card__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--gray900);
  background: linear-gradient(19deg, rgba(30, 30, 30, 1) 0%, rgba(0, 0, 0, 0.18) 100%);
  z-index: 1;
  opacity: 0;
}

.scale--card:hover .card__image:before {
  opacity: 1;
}

.z-index-2 {
  z-index: 2;
}

/* ====================== */
/* === HEADER === */

@media(min-width:993px) {
  .contact-link {
    display: none;
  }
}

@media (min-width: 993px) {
  .header-content .nav ul li a.selected, .header-content .nav ul li:hover>a {
    color: inherit;
  }
}

.sticky-active #Myheader.sticky-element {
  background: var(--gray0);
  color: var(--gray950);
  box-shadow: 1px 1px 27px 1px #00000045;
}


#Myheader li.firstLi a {
  position: relative;
}

#Myheader li.firstLi a:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: var(--spacing0);
  background: var(--accent400);
  height: var(--spacing0-5);
  width: var(--spacing0);
  transition: var(--transition);
}

#Myheader li.firstLi a:hover:before, #Myheader li.firstLi a.selected:before {
  width: 100%;
}
@media(max-width:1158px){
#myrow{
  justify-content: center;
}}

@media(max-width:992px){
.topbar-brand .brand img{
  width:48%
}

.menu-mobile .button--conversion {
    padding: var(--spacing2-5) var(--spacing5);
}
}
/* ====================== */
/* === HERO1 === */

@media (min-width: 993px) {

  #hero-home,
  #hero-home .hero2__backgroundBlock {
    height: 738px;
  }
}

@media (max-width:992px) {

  #hero-home,
  #hero-home .hero2__backgroundBlock {
    height: 450px;
  }
}

#hero-home:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 498px;
  height: 534px;
  z-index: 1;
  background: url('../assets/gifs/bg-1.png') bottom no-repeat;
}

/* ====================== */
/* ====== encart-point-fort ===== */

#encart-point-fort .card__image img {
  width: 99px;
  height: 100px;
}

#encart-point-fort .title-5 {
  text-align: center;
}

@media(min-width:993px){
#encart-point-fort .card__image {
  margin: -108px auto 0;
}
#encart-point-fort .title-5 {
  text-align: left;
}
}

@media(max-width:992px){
#encart-point-fort .card__image {
  margin:  auto ;
}
}

#encart-point-fort .cardsSet1__cards {
  margin-bottom: 0;
}

#encart-point-fort li .slick-dot-icon::before {
    background:var(--accent300);
}

#encart-point-fort li.slick-active .slick-dot-icon::before {
    background:var(--accent700);
}

/* ====================== */
/* ====== bloc-01 ===== */


h1.h1-geoloc span, .title-1.h1-geoloc span {

  color: var(--brand400);
}
h1.h1-geoloc span::before, .title-1.h1-geoloc span::before {
  display: none;
}

@media(min-width:993px){
  h1.h1-geoloc span, .title-1.h1-geoloc span {
    font-size: var(--h1-font-size);
  }
  
  #bloc-01 .hero1__image:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 331px;
    height: 365px;
    z-index: 1;
    background: url('../assets/gifs/bg-3.png') center no-repeat;
  }
  
  }

/* ====================== */
/** ====== encart-prestations======**/

#encart-prestations .card--border {
  border: 2px solid var(--brand100);
}

#encart-prestations .card__image img {
  height: 325px;
  border-radius: var(--radius3);
}

#encart-prestations .cardsSet1__cards {
  margin: 0;
}

.card__icon {
  margin-top: -60px;
  margin-inline: auto;
}

#encart-prestations .card__text {
  min-height: 116px;
}

#encart-prestations .card__icon img {
  transition: var(--transition);
}

#encart-prestations .card--border:hover .card__icon img {
  transform: rotate(-90deg);
}

#encart-prestations .phone--number {
  border: 2px solid var(--brand400);
}

#encart-prestations:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 397px;
  height: 1072px;
  z-index: 1;
  background: url('../assets/gifs/bg-4.png') center no-repeat;
}

.card__icon  a {
    display:block;
    width:100%;
}
/* ====================== */
/** ====== encart-avis======**/

#encart-avis .avis-card.js-more .avis-card-text::after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #C39B7C);
}

#encart-avis .slick-dots li button {
  width: var(--spacing3-5);
  height: var(--spacing3);
  border-radius: var(--radius10);
  background-color: var(--brand200);
  border: none;
  opacity: 1;
  padding: var(--spacing0);
  transition: var(--transition);
}

#encart-avis .slick-dots li button .slick-dot-icon::before {
  display: none;
}

#encart-avis .slick-dots li.slick-active button {
  width: var(--spacing16);
  height: var(--spacing3);
  background-color: var(--brand400);
  border-radius: var(--radius10);
}

#encart-avis:before {
  content: "";
  position: absolute;
  right: 11%;
  top: 0;
  width: 140px;
  height: 140px;
  z-index: 1;
  background: url('../assets/gifs/bg-5.png') center no-repeat;
}

#encart-avis:after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 140px;
  height: 140px;
  z-index: 1;
  background: url('../assets/gifs/bg-5.png') center no-repeat;
}

#arrow-avis .slick-arrow {
  border: 0;
}

#arrow-avis .button__icon {
  font-size: 3rem;
}

#encart-avis .testimonials1__cards {
  margin-top: var(--spacing3);
}

#encart-avis .slick-dots {
  margin-top: var(--spacing16);
}

/* ====================== */
/* ====== bloc-02 ===== */

#bloc-02 p:has(em) {
  background: var(--brand50);
  padding: var(--spacing8);
  margin-top: var(--spacing6);
  border-left: 4px solid var(--brand400);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: var(--radius5);
}

#bloc-02 p em {
  font-style: normal;
}

#bloc-02 p em u {
  font-family: var(--font-menu);
  text-decoration: none;
  font-size: var(--text-xl);
  font-weight: var(--font-extrabold);
  margin-bottom: var(--spacing2);
  display: block;
}

#bloc-02:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 462px;
  height: 909px;
  z-index: -1;
  background: url('../assets/gifs/bg-6.png') center no-repeat;
}

@media(min-width:993px){
#bloc-02:before {
  top: -20%;
}}

/* ====================== */
/** ======encart-marketing ======**/

#encart-marketing .hero2__backgroundBlock {
  height: 731px;
}

#encart-marketing .socialLinkList a.RS svg path {
  fill: var(--gray0);
}

#encart-marketing .phone--number {
  border: 2px solid var(--brand400);
}

@media(min-width:768px){

#encart-marketing:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 393px;
  height: 258px;
  z-index: 1;
  background: url('../assets/gifs/bg-8.png') center no-repeat;
}
#encart-marketing:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 312px;
  height: 264px;
  z-index: 1;
  background: url('../assets/gifs/bg-7.png') center no-repeat;
}}

/* ====================== */
/* ====== bloc-4-5 ===== */

#bloc-4-5:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 368px;
  height: 804px;
  z-index: 1;
  background: url('../assets/gifs/bg-9.png') center no-repeat;
}

#bloc-05 p:has(em) {
  background: var(--gray0);
  padding: var(--spacing8);
  margin-top: var(--spacing6);
  border-left: 4px solid var(--brand400);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: var(--radius5);
}

#bloc-05 p em {
  font-style: normal;
}

#bloc-05 p em u {
  font-family: var(--font-menu);
  text-decoration: none;
  font-size: var(--text-xl);
  font-weight: var(--font-extrabold);
  margin-bottom: var(--spacing2);
  display: block;
}

/* ====================== */
/** ====== encart-actualites======**/

.cardActualite .card__image img {
  min-height: 324px;
}

.cardActualite .link__label {
  font-size: var(--text-md);
}

#encart-actualites .button--primary {
  border: 2px solid var(--brand400);
}

#encart-actualites:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15%;
  width: 257px;
  height: 872px;
  z-index: 1;
  background: url('../assets/gifs/bg-10.png') center no-repeat;
}

#encart-actualites:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 214px;
  height: 799px;
  z-index: 1;
  background: url('../assets/gifs/bg-11.png') center no-repeat;
}

/* ====================== */
/** ====== bloc-6 ======**/

#bloc-06:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 415px;
  height: 759px;
  z-index: 1;
  background: url('../assets/gifs/bg-12.png') center no-repeat;
}

/* ====================== */
/* ====== encart-form===== */

#encart-form:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30%;
  width: 382px;
  height: 982px;
  z-index: 1;
  background: url(/public/assets/gifs/bg-form.png) center no-repeat;
}

@media(min-width:768px) {
  .cp_ville {
    display: flex;
    gap: var(--spacing5);
    margin-bottom: var(--spacing3);
    align-items: end;
  }
}

#encart-form iframe {
  height: revert-layer;
}

.cp_ville p {
  flex: 1;
  margin: var(--spacing0);
}

.divGenerateur .optional {
  display: none;
}

#encart-form .btn {
  display: block;
  width: 100%;
  border: 2px solid var(--brand300);
  border-radius: 0;
  background: var(--brand300);
  color: var(--gray0);
  font-family: var(--font-display);
  font-weight: var(--font-semibold);
  padding: var(--spacing4) var(--spacing6);
  border-radius: var(--radius8);
}

#encart-form .btn:hover {
  color: var(--brand300);
  background: var(--gray0);
}

#encart-form label {
  font-weight: var(--font-bold);
}

#encart-form label.noFloatingLabel {
  font-weight: 400;
}

#encart-form input {
  margin-bottom: var(--spacing5);
}

#encart-form label.noFloatingLabel input {
  margin-bottom: 0;
}

.valide {
  color: green;
  font-weight: var(--font-black);
  text-align: center;
  padding: var(--spacing5);
  border: 1px solid;
  margin-bottom: var(--spacing4);
}

#encart-form .form2__infos {
  background: #A66C50;
}


@media(min-width:993px) {

  #encart-form .contactInfosList>ul {
    gap: var(--spacing8);
  }

  #encart-form .form2__infos {
    padding: var(--spacing12) var(--spacing20);
  }
}

#encart-form ul.socialLinkList {
  justify-content: start;
}

#encart-form ul.socialLinkList svg path {
  fill: var(--gray0);
}

#encart-form .form2__image img {
  height: 369px;
}

@media(max-width:992px) {

  #encart-form .form2__infos,
  #encart-form .form2__content {
    border-radius: var(--radius3);
  }

}

/* ====================== */
/* === FOOTER=== */

.txt-footer {
  font-size: var(--font-size-sm);
}

.footer__nav a {
  position: relative;
  padding-bottom: var(--spacing1);
}

.footer__nav a:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: var(--spacing0);
  background: var(--accent500);
  height: var(--spacing0-5);
  width: var(--spacing0);
  transition: var(--transition);
}

.footer__nav a:hover {
  color: initial;
}

.footer__nav a:hover:after {
  width: 100%;
}

@media(min-width:993px) {
  #myfooter .footer__legalInfos .buttonGroup {
    border-top: 1px solid;
    margin: 0 auto;
  }

  #myfooter.footer>.container {
    gap: var(--footer-padding);
  }
}

@media(max-width:992px) {
  #myfooter {
    text-align: center;
  }

  #myfooter .contactInfos__textIcon {
    justify-content: center;
  }

  .footer>.container {
    align-items: center;
  }

  nav.footer__nav.footer__legalNav .link {
    width: fit-content;
    margin: 0 auto;
    margin-left: auto !important;
  }
}


#myfooter ul.socialLinkList.gtm-reseaux-sociaux svg path {
  fill: var(--gray950);
}

@media screen and (992px <=width) {
  #myfooter .footer__siteNav li a {
    margin-bottom: 0;
  }
}

/* ====================== */
/* === Page interne=== */

#fil_ariane {
  color: var(--accent500);
}

.hero-module #fil_ariane strong,
.hero-module #fil_ariane a {
  color: var(--gray900);
  text-decoration: none;
}

.hero-module #fil_ariane a:hover {
  color: var(--accent500);
}

.page-interne main #container {
  padding-top: 0;
}

.bg-hero:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 3000px;
  background-color: var(--accent100);
  z-index: -1;
  left: 50%;
  transform: translate(-50%);
}

.page-interne #encart-form,
.page-interne #encart-marketing {
  width: 100vw;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  height: 100%;
  position: relative;
}

.page-interne p:has(em) {
  background: var(--brand50);
  padding: var(--spacing8);
  margin-top: var(--spacing6);
  border-left: 4px solid var(--brand400);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: var(--radius5);
}

.page-interne p em {
  font-style: normal;
}

.page-interne p em span {
  text-decoration: none !important;
  font-family: var(--font-menu);
  font-size: var(--text-xl);
  font-weight: var(--font-extrabold);
  margin-bottom: var(--spacing2);
  display: block;
}

#relance {
  margin-bottom: var(--spacing5);
}

@media(max-width:768px) {
  #relance li {
    margin-bottom: var(--spacing2);
  }
}

@media(max-width:991px) {
  .page-interne .sc-content .ac-doubleColonne .ac-colonne img {
    width: auto;
    margin: auto;
  }
}

@media(min-width:992px) {
  .sc-content .ac-doubleColonne .ac-colonne img {
    height: 100%;
    object-fit: cover;
  }

}

@media only screen and (min-width: 993px) {
  .page-interne .sc-content .ac-doubleColonne:has(img) {
    align-items: center;
  }
}

.page-interne .myliste li {
  background: var(--accent600);
  padding: var(--spacing2);
  color: var(--gray0);
  margin-bottom: var(--spacing3);
  border-radius: var(--radius2);
  list-style-type: none;
}

.page-interne .myliste ul {
  list-style: inside;
  padding-left: 0;
}
.page-interne .sc-content .ac-doubleColonne + .ac-doubleColonne {
    margin-top: 0;
}
/* ====================== */
/* ====== contact-page ===== */
.contact-page .btn.primary {
  border: 2px solid;
}

.btn.primary:hover, .btn.primary:focus {
  background: var(--brand100);
}

@media(max-width:767px){
.contact-page input {
    margin-bottom: var(--spacing5);
}}
/* ====================== */
/* ======actualites-detail ===== */

.detail-actu-image img {
  border-radius: var(--radius3);
}

/* ====================== */
/* ====== Plan du site ===== */

.plan-site .sitemap-nav ul li {

  margin-block: var(--spacing2);
}

/* ====================== */
/* ====== page-404===== */

.page-404 .button--conversion span.button__label {
  position: relative;
  top: 2px;
}

@media(max-width:992px) {
  .page-404 .right-404 .title-1 {
    text-align: center;
  }
}

.page-404 a.button.button--primary {
  border: 2px solid;
}

/* ====================== */