:root {

  --primary-h: 195; /* hue */
  --primary-s: 45%; /* saturation */
  --primary-l: 31%; /* luminosity */

  --accent-h: 160; /* hue */
  --accent-s: 100%; /* saturation */
  --accent-l: 33%; /* luminosity */

  --text-h: 0; /* hue */
  --text-s: 0%; /* saturation */
  --text-l: 15%; /* luminosity */

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

  --primary-font:  'Kanit', sans-serif;
  --secondary-font:  'Kanit', sans-serif;

  --h1-font-size: 2rem;
  --h2-font-size: 1.7rem;
  --h3-font-size: 1.4rem;
  --headings-line-height: 1.333333;

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

  --border-radius: 2rem;
  --button-border-radius: 10px;

  --img-slide-01: url('../assets/gifs/slider/slide-01.jpg');
  --img-slide-02: url('../assets/gifs/slider/slide-02.jpg');
  --img-slide-03: url('../assets/gifs/slider/slide-03.jpg');
}


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

header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
  display: none;
}


/** ARCHIVE **/
div#blocHorsLigne {
  z-index: 999999 !important;
}


.paginationControl {
  text-align: center;
}

span#mess_newsletter {
  display: block;
  color: #b50000;
  background-color: #fff;
  font-size: 14px;
  margin: 0;
  margin-top: 10px;
  text-align: center;
  position: absolute;
}

.rappel_telephonique .brand .row.s-middle.s-start {
  margin: auto;
}

.plan-site .sitemap-nav ul li.firstLi {
  margin-top: 25px
}

header .politique {
  display: none;
}

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

ul.coordonnees.contact-page-coordonnees.reset {
  margin-bottom: 10px;
  font-size: 13px;
}

.contact-page .horaires {
  font-size: 13px;
}

ul.coordonnees.contact-page-coordonnees.reset .col {
  padding: 0px 8px;
}

.contact-page nav.fil-ariane.gtm-fil-ariane {
  margin-bottom: 15px;
}

ul.coordonnees.contact-page-coordonnees.reset .row.s-middle {
  flex-wrap: nowrap;
}

.contact-page .map-container iframe:not(.contact-page .footer-1 .map-container iframe) {
  min-height: 400px;
}
.contact-page .footer-1 .map-container iframe {
  height: 256px !important;
}
.contact-page .col.s12.l5.offset-l1 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.fil-ariane.gtm-fil-ariane .first {
  display: inline-block;
}

.politique-confidentialite .btn-contact {
  margin-top: 15px;
}

#relance ul {
  padding-inline-start: 0px;
}

.recherche_actu #recherche_actu_submit {
  margin-left: 0 !important;
}

nav#fil_ariane,
nav.fil-ariane {
margin-bottom: 75px;
}

div#encart-contact .row .col {
  margin-top: 15px;
}

.valide {
  color: hsl(120deg 100% 35%);
}

.erreur {
  color: hsl(0deg 100% 46%);
}

.catalogue-detail-contenu {
  margin-bottom: 20px;
}

ul.coordonnees.contact-page-coordonnees.reset .row .col:last-child svg {
  display: none;
}

.contact-page .tap-bar .tap-bar-contact a,
.contact-page .tap-bar .tap-bar-contact span {
  opacity: 1 !important;
}

.slick-dots li button .slick-dot-icon:before {
  font-size: 14px;
}

.sitemap-nav.row .sousLi {
  margin: 20px 0;
}

#encart-actualites .card-image a:hover,
.masonry-item-content .card-image a:hover {
  opacity: .7;
}


.actualites-encart-btn a:hover,
#bloc-01 p a:hover,
#bloc-02 p a:hover,
#bloc-03 p a:hover {
  opacity: .7;
}

.actualites-encart-btn a svg {
  margin-left: 15px;
}

.rappel_telephonique .row {
  margin: auto;
  justify-content: center;
}

.rappel_telephonique {
  padding: 15px;
}

.catalogue-listing .catalogue-card-title {
  margin-top: 15px;
}

.contact-page .row.s-start.s-stretch {
  flex-wrap: nowrap;
}

a {
  transition: .4s;
}

a:hover {
  opacity: .7 !important;
}

.card-image a {
  display: block;
}

section.ac-doubleColonne {
  align-items: center !important;
}


.slick-autoplay-toggle-button .slick-pause-icon:before {
  display: none;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all .3s;
  z-index: 100;
}

.sticky-header .sticky.scroll_down {
  transform: translateY(-150%);
}

.menu_opened .sticky-header .sticky.scroll_down {
  transform: translateY(0);
}

.sticky-header .sticky.scroll_up {
  transform: translateY(0);
}


/**ARCHIVE**/



.slide-img.slide-01 {
  background-image: var(--img-slide-01);background-size: cover;
  background-position: center;
position: relative;
}
.slide-img.slide-01::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent linear-gradient(165deg, #2B6173 0%, #2B617300 100%) 0% 0% no-repeat padding-box;
mix-blend-mode: multiply;

}


.index-page .fold,.index-page .fold .slick-slider, .bloc,.index-page .fold .slider-slick, .slide-img .container {
height: 700px !important;
}

.slider-slick {
  display: block;
}
.fold .slick-list {
  overflow: visible;
}

p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 20px;
}
.btn-contact a {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 18px !important;
}
.brand .bold {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.34px;
}

.brand .baseline.uppercase {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1.08px;
}
.col-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10.33px;
}
.col-phone a.tel {
  font-size: 15px;
  color: var(--accent-color);
  line-height: 20px;
  font-weight: 700;
}
.prestations-card a {
  display: flex;
  background: transparent linear-gradient(124deg, #FFFFFF00 0%, #EEF3F8 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 3px 3px 6px #CED3D8, 3px 3px 12px #AFAFAF7F;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 25px 11px 13px 11px;
  width: 180px;
  text-decoration: none;
}

.slide-img .container, .slide-img .container .bloc {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

h1.h1-geoloc {
    color: #FAFAFA;
    font-size: 50px;
    font-weight: 400;
    margin: 0;
}

h1.h1-geoloc span {
    color: #FAFAFA;
    font-size: 25px !important;
    line-height: 42px !important;
    margin: 0 !important;
}

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

.bloc.center-item .btn-contact {
    margin-top: 30px;
}

div#encart-prestations {
    padding-top: 100px;
}



.title-presta {
    color: #2B6173;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.bloc.center-item {
  position: relative;
}

#encart-tarifs {
  position: relative;
  color: #2B6173;
}
#encart-tarifs::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  background: transparent linear-gradient(129deg, #2B6173 0%, #2B617300 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.25;
}
div#encart-tarifs .title-2 {
  font-weight: 500;
  margin: 0;
}
.index-page h2 {
  color: #050B17;
  font-weight: 500;
}
.blocs p {
margin-top: 25px;
margin-bottom: 0;
}
div#encart-tarifs p {
  margin: 0;
}


.box {
  background: transparent linear-gradient(113deg, #FFFFFF00 0%, #EEF3F8 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 3px 3px 6px #CED3D8, 3px 3px 12px #AFAFAF7F;
  border-radius: 10px;
  padding: 10px 0;
  min-width: 282px;
}
div#encart-tarifs p {
    color: #2B6173 !important;
}

.box .title {
    font-size: 23px;
    font-weight: 400;
    line-height: 36px;
}

.prix {
    font-size: 35px;
    line-height: 36px;
}

.box span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}
#bloc-02 .title-2 {
  color: var(--text-color);
}


div#encart-actualites .title-2 {
  color: var(--text-color);
  font-size: 27px;
  font-weight: 600;
  margin: 0;
  line-height: 32px;
}

.actualites-encart-btn a {
  padding: 0;
  color: var(--accent-color);
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: underline;
}

.row.slick-actualites.slick-initialized.slick-slider {
  margin-top: 20px;
}

.actualites-card img {
  border-radius: 5px;
}

.actualites-card-content {
  padding: 15px 13px;
}

.actualites-card-title a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: var(--text-color) !important;
  text-decoration: none;
}

.actualites-card-text {
  font-size: 15px;
  color: #262626BF;
  line-height: 21px;
  margin: 13px 0;
}

.lire-act a {
  color: var(--accent-color);
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
}
#bloc-03 img {
  border-radius: 5px;
}
#bloc-03 {
  background: url('../assets/gifs/bg-bloc-03.jpg');
  background-size: cover;

}
footer {
  background: var(--primary-color);
  color: var(--background-color);
  font-weight: 200;

}
.col-horaires{
  font-family: 'Montserrat', sans-serif !important;
}
.time div {
    min-width: max-content;
    display: flex;
    justify-content: flex-start;
    gap: 40px;
}

.time div span {
    align-self: flex-start;
    align-content: flex-start;
}

.time span {
    min-width: 100px;
}


.col-horaires .title {
  margin-bottom: 14px;
  font-weight: 500;
}
footer .col-phone {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 14.5px;
  margin-left: 63px;

}
footer .col-phone a {
  color: var(--background-color) !important;
  font-weight: 500 !important;
}
footer a.lien-maps.gtm-global-adresse {
  letter-spacing: 0.4px;
}
footer .adresse {
  margin-top: 12px;
  margin-left: 63px;
}
.row.slick-actualites {
  margin-top: 20px;
}
.card-image {
  width: 100%;
  position: relative;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
}
footer .brand {
  color: var(--background-color);
}
footer .brand .bold {
  font-weight: 400;
}
.contact-page p.intro {
  color: #fff;
}

.contact-page-infos-pratiques.primary-90 .row {
  flex-wrap: nowrap;
}
.contact-page .title {
  margin: 0 0 20px 60px;
}
.btn-contact a {
  border: 1px solid #FFFFFF;
}
.section.section2 li a:hover {
  color: var(--background-color) !important;
}
h1:not(.index-page h1) {
  margin-bottom: 15px;
}
h1 span:not(.index-page h1 span) {
  font-weight: 500 !important;
}
#encart-tarifs p.align-center {
  font-weight: 200;
}
@media screen and (min-width:601px) {
 .index-page h1.h1-geoloc {
    line-height: 60px;
}
  .slide-content {
    padding-top: 70px;
}
  .slide-img .container, .slide-img .container .bloc {
    justify-content: center;
  }
  .tarif {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 30px 0 15px 0;
  }
}
@media screen and (min-width:993px){

  .row-coordonnes {
    margin-top: 20px;
  }
  .section.section2 ul {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.3px;
  }
  .col.col-horaires {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 64%;
    gap: 20px;

  }
  .index-page .section:not(.index-page footer .section){
    padding: 120px 0;
  }
  .section1 {
    padding: 53px 0;
  }
  .section2 {
    padding: 8px 0;
  }

  div#encart-actualites {
    padding-top: 0;
  }
  .index-page h2 {
    margin: 0 !important;
  }


  /* .fold .container, main .container , footer .container{
    width: 996px;
  } */
  div#encart-prestations {
    max-width: 590px;
  }

  .header-content #nav-container {
    margin: 0 !important;
  }
  .col-coordonnee-1 {
    display: none;
  }
  .col-coordonnee-2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }


.col-brand {
    padding-left: 0 !important;
}
  .contact {
    display: none;
  }
  .main-header-content .row {flex-wrap: nowrap;}
.col-brand-2 {
    padding: 0 !important;
}
  .header-content .container {
    max-width: 1280px;
    width: 95%;
    padding: 10px 0;
  }
  .header-content nav a {
    padding: 10px !important;
    font-size: 14px;
    line-height:20px;
  }
 .index-page h2 , .index-page .title-2 {
   font-size: 28px;
   line-height: 36px;
 }




  
}

@media screen and (min-width:1280px) {
  .header-content nav a {
    font-size: 15px !important;
  }
  .header-content .container {
    width: 90%;
  }
  .col.col-horaires {
    gap: 80px;
  }

.container{
    width: 78%;
  }
  .header-content nav a {
    font-size: 15px;
  }
  .col-coordonnee-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
 .col-coordonnee {
    padding-left: 8px !important;
    padding-right: 0 !important;
}
  .col-coordonnee-2 {
    display: none;
  }

 .col-coordonnee {
    padding-left: 8px !important;
    padding-right: 0 !important;
}
  /* .header-content .container {
    padding: 10px 40px ;
  } */
}
@media screen and (min-width:601px) and (max-width:992px) {
  .blocs img {
    display: block;
    max-width: 450px;
    margin: auto;
  }
}
@media screen and (max-width:992px){
  .section.section2 {
    padding-top: 0.5rem;
}
  .row.l-top.l-between.row1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}


.adresse-1 {
    margin-bottom: 20px;
}

.section.section2 li {
    margin: 15px 0;
}

footer .col-phone, .adresse {
    margin-left: 0;
}

.row1 .col:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


footer .brand .row {
  justify-content: center;
}

footer .titre {
  text-align: center;
}

  div#bloc-01 {
    margin-top: 100px;
}
  .header-content .nav>ul>.sous_menu.opened>a, .header-content .nav .dropdown>.sous_menu.opened>a {
    color: var(--text-color) !important;
  }
  .brand {
    color: var(--text-color);
}

.col.left-align.col-brand-2 {
    padding-left: 0 !important;
}



.menu-mobile .btn-menu {
    color: #707070 !important;
}

  .menu-mobile {
    height: 90px;
    background: #fff !important;
}
.menu_opened .menu-mobile {
    height: 3.5rem;
}
  .fold-top, .fold-interne {
   padding-bottom: 10px;
  
  }
  .fold-interne {
    padding-top: 10px;
  }
  
  .bloc.center-item .btn-contact {
    display: none;
}

div#encart-prestations {
    padding-top: 50px;
}

div#encart-prestations .row {
    display: flex;
    gap: 15px;
}
  h1.h1-geoloc {
    font-size: 30px;
}

h1.h1-geoloc span {
    font-size: 18px !important;
    line-height: 12px !important;
}
    /** ARCHIVE **/
 

    .header-content .nav#topbar-nav li:not(.opened) a {
      padding: 0.75rem 5%;
      text-decoration: none;
      border-bottom: solid 1px #ebebeb;
   }
   
   #encart-partenaires img {
      display: block;
      margin: auto;
   }
   section.ac-colonne.ac-colonne_1.ui-sortable {
      width: 100% !important;
   }
   section.ac-colonne.ac-colonne_2.ui-sortable {
      width: 100%;
      margin-top: 22px;
   }
   .header-content .nav ul li a.selected {
      background-color: transparent;
   }
   .header-content .nav>ul>.sous_menu.opened>a,
   .header-content .nav .dropdown>.sous_menu.opened>a {
     left: 30px;
    width: max-content;
    margin-left: 55px;
   }
   #encart-prestations .img-prestation {
      width: 100%;
   }
   .contact-page .fold {
      display: none;
   }
   .col.gtm-image-detail-catalogue img,
   .detail-actu-image img {
      display: block;
      max-width: 400px;
      margin: auto;
   }
  
   /** ARCHIVE **/
}
@media screen and (max-width:600px){
  .fold {
    background: #fff;
  }
  .slide-img .container, .slide-img .container .bloc {
    justify-content: flex-start !important;
    padding-top: 20px;
}


  .row.s-between.s-middle.menu-mobile-content {
    position: relative;
}

body:not(.menu_opened) .topbar-brand.white-text.col.col-brand-mobile {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

button#menu-burger {
    width: 20%;
}


  .fold .btn-contact {
    margin-top: 10px;
  }
  .menu-mobile .brand {
    margin-left: 6%;
}
  .slide-img.slide-01 {
    background: url('../assets/gifs/slider/slide-mobile.jpg');
    background-position: center;
  }
}