:root {
    --color0: #faf7f8;
    --color1: #b24b25;
    --nuanceColor1: #3b1001;
    --nuanceColor2: #3b1001;
    --color2: #222021;
    --color3: #212121;
    --color4: #fbfdfd;
    --color5: #fbfdfd;
    --bg-facultatif: #faf7f8;
    --font_family_1:'Anton', sans-serif;
    --font_family_2:'PTSans-Regular', sans-serif;
    --font_family_3:'Anton', sans-serif;
    --font_family_4:'PTSans-Regular', sans-serif;
    --font_family_5:'Anton', sans-serif;
    --font_family_6:'PTSans-Regular', sans-serif;
    --taille_font: 0.781vw;
    --border-radius: 8px;
    --font-size-2xl: clamp(26.69px, 1.96vw + 18.83px, 65.98px);
}


.nkmontain {
    width: 100%;
    height: 212px;
    background: url(../images/mout.png) no-repeat;
    background-size: 263%;
    background-position: -78px -70px;
}

/********/


.atouts{display: block;padding: 6vh 7% 8vh;width: 100%;position: relative;overflow: hidden;background-size: 29%;}
.atouts:before {
    content: '';
    
}
.atout-img {
    position: relative;
    width: 60%;
}
.en-2 {
    background: url(../images/taichi.jpeg) no-repeat center;
    background-size: cover;
    position: relative;
    /* border-radius: 45px 0px 45px 0px; */
    z-index: 1;
    height: 100%;
    border-radius: var(--border-radius);
}
.accordi .h1 {
    text-wrap: initial;
    margin-bottom: 20px;
}
.atouts-cont2 {
    display: flex;
    justify-content: space-between;
    gap: 3vw;
    align-items: stretch;
}
.atouts .swiper-pagination-bullet-active { background: var(--color0); }
.atouts p.legend {font-size: 14px;font-weight: bold;text-align: center;margin: 0 0;color: var(--color2);}
.atouts .swiper-pagination-bullet { background: var(--color0);}
.atouts .picto {margin-bottom: 1em;}
.atouts .picto i {width: auto;}
.atouts .swiper-button-prev {background-image: none;left:0;margin-top:-22px;opacity:.8;}  
.atouts .swiper-button-disabled { opacity: 0 !important; } 
.atouts .swiper-button-next {background-image: none;right: 2px;top: 50%;margin-top: -22px;opacity: .8;height: 24px;} 
.atouts .swiper-button-next i,  .swiper-button-prev i {font-size: 13px;color: var(--color0);}
.atouts .swiper-button-next:hover,.swiper-button-prev:hover {opacity: 1}
.atouts .picto i {color: var(--color2);text-align: center;font-size: 3rem;}
.atout {align-items: center;padding: 1em 1vh;display: flex;column-gap: 2vw;}
.atouts .swiper.mySwiper {overflow: hidden;position: relative;}
.atouts-cont {position: relative;display: block;padding: 0em 0 4em;width: 50%;}
.atout1 b {
    color: var(--color2);
}
.text-1 p {
    text-align: left;
    font-size: var(--taille_font);
    line-height: 1.5;
    opacity: 1;
    color: black;
    padding: 1vH 0;
}
.panel-group .panel {
    margin: 0;
    background: transparent;
    box-shadow: 0px 0px transparent;
}span.icon2 {
    display: flex;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 1vw;
    background: #7a410c40;
    padding: 11px;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
}

span.icon2 svg {
    width: 26px;
    height: 26px;
    fill: var(--color0);
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid;
}
span.accordion-title {
    padding: 1em 0px .6em 0;
    width: 100%;
    display: flex;
    text-transform: initial;
    font-size: 18px;
    line-height: 1;
    color: var(--color2);
    font-weight: inherit;
    justify-content: flex-start;
    align-items: center;
}

.accordion button .icon, .accordi .icon{
    display: inline-block;
    position: relative;
    right: 0px;
    width: 40px;
    height: 40px;
    background: var(--color4);
    border-radius: 8px;
}

.accordion button .icon::before, .accordi .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 19px;
    left: 14px;
    width: 10px;
    height: 2px;
    background: var(--color3);
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 15px;
    left: 18px;
    width: 2px;
    height: 10px;
    background: var(--color2);
}


div#accordion-primary {
    padding: 1vh 0vw 2vh;
    position: relative;
    margin: 0;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1000;
}

.panel-heading {
    padding: 0;
}

.panel-body {padding: 11px 12px;}



.accordi .icon::after {
    display: none;
    position: absolute;
    content: '';
    top: 15px;
    left: 18px;
    width: 2px;
    height: 10px;
    background: var(--color3);
}

a.collapsed .icon:after {display:block  }
.titlegal a {
    display: flex;
    flex-wrap: nowrap;
    font-family: var(--font_family_1);
    opacity: 1;
    width: 100%;
    padding: .5rem 0vw;
    justify-content: space-between;
    align-items: center;
    text-decoration: none !important;
    background: #ffffff80;
    border-radius: 13px;
    padding: 0 1vw;
}

.titlegal {
    width: 100%;
}
  .atouts-cont{
        }
        .atout {
        }
        .atout svg {
            width: 36px;
            height: 36px;
            fill: var(--color0); /* Couleur principale */
            position: relative;
            z-index: 1000;
        }
        .atout-text {
            font-size: 16px;
            color: #333;
        }
/****/





/*********/
.presentation-section {
  padding: 60px 15px;
 
}
.col-md-6.text-part.nopad {
    margin-right: 3vw;
    overflow: hidden;
}
.presentation-section .mCustomScrollBox {
    height: 50vh;
}
.row.nkrow.nopad {
    display: flex;
    justify-content: center;
    align-items: start;
}
.presentation-section.container {
    width: 100%;
    max-width: 100%;
}
.col-md-6.image-part.nopad.part2 {
    margin-right: 3vw;
}

.part2 .albumnk img {
    height: 60vh;
}
.section-title {
  font-size: 32px !important;
  font-weight: bold;
  margin-bottom: 10px !important;
  line-height: 32px !important;
}

.subtitle {
  font-size: 24px !important;
  font-weight: 900;
  color: var(--color1);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.text-part p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 15px;
}
.albumnk {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 1.5vw;
}
.image-part {
  text-align: center;
}

.img-style {
  max-width: 50%;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  height: 50vh;
  object-fit: cover;
}
/********/

.visite-virtuelle {
  background-image: url('../images/training.jpeg'); /* Remplace par l'URL de ton image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 50vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.visite-virtuelle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color2);
    opacity: .654321;
}
h2.lead.nkh2 {
    font-size: 2.25vw;
    text-align: left;
    color: #fff;
    position: relative;
    text-wrap-mode: nowrap;
}
.visite-virtuelle .overlay {
  /* background-color: rgba(0, 0, 0, 0.5); */ /* assombrit pour lisibilité */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13rem;
}

.visite-virtuelle .content {
  /* max-width: 800px; */
}

.visite-virtuelle h1 {
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 1rem;
  color: var(--color0);
  line-height: 10vh;
}

.visite-virtuelle p {
  font-size: 3.25rem;
  margin-bottom: 2rem;
  position: relative;
}

.visite-virtuelle .btn {
  display: inline-block;
  background-color: var(--nuance2);
  color: var(--color1);
  padding: 1rem 2rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  position: relative;
}

.visite-virtuelle .btn:hover {
  background-color: #f1c40f;
}

/* Responsive */
@media (max-width: 768px) {
  .visite-virtuelle h1 {
    font-size: 2rem !important;
    line-height: initial;
  }
  .visite-virtuelle p {
    font-size: 2rem;
  }
}
/***********/
.serviceshomenk{
    padding: 4em 2vw 4em;
    overflow: hidden;
}
.tours-listings-media-title {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    display: flex
;
    width: 100%;
    height: 100%;
    padding: 5% 15% 5% 5%;
    font-weight: normal;
    text-transform: uppercase;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /* overflow: hidden; */
    list-style: none;
    padding: 13px;
    z-index: 1;
    display: block;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}



@media (min-width: 992px) {
    .tours-listings-item.middle {
        transform: translateY(2rem);
    }
}

@media (hover: hover) and (pointer: fine) {
    .tours-listings-item:hover .tours-listings-media-container > img {
        opacity: 0;
    }
    .tours-listings-item:hover .tours-listings-media-hover {
        opacity: 1;
    }
}





.tours-listings-media-container img {
    z-index: 1;
    height: 100%;
    position: relative;
    width: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.3s;
}

.tours-listings {
    display: grid;
    grid-template-columns: 1fr;
    gap: max(6vw,2rem) max(1.5vw,.5rem)
}

@media(min-width: 576px) {
    .tours-listings {
        grid-template-columns:1fr 1fr
    }
}

@media(min-width: 992px) {
    .tours-listings {
        grid-template-columns:1fr 1fr 1fr;
        padding-bottom: var(--font-size-2xl)
    }
}

.tours-listings-item {
    color: #242421;
    text-decoration:none !important
}

.tours-listings-item span.ensavplus:hover {
    transition: all .4s ease;
    letter-spacing: 0;
    opacity: 1;
}

@media(min-width: 992px) {
    .tours-listings-item.middle {
        transform:translateY(var(--font-size-2xl))
    }
}

@media(hover: hover)and (pointer: fine) {
    .tours-listings-item:hover .tours-listings-media-container>img,.tours-listings-item:hover .tours-listings-media-container>video,.tours-listings-item:hover .tours-listings-media-container>iframe {
        opacity:0
    }

    .tours-listings-item:hover .tours-listings-media-hover {
        opacity: 1
    }
}

.tours-listings-media {
    position: relative;
    aspect-ratio: 7 /10;
    overflow: hidden;
    color: #f2f0e8
}

.tours-listings-media-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.tours-listings-media-container video,.tours-listings-media-container iframe,.tours-listings-media-container img {
    z-index: 1;
    height: 100%
}

.tours-listings-media-container img {
    position: relative;
    width: 100%;
    object-fit: cover
}

.tours-listings-media-container video,.tours-listings-media-container iframe {
    position: absolute;
    left: 50%;
    top: 0;
    aspect-ratio: 16/9;
    width: auto;
    transform: translateX(-50%);
    pointer-events: none
}

.tours-listings-media-container>img,.tours-listings-media-container>video,.tours-listings-media-container>iframe {
    opacity: 1;
    transition: opacity .3s
}


.tours-listings-media-title.font-family-narrow {
    font-family: "ABCGintoNordCondensed-Medium",sans-serif;
    line-height: .9;
    letter-spacing: -0.03em
}

.tours-listings-media-title.font-family-mid {
    font-family: var(--font_family_1);
    line-height: .85;
    letter-spacing: -0.02em
}

.tours-listings-media-title.font-family-wide {
    font-family: "ABCGintoNord-Ultra",sans-serif;
    line-height: .8;
    letter-spacing: -0.01em
}

.tours-listings-media-title.font-size-small {
    font-size: 7.5vw
}

@media(min-width: 576px) {
    .tours-listings-media-title.font-size-small {
        font-size:3.75vw
    }
}

@media(min-width: 992px) {
    .tours-listings-media-title.font-size-small {
        font-size:2.5vw
    }
}

.tours-listings-media-title.font-size-medium {
    font-size: 9vw
}

@media(min-width: 576px) {
    .tours-listings-media-title.font-size-medium {
        font-size:4.5vw
    }
}

@media(min-width: 992px) {
    .tours-listings-media-title.font-size-medium {
        font-size: 3vw;
    }
}

.tours-listings-media-title.font-size-large {
    font-size: 12vw
}

@media(min-width: 576px) {
    .tours-listings-media-title.font-size-large {
        font-size:6vw
    }
}

@media(min-width: 992px) {
    .tours-listings-media-title.font-size-large {
        font-size:4vw
    }
}


.tours-listings-media-title.v-align-middle {
    align-items: center
}

.tours-listings-media-title.v-align-bottom {
    align-items: flex-end
}


.tours-listings-media-title.h-align-center {
    justify-content: center;
    text-align: center
}

.tours-listings-media-title.h-align-right {
    justify-content: flex-end;
    text-align: right
}

.tours-listings-media-title.text-dark {
    color: #242421
}



@media(min-width: 576px) {
    .tours-listings-media-details {
        font-size:1.625vw
    }
}

@media(min-width: 992px) {
    .tours-listings-media-details {
        font-size:1.125vw
    }
}

.tours-listings-media-details>li::before {
    display:none;
}



@media(hover: none)and (pointer: coarse) {
    .tours-listings-media-hover {
        display:none !important
    }
}

.tours-listings-media-framed {
    background: var(--nuanceColor1) !important;
}

.tours-listings-media-framed .tours-listings-media-container {
    position: absolute;
    left: 5%;
    right: 15%;
    top: 3.5%;
    bottom: 3.5%;
    width: initial;
    height: initial
}

.tours-listings-media-framed .tours-listings-media-title {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: initial;
    height: initial;
    padding: 10%
}

.tours-listings-title {
    padding: 1.375em 0 0.4500375em 0;
    font-family: var(--font_family_1);
    font-weight: normal;
    font-size: 1.5vw;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: .9;
    text-decoration: none !important;
    color: #000;
}

span.ensavplus {
    line-height: 1;
    font-family: Antonio-Regular;
    font-size: var(--taille_font);
    opacity: .7;
    letter-spacing: 1px;
    transition: all .4s ease;
}

.tours-listings-details {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: .875rem;
    text-transform: uppercase
}

.tours-listings-details>li:first-child {
    position: relative;
    padding-left: 1.5em
}

.tours-listings-details>li:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1em;
    height: 1em;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateY(-50%)
}

.tours-listings-details>li:first-child.level-novice::before {
    background-image: url(../img/9305d30cafbe3fb0b06d.svg)
}

.tours-listings-details>li:first-child.level-intermediate::before {
    background-image: url(../img/f4096d213d57870ab784.svg)
}

.tours-listings-details>li:first-child.level-intermediate-plus::before {
    background-image: url(../img/fad21b2e3946fe81e520.svg)
}

.tours-listings-details>li:first-child.level-advanced::before {
    background-image: url(../img/bbeddd6b1bd252dde8d4.svg)
}

.tours-listings-details>li:not(:last-child)::after {
    content: "•";
    margin: 0 .5em
}

.filter+.tours-listings {
    margin-top: calc(var(--font-size-lg)*2)
}

.bg-charcoal .tours-listings-item {
    color: #f2f0e8
}

.bg-charcoal .tours-listings-details>li:first-child.level-novice::before {
    background-image: url(../img/357fb8ffc4c5d4cbc0e3.svg)
}

.bg-charcoal .tours-listings-details>li:first-child.level-intermediate::before {
    background-image: url(../img/28efbcb875264c906a5c.svg)
}

.bg-charcoal .tours-listings-details>li:first-child.level-intermediate-plus::before {
    background-image: url(../img/db291776a58851e387a4.svg)
}

.bg-charcoal .tours-listings-details>li:first-child.level-advanced::before {
    background-image: url(../img/4d3e2660ef400d9d5b84.svg)
}

.tours-carousel-nav,.tour-gallery-nav,.tour-itinerary-carousel-nav,.stories-listings-carousel-nav {
    display: flex
}

.tours-carousel-prev,.tours-carousel-next,.tour-gallery-prev,.tour-gallery-next,.tour-itinerary-carousel-prev,.tour-itinerary-carousel-next,.stories-listings-carousel-prev,.stories-listings-carousel-next {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(3rem,2.5rem + 1.5vw,4rem);
    height: clamp(3rem,2.5rem + 1.5vw,4rem);
    background: rgba(0,0,0,0);
    transition: color .3s .1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.tours-carousel-prev::after,.tours-carousel-next::after,.tour-gallery-prev::after,.tour-gallery-next::after,.tour-itinerary-carousel-prev::after,.tour-itinerary-carousel-next::after,.stories-listings-carousel-prev::after,.stories-listings-carousel-next::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s .1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.tours-carousel-prev i,.tours-carousel-next i,.tour-gallery-prev i,.tour-gallery-next i,.tour-itinerary-carousel-prev i,.tour-itinerary-carousel-next i,.stories-listings-carousel-prev i,.stories-listings-carousel-next i {
    position: relative;
    z-index: 2;
    font-size: 1.25rem
}

.tours-carousel-prev:not(.swiper-button-disabled):hover,.tours-carousel-next:not(.swiper-button-disabled):hover,.tour-gallery-prev:not(.swiper-button-disabled):hover,.tour-gallery-next:not(.swiper-button-disabled):hover,.tour-itinerary-carousel-prev:not(.swiper-button-disabled):hover,.tour-itinerary-carousel-next:not(.swiper-button-disabled):hover,.stories-listings-carousel-prev:not(.swiper-button-disabled):hover,.stories-listings-carousel-next:not(.swiper-button-disabled):hover {
    transition: color .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.tours-carousel-prev:not(.swiper-button-disabled):hover::after,.tours-carousel-next:not(.swiper-button-disabled):hover::after,.tour-gallery-prev:not(.swiper-button-disabled):hover::after,.tour-gallery-next:not(.swiper-button-disabled):hover::after,.tour-itinerary-carousel-prev:not(.swiper-button-disabled):hover::after,.tour-itinerary-carousel-next:not(.swiper-button-disabled):hover::after,.stories-listings-carousel-prev:not(.swiper-button-disabled):hover::after,.stories-listings-carousel-next:not(.swiper-button-disabled):hover::after {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.tours-carousel-prev.swiper-button-lock,.tours-carousel-next.swiper-button-lock,.tour-gallery-prev.swiper-button-lock,.tour-gallery-next.swiper-button-lock,.tour-itinerary-carousel-prev.swiper-button-lock,.tour-itinerary-carousel-next.swiper-button-lock,.stories-listings-carousel-prev.swiper-button-lock,.stories-listings-carousel-next.swiper-button-lock {
    display: none
}

.tours-carousel-scrollbar,.tour-gallery-scrollbar,.tour-itinerary-carousel-scrollbar,.stories-listings-carousel-scrollbar {
    flex: 1;
    height: 1px
}

.tours-carousel-scrollbar-drag,.tour-gallery-scrollbar-drag,.tour-itinerary-carousel-scrollbar-drag,.stories-listings-carousel-scrollbar-drag {
    height: 100%
}

.tours-carousel-prev,.tours-carousel-next,.tour-gallery-prev,.tour-gallery-next {
    color: #242421;
    border: 1px solid rgba(36,36,33,.15)
}

.tours-carousel-prev::after,.tours-carousel-next::after,.tour-gallery-prev::after,.tour-gallery-next::after {
    background: #242421
}

.tours-carousel-prev.swiper-button-disabled,.tours-carousel-next.swiper-button-disabled,.tour-gallery-prev.swiper-button-disabled,.tour-gallery-next.swiper-button-disabled {
    color: rgba(36,36,33,.2)
}

.tours-carousel-prev:not(.swiper-button-disabled):hover,.tours-carousel-next:not(.swiper-button-disabled):hover,.tour-gallery-prev:not(.swiper-button-disabled):hover,.tour-gallery-next:not(.swiper-button-disabled):hover {
    color: #f2f0e8
}

.tours-carousel-next,.tour-gallery-next {
    border-left: none
}

.tours-carousel-scrollbar,.tour-gallery-scrollbar {
    background: rgba(36,36,33,.15)
}

.tours-carousel-scrollbar-drag,.tour-gallery-scrollbar-drag {
    background: #242421
}

.bg-eventColourLight .tours-carousel-prev,.bg-eventColourLight .tours-carousel-next,.bg-eventColourLight .tour-gallery-prev,.bg-eventColourLight .tour-gallery-next,.bg-eventWhite .tours-carousel-prev,.bg-eventWhite .tours-carousel-next,.bg-eventWhite .tour-gallery-prev,.bg-eventWhite .tour-gallery-next {
    color: rgba(var(--event-colour-dark), 1);
    border: 1px solid rgba(var(--event-colour-dark), 0.15)
}

.bg-eventColourLight .tours-carousel-prev::after,.bg-eventColourLight .tours-carousel-next::after,.bg-eventColourLight .tour-gallery-prev::after,.bg-eventColourLight .tour-gallery-next::after,.bg-eventWhite .tours-carousel-prev::after,.bg-eventWhite .tours-carousel-next::after,.bg-eventWhite .tour-gallery-prev::after,.bg-eventWhite .tour-gallery-next::after {
    background: rgba(var(--event-colour-dark), 1)
}

.bg-eventColourLight .tours-carousel-prev.swiper-button-disabled,.bg-eventColourLight .tours-carousel-next.swiper-button-disabled,.bg-eventColourLight .tour-gallery-prev.swiper-button-disabled,.bg-eventColourLight .tour-gallery-next.swiper-button-disabled,.bg-eventWhite .tours-carousel-prev.swiper-button-disabled,.bg-eventWhite .tours-carousel-next.swiper-button-disabled,.bg-eventWhite .tour-gallery-prev.swiper-button-disabled,.bg-eventWhite .tour-gallery-next.swiper-button-disabled {
    color: rgba(var(--event-colour-dark), 0.2)
}

.bg-eventColourLight .tours-carousel-prev:not(.swiper-button-disabled):hover,.bg-eventColourLight .tours-carousel-next:not(.swiper-button-disabled):hover,.bg-eventColourLight .tour-gallery-prev:not(.swiper-button-disabled):hover,.bg-eventColourLight .tour-gallery-next:not(.swiper-button-disabled):hover,.bg-eventWhite .tours-carousel-prev:not(.swiper-button-disabled):hover,.bg-eventWhite .tours-carousel-next:not(.swiper-button-disabled):hover,.bg-eventWhite .tour-gallery-prev:not(.swiper-button-disabled):hover,.bg-eventWhite .tour-gallery-next:not(.swiper-button-disabled):hover {
    color: rgba(var(--event-colour-light), 1)
}

.bg-eventColourLight .tours-carousel-next,.bg-eventColourLight .tour-gallery-next,.bg-eventWhite .tours-carousel-next,.bg-eventWhite .tour-gallery-next {
    border-left: none
}

.bg-eventColourLight .tours-carousel-scrollbar,.bg-eventColourLight .tour-gallery-scrollbar,.bg-eventWhite .tours-carousel-scrollbar,.bg-eventWhite .tour-gallery-scrollbar {
    background: rgba(var(--event-colour-dark), 0.15)
}

.bg-eventColourLight .tours-carousel-scrollbar-drag,.bg-eventColourLight .tour-gallery-scrollbar-drag,.bg-eventWhite .tours-carousel-scrollbar-drag,.bg-eventWhite .tour-gallery-scrollbar-drag {
    background: rgba(var(--event-colour-dark), 1)
}

.tours-carousel .swiper-slide {
    width: calc(100% - max(1.5vw,.5rem))
}

@media(min-width: 576px) {
    .tours-carousel .swiper-slide {
        width:75%
    }
}

@media(min-width: 768px) {
    .tours-carousel .swiper-slide {
        width:calc((100% - max(1.5vw,.5rem))/2)
    }
}

@media(min-width: 992px) {
    .tours-carousel .swiper-slide {
        width:calc((100% - max(1.5vw,.5rem)*2)/3)
    }
}

.tours-carousel .swiper-slide:not(:last-child) {
    margin-right: max(1.5vw,.5rem)
}

@media(min-width: 576px)and (max-width: 767.98px) {
    .tours-carousel .tours-listings-media-title.font-size-small {
        font-size:5.625vw
    }
}

@media(min-width: 576px)and (max-width: 767.98px) {
    .tours-carousel .tours-listings-media-title.font-size-medium {
        font-size:6.75vw
    }
}

@media(min-width: 576px)and (max-width: 767.98px) {
    .tours-carousel .tours-listings-media-title.font-size-large {
        font-size:9vw
    }
}

.tours-carousel-footer,.tour-itinerary-carousel-footer,.stories-listings-carousel-footer {
    display: flex;
    align-items: center
}

.tours-carousel-footer+.bt-light,.tour-itinerary-carousel-footer+.bt-light,.stories-listings-carousel-footer+.bt-light {
    margin-top: calc(var(--font-size-2xl)*2)
}

.tours-carousel+.tours-carousel-footer,.tours-carousel+.tour-itinerary-carousel-footer,.tour-itinerary-carousel+.tours-carousel-footer,.tour-itinerary-carousel+.tour-itinerary-carousel-footer,.stories-listings-carousel+.tours-carousel-footer,.stories-listings-carousel+.tour-itinerary-carousel-footer {
    margin-top: var(--font-size-2xl)
}

*+.tours-carousel-scrollbar,*+.tour-gallery-scrollbar,*+.tour-itinerary-carousel-scrollbar,*+.stories-listings-carousel-scrollbar,.tours-carousel-scrollbar+*,.tour-gallery-scrollbar+*,.tour-itinerary-carousel-scrollbar+*,.stories-listings-carousel-scrollbar+* {
    margin-left: var(--font-size-md)
}

.tour-gallery .swiper-slide {
    width: calc(100% - max(1rem,3vw))
}

@media(min-width: 768px) {
    .tour-gallery .swiper-slide {
        width:100%
    }
}

.tour-gallery .swiper-slide:not(:last-child) {
    margin-right: max(1rem,3vw)
}

.tour-gallery-main {
    position: relative;
    overflow: hidden
}

.tour-gallery-main>* {
    position: relative;
    z-index: 1
}

.tour-gallery-main::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: -1px;
    width: 100%;
    height: 50%
}

.tour-gallery-slide {
    aspect-ratio: 16/9
}

.tour-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tour-gallery-footer {
    margin-top: calc(var(--font-size-xl)*.625)
}

.tour-gallery-footer-container {
    display: flex;
    align-items: center
}

.tour-gallery-footer+.fwcta-block {
    margin-top: calc(var(--font-size-2xl)*2)
}

.bg-charcoal+.tour-gallery-container .tour-gallery-main::before {
    background: #242421
}

.bg-dust+.tour-gallery-container .tour-gallery-main::before {
    background: #f2f0e8
}

.bg-eventColourDark+.tour-gallery-container .tour-gallery-main::before {
    background: rgba(var(--event-colour-dark), 1)
}

.bg-eventColourLight+.tour-gallery-container .tour-gallery-main::before {
    background: rgba(var(--event-colour-light), 1)
}

.tour-details-sidebar {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 1.5vw;
    width: 100%;
    font-size: .875rem;
    text-transform: uppercase;
    line-height: 1.5
}

@media(min-width: 576px) {
    .tour-details-sidebar {
        grid-template-columns:1fr 1fr
    }
}

@media(min-width: 992px) {
    .tour-details-sidebar {
        grid-template-columns:1fr;
        max-width: 20em
    }
}

.tour-details-sidebar>li {
    padding: 1em 0;
    border-bottom: 1px solid rgba(242,240,232,.15)
}

.tour-details-sidebar>li:first-child {
    padding-top: 0
}

.tour-details-sidebar>li:last-child {
    border-bottom: none
}

@media(min-width: 576px) {
    .tour-details-sidebar>li:nth-last-child(2):not(:nth-child(even)) {
        border-bottom:none
    }
}

@media(min-width: 992px) {
    .tour-details-sidebar>li:nth-last-child(2):not(:nth-child(even)) {
        border-bottom:1px solid rgba(242,240,232,.15)
    }
}

.tour-details-sidebar>li .trip-full {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
    color: #797874
}

.tour-details-sidebar>li .trip-full>span {
    text-decoration: line-through
}

.tour-details-sidebar>li .trip-full::after {
    content: "Trip full";
    padding: .15em .6em;
    font-size: .8em;
    text-decoration: none;
    color: #f2f0e8;
    border: 1px solid #797874;
    border-radius: 2em
}

.tour-details-sidebar-heading {
    font-family: "Aeonik Fono",sans-serif;
    font-weight: normal
}

.tour-details-sidebar-level {
    padding-left: 1.5em;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: .75em auto
}

.tour-details-sidebar-level.novice {
    background-image: url(../img/357fb8ffc4c5d4cbc0e3.svg)
}

.tour-details-sidebar-level.intermediate {
    background-image: url(../img/28efbcb875264c906a5c.svg)
}

.tour-details-sidebar-level.intermediate-plus {
    background-image: url(../img/db291776a58851e387a4.svg)
}

.tour-details-sidebar-level.advanced {
    background-image: url(../img/4d3e2660ef400d9d5b84.svg)
}

.tour-dates-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.tour-dates-list>li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5em 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(242,240,232,.15)
}

.tour-dates-list .availability {
    display: inline-flex;
    gap: 1em
}

.tour-dates-list .availability .spaces {
    color: #b6b4ae
}

.tour-dates-list .availability a {
    font-family: "Aeonik Fono",sans-serif;
    font-weight: normal;
    display: inline-block;
    color: #f2f0e8;
    background-image: linear-gradient(rgba(242, 240, 232, 0.5), rgba(242, 240, 232, 0.5));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    transition: background-size .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.tour-dates-list .availability a:hover {
    background-position: 100% 100%;
    background-size: 0% 1px
}

.tour-dates-list .trip-full .dates {
    text-decoration: line-through;
    color: #797874
}

.tour-highlights-images {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

@media(min-width: 992px) {
    .tour-highlights-images {
        flex-direction:row-reverse;
        align-items: flex-end
    }
}

.tour-highlights-images-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tour-highlights-images>li {
    width: 100%
}

@media(min-width: 992px) {
    .tour-highlights-images>li {
        width:50%
    }
}

.tour-highlights-images>li:nth-child(1) {
    padding: 0 max(1rem,3vw) max(2rem,6vw) calc(50% - max(1rem,3vw))
}

@media(min-width: 992px) {
    .tour-highlights-images>li:nth-child(1) {
        padding:0 max(1rem,3vw) 0 15%
    }
}

.tour-highlights-images>li:nth-child(1) .tour-highlights-images-item {
    aspect-ratio: 7/8
}

@media(min-width: 992px) {
    .tour-highlights-images>li:nth-child(1) .tour-highlights-images-item {
        transform:translateY(-50%)
    }
}

.tour-highlights-images>li:nth-child(2) {
    padding: 0 20% 0 0
}

@media(min-width: 992px) {
    .tour-highlights-images>li:nth-child(2) {
        padding:0
    }
}

.tour-highlights-images>li:nth-child(2) .tour-highlights-images-item {
    aspect-ratio: 3/2
}

@media(min-width: 992px) {
    .tour-plan-sticky {
        position:sticky;
        top: calc(clamp(4rem,6vw,5rem) + var(--font-size-2xl)*2)
    }
}


.tours-carousel-prev.swiper-button-disabled,.tours-carousel-next.swiper-button-disabled,.tour-gallery-prev.swiper-button-disabled,.tour-gallery-next.swiper-button-disabled {
    color: rgba(36,36,33,.2)
}

.tours-carousel-prev:not(.swiper-button-disabled):hover,.tours-carousel-next:not(.swiper-button-disabled):hover,.tour-gallery-prev:not(.swiper-button-disabled):hover,.tour-gallery-next:not(.swiper-button-disabled):hover {
    color: #f2f0e8
}

.tours-carousel-next,.tour-gallery-next {
    border-left: none
}

.tours-carousel-scrollbar,.tour-gallery-scrollbar {
    background: rgba(36,36,33,.15)
}

.tours-carousel-scrollbar-drag,.tour-gallery-scrollbar-drag {
    background: #242421
}

.bg-eventColourLight .tours-carousel-prev,.bg-eventColourLight .tours-carousel-next,.bg-eventColourLight .tour-gallery-prev,.bg-eventColourLight .tour-gallery-next,.bg-eventWhite .tours-carousel-prev,.bg-eventWhite .tours-carousel-next,.bg-eventWhite .tour-gallery-prev,.bg-eventWhite .tour-gallery-next {
    color: rgba(var(--event-colour-dark), 1);
    border: 1px solid rgba(var(--event-colour-dark), 0.15)
}

.bg-eventColourLight .tours-carousel-prev::after,.bg-eventColourLight .tours-carousel-next::after,.bg-eventColourLight .tour-gallery-prev::after,.bg-eventColourLight .tour-gallery-next::after,.bg-eventWhite .tours-carousel-prev::after,.bg-eventWhite .tours-carousel-next::after,.bg-eventWhite .tour-gallery-prev::after,.bg-eventWhite .tour-gallery-next::after {
    background: rgba(var(--event-colour-dark), 1)
}

.bg-eventColourLight .tours-carousel-prev.swiper-button-disabled,.bg-eventColourLight .tours-carousel-next.swiper-button-disabled,.bg-eventColourLight .tour-gallery-prev.swiper-button-disabled,.bg-eventColourLight .tour-gallery-next.swiper-button-disabled,.bg-eventWhite .tours-carousel-prev.swiper-button-disabled,.bg-eventWhite .tours-carousel-next.swiper-button-disabled,.bg-eventWhite .tour-gallery-prev.swiper-button-disabled,.bg-eventWhite .tour-gallery-next.swiper-button-disabled {
    color: rgba(var(--event-colour-dark), 0.2)
}

.bg-eventColourLight .tours-carousel-prev:not(.swiper-button-disabled):hover,.bg-eventColourLight .tours-carousel-next:not(.swiper-button-disabled):hover,.bg-eventColourLight .tour-gallery-prev:not(.swiper-button-disabled):hover,.bg-eventColourLight .tour-gallery-next:not(.swiper-button-disabled):hover,.bg-eventWhite .tours-carousel-prev:not(.swiper-button-disabled):hover,.bg-eventWhite .tours-carousel-next:not(.swiper-button-disabled):hover,.bg-eventWhite .tour-gallery-prev:not(.swiper-button-disabled):hover,.bg-eventWhite .tour-gallery-next:not(.swiper-button-disabled):hover {
    color: rgba(var(--event-colour-light), 1)
}

.bg-eventColourLight .tours-carousel-next,.bg-eventColourLight .tour-gallery-next,.bg-eventWhite .tours-carousel-next,.bg-eventWhite .tour-gallery-next {
    border-left: none
}

.bg-eventColourLight .tours-carousel-scrollbar,.bg-eventColourLight .tour-gallery-scrollbar,.bg-eventWhite .tours-carousel-scrollbar,.bg-eventWhite .tour-gallery-scrollbar {
    background: rgba(var(--event-colour-dark), 0.15)
}

.bg-eventColourLight .tours-carousel-scrollbar-drag,.bg-eventColourLight .tour-gallery-scrollbar-drag,.bg-eventWhite .tours-carousel-scrollbar-drag,.bg-eventWhite .tour-gallery-scrollbar-drag {
    background: rgba(var(--event-colour-dark), 1)
}

.tours-carousel .swiper-slide {
    width: calc(100% - max(1.5vw,.5rem))
}

@media(min-width: 576px) {
    .tours-carousel .swiper-slide {
        width:75%
    }
}

@media(min-width: 768px) {
    .tours-carousel .swiper-slide {
        width:calc((100% - max(1.5vw,.5rem))/2)
    }
}

@media(min-width: 992px) {
    .tours-carousel .swiper-slide {
        width:calc((100% - max(1.5vw,.5rem)*2)/3)
    }
}

.tours-carousel .swiper-slide:not(:last-child) {
    margin-right: max(1.5vw,.5rem) !important;
}

@media(min-width: 576px)and (max-width: 767.98px) {
    .tours-carousel .tours-listings-media-title.font-size-small {
        font-size:5.625vw
    }
}

@media(min-width: 576px)and (max-width: 767.98px) {
    .tours-carousel .tours-listings-media-title.font-size-medium {
        font-size:6.75vw
    }
}

@media(min-width: 576px)and (max-width: 767.98px) {
    .tours-carousel .tours-listings-media-title.font-size-large {
        font-size:9vw
    }
}

.tours-carousel-footer,.tour-itinerary-carousel-footer,.stories-listings-carousel-footer {
    display: flex;
    align-items: center
}

.tours-carousel-footer+.bt-light,.tour-itinerary-carousel-footer+.bt-light,.stories-listings-carousel-footer+.bt-light {
    margin-top: calc(var(--font-size-2xl)*2)
}

.tours-carousel+.tours-carousel-footer,.tours-carousel+.tour-itinerary-carousel-footer,.tour-itinerary-carousel+.tours-carousel-footer,.tour-itinerary-carousel+.tour-itinerary-carousel-footer,.stories-listings-carousel+.tours-carousel-footer,.stories-listings-carousel+.tour-itinerary-carousel-footer {
    margin-top: var(--font-size-2xl)
}

*+.tours-carousel-scrollbar,*+.tour-gallery-scrollbar,*+.tour-itinerary-carousel-scrollbar,*+.stories-listings-carousel-scrollbar,.tours-carousel-scrollbar+*,.tour-gallery-scrollbar+*,.tour-itinerary-carousel-scrollbar+*,.stories-listings-carousel-scrollbar+* {
    margin-left: var(--font-size-md)
}

.tour-gallery .swiper-slide {
    width: calc(100% - max(1rem,3vw))
}

@media(min-width: 768px) {
    .tour-gallery .swiper-slide {
        width:100%
    }
}

.tour-gallery .swiper-slide:not(:last-child) {
    margin-right: max(1rem,3vw)
}

.tour-gallery-main {
    position: relative;
    overflow: hidden
}

.tour-gallery-main>* {
    position: relative;
    z-index: 1
}

.tour-gallery-main::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: -1px;
    width: 100%;
    height: 50%
}

.tour-gallery-slide {
    aspect-ratio: 16/9
}

.tour-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tour-gallery-footer {
    margin-top: calc(var(--font-size-xl)*.625)
}

.tour-gallery-footer-container {
    display: flex;
    align-items: center
}

.tour-gallery-footer+.fwcta-block {
    margin-top: calc(var(--font-size-2xl)*2)
}

.bg-charcoal+.tour-gallery-container .tour-gallery-main::before {
    background: #242421
}

.bg-dust+.tour-gallery-container .tour-gallery-main::before {
    background: #f2f0e8
}

.bg-eventColourDark+.tour-gallery-container .tour-gallery-main::before {
    background: rgba(var(--event-colour-dark), 1)
}

.bg-eventColourLight+.tour-gallery-container .tour-gallery-main::before {
    background: rgba(var(--event-colour-light), 1)
}


@media(min-width: 992px) {
    .tour-plan-accordion {
        margin-top:0
    }
}

.tour-plan-accordion .accordion-item {
    border-top: 1px solid rgba(36,36,33,.15)
}

.tour-plan-accordion .accordion-item:last-child {
    border-bottom: 1px solid rgba(36,36,33,.15)
}

.tour-plan-accordion .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.5em 0;
    font-family: "ABCGintoNordCondensed-Medium",sans-serif;
    font-weight: normal;
    font-size: var(--font-size-md);
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: 1
}

.tour-plan-accordion .accordion-button::after {
    display: none
}

.tour-plan-accordion .accordion-button i {
    font-size: 1.25rem;
    transition: transform .2s
}

.tour-plan-accordion .accordion-button[aria-expanded=true] i {
    transform: rotate(45deg)
}

.tour-plan-accordion .accordion-body {
    padding: 0 0 3rem 0
}

.tour-plan-accordion+.article-links {
    margin-top: calc(var(--font-size-lg)*2) !important
}

.tour-itinerary-carousel {
    margin-top: calc(var(--font-size-xl)*2)
}

@media(min-width: 992px) {
    .tour-itinerary-carousel {
        margin-top:0
    }
}

.tour-itinerary-carousel .swiper-slide {
    width: 100%
}

.tour-itinerary-carousel .swiper-slide:not(:last-child) {
    margin-right: max(6vw,2rem)
}

@media(min-width: 992px) {
    .tour-itinerary-carousel .swiper-slide {
        width:auto
    }

    .tour-itinerary-carousel .swiper-slide:nth-child(even) {
        padding-top: calc(var(--font-size-2xl)*2)
    }

    .tour-itinerary-carousel .swiper-slide:not(:last-child) {
        margin-right: max(9vw,3rem)
    }
}

.tour-itinerary-carousel-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 60rem;
    text-align: center
}

@media(min-width: 992px) {
    .tour-itinerary-carousel-slide {
        flex-direction:row;
        align-items: flex-start;
        text-align: left
    }
}

.tour-itinerary-carousel-intro-heading {
    max-width: 6em
}

.tour-itinerary-carousel-image {
    flex-shrink: 0;
    aspect-ratio: 5/6;
    width: 33%;
    margin: 0 0 var(--font-size-xl) 0
}

@media(min-width: 992px) {
    .tour-itinerary-carousel-image {
        margin:0 max(3vw,1rem) 0 0
    }
}

.tour-itinerary-carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tour-itinerary-carousel-main .richtext {
    margin: 0 auto
}

@media(min-width: 992px) {
    .tour-itinerary-carousel-main .richtext {
        margin:0
    }
}

.tour-itinerary-carousel-block+.tour-itinerary-carousel-block {
    margin-top: var(--font-size-2xl)
}

.tour-itinerary-carousel-heading,.tour-itinerary-carousel-subheading {
    max-width: 20em;
    font-family: "ABCGintoNordCondensed-Medium",sans-serif;
    font-weight: normal;
    font-size: var(--font-size-lg);
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: 1
}

.tour-itinerary-carousel-heading+.richtext,.tour-itinerary-carousel-subheading+.richtext {
    margin-top: var(--font-size-lg)
}

.tour-itinerary-carousel-subheading {
    color: #50504d
}

.tour-itinerary-carousel-footer {
    justify-content: center
}

.tour-itinerary-carousel-prev,.tour-itinerary-carousel-next {
    color: #f2f0e8;
    border: 1px solid rgba(242,240,232,.15)
}

.tour-itinerary-carousel-prev::after,.tour-itinerary-carousel-next::after {
    background: #f2f0e8
}

.tour-itinerary-carousel-prev.swiper-button-disabled,.tour-itinerary-carousel-next.swiper-button-disabled {
    color: rgba(242,240,232,.2)
}

.tour-itinerary-carousel-prev:not(.swiper-button-disabled):hover,.tour-itinerary-carousel-next:not(.swiper-button-disabled):hover {
    color: #242421
}

.tour-itinerary-carousel-next {
    border-left: none
}

.tour-itinerary-carousel-scrollbar {
    display: none;
    background: rgba(242,240,232,.15)
}

@media(min-width: 992px) {
    .tour-itinerary-carousel-scrollbar {
        display:block
    }
}

.tour-itinerary-carousel-scrollbar-drag {
    background: #f2f0e8
}

.bg-eventColourDark .tour-itinerary-carousel-subheading {
    color: rgba(var(--event-colour-light), 0.2)
}

.bg-eventColourDark .tour-itinerary-carousel-prev,.bg-eventColourDark .tour-itinerary-carousel-next {
    color: rgba(var(--event-colour-light), 1);
    border: 1px solid rgba(var(--event-colour-light), 0.15)
}

.bg-eventColourDark .tour-itinerary-carousel-prev::after,.bg-eventColourDark .tour-itinerary-carousel-next::after {
    background: rgba(var(--event-colour-light), 1)
}

.bg-eventColourDark .tour-itinerary-carousel-prev.swiper-button-disabled,.bg-eventColourDark .tour-itinerary-carousel-next.swiper-button-disabled {
    color: rgba(var(--event-colour-light), 0.2)
}

.bg-eventColourDark .tour-itinerary-carousel-prev:not(.swiper-button-disabled):hover,.bg-eventColourDark .tour-itinerary-carousel-next:not(.swiper-button-disabled):hover {
    color: rgba(var(--event-colour-dark), 1)
}

.bg-eventColourDark .tour-itinerary-carousel-scrollbar {
    background: rgba(var(--event-colour-light), 0.15)
}

.bg-eventColourDark .tour-itinerary-carousel-scrollbar-drag {
    background: rgba(var(--event-colour-light), 1)
}

.text-center .tour-itinerary-carousel-intro-heading {
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 992px) {
    .text-center .tour-itinerary-carousel-intro-heading {
        margin-left:0;
        margin-right: 0
    }
}

.itinerary-split {
    display: flex;
    flex-wrap: wrap;
    gap: var(--font-size-xl)
}

.itinerary-split-image {
    width: 100%
}

@media(min-width: 992px) {
    .itinerary-split-image {
        width:40%
    }
}

.itinerary-split-image img {
    width: 100%;
    height: auto
}

.itinerary-split-text {
    width: 100%
}

@media(min-width: 992px) {
    .itinerary-split-text {
        flex:1
    }
}

.itinerary-features {
    display: grid;
    grid-template-columns: 1fr;
    border-top: 1px solid rgba(36,36,33,.15)
}

@media(min-width: 992px) {
    .itinerary-features {
        grid-template-columns:1fr 1fr
    }
}

.itinerary-features-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7.5% 0;
    border-bottom: 1px solid rgba(36,36,33,.15)
}

@media(min-width: 992px) {
    .itinerary-features-item:nth-child(odd) {
        padding-right:10%;
        border-right: 1px solid rgba(36,36,33,.15)
    }
}

@media(min-width: 992px) {
    .itinerary-features-item:nth-child(even) {
        padding-left:10%
    }
}

.itinerary-features-heading {
    margin: 0 0 .25em 0;
    font-family: "ABCGintoNordCondensed-Medium",sans-serif;
    font-weight: normal;
    font-size: var(--font-size-md);
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: 1
}

.itinerary-stats {
    font-family: "Aeonik Fono",sans-serif;
    font-weight: normal;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5vw;
    text-transform: uppercase
}

.tours-listings-media-title {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 5% 15% 5% 5%;
    font-family: var(--font_family_3);
    font-weight: normal;
    text-transform: uppercase;
    font-size: 9vw;
}

@media (min-width: 576px) {
    .tours-listings-media-title {
        font-size: 4.5vw;
    }
}

@media (min-width: 992px) {
    .tours-listings-media-title {
        font-size: 3vw;
    }
}

.tours-listings-media-title.v-align-top {
    align-items: flex-start;
    background-color: #2121215e;
    line-height: 1.099512;
}

.tours-carousel .swiper-slide:nth-child(2) .tours-listings-media-container {
    border: 30px solid #ecd5cd;
    
    transition: all .4s ease;
}
.tours-carousel .swiper-slide:nth-child(5) .tours-listings-media-container {
    border: 30px solid var(--nuanceColor1);
    
    transition: all .4s ease;
}
.tours-carousel .swiper-slide:nth-child(7n) .tours-listings-media-container {
    border: 30px solid var(--color1);
    
    transition: all .4s ease;
}

.tours-listings-media-title.h-align-left {
    justify-content: flex-start;
}

.tours-listings-media-details {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 3;
    right: 5%;
    bottom: 3.5%;
    display: flex;
    font-family: var(--font_family_1);
    font-size: 3.125vw;
    line-height: 0.75;
    text-transform: uppercase;
    transform: translateY(100%) rotate(90deg);
    transform-origin: right top;
}

.tours-listings-media-details ul li:before {
    display: none !important;
}



@media (min-width: 992px) {
    .tours-listings-media-details {
        font-size: 1.125vw;
    }
}

.tours-listings-media-details > li:not(:last-child)::after {
    content: "|";
    margin: 0 0.5em;
}

.tours-listings-media-hover {
    position: absolute;
    z-index: 2;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    opacity: 0;
    transition: opacity 0.3s;
}

@media (hover: none) and (pointer: coarse) {
    .tours-listings-media-hover {
        display: none;
    }
}


.tours-listings-details {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-family: Arial, sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.tours-listings-details > li:first-child {
    position: relative;
    padding-left: 1.5em;
}

.tours-listings-details > li:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1em;
    height: 1em;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateY(-50%);
}

.tours-listings-details > li:first-child.level-intermediate::before {
    background-image: url(/images/intermediate-icon.svg);
}

.tours-listings-details > li:not(:last-child)::after {
    content: "•";
    margin: 0 0.5em;
}

.tours-carousel-nav {
    display: flex;
}

.tours-carousel-prev,
.tours-carousel-next {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(3rem, 2.5rem + 1.5vw, 4rem);
    height: clamp(3rem, 2.5rem + 1.5vw, 4rem);
    background: transparent;
    color: #242421;
    border: 1px solid rgba(36, 36, 33, 0.15);
    transition: color 0.3s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tours-carousel-prev::after,
.tours-carousel-next::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #242421;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tours-carousel-prev i,
.tours-carousel-next i {
    position: relative;
    z-index: 2;
    font-size: 1.25rem;
}

.tours-carousel-prev:not(.swiper-button-disabled):hover,
.tours-carousel-next:not(.swiper-button-disabled):hover {
    color: #f2f0e8;
}

.tours-carousel-prev:not(.swiper-button-disabled):hover::after,
.tours-carousel-next:not(.swiper-button-disabled):hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.tours-carousel-prev.swiper-button-disabled,
.tours-carousel-next.swiper-button-disabled {
    color: rgba(36, 36, 33, 0.2);
}

.tours-carousel-next {
    border-left: none;
}

.tours-carousel-scrollbar {
    flex: 1;
    height: 1px;
    background: rgba(36, 36, 33, 0.15);
}

.tours-carousel-scrollbar-drag {
    height: 100%;
    background: #242421;
}

.tours-carousel .swiper-slide {
    width: calc(100% - max(1.5vw, 0.5rem));
}

@media (min-width: 576px) {
    .tours-carousel .swiper-slide {
        width: 75%;
    }
}

@media (min-width: 768px) {
    .tours-carousel .swiper-slide {
        width: calc((100% - max(1.5vw, 0.5rem)) / 2);
    }
}

@media (min-width: 992px) {
    .tours-carousel .swiper-slide {
        width: calc((100% - max(1.5vw, 0.5rem) * 2) / 3) !important;
    }
}

.tours-carousel .swiper-slide:not(:last-child) {
    margin-right: max(1.5vw, 0.5rem) !important;
}

.tours-carousel-footer {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.tours-carousel-footer + .btn {
    margin-top: calc(2rem * 2);
}
/******/
.pied .bande2 .row {
    border-top: 1px solid #b24b25;
    padding-top: 16px;
    position: relative;
}
.contact .tab-formulaire {
    display: block;
    width: 100%;
    position: relative;
    z-index: 8000;
    padding: 5rem 25%;
    margin: 5em 0em 5em;
    border-radius: var(--border-radius);
    background-color: var(--nuanceColor1);
    background-blend-mode: soft-light;
    background-image: var(--nuanceColor1);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.bande_contact_footer .row1{
    border-radius: var(--border-radius);
    background-color: #222021ba;
    background-blend-mode: soft-light;
    background-image: url(../images/bgform.jpeg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/*Galery*/
/*****/
.swiper.mySwiperGalAB.swiper-container-horizontal {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.gallery .nav {
    margin: 10px 0;
    text-align: center;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    align-items: self-end;
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
    background: none;
    padding: 0 3px 0 5px;
    width: 16.5%;
    height: 195px;
}

.gallery .nav li::after {
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 18px;
    width: 5px;
    height: 5px;
    background: var(--color1);
    border-radius: 5px;
    display: block;
    content: " ";
    opacity: 0;
}

.gallery .nav li.active::after {
    /* opacity: 0.8; */
}

.gallery .nav li:last-child::after {
    display: none
}

.gallery .nav li a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--font_family_3);
    text-align: center;
    border-radius: var(--border-radius);
    background: var(--color1);
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    /* text-shadow: 0 0 20px #153d49; */
    border: none !important;
    color: white;
    font-weight: initial;
    position: relative;
    z-index: 1;
}

.gallery .nav li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(358deg, var(--color2), transparent); */
    top: 0;
    left: 0;
    z-index: -1;
    /* opacity: 0.3; */
    background-color: var(--color3);
    opacity: 0.5;
    transition: all .3s ease;
}

.gallery .nav li a:hover:before {
    background-color: var(--color1);
}

.gallery .nav li.active a:before {
    background-color: var(--color1);
}

.gallery .nav li a:hover,
.gallery .nav li.active a {
    background: none;
    color: var(--color0);
}

.gallery .nav li.active a:before {
    /* opacity: 3.1; */
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 0
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0;
    text-align: center
}

.gallery .bas-galerie a.bouton-principal {
    padding-left: 15px;
    padding-right: 60px;
    display: inline-block;
}

.gallery .bas-galerie a.bouton-principal::after {
    background-image: none;
    width: 22px;
    height: 22px;
    content: "+";
    font-family: var(--font_family_1);
    font-size: 45px;
    position: absolute;
    right: 19px;
    top: 11px;
    line-height: 20px;
    left: auto;
    background: transparent;
}
.gallery .nav li a.bouton-principal {
    display: flex !important;
    align-items: center;
    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;
}

/*******/
.mySwiperGalAB .swiper-button-prev,.mySwiperGalAB .swiper-button-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b24b25;
    color: var(--color0);
    border-radius: 50%;
    top: 40%;
    border: 5px solid var(--color0);
    font-size: 13px;
    transition: all .3s ease;
}

.mySwiperGalAB .swiper-button-prev:hover, .mySwiperGalAB .swiper-button-next:hover {
    background-color: #3b100180;
}

.mySwiperGalAB .swiper-button-prev {
    left: 0px;
}

.mySwiperGalAB .swiper-button-next {
    right: 0;
}
/******/
/******/
 .AvisClientsBg:before {
    /* content: ''; */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 212px; */
    /* background: url(../images/mout.png) no-repeat; */
    /* background-size: 263%; */
    /* background-position: -78px -70px; */
    /* z-index: 0; */
}
.pied:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 123px;
    height: 300px;
    /* background: url(../images/8.png) no-repeat; */
    background-size: 121px;
    background-position: center right;
    z-index: 9999;
} 
body.body-temoignage.body-temoignage-0 button.bouton-principal {
    background: var(--color1);
    border-color: var(--color1);
}
.missions-wrapper {
    position: relative;
    padding: 0em 5vw 6em;
}

.missions-container {
    padding: 3em 0;
}

.missions-wrapper .ms-flex {
    margin-top: 10vh;
    display: flex;
}

.missions-wrapper .missions-img {
    position: relative;
    /* border-radius: calc(var(--taille_font)* 0.5); */
    width: 50%;
    overflow: hidden;
    /*! filter: grayscale(0.5); */
    transition: all .3s ease;
    border-radius: var(--border-radius);
}

.missions-wrapper .missions-img .fig {
    width: calc(var(--taille_font)* 78);
    height: calc(var(--taille_font)* 63);
}

.missions-wrapper .missions-img .fig img {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
}

.missions-wrapper .missions-img:hover {
    filter: unset;
}

.missions-wrapper .missions-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0vw 3vw;
    gap: 4%;
}

.missions-wrapper .missions-content .ms-c {
    padding: calc(var(--taille_font));
    /* border-radius: calc(var(--taille_font)* 1); */
    background-color: var(--color4);
    box-shadow: 0 2px 0px 9px rgb(0 0 0 / 4%);
    width: 100%;
    font-size: calc(var(--taille_font)* 1.9);
    /* font-weight: bold; */
    margin-bottom: 0;
    /* letter-spacing: 2px; */
    font-family: var(--font_family_2);
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5%;
    min-height: calc(var(--taille_font)* 10);
    border-radius: var(--border-radius);
}

.missions-wrapper .missions-content .ms-c .title {
    color: var(--color1);););
    font-family: var(--font_family_3);
}

.missions-wrapper .missions-content .ms-c .subtitle {
    font-size: calc(var(--taille_font)* 1.02);
    opacity: .8;
}

.missions-wrapper .missions-content .ms-c .ms {
    display: flex;
    flex-direction: column;
}

.missions-wrapper .missions-content .ms-c svg {
    width: calc(var(--taille_font)* 7);
    height: calc(var(--taille_font)* 5);
    fill: #000000 !important;
}
.missions-wrapper .missions-content .ms-c svg {
    width: calc(var(--taille_font) * 7);
    height: calc(var(--taille_font) * 5);
    fill: #000000 !important;
}
.missions-wrapper .missions-content .ms-c:nth-child(2) svg {
    width: calc(var(--taille_font)* 6);
    height: calc(var(--taille_font)* 6);
}

.missions-wrapper .missions-content span svg {
    width: 50px;
    height: 50px;
}

.missions-wrapper .missions-content span i {
    color: var(--color1);
}

@keyframes zoomAB {
  0% {
    scale: 1;
  }
    50% {
        scale:1.3;
    }

  100% {
    scale: 1;
  }
}
/***/

.typewriter {
  overflow: hidden;
  /* border-right: .15em solid var(--color1); */
  white-space: nowrap;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .15em;
  transition: .3s ease;
  color: var(--color1);
  animation: typing 1s;
  width: 300px;
  /* Set a fixed width to avoid layout shifts */
  scale: 2;
}

.typewriter img {
  min-width: 300px;
  height: auto;
  width: 300px;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0
  }

  to {
    width: 300px;
  }
}

.right-side {
  width: 50%;
  height: 100%;
  position: absolute;
  background: var(--color4);
  z-index: -1;
  right: 0;
  transition: 1.2s ease;
}

.right-side:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
  width: 1px;
  height: 0%;
  background: var(--color1);
  transition: 0.8s ease;
}

.left-side {
  width: 50%;
  height: 100%;
  position: absolute;
  background: var(--color4);
  z-index: -1;
  transition: 1.2s ease;
  left: 0;
}

.left-side:before {
  content: "";
  position: absolute;
  right: 0;
  opacity: 0;
  top: 50%;
  transform: translate(0px, -50%);
  width: 1px;
  height: 0%;
  background: var(--color4);
  transition: 0.8s ease;
}

.timeup::before {
  height: 100%;
}

.cont {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: var(--color4);
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}





/***/

/*** AOS Animations ***/
[data-aos="aos-animation1"] {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  transition-property: all;
}

[data-aos="aos-animation1"].aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}


[data-aos="aos-animation2"] {
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  transition-property: all;
}

[data-aos="aos-animation2"].aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}


[data-aos="aos-animation3"] {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  transition-property: all;
}

[data-aos="aos-animation3"].aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
/*==============SERVICES=====================*/

.centerservice2 {
    margin: 0 16%!important
}

.centerservice {
    margin: 0 33%!important
}
.nosServicesBg {
    padding: 6vh 7vw 10vh;
    background: var(--color0);
}

.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 .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: 0 0;
    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
}
.btn-service a span {
    /* display: none; */
}

.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: 0 0;
    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
}
.swiper-services .swiper-wrapper {
    display: flex !important;
    align-items: stretch !important;
}
/**/
.swiper-services .swiper-slide {
    transition: all 0.4s ease;
    width: 350px; /* largeur de base */
    opacity: 0.8;
    transform: scale(0.95);
}

.swiper-services .swiper-slide-active {
    width: 450px; /* largeur plus grande */
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
/* Gestion des derniers slides */
.swiper-services .swiper-slide:last-child,
.swiper-services .swiper-slide:first-child {
    margin-right: auto !important;
    margin-left: auto !important;
}
.services-home {
    position: relative;
    padding: 0vh 0 25vh;
    background: var(--color5);
    opacity: 1;
    transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s;
    /*! margin-bottom: 4em; */
}

.serviceblocNK {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 7vw;
}

.services-home::before {
    /* content: ""; */
    /* position: absolute; */
    /* top: 0px; */
    /* left: 0px; */
    /* width: 100%; */
    /* height: 50%; */
}

.services-home .h1 {
    color: var(--color1);
    text-align: left;
    margin-top: 1em;
}

.services-home .h1::before,.services-home .h1::after {
    /*! background-color: var(--color1); */
    /*! left: 15%; */
    opacity: 0;
}

.title-serv .titre-secondaire {
  text-align: left;
  letter-spacing: initial;
  width: 40vw;
}
.one-service {
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: var(--border-radius);
    position: relative;
    height: 65vh;
    line-height: 0;
}



.one-service::after {
    content: "";
    position: absolute;
    inset: -50%;
    background: #00000042;
    /* transform: rotateZ(60deg) translate(-5em, 50em); */
    z-index: -1;
}

.one-service:hover::after {
    /* animation: 0.3s ease-in 0s 1 normal forwards running shine; */
}

@keyframes shine {
    100% {
        transform: rotateZ(60deg) translate(1em, -60em);
    }
}

.lien_image {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}

.titre-service-premier {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 35%;
    padding: 24px 16px;
    transition: all 0.4s ease 0s;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
}

.one-service.item:hover .titre-service-premier {
    background: rgba(0, 0, 0, 0.38);
    transition: all .4s ease;
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
}

.titre-service-premier h2 {
    color: var(--color0);
    font-size: calc( var(--taille_font) * 1.5 );
    line-height: 60px;
    font-family: var(--font_family_1);
    margin-top: 7px;
    /* margin-bottom: 5px; */
    position: relative;
    margin-left: 10px;
}


.titre-service-premier span {
    position: relative;
    font-size: var(--taille_font);
    color: var(--color0);
    font-family: var(--font_family_1);
    /* margin-left: 10px; */
    transition: all .4s ease;
    font-weight: initial;
    text-transform: uppercase;
}

.titre-service-premier span:hover {
    background: var(--color5);
    color: var(--color0);
    opacity: .7;
}

/* .one-service.item:hover .titre-service-premier span::after {
    transform: scaleX(1);
    transform-origin: right bottom;
} */

.lien_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    will-change: transform;
    transform: scale(1);
    transition: all .5s ease;
}

.one-service:hover .lien_image img {
    transform: scale(1.05);
    transition: all 500ms ease;
}

.engegements-content {
    overflow: hidden;
    margin-top: 4vh;
}

.swiper-button-next-serv, .swiper-button-prev-serv {
    border-radius: var(--border-radius);
    background: transparent;
    margin: 0px 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 12px;
    transition: all 0.3s linear 0s;
    color: var(--color1);
    border: 1px solid var(--color1);
}

.swiper-button-next-serv:hover, .swiper-button-prev-serv:hover {
    background: var(--nuanceColor1);
    color: var(--color2);
    border: none;
}

.swiper-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 15vh;
    left: 50%;
    transform: translateX(-50%);
}

.btn-service {
    display: flex;
    align-items: center;
    justify-content: center;
}


/***/
/*================== Video =====================*/
    .video-header {
    position: absolute;
    inset: 0px;
}

.video-header video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*================== Video End =====================*/


/******Partie presentation*******/
.contenair.nkboby {
    margin-bottom: 4em;
}
.r-flex .row.recup-photos.gallery {
    position: relative;
}
p.text-ans {
    font-size: calc( var(--taille_font) *1.01055);
    font-family: var(--font_family_2);
    line-height: calc( var(--taille_font) * 2);
    font-weight: 900;
    text-align: center;
}

.text-experience:before {
    width: 3.01vw;
    height: 4.101123445vh;
    position: absolute;
    bottom: 0;
    left: -3vw;
    content: '';
    background-color: var(--bg-facultatif);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.text-experience {
    position: absolute;
    width: 10vw;
    right: 6vw;
    bottom: -3vh;
    background: var(--color3);
    color: #fff;
    text-align: center;
    font-family: var(--font_family_1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 1.2vw;
    height: 9.9953235vw;
    backdrop-filter: blur(10px);
}

p.annee {
    font-family: var(--font_family_1);
    font-size: calc( var(--taille_font) * 1.85 );
    font-weight: 700;
}

.body-page-1 .fluid-contenu .corps:before {
  content: "";
  position: absolute;
  right: 0;
  top: -8%;
  background: url(  ../images/mountaintexture3.svg);
  width: 100%;
  height: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
 .fluid-contenu .corps:before {
  content: "";
  position: absolute;
  right: 0;
  top: -1.92%;
  background: url(  ../images/mountaintexture3.svg);
  width: 100%;
  height: 2%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.body-page-1 .fluid-contenu .corps:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  /* background: url(../images/topographie.png); */
  width: 50%;
  height: 113%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: .0976855143234541;
}
.row.r-flex article h1 {
  /* margin-bottom: 0; */
  text-align: left;
}

.row.r-flex article h1:before {
    left: 0;
    transform: none;
}

.row.r-flex .titre-secondaire {
  text-align: left;
  margin-bottom: 1em;
}

.text-center.btnflex {
  display: flex;
  padding-left: 2.5vw;
}


.r-flex .row.recup-photos.gallery:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 140px;

    left: 183px;

    top: -33px;
    border-radius: var(--border-radius);
    background-color: var(--color1);
    display: none;
}

.images-f {
    width: 100%;
}

.images-f:before {
}

.images-f:after {
     
     
     
    /*! background: url(../images/bg.png); */
}

.row.r-flex {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
    z-index: 2;
}


.propor.pic-1 {
    height: 64vh!important;
}

.propor.pic-2 {
    position: absolute !important;
    width: 20vw !important;
    height: 12vw !important;
    bottom: 16vh;
    right: 1vw;
    border: 0.5432108vw solid var(--color0) !important;
}


/***/
.fixed.tete {
    transition: all .3s ease-in;
    /* box-shadow: 0 -5px 15px #52c0ec82; */
    /* -webkit-box-shadow: 0 -5px 15px #52c0ec82; */
    -moz-box-shadow: 0 -5px 15px #52c0ec82;
}

/*===========================================================================================*/
.recup-photos .propor .propor-cont .imagecont:hover img {
    transform:scale(1.2);
    will-change: transform;
    transition-duration: 1500ms;
    
}
.gallery .ligne-photos .propor .propor-cont .imagecont:hover img{
    transform:scale(1.2);
    will-change: transform;
    transition-duration: 1500ms;
}
/**/






.corps .page-contenu h2:first-of-type,
.corps .gallery h2:first-of-type,
.corps .seo-content h2:first-of-type,
.corps .newsItem h2:first-of-type {
    position: relative;
    padding: 3vh 2vw;
    font-size: calc(var(--taille_font) + .2rem);
    line-height: calc(var(--taille_font) + 1rem);
    border: none;
    font-weight: initial;
    z-index: 1;
}

.corps .page-contenu h2:first-of-type:before,
.corps .gallery h2:first-of-type:before,
.corps .seo-content h2:first-of-type:before,
.corps .newsItem h2:first-of-type:before {
    content: '';
    position: absolute;
    background: var(--color1);
    width: 100%;
    height: 100%;
    opacity: .2;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: var(--border-radius);
}

.corps .page-contenu h2,
.corps .gallery h2,
.corps .seo-content h2,
.corps .newsItem h2 {
    margin-bottom: 2vh;
}

.corps blockquote {
    font-size: inherit;
    background: var(--bg-facultatif);
    border-radius: var(--border-radius);
    border: 0;
    padding: 3vh 2vw;
    margin: 3vh 0;
}

.alert.alert-warning.alert-dismissable {
    width: 100%;
}

body,
html {
    height: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s 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
}

ol li,
ul li {
    padding-left: 0;
    position: relative
}

ul li:before {
    display: inline-block;
    content: "\f054";
    position: absolute;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    left: -15px;
    font-size: 14px;
    color: var(--color1);
    top: 0;
    width: 9px;
    height: 16px
}

ol li::marker {
    color: var(--color1)
}

ol li.niveau2,
ul li.niveau2 {
    margin-left: 30px
}

dir,
menu {
    padding-left: 15px
}

blockquote p {
    font-size: inherit
}

table,
table td,
table th {
    font-size: inherit;
    border: 1px solid #7c7c7c
}

article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

iframe {
    border: none
}

[data-anim] {
    opacity: 0
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.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: 700
}

.underline {
    text-decoration: underline
}

.relative {
    position: relative
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.noflicker {
    -webkit-transform: translateZ(0)
}

.retrait {
    margin-left: -15px !important;
    margin-right: -15px !important
}

.transition {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-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(--color2);
    font-family: var(--font_family_2);
    font-size: var(--taille_font);
    background: var(--color0);
}

a,
a:link,
a:visited {
    color: var(--color1);
    text-decoration: underline
}

a:hover {
    text-decoration: none;
    color: var(--color0);
}

.corps a:hover {
    color: var(--color0);
}

.body-sitemap .corps a:hover {
    color: #000;
}

a:active {
    outline: 0
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--nuanceColor1);
    font-family: var(--font_family_1);
    font-weight: 200;
    text-transform: uppercase;
}

.h1,
h1 {
    font-size: calc(var(--taille_font) * 3.2);
    line-height: 1.3;
    color: var(--color1);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    text-wrap: balance;
    font-family: var(--font_family_1);
}

.contenair.nkboby .h1:before,
.contenair.nkboby h1:before {
    /* content: ""; */
    width: 0.052vw;
    background: var(--color1);
    position: absolute;
    bottom: -3.283vw;
    left: 50%;
    height: 3vw;
}
.contenair.nkboby .h1:after, .contenair.nkboby h1:after,.realisations .contenu .h1:before {
    /* content: ""; */
    width: 0.052vw;
    background: var(--color1);
    position: absolute;
    bottom: 2.0283vw;
    left: 50%;
    height: 3vw;
}

.realisations .contenu:before {
    content: "";
    position: absolute;
    right: 42%;
    transform: translate(-50%, -50%);
    top: 1%;
    background: url(../images/flowerstexture1.png);
    width: 8%;
    height: 9%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.h2,
h2 {
    font-size: calc(var(--taille_font) * 1.8);
}

.h3,
h3 {
    font-size: calc(var(--taille_font) * 1.6);
}

h4 {
    font-size: calc(var(--taille_font) * 1.4)
}

h5 {
    font-size: calc(var(--taille_font) * 1.2)
}

h6 {
    font-size: calc(var(--taille_font) * 1)
}

.h1 a,
.h1 a:link,
.h1 a:visited,
.h2 a,
.h2 a:link,
.h2 a:visited,
.h3 a,
.h3 a:link,
.h3 a:visited,
h1 a,
h1 a:link,
h1 a:visited,
h2 a,
h2 a:link,
h2 a:visited,
h3 a,
h3 a:link,
h3 a:visited,
h4 a,
h4 a:link,
h4 a:visited,
h5 a,
h5 a:link,
h5 a:visited,
h6 a,
h6 a:link,
h6 a:visited {
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: underline
}

.titre-secondaire {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    padding: 12px 0 0;
    margin: 0;
    font-weight: 200;
    color: var(--nuanceColor1);
    text-align: center;
    margin-bottom: 0;
    display: block
}

.badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    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);
    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
}

.hvr-shutter-out-horizontal.dark:before {
    background-color: var(--color2)
}

.hvr-shutter-out-horizontal:active,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:hover,
a.hvr-shutter-out-horizontal:active,
a.hvr-shutter-out-horizontal:focus,
a.hvr-shutter-out-horizontal:hover {
    color: var(--color0)
}

.hvr-shutter-out-horizontal:active:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
} */
.cta a.bouton-principal:after{
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-color: var(--color1) transparent transparent transparent;
}
.cta a.bouton-principal:hover:after{
     border-width: 350px 550px 0 0;
}
a.bouton-principal,
button.bouton-principal {
    position: relative;
    display: inline-block;
    padding: 14px 40px;
    font-size: var(--taille_font);
    font-weight: initial;
    font-family: var(--font_family_3);
    overflow: hidden;
    border: 1px solid var(--color1);
    webkit-transition: color .2s linear, background-color .2s linear;
    -o-transition: color .2s linear, background-color .2s linear;
    -moz-transition: color .2s linear, background-color .2s linear;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    border-radius: var(--border-radius);
}

a.bouton-principal:after, button.bouton-principal:after, .btn-news a.bouton-principal:after {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-color: var(--color1) transparent transparent transparent;
}
a.bouton-principal:hover:after, button.bouton-principal:hover:after, .btn-service a.bouton-principal:hover:before, .btn-news a.bouton-principal:hover:after {
   border-width: 350px 550px 0 0;
}



.btn-news a.bouton-principal,
.btn-news button.bouton-principal,
.btn-service a.bouton-principal,
.btn-service button.bouton-principal {
      position: relative;
      display: inline-block;
      margin: 1rem auto;
      padding: 14px 40px;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 3px;
      /* overflow: hidden; */
      border: 2px solid var(--color1);
      webkit-transition: color .2s linear, background-color .2s linear;
      -o-transition: color .2s linear, background-color .2s linear;
      -moz-transition: color .2s linear, background-color .2s linear;
      text-decoration: none;
      outline: none;
}



.btn-service a.bouton-principal:before{
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-color: var(--color1) transparent transparent transparent;
}

/* .btn-news a.bouton-principal:after,
.btn-service a.bouton-principal:after {
    content: none
}

.btn-news a.bouton-principal::after,
.btn-service a.bouton-principal::after {
    background-image: none
}
 */
.body-page-1 .corps a.bouton-principal, .body-page-1 .corps button.bouton-principal, .btn-service a.bouton-principal {
    width: 200px;
    margin: 15px 0 50px
}

.main-page {
    position: relative;
    overflow: hidden;
    background: var(--color0);
}

.tete {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9000;
    height: initial;
    transition: .5s
}

.header {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 7vw;
}

.tete .header .flex-logo {
    width: 20%;
}

.tete .header .flex-infos {
    width: 20%;
    height: 100%
}

.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:focus,
.tete .logo-site a:hover {
    color: var(--color1);
    text-decoration: none
}

.tete .logo-site a img {
    height: auto;
    padding-top: 10px;
    width: 6vw;
    transition: all .4s ease-in-out;
}

.fixed .logo-site a img {
    width: 4vw;
    transition: all .4s linear;
    padding-top: initial;
    content: url("../images/logoo2.png");
}

.tete .header .flex-infos .infos {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap
}

.fixed .infos .tel {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: initial;
    text-transform: uppercase;
    color: var(--color0);
    padding: 8px 14px 8px;
    margin: 0;
    font-family: var(--font_family_1);
    background: var(--nuanceColor1) !important;
    border-radius: var(--border-radius);
    margin-right: 1rem;
    transition: .5s;
    white-space: nowrap;
    border-color: var(--nuanceColor1) !important;
}
.tete .infos .tel {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: initial;
    text-transform: uppercase;
    color: var(--color0);
    padding: 8px 14px 8px;
    margin: 0;
    font-family: var(--font_family_1);
    background: var(--nuanceColor1);
    border-radius: var(--border-radius);
    margin-right: 1rem;
    transition: .5s;
    white-space: nowrap;
    border: 1px solid var(--nuanceColor1);
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal a {
    color: var(--color0);
    text-align: center;
}

.cta {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
    height: 100%;
    margin: 1em 0;
    font-weight: 700;
    flex-shrink: 1;
    position: relative;
    z-index: 99;
}

.cta a.bouton-principal:after {
    /*display: none;*/
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    position: relative;
    display: inline-block;
    padding: 14px 40px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: initial;
    letter-spacing: initial;
    overflow: hidden;
    font-family: var(--font_family_3);
    border: 1px solid var(--color0);
    webkit-transition: color .2s linear, background-color .2s linear;
    -o-transition: color .2s linear, background-color .2s linear;
    -moz-transition: color .2s linear, background-color .2s linear;
    text-decoration: none;
    outline: none;
    margin: 0;
    border-radius: var(--border-radius);
}
.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal:after{
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-color: var(--color1) transparent transparent transparent;
}
.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover:after{
     border-width: 350px 550px 0 0;
}
.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal span {
    font-size: 100%;
    text-align: center;
    min-width: auto;
    font-size: 16px;
}

.cta .callTracker:not(.active):hover {
    color: var(--color0);
}

.cta a.bouton-principal,
button.bouton-principal,
.cta .tel-header {
   position: relative;
   display: inline-block;
   padding: 14px 40px;
   text-transform: uppercase;
   font-size: 16px;
   font-weight: initial;
   letter-spacing: initial;
   font-family: var(--font_family_3);
   overflow: hidden;
   border: 1px solid var(--color0);
   webkit-transition: color .2s linear, background-color .2s linear;
   -o-transition: color .2s linear, background-color .2s linear;
   -moz-transition: color .2s linear, background-color .2s linear;
   text-decoration: none;
   outline: none;
}

.cta a, .cta p {
    color: var(--color0);
}

.callTracker:not(.active) a:hover,
.callTracker:not(.active):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
}

.imagecont.noflicker.img1 {
    display: block;
    margin: 1vh 0 2vh;
    height: 30vh;
    overflow: hidden;
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px
}

.callTracker {
    position: relative
}

.callTracker a,
.callTracker span {
    display: inline-block;
    text-align: center;
    min-width: 145px;
    padding: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 100%;
    text-decoration: none
}

.pied .callTracker span {
    text-align: left;
}

.callTracker .t_phone {
    opacity: 0;
    display: none
}

.callTracker .t_affiche {
    cursor: pointer
}

header .callTracker a,
header .callTracker span {
    top: 5px
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none
}

.coordonnees .callTracker a,
.pied .callTracker a {
    position: relative;
    left: 0
}

.tete .infos .callTracker:not(.active) a:hover,
.tete .infos .callTracker:not(.active):hover {
    color: var(--color0);
    background: var(--color1);
    border-color: var(--color1);
    transition: all .4s ease;
}

.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 .4s 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
}

.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 3.5rem;
    background: 0 0
}

.navh .menu_principal>li:before {
    content: none
}

.navh .menu_principal>li:last-child {
    background: 0 0
}
.navh .menu_principal a,
.navh .menu_principal a:visited {
    position: relative;
    color: var(--color0);
    display: block;
    font-size: calc( var(--taille_font) - 0.021vw );
    padding: 34px 0;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-family: var(
    --font_family_2);
    transition: all .4s ease
}

.fixed .navh .menu_principal a,
.fixed .navh .menu_principal a:visited {
    position: relative;
    color: var(--color2);
    display: block;
    font-size: calc( var(--taille_font) - 0.021vw );
    padding: 34px 0;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-family: var(
    --font_family_2);
    transition: all .4s ease
}

.fixed .navh .menu_principal a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: var(--color2);
    left: 0;
    bottom: 0;
    transition: .3s;
}
.navh .menu_principal a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: var(--color0);
    left: 0;
    bottom: 0;
    transition: .5s
}
.navh .menu_principal a:hover:after,
.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)
}

.fixed .btn-partage .btnp {
    background: var(--color1);
}

@media(max-width:1530px) {
    .header {
        padding: 0 1.5%
    }
}

@media(max-width:1376px) {
    .nkmontain {
    width: 100%;
    height: 138px;
    background: url(../images/mout.png) no-repeat;
    background-size: 263%;
    background-position: -78px -70px;
}
    .flex-infos {
        display: none
    }

    .fluid-infos .infos p.tel {
        display: none;
    }

    .btn-liens-rs {
        display: none;
    }

    .tete .header .flex-menuP {
        width: 80%
    }

    .fluid-infos {
        position: fixed;
        top: 20vh;
        right: 0;
        z-index: 9999
    }

    .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);
    background-color: rgb(255, 255, 255, 0.85);
    box-shadow: 0px 0px 7px #c1c1c1;
    backdrop-filter: blur(25px);
}

.slogan {
    position: relative;
    color: var(--color0);
    width: 100%;
    padding: 0 4%;
    margin: 0;
    text-align: center;
    z-index: 2;
    top: 50px;
}

.body-page-1 .slogan {
    position: relative;
    color: var(--color0);
    width: 100%;
    padding: 0 4%;
    margin: 0;
    text-align: left;
    z-index: 2;
    top: 50px;
}

.slogan h1 {
    position: relative;
    color: var(--color0);
    width: 100%;
    margin: 0;
    text-align: center;
    z-index: 2;
}
.body-page-1 .slogan h1 {
    position: relative;
    color: var(--color0);
    width: 100%;
    margin: 0;
    text-align: left;
    z-index: 2;
}

.h1.slogan:before,
.slogan h1:before {
    content: "";
    width: 0;
    height: 0;
    background: 0 0;
    position: inherit;
    bottom: inherit;
    left: inherit;
    display: none;
}

.slogan .titre {
    font-size: 2.646vw;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    line-height: 4.646vw;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    padding: 10px 0;
    text-shadow: 0 1px #00000057;
}

.slogan .titre span {
    font-size: 48px
}

.slogan .sous-titre {
    font-size: 1.042vw;
    font-family: var(--font_family_3);
    line-height: 3.646vw;
    font-weight: 200;
    letter-spacing: 3px;
    text-transform: uppercase;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    text-shadow: 0 1px #00000057;
}

.body-page-1 .slogan {
    top: 35px;
    text-align: center;
    width: 100%;
    padding: 0 3vw;
}

.body-page-1 .slogan .titre {
    font-size: 4.9646vw;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    line-height: 3.646vw;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    padding: 10px 0;
    text-shadow: 0 1px #00000057;
}
.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: relative;
    top: 0 !important;
    margin-left: 0;
    /* height: 60vh !important; */
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
}

.banniere:not(.body-page-1 .banniere) {
    height: 60vh !important;
}

.banniere:after {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    opacity: .454321;
}

.body-page-1 .banniere:before {
    content: '';
    background: #000;
    width: 100%;
    height: 100px
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    opacity: 1;
}
.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(0);
        width: 100%;
        left: 0
    }
}

.btn-descendre,
a.btn-descendre {
    width: 60px;
    height: 60px;
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100px;
    margin-top: 23px
}

.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 1.5s ease-out infinite;
    background: #fff;
    z-index: -1
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.8);
        opacity: 0
    }
}

.btn-descendre i {
    font-size: 30px
}

.fluid-contenu {
    position: relative;
    z-index: 10;
    background: var(--color0);
    margin-top: 0 !important;
}

.fluid-contenu .corps {
    padding: 4em 7vw 5em;
}

.body-page-1 .fluid-contenu .corps {
    background: var(--color0);
    padding: 2em 7vw 6em;
}
.body-page-1 .page-contenu-home {
    position: relative;
    display: block;
    padding: 2rem 5%;
    height: 60vh;
}

.page-contenu-home {
    position: relative;
    display: block;
    padding: 4rem 13%
}

.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 .6s ease-in-out;
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    border-radius: var(--border-radius);
    overflow: hidden
}

.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: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    transition: .5s;
    background-color: #2220218f;
    /* 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% 2em;
}

.certifs .cell.gauche {
    display: block
}

.certifs .cell.gauche .contenu {
    padding: 2em 13%;
    display: none;
}

.certifs .cell.droite {
    position: relative;
    display: block;
    padding: 2em 7% 2em;
}

.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: 50% auto;
    -moz-background-size: 50% auto;
    background-size: 60% 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(--color5);
    padding: 10em 5vw 6em;
}

.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: var(--taille_font);
    font-weight: 700;
    color: var(--color0);
}

.actualites .date_pos .time {
    text-align: center;
}

.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 {
    position: relative;
    z-index: 8000;
    background: var(--color4);
    text-align: center
}

.AvisClientsBg {
    padding: 0 7%
}

.AvisClientsBg .bx-prev {
    left: -2vw
}

.AvisClientsBg .bx-prev:before {
    display: inline-block;
    content: "\f053";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    color: var(--color1);
}

.AvisClientsBg .bx-next {
    right: -2vw
}

.AvisClientsBg .bx-next:before {
    display: inline-block;
    content: "\f054";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    color: var(--color1);
}

.AvisClientsBg .bx-next,
.AvisClientsBg .bx-prev {
    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-next:hover,
.AvisClientsBg .bx-prev: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: 0 0
}

.AvisClientsList li:before {
    content: none
}

.avisClientsBg .h {
    text-align: center
}

.AvisClients,
.AvisClients:link,
.AvisClients:visited {
    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: #faf7f85e;
    color: var(--color1);
    font-weight: initial;
    transition: all .3s;
}

.AvisClientsBg {
    background: var(--color4);
}

.AvisClients .h {
    font-size: 21px;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    font-weight: initial;
    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;
    text-align: center;
}

.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;
    color: var(--color2);
}

.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: 700;
    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: 0 0;
    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:focus,
.modal-content .btn-close:hover {
    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 .form-control,
.formulaire #add-review .form-group input,
.formulaire #add-review .form-group textarea {
    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: 400;
    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: 0 0;
    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
}

.centerservice2 {
    margin: 0 16% !important
}

.centerservice {
    margin: 0 33% !important
}

.services {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: transparent;
    border-bottom: none;
    min-height: 55vh
}

.services.services-home {
    padding: 7rem 10%
}

.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: 0 0;
    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 {
    position: relative;
    display: inline-block;
    margin: 1rem auto;
    padding: 14px 40px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 3px;
    overflow: hidden;
    border: 2px solid var(--color2);
    webkit-transition: color .2s linear, background-color .2s linear;
    -o-transition: color .2s linear, background-color .2s linear;
    -moz-transition: color .2s linear, background-color .2s linear;
    text-decoration: none;
    outline: none;
}

.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: 0 0;
    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
}

.AvisClientsBg,
.realisations {
    position: relative;
    z-index: 8000;
    text-align: center;
    padding: 5em 5vw 2em;
}

.realisations .contenu:before {}

.realisations {
    padding: 5em 0 6em;
    background: #fff;
}

.news .propor,
.realisations .galerie .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.news .propor:after,
.realisations .galerie .propor:after {
    padding-top: 78%;
    display: block;
    content: ''
}

.news .propor .propor-cont,
.realisations .galerie .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.news .propor .propor-cont .imagecont,
.realisations .galerie .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0)
}

.news .propor .propor-cont .imagecont .imagefond,
.realisations .galerie .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.news .propor .propor-cont .imagecont .masque,
.realisations .galerie .propor .propor-cont .imagecont .masque {
    transition: all .4s 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
}

.news .propor .propor-cont .imagecont:hover .masque,
.realisations .galerie .propor .propor-cont .imagecont:hover .masque {
    opacity: .8;
    filter: alpha(opacity=80)
}

.news .propor .propor-cont .imagecont:hover .imagefond,
.realisations .galerie .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: 1;
    background: #efd8cc61;
    padding: 8em 7vw 8em;
    display: flex;
    text-align: center;
    background-image: none !important;
    gap: 75px;
    align-items: center;
    overflow: hidden;
}

.plan-map {
    display: block;
}

.plan-map iframe {
    width: 100%;
    height: 35vh;
    vertical-align: bottom;
}
.plan-img {
    position: relative;
    width: 55%;
    border-radius: var(--border-radius);
}

.plan-img img {
    border-radius: var(--border-radius);
}

.intervention:before {
        /* content: ""; */
        position: absolute;
        /* width: 100vw; */
        /* background: url(../images/abstract-1.png); */
        /* height: 70%; */
        /* left: 0%; */
        /* top: -5%; */
        /* opacity: .1; */
        /* background-size: contain; */
        /* background-position: top; */
        /* z-index: -1; */
        /* animation: anim 100s infinite linear; */
}
.intervention .titre-secondaire {
    text-align: center;
}

.intervention .plan-map {
    width: 100%;
    position: relative;
}

.intervention .plan-map iframe {
    width: 100%;
    /* border: 10px solid #FF5722 !important; */
}
.intervention .contenu {
    padding: 0% 0% 0;
    width: 100%;
    line-height: 2;
    letter-spacing: 1px;
    text-align: left;
}

.contenu h3 {
    margin-top: 0;
}

.intervention .text-center {
    text-align: left;
}
.intervention h2 {
    margin-top: 0;
    text-align: left;
}

.intervention h2:before {
    left: 0;
    transform: translate(0);
}

.intervention ul {
    margin: 30px 0;
    /* column-count: 2; */
    width: 100%;
    text-align: left;
}
.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(--nuanceColor1);
}

.pied .bande1 {
    padding: 5rem 7vw 5rem;
}

.bande_contact_footer {
    padding: 20px 10% 20px;
}

.bande_contact_footer:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 212px;
    background: url(../images/mout.png) no-repeat;
    background-size: 263%;
    background-position: -78px -70px;
    z-index: 0;
}

.bande_contact_footer .row1 {
    position: relative;
    display: block;
    background: var(--nuanceColor1);
    padding: 5rem 28%;
    border-radius: var(--border-radius)
}

.pied .bande2 {
    padding: 20px 10%;
    background: var(--nuanceColor1);
}

.pied .title_footer {
    color: var(--color0);
    font-family: var(--font_family_1);
    font-size: calc( var(--taille_font) * 2 );
    text-transform: uppercase;
    padding: 0 0 20px;
    position: relative;
    font-weight: 200;
    float: left;
    width: 100%;
}

.pied .title_footer::before {
    content: "";
    width: 2vw;
    height: 10px;
    background: var(--color1);
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 1px;
}

.pied .navf .menu_footer {
    color: var(--color0);
    padding: 15px 20px;
    list-style-type: none;
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
}

.pied .navf .menu_footer li {
    display: block;
    padding: 0 0 4px;
    background: 0 0;
    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: 15px;
    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(--color3);
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    text-align: justify;
    padding: 0
}

.pied .menu_referencement li {
    display: inline;
    padding: 0;
    background: 0 0
}

.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(--color0);
    font-size: var(--taille_font);
    float: left;
    width: 100%;
    position: relative;
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0;
    background-position: 0 0;
    padding: 0 0 10px 0;
    font-size: 15px;
}

.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(--color1);
    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;
    position: relative;
    float: left;
    width: 100%;
}

.pied .horaires {
    color: var(--color3);
    padding: 10px 0 35px;
    margin: 15px 0 0;
    font-size: 16px;
    float: left;
    width: 100%;
}

.horaires {
    display: inline-grid
}

.horaires i {
    margin: 4px 0 0;
    margin-right: 12px;
    font-size: 16px;
    color: var(--color1);
    float: left;
}

.pied .copyright-footer {
    margin: 5px 0 0;
    text-align: center
}

#logoFD svg * {
    fill: var(--color0);
}

#logoFD svg {
    width: 210px
}

.pied .btn-like {
    padding: 20px 0 0
}

.pied .btn-partage {
    text-align: right;
    padding: 10px 0 0;
    display: flex;
    justify-content: flex-end
}

.scrollbars {
    width: 100%;
    height: 37vh;
}

.scrollbar-path-horizontal,
.scrollbar-path-vertical {
    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, .1)
}

.scrollbar-path-horizontal {
    box-shadow: inset 0 1px 1 rgba(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-handle,
.scrollbar-path-horizontal,
.scrollbar-path-vertical {
    border-radius: 5px
}

.scrollbar-content {
    padding: 0 30px 0 0;
    float: none !important
}

.prestation {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: transparent;
    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: none;
}

.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, .contact .tab-formulaire .contenu h2 {
    color: var(--color1);
    text-transform: none;
    position: relative;
    margin-bottom: 55px;
    font-weight: initial;
    text-transform: uppercase;
}

.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: transparent;
}

.contact .tab-coordonnes .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 35%;
    /* border-top: none; */
    border: 2px solid var(--color3);
    /* border-radius: var(--border-radius); */
}

.contact .tab-coordonnes .cell.gauche .contenu {
    padding: 3em 7% 0;
}

.contact .tab-coordonnes .cell.centre {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.contact .tab-coordonnes .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background: var(--nuanceColor1);
}

.contact .tab-formulaire {
    display: block;
    width: 100ù;
    position: relative;
    z-index: 8000;
    /* background: transparent; */
    padding: 3em 7% 0;
    margin-top: 0em;
    border-radius: var(--border-radius)
}

.contact .tab-formulaire .contenu h2 {
    text-align: inherit;
}

.contact .tab-formulaire .contenu h2:before {
    display: none;
}

.contact .plan {
    font-size: 0
}

.contact .plan iframe {
    height: 20px;
}

.contact .plan .block #googlemapapi,
.contact .plan iframe {
    width: 100% !important;
    height: 400px !important;
}

.contact .coordonnees {
    padding: 0 0 20px
}

.contact .coordonnees h2 {
    margin-top: 20px;
    text-align: left;
}

.contact .coordonnees address p {
    padding: 0 0 10px 0;
    text-align: left;
}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none
}

.contact .coordonnees address p span.intitule {
    font-weight: 700
}

.contact .coordonnees address p a {
    text-decoration: none;
    color: inherit
}

.contact .coordonnees address p a:hover {
    text-decoration: underline
}

.contact .description-contact {
    padding: 0 0 10px
}

.contact .description-contact p {
    color: #fff;
}
label.checkbox.label-rgpd p {
    color: #fff;
}

.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 a,
.info-rgpd a:visited,
.info-rgpd strong {
    color: var(--color1)
}

.contact .formulaire .control-label {
    text-align: left !important;
    font-weight: 400
}

.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)
}

.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:active,
.contact .formulaire .form-group .form-control:focus {
    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 .4s 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:active,
.body-error404 a.btn.btn-default:hover,
.contact .formulaire input.btn-primary:active,
.contact .formulaire input.btn-primary:hover,
.contact a.btn.btn-default:active,
.contact a.btn.btn-default:hover {
    background-color: var(--nuanceColor1);
    border: 1px solid #fff;
    transition: all .4s ease;
}

::-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
}

.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: 100%;
    height: 100%;
}

.flex-seoContain .seo-content img {
    width: 100%;
    height: 100%;
}

.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);
    transition: all .6s ease-in-out;
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    -webkit-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: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background-color: #2220218f;
    /* background-image: url(../images/ico-zoom.svg); */
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
    border-radius: var(--border-radius)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: .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: 0 0;
    padding: 0 3px 0 5px
}

.gallery .nav li:before {
    content: none
}



.gallery .nav li a.bouton-principal:after {
    content: none
}

.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);
}

.contactButton,
.nav-item-active,
.sidebar-bottom-controls a,
.sidebar-divider-text,
.sidebar-form label,
.sidebar-left a,
.sidebar-right a,
.sidebar-send-button {
    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, .1)
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    width: 100%
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    overflow-y: hidden
}

.top-logo img {
    position: absolute;
    left: 0;
    top: -3px;
    max-height: 71px;
    max-width: 133px;
}

.deploy-right-sidebar {
    border-left: 1px var(--color0) solid;
    display: table-cell;
    background-color: var(--color0);
    height: 65px;
    width: 65px;
    background-position: center center
}

.deploy-right-mail {
    border-left: 1px var(--color0) solid;
    display: table-cell;
    background-color: var(--color0);
    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(--color0);
    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(--nuanceColor1);
}

.sidebar-scroll-right .icones {
    fill: #fff;
}

.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, .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(--nuanceColor1);
    opacity: 1;
}

.submenu a:first-child {
    background-image: none !important
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-header-right {
    height: 65px;
    background-color: var(--nuanceColor1);
    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: 0 0;
    padding-left: 18px;
    background: var(--nuanceColor1);
}

.menu-mobile-dynamique li.active {
    background: var(--color1);
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0
}

.menu-mobile-dynamique .sub-menu li a {
    height: 42px;
    text-transform: none
}

.menu-mobile-dynamique .sub-menu {
    background-image: linear-gradient(to bottom, var(--color1), var(--color1));
    padding-top: 18px;
    padding-bottom: 18px
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    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: 0 0
}

.menu-mobile-dynamique input {
    -webkit-appearance: none;
    border-radius: 0
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    vertical-align: baseline;
    outline: 0
}

.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: block;
    padding: 6px 9px;
    text-align: center;
    border: none;
    background: rgba(0, 0, 0, .05);
    border-radius: 3px
}

.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(--color1)
}

.bx-pager.bx-default-pager a {
    background-color: var(--color2)
}

.bx-pager.bx-default-pager a.active,
.bx-pager.bx-default-pager a:hover {
    background-color: var(--color2)
}

.vegas-timer-progress {
    background: var(--color0)
}

.icones {
    width: 32px;
    margin: 16px 0 0 16px;
    height: 32px;
    fill: var(--nuanceColor1);
}

.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(--color1)
}

.pied .btn-partage .icones {
    fill: var(--color3)
}

.remonter .icones {
    margin: 0 0 -5px;
    fill: var(--color1)
}

.tete .tel .icones,
.tel-header .icones {
    width: 19px;
    margin: -2px 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, .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, .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:focus,
.news_avant_apres a:hover {
    border-color: var(--color1);
    text-decoration: none
}

.news_avant_apres>div:last-child {
    right: -5px
}

.news_avant_apres a:focus b,
.news_avant_apres a:hover 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:focus span,
.news_avant_apres a:hover span {
    color: var(--color2);
    text-decoration: none
}

.pagination>li {
    background: 0 0;
    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) {
    .nkmontain{
        display: none;
    }
    .contact .formulaire .form-group .form-control {
    background: #ffffff9e;
    border: 0;
    box-shadow: none;
    font-size: 14px !important;
    border-radius: 0;
    width: 100% !important;
    color: var(--color2);
    border-radius: var(--border-radius);
}
    .row.nkrow.nopad {
    display: flex;   
     justify-content: center;
    align-items: start;
    flex-direction: column;
}
.row.nkrow.nopad.nkrowreverse{
     display: flex;
     justify-content: center;
     align-items: start;
     flex-direction: column-reverse !important;
     gap: 4vh;
}
    .gallery .nav {
    margin: 10px 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.gallery .nav li {
    width: 50%;
}
    
    .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;
        font-size: 16px;
        text-align: center;
    }

     .text-1 p, .text-1 ul>li {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    opacity: 1;
    color: black;
    padding: 1vH 0;
}
    .atouts-cont {
    position: relative;
    display: block;
    padding: 0em 0 4em;
    width: 100%;
}
.atout-img {
    position: relative;
    width: 100%;
}
.atouts-cont2 {
    display: flex
;
    justify-content: space-between;
    gap: 3vw;
    align-items: stretch;
    flex-direction: column;
}
    .row.r-flex article h1 {
    text-align: left;
    display: none;
}
    .tours-listings-title {
    padding: 1.375em 0 0.4500375em 0;
    font-family: var(--font_family_1);
    font-weight: normal;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: 16px !important;
    text-decoration: none !important;
    color: #000;
}
h2.lead.nkh2 {
    font-size: 4.5vw;
    text-align: left;
    color: #fff;
    position: relative;
    text-wrap-mode: initial;
}
.visite-virtuelle {
    background-image: url(../images/training.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 25vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}
.visite-virtuelle .overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem !important;
}
span.ensavplus {
    line-height: 1;
    font-family: Antonio-Regular;
    font-size: 12px;
    opacity: .7;
    letter-spacing: 1px;
    transition: all .4s ease;
}
    .intervention .contenu {
    padding: 0 5vw;
    color: initial;
    font-size: 12px !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0%;
    letter-spacing: 0;
    opacity: 1;
    gap: 3vw;
    flex-direction: column;
}

.intervention .contenu h3 {
    font-size: 16px;
}
 .intervention{flex-direction: column;}
    .map,.intervention .contenu{width: 100%;}
.pied .title_footer {
    color: var(--color0);
    font-family: var(--font_family_1);
    font-size: calc(var(--taille_font) * 8);
    text-transform: initial;
    padding: 0px 0 8px;
    position: relative;
    font-weight: 200;
    float: left;
    width: 100%;
}
.pied address {
    margin: 0;
    padding: 15px 0 25px;
    color: var(--color0);
    font-size: 12px;
    float: inline-end;
    width: 100%;
    position: relative;
}
pied .navf .menu_footer li a, .pied .navf .menu_footer li a:visited {
    font-size: 12px;
    padding: 0 0 0;
    color: inherit;
    text-decoration: none;
}
.maps-plan iframe {
    width: 100%;
}
.actualites .date_post, .news .date-article {
    font-size: 12px;
    font-weight: 700;
    color: var(--color0);
}
.actualites .cell.texte .contenu {
    padding: 3em 10%;
    text-align: justify;
    direction: ltr;
    font-size: 14px;
}

    .titre-service-premier h2 {
    color: var(--color0);
    font-size: calc(var(--taille_font) * 9.5);
    line-height: calc(var(--taille_font) * 9.5);
    font-family: var(--font_family_1);
    margin-top: -16px;
    /* margin-bottom: 5px; */
    position: relative;
    margin-left: 10px;
}
.missions-wrapper .missions-content .ms-c svg {
    width: 170px;
    height: 60px;
    fill: #000000 !important;
}
.missions-wrapper .missions-content .ms-c:nth-child(2) svg {
    width: 170px;
    height: 60px;
}
.missions-wrapper .missions-content .ms-c {
    padding: 1em;
    background-color: var(--color4);
    box-shadow: 0 2px 0px 9px rgb(0 0 0 / 4%);
    width: 100%;
    font-size: 24px;
    margin-bottom: 0;
    font-family: var(--font_family_2);
    display: flex
;
    justify-content: start;
    align-items: center;
    gap: 5%;
    min-height: calc(var(--taille_font) * 10);
}
.missions-wrapper .missions-content .ms-c .subtitle {
    font-size: 12px;
    line-height: 20px;
    opacity: .8;
}
.missions-wrapper .missions-img {
    position: relative;
    /* border-radius: calc(var(--taille_font) * 0.5); */
    width: 100%;
    overflow: hidden;
    transition: all .3s ease;
}
.missions-wrapper .missions-img .fig {
    width: initial;
    height: inherit;
}
.missions-wrapper .ms-flex {
    margin-top: 10vh;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.missions-wrapper .missions-content {
    width: 100%;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0vw 0vw;
    gap: 20%;
}
.missions-container h2{
    font-size: 32px !important;
}
.realisations .contenu:before {
    content: "";
    position: absolute;
    right: 21%;
    transform: translate(-50%, -50%);
    top: -3%;
    background: url(../images/flowerstexture1.png);
    width: 26%;
    height: 22%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.titre-service-premier span {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #3b1001;
    font-family: var(--font_family_1);
    /* margin-left: 10px; */
    transition: all .4s ease;
    font-weight: 600;
    text-transform: uppercase;
}
    .services-home .h1 {
    color: var(--color1);
    text-align: left;
    margin-bottom: 16px;
    font-size: 32px;
}
    .body-page-1 .slogan .titre {
    font-size: 7.646vw;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    line-height: 10.646vw;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    padding: 14px 0;
    text-shadow: 0 1px #00000057;
    font-weight: initial;
}
    .contact .formulaire .form-group>label.control-label {
        display: block;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-transform: translateZ(0);
        bottom: 11px;
        opacity: .5;
        position: relative;
        font-size: 0
    }
    .contenair.nkboby .h1:after, .contenair.nkboby h1:after, .realisations .contenu .h1:before {
    content: "";
    width: 0.052vw;
    background: var(--color1);
    position: absolute;
    bottom: 5.283vw;
    left: 50%;
    height: 12vw;
    display: none;
}
    .contenair.nkboby .h1:before, .contenair.nkboby h1:before {
    content: "";
    width: 0.052vw;
    background: var(--color1);
    position: absolute;
    bottom: -12.283vw;
    left: 50%;
    height: 10vw;
}
    .body-page-1 .fluid-contenu .corps:before {
    content: "";
    position: absolute;
    right: -60%;
    transform: translate(-50%, -50%);
    top: 9%;
    background: url(../images/flowerstexture.png);
    width: 100%;
    height: 10%;
    background-repeat: no-repeat;
    background-size: 80%;
    z-index: 1;
}
.row.r-flex {
    display: flex
;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.serviceblocNK {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 0 7vw;
    flex-direction: column;
}
    .contact .formulaire .form-group>label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 5px
    }

    .container {
        max-width: none;
        width: auto
    }
    .row.nkrow.nopad {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
    .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 10% 70px
    }

    .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%
    }

    .slogan .titre {
        font-size: 32px;
        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: 0 0 !important;
    }

    .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: 0 0
    }

    .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
    }
}

@media (max-width:767px) {
        .realisations .row.recup-photos.gallery {
        grid-template-columns: 1fr 1fr !important;
        grid-template-areas:
        "item1 item2"
        "item1 item2"
        "item3 item4"
        "item3 item4" !important;
        grid-template-rows: repeat(4, 60px) !important;
        grid-gap: 7vh;
    }
    .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: 32px;
        line-height: 32px;
    }

    .titre-secondaire {
        font-size: 22px;
        line-height: 24px
    }

    .body-page-1 .slogan {
        position: absolute;
        background: transparent;
        width: 100%;
        text-align: center;
        padding: 15px;
        bottom: 0;
        top: auto
    }

    .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
    }

    .fluid-contenu .corps {
        padding: 20px 15px 40px !important;
    }

    .recup-photos .col-md-4 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .recup-photos {
        margin-left: -5px !important;
        margin-right: -5px !important
    }

    .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
    }

    .AvisClientsBg .contenu,
    .realisations .contenu {
        padding: 30px 15px 40px
    }

    a.bouton-principal,
    button.bouton-principal {
        /* padding: 13px 40px 13px 20px; */
        font-size: 12px;
    }

    .intervention .contenu {
        padding: 40px 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-contact .fluid-contenu .corps,
    .body-gallery-4 .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
    }

    .actualites,
    .prestation {
        display: block;
        min-height: none
    }

    .actualites .cell.photo,
    .prestation .cell.photo {
        display: block;
        width: 100%;
        height: 180px
    }

    .actualites .cell.texte,
    .prestation .cell.texte {
        display: block;
        width: 100%;
        clear: both
    }

    .actualites .cell.texte .contenu,
    .prestation .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: 0 0;
    }

    .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,
    .news_avant_apres>div {
        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-contact .fluid-contenu .corps,
    .body-gallery-4 .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%
    }
}
@media (min-width:2000px){
    .section-title {
  font-size: 42px !important;
  font-weight: bold;
  margin-bottom: 10px !important;
}

.subtitle {
  font-size: 34px !important;
  font-weight: 900;
  color: var(--color1);
  margin-bottom: 20px;
}

.text-part p {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 15px;
}
    .AvisClients p {
    font-size: 22px;
    margin-bottom: 0;
    color: var(--color3);
    padding-top: 20px;
}
.atouts .swiper-button-next i, .swiper-button-prev i {
    font-size: 16px;
    color: var(--color0);
}
.gallery .nav li a.bouton-principal{
    display: flex !important;
    align-items: center;
    text-transform: uppercase;
    font-size: 22px;
    font-family: var(--font_family_1);
    text-align: center;
    border-radius: var(--border-radius);
    background: var(--color1);
    text-decoration: none;
}
.body-error404 a.btn.btn-default, .contact .formulaire input.btn-primary, .contact a.btn.btn-default {
    padding: 16px 30px;
    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: 22px;
    border: none;
    text-decoration: none;
    transition: all .4s ease;
    background-size: 24px auto;
    background-position: left 90% center;
    background-image: url(../images/ico-envoyer.svg);
    background-repeat: no-repeat;
}
.AvisClients .h {
    font-size: 28px;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    font-weight: initial;
    margin-bottom: 0;
}
.date_post {
    font-size: 21px;
    padding: 4px 0;
    text-align: center;
}
.AvisClients, .AvisClients:link, .AvisClients:visited {
    position: relative;
    background-color: var(--color0);
    padding: 5rem 9% 3rem;
    text-align: center;
    height: 355px;
    margin-top: 0;
    display: block;
    text-decoration: none;
    border-radius: var(--border-radius);
}
.AvisClientsBg:before {
    /* content: ''; */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 386px;
    background: url(../images/mout.png) no-repeat;
    background-size: 263%;
    background-position: -78px -70px;
    z-index: 0;
}
    span.accordion-title{
            font-size: 28px !important;
    }
    a.bouton-principal, button.bouton-principal {
    position: relative;
    display: inline-block;
    padding: 0.729vw 2.083vw;
    text-transform: uppercase;
    font-size: 0.625vw;
    font-weight: 900;
    letter-spacing: 3px;
    overflow: hidden;
    border: 1px solid var(--color1);
    webkit-transition: color .2s linear, background-color .2s linear;
    -o-transition: color .2s linear, background-color .2s linear;
    -moz-transition: color .2s linear, background-color .2s linear;
    text-decoration: none;
    outline: none;
    border-radius: var(--border-radius);
}
.cta a.bouton-principal, button.bouton-principal, .cta .tel-header {
    position: relative;
    display: inline-block;
    font-weight: 900;
    padding: 0.729vw 2.083vw;
    text-transform: uppercase;
    font-size: 0.625vw;
    letter-spacing: 3px;
    font-family: var(--font_family_4);
    overflow: hidden;
    border: 1px solid var(--color0);
    webkit-transition: color .2s linear, background-color .2s linear;
    -o-transition: color .2s linear, background-color .2s linear;
    -moz-transition: color .2s linear, background-color .2s linear;
    text-decoration: none;
    outline: none;
}
.pied .navf .menu_footer li a, .pied .navf .menu_footer li a:visited {
    font-size: 25px;
    padding: 0 0 0;
    color: inherit;
    text-decoration: none;
}

ul li:before {
    display: inline-block;
    content: "\f054";
    position: absolute;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    left: -15px;
    font-size: 14px;
    color: var(--color1);
    top: 12px;
    width: 9px;
    height: 16px;
}
.pied address p {
    background-repeat: no-repeat;
    margin: 0;
    background-position: 0 0;
    padding: 0 0 10px 0;
    font-size: 25px;
}

element.style {
}
.horaire-mention {
    height: auto !important;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nkmontain {
    width: 100%;
    height: 30vh;
    background: url(../images/mout.png) no-repeat;
    background-size: 263%;
    background-position: -78px -70px;
    background-color: white;
}
feuille de style user-agent
div {
    display: block;
    unicode-bidi: isolate;
}
.pied .horaires {
    color: var(--color3);
    padding: 10px 0 35px;
    margin: 15px 0 0;
    font-size: 25px;
    float: left;
    width: 100%;
}
.tete .infos .tel {
    display: inline-block;
    vertical-align: top;
    font-size: 0.781vw;
    font-weight: 700;
    color: var(--color0);
    padding: 0.625vw 1.042vw;
    margin: 0;
    font-family: var(--font_family_1);
    background: var(--nuanceColor1);
    border-radius: var(--border-radius);
    margin-right: 1rem;
    transition: .5s;
    white-space: nowrap;
}
.titre-secondaire {
    position: relative;
    font-size: 46px;
    line-height: 46px;
    padding: 12px 0 0;
    margin: 0;
    font-weight: 200;
    color: var(--color1);
    text-align: center;
    margin-bottom: 0;
    display: block;
}
.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal span {
    font-size: 100%;
    text-align: center;
    min-width: auto;
    font-size: 0.625vw;
}
.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    position: relative;
    display: inline-block;
    padding: 0.729vw 2.083vw;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 3px;
    overflow: hidden;
    font-family: var(--font_family_4);
    border: 1px solid var(--color0);
    webkit-transition: color .2s linear, background-color .2s linear;
    -o-transition: color .2s linear, background-color .2s linear;
    -moz-transition: color .2s linear, background-color .2s linear;
    text-decoration: none;
    outline: none;
    margin: 0;
    border-radius: var(--border-radius);
}
a.bouton-principal:hover:after, button.bouton-principal:hover:after, .btn-service a.bouton-principal:hover:before {
    border-width: 18.229vw 28.646vw 0 0;
}
.body-page-1 .corps a.bouton-principal, .body-page-1 .corps button.bouton-principal, .btn-service a.bouton-principal {
    width: 10vw;
    margin: 15px 0 50px;
}
.swiper-button-next-serv, .swiper-button-prev-serv {
    border-radius: var(--border-radius);
    background: transparent;
    margin: 0px 1rem;
    display: flex
;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 80px;
    height: 80px;
    font-size: 18px;
    transition: all 0.3s linear 0s;
    color: var(--color0);
    border: 1px solid var(--color1);
}



}

/* Gallery Photo  */
.realisations .row.recup-photos.gallery::before{display: none;}
.realisations .row.recup-photos.gallery{
  padding: 4em 7vw;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-areas:
    "item1 item1 item1 item1 item2 item2 item2 item2"
    "item3 item3 item3 item3 item4 item4 item4 item4";
  grid-template-rows: 45vh 45vh;
  grid-gap: 0.7vw;
}
.recup-photos .propor{width:100%;position:relative;margin-bottom:10px;height: 100%;}
/* Gallery Photo  */

.realisations .row.recup-photos.gallery .col-md-3{width: 100%;padding: 0px;}
.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;}
