:root {
    --color0: #ffffff;
    --color1: #3b3b3e;
    --color2: #0F573F;
    --color3: #26A381;
    --color4: #181818;
    --color5: #E7E7E7;
    --font_family_1: RobotoCondensed-Regular;
    --font_family_2: RobotoCondensed-Regular;
    --taille_font: 0.9vw;
}

.contenu .page h2:first-of-type, .contenu .gallery h2:first-of-type , .contenu .seo-content h2:first-of-type , .contenu  .newsItem h2:first-of-type {position: relative;padding: 3vh 2vw;font-size: calc(var(--taille_font) + .2rem);line-height: calc(var(--taille_font) + 3rem);border: none;font-weight: 700;z-index: 1;text-align: initial !important;}

.contenu .seo-content h2:first-of-type {
    margin-top: 0;
} 
.contenu .page h2:first-of-type:before, .contenu .gallery h2:first-of-type:before , .contenu .seo-content h2:first-of-type:before , .contenu  .newsItem h2:first-of-type:before {content: '';position: absolute;background: var(--color2);width: 100%;height: 100%;opacity: .2;left: 0;top: 0;z-index: -1;border-radius: var(--border-radius);}
.contenu .page h2, .contenu .gallery h2 , .contenu .seo-content h2, .contenu  .newsItem h2{margin-bottom: 2vh;} 
.contenu blockquote {font-size: inherit;background: var(--color5);border: 0;padding: 3vh 2vw;margin: 3vh 0;}
.alert.alert-warning.alert-dismissable { width: 100%; }
.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)
}

.gallery {
    padding-bottom: 4rem;
}

body.body-sitemap.body-sitemap-14 .bande_contact_footer .row1 {
    display: none;
}

.bande_contact_footer {
    display: flex;
    justify-content: center;
    margin-bottom: 10vh;
}

.bande_contact_footer .col-md-6 {
    width: 100%;
}

.contact .col-md-3 {
    display: none;
}

.formulaire h2.h1 {
    color: var(--color4);
}

.gallery.node-4 {
    margin-bottom: 8vh;
}

.sitemap ul:last-child li:last-child {
    margin-bottom: 80px;
}

.text-center.centerBtn {
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
}

a,a:link,a:visited {
    color: inherit;
    text-decoration: underline
}

a.logo img {
    height: auto;
    width: 12vw;
    /* filter: brightness(0) invert(1); */
}

.fixedMenu a.logo img, .body-news  a.logo img {
    filter: none;
}

.h1.green {
    color: var(--color2)
}

.contact .h1.green {
    padding-top: 2em;
}

a:hover {
    text-decoration: none
}

.contenu a:hover {
    color: var(--color3);
}

.contenu a:hover .AvisClients .h {}

#index {
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow-x: hidden
}
.bande_contact_footer .row1 {
    position: relative;
    display: block;
    padding: 5rem 5%;
    background: #d1deda;
    max-width: 107.8rem;
    margin: 0 auto;
    color: white;
}

form#contact_5 .col-md-8 {
    width: 100%;
}

.contenu {
    background: var(--color0);
    min-height: 30.0rem;
    padding: 11vh 10vw 5vh;
    width: 100%;
    position: relative;
    z-index: 10
}

.container {
    max-width: 100%;
    position: relative;
    width: 100%;
}

.row {
    margin-right: 0!important;
    margin-left: 0!important;
    clear: both
}

a.imagecont.noflicker.img1 {
    float: right;
    margin: 1.5rem;
    z-index: 1000;
    position: relative;
}

header {
    display: block;
    clear: both;
    position: relative;
    /* padding: 9.7rem 0 0; */
}

.header {
    width: 100%;
    height: 90p;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /* box-shadow: 0 0 2.0rem rgba(0,0,0,0.3); */
    /* -webkit-box-shadow: 0 0 2.0rem rgba(0,0,0,0.3); */
    padding: 0 3vw;
}

.header.fixedMenu ,.body-news .header {
    /* height: 7.0rem; */
    background: var(--color0);
    box-shadow: 0 0 2.0rem rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 2.0rem rgba(0, 0, 0, 0.3);
}

.fixedMenu .tel-header .icones {
    fill: black;
}

.fixedMenu .t_affiche {}


.logo {padding-top: 8px;padding-bottom: 8px;display: block;}

.header.fixedMenu .logo {
    /* padding: 2.5rem 0 0; */
}

.btn-partage .btnp {
    width: 1.6vw;
    height: 3.6vh;
    border-radius: 3.6rem;
    /* background-color: var(--color0); */
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transition: all 400ms ease;
    text-align: center
}

.btn-partage .btnp:hover {
    transform: rotate(360deg);
    background-color: var(--color1)
}

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 0.1rem;
    background: none;
    padding: 0
}

nav .menu_principal a,.menu_principal a:visited {
    color: var(--color2);
    display: block;
    font-size: 1vw;
    text-align: center;
    height: 9.7rem;
    padding: 0 1vw;
    line-height: 9.7rem;
    transition: all .2s linear ;
    -webkit-transition: all .2s linear ;
    -khtml-transition: all .2s linear ;
    -o-transition: all .2s linear ;
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--font_family_1);
}

nav .menu_principal a:hover,.menu_principal a#courant,.menu_principal li.active a {
    color: var(--color3);
}

.menu_principal a::before {
    bottom: -0.5rem;
    position: absolute;
    font-size: 2.0rem;
    left: 50%;
    width: 0.3rem;
    height: 0.3rem;
    background: var(--color3);
    border-radius: 50%;
    display: block;
    content: "";
    transform: translate(-50%,0);
    -webkit-transition: all .2s linear ;
    -moz-transition: all .2s linear ;
    -ms-transition: all .2s linear ;
    -o-transition: all .2s linear ;
    transition: all .2s linear ;
    opacity: 0
}

.menu_principal a:hover::before,.menu_principal a#courant::before,.menu_principal li.active a::before {
    bottom: 2.6rem;
    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: 1.6rem
}

.header.fixedMenu nav .menu_principal a {
    /* height: 7.0rem; */
    /* line-height: 7.0rem; */
}

.fixedMenu nav .menu_principal a, .fixedMenu .menu_principal a:visited ,.body-news .menu_principal a {
    /* color: black; */
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 5.0rem
}

.callTracker {
    position: relative
}

.callTracker span,.callTracker a {
    display: inline-block;
    text-align: left;
    /* min-width:14.5rem; */
    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: unset;
    text-decoration: none;
    font-weight: lighter;
}

.callTracker .t_phone {
    opacity: 0;
    display: none
}

.callTracker .t_affiche {
    cursor: pointer
}

header .callTracker span,header .callTracker a {
}

.fixedMenu 
 .callTracker .t_affiche {border-color: black;}

.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(--color0);
}

header .tel-header {
    padding: 3rem 0 2.0rem;
    margin: auto;
    display: table;
    transition: all .2s linear ;
    -webkit-transition: all .2s linear ;
    -khtml-transition: all .2s linear ;
    -o-transition: all .2s linear ;
    width: 4.2rem;
    position: relative
}

header .fixedMenu .tel-header {
    /* padding: 1.5rem 0 2.0rem; */
}

header .tel-header .t_affiche {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 0;
    display: block!important;
    opacity: 1!important;
    min-width: auto;
    border: 0.1rem solid var(--color4);
    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: 0.5rem;
    top: 8.2rem;
    border-radius: 1.5rem;
    transition: all .2s linear ;
    -webkit-transition: all .2s linear ;
    -khtml-transition: all .2s linear ;
    -o-transition: all .2s linear ;
    width: 12.5rem;
    right: 50%;
    margin-right: -6.5rem;
    min-width: auto;
    font-size: 1.5rem
}

header .fixedMenu .tel-header.callTracker .t_phone {
    top: 6.8rem
}

header .tel-header.callTracker .t_phone::before {
    content: '';
    display: block;
    position: absolute;
    top: -0.8rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1.2rem 1.6rem;
    left: 50%;
    border-color: transparent transparent #333635;
    margin-left: -1.3rem
}

.bloc_slider {
    position: relative
}

.img-slide {
    background-position: center;
    background-repeat: no-repeat;
}

.rsImg {
    width: 100%;
}

header .bloc-slider {
    display: flex;
    position: relative;
}

.bloc-slider .slegon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/slog-bg.png) no-repeat center / cover;
    height: 100%;
    width: 100%;
    z-index: 0;
    filter: brightness(0) invert(1);
    opacity: 0.7;
}

.zone-slg {
    background: var(--color1);
}

.body-page-1 .zone-banner {
    height: 73vh
}

.cta {
    display: flex;
    align-items: center;
    column-gap: 1.0rem;
    margin: 1em 0;
    position: relative;
    float: left;
    flex-wrap: wrap;
    align-content: center;
}

.body-page-1 .cta {
    margin: 2em 0;
}

p.tel-header2 {
    font-family: var(--font_family_1);
    color: var(--color0);
    font-size: 1.4rem;
    padding: 1.5rem 4.0rem;
    margin: 0 0 0;
    text-transform: uppercase;
    overflow: hidden;
    text-shadow: 0 0;
    text-align: center;
    min-width: auto;
    /* border: 0.1rem solid var(--color0); */
    background: transparent;
}

.cta a.btn-show-more, .cta p.btn-show-more, .contact .formulaire .form-group input.btn-primary {
    text-align: center;
    margin: 0 0;
    font-size: .7vw;
    font-family: var(--font_family_1);
    min-width: 22.5rem;
    height: 100%;
    line-height: initial;
    display: block;
    padding: 1.5rem 4.0rem;
    font-weight: lighter;
    -webkit-box-shadow: 10px 10px 18px -18px rgba(66, 68, 90, 1);
    -moz-box-shadow: 10px 10px 18px -18px rgba(66, 68, 90, 1);
    box-shadow: 10px 10px 18px -18px rgba(66, 68, 90, 1);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -khtml-transition: all .5s linear;
    -o-transition: all .5s linear;
}

p.tel-header2.btn-show-more:before {
    background: transparent;
}

.cta p.tel-header2.btn-show-morel:hover:before {
    background: var(--color1);
}

/* .cta .btn-show-more:hover {
    background: var(--color2);
    color: var(--color0);
    border: 0.1rem solid var(--color0);
} */

/********************* Atout AT ****************************/
.atout-item__text {
  color: var(--color4);
  font-size: .9vw;
  margin-top: 20px;
}
.atout {
  position: relative;
  padding: 6vh 10vw;
  background: radial-gradient(circle at bottom left, #E8E8E8, #d1deda);
  background-size: cover;
  background-repeat: no-repeat;
}

.atout:before, .bloc-contenu.nos-realisations:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/att-bg.png) no-repeat center / cover fixed;
    filter: brightness(0) invert(1);
    opacity: 0.5;
}
.Atout-AT {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* min-height: 390px; */
}

.Atout-AT .swiper, .swiper-container ,.swiper-container2 {
  overflow: hidden;
  position: relative;
  padding: 5vh 0 1vh;
  height: 100%;
  /* min-height: 360px; */
  /* height: 360px; */
}

.swiper-container2 {
    padding: 0;
}
.atout-item-AT {
   /* filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.06)); */
   border-top: 1px solid var(--color2);
   background: #fff;
   padding: 13px;
   height: 30vh;
   transition: all 0.4s ease-in-out;
}
.atout-item_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  transition: 500ms ease;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: -2;
}
.atout-item_icon {
  margin-top: -51px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s ease-in-out;
  width: 90px;
  height: 90px;
  border-radius: 500px;
  background-color: var(--color2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.atout-item__title {
  text-align: center;
  font-family: var(--font_family_2);
  font-size: 1.7vw;);
  color: var(--color1);
}
.atout-item__content {
  text-align: center;
  margin-top: 15px;
}
.atout-item-AT:hover {
  background: transparent;
  border-color: var(--nuanceColor1);
}
.atout-item-AT:hover .atout-item_bg {
  opacity: 1;
}
.atout-item_bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.atout-item-AT:hover .atout-item_bg:before {
  opacity: 1;
}
.atout-item-AT:hover h2 {
  color: var(--color0);
}
.atout-item-AT:hover p {
  color: #DDD;
}
.atout-item-AT:hover .atout-item_icon {
  transform: scale(0.8);
  background: var(--color0);
}
.atout-item_icon img {
  width: 50px;
  height: 50px;
  display: unset;
  filter: brightness(0) invert(1);
  object-fit: unset;
}
.atout-item-AT:hover .atout-item_icon img{
    filter:brightness(0);
}


/********************************************************/

.slegon {
    display: flex;
    padding: 0 1vw 0 6vw;
    line-height: 1.1;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.zone-slg {
    /* position: absolute; */
    width: 50%;
    z-index: 1;
    background: radial-gradient(circle at bottom left, #E8E8E8, #d1deda);
}

.body-page-1 .zone-slg {
    height: 100vh;
}

.body-page-1 .zone-slg .slegon {
    /* box-shadow:none; */
    width: 100%;
    position: relative;
    height: 100vh;
    flex-direction: column;
    /* margin-top: 80px; */
    top: 60px;
    padding: 0 2vw 0 6vw;
    overflow: hidden;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
}

.body-page-1 .titre-slg:before {
    content: '';
    position: absolute;
    left: 60%;
    top: -190%;
    background: url('../images/form02.png') center no-repeat;
    height: 70vh;
    width: 100vh;
    transform: translateX(-50%);
    z-index: 0;
    background-size: contain;
    opacity: .2;
    /* filter: brightness(0) invert(1); */
}

.body-page-1 .zone-slg:before {
    display: none;
}

.zone-banner {
    width: 50%;
}

.body-page-1 .zone-banner {
    height: 100vh;
}

.zone-banner video {
    width: 100%;
    height: auto;
    vertical-align: top;
    z-index: 1;
    position: relative;
}

/****/

.titre-slg {
    color: var(--color4);
    font-family: var(--font_family_2);
    /* font-weight: bold; */
    font-size: 2.5vw;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 0;
    text-align: start;
    margin-top: 12vh;
    z-index: 99;
}

.body-pageseo .titre-slg {
    font-size: 44px;
}

.body-page-1 .titre-slg {
    color: var(--color4);
    text-transform: none;
    text-align: start;
    font-size: 4vw;
    position: relative;
    width: fit-content;
    text-wrap-style: balance;
}

.body-page-1 .titre-slg span {
    /* text-transform: uppercase; */
    /* color: var(--color2); */
}

.sou-titre-slg {
    font-family: var(--font_family_1);
    font-size: 1.6vw;
    font-weight: lighter;
    color: var(--color2);
    text-align: left;
    margin: 3rem 0 1rem;
}

.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: .4;
    transition: all .2s linear ;
    -webkit-transition: all .2s linear ;
    -khtml-transition: all .2s linear ;
    -o-transition: all .2s linear ;
    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)
}
     .swiper-container .swiper-wrapper {
   -webkit-transition-timing-function:linear!important;
   -o-transition-timing-function:linear!important;
   transition-timing-function:linear!important;
  }

.bloc-slider .owl-theme .owl-controls {
    text-align: center;
    /* background: var(--color0); */
    margin: 0;
    position: absolute;
    bottom: 3%;
    /* box-shadow: 0 0 15px rgba(0,0,0,0.4); */
    z-index: 9;
    width: 100%;
    /* transform: translateY(-50%); */
    right: 3%;
}

.owl-controls.clickable .owl-buttons {
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    /* padding: 0 4vw; */
    justify-content: end;
    align-items: center;
    gap: 10px;
    text-align: start;
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
    background-color: var(--color1);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    display: block;
    margin: 0;
    position: relative;
    border-radius: 0;
    opacity: 1;
    border: 2px solid white;
    border-radius: 50%;
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    /* border-right: 1px solid #000000; */
}
.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-next::before {
    display: block;
    content: "∟";
    position: absolute;
    font-size: 23px;
    font-family: var(--font_family_1);
    color: var(--color2);
    transform: rotate(-135deg);
    top: 7px;
    left: 8px;
    color: white;
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-prev::before {
    display: block;
    content: "∟";
    position: absolute;
    font-size: 23px;
    font-family: var(--font_family_1);
    color: var(--color2);
    transform: rotate(45deg);
    top: 6px;
    left: 15px;
    color: white;
}

.banner {
    width: 100%;
    height: 60vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3 {
    font-family: var(--font_family_2);
    /* font-weight: bold; */
    color: var(--color2);
}

h1,.h1 {
    font-size: 3vw;
    margin-bottom: 6rem;
    text-wrap: balance;
    text-align: center;
}



.atout h2.h1.sans-image {
    text-align: center;
    color: var(--color2);
    position: relative; 
    z-index: 100;
}

.h1.center {
    background-position: center bottom
}

.services.bloc-contenu .h1 {
    text-align: left;
}

.body-page-1 .contenu h1 {
    margin-bottom: 3.0rem;
    margin-top: 0;
    text-align: left;
    font-size: 1.6vw;
}

h2,.h2 {
    font-size: calc(var(--taille_font) + 0.8rem)
}

.contact h2 ,.formulaire {
    color: white;
}

h3,.h3 {
    font-size: calc(var(--taille_font) + 0.9rem);
}

h4 {
    font-size: calc(var(--taille_font) + 0.4rem)
}

h5 {
    font-size: calc(var(--taille_font) + 0.2rem)
}

h6 {
    font-size: calc(var(--taille_font) + 0.05rem)
}

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: 1.92vw;
    font-family: var(--font_family_1);
    font-weight: lighter;
    letter-spacing: initial;
}

.btn-primary {
    background: var(--color0) !important;
}

a.btn-show-more, .contact .btn-primary, .cta a.btn-show-more, .cta p.btn-show-more, .contact .formulaire .form-group input.btn-primary {
    position: relative;
    display: inline-block;
    padding: 2rem 5rem;
    background: transparent; /* on déplace le fond dans ::after */
    color: var(--color4) !important;
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--font_family_1);
    border-top: 1px solid var(--color4);
    border-bottom: 1px solid var(--color4);
    transition: all .4s ease;
    overflow: visible;
    z-index: 1;
    font-weight: 700;
}

/* Fond du bouton */
a.btn-show-more::after, .contact .btn-primary::after, .cta a.btn-show-more::after , .cta p.btn-show-more::after, .contact .formulaire .form-group input.btn-primary::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;   /* mêmes valeurs que les traits pour rester à l'intérieur */
    right: 8px;
    background: var(--color0);
    z-index: -1; /* en dessous du texte et des traits */
    transition: background .4s ease;
}

/* Traits verticaux */
a.btn-show-more::before, .contact .btn-primary::before, .cta a.btn-show-more::before, .cta p.btn-show-more::before, .contact .formulaire .form-group input.btn-primary::before{
    content: "";
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: 8px;
    right: 8px;
    border-left: 1px solid var(--color4);
    border-right: 1px solid var(--color4);
    pointer-events: none;
    z-index: 2; /* au-dessus du fond */
}

/* Hover */
a.btn-show-more:hover {
    color: var(--color0) !important;
    /* box-shadow: 10px 10px 18px -18px rgb(0 0 0); */
    text-decoration: none !important;
}

/* Changement du fond uniquement */
a.btn-show-more:hover::after {
    background: var(--color3);
}

footer {
    display: block;
    clear: both;
    position: relative;
    background: var(--color2);
    z-index: 11
}

footer a.btn-get-contact {
    display: table;
    background: var(--color0);
    color: var(--color1);
    font-family: var(--font_family_3);
    margin: auto;
    padding: 1.8rem 5.0rem;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    top: -3.0rem;
    box-shadow: 0 0 1.5rem rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 1.5rem rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 1.5rem rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 1.5rem rgba(0,0,0,0.2);
    transition: all .2s linear ;
    -webkit-transition: all .2s linear ;
    -khtml-transition: all .2s linear ;
    -o-transition: all .2s linear 
}

footer a.btn-get-contact:hover {
    background: var(--color1);
    color: var(--color0)
}

footer h3 {
    text-transform: uppercase;
    color: var(--color0);
    font-size: 1.2vw;
    font-family: var(--font_family_1);
    font-weight: lighter;
    letter-spacing: initial;
}

.band1 {
    display: block;
    clear: both;
    background: var(--color2);
    padding: 5vh 10vw 4vh;
}

.band2 {
    display: block;
    clear: both;
    background: var(--color2);
    padding: 1rem 10vw;
}

.btn-scroll-top {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background: var(--color1);
    position: fixed;
    right: 5%;
    bottom: 11%;
    cursor: pointer;
    z-index: 11;
    display: none
}

.btn-scroll-top.remonter::before {
    content: "∟";
    color: var(--color0);
    transform: rotate(137deg);
    position: absolute;
    font-size: 2.5rem;
    left: 0.7rem;
    top: 0.6rem
}

.coordonnees-footer {
    color: var(--color0);
    padding: 1.0rem 0;
    font-size: inherit
}

.footerLogo {
    height: auto;
}

.footerLogo img {
    height: auto;
    width: 150px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.coordonnees-footer p,.coordonnees-footer address {
    background-repeat: no-repeat;
    position: relative;
    margin: 0.5rem 0;
    padding: 0 0 0.2rem 3.0rem;
}

.coordonnees-footer a {
    color: var(--color0)
}

.coordonnees-footer a:hover {
    color: var(--color0)
}

.pictoSVG {
    width: 1.6rem;
    margin: 0;
    height: 1.6rem;
    padding: 0;
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    fill: var(--color0);
}

.contact .pictoSVG {
    width: 3.5rem;
    margin: 0;
    height: 3.5rem;
    padding: 0;
    position: relative;
    margin: 0 auto 3.0rem auto;
    fill: var(--color1);
}

.hours {
    position: relative;
    color: var(--color0);
    padding: 0 1.5rem 1.0rem 0;
    margin: 0;
}

.menu_footer {
    margin: 0px 0 0  15px;
    padding: 1.0rem 0;
    position: relative;
    text-align: left;
    width: auto;
    line-height: 1.6
}
.menu_footer li:before {
    display: inline-block;
    content: "\f054";
    position: absolute;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    left: -15px;
    font-size: 14px;
    color: var(--color0);
    top: 4px;
    width: 9px;
    height: 16px
}

.menu_footer li {
    display: block;
    position: relative;
    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(--color0);
    text-decoration: underline;
}

.menu_referencement {
    list-style-image: none;
    padding: 1.0rem 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 0.5rem
}

.menu_referencement li:last-child:after {
    display: none
}

.menu_referencement a,.menu_referencement a:visited {
    color: var(--color0);
    font-size: var(--taille_font);
    text-decoration: none;
    font-family: inherit
}

.menu_referencement a:hover, .menu_referencement li.active a {
    color: var(--color0);
    text-decoration: underline;
}

.scroll-footer {
    height: 22.6vh;
    overflow: auto
}
.scroll-presentation{
    height: 25rem;
    overflow: auto
}

.presentationAcc .PresentationText .mCSB_dragger_bar {
    background: var(--color2) !important;!i;!;
}
.scroll-footer .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color3);
}

.scroll-footer .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color3);
}

.logoPied {
    color: var(--color0);
    font-family: Arial,Verdana;
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 100;
    line-height: 1.5rem;
    padding: 0.7rem 0 0
}

#logoFD svg * {
    fill: var(--color0);
}

#logoFD svg {
    width: 20.0rem;!;!i;!;
}

footer .btn-partage {
    display: table;
    margin: 1.5rem auto 0
}

footer .btn-partage .btnp {
    background-color: transparent
}

.follow {
    display: table;
    margin: 2.0rem auto
}

.bloc-contenu {
    display: block;
    clear: both;
    padding: 6vh 10vw 8vh;
    background: var(--color0);
    position: relative
}

.specialites {
    display: block;
    clear: both;
    padding: 6vh 10vw 8vh;
    background: var(--color5);
    position: relative;
}

.specialites .specialitesBoxes {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
    padding: 2vh 0 0;
}

.specialites .specialitesBoxes img {
    height: 15vh;
    width: 10vw;
    object-fit: contain;
}
.liste-services {
    /* padding: 20px; */
}

.bloc-contenu.services .btn-show-more {
    position: absolute;
    top: 10%;
    right: 10%;
}  

.service-card {
    position: relative;
    background: white; /* Card background color */
     /* Rounded corners */
     /* Hide overflow */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* Box shadow */
    position: relative; /* For positioning the title */
    transition: transform 0.3s ease; /* Animation effect */
    overflow: hidden;
}

.service-card:hover a.serviceBtn {
    opacity: 1;
}

.text-services {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* Adjust the minmax values as needed */
    gap: 20px; /* Space between cards */
    grid-template-rows: 30vh 10vh 30vh;
    /* grid-template-rows: 280px 120px 270px; */
    grid-template-areas:
        'ser1 ser3 ser5'
        'ser2 ser3 ser6'
        'ser2 ser4 ser6';
}  
.service-card:first-child {
    grid-area: ser1;
}

.service-card .service-logo img {
    height: auto;
    width: 370px;
}
.service-card:nth-child(2) {
    grid-area: ser2;
}
.service-card:nth-child(3) {
    grid-area: ser3;
}
.service-card:nth-child(4) {
    grid-area: ser4;
}
.service-card:nth-child(5) {
    grid-area: ser5;
}
.service-card:nth-child(6) {
    grid-area: ser6;
}
.service-card .service-logo {
    height: 100%;
    width: 100%;
    background: #2F3238;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-card a:before {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, #000000d6, transparent);
    z-index: 1;
    height: 100%;
    width: 100%;
}

.service-card .service-infos {
    position: absolute;
    bottom: 2vh;
    padding: 10px 25px  0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 4vh;
}

.service-card .service-infos h3 {
    color: var(--color0);
    font-weight: lighter;
    position: relative;
    z-index: 2;
    margin: 0;
    font-family: var(--font_family_1);
    letter-spacing: initial;
}  

.service-card a {
    text-decoration: none;
    display: block;
    height: 100%;
}

.service-card a.serviceBtn {
    position: relative;
    /* height: 35px; */
    /* width: 35px; */
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color0);
    overflow: hidden;
    /* opacity: 0; */
    transition: all .3s ease-in-out;
}

.service-card:hover a.serviceBtn {
    text-decoration: underline;
}

.service-card a.serviceBtn:before {
    display: none;
}

.service-card a.serviceBtn svg {
    height: 17px;
}  

.service-card img {
    width: 100%; /* Responsive image */
    height: 100%; /* Maintain aspect ratio */
    object-fit: cover;
    transition: transform 0.3s ease; 
    animation-timing-function: ease;
}  

.card-info {  
    padding: 15px; /* Spacing inside the card */  
    text-align: center; /* Center the text */  
}  

.card-info h3 {  
    margin: 0; /* Remove margin */  
    font-size: 16px; /* Title font size */  
}  

.card-info span {  
    font-size: 24px; /* Arrow/Chevron size */  
    display: inline-block; /* To align it nicely */  
    margin-top: 5px; /* Space between title and arrow */  
}  

.service-card:hover img {
    transform: scale(1.05); /* Scale effect on hover */
    transition: transform 0.3s;
    animation-timing-function: ease;
}  
.bloc-contenu.grey {
}

.bloc-contenu.nos-realisations {
    background: radial-gradient(circle at bottom left, #E8E8E8, #d1deda);
    padding: 4vh 10vw 8vh;
}

.swiperGalerie {
    overflow: hidden;
}
.realisationBox img {
    height: 60vh;
    width: 100%;
    object-fit: cover;
}

.swiper-navigation {
    position: relative;
    display: flex;
    flex-direction: row;
    width: fit-content;
    margin: 50px auto 30px;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 0;
}

.services .swiper-navigation {
    margin-top: 50px;
}

.swiper-button-prev i, .swiper-button-next i ,.swiper-button-prev1 i, .swiper-button-next1 i  {
    font-size: 20px;
    color: var(--color2);
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-button-prev, .swiper-button-next, .swiper-button-prev1, .swiper-button-next1 {
    position: relative !important;
    height: 45px;
    width: 45px;
    border: 2px solid var(--color2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.atout .swiper-button-prev,.atout .swiper-button-next {
    border-color: white;
}

.atout .swiper-button-prev i, .atout .swiper-button-next i {
    color: white;
}
.swiper-button-prev:hover, .swiper-button-next:hover, .swiper-button-prev1:hover, .swiper-button-next1:hover{
    background:var(--color2);
}
.swiper-button-prev:hover i, .swiper-button-next:hover i,  .swiper-button-prev1:hover i, .swiper-button-next1:hover i{
    color:white;
}
.bloc-contenu.nos-realisations .titre-secondaire {
    color: var(--color0);
}

.bloc-contenu.nos-realisations .h1 {
    color: var(--color2);
    text-align: center;
    position: relative;
    z-index: 99;
}

.bloc-contenu.nos-realisations a.btn-show-more,.bloc-contenu.nos-realisations a.btn-show-more:visited {
    background: var(--color0);
    color: var(--color1)
}

.bloc-contenu.nos-realisations a.btn-show-more:hover {
    background: var(--color2)
}

.bloc-GMB .badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/badge-optionnel.png) no-repeat top right;
    width: 13.9rem;
    height: 13.9rem
}

.table-cell {
    width: 100%;
    position: relative;
    display: table
}

.table-cell .cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.actualites .cell.zone-btn {
    text-align: right;
}

.actualites .h1 {
    text-align: left;
}
.presentationAcc{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.presentationAcc .PresentationText {
    width: 50%;
    padding: 0 7% 0 0;
}
.presentationAcc .PresentationImg{
      width: 45%;
      position: relative;
}

.qsn-titles {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    left: 0;
}

.qsn-titles span {
    position: relative;
    font-size: 1.8vw;
    display: block;
    color: var(--color2);
    background: white;
    /* border-radius: 20px; */
    padding: 5px 30px 5px 0px;
    width: fit-content;
    border-radius: 0 20px 0 0;
}

.qsn-titles span:nth-child(2) {
    padding-right: 50px;
}

.qsn-titles span:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    /* background: var(--color0); */
    left: -1px;
    top: -30px;
    background-size: contain;
    border-radius: 39px;
    box-shadow: -10px -7px 0px var(--color0);
    transform: rotate(270deg);
}
.qsn-titles span:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 40px;
    /* background: var(--color0); */
    right: -40px;
    bottom: 0px;
    background-size: contain;
    border-radius: 0 0 0 20px;
    box-shadow: -7px 9px 0px var(--color0);
}
.text-accueil {
    text-align: justify;
    margin-bottom: 6vh;
    height: 50vh;
}

.text-accueil p.center {
    margin: 2.0rem 0 0
}

.sidebar {
    height: 70vh;
    position: relative;
    background: var(--color3);
    margin: auto;
    overflow: hidden;
}

.sidebar img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.sidebar a.btn-show-more {
    position: absolute;
    bottom: 3.0rem;
    left: -3.0rem
}

.zone-intervention {
    padding-top: 8.0rem;
    /* background: url('../images/bg05.jpeg') center no-repeat; */
    background-size: cover;
    background-attachment: fixed;
}

.zone-intervention .zoneBox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-direction: row-reverse;
}

.zoneBox .zoneImg {
    width: 45%;
    border-radius: 20px;
    /* overflow: hidden; */
    position: relative;
}

.zoneBox .zoneImg iframe {
    width: 100%;
}

.zoneImg .qsn-titles {
    /* left: 10px; */
}

.zoneBox .text {
    flex: 1;
    padding-right: 5vw;
    padding-left: 4vw;
}

.zoneBox img {
    height: 61.4vh;
    width: 100%;
    border-radius: 20px;
}

.zone-intervention:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    /* background: #000000a1; */
    inset: 0;
}

.zone-intervention h2.h1 {
    /* color: var(--color0); */
    text-align: start;
    margin-bottom: 20px;
}

.zone-intervention .zone {
    width: 44.0rem;
    height: 42.4rem;
    margin: auto;
    background: url(../images/zone.png) no-repeat center
}

.zone-intervention .description {
    width: 100%;
    text-align: left;
    /* padding: 0 9%; */
    /* color: white; */
}

.zone-intervention .text ul {
    list-style: none;
    margin: 1.5rem 0;
    padding: 0
}

.zone-intervention .text ul li {
    padding: 0.7rem 1.0rem;
    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: 0.1rem;
    left: 0;
    opacity: .2
}

.zone-titre,.zone-btn {
    padding: 0 1.5rem
}

.cell.zone-btn.text-center {
    text-align: center;
    align-items: center;
    display: flex;
    margin: 40px auto;
    justify-content: center;
}

.recup-photo .item {
    /* margin-bottom: 3.0rem; */
    padding: 2rem;
}

.recup-photo a.item-gallery {
    width: 100%;
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    transition: all .2s linear ;
    -webkit-transition: all .2s linear ;
    overflow: hidden;
}.gallery .ligne-photos .propor .propor-cont .imagecont img {    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
}


.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 .2s linear ;
    -webkit-transition: all .2s linear ;
    -khtml-transition: all .2s linear ;
    -o-transition: all .2s linear ;
    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 .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .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;
    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: 2.0rem;
    position: absolute;
    display: block;
    padding: 2.0rem 2.5rem;
    bottom: 0;
    left: 0;
    font-family: var(--font_family_3);
    width: 100%;
    z-index: 2;
    text-transform: uppercase;
    display: none;
}

span.title-item-gallery {}

.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 .2s linear ;
    -webkit-transition: all .2s linear ;
    -o-transition: all .2s linear ;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

\A.recup-photo a.item-gallery:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%)
}

.recup-news {
    padding: 3.0rem 0 0
}

.item-news {
    width: 100%;
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    -o-box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    background: var(--color0);
    display: flex;
    overflow: hidden;
    margin-top: 6vh;
    align-items: center;
    flex-direction: column;
}

.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: 35vh;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-color: #f2f2f2;
    -webkit-transition: all .6s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    image-rendering: optimizeQuality;
    position: relative;
}

.item-news .photo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #000000d6, transparent);
}

.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: 15.0rem;
    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: 3.0rem;
    min-height: 23.6rem;
    text-align: left;
    width: 100%;
}
a.actu-pic {
    width: 100%;
}

.item-news .date-poste {
    opacity: .7
}

.item-news .contenu .titre-news {
    margin: 0 0 0.5rem;
    font-size: 1.5vw;
    font-family: var(--font_family_1);
    letter-spacing: 0;
}

.item-news .contenu .titre-news a {
    text-decoration: none;
    transition: all .2s linear ;
    -webkit-transition: all .2s linear ;
    -khtml-transition: all .2s linear ;
    -o-transition: all .2s linear 
}

.item-news .contenu .titre-news a:hover {
    color: var(--color1)
}

.lire-suite {
    text-align: right;
    padding: 3.0rem 0 0
}

.lire-suite a {
    color: var(--color1);
    text-transform: uppercase;
    font-size: var(--taille_font);
    text-decoration: none;
    font-family: var(--font_family_3);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    -o-transition: all .2s linear;
    padding-bottom: 2.0rem;
    position: relative
}

.lire-suite a.btn-show-more {
    color: var(--color0);
    padding: 1.2rem 4.0rem;
}
/* 
.lire-suite a:hover {
    color: var(--color1);
    text-decoration: none
}

.lire-suite a.btn-show-more:hover {
    color: var(--color0);
} */

/* .lire-suite a::before {
    bottom: -0.5rem;
    position: absolute;
    font-size: 2.0rem;
    left: 50%;
    width: 0.3rem;
    height: 0.3rem;
    background: var(--color1);
    border-radius: 50%;
    display: block;
    content: "";
    transform: translate(-50%,0);
    -webkit-transition: all .2s linear ;
    -moz-transition: all .2s linear ;
    -ms-transition: all .2s linear ;
    -o-transition: all .2s linear ;
    transition: all .2s linear ;
    opacity: 0
} */

/* .lire-suite a:hover::before {
    bottom: 1.0rem;
    opacity: 1
} */

.bloc-contenu.certifs {
    /* background: var(--color1); */
    padding: 4vh 10% 4vh;
}
 .swiper-container2 .swiper-wrapper {
   -webkit-transition-timing-function:linear!important;
   -o-transition-timing-function:linear!important;
   transition-timing-function:linear!important;
  }
.text-certifs {
    padding: 0 15% 5.0rem;
    color: var(--color0);
    text-align: justify
}

.bloc-contenu.certifs h2.h1,.bloc-contenu.certifs .titre-secondaire {
    /* color: var(--color0); */
}

.bloc-contenu.certifs .item {
    padding: 1.5rem
}

.logo-certifs {
    max-width: 30rem;
    height: 15rem;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--color0);
    -webkit-background-size: 18rem auto;
    transition: all .2s linear ;
    -webkit-transition: all .2s linear ;
    -khtml-transition: all .2s linear ;
    -o-transition: all .2s linear ;
    margin: 0 auto;
    background-size: 150px;
}

.logo-certifs:hover {
}

#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;
    float: left;
    width: 50%;
}

.zone-caroussel-gallery {
    padding: 0 1.5rem 0 3.0rem
}

a.img_gal {
    display: block;
    height: 49.0rem;
    width: 100%;
    z-index: 1000;
    -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: 5.6rem auto
}

#myTabs .mask {
    background: none;
}

a.img_gal img {
    object-fit: cover;
    -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: 2.0rem
}

.body-gallery-4 .contenu {
    padding: 10.0rem 0rem 0rem;
}

.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: 4.0rem 0 0
}

.gallery .description-galerie {
    padding: 0 10% 4.0rem;
    text-align: left
}

.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: 0.5rem!important
}

.gallery .multiple .ligne-photos {
    margin-left: 0!important;
    margin-right: 0!important
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 0
}

.gallery .ligne-photos .propor:after {
    padding-top: 92%;
    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 .2s linear ;
    -webkit-transition: all .2s linear ;
    -khtml-transition: all .2s linear ;
    -o-transition: all .2s linear ;
    position: relative;
    -webkit-transition: all .6s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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: 5.6rem 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: 3.2rem;
    left: 50%;
    margin-left: -1.6rem;
    position: absolute;
    width: 3.2rem
}

.gallery .nav {
    margin: 1.0rem 0;
    text-align: center
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 1.0rem
}

.gallery .nav li::after {
    position: absolute;
    font-size: 2.0rem;
    right: 0;
    top: 1.8rem;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--color1);
    border-radius: 0.5rem;
    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: 1.6rem;
    font-family: var(--font_family_3);
    padding: 1.0rem;
    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: 1.0rem;
    padding-bottom: 0
}

.gallery .tab-content h2 {
    padding-left: 1.5rem;
    margin-bottom: 2.0rem
}

.gallery .bas-galerie {
    text-align: center;
    padding: 4.0rem 0;
    text-align: center
}

.gallery .bas-galerie a.bouton-principal {
    padding-left: 1.5rem;
    padding-right: 6.0rem;
    display: inline-block
}

.gallery .bas-galerie a.bouton-principal::after {
    background-image: none;
    width: 2.2rem;
    height: 2.2rem;
    content: "+";
    font-family: var(--font_family_1);
    font-size: 4.5rem;
    position: absolute;
    right: 1.9rem;
    top: 1.5rem;
    line-height: 2.0rem
}

.prestation {
    width: 100%;
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    -o-box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    background: var(--color0);
    margin: 0 0 3.0rem;
    overflow: hidden;
}

.item-news.prestation .bloc-photo {
    position: relative;
    height: auto
}

.item-news.prestation .bloc-photo.photo-empty {
    height: 30rem;
    width: 100%;
}

.item-news.prestation .texte {
    width: 100%;
}

.item-news.prestation .contenu {
    background: var(--color0);
    padding: 6rem 10%;
    position: relative;
    min-height: 17.0rem
}

.item-news.prestation .contenu .text-liste-serive {
    min-height: 8.6rem;
    height: 8.6rem;
    overflow: hidden
}

.item-news.prestation .contenu .lire-suite {
    padding: 1.0rem 0 0
}

.item-news.prestation .bloc-titre {
    display: table;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: -2.5rem;
}

.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);
    box-shadow: 0 0.3rem 1.0rem rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0.3rem 1.0rem rgba(0,0,0,0.2);
    -o-box-shadow: 0 0.3rem 1.0rem rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0.3rem 1.0rem rgba(0,0,0,0.2);
    padding: 1.5rem 3.5rem;
    font-size: 1.5vw;
    max-width: 95%;
    color: var(--color2);
}

.item-news.prestation .miettes {
    list-style: none;
    margin: 0;
    padding: 0
}

.centerservice {
    margin: 0 33%!important
}

.btn-service {
    text-align: center;
    margin: 1.0rem 0
}

.btn-service a.btn-show-more {
    display: inline-block;
    padding: 1.5rem 2.5rem 1.5rem 2.0rem
}

.body-news-list .item-news {
    margin-bottom: 3.0rem;
    width: 45%;
}
.news-liste {
    max-width: 100%;
    margin: 0 auto 8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}
.body-news-list .item-news:last-child {
    /* margin-bottom: 0; */
}

.body-news-list {}

.body-news-list .btn-partage {
    margin: -1.0rem 0 0
}

.header-news {
    text-align: center;
    margin: 0 0 8.0rem;
    display: table-cell;
    vertical-align: middle
}

a.return-to-news {
    display: inline-block;
    color: var(--color2);
    font-size: var(--taille_font);
    padding: 1.0rem 1.0rem 1.0rem 4.5rem;
    background: url(../images/fleche-btn.svg) no-repeat center left 1.5rem;
    transition: all .2s linear ;
    -webkit-transition: all .2s linear ;
    -khtml-transition: all .2s linear ;
    -o-transition: all .2s linear ;
    font-family: var(--font_family_3);
    text-decoration: none;
    background-size: 2.2rem auto
}

a.return-to-news:hover {
    background-position: center left 0.5rem;
    color: var(--color2)
}

.header-news h1 {
    text-transform: uppercase;
    margin: 1.5rem 0;
    color: var(--color0);
}

.header-news .date-poste {
    font-size: 2.4rem;
    opacity: .7;
    font-family: var(--font_family_1);
    color: var(--color0);
}

.news .item-news {
    width: 80%;
    margin: 0rem auto 0
}

.body-news .item-news {
    display: block;
}

.news .item-news .photo {
    height: 45.0rem;
    height: clamp(30.0rem,40vw,45.0rem)
}

.news .item-news .contenu {
    padding: 4vw;
    color: var(--color1);
    text-align: justify
}

.news .item-news .btn-partage {
    display: table;
    padding: 0.5rem 0 0;
    border-radius: 2.5rem;
    box-shadow: 0 0 0.5rem rgba(0,0,0,0.5);
    position: absolute;
    background: var(--color2);
    left: 50%;
    transform: translate(-50%,0);
    top: -2.0rem;
    width: 19.0rem;
    text-align: center
}

.news .item-news .btn-partage .btnp {
    position: relative;
    top: -0.3rem
}

.zone-titre-header {
    height: 50vh;
    width: 100%;
    display: table;
    position: relative;
    background: var(--color2);
}

.zone-titre-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url(../images/slog-bg.png);
    filter: brightness(0) invert(1);
    opacity: 0.2;
}

.btn-avis {
    border: 0;
    background: var(--color1);
    padding: 1.2rem 2.5rem;
    color: var(--color0);
    font-family: var(--font_family_3);
    text-align: center;
    text-transform: uppercase;
    transition: all .2s linear ;
    -webkit-transition: all .2s linear ;
    -khtml-transition: all .2s linear ;
    -o-transition: all .2s linear 
}

.btn-avis:hover {
    background: var(--color2)
}

.AvisClientsBg {
    padding: 0;
    /* background-color: var(--color3); */
    position: relative
}

.AvisClientsBg .contenu {
    background: var(--color5);
    padding: 4vh 10vw 5vh;
}

.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: 2rem 2.0rem 2.0rem;
    text-align: center;
    height: 30vh;
    margin-top: 1rem;
    display: block;
    text-decoration: none;
    border: 1px solid var(--color1);
    /* box-shadow: 0 0 1.2rem rgba(0,0,0,0.2); */
    -ms-box-shadow: 0 0 1.2rem rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 1.2rem rgba(0,0,0,0.2);
    /* -webkit-box-shadow: 0 0 1.2rem rgba(0,0,0,0.2); */
    width: 100%;
    /* filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.04)); */
}

.AvisClients .scroll-footer {
}

.AvisClients:active,.AvisClients:hover {
    background-color: var(--color3);
    opacity: 1
}

a.transition.AvisClients:hover .h, a.transition.AvisClients:hover p ,a.transition.AvisClients:hover .date_post {
    color: var(--color0);
}

.slick-center .AvisClients {
    opacity: 1
}

.AvisClients .h {
    font-size: 1.2vw;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0
}

.AvisClients p {
    font-size: var(--taille_font);
    margin-bottom: 0
}

.AvisClients .blazy {
    font-size: 1.6rem;
    color: var(--color0);
    width: 10.0rem;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 2.0rem;
    position: absolute;
    top: -5.0rem;
    left: 50%;
    margin-left: -5.0rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color3)
}

.AvisClients .img-responsive {
    display: none;
}

.AvisClientsBg .bx-pager {
    bottom: 1.7rem
}

.avisContent:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 0.5rem
}

.avisContent:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 0.5rem
}

.temoignageScroll {
    max-height: 10.9rem;
    text-align: center;
    overflow: hidden;
    font-style: italic;
    margin: 2.3rem 0 0;
    overflow: auto;
}

.temoignageScroll .scrollbar-content {
    padding: 0 1.0rem 0 0;
    width: 100%
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0
}

.date_post {
    font-size: .8vw;
    padding: 0.4rem 0;
    opacity: .7
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 7.0rem
}

.livre-elements {
    padding: 0;
    margin-bottom: 4.0rem;
    text-align: center
}

.livre-elements .blazy {
    margin: -8.0rem auto 1.0rem;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color3);
    width: 11.5rem;
    height: 11.5rem
}

.livre-elements .pseudo {
    margin-bottom: 1.0rem;
    color: var(--color1);
    font-size: 2.0rem
}

.livre-elements .date {
    margin-bottom: 1.0rem!important
}

.livre-elements .etoiles {
    margin-bottom: 0!important
}

.livre-elements .temoignage {
    text-align: center;
    margin: 0;
    padding: 1.5rem 0;
    font-style: italic
}

.livre-elements .temoignage:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 0.5rem
}

.livre-elements .temoignage:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 0.5rem
}

.divAvis {
    padding: 3.0rem 2.0rem;
    margin: 6.0rem 0 8.0rem;
    background-color: var(--color0);
    border-radius: 0.2rem;
    border-bottom: 0.5rem solid var(--color1);
    box-shadow: 0 0 1.3rem rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 1.3rem rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 1.3rem rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 1.3rem rgba(0,0,0,0.1);
    transition: all .2s linear ;
    -webkit-transition: all .2s linear ;
    -khtml-transition: all .2s linear ;
    -o-transition: all .2s linear 
}

.divAvis:last-child {
    margin-bottom: 0
}

.btn-avis {
    margin-bottom: 3.0rem
}

.modal-content a,.modal-content a:link,.modal-content a:visited {
    color: var(--color2)
}

.modal-header {
    border-bottom: 0.1rem solid #bbb
}

.modal-header .h1 {
    text-align: center;
    margin-bottom: 4.0rem;
    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: 1.6rem;
    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: 2.1rem;
    color: #000;
    opacity: .2;
    line-height: 1
}

.modal-content .form-control {
    min-height: 4.4rem;
    border-radius: 0.2rem
}

.modal-content .btn-close:hover,.modal-content .btn-close:focus {
    opacity: .5
}

.modal-content .submit-review {
    padding-right: 6.0rem!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: 1.4rem!important;
    text-align: left;
    font-weight: normal
}

.formulaire #add-review .conditionsLabel {
    padding-left: 0.5rem
}

#add-review {
    text-align: center
}

.formulaire #add-review .form-actions {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

#add-review .form-group {
    text-align: left
}

#add-review input[type="file"] {
    display: block;
    width: 100%;
    height: 5.0rem
}

#add-review #stars-existing {
    margin: 0 auto 1.0rem;
    display: block;
    text-align: left;
    padding-top: 1.5rem
}

#add-review .form-group #captcha {
    height: 4.6rem!important
}

.formulaire #add-review .form-group input,.formulaire #add-review .form-group textarea,.formulaire #add-review .form-group .form-control {
    background: var(--color0);
    border: 0.1rem solid #bbb;
    color: #bbb;
    border-radius: 0.2rem
}

.modal-content .form-control::placeholder {
    color: var(--color2)!important;
    opacity: 1
}

#add-review .submit-review {
    margin: 1.5rem auto!important;
    padding: 1.4rem 1.5rem!important;
    float: none;
    display: block;
    background-image: none
}

#add-review .body-review {
    height: 10.0rem
}

#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: 1.0rem;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    opacity: .6;
    display: block;
    clear: both;
    color: var(--color2)!important
}

ul.slick-dots {
    margin: 0;
    margin-top: 3.5rem;
    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: 0.8rem;
    height: 0.8rem;
    background: var(--color1);
    border-radius: 50%;
    transition: .2s ease-in-out;
    cursor: pointer;
    padding: 0;
    opacity: .4
}

ul.slick-dots li.slick-active {
    width: 1.0rem;
    border-radius: 0.4rem;
    opacity: 1
}

ul.slick-dots li + li {
    margin-left: 1.0rem
}

ul.slick-dots li button {
    display: none
}

#add-review .submit-review {
    margin: 2.5rem auto 1.5rem!important;
    position: relative;
    top: 0;
    background-image: none;
    padding: 1.5rem 4.0rem!important
}

.inner-container {
    margin: auto;
    max-width: 128.0rem
}

.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: 10.0rem 0
}

.coordonnes-contact p.tel1,.coordonnes-contact p.tel2 {
    margin: 0
}

p.tel.tel1.callTracker strong {
    font-size: 2.0rem;
}

.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: 2.0rem
}

.coordonnes-contact span {
    text-align: center
}

.plan-du-site {
    position: relative;
    z-index: 1;
    height: 45.5rem;
}

.plan-du-site iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
    opacity: .6;
    transition: all .2s linear ;
    -webkit-transition: all .2s linear ;
    -khtml-transition: all .2s linear ;
    -o-transition: all .2s linear 
}

.plan-du-site iframe:hover {
    opacity: .9
}

.zone-form-contact {
    max-width: 107.8rem;
    margin: auto;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 2.0rem rgba(0,0,0,0.21);
    -ms-box-shadow: 0 0 2.0rem rgba(0,0,0,0.21);
    -o-box-shadow: 0 0 2.0rem rgba(0,0,0,0.21);
    -webkit-box-shadow: 0 0 2.0rem rgba(0,0,0,0.21);
    background: var(--color2);
    padding: 3.0rem;
    margin: 8vh auto 1vh;
}
.zone-form-contact .h1 {
    font-family: var(--font_family_1) !important;!i;!;
    font-size: 1.5vw;
    color: white;
}
.zone-form-contact h1,.zone-form-contact .text {
    text-align: center
}

.zone-form-contact .text p {
    font-size: 20px;
}

.contact .zone-form-contact h1 .text {
    color: var(--color1);
    font-size: 1.7rem;
    font-weight: normal;
    font-family: var(--font_family_1)
}

.contact .form-horizontal .control-label {
    display: none
}

.contact .form-control {
    padding: 1.2rem;
    border-radius: 0;
    border: solid 0.1rem var(--color1);
    height: 4.2rem;
    background: var(--color0);
    color: var(--color4);
    font-size: 1.4rem;
    font-family: var(--font_family_1);
    box-shadow: none
}

.contact .form-control:focus {
    border: 0.1rem solid var(--color2);
    box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,0.075),0 0 0.8rem rgba(194,196,198,0.6);
    -ms-box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,0.075),0 0 0.8rem rgba(194,196,198,0.6);
    -o-box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,0.075),0 0 0.8rem rgba(194,196,198,0.6);
    -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,0.075),0 0 0.8rem 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 1.5rem center!important;
        line-height: normal!important
    }

    .form-horizontal select.form-control option {
        color: inherit
    }
}

.contact .form-control::-webkit-input-placeholder {
    color: var(--color0)
}

.contact .form-control:-moz-placeholder {
    color: var(--color0);
    opacity: 1
}

.contact .form-control::-moz-placeholder {
    color: var(--color0);
    opacity: 1
}

.contact .form-control:-ms-input-placeholder {
    color: var(--color0)
}

.contact .label-rgpd {
    padding: 0;
    color: var(--color4);
    font-size: 1.3rem;
    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 {
    float: right;
    border-radius: 0;
    background: var(--color3);
    border: 0;
    transition: all .2s linear ;
    -webkit-transition: all .2s linear ;
    -khtml-transition: all .2s linear ;
    -o-transition: all .2s linear ;
    color: var(--color0);
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: var(--font_family_3);
    padding: 1.8rem 6rem 1.8rem 6rem;
    display: table;
    margin: 0 auto -4.0rem;
    position: relative;
    top: 2.0rem;
    background-size: 1.7rem auto;
    border: 1px solid transparent;
}

.contact .btn-primary:hover {
    background-color: var(--color2);
    color: var(--color0);
    border: 1px solid white;
} */

.form-group input::placeholder, .form-group textarea::placeholder {
    color: var(--color4) !important
}

.contact .form-actions {
    font-size: 1.2rem;
    color: var(--color4);
    font-style: italic;
}

.body-contact .contact .form-actions {
    padding: 0 12% 0.5rem;
    color: var(--color2);
    font-style: italic
}

.formulaire.bottom .form-actions {
    margin: 0!important;
    width: 100%
}

.bloc-info-rgpd {
    /* background: var(--color3); */
    padding: 5rem 10% 5rem;
    color: var(--color1);
    position: relative;
    z-index: 1;
    /* margin: -13.0rem 0 0; */
}

.contact .info-rgpd {
    font-size: 1.3rem;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    margin-top: 1.5rem;
    opacity: 1;
    color: var(--color1);
    padding: 0 12%
}

.contact .info-rgpd p {
    font-size: inherit;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    margin-top: 1.5rem;
    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: left;
    margin: auto;
    display: table
}

.pageseo .contact .btn-primary,.pageseo .contact .btn-primary:focus {
    position: static;
    margin: 0;
    float: right;
    padding: 2.5rem 4.4rem;
    background-position: 12%;
}

.pageseo .formule_page_seo {
    padding-top: 3.0rem
}

.pageseo .formule_page_seo h2 {
    color: var(--color1)
}

.pageseo .contact .form-group {
    margin: 1.0rem -1.5rem;
}

.pageseo .contact .info-rgpd {
    padding: 0;
    color: inherit;
    font-size: 1.1rem
}

.pageseo .help-block {
    display: inline-block;
    font-style: normal!important;
    font-size: inherit!important;
    color: inherit!important;
    margin: 0
}

.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; */
}

.seo-content h2.h1 {
    text-align: start;
}

.flex-seoContain .seo-content h1, .flex-seoContain .seo-form h2.h1 {
    text-align: left;
    font-size: 2.2vw;
}

.flex-seoContain .seo-content h1:before, .flex-seoContain .seo-form h2.h1:before {
    left: 0;
    margin-left: 0;
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 2% 3em;
    background: var(--color2);
    );
    border-radius: 20px;
}
.imagecont.noflicker.img1 { display: block; margin: 1vh 0 2vh; height: 30vh; overflow: hidden; }

.img-seo img {
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sitemap ul {
    padding-left: 0
}

.sitemap ul li {
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    float: left;
    clear: both;
    display: inline-block;
    position: relative
}

.sitemap ul li::before {
    display: block;
    content: "❯";
    position: absolute;
    left: 0;
    font-size: 1.5rem;
    color: var(--color1)
}

.sitemap ul li.niveau2 {
    margin-left: 1.5rem
}

.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: 1.8rem
}

.page_404 .btn {
    margin-top: 0!important;
    color: var(--color0)!important;
    padding: 1.0rem 2.0rem;
    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.1;
}

.body-copyright .contenu h2 {
    font-size: 2.5rem
}

.header-sidebars {
    display: none
}

.header-sidebars a.logo {
    position: absolute;
    top: 0.5rem;
    left: 50%;
    width: 15.0rem;
    margin-left: -7.5rem;
    margin-top: 0
}

.header-sidebars a.logo img {
    width: 100%
}

.header-sidebars,.sidebar-left,.sidebar-right {
    background-color: var(--color0);
    letter-spacing: 0.1rem
}

.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: 6.5rem;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0.2rem 0.3rem 0.1rem rgba(0,0,0,0.1)
}

.header-sidebars .header-top {
    display: table;
    height: 6.5rem;
    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: 3px;
    top: 19px;
    height: auto;
    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: 6.5rem;
    width: 6.5rem;
    background-position: center center
}

.deploy-right-sidebar {
    border-left: 0.1rem var(--color0) solid;
    display: table-cell;
    background-color: var(--color2);
    background-repeat: no-repeat;
    height: 6.5rem;
    width: 6.5rem
}

.deploy-right-mail {
    border-left: 0.1rem var(--color0) solid;
    display: table-cell;
    background-color: var(--color2);
    background-repeat: no-repeat;
    height: 6.5rem;
    width: 6.5rem;
    position: absolute;
    right: 6.5rem;
    top: 0
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color2);
    height: 6.5rem;
    width: 6.5rem;
    position: absolute!important;
    right: 13.0rem;
    top: 0
}

.deploy-back-home {
    background-color: #f9fafc;
    width: 5.0rem;
    height: 5.0rem;
    background-position: center center;
    float: right;
    margin-top: -5.0rem
}

.sidebar-left {
    width: 27.0rem;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -27.0rem;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    box-shadow: 0.3rem 0 0.3rem 0 rgba(0,0,0,0.1)
}

.sidebar-scroll-left {
    padding-right: 2.0rem;
    left: 0;
    width: 31.0rem;
    overflow: scroll!important;
    overflow-x: hidden!important;
    -webkit-overflow-scroll: touch!important;
    height: 100%;
    background-color: #c31c26
}

.sidebar-scroll-right {
    width: 27.5rem;
    overflow: hidden!important;
    overflow-x: hidden!important;
    height: 100%;
    background-color: var(--color0)
}

.sidebar-right {
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -28.0rem;
    top: 0;
    bottom: 0;
    width: 27.0rem;
    margin-right: 1.0rem;
    box-shadow: -0.2rem 0 0.2rem 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: 6.5rem;
    background-color: var(--color1);
    position: relative
}

.sidebar-left-logo {
    max-height: 7.5rem;
    position: absolute;
    top: -0.2rem;
    left: 0.8rem;
    margin-right: 17.9rem
}

.sidebar-right-logo {
    margin-left: 8.4rem;
    top: 1.4rem;
    right: 0.1rem;
    max-width: 18.0rem;
    float: inherit;
    max-height: 3.7rem;
    position: relative
}

.sidebar-divider-text {
    font-size: 2.0rem;
    padding-top: 1.5rem;
    padding-left: 2.0rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
    color: var(--color1)!important;
    opacity: .7
}

.sidebar-bottom-controls {
    background-color: var(--color1)
}

.sidebar-bottom-controls p {
    margin-top: 0.3rem
}

.sidebar-bottom-controls a {
    font-size: 1.2rem;
    background-repeat: repeat-y;
    text-align: center;
    float: left;
    width: 33%;
    line-height: 1.0rem;
    display: block
}

.nav-item {
    font-size: 1.6199999999999999rem;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-size: 2.2rem auto;
    background-color: #c9323b;
    height: 6.0rem;
    line-height: 6.15rem;
    background-repeat: no-repeat;
    padding-left: 6.0rem;
    background-position: 2.0rem center;
    margin-bottom: 0.1rem
}

.submenu a {
    text-shadow: 0 0.2rem 0 rgba(0,0,0,1);
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 2.5rem;
    font-size: 1.0rem;
    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: 1.5rem;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 3.8rem;
    margin-left: 2.0rem;
    font-size: 1.0rem;
    color: #878787;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.0rem
}

.sidebar-header-right {
    height: 6.5rem;
    background-color: var(--color2);
    position: relative
}

.close-sidebar-right {
    height: 6.5rem;
    width: 6.5rem;
    margin-left: 0;
    display: block
}

.sidebar-left .close-sidebar-left,.sidebar-right .close-sidebar-right {
    position: absolute!important
}

.right-sidebar-copyright {
    margin: 2.0rem 0
}

.footer-text a {
    padding-top: 1.0rem;
    font-size: 1.0rem;
    color: #8a8a8a
}

.copyright-sidebar {
    font-size: 1.0rem;
    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: 0.1rem;
    padding-left: 1.8rem;
    background: var(--color2);
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0
}

.menu-mobile-dynamique .sub-menu li a {
    height: 4.2rem;
    text-transform: none
}

.menu-mobile-dynamique .sub-menu {
    background-image: linear-gradient(to bottom,var(--color1),var(--color1));
    padding-top: 1.8rem;
    padding-bottom: 1.8rem
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/gopage.svg);
    background-position: 24.1rem 2.62rem;
    background-repeat: no-repeat;
    background-size: 0.9rem auto
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 27.0rem;
    vertical-align: middle;
    text-decoration: none!important;
    line-height: 1.8rem;
    font-size: 1.6199999999999999rem;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-transform: uppercase;
    color: var(--color0);
    height: 6.0rem;
    padding-left: 2.9rem
}

.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: 0.5rem;
    font-size: 1.5rem;
    color: var(--color0)
}

.icones {
    width: 3.2rem;
    margin: 1.6rem 0 0 1.6rem;
    height: 3.2rem;
    fill: var(--color0)
}

header .tel-header .icones {
    width: 3.3rem;
    margin: 0.9rem 0 0 0.9rem;
    height: 3.3rem;
    fill: var(--color4);
}

.btn-partage .icones {
    width: 1.4vw;
    margin: 0;
    height: 2vh;
    padding: 0;
    position: relative;
    fill: var(--color0);
    top: 0.9rem
}

.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: 2.0rem 3.0rem;
    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: -0.5rem;
    position: absolute;
    font-size: 2.0rem;
    left: 50%;
    width: 0.3rem;
    height: 0.3rem;
    background: var(--color1);
    border-radius: 50%;
    display: block;
    content: "";
    transform: translate(-50%,0);
    -webkit-transition: all .2s linear ;
    -moz-transition: all .2s linear ;
    -ms-transition: all .2s linear ;
    -o-transition: all .2s linear ;
    transition: all .2s linear ;
    opacity: 0
}

.news_avant_apres a:hover::before {
    bottom: 1.0rem;
    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 1.0rem;
    color: var(--color2);
    transition: .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; */
}

.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: table;
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: var(--color0);
    padding: 6em 10%
}

.actualites article {
    display: table;
    width: 100%
}

.actualites:nth-child(even+1) {
    direction: rtl
}

.actualites .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center;
    border-radius: 20px;
}

.actualites .cell.photo:hover {
    opacity: .95;
    filter: alpha(opacity=95)
}

.actualites .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-bottom: 2px solid var(--color0)
}

.actualites:last-child .cell.texte {
    border-bottom: none
}

.actualites .cell.texte .contenu {
    padding: 3em 10%;
    text-align: justify;
    direction: ltr
}

.actualites .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.actualites .cell.texte .contenu ul li {
    padding: 5px 0 5px 20px;
    background: url(../images/puce.svg) no-repeat 0 9px
}

.actualites .cell.texte .contenu ul li .bouton-principal {
    display: block
}


/***
*Actualites
***/
.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:table;width:100%;position:relative;z-index:8000;background-color:var(--color0);padding: 4em 12% 8em;}
.actualites article{display:table;width:100%}
.actualites:nth-child(even+1){direction:rtl}
.actualites .cell.photo{display:table-cell;vertical-align:top;width:50%;background-position:top center;border-radius:var(--border-radius);background-position: center;}
.actualites .cell.photo:hover{opacity:.95;filter:alpha(opacity=95)}
.actualites .cell.texte{display:table-cell;vertical-align:top;width:50%;border-bottom:2px solid var(--color0);position: relative;-webkit-transform: translate(-10%, 10%);-ms-transform: translate(-10%, 10%);transform: translate(-10%, 10%);background: var(--bg-facultatif);-webkit-box-shadow: 8px 8px 24px -20px rgba(66, 68, 90, 1);-moz-box-shadow: 8px 8px 24px -20px rgba(66, 68, 90, 1);box-shadow: 8px 8px 24px -20px rgba(66, 68, 90, 1);}
.actualites:last-child .cell.texte{border-bottom:none;border-radius: 16px;}
.actualites .cell.texte .contenu{padding:3em 10%;text-align:left;direction:ltr;}
.actualites .cell.texte .contenu .text-left{display:flex;gap:1rem}
.actualites .cell.texte .contenu .h1{text-align:left}
.actualites .cell.texte .contenu .h1:before{left:0;margin:0}
.actualites .cell.texte .contenu .titre-secondaire{text-align:left}

.actualites .cell.texte .contenu .titre-secondaire a {
    text-decoration: none;
}
.actualites .cell.texte .contenu ul{padding:0;margin:0}
.actualites .cell.texte .contenu ul li{padding:5px 0 5px 20px;background:url(../images/puce.svg) no-repeat 0 9px}
.actualites .cell.texte .contenu ul li .bouton-principal{display:block}
/*.view-btn-all{position:relative;display:table; background: transparent;color: var(--color0) !important;!i;!;box-shadow: 0 0 0 3em var(--color2) inset !important;!i;!;}
.view-btn-all:after {color: var(--color0) !important;}
.view-btn-all:hover {box-shadow: 0 0 0 1px var(--color2) inset !important; color: var(--color2) !important;}
.view-btn-all:hover:after {color: var(--color2) !important;}
.view-btn-all .button_lg{background:var(--color3)}
.view-btn-all i{margin-left:8px;font-size:calc(var(--taille_font) *1.5)} */
.actualites .date_post,.news .date-article{font-size: calc(var(--taille_font) *1);font-weight:700;color:var(--color2)}
/*************/
.body-gallery-42 .gallery .nav, .body-gallery-42 .gallery .nav {
    margin: 6px 0;
    padding-right: 0;
}

.body-gallery-42 .gallery .nav .col-md-4:nth-child(3n) {
    padding-right: 0;
}

.body-gallery-42 .gallery .nav .col-md-4:nth-child(3n+2) {
    padding: 0 7.5px;
}

.body-gallery-42 .gallery .nav .col-md-4:nth-child(3n+1) {
    padding-left: 0;
}

.body-gallery-42 .gallery .tab-content {
    display: contents;
    position: relative;
    top: 0;
    width: 100%;
}

.body-gallery-42 .gallery .tab-content h2 {
    position: relative;
    margin-bottom: 28px;
    font-size: 37px;
    text-transform: uppercase;
    font-family: var(--font_family_3);
    color: var(--color2);
    text-align: center;
    padding: 20px;
}
.gallery.node-42 h1 {
    background: var(--color0);
    padding: 10vh 5vw;
    margin-bottom: 8px;
    display: none;
}

.gallery .nav-pills .contain-propr {
    width: 100%;
    position: relative;
    margin-bottom: 22px;
}

.body-gallery-42 .gallery .nav-pills .contain-propr:after {
    padding-top: 78%;
    display: block;
    content: '';
}

.gallery .nav-pills .contain-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.gallery .nav-pills .contain-nav a {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
}

.gallery .nav-pills .contain-nav a span.imagefond {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.gallery .nav-pills .contain-nav a span.masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgba(151, 183, 33, 0.7);
}

.gallery .nav-pills .contain-nav a:hover span.masque {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.view-first .imagefond {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    height: auto;
}

.view-first:hover .imagefond {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.view-first .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.34) !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: table;
    table-layout: fixed;
}

.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first .mask em {
    display: table-cell;
    vertical-align: middle;
    font-style: normal;
    position: relative;
    width: 100%;
    height: 100%;
}

.view-first .titre-mask {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat-Light';
    text-align: center;
    display: block;
    font-size: 20px;
    padding: 0 10px 10px;
    margin: 0 0 0 0;
    /* -webkit-transform: translateY(-100px); */
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    /* transform: translateY(-100px); */
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: normal;
    font-family: var(--font_family_1);
}

.view-first .small-txt {
    font-family: 'Montserrat-Light';
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    color: #c6c6c6;
    font-size: 17px;
    padding: 0 40px 10px;
    text-align: center;
    /* -webkit-transform: translateY(100px); */
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    /* transform: translateY(100px); */
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first .small-txt:after {
    content: '';
    background: url(../images/ico-zoom.png);
    width: 40px;
    height: 23px;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -20px;
}

.view-first:hover .titre-mask, .view-first:hover .small-txt {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first:hover .small-txt {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

#x {
    content: "";
    background-image: url('../images/x.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    display: block;
    position: relative;
    border-radius: 6px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

a.btn_fermer {
    position: absolute;
    top: 17px;
    left: 0;
    z-index: 1;
    font-size: 24px;
    color: #fff;
    padding: 2px 9px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.btn_fermer:hover {
    text-decoration: none;
    color: #fff;
    right: 10px;
}

.gallery .nav-pills .contain-nav a {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
}

.gallery .nav-pills .contain-nav a span.imagefond {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.gallery .nav-pills .contain-nav a span.masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgba(151, 183, 33, 0.7);
}

.gallery .nav-pills .contain-nav a:hover span.masque {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.body-gallery-42 .description-galerie {
    padding: 65px 100px;
}

.body-gallery-42 .ligne-photos {
    margin-top: 60px;
}

.r-flex .row.recup-photos.gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.r-flex .row.recup-photos.gallery {
    margin: 0;
}

.r-flex .row.recup-photos.gallery iframe {
    border-radius: var(--border-radius);
}

.images-f {
    width: 90%;
}

.row.r-flex {
    display: flex;
    align-items: center;
    /* flex-direction: row-reverse; */
    gap: 20px;
    /* flex-wrap: wrap; */
    /* position: relative; */
}
.body-gallery-42 .row.ligne-photos .col-md-4 {
    padding: 0 15px !important;
}

.body-gallery-42 .banniere .fond {
    background-position: center;
}
/*************/

@media(max-width: 1440px) {
    .band1{
        
padding: 4rem 3vw 2rem;
    }

.AvisClientsBg .contenu {
    padding: 4vh 5vw 5vh;
}

.bloc-contenu {
    padding: 8vh 4vw 8vh;
}

.atout {
    padding: 6vh 5vw;
}
    .titre-slg{
        font-size: 5rem;
    }
    .titre-secondaire {
    font-size: 2rem;
}
    :root{
            --taille_font: 1.5rem;
    }
}

@media(max-width: 980px) {
    .flex-seoContain {
        flex-wrap:wrap;
    }

    .gallery .nav-pills .contain-nav a {
        height: 20vh;
    }
    .view-first .titre-mask {
        font-size: 16px;
    }

    .gallery .nav-pills .contain-propr {
        height: 22vh;
    }

    .body-news-list .item-news {
        width : 100%;

        .contenu {
            width:auto;
            position: unset;
        }
    }

    .btn-partage .btnp{
        
width: 20px;
        
height: 40px;
    }

.btn-partage .icones {
    width: 3.4vw;
    margin: 0;
    height: 2.7vh;
}
    .body-page-1 .titre-slg:before{
        display:none;
    }
    .titre-secondaire{
        font-size: 24px;
        line-height: 1.6;
    }

.scroll-presentation {
    height: 45rem;
}
    .flex-seoContain .seo-content h1, .flex-seoContain .seo-form h2.h1{
        
font-size: 22px;
    }
    .zone-intervention .zoneBox{
        flex-direction:column;
    }
    .zoneBox .zoneImg{
        width : 100%;
    }
    .specialites .specialitesBoxes{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

.specialites {
    padding: 3vh 3vw 4vh;
}

.specialitesBoxes .specialitesBoxe {
    width: 45%;
    text-align: center;
}

.specialitesBoxes .specialitesBoxe img {
    width: 100px;
    height: 100px;
}
     .actualites,.prestation {
        display: block;
    }

.actualites {
    padding: 3em 5%;
}

    .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,{
        padding: 30px 15px
    }
    .gallery .description-galerie{
        
        padding: 0 2% 4.0rem;
    }

.gallery .description-galerie {
    text-align: start;
}
    .logo-certifs{
        background-size: contain;
    }
    header .bloc-slider{
        height: 30vh;
    }

.body-page-1 header .bloc-slider {
    height: 40vh;
}

.bloc-slider:before {
    width: 100%;
    background: #28282dad;
}
   
    .atout-item__title{
        font-size: 25px;
    }
    .Atout-AT .swiper, .swiper-container{
        padding-bottom: 0;
    }

.atout-item__text {
    font-size: 15px;
}
  .text-services {  
        display: grid;  
        grid-template-columns: 1fr; 
        gap: 20px; 
        grid-template-rows: auto;  
        grid-template-areas:   
            'ser1'  
            'ser2'  
            'ser3'  
            'ser4'  
            'ser5'  
            'ser6'; 
    }  

    .service-card:first-child {
        display: none; 
    }  

    .service-card .service-logo img {  
        height: auto;  
        width: 100%;   
    }  

    .service-card:nth-child(2) {  
        grid-area: ser2;  
    }  

    .service-card:nth-child(3) {  
        grid-area: ser3;  
    }  

    .service-card:nth-child(4) {  
        grid-area: ser4;  
    }  

    .service-card:nth-child(5) {  
        grid-area: ser5;  
    }  

    .service-card:nth-child(6) {  
        grid-area: ser6;  
    }  
    .flex-seoContain .seo-content {
        width: 100%;
        background: transparent;
    }

.contenu .seo-content h2:first-of-type {
    text-align: center;
}

    .flex-seoContain .seo-form{
        width: 100%;
        padding: 2em 6% 3em;
    }

.contact h2 ,div#description-contact {
    text-align: center;
}

    .img-seo img, a.imagecont.noflicker.img1 {
        width: 100%;
        height: auto;
        margin: 0 0 1.6rem;
        display: block;
    }

    .bande_contact_footer .row1 {
        padding: 5rem 3%;
    }

    .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: 1.1rem;
        opacity: .5;
        position: relative;
        font-size: 0
    }

    .contact .formulaire .form-group > label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 1.5rem
    }

    .header-sidebars {
        display: block
    }

    .hide-responsive {
        display: none!important
    }

.presentationAcc .PresentationText {
    width: 100%;
    padding: 0;
}

    .clear-both {
        clear: both
    }

    header {
        padding: 0
    }

    .zone-slg,.zone-banner {
        width: 50%;
        /* height: auto!important; */
        /* background: transparent; */
    }

.body-page-1 .zone-banner {
    height: 40vh;
}

    .slegon {
        padding: 3vw 5vw;
    }

.body-page-1 .zone-slg .slegon {
    top: 30px;
    height: 40vh;
}

.sou-titre-slg {
    font-size: 15px;
}

    .body-pageseo .titre-slg, .titre-slg {
        font-size: 2rem;
        text-align: center;
        margin-top: 0;
    }

.body-page-1 .titre-slg {
    margin-top: 4vh;
}

.body-page-1 .zone-slg {
    height: auto !important;
    /* background: transparent; */
}

    .bloc-slider .owl-theme .owl-controls {
        display: none!important
    }

    .contenu {
        padding: 4.0rem 6%;
    }

.item-news.prestation .contenu {
    padding: 5.0rem 2rem 2.0rem;
}

.slick-list {
    padding: 0 !important;
}

.actualites .cell.texte .contenu {
    padding: 3em 3%;
}

    h1, .h1 ,.zone-form-contact .h1 {
        font-size: 3.0rem;
        line-height: 3.0rem;
        margin-bottom: 5.0rem
    }

.gallery.clear.services .h1.center {
    margin-bottom: 0rem;
}

.zone-form-contact {
    padding: 3rem 3rem 9rem 3rem;
    margin: 8vh auto;
}

.contact .btn-primary {
    padding: 1.8rem 3rem;
    margin-top: 2em;
}

.zone-form-contact .text p {
    font-size: 14px;
    line-height: 1.5;
}

.AvisClients .h ,.date_post {
    font-size: 18px;
}



    h2,.h2 {
        font-size: 2.4rem
    }

    h3,.h3 {
        font-size: 2.4rem;
        text-align: start;
    }

.item-news.prestation .bloc-titre .titre-news {
    font-size: 2.2rem;
}

footer h3 {
    font-size: 24px;
}

    h4,h5,h6 {
        font-size: 2.0rem;
        letter-spacing: inherit;
    }

    a.btn-show-more {
        font-size: 1.3rem;
        padding: 1.3rem 3.5rem;
    }

    .AvisClientsBg .btn-show-more {
        left: -4em;
        margin-top: 3em;
    }

    .bloc-contenu ,.bloc-contenu.nos-realisations {
        padding: 3rem 6% 4rem;
    }

.zone-intervention .description {
    padding: 0 2%;
}

    .zone-intervention .zone {
        width: 36.5rem;
        background-size: contain
    }

    .item-news {
        margin-bottom: 3.0rem
    }

    .item-news .photo {
        height: 40.0rem
    }

    .AvisClients p {
        font-size: 1.3rem
    }

    .item-news.prestation .photo {
        height: 25.0rem
    }

    .bloc-contenu.certifs {
        padding: 3.0rem 10% 2rem;
    }

    .body-gallery-4 .contenu {
        padding: 4.0rem 0rem;
    }

    .scroll-footer {
        height: 15rem;
    }

    .AvisClients:link, .AvisClients:visited, .AvisClients {
        height: 32vh;
        width: 100%;
    }

    .contact .zone-form-contact h1 .text {
        font-size: 1.7rem;
        line-height: normal
    }

    .bloc-info-rgpd {
        padding: 3rem 4% 2rem;
    }

    .contact .info-rgpd {
        padding: 0
    }

    .plan-du-site {
        height: 50.0rem
    }

    .coordonnes-contact {
        padding: 3rem 0;
    }

.contact .pictoSVG {
    margin: 0;
}

    .pageseo .formulaire.gauche,.pageseo .formulaire.droite {
        padding: 0
    }
}

@media (max-width: 767px) {
      .body-gallery-42 .gallery .nav, .body-gallery-42 .gallery .nav {
        margin: 0;
    }

    .view-first .titre-mask {
        font-size: 12px;
    }

    .actualites .cell.texte{-webkit-transform: none;-ms-transform: none;transform: none;}

      .body-gallery-42 .gallery .tab-content h2{
        margin-top: 62px;
    }
    .gallery .description-galerie iframe{
        margin:0;
        margin-bottom:25px;
        width:100%;
    }
    .body-gallery-42 .gallery .nav .col-md-4:nth-child(3n),.body-gallery-42 .gallery .nav .col-md-4:nth-child(3n+1), .body-gallery-51 .gallery .nav .col-md-4:nth-child(3n+2) {
        padding-left: 8px;
        padding-right: 8px;
    }
    .nopad-xs {
        padding:0
    }

    .news_avant_apres > div:last-child {
        right: 0
    }

    .news_avant_apres > div {
        display: block;
        margin: 0 0 0.5rem
    }

    .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) {
    .corps {
        --taille_font:1.4rem;
        font-size: var(--taille_font)
    }

    .body-pageseo .titre-slg {
        font-size: 2rem
    }

    .nopad-xs {
        padding: 0
    }

    .titre-slg {
        font-size: 2.6rem
    }

    .body-page-1 .titre-slg {
        font-size: 2.5rem;
        text-align: center;
    }

    .banner {
        height: 26.0rem
    }

    .table-cell .cell {
        display: block;
        width: 100%;
        clear: both
    }

    h1,.h1 {
        font-size: 3rem;
        line-height: 2.8rem;
        margin-bottom: 3.0rem;
        text-align: center
    }

    h2,.h2 {
        font-size: 2.4rem
    }

    h3,.h3 {
        font-size: 2rem;
        letter-spacing: initial;
        );
    }

    h4,h5,h6 {
        font-size: 2.0rem
    }

    .text-accueil p.center {
        text-align: center
    }

    .text-accueil p.center a.btn-show-more {
        display: inline-block
    }

    .zone-intervention .zone,.zone-intervention .description {
        width: 100%
    }


.view-btn-all {
    position: relative;
    display: table;
    margin: 20px auto
}

.view-btn-all i {
    margin-left: 8px;
    font-size: 14px
}

.actualites .date_post,.news .date-article {
    font-size: 15px;
    font-weight: 700;
    color: var(--color2)
}


    .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 2.0rem
    }

    .recup-photo a.item-gallery {
        height: 25.0rem;
        margin-bottom: 2.0rem
    }

    .band1 {
        padding: 4rem 3% 2rem;
    }

    .band1 .container {
        padding: 0;
    }

    .gallery.node-2 a.img_gal {
        height: 25.0rem
    }

    .gallery .ligne-photos .propor .propor-cont .imagecont .title-item-gallery {
        text-align: center;
        padding: 1.0rem 1.5rem;
        font-size: 1.4rem
    }

    .coordonnes-contact .adress-contact,.coordonnes-contact .tel-contact,.coordonnes-contact .horaires-contact {
        margin-bottom: 1.5rem;
        background-size: 2.3rem;
        padding-top: 1rem;
    }

.plan-du-site {height: 38.0rem }
.pageseo .contact .btn-primary,.pageseo .contact .btn-primary:focus { width: 100%;margin: 1.5rem auto }
.centerservice {margin: 0!important}
}
.bloc-slider div#owl-demo,.bloc-slider .owl-wrapper-outer,.bloc-slider .owl-wrapper,.bloc-slider .owl-item,.bloc-slider .item,.bloc-slider img.rsImg,.bloc-slider .img-slide.cover {
    height: 100%;
}
@media(min-width: 3000px){
    .menu_footer li:before{
        top: 15px;
        font-size: 24px;
        left: -31px;
    }
    .header{
        
height: 160px;
    }

.atout-item__content {
    margin-top: 60px;
}

.atout-item_icon {
    height: 130px;
    width: 130px;
    margin-top: -75px;
}

.atout-item_icon img {
    width: 65px;
    height: 65px;
}

.atout-item-AT {
    height: 25vh;
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div {
    width: 80px;
    height: 80px;
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-prev::before {
    top: 9px;
    left: 28px;
    font-size: 35px;
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-next::before {
    top: 15px;
    left: 14px;
    font-size: 35px;
}

header .tel-header {
    padding: 4.1rem 0 2.0rem;
}

header .tel-header.callTracker .t_phone {
    font-size: 2.5rem;
    width: 21.5rem;
}

header .fixedMenu .tel-header.callTracker .t_phone {
    top: 10.8rem;
    left: -72px;
}

header .tel-header .t_affiche {
    width: 7.2rem;
    height: 7.2rem;
}

header .tel-header .icones {
    width: 5.2rem;
    height: 5.2rem;
    margin: 1.9rem 0 0 1.5rem;
}
    .menu_footer{
        margin-left: 30px;
    }

h1, .h1 {
    margin-bottom: 9rem;
}

footer h3 {
    margin-bottom: 3rem;
}

.footerLogo img {
    width: 250px; 
    margin-top: 20px;
}

nav .menu_principal a, .menu_principal a:visited {
    height: 13.7rem;
    line-height: 15.7rem;
}

.pictoSVG {
    height: 30px;
    width: 30px;
    top: 10px;
    left: 0;
}

.AvisClients:link, .AvisClients:visited, .AvisClients {height: 31vh;padding: 4rem 2.0rem 4rem;}

.coordonnees-footer p, .coordonnees-footer address {
    padding: 0 0 0.2rem 5rem;
}
}



.contact .tab-coordonnes{display:table;width:100%;position:relative;z-index:8000;background:var(--color0)}
.contact .tab-coordonnes .cell.gauche{display:table-cell;vertical-align:top;width:40%;border-top:2px solid var(--color0)}
.contact .tab-coordonnes .cell.gauche .contenu{padding:3em 7% 0}
.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:60%}
.contact .tab-formulaire{display:block;width:100%;position:relative;z-index:8000;background:var(--bg-facultatif);padding:5rem 28%;margin-top:5em;border-radius:var(--border-radius)}
.contact .tab-formulaire .contenu h2{text-align:center}
.contact .plan{font-size:0}
.contact .plan .block #googlemapapi,.contact .plan iframe{width:100%!important;height:calc(var(--taille_font) * 63)!important}
.contact .coordonnees{padding:0 0 20px}
.coordonnees address i {color: var(--color2);}
.contact .coordonnees h2{margin-top:calc(var(--taille_font) * 2)}
.contact .coordonnees address p{padding:0 0 10px}
.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}
.contact .form-group label.col-md-4{padding-left:0!important;padding-right:0!important}
.contact .form-group div.col-md-8{padding-left:0!important;padding-right:0!important}
.contact .form-group .col-md-4{display:none}
.contact .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(--color1)}
.contact .control-label{text-align:left!important;font-weight:400}
.contact .form-group{margin-bottom: 16px;padding:0!important;margin-left:0!important;margin-right:0!important}
.contact .form-group .form-control{background: #ffffff36;border:0;box-shadow:none;border-radius:0;width:100%!important;font-size:inherit;color: var(--color4);border-bottom: 1px solid #0000003b;}
.form-control:focus{color:#000;background:var(--color0)}
.contact .form-group textarea.form-control{height:calc(var(--taille_font) * 10.9);position:static;padding-top:calc(var(--taille_font) * 1.5);}
.contact .form-group input.form-control{height: calc(var(--taille_font) * 3);line-height:1;line-height:50px\9;padding:0 calc(var(--taille_font) * 1.2)}
.contact .form-group .form-control:active,.contact .formulaire .form-group .form-control:focus{border:1px solid var(--color2)}
.contact .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:inherit}
}
.contact .formulaire .form-group input[name=captcha]{width:31%!important;height:50px!important;display:inline-block;float:none!important;margin-right:2%!important;vertical-align:top}
.contact .formulaire .form-group input[name=captcha]+a{width:35%;display:inline-block;margin-right:2%;vertical-align:top}
.contact .formulaire .form-group #captcha{width:100%;height:50px!important;border-radius:0;padding:0}
.contact .formulaire .form-group input.btn-primary{display:inline-block;position:relative;float:right;/* padding-right:calc(var(--taille_font) * 7); */}
.contact .formulaire .form-actions{font-size:12px}
.contact a.btn.btn-default{float:right}

.slick-slide {
    padding: 1rem;
}
