:root {
    --color0: #ffffff;
    /** arriere plan du site + encarts**/
    --color00: #8ec3f1;
    --color1: #24527A;
    --color11: #0a253c;
    --nuanceColor1: #24527A;
    --color2: #1B1B1B;
    --color3: #5A5A5A;
    --color4: #0f1e2c;
    --bg-facultatif: #F4F6F8;
    --font_family_1:'DMSans-Regular';
    --font_family_2:'Gilroy-ExtraBold';
    --font_family_3:'DMSans-Regular';
    --font_body:'DMSans-Regular';
    --font_rounded:'DMSans-Regular';
    --color_bg:linear-gradient(177.68deg, #010B08 1.55%, #173730 99.9%);
    --taille_font: 16px;
    --border-radius: 5px;
}


.download-button-AB {
  display: block;
  width: 100%;
  text-decoration: none;
  margin: 10px 0;
}

.download-btn-AB {
  background-color: var(--color1);
  border: none;
  border-radius: 5px;
  width: 60%;
  padding: 15px 20px;
  font-family: var(--font_family_1);
  font-size: 18px;
  /* font-weight: bold; */
  color: var(--color0);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 auto 6em;
}

.download-btn-AB:hover {
  /* background-color: #9DCCAF; */
  transform: translateY(-2px);
  /* box-shadow: 0 4px 8px rgba(0,0,0,0.15); */
}

.offer-text-AB {
  font-weight: normal;
  font-size: 15px;
  color: #ffffffa1;
}

/***/

.map1:hover path, .map1.active path {
    fill: rgb(109 161 206);
}
.map1:hover .icon-ville, .map1.active .icon-ville {
    fill: rgb(190, 52, 53);
}
.map2 div {
    height: 91% !important;
}


.teams {
    display: flex;
    width: 100%;
    justify-content: space-between;
    /* margin-top: 8vh; */
    position: relative;
    z-index: 1;
}

.teams .adr {
    display: none;
    width: 100%;
    position: relative;
    z-index: 10;
}


 .partie0.partie-0 {
    padding: 4em 11vw 0em;
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
}

.partie0.partie-0 p {
    color: var(--color2);
    padding-bottom: 1em;
    font-size: 1.1em;
    opacity: 0.8;
}

.map .fleche-contact {
    flex-basis: 24%;
}

.horaire1 {
    margin: 4vh 0px 0px;
}

.horaire1 h5 {
    margin: 0px 0px 0.5vh;
    font-family: var(--font_family_1);
    color: var(--color2);
}

.horaires .horaire-table {
    margin: -20px 0px 0px !important;
}

.part-2 .address, .part-2 .horaires {
    opacity: 0.8;
    font-size: var(--taille_font);
}

.fleche-contact {
    padding: 1vh 1vw;
    margin-top: -25vh;
}



.partie0.partie-0 .item-description {
    color: var(--color0transparent2);
    flex-basis: 50%;
    flex-grow: 1;
    display: block;
    position: relative;
    font-size: calc(var(--font-title) - 2rem);
}

.map {
    flex-basis: 36%;
    flex-grow: 1;
    display: block;
    position: relative;
    padding: 10px 0%;
    width: 100%;
}

.map svg, .map img {
    width: 94%;
}

.map .coordonnees1 {
    display: none;
}

.coordonnees1 {
    z-index: 1000;
    box-sizing: border-box;
    position: relative;
    bottom: 0px;
    column-gap: 2vw;
    border-radius: 0px;
    padding: 0px;
    color: var(--color2);
    display: flex;
    align-items: center;
    place-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 3em;
}

.coordonnees1 h4 {
    color: var(--color4);
}

.coordonnees1 iframe {
    border-radius: var(--border-radius);
}

.part-2 h4 {
    color: var(--color2);
}

.sitename {
    color: rgb(65, 74, 94);
    font-family: var(--font_family_3);
    font-size: var(--font-size);
    margin: 0px 0px 8px;
    display: block;
    width: 100%;
    position: relative;
    float: left;
}

.logo2 {
    margin: 0px 15px 0px 0px;
}

.tel-22 {
    color: var(--color2);
    margin: 1em 0px 0.5em;
    font-size: var(--taille_font);
}

.tel-22 i {
    color: var(--color1);
    margin-right: 10px;
}

.sitename span {
    display: block;
    float: left;
    width: 100%;
    color: var(--color0);
}

.sitename img {
    float: left;
    display: block;
    position: relative;
    object-fit: contain;
    margin: -18px 0px 0px -10px;
}


/****/

.swiperBtnCont {
    position: relative;
    z-index: 1111;
}

.swiper-pagination-bullet-active {
    background: var(--color1);
}
.section-1 img {
    height: 360px !important;
    width: auto;
    border-radius: var(--border-radius);
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -42px;
}


.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper {
    overflow: hidden;
    width: 100%;
}
.alert.alert-warning-prepwebserver-custom.alert-dismissable {
    display: none;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: rgb(235 235 235);
}

::-webkit-scrollbar-thumb {
    background-color: var(--color2);
    border-radius: 10px;
    border: 2px solid rgb(219, 219, 219);
}
.contenu p:first-child {
    font-size: 21px;
    font-family: var(--font_rounded);
    line-height:30px
}

/*Fleche directionnelle swiper*/
i.fas.fa-chevron-left.droite {
    /* left: 17vw; */
    /* position: relative; */
    /* bottom: 6vh; */
}

i.fas.fa-chevron-right.gauche {
    /* right: 17vw; */
    /* position: relative; */
    bottom: 6vh;
}
/**/

html,body {
    height: 100%
}
.body-page-1 .corps {padding: 0;}
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#menu_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    color: white;
    margin: 0;
    flex-wrap: wrap;
    font-family: var(--font_family_2);
}
.body-copyright .corps {
    /* background: linear-gradient(283deg, #173730 1.55%, #010B08 99.9%); */
}

.contenu>p+p {font-family: var(--font_rounded);}

.contenu>p {
    font-family: var(--font_rounded);
}

.gallery h2 {
    font-family: var(--font_family_2);
}

ul#menu_footer li a:hover {
    color: #3bb397;
    transition: color 300ms ease-out;
}
.h1 b {
    font-weight: inherit;
}

.h1 b:after {
    content: '';
    position: absolute;
    z-index: 10;
    border-bottom: 3px solid #3BB397;
    width: 25px;
    left: 55%;
    bottom: -5px;
}
ul#menu_footer li a {
    color: var(--color3);
    text-decoration: none;
    font-size: 17px;
    font-weight: normal;
    padding: 0 8px;
    font-family: var(--font_family_1);
}
.contenu > p> span {
    font-weight: initial;
    font-size: 20px !important;
    font-family: var(--font_family_1);
    color: var(--color3);
}
ul li,ol li {
    padding-left: 0;
    position: relative;
}
ul.header-txt-list > li > p {font-family: var(--font_body);}

ul.header-txt-list > li > h4 {
    color: #5ADFC0;
    font-family: var(--font_family_2);
}
ul li:before {
    display: inline-block;
    content: "\f054";
    position: absolute;
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    left: -15px;
    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
}

main,section,article,aside,footer,header,nav,hgroup {
    display: block
}

iframe {
    border: none
}

[data-anim] {
    opacity: 0
}

.bouton_action a:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    width: 134%;
    left: 0;
    transition: all 400ms ease;
    border-right: 50px solid transparent;
    border-bottom: 80px solid var(--color1);
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.bouton_action a:hover:before{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    animation: anima 0.7s 1;
}
@keyframes anima{
  0%{
    left: -10%;

  }
  50%{
    left: 0%;

  }
  100%{
    left: 0%;
  }
}
.row {
    margin-right: 0!important;
    margin-left: 0!important
}

.row.formule-num-2,.row.formule-num-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}


.row.paddingContact {
    padding: 30px 30px 70px;
}

.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
}
h3.h {
    color: var(--color2);
}

.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);
}

.one-service img {
    height: 260px;
    border-radius: var(--border-radius);
}

.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(--color0);
    font-family: var(--font_body);
    font-size: var(--taille_font);
    background: var(--color0);
}

.body-copyright {
    color: var(--color2);
}

.mapAB {
    padding: 3em 10% 4em;
    text-align: center;
}

.mapAB p {
    color: var(--color3);
    font-size: 1.3em;
}

span.card-desc {
    color: var(--color3);
    display: none;
}

.leftAB p {
    font-size: 1.2em;
}

.bande1 {background: var(--color0);padding-bottom: 2em;}

.corps {
    padding: 3rem 10%;
}

.body-sitemap .corps {
    background-color: var(--color0);
}

.recup-photos.div-principale {
    position: relative;
    padding: 0 30px;
    background: none;
}

.gallery-galerie {
    padding: 3rem 0;
}
.galerie-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
    left: 0;
}
.swiper-button-prev-externe, .swiper-button-next-externe {
    /* background: var(--color1); */
    height: 20px;
    width: 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 12px; */
    color: var(--color1);
}
.gallery {
    padding: 6rem 0;
    background: var(--bg-facultatif);
    position: relative;
}
.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%;transition: all .4s ease;}
.recup-photos .propor{width:100%;position:relative;margin-bottom:10px;border-radius:var(--border-radius);overflow:hidden;transition: all .4s ease;/* border-radius: 25px; */}
.recup-photos .propor:after{padding-top:78%;display:block;content:'';}
.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: 0;left: -100%;opacity:0;filter:alpha(opacity=0);width:100%;height:100%;transition: all .4s ease;background-color: var(--color0);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)}

.aussi {
    text-align: center;
    color: var(--color1);
    font-family: var(--font_family_2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.aussi:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    background: var(--color0);
    z-index: -1;
}

.aussi >p {
    background: white;
    display: inline-block;
    margin: 0;
    padding: 10px;
    /* background: #236b5938; */
    border-radius: 25px;
}

.contenu ul li {
    font-weight: bold;
}

.section-item {
    text-align: center;
    padding: 50px 20px;
}

span.section-item-icon {
    display: block;
    width: 64px;
    height: 64px;
    border: 1px solid #236b5938;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: #ffF;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background: #236b5938;
    border-radius: 25px;
}
p.section-item-desc {font-family: var(--font_family_1);}

span.section-item-icon:hover {
    text-decoration: none;
    transform: scale(1.09);
}

span.section-item-icon i {
    font-size: 25px;
    color: #3BB397;
}

i.fa-solid.fa-shield-halved {}

p.section-item-chiffre {
    font-family: var(--font_family_2);
    font-size: 47px;
    color: var(--color1);
}

.section {
    padding: 6rem 0;
    background: var(--color0);
    position: relative;
}

.bouton_action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
  .bouton_action .callTracker {
      background: transparent;
      color: var(--color1);
      width: fit-content;
      padding: 10px 20px;
      font-size: 20px;
      margin-bottom: initial;
      height: 50px;
      padding-left: 20px;
      border: 1px solid var(--color1);
      cursor: initial;
      font-weight: 600;
  }
  .bouton_action a {
      /* margin-left: 10px; */
      background: transparent;
      padding: 16px 35px;
      font-size: 16px;
      color: white;
      text-decoration: none;
      transition: all .4s ease;
      font-weight: 700;
      border: 1px solid #3f8da8 !important;
      var(
      --color1: 48px);
  }
 
.bouton_action a.t_phone {
    background: transparent;
    border: 1px solid var(--color1);
    color: var(--color1);
    font-weight: 700;
    line-height: 1;
}

.bouton_action a.t_phone {
    text-decoration: none;
    padding: 19px 35px;
}
  .bouton_action i {
      transform: rotate(92deg);
      margin-right: 0;
      font-size: 14px;
  }
  
  .bouton_action span {
      text-align: center;
  }


div#fd-feedback-button {
    background: var(--color1);
}

div#contact-form {
    /* padding: 40px 0 80px; */
}



a,a:link,a:visited {
    color: var(--color2);
    text-decoration: underline
}

a.download-button-AB {
    text-decoration: none;
}


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_2);
    font-weight: 200;
}
.sitemap a {
    /* color: #fff; */
}

h1,.h1 {
    font-size: 30px;
    line-height: 34px;
    color: var(--color1);
    text-align: center;
    text-transform: initial;
    margin-bottom: 40px;
    position: relative;
}
.sitemap h1 {
    font-size: 2.5em;
}

.sitemap h1:before {
    content: "";
    width: 75px;
    background: var(--color1); 
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -37px;
    height: 2px;
}

.map-content span.titre-secondaire {
    color: white;
}

h1:before,.h1:before {
    content: "";
    width: 75px;
    /* background: var(--color1); */
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -37px;
    height: 2px;
}

h2,.h2 {
    font-size: calc(var(--taille_font) + 1rem);
}

.map-content h2.h1 {
    color: white;
}

h2 strong {
    color: var(--color1);
}

h3,.h3 {
    font-size: calc(var(--taille_font) + 0.7rem);
}

h4 {
    font-size: calc(var(--taille_font) + 0.4rem);
    color: var(--color3);
    font-family: var(--font_family_1);
}



h4.panel-title a {}

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: 20px;
    line-height: 30px;
    padding: 2px 0 0;
    margin: 0;
    font-weight: 200;
    color: var(--color3);
    text-align: center;
    margin-bottom: 0;
    display: block;
    font-family: var(--font_family_3);
    font-weight: 400;
    text-transform: initial;
}
.titre-secondaire:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    left: 50%;
    right: 50%;
    margin-left: -25px;
    background: var(--color1);
    bottom: -13px;
}

.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.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);
    /* background: var(--color1); */
}


a.bouton-principal,button.bouton-principal {
    text-align: left;
    font-family: var(--font_body);
    color: var(--color1);
    text-decoration: none;
    padding: 16px 35px;
    font-size: 14px;
    border: 0;
    border-radius: 48px;
    overflow: hidden;
    transition: .3s ease;
}



.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
}


.main-page {
    position: relative;
    overflow: hidden
}

.tete {
    position: relative;
    left: 0;
    right: 0;
    z-index: 9000;
    /* height: 110vh; */
    transition: .5s;
}

.header {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 30px 0%;
}

.tete .logo-site {
    margin: 0;
}

.tete .logo-site a {
    font-size: 15px;
    color: var(--color1);
    text-decoration: none;
    font-family: var(--font_family_1)
}

.tete .logo-site a svg * {
    fill: white;
}

.tete .logo-site a:focus,.tete .logo-site a:hover {
    color: var(--color1);
    text-decoration: none
}

.tete .logo-site a img {
    height: auto;
    width: 250px;
}

.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: var(--color1);
    border-radius: var(--border-radius);
    margin-right: 1rem;
    transition: .5s;
    white-space: nowrap;
}

.callTracker:not(.active):hover, .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);
}

.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: 0;
    display: flex;
}


.icone-share {
    display: none
}

.btn-partage .icones {
    width: 16px;
    margin: 0;
    height: 16px;
    padding: 0;
    position: relative;
    left: 0;
    fill: var(--color0);
}


h1.slogan:before,.h1.slogan:before {
    content: "";
    width: 0;
    height: 0;
    background: none;
    position: inherit;
    bottom: inherit;
    left: inherit
}
.banner-container {
    padding: 0 0 7rem;
}

.slogan .titre {
    font-size: 2.9em;
    font-family: var(--font_family_2);
    text-transform: initial;
    line-height: 126%;
}

.slogan .titre span {
    font-size: 48px
}

.slogan .sous-titre {
    font-size: 38px;
    font-family: var(--font_family_2);
    line-height: 126%;
    text-transform: initial;
    color: #5ADFC0;
}

 .slogan {
    text-align: left;
    width: 100%;
    padding: 2em 0% 20px;
    top: unset;
    position: relative;
    color: var(--color0);
    margin: 0;
    z-index: 2;
    margin-bottom: 2em;
}

ul.header-txt-list,ul.header-txt-list h4 {color: white;padding: 0;}

ul.header-txt-list {
    /* padding-left: 20px; */
    padding-top: 10px;
}

.header-txt-list li i {
			position:absolute;
			top:0px;
			left:0px;
			font-size:36px;
			line-height: 36px;
		}
.header-txt-list li {
		list-style-type:none;
		position:relative;
		min-height: 40px;
		padding: 0px 0px 10px 0;
	}
ul.header-txt-list li:before {
    content: none;
}

/* Formulaire header  */
.formulaire.header-form {
    border-radius: var(--border-radius);
    overflow: hidden;
    background: white;
    position: relative;
}

.header-form-heading {
    color: white;
    padding: 10px 20px;
    background: var(--color1);
    /* border-radius: 5px 5px 0 0; */
}

.header-form-heading p {
    font-size: 14px;
    line-height: 1.1;
}

.header-form-heading h3 {
    color: white;
    font-weight: normal !important;
}

.header-form-heading h3 i {
    margin-right: 7px;
}


.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)
}
.label-rgpd {
    color: #141414;
    font-size: 8px !important;
}

.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:nth-child(7) {
    overflow-y: scroll;
    position: absolute;
    bottom: 10px;
    height: 50px;
    overflow-y: scroll;
    left: 0;
    width: 98%;
}

.contact .formulaire .form-group .form-control {
    background: #ffffff9e;
    border: 1px solid #e4e4e4;
    box-shadow: none;
    border-radius: 0;
    width: 100%!important;
    font-size: inherit;
    color: var(--color2);
    border-radius: 5px;
}

.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
}

.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 {
    position: relative;
    float: right;
    padding-right: 70px;
    width: 100%;
}

.contact .formulaire .form-actions {
    font-size: 12px;
    color: #000;
}


/* Banniere */
.banniere {
    position: fixed;
    top: 0;
    margin-left: 0;
    height: 120vh;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.banniere:after {
    content: '';
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
}


.fluid-contenu {
    position: relative;
    z-index: 10;
    background: var(--color0);
}

.body-sitemap .fluid-contenu {
    background: var(--color);
}

.page-contenu-home {
    position: relative;
    display: block;
    padding: 4rem 13%;
}
/* Services  */
.services-home-content {
    position: relative;
    padding: 8rem 0%;
    background: var(--bg-facultatif);
}
.services-home-content .container {
    position: relative;
}
.btns-servAB {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 0px;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #fff;
    float: right;
    border-radius: 5px;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.btns-servAB .swiper-button-prev,.btns-servAB .swiper-button-next {
    position: relative;
    display: flex;
    height: 50px;
    width: 50px;
    background-color: var(--color1);
    align-items: center;
    justify-content: center;
    color: var(--color0);
    top: 0vh;
    border-radius: 25px;
}

.btns-servAB .swiper-button-next {
    right: -2px;
}

.btns-servAB .swiper-button-prev {
    left: -11px;
}
.one-service.item {
    text-align: center;
}

.one-service.item h3 {
    font-size: 20px;
    margin: 20px 0;
    font-family: var(--font_family_1);
    color: var(--color2);
}
.swiper.swiper-container-services {
    padding: 0px 0 50px;
}

/* Sections  */

.section-1,.section-2 {
    position: relative;
    padding: 6rem 0;
    background: var(--color0);
}

.section-1 .row-flex {
    flex-direction: row !important;
    align-items: center !important;
}

.section-1 h2 {
    text-align: left;
    margin-bottom: 1em;
}

.row.row-flex {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    padding: 4em 0;
    gap: 2em;
    color: var(--color0);
}

.section-1 .contenu {
    color: var(--color2);
}

.row.row-flex:before, .row.row-flex:after {
    display: none;
}

header .row.row-flex {
    padding-bottom: 70px;
}

.section-1 img,.section-2 img {
    height: 500px;
    /* object-fit: contain; */
}

/* Temoignages */
.AvisClientsBg {
    position: relative;
    z-index: 8000;
    text-align: center;
    padding: 3em 0% 6em;
    /* background: url(../images/tourEiffel.jpeg); */
    background-attachment: fixed;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: var(--bg-facultatif);
}

.AvisClientsBg h2 {
    margin-bottom: 50px;
}

p.avisContent {
    color: var(--color3);
    font-size: 20px;
    line-height:32px;
    font-style:italic;
    position: relative;
    z-index: 111;
}
.tem-bloc i {
    display: block;
    color: var(--color1);
    font-size:54px;
    text-align:center;
    margin-bottom:15px;
}

.tem-bloc {
    padding: 0 10%;
}

.tem-bloc .tem-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 40px auto 20px;
}
.AvisClientsBg .swiper-button-prev,.AvisClientsBg .swiper-button-next {
    /* display: none; */
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-prev, .swiper-button-next {
    color: var(--color1);
}

.swiper-button-next {
    right: 0;
}

.AvisClientsBg .swiper-button-prev i, .AvisClientsBg .swiper-button-next i {
    color: var(--color1);
}
/* Stats  */

.stats {
    position: relative;
    padding: 5rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.stats:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: black; */
    opacity: 0.4;
}
.affa-counter-txt {
    color: white;
    text-align: center;
}

.affa-counter-txt h4 {
    color: white;
    font-size: 54px;
}

.affa-counter-txt p {
    font-size: 22px;
}

.affa-counter-txt i {
    font-size: 64px;
    margin-bottom: 30px;
}

/*  Pricing */

.pricing {
    padding: 8rem 0 5rem;
    background: white;
    z-index: 9;
    position: relative;
}

.pricing .item {
    text-align: center;
    border: 1px solid #e9e9e9;
    /* padding: 30px; */
    margin-bottom: 30px;
    border-radius: 4px;
}

.pricing .item .description {
    padding: 40px 20px;
    display: block;
}

.pricing .item .item-btn {
    padding: 30px 0;
    background: #f6f8f9;
}

.pricing .item .titre {
    display: block;
    font-family: var(--font_family_3);
    padding: 30px 0 20px;
    color: var(--color2);
    font-size: 22px;
    text-transform: uppercase;
}

.pricing .item .prix-item {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: var(--color1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex-direction: column;
}

.pricing .item .prix-item .prix-number {
    font-weight: bold;
    font-family: var(--font_family_3);
    font-size: 35px;
    line-height: 35px;
}
/* FAQ  */

.faq {
    position: relative;
    background: #f6f8f9;
    padding: 8rem 0;
} 

.faq-flex {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    padding: 0 0 40px;
}

.faq-flex>div {
    width: 45%;
}

.panel.panel-accordion-primary {
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
}

div#accordion-primary {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
h4.panel-title a {
    display: inline-block;
    width: 100%;
    color: var(--color1);
    padding: 15px 35px 15px 20px;
}
h4.panel-title a:hover{
    text-decoration: none
}
a:focus{
    outline: none;
}
h4.panel-title a.collapsed {
    color: #515151;
}

span.glyphicon.glyphicon-plus.pull-right {
    position: absolute;
    right: 15px;
    top: 16px;
}
.panel-heading:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -6px;
    background: #8080804d;
    height: 1px;
}

.panel-accordion-primary > .panel-heading a.collapsed .glyphicon-plus::before{content:"\2b";}
.panel-accordion-primary > .panel-heading a .glyphicon-plus::before{content:"\2212";}

.panel-heading {
    position: relative;
    padding: 0;
}
/* Map  */

.map-content {
    position: absolute;
    width: 100%;
    height: 101%;
    background: rgb(27 133 109/ 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}

.map-content.active {
    opacity: 1;
    visibility: visible;
}

.map-container iframe {
    width: 100%;
    margin: 0;
}

.map {
    position: relative;
    padding: 0;
    background: var(--color0);
}

a.map-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #236b5938;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 30px;
    color: var(--color0);
    margin: -30px 0;
    background: var(--color1);
}

/*  */

.pied {
    position: relative;
    z-index: 9;
    background: var(--color0)
}


.pied .bande2 {
    padding: 10px 0%;
    background: var(--bg-facultatif);
}

.pied .copyright-footer {
    margin: 5px 0 0;
    text-align: left;
}

#logoFD svg * {
    fill: var(--color3);
}

#logoFD svg {
    width: 210px;
}

.pied .btn-like {
    padding: 20px 0 0
}

.pied .btn-partage {
    text-align: right;
    padding: 25px 0 0;
    display: flex;
    justify-content: flex-end;
    display: none !important;
}

.abLogo {
    display: flex;
    justify-content: center;
    padding: 1em 0;
}
a#logoFD img {
    filter: brightness(0.6);
    width: 11em;
    text-align: center;
}


.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(--color0)
}

.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%
}
ul#menu_footer li:before {
    display: none;
}

.scrollbar-path-vertical,.scrollbar-path-horizontal,.scrollbar-handle {
    border-radius: 5px
}

.scrollbar-content {
    padding: 0 30px 0 0;
    float: none!important
}

@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
    }
}


.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: initial;
    background-color: var(--color1);
    color: var(--color0);
    text-align: left;
    border-radius: var(--border-radius);
    font-size: 16px;
    border: none;
    text-decoration: none;
    transition: all 400ms ease;
    background-size: 21px auto;
    background-position: left 95% center;
    background-image: url(../images/ico-envoyer.svg);
    background-repeat: no-repeat;
    border-radius: 25px;
}

.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(--color2)!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
}


.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 44px
}

.remonter button {
    display: block;
    padding: 6px 9px;
    text-align: center;
    border: none;
    background: rgba(0,0,0,0.05);
    border-radius: 3px
}

.remonter button:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color1)
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color1)
}

.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)
}



.pied .btn-partage .icones {
    fill: var(--color3);
}

.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);
}

.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) {
    .swiper.swiper-container-services .swiper-button-prev,.swiper.swiper-container-services .swiper-button-next{display:none;}
    .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) {
    .download-btn-AB{
        width:80%;
    }
     .mapcontact img {
        display: none;
    }

   .text-team {
        margin-top: -14vh;
        padding: 1vh 5vw;
    }

    .coordonnees1 {
        display: block;
    }

    .map2 {
        display: block;
        height: 200px;
        margin: 0px 0px 4vh;
    }

    .map2 div {
        position: relative;
        height: 200px !important;
        width: 100% !important;
    }

.map2 div iframe {
    width: 100%;
    height: 100%;
}

    .partie0.partie-0 {
        column-gap: 0px;
        margin-top: 0px;
        padding: 5vh 3vw;
        display: inline-table !important;
    }

    .body-contact .photosite {
        max-width: 100%;
        width: 100%;
        float: left;
    }

    .contact .description-contact {
        display: block;
        margin: 0px;
    }

    .partie3::after, .partie-3::after, .partie3::before, .partie-3::before {
        display: none;
    }

    .text-realisation {
        display: block;
    }

    .row-flex {
        display: block;
    }

    h2.heading-style {
        display: none;
    }

    .bloc2 {
        padding: 4px 0vw;
    }

    .row-flex .item {
        width: 100%;
    }

    .swiper.swiper-container-services{
        padding: 0 30px 0px;
        position: relative;
    }
    .row.formule-num-2, .row.formule-num-1{/* flex-direction:column; */}

.row.formule-num-2 >div, .row.formule-num-1 >div {
    width: 50%;
}
    .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;
        white-space: normal;
    }

    .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
    }


    .banniere {
        height: 140vh;
        background-position: center;
    }

    .pied .bande1 {
        padding: 10px 2% 10px;
    }

    .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
    }

.services-home-content {
    padding: 4rem 0;
}

    .slogan {
        width: 100%;
        left: 0;
        /* padding: 0 15px; */
        top: auto;
        text-align: center;
    }


.row.row-flex {
    /* flex-direction: column-reverse; */
    padding: 40px 0;
}

header .row.row-flex {
    flex-direction: column;
}

.section-1 img, .section-2 img {
    height: unset;
    width: 830px;
    object-fit: contain;
    object-position: bottom;
}

.section-2 .row.row-flex {
    padding: 40px 0 0;
}

.header-txt-list li {
    padding: 0px 0px 20px 60px;
}

    .slogan .titre {
        font-size: 26px;
        line-height: 34px;
    }

    .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: 0 0;
    }

    .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;
    }

    .bande_contact_footer .row1 {
        padding: 5rem 11%;
    }

    .contact .tab-formulaire {
        padding: 5rem 10%;
    }

    .livre-elements {
        padding: 0 0;
    }
    ul.header-txt-list{padding: 60px 0 0;}
}

@media (max-width: 767px) {
    
    .pied .copyright-footer{text-align:center}
    .btns-servAB {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 0px;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10%;
    float: none !important;
    position: static;
    transform: none;
}

ul#menu_footer {
    justify-content: center;
    padding: 10px 0;
}
    .row.row-flex{
    flex-direction: column !important;
    padding: 0;
}

.leftAB {
    padding-bottom: 4em;
}
        .row.formule-num-2, .row.formule-num-1{flex-direction:column;}
.row.formule-num-2 >div, .row.formule-num-1 >div {
    width: 90%;
}
    
    .faq-flex{flex-direction:column}

.faq-flex>div {
    width: 100%;
}

.panel.panel-accordion-primary {
    margin: 0 0 20px;
}
    .section-1 .row.row-flex{
        flex-direction: column;
        gap: 20px;
        position: relative;
        top: -8vh;
    }

.section-2 .row.row-flex {
    flex-direction: column;
    padding: 0;
}
    .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: 23px;
        line-height: 30px;
    }

.aussi >p {
    margin-bottom: 20px;
}

.aussi:before {
    top: 21px;
}

    .titre-secondaire {
        font-size: 14px;
        line-height: 26px;
    }

     .slogan {

        padding: 20px 0 20px;
    }

.header {
    justify-content: center;
    padding: 20px 0 10px;
}

.header-txt-list li {
    padding: 35px 0 15px;
    text-align: center;
}

div#contact-form {
    padding: 30px 0 30px;
    width: 100% !important;
}

.header-form {
    width: 100% !important;
}

ul.header-txt-list {
    padding: 30px 0;
}

.header-txt-list li i {
    left: 50%;
    line-height: 1;
    transform: translateX(-50%);
    font-size: 35px;
}

    .slogan {
        text-align: center
    }

    .slogan .titre {
        font-size: 23px;
        line-height: 24px
    }

    .slogan .titre span {
        font-size: 23px
    }

    .slogan .sous-titre {
        font-size: 17px;
        line-height: 17px
    }

   

    .AvisClientsBg {
        padding: 3rem 0 6rem;
    }

.section-1, .section-2 {
    padding: 0rem 0;
}

.section-item {
    padding: 0;
}

.faq {
    padding: 3rem 0 5rem;
}

p.avisContent {
    font-size: 15px;
    line-height: 22px;
}

.affa-counter-txt h4 {
    font-size: 40px;
    margin: 5px 0;
}

.affa-counter-txt p {
    margin-bottom: 40px;
    font-size: 20px;
}

.stats .row >div:last-child .affa-counter-txt p {
    margin-bottom: 0;
}

.affa-counter-txt i {
    margin-bottom: 5px;
}

.stats {
    padding: 4rem 0;
}

.tem-bloc i {
    font-size: 50px;
}

    .pied .btn-like {
        padding: 0 0 15px;
        text-align: center
    }

    .pied .btn-partage {
        text-align: center;
        padding: 0px 0 20px;
        justify-content: center;
    }

    .pied .btn-partage a {
        text-align: center
    }

    .scrollbars {
        width: 100%;
        height: auto
    }

}

@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
    }


    h1,.h1 {
        font-size: 18px;
        line-height: 19px;
    }

    .titre-secondaire {
        font-size: 16px;
        line-height: 20px;
    }

}

@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);
    }
}
.AvisClientsBg:after {
    content: '';
    /* background: rgb(0 0 0 / 50%); */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
}
#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*/
  @media(max-width: 600px){
  .bouton_action a {
      font-size: 12px;
   
  }
 }   

 .titre_image {
    display: flex;
    height: 100px;
    width: 100%;
    background: #2c57777a;
    /* border-radius: 0 0 25px 25px; */
    position: absolute;
    bottom: 0;
    backdrop-filter: blur(5px);
}

.gallery .recup-photos .propor {
    height: 400px;
}

.gallery .recup-photos .propor .propor-cont .imagecont img {
    height: 100%;
    min-height: initial;
    /* border-radius: 25px 25px 0 0; */
}


.title-item-gallery strong {
    display: block;
    position: absolute;
    height: 45px;
    background: var(--color1);
    width: 150px;
    border-radius: 50px;
    bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 100;
    left: 10px;
}

.title-item-gallery {
    display: flex;
    align-items: center;
    color: white;
    padding-left: 10px;
    font-family: var(--font_family_1);
}

span.title-item-gallery a {
    text-decoration: none !important;
}