:root {
  --primary-h: 258; /* hue */
  --primary-s: 34%; /* saturation */
  --primary-l: 59%; /* lightness */

  --accent-h: 271; /* hue */
  --accent-s: 52%; /* saturation */
  --accent-l: 57%; /* lightness */

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

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

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

  --primary-font: 'Urbanist', serif;
  --secondary-font: 'Urbanist', serif;

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

  --h1-font-size-s: 1.7rem;
  --h2-font-size-s: 1.4rem;
  --h3-font-size-s: 1.2rem;
  --title-color : #1E1E1E;

  --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: 600;
  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) {
  color:var(--accent-color);
  background: transparent;
  border: 2px solid var(--accent-color);
}
[class*="btn"] a.btn:not(.accent):hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}


 .index-page [id*="formulaire"] .btn.primary {
  color: var(--white-color);
  background: #945ACB;
  border: 2px solid var(--accent-color);
}
[id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color-60);
  color: var(--white-color);
}

h1, h2, h3, h4, h5, h6,[class*="title"] {
  font-family: var(--secondary-font);
  color: var(--title-color);
  font-weight: 800;
}

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



.index-page main p u,  .ac-doubleColonne p u {
  display: block;
  text-decoration: none;
  padding: 20px;
  background-color: var(--accent-color);
  color: var(--white-color);
}

.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 {
  padding-block: 204px;
}

.encart {
  padding: 24px;
  background: #F3ECFB;
}

main .btn-rdv {
  margin-top: 25px;
}
.page-interne {
  background-color: #ffffff;
}

footer {
  background: #fff;
}

footer.gtm-footer {
  background: #F6F6F6;
}

:where(a) {
  color:var(--accent-color-lighten);
}
.contact-page h1 {
  text-align: left;
}

.contact-page nav.fil-ariane.gtm-fil-ariane {
  text-align: left;
}

.contact-page .intro {
  text-align: left;
}
footer a.tel.gtm-global-tel {
  color: #5D5D5D;
}
.menu-mobile img {
  max-width: 180px;
}

.actualites-listing h1 {
  margin: 0px;
}

.actualites-listing-card-text {
  margin: 20px 0px;
}
.actualites-date {
  margin-top: 10px;
}
.contact-page #bloc-contact-footer-bas {
    display: none;
}
.contact-page main {
  margin-bottom: 5rem;
}

.encart-avis.section.gtm-encart-avis {
  background-color: #F6F6F6;
  padding: 80px 0px;
}
.bg-bloc-interne:where(.white-text), .white-text a {
  color: #000;
}




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

  .bg-bloc-interne:where(.white-text), .white-text a {
    color: #fff;
  }
  
  div#bloc-02 {
    padding-bottom: 0px;
}

div#bloc-03 { padding-top:0px}

div#encart-actualites {
    background-color: #F6F6F6;
}

  .encart-avis.section.gtm-encart-avis .title-2 {
    margin-top: 0px;
}


  .contact-page .menu-bas-header {
    position: relative;
    margin-top: -85px;
    top: 529px;
}

.contact-page  .bg-bloc-interne {
  margin-bottom: 100px;
}
.contact-page

  .slide-content {
    padding-block: 200px;
  }
}
/**************end slid**************/

/******************header  elements************/
.fold {
  padding: 20px 0px;
}
header a.tel.gtm-global-tel {
  display: block;
  margin-bottom: 10px;
}


header .btn-contact {
  margin-top: 10px;
}
.contact-page .fold {
  display: none;
}

.brand {
  display: inline-block;
}
nav#fil_ariane, nav.fil_ariane {
  margin: 3em 0em 3em 0em;
  font-size: 0.8rem;
}


#blocHorsLigne {
  z-index: 9999 !important;
}

.header-content .nav ul li a.selected {
  background-color: transparent;
}


#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;

}
.bloc-text-slide p + p {
  display: none;
}





.slide-img {
  position: relative;
}

.slide-img:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.bloc-text-slide {
  color: #fff;
  z-index: 1;
  position: relative;
}

.bloc-text-slide h1 {
  color: #fff;
  margin: 0px;
}

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


h1.h1-geoloc span {
  margin: 0px;
  font-size: 1rem;
  font-weight: 600;
}

.bloc-text-slide {
  max-width: 550px;
}
h1 span, .title-1 span {
  font-size: 1.1rem;
}

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

  .header-content .nav ul li a:hover {
    opacity: 0.7;
    color: #fff;
}

.header-content .nav ul li a.selected {
  color: #fff;
  opacity: 0.7;
}


.header-content.menu-bas-header .nav ul li a.selected {
  color: #4B318A;
  opacity: 0.7;
}

.header-content.menu-bas-header .nav ul li a:hover {
  opacity: 0.7;
  color: #4B318A;
}

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


  .sticky-active .header-content {
    background: #4B318A;
    padding: 10px 0px;
}
.menu-bas-header {
  position: relative;
  margin-top: -85px;
  top: 574px;
}
.actualites-listing .menu-bas-header, .actualites-detail .menu-bas-header{
  top: 563px;
}

.actualites-detail h1 {
  margin-top: 35px;
}
  
h1, .title-1 {
  font-size: var(--h1-font-size);
}
h2, .title-2 {
  font-size: var(--h2-font-size);
}
h3 {
  font-size: var(--h3-font-size);
}
h1 span, .title-1 span {
  font-size: 1.4rem;
}

.index-page .menu-bas-header {
  position: relative;
  margin-top: -85px;
  top: 711px;
}
.header-content.menu-bas-header {
  background: transparent;
}
#bloc-01 {
  background-color: #F6F6F6;
  margin-top: -152px;
  padding-bottom: 0px;
}
#im-right img {
  max-width: 836px;
}

  .header-content #nav-container {
    background-color: #fff;
    color: #1E1E1E;
    border-radius: 5px;
    padding: 10px 25px;
    box-shadow: 0px 8px 32px 0px #00000014;
}




  .header-content {
    background: transparent;
    color: #fff;
  }

  .slider-slick {
    margin-top: -111px;
  }

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

  .fold {
    display: none;
}

header a.tel.gtm-global-tel {
  display: block;
  margin-bottom: 0px;
  color: #fff;
}
header .btn-contact {
  margin-top: 0px;
}

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


/*******************Prestation************/
.titre-top {
  color: #945ACB;
  font-weight: 600;
}

.intro-text {
  margin-bottom: 60px;
}

.intro-text span {
  display: block;
}

.title-2 {
  margin: 15px 0px 24px 0px;
}

.prestations-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

.prestations-card-content {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 19px;
}

.prestations-card-content a {
  color: #fff;
  text-decoration: none;

}

.prestations-card-content span {
  display: block;
  font-weight: 400;
}

span.titre-prest {
  font-size: var(--h3-font-size-s);
  font-weight: 800;
}

span.btn-prest {
  font-weight: 600;
  margin-top: 24px;
}

.prestations-card:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 100%;
}

.prestations-card:hover:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 96%) 100%);

}

/************************end prestation****************/




/***Titre marketing actualités et realisation ******************/


@media screen and (min-width: 993px) {
  span.titre-prest {
    font-size: var(--h3-font-size);
  }
  


  #fil_ariane {
    margin: 120px 0px 60px 0px;
}





}



/****Titre page actualités et realisation*******/

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

#encart-contact:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  bottom: 0px;
  background: linear-gradient(90deg, rgba(148, 90, 203, 0.4) 0%, rgba(148, 90, 203, 0.6) 50%, rgba(148, 90, 203, 0.4) 100%);
  z-index: 1;
}

.zone-contact {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 24px;
}

.zone-contact span {
  display: block;
}

.zone-contact p {
  display: block;
  max-width: 635px;
  margin: auto;
}

div#encart-contact .title-2 {
  color: #fff;
  margin: 0px 0px 15px 0px;
}

#encart-contact a.btn.accent.gtm-global-rdv {
  color: #945ACB;
  background: #fff;
  border: solid;
}

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


/**********************bloc avis mobile***********/



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

.encart-avis.section.gtm-encart-avis .title-2 { margin-bottom:64px}

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

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

.card-content.avis-card-content.avis-encart-card-content .text {
  padding-left: 80px;
}

/********************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: #4B318A;
  color: #fff;
}
div#listing-autres-actus-categorie .title-4 {
  color: #fff;
}
div#listing-autres-actus-categorie a {
  color: #fff;
  text-decoration: none;
}

div#listing-autres-actus-categorie a:hover {

  opacity: 0.7;
}

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

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

.actualites-card {
  background: #FFFFFF;
  padding: 24px;
}

.actualites-card-title a {
  color: #1E1E1E;
  text-decoration: none;
  font-size: var(--h3-font-size);
}


.card-title.actualites-card-title.actualites-encart-card-title.line-clamp-1 {
  height: auto;
}

.voir-act a {
  color: #1E1E1E;
  font-weight: 600;
  text-decoration: none;
}

.encart-btn.actualites-encart-btn {
  text-align: center;
  margin-top: 60px;
}

div#encart-actualites .title-2 {
  margin-bottom: 60px;
}

.actualites-card:hover {
  background: var(--accent-color-80);

}




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

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

footer img {
  margin: 20px auto;
}
#bloc-contact-footer-bas {
  margin-bottom: 6rem;
}
@media screen and (min-width: 993px) {

  footer img {
    margin: 0px;
}

  #encart-contact {

    background-size: contain;
   
}

.footer-row-contact .lien-maps span {
    display: block;
}


  footer {

    text-align: left;
  }

  
  #footer-nav .nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem 0;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }
  .brand img {
    width: 200px;
}
}

@media screen and (min-width: 1200px) {
  #bloc-contact-footer-bas {
    margin-bottom: 0rem;
}
  .brand img {
    width: auto;
}
  div#im-left-formulaire {
    margin-left: 0px;
}
div#im-left-formulaire img {
  max-width: 836px;
  margin-left: -312px;
}
}

@media screen and (max-width: 992px) {

  footer .reseaux-sociaux .row.s-start {
    justify-content: center;
}

  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    min-width: 18%;
    top: 100%;
  }
  .footer-contact {
    margin-top: 2rem;
  }
  #footer-nav nav a {
    FONT-SIZE: 14px;
  }
  .footer-2 li{
    margin-bottom: .5rem;
  }
}
.footer-row-contact {
  display: flex;
  gap: 6px;
  justify-content: center;
}
footer address {
  margin: 0;
}
footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}
footer .footer-1 .title-4 {
  line-height: 24px;
  margin: 0 0;
  font-size: 16px;
  color: #945ACB;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer-1 address a,
.footer-1 .text {
  line-height: 24px;
}
footer .siret {
  line-height: 24px;
}
#footer-nav .nav ul li.sous_menu ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  z-index: 1;
  background-color: var(--white-color);
  border: 1px solid var(--primary-color);
}
#footer-nav .nav ul li.sous_menu > a::after {
  position: absolute;
  right: 0.625rem;
  display: block;
  font-family: var(--icon-font);
  line-height: 0;
  content: "\e5c5";
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: -0.125em 0 0 0.25em;
  text-decoration: none;
}
#footer-nav nav a {
  line-height: 24px;
}
#footer-nav .nav ul li a.selected,
#footer-nav .nav ul li:hover > a {
  text-decoration: underline;
}
#footer-nav .nav > ul > li {
  margin-bottom: 8px;
}
#footer-nav .nav ul li.sous_menu ul.dropdown > li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
#footer-nav .nav ul li.sous_menu {
  position: relative;
}
#footer-nav .nav ul li.sous_menu:hover ul.dropdown {
  display: flex;
}
#footer-nav .nav ul li.sous_menu ul.dropdown > li a {
  padding: 0.5rem;
  margin: 0;
  font-size: 13px;
  display: block;
}
.footer-2 {
  padding: 24px 0 48px;
}
.footer-2 nav a, .page-404 footer a {
  font-weight: 700;
  line-height: 24px;
  color: #1E1E1E;
}
.footer-1 a:hover,
.page-404 footer a:hover {
  opacity: 0.5;
}
.footer-2 nav a:hover,#footer nav a:hover{
  text-decoration: underline;
}

/***end footer********/
@media screen and (min-width: 601px) {
.deux-bloc-form {
  display: flex;
  justify-content: space-between;
}

.deux-bloc-form p {
  width: 48%;
}

}
@media screen and (min-width: 993px) {
  nav#fil_ariane, nav.fil_ariane {
    margin: 120px 0em 60px 0em;
    font-size: 0.8rem;
}


  .bg-gris {
    position: relative;
    padding: 120px 0px;
}

.bg-gris:before {
    content: "";
    position: absolute;
    left: -5000px;
    width: 10000px;
    height: 100%;
    top: 0px;
    background: var(--accent-color-90);
    z-index: -1;
}
h1 span, .title-1 span {
  font-size: var(--h2-font-size);
  margin: 0px;
}
.page-interne .sc-content .clear_both {
    margin-bottom: 120px;
}

  .header-content.menu-bas-header {
    z-index: 1;
}

  div#encart-contact {
    left: -50%;
    width: 200%;
    margin: 120px auto;
}


.bg-bloc-interne {
  position: relative;
  padding: 0;
  text-align: center;
  color: #fff;
  margin-top: -141px;
  min-height: 630px;
  padding-top: 230px;
}

.actualites-listing .bg-bloc-interne {

  margin-top: -168px;

}

.votre-avocat .bg-bloc-interne {

  padding-top: 169px;
}
.bg-bloc-interne h1 {
  color: #ffff;
}

.bg-bloc-interne:before {
    left: -50%;
    width: 200%;
    background-image: url(../assets/gifs/bg-header.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
}



  .page-interne  .ac-doubleColonne h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.page-interne h1 {
  margin-bottom: 20px;
}

.page-interne  p.intro {
  margin-bottom: 60px;
}

.index-page .section {
  padding-top: var(--margebloc);
  padding-bottom: var(--margebloc);
}
main h1, h2, main h3 {
  margin: 0px;
}
.footer-row-contact {
  justify-content: left;
}
}

