:root {
    --primary-h: 20; /* hue */
    --primary-s: 56%; /* saturation */
    --primary-l: 33%; /* lightness */
  
    --secondary-h: 0; /* hue */
    --secondary-s: 0%; /* saturation */
    --secondary-l: 96%; /* lightness */
  
    --accent-h: 35; /* hue */
    --accent-s: 59%; /* saturation */
    --accent-l: 58%; /* lightness */
  
    --text-h: 0; /* hue */
    --text-s: 0%; /* saturation */
    --text-l: 24%; /* lightness */
  
    --title-color: hsla(0, 0%, 12%, 1);
  
    --background-h: 0; /* hue */
    --background-s: 0%; /* saturation */
    --background-l: 100%; /* lightness */
  
    --primary-font: "Inter", sans-serif;
    --secondary-font: "Playfair Display", serif;
  
    --headings-line-height: 1.333333;
  
    --link-color: var(--primary-color-40);
  
    --border-radius: 2rem;
    --button-border-radius: 6.125rem;
  
    --marge-section-mobile: 40px;
    --marge-section-desck: 120px;
  
    --transition: 0.7s all ease-in-out;
  
    /*====== font size ========= */
    /* ========================= */
  
    --font-weight-light: 300;
    --font-weight-Regular: 400;
    --font-weight-medium: 500;
    --font-weight-semi-bold: 600;
    --font-weight-bold: 700;
  
    --display2xl: 61px;
    --displayxl: 58px;
    --displaylg: 40px;
    --displaymd: 32px;
    --displaysm: 24px;
    --displayxs: 20px;
  
    --textlg: 18px;
    --textmd: 16px;
    --textsm: 13px;
    --textxs: 10px;
  
    --h1-font-size: var(--display2xl);
    --h2-font-size: var(--displaylg);
    --h3-font-size: var(--displaymd);
    --h1-font-size-s: var(--displaysm);
    --h2-font-size-s: var(--displayxs);
    --h3-font-size-s: var(--textlg);
  }
  
  /*========= GENERAL ============== */
  /* =============================== */
  
  .card {
    position: relative;
    display: block;
  }
  .card a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 4;
  }
  a[href="#"] {
    cursor: default;
  }
  a {
    transition: var(--transition);
  }
  
  a,
  p {
    line-height: 26px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .card-title,
  [class*="title"] {
    color: var(--title-color);
    font-weight: var(--font-weight-semi-bold);
    font-family: var(--secondary-font);
  }
  body.catalogue-detail nav.fil-ariane {
    margin-top: 4rem;
  }
  
  .fil-ariane,
  #fil_ariane {
    margin-bottom: 2rem;
    font-size: 14px;
  }
  
  #fil_ariane {
    margin: 3rem 0;
  }
  h1.h1-geoloc span::before,
  .title-1.h1-geoloc span::before {
    display: none;
  }
  
  body :where(address) {
    margin: 0;
  }
  
  .plan-site .sitemap-nav ul li a {
    margin-bottom: 0.5rem;
    display: inline-block;
  }
  
  .bg-notes {
    margin-bottom: 1.5rem;
  }
  .index-page main p u,
  .bg-notes {
    display: block;
    text-decoration: none;
    padding: 20px;
    border: 1px solid var(--accent-color);
  }
  /* ============== PAGINATION ==============*/
  /* ========================================= */
  .paginationControl {
    text-align: center;
    margin: 2rem 0;
  }
  .paginationControl a,
  .paginationControl span {
    font-weight: 600;
    font-size: 18px;
    padding: 0 5px;
    color: var(--primary-color-40);
  }
  .paginationControl span.disabled {
    color: var(--primary-color);
  }
  .paginationControl span.selected,
  .paginationControl a:hover {
    color: var(--accent-color-40);
  }
  
  /* ==============BRAND==============*/
  /* ================================ */
  .brand img,
  .brand svg {
    position: relative;
    transition: var(--transition);
  }
  
  .brand a:hover img,
  .brand a:hover svg {
    transform: scale(0.9);
  }
  
  .brand a {
    display: block;
    transition: opacity 0.3s;
  }
  
  header .brand img.footer-only,
  footer .brand img.header-only,
  .rappel_telephonique .brand img.footer-only {
    display: none;
  }
  
  /*=========== BOUTONS=========*/
  /* ============================*/
  [class*="btn"] a.btn,
  .btn.accent {
    padding: 13px 29px;
    font-weight: var(--font-weight-medium);
    letter-spacing: 0px;
    z-index: 2;
  }
  
  [class*="btn"] .accent.btn {
    color: var(--title-color);
  }
  
  [class*="btn"] a.btn svg {
    margin-left: 0.5rem;
  }
  
  .contact-page [id*="formulaire"] .btn.primary {
    border-color: var(--accent-color);
    background-color: var(--accent-color);
    border: 2px solid var(--accent-color);
  }
  
  .contact-page [id*="formulaire"] .btn.primary:hover {
    background-color: var(--accent-color-30);
  }
  
  [class*="btn"] a.btn:not(.accent),
  .index-page [id*="formulaire"] .btn.primary {
    color: var(--primary-color);
    background: transparent;
    border: 2px solid var(--primary-color);
    padding: 11px 29px;
  }
  
  [class*="btn"] a.btn:not(.accent):hover,
  [id*="formulaire"] .btn.primary:hover {
    background-color: var(--primary-color);
    color: white;
  }
  
  @media screen and (min-width: 601px) {
    .btn:not(.fluid) {
      width: auto;
    }
  }
  
  @media screen and (min-width: 993px) {
    .btn-contact a.btn:hover {
      color: white;
    }
    .btn-contact a.btn::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 0%;
      left: 0;
      bottom: 0;
      transition: 0.6s;
      border-radius: var(--button-border-radius);
      opacity: 1;
      z-index: -1;
      background: hsla(20, 56%, 33%, 1);
    }
    .btn-contact a.btn:hover::before {
      height: 100%;
    }
  }
  
  /*================ titre mobile============*/
  /* ======================================== */
  .page-interne h1 {
    margin: 0;
    margin-bottom: 24px;
  }
  .page-interne h1 span {
    font-size: 16px;
    margin-block: 8px 0;
    letter-spacing: 0;
  }
  .title-1 {
    margin: 0;
    color: white;
  }
  
  h1,
  .title-1 {
    font-size: var(--h1-font-size-s);
    margin-bottom: 1.5rem;
    line-height: var(--h1-font-size-s);
  }
  
  h2,
  .title-2 {
    margin-top: 0;
    font-size: var(--h2-font-size-s);
    line-height: var(--h2-font-size-s);
    margin-block: 1.5rem;
  }
  h3,
  .title-3 {
    font-size: var(--h3-font-size-s);
    line-height: var(--h3-font-size-s);
  }
  
  /*================ titre descktop ============*/
  /* ======================================== */
  @media screen and (min-width: 993px) {
    h1,
    .title-1 {
      font-size: var(--h1-font-size);
      line-height: 81px;
      margin-block: 0 1.5rem;
    }
  
    h1.h1-geoloc span,
    h1 span,
    .title-1 span {
      font-size: var(--displaysm);
      line-height: var(--displaysm);
      margin: 0;
      text-transform: none;
      margin-top: 0.5rem;
      font-weight: var(--font-weight-semi-bold);
    }
    .page-interne h1 span {
      margin: 0;
      font-weight: 400;
      font-size: 35px;
      line-height: 43.2px;
      letter-spacing: 0px;
    }
    h2,
    .title-2 {
      font-size: var(--h2-font-size);
      line-height: 53px;
      margin-block: 0 1.5rem;
    }
    h3,
    .title-3 {
      font-size: var(--h3-font-size);
      line-height: var(--h3-font-size);
      margin-block: 0 1.5rem;
    }
  }
  
  /*============= HEADER ==================*/
  /*=======================================*/
  
  body:not(.index-page) .row-btn {
    justify-content: start;
    margin-top: 20px;
  }
  
  header nav#topbar-nav a.selected {
    font-weight: bold;
    color: var(--accent-color);
  }
  body:not(.index-page) .row-btn a.tel {
    color: var(--text-color);
    font-weight: 600;
  }
  
  body:not(.index-page) .bg-interne .row-btn svg path {
    fill: var(--text-color);
  }
  
  .header-content .nav ul li a.selected,
  .header-content .nav ul li a:hover,
  .header-content .nav ul li:hover > a {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: var(--accent-color);
  }
  
  .row-btn {
    margin-top: 1rem;
  }
  
  .header-content .nav#topbar-nav > ul > li,
  .header-content #nav-container .nav ul li {
    border-bottom: 2px solid transparent;
  }
  .fold {
    padding: 20px 0px;
  }
  header a.tel.gtm-global-tel {
    display: block;
  }
  .fold address {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .menu-mobile {
    height: 6.5rem;
    background: var(--accent-color);
  }
  .menu_opened .menu-mobile {
    height: 3.5rem;
  }
  .menu-mobile .brand {
    max-width: 70%;
  }
  button#menu-burger,
  button#menu-back {
    color: var(--primary-color);
    border: 2px solid var(--accent-color);
  }
  .header-content .nav > ul > .sous_menu.opened > a {
    color: var(--primary-color);
  }
  span.menu-title {
    color: var(--primary-color);
  }
  
  .header-content .nav ul li a.selected {
    font-weight: bold;
    color: var(--accent-color-80);
  }
  .sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s;
    z-index: 100;
  }
  .sticky-header .sticky.scroll_down {
    transform: translateY(-100%);
  }
  header .btn-contact {
    margin-top: 10px;
  }
  .contact-page .fold {
    display: none;
  }
  
  #blocHorsLigne {
    z-index: 9999 !important;
  }
  
  .header-content .nav ul li a.selected {
    background-color: transparent;
  }
  
  .top-bar .row {
    justify-content: center;
  }
  
  .page-interne .sc-content #relance {
    margin-top: 6rem;
  }
  
  @media screen and (min-width: 601px) {
    header .btn-contact {
      margin-top: 0px;
    }
  }
  
  @media screen and (min-width: 993px) {
    /* .index-page header {
      position: sticky;
      top: 0;
    }*/
  
    .top-bar {
      padding-block: 5px;
    }
    .row-btn {
      display: flex;
      align-items: center;
      justify-content: start;
      color: var(--background-color);
      gap: 12px;
      margin-top: 2rem;
    }
    header .no-header {
      display: none;
    }
  
    .header-content .nav ul li.sous_menu ul.ssdropdown li a,
    .header-content .nav ul li.sous_menu ul.ssdropdown li:not(:last-child) a,
    .header-content .nav ul li.sous_menu ul.ssdropdown li a:hover,
    .header-content
      .nav
      ul
      li.sous_menu
      ul.ssdropdown
      li:not(:last-child)
      a:hover,
    .header-content
      .nav
      ul
      li.sous_menu
      ul.dropdown
      > li.sous_menu:not(.empty-link):hover
      > a {
      color: white;
    }
  
    li.firstLi.sous_menu a {
      color: var(--text-color);
    }
    .header-content .nav#topbar-nav > ul > li > a {
      position: relative;
      transition: 0.3s ease-in-out;
    }
    .fold {
      display: none;
    }
    .header-content .nav ul li.sous_menu > a::after {
      text-decoration: none;
    }
    .header-content #nav-container {
      margin: 0;
    }
    .main-header-content .nav ul li:hover > a {
      color: white;
    }
  
    header .main-header-content nav#main-nav ul.dropdown,
    header .main-header-content nav#main-nav ul.ssdropdown {
      background: var(--accent-color);
      color: white;
    }
    .header-content .nav#main-nav > ul > li > a {
      position: relative;
      padding-block: 12px;
    }
    .slide-content [class^="btn-"],
    .bg-interne [class^="btn-"] {
      display: block;
    }
    header a.tel.gtm-global-tel {
      display: block;
      margin-bottom: 0px;
      font-weight: 600;
    }
    header .btn-contact {
      margin-top: 0px;
    }
    table.horaires tr td + td {
      display: block;
      margin-left: 10px;
    }
    .header-content .nav ul li.sous_menu ul.dropdown > li a {
      font-size: 12px;
    }
    li.firstLi.no-desk {
      display: none;
    }
  }
  @media screen and (min-width: 1280px) {
    .top-bar .row {
      justify-content: space-between;
    }
  }
  
  /*================ SLIDER ==================*/
  /* ======================================== */
  
  .bg-interne {
    position: relative;
    z-index: 0;
    padding-block: 118px;
  }
  #container {
    padding-top: 0;
  }
  .bg-interne:before {
    position: absolute;
    content: "";
    left: -50%;
    width: 200%;
    background-image: url(../assets/gifs/slider/slide-01.jpg);
    top: 0;
    height: 100%;
    background-position: center top;
    z-index: -1;
  }
  
  .slider-slick {
    width: 100%;
    position: relative;
    z-index: 0;
  }
  .slide-img .container {
    min-height: auto;
  }
  
  .slide-img {
    min-height: auto;
    background-size: cover;
    background-position: center;
  }
  .slide-img.slide-01 {
    background-image: url("../assets/gifs/slider/slide-01.jpg");
  }
  .slide-img.slide-02 {
    background-image: url("../assets/gifs/slider/slide-02.jpg");
  }
  .slide-img.slide-03 {
    background-image: url("../assets/gifs/slider/slide-03.jpg");
  }
  .slick-actualites,
  .slick-avis,
  .row.slick-prestations {
    margin-top: 64px;
  }
  .slick-dots li {
    margin: 0 4px;
    padding: 4px;
  }
  .slick-dots li button .slick-dot-icon:before {
    font-size: 16px;
  }
  .slick-dots li button {
    height: 1rem;
    width: 1rem;
    border-radius: 100px;
    background-color: var(--brand100);
    padding: 0;
  }
  .slick-slider {
    margin-bottom: 0;
  }
  
  @media screen and (max-width: 992px) {
    .slide-content {
      padding-block: 6rem;
    }
    h1 span,
    .title-1 span {
      font-size: calc(var(--h2-font-size) - var(--h2-font-size) / 2);
    }
    .slide-content [class^="btn-"],
    .bg-interne [class^="btn-"] {
      display: none;
    }
  
    .slide-content .title-1 {
      margin-bottom: 0;
    }
  }
  
  @media screen and (min-width: 993px) {
    .bloc-center {
      padding-block: 244.5px;
    }
  }
  
  /*============ TITRE TOP ======================*/
  
  .titre-top {
    padding-block: 80px;
  }
  #encart-prestations,
  .titre-top,
  #encart-catalogue {
    background: hsla(34, 58%, 95%, 1);
  }
  
  .titre-top .container {
    position: relative;
    z-index: 0;
  }
  @media screen and (min-width: 993px) {
    .titre-top .container:before {
      position: absolute;
      content: "";
      left: -183px;
      bottom: 0;
      width: 465px;
      height: 370px;
      background-image: url(../assets/gifs/before-title.png);
      top: -83px;
    }
    .titre-top .container:after {
      position: absolute;
      content: "";
      right: -170px;
      bottom: 0;
      width: 408px;
      height: 403px;
      background-image: url(../assets/gifs/aftertitle.png);
      top: 14px;
      background-size: contain;
    }
  }
  /*============ ENCART PRESTATIONS ======================*/
  
  #encart-prestations {
    padding-bottom: 0;
  }
  .container-max {
    max-width: 1920px;
    margin: auto;
    width: 99%;
  }
  
  #encart-prestations .title-2 {
    margin: 0 0 20px;
  }
  
  .prestations-card-title a {
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0px;
  }
  
  .prestations-card .card-text {
    margin: 8px 0 20px;
    height: 0;
    overflow: hidden;
    transition: 0.8s;
  }
  
  .prestations-card-image {
    overflow: hidden;
  }
  
  .prestations-card-content {
    position: absolute;
    padding: 1.5rem 2rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  
  .btn-card,
  .prestations-card .card-text {
    display: none;
  }
  
  .prestations-card:hover .btn-card {
    display: block;
  }
  
  .prestations-card:hover .card-text {
    height: auto;
    animation: mymove 0.6s linear;
    display: block;
  }
  
  .prestations-card:hover img {
    transform: scale(1.1);
  }
  
  .prestations-card:hover .card-title {
    animation: mymove 0.6s linear;
  }
  
  @keyframes mymove {
    0% {
      transform: translateY(200px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  
  @media screen and (min-width: 993px) {
    .prestations-card-title a {
      font-size: 28px;
    }
  }
  
  /*============ ENCART AVis ======================*/
  
  .avis-encart-card {
    border: 3px solid var(--background-color);
  }
  
  .page-interne .encart-avis.section .container,
  .encart-formulaire .container {
    width: 100%;
  }
  
  .encart-avis.section {
    position: relative;
    z-index: 0;
  }
  
  .encart-avis.section:before {
    position: absolute;
    content: "";
    left: -50%;
    width: 200%;
    z-index: -1;
    background: hsla(34, 58%, 95%, 1);
    height: 100%;
    top: 0;
  }
  
  .encart-avis .row {
    flex-wrap: nowrap;
  }
  
  .avis-encart-card-content {
    padding: 1rem;
  }
  
  button.show-more.btn.small {
    display: none;
  }
  .row.s-middle.s-start {
    flex-wrap: nowrap;
  }
  .avis-date {
    font-size: 10px;
    color: var(--text-color);
  }
  
  .avis-encart-card-text:after {
    display: none !important;
  }
  
  .avis-encart-card-name {
    font-weight: 600;
    color: var(--title-color);
    margin-top: 0;
    margin-bottom: 5px;
  }
  .avis-encart-card img {
    width: revert-layer;
  }
  
  .avis-encart-card-text {
    margin-bottom: 0;
    color: var(--title-color);
    font-weight: 400;
    opacity: 1;
    margin-left: 83px;
    text-align: left;
    margin-top: 8px;
  }
  
  @media screen and (min-width: 993px) {
    .index-page main .section {
      padding-block: var(--marge-section-desck);
    }
    .encart-avis.section.gtm-encart-avis {
      padding-block: 80px;
    }
  }
  
  /*============ BLOC 01 ======================*/
  
  h1.h1-geoloc span,
  .title-1.h1-geoloc span {
    margin-bottom: 0;
  }
  [id*="bloc"] .btn-contact {
    margin-top: 2rem;
  }
  .col-right {
    position: relative;
  }
  @media screen and (max-width: 992px) {
    [id*="bloc"] img {
      display: block;
      width: auto;
      margin: 2rem auto;
    }
  }
  
  @media screen and (min-width: 993px) {
    #bloc-01,
    #bloc-02 {
      background: var(--background-color);
      position: relative;
      z-index: 1;
    }
    #bloc-03,
    #encart-actualites,
    #bloc-05,
    #bloc-06 {
      background: var(--background-color);
      position: relative;
      z-index: 1;
    }
    .col-right:before {
      position: absolute;
      content: "";
      right: -204px;
      top: 81px;
      width: 289px;
      height: 250px;
      background-image: url(../assets/gifs/before-b1.png);
    }
  }
  
  @media screen and (min-width: 1400px) {
    #bloc-01 {
      padding-bottom: 0;
      position: sticky;
      top: 0;
    }
  }
  /* ============ POINTS FORTS ========= */
  
  .points-forts {
    padding: 1.5rem 0;
  }
  
  .card-pf {
    padding: 3rem;
  }
  
  .card-pf .title-3 {
    line-height: 32px;
    letter-spacing: 0px;
    margin: 20px 0 1rem;
    color: hsla(0, 0%, 12%, 1);
    font-size: 1.4rem;
  }
  
  @media screen and (min-width: 993px) {
    .points-forts {
      background: hsla(34, 58%, 95%, 1);
      position: relative;
      z-index: 1;
      top: 0;
    }
  
    .points-forts .col:not(:last-of-type) .card-pf {
      position: relative;
    }
    .points-forts .col:not(:last-of-type) .card-pf::after {
      position: absolute;
      content: "";
      width: 1px;
      height: 200px;
      right: 0;
      top: calc(35% - 76px);
      border: 1px solid hsla(0, 0%, 82%, 1);
    }
  }
  
  @media screen and (max-width: 1200px) {
    .card-pf {
      padding: 1.5rem;
    }
  }
  
  /* =========== BLOC 02 =========== */
  
  #bloc-02 {
    padding-top: 0;
  }
  
  .col-left {
    position: relative;
  }
  
  .col-left:before {
    position: absolute;
    content: "";
    right: -105px;
    bottom: 0;
    background-image: url(../assets/gifs/before-b2.png);
    width: 162px;
    height: 208px;
  }
  
  /* =========== CATALOGUE =========== */
  
  .slick-prev .slick-prev-icon:before {
    content: url(../assets/gifs/slick-prev.svg);
  }
  .slick-next .slick-next-icon:before {
    content: url(../assets/gifs/slick-next.svg);
  }
  
  #encart-catalogue .encart-text {
    margin-top: 18px;
  }
  #encart-catalogue {
    position: relative;
    z-index: 1;
  }
  
  .catalogue-card .card-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
      linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    color: white;
  }
  
  .catalogue-card .card-title a {
    text-decoration: none;
    font-size: 19px;
    line-height: 100%;
    color: white;
  }
  
  .catalogue-encart-btn {
    margin-top: 60px;
  }
  
  .catalogue-card .card-link,
  .catalogue-card .card-text {
    display: none;
    transition: 0.6s;
  }
  
  .catalogue-card:hover .card-link,
  .catalogue-card:hover .card-text {
    display: block;
  }
  
  .catalogue-card:hover .card-text,
  .catalogue-card:hover .card-title {
    animation: mymove 0.6s linear;
  }
  .encart-nav .btn.outlined {
    border: 1px solid hsla(0, 0%, 0%, 16);
    font-weight: var(--font-weight-medium);
    padding-block: 9px;
  }
  
  .encart-nav .btn.outlined:hover {
    background: hsla(0, 0%, 0%, 1);
    color: white;
  }
  @keyframes mymove {
    0% {
      transform: translateY(100px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .catalogue-nav .row {
    display: block;
  }
  @media screen and (min-width: 601px) {
    .catalogue-nav .row {
      display: ruby;
    }
  }
  @media screen and (max-width: 992px) {
    .catalogue-nav .row li a {
      margin-bottom: 1rem;
    }
  }
  
  @media screen and (min-width: 993px) {
    .catalogue-card .card-title a {
      font-size: 24px;
    }
    .slick-catalogue {
      width: 150%;
      right: 0%;
      position: relative;
    }
    .slick-catalogue:before {
      right: 0px;
      height: 100%;
      top: 0px;
      width: 200px;
      z-index: 1;
      content: "";
      position: absolute;
      background: hsla(34, 58%, 95%, 1);
    }
    #encart-catalogue .encart-nav .row {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
    }
    #encart-catalogue .encart-nav .row li {
      padding: 0;
    }
  
    #encart-catalogue .encart-nav {
      border-bottom: 3px solid var(--accent-color);
      padding-bottom: 20px;
    }
    #encart-catalogue .row .col.l5 {
      max-width: 486px;
      border-right: 3px solid var(--accent-color);
      padding-right: 0;
    }
    .slick-catalogue {
      width: 140%;
    }
    .slick-catalogue .slick-track {
      padding-left: 0;
      padding-right: 15%;
    }
    #encart-catalogue .slick-prev {
      left: -19%;
      top: 96%;
    }
    #encart-catalogue .slick-next {
      right: 103%;
      top: 96%;
    }
    .catalogue-card {
      overflow: hidden;
    }
  }
  @media screen and (min-width: 1500px) {
    #encart-catalogue .slick-prev {
      left: -19%;
      top: 96%;
    }
    #encart-catalogue .slick-next {
      right: 110%;
      top: 96%;
    }
    .slick-catalogue {
      /* height: 463px; */
      width: 185%;
      position: relative;
      left: 0;
    }
  }
  
  @media screen and (max-width: 992px) {
    #encart-catalogue .encart-text {
      margin-bottom: 3rem;
    }
  }
  /* =========== ENCART CONTACT ================*/
  
  #encart-contact {
    position: relative;
    z-index: 1;
  }
  #encart-contact::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0%;
    right: 0;
    margin: auto;
    top: 0;
    z-index: -1;
    background: url(../assets/gifs/bg-contact.jpg);
    background-size: cover;
  }
  .page-interne #encart-contact .container {
    width: 100%;
  }
  
  #encart-contact::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0%;
    right: 0;
    margin: auto;
    top: 0;
    z-index: -1;
    background: hsla(0, 0%, 0%, 0.6);
    background-size: cover;
  }
  
  .page-interne #encart-contact::before,
  .page-interne #encart-contact::after {
    width: 200%;
    left: -50%;
  }
  
  #encart-contact .reseaux-sociaux svg {
    fill: white;
  }
  
  #encart-contact .reseaux-sociaux {
    margin: 1.5rem 0 3rem 0;
  }
  
  #encart-contact h3 {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 700;
  }
  
  #encart-contact .title-2 {
    color: white;
  }
  
  @media screen and (min-width: 993px) {
    .page-interne #encart-contact {
      padding-block: var(--marge-section-desck);
    }
  }
  
  /* =========== BLOC 03 ============ */
  
  .bloc-img {
    margin-bottom: 3rem;
    left: -18rem;
    position: relative;
    min-width: 1620px;
    object-fit: cover;
  }
  .bloc-img:before {
    position: absolute;
    content: "";
    right: -56px;
    bottom: -150px;
    width: 282px;
    height: 335px;
    background-image: url(../assets/gifs/before-b3.png);
    transform: rotate(346deg);
  }
  @media screen and (min-width: 993px) {
    .double-bloc .col {
      max-width: 592px;
      position: relative;
    }
  }
  
  /* =========== ACTUALITES ============ */
  
  .actualites-card-content {
    padding: 40px 20px 20px;
  }
  .actualites-listing #fil_ariane {
    margin: 2rem 0rem;
  }
  .actualites-card:hover .actualites-card-content {
    background: hsla(34, 58%, 95%, 1);
  }
  
  .card-image {
    overflow: hidden;
  }
  
  .card:hover img {
    transform: scale(1.1);
  }
  
  .card-image a {
    position: relative;
  }
  
  .card-image a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 0.6s;
  }
  
  .actualites-card:hover .card-image a::before {
    background-color: hsla(221, 33%, 11%, 0.6);
  }
  
  .card-image img,
  .card-image a {
    /* height: 100%; */
    width: 100%;
    display: block;
    object-fit: cover;
    transition: 0.6s;
  }
  
  .actualites-card-title a {
    text-decoration: none;
    color: hsla(0, 0%, 12%, 1);
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0px;
  }
  
  .actualites-card .card-text {
    margin: 0.5rem 0;
  }
  
  .actualites-encart-btn {
    margin-top: 60px;
  }
  
  #listing-autres-actus-categorie ul a {
    font-size: 15px;
    text-decoration: none;
    color: #000;
  }
  
  #listing-autres-actus-categorie ul a:hover {
    text-decoration: underline;
  }
  
  .actualites-detail .detail-btn {
    text-align: center;
  }
  
  .actualites-detail .detail-actu-reseaux-sociaux {
    align-items: center;
  }
  
  .detail-actu-reseaux-sociaux > div {
    display: flex;
  }
  
  .actualites-listing #fil_ariane {
    margin: 2rem 0;
  }
  
  @media screen and (max-width: 1400px) and (min-width: 993px) {
    #listing-autres-actus-categorie a.btn {
      padding: 12px 12px;
      font-size: 12px;
    }
  }
  
  .actualites-detail #listing-autres-actus-categorie {
    background-color: var(--text-color-90);
    padding: 1rem;
    border-radius: var(--border-radius);
  }
  
  @media screen and (min-width: 993px) {
    .actualites-card-title a {
      font-size: 24px;
    }
  }
  
  /* ************* FORMULAIRE ****************/
  span.erreur {
    font-size: 10px;
  }
  .form {
    padding: 3rem;
    height: 100%;
    box-shadow: 0px 4px 24px 0px #0000001a;
  }
  .g-recaptcha {
    margin-block: 1.5rem;
  }
  .infos {
    padding: 3rem 80px;
    height: 100%;
    color: hsla(0, 0%, 12%, 1);
  }
  .encart-formulaire {
    padding-block: var(--marge-section-desck);
    position: relative;
    z-index: 1;
  }
  
  .page-interne .encart-formulaire:before {
    position: absolute;
    content: "";
    left: -50%;
    width: 200%;
    background: var(--secondary-color);
    height: 100%;
    top: 0;
    z-index: -1;
  }
  #bg-form {
    background-image: url(../assets/gifs/bg-form.jpg);
    background-size: cover;
    background-position: center;
  }
  .infos .text {
    margin-bottom: 1.5rem;
    color: #3d3d3d;
  }
  .infos a.tel {
    color: #3d3d3d;
  }
  .infos .reseaux-sociaux svg,
  footer svg {
    fill: hsla(0, 0%, 12%, 1);
  }
  
  .infos .reseaux-sociaux {
    margin-bottom: 80px;
  }
  
  .infos .title-4 {
    font-weight: 500;
    font-size: 1rem;
    margin: 24px 0 12px;
  }
  
  .infos .title-2 {
    margin: 0 0 1.5rem;
  }
  
  .encart-formulaire label {
    font-weight: var(--font-weight-semi-bold);
    line-height: 24px;
  }
  .divGenerateurRequired {
    display: none;
  }
  
  .encart-formulaire #map {
    min-height: 450px;
    border-radius: 60px;
  }
  
  @media screen and (min-width: 993px) {
    .form p {
      margin-bottom: 1.5rem;
    }
  
    .encart-formulaire .col:has(.form) {
      padding: 0;
    }
    .encart-formulaire .map-container iframe {
      height: 463px;
      margin-top: 88px;
    }
  }
  
  #formulaire_1 .divGenerateur ul label {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    align-items: flex-start;
  }
  
  #formulaire_1 .divGenerateur > label {
    display: none;
  }
  
  span.note {
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin-bottom: 12px;
  }
  
  input:not([type]),
  input[type="text"],
  input[type="email"],
  input[type="time"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="tel"],
  input[type="number"],
  input[type="search"],
  textarea {
    border-radius: 8px;
    border: 1px solid hsla(0, 0%, 82%, 1);
    min-height: 50px;
    box-shadow: 0px 1px 2px 0px hsla(220, 43%, 11%, 0.05);
  }
  
  #formulaire_1 p.submit {
    margin-top: 1rem;
    width: 100%;
    margin-bottom: 0;
  }
  
  #formulaire_1 p.submit .btn.primary {
    width: 100%;
  }
  
  @media screen and (min-width: 601px) {
    #formulaire_1 .cp_ville {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
    }
    #formulaire_1 .cp_ville > p {
      width: calc(50% - 6px);
    }
  }
  
  @media screen and (max-width: 992px) {
    .title-2 br,
    .title-3 br {
      display: none;
    }
    .encart-formulaire .form {
      padding: 2rem 1rem;
      margin-top: 2rem;
    }
    .encart-formulaire .infos {
      padding: 2rem 1rem;
    }
    .infos .reseaux-sociaux {
      margin-bottom: 80px;
    }
  }
  
  @media screen and (min-width: 993px) and (max-width: 1200px) {
    .encart-formulaire .infos {
      padding: 2rem;
    }
  }
  
  /* ************* FOOTER ************** */
  
  footer {
    background-color: var(--secondary-color);
  }
  
  body:not(.index-page) footer .section.footer-1 {
    padding: 2rem 0 1.5rem;
  }
  
  @media screen and (min-width: 993px) {
    #footer-nav .nav > ul {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1.5rem;
      margin: 1.5rem 0;
    }
    footer #footer-nav .nav ul li.sous_menu ul.dropdown {
      bottom: 100%;
    }
  }
  
  @media screen and (max-width: 992px) {
    footer #footer-nav .nav ul li.sous_menu ul.dropdown {
      min-width: 18%;
      top: 100%;
    }
    .footer-contact {
      margin-top: 2rem;
    }
    #footer-nav nav a {
      font-size: 14px;
    }
  }
  rs.footer-contact {
    margin-top: 58px;
  }
  
  .footer-row-contact {
    display: flex;
    gap: 6px;
  }
  
  footer address {
    margin: 0;
  }
  
  footer .section.footer-1 {
    padding: 3rem 0 1.5rem;
  }
  
  footer .footer-1 .title-4 {
    line-height: 24px;
    margin: 0 0;
    color: var(--accent-color);
    font-family: var(--primary-font);
    font-size: 1rem;
  }
  
  .footer-contact {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  
  .footer-1 address a,
  .footer-1 .text {
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
  }
  
  footer .siret {
    font-weight: 400;
    line-height: 24px;
  }
  
  #footer-nav .nav 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;
    font-weight: normal;
    z-index: 1;
    background-color: #fff;
    border: 1px solid var(--primary-color);
  }
  
  #footer-nav .nav ul li.sous_menu > a::after {
    position: absolute;
    right: 0.625rem;
    display: block;
    font-family: var(--icon-font);
    line-height: 0;
    content: "\e5c5";
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: -0.125em 0 0 0.25em;
    text-decoration: none;
  }
  
  #footer-nav nav a {
    font-weight: 400;
    line-height: 24px;
  }
  
  #footer-nav .nav ul li a.selected,
  #footer-nav .nav ul li:hover > a {
    text-decoration: underline;
  }
  
  #footer-nav .nav > ul > li {
    margin-bottom: 8px;
  }
  
  #footer-nav .nav ul li.sous_menu ul.dropdown > li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
  }
  
  #footer-nav .nav ul li.sous_menu {
    position: relative;
  }
  
  #footer-nav .nav ul li.sous_menu:hover ul.dropdown {
    display: flex;
  }
  
  #footer-nav .nav ul li.sous_menu ul.dropdown > li a {
    padding: 0.5rem;
    margin: 0;
    font-size: 13px;
    display: block;
  }
  .rs {
    margin-top: 58px;
  }
  .footer-2 {
    padding: 24px 0 48px;
  }
  
  .footer-2 nav a,
  .page-404 footer a {
    font-weight: 700;
    line-height: 24px;
    color: var(--title-color);
  }
  
  .footer-2 nav a:hover,
  .page-404 footer a:hover {
    color: var(--title-color);
    text-decoration: underline;
  }
  
  /* =================Page-interne ===========*/
  
  .catalogue-detail main > .section,
  .catalogue-listing main > .section,
  .actualites-listing main > .section,
  .actualites-detail main > .section {
    padding-top: 0;
  }
  .sitemap-nav.row li {
    margin-bottom: 0.5rem;
  }
  #relance ul {
    padding-left: 0;
  }
  p.titre-relance {
    text-align: center;
  }
  
  .bloc-timeline {
    position: relative;
  }
  
  .bloc-timeline::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    bottom: 0;
    width: 1px;
    background: var(--accent-color);
    opacity: 25%;
  }
  section.ac-doubleColonne .white {
    background: var(--accent-color);
    font-weight: var(--font-weight-medium);
    margin-block: 1.5rem;
  }
  .act h1,
  .bg-interne h1 {
    color: white;
    margin-bottom: 0;
    margin: 0;
  }
  .act {
    padding-block: 80px;
    margin-top: 0rem;
  }
  .page-interne .sc-content .clear_both {
    margin-bottom: var(--marge-section-mobile);
  }
  
  .sc-content #relance {
    margin: 40px auto;
  }
  
  #listing-autres-actus-categorie {
    background: #efefef;
    padding: 20px 30px;
    border-radius: 4px;
  }
  
  #listing-autres-actus-categorie span.title-4 {
    padding-top: 15px;
    display: block;
  }
  
  #listing-autres-actus-categorie .detail-btn {
    text-align: center;
  }
  .detail-btn a {
    font-size: 13px;
  }
  .fb-like.fb_iframe_widget {
    position: relative;
    top: 7px;
  }
  
  .page-interne .sc-content #relance {
    margin-top: 6rem;
    margin-bottom: 4rem;
    text-align: center;
  }
  
  #relance p.titre-relance {
    font-size: 1rem;
    font-weight: 700;
    background-color: transparent;
  }
  
  #listing-autres-actus-categorie a {
    text-decoration: none;
  }
  
  .cards .white p {
    margin: 0;
  }
  .catalogue-listing nav.fil-ariane {
    margin-top: 3rem;
  }
  .catalogue-categorie {
    font-weight: bold;
    margin-top: 1rem;
  }
  
  .catalogue-categorie span {
    margin-right: 1.5rem;
  }
  #catalogue_categorie_description {
    margin-bottom: 4rem;
  }
  .row-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 2rem;
  }
  .sc-content #relance ul {
    padding-inline-start: 0px;
    justify-content: center;
    display: block;
    text-align: center;
    margin: auto;
  }
  #rs-footer .row {
    justify-content: start;
  }
  section#relance li {
    list-style: none;
    margin: 20px 10px;
    text-align: center;
  }
  @media screen and (max-width: 600px) {
    .row-btn {
      flex-direction: column;
      row-gap: 1rem;
      align-items: normal;
    }
  }
  @media screen and (max-width: 992px) {
    .page-interne main .btn-contact {
      margin-bottom: 1.5rem;
    }
  
    .page-interne .sc-content #relance {
      margin-top: 4rem;
      margin-bottom: 4rem;
    }
  }
  @media screen and (min-width: 993px) {
    .act {
      padding-block: 183px;
      margin-top: -2rem;
    }
    .page-interne .sc-content .clear_both {
      margin-bottom: var(--marge-section-desck);
    }
  
    .politique-de-confidentialite #act,
    .plan-site #act {
      margin-top: -4rem;
    }
  
    .interne {
      max-width: 648px;
    }
  
    .page-interne p.intro {
      margin-bottom: 60px;
    }
  }
  
  /* ===========Contact-page==========*/
  /* ================================== */
  .devis-page h1.title-2 {
    color: white;
  }
  a.lien-maps:hover {
    opacity: 0.7;
  }
  
  .contact-page-coordonnees address svg {
    display: none;
  }
  #horaire-contact {
    margin-top: 20px;
  }
  .sitemap-nav.row li.firstLi.no-desk {
    display: block;
  }
  .plan-site .sitemap-nav ul li a {
    margin-bottom: 0.5rem;
    display: inline-block;
  }
  a.lien-maps span {
    display: block;
  }
  .col.contact-page-horaires .row,
  .contact-page-coordonnees.reset .row,
  .contact-page-infos-pratiques .row {
    flex-wrap: nowrap;
  }
  
  .page-404 footer {
    margin-top: auto;
    background: var(--primary-color);
  }
  .page-404 .brand {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  }
  
  .contact-page .contact-page-infos-pratiques {
    margin-bottom: 2rem;
  }
  
  #mess_newsletter {
    color: var(--accent-color);
    display: block;
    margin-top: 1rem;
  }
  
  .devis .btn-devis {
    display: none;
  }
  
  .fil-ariane .first {
    display: inline-block;
  }
  
  .date.card-date {
    margin-bottom: 12px;
    display: none;
  }
  
  .devis-page a.lien-maps span {
    display: inline-flex;
  }
  
  :where(a) {
    color: inherit;
  }
  .contact-page .fold {
    display: none;
  }
  