:root {
  --primary-h: 12; /* hue */
  --primary-s: 43%; /* saturation */
  --primary-l: 62%; /* lightness */

  --accent-h: 158; /* hue */
  --accent-s: 19%; /* saturation */
  --accent-l: 41%; /* lightness */

  --text-h: 54; /* hue */
  --text-s: 7%; /* saturation */
  --text-l: 28%; /* lightness */

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

  --primary-font: 'neulis-neue', sans-serif;
  --secondary-font: 'Roboto', sans-serif;

  --h1-font-size: 3.063rem;
  --h2-font-size: 2.438rem;
  --h3-font-size: 1.938rem;
  --h4-font-size: 1.563rem;
  --h5-font-size: 1.25rem;

  --headings-line-height: 1.333333;

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

  --border-radius: 10px;
  --button-border-radius: 1.5rem;
}
[class*="btn"] a.btn {
  padding: 8px 18px;
  border: 2px solid;
  font-weight: 700;
  line-height: 24px;
}
[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
}
.contact-page [id*="formulaire"] .btn.primary {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  padding: 14px 16px;
  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:hsla(219, 36%, 11%, 1);
  background: transparent;
  border: 2px solid var(--primary-color);
}
[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
  background-color: var(--primary-color);
  color: #fff;
}
[id*="bloc"] img {
  border-radius: var(--border-radius);
}
.index-page [id*="formulaire"] .btn.primary{
  margin-top: 1rem;
}
/* BRAND */
/* ===== */

.brand a {
  display: inline-block;
  transition: opacity .3s;
}
.brand a:hover {
  opacity: .75;
}
header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
  display: none;
}
h1, h2, h3, h4, h5, h6,[class*="title"] {
  font-weight: 600;
  color: #121926;
}
  .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;
  }
  .prestations-card,
.actualites-card {
  position: relative;
}
.prestations-card-title a::before,
.actualites-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 {
  background-size: cover;
  background-position: center;
}
.slide-img.slide-01 {
  background-color: hsla(60, 11%, 96%, 1);
}
.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');
}
.slick-dots li {
  margin: 0 -8px;
}
/* ********************************************HEADER****************************************** */
@media screen and (min-width: 993px) {
  .header-content .nav ul li.sous_menu.dropdown1 ul.dropdown > li a.selected{
    color: var(--text-color);
  }
  .header-content .nav ul li.sous_menu.dropdown1 ul.dropdown > li a:hover{
    color: var(--primary-color);
  }
  header .contact-link{
    display: none;
  }
  #topbar-nav a{
  font-size: 13px;
  line-height: 18.2px;
 }
  .main-header-content{
    padding-bottom: 8px;
  }
  .top-bar{
    padding-top: 6px;
  }
  .header-content,header{
    background-color: hsla(60, 11%, 96%, 1);
  }
  .header-content .nav#main-nav > ul > li > a {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
  .header-contact {
    display: flex;
    align-items: center;
    gap: 9px;
  }
  .index-contact {
    display: none !important;
  }
  .header-content .main-header-content .col-menu{
    padding: 0;
   }
   .header-content #nav-container{
    margin: 0;
   }
   .header-content .dropdown a{
    font-size: 14px;
   }
}
@media screen and (min-width: 1213px) and (max-width: 1450px) {
  .header-content .nav#main-nav > ul > li > a {
    padding-left: .3rem;
    padding-right: .3rem;
    font-size: 14px;
}
.header-content .main-header-content .btn-contact a{
  padding: 8px;
  font-size: 12px;
}
.header-content .nav ul.dropdown  a{
  font-size: 12px;
}
}
@media screen and (min-width: 993px) and (max-width: 1212px) {
  .header-content .nav#main-nav > ul > li > a {
    padding-left: .3rem;
    padding-right: .3rem;
    font-size: 12px;
}
.header-content .brand .col {
  padding: 0;
  width: 155px;
}
.header-content .main-header-content .btn-contact a{
  padding: 8px;
  font-size: 12px;
}
.header-content .container{
  width: 94%;
}
.header-content .nav ul.dropdown  a{
  font-size: 11px;
}
}
@media screen and (max-width: 992px) {
  .slide-content{
    padding-bottom: 3rem;
  }
  .slide-content img{
    margin: 0 auto 1.5rem;
  }
  .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;
  }
  .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;
  }
  .menu_opened.MenuLevel2Opened .menu-mobile #menu-back,.menu_opened #menu-burger .close-mobile{
    color: #232729;
  }
  .header-content .nav ul li a.selected {
    color: hsl(12 43% 40% / 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;
    color: #232729;
  }
  .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;
}
.header-content .nav > ul > .sous_menu.opened > a, 
.header-content .nav .dropdown > .sous_menu.opened > a {
  width: calc(100% - 7rem);
}
}
/* *******************************************SLIDE + BLOC 01******************************************** */
@media screen and (min-width: 993px) and (max-width: 1750px) {
  .slide-img .container::before {
    opacity: .3;
  }
}
@media screen and (min-width: 993px) {
  .index-page main .section{
    padding: 120px 0;
  }
  h1.h1-geoloc span {
    width: 150%;
}
  .slide-content{
    padding: 131px 0;
    position: relative;
  }
  .index-page  h1{
  font-weight: 600;
  line-height: 58.8px;
  max-width: 366px;
  }
  h1.h1-geoloc span, .title-1.h1-geoloc span,h1 span{
    font-size: 28px;
        font-weight: 600;
  }
  .slide-img{
    position: relative;
  }
  .slide-img .slide-content::after{
    position: absolute;
    content: "";
    width: 74%;
    height: 93%;
    bottom: 2px;
    right: -17%;
    background-image: url(../assets/gifs/bloc-01.png);
    background-size: cover;
    background-position-y: bottom;
  }
  .slide-img .container::before{
    position: absolute;
    content: "";
    width:205px ;
    height:329px ;
    bottom: -0;
    left: 0%;
    background-image: url(../assets/gifs/slide-left.png);
  }
}
.index-page  h1{
  margin: 0 0 12px;
  }
  h1.h1-geoloc span, .title-1.h1-geoloc span,h1 span{
    margin: 0;
  }
/* *******************************************************PRESTATIONS****************************************************** */
.prestations-card-title {
  max-width: 235px;
  MARGIN: AUTO;
}
@media screen and (min-width: 993px) {
.index-page .title-2{
line-height: 46.8px;
margin: 0 0 3rem;
}
.prestations-card-image a{
  position: relative;
}
.prestations-card-image{
  max-width: 272px;
  max-height: 272px;
  margin: auto;
  border-radius: 100%;
}
.prestations-card:hover .prestations-card-image a::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: hsla(12, 37%, 51%, 0.7);
  top: 0;
  left: 0;
}
.prestations-card:hover .prestations-card-image a::after{
  position: absolute;
  content: "";
  height: 100%;
  border-radius: 100%;
  background-image: url(../assets/gifs/hover-prestations.png);
  width: 84%;
  bottom: -20px;
  left: 8%;
  background-size: contain;
}
.slick-prestations>.col:nth-child(odd) .prestations-card-image a::after{
  transform: rotate(360deg);
}
.slick-prestations>.col:nth-child(even) .prestations-card-image a::after{
  transform: scaleX(-1) rotate(35deg);
}
}
.prestations-card img{
  border-radius: 100%;
}
.prestations-card{
  padding: 20px 0;
}
.prestations-card-content{
  padding-top: 20px;
}
.prestations-card-title a{
  text-decoration: none;
font-size: 25px;
font-weight: 600;
line-height: 30px;
color: hsla(219, 36%, 11%, 1);
}
.index-page .title-2{
  margin: 0 0 1rem;
}
.card-title a{
  font-size: 25px;
  }
@media screen and (max-width: 992px) {
  .prestations-card-image{
    width: 272px;
    height: 272px;
    margin: auto;
    border-radius: 100%;
  }
  .card-title a{
  font-size: 19px;
  }
  h1.h1-geoloc span, h1 span {
   font-size: 19px;
}
}
/* ************************************************CONTACT************************************ */
@media screen and (min-width: 993px) {
  #encart-contact .col-text{
    padding: 80px 0;
  }
}
#encart-contact .container{
  border-radius: var(--border-radius);
}
#encart-contact img{
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
.encart-bg{
position: relative;
}
#encart-contact .title-3{
  margin: 0 0 8px;
}
#encart-contact .title-4,#encart-contact .title-5{
  margin: 0 0 12px;
}
.encart-bg::before,
.encart-bg::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 94%;
  background-image: url(../assets/gifs/bg-contact.png);
  background-size: cover;
  top: 3%;
  left: 0;
  opacity: .2;
  z-index: -1;
  }
  .encart-bg::after{
    background-image: none;
    background-color: var(--primary-color);
    z-index: -2;
    opacity: 1;
    height: 100%;
    top: 0;
  }
  .contact-page .encart-bg::before {
    opacity: .1;
}
.contact-page .encart-bg::after{
  background-image: none;
  background-color: var(--primary-color-50);
}
.btn-tel,.row-btn {
  display: flex;
  align-items: center;
  gap: 9px;
}
.row-btn {
  gap: 12px;
}
#encart-contact .container{
  background-color: #fff;
  border-radius: var(--border-radius);
}
.info-tarifs{
  background-color: #F1DCD7;
  border-radius: var(--border-radius);
  margin-top: 20px;
  padding: 20px;
}
@media screen and (max-width: 992px) {
#encart-contact img{
width: auto;
margin: 0  auto 2rem;
display: block;
border-radius: var(--border-radius);
}
#encart-contact .container{
  padding: 2rem 20px ;
}
}
/* ************************************* BLOCS*************************** */
.index-page h2{
  margin: 0 0 12px;
}
[id*="bloc"] p:first-of-type{
  margin-top: 0;
}
main [id*="bloc"] {
  background-color: #F7F7F5;
}
[id*="bloc"] p>u,.page-interne main p>em,
.ac-doubleColonne p:not(:has(em)):last-of-type{
  padding: 20px;
  display: block;
  text-decoration: none;
  background-color: var(--accent-color-90);
  border-radius: var(--border-radius);
  text-decoration-color: transparent;
  font-style: normal;
}
[id*="bloc"] .col-img{
  position:relative;
}
[id*="bloc"] .row .col-img:last-child::before{
  position: absolute;
  content: "";
  width: 205px;
  height: 329px;
  bottom: calc(50% - 165px);
  right: -193px;
  background-image: url(../assets/gifs/slide-left.png);
}
[id*="bloc"] .row .col-img:first-child::after{
  position: absolute;
  content: "";
  width: 205px;
  height: 329px;
  bottom: calc(50% - 165px);
  left: -193px;
  background-image: url(../assets/gifs/img-left.png);
}
#bloc-05{
  padding-top: 0;
}
@media screen and (max-width: 992px) {
#bloc-05 .row{
  display: flex;
  flex-direction: column-reverse;
}
  [id*="bloc"] img{
  margin: 2rem auto;
  width: auto;
  }
  [id*="bloc"] .row .col-img{
   width: fit-content;
   margin: auto;
  }
  h2,.title-2{
    font-size: 23px;
  }
  h1,.title-1{
    font-size: 28px;
  }
  .title-3{
    font-size: 22px;
  }
  .title-4{
    font-size: 19px;
  }
}
/* ************************************** POINTS FORTS******************* */
.title-pf{
font-size: var(--h5-font-size);
line-height: 24px;
margin: 25px 0 8px;
color: #FFF;
}
@media screen and (max-width: 992px) {
  .title-pf{
    font-size: 19px;}
}
.encart-points-forts .slick-dots li.slick-active button .slick-dot-icon 
,.encart-points-forts  .slick-dots li button .slick-dot-icon,.encart-points-forts .title-2 {
  color: #fff;
}
/* ***************************************ACTUALITES*********************************** */
.actualites-card-image{
  height: 200px;
}
.card-image a,
.card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.actualites-card-image *{
  border-radius: var(--border-radius);
}
.actualites-card-title a{
 text-decoration: none;
font-weight: 600;
line-height: 30px;
color: #121926;
}
.actualites-card-title{
  height: 90px;
}
.actualites-card-text{
  margin: 12px 0 16px;
}
.actualites-card-content{
  padding: 20px;
}
.actualites-encart-btn{
  margin-top: 3rem;
}
#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);
}
.actualites-listing #fil_ariane {
  margin-bottom: 0rem;
  margin-top: -24px;
}
@media screen and (min-width: 993px) {
  .actualites-card-image a{
    position: relative;
  }
  .actualites-card:hover .actualites-card-image a::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    background: hsla(12, 37%, 51%, 0.7);
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 993px) {
  #listing-autres-actus-categorie a.btn {
    padding: 12px 12px;
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
.actualites-card-title {
  height: 56px;
}
}
.actualites-detail #listing-autres-actus-categorie {
  background-color: var(--text-color-90);
  padding: 1rem;
  border-radius: var(--border-radius);
}
/* ************************************FORMULAIRE************************************** */
.encart-form .title-3{
  margin: 0 0 1.5rem;
}
#formulaire_4 .divGenerateur > label {
  display: none;
}
span.note {
  font-size: 10px;
  line-height: 12px;
  display: block;
  margin-bottom: 12px;
}
#formulaire_4 .divGenerateur ul label {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  display: flex;
  align-items: flex-start;
}
form p{
  position: relative;
}
form p img.ui-datepicker-trigger{
  position: absolute;
    right: 2%;
    TOP: calc(50% - -6px);
}
.card-form{
  padding: 20px;
  border-radius: var(--border-radius);
}
#formulaire_4 p{
  margin-top: 0;
}
#formulaire_4 input:not([type="checkbox"]):not([type="submit"]),
#formulaire_4 textarea {
  border: 1px solid  hsla(68, 9%, 83%, 1);
  border-radius: 4px;
  min-height: 44px;
}
@media screen and (min-width: 601px) {
  #formulaire_4 .submit .primary {
    width: fit-content;
  }
  #formulaire_4 .cp_ville {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #formulaire_4 .cp_ville > p {
    width: calc(50% - 6px);
  }
  .card-form{
    padding: 40px;
  }
  [class*="btn"] a.btn {
   width: fit-content;
  }
}
/* *************************************************FOOTER********************************* */
footer{
  background-color: #F7F7F5;
}
body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}
@media screen and (min-width: 993px) {
  #footer-nav .nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem 0;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }
}
@media screen and (max-width: 992px) {
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    min-width: 18%;
    top: 100%;
  }
  .footer-contact {
    margin-top: 2rem;
  }
  #footer-nav nav a {
    FONT-SIZE: 14px;
}
}
.footer-row-contact {
  display: flex;
  gap: 6px;
}
footer address {
  margin: 0;
}
footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}
footer .footer-1 .title-4 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer-1 address a,
.footer-1 .text {
  font-weight: 400;
  line-height: 24px;
}
footer .siret {
  font-weight: 400;
  line-height: 24px;
}
#footer-nav .nav ul li.sous_menu ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  z-index: 1;
  background-color: #fff;
  border: 1px solid var(--primary-color);
}
#footer-nav .nav ul li.sous_menu > a::after {
  position: absolute;
  right: 0.625rem;
  display: block;
  font-family: var(--icon-font);
  line-height: 0;
  content: "\e5c5";
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: -0.125em 0 0 0.25em;
  text-decoration: none;
}
#footer-nav nav a {
  font-weight: 400;
  line-height: 24px;
}
#footer-nav .nav ul li a.selected,
#footer-nav .nav ul li:hover > a {
  text-decoration: underline;
}
#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: var(--link-color);
}
.footer-2 nav a:hover,footer a:hover,
.page-404 footer a:hover {
 text-decoration: underline;
}
/* ****************************************PAGES INTERNES******************************** */
.contact-page .intro{
  margin-bottom: 0;
}
.contact-page h1{
  margin: 0;
  color: #fff;
}
.contact-page .s-middle {
  flex-wrap: nowrap;
  height: 100%;
}
.contact-page .s-stretch {
  flex-wrap: nowrap;
}
.page-interne .ac-doubleColonne img{
  border-radius: var(--border-radius);
}
.seance-et-tarifs .page-interne .info-tarifs .btn-tarifs{
  display: none;
}
.page-interne h3{
  margin: 0 0 8px;
}
.ac-doubleColonne.encart-bg{
  padding: 62px 0;
  position: relative;
}
.ac-doubleColonne.encart-bg span{
 font-size: 60px;
 line-height: 60px;
 color: #fff;
 display: block;
 max-width: 770px;
}
.page-interne .encart-bg::before,.page-interne .encart-bg::after {
  width: 300%;
  height: 94%;
  background-image: url(../assets/gifs/bg-contact.png);
  background-size: cover;
  top: 3%;
  left: -100%;
  opacity: .2;
  z-index: -1;
}
.page-interne .encart-bg::after {
  background-image: none;
  background-color: var(--primary-color);
  z-index: -2;
  opacity: 1;
  height: 100%;
  top: 0;
}
.page-interne .sc-content #relance{
  margin-top: 0;
}
.page-interne .ac-doubleColonne h2{
  margin: 0 0 12px;
}
.page-interne #container{
  padding-top: 0;
}
.page-interne #container .ac-doubleColonne+p{
  margin-top: 3rem;
}
@media screen and (min-width: 993px) {
  .ac-accordeon-item h3{
    font-size: 25px;
  }
  .ac-doubleColonne p:last-of-type{
    margin-bottom: 0;
  }
.page-interne .sc-content img {
 height: 100%;
 object-fit: cover;
}
.page-interne #encart-contact{
  padding: 100px 0;
}
.page-interne .sc-content .clear_both {
  margin-bottom: 6.35rem;
}
}
@media screen and (max-width: 992px) {
  .page-interne #container .ac-doubleColonne .ac-colonne img {
    WIDTH: auto;
    margin:1rem auto;
  }
  .page-interne .ac-doubleColonne.encart-bg span {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 600px) {
    .row-btn{
      flex-direction: column;
      row-gap: 1rem;
      align-items: normal;
    }
    .btn-tel{
      justify-content: center;
    }
}