
/*footer, header, style.css, scriptjs, pageseo, page1, ajout des photos des bannieres depuis le backoffice*/
:root {
  --color0: #ffffff;
  --color1: #c70c2d;
  --color2: #333635;
  --color3: #fafafa;
  --color4: #4e5150;
  --color6: #dd1135;
  --font_family_1: "Inter-Regular", sans-serif;
  --font_family_2: "Poppins-Regular", sans-serif;
  --fontAwesome: "Font Awesome 5 Free";
  --taille_font: 15px;
}
.clear {
  clear: both;
}
.nopad {
  padding: 0;
}
.nopad-l {
  padding-left: 0;
}
.nopad-r {
  padding-right: 0;
}
.contain {
  -ms-background-size: contain !important;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  background-size: contain !important;
}
.cover {
  -ms-background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--color0);
  font-size: var(--taille_font);
  font-family: var(--font_family_1);
  color: var(--color4);
}
a,
a:link,
a:visited {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.contenu a:hover {
  color: var(--color1);
}
#index {
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.contenu {
  /* background:var(--color3); */
  min-height: 300px;
  padding: 100px 0;
  width: 100%;
  position: relative;
  z-index: 10;
}
.container {
  max-width: 1200px;
  position: relative;
}
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
  clear: both;
}
a.imagecont.noflicker.img1 {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
header {
  display: block;
  clear: both;
  position: relative;
  padding: 75px 0 0;
}
.header {
  width: 100%;
  height: 75px;
  background: var(--color0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 0 1%;
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
}
.header.fixedMenu {
  /* height: 75px; */
}
.logo {
  display: table;
  padding: 10px 0 0;
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
}
.header.fixedMenu .logo {
  padding: 13px 0 0;
}
.btn-partage .btnp {
  width: 36px;
  height: 36px; /* border-radius: 50%; */
  background-color: var(--color0) !important;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transition: all 400ms ease;
  text-align: center; /* border: 2px solid transparent; */
  margin-left: 3px;
}
.btn-partage .btnp:hover {
  transform: translateY(-10px);
  background-color: var(--color1) !important;
}
nav .menu_principal {
  font-family: var(--font_family_2);
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: outside none;
  float: right;
}
nav .menu_principal li {
  float: left;
  position: relative;
  margin: 0 1px;
  background: none;
  padding: 0;
}
nav .menu_principal a,
.menu_principal a:visited {
  color: var(--color4);
  display: block;
  font-size: 12px;
  text-align: center;
  height: 75px;
  font-weight: bold;
  padding: 0 15px; /* line-height:110px; */
  display: flex;
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font_family_2);
  align-items: center;
  justify-content: center;
}
nav .menu_principal a:hover,
.menu_principal a#courant,
.menu_principal li.active a {
  color: var(--color1);
}
.menu_principal a::before {
  bottom: 25px !important;
  position: absolute;
  font-size: 12px;
  left: 50%;
  width: 100%;
  height: 2px;
  display: block;
  content: "\f02e";
  font-family: "Font Awesome 5 free";
  font-weight: bold;
  transform: translate(-50%, 0);
  -webkit-transition: all 0.2s linear 0;
  -moz-transition: all 0.2s linear 0;
  -ms-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  transition: all 0.2s linear 0;
  opacity: 0;
  color: var(--color1);
}
.menu_principal a:hover::before,
.menu_principal a#courant::before,
.menu_principal li.active a::before {
  /* bottom:26px; */
  opacity: 1;
}
.header.fixedMenu .menu_principal a:hover::before,
.header.fixedMenu .menu_principal a#courant::before,
.header.fixedMenu .menu_principal li.active a::before {
  bottom: 16px;
}
.header.fixedMenu nav .menu_principal a {
  height: 70px;
  line-height: 70px;
}
.sidebar-scroll-right .callTracker {
  width: 100%;
  height: 50px;
}
.callTracker {
  position: relative;
}
.callTracker span,
.callTracker a {
  display: inline-block;
  text-align: left;
  min-width: 145px;
  padding: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 100%;
  line-height: 1.64em;
  text-decoration: none;
}
.callTracker .t_phone {
  opacity: 0;
  display: none;
}
.callTracker .t_affiche {
  cursor: pointer;
}
header .callTracker span,
header .callTracker a {
  top: 5px;
}
header .callTracker .t_affiche {
  font-size: 90%;
}
.callTracker.active .t_phone {
  opacity: 1;
  display: inline-block;
}
.callTracker.active .t_affiche {
  opacity: 0;
  display: none;
}
.pied .callTracker a,
.coordonnees .callTracker a {
  position: relative;
  left: 0;
}
footer .callTracker:not(.active) span.t_affiche:hover {
  color: var(--color1);
}
header .tel-header {
  /* padding: 19px 0 20px; */
  margin: auto;
  display: table;
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  width: 42px;
  position: relative;
  height: 75px;
  display: flex;
  align-items: center;
}
header .fixedMenu .tel-header {
  padding: 15px 0 20px;
}
header .tel-header .t_affiche {
  width: 42px;
  height: 42px;
  font-size: 0;
  display: block !important;
  opacity: 1 !important;
  min-width: auto;
  border: 1px solid var(--color1);
  border-radius: 50%;
}
header .tel-header.callTracker .t_phone {
  color: var(--color0);
  background: var(--color2);
  text-align: center;
  position: absolute;
  line-height: normal;
  height: auto;
  padding: 5px;
  top: 82px;
  border-radius: 15px;
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  width: 125px;
  right: 50%;
  margin-right: -65px;
  min-width: auto;
  font-size: 15px;
}
header .fixedMenu .tel-header.callTracker .t_phone {
  top: 68px;
}
header .tel-header.callTracker .t_phone::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 16px;
  left: 50%;
  border-color: transparent transparent #333635;
  margin-left: -13px;
}
.bloc_slider {
  position: relative;
}
.img-slide {
  background-position: center;
  background-repeat: no-repeat; /* height: 100%; */
  background-size: contain !important;
}
.rsImg {
  width: 100%; /* height: 100%; */
}
header .bloc-slider {
  display: flex; /* align-items: center; */ /* justify-content: stretch; */
}
.zone-slg {
  background-color: var(--color1);
  background-image: url(../images/SL_042620_30310_15.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
.body-page-1 .zone-banner {
  height: 73vh;
}
.slegon {
  display: flex;
  padding: 0px 8vw;
  line-height: 1.1;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.cta {
  text-align: center;
  margin: 0 0;
  /* border: 1px solid var(--color0); */
  font-weight: 700;
  font-size: 15px;
  font-family: var(--font_family_1);
  min-width: 225px;
  /* height: 100%; */
  line-height: initial;
  display: block;
  z-index: 1;
  position: relative;
  top: 20px;
}

.cta a {
  background: var(--color6) !important;
}

.cta a:hover {
  /* background: var(--color6) !important; */
}
.titre-slg {
  color: white;
  font-family: var(--font_family_5);
  font-weight: bold;
  font-size: 45px; /* text-transform: lowercase !important; */
  display: table-cell;
  vertical-align: middle; /* background: url('../images/effect3.png'); */ /* background-position: center; */ /* -webkit-background-clip: text; */
  color: #ffffff;
  letter-spacing: 4px;
}
.body-pageseo .titre-slg {
  font-size: 45px;
}
.body-page-1 .titre-slg {
  /* color: var(--color1); */
  text-transform: none;
}
.body-page-1 .titre-slg span {
  /* text-transform:uppercase; */ /* color:var(--color2) */
}
.sou-titre-slg {
  font-family: var(--font_family_4); /* font-weight:bold; */
  font-size: 30px;
  letter-spacing: 0px;
  display: inline-block;
  overflow: hidden;
}
.owl-theme .owl-controls .owl-page span {
  background: var(--color1);
  border-radius: 50%;
  display: block;
  height: 10px;
  margin: 5px 7px;
  opacity: 1;
  width: 10px;
  opacity: 0.4;
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  border: 2px solid transparent;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  width: 14px;
  height: 14px;
  border: 0;
  margin: 5px 5px 3px;
}
.certifs .owl-theme .owl-controls .owl-page span {
  background: var(--color0);
}
.bloc-slider .owl-theme .owl-controls {
  text-align: center;
  background: var(--color0);
  margin: 0;
  position: absolute;
  top: 50%; /* margin-top:-100px; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  transform: translateY(-50%);
  left: -45px;
  border-radius: 3px;
  z-index: 9999999;
}
.bloc-slider .owl-theme .owl-controls .owl-buttons div {
  width: 45px;
  height: 45px;
  background-color: var(--color0);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: relative;
  z-index: 99999;
  border-radius: 0;
}
.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-next::before {
  display: block;
  content: "";
  position: absolute;
  font-size: 40px;
  font-family: var(--font_family_1);
  color: var(--color1);
  transform: rotate(146deg);
}
.banner {
  width: 100%;
  height: 350px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain !important;
  /* background-size: cover !important; */
}

.body-pageseo .banner {
  background-size: contain !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
  font-family: var(--font_family_4);
  font-weight: bold;
  color: var(--color2);
}
h1,
.h1 {
  font-size: 40px;
  line-height: 36px;
  margin: auto;
  margin-bottom: 50px;
  display: table;
  position: relative;
  color: var(--color6);
  text-transform: uppercase;
}
.h1.center {
  background-position: center bottom;
}
.body-page-1 .contenu h1 {
  margin-bottom: 30px;
  font-size: 30px;
  margin-top: 20px;
  line-height: 35px;
}
h2,
.h2 {
  font-size: calc(var(--taille_font) + 0.8rem);
}
h3,
.h3 {
  font-size: calc(var(--taille_font) + 0.7rem);
}
h4 {
  font-size: calc(var(--taille_font) + 0.6rem);
}
h5 {
  font-size: calc(var(--taille_font) + 0.5rem);
}
h6 {
  font-size: calc(var(--taille_font) + 0.4rem);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
.titre-secondaire {
  display: block;
  color: var(--color1);
  font-size: 14px;
  font-family: var(--font_family_1);
  font-weight: bold;
}
a.btn-show-more {
  display: table;
  padding: 15px 40px;
  background: var(--color1);
  color: var(--color0);
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  font-family: var(--font_family_3);
  position: relative;
  border-radius: 2px;
}
a.btn-show-more:hover {
  background: var(--color6);
  color: var(--color0);
}
footer {
  display: block;
  clear: both;
  position: relative; /* background:var(--color2); */
  z-index: 11;
  background-color: #000000e0;
  background-image: url(../images/bann3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
}
footer a.btn-get-contact {
  display: table;
  background: var(--color0);
  color: var(--color1);
  font-family: var(--font_family_3);
  margin: auto;
  padding: 18px 50px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  top: -30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  border-radius: 55px;
  z-index: 999;
}
footer a.btn-get-contact:hover {
  background: var(--color1);
  color: var(--color0);
}
footer h3 {
  text-transform: uppercase;
  color: var(--color0);
  font-size: 15px;
  font-family: var(--font_family_3);
}
.band1 {
  display: block;
  clear: both; /* background:var(--color2); */
  padding: 38px 0 60px;
  font-size: 14px;
}
.band2 {
  display: block;
  clear: both; /* background:#181818; */
  padding: 0px 0; /* border-top: 1px solid #0c0c0c; */
}
.btn-scroll-top {
  width: 36px;
  height: 36px; /* border-radius:50%; */
  background: var(--color1);
  position: fixed;
  right: 5%;
  bottom: 6%;
  cursor: pointer;
  z-index: 10000;
  display: none;
  border: 1px solid var(--color0);
}
.btn-scroll-top.remonter::before {
  content: "";
  color: var(--color0);
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 25px;
  left: 50%;
  top: 50%;
}
.cordonne-footer {
  color: var(--color0);
  padding: 10px 0;
  font-size: inherit;
}
.cordonne-footer p,
.cordonne-footer address {
  padding-left: 30px;
  margin-bottom: 10px;
}
.cordonne-footer .adress-footer {
  background: url(../images/icons/ico-adresse-f.svg) no-repeat top 5px left;
  background-size: 13px auto;
}
.cordonne-footer p.tel-footer {
  background: url(../images/icons/ico-tel-f.svg) no-repeat top 5px left;
  background-size: 16px;
  background-position: left center;
}
.cordonne-footer p.mobile-footer {
  background: url(../images/icons/ico-tel2-f.svg) no-repeat top 3px left;
  background-size: 11px;
  background-position: left center;
}
.cordonne-footer a {
}
.cordonne-footer a:hover {
  color: var(--color0);
}
.hours {
  color: var(--color0);
  padding-left: 30px;
  background: url(../images/icons/ico-horaires.svg) no-repeat top 5px left;
  background-size: 16px auto;
}
.menu_footer {
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  text-align: left;
  width: auto;
  line-height: 1.6;
}
.menu_footer li {
  display: block;
  padding: 0;
  background: none;
}
.menu_footer a,
.menu_footer a:visited {
  color: var(--color0);
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
}
.menu_footer a:hover,
.menu_footer li.active a {
  color: var(--color1);
  text-decoration: none;
}
.menu_referencement {
  list-style-image: none;
  padding: 10px 0;
  margin: 0;
  text-align: justify;
}
.menu_referencement li {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}
.menu_referencement li:after {
  display: inline-block;
  content: "-";
  color: var(--color0);
  margin: 0 5px;
}
.menu_referencement li:last-child:after {
  display: none;
}
.menu_referencement a,
.menu_referencement a:visited {
  color: var(--color0);
  font-size: 13px;
  text-decoration: none;
  font-family: inherit;
}
.menu_referencement a:hover,
.menu_referencement li.active a {
  color: var(--color1);
  text-decoration: none;
}
.scroll-footer {
  height: 226px;
  overflow: auto;
}
.scroll-footer .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--color1);
}
.scroll-footer .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: var(--color1);
}
.logoPied {
  color: var(--color0);
  font-family: Arial, Verdana;
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 100;
  line-height: 15px;
  padding: 7px 0 0;
}
#logoFD svg * {
  fill: var(--color4);
}
#logoFD svg {
  width: 200px;
}

footer .btn-partage {
  display: table;
  margin: 15px auto 0;
}
footer .btn-partage .btnp {
  background-color: transparent;
}
.follow {
  display: table;
  margin: 20px auto;
}
.bloc-contenu {
  display: block;
  clear: both;
  padding: 80px 0;
  background: var(--color0);
  position: relative;
}
.bloc-contenu.grey {
  /* background: aliceblue; */
}
.bloc-contenu.nos-realisations {
  /* background: url(../images/bg.svg); */
  background-repeat: no-repeat;
  background-size: cover;
}
.bloc-contenu.nos-realisations .titre-secondaire {
  color: var(--color2);
}
.bloc-contenu.nos-realisations .h1 {
  color: var(--color6);
  margin: 0;
  margin-bottom: 50px;
}
.bloc-contenu.nos-realisations a.btn-show-more,
.bloc-contenu.nos-realisations a.btn-show-more:visited {
  background: var(--color0);
  color: var(--color1);
  border: 1px solid;
}
.bloc-contenu.nos-realisations a.btn-show-more:hover {
  background: var(--color6);
  color: white;
}
.badge-optionnel {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/badge-optionnel.png) no-repeat top right;
  width: 139px;
  height: 139px;
}
.table-cell {
  width: 100%;
  position: relative;
  display: table;
}
.table-cell .cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.text-accueil {
  text-align: justify;
}
.text-accueil p.center {
  margin: 20px 0 0;
}
.sidebar {
  height: 584px;
  position: relative; /* max-width:496px; */
  background: var(--color3);
  margin: auto;
  clip-path: inset(-100vw 0 -100vw -100vw);
  -webkit-clip-path: inset(-100vw 0 -100vw -100vw);
}
.sidebar img {
  object-fit: cover;
  -o-object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  flex: 1;
  width: auto;
  height: 100%;
  border-radius: 10px;
}
.sidebar a.btn-show-more {
  position: absolute;
  bottom: 0;
  left: 0;
}
.img-service:hover {
  opacity: 1;
}

.nbr-services-3 .img-service.service-2 {
  left: 0;
  margin-bottom: -72.5px;
  bottom: 50%;
  margin-left: -72.5px;
}
.nbr-services-3 .img-service.service-3 {
  top: 50%;
  right: -72.5px;
  left: initial;
}
a.show-all-service {
  width: 75px;
  height: 75px;
  display: block;
  background: var(--color1);
  font-family: var(--font_family_3);
  color: var(--color0);
  font-size: 40px;
  text-transform: uppercase;
  position: absolute;
  right: 66px;
  bottom: 70px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  line-height: 75px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  display: none;
}
a.show-all-service:hover {
  background: var(--color6);
}
a.show-all-service .buile-title {
  background: var(--color2);
  color: var(--color0);
  font-size: 14px;
  position: relative;
  left: 110px;
  top: -55px;
  display: block;
  width: 200px;
  padding: 5px;
  line-height: normal;
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  opacity: 0;
}
a.show-all-service:hover .buile-title {
  left: 85px;
  opacity: 1;
}
.text-services {
  display: table-cell;
  vertical-align: middle;
  padding: 0 18%;
}
.text-services .text {
  text-align: center;
  display: none;
}
.text-services .text h3 {
  color: var(--color1);
  font-size: 22px;
  padding-bottom: 25px;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
  font-weight: bold; /* font-family: var(--font_family_5); */
}
.text-services .text h3::after {
  display: block;
  background: var(--color1);
  width: 30px;
  height: 4px;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
  content: "";
}
.zone-intervention {
  z-index: 1;
  padding: 50px 0;
  background-color: #f5f5f5;
  color: #000000; /* background-image: url(../images/zone1.svg); */ /* background-repeat: no-repeat; */ /* background-size: contain; */
}
.zone-intervention .zone {
  width: 440px;
  height: 424px;
  margin: auto;
  background: url(../images/girl.png) no-repeat center;
  background-size: 100%; /* object-fit: contain; */
}
.zone-intervention .description {
  width: 90%;
  text-align: justify;
}
.zone-intervention .text ul {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}
.zone-intervention .text ul li {
  padding: 7px 10px; /* font-style:italic; */
  font-family: var(--font_family_3);
  position: relative;
}
.zone-intervention .text ul li::after {
  /* content:""; */
  display: block;
  background: var(--color4);
  bottom: 0;
  position: absolute;
  width: 40%;
  height: 1px;
  left: 0;
  opacity: 0.2;
}
.zone-titre,
.zone-btn {
  padding: 0 15px;
}
.recup-photo .item:nth-child(2),
.recup-photo .item:nth-child(2) {
  margin-bottom: 30px;
}
.recup-photo a.item-gallery {
  width: 100%;
  height: 370px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  overflow: hidden;
  border-radius: 10px;
}
.recup-photo a.item-gallery span.imagefond {
  image-rendering: optimizeQuality;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  position: relative;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 0.6s ease;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.recup-photo a.item-gallery: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);
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");
}
.recup-photo a.item-gallery:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* background:-webkit-linear-gradient(top,transparent 0%,transparent 18%,rgba(0,0,0,0.8) 99%,rgba(0,0,0,0.8) 100%); */ /* background:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(18%,transparent),color-stop(99%,rgba(0,0,0,0.8)),to(rgba(0,0,0,0.8))); */
  background: -o-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* background: linear-gradient(to bottom,transparent 0%,transparent 18%,rgb(253 144 187 / 46%) 99%,rgb(255 189 214 / 61%) 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc000000',GradientType=0);
  z-index: 1;
}
.recup-photo a.item-gallery .title-item-gallery,
.gallery .ligne-photos .propor .propor-cont .imagecont .title-item-gallery {
  color: var(--color0);
  font-size: 20px;
  position: absolute;
  display: block;
  padding: 20px 25px;
  bottom: 0;
  left: 0;
  font-family: var(--font_family_3);
  width: 100%;
  display: none;
  z-index: 2;
  text-transform: uppercase;
}
.recup-photo a.item-gallery img {
  object-fit: cover;
  -o-object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  flex: 1;
  width: auto;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  position: relative; /* filter:grayscale(100%); */ /* -webkit-filter:grayscale(100%); */
  filter: gray;
  -webkit-transition: all 0.6s ease;
}
.recup-news {
  padding: 30px 0 0;
}
.item-news {
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background: var(--color0);
}
.item-news .photo img {
  object-fit: cover;
  -o-object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  flex: 1;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.item-news .photo {
  width: 100%;
  height: 370px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #f2f2f2; /* filter:grayscale(100%); */ /* -webkit-filter:grayscale(100%); */
  filter: gray;
  -webkit-transition: all 0.6s ease; /* filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); */
  -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;
}
.item-news:hover .photo {
  filter: grayscale(0%);
  -webkit-filter: grayscale(
    0%
  ); /* filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale") */
}
.item-news .photo.no-photo {
  background-image: url(../images/no-camera.png);
  background-size: 150px;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");
}
.item-news .contenu {
  background: var(--color0);
  padding: 30px;
  min-height: 236px;
}
.item-news .date-poste {
  opacity: 0.7;
}
.item-news .contenu .titre-news {
  margin: 0 0 5px;
  font-size: 20px;
}
.item-news .contenu .titre-news a {
  text-decoration: none;
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
}
.item-news .contenu .titre-news a:hover {
  color: var(--color1);
}
.lire-suite {
  text-align: right;
  padding: 30px 0 0;
}
.lire-suite a {
  color: var(--color1);
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  font-family: var(--font_family_3);
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  padding-bottom: 20px;
  position: relative;
}
.lire-suite a:hover {
  color: var(--color2);
  text-decoration: none;
}
.lire-suite a::before {
  bottom: -5px;
  position: absolute;
  font-size: 20px;
  left: 50%;
  width: 3px;
  height: 3px;
  background: var(--color1);
  border-radius: 50%;
  display: block;
  content: "";
  transform: translate(-50%, 0);
  -webkit-transition: all 0.2s linear 0;
  -moz-transition: all 0.2s linear 0;
  -ms-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  transition: all 0.2s linear 0;
  opacity: 0;
}
.lire-suite a:hover::before {
  bottom: 10px;
  opacity: 1;
}
.bloc-contenu.certifs {
  background: var(--color1);
  padding: 80px 10%;
  margin-top: 100px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; /* margin: 0  auto; */
  margin-right: auto;
  margin-left: auto;
}
.text-certifs {
  padding: 0 15% 50px;
  color: var(--color0);
  text-align: justify;
}
.bloc-contenu.certifs h2.h1,
.bloc-contenu.certifs .titre-secondaire {
  color: var(--color0); /* margin: 0; */ /* flex: 1; */
}
.bloc-contenu.certifs .item {
  padding: 15px;
}
.logo-certifs {
  max-width: 300px;
  height: 185px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-size: 150px auto;
  -ms-background-size: 150px auto;
  -o-background-size: 150px auto;
  -webkit-background-size: 150px auto;
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  margin: 0 auto;
  border: 10px solid var(--color0);
  border-radius: 5px;
}
.logo-certifs:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border: 1px solid black;
}
#owl-demo-certifs .owl-wrapper.one-item {
  width: 100% !important;
  margin: auto;
}
#owl-demo-certifs .owl-wrapper.one-item .owl-item {
  width: 100% !important;
}
.text-gallery {
  text-align: justify;
}
.zone-caroussel-gallery {
  padding: 0 15px 0 30px;
}
a.img_gal {
  display: block;
  height: 490px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  transition: all 1s ease 0;
  -webkit-transition: all 1s ease 0;
  -khtml-transition: all 1s ease 0;
  -ms-transition: all 1s ease 0;
  -o-transition: all 1s ease 0;
  margin-bottom: 2.5%;
}
.mask {
  background: url(../images/icone_zoom.svg) no-repeat scroll center center
    rgba(0, 0, 0, 0.7);
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 1s ease 0 !important;
  -webkit-transition: all 1s ease 0 !important;
  -khtml-transition: all 1s ease 0 !important;
  -ms-transition: all 1s ease 0 !important;
  -o-transition: all 1s ease 0 !important;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background-size: 56px auto;
}
a.img_gal img {
  object-fit: contain;
  -o-object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  flex: 1;
  height: 100%;
}
.img_gal:hover .mask {
  opacity: 1;
}
.body-gallery .owl-theme .owl-controls {
  text-align: center;
  background: none;
  margin: 0;
  position: static;
  margin-top: 0;
  box-shadow: none;
  height: 20px;
}
.body-gallery-4 .contenu {
  padding: 100px 5px 50px;
}
.body-gallery-4 .contenu .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.gallery h2 {
  clear: none !important;
}
.gallery ul {
  clear: both;
}
.gallery .bas-galerie {
  text-align: center;
  padding: 40px 0 0;
}
.gallery .description-galerie {
  padding: 0 10% 40px;
  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: 5px !important;
}
.gallery .multiple .ligne-photos {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.gallery .ligne-photos .propor {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.gallery .multiple .ligne-photos .propor {
  margin-bottom: 0;
  border-radius: 5px;
  overflow: hidden;
}
.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 .imagecont {
  height: 100%;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
}
.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;
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  position: relative; /* filter:grayscale(100%); */ /* -webkit-filter:grayscale(100%); */
  filter: gray; /* -webkit-transition:all .6s ease; */ /* filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.6) 99%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.6) 99%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(18%, transparent),
    color-stop(99%, rgba(0, 0, 0, 0.6)),
    to(rgba(0, 0, 0, 0.6))
  );
  background: -o-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.6) 99%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.6) 99%,
    rgba(0, 0, 0, 0.6) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc000000',GradientType=0);
  z-index: 1;
}
.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond img {
  object-fit: cover;
  -o-object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  flex: 1;
  height: 100%;
}
.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: rgba(0, 0, 0, 0.5) url(../images/ico-zoom.svg) no-repeat center
    center;
  background-size: 56px auto;
}
.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);
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");
}
.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;
}
.gallery .nav {
  margin: 10px 0;
  text-align: center;
}
.gallery .nav li {
  display: inline-block;
  margin-bottom: 10px;
}
.gallery .nav li::after {
  position: absolute;
  font-size: 20px;
  right: 0;
  top: 18px;
  width: 5px;
  height: 5px;
  background: var(--color1);
  border-radius: 5px;
  display: block;
  content: " ";
}
.gallery .nav li:last-child::after {
  display: none;
}
.gallery .nav li a {
  background: none;
  display: block;
  color: inherit;
  text-transform: uppercase;
  font-size: 16px;
  font-family: var(--font_family_3);
  padding: 10px;
  text-align: center;
  border-radius: 0;
  text-decoration: none;
}
.gallery .nav li a:hover,
.gallery .nav li.active a {
  background: none;
  color: var(--color1);
}
.gallery .nav li.active a {
  cursor: default;
}
.gallery .tab-content {
  padding-top: 10px;
  padding-bottom: 0;
}
.gallery .tab-content h2 {
  padding-left: 15px;
  margin-bottom: 20px;
}
.gallery .bas-galerie {
  text-align: center;
  padding: 40px 0;
  text-align: center;
}
.gallery .bas-galerie a.bouton-principal {
  padding-left: 15px;
  padding-right: 60px;
  display: inline-block;
}
.gallery .bas-galerie a.bouton-principal::after {
  background-image: none;
  width: 22px;
  height: 22px;
  content: "+";
  font-family: var(--font_family_1);
  font-size: 45px;
  position: absolute;
  right: 19px;
  top: 15px;
  line-height: 20px;
}
.prestation {
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background: var(--color0);
  margin: 0 0 30px;
}
.item-news.prestation .bloc-photo {
  position: relative;
  height: auto;
}
.item-news.prestation .bloc-photo.photo-empty,
.item-news.prestation .photo {
  height: 295px;
}
.item-news.prestation .contenu {
  background: var(--color0);
  padding: 50px 40px 20px;
  position: relative;
  min-height: 170px;
}
.item-news.prestation .contenu .text-liste-serive {
  min-height: 86px;
  height: 86px;
  overflow: hidden;
}
.item-news.prestation .contenu .lire-suite {
  padding: 10px 20px;
  border-radius: 5px;
  display: table;
  margin: 0 auto;
  background: var(--color1);
}
.item-news.prestation .bloc-titre {
  display: table;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 11;
  left: 0;
  bottom: -25px;
}
.item-news.prestation .bloc-photo.sans-photo .bloc-titre {
  position: relative;
}
.item-news.prestation .bloc-titre .titre-news {
  display: table;
  margin: 0 auto;
  background: var(--color0); /* border-radius:19px; */
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 15px 35px;
  font-size: 18px;
  max-width: 95%;
}
.item-news.prestation .miettes {
  list-style: none;
  margin: 0;
  padding: 0;
}
.centerservice {
  margin: 0 33% !important;
}
.btn-service {
  text-align: center;
  margin: 10px 0;
}
.btn-service a.btn-show-more {
  display: inline-block;
  padding: 15px 25px 15px 20px;
}
.body-news-list .item-news {
  margin-bottom: 30px;
}
.body-news-list .item-news:last-child {
  margin-bottom: 0;
}
.body-news-list .btn-partage {
  margin: -10px 0 0;
}
.header-news {
  text-align: center;
  margin: 0 0 80px;
  display: table-cell;
  vertical-align: middle;
}
a.return-to-news {
  display: inline-block;
  color: var(--color2);
  font-size: 15px;
  padding: 10px 10px 10px 45px;
  background: url(../images/fleche-btn.svg) no-repeat center left 15px;
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  font-family: var(--font_family_3);
  text-decoration: none;
  background-size: 22px auto;
}
a.return-to-news:hover {
  background-position: center left 5px;
  color: var(--color2);
}
.header-news h1 {
  text-transform: uppercase;
  margin: 15px 0;
}
.header-news .date-poste {
  font-size: 24px;
  opacity: 0.7;
  font-family: var(--font_family_1);
}
.news .item-news {
  width: 80%;
  margin: -135px auto 0;
}
.news .item-news .photo {
  height: 450px;
  height: clamp(300px, 40vw, 450px);
}
.news .item-news .contenu {
  padding: 4vw;
  color: var(--color2);
  text-align: justify;
}
.news .item-news .btn-partage {
  display: table;
  padding: 5px 0 0;
  border-radius: 25px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  background: var(--color0);
  left: 50%;
  transform: translate(-50%, 0);
  top: -20px;
  width: 160px;
  text-align: center;
}
.news .item-news .btn-partage .btnp {
  position: relative;
  top: -3px;
}
.zone-titre-header {
  height: 350px;
  width: 100%;
  display: table;
  position: relative;
}
.btn-avis {
  border: 0;
  background: var(--color1);
  padding: 12px 25px;
  color: var(--color0);
  font-family: var(--font_family_3);
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
}
.btn-avis:hover {
  background: var(--color2);
}
.AvisClientsBg {
  padding: 0;
  background-color: var(--color3);
  position: relative;
}
.AvisClientsBg .contenu {
  background: none;
}
.etoiles .fa {
  color: var(--color1);
}
.AvisClientsList {
  margin: 0;
  padding: 0;
}
.AvisClientsList li {
  list-style: none;
  background: none;
}
.avisClientsBg .h {
  text-align: center;
}
.AvisClients:link,
.AvisClients:visited,
.AvisClients {
  position: relative;
  background-color: var(--color0);
  padding: 80px 20px 20px;
  text-align: center;
  height: 300px;
  margin-top: 100px;
  display: block;
  text-decoration: none;
  border-bottom: 8px solid var(--color1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  opacity: 0.5;
  width: 95%;
}
.AvisClients:active,
.AvisClients:hover {
  background-color: var(--color3);
  opacity: 1;
}
.slick-center .AvisClients {
  opacity: 1;
}
.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(--color0);
  width: 100px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 20px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: var(--color3);
}
.AvisClientsBg .bx-pager {
  bottom: 17px;
}
.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;
  font-style: italic;
  margin: 23px 0 0;
}
.temoignageScroll .scrollbar-content {
  padding: 0 10px 0 0;
  width: 100%;
}
.temoignageScroll .scrollbar-path-vertical {
  right: 0;
}
.date_post {
  font-size: 16px;
  padding: 4px 0;
  opacity: 0.7;
}
.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: -80px auto 10px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: var(--color3);
  width: 115px;
  height: 115px;
}
.livre-elements .pseudo {
  margin-bottom: 10px;
  color: var(--color1);
  font-size: 20px;
}
.livre-elements .date {
  margin-bottom: 10px !important;
}
.livre-elements .etoiles {
  margin-bottom: 0 !important;
}
.livre-elements .temoignage {
  text-align: center;
  margin: 0;
  padding: 15px 0;
  font-style: italic;
}
.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: 60px 0 80px;
  background-color: var(--color0);
  border-radius: 2px;
  border-bottom: 5px solid var(--color1);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
}
.divAvis:last-child {
  margin-bottom: 0;
}
.btn-avis {
  margin-bottom: 30px;
}
.modal-content a,
.modal-content a:link,
.modal-content a:visited {
  color: var(--color2);
}
.modal-header {
  border-bottom: 1px solid #bbb;
}
.modal-header .h1 {
  text-align: center;
  margin-bottom: 40px;
  color: var(--color2);
  font-size: 1.6vw;
  font-weight: bold;
  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(--color0);
}
.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;
}
.modal-content .btn-close {
  border: 0;
  background: none;
  padding: 0;
  font-size: 21px;
  color: #000;
  opacity: 0.2;
  line-height: 1;
}
.modal-content .form-control {
  min-height: 44px;
  border-radius: 2px;
}
.modal-content .btn-close:hover,
.modal-content .btn-close:focus {
  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;
  text-align: left;
  font-weight: normal;
}
.formulaire #add-review .conditionsLabel {
  padding-left: 5px;
}
#add-review {
  text-align: center;
}
.formulaire #add-review .form-actions {
  padding-left: 15px;
  padding-right: 15px;
}
#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 input,
.formulaire #add-review .form-group textarea,
.formulaire #add-review .form-group .form-control {
  background: var(--color0);
  border: 1px solid #bbb;
  color: #bbb;
  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: normal;
  font-style: italic;
  text-align: justify;
  opacity: 0.6;
  display: block;
  clear: both;
  color: var(--color2) !important;
}
ul.slick-dots {
  margin: 0;
  margin-top: 65px;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.slick-dots li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 8px;
  height: 8px;
  background: var(--color1);
  border-radius: 50%;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  padding: 0;
  opacity: 0.4;
}
ul.slick-dots li.slick-active {
  width: 30px;
  border-radius: 4px;
  opacity: 1;
}
ul.slick-dots li + li {
  margin-left: 10px;
}
ul.slick-dots li button {
  display: none;
}
#add-review .submit-review {
  margin: 25px auto 15px !important;
  position: relative;
  top: 0;
  background-image: none;
  padding: 15px 40px !important;
}
.inner-container {
  margin: auto;
  max-width: 1280px;
}
.body-contact .contenu {
  padding: 0;
}
.body-contact .contenu .container {
  width: auto !important;
  max-width: 100% !important;
  padding: 0;
}
.coordonnes-contact {
  color: var(--color2);
  text-align: center;
  padding: 100px 0;
}
.coordonnes-contact p.tel1,
.coordonnes-contact p.tel2 {
  margin: 0;
}
.coordonnes-contact .callTracker:not(.active) span:hover {
  color: var(--color1);
}

.coordonnes-contact label {
  font-family: var(--font_family_3);
  font-weight: bold;
  display: block;
  font-size: 20px;
  color: var(--color1);
}
.coordonnes-contact span {
  text-align: center;
}
.coordonnes-contact .adress-contact,
.coordonnes-contact .tel-contact,
.coordonnes-contact .horaires-contact {
  padding-top: 50px;
  background-position: top center;
  background-repeat: no-repeat;
}
.coordonnes-contact .adress-contact {
  background-image: url(../images/contact/ico-adresse-f.svg);
  background-size: 30px auto;
}
.coordonnes-contact .tel-contact {
  background-image: url(../images/contact/ico-tel-f.svg);
  background-size: 39px auto;
}
.coordonnes-contact .horaires-contact {
  background-image: url(../images/contact/ico-horaires.svg);
  background-size: 40px auto;
}
.plan-du-site {
  position: relative;
  z-index: 1;
  height: 785px;
}
.plan-du-site iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
  opacity: 0.6;
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
}
.plan-du-site iframe:hover {
  opacity: 0.9;
}
.zone-form-contact {
  max-width: 1078px;
  margin: auto;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.21);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.21);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.21);
  background: var(--color0);
  padding: 50px 30px 35px;
  margin-top: -130px;
}
.zone-form-contact h1,
.zone-form-contact .text {
  text-align: center;
}
.contact .zone-form-contact h1 .text {
  color: var(--color1);
  font-size: 12px; /* font-family:var(--font_family_1); */
}
.contact .form-group {
  margin-bottom: 18px;
}
.contact .form-horizontal .control-label {
  display: none;
}
.contact .form-control {
  border-radius: 0;
  border: none;
  border-bottom: solid 1px var(--color1);
  height: 42px;
  background: var(--color0);
  color: var(--color4);
  font-size: 14px;
  font-family: var(--font_family_1); /* font-weight:bold; */
  box-shadow: none;
  outline: none;
}
.contact .form-control:focus {
  /* border:1px solid var(--color2); */ /* box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(194,196,198,0.6); */
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(194, 196, 198, 0.6);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(194, 196, 198, 0.6); /* -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(194,196,198,0.6); */ /* color:var(--color2); */
}
@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: 25px;
  }
  .form-horizontal select.form-control option {
    color: inherit;
  }
}
.body-gallery-2 div#owl-demo-gallery a.img_gal img {
  width: 100%;
}

.contact .form-control::-webkit-input-placeholder {
  color: var(--color4);
}
.contact .form-control:-moz-placeholder {
  color: var(--color4);
  opacity: 1;
}
.contact .form-control::-moz-placeholder {
  color: var(--color4);
  opacity: 1;
}
.contact .form-control:-ms-input-placeholder {
  color: var(--color4);
}
.contact .label-rgpd {
  padding: 0;
  color: var(--color4);
  font-size: 13px;
  opacity: 1;
  line-height: 1.5;
}
.contact .label-rgpd strong {
  color: var(--color1);
}
.contact .zone-form-contact .form-group .col-md-8,
.pageseo .contact .form-group .col-md-8 {
  width: 100% !important;
}
.contact .btn-primary,
.contact .btn-primary:focus {
  border-radius: 0;
  background: url(../images/ico-envoyer.svg) no-repeat center left 27%
    var(--color0);
  border: 0;
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: var(--color1);
  font-size: 15px;
  text-transform: uppercase;
  font-family: var(--font_family_3);
  padding: 18px 55px 18px 80px;
  display: table;
  margin: 0 auto -40px;
  position: relative;
  top: 20px;
  background-size: 17px auto;
}
.contact .btn-primary:hover {
  background-color: black;
  background-image: url(../images/ico-envoyer-h.svg);
  color: var(--color0);
}
.contact .form-actions {
  font-size: 13px;
  color: var(--color4);
}
.body-contact .contact .form-actions {
  padding: 0 12% 5px;
  color: var(--color0);
  font-style: italic;
}
.formulaire.bottom .form-actions {
  margin: 0 !important;
  width: 100%;
}
.bloc-info-rgpd {
  background: var(--color1);
  padding: 190px 10% 100px;
  color: var(--color0);
  position: relative;
  z-index: 1;
  margin: -130px 0 0; /* border-bottom: 1px solid; */
}
.contact .info-rgpd {
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  text-align: justify;
  margin-top: 15px;
  opacity: 1;
  color: var(--color0);
  padding: 0 12%;
}
.contact .info-rgpd p {
  font-size: inherit;
  font-weight: normal;
  font-style: italic;
  text-align: justify;
  margin-top: 15px;
  opacity: 1;
  display: block;
  clear: both;
}
.contact .info-rgpd a:hover {
  color: var(--color0);
}
.contact textarea.form-control {
  height: auto;
}
.g-recaptcha {
  float: left;
}
.body-contact .g-recaptcha {
  float: none;
  margin: auto;
  display: table;
}
.pageseo .contact .btn-primary,
.pageseo .contact .btn-primary:focus {
  position: static;
  margin: 0;
  float: right;
}
.pageseo .formule_page_seo {
  padding-top: 30px;
}
.pageseo .formule_page_seo h2 {
  color: var(--color1);
}
.pageseo .contact .form-group {
  margin-bottom: 15px;
}
.pageseo .contact .info-rgpd {
  padding: 0;
  color: inherit;
  font-size: 11px;
}
.pageseo .help-block {
  display: inline-block;
  font-style: normal !important;
  font-size: inherit !important;
  color: inherit !important;
  margin: 0;
}
.sitemap ul {
  padding-left: 0;
}
.sitemap ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  float: left;
  clear: both;
  display: inline-block;
  position: relative;
}
.sitemap ul li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  font-size: 15px;
  color: var(--color1);
}
.sitemap ul li.niveau2 {
  margin-left: 15px;
}
.sitemap ul li a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}
.sitemap ul li a:hover {
  color: var(--color1);
}
.page_404 p {
  text-align: left;
}
.page_404 h4 {
  font-family: arial;
  font-size: 18px;
}
.page_404 .btn {
  margin-top: 0 !important;
  color: var(--color0) !important;
  padding: 10px 20px;
  clear: both;
  display: inline-block;
  width: auto;
  text-decoration: none;
  border-radius: 0;
  border: 0;
  background: var(--color1);
  font-family: var(--font_family_3);
}
.page_404 .btn:hover {
  background: var(--color2);
}
hr {
  border-color: var(--color4);
  opacity: 0.3;
}
.body-copyright .contenu h2 {
  font-size: 25px;
}
.header-sidebars {
  display: none;
}
.header-sidebars a.logo {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 150px;
  margin-left: -75px;
  margin-top: 0;
}
.header-sidebars a.logo img {
  width: 100%;
}
.header-sidebars,
.sidebar-left,
.sidebar-right {
  background-color: var(--color0);
  letter-spacing: 1px;
}
.sidebar-left a,
.sidebar-right a,
.sidebar-bottom-controls a,
.contactButton,
.nav-item-active,
.sidebar-form label,
.sidebar-send-button,
.sidebar-divider-text {
  color: var(--color0) !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: table;
  height: 65px;
  width: 100%;
}
.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: 5px;
  top: 50%;
  transform: translateY(-50%);
  max-height: 76px;
  max-width: 120px;
}
.deploy-left-sidebar {
  display: table-cell;
  background-color: var(--color1);
  background-size: auto 49%;
  background-image: url(../images/nav.svg);
  background-repeat: no-repeat;
  height: 65px;
  width: 65px;
  background-position: center center;
}
.deploy-right-sidebar {
  border-left: 1px var(--color1) solid;
  display: table-cell; /* background-color:var(--color1); */
  background-repeat: no-repeat;
  height: 65px;
  width: 65px;
}
.deploy-right-mail {
  border-left: 1px var(--color1) solid;
  display: table-cell; /* background-color:var(--color1); */
  background-repeat: no-repeat;
  height: 65px;
  width: 65px;
  position: absolute;
  right: 65px;
  top: 0;
}
.deploy-right-call {
  display: table-cell; /* background-color:var(--color1); */
  height: 65px;
  width: 65px;
  position: absolute !important;
  right: 130px;
  top: 0;
}
.deploy-back-home {
  background-color: #f9fafc;
  width: 50px;
  height: 50px;
  background-position: center center;
  float: right;
  margin-top: -50px;
}
.sidebar-left {
  width: 270px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: -270px;
  bottom: 0;
  overflow: hidden;
  position: fixed;
  box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.1);
}
.sidebar-scroll-left {
  padding-right: 20px;
  left: 0;
  width: 310px;
  overflow: scroll !important;
  overflow-x: hidden !important;
  -webkit-overflow-scroll: touch !important;
  height: 100%;
  background-color: #c31c26;
}
.sidebar-scroll-right {
  width: 275px;
  overflow: hidden !important;
  overflow-x: hidden !important;
  height: 100%;
  background-color: #ffffff;
}
.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-left a,
.sidebar-right a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  position: relative;
  color: var(--color0) !important;
  z-index: 1;
}
.sidebar-header-left {
  height: 65px;
  background-color: var(--color1);
  position: relative;
}
.sidebar-left-logo {
  max-height: 75px;
  position: absolute;
  top: -2px;
  left: 8px;
  margin-right: 179px;
}
.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(--color1) !important;
  opacity: 0.7;
}
.sidebar-bottom-controls {
  background-color: var(--color1);
}
.sidebar-bottom-controls p {
  margin-top: 3px;
}
.sidebar-bottom-controls a {
  font-size: 12px;
  background-repeat: repeat-y;
  text-align: center;
  float: left;
  width: 33%;
  line-height: 10px;
  display: block;
}
.nav-item {
  font-size: 16.2px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-size: 22px auto;
  background-color: #c9323b;
  height: 60px;
  line-height: 61.5px;
  background-repeat: no-repeat;
  padding-left: 60px;
  background-position: 20px center;
  margin-bottom: 1px;
}
.submenu a {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 1);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  font-size: 10px;
  color: #878787;
  text-transform: uppercase;
  font-weight: 900;
}
.submenu a:first-child {
  background-image: none !important;
}
.submenu {
  display: none;
}
.submenu-active {
  display: block;
}
.sidebar-notifications a {
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 38px;
  margin-left: 20px;
  font-size: 10px;
  color: #878787;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 10px;
}
.sidebar-header-right {
  height: 65px;
  background-color: var(--color1);
  position: relative;
}
.close-sidebar-right {
  height: 65px;
  width: 65px;
  margin-left: 0;
  display: block;
}
.sidebar-left .close-sidebar-left,
.sidebar-right .close-sidebar-right {
  position: absolute !important;
}
.right-sidebar-copyright {
  margin: 20px 0;
}
.footer-text a {
  padding-top: 10px;
  font-size: 10px;
  color: #8a8a8a;
}
.copyright-sidebar {
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}
.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;
  padding-left: 18px;
  background: var(--color1);
}
.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;
}
.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;
  text-decoration: none !important;
  line-height: 18px;
  font-size: 16.2px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  color: var(--color0);
  height: 60px;
  padding-left: 29px;
}
.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: none;
}
.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: none;
}
.no-bottom {
  margin-bottom: 0 !important;
}
.menu-mobile-dynamique .sub-menu {
  display: none;
}
.menu-mobile-dynamique li a::before {
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  font-size: 15px;
  color: var(--color0);
}
.icones {
  width: 32px;
  margin: 16px 0 0 16px;
  height: 32px;
  fill: var(--color1);
}
header .tel-header .icones {
  width: 33px;
  margin: 9px 0 0 9px;
  height: 33px;
  fill: var(--color1);
}
.btn-partage .icones {
  width: 17px;
  margin: 0;
  height: 17px;
  padding: 0;
  position: relative;
  fill: var(--color1);
  top: 9px;
}
.btn-partage .btnp:hover .icones {
  fill: var(--color0);
}
.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: 20px 30px;
  color: var(--color1);
  text-decoration: none;
  display: block;
  height: 100%;
  font-family: var(--font_family_1);
  text-transform: uppercase;
}
.news_avant_apres a:hover,
.news_avant_apres a:focus {
  border-color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  color: var(--color2);
}
.news_avant_apres a::before {
  bottom: -5px;
  position: absolute;
  font-size: 20px;
  left: 50%;
  width: 3px;
  height: 3px;
  background: var(--color1);
  border-radius: 50%;
  display: block;
  content: "";
  transform: translate(-50%, 0);
  -webkit-transition: all 0.2s linear 0;
  -moz-transition: all 0.2s linear 0;
  -ms-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  transition: all 0.2s linear 0;
  opacity: 0;
}
.news_avant_apres a:hover::before {
  bottom: 10px;
  opacity: 1;
}
.news_avant_apres a:hover b,
.news_avant_apres a:focus b {
  text-decoration: none;
  color: var(--color2);
}
.navButtons,
.navButtons:visited {
  padding: 0 0 10px;
  color: var(--color2);
  transition: 0.8s;
  text-decoration: none;
  display: block;
  font-weight: bold;
}
.news_avant_apres a:hover span,
.news_avant_apres a:focus span {
  color: var(--color2);
  text-decoration: none;
}
.pagination > li {
  background: none;
  padding-left: 0;
}
.pagination > li > a,
.pagination > li > span {
  color: var(--color4);
  border-color: var(--color4);
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: var(--color1);
  background-color: var(--color2);
  border-color: var(--color2);
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: var(--color1);
  background-color: var(--color2);
  border-color: var(--color2);
}
.item-news hr {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  header .bloc-slider {
    flex-direction: column-reverse;
  }
  .contact .formulaire .form-group > label.control-label {
    display: block;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateZ(0);
    bottom: 11px;
    opacity: 0.5;
    position: relative;
    font-size: 0;
  }
  .contact .formulaire .form-group > label.focus {
    bottom: auto;
    font-size: var(--taille_font);
    padding-top: 15px;
  }
  .header-sidebars {
    display: block;
  }
  .hide-responsive {
    display: none !important;
  }
  .clear-both {
    clear: both;
  }
  header {
    padding: 0;
  }
  .zone-slg,
  .zone-banner {
    width: 100%;
    height: auto !important;
  }
  .slegon {
    padding: 3vw 5vw;
    text-align: center;
  }
  .titre-slg {
    font-size: 40px;
  }
  .bloc-slider .owl-theme .owl-controls {
    display: none !important;
  }
  .contenu {
    padding: 40px 15px;
  }
  h1,
  .h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 50px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  h5,
  h6 {
    font-size: 20px;
  }
  a.btn-show-more {
    font-size: 13px;
    padding: 13px 35px;
  }
  .bloc-contenu {
    padding: 40px 0;
  }
  .liste-services {
    /* width:550px; */ /* height:550px; */
  }
  a.show-all-service {
    right: 27px;
    bottom: 47px;
  }
  .zone-intervention .zone {
    width: 365px;
    background-size: contain;
  }
  .item-news {
    margin-bottom: 30px;
  }
  .item-news .photo {
    height: 400px;
  }
  .AvisClients p {
    font-size: 13px;
  }
  .item-news.prestation .photo {
    height: 250px;
  }
  .bloc-contenu.certifs {
    padding: 30px 10% 50px;
  }
  .body-gallery-4 .contenu {
    padding: 40px 5px;
  }
  .scroll-footer {
    height: 150px;
  }
  .contact .zone-form-contact h1 .text {
    font-size: 12px;
    line-height: normal;
  }
  .bloc-info-rgpd {
    padding: 170px 10% 40px;
  }
  .contact .info-rgpd {
    padding: 0;
  }
  .plan-du-site {
    height: 500px;
  }
  .coordonnes-contact {
    padding: 40px 0;
  }
  .pageseo .formulaire.gauche,
  .pageseo .formulaire.droite {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .nopad-xs {
    padding: 0;
  }
  .contact .form-group {
    margin-bottom: 0;
  }
  .news_avant_apres > div:last-child {
    right: 0;
  }
  .news_avant_apres > div {
    display: block;
    margin: 0 0 5px;
  }
  .news_avant_apres > div,
  .news_avant_apres {
    display: block;
  }
  .news-liste .table-cell .cell {
    display: block;
    width: 100%;
    clear: both;
  }
  .news .item-news {
    width: 96%;
  }
}
@media (max-width: 640px) {
  .bloc-contenu.nos-realisations .h1 {
    margin: 0 auto 50px auto;
  }
  .corps {
    --taille_font: 14px;
    font-size: var(--taille_font);
  }
  .body-pageseo .titre-slg {
    font-size: 2rem;
  }
  .nopad-xs {
    padding: 0;
  }
  .titre-slg {
    font-size: 26px !important;
  }
  .body-page-1 .titre-slg {
    font-size: 30px;
  }
  .banner {
    height: 200px;
  }
  .table-cell .cell {
    display: block;
    width: 100%;
    clear: both;
  }
  h1,
  .h1 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  h5,
  h6 {
    font-size: 20px;
  }
  .text-accueil p.center {
    text-align: center;
  }
  .text-accueil p.center a.btn-show-more {
    display: inline-block;
  }
  .img-service {
    width: 60px;
    height: 60px;
  }
  .img-service.service-3 {
    top: 50%;
    left: -30px;
    margin-top: -40px;
  }
  .img-service.service-4 {
    top: 50%;
    right: -30px;
    margin-top: -40px;
  }
  a.show-all-service {
    right: 6px; /* bottom: 30px; */
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
  .short-text-service {
    max-height: 100px;
    overflow: auto;
  }
  .zone-intervention .zone,
  .zone-intervention .description {
    width: 100%;
  }
  .nos-realisations .h1,
  .actualites .h1,
  .AvisClientsBg .h1 {
    text-align: center;
  }
  .nos-realisations a.btn-show-more,
  .actualites a.btn-show-more,
  .AvisClientsBg .h1 {
    float: none;
    margin: 0 auto 20px;
  }
  .recup-photo a.item-gallery {
    height: 250px;
    margin-bottom: 20px;
  }
  .band1 {
    padding-top: 0;
  }
  .gallery.node-2 a.img_gal {
    height: 250px;
  }
  .gallery .ligne-photos .propor .propor-cont .imagecont .title-item-gallery {
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
  }
  .coordonnes-contact .adress-contact,
  .coordonnes-contact .tel-contact,
  .coordonnes-contact .horaires-contact {
    margin-bottom: 15px;
    background-size: 23px;
    padding-top: 30px;
  }
  .plan-du-site {
    height: 380px;
  }
  .pageseo .contact .btn-primary,
  .pageseo .contact .btn-primary:focus {
    width: 100%;
    margin: 15px auto;
  }
  .centerservice {
    margin: 0 !important;
  }
}

@media (max-width: 375) {
  header .bloc-slider {
    display: black;
  }
}
.zone-slg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  z-index: -2;
  background-position: right;
}
.zone-slg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: 0;
}

h1::after,
.h1::after {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: 61px;
  height: 25px;
  background: url(../images/topTitle.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.zone.flotte {
  animation: none;
}
@media (max-width: 464px) {
  .zone.flotte {
    display: none;
  }
}

svg#logo_FD * {
  fill: #fff;
}
/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: rgb(219, 219, 219);
}
::-webkit-scrollbar-thumb {
  background-color: var(--color1);
  background-image: linear-gradient(315deg, #ff7878 0%, var(--color1) 74%);
  border-radius: 10px;
  border: 2px solid rgb(219, 219, 219);
}

/* atous */
.atous {
  vertical-align: middle;
  width: 100%;
  padding: 6px 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: space-evenly;
  user-select: none !important;
  position: relative;
  grid-gap: 10px;
}
.atous .legend {
  margin-top: 10px;
  font-family: var(--font_family_3);
}

.atousImg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.atous .bloc img {
  width: 80px;
  height: auto;
  padding: 8px;
}
.atouts-container {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  background: #ffffff;
  position: relative;
  padding: 79px 10%;
}
.atous .bloc::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 30%;
  border-radius: 0 10px 0 0;
  border: 1px solid var(--color1);
  border-left: none;
  border-bottom: none;
  opacity: 0;
  transition: 0.2s ease-in-out;
  /* opacity: 0; */
  display: NONE;
}
.atous .bloc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 30%;
  border-radius: 0 0 0 10px;
  border: 1px solid var(--color1);
  border-right: none;
  border-top: none;
  opacity: 0;
  transition: 0.2s ease-in-out;
  display: NONE;
}
.atous .bloc:hover::after,
.atous .bloc:hover::before {
  opacity: 1;
}

/* end atous */
.atous .bloc:hover {
  background-position: bottom;
}
.img-service {
  opacity: 1;
}

.body-page-1 .zone-banner {
  height: 100%;
}

a.close-sidebar-right svg.icones {
  fill: white !important;
}
@media (max-width: 389px) {
  .text-services .text h3 {
    font-size: 15px !important;
  }
}
@media (max-width: 356px) {
  .sou-titre-slg {
    font-size: 22px;
  }
  .titre-slg {
    font-size: 40px !important ;
  }
}
div#contactButtonsMobile a {
  padding: 5px !important;
  font-size: 12px !important;
}
.menu_footer li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: block;
  content: "\f5aa";
  position: absolute;
  left: -16px;
  font-size: 12px;
  color: var(--color0);
  opacity: 0.6;
}
.sitemap ul li::before,
.menu-mobile-dynamique li a::before {
  font-family: var(--fontAwesome);
  content: "\f105" !important;
  color: var(--color1) !important;
  font-weight: bold;
}
.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-prev::before,
.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-next::before {
  content: "\f061";
  font-weight: bold;
  font-family: var(--fontAwesome);
  transform: none;
  font-size: 20px;
  color: var(--color1);
}
.btn-scroll-top.remonter::before {
  content: "\f3bf";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  color: var(--color0);
  transition: 0.15s ease-in-out;
}
.menu_footer li::before {
  opacity: 0.6 !important;
}
.menu_footer li:hover::before,
.menu_footer li.active::before,
.sitemap ul li:hover::before,
.menu-mobile-dynamique li a::before {
  opacity: 1 !important;
  color: var(--color0);
}
.sitemap ul li::before,
.menu-mobile-dynamique li a::before {
  opacity: 1;
}
.exqute-seperator.invert {
  transform: rotate(180deg);
}

.exqute-seperator {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  line-height: 0;
  direction: ltr;
  height: 40px;
  z-index: 1;
}
.exqute-seperator svg {
  height: 40px;
  width: 100%;
  vertical-align: top;
}

.exqute-fill-white {
  fill: #fff;
}
.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-next::before {
  content: "\f060";
}
/*____________customized styles_____________*/
body {
  font-family: var(--font_family_2);
}

.body-service-list .banner, .body-gallery .banner, .body-contact .banner {
    background-size: cover !important;
}
.logo img {
  max-width: 200px;
}
.zone-banner {
  position: relative;
}

#owl-demo > div.owl-controls.clickable > div {
  z-index: 9999999;
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
}

.zone-banner {
  position: relative;
}

.zone-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #b10000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

#owl-demo > div.owl-controls.clickable > div {
  z-index: 9999999;
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
}
.header .exqute-seperator.invert {
  transform: rotate(0deg) translateY(38px);
}

.header .exqute-seperator svg {
  height: 25px;
}
.intro-flex-box {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  flex-wrap: wrap;
  padding: 0 100px;
  width: 100%;
}
.cell.text.intro-text {
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 15%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0 0 -40px -42px;
  padding: 12px 60px 19px;
  background: white;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  flex: 1;
}

.intro-photo {
  border-radius: 10px;
  flex: 1;
  background: #fafafa;
  width: 100%;
}
.intro-photo > div > img {
  width: 100%;
  object-fit: contain;
  object-fit: cover;
}
.liste-services {
  width: 100%;
  background: var(--color0);
  position: relative; /* display: grid; */ /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */ /* gap: 20px; */
  margin: 0 auto;
  margin-bottom: 40px;
}
.img-service img {
  width: 100%;
  height: 300px;
  border-radius: 0;
  border: none;
  position: relative;
}
.card-img {
  width: 100%;
  position: relative;
}
.service-card {
  display: block !important; /* flex-direction: column; */
  width: 100%;
  height: 100% !important;
  background: white !important;
  min-height: 500px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  margin: 0;
  position: relative;
  z-index: 0;
  border: none;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 0.2s ease;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 0.2s ease;
  -ms-transition: -ms-transform 0.3s cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 0.2s ease;
  transition: transform 0.3s cubic-bezier(0.34, 2, 0.6, 1), box-shadow 0.2s ease;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.card-body {
  padding: 0 2rem;
  padding-bottom: 4rem;
  display: block; /* margin-bottom: 50px; */
}
.btn-card {
  background: var(--color1);
  padding: 10px 20px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 16px;
  transition: all 0.15s ease 0s;
  text-decoration: none !important;
  color: white !important;
}
.btn-card:hover {
  background: var(--color2);
}
.card-title h3 {
  font-size: 16px; /* text-align: center; */
  text-transform: uppercase;
  margin-bottom: 25px;
}
.service-card:hover {
  box-shadow: 0 14px 28px rgb(0 0 0 / 20%);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (min-width: 1200px) {
  .container-service {
    max-width: 1140px;
  }
}

.container-service {
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
}
.service-card .exqute-masonry-seperator svg {
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  height: auto;
  z-index: 99999;
}
.service {
  position: relative !important;
}
.swiper {
  width: 100%;
  height: 100%;
  padding: 40px 20px !important  ;
}

.swiper-slide {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.card-title {
  text-align: center;
}
.elementor-shape .elementor-shape-fill {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.elementor-shape-top {
  top: -1px;
}
.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}
#index
  > div.bloc-contenu.zone-intervention
  > div.elementor-shape.elementor-shape-top
  > svg {
  width: 100%;
  height: 32px;
}
/* atous */
.atous {
  vertical-align: middle;
  width: 100%;
  padding: 6px 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: space-evenly;
  user-select: none !important;
  position: relative;
  grid-gap: 10px;
}
.atous .legend {
  margin-top: 10px;
  font-family: var(--font_family_3);
  text-transform: uppercase;
}
.atous .bloc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  transition: all 0.15s ease;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  padding: 20px;
  transition: all 0.2s ease-in-out;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
}
.atousImg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

span.atousImg i {
  color: var(--color1);
  font-size: 4.5rem;
}
.atous .bloc:hover {
  box-shadow: 0 14px 28px rgb(0 0 0 / 20%);
}
exqute-seperator-footer {
  top: 0;
  bottom: 0;
}

.exqute-seperator.exqute-seperator-footer {
  top: -48px;
  fill: #c70c2d;
}

.exqute-seperator.exqute-seperator-footer svg {
  height: 50px;
}
.exqute-seperator-footer2 {
  fill: white;
}
svg#logo_FD * {
  fill: white;
}
.btn-scroll-top:hover {
  background-color: white;
}

.btn-scroll-top:hover:before {
  color: var(--color1);
}
::selection {
  background-color: var(--color1);
  color: white;
}
.body-service-list-0 div[id^="service-"] {
  border-radius: 20px;
  overflow: hidden;
}
.item-news.prestation .contenu .lire-suite a {
  color: white;
}
.menu-mobile-dynamique li a::before {
  color: white !important;
  font-weight: bold;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999999999;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  /* display: none; */
}
.loader img {
  width: 40px;
  transform: scale(5);
}
.swiper-pagination-bullet-active {
  background: var(--color1) !important;
}
.row.flex {
  flex: 1;
  display: flex;
  justify-content: center;
}

.bloc-contenu.certifs h2.h1 {
  margin: 0;
  flex: 1;
  font-size: 35px;
}
.atous .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0 !important;
}
.body-service-list-0 .banner {
  background-size: cover !important;
}
header .tel-header.callTracker .t_phone {
  z-index: 99;
}
.body-page-1
  #owl-demo
  > div.owl-wrapper-outer
  > div
  > div:nth-child(3)
  > div
  > div {
  background-size: contain !important;
}
/*__________________media queries_________*/
@media (max-width: 991px) {
  header .exqute-fill-white {
    display: none;
  }
  .bloc-contenu.certifs {
    flex-direction: column;
  }
  .bloc-contenu.certifs .row.flex {
    width: 100%;
    display: block;
  }
  .bloc-contenu.certifs h2.h1 {
    margin-bottom: 45px !important ;
    font-size: 30px;
  }
}
@media (max-width: 1426px) {
  .cell.text.intro-text {
    margin: 0;
    padding: 15px;
    font-size: 12px;
  }
}
@media (max-width: 1122px) {
  .intro-flex-box {
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .body-page-1 .intro-photo img {
    /* max-width: 85%; */
    min-width: 85%;
  }
}

.flex-seoContain {
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-seoContain .seo-content {
  width: 55%;
  padding-top: 1em;
}
.flex-seoContain .seo-content h1,
.flex-seoContain .seo-form h2.h1 {
  text-align: left;
}
.flex-seoContain .seo-content h1:after,
.flex-seoContain .seo-form h2.h1:after {
  left: 0;
  margin-left: 0;
}
.flex-seoContain .seo-form {
  width: 44%;
  padding: 1em 3% 3em;
  background: var(--bg-facultatif);
}
.flex-seoContain .seo-form h2.h1:before,
.flex-seoContain .seo-content h1:before {
  display: none;
}
.img-seo img {
  border-radius: var(--border-radius);
  width: 240px;
  height: auto;
  float: right;
  margin: 0 0 5px 20px;
}

@media (max-width: 991px) {
  .flex-seoContain {
    flex-wrap: wrap;
  }
  .flex-seoContain .seo-content {
    width: 100%;
    background: transparent;
  }
  .flex-seoContain .seo-form {
    width: 100%;
  }
}

.seo-form .formulaire .col-md-6 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
