:root {
  --primary-h: 0; /* hue */
  --primary-s: 0%; /* saturation */
  --primary-l: 24%; /* lightness */

  --accent-h: 157; /* hue */
  --accent-s: 94%; /* saturation */
  --accent-l: 51%; /* 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 */

  --primary-font: "alexandria", sans-serif;
  --secondary-font:"neulis-sans", sans-serif;

  --h1-font-size: 4.375rem;
  --h2-font-size: 2.3375rem;
  --h3-font-size: 1.5625rem;
  --headings-line-height: 1.333333;

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

  --border-radius: 1.25rem;
  --button-border-radius: 5rem;

  --titre-color :hsla(0, 0%, 15%, 1);
  --transition: 0.3s all ease-in-out;

  --accent-900: hsla(160, 100%, 10%, 1);
  --accent-800:hsla(160, 83%, 20%, 1);
  --accent-400: hsla(157, 93%, 58%, 1);
  --accent-50:hsla(152, 100%, 97%, 1);
}
.card {
  position: relative;
  display: block;
}
.card a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}
.card-image {
  position: relative;
}
.relative{
  position: relative;
}
.nowrap{
  flex-wrap: nowrap;
}

@media screen and (min-width: 993px) {
  .fold .view-contact{
    display: none;
  }
  .gap-24{
    gap: 24px;
  }
  .index-page .section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.main-header-content {
  padding-bottom: 8px;
}
}
@media screen and (max-width: 992px) {
  .fold .view-contact{
    margin-bottom: 8px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"] {
  font-family: var(--secondary-font);
  font-weight: 600;
  color: var(--titre-color);
}
/* BOUTON */
.btn.accent{
  font-weight: 600;
  color: hsla(0, 0%, 8%, 1);
}
.btn.accent svg {
  margin-left: 8px;
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 100%;
  padding: 6px;
}
.btn.accent:hover, .btn.accent:focus {
  background-color: var(--accent-900);
  color: white;
}

.btn.outlined {
  border: 2px solid var(--accent-400);
  color: white;
  padding: 13px 24px;
}
.btn.outlined:hover, .btn.outlined:focus {
  border: 2px solid var(--accent-50);
  background: var(--accent-50);
  color: hsla(0, 0%, 8%, 1);
}
@media screen and (min-width: 601px){
  [class*="btn"] a.btn {
    font-weight: 600;
    letter-spacing: 0px;
    padding: 13px 24px;
    width: fit-content;
}
}
@media screen and (max-width: 600px){
.btn.outlined {
  border: 2px solid var(--accent-400);
  color: white;
  margin-bottom: 2rem;
}
.btn-devis {
  margin-block: 1rem;
}
}

/* RESEAUX SOCIAUX */
.reseaux-sociaux svg path{
fill: #000000;
}
/* COORDONNEE */
address svg, .b-horaire img{
  margin-right: 8px;
}


/* 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;
}
/* MENU */
.header-content .nav ul li:hover > a,#footer-nav .nav ul li:hover > a{
  color: var(--accent-400);
}
.header-content .nav#main-nav > ul > li > a {
  padding-top: 1rem;
  padding-right: 0.5rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  font-weight: 400;
}
.header-content .nav#topbar-nav > ul > li > a {
  padding: 0.5rem 0.75rem;
  font-weight: 400;
  font-size: 13px;
}
.header-content .nav ul li a.selected, #footer-nav .nav ul li a.selected {
  background-color: transparent;
  color: var(--accent-400);
}

@media  (max-width: 1445px) and (min-width: 993px) {
.header-content .nav#main-nav > ul > li > a {
  padding-top: 1rem;
  padding-right: 0.5rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  font-size: 15px;
}
[class*="btn"] a.btn {
  letter-spacing: 0px;
  padding: 13px 14px;
  width: fit-content;
  font-size: 14px;
  display: flex;
  align-content: center;
  align-items: center;
  line-height: 14px;
}
}
@media screen and (max-width: 992px) {
  .menu-mobile .btn-menu {
   color: var(--accent-400);
   background: var(--accent-50);
  }
  .menu-mobile {
    height: 6.5rem;
    z-index: 10;
    background-color: white;
    transition: all .3s;
  }
  .top-bar{
    display: none;
  }
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.header-content #nav-container {
  margin-top: 6.5rem;
}
.header-content .nav#topbar-nav > ul > li > a {
  padding: 0.5rem 0.75rem;
  font-weight: 400;
  font-size: 16px;
}
}
/* SLIDER */
/* ====== */
h1.h1-geoloc {
  margin: 0;
  color: white;
}
h1.h1-geoloc span::before, .title-1.h1-geoloc span::before {
  display: none;
}
h1.h1-geoloc span, .title-1.h1-geoloc span {
  font-size: 39px;
  font-weight: 600;
  margin-top: 0;
}
.titre-slide{
  font-size: 31px;
  font-weight: 400;
  font-family: var(--secondary-font);
  margin-bottom: 30px;
}
.titre-slide span{
  color:var(--accent-400);
}

.slider-slick {
  width: 100%;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.slide-content {
  margin: 12% 0;
}
.slider-slick .slick {
  height: 100%;
  position: relative;
}
.slide-img {
  min-height: 500px;
  border-radius: var(--border-radius);
}
.slide-img.slide-01 {
  background: linear-gradient(hsla(0, 0%, 8%, 0.7), hsla(0, 0%, 8%, 0.7)),url('../assets/gifs/slider/slide-01.jpg'); 
  background-size: cover;
  background-position: center;
}
.slide-img.slide-02 {
  background: linear-gradient(hsla(0, 0%, 8%, 0.7), hsla(0, 0%, 8%, 0.7)),url('../assets/gifs/slider/slide-02.jpg');
  background-size: cover;
  background-position: center;
}
.slide-img.slide-03 {
  background: linear-gradient(hsla(0, 0%, 8%, 0.7), hsla(0, 0%, 8%, 0.7)),url('../assets/gifs/slider/slide-03.jpg');
  background-size: cover;
  background-position: center;
}

/* Slider Dots */
.slick .slick-dots {
  bottom: 37%;
  line-height: 0;
  width: auto;
  border-radius: 80px;
  padding: 20px 14px;
  right: 40px;
  display: flex !important;
  flex-direction: column;
  background: hsla(0, 0%, 8%, 0.2);
  backdrop-filter: blur(4px);
  gap: 14px;
}

.slick .slick-dots li {
	height: 14px;
	width: 14px;
	margin: 0;
	line-height: 1;
}

.slick .slick-dots li button:before {
	content: "";
	font-size: 0;
	filter: blur(0);
	transition: .4s;
	line-height: 14px;
	border-radius: 50%;
	box-sizing: border-box;
	background: #fff;
}
.slick-dots li button .slick-dot-icon {
  color: hsla(0, 0%, 91%, 1);
  opacity: 1;
}
.slick-dots li.slick-active button .slick-dot-icon {
  color: var(--accent-color);
  opacity: 1;
}
.slick-slider.slick-dotted {
  margin-bottom: 0;
}
@media screen and (min-width: 993px) {
  .fold.fold-index {
    margin: 0 40px;
  }
}
@media screen and (max-width: 600px) {
.slick .slick-dots {
  position: absolute;
  bottom: 2rem;
  padding: 15px 8px;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  width: min-content;
  left: 0;
  right: 0;
  border-radius: 80px;
  background: hsla(0, 0%, 8%, 0.2);
  backdrop-filter: blur(4px);
  gap: 14px;
  flex-direction: row;
}
.slide-img {
  min-height: 580px;
  border-radius: var(--border-radius);
}
}
/* ==============================  BLOC 01  ============================== */
#bloc-01 h2 {
  max-width: 90%;
  margin-bottom: 24px;
}
@media screen and (min-width: 993px) {
#bloc-01{
  padding-block: 80px;
}
}

@media screen and (max-width: 992px) {
  #bloc-01{
    padding-block: 2rem;
  }
}
/* ==============================  ENCART POINT FORTS  ============================== */

#point_fort .title-3 {
  margin: 0;
}

@media screen and (min-width: 993px) {
  #point_fort{
    padding-block: 80px;
  }
  }
  
  @media screen and (max-width: 992px) {
   #point_fort{
      padding-top: 2rem;
      padding-bottom: 6rem;
    }
  }
/* ==============================  ENCART REALISATIONS  ============================== */
.title-2{
  color: white;
  margin: 40px 0;
}
.title-2 span{
  color: var(--accent-400);
}

#encart-catalogue .slick-dots {
  line-height: 0;
  width: auto;
  border-radius: 80px;
  padding: 14px;
  background: hsla(0, 0%, 8%, 0.2);
  backdrop-filter: blur(4px);
  bottom: 0;
  position: relative;
}

#encart-catalogue .catalogue-card-title a{
  text-decoration: none;
  font-size: 25px;
  color: white;
}
.slick-dots li button {
  height: 14px;
  width: 14px;
}

.catalogue-card-image a img {
  border-radius: var(--border-radius);
  min-height: 406px;
  object-fit: cover;
}
.catalogue-card-image{
  overflow: hidden;
}
.icon-catalogue{
  position: absolute;
  bottom: -64px ;
  right: 14px;
  transition: var(--transition);
}
.img.icon-catalogue{
  min-height: auto;
} 
.catalogue-card:hover .catalogue-card-image .icon-catalogue {
  position: absolute;
  bottom: 14px ;
  right: 14px;
} 
@media screen and (min-width: 993px) {
#encart-catalogue .slick-list.draggable {
  width: 150%;
}
.row.slick-catalogue {
  min-width: 130%;
}
}
/* ==============================  ENCART PRESTATIONS  ============================== */
#encart-prestations .title-2, #encart-fournisseurs .title-2,.encart-avis .title-2{
color: var(--titre-color);
}
#encart-prestations .title-2 {
  margin-bottom: 0;
}
.prestations-card {
  padding: 38px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
  border: 1px solid hsla(0, 0%, 82%, 1);
  border-radius: var(--border-radius);
  margin-top: 30px;
  overflow: hidden;
}
.prestations-card:hover {
  transform: translateY(-12px);
  transition: var(--transition);
}
.prestations-card-title {
  display: block;
  margin-bottom: 12px;
}
.prestations-card-title .title-3 {
  margin: 0;
  font-size: 22px;
}
.description {
  margin-bottom: 50px;
}
.prestations-card-content a img {
  position: absolute;
  bottom: -64px ;
  right: 14px;
  transition: var(--transition);
}
.prestations-card:hover .prestations-card-content a img {
  position: absolute;
  bottom: 14px ;
  right: 14px;
} 
.slick-prestations{
  margin-top: 1rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 993px) {
  #encart-prestations .slick-slider {
    margin-bottom: 0;
    margin-top: 3rem;
  }
}
/* ==============================  ENCART CONTACT  ============================== */
#encart-contact{
  background: var(--accent-400);
  border-radius: var(--border-radius);
  padding: 60px 40px;
  max-width: 1320px;
  margin: 0 auto;
}
#encart-contact .title-2{
  color: var(--titre-color);
  margin: 0;
  }
#encart-contact .title-3{
    font-size: 20px;
    margin: 0;
    }
#encart-contact address, .b-horaire {
      margin-top: 8px;
      margin-bottom: 10px;
  }
  a.lien-maps,.b-horaire {
    display: flex;
    align-items: flex-start;
}
#encart-contact .btn.accent {
  background-color: white;
}
#encart-contact .btn.accent:hover {
  background-color:var(--accent-900);
  color:white
}
#encart-contact .btn.accent svg {
  margin-left: 8px;
  width: 24px;
  height: 24px;
  background: var(--accent-400);
  border-radius: 100%;
  padding: 6px;
}
@media screen and (max-width: 992px) {
  #encart-contact  .btn-devis{
    margin-bottom: 2rem;
  }
  #encart-contact {
    margin-top: 2rem;
}
}
/* ==============================  ENCART FOURNISSEURS  ============================== */

.slick-fournisseures img{
  width: auto;
  margin: 0 auto;
}
/* ==============================  BLOC 02  ============================== */
@media screen and (min-width: 993px) {
#bloc-02 img{
  position: absolute;
    width: 47vw;
    top: 0;
    transform: translate(0%);
    left: 0;
    max-width: none;
}
}
/* ==============================  ENCART AVIS  ============================== */
.avis-card {
  padding: 24px;
  background: hsla(0, 0%, 96%, 1);
  border-radius: 10px;
}
.avis-card.js-more .avis-card-text {
  margin-left: 22%;
}
.encart-avis .avis-card.js-more .avis-card-text::after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), whitesmoke);
}

.encart-avis .slick-dots {
  line-height: 0;
  width: fit-content;
  border-radius: 80px;
  padding: 14px;
  background: hsla(0, 0%, 96%, 1);
  backdrop-filter: blur(4px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
.encart-avis .title-2 {
  margin-top: 0;
}
}
/* ==============================  ENCART ACTUALITES  ============================== */
.actualites-card-image img{
  max-height: 230px;
  object-fit: cover;
  border-radius: var(--border-radius);
}
.actualites-card-image{
  position: relative;
}
#encart-actualites .actualites-card-title a {
  text-decoration: none;
  font-size: 25px;
  color: white;
}
.icon-actu {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
  transform:rotate(0deg);
  transition: var(--transition);
  max-width: fit-content;
}
.actualites-card:hover .icon-actu{
  transform:rotate(90deg);
  transition: var(--transition);
}
.actualites-card:hover .actualites-card-image a::before {
 background: hsla(158, 100%, 73%, 0.6);
 border-radius: var(--border-radius);
 transition: var(--transition);
}
.actualites-card-title,.catalogue-card-title{
  margin: 20px 0 12px;
}
.actualites-card-title a, .catalogue-card-title a{
  text-decoration: none;
  font-size: 25px;
  color: var(--text-color);
}
.lire-plus{
  font-size: 20px;
  text-decoration: none;
  margin-top: 16px;
  display: block;
  color: var(--text-color);
}
.actualites-card-text {
  font-size: 13px;
  font-weight: 400;
  font-family: var(--primary-font);
}
.catalogue-detail-categorie {
  margin: 2rem 0;
}
@media screen and (max-width: 992px) {
  #encart-actualites{
    margin-top: 3rem;
    padding-bottom: 6rem;
  }
}
/* ==============================  BLOC 03  ============================== */
@media screen and (min-width: 993px) {
#bloc-03 img{
  position: absolute;
    width: 47vw;
    top: 0;
    transform: translate(0%);
    right: 0;
    max-width: none;
    object-position: left;
}
}
/* ==============================  FOOTER  ============================== */
footer {
  background: hsla(0, 0%, 96%, 1);
}
footer .horaire,footer address,footer .reseaux-sociaux{
  margin-top: 12px;
}
#footer-nav{
  padding-block: 24px;
}
#footer-nav nav ul {
  display: flex;
  justify-content: center;
  gap: 16px;
}
footer .section {
  padding-top: 3rem !important;
}
footer .footer-2 a{
  color: var(--accent-800);
}
a.lien-maps:hover{
  opacity: 0.7;
}
span.lien-maps {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.titre-coord {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
#footer-nav nav ul {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
footer .brand, footer .titre-coord,footer address {
  text-align: center;
  margin-bottom: 1rem;
}
footer a.lien-maps,footer .b-horaire, footer address span.lien-maps {
  display: flex;
  align-items: flex-start;
  text-align: center;
  flex-wrap: nowrap;
  justify-content: center;
}

.footer-2 ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
}
/* ==============================  PAGE INTERNE  ============================== */
.page-interne .section,.catalogue-listing .section,.actualites-listing .section{
  padding-top: 0;
  padding-bottom: 3rem;
}

.page-interne  .sc-content .clear_both {
  margin-bottom: 6.5rem;
}
.bg-hero,.hero-interne{
  position: relative;
}
.hero-interne, section.ac-doubleColonne.bg-hero {
  padding: 10vw 0;
}
.contact-page .hero-interne {
  padding: 5% 0;
}
.hero-interne h1,.bg-hero h1{
  color: white;
  margin: 0;
  font-size: 3rem;
}
.bg-hero::before,.hero-interne::before,.bg-hero::after,.hero-interne::after {
  position: absolute;
  content: "";
  width: 100vw;
  left: 50%;
 transform: translate(-50%);
  top: 0;
  height: 100%;
  z-index: -1;
}
.bg-hero::before,.hero-interne::before {
  background:url('../assets/gifs/slider/slide-01.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-page .hero-interne::before, .contact-page .hero-interne::after,.catalogue-listing .hero-interne::before, .catalogue-listing  .hero-interne::after  {
  margin-top: 0;
}
.bg-hero::after,.hero-interne::after {
  background:hsla(0, 0%, 0%, 0.6);
}
.page-interne .b-horaire img{
  margin: 0 8px 0 0;
}
nav#fil_ariane, div#fil_ariane,.fil-ariane {
  margin-block: 2rem;
}
/* page actu*/

/* pagination actu*/
.paginationControl {
  letter-spacing: normal;
  text-align: center;
  padding: 40px 0 0;
}
.paginationControl a,.paginationControl span {
  display: inline-block !important;
  padding: 0 10px;
  color: white;
  font-size: 14px;
  line-height: 30px;
  background: var(--primary-color);
  border: 1px solid #dcdde1;
}
.paginationControl a:hover,.paginationControl span.selected {
  color: white;
  background:var(--accent-color);
}
.paginationControl span.disabled {
  color: #353b48;
  background: #dcdde1;
}
/* PAGE ACTU DETAIL */
.container_actualite .clear_both {
  margin-bottom: 0px;
}
  body.actualites-detail .listing-autres-actus-categorie {
    height: max-content;
    padding: 24px;
    margin-bottom: 24px;
    background-color: hsla(0, 0%, 96%, 1);;
    border-radius: var(--border-radius);
  }
  .listing-autres-actus-categorie a.btn {
    color: var(--text-color);
}
  body.actualites-detail .listing-autres-actus-categorie .detail-btn{
   text-align: center;
  }

  #listing-autres-actus-categorie ul li ul{
    padding-left: 0;
  }
  #listing-autres-actus-categorie ul li ul li{
    list-style: none !important;
  }
  #listing-autres-actus-categorie ul li a{
    text-decoration: none;
  }
  #listing-autres-actus-categorie ul li a:hover{
    text-decoration: underline;
  }
  .fb-like.fb_iframe_widget {
    position: relative;
    top: 6px;
  }
  .listing-autres-actus-categorie-mois{
    margin-block: 5px;
    display: block;
}

.contact-page-coordonnees address svg{
  display: none;
}
/* CATALOGUE */
.btn-cat {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
a.btn-3 {
  text-decoration: none;
  border: 2px solid var(--accent-400);
  padding: 10px 15px;
  border-radius: var(--button-border-radius);
  color: var(--text-color);
}
a.btn-3:hover {
  background: var(--accent-400);
  color: var(--text-color);
}
.catalogue-detail .btn.outlined {
  color: var(--text-color);
}

@media screen and (min-width: 993px) {
.catalogue-detail .align-right {
  text-align: right;
  display: flex;
  gap: 15px;
  align-items: stretch;
  justify-content: flex-end;
}
}
@media screen and (max-width: 992px) {
.catalogue-detail .align-right {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.catalogue-detail .btn.outlined {
  width: auto;
}
}
@media screen and (max-width: 600px) {
  .catalogue-detail .align-right {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    flex-direction: column;
  }
  .btn-cat {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
}
.hero-interne h1 {
  color: white;
  margin: 0 0 8%;
  font-size: 2rem;
}
.bg-hero h1 {
  color: white;
  font-size: 2rem;
}
}

/* DEVIS */
fieldset {
  height: auto;
  border-color: var(--accent800);
  margin-top: 16px;
}
legend {
  padding: 0 15px;
  font-weight: 600;
}
#formulaire_11 h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.choix ul{
  display: flex;
    gap: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.choix ul li{
display: flex;
align-content: center;
background: #f5f5f5;
padding: 5px 10px;
border-radius: var(--border-radius);
}

.choix ul li label {
  display: block;
  padding-bottom: 0;
}
@media screen and (min-width: 601px) {
.actualites-listing .recherche_actu #input_recherche_actu {
  width: calc(100% - 5.25rem);
  margin-bottom: 0;
  vertical-align: middle;
}
.recherche_actu #recherche_actu_submit {
  margin-left: 0.5rem;
  width: auto;
}
}
@media screen and (min-width: 993px) {
  .cp_ville {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.page-interne .sc-content .ac-doubleColonne .ac-colonne img {
  width: 100%;
  margin: 0;
  object-fit: cover;
  height: 100%;
  object-position: left;
}
}