:root {
    --color0: #ffffff;
    /*couleur small header + encarts + texte footer*/
    --color1: #28c6f2;
    /*couleur principale*/
    --color2: #333635;
    /*couleur header + encarts + btns*/
    --color3: #fafafa;
    /* encart texte d'accueil + encart témoignages */
    --color4: #181818;
    /* couleur texte + menu */
    --color5: #f3f3f3;
    /* couleurg ris */
    --font_family_1: Raleway-regular;
    --font_family_2: Montserrat-Light;
    /* --font_family_3:
    'overpass-bold', sans-serif; */
    --taille_font: 15px;
}

.clear {
    clear: both
}

.nopad {
    padding: 0
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.contain {
    -ms-background-size: contain!important;
    -webkit-background-size: contain!important;
    -moz-background-size: contain!important;
    background-size: contain!important
}

.cover {
    -ms-background-size: cover!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    background-size: cover!important
}

.left {
    float: left
}

.right {
    float: right
}

.center {
    text-align: center
}

.relative {
    position: relative
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--color0);
    font-size: var(--taille_font);
    font-family: var(--font_family_2);
    color: var(--color4)
}



a,a:link,a:visited {
    color: inherit;
    text-decoration: underline
}

a.logo img {
    height: auto;
    width: 130px;
}

a:hover {
    text-decoration: none
}

.contenu a:hover {
    color: var(--color1)
}

#index {
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow-x: hidden
}

.contenu {
    background: var(--color3);
    min-height: 300px;
    padding: 70px 0 100px 0;
    width: 100%;
    position: relative;
    z-index: 10
}

.container {
    max-width: 1200px;
    position: relative
}

.row {
    margin-right: 0!important;
    margin-left: 0!important;
    clear: both
}

a.imagecont.noflicker.img1 {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}

header {
    display: block;
    clear: both;
    position: relative;
    padding: 107px 0 0
}

.header {
    width: 100%;
    height: 107px;
    background: var(--color0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    padding: 0 1%;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

.header.fixedMenu {
    /* height: 70px; */
}

.logo {
    display: table;
    padding: 0;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

.header.fixedMenu .logo {
    /* padding: 13px 0 0; */
}

.btn-partage .btnp {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    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 1px;
    background: none;
    padding: 0
}

nav .menu_principal a,.menu_principal a:visited {
    color: var(--color4);
    display: block;
    font-size: 15px;
    text-align: center;
    height: 107px;
    padding: 0 1vw;
    line-height: 110px;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    text-decoration: none
}

nav .menu_principal a:hover,.menu_principal a#courant,.menu_principal li.active a {
    color: var(--color1)
}

.menu_principal a::before {
    bottom: -5px;
    position: absolute;
    font-size: 20px;
    left: 50%;
    width: 3px;
    height: 3px;
    background: var(--color1);
    border-radius: 50%;
    display: block;
    content: "";
    transform: translate(-50%,0);
    -webkit-transition: all .2s linear 0;
    -moz-transition: all .2s linear 0;
    -ms-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    transition: all .2s linear 0;
    opacity: 0
}

.menu_principal a:hover::before,.menu_principal a#courant::before,.menu_principal li.active a::before {
    bottom: 26px;
    opacity: 1
}

.header.fixedMenu .menu_principal a:hover::before,.header.fixedMenu .menu_principal a#courant::before,.header.fixedMenu .menu_principal li.active a::before {
    /* bottom: 16px; */
}

.header.fixedMenu nav .menu_principal a {
    /* height: 70px; */
    /* line-height: 70px; */
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px
}

.callTracker {
    position: relative
}

.callTracker span,.callTracker a {
    display: inline-block;
    text-align: left;
    /* min-width:145px; */
    padding: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 100%;
    line-height: unset;
    text-decoration: none
}

.callTracker .t_phone {
    opacity: 0;
    display: none
}

.callTracker .t_affiche {
    cursor: pointer
}

header .callTracker span,header .callTracker a {
    top: 5px;
}

header .callTracker .t_affiche {
}

.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);
    text-decoration: underline;
}

header .tel-header {
    padding: 31px 0 20px;
    margin: auto;
    display: table;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    width: 42px;
    position: relative
}

header .fixedMenu .tel-header {
    /* padding: 15px 0 20px; */
}

header .tel-header .t_affiche {
    width: 42px;
    height: 42px;
    font-size: 0;
    display: block!important;
    opacity: 1!important;
    min-width: auto;
    border: 1px solid var(--color1);
    border-radius: 50%
}

header .tel-header.callTracker .t_phone {
    color: var(--color0);
    background: var(--color2);
    text-align: center;
    position: absolute;
    line-height: normal;
    height: auto;
    padding: 5px;
    top: 82px;
    border-radius: 15px;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    width: 125px;
    right: 50%;
    margin-right: -65px;
    min-width: auto;
    font-size: 15px
}

header .fixedMenu .tel-header.callTracker .t_phone {
    top: 68px
}

header .tel-header.callTracker .t_phone::before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 16px;
    left: 50%;
    border-color: transparent transparent #333635;
    margin-left: -13px
}

.bloc_slider {
    position: relative
}

.img-slide {
    background-position: center;
    background-repeat: no-repeat
}

.rsImg {
    width: 100%
}

header .bloc-slider {
    display: flex;
}
/********/

header .bloc-slider {
    display: flex;
}
.body-page-1 .zone-slg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-image: none;
    background-color: transparent;
    background: linear-gradient(90deg, #ffffff24, #ffffff00 100%);
}

.body-page-1 .zone-slg .slegon {
    background-color: #ffffffcf;
    width: 43%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    backdrop-filter: blur(3px);
}
.body-page-1 .zone-banner {
    width: 100%;
}


/********/
.zone-slg {
    /* background: var(--color1); */
}

.body-page-1 .zone-banner {
    height: 89vh;
}

.cta {
    display: none;
    align-items: center;
    column-gap: 10px;
    margin: 2em 0;
    position: relative;
    float: left;
    flex-wrap: wrap;
    align-content: center;
}

.body-page-1 .cta {
    display: flex;
}

p.tel-header2 {
    font-family: var(--font_family_1);
    color: var(--color0);
    font-size: 14px;
    padding: 15px 40px;
    margin: 0 0 0;
    text-transform: uppercase;
    overflow: hidden;
    text-shadow: 0 0;
    text-align: center;
    min-width: auto;
    background: transparent;
}

.cta a.btn-show-more, .cta p.btn-show-more {
    text-align: center;
    margin: 0 0;
    font-size: 15px;
    font-family: var(--font_family_2);
    min-width: 225px;
    height: 100%;
    line-height: initial;
    display: block;
    padding: 15px 40px;
    border: 1px solid var(--color1);
    border-radius: 3px;
    color: var(--color1);
}

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-color: transparent;
}
.acc-tarifs{
    
display: none;
    
width: 100%;
    
padding: 3em 7% 4em;
    
width: 100%;
    
position: relative;
    
background: var(--color3);
}

.acc-tarifs .swiper-button-prev {
    left: 5px;
}

.acc-tarifs .swiper-button-next {
    right: 5px;
}
.tarifs-boxes .btn-card {
    bottom: 50px;
}
.acc-tarifs .tarifs-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.acc-tarifs .tarifs-boxes .box {
    position: relative;
    width: 21%;
    background: var(--color0);
    padding: 40px 10px 120px;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transition: all .3s ease;
    overflow: hidden;
}

.tarifs-boxes .box:before {
    content: '';
    position: absolute;
    left: -60px;
    top: -60px;
    background: url('../images/red_border.png') left no-repeat;
    height: 140px;
    width: 200px;
    background-size: contain;
    z-index: 0;
}

.tarifs-boxes .box:hover {
    background: var(--color4);
    color: var(--color0);
}

.tarifs-boxes .box:hover h2 {
    color: var(--color0);
}

.tarifs-boxes .box p {
    font-size: 18px;
}

.acc-tarifs h1 ,.acc-tarifs h2 {
    text-align: center;
}

.acc-tarifs h2 {
    font-size: 28px;
    padding: 0 0 20px;
    color: var(--color1);
}

.atouts {
    display: block;
    width: 100%;
    padding: 3em 10% 4em;
    width: 100%;
    position: relative;
}



.atouts .swiper-pagination-bullet-active {
    background: var(--color0);
}

.atouts p.legend {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0 0;
    color: var(--color2);
}

.atouts .swiper-pagination-bullet {
    background: var(--color0);
}

.atouts .picto {
    margin-bottom: 1em;
}

.atouts .picto i {
    width: auto;
}

.atouts .swiper-button-prev {
    background-image: none;
    left: 0;
    margin-top: -22px;
    opacity: .8;
}

.atouts .swiper-button-disabled {
    opacity: 0 !important;
}

.atouts .swiper-button-next {
    background-image: none;
    right: 2px;
    top: 50%;
    margin-top: -22px;
    opacity: .8;
}

.atouts .swiper-button-next i, .swiper-button-prev i {
    font-size: 23px;
}

.atouts .swiper-button-next:hover,.swiper-button-prev:hover {
    opacity: 1
}

.atouts .picto i {
    color: var(--color2);
    text-align: center;
    font-size: 3rem;
}

.atout {
  box-shadow: 0px 0px 25px rgba(0,0,0,0.10);
  height: 340px;
  width: 381px;
  margin: auto;
  position: relative;
  display: flex;
  padding: 45px;
  text-align: center;
  transition: .4s ease;
}

.atout:hover {
    background: #efefef;
    color: var(--color0);
}

.atout:hover h2 {
    display: none;
}



.atout:hover p {
     display: flex;
     font-size: 17px;
     justify-content: center;
     align-items: center;
     text-align: center;
     color: var(--color4);
}

.atout:hover span {
    font-size: 60px;
    top: 5%;
    color: var(--color2);
    z-index: 1;
    opacity: .1;
}

.atout p {
    display:none;
}


.atout h2 {
    display: block;
    font-family: var(--font_family_2);
    font-size: 20px;
    height: 80px;
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--color2);
}

.atout span {
    position: absolute;
    top: -7%;
    font-family: var(--font_family_3);
    font-size: 267px;
    opacity: 1;
    transition: .4s ease;
    width: 100%;
    display: block;
    left: 0;
    color: #f1f1f1;
    z-index: -1;
}

.atouts .swiper.mySwiper {
    overflow: hidden;
    position: relative;
}

.atouts-cont {
    position: relative;
    display: block;
    padding: 2em 7% 4em;
}

.slegon {
    display: flex;
    padding: 0 8vw;
    line-height: 1.1;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.titre-slg {
    color: var(--color1);
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.body-pageseo .titre-slg {
    font-size: 44px;
}

.body-page-1 .titre-slg {
    color: var(--color1);
    text-transform: none;
    text-align: start;
    line-height: initial;
}

.body-page-1 .titre-slg span {
    text-transform: uppercase;
    /* color: var(--color2); */
}

.sou-titre-slg {
    font-family: var(--font_family_1);
    font-weight: bold;
    font-size: 22px;
    color: var(--color2);
}

.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 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    border: 2px solid transparent
}

.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    width: 14px;
    height: 14px;
    border: 0;
    margin: 5px 5px 3px
}

.certifs .owl-theme .owl-controls .owl-page span {
    background: var(--color0)
}

.bloc-slider .owl-theme .owl-controls {
    text-align: center;
    background: var(--color0);
    margin: 0;
    position: absolute;
    bottom: 0px;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    right: 0;
    z-index: 99;
}

.owl-controls .owl-buttons {
    display: flex;
}

.owl-prev {
    border-right: 1px solid #ffffffb3;
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div {
    width: 70px;
    height: 70px;
    background-color: var(--color1);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    display: block;
    margin: 0;
    position: relative;
    opacity: 1;
    border-radius: 0;
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-next::before {
    display: block;
    content: "∟";
    position: absolute;
    font-size: 30px;
    font-family: var(--font_family_1);
    color: var(--color0);
    transform: rotate(-135deg);
    top: 12px;
    left: 22px;
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-prev::before {
    display: block;
    content: "∟";
    position: absolute;
    font-size: 30px;
    font-family: var(--font_family_1);
    color: var(--color0);
    transform: rotate(45deg);
    top: 15px;
    left: 23px;
}

.banner {
    width: 100%;
    height: 350px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3 {
    font-family: var(--font_family_1);
    font-weight: bold;
    color: var(--color2);
}

h1,.h1 {
    font-size: 39px;
    line-height: 36px;
    margin-bottom: 50px
}

.h1.center {
    background-position: center bottom
}

.body-page-1 .contenu h2.h1 {
    margin-bottom: 30px;
    /* font-size: 30px; */
}

h2,.h2 {
    font-size: calc(var(--taille_font) + 0.8rem)
}

h3,.h3 {
    font-size: calc(var(--taille_font) + 0.7rem)
}

h4 {
    font-size: calc(var(--taille_font) + 0.6rem)
}

h5 {
    font-size: calc(var(--taille_font) + 0.5rem)
}

h6 {
    font-size: calc(var(--taille_font) + 0.4rem)
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: inherit
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    text-decoration: underline
}

.titre-secondaire {
    display: block;
    color: var(--color1);
    font-size: 20px;
    font-family: var(--font_family_2);
    font-weight: lighter;
}

a.btn-show-more {
    display: table;
    padding: 15px 40px;
    background: transparent;
    color: var(--color0);
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    border-radius: 3px;
    position: relative
}

a.btn-show-more:hover {
    background: var(--color2) !important;
    color: var(--color0)
}

footer {
    display: block;
    clear: both;
    position: relative;
    background: var(--color4);
    z-index: 11
}

footer a.btn-get-contact {
    display: table;
    background: var(--color1);
    color: var(--color0);
    margin: auto;
    padding: 18px 50px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    top: -30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    border-radius: 3px;
}

footer a.btn-get-contact:hover {
    background: var(--color2);
    color: var(--color0)
}

footer h3 {
    text-transform: uppercase;
    color: var(--color0);
    font-size: 17px;
    font-family: var(--font_family_3)
}

.band1 {
    display: block;
    clear: both;
    background: var(--color4);
    padding: 20px 0 10px;
}

.band2 {
    display: block;
    clear: both;
    background: #181818;
    padding: 5px 0;
}

.btn-scroll-top {
    width: 36px;
    height: 36px;
    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: 25px;
    left: 7px;
    top: 6px
}

.coordonnees-footer {
    color: var(--color0);
    padding: 10px 0;
    font-size: inherit
}

.coordonnees-footer p,.coordonnees-footer address {
    background-repeat: no-repeat;
    position: relative;
    margin: 5px 0;
    padding: 0 0 2px 30px;
}

.coordonnees-footer a {
    color: var(--color0)
}

.coordonnees-footer a:hover {
    color: var(--color0)
}

.pictoSVG {
    width: 16px;
    margin: 0;
    height: 16px;
    padding: 0;
    position: absolute;
    top: 3px;
    left: 3px;
    fill: var(--color0);
}

.contact .pictoSVG {
    width: 35px;
    margin: 0;
    height: 35px;
    padding: 0;
    position: relative;
    margin: 0 auto 30px auto;
    fill: var(--color1);
}

.hours {
    position: relative;
    color: var(--color0);
    padding: 0 15px 10px 0;
    margin: 0;
}

.menu_footer {
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    text-align: left;
    width: auto;
    line-height: 1.6
}

.menu_footer li {
    display: block;
    padding: 0;
    background: none
}

.menu_footer a,.menu_footer a:visited {
    color: var(--color0);
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
}

.menu_footer a:hover, .menu_footer li.active a {
    color: var(--color0);
    text-decoration: underline;
}

.menu_referencement {
    list-style-image: none;
    padding: 10px 0;
    margin: 0;
    text-align: justify
}

.menu_referencement li {
    display: inline;
    margin: 0;
    padding: 0;
    background: none
}

.menu_referencement li:after {
    display: inline-block;
    content: '-';
    color: var(--color0);
    margin: 0 5px
}

.menu_referencement li:last-child:after {
    display: none
}

.menu_referencement a,.menu_referencement a:visited {
    color: var(--color0);
    font-size: 15px;
    text-decoration: none;
    font-family: inherit
}

.menu_referencement a:hover, .menu_referencement li.active a {
    color: var(--color0);
    text-decoration: underline;
}

.scroll-footer {
    height: 226px;
    overflow: auto
}

.scroll-footer .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color1)
}

.scroll-footer .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color1)
}

.logoPied {
    color: var(--color0);
    font-family: Arial,Verdana;
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 100;
    line-height: 15px;
    padding: 7px 0 0
}

#logoFD svg * {
    fill: var(--color0);
}

#logoFD svg {
    width: 200px;
}

footer .btn-partage {
    display: table;
    margin: 15px auto 0
}

footer .btn-partage .btnp {
    background-color: transparent
}

.follow {
    display: table;
    margin: 20px auto
}

.bloc-contenu {
    display: block;
    clear: both;
    padding: 80px 0;
    background: var(--color0);
    position: relative
}

.bloc-contenu.grey {
    background: var(--color3)
}

.bloc-contenu.nos-realisations {
    background: var(--color3);
}

.bloc-contenu.nos-realisations .titre-secondaire {
    /* color: var(--color0); */
}
.container1 {
    padding: 0 10%;
}




/********/
.services {
    display: block;
    width: 100%;
    position: relative;
}

.body-service-list .services {
    /* padding: 0 6%; */
}
.swiper-navigation {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 10px;
    margin: 20px auto 0;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 10px 5px;
}

.swiper-button-prev i, .swiper-button-next i {
    font-size: 20px;
    color: var(--color0);
}

.swiper-button-prev, .swiper-button-next {
    height: 40px;
    width: 40px;
    background: var(--color1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* opacity: .8; */
}

.body-page-1 .services ,.body-pageseo .services {
    padding: 3rem 10% 8rem;
}

.btn-service {
    text-align: center;
    margin: 10px 0
}

.card-img,.img-service img,.liste-services,.swiper-container1 {
    width: 100%;
    position: relative
}

.liste-services {
    margin: 0 auto;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.liste-services .swiper-container {
    overflow-x: clip;
    overflow-y: visible;
}

@media(max-width: 1300px) {
    .acc-tarifs ,.atouts{
        
padding: 3em 1% 4em;
    }

.tarifs-boxes .box:before {
    left: -80px;
    top: -70px;
}

.atout {
    width: 320px;
}

.service-card {
    width: 330px !important;
}

.body-page-1 .zone-slg .slegon {
    width: 50%;
    padding: 0 3vw;
}

.recup-photo a.item-gallery {
    height: 241px !important;
}

.acc-tarifs .tarifs-boxes .box {
    padding: 40px 10px 100px;
}
}



.card-body {
    padding: 0 2rem 4rem;
    text-align: start;
}


.btn-card {
    display: block;
    transition: .15s;
    text-decoration: none!important;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    background: var(--color1);
    color: var(--color0) !important;
    border-radius: 3px;
}

.btn-card:hover {
    background: var(--color4);
}

a.btn-card:hover {
    /* background: #C0C0C0; */
}



.card-title h3 {
    text-align: center;
    font-size: 22px;
    letter-spacing: 0;
    text-transform: inherit;
    font-family: var(--font_family_1);
    color: var(--color2);
}

.navigation_box {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 70px;
    margin: 15px auto 0;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 10px 5px;
}

.service-card:hover {
    box-shadow: 0 14px 28px rgb(0 0 0/20%);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: .4s
}
.swiper-container1 {
    margin: 0 auto;
    overflow-x: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    height: 100%;
    overflow-y: visible;
}


.img-service img {
    height: 300px;
    border-radius: 0;
    border: none;
    width: 100%;
    object-fit: cover;
}

.liste-services .swiper-wrapper {
    padding: 10px 0
}

.service-card {
    display: block!important;
    width: 440px;
    height: fit-content!important;
    background: var(--color0) !important;
    min-height: 430px;
    overflow: hidden;
    border-radius: 30px;
    margin: 0;
    position: relative;
    z-index: 0;
    border: none;
    transform: translateY(0);
    transition: .3s!important;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}


/********/




.bloc-contenu.nos-realisations .h1 {
    /* color: var(--color0); */
}

.bloc-contenu.nos-realisations a.btn-show-more,.bloc-contenu.nos-realisations a.btn-show-more:visited {
    background: var(--color1);
    /* color: var(--color1); */
}

.bloc-contenu.nos-realisations a.btn-show-more:hover {
    background: var(--color2);
    color: var(--color0);
}

.badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/badge-optionnel.png) no-repeat top right;
    width: 139px;
    height: 139px
}

.table-cell {
    width: 100%;
    position: relative;
    display: table
}

.table-cell .cell {
    display: table-cell;
    width: 50%;
    vertical-align: middle
}

.text-accueil {
    text-align: justify
}

.text-accueil p.center {
    margin: 20px 0 0
}

.sidebar {
    height: 584px;
    position: relative;
    max-width: 496px;
    background: var(--color3);
    margin: auto;
    clip-path: inset(-100vw 0 -100vw -100vw);
    -webkit-clip-path: inset(-100vw 0 -100vw -100vw)
}

.sidebar img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: auto;
    height: 100%
}

.sidebar a.btn-show-more {
    position: absolute;
    bottom: 30px;
    left: -30px;
    background: var(--color1);
}

.sidebar a.btn-show-more:hover {
    background: var(--color4);
}

.zone-intervention {
    padding-top: 80px;
    background: url('../images/zone-bg.jpg') center no-repeat;
    background-blend-mode: soft-light;
    background-color: #181818c9;
    background-attachment: fixed;
    background-size: cover;
}

.zone-intervention h2 {
    color: var(--color0);
}

.zone-intervention .zone {
    width: 440px;
    height: 424px;
    margin: auto;
    background: url(../images/zone.png) no-repeat center
}

.zone-intervention .description {
    width: 100%;
    text-align: justify;
    color: var(--color0);
}

.zone-intervention .text ul {
    list-style: none;
    margin: 15px 0;
    padding: 0
}

.zone-intervention .text ul li {
    padding: 7px 10px;
    font-style: italic;
    font-family: var(--font_family_3);
    position: relative
}

.zone-intervention .text ul li::after {
    content: "";
    display: block;
    background: var(--color4);
    bottom: 0;
    position: absolute;
    width: 40%;
    height: 1px;
    left: 0;
    opacity: .2
}

.zone-titre,.zone-btn {
    padding: 0 15px
}

.recup-photo .item:nth-child(2),.recup-photo .item:nth-child(2) {
    /* margin-bottom: 30px; */
}

.recup-photo a.item-gallery {
    width: 100%;
    height: 330px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    overflow: hidden
}

.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 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    position: relative;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-transition: all .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: 20px;
    position: absolute;
    display: none;
    padding: 20px 25px;
    bottom: 0;
    left: 0;
    font-family: var(--font_family_3);
    width: 100%;
    z-index: 2;
    text-transform: uppercase
}

.recup-photo a.item-gallery img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: auto;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    position: relative;
    -webkit-transition: all .6s ease;
    -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: 30px 0 0
}

.item-news {
    width: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background: var(--color0)
}

.item-news .photo img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow-x: hidden
}

.item-news .photo {
    width: 100%;
    height: 370px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-color: #f2f2f2;
    filter: gray;
    -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
}

.item-news:hover .photo {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale")
}

.item-news .photo.no-photo {
    background-image: url(../images/no-camera.png);
    background-size: 150px;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale")
}

.item-news .contenu {
    background: var(--color0);
    padding: 30px;
    min-height: 236px
}

.item-news .date-poste {
    opacity: .7
}

.item-news .contenu .titre-news {
    margin: 0 0 5px;
    font-size: 20px
}

.item-news .contenu .titre-news a {
    text-decoration: none;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

.item-news .contenu .titre-news a:hover {
    color: var(--color1)
}

.lire-suite {
    text-align: right;
    padding: 30px 0 0
}

.lire-suite a {
    color: var(--color1);
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    font-family: var(--font_family_3);
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    padding-bottom: 20px;
    position: relative
}

.lire-suite a:hover {
    color: var(--color1);
    text-decoration: none
}

.lire-suite a::before {
    bottom: -5px;
    position: absolute;
    font-size: 20px;
    left: 50%;
    width: 3px;
    height: 3px;
    background: var(--color1);
    border-radius: 50%;
    display: block;
    content: "";
    transform: translate(-50%,0);
    -webkit-transition: all .2s linear 0;
    -moz-transition: all .2s linear 0;
    -ms-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    transition: all .2s linear 0;
    opacity: 0
}

.lire-suite a:hover::before {
    bottom: 10px;
    opacity: 1
}

.bloc-contenu.certifs {
    background: var(--color1);
    padding: 80px 10% 100px
}

.text-certifs {
    padding: 0 15% 50px;
    color: var(--color0);
    text-align: justify
}

.bloc-contenu.certifs h2.h1,.bloc-contenu.certifs .titre-secondaire {
    color: var(--color0)
}

.bloc-contenu.certifs .item {
    padding: 15px
}

.logo-certifs {
    max-width: 300px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--color0);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    background-size: 180px auto;
    -ms-background-size: 180px auto;
    -o-background-size: 180px auto;
    -webkit-background-size: 180px auto;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    margin: 0 auto;
    border: 10px solid var(--color0)
}

.logo-certifs:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border: 10px solid var(--color2)
}

#owl-demo-certifs .owl-wrapper.one-item {
    width: 100%!important;
    margin: auto
}

#owl-demo-certifs .owl-wrapper.one-item .owl-item {
    width: 100%!important
}

.text-gallery {
    text-align: justify
}

.zone-caroussel-gallery {
    padding: 0 15px 0 30px
}

a.img_gal {
    display: block;
    height: 490px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    transition: all 1s ease 0;
    -webkit-transition: all 1s ease 0;
    -khtml-transition: all 1s ease 0;
    -ms-transition: all 1s ease 0;
    -o-transition: all 1s ease 0;
    margin-bottom: 2.5%
}

.mask {
    background: url(../images/icone_zoom.svg) no-repeat scroll center center rgba(0,0,0,0.7);
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 1s ease 0!important;
    -webkit-transition: all 1s ease 0!important;
    -khtml-transition: all 1s ease 0!important;
    -ms-transition: all 1s ease 0!important;
    -o-transition: all 1s ease 0!important;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background-size: 56px auto
}

a.img_gal img {
    object-fit: 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: 20px
}

.body-gallery-4 .contenu {
    padding: 100px 5px 50px
}

.body-gallery-4 .contenu .container {
    max-width: 100%;
    width: 100%;
    padding: 0
}

.gallery h2 {
    clear: none!important
}

.gallery ul {
    clear: both
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .description-galerie {
    padding: 0 10% 40px;
    text-align: justify
}

.gallery .multiple .ligne-photos .col-md-1,.gallery .multiple .ligne-photos .col-md-2,.gallery .multiple .ligne-photos .col-md-3,.gallery .multiple .ligne-photos .col-md-4,.gallery .multiple .ligne-photos .col-md-6 {
    padding: 5px!important
}

.gallery .multiple .ligne-photos {
    margin-left: 0!important;
    margin-right: 0!important
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 15px
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 0
}

.gallery .ligne-photos .propor:after {
    padding-top: 76%;
    display: block;
    content: ''
}

.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0)
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    position: relative;
    -webkit-transition: all .6s 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: 56px auto
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale")
}

.infinite-scroll .chargement {
    background: rgba(0,0,0,0) url(../images/chargement.gif) no-repeat scroll center top;
    bottom: 0;
    display: none;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px
}

.gallery .nav {
    margin: 10px 0;
    text-align: center
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px
}

.gallery .nav li::after {
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 18px;
    width: 5px;
    height: 5px;
    background: var(--color1);
    border-radius: 5px;
    display: block;
    content: " "
}

.gallery .nav li:last-child::after {
    display: none
}

.gallery .nav li a {
    background: none;
    display: block;
    color: inherit;
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--font_family_3);
    padding: 10px;
    text-align: center;
    border-radius: 0;
    text-decoration: none
}

.gallery .nav li a:hover,.gallery .nav li.active a {
    background: none;
    color: var(--color1)
}

.gallery .nav li.active a {
    cursor: default
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 0
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0;
    text-align: center
}

.gallery .bas-galerie a.bouton-principal {
    padding-left: 15px;
    padding-right: 60px;
    display: inline-block
}

.gallery .bas-galerie a.bouton-principal::after {
    background-image: none;
    width: 22px;
    height: 22px;
    content: "+";
    font-family: var(--font_family_1);
    font-size: 45px;
    position: absolute;
    right: 19px;
    top: 15px;
    line-height: 20px
}

.prestation {
    width: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background: var(--color0);
    margin: 0 0 30px
}

.item-news.prestation .bloc-photo {
    position: relative;
    height: auto
}

.item-news.prestation .bloc-photo.photo-empty,.item-news.prestation .photo {
    height: 295px
}

.item-news.prestation .contenu {
    background: var(--color0);
    padding: 50px 40px 20px;
    position: relative;
    min-height: 170px
}

.item-news.prestation .contenu .text-liste-serive {
    min-height: 86px;
    height: 86px;
    overflow: hidden
}

.item-news.prestation .contenu .lire-suite {
    padding: 10px 0 0
}

.item-news.prestation .bloc-titre {
    display: table;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: -25px
}

.item-news.prestation .bloc-photo.sans-photo .bloc-titre {
    position: relative
}

.item-news.prestation .bloc-titre .titre-news {
    display: table;
    margin: 0 auto;
    background: var(--color0);
    border-radius: 19px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    padding: 15px 35px;
    font-size: 18px;
    max-width: 95%
}

.item-news.prestation .miettes {
    list-style: none;
    margin: 0;
    padding: 0
}

.centerservice {
    margin: 0 33%!important
}

.btn-service {
    text-align: center;
    margin: 10px 0
}

.btn-service a.btn-show-more {
    display: inline-block;
    padding: 15px 25px 15px 20px;
    background: var(--color1);
}

.body-news-list .item-news {
    margin-bottom: 30px
}

.body-news-list .item-news:last-child {
    margin-bottom: 0
}

.body-news-list .btn-partage {
    margin: -10px 0 0
}

.header-news {
    text-align: center;
    margin: 0 0 80px;
    display: table-cell;
    vertical-align: middle
}

a.return-to-news {
    display: inline-block;
    color: var(--color2);
    font-size: 15px;
    padding: 10px 10px 10px 45px;
    background: url(../images/fleche-btn.svg) no-repeat center left 15px;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    font-family: var(--font_family_3);
    text-decoration: none;
    background-size: 22px auto
}

a.return-to-news:hover {
    background-position: center left 5px;
    color: var(--color2)
}

.header-news h1 {
    text-transform: uppercase;
    margin: 15px 0
}

.header-news .date-poste {
    font-size: 24px;
    opacity: .7;
    font-family: var(--font_family_1)
}

.news .item-news {
    width: 80%;
    margin: -135px auto 0
}

.news .item-news .photo {
    height: 450px;
    height: clamp(300px,40vw,450px)
}

.news .item-news .contenu {
    padding: 4vw;
    color: var(--color2);
    text-align: justify
}

.news .item-news .btn-partage {
    display: table;
    padding: 5px 0 0;
    border-radius: 25px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: absolute;
    background: var(--color0);
    left: 50%;
    transform: translate(-50%,0);
    top: -20px;
    width: 160px;
    text-align: center
}

.news .item-news .btn-partage .btnp {
    position: relative;
    top: -3px
}

.zone-titre-header {
    height: 350px;
    width: 100%;
    display: table;
    position: relative
}

.btn-avis {
    border: 0;
    background: var(--color1);
    padding: 12px 25px;
    color: var(--color0);
    font-family: var(--font_family_3);
    text-align: center;
    text-transform: uppercase;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

.btn-avis:hover {
    background: var(--color2)
}

.AvisClientsBg {
    padding: 0;
    background-color: var(--color3);
    position: relative
}

.AvisClientsBg .contenu {
    background: none
}

.etoiles .fa {
    color: var(--color1)
}

.AvisClientsList {
    margin: 0;
    padding: 0
}

.AvisClientsList li {
    list-style: none;
    background: none
}

.avisClientsBg .h {
    text-align: center
}

.AvisClients:link,.AvisClients:visited,.AvisClients {
    position: relative;
    background-color: var(--color0);
    padding: 80px 20px 20px;
    text-align: center;
    height: 300px;
    margin-top: 100px;
    display: block;
    text-decoration: none;
    border-bottom: 8px solid var(--color1);
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 12px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.2);
    opacity: .5;
    width: 95%
}

.AvisClients:active,.AvisClients:hover {
    background-color: var(--color3);
    opacity: 1
}

.slick-center .AvisClients {
    opacity: 1
}

.AvisClients .h {
    font-size: 18px;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0
}

.AvisClients p {
    font-size: 16px;
    margin-bottom: 0
}

.AvisClients .blazy {
    font-size: 16px;
    color: var(--color0);
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color3)
}

.AvisClientsBg .bx-pager {
    bottom: 17px
}

.avisContent:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.avisContent:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.temoignageScroll {
    max-height: 109px;
    text-align: center;
    overflow: hidden;
    font-style: italic;
    margin: 23px 0 0
}

.temoignageScroll .scrollbar-content {
    padding: 0 10px 0 0;
    width: 100%
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0
}

.date_post {
    font-size: 16px;
    padding: 4px 0;
    opacity: .7
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 70px
}

.livre-elements {
    padding: 0;
    margin-bottom: 40px;
    text-align: center
}

.livre-elements .blazy {
    margin: -80px auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color3);
    width: 115px;
    height: 115px
}

.livre-elements .pseudo {
    margin-bottom: 10px;
    color: var(--color1);
    font-size: 20px
}

.livre-elements .date {
    margin-bottom: 10px!important
}

.livre-elements .etoiles {
    margin-bottom: 0!important
}

.livre-elements .temoignage {
    text-align: center;
    margin: 0;
    padding: 15px 0;
    font-style: italic
}

.livre-elements .temoignage:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.livre-elements .temoignage:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.divAvis {
    padding: 30px 20px;
    margin: 60px 0 80px;
    background-color: var(--color0);
    border-radius: 2px;
    border-bottom: 5px solid var(--color1);
    box-shadow: 0 0 13px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 13px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 13px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 13px rgba(0,0,0,0.1);
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

.divAvis:last-child {
    margin-bottom: 0
}

.btn-avis {
    margin-bottom: 30px
}

.modal-content a,.modal-content a:link,.modal-content a:visited {
    color: var(--color2)
}

.modal-header {
    border-bottom: 1px solid #bbb
}

.modal-header .h1 {
    text-align: center;
    margin-bottom: 40px;
    color: var(--color2);
    font-size: 1.6vw;
    font-weight: bold;
    text-shadow: none
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 9999;
    font-size: 16px;
    color: var(--color0)
}

.modal-backdrop.in {
    z-index: 0
}

.modal-open .modal {
    z-index: 99997;
    background: rgba(0,0,0,0.8);
    color: var(--color2);
    text-shadow: none
}

.modal-content .btn-close {
    border: 0;
    background: none;
    padding: 0;
    font-size: 21px;
    color: #000;
    opacity: .2;
    line-height: 1
}

.modal-content .form-control {
    min-height: 44px;
    border-radius: 2px
}

.modal-content .btn-close:hover,.modal-content .btn-close:focus {
    opacity: .5
}

.modal-content .submit-review {
    padding-right: 60px!important
}

.modal-content label.control-label {
    display: none;
    padding-top: 0!important
}

.modal-content label.control-label.label-note,.modal-content label.control-label.label-photo {
    display: block;
    padding-top: 14px!important;
    text-align: left;
    font-weight: normal
}

.formulaire #add-review .conditionsLabel {
    padding-left: 5px
}

#add-review {
    text-align: center
}

.formulaire #add-review .form-actions {
    padding-left: 15px;
    padding-right: 15px
}

#add-review .form-group {
    text-align: left
}

#add-review input[type="file"] {
    display: block;
    width: 100%;
    height: 50px
}

#add-review #stars-existing {
    margin: 0 auto 10px;
    display: block;
    text-align: left;
    padding-top: 15px
}

#add-review .form-group #captcha {
    height: 46px!important
}

.formulaire #add-review .form-group input,.formulaire #add-review .form-group textarea,.formulaire #add-review .form-group .form-control {
    background: var(--color0);
    border: 1px solid #bbb;
    color: #bbb;
    border-radius: 2px
}

.modal-content .form-control::placeholder {
    color: var(--color2)!important;
    opacity: 1
}

#add-review .submit-review {
    margin: 15px auto!important;
    padding: 14px 15px!important;
    float: none;
    display: block;
    background-image: none
}

#add-review .body-review {
    height: 100px
}

#add-review .form-group.form-group-1 .col-md-10,#add-review .form-group.form-group-2 .col-md-10,#add-review .form-group.form-group-4 .col-md-10 {
    width: 100%
}

#add-review .conditions,.modal-content .email-block {
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    opacity: .6;
    display: block;
    clear: both;
    color: var(--color2)!important
}

ul.slick-dots {
    margin: 0;
    margin-top: 65px;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

ul.slick-dots li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 8px;
    height: 8px;
    background: var(--color1);
    border-radius: 50%;
    transition: .2s ease-in-out;
    cursor: pointer;
    padding: 0;
    opacity: .4
}

ul.slick-dots li.slick-active {
    width: 30px;
    border-radius: 4px;
    opacity: 1
}

ul.slick-dots li + li {
    margin-left: 10px
}

ul.slick-dots li button {
    display: none
}

#add-review .submit-review {
    margin: 25px auto 15px!important;
    position: relative;
    top: 0;
    background-image: none;
    padding: 15px 40px!important
}

.inner-container {
    margin: auto;
    max-width: 1280px
}

.body-contact .contenu {
    padding: 0
}

.body-contact .contenu .container {
    width: auto!important;
    max-width: 100%!important;
    padding: 0
}

.coordonnes-contact {
    color: var(--color2);
    text-align: center;
    padding: 100px 0
}

.coordonnes-contact p.tel1,.coordonnes-contact p.tel2 {
    margin: 0
}

.coordonnes-contact .callTracker:not(.active) span:hover {
    color: var(--color1);
}

.coordonnes-contact label {
    font-family: var(--font_family_3);
    font-weight: bold;
    display: block;
    font-size: 20px
}

.coordonnes-contact span {
    text-align: center
}

.plan-du-site {
    position: relative;
    z-index: 1;
    height: 785px
}

.plan-du-site iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
    opacity: .6;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

.plan-du-site iframe:hover {
    opacity: .9
}

.zone-form-contact {
    max-width: 1078px;
    margin: auto;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0,0,0,0.21);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,0.21);
    -o-box-shadow: 0 0 20px rgba(0,0,0,0.21);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.21);
    background: var(--color0);
    padding: 30px;
    margin-top: -130px;
}

.zone-form-contact h1,.zone-form-contact .text {
    text-align: center
}

.contact .zone-form-contact h1 .text {
    color: var(--color2);
    font-size: 17px;
    font-weight: normal;
    font-family: var(--font_family_1)
}

.contact .form-horizontal .control-label {
    display: none
}

.contact .form-control {
    padding: 12px;
    border-radius: 0;
    border: solid 1px var(--color1);
    height: 42px;
    background: var(--color0);
    color: var(--color4);
    font-size: 14px;
    font-family: var(--font_family_1);
    box-shadow: none
}

.contact .form-control:focus {
    border: 1px solid var(--color2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(194,196,198,0.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(194,196,198,0.6);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(194,196,198,0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(194,196,198,0.6);
    color: var(--color2)
}

@media screen and (-webkit-min-device-pixel-ratio: 0),screen and (-moz-images-in-menus:0) {
    .form-horizontal select.form-control {
        -webkit-appearance:none!important;
        -moz-appearance: none!important;
        appearance: none;
        background-image: url(../images/image-select.svg)!important;
        background-repeat: no-repeat!important;
        background-position: right 15px center!important;
        line-height: normal!important
    }

    .form-horizontal select.form-control option {
        color: inherit
    }
}

.contact .form-control::-webkit-input-placeholder {
    color: var(--color4)
}

.contact .form-control:-moz-placeholder {
    color: var(--color4);
    opacity: 1
}

.contact .form-control::-moz-placeholder {
    color: var(--color4);
    opacity: 1
}

.contact .form-control:-ms-input-placeholder {
    color: var(--color4)
}

.contact .label-rgpd {
    padding: 0;
    color: var(--color4);
    font-size: 13px;
    opacity: 1;
    line-height: 1.5
}

.contact .label-rgpd strong {
    color: var(--color1)
}

.contact .zone-form-contact .form-group .col-md-8,.pageseo .contact .form-group .col-md-8 {
    width: 100%!important;
}

.contact .btn-primary,.contact .btn-primary:focus {
    float: right;
    border-radius: 0;
    background: url(../images/ico-envoyer.svg) no-repeat center left 27% var(--color0);
    border: 0;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    color: var(--color1);
    font-size: 15px;
    text-transform: uppercase;
    font-family: var(--font_family_3);
    padding: 18px 55px 18px 80px;
    display: table;
    margin: 0 auto -40px;
    position: relative;
    top: 20px;
    background-size: 17px auto
}

.contact .btn-primary:hover {
    background-color: var(--color2);
    background-image: url(../images/ico-envoyer-h.svg);
    color: var(--color0)
}

.contact .form-actions {
    font-size: 12px;
    color: var(--color4);
    font-style: italic;
}

.body-contact .contact .form-actions {
    padding: 0 12% 5px;
    color: var(--color0);
    font-style: italic
}

.formulaire.bottom .form-actions {
    margin: 0!important;
    width: 100%
}

.bloc-info-rgpd {
    background: var(--color1);
    padding: 100px 10% 50px;
    color: var(--color0);
    position: relative;
    z-index: 1;
    margin: -70px 0 0;
}

.contact .info-rgpd {
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    margin-top: 15px;
    opacity: 1;
    color: var(--color0);
    padding: 0 12%
}

.contact .info-rgpd p {
    font-size: inherit;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    margin-top: 15px;
    opacity: 1;
    display: block;
    clear: both
}

.contact .info-rgpd a:hover {
    color: var(--color0)
}

.contact textarea.form-control {
    height: auto;
}

.g-recaptcha {
    float: left
}

.body-contact .g-recaptcha {
    float: left;
    margin: auto;
    display: table
}

.pageseo .contact .btn-primary,.pageseo .contact .btn-primary:focus {
    position: static;
    margin: 0;
    float: right;
    padding: 25px 24px 22px 46px;
    background-position: 12%;
}

.pageseo .formule_page_seo {
    padding-top: 30px
}

.pageseo .formule_page_seo h2 {
    color: var(--color1)
}

.pageseo .contact .form-group {
    margin: 10px -15px;
}

.pageseo .contact .info-rgpd {
    padding: 0;
    color: inherit;
    font-size: 11px
}

.pageseo .help-block {
    display: inline-block;
    font-style: normal!important;
    font-size: inherit!important;
    color: inherit!important;
    margin: 0
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em;
}

.flex-seoContain .seo-content h1, .flex-seoContain .seo-form h2.h1 {
    text-align: left;
}

.flex-seoContain .seo-content h1: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(--color5);
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 240px;
    height: auto;
}

.sitemap ul {
    padding-left: 0
}

.sitemap ul li {
    margin-bottom: 5px;
    padding-left: 15px;
    float: left;
    clear: both;
    display: inline-block;
    position: relative
}

.sitemap ul li::before {
    display: block;
    content: "❯";
    position: absolute;
    left: 0;
    font-size: 15px;
    color: var(--color1)
}

.sitemap ul li.niveau2 {
    margin-left: 15px
}

.sitemap ul li a {
    color: inherit;
    text-decoration: none;
    font-size: inherit
}

.sitemap ul li a:hover {
    color: var(--color1)
}

.page_404 p {
    text-align: left
}

.page_404 h4 {
    font-family: arial;
    font-size: 18px
}

.page_404 .btn {
    margin-top: 0!important;
    color: var(--color0)!important;
    padding: 10px 20px;
    clear: both;
    display: inline-block;
    width: auto;
    text-decoration: none;
    border-radius: 0;
    border: 0;
    background: var(--color1);
    font-family: var(--font_family_3)
}

.page_404 .btn:hover {
    background: var(--color2)
}

hr {
    border-color: var(--color4);
    opacity: .3
}

.body-copyright .contenu h2 {
    font-size: 25px
}

.header-sidebars {
    display: none
}

.header-sidebars a.logo {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    margin-top: 0
}

.header-sidebars a.logo img {
    width: 100%
}

.header-sidebars,.sidebar-left,.sidebar-right {
    background-color: var(--color0);
    letter-spacing: 1px
}

.sidebar-left a,.sidebar-right a,.sidebar-bottom-controls a,.contactButton,.nav-item-active,.sidebar-form label,.sidebar-send-button,.sidebar-divider-text {
    color: var(--color0)!important
}

.header-sidebars {
    height: 65px;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1)
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    width: 100%
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    overflow-y: hidden
}

.top-logo img {
    position: absolute;
    left: 16px;
    top: 0;
    height: auto;
    width: 80px;
}

.deploy-left-sidebar {
    display: table-cell;
    background-color: var(--color1);
    background-size: auto 49%;
    background-image: url(../images/nav.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center
}

.deploy-right-sidebar {
    border-left: 1px var(--color0) solid;
    display: table-cell;
    background-color: var(--color2);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px
}

.deploy-right-mail {
    border-left: 1px var(--color0) solid;
    display: table-cell;
    background-color: var(--color2);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    position: absolute;
    right: 65px;
    top: 0
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color2);
    height: 65px;
    width: 65px;
    position: absolute!important;
    right: 130px;
    top: 0
}

.deploy-back-home {
    background-color: #f9fafc;
    width: 50px;
    height: 50px;
    background-position: center center;
    float: right;
    margin-top: -50px
}

.sidebar-left {
    width: 270px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -270px;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    box-shadow: 3px 0 3px 0 rgba(0,0,0,0.1)
}

.sidebar-scroll-left {
    padding-right: 20px;
    left: 0;
    width: 310px;
    overflow: scroll!important;
    overflow-x: hidden!important;
    -webkit-overflow-scroll: touch!important;
    height: 100%;
    background-color: #c31c26
}

.sidebar-scroll-right {
    width: 275px;
    overflow: hidden!important;
    overflow-x: hidden!important;
    height: 100%;
    background-color: var(--color0)
}

.sidebar-right {
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0;
    bottom: 0;
    width: 270px;
    margin-right: 10px;
    box-shadow: -2px 0 2px 0 rgba(0,0,0,0.1)
}

.sidebar-left a,.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    color: var(--color0)!important;
    z-index: 1
}

.sidebar-header-left {
    height: 65px;
    background-color: var(--color1);
    position: relative
}

.sidebar-left-logo {
    max-height: 75px;
    position: absolute;
    top: -2px;
    left: 8px;
    margin-right: 179px
}

.sidebar-right-logo {
    margin-left: 84px;
    top: 14px;
    right: 1px;
    max-width: 180px;
    float: inherit;
    max-height: 37px;
    position: relative
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: var(--color2)!important;
    opacity: .7
}

.sidebar-bottom-controls {
    background-color: var(--color1)
}

.sidebar-bottom-controls p {
    margin-top: 3px
}

.sidebar-bottom-controls a {
    font-size: 12px;
    background-repeat: repeat-y;
    text-align: center;
    float: left;
    width: 33%;
    line-height: 10px;
    display: block
}

.nav-item {
    font-size: 16.2px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-size: 22px auto;
    background-color: #c9323b;
    height: 60px;
    line-height: 61.5px;
    background-repeat: no-repeat;
    padding-left: 60px;
    background-position: 20px center;
    margin-bottom: 1px
}

.submenu a {
    text-shadow: 0 2px 0 rgba(0,0,0,1);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    font-size: 10px;
    color: #878787;
    text-transform: uppercase;
    font-weight: 900
}

.submenu a:first-child {
    background-image: none!important
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-notifications a {
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 38px;
    margin-left: 20px;
    font-size: 10px;
    color: #878787;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 10px
}

.sidebar-header-right {
    height: 65px;
    background-color: var(--color2);
    position: relative
}

.close-sidebar-right {
    height: 65px;
    width: 65px;
    margin-left: 0;
    display: block
}

.sidebar-left .close-sidebar-left,.sidebar-right .close-sidebar-right {
    position: absolute!important
}

.right-sidebar-copyright {
    margin: 20px 0
}

.footer-text a {
    padding-top: 10px;
    font-size: 10px;
    color: #8a8a8a
}

.copyright-sidebar {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase
}

.menu-mobile-dynamique {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 1px;
    padding-left: 18px;
    background: var(--color2);
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0
}

.menu-mobile-dynamique .sub-menu li a {
    height: 42px;
    text-transform: none
}

.menu-mobile-dynamique .sub-menu {
    background-image: linear-gradient(to bottom,var(--color1),var(--color1));
    padding-top: 18px;
    padding-bottom: 18px
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    text-decoration: none!important;
    line-height: 18px;
    font-size: 16.2px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-transform: uppercase;
    color: var(--color0);
    height: 60px;
    padding-left: 29px
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.menu-mobile-dynamique ul li a {
    background: none
}

.menu-mobile-dynamique input {
    -webkit-appearance: none;
    border-radius: 0
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    vertical-align: baseline;
    outline: none
}

.no-bottom {
    margin-bottom: 0!important
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "❯";
    position: absolute;
    left: 5px;
    font-size: 15px;
    color: var(--color0)
}

.icones {
    width: 32px;
    margin: 16px 0 0 16px;
    height: 32px;
    fill: var(--color0)
}

header .tel-header .icones {
    width: 33px;
    margin: 9px 0 0 9px;
    height: 33px;
    fill: var(--color1)
}

.btn-partage .icones {
    width: 17px;
    margin: 0;
    height: 17px;
    padding: 0;
    position: relative;
    fill: var(--color0);
    top: 9px
}

.btn-partage .btnp:hover .icones {
    fill: var(--color0)
}

.news_avant_apres {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%
}

.news_avant_apres > div {
    display: table-cell;
    float: none;
    padding: 0;
    height: 100%
}

.news_avant_apres a,.news_avant_apres a:visited {
    padding: 20px 30px;
    color: var(--color1);
    text-decoration: none;
    display: block;
    height: 100%;
    font-family: var(--font_family_1);
    text-transform: uppercase
}

.news_avant_apres a:hover,.news_avant_apres a:focus {
    border-color: rgba(0,0,0,0.4);
    text-decoration: none;
    color: var(--color2)
}

.news_avant_apres a::before {
    bottom: -5px;
    position: absolute;
    font-size: 20px;
    left: 50%;
    width: 3px;
    height: 3px;
    background: var(--color1);
    border-radius: 50%;
    display: block;
    content: "";
    transform: translate(-50%,0);
    -webkit-transition: all .2s linear 0;
    -moz-transition: all .2s linear 0;
    -ms-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    transition: all .2s linear 0;
    opacity: 0
}

.news_avant_apres a:hover::before {
    bottom: 10px;
    opacity: 1
}

.news_avant_apres a:hover b,.news_avant_apres a:focus b {
    text-decoration: none;
    color: var(--color2)
}

.navButtons,.navButtons:visited {
    padding: 0 0 10px;
    color: var(--color2);
    transition: .8s;
    text-decoration: none;
    display: block;
    font-weight: bold
}

.news_avant_apres a:hover span,.news_avant_apres a:focus span {
    color: var(--color2);
    text-decoration: none
}

.pagination > li {
    background: none;
    padding-left: 0
}

.pagination > li > a,.pagination > li > span {
    color: var(--color4);
    border-color: var(--color4)
}

.pagination > .active > a,.pagination > .active > a:focus,.pagination > .active > a:hover,.pagination > .active > span,.pagination > .active > span:focus,.pagination > .active > span:hover {
    color: var(--color1);
    background-color: var(--color2);
    border-color: var(--color2)
}

.pagination > li > a:focus,.pagination > li > a:hover,.pagination > li > span:focus,.pagination > li > span:hover {
    color: var(--color1);
    background-color: var(--color2);
    border-color: var(--color2)
}

.item-news hr {
    margin-bottom: 0
}

@media(max-width: 980px) {
    .flex-seoContain {
        flex-wrap:wrap;
    }
    
    .atout:hover h2 {
    display: block;
    }
    .text-accueil{
        max-height:500px;
        overflow: scroll;
        padding-right: 5px;
    }
    .acc-tarifs{
        
padding: 3em 10% 4em;
    }
    .atout{
        width:300px;
    }

.atout p {
    display: block;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}
    .tarifs-boxes .box:before{
        display:none;
    }
    .acc-tarifs .tarifs-boxes{
        flex-direction:column;
    }
    .atouts-cont{
        padding:0;
    }

.acc-tarifs .tarifs-boxes .box {
    width: 100%;
    height: 299px;
}
    .atouts .swiper-button-next i, .swiper-button-prev i{
        font-size:20px;
    }
    .container1 {
    padding: 0 3%;
    }
    .service-card{
        width: 350px !important;
    }
    .liste-services{
        flex-direction:column;
    }
    .body-page-1 .zone-slg .slegon{
        width:100%;
        height: 50vh;
        background: #ffffff66;
        backdrop-filter: none;
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: transparent;
    }

    .flex-seoContain .seo-form {
        width: 100%;
    }

    .img-seo img, a.imagecont.noflicker.img1 {
        width: 100%;
        height: auto;
        margin: 0 0 16px;
        display: block;
    }

    .bande_contact_footer .row1 {
        padding: 5rem 11%;
    }

    .contact .formulaire .form-group > label.control-label {
        display: block;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        -webkit-transform: translateZ(0);
        bottom: 11px;
        opacity: .5;
        position: relative;
        font-size: 0
    }

    .contact .formulaire .form-group > label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 15px
    }

    .header-sidebars {
        display: block
    }

    .hide-responsive {
        display: none!important
    }

    .clear-both {
        clear: both
    }

    header {
        padding: 0
    }

    .zone-slg,.zone-banner {
        width: 100%;
        height: auto!important
    }

    .slegon {
        padding: 3vw 5vw
    }

    .body-pageseo .titre-slg, .titre-slg {
        font-size: 2rem;
    }

    .bloc-slider .owl-theme .owl-controls {
        display: none!important
    }

    .contenu {
        padding: 40px 15px
    }

.body-service-list .contenu {
    padding: 40px 0;
}

    h1,.h1 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 50px
    }

.atout span {
    top: 0;
    font-size: 50px;
}

.atout:hover span {
    font-size: 50px;
    top: 3%;
}

.atout h2 {
    width: 80%;
    height: fit-content;
    display: block;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
}

h2.h1.center {}

    h2,.h2 {
        font-size: 24px
    }

    h3,.h3 {
        font-size: 22px
    }

    h4,h5,h6 {
        font-size: 20px
    }

    a.btn-show-more {
        font-size: 13px;
        padding: 13px 35px
    }

    .bloc-contenu {
        padding: 40px 0;
    }

.body-page-1 .services, .body-pageseo .services {
    padding: inherit;
}

.body-page-1 .services .bloc-contenu {
    padding: 0;
}

    .zone-intervention .zone {
        width: 365px;
        background-size: contain
    }

    .item-news {
        margin-bottom: 30px
    }

    .item-news .photo {
        height: 400px
    }

    .AvisClients p {
        font-size: 13px
    }

    .item-news.prestation .photo {
        height: 250px
    }

    .bloc-contenu.certifs {
        padding: 30px 10% 50px
    }

    .body-gallery-4 .contenu {
        padding: 40px 5px
    }

    .scroll-footer {
        height: 150px
    }

    .contact .zone-form-contact h1 .text {
        font-size: 17px;
        line-height: normal
    }

    .bloc-info-rgpd {
        padding: 170px 10% 40px
    }

    .contact .info-rgpd {
        padding: 0
    }

    .plan-du-site {
        height: 500px
    }

    .coordonnes-contact {
        padding: 40px 0
    }

    .pageseo .formulaire.gauche,.pageseo .formulaire.droite {
        padding: 0
    }
}

@media (max-width: 767px) {
    .nopad-xs {
        padding:0
    }

    .news_avant_apres > div:last-child {
        right: 0
    }

    .news_avant_apres > div {
        display: block;
        margin: 0 0 5px
    }

    .news_avant_apres > div,.news_avant_apres {
        display: block
    }

    .news-liste .table-cell .cell {
        display: block;
        width: 100%;
        clear: both
    }

    .news .item-news {
        width: 96%
    }
}

@media(max-width: 640px) {
    .corps {
        --taille_font:14px;
        font-size: var(--taille_font)
    }

    .body-pageseo .titre-slg {
        font-size: 2rem
    }

    .nopad-xs {
        padding: 0
    }

    .titre-slg {
        font-size: 21px;
    }

.body-gallery-2 .titre-slg span {
    display: block;
}

.slegon {
    padding: 3vw 2vw;
}

    .body-page-1 .titre-slg {
        font-size: 27px;
        padding-top: 90px;
    }
    
    .banner {
        height: 200px
    }

    .table-cell .cell {
        display: block;
        width: 100%;
        clear: both
    }

    h1,.h1 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 30px;
        text-align: center
    }

.swiper-button-prev, .swiper-button-next {
    height: 30px;
    width: 30px;
}

.acc-tarifs h2 {
    font-size: 20px;
}

.acc-tarifs .tarifs-boxes .box {
    padding: 20px 10px 30px;
}

.acc-tarifs .tarifs-boxes .box {
    height: 340px;
}

.tarifs-boxes .btn-card {
    bottom: 20px;
}

.tarifs-boxes .box p {
    margin-bottom: 3px;
    font-size: 16px;
}

.atouts {
    padding: 3em 4% 4em;
}

    h2,.h2 {
        font-size: 24px
    }

    h3,.h3 {
        font-size: 22px
    }

    h4,h5,h6 {
        font-size: 20px
    }

    .text-accueil p.center {
        text-align: center
    }

    .text-accueil p.center a.btn-show-more {
        display: inline-block;
        background: var(--color1);
    }

   

    .zone-intervention .zone,.zone-intervention .description {
        width: 100%
    }

    .nos-realisations .h1,.actualites .h1,.AvisClientsBg .h1 {
        text-align: center
    }

    .nos-realisations a.btn-show-more,.actualites a.btn-show-more,.AvisClientsBg .h1 {
        float: none;
        margin: 0 auto 20px
    }

    .recup-photo a.item-gallery {
        height: 250px;
        margin-bottom: 20px
    }

    .band1 {
        padding-top: 0
    }

    .gallery.node-2 a.img_gal {
        height: 250px
    }

    .gallery .ligne-photos .propor .propor-cont .imagecont .title-item-gallery {
        text-align: center;
        padding: 10px 15px;
        font-size: 14px
    }

    .coordonnes-contact .adress-contact,.coordonnes-contact .tel-contact,.coordonnes-contact .horaires-contact {
        margin-bottom: 15px;
        background-size: 23px;
        padding-top: 30px
    }

    .plan-du-site {
        height: 380px
    }

    .pageseo .contact .btn-primary,.pageseo .contact .btn-primary:focus {
        width: 100%;
        margin: 15px auto
    }

    .centerservice {
        margin: 0!important
    }
}

@media(max-width: 375) {
    header .bloc-slider {
        display: black;
    }
}

.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%;
}
     