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

  --accent-h: 337; /* hue */
  --accent-s: 87%; /* saturation */
  --accent-l: 50%; /* lightness */

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

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

  --white-color: #fff; /* --white-color */
  --background-footer: #f6f6f6; /* footer background site */

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

  --h1-font-size: 3.875rem;
  --h2-font-size: 2.5rem;
  --h3-font-size: 1.5rem;
  --h4-font-size: 1.1rem;

  --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.25rem;
  --button-border-radius: 3.75rem;
  --margebloc: 120px;
}

/* 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;
}

[class*="btn"] a.btn {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 13px 22.5px;
}
[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
}
[class*="btn"] a.btn svg {
  fill: #fff;
  stroke: #fff;
}
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) {
  color: var(--accent-color);
  background: transparent;
  border: 2px solid var(--accent-color);
}

.index-page [id*="formulaire"] .btn.primary {
  color: #fff;
  background: var(--accent-color);
  border: 2px solid var(--accent-color);
}

.index-page [id*="formulaire"] .btn.primary:hover {
  color: #fff;
  background: var(--accent-color-70);
  border: 2px solid var(--accent-color);
}

[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}

a.btn.accent.center.gtm-global-contact {
  background: #1e1e1e;
}

a.btn.accent.center.gtm-global-contact:hover {
  background: #303030;
}

a.btn.accent.center.gtm-global-contact {
  background: #1e1e1e;
}

.cta-double .btn-devis {
  margin-top: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"] {
  font-family: var(--secondary-font);
  color: var(--title-color);
  font-weight: 500;
  color: #1e1e1e;
  margin: 0px 0px 10px 0px;
}

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

.btn-contact .content + .content {
  display: none;
}

/** 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%;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
  padding-block: 120px;
}
.slider-slick .slick {
  height: 100%;
  z-index: 2;
}

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

.iframe-wrapper {
  width: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  position: absolute;
  top: -45%;
  right: 0px;
  height: 150%;
  z-index: -1;
  display: none;
}
.iframe-wrapper iframe {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100% !important;
  border: none;
  z-index: -2;
  aspect-ratio: 16 / 9;
}

.slider-slick .cta-double {
  justify-content: center;
  margin-top: 48px;
}
.titre-top {
  font-size: var(--h3-font-size);
  font-weight: 500;
}

.titre-top:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ed1066;
  display: inline-block;
  position: relative;
  left: -5px;
  bottom: 3px;
}

main img {
  margin: 20px auto;
}

/**************************pages internes style*************************/
.information {
  padding: 10px;
  background: var(--accent-color);
  color: #fff;
  border-radius: 4px;
}
main em {
  padding: 10px;
  font-style: inherit;
  background: var(--accent-color);

  display: block;
  color: #fff;
  border-radius: 4px;
}
main em a,
.information a {
  color: white;
}
.information h2 {
  color: #fff;
}

.cards .ac-colonne {
  padding: 20px;
  border: 2px solid var(--accent-color);
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  margin: 10px auto;
}

.cards h3 {
  color: var(--accent-color);
}

.titre-marketing {
  display: block;
  padding: 2rem 0px 6rem 0rem;
  position: relative;
}

.titre-marketing:before {
  content: "";
  position: absolute;
  left: -5000px;
  width: 10000px;
  top: 0px;
  height: 100%;
  background: #f5f5f5;
  z-index: -1;
  margin-top: -2rem;
}

.titre-marketing .title-1 {
  font-size: 1.5rem;
}

h1 span,
.title-1 span {
  margin: 0px;
}

.btn .content + .content {
  display: none;
}

.sc-content .ac-doubleColonne .ac-colonne img {
  margin: 20px auto;
}

main a.tel {
  color: #fff;
}

.contact-page h1 {
  color: #fff;
}

body.plan-site h1 {
  margin-bottom: 2rem;
}

.actualites-listing .titre-marketing,
.actualites-detail .titre-marketing {
  margin-top: -2rem;
}

.devis-page h1.title-2 {
  color: #fff;
}

.devis-page .deux-champ {
  display: block;
}

.devis-page .deux-champ p {
  width: 100%;
}
/***********end style pages internes********/

@media screen and (min-width: 993px) {
  .deux-champ {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .deux-champ p {
    width: 48%;
  }

  h1,
  h2 {
    letter-spacing: -3px;
  }
  main img {
    margin: 0px auto;
  }

  .titre-marketing .title-1 {
    font-size: 2.5rem;
  }
  .sc-content .ac-doubleColonne .ac-colonne img {
    margin: 0px auto;
  }

  .btn .content + .content {
    display: inline-block;
  }

  .iframe-wrapper {
    display: block;
  }
}
/**************end slid**************/

/************Point forts****************/
.title-1 span {
  display: block;
  font-size: var(--h1-font-size-s);
  margin: 0px;
}

.slick-point-forts {
  text-align: center;
}

.titre-point {
  font-size: var(--h3-font-size);
}

.slick-point-forts p span {
  display: block;
}

input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea {
  border-radius: 4px;
}

@media screen and (min-width: 993px) {
  .title-1 span {
    font-size: var(--h1-font-size);
  }

  div#encart-point-forts {
    padding-bottom: 0px;
  }
}

/************end point forts*********/

/******************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;
}

@media screen and (min-width: 601px) {
  .cta-double {
    display: flex;
    gap: 10px;
    margin-top: 40px;
  }

  .cta-double .btn-devis {
    margin-top: 0px;
  }
}

@media screen and (min-width: 993px) {
  h1 {
    font-size: var(--h1-font-size);
    margin: 0px;
  }
  .title-1 {
    font-size: 3.75rem;
  }
  h2,
  .title-2 {
    font-size: var(--h2-font-size);
  }
  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;
  }

  .main-header-content {
    background: #1e1e1e;
    color: #fff;
  }

  .top-bar {
    padding: 15px 0px;
    color: #1e1e1e;
  }

  a.tel {
    color: #1e1e1e;
    font-weight: 600;
  }

  .header-content .nav ul li.sous_menu ul.dropdown {
    background: #1e1e1e;
  }

  .header-content .nav ul li a {
    position: relative;
    font-size: 0.8rem;
  }

  .header-content .nav ul li a:hover:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 3px;
    bottom: 0px;
    background: var(--accent-color);
  }

  .main-header-content .nav ul li a:hover {
    color: #fff;
  }

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

/*******************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 {
  background-image: url(../assets/gifs/bg-header-interne.jpg);
  padding-block: 60px;
  margin-top: 1rem;
  position: relative;
}

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

@media screen and (min-width: 993px) {
  .bg-interne {
    background-image: url(../assets/gifs/bg-header-interne.jpg);
    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;
  }
}
/***end header******************/

/********************section-bloc***************/

h1.h1-geoloc span,
.title-1.h1-geoloc span {
  font-size: var(--h3-font-size-s);
  font-weight: 500;
}

h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}
.titre-pob-bloc {
  display: inline-block;
  background: #fff;
  color: #454545;
  padding: 10px 19px 10px 30px;
  font-size: 13px;
  border-radius: 28px;
  margin-bottom: 10px;
}

#bloc-01,
#encart-prestations,
#encart-actualites,
#bloc-03,
#encart-contact {
  background: #f6f6f6;
  position: relative;
}

.titre-pob-bloc:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ed1066;
  display: inline-block;
  position: relative;
  left: -9px;
  bottom: 0px;
}
@media screen and (min-width: 993px) {
  h1.h1-geoloc span,
  .title-1.h1-geoloc span {
    font-size: var(--h3-font-size);
    letter-spacing: -1px;
  }

  .double-bloc {
    display: flex;
    gap: 45px;
  }

  h1.h1-geoloc {
    position: relative;
  }

  h1.h1-geoloc:before {
    content: url(../assets/gifs/icon-h1.png);
    position: absolute;
    bottom: 7px;
    right: 102px;
    z-index: 0;
  }
  div#bloc-01 .container {
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: var(--margebloc);
  }

  div#bloc-01 {
    padding-bottom: 0px;

    position: relative;
  }
}

/**************************End section bloc****************/

/********************encart logos******/
div#encart-logos img {
  filter: grayscale(100%);
}
#encart-logos {
  padding-top: 0px;
  position: relative;
  background: #fff;
}
#encart-logos .slick-track {
  align-items: center;
  display: flex;
}
#encart-logos-2 .slick-track {
  align-items: center;
  display: flex;
}
/*******end logos encart*/

/********************encart prestations*******/
.bloc-top-encart p span {
  display: block;
}

.bloc-top-encart {
  margin-bottom: 60px;
}

#encart-prestations .btn-devis {
  text-align: center;
  margin-top: 60px;
}

.prestations-card-content {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #fff;
  background: #00000066;
  padding: 24px 7px;
}

.prestations-card-title a {
  text-decoration: none;
  color: #fff;
  font-size: var(--h3-font-size);
  font-weight: 500;
}

.prestations-card-image {
  border-radius: 8px;
  overflow: hidden;
  min-height: 518px;
  display: flex;
}

.prestations-card {
  transition: transform 0.8s ease;
}

.prestations-card-image a {
  display: flex;
  transition: transform 0.8s ease;
}

.prestations-card-image img {
  object-fit: cover;
  transition: transform 0.8s ease;
}

.prestations-card:hover .prestations-card-image img {
  transform: scale(1.1); /* Zoom out de l'image */
}
.prestations-card:hover .prestations-card-image a {
  display: block;
}
.prestations-card-content {
  transition: transform 0.8s ease, background 0.8s ease, color 0.8s ease;
}

.prestations-card:hover .prestations-card-content {
  background: #fff;
  color: #000;
}

.prestations-card:hover .prestations-card-title a {
  color: #000;
}

.prestations-card:hover .prestations-card-title a:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ed1066;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  bottom: 3px;
}
.btn-savoir {
  font-weight: 500;
}
div#encart-prestations img {
  margin: 0px auto;
}

/*****************end encart prestation***********/

/*******encart contact standart***********/
#encart-contact {
  position: relative;
  padding: 40px 0px;
  margin: 0px;
}

.encart-contact-bloc {
  padding: 0px 20px;
}

.encart-contact-bloc {
  margin: auto;
  color: #fff;
}

.encart-contact-bloc h2 span {
  display: block;
}

.encart-contact-bloc p span {
  display: block;
}

.encart-contact-bloc h2 {
  color: #fff;
}
div#bg-bloc-contact {
  background: url(../assets/gifs/bg-bloc-contact.jpg);
  background-size: cover;
  background-position: center;
  padding-block: 80px;
}
.page-interne #encart-contact .container {
  width: 100%;
  max-width: initial;
}

.page-interne div#encart-contact {
  background: transparent;
}

@media screen and (min-width: 993px) {
  .page-interne .encart-contact-bloc {
    padding: 0px;
  }
  #encart-contact {
    padding: 120px 0px;
    margin: 0px;
  }
}

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

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

div#gris-color {
  background: #f6f6f6;
}

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

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

.date.avis-date {
  color: #14181e;
  font-size: 12px;
}

@media screen and (min-width: 993px) {
  .card-content.avis-card-content.avis-encart-card-content .text {
    padding-left: 80px;
  }
}
/********************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: var(--background-footer);
  color: #000;
}
div#listing-autres-actus-categorie a {
  color: #000000;
  text-decoration: none;
}

div#listing-autres-actus-categorie a:hover {
  color: #353535;
}
span.listing-autres-actus-categorie-mois {
  color: #000;
}
div#listing-autres-actus-categorie li {
  list-style: none;
}
.detail-btn {
  text-align: center;
}

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

/*******************************End actualitÃ©s********************************/

/*************encart actualites*******/

#encart-actualites img {
  margin: 0px;
}
.encart-btn.actualites-encart-btn {
  text-align: center;
}

.actualites-card-content {
  background: #ffffff;
  padding: 24px;
}

.actualites-card-title a {
  text-decoration: none;
  color: #000;
  font-size: var(--h3-font-size);
  font-weight: 500;
}

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

.voir-act a {
  color: #1e1e1e;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}

.actualites-encart-card {
  border-radius: 4px;
  overflow: hidden;
}

.actualites-card:hover .actualites-card-title a:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ed1066;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  bottom: 3px;
}
.actualites-card-image {
  overflow: hidden;
  background: #000;
}

.actualites-card-image img {
  transition: transform 0.8s ease, filter 0.8s ease;
}

.actualites-card:hover .actualites-card-image img {
  transform: scale(1.1);
  opacity: 0.7;
}

/************end encart actualites***/

/***********encart formulaire***********/

.index-page div#field_27 {
  display: block;
}

.index-page #field_18 {
  width: 100%;
}

.index-page #field_16 {
  width: 100%;
}

@media screen and (min-width: 993px) {
  .row-img {
    display: flex;
  }

  .row-img img {
    object-fit: cover;
  }
}

/************en encart formulaire***/

/* *************************************************FOOTER********************************* */
footer {
  background-color: var(--background-footer);
  color: #1e1e1e;
  text-align: center;
}
body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}
footer nav li {
  margin: 0px 0px;
}
.footer-row-contact svg {
  fill: var(--white-color);
}
.brand p {
  color: #5d5d5d;
}

.brand p {
  color: #5d5d5d;
  font-size: 0.875rem;
}

@media screen and (min-width: 993px) {
  footer {
    text-align: left;
    position: relative;
  }

  #footer-nav .nav > ul {
    display: block;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 0px;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }

  nav.row.nav {
    gap: 20px;
  }

  footer nav.nav {
    display: flex;
    gap: 25px;
  }
}

@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: 0.5rem;
  }
}
.footer-row-contact {
  display: flex;
  gap: 6px;
  justify-content: center;
}
footer address {
  margin: 0;
}
footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}
footer .footer-1 .title-4 {
  line-height: 24px;
  margin: 0 0;
  letter-spacing: 0px;
  color: var(--accent-color);
}
.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer-1 address a,
.footer-1 .text {
  line-height: 24px;
  color: #5d5d5d;
}
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: #1e1e1e;
}
.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********/

@media screen and (min-width: 993px) {
  main img {
    border-radius: 4px;
  }
  .footer-row-contact {
    justify-content: left;
  }

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

  .page-interne h1 {
    margin-bottom: 0px;
  }
  .page-interne p.intro {
    margin-bottom: 60px;
  }

  .index-page .section {
    padding-top: var(--margebloc);
    padding-bottom: var(--margebloc);
  }
  footer .reseaux-sociaux.gtm-reseaux-sociaux {
    position: relative;
    top: 60px;
  }

  header .title-1 {
    position: relative;
    font-size: 3.75rem;
    display: inline-block;
    padding-bottom: 40px;
  }

  header .title-1:before {
    content: url(../assets/gifs/icon-titre-1-1.png);
    position: absolute;
    bottom: 0px;
    left: 0px;
  }

  header .title-1:after {
    content: url(../assets/gifs/icon-titre-1-2.png);
    position: absolute;
    bottom: 0px;
    right: 0px;
  }

  .title-1 span {
    font-size: 3.75rem;
  }

  #encart-prestations .title-2 {
    position: relative;
    display: table;
    margin: auto;
    padding-bottom: 40px;
  }

  #encart-prestations .title-2:before {
    content: url(../assets/gifs/icon-title-2.png);
    position: absolute;
    bottom: 0px;
    right: 0px;
  }

  .encart-avis .title-2 {
    position: relative;
    display: table;
    margin: auto;
    padding-bottom: 40px;
  }

  .encart-avis .title-2:before {
    content: url(../assets/gifs/icon-title-2-2.png);
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
  }

  h2 {
    letter-spacing: -3px;
  }

  #bloc-02 h2 {
    position: relative;
    display: block;
    margin: 0px;
    padding-bottom: 40px;
    max-width: 450px;
  }

  #bloc-02 h2:before {
    content: url(../assets/gifs/icon-bloc-02-h2.png);
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
  }

  #bloc-03 h2 {
    position: relative;
    display: block;
    padding-bottom: 40px;
    max-width: 550px;
  }

  #bloc-03 h2:before {
    content: url(../assets/gifs/icon-bloc-03-h2.png);
    position: absolute;
    bottom: 20px;
    right: 115px;
  }

  #bloc-04 h2 {
    max-width: 434px;
    position: relative;
    display: block;
    margin: 0px;
    padding-bottom: 40px;
  }
  #bloc-04 h2:before {
    content: url(../assets/gifs/icon-bloc-04-h2.png);
    position: absolute;
    bottom: 13px;
    right: 28px;
  }

  #bloc-05 h2 {
    max-width: 567px;
    position: relative;
    display: block;
    margin: 0px;
    padding-bottom: 40px;
  }
  #bloc-05 h2:before {
    content: url(../assets/gifs/icon-bloc-05-h2.png);
    position: absolute;
    bottom: 13px;
    right: 150px;
  }
  #encart-actualites .title-2 {
    position: relative;
    display: table;
    margin: auto;
    padding-bottom: 40px;
  }

  #encart-actualites .title-2:before {
    content: url(../assets/gifs/icon-actu-title-2.png);
    position: absolute;
    bottom: 0px;
    right: 0px;
  }

  .encart-form.section h2 {
    position: relative;
    display: block;
    margin: 0px;
    padding-bottom: 20px;
  }
  .encart-form.section h2:before {
    content: url(../assets/gifs/icon-titre-2-formulaire.png);
    position: absolute;
    bottom: -8px;
    right: 98px;
  }

  /******************Hover cta************/
  a.btn:has(.content) {
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    height: 51px;
    border: none;
    padding: 0;
  }

  a.btn .content {
    position: relative;
    bottom: 0%;
    transition: 0.5s;
    height: 100%;
    padding: 0.95rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  a.btn:has(.content):hover .content {
    bottom: 101%;
  }
  .btn-contact .content + .content {
    display: inline-block;
  }
  /**********end hover********/

  .header-content .nav#main-nav > ul > li > a {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    font-size: 0.9rem;
  }
  .index-page .header-content {
    background: hsl(0deg 0% 100% / 75%);
    z-index: 100;
    transition: all 0.3s;
  }

  .index-page .sticky-active .header-content {
    background: var(--background-color);
  }
}

/****************sticky block*********/
@media screen and (min-width: 1500px) {
  .header-content .nav#main-nav > ul > li > a {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    font-size: 1rem;
  }

  /*.index-page header {
    position: sticky;
    top: 0px;
}*/

  .encart-avis {
    background: #fff;
    position: relative;
  }

  div#bloc-02 {
    position: sticky;
    background: #fff;
    top: 0px;
  }

  div#bloc-04 {
    position: relative;
    background: #fff;
  }

  div#bloc-05 {
    position: sticky;
    background: #fff;
    top: 0px;
  }

  .encart-form.section {
    position: relative;
    background: #fff;
  }
}

/****************end sticky block*********/
