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

  --accent-h: 5; /* hue */
  --accent-s: 82%; /* saturation */
  --accent-l: 47%; /* lightness */

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

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

  --white-color:#fff; /* --white-color */

  --primary-font: 'Inter', sans-serif;
  --secondary-font: 'Inter Tight', sans-serif;

  --h1-font-size: 3.813rem;
  --h2-font-size: 2.438rem;
  --h3-font-size: 1.938rem;
  --h4-font-size: 1.25rem;

  --h1-font-size-s: 2rem;
  --h2-font-size-s: 1.5rem;
  --h3-font-size-s: 1.3rem;
  --h4-font-size-s: 1.1rem;

  --headings-line-height: 1.333333;

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

  --border-radius: 0.625rem;
  --button-border-radius: 0.625rem;
  --margebloc: 120px;
}


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

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

[class*="btn"] a.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 22.5px;
}
[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
}
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);
}
.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);
  font-weight: 700;
}
[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}


h1, h2, h3, h4, h5, h6, [class*="title"] {
  font-family: var(--secondary-font);
  color: #1A1717;
  font-weight: 600;
}
.paginationControl {
  text-align: center;
  font-size: 18px;
  margin-top: 3rem;
}
.paginationControl a {
  text-decoration: none;
}
.paginationControl .selected {
  font-weight: bold;
}

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





.card img {
  width: 100%;
}


/** titre mobile**/

h1, .title-1 {
  font-size: var(--h1-font-size-s);
}

h2, .title-2 {
  font-size: var(--h2-font-size-s);
}
h3 {
  font-size: var(--h3-font-size-s);
}

/*** end titre mobile***/


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

.slider-slick {
  width: 100%;
  height: 500px;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 100%;
}
.slide-img {
  min-height: 500px;
  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');
}
.slide-img .container {
  min-height: 500px;
}
.slide-img .container .bloc {
  height: 500px;
}

/**************end slid**************/

/******************header  elements************/
.fold {
  padding: 20px 0px;
}
header a.tel.gtm-global-tel {
  display: block;
  margin-bottom: 10px;
}


header .btn-contact {
  margin-top: 10px;
}
.contact-page .fold {
  display: none;
}

.brand {
  display: inline-block;
}
nav#fil_ariane, nav.fil_ariane {
  margin: 3em 0em 3em 0em;
  font-size: 0.8rem;
}


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

}


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

#bdd-galorie {
  display: none;
}
.catalogue-listing #bdd-galorie {
  display: block;
}
#bdd-actu {
  display: none;
}

.actualites-listing #bdd-actu {
  display: block;
}

.actualites-detail #bdd-actu {
  display: block;
}
h1.h1-geoloc span::before, .title-1.h1-geoloc span::before {
  display: none;
}


h1 span, .title-1 span {
  margin: 0px;
}
.tel-header .tel {
  color: #413939;
}
.title-1 {
  margin: 0px auto 40px 0px;
}

h1.h1-geoloc {
  margin: 0px;
}
.infos-header-top {
  margin: 40px auto;
}
.menu-mobile .brand img {
  width: 175px;
}

.title-1 em, .title-2 em, h1 em, h2 em {
  color: #DA2715;
  font-style: inherit;
}


.point-fort-top {
  font-size: 3.625rem;
  font-weight: 500;
  color: #413939;
}

.infos-header-top {
  text-align: center;
}

.point-f {
  margin: 40px auto;
}
.bloc-gris h3 strong {
  font-weight: 600;
  display: block;
}

.bloc-gris h3  {
  font-size: 1.25rem;
}

.bloc-gris {
  padding: 20px 40px;
  background: #F0EEEE;
  border-radius: 10px;
  margin-top: 20px;
}

.bloc-gris p {
  font-size: 0.875rem;
}
#encart-catalogue {
  background: #F0EEEE;
}

.titre-bdd p span {
  display: block;
}

.titre-bdd-top {
  margin-bottom: 60px;
}
a#gtm-encart-catalogue-btn {
  color: #1A1717;
}

.top-titre {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.top-titre:before {
  content: url(../assets/gifs/icon-titre.png);
  margin-right: 15px;
}
div#encart-actualites {
  background: #F0EEEE;
}

#bloc-06 {
  background: #F0EEEE;
}
main img {
  border-radius: 10px;
  margin: 20px auto;
}
input#field_5 {
  color: #1A1717;

}

.card .ac-colonne {
  background: var(--accent-color);
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  margin: 10px auto;
}
.footer-row-contact {
  display: flex;
  gap: 10px;
}

footer .footer-row-contact {

  justify-content: center;
}

.container.sc-content em {
  padding: 10px;
  margin: 10px auto;
  background: var(--accent-color);
  display: block;
  color: #fff;
  border-radius: 10px;
}
.info {
  background: var(--accent-color);
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}

.info h2 {
  color: #fff;
}

#encart-contact .tel-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-page h1.title-2, .devis-page h1.title-2 {
  color: #fff;
}

.double-cta .btn-devis {
  margin-bottom: 15px;
}
a#gtm-detail-catalogue-retour {
  font-weight: 700;
  line-height: 24px;
  padding: 10px 22.5px;
}
div#bloc-04 p em {
  background: #F0EEEE;
  display: block;
  padding: 10px;
  font-style: initial;
  border-radius: 10px;
}
@media screen and (min-width: 601px) {
.double-cta {
  display: flex;
  gap: 15px;
}
.double-cta .btn-devis {
  margin-bottom: 0px;
}
header a.tel.gtm-global-tel {

  margin-bottom: 0px;
}
}
@media screen and (min-width: 993px) {
  footer .footer-row-contact {

    justify-content: left;
  }
  input#field_5 {

    width: auto;
  }
  main img {

    margin: 0px ;
  }
  #bloc-06 {
    text-align: center;
  }
  .titre-bdd-top {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.titre-bdd p  {

  margin-bottom: 0px;
}

  #point-f-2 {
    border-right: 1px solid;
    border-left: 1px solid;
    padding: 0px 21px;
}

.infos-header-top .tel-header {
    margin-bottom: 15px;
}

.infos-header-top .title-1 {
    margin-top: 17px;
    margin-bottom: 55px;
}


  .point-f {
    margin: 40px 0px 0px 0px;
}

.point-forts {
    display: flex;
    gap: 20px;
}


  .infos-header-top {
    text-align: left;
}

  .infos-header-top {
    margin: 120px auto;
}

  .main-header-content .container {
    border-bottom: 2px solid;
}


  h1 {
    font-size: var(--h1-font-size);
  }
  h1.h1-geoloc span {
    font-size: 3.063rem;
    font-weight: 600;
}

  .title-1 {
    font-size: 1.938rem;
  }

  h2, .title-2 {
    font-size: var(--h2-font-size);
    margin: 0px;
}
  h3 {
    font-size: var(--h3-font-size);
  }
  h4 {
    font-size: var(--h3-font-size);
  }

  .index-page .fold.fold-index {
    display: none;
  }

  .fold {
    display: none;
}

  header a.tel.gtm-global-tel {
    display: block;
    margin-bottom: 0px;
}
header .btn-contact {
  margin-top: 0px;
}








}

















/*****************BDD******/

.catalogue-card .card-content {position:absolute;left: 20px;bottom: 20px;}

.catalogue-card .card-content a {
                                color:#fff;
                                font-weight: 600;
                                font-size: var( --h3-font-size);
                                }

.card-title.catalogue-card-title.catalogue-encart-card-title.line-clamp-1 {
    height: auto;
}

.catalogue-card .catalogue-card-image{ position:relative;   transition: transform 0.5s ease;}




.catalogue-card-image:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: #A02114CC;
}
div#encart-catalogue .card  {border-radius: 10px;overflow: hidden;}

.catalogue-listing-card {
  margin-bottom: 1.5rem;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 993px) {
  div#encart-catalogue .row.slick-catalogue {
    display: flex !important;
}

  .catalogue-card-image:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: #A02114CC;
    opacity: 0;
    transition: transform 0.5s ease;
}

  .catalogue-card-title { opacity: 0;   transition: transform 0.5s ease;}

  .catalogue-card:hover .catalogue-card-title { opacity: 1;}

  .catalogue-card:hover .catalogue-card-image:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: #A02114CC;
    opacity: 1;
  
}


#encart-catalogue .slick-track {
  display: flex;
  flex-wrap: wrap;
  height: 410px;
}

#encart-catalogue  .slick-slide {
  transition: 0.8s;
}
#encart-catalogue  .slick-slide:hover {
  flex-basis: 10%;
  float: none !important;
}

/*
.slick-catalogue .col {

transition: 0.8s;
}
.slick-catalogue .col:hover {
  flex-basis: 20%;
}*/
.catalogue-card-image {
  height: 410px;
}

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

}

/*****************end BDD******/




/*******************Titre-marketing***********************/

/*.bg-interne {
  background: var(--primary-color);
  padding-block: 60px;
  margin-top: 1rem;
  position: relative;
}

.bg-interne:before {
  content: "";
  width: 5000px;
  left: -1000px;
  height: 100%;
  top: 0px;
  background: var(--primary-color);
  position: absolute;
  z-index: -1;
}
*/

.bg-interne {
  padding-block: 60px;
  margin-top: 1rem;
  position: relative;
  background-color: var(--accent-color);
}

.bg-interne .title-1 {
  font-size: 1.5rem;
  margin: 0px;
  color: #fff;
}
.bg-interne p {
  color: #fff;
}
.actualites-listing div#bdd-listing, .actualites-detail div#bdd-listing{
  display: none;
}

.actualites-card {
  min-height: 415px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.actualites-card-title a {
  font-size: 1.563rem;
  color: #000;
}

.actualites-card-title.line-clamp-1 {
  height: auto;
  margin: 10px auto;
}
.date.card-date {
  color: #E72E1B;
  font-size: 0.813rem;
  margin-top: 15px;
}

@media screen and (min-width: 993px) {
  div#encart-prestations p span {
    display: block;
}


.card:hover .date.card-date {
  color: #fff;

}
  .bg-interne {
    background-color: var(--accent-color);
    padding-block: 60px;
    margin-top: 1rem;
    position: relative;
    width: 200%;
    left: -50%;
    background-size: cover;
}

}

/************************End Titre marketing*******************/



@media screen and (min-width: 993px) {
  .tel-header {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.gtm-fil-ariane a:hover, #fil_ariane a:hover  {
  opacity: 0.7;
}

#actu-listing {
  margin-top: -58px;
}

header .no-menu-desk {
  display: none;
}

header .nav {
  font-weight: 700;
}

}
/***end header******************/




/********************Prestatsion**********/
.prestations-card {
  background: var(--accent-color);
  padding: 20px;
  min-height: 278px;
  border-radius: 10px;
  position: relative;
}

.prestations-card p {
  color: #fff;
}

.card a {
  text-decoration: none;
}

.prestations-card a {
  color: #FFFFFF;
}

.prestations-card-title a {
  font-weight: 600;
  font-size: var(--h3-font-size-s);
}

.prestations-card svg {
  fill: #fff;
}

.prestations-card p {
  font-size: 0.875rem;
}

.icon-svg-bas {
  position: absolute;
  bottom: 13px;
  right: 25px;
}

.slick-prestations {
  margin-top: 60px;
}


.prestations-card:hover svg{ fill:var(--accent-color);}
.prestations-card:hover{ background:#fff; }

.prestations-card:hover a{ color:#000;}
.prestations-card:hover p{ color:#413939;}
.card {  transition: transform 0.5s ease;}
 .icon-svg-bas {  transition: transform 0.5s ease;}
.card:hover .icon-svg-bas {transform: rotate(-60deg);}


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

.prestations-card-title a {

  font-size: var(--h3-font-size);
}
}

/********************End Prestatsion**********/

/*******encart contact standart***********/


#encart-contact {
  position: relative;
  background: #DA2715;
  color: #fff;
  margin: 0px auto;
}

.page-interne #encart-contact {

  margin: 120px auto;
}

#encart-contact:before {
  content: "";
  position: absolute;
  left: -5000px;
  width: 10000px;
  height: 100%;
  bottom: 0px;
  background-color: #DA2715;
  z-index: -1;
}

/*********end encart contact************/


/**********************bloc avis mobile***********/



.card.avis-card {
  padding: 21px;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #C1C8D6;
}

.name.avis-name {
  color: #14181E;
  font-size: 18px;
  font-weight: 700;
}

.date.avis-date {
  color: #6C5D5E;
  font-size: 10px;
}

.card-content.avis-card-content.avis-encart-card-content .text {
  padding-left: 80px;
}
button.show-more.btn.small {
  color: #490C06;
  font-weight: 700;
}

.avis-card img {
  width: 60px;
}

/********************end avis**************/




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

div#listing-autres-actus-categorie {
  padding: 20px;
  background: #DA2715;
  color: #fff;
}
div#listing-autres-actus-categorie a{

  color: #fff;
}

.detail-btn {
  text-align: center;
}

html#facebook {
  position: relative;
  top: 5px;
}



@media screen and (min-width: 993px) {
.actualites-card:hover {
  background: #DA2715;
  color: #fff;
}

.actualites-card:hover .card-title a {
  color: #fff;
}

.actualites-card:hover svg {
  fill: #fff;
}

}

/*******************************End actualités********************************/

/* *************************************************FOOTER********************************* */
footer {
  text-align: center;
  background: #F0EEEE;
}
body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}
footer nav li {
  margin: 20px 0px;
}
.footer-row-contact svg {
  fill: #E72E1B;
}


@media screen and (min-width: 993px) {
  .footer-row-contact {

    justify-content: left;
}
  footer {

    text-align: left;
  }

  
  #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 .reseaux-sociaux .row.s-start {
    justify-content: center;
}

  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-2 li{
    margin-bottom: .5rem;
  }
}
footer .footer-1 .title-4 {
  line-height: 24px;
  margin: 0px 0px 10px 0px;
}
footer address {
  margin: 0;
}
footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}
footer .footer-1 .title-4 {
  line-height: 24px;
  margin: 0 0;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer-1 address a,
.footer-1 .text {
  line-height: 24px;
}
footer .siret {
  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: var(--white-color);
  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 {
  line-height: 24px;
}
#footer-nav .nav ul li a.selected,
#footer-nav .nav ul li:hover > a {
  text-decoration: underline;
}
#footer-nav .nav > ul > li {
  margin-bottom: 8px;
}
#footer-nav .nav ul li.sous_menu ul.dropdown > li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
#footer-nav .nav ul li.sous_menu {
  position: relative;
}
#footer-nav .nav ul li.sous_menu:hover ul.dropdown {
  display: flex;
}
#footer-nav .nav ul li.sous_menu ul.dropdown > li a {
  padding: 0.5rem;
  margin: 0;
  font-size: 13px;
  display: block;
}
.footer-2 {
  padding: 24px 0 48px;
}
.footer-2 nav a, .page-404 footer a {
  font-weight: 700;
  line-height: 24px;
  color: #1A1717;
}
.footer-1 a:hover,
.page-404 footer a:hover {
  opacity: 0.5;
}
.footer-2 nav a:hover,#footer nav a:hover{
  text-decoration: underline;
}

/***end footer********/


#encart-contact {
  background: #DA2715;
  color:#fff;
}


#encart-contact h2 {
  color: #fff;
}

#encart-contact .tel {
  color: #fff;
}

#encart-contact .btn-devis a {
  background: #FFFFFF;
  color: #DA2715;
  
}


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

  .deux-champ {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.deux-champ p {
    width: 48%;
}
.encart-form.section img {
  object-fit: cover;
  height: 100%;
}

.encart-form.section .row-img {
  height: 100%;
  width: 100%;
}
  .page-interne  .ac-doubleColonne h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}
#encart-contact h2 span {
  display: block;
}
.page-interne h1 {
  margin-bottom: 0px;
}
.page-interne  p.intro {
  margin-bottom: 60px;
}

.index-page .section {
  padding-top: var(--margebloc);
  padding-bottom: var(--margebloc);
}






div#im-contact img {
  width: auto;
  max-width: 871px;
  margin-left: -500px;
}

div#im-left-bloc img {
  max-width: initial;
  margin-left: -350px;
}

div#im-right-bloc img {
  max-width: initial;
  margin-right: -350px;
}
.header-content .nav ul li.sous_menu ul.dropdown > li a {
  padding: .75rem;
  margin: 0;
  font-size: 0.8rem;
}

}

