:root {
  --primary-h: 0; /* hue */
  --primary-s: 0%; /* saturation */
  --primary-l: 14%; /* lightness */

  --accent-h: 350; /* hue */
  --accent-s: 93%; /* saturation */
  --accent-l: 47%; /* 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 */

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

  --primary-font: 'Manrope', sans-serif;
  --secondary-font: 'Archivo', sans-serif;
  --accent-font: 'Poppins', sans-serif;

  --h1-font-size: 4.313rem;
  --h2-font-size: 3.125rem;
  --h3-font-size: 1.875rem;

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


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

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

[class*="btn"] a.btn {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 13px 22.5px;
}
[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
}
a.btn.accent svg{
  margin-left: 22px;
}
.contact-page [id*="formulaire"] .btn.primary {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
}
.contact-page [id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color-30);
}
[class*="btn"] a.btn:not(.accent),
.index-page [id*="formulaire"] .btn.primary {
  color:var(--accent-color);
  background: transparent;
  border: 2px solid var(--accent-color);
}
[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: var(--title-color);
  margin: 0px 0px 10px 0px;
  font-weight: 400;
}

.paginationControl {
  text-align: center;
  font-size: 18px;
  margin-top: 3rem;
}
.paginationControl a {
  text-decoration: none;
}
.paginationControl .selected {
  font-weight: bold;
}

.plan-site .sitemap-nav ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.fil-ariane,
#fil_ariane {
  margin-bottom: 2rem;
  font-size: 0.8rem;
}
#fil_ariane{
  margin: 3rem 0;
}





.card img {
  width: 100%;
}


/** titre mobile**/

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

/*** end titre mobile***/


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

.slider-slick {
  width: 100%;
  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 {
  max-width: 758px;
  color: #fff;
  padding-block: 40px;
}

h1.h1-geoloc {
  color: #E8092E;
  font-size: 3.25rem;
}

h1.h1-geoloc span {
  color: #fff;
  margin: 0px;
  font-size: var(--h3-font-size-s);
  padding-block: 24px;
}

h1.h1-geoloc span::before, .title-1.h1-geoloc span::before {
  display: none;
}
.puce-liste svg {
  margin-right: 10px;
}


em, .cards {
  background: #000000;
  display: block;
  color: #fff;
  padding: 10px;
  font-style: initial;
}

.encart-bloc {
  background: #000000;
  display: block;
  color: #fff;
  padding: 10px;
  font-style: initial;
  margin: 20px 0px;
}
.sur-title {
  text-transform: uppercase;
  font-size: 0.813rem;
  font-weight: 400;
}

p {
  font-weight: 400;
}

.page-interne .sc-content img {

  margin: 20px auto;
}

.cards-1 {
  border: 1px solid;
  padding: 24px;
  text-align: center;
}

@media screen and (min-width: 993px) {
  
.page-interne .sc-content img {

  margin: 0px auto;
}
  .slide-content {

    padding-block: 91px 180px;
  }

  h1.h1-geoloc span {font-size: var(--h3-font-size);font-weight: 400;}
  

  
}

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

/******************header  elements************/
.fold {
  padding: 20px 0px;
}

[id^="bloc-0"] img {
margin: 40px auto;
}

header a.tel.gtm-global-tel {
  display: block;
  margin-bottom: 10px;
}
.btn-devis svg {
  fill: #fff;
}

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;

}
.menu-mobile .brand img {
  width: 50px;
}

.titre-marketing .title-1 {
  font-size: 1.5rem;
  text-align: center;
  padding-block: 50px;
  background: #000;
  color: var(--accent-color);
  border-radius: 5px;
}


.header-content .nav ul li.sous_menu ul.ssdropdown li a, .header-content .nav ul li.sous_menu ul.ssdropdown li:not(:last-child) a.selected.selected {
  color: var(--accent-color);
}

.header-content .nav ul li.sous_menu ul.ssdropdown li a, .header-content .nav ul li.sous_menu ul.ssdropdown li:not(:last-child) a.selected:hover {
  color: var(--accent-color);
}

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

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

  }

  [id^="bloc-0"] img {
    margin: 0px;
    }

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


  .header-content .nav ul li.sous_menu ul.dropdown {

    background-color: #232323;
    border: solid 1px rgba(0, 0, 0, 0.1);
 
}

.header-content .nav ul li.sous_menu ul.ssdropdown {

  background-color: #232323;
  border: solid 1px rgba(0, 0, 0, 0.1);

}

.header-content .nav ul li.sous_menu ul.ssdropdown li a, .header-content .nav ul li.sous_menu ul.ssdropdown li:not(:last-child) a {

  color: #fff;

}

.header-content .nav ul li.sous_menu ul.ssdropdown li a:hover, .header-content .nav ul li.sous_menu ul.ssdropdown li:not(:last-child) a:hover {
  color: var(--accent-color);
}
.header-content .nav ul li:hover > a {
  color: var(--accent-color);
}
  .header-content .nav ul li a.selected {
    color: var(--accent-color);
    border-bottom: 1px solid;
}
.header-content .nav ul li.sous_menu ul.dropdown > li.sous_menu:not(.empty-link):hover > a {
  color: var(--accent-color);
}
.header-content .nav ul li a:hover {
  color: var(--accent-color);
  border-bottom: 1px solid;
}

  .main-header-content {
    background: #232323;
    color: #fff;
    padding: 10px 0px;
}

.add-header {
    display: flex;
    gap: 10px;
}

.email-header {
    display: flex;
    gap: 10px;
}

.add-email {
    display: flex;
    gap: 10px;
}

.tel-header {
    display: flex;
    gap: 10px;
}

.tel-header .tel {
    color: #464445;
}

.top-bar {
    padding: 10px 0px;
}


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

  .fold {
    display: none;
}

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



.header-content .nav#main-nav > ul > li > a {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}

}

@media screen and (min-width: 1400px) {
  .header-content .nav#main-nav > ul > li > a {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    font-weight: 700;
  }
}
/***end header******************/







/***bloc ******************/
main .btn-devis {
  margin-top: 15px;
  margin-bottom: 15px;
}

.titre-top {
  font-size: 0.813rem;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}

.titre-top:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 8px;
  width: 85px;
  background: #D3071F;
}

.puce-liste {
  font-weight: 700;
  padding: 5px 0px;
}
.bloc-contact-inte {
  margin-top: 60px;
}


div#bloc-04 address {
  display: inline;
}


.encart-rdv {
  display: -webkit-inline-box;
  align-items: center;
  margin: 40px 0px;
}

.encart-rdv svg {position: relative;top: 17px;margin-right: 10px;}

.bloc-contact-inte {
  padding: 20px;
  background: #EDECED4D;
}
@media screen and (min-width: 993px) {

  main .btn-devis {

    margin-bottom: 0px;
}
  div#bloc-04 {
    padding-top: 0px;
}

  h3 span {
    display: block;
}


.bloc-contact-inter {
  padding-top: 30px;
  position: relative;
  margin-top: 48px;
}

.bloc-contact-inter:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 500px;
  height: 1px;
  background: #000000;
}


.bloc-contact-inte {
  padding: 20px;
  background: #EDECED4D;
}

[id^="bloc-0"] h2 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

[id^="bloc-0"] h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 1px;
  background: #000;
}


div#bloc-05 h2 {
  letter-spacing: -1px;
}

}



/****end bloc*******/


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

div#encart-prestations {
  background: #000000;
}

.prestations-card-content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 29%;
  opacity: 0;
}

.prestations-card {
  position: relative;
}

.prestations-card-title p {
  max-width: 375px;
  margin: 30px auto;
}

.prestations-card a {
  text-decoration: none;
}
.prestations-card:hover .prestations-card-image {
  transition: transform 0.6s ease;
}


.prestations-card-image:hover:before {
  position: absolute;
  left: 0px;
  right: 0px;
  background: #00000066;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  transition: all 0.6s ease; /* transition pour l'effet */
}
.resum-prest {
  margin-bottom: 40px;
  padding: 0px 20px;
}
a {
  transition: all 0.6s ease;
}
.prestations-card:hover .prestations-card-image img {
  filter: grayscale(100%);
  transition: all 0.6s ease; /* transition fluide pour le filtre */
}

.prestations-card:hover .prestations-card-content {
  opacity: 1;
  transition: opacity 0.6s ease;
  z-index: 1;
}
.card-image a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.prestations-card:hover  .card-image a:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background: #00000069;
  z-index: 1;
}

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

  padding: 0px 0px;
}


}
/******End encart prestation***/



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

div#encart-point-forts {
position: relative;
}
div#encart-point-forts:before {
  position: absolute;
  height: 80%;
  top: 0px;
  width: 100%;
  content: "";
  background-image: url(../assets/gifs/bg-point-fort.jpg);
  background-size: cover;
}



div#encart-point-forts .resum-prest {
  position: relative;
  max-width: 852px;
  margin: 0px auto 40px auto;
}


div#encart-point-forts .sur-title {
  border-bottom: 8px solid #D3071F;
  padding-bottom: 10px;
}


.point-forts-card {
  box-shadow: 0px 10px 50px 1px #0000000D;
  background: #fff;
  padding-bottom: 100px;
  padding: 45px 10px 0px 10px;
  min-height: 216px;
  transition: all 0.6s ease;
}

.point-forts-card:hover {
  background: #D3071F;
  color: #fff;
}

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

div#encart-point-forts:before {
 
  height: 65%;

}
}

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



/***************porcentage**************/
.slick-porcentage {
  box-shadow: 0px 0px 60px 0px #0000000D;
  FONT-VARIANT: JIS83;
  padding: 30px 11px;
  text-align: center;
  background: #fff;
}

.chiffre {
  font-size: 2.438rem;
  font-weight: 600;
  font-family: var(--secondary-font);
}

div#encart-porcentage {
  padding-top: 0px;
  margin-top: -127px;
  position: relative;
  padding-bottom: 0px;
}

div#encart-porcentage .container {
  background: #fff;
}

.chiffre span {
  font-size: 1.25rem;
}

.porcentage-card {
  border-left: 1px solid #8F8F8F;
}
@media screen and (min-width: 1400px) {
  .chiffre {
    font-size: 4.438rem;
  
  }
  .chiffre span {
    font-size: 3.25rem;
  }

}
/***************end porcentage**************/

/*******encart contact standart***********/
#encart-contact {
  position: relative;
  margin: 80px auto;
}

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

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


/* =============================== */
/*        ENCART AVIS            */
/* =============================== */
.avis-card {
  padding: 20px;
  color: var(--text-color);
  background-color: var(--background-color);
  position: relative;
  border: 1px solid hsla(214, 30%, 92%, 1);
  margin: 10px 0;
  font-weight: var(--font-weight-regular);
  border-radius: 10px;
}
.encart-avis .btn-devis {
  margin-top: 25px;
}
.avis-card-text {
  color: hsla(222, 26%, 18%, 1);
  font-size: var(--textsm);
  line-height: 18px;
  padding-left: 76px;
  height: 120px !important;
  margin-top: 9px;
  overflow: hidden;
}
.avis-name {
  color: hsla(222, 47%, 11%, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  margin-bottom: 8px;
}

.bloc-title {
  color: #fff;
}
.encart-avis .align-right button.btn,.avis-date,.encart-avis .avis-card.js-more .avis-card-text::after {
display: none;
}

.encart-avis.section.gtm-encart-avis {
  background-color: #000;
}

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

  .encart-avis.section.gtm-encart-avis {
    background-image: url(../assets/gifs/bg-avis.jpg);
    background-size: cover;
    background-position: center;
  }

  .avis-card {
    padding: 40px 45px;
  }
  .avis-card h2 {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  
  .encart-avis h2:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 500px;
    height: 1px;
    background: #fff;}

    .encart-avis h2 {
      position: relative;
      padding-bottom: 15px;
      margin-bottom: 25px;
  }
  
  .encart-avis h2:before {
      content: "";
      width: 100%;
      height: 1px;
      background: #fff;
  }

}


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

  color: #fff;
}

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

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

div#encart-actualites .title-2 { position: relative;}
div#encart-actualites .title-2::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 75%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  margin: auto;

}


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


/*********************Formulaire****************/

.bloc-form {
  background: #FFFFFF;
  padding: 20px;
}

.section.formulaire-blocs {
  background-image: url(../assets/gifs/bg-formulaire.jpg);
  background-size: cover;
}

@media screen and (min-width: 993px) {
.section.formulaire-blocs {
  background-position: -297px;
}
}
@media screen and (min-width: 1500px) {
  .section.formulaire-blocs {
    background-position: -0px;
  }

}

/********************end formulaire****/

/* =============================== */
/*           ENCART ACTUALITES     */
/* =============================== */
.title-2.align-center {
  max-width: max-content;
  margin: 0 auto;
}
#encart-actualites .title-2.align-center {
  padding-bottom: 14px;
}
.title-2.align-center::before {
  width: 100%;
  right: 0;
}
#encart-actualites p {
  margin: 24px auto;
}
.actualites-date {
  display: flex;
  align-items: center;
  color: var(--primary-color);
  font-size: 15px;
  font-weight: var(--font-weight-bold);
  line-height: 21px;
  transition: var(--transition);
  margin-bottom: 12px;
}
.actualites-card-content {
  margin-top: 32px;
}
.actualites-card-title {
  margin: 14px 0;
}
.actualites-card-title a {
  color: var(--title-color);
  font-weight: var(--font-weight-regular);
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.875rem;
  font-family: var(--secondary-font);
}
.actualites-card:hover svg {
  transform: rotate(45deg);
}
.card-image img {
  transition: var(--transition);
}
.actualites-card-image,.prestations-card-image {
  overflow: hidden;
}
.actualites-card-text {
  margin-top: 12px;
  max-height: 68px;
  overflow: hidden;
  color: #464445;
}
.actualites-card:hover img {
  transform: scale(1.1);
}
.actualites-card-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.recherche_actu .btn.primary {
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 601px) {
  .actualites-listing .recherche_actu #recherche_actu_submit {
    margin-left: 0;
  }
}
@media screen and (min-width: 993px) {

  .top-bar {
    font-size: 0.8rem;
}

  .actualites-card-title { 
    height: 35px;
    overflow: hidden;
  }
  .row.slick-actualites {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    row-gap: 32px;
  }
  
  .slick-actualites .col:nth-of-type(1) {
    grid-area: 1 / 1 / 3 / 2;
  }
  .slick-actualites .col:nth-of-type(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
  .slick-actualites .col:nth-of-type(3) {
    grid-area: 2 / 2 / 3 / 3;
  }
  
  .slick-actualites .col:nth-of-type(2) .actualites-card,
  .slick-actualites .col:nth-of-type(3) .actualites-card {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
  }
  .actualites-date {
    color: #E8092E;
    font-weight: 700;
    font-size: 0.938rem;
}
  
  .slick-actualites .col:first-child .actualites-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .slick-actualites .col:first-child .actualites-card-image {
    height: 60%;
    max-height: 267px;
  }
  
  .slick-actualites .col:first-child .actualites-card-content {
    height: 40%;
  }
  
  .slick-actualites .col:first-child .actualites-card-text {
    height: 48px;
    overflow: hidden;
  }
  
  .slick-actualites .actualites-card-image img,
  .slick-actualites .actualites-card-image a img {
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }
  
  .slick-actualites .col:not(:first-child) .actualites-card-image,
  .slick-actualites .col:not(:first-child) .actualites-card-content {
    width: 50%;
    margin-top: 0;
  }
  
  .slick-actualites .col:nth-of-type(2) .actualites-card-image,
  .slick-actualites .col:nth-of-type(3) .actualites-card-image {
    min-height: 200px;
  }
  
}
/* =============================== */
/*           PAGE ACTUALITES DETAIL     */
/* =============================== */
.actualites-detail .detail-actu-image {
  max-width: 50%;
}
div#listing-autres-actus-categorie ul {
  padding-inline-start: 0;
  text-align: center;
}

div#listing-autres-actus-categorie li {
  margin-top: 0.5rem;
}

body.actualites-detail .listing-autres-actus-categorie {
  height: max-content;
  padding: 24px;
  margin-bottom: 24px;
  background-color: var(--background-2);
  border-radius: var(--border-radius);
}
body.actualites-detail .listing-autres-actus-categorie .detail-btn {
  text-align: center;
}
#listing-autres-actus-categorie ul li ul li {
  list-style: none !important;
}
#listing-autres-actus-categorie ul li a {
  text-decoration: none;
}
#listing-autres-actus-categorie ul li a:hover {
  text-decoration: underline;
}
.actualites-detail .detail-actu-reseaux-sociaux {
  align-items: flex-start;
}
.detail-actu-reseaux-sociaux > div {
  display: flex;
}
.detail-actu-contenu p {
  margin: 0;
}
div#container_actualite_listing .title-4 {
  display: flex;
  justify-content: center;
}


/* =============================== */
/*              FOOTER             */
/* =============================== */
footer {
  font-size: 14px;
 position: relative;
 z-index: 0;
}
footer .section.footer-1 {
  background-color: var(--primary-color);
  color: var(--background-color);
  position: relative;
  padding: 120px 0 64px;
  z-index: 2;
}
.footer-row-contact svg {
    min-height: 40px;
    min-width: 40px;
}

footer nav li {
  line-height: 28px;
  margin-bottom: 10px;
}
.footer-1 li svg:not(.footer-1 .reseaux-sociaux li svg) {
  margin-right: 13.56px;
}
.footer-1 .reseaux-sociaux .col {
  padding: 0 5px;
}
.footer-row-contact svg {
  width: 20px;
}
.footer-row-contact address {
  margin: 0;
}
.footer-row-contact {
  display: flex;
  align-items: center;
  gap: 24px;
  /* line-height: 28px; */
  margin-bottom: 24px;
}
footer .siret {
  font-size: 14px;
  font-weight: 400;
  line-height: 27.2px;
}
.footer-row-contact a {
  text-decoration: none;
}
.footer-row-contact .tel {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
}
footer .title-4 {
  position: relative;
  margin-top: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 32.2px;
  margin-bottom: 34px;
  color: var(--background-color);
}
footer .title-4::before {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 126px;
  height: 1px;
  background-color: var(--accent-color);
}
.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: 23px;
}
.footer-1 a:hover {
  color: var(--background-color);
  text-decoration: underline;
}
a.top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 40px;
  min-width: 40px;
}
footer .top:hover {
  opacity: .9;
}
footer .top {
  position: absolute;
  right: 43px;
  top: -20px;
  border-radius: 100%;
}
footer .reseaux-sociaux ul {
  margin-top: 24px;
}
footer .lien-maps span {
  display: block;
}
footer .section a.tel {
  font-size: 17;
  font-weight: var(--font-weight-bold);
}
.bloc-maps {
  padding: 17px 0;
  text-align: center;
  background-color: hsla(0, 0%, 20%, 1);
}
.bloc-maps svg {
  margin-left: 1.5rem;
}
.bloc-maps .title-4 {
  width: fit-content;
  margin: auto;
  cursor: pointer;
}
.bloc-maps iframe {
  height: 220px;
  margin-top: 1.5rem;
}
.bloc-maps .title-4::before {
  display: none;
}
.footer-text {
  max-width: 300px;
}
@media screen and (max-width: 600px) {
  .footer-row-contact {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  footer .title-4::before {
    right: 0;
    margin: 0 auto;
  }
  footer .top {
    left: 0;
    right: 0;
    width: max-content;
    margin: 0 auto; 
  }
  footer .section.footer-1 {
    padding: 54px 0 25px;
  }
  footer {
    text-align: center;
    padding: 0 0 1.5rem;
  }
  .siret {
    margin-top: 1.5rem;
  }
.reseaux-sociaux ul,
  .footer-row-contact {
    justify-content: center;
  }
  .footer-row-contact {
    flex-direction: column;
  }
  .footer-text {
    max-width: 600px;
    margin: 0 auto;
}
}
@media screen and (min-width: 993px) {

  footer .row {
    flex-wrap: nowrap;
  }
  .footer-nav {
    gap: 20px;
    flex-wrap: nowrap;
  }
  footer .col:has(.reseaux-sociaux) {
    max-width: 306px;
  }
  .contact-page .intro {
    margin-bottom: 0;
  }
  footer nav ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  .liste-2 {
    margin-left: 80px;
  }
  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: 8px;
  }
  footer .liste-1 li a,
  footer .liste-2 li a,
  footer .footer-row-contact a,
  footer .footer-row-contact .lien-maps {
    font-size: 14px;
  }
}
.footer-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 27.2px;
}

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


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

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

}
