:root {
  --primary-color: hsla(190, 17%, 39%, 1);
  --primary-color-lighten: hsla(190, 17%, 54%, 1);
  --primary-color-darken: hsla(190, 17%, 29%, 1);

  --secondary-color: hsla(0, 0%, 0%, 1);
  --secondary-color-lighten: hsla(0, 0%, 0%, 1);
  --secondary-color-darken: hsla(0, 0%, 0%, 1);

  --accent-color: hsla(356, 95%, 46%, 1);
  --accent-color-lighten: hsla(356, 95%, 59%, 1);
  --accent-color-darken: hsla(356, 95%, 34%, 1);

  --background-color: hsla(0, 0%, 96%, 1);
  --text-color: hsla(0, 3%, 18%, 1);
  --text-color-lighten: hsla(0, 3%, 38%, 1);

  --primary-background-color: hsla(190, 17%, 89%, 1);
  --secondary-background-color: hsla(0, 0%, 0%, 1);
  --accent-background-color:hsla(356, 95%, 94%, 1);

  --success-color: hsla(122, 39%, 49%, 1);
  --error-color: hsla(4, 90%, 58%, 1);
  --info-color: hsla(199, 98%, 48%, 1);

  --font-primary: Roboto, sans-serif;
  --font-secondary: Roboto, sans-serif;

  --card-border-radius: 0;
  --button-border-radius: 4px;

}
.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');
}
body.fancy-box-body.body-rappel {
	padding-top:5px;
}
body.fancy-box-body.body-rappel .brand > .logo > .flex-row > .col:first-child{
	margin-bottom:0
}

html, .index-page {
  overflow-x:hidden!important;
}
.desktop-only {
  display: none;
}
div#encart-fournisseurs {
    background: #fff;
}
@media screen and (min-width: 993px) {
  .desktop-only {
    display: block;
  }
}

body > footer .brand a.logo img {
	max-width:120px;
}
.reseaux-sociaux ul li a span:last-child {
  display: none;
}

/* TYPOGRAPHIE */
/* =========== */
main h2,
main .title-2 {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  position: relative;
}
main h2::after,
main .title-2::after {
  display: block;
  width: 4.5rem;
  height: 0;
  margin-top: -1px;
  content: '';
  border-bottom: solid 2px var(--accent-color);
  position: absolute;
  top: 100%;
  left: 0;
}
.center-align h2::after,
h2.center-align::after,
.center-align .title-2::after,
.title-2.center-align::after {
  left: 50%;
  transform: translateX(-50%);
}

/* LOGO */
/* ==== */
@media screen and (max-width: 600px) {
  .brand {
    text-align: center;
  }
  .brand > .logo > .flex-row {
    flex-direction: column;
    align-items: center;
  }
  .brand > .logo > .flex-row > .col:first-child {
    margin-bottom: 1rem;
  }
  .brand > .logo > .flex-row > .col:last-child > * {
    text-align: center;
  }
  .col.btn-retours a {
	  width: 100%;
   }
   .col.btn-retours {
    display: block;
    width: 100%;
}
}

/* HEADER */
/* ====== */
@media screen and (min-width: 993px) {
  body > header,
  .top-bar {
    background-image: linear-gradient(to right, var(--secondary-color) 50%, #FFFFFF 50%);
  }
  body > header {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .08);
  }
  .fold > .container,
  .top-bar > .container {
    background-color: #FFFFFF;
  }
}

/* TOP-BAR */
/* ======= */
.top-bar .tel {
  display: inline-block;
  margin-bottom: .25rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 992px) {
  #logo-header {
    margin-bottom: 1rem;
  }
  .rappel_telephonique h2 {
    font-size: 14px;
    margin: 0.5rem;
}

}
@media screen and (min-width: 993px) {
  #logo-header {
    padding-top: 1.5rem;
    padding-left: 2.5rem;
  }
  #logo-header .brand {
    position: absolute;
  }
  .top-bar .main-nav {
    font-size: .75rem;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown {
    background-color: #FFFFFF;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li a {
    font-size: 1em;
  }
  .js-scroll > .container > .flex-row {
    align-items: center;
  }
  .js-scroll #logo-header {
    padding-top: 0;
  }
  .js-scroll #logo-header .brand {
    position: static;
  }
  .js-scroll #logo-header .brand .logo > .flex-row > .col:first-child,
  .js-scroll #logo-header .brand .logo .baseline {
    display: none;
  }
}


.page-interne main {
    padding: 1.75rem 0 0;
}
.rappel_telephonique .brand a img{
	max-width:130px;
}
/* FOLD */
/* ==== */
body:not(.index-page) .fold > .container {
  padding-bottom: 1rem;
}
.fold-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.fold .container .col {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  .fold-content h1 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 601px) {
  .fold-content {
    align-items: center;
  }
  .fold-content h1 {
    align-self: flex-start;
  }
}
@media screen and (min-width: 993px) {
  .fold {
    position: relative;
  }
  .fold > .container,
  .fold > .container > .flex-row,
  .fold > .container > .flex-row > .col,
  .fold > .container > .flex-row > .col:last-child > .slider-slick {
    position: static;
  }
  .fold > .container > .flex-row > .col:last-child > .slider-slick > .slick {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(50% + .75rem);
  }
  .fold-content {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-left: 2.5rem;
    position: relative;
  }
  .fold-content .reseaux-sociaux {
    margin-right: 1.5rem;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
  }
  .fold-content .reseaux-sociaux ul {
    flex-direction: column;
    margin: -.75rem 0;
  }
  .fold-content .reseaux-sociaux ul li {
    padding: .75rem 0;
  }
  .fold-content .reseaux-sociaux ul li a svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .fold-content h1 {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}

/* SLIDER */
/* ====== */
.slider-slick > .slick.slick-initialized > .slick-next,
.slider-slick > .slick.slick-initialized > .slick-prev {
  width: 3rem;
  height: 4rem;
  background-color: #FFFFFF;
  top: auto;
  bottom: 0;
  transform: none;
  z-index: 9999;
}
.slider-slick > .slick.slick-initialized > .slick-prev {
  left: 0;
}
.slider-slick > .slick.slick-initialized > .slick-next {
  right: auto;
  left: 3rem;
}

/* BLOC-01 (QUALIFICATIONS) */
/* ======================== */
#bloc-01 ul.qualifications {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -.75rem;
  margin-left: -.75rem;
}
#bloc-01 ul.qualifications > * {
  padding-right: .75rem;
  padding-left: .75rem;
}
#bloc-01 ul.qualifications > .title-3 {
  width: 100% !important;
}
@media screen and (max-width: 600px) {
  #bloc-01.section.primary.lighten {
    background: none;
  }
}
@media screen and (min-width: 601px) {
  #bloc-01.section {
    padding-top: 4rem;
  }
}

/* AVIS */
/* ==== */
@media screen and (max-width: 480px) {
  #encart_avis.slick-initialized {
    margin-bottom: 40px;
  }
  #encart_avis.slick-initialized .slick-prev,
  #encart_avis.slick-initialized .slick-next {
    transform: none;
  }
}

/* ENCART PRESTATIONS */
/* ================== */
#encart-prestations.section.bi-primary-color {
  background-image: linear-gradient(to bottom, var(--primary-background-color) 50%, transparent 50%);
}
#encart-prestations .card.prestation .card-image > img {
  transition: transform .3s ease-in-out;
}
#encart-prestations .card.prestation:hover .card-image > img {
  transform: scale(.12);
}
#encart-prestations .card.prestation .card-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem .25rem 1.5rem 0;
  font-size: 1rem;
  color: var(--text-color);
  border-bottom: solid 2px;
  transition: color .3s ease-in-out;
}
#encart-prestations .card.prestation .card-title .material-icons {
  font-size: 2rem;
}
#encart-prestations .card.prestation:hover .card-title {
  color: var(--accent-color);
}

/* ENCART POINTS FORTS */
/* =================== */
#encart-points-forts.section {
  padding-bottom: 0;
}
#encart-points-forts ul > li > div.center-align > div {
  margin-bottom: 1.5rem;
}

/* BLOC-03 */
/* ======= */
#bloc-03.section {
  padding-top: 4rem;
}

/* ENCART CONTACT */
/* ============== */
#encart-contact.section.bi-primary-color {
  background-image: linear-gradient(to bottom, var(--primary-background-color) 50%, transparent 50%);
}
.encart-contact .card .card-content {
  padding: 1.5rem 1rem;
}
.encart-contact .card .title-3 {
  margin: 0 0 1rem;
  line-height: 1.5;
}
.encart-contact .card .title-3 > span {
  display: block;
}
.encart-contact .card .title-3 > span:last-child {
  font-size: 1rem;
  font-weight: normal;
}
.encart-contact .card .title-3 > span:last-child::first-letter {
  text-transform: capitalize;
}
@media screen and (min-width: 1201px) {
  .encart-contact .card .card-content {
    padding: 2.5rem 1.5rem;
  }
  .encart-contact .card .title-3 {
    margin: 0;
  }
}

/* ENCART ACTUALITES */
/* ================= */
#encart-actualites .card {
  background-color: #FFFFFF !important;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3) !important;
}
#encart-actualites .card .card-image {
  background-color: var(--primary-color);
}
#encart-actualites .card .card-image > a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
#encart-actualites .card .card-image > a::after {
  display: block;
  width: 100%;
  height: 0 !important;
  padding-bottom: 33.333333333333333%;
  content: '';
}
#encart-actualites .card .card-image > a > img {
  display: block;
  width: auto !important;
  max-width: none !important;
  min-width: 1000%;
  height: auto;
  min-height: 1000%;
  margin: auto;
  position: absolute;
  top: -10000%;
  right: -10000%;
  bottom: -10000%;
  left: -10000%;
  transform: scale(.1);
}
#encart-actualites .card .card-title {
  margin: 0;
}
#encart-actualites .card .card-title > a {
  display: block;
  padding: 1.5rem;
  font-size: 1rem;
  transition: color .3s ease-in-out;
}
#encart-actualites .card:hover .card-title > a {
  color: var(--accent-color) !important;
}
#encart-actualites .card .date-actualite {
  display: none;
  margin-bottom: .5rem;
  font-size: .75rem;
  letter-spacing: .062em;
}
#encart-actualites .card > div:last-child > p:last-child {
  display: none;
  margin-bottom: 0;
}

/* ENCART DEVIS */
/* ============ */
#encart-devis {
  background-image: linear-gradient(to bottom, var(--primary-background-color) 50%, var(--secondary-color) 50%);
}
#bloc-devis-accueil {
  padding: 1.5rem 1rem;
  background-color: #FFFFFF;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
#bloc-devis-accueil > form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-right: -.75rem;
  margin-left: -.75rem;
}
#bloc-devis-accueil > form > * {
  padding-right: .75rem;
  padding-left: .75rem;
}
#bloc-devis-accueil > form > *:first-child > .divGenerateur {
  margin: 0;
  padding: 0;
}
#bloc-devis-accueil > form > *:first-child > .divGenerateur > label {
  font-weight: 700;
}
#bloc-devis-accueil > form [type=checkbox] {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  cursor: pointer;
}
#bloc-devis-accueil > form > div:last-child {
  width: 100%;
}
@media screen and (min-width: 601px) {
  #bloc-devis-accueil > form {
    align-items: center;
  }
  #bloc-devis-accueil > form > *:first-child > .divGenerateur ul {
    width: 100%;
    column-count: 2;
    column-gap: 1.5rem;
  }
  #bloc-devis-accueil {
    padding: 1.5rem 2.5rem;
  }
}
@media screen and (min-width: 993px) {
  #bloc-devis-accueil > form {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

/* ASIDE (COORDONNEES + MAP) */
/* ========================= */
body > aside > .section {
  padding-bottom: 0;
}
#encart-map .map-container {
  margin-bottom: 2rem;
}
#encart-map .map-container iframe {
  height: 300px !important;
}
#encart-map address.coordonnees ul li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 2px rgba(255,255,255,.24);
}
#encart-map address.coordonnees > ul > li:nth-child(2) > span:last-child {
  line-height: 1.75;
}
body:not(.index-page) #encart-map address.coordonnees ul li:last-child {
  display: none;
}
#encart-map .reseaux-sociaux ul li a svg {
  display: inline-block;
  margin-right: .5rem;
  vertical-align: middle;
}
#encart-map .reseaux-sociaux ul li a span:last-child {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  #encart-map > .container > .row > .col:first-child > *:last-child {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  #encart-map address.coordonnees,
  #encart-map .reseaux-sociaux {
    max-width: max-content;
    margin-right: auto;
    margin-left: auto;
  }
  #encart-map address.coordonnees > ul > li:nth-child(2) > span:last-child > br {
    display: none;
  }
  #encart-map address.coordonnees > ul > li:nth-child(2) > span:last-child > span.uppercase::before {
    content: ', ';
  }
}

/* NEWSLETTER */
/* ========== */
#newsletter label {
  display: none;
}
#newsletter .newsletterInput {
  margin-bottom: 0;
}
#mess_newsletter {
  display: block;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 601px) {
  .newsletterInput #js_submit {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    background-color: transparent !important;
    position: absolute;
    top: 0;
    right: .5rem;
  }
}
@media screen and (max-width: 992px) {
  #newsletter {
    max-width: 560px;
    margin: 0 auto;
  }
  #newsletter > .bold:first-child {
    margin-bottom: .5rem;
  }
}
@media screen and (min-width: 993px) {
	table.horaires {
    display: flex;
}
	
	body.fancy-box-body.body-rappel {
    padding-top: 10px;
}


	body.page-interne .brand a.logo img, .catalogue-listing .brand a.logo img, .catalogue-detail .brand a.logo img, .actualites-listing .brand a.logo img, .actualites-detail .brand a.logo img, .contact-page .brand a.logo img, .plan-site .brand a.logo img{
    max-height: 87px;
}
  #newsletter {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -.75rem;
  }
  #newsletter > * {
    padding: 0 .75rem;
  }
  #newsletter > *:not(#mess_newsletter) {
    margin: 0;
  }
  #form_newsletter {
    flex-grow: 1;
  }
  #mess_newsletter {
    text-align: right;
  }
}

/* FOOTER */
/* ====== */
body > footer .brand .logo svg * {
  fill: #FFFFFF;
}
body > footer nav > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: -.75rem;
  margin-left: -.75rem;
}
body > footer nav > ul > li {
  margin: 0;
  padding-right: .75rem;
  padding-left: .75rem;
  list-style: none !important;
}
body > footer nav > ul > li > a:hover {
  opacity: .64;
}
@media screen and (max-width: 992px) {
  body > footer .brand {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 993px) {
  body > footer nav > ul {
    flex-direction: row;
    align-items: baseline;
    font-size: .75rem;
  }
}

/* ENCART CATALOGUE + LISTING */
/* ========================== */
#encart-catalogue.section.bi-primary-color {
  background-image: linear-gradient(to bottom, var(--primary-background-color) 50%, transparent 50%);
}
#encart-catalogue > .container > .row {
  margin-bottom: 1.5rem;
}
#encart-catalogue > .container > .row.slick-dotted {
  margin-bottom: 2.5rem;
}
#catalogue_contenu .card.full-image .card-title > a,
#encart-catalogue .card.full-image .card-title > a {
  display: inline-block;
  max-width: max-content;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  color: var(--text-color) !important;
  background-color: #FFFFFF;
}
@media screen and (max-width: 611px) {
  #encart-catalogue > .container > .flex-row > .col:first-child > [class*=btn] {
    margin-bottom: 1rem;
  }
}

/* CATALOGUE DÉTAIL */
/* ================ */
.catalogue-detail a.lightbox,
.catalogue-detail a.lightbox img {
  display: block;
  width: 100%;
  height: auto;
}
.catalogue-detail a.lightbox {
  margin-bottom: 1.5rem;
}
.catalogue-detail .row .flex-row .col:not(:first-child) {
  width: 33.333333333333333%;
}

/* CONTACT */
/* ======= */
.contact-page #fil_ariane a {
  color: var(--background-color);
}
.contact-page main > div.section.secondary:first-child .intro {
  color: var(--background-color);
}
.infos-content span.material-icons {
  flex-shrink: 0;
}

/* SOMMAIRE */
/* ======== */
html {
  scroll-behavior: smooth;
}
.sommaire {
  background-color: var(--primary-background-color);
  position: relative;
  padding:40px 0px;
  z-index: 1;
}
.sommaire:before {
  background-color: var(--primary-background-color);
  position: absolute;
  width:100%;
  height: 100%;
  left:-70%;
  top:0;
  content:'';
  z-index: -1;
}
.sommaire:after {
  background-color: var(--primary-background-color);
  position: absolute;
  width:100%;
  height: 100%;
  right:-70%;
  top:0;
  content:'';
  z-index: -1;
}
.sommaire ol li {
  padding:15px 0px;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
}
.sommaire ol {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  margin-left: 20px;
}
.sommaire ol li a {
  margin-left:10px;
}
.sommaire ol li::marker{
  margin-right: 5px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width:902px) {
  .sommaire ol {
    max-height: 250px;
  }
  .sommaire {
    padding:48px 0px;
  }
}

/* PLAN DU SITE */
/* ============ */
.plan-site li {
  color: inherit;
  list-style: unset;
}
.plan-site .col-plan > ul {
  margin-left: 0;
}
.plan-site .col-plan > ul > li.firstLi {
  list-style: none;
}
.plan-site .col-plan > ul > li > a {
  color: var(--secondary-color);
  text-decoration: underline;
}
.plan-site .col-plan > ul > li > a:hover {
  text-decoration: none;
}
.plan-site .col-plan > ul > li.firstLi > a[href='#'] {
  color: inherit !important;
  text-decoration: none !important;
  opacity: .4;
  pointer-events: none !important;
}
.plan-site .col-plan > ul > li.firstLi > a[href='#']::after {
  content: '\00A0 :';
}