:root {
    --color0: #ffffff;
    /** arriere plan du site + encarts**/
    --color1: #2365cf;
    --nuanceColor1: #000000;
    --nuanceColor2: #000000;
    --nuanceColor3: #e4edfb;
    --color2: #000000;
    --color3: #212121;
    --bg-facultatif: #e4edfb;
    --font_family_1: 'Muli';
    --font_family_2: 'Muli-Regular';
    --font_family_3: 'Oswald-Bold';
    --taille_font: 15px;
    --border-radius: 6px;
}
img.mig-lgp {
    width: 72%;
    margin-left: -9px;
    filter: brightness(0) invert(1);
}
/*loader*/

.loaderAT {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: var(--nuanceColor3);
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader {
  display: flex;
}

.loader .dot {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #e8e8e8;
  background: var(--color1);
  animation: jump 0.8s ease-in-out infinite alternate;
}

@keyframes jump {
  100% {
    background: var(--color1);
    transform: translateZ(-3rem) scale(1.9);
  }
}

.loader .dot:nth-child(1) {
  animation-delay: 0.1s;
}

.loader .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.loader .dot:nth-child(3) {
  animation-delay: 0.3s;
}

.loader .dot:nth-child(4) {
  animation-delay: 0.4s;
}

.loader .dot:nth-child(5) {
  animation-delay: 0.5s;
}

/*end loaderAT*/

html,body {
    height: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out
}

a img {
    border: none
}

img {
    max-width: 100%;
    object-fit: cover;
}

ul {
    list-style-position: inside;
    list-style-type: none;
    list-style-image: none;
}

ul li,ol li {
    padding-left: 0;
    position: relative;
}

ul li:before {
    display: inline-block;
    content: "\f058";
    /* content: "\f054"; */
    position: absolute;
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    left: -24px;
    font-size: 14px;
    color: var(--color1);
    top: 0;
    width: 9px;
    height: 16px;
}

ol li::marker {
    color: var(--color1);
}

ul li.niveau2,ol li.niveau2 {
    margin-left: 30px
}

menu,dir {
    padding-left: 15px
}

blockquote p {
    font-size: inherit
}

table,table td,table th {
    font-size: inherit;
    border: 1px solid #7C7C7C
}

.pied table.horaire-table {
    color: var(--color2) !important;
}

main,section,article,aside,footer,header,nav,hgroup {
    display: block
}

iframe {
    border: none
}

[data-anim] {
    opacity: 0
}

.row {
    margin-right: 0!important;
    margin-left: 0!important
}
/* Gallery Photo  */

.realisations .row.recup-photos.gallery::before {
    display: none;
}

.realisations .row.recup-photos.gallery {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas:
        "item1 item1 item2 item3"
        "item4 item5 item5 item6";
    grid-template-rows: 400px 400px;
    grid-gap: 10px;
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    height: 100%;
}


/* Gallery Photo  */

.realisations .row.recup-photos.gallery .col-md-3 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.realisations .row.recup-photos.gallery .col-md-3:nth-child(1) {
    grid-area: item1;
}

.realisations .row.recup-photos.gallery .col-md-3:nth-child(2) {
    grid-area: item2;
}

.realisations .row.recup-photos.gallery .col-md-3:nth-child(3) {
    grid-area: item3;
}

.realisations .row.recup-photos.gallery .col-md-3:nth-child(4) {
    grid-area: item4;
}

.realisations .row.recup-photos.gallery .col-md-3:nth-child(5) {
    grid-area: item5;
}

.realisations .row.recup-photos.gallery .col-md-3:nth-child(6) {
    grid-area: item6;
}

.img-accueil .row.recup-photos.gallery {
    position: relative;
    height: 640px;
    top: 12vh;
}
.img-accueil-1 {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 70%;
    height: 70%;
}

.img-accueil-2 {
    position: absolute;
    top: 0px;
    left: 200px;
    height: auto;
    width: 74%;
    border: 10px solid var(--color0);
    padding: 0px;
}

.img-accueil-3 {
    position: absolute;
    top: 300px;
    left: 200px;
    width: 60%;
    height: auto;
    border: 10px solid var(--color0);
    padding: 0px;
    border-radius: var(--border-radius);
}

.row.r-flex {
    display: flex;
    align-items: center;
}

.row.r-flex h1 {
    text-align: left;
}

.row.r-flex h1:before {
    left: 0;
    margin: 0;
}

.nopad {
    padding-left: 0;
    padding-right: 0
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.nomargin {
    margin: 0
}

.hide {
    display: none
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.justify {
    text-align: justify
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.bold {
    font-weight: bold
}

.underline {
    text-decoration: underline
}

.relative {
    position: relative
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.noflicker {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.retrait {
    margin-left: -15px!important;
    margin-right: -15px!important
}

.transition {
    -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);
    transform: translateZ(0);
}

.cover {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important
}

hr.trait {
    height: 1px;
    margin: -.5em 0;
    padding: 0;
    color: var(--color3);
    background-color: var(--color3);
    border: 0;
    opacity: .4
}

.page-contenu img {
    margin: 10px
}

body {
    color: var(--color3);
    font-family: var(--font_family_1);
    font-size: var(--taille_font);
    background: var(--color0);
}

.fd-avis_satisfaction {
    background: var(--color2) !important;
}

.services-home {
    overflow: hidden;
    background: #ffffff;
    position: relative;
}
/****************** Service ********************/
.swiper-container-services .swiper-button-next {
    right: 20px;
   background: #0000004d url(../images/right.png) no-repeat center;
}

.swiper-container-services .swiper-button-prev {
    left: 20px;
    background: #0000004d url(../images/left.png) no-repeat center;
}

.swiper-container-services .swiper-button-prev,.swiper-container-services .swiper-button-next {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    top: 50%;
    transform: translateY(-50%);
}

.services-home-content {
    position: relative;
    padding: 4em 0 6em;
    overflow: hidden;
}
.engegements-content {
    padding: 0 10%;
}
.title-serv {
    padding: 0 8%;
}

.title-serv .h1 {
    /* color: white; */
}

.swiper-container-services.services-slideshow.swiper-container-horizontal {
    position: relative;
    /* padding: 0 8%; */
    overflow: hidden;
}

.service-desc {
    width: 100%;
    height: 100%;
    position: relative;
    top: 6px;
    /* opacity: 0; */
    transition: .3s ease;
}

.one-service.item:hover .service-desc {
    opacity: 1;
    top: 0;
}

.one-service.item .service-desc span:hover {
    color: var(--color0);
}
.one-service.item {
    height: 420px;
    overflow: hidden;
    background: black;
    position: relative;
    /* z-index: -1; */
}
.one-service.item a {width: 100%;height: 100%;display: block;position: relative;/* z-index: 5; */}

.one-service.item a h3 {
    position: absolute;
    bottom: 52px;
    left: 7%;
    color: white;
    z-index: 1;
    font-size: 19px;
    text-shadow: 0 0 9px BLACK;
    width: 80%;
    border-bottom: 1px solid #ffffff6b;
    padding-bottom: 10px;
}

.one-service.item a span {
    bottom: 30px;
    z-index: 1;
    position: absolute;
    left: 40px;
    color: white;
    /* border: 1px solid var(--color1); */
    /* padding: 10px 30px; */
    font-family: var(--font_family_2);
    transition: .3s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

.one-service.item a span:hover {
    background: none;
}

.one-service.item img {
    position: absolute;
    width: calc(100% + 30px);
    height: 100%;
    object-fit: cover;
    max-width: unset;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    filter: brightness(0.7);
}

.one-service.item:hover img {
    /* transform: translateX(-27px); */
    filter: brightness(0.5);
}

/***********************************************/
.atout-AT {
    padding: 2em 10% 4em;
    background: var(--nuanceColor3);
}

.maps-interv {
    margin-bottom: -5px;
}

.img-home img {
    width: 500px;
    height: auto;
}
.img-home{
    position:relative;
}
.img-home:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    /* background-color: var(--nuanceColor3); */
    left: 80px;
    top: 150px;
    z-index: -1;
    background-image: url('../images/bg-page.png');
    background-repeat: no-repeat;
}

a,a:link,a:visited {
    color: var(--color2);
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

.corps a:hover {
    color: var(--color1)
}

a:active {
    outline: 0
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3 {
    color: var(--color1);
    font-family: var(--font_family_3);
    font-weight: 200;
}

h1,.h1 {
    font-size: 30px;
    line-height: 31px;
    color: var(--color1);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative;
    font-weight: 700;
}



h1:before,.h1:before {
    content: "";
    width: 111px;
    /* background: url(../images/img-before.png); */
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -25px;
    left: 50%;
    z-index: -1;
    margin-left: -55px;
    height: 16px;
    /* transform: rotate(25deg); */
}

h2,.h2 {
    font-size: calc(var(--taille_font) + 1rem);
}

h3,.h3 {
    font-size: calc(var(--taille_font) + 0.7rem);
}

h4 {
    font-size: calc(var(--taille_font) + 0.4rem);
}

h5 {
    font-size: calc(var(--taille_font) + 0.3rem)
}

h6 {
    font-size: calc(var(--taille_font) + 0.2rem)
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h1 a,.h2 a,.h3 a,h1 a:link,h2 a:link,h3 a:link,h4 a:link,h5 a:link,h6 a:link,.h1 a:link,.h2 a:link,.h3 a:link,h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited,.h1 a:visited,.h2 a:visited,.h3 a:visited {
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.h1 a:hover,.h2 a:hover,.h3 a:hover {
    text-decoration: underline
}

.titre-secondaire {
    position: relative;
    font-size: 24px;
    text-transform: none;
    line-height: 30px;
    padding: 18px 0 0;
    margin: 0;
    font-weight: 200;
    color: var(--color2);
    text-align: center;
    margin-bottom: 0;
    display: block;
}

.badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/badge-optionnel.png) no-repeat top right;
    width: 139px;
    height: 139px
}

.bg-optionnel {
    background: url(../images/bg-optionel.svg) repeat top center;
    background-size: 60px auto
}

.bg-optionnel-gris {
    background: var(--color2) url(../images/bg-optionel-gris.svg) repeat top center;
    background-size: 60px auto
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: var(--color1);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-shutter-out-horizontal.dark {
    background-color: var(--color2);
    color: var(--color0)
}

.hvr-shutter-out-horizontal.active {
    background-color: var(--color1)
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--nuanceColor1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-bann.hvr-shutter-out-horizontal:before {
    background-color: transparent;
}

.hvr-shutter-out-horizontal.dark:before {
    background-color: var(--color2)
}

.hvr-shutter-out-horizontal:hover,.hvr-shutter-out-horizontal:focus,.hvr-shutter-out-horizontal:active,a.hvr-shutter-out-horizontal:hover,a.hvr-shutter-out-horizontal:focus,a.hvr-shutter-out-horizontal:active {
    color: var(--color0)
}

.hvr-shutter-out-horizontal:hover:before,.hvr-shutter-out-horizontal:focus:before,.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

a.bouton-principal,button.bouton-principal {
    text-align: left;
    font-family: var(--font_family_1);
    color: var(--color0);
    text-decoration: none;
    padding: 13px 20px;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
    padding-right: 50px;
    border-radius: var(--border-radius);
    overflow: hidden;
}

a.btn-bann {padding: 13px 30px;margin-top: 20px;/* background-color: var(--nuanceColor2); *//* color: var(--nuanceColor1); */transition: all .3s ease;}

a.btn-bann:hover {
    padding-left: 45px;
    color: var(--color0);
}

a.bouton-principal:after,button.bouton-principal:after {
    content: "\f105";
    right: 15px;
    top: 50%;
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    color: var(--color0);
    -webkit-transform: translateY(-50%);
    font-weight: bold;
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9900;
    position: absolute;
}

a.btn-bann.bouton-principal:after {
    display: none;
}

.btn-service a.bouton-principal,.btn-service button.bouton-principal,.btn-news a.bouton-principal,.btn-news button.bouton-principal {
    text-align: left;
    font-family: var(--font_family_1);
    color: var(--color0);
    text-decoration: none;
    padding: 13px 20px;
    font-size: 14px;
    text-transform: uppercase;
    border: 0
}

.btn-service a.bouton-principal:after,.btn-news a.bouton-principal:after {
    content: none;
}

.btn-service a.bouton-principal::after,.btn-news a.bouton-principal::after {
    background-image: none
}

.body-page-1 .corps a.bouton-principal,.body-page-1 .corps button.bouton-principal {
    width: 130px;
    margin: 15px 0 50px
}

.main-page {
    position: relative;
    overflow: hidden
}

.tete {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9000;
    /* height: 90px; */
    transition: .5s;
}

.h-infos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0;
    background-color: var(--color1);
    color: var(--color0);
}

.adresse-h {
    margin: 0 !important;
}

.h-infos .flex-infos .infos {
    display: flex;
}

.header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 3%;
    backdrop-filter: blur(17px);
    border-bottom: 1px solid #eeeeee47;
}

.tete .header .flex-logo {
    width: 15%;
}

.tete .header .flex-infos {
    width: 25%;
    height: 100%;
}

.tete .logo-site {
    margin: 0;
}

.logo-alt {
    color: #fff;
    font-size: 25px;
    font-family: var(--font_family_3);
}

.fixed .logo-alt {
    color: var(--color1);
}

.tete .logo-site a {
    font-size: 15px;
    color: var(--color1);
    text-decoration: none;
    font-family: var(--font_family_1)
}

.tete .logo-site a:focus,.tete .logo-site a:hover {
    color: var(--color1);
    text-decoration: none
}

.tete .logo-site a img {
    height: auto;
    width: 366px;
    /* position: absolute; */
    top: 26%;
    filter: brightness(0) invert(1);
    transition: all .3s ease;
}

.tete.fixed .logo-site a img {
    filter: none;
    width: 334px;
    /* background-color: #fff; */
    top: 12%;
}

.tete .header .flex-infos .infos {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.tete .infos .tel {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    /* font-weight:700; */
    color: var(--color0);
    padding: 8px 14px 8px;
    margin: 0;
    font-family: var(--font_family_1);
    background: transparent;
    border-radius: var(--border-radius);
    margin-right: 1rem;
    transition: .5s;
    white-space: nowrap;
}

.pied .callTracker:not(.active):hover, .pied.callTracker:not(.active) a:hover {
    color: var(--color1);
}

.tete .infos .tel a {
    color: inherit;
    text-decoration: none
}

.header-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-phone .icones {
    margin: 0 8px 0 0;
    fill: var(--color1);
    width: 25px;
    height: 25px;
}

a.imagecont.noflicker.img1 {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px
}

.callTracker {
    position: relative
}

.callTracker span,.callTracker a {
    display: inline-block;
    text-align: left;
    min-width: 145px;
    padding: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 100%;
    line-height: 1.64em;
    text-decoration: none
}

.callTracker .t_phone {
    opacity: 0;
    display: none
}

.callTracker .t_affiche {
    cursor: pointer
}

header .callTracker span,header .callTracker a {
    top: 5px
}

.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
}

.tete .infos .callTracker:not(.active):hover, .tete .infos .callTracker:not(.active) a:hover {
    /* color: var(--color0); */
    /* background: var(--nuanceColor1); */
    scale: 1.05;
}

.tete .widget-partage {
    display: none
}

.btn-partage .btnp {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    transition: all 400ms ease;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.tete .infos.infos_small .btn-partage .btnp {
    width: 29px;
    height: 29px
}

.btn-partage .btnp:hover {
    transform: rotate(360deg);
    background-color: var(--color1);
}

.copyright {
    text-align: justify
}

.tete .btn-partage {
    padding-top: 5px;
    display: flex;
}

.tete .header .flex-menuP {
    /* width: 60%; */
}

.navh .menu_principal {
    margin: 0 auto;
    padding: 0;
    display: table;
}

.navh .menu_principal>li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 2rem;
    background: none;
}

.navh .menu_principal>li:before {
    content: none;
}

.navh .menu_principal>li:last-child {
    background: none
}

.navh .menu_principal a,.navh .menu_principal a:visited {
    position: relative;
    color: var(--color0);
    display: block;
    font-size: 16px;
    padding: 34px 0;
    /* font-weight:700; */
    text-decoration: none;
    font-family: var(--font_family_1);
    transition: all 400ms ease;
}

.fixed .navh .menu_principal a {
    color: var(--color2);
}

.fixed .navh .menu_principal a {
    /* padding: 29px 10px; */
}
.fixed .navh .menu_principal li.active>a, .fixed .navh .menu_principal li.active>a, .fixed .navh .menu_principal li a:hover{
    color: var(--color1);
}
.navh .menu_principal a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background: var(--color0);
    left: 0;
    bottom: 22px;
    transition: .5s;
}

.fixed .navh .menu_principal a:after {
    background-color: var(--color1);
    /* height: 30px; */
    z-index: -1;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* border-radius: var(--border-radius); */
}

.navh .menu_principal a:hover:after, .navh .menu_principal li.active>a:after {
    width: 100%;
}

.fixed .navh .menu_principal a:hover:after, .fixed .navh .menu_principal li.active>a:after {
    width: 100%;
}

.icone-share {
    display: none
}

.btn-partage .icones {
    width: 16px;
    margin: 0;
    height: 16px;
    padding: 0;
    position: relative;
    left: 0;
    fill: var(--color0);
}

@media(max-width: 1530px) {
    .header {
        padding:0 1.5%
    }
}

@media(max-width: 1376px) {
    .flex-infos {
        display:none
    }

    .tete .header .flex-menuP {
        width: 80%
    }

    .fluid-infos {
        position: fixed;
        top: 20vh;
        right: 0;
        z-index: 9999;
    }

    .fluid-infos .infos {
        display: block;
        position: relative;
    }

    .fluid-infos .infos p.tel {
        margin: 0;
        position: relative;
        left: 155px;
        transition: .5s;
        background: var(--color1);
        line-height: 1;
        padding: 9px 9px;
        display: table;
        color: var(--color0);
    }

    .fluid-infos .infos p.tel span {
        height: initial;
        line-height: 1;
        top: 7px;
        position: relative;
    }

    .fluid-infos .infos .tel .icones {
        margin: 0 15px 0 0;
        width: 26px;
        height: 26px;
        float: left;
    }

    .fluid-infos .infos p.tel:hover {
        left: 0;
    }

    .fluid-infos .infos .btn-partage {
        position: relative;
        margin: 8px 0 0;
        display: flex;
        left: 155px;
        transition: .5s;
        background: var(--color1);
        line-height: 1;
        padding: 7px 9px;
        align-items: center;
    }

    .fluid-infos .infos .btn-partage .icones {
        fill: var(--color0);
    }

    .fluid-infos .infos .btn-partage .icones.icone-partage {
        width: 25px;
        height: 25px;
        top: 5px;
        margin-right: 14px;
        fill: var(--color0);
    }

    .fluid-infos .infos .btn-partage:hover {
        left: 0;
    }

    .fluid-infos .icone-share {
        display: block;
        width: 34px;
        height: 22px;
        fill: var(--color0);
        padding-right: 10px;
    }

    .tete .header .btn-partage .icone-partage {
        display: block;
    }
}

.fixed.tete {
    background: var(--color0);
    border-bottom: 1px solid;
    border-color: #884a392e;
    /* height: 160px; */
}

.slogan {
    position: relative;
    color: var(--color0);
    width: 100%;
    padding: 0 10%;
    margin: 0;
    text-align: left;
    z-index: 2;
    top: 70px;
}
.body-page-1 .slogan {
    position: relative;
    color: var(--color0);
    width: 100%;
    padding: 0 10%;
    margin: 0;
    text-align: left;
    z-index: 2;
    top: 22px;
}
h1.slogan:before,.h1.slogan:before {
    content: "";
    width: 0;
    height: 0;
    background: none;
    position: inherit;
    bottom: inherit;
    left: inherit
}
.body-page-1 .slogan .titre {
    font-size: 80px;
    font-family: var(--font_family_3);
    text-transform: uppercase;
    line-height: 97px;
}
.slogan .titre {
    font-size: 40px;
    font-family: var(--font_family_3);
    text-transform: uppercase;
    line-height: 97px;
}

.slogan .titre span {
    font-size: 48px
}

.slogan .sous-titre {
    font-size: 27px;
    font-family: var(--font_family_3);
    line-height: 45px;
    font-weight: 200;
    color: var(--color0);
    /* text-transform: uppercase; */
}

.body-page-1 .slogan {
    top: 72px;
    text-align: left;
    width: 50%;
    padding: 0 10%;
}

.video-accueil {
    position: fixed;
    top: 0;
    left: 50%;
    width: 120%;
    width: 120vw;
    height: 100vh;
    margin-left: -60%;
    margin-left: -60vw
}

.video-accueil video {
    width: 100%;
    height: auto;
    vertical-align: top;
    z-index: 1;
    position: relative
}

.video-accueil .banniere {
    z-index: 0
}

.banniere {
    position: absolute;
    top: 0 !important;
    margin-left: 0;
    height: 100%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.banniere:after {
    content: '';
    /* background: linear-gradient(rgba(9, 34, 50, 0.8) 0%, rgba(9, 34, 50, 0.71) 13%, rgb(255 255 255 / 0%) 75%, rgb(255 255 255 / 0%) 100%); */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    background-color: #000000;
    opacity: 0.2;
}

.banniere::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    pointer-events: none
}

.banniere img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.body-page-1 .banniere::before {
    content: none
}

@-moz-document url-prefix() {
    .banniere img {
        filter: blur(4px);
        width: 100%;
    }

    .body-page-1 .banniere {
        filter: blur(0px);
        width: 100%;
        left: 0
    }
}

.btn-descendre, a.btn-descendre {
    width: 60px;
    height: 60px;
    position: absolute;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    background: var(--color1);
    /* border-radius: 100px; */
    margin-top: 23px;
    z-index: 10;
    right: 0;
    bottom: 0;
}

.btn-descendre:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* animation: pulse-border 1500ms ease-out infinite; */
    background: #ffffff;
    z-index: -1;
    opacity: 0;
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.8);
        opacity: 0
    }
}

.btn-descendre i {
    font-size: 30px;
    color: var(--color0);
}

.fluid-contenu {
    position: relative;
    z-index: 10;
    background: var(--color0);
}

.fluid-contenu .corps {
    padding: 4em 10% 4em;
}

.page-contenu-home {
    position: relative;
    display: block;
    padding: 4rem 13%;
}

.page-contenu-home {
    position: relative;
    display: block;
    padding: 3rem 5%;
    height: 500px;
    background: var(--color0);
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}
.btnflex {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.body-gallery-4 .fluid-contenu .corps,.body-contact .fluid-contenu .corps{}*/
.recup-photos .propor .propor-cont .imagecont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.recup-photos .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.recup-photos .propor:after {
    padding-top: 80%;
    display: block;
    content: '';
}

.recup-photos .col-md-3:nth-child(even) .propor:after {
    padding-top: 110%;
}

.recup-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.recup-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.recup-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 90%;
    height: 90%;
    transform: translate(-50%, -50%);
    transition: .5s;
    background-color: var(
    --color1);
    background-image: url(
    ../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.recup-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: .7;
    filter: alpha(opacity=70)
}

.recup-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.certifs {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--bg-facultatif);
    padding: 3em 10% 4em;
}

.certifs .cell.gauche {
    display: block;
}

.certifs .cell.gauche .contenu {
    padding: 2em 13%;
}

.certifs .cell.droite {
    position: relative;
    display: block;
    padding: 2em 7% 4em;
}

.certifs .logo-certifs {
    position: relative;
    padding: 30px 13% 20px
}

.certifs .swiper-slide {
    text-align: center;
}

.certifs .swiper-slide .img-swiper {
    position: relative;
    display: inline-block;
    border-radius: var(--border-radius);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 80% auto;
    -moz-background-size: 80% auto;
    background-size: 80% auto;
    background-color: var(--color0);
}

.certifs .swiper-slide img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    box-shadow: 0 0 1px var(--color4)
}

.certifs .swiper-button-prev {
    background-image: none;
    left: 0;
    margin-top: -22px;
    opacity: .8;
}

.certifs .swiper-button-next {
    background-image: none;
    right: 0;
    margin-top: -22px;
    opacity: .8;
}

.certifs .swiper-button-next i, .certifs .swiper-button-prev i {
    font-size: 23px;
    color: var(--color2);
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    opacity: 1
}

.certifs .logo-certifs .row-certifs {
    position: relative;
    display: table;
    width: 100%
}

.certifs .logo-certifs .row-certifs .certif-inline {
    position: relative;
    display: table-cell
}

.certifs .logo-certifs .row-certifs .certif-inline > div {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 60% auto;
    -moz-background-size: 60% auto;
    background-size: 60% auto;
    text-align: center
}

.certifs .logo-certifs .row-certifs .certif-inline > div img {
    position: relative;
    overflow: hidden
}

.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: 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: var(--border-radius);
}

.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
}

.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: bold;
    color: var(--color2);
}

.news .ligne-actus .date-article {
    margin-top: 18px;
    margin-bottom: 0
}

.news .ligne-actus .contenu-article {
    margin-top: 0
}

.news .contenu-article {
    margin-top: 21px
}

.AvisClientsBg {
    padding: 0 7%
}

.AvisClientsBg .bx-prev {
    left: -2vw;
}

.AvisClientsBg .bx-prev:before {
    display: inline-block;
    content: "\f053";
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    color: var(--color2);
}

.AvisClientsBg .bx-next {
    right: -2vw;
}

.AvisClientsBg .bx-next:before {
    display: inline-block;
    content: "\f054";
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    color: var(--color2);
}

.AvisClientsBg .bx-prev, .AvisClientsBg .bx-next {
    text-indent: initial;
    font-size: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: -55px;
    justify-content: center;
    opacity: .7;
    transition: .5s;
}

.AvisClientsBg .bx-prev:hover, .AvisClientsBg .bx-next:hover {
    opacity: 1;
}

.AvisClientsBg .contenu .bx-viewport {
    padding: 28px 0 45px;
    display: block;
    height: auto !important;
}

.AvisClientsBg.bg-optionnel-gris .h1 {
    color: var(--color0)
}

.etoiles .fa {
    color: #FC0
}

.AvisClientsList {
    margin: 0;
    padding: 0
}

.AvisClientsList li {
    list-style: none;
    background: none
}

.AvisClientsList li:before {
    content: none;
}

.avisClientsBg .h {
    text-align: center
}

.AvisClients:link,.AvisClients:visited,.AvisClients {
    position: relative;
    background-color: var(--color0);
    padding: 5rem 9% 3rem;
    text-align: center;
    height: 330px;
    margin-top: 0;
    display: block;
    text-decoration: none;
    border-radius: var(--border-radius);
}

.AvisClients:active,.AvisClients:hover {
    background-color: var(--color0)
}

.AvisClients .h {
    font-size: 21px;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.AvisClients p {
    font-size: 15px;
    margin-bottom: 0;
    color: var(--color3);
    padding-top: 15px;
}

.AvisClients .blazy {
    font-size: 16px;
    color: var(--color0);
    width: 128px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -64px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0)
}

.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
}

.temoignageScroll .scrollbar-content {
    padding: 0 10px 0 0;
    width: 100%
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0
}

.date_post {
    font-size: 15px;
    padding: 4px 0;
}

.date_post i {
    margin-right: 8px;
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 70px
}

.livre-elements {
    padding: 0 12%;
    margin-bottom: 40px;
    text-align: center
}

.livre-elements .livre-ligne {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.livre-elements .blazy {
    margin: 0 auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0);
    width: 115px;
    height: 115px
}

.livre-elements .pseudo {
    margin-bottom: 6px;
    font-size: 21px;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.livre-elements .date {
    margin-bottom: 2px!important;
    color: var(--color2);
}

.livre-elements .etoiles {
    margin-bottom: 0!important
}

.livre-elements .temoignage {
    text-align: center;
    display: block;
    margin-top: 20px;
}

.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: 25px 27px;
    margin-bottom: 3rem;
    background-color: var(--bg-facultatif);
    border-radius: var(--border-radius);
    width: 48%;
}

.btn-avis {
    margin-bottom: 30px
}

.modal-content a,.modal-content a:link,.modal-content a:visited {
    color: var(--color2)
}

.modal-header .h1 {
    text-align: center;
    margin-bottom: 40px;
    color: var(--color2);
    font-size: 1.6vw;
    font-weight: 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: rgb(0 0 0 / 20%);
    color: var(--color2);
    text-shadow: none;
    font-family: Arial,Helvetica,sans-serif
}

.modal-content .btn-close {
    border: 0;
    background: none;
    padding: 0;
    font-size: 21px;
    color: var(--color2);
    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
}

#add-review {
    text-align: center
}

#add-review .form-group {
    text-align: left
}

#add-review input[type="file"] {
    display: block;
    width: 100%;
    height: 50px
}

#add-review #stars-existing {
    margin: 0 auto 10px;
    display: block;
    text-align: left;
    padding-top: 15px
}

#add-review .form-group #captcha {
    height: 46px!important
}

.formulaire #add-review .form-group input,.formulaire #add-review .form-group textarea,.formulaire #add-review .form-group .form-control {
    background: var(--color0);
    border: 1px solid #ccc;
    color: var(--color2);
    border-radius: 2px
}

.modal-content .form-control::placeholder {
    color: var(--color2)!important;
    opacity: 1
}

#add-review .submit-review {
    margin: 15px auto!important;
    padding: 14px 15px!important;
    float: none;
    display: block;
    background-image: none
}

#add-review .body-review {
    height: 100px
}

#add-review .form-group.form-group-1 .col-md-10,#add-review .form-group.form-group-2 .col-md-10,#add-review .form-group.form-group-4 .col-md-10 {
    width: 100%
}

#add-review .conditions,.modal-content .email-block {
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    opacity: .6;
    display: block;
    clear: both;
    color: var(--color2)!important
}

.cont-slider {
    position: relative
}

.sudo-slider {
    width: 100%;
    z-index: 8999999
}

.sudo-slider .slide {
    text-align: center;
    height: 135px;
    line-height: 135px;
}

.sudo-slider .slide img {
    max-height: 100%;
}

.cont-slider .controls {
    z-index: 9002;
    display: inline-block;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    text-align: center;
}

.cont-slider .controls ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cont-slider .controls ol li {
    display: inline-block;
    background: none;
    padding: 0
}

.cont-slider .controls ol li a {
    display: block;
    width: 10px;
    height: 10px;
    background: var(--color2);
    margin: 0 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    opacity: .5;
}

.cont-slider .controls ol li.current a {
    opacity: 1;
}

.cont-slider .controls ol li a span {
    display: none
}
marquee {
    font-size: 12em;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 7px var(--color0);
    font-family: var(--font_family_3);
    letter-spacing: 0.25em;
    background-color: #000;
    background-image: url(../images/bg-mark.jpeg);
    background-size: cover;
    padding: 4% 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    vertical-align: bottom;
}

marquee::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: var(--color3);
    opacity: 0.65;
}
.home-services {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    padding: 2% 0%;
    z-index: 0;
}

.service-bloc {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 2% 10%;
    grid-gap: 10px;
    position: relative;
}

.service-bloc .service-item {
    height: 550px;
    width: 100%;
    position: relative;
}

.service-bloc .service-item:before {
    content: "";
    position: absolute;
    background: #00000057;
    inset: 0;
}

.service-bloc .service-item .service-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color0);
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    font-family: var(--font_family_3);
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    white-space: nowrap;
    padding: 10px 20px;
    border: 0;
    font-weight: 100;
    text-transform: uppercase;
}

.service-bloc .service-item .service-title:hover {
    background: var(--color1);
    color: var(--color0);
}

.service-bloc .service-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.centerservice2 {
    margin: 0 16%!important
}

.centerservice {
    margin: 0 33%!important
}
.centerservice2 {
    margin: 0 16%!important
}

.centerservice {
    margin: 0 33%!important
}

.services {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0);
    border-bottom: 2px solid var(--color0);
    min-height: 55vh;
}

.services.services-home {
    padding: 7rem 10%;
}

.services.services-home:before {
    content: "";
    position: absolute;
    width: 560px;
    height: 160px;
    background: url(../images/bg-page.png) left top;
    /* background-size: 110px; */
    right: 0;
    top: 90px;
    opacity: 0.9;
}



.services .cell.gauche {
    /*display: flex; */
    /* vertical-align: top; */
    /* width: 100%; */
    border-right: 2px solid var(--color0);
    background-position: center center;
    background-repeat: no-repeat;
    flex-direction: row;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: calc(33.3333% - 20px) calc(33.3333% - 20px) calc(33.3333% - 20px);
    /* min-height: 550px; */
    grid-gap: 30px 30px;
    grid-auto-columns: calc(33.3333% - 20px);
}
.service-new {
    height: 400px;
    /* width: 490px; */
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 5px;
    transition: all ease-in-out 0.4s;
    border-bottom: 5px solid;
    border-color: #364e60;
}
.service-new img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}
.service-new:hover a {
    /* opacity: 1; */
    padding: 0;
    height: 100%;
    background: #506d844d;
    text-shadow: 0px 2px 5px #00000078;
}
.service-new:hover img {
    filter:blur(3px);
}
.service-name a {
    position: absolute;
    /* top: 0; */
    left: 0;
    /* transform: translate(-50%, -50%); */
    width: 100%;
    height: 20%;
    background: #506d84d9;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    /* display: none; */
    transition: all ease-in-out 0.4s;
    /* opacity: 0; */
    /* padding-top: 26px; */
    bottom: 0;
}


/* .services .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-right: 2px solid var(--color0);
    background-position: center center;
    background-repeat: no-repeat;
} */

.services .cell.gauche .vegas-slide-inner {
    border-radius: var(--border-radius);
}

.services .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.services .cell.droite .contenu {
    padding: 6rem 12%;
}

.services .cell.droite .contenu .liste-services {
    position: relative;
    display: block;
}

.services .cell.droite .contenu .liste-services h3 {
    background: none;
    padding: 0 0 0;
    margin: 0 0 9px;
}

.services .cell.droite .contenu .liste-services h3:before {
    content: none;
}

.services .cell.droite .contenu .liste-servicesl h3 .bouton-principal {
    display: block
}

.services .cell.droite .contenu .liste-services h3 .bouton-principal {
    font-size: 16px;
    color: var(--color0);
    margin: 0;
    display: block;
}

.services .cell.droite .contenu .liste-services h3 .bouton-principal:hover {
    text-decoration: none;
}

.btn-service {
    text-align: center;
    margin: 10px 0
}

.services .miettes {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center
}

.services .miettes li {
    display: inline-block;
    vertical-align: top;
    background: none;
    padding: 0
}

.services .miettes li:before {
    content: none;
}

.services .miettes li a {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: var(--color0);
    display: inline-block;
    opacity: .5
}

.services .miettes li a.active {
    opacity: 1
}

/*************** atout ****************/
.new-block {
    padding: 3% 10% 3%;
    background: #fafafa;
}
.swiper-slide img {
    display: block;
    margin: 0 auto 30px;
}
.swiper-certification.swiper-container-horizontal {
    overflow: hidden;
}
.certification-bloc {
    position: relative;
    width: 100%;
}
.atout-container .item {
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    grid-gap: 25px;
    height: auto;
    background: #eee;
    padding: 45px;
    transition: all .3s linear;
}

.atout-container .item:hover {
    transform: translateY(-10px);
    background: #ecffef;
    box-shadow: none;
    animation-duration: 3s;
    animation-name: clignoter;
    animation-iteration-count: infinite;
    /* transition: none; */
}
.atout-container .item strong {
    font-size: 21px;
    margin: 0 auto 35px;
    display: block;
}

.atout-container .item img {
    /* width: 80px; */
}
.atout-container .item strong {
    font-size: 21px;
    margin: 0 auto 35px;
    display: block;
}

.atout-container .item img {
    width: 80px;
    filter: invert(39%) sepia(72%) saturate(1291%) hue-rotate(59deg) brightness(97%) contrast(97%);
}
/****************************************/

.atots-items {
    padding-top: 30px;
    position: relative;
}

.nos-atots {
    padding: 3em 9% 5em;
    background-color: var(--color4);
}

.swiper {
      /* width: 100vw; */
      height: 100%;
      overflow: hidden;
      position: relative;
    }
    .swiper-wrapper {
        /* display: flex; */
    }
    .swiper-slide {
      /* text-align: center; */
      /* font-size: 18px; */
      /* background: #fff; */
      /* display: flex; */
      /* justify-content: center; */
      /* align-items: center; */
    }

.atots-items .swiper-slide .s-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    color: #506d84;
    transition: all .3s ease;
    background-color: #f8f9fa;
    width: 240px;
    height: 250px;
    padding: 10px;
    border-bottom: 10px solid;
}

.atots-items .swiper-slide .s-box:hover {
    border-bottom: 20px solid;
}

.atots-items .swiper-slide:hover {
    color: var(--color1);
}

.atots-items .swiper-slide i {
    font-size: 45px;
}

    


.atots-items .swiper-button-next {
    right: 0;
}

.atots-items .swiper-button-prev {
    left: 0;
}

.atots-items .swiper-button-next, .atots-items .swiper-button-prev {
    background: none;
    color: var(--color1);
}

.swiper-button-prev {
    left: 60px;
}



.realisations,.AvisClientsBg {
    position: relative;
    z-index: 8;
    text-align: center;
    padding: 3em 10% 5em;
    background: var(--nuanceColor3);
}

.realisations:before {
    content: "";
    position: absolute;
    width: 560px;
    height: 160px;
    background: url(../images/bg-page.png) left top;
    /* background-size: 110px; */
    left: 0;
    top: 90px;
    opacity: 0.9;
}

/*.realisations .contenu,.AvisClientsBg .contenu{}*/
.realisations .galerie .propor,.news .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.realisations .galerie .propor:after,.news .propor:after {
    padding-top: 78%;
    display: block;
    content: ''
}

.realisations .galerie .propor .propor-cont,.news .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.realisations .galerie .propor .propor-cont .imagecont,.news .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.realisations .galerie .propor .propor-cont .imagecont .imagefond,.news .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.realisations .galerie .propor .propor-cont .imagecont .masque,.news .propor .propor-cont .imagecont .masque {
    transition: all 400ms ease;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    background-image: url(../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.realisations .galerie .propor .propor-cont .imagecont:hover .masque,.news .propor .propor-cont .imagecont:hover .masque {
    opacity: .8;
    filter: alpha(opacity=80)
}

.realisations .galerie .propor .propor-cont .imagecont:hover .imagefond,.news .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)
}

.intervention {
    position: relative;
    z-index: 8;
    background: url(../images/bg-intervention.jpg) no-repeat center center /cover;
    background-attachment: fixed;
    padding: 4em 10%;
}

.intervention:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color0);
    /* opacity: 0.65; */
    z-index: -1;
}

.intervention .contenu {
    padding: 0 13%;
    color: var(--color2);
    font-size: 17px;
}

.cont-f {
    display: flex;
    gap: 10px;
    align-items: center;
}

.cont-f iframe {
    height: 280px;
    width: auto;
}

.intervention .contenu a,.intervention .contenu a:link,.intervention .contenu a:visited {
    color: var(--color0)
}

.intervention h2 {
    /* color: var(--color0); */
    margin-top: 0;
}

.intervention h2:before {
    background: url(../images/img-before.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.intervention ul {
    margin: 30px 0 0;
    column-count: 2;
    width: 60%;
}

/*.intervention ul li{}*/
.note-avis {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 2rem;
}

.nbr-note {
    font-size: 40px;
    margin-right: 4rem;
}

.pied {
    position: relative;
    z-index: 9;
    background: var(--color0)
}

.pied .bande1 {
    padding: 5rem 10% 5rem;
    background: url(../images/AdobeStock_338792376.jpeg);
    position: relative;
}

.bande1:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: var(--color0);
    opacity: .56;
}

.bande_contact_footer {
    /* padding: 70px 10% 50px; */
}

.bande_contact_footer .row1 {
    position: relative;
    display: block;
    background: var(--bg-facultatif);
    padding: 5rem 28%;
    border-radius: var(--border-radius);
}

.bande_contact_footer .row1::after {
    display: block;
    width: 232px;
    height: 1px;
    content: "";
    background: var(--color0);
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    margin-top: 49px
}

.pied .bande2 {
    padding: 0 10%;
    background: var(--color0);
}

.pied .title_footer {
    color: var(--color1);
    font-family: var(--font_family_3);
    font-size: 26px;
    text-transform: uppercase;
    padding: 0 0 20px;
    position: relative;
    font-weight: 200;
}

.pied .title_footer::before {
    content: "";
    width: 75px;
    height: 10px;
    background: var(--nuanceColor2);
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 3px;
    display: none;
}

.pied .navf .menu_footer {
    color: var(--color2);
    padding: 15px 20px;
    list-style-type: none;
    margin: 0;
}

.pied .navf .menu_footer li {
    display: block;
    padding: 0 0 4px;
    background: none;
    position: relative
}

.pied .navf .menu_footer li:last-child {
    border: none
}

.pied .navf .menu_footer li a,.pied .navf .menu_footer li a:visited {
    font-size: 16px;
    padding: 0 0 0;
    color: inherit;
    text-decoration: none;
}

.pied .navf .menu_footer li a:hover {
    color: var(--color1);
}

.pied .navf .menu_footer li.active a {
    color: var(--color1);
}

.pied .navf .menu_footer li.active a:hover {
    text-decoration: none;
}

.pied .menu_referencement {
    color: var(--color2);
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    text-align: justify;
    padding: 0;
}

.pied .menu_referencement li {
    display: inline;
    padding: 0;
    background: none
}

.pied .menu_referencement li:before {
    content: none;
}

.pied .menu_referencement li:after {
    content: " - "
}

.pied .menu_referencement li:last-child:after {
    content: ""
}

.pied .menu_referencement li a,.pied .menu_referencement li a:visited {
    color: inherit;
    font-size: 16px;
    text-decoration: none
}

.pied .menu_referencement li a:hover {
    color: var(--color1);
}

.pied .menu_referencement li.active a:hover {
    text-decoration: none
}

.pied address {
    margin: 0;
    padding: 15px 0 25px;
    color: var(--color2);
    font-size: 16px;
}

.pied address i {
    color: var(--color1);
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0;
    background-position: 0 0;
    padding: 0 0 10px 0;
}

.flex-address {
    position: relative;
    display: flex;
}

.flex-address i {
    margin-top: 3px !important;
}

address i {
    margin: 0;
    margin-right: 12px;
    font-size: 16px;
    color: var(--color2);
    width: 16px;
}

.pied address p.tel a {
    color: inherit;
    text-decoration: none
}

.pied address p a {
    text-decoration: none;
    color: inherit
}

.pied address p a:hover {
    text-decoration: underline
}

.pied .scrollbars {
    margin: 15px 0 0;
    height: 260px;
}

.pied .horaires {
    color: var(--color2);
    padding: 0 0 0;
    margin: 0;
    font-size: 16px;
}

p.horaires {
    /* display: none !important; */
}

.horaires {
    display: flex;
}

.horaires i {
    margin: 4px 0 0;
    margin-right: 12px;
    font-size: 16px;
    color: var(--color2);
    float: left;
    display: none;
}

.pied .copyright-footer {
    margin: 5px 0 0;
    text-align: center
}

#logoFD svg * {
    fill: var(--color1);
}

#logoFD svg {
    width: 210px;
}

.pied .btn-like {
    padding: 20px 0 0
}

.pied .btn-partage {
    text-align: right;
    padding: 20px 0 0;
    display: flex;
    justify-content: flex-end;
}

.scrollbars {
    width: 100%;
    height: 28vh
}

.scrollbar-path-vertical,.scrollbar-path-horizontal {
    position: absolute;
    background-color: #ececec;
    z-index: 100
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: var(--lt-color-gray-400);
}

.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 5px
}

.scrollbar-path-vertical {
    right: 5px;
    top: 0;
    height: 100%;
    width: 5px;
    box-shadow: inset 1px 0 1 rgba(0,0,0,0.1)
}

.scrollbar-path-horizontal {
    box-shadow: inset 0 1px 1 rgba(0,0,0,0.1)
}

.scrollbar-handle {
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--color1)
}

.scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%
}

.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%
}

.scrollbar-path-vertical,.scrollbar-path-horizontal,.scrollbar-handle {
    border-radius: 5px
}

.scrollbar-content {
    padding: 0 30px 0 0;
    float: none!important
}

.prestation {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0);
    margin-bottom: 10rem;
}

.prestation:nth-child(even) {
    direction: rtl;
}

.prestation .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center;
    border-radius: var(--border-radius);
}

.prestation .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-bottom: 2px solid var(--color0)
}

.prestation:last-child .cell.texte {
    border-bottom: none
}

.prestation .cell.texte .contenu {
    padding: 90px 10%;
    text-align: center;
    direction: ltr
}

.prestation .cell.texte .contenu p {
    padding: 0 0 20px
}

.prestation .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.prestation .cell.texte .contenu ul li {
    padding: 5px 0 5px 20px;
    background: url(../images/puce.svg) no-repeat 0 9px
}

.prestation .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.body-contact h2 {
    /* color: var(--color2); */
    text-transform: none;
    position: relative;
    margin-bottom: 55px;
    font-weight: 600;
    margin-top: 0;
}

.tab-coordonnes h2:before {
    content: "";
    width: 75px;
    height: 2px;
    background: var(--color1);
    position: absolute;
    top: 50px;
    left: 0
}

.body-contact .tab-formulaire .cell.droite h2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 24px
}

.body-contact .tab-formulaire .cell.droite h2:before {
    content: "";
    width: 75px;
    height: 2px;
    background: var(--color1);
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -37px
}

.contact .tab-coordonnes {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--nuanceColor3);
}

.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; */
    display: flex;
    gap: 30px;
    align-items: baseline;
    /* justify-content: space-evenly; */
    flex-wrap: wrap;
}
.body-contact-5 .contact .tab-coordonnes .cell.gauche .contenu {
    padding: 1em 7% 0;
    display: block;
    gap: unset;
    align-items: baseline;
    /* justify-content: space-evenly; */
    flex-wrap: unset;
}
.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: transparent;
    padding: 5rem 28%;
    margin-top: 5em;
    border-radius: var(--border-radius);
}

.contact .tab-formulaire .contenu h2 {
    text-align: center;
}

.contact .plan {
    font-size: 0;
    height: 100%;
}

.contact .plan .block #googlemapapi,.contact .plan iframe {
    width: 100%!important;
    height: 529px!important;
}

.contact .coordonnees {
    padding: 0 0 20px
}

.contact .coordonnees h2 {
    margin-top: 0;
}

.contact .coordonnees address p {
    padding: 0 0 10px 0;
}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none
}

.contact .coordonnees address p span.intitule {
    font-weight: bold
}

.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 .formulaire .form-group label.col-md-4 {
    padding-left: 0!important;
    padding-right: 0!important
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0!important;
    padding-right: 0!important
}

.contact .formulaire .form-group .col-md-4 {
    display: none
}

.contact .formulaire .form-group .col-md-8 {
    width: 100%!important
}

.form-group .label-rgpd strong,.info-rgpd strong,.info-rgpd a,.info-rgpd a:visited {
    color: var(--color1)
}

.contact .formulaire .control-label {
    text-align: left!important;
    font-weight: normal
}

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0!important;
    margin-left: 0!important;
    margin-right: 0!important
}

.contact .formulaire .form-group .form-control {
    background: #ffffff9e;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    width: 100%!important;
    font-size: inherit;
    color: var(--color2);
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgb(136 74 57 / 10%);
}

.form-control:focus {
    color: #000;
    background: var(--color0)
}

.contact .formulaire .form-group textarea.form-control {
    height: 109px;
    position: static
}

.contact .formulaire .form-group input.form-control {
    height: 50px;
    line-height: 1;
    line-height: 50px \9;
    padding: 0 12px
}

.contact .formulaire .form-group .form-control:focus,.contact .formulaire .form-group .form-control:active {
    border: 1px solid var(--color2);
}

.contact .formulaire .form-group select.form-control {
    height: 50px;
    line-height: 50px;
    padding: 5px 12px
}

@media screen and (-webkit-min-device-pixel-ratio: 0),screen and (-moz-images-in-menus:0) {
    .form-horizontal select.form-control {
        -webkit-appearance:none!important;
        -moz-appearance: none!important;
        appearance: none;
        background-image: url(../images/image-select.svg)!important;
        background-repeat: no-repeat!important;
        background-position: right 15px center!important;
        line-height: normal!important;
        background-size: 22px auto!important
    }

    .form-horizontal select.form-control option {
        color: 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: 70px;
}

.contact .formulaire .form-actions {
    font-size: 12px
}

.contact a.btn.btn-default {
    float: right
}

.body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default {
    padding: 15px 20px;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    background-color: var(--color1);
    color: var(--color0);
    text-align: left;
    border-radius: var(--border-radius);
    font-size: 14px;
    border: none;
    text-decoration: none;
    transition: all 400ms ease;
    background-size: 24px auto;
    background-position: left 90% center;
    background-image: url(../images/ico-envoyer.svg);
    background-repeat: no-repeat;
}

.body-error404 a.btn.btn-default {
    background-image: none
}

.body-error404 a.btn.btn-default:hover,.body-error404 a.btn.btn-default:active,.contact .formulaire input.btn-primary:hover,.contact .formulaire input.btn-primary:active,.contact a.btn.btn-default:hover,.contact a.btn.btn-default:active {
    background-color: var(--nuanceColor1);
}

::-webkit-input-placeholder {
    color: var(--color3)!important
}

:-moz-placeholder {
    color: var(--color2)!important;
    opacity: 1!important
}

::-moz-placeholder {
    color: var(--color2)!important;
    opacity: 1!important
}

:-ms-input-placeholder {
    color: var(--color2)!important
}

.pageseo .formulaire .form-group input[name="captcha"] {
    width: 100%!important;
    margin-right: 0!important;
    text-align: left!important
}

.pageseo .formulaire .form-group input[name="captcha"]+a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0!important
}

.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 3% 3em;
    background: var(--bg-facultatif);
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 240px;
    height: auto;
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .description-galerie {
    padding: 0 11% 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-left: 10px!important;
    padding-right: 10px !important;
    margin-bottom: 20px;
}

.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
}

.custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center
}

.custom-object-fit img {
    opacity: 0
}

.gallery .ligne-photos .propor:after {
    padding-top: 76%;
    display: block;
    content: ''
}

.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.gallery .ligne-photos .propor .propor-cont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
    border-radius: var(--border-radius);
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    justify-content: center;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    height: 100%
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
     display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 90%;
    height: 90%;
    transform: translate(-50%, -50%);
    transition: .5s;
    background-color: var(
    --color3);
    background-image: url(
    ../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 0.7;
    filter: alpha(opacity=70)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.gallery .nav {
    margin: 10px 0;
    text-align: center
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
    background: none;
    padding: 0 3px 0 5px;
}

.gallery .nav li:before {
    content: none;
}

.gallery .nav li a.bouton-principal {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font_family_1);
    text-align: center;
    border-radius: var(--border-radius);
    background: var(--color1);
    text-decoration: none;
}

.gallery .nav li a.bouton-principal:after {
    content: none;
}

/*.gallery .nav li a:hover,.gallery .nav li.active a{}*/
.gallery .nav li.active a {
    background: var(--nuanceColor1);
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 10px
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .bas-galerie a.bouton-principal {
    padding-right: 60px
}

.gallery .bas-galerie a.bouton-principal:after {
    background-image: none;
    width: 22px;
    height: 22px;
    content: "+";
    font-family: verdana;
    font-size: 35px;
    position: absolute;
    right: 20px;
    top: 7px
}

.header-sidebars,.sidebar-left,.sidebar-right {
    background-color: var(--color0);
}

.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: left;
    /* overflow-y: hidden; */
    text-decoration: none !important;
}

span.logo-alt-img {
    font-family: var(--font_family_3);
    margin-left: 10px;
    font-size: 16px;
}

.top-logo img {
    position: absolute;
    left: 15px;
    top: 11px;
    max-height: 92px;
    max-width: 154px;
}

.deploy-right-sidebar {
    border-left: 1px var(--color0) solid;
    display: table-cell;
    background-color: var(--color1);
    height: 65px;
    width: 65px;
    background-position: center center
}

.deploy-right-mail {
    border-left: 1px var(--color0) solid;
    display: table-cell;
    background-color: var(--color1);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center;
    position: absolute;
    right: 65px;
    top: 0
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color1);
    background-size: auto 49%;
    height: 65px;
    width: 65px;
    background-position: center 16px;
    position: absolute;
    right: 130px;
    top: 0
}

.sidebar-scroll-right {
    width: 275px;
    overflow: auto!important;
    overflow-x: hidden!important;
    height: 100%;
    background-color: var(--color0);
}

.sidebar-right {
    font-family: var(--font_family_2)!important;
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0;
    bottom: 0;
    width: 270px;
    margin-right: 10px;
    box-shadow: -2px 0 2px 0 rgba(0,0,0,0.1)
}

.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    color: var(--color0)!important;
    z-index: 1
}

.sidebar-right-logo {
    margin-left: 84px;
    top: 14px;
    right: 1px;
    max-width: 180px;
    float: inherit;
    max-height: 37px;
    position: relative
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: var(--color0)!important;
    background: var(--color3);
    /* opacity: .3; */
}

.submenu a:first-child {
    background-image: none!important
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-header-right {
    height: 65px;
    background-color: var(--color1);
    position: relative
}

.close-sidebar-right {
    height: 65px;
    width: 65px;
    margin-left: 0;
    display: block
}

.sidebar-right .close-sidebar-right {
    position: absolute!important
}

.menu-mobile-dynamique {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 1px;
    background: none;
    padding-left: 18px;
    background: var(--color1);
}

.menu-mobile-dynamique li.active {
    background: #00000059;
}

.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;
    line-height: 18px;
    font-size: 16.2px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: var(--color0);
    height: 60px;
    padding-left: 29px;
    background-position: 6px 20.9px;
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.menu-mobile-dynamique ul li a {
    background: none
}

.menu-mobile-dynamique input {
    -webkit-appearance: none;
    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
}

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 44px
}

.remonter button {
    display: flex;
    width: 50px;
    height: 50px;
    text-align: center;
    border: none;
    background: var(--color1);
    border-radius: 0px;
    align-items: center;
    justify-content: center;
}

.remonter button i {
    font-size: 25px;
    color: #fff;
}

.remonter button:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.deprecated-ie {
    text-align: center;
    color: #000;
    background: #eee
}

.deprecated-ie p {
    line-height: 30px;
    margin: 0
}

.deprecated-ie a {
    line-height: 30px;
    font-family: Helvetica,arial,sans-serif;
    font-size: 13px;
    color: #000;
    text-decoration: underline
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color1);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color2);
}

.bx-pager.bx-default-pager a {
    background-color: var(--color2);
}

.bx-pager.bx-default-pager a:hover,.bx-pager.bx-default-pager a.active {
    background-color: var(--color2);
}

.vegas-timer-progress {
    background: var(--color0)
}

.icones {
    width: 32px;
    margin: 16px 0 0 16px;
    height: 32px;
    fill: var(--color0)
}

.deploy-right-sidebar .icones {
    width: 29px
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "\f105";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    left: 5px;
    font-weight: 700;
    font-size: 15px;
    color: var(--color0);
}

.pied .btn-partage .icones {
    fill: var(--color1);
}

.remonter .icones {
    margin: 0 0 -5px;
    fill: var(--color1)
}

.tete .tel .icones {
    width: 19px;
    margin: 0 10px -3px 0;
    height: 17px;
    fill: var(--color0);
}

.btn-partage .btnp:hover .icones {
    fill: var(--color0)
}

.tete .infos.infos_small .btn-partage .icones {
    top: 5px;
    left: 0
}

.newsList {
    float: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%
}

.newsList .ligne-actus {
    flex: 0 0 auto;
    margin: 0 0 30px;
    float: none
}

.news .date_post {
    text-align: center;
    color: var(--color0);
    font-weight: 800;
    font-size: 14px;
    font-size: clamp(12px,0.5vw,14px);
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    background-color: var(--color1);
    position: absolute;
    left: 0;
    top: 0;
    padding: 7% 4% 4%;
    z-index: 50;
    margin: 0;
    border-top-left-radius: var(--border-radius);
}

.news .date_post span {
    display: block;
    line-height: 13px;
    min-width: 84px
}

.news .date_post .s1 {
    font-size: 50px;
    line-height: 35px;
    padding-bottom: 5px;
    font-size: clamp(40px,2vw,50px)
}

.newsList .propor .propor-cont .imagecont .masque {
    background-color: rgba(250,250,250,0.2);
    background-image: none
}

.news .propor .propor-cont .imagecont:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.newsList .propor {
    overflow: hidden
}

.newsList .item .h3 {
    color: var(--color1);
    padding: 5px 0 25px;
    margin: 0;
    font-weight: 200;
    font-family: var(--font_family_1);
}

.newsList .item:hover .h3 {
    color: var(--nuanceColor1)
}

.newsList .item .h3 a:hover {
    text-decoration: none
}

.item-news {
    position: relative
}

.newsItem .photo img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow-x: hidden
}

.newsItem .photo {
    width: 100%;
    height: 33vw;
    border-radius: var(--border-radius);
    overflow: hidden;
    height: clamp(300px,40vw,650px);
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-color: #f2f2f2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    image-rendering: optimizeQuality;
}

.newsItem .contenu-article {
    padding: 15px 0 0;
    min-height: 200px;
    margin: 0
}

.newsItem .div-rs {
    margin: 0 auto 40px;
    display: flex;
    align-content: center;
    align-items: center;
}

.newsItem .div-rs .btn-partage {
    display: flex;
    overflow: hidden;
    height: 36px;
    position: relative;
    top: 0;
    margin-left: 2rem;
}

.newsItem .div-rs .btn-partage .icones {
    fill: var(--color1);
}

.newsItem .div-rs .btn-partage .btnp {
    background-color: var(--color0)
}

.newsItem .div-rs .btn-partage .btnp:hover {
    background-color: var(--color1);
}

.newsItem .div-rs .btn-partage .btnp:hover .icones {
    fill: var(--color0);
}

.newsItem .date_post {
    padding: 5% 3% 3%
}

.news_avant_apres {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%
}

.news_avant_apres > div {
    display: table-cell;
    float: none;
    padding: 0;
    height: 100%
}

.news_avant_apres a,.news_avant_apres a:visited {
    padding: 15px 30px;
    color: var(--color1);
    text-decoration: none;
    border: 1px solid var(--bg-facultatif);
    display: block;
    height: 100%;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    border-radius: var(--border-radius);
}

.news_avant_apres a:hover,.news_avant_apres a:focus {
    border-color: var(--color1);
    text-decoration: none
}

.news_avant_apres > div:last-child {
    right: -5px
}

.news_avant_apres a:hover b,.news_avant_apres a:focus b {
    text-decoration: none;
    color: var(--color1)
}

.navButtons,.navButtons:visited {
    padding: 0 0 10px;
    color: var(--color2);
    transition: .8s;
    text-decoration: none;
    display: block
}

.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(--color1);
    border-color: var(--color3)
}

.pagination > .active > a,.pagination > .active > a:focus,.pagination > .active > a:hover,.pagination > .active > span,.pagination > .active > span:focus,.pagination > .active > span:hover {
    color: var(--color0);
    background-color: var(--color1);
    border-color: var(--color1)
}

.pagination > li > a:focus,.pagination > li > a:hover,.pagination > li > span:focus,.pagination > li > span:hover {
    color: var(--color1);
    background-color: var(--color0)
}

@media (min-width: 768px) {
    .dispaly_flex {
        display:flex;
    }

    .flex_child_2 {
        flex: 2;
    }

    .flex_child_1 {
        flex: 1;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .lightboxOverlay {
        overflow:scroll
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0
    }
}

@media (max-width: 991px) {
    .pied .title_footer{
    padding-bottom: 0;
}
    .intervention {
    position: relative;
    z-index: 8;
    background: url(../images/bg-intervention.jpg) no-repeat center center /cover;
    background-attachment: fixed;
    padding: 4em 4%;
}
    .engegements-content {
    padding: 0px 4% !important;
}
    .atout-AT {
    padding: 2em 3% 4em !important;
    background: var(--nuanceColor3);
}
    .atout-image {
            flex: 2.2;
            background: url('../images/bg-atout-1.png') no-repeat center center;
            background-size: contain;
            margin-bottom: 0 !important;
            display: none;
        }
    .atout-container{
    flex-direction: column;
}
    .swiper-button-prev {
    left: 23px;
}
    .swiper-button-next {
    right: 13px;
}
    .top-logo img {
    position: absolute;
    left: 15px;
    top: 7px;
    max-height: 92px;
    max-width: 300px;
    width: 282px;
}
    .pied .scrollbars {
    margin: 15px 0 0;
    height: auto;
}
    .realisations,.AvisClientsBg {
    position: relative;
    z-index: 8;
    text-align: center;
    padding: 3em 4% 5em;
}
    .new-block {
    padding: 3% 3% 3%;
    background: #fafafa;
}
    .service-bloc .service-item {
    height: 255px;
}

    .service-bloc{
    padding: 0 3%;
    grid-template-columns: 1fr 1fr;
}
    .img-accueil {
    display: none;
}
    .fluid-contenu .corps {
    padding: 3em 3% 5em !important;
}
    .cont-f {
    display: flex;
    flex-direction:column;
}
    a.btn-bann{
        display: none;
    }
    .recup-photos .col-md-3:nth-child(even) .propor:after{
        padding-top: 80%;
    }
    .row.recup-photos.gallery {
        display: inherit;
    }
    .service-new{
        height: 250px;
    }
    .services .cell.gauche {
        grid-template-columns: 100%;
    }  
    .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);
        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: 5px
    }

    .container {
        max-width: none;
        width: auto
    }

    .centerservice2 {
        margin: 0!important
    }

    .centerservice {
        margin: 0 25%!important
    }

    .contact .formulaire .form-group .col-md-4 {
        width: 100%!important
    }

    .contact .formulaire .form-group .col-md-8 {
        width: 100%!important
    }

    .contact .formulaire .form-group input[name="captcha"] {
        width: 100%!important;
        margin-right: 0!important;
        text-align: left!important
    }

    .contact .formulaire .form-group input[name="captcha"]+a {
        position: absolute;
        width: 140px;
        top: 1px;
        right: 1px;
        margin-right: 0!important
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
        float: none
    }

    .lb-prev {
        opacity: 1!important;
        background: url(../images/lightbox-g.png) left 48% no-repeat
    }

    .lb-next {
        opacity: 1!important;
        background: url(../images/lightbox-d.png) right 48% no-repeat
    }

    .video-accueil {
        position: static;
        width: 100%;
        height: auto;
        margin-left: 0
    }

    .banniere {
        height: 40vh !important;
        position: relative
    }

    .pied .bande1 {
        padding: 5rem 4% 70px !important;
    }

    .prestation .cell.texte .contenu {
        padding: 50px 10%
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 50px 7% 30px
    }

    .certifs .logo-certif img {
        background-size: contain
    }

    .fluid-contenu {
        margin: 0!important
    }

    .slogan {
        width: 100%;
        left: 0;
        padding: 0 15px;
        top: auto;
    }

    .body-page-1 .slogan {
        text-align: center;
        width: 100%;
        top: 0;
    }

    .slogan .titre {
        font-size: 35px !important;
        line-height: 30px
    }

    .slogan .titre span {
        font-size: 29px
    }

    .slogan .sous-titre {
        font-size: 20px;
        line-height: 20px
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
        text-align: justify
    }

    .page-contenu-home {
        padding: 2rem 3%;
    }

    .certifs .cell.gauche .contenu {
        padding: 0 0;
    }

    .intervention .contenu {
        padding: 0 0;
    }

    .actualites .cell.texte .contenu {
        padding: 0 0;
    }

    .bande_contact_footer {
        padding: 0;
    }

    .flex-seoContain {
        flex-wrap: wrap;
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: transparent;
    }

    .flex-seoContain .seo-form {
        width: 100%;
    }

    .img-seo img {
        width: 100%;
        height: auto;
        float: none;
        padding-bottom: 20px;
    }

    .bande_contact_footer .row1 {
        padding: 5rem 11%;
    }

    .contact .tab-formulaire {
        padding: 5rem 10%;
    }

    .livre-elements {
        padding: 0 0;
    }
}

@media (max-width: 767px) {
    .pied .title_footer{}
    a.imagecont.noflicker.img1 {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
}

.flex-seoContain .seo-content p {
    margin-bottom: 28px;
}

a.img-seo {}
    .services-home-content {
    position: relative;
    padding: 4em 0 5em;
    overflow: hidden;
}
     .intervention {
    position: relative;
    z-index: 8;
    background: url(../images/bg-intervention.jpg) no-repeat center center /cover;
    background-attachment: fixed;
    padding: 4em 4%;
}
    .engegements-content {
    padding: 0px 4%;
}
    .atout-AT {
    padding: 2em 3% 2em;
    background: var(--nuanceColor3);
}
    .atout-grid {
            display: grid;
            grid-template-columns: repeat(1, 1fr) !important;
            gap: 20px;
        }
    .engegements-content {
    padding: 0 4%;
}
    .intervention{
    padding: 0 3%;
}
     .service-bloc{
    padding: 0 3%;
    grid-template-columns: 1fr;
}
    marquee {
    font-size: 2em;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--color0);
    font-family: var(--font_family_3);
    letter-spacing: 0.25em;
    background-color: #000;
    background-image: url(../images/bg-mark.jpeg);
    background-size: cover;
    padding: 4% 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    vertical-align: bottom;
}
     .page-contenu-home {
        padding: 2rem 0;
        height: auto;
        box-shadow: none;
    }

     .top-logo img {
    position: absolute;
    left: -6px;
    top: 11px;
    width: 185px;
}
    .corps {
        --taille_font:14px;
        font-size: var(--taille_font)
    }

    .pad-xs {
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .pad-xs-l {
        padding-left: 15px!important
    }

    .pad-xs-r {
        padding-right: 15px!important
    }

    .centerservice2 {
        margin: 0!important
    }

    .centerservice {
        margin: 0!important
    }

    .nopad-xs {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .nopad-xs-l {
        padding-left: 0!important
    }

    .nopad-xs-r {
        padding-right: 0!important
    }

    h1,.h1 {
        font-size: 22px;
        line-height: 22px;
    }

.services-home h2.h1 {
    margin-bottom: 70px;
}

.corps h1 {
    margin-bottom: 28px;
}

    .titre-secondaire {
        font-size: 17px;
        line-height: 24px
    }

    .body-page-1 .slogan {
        position: absolute;
        background: var(--color1);
        width: 100%;
        text-align: center;
        padding: 14px 0;
        padding-bottom: 22px;
        bottom: 0;
        top: auto;
    }

    .slogan {
        text-align: center
    }

    .slogan .titre {
        font-size: 27px !important;
        line-height: 40px !important;
    }

    .slogan .titre span {
        font-size: 23px
    }

    .slogan .sous-titre {
        font-size: 16px !important;
        line-height: 19px;
        font-family: var(--font_family_2);
    }

    .fluid-contenu .corps {
        padding: 20px 15px 40px
    }

.body-pageseo .corps {
    padding: 3em 3% 0em !important;
}

    .recup-photos .col-md-4 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .recup-photos {
        margin-left: -5px!important;
        margin-right: -5px!important
    }
     .realisations .row.recup-photos.gallery {
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "item1 item2" "item3 item4" "item5 item6";
        grid-template-rows: 150px 150px 150px;
        grid-gap: 10px;
    }

    .newsList .recup-photos {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .recup-photos .propor {
        margin-bottom: 5px
    }

    .certifs {
        display: block
    }

    .certifs .cell.gauche {
        display: block;
        width: 100%
    }

    .certifs .cell.gauche .contenu {
        padding: 30px 15px 40px
    }

    .certifs .cell.droite {
        display: block;
        width: 100%;
        padding: 0 15px 30px
    }

    .certifs .cell.droite .bg-noir {
        padding: 40px 0
    }

    .cont-slider .controls {
        bottom: -20px
    }

    .services {
        display: block
    }

    .services .cell.gauche {
        display: block;
        width: 100%;
        /* height: 180px; */
    }

    .services .cell.droite {
        display: block;
        width: 100%
    }

    .services .cell.droite .contenu {
        padding: 30px 15px 40px
    }

    .realisations {
        display: block
    }

    .realisations .titre-secondaire {
        display: inline-block;
        width: 100%
    }

    .realisations .col-md-3 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .realisations {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .realisations .propor {
        margin-bottom: 5px
    }

    .realisations .contenu,.AvisClientsBg .contenu {
        padding: 0px 15px 0px;
    }

    a.bouton-principal,button.bouton-principal {
        padding: 13px 40px 13px 20px
    }

    .intervention .contenu {
        padding: 67px 15px 50px;
    }

    .intervention ul {
        column-count: 1;
        width: 100%;
    }

    .AvisClientsBg {
        padding: 0
    }

    .temoignageScroll {
        max-height: 135px;
    }

    .temoignageScroll {
        max-height: 135px;
    }

    .note-avis {
        flex-wrap: wrap;
    }

    .bande_contact_footer .row1 {
        padding: 2rem 8%;
    }

    .divAvis {
        width: 100%;
    }

    .pied .bande1 {
        padding: 30px 15px;
    }

    .pied .btn-like {
        padding: 0 0 15px;
        text-align: center
    }

    .pied .btn-partage {
        text-align: center;
        padding: 20px 0 0;
        justify-content: center;
    }

    .pied .btn-partage a {
        text-align: center
    }

    .body-gallery-4 .fluid-contenu .corps,.body-contact .fluid-contenu .corps {
        padding: 30px 0 0
    }

    .contact .tab-coordonnes {
        display: block
    }

    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        border: none
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 0 15px 30px
    }

    .contact .tab-coordonnes .cell.centre {
        display: block;
        width: 100%
    }

    .contact .tab-coordonnes .cell.droite {
        display: block;
        width: 100%;
        height: 180px
    }

    .contact .plan .block #googlemapapi,.contact .plan iframe {
        height: 250px!important
    }

    .contact .tab-formulaire {
        display: block;
        padding: 5rem 8%;
    }

    .contact .coordonnees {
        padding: 0
    }

    .gallery .description-galerie {
        padding: 0 15px 20px
    }

    .prestation,.actualites {
        display: block;
        min-height: none
    }

    .prestation .cell.photo,.actualites .cell.photo {
        display: block;
        width: 100%;
        height: 180px
    }

    .prestation .cell.texte,.actualites .cell.texte {
        display: block;
        width: 100%;
        clear: both
    }

    .prestation .cell.texte .contenu,.actualites .cell.texte .contenu {
        padding: 30px 15px
    }

    .gallery .ligne-photos .col-md-1,.gallery .ligne-photos .col-md-2,.gallery .ligne-photos .col-md-3,.gallery .ligne-photos .col-md-4,.gallery .ligne-photos .col-md-6 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .gallery .ligne-photos {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .gallery .ligne-photos .propor {
        margin-bottom: 10px
    }

    .gallery .nav li {
        margin-bottom: 0;
        background: none
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
        text-align: justify
    }

    .services .cell.droite .contenu {
        clear: both
    }

    .scrollbars {
        width: 100%;
        height: auto
    }

    .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
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .pad-sm {
        padding-left:15px!important;
        padding-right: 15px!important
    }

    .pad-sm-l {
        padding-left: 15px!important
    }

    .pad-sm-r {
        padding-right: 15px!important
    }

    .nopad-sm {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .nopad-sm-l {
        padding-left: 0!important
    }

    .nopad-sm-r {
        padding-right: 0!important
    }

    .slogan {
        text-align: center
    }

    .scrollbars {
        height: 240px
    }

    .body-gallery-4 .fluid-contenu .corps,.body-contact .fluid-contenu .corps {
        padding: 30px 0 0
    }

    h1,.h1 {
        font-size: 26px;
        line-height: 26px
    }

    .titre-secondaire {
        font-size: 23px;
        line-height: 24px
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
        text-align: justify
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .slogan .sous-titre {
        font-size:20px;
        line-height: 20px
    }

    .services a.bouton-principal {
        font-size: 11px
    }

    .body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default {
        padding: 16px 20px;
        font-size: 12px
    }

    .contact .coordonnees {
        padding: 0
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
        float: none
    }
}

.infinite-scroll .chargement {
    background: rgba(0,0,0,0) url(../images/chargement.gif) no-repeat scroll center top;
    bottom: 0;
    display: none;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px
}

.g-recaptcha {
    float: left
}

#g-recaptcha-response {
    left: 12px;
    position: relative;
    display: block!important;
    top: -45px;
    opacity: 0!important;
    margin: 0!important;
    height: 10px!important
}

@media print {
    @page {
        size: portrait;
        margin: 2cm
    }

    body {
        background-color: var(--color0);
        font-family: Serif;
        font-size: 10pt
    }

    a:after {
        content: " [" attr(href) "] "
    }

    h1,h2,h3 {
        font-family: verdana,serif
    }

    .hide-print {
        display: none
    }

    .hide {
        display: none
    }

    .clear {
        clear: both
    }

    div[class^="col-"] {
        width: 100%
    }

    .gallery .ligne-photos div[class="col-md-2"] {
        width: 16.666666666667%
    }

    .gallery .ligne-photos div[class="col-md-3"] {
        width: 25%
    }

    .gallery .ligne-photos div[class="col-md-4"] {
        width: 33%
    }

    .gallery .ligne-photos div[class="col-md-6"] {
        width: 50%
    }
}

/*Start Avis satisfaction*/
.avis_satisfaction {
    position: fixed;
    right: 0px;
    top: 41%;
    background: #c52127;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    z-index: 9999;
}

.avis_satisfaction p {
    writing-mode: vertical-rl;
    margin: auto;
    color: #fff;
    text-decoration: none;
    padding: 9px 6px;
    display: block;
    font-size: 13px;
}

.avis_satisfaction:hover {
    transform: translateX(-1px);
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

#myModalAvis {
    background: rgb(0 0 0 / 60%);
}

#myModalAvis .modal-dialog {
    top: 20%;
}

#myModalAvis .modal-content {
    height: 530px;
    background-color: transparent;
    border-radius: 10px;
}

#myModalAvis .modal-content .modal-body {
    padding: 0;
}

#myModalAvis .modal-content .block-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
}

#myModalAvis .modal-content .block-parent .popup_left {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background: linear-gradient(61deg, #e91c19 0%, #53184d 100%);
}

#myModalAvis .modal-content .block-parent .popup_left .text_body {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
}

#myModalAvis .modal-content .block-parent .popup_left .text_last {
    position: absolute;
    bottom: 15px;
    color: #fff;
    font-size: 10px;
    font-family: 'Nunito', sans-serif;
}

#myModalAvis .modal-content .block-parent .popup_right {
    width: 60%;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0px 27px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

#myModalAvis .block-parent .popup_right .formAvis {
    width: 100%;
}

#myModalAvis .block-parent .popup_right .block_experience {
    text-align: center;
    font-size: 13px;
}

@media(min-width: 768px) {
    .modal-dialog {
        width: 800px
    }
}

@media(max-width: 768px) {
    .modal-dialog {
        width: 90%;
        margin: auto;
    }

    #myModalAvis .modal-dialog {
        top: 15%;
    }

    #myModalAvis .block-parent .popup_right .submit_formulaire {
        flex-direction: column;
    }

    .avis_satisfaction {
        right: -66px;
        transform: rotate(90deg);
        top: 50% !important;
    }

    .avis_satisfaction:hover {
        transform: rotate( 90deg);
    }

    .avis_satisfaction p {
        writing-mode: unset
    }
}

#myModalAvis .block-parent .popup_right .feedback {
    --normal: #ECEAF3;
    --normal-shadow: #D9D8E3;
    --normal-mouth: #9795A4;
    --normal-eye: #595861;
    --active: #F8DA69;
    --active-shadow: #F4B555;
    --active-mouth: #F05136;
    --active-eye: #313036;
    --active-tear: #76b5e7;
    --active-shadow-angry: #e94f1d;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

#myModalAvis .block-parent .popup_right .feedback li {
    position: relative;
    border-radius: 50%;
    background: var(--sb, var(--normal));
    box-shadow: inset 3px -3px 4px var(--sh, var(--normal-shadow));
    transition: background 0.4s, box-shadow 0.4s, transform 0.3s;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: center;
}

#myModalAvis .block-parent .popup_right .feedback li:not(:last-child) {
    margin-right: 20px;
}

#myModalAvis .block-parent .popup_right .feedback li:before {
    display: none;
}

#myModalAvis .block-parent .popup_right .feedback li span {
    display: none;
    opacity: 0;
    position: absolute;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    line-height: 13px;
}

#myModalAvis .block-parent .popup_right .feedback li div {
    width: 40px;
    height: 40px;
    position: relative;
    transform: perspective(240px) translateZ(4px);
}

#myModalAvis .block-parent .popup_right .feedback li div svg, #myModalAvis .block-parent .popup_right .feedback li div:before, #myModalAvis .block-parent .popup_right .feedback li div:after {
    display: block;
    position: absolute;
    left: var(--l, 9px);
    top: var(--t, 13px);
    width: var(--w, 8px);
    height: var(--h, 2px);
    transform: rotate(var(--r, 0deg)) scale(var(--sc, 1)) translateZ(0);
}

#myModalAvis .block-parent .popup_right .feedback li div svg {
    fill: none;
    stroke: var(--s);
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.4s;
}

#myModalAvis .block-parent .popup_right .feedback li div svg.eye {
    --s: var(--e, var(--normal-eye));
    --t: 17px;
    --w: 7px;
    --h: 4px;
}

#myModalAvis .block-parent .popup_right .feedback li div svg.eye.right {
    --l: 23px;
}

#myModalAvis .block-parent .popup_right .feedback li div svg.mouth {
    --s: var(--m, var(--normal-mouth));
    --l: 11px;
    --t: 23px;
    --w: 18px;
    --h: 7px;
}

#myModalAvis .block-parent .popup_right .feedback li div:before, #myModalAvis .block-parent .popup_right .feedback li div:after {
    content: "";
    z-index: var(--zi, 1);
    border-radius: var(--br, 1px);
    background: var(--b, var(--e, var(--normal-eye)));
    transition: background 0.4s;
}

#myModalAvis .block-parent .popup_right .feedback li.angry {
    --step-1-rx: -24deg;
    --step-1-ry: 20deg;
    --step-2-rx: -24deg;
    --step-2-ry: -20deg;
}

#myModalAvis .block-parent .popup_right .feedback li:hover span {
    display: block;
    opacity: 1;
}

#myModalAvis .block-parent .popup_right .feedback li.angry:hover span {
    background-color: #da1a21;
    top: -32px;
}

#myModalAvis .block-parent .popup_right .feedback li.angry:hover span:after {
    bottom: -3px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #da1a21;
}

#myModalAvis .block-parent .popup_right .feedback li.angry div:before {
    --r: 20deg;
}

#myModalAvis .block-parent .popup_right .feedback li.angry div:after {
    --l: 23px;
    --r: -20deg;
}

#myModalAvis .block-parent .popup_right .feedback li.angry div svg.eye {
    stroke-dasharray: 4.55;
    stroke-dashoffset: 8.15;
}

#myModalAvis .block-parent .popup_right .feedback li.angry.active {
    -webkit-animation: angry 1s linear;
    animation: angry 1s linear;
}

#myModalAvis .block-parent .popup_right .feedback li.angry.active div:before {
    --middle-y: -2px;
    --middle-r: 22deg;
    -webkit-animation: toggle 0.8s linear forwards;
    animation: toggle 0.8s linear forwards;
}

#myModalAvis .block-parent .popup_right .feedback li.angry.active div:after {
    --middle-y: 1px;
    --middle-r: -18deg;
    -webkit-animation: toggle 0.8s linear forwards;
    animation: toggle 0.8s linear forwards;
}

#myModalAvis .block-parent .popup_right .feedback li.sad {
    --step-1-rx: 20deg;
    --step-1-ry: -12deg;
    --step-2-rx: -18deg;
    --step-2-ry: 14deg;
}

#myModalAvis .block-parent .popup_right .feedback li.sad:hover span {
    background-color: #da1a21;
    bottom: -44px;
}

#myModalAvis .block-parent .popup_right .feedback li.sad:hover span:after {
    top: -3px;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #da1a21;
}

#myModalAvis .block-parent .popup_right .feedback li.sad div:before, .feedback li.sad div:after {
    --b: var(--active-tear);
    --sc: 0;
    --w: 5px;
    --h: 5px;
    --t: 15px;
    --br: 50%;
}

#myModalAvis .block-parent .popup_right .feedback li.sad div:after {
    --l: 25px;
}

#myModalAvis .block-parent .popup_right .feedback li.sad div svg.eye {
    --t: 16px;
}

#myModalAvis .block-parent .popup_right .feedback li.sad div svg.mouth {
    --t: 24px;
    stroke-dasharray: 9.5;
    stroke-dashoffset: 33.25;
}

#myModalAvis .block-parent .popup_right .feedback li.sad.active div:before, .feedback li.sad.active div:after {
    -webkit-animation: tear 0.6s linear forwards;
    animation: tear 0.6s linear forwards;
}

#myModalAvis .block-parent .popup_right .feedback li.ok {
    --step-1-rx: 4deg;
    --step-1-ry: -22deg;
    --step-1-rz: 6deg;
    --step-2-rx: 4deg;
    --step-2-ry: 22deg;
    --step-2-rz: -6deg;
}

#myModalAvis .block-parent .popup_right .feedback li.ok:hover span {
    background-color: #f1a841;
    top: -32px;
}

#myModalAvis .block-parent .popup_right .feedback li.ok:hover span:after {
    bottom: -3px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #f1a841;
}

#myModalAvis .block-parent .popup_right .feedback li.ok div:before {
    --l: 12px;
    --t: 17px;
    --h: 4px;
    --w: 4px;
    --br: 50%;
    box-shadow: 12px 0 0 var(--e, var(--normal-eye));
}

#myModalAvis .block-parent .popup_right .feedback li.ok div:after {
    --l: 13px;
    --t: 26px;
    --w: 14px;
    --h: 2px;
    --br: 1px;
    --b: var(--m, var(--normal-mouth));
}

#myModalAvis .block-parent .popup_right .feedback li.ok.active div:before {
    --middle-s-y: .35;
    -webkit-animation: toggle 0.2s linear forwards;
    animation: toggle 0.2s linear forwards;
}

#myModalAvis .block-parent .popup_right .feedback li.ok.active div:after {
    --middle-s-x: .5;
    -webkit-animation: toggle 0.7s linear forwards;
    animation: toggle 0.7s linear forwards;
}

#myModalAvis .block-parent .popup_right .feedback li.good {
    --step-1-rx: -14deg;
    --step-1-rz: 10deg;
    --step-2-rx: 10deg;
    --step-2-rz: -8deg;
}

#myModalAvis .block-parent .popup_right .feedback li.good:hover span {
    background-color: #77b350;
    bottom: -31px;
}

#myModalAvis .block-parent .popup_right .feedback li.good:hover span:after {
    top: -3px;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #77b350;
}

#myModalAvis .block-parent .popup_right .feedback li.good div:before {
    --b: var(--m, var(--normal-mouth));
    --w: 5px;
    --h: 5px;
    --br: 50%;
    --t: 22px;
    --zi: 0;
    opacity: 0.5;
    box-shadow: 16px 0 0 var(--b);
    filter: blur(2px);
}

#myModalAvis .block-parent .popup_right .feedback li.good div:after {
    --sc: 0;
}

#myModalAvis .block-parent .popup_right .feedback li.good div svg.eye {
    --t: 15px;
    --sc: -1;
    stroke-dasharray: 4.55;
    stroke-dashoffset: 8.15;
}

#myModalAvis .block-parent .popup_right .feedback li.good div svg.mouth {
    --t: 22px;
    --sc: -1;
    stroke-dasharray: 13.3;
    stroke-dashoffset: 23.75;
}

#myModalAvis .block-parent .popup_right .feedback li.good.active div svg.mouth {
    --middle-y: 1px;
    --middle-s: -1;
    -webkit-animation: toggle 0.8s linear forwards;
    animation: toggle 0.8s linear forwards;
}

#myModalAvis .block-parent .popup_right .feedback li.happy div {
    --step-1-rx: 18deg;
    --step-1-ry: 24deg;
    --step-2-rx: 18deg;
    --step-2-ry: -24deg;
}

#myModalAvis .block-parent .popup_right .feedback li.happy:hover span {
    background-color: #77b350;
    top: -45px;
}

#myModalAvis .block-parent .popup_right .feedback li.happy:hover span:after {
    bottom: -3px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #77b350;
}

#myModalAvis .block-parent .popup_right .feedback li.happy div:before {
    --sc: 0;
}

#myModalAvis .block-parent .popup_right .feedback li.happy div:after {
    --b: var(--m, var(--normal-mouth));
    --l: 11px;
    --t: 23px;
    --w: 18px;
    --h: 8px;
    --br: 0 0 8px 8px;
}

#myModalAvis .block-parent .popup_right .feedback li.happy div svg.eye {
    --t: 14px;
    --sc: -1;
}

#myModalAvis .block-parent .popup_right .feedback li.happy.active div:after {
    --middle-s-x: .95;
    --middle-s-y: .75;
    -webkit-animation: toggle 0.8s linear forwards;
    animation: toggle 0.8s linear forwards;
}

#myModalAvis .block-parent .popup_right .feedback li:not(.active) {
    cursor: pointer;
}

#myModalAvis .block-parent .popup_right .feedback li:not(.active):active {
    transform: scale(0.925);
}

#myModalAvis .block-parent .popup_right .feedback li.active {
    --sb: var(--active);
    --sh: var(--active-shadow);
    --m: var(--active-mouth);
    --e: var(--active-eye);
}

#myModalAvis .block-parent .popup_right .feedback li.active div {
    -webkit-animation: shake 0.8s linear forwards;
    animation: shake 0.8s linear forwards;
}

#myModalAvis .block-parent .popup_right .feedback li span:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translateX(-50%) rotate(45deg);
}

@-webkit-keyframes shake {
    30% {
        transform: perspective(240px) rotateX(var(--step-1-rx, 0deg)) rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg)) translateZ(10px);
    }

    60% {
        transform: perspective(240px) rotateX(var(--step-2-rx, 0deg)) rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg)) translateZ(10px);
    }

    100% {
        transform: perspective(240px) translateZ(4px);
    }
}

@keyframes shake {
    30% {
        transform: perspective(240px) rotateX(var(--step-1-rx, 0deg)) rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg)) translateZ(10px);
    }

    60% {
        transform: perspective(240px) rotateX(var(--step-2-rx, 0deg)) rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg)) translateZ(10px);
    }

    100% {
        transform: perspective(240px) translateZ(4px);
    }
}

@-webkit-keyframes tear {
    0% {
        opacity: 0;
        transform: translateY(-2px) scale(0) translateZ(0);
    }

    50% {
        transform: translateY(12px) scale(0.6, 1.2) translateZ(0);
    }

    20%, 80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1) translateZ(0);
    }
}

@keyframes tear {
    0% {
        opacity: 0;
        transform: translateY(-2px) scale(0) translateZ(0);
    }

    50% {
        transform: translateY(12px) scale(0.6, 1.2) translateZ(0);
    }

    20%, 80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1) translateZ(0);
    }
}

@-webkit-keyframes toggle {
    50% {
        transform: translateY(var(--middle-y, 0)) scale(var(--middle-s-x, var(--middle-s, 1)), var(--middle-s-y, var(--middle-s, 1))) rotate(var(--middle-r, 0deg));
    }
}

@keyframes toggle {
    50% {
        transform: translateY(var(--middle-y, 0)) scale(var(--middle-s-x, var(--middle-s, 1)), var(--middle-s-y, var(--middle-s, 1))) rotate(var(--middle-r, 0deg));
    }
}

@-webkit-keyframes angry {
    40% {
        background: var(--active);
    }

    45% {
        box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
    }
}

@keyframes angry {
    40% {
        background: var(--active);
    }

    45% {
        box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
    }
}

#myModalAvis .block-parent .popup_right .block_nature {
    display: none;
    margin-top: 15px;
    font-size: 12px;
    width: 100%;
    color: #000;
}

#myModalAvis .block-parent .popup_right .block_nature .block_nature_message {
    margin-bottom: 5px;
}

#myModalAvis .block-parent .popup_right .block_nature select {
    width: 100%;
    padding: 8px 3px;
    border-radius: 5px;
    border-color: #ced4da;
    color: #2b2b2b;
}

#myModalAvis .block-parent .popup_right .block_message {
    display: none;
    font-size: 12px;
    width: 100%;
    margin-top: 15px;
}

#myModalAvis .block-parent .popup_right .block_message textarea {
    width: 100%;
    border-radius: 5px;
    border-color: #ced4da;
    padding: 7px 7px;
    color: #2b2b2b;
}

#myModalAvis .block-parent .popup_right .block_message .message_change {
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
}

#myModalAvis .block-parent .popup_right .block_message .message_attent {
    font-size: 10px;
    color: #000;
    position: relative;
    font-style: italic;
}

#myModalAvis .block-parent .popup_right .block_message .informations_message {
    display: none;
    position: absolute;
    left: 105px;
    top: -22px;
    padding: 15px 20px;
    background: #fff;
    width: 100%;
    color: #000;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

#myModalAvis .block-parent .popup_right .message_oblig {
    font-size: 9px;
    color: #000;
    font-style: italic;
    margin-top: 9px;
}

#myModalAvis .block-parent .popup_right .submit_formulaire {
    display: flex;
    justify-content: space-between;
}

#myModalAvis .block-parent .popup_right .bouton_Soumettre button {
    background-color: #dc1c1e;
    border-color: #dc1c1e;
    transition: all 0.3s ease-in-out;
}

#myModalAvis .block-parent .popup_right .bouton_Soumettre button:hover {
    background: #fc3537;
    border-color: transparent;
}

#myModalAvis .block-parent .popup_right .close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
}

#myModalAvis .block-parent .popup_right .close-btn button {
    border: none;
    background-color: transparent;
}

#myModalAvis .block-parent .popup_right .close-btn button:after {
    content: 'X';
    font-weight: 300;
    font-family: Arial, sans-serif;
}

#myModalAvis .block-parent .popup_right .scrollbar {
    float: left;
    max-height: 85px;
    width: 100%;
    overflow-y: scroll;
    font-size: 12px;
    color: #000;
    font-style: normal;
    padding-right: 1px;
}

#myModalAvis .block-parent .popup_right .force-overflow {
    min-height: 10px;
}

#myModalAvis .block-parent .popup_right #wrapper {
    width: 100%;
    margin: auto;
}

#myModalAvis .block-parent .popup_right #style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#myModalAvis .block-parent .popup_right #style-3::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

#myModalAvis .block-parent .popup_right #style-3::-webkit-scrollbar-thumb {
    background-color: #dc1c1e;
}

#myModalAvis .block-parent .popup_right .block_remercions {
    display: none;
    font-size: 13px;
    color: #000;
}

#myModalAvis .block-parent .popup_right .block_button_retour {
    display: none;
}

#myModalAvis .block-parent .popup_right .block_button_retour .btn {
    position: absolute;
    right: 25px;
    bottom: 25px;
    background: #dc1c1e;
    transition: all 0.3s ease-in-out;
    color: #fff;
    border-color: transparent;
}

#myModalAvis .block-parent .popup_right .block_button_retour .btn:hover {
    background: #fc3537;
    border-color: transparent;
}

@media (max-width: 767px) {
    .block-parent .popup_left {
        display: none !important;
    }

    .block-parent .popup_right {
        width: 100% !important;
        border-bottom-right-radius: 0px !important;
        border-top-right-radius: 0px !important
    }

    .block_remercions {
        font-size: 10px;
    }

    .informations_message {
        width: 77% !important;
    }
}

/*End Avis satisfaction*/
.tel-top {
    display: inline-block;
    width: 46px;
    height: 46px;
    background-color: var(--color1);
    border-radius: 46px;
    position: fixed;
    font-family: var(--font_family_2);
    bottom: 44px;
    left: 50px;
    z-index: 9999;
}

.tel-top:hover {
    /* background-color: var(--color2); */
}

.tel-top p.callTracker2 {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer
}

.tel-top p.callTracker2 span.t_affiche {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 0;
    z-index: 10
}
.tel-top:hover {
    /* background-color: var(--color2); */
}

.tel-top p.callTracker2.active span.t_phone {
    transform: translateY(0)
}
.tel-top p.callTracker2 span.t_phone::before {
    content: '';
    width: 20px;
    height: 12px;
    background: var(--color2);
    display: block;
    position: absolute;
    left: 28px;
    bottom: -5px;
    transform: rotate(150deg);
    z-index: -1
}
.callTracker2.active .t_phone {
    opacity: 1;
    display: inline-block
}

.callTracker2.active .t_affiche {
    opacity: 0;
    display: none
}

.tel-top .icones {
    width: 26px;
    height: 26px;
    fill: var(--color0);
    margin: 9px 0 0px 9px;
}


.callTracker2 .t_phone {
    opacity: 0;
    display: none
}

.callTracker2 .t_affiche {
    cursor: pointer
}

.tel-top p.callTracker2 span.t_phone {
    z-index: 11;
    position: absolute;
    display: inline-block;
    height: auto;
    background: var(--color1);
    font-size: 21px;
    color: var(--color0);
    min-width: auto;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 6px;
    top: -53px;
    left: 0;
    transform: translateY(20px)
}
.tel-top p.callTracker2 span.t_phone::before {
    content: '';
    width: 20px;
    height: 12px;
    background: var(--color1);
    display: block;
    position: absolute;
    left: 28px;
    bottom: -5px;
    transform: rotate(150deg);
    z-index: -1
}
.tel-top p.callTracker2.active span.t_phone {
    transform: translateY(0)
}

..tel-top p.callTracker2 span.t_phone::before {
    content: '';
    width: 20px;
    height: 12px;
    background: var(--color2);
    display: block;
    position: absolute;
    left: 28px;
    bottom: -5px;
    transform: rotate(150deg);
    z-index: -1
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.pulse:after,.pulse:before {
    content: '';
    display: block;
    position: absolute;
    border: 1vh solid var(--color1);
    left: -27px;
    right: 0;
    top: -26px;
    bottom: 0;
    border-radius: 100px;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    width: 100px;
    height: 100px
}

.pulse:after {
    animation-delay: .5s
}

@keyframes animate {
    0% {
        transform: scale(.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
/************* Atout AT *****************/
.atout-container {
            /* overflow: hidden; */
            display: flex;
            margin: 20px;
        }
        .atout-image {
            flex: 2.2;
            background: url('../images/bg-atout-1.png') no-repeat center center;
            background-size: contain;
            margin-bottom: -15em;
        }
        .atout-content {
            flex: 2;
            /* padding: 2em 4% 3em; */
        }
        .atout-content h2 {
            color: var(--color1);
            margin-bottom: 20px;
            text-align: left;
        }

.atout-AT h2.h1 {
    margin-bottom: 38px;
}

.atout-content .titre-secondaire {
    text-align: left;
}
        .atout-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        .atout-item {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 17px;
            text-align: center;
            padding: 30px;
            padding-left: 0;
            /* background: var(--bg-facultatif); */
            border-radius: var(--border-radius);
        }

span.img-atout {
    width: 75px;
}
        .atout-item i {
            font-size: 30px;
            color: #27ae60;
            margin-bottom: 10px;
        }
        .atout-item h3 {
            margin: 0;
            color: var(--color1);
            margin-bottom: 10px;
            text-align: left;
            width: 100%;
        }
        .atout-item p {
            margin: 0;
            color: #000;
            text-align: left;
        }
    /***********************************************/
@media(max-width: 1530px) {
    .body-page-1 .slogan .titre{
    font-size: 70px;
}
    .slogan .sous-titre{
    font-size: 21px;
}
.atout-image{
    display:none;
}
    .intervention{
    padding: 4em 0%;
}
    .fluid-contenu .corps {
    padding: 4em 5% 4em;
}
    .atout-AT {
    padding: 2em 5% 4em;
}
.engegements-content {
    padding: 0 5%;
}
    .realisations,.AvisClientsBg {
    padding: 3em 3% 5em;
}
    .intervention .contenu {
    padding: 0 5%;
    color: var(--color2);
    font-size: 17px;
}
    .pied .bande1 {
    padding: 5rem 5% 5rem;
}
    .prestation h2.h1 {
    font-size: 20px;
    margin-bottom: 43px;
}
}