:root {
  --primary-h: 0; /* hue */
  --primary-s: 0%; /* saturation */
  --primary-l: 96%; /* lightness */

  --secondary-h: 47; /* hue */
  --secondary-s: 15%; /* saturation */
  --secondary-l: 88%; /* lightness */

  --accent-h: 43; /* hue */
  --accent-s: 34%; /* saturation */
  --accent-l: 74%; /* lightness */

  --text-h: 0; /* hue */
  --text-s: 0%; /* saturation */
  --text-l: 24%; /* lightness */

  --background-h: 0; /* hue */
  --background-s: 0%; /* saturation */
  --background-l: 100%; /* lightness */

  --primary-font: "Inter", sans-serif;
  --secondary-font: "ivypresto-display", serif;

  --headings-line-height: 1.333333;

  --link-color: var(--accent-colo-40);

  --border-radius: 0px;
  --button-border-radius: 0px;

  --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: 60px;
  --displayxl: 58px;
  --displaylg: 42px;
  --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;
  transition: 0.6s;
}
.card a {
  display: block;
  text-decoration: none;
}
a[href="#"] {
  cursor: default;
}
a {
  transition: var(--transition);
}

a,
p {
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.card-title,
[class*="title"] {
  font-weight: var(--font-weight-semi-bold);
  font-family: var(--secondary-font);
}

.fil-ariane,
#fil_ariane {
  font-size: 14px;
  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 p {
  margin: 0;
}
.bg-notes {
  margin-bottom: 1.5rem;
}
.index-page main p u,
.bg-notes {
  display: block;
  text-decoration: none;
  border: 1px solid var(--primary-color-40);
  margin-block: 0 1.5rem;
  padding: 1.5rem;
  font-weight: 600;
}
/* ============== 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 svg {
  margin-left: 0.5rem;
}
.btn.accent {
  color: var(--text-color);
}
[id*="formulaire"] .btn.primary:hover {
  background: var(--accent-color);
  color: white;
}

[class*="btn"] a.btn:not(.accent),
[id*="formulaire"] .btn.primary {
  background: transparent;
  border: 1px solid hsla(24, 27%, 15%, 1);
}

.content + .content {
  display: block;
}

.btn-mix a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: var(--transition);
  height: 51px;
  font-weight: 600;
}

.btn-mix a .content {
  position: relative;
  bottom: -19%;
  transition: var(--transition);
  height: 40px;
  display: flex;
  justify-content: center;
  font-family: var(--primary-font);
}

.btn-mix a:hover .content {
  bottom: 95%;
}

.btn-mix .btn.accent:hover {
  background-color: var(--accent-color);
}

.btn-mix .btn.accent:hover svg {
  margin-top: 0px;
}

.btn.outlined {
  border-width: 1.5px;
  border-color: var(--accent-800);
  color: hsla(60, 25%, 10%, 1);
  font-weight: 600;
}

.btn.outlined:hover {
  background: var(--accent-950);
}

@media screen and (min-width: 601px) {
  .btn:not(.fluid) {
    width: auto;
  }
}

/*================ FANCY BOX ============*/

.fancy-box-body {
  padding-top: 0;
}
.rappel_telephonique h2 {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.rappel_telephonique form.generateur p {
  padding: 0 0;
}
.rappel_telephonique input[type="text"]:not(.browser-default),
.rappel_telephonique input[type="tel"]:not(.browser-default) {
  height: 2rem !important;
}
.rappel_telephonique .btn {
  padding: 6px 20px;
}

/*================ titre mobile============*/
/* ======================================== */

.page-interne h1 span {
  font-size: 16px;
  margin-block: 8px 0;
  letter-spacing: 0;
}

h1 span,
.title-1 span {
  margin-block: 10px;
}
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: 56px;
    margin-block: 0 12px;
  }

  h1.h1-geoloc span,
  h1 span,
  .title-1 span {
    font-size: 1.5rem;
    line-height: 37px;
    margin: 0;
    text-transform: none;
    margin-top: 0.5rem;
  }
  .page-interne h1 span {
    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) .bloc-interne .row-btn {
  justify-content: center;
}

body:not(.index-page) .top-bar .row-btn {
  margin-top: 0;
}
.bloc-interne {
  max-width: 1001px;
  margin: auto;
}
header nav#topbar-nav a.selected {
  font-weight: bold;
  color: var(--accent-color);
}

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);
}

.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(--background-color);
}
.menu_opened .menu-mobile {
  height: 3.5rem;
}
.menu-mobile .brand {
  max-width: 70%;
}
button#menu-burger,
button#menu-back {
  color: var(--primary-color-70);
  border: 2px solid var(--accent-color);
}
.header-content .nav > ul > .sous_menu.opened > a {
  color: var(--primary-color-70);
}
span.menu-title {
  color: var(--primary-color-70);
}

.header-content .nav ul li a.selected {
  color: var(--accent-color-80);
  background-color: transparent;
}
.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;
}

.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) {
  .top-bar {
    padding-block: 1.5rem 0.5rem;
  }
  .row-btn {
    display: flex;
    align-items: center;
    justify-content: start;
    color: var(--background-color);
    gap: 12px;
  }
  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 {
    color: hsla(45, 5%, 15%, 1);
    background: linear-gradient(
      90deg,
      #f3be3f 0%,
      #f3dfa5 55.02%,
      #eeb530 100%
    );
  }
  #nav-container ul.dropdown a {
    color: hsla(45, 5%, 15%, 1);
  }
  .header-content .nav#main-nav > ul > li > a {
    position: relative;
    padding-block: 12px;
    font-size: 15px;
  }

  .slide-content [class^="btn-"],
  .bg-interne [class^="btn-"] {
    display: block;
  }
  header a.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: 1400px) {
  .header-content .nav#main-nav > ul > li > a {
    font-size: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-bar .row {
    justify-content: space-between;
  }
}

/*================ SLIDER ==================*/
/* ======================================== */
.title-1 i {
  color: #4f4f4f;
  font-style: normal;
}
.bg-interne {
  position: relative;
  z-index: 0;
  padding-block: 40px;
}
.bg-interne .title-1 {
  margin-bottom: 72px;
}
#container {
  padding-top: 0;
}

.bloc-title p {
  font-family: var(--primary-font);
  font-weight: 400;
}
.slide-content .lign-left {
  margin-top: 1rem;
}

.slide-content .row-btn {
  justify-content: center;
}
.slider-slick {
  width: 100%;
  position: relative;
  z-index: 0;
}
.slide-img .container {
  min-height: auto;
}

.slide-img {
  min-height: auto;

  position: relative;
  z-index: 0;
  padding-bottom: 73px;
}
.slide-img:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  bottom: 0;
  background: var(--secondary-color);
  height: 254px;
  z-index: -1;
}

.bg-interne:after {
  left: -50%;
  width: 200%;
  z-index: -1;
}

.slide-img.slide-01 {
  background: var(--background-color);
}
.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,
.index-page .row.slick-prestations {
  margin-top: 60px;
}
.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: 0;
  }
}

@media screen and (min-width: 993px) {
  .bg-interne:before {
  position: absolute;
  content: "";
  left: -50%;
  width: 200%;
  height: 254px;
  z-index: -1;
  background: hsla(47, 15%, 88%, 1);
  bottom: 0;
}
  .bg-interne {
    padding-block: 120px;
  }
  .bg-interne {
    padding-block: 42px;
  }
  h1 {
    position: relative;
  }

  .page-interne h1:after {
    right: 0;
    left: auto;
  }
  .bloc-center {
    padding-block: 93px 72px;
  }
}

/*============ TITRE TOP ======================*/

.titre-top {
  padding-block: 80px;
}

.titre-top .container {
  position: relative;
  z-index: 0;
}

/*=============PRESTATION==================*/
.card-image {
  position: relative;
  overflow: hidden;
}
.slick-prestations {
  gap: 1.5rem 0;
}
.prestations-card .card-image a::before {
  background: #0000004d;
}

.prestations-card .description p {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  max-height: 0;
  overflow: hidden;
  margin: 0;
}

.prestations-card:hover .description p {
  opacity: 1;
  transform: translateY(0);
  max-height: 200px;
  margin: 0.5rem 0;
}

.slick-prestations img {
  width: 100%;
}
.texte {
  max-width: 90%;
  margin: auto;
}
.card-image img {
  transition: var(--transition);
}
.card:hover img {
  transform: scale(1.15);
}
#encart-prestations .title-2 {
  margin-top: 0;
}

.prestations-card-image a:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 7;
  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%);
}

.prestations-card,
.prestations-card img {
  object-fit: cover;
  position: relative;
}

#encart-prestations {
  background-image: url(../assets/gifs/bg-prestation.jpg);
  background-position: center;
  background-size: cover;
}

.prestations {
  max-width: 1850px;
  margin: auto;
}
.description p,
.prestations-card-content a {
  color: white;
  text-decoration: none;
  position: relative;
}
.prestations-card-content a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2px;
  background-color: white;
  width: 0;
  transition: var(--transition);
}

.prestations-card-content {
  position: absolute;
  bottom: 0;
  padding: 30px;
  z-index: 5;
  width: -webkit-fill-available;
  cursor: pointer;
}
.prestations-card-title  {
  font-size: 24px;
  line-height: 25px;
  text-decoration: none;
  color: white;
}

.prestations-card-image a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
a.btn-prestation {
  font-weight: 600;
  margin-top: 1rem;
}

.prestations-card-title {
  margin-bottom: 8px;
}
.btn-cat {
  color: white;
}

.prestations-card-content p {
  margin-block: 12px 0;
}
@media screen and (max-width: 992px) {
  #encart-prestations {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 993px) {
  #encart-prestations .col {
    padding: 0;
  }

  .prestations-card-content {
    display: flex;
    flex-direction: column;
  }
  .prestations-card-content p {
    color: white;
  }
  .prestations-card:hover .prestations-card-content p {
    opacity: 1;
    transform: translateY(0);
    max-height: 150px;
  }
}

@media screen and (min-width: 1400px) {
  .texte {
    max-width: 37%;
  }
}
/*============AVis======================*/
/*=======================================*/

.page-interne #encart-contact:after,
.page-interne #encart-contact:before {
  width: 200%;
  left: -50%;
}

.page-interne .encart-avis.section .container {
  width: 100%;
}

.page-interne .encart-avis.section,
.page-interne .encart-formulaire {
  position: relative;
  z-index: 0;
  padding-block: var(--marge-section-desck);
}
.page-interne #encart-points-forts .container {
  width: 100%;
}

.page-interne .encart-formulaire:before {
  position: absolute;
  content: "";
  left: -50%;
  width: 200%;
  top: 0;
  height: 100%;
  background: hsla(30, 17%, 95%, 1);
  z-index: -1;
}
.encart-avis .row.s-top.s-start {
  flex-wrap: nowrap;
}

.card-content.avis-card-content.avis-encart-card-content {
  padding: 1rem;
}

button.show-more.btn.small {
  color: #0070c7;
  visibility: initial;
  font-size: 12px;
  opacity: 1;
  font-weight: 700;
  text-align: right;
  padding-bottom: 0;
  text-decoration: underline;
  text-transform: lowercase;
  font-family: var(--accent-font);
  display: none;
}
.row.s-middle.s-start {
  flex-wrap: nowrap;
}
.date.avis-date.card-date.avis-card-date.avis-encart-card-date.small {
  font-size: 10px;
  color: hsla(60, 25%, 10%, 1);
}

.avis-encart-card-text:after {
  display: none !important;
}

.avis-encart-card-name.bold {
  font-weight: 600;
  color: hsla(60, 25%, 10%, 1);
  margin-top: 0;
  margin-bottom: 5px;
}
.avis-encart-card img {
  width: revert-layer;
}

.avis-encart-card-text {
  margin-bottom: 0;
  color: hsla(60, 25%, 10%, 1);
  font-weight: 400;
  opacity: 1;
  margin-left: 83px;
  text-align: left;
  margin-top: 8px;
}

@media screen and (min-width: 993px) {
  .encart-avis.section.gtm-encart-avis {
    padding-block: var(--marge-section-desck);
  }
}

/*============ BLOC 01 ======================*/

h1.h1-geoloc span,
.title-1.h1-geoloc span {
  margin-bottom: 0;
}
#bloc-01 .pf .img-pnf img {
  margin: initial;
  min-height: auto;
}

.card-pf {
  border: 2px solid hsla(33, 13%, 43%, 1);
  border-radius: 12px;
  padding: 26px 24px;
  min-height: 238px;
}

.card-texte p {
  margin-bottom: 0;
}

.slick-pf {
  gap: 1.5rem 0;
  margin-block: 48px 2rem;
}
@media screen and (max-width: 992px) {
  [id*="bloc"] img {
    display: block;
    width: auto;
    margin: 2rem auto;
  }
}

@media screen and (min-width: 993px) {
  #im-left img {
    max-width: 836px;
    width: 836px;
    position: relative;
    left: -436px;
  }
}

@media screen and (min-width: 1400px) {
  #texte-left,
  #texte-right {
    max-width: 614px;
  }

  #im-left img {
    position: relative;
    left: -275px;
  }
  #bloc-01 img {
    height: 100%;
    min-height: auto;
    object-fit: cover;
}
#bloc-01  {
  padding-top:120px ;
  padding-bottom:120px ;
}
}
/* ============ POINTS FORTS ========= */
.card-pf span {
  font-family: var(--primary-font);
  font-size: 20px;
}
.title-pf {
  font-weight: 500;
  margin-block: 21px;
}

.card-pf p {
  min-height: 104px;
}
.card-pf .title-2 {
  margin-bottom: 0.5rem;
}
.points-forts {
  margin-top: 40px;
}
.points-forts .row {
  gap: 3rem;
}
s-forts {
  margin-top: 40px;
}
.card-pf span {
  font-family: var(--primary-font);
  font-size: 20px;
}

.text {
  line-height: 26px;
}

.card-pf .title-2 {
  margin-bottom: 0.5rem;
}

.points-forts .row {
  gap: 3rem;
}

@media screen and (min-width: 993px) {
  .title-pf {
    font-size: 1.5rem;
  }
}

/* =========== BLOC 02 =========== */
.animation {
  position: relative;
}
.img-anim-height {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  transition: height 1.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#bloc-06 {
  padding-bottom: 0;
}
.img-anim-height.shrink {
  position: relative;
}
.img-2 .img-anim-height.shrink,
.img-3 .img-anim-height.shrink {
  height: 400px;
}
.img-anim-height.shrink {
  height: 994px;
  position: relative;
}

.img-5 .img-anim-height.shrink {
  height: 243px;
}

@media screen and (min-width: 993px) {
  #im-right img {
    max-width: 836px;
  }
}

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

.index-page #encart-contact {
  background: url(../assets/gifs/bg-contact.jpg);
  background-size: cover;
}
#encart-contact .btn.accent {
  background: #1e1e1e;
  color: #d3c6a6;
}

#encart-contact .btn.accent svg path {
  stroke: #d3c6a6;
}
#encart-contact {
  position: relative;
  z-index: 0;
}
.info {
  padding-bottom: 72px;
  background: hsla(40, 33%, 96%, 1);
  border-radius: 12px 12px 0 0;
  padding: 1.5rem;
}

.page-interne #encart-contact::before {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  left: -200%;
  top: 0;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../assets/gifs/bg-contact.jpg);
  background-size: cover;
}

#encart-contact::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0%;
  right: 0;
  margin: auto;
  top: 0;
  z-index: -1;
  background: hsla(43, 34%, 74%, 0.7);
}

#encart-contact .reseaux-sociaux svg {
  fill: hsla(0, 0%, 12%);
}

#encart-contact .reseaux-sociaux {
  margin: 26px 0;
}

#encart-contact p {
  margin-bottom: 12px;
}

@media screen and (max-width: 992px) {
  .info {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 993px) {
  .info {
    position: absolute;
    right: -48px;
    top: 22px;
    min-width: 312px;
    min-height: 504px;
  }

  .info .title-5 {
    margin-top: 0;
    font-size: 1.5rem;
    font-weight: 500;
  }

  #encart-contact {
    padding-block: 164px;
  }

  #encart-contact .container {
    position: relative;
  }
}
@media screen and (min-width: 1400px) {
  .info {
    right: 0;
    top: -2px;
    min-width: 312px;
    min-height: 504px;
  }
}
/* =========== BLOC 03 ============ */

.img-2 {
  margin-top: 2rem;
}

.img-3 {
  margin-bottom: 2rem;
}

@media screen and (min-width: 993px) {
}

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

.slick-actualites {
  justify-content: center;
  margin-bottom: 60px;
}

.actualites-card-content {
  padding: 44px 1.5rem 1.5rem 1.5rem;
}
#encart-actualites .encart-btn .btn.outlined {
  border: 2px solid #837f73;
}
.actualites-card-image {
  overflow: hidden;
}
.actualites-card:hover .card-image a:before {
  background: #0000004d;
}
.actualites-card:hover img {
  transform: scale(1.1);
}

.card-image a {
  position: relative;
  z-index: 0;
}

.actualites-card:hover {
  background: #0000004d;
}

.card-image img,
.card-image a {
  display: block;
  object-fit: cover;
  transition: 0.6s;
  margin: auto;
}
.actualites-card:hover .actualites-card-content {
  background: #e5e3dc;
}

.actualites-card-title a {
  text-decoration: none;
  font-size: 24px;
  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;
}

#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;
}

.detail-actu-image img {
  border-radius: var(--border-radius);
}

@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 {
  padding: 1rem;
  border-radius: var(--border-radius);
  background: hsla(47, 15%, 88%, 1);
}

@media screen and (min-width: 601px) {
  .actualites-listing .recherche_actu #input_recherche_actu {
    width: calc(100% - 5.25rem);
  }
}

/* ***************** BLOC 5 ************ */
@media screen and (min-width: 993px) {
  img.img4 {
    min-height: 1400px;
    object-fit: cover;
  }
}
/* *****************FOURNISSEURS************ */
.encart-fournisseurs {
  padding-block: 40px;
}
.slick-fournisseurs img {
  margin: auto;
  display: block;
}
@media screen and (min-width: 993px) {
  .slick-fournisseurs.row {
    flex-wrap: nowrap;
  }
  .slick-fournisseurs {
    gap: 150px;
  }
}

/* ************* FORMULAIRE ****************/
.encart-formulaire {
  position: relative;
  z-index: 0;
}
.col.col-form {
  box-shadow: 0px 4px 24px 0px hsla(0, 0%, 0%, 0.1);
  background: var(--background-color);
  padding: 3rem;
}
.info-top {
  padding: 3rem 80px 59px 80px;
}

.encart-formulaire svg path {
  fill: hsla(0, 0%, 12%, 1);
}

.encart-formulaire .title-4 {
  font-family: var(--primary-font);
  font-size: 1rem;
  margin-bottom: 12px;
}

#col-info {
  position: relative;
}
.info-titre {
  margin-bottom: 80px;
}

.encart-formulaire:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -2;
  top: 0;
  background-position: center;
  background: hsla(0, 0%, 96%, 1);
}

.page-interne .encart-formulaire:after,
.page-interne .encart-formulaire:before {
  left: -50%;
  width: 200%;
  z-index: -1;
}
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);
}

.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);
}
footer {
  background: hsla(0, 0%, 96%, 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;
}
.divGenerateur label.optional {
  display: none;
}
.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;
}
.divGenerateur label.optional {
  display: none;
}

.encart-formulaire .container {
  width: 100%;
}

@media screen and (min-width: 993px) {
  .img-formulaire {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .index-page main .section {
    padding-block: var(--marge-section-desck);
  }
  .form p {
    margin-block: 0 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: 4px;
  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 ************** */

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;
  font-family: var(--primary-font);
  font-size: 1rem;
  color: var(--accent-color);
}

.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 ul.dropdown a {
  color: hsla(45, 5%, 15%, 1) !important;
}
#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;
  border: 1px solid var(--accent-color);
  color: hsla(45, 5%, 15%, 1);
  background: white;
}

#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 a:hover {
    color: var(--accent-color-40);
}
#footer-nav .nav ul li.sous_menu ul.dropdown > li a {
  padding: 0.5rem;
  margin: 0;
  font-size: 13px;
  display: block;
}
.rs {
  margin-top: 2rem;
}
.footer-2 {
  padding: 24px 0 48px;
}

.footer-2 nav a,
.page-404 footer a {
  font-weight: 700;
  line-height: 24px;
}

.footer-2 nav a:hover,
.page-404 footer a:hover {
  color: var(--title-color);
  text-decoration: underline;
}

/* =================Page-interne ===========*/

.sitemap-nav.row li {
  margin-bottom: 0.5rem;
}
#relance ul {
  padding-left: 0;
}
p.titre-relance {
  text-align: center;
}

.bloc-timeline {
  position: relative;
}

body:not(.index-page) main .row-btn {
  justify-content: center;
  margin-block: 1.5rem 0;
}
.cards {
  margin-bottom: 1rem;
}
.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-bottom: 1rem;
}
.act h1,
.bg-interne h1 {
  margin-block: 0 71px;
}
.act {
  padding-block: 80px;
}
.page-interne .sc-content .clear_both {
  margin-bottom: var(--marge-section-mobile);
}

.sc-content #relance {
  margin: 40px auto;
}

#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;
}
body:not(.index-page) main .row-btn a {
  border: 1px solid;
  padding: 14px 29px;
  font-weight: bold;
  font-size: 18px;
  color: black;
  border-radius: var(--button-border-radius);
}
#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;
}
.cards .white p,
.white h3 {
  color: black;
}
.page-interne #encart-contact .container {
  width: 100%;
}
.reseaux-sociaux a:hover svg path {
  fill: var(--accent-color-40);
}
.page-interne .img-interne {
  margin-block: 1.5rem !important;
}
.header-content .row-btn {
  margin-top: 0;
}
.page-interne .bloc-contact-interne {
  border: 1px solid;
  padding: 1.5rem;
  margin-block: 7rem !important;
}
.row-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.page-interne .encart-avis.section {
  background: transparent;
}
.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) {
  .page-interne main .btn-rdv {
    margin-bottom: 1.5rem;
  }
  .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) {
  section.ac-doubleColonne p:nth-last-of-type(1) {
    margin-top: 0;
  }
  .bloc-timeline {
    position: relative;
  }
  .bloc-timeline::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    bottom: 0;
    width: 1px;
    background: var(--accent-color-40);
    opacity: 25%;
  }

  .ac-colonne_1.col-img img {
    position: relative;
    left: -43%;
    width: 125% !important;
    max-width: none;
    z-index: 1;
    object-fit: cover;
    height: 100%;
  }
  .ac-colonne_2.col-img img {
    position: relative;
    right: -20%;
    width: 125% !important;
    max-width: none;
    z-index: 1;
    object-fit: cover;
    height: 100%;
    object-position: 29%;
  }

  .texte-left {
    padding-block: 120px;
  }

  section.ac-doubleColonne.top img {
    max-width: 83%;
  }

  .page-interne .top img {
    height: 100%;
    object-fit: cover;
  }
  .page-interne .top .ac-colonne_2.ui-sortable img {
    margin: auto 0 auto auto;
    height: 100%;
    object-fit: cover;
  }

  .act {
    padding-block: 250px 112px;
  }
  .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;
}
span.lien-maps span {
  display: block;
}
.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;
}
