: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: 29; /* hue */
  --accent-s: 82%; /* saturation */
  --accent-l: 53%; /* 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: "Source Sans 3", sans-serif;
  --secondary-font: "Montserrat", sans-serif;
  --accent-font: "DM Serif Display", serif;
  --headings-line-height: 1.333333;
  --link-color: var(--accent-color);
  --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: 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"] {
  font-family: var(--secondary-font);
  color: #1e1e1e;
}
.bloc-title p {
  color: white;
}
.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;
  background: hsla(0, 0%, 91%, 1);
  margin-block: 20px;
  padding: 1.5rem 2rem;
  position: relative;
}
#bloc-05 p u {
  margin-block: 50px;
}

[id*="bloc"] p u em strong {
  color: #e1525a;
  font-style: normal;
}
.index-page main p u:before,
.bg-notes:before {
  position: absolute;
  content: "";
  right: -17px;
  bottom: 0;
  width: 105px;
  height: 66px;
  background-image: url(../assets/gifs/before-bg-note.png);
}
.index-page main p u:before {
    right: -36px;
}
/* ============== 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;
  margin-top: 4px;
}
.slide-content [class^="btn-"] {
  margin-block: 24px 36px;
}

.slide-content [class^="btn-"] a.btn.outlined, .bg-interne [class^="btn-"] a.btn.outlined {
  background: var(--accent-color);
  border: 1px solid var(--accent-color);
  color: white;
}
[id*="formulaire"] .btn.primary:hover {
  background: var(--accent-color);
  color: white;
}
.slide-content [class^="btn-"] a.btn.outlined svg path, .bg-interne [class^="btn-"] a.btn.outlined svg path {
  stroke: white;
}

[class*="btn"] a.btn:not(.accent),
[id*="formulaire"] .btn.primary {
  color: var(--accent-color);
  background: transparent;
  border: 2px solid var(--accent-color);
}


.content + .content {
  display: block;
}

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

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

.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);
  color: white;
}

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

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

.page-interne h1 span {
  font-size: 16px;
  margin-block: 8px 0;
  letter-spacing: 0;
}
.title-1 {
  margin: 0;
  color: white;
}
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);
}
.title-1 {
  margin-bottom: 12px;
}
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: 75px;
    margin-block: 0 1.5rem;
  }

  h1.h1-geoloc span,
  h1 span,
  .title-1 span {
    font-size: 33px;
    line-height: 37px;
    margin: 0;
    text-transform: none;
    margin-top: 0.5rem;
  }
  .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) .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) .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);
}

.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) {
  .header-content {
    backdrop-filter: blur(14.8px);
    box-shadow: 0 11px 11.6px rgba(0, 0, 0, 0.19);
  }
  body:not(.index-page) .row-btn {
    margin-top: 3rem;
  }

  .top-bar {
    padding-block: 1.5rem;
  }
  .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 {
    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;
    font-size: 20px;
  }
  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) {
  .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 ==================*/
/* ======================================== */
.exp {
  display: flex;
  gap: 8px;
  align-items: center;
}
.exp span i {
  color: white;
  font-family: var(--accent-font);
}
.slick-dots {
  bottom: -3rem;
}
.nbr.bold i {
  font-style: normal;
}
.nbr {
  font-size: 40px;
  color: white;
}
.bloc-im-bef {
  position: relative;
}

.bloc-im-bef:before {
  content: url(../assets/gifs/before-img.png);
  position: absolute;
  right: -194px;
  bottom: -12px;
}
.exp i {
  color: var(--accent-color);
}
.bg-interne {
  position: relative;
  z-index: 0;
  padding-block: 120px;
  color: white;
}
.page-interne .ac-colonne img.img-interne {
  margin-block: 60px !important;
}
#container {
  padding-top: 0;
}
.bg-interne:before {
  position: absolute;
  content: "";
  left: -50%;
  width: 200%;
  background-image: url(../assets/gifs/bg-interne.jpg);
  top: 0;
  height: 100%;
  background-position: center top;
  z-index: -1;
  background-size: cover;
}
.slide-content .bloc-title {
  align-items: stretch;
}
.bg-interne .ac-colonne {
  max-width: 673px;
  margin: auto;
}
.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;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

.slide-img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;

  background-image: linear-gradient(
      rgba(51, 51, 51, 0.38),
      rgba(51, 51, 51, 0.38)
    ),
    linear-gradient(rgba(225, 82, 90, 0.28), rgba(225, 82, 90, 0.28));
}

.bg-interne:after {
  left: -50%;
  width: 200%;
  z-index: -1;
  background: #00000061;
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
}

.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");
}
.slide-img.slide-04 {
  background-image: url("../assets/gifs/slider/slide-04.jpg");
}
.slick-actualites,
.slick-avis {
  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.slick-dotted {
  margin-bottom: 2rem;
}
.rs-top .row {
  justify-content: center;
}
.slide-content {
  position: relative;
}
.fold .btn-devis {
  margin-top: 12px;
}

@media screen and (min-width: 601px) {
  .fold .btn-devis {
    margin-top: 0px;
  }
}

@media screen and (max-width: 992px) {
  #encart-contact {
    margin-top: 9rem;
  }
  .slide-content {
    padding-block: 6rem 2rem;
  }
  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-im-bef img {
    min-height: 1261px;
  }
  .rs-top .row .col:first-of-type {
    margin-bottom: 10px;
  }
  .rs-top .row {
    display: block;
    text-align: end;
  }
  .rs-top svg path {
    fill: hsla(0, 0%, 12%, 1);
  }
  .rs-top {
    right: 3rem;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-table;
    position: absolute;
  }

  .bg-interne {
    padding-block: 205px;
  }
  h1 {
    position: relative;
  }

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

  header .slider-slick .slick-dots {
    position: absolute;
    bottom: 80%;
    right: 0px;
    left: auto;
    margin: 0px;
    max-width: 250px;
    transform: rotate(90deg);
  }

  header .slick-pf .slick-dots {
    bottom: 0;
    position: initial;
    transform: rotate(0);
    margin: auto;
    margin-top: 2rem;
  }

  header .slider-slick .slick-dots .slick-active button .slick-dot-icon:before {
    font-size: 16px;
    background: #ff6600;
  }

  header .slider-slick .slick-dots li button .slick-dot-icon {
    background: #fff;
    opacity: 1;
  }
  header .slider-slick .slick-dots li button .slick-dot-icon:before {
    background-color: #fff;
  }
}

@media screen and (min-width: 1400px) {
  .slide-img::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -27px;
    background-image: url(../assets/gifs/before-slide.png);
    width: 733px;
    height: 495px;
    z-index: -1;
  }
}

/*============ POINTS FORTS ======================*/

.card-pf {
  border: 1px solid hsla(29, 82%, 53%, 1);
  padding: 12px 8px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14.8px);
  -webkit-backdrop-filter: blur(14.8px);
}
.title-pf span {
  display: block;
}
.title-pf {
  font-size: 1.3rem;
  margin-top: 1rem;
  line-height: 30px;
  color: white;
}

.title-pf i {
  font-family: var(--accent-font);
}
.pf {
  margin-top: 42px;
}
/*============ ENCART PRESTATIONS ======================*/

#encart-prestations .encart-text {
  margin-bottom: 4rem;
}
#encart-prestations .slick-dots {
  bottom: -8rem;
}
#encart-prestations .title-2 {
  margin: 0 0 20px;
}
.slick-prestations {
  margin-block: 50px 77px;
}

.prestations-card-title a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  font-weight: 800;
}

.prestations-card .card-text {
  margin: 8px 0 20px;
}

.prestations-card-image,
.catalogue-card-image {
  overflow: hidden;
}

.prestations-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgb(234 131 37 / 44%) 73.56%
    ),
    linear-gradient(181deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0) 100%);
}

.prestations-card-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem 2rem;
  z-index: 2;
  color: white;
  text-align: left;
}

.prestations-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.prestations-card:hover .btn-card {
  display: block;
}

.prestations-card:hover img,
.catalogue-card:hover img {
  transform: scale(1.1);
}

@keyframes mymove {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0px);
  }
}

@media screen and (min-width: 993px) {
  #encart-prestations {
    position: relative;
    overflow: hidden;
  }
  #encart-prestations::before {
    position: absolute;
    content: "";
    background-image: url(../assets/gifs/before-prestation.png);
    width: 215px;
    height: 462px;
    left: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
  }
}
/*============ BLOC 01 ======================*/

h1.h1-geoloc span,
.title-1.h1-geoloc span {
  margin-bottom: 0;
}
#bloc-01,
#bloc-04 {
  position: relative;
}
#bloc-01:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-image: url(../assets/gifs/after-bloc1.png);
  width: 242px;
  height: 489px;
  z-index: -1;
}
#bloc-01:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background-image: url(../assets/gifs/before-bloc1.png);
  width: 125px;
  height: 237px;
  z-index: -1;
}
.img-left {
  margin-bottom: 2rem;
}
#bloc-04:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background-image: url(../assets/gifs/before-bloc2.png);
  width: 334px;
  height: 595px;
}
[id*="bloc"] ul {
  margin-block: 33px;
}
[id*="bloc"] li {
  position: relative;
  margin-block: 8px;
  list-style: none;
}
[id*="bloc"] li:before {
  position: absolute;
  content: url(../assets/gifs/liste.svg);
  left: -38px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 992px) {
  [id*="bloc"] img {
    display: block;
    width: auto;
    margin: 2rem auto;
  }
}

@media screen and (min-width: 993px) {
  #bloc-08 {
    padding-top: 179px;
  }
  .bloc-im-bef img {
    min-width: 130%;
    max-height: 1260px;
  }

  .img-7 {
    margin-block: 33px;
  }
  .texte {
    max-width: 536px;
  }
  .im-right img {
    max-width: 907px;
  }
  .im-left img {
    max-width: 930px;
    width: 175%;
    margin-left: -75%;
  }
}

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

/* =========== BLOC 02 =========== */

/* =========== ENCART CONTACT ================*/
.container-max {
  max-width: 90%;
  margin: auto;
}
.container-max {
  position: relative;
  z-index: 0;
}
#bloc-06 {
  position: relative;
}
#bloc-06:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 97px;
  height: 369px;
  background-image: url(../assets/gifs/before-b6.png);
}
#btn-cnt .btn.outlined {
  background: white;
}

.container-max::before {
  position: absolute;
  content: "" url(../assets/gifs/after-contact.png);
  left: 0;
  right: 0;
  margin: auto;
  top: -186px;
}
#encart-contact .row-btn {
  margin-top: 1.5rem;
}
#bloc-01 .row-btn,
#encart-contact .row-btn {
  justify-content: center;
}
#encart-contact {
  position: relative;
  z-index: 0;
  max-width: 1320px;
}
#encart-contact .title-2 {
  max-width: 527px;
  margin: auto;
  margin-bottom: 40px;
}
#encart-contact .title-2 i {
  color: #fff;
}
#encart-contact .reseaux-sociaux.gtm-reseaux-sociaux {
  position: relative;
  top: 34px;
}
#encart-contact {
  padding-top: 65px;
  padding-bottom: 65px;
}
#encart-contact::before,
#encart-contact::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
}
#encart-contact::before {
  background-image: url(../assets/gifs/bg-contact.jpg);
  background-size: cover;
  background-position: center;
}
#encart-contact::after {
  background: linear-gradient(
      90deg,
      rgba(248, 220, 176, 0.6) 0%,
      rgba(234, 131, 37, 0.6) 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

#encart-contact .reseaux-sociaux svg {
  fill: white;
}

.card-contact {
  margin-bottom: 30px;
  margin-top: 1.5rem;
}
#encart-contact h3 {
  margin: 0 0 12px;
  font-size: 1rem;
  font-family: var(--primary-font);
}

#encart-contact .title-2 {
  color: white;
}

@media screen and (min-width: 993px) {
  #bloc-06 {
    padding-bottom: 250px;
  }
  #encart-contact {
    margin: auto;
  }
  #encart-contact .reseaux-sociaux.gtm-reseaux-sociaux {
    position: relative;
    left: 60px;
  }
  #encart-contact .container {
    padding: 40px 112px;
  }

  .page-interne #encart-contact {
    padding-block: var(--marge-section-desck);
  }
}

/* =========== ENCART REALISATIONS ============ */

#encart-catalogue {
  background-image: url(../assets/gifs/bg-cata.jpg);
  background-position: center;
}
.slick-prev .slick-prev-icon:before {
  content: url(../assets/gifs/slick-prev.svg);
  opacity: 1;
}
.slick-next .slick-next-icon:before {
  content: url(../assets/gifs/slick-next.svg);
  opacity: 1;
}
.catalogue-card:hover .card-image:before {
  position: absolute;
  content: "";
  background: linear-gradient(
    182.9deg,
    rgba(0, 0, 0, 0) 45.55%,
    rgba(234, 131, 37, 0.53) 70.13%
  );
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 1;
}

.catalogue-card:hover .card-content {
  opacity: 0;
  transition: 0.4s;
}
#encart-catalogue .slick-prev {
  left: 22.5rem;
  top: 121%;
  right: auto;
}
#encart-catalogue .slick-next {
  left: auto;
  top: 121%;
  right: 22rem;
}
.catalogue-card:hover .card-image {
  position: relative;
  z-index: 0;
}
.catalogue-card .card-title {
  position: absolute;
  bottom: 50px;
  padding: 6px 23px 7px 27px;
  background: var(--accent-color);
  font-weight: 800;
  color: white;
}
.catalogue-card .card-title:before {
  position: absolute;
  width: 29px;
  height: 19px;
  background-image: url(../assets/gifs/union.png);
  left: 0;
  bottom: 0;
  content: "";
}
#encart-catalogue .title-2 {
  color: white;
}

@media screen and (min-width: 993px) {
  #encart-catalogue #btn-cnt {
    margin-top: 226px;
  }
  #encart-catalogue .btn-presentation.btn-mix {
    margin-top: 130px;
  }

  #encart-catalogue .title-2 {
    margin-bottom: 175px;
    color: white;
  }
}

@media screen and (min-width: 1500px) {
  #encart-catalogue .slick-prev {
    left: 36.5rem;
    top: 121%;
    right: auto;
  }
  #encart-catalogue .slick-next {
    left: auto;
    top: 121%;
    right: 38rem;
  }
}

/* =========== ENCART maps ============ */
.maps-acc iframe {
  height: 801px;
}
.page-interne .maps-acc {
  width: 200%;
  position: relative;
  left: -50%;
}
.maps-acc {
  position: relative;
}
a.btn.outlined.center svg path {
  stroke: var(--accent-color);
}
#encart-map a.btn.outlined.center svg path {
  stroke: white;
}
.carte a.btn.outlined.center svg {
  top: 0;
}
.carte {
  position: absolute;
  background-image: url(../assets/gifs/before-map.png);
  padding: 50px;
  left: 20%;
  margin-top: -71px;
  background-position: bottom;
  background-size: cover;
}
#encart-map .title-2 {
  margin-bottom: 120px;
}
.carte svg {
  position: relative;
  top: -70px;
}
.carte a.btn.outlined.center {
  background: var(--accent-color);
  color: #fff;
  border: 1px solid transparent;
}
/*============ ENCART AVis ======================*/

.avis-encart-card {
  border: 3px solid var(--background-color);
}

.page-interne .encart-avis.section .container,
.encart-formulaire .container,
.page-interne #encart-prestations .container {
  width: 100%;
}

.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) {
  #im-avis img {
    max-width: 612px;
    width: 200%;
    margin-left: -100%;
  }
  .encart-avis.section.gtm-encart-avis {
    padding-block: 80px;
  }
  .index-page main .section {
    padding-block: var(--marge-section-desck);
  }
}

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

.slick-actualites {
  justify-content: center;
}
.actualites-card {
  overflow: hidden;
}
.card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.actualites-card:hover .card-link {
  color: var(--accent-color);
}
.actualites-card::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e1e1e;
  transition: bottom 0.5s ease;
  z-index: 2;
}

.actualites-card:hover::before {
  bottom: 0;
}

.actualites-card-content {
  z-index: 4;
}

.actualites-card-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  color: white;
  padding: 1.5rem;
}
.detail-btn .btn.outlined:hover {
  background: var(--accent-color);
  color: white;
}
.actualites-card-image {
  overflow: hidden;
}
body.actualites-listing .act {
  margin-top: -2rem;
}
.actualites-card:hover img {
  transform: scale(1.1);
}

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

.actualites-card-image:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(234, 131, 37, 0.63) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.card-image a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.6s;
}

.card-image img,
.card-image a {
  display: block;
  object-fit: cover;
  transition: 0.6s;
  margin: auto;
}

.actualites-card-title a {
  text-decoration: none;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  color: white;
  font-weight: 800;
}

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

.actualites-listing #fil_ariane {
  margin: 0 0 2rem;
}

@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: #e7e7e7;
}

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

@media screen and (min-width: 993px) {
  .actualites-card-title a {
    font-size: 24px;
  }
}

@media screen and (min-width: 1500px) {
  .actualites-card-content {
    padding: 80px;
  }
}

/* ***************** BLOC 5 ************ */
h1 em,
.title-1 i,
h2 em,
h2 i,
.title-2 i {
  color: var(--accent-color);
  font-family: var(--accent-font);
  font-weight: var(--font-weight-Regular);
}

/* *****************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 ****************/
span.erreur {
  font-size: 10px;
}
.form {
  padding: 3rem;
  height: 100%;
  box-shadow: 0px 4px 24px 0px #0000001a;
}
.infos svg path {
  fill: white;
}
.g-recaptcha {
  margin-block: 1.5rem;
}
.infos {
  padding: 3rem 80px;
  height: 100%;
}

#bg-form {
  background-image: url(../assets/gifs/bg-form.jpg);
  background-size: cover;
  background-position: center;
}
.infos .text {
  margin-bottom: 1.5rem;
}

.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;
  color: white;
}

.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_11 .divGenerateur ul label {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: flex-start;
}

#formulaire_11 .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_11 p.submit {
  margin-top: 1rem;
  width: 100%;
  margin-bottom: 0;
}

#formulaire_11 p.submit .btn.primary {
  width: 100%;
}

@media screen and (min-width: 601px) {
  #formulaire_11 .cp_ville {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #formulaire_11 .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;
}
footer svg path {
  fill: hsla(0, 0%, 12%, 1);
}
footer {
  background: #f6f6f6;
  position: relative;
  z-index: 0;
}
footer:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background-image: url(../assets/gifs/before-footer.png);
  width: 580px;
  height: 440px;
  background-size: contain;
  z-index: -1;
}
@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);
  background: white;
  color: hsla(45, 5%, 15%, 1);
}

#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: 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 ===========*/

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

body:not(.index-page) main .row-btn {
  justify-content: start;
  margin-bottom: 1rem;
}
.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 {
  color: white;
  margin: 0;
}
.act {
  padding-block: 80px;
}
.page-interne .sc-content .clear_both {
  margin-bottom: var(--marge-section-mobile);
}
.galerie.Slick-galeries {
  margin-bottom: 2rem;
}
.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;
}

#relance p.titre-relance {
  font-size: 1rem;
  font-weight: 700;
  background-color: transparent;
}
form#formulaire_8 {
  margin-block: 4rem;
}
legend {
  font-weight: bold;
  font-size: 1.5rem;
}
.col-left,
.col-right,
fieldset {
  border: 1px solid var(--accent-color);
  padding: 1.5rem;
  backdrop-filter: blur(14.8px);
  box-shadow: 0 11px 11.6px 3px rgba(0, 0, 0, 0.19);
}
#listing-autres-actus-categorie a {
  text-decoration: none;
}
.cards .white p {
  margin: 0;
}
.cards .white p,
.white h3 {
  color: black;
}
.reseaux-sociaux a:hover svg path {
  fill: var(--accent-color);
}
.header-content .row-btn {
  margin-top: 0;
}
.row-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: start;
}
.sc-content #relance ul {
  padding-inline-start: 0px;
  justify-content: center;
  display: block;
  text-align: center;
  margin: auto;
}
.divGenerateur label.optional {
  display: none;
}
#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 .sc-content #relance {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 993px) {
  .galerie.Slick-galeries {
    display: flex;
    gap: 2rem;
    justify-content: center;
  }
  .row-btn {
    margin-top: 3rem;
  }
  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: 120px;
  }
  .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;
}