
:root {
    --color_principal: #2D3342;
    --color_secondaire: #a17c00;
    --color_tertiaire: #ffffff;
    --color_body: #2D3342;
    --color_traite: #2D3342;
    --bg:#F1E3C2;
    --police_principal: 'Prata-Regular', sans-serif;
    --police_body: 'Lato-Regular', sans-serif;
    --text:"Lato-Light", sans-serif;
    --radius-box: 0px;
}

.xxx {
    height: 65vh;
}
.divflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

img.logoblanc {
    height: auto;
    width: 250px;
}
.body-page-1 .page-contenu.clear {
    display: block;
    width: 75%;
}
html,
body {
    height: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

a {
    /* -webkit-transition:color 300ms ease-out; */
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    /* transition:color 300ms ease-out; */
}

a img {
    border: none
}

img {
    max-width: 100%;
}

ul,
ol {
    list-style-position: inside;
    list-style-type: none;
    list-style-image: none;
}

.fluid-contenu .corps li:before {
    display: inline-block;
    content: "\f054";
    position: absolute;
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    left: -3px;
    font-size: 12px;
    color: var(--color_principal);
    top: 3px;
    width: 9px;
    height: 16px;
}

ul li,
ol li {
    padding-left: 10px;
    position: relative;
}

ul li.niveau2,
ol li.niveau2 {
    margin-left: 30px
}

menu,
dir {
    padding-left: 15px
}

blockquote p {
    font-size: inherit
}

table,
table td,
table th {
    font-size: inherit;
    border: 1px solid #7C7C7C
}

main,
section,
article,
aside,
footer,
header,
nav,
hgroup {
    display: block
}

iframe {
    border: none
}

*[data-anim] {
    opacity: 0
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.nopad {
    padding-left: 0;
    padding-right: 0
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.nomargin {
    margin: 0
}

.hide {
    display: none
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.justify {
    text-align: justify
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.bold {
    font-weight: bold
}

.underline {
    text-decoration: underline
}

.relative {
    position: relative
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.noflicker {
    -webkit-transform: translateZ(0)
}

.retrait {
    margin-left: -15px !important;
    margin-right: -15px !important
}

.transition {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateZ(0);
}

.cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important
}

hr.trait {
    height: 1px;
    margin: -0.5em 0;
    padding: 0;
    color: var(--color_traite);
    background-color: var(--color_traite);
    border: 0
}

.pageseo hr {
    margin: 60px 0;
}

.page-contenu img {
    margin: 10px
}

body {
    color: var(--color_body);
    font-family: var(--police_body), sans-serif;
    font-size: 16px;
    background: #fff;
}

a,
a:link,
a:visited {
    color: #191a1a;
    text-decoration: underline
}

a:hover {
    color: var(--color_secondaire);
}

a:active {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
    color: var(--color_principal);
    font-family: var(--police_principal), sans-serif;
    font-weight: normal;
}

h1,
.h1,
.pageseo .bande1 .formulaire h2 {
    font-size: 40px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 100px;
    margin-top: 35px;
    position: relative;
    color: var(--color_principal);
}

h1:before,
.h1:before,
.pageseo .bande1 .formulaire h2:before {
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translate(-50%, 0px);
    background: var(--color_secondaire);
    z-index: 9;
}

h1:after,
.h1:after,
.pageseo .bande1 .formulaire h2:after {
    content: "";
    width: 120px;
    height: 1px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0px);
    background: var(--color_traite);
}

h2,
.h2 {
    font-size: 26px
}

h3,
.h3 {
    font-size: 20px
}

h4,
h5,
h6 {
    font-size: 16px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h6 a:link,
.h1 a:link,
.h2 a:link,
.h3 a:link,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
.h1 a:visited,
.h2 a:visited,
.h3 a:visited {
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover {
    text-decoration: underline
}

h2.h1 {
    font-size: 40px
}

a.imagecont.noflicker.img1 {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px;
}

.callTracker {
    position: relative;
}

.callTracker span,
.callTracker a {
    display: inline-block;
    text-align: center;
    padding: 0;
    /* -webkit-transition:all 500ms ease; */
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 100%;
    /* line-height:1.64em; */
    text-decoration: none;
    color: #ffffff;
}

.pageseo .callTracker span,
.pageseo .callTracker a {
    color: var(--color-body);
}

footer .callTracker span,
footer .callTracker a,
.contact .callTracker span,
.contact .callTracker a {
    color: var(--color_body);
}


html {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}

.scroller .section {
    scroll-snap-align: start;
    scroll-margin: 10vh;
    min-height: 90vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.encarts {
    background: var(--bg) !important;
}

.section.footers {
    min-height: auto;
    scroll-margin: 16vh;
    display: block;
}

.callTracker span:hover {
    /* color:var(--color_body); */
}

.callTracker .t_phone {
    opacity: 0;
    display: none;
}

.callTracker .t_affiche {
    cursor: pointer;
}

.slogan i {
    margin-right: 3px;
}

header .callTracker span,
header .callTracker a {
    top: 5px;
}

header .callTracker .t_affiche {
    font-size: 90%;
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block;
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none;
}

.pied .callTracker a,
.coordonnees .callTracker a {
    position: relative;
    left: 0px;
}

.pied .callTracker span.t_affiche {
    font-weight: bold;
    text-decoration: none;
}

.main-page {
    position: relative;
    padding: 0% 0%;
    background: var(--bg);
}

.banniere {
    position: relative;
    display: block;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
}

.tete {
    position: absolute;
    top: 0px;
    left: 0%;
    right: 0;
    z-index: 9000;
    width: 100%;
    background: #fff0;
    -webkit-transition: all 50ms ease;
    -moz-transition: all 50ms ease;
    -ms-transition: all 50ms ease;
    -o-transition: all 50ms ease;
    transition: all 50ms ease;
    -webkit-transform: translateZ(0);
}

.tete.fixed .logo {
    height: 14vh !important;
}

.tete.fixed {
    background: var(--color_secondaire);
    left: 0;
    right: 0;
    display: block;
    z-index: 9000;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.40);
    top: -22px;
    position: fixed;
    transition: all 0.2s ease-in-out;
    /* -webkit-transition: all 50ms ease; */
    -moz-transition: all 50ms ease;
    -ms-transition: all 50ms ease;
    -o-transition: all 50ms ease;
    /* transition: all 50ms ease; */
}

.banniere:after,
.banniere-interne:after {
    content: '';
    background: rgba(31, 39, 50, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
}

.header {
    width: 100%;
    padding: 0px 0px 0px;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header .logo {
    width: 700px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24vh;
}

.header .logo-site {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 30px 0 0;
}

.header .logo-site svg {
    max-width: 100%;
    fill: #fff;
}

.header .logo-site img {
    width: auto;
    height: 16vw;
}

a.btn i {
    display: none;
}

.header .logo .btn-partage {
    width: 30%;
    display: flex;
    text-align: center;
    justify-content: center;
}

.header .logo .btn-partage .icones {
    width: 16px;
    margin: 0;
    height: 16px;
    padding: 0;
    position: relative;
    left: 0;
    fill: #000;
}

.header .logo .btn-partage div {
    margin: 0 5px;
}

.header .logo .numero_telephone {
    width: 30%;
    text-align: center;
}

.header .logo .numero_telephone i {
    position: relative;
    left: -10px;
}

.header .logo .numero_telephone p {
    margin-top: 0;
    padding: 5px 10px 5px 60px;
    font-size: 15px;
    background-position: 35px 50%;
    background-color: transparent;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
    border-color: transparent;
}

.header .logo .numero_telephone p.active {
    box-shadow: none;
    border-color: none;
}

.header .logo .numero_telephone p span {
    color: #fff;
}

.header .navbar {
    width: 700px;
}

.header .navbar .navh {
    width: 100%;
}

.fixed .header .logo {
    width: 300px;
    justify-content: start;
}

.fixed .header .navbar {
    float: right;
}

.fixed .header .logo-site {
    padding-top: 2em;
    width: 300px;
}

.fixed .header .logo-site img {
    width: auto;
    height: 16vh;
    position: relative;
    top: -2.5vh;
}

.fixed .header {
    padding: 0;
    display: block;
}

.fixed .navh .menu_principal:after {
    display: none;
}

.top-logo #logo_FD {
    position: absolute;
    fill: var(--color_tertiaire);
    left: 16px;
    top: 11px;
    max-height: 76px;
    max-width: 129px;
}

.slogan {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--police_principal);
    color: var(--color_tertiaire);
    font-size: 44px;
    padding: 8% 0 0 0;
}

.slogan .p2-slog {
    font-size: 25px;
}

.icones {
    width: 32px;
    /* margin:16px 0 0 16px; */
    height: 32px;
    fill: #fff;
}

.btn,
a.btn {
    position: relative;
    font-family: var(--text);
    font-size: 16px;
    border-radius: var(--radius-box);
    border: 1px solid var(--color_principal);
    text-decoration: none;
    padding: 18px 36px;
    /* margin-top:15px; */
    background-position: 20px 50%;
    background-repeat: no-repeat;
    background-color: #ffffff00;
    transition: .5s;
    color: var(--color_tertiaire);
    text-transform: uppercase;
}

.btn,
a.btn i {
    margin-right: 10px;
}

.btn.btn-slogan,
a.btn.btn-slogan {
    background-color: var(--color_secondaire);
    border: none;
    color: var(--color_tertiaire);
    padding: 13px 15px 13px 15px;
    /* border-radius: 40px; */
    border: 2px solid var(--color_secondaire);
    min-width: 240px;
}

.btn.btn-slogan:hover,
a.btn.btn-slogan:hover {
    background-color: var(--color_tertiaire);
    color: var(--color_secondaire);
    border-color: var(--color_tertiaire);
}

.btn.btn-slogan:hover span {
    color: var(--color_secondaire);
}

.btn.btn-slogan:hover a {
    color: var(--color_secondaire);
}

main.fluid-contenu {
    padding: 0% 0%;
    margin-top: 0vh;
}

.fluid-contenu .corps {
    z-index: 10;
    padding: 30px 10%;
    text-align: justify;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.40);
    font-size: 16px;
    background-repeat: no-repeat;
    background-size: 58%;
    background-position: top right;
    background-color: var(--bg);
}

.body-page-1 .fluid-contenu .corps {
    background: url(../images/pictureparquets.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position-x: 87%;
    background-color: var(--bg);
    background-position-y: 80%;
}

.body-contact .fluid-contenu .corps {
    background-image: initial;
    background-color: #EFD7D1;
}

address {
    margin-bottom: 43px;
}

.formulaire>h2 {
    margin: 0 0 20px;
}

.fluid-contenu .corps article {
    padding: 0% 5%;
}

.banniere-interne {
    height: 60vh;
    min-height: 60vh !important;
    position: relative;
}

.banniere-interne .slogan {
    padding: 0 10%;
    top: 20%;
}

.banniere-interne:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    pointer-events: none;
}

a.btn.btn-body {
    color: var(--color_principal);
    display: table;
    margin: 70px auto 0;
}

a.btn.btn-body:hover {
    background-color: var(--color_principal);
    color: var(--color_tertiaire);
}

.btn-partage .btnp {
    line-height: 36px;
    width: 36px;
    height: 36px;
    /* border-radius:36px; */
    border: 1px solid var(--color_secondaire);
    background-color: var(--color_secondaire);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transition: all 400ms ease;
}

a.btnp.btn-gmb:hover svg {
    fill: var(--color_secondaire);
}

.btn-partage .btnp i {
    color: #fff;
}

.btn-partage .btnp:hover {
    /* transform:rotate(360deg); */
    background-color: var(--color_tertiaire);
}

.btn-partage .btnp:hover i {
    color: var(--color_secondaire);
}

.copyright {
    text-align: justify;
}

.navh {
    margin: 0;
    z-index: 8000;
    display: inline-block;
    vertical-align: top;
}

.navh .menu_principal {
    margin: 0;
    padding: 58px 0 0px;
    list-style: outside none;
    display: table;
    width: 100%;
    position: relative;
}

.navh .menu_principal .dot {
    position: absolute;
    top: 96px;
    width: 40px;
    height: 3px;
    background: var(--color_secondaire);
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.navh .menu_principal li:nth-child(1):hover~.dot,
.menu_principal li:nth-child(1).active~.dot {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    left: 75px;
}

.navh .menu_principal li:nth-child(2):hover~.dot,
.menu_principal li:nth-child(2).active~.dot {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    left: 321px;
}

.navh .menu_principal li:nth-child(3):hover~.dot,
.menu_principal li:nth-child(3).active~.dot {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    left: 579px;
}

.navh .menu_principal>li {
    display: table-cell;
    text-align: center;
    background: none;
}

.navh .menu_principal a,
.navh .menu_principal a:visited {
    position: relative;
    color: var(--color_tertiaire);
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    padding: 0 0;
    text-decoration: none;
    font-family: var(--police_principal), sans-serif;
    font-weight: normal;
    transition: all 400ms ease;
}

.navh .menu_principal a:hover,
.navh .menu_principal li.active>a {
    color: var(--color_secondaire);
}

.navh .menu_principal li.active>a {
    color: #fff;
}

.navh .menu_principal li.active>a:hover {
    cursor: default
}

.navh .menu_principal a {
    transition: 400ms;
}

.navh .menu_principal a:hover:after,
.navh .menu_principal li.active>a:after {
    width: 100% !important;
    left: 0;
}

.navh .menu_principal a:after {
    content: '';
    position: absolute;
    width: 100%;
    width: 0 !important;
    right: 0;
    bottom: 0;
    transition: 400ms;
    height: 1px;
    display: none;
}

.navh .menu_principal:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -15px;
    background: var(--color_traite);
    z-index: -1;
}

.tete.fixed .navh .menu_principal a,
.tete.fixed .navh .menu_principal a:visited {
    color: var(--color_tertiaire);
}

.tete.fixed .navh .menu_principal a:hover:after,
.tete.fixed .navh .menu_principal>a:after {
    border-color: var(--color_tertiaire);
}

.fixed .navh .menu_principal a:hover,
.fixed .navh .menu_principal li.active>a {
    color: var(--color_tertiaire) !important;
}

.fixed .navh .menu_principal .dot {
    background: white;
}

.fixed .navh .menu_principal a:hover:after,
.fixed .navh .menu_principal li.active>a:after {
    border-color: var(--color_tertiaire);
}

.btn-contact {
    text-align: center;
}

.btn-contact a.btn.btn-body {
    display: inline-block;
    margin: 40px 20px 0px;
    padding: 14px;
    min-width: 200px;
    background: var(--color_secondaire);
    border-color: var(--color_secondaire);
    color: var(--color_tertiaire);
}

.btn-contact a.btn.btn-body:hover {
    background: #a17c00a8;
    transition: all .5s ease-in .05s;
    border-color: #a17c00a8;
}

@-webkit-keyframes anim {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

@keyframes anim {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

.fil-arianne {
    margin: 0;
    position: absolute;
    top: -42px;
    margin-left: 0;
    display: block;
    padding: 0 0 40px;
    left: 10%;
}

.fil-arianne li {
    background: none;
    display: inline-block;
    padding: 0px 0 0 3px;
    color: var(--color_tertiaire);
}

.fil-arianne li:first-child a {
    font-size: 13px;
}

.fil-arianne li:last-child a {
    opacity: 1;
}

.corps .fil-arianne li:before {
    display: none;
}

.fil-arianne a,
.fil-arianne a:visited {
    opacity: 0.3;
    text-decoration: none;
    color: var(--color_tertiaire);
}

.fil-arianne a:hover {
    text-decoration: underline;
}

.encarts {
    position: relative;
    display: block;
    padding: 80px 15% 120px;
}

.encarts h2.h1 {
    color: var(--color_principal);
    width: 100%;
}

.encarts .marg-grid1 {
    padding-right: 20px;
}

.encarts .marg-grid2 {
    padding-right: 10px;
    padding-left: 10px;
}

.encarts .marg-grid3 {
    padding-left: 20px;
}

.encarts .encart {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.encarts .encart .block-encart {
    background: var(--color_secondaire);
    border-radius: var(--radius-box);
}

.encarts .encart .img-encart {
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 50px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    transition: all 0.5s;
    transform: scale3d(1.01, 1, 1.1);
}

.encarts .encart .img-encart img {
    height: 250px;
    border-radius: var(--radius-box);
}

.encarts .encart .img-encart:after {
    content: 'En savoir +';
    background: linear-gradient(45deg, #000000a3, #000000d6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    color: white;
    font-size: 30px;
    letter-spacing: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    font-weight: 800;
    transition: all .4s ease;
}

.encarts .encart:hover .img-encart:after {
    letter-spacing: 0;
    font-size: 22px;
    opacity: 1;
    color: var(--color_secondaire);
}

.encarts .encart:hover .img-encart {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    -moz-transform: scale3d(0.95, 0.95, 0.95);
    -transform: scale3d(0.95, 0.95, 0.95);
}

.encarts .encart h2 {
    position: relative;
    font-size: 25px;
    color: var(--color_principal);
    z-index: 1;
    text-transform: uppercase;
    transition: .5s;
    text-align: center;
    padding: 10px;
}

.encarts .encart .btn {
    position: relative;
    ;
    color: var(--color_tertiaire);
    border-color: var(--color_tertiaire);
    z-index: 1;
    padding: 0px 25px 14px 0px;
    font-size: 15px;
    border: none;
    margin-top: 5px;
}

.encarts .encart .btn:hover {
    color: var(--color_secondaire);
}

.encarts .encart:hover .contenu-encart h2 {
    color: var(--color_secondaire);
}

.encarts .encarts-childs {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

.encarts .encarts-childs .contenu-encart {
    text-align: center;
    display: flex;
    background: var(--color_tertiaire);
    width: auto;
    height: 12vh;
    align-items: center;
    justify-content: center;
}

.encarts .encarts-childs .contenu-encart i {
    position: relative;
    top: 1px;
    left: 5px;
}

.pied {
    position: relative;
    padding: 0 11%;
    background-image: url(../images/unsplash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: hard-light;
    background-position: center;
}

.pied .bande1 {
    padding: 0;
    /* background:var(--color_tertiaire); */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.40); */
    /* border-radius: var(--radius-box); */
}

.pied .bande1 .h1,
.pageseo .bande1 .formulaire h2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 22px;
}

.bande1 .h1,
.pageseo .bande1 .formulaire h2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 22px;
}

h2.h1.coordonnees,
.pageseo .bande1 .formulaire h2 {
    margin-bottom: 80px;
}

.bande1 .h1:before,
.pageseo .bande1 .formulaire h2:before {
    left: 0%;
    transform: translate(0);
}

.bande1 .h1:after,
.bande1 .h1:after,
.pageseo .bande1 .formulaire h2:after {
    left: 0;
    transform: translate(0);
}

.pied .bande1 h3 {
    color: var(--color_principal);
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 0 0px 0;
    margin-top: 0;
    position: relative;
}

.pied .bande1 h3:before {
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0%;
    transform: translate(0px);
    background: var(--color_secondaire);
    z-index: 9;
}

.pied .bande1 h3:after {
    content: "";
    width: 120px;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0%;
    transform: translate(0px);
    background: var(--color_traite);
}

.pied .bande1 .nos-horaires {
    margin: 0px 0px 40px;
}

.pied .bande1 .coordonnees {
    /* margin-bottom: 40px; */
}

.row.contactfooter {
    background: var(--color_tertiaire);
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    border-radius: var(--radius-box);
    padding: 29px 20px;
}

.plan {
    margin-bottom: 30px;
}

.pied .bande2 {
    padding: 50px 0 0px;
    /* border: 1px solid var(--color_traite); */
    margin-top: 30px;
    border-radius: var(--radius-box);
}

.pied .bande2 h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin-top: 0;
    position: relative;
}

.pied .bande2 h3:before {
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, 0px);
    background: var(--color_secondaire);
    z-index: 9;
}

.pied .bande2 h3:after {
    content: "";
    width: 120px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    background: var(--color_traite);
}

.pied .bande2 .acces-bande {
    margin-bottom: 50px;
}

.pied .bande2 .rechercher-bande {
    padding: 0px 20%;
}

.pied .bande3 {
    padding: 20px 0;
}

.pied .bande3 .bande3-block {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.pied .navf .menu_footer {
    color: #fff;
    padding: 15px 0 15px 0;
    list-style-type: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

.pied .navf .menu_footer li {
    display: block;
    padding: 0 15px 4px 15px;
    background: none;
}

.pied .navf .menu_footer li:last-child {
    border: none
}

.pied .navf .menu_footer li a,
.pied .navf .menu_footer li a:visited {
    font-size: 14px;
    padding: 0;
    color: inherit;
    text-decoration: none;
}

.pied .navf .menu_footer li a:hover {
    color: var(--color_secondaire);
}

.pied .navf .menu_footer li.active a:hover {
    cursor: default;
    text-decoration: none
}

.pied .menu_referencement {
    color: var(--color_tertiaire);
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    text-align: justify;
    padding: 0px 2.3vw;
}

.pied .menu_referencement li {
    display: inline;
    padding: 0;
    background: none;
}

.pied .menu_referencement li:after {
    content: " - "
}

.pied .menu_referencement li:last-child:after {
    content: ""
}

.pied .menu_referencement li a,
.pied .menu_referencement li a:visited {
    color: inherit;
    font-size: 14px;
    text-decoration: none;
}

.pied .menu_referencement li a:hover {
    color: var(--color_secondaire);
}

.pied .menu_referencement li.active a:hover {
    cursor: default;
    text-decoration: none
}

.pied address {
    margin: 0;
    padding: 10px 0 0 0;
    color: var(--color_body);
    font-size: 16px;
    margin: 0 0 44px;
}

.plan iframe {
    height: 655px;
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0;
    background-position: 0 0px;
    padding: 0 0 10px;
    font-size: 16px;
}

.pied address p.tel a {
    color: inherit;
    text-decoration: none
}

.pied address p a {
    text-decoration: none;
    color: inherit
}

.pied address p a:hover {
    text-decoration: underline
}

address p {
    font-size: 16px;
    text-align: left;
}

.pied .scrollbars {
    margin: 15px 0 0 0;
    height: 150px;
}

.pied .horaires {
    color: var(--color_body);
    padding: 0px 0 20px 0;
    font-size: 16px;
}

.pied .copyright-footer {
    margin: 0px 0px 0px 0px;
    text-align: center;
}

#logoFD svg * {
    fill: #fff;
}

#logoFD svg {
    width: 200px;
}

.pied .btn-like {
    padding: 20px 0px 0px 0px
}

.pied .btn-partage {
    text-align: center;
    padding: 0px 0 0 0;
    display: flex;
    width: 12.6%;
    justify-content: flex-end;
    gap: 10px;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color_secondaire)
}

.contact .plan {
    font-size: 0;
    /* margin-top:100px; */
}

.contact .plan .block #googlemapapi,
.contact .plan iframe {
    width: 100% !important;
}

.contact .description-contact {
    padding: 0px 0px 10px 0px
}

.form-group .label-rgpd strong,
.info-rgpd strong,
.info-rgpd a,
.info-rgpd a:visited {
    color: var(--color_principal);
}

.form-control:focus {
    color: #000;
    background: #fff;
}

.coordonnees span.t_affiche {
    text-decoration: underline;
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.contact .formulaire .form-group .col-md-4 {
    display: none;
}

.contact .formulaire .form-group .col-md-8 {
    width: 100% !important
}

.contact .formulaire .control-label {
    text-align: left !important;
    font-weight: normal
}

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.contact .formulaire .form-group .form-control {
    background: var(--color_tertiaire);
    border: 1px solid #c8cbcf;
    box-shadow: none;
    border-radius: 0px;
    width: 100% !important;
    font-family: var(--police_body);
    color: var(--color_body);
    font-size: 16px;
}

.contact .formulaire .form-group textarea.form-control {
    height: 128px;
    position: static;
    border-radius: var(--radius-box);
    padding: 15px;
}

.contact .formulaire .form-group input.form-control {
    height: 50px;
    line-height: 1;
    line-height: 50px \9;
    padding: 0px 15px;
    margin-bottom: 5px;
    border-radius: var(--radius-box);
}

.contact .formulaire .form-group select.form-control {
    height: 50px;
    line-height: 50px;
    padding: 15px;
    border-radius: var(--radius-box);
}

.block_nous_localiser {
    width: 100%;
    display: flex;
}

.block_nous_localiser>div {
    width: 50%;
}

.nous_adresse {
    display: flex;
}

address i {
    margin-right: 12px;
    margin-bottom: 10px;
}

address .tel2 span {
    padding-left: 6px;
}

.block_nous_localiser h3 {
    font-family: 'Poppins';
    margin-bottom: 15px;
    font-size: 19px;
}

.block_nous_localiser div .callTracker span {
    color: var(--color_noir);
}

.body-pageseo .fluid-contenu .corps .pageseo h1 {
    margin-bottom: 80px;
}

.body-pageseo .fluid-contenu .corps .pageseo>div:first-child>p {
    padding: 0% 0%;
}

@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 .formulaire .form-group input.btn-primary {
    display: inline-block;
    position: relative;
    float: right;
}

.contact .formulaire .form-actions {
    font-size: 12px;
    font-style: italic;
}

.contact a.btn.btn-default {
    float: right
}

.body-error404 a.btn.btn-default,
.contact .formulaire input.btn-primary,
.contact a.btn.btn-default {
    transition: all 400ms ease;
    background-color: var(--color_secondaire);
    background-image: url(../images/ico-contact2.png);
    border-color: var(--color_secondaire);
}

.body-error404 a.btn.btn-default {
    background-image: none
}

.body-error404 a.btn.btn-default:hover,
.body-error404 a.btn.btn-default:active,
.contact .formulaire input.btn-primary:hover,
.contact .formulaire input.btn-primary:active,
.contact a.btn.btn-default:hover,
.contact a.btn.btn-default:active {
    background-color: #a17c0096;
    color: var(--color_tertiaire);
    background-image: url(../images/ico-contact1.png);
}

*::-webkit-input-placeholder {
    color: var(--color_body) !important
}

*:-moz-placeholder {
    color: var(--color_body) !important;
    opacity: 1 !important
}

*::-moz-placeholder {
    color: var(--color_body) !important;
    opacity: 1 !important
}

*:-ms-input-placeholder {
    color: var(--color_body) !important
}

a.img-seo.imagecont.noflicker.img1 {
    float: right;
    margin: 0 0 18px 25px;
}

.pageseo .formulaire .form-group input[name="captcha"] {
    width: 100% !important;
    margin-right: 0% !important;
    text-align: left !important;
}

.pageseo .formulaire .form-group input[name="captcha"]+a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0px !important;
}

.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, 0.1)
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    width: 100%;
    background: var(--color_principal);
}

.icones {
    width: 32px;
    margin: 16px 0 0 16px;
    height: 32px;
    fill: #fff;
}

.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;
    height: auto;
    width: 163px;
}

.deploy-right-sidebar {
    border-left: 1px var(--color_tertiaire) solid;
    display: table-cell;
    height: 65px;
    width: 65px;
    background-position: center center
}

.deploy-right-mail {
    border-left: 1px var(--color_tertiaire) solid;
    display: table-cell;
    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-size: auto 49%;
    height: 65px;
    width: 65px;
    background-position: center 16px;
    position: absolute;
    right: 130px;
    top: 0;
}

.sidebar-scroll-right {
    width: 275px;
    overflow: auto !important;
    overflow-x: hidden !important;
    height: 100%;
    background-color: #fff;
}

.sidebar-right {
    font-family: var(--police_principal), Helvetica !important;
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0;
    bottom: 0;
    width: 270px;
    margin-right: 10px;
    box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.sidebar-right-logo {
    margin-left: 84px;
    top: 14px;
    right: 1px;
    max-width: 180px;
    float: inherit;
    max-height: 37px;
    position: relative;
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: var(--color_principal) !important;
    background: var(--bg_secondaire);
}

.submenu a {
    text-shadow: 0 2px 0 rgba(0, 0, 0, 1);
    background-image: url(../images/menu-mobile-3/sidebar-deco.png);
    background-repeat: repeat-x;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    font-size: 10px;
    color: #878787;
    text-transform: uppercase;
    font-weight: 900
}

.submenu a em {
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.png);
    background-size: 8px 11px;
    background-repeat: no-repeat;
    float: left;
    width: 10px;
    height: 15px;
    display: block;
    margin-top: 5px;
    padding-right: 35px
}

.submenu a:first-child {
    background-image: none !important
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-header-right {
    height: 65px;
    background-color: var(--color_principal);
    position: relative;
}

.sidebar-right .close-sidebar-right {
    position: absolute !important;
}

.right-sidebar-copyright {
    margin: 20px 0
}

.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: none;
    padding-left: 18px;
    background: var(--color_principal);
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0;
}

.menu-mobile-dynamique .sub-menu li a {
    height: 42px;
    text-transform: none;
}

.menu-mobile-dynamique 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;
    line-height: 18px;
    font-size: 16.2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #fff;
    height: 60px;
    padding-left: 29px;
    background-position: 6px 20.9px;
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "\f105";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    left: 5px;
    font-weight: 700;
    font-size: 15px;
    color: var(--color_tertiaire);
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.menu-mobile-dynamique ul li a {
    background: none;
    color: var(--police_body)
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

.badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/badge-optionnel.png) no-repeat top right;
    width: 139px;
    height: 139px;
}

.bg-optionnel {
    background: url(../images/bg-optionel.jpg) repeat top center;
}

.bg-optionnel-gris {
    background: #141515 url(../images/bg-optionel-gris.jpg) repeat top center;
}

.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: var(--police_principal), 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: 0px
    }
}

@media (max-width:991px) {
    .body-page-1 .fluid-contenu .corps, .body-page-26 .fluid-contenu .corps{
        background: inherit;
    }
    img.logoblanc {
    height: auto;
    width: 200px;
}
    .pied .btn-partage{
        width: initial;
    }
    .divflex{
        flex-direction: column-reverse;
        gap: 3vh;
    }
    .pied .bande3 .bande3-block{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .body-page-1 .page-contenu.clear{
        width: 100%;
    }
      .scroller .section{
    display: block;
    padding: 60px 2% 95px;
    scroll-snap-align: initial;
    scroll-margin: initial;
}
    /* .scroller .section {
        display: block;
        min-height: auto !important;
        padding: 60px 2% 95px;
    } */

    a.img-seo.imagecont.noflicker.img1 {
        float: inherit;
        margin: 0 0 18px 0;
        display: block;
    }

    a.img-seo.imagecont.noflicker.img1 img {
        width: 100%;
    }

    .encarts .encarts-childs {
        display: block;
        padding: 0 3%;
    }

    .pied {
        position: relative;
        padding: 0 2%;
    }

    .plan iframe {
        height: 350px
    }

    .container {
        width: 100%;
    }

    .slogan {
        font-size: 35px;
        text-align: center;
        padding: 0;
    }

    h1,
    .h1 {
        font-size: 30px;
    }

    figure.effect-lily h2 {
        font-size: 20px;
    }

    figure.effect-lily p a.btn {
        padding: 8px 2vh;
    }

    .banniere {
        height: 40vh !important;
        position: relative;
    }

    .grid {
        margin-bottom: 15px
    }

    .pied .navf .menu_footer {
        flex-direction: column;
        align-items: center;
    }

    .pied .bande2 .rechercher-bande {
        margin-bottom: 40px;
    }

    .lb-prev {
        opacity: 1 !important;
    }

    .lb-next {
        opacity: 1 !important;
    }

    .scrollbars {
        width: 100%;
        height: auto
    }

    .scrollbar-content {
        padding: 0
    }

    header .logo-div,
    nav {
        display: none
    }

    .body-contact .contact h2.h1 {
        margin-bottom: 50px;
    }

    .encarts .encart .img-encart img {
        width: 100%;
        height: 125px;
    }

    .encarts .encart h2 {
        font-size: 18px !important;
    }

    .encarts .marg-grid1 {
        padding-right: 0px;
    }

    .encarts .marg-grid2 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .encarts .marg-grid3 {
        padding-left: 0px;
    }

    #contact-form {
        margin-bottom: 30px;
    }

.body-page-1 .bande1 #contact-form {
    display: none;
}

    .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: 0px !important;
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
    }

    .contact .block_nous_localiser {
        flex-direction: column;
    }

    .contact .block_nous_localiser>div {
        width: 85%;
    }

    .contact .formulaire .form-group input.btn-primary {
        float: unset;
    }

    .contact .block_nous_localiser div:nth-child(1),
    .contact .block_nous_localiser div:nth-child(2) {
        margin: auto;
    }

    .fil-arianne {
        margin-left: 0;
    }

    .body-pageseo .fluid-contenu .corps .pageseo>div:first-child>p {
        padding: 0% 0;
    }

    .encarts {
        padding: 40px 0 0;
    }
}

@media (max-width:767px) {
    .pad-xs {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pad-xs-l {
        padding-left: 15px !important
    }

    .pad-xs-r {
        padding-right: 15px !important
    }

    .nopad-xs {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

.col-lg-5.nopad-xs.nopad-l.nopad-sm.nopad-xs {
}

    .nopad-xs-l {
        padding-left: 0 !important
    }

    .nopad-xs-r {
        padding-right: 0 !important
    }

    .marg-grid2,
    .marg-grid1,
    .marg-grid3 {
        padding: 10px 0 !important;
    }

    main.fluid-contenu {
        margin-top: -3vh;
    }

    .banniere {
        height: 100% !important;
        display: block;
    }

    .btn.btn-slogan {
        margin-bottom: 18px;
        margin-top: 0px;
    }

    .slogan {
        font-size: 20px;
        margin-bottom: 0px;
        padding-bottom: 24px;
        padding: 35% 0%;
    }

    .slogan .p2-slog {
        font-size: 20px;
    }

    .btn.btn-slogan {
        min-width: 190px !important;
        font-size: 15px;
    }

    .banniere-interne {
        height: 100%;
    }

    .banniere-interne .slogan {
        padding: 35% 0%;
    }

    .fil-arianne {
        margin-top: 0px;
        margin-left: 0;
    }

    .fluid-contenu .corps {
        padding: 40px 5% 75px;
        font-size: 14px;
    }

    .fluid-contenu .corps h1 {
        margin-bottom: 70px;
    }

    h1,
    .h1,
    h2.h1 {
        font-size: 26px;
    }

    .body-pageseo .fluid-contenu .corps .pageseo h1 {
        font-size: 20px;
    }

    .formulaire>h2 {
        font-size: 21px;
        text-align: left;
    }

    .pageseo .bande1 .h1,
    .pageseo h2.h1.coordonnees {
        margin: 30px 0 40px;
    }

    .fluid-contenu .corps article {
        padding: 0% 0% !important;
    }

    .encarts {
        padding: 25px 5%;
    }

    .encarts .encarts-childs {
        flex-direction: column;
    }

    .encarts h2.h1 {
        margin-bottom: 70px;
        font-size: 30px;
    }

    .encarts .encart h2 {
        min-height: 20px !important;
    }

    .pied {
        padding: 0 5%;
    }

    .pied .bande1 {
        padding: 40px 0 40px;
    }

    .pied .bande2 .rechercher-bande {
        padding: 0px 10%;
    }

    .pied .bande3 .bande3-block {
        align-items: center;
    }

    .pied .copyright-footer {
        margin: 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .pad-sm {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .pad-sm-l {
        padding-left: 15px !important
    }

    .pad-sm-r {
        padding-right: 15px !important
    }

    .nopad-sm {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .nopad-sm-l {
        padding-left: 0 !important
    }

    .nopad-sm-r {
        padding-right: 0 !important
    }
}

@media (min-width:991px) and (max-width:1199px) {}

@media (max-width:1199px) {
    .encarts .encart h2 {
        font-size: 20px;
        min-height: 70px;
    }
}

@media (min-width:1200px) {}

.g-recaptcha {
    float: left;
}

#g-recaptcha-response {
    left: 12px;
    position: relative;
    display: block !important;
    top: -45px;
    opacity: 0 !important;
    margin: 0 !important;
    height: 10px !important;
}