:root {
  --primary-color: hsla(0, 67%, 36%, 1);
  --primary-color-lighten: hsla(0, 67%, 46%, 1);
  --primary-color-darken: hsla(0, 67%, 26%, 1);

  --secondary-color: hsla(11, 41%, 45%, 1);
  --secondary-color-lighten: hsla(11, 41%, 55%, 1);
  --secondary-color-darken: hsla(11, 41%, 35%, 1);

  --accent-color: hsla(35, 87%, 57%, 1);
  --accent-color-lighten: hsla(35, 87%, 67%, 1);
  --accent-color-darken: hsla(35, 87%, 47%, 1);

  --background-color: hsla(0, 0%, 96%, 1);
  --text-color: hsla(0, 3%, 18%, 1);
  --text-color-lighten: hsla(0, 3%, 33%, 1);

  --primary-background-color: hsla(190, 17%, 95%, 1);
  --secondary-background-color: hsla(190, 21%, 95%, 1);
  --accent-background-color:hsla(64, 38%, 94%, 1);

  /* --beige-color: hsla(39, 8%, 88%, 1); */
  --beige-color: #e1dbd0;

  --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: .5rem;
  --button-border-radius: .25rem;
}
.bloc-iframe iframe {
  width: 100%;
  height: 100%;
}
/* TYPOGRAPHIE */
/* =========== */

:not(.white-text) h1:not(.white-text), :not(.white-text) .title-1:not(.white-text),
:not(.white-text) h2:not(.white-text), :not(.white-text) .title-2:not(.white-text) {
  color: var(--primary-color);
}
.bigger-text {
  font-size: 1.25rem;
}
.tel {
  font-size: 1.5rem;
}

div[id^="bloc"] ul, div[id^="bloc"] ol,
.actualitesDetailContenu ul, .actualitesDetailContenu ol {
  margin-left: 40px;
  margin-bottom: 1rem;
}

ol li {
  padding: .25em 0;
}

/* GLOBAL */
/* ====== */

input:not([type]), input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea {
  background-color: #FFFFFF;
}
.btn-1:focus,
.btn.accent:focus {
  background-color: var(--accent-color-darken);
}
.btn-2:focus,
.btn.primary:focus {
  background-color: var(--primary-color-darken);
}
.btn-3:focus,
.btn.primary.outlined:focus {
  color: #FFFFFF;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.brand {
  margin-bottom: 1rem;
  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;
}
.white-text .brand .logo svg,
.white-text .brand .logo svg * {
  fill: #FFFFFF;
}
.reseaux-sociaux > ul {
  justify-content: center;
  margin: -.25rem;
}
.reseaux-sociaux > ul > li {
  padding: .25rem;
}
.reseaux-sociaux a {
  padding: .75rem;
}
main address {
  margin-bottom: 1.5rem;
}
[class*="slick-"] a {
  outline: none;
}
.slick-dotted {
  margin-bottom: 3.5rem !important;
}
.slick-dotted:last-child {
  margin-bottom: 2.5rem !important;
}
.slick-dots {
  margin-top: .5rem;
  top: 100%;
  bottom: auto;
}
.white-text .slick-dots li button:before,
.white-text .slick-dots li.slick-active button:before {
  color: #FFFFFF;
}
#fil_ariane > strong:first-child {
  font-weight: normal;
}
.paginationControl {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
}
.paginationControl span,
.paginationControl a {
  display: inline-block;
  width: auto;
  padding: .25rem;
  font-size: 1.125rem;
  line-height: 1;
}
.paginationControl .disabled,
.paginationControl .selected {
  color: #cccccc;
}
.paginationControl a {
  color: var(--primary-color);
}
.paginationControl a:hover {
  color: var(--primary-color-darken);
}
.slick-list {
  overflow: hidden !important;
}


section.ac-doubleColonne img {
  width: 100%;
  height: auto;
}


section.ac-colonne.ac-colonne_1.ui-sortable img {
  width: 100%;
  height: auto;
}

section.ac-colonne.ac-colonne_2.ui-sortable img {
  width: 100%;
  height: auto;
}


.sc-content .ac-doubleColonne .ac-colonne {
  object-fit: cover;
}

div#nav-meatballs {
  text-align: center;
  z-index: 1;
}




div#nav-meatballs table.horaires {
margin: auto;
}


div#nav-meatballs .reseaux-sociaux ul {

  justify-content: center;
}


.logo img + img {
  display: none;
}


footer .logo img + img {
  display: block;
}


.bloc-qualif ul {
  margin-left: 0px !important;
  margin-bottom: 0rem !important;
}

.devis h1 {
  font-size: 2rem;

}


@media screen and (max-width: 992px) {
  .paginationControl {
    text-align: center;
  }
  .paginationControl span,
  .paginationControl a {
    margin: 0 .25rem;
    padding: .75rem;
    line-height: 1.5rem;
  }
  .paginationControl a {
    background-color: #FFFFFF;
  }
}
@media screen and (min-width: 993px) {

  img.im-r-petit {
    max-width: 350px;
}
  .flex-row.l-justify-content-flex-start {
    display: flex;
    justify-content: flex-start;
  }
  .reseaux-sociaux > ul {
    justify-content: flex-start;
    margin: -.5rem;
  }
  .reseaux-sociaux > ul > li {
    padding: .5rem;
  }
  .reseaux-sociaux a {
    padding: 0;
  }
}

/* TOP-BAR */
/* ======= */

.menu-mobile.primary {
  background-color: var(--primary-color);
}
.menu-mobile.white-text {
  color: #FFFFFF;
}
.menu-mobile .container .menu-mobile-content .btn-menu {
  color: currentColor;
}
.menu-mobile .container .menu-mobile-content .btn-menu:hover {
  color: currentColor;
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  .top-bar {
    padding-bottom: .05px;
  }
  .top-bar .reseaux-sociaux {
    margin-bottom: .5rem;
  }
}
@media screen and (max-width: 992px) {
  .top-bar .main-nav {
    padding-bottom: 4rem;
    z-index: 2;
  }
}
@media screen and (min-width: 993px) {
  .top-bar.sticky {
    color: #FFFFFF;
    background-color: var(--beige-color);
  }
  .top-bar .reseaux-sociaux{
    ul{
      li{
        a{
          svg{
            fill: var(--text-color);
            transition: 0.3s ease-in-out;
          }
          &:is(:hover, :focus-visible){
            svg{
              fill: var(--primary-color);
            }
          }
        }
      }
    }
  }
  .top-bar .main-nav > ul > li {
    padding-top: .75rem;
    padding-right: .75rem;
    padding-bottom: .75rem;
    padding-left: .75rem;
    position: relative;
  }
  .top-bar .main-nav > ul > li > a {
    padding-top: .5rem;
    padding-right: 0;
    padding-bottom: .5rem;
    padding-bottom: calc(.5rem - 1px);
    padding-left: 0;
    border-bottom: solid 1px transparent;
    position: static !important;
    color: var(--text-color);
  }
  .top-bar .main-nav > ul > li > a::before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .top-bar .main-nav ul li:hover a,
  .top-bar .main-nav ul li a.selected {
    color: var(--primary-color);
    border-color: currentColor;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown {
    color: var(--text-color);
    background-color: #FFFFFF;
    box-shadow: 0 .5rem 1rem 0 rgba(0,0,0,.16);
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li:hover > a {
    color: var(--primary-color);
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu {
    position: relative;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu > a::after {
    margin-top: 0;
    content: '\e5cc ';
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu ul.ssdropdown {
    display: none;
    width: max-content;
    max-width: 400px;
    color: var(--text-color);
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: 0 .5rem 1rem 0 rgba(0,0,0,.16);
    z-index: 2;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu:hover ul.ssdropdown {
    display: block;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu:hover ul.ssdropdown a {
    font-weight: normal;
  }
}

/* FOLD */
/* ==== */

.index-page .fold {
  background-image: linear-gradient(to bottom, var(--beige-color) 50%, var(--primary-color) 50%);
  position: relative;
  z-index: 0;
}
body:not(.index-page) .fold {
  background-image: linear-gradient(to bottom, var(--beige-color) 50%, transparent 50%);
}
body.contact-page .fold {
  background-image: linear-gradient(to bottom, var(--beige-color) 50%, var(--primary-color) 50%);
}
.fold .bloc-logo {
  padding: 3rem 1.5rem;
  border-radius: var(--card-border-radius);
  background-color: #FFFFFF;
  box-shadow: 0 .25rem .5rem rgba(0,0,0,.16);
  position: relative;
  z-index: 1;
}
.fold a.tel {
  display: inline-block;
  margin-bottom: .5rem;
  padding: .75rem;
  line-height: 1;
}


.fancy-box-body .logo .flex-row.s-align-items-center {
  justify-content: center;
}

.fancy-box-body .brand a {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 0.8em;
}

.fancy-box-body h2::before {

  width: 0px;
  height: 0px;

}


.fancy-box-body h2 {
  display: block;
  text-align: center;
}


.fancy-box-body h2 {
  font-size: 13px !important;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}


.fancy-box-body a.logo img {
  width: 130px;

}
body.fancy-box-body {
 padding: 0 15px;
}

body.fancy-box-body form.generateur p.erreur {
padding:0 5px;
margin:0 0 3px;
}

@media screen and (min-width: 601px) {
  .fold a.tel {
    margin-bottom: 0;
  }
  .contact-header > .flex-row > .col:first-child {
    padding-right: 0;
    padding-left: 0;
  }
  .fold .brand .logo .flex-row {
    flex-direction: row;
  }
  .fold .brand .logo .flex-row > .col:first-child {
    margin-bottom: 0;
  }
  .fold .brand .logo .flex-row > .col:last-child {
    text-align: left;
  }
  .slider-slick {
    border-radius: var(--card-border-radius) var(--card-border-radius) 0 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  .fold .bloc-logo {
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 2.5rem 3rem 1.5rem;
  }
  .index-page .fold .bloc-logo {
    margin-bottom: -2.5rem;
  }
  .slider-slick {
    height: 20rem;
    overflow: hidden;
  }
  .slider-slick .slide-img {
    min-height: 20rem;
  }
}




@media screen and (min-width: 601px) {

  .sc-content .ac-doubleColonne .ac-colonne {
      width: 100%;
  }
    section.ac-colonne.ac-colonne_2.ui-sortable img {
      width: 100%;
      height: 300px;
      object-fit: cover;
  }
    section.ac-colonne.ac-colonne_1.ui-sortable img {
      width: 100%;
      height: 300px;
      object-fit: cover;
  }
    
    
  }
  
  
  @media screen and (min-width: 768px) {
  .sc-content .ac-doubleColonne .ac-colonne {
      width: 50%;
  }
    
    section.ac-colonne.ac-colonne_2.ui-sortable img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
    
    section.ac-colonne.ac-colonne_1.ui-sortable img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
    
  }


@media screen and (min-width: 993px) {

  #formulaire-accueil {
    padding: 2rem 2rem 2rem 0;
    margin: auto !important;
    width: 352px;
}

  .fold .bloc-logo {
    padding: 3rem;
  }
  .index-page .fold .bloc-logo {
    width: 125%;
    margin-top: 3rem;
    margin-bottom: 3rem;
    position: relative;
  }
  body:not(.index-page) .fold .brand {
    margin-bottom: 0;
  }
  .index-page .fold .brand .logo .flex-row {
    flex-direction: column;
  }
  .index-page .fold .brand .logo .flex-row > .col:first-child {
    margin-bottom: 1rem;
  }
  .index-page .fold .brand .logo .flex-row > .col:last-child {
    text-align: center;
  }
  .index-page .contact-header > .flex-row {
    display: block !important;
  }
  .index-page .fold a.tel {
    margin-bottom: 1.5rem;
  }
  .fold .slider-slick {
    height: 100%;
    overflow: hidden;
  }
  .slider-slick .slick-list,
  .slider-slick .slick-track,
  .slider-slick .slide-img {
    height: 100%;
  }
  .slider-slick .slide-img {
    min-height: unset;
  }
}
@media screen and (max-width) {
  .no-mobile {
    display: none;
  }
}
/* BLOC 01 */
/* ======= */

.bloc-qualif {
  padding: 2rem;
  border-radius: var(--card-border-radius);
  background-color: #FFFFFF;
  box-shadow: 0 .25rem .5rem rgba(0,0,0,.16);
}

/* ENCART POINTS FORTS */
/* =================== */

.bloc-points-forts {
  padding: 2rem 0 1rem;
  border-radius: var(--card-border-radius);
  background-color: #FFFFFF;
  box-shadow: 0 .25rem .5rem rgba(0,0,0,.16);
}

/* CATALOGUE */
/* ========= */

.fiche-catalogue.card .card-image {
  z-index: 0;
}
.fiche-catalogue.card .card-image::before {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: var(--accent-color);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity .3s ease-in-out;
  z-index: 1;
}
.fiche-catalogue.card:hover .card-image::before {
  opacity: .64;
}
.fiche-catalogue.card .card-image > img {
  z-index: 0;
}
.fiche-catalogue.card .card-title {
  font-size: 1rem;
}
.fiche-catalogue.card.link-cover .card-title a {
  transition: color .3s ease-in-out;
}
.fiche-catalogue.card.link-cover:hover .card-title,
.fiche-catalogue.card.link-cover:hover .card-title a {
  color: var(--accent-color) !important;
}

/* BLOCS */
/* ===== */

[id^="bloc-"] .image-wrapper {
  border-radius: var(--card-border-radius);
}
@media screen and (min-width: 993px) {
  [id^="bloc-"]:not(#bloc-01).section {
    padding-top: 0;
    padding-bottom: 0;
  }
  #bloc-03.section, #bloc-05.section {
    background-image: linear-gradient(to right, var(--background-color) 50%, var(--beige-color) 50%);
  }
  #bloc-02.section, #bloc-04.section {
    background-image: linear-gradient(to right, var(--beige-color) 50%, var(--background-color) 50%);
  }
  [id^="bloc-"]:not(#bloc-01) > .container > .flex-row {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: var(--background-color);
    position: relative;
  }
  #bloc-03 > .container > .flex-row, #bloc-05 > .container > .flex-row {
    flex-direction: row-reverse;
  }
  [id^="bloc-"] > .container > .flex-row::before {
    display: block;
    height: 100%;
    content: '';
    background-color: var(--beige-color);
    position: absolute;
    top: 0;
    bottom: 0;
  }
  #bloc-04 > .container > .flex-row::before {
    width: 25%;
    width: calc(25% - .75rem);
  }
  #bloc-02 > .container > .flex-row::before, #bloc-03 > .container > .flex-row::before, #bloc-05 > .container > .flex-row::before {
    width: 33.33333%;
    width: calc(33.33333% - .75rem);
  }
  #bloc-03 > .container > .flex-row::before, #bloc-05 > .container > .flex-row::before {
    right: 0;
  }
  #bloc-02 > .container > .flex-row::before, #bloc-04 > .container > .flex-row::before {
    left: 0;
  }
}

/* ENCART AVIS (GMB) */
/* ================= */

#avis .titre_avis {
  font-size: 1.5rem;
  line-height: 110%;
  margin: 1rem 0 1.5rem 0;
  color: var(--primary-color);
  text-align: center;
}
.bloc-avis.js-more .avis:after {
  background: none;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
@media screen and (max-width: 992px) {
  #avis {
    margin-bottom: 0 !important;
  }
  #avis #encart_avis.slick-initialized {
    margin-bottom: 4rem;
  }
  #avis #encart_avis .slick-prev,
  #avis #encart_avis .slick-next {
    margin-top: .5rem;
    top: 100% !important;
    transform: none;
  }
  #avis #encart_avis .slick-prev {
    margin-right: .25rem;
    right: 50% !important;
    left: auto !important;
  }
  #avis #encart_avis .slick-next {
    margin-left: .25rem;
    right: auto !important;
    left: 50% !important;
  }
}

/* ENCART PRESTATIONS */
/* ================== */

#encart-prestations {
  background-image: linear-gradient(to bottom, transparent 50%, var(--beige-color) 50%);
}
#encart-prestations .card {
  box-shadow: 0 .25rem .5rem rgba(0,0,0,.16);
}
#encart-prestations .card-title {
  font-size: 1.25rem;
}
.card.full-image .card-image::before {
  background-color: #000000;
  background-image: none !important;
  opacity: .4;
  transition: background-color .3s ease-in-out, opacity .3s ease-in-out;
}
.card.full-image .card-image:hover::before {
  background-color: var(--accent-color);
  opacity: .64;
}
#encart-prestations .slick-dotted .slick-dots li button:before {
  color: #FFFFFF;
}

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

#encart-prestations + #encart-contact {
  background-image: linear-gradient(to bottom, var(--beige-color) 50%, transparent 50%);
}
.bloc-encart-contact {
  padding: 2.5rem 1.5rem 1.5rem;
  border-radius: var(--card-border-radius);
  background-color: #FFFFFF;
  box-shadow: 0 .25rem .5rem rgba(0,0,0,.16);
}
.titre-encart-contact {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .bloc-encart-contact .flex-row .col .flex-row .col:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  .titre-encart-contact {
    text-align: center;
  }
}
@media screen and (min-width: 993px) {
  .bloc-encart-contact {
    padding: 2rem;
  }
  .titre-encart-contact {
    margin-bottom: 0;
  }
}

/* ENCART POINTS FORTS */
/* =================== */
#encart-points-forts{
  background-color: var(--beige-color);
  .title-3{
    color: var(--text-color);
  }
}

/* ENCART ACTUALITÉS ET NEWSLETTER */
/* =============================== */

#encart-actualites ul:not(.slick-dots) {
  margin-bottom: 0;
}
.flex-row #encart-actualites ul:not(.slick-dots) > li,
#encart-actualites .flex-row ul:not(.slick-dots) > li,
.flex-row #encart-actualites ul:not(.slick-dots) > .slick-list > .slick-track > li,
#encart-actualites .flex-row ul:not(.slick-dots) > .slick-list > .slick-track > li {
  width: unset;
  float: left;
}
@media screen and (min-width: 601px) {
  #encart-actualites.actu-only > .container > div,
  #encart-actualites > .container > div > .flex-row > .col:first-child > div {
    width: 83.33333%;
    margin: 0 auto;
  }
  #encart-actualites.news-only #newsletter {
    max-width: 50%;
    margin: 0 auto;
  }
  .newsletterInput #js_submit {
    color: #FFFFFF !important;
    border-color: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
    position: absolute;
    top: 0;
    right: .5rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  #encart-actualites > .container > div > .flex-row > .col:first-child > div {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 993px) {
  #encart-actualites.actu-news {
    background-image: linear-gradient(to right, #FFFFFF 50%, var(--beige-color) 50%);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.08);
  }
  #encart-actualites.section {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  #encart-actualites > .container > div.wh-bg {
    background-color: #FFFFFF;
  }
  #encart-actualites > .container > div > .flex-row > .col > div {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
  #encart-actualites > .container > div > .flex-row > .col:first-child > div {
    width: 71.4285714286%;
  }
  .col #newsletter {
    width: 100%;
    width: calc(100% + 1px);
    height: 100%;
    padding-top: .05px;
    padding-left: 2.5rem;
    color: var(--text-color);
    border-right: solid 1px var(--beige-color);
    background-color: var(--beige-color);
  }
  .newsletterInput #js_submit {
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  }
  .newsletterInput #js_submit:hover {
    border-color: var(--primary-color-darken) !important;
    background-color: var(--primary-color-darken) !important;
  }
}

/* ENCART FORMULAIRE (DEVIS) */
/* ========================= */

#encart-formulaire {
  background-image: linear-gradient(to bottom, transparent 25%, var(--beige-color) 25%);
}
.bloc-formulaire {
  border-radius: var(--card-border-radius);
  background-color: #FFFFFF;
  box-shadow: 0 .25rem .5rem rgba(0,0,0,.16);
  overflow: hidden;
}
#formulaire-accueil {
  padding: 1.5rem;
}
@media screen and (min-width: 601px) {
  #formulaire-accueil form ul {
    column-count: 2;
    column-gap: 1.5rem;
    margin-bottom: 1rem !important;
  }
  #formulaire-accueil form .btn.fluid {
    width: auto;
  }
}
@media screen and (min-width: 993px) {
  #formulaire-accueil {
    padding: 2rem 2rem 2rem 0;
  }
}

/* ENCART MAP (ZONE D'INTERVENTION) */
/* ================================ */

.bloc-zone-intervention {
  min-height: 100%;
  padding: 2rem;
  border-radius: var(--card-border-radius);
  background-color: #FFFFFF;
  box-shadow: 0 .25rem .5rem rgba(0,0,0,.16);
}
.bloc-zone-intervention p {
  margin-bottom: 1rem;
}
.bloc-zone-intervention ul {
  column-count: 3;
  column-gap: 1.5rem;
  text-align: center;
}
#encart-map .map-container,
#encart-map .map-container iframe {
  height: 100%;
  min-height: 300px;
}
#encart-map .map-container {
  border-radius: var(--card-border-radius);
  overflow: hidden;
  box-shadow: 0 .25rem .5rem rgba(0,0,0,.16);
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  .col .bloc-zone-intervention {
    margin-bottom: 2rem;
  }
}
#encart-map {
  background-color: var(--beige-color);
}
@media screen and (min-width: 993px) {
  #encart-map {
    padding-top: 4rem;
  }
  .bloc-zone-intervention ul {
    column-count: 3;
    column-gap: 1.5rem;
    text-align: center;
  }
  .col .bloc-zone-intervention ul {
    column-count: 2;
    column-gap: 1.5rem;
    text-align: center;
}
}

/* NEWSLETTER */
/* ========== */

#newsletter label {
  display: none;
}

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

body > footer > .section > .container > .flex-row > .col {
  text-align: center;
}
body > footer address {
  margin-bottom: 1rem;
}
body > footer .reseaux-sociaux {
  margin-bottom: 1rem;
}
@media screen and (min-width: 601px) {
  body > footer .brand .logo .flex-row {
    flex-direction: row;
  }
  body > footer .brand .logo .flex-row > .col:first-child {
    margin-bottom: 0;
  }
  body > footer .brand .logo .flex-row > .col:last-child {
    text-align: left;
  }
}
@media screen and (min-width: 993px) {
  body > footer > .section > .container > .flex-row > .col:first-child {
    text-align: left;
  }
  body > footer > .section > .container > .flex-row > .col:first-child address {
    margin-bottom: 0;
  }
  body > footer > .section > .container > .flex-row > .col:last-child {
    text-align: right;
  }
  body > footer a.lien-maps {
    display: inline-block;
  }
  body > footer a.lien-maps:hover,
  body > footer nav a:hover {
    opacity: .64;
  }
  body > footer nav ul li {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* 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%;
}

/* PAGE CONTACT */
/* ============ */

.contact-page h1 {
  margin-bottom: 2rem;
  line-height: 1.42875;
  font-size: 28px;
  color: #FFFFFF !important;
}
.contact-page #fil_ariane a {
  color: hsl(0deg 0% 100%);
}
.contact-page p.intro {
  color: #FFFFFF;
}
.contact-page .coordonnees li,
.contact-page #clock li {
  font-size: 1rem;
}
.contact-page .coordonnees li a.tel {
  color: var(--accent-color-lighten);
}
.contact-page .image-wrapper {
  display: none;
}
@media screen and (min-width: 601px) {
  .contact-page h1 {
    margin-top: 1rem;
    font-size: 2rem;
}
}
@media screen and (min-width: 993px) {
  .contact-page .image-wrapper {
    display: block;
    height: 710px;
  }
  .contact-page .image-wrapper > 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);
  }
}

/* PAGE 404 */
/* ======== */

body.page-404 {
  padding-top: 0;
}
.page-404 .right-404 {
  margin: 2.5rem 0 1.5rem;
  padding: 2rem 1rem;
  border-radius: var(--card-border-radius);
  background-color: #FFFFFF;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.04);
}
.page-404 .right-404 ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 601px) {
  body.page-404 > main > .section > .container > .flex-row {
    flex-direction: row-reverse;
  }
  .page-404 .right-404 {
    margin: 3rem 0;
    padding: 2rem 2.5rem;
  }
}

/* GESTION DE CONTENU */
/* ================== */

input[class*="mce-"] {
  width: 320px;
  max-width: 100%;
  box-sizing: border-box;
}
.mce-label {
  position: static !important;
}


.messageHeader {
  background: var(--accent-color);
  padding: 20px 30px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}

.promotional-modal-content {padding: 1.5rem;}
.promotional-modal-img {max-height: 250px;} 
.promotional-modal-content .title-2 {
  margin-top: 0;
  margin-bottom: .25rem;
}
.promotional-modal-content .title-1 {margin: 0;}
.promotional-modal-phone-text {
  display: block;
  margin-bottom: .25rem;
}
@media screen and (min-width: 601px) {
  .promotional-modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 2.5rem 1rem 2.5rem 2.5rem;
  }
  .promotional-modal-img {max-height: 100%;} 
}

.align-center{
  text-align: center;
}

p.bandeau{
  text-align: center;
  padding: 2rem;
  background-color: #F1A132;
  color: #000000;
  font-size: 1.2rem;
}

.galerie{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.galerie img{
  margin: 10px;
  width: 300px;
}