:root {
  --primary-h: 47; /* hue */
  --primary-s: 100%; /* saturation */
  --primary-l: 53%; /* lightness */

  --accent-h: 12; /* hue */
  --accent-s: 86%; /* saturation */
  --accent-l: 15%; /* lightness */

  --text-h: 218; /* hue */
  --text-s: 14%; /* saturation */
  --text-l: 16%; /* lightness */

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

  --primary-font: 'area normal', sans-serif;
  --secondary-font: 'Roboto', sans-serif;

  --h1-font-size: 3.813rem;
  --h2-font-size: 2.438rem;
  --h3-font-size: 1.938rem;
  --headings-line-height: 1.333333;

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

  --border-radius: 0;
  --button-border-radius: 50px;
}
[class*="btn"] a.btn {
   padding: 10px 18px;
font-weight: 600;
line-height: 24px;
}
@media screen and (min-width: 601px) {
  [class*="btn"] a.btn, #formulaire_5 .btn.primary{
    width: fit-content;
  } 
}
[class*="btn"] .accent.btn {
  padding: 4.5px 4.5px 4.5px 18px;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: 0.3s;
  display: flex;
    align-items: center;
    height: 45px;
    justify-content: center;
}
.btn.accent .content{
  position: relative;
  bottom: 0%;
  transition: 0.5s;
  display: flex;
    flex-direction: column;
    padding: 8.5px 9px 8.5px 8px;
    border-radius: 100%;
    background-color: hsla(24, 100%, 54%, 1);
    WIDTH: 35px;
      height: 35px;
      margin-left: 6px;
row-gap: 9px;
}
.btn.accent .content img{
 transition: .4s;
  }
.btn.accent:hover .content img{
  margin-top: -139%;
  MARGIN-BOTTOM: 1.5rem;}
.accent.btn  img{
  display: block;
}
.devis-page [id*="formulaire"] .btn.primary {
  background-color: var(--accent-color);
  border: none;
  color: #fff;
}
.devis-page [id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color-30);
}
[class*="btn"] a.btn:not(.accent),
[id*="formulaire"] .btn.primary {
  color:hsla(218, 14%, 16%, 1);
  background: transparent;
  border: 2px solid hsla(44, 100%, 46%, 1);
}
[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
  background-color:hsla(44, 100%, 46%, 1);
}
main p,main .text{
  color: hsla(219, 13%, 20%, 1);
}
/* 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;
}
h1, h2, h3, h4, h5, h6,[class*="title"] {
  font-weight: 900;
}
  .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: 14px;
  }
  #fil_ariane{
    margin: 3rem 0;
  }
  .card {
  position: relative;
}
.card-title a::before   {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* SLIDER */
/* ====== */
.slide-img .container,
  .slide-img .container .bloc,
  .slide-img,
  .slider-slick {
    height: auto;
    min-height: auto;
  }
.slider-slick {
  width: 100%;
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 100%;
}
.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 {
  background-size: cover;
  background-position: center;
}
.slick-dots li {
  margin: 0 -8px;
}
.slick-dots li button .slick-dot-icon{
  color:hsla(54, 100%, 88%, 1) ;
  opacity: 1;
}
.slick-dots li.slick-active button .slick-dot-icon{
  color:hsla(44, 100%, 46%, 1) ;
}
/* ********************************************HEADER****************************************** */
@media screen and (min-width: 993px) {
  .header-contact {
    display: flex;
    align-items: center;
    gap: 9px;
  }
  .fold .index-contact {
    display: none ;
  }
  .header-content .main-header-content .col-menu{
    padding: 0;
   }
   .header-content .nav#topbar-nav > ul > li > a, .header-content .nav#topbar-nav .dropdown li a{
font-size: 13px;
font-weight: 400;
line-height: 18.2px;
color: hsla(219, 13%, 20%, 1);
}
.header-content .nav#main-nav > ul > li > a{
  color: hsla(219, 13%, 20%, 1);
  line-height: 24px;
}
.top-bar{
  padding: 8px 0;
}
.header-content .devis-link{
  display: none;
}
.header-content .nav ul li.sous_menu > a::after{
  content:'\e5c5' ;
  text-decoration: none;
}
.header-content .nav ul li.sous_menu ul.dropdown > li > a{
  font-size: 13px;
  color: hsla(219, 13%, 20%, 1);
 }
 .header-content .nav ul li a.selected,.header-content .nav ul li a:hover,.header-content .nav ul li:hover> a {
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
 }
 a.lien-maps:hover{
  text-decoration: underline;
 }
}
@media screen and (min-width: 993px) and (max-width: 1432px) {
  .header-content .row.row-menu{
    justify-content: center;
    row-gap: 1rem;
  }
  .header-content .nav#main-nav > ul > li > a {
    padding:0 0.5rem;
    font-size: 13px;
}
}
@media screen and (max-width: 992px) {
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    width: calc(100% - 12rem);
  }
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    left: 22px;
  }
  .index-contact {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .menu-mobile {
    height: 5.625rem;
    background-color: #fff;
  }
  .menu_opened .menu-mobile {
    height: 3.5rem;
    background-color: var(--primary-color-30);
  }
  .span-menu-burger {
    color: var(--primary-color);
    padding: 12px;
    background-color: var(--primary-color-90);
  }
  .menu-mobile .menu-title{
    text-transform: capitalize;
font-family: var(--secondary-font);
font-size: 20px;
font-weight: 400;
line-height: 24px;
  }
  .fold-tel {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .fold-tel .tel{
    font-size: 20px;
  }
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    background-color: transparent;
  }
  .header-content #nav-container .nav#main-nav ul li a,
  .header-content #nav-container .nav#topbar-nav ul li a {
    font-size: 18px;
    font-weight: 700;
    padding: 1.5rem 5%;
  }
}
@media screen and (max-width: 600px) {
.fold-tel {
  justify-content: center;
  margin-bottom: 12px;
}
}
/* *******************************************SLIDE******************************************** */
.slide-content{
  padding: 177.5px 0 147.5px;
}
@media screen and (min-width: 993px) {
  .slide-content .col-text{
    padding-right: 0;
  }
.slide-content .col-img{
  position: relative;
}
.slide-content .col-img img{
  position: absolute;
  width: 150%;
  height: calc(100% + 325px);
  left: 0;
  top: -177.5px;
  object-fit: cover;
  max-width: none;
}}
 .span-title{
font-size: 31px;
font-weight: 900;
line-height: 31px;
}
.title-1,h1{
font-weight: 900;
line-height: 61px;
margin: 0 0 2rem;
}
.slide-content .btn-devis{
  margin-top: 2rem;
}
@media screen and (max-width: 992px) {
  .slide-content{
    padding: 42.5px 0 0;
  }
  .span-title{
    font-size: 25px;
    line-height: 25px;
  }
  .title-1,h1{
   font-size: 39px;
   line-height: 39px;
    }
    .slide-content .col-text{
      padding: 0;
    }
    .slide-img{
      background-color: hsla(44, 100%, 46%, 1);
    }
    .slide-content .btn-devis{
      margin-bottom: 33px;
    }
    .slide-content .col> img{
      width: 130%;
    MARGIN: AUTO;
    margin-left: -15%;
    min-height: 477px;
    object-fit: cover;
    display: block;
    max-width: none;
    }
}
/* **************************************************PARTENAIRES *********************************************************/
.encart-partenaires .slick-slide img {
  MIN-HEIGHT: 162px;
  object-fit: contain;
  margin: auto;
}
.encart-partenaires .slick-slide>div{
  text-align: center;
}
.encart-partenaires{
  max-width: 1920px;
  margin: auto;
}
/* ********************************************************BLOC 01 *************************************************************/
#bloc-01 .span-title{
  font-size: 25px;
  line-height: 25px;
}
#bloc-01 .btn-devis{
  margin-top: 3rem;
}
#bloc-01 h1,#bloc-01 p,#bloc-01 .btn-devis,#bloc-01 .span-title{
  z-index: 2;
    position: relative;
}
@media screen and (min-width: 993px) {
  #bloc-01 .col-text{
    padding-right: 0;
  }
  #bloc-01 .col-text p{
  MAX-WIDTH: 488px;
}
  .index-page main .section{
    padding: 120px 0;
  }
.col-pf{
  position: relative;
}
.encart-pf{
  position: absolute;
  width: 159%;
  height: calc(100% + 200px);
  right: -39%;
  top: -53px;
}
#bloc-01 .slick-prev {
  left: calc(-38% + 77px);
  opacity: 1;
  z-index: 2;
  top: calc(100% - 40px);
}
#bloc-01 .slick-next {
  right: calc(114% + 77px);
  opacity: 1;
  z-index: 2;
  top: calc(100% - 40px);
}
#bloc-01 .slick-prev .slick-prev-icon:before {
  content: url(../assets/gifs/slick-prev.png);
  font-size: inherit;
  opacity: 1;
}
#bloc-01 .slick-next .slick-next-icon:before {
  content: url(../assets/gifs/slick-next.png);
  font-size: inherit;
  opacity: 1;
}
}
.slick-prev .slick-prev-icon, .slick-prev .slick-next-icon, .slick-next .slick-prev-icon, .slick-next .slick-next-icon {
  opacity: 1;
}
@media screen and (min-width: 993px) and (max-width: 1322px) {
  .encart-pf{
    top: 100px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1306px) {
  #bloc-01 .slick-next {
    right: calc(108% + 77px);
  }
}
@media screen and (min-width: 993px) and (max-width: 1069px) {
  #bloc-01 .slick-prev {
    left: calc(-58% + 77px);
    top: calc(159% - 40px);
  }
  #bloc-01 .slick-next {
    right: calc(114% + 77px);
    top: calc(159% - 40px);
  }
}
@media screen and (max-width: 1200px) and (min-width: 1070px) {
  #bloc-01 .slick-prev , #bloc-01 .slick-next {
    top: calc(128% - 40px);
}
#bloc-01 .slick-prev {
  left: calc(-57% + 77px);}
}
@media screen and (max-width: 1286px) and (min-width: 1201px) {
  #bloc-01 .slick-prev, #bloc-01 .slick-next {
    top: calc(112% - 40px);
  }
}
@media screen and (max-width: 1322px) and (min-width: 1287px) {
  #bloc-01 .slick-prev, #bloc-01 .slick-next {
    top: calc(100% - 40px);
  }
  #bloc-01 .slick-next {
    right: calc(110% + 77px);
  }
}
@media screen and (max-width: 1466px) and (min-width: 1323px) {
  #bloc-01 .slick-prev, #bloc-01 .slick-next {
    top: calc(115% - 40px);
  }
}
@media screen and (max-width: 992px) {
  .encart-pf img{
    min-height: 330px;
    object-fit: cover;
  }
  #bloc-01{
    padding-top: 0;
  }
  .encart-pf{
    margin-top: 1.5rem;
  }
#bloc-01 .span-title{
  display: none;
}}
/* *********************************************************PRESTATION **************************************************************/
#encart-prestations{
  padding-bottom: 0;
}
.slick-prestations{
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
.prestations-card.card-1:hover{
  background:linear-gradient( hsla(44, 100%, 46%, 0.7), hsla(44, 100%, 46%, 0.7)),url(../assets/gifs/prestation-01.jpg);
}
.prestations-card.card-2:hover{
  background:linear-gradient( hsla(44, 100%, 46%, 0.7), hsla(44, 100%, 46%, 0.7)),url(../assets/gifs/prestation-02.jpg);
}
.prestations-card.card-3:hover{
  background:linear-gradient( hsla(44, 100%, 46%, 0.7), hsla(44, 100%, 46%, 0.7)),url(../assets/gifs/prestation-03.jpg);
}
.prestations-card.card-4:hover{
  background:linear-gradient( hsla(44, 100%, 46%, 0.7), hsla(44, 100%, 46%, 0.7)),url(../assets/gifs/prestation-04.jpg);
}
.prestations-card.card-5:hover{
  background:linear-gradient( hsla(44, 100%, 46%, 0.7), hsla(44, 100%, 46%, 0.7)),url(../assets/gifs/prestation-05.jpg);
}
.prestations-card{
  background: hsla(44, 100%, 46%, 1);
  padding: 39px 22px 30px 30px;
  background-size: cover;
  transition:.7s;
  height: 100%;
}
.card-title a{
  text-decoration: none;
font-size:25px;
font-weight: 900;
line-height: 25px;
color: hsla(218, 14%, 16%, 1);
}
.prestations-card-title.line-clamp-2{
  min-height: 50px;
}
.prestations-card .card-content{
  padding-top: 71px;
  transition:.7s;
}
.prestations-card:hover .card-content{
  padding-top: 30px;
}
.prestations-card .card-text{
  margin: 12px 0 16px;
}
#encart-prestations .col{
  padding: 0;
}
@media screen and (max-width: 992px) {
  .card-title a{
  font-size:20px;
  line-height: 20px;
  }
  .title-2,h2{
font-size:31px;
line-height: 31px;
  }
}
/* ***********************************************AVIS********************************************* */
.index-page .title-2 {
margin: 0 0 3rem;
}
@media screen and (max-width: 992px) {
  .encart-avis  .title-2{
    font-size: 25px;
    line-height: 25px;
  }
}
.avis-card .avis-card-text {
margin-left: 80px;
margin-top: 0.5rem;
color: hsla(207, 7%, 24%, 1);
}
.avis-encart-card .row {
flex-wrap: nowrap;
}
.avis-encart-card-date {
font-size: 11px;
line-height: 13.2px;
color: hsla(0, 1%, 47%, 1);
}
.avis-encart-card {
padding: 1.5rem;
background: #fff;
}
.avis-name {
  font-weight: 600;
line-height: 24px;
margin-top: 0.5rem;
color: hsla(218, 14%, 16%, 1);
}
.encart-avis .align-right {
margin-top: -2rem;
width: fit-content;
margin-left: auto;
}
.encart-avis .card .show-more {
font-weight: 600;
line-height: 24px;
color: hsla(44, 100%, 46%, 1);
z-index: 2;
position: relative;
padding-left: 1rem;
padding-top: 0;
background: #fff;
}
.encart-avis .avis-card.js-more .avis-card-text::after {
background-image: linear-gradient(to bottom,  rgba(255, 255, 255, 0),  rgba(255, 255, 255, 1));
}
/* *************************************************************VIDEOS ************************************************************************ */
.encart-videos{
  background: linear-gradient(hsla(0, 0%, 0%, 0.7),hsla(0, 0%, 0%, 0.7)),url(../assets/gifs/bg-videos.jpg);
  background-size: cover;
}
.encart-videos iframe{
  min-height: 341px;
}
.encart-videos .row{
  row-gap: 1rem;
}
@media screen and (max-width: 992px) {
  .encart-videos .col{
    text-align: center;
  }
}
/* ******************************************************************BLOC 02 *************************************************************************/
h2{
line-height: 39px;
margin: 0 0 16px;
}
@media screen and (max-width: 992px) {
  #bloc-02 img,#bloc-03 img{
    display: block;
    margin: 2rem auto;
  }
}
/* *********************************************************CONTACT ********************************************************************************/
.index-page #encart-contact{
  background-image: url(../assets/gifs/bg-contact.jpg);
  background-size: cover;
}
.page-interne #encart-contact{
 position: relative;
}
.page-interne #encart-contact::before{
  position: absolute;
  content: "";
  width: 160%;
  max-width: 1920px;
  height: 100%;
  left: -23%;
  top: 0%;
  background-image: url(../assets/gifs/bg-contact.jpg);
  background-size: cover;
  z-index: -1;
}
.contact-title{
font-size: 54px;
line-height: 58px;
margin-bottom:28px;
}
#encart-contact .text{
  max-width: 586px;
  margin: 0 auto 26px;
  text-shadow: 0px 0px 3px 0px hsla(24, 89%, 14%, 1);
}
#encart-contact .btn-devis a{
  margin: auto;
}
@media screen and (max-width: 992px) {
  #encart-contact .contact-title{
    line-height: 31px;
    font-size: 31px;
  }
  #encart-contact .col{
    padding: 0;
  }
}
/* ****************************************************************EQUIPE******************************************************************************* */
.encart-equipe .title-3{
  margin-bottom: 12px;
  line-height: 15px;
}
.encart-equipe .text{
font-size: 20px;
font-weight: 700;
line-height: 20px;
}
.encart-equipe img{
  margin: auto;
}
/* *****************************************************************BLOC 03 *****************************************************************************/
#bloc-03{
  background-color: #F6F7F9;
}
/* ***************************************ACTUALITES*********************************** */
@media screen and (min-width: 601px) {
  .slick-actualites{
    justify-content: center;
  }
}
.actualites-card:hover{
  transform: scale(.94);
}
.actualites-card .card-link{
  color: hsla(34, 98%, 33%, 1);
font-weight: 600;
line-height: 24px;;
}
.actualites-card{
  padding: 29px;
  transition: .7s;
}
.actualites-card-title.line-clamp-4 {
  max-height: 84px;
}
.actualites-card-image{
  height: 119px;
  margin-bottom: 20px;
}
.actualites-card .card-text{
  margin: 12px 0 16px;
}
.actualites-card-image a,.actualites-card-image img{
  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 (max-width: 1400px) and (min-width: 993px) {
  #listing-autres-actus-categorie a.btn {
    padding: 12px 12px;
    font-size: 12px;
  }
}
@media screen and (min-width: 601px) {
  .actualites-listing .recherche_actu #input_recherche_actu {
       width: calc(100% - 7.25rem);
   }
   .recherche_actu #recherche_actu_submit {
     WIDTH: FIT-CONTENT;
 }
}
.actualites-detail #listing-autres-actus-categorie {
  background-color: var(--text-color-90);
  padding: 1rem;
}
/* ****************************************************FORMULAIRE ****************************************************************************/
.encart-formulaire{
  background-color: #F6F7F9;
}
.col-map,.col-map *{
  height: 100%;
}
#formulaire_5 p {
  margin-top: 0;
}
#formulaire_5 .divGenerateur ul label {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  display: flex;
  align-items: flex-start;
}
#formulaire_5 .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 #D6DAE1;
  background-color: #fff;
}
#formulaire_5 p.submit{
  margin-top: 1rem;
}
@media screen and (min-width: 601px) {
  #formulaire_5 .cp_ville {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #formulaire_5 .cp_ville > p {
      width: calc(50% - 6px);
  }
}
/* *************************************************FOOTER********************************* */
footer{
  background-color: hsla(44, 100%, 46%, 1);
}
body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}
.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;
  }
  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;
}
.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;
}
.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;
  color:#23272E;
}
#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:#23272E;
}
footer .reseaux-sociaux svg{
  fill: #23272E;
}
footer a:hover,.footer-2 nav a:hover,
.page-404 footer a:hover {
  text-decoration: underline;
  color:#23272E;
}
/* ****************************************PAGES INTERNES******************************** */
.contact-page .s-middle {
  flex-wrap: nowrap;
  height: 100%;
}
.contact-page .s-stretch {
  flex-wrap: nowrap;
}
.contact-page h1,.contact-hero .title-4{
  margin: 0;
  line-height: normal;
  min-height: 111px;
}
.contact-hero .title-4 {
  font-size: 27px;
}
.contact-hero p.intro{
  color: #fff;
}
.contact-page .s-middle {
  flex-wrap: nowrap;
  height: 100%;
}
.contact-page .s-stretch {
  flex-wrap: nowrap;
}
.contact-page-infos-pratiques{
  border: 1ps solid #fff;
  border-radius: var(--border-radius);
}
.map-container iframe{
  min-height: 300px;
}
.page-interne .sc-content #relance{
  margin-top: 0;
}
.page-interne .ac-doubleColonne h2{
  margin: 0 0 12px;
}
.page-interne #container{
  padding: 0;
}
.page-interne .hero-bg{
  padding: 100px 0;
  position: relative;
}
.hero-interne{
  padding: 100px 0 ;
  position: relative;
  margin-top: -4rem;
}
.actualites-detail .hero-interne{
  padding: 100px 0 78px;
}
.contact-hero{
  background: linear-gradient(270deg, rgba(18, 40, 63, 0.2) 0%, rgba(18, 40, 63, 0.9) 60%),url('../assets/gifs/slide-img.jpg');
  background-size: cover;  background-position: center;
max-width: 1920px;
margin: auto;
}
.plan-site h1{
  margin-bottom: 2rem;
}
.page-interne .hero-bg::before,.hero-interne::before {
  position: absolute;
  content: "";
  background: linear-gradient(270deg, rgba(18, 40, 63, 0.2) 0%, rgba(18, 40, 63, 0.9) 60%),url('../assets/gifs/slide-img.jpg');
  background-size: cover;  background-position: center;  width: 160%;
  left: -21%;
  max-width: 1920px;
  top: 0;
  height: 100%;
  z-index: -1;
}
.page-interne .ac-include .container{
  width: 100%;
}
.page-interne p>em,.catalogue-listing main p>em{
  display: block;
  font-style: normal;
  padding: 14px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 14%, 1);
  backdrop-filter: blur(16px);
  color: #fff;
}
.page-interne .sc-content .ac-doubleColonne .clear_both {
  margin-bottom: 2.35rem;
}
.sc-content .ac-doubleColonne .ac-colonne img{
  border-radius: var(--border-radius);
}
@media screen and (min-width: 993px) {
  body:not(.index-page) h1{
    font-size: 45px;
  }
  .contact-page .intro{
    margin-bottom: 0;
  }
   .hero-interne h1,.hero-bg h1{
    margin: 0;
  }
   .page-interne .ac-include>.section{
    padding: 100px 0;
    }
  .ac-doubleColonne p:last-of-type{
    margin-bottom: 0;
  }
.page-interne .sc-content img {
 height: 100%;
 object-fit: cover;
}
.page-interne .sc-content .clear_both {
  margin-bottom: 6.35rem;
}
.page-interne .sc-content .clear_both,#container .sc-content #relance {
  margin-bottom: 6.35rem;
}
}
@media screen and (max-width: 992px) {
  .page-interne .hero-bg,.hero-interne,.contact-hero {
    padding: 80px 0 ;
}
  h1,.title-1{
    font-size: 33px;
    line-height: 39px;
  }
  h1 span,h1.h1-geoloc span{
    font-size: 20px;
    line-height: 30px;
  }
  h2,.title-2{
    font-size: 27px;
  }
  h2,.title-3{
    font-size: 24px;
  }
  body[class*="listing"] .hero-interne .title-marketing,.hero-bg span{
    font-size: 32px;
  }
  .page-interne #container .ac-doubleColonne .ac-colonne img {
    WIDTH: auto;
    margin:1rem auto;
  }
}
@media screen and (max-width: 600px) {
    .row-btn{
      flex-direction: column;
      row-gap: 1rem;
      align-items: normal;
    }
    .btn-tel{
      justify-content: center;
    }
}
/* **************************************DEVIS ****************************************/
.devis-page fieldset {
  height: 100%;
}
.devis-page .divGenerateurRequired {
  margin-top: 1rem;
}
fieldset legend {
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .devis-page fieldset {
    margin-bottom: 1rem;
  }
}