:root {
  --primary-h: 200; /* hue */
  --primary-s: 67%; /* saturation */
  --primary-l: 49%; /* lightness */

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

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

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

  --primary-font: 'Montserrat', sans-serif;
  --secondary-font: 'Roboto', sans-serif;
  --font-3: 'Roboto', sans-serif;

  --h1-font-size: 2.5rem;
  --h2-font-size: 2rem;
  --h3-font-size: 1.5rem;
  --headings-line-height: 1.333333;

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

  --border-radius: 2rem;
  --button-border-radius: .25rem;
}
[class*="btn"] a.btn{
  padding: 13px 18px;
font-size: 15px;
font-weight: 400;
line-height: 24px;
}
a.btn svg{
  margin-right: 10px;
}
[class*="btn"] a.btn.primary,
[class*="btn"] a.btn.outlined,
.catalogue-nav a.btn.outlined {
  color: var(--primary-color);
  background: transparent;
  border: 2px solid var(--primary-color);
}
[class*="btn"] a.btn.primary:hover,
[class*="btn"] a.btn.outlined:hover {
  background-color: var(--primary-color);
  color: #fff;
}
#listing-autres-actus-categorie  a.btn.outlined{
  color: #FFF;
  background: transparent;
  border: 2px solid #FFF;
}
#listing-autres-actus-categorie  a.btn.outlined:hover{
  color: var(--primary-color);
  background: #fff;
}
@media screen and (min-width: 601px) {
  [class*="btn"] a.btn {
    width: fit-content;
  }
}
.fil-ariane,
#fil_ariane {
  margin-bottom: 32px;
  font-size: 14px;
}
/* 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, .title-1, .title-2, .title-3, .title-4, .title-5 {
  font-family: var(--secondary-font);
  font-weight: 400;
}
 h1, h2, h3, main .title-2{
  color: var(--primary-color);
}
.card-image a,.card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .7s;
}
[id*="encart"] .card-image{
  overflow: hidden;
}
.slick-slider {
  margin-bottom: 0;
}
.prestations-card,
 .actualites-card ,
 .catalogue-card{
  position: relative;
}
.prestations-card-title a::before,
 .actualites-card-title a::before,
 .catalogue-card-title a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.prestations-card:hover .card-image img,
.actualites-card:hover .card-image img ,
.catalogue-card:hover .card-image img{
  transform: scale(1.1);
}
/************************************************** SLIDER **************************************/
/* ====== */
.slick-dots li {
  margin: 0px -8px;
}
.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: linear-gradient(hsla(200, 87%, 12%, 0.67),hsla(200, 87%, 12%, 0.67)),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,
.slide-img .container .bloc,
.slide-img,
.slider-slick {
  height: auto;
  min-height: auto;
}
.span-slider{
font-size: 14px;
line-height: 21px;
}
.title-1{
  margin: 1rem 0;
    }
    .slide-content .title-2{
              MARGIN: AUTO;
        }
@media screen and (min-width: 993px) {
  .slide-content{
    padding: 62px 0 315px;
  }
  .title-1{
font-size: 55px;
font-weight: 700;
line-height: 60.2px;
  }
  .slide-content .title-2{
font-size: 40px;
font-weight: 400;
line-height: 53.2px;
  }
  .slide-content .title-2{
    max-width: 625px;
      }
}
@media screen and (max-width: 992px) {
  .slide-content{
    padding: 62px 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
.slide-content .title-2{
  max-width: 47%;
    }
  }
/* ********************************* */
/* ******************************HEADER********************************************** */
@media screen and (min-width: 993px) and (max-width: 1182px) {
 .header-content .top-bar .info,
 .header-content .top-bar .tel,
 .header-content .top-bar .lien-maps,
 .header-content  .top-bar a.btn{
    font-size: 12px;
  }
  .header-content .nav#main-nav > ul > li > a {
font-size: 14px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.header-content .brand .col{
  width: 300px;
}
}
@media screen and (min-width: 993px) {
  .header-content .lien-maps .adresse{
    display: none
  }
  .header-content .nav ul li a.selected{
    color: var(--primary-color);
    font-weight:800 ;
  }
  .header-content .nav ul li a:hover,
  .header-content .nav ul li:hover> a{
    color: var(--primary-color);
  }
  .header-content .dropdown  a{
    font-size: 13px;
  }
  .header-content .nav ul li.sous_menu > a::after{
    content: url(../assets/gifs/down.svg);
  }
  .header-content  li  a{
font-weight: 500;
line-height: 11px;
color: hsla(330, 1%, 26%, 1);
  }
  .top-bar{
    background: linear-gradient(33deg,hsla(205, 55%, 52%, 1) 44%,hsla(204, 55%, 90%, 0.5) 26%);
  }
  .top-bar .info{
    color:#fff;
  }
  .top-bar .tel,  .top-bar .info{
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
  }
  .header-content .top-bar .col{
    padding: 0 6px;
  }
  .top-bar .lien-maps{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;    
  }
  .top-bar .row {
    margin-right: -0.6px;
    margin-left: -0.6px;
}
.main-header-content{
  padding: 18px 0;
}
header .devis-link,header .contact-link {
  display: none;
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 13px;
}
.fold .index-contact {
  display: none ;
}
.top-bar .lien-maps:hover{
  opacity:.5;
}
}
@media screen and (min-width: 993px) and (max-width: 1422px) {
  .header-content .nav ul li.sous_menu ul.dropdown > li a {
    font-size: 11px;
  }
  .top-bar {
    font-size: 12px;
  }
  .header-content .nav#main-nav > ul > li > a {
    font-size: 13px;
    padding: 0.5rem 0.3rem;
  }
  .header-content .btn-devis a.btn {
    font-size: 13px;
    padding: 14px 8px;
  }
  .header-content .container {
    width: 95%;
  }
}
@media screen and (min-width: 601px) {
  .row-btn {
    flex-direction: row;
  }
}
@media screen and (max-width: 992px) {
  .header-content .nav ul li a.selected{
    color: var(--primary-color-30);
  }
  .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: hsla(230, 94%, 94%, 1);
  }
  .fold-tel {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    background-color: transparent;
  }
}
.fold-tel {
  justify-content: center;
  margin-bottom: 12px;
}
  /* *********************************************FIN HEADER*********************************************** */
  /* *******************************************PRESTATIONS************************************************ */
  .prestations-card{
    overflow: hidden;
  }
  .prestations-card::before{
    position: absolute;
    content: "";
    width: 447px;
    height: 447px;
    background-color: hsla(200, 67%, 49%, 0.9);
    border-radius: 100%;
    bottom: 36%;
    z-index: 1;
  }
  .prestations-card.card-1::before{
left: -12%;
  }
  .prestations-card.card-2::before{
    right: -12%;
  }
  .card-1 .prestations-card-content{ 
    position: absolute;
    left: 15px;
top: 59px;
display: flex;
gap: 20px;
align-items: flex-start;
justify-content: flex-end;
  }
  .card-2 .prestations-card-content{ 
    position: absolute;
    right: 15px;
top: 59px;
display: flex;
gap: 20px;
align-items: flex-start;
padding-right: .5rem;
  }
  .prestations-card-title a{
    text-decoration: none;
    font-family: var(--secondary-font);
font-size: 32px;
font-weight: 700;
line-height: 34.2px;
  }
  #encart-prestations .span-title{
font-size: 11px;
line-height: 24px;
margin-bottom: 10px;
  }
  #encart-prestations .card-content{
    max-width: 275px;
    z-index: 2;
  }
  #encart-prestations .text{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
  }
  .prestations-link svg{
    margin-left: 10px;
  }
  .prestations-link{
font-size: 15px;
line-height: 24px;
  }
  @media screen and (max-width: 992px) {
    .prestations-card-image{
      height: 432px;
    }
  }
  @media screen and (min-width: 993px) {
    #encart-prestations{
      margin-top: -17.625rem;
      position: relative;
      padding: 2rem 0;
    }
    #encart-prestations::before{
      position: absolute;
      content: "";
      width: 78px;
      height: 78px;
      background-color: hsla(200, 67%, 49%, 1);
      bottom: 0px;
        left: calc(50% - 39px);
        z-index: 2;
    }
  }
  @media screen and (min-width: 993px) and (max-width: 1270px) {
    .prestations-card::before{
      bottom: 19%;
    }
  }
  /* *********************************BLOC 01*************************************************************** */
  main [id*="bloc"] p{
font-size: 15px;
line-height: 24px;
  }
  main [id*="bloc"] p a{
    color: var(--text-color);
  }
  .bloc-01-bis{
    background: linear-gradient(hsla(200, 67%, 49%, 0.1),hsla(200, 67%, 49%, 0.1)),url(../assets/gifs/bg-2.jpg);
    background-size: cover;
  }
  @media screen and (min-width: 993px) {
  .index-page h1{
font-size: 55px;
font-weight: 700;
line-height: 60.2px;
margin: 15px 0 ;
  }
  .index-page h1 span{
    max-width:  64%;
    margin: 15px auto 0;
font-size: 38px;
font-weight: 500;
line-height: 60.2px;
  }
  .bloc-01 p{
    max-width: 774px;
    margin: auto;
  }
  .bloc-01-bis .col-img,#bloc-02 .col-img,#bloc-03 .col-img{
    position: relative;
  }
  .bloc-01-bis .col-img img,#bloc-02 .col-img img{
    position: absolute;
    height: 100%;
    width: 151.5%;
    left: 0;
    top: 0;
    max-width: none;
  }
  .bloc-01-bis .container{
    position: relative;
  }
  .bloc-01-bis .container::before{
    position: absolute;
    content: "";
    left: -23px;
    top: 9px;
    width: 10px;
    height: 65%;
    background-color: var(--primary-color);
  }
  .bloc-01-bis h2{
    margin: 0 0 1.5rem;
  }
}
@media screen and (max-width: 992px) and (min-width: 601px) {
  .bloc-01 h1 span{
    max-width: 60%;
    margin: 1rem auto;
  }

}
  /* ******************************  LES BLOCS ****************************************************************/
  #bloc-03 p:first-of-type, #bloc-03 p:nth-of-type(2) {
    position: relative;
    padding-left: 120px;
}
#bloc-03 p:first-of-type::before, #bloc-03 p:nth-of-type(2)::before {
  position: absolute;
  content: "";
  width: 104px;
  height: 104px;
  top: calc(50% - 52px);
  left: 0;
  background-image: url(../assets/gifs/p-1.png);
  border-radius: 100%;
  background-size: cover;
}
#bloc-03 p:nth-of-type(2)::before {
  background-image: url(../assets/gifs/p-2.png);
}
#bloc-03{
  padding-top: 0;
}
#bloc-03 h2{
  margin: 24px 0 50px;
}
  @media screen and (min-width: 993px) {
    #bloc-02{
      max-width: 1920px;
      margin: auto;
      position: relative;
    }
    #bloc-02::before{
      position: absolute;
      content: "";
      width: 78px;
      height: 78px;
      background-color: hsla(200, 67%, 49%, 1);
      bottom: 88px;
        left: -39px;
        z-index: 2;
    }
    #bloc-02 h2{
      margin: 0 0 1.5rem;
    }
    h2,.title-2{
font-size: 37px;
font-weight: 400;
line-height: 53.2px;
    }
    .index-page main .section{
      padding: 120px 0;
    }
    #bloc-02 .col-img img{
      left: auto;
      right: 0;
      top: 0;
    }
    #bloc-03 .col-img img{
      position: absolute;
      width: 170%;
      height: 100%;
      left: -42px;
      top: 0;
      max-width: none;
    }
    #bloc-03 .col-img::before{
      position: absolute;
      content: "";
      width: 78px;
      height: 78px;
      background-color: hsla(200, 67%, 49%, 1);
      top: -36px;
        left: 60px;
        z-index: 2;
    }
    #bloc-03 .col-text{
      max-width: 62%;
      margin-left: 0;
      margin-right: auto;
    }
    #bloc-03 h2:last-of-type{
      margin:1.5rem 0 3rem;
    }
    #bloc-03 .btn-contact{
      margin-top: 1.5rem;
    }
    #bloc-03 .container{
      position: relative;
    }
    #bloc-03 .container::before{
      position: absolute;
        content: "";
        left: -23px;
        top: 3px;
        width: 10px;
        height: 47%;
        background-color: var(--primary-color);
    }
  }
  @media screen and (max-width: 992px) {
    [id*="bloc"] img {
      margin: 2rem auto;
      display: block;
      width: auto;
    }
    #bloc-03 p:first-of-type, #bloc-03 p:nth-of-type(2) {
      padding-left: 80px;
  }
  #bloc-03 p:first-of-type::before, #bloc-03 p:nth-of-type(2)::before {
    width: 72px;
    height: 72px;
  }
  }
  /* ***************************************** ENCART AVIS**************************** */
  .encart-avis{
    background: linear-gradient(hsla(200, 67%, 49%, 0.1),hsla(200, 67%, 49%, 0.1));
    position: relative;
  }
  .encart-avis::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../assets/gifs/bg-avis.jpg);
    background-size: cover;
opacity: .1;  }
.avis-card .avis-card-text {
  font-family: var(--font-3);
font-size: 13px;
line-height: 18px;
  margin-left: 80px;
  margin-top: 0.5rem;
  color: hsla(0, 0%, 33%, 1);
}
.avis-encart-card .row {
  flex-wrap: nowrap;
}
.avis-encart-card-date {
  font-family: var(--font-3);
font-size: 11px;
line-height: 13.2px;
  color: hsla(0, 1%, 47%, 1);
}
.avis-encart-card {
  padding: 30px;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0px 8px 16px 0px hsla(0, 0%, 0%, 0.08);
}
.avis-name {
  color: #000;
  font-family: var(--font-3);
font-size: 14px;
line-height: 16.8px;
margin-top: .5rem;
}
.encart-avis .show-more {
  font-family: var(--font-3);
  font-size: 12px;
  line-height: 14.4px;
  text-decoration-line: underline;
  color: hsla(205, 15%, 22%, 1);
}
@media screen and (max-width: 992px) {
  .encart-avis .avis-encart-card {
    padding: 9px;
  }
}
@media screen and (min-width: 993px) {
  .encart-avis .slick-prev .slick-prev-icon:before {
  content: url(../assets/gifs/slick-prev.svg);
  opacity: .75;
  }
  .encart-avis  .slick-next .slick-next-icon:before {
  content: url(../assets/gifs/slick-next.svg);
  opacity: 1;
  }
}
/* ************************ENCART QUALIFICATIONS************************************** */
.index-page main .section.encart-qualifications{
  position: relative;
  max-width: 1920px;
  margin: auto;
  padding-bottom: 0;
}
.encart-qualifications::before{
  position: absolute;
  content: "";
  width: 70%;
  height: 812px;
  background-image: url(../assets/gifs/bg-left.jpg);
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 993px) {
  .encart-qualifications .second-col p:first-of-type{
    margin-top: 0;
  }
.encart-qualifications .second-col{
  position: relative;
}
.encart-qualifications .second-col::before{
  position: absolute;
  content: "";
  left: -23px;
  top: 3px;
  width: 10px;
  height: 45%;
  background-color: var(--primary-color);
}
.encart-qualifications h4{
  margin: 24x 0 8px;
font-size: 21px;
font-weight: 400;
line-height: 34.2px;
}
}
@media screen and (max-width: 992px) {
  .encart-qualifications img {
    margin: 2rem auto;
    display: block;
    width: auto;
  }
}
/*********************************ENCART CATALOGUE****************************************  */
.span-title{
font-size: 14px;
font-weight: 400;
line-height: 24px;
}
.span-title:has(svg){
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.catalogue-nav{
  margin-bottom: 3rem;
}
.catalogue-nav a.btn.outlined {
  padding: 6px 12px;
 }
 .catalogue-nav .row{
  row-gap: 12px;
 }
.catalogue-card-title a{
  text-decoration: none;
font-family: var(--secondary-font);
font-size: 21px;
line-height: 34.2px;
color: #000;
}
.catalogue-card-content{
  padding-top: 1.5rem;
}
.title-text{
  max-width: 850px;
    margin: 0 auto 17px;
}
#encart-catalogue .title-2{
  margin: 14px 0;
}
.catalogue-encart-btn{
  margin-top: 40px;
}
.catalogue-card-title {
  max-width: 89%;
 margin: auto;
}
.align-right.row-btn{
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
/* PROBLEME AFFICHAGE BDD DETAILS */
.catalogue-detail .catalogue-detail-images-container .col:not(:first-child) {
  max-width: 33.333333333%;
}
@media screen and (max-width: 600px) {
  .align-right.row-btn{
  flex-direction: column;
  row-gap: 1rem;
  }
}
@media screen and (min-width: 993px) {
  .slick-catalogue >.col:first-of-type,
  .slick-catalogue >.col:first-of-type+.col{
    position: relative;
  }
  .slick-catalogue >.col:first-of-type::after,
  .slick-catalogue >.col:first-of-type+.col::after{
    position: absolute;
        content: "";
        width: 55px;
        height: 55px;
        background-color: hsla(200, 67%, 49%, 1);
        bottom: 17px;
        right: -26px;
        z-index: 2;
  }
}
/*********************************ENCART CONTACT****************************************  */
#encart-contact{
  background-image: url(../assets/gifs/bg-contact.jpg);
  background-size: cover;
  position: relative;
}
#encart-contact *{
  z-index: 2;
  position: relative;
}
#encart-contact::before{
  position: absolute;
  content: "";
  background:linear-gradient(hsla(200, 67%, 49%, .8),hsla(200, 67%, 49%, .8)), url(../assets/gifs/before-contact.jpg);
  background-size: cover;
  width: 55%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#encart-contact .title-2{
  color: #fff;
  margin: 0 0 24px;
}
@media screen and (min-width: 993px) {
  #encart-contact .container{
    position: relative;
  }
  #encart-contact .container::before{
    position: absolute;
        content: "";
        left: -23px;
        top: 10px;
        width: 10px;
        height: 50%;
        background-color: #fff;
  }
}
@media screen and (max-width: 992px) {
  #encart-contact img {
    margin: 2rem auto;
    display: block;
    width: auto;
  }
  #encart-contact{
    text-align: center;
  }
}
/*********************************ENCART POINTS FORTS****************************************  */
.encart-points-forts .title-2{
  margin: 20px 0;
}
.encart-points-forts ul{
  list-style: none;
  padding-left: 0;
}
.encart-points-forts li{
font-family: var(--secondary-font);
font-size: 21px;
line-height: 34.2px;
position: relative;
padding-left: 36px;
margin-bottom: 20px;
}
.encart-points-forts li::before{
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 10px);
  width: 18px;
  height: 17px;
  background-image: url(../assets/gifs/check.svg);
}
@media screen and (min-width: 993px) {
.encart-points-forts .col-img{
  position: relative;
}
.encart-points-forts .col-img img{
  position: absolute;
  width: 170%;
  height: 100%;
  top: 0;
  right: 12px;
  max-width: none;
} 
.encart-points-forts .col-img::before{
  position: absolute;
  content: "";
  width: 78px;
  height: 78px;
  background-color: hsla(200, 67%, 49%, 1);
  top: -36px;
    right: 150px;
    z-index: 2;
}
}
@media screen and (max-width: 992px) {
  .encart-points-forts img {
    margin: 2rem auto;
    display: block;
    width: auto;
  }
}
/* ***********************************ENCART IMAGES*************************************** */
.encart-img-slick .slick-prev .slick-prev-icon,
.encart-img-slick .slick-next .slick-next-icon{
  opacity: 1;
}
.encart-img-slick .slick-prev .slick-prev-icon:before, 
.encart-img-slick .slick-prev .slick-next-icon:before, 
.encart-img-slick .slick-next .slick-prev-icon:before, 
.encart-img-slick .slick-next .slick-next-icon:before{
  color: #fff;
  padding: 31px 9px;
  background-color: var(--primary-color);
  opacity: 1;
}
.index-page main .section.encart-img-slick{
  padding-top: 0;
}
.encart-img-slick .slick-prev{
left: 0;
z-index: 2;
}
.encart-img-slick .slick-next{
  right: .5rem;
}
/*********************************ENCART ACTUALIES ****************************************  */
.index-page #encart-actualites{
  background-color: hsla(200, 67%, 49%, 0.1);
}
.actualites-card-image{
  height: 209px;
  overflow: hidden;
}
.actualites-date .date-prefix{
  display: none;
}
.actualites-date{
  position: relative;
  height: auto;
  margin: 14px 22px;
font-size: 14px;
line-height: 21px;
color: var(--accent-color);
overflow: visible;
}
.actualites-date::before{
  position: absolute;
  content: "";
  width: 14px;
  height: 17px;
  left: -8px;
  top: calc(50% - 8px);
  background-image: url(../assets/gifs/calendar.svg);
}
.actualites-detail-date::before{
  left: -21px;
}
.actualites-card-title a{
  text-decoration: none;
font-family: var(--secondary-font);
font-size: 21px;
font-weight: 400;
line-height: 34.2px;
color: hsla(200, 67%, 49%, 1);
}
.actualites-card-title{
  height: 2.5rem;
}
.actualites-card-text{
  font-size: 15px;
line-height: 24px;
margin-bottom: 1.5rem;
}
.actualites-link svg{
  margin-right: 10px;
}
.actualites-link{
font-size: 15px;
line-height: 24px;
color: var(--accent-color);
}
#listing-autres-actus-categorie ul a {
  font-size: 15px;
  text-decoration: none;
  color: #fff;
}
#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;
}
.actualites-listing #fil_ariane {
  margin-bottom: 0rem;
  margin-top: -24px;
}
@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(--primary-color);
  padding: 1rem;
  color: #fff;
}
@media screen and (min-width: 993px) {
.detail-actu-image {
  width: 32%;
}
}
@media screen and (min-width: 601px) {
  .actualites-listing .recherche_actu #input_recherche_actu {
    width: calc(100% - 10.25rem);
  }
}
/* **********************************FOURNISSEURS************** */
.encart-fournisseurs .title-text{
  margin-bottom: 3rem;
}
/* *****footer******************************************** */
footer .brand{
  margin-bottom: 2rem;
}
footer .section.footer-1 {
  padding: 0 0 1rem;
}
footer {
  background-color: hsla(200, 67%, 49%, 1);
  color: #fff;
}
footer nav li {
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}
.footer-1  li svg {
  margin-right: 13.56px;
}
.footer-row-contact svg {
  width: 20px;
}
.footer-row-contact address {
  margin: 0;
}
.footer-row-contact {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #FFF ;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 27px;
}
footer .siret {
  font-size: 14px;
  font-weight: 400;
  line-height: 27.2px;
}
.footer-row-contact a {
  text-decoration: none;
  color: #fff ;
}
.footer-row-contact .tel {
  font-size: 14px;
  font-weight: 400;
  line-height: 27.2px;
}
footer .title-4 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34.2px;
  margin-bottom: 34px;
}
.liste-1 li a,
.liste-2 li a,
.footer-row-contact a,
.footer-row-contact .lien-maps {
  font-size: 14px;
  font-weight: 400;
  line-height: 27.2px;
}
.footer-1 a:hover {
  color: #fff;
  opacity: .5;
}
footer{
  position: relative;
}
footer .top:hover{
  opacity: 1;
  background-color: var(--accent-color-30);
}
footer .top{
  position: absolute;
  left:calc(50% - 25px) ;
  top: -25px;
  padding: 13px 18px;
  border-radius: 100%;
  background-color: var(--accent-color);
}
.bouton .btn-contact{
  margin-right: 5px;
}
@media screen and (max-width: 992px) {
  .footer-text{
    max-width: 300px;
    margin: auto;
  }
  footer{
    text-align: center;
    padding: 3rem 0 1.5rem;
  }
  .siret{
    margin-top: 1.5rem;
  }
  footer .footer-2 .reseaux-sociaux ul,
  .footer-row-contact{
    justify-content: center;
  }
}
@media screen and (min-width: 993px) {
  footer .col:has(.reseaux-sociaux){
    max-width: 222px;
  }
  .contact-page .intro {
      margin-bottom: 0;
  }
  footer nav ul {
      margin-top: 0;
      margin-bottom: 0;
  }
  footer .section.footer-2 {
      padding-top: 16px;
      padding-bottom: 0;
  }
  .footer-2 .container {
      padding: 13px 0;
      position: relative;
  }
  .footer-2 .container::before {
      position: absolute;
      content: "";
      width: 68%;
      height: 1px;
      left: 0;
      top: 0;
      background-color: #fff;
  }
   .liste-2 {
      margin-left: 80px;
  }
  footer {
      padding-top: 62PX;
  }
  footer nav li {
      text-align: left;
  }
}
@media screen and (min-width: 993px) and (max-width: 1335px) {
  footer nav li svg {
    margin-right: 4.56px;
}
footer .footer-row-contact {
  gap: 6px;
}
footer .liste-2 {
  margin-left: 18px;
}
footer .liste-1 li a,
footer .liste-2 li a,
footer .footer-row-contact a,
footer .footer-row-contact .lien-maps {
  font-size: 12px;
}
}
.footer-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 27.2px;
}
footer .reseaux-sociaux li a{
  padding: 13px 15px;
  background-color: var(--accent-color);
  width: 50px;
  text-align: center;
}
/* *************************************PAGES INTERNES****************************************** */
.contact-page .s-middle {
  flex-wrap: nowrap;
  height: 100%;
}
.contact-page .s-stretch {
  flex-wrap: nowrap;
}
.contact-page h1{
  color: #fff;
  margin: 0;
}
.contact-page .intro{
  margin-bottom: 0;
}
.page-interne .ac-include> .bloc-bg,
.page-interne .ac-include> [id*="encart"] ,
.page-interne .ac-include> [class*="encart"]{
  position: relative;
  background: none;
  background-image: none;
  background-color: transparent;
}
.page-interne .ac-include> [class*="encart"].encart-fournisseurs{
  padding: 0;
}
.page-interne .bloc-bg,
.page-interne .first-colonne{
position: relative;}
.page-interne .encart-avis{
  background: none;
  position: relative;
}
.page-interne .encart-avis{
  background: none;
}
.page-interne .encart-avis::before {
  width: 300%;
  height: 100%;
  top: 0;
  left: -100%;
}
.page-interne .encart-avis::after 
,.page-interne .bloc-bg::before,
.page-interne #encart-actualites::before{
  position: absolute;
  content: "";
  width: 300%;
  height: 100%;
  background: linear-gradient(hsla(200, 67%, 49%, 0.1), hsla(200, 67%, 49%, 0.1));
  top: 0;
  left: -100%;
  z-index: -1;
}
.page-interne h1{
  text-align: center;
color: #fff;
max-width: 744px;
margin: 1rem auto 0;
}
.page-interne #container{
  padding-top: 0;
}
#container>.container>section:not(.ac-include).first-colonne{
  margin: 0 0 60px;
  padding: 62px 0;
  text-align: center;
  color: #fff;
}
.page-interne .first-colonne::before{
  position: absolute;
  content: "";
  width: 170%;
  height: 100%;
  background: linear-gradient(hsla(200, 87%, 12%, 0.67),hsla(200, 87%, 12%, 0.67)),url('../assets/gifs/slider/slide-01.jpg');
  top: 0;
  background-size: cover;
  left: -23%;
  z-index: -1;
  max-width: 1920px;
}
#relance {
  position: relative;
  padding: 40px 0px;
}
#relance:before {
  content: "";
  position: absolute;
  left: -5000px;
  width: 10000px;
  height: 100%;
  background: #F7F7F7;
  z-index: -1;
  bottom: 5px;
}
.ac-doubleColonne.bloc-01 h3{
  margin: 1.5rem 0;
font-size: 25px;
font-weight: 400;
line-height: 34.2px;
}
.page-interne  #encart-contact{
  background-image: none;
}
.page-interne  #encart-contact::after{
  content: "";
  position: absolute;
  background-image: url(../assets/gifs/bg-contact.jpg);
  width: 170%;
  height: 100%;
  top: 0;
  left: -23%;
  z-index: -1;
  max-width: 1920px;
  background-size: cover;
  z-index: -2;
}
.page-interne  #encart-contact::before{
  width: 85%;
  top: 0;
  left: -23%;
  z-index: -1;
  max-width: 1920px;
}
@media screen and (min-width: 601px) {
.catalogue-listing .catalogue-nav .row{
  flex-direction: row;
}
}
.catalogue-nav .row{
  row-gap: 1rem;
  align-items: normal;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
 
  .catalogue-listing main>.section{
    padding-bottom: 4rem;
  }
.container>section:not(.ac-doubleColonne),
 .container>section:not(.ac-include) {
  padding: 3rem 0;
}
}
@media screen and (min-width: 1320px) {
  .lji-fermetures .ac-doubleColonne.bloc-01 img{
    height: 596px;
    object-fit: cover;
  }
  .lji-fermetures .ac-doubleColonne.bloc-02 img{
    height: 559px;
    object-fit: cover;
  }
}
.page-interne .sc-content #relance {
  margin-bottom: 0;
}
@media screen and (min-width: 993px) {
  .catalogue-listing main>.section{
    padding-bottom: 5rem;
  }
  .contact-page h1 {
    font-size: 28px;
}
  .page-interne h1{
  font-size: 55px;
  font-weight: 700;
  line-height: 60.2px;
  }
  .container>section:not(.ac-doubleColonne), 
.container>section:not(.ac-include) {
  margin: 100px 0;
}
  .page-interne .sc-content img{
    height: 100%;
    object-fit: cover;
  }
  .page-interne .bloc-bg,
.page-interne .ac-include> #encart-contact,
.page-interne .ac-include> .encart-avis,.page-interne #encart-actualites{
  padding: 100px 0;
}
  #container .sc-content .ac-doubleColonne.bloc-01 .ac-colonne.ac-colonne_1,
  #container .sc-content .ac-doubleColonne.bloc-02 .ac-colonne.ac-colonne_2 {
    width: 128%;
  }
  .ac-colonne.ac-colonne_2 h2{
    margin: 1.5rem 0 ;
   }
   .ac-colonne.ac-colonne_2 h2:first-of-type{
    margin: 0 0 1.5rem;
   }
}