dir,
menu,
ol li,
ul li {
  padding-left: 15px;
}

.nopad,
.nopad-l,
ol,
ul {
  padding-left: 0;
}

.nopad,
.nopad-r {
  padding-right: 0;
}

.noflicker,
.transition {
  -webkit-transform: translateZ(0);
}

.callTracker,
.cont-slider,
.h1,
.item-news,
.relative,
.services-plus,
h1 {
  position: relative;
}

.h1,
.h2,
.h3,
.service-plus-item h3,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: 1px 0 0 currentColor !important;
}

header .callTracker .t_affiche,
header .callTracker .t_phone {
  min-width: 152px;
  min-height: 30px;
}

.intervention ul,
.pied .menu_referencement,
.services .cell.droite .contenu ul,
.services .miettes {
  list-style-image: none;
  list-style-type: none;
}





:root {
  --color0: #393838;
  --color1: #862b17;
  --color2: #ffffff;
  --color3: #4d4d4d;
  --color4: #272727;
  --color5: #191a1a;
  --color6: #767676;
  --color7: #f0f0f0;
  --color8: #ef8b48;
  --color9: #01306c;
  --color10: #eaede8;
  --font_family_1: "mulish", Arial, sans-serif;
  --font_family_2: "mulish", Arial, sans-serif;
  --font_family_3: "mulish", Arial, sans-serif;
  --font_family_4: "mulish", Arial, sans-serif;
  --font_family_5: "mulish", Arial, sans-serif;
  --taille_font: 16px;
}

.body-page-1 .banniere,
body,
html {
  height: 100vh;
}

a.btn-ABs {
    text-decoration: none !important;
    color: white !important;
    padding: 10px 20px;
    background-color: #a60300;
    display: inline-block;
    /* border-radius: 5px; */
    margin: 20px 5px 0;
    text-transform: uppercase;
}
 .Num-AB {
      display: none; /* Hide Num-AB initially */
    }


/*************/
.banniere  .swiper-pagination {
    flex-direction: column;
    right: 100px;
    width: max-content;
    left: unset;
    top: 57%;
    bottom: unset;
    display: flex;
    transform: translateY(-50%);
    gap: 8px;
    opacity: 0.8;
    align-items: end;
    justify-content: center;
    height: 100%;
    padding-bottom: 40px;
    z-index: 23;
}
.banniere  span.swiper-pagination-bullet {
    height: 3px;
    border-radius: 0;
    width: 27px;
    opacity: 1;
    background: white;
    transition: .3s ease;
    margin: 0 !important;
    margin: 8px 0 !important;
}

.banniere  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    background: var(--color1);
}
.banniere  .swiper-button-next,.bannSwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: .6;
    transition: .4s ease;
}

/***/


/********/
@keyframes zoomAB {
  0% {
    scale: 1;
  }
    50% {
        scale:1.3;
    }

  100% {
    scale: 1;
  }
}
.banniere .mySwiper-bann img {
    animation: 30s infinite ease zoomAB;
    width: 100%;
    height: 100vh;
}



    .swiper {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
    }
    .swiper-wrapper {
        display: flex;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* background: #fff; */
      /* display: flex; */
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 30px;
    }

.swiper-slide i {
    font-size: 70px;
    color: var(--color5);
}

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-prev, .swiper-button-next {
    color: #414e47;
}

.mySwiper-bann .swiper-button-prev, .mySwiper-bann .swiper-button-next {
    background: var(--color1);
    backdrop-filter: blur(5px);
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color0);
    margin: 0 80px;
    /* border: 1px solid #eeeeee38; */
}


/*****/

/**/

a {
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.pied .navf .menu_footer li:last-child,
a img,
iframe {
  border: none;
}

img {
  max-width: 100%;
}

ol,
ul {
  list-style: none inside;
}

ol li,
ul li {
  background: url(../images/puce.svg) 0 3px/13px auto no-repeat;
}

ol li.niveau2,
ul li.niveau2 {
  margin-left: 30px;
}

blockquote p {
  font-size: inherit;
}

table,
table td,
table th {
  font-size: inherit;
  border: 1px solid #7c7c7c;
}

.actualites .cell.photo a,
.actualites .cell.texte .contenu ul li .bouton-principal,
.body-page-1 #hero-section .bx-pager,
.prestation .cell.texte .contenu ul li .bouton-principal,
.services .cell.droite .contenu ul li .bouton-principal,
.submenu-active,
article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.custom-object-fit img,
[data-anim] {
  opacity: 0;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.nomargin,
body {
  margin: 0;
}

.cont-slider .controls ol li a span,
.contact .formulaire .form-group .col-md-4,
.gallery .nav li:last-child::after,
.hide,
.navh .menu_principal > li:last-child::after,
.submenu,
.tete .widget-partage {
  display: none;
}

#add-review,
.avisClientsBg .h,
.body-contact .tab-formulaire .cell.droite h2,
.center,
.sudo-slider .slide,
footer .btn-partage .btnp {
  text-align: center;
}

.right {
  text-align: right;
}

.copyright,
.justify,
.livre-elements .temoignage {
  text-align: justify;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.bold,
.contact .coordonnees address p span.intitule {
  font-weight: 700;
}

.contact .coordonnees address p a:hover,
.coordonnees span.t_affiche,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.pied address p a:hover,
.underline,
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.retrait {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.transition {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.cover {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

hr.trait {
  height: 1px;
  margin: -0.5em 0;
  padding: 0;
  color: var(--color6);
  background-color: var(--color6);
  border: 0;
  opacity: 0.4;
}

.page-contenu img {
  margin: 10px;
}

body {
  width: 100%;
  padding: 0;
  color: var(--color4);
  font-family: var(--font_family_3);
  font-size: var(--taille_font);
  background: var(--color10);
  line-height: 1.4;
}

form#contact_5 .col-md-6 {
    width: 100%;
    padding: 0 25%;
}

.slogan-hero {
    text-align: center;
}

.tete .logo-site a:focus,
.tete .logo-site a:hover,
a,
a:link,
a:visited {
  color: var(--color1);
  text-decoration: none;
}

a:active {
  outline: 0;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color9);
  font-family: var(--font_family_1);
  font-weight: 700;
}

.h1,
h1 {
  font-size: 37px;
  line-height: 40px;
  color: var(--color1);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px;
  letter-spacing: 1px;
  z-index: 1;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

#hero-section h1::after {
  display: none !important;
}

.AvisClientsBg.bg-optionnel-gris .h1,
.body-pageseo .contact .formulaire .form-group .form-control,
.body-sitemap .corps a,
.btn-partage .btnp svg,
.intervention .contenu a,
.intervention .contenu a:link,
.intervention .contenu a:visited {
  color: var(--color0);
}

.body-sitemap .corps a:active,
.body-sitemap .corps a:hover,
.btn-partage .btnp:hover svg,
.form-group .label-rgpd strong,
.info-rgpd a,
.info-rgpd a:visited,
.info-rgpd strong,
.navh .menu_principal a:hover,
.navh .menu_principal li.active > a,
.newsList .item:hover .h3,
.pied .menu_referencement li a:hover,
.pied .navf .menu_footer li a:hover,
.pied .navf .menu_footer li.active {
  color: var(--color1) !important;
  fill: var(--color1);
}

.h2,
h2 {
  font-size: calc(var(--taille_font) + 0.9rem);
}

.h3,
h3 {
  font-size: calc(var(--taille_font) + 0.8rem);
}

h4 {
  font-size: calc(var(--taille_font) + 0.7rem);
}

h5 {
  font-size: calc(var(--taille_font) + 0.6rem);
}

h6 {
  font-size: calc(var(--taille_font) + 0.5rem);
}

.h1 a,
.h1 a:link,
.h1 a:visited,
.h2 a,
.h2 a:link,
.h2 a:visited,
.h3 a,
.h3 a:link,
.h3 a:visited,
h1 a,
h1 a:link,
h1 a:visited,
h2 a,
h2 a:link,
h2 a:visited,
h3 a,
h3 a:link,
h3 a:visited,
h4 a,
h4 a:link,
h4 a:visited,
h5 a,
h5 a:link,
h5 a:visited,
h6 a,
h6 a:link,
h6 a:visited {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

.btn-service a.bouton-principal,
.btn-service button.bouton-principal,
a.bouton-principal,
button.bouton-principal {
  font-family: var(--font_family_3);
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.before-title,
.modal-content a,
.modal-content a:link,
.modal-content a:visited,
.services-footer .before-title {
  color: var(--color10);
}

.services-plus {
  padding: 80px 10% 0;
  display: flex;
  justify-content: space-between;
  z-index: 8000;
}

.service-plus-item {
  width: calc(33.33% - 15px);
  text-align: center;
}

.realisations .voir-plus-projets {
  margin-top: 25px;
}

.before-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 110px;
  z-index: -1;
  text-shadow: 0 0 1px var(--color0);
  letter-spacing: 0;
}

.titre-secondaire {
  position: relative;
  font-size: 24px;
  line-height: 27px;
  padding: 5px 0 0;
  margin: 0 auto;
  color: var(--color9);
  font-family: var(--font_family_2);
  text-align: center;
  display: block;
  text-transform: none;
  font-weight: 400;
  text-shadow: 1px 0 0 currentColor !important;
  max-width: 550px;
}

.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal.dark {
  background-color: var(--color4);
  color: var(--color0);
}

.hvr-shutter-out-horizontal.active,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: var(--color8);
}

.hvr-shutter-out-horizontal.dark:before {
  background-color: var(--color5);
}

.hvr-shutter-out-horizontal:active,
.hvr-shutter-out-horizontal:hover,
a.hvr-shutter-out-horizontal:active,
a.hvr-shutter-out-horizontal:hover {
  background-color: var(--color1);
  color: var(--color2);
  border: 1px var(--color1) solid;
}

.hvr-shutter-out-horizontal:active,
a.hvr-shutter-out-horizontal:active {
  background-color: var(--color1);
  color: var(--color10);
  border: 1px var(--color1) solid;
}

.certifs .titre-secondaire,
.intervention .titre-secondaire,
.tete .infos .tel,
footer .btn-partage .btnp svg {
  color: var(--color2);
  fill: var(--color2);
}

.hvr-shutter-out-horizontal:active:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

a.bouton-principal,
button.bouton-principal {
  text-align: center;
  letter-spacing: 1px;
  color: var(--color2);
  background: var(--color9);
  transition: 0.3s ease-out;
  border-radius: 0;
  border: 1px var(--color9) solid;
}

.btn-service a.bouton-principal,
.btn-service button.bouton-principal {
  text-align: left;
}

.body-error404 a.btn.btn-default,
.btn-service a.bouton-principal::after {
  background-image: none;
}

.body-page-1 .corps a.bouton-principal,
.body-page-1 .corps button.bouton-principal {
  width: 150px;
  margin: 15px 0 50px;
}

.main-page {
  position: relative;
  overflow: hidden;
}

.tete {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9000;
  /* height: 100px; */
  background: #0000002e;
  padding-right: 20px;
  padding-left: 20px;
  margin: auto;
  transition: 0.3s ease-in-out;
  line-height: 1.5;
  /* box-shadow: 0 3px 5px rgb(57 63 72 / 15%); */
  padding: 1em 0;
  backdrop-filter: blur(5px);
}

.tete.active {
  box-shadow: 0 3px 17px rgb(57 63 72 / 6%);
  background-color: var(--color2);
}

.tete.active .infos.infos_small {
  box-shadow: 0 2px 3px rgba(57, 63, 72, 0.2);
}

.tete .header {
  max-width: 1430px;
  margin: auto !important;
  /* padding-top: 5px; */
}

.tete .logo-site {
  margin: 0;
  padding: 0;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tete .logo-site a {
  font-size: 15px;
  color: var(--color1);
  text-decoration: none;
  font-family: var(--font_family_1);
  font-weight: 700;
  max-width: 189px;
}

.slogan .titre,
.tete .infos .tel {
  font-family: var(--font_family_3);
}

.tete .logo-site a img {
  height: auto;
  max-height: 100%;
  max-width: 225px;
  filter: brightness(0) invert(1);
  transition: all .3s ease;
}

.tete.active .logo-site a img {
    filter: none;
}

.tete .infos {
  background: 0 0;
  display: inline-block;
  height: 90px;
  padding: 27px 0 0 20px;
}

.tete .infos.infos_small {
  display: block;
  width: 140%;
  padding: 0 49px 0 0;
  height: 34px;
  position: relative;
  left: -36.4%;
  top: -2px;
  /* background: var(--color10); */
}

.tete .infos .tel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 0 0 1px;
  margin: 0;
  font-weight: 700;
  min-height: 34px;
  min-width: 200px;
  background: var(--color9);
}

.tete .infos_small .tel {
  padding-top: 1px !important;
}

.contact .coordonnees address p.tel a,
.pied address p.tel a,
.tete .infos .tel a {
  color: inherit;
  text-decoration: none;
}

a.imagecont.noflicker.img1 {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.sidebar-scroll-right .callTracker {
  width: 100%;
  height: 50px;
}

.btn-partage .btnp,
.tete .infos.infos_small .btn-partage .btnp {
  width: 26px;
  height: 26px;
}

.callTracker a,
.callTracker span {
  display: inline-block;
  text-align: left;
  min-width: 145px;
  padding: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  line-height: 1.64em;
  text-decoration: none;
}

.callTracker .t_phone,
.callTracker.active .t_affiche {
  opacity: 0;
  display: none;
}

.callTracker .t_affiche {
  cursor: pointer;
}

header .callTracker a,
header .callTracker span {
  top: 5px;
}

header .callTracker .t_affiche {
  font-size: 90%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
}

.callTracker.active .t_phone {
  opacity: 1;
  display: inline-block;
}

header .callTracker.active .t_phone {
  text-align: center;
  padding-top: 2px;
}

.coordonnees .callTracker a,
.pied .callTracker a {
  position: relative;
  left: 0;
}

.pied .callTracker span.t_affiche {
  font-weight: 500;
  text-decoration: underline;
}

.btn-partage .btnp {
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transition: 0.4s;
  text-align: center;
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.btn-partage .btn-insta {
  width: 36px;
  height: 36px;
  top: 2px;
}

.tete .infos.infos_small .btn-partage .btn-insta svg {
  top: 4px;
}

.btn-partage .btn-insta svg {
  fill: var(--color0);
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
  transition: 0.4s;
}

.btn-partage .btn-linkedin svg {
  width: 23px;
  height: 23px;
  top: 10px;
}

.btn-partage .btn-ami svg {
  width: 23px;
  height: 23px;
}

.btn-partage .btn-instagram {
  top: 0;
}

.btn-partage .btn-instagram svg {
  width: 23px;
  height: 21px;
}

.btn-partage .btn-ami svg g {
  stroke: var(--color0);
}

.btn-partage .btn-ami:hover svg g {
  stroke: var(--color1);
}

.pied .btn-partage .btn-ami:hover svg g {
  stroke: var(--color10);
}

.btn-partage .btn-linkedin svg path {
  fill: var(--color0);
}

.btn-partage .btn-insta:hover svg,
.btn-partage .btn-linkedin:hover svg path {
  fill: var(--color9);
}

.pied .btn-partage .btn-linkedin:hover svg path {
  fill: var(--color10);
}

.tete .btn-partage {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 1px;
  right: -7px;
  filter: invert(1);
}

.tete.active .btn-partage {
    filter: none;
}

.tete .infos.infos_small .btn-partage {
  top: 1px;
}

.navh {
  margin: 0;
  z-index: 8000;
  display: inline-block;
  vertical-align: top;
}

.navh .menu_principal {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
}

.navh .menu_principal > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  background: 0 0;
}

.menu-mobile-dynamique ul li a,
.navh .menu_principal > li:last-child {
  background: 0 0;
}

.navh .menu_principal a,
.navh .menu_principal a:visited {
  color: var(--color2);
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 35px 15px;
  text-decoration: none;
  font-family: var(--font_family_3);
  transition: 0.4s;
  position: relative;
}

.tete.active .navh .menu_principal a, .tete.active .navh .menu_principal a:visited {
    color: var(--color3);
}

.cta-accueil .cta-collection,
.sudo-slider .slide a {
  text-decoration: none !important;
}

.navh .menu_principal a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--color9);
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  transition: 0.4s ease-in-out;
}

.navh .menu_principal a:hover::after,
.navh .menu_principal li.active > a::after {
  width: 48%;
  height: 2px;
  background: var(--color1);
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
}

.gallery .nav li.active a,
.navh .menu_principal li.active > a:hover {
  cursor: default;
}

.bande_contact_footer .h1,
.body-page-1 .slogan,
.contact .coordonnees h2,
.equipe-2acb .h1,
.fluid-contenu h1,
.news .ligne-actus .contenu-article,
.realisations .h1,
.services .cell.droite .h1 {
  margin-top: 0;
}

.slogan {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: left;
}

.signature-font {
  font-family: var(--font_family_5);
  text-transform: none;
}

.center-slogan {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1430px;
  margin: auto;
}

.body-page-1 .center-slogan {
  align-items: flex-start;
}

.cta-accueil {
  margin-top: 30px;
}

.cta-accueil .cta-collection {
  width: 185px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color1);
  color: var(--color0);
  transition: 0.4s;
}

.pied h3,
.slogan .titre {
  color: var(--color1);
  text-transform: uppercase;
}

.cta-accueil .cta-collection:active,
.cta-accueil .cta-collection:hover {
  box-shadow: 0 0 6px var(--color1);
}

.h1.slogan:before,
h1.slogan:before {
  content: "";
  width: 0;
  height: 0;
  background: 0 0;
  position: inherit;
  bottom: inherit;
  left: inherit;
}

.body-page-1 .slogan .titre {
  font-size: 46px;
  line-height: 50px;
}

.slogan .titre {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  text-shadow: 0 0 6px var(--color0);
}

.body-pageseo .slogan .titre {
  font-size: 26px;
  line-height: 32px;
  text-align: center;
}

.slogan .sous-titre {
  font-size: 28px;
  font-family: var(--font_family_2);
  font-weight: 400;
  line-height: 33px;
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  text-shadow: 0 0 6px var(--color0);
}

.video-accueil {
  position: fixed;
  top: 0;
  left: 50%;
  width: 120vw;
  height: 100vh;
  margin-left: -60vw;
}

.video-accueil video {
  width: 100%;
  height: auto;
  vertical-align: top;
  z-index: 1;
  position: relative;
}

.modal-backdrop.in,
.video-accueil .banniere {
  z-index: 0;
}

.gradient-top::before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: linear-gradient(
    to top,
    rgba(29, 31, 35, 0),
    rgba(29, 31, 35, 0.3),
    rgba(29, 31, 35, 0.8)
  );
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.banniere {
  position: absolute;
  top: 0 !important;
  margin-left: 0;
  height: 100%;
  left: 0;
  height: 59vh;
  width: 100%;
}

.body-page-1 .banniere {
    height: auto;
}

.banniere img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

.hide-print.banniere:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 2;
    opacity: 0.35;
}

.btn-descendre {
  width: 112px;
  height: 112px;
  background: url(../images/bg-descendre.png) center top no-repeat;
  position: absolute;
  top: -225px;
  left: 50%;
  margin-left: -56px;
  overflow: hidden;
  text-indent: 300px;
  white-space: nowrap;
}

.btn-descendre:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--color1);
  border-radius: 8px;
  position: absolute;
  top: 40px;
  left: 53px;
  transition: 0.4s;
}

.bande-wrapper,
.body-contact .fluid-contenu .corps,
.body-copyright .fluid-contenu .corps,
.body-gallery-4 .fluid-contenu .corps,
.body-sitemap .fluid-contenu .corps,
.fluid-contenu,
.fluid-contenu .corps,
.header-sidebars,
.services-footer,
.sidebar-left,
.sidebar-right {
  background: var(--color10);
}

.btn-descendre:hover:before {
  opacity: 0.4;
  top: 50px;
}

.body-pageseo .fluid-contenu h1 {
  font-size: 25px;
  line-height: 29px;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.fix-margin-body {
  margin-top: 0 !important;
}

.fluid-contenu {
  position: relative;
  z-index: 10;
}

.actualites,
.certifs {
  z-index: 8000;
  display: table;
  width: 100%;
}

.body-page-1 .corps .titre-secondaire,
.body-page-1 .corps h1 {
  text-align: left;
  margin-left: 0;
}

.body-page-1 .corps h1::after {
  margin-left: 0;
}

.body-page-1 .corps .before-title {
  left: 0;
  transform: translate(0, -50%);
}

.fluid-contenu .corps {
  padding: 70px 10% 80px;
  line-height: 1.6;
  color: var(--color0);
  background-color: var(--color2);
  z-index: 5;
  position: relative;
}

.AvisClients .blazy,
.livre-elements .blazy {
  border-radius: 50%;
  background-size: cover;
  background-position: 50% 50%;
}

.fluid-contenu .corps .bouton-principal,
.fluid-contenu .corps .hvr-shutter-out-horizontal {
  line-height: 1.5;
}

.body-contact .fluid-contenu .corps {
  padding: 80px 0 0;
}

.body-gallery-4 .fluid-contenu .corps {
  padding: 80px 0;
}

.body-service-list .fluid-contenu .corps {
  padding: 0;
}

.recup-photos .propor .propor-cont .imagecont {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.1s ease-in-out;
  overflow: hidden;
}

.gallery .ligne-photos .propor .propor-cont img,
.recup-photos .propor .propor-cont .imagecont img {
  object-fit: cover;
  -o-object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  flex: 1;
  height: 100%;
  transition: 0.4s ease-in-out;
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover img,
.recup-photos .propor .propor-cont .imagecont:hover img {
  transform: scale(1.2);
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque,
.recup-photos .propor .propor-cont .imagecont:hover .masque {
  background: url(../images/ico-zoom.svg) center/65px no-repeat,
    linear-gradient(to top, rgba(255, 255, 2555, 0.5), rgba(138, 138, 138, 0.6))
      center no-repeat;
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque,
.recup-photos .propor .propor-cont .imagecont .masque {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.1s ease-in-out;
  background-position: center;
}

.news .propor,
.realisations .galerie .propor,
.recup-photos .propor {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.news .propor:after,
.realisations .galerie .propor:after,
.recup-photos .propor:after {
  padding-top: 78%;
  display: block;
  content: "";
}

.gallery .ligne-photos .propor .propor-cont,
.news .propor .propor-cont,
.realisations .galerie .propor .propor-cont,
.recup-photos .propor .propor-cont {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond,
.news .propor .propor-cont .imagecont .imagefond,
.realisations .galerie .propor .propor-cont .imagecont .imagefond,
.recup-photos .propor .propor-cont .imagecont .imagefond {
  image-rendering: optimizeQuality;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond,
.news .propor .propor-cont .imagecont:hover,
.news .propor .propor-cont .imagecont:hover .imagefond,
.realisations .galerie .propor .propor-cont .imagecont:hover .imagefond,
.recup-photos .propor .propor-cont .imagecont:hover .imagefond {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.certifs {
  table-layout: fixed;
  position: relative;
  padding: 80px 10% 70px;
  background: var(--color9);
}

.certifs .h1,
.intervention .h1 {
  margin-top: 0;
  color: var(--color2);
}

.certifs .before-title,
.intervention .before-title {
  color: var(--color9);
  text-shadow: 0 0 1px var(--color2);
}

.atout-texte,
.modal-header .h1,
.pied h3,
b,
strong {
  text-shadow: 1px 0 0 currentColor !important;
}

.certifs .cell.gauche,
.contact .tab-coordonnes .cell.centre,
.contact .tab-coordonnes .cell.droite {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.certifs .cell.gauche .contenu {
  padding: 150px 12% 140px;
}

.certifs .cell.droite {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 80px 50px;
  background: var(--color0);
}

.certifs .cell.droite .logo-certif {
  padding: 0 15px;
  height: 260px;
  line-height: 260px;
  vertical-align: middle;
  text-align: center;
}

.certifs .cell.droite .bg-noir {
  padding: 150px 0;
}

.certif-desc {
  margin-bottom: 20px;
  color: var(--color2);
}

.actualites .cell.photo.cover img {
  object-fit: cover;
  -o-object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  flex: 1;
  height: 100%;
}

.actualites {
  position: relative;
  background: var(--color0);
}

.actualites article {
  display: table;
  width: 100%;
}

.actualites:nth-child(even + 1),
.prestation:nth-child(2n) {
  direction: rtl;
}

.actualites .cell.photo,
.prestation .cell.photo {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  background-position: center center;
}

.actualites .cell.photo:hover,
.prestation .cell.photo:hover {
  opacity: 0.95;
}

.actualites .cell.texte {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  border-bottom: 2px solid var(--color7);
}

.actualites:last-child .cell.texte,
.prestation:last-child .cell.texte {
  border-bottom: none;
}

.actualites .cell.texte .contenu {
  padding: 120px 10%;
  text-align: justify;
  direction: ltr;
}

.actualites .cell.texte .contenu ul,
.prestation .cell.texte .contenu ul {
  padding: 0;
  margin: 0;
}

.actualites .cell.texte .contenu ul li,
.prestation .cell.texte .contenu ul li {
  padding: 5px 0 5px 20px;
  background: url(../images/puce.svg) 0 9px no-repeat;
}

.actualites a.bouton-principal,
.news a.bouton-principal {
  min-width: 190px;
  margin: 50px 0;
}

.actualites .date_post,
.news .date-article {
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  color: var(--color10);
}

.news .ligne-actus .date-article {
  margin-top: 18px;
  margin-bottom: 0;
}

.news .contenu-article {
  margin-top: 21px;
}

.AvisClientsBg {
  padding: 0 7%;
}

.etoiles .fa {
  color: #fc0;
}

.AvisClientsList {
  margin: 0;
  padding: 0;
}

.AvisClientsList li {
  list-style: none;
  background: 0 0;
}

.AvisClients,
.AvisClients:link,
.AvisClients:visited {
  position: relative;
  background-color: var(--color7);
  padding: 40px 20px 20px;
  text-align: center;
  height: 300px;
  margin-top: 50px;
  display: block;
  text-decoration: none;
}

.AvisClients:active,
.AvisClients:hover {
  background-color: #e3e3e3;
}

.AvisClients .blazy,
.divAvis {
  background-color: var(--color7);
}

.AvisClients .h {
  font-size: 18px;
  color: var(--color1);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

.AvisClients p {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--color5);
}

.AvisClients .blazy {
  font-size: 16px;
  color: var(--color0);
  width: 128px;
  margin: 0 auto 20px -64px;
  position: absolute;
  top: -70px;
  left: 50%;
  background-repeat: no-repeat;
  display: none !important;
}

.AvisClientsBg .bx-pager {
  bottom: 17px;
}

.avisContent:before,
.livre-elements .temoignage:before {
  content: "\00AB";
  display: inline-block;
  margin-right: 5px;
}

.avisContent:after,
.livre-elements .temoignage:after {
  content: "\00BB";
  display: inline-block;
  margin-left: 5px;
}

.temoignageScroll {
  max-height: 109px;
  text-align: center;
  overflow: hidden;
}

.temoignageScroll .scrollbar-content {
  padding: 0 10px 0 0;
  width: 100%;
}

.temoignageScroll .scrollbar-path-vertical {
  right: 0;
}

.date_post {
  font-size: 12px;
  padding: 4px 0;
}

.AvisClientsBg .bx-controls.bx-has-pager {
  display: block;
  position: relative;
  height: 70px;
}

.livre-elements {
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}

.livre-elements .blazy {
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-color: var(--color0);
  width: 115px;
  height: 115px;
}

#modalRecommander .modal-content,
.modal-header .h1 {
  background-color: var(--color10) !important;
}

.livre-elements .pseudo {
  margin-bottom: 10px;
}

.livre-elements .date {
  margin-bottom: 10px !important;
}

.livre-elements .etoiles,
.no-bottom {
  margin-bottom: 0 !important;
}

.divAvis {
  padding: 30px 20px;
  margin-bottom: 60px;
  border-radius: 2px;
}

.btn-avis {
  margin-bottom: 30px;
}

.modal-header .h1 {
  margin-bottom: 40px;
  color: var(--color1) !important;
  font-weight: 700 !important;
  font-size: 26px !important;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 9999;
  font-size: 16px;
  color: var(--color0);
}

.modal-open .modal {
  z-index: 99997;
  background: rgba(0, 0, 0, 0.8);
  color: var(--color10);
  text-shadow: none;
  font-family: var(--font_family_2);
}

.modal-content .btn-close {
  border: 0;
  background: 0 0;
  padding: 0;
  font-size: 21px;
  color: var(--color5);
  opacity: 0.2;
  line-height: 1;
}

.modal-content .form-control {
  min-height: 44px;
  border-radius: 2px;
  font-family: var(--font_family_3);
  color: var(--color0);
}

.modal-content .btn-close:focus,
.modal-content .btn-close:hover {
  opacity: 0.5;
}

.modal-content .submit-review {
  padding-right: 60px !important;
}

.modal-content label.control-label {
  display: none;
  padding-top: 0 !important;
}

.modal-content label.control-label.label-note,
.modal-content label.control-label.label-photo {
  display: block;
  padding-top: 14px !important;
}

#add-review .form-group {
  text-align: left;
}

#add-review input[type="file"] {
  display: block;
  width: 100%;
  height: 50px;
}

#add-review #stars-existing {
  margin: 0 auto 10px;
  display: block;
  text-align: left;
  padding-top: 15px;
}

#add-review .form-group #captcha {
  height: 46px !important;
}

.formulaire #add-review .form-group .form-control,
.formulaire #add-review .form-group input,
.formulaire #add-review .form-group textarea {
  background: var(--color0);
  border: 1px solid #ccc;
  color: var(--color10);
  border-radius: 2px;
}

.modal-content .form-control::placeholder {
  color: var(--color10) !important;
  opacity: 1;
}

#add-review .submit-review {
  margin: 15px auto !important;
  padding: 14px 15px !important;
  float: none;
  display: block;
  background-image: none;
}

#add-review .body-review {
  height: 100px;
}

#add-review .form-group.form-group-1 .col-md-10,
#add-review .form-group.form-group-2 .col-md-10,
#add-review .form-group.form-group-4 .col-md-10,
.zone-map iframe {
  width: 100%;
}

#add-review .conditions,
.modal-content .email-block {
  font-size: 10px;
  font-weight: 400;
  font-style: italic;
  text-align: justify;
  opacity: 0.6;
  display: block;
  clear: both;
  color: var(--color10) !important;
}

#formRecommander .btn,
#modalRecommander .modal-content label {
  font-family: var(--font_family_3) !important;
  font-weight: 700 !important;
}

.sudo-slider {
  width: 100%;
  z-index: 8999999;
}

.AvisClientsBg,
.intervention,
.realisations,
.services {
  z-index: 8000;
  position: relative;
}

.sudo-slider .slide img {
  max-height: 100%;
}

.cont-slider .controls {
  z-index: 9000;
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
}

.cont-slider .controls ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.cont-slider .controls ol li {
  display: inline-block;
  background: 0 0;
  padding: 0;
}

.cont-slider .controls ol li a {
  display: block;
  width: 11px;
  height: 11px;
  background: var(--color2);
  margin: 0 2px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 0.15;
}

.cont-slider .controls ol li.current a {
  opacity: 0.6;
}

.centerservice2 {
  margin: 0 16% !important;
}

.centerservice {
  margin: 0 33% !important;
}

.services {
  display: table;
  width: 100%;
  min-height: 55vh;
}

.services .cell.gauche {
  display: table-cell;
  vertical-align: top;
  background-position: center center;
  background-repeat: no-repeat;
}

.services .cell.droite {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  background: var(--color0);
}

.services .cell.droite .contenu {
  padding: 80px 15px 70px;
}

.services-footer .cell.droite {
  background: var(--color10);
  padding-left: 50px;
}

.bx-pager.bx-default-pager a.active,
.bx-pager.bx-default-pager a:hover,
.services-footer .h1::after {
  background-color: var(--color10);
}

.services .cell.droite .contenu ul {
  padding: 40px 0;
  margin: 0 -15px;
  background: url(../images/shape.svg) no-repeat center right/100%
    var(--color10);
}

.services .cell.droite .contenu ul li {
  background: 0 0;
  padding: 0 0 10px;
  max-width: 450px;
  margin: auto;
}

.contact .coordonnees address p.tel.tel1,
.pied address p.tel.tel1 {
  background-image: url(../images/ico-tel-f.svg);
  font-weight: 700;
  font-family: var(--font_family_3);
}

.btn-service {
  text-align: center;
  margin: 10px 0;
}

.services .miettes {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.services .miettes li {
  display: inline-block;
  vertical-align: top;
  background: 0 0;
  padding: 0;
}

.services .miettes li a {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: var(--color1);
  display: inline-block;
  opacity: 0.5;
}

.services .miettes li a.active {
  cursor: default;
  opacity: 1;
}

.AvisClientsBg,
.realisations {
  text-align: center;
  background: var(--color10);
}

.AvisClientsBg {
    background: white;
}

.AvisClientsBg .contenu,
.realisations .contenu {
  padding: 90px 15px 80px;
}

.news .propor .propor-cont .imagecont,
.realisations .galerie .propor .propor-cont .imagecont {
  height: 100%;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
}

.news .propor .propor-cont .imagecont .masque,
.realisations .galerie .propor .propor-cont .imagecont .masque {
  transition: 0.4s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color1);
  background-image: url(../images/ico-zoom.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.news .propor .propor-cont .imagecont:hover .masque,
.realisations .galerie .propor .propor-cont .imagecont:hover .masque,
.remonter button:hover {
  opacity: 0.8;
}

.intervention {
  background: var(--color9);
}

.intervention .contenu {
  padding: 80px 10%;
  color: var(--color10);
}

.zone-map .zone-img {
  height: 350px;
  max-width: 1266px;
  margin-right: auto;
  margin-left: auto;
  background: url(../images/zone.png) center/cover no-repeat;
  box-shadow: 1px 1px 0 var(--color1), 2px 2px 0 var(--color1),
    3px 3px 0 var(--color1), 4px 4px 0 var(--color1);
}

.intervention ul {
  margin: 0 0 10px;
  padding: 0;
}

.intervention ul li {
  background: url(../images/puce2.svg) 0 2px/13px auto no-repeat;
}

.pied {
  position: relative;
  z-index: 9;
}

.body-gallery .pied {
  border-top: 0 !important;
}

.pied .bande1 {
  padding: 30px 10% 50px;
}

.bande_contact_footer {
  padding: 100px 10% 80px;
  background: var(--color10);
}

.pied .bande2 {
  padding: 15px 10%;
  background: var(--color9);
}

.contact .tab-coordonnes .cell.gauche .horaires,
.pied .horaires {
  background-image: url(../images/ico_horaires.svg);
  background-size: 19px auto;
}

.pied h3 {
  font-size: 17px;
  padding: 0;
  position: relative;
  margin-bottom: 20px;
}

.pied h3::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--color1);
  bottom: -8px;
  left: 0;
}

.pied .navf .menu_footer {
  color: var(--color0);
  padding: 15px 0 0;
  list-style-type: none;
  margin: 0;
}

.pied .navf .menu_footer li {
  display: block;
  padding: 0 0 4px;
  background: 0 0;
  position: relative;
}

.pied .navf .menu_footer .menu-item-copyright.active:nth-last-child(-n + 2) {
  color: var(--color9) !important;
}

.pied .navf .menu_footer li a,
.pied .navf .menu_footer li a:visited {
  font-size: 16px;
  padding: 0 0 0 15px;
  color: inherit;
  text-decoration: none;
}

.pied .navf .menu_footer li a::before {
  display: inline-block;
  content: "❯";
  position: absolute;
  left: 0;
  font-size: 13px;
  color: var(--color1);
  top: 2px;
  width: 9px;
  height: 16px;
}

.pied .menu_referencement li.active a:hover,
.pied .navf .menu_footer li.active a:hover {
  cursor: default;
  text-decoration: none;
}

.pied .menu_referencement {
  color: var(--color0);
  margin: 8px 0 0;
  text-align: justify;
}

.pied .menu_referencement li {
  display: inline;
  padding: 0;
  background: 0 0;
}

.pied .menu_referencement li:after {
  content: " - ";
}

.pied .menu_referencement li:last-child:after {
  content: "";
}

.pied .menu_referencement li a,
.pied .menu_referencement li a:visited {
  color: inherit;
  font-size: 16px;
  text-decoration: none;
}

.pied address {
  margin: 0;
  padding: 15px 0 0;
  color: var(--color0);
  font-size: 16px;
}

#contactButtonsMobile a,
.atout-texte,
.google-avis a {
  color: var(--color2) !important;
}

.pied address p {
  background-repeat: no-repeat;
  margin: 0;
  background-position: 4px 3px;
  padding: 0 0 10px 30px;
}

.pied address p.adresse {
  background-image: url(../images/ico-adresse-f.svg);
  background-size: 22px auto;
  background-position: 0 1px;
}

.pied address p.tel.tel1 {
  background-size: 20px auto;
  background-position: 1px 3px;
}

.pied address p.tel.tel2 {
  background-image: url(../images/ico-tel2-f.svg);
  background-size: 20px auto;
  background-position: 1px 2px;
  font-family: var(--font_family_3);
  font-weight: 700;
}

.contact .coordonnees address p a,
.pied address p a {
  text-decoration: none;
  color: inherit;
}

.pied .scrollbars {
  margin: 25px 0 0;
  height: 200px;
}

.pied .horaires {
  color: var(--color0);
  padding: 10px 0 0 28px;
  margin: 0;
  background-position: 1px 12px;
  background-repeat: no-repeat;
}

.pied .copyright-footer {
  margin: 0;
  text-align: center;
}

#logoFD svg * {
  fill: var(--color6);
}

#logoFD svg {
  width: 210px;
}

.pied .btn-like {
  padding: 20px 0 0;
}

.pied .btn-partage {
  text-align: right;
  padding: 18px 0 0;
}

.scrollbars {
  width: 100%;
  height: 28vh;
}

.scrollbar-path-horizontal,
.scrollbar-path-vertical {
  position: absolute;
  background-color: #ececec;
  z-index: 100;
}

.mCSB_scrollTools .mCSB_draggerRail,
.newsItem .div-rs .btn-partage .btnp:hover,
.scrollbar-handle {
  /* background-color: var(--color1); */
}

.scrollbar-path-horizontal {
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 5px;
}

.scrollbar-path-vertical {
  right: 5px;
  top: 0;
  height: 100%;
  width: 5px;
  box-shadow: inset 1px 0 1 rgba(0, 0, 0, 0.1);
}

.scrollbar-path-horizontal {
  box-shadow: inset 0 1px 1 rgba(0, 0, 0, 0.1);
}

.scrollbar-handle {
  position: relative;
  top: 0;
  left: 0;
}

.scrollbar-path-vertical .scrollbar-handle {
  height: 20%;
  width: 100%;
}

.scrollbar-path-horizontal .scrollbar-handle {
  width: 20%;
  height: 100%;
}

.scrollbar-handle,
.scrollbar-path-horizontal,
.scrollbar-path-vertical {
  border-radius: 5px;
}

.scrollbar-content {
  padding: 0 30px 0 0;
  float: none !important;
}

.contact .tab-coordonnes,
.contact .tab-formulaire,
.prestation {
  display: table;
  width: 100%;
  position: relative;
  z-index: 8000;
}

.contact .tab-coordonnes .cell.gauche,
.prestation .cell.texte {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  background: var(--color10);
}

.prestation .cell.texte .contenu {
  padding: 100px 10%;
  text-align: center;
  direction: ltr;
}

.prestation .cell.texte .contenu .h1 {
  margin-top: 0 !important;
  margin-bottom: 40px;
}

.contact .coordonnees,
.prestation .cell.texte .contenu p {
  padding: 0 0 20px;
}

.body-contact .contact .tab-coordonnes h2,
.body-contact .contact .tab-formulaire h2 {
  color: var(--color1);
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
  margin-top: 0;
  text-shadow: 1px 0 0 currentColor !important;
}

.contact .tab-coordonnes .cell.gauche .horaires {
  padding-left: 28px;
  background-position: 0 3px;
  background-repeat: no-repeat;
}

.contact .tab-coordonnes .cell.gauche .contenu {
  padding: 30px 12%;
}

.contact .tab-formulaire .cell.gauche {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  background: url(../images/photo-contact2.jpg) center center no-repeat;
}

.contact .tab-formulaire .cell.droite {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  background: var(--color10);
}

.contact .tab-formulaire .cell.droite .contenu {
  padding: 90px 12%;
}

.contact .tab-formulaire .cell.droite .contenu h2::after {
  left: 0;
  right: 0;
  margin: auto;
}

.contact .plan {
  font-size: 0;
}

.contact .plan .block #googlemapapi,
.contact .plan iframe {
  width: 100% !important;
  height: 550px !important;
}

.contact .coordonnees address p {
  padding: 0 0 10px 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.contact .coordonnees address p.adresse {
  background-image: url(../images/ico-adresse-f.svg);
  background-size: 22px auto;
  background-position: -2px 1px;
}

.contact .coordonnees address p.tel.tel1 {
  margin: 0;
  background-size: 21px auto;
  background-position: -1px 3px;
}

.contact .coordonnees address p.tel.tel2 {
  background-image: url(../images/ico-tel2-f.svg);
  font-weight: 700;
  background-size: 20px auto;
  background-position: -1px 2px;
  font-family: var(--font_family_3);
}

.contact .description-contact {
  padding: 0 0 10px;
}

.contact .formulaire .form-group div.col-md-8,
.contact .formulaire .form-group label.col-md-4 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.contact .formulaire .form-group .col-md-8 {
  width: 100% !important;
}

.contact .formulaire .control-label {
  text-align: left !important;
  font-weight: 400;
}

.contact .formulaire .form-group {
  margin-bottom: 8px;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.contact .formulaire .form-group .form-control {
  background: var(--color2);
  border: 1px solid var(--color1);
  box-shadow: none;
  border-radius: 0;
  width: 100% !important;
  font-size: inherit;
  color: var(--color0);
}

.form-control:focus {
  color: #000;
  background: var(--color2);
}

.contact .formulaire .form-group textarea.form-control {
  height: 109px;
  position: static;
}

.contact .formulaire .form-group input.form-control {
  height: 50px;
  line-height: 1;
  padding: 0 12px;
}

.contact .formulaire input[type="checkbox"] {
  top: 2px;
}

.contact .formulaire .form-group select.form-control {
  height: 50px;
  line-height: 50px;
  padding: 5px 12px;
}

.contact .formulaire .form-group select option {
  background: #f8f8f8 !important;
}

.body-pageseo .contact .formulaire .form-group select option {
  background: var(--color10) !important;
}

#formRecommander .btn-success {
  background-color: var(--color9);
  border-color: var(--color9);
  color: var(--color2);
}

#formRecommander .btn-secondary {
  background-color: var(--color1);
  border-color: var(--color1);
  color: var(--color2);
}

#formRecommander .btn {
  outline: 0;
  border-radius: 0 !important;
  padding: 10px 30px !important;
  letter-spacing: 1px;
}

#modalRecommander .modal-content label {
  font-size: 15px;
  color: var(--color9);
}

.modal-open #modalRecommander.modal {
  font-family: var(--font_family_2) !important;
}

b,
strong {
  font-family: var(--font_family_3);
  font-weight: 700;
}

.atout-texte {
  margin-top: 15px;
  font-size: 21px;
  text-align: center;
  line-height: 22px;
  font-family: var(--font_family_1);
  font-weight: 700;
}

#contactButtonsMobile a,
.sidebar-right {
  font-family: var(--font_family_3) !important;
}

.services-footer a.bouton-principal {
  background-color: var(--color2);
  color: var(--color1);
  border-color: var(--color2);
  padding: 12px 20px;
}

.services-footer li:last-child {
  padding-bottom: 0 !important;
}

.services-footer a.bouton-principal:active,
.services-footer a.bouton-principal:hover {
  background-color: var(--color9);
  color: var(--color2);
  border-color: var(--color9);
}

.zone-map {
  display: flex;
  align-items: center;
}

.zone-map .zone-text {
  margin-bottom: 0;
  color: var(--color2);
  text-align: left;
  font-size: 17px;
  max-width: 50%;
  margin-right: 20px;
}

.zone-map .zone-img-wrapper {
  width: 50%;
  text-align: center;
}

.zone-map .zone-img-wrapper img {
  max-width: 400px;
  width: 100%;
}

.bande_contact_footer input:-webkit-autofill,
.bande_contact_footer input:-webkit-autofill:active,
.bande_contact_footer input:-webkit-autofill:focus,
.bande_contact_footer input:-webkit-autofill:hover,
.contact .tab-formulaire .cell.droite input:-webkit-autofill,
.contact .tab-formulaire .cell.droite input:-webkit-autofill:active,
.contact .tab-formulaire .cell.droite input:-webkit-autofill:focus,
.contact .tab-formulaire .cell.droite input:-webkit-autofill:hover {
  -webkit-box-shadow: none !important;
  -webkit-text-fill-color: var(--color0) !important;
  caret-color: var(--color0) !important;
  transition: background-color 5000s ease-in-out;
}

#modalRecommander .modal-content .form-control:-webkit-autofill,
#modalRecommander .modal-content .form-control:-webkit-autofill:active,
#modalRecommander .modal-content .form-control:-webkit-autofill:focus,
#modalRecommander .modal-content .form-control:-webkit-autofill:hover,
.pageseo input:-webkit-autofill,
.pageseo input:-webkit-autofill:active,
.pageseo input:-webkit-autofill:focus,
.pageseo input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px var(--color2) inset !important;
  -webkit-text-fill-color: var(--color0) !important;
  caret-color: var(--color0) !important;
  transition: background-color 5000s ease-in-out;
}

#modalRecommander .form-control:focus {
  border-color: #555;
  outline: 0;
  box-shadow: none;
}

#modalRecommander .modal-content .close.btn-close {
  color: var(--color9) !important;
  opacity: 1 !important;
  font-family: var(--font_family_2);
  font-weight: 400;
  font-size: 51px !important;
  position: relative;
  bottom: 2px;
}

.copyright-footer img {
  width: 100%;
  height: auto;
  max-width: 200px;
}

.google-avis {
  background: url(../images/footer-bg.jpg) center/cover no-repeat;
  padding: 90px 10%;
}

.google-avis img {
    width: 400px;
}

.google-avis .text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}

.google-avis .h1 {
  margin-top: 0 !important;
  margin-bottom: 50px;
  color: var(--color2);
}

.google-avis a {
  padding: 12px 35px;
  border: 2px var(--color9) solid;
  width: fit-content;
}

.google-avis a:active,
.google-avis a:hover {
  color: var(--color1) !important;
  background-color: var(--color2);
  border: 2px var(--color2) solid;
}

.glyphicon {
  font-size: 13px;
  top: 1px;
}

.info-rgpd p {
  margin-bottom: 0;
  opacity: 1 !important;
}

hr {
  border-top: 1px solid var(--color1);
}

#contactButtonsMobile i {
  position: relative;
  top: 3px;
}

#contactButtonsMobile a {
  background: var(--color9) !important;
  font-weight: 700;
}

#contactButtonsMobile path {
  fill: var(--color2);
}

.copyright h2,
.copyright h3 {
  text-align: left !important;
}

#hero-section {
  display: flex;
  flex-direction: column;
  background: var(--color10);
  height: 50vh;
  min-height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.body-page-1 #hero-section {
  padding-top: 0 !important;
  padding-bottom: 0;
  /* height: calc(100vh - 90px); */
  /* min-height: 667px; */
  height: 100vh !important;
}

#hero-section .bx-pager {
  z-index: 2;
  display: none;
}

#hero-section .bx-wrapper,
#hero-section .bx-wrapper img {
  max-height: 450px;
  z-index: 1;
}

.body-page-1 #hero-section .bx-wrapper,
.body-page-1 #hero-section .bx-wrapper img {
  max-height: 500px;
}

.hero-section-container {
  /* display: flex; */
  /* flex-direction: row-reverse; */
  /* width: 100%; */
  /* margin: auto; */
  padding-right: 0;
  padding-left: 0;
}

.hero-section-slider-wrapper {
  width: 60%;
  position: relative;
  right: 0;
  margin-left: 60px;
}

.hero-section-promo {
  width: 100%;
  /* background: url(../images/shape_2.svg) left center/100% no-repeat; */
  z-index: 10;
  position: absolute;
  top: 45%;
  /* left: 50%; */
  /* transform: translateX(-50%) !important; */
  margin: auto;
}

.hero-section-zone-1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: 0 0;
  /* padding-right: 110px; */
  /* padding-left: 60px; */
}

#hero-section .hero-section-title {
  margin-top: 0;
  font-size: 43px;
  color: var(--color2);
  font-family: var(--font_family_1);
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: none !important;
}

.body-page-1 #hero-section .hero-section-title {
  font-size: 43px;
  line-height: 48px;
}

.body-pageseo #hero-section .hero-section-title {
  font-size: 27px;
  line-height: 30px;
}

#hero-section .hero-section-desc {
  font-size: 23px;
  line-height: 29px;
  margin-bottom: 0;
  margin-top: 10px;
  color: var(--color2);
  font-weight: 400;
  font-family: var(--font_family_2);
}

#hero-section .hero-section-btn {
  position: relative;
  text-decoration: none !important;
  font-family: var(--font_family_3);
  font-weight: 700;
  color: var(--color2);
  background: 0 0;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 35px;
  text-align: left;
  padding-bottom: 17px;
  padding-right: 25px;
}

#hero-section .hero-section-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 71px;
  height: 14px;
  background: url(../images/line_btn.svg) left center/contain no-repeat;
  transition: 0.6s;
}

#hero-section .hero-section-btn:hover::after {
  left: 120px;
  background: url(../images/line_btn_h.svg) left center/contain no-repeat;
}

.m-auto {
  margin: auto !important;
}

.flex-accueil-corps {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.menu-mobile-dynamique li a,
.top-logo {
  display: table-cell;
  vertical-align: middle;
}

.flex-accueil-corps .col-md-6:first-child img {
  margin-bottom: 75px !important;
  max-width: 455px;
  width: 100%;
}

.equipe-2acb {
  padding-top: 70px;
  padding-right: 5%;
  padding-left: 5%;
}

.equipe-2acb h4 {
  font-size: 19px;
  color: var(--color3);
}

.contactButton,
.nav-item-active,
.sidebar-bottom-controls a,
.sidebar-divider-text,
.sidebar-form label,
.sidebar-left a,
.sidebar-right a,
.sidebar-send-button {
  color: var(--color0) !important;
}

.equipe-2acb .membre-equipe:last-child,
.gallery .multiple .ligne-photos .propor {
  margin-bottom: 0;
}

.equipe-2acb img {
  max-height: 280px;
  margin-left: 35px;
}

.equipe-2acb .membre-equipe {
  margin-bottom: 20px;
}

.body-page-1 .fluid-contenu .corps .page-contenu {
  height: 419px;
}

@media (max-width: 1199.98px) {
  .services .cell.droite .contenu ul li {
    max-width: 350px;
    margin-right: 0;
  }

  .before-title {
    font-size: 85px;
  }

  .body-page-1 .corps .before-title img {
    max-height: 90px;
  }

  .services-footer .cell.gauche {
    margin-right: 0;
  }

  .services-footer .cell.droite {
    padding-left: 15px;
  }

  .hero-section-zone-1 {
    padding-right: 100px;
    padding-left: 30px;
  }

  .flex-accueil-corps {
    align-items: center;
  }

  #hero-section .hero-section-title {
    font-size: 33px;
    line-height: 37px;
  }

  .body-page-1 #hero-section .hero-section-title {
    font-size: 34px;
    line-height: 35px;
  }

  .body-pageseo #hero-section .hero-section-title {
    font-size: 24px;
    line-height: 26px;
  }

  #hero-section .hero-section-desc {
    font-size: 19px;
    line-height: 22px;
  }

  #hero-section .hero-section-btn {
    margin-top: 20px;
  }

  #hero-section {
    height: auto !important;
    min-height: auto !important;
    padding-top: 75px !important;
    padding-bottom: 80px !important;
  }

  .atout-texte {
    font-size: 20px;
  }

  .fluid-contenu .corps {
    background: var(--color10);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tete .tel .icones {
    margin-bottom: 1px !important;
  }

  .tete .infos .tel {
    padding-top: 3px;
  }

  .slogan-hero {
    width: 100%;
  }

  .tete .tel.active .t_phone {
    margin-top: -2px;
  }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #8a8a8a !important;
  }

  .services-footer .cell.droite {
    padding-left: 50px;
  }

  .contact .coordonnees address p.adresse,
  .pied address p.adresse {
    background-size: 22px 22px;
  }

  .contact .coordonnees address p.tel.tel1,
  .contact .coordonnees address p.tel.tel2,
  .pied address p.tel.tel1,
  .pied address p.tel.tel2 {
    background-size: 20px 20px;
  }

  .contact .tab-coordonnes .cell.gauche .horaires,
  .pied .horaires {
    background-size: 19px 19px;
  }

  ol li,
  ul li {
    background: url(../images/puce.svg) 0 3px/13px 16px no-repeat;
    background-position-y: 5px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0),
  screen and (-moz-images-in-menus: 0) {
  .form-horizontal select.form-control {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none;
    background-image: url(../images/image-select.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    line-height: normal !important;
    background-size: 18px auto !important;
  }

  .form-horizontal select.form-control option {
    color: inherit;
  }
}

.contact .formulaire .form-group input[name="captcha"] {
  width: 31% !important;
  height: 50px !important;
  display: inline-block;
  float: none !important;
  margin-right: 2% !important;
  vertical-align: top;
}

.contact .formulaire .form-group input[name="captcha"] + a {
  width: 35%;
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
}

.contact .formulaire .form-group #captcha {
  width: 100%;
  height: 50px !important;
  border-radius: 0;
  padding: 0;
}

.contact .formulaire .form-group input.btn-primary {
  width: 30%;
  display: inline-block;
  position: relative;
  float: right;
  outline: 0;
}

.contact .formulaire .form-actions {
  font-size: 12px;
  color: var(--color1);
}

.contact a.btn.btn-default {
  float: right;
}

.body-error404 a.btn.btn-default,
.contact .formulaire input.btn-primary,
.contact a.btn.btn-default {
  padding: 12px 25px;
  font-family: var(--font_family_3);
  font-weight: 700;
  text-transform: none;
  background-color: var(--color9);
  color: var(--color2);
  text-align: center;
  border-radius: 0;
  letter-spacing: 1px;
  font-size: 16px;
  border: none;
  text-decoration: none;
  transition: 0.4s;
  border: 1px var(--color9) solid;
}

.body-error404 a.btn.btn-default:active,
.body-error404 a.btn.btn-default:hover,
.contact .formulaire input.btn-primary:active,
.contact .formulaire input.btn-primary:hover,
.contact a.btn.btn-default:active,
.contact a.btn.btn-default:hover {
  background-color: var(--color1);
  border: 1px var(--color1) solid;
  color: var(--color2);
}

.body-error404 a.btn.btn-default:active,
.body-error404 a.btn.btn-default:hover,
.body-pageseo .contact .formulaire input.btn-primary:active,
.body-pageseo .contact .formulaire input.btn-primary:hover {
  border: 1px var(--color1) solid;
}

::-webkit-input-placeholder {
  color: var(--color0) !important;
}

:-moz-placeholder {
  color: var(--color0) !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: var(--color0) !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: var(--color0) !important;
}

.pageseo ::-webkit-input-placeholder {
  color: var(--color0) !important;
}

.pageseo :-moz-placeholder {
  color: var(--color0) !important;
  opacity: 1 !important;
}

.pageseo ::-moz-placeholder {
  color: var(--color0) !important;
  opacity: 1 !important;
}

.pageseo :-ms-input-placeholder {
  color: var(--color0) !important;
}

.pageseo .formulaire .form-group input[name="captcha"] {
  width: 100% !important;
  margin-right: 0 !important;
  text-align: left !important;
}

.pageseo .formulaire .form-group input[name="captcha"] + a {
  position: absolute;
  width: 140px;
  top: 0;
  right: 0;
  margin-right: 0 !important;
}

.gallery .description-galerie {
  padding: 10px 11% 30px;
  text-align: justify;
}

.gallery .multiple .ligne-photos .col-md-1,
.gallery .multiple .ligne-photos .col-md-2,
.gallery .multiple .ligne-photos .col-md-3,
.gallery .multiple .ligne-photos .col-md-4,
.gallery .multiple .ligne-photos .col-md-6 {
  padding-bottom: 2%;
}

.gallery .multiple .ligne-photos {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gallery .ligne-photos .propor {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.custom-object-fit {
  position: relative;
  background-size: cover;
  background-position: center center;
}

.gallery .ligne-photos .propor:after {
  padding-top: 76%;
  display: block;
  content: "";
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
  -webkit-transform: translateZ(0);
  justify-content: center;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  height: 100%;
  transition: 0.1s ease-in-out;
}

.gallery .nav {
  margin: 0 0 10px;
  text-align: center;
}

.gallery .nav li {
  display: inline-block;
  margin-bottom: 10px;
  background: 0 0;
  padding: 0 10px 0 5px;
}

.gallery .nav li a {
  background: var(--color9);
  display: block;
  color: var(--color2);
  font-size: 15px;
  font-family: var(--font_family_3);
  padding: 7px 20px;
  text-align: center;
  border-radius: 0;
  text-decoration: none;
  font-weight: 700;
  border: 1px var(--color9) solid;
  text-transform: none;
}

.gallery .nav li a:hover,
.gallery .nav li.active a {
  background: var(--color1);
  color: var(--color2);
  border-color: var(--color1);
}

.deploy-right-mail,
.deploy-right-sidebar {
  border-left: 1px var(--color10) solid;
  background-position: center center;
}

.gallery .tab-content {
  padding-top: 0;
  padding-bottom: 0;
}

.gallery .tab-content h2 {
  padding-left: 15px;
  margin-bottom: 20px;
}

.gallery .bas-galerie {
  text-align: center;
  padding: 10px 0 0;
}

.gallery .bas-galerie a.bouton-principal {
  padding-right: 55px !important;
}

.gallery .bas-galerie a.bouton-principal:after {
  background-image: none;
  width: 22px;
  height: 22px;
  content: "+";
  font-family: verdana;
  font-size: 25px;
  position: absolute;
  right: 16px;
  top: 2px;
}

.header-sidebars {
  height: 65px;
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}

.header-sidebars .header-top {
  display: table;
  height: 65px;
  width: 100%;
  box-shadow: 0 3px 5px rgb(57 63 72 / 20%);
}

.top-logo {
  position: relative;
  z-index: 9999;
  text-align: center;
  overflow-y: hidden;
}

.top-logo img {
  position: absolute;
  left: 13px;
  top: 4px;
  max-height: 57px;
  max-width: 225px;
}

.deploy-right-sidebar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color9);
  height: 65px;
  width: 65px;
  position: absolute;
  right: 0;
}

.deploy-right-call,
.deploy-right-mail {
  justify-content: center;
  background-color: var(--color9);
  height: 65px;
  width: 65px;
  position: absolute;
  top: 0;
  display: flex;
}

.deploy-right-mail {
  align-items: center;
  background-repeat: no-repeat;
  right: 65px;
}

.deploy-right-call {
  align-items: center;
  background-size: auto 49%;
  background-position: center 16px;
  right: 130px;
}

.sidebar-scroll-right {
  width: 275px;
  overflow: auto !important;
  overflow-x: hidden !important;
  height: 100%;
  background: var(--color10);
}

.sidebar-right {
  background-repeat: repeat;
  position: fixed;
  overflow: hidden;
  z-index: 99999;
  right: -280px;
  top: 0;
  bottom: 0;
  width: 270px;
  margin-right: 10px;
  box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.1);
}

.sidebar-right a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  color: var(--color10) !important;
  z-index: 1;
}

.sidebar-right-logo {
  margin-left: 84px;
  top: 14px;
  right: 1px;
  max-width: 180px;
  float: inherit;
  max-height: 37px;
  position: relative;
}

.sidebar-divider-text {
  font-size: 20px;
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 15px;
  margin-bottom: 0;
  background: var(--color10);
}

.submenu a:first-child {
  background-image: none !important;
}

.sidebar-header-right {
  height: 65px;
  background: var(--color10);
  position: relative;
}

.close-sidebar-right {
  height: 65px;
  width: 65px;
  margin-left: 0;
  display: block;
}

.sidebar-right .close-sidebar-right {
  position: absolute !important;
  background: var(--color9);
}

.menu-mobile-dynamique {
  margin: 0;
  padding: 0;
  list-style: none inside;
}

.menu-mobile-dynamique li {
  width: 100%;
  margin-bottom: 1px;
  background: 0 0;
  padding-left: 18px;
  background: var(--color9);
}

.menu-mobile-dynamique .sub-menu li {
  background-color: transparent;
  margin-bottom: 0;
}

.menu-mobile-dynamique .sub-menu li a {
  height: 42px;
  text-transform: none;
}

.menu-mobile-dynamique .sub-menu {
  background-image: linear-gradient(to bottom, var(--color1), var(--color1));
  padding-top: 18px;
  padding-bottom: 18px;
  display: none;
}

.menu-mobile-dynamique li.parent {
  background-image: url(../images/gopage.svg);
  background-position: 241px 26.2px;
  background-repeat: no-repeat;
  background-size: 9px auto;
}

.menu-mobile-dynamique li a {
  width: 270px;
  line-height: 16px;
  font-size: 17px;
  -webkit-tap-highlight-color: transparent;
  text-transform: none;
  color: var(--color10);
  height: 60px;
  padding-left: 29px;
  background-position: 6px 20.9px;
}

.menu-mobile-dynamique ul {
  list-style: none inside;
  padding-left: 0;
}

.menu-mobile-dynamique input {
  -webkit-appearance: none;
  border-radius: 0;
}

.menu-mobile-dynamique label {
  display: block;
  overflow: hidden;
  position: relative;
  border: 0;
  vertical-align: baseline;
  outline: 0;
}

.remonter {
  position: fixed;
  z-index: 9999;
  display: none;
  bottom: 10px;
  right: 10px;
  width: 44px;
}

.remonter button {
  display: block;
  padding: 8px;
  text-align: center;
  border: none;
  background: var(--color9);
  border-radius: 0;
}

.badge-optionnel {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/badge-optionnel.png) top right no-repeat;
  width: 139px;
  height: 139px;
}

.icones,
.tete .tel .icones {
  height: 25px;
  fill: var(--color10);
}

.bg-optionnel {
  background: url(../images/bg-optionel.svg) top center/60px auto;
}

.bg-optionnel-gris {
  background: var(--color5) url(../images/bg-optionel-gris.svg) repeat top
    center;
  background-size: 60px auto;
}

.deprecated-ie {
  text-align: center;
  color: #000;
  background: #eee;
}

.deprecated-ie p {
  line-height: 30px;
  margin: 0;
}

.deprecated-ie a {
  line-height: 30px;
  font-family: Helvetica, arial, sans-serif;
  font-size: 13px;
  color: #000;
  text-decoration: underline;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--color9) !important;
}

.bx-pager.bx-default-pager a {
  background-color: var(--color10);
  width: 12px;
  height: 12px;
  background: 0 0;
  border: 1px var(--color10) solid;
  opacity: 1 !important;
}

.vegas-timer-progress {
  background: var(--color9);
}

.icones {
  width: 25px;
  margin: 0;
}

.deploy-right-sidebar .icones {
  width: 24px;
  height: 24px;
}

.menu-mobile-dynamique li a::before {
  display: block;
  content: "❯";
  position: absolute;
  left: 5px;
  font-size: 15px;
  color: var(--color10);
  top: 23px;
}

.btn-partage .icones {
  width: 19px;
  margin: 0;
  height: 19px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  fill: var(--color0);
  transition: 0.4s;
}

.remonter .icones {
  margin: 0 0 -5px;
  fill: var(--color2);
}

.tete .tel .icones {
  width: 24px;
  margin-bottom: -1px;
  margin-right: 6px;
  margin-left: -2px;
}

.btn-partage .btnp:hover .icones {
  fill: var(--color1);
}

footer .btn-partage .btn-insta:hover svg,
footer .btn-partage .btnp:hover .icones {
  fill: var(--color10) !important;
}

footer .btn-partage .btn-ami svg g {
  stroke: var(--color2) !important;
}

footer .btn-partage .btn-ami:hover svg g {
  stroke: var(--color1) !important;
}

.tete .infos.infos_small .btn-partage .icones {
  top: -1px;
}

.newsList {
  float: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}

.newsList .ligne-actus {
  flex: 0 0 auto;
  margin: 0 0 30px;
  float: none;
}

.news .date_post {
  text-align: center;
  color: var(--color2);
  font-weight: 800;
  font-size: 14px;
  font-size: clamp(12px, 0.5vw, 14px);
  line-height: 18px;
  text-transform: uppercase;
  display: block;
  background-color: var(--color1);
  position: absolute;
  left: 0;
  top: 0;
  padding: 7% 4% 4%;
  z-index: 50;
  margin: 0;
}

.news .date_post span {
  display: block;
  line-height: 13px;
  min-width: 84px;
}

.news .date_post .s1 {
  font-size: 50px;
  line-height: 35px;
  padding-bottom: 5px;
  font-size: clamp(40px, 2vw, 50px);
}

.newsList .propor .propor-cont .imagecont .masque {
  background-color: rgba(250, 250, 250, 0.2);
  background-image: none;
}

.newsList .propor {
  overflow: hidden;
}

.newsList .item .h3 {
  color: var(--color10);
  padding: 5px 0 25px;
  margin: 0;
}

.newsList .item .h3 a:hover {
  text-decoration: none;
}

.newsItem .photo img {
  object-fit: cover;
  -o-object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  flex: 1;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.newsItem .photo {
  width: 100%;
  height: 33vw;
  height: clamp(300px, 40vw, 650px);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #f2f2f2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  image-rendering: optimizeQuality;
}

.newsItem .contenu-article {
  padding: 15px 0 0;
  min-height: 200px;
  margin: 0;
}

.newsItem .div-rs {
  margin: 0 auto 40px;
}

.newsItem .div-rs .btn-partage {
  display: inline-block;
  overflow: hidden;
  height: 36px;
  position: relative;
  top: 12px;
}

.newsItem .div-rs .btn-partage .btnp {
  /* background-color: var(--color7); */
}

.newsItem .date_post {
  padding: 5% 3% 3%;
}

.news_avant_apres {
  display: table;
  width: 100%;
  text-align: center;
  margin: 0;
  height: 100%;
}

.news_avant_apres > div {
  display: table-cell;
  float: none;
  padding: 0;
  height: 100%;
}

.news_avant_apres a,
.news_avant_apres a:visited {
  padding: 15px 30px;
  color: var(--color1);
  text-decoration: none;
  border: 1px solid var(--color7);
  display: block;
  height: 100%;
  font-family: var(--font_family_1);
  font-weight: 700;
  text-transform: uppercase;
}

.news_avant_apres a:focus,
.news_avant_apres a:hover {
  border-color: var(--color6);
  text-decoration: none;
}

.news_avant_apres > div:last-child {
  right: -5px;
}

.news_avant_apres a:focus b,
.news_avant_apres a:hover b {
  text-decoration: none;
  color: var(--color1);
}

.navButtons,
.navButtons:visited {
  padding: 0 0 10px;
  color: var(--color10);
  transition: 0.8s;
  text-decoration: none;
  display: block;
}

.news_avant_apres a:focus span,
.news_avant_apres a:hover span {
  color: var(--color10);
  text-decoration: none;
}

a.return-to-news,
a.return-to-news:link,
a.return-to-news:visited {
  text-decoration: none;
  font-family: var(--font_family_1);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color10);
}

a.return-to-news:focus,
a.return-to-news:hover {
  text-decoration: underline;
  color: var(--color10);
}

.pagination > li {
  background: 0 0;
  padding-left: 0;
}

.pagination > li > a,
.pagination > li > span {
  color: var(--color1);
  border-color: var(--color6);
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: var(--color0);
  background-color: var(--color1);
  border-color: var(--color1);
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: var(--color1);
  background-color: var(--color7);
}

@media (min-width: 768px) {
  .dispaly_flex {
    display: flex;
  }

  .flex_child_2 {
    flex: 2;
  }

  .flex_child_1 {
    flex: 1;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .lightboxOverlay {
    overflow: scroll;
  }

  .lightboxOverlay::-webkit-scrollbar {
    width: 0;
  }
}

@media (max-width: 991px) {
  .banniere .mySwiper-bann img{height:50vh;}
  form#contact_5 .col-md-6{padding:0;}
  .hero-section-promo{top:5%;}
  .hide-print.banniere:before{height:50vh;}
  .lb-next,
  .lb-prev {
    opacity: 1 !important;
  }

  .services .cell.droite .contenu ul li,
  .zone-map .zone-img-wrapper img {
    max-width: 280px;
  }

  .certifs {
    padding: 80px 10%;
  }

  .equipe-2acb,
  .flex-accueil-corps .col-md-6 {
    padding-right: 0;
    padding-left: 0;
  }

  .body-page-1 .fluid-contenu .corps .page-contenu {
    height: auto;
  }

  .flex-accueil-corps {
    flex-direction: column;
  }

  .flex-accueil-corps .img-responsive {
    max-width: 470px;
    width: 100%;
    padding-bottom: 15px;
  }

  .flex-accueil-corps .col-md-6:first-child img {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    max-width: 300px;
  }

  .body-page-1 .corps .titre-secondaire,
  .body-page-1 .corps h1 {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }

  .body-page-1 .corps .before-title {
    left: 0;
    right: 0;
  }

  .body-page-1 .corps a.bouton-principal,
  .body-page-1 .corps button.bouton-principal {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }

  .body-page-1 .corps .before-title img,
  .certifs .sudo-slider .slide img {
    max-height: 85px;
  }

  .contact .form-horizontal .checkbox input {
    top: 2px;
  }

  .fix-margin-body {
    margin-top: 0 !important;
  }

  #hero-section {
    /* padding-top: 28px !important; */
    /* padding-bottom: 28px !important; */
    overflow: hidden;
  }

.body-page-1 #hero-section {
    height: 50vh !important;
}

  #hero-section .hero-section-title {
    font-size: 26px;
    line-height: 30px;
  }

  .zone-map .zone-text {
    font-size: 16px;
    text-align: left;
  }

  .zone-map .zone-img {
    height: 270px;
  }

  .equipe-2acb img {
    max-height: 230px;
  }

  .equipe-2acb h3 {
    font-size: 22px;
  }

  .before-title {
    font-size: 80px;
  }

  .pied .scrollbars {
    height: 100px;
  }

  .hero-section-zone-1 {
    padding-right: 30px;
    padding-left: 15px;
  }

  .hero-section-slider-wrapper {
    right: 0;
    margin-left: 30px;
  }

  .h1::after,
  h1::after {
    bottom: -20px;
  }

  .services-footer {
    min-height: 20vh;
  }

  .gallery .ligne-photos .propor .propor-cont .imagecont,
  .recup-photos .propor .propor-cont .imagecont {
    border: 0 !important;
  }

  .body-page-1 #hero-section .hero-section-title {
    font-size: 27px;
    line-height: 29px;
  }

  #hero-section .hero-section-btn::after,
  .body-error404 a.btn.btn-default,
  .btn-partage .btnp,
  .contact .formulaire input.btn-primary,
  .contact a.btn.btn-default,
  .cta-accueil a,
  .hvr-shutter-out-horizontal {
    transition: none !important;
  }

  .body-pageseo #hero-section .hero-section-title {
    font-size: 20px;
    line-height: 22px;
  }

  #hero-section .bx-wrapper,
  #hero-section .bx-wrapper img {
    max-height: 250px;
  }

  .body-page-1 #hero-section .bx-wrapper,
  .body-page-1 #hero-section .bx-wrapper img {
    max-height: 100%;
  }

  #hero-section .hero-section-desc {
    font-size: 17px;
    margin-top: 11px;
    line-height: 20px;
  }

  #hero-section .hero-section-btn {
    margin-top: 12px;
    transition: none !important;
    font-size: 15px;
  }

  .contact .formulaire .form-group > label.control-label {
    display: block;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateZ(0);
    bottom: 11px;
    position: relative;
    font-size: 0;
    color: var(--color9);
  }

  .contact .formulaire .form-group > label.focus {
    bottom: auto;
    font-size: var(--taille_font);
    padding-top: 5px;
  }

  .container {
    max-width: none;
    width: auto;
  }

  .centerservice2,
  .fluid-contenu {
    margin: 0 !important;
  }

  .centerservice {
    margin: 0 25% !important;
  }

  .contact .formulaire .form-group .col-md-4,
  .contact .formulaire .form-group .col-md-8 {
    width: 100% !important;
  }

  .contact .formulaire .form-group input[name="captcha"] {
    width: 100% !important;
    margin-right: 0 !important;
    text-align: left !important;
  }

  .contact .formulaire .form-group input[name="captcha"] + a {
    position: absolute;
    width: 140px;
    top: 1px;
    right: 1px;
    margin-right: 0 !important;
  }

  .lb-prev {
    background: url(../images/lightbox-g.png) left 48% no-repeat;
  }

  .lb-next {
    background: url(../images/lightbox-d.png) right 48% no-repeat;
  }

  .video-accueil {
    position: static;
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .banniere {
    height: 25vh !important;
    position: static;
  }

  .body-page-1 .banniere {
    height: 50vh !important;
  }

  .pied .bande1 {
    padding: 30px 10% 55px;
  }

  .prestation .cell.texte .contenu {
    padding: 60px 15px;
  }

  .contact .tab-coordonnes .cell.gauche .contenu {
    padding: 50px 7% 30px;
  }

  .certifs .logo-certif img {
    background-size: contain;
  }

  .center-slogan {
    max-width: 80%;
    align-items: center !important;
  }

  .cta-accueil {
    margin-top: 20px;
  }

  .slogan .titre {
    font-size: 31px;
    line-height: 39px;
  }

  .body-pageseo .slogan .titre {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }

  .body-page-1 .slogan .titre {
    font-size: 35px !important;
    line-height: 40px !important;
    text-align: center;
  }

  .slogan .sous-titre {
    font-size: 21px;
    line-height: 25px;
    margin-top: 10px;
  }

  .gallery .description-galerie {
    padding: 0 0 40px;
    text-align: justify;
  }

  .gallery .ligne-photos .propor .propor-cont img,
  .recup-photos .propor .propor-cont .imagecont img {
    filter: none !important;
  }

  .body-error404 a.btn.btn-default,
  .contact .formulaire input.btn-primary,
  .contact a.btn.btn-default {
    background-position: left 95% center;
  }

  .slogan {
    margin-top: 0;
    align-items: center !important;
  }
}

@media (max-width: 767px) {
  .contact .plan .block #googlemapapi,
  .contact .plan iframe,
  .services .cell.gauche {
    height: 250px !important;
  }

  .modal-header .h1 {
    font-size: 23px !important;
  }

  .intervention ul li {
    background: url(../images/puce2.svg) 0 0/13px auto no-repeat;
  }

  .zone-map .zone-img-wrapper img {
    max-width: 250px;
  }

  .service-plus-item h3 {
    font-size: 22px;
  }

  .service-plus-item {
    width: 100%;
    margin-bottom: 15px;
  }

  .service-plus-item p {
    font-size: 14px;
  }

  .certifs .sudo-slider .slide img,
  .service-plus-item img {
    max-height: 80px;
  }

  .service-plus-item:last-child,
  .service-plus-item:last-child p {
    margin-bottom: 0;
  }

  .services-plus {
    flex-direction: column;
    padding: 40px 15px 0;
  }

  .services .cell.droite .contenu ul {
    background: url(../images/shape.svg) no-repeat center right -15px/100% var(--color10);
  }

  .services .cell.droite .contenu ul li {
    max-width: 300px;
    margin-right: auto;
  }

  .flex-accueil-corps .img-responsive {
    max-width: 220px !important;
    width: 100%;
    padding-bottom: 0;
  }

  .zone-map .zone-text {
    font-size: 14px;
    text-align: left;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .pied .btn-like,
  .pied .btn-partage,
  .pied .btn-partage a {
    text-align: center;
  }

  .zone-map {
    flex-direction: column;
  }

  .zone-map .zone-img-wrapper {
    width: 100%;
  }

  .equipe-2acb {
    padding-top: 50px;
    padding-right: 0;
    padding-left: 0;
  }

  #hero-section .hero-section-slider-wrapper::before,
  .contact .tab-formulaire .cell.gauche,
  .equipe-2acb .clearfix {
    display: none;
  }

  .equipe-2acb img {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    max-height: 226px;
  }

  .equipe-2acb h3 {
    font-size: 20px;
  }

  .equipe-2acb h4 {
    font-size: 17px;
    line-height: 20px;
  }

  .before-title {
    display: none !important;
  }

  #hero-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .hero-section-zone-1 {
    padding: 20px 15px;
  }

  .gallery .bas-galerie a.bouton-principal:after {
    top: 0;
  }

  .btn-service a.bouton-principal,
  .btn-service button.bouton-principal {
    font-size: 15px;
  }

  .contact .formulaire .form-group input.btn-primary {
    width: 100%;
    margin-top: 8px;
    float: none;
  }

  .gallery .ligne-photos .propor .propor-cont .imagecont .masque,
  .recup-photos .propor .propor-cont .imagecont .masque {
    background: 0 0 !important;
  }

  .h1::after,
  h1::after {
    bottom: -15px;
    width: 80px;
  }

  #hero-section .hero-section-title {
    font-size: 26px;
    line-height: 30px;
  }

  .body-page-1 #hero-section .hero-section-title {
    font-size: 27px;
    line-height: 29px;
  }

  .body-pageseo #hero-section .hero-section-title {
    font-size: 17px;
    line-height: 19px;
  }

  #hero-section .hero-section-desc {
    font-size: 16px;
    margin-top: 8px;
    line-height: 22px;
  }

  #hero-section .bx-wrapper,
  #hero-section .bx-wrapper img {
    max-height: 300px !important;
  }

  .hero-section-container {
    flex-direction: column-reverse;
    padding-right: 0;
    padding-left: 0;
  }

  .pad-xs,
  .pad-xs-r {
    padding-right: 15px !important;
  }

  .pad-xs,
  .pad-xs-l {
    padding-left: 15px !important;
  }

  .hero-section-slider-wrapper {
    width: 100%;
    right: 0;
    margin-left: 0;
  }

  .hero-section-promo {
    width: 100%;
    /* background: url(../images/shape_2.svg) left -15px center/100% no-repeat; */
    /* min-height: 130px; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    top: 3%;
  }

  .corps {
    --taille_font: 14px;
    font-size: var(--taille_font);
  }

  .nopad-xs,
  .nopad-xs-l {
    padding-left: 0 !important;
  }

  .nopad-xs,
  .nopad-xs-r {
    padding-right: 0 !important;
  }

  .centerservice,
  .centerservice2 {
    margin: 0 !important;
  }

  .h1,
  .prestation .cell.texte .contenu .h1,
  h1 {
    margin-bottom: 30px;
  }

  .gallery .ligne-photos,
  .realisations,
  .recup-photos {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .h1,
  h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .google-avis .h1 {
    margin-bottom: 40px;
  }

  .gallery .nav li,
  .realisations .propor,
  .recup-photos .propor {
    margin-bottom: 5px;
  }

  .contact .tab-formulaire .cell.droite .contenu,
  .google-avis {
    padding: 55px 15px;
  }

  .titre-secondaire {
    font-size: 18px;
    line-height: 21px;
    padding-top: 5px;
  }

  ol li,
  ul li {
    background: url(../images/puce.svg) 0 1px/13px auto no-repeat;
  }

  .center-slogan {
    max-width: 100%;
  }

  .cta-accueil {
    font-size: 14px;
    margin-top: 10px;
  }

  .cta-accueil .cta-collection {
    margin-top: 6px;
    width: 170px;
    height: 50px;
  }

  .slogan .titre {
    font-size: 26px;
    line-height: 28px;
  }

  .body-pageseo .slogan .titre {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

  .body-page-1 .slogan .titre {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .slogan .sous-titre {
    font-size: 18px;
    line-height: 21px;
  }

  .fluid-contenu .corps {
    padding: 50px 15px;
    background: var(--color10);
  }

  .gallery .ligne-photos .col-md-1,
  .gallery .ligne-photos .col-md-2,
  .gallery .ligne-photos .col-md-3,
  .gallery .ligne-photos .col-md-4,
  .gallery .ligne-photos .col-md-6,
  .realisations .col-md-3,
  .recup-photos .col-md-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .newsList .recup-photos {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .certifs {
    display: block;
    padding: 50px 15px 60px;
  }

  .atout-texte {
    font-size: 19px;
  }

  .certifs .cell.gauche,
  .contact .tab-coordonnes .cell.centre,
  .contact .tab-coordonnes .cell.droite {
    display: block;
    width: 100%;
  }

  .certifs .cell.gauche .contenu {
    padding: 30px 15px 40px;
  }

  .certifs .cell.droite {
    display: block;
    width: 100%;
    padding: 0 15px 30px;
  }

  .certifs .cell.droite .bg-noir {
    padding: 40px 0;
  }

  .cont-slider .controls {
    bottom: -20px;
  }

  .contact .tab-coordonnes,
  .news_avant_apres,
  .news_avant_apres > div,
  .services {
    display: block;
  }

  .body-service-list .services {
    margin-top: 50px;
  }

  .services .cell.gauche {
    display: block;
    width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
  }

  .services .cell.droite {
    display: block;
    width: 100%;
    padding-left: 0;
  }

  .services .cell.droite .contenu {
    padding: 40px 15px;
    clear: both;
  }

  .realisations {
    display: block;
  }

  .realisations .titre-secondaire {
    display: inline-block;
    width: 100%;
  }

  .AvisClientsBg .contenu,
  .actualites .cell.texte .contenu,
  .bande_contact_footer,
  .prestation .cell.texte .contenu,
  .realisations .contenu {
    padding: 50px 15px;
  }

  a.bouton-principal,
  button.bouton-principal {
    padding: 10px 20px !important;
    font-size: 15px;
  }

  .body-page-1 .corps a.bouton-principal,
  .body-page-1 .corps button.bouton-principal {
    margin: 15px auto 30px;
  }

  .intervention .contenu {
    padding: 50px 15px 55px;
  }

  .AvisClientsBg,
  .contact .coordonnees {
    padding: 0;
  }

  .pied .bande1 {
    padding: 25px 15px 45px;
  }

  .pied .bande2 {
    padding: 15px 15px 70px;
  }

  .pied .horaires {
    padding-bottom: 5px;
  }

  .pied .btn-like {
    padding: 0 0 15px;
  }

  .pied .btn-partage {
    padding: 5px 0 0;
  }

  .body-contact .fluid-contenu .corps,
  .body-gallery-4 .fluid-contenu .corps {
    padding: 50px 0 0;
  }

  .body-gallery-4 .fluid-contenu .corps {
    padding: 50px 0;
  }

  .contact .tab-coordonnes .cell.gauche {
    display: block;
    width: 100%;
    border: none;
  }

  .contact .tab-coordonnes .cell.gauche .contenu {
    padding: 20px 15px 45px;
  }

  .contact .tab-formulaire {
    display: block;
    position: static;
  }

  .contact .tab-formulaire .cell.droite {
    display: block;
    vertical-align: top;
    width: 100%;
  }

  .actualites,
  .prestation {
    display: block;
    min-height: none;
  }

  .actualites .cell.photo,
  .prestation .cell.photo {
    display: block;
    width: 100%;
    height: 220px;
  }

  .actualites .cell.texte,
  .prestation .cell.texte {
    display: block;
    width: 100%;
    clear: both;
  }

  .gallery .ligne-photos .propor {
    margin-bottom: 10px;
  }

  .gallery .nav li {
    background: 0 0;
  }

  .gallery .description-galerie {
    padding: 10px 0 20px;
    text-align: justify;
  }

  .services-footer .cell.droite .contenu {
    padding-bottom: 0;
  }

  .scrollbars {
    width: 100%;
    height: auto;
  }

  .news_avant_apres > div:last-child {
    right: 0;
  }

  .news_avant_apres > div {
    margin: 0 0 5px;
  }

  .contact .coordonnees address p.adresse {
    background-position: 0 0;
  }

  .contact .coordonnees address p.tel.tel1 {
    background-position: 1px 1px;
  }

  .contact .coordonnees address p.tel.tel2 {
    background-position: 1px 0;
  }

  .contact .tab-coordonnes .cell.gauche .horaires {
    background-position: 1px 2px;
  }

  .body-pageseo .fluid-contenu h1 {
    font-size: 20px;
    line-height: 23px;
    max-width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pad-sm,
  .pad-sm-l {
    padding-left: 15px !important;
  }

  .pad-sm,
  .pad-sm-r {
    padding-right: 15px !important;
  }

  .google-avis .h1,
  .h1,
  h1 {
    margin-bottom: 40px;
  }

  .nopad-sm,
  .nopad-sm-l {
    padding-left: 0 !important;
  }

  .nopad-sm,
  .nopad-sm-r {
    padding-right: 0 !important;
  }

  .scrollbars {
    height: 240px;
  }

  .body-contact .fluid-contenu .corps {
    padding: 60px 0 0;
  }

  .h1,
  h1 {
    font-size: 31px;
    line-height: 35px;
  }

  .body-pageseo .fluid-contenu h1 {
    font-size: 22px;
    line-height: 25px;
  }

  .titre-secondaire {
    line-height: 26px;
  }

  .gallery .description-galerie {
    padding: 0 0 30px;
    text-align: justify;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .gallery .description-galerie {
    padding: 0 0 40px;
    text-align: justify;
  }

  .tete .infos {
    height: auto;
    padding: 40px 30px 2px;
  }

  .btn-descendre {
    top: -165px;
  }

  .slogan .titre {
    font-size: 37px;
    line-height: 46px;
  }

  .slogan .sous-titre {
    font-size: 26px;
    line-height: 32px;
  }

  .contact .coordonnees {
    padding: 0;
  }

  .contact .formulaire .form-group input.btn-primary {
    width: 100%;
    margin-top: 8px;
    float: none;
  }
}

.infinite-scroll .chargement {
  background: url(../images/chargement.gif) center top no-repeat
    rgba(0, 0, 0, 0);
  bottom: 0;
  display: none;
  height: 32px;
  left: 50%;
  margin-left: -16px;
  position: absolute;
  width: 32px;
}

.g-recaptcha {
  float: left;
}

#g-recaptcha-response {
  left: 12px;
  position: relative;
  display: block !important;
  top: -45px;
  opacity: 0 !important;
  margin: 0 !important;
  height: 10px !important;
}

@media (max-width: 445px) {
  .deploy-right-sidebar .icones,
  .icones {
    width: 22px;
    height: 22px;
  }

  .deploy-right-call,
  .deploy-right-mail,
  .deploy-right-sidebar,
  .sidebar-right .close-sidebar-right {
    width: 60px;
  }

  .deploy-right-call {
    right: 120px;
  }

  .deploy-right-mail {
    right: 60px;
  }
}

@media print {
  @page {
    size: portrait;
    margin: 2cm;
  }

  body {
    background-color: var(--color0);
    font-family: Serif;
    font-size: 10pt;
  }

  a:after {
    content: " [" attr(href) "] ";
  }

  h1,
  h2,
  h3 {
    font-family: verdana, serif;
  }

  .hide,
  .hide-print {
    display: none;
  }

  .clear {
    clear: both;
  }

  div[class^="col-"] {
    width: 100%;
  }

  .gallery .ligne-photos div[class="col-md-2"] {
    width: 16.666666666667%;
  }

  .gallery .ligne-photos div[class="col-md-3"] {
    width: 25%;
  }

  .gallery .ligne-photos div[class="col-md-4"] {
    width: 33%;
  }

  .gallery .ligne-photos div[class="col-md-6"] {
    width: 50%;
  }
}

@media (min-width: 1800px) {
  #hero-section {
    /* max-height: 800px; */
  }

  .zone-map .zone-img {
    height: 350px;
  }
}

@media (max-width: 500px) {
  .services .cell.droite .contenu ul li {
    max-width: 270px;
    margin-right: 0;
  }

  .top-logo img {
    top: 10px;
    max-width: 131px;
    left: 10px;
  }
}
