
:root {
  --main-color: #e9212e;
  --secondary-color: #22b0a6;
  --main-color-dark: #000;
  --main-color-light: #fff;
  --h1-size: clamp(30px, 3vw, 40px);
  --font-size: clamp(15px, 0.9vw, 17px);
  --font-color: #141414;
  --main-font: "Roboto", sans-serif;
  --heading-font: "RobotoSlab-Bold", serif;
}
body,
html {
  height: 100%;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
}
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;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  object-fit: cover;
}
ol,
ul {
  list-style-position: inside;
  padding-left: 0;
  list-style-type: none;
  list-style-image: none;
}
dir,
menu {
  padding-left: 15px;
}
blockquote p {
  font-size: inherit;
}
table,
table td,
table th {
  font-size: inherit;
  border: 1px solid #7c7c7c;
}
article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
iframe {
  border: none;
}
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.nopad {
  padding-left: 0;
  padding-right: 0;
}
.nopad-l {
  padding-left: 0;
}
.nopad-r {
  padding-right: 0;
}
.nomargin {
  margin: 0;
}
.hide {
  display: none;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.justify {
  text-align: justify;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.bold {
  font-weight: 700;
}
.underline {
  text-decoration: underline;
}
.relative {
  position: relative;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.noflicker {
  -webkit-transform: translateZ(0);
}
.retrait {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.transition {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateZ(0);
}
.cover {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.contain {
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}
.row.row-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.row.row-flex-no-align {
  display: flex;
  flex-wrap: wrap;
}
.row.row-flex-normal {
  display: flex;
  align-items: center;
}
.row.row-flex [class*="col-"] {
  margin: 0 -0.3px;
}
.row.row-flex-no-align [class*="col-"] {
  margin: 0 -0.3px;
}
.row.row-flex-normal [class*="col-"] {
  margin: 0 -0.3px;
}
hr.trait {
  height: 1px;
  margin: -0.5em 0;
  padding: 0;
  color: #e0e0e1;
  background-color: #e0e0e1;
  border: 0;
}
.page-contenu {
  position: relative;
}
.page-contenu img {
  margin: 10px;
}
.btn.text-right {
  float: right;
}
.video-place img {
  margin: 0;
}
body {
  color: var(--font-color);
  font-family: var(--main-font);
  font-weight: 300;
  font-size: var(--font-size);
  background: var(--main-color-light);
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form-contact-ms {
  display: block;
  width: 100%;
  position: relative;
  z-index: 8000;
  background-color: #000000d6;
  color: #fff;
  padding: 5rem 25%;
  margin: 0rem 0 6rem;
  border-radius: 5px;
}

.form-contact-ms h3 {
  margin-bottom: 40px;
  font-size: 37px;
}

body.body-gallery.body-gallery-50 img {
}
a,
a:visited {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
  color: inherit;
}
a:focus {
  color: inherit;
}
blockquote {
  border-color: var(--main-color);
}
::selection {
  color: var(--main-color);
  background: 0 0;
}
::-moz-selection {
  color: var(--main-color);
  background: 0 0;
}
.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem 0;
  font-weight: 300;
}
.h1,
h1 {
  font-size: var(--h1-size);
  margin: 0 0 2em 0;
  padding: 0;
  position: relative;
  padding-left: 25px;
}
.h2,
h2 {
  font-size: calc(var(--h1-size) - 0.5em);
}
h3 {
  font-size: calc(var(--h1-size) - 0.8em);
}
h4,
h5,
h6 {
  font-size: calc(var(--h1-size) - 1em);
}
.h1 span,
h1 span {
  font-size: 80%;
  display: block;
  text-transform: none;
  margin-top: 0.4rem;
}
span.titre-secondaire {
  font-size: 60%;
}
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;
  font-family: inherit;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
  color: inherit;
}
.h1:before,
h1:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 3px solid var(--main-color);
}
.sidebar-scroll-right .callTracker {
  width: 100%;
  height: 50px;
}
.callTracker {
  position: relative;
}
.callTracker a,
.callTracker span {
  display: inline-block;
  text-align: left;
  min-width: 145px;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
  line-height: 1.64em;
  text-decoration: none;
}
.nav-rs .callTracker i {
  display: none;
}
.callTracker {
  cursor: pointer;
}
header .callTracker a,
header .callTracker span {
  top: 5px;
}
header .callTracker .t_affiche {
  font-size: 90%;
}
.callTracker i {
  margin-right: 1em;
  color: var(--main-color);
  width: 1em;
}
.coordonnees .callTracker a,
.pied .callTracker a {
  position: relative;
  left: 0;
}
.pied .callTracker span.t_affiche {
  font-weight: 700;
  text-decoration: underline;
}
.main-page {
  position: relative;
  overflow: hidden;
}
.tete {
  position: fixed;
  z-index: 9999;
  width: 100%;
  z-index: 8000;
  padding: 2em 10vw;
}
.tete.fixed {
  position: fixed;
  width: 100%;
  padding: 0 10vw;
  top: 0;
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.1);
  background-color: #000000de;
}
.tete.fixed .logo-site {
  max-width: 185px;
}
.tete .logo-site {
  margin: 0;
  transition: all ease-in-out 0.3s;
}
.tete .tel {
  margin: 0;
}
.header-slideshow {
  height: 100vh;
}
.header-slideshow::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header-slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner {
  position: relative;
  height: 600px;
  color: var(--main-color-light);
}

.flex-ms-intern {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  align-content: center;
}

.flex-ms-intern .place-btn.btn-intern-ms {
  margin-top: 1em;
}

.logo-ms {
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 18px;
  background: #332879;
  border-radius: 12px;
  height: auto;
  width: 334px;
}

.body-page-1 .logo-ms {
  height: auto;
  width: 334px;
}
.banner .place-title-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  padding: 4em 10vw 1em 10vw;
  display: flex;
  align-items: center;
}
.banner .place-title-banner h1 {
  margin: 0;
  font-size: clamp(36px, 2.5vw, 70px);
  font-weight: 700;
  padding: 0;
}
.banner .place-title-banner h1::before {
  display: none;
}
.banner img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.logo-ms img {
  object-fit: contain;
  margin: 0 0 1vh;
  width: 100%;
  position: relative;
}
.banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgb(0 0 0 / 30%);
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.navh {
  margin: 0;
  position: relative;
}
.navh .menu_principal {
  margin: 0;
  padding: 0;
  list-style: outside none;
  display: flex;
  justify-content: flex-end;
}
.navh .menu_principal > li {
  position: relative;
  text-align: center;
  padding: 1.1em 0;
  margin-right: 1.5vw;
}
.navh .menu_principal > li:last-child {
  margin-right: 0;
}
.navh .menu_principal a,
.navh .menu_principal a:visited {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: var(--main-color-light);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navh .menu_principal a:focus::before,
.navh .menu_principal a:hover::before,
.navh .menu_principal li.active > a::before {
  width: 100%;
}
.navh .menu_principal a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: var(--main-color-light);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
}
.navh .menu_principal li.active > a:hover {
  cursor: default;
}
.theSub {
  display: inline-block;
  padding: 0 0 0 5px;
  font-size: 85%;
}
.menu_catalog,
.menu_principal ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 250px;
  position: absolute;
  left: 0;
  top: 3.7em;
  background: #000000de;
  z-index: 99;
  transform: translate(20px, 0);
  transition: all 0.3s ease-out;
}
.menu_principal ul li {
  display: block;
  float: none;
  background: 0 0;
  margin: 0;
  padding: 0;
  position: relative;
}
.menu_principal ul > li > a {
  font-size: 90%;
  display: block;
  color: #fff;
  text-transform: none !important;
  text-align: left;
  padding: 1rem;
  border-bottom: 1px solid #ffffff14;
}
.menu_principal ul > li:last-child > a {
  border: 0;
}
.menu_principal li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.menu_principal ul ul {
  left: 250px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 0.3s ease-out;
}
.menu_principal li > ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.fluid-slider {
  position: relative;
}
.fluid-slider .slogan {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 0 10vw;
  padding-top: 0em;
  display: flex;
  align-items: center;
  color: var(--main-color-light);
}

.slogan:after {
  /* content: ''; */
  position: absolute;
  background-image: url("../images/logo-qualiopi-2024.png");
  background-color: #fff;
  height: 120px;
  width: 197px;
  left: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 5px;
}
.fluid-slider .slogan p {
  font-size: clamp(37px, 3vw, 70px);
  font-weight: 700;
  margin: 0;
}.logo-ms p {
    font-size: 12px !important;
    padding: 6px 0;
    font-weight: bold;
    font-family: var(----main-font);
}
.fluid-slider .slogan p span {
  font-size: 70%;
  font-weight: 300;
  display: block;
}
.fluid-slider .slogan a.bouton-principal {
  margin: 0.5vh 0;
  text-transform: none;
  max-width: 11vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 23px 0 23px;
  margin-right: 2em;
  width: 100%;
  text-transform: uppercase;
}.body-page-1 .place-btn.sal-animate {
    display: flex;
    justify-content: flex-start;
}
.fluid-slider .slogan a.bouton-principal:first-child {
  background-color: var(--secondary-color);
}
.fluid-slider .slogan a.bouton-principal:first-child:hover {
  background-color: var(--main-color);
}
.fluid-slider .slogan a.bouton-principal i {
  margin-left: 0.5em;
  font-size: 10px;
}
.home-img {
  position: relative;
  z-index: 1;
}
#home .home-img:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  top: 20px;
  left: -20px;
  border: 3px solid var(--main-color);
  z-index: -1;
}
#home .home-content {
  padding-left: 3em;
  width: 65%;
  height: max-content;
}
#home .home-content h1 {
  margin-bottom: 1em;
}
.nav-rs {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
  padding: 0;
  z-index: 9000;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
.nav-rs.on {
  right: 425px;
}
.nav-rs li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  width: 220px;
  height: 45px;
  background: var(--main-color);
  z-index: 80;
  float: right;
  clear: both;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  position: relative;
  margin-right: -174px;
  background-size: 30px;
  margin-bottom: 3px;
  padding-left: 50px;
  color: var(--main-color-light);
}
.nav-rs li a {
  text-decoration: none;
  display: block;
}
.nav-rs li .callTracker a,
.nav-rs li .callTracker span {
  min-width: 100% !important;
}
.nav-rs li p {
  margin: 0;
}
.nav-rs li .btn-partage a {
  display: inline-block;
  margin: 0 0.3em;
}
.nav-rs li a:hover {
  text-decoration: underline;
}
.nav-rs li::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50px;
  background: var(--main-color);
  opacity: 0.2;
}
.nav-rs li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0ac";
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1em;
}
.nav-rs li:nth-child(1)::after {
  content: "\f1e0";
}
.nav-rs li:nth-child(2)::after {
  content: "\f879";
}
.nav-rs li:nth-child(3)::after {
  content: "\f007";
}
.nav-rs li:focus,
.nav-rs li:hover {
  background-color: var(--secondary-color);
  margin-right: 0;
  color: var(--main-color-light);
}
.nav-rs li:focus::after,
.nav-rs li:hover::after {
  color: var(--main-color-light);
}
.nav-rs li:nth-child(1) {
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}

.nav-rs li:nth-child(1) .btn-partage {
  display: flex;
  gap: 14px;
}
.nav-rs li:nth-child(2) {
  text-decoration: none;
  color: var(--main-color-light);
}
.nav-rs li a {
  text-decoration: none;
}
.nav-rs li a:hover {
  text-decoration: underline;
}
.btn-descendre span {
  width: 71px;
  height: 40px;
  background: url(../images/dot2.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  overflow: hidden;
  text-indent: 300px;
  white-space: nowrap;
  position: relative;
  left: 0;
  right: 0;
  margin: -4px auto;
}
.btn-descendre {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  margin-top: 30px;
}
.btn-descendre {
  position: absolute;
  bottom: 2em;
  margin-top: 0;
  text-align: center;
  left: 0;
  color: #fff !important;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 40px;
  padding-top: 10px;
  z-index: 100;
  opacity: 0.4;
}
.btn-descendre span {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.btn-descendre span:nth-child(2) {
  animation-delay: 0.2s;
}
.btn-descendre span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.fluid-contenu {
  position: relative;
  z-index: 800;
}
.fluid-contenu .corps {
  padding: 5em 10vw;
}
.fluid-contenu .corps ol li,
.fluid-contenu .corps ul li {
  background: url(../images/puce.svg) no-repeat 0 3px;
  padding-left: 15px;
}
ol li.niveau2,
ul li.niveau2 {
  margin-left: 30px;
}
.products {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5em;
  position: relative;
}
.products .products-content {
  padding: 5em 10vw 0;
}
.contain-reali {
  position: relative;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
}
.block-reali {
  position: relative;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
}
.block-reali li {
  position: relative;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.block-reali li a {
  text-decoration: none;
  vertical-align: middle;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  padding: 1rem;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.block-reali li:hover a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.block-reali li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0) 80%
  );
  z-index: -1;
}
.block-reali li a span {
  color: #fff;
  font-size: 150%;
  font-weight: 300;
}
.block-reali li a span small {
  font-size: var(--font-size);
  opacity: 0.77;
  text-transform: none;
  display: block;
}
ul.block-reali.block-reali-01 li a {
  height: 100%;
}
ul.block-reali.block-reali-01 li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -2;
  transform: scale(1);
  filter: blur(0);
}
ul.block-reali {
  display: grid;
  grid-gap: 10px;
  grid-template-rows: [row] auto [row] auto [row];
  width: 100%;
}
@media (max-width: 900px) {
  ul.block-reali {
    display: flex;
    flex-wrap: wrap;
  }
}
ul.block-reali li {
  height: 500px;
  overflow: hidden;
}
ul.block-reali li * {
  transition: all ease-in-out 0.4s;
}
ul.block-reali li:hover img {
  transform: scale(1.1);
  filter: blur(5px);
}
ul.block-reali li.cell-1 {
  grid-column: span 2;
  grid-row: row;
}
ul.block-reali li.cell-2 {
  grid-column: col 2 / span 3;
  grid-row: row;
}
ul.block-reali li.cell-3 {
  grid-column: span 1;
  grid-row: row 2;
}
ul.block-reali li.cell-4 {
  grid-column: col 1 / span 4;
  grid-row: row 2;
}
ul.block-reali li.cell-5 {
  grid-column: span 3;
  grid-row: row 3;
}
ul.block-reali li.cell-6 {
  grid-column: col 3 / span 2;
  grid-row: row 3;
}
ul.block-reali li.cell-10,
ul.block-reali li.cell-7,
ul.block-reali li.cell-8,
ul.block-reali li.cell-9 {
  grid-column: span 2;
}
.services-home {
  position: relative;
  padding: 5em 10vw;
  background: #f4f4f4 url(../images/banner-bg.jpg);
  background-size: cover;
}
.services-home .one-service {
  height: 500px;
  position: relative;
  margin: 0 5px;
  overflow: hidden;
}
.services-home a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9;
}
.services-home .one-service * {
  transform: all ease-in-out 0.4s;
}
.services-home .one-service:hover img {
  transform: scale(1.1);
}
.services-home .one-service:hover .one-service-info {
  background: rgba(0, 0, 0, 0.33);
}
.services-home .one-service:hover .one-service-info-inner {
  transform: translateY(-10px);
}
.services-home .one-service img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(1);
}
.one-service .one-service-info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 1em;
}
.one-service .one-service-info .one-service-info-inner {
  display: inline-block;
  width: 100%;
  padding: 1em;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.one-service .one-service-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.66) 100%
  );
  background: -webkit-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.66) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.66) 100%
  );
}
.one-service .one-service-info h3 {
  color: #fff;
  margin: 0 0 30px 0;
  font-size: 150%;
}
.engagements {
  position: relative;
  padding: 5em 10vw;
  background: #f4f4f4 url(../images/banner-bg.jpg);
  background-size: cover;
}
.engagements .engagement {
  text-align: center;
}
.engagements .engagement * {
  transition: all ease-in-out 0.3s;
}
.engagements .engagement .place-img {
  height: 130px;
  position: relative;
  text-align: center;
}
.engagements .engagement:hover .place-img img {
  transform: scale(1.1);
}
.engagements .engagement .place-img img {
  height: 100%;
  max-width: 100%;
}
.engagements .engagement p {
  font-size: 120%;
}
.actualites .cell.photo a {
  display: block;
}
.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 {
  display: flex;
  width: 100%;
  position: relative;
}
.actualites article {
  display: flex;
  width: 100%;
}
.actualites:nth-child(even + 1) {
  direction: rtl;
}
.actualites .cell.photo {
  display: block;
  width: 100%;
  background-position: center center;
  height: 50%;
  min-height: 77vh;
}
.actualites .cell.photo:hover {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.actualites .cell.texte {
  display: flex;
  vertical-align: top;
  width: 50%;
  border-bottom: 2px solid var(--color7);
}
.actualites:last-child .cell.texte {
  border-bottom: none;
  width: 100%;
  background: #fff;
}
.actualites:last-child .cell.texte h2 {
  margin-bottom: 1em;
}
.actualites .cell.texte .contenu {
  padding: 4em;
  text-align: justify;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.actualites .cell.texte .contenu > .text-center {
  text-align: left;
}
.actualites .cell.texte .contenu ul {
  padding: 0;
  margin: 0;
}
.actualites .cell.texte .contenu ul li {
  padding: 5px 0 5px 20px;
  background: url(../images/ico-puce.png) no-repeat 0 9px;
}
.actualites .cell.texte .contenu ul li .bouton-principal {
  display: block;
}
.actualites a.bouton-principal,
.news a.bouton-principal {
  min-width: 190px;
  margin: 50px 0;
  display: inline-block;
}
.actualites .date_post,
.news .date-article {
  font-size: 15px;
  font-weight: 700;
  color: var(--main-color);
}
.news .ligne-actus .date-article {
  margin-top: 18px;
  margin-bottom: 0;
}
.news .ligne-actus .contenu-article {
  margin-top: 0;
}
.news .contenu-article {
  margin-top: 21px;
}
.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(--main-color-light);
  font-weight: 800;
  font-size: 14px;
  font-size: clamp(12px, 0.5vw, 14px);
  line-height: 18px;
  text-transform: uppercase;
  display: block;
  background-color: var(--main-color);
  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;
}
.news .propor .propor-cont .imagecont:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.newsList .propor {
  overflow: hidden;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsList .propor i {
  font-size: 300%;
  opacity: 0.2;
}
.news .propor:after,
.realisations .galerie .propor:after {
  padding-top: 78%;
  display: block;
  content: "";
}
.newsList .item .h3 {
  color: var(--color2);
  padding: 5px 0 25px;
  margin: 0;
}
.newsList .item:hover .h3 {
  color: var(--main-color);
}
.newsList .item .h3 a:hover {
  text-decoration: none;
}
.item-news {
  position: relative;
}
.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: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  image-rendering: optimizeQuality;
}
.newsItem .photo.no_photo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 350%;
  color: var(--font-color);
}
.newsItem .photo.no_photo i {
  opacity: 0.2;
}
.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(--main-color);
  display: inline-flex;
  width: 36px;
  height: 100%;
  border-radius: 50%;
  color: #fff;
  justify-content: center;
  line-height: 50%;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
.newsItem .div-rs .btn-partage .btnp:focus,
.newsItem .div-rs .btn-partage .btnp:hover {
  background-color: var(--secondary-color);
  text-decoration: none;
}
.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(--main-color);
  text-decoration: none;
  display: block;
  height: 100%;
  text-transform: uppercase;
}
.news_avant_apres a:focus,
.news_avant_apres a:hover {
  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(--main-color);
}
.navButtons,
.navButtons:visited {
  padding: 0 0 10px;
  color: var(--color2);
  transition: 0.8s;
  text-decoration: none;
  display: block;
}
.news_avant_apres a:focus span,
.news_avant_apres a:hover span {
  color: var(--color2);
  text-decoration: none;
}
a.return-to-news,
a.return-to-news:link,
a.return-to-news:visited {
  text-decoration: none;
  font-weight: 900;
  font-family: var(--font_family_1);
  text-transform: uppercase;
  color: var(--color2);
}
a.return-to-news:focus,
a.return-to-news:hover {
  text-decoration: underline;
  color: var(--color2);
}
.pagination > li {
  background: 0 0;
  padding-left: 0;
}
.pagination > li > a,
.pagination > li > span {
  color: var(--main-color);
  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(--main-color-light);
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: var(--main-color);
  background-color: var(--color7);
}
.cssload-thecube {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-top: -25px;
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  animation: cssload-fold-thecube 2.04s infinite linear both;
  -o-animation: cssload-fold-thecube 2.04s infinite linear both;
  -ms-animation: cssload-fold-thecube 2.04s infinite linear both;
  -webkit-animation: cssload-fold-thecube 2.04s infinite linear both;
  -moz-animation: cssload-fold-thecube 2.04s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
  animation-delay: 255ms;
  -o-animation-delay: 255ms;
  -ms-animation-delay: 255ms;
  -webkit-animation-delay: 255ms;
  -moz-animation-delay: 255ms;
}
.cssload-thecube .cssload-c3:before {
  animation-delay: 0.51s;
  -o-animation-delay: 0.51s;
  -ms-animation-delay: 0.51s;
  -webkit-animation-delay: 0.51s;
  -moz-animation-delay: 0.51s;
}
.cssload-thecube .cssload-c4:before {
  animation-delay: 765ms;
  -o-animation-delay: 765ms;
  -ms-animation-delay: 765ms;
  -webkit-animation-delay: 765ms;
  -moz-animation-delay: 765ms;
}
@keyframes cssload-fold-thecube {
  0%,
  10% {
    transform: perspective(333px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(333px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    transform: perspective(333px) rotateY(180deg);
    opacity: 0;
  }
}
@-o-keyframes cssload-fold-thecube {
  0%,
  10% {
    -o-transform: perspective(333px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -o-transform: perspective(333px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -o-transform: perspective(333px) rotateY(180deg);
    opacity: 0;
  }
}
@-ms-keyframes cssload-fold-thecube {
  0%,
  10% {
    -ms-transform: perspective(333px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -ms-transform: perspective(333px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -ms-transform: perspective(333px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes cssload-fold-thecube {
  0%,
  10% {
    -webkit-transform: perspective(333px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(333px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -webkit-transform: perspective(333px) rotateY(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cssload-fold-thecube {
  0%,
  10% {
    -moz-transform: perspective(333px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -moz-transform: perspective(333px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -moz-transform: perspective(333px) rotateY(180deg);
    opacity: 0;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999;
}
.AvisClientsBg {
  padding: 5em 10vw;
}
.AvisClientsBg.bg-optionnel-gris .h1 {
  color: var(--main-color-light);
}
.etoiles .fa {
  color: #fc0;
}
.AvisClientsList {
  margin: 0;
  padding: 0;
}
.AvisClientsList li {
  list-style: none;
  background: 0 0;
}
.avisClientsBg .h {
  text-align: center;
}
.AvisClients,
.AvisClients:link,
.AvisClients:visited {
  position: relative;
  background-color: #eee;
  padding: 80px 20px 20px;
  text-align: center;
  height: 300px;
  margin-top: 100px;
  display: block;
  text-decoration: none;
}
.AvisClients .h {
  font-size: 18px;
  color: var(--color2);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.AvisClients p {
  font-size: 16px;
  margin-bottom: 0;
}
.AvisClients .blazy {
  font-size: 16px;
  color: var(--main-color-light);
  width: 128px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 20px;
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -64px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: var(--color7);
}
.AvisClientsBg .bx-pager {
  bottom: 17px;
}
.bx-pager.bx-default-pager a {
  background-color: var(--secondary-color);
}
.bx-pager.bx-default-pager a.active,
.bx-pager.bx-default-pager a:hover {
  background-color: var(--main-color);
}
.avisContent:before {
  content: "\00AB";
  display: inline-block;
  margin-right: 5px;
}
.avisContent: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;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #eee;
  width: 115px;
  height: 115px;
}
.livre-elements .pseudo {
  margin-bottom: 10px;
}
.livre-elements .date {
  margin-bottom: 10px !important;
}
.livre-elements .etoiles {
  margin-bottom: 0 !important;
}
.livre-elements .temoignage {
  text-align: justify;
}
.livre-elements .temoignage:before {
  content: "\00AB";
  display: inline-block;
  margin-right: 5px;
}
.livre-elements .temoignage:after {
  content: "\00BB";
  display: inline-block;
  margin-left: 5px;
}
.divAvis {
  padding: 30px 20px;
  margin-bottom: 60px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.05);
}
.btn-avis {
  margin-bottom: 30px;
}
.modal-content a,
.modal-content a:link,
.modal-content a:visited {
  color: var(--color2);
}
.modal-header .h1 {
  text-align: center;
  margin-bottom: 40px;
  color: var(--color2);
  font-size: 1.6vw;
  font-weight: 700;
  text-shadow: none;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 9999;
  font-size: 16px;
  color: var(--main-color-light);
}
.modal-backdrop.in {
  z-index: 0;
}
.modal-open .modal {
  z-index: 99997;
  background: rgba(0, 0, 0, 0.8);
  color: var(--color2);
  text-shadow: none;
  font-family: Arial, Helvetica, sans-serif;
}
.modal-content .btn-close {
  border: 0;
  background: 0 0;
  padding: 0;
  font-size: 21px;
  color: var(--color5);
  opacity: 0.2;
  line-height: 1;
  z-index: 9999;
  position: relative;
}
.modal-content .form-control {
  min-height: 44px;
  border-radius: 0;
}
.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 {
  text-align: center;
}
#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(--main-color-light);
  border: 1px solid #ccc;
  color: var(--color2);
  border-radius: 2px;
}
.modal-content .form-control::placeholder {
  color: var(--color2) !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 {
  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(--color2) !important;
}
.centerservice2 {
  margin: 0 16% !important;
}
.centerservice {
  margin: 0 33% !important;
}
.services {
  display: table;
  width: 100%;
  position: relative;
  z-index: 8000;
  background: var(--main-color-light);
  border-bottom: 2px solid var(--color7);
  min-height: 55vh;
}
.services .cell.gauche {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  border-right: 2px solid var(--color7);
  background-position: center center;
  background-repeat: no-repeat;
}
.services .cell.droite {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.services .cell.droite .contenu {
  padding: 90px 12%;
}
.services .cell.droite .contenu ul {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}
.services .cell.droite .contenu ul li {
  background: 0 0;
  padding: 0;
  padding: 0 0 10px 0;
}
.services .cell.droite .contenu ul li .bouton-principal {
  display: block;
}
.btn-service {
  text-align: center;
  margin: 10px 0;
}
.services .miettes {
  list-style-type: none;
  list-style-image: none;
  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(--color7);
  display: inline-block;
  opacity: 0.5;
}
.services .miettes li a.active {
  cursor: default;
  opacity: 1;
}
.prestation {
  display: table;
  width: 100%;
  position: relative;
  z-index: 8000;
  background: var(--main-color-light);
}
.prestation:nth-child(even) {
  direction: rtl;
}
.prestation .cell.photo {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  background-position: center center;
}
.prestation .cell.photo:hover {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.prestation .cell.texte {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  border-bottom: 2px solid var(--color7);
}
.prestation:last-child .cell.texte {
  border-bottom: none;
}
.prestation .cell.texte .contenu {
  padding: 90px 10%;
  direction: ltr;
}
.prestation .cell.texte .contenu p {
  padding: 0 0 20px;
}
.prestation .cell.texte .contenu ul {
  padding: 0;
  margin: 0;
}
.prestation .cell.texte .contenu ul li {
  padding: 5px 0 5px 20px;
  background: url(../images/puce.svg) no-repeat 0 9px;
}
.prestation .cell.texte .contenu ul li .bouton-principal {
  display: block;
}
.contact-footer-holder {
  position: relative;
  padding: 5em 10vw;
  background: #f4f4f4 url(../images/banner-bg.jpg);
  background-size: cover;
}
.body-page-1 .contact-footer-holder,
.body-pageseo .contact-footer-holder {
  background: #fff;
}
.pied {
  position: relative;
  z-index: 9;
  background: var(--main-color-dark) url(../images/slide1.jpg) no-repeat bottom
    center fixed;
  background-size: cover;
  color: var(--main-color-light);
}
footer.hide-print.pied:before {
  content: "";
  background-color: #1a1a1aeb;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.pied .bande1 {
  padding: 3em 10vw;
  display: grid;
  grid-template: "acces coords form" "refs refs form";
  grid-gap: 1em 5em;
  justify-content: space-evenly;
  z-index: 2;
  position: relative;
}
.pied .bande2 {
  padding: 1em 10vw;
  background: #25252573;
}
.pied h3 {
  color: var(--main-color-light);
  position: relative;
  font-weight: 400;
  margin-bottom: 1em;
}
.pied .navf .menu_footer {
  padding: 15px 0;
  list-style-type: none;
  margin: 0;
  color: #a6a6a6;
}
.pied .navf .menu_footer li {
  display: block;
  padding: 0 0 4px;
  background: 0 0;
  position: relative;
}
.pied .navf .menu_footer li:last-child {
  border: none;
}
.pied .navf .menu_footer li a,
.pied .navf .menu_footer li a:visited {
  font-size: 16px;
  padding: 0;
  color: inherit;
  text-decoration: none;
}
.pied .navf .menu_footer li a:hover,
.pied .navf .menu_footer li.active a {
  color: var(--main-color);
  text-decoration: none;
}
.pied .navf .menu_footer li.active a:hover {
  cursor: default;
  text-decoration: none;
}
.pied .menu_referencement {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  text-align: justify;
  color: #a6a6a6;
}
.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 .menu_referencement li a:hover {
  color: var(--main-color);
}
.pied .menu_referencement li.active a:hover {
  cursor: default;
  text-decoration: none;
}
.pied address {
  margin: 0;
  font-size: 16px;
  color: var(--main-color-light);
}
.pied address p {
  display: flex;
  position: relative;
  margin: 1em 0;
}
.pied address p:first-child {
  margin-top: 0;
}
.pied address p.adresse::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  display: inline-block;
  color: var(--main-color);
  width: 1em;
  margin-right: 1em;
}
.pied address p.adresse::before {
  content: "\f3c5";
}
.pied address p.tel.tel1::before {
  content: "\f879";
}
.pied address p.tel.tel2::before {
  content: "\f3cd";
}
.pied address p.horaires::before {
  content: "\f017";
}
.pied address p.tel a {
  color: inherit;
  text-decoration: none;
}
.pied address p a {
  text-decoration: none;
  color: inherit;
}
.pied address p a:hover {
  text-decoration: underline;
}
.pied .scrollbars {
  margin: 15px 0 0;
  height: 265px;
}
.pied .copyright-footer {
  margin: 5px 0 0;
  text-align: center;
}
#logoFD svg * {
  fill: var(--font-color-dark);
}
#logoFD svg {
  width: 150px;
}
.pied .btn-like {
  padding: 20px 0 0;
}
.pied .btn-partage {
  text-align: right;
  padding: 10px 0 0;
}
.masonry-catalog {
  column-count: 3;
  column-gap: 10px;
}
@media (max-width: 900px) {
  .masonry-catalog {
    column-count: 2;
  }
}
.masonry-catalog figure img {
  max-width: 100%;
  display: block;
}
.masonry-catalog figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  position: relative;
  overflow: hidden;
}
.masonry-catalog figure a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9;
}
.masonry-catalog figure * {
  transition: all ease-in-out 0.3s;
}
.masonry-catalog figure .overlay {
  position: absolute;
  width: 100%;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.35);
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0) 80%
  );
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.masonry-catalog figure .overlay span {
  color: #fff;
  font-size: 2.2em;
  opacity: 0;
  transform: translateY(-20px);
}
.masonry-catalog figure:focus .overlay span,
.masonry-catalog figure:hover .overlay span {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.masonry-catalog figure:focus .overlay,
.masonry-catalog figure:hover .overlay {
  height: 100%;
  opacity: 1;
}
.masonry-catalog figure:hover img {
  transform: scale(1.1);
}
.masonry-catalog figure img {
  grid-row: 1/-1;
  grid-column: 1;
}
.product-place-title h2.h1 {
  margin: 0;
}
.cat-produit .item-description {
  margin-bottom: 3em;
}
.product-place-title {
  padding: 0 0 3em 0;
}
.product-place-title .fil-arianne {
  float: right;
  text-transform: uppercase;
  font-size: 80%;
}
.product-place-title .fil-arianne i.separator {
  display: inline-block;
  margin: 0 3px;
  font-style: normal;
}
.product-place-title .fil-arianne span {
  opacity: 0.66;
}
.product-place-title .fil-arianne a:hover {
  text-decoration: none;
  color: var(--main-color);
}
.cat-produit .btn-retour {
  margin-top: 4em;
}
#catalogue-list.modele-liste {
  column-count: 2;
  column-gap: 10px;
}
#catalogue-list.modele-liste.no-grid {
  column-count: 1;
}
#catalogue-list.modele-liste .item img {
  grid-row: 1/-1;
  grid-column: 1;
  max-width: 100%;
  display: block;
  width: 100%;
}
#catalogue-list.modele-liste .item {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  position: relative;
  overflow: hidden;
}
#catalogue-list.modele-liste .item:hover .plug {
  background-color: var(--main-color);
}
.plug2 {
  margin-top: 42px;
}
#catalogue-list.modele-liste .item:hover div.plug span {
  width: 280px !important;
}
#catalogue-list.modele-liste .item * {
  transition: all ease-in-out 0.3s;
}
#catalogue-list.modele-liste .item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9;
}
#catalogue-list.modele-liste .item .cat-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  padding: 1em;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  -moz-justify-content: end;
}
#catalogue-list.modele-liste .item .cat-content p {
  color: #fff;
  margin: 0 0 10px 0;
  font-size: 150%;
}
#catalogue-list.modele-liste .item .cat-content span {
  display: block;
  font-size: 70%;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
#catalogue-list.modele-liste .item:hover .cat-content {
  background-color: rgba(0, 0, 0, 0.65);
}
#catalogue-list.modele-liste .item:hover img {
  transform: scale(1.05);
}
#catalogue-list.modele-liste .item:hover .cat-content span {
  visibility: visible;
  opacity: 1;
  height: 50px;
}
.cont-slider {
  position: relative;
}
.sudo-slider,
.sudo-slider img {
  width: 100%;
}
a.sudolien.precedent,
a.sudolien.suivant {
  z-index: 9000;
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 32px;
  margin-top: -15px;
}
a.sudolien.precedent {
  left: 0;
  background: url(../images/g.png);
}
a.sudolien.suivant {
  right: 0;
  background: url(../images/d.png);
}
a.sudolien.precedent:hover,
a.sudolien.suivant:hover {
  opacity: 0.8;
}
.cont-slider .controls {
  z-index: 9000;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  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;
}
.cont-slider .controls ol li a {
  display: block;
  width: 19px;
  height: 19px;
  background: url(../images/miette.png) center center no-repeat;
  margin: 0 2px;
}
.cont-slider .controls ol li.current a {
  background: url(../images/miette-h.png) center center no-repeat;
}
.cont-slider .controls ol li a span {
  display: none;
}
.caption {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 20px;
  color: #fff;
  opacity: 0;
}
.caption.active {
  -webkit-animation: caption 2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
  -moz-animation: caption 2s ease-in-out;
  -moz-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -o-animation: caption 2s ease-in-out;
  -o-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  animation: caption 2s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
@-webkit-keyframes caption {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes caption {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes caption {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes caption {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.body-contact h2 {
  color: var(--color2);
  text-transform: none;
  position: relative;
  margin-bottom: 55px;
}
.tab-coordonnes h2:before {
  content: "";
  width: 75px;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  top: 50px;
  left: 0;
}
.body-contact .tab-formulaire .cell.droite h2 {
  text-align: center;
  margin-bottom: 70px;
  font-size: 24px;
}
.body-contact .tab-formulaire .cell.droite h2:before {
  content: "";
  width: 75px;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -37px;
}
.contact .tab-coordonnes {
  display: table;
  width: 100%;
  position: relative;
  z-index: 8000;
  background: var(--main-color-light);
}
.contact .tab-coordonnes .cell.gauche {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  border-top: 2px solid var(--color7);
}
.contact .tab-coordonnes .cell.gauche .contenu {
  padding: 50px 12% 30px;
}
.contact .tab-coordonnes .cell.centre {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.contact .tab-coordonnes .cell.droite {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.contact .tab-formulaire {
  display: table;
  width: 100%;
  position: relative;
  z-index: 8000;
  background: var(--main-color-light);
}
.contact .tab-formulaire .cell.gauche {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  background: url(../images/photo-contact2.jpg) no-repeat center center;
}
.contact .tab-formulaire .cell.droite {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  border-bottom: 2px solid var(--color7);
}
.contact .tab-formulaire .cell.droite .contenu {
  padding: 90px 12%;
}
.contact .plan {
  font-size: 0;
  width: 60%;
}
.contact .plan .block #googlemapapi,
.contact .plan iframe {
  width: 100% !important;
  height: 550px !important;
}
.contact .coordonnees {
  padding: 0 0 20px;
  width: 40%;
}
.contact .coordonnees address p {
  padding: 0 0 10px 0;
  display: flex;
}
.contact .coordonnees address p.tel.tel1 {
  margin: 0;
  font-weight: 700;
  background-size: 22px auto;
}
.contact .coordonnees address p.tel.tel2 {
  font-weight: 700;
}
.contact .coordonnees address p.adresse::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  display: inline-block;
  margin: 0 10px 0 0;
  color: var(--main-color);
  min-width: 15px;
}
.contact .coordonnees address p.adresse::before {
  content: "\f3c5";
}
.contact .coordonnees address p.tel.tel1::before {
  content: "\f879";
}
.contact .coordonnees address p.tel.tel2::before {
  content: "\f3cd";
}
.body-contact .contact .formulaire {
  /* padding-right:5em; */
}

.contact .coordonnees address p.tel a {
  color: inherit;
  text-decoration: none;
}
.contact .coordonnees address p span.intitule {
  font-weight: 700;
}
.contact .coordonnees address p a {
  text-decoration: none;
  color: inherit;
}
.contact .coordonnees address p a:hover {
  text-decoration: underline;
}
.contact .description-contact {
  padding: 0 0 10px;
}
.coordonnees span.t_affiche {
  text-decoration: underline;
}
.contact .formulaire .form-group label.col-md-4 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.contact .formulaire .form-group div.col-md-8 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.contact .formulaire .form-group .col-md-4 {
  display: none;
}
.contact .formulaire .form-group .col-md-8 {
  width: 100% !important;
}
.form-group .label-rgpd strong,
.info-rgpd a,
.info-rgpd a:visited,
.info-rgpd strong {
  color: var(--main-color);
}
.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 {
  box-shadow: none;
  border-radius: 0;
  width: 100% !important;
  background: 0 0;
  font-size: inherit;
  color: var(--main-color-light);
}
.contact .formulaire .form-group textarea.form-control {
  height: 109px;
  position: static;
}
.contact .formulaire .form-group input.form-control {
  height: 50px;
  line-height: 1;
  line-height: 50px\9;
  padding: 0 12px;
}
.contact .formulaire .form-group .form-control:active,
.contact .formulaire .form-group .form-control:focus {
  border-color: var(--main-color);
}
.contact .formulaire .form-group select.form-control {
  height: 50px;
  line-height: 50px;
  padding: 5px 12px;
}
@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: 22px auto !important;
  }
  .form-horizontal select.form-control option {
    color: var(--font-color);
  }
}
.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: 25%;
  display: inline-block;
  position: relative;
  float: right;
}
.contact .formulaire .form-actions {
  font-size: 12px;
}
.contact a.btn.btn-default {
  float: right;
}
.body-error404 a.btn.btn-default,
.bouton-principal,
.contact .formulaire input.btn-primary,
.contact a.btn.btn-default,
a.bouton-principal {
  padding: 15px 20px;
  display: inline-block;
  font-size: inherit;
  background-color: var(--main-color);
  color: var(--main-color-light);
  text-align: center;
  font-weight: 400;
  border-radius: 0;
  border: none;
  text-decoration: none;
  transition: all 0.4s ease;
  border-radius: 0 23px 0 23px;
}
.body-error404 a.btn.btn-default {
  background-image: none;
}
.body-error404 a.btn.btn-default:active,
.body-error404 a.btn.btn-default:hover,
.bouton-principal: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,
a.bouton-principal:hover {
  background-color: var(--secondary-color);
  padding: 15px 25px 15px 35px;
}
::-webkit-input-placeholder {
  color: var(--main-color-light) !important;
}
:-moz-placeholder {
  color: var(--main-color-light) !important;
  opacity: 1 !important;
}
::-moz-placeholder {
  color: var(--main-color-light) !important;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: var(--main-color-light) !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 .bas-galerie {
  text-align: center;
  padding: 40px 0 0;
}
.gallery .description-galerie {
  text-align: justify;
  padding: 0 0 2em 0;
}
.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-left: 0 !important;
  padding-right: 0 !important;
}
.gallery .multiple .ligne-photos {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.gallery .ligne-photos .propor {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.gallery .multiple .ligne-photos .propor {
  margin-bottom: 0;
}
.custom-object-fit {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.custom-object-fit img {
  opacity: 0;
}
.gallery .ligne-photos .propor:after {
  padding-top: 76%;
  display: block;
  content: "";
}
.gallery .ligne-photos .propor .propor-cont {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.gallery .ligne-photos .propor .propor-cont img {
  object-fit: cover;
  -o-object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  flex: 1;
  height: 100%;
}
.gallery .ligne-photos .propor.img-contain * {
  transition: all ease-in-out 0.3s;
}
.gallery .ligne-photos .propor.img-contain .propor-cont img {
  object-fit: contain;
  -o-object-fit: contain;
}
.gallery .ligne-photos .propor.img-contain {
  border: 1px solid #e1e1e1;
  overflow: hidden;
}
.gallery .ligne-photos .propor.img-contain .propor-cont .imagecont {
  overflow: visible;
}
.gallery .ligne-photos .propor.img-contain a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9;
}
.gallery .ligne-photos .propor.img-contain figcaption {
  position: absolute;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color-light);
  background: rgba(0, 0, 0, 0.66);
  bottom: 0;
  opacity: 0;
  transform: translateY(50px);
}
.gallery .ligne-photos .propor.img-contain:hover figcaption {
  opacity: 1;
  transform: translateY(0);
}
.gallery .ligne-photos .propor.img-contain .propor-cont {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
  height: 70%;
}
.gallery .ligne-photos .propor.img-contain:hover img {
  transform: translateY(-20px);
}
.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%;
}
.gallery .ligne-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 .masque {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(../images/ico-zoom.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery .ligne-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);
}
.gallery .nav {
  margin: 10px 0;
  text-align: center;
}
.gallery .nav li {
  display: inline-block;
  margin-bottom: 10px;
  background: 0 0;
  background: none !important;
  padding: 0 20px 0 5px;
}
.gallery .nav li::after {
  position: absolute;
  font-size: 20px;
  right: 0;
  top: 18px;
  width: 5px;
  height: 5px;
  background: var(--main-color);
  border-radius: 5px;
  display: block;
  content: " ";
}
.gallery .nav li:last-child::after {
  display: none;
}
.gallery .nav li a {
  background: 0 0;
  display: block;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  border-radius: 0;
  text-decoration: none;
}
.gallery .nav li a:hover,
.gallery .nav li.active a {
  background: 0 0;
  color: #e10f1d;
}
.gallery .nav li.active a {
  cursor: default;
}
.gallery .tab-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gallery .tab-content h2 {
  padding-left: 15px;
  margin-bottom: 20px;
}
.gallery .bas-galerie {
  text-align: center;
  padding: 40px 0 0;
}
.gallery .bas-galerie a.bouton-principal {
  padding-right: 60px;
}
.gallery .bas-galerie a.bouton-principal:after {
  background-image: none;
  width: 22px;
  height: 22px;
  content: "+";
  font-family: verdana;
  font-size: 35px;
  position: absolute;
  right: 20px;
  top: 7px;
}
.header-sidebars,
.sidebar-left,
.sidebar-right {
  background-color: #000;
  letter-spacing: 1px;
}
.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(--main-color-light) !important;
}
.header-sidebars {
  height: 65px;
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.header-sidebars .header-top {
  display: flex;
  height: 65px;
  width: 100%;
  justify-content: space-between;
}
.top-logo {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 9999;
  text-align: center;
  overflow-y: hidden;
}
.top-logo img {
  position: absolute;
  left: 16px;
  top: 2px;
  max-height: 76px;
  max-width: 112px;
}
.deploy-right-sidebar {
  background-color: var(--main-color);
  height: 65px;
  width: 65px;
  background-position: center center;
}
.deploy-right-mail {
  background-color: var(--main-color);
  background-repeat: no-repeat;
  height: 65px;
  width: 65px;
  background-position: center center;
}
.deploy-right-call {
  background-color: var(--main-color);
  background-size: auto 49%;
  height: 65px;
  width: 65px;
  background-position: center 16px;
}
.sidebar-scroll-right {
  width: 275px;
  overflow: auto !important;
  overflow-x: hidden !important;
  height: 100%;
  background-color: var(--main-color-dark);
}
.sidebar-right {
  font-family: var(--font_family_2) !important;
  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: block;
  overflow: hidden;
  position: relative;
  color: var(--main-color-light) !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;
  color: var(--main-color-light) !important;
  background: var(--color4);
  opacity: 0.3;
}
.submenu a:first-child {
  background-image: none !important;
}
.submenu {
  display: none;
}
.submenu-active {
  display: block;
}
.sidebar-header-right {
  height: 65px;
  background-color: var(--color3);
  position: relative;
}
.close-sidebar-right {
  height: 65px;
  width: 65px;
  margin-left: 0;
  display: block;
}
.sidebar-right .close-sidebar-right {
  position: absolute !important;
}
.menu-mobile-dynamique {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
  list-style-image: none;
}
.menu-mobile-dynamique li {
  width: 100%;
  margin-bottom: 1px;
  background: 0 0;
  padding-left: 18px;
  background: rgba(255, 255, 255, 0.12);
}
.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(--main-color),
    var(--main-color)
  );
  padding-top: 18px;
  padding-bottom: 18px;
}
.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 {
  display: table-cell;
  width: 270px;
  vertical-align: middle;
  line-height: 18px;
  font-size: 16.2px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  color: var(--main-color-light);
  height: 60px;
  padding-left: 0;
  background-position: 6px 20.9px;
}
.menu-mobile-dynamique ul {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
  padding-left: 0;
}
.menu-mobile-dynamique ul li a {
  background: 0 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;
}
.no-bottom {
  margin-bottom: 0 !important;
}
.menu-mobile-dynamique .sub-menu {
  display: none;
}
.icones {
  width: 32px;
  margin: 16px 0 0 16px;
  height: 32px;
  fill: var(--main-color-light);
}
.remonter {
  position: fixed;
  z-index: 9999;
  display: none;
  bottom: 10px;
  right: 10px;
  width: 52px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0;
}
.remonter a {
  display: block;
  padding: 12px 10px;
  text-align: center;
}
.remonter a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.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;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .lightboxOverlay {
    overflow: scroll;
  }
  .lightboxOverlay::-webkit-scrollbar {
    width: 0;
  }
}
@media (max-width: 991px) {
  .flex-ms-intern {
    position: relative;
    bottom: 20px;
    width: 100%;
  }.banner .place-title-banner {
    display: flex;
    flex-direction: column;
}

.logo-ms img {
    width: 36%;
}
  .form-contact-ms h3 {
    text-align: center;
    font-size: 34px;
  }
  .form-contact-ms {
    padding: 5rem 8% !important;
  }
  .body-page-1 .logo-ms {
  }
  .logo-ms {
    width: 100%;
    display: flex;
    height: auto;
    gap: 5%;
    position: relative;
  }
  div#homeWrapper {
    flex-direction: column;
  }

  .buttonWrapper {
    flex-direction: row !important;
    gap: 3%;
  }
  div#homeWrapper > div {
    width: 100% !important;
    margin-bottom: 2em;
  }

  div.videoWrapper {
    min-height: 80px !important;
  }

  #home video {
    display: none !important;
  }
  .slogan:after {
    left: 0;
    bottom: 0;
  }
  .pad-xs {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .pad-xs-l {
    padding-left: 15px !important;
  }
  .pad-xs-r {
    padding-right: 15px !important;
  }
  .nopad-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .nopad-xs-l {
    padding-left: 0 !important;
  }
  .nopad-xs-r {
    padding-right: 0 !important;
  }
  .services {
    display: block;
  }
  .services .cell.gauche {
    display: block;
    width: 100%;
    height: 180px;
  }
  .services .cell.droite {
    display: block;
    width: 100%;
  }
  .services .cell.droite .contenu {
    padding: 30px 15px 40px;
  }
  .actualites,
  .prestation {
    display: block;
    min-height: none;
  }
  .actualites article {
    flex-direction: column;
  }
  .container-fluid.actuAndNewsletterBg {
    flex-direction: column;
  }
  .container-fluid.actuAndNewsletterBg .actuNews {
    width: 100% !important;
    margin: 0 !important;
  }
  .NewsletterBg {
    width: 100%;
  }
  .partenairesWrapper {
    flex-direction: column;
    text-align: center;
  }
  .pied .bande1 {
    display: flex;
    flex-direction: column;
  }
  .pied h3 {
    color: var(--main-color);
    font-weight: 700;
    font-size: 1.8em;
  }
  .pied .numbers.callTracker {
    display: flex;
    flex-direction: column;
  }
  .actualites .cell.photo,
  .prestation .cell.photo {
    display: block;
    width: 100%;
    height: 180px;
  }
  .actualites .cell.texte,
  .prestation .cell.texte {
    display: block;
    width: 100%;
    clear: both;
  }
  .actualites .cell.texte .contenu,
  .prestation .cell.texte .contenu {
    padding: 30px 15px;
  }
  .actualites a.bouton-principal,
  .news a.bouton-principal {
    margin: 1em;
    width: 65%;
  }
  .services .cell.droite .contenu {
    clear: both;
  }
  .intervention .contenu {
    padding: 40px 15px 50px;
  }
  .scrollbars {
    width: 100%;
    height: auto;
  }
  .news_avant_apres > div:last-child {
    right: 0;
  }.fluid-slider .slogan {
    display: flex;
    display: flex;
    flex-direction: column;
}

  .news_avant_apres > div {
    display: block;
    margin: 0 0 5px;
  }
  .news_avant_apres,
  .news_avant_apres > div {
    display: block;
  }
  .header-slideshow {
    height: 51vh;
  }
  .banner {
    height: 40vh;
  }
  .services-home .one-service,
  ul.block-reali li {
    height: 300px;
    margin-bottom: 30px;
  }
  #home .home-content {
    padding-left: 0;
  }
  .page-contenu {
    column-count: 1;
  }
  div#homeWrapper {
    flex-direction: column;
  }
  div#homeWrapper > div {
    width: 100% !important;
    margin-bottom: 2em;
  }
  div#chiffres > div {
    max-width: 100% !important;
  }
  .place-btn.sal-animate {
    flex-direction: column;
  }

  .flex-ms-intern .place-btn.btn-intern-ms {
    flex-direction: row;
  }
  .header-sidebars .header-top img {
    width: auto;
    height: 50px;
  }
  .header-sidebars .header-top a:first-child {
    width: 64%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .place-btn.sal-animate a {
    max-width: 100% !important;
  }
  .title-state > p {
    width: 100%;
  }
  div#chiffres:before {
    background-image: none !important;
  }
  .contact .coordonnees {
    padding: 40px 0 20px;
  }
  .contact .col-md-12.nopad-r.nopad-sm.nopad-xs > div {
    width: 100% !important;
  }
  .contact .col-md-12.nopad-r.nopad-sm.nopad-xs {
    flex-direction: column;
  }
  .fluid-contenu .corps {
    padding: 5em 10vw;
  }

  .body-contact .fluid-contenu .corps {
    padding: 5em 6vw;
  }
  #catalogue-list.modele-liste {
    column-count: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pad-xs {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .pad-xs-l {
    padding-left: 15px !important;
  }
  .pad-xs-r {
    padding-right: 15px !important;
  }
  .centerservice2 {
    margin: 0 !important;
  }
  .centerservice {
    margin: 0 !important;
  }
  .nopad-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .nopad-xs-l {
    padding-left: 0 !important;
  }
  .nopad-xs-r {
    padding-right: 0 !important;
  }
  .contact .formulaire .form-group input.btn-primary {
    width: 100%;
    margin-top: 8px;
    float: none;
  }
  .header-slideshow {
    height: 700px;
  }
  .banner {
    height: 450px;
  }

  .services-home .one-service,
  ul.block-reali li {
    height: 300px;
    margin-bottom: 30px;
  }
  #home .home-content {
    padding-left: 0;
  }
  .page-contenu {
    column-count: 1;
  }
  .contact .coordonnees {
    padding: 40px 0 20px;
  }
  .fluid-contenu .corps {
    padding: 5em 10vw;
  }
}
@media (max-width: 991px) {
  .slogan-content {
    margin-bottom: 13px;
    width: 100%;
  }
  .contact .formulaire .form-group > label.control-label {
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateZ(0);
    bottom: 11px;
    opacity: 0.5;
    position: relative;
    font-size: 0;
  }
  .contact .formulaire .form-group > label.focus {
    bottom: auto;
    padding-top: 5px;
  }
  .container {
    max-width: none;
    width: auto;
  }
  .centerservice2 {
    margin: 0 !important;
  }
  .centerservice {
    margin: 0 25% !important;
  }
  .contact .formulaire .form-group .col-md-4 {
    width: 100% !important;
  }
  .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;
  }
  .contact .formulaire .form-group input.btn-primary {
    width: 100%;
    margin-top: 8px;
    float: none;
  }
  .prestation .cell.texte .contenu {
    padding: 50px 10%;
  }
  .product-place-title .fil-arianne {
    margin-top: 30px;
  }
  .contact .formulaire .form-group .col-md-4 {
    width: 100% !important;
  }
  .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: 0;
    right: 0;
    margin-right: 0 !important;
  }
  .contact .formulaire .form-group input.btn-primary {
    width: 100%;
    margin-top: 8px;
  }
  .lb-prev {
    opacity: 1 !important;
    background: url(../images/lightbox-g.png) left 48% no-repeat;
  }
  .lb-next {
    opacity: 1 !important;
    background: url(../images/lightbox-d.png) right 48% no-repeat;
  }
  .contenu.formulaire {
    padding: 5rem 8% !important;
  }
}
@media (max-width: 1199px) {
  .remonter {
    display: none !important;
  }
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: var(--main-color);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--main-color);
}
.infinite-scroll .chargement {
  background: rgba(0, 0, 0, 0) url(../images/chargement.gif) no-repeat scroll
    center top;
  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 print {
  @page {
    size: portrait;
    margin: 2cm;
  }
  body {
    background-color: var(--main-color-light);
    font-family: Serif;
    font-size: 10pt;
  }
  a:after {
    content: " [" attr(href) "] ";
  }
  h1,
  h2,
  h3 {
    font-family: verdana, serif;
  }
  .hide-print {
    display: none;
  }
  .hide {
    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%;
  }
}
.place-btn.sal-animate {
  width: 100%;
  display: flex;
  margin-top: 2em;
  align-items: center;
  justify-content: center;
}

.place-btn.btn-intern-ms a.bouton-principal {
  max-width: 11vw;
  width: 100%;
  margin-right: 1em;
}

.place-btn.btn-intern-ms a.bouton-principal:first-child {
  background: var(--secondary-color);
}

#home video {
  width: 100%;
  object-fit: cover;
  height: 100%;
  opacity: 0.4;
  transition: 0.4s;
  position: absolute;
}
#home video.out {
  opacity: 0;
}
div#homeWrapper {
  display: flex;
}
div.videoWrapper {
  width: 35%;
  position: relative;
  height: 100%;
  min-height: 500px;
}
#home .block h2 {
  display: none;
}
.buttonWrapper {
  position: absolute;
  z-index: 9;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.buttonWrapper button {
  margin-bottom: 0.5em;
  width: 64%;
  opacity: 0.8;
}
.buttonWrapper button.bouton-principal.active {
  background-color: var(--secondary-color);
  padding: 15px 25px;
}
#home #home-content .page-contenu .out {
  opacity: 0;
  z-index: 1;
  position: absolute;
  transition: none;
}
#home #home-content .page-contenu .in {
  z-index: 2;
}
#home #home-content .page-contenu > div {
  transition: 0.4s;
  height: 380px;
  width: 100%;
}
.title-state {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
#chiffres {
  padding: 5em 10vw;
  position: relative;
}
div#chiffres > div {
  max-width: 70%;
}
div#chiffres:before {
  content: "";
  background: #070707 url(../images/chef.jpg) right/50% no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
article#home {
  overflow: hidden;
}
.title-state > p {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  color: var(--main-color-light);
  align-items: center;
}
.title-state > p i {
  font-size: 3em;
  color: #ffffffc2;
}
.title-state > p.percent .bubles:after {
  content: "%";
  display: block;
}
span.bubles {
  display: flex;
  margin: 1em 0;
  font-size: 1.5em;
  font-weight: 400;
}
.NewsletterBg {
  padding: 78px 20px 60px;
  background-color: var(--main-color);
  text-align: center;
  margin: 0;
  height: 100%;
}
.NewsletterBg .h {
  color: #fff;
  font-size: 23px;
  margin: 0 0 30px 0;
}
.NewsletterBg p {
  font-size: 20px;
  color: #fff;
  margin: 0 0 1px 0;
}
.block #newsletter_form {
  display: table;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.block #newsletter_form label {
  font-weight: 400;
  display: table-cell;
  display: none;
}
.block #newsletter_form input {
  border: none;
  border-radius: 0;
  display: table-cell;
  vertical-align: middle;
}
.block #newsletter_form input[type="text"] {
  background-color: transparent;
  line-height: 1;
  line-height: 32px\9;
  padding: 0 12px;
  width: 70%;
  margin: 0;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  height: 43px;
}
.block #newsletter_form input[type="submit"] {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  padding: 12px 13px 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: 0.4s;
  height: 100%;
}
.block #newsletter_form input[type="submit"]:hover {
  color: #fff;
  background: var(--main-color);
}
.container-fluid.actuAndNewsletterBg {
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
}
.actuAndNewsletterBg .actuNews {
  width: 70%;
  height: 100%;
}
.actuAndNewsletterBg .actuNews:last-child {
  width: 30%;
}
.actuAndNewsletterBg .actuNews:first-child {
  margin-right: 2em;
}
.cont-slider img {
  width: 150px;
}
.partenairesContainer {
  padding: 5em 10vw;
  background-color: var(--font-color);
}
.partenairesContainer h2,
.partenairesContainer h3 {
  color: var(--main-color-light);
}
.partenairesWrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.partenairesSlide .sudo-slider > div {
  display: flex;
  justify-content: center;
}
.partenairesSlide span {
  color: var(--main-color);
  z-index: 99;
  position: relative;
  display: none;
}
.partenairesSlide {
  position: relative;
  width: 50%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.swiper-wrapper {
  align-items: center;
}
.partenairesSlide .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.partenairesSlide .swiper-slide img {
  margin-bottom: 1em;
  width: 100%;
}
.partenaireImageContainer {
  max-width: 200px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerComponents.accesRapide {
  grid-area: acces;
}
.footerComponents {
  display: flex;
  align-items: start;
  flex-direction: column;
  width: 100%;
}
.footerComponents.footerCoords {
  grid-area: coords;
}

.footerComponents.footerCoords img {
  height: 105px;
  width: auto;
  margin: 20px 0;
  display: none;
}
.footerComponents.footerForm {
  grid-area: form;
}
.footerComponents.footerRefs {
  grid-area: refs;
}
#menu_footer li.menu-item:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-flex;
  background-color: var(--main-color);
  border-radius: 50%;
  margin: auto 1em auto auto;
  transition: 0.4s;
}
#menu_footer li.menu-item {
  transition: 0.4s;
  align-items: center;
}
#menu_footer li.menu-item:hover > ul.sub-menu {
  height: 50px;
}
#menu_footer li.menu-item a {
  text-decoration: none;
  transition: 0.4s;
}
#menu_footer li.menu-item a:hover,
#menu_footer li.menu-item.active a {
  color: var(--main-color);
}
#menu_footer li.menu-item.active:before,
#menu_footer li.menu-item:hover:before {
  margin-right: 1.5em;
}
ul#menu_footer {
  width: 100%;
  display: flex;
  flex-direction: column;
}
p.copyright-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 1em 0;
}
.swiper-container.partenairesSlider {
  width: 100%;
}
#chiffres h2.h1 {
  color: var(--main-color-light);
}
.linkMobileHeader {
  border-left: 1px solid #ffffff81;
}
.contact .col-md-12.nopad-r.nopad-sm.nopad-xs {
  display: flex;
  width: 100%;
}
.contact .col-md-12.nopad-r.nopad-sm.nopad-xs > div {
  /* width: 50%; */
}
#contactButtonsMobile a {
  background: var(--main-color) !important;
}
.body-catalogue-list #catalogue-list.row.modele-liste .item div.plug {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  z-index: 99;
  cursor: pointer;
  left: auto;
  padding: 0.2em 0.7em;
  /*ms-none*/
  display: none;
}
.body-catalogue-list #catalogue-list.row.modele-liste .item div.plug span {
  width: 0;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  display: inline-flex;
  white-space: nowrap;
}
.pied ul.sub-menu {
  padding-left: 2em;
  height: 0;
  overflow: hidden;
  transition: 0.4s;
}
.copyright h2 {
  color: var(--main-color);
}
span.masque.transition {
  font-size: 3em;
  color: #fff;
  display: flex;
}
.video-place span.masque.transition:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #00000052;
  transition: 0.4s;
  opacity: 0;
}
.video-place span.masque.transition:hover:before {
  opacity: 1;
}
.video-place span.masque.transition:hover i {
  opacity: 1;
}
.video-place i.fas.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  transition: 0.4s;
  z-index: 3;
}
.video .row.album-contens {
  margin-top: 1em;
}

@media (max-width: 1651px) {
  .navh .menu_principal > li {
    margin-right: 1.5vw;
  }
  .navh .menu_principal a,
  .navh .menu_principal a:visited {
    font-size: 13px;
  }
}
@media (max-width: 1400px) {
  .tete {
    padding: 2em 7vw;
  }
  .tete.fixed {
    padding: 0 7vw;
  }
}
@media (max-width: 1218px) {
  .navh .menu_principal a,
  .navh .menu_principal a:visited {
    font-size: 12px;
  }
  .tete {
    padding: 2em 1vw 2em 4vw;
  }
  .navh .menu_principal > li {
    margin-right: 1.3vw;
  }
  .tete.fixed {
    padding: 0 1vw 0 4vw;
  }
}
.contenu.formulaire {
  display: block;
  width: 100%;
  position: relative;
  z-index: 8000;
  background-color: #000000d6;
  color: #fff;
  padding: 5rem 25%;
  margin-top: 5em;
  border-radius: 5px;
}
input#image_input_field {
  padding-top: 1.5%;
  position: absolute;
  height: 50px;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
span.btn.btn-default.btn-file {
  height: 50px;
  top: 0;
  padding: 15px 16px 12px;
  right: 0;
  background: #e1e1e1;
  font-weight: bold;
  overflow: hidden;
}
