:root {
    --color0: #fff2e9;
    --color1: #FF6CBF;
    --colordark: #000;
    --color2: #FFA28F;
    --color3: #381E07;
    --color4: #0e0e0e;
    --bg-facultatif: #ffd9ee;
    /* --font_family_2: 'Scope One', serif;
    --font_family_2: 'Raleway', sans-serif; */
    --font_family_1: 'Gabriela-Regular', serif;
    --font_family_2:'Nunito-Regular', sans-serif;
    --taille_font: .9vw;
    --border-radius: 8px;
    --radius: 120px;
}

body:after {
    content: url(../images/bx_loader.svg)!important;
    display: none
}

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;
    z-index: 1
}

img {
    max-width: 100%
}
.video-accueil {
    position: absolute;
    top: 0;
    left: 50%;
    width: 120%;
    width: 120vw;
    height: 100vh;
    margin-left: -60%;
    margin-left: -60vw;
    z-index: 0;
}

.video-accueil video {
    width: 100%;
    height: auto;
    vertical-align: top;
    z-index: 1;
    position: relative
}


ol,
ul {
    list-style-position: inside;
    padding-left: 15px
    }

.avis-button-prev,.avis-button-next {
    width: 3vw;
    height: 3vw;
    background: var(--color2);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color0);
    font-size: 1vw;
}

dir,
menu {
    padding-left: 15px
}
.horaire-table tr td{color: var(--colordark);}
.pied .bande2 .horaire-table tr td{color: var(--color0);font-size: var(--taille_font);}
blockquote p {
    font-size: inherit
}

article,
aside,
footer,
header,
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: #e0e0e1;
    background-color: #e0e0e1;
    border: 0
}

.body-page-1 .page-contenu {
    text-align: justify
}

.page-contenu img {
    margin: 10px
}

ol li.niveau2,
ul li.niveau2 {
    margin-left: 30px
}



body {
    color: var(--color4);
    font-family: var(--font_family_2);
    font-size: var(--taille_font);
    background: var(--color0);
    letter-spacing: 1px;
}

.plan-map iframe {
    width: 100%;
    display: flex;
    height: 40vh;
}

.banner-title {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5vh;
    top: 5vh;
}

.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: center;
    align-items: center;
    column-gap: 10px;
    justify-content: flex-start;
    height: 100%;
    margin: 1.5em 0;
    font-weight: 100;
    letter-spacing: 1px;
    z-index: 1;
}

.cta a.bouton-principal:after {
    display: none;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    text-align: left;
    color: var(--color0);
    text-decoration: none;
    margin: 0 0 0;
    display: inline-grid;
    border: 0;
    overflow: hidden;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all .3s linear;
    background: linear-gradient(45deg, var(--color1), var(--color2));
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover {
    background: linear-gradient(45deg, #fed561,#ff88a5,#ff88a5);
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal span {
    text-align: center;
    min-width: auto;
}

.cta a.bouton-principal, button.bouton-principal, .cta .tel-header {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 15px 30px !important;
    background: linear-gradient(45deg, var(--color1), var(--color2));
    backdrop-filter: blur(4px);
    transition: all .3s linear;
    color: var(--color0);
    border-radius: var(--radius);
}

.cta a.bouton-principal:hover, button.bouton-principal:hover, .cta .tel-header:hover {
    background: linear-gradient(45deg, #fed561,#ff88a5,#ff88a5);
}



.block.block-1 {
    position: relative;
    /* background: var(--color0); */
    /* z-index: 1; */
}
.contact_footer_container {
    padding: 6% 15%;
    background: var(--color3);
    border-radius: var(--border-radius);
}
.btn-liens-rs {
    text-align: right;
    padding: 0rem 0 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
    gap: 0.4vw;
}

.btn-liens-rs .btnrs {
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.4s ease, background-color 0.4s ease;
}

.btn-liens-rs .btnrs svg {
    fill: var(--color0);
    width: 3rem;
    height: 3rem;
    transition: all .4s ease;
}

.fixed .btn-liens-rs .btnrs svg {
    fill: var(--color3);
}

.btn-liens-rs .btnrs:hover svg {
    fill: var(--color1);
}

.hidden {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-view-more {
    display: flex;
    align-items: center;
    margin-top: 0;
    cursor: pointer;
    font-size: 16px;
}

.plus-icon {
    font-size: 20px;
    margin-right: 8px;
}

.extra-socials-container {
    position: absolute;
    display: none;
    transition: all 0.4s ease;
}

.extra-socials-container.show {
    display: flex !important;
    flex-direction: column;
    width: 3.3rem;
    top: 72px;
    right: 0;
    gap: 0.4vw;
}

.view-more-text {
    font-size: 16px;
    font-weight: bold;
    color: var(--color2);
    background: var(--color0);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.4s ease, background-color 0.4s ease;
}

.view-more-text:hover {
    transform: rotate(360deg);
    background-color: var(--color1);
}

.btn-liens-rs .btnrs.extra-social {
    display: none;
}

.btn-liens-rs .btnrs.extra-social.show {
    display: inline-flex !important;
    animation: fadeIn 0.3s ease;
    opacity: 1;
    margin: 0 0 6px;
}

.btn-liens-rs .btnrs svg.picto.darkpicto {
    filter: drop-shadow(0px 0px 4px #00000082);
    transition: all .4s ease;
}

.btn-liens-rs.btn-rs-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 1vh 0;
}

.btn-liens-rs.btn-rs-center .btnrs svg {
    fill: var(--color0);
}

.btn-liens-rs.btn-rs-center .btnrs:hover svg {
    fill: var(--color3);
}
@media (max-width: 767px) {
    .btn-liens-rs.btn-rs-center {
        justify-content: center;
    }
}
.div-rs {
    display: flex;
    align-items: center;
}

.div-rs a {
    color: var(--color3);
    margin: 0 8px;
}
.div-rs a i{color: #000}
.div-rs a:hover i{color: var(--color1)}
.div-rs span {
    font-size: 25px;
}
p.date_post {
    padding: 1vh 0 1vh;
    font-size: var(--taille_font);
    color: #000;
    font-family: var(--font_family_2);
}

.article-group {
    display: flex;
    justify-content: center;
    padding: 0 10%;
    grid-gap: 30px;
}

.article-group .text-center {
    text-align: left;
    margin-top: 1vh;
    display: flex;
}
.contenu-article {
    padding: 40px 0;
    font-size: 20px;
}
.img-menu {
    position: relative;
    height: auto;
    width: 50%;
}

.img-menu img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.form-control {
    color: #fff;
    background: var(--color3);
    border: 1px solid #ccc;
}
.bande0 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2vw;
    padding: 0% 10% 5%;
    background-size: 100%;
    position: relative;
    /* z-index: 1; */
}

.bande0 iframe {
    position: relative;
    width: 100%;
    height: 100%;
}

.formule-jour.formulaire-acc {
    width: 50%;
    background: var(--color3);
    backdrop-filter: blur(15px);
    padding: 2% 4%;
}

.formules {
    position: relative;
    padding: 5% 0%;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    background: var(--color0);
    grid-gap: 10px;
}
.body-page-1 .formules,.body-pageseo .formules{padding: 5% 15%;}
.body-page-1 .formules:before,.body-pageseo .formules:before {
    position: absolute;
    content: "";
    inset: 0;
    /* border: 1px solid var(--color3); */
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 90%;
    top: 50%;
    background: linear-gradient(45deg, var(--color1), var(--color2));
    border-radius: var(--border-radius);
}
.formules a.bouton-principal:before {
    background: var(--color1);
}

a,
a:link,
a:visited {
    color: var(--color1);
    text-decoration: underline
}
.sitemap a{color: var(--colordark);text-decoration: none;font-size: var(--taille_font)}
a.suite {
    left: 0;
    text-align: left;
    color: var(--color1);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    position: relative;
    font-family: var(--font_family_2);
    border: 1px solid var(--color1);
    margin:  15px 5px;
    padding: 15px 15px;
}


a.suite:hover {
    padding: 15px 20px;
    background: var(--color1);
    color: var(--color0);
}

a:hover {
    text-decoration: none
}

a.view-btn-all {
    text-align: center;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    display: block;
    color: var(--color4);
}
.nav-rs {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 40px;
    line-height: 3;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.nav-rs:before {
    content: "";
}

.nav-rs a {
    font-size: 20px;
    position: relative;
    z-index: 9;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
    opacity: 0.6;
    margin: 15px 0;
    /* background: #ffffff30; */
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    border: 2px solid #ff450078;
}

.nav-rs a:hover {opacity: 1;background: var(--color1);}

.nav-rs a span {
    position: absolute;
    left: -35px;
    opacity: 0;
    font-weight: 100;
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color0);
}

.nav-rs a:hover span {
    opacity: 1;
    left: 50px;
}

.nav-rs a i {
    color: var(--color0);
    font-size: 15px;
    padding: 0px;
}
.AvisClientsBg {
    padding: 5% 10% 8%;
    background: url(../images/avis.jpg);
    position: relative;
    z-index: 0;
    background-size: cover;
    background-attachment: fixed;
}

.AvisClientsBg .h1 {
    color: var(--color0) !important;
}

.AvisClientsBg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0000007d;
}
body.body-temoignage.body-temoignage-0 .AvisClientsBg{background: var(--color0);}
.AvisClientsBg .contenu a.bouton-principal {margin: 0;text-wrap: nowrap;}

.AvisClientsBg .h1 {
    text-align: center;
}

.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(--color3)
}

.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(--color3)
}

.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
}

.etoiles .fa {
    color: #fc0
}

.AvisClientsList {
    margin: 0;
    padding: 2vh 0 2vh;
    overflow: hidden;
}

.AvisClientsList li {
    list-style: none;
    background: 0 0;
    padding: 1vw;
}

.AvisClientsList li:before {
    content: none
}

.avisClientsBg .h {
    text-align: center
}

.AvisClients,.AvisClients:link,.AvisClients:visited {
    position: relative;
    padding: 5rem 9% 2rem;
    text-align: center;
    height: 32vh;
    margin-top: 0;
    display: block;
    background: #00000029;
    text-decoration: none;
    border-radius: var(--border-radius);
    border: 1px solid #ffa28f45;
    box-shadow: 1px 4px 15px #00000000;
    color: var(--color0);
}

.AvisClients:active,.AvisClients:hover {
    background-color: var(--color3);
    border-color: transparent;
}

.AvisClients .h {
    font-size: var(--taille_font);
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 0
}

.AvisClients p {
    font-size: .7vw;
    margin-bottom: 0;
    color: var(--color0);
    padding-top: 15px;
    line-height: 1.7;
}

.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: 200px;
    text-align: center;
}

.temoignageScroll .scrollbar-content {
    padding: 0 10px 0 0;
    width: 100%
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0
}

.date_post {
    font-size: 15px;
    padding: 4px 0;
    color: var(--color0);
}

.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;
    gap: 5px;
}

.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(--color3);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600
}

.livre-elements .date {
    margin-bottom: 2px!important;
    color: var(--color3);
}

.livre-elements .etoiles {
    margin-bottom: 0!important
}

.livre-elements .temoignage {
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: .7vw;
}

.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;
    border: 1px solid #ff79b43d;
    border-radius: var(--border-radius);
    width: 49%;
}

.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: 1vh 10% 40px;
    color: var(--color3);
    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(--color1);
    opacity: .4;
    line-height: 1;
    right: 3%;
    position: relative;
}

.modal-content .form-control {
    min-height: 44px;
    border-radius: 2px
}

.modal-content .btn-close:focus,.modal-content .btn-close:hover {
    opacity: 1;
}

.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;
    color: var(--color3);
}

#add-review {
    text-align: center
}

label.checkbox.conditionsLabel {
    color: var(--color3);
}

#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(--color3);
    border-radius: 2px
}

.modal-content .form-control::placeholder {
    color: var(--color3)!important;
    opacity: 1
}

#add-review .submit-review {
    margin: 15px auto!important;
    padding: 15px 30px!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(--color3)!important;
}

.swiper-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    gap: 1.2vw;
}
.intervention {
    position: relative;
    background: var(--color0);
    padding: 4em 12% 4em;
    display: flex;
    text-align: center;
    background-image: none !important;
    font-size: 16px;
}
.intervention .titre-secondaire {
    text-align: left;
}

.intervention .plan-map {
    width: 100%;
    position: relative;
}

.intervention .plan-map iframe {
    width: 100%;
    /* border: 10px solid #FF5722 !important; */
}
.intervention .contenu {
    line-height: 1.7;
    letter-spacing: 1px;
    font-size: .9vw;
    text-align: left;
    width: 100%;
}
.intervention h2 {
    margin-top: 0;
    /* text-align: left; */
}

.intervention h2:before {
    /* margin: 0; */
    /* left: 0; */
    /* transform: translate(0); */
}

.intervention ul {
    margin: 30px 0;
    column-count: 1;
    width: 100%;
    text-align: left;
}

.AvisClientsBg .swiper-buttons {
    bottom: 5%;
}
.actualites.view.view-1 {
    padding: 5% 5% 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 65px;
    flex-direction: column;
    background: var(--color0);
    background-size: 100%;
    position: relative;
    z-index: 0;
}

.actualites.view.view-1:after {
        content: "";
        position: absolute;
        width: 100%;
        /* height: 14vh; */
        left: 0;
        bottom: 0;
        /* background: linear-gradient(0deg, #fff, transparent); */
        display: none;
}

.actualites.view.view-1 .h1 {
    margin: 0;
}

article.bloc-actu {
    padding: 0px 0px 40px;
    gap: 2vw;
    display: flex;
    width: 100%;
    font-family: var(--font_family_2);
    color: var(--color4);
    font-size: var(--taille_font);
    align-items: center;
    line-height: 1.7;
    flex-direction: row-reverse;
    position: relative;
}

article.bloc-actu .texte {
    padding: 0px 30px 0;
    width: 50%;
}

article.bloc-actu .cell.photo.cover {
    height: 55vh;
    background-size: cover !important;
    position: relative;
    background-position: center;
    width: 50%;
    background-repeat: no-repeat;
    border-radius: var(--border-radius);
    z-index: 1;
    background-color: red;
}

article.bloc-actu:before {
    content: "";
    position: absolute;
    top: 10%;
    right: -3%;
    width: 45%;
    height: 90%;
    z-index: -1;
    border: 1px solid var(--color2);
    border-radius: var(--border-radius);
}
.nav-rs a.fb-icon i,
.nav-rs a.insta-icon i{font-size: 16px;font-weight: 800;}
.nav-rs > a:nth-child(1):before {
    display: none;
}

.nav-rs a:before {
    content: "";
}

.openhours {
    position: relative;
    font-weight: 900;
}

.openhours i {
    padding: 0 10px 0 0;
    color: var(--color1);
}
.titre-secondaire {
    position: relative;
    font-size: var(--taille_font);
    line-height: 1.5;
    padding: 0 0 2px;
    margin: 0;
    font-weight: 500;
    color: var(--color4);
    text-align: center;
    margin-bottom: 0;
    font-family: var(--font_family_2);
    display: block;
    text-transform: initial;
    letter-spacing: 1px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color3);
    font-family: var(--font_family_1);
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.3;
}

.h1,
h1 {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    padding: 0 0 15px 0;
    margin: 0;
    transition: all .4s ease;
    letter-spacing: 2px;
}

.h1:hover,
h1:hover {
    background: none;
}

.h1:before,
h1:before {
    content: "";
    position: absolute;
    bottom: 0px;
    background-color: var(--color1);
    width: 78px;
    height: 2px;
    left: 50%;
    margin-left: -28px;
    z-index: 0
}

.h1:after,
h1:after {
    content: "●";
    z-index: 1;
    width: 20px;
    left: 50%;
    margin-left: -50px;
    color: var(--color2);
    line-height: 12px;
    font-size: 18px;
    border-radius: 0;
    height: 10px;
    bottom: -1px;
    padding-left: 7px;
    text-align: left;
    position: absolute
}

.body-page-1 .flex-head h1::after {left: 44px;}

.menu_content ul li:after {
    content: " - ";
    color: #ff4500;
}

.menu_content ul li:last-child:after {
    content: ""
}
.contain-GMB .h1:after {
    background: var(--coloe1);
    color: var(--color2);
    line-height: 13px;
}

.body-page-1 .h1,
.body-page-1 h1 {
    color: var(--color3);
    margin: 0 0 40px 0;
    background: 0 0;
    text-shadow: none;
    padding-bottom: 5px;
}
.event {
    padding: 4% 10% 2%;
    display: flex;
    align-items: center;
    font-size: 4em;
    text-align: center;
    /* -webkit-text-stroke: 1px; */
    color: var(--color0);
    font-family: var(--font_family_1);
    grid-gap: 4%;
    position: relative;
    background: url(../images/event.jpeg);
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
}

.event:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000087;
}

.event div:first-child {
    width: 100%;
}
.addbloc {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 5% 15% 8% 10%;
    background: var(--color0);
    background-position: bottom;
    background-size: 100%;
    flex-direction: row-reverse;
    grid-gap: 50px;
}

.addbloc:before {
    content: "- Cuisiné avec passion, dégusté avec délice";
    position: absolute;
    width: auto;
    right: -100px;
    transform: rotate(90deg);
    color: var(--color4);
    background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 33px;
    letter-spacing: 5px;
    top: 50%;
}

.addbloc p {
    line-height: 2;
    text-align: left;
    font-size: var(--taille_font);
    padding-bottom: 30px;
}
.paddingContact h2.h.h1.hicon {
    color: var(--color0);
    margin-bottom: 30px;
}

.paddingContact .h1:after {
    color: var(--color0);
}

.paddingContact .h1:before {
    background: var(--color0);
}

.body-page-1 .flex-head .titre-secondaire, .body-page-1 .flex-head h1 {
    text-align: left;
}
.body-page-1 .flex-head h1:before {
    left: 15px;
    margin: 0;
}

.h2,
h2 {
    font-size: 28px
}

.h3,
h3 {
    font-size: 24px
}

h4,
h5,
h6 {
    font-size: 18px;
}

h4.titre-actu {
    font-family: var(--font_family_1);
    padding: 0px 0;
    font-weight: 600;
    font-size: calc(var(--taille_font)*1.2);
}

.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
}

h1:before {
    cursor: pointer
}

.alert.alert-warning-prepwebserver-custom.alert-dismissable {
    display: none!important
}

.nav-top {
    height: 50px;
    background-color: #00000021;
    width: 100%;
    backdrop-filter: blur(5px);
}

.nav-top ul li {
    color: var(--color0);
    font-size: 15px;
    float: left;
    height: 50px;
    line-height: 50px;
    list-style: none;
    font-family: var(--font_family_2);
    letter-spacing: 1px;
}

.nav-top ul {display: flex;justify-content: space-between;margin: 0;padding: 0;}

.nav-top ul li i {
    color: var(--color0);
    margin-right: 10px;
    font-size: 14px
}
.btn-liens-rs {
    text-align: right;
    padding: 0rem 0 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
    gap: .8vw;
}

.btn-liens-rs .btnrs {
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.4s ease, background-color 0.4s ease;
}

.btn-liens-rs .btnrs svg {
    fill: var(--color0);
    width: 3rem;
    height: 3rem;
    transition: all .4s ease;
}

.fixed .btn-liens-rs .btnrs svg {
    fill: var(--color0);
}

.btn-liens-rs .btnrs:hover svg {
    fill: var(--color1);
}

.hidden {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-view-more {
    display: flex;
    align-items: center;
    margin-top: 0;
    cursor: pointer;
    font-size: 16px;
}

.plus-icon {
    font-size: 20px;
    margin-right: 8px;
}

.extra-socials-container {
    position: absolute;
    display: none;
    transition: all 0.4s ease;
}

.extra-socials-container.show {
    display: flex !important;
    flex-direction: column;
    width: 3.3rem;
    top: 72px;
    right: 0;
    gap: 0.4vw;
}

.view-more-text {
    font-size: 16px;
    font-weight: bold;
    color: var(--color2);
    background: var(--color0);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.4s ease, background-color 0.4s ease;
}

.view-more-text:hover {
    transform: rotate(360deg);
    background-color: var(--color1);
}

.btn-liens-rs .btnrs.extra-social {
    display: none;
}

.btn-liens-rs .btnrs.extra-social.show {
    display: inline-flex !important;
    animation: fadeIn 0.3s ease;
    opacity: 1;
    margin: 0 0 6px;
}

.btn-liens-rs .btnrs svg.picto.darkpicto {
    filter: drop-shadow(0px 0px 4px #00000082);
    transition: all .4s ease;
}

.btn-liens-rs.btn-rs-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 1vh 0;
}

.btn-liens-rs.btn-rs-center .btnrs svg {
    fill: var(--color0);
}

.btn-liens-rs.btn-rs-center .btnrs:hover svg {
    fill: var(--color1);
}
@media (max-width: 767px) {
    .btn-liens-rs.btn-rs-center {
        justify-content: center;
    }
}

.social-bloc a.btnp {
    display: inline-block;
    margin-left: 10px
}

.nav-top ul li.social-bloc a i {
    font-size: 15px;
    color: var(--color0);
    transition: .3s
}

.nav-top ul li.social-bloc a:hover i {
    color: var(--color1)
}

.btn-partage .icones:hover {
    fill: var(--color1)
}

.flex-menu {
    float: right;
    padding: 20px 0px 0px 15px;
    text-transform: uppercase;
    font-weight: 600;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    display: flex;
    justify-content: space-between;
    gap: 4vw;
}

.navbar {
    position: fixed;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    border: 1px solid #0000;
    transition: .3s;
    border-top: 1px solid #ff57224d;
    z-index: 9999;
}

.navbar.MenuFixed {
    background: var(--color3);
    transition: .3s;
    box-shadow: 10px 10px 50px #ffffff17;
}

.navh ul li {
    position: relative;
    display: block;
    float: left
}

.navh .menu_principal a {
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    margin-left: 33px;
    font-size: 18px;
    color: var(--color0);
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: initial;
    font-weight: 100;
    font-family: var(--font_family_1);
}

.navh .menu_principal a:before {
    content: "";
    position: absolute;
    left: 1px;
    bottom: 20px;
    width: 6px;
    height: 6px;
    background-color: var(--color2);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: none
}

.navh a:hover:before,
.navh li.active>a:before {
    display: block
}

.navh a:hover,
.navh li.active>a {
    color: var(--color1)
}

ul#menu_principal {
    margin: 0
}

.navh .menu_principal a:after {
    content: "";
    position: absolute;
    left: 11px;
    bottom: 22px;
    width: 0;
    height: 2px;
    background-color: var(--color1);
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    filter: alpha(Opacity=0);
    opacity: 0
}

.navh a:hover:after,
.navh li.active>a:after {
    opacity: 1;
    width: calc(100% - 11px);
    right: 0
}

.main-page {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.tete {
    position: absolute;
    width: 100%;
    z-index: 9999;
    padding: 0;
    transition: all .3s linear;
}

header.hide-print .container {
    max-width: 100%;
    width: 100%;
    padding: 0 10%;
}

header.hide-print.tete.hidden-sm.hidden-xs.fixed {
    padding: 0;
}

.tete .logo-site {
    float: left;
    padding: 2px 0;
}

.tete .logo-site img {
    max-width: 13vw;
    transition: all .3s linear;
    height: auto;
}

.tete.fixed .logo-site img {
    width: 10vw;
}

.tete .tel {
    float: right;
}

.tete .tel a {
    color: inherit;
    text-decoration: none
}

.tete .btn-descendre {
    position: absolute;
    bottom: 0;
    left: 50%;
    background: url(../images/btn-descendre.png) no-repeat center top;
    margin-left: -33px;
    z-index: 9997;
    height: 67px;
    width: 67px
}

.tete .btn-descendre:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.fluid-menu {
    padding: 0 0;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 9999
}

header p.tel.callTracker span {
    text-align: left !important;
    text-decoration: none
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px
}

.callTracker {
    position: relative;
}

.callTracker a,
.callTracker span {
    display: inline-block;
    text-align: left;
    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%;
    line-height: 1.64em;
    text-decoration: none
}

.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;
    text-align: center;
    /* color: var(--color0); */
}
.pied .bande2 .callTracker.active .t_phone{color: var(--color0);}
.callTracker.active .t_affiche {
    opacity: 0;
    display: none
}

.coordonnees .callTracker a,
.pied .callTracker a {
    position: relative;
    left: 0
}

.pied .callTracker span.t_affiche {
    font-weight: 700;
    text-decoration: underline;
    color: var(--color0);
}

.tabb {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%
}

.tabb .cell {
    display: table-cell;
    vertical-align: top
}

.tabb .cell.cellg {
    width: 33.3333%;
    background: url(../images/photo1.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.tabb2 {
    display: table;
    margin: 0;
    padding: 5em 0;
    width: 100%;
    background: var(--color0)
}

.tabb2 .cell {
    display: table-cell;
    vertical-align: top;
    position: relative
}

.tabb2 .cell.cellg {
    width: 33.3333%;
    background: url(../images/photo2.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.tabb2 .cell.celld {
    width: 33.3333%;
    background: url(../images/photo3.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.tabb2 .cell .reser {
    display: flex;
    position: absolute;
    top: 90px;
    padding: 6em 2vw;
    left: 70px;
    right: 70px;
    bottom: 90px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    flex-wrap: wrap;
    color: #fff;
    flex-direction: row;
    align-content: center;
    text-align: center;
    justify-content: center;
    align-items: center
}

.tabb2 .cell .reser .block {
    display: table;
    width: auto;
    height: 100%;
    text-align: center;
    font-size: 19px
}

.tabb2 .cell .reser div a {
    vertical-align: middle;
    display: table-cell;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px;
    font-size: 17px
}

.tabb2 .cell .reser div p span {
    display: block;
    text-transform: uppercase;
    color: var(--color1);
    font-family: var(--font_family_2);
    text-align: center;
    font-size: 27px
}

.tabb2 .cell .reser:hover {
    background: rgba(0, 0, 0, .7)
}

.tabb2 .cell .contt {
    padding: 10px 30px 30px 30px;
    min-height: 660px;
    background: var(--color0)
}

.tabb2 .cell .contt h2 {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    color: var(--color1);
    border-bottom: 1px solid var(--color1);
    padding: 0 0 25px 0
}

.tabb-specialites {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%
}

.tabb-specialites .cell {
    display: table-cell;
    vertical-align: top
}

.tabb-specialites .cell.cellg {
    width: 33.3333%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.tabb-specialites .corps {
    padding: 40px 60px 50px 60px!important
}

.tabb-specialites h2 {
    text-align: center;
    margin-bottom: 50px
}

.tabb-reservation {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%
}

.tabb-reservation .cell {
    display: table-cell;
    vertical-align: top;
    position: relative
}

.tabb-reservation .cell.cellg {
    width: 37%;
    padding: 0px 0;
    background: var(--color4);
}

.tabb-reservation .cell .reser {
    display: block;
    position: static;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.tabb-reservation .cell .reser:hover {
    background: rgba(0, 0, 0, .7)
}

.tabb-reservation .cell .contt {
    color: #fff;
    padding: 40px 30px 50px 30px
}

.tabb-reservation .cell .contt h2 {
    text-align: left;
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--font_family_2);
    margin-bottom: 20px;
}

.tabb-reservation .cell ol {
    list-style-type: decimal;
    margin: 30px 0
}

.tabb-reservation .cell ol li {
    font-family: var(--font_family_2)
}

.tabb-reservation .corps {
    padding: 40px 60px 50px 60px!important;
    box-shadow: 0px 0px 50px #00000021;
}

.bootstrap-timepicker-widget table td input {
    font-size: 15px;
    border: 0;
    min-width: 30px
}

.ui-datepicker .ui-datepicker-title {
    font-family: var(--font_family_2);
}

.ui-datepicker {
    width: 100%;
    border: none;
    padding: 0;
    background: 0 0;
    position: relative
}

.ui-datepicker .ui-datepicker-header {
    position: static;
    background: 0 0;
    color: var(--color1);
    border: none;
    text-transform: uppercase;
    font-size: 28px;
    padding: 30px 0 60px 0
}

.ui-datepicker table {
    border: none;
    font-family: var(--font_family_2);
}

.ui-datepicker th {
    text-transform: inherit;
    letter-spacing: 1px;
    color: var(--color4);
    font-weight: 100;
    font-size: 18px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    font-weight: 400;
    background: 0 0;
    color: var(--color4);
    text-align: center;
    padding: 20px 0;
    border: 1px solid transparent
}

.ui-datepicker .ui-state-active {
    background: #f9f5f1
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
    background: var(--color2);
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: var(--color1);
    color: #fff
}

.ui-state-highlight:hover,
.ui-widget-content .ui-state-highlight:hover,
.ui-widget-header .ui-state-highlight:hover {
    background: var(--color4);
    color: #fff
}

.ui-widget-header a:hover .ui-icon {
    background-image: url(images/ui-icons_999999_256x240.png);
    opacity: .8;
    filter: alpha(opacity=80)
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    background: var(--color1);
    border-radius: 0;
    top: 20px;
    cursor: pointer;
    width: 2.4em;
    height: 2.4em
}

.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover {
    border: none
}

.ui-datepicker .ui-datepicker-prev {
    left: 0
}

.ui-datepicker .ui-datepicker-next {
    right: 0
}

.body-page-1 .ui-datepicker .ui-datepicker-next,
.body-page-1 .ui-datepicker .ui-datepicker-prev {
    top: 29px;
    border-radius: var(--border-radius);
    width: 1.5em;
    height: 1.5em;
    background: var(--color1);
}

.body-page-1 .ui-datepicker .ui-datepicker-prev {
    left: 0
}

.body-page-1 .ui-datepicker .ui-datepicker-next {
    right: 0
}

.body-page-1 .ui-state-default,
.body-page-1 .ui-widget-content .ui-state-default,
.body-page-1 .ui-widget-header .ui-state-default {
    padding: 17px 0;
    border-radius: var(--border-radius);
}

.body-page-1 .ui-datepicker .ui-datepicker-header {
    padding: 30px 0 20px 0
}

.body-page-1 .ui-datepicker .ui-datepicker-title {
    font-size: 22px
}

.modal {
    z-index: 9999
}

.modal-backdrop {
    z-index: 9996
}

.modal-content {
    border-radius: 0;
    background: var(--color0);
}

.modal-content .modal-header {
    border-bottom: none;
    height: 60px
}

.modal-content .modal-header .close {
    font-size: 36px;
    line-height: 26px
}

.modal-content .modal-body {
    border-radius: 0;
    padding: 8vh 60px 60px 60px;
}

.modal-content h2 {
    text-align: center;
    margin-bottom: 20px;
    color: var(--color0);
    font-family: var(--font_family_1);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 100;
}

.modal-content .horaires {
    color: #9c9c9c;
    margin: 0 0 50px 0;
    font-size: 15px;
    text-align: center
}

.modal-content .horaires span {
    display: block
}

.modal-content label.checkbox.label-rgpd span.text-warning {
    position: absolute;
    bottom: -20px
}

.modal-content .form-group:after {
    clear: both;
    display: table;
    content: " "
}

.modal-content input {
    height: 48px;
    line-height: 1.5;
    padding: 0 12px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ccc0;
    background: var(--color3);
}

.modal-content textarea {
    padding: 10px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ccc0;
}

.modal-content input[type=number] {
    padding-right: 0
}

.modal-content label {
    padding-left: 0;
    font-size: 14px;
    padding-top: 13px;
    font-weight: 400
}

.modal-content input[name=captchaReservation] {
    width: 100%!important;
    height: 38px!important;
    display: inline-block;
    float: none!important;
    margin-right: 2%!important;
    vertical-align: top;
    min-width: 0
}

.modal-content input[name=captchaReservation]+a {
    width: 30%!important;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top
}

.modal-content #captcha3 {
    width: 100%;
    height: 38px!important;
    border-radius: 0;
    padding: 0
}

.modal-content .btn-default {
    width: 100%;
    display: inline-block
}

.modal-content .btn-default {
    background: #fff;
    border: 1px solid #000;
    text-transform: uppercase;
    color: #000;
    border-radius: 0;
    font-size: 17px;
    text-decoration: none;
    transition: all .4s ease;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    height: 63px
}

.modal-content .btn-default:hover {
    color: #fff;
    background: #000
}

.modal-content .description {
    margin: 20px 0 0 0;
    font-size: 14px;
    text-align: center
}
.bloc-atout {
    display: flex;
    grid-gap: 50px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: var(--color0);
    padding: 7% 10% 5% 15%;
}

.bloc-atout:before {
    content: " - Savourer l'exceptionnel";
    width: auto;
    position: absolute;
    left: 150px;
    transform: rotate(-90deg);
    color: var(--color4);
    letter-spacing: 5px;
    text-align: center;
    transform-origin: left;
    top: 70%;
    background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 33px;
}
.img-illus {
    position: relative;
    width: 40%;
    border-radius: var(--radius);
}

.addbloc .img-illus:before {
    content: "";
    position: absolute;
    top: 5%;
    border: 1px solid var(--color2);
    left: -7%;
    width: 80%;
    height: 100%;
    z-index: -1;
    border-radius: var(--border-radius);
}
.bloc-atout .img-illus:before {
    content: "";
    position: absolute;
    top: 10%;
    right: -6%;
    width: 95%;
    height: 95%;
    z-index: -1;
    border: 1px solid var(--color2);
    border-radius: var(--border-radius);
}
.img-illus img {
    border-radius: var(--border-radius);
}

.event .img-illus img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event .img-illus:before {
    content: "";
    position: absolute;
    border: 1px solid var(--color3);
    width: 100%;
    height: 116%;
    right: -8%;
    top: -8%;
    z-index: -1;
    border-radius: var(--border-radius);
}
.atout .container {
    display: flex;
    grid-gap: 50px;
    padding: 2%;
    justify-content: center;
    align-items: center;
}

.atout {
    position: relative;
}

.container .img-illus {
    width: 50%;
    height: auto;
}
.body-atouts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 4%;
    grid-gap: 40px;
}
.title-picto {
    width: 6vw;
}

.atout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    padding: 30px;
    gap: 2vh;
    border: 1px solid var(--color2);
    border-radius: var(--border-radius);
}

.atout:hover {
    transform: translateY(-10px) !important;
}

.title-atout {
    font-size: var(--taille_font);
    font-family: var(--font_family_1);
}
.modal-content .obligatoire {
    font-size: 12px;
    color: red;
    font-style: italic;
    display: block
}

.bootstrap-timepicker-widget {
    z-index: 9999!important
}

.bootstrap-timepicker-widget table,
.bootstrap-timepicker-widget table td,
.bootstrap-timepicker-widget table th {
    border: none
}

.fluid-slider {
    background: #171717
}
body.body-pageseo .fluid-contenu{padding-bottom: 0;}
.fluid-contenu {
    position: relative;
    padding: 5% 0 5%;
}
.list-actualites {
    position: relative;
    padding: 0% 0;
}

.news.newsList.term-1 {
    padding-top: 4%;
}
main {
    background: var(--color0);
}

.fluid-contenu .corps {
    padding: 60px 35px 40px 35px
}

.fluid-contenu .corps.huhu {
    padding: 0;
}

.body-service-list-0 .fluid-contenu .corps {
    padding: 0% 10%;
}

.body-page-1 .fluid-contenu .corps>article {
    padding: 20px 0 50px 0
}

.sidebar {
    padding-top: 30px;
    text-align: right
}

.sidebar .photoa {
    background: url(../images/photo-accueil.jpg) right top no-repeat;
    height: 187px
}

.fluid-app {
    background: url(../images/bg-app.jpg) no-repeat center top;
    height: 730px;
    padding: 60px 0 0 0;
    position: relative;
    z-index: 8000
}

.fluid-app h2 {
    text-align: center;
    font-size: 39px;
    text-transform: uppercase;
    color: var(--color1);
    margin-bottom: 5px
}

.fluid-app .soustitre {
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-family: var(--font_family_2)
}

.fluid-app .boutiques {
    display: block;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 50px 0 30px 0;
    text-align: center
}

.fluid-app .boutiques li.boutique {
    display: inline-block
}

.fluid-app .services {
    display: inline-block;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.fluid-app .services li {
    display: block;
    background: url(../images/ico-puce.png) no-repeat 0 6px;
    font-family: var(--font_family_2);
    padding: 0 0 15px 20px;
    font-size: 20px;
    color: #fff
}

.fluid-app .qrcode {
    position: relative;
    margin: 175px 0 0 0;
    display: inline-block
}

.fluid-app .qrcode .fleche {
    width: 97px;
    height: 67px;
    background: url(../images/fleche.png) no-repeat center top;
    position: absolute;
    top: -90px;
    left: 10px
}

.fluid-app .application {
    position: absolute;
    top: 260px;
    left: 450px;
    width: 500px;
    height: 300px
}

.fluid-app .application .app {
    position: absolute;
    top: 300px;
    left: 500px;
    height: 300px;
    width: 630px
}

.fluid-app .application .app.app1 {
    top: 0;
    left: 0;
    height: 401px;
    background: url(../images/app1.png) no-repeat center top;
    z-index: 9995
}

.fluid-app .application .app.app2 {
    top: 0;
    left: 125px;
    height: 405px;
    background: url(../images/app2.png) no-repeat center top;
    z-index: 9996
}

.fluid-app .application .app.app3 {
    top: 0;
    left: 255px;
    height: 408px;
    background: url(../images/app3.png) no-repeat center top;
    z-index: 9997
}

.pied {
    position: relative;
    z-index: 1;
    background: url(../images/footer.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
}

footer.hide-print.pied:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000a6;
}

.pied .bande1 {
    padding: 70px 0 80px 0;
}

.pied .bande2 {
    background: transparent;
    padding: 3% 10%;
    font-family: var(--font_family_2);
    /* border-bottom: 1px solid #ffffff5e; */
}

.pied .bande3 {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: var(--color4); */
}

.pied .bande3 > div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pied h2 {
    color: var(--color2);
    text-transform: math-auto;
    font-size: calc(var(--taille_font)*1.4);
    margin: 0 0 2vh;
    font-family: var(--font_family_1);
    letter-spacing: 2px;
}

.pied .bande1 h2 {
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
    background: url(../images/trait.png) no-repeat center bottom;
    color: #fff
}

.pied .navf {
    text-align: center
}

.pied .navf .menu_footer {
    color: #fff;
    padding: 15px 0 18px 0;
    list-style-type: none;
    margin: 0
}

.pied .navf .menu_footer li {
    display: inline;
    margin-right: -4px
}

.pied .navf .menu_footer li a,
.pied .navf .menu_footer li a:visited {
    font-size: 17px;
    text-transform: uppercase;
    padding: 0 8px;
    color: inherit;
    text-decoration: none
}

.pied .navf .menu_footer li a:hover {
    text-decoration: underline
}

.pied .navf .menu_footer li.active a:hover {
    cursor: default;
    text-decoration: none
}

.pied address {
    margin: 0;
    padding: 15px 0 15px 0;
    color: #fff;
    font-size: 18px
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0
}

.pied address p.adresse {
    padding: 0 0 22px 0
}

.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 .horaires {
    padding: 0;
    margin: 0;
    text-align: left;
}

.pied .smartfood {
    margin: 80px 0 0 0;
    text-align: center
}

.pied .abus {
    text-align: center;
    margin: 0
}

.pied .abus span {
    display: inline-block;
    background: url(../images/ico-abus.png) no-repeat 0 0;
    padding: 0 0 20px 40px;
    color: #adadad;
    font-size: 9px
}

.pied .copyright-footer {
    margin: 15px 0;
    color: #fff;
    font-size: 10px;
    text-align: center
}

.pied .copyright-footer a {
    color: inherit;
    text-decoration: none
}

.pied .copyright-footer a:hover {
    text-decoration: underline
}

#logoFD svg * {
    fill: #fff
}

#logoFD svg {
    width: 200px
}

.pied .btn-partage {
    text-align: center;
}

.pied .btn-partage .btnp {
    margin: 0 15px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transition: all .4s ease;
    border-radius: 36px;
    color: #fff;
}

.pied .btn-partage .btnp:hover {
    transform: rotate(360deg)
}

.pied .btn-partage .btnp.btn-google {
    background-image: url(../images/ico-google-h.png)
}

.banniere {
    position: fixed;
    top: 0;
    margin-left: 0;
    height: 100%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: -1;
}

.banniere img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banniere:before {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .6;
    background: linear-gradient(180deg, #000000, transparent);
    background-position: center;
    background-repeat: repeat
}
body.body-carte .carte h1,body.body-formule-list .corps h1,body.body-service-list .corps h1,body.body-page.body-page-16 .corps h1,body.body-contact.body-contact-5 .corps h1{display: none;}
.body-carte .banniere {
    background-image: url(../images/ban1.jpg)
}

.body-formule-list .banniere {
    background-image: url(../images/ban6.jpg)
}

.body-gallery-22 .banniere {
    background-image: url(../images/ban2.jpg)
}

.body-page-16 .banniere {
    background-image: url(../images/ban3.jpg)
}

.body-contact .banniere {
    background-image: url(../images/ban4.jpg)
}

.body-page-21 .banniere {
    background-image: url(../images/ban5.jpg)
}

.cont-slider {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1000px;
    width: 2000px
}

.sudo-slider,
.sudo-slider img {
    width: 100%
}

.cont-slider .controls {
    display: none
}

.cont-slidergal {
    position: relative
}

.sudo-slidergal,
.sudo-slidergal img {
    width: 100%
}

a.sudoliengal.precedent,
a.sudoliengal.suivant {
    z-index: 9000;
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 18px;
    height: 40px;
    margin-top: -20px;
    opacity: 0
}

a.sudoliengal.precedent {
    left: 10px;
    background: url(../images/g.png)
}

a.sudoliengal.suivant {
    right: 10px;
    background: url(../images/d.png)
}

.cont-slidergal:hover a.sudoliengal.precedent,
.cont-slidergal:hover a.sudoliengal.suivant {
    opacity: 1
}

.cont-slidergal .controls {
    display: none
}

.sudo-slidergal .propor:after {
    padding-top: 72%;
    display: block;
    content: ''
}

.sudo-slidergal .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.sudo-slidergal .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0)
}

.sudo-slidergal .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

label.checkbox.label-rgpd {
    font-size: 11px!important;
    color: var(--color0);
    text-align: justify;
    padding: 0;
    font-family: var(--font_family_2);
}

.form-group .label-rgpd strong,
.info-rgpd a,
.info-rgpd a:visited,
.info-rgpd strong {
    color: #000
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    font-weight: 400
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: static;
    width: auto;
    margin: 7px 5px 0 0
}

.corps-contact.formulaire {
    padding: 5% 0;
    background: url(../images/contact.jpeg);
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    background-size: cover;
    background-color: var(--color3);
    background-blend-mode: soft-light;
    border-radius: var(--border-radius);
}

.tabb-contact {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%
}

.tabb-contact .cell {
    display: table-cell;
    vertical-align: top
}

.tabb-contact .cell.cellg {
    width: 33.3333%;
    background: #f5f5f5
}

.tabb-contact .corps-contact {
    padding: 90px 60px 10px 60px
}

.contact h2 {
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0 0 0px 0;
    color: var(--color2);
}

.corps-contact.formulaire h2 {
    color: var(--color0);
}

.contact .plan h2 {
    margin-top: 20px
}

.contact .plan {
    font-size: 0
}

.contact .plan .block #googlemapapi,
.contact .plan iframe {
    width: 100%!important;
    height: 350px!important
}

.contact .coordonnees {
    padding: 70px 0 70px 0
}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none
}

.contact .coordonnees address p a {
    text-decoration: none;
    color: inherit
}

.contact .coordonnees address p a:hover {
    text-decoration: underline
}

.contact .description-contact,#description-contact {
    padding: 0 0 20px 0;
    text-align: center;
    color: var(--color0);
}

.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 div.col-md-8 {
    width: 100%!important
}

.contact .formulaire .control-label {
    text-align: left!important;
    font-weight: 400
}

.contact .formulaire .form-group {
    margin-bottom: 14px;
    padding: 0!important;
    margin-left: 0!important;
    margin-right: 0!important
}

.contact .formulaire .form-group .form-control {
    background: #f9f3f33d;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: inherit;
    font-family: var(--font_family_2);
    padding: 10px 20px;
}

.contact .formulaire .form-group textarea.form-control {
    height: 104px;
    position: static;
    width: 100%!important
}

.contact .formulaire .form-group input.form-control {
    padding: 25px 20px;
}

.contact .formulaire .form-group select.form-control {
    height: 48px;
    line-height: 48px;
    padding: 5px 17px;
}

.contact .formulaire .form-group input[name=captcha] {
    width: 41%!important;
    height: 48px!important;
    display: inline-block;
    float: none!important;
    margin-right: 2%!important;
    vertical-align: top
}

.contact .formulaire .form-group input[name=captcha]+a {
    width: 25%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top
}

.contact .formulaire .form-group #captcha {
    width: 100%;
    height: 48px!important;
    border-radius: 0;
    padding: 0;
    border: 1px solid #c8c8c8
}

.contact .formulaire .form-group input.btn-primary {
    width: auto;
    display: inline-block;
}

.contact .formulaire .form-actions {
    font-size: 12px;
    color: white;
    font-style: italic;
    text-align: left;
}

.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 30px;
    border: 0;
    color: var(--color0);
    border-radius: var(--radius);
    font-size: 16px;
    text-decoration: none;
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    background: linear-gradient(45deg, var(--color1), var(--color2));
    font-family: var(--font_family_1);
    text-transform: initial;
    letter-spacing: 2px;
}

.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 {
    color: #fff;
    background: linear-gradient(45deg, #fed561,#ff88a5,#ff88a5);
}

::-webkit-input-placeholder {
    color: var(--color0) !important
}

:-moz-placeholder {
    color: var(--color0) !important;
    opacity: 1!important
}

::-moz-placeholder {
    color: var(--color0) !important;
    opacity: 1!important
}

:-ms-input-placeholder {
    color:  var(--color0) !important
}


.elemelem {
    margin: 0 0 30px 0
}

.gallery .kikoolol {
    padding: 10px 0 30px 60px
}

.gallery .sansimage .kikoolol {
    padding: 10px 0 30px 0
}

.gallery .description-galerie {
    padding: 40px 0;
    text-align: left;
    font-size: 18px !important;
}

.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 {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.gallery .ligne-photos .propor:after {
    padding-top: 72%;
    display: block;
    content: ''
}

.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    border: 1px solid #d4d4d400;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    border-radius: var(--border-radius);
}

.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 img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque,.flex-head .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5) url(../images/ico-zoom.png) no-repeat center center;
    border-radius: var(--border-radius);
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.gallery .nav {
    margin: 10px 0;
    padding-right: 10px
}

.gallery .nav li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

.gallery .nav li a {
    background: #222;
    display: block;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    border-radius: 0;
    text-decoration: none
}

.gallery .nav li a:hover,
.gallery .nav li.active a {
    background: #424445;
    color: #fff
}

.gallery .nav li.active a {
    cursor: default
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 10px
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

.tabb-formule {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%
}

.tabb-formule.sansimage {
    display: inline-table;
    width: 60%
}

.tabb-formule .cell {
    display: table-cell;
    vertical-align: top;
    position: relative
}

.tabb-formule .cell.cellg {
    width: 58%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.tabb-formule .cell.cellg.cell1.pair {
    display: none
}

.tabb-formule .cell.cellg.cell2.impair {
    display: none
}

.tabb-formule .cell.celld .contt {
    padding: 30px 50px 30px 40px;
    background: var(--color4);
}

.formules .formule {
    margin: 0 0 2% 0;
    text-align: center
}

.formules .formule .haut {
    margin: 0 0 30px 0;
}

.formules .formule .haut h2 {
    margin: 0;
    padding: 5px 0 20px 0;
    color: var(--color0);
    text-align: center
}

.formules .formule .haut h2:before {
    background: var(--color0);
}

.formules .formule .haut h2:after {
    color: var(--color0);
}

.formules .formule ul {
    list-style-type: none;
    list-style-image: none;
    padding: 20px 10px;
    text-align: center;
    border-top: 1px solid #ffffff70;
    border-bottom: 1px solid #ffffff70;
}

.formules .formule ul .item {
    padding: 5px 0 10px 0;
    font-size: 22px;
    color: var(--color1);
    letter-spacing: 1px;
}

.formules .formule ul .item .description {
    font-size: 18px;
    color: var(--color0);
    font-family: var(--font_family_2);
}

.formules .formule ul .item .prix-item {
    font-weight: 700
}

.formules .formule hr {
    height: 5px;
    background: url(../images/ico-titre.png) no-repeat center top;
    border: none;
    margin: 10px;
}

.formules .formule .prix {
    padding: 5px 0 0 0;
    font-size: 30px;
    color: var(--color1);
    text-align: center
}
/* formule du jour */

/* formule du jour */
.tabb-carte {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: var(--border-radius);
}

.tabb-carte .cell {
    display: table-cell;
    vertical-align: top;
    position: relative;
    text-align: left;
    width: 40%;
}

.tabb-carte .cell.cellg {
    width: 33.3333%;
    background: url(../images/photo2.jpg) no-repeat center top;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.tabb-carte .cell.celld .contt {
    padding: 2em 4em;
    background: #ffffff96;
    /* color: var(--color0); */
    min-height: 50vh;
}

.tabb-carte .cell.celld.sansimage .contt {
    padding: 0 0 30px 0
}

.carte .tableau {
    display: table;
    table-layout: fixed;
    width: 100%
}

.carte .cellule {
    display: table-cell;
    vertical-align: top
}

.carte .group {
    margin: 0 0 50px 0
}

.carte .group:nth-child(even) {
    direction: rtl;
}

.carte .group:nth-child(even) .tabb-carte .cell.celld .contt {
    padding: 2em 4em;
}

.carte h2 {
    padding: 0px 0;
    margin-top: 0;
}

.carte .price {
    width: 100px;
    padding: 17px 0 0 0;
    font-size: 23px
}

.carte ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    direction: initial;
}

.carte ul li {
    border-bottom: 2px dotted #ffa28f73;
    padding-bottom: 1.5vh;
}

.carte ul li.item {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 10px;
}

.carte ul li.item:nth-child(even) {
    /* background: #ff45001a; */
}

.carte ul li.item:last-child {
    border: none
}

.carte ul li.item .item-title {
    display: table-cell;
    vertical-align: top;
    padding: 10px 0 10px 0;
    text-transform: math-auto;
}

.carte ul li.item .price {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    color: var(--color1);
    font-family: var(--font_family_2);
    font-size: 18px;
}

.carte ul li.item.multiprix .price {
    text-align: center;
    font-size: 18px
}

.carte ul li.item small {
    display: block;
    color: #828282;
    text-transform: none;
    font-size: 16px
}

.carte .group .propor {
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

.carte .group .propor:after {
    padding-top: 72%;
    display: block;
    content: ''
}

.carte .group .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.carte .group .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    border: 1px solid #81b836;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px
}

.carte .group .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.carte .group .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5) url(../images/ico-zoom.png) no-repeat center center
}

.carte .group .propor .propor-cont .imagecont:hover .masque {
    top: 0
}

.carte .group .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)
}

.carte .group .noimage {
    background: #fff url(../images/noim.jpg) no-repeat center center;
    background-size: auto!important;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.header-sidebars,
.sidebar-left,
.sidebar-right {
    background-color: #fff;
    letter-spacing: 1px
}

.contactButton,
.nav-item-active,
.sidebar-bottom-controls a,
.sidebar-divider-text,
.sidebar-form label,
.sidebar-left a,
.sidebar-right a,
.sidebar-send-button {
    color: #fff!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: 85px;
    background: var(--color3);
    width: 100%
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
}

.top-logo img {
    position: absolute;
    left: 16px;
    top: 4px;
    max-height: 76px;
    max-width: 275px;
}

.deploy-left-sidebar {
    display: table-cell;
    background-color: #f78e1e;
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/nav.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center
}

.deploy-right-sidebar {
    border-left: 1px #ffffff solid;
    display: table-cell;
    background-color: var(--color3);
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/nav.svg);
    background-repeat: no-repeat;
    height: 85px;
    width: 65px;
    background-position: center center
}

.deploy-right-mail {
    border-left: 1px #ffffff solid;
    display: table-cell;
    background-color: var(--color3);
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/mail.svg);
    background-repeat: no-repeat;
    height: 85px;
    width: 65px;
    background-position: center center;
    position: absolute;
    right: 65px;
    top: 0
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color3);
    background-size: auto 45%;
    background-image: url(../images/menu-mobile-3/telephone.svg);
    background-repeat: no-repeat;
    height: 85px;
    width: 65px;
    background-position: center 23px;
    position: absolute!important;
    right: 130px;
    top: 0px;
}

.deploy-back-home {
    background-image: url(../images/menu-mobile-3/home.png);
    background-repeat: no-repeat;
    background-color: #f9fafc;
    width: 50px;
    height: 50px;
    background-position: center center;
    float: right;
    margin-top: -50px
}

.delete-right-sidebar {
    display: none;
    background-image: url(../images/menu-mobile-3/contact.png);
    background-repeat: no-repeat;
    background-color: #f9fafc;
    width: 50px;
    height: 50px;
    background-position: center center;
    float: right;
    margin-top: -50px
}

.sidebar-left {
    font-family: var(--font_family_2), Helvetica!important;
    width: 270px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -270px;
    bottom: 0;
    overflow: hidden;
    box-shadow: 3px 0 3px 0 rgba(0, 0, 0, .1)
}

.sidebar-scroll-left {
    padding-right: 20px;
    left: 0;
    width: 310px;
    overflow: scroll!important;
    overflow-x: hidden!important;
    -webkit-overflow-scroll: touch!important;
    height: 100%;
    background-color: #c31c26
}

.sidebar-scroll-right {
    width: 275px;
    overflow: auto!important;
    overflow-x: hidden!important;
    height: 100%;
    background-color: var(--color3);
}

.sidebar-right {
    font-family: var(--font_family_2), Helvetica!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-decoration {
    background-image: url(../images/menu-mobile-3/sidebar-deco.png);
    background-repeat: repeat-x;
    height: 2px;
    margin-bottom: 15px
}

.sidebar-left a,
.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    color: #fff!important;
    z-index: 1
}

.sidebar-header-left {
    height: 65px;
    background-color: #f78e1e;
    position: relative
}

.sidebar-left-logo {
    max-height: 75px;
    position: absolute;
    top: -2px;
    left: 8px;
    margin-right: 179px
}

.sidebar-right-logo {
    margin-left: 84px;
    top: 14px;
    right: 1px;
    max-width: 180px;
    float: inherit;
    max-height: 37px;
    position: relative
}

.close-sidebar-left {
    background-image: url(../images/menu-mobile-3/left-chevron.svg);
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 65px;
    width: 65px;
    margin-left: 205px;
    display: block
}

.sidebar-divider-text {
    font-size: 25px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: var(--color0) !important;
    background: var(
    --color2);
    font-family: var(
    --font_family_1);
}

.home-nav {
    background-image: url(../images/menu-mobile-3/home.png)
}

.info-nav {
    background-image: url(../images/menu-mobile-3/infoabout.png)
}

.folio-nav {
    background-image: url(../images/menu-mobile-3/bendedright.png)
}

.mail-nav {
    background-image: url(../images/menu-mobile-3/mail.svg)
}

.newsletter-nav {
    background-image: url(../images/menu-mobile-3/rss.png)
}

.call-nav {
    background-image: url(../images/menu-mobile-3/phonehook.svg)
}

.text-nav {
    background-image: url(../images/menu-mobile-3/speechbubble4.png)
}

.facebook-nav {
    background-image: url(../images/menu-mobile-3/facebook.png)
}

.twitter-nav {
    background-image: url(../images/menu-mobile-3/twitter.png)
}

.sidebar-bottom-controls {
    background-color: #f78e1e
}

.sidebar-bottom-controls p {
    margin-top: 3px
}

.sidebar-bottom-controls a {
    font-size: 12px;
    background-repeat: repeat-y;
    text-align: center;
    float: left;
    width: 33%;
    line-height: 10px;
    display: block
}

.facebook-bottom {
    display: block;
    padding-top: 26px;
    background-image: url(../images/menu-mobile-3/facebook.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px
}

.twitter-bottom {
    display: block;
    background-image: url(../images/menu-mobile-3/twitter.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px
}

.close-bottom-left,
.close-bottom-right {
    display: block;
    padding-top: 26px;
    background-image: url(../images/menu-mobile-3/accessdenied.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px
}

.nav-item {
    font-size: 16.2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-size: 22px auto;
    background-color: #c9323b;
    height: 60px;
    line-height: 61.5px;
    background-repeat: no-repeat;
    padding-left: 60px;
    background-position: 20px center;
    margin-bottom: 1px
}

.icon-active {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/location.png);
    background-size: 10px 15px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 240px
}

.icon-page {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.png);
    background-size: 8px 11px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 240px
}

.icon-drop {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/godrop.png);
    background-size: 10px 8px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 239px
}

.submenu a {
    text-shadow: 0 2px 0 rgba(0, 0, 0, 1);
    background-image: url(../images/menu-mobile-3/sidebar-deco.png);
    background-repeat: repeat-x;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    font-size: 10px;
    color: #878787;
    text-transform: uppercase;
    font-weight: 900
}

.submenu a em {
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.png);
    background-size: 8px 11px;
    background-repeat: no-repeat;
    float: left;
    width: 10px;
    height: 15px;
    display: block;
    margin-top: 5px;
    padding-right: 35px
}

.submenu a:first-child {
    background-image: none!important
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-notifications a {
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 38px;
    margin-left: 20px;
    font-size: 10px;
    color: #878787;
    font-family: var(--font_family_2), sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 10px
}

.sidebar-header-right {
    height: 65px;
    background-color: var(--color3);
    position: relative
}

.close-sidebar-right {
    background-image: url(../images/menu-mobile-3/right-chevron.svg);
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 65px;
    width: 65px;
    margin-left: 0;
    display: block
}

.sidebar-left .close-sidebar-left,
.sidebar-right .close-sidebar-right {
    position: absolute!important
}

.right-sidebar-copyright {
    margin: 20px 0
}

.footer-text a {
    padding-top: 10px;
    font-size: 10px;
    color: #8a8a8a
}

.copyright-sidebar {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase
}

.menu-mobile-dynamique {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 1px;
    background: var(--color3);
    padding-left: 18px
}

.menu-mobile-dynamique li.active {
    background: #ff88a44d;
}

.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, #cbb190, #cbb190);
    padding-top: 18px;
    padding-bottom: 18px
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    text-decoration: none!important;
    line-height: 18px;
    font-size: 22px;
    background-image: url(../images/menu-mobile-3/bendedright.svg);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-size: 8px auto;
    text-transform: inherit;
    color: #fff;
    height: 60px;
    background-repeat: no-repeat;
    padding-left: 29px;
    background-position: 6px 20.9px;
    font-family: var(--font_family_2);
}

.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;
    color: #bebebe
}

.small-notification p {
    margin: 10px 13px;
    padding-bottom: 2px;
    line-height: 18px
}

.text-input {
    overflow: hidden;
    position: relative;
    font-size: 11px;
    color: #666;
    width: 230px;
    margin-left: 20px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    display: block;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .1);
    border: solid 1px #3d3d3d
}

#contactEmail {
    margin-bottom: -5px!important
}

#contactMessage {
    display: none
}

#contactName {
    display: none;
    margin-bottom: 10px
}

#left_label_name {
    overflow: hidden;
    position: relative;
    display: none;
    text-align: left;
    margin-left: 200px;
    font-size: 11px;
    color: #8c8c8c;
    opacity: .3;
    margin-top: -20px;
    padding-bottom: 5px;
    margin-bottom: 10px
}

#name_label {
    overflow: hidden;
    position: relative;
    display: none;
    margin-top: 20px;
    margin-left: 20px;
    font-family: var(--font_family_2), sans-serif;
    font-size: 12px;
    color: #c5c5c5
}

#email_label {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 12px;
    color: #c5c5c5;
    display: block;
    overflow: hidden;
    position: relative
}

#left_label_mail {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 18px;
    text-align: left;
    margin-left: 200px;
    font-size: 11px;
    color: #8c8c8c;
    opacity: .3;
    font-family: var(--font_family_2), sans-serif;
    margin-top: -20px;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.contact-button-house {
    line-height: 18px;
    margin-bottom: 20px;
    font-size: 11px;
    display: block;
    overflow: hidden;
    position: relative;
    vertical-align: baseline;
    outline: 0
}

.contactButton {
    display: block;
    overflow: hidden;
    position: relative;
    margin-left: 20px;
    margin-top: 30px;
    height: 36px;
    font-family: var(--font_family_2), sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    width: 230px;
    background-color: rgba(255, 255, 255, .1);
    border: solid 1px #3d3d3d
}
section.section.row.page.node-1 {
    padding: 0% 10% 4%;
    background: var(--color0);
    background-size: 100%;
    position: relative;
}

section.section.row.page.node-1:before {
    content: "";
    position: absolute;
    background: url(../images/logo.png);
    width: 20vw;
    height: 20vw;
    right: 10%;
    bottom: 0%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .1;
}
section.section.row.page.node-1:after{content: "";}
.flex-head {
    display: flex;
    width: 100%;
    font-family: var(--font_family_2);
    grid-gap: 70px;
    font-size: var(--taille_font);
    letter-spacing: 1px;
    text-align: left;
    align-items: center;
    line-height: 1.7;
}

.flex-head-txt {
    width: 60%;
}

.scroll.scroll01.scrollbars {
    height: 40vh;
    overflow: auto;
    margin-bottom: 2vh;
    padding-right: 2vw;
}

.flex-head-img {
    width: 40%;
    position: relative;
    height: 70vh;
}

.flex-head-img:before {
    content: "";
    position: absolute;
    top: 10%;
    left: -5%;
    width: 95%;
    height: 95%;
    z-index: -1;
    border: 1px solid var(--color2);
    border-radius: var(--border-radius);
}

.head-img.img-1 {width: 100%;position: absolute;top: auto;height: 100%;border-radius: var(--border-radius);}

.head-img .propor, .head-img .propor-cont, .head-img a {
    height: 100%;
    width: 100%;
    border-radius: var(--border-radius);
}

.head-img.img-2 {position: absolute;width: 50%;right: 0;height: 100%;}

.head-img.img-3 {position: relative;top: -240px;width: 270px;left: -20px;}

.buttonWrap {
    padding: 10px!important;
    min-width: 43%
}

.contactSubmitButton {
    display: block!important;
    height: 36px!important;
    margin-right: 4px;
    float: left;
    margin-bottom: 20px
}

.contactNameField {
    padding-bottom: 5px;
    font-size: 12px
}

.contactField {
    font-size: 15px;
    overflow: hidden;
    position: relative;
    color: #fff;
    min-width: 100%;
    display: block;
    box-sizing: border-box;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px
}

.contactTextarea {
    font-size: 15px;
    overflow: hidden;
    position: relative;
    color: #fff;
    min-width: 100%;
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
    line-height: 18px;
    height: 90px;
    padding: 9px 12px
}

.menu-mobile-dynamique input {
    -webkit-appearance: none;
    border-radius: 0
}

.sidebar-form {
    display: none;
    margin-left: 20px;
    width: 230px;
    box-sizing: border-box
}

.sidebar-form2 {
    display: none
}

.sidebar-form label {
    font-size: 13px;
    border-radius: 0!important;
    color: #c5c5c5;
    text-transform: uppercase;
    padding-top: 10px;
    display: block;
    opacity: .8;
    filter: alpha(opacity=80)
}

.sidebar-form label span {
    text-transform: lowercase;
    float: right;
    opacity: .5
}

.sidebar-form input {
    background-color: rgba(255, 255, 255, .1);
    border: solid 1px #3d3d3d
}

.sidebar-form textarea {
    background-color: rgba(255, 255, 255, .1);
    border: solid 1px #3d3d3d;
    margin-bottom: 0
}

.sidebar-send-button {
    font-size: 13px;
    display: block;
    width: 100%;
    color: #d2d2d2;
    font-family: var(--font_family_2), sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.success-subscribe {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px
}

.sidebar-form {
    margin-bottom: 0!important;
    margin-top: -10px!important
}

.sidebar-form .formSuccessMessageWrap {
    width: 230px;
    margin-top: 20px;
    margin-bottom: 0
}

.sidebar-form .small-notification {
    margin-top: 20px
}

.sidebar-form #emailError {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px;
    border-radius: 0;
    height: 36px
}

.sidebar-form #emailError p {
    text-align: center;
    color: #ff8181;
    margin: 8px 0;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0
}

.sidebar-form #emailError2 {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px;
    border-radius: 0;
    height: 36px
}

.sidebar-form #emailError2 p {
    text-align: center;
    color: #ff8181;
    margin: 8px 0;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0
}

.subscribe-notification {
    width: 230px!important;
    margin-left: 20px;
    border-radius: 0!important;
    margin-bottom: -15px!important;
    margin-top: 20px!important;
    background-image: none!important
}

.subscribe-notification p {
    background-image: none!important;
    text-align: center;
    color: #ff8181!important;
    margin: 8px 0;
    display: block;
    text-transform: uppercase;
    padding-left: 0;
    margin-top: 20px
}

.formValidationError {
    margin-bottom: -15px
}

.sidebar-form .formValidationError div {
    width: 230px;
    border-radius: 0!important;
    height: 36px;
    margin-top: 20px!important
}

.sidebar-form .formSubmitButtonErrorsWrap {
    overflow: visible!important;
    margin-bottom: 20px
}

.sidebar-form .formValidationError p {
    text-align: center;
    color: #ff8181!important;
    margin: 8px 0;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    vertical-align: baseline;
    outline: 0
}

.red-notification {
    background-color: rgba(219, 84, 84, .5);
    border-radius: 5px;
    border: solid 1px #cbb190
}

.formValidationError .red-notification p {
    background-image: none!important;
    display: block!important;
    padding-left: 0!important;
    text-align: center!important
}

.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 {}

.remonter button {
    display: block !important;
    padding: 9px;
    text-align: center;
    border: none;
    background: var(--color1);
    border-radius: var(--border-radius);
    height: 46px;
    width: 46px;
}

.remonter i {
    color: var(--color0);
    width: 26px;
    height: 26px;
    font-size: 25px;
}

.remonter button:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.deprecated-ie p {
    line-height: 30px;
    margin: 0
}

.deprecated-ie a {
    line-height: 30px;
    font-family: var(--font_family_2), Helvetica, arial, sans-serif;
    font-size: 13px;
    color: #000;
    text-decoration: underline
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .lightboxOverlay {
        overflow: scroll
    }
    .lightboxOverlay::-webkit-scrollbar {
        width: 0
    }
}
@media (min-width: 2500px) {
    #logoFD svg {
    transform: scale(2);
}
    h2.cardTitle{font-size: 2em;}
        .container {
        max-width: 2500px !important;
        width: 2500px !important;
    }
    header.hide-print .container{padding: 0;}
    .cta{margin: 0;}
    .sitemap a:hover{color: var(--color1);}

.contact .formulaire .form-group input.form-control,.contact .formulaire .form-group select.form-control {
    height: 5vh;
}
    .carte h2{font-size: 2em;}
    .tete .logo-site img{max-width: 5vw;}
    .navh .menu_principal a{font-size: 35px;margin-left: 2vw;}
    .btn-liens-rs .btnrs,.btn-liens-rs .btnrs svg{width: 1.5vw;height: 1.5vw;}
    .body-page-1 strong.titre{font-size: 12rem !important;}

.h1, h1 {
    font-size: 2.5vw;
}
    .nav-top ul li,.nav-top ul li i{font-size: .8vw;}
    .nav-top{height: 5vh;display: flex;align-items: center;}
        .tete.fixed .logo-site img {
        max-width: 4vw;
    }
    span.sous-titre{font-size: 1.2vw !important;}
    .cta a.bouton-principal, button.bouton-principal, .cta .tel-header{font-size: 40px;padding: 25px 50px !important;}
    header.hide-print .container .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
}
@media (min-width:1400px) {
    .container {
        max-width: 1400px;
        width: 1400px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 100%
    }
}

@media (min-width:1301px) {
    .container {
        max-width: 1300px;
        width: 1300px;
    }

.addbloc .container {
    width: 80%;
    max-width: 100%;
    margin: 0;
}

}
@media (max-width:1199px) {
    .remonter {
        display: none!important
    }
    .flex-head-img{}
    .event{font-size: 6rem;height: 30vh;}
}
@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
    }
    .gallery .kikoolol {
        padding: 10px 0 30px 30px
    }
    /* .corps-contact.formulaire {} */
    .scrolled-content {
        height: 190px
    }
}
p.slogan {
    position: relative;
    color: var(--color0);
    width: 100%;
    padding: 0 10%;
    margin: 0;
    text-align: center;
    z-index: 2;
    top: 60px
}
.cls-1 {
    stroke: #ff4500 !important;
}
.body-page-1 p.slogan {
    top: 50px;
    width: 100%;
    padding: 0 10%;
    text-align: center;
}

strong.titre {
    font-family: var(--font_family_1);
    font-size: 3em;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0;
    color: var(--color0);
}
.body-page-1 strong.titre{font-size: 7rem;}
span.sous-titre {
    font-size: 28px;
}

.scroll-container {
    z-index: 10;
    width: 30px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px
}

.scroller {
    width: 16px;
    border-radius: 8px;
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    bottom: 34px;
    animation: scroller 1.5s ease-out infinite
}

@keyframes scroller {
    0% {
        bottom: 34px
    }
    5% {
        top: 4px
    }
    32% {
        bottom: 4px
    }
    66% {
        top: 34px;
        bottom: 4px
    }
    100% {
        top: 4px;
        bottom: 34px
    }
}

.propor-cont {
    position: relative;
    overflow: hidden
}

.propor-cont:hover .imagecont img {
    transform: scale3d(1.1, 1.1, 1);
    transition: .3s
}

.propor-cont .imagecont img {
    transition: .3s
}

/* .propor-cont:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #0000, #00000000)!important;
    transition: .3s
}

.propor-cont:hover:after {
    background: #eb422a70!important;
    transition: .3s
} */

.title-item-gallery {
    position: absolute;
    color: var(--color0);
    left: 50%;
    bottom: 5px;
    font-family: var(--font_family_2);
    transform: translateX(-50%);
    z-index: 1;
    font-weight: 600
}

.reserv-table {
    position: relative;
    padding: 5em 0 5rem;
    z-index: 1;
    text-align: center;
    background-image: none !important;
    background-size: 100%;
}

.reserv-table:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.flex-intro {
    display: grid;
    margin: 60px 0;
    grid-gap: 50px;
    JUSTIFY-CONTENT: stretch;
    align-items: stretch;
    grid-template-columns: 1fr 1fr;
}

.flex-left {
    position: relative;
    flex: 1;
    margin: auto;
    height: 100%;
}

.flex-right {
    flex: 1;
    text-align: center;
}

.flex-right.reservation {
    box-shadow: 0px 0px 50px #00000021;
    background: var(--color0);
}

.two-pictures {
    display: flex;
    margin: auto;
    margin-right: 0;
    min-height: 500px;
    height: 100%;
}

.two-pictures .col-md-12.col-sm-12.col-xs-12 {
    padding: 0;
    margin: 0;
}

.pic-1 {
    width: 45%;
    margin: auto;
    margin-right: 30px
}

.pic-2 {
    width: 55%;
    margin-right: 50px
}

.datepicker {
    padding: 12px 35px;
}

.contact-us {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--color3);
}

.Parent-div {
    display: flex;
    width: 100%;
    padding: 0 10%;
}

.first-div,
.third-div {
    line-height: 1.5;
}


.second-div {
    flex: 2;
    position: relative;
    background-image: url(../images/images-contact.jpg);
    z-index: 1;
    padding: 5em 5%;
}

.second-div h4 {
    font-size: 30px;
    color: var(--color0);
}

.adress {
    padding-bottom: 30px;
    color: var(--color0);
    line-height: 1.5;
}

.first-div h4,
.horaires span {
    color: var(--color2);
    font-weight: 700;
    font-size: var(--taille_font);
    font-family: var(--font_family_2);
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
}

span.horaires-label-opened {
    color: #1f1!important;
}

.second-div:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #04191d80;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

table.horaire-table {
    color: #ffffffb3
}

tbody tr:first-child {
    color: var(--color0)
}

span.slogan-contact {
    color: var(--color0);
}

.button-contact {
    position: relative;
    margin-top: 60px;
    display: block;
}

.services {
    position: relative;
    padding: 4em 10% 10em;
    background: var(--color0);
    background-size: 100%;
}

.services-container.services-flex {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.services-block {
    overflow: hidden;
    position: relative;
}

.Title-services {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    text-align: left;
    padding: 0 25px;
}
.services-container {
    overflow: hidden;
    padding-top: 50px;
}

.service {
    position: relative;
    flex: 1;
    height: 50vh;
    margin: 0 10px;
}

.service-fimg {
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    z-index: 0;
}

.service-fimg a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #0000, #000000bd) !important;
    transition: .3s;
    z-index: 1;
}

.service-fimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.picture {
    position: relative;
    width: 100%;
    height: 100%;
}

.picture-details {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.imagecont img {
    height: 100%;
    object-fit: cover;
    display: block;
    width: 100%;
}

h2.cardTitle {
    font-family: var(--font_family_1);
    font-size: 25px;
    color: var(--color0);
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-wrap: balance;
    line-height: 1.2;
}

.Title-services a {
    padding: 10px 20px;
}

.nav-button {
    position: absolute;
    bottom: 2vh;
    text-align: center;
    transition: .3s opacity;
    display: flex;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    font-size: 28px;
}

.swiper-container.service-slideshow.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
    padding-bottom: 90px;
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    height: 3vw !important;
    width: 3vw !important;
    background: var(--color2);
    margin: 10px !important;
    z-index: 0 !important;
    position: initial !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1vw;
    transition: all .3s linear;
}

.swiper-button-next:hover, .swiper-button-prev:hover,.avis-button-prev:hover, .avis-button-next:hover {
    background: var(--color1);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    color: var(--color0);
    font-size: 16px !important;
}
@media (max-width:1300px) {
    .intervention .contenu{font-size: 18px}
    .intervention{padding: 0 5% 5%}
    .body-page-1 strong.titre{font-size: 5rem;}
    .flex-head-img{}
    .head-img.img-1{width: 100%;top: 0;}
    .head-img.img-2{top: 45px;width: 200px;left: 210px;}
    .head-img.img-3{top: -110px;width: 220px;}
    .img-illus img{height: 100%;width: 100%;object-fit: cover;}

.nav-button {
    bottom: 2vh;
}

.services {
    padding: 5% 5% 8em;
}

.swiper-button-next, .swiper-button-prev,.avis-button-prev, .avis-button-next {
    width: 4vw !important;
    height: 4vw !important;
    font-size: 1.2vw;
}

.img-illus {
    height: 90vh;
}
    .bloc-atout .container,.addbloc .co{width: 100%;max-width: 100%;}
    .bloc-atout .container{width: 65%;max-width: 65%;}
    .bloc-atout{justify-content: center;}
    .bloc-atout:before{left: 80px;}
    .addbloc:before{right: -170px;}
    .addbloc .container{width: 60%;}
    .article-group{padding: 0;}
    .h1, h1{font-size: 36px;}
    .body-page-1 .formules:before, .body-pageseo .formules:before{width: 98%;}
    .event p{font-size: 40px;}
}
.contact-us iframe {
    width: 100%;
    }
    @media (max-width:980px) {
    .flex-seoContain {
        flex-wrap: wrap
    }
    .flex-seoContain .seo-content {
        width: 100%;
        background: 0 0
    }
    .flex-seoContain .seo-form {
        width: 100%
    }
    .img-seo img,
    a.imagecont.noflicker.img1 {
        width: 100%;
        height: auto;
        margin: 0 0 16px;
        display: block
    }
    .bande_contact_footer .row1 {
        padding: 5rem 11%
    }
}
.bloc-atout .container {
    width: 60%;
    max-width: 60%;
    padding: 0;
    margin: 0;
}
    .services .container{width: 100%;max-width: 100%;}

.reserv-table .container {
    width: 100%;
    max-width: 80%;
}
    .modal-lg {
        width: 1100px
    }
    .scrolled-content {
        height: 250px;
    }

.responsive {
    margin: 10px auto 10px!important
}

.help-block {
    font-size: 14px
}

.description-groupe {
    margin-bottom: 30px
}

#menu_referencement {
    list-style-type: disc;
    width: 100%;
    text-align: justify;
    padding: 0
}

.menu_content {
    margin: 0;
    padding: 0
}

.menu_content ul li {
    display: inline;
    position: relative;
}

.menu_content ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: inherit;
    font-weight: 500;
}

.menu_content ul li a:hover {
    color: var(--color1);
}

.menu_footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: var(--taille_font);
    font-weight: 100;
    margin: 0 3px;
}

.menu_footer {
    display: block;
}

.menu_footer ul {
    display: flex;
    text-transform: inherit;
    font-size: 18px;
    color: var(--color0);
    padding: 0;
    list-style-type: none;
    flex-direction: column;
    line-height: 1.5;
}

.menu_footer ul li {
    position: relative;
    display: inline-block;
}

.menu_footer ul li a:hover {
    color: var(--color2);
}

.menu_footer ul li.active a,
.menu_referencement li.active a {
    color: var(--color2);
    text-decoration: none;
}

.g-recaptcha {
    display: block;
    margin: 0 auto;
    width: 303px
}

.contact .g-recaptcha {
    float: left
}

.contact .btn-primary {
    float: right;
    height: 63px
}

img.blazy {
    width: 100%;
    background-image: url(../images/bx_loader.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #ddd
}

img.blazy.b-error {
    background-image: url(../images/noImage.png)
}

.blazy {
    width: 100%;
    background-image: url(../images/bx_loader.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #ddd;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.blazy[class*=col-] {
    width: initial
}

.blazy img {
    width: 100%
}

.blazy.b-error {
    background-image: url(../images/noImage.png)
}

.blazy.imgLoaded {
    background-size: cover
}

.isServiceList .content {
    padding: 0;
    width: 100%
}

.nosServicesBg {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    background-color: #fff;
    color: #fff
}

.nosServicesBg .h {
    color: var(--color1);
    text-align: left
}

.nosServicesBg .hicon:after {
    background-color: transparent;
    margin: 0!important
}

.nosServicesBg .content {
    padding: 40px 0;
    float: left;
    background-color: transparent
}

.linkList {
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    float: left
}

.linkList li {
    display: block;
    width: 100%;
    float: left
}

.linkList li a {
    font-size: 18px;
    color: var(--color1);
    padding: 10px 15px 10px 50px;
    background-image: url(../images/r_arr.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    display: inline-block;
    margin: 0 0 19px 0;
    border: 1px solid var(--color1);
    min-width: 100%;
    text-align: left;
    text-decoration: none
}

.linkList li a:hover {
    background-image: url(../images/r_arr_h.png);
    color: #fff;
    border: 1px solid #fff;
    background-color: var(--color1);
    text-decoration: none
}

.body-service-list .fluid-contenu .container {
    width: 100%;
    max-width: 100%
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle
}

.hvr-shutter-out-horizontal:before {
    content: ""
}


a.bouton-secondaire {
    margin-left: 30px;
    color: var(--color0);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}

a.bouton-principal,
button.bouton-principal {
    position: relative;
    padding: .8vw 1.6vw;
    background: transparent;
    transition: .3s ease-in-out;
    margin: 15px 5px;
    font-family: var(--font_family_1);
    text-transform: inherit;
    display: inline-block;
    text-decoration: none;
    border-radius: var(--radius);
    letter-spacing: 2px;
    font-size: var(--taille_font);
    border: 0;
    overflow: hidden;
    background: linear-gradient(45deg, var(--color1), var(--color2));
    color: var(--color0);
}

button.bouton-principal.hvr-shutter-out-horizontal.temoignage-show-form-button.btn-avis {
    margin: 5vh 0;
}

.event a.bouton-principal {
    margin: 0;
}
.btns-formule a.bouton-principal{color: var(--color0);}
.contain-GMB a.bouton-principal, .slogan a.bouton-principal, .slogan button.bouton-principal, .Title-services a.bouton-principal {
    color: var(--color0);
    border: 0;
    margin: 1vh 0;
}

a.bouton-principal:hover {
    transform: scale(1.015);
    color: var(--color0);
    border-color: transparent;
    background: linear-gradient(45deg, #fed561,#ff88a5,#ff88a5);
}

a.bouton-principal:before {
    content: '';
    width: 100%;
    position: absolute;
    background-color: var(--color1);
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    transform: translateX(-105%);
    left: 0;
    height: 100%;
    top: 0;
    z-index: -1;
    border-radius: var(--radius);
}

a.bouton-principal:hover:before {
    /* transform: translateX(0%); */
}

.page-contenu a.bouton-principal:before {
    background: var(--color4);
}

.page-contenu a.bouton-principal {
    margin-bottom: 60px;
}

.btn-service {
    text-align: center;
    margin: 10px 0
}

.body-service-list .services .tableGrid.row {
    overflow-x: hidden
}

.body-service-list .services .tableGrid.row:nth-of-type(odd) {
    direction: rtl
}

.body-service-list .services .tableGrid.row:nth-of-type(even) {
    direction: ltr;
}

.body-service-list .services .tableGrid.row:nth-of-type(odd) [class*=col-] {
    direction: ltr;
}

.body-service-list .services .tableGrid.row .h {
    text-align: center;
    margin-bottom: 1em
}

.body-service-list .services .tableGrid.row:nth-of-type(odd) .h {
    color: #fff
}

.body-service-list .services .tableGrid.row:nth-of-type(odd) .service_sub_title {
    font-size: 22px;
    color: #fff;
    padding: 0 0 5px
}

.body-service-list .services .tableGrid.row .bodyContent {
    text-align: center;
    padding: 5vw 5vw
}

.body-service-list .services .tableGrid.row .bodyContent p {
    padding: 20px 0 20px;
    font-size: var(--taille_font);
}

.isServiceList #main {
    width: 100%
}

.body-service-list .main_bg {
    padding-bottom: 0;
    padding-bottom: 80px;
    min-height: 600px;
    z-index: 1;
    position: relative
}

.body-service-list .bodyContent .h {
    text-align: initial
}

.service_sub_title {
    font-size: 22px;
    color: #a7a7a7;
    padding: 12px 0 5px
}

.nosServicesBg ul {
    padding: 0
}

.nosServicesBg .mainSectionSlider .show {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent
}

.nosServicesBg .mainSectionSlider .blazy {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent
}

.services .mainSectionSlider .show {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent
}

.services .mainSectionSlider .blazy {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--border-radius);
    background-color: transparent
}

.row.ligne-photos.retrait.centerservice2 {
    margin: 0 16%!important
}

.row.ligne-photos.retrait.centerservice {
    margin: 0 33%!important
}

.nosServicesBg .bx-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.nosServicesBg .bx-viewport {
    position: absolute!important;
    height: 100%!important;
    width: 100%!important;
    top: 0!important;
    left: 0!important
}

.nosServicesBg .mainSectionSlider {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.services .bx-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.services .bx-viewport {
    position: absolute!important;
    height: 100%!important;
    width: 100%!important;
    top: 0!important;
    left: 0!important
}

.services .mainSectionSlider {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    list-style: none;
    border-radius: var(--border-radius);
}

.nosServicesBg .bx-viewport li,
.services .bx-viewport li {
    height: 100%;
    list-style: none
}

.mainSectionSliderBg .bx-pager,
.services .bx-pager {
    z-index: 9999
}

.tableGrid,
.tableGrid>.row {
    display: table;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%
}

.tableGrid>.table-row {
    height: 100%;
    display: table-row
}

.tableGrid.fullWidth {
    width: 100%
}

.tableGrid>.row>.table-row>[class*=col],
.tableGrid>.row>[class*=col],
.tableGrid>.table-row>[class*=col],
.tableGrid>[class*=col] {
    display: table-cell;
    vertical-align: top;
    float: none;
    height: 100%;
    position: relative
}

.noPaddingCells>.row>.table-row>[class*=col],
.noPaddingCells>.table-row>[class*=col],
.noPaddingCells>[class*=col] {
    padding: 0
}

.tableGrid.nopadding>.row>.table-row>[class*=col],
.tableGrid.nopadding>.row>[class*=col],
.tableGrid.nopadding>.table-row>[class*=col],
.tableGrid.nopadding>[class*=col] {
    padding: 0
}

.tableGrid.va-middle>.row>.table-row>[class*=col],
.tableGrid.va-middle>.row>[class*=col],
.tableGrid.va-middle>.table-row>[class*=col],
.tableGrid.va-middle>[class*=col] {
    vertical-align: middle
}

.body-service-list .main_bg {
    padding: 50px 0 0 0
}

.body-service-list .main_bg .container {
    width: 100%;
    padding: 0
}

.dtable {
    display: table;
    margin: 0 auto;
    float: none
}

.dtable [class*=col-] {
    display: table-cell;
    vertical-align: middle;
    float: none
}

.dtable #submitReservation {
    width: auto;
    padding: 10px 30px;
    border: 1px solid #eee;
    background: transparent;
    color: #fff;
    text-transform: inherit;
    font-size: 22px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
}

.dtable #submitReservation:hover {
    border-color: var(--color1);
}

.dtable #submitReservation:hover:before {
    transform: translate(0%);
}

.dtable #submitReservation:before {
    content: 'Réserver';
    width: 100%;
    position: absolute;
    background-color: var(--color1);
    transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transform: translateX(-100%);
    left: 0;
    height: 100%;
    top: 0;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color1);
}



@media (min-width:991px) and (max-width:1199px) {
    .navh .menu_haut_principal a,
    .navh .menu_haut_principal a:visited {
        font-size: 18px;
        padding: 26px 5px 10px 5px
    }
    .pied .navf .menu_footer li a,
    .pied .navf .menu_footer li a:visited {
        font-size: 14px;
        padding: 0 12px
    }
    .pied address {
        font-size: 16px
    }
    .pied .horaires {
        font-size: 16px
    }
    .tabb-reservation .cell.cellg {
        width: 50%
    }
    .tete .logo-site {
        margin: 0;
        padding: 24px 0 10px 0;
        display: inline-block;
        width: 130px
    }
    .corps-contact.formulaire {
        padding: 0 230px
    }
    .scrolled-content {
        height: 190px
    }
}
.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;
    transform: translate(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%;
}
.imagecont.noflicker.img1 {
    display: block;
    margin: 1vh 0 2vh;
    height: 30vh;
    overflow: hidden;
}

.flex-seoContain .seo-content img {
    width: 100%;
    height: 100%;
}
.page h2:first-of-type, .gallery h2:first-of-type , .seo-content h2:first-of-type , .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: 700;
    z-index: 1;
}

.page h2:first-of-type:before, .gallery h2:first-of-type:before , .seo-content h2:first-of-type:before , .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);
}

.page-contenu h2, .gallery h2 , .seo-content h2, .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;
}
@media (max-width:991px) {
    strong.titre{font-size: 2em;}
    .banniere:before{background: #000000;}

.banner-title {
    top: calc(50% + 30px);
    transform: translateY(-50%);
    position: absolute;
    z-index: 9;
}
    article.bloc-actu{flex-wrap: wrap;}

article.bloc-actu:before {
    display: none;
}

article.bloc-actu .texte,article.bloc-actu .cell.photo.cover {
    width: 100%;
}
    .body-page-1 .formules:before, .body-pageseo .formules:before{height: 100%;width: 85%;}
    .contact_footer_container{display: none;}
    .bande0{display: flex;}
    .addbloc{padding: 5%}
    .event{font-size: 5rem;}
    .bloc-atout .container{width: 100%;max-width: 100%}
    .addbloc .container,.formule-jour.formulaire-acc{width: 100%;}
    .img-illus,.flex-head-img,.nav-rs,.openhours,.bloc-atout:before,.addbloc:before,.img-menu{display: none;}

.flex-head-txt {
    width: 100%;
}
    section.section.row.page.node-1:before{bottom: -10%;}
    .body-page-1 .fluid-contenu{margin-top: 0 !important;}
    .tabb-formule.sansimage {
        display: inline-table;
        width: 100%
    }
    .formules .formule {
        margin: 0;
        text-align: center
    }
    .tabb2 .cell .reser .block {
        display: block
    }
    .h1,
    h1 {
        color: var(--color1);
        text-shadow: none;
        margin: 22px 0 20px 0;
        font-size: 30px
    }
    .h1,
    .pied h2,
    h1 {
        font-size: 25px;
    }
    .tabb2 .cell .reser div a,
    .tabb2 .cell .reser div p {
        padding: 30px 20px;
        display: block
    }
    .container {
        max-width: none;
        width: auto
    }
    .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: 0;
        right: 0;
        margin-right: 0!important
    }
    .contact .formulaire .form-group input.btn-primary {
        width: auto;
        margin-top: 8px
    }
    .modal-content input[name=captchaReservation] {
        width: 100%!important;
        margin-right: 0!important;
        text-align: left!important
    }
    .modal-content input[name=captchaReservation]+a {
        position: absolute;
        width: 140px;
        top: 0;
        right: 0;
        margin-right: 0!important
    }
    .modal-content .btn-default {
        width: 100%;
        margin-top: 8px
    }
    .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
    }
    .scrollbars {
        width: 100%;
        height: auto
    }
    .scrollbar-content {
        padding: 0
    }
    body {
        font-size: var(--taille_font: .9vw;)
    }
    :root{
        --taille_font: 18px;
    }

section.section.row.page.node-1 {
    padding: 0% 4%;
}

main.fluid-contenu {
    padding: 5% 2%;
    margin-top: 34vh !important;
}

p.slogan {
    top: 0;
}

.pied .bande2 .adress {
    padding-top: 2em;
}

.pied .bande2 .third-div {
    padding-top: 2em;
}

.AvisClients p {
    font-size: 12px;
}

.AvisClients, .AvisClients:link, .AvisClients:visited {
    height: 25vh;
}

.title-picto {
    width: 80px;
}
    .miettes-externes {
        display: none
    }
    .btn-partage {
        padding: 2px 0 10px 4vw;
    }
    .cont-slider .controls {
        display: none
    }
    .fluid-contenu .corps.huhu {
        padding: 0 0 40px 0
    }
    .cont-slider {
        position: static;
        margin-left: 0;
        width: 100%
    }
    .fluid-contenu .corps {
        padding: 30px 15px 30px 15px
    }
    .body-page-1 .fluid-contenu .corps>article {
        padding: 20px 0 20px 0
    }
    .body-page-1 .h1,
    .body-page-1 h1 {
        margin: 15px 0 30px 0
    }
    .tabb .cell.cellg {
        display: none
    }
    .tabb2 {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%
    }
    .tabb2 .cell {
        display: block;
        vertical-align: top;
        position: relative;
        width: 100%!important
    }
    .tabb2 .cell .reser {
        display: block;
        position: static;
        text-align: center
    }
    .tabb2 .cell .reser p a {
        padding: 90px 20px
    }
    .tabb2 .cell .contt {
        padding: 20px 0 30px 0;
        min-height: 0
    }
    .tabb2 .cell .contt h2 {
        font-size: 24px;
        padding: 0 0 15px 0
    }
    .modal-content .modal-body {
        border-radius: 0;
        padding: 0 5px 40px 5px
    }
    .modal-content h2 {
        margin-bottom: 20px;
        font-size: 18px
    }
    .modal-content .btn-default {
        padding: 10px 0;
        width: 100%
    }
    .tabb2 {
        padding: 0 0 40px 0
    }
    .pied .smartfood {
        margin: 20px 0 0 0
    }
    .pied .smartfood img {
        max-width: 170px
    }
    .pied .copyright-footer {
        margin: 15px 0 20px 0
    }
    .pied .copyright-footer img {
        max-width: 110px
    }
    .pied .bande2 {
        padding: 40px 50px
    }
    .pied .bande1 {
        padding: 10px 0 80px 0
    }
    .pied .bande1 .tel {
        margin: 0 0 40px 0
    }
    .pied .horaires {
        padding: 0;
        margin: 0 0 40px 0
    }
    .tabb-contact {
        display: block
    }
    .tabb-contact .cell {
        display: block;
        width: 100%!important
    }
    .contact .plan .block #googlemapapi,
    .contact .plan iframe {
        height: 250px!important
    }
    .tabb-contact .corps-contact {
        padding: 40px 15px 10px 15px
    }
    .contact .description-contact {
        padding: 0 0 10px 0
    }
    .contact .formulaire .form-group {
        margin-bottom: 10px
    }
    .tabb-reservation {
        display: block
    }
    .tabb-reservation .cell {
        display: block;
        width: 100%!important
    }
    .tabb-reservation .corps {
        padding: 10px 0 20px 0!important
    }
    .ui-datepicker .ui-datepicker-header {
        font-size: 22px
    }
    .ui-datepicker .ui-datepicker-next,
    .ui-datepicker .ui-datepicker-prev {
        top: 36px;
        width: 1.3em;
        height: 1.3em
    }
    .ui-datepicker .ui-datepicker-prev {
        left: 0
    }
    .ui-datepicker .ui-datepicker-next {
        right: 0
    }
    .tabb-specialites {
        display: block
    }
    .tabb-specialites .cell {
        display: block;
        width: 100%!important
    }
    .tabb-specialites .corps {
        padding: 10px 15px 20px 15px!important
    }
    .tabb-specialites h2 {
        margin-bottom: 20px
    }
    .tabb-specialites .cell.cellg {
        height: 160px
    }
    .tabb-specialites .cell.celld {
        padding: 0 0 30px 0
    }
    .tabb-carte {
        display: flex;
        flex-direction: column;
        gap: 2vh;
        padding: 2% 0%;
    }
    .tabb-carte .cell {
        display: block;
        width: 100%!important
    }
    .tabb-carte .corps {
        padding: 10px 15px 20px 15px!important
    }
    .tabb-carte h2 {
        margin-bottom: 20px
    }
    .tabb-carte .cell.cellg {
        height: 35vh;
        border-radius: var(--border-radius);
    }
    .carte .group {
        margin: 0 0 20px 0
    }
    .tabb-carte .cell.celld {
        padding: 0
    }
    .tabb-carte .cell.celld .contt,.carte .group:nth-child(even) .tabb-carte .cell.celld .contt {
        padding: 1em 0 10px 0;
        background: transparent;
    }
    .tabb-carte h2 {
        margin-bottom: 10px;
        font-size: 23px
    }
    .carte .price {
        width: 80px;
        font-size: 18px
    }
    .carte ul li.item:last-child {
        border-bottom: none
    }
    .tabb-formule {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%
    }
    .tabb-formule .cell {
        display: block;
        vertical-align: top;
        position: relative
    }
    .tabb-formule .cell.cellg {
        width: 100%;
        height: 150px
    }
    .tabb-formule .cell.cellg.cell1 {
        display: block!important
    }
    .tabb-formule .cell.cellg.cell2 {
        display: none!important
    }
    .tabb-formule .cell.celld .contt {
        padding: 50px 80px 40px 80px
    }
    .banniere{height: 40vh !important;}
    .body-page-1 .banniere {
        position: relative;
        height: 55vh !important;
    }
    .body-page-1 p.slogan{top: 0;}
}

@media (min-width:768px) and (max-width:979px) {
    .dtable {
        display: block;
        margin: 0 auto;
        float: none
    }
    .dtable [class*=col-] {
        display: block;
        vertical-align: middle;
        float: left
    }
    .dtable #submitReservation {
        width: 100%
    }
    .row.ligne-photos.retrait.centerservice2 {
        margin: 0 0!important
    }
    .row.ligne-photos.retrait.centerservice {
        margin: 0 25%!important
    }
    .tableGrid,
    .tableGrid>.row {
        display: block
    }
    .tableGrid>.row>.table-row>[class*=col],
    .tableGrid>.row>[class*=col],
    .tableGrid>.table-row>[class*=col],
    .tableGrid>[class*=col] {
        display: block;
        vertical-align: top;
        float: left;
        height: 100%;
        position: relative
    }
    .nosServicesBg .mainSectionSlider .show {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent
    }
    .nosServicesBg .mainSectionSlider .blazy {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent
    }
    .services .mainSectionSlider .show {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent
    }
    .services .mainSectionSlider .blazy {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent
    }
    .nosServicesBg .bx-wrapper {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0
    }
    .nosServicesBg .bx-viewport {
        position: relative!important;
        height: 250px!important;
        width: 100%!important;
        top: 0!important;
        left: 0!important
    }
    .nosServicesBg .mainSectionSlider {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0
    }
    .services .bx-wrapper {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0
    }
    .services .bx-viewport {
        position: relative!important;
        height: 250px!important;
        width: 100%!important;
        top: 0!important;
        left: 0!important
    }
    .services .mainSectionSlider {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0;
        list-style: none
    }
    .nosServicesBg .bx-viewport li,
    .services .bx-viewport li {
        height: 100%;
        list-style: none
    }
    .mainSectionSliderBg .bx-pager,
    .services .bx-pager {
        z-index: 9999
    }
    .pageseo .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px
    }
    .tableGrid>.table-row {
        height: 100%;
        display: block
    }
}





@media (max-width:767px) {
    .dtable {
        display: block;
        margin: 0 auto;
        float: none
    }
    .dtable [class*=col-] {
        display: block;
        vertical-align: middle;
        float: left
    }
    .dtable #submitReservation {
        width: 100%
    }
    .pad-xs {
        padding-left: 15px!important;
        padding-right: 15px!important
    }
    .pad-xs-l {
        padding-left: 15px!important
    }
    .pad-xs-r {
        padding-right: 15px!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
    }
    .corps-contact.formulaire {
        padding: 10% 0
    }

.corps-contact.formulaire .col-sm-1 {
    padding: 0;
}
    .pied .abus {
        text-align: left
    }
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        padding: 10px 0
    }
    .body-page-1 .ui-state-default,
    .body-page-1 .ui-widget-content .ui-state-default,
    .body-page-1 .ui-widget-header .ui-state-default {
        padding: 10px 0
    }
    .ui-datepicker table {
        font-size: 14px
    }
    .body-page-1 .ui-datepicker .ui-datepicker-title {
        font-size: 18px;
        padding: 4px 0
    }
    .tabb-reservation .cell.cellg {
        padding: 30px 15px
    }
    .tabb-reservation .cell .contt {
        padding: 20px 15px 30px 15px
    }
    .tabb-reservation .cell .contt h2 {
        margin-bottom: 20px
    }
    .tabb-formule .cell.celld .contt {
        padding: 30px 15px 40px 15px!important
    }
    .formules .formule hr {
        margin: 10px 0
    }
    .formules .formule ul {
        padding: 15px 10px!important
    }
    .gallery .kikoolol {
        padding: 10px 0 10px 0
    }
    .contact .coordonnees address {
        margin-bottom: 50px
    }
    .contact .coordonnees .horaires {
        margin-bottom: 50px
    }
}
@media (max-width:767px) {
    .dtable {
        display: block;
        margin: 0 auto;
        float: none
    }
    .row.ligne-photos.retrait.centerservice2 {
        margin: 0 0!important
    }
    .row.ligne-photos.retrait.centerservice {
        margin: 0 0!important
    }
    .dtable [class*=col-] {
        display: block;
        vertical-align: middle;
        float: left
    }
    .dtable #submitReservation {
        width: 100%
    }
    .tableGrid,
    .tableGrid>.row {
        display: block
    }
    .tableGrid>.row>.table-row>[class*=col],
    .tableGrid>.row>[class*=col],
    .tableGrid>.table-row>[class*=col],
    .tableGrid>[class*=col] {
        display: block;
        vertical-align: top;
        float: left;
        height: 100%;
        position: relative
    }
    .nosServicesBg .mainSectionSlider .show {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent
    }
    .nosServicesBg .mainSectionSlider .blazy {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent
    }
    .services .mainSectionSlider .show {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent
    }
    .services .mainSectionSlider .blazy {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent
    }
    .nosServicesBg .bx-wrapper {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0
    }
    .nosServicesBg .bx-viewport {
        position: relative!important;
        height: 250px!important;
        width: 100%!important;
        top: 0!important;
        left: 0!important
    }
    .nosServicesBg .mainSectionSlider {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0
    }
    .services .bx-wrapper {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0
    }
    .services .bx-viewport {
        position: relative!important;
        height: 250px!important;
        width: 100%!important;
        top: 0!important;
        left: 0!important
    }
    .services .mainSectionSlider {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0;
        list-style: none
    }
    .nosServicesBg .bx-viewport li,
    .services .bx-viewport li {
        height: 100%;
        list-style: none
    }
    .mainSectionSliderBg .bx-pager,
    .services .bx-pager {
        z-index: 9999
    }
    .pageseo .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px
    }
    .tableGrid>.table-row {
        height: 100%;
        display: block
    }
}
@media (max-width: 576px){
    .h1:after, h1:after{
    bottom: -11.5px;
}

.h1:before, h1:before {
    bottom: -10px;
}
    .corps-contact.formulaire h2{font-size: 22px}
    .AvisClients, .AvisClients:link, .AvisClients:visited{min-height: 270px;padding-top: 2vh;}
    article.bloc-actu .texte, article.bloc-actu .cell.photo.cover{padding: 0}
    .actualites.view.view-1{padding-top: 3em}
    .AvisClientsBg{padding: 2em 1em 6em;}
    .event p{font-size: 20px;}
    .slogan a.bouton-principal, .slogan button.bouton-principal{padding: 10px 20px;margin: 4px;}
    .pied .bande3{flex-wrap: wrap;}
    .body-page-1 strong.titre{font-size: 30px;}

.header-sidebars .header-top, .deploy-right-sidebar, .deploy-right-mail,.deploy-right-call {
    height: 65px;
}

.deploy-right-call {
    background-position: center 16px;
    background-size: auto 50%;
}

.top-logo img {
    width: 48vw;
    top: 2px;
}
    span.sous-titre{font-size: 16px;}
    section.section.row.page.node-1:before{display: none;}
    .body-atouts{grid-template-columns: 1fr;}
    .event {font-size: 32px;}
    .services{padding-top: 2em;}

.service {
    height: 40vh;
}

.services-container {
    padding-top: 5%;
}
    .h1, h1{font-size: 20px;}
    .article-group{flex-wrap: wrap;}
    .pied .bande2{padding: 3em 20px 20px;}
    .swiper-button-next, .swiper-button-prev, .avis-button-prev, .avis-button-next {
    width: 50px !important;
    height: 50px !important;
    font-size: 15px;
}
}
    @media (max-width:480px) {
    .dtable {
        display: block;
        margin: 0 auto;
        float: none
    }
    .dtable [class*=col-] {
        display: block;
        vertical-align: middle;
        float: left
    }
    .dtable #submitReservation {
        width: 100%
    }
    .tableGrid,
    .tableGrid>.row {
        display: block
    }
    .tableGrid>.row>.table-row>[class*=col],
    .tableGrid>.row>[class*=col],
    .tableGrid>.table-row>[class*=col],
    .tableGrid>[class*=col] {
        display: block;
        vertical-align: top;
        float: left;
        height: 100%;
        position: relative
    }
    .nosServicesBg .mainSectionSlider .show {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent
    }
    .nosServicesBg .mainSectionSlider .blazy {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent
    }
    .services .mainSectionSlider .show {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent
    }
    .services .mainSectionSlider .blazy {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent
    }
    .nosServicesBg .bx-wrapper {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0
    }
    .nosServicesBg .bx-viewport {
        position: relative!important;
        height: 250px!important;
        width: 100%!important;
        top: 0!important;
        left: 0!important
    }
    .nosServicesBg .mainSectionSlider {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0
    }
    .services .bx-wrapper {
        position: relative;
        height: auto;
        width: 100%;
        top: 0;
        left: 0
    }
    .services .bx-viewport {
        position: relative!important;
        height: 250px!important;
        width: 100%!important;
        top: 0!important;
        left: 0!important
    }
    .services .mainSectionSlider {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0;
        list-style: none
    }
    .nosServicesBg .bx-viewport li,
    .services .bx-viewport li {
        height: 100%;
        list-style: none
    }
    .mainSectionSliderBg .bx-pager,
    .services .bx-pager {
        z-index: 9999
    }
    .pageseo .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px
    }
    .tableGrid>.table-row {
        height: 100%;
        display: block
    }
}


#contactButtonsMobile > div:nth-child(1) > a,
#contactButtonsMobile > div:nth-child(2) > a{border-radius: var(--border-radius);}
/* #Capa_1 svg path *,#Capa_1 > g:nth-child(1) > path,#Capa_2 > g:nth-child(1) > path,#Capa_2 > path{fill: #fff !important;color: #fff !important;} */
@media (max-width: 376px) {
    .top-logo img {
        width: 40vw;
        top: 10px;
    }
}