:root {
  --primary-h: 210; /* hue */
  --primary-s: 11%; /* saturation */
  --primary-l: 15%; /* luminosity */

  --secondary-h: 216; /* hue */
  --secondary-s: 20%; /* saturation */
  --secondary-l: 10%; /* luminosity */

  --accent-h: 75; /* hue */
  --accent-s: 52%; /* saturation */
  --accent-l: 44%; /* luminosity */

  --text-h: 220; /* hue */
  --text-s: 21%; /* saturation */
  --text-l: 20%; /* luminosity */

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

  --primary-font: "Roboto", sans-serif;
  --secondary-font: "Lexend", sans-serif;

  --h1-font-size: 2rem;
  --h2-font-size: 1.7rem;
  --h3-font-size: 1.5rem;
  --headings-line-height: 1.333333;

  --link-color: var(--primary-color-40);

  --border-radius: 2rem;
  --button-border-radius: 8px;

  --img-slide-01: url("../assets/gifs/slider/slide-01.webp");
  --img-slide-02: url("../assets/gifs/slider/slide-02.webp");
  --img-slide-03: url("../assets/gifs/slider/slide-03.webp");

  /* Couleur pour le tableau des projet depuis l'espace client */
  --status-perdu: rgba(255, 0, 0, 0.377);
  --status-nrp: rgba(0, 255, 255, 0.377);
  --status-valide: rgba(81, 255, 0, 0.377);

}

/* Couleur pour le tableau des projet depuis l'espace client */
.Perdu {
  background-color: var(--status-perdu) !important;
}
.NRP {
  background-color: var(--status-nrp) !important;
}
.Validé {
  background-color: var(--status-valide) !important;
}

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

header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
  display: none;
}
/* HEADER */
/* ===== */
html.zones-d-interventions h1 {
  margin-bottom: 3rem;
}
.card-image.prestations-card-image.prestations-encart-card-image {
  position: relative;
  z-index: 0;
}
.g-recaptcha {
  margin-bottom: 2rem !important;
}
.card-image.prestations-card-image.prestations-encart-card-image:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 65.5%, rgba(0, 0, 0, 0.7) 100%);
}
div#first img {
  border-radius: 8px;
}
body.page-404 footer nav.align-center a {
  color: #ffffff;
}
div#encart-partenaires .container {
  width: 90%;
}
button#menu-back {
  position: relative;
  right: 3%;
}
span.close-mobile {
  color: #000;
}
.card-title.contact-card-title.contact-encart-card-title {
  margin: 1rem 0;
}div#bloc-01 {
    background: #f9fbf5;
}
.btn-contact a {
  background: transparent !important;
  color: #000 !important;
  border: 2px solid var(--accent-color);
}
.card.contact-card.contact-encart-card svg {
  display: none;
}
.header-content .nav ul li a.selected {
  color: var(--accent-color) !important;
}

.menu-mobile .btn-menu {
  color: #000;
}
body.catalogue-detail div#row-devis .col {
    padding: 0;
}
div#bloc-02 h2 {
    color: #F4F6F7;
}
body.catalogue-detail .devis-interne div#row-devis {
  text-align: end;
  margin-right: 0 !important;
  margin: auto;
  margin-top: 1rem;
}
body.catalogue-detail div#row-devis a {
    padding: 20px;
    font-size: 20px;
}
#encart-contact .card {border: 2px solid #000;}

.header-content .nav > ul > .sous_menu.opened > a,
.header-content .nav .dropdown > .sous_menu.opened > a {
  color: #000;
}

div#encart-index .title-2 {
  color: #fff;
  font-size: 2rem;
  line-height: 40px;
  margin-bottom: 0;
}
.title-1:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: -14px;
  background-image: url(../assets/gifs/before-title.webp);
  width: 100%;
  height: 10px;
  background-position: center;
}
.title-1 {
  color: var(--background-color) !important;
  text-shadow: 0px 4px 40px #00000099;
  font-size: 32px;
  line-height: 38.4px;
  margin: 0;
  position: relative;
}

.slide-img.slide-01 {
  background-image: url(../assets/gifs/slider/slide-01.webp);
  background-size: cover;
  background-position: left;
  background-position-x: -164px;
}

.slide-img.slide-02 {
  background-image: url(../assets/gifs/slider/slide-02.webp);
  background-size: cover;
  background-position: center;
}

.slide-img.slide-03 {
  background-image: url(../assets/gifs/slider/slide-03.webp);
  background-size: cover;
  background-position: center;
}
.slide-img{
  position: relative;
  z-index: 0;
}
.slide-img:before {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 88.77%);
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
}
p {
  display: block;
  margin-block-start: 1em !important;
  margin-block-end: 1em !important;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

.card.contact-card.contact-encart-card a.btn.accent.gtm-global-devis {
  padding: 10px 24px !important;
} 
.slide-img {
  min-height: 524px;
}
header .slider-slick {
  height: 524px;
  padding: 20px;
}
.slide-img .container .bloc {
  height: 524px;
}
.slide-img .container {
  min-height: 524px;
}

.fold address {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fold address svg {
  margin-right: 11px;
}
.slide-img {
  border-radius: 24px;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  z-index: 100;
}
.sticky-header .sticky.scroll_down {
  transform: translateY(-100%);
}
button.slick-autoplay-toggle-button {
  display: none;
}
.slide-content .btn-devis {
  display: none;
}
.fold {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0px 4px 4px 0px #282f3d1a;
}
.fold a.tel.gtm-global-tel {
  font-size: 18px;
  font-weight: bold;
  line-height: 31.5px;
  color: #282f3d;
}
.logo-insta img {
    width: 21px;
    height: 21px;
}
.logo-insta a {
  padding: 0;
}
.menu-mobile {
  height: 70px;
  background: var(--background-color);
}
.menu_opened .menu-mobile {
  height: 60px;
}
header .btn-contact {
  margin-top: 10px;
}
div#blocHorsLigne {
  z-index: 9999 !important;
}
.menu-mobile .brand img {
  width: 200px;
}
.slide-content .valide {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.fold address {
  margin-bottom: 12px;
}
.slider-slick {
  display: block;
}
.container.sc-content  p:first-child {background-color: #F7F9F2;padding:20px;margin-top: 24px !important;display:block;border-radius: 5px;}
p.titre-relance {
    background: transparent !important;
}
.header-content .nav > ul > .sous_menu.opened > a,
.header-content .nav .dropdown > .sous_menu.opened > a {
  background: transparent;
}
h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}

.points-forts li {
  list-style: none;
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: 500;
}
.index-page,
h1.h1-geoloc span {
  margin: 0;
}
h1 span {
  margin-top: 0px;
  font-size: 1.4rem;
}
.points-forts ul {
  padding-left: 0;
}
a.btn.accent {
  font-weight: bold;
}
.slide-content {
  position: relative;
  top: 186px;
  text-align: center;
}
.fb-like.fb_iframe_widget {
  position: relative;
  top: 5px;
}
div#listing-autres-actus-categorie {
  padding-top: 2rem !important;
  background: #EFF5E0;
  padding: 2rem;
  border-radius: 24px;
}

div#listing-autres-actus-categorie {
  border: 1px solid #000;
}

.points-forts li svg {
  margin-right: 9px;
}
.btn-devis-rapide {
  margin-top: 1rem;
}

a#btn-devis {
  background: var(--accent-color); 
  /* border: 1px solid var(--accent-color); */
  font-weight: bold;
  font-size: 20px;
}
.reseaux-sociaux.gtm-reseaux-sociaux .col {
  padding-right: 0;
}
div#encart-devis a.btn.accent {
  font-size: 16px;
  display: block;
}
 .no-mobile-top {
  display: none;
}
/* Formulaires */
/* ===== */
.formulaire .valide strong {
  color: #6F8828;
  font-family: var(--secondary-font);
  font-size: 24px;
  line-height: 36px;
}
.topbar-brand.col {
  max-width: 50%;
}
.formulaire span {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  /* line-height: 30px; */
  font-family: var(--secondary-font);
}
.valide .titre-top {
  text-align: left;
  margin-bottom: 163px;
}
.formulaire .valide .btn-contact a:hover {
  background: #515f69 !important;
}

.formulaire .divGenerateur ul {
    margin-bottom: 13px !important;
}

.formulaire .divGenerateur {
    margin-bottom: 13px !important;
    margin-top: 23px !important;
}
.valide .titre-top b {
  color: #14181E;
  font-family: var(--secondary-font);
}

.valide .titre-top i b {
  color: #556922;
}
.formulaire .btn-contact {
  margin-top: 2rem;
}

.formulaire .btn-contact a {
  background: #373D42 !important;
  border: 1px solid #373D42 !important;
  color: #fff !important;
  font-weight: bold !important;
  border-radius: 8px !important;
  padding: 11px 23px;
  font-size: 13px;
}
.formulaire label.optional {
  display: none;
}

.formulaire label.noFloatingLabel {
  display: flex;
  align-items: start;
  gap: 1rem;
  color: #282F3D;
  font-size: 12px;
  line-height: 15.6px;
  padding-bottom: 0;
}

.formulaire input#field_37-en-soumettant-ce-formulaire-j-accepte-que-les-informations-saisies-soient-exploitees-dans-le-cadre-de-la-gestion-de-la-relation-commerciale-et-d---envoi-de-newsletter-d---offre-commerciale-et-d---information-qui-peut-en-decouler- {
  width: 1rem;
  height: 1rem;
  margin-right: 0;
  max-width: 16px;
  min-width: 1rem;
  margin-top: 5px;
}
a.btn.accent:hover {
  background: #373d42d9 !important;
}
.formulaire p.submit {
  margin-top: 13px;
  text-align: center;
  margin-bottom: 0 !important;
}
.select-wrap::after {
  content: url(../assets/gifs/down.svg);
}
.bloc-row {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
}
.formulaire p {
  margin-top: 17px !important;
  margin-bottom: 0 !important;
}
.divGenerateurRequired {
  display: none;
}
.formulaire .texte {
  font-size: 12px;
  line-height: 14.4px;
  color: #282f3d;
}
.btn-formulaire {
  background: #8FAC36 !important;
  font-weight: bold;
  padding: 16px 24px !important;
}
.texte font {
  font-family: var(--primary-font);
}
.formulaire {
  border-radius: 4px;
  padding: 18px 24px;
  margin: auto;
  position: relative;
  margin-top: -63px;
  max-width: 90%;
  background: #fff;
}
.formulaire .select-wrap select {
  border-bottom: 1px solid #14181e !important;
  border-radius: 0;
  border-style: none;
  padding: 0;
  line-height: 31.5px;
  font-weight: bold;
  margin-bottom: 23px;
}
.formulaire 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-bottom: 1px solid #14181e !important;
  border-style: none;
  border-radius: 0;
  padding-left: 0;
  font-weight: bold;
  line-height: 31.5px;
  padding-top: 0;
  padding-bottom: 0;
  color: #14181e !important;
}
.titre-top {
  font-family: var(--secondary-font);
  color: #91949b;
}

.titre-top i {
  font-style: normal;
  color: #b6c77a;
}
.formulaire .generateur label.required .required,
.divGenerateurRequired .required {
  color: #657698;
  line-height:14.4px;
}
.cp_ville.row {
  display: block;
  padding-left: 11px;
}
.formulaire label.required {
  color: #657698;
  font-size: 12px;
  padding-bottom: 0;
  /* line-height: 14.4px !important; */
}

/* ENCART VILLE */
/* ===== */
div#encart-villes .col {
    padding-left: 9.5px !important;
    padding-right: 9.5px !important;
}
.card-img-equipe img {
  margin: auto;
  width: 100%;
}
div#encart-villes .card-title {
  font-weight: 500;
  margin-top: 11px;
  color: #000;
  font-family: var(--secondary-font);
  font-size: 20px;
}
div#encart-villes {
  text-align: center;
  padding: 64px 0;
}
div#bloc-04 .btn-devis a {
  background: #373d42;
  border: 1px solid #373d42;
  border-radius: 8px;
  padding: 11px 24px;
  font-weight: bold;
}
/* BLOC */
/* ===== */
.bloc-text .title-2 {
  margin-bottom: 8px;
}
.bloc-text p {
  margin: 0;
}
.bloc-text {
  margin-bottom: 46px;
}
#bloc-01 img,
#bloc-02 img,
#bloc-03 img,
#bloc-04 img,
#bloc-05 img,
#bloc-06 img,
#bloc-07 img {
  display: block;
  margin: auto;
}

h1,
h2,
h3,
.title-1,
.title-2,
.title-3,
.title-4,
.title-5,
.title-6,
.card-title a {
  font-family: var(--secondary-font);
  margin-bottom: 8px;
  color: var(--secondary-color);
}

div#bloc-02 {background: #8FAC36;color: #fff;}
.slick-dots li button {
  height: 2rem;
  width: 2rem;
}
main img {
  border-radius: 4px;
}
/* PRESTATIONS */
/* ===== */
div#pres-2 {
  display: none;
}
.card-content.prestations-card-content.prestations-encart-card-content {
  padding: 24px 0;
  text-align: left;
}
.card-title.prestations-card-title.prestations-encart-card-title {
  font-weight: bold;
  margin-bottom: 8px;
  font-family: var(--secondary-font);
}
.btn-prest {
  font-weight: bold;
  padding: 12px 24px;
  bottom: 18px;
  background: #8FAC36 !important;
}
.btn-prest {
  margin-top: 1rem;
}
.card.prestations-card.prestations-encart-card a {
  text-decoration: none;
}
div#pres-3 {
  display: none;
}
div#encart-prestations .title-2 {
    color: #fff;
}
div#encart-prestations {
  position: relative;
  z-index: 0;
  text-align: center;
}
.title-2 {
  margin-top: 0;
  margin-bottom: 24px;
}

.btn-prestation .selected {
  background: #5F717B;
  color: #fff;
}

.btn-prestation a {
  font-size: 16px;
  color: #212529;
  font-weight: bold;
  font-family: var(--secondary-font);
  text-decoration: none;
  padding: 20px 37px;
  display: block;
  background: #fff;
  border-radius: 4px;
}

.btn-prestation {
  margin-bottom: 1rem;
}

.row-btn {
  margin-bottom: 48px;
}

div#encart-prestations:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 50%;
  z-index: -1;
  background: linear-gradient(180deg, #282F3D 99.99%, #8FAC36 100%);
}

div#encart-index {
  position: relative;
  background-image: url(../assets/gifs/img-equipe.webp);
  background-position: center;
  max-width: 1920px;
  margin: auto;
  margin-bottom: 79px;
  padding: 6rem 0;
  background-size: cover;
  }


/* EBCART DEVIS */
/* ===== */
div#bloc-03 {
    background: #f9f9f9;
    padding: 87px 0;
}
div#encart-devis {
  box-shadow: 0px 0px 20px 0px #0000001a;
  padding: 30.5px 24px;
  margin: auto;
  border-radius: 24px;
  background: #fff;
}
.slick-partenaires {
  margin-bottom: 0;
}
.erreur .erreur, .divGenerateurErreur .erreur {
  font-size: 12px !important;
  padding-bottom: 0;
}
div#encart-partenaires {
  padding-top: 4rem;
}

div#encart-devis .title-2 {
  margin-top: 0;
  color: #556922;
}
div#encart-devis {
  padding: 28px 0;
  margin: auto;
  text-align: center;
}

/* BDD */
/* ===== */
body.catalogue-detail header div#row-devis .btn-devis {
  max-width: 85%;
  margin: auto;
}

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

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

body.catalogue-detail header div#row-devis .btn-devis-rapide {
  /* max-width: 80%; */
  margin: auto;
}
.index-page .title-2 {
  text-align: center;
}
.encart-btn.catalogue-encart-btn {
  text-align: center;
}
body.catalogue-detail h1 {
  margin-bottom: 4rem;
}
.encart-btn.catalogue-encart-btn a {
  padding: 11px 24px;
  border: 1px solid #373d42;
}
.encart-btn.catalogue-encart-btn a {
  background: #373d42;
  color: var(--background-color);
  font-weight: bold;
  border: 1px solid #373d42;
}

.card-content.catalogue-card-content {
  padding: 24px 0;
}
.card-title.catalogue-card-title span {
  font-weight: bold;
  font-family: var(--secondary-font);
}
.card.catalogue-card a {
  text-decoration: none;
}
.card-title.catalogue-card-title {
  margin-bottom: 8px;
}

/* AVIS */
/* ===== */
.card.avis-card.avis-encart-card {
  border: 1px solid #c1c8d6;
  border-radius: 4px;
}

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

.encart-avis .title-2 {
  text-align: center !important;
  color: var(--secondary-color);
  margin-top: 0;
  margin-bottom: 40px;
}

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

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

.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: 18px;
  font-weight: bold;
  color: var(--secondary-color);
  line-height: 31.5px;
}

.card-text.avis-card-text.avis-encart-card-text {
  margin-top: 8px;
  line-height: 24px;
  color: #14181e;
  font-weight: 400;
  font-size: 16px;
  opacity: 1;
  margin-left: 81px;
  text-align: left;
}

/* FOOTER */
/* ===== */
footer address svg {
  width: 24px;
  height: 24px;
}
.footer-bas {
  border-top: 1px solid #eef3d4;
  padding-top: 24px;
}
.reseaux-sociaux.gtm-reseaux-sociaux .row {
  justify-content: center;
}
footer nav.align-center a {
  text-decoration: underline;
  color: #373d42;
}
footer nav.align-center svg {
  margin-right: 15px;
}
footer nav.align-center li {
  margin-bottom: 12px;
}
div#footer-top {
  padding: 40px 0;
}

div#footer-bottom {
  padding-top: 0;
  padding-bottom: 40px;
}
footer address {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .brand {
  margin-bottom: 40px;
}

footer .title-6 {
  margin-bottom: 1rem;
}

footer address svg {
  margin-right: 8px;
}

.horaire-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

footer .title-4 {
  margin: 2rem 0;
}
div#footer-bas {
  border-top: 1px solid var(--main-color-200, #c1c8d6);
}
footer {
  text-align: center;
}

/* fancy-box */
/* ===== */
.fancy-box-body .logo .flex-row.s-align-items-center {
  justify-content: center;
}
.fancy-box-body .brand a {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 0.8em;
}
.fancy-box-body h1::before {
  width: 0px;
  height: 0px;
}
.fancy-box-body h1 {
  display: block;
  text-align: center;
}
.fancy-box-body h1 {
  font-size: 13px !important;
  padding-bottom: 8px;
  margin-bottom: 0px;
}
body.fancy-box-body {
  padding: 0 15px;
}
body.fancy-box-body form.generateur p.erreur {
  padding: 0 5px;
  margin: 0 0 3px;
}
.fancy-box-body h1 {
  font-size: 16px !important;
  padding-bottom: 8px;
  margin-bottom: 0px;
  margin-top: 1rem;
  text-align: center;
}
.fancy-box-body a.logo div .col + .col {
  display: none;
}

/* validation */
/* ===== */

.valide {text-align: center;}
.erreur {
  color: hsl(0deg 100% 46%);
}

/* Pagination */
/* ===== */
.paginationControl {
  text-align: center;
  margin: 2rem 0;
}
.paginationControl a,
.paginationControl span {
  font-weight: 600;
  font-size: 18px;
  padding: 0 5px;
}
.paginationControl span.disabled {
  color: #ccc;
}
.paginationControl span.selected,
.paginationControl a:hover {
  color: var(--accent-color);
}

.slick-dots li button .slick-dot-icon:before {
  font-size: 12px;
}
/* Page-interne */
/* ===== */

#encart-contact .card {
    margin: 40px auto;
    padding: 40px 20px;
    min-height: 224px;
    border-radius: 5px;
}
div#encart-contact {
    margin: 60px auto 60px auto;
}
#encart-contact {
  position: relative;
}

#encart-contact:before {
  content: "";
  position: absolute;
  left: -5000px;
  width: 10000px;
  height: 100%;
  background: #F7F9F2;
  z-index: -1;
  bottom: 0px;
}
.sc-content #relance ul li a {
  color: var(--primary-color-40) !important;
}
.sc-content #relance {
  margin: 6rem auto 4rem auto !important;
}
.right-align {
  margin-top: 1rem;
}
.sitemap-nav.row li {
  margin-bottom: 1rem;
}

section.ac-doubleColonne img {
  width: 100%;
  height: auto;
}
section.ac-colonne.ac-colonne_1.ui-sortable img {
  width: 100%;
  height: auto;
}

section.ac-colonne.ac-colonne_2.ui-sortable img {
  width: 100%;
  height: auto;
}
section#relance ul {
  padding-left: 0;
}
.sc-content .ac-doubleColonne .ac-colonne {
  object-fit: cover;
}
p.titre-relance {
  text-align: center;
}

.recherche_actu #recherche_actu_submit {
  margin-left: 0 !important;
}
.card-content.actualites-card-content.actualites-listing-card-content {
  margin-top: 0.5rem;
}

.card-title.actualites-card-title.actualites-listing-card-title {
  margin: 0.2rem 0;
}

/* Contact-page */
/* ===== */
ul.coordonnees.contact-page-coordonnees.reset a.tel.gtm-global-tel {
  color: #fff;
}
div#info-hor {
  font-size: 13px;
}
ul.coordonnees.contact-page-coordonnees.reset span.lien-maps {
  font-family: var(--primary-font);
  font-size: 1rem;
}
div#hor {
  flex-wrap: nowrap;
}
.contact-page h1.title-2 {
  color: #fff;
  text-align: left;
  font-size: 24px !important;
}
span.lien-maps {
  font-size: 14px;
  font-family: var(--secondary-font);
  letter-spacing: 0.42px;
}

table.horaires {
  font-size: 13px;
}
ul.coordonnees.contact-page-coordonnees.reset {
  margin-bottom: 1rem;
}
body.contact-page .fold {
  display: none;
}
ul.coordonnees.contact-page-coordonnees.reset address svg {
  display: none;
}
.sitemap-nav.row li.firstLi.no-desk {
  display: block;
}
.plan-site .sitemap-nav ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.contact-page .row.s-start.s-stretch {
  flex-wrap: nowrap;
}
.contact-page .s-middle {
  flex-wrap: nowrap;
  height: 100%;
}
.page-404 footer {
  margin-top: auto;
  background: var(--primary-color);
}
.page-404 .brand {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.contact-page iframe {
  min-height: 350px;
}
#mess_newsletter {
  color: var(--accent-color);
  display: block;
  margin-top: 1rem;
}
html.devis .btn-devis {
  display: none;
}
.contact-page .s-stretch {
  flex-wrap: nowrap;
}
.fil-ariane .first {
  display: inline-block;
}
.actualites-listing #fil_ariane {
  margin-bottom: 0rem;
}
.btn-politic-contact {
  margin-top: 1rem;
}

.card-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.fil-ariane,
#fil_ariane {
  margin-bottom: 3rem;
}
#encart-contact .title-5.bold {
  height: 2rem;
}
.catalogue-detail-images-container .col:not(:first-child) {
  width: 33.333333333333333%;
  flex-grow: inherit;
  flex-basis: inherit;
}

.catalogue-detail nav.fil-ariane.gtm-fil-ariane {
  margin-bottom: 3rem;
}
div#bloc-img-listing a {
  display: block !important;
}
body.catalogue-listing h1 {
  margin-bottom: 4rem;
  margin-top: 3rem;
}

.step {
  display: none;
}

.step1 {
  display: block;
}


@media screen and (min-width: 601px) and (max-width: 992px) {
  .catalogue-detail a.lightbox,
  .catalogue-detail a.lightbox img {
    display: block;
    margin: auto;
    height: auto;
  }
  .detail-actu-image a {
    width: 70% !important;
    margin: auto;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 601px) {
  /* HEADER */
  /* ===== */
  html.devis .container.sc-content {
    max-width: 611px;
    margin: auto;
}
.div#encart-partenaires .container{
  width: 100%;
}

  body.catalogue-detail .devis-interne div#row-devis {
    max-width: 75%;
}
  .cp_ville.row {
    max-width: 586px;
  }
  .no-mobile {
    display: none;
  }
  div#bloc-04 {
    padding: 64px 0;
  }
  .btn:not(.fluid) {
    width: auto;
  }
  header a.btn.accent {
    padding: 16px 60px;
    font-size: 18px;
  }
  .fold address {
    margin-bottom: 0rem;
  }
  .btn-devis-rapide {
    margin-top: 0;
  }
  .btn-devis-rapide a{
    font-size: 15px;
 }

  /* FORMULAIRE */
  /* ===== */

  .titre-top font {
    font-size: 25px;
    line-height: 36px;
  }
  .btn-formulaire {
    max-width: 148px;
}
  .cp_ville.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .btn:not(.fluid) {
    width: auto;
  }
  /* PAGES-INTERNES */
  /* ===== */
  .fold address {
    margin-bottom: 0rem;
  }
  .sc-content .ac-doubleColonne .ac-colonne {
    width: 100% !important;
  }
  section.ac-colonne.ac-colonne_2.ui-sortable img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  section.ac-colonne.ac-colonne_1.ui-sortable img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .sc-content .ac-doubleColonne .ac-colonne {
    width: 50% !important;

  }
  .sc-content .ac-doubleColonne{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 1.5rem;
  }

  body.catalogue-detail .devis-interne div#row-devis {
    max-width: 60%;
}
  .formulaire {
    max-width: 611px;
  }
  section.ac-colonne.ac-colonne_2.ui-sortable img {
    width: 100Ã¹;
    height: auto;
    object-fit: cover;
  }

  section.ac-colonne.ac-colonne_1.ui-sortable img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  .col.gtm-image-detail-catalogue img:first-of-type {
    width: 76% !important;
    margin: auto;
  }
  .actualites-detail img {
    width: 50% !important;
    margin: auto;
  }
}
@media screen and (min-width: 993px) {
  .topbar-brand.col {
    max-width: 100%;
}
  section.ac-doubleColonne.bloc-interne {
    padding-top: 4rem;
    margin-bottom: 2rem;
}
header.sticky-active div#no-padd {
  display: block !important;
}

.index-page .header-content div#no-padd {
  display: none;
}
.rs .row {
  justify-content: end !important;
}
.slide-img.slide-01 {
  background-image: url(../assets/gifs/slider/slide-01.webp);
  background-size: cover;
  background-position:center;
  background-position-x: 0px;
}

.slide-img.slide-02 {
  background-image: url(../assets/gifs/slider/slide-02.webp);
  background-size: cover;
  background-position: center;
}
div#tel-top svg {
  width: 18px;
  height: 18px;
}
.sc-content .clear_both {
  margin-bottom: 3rem !important;
}
  div#bloc-02 .row {justify-content: space-between;}

.page-interne  div#encart-devis .title-2 {
    margin: 0;
    font-size: 19px;
    line-height: 28.8px;
}
  .no-mobile-top {
    display: block;
}
 header.sticky-active div#encart-devis {
    display:block;
}
div#encart-devis .btn-devis a {
  background: #373d42;
  /* border: 1px solid #373d42; */
  padding: 19px 36px !important;
}
 div#encart-devis {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    display: block;
}

header.sticky-active .div#encart-devis {
    display: block;
}

 div#encart-devis {
    display: none;
}


  .btn-prest {
    position: absolute;
    left: 48px;
    z-index: 2;
}
  .bloc-top .btn-prestation {
    width: 33%;
    text-align: center;
}
.header-content .nav ul li a.selected {
  color: hsl(77deg 44.46% 49.16%) !important;
}
  /* BDD */
  /* ===== */
  div#encart-index .title-2 {
    color: #fff;
    font-size: 55px;
    line-height: 66px;
}
  .btn-prest {
    background: #8FAC36 !important;
    border-radius: 8px !important;
    font-weight: bold;
  }
  div#bloc-02 img {
    position: relative;
    min-width: 945px;
    min-height: 800px;
    object-fit: cover;
}

div#bloc-02 {
    padding: 0;
}
  .slide-img {
    border-radius: 0;
}
  .formulaire .btn-contact a {
    font-size: 16px;
}
body.catalogue-detail .align-right {
  margin-bottom: 1rem;
}
  .page-interne p {
    margin-top: 0 !important;
}
  .header-content {
    padding: 10px 0;
}
  div#bloc-05 {
    padding: 64px;
  }

  div#bloc-06 {
    padding-top: 64px;
    padding-bottom: 124px;
  }
  .card.catalogue-card.catalogue-encart-card a:hover {
    position: relative;
    z-index: 0;
    width: 100%;
  }
  input#field_5:hover {
    opacity: 0.7 !important;
  }
  .card-image.catalogue-card-image.catalogue-listing-card-image a:hover {
    position: relative;
    z-index: 0;
  }

  .card-image.catalogue-card-image.catalogue-listing-card-image a:hover:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 100%
    );
    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: 24px;
    z-index: 1;
  }
  .card-image.catalogue-card-image.catalogue-listing-card-image a:hover:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-image: url(../assets/gifs/hover-prestation.svg);
    z-index: 9999;
    width: 60px;
    height: 60px;
    transition: 1s;
    background-size: contain;
  }
  .card.catalogue-card.catalogue-encart-card a:hover:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 100%
    );
    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: 24px;
  }
  .card.catalogue-card.catalogue-encart-card a:hover {
    position: relative;
    z-index: 0;
    display: block;
    transition: 1s;
  }
  .col.gtm-image-detail-catalogue a:hover {
    position: relative;
    z-index: 0;
  }

  .col.gtm-image-detail-catalogue a:hover:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 100%
    );
    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: 24px;
  }
  .card.catalogue-card.catalogue-encart-card a:hover:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-image: url(../assets/gifs/hover-prestation.svg);
    z-index: 1;
    width: 100px;
    height: 100px;
    transition: 1s;
    background-size: contain;
  }
  .card.catalogue-card.catalogue-encart-card img {
    width: 100%;
  }

  footer.gtm-footer {
    padding-bottom: 0;
  }

  ul.coordonnees.contact-page-coordonnees.reset {
    margin-bottom: 0;
  }



  div#encart-devis {
    max-width: 1622px;
    margin: auto;
    border-radius: 0px;
    margin-top: 0px;
    padding: 37px 24px;
    border-radius: 24px;
  }

  /*ACTU */
  /* ===== */
  div#listing-autres-actus-categorie a {
    text-decoration: none;
}
  .card-image.actualites-card-image a:hover {
    position: relative;
    z-index: 0;
  }

  .card-image.actualites-card-image a:hover:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 100%
    );
    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: 24px;
    z-index: 1;
  }

  .card-image.actualites-card-image a:hover {
    opacity: 1 !important;
  }

  .card-image.actualites-card-image a:hover:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-image: url(../assets/gifs/hover-prestation.svg);
    z-index: 1;
    width: 60px;
    height: 60px;
    transition: 1s;
    background-size: contain;
  }

  /* HEADER */
  /* ===== */
  .formulaire {
    margin-top: -148px;
  }
  button.slick-prev.slick-arrow:hover {
    background: #212529 !important;
  }
  div#encart-devis a.btn.accent:hover {
    background: var(--accent-color-lighten);
  }
  button.slick-next.slick-arrow:hover {
    background: #515f69 !important;
  }
  a#btn-devis:hover {
    background: var(--primary-color);
  }
  .btn-prestation a:hover {
    border: 2px solid #5F717B;
  }
  ul.dropdown a:hover {
    position: relative;
    opacity: 1 !important;
    transform: none !important;
    transition: 0s !important;
    color: var(--accent-color) !important;
  }
  div#bloc-04 .btn-devis a:hover {
    background: #515f69;
    border: 1px solid #515f69;
  }
  ul.dropdown a:hover:before {
    display: none !important;
  }
  .btn-prestation a {
    border: 2px solid transparent;
  }
  .slick-prev .slick-prev-icon,
  .slick-prev .slick-next-icon,
  .slick-next .slick-prev-icon,
  .slick-next .slick-next-icon {
    opacity: 1;
  }
  .slick-prev .slick-prev-icon:before,
  .slick-prev .slick-next-icon:before,
  .slick-next .slick-prev-icon:before,
  .slick-next .slick-next-icon:before {
    opacity: 1;
  }
  button.slick-prev.slick-arrow {
    right: auto;
    top: calc(100% + 56px);
    left: 26%;
    z-index: 1;
  }
  button.slick-next.slick-arrow {
    top: calc(100% + 56px);
    left: auto;
    right: 26%;
    z-index: 1;
  }

  .encart-avis button.slick-prev.slick-arrow {
    left: 40%;
  }
  .encart-avis button.slick-next.slick-arrow {
    right: 40%;
  }
  button.slick-next.slick-arrow {
    background: #212529;
    border-radius: 50%;
  }
  .formulaire .select-wrap select {
    font-size: 18px;
  }
  .slick-next .slick-next-icon:before {
    content: url(../assets/gifs/slick-next.svg);
    font-size: 18px;
    line-height: 2;
  }
  button.slick-prev.slick-arrow {
    background: #e3e7ea;
    border-radius: 50%;
  }
  .slick-prev .slick-prev-icon:before {
    content: url(../assets/gifs/slick-prev.svg);
    line-height: 3;
    font-size: 18px;
  }
  footer nav.align-center a {
    font-size: 14px;
  }
  div#footer-top .row-footer {
    gap: 36.5px !important;
  }
  .siret {
    font-size: 14px;
  }
  footer {
    text-align: left;
  }

  footer .brand {
    text-align: center;
  }
  .card.prestations-card.prestations-encart-card a:hover {
    position: relative;
    z-index: 0;
    display: block;
    transition: 1s;
  }


  .card.prestations-card.prestations-encart-card a:hover:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.8) 100%
    );
    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: 24px;
    z-index: 1;
  }
  .title-1:before {
    background-image: url(../assets/gifs/before-title-desk.webp);
    bottom: -95.5px;
    background-size: contain;
  }
  nav#main-nav a {
    color: #282f3d;
    font-family: var(--secondary-font);
    font-size: 14px;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  header .slider-slick {
    padding: 0;
  }
  .slide-img.slide-01 {
    background-image: url(../assets/gifs/slider/slide-01.webp);
    background-position-y: 38px;
  }
  div#encart-villes {
    padding-top: 141px;
    padding-bottom: 165px;
  }
  .row-btn {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 24px;
  }
  .slick-partenaires {
    margin-bottom: 0;
  }
  .title-1 {
    font-size: 52px;
   width: 50%;
    line-height: 62.4px;
  }
  div#encart-partenaires {
    padding-bottom: 35.5px;
    padding-top: 146px;
  }
  .sticky-active .sticky-element.sticky-scroll-up {
    background: #fff !important;
  }
  .sticky-active .sticky-element.sticky-scroll-down {
    background: #fff !important;
  }
  .slide-content {
    top: 419px;
  }
  .index-page {
    padding-top: 0 !important;
  }
  .index-page .header-content {
    padding: 12px 0;
    background: transparent;
  }
  .sc-content .ac-doubleColonne {
    align-items: center !important;
  }
  .top-bar {
    text-align: center;
  }
  .element-footer {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0px;
    justify-content: left;
    text-align: left;
  }

  .header-content .nav ul li.sous_menu > a::after {
    content: url(../assets/gifs/icon-menu.svg);
  }

  .header-content .nav ul li.sous_menu ul.dropdown > li a {
    font-size: 13px;
  }

  .tel-menu.col.l-middle.l-end {
    display: flex;
    align-items: center;
  }

  header a.tel.gtm-global-tel {
    margin-bottom: 0px;
  }

  footer .section {
    margin: 0px;
    padding: 40px 0px;
  }

  footer .section + .section {
    padding: 0px 0px 20px 0px;
  }

  table.horaires tr td + td {
    display: block;
    margin-left: 10px;
  }

  .actualites-detail .detail-actu-image img {
    width: auto;
    margin: 20px;
  }

  .slide-img {
    min-height: 500px;
  }


  .slide-img .container .bloc {
    min-height: 500px;
  }
  .slide-img .container {
    min-height: 500px;
  }

  nav#fil_ariane {
    margin: 3em 0em 3em 0em;
    font-size: 14px;
  }

  .fold {
    display: none;
  }

  div#encart-actualites a:hover {
    opacity: 0.7;
  }

  footer a:hover {
    opacity: 0.7;
  }
  .fold {
    display: none;
  }
  .encart-btn.catalogue-encart-btn a:hover {
    opacity: 1;
    background: #515f69;
    border: 1px solid #515f69;
  }
  .brand:hover {
    opacity: 1;
  }
  .brand a {
    display: block;
  }
  input#submit_newsletter:hover {
    opacity: 0.7;
  }
  body.actualites-listing a:hover {
    opacity: 0.6;
  }

  nav.align-center a:hover {
    color: #000000;
    text-decoration: none;
  }
  .btn-en-savoir a:hover {
    opacity: 0.6;
  }
  a.btn.accent.center.gtm-global-contact:hover {
    opacity: 0.7;
  }
  a#gtm-encart-catalogue-btn:hover {
    opacity: 1;
  }
  .card-image.prestations-card-image.prestations-encart-card-image a {
    display: block;
  }
  a.lien-maps.gtm-global-adresse:hover {
    opacity: 0.7;
  }
  body.actualites-listing a {
    transition: 0.3s;
  }
  footer a:hover {
    opacity: 1;
  }
  .card.prestations-card.prestations-encart-card a:hover {
    opacity: 1;
  }
  .card-image.actualites-card-image a {
    display: block;
  }
  div#encart-actualites a:hover {
    opacity: 0.7;
  }
  nav#main-nav a:hover:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    background: #7a8c96;
    bottom: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
  }
  nav#main-nav a:hover {
    position: relative;
    transform: translate(0rem, -1ex);
    transition: 1.1s;
    color: #7a8c96;
  }
  nav#main-nav a:hover::after {
    text-decoration: none !important;
  }

  .topbar-nav-container a:hover {
    color: var(--accent-color);
  }

  li.firstLi.no-desk {
    display: none;
  }
  .slide-content .btn-devis {
    display: block;
    margin-top: 35px;
  }
  .slide-img {
    min-height: 942px;
  }
  header .slider-slick {
    height: 942px;
    position: relative;
    z-index: 0;
  }
  .header-content.sticky-desktop.sticky-element.sticky-scroll-down {
    background: #fff;
    padding-bottom: 10px;
}



.index-page .sticky-active .header-content.sticky-desktop.sticky-element.sticky-scroll-up {
    padding-bottom: 20px;
}
  .slide-img .container .bloc {
    height: 1046px;
  }
  .slide-img .container {
    min-height: 1046px;
  }

  .title-2 {
    font-size: 24px;
  }
  .slide-content {
    text-align: left;
  }
  div#encart-devis .title-2 {
    text-align: left;
  }
  div#encart-devis .title-2 {
    margin: 0;
    font-size: 20px;
    line-height: 28.8px;
  }
  div#encart-devis a.btn.accent {
    padding: 17px;
  }
  div#bloc-04 {
    padding: 64px 0;
    padding-top: 169px;
  }
  .reseaux-sociaux a:hover {
    opacity: 1;
  }
  .brand:hover img {
    transform: scale(1.15);
    transition: 0.5s ease-in-out;
  }
  div#encart-index {
    padding-top: 92px;
    padding-bottom: 504px;
    margin-top: 124px;
  }
  div#encart-index .title-2 {
    margin-bottom: 0;
  }
  .brand img {
    transform: scale(1);
    transition: 1s;
  }
  .reseaux-sociaux a svg {
    transform: scale(1);
    transition: 1s;
  }
  .reseaux-sociaux a:hover svg {
    transform: scale(1.15);
    transition: 0.5s ease-in-out;
  }
  footer nav.align-center li {
    margin-bottom: 0;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  div#bloc-01 {
  padding-bottom: 136px;
  padding-top: 96px;
  margin-top: 26px;
  }
  .row.slick-avis {
    margin-bottom: 0;
  }
  .encart-avis {
    padding: 80px 0;
    padding-bottom: 160px;
  }


  .index-page .title-2 {
    text-align: left;
    font-size: 40px;
    line-height: 48px;
  }

  /* PRESTATIONS */
  /* ===== */
  div#encart-prestations {
    padding-top: 80px;
    padding-bottom: 64px;
    text-align: left;
  }
  .btn-prestation {
    margin-bottom: 0;
  }
  .btn-prestation a {
    padding: 20px 20px;
}
  .card.prestations-card.prestations-encart-card {
    position: relative;
  }

  .card-content.prestations-card-content.prestations-encart-card-content {
    position: absolute;
    margin: auto;
    padding: 48px 0 48px 48px;
    max-width: 760px;
    left: 0;
    bottom: 0;
    z-index: 2;
    top: -20px;
  }

  .card-title.prestations-card-title.prestations-encart-card-title {
    font-size: 2rem;
    color: var(--background-color);
    line-height: 38.4px;
  }
  div#encart-prestations:before {
    height: 75%;
  }
  .description {
    color: #f0f2f5;
  }

  /* BDD */
  /* ===== */
  div#encart-catalogue .title-2 {
    text-align: center;
    margin-bottom: 76px;
  }
  .card.catalogue-card a {
    position: relative;
    z-index: 0;
  }

  .card-content.catalogue-card-content.catalogue-listing-card-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    padding: 24px;
    
  }



  .masonry-item-content.listing-masonry-item-content.catalogue-listing-masonry-item-content.card.catalogue-card.catalogue-listing-card {
    position: relative;
    z-index: 0;
  }

  .card-title.catalogue-card-title.catalogue-listing-card-title a {
    color: #fff;
    font-weight: bold;
    font-family: var(--secondary-font);
  }
  .index-page .card-content.catalogue-card-content {
    position: absolute;
    bottom: 0;
    padding: 24px;
  }

  .card-text.catalogue-card-text {
    color: #f0f2f5;
  }

  .card-title.catalogue-card-title span {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
  }
  div#encart-catalogue {
    padding-top: 138px;
    padding-bottom: 128px;
  }

  /* ENCART VILLES */
  /* ===== */


  div#encart-villes .card-title {
    font-size: 30px;
  }

  .bloc-text {
    margin-bottom: 76px !important;
    max-width: 948px;
    margin: auto;
  }
  body.catalogue-detail .devis-interne div#row-devis {
    max-width: 92%;
  }
  .bloc-text .title-2 {
    text-align: center;
  }

}
@media screen and (min-width: 1280px) {
  section.ac-colonne.ac-colonne_2.ui-sortable h2 {
    margin-top: 0;
}
  /* Formulaire */
  /* ===== */
  .bloc-row {
    justify-content: start;
}
  .btn-prest {
    margin-top: 0;
    right: 62px;
    bottom: 45px !important;
    font-size: 24px;
    font-weight: bold;
    padding: 26px 64px !important;
    left: auto;
    z-index: 2;
  }
  .card-content.prestations-card-content.prestations-encart-card-content {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .formulaire {

    background: #fff;
    opacity: 90%;
  }
  h1 {
    font-size: 48px !important;
}
  body.catalogue-detail.devis-interne div#row-devis {
    max-width: 70%;
}
  .header-content {
    padding: 0;
}


  .formulaire 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 {
    font-size: 18px;
  }
  .titre-top font {
    font-size: 30px;
  }
  .slide-content {
    top: 210px;
  }
  .main-header-content .row {
    flex-wrap: nowrap;
}

nav#main-nav a {
    font-size: 12px;
}

  .formulaire {
    margin-top: 0;
    position: relative;
    margin-right: 0;
  }

  .no-mobile {
    display: block;
    position: absolute;
    right: 5%;
    top: 27%;
    z-index: 1;
    width: 50%;
  }
  .no-desk {
    display: none;
  }
  table.horaires {
    font-size: 16px;
  }
  button.slick-prev.slick-arrow {
    left: 33%;
  }
  .encart-avis button.slick-prev.slick-arrow {
    left: 44%;
  }
  button.slick-next.slick-arrow {
    right: 33%;
  }
  .encart-avis button.slick-next.slick-arrow {
    right: 44%;
  }
  .container {
    width: 92%;
  }
  .top-bar {
    padding-bottom: 3px;
  }
  .btn-prestation a {
    padding: 18px 20px;
}

  h2 {
    font-size: 40px;
    line-height: 48px;
  }
  h3 {
    font-size: 32px;
    line-height: 38.4px;
  }

  ul.dropdown a {
    font-size: 14px !important;
  }
  div#no-padd {
    padding-left: 0;
    padding-right: 0;
  }
  h3 {
    margin-top: 24px;
}
body.catalogue-detail .devis-interne div#row-devis {
  max-width: 79% !important;
}
div#tel-top a {
  font-family: var(--secondary-font);
  font-size: 18px;
}
}

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

div#bloc-02 h2 {
    margin-top: 0;
}



div#tel-top {
  padding-right: 0;
}
nav#main-nav a {
  font-size: 16px;
}

body.catalogue-detail .devis-interne div#row-devis {
  max-width: 72% !important;
}
div#bloc-02 p:last-of-type {
    margin-bottom: 0 !important;
}
  div#bloc-02 .container {
    max-width: 1437px;
    width: 100%;
}
div#bloc-02 img {
  min-width: 1003px;
  margin-left: -8px;
}
  div#encart-devis .btn-devis a {
    padding: 8px 36px !important;
  }
  .card-content.prestations-card-content.prestations-encart-card-content {
    top: 0;
}
  div#bloc-text {
    padding: 112px 0;
    min-width: 648px;
}
  button.slick-prev.slick-arrow {
    left: 38%;
  }
  body.catalogue-detail div#row-devis {
    max-width: 90%;
}
  button.slick-next.slick-arrow {
    right: 38%;
  }

  a#btn-devis {
    background: #373d42 !important;
  }

  div#encart-devis a.btn.accent {
    padding: 7px;
    font-size: 26px;
    line-height: 50.75px;
    background: #8FAC36;
  }
  nav#main-nav a {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .slide-img .container {
    max-width: 1783px;
    width: 93%;
  }
  div#encart-devis .title-2 {
    max-width: 609px;
    margin: auto !important;
  }
  div#encart-partenaires .container {
    max-width: 1920px;
  }
  div#encart-devis .container {
    max-width: 1699px;
    width: 100%;
  }
  div#row-devis {
  max-width: 572px;
  }
  .btn-prestation a {
    padding: 16px 121px;
    font-size: 20px;
  }
  h1.h1-geoloc {
    font-size: 40px;
    margin-bottom: 8px;
  }
  div#encart-prestations .container {
    max-width: 1622px;
  }
  .row-btn {
    justify-content: space-between;
  }

  div#encart-prestations img {
    width: 100%;
  }
  div#encart-catalogue .container {
    max-width: 1617px;
  }
  div#encart-villes .card-title {
    font-size: 40px;
  }
header  .container {
    max-width: 1568px;
}
  a#click-1 {
    padding: 16px 172px;
  }
  .title-1:before {
    width: 748px;
}
  div#encart-villes .container {
    max-width: 1486px;
  }
  body.catalogue-detail .devis-interne div#row-devis {
    max-width: 60%;
}
  a#click-2 {
    padding: 16px 165px;
  }
  p {
    margin-top: 0 !important;
    margin-bottom: 24px;
  }
  body.catalogue-detail .devis-interne div#row-devis {
    max-width: 60%;
}
  div#bloc-01 h2 {
    font-size: 2rem;
    line-height: 38.4px;
  }
}

.slick-catalogue{
  display: block;
}

.catalogue-listing-card-image a.gtm-fiche-catalogue img{
  filter: brightness(50%);

}
.tap-bar-item {
  min-height: 92px;
}
/* POPUP INTERNE */
dialog#popup-interne {
  position: fixed;
}

dialog#popup-interne::backdrop {
  background-color: #000;
  opacity: 0.75;
}



/* .section-popup-interne button.popup-btn{
  display: none;
} */

.section-popup-interne button.popup-btn {
  padding: .8rem;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--accent-color-50);
  border: 2px solid var(--accent-color-70);
}

.section-popup-interne button.popup-btn::before {
  content: '?';
  position: absolute;
  top: -15px;
  right: -12px;
  /* color: var(--secondary-color); */
  color: #0072ff;
  font-size: 1.2em;
  padding: .2rem .2rem;
  background-color: #F7F9F2;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  box-shadow: 1px 4px 7px -7px grey;
  border: 1px solid #edededf0;
}

.section-popup-interne button.popup-btn:hover {
  opacity: .8;
}

.section-popup-interne button.popup-btn span {
  color: #fff;
  font-size: 2.2em;
}

.popup-close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  border-radius: 0;
  border: none;
  /* border-color: rgb(240 77 77); */
  background-color: rgb(240 77 77);
  color: #fff;
}

.popup-close:hover {
  opacity: .8;
}

.popup-close:focus-visible {
  border: none !important;
}

.section-popup-interne .formulaire {
  margin-top: 0;
}
.section-popup-interne button.popup-btn {
  position: fixed;
  bottom: 85px;
  right: -15px;
  margin: 2rem;
  z-index: 2;
}
@media screen and (min-width: 601px) {
  .section-popup-interne button.popup-btn {
    position: fixed;
    bottom: 85px;
    right: 0;
    margin: 2rem;
    z-index: 2;
  }
}
@media screen and (min-width: 993px) {
  .section-popup-interne button.popup-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 2rem;
  }
}
