:root {
  --primary-h: 207; /* hue */
  --primary-s: 26%; /* saturation */
  --primary-l: 48%; /* lightness */

  --secondary-h: 0; /* hue */
  --secondary-s: 0%; /* saturation */
  --secondary-l: 97%; /* lightness */

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

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

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

  --primary-font: "Teachers", sans-serif;

  --headings-line-height: 1.333333;

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

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

  --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: 61px;
  --displayxl: 49px;
  --displaylg: 39px;
  --displaymd: 32px;
  --displaysm: 25px;
  --displayxs: 20px;

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

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

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

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

.card {
  position: relative;
  display: block;
}
.card a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}

a {
  transition: var(--transition);
}
.sc-content .clear_both {
  margin-bottom: 60px;
}
a,
p {
  line-height: var(--line-height);
}

h1.h1-geoloc span,
.title-1.h1-geoloc span {
  margin-top: 8px;
  margin-bottom: 0;
}

h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}
header address {
  align-items: center;
  display: flex;
  gap: 8px;
  font-size: 20px;
}

nav#fil_ariane {
  margin: 8px 0;
}

.categorie.catalogue-categorie.catalogue-detail-categorie {
  margin-bottom: 15px;
}
#encart-projet address svg path {
  fill: var(--text-color);
}
.plan-site .sitemap-nav ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.fil-ariane,
#fil_ariane {
  font-size: 0.8rem;
}
#fil_ariane {
  margin: 3rem 0;
}
.index-page main p u,
.ac-doubleColonne p u {
  display: block;
  text-decoration: none;
  padding: 20px;
  background-color: var(--accent-color);
  color: var(--white-color);
}
.card img {
  width: 100%;
}
/*=========fIN GENERAL ============== */
/* =============================== */

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

a.btn.accent {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
  z-index: 0;
}

a.btn.accent::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: hsla(0, 90%, 20%, 1);
  transition: width 0.4s ease-in-out;
  z-index: -1;
}

a.btn.accent:hover::after {
  width: 100%;
}

a.btn.outlined {
  color: white;
  background: hsla(0, 0%, 0%, 0.2);
  backdrop-filter: blur(20px);
  border: none;
  padding: 0px 19px !important;
}
a#gtm-detail-catalogue-retour {
  background: transparent;
  color: var(--text-color);
  border: 0.5px solid var(--text-color);
  margin-bottom: 1rem;
  padding: 9px 20px !important;
}

a.btn.primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
  z-index: 0;
}

a.btn.primary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: hsla(207, 46%, 28%, 1);
  transition: height 0.4s ease-in-out;
  z-index: -1;
}

a.btn.primary:hover::after {
  height: 100%;
}

[class*="btn"] a.btn {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 28.5px;
}
[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
}

[id*="bloc"] .btn-devis {
  margin-top: 40px;
}

a.btn.accent svg {
  margin-left: 22px;
}
.contact-page [id*="formulaire"] .btn.primary {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
  color: white;
}
.contact-page [id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color-30);
}
.btn.primary {
  color: white;
  background: var(--primary-color);
  padding: 10px 29.5px !important;
}

.row-btn .btn-devis {
  margin-block: 1rem;
}
/*===========Fin BOUTONS=========*/
/* ============================*/

/* 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);
}
/* ==============fIN PAGINATION==============*/
/* =======================+++++++++========= */
/* ==============BRAND==============*/
/* ================================ */

.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 {
  margin: 0;
}
.page-interne h1 span {
  font-size: 20px;
  margin: 0;
}
.page-interne .title-1 {
  margin: 0;
  padding-block: 120px;
  color: white;
}

.page-interne h3 {
  font-size: 18px;
}
h1.h1-geoloc {
  margin-top: 0;
  margin-bottom: 32px;
  color: white;
}

h1,
.title-1 {
  font-size: var(--h1-font-size-s);
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: var(--h1-font-size-s);
}
.title-1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
h2,
.title-2 {
  font-size: var(--h2-font-size-s);
  margin-block: 24px;
  margin-bottom: 0;
}
.title-2 {
  margin-top: 0;
}
h3,
.title-3 {
  font-size: var(--h3-font-size-s);

  margin-block: 24px;
}
h2 em {
  font-weight: bold;
  font-style: normal;
}
/*=============end titre mobile================*/
/* ======================================== */

/*================ titre descktop ============*/
/* ======================================== */
@media screen and (min-width: 993px) {
  .page-interne .title-1 {
    padding-block: 290px 188px;
  }
  .row-btn .btn-devis {
    margin-block: 0;
  }
  .row-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
  }
  .actualites-detail #act {
    margin-top: -236px;
  }
  .btn-prestation {
    margin-top: 0rem;
  }
  .slide-content .btn-rdv {
    display: block;
  }
  .bg-interne {
    margin-top: -220px;
  }

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

  .page-interne h1 {
    font-size: var(--display2xl);
    line-height: 70.2px;
    max-width: 85%;
  }
  .page-interne h1 span {
    font-size: var(--displaymd);
    line-height: var(--displaymd);
  }

  h1.h1-geoloc span,
  h1 span {
    font-size: 31px;
    font-weight: bold;
    line-height: 31px;
    margin: 0;
    margin-top: 8px;
  }

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

  h1,
  .title-1,
  .title-1 span {
    font-size: var(--h1-font-size);
    line-height: var(--h1-font-size);
    margin-top: 0;
    margin-bottom: 12px;
  }
  h2,
  .title-2 {
    font-size: var(--h2-font-size);
    line-height: var(--h2-font-size);
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 24px;
  }
  h3,
  .title-3,
  #bloc-01 h2 {
    font-size: var(--h3-font-size);
    line-height: var(--h3-font-size);
    margin-block: 24px;
  }
}
/*=============end titre descktop================*/
/* ======================================== */

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

.slider-slick {
  width: 100%;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.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-actualites,
.slick-avis {
  margin-top: 48px;
}
#bloc-01 {
  padding-block: 100px;
}
.slick-dots li {
  margin: 0 4px;
  padding: 4px;
}
.slick-dots li button .slick-dot-icon:before {
  font-size: 16px;
}
.slick-dots li button {
  height: 1rem;
  width: 1rem;
  border-radius: 100px;
  background-color: var(--brand100);
  padding: 0;
}
.slick-dots li button:hover .slick-dot-icon,
.slick-dots li button:focus .slick-dot-icon {
  opacity: 1;
}
.btn-garantie {
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  #bloc-01 {
    padding-block: 253px;
  }
  .index-page .slider-slick {
    margin-top: -222px;
  }
  .slick-slider {
    margin-bottom: 0;
  }
  .btn-garantie {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 1400px) {
  #bloc-01 {
    padding-block: 219px;
  }
  .index-page .slider-slick {
    margin-top: -168px;
  }
}

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

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

#fil_ariane,
#fil_ariane,
.fil-ariane.gtm-fil-ariane {
  font-size: 14px;
}

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

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

#listing-autres-actus-categorie span.title-4 {
  padding-top: 15px;
  display: block;
}

#listing-autres-actus-categorie .detail-btn {
  text-align: center;
}

.fb-like.fb_iframe_widget {
  position: relative;
  top: 7px;
}

.page-interne .sc-content #relance {
  margin-top: 6rem;
  margin-bottom: 4rem;
  text-align: center;
}
.bg-note p {
  margin: 0;
}
.bg-note {
  background-color: var(--accent-color-80);
  padding: 20px;
  margin-top: 8px !important;
  display: block;
}

#relance p.titre-relance {
  font-size: 1rem;
  font-weight: 700;
  background-color: transparent;
}

nav#fil_ariane {
  font-size: 14px;
}
.actualites-detail .detail-btn a.btn.outlined {
  color: var(--text-color);
  border: 1px solid var(--text-color);
  padding: 7px 22px !important;
}
#listing-autres-actus-categorie a:hover {
  background: var(--primary-color);
}
div#listing-autres-actus-categorie a #listing-autres-actus-categorie a {
  text-decoration: none;
}
.page-interne #encart-contact {
  margin-block: 60px;
}

.page-interne #encart-contact .container {
  width: 100%;
}
#encart-contact {
  position: relative;
  padding-block: 64px;
}
nav.fil-ariane.gtm-fil-ariane {
  margin-block: 40px;
}

#encart-contact:after {
  content: "";
  position: absolute;
  width: 30%;
  right: -14%;
  height: 100%;
  bottom: 0px;
  background-image: url(../assets/gifs/before-contact.png);
}

nav#fil_ariane {
  margin-bottom: 40px;
}

.page-interne .white {
  background: var(--primary-color);
  color: white;
}
#btn-politique {
  margin-top: 25px;
}
#encart-contact:before {
  content: "";
  position: absolute;
  left: -5000px;
  width: 10000px;
  height: 100%;
  bottom: 0px;
  background-color: var(--accent-color);
  z-index: -1;
}
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) {
  #cat-left {
    margin-bottom: 1rem;
  }
  #container {
    padding-bottom: 0;
  }
  .page-interne .sc-content #relance {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

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

/* ===========Contact-page==========*/
/* ================================== */

.contact-page h1 {
  margin: 0;
  line-height: normal;
  color: var(--background-color);
}

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 .fold {
  display: none;
}
@media screen and (min-width: 993px) {
  .page-interne #encart-contact {
    margin-block: 120px;
  }
  .contact-page h1 {
    font-size: var(--displaymd);
  }
}
/* ===========Fin Contact-page==========*/
/* ================================== */

/* ===========BDD detail==========*/
/* ================================== */

.catalogue-detail-images-container .col:not(:first-child) {
  width: 33.333333333333333%;
  flex-grow: inherit;
  flex-basis: inherit;
}
main .contact-page ul {
  row-gap: 16px;
}
.catalogue-detail nav.fil-ariane.gtm-fil-ariane {
  margin-bottom: 3rem;
}
#bloc-img-listing a {
  display: block !important;
}
.catalogue-listing h1 {
  margin-bottom: 4rem;
  margin-top: 3rem;
}
/* ===========FIN BDD detail==========*/
/* ================================== */

/*============= HEADER ==================*/
/*=======================================*/
.fold svg path {
  fill: var(--text-color);
}
.fold {
  padding: 20px 0px;
}
header a.tel {
  display: block;
  margin-bottom: 10px;
}
.fold address {
  margin-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.menu-mobile {
  height: 6.5rem;
}
.menu_opened .menu-mobile {
  height: 3.5rem;
}
.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;
}

.bg-interne {
  background-image: url(../assets/gifs/bg-interne.jpg);
  background-position: center;
}
.bg-interne.bg-bathroom {
  background-image: url(../assets/gifs/bg-interne-bathroom.jpg);
  background-position: center;
  background-size: cover;
}

.brand {
  display: inline-block;
}

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

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

#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) {
  .top-bar {
    padding-top: 6px;
  }
  .header-content .nav ul li a.selected,
  .header-content .nav ul li:hover > a {
    color: var(--accent-color-80);
  }
  .header-content {
    background: transparent;
    color: hsla(0, 0%, 97%, 1);
  }
  .sticky-active .header-content {
    background: var(--primary-color);
    color: white;
  }
  .slider-slick .btn.primary {
    color: white;
  }
  .slider-slick {
    margin-top: -156px;
  }
  .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;
  }

  .slide-content [class^="btn-"] {
    display: block;
    margin-top: 0;
  }
  header a.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;
  }
  li.firstLi.no-desk {
    display: none;
  }
}
/*=============FIN HEADER ==================*/
/*=======================================*/

/*============= encart projet ==================*/
/*=======================================*/

#encart-projet .title-2 {
  margin-bottom: 0;
}

#encart-projet .row-btn {
  margin-top: 0;
  justify-content: space-around;
}
#encart-projet:before {
  position: absolute;
  content: "";
  left: -240%;
  margin: auto;
  background: hsla(0, 0%, 97%, 1);
  bottom: 0;
  width: 585%;
  height: 50%;
  z-index: -2;
  right: 0;
}
#encart-projet {
  box-shadow: 0px 4px 14px 0px hsla(0, 0%, 31%, 0.16);
  padding: 20px;
  max-width: 1320px;
  margin: auto;
}
.btn-garantie {
  margin-top: 1rem;
}

#encart-projet address {
  text-align: center;
}
#encart-projet .title-2 span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  padding: 10px;
  padding-left: 0;
}
@media screen and (min-width: 993px) {
  #encart-projet {
    padding: 58px;
  }
  #encart-projet {
    margin-top: -120px;
    background: var(--background-color);
    position: relative;
  }
}
/*============= fin encart projet ==================*/
/*=======================================*/

/*============= points forts ==================*/
/*=======================================*/
.card-title {
  font-weight: var(--font-weight-semi-bold);
}
.card-points-forts {
  max-width: 261px;
}
.point-fort {
  display: flex;
  align-items: center;
  gap: 20px;
}
.point-fort svg {
  min-width: 50px;
}

.card-points-forts p {
  margin-block: 20px 0;
  color: hsla(0, 0%, 24%, 1);
  padding: 0 19px;
}
#encart-points-forts {
  padding-block: 84px 50px;
  background: hsla(0, 0%, 97%, 1);
}
@media screen and (min-width: 993px) {
  #encart-points-forts {
    padding-block: 84px 100px;
  }
  .slick-points-forts {
    display: flex;
    align-items: unset;
    justify-content: space-between;
  }
  .card-title {
    font-size: 19px;
    line-height: 22px;
    font-weight: bold;
  }
}
/*=============Fin points forts==================*/
/*=======================================*/

/*=============Bloc 02==================*/
/*=======================================*/
.top-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.img-top {
  margin-bottom: 1rem;
}
@media screen and (min-width: 601px) {
  header a.tel {
    margin-bottom: 0px;
  }
  [class*="btn"] a.btn,
  .btn.primary {
    width: auto;
  }
  a#gtm-detail-catalogue-retour {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 993px) {
  .img-top {
    margin-bottom: 64px;
  }
  .top-title {
    font-size: 20px;
    margin-bottom: 2rem;
    margin-top: 0rem;
  }
  #bloc-02,
  #bloc-04 {
    position: relative;
    padding-block: 80px;
    max-width: 1920px;
  }

  #bloc-02 img,
  #bloc-04 img {
    position: absolute;
    width: 45%;
    left: 0;
    top: 0;
  }

  #bloc-03 {
    position: relative;
    padding-block: 80px;
    max-width: 1920px;
  }

  #bloc-03 img {
    position: absolute;
    width: 45%;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 1280px) {
}
/*=============Fin Bloc 02==================*/
/*=======================================*/

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

.descrip-prest {
  margin-bottom: 1rem;
}
#encart-prestations .btn-contact {
  text-align: end;
}
#encart-prestations {
  position: relative;
  z-index: 0;
  max-width: 1920px;
  margin: auto;
}

.box {
  flex: 1;
  overflow: hidden;
  transition: 0.5s;
  line-height: 0;
}
.box > img {
  width: 200%;
  height: calc(100% - 10vh);
  object-fit: cover;
  transition: 0.5s;
}

.box:hover {
  flex: 1 1 150px;
}
.box:hover > img {
  width: 100%;
  height: 100%;
}
.slick-prestations a {
  display: block;
  text-decoration: none;
  position: relative;
  max-height: 600px;
  overflow: hidden;
  z-index: 0;
}
.slick-prestations a,
.prestations-card-image,
.prestations-card-image img {
  transition: var(--transition);
  min-height: 600px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 2s;
}
#encart-prestations .card:hover img {
  transform: scale(1);
}
#encart-prestations a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  transition: var(--transition);
  overflow: hidden;
  z-index: 1;
}
.prestations-card-content {
  padding: 20px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 78%;
  transition: var(--transition);
}
.prestations-card-content {
  color: white;
}
#encart-prestations a:hover .prestations-card-title {
  min-height: auto;
}
#encart-prestations .prestations-card-title {
  color: white;
}
.prestations-card-text {
  color: white;
  margin-top: 8px;
}
#encart-prestations a:hover .prestations-card-content {
  top: auto;
  bottom: 0;
}
#encart-prestations a:hover::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
#encart-prestations a:hover img {
  min-width: 646px;
  transition: 2s;
}
.presta-4 img {
  object-position: right;
}
@media screen and (min-width: 993px) {
  #encart-prestations .prestations-card-title {
    min-height: 75px;
  }
  #left p {
    margin-bottom: 0;
    max-width: 423px;
  }
  .descrip-prest {
    margin-bottom: 0rem;
  }
  #left {
    max-width: 620px;
  }
  #encart-prestations:before {
    position: absolute;
    content: "";
    left: 0;
    top: -2px;
    width: 653px;
    height: 127%;
    background-image: url(../assets/gifs/before-prestation.png);
    z-index: -1;
    background-size: cover;
  }
  #encart-prestations .row {
    justify-content: space-between;
    /* margin-top: 80px; */
  }

  .row.slick-prestations {
    flex-wrap: nowrap;
  }
  .prestations-card-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
  }
}
@media screen and (min-width: 1440px) {
  .prestations-card-title {
    min-height: 32px;
  }
  .prestations-card-content {
    top: 82%;
  }
}
/*=============Fin PRESTATION==================*/
/*=======================================*/

/*============AVis======================*/
/*=======================================*/
.encart-avis .card:hover img {
  transform: scale(1);
}

.encart-avis {
  position: relative;
}
.encart-avis img {
  width: revert-layer;
}

.encart-avis .slick-dots {
  bottom: -4rem;
}
.encart-avis .title-2 {
  margin-top: 0;
}
.encart-avis .row.s-top.s-start {
  flex-wrap: nowrap;
}

.slick-avis {
  margin-top: 40px;
}
.card-content.avis-card-content.avis-encart-card-content {
  padding: 1rem;
}
.card.avis-card {
  background: var(--background-color);
}

button.show-more.btn.small {
  color: var(--primary-color);
  visibility: initial;
  opacity: 1;
  font-weight: 600;
  text-align: right;
  padding-bottom: 0;
}
.row.s-middle.s-start {
  flex-wrap: nowrap;
}
.date.avis-date.card-date.avis-card-date.avis-encart-card-date.small {
  font-size: 10px;
}

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

.avis-encart-card-name {
  margin-bottom: 5px;
}

.card-text.avis-card-text.avis-encart-card-text {
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 24px;
  opacity: 1;
  margin-left: 81px;
  text-align: left;
  color: hsla(218, 28%, 17%, 1);
}
/*============FIN AVIS===================*/
/*=======================================*/

/*============REALISATION===================*/
/*=======================================*/
.catalogue-card-title a {
  text-decoration: none;
  color: var(--text-color);
}
.catalogue-card-content {
  padding-top: 27px;
}

@media screen and (min-width: 601px) {
}
@media screen and (min-width: 993px) {
  #encart-catalogue .slick-prev .slick-prev-icon:before {
    content: url(../assets/gifs/slick-prev-cat.svg);
  }

  #encart-catalogue .slick-next .slick-next-icon:before {
    content: url(../assets/gifs/slick-next-cat.svg);
  }

  #encart-catalogue .slick-prev {
    left: -9rem;
    top: 87%;
  }
  #encart-catalogue .slick-next {
    right: auto;
    left: -8%;
    top: 87%;
  }
  .slick-prev .slick-prev-icon,
  .slick-prev .slick-next-icon,
  .slick-next .slick-prev-icon,
  .slick-next .slick-next-icon {
    opacity: 1;
  }
  .row.catalogue-row p {
    margin-block: 50px 171px;
  }
  #cat-left p {
    max-width: 384px;
  }
  .catalogue-card-title a {
    font-size: 31px;
    line-height: 31px;
  }
  #encart-catalogue .container {
    position: relative;
  }
  .row.slick-catalogue {
    min-width: 1128px;
  }
}
@media screen and (min-width: 1280px) {
}
/*============FIN REALISATION===================*/
/*==============================================*/

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

#encart-contact [class*="btn"] .accent.btn {
  background: var(--background-color);
  color: var(--text-color);
}
.hor {
  display: flex;
  gap: 8px;
}
/*============ FIN ENCART CONTACT===================*/
/*==============================================*/

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

#encart-actualites .slick-prev .slick-prev-icon:before {
  content: url(../assets/gifs/slick-prev.svg);
}
#encart-actualites .slick-next .slick-next-icon:before {
  content: url(../assets/gifs/slick-next.svg);
}

#encart-actualites .title-2 {
  margin-bottom: 12px;
}
#encart-actualites .text {
  margin-bottom: 3rem;
}
.encart-btn {
  margin-top: 3rem;
}
.card-link {
  color: hsla(207, 26%, 48%, 1);
  font-weight: 600;
}
.actualites-card {
  padding: 20px;
}
.actualites-card .card-title {
  height: auto;
}
.actualites-card:hover {
  background-color: #f6f6f6;
}
.actualites-card .card-title a {
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  color: var(--text-color);
}
.actualites-card-image {
  height: 168px;
  margin-bottom: 20px;
}
.card-text {
  margin: 8px 0;
}
.card-image img,
.card-image a {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#listing-autres-actus-categorie ul a {
  font-size: 15px;
  text-decoration: none;
  color: #000;
}
#listing-autres-actus-categorie ul a:hover {
  text-decoration: underline;
}
.actualites-detail .detail-btn {
  text-align: center;
}
.actualites-detail .detail-actu-reseaux-sociaux {
  align-items: flex-start;
}
.detail-actu-reseaux-sociaux > div {
  display: flex;
}

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

  .card-image img {
    transition: 0.3s;
  }
  .card:hover img {
    transform: scale(1.15);
  }

  .actualites-card .card-title a {
    font-size: 25px;
  }
  .header-content .nav#main-nav > ul > li > a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 993px) {
  #listing-autres-actus-categorie a.btn {
    padding: 12px 12px;
    font-size: 12px;
  }
}
.actualites-detail #listing-autres-actus-categorie {
  background-color: var(--text-color-90);
  padding: 1rem;
}
@media screen and (min-width: 601px) {
  .row-tel {
    display: flex;
    gap: 49px;
    margin-block: 24px;
    align-items: start;
  }
  .row-tel address {
    margin: 0;
  }
  .actualites-listing .recherche_actu #input_recherche_actu {
    width: calc(100% - 6.25rem);
  }
}

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

/* ========PAGE ACTUALITES DETAIL========== */
/* ========================================*/
#act {
  background: none;
  position: relative;
  z-index: 0;
}
#act p {
  margin-bottom: 0;
}

#act .container {
  padding-block: 110px;
}

#act:before {
  position: absolute;
  content: "";
  left: -50%;
  right: 0;
  margin: auto;
  width: 200%;
  height: 100%;
  top: 0;
  background-image: url(../assets/gifs/bg-interne.jpg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.actualites-detail .detail-actu-image {
  max-width: 50%;
}
#listing-autres-actus-categorie ul {
  padding-inline-start: 0;
}

#listing-autres-actus-categorie li {
  margin-top: 0.5rem;
}

.actualites-detail .listing-autres-actus-categorie {
  height: max-content;
  padding: 24px;
  margin-bottom: 24px;
  background-color: var(--brand100);
  border-radius: var(--border-radius);
}
.catalogue-detail h1 {
  margin-bottom: 0;
}
.actualites-detail .listing-autres-actus-categorie .detail-btn {
  text-align: center;
}
#listing-autres-actus-categorie ul li ul li {
  list-style: none !important;
}
#listing-autres-actus-categorie ul li a {
  text-decoration: none;
}
#listing-autres-actus-categorie ul li a:hover {
  text-decoration: underline;
}
.fb-like.fb_iframe_widget {
  position: relative;
  top: 6px;
}

@media screen and (min-width: 601px) {
  .recherche_actu #input_recherche_actu {
    width: calc(100% - 7rem) !important;
  }
}
@media screen and (min-width: 993px) {
  #act .container {
    padding-block: 290px 188px;
  }
  #act {
    margin-top: -220px;
  }
}
@media screen and (min-width: 1400px) {
  #act .container {
    max-width: 65%;
    margin-left: 0;
  }
  .header-content .nav#main-nav > ul > li > a {
    font-size: 16px;
  }
  #act #interne {
    max-width: 1320px;
    margin-left: auto;
  }
}

/* ========FIN PAGE ACTUALITES DETAIL========== */
/* ========================================*/

/* =================== encart formulaire ================ */
/* ===========================================================*/
.reseaux-sociaux .row .col {
  padding: 0 10px;
}
.contact-form .bloc-infos {
  padding: 3rem;
  background-color: #5b7e9a;
  height: 100%;
  color: white;
}
.contact-info.horaires {
  margin-top: 12px;
}
.contact-info.horaires svg {
  margin-top: 4px;
}
.contact-form .bloc-form {
  height: 100%;
  padding: 50px;
  background: hsla(0, 0%, 97%, 1);
}
.contact-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.bloc-infos img {
  margin-top: 1.5rem;
}
.contact-form .text {
  margin-bottom: 3rem;
}
#formulaire_1 p {
  margin-top: 0;
}
#formulaire_1 .divGenerateur ul label {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  display: flex;
  align-items: flex-start;
}
#formulaire_1 .divGenerateur > label {
  display: none;
}
span.note {
  font-size: 10px;
  line-height: 12px;
  display: block;
  margin-bottom: 12px;
}
input:not([type]),
input[type="text"],
input[type="email"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea {
  border-radius: 0;
  border: 1px solid #d1d1d1;
  background-color: #fff;
}
#formulaire_1 p.submit {
  margin-top: 1rem;
}
.contact-form .title-4 {
  margin-top: 3rem;
}
.contact-form .title {
  margin-bottom: 12px;
}
@media screen and (min-width: 601px) {
  .contact-form h2 {
    margin-bottom: 48px;
  }
  #formulaire_1 .cp_ville {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #formulaire_1 .cp_ville > p {
    width: calc(50% - 6px);
  }
  .contact-form .col-infos img {
    max-height: 398px;
    object-fit: cover;
  }
}
@media screen and (max-width: 992px) {
  .ac-doubleColonne .white {
    margin-bottom: 1.5rem;
  }
  .bg-note {
    margin-bottom: 1.5rem;
  }
  footer,
  footer .footer-1 .title-4 {
    text-align: center;
  }

  .footer-row-contact {
    justify-content: center;
  }

  .contact-form .bloc-form {
    padding: 10px;
  }
  .contact-form .col .bloc-infos {
    padding: 20px;
    margin-top: 2rem;
  }
}

/* =================== Fin encart formulaire ================ */
/* ===========================================================*/

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

body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}
.footer-row-contact address svg {
  display: none;
}
.footer-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
}
@media screen and (min-width: 993px) {
  #footer-nav .nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem 0;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }
}
@media screen and (max-width: 992px) {
  .footer-text {
    text-align: left;
  }
  .encart-btn.catalogue-encart-btn {
    margin-bottom: 2rem;
  }
  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;
  font-size: 19px;
}
.footer-row-contact svg {
  min-width: 15px;
  margin-top: 4px;
}
footer address {
  margin: 0;
}
footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}
footer .footer-1 .title-4 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0;
  color: white;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer-1 address a,
.footer-1 .text {
  font-weight: 400;
  line-height: 24px;
}
footer .siret {
  font-weight: 400;
  line-height: 24px;
}
#footer-nav .nav ul li.sous_menu ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  z-index: 1;
  background-color: #fff;
  border: 1px solid var(--primary-color);
}
#footer-nav .nav ul li.sous_menu > a::after {
  position: absolute;
  right: 0.625rem;
  display: block;
  font-family: var(--icon-font);
  line-height: 0;
  content: "\e5c5";
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: -0.125em 0 0 0.25em;
  text-decoration: none;
}
#footer-nav nav a {
  font-weight: 400;
  line-height: 24px;
}
#footer-nav .nav ul li a.selected,
#footer-nav .nav ul li:hover > a {
  text-decoration: underline;
}
#footer-nav .nav > ul > li {
  margin-bottom: 8px;
}
#footer-nav .nav ul li.sous_menu ul.dropdown > li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
#footer-nav .nav ul li.sous_menu {
  position: relative;
}
#footer-nav .nav ul li.sous_menu:hover ul.dropdown {
  display: flex;
}
ul.dropdown a {
  color: var(--text-color);
}

footer .white-text nav a:hover {
  opacity: 1;
  color: var(--accent-color);
}
#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: 600;
  line-height: 24px;
}
footer .reseaux-sociaux svg {
  fill: #23272e;
}
footer a:hover,
.footer-2 nav a:hover,
.page-404 footer a:hover {
  text-decoration: underline;
}

/* ===================FIN FOOTER================ */
/* ========================================*/
fieldset {
  margin-bottom: 22px;
}
.divGenerateur label.optional {
  display: none;
}

legend {
  font-size: 20px;
}
.catalogue-listing .section,
.catalogue-detail .section,
.actualites-listing .section {
  padding-top: 0;
}
form#formulaire_5 {
  margin-top: 3rem;
}
#encart-contact .reseaux-sociaux .row {
  justify-content: start;
}
@media screen and (min-width: 993px) {
  .page-interne .ac-doubleColonne h2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  fieldset {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-interne h1 {
    margin-bottom: 0px;
  }
  .page-interne p.intro {
    margin-bottom: 60px;
  }

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

/* AJOUT ~~ */
#bloc-05 {
  padding-bottom: 0;
}
/* FIN AJOUT ~~ */
