:root {
  --primary-h: 218; /* hue */
  --primary-s: 29%; /* saturation */
  --primary-l: 31%; /* lightness */

  --accent-h: 30; /* hue */
  --accent-s: 64%; /* saturation */
  --accent-l: 56%; /* lightness */

  --text-h: 330; /* hue */
  --text-s: 1%; /* saturation */
  --text-l: 26%; /* lightness */

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

  --primary-font: 'Manrope', sans-serif;
  --secondary-font: 'Sarabun', serif;
  --font-3: 'Mulish', sans-serif;

  --h1-font-size: 3.125rem;
  --h2-font-size: 2.813rem;
  --h3-font-size: 2.188rem;
  --headings-line-height: 1.333333;

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

  --border-radius: 0;
  --button-border-radius: 5px;
}
[class*="btn"] a.btn {
  font-size: 15px;
  line-height: 24px;
  padding: 12px 26px;
}
[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
}
.accent.btn svg{
  margin-left: 10px;
}
.contact-page [id*="formulaire"] .btn.primary {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
}
.contact-page [id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color-30);
}
[class*="btn"] a.btn:not(.accent) {
  color:var(--accent-color);
  background: transparent;
  border: 2px solid var(--accent-color);
}
#formulaire_4 .submit .primary {
  color:  #1E1E2A ;
  background: #F1B22A;
  border: 2px solid #F1B22A;
  width: 100%;
}
[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color);
  color: #fff;
}
@media screen and (min-width: 601px) {
  .btn {
   width: fit-content;
  }
  }
/* 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-family: var(--secondary-font);
}
  .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%;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 100%;
}
.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-img {
  background-size: cover;
  background-position: center;
}
.slick-dots li {
  margin: 0 -11px;
}
.slick-slider {
  margin-bottom: 0;
}
.slick-dots li.slick-active button .slick-dot-icon::before {
  color: var(--accent-color);
    padding: 3px 9px 3px 3px;
    border: 1px solid var(--accent-color);
    display: block;
    border-radius: 100%;
    width: 5px;
    margin: auto;
    font-size: 6px;
}
.slick-dots li button .slick-dot-icon:before{
  font-size: .5rem;}
/* ********************************************HEADER****************************************** */
@media screen and (min-width: 993px) {
  .header-content .tel{
    font-family: var(--font-3);
font-size: 17px;
font-weight: 900;
line-height: 28px;
  }
  .header-contact {
    display: flex;
    align-items: center;
    gap: 9px;
  }
  .fold .index-contact {
    display: none ;
  }
  .header-content .main-header-content .col-menu{
    padding: 0;
   }
   .main-header-content{
    padding: 5px 0;
   }
   .header-content .contact-link{
    display: none;
   }
   .header-content .nav ul li.sous_menu > a::after{
    content: url(../assets/gifs/down.svg);
    text-decoration: none;
   }
   .header-content .nav ul li a:hover,.header-content .nav ul li a.selected,.header-content .nav ul li:hover> a{
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 3px;
   }
   .header-content .nav ul.dropdown  a{
    font-size: 14px;
  }
  .header-content .nav ul.dropdown ul.ssdropdown  a{
    font-size: 12px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) {
  .header-content .nav#main-nav > ul > li > a {
    padding: 1rem 0.5rem 1rem 0.4rem;
    FONT-SIZE: 13px;
}
.header-content a.btn{
  font-size: 13px;
  padding: 12px 15px;
}
.header-content .brand .col{
  WIDTH: 206PX;
    PADDING: 0;
}
.header-content .main-header-content .col-menu{
  padding: 0;
 }
 .header-content .tel {
  font-size: 15px;
}
.header-content .nav ul li.sous_menu ul.dropdown ul.ssdropdown a{
  font-size: 10px;
}
.header-content .nav ul li.sous_menu ul.dropdown > li.sous_menu > a{
  font-size: 11px;
}
}
@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);
    border-radius: 100%;
  }
  .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;
  }
  .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 + BLOC 01******************************************** */
.slide-content h1,.slide-content .title-1{
font-size: 50px;
font-weight: 500;
line-height: 70.2px;
color: var(--primary-color);
margin: 0 0 1rem;
}
h1.h1-geoloc span::before, .title-1.h1-geoloc span::before{
  display: none;
}
h1.h1-geoloc span, .title-1.h1-geoloc span{
font-size: 35px;
font-weight: 400;
line-height: 34.2px;
margin: 1rem 0 0;
}
.slide-content{
  padding: 56px 0 557px;
}
.slide-content p{
  margin: 0;
}
 p a{
  color: var(--text-color);
}
.bloc-ancre{
  display: flex;
  flex-direction: column;
  right: 1%;
  position: fixed;
  top: 23%;
  width: fit-content;
    text-align: center;
    z-index: 10;
}
.slider-slick  .slick-next {
  opacity: 1;
  right:calc( 19.5% - 62px);
  top: 87.5%;

}
.slider-slick  .slick-prev {
  left:calc( 80% - 62px);
  opacity: 1;
  z-index: 2;
  top: 87.5%;
}
.slick-next .slick-next-icon:before{
  content:url(../assets/gifs/slick-next.svg) ;
  opacity: 1;
}
.slick-prev .slick-prev-icon:before{
  content:url(../assets/gifs/slick-prev.svg) ;
  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 (max-width: 992px) {
  h1.h1-geoloc span,h1 span,.title-1.h1-geoloc span {
    font-size: 23px;
}
.slide-content h1,.page-interne h1,.title-1.h1-geoloc {
  font-size: 32px;
  line-height: 42.2px;
}
}
@media screen and (max-width: 600px) {
.slide-content {
  padding: 60px 0 676px;
}
}
/* **********************************************CARD EQUIPE  *************************************** */
.card-equipe{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 30px 3px 10px;
  background-color: #fff;
}
.card-equipe .col-2 a{
  display: block;
  transition: .7s;
}
.card-equipe .col-2 a:hover{
 transform: scale(-.85);
}
.card-equipe .col-1 a:hover{
  opacity: .6;
}
.card-equipe .col-1{
  display: flex;
  align-items: center;
  gap: 23px;
}
.encart-equipe{
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
.card-equipe .title-4{
font-size: 24px;
font-weight: 700;
line-height: 34.2px;
color: var(--primary-color);
margin: 0 0 14px;
}
.contact-equipe{
  display: flex;
  align-items: center;
  gap: 12px;
  color: #5C78A9;
  font-size: 14px;
}
.contact-equipe a{
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .card-equipe{
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .card-equipe,.card-equipe .col-1{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1.5rem;
    text-align: center;
  }
  .contact-equipe{
    justify-content: center;
  }
  .card-equipe{
    box-shadow: 0px 1px 5px;
    padding: 1.5rem;
  }
}
/* *************************************************BLOC 02 & 3 et 4 même design  ************************************* */
#bloc-02{
  MARGIN-TOP: -227px;
  PADDING-TOP: 257px;
}
@media screen and (min-width: 993px) {
  #bloc-02{
    MARGIN-TOP: -60px;
    PADDING-TOP: 180px;
  }
  .index-page main .section{
    padding: 120px 0;
  }
}
main p,main ul{
  font-size: 15px;
  line-height: 24px;
}
.span-titre{
font-size: 14px;
font-weight: 400;
line-height: 21px;
display: flex;
align-items: center;
gap: 8px;
}
.span-titre.align-center{
  justify-content: center;
}
 h2,.title-2{
  margin: 1.5rem 0;
font-weight: 400;
line-height: 53.2px;
color: var(--primary-color);
}
.index-page .title-2{
  margin: 0 0 30px;
}
main [id*="bloc"] p:first-of-type{
  font-weight: 600;
}
#bloc-02 p:nth-of-type(2),#bloc-02 p:nth-of-type(3){
  position: relative;
  padding-left: 30px;
}
#bloc-02 p:nth-of-type(2)::before,#bloc-02 p:nth-of-type(3)::before{
  position: absolute;
  content: "";
  width: 18px;
  height: 16px;
  top: calc(50% - 8px);
  left:0;
content: url(../assets/gifs/before-list.svg);
}
main [id*="bloc"] p{
  margin: 1.5rem 0;
}
main [id*="bloc"] h2:not(:first-of-type){
  margin-top: 54px;
}
#bloc-02,#bloc-04,#bloc-03{
  background-image: url(../assets/gifs/bg-02.jpg);
  background-size: cover;
}
@media screen and (max-width: 992px) {
  [id*="bloc"] img{
    display: block;
    margin: 2rem auto;
  }
  .span-titre svg{
    display: none;
  }
}
/* ***********************************************ENCART PRESTATION ********************************* */
.card-title a{
  text-decoration: none;
font-size: 24px;
line-height: 34.2px;
color: var(--primary-color);
}
@media screen and (max-width: 1125px) {
  .card-title a{
    font-size: 19px;
  }
}
  .card-link{
font-size: 15px;
line-height: 24px;
text-decoration: underline;
display: flex;
align-items: center;
justify-content: space-between;
  }
  .card-content:has(a){
padding: 24px 0 0;
display: flex;
flex-direction: column;
row-gap: 1.5rem;
  }
  .prestations-card{
    padding:  24px ;
    border-bottom: 3px solid hsla(222, 23%, 17%, 1);  }
  #encart-prestations{
    position: relative;
    background: hsla(0, 0%, 85%, 0.4);
  }
  #encart-prestations::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../assets/gifs/bg-prestations.jpg);
    background-size: cover;
    z-index: -1;
    opacity: .8;
  }
  .slick-prestations{
    row-gap: 54px;
  }
  .prestations-card:hover {
    background-color: hsla(218, 29%, 41%, .55);
    color: #fff;
}
.prestations-card:hover a {
  color: #fff;
}
  /* ********************************************AVOCATS ********************************************/
  .card-avocat,.card-avocat .rs{
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .encart-avocats .container{
    position: relative;
  }
  .encart-avocats .row.l-stretch>.col{
    padding: 0;
  }
  .encart-avocats{
    position: relative;
  }
  .encart-avocats a.btn svg{
    margin-left: 1rem;
  }
 .index-page h3,.title-3{
font-weight: 400;
line-height: 34.2px;
margin: 0;
color: var(--primary-color);
 }
 .encart-avocats .content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1.5rem;
 }
 .encart-avocats .white-text p{
  margin-top: 1.5rem;
 }
 @media screen and (max-width: 1125px) {
  .index-page h3{
    font-size: 25px;
  }
  .encart-avocats .col:has(.content){
    padding-right: 1.5rem;
  } 
  .encart-avocats a.btn{
    padding: 12px 12px;
  }
 }
 .index-page  .encart-avocats::before{
  position: absolute;
  content: ""; 
  height: 100%;
  width: 100%;
  top: 0;
  right: 0%;
  background-image: url(../assets/gifs/before-avocats.png);
  background-size: cover;
  z-index: -1;
}
 @media screen and (min-width: 993px) {
  .encart-avocats::before{
    width: 50%;
    right: 50%;
  }
.encart-avocats .container::after{
  position: absolute;
  content: "";
  background-color:#5C78A9;
  width: 300px;
  height: 600px;
  right: -24%;
  bottom: 46px;
  z-index: -1;
  }
 }
 @media screen and (max-width: 600px) {
 .encart-avocats .content {
  justify-content: center;
  padding: 20px;
}
.card-avocat, .card-avocat .rs,.encart-avocats .span-titre {
  justify-content: center;
  text-align: center;
}
.encart-avocats img{
  display: block;
  margin: auto;
}
 }
 /* ***********************************************ENCART CONTACT *************************************** */
 .index-page #encart-contact{
  background: linear-gradient(hsla(218, 29%, 41%, .85),hsla(218, 29%, 41%, .85)),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%;
  height: 100%;
  top: 0;
  left: -30%;
  background: linear-gradient(hsla(218, 29%, 41%, .85),hsla(218, 29%, 41%, .85)),url(../assets/gifs/bg-contact.jpg);
  background-size: cover;
  z-index: -1;
}
#encart-contact h3{
  margin: 16px 0 40px;
  color: #fff;
}
#formulaire_4 li::before{
  display: none;
}
#formulaire_4 p>label{
  display: none;
}
#formulaire_4 .divGenerateur > label {
  display: none;
}
#formulaire_4 input:not([type="checkbox"]):not([type="submit"]),
#formulaire_4 textarea {
background-color: hsla(218, 29%, 31%, 1);
border: none;
border-radius: 0px;
min-height: 50px;
}
#formulaire_4 input:not([type="checkbox"]):not([type="submit"]):focus,
#formulaire_4 textarea:focus{
background-color: #fff;
}
#formulaire_4 .submit .primary{
margin-top: 1rem;
}
#encart-contact .span-titre{
  color: #F1B22A;
}
#encart-contact .span-titre svg rect{
  fill: #F1B22A;
}
@media screen and (min-width: 601px) {
  #formulaire_4 .cp_ville {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #formulaire_4 .cp_ville > p {
    width: calc(50% - 6px);
  }
  [class*="btn"] a.btn {
   width: fit-content;
  }
}
/* ***********************************************AVIS********************************************* */
.index-page .encart-avis{
  background: linear-gradient(hsla(218, 29%, 41%, .8),hsla(218, 29%, 41%, .8)),url(../assets/gifs/avis.jpg);
  background-size: cover;
}
.page-interne .encart-avis{
  position: relative;
}
.page-interne .encart-avis::before{
  position: absolute;
  content: "";
  width: 160%;
  height: 100%;
  top: 0;
  left: -30%;
  background: linear-gradient(hsla(218, 29%, 41%, .8),hsla(218, 29%, 41%, .8)),url(../assets/gifs/avis.jpg);
  background-size: cover;
  z-index: -1;
}
.encart-avis .title-2 {
margin: 1.5rem auto;
color: #fff;
}
.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: 30px;
background: #fff;border-radius: 7px;
box-shadow: 0px 8px 16px 0px hsla(0, 0%, 0%, 0.08);
margin-bottom: 1.5rem;
}
@media screen and (max-width: 1100px) {
  .avis-encart-card {
    padding: 14px}
}
.avis-name {
line-height: 24px;
margin-top: 0.5rem;
color: hsla(200, 8%, 15%, 1);
}
.encart-avis .card .show-more {
font-family: Barlow;
font-size: 12px;
line-height: 14.4px;
text-decoration: underline;
color: hsla(205, 15%, 22%, 1);
}
.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));
}
/* ******************************************CONTACT & ACTUALITES ****************************/
.contact-actualites .title-4{
  font-size: 24px;
  font-weight: 400;
  line-height: 34.2px;
  margin: 3rem 0 1.5rem;
  }
.contact-bloc .title-4.info-tel{
  margin: 0 0 1.5rem;
  display: flex;
  align-items: center;
  gap: 5px;
  }
  .contact-actualites .footer-row-contact{
    color: var(--accent-color);
  }
  .contact-actualites .footer-row-contact a{
    color: var(--text-color);
  }
  .contact-actualites .title-2{
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #5C78A9;
  }
  #encart-actualites .slick-dots li button .slick-dot-icon{
    color: #FFF;
  }
  #encart-actualites .slick-dots li.slick-active button .slick-dot-icon::before {
    color: #FFF;
      padding:0;
      border: none;
  }
  #encart-actualites  .card-content{
    padding: 16px 0 0;
    row-gap: 14px;
      }
      #encart-actualites .card-link{
        max-width: 376px;
      }
      #encart-actualites .card-title a{
        color: #fff;
      }
      .actualites-card-image{
        height: 289px;
        overflow: hidden;
      }
.card .actualites-card-image img,.actualites-card-image a{
       width: 100%;
       height: 100%;
       display: block;
       object-fit: cover;
       transition: .6s;
      }
      .actualites-card-date{
        font-size: 14px;
        line-height: 21px;
        color:var(--accent-color);
        }
        .actualites-card-date::before{
          content: url(../assets/gifs/calendar.svg);
          margin-right: .5rem;
        }
        .actualites-card-title{
          height: 36px;
        }
        .contact-actualites .footer-row-contact{
          justify-content: flex-start;
          flex-direction: row;
        }
        @media screen and (max-width: 992px) {
          #encart-actualites{
            position: relative;
            padding: 3rem 0;
          }
          #encart-actualites::before{
            position: absolute;
            content: "";
            width: 500%;
            height: 100%;
            left: -200%;
            top: 0;
            background:hsla(218, 29%, 41%, 1)  ;
            z-index: -1;
          }
        }
  @media screen and (min-width: 993px) {
    .contact-actualites .title-2 {
    font-size: 36px;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #5C78A9;
}
    .contact-actualites{
      position: relative;
    }
    .contact-actualites::before{
      position: absolute;
      content: "";
      width: 500%;
      height: 100%;
      left: -200%;
      top: 0;
      background:linear-gradient(to right,hsla(0, 0%, 85%, 0.4) 50%,hsla(218, 29%, 41%, 1) 50%) ;
      z-index: -1;
    }
  .contact-actualites .contact-bloc{
    position: relative;
  }
  .contact-actualites .col-maps {
    /* position: absolute; */
    width: 300px;
    /* max-width: none; */
    /* height: calc(100% + 40px); */
    right: 0;
    top: -40px;
  }
  .slick-maps{
    /* width: 300px; */
    /* margin-left: -376%; */
  }
  .slick-maps iframe{
   height: 707px;
  }
}
.slick-maps iframe{
  min-height: 240px;
 }
@media screen and (min-width: 993px) {
  .slick-maps {
      /* width: 331px; */
      /* RIGHT: 0px; */
      /* POSITION: ABSOLUTE; */
  }
}
@media screen and (min-width: 1201px) {
  .contact-actualites .slick-maps {
      /* RIGHT: 181px; */
  }
}
@media screen and (max-width: 1201px) {
.contact-actualites .title-4.info-tel {
  font-size: 21px;
}}
.actualites-card:hover .card-image img{
transform: scale(1.1);
}
/* ***************************************ACTUALITES*********************************** */
.actualites-listing #fil_ariane {
  margin-bottom:1.2rem;
  margin-top: -24px;
}
.actualites-listing h1{
  margin-top: -45rem;
  padding: 56px 0 480px;
  position: relative;
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 5rem;
}
#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;
}
.detail-actu-image img {
  border-radius: var(--border-radius);
}
@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(--text-color-90);
  padding: 1rem;
  border-radius: var(--border-radius);
}

/* *************************************************FOOTER********************************* */
footer{
  background-color: hsla(218, 31%, 51%, 1);
  color: #fff;
}
footer .section.footer-1 {
  padding: 54px 0 2rem;
}
footer nav li {
  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;
  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;
  color: var(--accent-color);
}
footer .title-4 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
  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;
text-decoration: underline;}
footer {
  position: relative;
}
footer .top:hover {
  opacity: 1;
  background-color: var(--accent-color-30);
}
footer .top {
  position: absolute;
  right: 26px;
  bottom: 26px;
  padding: 13px 18px;
  background-color: var(--accent-color);
}
footer [class*="title"]{
  color: #fff;
}
.page-interne .ac-include .container{
  width: 100%;
}
@media screen and (max-width: 600px) {
.footer-row-contact{
  flex-direction: column;
}
}
@media screen and (max-width: 992px) {
  footer .brand::before{
    right: -50px;
  }
  .footer-text {
    max-width: 300px;
    margin:0 auto 1.5rem;
  }
  footer {
    text-align: center;
    padding: 0 0 1.5rem;
  }
  .siret {
    margin-top: 1.5rem;
  }
  .footer-row-contact {
    justify-content: center;
  }
}
@media screen and (min-width: 993px) {
  footer nav ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  footer .section.footer-2 {
    padding-top: 16px;
    padding-bottom: 0;
    position: relative;
    max-width: 1920px;
  margin: auto;
  }
  .footer-2 .container {
    padding: 20px 0 60px;
    position: relative;
  }
  .footer-2 .container::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background-color: #fff;
  }
  .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: 12px;
  }
}
.footer-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 27.2px;
}
body:not(.index-page):not(.page-interne) footer{
  margin-top: 6rem;
}
/* ****************************************PAGES INTERNES******************************** */
.contact-page .s-middle {
  flex-wrap: nowrap;
  height: 100%;
}
.contact-page .s-stretch {
  flex-wrap: nowrap;
}
.contact-page h1{
  margin: 0;
  color: #fff;
}
.contact-page .s-middle {
  flex-wrap: nowrap;
  height: 100%;
}
.contact-page .s-stretch {
  flex-wrap: nowrap;
}
.contact-page .slick-maps {
  width: 100%;
  max-height:500px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.contact-page main .footer-row-contact,.contact-page main .footer-row-contact a{
  color: var(--accent-color);
}
.contact-page-horaires{
  margin-bottom: 1rem;
}
.page-interne main p>em{
  display: block;
  padding: 20px;
  background-color: var(--primary-color-90)  ;
  font-style: normal;
}
.page-interne .ac-doubleColonne img{
  border-radius: var(--border-radius);
}
.page-interne .sc-content #relance{
  margin-top: 0;
}
.page-interne .ac-doubleColonne h2{
  margin: 0 0 12px;
}
.page-interne #container{
  padding: 0;
}
body[class*="page"]:not(.contact-page) main .section ul:not(.slick-dots):not(.row){
  list-style: none;
  padding-left: 0;
}
body[class*="page"]:not(.contact-page) main .section ul:not(.slick-dots):not(.row)  li{
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
body[class*="page"]:not(.contact-page) main .section ul:not(.slick-dots):not(.row) li::before{
content: url(../assets/gifs/before-list.svg);
margin-right: 1rem;
}
.contact-avocat-interne{
  background-color: #5C78A9;
  padding: 18px 1.5rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: -1.5rem;}
.contact-avocat-interne .rs{
  color: #FFF;
  text-decoration: none;
}
.ac-doubleColonne .contact-avocat-interne a.btn{
  min-width: 270px;
  background: #fff;
  border: 1px solid #fff;
}
.page-interne h3{
font-weight: 400;
line-height: 34.2px;
margin: 0 0 1.5rem;
}
#relance li::before{
  display: none;
}
.ac-doubleColonne .ac-colonne section{
font-family: var(--secondary-font);
font-size: 24px;
font-weight: 400;
line-height: 34.2px;
color: var(--primary-color);
margin: 1.5rem 0 .5rem;
}
.ac-doubleColonne.hero-bg {
  padding: 56px 0 480px;
  position: relative;
}
.ac-doubleColonne.hero-bg h1 {
  font-size: 50px;
  line-height: 70.2px;
  color: var(--primary-color);
  display: block;
  max-width: 841px;
  font-weight: 500;
  margin: 0;
}
.actualites-listing main>.section {
  padding-top: 41rem;
}
.page-interne .hero-bg::before,.actualites-listing h1::before  {
  position: absolute;
  content: "";
  width: 160%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 45.74%, rgba(0, 0, 0, 0.8) 171.64%),url('../assets/gifs/hero-interne.jpg');
  top: 0%;
  left: -30%;
  z-index: -1;
  background-size: cover;
  background-position: top;
}
.page-interne .encart-bg{
  position: relative;
}
.page-interne .encart-bg::before {
  position: absolute;
  content: "";
  width: 300%;
  height: 100%;
  background: #D9D9D966;
  top: 0%;
  left: -100%;
  z-index: -1;
}
.page-interne h1 span{
  margin: 0;
}
@media screen and (min-width: 993px) {
  .encart-avocats .white-text p.padding-0 {
    padding-right: 15px;
}
  .page-interne .sc-content #relance {
    MARGIN-BOTTOM: 100px;
}
  .page-interne .encart-bg,.page-interne #encart-contact,.page-interne .encart-avis,.page-interne .contact-actualites{
    padding: 100px 0;
  }
  .contact-page .intro{
    margin-bottom: 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;
}
.cabinet-avocats-lille .page-interne .sc-content .ac-doubleColonne{
  align-items: center;
}
}
@media screen and (max-width: 992px) {
  .ac-doubleColonne.hero-bg h1 {
    font-size: 32px;
    line-height: 46.2px;
}
  .page-interne #container .ac-doubleColonne .ac-colonne:has(img) {
    WIDTH: fit-content;
    margin:3rem auto;
  }
  h2,.title-2{
    font-size: 27px;
  }
}
@media screen and (max-width: 600px) {
    .row-btn{
      flex-direction: column;
      row-gap: 1rem;
      align-items: normal;
    }
    .btn-tel{
      justify-content: center;
    }
    #relance li{
      justify-content: center;
    }
}
/* ****************************************NEXT SECTION ********************************** */
