:root {
  --primary-h: 211; /* hue */
  --primary-s: 95%; /* saturation */
  --primary-l: 93%; /* lightness */

  --accent-h: 46; /* hue */
  --accent-s: 65%; /* saturation */
  --accent-l: 52%; /* lightness */

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

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

  --title-color:rgba(30, 30, 30, 1);
  --gris900:rgba(61, 61, 61, 1);
  --blue-color: #485aff;
  --blue-color-ac:rgba(147, 203, 253, 1);

  --primary-font: "Poppins", sans-serif;
  --secondary-font: "Prata", serif;
  --therciaux-font: "Inter", sans-serif;

  --h1-font-size: 61px;
  --h2-font-size: 40px;
  --h3-font-size: 33px;
  --h4-font-size: 1.75rem;

  --headings-line-height: 1.333333;
  --link-color: var(--primary-color-20);

  --border-radius: 1rem;
  --border-radius-card: .75rem;
  --button-border-radius: 3.75rem;
  --transition: 0.3s all ease-in-out;

  --font-weight-medium:500;
  --marge-section-desck:90px
}

/* ================================== GENERAL ================================== */
a[href="#"] {
  cursor: default;
}

main p a,main p u {
  color: var(--accent-color);
}

p {
  margin-block: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h1.h1-geoloc span,
[class*="title"] {
  font-family: var(--secondary-font);
  font-weight: 400;
  color: var(--title-color);
}
h1 span,
h1.h1-geoloc span {
margin: 25px 0 0;
    font-size: 24px;line-height: 33px;
}

a {
  transition: var(--transition);
}

.pos-relative {
  position: relative;
}

.paginationControl {
  text-align: center;
  margin: 60px auto 28px;
}

.sitemap-nav li {
  margin: 10px 0;
}
.nowrap {
  flex-wrap: nowrap;
}
.border-rad, .blocs img {
  border-radius: var(--border-radius);
}
body :where(address) {
    margin: 0;
}

.index-link + .index-link {
  display: none;
}
@media screen and (min-width:993px) {
  h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"] {
margin: 0;
}
}
@media screen and (max-width: 992px) {
  .content-bTop .title-1, .title-1 {
    font-size: 30px;
    line-height: 100%;
}
  .tap-bar .tap-bar-item a {
    font-size: 12px;
}
  .fold-top {
    margin-block: 1rem;
}
  [id*="bloc"] img {
    display: block;
    width: auto;
    margin: 2rem auto;
  }
}

/*=========== BOUTONS=========*/


/* ============================*/

[class*="btn"] a.btn,
.btn.accent {
    padding: 11px 24px;
    font-weight: var(--font-weight-medium);
    font-size: 16px;
    z-index: 2;
}

[class*="btn"] .accent.btn {
    color: var(--title-color);
}

[class*="btn"] a.btn svg {
    margin-left: 0.5rem;
}

.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: white;
    border: 2px solid var(--accent-color);
    padding: 10px 22px;
}

[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
    background-color: var(--primary-color);
    color: white;
}

@media screen and (min-width: 601px) {
    .btn:not(.fluid) {
        width: auto;max-width: max-content;
    }
}

@media screen and (min-width: 993px) {
    .btn-contact a.btn::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0%;
        left: 0;
        bottom: 0;
        transition: 0.6s;
        border-radius: var(--button-border-radius);
        opacity: 1;
        z-index: -1;
        background: rgba(1, 173, 128, 1);
    }
    .actualites-encart-btn a.btn.outlined:before {
      position: absolute;
        content: "";
        width: 100%;
        height: 0%;
        left: 0;
        top: 0;
        transition: 0.6s;
        border-radius: var(--button-border-radius);
        opacity: 1;
        z-index: -1;
        background: var(--accent-color);
    }
.actualites-encart-btn a.btn.outlined:hover{
  background: white;color: var(--title-color);
}
    .btn-contact a.btn:hover::before, .actualites-encart-btn a.btn.outlined:hover::before {
        height: 100%;
    }
}

/* SECTIONS */
/* ===== */
@media screen and (min-width: 993px) {
  .index-page main .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .section-80 {
    padding-block: 80PX;
  }
}

@media screen and (min-width: 1280px) {
  .index-page main .section {
   padding-block: 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;
}

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

.slider-slick {
  width: 100%;
  height: 500px;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 100%;
}
.slide-img {
  min-height: 500px;
  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-img .container {
  min-height: 500px;
}
.slide-img .container .bloc {
  height: 500px;
}
@media screen and (max-width: 600px) {
  .slider-slick {
    display: none;
  }
}

/* CARDS */
/* ====== */
.card {
  position: relative;
  display: block;
  transition: var(--transition);
}

.card:not(#encart-contact .card) a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}

.card a, #encart-contact a {
  text-decoration: none;
  display: block;
}

.card-image {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.card-image img,
.card * {
  transition: var(--transition);
}

.actualites-card:hover img, #encart-contact .card:hover img {
  transform: scale(1.1);
  transition: var(--transition);
}


/* DIVERS */
/* ====== */
h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before,
.divGenerateur label.optional {
  display: none;
}

@media screen and (max-width: 992px) {
  .page-interne .sc-content .ac-doubleColonne .ac-colonne img,
  #listing-autres-actus-categorie {
    display: block;
    max-width: 450px;
    max-height: 400px;
    margin: 30px auto;
    object-fit: cover;
    width: 100%;
  }
  .header-content .nav ul li a.selected {
    background: transparent;
  }
}

/* HEADER */
/* ====== */
@media screen and (max-width: 992px) {
  .menu-mobile {
    height: 90px;
  }
  .menu-mobile .btn-menu {
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
    border-radius: 100%;
  }
  .menu-mobile .brand {
    margin-left: -11px;
  }
  .topbar-brand.col,
  .phone span.material-icons {
    margin: 0;
  }
  .menu-mobile .row {
    width: 100%;
    margin: 0;
    flex-wrap: nowrap;
  }
  .menu-mobile .brand.col {
    padding: 0;
  }
  .header-content .nav .dropdown,
  .header-content .nav .ssdropdown {
    top: 90px;
  }
  .header-content #nav-container {
    margin-top: 90px;
  }
  .header-content .nav#topbar-nav li:not(.opened) a,
  .header-content .nav#main-nav li:not(.opened) a {
    padding: 0.75rem;
  }
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    height: 90px;
  }
}
@media screen and (min-width: 993px) {
  .header-content a.tel {
    font-weight: 600;
  }
  .header-content #nav-container,
  .header-content .row {
    flex-wrap: nowrap;
  }
  .header-nav .col {
    padding: 0 0.25rem;
  }
  .main-header-content .nav ul li a.selected,
  .main-header-content .nav ul li:hover > a {
    color: white;
  }
 .top-bar .nav ul li a.selected,
 .top-bar .nav ul li:hover > a {
    color: var(--title-color);
  }
  .header-content .nav ul li.sous_menu ul.dropdown,
  .header-content .nav ul li.sous_menu ul.ssdropdown, .main-header-content .nav ul li a {
    color: var(--title-color);
  }
  .top-bar .container {
    padding-block:1.35rem;
  }
  .main-header-content .container {
    padding-block: 4px;
    color: white;
  }
  .header-content .nav#main-nav ul {
    justify-content: center;
  }
  .header-content nav li:not(.sousLi) {
    margin: 0 8px;
  }
  .header-content .nav#main-nav > ul > li > a,
  .header-content .nav#topbar-nav > ul > li > a {
    position: relative;
    padding: 8px 4px;
  }
  .header-content nav ul.dropdown a {
    font-size: 10px;
  }
#topbar-nav li a {
    font-size: 16px;
}
  .header-content .contact, footer .contact {
    display: none;
  }
  #footer-nav a {
    position: relative;color: rgba(30, 30, 30, 1);
  }
  .header-content .nav ul li.sous_menu > a::after {
        content: url(../assets/gifs/after-nav.svg);
    }
  .header-content .nav#main-nav > ul > li > a::before,
  .header-content .nav#topbar-nav > ul > li > a::before,
  #footer-nav a::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    height: 2px;
    width: 0;
    background-color: var(--accent-color);
    transition: var(--transition);
  }

  .header-content .nav#main-nav > ul > li > a.selected::before,
  .header-content .nav#main-nav > ul > li > a:hover::before,
  .header-content .nav#topbar-nav > ul > li > a.selected::before,
  .header-content .nav#topbar-nav > ul > li > a:hover::before,
  #footer-nav a:hover::before,
  #footer-nav a.selected::before {
    width: 100%;
    left: 0;
    right: 0;
  }

  .header-content .nav ul li.sous_menu ul.dropdown > li > a:hover,
  .header-content .nav ul li.sous_menu ul.dropdown > li > a.selected {
    color: var(--accent-color);
  }
  .header-content a {
    min-width: max-content;
  }

.top-bar .brand img {
    max-width: 165px;
}
}
@media screen and (min-width:1100px) {
  .header-content a {
    min-width: none;
  }

.top-bar .brand img {
    max-width: none;
} 
}

@media screen and (min-width: 1340px) {
  .header-content .col {
    padding: 0 0.75rem;
  }
  .header-content nav a {
    font-size: 18px;
  }
  .header-content nav ul.dropdown a {
    font-size: 0.75rem;
  }
}

/* BLOC TOP  */
/* ====== */
.content-bTop {
  padding-block: 1.35rem;position: relative;
}
.content-bTop .title-1 {
color: rgba(54, 54, 54, 1);line-height: 77px;
}

@media screen and (min-width: 993px) {
  .content-bTop .title-1:after{
    content: "";
    background: url(../assets/gifs/after-h1.png);
    width: 285px;
    height: 76px;
    position: relative;
    display: inline-block;
    top: 15px;
  }
  .content-bTop  .l5 {
      text-align: right;color: rgba(84, 84, 84, 1);
  }
  .fleur-contact:before {
    content: "";
    background: url(../assets/gifs/bg-h1.png);
    width: 68px;
    height: 60px;
    position: absolute;
    right: 225px;
    top: -21px;
  }
}
/* ACTIVITER  */
/* ====== */
#encart-activiter .activiter {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    padding-inline: 0;
    padding-block: 12.1rem;
}

#encart-activiter .activiter a {
    text-decoration: none;
}

#encart-activiter .activiter a .title-2,
#encart-activiter .activiter a p {
    position: relative;
    z-index: 2;
}

#encart-activiter .activiter a p {
    max-width: 377px;
    margin: 9px auto 27px auto;font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.activiter img {
    transition: 0.3s;
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 4px;
    object-position: center;
}

.activiter a:before {
    position: absolute;
    content: "";
    left: 4px;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(hsla(0, 0%, 0%, 0.4), hsla(0, 0%, 0%, 0.4));
    transition: background-color .5s ease-in-out, border-color .5s ease-in-out;
}

.activiter:hover a::before {
    background: linear-gradient(hsla(0, 0%, 0%, 0.3), hsla(0, 0%, 0%, 0.3));
    z-index: 1;
}

#encart-activiter .title-2 {
    margin: 0;
    color: white;font-size: 40px;text-transform: uppercase;
}
#encart-activiter .title-2:before{
  content: "";
  position: absolute;
  background: url(../assets/gifs/fleurs.png);width: 62px;
    height: 54px;
    bottom: 62px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.activiter:hover a.btn.outlined::before {
    background: var(--accent-color);top: 0;
    bottom: auto;
}
#encart-activiter .activiter a.btn.outlined:hover:before{background: var(--accent-color);z-index: -1;top: 0;
    bottom: auto;}
#encart-activiter .activiter a.btn.outlined:hover{color: var(--title-color);}

@media screen and (min-width: 601px) {
    #encart-activiter a.btn.accent {
        width: auto;
    }
}

@media screen and (min-width: 993px) {
  #encart-activiter {
    max-width: 1920px;
    margin: 0 auto;
}
    .activiter-left {
        border-radius: 1000px 0 0 1000px;
    }
    .activiter-right {
border-radius: 0  1000px  1000px 0;
    }
}

/* BLOC 01 */
/* ====== */
.reveal-block {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  min-height: 420px;
}

.image-left, .image-right {
  width: 50%;
  transition: transform 1s ease;
}
.image-left {
  transform: translateX(473px);
}
.image-right {
  transform: translateX(0);
}
.text-middle {
  position: absolute;
  opacity: 0;
  transition: opacity 3s ease;
  max-width: 872px;
}
img.rotation-once {
  animation: rotate-swing 1.5s ease-in-out forwards; 
}

@keyframes rotate-swing {
  0%   { transform: rotate(0deg); }
  33%  { transform: rotate(90deg); }
  66%  { transform: rotate(-90deg); }
  100% { transform: rotate(0deg); }
}
/* Quand on active la classe 'active' */
.reveal-block.active .image-left {
  transform: translateX(-455px);text-align: right;
}

.reveal-block.active .image-right {
  transform: translateX(455px);
}

.reveal-block.active .text-middle {
  opacity: 1;
}
.text-middle p {
    margin-bottom: 0;
    color: rgba(61, 61, 61, 1);
    line-height: 26px;
    margin-top: 64px;
}
.h1-geoloc {
  margin-top: 24px;
}

/* BLOC 02 */
/* ====== */
.img-anim-height {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  transition: height 1.2s ease;
  position: absolute;
  top: 0;
  left:0;
  overflow: hidden;
}
.img-anim-height.shrink {
  position: relative;
}
.img-2 .img-anim-height {
  border-radius: 278px ;
}
.img-2 .img-anim-height.shrink {
  height: 284px;border-radius: 158px;
}
#bloc-02 h2{position: relative;z-index: 1;}

@media screen and (min-width: 993px) {
h2 {
    line-height: 54px;
}
.bloc-b2-left img, .bloc-b6-left img {
    border-radius: 324px 324px 0 0;
}
.bloc-b2-left {
    position: relative;
    margin-top: -41px;
}
.bloc-b2-left:after {
  content: "";
  position: absolute;
  background: url(../assets/gifs/fleur-bleu.png);
  width: 157px;
  height: 139px;
  right: -17px;
  top: -15px;
}

}

/* ENCART PRESTATION */
/* ====== */

img.tantra-b {
    position: absolute;
    right: 24px;
    bottom: 28px;
}
#encart-prestations{
  border-radius: 1000px 1000px 0 0;
}
.prestations-card-image {
  margin-bottom: 16px;
  border-radius: 100% 100% 0 0;
    overflow: hidden;
}
.prestations-card-title a {
  color: var(--title-color);
  font-size: 24px;
}
.categ-prest {
  margin-top: 8px;color: var(--accent-color);line-height: 26px;
}
.descrip-prest {
  margin-top: 6px;color: rgba(79, 79, 79, 1);text-indent: 5px;
}
.slick-prestations {position: relative;margin-top: 60px;}

@media screen and (min-width: 993px) {
  #encart-prestations:before{
    content: "";
    background: url(../assets/gifs/before-prest.png);
    width: 414px;
        height: 184px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -122px;
        z-index: -3;
  }
.slick-prestations:before{
  content: "";
  position: absolute;
  background: url(../assets/gifs/left-pres.png);width: 135px;
        height: 414px;
        top: 50%;
        transform: translateY(-50%);
        left: -120px;
}
.slick-prestations:after{
  content: "";
  position: absolute;
  background: url(../assets/gifs/right-pres.png);width: 135px;
        height: 414px;
        top: 50%;
        transform: translateY(-50%);
        right: -120px;
}
.prestations-card-image a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.prestations-card:hover .prestations-card-image a:before {
background: rgba(0, 0, 0, 0.3);
}
.card:hover img {
    transform: scale(1.15);
}
.prestations-card:hover .prestations-card-image {
  border-radius: 40% 40% 0 0;
 }
}

/* ENCART AVIS */
/* ====== */
.slick-avis {
  margin-top: 64px;
}
.content-avis {
  background-color: var(--background-color);position: relative;
}
.page-interne .encart-avis {
    position: relative;
}
.page-interne .encart-avis:before{
  content: "";
  position: absolute;
  width: 500%;
  left: -200%;
  height: 100%;
  top:0;
  z-index: -1;
  background: var(--primary-color);
}
.avis-card {
  padding: 16px;
}
.avis-card .avis-card-text {
  padding-left: 76px;
  height: 104px;
  margin-top: 8px;
}
.avis-name {
  font-weight: 700;
  color: var(--title-color);
}
.encart-avis .align-right button.show-more.btn.small {
display: none;
}
.avis-date {
  font-size: var(--textxs);
  margin-left: -16px;
  color: hsla(0, 0%, 27%, 1);
}
.encart-avis .row.s-middle.s-start {
  padding-top: 4px;
}
.date.avis-date.card-date.avis-card-date.avis-encart-card-date.small,
.encart-avis .avis-card.js-more .avis-card-text::after {
  display: none;
}

@media screen and (min-width: 993px) {
.content-avis:before {
  content: "";
  background: url(../assets/gifs/left-avis.png);
  width: 138px;
  height: 275px;
  position: absolute;
  left: -138px;
  top: 50%;
  transform: translateY(-50%);
}
.content-avis:after {
  content: "";
  background: url(../assets/gifs/right-avis.png);
  width: 138px;
  height: 275px;
  position: absolute;
  right: -138px;
  top: 50%;
  transform: translateY(-50%);
}

}

/* Bloc 03 */
/* ====== */
p em {
    background: rgba(147, 203, 253, 1);
    display: block;
    padding: 5px 20px;color: rgba(61, 61, 61, 1);
}
@media screen and (min-width: 993px) {
  .content-b3 {
   max-width: 578px;
  }
  #bloc-03 .container:before, #bloc-07 .container:before {
    content: "";
    position: absolute;
    background: url(../assets/gifs/before-t3.png);width: 167px;
        height: 506px;
        top: 50%;
        transform: translateY(-50%);
        left: -190px;
  }
    #im-right img{
        max-width:1004px;border-radius: 100% 0 0 100%;
    }
   .img-7{
        max-width:1004px;border-radius: 600px 0 0 600px;
    }
    img.img3 {
        min-height: 768px;
        object-fit: cover;
    }
    p em { 
      border-radius: 0 160px 160px 0;
    }
    #im-right {position: relative;}
    #im-right:before{content: "";
    position: absolute;
    background: url(../assets/gifs/before-b3.png);width: 347px;        
        height: 678px;
        top: 65px;

  }
}

/* Bloc 04 + 05 + 06*/
/* ====== */
#bloc-04 img, #bloc-05 img{
  border-radius: 100%;
}
.img-6 .img-anim-height.shrink {
    height: 279px;
    border-radius: 158px;
}
.img-6 .img-anim-height {
    border-radius: 600px;
}
.content-t6 {
    margin-top: 48px;
} 
@media screen and (min-width: 993px) {
#bloc-04 .container:after {
  content: "";
  position: absolute;
  background: url(../assets/gifs/right-b4.png);top: 50%;
  transform: translateY(-50%);
  right: -180px;;width: 167px;        
  height: 506px;
}
#bloc-04 .l5:before {
  content: "";
  background: url(../assets/gifs/before-b4.png);
  width: 253px;
  height: 476px;
  position: absolute;
  top: -33px;
  left: -108px;
}
#bloc-04 .l5:after {
  content: "";
  background: url(../assets/gifs/fleur-bleu.png);
width: 157px;
        height: 139px;
        position: absolute;
        top: -110px;
        left: 57px;
}
.col-img5:after {
  content: "";
  position: absolute;
  background: url(../assets/gifs/after-b5.png);
  width: 338px;
  height: 507px;
  right: -119px;
  top: 50%;
  transform: translateY(-50%);
}
#bloc-05 p:last-of-type{
  margin-right: 201px;position: relative;
}
#bloc-05 p:last-of-type:before{
  content: "";
  background: url(../assets/gifs/nantra.png);
          width: 244px;
        height: 244px;
        position: absolute;
        right: -244px;top: -33px;
}
#bloc-07 h2{
  position: relative;
  max-width: 412px;
}
#bloc-07 h2:after{
content: "";
        position: absolute;
        background: url(../assets/gifs/fleur-bleu.png) no-repeat;
        width: 107px;
        height: 90px;
        right: -215px;
        top: 0;
        background-size: 90%;
}

}
/* ENCART CONTACT */
/* ====== */

#encart-contact {
    position: relative;
    z-index: 1;
  }
  
  .page-interne #encart-contact::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0%;
    right: 0;
    margin: auto;
    top: 0;
    z-index: -2;
    background: var(--accent-color)
  }
  .page-interne #encart-contact .container {
    width: 100%;
  }
  .page-interne #encart-contact::before,
  .page-interne #encart-contact::after {
    width: 200%;
    left: -50%;
  }
    
  #encart-contact .reseaux-sociaux {
    margin: 24px 0 48px 0;
  }
  
  #encart-contact h3 {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 700;
  }
  #encart-contact .accent.btn{ 
    background: var(--title-color);color: white;
  }
  
  @media screen and (min-width: 993px) {
    #encart-contact::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0%;
    right: 0;
    margin: auto;
    top: 0;
    z-index: -1;
    background: url(../assets/gifs/encart-contact.png)  no-repeat right;
  }
     #encart-contact, #bloc-03, #bloc-04, #bloc-05 {
      padding-block: var(--marge-section-desck);
    }
  }
/* POINT FORTS  */
/* ====== */
.points-forts {
    padding: 1.34rem 0;
}

.points-forts .title-pf {
    min-height: 80px;
    margin: 20px 0 16px;
}

.card-pf {
    padding: 48px 36px;position: relative;
}

.points-forts .row .col:not(:last-of-type) .card-pf:after {
    content: "";
    background: rgba(209, 209, 209, 1);
    height: 200px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.card-text {
  color:var(--gris900);line-height: 26px;text-indent: 6px;
}

@media screen and (min-width: 993px) {
.points-forts {
  border-radius: 0 0 1000px 1000px;
}
.points-forts .title-pf{font-size: 24px;min-height: 99px;}
.points-forts:after{
  content: "";
  position: absolute;
  background: url(../assets/gifs/after-pf.png);
  width: 415px;
        height: 135px;
        bottom: -134px;
        left: 0;
        right: 0;
        margin: 0 auto;
}

}

/* ****************************************************FORMULAIRE ***********************************************/
.primary500{
 background: rgba(147, 203, 253, 1); 
}
.bloc-form {
    padding: 3rem;
    height: 100%;
    box-shadow: 0px 4px 24px 0px #0000001A;
}
#formulaire_5 p {
    margin-block: 24px;
}
.bloc-infos {
    padding: 2.5rem 80px;
    height: 100%;
    color: var(--title-color);
}

.bloc-infos .text {
    margin-bottom: 1.5rem;
}

.bloc-infos .reseaux-sociaux {
    margin-bottom: 80px;
}

.bloc-infos .title-4 {
    font-weight: 500;
    font-size: 1rem;
    margin: 24px 0 12px;
}

.bloc-infos .title-3 {
    font-size: 40px;
    margin: 0 0 1.3rem;
}

.encart-formulaire label {
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
}

.encart-formulaire #map {
    min-height: 450px;
    border-radius: 60px;
}
.card-contact-form {
    margin-bottom: 24px;
}
.card-contact-form .label-form{
  font-weight: var(--font-weight-medium);
  font-size: 18px;
  margin-bottom: 12px;
}

@media screen and (min-width: 993px) {
  .card-contact-form a:hover {text-decoration: underline;}
  .encart-formulaire {
    border-radius: 500px 500px 0 0;
  }
  .page-interne .encart-formulaire {
    padding: 120px 0;
  }

    .bloc-form .title-3 {
        margin-bottom: 48px;
    }

    .encart-formulaire .col:has(.bloc-infos) {
        border-radius: 60px 0 0 60px;
        background-image: url(../assets/gifs/bg-form.png);
        background-position: bottom;
        background-repeat: no-repeat;
    }


    .encart-formulaire .col:has(.bloc-form) {
        border-radius: 0 60px 60px 0;
        padding: 0;
    }

    .encart-formulaire .map-container iframe {
        height: 463px;
        margin-top: 88px;
    }

    .bloc-form {
        border-radius: 0 60px 60px 0;
    }
}

#formulaire_5 .divGenerateur ul label {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    align-items: flex-start;
}

#formulaire_5 .divGenerateur>label {
    display: none;
}

span.note {
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin-bottom: 12px;
}

input:not([type]),
input[type="text"],
input[type="email"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea {
    border-radius: 8px;
    border: 1px solid hsla(0, 0%, 82%, 1);
    min-height: 50px;
    box-shadow: 0px 1px 2px 0px hsla(220, 43%, 11%, 0.05);
}

#formulaire_5 p.submit {
    margin-top: 1rem;
    width: 100%;
}

#formulaire_5 p.submit .btn.primary {
    width: 100%;
}
 #formulaire_5 .btn.accent{
  border-radius: 8px;
  border: 2px solid var(--accent-color);
 }
 #formulaire_5 .btn.accent:hover {
  background: white;
  border: 2px solid var(--accent-color);
  color: var(--blue-color);
 }

@media screen and (min-width: 601px) {
    #formulaire_5 .cp_ville {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    #formulaire_5 .cp_ville>p {
        width: calc(50% - 6px);margin-block: 0;
    }
}

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

    .title-2 br,
    .title-3 br {
        display: none;
    }

    .encart-formulaire .bloc-form {
        padding: 2rem 1rem;
        margin-top: 2rem;
    }

    .encart-formulaire .bloc-infos {
        padding: 2rem 1rem;
    }

    .bloc-infos .reseaux-sociaux {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .encart-formulaire .bloc-infos {
        padding: 2rem;
    }
}

/* ================================== FOOTER ================================== */

footer {
  background-color: var(--primary-color);
}
.reseaux-sociaux a:hover svg path {
  fill:var(--blue-color)
} 
body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}

.footer-text {
    margin-top: 12px;
    font-size: 14px;
    color: rgba(93, 93, 93, 1);
}

footer .no-menu {
  display: none;
}

#footer-nav .nav ul li.sous_menu>a::after{
  content: url(../assets/gifs/naf-footer.svg);
    position: relative;
    top: 5px;
}

@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%;
  }

  .footer-contact {
    margin-top: 26px;
  }
}

@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 .section.footer-1 {
  padding: 2rem 0 1.5rem;
}

footer .footer-1 .title-4 {
  font-size: 18px;font-family: var(--primary-font);color: var(--accent-color);font-weight: var(--font-weight-medium     );
  line-height: 24px;
  margin: 0 0;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.footer-1 address a,
.footer-1 .text, footer .siret {
  font-weight: 400;
  line-height: 24px;color: rgba(93, 93, 93, 1);
}
.footer-1 address a:hover {text-decoration: underline;}

#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 a {
  font-weight: 400;
  line-height: 24px;
}

#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: 4px 0 39px;
}

.footer-2 nav a,
.page-404 footer a {
font-weight: 600;
    line-height: 24px;
    color: rgba(30, 30, 30, 1);font-family: var(--therciaux-font);
}

.footer-2 nav a:hover,
.page-404 footer a:hover {
  color: rgba(30, 30, 30, 1);
  text-decoration: underline;
}

footer .reseaux-sociaux svg {
  fill: rgba(30, 30, 30, 1);
}
.lien-maps span {
    display: block;
}

/* ***************************************ACTUALITES*********************************** */

#encart-actualites .title-2:before{
  content: "";
  background: url(../assets/gifs/bg-actu.png);
 width: 412px;
    height: 110px;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
}
.descrip {
  color: var(--gris900);margin-top: 8px;
}
.slick-actualites {
    margin-top: 60px;
}
.actualites-card-content {
  padding: 44px 24px 24px;
  transition: .6s;
}

.actualites-card:hover .actualites-card-content {
  background-color: var(--blue-color-ac);
  color: #000;
}


.actualites-card-image {
  height: 324px;
  overflow: hidden;border-radius: 600px 600px 0 0;
}

.catalogue-card-image {
  height: 312px;
  overflow: hidden;border-radius: 600px 600px 0 0;
}
.actualites-card:hover img {
  transform: scale(1.1);
}

.card-image a {
  position: relative;
}

.actualites-card-image a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: .6s;
}

.actualites-card:hover .card-image a::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.actualites-card-image img,
.actualites-card-image a {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  transition: .6s;
}

.actualites-card-title a {
  text-decoration: none;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  color: var(--title-color);
}

.actualites-card .card-text {
  margin: 8px 0;
}

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

.actualites-card .card-link {
  font-weight: 400;
  font-size: 16px;
  font-family: var(--therciaux-font);
  line-height: 19px;
}

#listing-autres-actus-categorie ul a {
  font-size: 15px;
  text-decoration: none;
  color: #000;
}

#listing-autres-actus-categorie ul a:hover {
  text-decoration: underline;
}

#listing-autres-actus-categorie {
  color: #000;
}

.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: 2rem 0rem;
}

@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);
}
/*********** pages internes ********/
.marketing {
    position: relative;
    text-align: center;
    padding: 80px 0;
    max-width: 872px;
    margin-left: auto;
    margin-right: auto;
}
.marketing:before {
  content: "";
  position: absolute;
  background: var(--primary-color);
  width: 500%;
  left: -200%;
  top:0;
  height: 100%;
  z-index: -1;
}
.page-interne #container {
  padding-top: 0;padding-bottom: 0;
}
.bloc-start .ac-colonne_2 img {
  border-radius: 158px;
}
.bloc-start .ac-colonne_1 img {
  border-radius: 300px 300px 0 0 ;
}
.catalogue-card-content {
  margin-top: 20px;
}
.catalogue-card-title a {
  color: var(--title-color);
font-size: 24px;
}
.catalogue-card-text {
  margin-top: 8px;
}
#fil_ariane {
    margin-bottom: 1rem;
    font-size: 16px;
}
.cards .ac-colonne {
margin: 1rem 0;
padding: 1rem;
border:2px solid var(--accent-color);
border-radius: 1rem;
}
.row-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
@media screen and (max-width: 601px) {
 
.reveal-block {
      min-height: 690px;

}
h1.h1-geoloc{
  margin-top: 4rem;
}
}

.menu-mobile{
  background-color: var(--primary-color);
}