body,
html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

.cell2 span {
    position: absolute;
    font-size: 30%;
    z-index: 1;
}

label.checkbox.label-rgpd,
.label-rgpd {
    display: none !important;
}

p.politique {
    line-height: 15px;
    font-size: 10px;
}

.form-actions.col-md-12 {
    display: none !important;
}

a img {
    border: none
}

img {
    max-width: 100%
}

ol,
ul {
    list-style-position: inside;
    padding-left: 15px
}

dir,
menu {
    padding-left: 15px
}

blockquote p {
    font-size: inherit
}

table,
table td,
table th {
    font-size: inherit;
    border: 1px solid #7c7c7c
}

article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

iframe {
    border: none
}

.remonter button {
    display: block;
    padding: 6px 10px 11px 10px;
    text-align: center;
    border: none;
    background: rgba(0, 0, 0, .05);
    border-radius: 3px
}

svg#logo_FD * {
    fill: #119ee2
}

svg#logo_FD {
    width: 135px
}

[data-anim] {
    opacity: 0
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important
}

b,
strong {
    font-weight: 700;
    font-family: Nunito-Bold
}

.modele-liste .item:nth-child(even) .cell-text1 .description p {
    text-align: left;
    float: left;
    margin: 0 33px 0 40px;
    padding: 0 5px 12px 0
}

.galeries {
    column-count: 2;
    column-gap: 70px
}

.nopad {
    padding-left: 0;
    padding-right: 0
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.nomargin {
    margin: 0
}

.hide {
    display: none
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.justify {
    text-align: justify
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.bold {
    font-weight: 700
}

.underline {
    text-decoration: underline
}

.relative {
    position: relative
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.noflicker {
    -webkit-transform: translateZ(0)
}

.retrait {
    margin-left: -15px !important;
    margin-right: -15px !important
}

.transition {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateZ(0)
}

.cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important
}

hr.trait {
    height: 1px;
    margin: -.5em 0;
    padding: 0;
    color: #e0e0e1;
    background-color: #e0e0e1;
    border: 0
}

h1.h2 {
    color: #545353;
    font-size: 39px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 116px;
    font-family: NunitoSans-Light
}

.espace {
    margin: 150px 0 0
}

.encart4 img {
    margin: 0 0 28px
}

h1.h2 strong {
    font-family: Nunito-Bold
}

.g-recaptcha {
    float: left
}

.new1,
.new2,
.new3,
.new4 {
    background: #fff;
    padding: 90px 10%;
    margin: 28px 0
}

.body-contact-116 h1.h2 {
    color: #545353;
    font-size: 39px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    font-family: NunitoSans-Light
}

.body-contact-116 .contact .formulaire .form-group .col-md-3 {
    display: none !important
}

.body-contact .fluid-contenu .corps {
    padding: 80px 0
}

.body-page-1 .page-contenu {
    text-align: justify;
    padding: 150px 0
}

.img2 {
    background: url(../images/img2.jpg) no-repeat top;
    width: 100%;
    height: 650px;
    margin-left: 10%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover
}

.img2:after {
    content: '';
    position: absolute;
    width: 35%;
    height: 456px;
    background: #119ee2;
    z-index: -1;
    margin-left: -11%;
    top: -64px
}

.body-contact .img2 {
    background: url(../images/img3.jpg) no-repeat;
    height: 697px;
    width: 100%;
    background-repeat: no-repeat
}

.img3:after {
    content: '';
    position: absolute;
    width: 32%;
    height: 373px;
    right: -18%;
    background: #119ee2;
    z-index: -1;
    top: -43px
}

.img3 {
    background: url(../images/imag-1.jpg);
    width: 90%;
    height: 528px;
    margin-left: 20%;
    background-size: contain;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.img1 {
    background: url(../images/img1.jpg);
    width: 90%;
    height: 603px;
    margin-left: 20%;
    background-size: contain;
    -webkit-background-size: cover;
    background: cover;
    background-repeat: no-repeat
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 90000
}

.loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 89999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.loader-section.section-right {
    right: 0
}

.loaded .section-right {
    transition: all 1s .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.loaded .loader {
    transition: all .4s ease-out;
    opacity: 0
}

.loaded .loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all .7s 1s ease-out
}

.loaded .loader-spin {
    opacity: 0;
    transition: all .2s ease-out;
    position: relative;
    z-index: 90000
}

.loader-spin {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border: 3px solid #00afea;
    border-top: 3px solid #88dbf7;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    margin: auto
}

.mo-fire {
    width: 200px;
    height: 200PX;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    margin-left: -100px;
    margin-top: -31px
}

.mo-fire .container {
    width: 60px;
    height: 60px;
    margin: auto;
    position: relative;
    transform-origin: center bottom;
    animation-name: flicker;
    animation-duration: 3ms;
    animation-delay: .2s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.flame {
    bottom: 0;
    position: absolute;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    transform: rotate(-45deg) scale(1.5, 1.5)
}

.yellow {
    left: 15px;
    width: 30px;
    height: 30px;
    background: #88dbf7;
    box-shadow: 0 0 9px 4px #88dbf7
}

.orange {
    left: 10px;
    width: 40px;
    height: 40px;
    background: #d3f4ff;
    box-shadow: 0 0 9px 4px #d3f4ff
}

.red {
    left: 5px;
    width: 50px;
    height: 50px;
    background: #00afea;
    box-shadow: 0 0 5px 4px #00afea
}

.white {
    left: 15px;
    bottom: -4px;
    width: 30px;
    height: 30px;
    background: #fff;
    box-shadow: 0 0 9px 4px #fff
}

.circle {
    border-radius: 50%;
    position: absolute
}

.blue {
    width: 10px;
    height: 10px;
    left: 25px;
    bottom: -25px;
    background: #88dbf7;
    box-shadow: 0 0 15px 10px #88dbf7
}

.black {
    width: 40px;
    height: 40px;
    left: 10px;
    bottom: -60px;
    background: #fff;
    box-shadow: 0 0 15px 10px #fff
}

@keyframes flicker {
    0% {
        transform: rotate(-1deg)
    }

    20% {
        transform: rotate(1deg)
    }

    40% {
        transform: rotate(-1deg)
    }

    60% {
        transform: rotate(1deg) scaleY(1.04)
    }

    80% {
        transform: rotate(-2deg) scaleY(.92)
    }

    100% {
        transform: rotate(1deg)
    }
}

@keyframes flameWobble {
    50% {
        transform: scale(1, 1.2) translate(0, -30px) rotate(-2deg)
    }
}

@keyframes flamefly {
    0% {
        transform: translate(0) rotate(180deg)
    }

    50% {
        opacity: 1
    }

    100% {
        transform: translate(-20px, -100px) rotate(180deg);
        opacity: 0
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.input-group.uploaddiv {
    padding: 0 0
}

.btn-file {
    position: relative;
    overflow: hidden
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 99px;
    text-align: right;
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: inherit;
    display: block
}

#upload_btn {
    top: 0;
    padding: 12px 16px;
    right: -1px
}

.body-contact-116 .contact .formulaire .form-group label.col-md-4 {
    display: block;
    color: #f53e26;
    text-transform: uppercase;
    font-size: 19px;
    width: 100%
}

.body-contact-116 .form-horizontal .checkbox,
.body-contact-116 label.radio {
    margin: 0 0 0 29px;
    float: left;
    width: 100%
}

.body-contact-116 .checkbox input[type=checkbox],
.body-contact-116 .checkbox-inline input[type=checkbox],
.body-contact-116 .radio input[type=radio],
.body-contact-116 .radio-inline input[type=radio] {
    position: relative;
    margin-left: -20px;
    display: inline-block;
    width: auto !important;
    height: auto;
    vertical-align: top;
    margin: 4px 19px 0 7px
}

.new4 label.radio {
    margin: 0
}

.title5 {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    line-height: 32px;
    background: url(../images/bg-titre.png) left center no-repeat;
    padding: 0;
    margin-bottom: 50px;
    color: #545353;
    font-size: 41px;
    font-family: Nunito-Bold;
    text-transform: uppercase;
    text-align: right
}

@media (min-width: 992px) {
    .container {
        max-width: 950px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 950px
    }
}

body {
    color: #777;
    font-family: Poppins-Regular;
    font-size: 18px;
    background: #fff
}

.modal {
    z-index: 9999;
    top: -6%;
}

.modal-open .modal:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 160%;
    background: #000;
    opacity: 0.7;
}

.modal-content {
    background: #d59b5a;
    /* height: auto; */
    /* position: relative; */
    top: -72px;
    width: 80%;
    left: 10%;
}

a,
a:link,
a:visited {
    color: #119ee2;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

blockquote {
    border-color: #119ee2
}

::selection {
    color: #fff;
    background: #119ee2
}

::-moz-selection {
    color: #fff;
    background: #119ee2
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #119ee2
}

.h1,
h1 {
    line-height: 32px;
    background: url(../images/bg-titre.png) left center no-repeat;
    padding: 0;
    margin-bottom: 20px;
    color: #545353;
    font-size: 41px;
    font-family: Nunito-Bold;
    text-transform: uppercase;
    margin: 0 0 53px
}

.h2,
h2 {
    font-size: 27px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 21px
}

.h5,
h5 {
    font-size: 19px
}

.h6,
h6 {
    font-size: 16px
}

h1.h1 {
    font-family: NunitoSans-Light
}

h1.h1 strong {
    font-family: Nunito-Bold
}

h1 a,
h1 a:link,
h1 a:visited,
h2 a,
h2 a:link,
h2 a:visited,
h3 a,
h3 a:link,
h3 a:visited,
h4 a,
h4 a:link,
h4 a:visited,
h5 a,
h5 a:link,
h5 a:visited,
h6 a,
h6 a:link,
h6 a:visited {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    text-decoration: none
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: underline;
    color: inherit
}

a.btn1 {
    background: #119ee2;
    padding: 13px 24px;
    font-size: 20px;
    color: #fff !important;
    font-family: Nunito-Bold;
    transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -khtml-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s
}

.btn1:hover {
    padding: 13px 39px;
    background: #f53e26;
    text-decoration: none
}

.prof {
    position: relative;
    width: 100%;
    margin: 0 0 35px;
    z-index: 1001;
    padding: 21px 10% 61px;
    background: #fff;
    float: left
}

.encart4 {
    position: relative;
    border: 1px solid #fff;
    outline-style: solid;
    outline-color: #129ee2;
    background: #129ee2;
    outline-width: 9px;
    color: #fff !important;
    height: auto;
    margin: 0 0 27px;
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 44px;
    font-family: NunitoSans-Light
}

.encart4:hover {
    text-decoration: none;
    border: 1px solid #fff;
    outline-style: solid;
    outline-color: #129ee2;
    background: #129ee2
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px
}

.callTracker {
    position: relative
}

.callTracker a,
.callTracker span {
    display: inline-block;
    text-align: left;
    min-width: 145px;
    padding: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 100%;
    line-height: 1.64em;
    text-decoration: none
}

.callTracker .t_phone {
    opacity: 0;
    display: none
}

.callTracker .t_affiche {
    cursor: pointer
}

header .callTracker a,
header .callTracker span {
    top: 5px
}

header .callTracker .t_affiche {
    font-size: 90%
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none
}

.coordonnees .callTracker a,
.pied .callTracker a {
    position: relative;
    left: 0
}

.pied .callTracker span.t_affiche {
    font-weight: 700;
    text-decoration: underline
}

.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 .4s ease
}

.zone2 {
    padding: 160px 10% 100px;
    text-align: center;
    background: #f2f2f2;
    position: relative;
    float: left;
    width: 100%
}

.text-12 {
    margin: -68px 0 0
}

.texte4 {
    margin-top: 90px
}

.zone-texte img {
    margin-top: -80px
}

.title6 {
    line-height: 32px;
    background: url(../images/bg-titre.png) left center no-repeat;
    padding: 0;
    margin-bottom: 20px;
    color: #545353;
    font-size: 41px;
    font-family: Nunito-Bold;
    text-transform: uppercase;
    margin: 0 0 53px
}

.zone-texte {
    background: #f48677;
    padding: 41px;
    float: left;
    width: 100%;
    margin: 0 0 49px
}

.title6 span {
    font-family: NunitoSans-Light
}

.btn-partage .btnp:hover {
    transform: rotate(360deg);
    background-color: #f78f1e
}

.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-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-google:hover {
    background-image: url(../images/ico-google-h.png)
}

.btn-partage .btnp.btn-ami:hover {
    background-image: url(../images/ico-ami-h.png)
}

.main-page {
    position: relative;
    overflow: hidden
}

.tete {
    position: fixed;
    z-index: 10015;
    background: #fff;
    width: 100%;
    padding: 5px 0
}

.tete .logo-site {
    margin: 0;
    padding: 0 0 5px 0
}

.tete .tel {
    font-size: 24px;
    color: #919191;
    padding: 30px 0 0 0
}

.fluid-menu {
    background: #04b3f0
}

.container2 {
    padding: 0 10%
}

.navh .menu_principal>li div {
    background: url(../images/fleche.png) no-repeat;
    background-position: center right;
    padding: 0 18px 0 0
}

.navh {
    margin: 4px 0 0;
    z-index: 8000;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    float: right;
    padding: 0 6%
}

.navh .menu_principal {
    margin: 2px 0 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: 16px 10px 33px 10px;
    background: 0 0
}

.navh .menu_principal>li:last-child {
    background: 0 0
}

.navh .menu_principal a,
.navh .menu_principal a:visited {
    color: #777;
    display: block;
    text-transform: none;
    font-size: 18px;
    text-decoration: none;
    font-family: Nunito-Regular;
    font-weight: 400;
    transition: all .4s ease
}

.menu_principal * {
    box-sizing: border-box
}

.menu_principal li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.5em;
    padding: 0
}

.menu_principal a {
    padding: .5em 0;
    color: rgba(255, 255, 255, .5);
    position: relative;
    letter-spacing: 1px;
    text-decoration: none
}

.menu_principal a:after,
.menu_principal a:before {
    position: absolute;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.menu_principal a:before {
    bottom: 0;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background: #129ee2
}

.menu_principal a:after {
    left: 0;
    top: 0;
    padding: .5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #129ee2;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden
}

.menu_principal .current a:before,
.menu_principal a:hover:before,
.menu_principal li.active>a:before {
    opacity: 1;
    width: 100%
}

.menu_principal .current a:after,
.menu_principal a:hover:after,
.menu_principal li.active>a:after {
    max-width: 100%
}

.menu_principal .sub-menu a:after {
    content: '';
    max-width: 0 !important
}

.menu_principal .sub-menu a:hover:before {
    opacity: 0;
    width: 0
}

.menu_principal .sub-menu a:before {
    opacity: 0 !important
}

.navh .menu_principal a:hover,
.navh .menu_principal li.active>a {
    color: #129ee2
}

.navh .menu_principal li.active>a:hover {
    cursor: default
}

.navh .menu_principal>li ul:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    color: #0d9ee2;
    left: 50%;
    margin-left: -4px;
    top: -8px;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important
}

.tete .navh .menu_principal>li ul,
.tete .navh .menu_principal>li ul li ul.sub-menu-child {
    position: absolute;
    top: 87px;
    min-width: 385px;
    column-count: 2;
    left: 56%;
    list-style: outside none;
    background: #fff;
    border-top: 2px solid #129ee2;
    border-left: 12px solid #129ee2;
    border-bottom: 2px solid #129ee2;
    border-right: 2px solid #129ee2;
    z-index: 9999;
    font-family: Nunito-Regular;
    text-transform: none;
    opacity: 0;
    padding: 13px;
    -webkit-transform: scaleY(0) translateX(-50%);
    -moz-transform: scaleY(0) translateX(-50%);
    -o-transform: scaleY(0) translateX(-50%);
    -ms-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.encarts .encart.encart1:hover h2 {
    color: #f53e26
}

.fluid-menu-fixed .navh .menu_principal>li ul,
.fluid-menu-fixed .tete .navh .menu_principal>li ul li ul.sub-menu-child {
    top: 66px;
    background: rgba(10, 131, 130, .8)
}

.tete .navh .menu_principal>li ul li:hover ul.sub-menu-child,
.tete .navh .menu_principal>li:hover ul {
    opacity: 1;
    -webkit-transform: scaleY(1) translateX(-50%);
    -moz-transform: scaleY(1) translateX(-50%);
    -o-transform: scaleY(1) translateX(-50%);
    -ms-transform: scaleY(1) translateX(-50%);
    transform: scaleY(1) translateX(-50%)
}

.tete .navh .menu_principal>li ul li {
    display: block;
    text-align: left;
    position: relative;
    background: 0 0;
    margin: 0 0;
    padding: 0 10px 0
}

.navh .menu_principal ul li.has-sub-menu>a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5.5px;
    width: 6px;
    height: 11px;
    background: url(../images/sub-menu1.png)
}

.navh .menu_principal>li ul li:last-child {
    border: 0
}

.navh .menu_principal>li ul li a,
.navh .menu_principal>li ul li a:visited {
    display: block;
    color: #555;
    background: 0 0;
    text-transform: none;
    margin: 0;
    font-size: 16px;
    padding: 0 0 14px
}

.navh .menu_principal>li ul li a:hover,
.navh .menu_principal>li ul li.active a {
    color: #f53e25
}

.tete .navh .menu_principal>li ul li ul.sub-menu-child {
    right: -16.04vw;
    left: initial;
    top: 0;
    -webkit-transform: scaleX(0) translateX(-50%);
    -moz-transform: scaleX(0) translateX(-50%);
    -o-transform: scaleX(0) translateX(-50%);
    -ms-transform: scaleX(0) translateX(-50%);
    transform: scaleX(0) translateX(-50%);
    -webkit-transform-origin: -50% 0;
    -moz-transform-origin: -50% 0;
    -o-transform-origin: -50% 0;
    -ms-transform-origin: -50% 0;
    transform-origin: -50% 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.fluid-slider {
    background: #171717
}

.img1:after {
    content: '';
    position: absolute;
    width: 39%;
    height: 456px;
    background: #119ee2;
    z-index: -1;
    margin-left: -10%;
    margin-bottom: -88px;
    bottom: 0
}

.fluid-contenu {
    position: relative;
    z-index: 985;
    padding: 10px 0 30px;
    background: #f2f2f2
}

.fluid-contenu .corps {
    padding: 80px 0 40px 0
}

.body-gallery .fluid-contenu {
    padding: 40px 0;
    background: #fff
}

.sidebar {
    padding-top: 30px;
    text-align: right
}

.sidebar .photoa {
    background: url(../images/photo-accueil.jpg) right top no-repeat;
    height: 187px
}

.page-contenu.clear {
    text-align: justify
}

.body-page-1 .fluid-contenu .corps {
    padding: 20px 0 40px 0
}

.equipement {
    padding: 100px 0;
    position: relative;
    float: left;
    width: 100%;
    z-index: 9989;
}

.title {
    text-align: center;
    text-transform: uppercase;
    font-family: NunitoSans-Light;
    font-size: 39px;
    margin: 0 0 67px
}

.im1,
.im2 {
    margin: 10px 0 30px;
    border: 1px solid #129ee2;
    padding: 25px 22px;
    text-align: center;
    min-height: 576px
}

.im2 .block {
    min-height: 408px
}

.im1 .block {
    min-height: 256px
}

.im2:hover a.im-btn2,
a.im-btn2:hover {
    background: #f53e25 url(../images/click.png) no-repeat center;
    text-decoration: none;
    color: #f53e26;
    font-size: 0
}

button.im-btn2 {
    width: 100%
}

.im-btn2:hover {
    background: #f53e25 url(../images/click.png) no-repeat center;
    text-decoration: none;
    color: #f53e26;
    font-size: 0
}

.im-btn2,
a.im-btn2 {
    padding: 0 34px;
    background: #129ee2;
    color: #fff;
    display: block;
    margin-top: 26px;
    height: 53px;
    transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -khtml-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s
}

.im-btn,
a.im-btn {
    padding: 0 43px;
    background: #129ee2;
    color: #fff;
    display: block;
    width: 100%;
    line-height: 58px;
    margin-top: 26px;
    height: 53px;
    transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -khtml-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s
}

.im-btn:hover,
.im1:hover .im-btn,
.im1:hover a.im-btn,
a.im-btn:hover {
    background: #f53e25 url(../images/tel2.png) no-repeat center;
    text-decoration: none;
    color: #f53e26;
    font-size: 0
}

.im1 h2,
.im2 h2 {
    font-family: NunitoSans-Light;
    font-size: 21px;
    margin: 31px 0 23px
}

.im2:hover strong {
    color: #f53e25
}

.im2 strong {
    color: #129ee2;
    display: block;
    margin: 10px 0;
    font-size: 38px;
    font-family: Nunito-Bold
}

.im1:hover,
.im2:hover {
    border: 1px solid #f53e25
}

.im1:hover h2,
.im2:hover h2 {
    color: #f53e25
}

.nav-2 {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    margin-top: -14vh;
    list-style: none;
    font-size: 24px;
    font-family: Nunito-Regular;
    padding: 0;
    z-index: 7000;
    font-family: Nunito-Regular;
    transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -khtml-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s
}

.nav-2 a {
    background: #f53e25;
    padding: 17px 52px;
    color: #fff;
    display: inline-block;
    margin: 0 0 6px;
    transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -khtml-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s
}

.nav-2 a:hover {
    padding: 17px 70px;
    background: #119ee2;
    text-decoration: none
}

.nav-rs {
    position: fixed;
    right: 0;
    top: 50%;
    bottom: 50%;
    margin-top: -35px;
    list-style: none;
    padding: 0;
    font-family: Nunito-Regular;
    z-index: 70000;
    transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -khtml-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s
}

.nav-rs.on {
    right: 425px
}

.nav-rs li {
    display: block;
    margin-top: 1px;
    width: 51px;
    height: 52px;
    background: #129ee2;
    z-index: 80;
    float: right;
    clear: both;
    transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -khtml-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    cursor: pointer;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 0;
    background-size: 30px
}

.nav-rs li a {
    text-decoration: none;
    display: block
}

.nav-rs li a:hover {
    text-decoration: underline
}

.nav-rs li::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50px;
    background: #ddd
}

.nav-rs li:hover {
    background-color: #f53e26;
    margin-right: 0;
    color: #fff !important
}

.nav-rs li:nth-child(1) {
    background-image: url(../images/ico-tel.png);
    background-position: center left 10px;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    line-height: 53px;
    text-align: right;
    padding-right: 0;
    position: relative
}

.nav-rs li:nth-child(1) span.note {
    position: absolute;
    left: 8px;
    top: -9px;
    display: inline-block;
    color: #cecece;
    font-size: 15px
}

.nav-rs li:nth-child(1) a,
.nav-rs li:nth-child(2) a {
    padding-right: 10px
}

.nav-rs li:nth-child(1):hover {
    -ms-background-position: center left 6px;
    -o-background-position: center left 6px;
    -webkit-background-position: center left 6px;
    -ms-background-size: auto;
    -o-background-size: auto;
    text-align: center
}

.nav-rs li:nth-child(1):hover span.note {
    color: #373636;
    top: -9px
}

.liste-rs {
    width: 150px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s linear 0s;
    -webkit-transition: all .4s linear 0s;
    -khtml-transition: all .4s linear 0s;
    -o-transition: all .4s linear 0s
}

.zone {
    width: 100%;
    padding: 99px 20%;
    position: relative;
    color: #fff;
    text-align: justify;
    float: left;
    background: #f2f2f2;
}

.contain-text h3:after {
    content: '';
    position: relative;
    left: 0;
    background: #119ee2;
    width: 71px;
    height: 5px;
    z-index: 10;
    display: block;
    bottom: -8px
}

.contain-text2 h3:after {
    content: '';
    position: relative;
    left: 0;
    background: #119ee2;
    width: 71px;
    height: 5px;
    z-index: 10;
    display: block;
    bottom: -8px
}

p.text {
    width: 87%;
    text-align: justify;
    font-size: 20px;
    margin: 29px 0
}

p.titre {
    font-size: 20px
}

.contain-text h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 22px
}

.contain-text2 h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 22px
}

.contain-img {
    display: block;
    padding: 12vh 15px;
    background: #129ee2;
    position: relative;
    margin-left: -15%;
    margin-top: 23vh;
    width: 114%;
    text-align: center
}

.contain-text {
    display: block;
    padding: 7vh 61px 7vh 41px;
    background: #f4705e;
    position: relative;
    border: 1px solid #fff;
    outline-style: solid;
    outline-color: #f4705e;
    outline-width: 9px;
    margin-left: 0;
    text-align: left
}

.contain-text2 {
    display: block;
    padding: 7vh 61px 7vh 41px;
    position: relative;
    text-align: left;
    color: #fff
}

.body-contact .zone {
    background: #fff
}

.zone h2 {
    color: #545353;
    font-size: 39px;
    font-family: Nunito-Bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 94px
}

.encarts {
    position: relative;
    width: 100%;
    margin: -77px 0 23px;
    z-index: 1001;
    padding: 0 10% 61px;
    background: #fff;
    float: left
}

.encarts .encart {
    margin: 0
}

.encarts .encart.encart1 {
    position: relative;
    border: 1px solid #129ee2;
    outline-style: solid;
    outline-color: #fff;
    outline-width: 9px;
    width: 92%;
    height: auto;
    margin: -100px 0 0;
    display: block;
    text-align: center;
    padding: 32px
}

.encarts .encart.encart1:hover {
    border: 1px solid #f53e26;
    text-decoration: none
}

.encarts .encart .img-fond {
    display: block;
    height: 177px;
    overflow: hidden;
    display: block;
    border: 3px solid silver;
    border-radius: 5px;
    -webkit-transform: translateZ(0)
}

.encarts .encart .img-fond .cont {
    height: 177px;
    display: block
}

.encarts .encart:hover .img-fond .cont {
    -webkit-transform: scale(1.15) rotate(5deg);
    -moz-transform: scale(1.15) rotate(5deg);
    -ms-transform: scale(1.15) rotate(5deg);
    -o-transform: scale(1.15) rotate(5deg);
    transform: scale(1.15) rotate(5deg)
}

.encarts .encart.encart1 .img-fond .cont {
    background: url(../images/encart-1.jpg) no-repeat
}

.encarts .encart.encart2 .img-fond .cont {
    background: url(../images/encart-2.jpg) no-repeat
}

.encarts .encart.encart3 .img-fond .cont {
    background: url(../images/encart-3.jpg) no-repeat
}

.news .propor {
    width: 100%;
    position: relative
}

.news .propor:after {
    padding-top: 68%;
    display: block;
    content: ''
}

.news .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    flex: 1;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%
}

.news .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 8%
}

.news .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0)
}

.news .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.news .propor .propor-cont .imagecont .masque {
    transition: all .4s ease;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(245, 62, 38, .58) url(../images/ico-zoom.png) no-repeat center center
}

.news .propor .propor-cont .imagecont:hover .masque {
    opacity: .8
}

.news .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.intervention {
    position: relative;
    z-index: 8000;
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 20px 0 50px
}

a.retour-news {
    background: #119ee2;
    padding: 13px 24px;
    font-size: 20px;
    color: #fff !important;
    margin-top: 100px;
    font-family: Nunito-Bold;
    transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -khtml-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s
}

a.retour-news:hover {
    padding: 13px 39px;
    background: #f53e26;
    text-decoration: none
}

a.retour-news:before {
    display: none
}

.news .date-article,
.news .ligne-actus .date-article {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 5px 26px;
    position: absolute;
    left: 0;
    font-family: Nunito-Regular;
    top: -22px;
    background: #119ee2;
    z-index: 1000;
    transition: all .4s ease
}

.news .date-article span {
    position: relative;
    display: block;
    text-align: center
}

.news .date-article .time_day {
    color: #fff
}

.news .date-article .time_month {
    color: #fff;
    text-transform: uppercase
}

.news .date-article .time_year {
    color: #fff
}

.news .date-noimg .date-article {
    position: relative;
    float: left;
    margin: 0
}

.news .date-noimg .date-article span {
    display: inline-block
}

.news .date-noimg .btn-partage {
    float: right
}

.news .contenu-article {
    display: block;
    margin-top: 10px;
    text-align: justify
}

.news .detail-actu {
    position: relative;
    display: block
}

.news .detail_actu-img {
    position: relative;
    width: 36%;
    float: left;
    padding-right: 15px;
    padding-bottom: 15px
}

.news .detail_actu-txt {
    position: relative;
    display: block
}

.news .detail_actu-txt .btn-partage {
    display: block;
    text-align: right
}

body.body-news .fluid-contenu {
    padding: 80px 0
}

.pied {
    position: relative;
    z-index: 8000;
    background: #000
}

.pied h2 {
    color: #fff
}

.pied .navf {
    text-align: center
}

.pied .navf .menu_footer {
    color: #129ee2;
    padding: 4px 0 8px 0;
    list-style-type: none;
    margin: 0;
    text-align: left
}

.pied .navf .menu_footer li {
    display: inline !important;
    margin-right: 15px;
    float: left;
    position: relative;
    column-count: 1
}

.pied .navf .menu_footer li:last-child {
    border: none
}

.pied .navf .menu_footer li a,
.pied .navf .menu_footer li a:visited {
    font-size: 14px;
    padding: 0;
    color: inherit;
    font-family: Nunito-Regular;
    text-decoration: none
}

.pied .navf .menu_footer li a:hover {
    text-decoration: none
}

.pied .navf .menu_footer li.active a:hover {
    cursor: default;
    text-decoration: none
}

.navf .menu_footer li.active>a {
    color: #f53e25 !important
}

.navf .menu_footer li a:after {
    border-bottom: 4px solid #f53e25;
    bottom: -34px;
    height: 3px;
    left: 0;
    width: 0%;
    display: inline-block;
    content: "";
    opacity: 0;
    position: absolute;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    right: 0
}

.navf .menu_footer a:hover:after,
.navf .menu_footer li.active>a:after {
    width: 100%;
    opacity: 1
}

.menu_footer a:after {
    content: '';
    position: absolute;
    z-index: 1000
}

.pied .navf .menu_footer>li ul,
.pied .navf .menu_footer>li ul li ul.sub-menu-child {
    position: absolute;
    top: 51px;
    left: 72%;
    min-width: 200px;
    list-style: outside none;
    background: #0f9ee2;
    z-index: 9999;
    opacity: 0;
    padding: 0 0;
    -webkit-transform: scaleY(0) translateX(-50%);
    -moz-transform: scaleY(0) translateX(-50%);
    -o-transform: scaleY(0) translateX(-50%);
    -ms-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.pied .navf .menu_footer>li ul li:hover ul.sub-menu-child,
.pied .navf .menu_footer>li:hover ul {
    opacity: 1;
    -webkit-transform: scaleY(1) translateX(-50%);
    -moz-transform: scaleY(1) translateX(-50%);
    -o-transform: scaleY(1) translateX(-50%);
    -ms-transform: scaleY(1) translateX(-50%);
    transform: scaleY(1) translateX(-50%)
}

.pied .navf .menu_footer>li ul li {
    display: block;
    text-align: left;
    position: relative;
    background: 0 0;
    margin: 0 0;
    padding: 2px 10px
}

.pied .navf .menu_footer ul li.has-sub-menu>a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5.5px;
    width: 6px;
    height: 11px;
    background: url(../images/sub-menu1.png)
}

.pied .navf .menu_footer>li ul:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    color: #0d9ee2;
    left: 50%;
    margin-left: -4px;
    top: -8px;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important
}

.pied .navf .menu_footer>li ul li:last-child {
    border: 0
}

.pied .navf .menu_footer>li ul li a,
.pied .navf .menu_footer>li ul li a:visited {
    display: block;
    color: #fff;
    background: 0 0;
    margin: 0;
    text-transform: none;
    margin: 0;
    font-size: 16px;
    padding: 0 0 5px
}

.pied .navf .menu_footer>li ul li a:after {
    width: 0% !important
}

.pied .navf .menu_footer>li ul li ul.sub-menu-child {
    right: -16.04vw;
    left: initial;
    top: 0;
    -webkit-transform: scaleX(0) translateX(-50%);
    -moz-transform: scaleX(0) translateX(-50%);
    -o-transform: scaleX(0) translateX(-50%);
    -ms-transform: scaleX(0) translateX(-50%);
    transform: scaleX(0) translateX(-50%);
    -webkit-transform-origin: -50% 0;
    -moz-transform-origin: -50% 0;
    -o-transform-origin: -50% 0;
    -ms-transform-origin: -50% 0;
    transform-origin: -50% 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.bande3 {
    background: #119ee2;
    padding: 69px 0 0 69px;
    margin: 0 0 0 10%;
    width: 90%
}

.gallery.gal1 {
    padding: 80px 0
}

.pied {
    position: relative;
    z-index: 9;
    background: #fff;
    width: 100%;
    float: left
}

.pied .bande1 {
    padding: 31px 5%;
    background: #fff;
    border-bottom: 3px solid #119ee2
}

.pied .bande1 .row1 {
    background: url(../images/trait.png) no-repeat center bottom;
    padding: 0 0 50px 0;
    margin-bottom: 30px
}

.pied .bande2 {
    padding: 30px 5% 30px 5%;
    background: #fff
}

.pied h2 {
    font-size: 24px
}

.pied h3 {
    color: #5c5b5b;
    font-size: 21px;
    font-family: Nunito-Bold;
    text-transform: uppercase;
    background: url(../images/bg-titre2.png) no-repeat 0 bottom;
    padding: 0 0 20px 0
}

.pied h3:after {
    content: '';
    position: relative;
    left: 0;
    background: #f53e26;
    width: 71px;
    height: 5px;
    z-index: 10;
    display: block;
    bottom: -8px
}

.pied .menu_referencement {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    text-align: justify;
    padding: 15px 0 0 0;
    color: #5c5b5b;
    font-size: 19px
}

.pied .menu_referencement li {
    display: inline;
    padding: 0;
    background: 0 0
}

.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: #f53e26
}

.en1 {
    min-height: 200px;
    border-bottom: 5px solid #adadad;
    margin: 0 0 32px
}

.pied .menu_referencement li.active a:hover {
    cursor: default;
    text-decoration: none
}

.pied address {
    margin: 0;
    padding: 15px 0 0 0;
    color: #5c5b5b;
    font-size: 19px;
    min-height: 200px
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0;
    background-position: 0 0;
    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;
    height: 173px
}

.pied .horaires {
    margin: 0;
    padding: 15px 0 0 0;
    color: #5c5b5b;
    font-size: 19px;
    min-height: 200px;
    border-bottom: 5px solid #adadad;
    margin: 0 0 32px
}

.pied .copyright-footer {
    margin: 5px 0 0 0;
    text-align: center
}

.pied .btn-like {
    padding: 20px 0 0 0
}

.pied .btn-partage {
    text-align: right;
    padding: 10px 0 0 0
}

.scrollbars {
    width: 100%;
    height: 348px;
    margin: 0 0 56px
}

.cont-slider {
    position: relative
}

.sudo-slider,
.sudo-slider img {
    width: 100%
}

a.sudolien.precedent,
a.sudolien.suivant {
    z-index: 9000;
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 32px;
    margin-top: -15px
}

a.sudolien.precedent {
    left: 0;
    background: url(../images/g.png)
}

a.sudolien.suivant {
    right: 0;
    background: url(../images/d.png)
}

a.sudolien.precedent:hover,
a.sudolien.suivant:hover {
    opacity: .8
}

.cont-slider .controls {
    z-index: 1000;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 16px;
    text-align: center
}

.cont-slider .controls ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cont-slider .controls ol li {
    display: inline-block
}

.cont-slider .controls ol li a {
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 0 2px
}

.cont-slider .controls ol li.current a {
    background: #f53e25
}

.cont-slider .controls ol li a span {
    display: none
}

.caption {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
    color: #fff;
    opacity: 0
}

.caption.active {
    -webkit-animation: caption 2s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
    -moz-animation: caption 2s ease-in-out;
    -moz-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -o-animation: caption 2s ease-in-out;
    -o-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    animation: caption 2s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0s
}

@-webkit-keyframes caption {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-moz-keyframes caption {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-o-keyframes caption {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes caption {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.contact .plan h2 {
    margin-top: 20px
}

.contact .plan {
    font-size: 0
}

.contact .plan .block #googlemapapi,
.contact .plan iframe {
    width: 100% !important;
    height: 300px !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5)
}

.contact .coordonnees {
    margin-top: 75px
}

.contact .coordonnees h2 {
    margin-top: 20px
}

.contact .coordonnees address p span.intitule {
    font-weight: 700
}

.contact .coordonnees address p a {
    text-decoration: none;
    color: inherit
}

.contact .coordonnees address p a:hover {
    text-decoration: underline
}

.contact .description-contact {
    padding: 0 0 10px 0
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.contact .formulaire .form-group .col-md-4 {
    display: none
}

.contact .formulaire .form-group .col-md-8 {
    width: 100% !important
}

.form-group .label-rgpd strong,
.info-rgpd a,
.info-rgpd a:visited,
.info-rgpd strong {
    color: #119ee2
}

.contact .formulaire .control-label {
    text-align: left !important;
    font-weight: 400
}

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.contact .formulaire .form-group .form-control {
    box-shadow: none;
    border: 2px solid #119ee2;
    background: #fff;
    border-radius: 0;
    width: 100% !important;
    font-size: inherit;
    color: #a6a6a6
}

.form-control:focus {
    color: #000;
    background: #fff
}

.contact .formulaire .form-group textarea.form-control {
    height: 149px;
    position: static
}

.contact .formulaire .form-group input.form-control {
    height: 46px;
    line-height: 1;
    padding: 0 12px
}

.contact .formulaire .form-group select.form-control {
    height: 46px;
    line-height: 50px;
    padding: 5px 12px
}

@media screen and (-webkit-min-device-pixel-ratio: 0),
screen and (-moz-images-in-menus:0) {
    .form-horizontal select.form-control {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none;
        background-image: url(../images/image-select.png) !important;
        background-repeat: no-repeat !important;
        background-position: right center !important;
        line-height: normal !important
    }

    .form-horizontal select.form-control option {
        color: inherit
    }
}

.contact-footer label.checkbox.label-rgpd {
    color: #000
}

.contact .formulaire .form-group input[name=captcha] {
    width: 31% !important;
    height: 50px !important;
    display: inline-block;
    float: none !important;
    margin-right: 2% !important;
    vertical-align: top
}

.contact .formulaire .form-group input[name=captcha]+a {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top
}

.contact .formulaire .form-group #captcha {
    width: 100%;
    height: 50px !important;
    border-radius: 0;
    padding: 0
}

.contact .formulaire .form-group input.btn-primary {
    display: inline-block;
    position: relative;
    float: right
}

.contact .formulaire .form-actions {
    font-size: 12px;
    color: #119ee2
}

.contact a.btn.btn-default {
    float: right
}

.body-error404 a.btn.btn-default,
.contact .formulaire input.btn-primary,
.contact a.btn.btn-default {
    padding: 16px 40px;
    text-align: center !important;
    font-weight: 400;
    background: #129ee2;
    color: #fff;
    border-radius: 0;
    font-family: Nunito-Bold;
    font-size: 21px;
    border: none;
    text-decoration: none;
    transition: all .4s ease
}

.body-error404 a.btn.btn-default {
    background-image: none
}

.body-error404 a.btn.btn-default:active,
.body-error404 a.btn.btn-default:hover,
.contact .formulaire input.btn-primary:active,
.contact .formulaire input.btn-primary:hover,
.contact a.btn.btn-default:active,
.contact a.btn.btn-default:hover {
    background: #f53e25;
    padding: 16px 45px
}

.contact-footer ::-webkit-input-placeholder {
    color: #a6a6a6 !important
}

.contact-footer :-moz-placeholder {
    color: #a6a6a6 !important;
    opacity: 1 !important
}

.contact-footer ::-moz-placeholder {
    color: #a6a6a6 !important;
    opacity: 1 !important
}

.contact-footer :-ms-input-placeholder {
    color: #a6a6a6 !important
}

.pageseo .formulaire .form-group input[name=captcha] {
    width: 100% !important;
    margin-right: 0 !important;
    text-align: left !important
}

.pageseo .formulaire .form-group input[name=captcha]+a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0 !important
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0 0
}

.pageseo .formulaire .form-group input[name=captcha] {
    width: 100% !important;
    margin-right: 0 !important;
    text-align: left !important
}

.pageseo .formulaire .form-group input[name=captcha]+a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0 !important
}

.pageseo .formulaire .form-group input.btn-primary {
    width: 100%;
    margin-top: 8px
}

.gallery .description-galerie {
    padding: 0 0 20px 0;
    text-align: justify
}

.gallery ol li {
    counter-increment: li
}

.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
}

.recup-photos.gallery:after {
    background-size: contain !important;
    margin-right: 10px;
    content: "";
    width: 30%;
    max-width: 200px;
    height: 506px;
    position: absolute;
    z-index: -1;
    top: -32px;
    z-index: 0;
    left: -15px;
    background: #129ee2;
    background-position: bottom left
}

h1.title2.sans-image {
    font-family: NunitoSans-Light;
    text-align: right;
    line-height: 45px
}

h1.title2.sans-image strong {
    font-family: Nunito-Bold
}

.recup-photos.gallery .ligne-photos .propor:after {
    padding-top: 76%;
    display: block;
    content: ''
}

.recup-photos.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.recup-photos.gallery .ligne-photos .propor .propor-cont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.recup-photos.gallery .ligne-photos .propor .propor-cont .imagecont {
    -webkit-transform: translateZ(0);
    justify-content: center;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    height: 100%;
    height: 100%
}

.recup-photos.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
}

.recup-photos.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8) url(../images/ico-zoom.png) no-repeat center center
}

.recup-photos.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 1
}

.recup-photos.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.gallery.gallery2.node-92 .recup-photos.gallery:after,
.gallery.gallery2.node-95 .recup-photos.gallery:after,
.gallery.gallery2.node-97 .recup-photos.gallery:after,
.gallery.gallery2.node-99 .recup-photos.gallery:after {
    right: -10%;
    left: inherit
}

.gallery .ligne-photos {
    margin-left: -5px !important;
    margin-right: -5px !important
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.gallery .ligne-photos .propor:after {
    padding-top: 72%;
    display: block;
    content: ''
}

.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    border: 1px solid #d4d4d4;
    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
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5) url(../images/ico-zoom.png) no-repeat center center
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 1
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.gallery .nav {
    margin: 10px 0;
    padding-right: 10px
}

.gallery .nav li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

.gallery .nav li a {
    background: #222;
    display: block;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    border-radius: 0;
    text-decoration: none
}

.gallery .nav li a:hover,
.gallery .nav li.active a {
    background: #424445;
    color: #fff
}

.gallery .nav li.active a {
    cursor: default
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 10px
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

body.body-news-list .actualites {
    background: 0 0;
    padding: 80px 0
}

body.body-news-list .actualites .cell.texte .contenu {
    width: 96%
}

.actualites .cell.texte .contenu:hover a.bouton-principal {
    opacity: 1
}

.actualites .cell.photo.cover img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.actualites {
    display: table;
    width: 100%;
    position: relative;
    padding: 100px 10% 0;
    z-index: 8000;
    background: #fff
}

.actualites:nth-child(even+1) {
    direction: rtl
}

.actualites .cell.photo {
    display: block;
    vertical-align: top;
    width: 100%;
    height: 451px;
    padding: 451px 0 0;
    margin: 0 0 51px;
    background-color: #ececec;
    background-position: center center
}

.actualites .cell.photo:hover {
    opacity: .95
}

.actualites:last-child .cell.texte {
    border-bottom: none
}

.actualites .cell.texte .contenu h2 {
    color: #ffff !important;
    margin: 0 0 0;
    font-size: 24px;
    font-family: Nunito-Bold;
    text-align: left !important;
    margin: 10px 0 20px
}

.cell.texte .content {
    opacity: 0;
    display: none
}

.actualites .cell.texte .contenu a {
    color: #fff
}

.text-right.btns {
    float: right;
    width: 100%;
    margin: 50px 0 52px;
    position: relative
}

.btn5:hover {
    padding: 13px 39px;
    background: #f53e26;
    text-decoration: none
}

.actualites .cell.texte .contenu:hover .content {
    opacity: 1;
    display: block
}

a.btn5 {
    background: #119ee2;
    padding: 13px 24px;
    font-size: 20px;
    color: #fff !important;
    margin-top: 100px;
    font-family: Nunito-Bold;
    transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -khtml-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s
}

.actualites a.bouton-principal:before {
    background: 0 0
}

.cell.texte:hover {
    height: 451px;
    top: 99px
}

.cell.texte :hover bouton-principal,
.cell.texte:hover .content {
    opacity: 1
}

.actualites .cell.texte .contenu {
    z-index: 1000;
    position: absolute;
    margin: -99px 0 0 !important;
    color: #fff;
    padding: 22px;
    display: block;
    z-index: 10000;
    transition: all .4s ease;
    width: 94%;
    background: rgba(245, 60, 36, .71);
    height: 99px;
    top: 453px
}

.actualites .cell.texte .contenu:hover {
    top: 99px;
    height: 451px
}

.cell.texte:hover bouton-principal {
    opacity: 1
}

.cell.texte:hover .date_post {
    opacity: 0
}

.actualites a.bouton-principal:hover,
.news a.bouton-principal:hover {
    background: url(../images/btn-h.png);
    background-repeat: no-repeat;
    background-position: 75% center
}

.btn-partage.pull-right {
    float: right !important;
    display: none
}

.actualites .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.actualites .cell.texte .contenu ul li {
    padding: 5px 0 5px 20px;
    background: url(../images/puce.png) no-repeat 0 9px
}

.actualites .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.actualites a.bouton-principal {
    min-width: 190px;
    margin: 0 0;
    opacity: 0;
    display: none;
    color: #fff;
    text-align: left;
    padding: 0 0 0;
    background-repeat: no-repeat;
    background-position: right center;
    transition: all .4s ease
}

.actualites .date_post {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 5px 26px;
    position: absolute;
    left: 0;
    font-family: Nunito-Regular;
    top: -22px;
    background: #119ee2;
    z-index: 1000;
    transition: all .4s ease
}

.actualites .date_post:hover {
    background: #f4f4f4;
    color: #000
}

.news .ligne-actus .date-article {
    margin-top: 18px;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 700;
    text-align: left;
    font-family: Oswald-bold, sans-serif;
    position: relative;
    z-index: 1000
}

.news .ligne-actus .contenu-article {
    margin-top: 0
}

.news .contenu-article {
    margin-top: 21px
}

span.time_day {
    font-size: 22px
}

span.time_month {
    font-size: 14px;
    text-transform: uppercase
}

.partenaire .h1 {
    font-family: Nunito-Regular;
    text-transform: uppercase;
    font-size: 39px;
    margin: 0 0 50px;
    padding: 0 0 0;
    color: #545352
}

.partenaire .h1 span {
    font-family: Nunito-Bold;
    background: #119ee2;
    color: #fff;
    padding: 15px 4px 0
}

.partenaire {
    padding: 99px 12%;
    position: relative;
    color: #fff;
    text-align: justify;
    float: left;
    background: #fff;
    width: 100%
}

.partenaire #prev {
    margin-left: 0;
    background: url(../images/btnPrev.png) no-repeat center left;
    width: 40px;
    position: absolute;
    display: block;
    margin-top: 4vh;
    cursor: pointer;
    height: 40px;
    left: 7%
}

.partenaire #next {
    cursor: pointer;
    width: 40px;
    position: absolute;
    display: block;
    height: 40px;
    background: url(../images/btnNext.png) no-repeat center right;
    margin-top: 4vh;
    right: 7%
}

.zone-catalogue {
    display: none;
    z-index: 99997;
    background: #fff;
    position: ABSOLUTE;
    top: 107px;
    left: 0;
    right: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1) inset
}

.zone-catalogue .btn-fermer {
    color: #000;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    z-index: 10000;
    height: 50px;
    background: url(../images/ico-croix.png) no-repeat center top;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.zone-catalogue .btn-fermer:hover {
    opacity: .8
}

.nav-rs li a {
    display: block;
    height: 50px
}

.zone-catalogue.hidden-xs.hidden-sm {
    background: rgba(0, 0, 0, .6196078431372549);
    padding: 57px 19%
}

.zone-catalogue .container {
    background: #fff;
    padding: 44px !important;
    width: 100%;
    max-width: 100%;
    margin: 0 0
}

.modele-liste .item:nth-child(even) {
    direction: ltr
}

.modele-liste .item:nth-child(even) .col-md-6.cell-img1 {
    float: right
}

.modele-liste .item:nth-child(even) .col-md-6.cell-text1 {
    float: left
}

.modele-liste .item:nth-child(even) .col-md-6.cell-text1 .description:after {
    float: left;
    right: inherit;
    left: 35px
}

.modele-liste .item:nth-child(even) .col-md-6.cell-text1 .img-2 {
    width: 66%;
    float: left;
    margin: 0 0 0
}

.modele-liste .item:nth-child(even) .col-md-6.cell-text1 .row.prices {
    direction: ltr
}

.modele-liste .item:nth-child(even) .col-md-6.cell-text1 .row.prices .prix {
    float: right;
    padding: 0 21% 0 0 !important
}

.modele-liste .item:nth-child(even) .col-md-6.cell-text1 .row.prices .prix .prix-item {
    float: right;
    margin: 40px 11% 59px;
    text-align: right
}

.modele-liste .item:nth-child(even) .col-md-6.cell-text1 .text3 {
    text-align: left;
    float: left
}

.modele-liste .item:nth-child(even) .col-md-6.cell-text1 .text3:after {
    width: 73%;
    float: left;
    right: inherit;
    left: 0
}

.modele-liste .item:nth-child(even) .col-md-6.cell-text1 .description .description ul {
    float: left
}

.modele-liste .item:nth-child(even) .col-md-6.cell-text1 .description ul {
    float: left;
    text-align: left
}

.modele-liste .item:nth-child(even) .col-md-6.cell-text1 .description ul li {
    float: left;
    display: block;
    width: 100%
}

.modele-liste .item:nth-child(even) .col-md-6.cell-text1 .description:before {
    content: '';
    width: 21px;
    height: 100%;
    z-index: -1;
    position: absolute;
    background: #0d9ee2;
    right: inherit;
    left: -3px;
    top: -6px
}

.modele-liste .item:nth-child(even) .col-md-6.cell-text1 .description li {
    text-align: left;
    font-size: 30px;
    font-family: NunitoSans-Light;
    padding-right: 0;
    padding-left: 38px;
    text-transform: uppercase;
    list-style: none;
    line-height: 28px;
    background: url(../images/croix.png) no-repeat left
}

.modele-liste .item:nth-child(even) .col-md-6.cell-img1 .modele-liste .item h3 {
    text-align: right
}

.modele-liste .item:nth-child(even) .col-md-6.cell-img1 h3 {
    text-align: right
}

.text1 {
    width: 100%;
    float: left;
    position: relative
}

.modele-liste .item:nth-child(even) .text1,
.modele-liste .item:nth-child(even) .text1 h4 {
    float: right
}

.modele-liste .item:nth-child(even) .text1:before {
    float: right;
    top: -22px;
    left: inherit;
    right: -10%
}

.modele-liste .item:nth-child(even) .text2 {
    float: left;
    text-align: left
}

.modele-liste .item:nth-child(even) .text2:after {
    right: inherit;
    left: -18px
}

.etiquette {
    position: absolute;
    z-index: 9000
}

.etiquette.nouveaute {
    background: url(../images/ico-nouveaute.png);
    top: 5px;
    left: 5px;
    width: 20px;
    height: 19px
}

.etiquette.favoris {
    background: url(../images/ico-favoris.png);
    top: 5px;
    right: 5px;
    width: 18px;
    height: 15px
}

.etiquette.promotion {
    background: url(../images/ico-promotion.png);
    bottom: 5px;
    left: 5px
}

.fil-arianne a {
    text-decoration: none
}

.fil-arianne a:hover {
    text-decoration: underline
}

.fil-arianne span {
    color: #e22326
}

.cell3 {
    font-size: 38px;
    font-family: Nunito-Bold;
    line-height: 65px
}

.cat-liste .titre-liste {
    background: #3f3f3f;
    border-radius: 3px;
    margin-bottom: 20px
}

.cat-liste .titre-liste h2 {
    background: 0 0;
    margin: 0
}

.cat-liste #filtres {
    display: inline-block;
    padding: 9px 15px;
    font-size: 11px;
    text-align: right
}

.cat-liste #filtres form {
    display: inline-block
}

.cat-liste #filtres form#form_ipp {
    padding-right: 20px
}

.cat-liste #filtres form b,
.cat-liste #filtres form label {
    font-weight: 400
}

.cat-liste #filtres p {
    margin: 0
}

.cat-liste #filtres select {
    height: 36px;
    line-height: 36px;
    padding: 7px;
    border: none;
    border-radius: 5px
}

.cat-liste #pagination {
    padding: 8px 0;
    text-align: center
}

.cat-liste #pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none
}

.cat-liste #pagination ul li {
    display: inline-block;
    width: 41px
}

.cat-liste #pagination ul li a {
    display: block;
    height: 41px;
    line-height: 41px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none
}

.cat-liste #pagination ul li a:hover,
.cat-liste #pagination ul li.active a {
    color: #fff;
    background: #e24b33
}

.cat-liste .description:before {
    content: '';
    width: 21px;
    height: 100%;
    z-index: -1;
    position: absolute;
    background: #0d9ee2;
    right: -2px;
    top: -15px
}

.cat-liste .description ul {
    display: inline-block;
    float: right;
    padding: 0 0 2px
}

.img-2 {
    width: 66%;
    float: right;
    margin: 0 0 0
}

.text3 {
    position: relative;
    float: right;
    color: #fff;
    font-family: NunitoSans-Light;
    font-size: 14px;
    text-align: right;
    width: 73%;
    float: right;
    padding: 9px
}

.text3:after {
    content: '';
    background: #0f9ee2;
    width: 73%;
    min-height: 95px;
    z-index: -1;
    position: absolute;
    bottom: -16px;
    right: -25px
}

.cat-liste .description:after {
    content: '';
    width: 56%;
    height: 2px;
    z-index: -1;
    position: absolute;
    background: #f53e26;
    right: 35px;
    bottom: 0
}

.cat-liste .description ul li {
    text-align: right;
    font-size: 31px;
    font-family: NunitoSans-Light;
    padding-right: 38px;
    text-transform: uppercase;
    list-style: none;
    line-height: 37px;
    margin: 0 0 0 !important;
    background: url(../images/croix.png) no-repeat right
}

.cell-text1 .description {
    display: block;
    width: 100%;
    float: right;
    position: relative
}

.prix-item {
    color: #de422d;
    margin: 40px 11% 59px;
    text-align: right
}

.cell2 {
    font-size: 73px;
    font-family: Nunito-Bold;
    line-height: 65px
}

.cell1 {
    color: #de422d;
    font-family: NunitoSans-Light;
    text-align: right
}

.cell-text1 .description p {
    float: right;
    width: 100%;
    display: block;
    text-align: right;
    font-size: 12px;
    margin: 0 40px 0 7px;
    padding: 0 5px 12px 0
}

.cell-text1 .description ul span {
    display: block;
    margin: 4px 0 11px
}

.cell2 small {
    font-family: NunitoSans-Light;
    font-size: 16px;
    line-height: 15px;
    display: block
}

.text2 {
    color: #fff;
    font-family: NunitoSans-Light;
    font-size: 14px;
    text-align: right;
    width: 80%;
    float: right;
    padding: 9px
}

.text2:after {
    content: '';
    background: #0f9ee2;
    width: 83%;
    height: 200px;
    z-index: -1;
    position: absolute;
    bottom: -18px;
    right: -25px
}

.modele-liste {
    margin-left: -10px !important;
    margin-right: -10px !important;
    padding: 0
}

.modele-liste .col-md-2,
.modele-liste .col-md-3,
.modele-liste .col-md-4,
.modele-liste .col-md-6 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.modele-liste .item {
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 130px;
    position: relative;
    overflow: hidden
}

.modele-liste .item .div-proportionnel-item {
    width: 100%;
    position: relative;
    height: 400px;
    float: left
}

.modele-liste .item .div-proportionnel-item:after {
    padding-top: 100%;
    display: block;
    content: ''
}

.modele-liste .item .div-proportionnel-item .cont-propor {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.modele-liste .item .div-proportionnel-item .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative
}

.modele-liste .item .div-proportionnel-item .imagecont:hover {
    opacity: 1
}

.modele-liste .item .div-proportionnel-item .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.modele-liste .item .noimage {
    background: #fff url(../images/noim.jpg) no-repeat center center
}

.modele-liste .item .tableau {
    width: 100%
}

.modele-liste .item h2,
.modele-liste .item h3 {
    margin: 0;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 13px;
    font-family: Nunito-Bold;
    text-align: left
}

.modele-liste .item h2 a,
.modele-liste .item h3 a {
    color: #fff
}

.modele-liste .item .prix {
    font-size: 18px
}

.text1 h4 {
    color: #fff;
    text-transform: uppercase
}

.text1:before {
    content: '';
    background: #0f9ee2;
    width: 93%;
    height: 200px;
    z-index: -1;
    position: absolute;
    top: -22px;
    left: -10%
}

.cat-produit .item-titre {
    font-size: 20px;
    margin: 0
}

.cat-produit .item-description {
    font-size: 14px
}

.cat-produit .item-prix {
    font-size: 20px
}

.cat-produit .particularites {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cat-produit .equipements ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cat-produit .btn-retour {
    padding-top: 20px
}

.cat-produit .btn-retour a {
    display: inline-block;
    background: #119ee2;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase
}

.cat-produit .titre-similaire {
    font-size: 20px;
    margin-bottom: 20px;
    color: #c90e03;
    text-transform: uppercase;
    padding: 5px 0 5px 15px;
    color: #fff
}

.nosRealisations .cont-sliderthumb .div-proportionnel {
    width: 100%;
    position: relative
}

.nosRealisations .cont-sliderthumb .div-proportionnel:after {
    padding-top: 72%;
    display: block;
    content: ''
}

.nosRealisations .cont-sliderthumb .div-proportionnel .cont-propor {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.nosRealisations .cont-sliderthumb .div-proportionnel .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: zoom-in
}

.nosRealisations .cont-sliderthumb .div-proportionnel .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.nosRealisations .noimage {
    display: block;
    background: #fff url(../images/noim.jpg) no-repeat center center;
    width: 100%;
    height: 400px
}

.nosRealisations .sudo-slider-thumb {
    padding: 0
}

.nosRealisations .noimage {
    background: #fff url(../images/noim.jpg) no-repeat center center;
    background-size: auto !important
}

.nosRealisations .cont-miniatures {
    overflow: hidden;
    position: relative;
    margin: 10px 0 0 0
}

.nosRealisations .miniatures {
    width: 300000px
}

.nosRealisations .miniatures .miniature {
    width: 353px;
    float: left;
    margin-right: 10px
}

.nosRealisations .miniatures .div-proportionnel {
    width: 100%;
    position: relative
}

.nosRealisations .miniatures .div-proportionnel:after {
    padding-top: 72%;
    display: block;
    content: ''
}

.nosRealisations .miniatures .div-proportionnel .cont-propor {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.nosRealisations .miniatures .div-proportionnel .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative
}

.nosRealisations .miniatures .div-proportionnel .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.nosRealisations .cont-miniatures .precedent-miniatures {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 15px;
    display: none;
    width: 32px;
    height: 32px;
    background: url(../images/ico-thumb-g.png)
}

.nosRealisations .cont-miniatures .suivant-miniatures {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 15px;
    display: none;
    width: 32px;
    height: 32px;
    background: url(../images/ico-thumb-d.png)
}

.nosRealisations .cont-miniatures:hover .precedent-miniatures,
.nosRealisations .cont-miniatures:hover .suivant-miniatures {
    display: block
}

.nosRealisations .cont-sliderthumb a.customLinkThumb[data-target=next],
.nosRealisations .cont-sliderthumb a.customLinkThumb[data-target=prev] {
    z-index: 9000;
    position: absolute;
    top: 50%;
    display: none;
    width: 32px;
    height: 32px;
    margin-top: -16px
}

.nosRealisations .cont-sliderthumb a.customLinkThumb[data-target=prev] {
    left: 0;
    background: url(../images/ico-thumb-g.png)
}

.nosRealisations .cont-sliderthumb a.customLinkThumb[data-target=next] {
    right: 0;
    background: url(../images/ico-thumb-d.png)
}

.nosRealisations .cont-sliderthumb a.customLinkThumb[data-target=next]:hover,
.nosRealisations .cont-sliderthumb a.customLinkThumb[data-target=prev]:hover {
    opacity: .8
}

.nosRealisations .cont-sliderthumb:hover a.customLinkThumb[data-target=next],
.nosRealisations .cont-sliderthumb:hover a.customLinkThumb[data-target=prev] {
    display: block
}

.nosRealisations {
    padding: 88px 12%;
    position: relative;
    z-index: 19;
}

h1.title4.sans-image {
    text-align: left;
    font-family: NunitoSans-Light;
    line-height: 45px
}

h1.title4.sans-image strong {
    font-family: Nunito-Bold
}

.body-gallery .nosRealisations {
    padding: 88px 0;
    margin: 10px 0 16px
}

.nosRealisations .h3 {
    text-align: right;
    color: #fff;
    font-size: 43px;
    text-transform: uppercase;
    font-family: NunitoSans-Light;
    margin: 28px 0 27px
}

.nosRealisations .h3:after {
    background: #119ee2;
    content: '';
    width: 80%;
    height: 285px;
    position: absolute;
    z-index: -1;
    right: -5%;
    top: 0
}

.body-contact-115 h1.h2 {
    margin: 0 0 20px
}

.nosRealisations .h3 span {
    font-family: Nunito-Bold
}

.nosRealisations .controlsthumb {
    display: inline-block;
    z-index: 9000;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    text-align: center
}

.nosRealisations .controlsthumb {
    display: none !important
}

.nosRealisations .controlsthumb ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.nosRealisations .controlsthumb ol li {
    display: inline-block
}

.nosRealisations .controlsthumb ol li a {
    display: block;
    width: 23px;
    height: 23px;
    background: url(../images/miette.png);
    margin: 0 2px
}

.nosRealisations .controlsthumb ol li.current a {
    background: url(../images/miette-h.png)
}

.nosRealisations .controlsthumb ol li a span {
    display: none
}

.slide a {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    display: block;
    height: 700px;
    overflow: hidden
}

.slide a.imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    border: 2px solid #fff;
    width: auto;
    flex: 1;
    height: 100%
}

.retrait span.controls {
    display: none
}

.sudo-slider3 {
    position: relative;
    z-index: 100
}

.sudo-slider3 {
    height: 500px
}

.recup-photos .propor.slide {
    height: 500px
}

.cat-liste.catalogue-2 {
    padding: 90px 0
}

.header-sidebars,
.sidebar-left,
.sidebar-right {
    background-color: #fff;
    letter-spacing: 1px
}

.contactButton,
.nav-item-active,
.sidebar-bottom-controls a,
.sidebar-divider-text,
.sidebar-form label,
.sidebar-left a,
.sidebar-right a,
.sidebar-send-button {
    color: #fff !important
}

.header-sidebars {
    height: 65px;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .1)
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    background: #fff;
    width: 100%
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    overflow-y: hidden
}

.top-logo img {
    position: absolute;
    left: 16px;
    top: 19px;
    max-height: 76px;
    max-width: 129px
}

.deploy-left-sidebar {
    display: table-cell;
    background-color: #e4b779;
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/nav.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center
}

.deploy-right-sidebar {
    border-left: 1px #fff solid;
    display: table-cell;
    background-color: #119ee2;
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/nav.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center
}

.deploy-right-mail {
    border-left: 1px #fff solid;
    display: table-cell;
    background-color: #119ee2;
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/mail.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center;
    position: absolute;
    right: 65px;
    top: 0
}

.deploy-right-call {
    display: table-cell;
    background-color: #119ee2;
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/telephone.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center 16px;
    position: absolute !important;
    right: 130px;
    top: 0
}

.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: Nunito-Regular, Helvetica !important;
    width: 270px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -270px;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    box-shadow: 3px 0 3px 0 rgba(0, 0, 0, .1)
}

.sidebar-scroll-left {
    padding-right: 20px;
    left: 0;
    width: 310px;
    overflow: scroll !important;
    overflow-x: hidden !important;
    -webkit-overflow-scroll: touch !important;
    height: 100%;
    background-color: #c31c26
}

.sidebar-scroll-right {
    width: 275px;
    overflow: auto !important;
    overflow-x: hidden !important;
    height: 100%;
    background-color: #0d9ee2
}

.sidebar-right {
    font-family: Nunito-Regular, Helvetica !important;
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0;
    bottom: 0;
    width: 270px;
    box-shadow: -2px 0 2px 0 rgba(0, 0, 0, .1)
}

.sidebar-decoration {
    background-image: url(../images/menu-mobile-3/sidebar-deco.png);
    background-repeat: repeat-x;
    height: 2px;
    margin-bottom: 15px
}

.sidebar-left a,
.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    color: #fff !important;
    z-index: 1
}

.sidebar-header-left {
    height: 65px;
    background-color: #f78e1e;
    position: relative
}

.sidebar-left-logo {
    max-height: 75px;
    position: absolute;
    top: -2px;
    left: 8px;
    margin-right: 179px
}

.sidebar-right-logo {
    margin-left: auto;
    top: 14px;
    right: 26px;
    max-width: 180px;
    float: right;
    max-height: 37px;
    position: relative
}

.close-sidebar-left {
    background-image: url(../images/menu-mobile-3/left-chevron.svg);
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 65px;
    width: 65px;
    margin-left: 205px;
    display: block
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: #fff !important;
    background: #0f9ee2
}

.home-nav {
    background-image: url(../images/menu-mobile-3/home.png)
}

.info-nav {
    background-image: url(../images/menu-mobile-3/infoabout.png)
}

.folio-nav {
    background-image: url(../images/menu-mobile-3/bendedright.png)
}

.mail-nav {
    background-image: url(../images/menu-mobile-3/mail.svg)
}

.newsletter-nav {
    background-image: url(../images/menu-mobile-3/rss.png)
}

.call-nav {
    background-image: url(../images/menu-mobile-3/phonehook.svg)
}

.text-nav {
    background-image: url(../images/menu-mobile-3/speechbubble4.png)
}

.facebook-nav {
    background-image: url(../images/menu-mobile-3/facebook.png)
}

.twitter-nav {
    background-image: url(../images/menu-mobile-3/twitter.png)
}

.sidebar-bottom-controls {
    background-color: #e4b779
}

.sidebar-bottom-controls p {
    margin-top: 3px
}

.sidebar-bottom-controls a {
    font-size: 12px;
    background-repeat: repeat-y;
    text-align: center;
    float: left;
    width: 33%;
    line-height: 10px;
    display: block
}

.facebook-bottom {
    display: block;
    padding-top: 26px;
    background-image: url(../images/menu-mobile-3/facebook.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px
}

.twitter-bottom {
    display: block;
    background-image: url(../images/menu-mobile-3/twitter.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px
}

.close-bottom-left,
.close-bottom-right {
    display: block;
    padding-top: 26px;
    background-image: url(../images/menu-mobile-3/accessdenied.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px
}

.nav-item {
    font-size: 16.2px;
    -webkit-tap-highlight-color: transparent;
    background-size: 22px auto;
    background-color: #c9323b;
    height: 60px;
    line-height: 61.5px;
    background-repeat: no-repeat;
    padding-left: 60px;
    background-position: 20px center;
    margin-bottom: 1px
}

.icon-active {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/location.png);
    background-size: 10px 15px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 240px
}

.icon-page {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.png);
    background-size: 8px 11px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 240px
}

.icon-drop {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/godrop.png);
    background-size: 10px 8px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 239px
}

.submenu a {
    text-shadow: 0 2px 0 #000;
    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: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 10px
}

.sidebar-header-right {
    height: 65px;
    background-color: #fff;
    position: relative
}

.close-sidebar-right {
    background-image: url(../images/menu-mobile-3/right-chevron.svg);
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 65px;
    width: 65px;
    margin-left: 0;
    display: block
}

.sidebar-left .close-sidebar-left,
.sidebar-right .close-sidebar-right {
    position: absolute !important
}

.right-sidebar-copyright {
    margin: 20px 0
}

.footer-text a {
    padding-top: 10px;
    font-size: 10px;
    color: #8a8a8a
}

.copyright-sidebar {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase
}

.menu-mobile-dynamique {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 1px;
    background: #01b0e6;
    padding-left: 0
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0
}

.menu-mobile-dynamique .sub-menu li a {
    height: 42px;
    text-transform: uppercase;
    color: #fff !important
}

.menu-mobile-dynamique .sub-menu {
    background-color: #06a3d4;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    text-decoration: none !important;
    line-height: 18px;
    font-size: 16.2px;
    background-image: url(../images/menu-mobile-3/bendedright.svg);
    -webkit-tap-highlight-color: transparent;
    background-size: 8px auto;
    text-transform: uppercase;
    color: #fff;
    height: 60px;
    background-repeat: no-repeat;
    padding-left: 45px;
    background-position: 20px 20.9px
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.menu-mobile-dynamique ul li a {
    background: 0 0;
    color: #bebebe
}

.small-notification p {
    margin: 10px 13px;
    padding-bottom: 2px;
    line-height: 18px
}

.text-input {
    overflow: hidden;
    position: relative;
    font-size: 11px;
    color: #666;
    width: 230px;
    margin-left: 20px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    display: block;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .1);
    border: solid 1px #3d3d3d
}

#contactEmail {
    margin-bottom: -5px !important
}

#contactMessage {
    display: none
}

#contactName {
    display: none;
    margin-bottom: 10px
}

#left_label_name {
    overflow: hidden;
    position: relative;
    display: none;
    text-align: left;
    margin-left: 200px;
    font-size: 11px;
    color: #8c8c8c;
    opacity: .3;
    margin-top: -20px;
    padding-bottom: 5px;
    margin-bottom: 10px
}

#name_label {
    overflow: hidden;
    position: relative;
    display: none;
    margin-top: 20px;
    margin-left: 20px;
    font-family: Lato, sans-serif;
    font-size: 12px;
    color: #c5c5c5
}

#email_label {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 12px;
    color: #c5c5c5;
    display: block;
    overflow: hidden;
    position: relative
}

#left_label_mail {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 18px;
    text-align: left;
    margin-left: 200px;
    font-size: 11px;
    color: #8c8c8c;
    opacity: .3;
    font-family: '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: 0
}

.contactButton {
    display: block;
    overflow: hidden;
    position: relative;
    margin-left: 20px;
    margin-top: 30px;
    height: 36px;
    font-family: Lato, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    width: 230px;
    background-color: rgba(255, 255, 255, .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;
    line-height: 18px;
    height: 90px;
    padding: 9px 12px
}

.menu-mobile-dynamique input {
    -webkit-appearance: none;
    border-radius: 0
}

.menu-mobile-dynamique .menu-item-external {
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto
}

.sidebar-form {
    display: none;
    margin-left: 20px;
    width: 230px;
    box-sizing: border-box
}

.sidebar-form2 {
    display: none
}

.sidebar-form label {
    font-size: 13px;
    border-radius: 0 !important;
    color: #c5c5c5;
    text-transform: uppercase;
    padding-top: 10px;
    display: block;
    opacity: .8
}

.sidebar-form label span {
    text-transform: lowercase;
    float: right;
    opacity: .5
}

.sidebar-form input {
    background-color: rgba(255, 255, 255, .1);
    border: solid 1px #3d3d3d
}

.sidebar-form textarea {
    background-color: rgba(255, 255, 255, .1);
    border: solid 1px #3d3d3d;
    margin-bottom: 0
}

.sidebar-send-button {
    font-size: 13px;
    display: block;
    width: 100%;
    color: #d2d2d2;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.success-subscribe {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px
}

.sidebar-form {
    margin-bottom: 0 !important;
    margin-top: -10px !important
}

.sidebar-form .formSuccessMessageWrap {
    width: 230px;
    margin-top: 20px;
    margin-bottom: 0
}

.sidebar-form .small-notification {
    margin-top: 20px
}

.sidebar-form #emailError {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px;
    border-radius: 0;
    height: 36px
}

.sidebar-form #emailError p {
    text-align: center;
    color: #ff8181;
    margin: 8px 0;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0
}

.sidebar-form #emailError2 {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px;
    border-radius: 0;
    height: 36px
}

.sidebar-form #emailError2 p {
    text-align: center;
    color: #ff8181;
    margin: 8px 0;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0
}

.subscribe-notification {
    width: 230px !important;
    margin-left: 20px;
    border-radius: 0 !important;
    margin-bottom: -15px !important;
    margin-top: 20px !important;
    background-image: none !important
}

.subscribe-notification p {
    background-image: none !important;
    text-align: center;
    color: #ff8181 !important;
    margin: 8px 0;
    display: block;
    text-transform: uppercase;
    padding-left: 0;
    margin-top: 20px
}

.formValidationError {
    margin-bottom: -15px
}

.sidebar-form .formValidationError div {
    margin-top: 20px;
    width: 230px;
    border-radius: 0 !important;
    height: 36px;
    margin-top: 20px !important
}

.sidebar-form .formSubmitButtonErrorsWrap {
    overflow: visible !important;
    margin-bottom: 20px
}

.sidebar-form .formValidationError p {
    text-align: center;
    color: #ff8181 !important;
    margin: 8px 0;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    vertical-align: baseline;
    outline: 0
}

.red-notification {
    background-color: rgba(219, 84, 84, .5);
    border-radius: 5px;
    border: solid 1px #cbb190
}

.formValidationError .red-notification p {
    background-image: none !important;
    display: block !important;
    padding-left: 0 !important;
    text-align: center !important
}

.no-bottom {
    margin-bottom: 0 !important
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

.red-notification {
    background-color: rgba(219, 84, 84, .5);
    border-radius: 5px;
    border: solid 1px #c24747
}

.formValidationError .red-notification p {
    font-size: 14px;
    background-image: none !important;
    display: block !important;
    padding-left: 0 !important;
    text-align: center !important
}

.no-bottom {
    margin-bottom: 0 !important
}

.notification-box {
    color: #fff !important
}

.notification-box h4 {
    color: #fff !important
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

.sidebar-right .btn-recherche {
    margin: 0;
    overflow: hidden;
    text-indent: 100px;
    background: url(../images/ico-recherche-mobile.png) no-repeat center center;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 48px;
    position: absolute;
    top: 68px;
    right: 50px
}

.sidebar-right .btn-favoris {
    position: absolute;
    margin: 0;
    top: 68px;
    right: 0;
    overflow: hidden;
    text-indent: 110px;
    background: url(../images/ico-favoris-mobile.png) no-repeat center center;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 48px
}

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 44px;
    background: rgba(0, 0, 0, .5);
    border-radius: 3px
}

.remonter a {
    display: block;
    padding: 6px 10px 11px 10px;
    text-align: center
}

.remonter a:hover {
    opacity: .8
}

.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
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .lightboxOverlay {
        overflow: scroll
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0
    }
}

.niveau2 {
    display: none
}

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 42px;
    background: rgba(245, 62, 38, .67);
    border-radius: 5px
}

.remonter a {
    display: block;
    padding: 12px 10px;
    text-align: center
}

.remonter a:hover {
    opacity: .8
}

.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
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .lightboxOverlay {
        overflow: scroll
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0
    }
}

@media (max-width: 767px) {
    .highlight-text {
        font-size: 16px !important;
        padding: 0 !important;
    }

    .body-gallery .fluid-contenu {
        padding: 0
    }

    .slide a {
        height: 374px
    }

    .img2:after {
        margin-left: -11%;
        top: -16px;
        height: 255px
    }

    .img2 {
        height: 355px;
        margin-left: 2%;
        margin-bottom: 42px
    }

    .page-contenu.clear {
        text-align: justify;
        padding: 0 3% 0 0
    }

    .cat-liste .description ul li {
        font-size: 29px;
        padding-right: 38px;
        line-height: 28px;
        margin: 0 0 20px
    }

    .new1,
    .new2,
    .new3,
    .new4 {
        background: #fff;
        padding: 20px 2%;
        margin: 28px 0
    }

    .nosRealisations .h3:after {
        width: 100%
    }

    .text1 {
        width: 90%;
        float: left;
        position: relative
    }

    .text1:before {
        width: 100%;
        height: 200px
    }

    .recup-photos.gallery {
        margin: 0 0 39px
    }

    .scroll.scroll01 {
        max-height: initial
    }

    .nosRealisations .miniatures .miniature {
        width: 100px;
        float: left;
        margin-right: 10px
    }

    .fluid-contenu .corps {
        padding: 17px 0 40px 0
    }

    .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
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .slide a {
        height: 474px
    }

    .recup-photos.gallery:after {
        max-width: 200px;
        height: 396px;
        top: -14px;
        left: -11px
    }

    .scrollbar-content {
        padding: 0 20px 0 0 !important
    }

    .fluid-contenu .corps {
        padding: 59px 0 40px 0
    }

    .img1 {
        height: 572px !important
    }

    .encarts .encart.encart1 {
        width: 94% !important
    }

    .pad-sm {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .pad-sm-l {
        padding-left: 15px !important
    }

    .pad-sm-r {
        padding-right: 15px !important
    }

    .nopad-sm {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .nopad-sm-l {
        padding-left: 0 !important
    }

    .nopad-sm-r {
        padding-right: 0 !important
    }
}

@media (max-width: 991px) {
    .gallery.gal1 {
        padding: 18px 0
    }

    .contain-text {
        padding: 5vh 8px 1vh 30px
    }

    .gallery ol li::before {
        content: none
    }

    .text2 {
        float: left;
        width: 100%;
        position: relative;
        margin: 0 0 65px
    }

    .texte4 {
        margin-top: 0
    }

    .zone-texte img {
        margin-top: 0
    }

    .text2:after {
        width: 100%;
        bottom: -18px;
        right: -25px
    }

    .im2 .block {
        min-height: auto
    }

    .nosRealisations .miniatures .miniature {
        width: 200px
    }

    h1 {
        margin-bottom: 29px;
        font-size: 31px;
        text-align: center
    }

    body.body-news .fluid-contenu {
        padding: 13px 0
    }

    .body-page-1 .page-contenu {
        padding: 40px 7px
    }

    .container2 {
        padding: 0 2%
    }

    .actualites {
        padding: 40px 0 0
    }

    .actualites .cell.texte .contenu {
        width: 96%
    }

    .hide-print.encarts {
        margin: 0 0 23px;
        padding: 42px 0 23px
    }

    .encarts .encart.encart1 {
        margin: 0 0 13px;
        width: 100%
    }

    .img1 {
        width: 100%;
        height: 312px;
        background-attachment: inherit;
        margin-left: 0;
        background-position: top center;
        background-size: cover;
        margin-bottom: 55px
    }

    .img1:after {
        height: 200px;
        top: -27px
    }

    .text-right.btns {
        margin: 0 15px 29px
    }

    .actualites .cell.photo {
        height: 250px
    }

    .partenaire .h1,
    .zone h2 {
        line-height: 60px;
        font-size: 25px;
        margin: 0 0 44px
    }

    .partenaire {
        padding: 10px 2%
    }

    .zone {
        padding: 28px 2%
    }

    .contain-img {
        padding: 0 0;
        margin-left: 0;
        margin-top: 30px;
        width: 100%
    }

    .bande3 {
        width: 100%;
        margin: 0;
        padding: 8px 0 0 6px
    }

    .pied .navf .menu_footer {
        text-align: center
    }

    .pied .navf .menu_footer li {
        float: none;
    }

    .navf .menu_footer li a::after {
        bottom: 0
    }

    .pied .horaires,
    .pied address {
        min-height: auto;
        border-bottom: 0 solid
    }

    .container {
        width: 100%
    }

    .text3:after {
        content: '';
        background: #0f9ee2;
        width: 100%;
        min-height: 95px;
        bottom: 0;
        right: 0
    }

    .modele-liste .item:nth-child(even) .col-md-6.cell-text1 .description li {
        text-align: left;
        font-size: 24px
    }

    .modele-liste .item:nth-child(even) .col-md-6.cell-text1 .row.prices .prix .prix-item {
        float: right;
        margin: 40px 0 0;
        text-align: right
    }

    .modele-liste .item:nth-child(even) .col-md-6.cell-text1 .text3:after {
        width: 100%
    }

    .text3 {
        position: relative;
        float: right;
        color: #fff;
        font-family: NunitoSans-Light;
        font-size: 14px;
        text-align: right;
        width: 100%;
        float: right;
        padding: 9px
    }

    .modele-liste .item:nth-child(even) .col-md-6.cell-text1 .img-2 {
        width: 66%;
        float: left;
        margin: 0 0
    }

    .modele-liste .item:nth-child(even) .col-md-6.cell-text1 .description p {
        text-align: left;
        margin: 0 0 0 30px;
        float: left;
        text-align: left
    }

    .contact .formulaire .form-group .col-md-4 {
        width: 100% !important
    }

    .contact .formulaire .form-group .col-md-8 {
        width: 100% !important
    }

    .contact .formulaire .form-group input[name=captcha] {
        width: 100% !important;
        margin-right: 0 !important;
        text-align: left !important
    }

    .contact .formulaire .form-group input[name=captcha]+a {
        position: absolute;
        width: 140px;
        top: 0;
        right: 0;
        margin-right: 0 !important
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px
    }

    .lb-prev {
        opacity: 1 !important;
        background: url(../images/lightbox-g.png) left 48% no-repeat
    }

    .lb-next {
        opacity: 1 !important;
        background: url(../images/lightbox-d.png) right 48% no-repeat
    }

    .scrollbars {
        width: 100%;
        height: auto
    }

    .scrollbar-content {
        padding: 0
    }

    header .logo-div,
    nav {
        display: none
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .container2 {
        padding: 0 5%
    }
}

@media (min-width: 1400px) and (max-width:1800px) {
    .container2 {
        padding: 0 5%
    }

    .navh .menu_principal a,
    .navh .menu_principal a:visited {
        font-size: 16px
    }
}

@media (max-width: 1199px) {
    .remonter {
        display: none !important
    }

    .container2 {
        padding: 0 5%
    }
}

@media (max-width: 1300px) {
    .remonter {
        display: none !important
    }

    .container2 {
        padding: 0 0
    }

    .navh .menu_principal a,
    .navh .menu_principal a:visited {
        font-size: 17px
    }

    .bande3 {
        background: #119ee2;
        padding: 10px 0 0 10px;
        margin: 0;
        width: 100%
    }
}

div#contactButtonsMobile a {
    background: #119ee2 !important
}

.bande3 {
    margin: 0;
    padding: 0;
    width: auto
}

@media (min-width: 768px) and (max-width:991px) {
    .nav-2 {
        margin-top: -35vh !important
    }
}

@media (min-width: 552px) and (max-width:767px) {
    .nav-2 {
        margin-top: -31vh !important
    }
}

@media (min-width: 420px) and (max-width:551px) {
    .nav-2 {
        margin-top: -20vh !important
    }

    .nav-2 a {
        padding: 11px 30px !important
    }
}

form#contact_89 {
    font-size: 16px
}

.formulaire.contact-footer {
    padding: 0 10px
}

.body-pageseo select#contact_89-element-6,
.body-pageseo select#contact_89-element-7 {
    display: none;
}

@media (max-width: 1024px) {
    .fluid-contenu .corps .mask-slider {
        display: none;
    }
}

.popup {
    cursor: pointer;
    z-index: 9001;
    position: fixed;
    display: flex;
    top: 374px;
    background: #129ee2;
    right: -314px;
    transition: .3s ease-in-out;
}

.popup a {
    text-decoration: none
}

.popup .logo img {
    width: 70px
}

.popup .content {
    margin: auto;
    width: 315px;
    padding: 0 6px;
}

.popup .content a {
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 17px;
    font-family: var(--font_family_2);
}

.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;
    }
}

.modal-dialog {
    width: 90%;
    max-width: 735px;
    height: 500px;
    margin: 50px, auto;
    top: 212px;
}

.modal.fade .modal-dialog {
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.modal.in .modal-dialog {
    transform: translateY(0);
}

.close {
    font-size: 20px;
    position: absolute;
    right: 7px;
    top: 0px;
    cursor: pointer;
    color: #fff;
    opacity: .8;
}

.modal-content img {
    width: 100%;
    height: auto;
    padding-top: 19px;
}

/* Style pour le texte en évidence */
.highlight-text {
    text-align: center;
    font-size: 23px;
    padding: 0 20px !important;
    border-radius: 10px;
    margin-top: 20px;
    color: #fff;
    font-family: Nunito-Bold;
    display: none;
}

@media screen and (max-width: 600px) {
    .popup {
        top: 258px;
    }
}

.popup svg {
    fill: white;
    height: 3rem;
}

.popup .logo {
    padding: 10px 10px 5px;
}