:root {
  --primary-h: 222; /* hue */
  --primary-s: 61%; /* saturation */
  --primary-l: 21%; /* lightness */

  --accent-h: 214; /* hue */
  --accent-s: 96%; /* saturation */
  --accent-l: 63%; /* 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: #eff7ff; /* footer background site */

  --primary-font: "Inter", sans-serif;
  --secondary-font: "Plus Jakarta Sans", sans-serif;

  --h1-font-size: 3.813rem;
  --h2-font-size: 2.5rem;
  --h3-font-size: 1.5rem;

  --h1-font-size-s: 2rem;
  --h2-font-size-s: 1.5rem;
  --h3-font-size-s: 1.2rem;

  --headings-line-height: 1.333333;

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

  --border-radius: 8px;
  --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: 1rem;
  font-weight: 600;
  line-height: 24px;
  padding: 13px 12.5px;
  border: 2px solid;
}
a.btn.accent.center.gtm-global-contact {
  color: #4595fb;
  background: #fff;
  border: 2px solid #4595fb;
}
[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);
}
[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: #152856;
}

.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;
  margin-top: 2rem;
}
#fil_ariane {
  margin: 3rem 0;
}

body.actualites-listing #fil_ariane,
.actualites-detail #fil_ariane {
  margin: 0px 2rem 0px 0px;
}
.card img {
  width: 100%;
}

/** titre mobile**/

h1,
.title-1 {
  font-size: var(--h1-font-size-s);
  margin: 0px;
}
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;
}
.slider-slick .slick {
  height: 100%;
}
.slide-img {
  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-content {
  padding-block: 50px;
}

.slide-content {
  color: #fff;
  max-width: 645px;
}

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

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

h1.h1-geoloc span,
h1 span {
  font-size: 1.75rem;
  font-weight: 800;
  color: #1b408d;
  letter-spacing: 0px;
}

#bloc-01 {
  background: #eff7ff;
}

.index-page .card-encart {
  color: #fff;
  padding: 24px;
  border-radius: 8px;
  background: #206df0;
  position: relative;
  max-width: 536px;
  margin: -120px auto 0px auto;
}
.card-encart {
  color: #fff;
  padding: 24px;
  border-radius: 8px;
  background: #206df0;
  margin: 10px 0px;
}

.menu-mobile .brand img {
  width: 80px;
}
.menu-title {
  color: #fff;
}

#bloc-bleu-contact {
  padding-block: 38px 38px;
  margin-top: 0px;
}

div#bloc-bleu-contact h1 {
  color: #fff;
}
div#bloc-bleu-contact h1 span {
  color: #fff;
}

.plan-site h1 {
  margin-bottom: 35px;
}

#bdd-actualites {
  display: none;
}
.actualites-listing #bdd-actualites,
.actualites-detail #bdd-actualites {
  display: block;
}
.btn-devis a.btn.accent.gtm-global-devis:hover {
  color: var(--accent-color);
  background: #fff;
}

#bloc-bleu-contact {
  position: relative;
  background: transparent;
}

div#bloc-bleu-contact:before {
  content: "";
  position: absolute;
  left: -5000px;
  width: 10000px;
  height: 100%;
  top: 0px;
  background: #256beb;
  z-index: -1;
}

div#bloc-bleu-contact:after {
  content: "";
  position: absolute;
  width: 1800px;
  height: 1500px;
  background: #ffffff33;
  right: 124px;
  margin: auto;
  top: -1020px;
  border-radius: 50%;
  z-index: -1;
}

#encart-point-forts .slick-dots li.slick-active button .slick-dot-icon {
  color: #0042b3;
  opacity: 1;
}
.page-interne .ac-doubleColonne .double-cta {
  display: none;
}

.devis-page .row.s-start.s-middle,
.contact-page .row.s-start.s-middle {
  flex-wrap: nowrap;
}
.col.contact-page-horaires {
  margin-top: 10px;
}
@media screen and (min-width: 601px) {
  .col.contact-page-horaires {
    margin-top: 0px;
  }
  #cta-desk {
    display: block;
  }
}
@media screen and (min-width: 993px) {
  #bloc-bleu-contact {
    padding-block: 200px 38px;
    margin-top: -120px;
  }
  .page-interne .ac-doubleColonne .double-cta {
    display: flex;
  }
  .actualites-listing #bdd-actualites p,
  .actualites-detail #bdd-actualites p {
    color: #fff;
  }
  .slider-slick {
    margin-top: -163px;
  }

  .header-content {
    background: transparent;
    color: #fff;
    padding: 10px 0px;
  }
  h1 span,
  .title-1 span {
    margin: 0px;
  }
  .slide-content {
    padding-block: 270px;
  }

  h1 {
    font-size: var(--h1-font-size);
  }

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

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

@media screen and (min-width: 1400px) {
  .slider-slick {
    margin-top: -100px;
  }
}
/**************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;
  position: relative;
}

#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;
}
.index-page header .title-1 {
  color: #fff;
}
@media screen and (min-width: 601px) {
  .double-cta {
    display: flex;
    gap: 10px;
  }

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

@media screen and (min-width: 993px) {
  .header-content .nav ul li a.selected {
    background-color: transparent;
    color: #fff;
    position: relative;
  }
  .header-content .nav ul li a.selected:before {
    content: "";
    position: absolute;
    width: 84%;
    height: 2px;
    background: #78b1ff;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
  }

  .header-content .nav ul li a:hover {
    color: #fff;
    position: relative;
  }
  .header-content .nav ul li a:hover:before {
    content: "";
    position: absolute;
    width: 84%;
    height: 2px;
    background: #78b1ff;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
  }

  h1,
  .title-1,
  h2,
  .title-2 {
    letter-spacing: -2px;
    font-weight: 800;
    line-height: 110%;
    margin-top: 0px;
  }

  .header-content .nav ul li.sous_menu ul.dropdown {
    background-color: #152856;
  }
  .sticky-active .header-content {
    background: #152856;
  }

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

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

  .header-content .nav#main-nav > ul > li > a {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    font-size: 0.8rem;
  }

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

@media screen and (min-width: 1400px) {
  .header-content .nav#main-nav > ul > li > a {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .header-content .nav#main-nav > ul > li > a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

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

/************titre marketing******/

.titre-marketing .title-1 {
  margin-bottom: 24px;
}
.double-cta .btn-devis {
  margin-bottom: 20px;
  margin-top: 20px;
}

@media screen and (min-width: 601px) {
  .double-cta .btn-devis {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

@media screen and (min-width: 993px) {
  .titre-marketing {
    margin-top: -177px;
  }

  .titre-marketing {
    position: relative;
    padding-block: 170px 120px;
  }

  .titre-marketing .title-1 {
    color: #fff;
    margin-bottom: 24px;
    max-width: 1100px;
  }

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

  .titre-marketing:after {
    content: "";
    position: absolute;
    width: 1800px;
    height: 1500px;
    background: #ffffff33;
    right: -203px;
    margin: auto;
    top: -1020px;
    border-radius: 50%;
    z-index: -1;
  }
  .actualites-listing .titre-marketing:after,
  .actualites-detail .titre-marketing:after {
    left: -280px;
  }
  .infiltration .titre-marketing .title-1 {
    max-width: 1245px;
  }
}

@media screen and (min-width: 1400px) {
  .titre-marketing {
    margin-top: -120px;
  }
}
/***************end titre marketing****/

/***************Prestation***********/
.prestations-card-image img {
  width: auto;
  margin: 0px auto 10px auto;
  display: block;
  border-radius: 50%;
}
.prestations-card {
  box-shadow: 0px 4px 20px 0px #0000000d;
  padding: 24px;
  background: #fff;
  border-radius: var(--border-radius);
}

.card a {
  text-decoration: none;
}

.titre-prest {
  font-size: var(--h3-font-size);
  color: #152856;
  font-weight: 700;
}

.text-prest {
  color: #3d3d3d;
  padding: 10px 0px;
}

.detail-prest {
  font-weight: 600;
  color: #152856;
}

.prestations-card {
  transition: background 0.3s ease;
}

.prestations-card .titre-prest,
.prestations-card .text-prest,
.prestations-card .detail-prest {
  transition: color 0.3s ease;
}

.prestations-card:hover {
  background: #4595fb;
}

.prestations-card:hover .titre-prest,
.prestations-card:hover .text-prest,
.prestations-card:hover .detail-prest {
  color: #fff;
}

@media screen and (min-width: 993px) {
  #encart-prestations {
    position: relative;
    margin-top: -152px;
    padding: 0px;
    margin-bottom: -152px;
  }
}

/*********End prestation**************/

/***************blocs textes accueil*******/
#bloc-01 {
  background: #eff7ff;
  padding-top: 40px;
}

div[id^="bloc-"] img {
  border-radius: var(--border-radius);
  margin: 40px auto;
  display: block;
}

div#bloc-06 li {
  margin-bottom: 37px;
}
@media screen and (min-width: 993px) {
  #bloc-01 {
    padding-top: 250px;
  }
  div[id^="bloc-"] img {
    margin: 0px auto;
  }
  div[id^="bloc-"] .double-cta {
    margin-top: 32px;
  }

  div[id^="bloc-"] p {
    line-height: 26px;
  }
  #bloc-04 img {
    height: 500px;
  }
}
/***************End blocs textes accueil*******/

/***Actualites ******************/

.actualites-card-title a {
  color: #152856;
  font-size: var(--h3-font-size);
  font-weight: 800;
  padding: 10px 0px;
  display: block;
}

.line-clamp-1 {
  height: auto;
}

.voir-act a {
  font-weight: 700;
  display: block;
}

.voir-act {
  margin-top: 15px;
}
.actualites-card img {
  transition: transform 0.4s ease;
}

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

.actualites-card-image {
  background: #000;
  overflow: hidden;
}

div#titre-texte-top-actu {
  max-width: 100%;
  margin: 0px 0px 64px 0px;
  display: block;
  justify-content: space-between;
  align-items: end;
}

.text-btn-actu {
  max-width: 600px;
}

.text-btn-actu p {
  margin-bottom: 0px;
}
.card-date {
  margin-top: 10px;
}

.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: #152856;
  color: #fff;
}
div#listing-autres-actus-categorie a {
  color: #fff;
}

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

html#facebook {
  position: relative;
  top: 5px;
}
#listing-autres-actus-categorie .title-4 {
  color: #fff;
}
.actualites-encart-btn {
  margin-top: 25px;
}

section#bdd-actualites .double-cta {
  display: none;
}

@media screen and (min-width: 993px) {
  section#bdd-actualites .double-cta {
    display: flex;
  }
  .actualites-encart-btn {
    margin-top: 0px;
  }

  div#titre-texte-top-actu {
    display: flex;
  }
}

/****End actualites*******/

/*******encart contact standart***********/
#encart-contact {
  position: relative;
  margin: 80px auto;
  background-image: url(../assets/gifs/map.jpg);
  background-size: cover;
  background-position: top;
  padding: 0px;
}

#encart-contact .title-2,
div#encart-contact h3 {
  color: #fff;
}

.zone-texte-contact {
  max-width: 683px;
  color: #fff;
  border-radius: 0px 600px 600px 0px;
  background: #256beb;
  box-shadow: 12px 12px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 80px 0px;
  position: relative;
  padding-right: 60px;
}

.zone-texte-contact h2 {
  color: #fff;
}

.zone-texte-contact h2 span {
  display: block;
}

.zone-texte-contact:before {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  background: #256beb;
  left: -5000px;
  width: 5000px;
}

.index-page #encart-contact {
  margin: 0px;
}
#encart-contact a.btn.accent.gtm-global-devis {
  background: #fff;
  color: #4595fb;
}
#encart-contact a.btn.accent.gtm-global-devis:hover {
  background: #bddfff;
  color: #152856;
}
a.btn.accent.center.gtm-global-contact:hover {
  background: #bddfff;
  color: #152856;
}

@media screen and (min-width: 1400px) {
  .zone-texte-contact {
    padding-right: 150px;
  }

  .page-interne #encart-contact {
    width: 170%;
    left: -35%;
  }
}

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

/*******point forts standart***********/
#encart-point-forts {
  position: relative;
  background-image: url(../assets/gifs/bg-point-forts.jpg);
  background-size: contain;
  background-position: top;
  padding: 80px 0px;
  margin: 0px auto;
}

#encart-point-forts .title-2,
#encart-point-forts h3 {
  color: #fff;
}
#encart-point-forts:before {
  content: "";
  position: absolute;
  left: -5000px;
  width: 10000px;
  height: 100%;
  bottom: 0px;
  background-color: #256beb;
  z-index: -1;
}
.p-fort {
  margin: 20px auto;
}

/**************point forts****************/
/**********************bloc avis mobile***********/

.card.avis-card {
  padding: 21px;
  background: #fff;
}

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

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

.card-content.avis-card-content.avis-encart-card-content .text {
  padding-left: 108px;
}
.titre-texte-top {
  max-width: 650px;
  margin: 0px auto 64px auto;
}

.encart-avis {
  background: #eff7ff;
}
/********************end avis**************/

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

@media screen and (min-width: 993px) {
  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: 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;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer-1 address a,
.footer-1 .text {
  line-height: 24px;
}
.footer-1 address span {
  display: block;
}
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;
}

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

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

@media screen and (min-width: 993px) {
  .header-content .nav ul li:hover > a {
    color: #fff;
    opacity: 0.7;
  }

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

  .plan-site .header-content,
  .politique-de-confidentialite .header-content,
  .contact-page .header-content,
  .devis-page .header-content,
  .actualites-detail .header-content {
    background: #3b8af6;
  }
}

.zone-map img {
  border: 6px solid var(--accent-color);
  border-radius: 40px;
}
@media screen and (min-width: 601px) {
  .zone-map {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .zone-map img {
    width: 80%;
  }
}

@media screen and (max-width: 992px) {
  #encart-contact {
    padding: 1rem 0;
  }
  .zone-map {
    margin-top: 1rem;
  }
}
