:root {
  --primary-h: 240; /* hue */
  --primary-s: 6%; /* saturation */
  --primary-l: 94%; /* lightness */

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

  --text-h: 240; /* hue */
  --text-s: 7%; /* saturation */
  --text-l: 97%; /* lightness */

  --background-h: 229; /* hue */
  --background-s: 40%; /* saturation */
  --background-l: 16%; /* lightness */

  --title-color: hsla(0, 0%, 100%, 1);

  --primary-font: "Urbanist", sans-serif;
  --secondary-font: "Urbanist", sans-serif;

  --headings-line-height: 1.333333;

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

  --border-radius: 2rem;
  --button-border-radius: 3.75rem;

  --marge-section-mobile: 40px;
  --marge-section-desck: 120px;

  --transition: 0.3s 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: 88px;
  --displayxl: 49px;
  --displaylg: 40px;
  --displaymd: 39px;
  --displaysm: 25px;
  --displayxs: 20px;

  --textlg: 18px;
  --textmd: 16px;
  --textsm: 13px;
  --textxs: 10px;

  --h1-font-size: var(--display2xl);
  --h2-font-size: var(--displayxl);
  --h3-font-size: var(--displaylg);

  --h1-font-size-s: var(--displaysm);
  --h2-font-size-s: var(--displayxs);
  --h3-font-size-s: var(--textlg);
}

/*========= GENERAL ============== */
/* =============================== */

@font-face {
  font-family: "LEMON MILK";
  src: url("../assets/fonts/LEMONMILK-Light.woff2") format("woff2"),
    url("../assets/fonts/LEMONMILK-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.card {
  position: relative;
  display: block;
}
:root {
  --primary-h: 240; /* hue */
  --primary-s: 6%; /* saturation */
  --primary-l: 94%; /* lightness */

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

  --text-h: 240; /* hue */
  --text-s: 7%; /* saturation */
  --text-l: 97%; /* lightness */

  --background-h: 229; /* hue */
  --background-s: 40%; /* saturation */
  --background-l: 16%; /* lightness */

  --title-color: hsla(0, 0%, 100%, 1);

  --primary-font: "Urbanist", sans-serif;
  --secondary-font: "Urbanist", sans-serif;

  --headings-line-height: 1.333333;

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

  --border-radius: 2rem;
  --button-border-radius: 3.75rem;

  --marge-section-mobile: 40px;
  --marge-section-desck: 120px;

  --transition: 0.3s 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: 88px;
  --displayxl: 49px;
  --displaylg: 40px;
  --displaymd: 39px;
  --displaysm: 25px;
  --displayxs: 20px;

  --textlg: 18px;
  --textmd: 16px;
  --textsm: 13px;
  --textxs: 10px;

  --h1-font-size: var(--display2xl);
  --h2-font-size: var(--displayxl);
  --h3-font-size: var(--displaylg);

  --h1-font-size-s: var(--displaysm);
  --h2-font-size-s: var(--displayxs);
  --h3-font-size-s: var(--textlg);
}

/*========= GENERAL ============== */
/* =============================== */

@font-face {
  font-family: "LEMON MILK";
  src: url("../assets/fonts/LEMONMILK-Light.woff2") format("woff2"),
    url("../assets/fonts/LEMONMILK-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.card {
  position: relative;
  display: block;
}

a {
  transition: var(--transition);
}
.sc-content .clear_both {
  margin-bottom: 60px;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
.card-title,
[class*="title"] {
  font-family: "LEMON MILK";
  color: var(--title-color);
  text-transform: uppercase;
  font-weight: 400;
}
h1.h1-geoloc span,
.title-1.h1-geoloc span {
  margin-top: 8px;
}

h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}

body :where(address) {
  margin: 0;
}
nav#fil_ariane {
  margin: 40px 0;
}
.fil-ariane {
  margin-bottom: 25px;
}
.categorie.catalogue-categorie.catalogue-detail-categorie {
  margin-bottom: 15px;
}

.plan-site .sitemap-nav ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.fil-ariane,
#fil_ariane {
  margin-bottom: 2rem;
  font-size: 0.8rem;
}
#fil_ariane {
  margin: 3rem 0;
}
.index-page main p u,
.ac-doubleColonne p u {
  display: block;
  text-decoration: none;
  padding: 24px;
  background-color: var(--accent-color);
  border-radius: 12px;
}
.card img {
  width: 100%;
}
/*=========fIN GENERAL ============== */
/* =============================== */

/*=========== BOUTONS=========*/
/* ============================*/

[class*="btn"] a.btn {
  font-size: 15px;
  font-weight: var(--font-weight-bold);
  line-height: 24px;
  padding: 9.5px 15.5px;
  color: #2a2a2e;
}
[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
}
[class*="btn"] .accent.btn:hover {
  background: #2125ff;
  color: white;
}

[class*="btn"] .accent.btn:hover svg rect {
  fill: white;
}

[class*="btn"] .accent.btn:hover svg path {
  fill: #2125ff;
}

[class*="btn"] .accent.btn:hover svg {
}

[class*="btn"] .accent.btn svg {
  transition: transform 0.3s ease;
}

[class*="btn"] .accent.btn:hover svg {
  transform: rotate(-45deg);
}
a.btn.accent svg {
  margin-left: 12px;
}
.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(--accent-color);
  background: transparent;
  border: 2px solid var(--accent-color);
}
[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}

/*===========Fin BOUTONS=========*/
/* ============================*/

/* ============== 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: #ccc;
}
.paginationControl span.selected,
.paginationControl a:hover {
  color: var(--accent-color-40);
}
/* ==============fIN PAGINATION==============*/
/* ========================================= */

/* ==============BRAND==============*/
/* ================================ */
.brand img,
.brand svg {
  position: relative;
  transition: 0.3s;
}
.brand a {
  display: block;
}
.brand a:hover img,
.brand a:hover svg {
  transform: scale(0.9);
}

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

/* ==============fIN BRAND==============*/
/* ================================ */

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

.page-interne h1 span {
  font-size: 20px;
  margin-block: 8px 0;
}
.page-interne .title-1 {
  margin: 0;
  color: white;
}
.bg-interne {
  padding-block: 100px;
}
.page-interne h3 {
  font-size: 18px;
}
h1.h1-geoloc,
.title-1 {
  margin-bottom: 12px;
  margin-top: 1rem;
  font-weight: 300;
}

h1,
.title-1 {
  font-size: var(--h1-font-size-s);
  margin-bottom: 40px;
  margin-top: 0;
  line-height: var(--h1-font-size-s);
}
.page-interne h3 span {
  background: transparent !important;
}

h2,
.title-2 {
  font-size: var(--h2-font-size-s);
  margin-block: 24px;
  margin-bottom: 1.5rem;
  position: relative;
}
.title-2 {
  margin-top: 0;
}
h3,
.title-3 {
  font-size: var(--h3-font-size-s);
}
h2 em {
  font-weight: bold;
  font-style: normal;
}
/*=============end titre mobile================*/
/* ======================================== */

/*================ titre descktop ============*/
/* ======================================== */
@media screen and (min-width: 993px) {
  .title-1 {
    font-size: var(--h1-font-size);
    line-height: var(--h1-font-size);
    margin-bottom: 24px;
  }
  .bg-interne {
    padding-block: 107px;
  }
  h1.h1-geoloc,
  .slide-content .btn-rdv {
    display: block;
  }

  .page-interne .title-1 {
    max-width: 80%;
  }
  h1.h1-geoloc span,
  h1 span {
    font-size: var(--displaysm);
    line-height: var(--displaysm);
  }

  h1 {
    font-size: var(--display2xl);
    line-height: var(--display2xl);
    margin-bottom: 10px;
  }
  .page-interne h1 span {
    font-size: var(--displayxl);
    line-height: var(--displayxl);
  }
  .page-interne .bg-interne p {
    max-width: 1065px;
  }
  h1.h1-geoloc span,
  h1 span {
    font-size: 41px;
    font-weight: 400;
    line-height: 49.2px;
    margin: 0;
    min-width: 760px;
    text-transform: none;
    letter-spacing: -1px;
  }

  .page-interne h3 {
    font-size: var(--h3-font-size);
    line-height: var(--h3-font-size);
  }

  .title-2 {
    font-size: var(--h2-font-size);
    line-height: var(--h2-font-size);
    margin-block: 0 24px;
  }
  h2 {
    font-size: var(--h2-font-size);
    line-height: 55px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  h3,
  .title-3 {
    font-size: var(--displaysm);
    line-height: var(--displaysm);
    margin-bottom: 24px;
    margin-top: 0;
  }
}
/*=============end titre descktop================*/
/* ======================================== */

/*============= HEADER ==================*/
/*=======================================*/

.fold {
  padding: 20px 0px;
}

.fold address {
  margin-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.menu-mobile {
  height: 6.5rem;
  background: var(--background-color);
}
.menu_opened .menu-mobile {
  height: 3.5rem;
  background: var(--accent-color-40);
}
.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;
}

.brand {
  display: inline-block;
}

#blocHorsLigne {
  z-index: 9999 !important;
}

.header-content .nav ul li a.selected {
  background-color: transparent;
}

#encart-contact .card-title {
  margin-bottom: 15px;
}

.card.contact-card.contact-encart-card {
  border: 1px solid #000;
  padding: 20px;
  min-height: 180px;
}

.page-interne .sc-content #relance {
  margin-top: 6rem;
}

@media screen and (min-width: 993px) {
  .header-content .row {
    justify-content: center;
  }

  .brand img,
  .brand svg {
    position: relative;
    transition: 0.3s;
  }
  .brand a {
    display: block;
  }
  .brand a:hover img,
  .brand a:hover svg {
    transform: scale(0.9);
  }

  .header-content .nav#topbar-nav > ul > li > a {
    position: relative;
    transition: 0.3s ease-in-out;
  }
  .fold {
    display: none;
  }
  .header-content .nav ul li a.selected:before,
  .header-content .nav ul li a:hover:before {
    width: 76% !important;
  }
  .tel-header address {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .slider-slick {
    position: relative;
    margin-top: -142px;
  }

  header.sticky-active .header-content {
    background: var(--background-color);
  }
  .header-content {
    padding-block: 17px;
    background: transparent;
  }
  .header-content .nav#topbar-nav > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3px;
    translate: -50% 50%;
    height: 2px;
    width: 0%;
    background-color: var(--accent-color);
    transition: 0.3s ease-in-out;
  }
  .header-content .nav#main-nav > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    translate: -50% 50%;
    height: 2px;
    width: 0%;
    background: var(--accent-color);
    transition: 0.3s ease-in-out;
  }
  .header-content .nav#main-nav > ul > li > a {
    position: relative;
  }
  .slide-content [class^="btn-"] {
    display: block;
  }
  header a.tel.gtm-global-tel {
    display: block;
    margin-bottom: 0px;
  }
  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: 13px;
    font-family: var(--primary-font);
    text-transform: none;
  }
  li.firstLi.no-desk {
    display: none;
  }
}

@media screen and (min-width: 1500px) {
  header .top-bar .row {
    justify-content: end;
  }
  .index-page header {
    position: sticky;
    top: 0;
  }
  .header-content .row {
    justify-content: space-between;
  }
  .slider-slick h1.h1-geoloc {
    line-height: 46%;
  }

  .slider-slick .title-1 {
    margin-bottom: 30px;
  }
}

/*=============FIN HEADER ==================*/
/*=======================================*/

/*================ SLIDER ==================*/
/* ======================================== */

.slide-content {
  padding-block: 80px;
}
.slide-img .container {
  min-height: auto;
}
.slide-img .container .bloc {
  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-prestations,
.slick-actualites,
.slick-avis {
  margin-top: 48px;
}
.slick-dots li {
  margin: 0 4px;
  padding: 4px;
}
.slick-dots li button .slick-dot-icon:before {
  font-size: 16px;
}
.slick-slider {
  margin-bottom: 0;
  border-radius: 0 0 12px 12px;
}
.slick-dots li button {
  height: 1rem;
  width: 1rem;
  border-radius: 100px;
  background-color: var(--brand100);
  padding: 0;
}
.slick-dots li button:hover .slick-dot-icon,
.slick-dots li button:focus .slick-dot-icon {
  opacity: 1;
}

.slick-dots li.slick-active button:hover .slick-dot-icon,
.slick-dots li.slick-active button:focus .slick-dot-icon {
  opacity: 0.7;
}

/*============= end slide ==================*/
/*=======================================*/

/*============= ENCART FOURNISSEURS ==================*/
/*====================================================*/

div#encart-fournisseurs {
  padding-block: 40px;
  box-shadow: 0px -24px 40px 0px #00000040;
}

/*============= FIN ENCART FOURNISSEURS ==================*/
/*====================================================*/

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

div#bloc-01 p {
  max-width: 608px;
  margin: 8px auto 24px auto;
}
@media screen and (min-width: 601px) {
}
@media screen and (min-width: 993px) {
  .slide-content {
    padding-block: 433px 329px;
  }
}
@media screen and (min-width: 1280px) {
}
/*=============Fin Bloc 01==================*/
/*=======================================*/

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

#encart-prestations .carousel-wrapper .container {
  max-width: 300px;
  width: 95%;
  margin: auto;
  margin-left: 13px;
}
div#encart-prestations {
  background: #eeeef0;
  color: #2a2a2e;
}

div#encart-prestations .title-2 {
  color: #2a2a2e;
}

#encart-prestations .carousel {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s ease-in-out;
}

#encart-prestations .face {
  position: absolute;
  width: 1320px;
  height: 300px;
  margin: auto;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.face1 {
  transform: rotateX(0deg) translateZ(100px);
  background-image: none;
}

.face2 {
  transform: rotateX(90deg) translateZ(100px);
  background-image: url(../assets/gifs/prestation-01a.jpg);
}

.face3 {
  transform: rotateX(180deg) translateZ(100px);
  background-image: url(../assets/gifs/prestation-01b.jpg);
}

.face4 {
  transform: rotateX(270deg) translateZ(100px);
  background-image: url(../assets/gifs/prestation-01c.jpg);
}

#face2-chantier {
  background-image: url(../assets/gifs/prestation-02a.jpg);
}
#face3-chantier {
  background-image: url(../assets/gifs/prestation-02b.jpg);
}
#face4-chantier {
  background-image: url(../assets/gifs/prestation-02c.jpg);
}
#encart-prestations .face {
  height: 200px;
}

#face2-travaux {
  background-image: url(../assets/gifs/prestation-03a.jpg);
}

#face3-travaux {
  background-image: url(../assets/gifs/prestation-03b.jpg);
}

#face4-travaux {
  background-image: url(../assets/gifs/prestation-03c.jpg);
}

#encart-prestations .carousel-wrapper:hover .carousel {
  animation: spinCube 6s linear;
}

@keyframes spinCube {
  0% {
    transform: rotateX(0deg);
  }

  50% {
    transform: rotateX(-180deg);
  }

  100% {
    transform: rotateX(-360deg);
  }
}

#encart-prestations .card {
  background: white;
  padding: 48px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transform-style: preserve-3d;
  transform-origin: top;
  transition: transform 1s, z-index 0.5s;
  position: relative;
  cursor: pointer;
  justify-content: space-between;
  padding-block: 65px;
}

#encart-prestations .card:hover {
  transform: rotateX(-10deg) scale(1.02);
  z-index: 10;
}

#encart-prestations .card-title {
  font-size: 1em;
  font-weight: bold;
  font-family: "LEMON MILK";
  color: #2a2a2e;
}

#encart-prestations .card-content {
  margin-top: 10px;
  font-size: 12px;
  color: #2a2a2e;
  text-transform: none;
  font-family: var(--primary-font);
}

div#encart-prestations {
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 993px) {
  #encart-prestations .card-content {
    margin-top: 10px;
    font-size: 1rem;
    color: #2a2a2e;
  }
  #encart-prestations .card-title {
    font-size: 1.3em;
    font-weight: bold;
    font-family: "LEMON MILK";
    color: #2a2a2e;
  }
  div#bloc-texte-prest {
    display: flex;
    gap: 41px;
    padding-block: 60px;
  }
}
/*=============Fin PRESTATION==================*/
/*=======================================*/

/*============AVis======================*/
/*=======================================*/

.card.avis-card.avis-encart-card {
  border: 1px solid #2626267f;
  border-radius: 5px;
  background: var(--background-color);
}

.encart-avis .row.s-top.s-start {
  flex-wrap: nowrap;
}

.card-content.avis-card-content.avis-encart-card-content {
  padding: 28px;
}

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);
}
.row.s-middle.s-start {
  flex-wrap: nowrap;
}
.date.avis-date.card-date.avis-card-date.avis-encart-card-date.small {
  font-size: 8px;
  font-family: var(--accent-font);
}

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

.name.avis-name.card-name.avis-card-name.avis-encart-card-name.bold {
  font-size: 13px;
  font-weight: 500;
  font-family: var(--accent-font);
  color: #283646;
  margin-top: 18px;
  margin-bottom: 15px;
}

.card-text.avis-card-text.avis-encart-card-text {
  margin-top: 20px;
  margin-bottom: 14px;
  line-height: 25px;
  color: #262626;
  font-weight: 400;
  font-family: var(--accent-font);
  font-size: 11px;
  opacity: 1;
  max-width: 183px;
  margin-left: 69px;
  text-align: left;
}
/*============FIN AVIS===================*/
/*=======================================*/

/*============ENCART CATEGORIES======================*/
/*===================================================*/
.img-produit img {
  padding: 0 5px;
  border-radius: 10px;
  min-height: 123px;
  object-fit: cover;
}
.categorie-card-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  text-align: center;
  top: 35%;
}

.card.categorie-card.categorie-encart-card {
  position: relative;
}
.slick-produits .slick-slide {
  height: 123px;
}

.cat p {
  margin-block: 8px 1rem;
}

.title-produit {
  font-size: 20px;
  text-transform: uppercase;
}

.slick-produits .slick-list.draggable {
  border-radius: 0 0 12px 12px;
}
.cat {
  padding: 24px;
}
.slick-produits button.slick-autoplay-toggle-button {
  display: none;
}
.col-categorie {
  position: relative;
}

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

.categorie-card-image:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

/*============FIN ENCART CATEGORIES======================*/
/*======================================================*/

/*============REALISATION TERTIAIRE===================*/
/*=======================================*/
.catalogue-listing-card-title a {
  font-size: 18px;
  line-height: 49px;
  text-decoration: none;
}

.catalogue-listing-card-title {
  margin-bottom: 6px;
}

.catalogue-listing-card-text {
  margin-bottom: 1rem;
}
.page-interne div#encart-catalogue {
  position: relative;
  width: 143%;
  left: -21%;
}
.catalogue-card-categorie.catalogue-listing-card-categorie {
  display: none;
}
.masonry-grid.listing-masonry-grid.catalogue-listing-masonry-grid.m6-masonry.l6-masonry {
  display: flex;
  flex-wrap: wrap;
}

div#encart-catalogue {
  width: 90%;
}
.catalogue-card-image {
  position: relative;
  z-index: 0;
  height: 100%;
}

.catalogue-card-image a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

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

.catalogue-categorie {
  position: absolute;
  right: 40%;
  bottom: 143%;
  margin: auto;
  z-index: 1;
  text-transform: uppercase;
  font-size: 49px;
  line-height: 49px;
}
@media screen and (min-width: 601px) {
}
@media screen and (min-width: 993px) {
  .listing-masonry-item.catalogue-listing-masonry-item:hover
    .catalogue-card-content {
    background: transparent;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 45%;
    max-width: 800px;
  }

  .listing-masonry-item.catalogue-listing-masonry-item:hover
    .catalogue-listing-card-title
    a {
    font-size: 96px;
  }
  .card-image.catalogue-card-image.catalogue-listing-card-image a {
    height: 100%;
  }

  .masonry-item-content.listing-masonry-item-content.catalogue-listing-masonry-item-content.card.catalogue-card.catalogue-listing-card
    img {
    height: 100%;
    object-fit: cover;
  }

  body.catalogue-listing .header-content {
    background: #0000004d;
    backdrop-filter: blur(4px);
  }
  div#encart-catalogue {
    width: 100%;
  }

  /*****hover listing bdd**/
  .masonry-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .masonry-row {
    display: flex;
    width: 100%;
    gap: 0px;
  }

  .masonry-item {
    flex: 1 1 50%;
    height: 300px; /* adapte selon tes besoins */
    transition: flex-basis 0.4s ease;
    background-size: cover;
    background-position: center;
  }

  /* Effet hover : agrandir un bloc et rÃƒÂ©duire lÃ¢â‚¬â„¢autre sur la mÃƒÂªme ligne */
  .masonry-row:hover .masonry-item {
    flex-basis: 30%;
  }

  .masonry-row .masonry-item:hover {
    flex-basis: 70%;
  }

  /***end hover***/
}
@media screen and (min-width: 1500px) {
  .catalogue-listing-card-title a {
    font-size: 49px;
    line-height: 49px;
    text-decoration: none;
  }
  .masonry-item.listing-masonry-item.catalogue-listing-masonry-item {
    height: 914px;
    overflow: hidden;
  }
  body.catalogue-listing main .section:first-of-type {
    position: relative;
    margin-top: -9rem;
  }
  body.catalogue-listing main .section .container:first-of-type {
    width: 100% !important;
    max-width: 100%;
  }
  .catalogue-listing-card {
    margin-bottom: 0 !important;
    height: 100%;
  }
  body.catalogue-listing .masonry-grid {
    gap: 0;
    grid-auto-rows: 9px !important;
  }
}
/*============FIN REALISATION TERTIAIRE===================*/
/*==============================================*/

/*============QUI SOMME NOUS===================*/
/*==============================================*/
.row.slick-phase {
  margin-block: 48px;
}

.card-phase p {
  margin: 0;
}
.center-bloc {
  margin-block: 0px 48px;
}
.title-phase {
  margin-block: 24px 8px;
  font-size: 20px;
  text-transform: uppercase;
}
div#last-phase:before {
  top: 0;
}
/*============FIN QUI SOMME NOUS ===================*/
/*==============================================*/

/*============ Bloc 02 + POINTS FORTS===================*/
/*=======================================*/
.bg-index {
  background: var(--primary-color);
}
.btn.outlined {
  background: var(--primary-font);
  text-transform: none;
}

.btn.outlined:hover {
  background: #2125ff;
}
.page-interne div#encart-fournisseurs {
  background: var(--primary-color);
  position: relative;
  width: 143%;
  left: -21%;
}
.bg-index {
  position: relative;
  z-index: 0;
}
div#encart-points-forts img {
  margin: auto;
}
p {
  margin-bottom: 24px;
}
div#bloc-02,
div#bloc-02 h2 {
  color: #2a2a2e;
}
div#bloc-02 {
  padding-bottom: 0;
}
@media screen and (min-width: 601px) {
  .btn:not(.fluid) {
    width: auto;
  }
}
@media screen and (min-width: 993px) {
  .bg-index:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: url(../assets/gifs/before-bloc2.png);
    width: 424px;
    height: 344px;
    z-index: -1;
  }

  .bg-index:after {
    position: absolute;
    content: "";
    right: -112px;
    bottom: -34px;
    background-image: url(../assets/gifs/after-bloc2.png);
    width: 394px;
    height: 227px;
    z-index: -1;
    background-position: bottom;
  }
  .col-img {
    position: relative;
  }

  .page-interne .col-img {
    min-height: 734px !important;
  }

  #bloc-02 img {
    width: 161%;
    max-width: none;
    height: 108%;
    left: 0;
    top: -120px;
    position: absolute;
  }
}

@media screen and (min-width: 1280px) {
}
/*============FIN Bloc 02 + POINTS FORTS ===================*/
/*==============================================*/

/* *************************************************FOOTER********************************* */

body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}

.footer-1 {
  font-size: 20px;
}

@media screen and (min-width: 993px) {
  body:not(.index-page) footer {
    margin-top: 120px;
  }
  body:not(.body.page-interne) footer {
    margin-top: 0px;
  }
  div#bloc-missions {
    position: sticky;
    top: 0;
    background: var(--background-color);
  }

  div#bloc-03 {
    position: relative;
    background: var(--background-color);
  }
  #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) {
  .page-interne .btn-devis {
    margin-bottom: 1.5rem;
  }
  .row.slick-catalogue-commercial {
    justify-content: center;
  }
  div#encart-catalogue {
    margin-block: 3rem;
  }
  #encart-prestations .carousel {
    max-width: 90%;
    margin: auto;
  }
  #encart-prestations .card {
    min-height: 312px;
  }
  div#bloc-texte-prest {
    max-width: 90%;
    margin: auto;
  }
  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;
  }
}

.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 {
  margin: 0 0;
  color: #ffffff;
  font-weight: bold;
  font-family: var(--primary-font);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
p.sous-brand {
  margin-block: 12px 0;
  font-size: 14px;
}
.footer-1 address a,
.footer-1 .text {
  font-weight: 400;
  line-height: 24px;
  font-size: 17px;
}
.footer-1 address a:hover {
  opacity: 0.7;
}
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 a span {
  display: block;
}
#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,
.footer-2 nav a:hover,
.page-404 footer a:hover {
  text-decoration: underline;
  color: var(--text-color);
}

#footer-nav .nav > ul > li {
  margin-bottom: 8px;
}

@media screen and (min-width: 993px) and (max-width: 1100px) {
  #footer-nav .nav > ul > li {
    font-size: 1rem;
  }
}

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

.footer-2 {
  padding: 24px 0 48px;
}

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

/* ===================FIN FOOTER================ */
/* ========================================*/

/* =================Page-interne ===========*/
/* ========================================= */
body.catalogue-listing h1 {
  display: none;
}

body.catalogue-listing nav.fil-ariane.gtm-fil-ariane {
  display: none;
}
#fil_ariane,
#fil_ariane,
.fil-ariane.gtm-fil-ariane {
  font-size: 14px;
}
input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
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;
}
span.material-icons.accent {
  color: var(--background-color);
}
.g-recaptcha {
  margin-top: 1.5rem;
}

.divGenerateur label.optional {
  display: none;
}
input#field_5 {
  color: var(--background-color);
  font-weight: bold;
}
ul.coordonnees.contact-page-coordonnees li {
  padding-block: 0.5rem;
}
.sitemap-nav.row li {
  margin-bottom: 0.5rem;
}
section#relance ul {
  padding-left: 0;
}
p.titre-relance {
  text-align: center;
}

.row.s-start.s-middle {
  flex-wrap: nowrap;
}

.row.s-start.s-stretch {
  flex-wrap: nowrap;
}

.card-title.contact-card-title {
  margin-bottom: 10px;
}

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

div#listing-autres-actus-categorie {
  background: #efefef;
  padding: 20px 30px;
  border-radius: 4px;
}

div#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;
}
.bloc-interne .btn-devis {
  margin-top: 24px;
}
#relance p.titre-relance {
  font-size: 1rem;
  font-weight: 700;
  background-color: transparent;
}

nav#fil_ariane {
  font-size: 14px;
}

div#listing-autres-actus-categorie a {
  text-decoration: none;
}

.interne {
  max-width: 648px;
  margin: auto;
  max-width: 80%;
}
.interne .row {
  justify-content: center;
}
div#encart-contact p {
  color: #1e1e1e;
  margin-block: 0 12px;
}

div#encart-contact .btn-contact {
  margin-top: 48px;
}
.bloc-interne {
  padding-block: 80px;
}
div#encart-contact {
  position: relative;
}
nav.fil-ariane.gtm-fil-ariane {
  margin-bottom: 40px;
}
.page-interne .sc-content .ac-doubleColonne {
  align-items: center;
}

nav#fil_ariane {
  margin-bottom: 40px;
}
div#blocHorsLigne {
  z-index: 9999 !important;
}
.page-interne .points-forts .container,
.encart-formulaire.section .container {
  width: 100%;
}
#btn-politique {
  margin-top: 25px;
}

p.titre-relance {
  text-align: center;
}
.sc-content #relance ul {
  padding-inline-start: 0px;
  justify-content: center;
  display: block;
  text-align: center;
  margin: auto;
}
.page-404 .right-404 {
  margin: 2.5rem 0 1.5rem;
  padding: 2rem 1rem;
  background-color: #ffffff3b;
}
section#relance li {
  list-style: none;
  margin: 20px 10px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #container {
    padding-bottom: 0;
  }
  div#bloc-01 img {
    margin-bottom: 2rem;
  }
  .page-interne .sc-content #relance {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 993px) {
  .interne {
    max-width: 648px;
  }

  .page-interne .ac-doubleColonne h2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .index-page main .section {
    padding-block: var(--marge-section-desck);
  }
}

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

/* ===========Contact-page==========*/
/* ================================== */
a.lien-maps:hover {
  opacity: 0.7;
}
.contact-page h1 {
  margin: 0;
  line-height: normal;
}

ul.coordonnees.contact-page-coordonnees.reset 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;
}

.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 .map-container iframe {
  max-height: 350px;
}

.contact-page .contact-page-infos-pratiques {
  margin-bottom: 2rem;
}

#mess_newsletter {
  color: var(--accent-color);
  display: block;
  margin-top: 1rem;
}

html.devis .btn-devis {
  display: none;
}

.fil-ariane .first {
  display: inline-block;
}

.btn-politic-contact {
  margin-top: 1rem;
}

#encart-contact .card {
  margin: 40px auto;
  border: 2px solid #000;
  padding: 40px 20px;
  border-radius: 4px;
}
.contact-page .map-container iframe {
  max-height: 350px;
}
.contact-page ul {
  row-gap: 16px;
}
:where(a) {
  color: inherit;
}
.contact-page .fold {
  display: none;
}
@media screen and (min-width: 993px) {
  body.contact-page div#act {
    padding-bottom: 120px;
  }
  .contact-page h1 {
    font-size: var(--displaymd);
  }
}
/* ===========Fin Contact-page==========*/
/* ================================== */

a {
  transition: var(--transition);
}
.sc-content .clear_both {
  margin-bottom: 60px;
}
a,
p {
  line-height: var(--line-height);
}
h1,
h2,
h3,
h4,
h5,
h6,
.card-title,
[class*="title"] {
  font-family: "LEMON MILK";
  color: var(--title-color);
  text-transform: uppercase;
  font-weight: 400;
}
h1.h1-geoloc span,
.title-1.h1-geoloc span {
  margin-top: 8px;
}

h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}

body :where(address) {
  margin: 0;
}
nav#fil_ariane {
  margin: 40px 0;
}
.fil-ariane {
  margin-bottom: 25px;
}
.categorie.catalogue-categorie.catalogue-detail-categorie {
  margin-bottom: 15px;
}

.plan-site .sitemap-nav ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.fil-ariane,
#fil_ariane {
  margin-bottom: 2rem;
  font-size: 0.8rem;
}
#fil_ariane {
  margin: 3rem 0;
}
.index-page main p u,
.ac-doubleColonne p u {
  display: block;
  text-decoration: none;
  padding: 24px;
  background-color: var(--accent-color);
  border-radius: 12px;
}
.card img {
  width: 100%;
}
/*=========fIN GENERAL ============== */
/* =============================== */

/*=========== BOUTONS=========*/
/* ============================*/

[class*="btn"] a.btn {
  font-size: 15px;
  font-weight: var(--font-weight-bold);
  line-height: 24px;
  padding: 9.5px 15.5px;
  color: #2a2a2e;
}
[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
  font-family: var(--primary-font);
  text-transform: none;
}
[class*="btn"] .accent.btn:hover {
  background: #2125ff;
  color: white;
}

[class*="btn"] .accent.btn:hover svg rect {
  fill: white;
}

[class*="btn"] .accent.btn:hover svg path {
  fill: #2125ff;
}

[class*="btn"] .accent.btn svg {
  transition: transform 0.3s ease;
}

[class*="btn"] .accent.btn:hover svg {
  transform: rotate(-45deg);
}
a.btn.accent svg {
  margin-left: 12px;
}
.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(--accent-color);
  background: transparent;
  border: 2px solid var(--accent-color);
}
[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}

/*===========Fin BOUTONS=========*/
/* ============================*/

/* ============== 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: #ccc;
}
.paginationControl span.selected,
.paginationControl a:hover {
  color: var(--accent-color-40);
}
/* ==============fIN PAGINATION==============*/
/* ========================================= */

/* ==============BRAND==============*/
/* ================================ */
.brand img,
.brand svg {
  position: relative;
  transition: 0.3s;
}
.brand a {
  display: block;
}
.brand a:hover img,
.brand a:hover svg {
  transform: scale(0.9);
}

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

/* ==============fIN BRAND==============*/
/* ================================ */

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

.page-interne h1 span {
  font-size: 20px;
  margin-block: 8px 0;
}
.page-interne .title-1 {
  margin: 0;
  color: white;
}
.bg-interne {
  padding-block: 100px;
}
.page-interne h3 {
  font-size: 18px;
}

h1,
.title-1 {
  font-size: var(--h1-font-size-s);
  margin-bottom: 40px;
  margin-top: 0;
  line-height: var(--h1-font-size-s);
  margin-bottom: 1rem;
}
.page-interne h3 span {
  background: transparent !important;
}

h2,
.title-2 {
  font-size: var(--h2-font-size-s);
  margin-block: 24px;
  margin-bottom: 1.5rem;
  position: relative;
}
.title-2 {
  margin-top: 0;
}
h3,
.title-3 {
  font-size: var(--h3-font-size-s);
}
h2 em {
  font-weight: bold;
  font-style: normal;
}
/*=============end titre mobile================*/
/* ======================================== */

/*================ titre descktop ============*/
/* ======================================== */
@media screen and (min-width: 993px) {
  .title-1 {
    font-size: var(--h1-font-size);
    line-height: var(--h1-font-size);
    margin-bottom: 24px;
  }
  h1.h1-geoloc,
  .title-1 {
    font-size: var(--display2xl);
    text-transform: uppercase;
    line-height: var(--display2xl);
    margin: 0;
  }
  .bg-interne {
    padding-block: 107px;
  }
  h1.h1-geoloc,
  .slide-content .btn-rdv {
    display: block;
  }

  .page-interne .title-1 {
    max-width: 80%;
  }
  h1.h1-geoloc span,
  h1 span {
    font-size: var(--displaysm);
    line-height: var(--displaysm);
  }

  h1 {
    font-size: var(--display2xl);
    line-height: var(--display2xl);
    margin-bottom: 10px;
  }
  .page-interne h1 span {
    font-size: var(--displayxl);
    line-height: var(--displayxl);
  }
  .page-interne .bg-interne p {
    max-width: 1065px;
  }
  h1.h1-geoloc span,
  h1 span {
    font-size: 41px;
    font-weight: 400;
    line-height: 49.2px;
    margin: 0;
    min-width: 760px;
    text-transform: none;
    letter-spacing: -1px;
  }

  .page-interne h3 {
    font-size: var(--h3-font-size);
    line-height: var(--h3-font-size);
  }
  h2 {
    letter-spacing: -3px;
  }

  .title-2 {
    font-size: var(--h2-font-size);
    line-height: var(--h2-font-size);
    margin-block: 0 24px;
  }
  h2 {
    font-size: var(--h2-font-size);
    line-height: 55px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  h3,
  .title-3 {
    font-size: var(--displaysm);
    line-height: var(--displaysm);
    margin-bottom: 24px;
    margin-top: 0;
  }
}
/*=============end titre descktop================*/
/* ======================================== */

/*============= HEADER ==================*/
/*=======================================*/

.fold {
  padding: 20px 0px;
}
header a.tel.gtm-global-tel {
  display: block;
}
.fold address {
  margin-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

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

.brand {
  display: inline-block;
}

#blocHorsLigne {
  z-index: 9999 !important;
}

.header-content .nav ul li a.selected {
  background-color: transparent;
}

#encart-contact .card-title {
  margin-bottom: 15px;
}

.card.contact-card.contact-encart-card {
  border: 1px solid #000;
  padding: 20px;
  min-height: 180px;
}

.page-interne .sc-content #relance {
  margin-top: 6rem;
}

@media screen and (min-width: 993px) {
  .brand img,
  .brand svg {
    position: relative;
    transition: 0.3s;
  }
  .brand a {
    display: block;
  }
  .brand a:hover img,
  .brand a:hover svg {
    transform: scale(0.9);
  }

  .header-content .nav#topbar-nav > ul > li > a {
    position: relative;
    transition: 0.3s ease-in-out;
    font-family: var(--primary-font);
    text-transform: none;
  }
  .fold {
    display: none;
  }
  .header-content .nav ul li a.selected:before,
  .header-content .nav ul li a:hover:before {
    width: 76% !important;
  }
  .tel-header address {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .slider-slick {
    position: relative;
    margin-top: -240px;
  }

  header.sticky-active .header-content {
    background: var(--background-color);
  }
  .header-content {
    padding-block: 17px;
    background: transparent;
  }
  .header-content .nav#topbar-nav > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3px;
    translate: -50% 50%;
    height: 2px;
    width: 0%;
    background-color: var(--accent-color);
    transition: 0.3s ease-in-out;
  }
  .header-content .nav#main-nav > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    translate: -50% 50%;
    height: 2px;
    width: 0%;
    background: var(--accent-color);
    transition: 0.3s ease-in-out;
  }
  .header-content .nav#main-nav > ul > li > a {
    position: relative;
    text-transform: none;
    font-family: var(--primary-font);
  }
  .slide-content [class^="btn-"] {
    display: block;
  }
  header a.tel.gtm-global-tel {
    display: block;
    margin-bottom: 0px;
  }
  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: 13px;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a:hover {
    opacity: 0.7;
  }

  a.selected {
    font-weight: bold;
  }
  li.firstLi.no-desk {
    display: none;
  }
}

@media screen and (min-width: 1500px) {
  .slider-slick {
    position: relative;
    margin-top: -142px;
  }

  .slider-slick h1.h1-geoloc {
    line-height: 46%;
  }

  .slider-slick .title-1 {
    margin-bottom: 30px;
  }
}

/*=============FIN HEADER ==================*/
/*=======================================*/

/*================ SLIDER ==================*/
/* ======================================== */

.slide-img .container {
  min-height: auto;
}
.slide-img .container .bloc {
  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-prestations,
.slick-actualites,
.slick-avis {
  margin-top: 48px;
}
.slick-dots li {
  margin: 0 4px;
  padding: 4px;
}
.slick-dots li button .slick-dot-icon:before {
  font-size: 16px;
}
.slick-slider {
  margin-bottom: 0;
  border-radius: 0 0 12px 12px;
}
.slick-dots li button {
  height: 1rem;
  width: 1rem;
  border-radius: 100px;
  background-color: var(--brand100);
  padding: 0;
}
.slick-dots li button:hover .slick-dot-icon,
.slick-dots li button:focus .slick-dot-icon {
  opacity: 1;
}

.slick-dots li.slick-active button:hover .slick-dot-icon,
.slick-dots li.slick-active button:focus .slick-dot-icon {
  opacity: 0.7;
}

/*============= end slide ==================*/
/*=======================================*/

/*============= ENCART FOURNISSEURS ==================*/
/*====================================================*/

div#encart-fournisseurs {
  padding-block: 40px;
  box-shadow: 0px -24px 40px 0px #00000040;
  background: var(--background-color);
  position: relative;
}

/*============= FIN ENCART FOURNISSEURS ==================*/
/*====================================================*/

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

div#bloc-01 p {
  max-width: 608px;
  margin: 8px auto 24px auto;
}
@media screen and (min-width: 601px) {
}
@media screen and (min-width: 993px) {
}
@media screen and (min-width: 1280px) {
}
/*=============Fin Bloc 01==================*/
/*=======================================*/

/*=============PRESTATION==================*/
/*=======================================*/
#encart-prestations .carousel-wrapper svg {
  transition: transform 0.3s ease;
}

#encart-prestations .carousel-wrapper:hover svg {
  transform: rotate(-45deg);
}

div#encart-prestations {
  background: #eeeef0;
  color: #2a2a2e;
}

div#encart-prestations .title-2 {
  color: #2a2a2e;
}
#encart-prestations .carousel-wrapper {
  perspective: 5000px;
  width: 1320px;
  height: 335px;
}

#encart-prestations .carousel {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s ease-in-out;
}

#encart-prestations .face {
  position: absolute;
  width: 1320px;
  height: 300px;
  margin: auto;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.face1 {
  transform: rotateX(0deg) translateZ(100px);
  background-image: none;
}

.face2 {
  transform: rotateX(90deg) translateZ(100px);
  background-image: url(../assets/gifs/prestation-01a.jpg);
}

.face3 {
  transform: rotateX(180deg) translateZ(100px);
  background-image: url(../assets/gifs/prestation-01b.jpg);
}

.face4 {
  transform: rotateX(270deg) translateZ(100px);
  background-image: url(../assets/gifs/prestation-01c.jpg);
}

#face2-chantier {
  background-image: url(../assets/gifs/prestation-02a.jpg);
}
#face3-chantier {
  background-image: url(../assets/gifs/prestation-02b.jpg);
}
#face4-chantier {
  background-image: url(../assets/gifs/prestation-02c.jpg);
}
#encart-prestations .face {
  height: 200px;
}

#face2-travaux {
  background-image: url(../assets/gifs/prestation-03a.jpg);
}

#face3-travaux {
  background-image: url(../assets/gifs/prestation-03b.jpg);
}

#face4-travaux {
  background-image: url(../assets/gifs/prestation-03c.jpg);
}

#encart-prestations .carousel-wrapper:hover .carousel {
  animation: spinCube 6s linear;
}

@keyframes spinCube {
  0% {
    transform: rotateX(0deg);
  }

  50% {
    transform: rotateX(-180deg);
  }

  100% {
    transform: rotateX(-360deg);
  }
}

#encart-prestations .card:hover {
  transform: rotateX(-10deg) scale(1.02);
  z-index: 10;
}

div#encart-prestations {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 993px) {
  #encart-prestations .carousel-wrapper {
    perspective: 5000px;
    width: 1320px;
    height: 200px;
  }

  #encart-prestations .carousel-wrapper .container {
    max-width: 900px;
    width: 95%;
    margin: auto;
    margin-left: 1rem;
  }

  #encart-prestations .carousel-wrapper {
    perspective: 5000px;
    width: 1320px;
    height: 200px;
  }

  div#encart-prestations:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 562px;
    height: 562px;
    background-image: url(../assets/gifs/after-prestation.png);
    background-size: cover;
  }
  div#encart-prestations:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 394px;
    height: 293px;
    background-image: url(../assets/gifs/before-prestation.png);
    background-size: cover;
  }
}

@media screen and (min-width: 1500px) {
  #encart-prestations .carousel-wrapper .container {
    max-width: 1320px;
    width: 100%;
    margin-left: 0;
    margin: revert;
  }
}

/*=============Fin PRESTATION==================*/
/*=======================================*/

/*============AVis======================*/
/*=======================================*/

.card.avis-card.avis-encart-card {
  border: 1px solid #2626267f;
  border-radius: 5px;
  background: var(--background-color);
}

.encart-avis .row.s-top.s-start {
  flex-wrap: nowrap;
}

.card-content.avis-card-content.avis-encart-card-content {
  padding: 28px;
}

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);
}
.row.s-middle.s-start {
  flex-wrap: nowrap;
}
.date.avis-date.card-date.avis-card-date.avis-encart-card-date.small {
  font-size: 8px;
  font-family: var(--accent-font);
}

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

.name.avis-name.card-name.avis-card-name.avis-encart-card-name.bold {
  font-size: 13px;
  font-weight: 500;
  font-family: var(--accent-font);
  color: #283646;
  margin-top: 18px;
  margin-bottom: 15px;
}

.card-text.avis-card-text.avis-encart-card-text {
  margin-top: 20px;
  margin-bottom: 14px;
  line-height: 25px;
  color: #262626;
  font-weight: 400;
  font-family: var(--accent-font);
  font-size: 11px;
  opacity: 1;
  max-width: 183px;
  margin-left: 69px;
  text-align: left;
}
/*============FIN AVIS===================*/
/*=======================================*/

/*============ENCART CATEGORIES======================*/
/*===================================================*/
.img-produit img {
  padding: 0 5px;
  border-radius: 10px;
  min-height: 123px;
  object-fit: cover;
}
.categorie-card-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  text-align: center;
  top: 35%;
}

.slick-produits .slick-slide {
  height: 123px;
}
.bloc-produits {
  max-width: 440px;
  bottom: 24px;
  right: 34px;
  background: #00000099;
  border-radius: 12px;
  margin: auto;
}
.cat p {
  margin-block: 8px 1rem;
}

.title-produit {
  font-size: 20px;
  text-transform: uppercase;
}

.slick-produits .slick-list.draggable {
  border-radius: 0 0 12px 12px;
}
.cat {
  padding: 24px;
}
.slick-produits button.slick-autoplay-toggle-button {
  display: none;
}
.col-categorie {
  position: relative;
}

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

.categorie-card-image:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

/*============FIN ENCART CATEGORIES======================*/
/*======================================================*/

/*============REALISATION TERTIAIRE===================*/
/*=======================================*/

.catalogue-listing-card-title {
  margin-bottom: 6px;
}

.catalogue-listing-card-text {
  margin-bottom: 1rem;
}
.page-interne div#encart-catalogue {
  position: relative;
  width: 143%;
  left: -21%;
}
.catalogue-card-categorie.catalogue-listing-card-categorie {
  display: none;
}
.masonry-grid.listing-masonry-grid.catalogue-listing-masonry-grid.m6-masonry.l6-masonry {
  display: flex;
  flex-wrap: wrap;
}

div#encart-catalogue {
  width: 90%;
  margin: 3rem auto;
}
.catalogue-card-image {
  position: relative;
  z-index: 0;
  height: 100%;
}
.catalogue-card-content {
  right: 24px;
  bottom: 100px;
  max-width: 440px;
  background: #00000099;
  border-radius: 12px;
  padding: 24px;
  margin: auto;
}
.catalogue-card-image a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

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

.catalogue-categorie {
  position: absolute;
  right: 40%;
  bottom: 143%;
  margin: auto;
  z-index: 1;
  text-transform: uppercase;
  font-size: 49px;
  line-height: 49px;
}
@media screen and (min-width: 601px) {
}
@media screen and (min-width: 993px) {
  div#encart-catalogue {
    width: 90%;
    margin: auto;
  }
  .categorie-card-title {
    font-size: 49px;
    max-width: 400px;
    margin: auto;
    padding-block: 50px 150px;
    text-align: center;
    cursor: url("../assets/gifs/icon-anime.png") 120 120, auto;
    user-select: none; /* EmpÃƒÂªche la sÃƒÂ©lection du texte (facultatif mais utile pour ÃƒÂ©viter que le curseur disparaisse pendant la sÃƒÂ©lection) */
    font-weight: 800;
    margin-left: 0;
  }
  .bloc-produits {
    position: absolute;
  }
  .listing-masonry-item.catalogue-listing-masonry-item:hover
    .catalogue-card-content {
    background: transparent;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 45%;
    max-width: 800px;
  }

  .listing-masonry-item.catalogue-listing-masonry-item:hover
    .catalogue-listing-card-title
    a {
    font-size: 94px;
  }
  .card-image.catalogue-card-image.catalogue-listing-card-image a {
    height: 100%;
  }

  .masonry-item-content.listing-masonry-item-content.catalogue-listing-masonry-item-content.card.catalogue-card.catalogue-listing-card
    img {
    height: 100%;
    object-fit: cover;
  }

  body.catalogue-listing .header-content {
    background: #0000004d;
    backdrop-filter: blur(4px);
  }
  div#encart-catalogue {
    width: 100%;
  }

  @media screen and (min-width: 1500px) {
    .categorie-card-title {
      margin-left: auto;
    }
  }

  /*****hover listing bdd**/
  .masonry-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .masonry-row {
    display: flex;
    width: 100%;
    gap: 0px;
  }

  .masonry-item {
    flex: 1 1 50%;
    height: 300px; /* adapte selon tes besoins */
    transition: flex-basis 0.4s ease;
    background-size: cover;
    background-position: center;
  }

  /* Effet hover : agrandir un bloc et rÃƒÂ©duire lÃ¢â‚¬â„¢autre sur la mÃƒÂªme ligne */
  .masonry-row:hover .masonry-item {
    flex-basis: 30%;
  }

  .masonry-row .masonry-item:hover {
    flex-basis: 70%;
  }

  /***end hover***/
}
@media screen and (min-width: 1500px) {
  .catalogue-card-content {
    position: absolute;
  }

  .masonry-item.listing-masonry-item.catalogue-listing-masonry-item {
    height: 914px;
    overflow: hidden;
  }
  body.catalogue-listing main .section:first-of-type {
    position: relative;
    margin-top: -9rem;
  }
  body.catalogue-listing main .section .container:first-of-type {
    width: 100% !important;
    max-width: 100%;
  }
  .catalogue-listing-card {
    margin-bottom: 0 !important;
    height: 100%;
  }
  body.catalogue-listing .masonry-grid {
    gap: 0;
    grid-auto-rows: 9px !important;
  }
}
/*============FIN REALISATION TERTIAIRE===================*/
/*==============================================*/

/*============QUI SOMME NOUS===================*/
/*==============================================*/

p.sous-title {
  font-size: 20px;
  color: #f7f7f8;
  font-family: var(--primary-font);
  margin-block: 12px;
  text-transform: none;
}

.card-phase p {
  margin: 0;
}
.center-bloc {
  margin-block: 0px 48px;
}
.title-phase {
  margin-block: 24px 8px;
  font-size: 17px;
  text-transform: uppercase;
}

@media screen and (min-width: 993px) {
  .card-phase {
    position: relative;
  }

  .card-phase:before {
    position: absolute;
    content: "";
    left: -24px;
    top: 15px;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 4px;
    background: #eaf2ff;
  }

  div#first-phase:before {
    display: none;
  }
}

/*============FIN QUI SOMME NOUS ===================*/
/*==============================================*/

/*============ Bloc 02 + POINTS FORTS===================*/
/*=======================================*/
.bg-index {
  background: var(--primary-color);
}
.page-interne div#encart-fournisseurs {
  background: var(--primary-color);
  position: relative;
  width: 143%;
  left: -21%;
}
p {
  margin-bottom: 24px;
}
div#bloc-02,
div#bloc-02 h2 {
  color: #2a2a2e;
}
div#bloc-02 {
  padding-bottom: 0;
}
@media screen and (min-width: 601px) {
}
@media screen and (min-width: 993px) {
  .col-img {
    position: relative;
  }

  .page-interne .col-img {
    min-height: 734px !important;
  }
}

@media screen and (min-width: 1280px) {
}
/*============FIN Bloc 02 + POINTS FORTS ===================*/
/*==============================================*/

/*=============Bloc 03=================*/
/*=======================================*/

@media screen and (min-width: 601px) {
}
@media screen and (min-width: 993px) {
  div#bloc-03 img {
    height: 499px;
    min-width: 401px;
    position: relative;
    left: -11%;
  }
}
@media screen and (min-width: 1500px) {
  div#bloc-03 img {
    min-width: 499px;
    left: -15%;
  }
}
/*=============Fin Bloc 03==================*/
/*=======================================*/

/* *************************************************FOOTER********************************* */

body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}

.footer-1 {
  font-size: 20px;
}
footer {
  position: relative;
  background: var(--background-color);
}

@media screen and (min-width: 993px) {
  body:not(.index-page) footer {
    margin-top: 120px;
  }
  body:not(.body.page-interne) footer {
    position: relative;
    background: var(--background-color);
  }
  .col-brand {
    margin-right: -51px;
  }
  #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 {
    padding-bottom: 5rem;
  }
  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;
  }
}

.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 {
  margin: 0 0;
  color: #ffffff;
  font-weight: bold;
  font-family: var(--primary-font);
  text-transform: none;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
p.sous-brand {
  margin-block: 12px 0;
  font-size: 14px;
}
.footer-1 address a,
.footer-1 .text {
  font-weight: 400;
  line-height: 24px;
  font-size: 17px;
  text-transform: none;
  font-family: var(--primary-font);
}
.footer-1 address a:hover {
  opacity: 0.7;
}
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 a span {
  display: block;
}
#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;
  font-family: var(--primary-font);
  text-transform: none;
}

#footer-nav .nav ul li a.selected,
#footer-nav .nav ul li:hover > a,
.footer-2 nav a:hover,
.page-404 footer a:hover {
  text-decoration: underline;
  color: var(--text-color);
}

#footer-nav .nav > ul > li {
  margin-bottom: 8px;
}

@media screen and (min-width: 993px) and (max-width: 1100px) {
  #footer-nav .nav > ul > li {
    font-size: 1rem;
  }
}

#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;
  background: var(--background-color);
}

#footer-nav .nav ul li.sous_menu ul.dropdown > li a {
  padding: 0.5rem;
  margin: 0;
  font-size: 13px;
  display: block;
}
div#menu-footer-2 a {
  font-size: 13px;
}
.footer-2 {
  padding: 0px 0 48px;
}

.footer-2 nav a,
.page-404 footer a {
  font-weight: 700;
  line-height: 24px;
  color: white;
  /* color: #2020ed; */
  text-decoration: underline;
  font-family: var(--primary-font);
  text-transform: none;
}

/* ===================FIN FOOTER================ */
/* ========================================*/

/* =================Page-interne ===========*/
/* ========================================= */
body.catalogue-listing h1 {
  display: none;
}
.page-interne .header-content {
  box-shadow: 0px 12px 40px 0px #00000040;
}
body.catalogue-listing nav.fil-ariane.gtm-fil-ariane {
  display: none;
}
#fil_ariane,
#fil_ariane,
.fil-ariane.gtm-fil-ariane {
  font-size: 14px;
}
input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
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;
}
span.material-icons.accent {
  color: var(--background-color);
}
.g-recaptcha {
  margin-top: 1.5rem;
}

.divGenerateur label.optional {
  display: none;
}
input#field_5 {
  color: var(--background-color);
  font-weight: bold;
}
ul.coordonnees.contact-page-coordonnees li {
  padding-block: 0.5rem;
}
div#contact {
  background: #0003ae;
  margin-top: 2rem;
}
.sitemap-nav.row li {
  margin-bottom: 0.5rem;
}
section#relance ul {
  padding-left: 0;
}
p.titre-relance {
  text-align: center;
}

.row.s-start.s-middle {
  flex-wrap: nowrap;
}

.row.s-start.s-stretch {
  flex-wrap: nowrap;
}

.card-title.contact-card-title {
  margin-bottom: 10px;
}

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

div#listing-autres-actus-categorie {
  background: #efefef;
  padding: 20px 30px;
  border-radius: 4px;
}

div#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;
}
.bloc-interne .btn-devis {
  margin-top: 24px;
}
#relance p.titre-relance {
  font-size: 1rem;
  font-weight: 700;
  background-color: transparent;
}

nav#fil_ariane {
  font-size: 14px;
}

div#listing-autres-actus-categorie a {
  text-decoration: none;
}

.interne {
  max-width: 648px;
  margin: auto;
  max-width: 80%;
}
.interne .row {
  justify-content: center;
}
div#encart-contact p {
  color: #1e1e1e;
  margin-block: 0 12px;
}

div#encart-contact .btn-contact {
  margin-top: 48px;
}
.bloc-interne {
  padding-block: 80px;
}
div#encart-contact {
  position: relative;
}
nav.fil-ariane.gtm-fil-ariane {
  margin-bottom: 40px;
  margin-top: 3rem;
}
.page-interne .sc-content .ac-doubleColonne {
  align-items: center;
}
div#gtm-tap-bar-map a {
  font-family: var(--primary-font);
  text-transform: none;
}
nav#fil_ariane {
  margin-bottom: 40px;
}
div#blocHorsLigne {
  z-index: 9999 !important;
}
.page-interne .points-forts .container,
.encart-formulaire.section .container {
  width: 100%;
}
#btn-politique {
  margin-top: 25px;
}

p.titre-relance {
  text-align: center;
}
.sc-content #relance ul {
  padding-inline-start: 0px;
  justify-content: center;
  display: block;
  text-align: center;
  margin: auto;
}

section#relance li {
  list-style: none;
  margin: 20px 10px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #container {
    padding-bottom: 0;
  }
  div#bloc-01 img {
    margin-bottom: 2rem;
  }
  .page-interne .sc-content #relance {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 993px) {
  .interne {
    max-width: 648px;
  }
  .ac-colonne_1.col-img img {
    position: relative;
    left: -43%;
    width: 125% !important;
    max-width: none;
    z-index: 1;
    object-fit: cover;
    height: 750px;
  }

  .ac-colonne_2.col-img img {
    position: relative;
    right: -20%;
    width: 125% !important;
    max-width: none;
    z-index: 1;
    object-fit: cover;
    height: 750px;
  }
  .page-interne .ac-doubleColonne h2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .index-page main .section {
    padding-block: var(--marge-section-desck);
  }
}

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

/* ===========Contact-page==========*/
/* ================================== */
.index-page main p u i {
  font-style: normal;
  color: #2125ff;
}
.divGenerateurRequired {
  margin-top: 12px;
}
a.lien-maps:hover {
  opacity: 0.7;
}
.contact-page h1 {
  margin: 0;
  line-height: normal;
}

ul.coordonnees.contact-page-coordonnees.reset 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;
}

.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 .map-container iframe {
  max-height: 350px;
}

.contact-page .contact-page-infos-pratiques {
  margin-bottom: 2rem;
}

#mess_newsletter {
  color: var(--accent-color);
  display: block;
  margin-top: 1rem;
}

html.devis .btn-devis {
  display: none;
}

.fil-ariane .first {
  display: inline-block;
}

.btn-politic-contact {
  margin-top: 1rem;
}

#encart-contact .card {
  margin: 40px auto;
  border: 2px solid #000;
  padding: 40px 20px;
  border-radius: 4px;
}
.contact-page .map-container iframe {
  max-height: 350px;
}
.contact-page ul {
  row-gap: 16px;
}
:where(a) {
  color: inherit;
}
.contact-page .fold {
  display: none;
}
@media screen and (min-width: 993px) {
  .page-interne div#encart-categorie-acceuil {
    position: relative;
    width: 147%;
    left: -21%;
  }
  body.contact-page div#act {
    padding-bottom: 120px;
  }
  .contact-page h1 {
    font-size: var(--displaymd);
  }
}
/* ===========Fin Contact-page==========*/
/* ================================== */
