/* RESET ET STYLE FIXE  ****************************************************/


/* *************************************************************************/

:root {
    --font-lato-light: 'Lato-Light', sans-serif;
    --font-lato-regular: 'Lato-Regular', sans-serif;
    --font-lato-Black: 'Lato-Black', sans-serif;

    --color0: #fff;
    --color1: #0f3158;
    --color2: #0f3158;
    --color3: #0f3158;
    --color4: #191a1a;
    --taille_font: clamp(1.6rem, 0.8vw, 3.5rem);
    --border-radius: 0;
}

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: 0px;
    list-style-type: none;
    list-style-image: none;
}

ul li,
ol li {
    background: url(../images/puce.png) no-repeat 0 center;
    padding-left: 15px
}

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
}

#logoFD svg * {
    fill: #fff;
}

.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: -0.5em 0;
    padding: 0;
    color: #e0e0e1;
    background-color: #e0e0e1;
    border: 0
}

.page-contenu img {
    margin: 10px
}


/* STYLE GENERAL ***********************************************************/

/**call Tracker**/
.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px;
    overflow: inherit;
}

.callTracker {
    /*width: 173px; overflow: hidden;height: 33px;*/
    position: relative;
}

.callTracker span,
.callTracker a {
    display: inline-block;
    text-align: left;
    /*position: absolute;left: 30px;top: 0px;width: 160px;*/
    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%;
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block;
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none;
}

.pied .callTracker a,
.coordonnees .callTracker a {
    position: relative;
    left: 0px;
}

/**call Tracker**/
/* *************************************************************************/

body {
    color: #191a1a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background: #fff;
}

address {
    filter: brightness(0) opacity(0.55);
}


:where(a, a:link, a:visited) {
    color: var(--color4);
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

a.deploy-right-sidebar {
    display: none !important;
}

a:active {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
    color: #0f3158;
    font-family: var(--font-lato-Black);
}

h1,
.h1 {
    font-size: 31px;
    line-height: 31px;
    color: #0f3158;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative;
}

h1:before,
.h1:before {
    content: "";
    width: 50px;
    height: 10px;
    /* background: url(../images/bg-titre.png) no-repeat center top; */
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -25px;
}

h1.sans-image,
.h1.sans-image {
    /* margin-bottom: 0px */
}

/* h1.sans-image:before,
.h1.sans-image:before {
    display: none
} */

h2,
.h2 {
    font-size: 26px
}

h3,
.h3 {
    font-size: 20px
}

h4,
h5,
h6 {
    font-size: 16px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h6 a:link,
.h1 a:link,
.h2 a:link,
.h3 a:link,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
.h1 a:visited,
.h2 a:visited,
.h3 a:visited {
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover {
    text-decoration: underline
}

.titre-secondaire {
    position: relative;
    font-size: 30px;
    line-height: 30px;
    padding: 5px 0 0 0;
    margin: 0;
    color: #323435;
    font-family: var(--font-lato-light);
    text-align: center;
    margin-bottom: 0;
    /*    text-transform: none;*/
}

/* .titre-secondaire:before {
    content: "";
    width: 75px;
    height: 10px;
    background: url(../images/bg-titre.png) no-repeat center top;
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -37px;
} */


/* Bouton */

.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: #fed225;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 2px solid #0f3158;
}

.hvr-shutter-out-horizontal.active {
    background-color: #fff;
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
    color: #0f3158;
}

.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);
}

:is(a, button).bouton-principal {
    text-align: center;
    font-family: var(--font-lato-Black);
    color: #0f3158;
    text-decoration: none;
    padding: 13px 20px;
    font-size: 14px;
    text-transform: uppercase
}

a.bouton-principal:after {
    content: "";
    background-image: url(../images/ico-suite.png);
    width: 23px;
    height: 23px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9900;
    position: absolute;
    display: none;
}

.body-page-1 .corps a.bouton-principal {
    width: 190px;
    margin: 15px 0 50px 0;
}

a.bouton-principal:hover:after {
    background-image: url(../images/ico-suite-h.png)
}


/* CORPS DE LA PAGE  *******************************************************/


/* *************************************************************************/

.main-page {
    position: relative;
    overflow: hidden
}

.tete {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 8001;
    height: 90px;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
}

.tete .logo-site {
    margin: 0;
    padding: 17px 0 17px 35px;
}

.logo-site img {
    max-width: 140px;
    filter: drop-shadow(0px 0px 16px white);
}

.tete .logo-site a {
    font-size: 37px;
    color: #95b61d;
    text-decoration: none;
    font-family: var(--font-lato-Black);
}

.tete .logo-site a:focus,
.tete .logo-site a:hover {
    color: #95b61d;
    text-decoration: none;
}

.tete .infos {
    background: #0f3158;
    display: inline-block;
    height: 90px;
    padding: 25px 30px 0 30px;
}

.tete .infos .tel {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #fff;
    padding: 5px 20px 0 30px;
    margin: 0;
    font-family: var(--font-lato-Black);
    background: url(../images/ico-tel.png) no-repeat 0 center;
}

.tete .infos .tel a {
    color: inherit;
    text-decoration: none
}

.tete .widget-partage {
    display: none
}

.body-page-1 .cta {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-start;
}

.cta .callTracker span,
.cta .callTracker a {
    text-align: center;
    line-height: 0;
}

.cta {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    justify-content: center;
    height: 100%;
    margin: 2em 0;
    position: relative;
    font-weight: 700;
    align-content: center;
    z-index: 1000
}

.cta.center {justify-content: center;}

p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    text-align: left;
    font-family: var(--font-lato-Black);
    text-decoration: none;
    padding: 12px 30px;
    font-size: 14px;
    /* line-height: 18px; */
    text-transform: uppercase;
    margin: 0 0 0;
    text-shadow: 0 0 BLACK;
    color: #0f3158;
}

.cta a.bouton-principal {
    margin: 0 0;
    text-align: center;
    padding: 13px 30px;
    text-shadow: 0 0 BLACK;
}

.btn-partage .btnp {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transition: all 400ms ease;
    position: relative;
}

.btn-partage .btnp i {
    margin: 0;
    padding: 0;
    position: absolute;
    color: #a4a4a4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-partage .btnp:hover i {
    color: #fff;
}

.btn-partage .btnp:hover {
    background-color: #fbce17;
}

.btn-partage .btnp.btn-fb {
    background-image: url(../images/ico-fb.png)
}

/* .btn-partage .btnp.btn-twitter {
    background-image: url(../images/ico-twitter.png)
} */

.btn-partage .btnp.btn-twitter::before {
    content: "";
    position: absolute;
    inset: 0;
    mask: url(../images/ico-twitter-b.png);
    background: #999B9A;
    background-repeat: no-repeat;
    mask-size: 15px 15px;
    mask-repeat: no-repeat;
    mask-position: center;
}

.btn-partage .btnp.btn-google {
    background-image: url(../images/ico-google.png)
}

.btn-partage .btnp.btn-ami {
    background-image: url(../images/ico-ami.png)
}

.btn-partage .btnp.btn-fb:hover {
    background-image: url(../images/ico-fb-h.png)
}

/* .btn-partage .btnp.btn-twitter:hover {
    background-image: url(../images/ico-twitter-h.png)
} */

.btn-partage .btnp.btn-twitter:hover::before {
    background: var(--color0);
}

.btn-partage .btnp.btn-google:hover {
    background-image: url(../images/ico-google-h.png)
}

.btn-partage .btnp.btn-ami:hover {
    background-image: url(../images/ico-ami-h.png)
}

.tete .btn-partage {
    padding: 0px 0px 0px 0px;
    display: inline-block;
    vertical-align: top;
}

.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: 0px 0px;
    /* background: url(../images/sep.png) no-repeat right center; */
}

.navh .menu_principal>li:last-child {
    background: none
}

.navh .menu_principal a,
.navh .menu_principal a:visited {
    color: #323435;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 35px 20px 35px 15px;
    text-decoration: none;
    font-family: var(--font-lato-Black);
    transition: all 400ms ease;
}

.navh .menu_principal a:hover,
.navh .menu_principal li.active>a {
    color: #0f3158;
}

.navh .menu_principal li.active>a:hover {
    cursor: default
}

.slogan {
    position: absolute;
    top: -190px;
    left: 87px;
    color: #fff;
    width: 43%;
    text-align: center;
}

.slogan .titre {
    font-size: 51px;
    font-family: var(--font-lato-Black);
    text-transform: uppercase;
    line-height: 40px;
}

.slogan .titre span {
    font-size: 48px
}

.slogan .sous-titre {
    font-size: 30px;
    font-family: var(--font-lato-light);
    line-height: 26px;
}

.body-page-1 .slogan {
    top: -325px;
    text-align: left;
}

/* .video-accueil {
    position: fixed;
    top: 0px;
    left: 50%;
    width: 100%;
    height: 100vh;
    margin-left: 0;
} */
.video-accueil {
    position: fixed;
    top: 0px;
    left: 50%;
    width: 120vw;
    height: 100vh;
    margin-left: -60vw;
}

.video-accueil video {
    width: 100%;
    height: auto;
    vertical-align: top;
    z-index: 1;
    position: relative;
}

.video-accueil .banniere {
    z-index: 0;
}

.banniere {
    position: fixed;
    top: 0px;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
    height: 50vh;
    /* background:url(../images/banniere1.jpg) no-repeat center top; */
    background-position: center;
}

.body-page-1 .banniere.parallax.cover {
    height: 910px;
    background-position: top;
}

.body-contact .banniere {
    /* background:url(../images/banniere2.jpg) no-repeat center top; */
}

.btn-descendre {
    width: 112px;
    height: 112px;
    background: url(../images/bg-descendre.png) no-repeat center top;
    position: absolute;
    top: -273px;
    left: 50%;
    margin-left: -56px;
    overflow: hidden;
    text-indent: 300px;
    white-space: nowrap;
}

.btn-descendre:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #0f3158;
    border-radius: 8px;
    position: absolute;
    top: 40px;
    left: 53px;
    transition: all 400ms ease
}

.btn-descendre:hover:before {
    opacity: 0.4;
    filter: alpha(opacity=40);
    top: 50px;
}

.fluid-contenu {
    position: relative;
    z-index: 8000;
    background: #fff;
}

.body-page-1 main.fluid-contenu {
    margin-top: 953px !important;
}

main.fluid-contenu {
    margin-top: 50vh !important;
}

.fluid-contenu .corps {
    padding: 70px 10% 50px 10%;
}

.body-gallery-4 .fluid-contenu .corps,
.body-contact .fluid-contenu .corps {
    padding: 80px 0 0 0
}

.body-service-list .fluid-contenu .corps {
    /* padding: 0; */
}

.body-page-1 .fluid-contenu .corps {
    text-align: center
}

.body-page-1 .page-contenu {
    max-height: 67px;
    overflow: hidden
}

.recup-photos {}

.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 {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
}

.recup-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.recup-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgba(58, 156, 35, 0.7) url('../images/ico-zoom.png') no-repeat center center;
}

.recup-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.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;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: #fff;
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
}

.certifs .cell.gauche {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    border-right: 2px solid #e6e6e6;
}

.certifs .cell.gauche .contenu {
    padding: 40px 12% 40px 12%
}

.certifs .cell.droite {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.certifs .cell.droite .row {
    margin-bottom: -2px;
}

.certifs .cell.droite .logo-certif {
    padding: 15px 15px;
    /* height: 260px; */
    /* line-height: 260px; */
    vertical-align: middle;
    text-align: center;
}

.certifs .cell.droite .logo-certif a {
    display: block;
    height: 100%;
}

/* .certifs .cell.droite .logo-certif img {
    max-width: 100%;
    width: auto;
} */

.certifs .row.table {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    display: table;
}

.certifs .row.table .ligne-photos {
    display: table-row;
    height: 100%;
}

.certifs .row.table [class*=col-] {
    display: table-cell;
    float: none;
    vertical-align: middle;
    border-right: 2px solid #e6e6e6;
    border-bottom: 0 solid #e6e6e6;
}

.certifs .cell.droite .ligne-photos:nth-child(n+2)>[class*=col-] {
    border-top: 2px solid #e6e6e6;
}

.certifs .logo-certif img {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
}

/**********/

/*************/

.body-page-1 .fluid-contenu .corps:before {
    /* content: ""; */
    /* position: absolute; */
    /* background-image: url(../images/shape1.svg); */
    /* background-repeat: no-repeat; */
    /* background-size: 100%; */
    /* width: 830px; */
    /* height: 670px; */
    /* left: -150px; */
    /* top: 110px; */
    /* opacity: 0.2; */
}

.r-flex .row.recup-photos.gallery {
    position: relative;
}

.r_name {
    width: 159px;
    height: 150px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background-color: var(--color2);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, .04);
    position: absolute;
    color: var(--color6);
    right: 95px;
    top: -40px;
    z-index: 99;
    text-align: center;
    padding: 5px;
    border-radius: var(--border-radius);
    display: none;
}

.r_name:before {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    /* border: 2px dashed var(--color0); */
    border-radius: inherit;
    /* animation: cspine 20s linear infinite; */
}

@keyframes cspine {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.r-flex .row.recup-photos.gallery:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 140px;
    /* border: 1px solid var(--color1); */
    left: 183px;
    /* bottom: -40px; */
    top: -33px;
    /* z-index: 1; */
    border-radius: var(--border-radius);
    background-color: var(--color1);
    display: none;
}

.images-f {
    width: 100%;
}

.row.r-flex {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 30px;
    position: relative;
}

.row.r-flex .text-center {
    text-align: left;
}

.row.r-flex h1,
.row.r-flex h1 .titre-secondaire {
    text-align: left;
}

.row.r-flex h1:before {
    left: 0;
    margin: 0;
}

.row.r-flex .col-md-5 {
    right: 0;
    top: 0;
}

.propor.pic-1 {
    width: 100% !important;
    height: 430px;
}

.propor.pic-2 {
    position: absolute !important;
    width: 47% !important;
    height: 250px !important;
    bottom: -110px;
    right: 40px;
    border: 10px solid var(--color6);
    border-radius: var(--border-radius);
}

.page-contenu-home {
    position: relative;
    display: block;
    padding: 1rem 0%;
}

.body-page-1 .page-contenu-home {
    height: 360px;
}

.recup-photos .propor .propor-cont .imagecont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.recup-photos .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    border-radius: var(--border-radius);
    overflow: hidden
}

.recup-photos .propor:after {
    padding-top: 78%;
    display: block;
    content: ''
}

.recup-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.recup-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.recup-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    transition: .5s;
    background-color: var(--color1);
    background-image: url(../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.recup-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: .7;
    filter: alpha(opacity=70)
}

.recup-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

/*********/


.services {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: #fff;
    /* border-bottom: 2px solid #e6e6e6; */
    padding: 60px 0;
}

.services .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-right: 2px solid #e6e6e6;
    background-position: center center;
    background-repeat: no-repeat
}

.services .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.services .cell.droite .contenu {
    padding: 90px 12% 90px 12%
}

.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;
}

.services .cell.droite .contenu ul li .bouton-principal {
    display: block;
}

.services .cell.droite .contenu ul li a.bouton-principal:hover:after {
    background-image: url(../images/ico-suite-h.png)
}

.services .miettes {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    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: #fed225;
    display: inline-block;
}

.services .miettes li a.active {
    background: #000;
    cursor: default
}

.realisations {
    position: relative;
    z-index: 8000;
    background: #fff;
    text-align: center;
}

/* .realisations .titre-secondaire {
    display: inline-block;
    width: 48%;
} */

.realisations .contenu {
    padding: 60px 15px 10px 15px;
}

.realisations .galerie .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.realisations .galerie .propor:after {
    padding-top: 78%;
    display: block;
    content: '';
}

.realisations .galerie .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.realisations .galerie .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 {
    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 {
    transition: all 400ms ease;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgb(253 217 44) url(../images/ico-zoom.png) no-repeat center center;
}

.realisations .galerie .propor .propor-cont .imagecont:hover .masque {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.realisations .galerie .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.intervention {
    position: relative;
    z-index: 8000;
    background: #0f3158;
}

.intervention .titre-secondaire {
    color: #fed225;
}

.intervention .contenu {
    padding: 70px 10% 90px 10%;
    color: #fff;
}

.intervention h2 {
    color: #fff;
}

.intervention .zone {
    width: 100%;
    height: 480px;
    position: relative;
}

.intervention .zone iframe {
    width: 100%;
    height: 100%;
}

.intervention .description {
    width: 100%;
    padding-left: 15%;
}

.intervention ul {
    margin: 30px 0 0 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.intervention ul li {
    padding: 5px 0 5px 15px;
    font-style: italic;
}


/* Footer */

.pied {
    position: relative;
    z-index: 8000;
    background: #fff
}

.pied .bande1 {
    padding: 70px 10% 70px 10%;
}

.pied .bande1 .row1 {
    background: url(../images/trait.png) no-repeat center bottom;
    padding: 0 0 50px 0;
    margin-bottom: 30px;
    padding: 0 28%;
}

.pied .bande2 {
    padding: 30px 10% 30px 10%;
    background: #0f3158;
}

.pied h2 {
    font-size: 24px;
}

.pied h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.pied .navf {}

.pied .navf .menu_footer {
    color: #929799;
    padding: 15px 0 15px 0;
    list-style-type: none;
    margin: 0
}

.pied .navf .menu_footer li {
    display: block;
    padding: 0 0 8px 0;
    background: none;
}

.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;
    background: url(../images/ico-puce2.png) no-repeat 0 center;
    color: inherit;
    text-decoration: none;
    filter: brightness(0) opacity(0.55);
}

.pied .navf .menu_footer li a:hover {
    text-decoration: underline
}

.pied .navf .menu_footer li.active a:hover {
    cursor: default;
    text-decoration: none
}

.pied .menu_referencement {
    color: #929799;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    text-align: justify
}

.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: #0f3158;
}

.pied .menu_referencement li.active a:hover {
    cursor: default;
    text-decoration: none
}

.pied address {
    margin: 0;
    padding: 15px 0 0 0;
    color: #929799;
    font-size: 16px;
    filter: brightness(0) opacity(0.55);
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0;
    background-position: 0 0px;
    padding: 0 0 10px 30px
}

.pied address p.adresse {
    background-image: url(../images/ico-adresse-f.png)
}

.pied address p.tel.tel1 {
    background-image: url(../images/ico-tel-f.png)
}

.pied address p.tel.tel2 {
    background-image: url(../images/ico-tel2-f.png)
}

.pied address p.tel a {
    color: inherit;
    text-decoration: none
}

.pied address p a {
    text-decoration: none;
    color: inherit
}

.pied address p a:hover {
    text-decoration: underline
}

.pied .scrollbars {
    margin: 15px 0 0 0;
}

.pied .horaires {
    color: #929799;
    padding: 10px 0 0 0;
    margin: 0;
}

.pied .copyright-footer {
    margin: 5px 0px 0px 0px;
    text-align: center
}

.pied .btn-like {
    padding: 20px 0px 0px 0px
}

.pied .btn-partage {
    text-align: right;
    padding: 10px 0 0 0;
}


/* SCROLL PERSONNALISE  ****************************************************/


/* *************************************************************************/

.scrollbars {
    width: 100%;
    height: 200px
}

.scrollbar-path-vertical,
.scrollbar-path-horizontal {
    position: absolute;
    background-color: #ececec;
    z-index: 100;
}

.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 5px;
}

.scrollbar-path-vertical {
    right: 5px;
    top: 0;
    height: 100%;
    width: 5px;
}

.scrollbar-path-vertical {
    box-shadow: inset 1px 0px 1 rgba(0, 0, 0, 0.1)
}

.scrollbar-path-horizontal {
    box-shadow: inset 0px 1px 1 rgba(0, 0, 0, 0.1)
}

.scrollbar-handle {
    position: relative;
    top: 0;
    left: 0;
    background-color: #0f3158;
}

.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
}


/* MODULE SERVICES  ********************************************************/


/* *************************************************************************/

.prestation {
    width: 100%;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    background: var(--color0);
    margin: 0 0 3.0rem
}

.item-news.prestation .bloc-photo {
    position: relative;
    height: auto
}

.item-news.prestation .bloc-photo.photo-empty,
.item-news.prestation .photo {
    height: 29.5rem !important;
}

.item-news.prestation .contenu {
    background: var(--color0);
    padding: 5.0rem 4.0rem 2.0rem;
    position: relative;
    min-height: 17.0rem
}

.item-news.prestation .contenu .text-liste-serive {
    min-height: 8.6rem;
    height: 8.6rem;
    overflow: hidden
}

.item-news.prestation .contenu .lire-suite {
    padding: 1.0rem 0 0
}

.item-news.prestation .bloc-titre {
    display: table;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: -2.5rem
}

.item-news.prestation .bloc-photo.sans-photo .bloc-titre {
    position: relative
}

.item-news.prestation .bloc-titre .titre-news {
    display: table;
    margin: 0 auto;
    background: #fff;
    border-radius: 1.9rem;
    box-shadow: 0 0.3rem 1.0rem rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0.3rem 1.0rem rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0.3rem 1.0rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0.3rem 1.0rem rgba(0, 0, 0, 0.2);
    padding: 1.5rem 3.5rem;
    font-size: 1.8rem;
    max-width: 95%
}

.item-news.prestation .miettes {
    list-style: none;
    margin: 0;
    padding: 0
}

.centerservice {
    margin: 0 33% !important
}

.btn-service {
    text-align: center;
    margin: 1.0rem 0
}

.btn-service a.btn-show-more {
    display: inline-block;
    padding: 1.5rem 2.5rem 1.5rem 2.0rem
}
/* MODULE NEWS  ************************************************************/

/* *************************************************************************/

/*********************************************
   SECTION ACTUALITÃ‰S
**********************************************/
.section {
    position: relative;
    padding: 4em 10%;
    background: #fff;
}

.news .ligne-actus {
    display: flex;
    flex-direction: column;
    gap: 4em;
    width: 100%;
}

:is(.actualites, .news) article {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2.5em;
    width: 100%;
    align-items: stretch;
    border: 1px solid rgb(from var(--color4) r g b / 0.08);
    border-radius: var(--border-radius);
    box-shadow: 0 4px 16px rgb(from var(--color4) r g b / 0.06);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

:is(.actualites, .news) article:hover {
    border-color: rgb(from var(--color1) r g b / 0.15);
    box-shadow: 0 10px 32px rgb(from var(--color4) r g b / 0.14);
}

:is(.actualites, .news) .cell.photo {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.actualites .cell.photo {
    background-position: center center;
    background-size: cover;
}

:is(.actualites, .news) .cell.photo a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
}

.actualites .cell.photo a {
    z-index: 10;
}

:is(.actualites, .news) .cell.photo img {
    max-width: none;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news .imagecont:hover img {
    transform: scale(1.05);
}

.actualites .cell.photo::before,
.news .masque {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgb(from var(--color4) r g b / 0.3) 0%,
        transparent 50%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.actualites .cell.photo:hover::before,
.news .imagecont:hover .masque {
    opacity: 1;
}


.date-article {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 0.8em 1.2em;
    font-family: var(--font_family_2);
    background: var(--color0);
    border-radius: 0 0 var(--border-radius) 0;
    box-shadow: 0 4px 12px rgb(from var(--color4) r g b / 0.15);
    backdrop-filter: blur(10px);
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    z-index: 10;
}

:is(.actualites, .news) .cell.photo:hover .date-article {
    background: var(--color1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgb(from var(--color1) r g b / 0.25);
}

.date-article span {
    display: block;
    text-align: center;
    line-height: 1.2;
    transition: color 0.3s ease;
}

:is(.date-article, .news) :is(.time_day, .time_month, .time_year) {
    color: var(--color4);
}

.date-article .time_day,
.news .time_day {
    font-size: calc(var(--taille_font) * 2);
    font-weight: 700;
    margin-bottom: 0.1em;
}

.date-article .time_month,
.news .time_month {
    font-size: calc(var(--taille_font) * 1.2);
    text-transform: capitalize;
    font-weight: 500;
}

.date-article .time_year,
.news .time_year {
    font-size: var(--taille_font);
    opacity: 0.7;
    margin-top: 0.1em;
}

:is(.actualites, .news) .cell.photo:hover :is(.time_day, .time_month, .time_year) {
    color: var(--color0);
}

.actualites .cell.photo .date-article {
    z-index: 20;
}

:is(.actualites, .news) .cell.texte {
    width: 100%;
    position: relative;
}

:is(.actualites, .news) .cell.texte .contenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1em;
    padding: 2em;
    text-align: left;
    background: transparent;
    height: 100%;
}

:is(.actualites .cell.texte .contenu .titre-secondaire, .news .cell.texte .contenu h2) {
    color: var(--color1);
    font-family: var(--font_family_2);
    font-size: calc(var(--taille_font) * 1.8);
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    padding: 0 0 0.8em 0.5em;
    border-bottom: 2px solid rgb(from var(--color2) r g b / 0.3);
    transition: color 0.3s ease;
}

:is(.actualites, .news) .cell.texte .contenu:hover :is(.titre-secondaire, h2) {
    color: var(--color2);
}

:is(.actualites .cell.texte .contenu .titre-secondaire, .news .cell.texte .contenu h2) a {
    text-decoration: none;
    color: inherit;
}

:is(.actualites .cell.texte .contenu .content, .news .cell.texte .contenu .contenu-article) {
    color: var(--color4);
    font-family: var(--font_family_3);
    font-size: calc(var(--taille_font) * 1.05);
    opacity: 0.85;
    padding-left: 0.5em;
    margin: 0;
}

.news .cell.texte .contenu > p {
    margin: 0;
    padding-left: 0.5em;
}

.btn-actualite {
    display: flex;
    gap: 1em;
}

.actualites ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.actualites ul li {
    padding: 0.5em 0 0.5em 2em;
    background: url(../images/ico-puce.svg) no-repeat 0 0.9em;
    background-size: 0.7em auto;
    color: var(--color4);
    line-height: 1.6;
}

.actualites .cell.texte .contenu .date-noimg {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 1em;
    border-bottom: 1px solid rgb(from var(--color4) r g b / 0.1);
}

.actualites .cell.texte .contenu .date-noimg .date_post {
    font-size: calc(var(--taille_font) * 0.9);
    color: var(--color4);
    font-family: var(--font_family_3);
    padding: 0.5em 1em;
    background: rgb(from var(--color2) r g b / 0.1);
    border-radius: 0 0 var(--border-radius) 0;
    opacity: 0.95;
}

.detail-actu {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3em;
    margin-bottom: 3em;
}

.detail_actu-img {
    position: relative;
}

.detail_actu-img .propor {
    position: relative;
    width: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 8px 24px rgb(from var(--color4) r g b / 0.12);
}

.detail_actu-img .propor-cont {
    position: relative;
    width: 100%;
}

.detail_actu-img .imagecont {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.detail_actu-img .imagecont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.detail_actu-img .imagecont:hover img {
    transform: scale(1.05);
}

.detail_actu-img .masque {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgb(0 0 0 / 0.3) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.detail_actu-img .imagecont:hover .masque {
    opacity: 1;
}

.date-article time {
    display: flex;
    flex-direction: column;
    gap: 0.2em;
}

.detail_actu-img .time_day {
    font-size: calc(var(--taille_font) * 2.2);
    font-weight: 700;
    line-height: 1;
    font-family: var(--font_family_2);
}

.detail_actu-img .time_month {
    font-size: calc(var(--taille_font) * 0.95);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.detail_actu-img .time_year {
    font-size: calc(var(--taille_font) * 0.85);
    opacity: 0.8;
}

.detail_actu-txt {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.contenu-article {
    padding: 0 0 1em;
    font-family: var(--font_family_3);
    font-size: calc(var(--taille_font) * 1.05);
    color: var(--color4);
}

.contenu-article p {
    margin-bottom: 1.2rem;
}

.contenu-article strong {
    color: var(--color2);
    font-weight: 600;
}

.contenu-article br {
    margin-bottom: 1em;
}

.div-rs {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.5em;
    padding: 1.5em;
    background: rgb(from var(--color1) r g b / 0.05);
    border-radius: var(--border-radius);
}

.div-rs b {
    color: var(--color2);
    font-family: var(--font_family_2);
    font-size: calc(var(--taille_font) * 1.1);
    font-weight: 600;
}

.btn-partage {
    display: flex;
    gap: 1rem;
    height: 36px;
}

.news_avant_apres {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 1em;
    margin: 3em 0 2em;
    padding-top: 2em;
    border-top: 1px solid rgb(from var(--color4) r g b / 0.1);
}

.nav-prev,
.nav-next {
    display: flex;
    flex-direction: column;
    gap: 0.3em;
}

.nav-center {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
}

.nav-next {
    text-align: right;
    align-items: flex-end;
}

.retour-news {
    margin-top: 0;
}

.pagination-wrap {
    display: flex;
    justify-content: center;
}

.retour-news {
    display: inline-flex;
    align-items: center;
    gap: 0.8em;
    padding: 1em 2.5em;
    font-size: var(--taille_font);
    font-family: var(--font_family_2);
    text-decoration: none;
}

.retour-news .glyphicon {
    font-size: 0.9em;
    transition: transform 0.3s ease;
}

.retour-news:hover .glyphicon {
    transform: translateX(-5px);
}

@media (max-width: 1024px) {
    :is(.actualites, .news) article { grid-template-columns: 1fr; gap: 2em; }
    :is(.actualites, .news) .cell.photo { min-height: 350px; }
    :is(.actualites .cell.texte .contenu .titre-secondaire, .news .cell.texte .contenu h2) { font-size: calc(var(--taille_font) * 1.6); }
    .news .ligne-actus { gap: 3em; }
    .detail-actu { grid-template-columns: 1fr; gap: 2em; }
}

@media (max-width: 768px) {
    .news .ligne-actus { gap: 2.5em; }
    :is(.actualites, .news) article { gap: 1.5em; }
    :is(.actualites, .news) .cell.photo { min-height: 280px; }
    .actualites .cell.photo a { left: 1em; top: 1em; }
    :is(.actualites, .news) .date-article { padding: 0.6em 1em; }
    :is(.date-article, .news) .time_day { font-size: calc(var(--taille_font) * 1.7); }
    :is(.date-article, .news) .time_month { font-size: calc(var(--taille_font) * 1.1); }
    :is(.actualites, .news) .cell.texte .contenu { padding: 1.5em; gap: 0.8em; }
    :is(.actualites .cell.texte .contenu .titre-secondaire, .news .cell.texte .contenu h2) { font-size: calc(var(--taille_font) * 1.5); padding-left: 0.3em; }
    :is(.actualites .cell.texte .contenu .content, .news .cell.texte .contenu .contenu-article) { font-size: var(--taille_font); padding-left: 0.3em; }
    .actualites .cell.texte .contenu .btn-actualite { flex-direction: column; justify-content: center; padding-left: 0.3em; }
    .news_avant_apres { grid-template-columns: 1fr; justify-items: center; }
    .nav-prev { order: 1; width: 100%; }
    .nav-center { order: 2; }
    .nav-next { order: 3; width: 100%; text-align: left; align-items: flex-start; }
    .news .cell.texte .contenu > p { padding-left: 0.3em; }
    .detail-actu { gap: 1.5em; }
    .date-article { top: 1em; left: 1em; padding: 0.8em; min-width: 70px; }
    .time_day { font-size: calc(var(--taille_font) * 2); }
    .time_month { font-size: calc(var(--taille_font) * 0.85); }
    .contenu-article { font-size: var(--taille_font); }
    .div-rs { flex-direction: column; align-items: flex-start; gap: 1em; padding: 1.2em; }
    .btn-partage { width: 100%; justify-content: flex-start; }
    .retour-news { padding: 0.9em 2em; font-size: calc(var(--taille_font) * 0.95); }
}

@media (max-width: 480px) {
    :is(.actualites, .news) .cell.photo { min-height: 240px; }
    .news .h1 .titre-secondaire { font-size: calc(var(--taille_font) * 1.1); }
    :is(.actualites .cell.texte .contenu .titre-secondaire, .news .cell.texte .contenu h2) { font-size: calc(var(--taille_font) * 1.3); }
    .news .ligne-actus { gap: 2em; }
    .date-article { padding: 0.6em; min-width: 60px; }
    .detail_actu-img .time_day { font-size: calc(var(--taille_font) * 1.8); }
    .btnp { width: 2.2em; height: 2.2em; }
}


/* ==========================================
    BTN SWIPPER
========================================== */

.btns-swipper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: .7em;
    width: 100%;
    margin-top: 2vh;
    color: var(--color1);
    background: transparent
}

.btns-swipper .swiper-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.2em;
    height: auto;
    aspect-ratio: 1 / 1;
    color: var(--color2);
    border: 1px solid var(--color2);
    border-radius: var(--border-radius);
    transition: 0.3s ease
}

.btns-swipper .swiper-button.next {
    right: 0
}

.btns-swipper .swiper-button.prev {
    left: 0
}

.btns-swipper .swiper-button i {
    font-size: var(--font-base)
}

.btns-swipper .swiper-button:hover {
    color: var(--color1);
    border: 1px solid var(--color1)
}

/* ==========================================
    SECTION TÃ‰MOIGNAGES
========================================== */
.temoignages {

}
.temoignages .livre {
    margin-bottom: 3em;
    text-align: center;
}

/* ==========================================
    GRILLE DES AVIS
========================================== */
.livre-elements {
    width: 100%;
    margin-top: 2em;
    text-align: left;
}

.livre-ligne {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2em;
}

/* ==========================================
    CARTE INDIVIDUELLE D'AVIS
========================================== */
.avis-swiper {
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    align-items: stretch;
    height: auto !important; /* Ã©crase la hauteur fixe imposÃ©e par Swiper */
}

.avisCard {
    flex: 1; /* la carte prend toute la hauteur disponible du slide */
}

.avisCard .avisCardBody {
    flex: 1; /* le corps s'Ã©tire pour remplir l'espace restant */
}
.avisCard {
    background: var(--color0);
    padding: 2em;
    border-radius: var(--border-radius);
    border: 1px solid rgb(from var(--color4) r g b / 0.06);
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    gap: 0.8em;
}

.avisCard:hover {
    box-shadow: 0 8px 40px rgb(from var(--color4) r g b / 0.08);
    border-color: rgb(from var(--color1) r g b / 0.1);
    transform: translateY(-5px);
}

/* Barre latÃ©rale animÃ©e */
.avisCard::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 0;
    background: linear-gradient(to bottom, var(--color1), var(--color2));
    transition: height 0.5s ease;
    border-radius: var(--border-radius) 0 0 var(--border-radius);
}

.avisCard:hover::before {
    height: 100%;
}

/* IcÃ´ne citation en arriÃ¨re-plan */
.avisCard::after {
    content: '\f10d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    font-size: 3em;
    color: rgb(from var(--color2) r g b / 0.08);
    transition: all 0.3s ease;
    pointer-events: none;
}

.avisCard:hover::after {
    color: rgb(from var(--color2) r g b / 0.12);
    transform: scale(1.1);
}

/* ==========================================
    CONTENU DE LA CARTE
========================================== */
.avisCard .avisCardPseudo {
    font-family: var(--font_family_2);
    font-size: calc(var(--taille_font) * 1.3);
    font-weight: 600;
    color: var(--color3);
    margin: 0;
    padding: 0;
    transition: color 0.3s ease;
}

.avisCard:hover .avisCardPseudo {
    color: var(--color1);
}

.avisCard .avisCardDate {
    font-family: var(--font_family_3);
    font-size: calc(var(--taille_font) * 0.85);
    color: rgb(from var(--color4) r g b / 0.6);
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 0.5em;
}

.avisCard .avisCardDate i {
    color: var(--color2);
}

/* Ã‰toiles */
.avisCard .avisCardEtoiles {
    display: flex;
    gap: 0.3em;
    margin: 0.5em 0;
}

.avisCard .avisCardEtoiles i {
    color: var(--color2);
    font-size: 1.1em;
    transition: transform 0.2s ease;
}

.avisCard:hover .avisCardEtoiles i {
    color: var(--color1);
    transform: scale(1.1);
}

.avisCard:hover .avisCardEtoiles i:nth-child(1) { transition-delay: 0s; }
.avisCard:hover .avisCardEtoiles i:nth-child(2) { transition-delay: 0.05s; }
.avisCard:hover .avisCardEtoiles i:nth-child(3) { transition-delay: 0.1s; }
.avisCard:hover .avisCardEtoiles i:nth-child(4) { transition-delay: 0.15s; }
.avisCard:hover .avisCardEtoiles i:nth-child(5) { transition-delay: 0.2s; }

/* TÃ©moignage */
.avisCard .avisCardBody p {
    font-family: var(--font_family_3);
    font-size: calc(var(--taille_font) * 0.95);
    line-height: 1.8;
    color: var(--color4);
    margin: 0;
    position: relative;
    z-index: 1;
    font-style: italic;
}

.avisCard .hidden {
    display: none;
}

@media (max-width: 1200px) {
    .livre-ligne { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5em; }
}

@media (max-width: 768px) {
    .temoignages { padding: 2em 1em; }
    .temoignages .h1 { font-size: calc(var(--taille_font) * 2.8); } 
    .livre-ligne { grid-template-columns: 1fr; gap: 1.5em; }
    .avisCard { padding: 1.5em; }
    .avisCard::after { font-size: 2.5em; top: 1em; right: 1em; }
}

@media (max-width: 480px) {
    .temoignages .h1 { font-size: calc(var(--taille_font) * 2.2); }
    .temoignages .btn-avis { font-size: calc(var(--taille_font) * 1); padding: 0.9em 2em; }
    .avisCard { padding: 1.2em; }
    .avisCard .avisCardPseudo { font-size: calc(var(--taille_font) * 1.15); }
    .avisCard .avisCardBody p { font-size: calc(var(--taille_font) * 0.9); }
}

/* ==========================================
    ANIMATIONS
========================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.avisCard {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.avisCard:nth-child(1) { animation-delay: 0.1s; }
.avisCard:nth-child(2) { animation-delay: 0.2s; }
.avisCard:nth-child(3) { animation-delay: 0.3s; }
.avisCard:nth-child(4) { animation-delay: 0.4s; }
.avisCard:nth-child(5) { animation-delay: 0.5s; }
.avisCard:nth-child(6) { animation-delay: 0.6s; }

.modal-backdrop {
    position: fixed;
    inset: 0;
    background-color: #000;
    z-index: 9998;
}

.modal-open .modal {
    z-index: 9999;
}

.modal-content label {
    display: none;
}




/* MODULE CONTACT  *********************************************************/

/* *************************************************************************/

.body-contact h2 {
    color: #323435;
    text-transform: none;
    position: relative;
    margin-bottom: 55px;
}

.body-contact h2:before {
    content: "";
    width: 75px;
    height: 10px;
    background: url(../images/bg-titre.png) no-repeat center top;
    position: absolute;
    top: 50px;
    left: 0;
    filter: hue-rotate(
106deg) brightness(0.5);
}

.body-contact .tab-formulaire .cell.droite h2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 24px;
}

.body-contact .tab-formulaire .cell.droite h2:before {
    content: "";
    width: 75px;
    height: 10px;
    /* background: url(../images/bg-titre.png) no-repeat center top; */
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -37px;
}

.contact .tab-coordonnes {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: #fff
}

.contact .tab-coordonnes .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    border-top: 2px solid #e6e6e6;
}

.contact .tab-coordonnes .cell.gauche .contenu {
    padding: 50px 12% 30px 12%
}

.contact .tab-coordonnes .cell.centre {
    display: table-cell;
    vertical-align: top;
    width: 55%;
}

.contact .tab-coordonnes .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background: url(../images/photo-contact1.jpg) no-repeat center center;
    display: none;
}

.contact .tab-formulaire {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: #fff;
}

.contact .tab-formulaire .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background: url(../images/photo-contact2.jpg) no-repeat center center;
    display: none;
}

.contact .tab-formulaire .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-bottom: 2px solid #e6e6e6;
}

.contact .tab-formulaire .cell.droite .contenu {
    padding: 10px 32% 90px;
}

.contact .plan {
    font-size: 0
}

.contact .plan .block #googlemapapi,
.contact .plan iframe {
    width: 100% !important;
    height: 550px !important
}

.contact .coordonnees {
    padding: 0 0 20px 0;
}

.contact .coordonnees h2 {
    margin-top: 20px
}

.contact .coordonnees address p {
    padding: 0 0 10px 30px;
    background-position: 0 0px;
    background-repeat: no-repeat;
}

.contact .coordonnees address p.adresse {
    background-image: url(../images/ico-adresse-f.png)
}

.contact .coordonnees address p.tel.tel1 {
    background-image: url(../images/ico-tel-f.png);
    margin: 0;
}

.contact .coordonnees address p.tel.tel2 {
    background-image: url(../images/ico-tel2-f.png)
}

.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
}


/* Texte description */

.contact .description-contact {
    padding: 0px 0px 10px 0px
}


/* Enlever padding conteneur champs */

.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
}


/* Changement largeurs labels+champs */

.contact .formulaire .form-group .col-md-4 {
    display: none;
}

.contact .formulaire .form-group .col-md-8 {
    width: 100% !important
}


/* Style des champs */

.contact .formulaire .control-label {
    text-align: left !important;
    font-weight: normal
}

/* Labels */

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}


/* Espace entre lignes */

.contact .formulaire .form-group .form-control {
    background: #fff;
    border: 1px solid #c8cbcf;
    box-shadow: none;
    border-radius: 0px;
    width: 100% !important;
    font-size: inherit;
}

.form-control:focus {
    color: #000;
    background: #fff;
}

.contact .formulaire .form-group textarea.form-control {
    height: 166px;
    position: static
}

.contact .formulaire .form-group input.form-control {
    height: 50px;
    line-height: 1;
    line-height: 50px \9;
    padding: 0px 12px;
}


/* Ne pas toucher le padding */

.contact .formulaire .form-group select.form-control {
    height: 50px;
    line-height: 50px;
    padding: 5px 12px;
}


/* Jouer avec le padding pour corriger FF */


/* Changement des images des champs select pour webkit + firefox (Utiliser quand champs avec fond noir par exemple) */

@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.png) !important;
        background-repeat: no-repeat !important;
        background-position: right center !important;
        line-height: normal !important;
    }

    .form-horizontal select.form-control option {
        color: inherit
    }
}


/* Captcha + Bouton submit (MODELE 2) */

.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;
}


/* Texte required */

.contact .formulaire .form-actions {
    font-size: 12px
}


/* Agrandir le plan */

.contact a.btn.btn-default {
    float: right
}


/* Bouton submit + Agrandir le plan + bouton page erreur 404 */

.body-error404 a.btn.btn-default,
.contact .formulaire input.btn-primary,
.contact a.btn.btn-default {
    padding: 15px 20px;
    font-family: var(--font-lato-Black);
    text-transform: uppercase;
    background: #0f3158 url(../images/ico-envoyer.png) no-repeat 95% center;
    color: #fff;
    text-align: left;
    border-radius: 0px;
    font-size: 14px;
    border: none;
    text-decoration: none;
    transition: all 400ms ease;
    padding-right: 50px;
}

.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: #40b225;
}


/* Couleurs des placeholder */

*::-webkit-input-placeholder {
    color: #4b4b4b !important
}

*:-moz-placeholder {
    color: #4b4b4b !important;
    opacity: 1 !important
}


/* FF 4-18 */

*::-moz-placeholder {
    color: #4b4b4b !important;
    opacity: 1 !important
}


/* FF 19+  */

*:-ms-input-placeholder {
    color: #4b4b4b !important
}


/* IE 10+  */


/* Formulaire pageseo */

.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: 0px !important;
}

.sitemap ul li a {
    color: #191a1a;
    text-decoration: none;
}

.sitemap ul li a:hover {
    color: #0f3158;
}

/* MODULE GALERIE  *********************************************************/


/* *************************************************************************/

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0 0;
}

.gallery .description-galerie {
    padding: 0 11% 40px 11%;
    text-align: justify
}


/* Espace entre colonnes de photos */

.gallery .multiple .ligne-photos .col-md-1,
.gallery .multiple .ligne-photos .col-md-2,
.gallery .multiple .ligne-photos .col-md-3,
.gallery .multiple .ligne-photos .col-md-4,
.gallery .multiple .ligne-photos .col-md-6 {
    padding-left: 0px !important;
    padding-right: 0px !important
}


/* Espace gauche et droite des lignes de photos */

.gallery .multiple .ligne-photos {
    margin-left: 0px !important;
    margin-right: 0px !important
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 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 .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0)
}

.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;
}


/* Effet photo */

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgb(254 210 37 / 57%) url(../images/ico-zoom.png) no-repeat center center;
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}


/* GALERIE MULTIPLE */

.gallery .nav {
    margin: 10px 0px;
    text-align: center;
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px
}

.gallery .nav li {
    /* background: url(../images/sep.png) no-repeat right center; */
    padding: 0 20px 0 5px
}

.gallery .nav li:last-child {
    background: none
}

.gallery .nav li a {
    background: none;
    display: block;
    color: #323435;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font-lato-Black);
    padding: 10px 10px;
    text-align: center;
    border-radius: 0;
    text-decoration: none
}

.gallery .nav li a:hover,
.gallery .nav li.active a {
    background: none;
    color: #0f3158
}

.gallery .nav li.active a {
    cursor: default
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0 0;
}

.gallery .bas-galerie a.bouton-principal {
    padding-right: 60px;
}

.gallery .bas-galerie a.bouton-principal:after {
    background-image: url(../images/ico-plus.png);
    width: 22px;
    height: 22px;
}


/* MENU MOBILE 3 ***********************************************************/


/* *************************************************************************/

.header-sidebars,
.sidebar-left,
.sidebar-right {
    background-color: #0f3158
}

.sidebar-left a,
.sidebar-right a,
.sidebar-bottom-controls a,
.contactButton,
.nav-item-active,
.sidebar-form label,
.sidebar-send-button,
.sidebar-divider-text {
    color: #fff !important
}

.header-sidebars {
    height: 69px;
    z-index: 9999;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.header-sidebars .header-top {
    display: flex;
    height: 50px;
    width: 100%;
    flex-direction: row-reverse;
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    background: #fff;
    width: 87%;
    height: 69px;
}

.top-logo img {
    max-width: 150px;
    max-height: 60px;
    position: absolute;
    left: 10px;
    top: 4px;
}

.deploy-left-sidebar {
    display: table-cell;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: url(../images/menu-mobile-3/nav.png);
    background-repeat: no-repeat;
    height: 69px;
    width: 50px;
    background-position: center center;
}

.deploy-right-sidebar {
    display: table-cell;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: url(../images/menu-mobile-3/contact.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: center center;
}

.deploy-back-home {
    background-image: url(../images/menu-mobile-3/home.png);
    background-repeat: no-repeat;
    background-color: #f9fafc;
    width: 50px;
    height: 50px;
    background-position: center center;
    float: right;
    margin-top: -50px;
}

.delete-right-sidebar {
    display: none;
    background-image: url(../images/menu-mobile-3/contact.png);
    background-repeat: no-repeat;
    background-color: #f9fafc;
    width: 50px;
    height: 50px;
    background-position: center center;
    float: right;
    margin-top: -50px;
}

.sidebar-left {
    font-family: Arial, Helvetica !important;
    box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.3);
    width: 270px;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: -270px;
    bottom: 0px;
    overflow: hidden;
    position: fixed;
}

.sidebar-scroll-left {
    padding-right: 20px;
    left: 0px;
    width: 310px;
    overflow: scroll !important;
    overflow-x: hidden !important;
    -webkit-overflow-scroll: touch !important;
    height: 100%;
}

.sidebar-scroll-right {
    width: 290px;
    overflow: scroll !important;
    overflow-x: hidden !important;
    -webkit-overflow-scroll: touch !important;
    height: 100%;
}

.sidebar-right {
    font-family: Arial, Helvetica !important;
    box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.3);
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0px;
    bottom: 0px;
    width: 270px;
    margin-right: 10px;
}

.sidebar-decoration {
    background-image: url(../images/menu-mobile-3/sidebar-deco.png);
    background-repeat: repeat-x;
    height: 2px;
    margin-bottom: 15px;
}

.sidebar-left a,
.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #0f3158;
}

.sidebar-header-left {
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    position: relative;
}

.sidebar-left-logo {
    max-width: 180px;
    max-height: 42px;
    position: absolute;
    top: 11px;
    left: 20px;
    display: none;
}

.sidebar-right-logo {
    max-height: 42px;
    max-width: 180px;
    position: absolute;
    right: 35px;
    top: 11px;
}

.close-sidebar-left {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url(../images/menu-mobile-3/accessdenied.png);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: 16px 18px;
    height: 50px;
    width: 50px;
    margin-left: 220px;
    display: block;
}

.sidebar-divider-text {
    font-size: 13px;
    font-weight: 700;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.4); */
    margin-bottom: 0;
}

.home-nav {
    background-image: url(../images/menu-mobile-3/home.png);
}

.info-nav {
    background-image: url(../images/menu-mobile-3/infoabout.png);
}

.folio-nav {
    background-image: url(../images/menu-mobile-3/bendedright.png);
}

.mail-nav {
    background-image: url(../images/menu-mobile-3/mail.png);
}

.newsletter-nav {
    background-image: url(../images/menu-mobile-3/rss.png);
}

.call-nav {
    background-image: url(../images/menu-mobile-3/phonehook.png);
}

.text-nav {
    background-image: url(../images/menu-mobile-3/speechbubble4.png);
}

.facebook-nav {
    background-image: url(../images/menu-mobile-3/facebook.png);
}

.twitter-nav {
    background-image: url(../images/menu-mobile-3/twitter.png);
}

.sidebar-bottom-controls {
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    display: none !important;
}

.sidebar-bottom-controls a {
    font-size: 12px;
    background-repeat: repeat-y;
    text-align: center;
    float: left;
    width: 33%;
    text-transform: uppercase;
    line-height: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
}

.facebook-bottom {
    display: block;
    padding-top: 26px;
    background-image: url(../images/menu-mobile-3/facebook.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px;
}

.twitter-bottom {
    display: block;
    background-image: url(../images/menu-mobile-3/twitter.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px;
}

.close-bottom-left,
.close-bottom-right {
    display: block;
    padding-top: 26px;
    background-image: url(../images/menu-mobile-3/accessdenied.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px;
}

.nav-item:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.nav-item {
    font-size: 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-size: 20px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    color: #d2d2d2;
    height: 50px;
    line-height: 49px;
    background-repeat: no-repeat;
    padding-left: 60px;
    background-position: 20px center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.icon-active {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/location.png);
    background-size: 10px 15px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 240px;
}

.icon-page {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.png);
    background-size: 8px 11px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 240px;
}

.icon-drop {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/godrop.png);
    background-size: 10px 8px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 239px;
}

.submenu a {
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
    background-image: url(../images/menu-mobile-3/sidebar-deco.png);
    background-repeat: repeat-x;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    font-size: 10px;
    color: #878787;
    text-transform: uppercase;
    font-weight: 900;
}

.submenu a em {
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.png);
    background-size: 8px 11px;
    background-repeat: no-repeat;
    float: left;
    width: 10px;
    height: 15px;
    display: block;
    margin-top: 5px;
    padding-right: 35px;
}

.submenu a:first-child {
    background-image: none !important;
}

.submenu {
    display: none;
}

.submenu-active {
    display: block;
}

.sidebar-notifications a {
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 38px;
    margin-left: 20px;
    font-size: 10px;
    color: #878787;
    font-family: var(--font-lato-regular);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 10px;
}

.sidebar-header-right {
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    position: relative;
}

.close-sidebar-right {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url(../images/menu-mobile-3/accessdenied.png);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: 16px 18px;
    height: 50px;
    width: 50px;
    margin-left: 0px;
    display: block;
}

.right-sidebar-copyright {
    margin: 20px 0;
}

.footer-text a {
    padding-top: 10px;
    font-size: 10px;
    color: #8a8a8a;
}

.copyright-sidebar {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
}

.menu-mobile-dynamique {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none;
}

.menu-mobile-dynamique li {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none;
    padding: 0;
    width: 100%;
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.png);
    background-position: 241px 20px;
    background-repeat: no-repeat;
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    line-height: 18px;
    font-size: 15px;
    background-image: url(../images/menu-mobile-3/bendedright.png);
    /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
    background-size: 10px 13px;
    text-transform: uppercase;
    /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 1); */
    color: #fff;
    height: 50px;
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: 20px center;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.4); */
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
}

.menu-mobile-dynamique li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.menu-mobile-dynamique ul li a {
    background: none;
    color: #BEBEBE;
}

.small-notification p {
    margin: 10px 13px;
    padding-bottom: 2px;
    line-height: 18px;
}

.text-input {
    overflow: hidden;
    position: relative;
    font-size: 11px;
    color: #666;
    width: 230px;
    margin-left: 20px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    display: block;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px #3d3d3d;
}

#contactEmail {
    margin-bottom: -5px !important;
}

#contactMessage {
    display: none;
}

#contactName {
    display: none;
    margin-bottom: 10px;
}

#left_label_name {
    overflow: hidden;
    position: relative;
    display: none;
    text-align: left;
    margin-left: 200px;
    font-size: 11px;
    color: #8c8c8c;
    opacity: 0.3;
    margin-top: -20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#name_label {
    overflow: hidden;
    position: relative;
    display: none;
    margin-top: 20px;
    margin-left: 20px;
    font-family: var(--font-lato-regular);
    font-size: 12px;
    color: #c5c5c5;
}

#email_label {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 12px;
    color: #c5c5c5;
    display: block;
    overflow: hidden;
    position: relative;
}

#left_label_mail {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 18px;
    text-align: left;
    margin-left: 200px;
    font-size: 11px;
    color: #8c8c8c;
    opacity: 0.3;
    font-family: 'Open Sans', sans-serif;
    margin-top: -20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.contact-button-house {
    line-height: 18px;
    margin-bottom: 20px;
    font-size: 11px;
    display: block;
    overflow: hidden;
    position: relative;
    vertical-align: baseline;
    outline: none;
}

.contactButton {
    display: block;
    overflow: hidden;
    position: relative;
    margin-left: 20px;
    margin-top: 30px;
    height: 36px;
    font-family: var(--font-lato-regular);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    width: 230px;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px #3d3d3d;
}

.buttonWrap {
    padding: 10px !important;
    min-width: 43%;
}

.contactSubmitButton {
    display: block !important;
    height: 36px !important;
    margin-right: 4px;
    float: left;
    margin-bottom: 20px;
}

.contactNameField {
    padding-bottom: 5px;
    font-size: 12px;
}

.contactField {
    font-size: 15px;
    overflow: hidden;
    position: relative;
    color: #fff;
    min-width: 100%;
    display: block;
    box-sizing: border-box;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.contactTextarea {
    font-size: 15px;
    overflow: hidden;
    position: relative;
    color: #fff;
    min-width: 100%;
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 18px;
    height: 90px;
}

.menu-mobile-dynamique input {
    -webkit-appearance: none;
    border-radius: 0;
}

.sidebar-form {
    display: none;
    margin-left: 20px;
    width: 230px;
    box-sizing: border-box;
}

.sidebar-form2 {
    display: none;
}

.sidebar-form label {
    font-size: 13px;
    border-radius: 0px !important;
    color: #c5c5c5;
    text-transform: uppercase;
    padding-top: 10px;
    display: block;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.sidebar-form label span {
    text-transform: lowercase;
    float: right;
    opacity: 0.5
}

.sidebar-form input {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px #3d3d3d;
}

.sidebar-form textarea {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px #3d3d3d;
    margin-bottom: 0px;
}

.sidebar-send-button {
    font-size: 13px;
    display: block;
    width: 100%;
    color: #d2d2d2;
    font-family: var(--font-lato-regular);
    text-transform: uppercase;
    font-weight: 700;
}

.success-subscribe {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px;
}

.sidebar-form {
    margin-bottom: 0px !important;
    margin-top: -10px !important;
}

.sidebar-form .formSuccessMessageWrap {
    width: 230px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.sidebar-form .small-notification {
    margin-top: 20px;
}

.sidebar-form #emailError {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px;
    border-radius: 0px;
    height: 36px;
}

.sidebar-form #emailError p {
    text-align: center;
    color: rgb(255, 129, 129);
    margin: 8px 0px;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0px;
}

.sidebar-form #emailError2 {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px;
    border-radius: 0px;
    height: 36px;
}

.sidebar-form #emailError2 p {
    text-align: center;
    color: rgb(255, 129, 129);
    margin: 8px 0px;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0px;
}

.subscribe-notification {
    width: 230px !important;
    margin-left: 20px;
    border-radius: 0px !important;
    margin-bottom: -15px !important;
    margin-top: 20px !important;
    background-image: none !important;
}

.subscribe-notification p {
    background-image: none !important;
    text-align: center;
    color: rgb(255, 129, 129) !important;
    margin: 8px 0px;
    display: block;
    text-transform: uppercase;
    padding-left: 0px;
    margin-top: 20px;
}

.formValidationError {
    margin-bottom: -15px;
}

.sidebar-form .formValidationError div {
    margin-top: 20px;
    width: 230px;
    border-radius: 0px !important;
    height: 36px;
    margin-top: 20px !important;
}

.sidebar-form .formSubmitButtonErrorsWrap {
    overflow: visible !important;
    margin-bottom: 20px;
}

.sidebar-form .formValidationError p {
    text-align: center;
    color: rgb(255, 129, 129) !important;
    margin: 8px 0px;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0px;
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    vertical-align: baseline;
    outline: none;
}

.red-notification {
    background-color: rgba(219, 84, 84, 0.5);
    border-radius: 5px;
    border: solid 1px #c24747;
}

.formValidationError .red-notification p {
    background-image: none !important;
    display: block !important;
    padding-left: 0px !important;
    text-align: center !important;
}

.no-bottom {
    margin-bottom: 0px !important;
}

.notification-box {
    color: #fff !important
}

.notification-box h4 {
    color: #fff !important
}

.menu-mobile-dynamique .sub-menu {
    display: none;
}


/* AUTRES STYLES FIXES  ****************************************************/


/* *************************************************************************/


/* Bouton remonter */

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 44px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px
}

.remonter a {
    display: block;
    padding: 6px 10px 11px 10px;
    text-align: center;
}

.remonter a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

/* button GMB */

.popup {
    cursor: pointer;
    z-index: 9001;
    position: fixed;
    border-radius: 20px;
    display: flex;
    top: 285px;
    background: linear-gradient(to right, #0f3158, #0f3158, #2f8b1b, #298515);
    right: -420px;
    transition: .3s ease-in-out;
}

.popup a {
    text-decoration: none
}

.logo {
    padding: 10px;
}

.logo img {
    width: 60px
}

.popup .content {
    margin: auto;
    width: 415px;
    padding: 0 50px
}

.popup .content a {
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 17px;
    font-family: 'Montserrat-Light';
}

.popup:hover {
    right: 0
}

@media screen and (max-width:991px) {
    .popup:hover {
        max-width: 100%;
    }
}

@media screen and (max-width:767px) {
    .popup .content {
        padding: 0 24px;
    }
}

/* Div IE <8 dÃ©prÃ©ciÃ© */

.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
}


/* Fix pour fond noir lightbox qui n'apparait pas sur chrome */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .lightboxOverlay {
        overflow: scroll
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0px
    }
}


/* table */


/* MEDIA QUERIES  **********************************************************/


/* *************************************************************************/


/* Mobile + Tablette (col-xs + col-sm) */

@media (max-width:991px) {
    .remonter {
        display: none !important
    }

    .container {
        max-width: none;
        width: auto
    }

    /* Changement largeurs labels+champs contact */
    .contact .formulaire .form-group .col-md-4 {
        width: 100% !important
    }

    .contact .formulaire .form-group .col-md-8 {
        width: 100% !important
    }

    /* Captcha Contact */
    .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: 0px;
        right: 0px;
        margin-right: 0px !important;
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
    }

    /* Forcer l'affichage des flÃ¨ches de la lightbox car pas de hover sur mobile */
    .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%;
        margin-left: 0;
        height: auto;
    }

    .video-accueil img {
        max-width: initial;
        width: 100%;
        height: auto;
    }

    main.fluid-contenu {
        margin-top: 0 !important;
    }

    .body-page-1 main.fluid-contenu {
        margin-top: 0 !important;
    }

    .slogan {
        width: 39%;
        top: -102px;
        width: 61%;
        left: 50%;
        transform: translateX(-50%);
    }

    .body-page-1 .slogan {
        top: -290px;
    }

    .body-page-1 .banniere.parallax.cover {
        height: 50vh;
    }

    .slogan .titre {
        font-size: 32px;
        line-height: 30px;
    }

    .slogan .titre span {
        font-size: 29px;
    }

    .slogan .sous-titre {
        font-size: 20px;
        line-height: 20px;
    }

    .row.r-flex {

        display: flex;

        flex-direction: column;
    }

    .intervention .description {
        padding: 0;
    }

    .pied .bande1 .row1 {
        padding: 0;
    }
}


/* Mobile (col-xs) */

@media (max-width:767px) {
    .pad-xs {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .pad-xs-l {
        padding-left: 15px !important
    }

    .pad-xs-r {
        padding-right: 15px !important
    }

    .nopad-xs {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .nopad-xs-l {
        padding-left: 0 !important
    }

    .nopad-xs-r {
        padding-right: 0 !important
    }

    h1,
    .h1 {
        font-size: 22px;
        line-height: 22px;
    }

    .titre-secondaire {
        font-size: 20px;
        line-height: 20px;
    }

    .intervention .titre-secondaire {
        font-size: 17px;
    }

    .body-page-1 .slogan {
        position: static;
        background: #274669;
        width: 100%;
        text-align: center;
        padding: 15px 15px;
        transform: none;
        left: 0;
    }

    .slogan .titre {
        font-size: 21px;
        line-height: 24px;
        color: #f7cc24;
    }

    .slogan .titre span {
        font-size: 23px;
    }

    .slogan .sous-titre {
        font-size: 17px;
        line-height: 17px;
    }

    .fluid-contenu .corps {
        padding: 20px 15px 40px 15px;
    }

    .body-gallery-4 .fluid-contenu .corps,
    .body-contact .fluid-contenu .corps {
        padding: 30px 0 0 0;
    }

    .page-contenu,
    .intervention .description {
        text-align: justify
    }

    .recup-photos .col-md-4 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .recup-photos {
        margin-left: -5px !important;
        margin-right: -5px !important
    }

    .recup-photos .propor {
        margin-bottom: 5px;
    }

    .certifs {
        display: block;
    }

    .certifs .cell.gauche {
        display: block;
        width: 100%;
    }

    .certifs .cell.gauche .contenu {
        padding: 30px 15px 40px 15px;
    }

    .certifs .cell.droite {
        display: block;
        width: 100%;
        border-top: 2px solid #e6e6e6;
    }

    .certifs .cell.droite .logo-certif {
        padding: 0 15px;
        height: 130px;
        line-height: 130px;
    }

    .certifs .cell.droite .logo-certif img {
        max-height: 80%
    }

    .services {
        display: block;
    }

    .services .cell.gauche {
        display: block;
        width: 100%;
        height: 180px;
    }

    .services .cell.droite {
        display: block;
        width: 100%;
    }

    .services .cell.droite .contenu {
        padding: 30px 15px 40px 15px;
        clear: both;
    }

    .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 {
        padding: 30px 15px 40px 15px;
    }

    a.bouton-principal {
        padding: 13px 40px 13px 20px;
    }

    .intervention .contenu {
        padding: 40px 15px 50px 15px;
    }

    .intervention .zone {
        width: 100%;
        height: 300px;
        position: static;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .intervention .description {
        width: 100%;
    }

    .pied .bande1 {
        padding: 30px 15px 30px 15px;
    }

    .pied .btn-like {
        padding: 0px 0px 15px 0px;
        text-align: center;
    }

    .pied .btn-partage {
        text-align: center;
        padding: 20px 0 0 0;
    }

    .contact .tab-coordonnes {
        display: block
    }

    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        border: none;
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 0px 15px 30px 15px
    }

    .contact .tab-coordonnes .cell.centre {
        display: block;
        width: 100%
    }

    .contact .tab-coordonnes .cell.droite {
        display: block;
        width: 100%;
        height: 180px;
    }

    .contact .tab-formulaire {
        display: block
    }

    .contact .tab-formulaire .cell.gauche {
        display: none
    }

    .contact .tab-formulaire .cell.droite {
        display: table-cell;
        vertical-align: top;
        width: 50%;
        border-bottom: 2px solid #e6e6e6;
    }

    .contact .tab-formulaire .cell.droite .contenu {
        padding: 30px 15px 30px 15px
    }

    .contact .plan .block #googlemapapi,
    .contact .plan iframe {
        height: 250px !important;
    }

    .contact .formulaire .form-group .form-control {
        font-size: 14px;
    }

    .contact .coordonnees {
        padding: 0 0 0px 0;
    }

    .prestation {
        display: block
    }

    .prestation .cell.photo {
        display: block;
        width: 100%;
        height: 180px
    }

    .prestation .cell.texte {
        display: block;
        width: 100%;
    }

    .prestation .cell.texte .contenu {
        padding: 30px 15px 30px 15px
    }

    .gallery .description-galerie {
        padding: 0 0px 20px 0px;
    }

    .body-gallery-4 .gallery .description-galerie {
        padding: 0 15px 20px 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 {
        margin: 15px;
    }

    .gallery .nav li {
        padding: 0 10px 0 10px;
        display: block;
        background: #f7f7f7;
        margin-bottom: 5px;
    }

    .gallery .nav li:last-child {
        background: #f7f7f7;
    }

    .gallery .nav li a {
        padding: 8px 10px;
    }

    .gallery .tab-content {
        padding-top: 0
    }

    .banniere {
        height: 180px;
        position: static;
        background-size: 100% auto !important;
        -ms-background-size: 100% auto !important;
        -o-background-size: 100% auto !important;
        -webkit-background-size: 100% auto !important;
        background-repeat: no-repeat;
        margin: 0;
        left: 0;
        width: 100%;
        background-position: center center;
    }

    .body-page-1 .banniere.parallax.cover {
        height: 180px;
    }

    .scrollbars {
        height: auto;
    }
}


/* Tablette (col-sm) */

@media (min-width:768px) and (max-width:991px) {
    .pad-sm {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .pad-sm-l {
        padding-left: 15px !important
    }

    .pad-sm-r {
        padding-right: 15px !important
    }

    .nopad-sm {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .nopad-sm-l {
        padding-left: 0 !important
    }

    .nopad-sm-r {
        padding-right: 0 !important
    }

    h1,
    .h1 {
        font-size: 26px;
        line-height: 26px;
    }

    .titre-secondaire {
        font-size: 23px;
        line-height: 24px;
    }

    .intervention .zone {
        width: 322px;
        height: 353px;
        top: 33%;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    /*    .scrollbars {
        height: auto;
    }*/
    .contact .tab-coordonnes .cell.droite {
        display: none;
    }

    .body-gallery-4 .fluid-contenu .corps,
    .body-contact .fluid-contenu .corps {
        padding: 30px 0 0 0;
    }

    .prestation .cell.texte .contenu {
        padding: 40px 8% 40px 8%;
    }

    .banniere {
        height: 350px;
        position: static;
        background-size: 100% auto !important;
        -ms-background-size: 100% auto !important;
        -o-background-size: 100% auto !important;
        -webkit-background-size: 100% auto !important;
        background-repeat: no-repeat;
        margin: 0;
        left: 0;
        width: 100%;
        background-position: center center;
    }

    .gallery .description-galerie {
        padding: 0 15px 40px;
    }

}


/* Pc normal (col-md) */

@media (min-width: 991px) and (max-width: 1199px) {
    .remonter {
        display: none !important
    }

    .tete .infos {
        height: auto;
        padding: 7px 30px 2px 30px;
    }

    .btn-descendre {
        top: -165px;
    }

    .slogan {
        width: 39%;
        top: -125px;
    }

    .body-page-1 .slogan {
        top: -170px;
    }

    .slogan .titre {
        font-size: 32px;
        line-height: 30px;
    }

    .slogan .titre span {
        font-size: 29px;
    }

    .slogan .sous-titre {
        font-size: 20px;
        line-height: 20px;
    }

    .services a.bouton-principal {
        font-size: 11px;
    }

    .intervention .zone {
        width: 402px;
        height: 443px;
        top: 19%;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .body-error404 a.btn.btn-default,
    .contact .formulaire input.btn-primary,
    .contact a.btn.btn-default {
        padding: 16px 20px;
        font-size: 12px;
    }

    .contact .coordonnees {
        padding: 0
    }
}


/* Pc large (col-lg) */

@media (min-width: 1200px) {}

@media (min-width: 769px) {
    .slogan {
        -webkit-text-shadow: 1px 2px 1px rgba(0, 0, 0, .6);
        -moz-text-shadow: 1px 2px 1px rgba(0, 0, 0, .6);
        -ms-text-shadow: 1px 2px 1px rgba(0, 0, 0, .6);
        -o-text-shadow: 1px 2px 1px rgba(0, 0, 0, .6);
        text-shadow: 1px 2px 1px rgba(0, 0, 0, .6);
    }

    .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;
    }

    svg#logo_FD {
        fill: #fff
    }

    svg#logo_FD {
        width: 150px !important;
    }
}