:root {
    --color0: #1A1A1A;
    --color1: #F26619;
    --color2: rgb(15,19,44);
    --color3: #4D4D4D;
    --color4: #272727;
    --color5: #191a1a;
    --color6: #767676;
    --color7: #f0f0f0;
    --color9: #335F8A;
    --color10: #ffffff;
    --font_family_1: 'Poppins-Bold',Arial,sans-serif;
    --font_family_2: 'Poppins-Regular',Arial,sans-serif;
    --font_family_3: 'Poppins-Medium',Arial,sans-serif;
    --taille_font: 16px
}

html,body {
    height: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out
}

a img {
    border: none
}

img {
    max-width: 100%
}

ul,ol {
    list-style-position: inside;
    padding-left: 0;
    list-style-type: none;
    list-style-image: none
}

ul li,ol li {
    /* background: url(../images/puce.svg)no-repeat 0 2px/13px auto; */
    padding-left: 15px
}

ul li.niveau2,ol li.niveau2 {
    margin-left: 30px
}

menu,dir {
    padding-left: 15px
}

blockquote p {
    font-size: inherit
}

table,table td,table th {
    font-size: inherit;
    border: 1px solid #7C7C7C
}

main,section,article,aside,footer,header,nav,hgroup {
    display: block
}

iframe {
    border: none
}

[data-anim] {
    opacity: 0
}

.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: bold
}

.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 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateZ(0)
}

.cover {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important
}

hr.trait {
    height: 1px;
    margin: -.5em 0;
    padding: 0;
    color: var(--color6);
    background-color: var(--color6);
    border: 0;
    opacity: .4
}

.page-contenu img {
    margin: 10px
}

body {
    color: #ffffff;
    font-family: var(--font_family_2);
    font-size: var(--taille_font);
    background: var(--color2);
    line-height: 1.4
}

.text-left.btnmar {
    width: 100%;
    margin-top: 5%;
}

a,a:link,a:visited {
    color: #fff;
    text-decoration: none
}

a.btnp.btn-gmb svg {
    width: 24px;
    height: 24px;
    top: 10px;
    position: relative
}

a:hover {
    text-decoration: underline
}

.corps a:hover {
    color: var(--color1)
}

.corps a {
}

a:active {
    outline: 0
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3 {
    color: var(--color1);
    font-family: var(--font_family_1);
    font-weight: 700
}

h1,.h1 {
    font-size: 32px;
    line-height: 40px;
    color: var(--color1);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative;
    margin-right: -1px;
    letter-spacing: 1px;
    z-index: 1;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.tennis-comp .accompagnement-contenu .h1-ms {
    margin-left: inherit;
}

#hero-section h1::after {
    display: none!important
}

.body-sitemap .corps a {
    color: var(--color10);
}

.body-sitemap .corps ul li {
    background: url(../images/puce.svg)no-repeat 0 2px/13px auto;
}

.body-sitemap li.niveau1:nth-child(3) {
    display: none
}

.body-sitemap .corps a:hover,.body-sitemap .corps a:active {
    color: var(--color1)
}

h2,.h2 {
    font-size: calc(var(--taille_font)+0.9rem)
}

h3,.h3 {
    font-size: calc(var(--taille_font)+0.8rem)
}

h4 {
    font-size: calc(var(--taille_font)+0.7rem)
}

h5 {
    font-size: calc(var(--taille_font)+0.6rem)
}

h6 {
    font-size: calc(var(--taille_font)+0.5rem)
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h1 a,.h2 a,.h3 a,h1 a:link,h2 a:link,h3 a:link,h4 a:link,h5 a:link,h6 a:link,.h1 a:link,.h2 a:link,.h3 a:link,h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited,.h1 a:visited,.h2 a:visited,.h3 a:visited {
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.h1 a:hover,.h2 a:hover,.h3 a:hover {
    text-decoration: underline
}

.services-footer .before-title {
    color: var(--color1);
    text-shadow: 0px 0px 1px var(--color2)
}

.realisations .before-title {
    color: var(--color9);
    text-shadow: 0px 0px 1px var(--color2)
}

.bande_contact_footer .before-title {
    color: #0f132c;
    /* text-shadow: 0px 0px 1px var(--color2); */
    text-shadow: 0px 0px 1px #fff;
}

.realisations .voir-plus-projets {
    margin-top: 25px
}

.before-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
    font-size: 110px;
    z-index: -1;
    color: var(--color2);
    text-shadow: 0px 0px 1px #fff;
    letter-spacing: 0
}

.titre-secondaire {
    position: relative;
    font-size: 19px;
    line-height: 27px;
    padding: 8px 0 0;
    margin: 0;
    color: var(--color6);
    font-family: var(--font_family_2);
    text-align: center;
    margin-bottom: 0;
    display: block;
    text-transform: none;
    font-weight: 400;
    margin-right: 0;
    letter-spacing: 0
}

.corps .titre-secondaire {
    color: #cdc2c2;
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-shutter-out-horizontal.dark {
    background-color: var(--color4);
    color: var(--color0)
}

.hvr-shutter-out-horizontal.active {
    background-color: var(--color1)
}

.hvr-shutter-out-horizontal.dark:before {
    background-color: var(--color5)
}

.hvr-shutter-out-horizontal:hover,.hvr-shutter-out-horizontal:active,a.hvr-shutter-out-horizontal:hover,a.hvr-shutter-out-horizontal:active {
    background-color: var(--color1);
    color: var(--color2);
    border: 1px var(--color1)solid;
}

.hvr-shutter-out-horizontal:active,a.hvr-shutter-out-horizontal:active {
    background-color: var(--color1);
    color: var(--color2);
    border: 1px var(--color1)solid
}

.hvr-shutter-out-horizontal:hover:before,.hvr-shutter-out-horizontal:focus:before,.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

a.bouton-principal,button.bouton-principal {
    text-align: center;
    font-family: var(--font_family_3);
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--color10);
    text-decoration: none;
    padding: 10px 24px;
    font-size: 16px;
    text-transform: none;
    background: var(--color9);
    transition: all 300ms ease-out;
    border-radius: 0;
    border: 1px var(--color9)solid
}

.body-contact a.bouton-principal, button.bouton-principal {
    background: transparent;
    border: 1px solid #fff;
}

.body-contact a.bouton-principal:hover, button.bouton-principal:hover {
    background-color: var(--color1);
    border: 1px var(--color1)solid;
}

.btn-service a.bouton-principal,.btn-service button.bouton-principal {
    text-align: left;
    font-family: var(--font_family_3);
    text-decoration: none;
    padding: 10px 25px;
    font-size: 16px;
    text-transform: none;
    font-weight: 500
}

.btn-service a.bouton-principal::after {
    background-image: none
}

.body-page-1 .corps a.bouton-principal,.body-page-1 .corps button.bouton-principal {
    width: 195px;
    margin: 25px 0 0px
}

.main-page {
    position: relative;
    overflow: hidden
}

.tete {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9000;
    height: 90px;
    background: var(--color2);
    padding-right: 20px;
    padding-left: 20px;
    margin: auto;
    transition: all 0.3s ease-in-out;
    line-height: 1.5;
    box-shadow: 0 3px 5px rgb(57 63 72/20%)
}

.tete.active {
    box-shadow: 0 3px 5px rgba(57,63,72,0.2)
}

.tete.active .infos.infos_small {
    box-shadow: 0 2px 3px rgba(57,63,72,0.2)
}

.tete .header {
    max-width: 1430px;
    margin: auto!important
}

.tete .logo-site {
    margin: 0;
    padding: 0;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.tete .logo-site a {
    font-size: 15px;
    color: var(--color1);
    text-decoration: none;
    font-family: var(--font_family_1);
    font-weight: 700;
    max-width: 189px
}

.tete .logo-site a:focus,.tete .logo-site a:hover {
    color: var(--color1);
    text-decoration: none
}

.tete .logo-site a img {
    height: auto;
    max-height: 100%;
    max-width: 255px;
    filter: brightness(0.5) invert(1);
}

.tete .infos {
    background: transparent;
    display: inline-block;
    height: 90px;
    padding: 27px 0px 0 20px
}

.tete .infos.infos_small {
    display: block;
    width: 140%;
    padding: 0;
    height: 34px;
    position: relative;
    left: -36.4%;
    top: -2px;
    background: var(--color2);
    padding-right: 49px
}

.tete .infos .tel {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--color10);
    padding: 0;
    margin: 0;
    font-family: var(--font_family_3);
    font-weight: 500;
    min-height: 34px;
    min-width: 200px;
    background: var(--color9);
    padding-bottom: 1px
}

.tete .infos_small .tel {
    padding-top: 1px!important
}

.tete .infos .tel a {
    color: inherit;
    text-decoration: none
}

a.imagecont.noflicker.img1 {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px
}

.callTracker {
    position: relative
}

.callTracker span,.callTracker a {
    display: inline-block;
    text-align: left;
    min-width: 145px;
    padding: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 100%;
    line-height: 1.64em;
    text-decoration: none
}

.callTracker .t_phone {
    opacity: 0;
    display: none
}

.callTracker .t_affiche {
    cursor: pointer
}

header .callTracker span,header .callTracker a {
    top: 5px
}

header .callTracker .t_affiche {
    font-size: 90%;
    min-width: 152px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px
}

header .callTracker .t_phone {
    min-width: 152px;
    min-height: 30px
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}

header .callTracker.active .t_phone {
    text-align: center;
    padding-top: 2px
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none
}

.pied .callTracker a,.coordonnees .callTracker a {
    position: relative;
    left: 0
}

.pied .callTracker span.t_affiche {
    font-weight: 500;
    text-decoration: underline
}

.tete .widget-partage {
    display: none
}

.btn-partage .btnp {
    width: 36px;
    height: 36px;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transition: none;
    text-align: center;
    position: relative;
    top: 2px;
    color: var(--color0)
}

.btn-partage .btnp:hover {
    color: var(--color1)
}

.tete .infos.infos_small .btn-partage .btnp {
    width: 29px;
    height: 29px
}

.btn-partage .btn-google {
    width: 36px;
    height: 36px;
    top: 2px;
    color: var(--color0)
}

.tete .infos.infos_small .btn-partage .btn-google svg {
    top: 4px
}

.btn-partage .btn-google svg {
    fill: var(--color0);
    width: 20px;
    height: 20px;
    position: relative;
    top: 8px;
    transition: all 400ms ease
}

.btn-partage .btn-fb svg {
    width: 24px;
    height: 24px;
    top: 10px
}

.btn-partage .btn-fb svg g {
    stroke: var(--color0)
}

footer .btn-partage .btn-fb svg g {
}

.btn-partage .btn-fb:hover svg g {
    stroke: var(--color1);
    filter: none;
}

.pied .btn-partage .btn-fb:hover svg g {
    stroke: var(--color1)
}

.btn-partage .btn-linkedin svg {
    width: 23px;
    height: 23px;
    top: 10px;
}



.btn-partage .btn-ami svg {
    width: 21px;
    height: 21px;
    top: 10px
}

.btn-partage .btn-ami svg g {
    stroke: var(--color0)
}

.btn-partage .btn-ami:hover svg g {
    stroke: var(--color1)
}

.pied .btn-partage .btn-ami:hover svg g {
    stroke: var(--color2)
}

.btn-partage .btn-linkedin svg path {
    fill: var(--color0)
}

footer .btn-partage .btn-linkedin svg path {
}

.btn-partage .btn-linkedin:hover svg path {
    fill: var(--color1)
}

.pied .btn-partage .btn-linkedin:hover svg path {
    fill: var(--color1)
}

.btn-partage .btn-google:hover svg {
    fill: var(--color1)
}

footer .btn-partage .btnp {
    text-align: center;
}

.copyright {
    text-align: justify
}

.tete .btn-partage {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -7px;
    right: -7px
}

.tete .infos.infos_small .btn-partage {
    top: -2px
}

.navh {
    margin: 0;
    z-index: 8000;
    display: inline-block;
    vertical-align: top
}

.navh .menu_principal {
    margin: 0;
    padding: 0;
    list-style: outside none;
    display: table;
    width: 100%
}

.navh .menu_principal>li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    background: none
}

.navh .menu_principal>li:last-child::after {
    display: none
}

.navh .menu_principal>li:last-child {
    background: none
}

.navh .menu_principal a,.navh .menu_principal a:visited {
    color: #ffffff;
    display: block;
    font-size: 12.5px;
    font-weight: 500;
    padding: 37px 15px 35px 15px;
    text-decoration: none;
    font-family: var(--font_family_3);
    transition: all 400ms ease;
    text-transform: uppercase;
    position: relative
}

.navh .menu_principal a:hover,.navh .menu_principal li.active>a {
    color: var(--color1)
}

.navh .menu_principal a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--color9);
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
    transition: all 400ms ease-in-out
}

.navh .menu_principal a:hover::after,.navh .menu_principal li.active>a::after {
    width: 48%;
    height: 2px;
    background: var(--color1);
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px
}

.navh .menu_principal li.active>a:hover {
    cursor: default
}

.body-page-1 .slogan {
    margin-top: 0
}

.slogan {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: left
}

.center-slogan {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1430px;
    margin: auto
}

.body-page-1 .center-slogan {
    align-items: flex-start
}

.cta-accueil {
    margin-top: 30px
}

.cta-accueil .cta-collection {
    width: 185px;
    height: 55px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color1);
    color: var(--color0);
    text-decoration: none!important;
    transition: all 400ms ease
}

.cta-accueil .cta-collection:hover,.cta-accueil .cta-collection:active {
    box-shadow: 0 0 6px var(--color1)
}

h1.slogan:before,.h1.slogan:before {
    content: "";
    width: 0;
    height: 0;
    background: none;
    position: inherit;
    bottom: inherit;
    left: inherit
}

.body-page-1 .slogan .titre {
    font-size: 46px;
    line-height: 50px
}

.slogan .titre {
    font-size: 45px;
    font-family: var(--font_family_3);
    font-weight: 500;
    text-transform: uppercase;
    line-height: 55px;
    color: var(--color1);
    text-shadow: 0 0 6px var(--color0)
}

.body-pageseo .slogan .titre {
    font-size: 26px;
    line-height: 32px;
    text-align: center
}

.slogan .sous-titre {
    font-size: 28px;
    font-family: var(--font_family_2);
    font-weight: 400;
    line-height: 33px;
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    text-shadow: 0 0 6px var(--color0)
}

.video-accueil {
    position: fixed;
    top: 0;
    left: 50%;
    width: 120%;
    width: 120vw;
    height: 100vh;
    margin-left: -60%;
    margin-left: -60vw
}

.video-accueil video {
    width: 100%;
    height: auto;
    vertical-align: top;
    z-index: 1;
    position: relative
}

.video-accueil .banniere {
    z-index: 0
}

.gradient-top::before {
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top,rgba(29,31,35,0),rgba(29,31,35,0.3),rgba(29,31,35,0.8));
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.banniere {
    position: fixed;
    top: 0;
    margin-left: 0;
    height: 100%;
    left: 0;
    height: calc(100vh/2.3);
    width: 100%
}

.body-page-1 .banniere {
    height: 100%
}

.btn-descendre {
    width: 112px;
    height: 112px;
    background: url(../images/bg-descendre.png)no-repeat center top;
    position: absolute;
    top: -225px;
    left: 50%;
    margin-left: -56px;
    overflow: hidden;
    text-indent: 300px;
    white-space: nowrap
}

.backg img {
    height: 65vh;
    z-index: 89999;
    position: relative
}

.btn-descendre:before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--color1);
    border-radius: 8px;
    position: absolute;
    top: 40px;
    left: 53px;
    transition: all 400ms ease
}

.btn-descendre:hover:before {
    opacity: .4;
    filter: alpha(opacity=40);
    top: 50px
}

.body-pageseo .fluid-contenu h1 {
    font-size: 25px;
    line-height: 29px;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto
}

.fix-margin-body {
    margin-top: 90px
}

.fluid-contenu {
    position: relative;
    z-index: 10;
    background: var(--color2);
}

.fluid-contenu h1 {
    margin-top: 0
}

.body-page-1 .corps h1,.body-page-1 .corps .titre-secondaire {
    text-align: left
}

.body-page-1 .corps h1::after {
    margin-left: 0
}

.body-page-1 .corps .before-title {
    left: 0;
    transform: translate(0,-50%)
}

.fluid-contenu .corps {
    padding: 90px 10%80px 10%;
    line-height: 1.6;
    background: var(--color2);
    color: var(--color10);
}

.body-gallery-4 .fluid-contenu .corps,.body-contact .fluid-contenu .corps,.body-copyright .fluid-contenu .corps,.body-sitemap .fluid-contenu .corps {
    background: var(--color2)
}

.fluid-contenu .corps .hvr-shutter-out-horizontal,.fluid-contenu .corps .bouton-principal {
    line-height: 1.5
}

.body-contact .fluid-contenu .corps {
    padding: 80px 0 0
}

.body-gallery-4 .fluid-contenu .corps {
    padding: 80px 0 80px
}

.body-service-list .fluid-contenu .corps {
    padding: 0
}

.recup-photos .propor .propor-cont .imagecont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all 0.1s ease-in-out;
    overflow: hidden
}

.recup-photos .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
    transition: all 0.4s ease-in-out
}

.recup-photos .propor .propor-cont .imagecont:hover img {
    transform: scale(1.2)
}

.recup-photos .propor .propor-cont .imagecont:hover .masque {
    background: url(../images/ico-zoom.svg),linear-gradient(to top,rgba(235,142,99,.5),rgba(138,138,138,.5));
    background-repeat: no-repeat;
    background-position: center,center;
    background-size: 65px,auto
}

.recup-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .1s ease-in-out;
    background-position: center
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.recup-photos .propor:after {
    padding-top: 78%;
    display: block;
    content: ''
}

.recup-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.recup-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.recup-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.certifs {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    z-index: 8000;
    padding: 90px 10%80px 10%;
    background: url(../images/pattern_2.png)center #0f132c;
}

.certifs .h1 {
    margin-top: 0;
    color: var(--color7)
}

.certifs .titre-secondaire {
    color: #ffffffc7;
}

.certifs .before-title {
    color: #0f132c;
    text-shadow: 0px 0px 1px #fff;
}

.certifs .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.certifs .cell.gauche .contenu {
    padding: 150px 12%140px
}

.certifs .cell.droite {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 80px 50px;
    background: var(--color0)
}

.certifs .cell.droite .logo-certif {
    padding: 0 15px;
    height: 260px;
    line-height: 260px;
    vertical-align: middle;
    text-align: center
}

.certifs .cell.droite .bg-noir {
    padding: 150px 0
}

.certif-desc {
    margin-bottom: 20px
}

.actualites .cell.photo a {
    display: block
}

.actualites .cell.photo.cover img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.actualites {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0)
}

.actualites article {
    display: table;
    width: 100%
}

.actualites:nth-child(even+1) {
    direction: rtl
}

.actualites .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center
}

.actualites .cell.photo:hover {
    opacity: .95;
    filter: alpha(opacity=95)
}

.actualites .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-bottom: 2px solid var(--color7)
}

.actualites:last-child .cell.texte {
    border-bottom: none
}

.actualites .cell.texte .contenu {
    padding: 120px 10%;
    text-align: justify;
    direction: ltr
}

.actualites .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.actualites .cell.texte .contenu ul li {
    padding: 5px 0 5px 20px;
    background: url(../images/puce.svg)no-repeat 0 9px
}

.actualites .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.actualites a.bouton-principal,.news a.bouton-principal {
    min-width: 190px;
    margin: 50px 0
}

.actualites .date_post,.news .date-article {
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    color: var(--color2)
}

.news .ligne-actus .date-article {
    margin-top: 18px;
    margin-bottom: 0
}

.news .ligne-actus .contenu-article {
    margin-top: 0
}

.news .contenu-article {
    margin-top: 21px
}

.AvisClientsBg {
    padding: 0 7%
}

.AvisClientsBg.bg-optionnel-gris .h1 {
    color: var(--color0)
}

.etoiles .fa {
    color: #FC0
}

.AvisClientsList {
    margin: 0;
    padding: 0
}

.AvisClientsList li {
    list-style: none;
    background: none
}

.avisClientsBg .h {
    text-align: center
}

.AvisClients:link,.AvisClients:visited,.AvisClients {
    position: relative;
    background-color: #f26619;
    padding: 80px 20px 20px;
    text-align: center;
    height: 300px;
    margin-top: 100px;
    display: block;
    text-decoration: none
}

.AvisClients:active,.AvisClients:hover {
    background-color: #ffffff0f
}

.AvisClients .h {
    font-size: 18px;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0
}

.AvisClients p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}

.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(--color7)
}

.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: 125px;
    text-align: center;
    overflow: hidden
}

.temoignageScroll .scrollbar-content {
    padding: 0 10px 0 0;
    width: 100%
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0
}

.date_post {
    font-size: 12px;
    padding: 4px 0
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 70px
}

.livre-elements {
    padding: 0;
    margin-bottom: 40px;
    text-align: center
}

.livre-elements .blazy {
    margin: 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: 10px
}

.livre-elements .date {
    margin-bottom: 10px!important;
    color: #0f132c;
}

.livre-elements .etoiles {
    margin-bottom: 0!important
}

.livre-elements .temoignage {
    text-align: justify;
    color: #0f132c;
}

.livre-elements .temoignage:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.livre-elements .temoignage:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.divAvis {
    padding: 30px 20px;
    margin-bottom: 60px;
    background-color: var(--color7);
    border-radius: 2px
}

.btn-avis {
    margin-bottom: 30px
}

.modal-content a,.modal-content a:link,.modal-content a:visited {
    color: var(--color2)
}

.modal-header .h1 {
    margin-bottom: 40px;
    color: var(--color1)!important;
    font-weight: 500!important;
    font-size: 23px!important
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 9999;
    font-size: 16px;
    color: var(--color0)
}

.modal-backdrop.in {
    z-index: 0
}

.modal-open .modal {
    z-index: 99997;
    background: rgba(0,0,0,0.8);
    color: var(--color2);
    text-shadow: none;
    font-family: var(--font_family_2)
}

.modal-content .btn-close {
    border: 0;
    background: none;
    padding: 0;
    font-size: 21px;
    color: var(--color5);
    opacity: .2;
    line-height: 1
}

.modal-content .form-control {
    min-height: 44px;
    border-radius: 2px
}

.modal-content .btn-close:hover,.modal-content .btn-close:focus {
    opacity: .5
}

.modal-content .submit-review {
    padding-right: 60px!important
}

.modal-content label.control-label {
    display: none;
    padding-top: 0!important
}

.modal-content label.control-label.label-note,.modal-content label.control-label.label-photo {
    display: block;
    padding-top: 14px!important
}

#add-review {
    text-align: center
}

#add-review .conditionsLabel {
    color: black
}

#add-review .form-group {
    text-align: left;
    color: black!important
}

#add-review input[type="file"] {
    display: block;
    width: 100%;
    height: 50px
}

#add-review #stars-existing {
    margin: 0 auto 10px;
    display: block;
    text-align: left;
    padding-top: 15px
}

#add-review .form-group #captcha {
    height: 46px!important
}

.formulaire #add-review .form-group input,.formulaire #add-review .form-group textarea,.formulaire #add-review .form-group .form-control {
    background: var(--color0);
    border: 1px solid #ccc;
    color: var(--color2);
    border-radius: 2px
}

.modal-content .form-control::placeholder {
    color: var(--color2)!important;
    opacity: 1
}

#add-review .submit-review {
    margin: 15px auto!important;
    padding: 14px 15px!important;
    float: none;
    display: block;
    background-image: none
}

#add-review .body-review {
    height: 100px
}

#add-review .form-group.form-group-1 .col-md-10,#add-review .form-group.form-group-2 .col-md-10,#add-review .form-group.form-group-4 .col-md-10 {
    width: 100%
}

#add-review .conditions,.modal-content .email-block {
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    opacity: .6;
    display: block;
    clear: both;
    color: #000000!important
}

.cont-slider {
    position: relative
}

.sudo-slider {
    width: 100%;
    z-index: 8999999
}

.sudo-slider .slide {
    text-align: center
}

.sudo-slider .slide img {
    max-height: 100%
}

.cont-slider .controls {
    z-index: 9000;
    display: inline-block;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    text-align: center
}

.cont-slider .controls ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cont-slider .controls ol li {
    display: inline-block;
    background: none;
    padding: 0
}

.cont-slider .controls ol li a {
    display: block;
    width: 11px;
    height: 11px;
    background: var(--color2);
    margin: 0 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: .4
}

.cont-slider .controls ol li.current a {
    opacity: 1
}

.cont-slider .controls ol li a span {
    display: none
}

.centerservice2 {
    margin: 0 16%!important
}

.centerservice {
    margin: 0 33%!important
}

.services-footer .titre-secondaire {
    color: var(--color2)
}

.body-service-list .services {
}

.services {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    min-height: 55vh
}

.services-footer {
    background: url(../images/pattern_1.png)center var(--color1)
}

.services .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center;
    background-repeat: no-repeat
}

.services .cell.droite {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    background: var(--color0)
}

.services .cell.droite .h1 {
    margin-top: 0
}

.services .cell.droite .contenu {
    padding: 80px 15px 70px 15px
}

.services-footer .cell.droite {
    background: url(../images/pattern_1.png)center var(--color1)
}

.services-footer .h1 {
    color: var(--color2)
}

.services-footer .h1::after {
    background-color: var(--color2)
}

.services .cell.droite .contenu ul {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0
}

.services .cell.droite .contenu ul li {
    background: none;
    padding: 0;
    padding: 0 0 10px 0;
    max-width: 450px;
    margin: auto
}

.services .cell.droite .contenu ul li .bouton-principal {
    display: block
}

.btn-service {
    text-align: center;
    margin: 10px 0
}

.services .miettes {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center
}

.services .miettes li {
    display: inline-block;
    vertical-align: top;
    background: none;
    padding: 0
}

.services .miettes li a {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: var(--color1);
    display: inline-block;
    opacity: .5
}

.services .miettes li a.active {
    cursor: default;
    opacity: 1
}

.realisations,.AvisClientsBg {
    position: relative;
    z-index: 8000;
    text-align: center;
    background: url(../images/pattern_2.png)center #0f132c;
}

.realisations .h1 {
    margin-top: 0;
    color: var(--color2)
}

.realisations .h1 .titre-secondaire {
    color: var(--color2)
}

.realisations .contenu,.AvisClientsBg .contenu {
    padding: 30px 15px
}

.realisations .galerie .propor,.news .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.realisations .galerie .propor:after,.news .propor:after {
    padding-top: 78%;
    display: block;
    content: ''
}

.realisations .galerie .propor .propor-cont,.news .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.realisations .galerie .propor .propor-cont .imagecont,.news .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0)
}

.realisations .galerie .propor .propor-cont .imagecont .imagefond,.news .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.realisations .galerie .propor .propor-cont .imagecont .masque,.news .propor .propor-cont .imagecont .masque {
    transition: all 400ms ease;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    background-image: url(../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.realisations .galerie .propor .propor-cont .imagecont:hover .masque,.news .propor .propor-cont .imagecont:hover .masque {
    opacity: .8;
    filter: alpha(opacity=80)
}

.realisations .galerie .propor .propor-cont .imagecont:hover .imagefond,.news .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.intervention {
    position: relative;
    z-index: 8000;
    background: var(--color2)
}

.intervention .contenu {
    padding: 90px 10%80px;
    color: var(--color2)
}

.intervention .contenu a,.intervention .contenu a:link,.intervention .contenu a:visited {
    color: var(--color0)
}

.intervention .h1 {
    margin-top: 0
}

.zone-map .zone-img {
    height: 350px;
    max-width: 1266px;
    margin-right: auto;
    margin-left: auto;
    background: url(../images/zone.png)no-repeat center/cover;
    box-shadow: 1px 1px 0 var(--color1),2px 2px 0 var(--color1),3px 3px 0 var(--color1),4px 4px 0 var(--color1)
}

.intervention ul {
    margin: 30px 0 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none
}

.intervention ul li {
    padding: 5px 0 5px 13px;
    font-style: italic
}

.pied {
    position: relative;
    z-index: 9
}

.body-gallery .pied {
    border-top: 0!important
}

.pied .bande1 {
    padding: 30px 10%15px
}

.bande_contact_footer {
    padding: 100px 10%80px;
    /* background: url(../images/pattern_2.png)center var(--color9); */
    background: url(../images/pattern_2.png)center #0f132c;
    /* color: var(--color2); */
    display: flex
}

.bande_contact_footer .h1 {
    margin-top: 0;
    /* color: var(--color2); */
    color: #fff;
}

.pied .bande2 {
    padding: 25px 10%20px 10%
}

.bande-wrapper {
    background: url(../images/pattern_2.png)center #0f132c;
}

.pied h3 {
    color: var(--color1);
    font-size: 17px;
    text-transform: uppercase;
    padding: 0 0 0;
    position: relative;
    margin-bottom: 20px
}

.pied h3::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: var(--color1);
    bottom: -8px;
    left: 0
}

.pied .navf .menu_footer {
    color: #fff;
    padding: 15px 0;
    list-style-type: none;
    margin: 0;
    padding-bottom: 0
}

.pied .navf .menu_footer li {
    display: block;
    padding: 0 0 4px;
    background: none;
    position: relative
}

.pied .navf .menu_footer li.active {
    color: var(--color1)
}

.pied .navf .menu_footer .menu-item-copyright.active:nth-last-child(-n+2) {
    color: var(--color9)!important
}

.pied .navf .menu_footer li:last-child {
    border: none
}

.pied .navf .menu_footer li a,.pied .navf .menu_footer li a:visited {
    font-size: 16px;
    padding: 0 0 0 15px;
    color: inherit;
    text-decoration: none
}

.pied .navf .menu_footer li a::before {
    display: inline-block;
    content: "❯";
    position: absolute;
    left: 0;
    font-size: 13px;
    color: var(--color1);
    top: 3px;
    width: 9px;
    height: 16px
}

.pied .navf .menu_footer li a:hover {
    color: var(--color1)
}

.pied .navf .menu_footer li.active a:hover {
    cursor: default;
    text-decoration: none
}

.pied .menu_referencement {
    color: #fff;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    text-align: justify;
    margin-top: 8px
}

.pied .menu_referencement li {
    display: inline;
    padding: 0;
    background: none
}

.pied .menu_referencement li:after {
    content: "-"
}

.pied .menu_referencement li:last-child:after {
    content: ""
}

.pied .menu_referencement li a,.pied .menu_referencement li a:visited {
    color: inherit;
    font-size: 16px;
    text-decoration: none
}

.pied .menu_referencement li a:hover {
    color: var(--color1)
}

.pied .menu_referencement li.active a:hover {
    cursor: default;
    text-decoration: none
}

.pied address {
    margin: 0;
    padding: 15px 0 0;
    color: #fff;
    font-size: 16px
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0;
    background-position: 4px 3px;
    padding: 0 0 10px 30px
}

.pied address p.adresse {
    background-image: url(../images/ico-adresse-f.svg);
    background-size: 22px auto;
    background-position: 0 1px
}

.pied address p.tel.tel1 {
    background-image: url(../images/ico-tel-f.svg);
    background-size: 20px auto;
    background-position: 1px 3px;
    font-family: var(--font_family_3);
    font-weight: 500
}

.pied address p.tel.tel2 {
    background-image: url(../images/ico-tel2-f.svg);
    background-size: 20px auto;
    background-position: 1px 3px;
    font-family: var(--font_family_3);
    font-weight: 500
}

.pied address p.tel a {
    color: inherit;
    text-decoration: none
}

.pied address p a {
    text-decoration: none;
    color: inherit
}

.pied address p a:hover {
    text-decoration: underline
}

.pied .scrollbars {
    margin: 25px 0 0;
    height: 200px
}

.pied .horaires {
    color: var(--color0);
    padding: 10px 0 0 28px;
    margin: 0;
    background-image: url(../images/ico_horaires.svg);
    background-size: 19px auto;
    background-position: 1px 11px;
    background-repeat: no-repeat
}

.pied .horaires .horaire-table {
    color: #fff !important;
}

.pied .copyright-footer {
    margin: 0;
    text-align: center
}

#logoFD svg* {
    fill: var(--color6)
}

#logoFD svg {
    width: 210px
}

.pied .btn-like {
    padding: 20px 0 0
}

.pied .btn-partage {
    text-align: right;
    padding: 5px 0 0
}

.scrollbars {
    width: 100%;
    height: 28vh
}

.scrollbar-path-vertical,.scrollbar-path-horizontal {
    position: absolute;
    background-color: #ececec;
    z-index: 100
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: var(--color3)
}

.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 5px
}

.scrollbar-path-vertical {
    right: 5px;
    top: 0;
    height: 100%;
    width: 5px;
    box-shadow: inset 1px 0 1 rgba(0,0,0,0.1)
}

.scrollbar-path-horizontal {
    box-shadow: inset 0 1px 1 rgba(0,0,0,0.1)
}

.scrollbar-handle {
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--color1)
}

.scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%
}

.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%
}

.scrollbar-path-vertical,.scrollbar-path-horizontal,.scrollbar-handle {
    border-radius: 5px
}

.scrollbar-content {
    padding: 0 30px 0 0;
    float: none!important
}

.prestation {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000
}

.prestation:nth-child(even) {
    direction: rtl
}

.prestation .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center
}

.prestation .cell.photo:hover {
    opacity: .95;
    filter: alpha(opacity=95)
}

.prestation .cell.texte {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    /* background: #fff; */
    background: url(../images/pattern_2.png)center #0f132c;
}

.prestation:last-child .cell.texte {
    border-bottom: none
}

.prestation .cell.texte .contenu {
    padding: 100px 10%;
    text-align: center;
    direction: ltr
}

.prestation .cell.texte .contenu .h1 {
    margin-top: 0!important;
    margin-bottom: 40px
}

.prestation .cell.texte .contenu p {
    padding: 0 0 20px
}

.prestation .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.prestation .cell.texte .contenu ul li {
    padding: 5px 0 5px 20px;
    background: url(../images/puce.svg)no-repeat 0 9px
}

.prestation .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.body-contact .contact .tab-coordonnes h2,.body-contact .contact .tab-formulaire h2 {
    color: var(--color1);
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    margin-top: 0
}

.body-contact .tab-formulaire .cell.droite h2 {
    text-align: center;
}

.contact .tab-coordonnes {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000
}

.contact .tab-coordonnes .cell.gauche .horaires {
    padding-left: 28px;
    background-image: url(../images/ico_horaires.svg);
    background-size: 19px auto;
    background-position: 0px 2px;
    background-repeat: no-repeat;
    color: ##ff!important;
}

.contact .tab-coordonnes .cell.gauche {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    background: url(../images/pattern_2.png)center #0f132c;
}

.contact .tab-coordonnes .cell.gauche .contenu {
    padding: 30px 12%30px
}

.contact .tab-coordonnes .cell.centre {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.contact .tab-coordonnes .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.contact .tab-formulaire {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000
}

.contact .tab-formulaire .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background: url(../images/photo-contact2.jpg)no-repeat top center
}

.contact .tab-formulaire .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background: url(../images/pattern_2.png)center #0f132c;
    color: #fff;
}

.contact .tab-formulaire .cell.droite .contenu {
    padding: 90px 12%
}

.contact .tab-formulaire .cell.droite .contenu h2::after {
    left: 0;
    right: 0;
    margin: auto
}

.contact .plan {
    font-size: 0
}

.contact .plan .block #googlemapapi,.contact .plan iframe {
    width: 100%!important;
    height: 671px!important;
    /* height: 500px !important; */
}

.contact .coordonnees {
    padding: 0 0 20px;
    color: #fff;
}

.contact .coordonnees h2 {
    margin-top: 0
}

.contact .coordonnees address p {
    padding: 0 0 10px 28px;
    background-position: 0 0;
    background-repeat: no-repeat
}

.contact .coordonnees address p.adresse {
    background-image: url(../images/ico-adresse-f.svg);
    background-size: 22px auto;
    background-position: -2px 1px;
}

.contact .coordonnees address p.tel.tel1 {
    background-image: url(../images/ico-tel-f.svg);
    margin: 0;
    font-weight: 500;
    background-size: 21px auto;
    background-position: -1px 3px;
    font-family: var(--font_family_3)
}

.contact .coordonnees address p.tel.tel2 {
    background-image: url(../images/ico-tel2-f.svg);
    font-weight: 500;
    background-size: 20px auto;
    background-position: -1px 3px;
    font-family: var(--font_family_3)
}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none
}

.contact .coordonnees address p span.intitule {
    font-weight: bold
}

.contact .coordonnees address p a {
    text-decoration: none;
    color: inherit
}

.contact .coordonnees address p a:hover {
    text-decoration: underline
}

.contact .description-contact {
    padding: 0 0 10px;
    color: #fff;
}

.coordonnees span.t_affiche {
    text-decoration: underline
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0!important;
    padding-right: 0!important
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0!important;
    padding-right: 0!important
}

.contact .formulaire .form-group .col-md-4 {
    display: none
}

.contact .formulaire .form-group .col-md-8 {
    width: 100%!important
}

.form-group .label-rgpd strong,.info-rgpd strong,.info-rgpd a,.info-rgpd a:visited {
    color: var(--color1)
}

.contact .formulaire .control-label {
    text-align: left!important;
    font-weight: normal
}

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0!important;
    margin-left: 0!important;
    margin-right: 0!important
}

.contact .formulaire .form-group .form-control {
    background: #fff;
    border: 1px solid var(--color2);
    box-shadow: none;
    border-radius: 0;
    width: 100%!important;
    font-size: inherit;
    color: var(--color2)
}

.body-pageseo .contact .formulaire .form-group .form-control {
    color: var(--color0);
    border-color: var(--color1)
}

.form-control:focus {
    color: #000;
    background: var(--color2)
}

.contact .formulaire .form-group textarea.form-control {
    height: 109px;
    position: static
}

.contact .formulaire .form-group input.form-control {
    height: 50px;
    line-height: 1;
    line-height: 50px\9;
    padding: 0 12px
}

.contact .formulaire input[type=checkbox] {
    top: 2px
}

.contact .formulaire .form-group select.form-control {
    height: 50px;
    line-height: 50px;
    padding: 5px 12px
}

.contact .formulaire .form-group select option {
    background: #f8f8f8!important
}

.body-pageseo .contact .formulaire .form-group select option {
    background: var(--color2)!important
}

#formRecommander .btn-success {
    background-color: var(--color9);
    border-color: var(--color9);
    color: var(--color2)
}

#formRecommander .btn-secondary {
    background-color: var(--color1);
    border-color: var(--color1);
    color: var(--color2)
}

#formRecommander .btn {
    font-family: var(--font_family_3)!important;
    outline: none;
    font-weight: 500!important;
    border-radius: 0!important;
    padding: 10px 30px!important;
    letter-spacing: 1px
}

#modalRecommander .modal-content label {
    font-family: var(--font_family_3)!important;
    font-weight: 500!important;
    font-size: 15px
}

.modal-open #modalRecommander.modal {
    font-family: var(--font_family_2)!important
}

#formRecommander .btn {
    border-radius: 0
}

b,strong {
    font-family: var(--font_family_1);
    font-weight: 700;
    color: #fff;
}

.sudo-slider .slide a {
    text-decoration: none!important
}

.atout-texte {
    margin-top: 15px;
    color: #fff !important;
    font-size: 19px;
    text-align: center;
    line-height: 22px;
    font-family: var(--font_family_3);
    font-weight: 500
}

.services-footer a.bouton-principal {
    background-color: var(--color9);
    color: var(--color2);
    border-color: var(--color9);
    padding: 12px 20px
}

.services-footer a.bouton-principal:hover,.services-footer a.bouton-principal:active {
    background-color: var(--color2);
    border-color: var(--color2);
    color: var(--color1)
}

.zone-map iframe {
    width: 100%
}

.zone-map .zone-text {
    margin-bottom: 25px;
    color: var(--color10);
    text-align: left;
    font-size: 17px
}

.bande_contact_footer input:-webkit-autofill,.bande_contact_footer input:-webkit-autofill:hover,.bande_contact_footer input:-webkit-autofill:focus,.bande_contact_footer input:-webkit-autofill:active,.contact .tab-formulaire .cell.droite input:-webkit-autofill,.contact .tab-formulaire .cell.droite input:-webkit-autofill:hover,.contact .tab-formulaire .cell.droite input:-webkit-autofill:focus,.contact .tab-formulaire .cell.droite input:-webkit-autofill:active {
    -webkit-box-shadow: none!important;
    -webkit-text-fill-color: var(--color2)!important;
    caret-color: var(--color2)!important;
    transition: background-color 5000s ease-in-out 0s
}

#modalRecommander .modal-content .form-control:-webkit-autofill,#modalRecommander .modal-content .form-control:-webkit-autofill:hover,#modalRecommander .modal-content .form-control:-webkit-autofill:focus,#modalRecommander .modal-content .form-control:-webkit-autofill:active,.pageseo input:-webkit-autofill,.pageseo input:-webkit-autofill:hover,.pageseo input:-webkit-autofill:focus,.pageseo input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px var(--color2)inset!important;
    -webkit-text-fill-color: var(--color0)!important;
    caret-color: var(--color0)!important;
    transition: background-color 5000s ease-in-out 0s
}

#modalRecommander .form-control:focus {
    border-color: rgb(85,85,85);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(85 85 85/8%),0 0 8px rgb(85 85 85/60%);
    box-shadow: inset 0 1px 1px rgb(85 85 85/8%),0 0 8px rgb(85 85 85/60%)
}

#modalRecommander .modal-content .close.btn-close {
    color: var(--color9)!important;
    opacity: 1!important;
    font-family: var(--font_family_2);
    font-weight: 400;
    font-size: 40px!important
}

.copyright-footer img {
    width: 100%;
    height: auto;
    max-width: 185px
}

.google-avis {
    background: url(../images/pattern_1.png)center var(--color1);
    padding: 90px 10%80px 10%
}

.google-avis .h1 {
    margin-top: 0!important;
    margin-bottom: 60px;
    color: var(--color2)
}

.google-avis .h1 .before-title {
    color: var(--color1);
    text-shadow: 0px 0px 1px var(--color2)
}

.google-avis a {
    padding: 12px 35px
}

.google-avis a:hover,.google-avis a:active {
    background-color: var(--color7);
    color: var(--color1);
    border: 1px var(--color7)solid
}

.glyphicon {
    font-size: 13px;
    top: 1px
}

.info-rgpd p {
    margin-bottom: 0;
    opacity: 1!important
}

hr {
    border-top: 1px solid var(--color9)
}

#contactButtonsMobile i {
    position: relative;
    top: 3px
}

#contactButtonsMobile a {
    background: var(--color9)!important;
    color: var(--color2)!important;
    border-radius: 0!important;
    font-family: var(--font_family_3)!important;
    font-weight: 500!important
}

#contactButtonsMobile path {
    fill: var(--color2)
}

.copyright h2,.copyright h3 {
    text-align: left!important
}

#hero-section {
    display: flex;
    flex-direction: column;
    background: url(../images/pattern_2.png)center #0f132c;
    height: auto;
    min-height: 100%;
    padding-top: 70px;
    padding-bottom: 70px
}

.body-page-1 #hero-section {
    padding-top: 0;
    padding-bottom: 0;
}

#hero-section {
    height: calc(100vh-90px);
    min-height: 667px
}

#hero-section .bx-pager {
    z-index: 2
}

.body-page-1 #hero-section .bx-pager {
    display: block
}

#hero-section .bx-wrapper img,#hero-section .bx-wrapper {
    max-height: 400px;
    z-index: 1
}

.body-page-1 #hero-section .bx-wrapper img,.body-page-1 #hero-section .bx-wrapper {
    max-height: 510px
}

.hero-section-container {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 1430px;
    margin: auto;
    padding-right: 0;
    padding-left: 0
}

.hero-section-slider-wrapper {
    width: 60%;
    position: relative;
    right: 60px
}

#hero-section #particles-js::before {
    content: "";
    position: absolute;
    width: 102%!important;
    height: 123%!important;
    background: url(../images/pattern_1.png)center #0f132c;
    z-index: 0;
    top: 0;
    right: -25%;
    bottom: 0;
    margin: auto
}

.body-page-1 #hero-section #particles-js::before {
    content: "";
    position: absolute;
    width: 70%!important;
    height: 123%!important;
    background: url(../images/pattern_2.png)center #0f132c;
    z-index: 0;
    top: 0;
    right: 0%;
    bottom: 0;
    margin: auto
}

.hero-section-promo {
    width: 40%
}

.hero-section-zone-1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: transparent;
    padding-right: 70px;
    padding-left: 150px;
    padding-left: 73px
}

#hero-section .hero-section-title {
    margin-top: 0;
    font-size: 37px;
    color: #fff;
    font-family: var(--font_family_1);
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 1px;
    text-align: left
}

.body-page-1 #hero-section .hero-section-title {
    font-size: 37px;
    line-height: 48px;
    width: 67%
}

.body-pageseo #hero-section .hero-section-title {
    font-size: 27px;
    line-height: 30px
}

#hero-section .hero-section-desc {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 20px;
    color: #fff;
    font-weight: 400;
    font-family: var(--font_family_2)
}

#hero-section .hero-section-btn {
    position: relative;
    text-decoration: none!important;
    font-family: var(--font_family_1);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color1);
    background: transparent;
    display: inline-block;
    font-size: 15.5px;
    letter-spacing: 1px;
    margin-top: 40px;
    text-align: left;
    padding-bottom: 17px;
    padding-right: 25px
}

#hero-section .hero-section-btn::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 71px;
    height: 14px;
    background: url(../images/line_btn.svg)no-repeat left center/contain;
    transition: all 600ms ease
}

#hero-section .hero-section-btn:hover::after {
    left: 180px;
    background: url(../images/line_btn_h.svg)no-repeat left center/contain
}

.m-auto {
    margin: auto!important
}

.flex-accueil-corps {
    display: flex;
    margin-bottom: 0
}

.flex-accueil-corps .col-md-6:nth-child(1)img {
    margin-top: 30px!important
}

.flex-accueil-corps .page-contenu {
    max-height: 445px;
    overflow: auto
}

.equipe-2acb {
    padding-top: 70px;
    padding-right: 5%;
    padding-left: 5%
}

.equipe-2acb h4 {
    font-size: 19px;
    color: var(--color3)
}

.equipe-2acb .h1 {
    margin-top: 0
}

.equipe-2acb .membre-equipe {
    margin-bottom: 30px
}

.equipe-2acb .membre-equipe:last-child {
    margin-bottom: 0
}

.equipe-2acb img {
    max-height: 280px;
    margin-left: 35px
}

.equipe-2acb .membre-equipe {
    margin-bottom: 20px
}

form.form-horizontal .form-group .label-rgpd input.form-control {
    top: 0
}

.bande_contact_footer .formulaire .gauche {
    width: 100%;
    max-width: 100%
}

.bande_contact_footer .formulaire .droite {
    width: 100%;
    padding-right: 15px;
    padding-left: 0;
    max-width: 100%
}

.bande_contact_footer .qsn-img-contact {
    width: 50%;
    margin-right: 15px
}

.bande_contact_footer .qsn-contact-right {
    width: 50%
}

.body-pageseo .formulaire .gauche {
    width: 100%;
    max-width: 100%
}

.body-pageseo .formulaire .droite {
    width: 100%;
    padding-right: 15px;
    padding-left: 0;
    max-width: 100%
}

.body-pageseo .qsn-img-contact {
    width: 50%;
    margin-right: 15px
}

.body-pageseo .qsn-contact-right {
    width: 50%
}

.body-pageseo .flex-seo-contact {
    display: flex;
    margin-top: 30px
}

@media(max-width: 1199.98px) {
    .services-footer .cell.gauche {
    }

    .services-footer .cell.droite {
    }

    .hero-section-zone-1 {
        padding-right: 100px
    }

    .flex-accueil-corps {
        align-items: center
    }

    #hero-section .hero-section-title {
        font-size: 31px;
        line-height: 35px
    }

    .body-page-1 #hero-section .hero-section-title {
        font-size: 32px;
        line-height: 35px
    }

    .body-pageseo #hero-section .hero-section-title {
        font-size: 24px;
        line-height: 26px
    }

    #hero-section .hero-section-desc {
        font-size: 19px
    }

    #hero-section .hero-section-btn {
        margin-top: 20px
    }

    #hero-section {
        height: auto!important;
        min-height: auto!important;
        padding-top: 75px!important;
        padding-bottom: 80px!important
    }

    .atout-texte {
        font-size: 18px
    }

    .fluid-contenu .corps {
        background: var(--color2)
    }

    .intervention {
        background: var(--color2)
    }
}

@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
    .tete .tel .icones {
        margin-bottom: 1px!important
    }

    .tete .infos .tel {
        padding-top: 3px
    }

    .slogan-hero {
        width: 100%
    }

    .tete .tel.active .t_phone {
        margin-top: -2px
    }

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #8a8a8a!important
    }

    .services-footer .cell.droite {
        padding-left: 50px
    }

    .pied address p.adresse,.contact .coordonnees address p.adresse {
        background-size: 22px 22px
    }

    .pied address p.tel.tel1,.contact .coordonnees address p.tel.tel1 {
        background-size: 20px 20px
    }

    .pied address p.tel.tel2,.contact .coordonnees address p.tel.tel2 {
        background-size: 20px 20px
    }

    .pied .horaires {
        background-size: 19px 19px
    }

    .contact .tab-coordonnes .cell.gauche .horaires {
        background-size: 19px 19px
    }

    ul li,ol li {
        background: url(../images/puce.svg)no-repeat 0 3px/13px 16px;
        background-position-y: 5px
    }
}

@media screen and(-webkit-min-device-pixel-ratio: 0),screen and(-moz-images-in-menus:0) {
    .form-horizontal select.form-control {
        -webkit-appearance:none!important;
        -moz-appearance: none!important;
        appearance: none;
        background-image: url(../images/image-select.svg)!important;
        background-repeat: no-repeat!important;
        background-position: right 15px center!important;
        line-height: normal!important;
        background-size: 18px auto!important
    }

    .form-horizontal select.form-control option {
        color: inherit
    }
}

.contact .formulaire .form-group input[name="captcha"] {
    width: 31%!important;
    height: 50px!important;
    display: inline-block;
    float: none!important;
    margin-right: 2%!important;
    vertical-align: top
}

.contact .formulaire .form-group input[name="captcha"]+a {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top
}

.contact .formulaire .form-group #captcha {
    width: 100%;
    height: 50px!important;
    border-radius: 0;
    padding: 0
}

.contact .formulaire .form-group input.btn-primary {
    width: 30%;
    display: inline-block;
    position: relative;
    float: right;
    outline: none
}

.contact .formulaire .form-actions {
    font-size: 12px;
    color: var(--color1)
}

.contact a.btn.btn-default {
    float: right
}

.body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default {
    padding: 12px 25px;
    font-family: var(--font_family_3);
    font-weight: 500;
    text-transform: none;
    background-color: var(--color2);
    color: var(--color9);
    text-align: center;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 16px;
    border: none;
    text-decoration: none;
    transition: all 400ms ease;
    border: 1px var(--color2)solid
}

.body-error404 a.btn.btn-default {
    background-image: none;
    background-color: var(--color9);
    color: var(--color2);
    border-color: var(--color9)
}

.body-pageseo .contact .formulaire input.btn-primary,.body-pageseo .contact a.btn.btn-default {
    background-color: var(--color9);
    color: var(--color2);
    border-color: var(--color9)
}

.body-error404 a.btn.btn-default:hover,.body-error404 a.btn.btn-default:active,.contact .formulaire input.btn-primary:hover,.contact .formulaire input.btn-primary:active,.contact a.btn.btn-default:hover,.contact a.btn.btn-default:active {
    background-color: var(--color1);
    border: 1px var(--color1)solid;
    color: var(--color2)
}

.contact .formulaire input.btn-primary {
    background: #fff;
}

.body-error404 a.btn.btn-default:hover,.body-error404 a.btn.btn-default:active,.body-pageseo .contact .formulaire input.btn-primary:hover,.body-pageseo .contact .formulaire input.btn-primary:active {
    border: 1px var(--color1)solid
}

::-webkit-input-placeholder {
    color: var(--color2)!important
}

:-moz-placeholder {
    color: var(--color2)!important;
    opacity: 1!important
}

::-moz-placeholder {
    color: var(--color2)!important;
    opacity: 1!important
}

:-ms-input-placeholder {
    color: var(--color2)!important
}

.pageseo::-webkit-input-placeholder {
    color: var(--color0)!important
}

.pageseo:-moz-placeholder {
    color: var(--color0)!important;
    opacity: 1!important
}

.pageseo::-moz-placeholder {
    color: var(--color0)!important;
    opacity: 1!important
}

.pageseo:-ms-input-placeholder {
    color: var(--color0)!important
}

.pageseo .formulaire .form-group input[name="captcha"] {
    width: 100%!important;
    margin-right: 0!important;
    text-align: left!important
}

.pageseo .formulaire .form-group input[name="captcha"]+a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0!important
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .description-galerie {
    padding: 10px 10% 30px;
    text-align: justify
}

.row.description-galerie.clear p {
    color: #fff !important;
}

.body-service-233 .corps img {
    max-width: 487px;
    width: 100%;
    height: auto;
}

.gallery .multiple .ligne-photos .col-md-1,.gallery .multiple .ligne-photos .col-md-2,.gallery .multiple .ligne-photos .col-md-3,.gallery .multiple .ligne-photos .col-md-4,.gallery .multiple .ligne-photos .col-md-6 {
    padding-bottom: 2%
}

.gallery .multiple .ligne-photos {
    margin-left: 0!important;
    margin-right: 0!important
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 15px
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 0
}

.custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center
}

.custom-object-fit img {
    opacity: 0
}

.gallery .ligne-photos .propor:after {
    padding-top: 76%;
    display: block;
    content: ''
}

.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.gallery .ligne-photos .propor .propor-cont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
    transition: all 0.4s ease-in-out
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    -webkit-transform: translateZ(0);
    justify-content: center;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: all 0.1s ease-in-out
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover img {
    transform: scale(1.2)
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .1s ease-in-out;
    background-position: center
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    background: url(../images/ico-zoom.svg),linear-gradient(to top,rgba(235,142,99,.5),rgba(138,138,138,.5));
    background-repeat: no-repeat;
    background-position: center,center;
    background-size: 65px,auto
}

.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:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.gallery .nav {
    margin: 10px 0;
    text-align: center;
    margin-top: 0
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
    background: none;
    padding: 0 10px 0 5px
}

.gallery .nav li:last-child::after {
    display: none
}

.gallery .nav li a {
    background: var(--color9);
    display: block;
    color: var(--color2);
    font-size: 15px;
    font-family: var(--font_family_3);
    padding: 7px 20px;
    text-align: center;
    border-radius: 0;
    text-decoration: none;
    font-weight: 500;
    border: 1px var(--color9)solid;
    text-transform: uppercase;
    border-radius: 0
}

.gallery .nav li a:hover,.gallery .nav li.active a {
    background: var(--color1);
    color: var(--color2);
    border-color: var(--color1)
}

.gallery .nav li.active a {
    cursor: default
}

.gallery .tab-content {
    padding-top: 0;
    padding-bottom: 0
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

.gallery .bas-galerie {
    text-align: center;
    padding: 10px 0 0
}

.gallery .bas-galerie a.bouton-principal {
    padding-right: 55px!important
}

.gallery .bas-galerie a.bouton-principal:after {
    background-image: none;
    width: 22px;
    height: 22px;
    content: "+";
    font-family: verdana;
    font-size: 25px;
    position: absolute;
    right: 16px;
    top: 2px
}

.header-sidebars,.sidebar-left,.sidebar-right {
    background: var(--color2)
}

.sidebar-left a,.sidebar-right a,.sidebar-bottom-controls a,.contactButton,.nav-item-active,.sidebar-form label,.sidebar-send-button,.sidebar-divider-text {
    color: var(--color0)!important
}

.header-sidebars {
    height: 65px;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    width: 100%;
    box-shadow: 0 3px 5px rgb(57 63 72/20%)
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    overflow-y: hidden
}

.top-logo img {
    position: absolute;
    left: 13px;
    top: 21px;
    max-height: 57px;
    max-width: 225px;
    filter: brightness(0.5) invert(1);
}

.deploy-right-sidebar {
    border-left: 1px var(--color2)solid;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color9);
    height: 65px;
    width: 65px;
    background-position: center center;
    position: absolute;
    right: 0
}

.deploy-right-mail {
    border-left: 1px var(--color2)solid;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color9);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center;
    position: absolute;
    right: 65px;
    top: 0
}

.deploy-right-call {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color9);
    background-size: auto 49%;
    height: 65px;
    width: 65px;
    background-position: center 16px;
    position: absolute;
    right: 130px;
    top: 0
}

.sidebar-scroll-right {
    width: 275px;
    overflow: auto!important;
    overflow-x: hidden!important;
    height: 100%;
    background: var(--color2);
}

.sidebar-right {
    font-family: var(--font_family_2)!important;
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0;
    bottom: 0;
    width: 270px;
    margin-right: 10px;
    box-shadow: -2px 0 2px 0 rgba(0,0,0,0.1)
}

.sidebar-right a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    color: var(--color10)!important;
    z-index: 1
}

.sidebar-right-logo {
    margin-left: 84px;
    top: 14px;
    right: 1px;
    max-width: 180px;
    float: inherit;
    max-height: 37px;
    position: relative
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: var(--color10)!important;
    background: #2b3b56;
}

.submenu a:first-child {
    background-image: none!important
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-header-right {
    height: 65px;
    background: var(--color2);
    position: relative
}

.close-sidebar-right {
    height: 65px;
    width: 65px;
    margin-left: 0;
    display: block
}

.sidebar-right .close-sidebar-right {
    position: absolute!important;
    background: var(--color2);
}

.menu-mobile-dynamique {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 1px;
    background: none;
    padding-left: 18px;
    background: var(--color2);
}

.menu-mobile-dynamique li.active {
    background: #2b3b56;
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0
}

.menu-mobile-dynamique .sub-menu li a {
    height: 42px;
    text-transform: none
}

.menu-mobile-dynamique .sub-menu {
    background-image: linear-gradient(to bottom,var(--color1),var(--color1));
    padding-top: 18px;
    padding-bottom: 18px
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    line-height: 16px;
    font-size: 17px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-transform: none;
    color: var(--color10);
    height: 60px;
    padding-left: 29px;
    background-position: 6px 20.9px
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.menu-mobile-dynamique ul li a {
    background: none
}

.menu-mobile-dynamique input {
    -webkit-appearance: none;
    border-radius: 0
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    vertical-align: baseline;
    outline: none
}

.no-bottom {
    margin-bottom: 0!important
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 44px
}

.remonter button {
    display: block;
    padding: 8px 8px;
    text-align: center;
    border: none;
    background: var(--color9);
    border-radius: 0
}

.remonter button:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/badge-optionnel.png)no-repeat top right;
    width: 139px;
    height: 139px
}

.bg-optionnel {
    background: url(../images/bg-optionel.svg)repeat top center;
    background-size: 60px auto
}

.bg-optionnel-gris {
    background: var(--color5)url(../images/bg-optionel-gris.svg)repeat top center;
    background-size: 60px auto
}

.deprecated-ie {
    text-align: center;
    color: #000;
    background: #eee
}

.deprecated-ie p {
    line-height: 30px;
    margin: 0
}

.deprecated-ie a {
    line-height: 30px;
    font-family: Helvetica,arial,sans-serif;
    font-size: 13px;
    color: #000;
    text-decoration: underline
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color1)!important
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color1)
}

.bx-pager.bx-default-pager a {
    background-color: var(--color1);
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px var(--color1)solid;
    opacity: 1!important
}

.bx-pager.bx-default-pager a:hover,.bx-pager.bx-default-pager a.active {
    background-color: var(--color1)
}

.vegas-timer-progress {
    background: var(--color2)
}

.icones {
    width: 25px;
    margin: 0;
    height: 25px;
    fill: var(--color2)
}

.sidebar-right a .icones {
    fill: white;
}

.deploy-right-sidebar .icones {
    width: 24px;
    height: 24px
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "❯";
    position: absolute;
    left: 5px;
    font-size: 15px;
    color: var(--color10);
    top: 23px
}

.btn-partage .icones {
    width: 19px;
    margin: 0;
    height: 19px;
    padding: 0;
    position: relative;
    top: 9px;
    left: 0px;
    fill: #ffffff;
    transition: none;
    filter: brightness(0.5) invert(1);
}

.remonter .icones {
    margin: 0 0-5px;
    fill: var(--color2)
}

.tete .tel .icones {
    width: 24px;
    height: 25px;
    fill: var(--color2);
    margin-bottom: -1px;
    margin-right: 6px;
    margin-left: -2px
}

.btn-partage .btnp:hover .icones {
    fill: var(--color1);
    filter: none;
}

footer .btn-partage .btnp:hover .icones,footer .btn-partage .btn-google:hover svg {
    fill: var(--color1)!important
}

footer .btn-partage .icones {
    filter: none;
}

footer .btn-partage svg path {
    fill: #fff !important;
}

footer .btn-partage .btn-ami svg g {
}

footer .btn-partage .btn-ami:hover svg g {
    stroke: var(--color1)!important
}

.tete .infos.infos_small .btn-partage .icones {
    top: 6px;
    left: 0
}

.newsList {
    float: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%
}

.newsList .ligne-actus {
    flex: 0 0 auto;
    margin: 0 0 30px;
    float: none
}

.news .date_post {
    text-align: center;
    color: var(--color0);
    font-weight: 800;
    font-size: 14px;
    font-size: clamp(12px,0.5vw,14px);
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    background-color: var(--color1);
    position: absolute;
    left: 0;
    top: 0;
    padding: 7%4%4%;
    z-index: 50;
    margin: 0
}

.news .date_post span {
    display: block;
    line-height: 13px;
    min-width: 84px
}

.news .date_post .s1 {
    font-size: 50px;
    line-height: 35px;
    padding-bottom: 5px;
    font-size: clamp(40px,2vw,50px)
}

.newsList .propor .propor-cont .imagecont .masque {
    background-color: rgba(250,250,250,0.2);
    background-image: none
}

.news .propor .propor-cont .imagecont:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.newsList .propor {
    overflow: hidden
}

.newsList .item .h3 {
    color: var(--color2);
    padding: 5px 0 25px;
    margin: 0
}

.newsList .item:hover .h3 {
    color: var(--color1)
}

.newsList .item .h3 a:hover {
    text-decoration: none
}

.item-news {
    position: relative
}

.newsItem .photo img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow-x: hidden
}

.newsItem .photo {
    width: 100%;
    height: 33vw;
    height: clamp(300px,40vw,650px);
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-color: #f2f2f2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    image-rendering: optimizeQuality
}

.newsItem .contenu-article {
    padding: 15px 0 0;
    min-height: 200px;
    margin: 0
}

.newsItem .div-rs {
    margin: 0 auto 40px
}

.newsItem .div-rs .btn-partage {
    display: inline-block;
    overflow: hidden;
    height: 36px;
    position: relative;
    top: 12px
}

.newsItem .div-rs .btn-partage .btnp {
    background-color: var(--color7)
}

.newsItem .div-rs .btn-partage .btnp:hover {
    background-color: var(--color1)
}

.newsItem .date_post {
    padding: 5%3%3%
}

.news_avant_apres {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%
}

.news_avant_apres>div {
    display: table-cell;
    float: none;
    padding: 0;
    height: 100%
}

.news_avant_apres a,.news_avant_apres a:visited {
    padding: 15px 30px;
    color: var(--color1);
    text-decoration: none;
    border: 1px solid var(--color7);
    display: block;
    height: 100%;
    font-family: var(--font_family_1);
    font-weight: 700;
    text-transform: uppercase
}

.news_avant_apres a:hover,.news_avant_apres a:focus {
    border-color: var(--color6);
    text-decoration: none
}

.news_avant_apres>div:last-child {
    right: -5px
}

.news_avant_apres a:hover b,.news_avant_apres a:focus b {
    text-decoration: none;
    color: var(--color1)
}

.navButtons,.navButtons:visited {
    padding: 0 0 10px;
    color: var(--color2);
    transition: .8s;
    text-decoration: none;
    display: block
}

.news_avant_apres a:hover span,.news_avant_apres a:focus span {
    color: var(--color2);
    text-decoration: none
}

a.return-to-news:visited,a.return-to-news,a.return-to-news:link {
    text-decoration: none;
    font-family: var(--font_family_1);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color2)
}

a.return-to-news:hover,a.return-to-news:focus {
    text-decoration: underline;
    color: var(--color2)
}

.pagination>li {
    background: none;
    padding-left: 0
}

.pagination>li>a,.pagination>li>span {
    color: var(--color1);
    border-color: var(--color6)
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    color: var(--color0);
    background-color: var(--color1);
    border-color: var(--color1)
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    color: var(--color1);
    background-color: var(--color7)
}

@media(min-width: 768px) {
    .dispaly_flex {
        display:flex
    }

    .flex_child_2 {
        flex: 2
    }

    .flex_child_1 {
        flex: 1
    }
}

@media screen and(-webkit-min-device-pixel-ratio: 0) {
    .lightboxOverlay {
        overflow:scroll
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0
    }
}

@media(max-width: 991px) {
    .body-page-1 #hero-section .hero-section-title {
        width:100%
    }

    .backg img {
        height: 35vh
    }

    .body-pageseo .flex-seo-contact {
        margin-top: 20px
    }

    .body-pageseo .qsn-contact-right {
        width: 100%;
        margin-left: auto!important;
        margin-right: auto!important
    }

    .body-pageseo .qsn-img-contact {
        display: none
    }

    .body-page-1 .corps h1,.body-page-1 .corps .titre-secondaire {
        text-align: center
    }

    .body-page-1 .corps .before-title {
        transform: translateX(-50%)translateY(-50%);
        left: 50%
    }

    form.form-horizontal .form-group .label-rgpd input.form-control {
        top: 2px
    }

    .body-page-1 .corps a.bouton-principal,.body-page-1 .corps button.bouton-principal {
        margin: 20px 0 0px
    }

    .flex-accueil-corps .page-contenu {
        max-height: 100%
    }

    .bande_contact_footer .qsn-img-contact {
        display: none
    }

    .bande_contact_footer .qsn-contact-right {
        width: 100%;
        max-width: 600px;
        margin-left: auto!important;
        margin-right: auto!important
    }

    .flex-accueil-corps {
        flex-direction: column
    }

    .flex-accueil-corps .col-md-6 {
        padding-left: 0;
        padding-right: 0
    }

    .flex-accueil-corps .img-responsive {
        max-width: 370px;
        width: 100%;
        padding-bottom: 15px
    }

    .flex-accueil-corps .col-md-6:nth-child(1)img {
        margin-top: 0!important;
        margin-bottom: 20px!important
    }

    .contact .form-horizontal .checkbox input {
        top: 2px
    }

    .fix-margin-body {
        margin-top: 0!important
    }

    #hero-section {
        padding-top: 28px!important;
        padding-bottom: 28px!important;
        overflow: hidden
    }

    #hero-section .hero-section-title {
        font-size: 23px;
        line-height: 25px
    }

    .zone-map .zone-text {
        font-size: 16px;
        max-width: 100%;
        text-align: left;
        margin-bottom: 20px
    }

    .zone-map .zone-img {
        height: 270px
    }

    .equipe-2acb img {
        max-height: 230px
    }

    .equipe-2acb h3 {
        font-size: 22px
    }

    .equipe-2acb {
        padding-right: 0;
        padding-left: 0
    }

    .before-title {
        font-size: 80px
    }

    .pied .scrollbars {
        height: 100px
    }

    .hero-section-zone-1 {
        padding-right: 40px;
        padding-left: 20px
    }

    .hero-section-slider-wrapper {
        right: 20px
    }

    .certifs .sudo-slider .slide img {
        max-height: 85px
    }

    h1::after,.h1::after {
        bottom: -20px
    }

    .services-footer {
    }

    .recup-photos .propor .propor-cont .imagecont,.gallery .ligne-photos .propor .propor-cont .imagecont {
        border: 0!important
    }

    .body-page-1 #hero-section .hero-section-title {
        font-size: 26px;
        line-height: 27px
    }

    #hero-section .hero-section-btn::after {
        transition: none!important
    }

    #hero-section .hero-section-btn:hover::after {
        left: 155px
    }

    .body-pageseo #hero-section .hero-section-title {
        font-size: 20px;
        line-height: 22px
    }

    #hero-section .bx-wrapper img,#hero-section .bx-wrapper {
        max-height: 250px
    }

    .body-page-1 #hero-section .bx-wrapper img,.body-page-1 #hero-section .bx-wrapper {
        max-height: 100%
    }

    #hero-section .hero-section-desc {
        font-size: 17px;
        margin-top: 11px;
        line-height: 24px
    }

    #hero-section .hero-section-btn {
        margin-top: 12px;
        transition: none!important;
        font-size: 13.5px
    }

    .contact .formulaire .form-group>label.control-label {
        display: block;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        -webkit-transform: translateZ(0);
        bottom: 11px;
        position: relative;
        font-size: 0;
        color: var(--color1)
    }

    .contact .formulaire .form-group>label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 5px
    }

    .container {
        max-width: none;
        width: auto
    }

    .centerservice2 {
        margin: 0!important
    }

    .centerservice {
        margin: 0 25%!important
    }

    .contact .formulaire .form-group .col-md-4 {
        width: 100%!important
    }

    .contact .formulaire .form-group .col-md-8 {
        width: 100%!important
    }

    .contact .formulaire .form-group input[name="captcha"] {
        width: 100%!important;
        margin-right: 0!important;
        text-align: left!important
    }

    .contact .formulaire .form-group input[name="captcha"]+a {
        position: absolute;
        width: 140px;
        top: 1px;
        right: 1px;
        margin-right: 0!important
    }

    .lb-prev {
        opacity: 1!important;
        background: url(../images/lightbox-g.png)left 48%no-repeat
    }

    .lb-next {
        opacity: 1!important;
        background: url(../images/lightbox-d.png)right 48%no-repeat
    }

    .video-accueil {
        position: static;
        width: 100%;
        height: auto;
        margin-left: 0
    }

    .banniere {
        height: 250px!important;
        position: static
    }

    .body-page-1 .banniere {
        height: 350px!important
    }

    .pied .bande1 {
        padding: 40px 10%10px
    }

    .prestation .cell.texte .contenu {
        padding: 60px 15px
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 50px 7%30px
    }

    .certifs .logo-certif img {
        background-size: contain
    }

    .fluid-contenu {
        margin: 0!important
    }

    .center-slogan {
        max-width: 80%;
        align-items: center!important
    }

    .cta-accueil {
        margin-top: 20px
    }

    .slogan .titre {
        font-size: 31px;
        line-height: 39px
    }

    .body-pageseo .slogan .titre {
        font-size: 22px;
        line-height: 28px;
        text-align: center
    }

    .body-page-1 .slogan .titre {
        font-size: 35px!important;
        line-height: 40px!important;
        text-align: center
    }

    .slogan .sous-titre {
        font-size: 21px;
        line-height: 25px;
        margin-top: 10px
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
        text-align: justify
    }

    .cta-accueil a,.hvr-shutter-out-horizontal,.body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default,.btn-partage .btnp {
        transition: none!important
    }

.btn-partage svg path {
    fill: #fff !important;
}

    .recup-photos .propor .propor-cont .imagecont img,.gallery .ligne-photos .propor .propor-cont img {
        filter: none!important
    }

    .body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default {
        background-position: left 95%center
    }

    .slogan {
        margin-top: 0;
        align-items: center!important
    }
}

@media(max-width: 767px) {
    .AvisClients p {
        font-size : 14px;
    }
    .btn-partage svg path {
    fill: white !important;
}
    .body-contact .contact .tab-coordonnes h2,.body-contact .contact .tab-formulaire h2 {
        margin-bottom:30px
    }

    .zone-map iframe {
        height: 250px
    }

    .flex-accueil-corps .img-responsive {
        max-width: 280px;
        width: 100%;
        padding-bottom: 15px
    }

    .zone-map .zone-text {
        font-size: 14px;
        text-align: left;
        margin-bottom: 20px
    }

    .equipe-2acb {
        padding-top: 50px;
        padding-right: 0;
        padding-left: 0
    }

    .equipe-2acb .clearfix {
        display: none
    }

    .equipe-2acb img {
        margin-left: auto!important;
        margin-right: auto!important;
        float: none!important;
        max-height: 226px
    }

    .equipe-2acb h3 {
        font-size: 20px
    }

    .equipe-2acb h4 {
        font-size: 17px;
        line-height: 20px
    }

    .before-title {
        display: none!important
    }

    #hero-section {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .hero-section-zone-1 {
        padding-top: 25px;
        padding-bottom: 20px;
        padding-right: 15px;
        padding-left: 15px
    }

    .certifs .sudo-slider .slide img {
        max-height: 80px
    }

    #hero-section #particles-js::before {
        display: none
    }

    .gallery .bas-galerie a.bouton-principal:after {
        top: 0px
    }

    .btn-service a.bouton-principal,.btn-service button.bouton-principal {
        font-size: 15px
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
        float: none
    }

    .recup-photos .propor .propor-cont .imagecont .masque,.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
        background: transparent!important
    }

    h1::after,.h1::after {
        bottom: -15px;
        width: 80px
    }

    #hero-section .hero-section-title {
        font-size: 22px;
        line-height: 23px;
        min-height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .body-page-1 #hero-section .hero-section-title {
        font-size: 26px;
        line-height: 27px
    }

    .body-pageseo #hero-section .hero-section-title {
        font-size: 17px;
        line-height: 19px
    }

    #hero-section .hero-section-desc {
        font-size: 16px;
        margin-top: 8px;
        line-height: 22px;
        max-width: 300px
    }

    #hero-section .bx-wrapper img,#hero-section .bx-wrapper {
        max-height: 300px!important
    }

    .hero-section-container {
        flex-direction: column-reverse;
        padding-right: 0;
        padding-left: 0
    }

    .hero-section-slider-wrapper {
        width: 100%;
        right: 0
    }

    .hero-section-promo {
        width: 100%
    }

    .corps {
        --taille_font: 14px;
        font-size: var(--taille_font)
    }

    .pad-xs {
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .pad-xs-l {
        padding-left: 15px!important
    }

    .pad-xs-r {
        padding-right: 15px!important
    }

    .centerservice2 {
        margin: 0!important
    }

    .centerservice {
        margin: 0!important
    }

    .nopad-xs {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .nopad-xs-l {
        padding-left: 0!important
    }

    .nopad-xs-r {
        padding-right: 0!important
    }

    h1,.h1 {
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 30px
    }

    .prestation .cell.texte .contenu .h1 {
        margin-bottom: 30px
    }

    .google-avis .h1 {
        margin-bottom: 30px
    }

    .google-avis {
        padding: 55px 15px
    }

    .titre-secondaire {
        font-size: 18px;
        line-height: 21px;
        padding-top: 5px
    }

    ul li,ol li {
        background: url(../images/puce.svg)no-repeat 0 1px/13px auto
    }

    .center-slogan {
        max-width: 100%
    }

    .cta-accueil {
        font-size: 14px;
        margin-top: 10px
    }

    .cta-accueil .cta-collection {
        margin-top: 6px;
        width: 170px;
        height: 50px
    }

    .slogan .titre {
        font-size: 26px;
        line-height: 28px
    }

    .body-pageseo .slogan .titre {
        font-size: 20px;
        line-height: 25px;
        text-align: center
    }

    .body-page-1 .slogan .titre {
        font-size: 25px!important;
        line-height: 30px!important
    }

    .slogan .sous-titre {
        font-size: 18px;
        line-height: 21px
    }

    .tennis-comp,.accompagnement-coaching {
        padding: 50px 15px 50px!important
    }

    .fluid-contenu .corps {
        padding: 50px 15px 50px;
        background: var(--color2)
    }

    .recup-photos .col-md-4 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .recup-photos {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .newsList .recup-photos {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .recup-photos .propor {
        margin-bottom: 5px
    }

    .certifs {
        display: block;
        padding: 50px 15px 70px
    }

    .atout-texte {
        font-size: 17px
    }

    .certifs .cell.gauche {
        display: block;
        width: 100%
    }

    .certifs .cell.gauche .contenu {
        padding: 30px 15px 40px
    }

    .certifs .cell.droite {
        display: block;
        width: 100%;
        padding: 0 15px 30px
    }

    .certifs .cell.droite .bg-noir {
        padding: 40px 0
    }

    .cont-slider .controls {
        bottom: -20px
    }

    .services {
        display: block
    }

    .body-service-list .services {
        margin-top: 50px
    }

    .services .cell.gauche {
        display: block;
        width: 100%!important;
        height: 250px!important
    }

    .services .cell.droite {
        display: block;
        width: 100%
    }

    .services .cell.droite .contenu {
        padding: 40px 15px 40px
    }

    .realisations {
        display: block
    }

    .realisations .titre-secondaire {
        display: inline-block;
        width: 100%
    }

    .realisations .col-md-3 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .realisations {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .realisations .propor {
        margin-bottom: 5px
    }

    .realisations .contenu,.AvisClientsBg .contenu {
        padding: 50px 15px 50px
    }

    a.bouton-principal,button.bouton-principal {
        padding: 10px 20px 10px 20px!important;
        font-size: 15px
    }

    .body-page-1 .corps a.bouton-principal,.body-page-1 .corps button.bouton-principal {
        margin: 15px 0 0px
    }

    .intervention .contenu {
        padding: 50px 15px 55px
    }

    .AvisClientsBg {
        padding: 0
    }

    .bande_contact_footer {
        padding: 50px 15px 50px 15px
    }

    .pied .bande1 {
        padding: 25px 15px 0px 15px
    }

    .pied .bande2 {
        padding: 15px 15px 70px 15px
    }

    .pied .horaires {
        padding-bottom: 5px
    }

    .pied .btn-like {
        padding: 0 0 15px;
        text-align: center
    }

    .pied .btn-partage {
        text-align: center;
        padding: 0px 0 0
    }

    .pied .btn-partage a {
        text-align: center
    }

    .body-gallery-4 .fluid-contenu .corps,.body-contact .fluid-contenu .corps {
        padding: 50px 0 0
    }

    .body-gallery-4 .fluid-contenu .corps {
        padding: 50px 0 50px
    }

    .contact .tab-coordonnes {
        display: block
    }

    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        border: none
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 50px 15px 45px
    }

    .contact .tab-coordonnes .cell.centre {
        display: block;
        width: 100%
    }

    .contact .tab-coordonnes .cell.droite {
        display: block;
        width: 100%
    }

    .contact .plan .block #googlemapapi,.contact .plan iframe {
        height: 250px!important
    }

    .contact .tab-formulaire {
        display: block;
        position: static
    }

    .contact .tab-formulaire .cell.gauche {
        display: none
    }

    .contact .tab-formulaire .cell.droite {
        display: block;
        vertical-align: top;
        width: 100%
    }

    .contact .tab-formulaire .cell.droite .contenu {
        padding: 55px 15px
    }

    .contact .coordonnees {
        padding: 0
    }

    .gallery .description-galerie {
        padding: 0 15px 20px
    }

    .prestation,.actualites {
        display: block;
        min-height: none
    }

    .prestation .cell.photo,.actualites .cell.photo {
        display: block;
        width: 100%;
        height: 220px
    }

    .prestation .cell.texte,.actualites .cell.texte {
        display: block;
        width: 100%;
        clear: both
    }

    .prestation .cell.texte .contenu,.actualites .cell.texte .contenu {
        padding: 50px 15px
    }

    .gallery .ligne-photos .col-md-1,.gallery .ligne-photos .col-md-2,.gallery .ligne-photos .col-md-3,.gallery .ligne-photos .col-md-4,.gallery .ligne-photos .col-md-6 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .gallery .ligne-photos {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .gallery .ligne-photos .propor {
        margin-bottom: 10px
    }

    .gallery .nav li {
        margin-bottom: 5px;
        background: none
    }

    .gallery .description-galerie {
        padding: 10px 0 20px;
        text-align: justify
    }

    .services .cell.droite .contenu {
        clear: both
    }

    .scrollbars {
        width: 100%;
        height: auto
    }

    .news_avant_apres>div:last-child {
        right: 0
    }

    .news_avant_apres>div {
        display: block;
        margin: 0 0 5px
    }

    .news_avant_apres>div,.news_avant_apres {
        display: block
    }

    .contact .coordonnees address p.adresse {
        background-position: 0px 0px
    }

    .contact .coordonnees address p.tel.tel1 {
        background-position: 1px 1px
    }

    .contact .coordonnees address p.tel.tel2 {
        background-position: 1px 0px
    }

    .contact .tab-coordonnes .cell.gauche .horaires {
        background-position: 1px 1px
    }

    .body-pageseo .fluid-contenu h1 {
        font-size: 20px;
        line-height: 23px;
        max-width: 90%
    }

    img.coaching-img {
        float: unset;
        max-width: 340px;
        width: 100%;
        top: 0
    }

    .prise-rdv .bouton-principal {
        font-size: 16px!important
    }

    .prise-rdv .bouton-principal img {
        width: 36px!important
    }
}

@media(min-width: 768px)and(max-width:991px) {
        .btn-partage svg path {
    fill: white !important;
}
    .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
    }

    .scrollbars {
        height: 240px
    }

    .body-contact .fluid-contenu .corps {
        padding: 60px 0 0
    }

    h1,.h1 {
        font-size: 29px;
        line-height: 32px;
        margin-bottom: 40px
    }

    .google-avis .h1 {
        margin-bottom: 40px
    }

    .body-pageseo .fluid-contenu h1 {
        font-size: 22px;
        line-height: 25px
    }

    .titre-secondaire {
        line-height: 25px
    }

    .gallery .description-galerie {
        padding: 0 0 30px;
        text-align: justify
    }
}

@media(min-width: 991px)and(max-width:1199px) {
    .gallery .description-galerie {
        padding:0 0 40px;
        text-align: justify
    }

    .tete .infos {
        height: auto;
        padding: 40px 30px 2px
    }

    .btn-descendre {
        top: -165px
    }

    .slogan .titre {
        font-size: 37px;
        line-height: 46px
    }

    .slogan .sous-titre {
        font-size: 26px;
        line-height: 32px
    }

    .temoignage-vanessa {
        width: 80%!important
    }

    .contact .coordonnees {
        padding: 0
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
        float: none
    }
}

.infinite-scroll .chargement {
    background: rgba(0,0,0,0)url(../images/chargement.gif)no-repeat scroll center top;
    bottom: 0;
    display: none;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px
}

.g-recaptcha {
    float: left
}

#g-recaptcha-response {
    left: 12px;
    position: relative;
    display: block!important;
    top: -45px;
    opacity: 0!important;
    margin: 0!important;
    height: 10px!important
}

@media(max-width: 445px) {
    .icones,.deploy-right-sidebar .icones {
        width:22px;
        height: 22px
    }

    .deploy-right-call,.deploy-right-mail,.deploy-right-sidebar,.sidebar-right .close-sidebar-right {
        width: 60px
    }

    .deploy-right-call {
        right: 120px
    }

    .deploy-right-mail {
        right: 60px
    }
}

@media print {
    @page {
        size: portrait;
        margin: 2cm
    }

    body {
        background-color: var(--color0);
        font-family: Serif;
        font-size: 10pt
    }

    a:after {
        content: "["attr(href)"]"
    }

    h1,h2,h3 {
        font-family: verdana,serif
    }

    .hide-print {
        display: none
    }

    .hide {
        display: none
    }

    .clear {
        clear: both
    }

    div[class^="col-"] {
        width: 100%
    }

    .gallery .ligne-photos div[class="col-md-2"] {
        width: 16.666666666667%
    }

    .gallery .ligne-photos div[class="col-md-3"] {
        width: 25%
    }

    .gallery .ligne-photos div[class="col-md-4"] {
        width: 33%
    }

    .gallery .ligne-photos div[class="col-md-6"] {
        width: 50%
    }
}

.accompagnement-coaching {
    padding: 90px 10%5px 10%;
    position: relative
}

.bouton {
    text-align: left;
    /* margin: 2%0-5%; */
}

.body-contact .bouton {
    margin: 2%-5%;
}

.coaching {
    padding: 40px;
    box-shadow: 0px 0px 6px #fff;
    margin: 4rem 0 1rem
}

.coaching h1.sans-image {
    text-align: center!important;
    margin-bottom: 15px;
    margin-left: 0;
    width: fit-content
}

.coaching-img {
    float: right;
    width: 40%;
    position: relative;
    top: -50px
}

.coaching .accompagnement-contenu p {
}

.accompagnement,.psychotherapie {
    background: var(--color9);
    margin-right: 2%;
    padding: 40px;
    color: white;
    width: 100%
}

.psychotherapie {
    width: 80%;
    margin: auto;
}

.accompagnement {
    width: 70%;
    margin: 0 auto
}

.accompagnement .h1-ms, .psychotherapie .h1-ms {
    width: 100%;
    text-align: center!important;
    max-width: 100%;
    margin-bottom: 20px;
}

.h1-ms {
    font-size: 32px;
    line-height: 40px;
    color: var(--color1);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative;
    letter-spacing: 1px;
    z-index: 1;
    max-width: 800px;
    margin-right: auto
}

.accompagnement-contenu {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly
}

.accompagnement .titre-secondaire {
    text-align: center!important;
    position: relative;
    top: -45px;
    margin-bottom: -4rem;
    color: white
}

.accompagnement-contenu {
    display: flex;
    align-items: center;
    justify-content: center
}

.accompagnement-contenu span {
    text-decoration: underline;
}

.accompagnement-contenu {}

.accompagnement-contenu .contenu-text ul {
    width: fit-content;
    margin: auto;
    text-align: left;
    margin-bottom: 4rem;
}

.accompagnement-contenu .contenu-text {
    text-align: center;
    margin: 2% 0;
}

.accompagnement-contenu ul li {
    /* filter: brightness(10); */
    padding: 0;
}

.accompagnement-contenu ul li span {
    text-decoration: underline;
}

.tennis-comp .accompagnement-contenu ul li span {
    font-weight: 800;
}

.temoignage-vanessa {
    display: flex;
    width: 60%;
    margin: 2rem auto;
    padding: 2rem;
    border: 2px solid var(--color1);
    align-items: center;
    margin-top: 6em;
}

.temoignage-vanessa .accompagnement-contenu {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 2rem
}

.tennis-comp {
    display: flex;
    padding: 90px 10%5px 10%;
    align-items: center;
    position: relative;
    justify-content: space-around
}

.tennis-comp .accompagnement-contenu {
    display: flex;
    flex-direction: column;
    padding: 5rem 1em;
    width: 100%;
    position: relative;
    max-width: 840px
}

.accompagnement-img img {
    width: 100%;
    object-fit: cover;
    margin: 0 auto
}

.accompagnement-img {
    display: flex;
    width: 80%;
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%;
    max-width: 520px
}

.temoignage-vanessa .accompagnement-img {
    min-width: 170px;
    width: 170px;
    height: 180px;
    align-items: center
}

.bouton .bouton-principal {
    width: 155px!important
}

.prise-rdv {
    display: block;
    padding: 45px;
    text-align: center;
    background: url(../images/pattern_1.png)center var(--color1);
    margin-top: 8rem;
    position: relative;
    color: var(--color2);
    width: 100vw;
    left: -13%;
    background-attachment: fixed
}

.prise-rdv .bouton-principal {
    background: transparent;
    border-color: var(--color2);
    border-bottom: 0;
    font-size: 32px;
    max-width: 720px;
    padding-top: 4rem;
    padding-bottom: 4rem
}

.prise-rdv .bouton-principal:hover {
    border-color: var(--color2)!important;
    border-bottom: 0!important;
    box-shadow: 8px 8px 20px #00000073
}

.prise-rdv .bouton-principal:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 1px;
    background: var(--color2);
    transition: all 0.3s ease
}

.prise-rdv .bouton-principal:hover:before,.prise-rdv .bouton-principal:hover:after {
    width: 50%
}

.prise-rdv .bouton-principal:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 1px;
    background: var(--color2);
    transition: all 0.3s ease
}

.prise-rdv .bouton-principal img {
    position: absolute;
    width: 60px;
    height: auto;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.3s ease
}

.prise-rdv .bouton-principal:hover img {
    bottom: 100px;
    opacity: 0
}

.bouton .bouton-principal {
    width: 260px!important;
    margin-top: 30px
}

@media(min-width: 992px) {
    .bouton {
    }
}

@media(max-width: 991px) {
    .accompagnement-coaching {
        display:flex;
        justify-content: space-around;
        align-items: center;
        padding: 90px 10%5px 10%;
        flex-direction: column!important
    }

.psychotherapie {
    width: 100%;
}

    .accompagnement {
        width: 100%!important
    }

    .coaching {
        width: 100%!important;
        margin-top: 2rem;
        overflow: scroll
    }

    .tennis-comp {
        flex-direction: column
    }

.tennis-comp .accompagnement-contenu {
    padding: 2em 0;
}

    .accompagnement-contenu p {
        max-height: 420px;
        overflow: scroll
    }

    img.coaching-img {
        top: 0
    }

    .temoignage-vanessa {
        flex-direction: column;
        align-items: center;
        width: 80%;
        text-align: center
    }

    .prise-rdv {
        left: 0
    }

    .bouton {
        margin-top: 20px
    }
}

@media(min-width: 1800px) {
    #hero-section {
        max-height:800px
    }

    .zone-map .zone-img {
        height: 350px
    }
}

@media(max-width: 500px) {
    .backg img {
        height: auto;
        width: 100%;
    }

    .top-logo img {
        top: 23px;
        max-width: 160px;
        left: 10px
    }
}

.mCSB_inside #mCSB_1 {
    overflow-y: scroll;
    padding-right: 50px
}

.mCSB_inside #mCSB_1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5
}

.mCSB_inside #mCSB_1::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5
}

.mCSB_inside #mCSB_1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: var(--color1)
}
