﻿/*
Wireframe: 20
Version: 2.0
Update: 2019.07.30
*/

/*--------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------
# Fonts
# General
# Navigation
    ## Superfish
    ## Mobile navigation
--------------------------------------------------*/

/*--------------------------------------------------
# Fonts
--------------------------------------------------*/
@font-face {
    font-family: 'BodoniFLF';
    src: url('../fonts/BodoniFLF-Bold.woff2') format('woff2'),
        url('../fonts/BodoniFLF-Bold.woff.html') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla';
    src: url('../fonts/Karla-Bold.woff2') format('woff2'),
        url('../fonts/Karla-Bold.woff.html') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla';
    src: url('../fonts/Karla-Medium.woff2') format('woff2'),
        url('../fonts/Karla-Medium.woff.html') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla';
    src: url('../fonts/Karla-Regular.woff2') format('woff2'),
        url('../fonts/Karla-Regular.woff.html') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla';
    src: url('../fonts/Karla-SemiBold.woff2') format('woff2'),
        url('../fonts/Karla-SemiBold.woff.html') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kaushan Script';
    src: url('../fonts/KaushanScript-Regular.woff2') format('woff2'),
        url('../fonts/KaushanScript-Regular.woff.html') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*--------------------------------------------------
# General
--------------------------------------------------*/
body {
    background: #fff;
    color: #2d3032;
    font-family: 'Karla';
    font-size: 15px;
    line-height: 25px;
}
a {
    color: #a95652;
    text-decoration: none;
    transition: all .4s;
}
a:active, a:hover, a:focus {
    color:#172734;
    text-decoration: underline;
}
 
.image-right {
    float: right;
    margin: 0 0 10px 25px;
    border-radius: 8px;
}
.image-left {
    float: left;
    margin: 0 25px 10px 0;
    border-radius: 8px;
}
 
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'BodoniFLF';
    line-height: 1.2em;
    font-weight: bold;
    color: #172734;
    text-transform: uppercase;
}
h1, .h1 {
    font-size: 50px;
}
h2, .h2 {
    font-size: 45px;
  color:#1f2325;
}
h3, .h3 {
    font-size:29px;
}
h4, .h4 {
    font-size: 25px;
  color:#1f2325;
}
h5, .h5 {
    font-size: 20px;
}
h6, .h6 {
    font-size: 18px;
  color:#1f2325;
}
hr {
	border-color: #ccc;
}
a, button, input, select, textarea {
    outline: none !important;
}
.fullsite {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
div#_atssh {
    display: none;
}

/************************/
/*plugins*/

.sideRight {
    position: fixed;
    right: 0;
    top: 32%;
    z-index: 99999;
}

.sideRight .networks_linking {
    position: absolute;
    right: 0px;
    width: 48px;
    height: 53px;
    margin-top: 0;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    z-index: 10;
}
.sideRight .networks_linking a {
    display: block;
    width: 48px;
    height: 53px;
    position: relative;
    background: #003e70 !important;
    outline: none;
    transition: all 0.6s;
    text-align: center;
    line-height: 52px;
    border-radius: 5px 0 0 5px;
    font-family: FontAwesome;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    margin-left: 0;
    font-size: 24px;
    margin-bottom: 13px;
}

.sideRight .networks_linking a:hover {
  opacity:0.8;
}
.sideRight .facebook_plugin a {
        background: #003e70;
}
.sideRight a.networks_instagram {
    background: #03adeb !important;
}



.sideRight .gsm_plugin {
    position: absolute;
    right: 0px;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    width: 48px;
    height: 53px;
    z-index: 10;
    margin-top: 264px;
}

.sideRight .gsm_plugin a {
    display: block;
     width: 48px;
    height: 53px;
    position: relative;
    background: #172734 url(../images/tel-fixed.png) no-repeat center;
    font-size: 0;
    outline: none;
    color: white;
    transition: all 0.6s;
    text-align: center;
    line-height: 50px;
    border-radius: 5px 0 0 5px;
  
}

.sideRight .gsm_plugin a:hover {
     opacity:0.8;
}
.sideRight .mail_plugin {
    position: absolute;
    right: 0px;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    width: 48px;
    height: 53px;
    z-index: 10;
    margin-top: 198px;
}

 .sideRight .mail_plugin a {
    display: block;
     width: 48px;
    height: 53px;
    position: relative;
    background: #94aec1 url(../images/mail-fixed.png) no-repeat center;
    font-size: 0;
    outline: none;
    color: white;
    transition: all 0.6s;
    text-align: center;
    line-height: 50px;
    border-radius: 5px 0 0 5px;
  
}

.sideRight .mail_plugin a:hover {
           opacity:0.8;
}

.sideRight a.networks_google {
    background: #00866b url(../images/google-fixed.png) center no-repeat !important;
    font-size: 0 !important;
}

header.top .bloc-top {
    padding: 7px 0 7px;
}
header.top .bloc-top .gridtop {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    display: grid;
    grid-template-columns: auto auto auto ;
    justify-content: space-between;
    align-items: center;
}
header.top .social-header {
    position: absolute;
    left: 19.5%;
    bottom: 22%;
    width: 45px;
}
header.top .social-header:before {
    content: "";
    position: absolute;
    top: -268px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 254px;
    background: #fff;
}
header.top  .networks_linking {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
}
header.top .networks_linking a {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: middle;
    color: #fff;
    background: #41413d !important;
    margin: 11px 0px !important;
}
header.top .networks_linking a:hover {
   background: #172734 !important;
   color:#fff !important;
}
header.top .networks_linking .fab.fa-facebook:before {
    content: "\f09a" !important;
}
header.top .networks_linking a.networks_google {
	font-size: 0;
	background: #41413d url(../images/google.png) no-repeat center !important;
}
header.top .networks_linking a.networks_google:hover {
  background: #172734 url(../images/google.png) no-repeat center !important;
}


/*--------------------------------------------------
# header
--------------------------------------------------*/
header.top {
    position: relative;
}

header.top.page {
   /* height: 700px;*/
}
section.marketing.mark-pag .marketing-slider {
    height: 500px;
}
section.marketing.mark-pag .box-overlay {
    top: 22.6%;
}

header.top .bloc-bottom {
    position: relative;
    width: 100%;
    z-index: 10;
    height: 144px;
    background: #172734;
    padding-top: 62px;
  
}
header.top.page .logo {
    position: relative;
    margin: 0 auto 15px;
}
header.top.page .bloc-bottom {
    height: auto;
    padding-top: 15px;
    text-align: center;
      padding-bottom: 25px;
}
header.top .container {
    max-width: 1190px;
    width: auto !important;
}
.container-fluid {
    max-width: 1345px;
    margin: auto;
}
header.top .grid-header {
    position: relative;
}

header.top .tel-header a {
    color: #fff;
    font-weight: 600;
}

.is-sticky nav.main-nav .logo{
}
/*.camera_fakehover:before {
    content: "";
    position: absolute;
    background: url(../images/effet-slide.png) no-repeat center top;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
}*/
/*--------------------------------------------------
# nav
--------------------------------------------------*/

nav.main-nav .nav-wrapper {
  position: relative;
  z-index: 1;
}

div#sticky-wrapper {
   /* position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 100; */
    height: auto !important;
}
/*.pageTemplate div#sticky-wrapper {
    position: relative;
	height: 109px !important;
    background: #000;
}*/
nav.main-nav {
    position: relative;
    z-index: 100;
    padding: 0;
    text-align: center;
    pointer-events: none;
    background: none;
    width: 100% !important;
    margin: 0;
}
.is-sticky nav.main-nav {
    background: #172734;
    box-shadow: 0 0 10px #fff;
    z-index: 100;
    padding: 0;
    text-align: center;
    width: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    height: 75px !important;
    padding-top: 15px;
}
nav.main-nav .nav-wrapper {

}
.is-sticky nav.main-nav .nav-wrapper {
    border-radius: 0;
    background: none;
  padding-right: 0;
}
nav.main-nav .mobile-nav {
    display: none;
    text-align: right;
    align-self: center;
}
nav.main-nav .mobile-nav a {
    background: #fff;
    text-align: center;
    color: #172734;
    width: 50px;
    height: 50px;
    line-height: 51px;
    border-radius: 0;
    display: inline-block;
    font-size: 30px;
    border-radius: 50%;
}
nav.main-nav .mobile-nav a:hover {
  background: #fff;
  color: #333;
}
nav.main-nav .mobile-nav i.fa {
   
}
.is-sticky nav.main-nav .nav-wrapper {
    align-items: center;
    display: table;
    margin: 0 auto;
}
/*--------------------------------------------------
# banner
--------------------------------------------------*/
section.marketing .box-overlay {
    position: absolute;
    margin: auto;
    text-align: center;
    z-index: 2;
    top: 31%;
    color: #fff;
    left: 0;
    right: 0;
    display: table;
}
section.marketing .box-overlay:before {
    content: "";
    position: absolute;
    background: url(../images/bg-cta.png) center no-repeat;
    width: 795px;
    height: 613px;
    top: -190px;
    left: -139px;
    right: 0;
    margin: auto;
}
section.marketing .box-overlay .btn-cta a {
    position: relative;
    text-decoration: none;
    color: #c5a56e;
    font-size: 16px;
    letter-spacing: 0.2em;
    padding: 17px 31px;
    border: 2px solid #c5a56e;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .6s;
}
section.marketing .box-overlay .btn-cta a:before {
    content: "";
    position: absolute;
    border: 1px solid #c5a56e;
    left: -7px;
    right: -7px;
    top: -7px;
    bottom: -7px;
}
section.marketing .box-overlay .btn-cta a:hover {
    color: #fff;
  background:#c5a56e;
}
header.top .box-overlay .tel-header a {
    position: relative;
    text-decoration: none;
    color: #c5a56e;
    font-size: 16px;
    letter-spacing: 0;
    padding: 17px 55px 17px 78px;
    border: 2px solid #c5a56e;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .6s;
    background: url(../images/tel-header.png) center left 52px no-repeat;
}
header.top .box-overlay .tel-header a:before {
    content: "";
    position: absolute;
    border: 1px solid #c5a56e;
    left: -7px;
    right: -7px;
    top: -7px;
    bottom: -7px;
}
header.top .box-overlay .tel-header a:hover {
    color: #fff;
  background:#c5a56e url(../images/tel-header.png) center left 52px no-repeat;
}

header.top .box-overlay .btn-cta {
    display: inline-block;
}
header.top .box-overlay .tel-header {
    display: inline-block;
    margin-left: 26px;
}


/****/
/******/

/**************************************/
/*marketing*/
section.marketing {
    position: relative;
}
.marketing .marketing-slider {
    display: block;
    position: relative;
    height: 702px;
}
section.marketing.mark-pag .marketing-slider:before {
    height: 500px;
}
header.top.page .social-header {
    display: none;
}

.marketing .marketing-slider .cameraSlide {
    position: relative;
}
.marketing .marketing-slider .camera_wrap {
    float: none;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto !important;
}
.camera_wrap img {
	
}

/*section.marketing.mark-pag {
    min-height: 700px!important;
}
section.marketing.mark-pag .camera_wrap {
    height: 650px;
}
section.marketing.mark-pag .marketing-wrapper {
    margin-top: 101px;
}*/
section.marketing.mark-pag  .camera_wrap .camera_pag {
    bottom: 100px ;
}
.marketing .camera_wrap .camera_pag {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    text-align: center;
  z-index:2;
}
 .marketing .camera_wrap .camera_pag .camera_pag_ul li {
    
}
 .marketing .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent>span {
   
}

.marketing .camera_wrap .camera_pag .camera_pag_ul {
    text-align: center;
   /*  padding: 0;
    left: 0;
    position: absolute;
    width: auto;
    left: -595px!important;
    bottom: 81px;*/
}
.marketing .camera_wrap .camera_pag .camera_pag_ul li {
    width: 13px;
    border-radius: 50%;
    background: transparent;
    display: inline-block;
    border: none;
      margin: 0 10px;
    font-size: 0 !important;
}
.marketing .camera_wrap .camera_pag .camera_pag_ul li>span {
    height: 13px;
    width: 13px;
    padding: 4px;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    position: absolute;
    background: rgb(0 0 0 / 82%);
}
.marketing .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
    border-color: #eac213 !important;
}
.marketing .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent>span {
    background: #eac213;
}
.marketing .camera_wrap .camera_pag .camera_pag_ul li:hover>span {
    background:  #eac213;
}
 .diy-slideshow figure {
	height: 100%;
	max-width:53.65%;
    top: 0;
	right: 0;

}
/******* animation *************/
.animate.clip_ltr {
    clip-path: inset(0 100% 0 0);
    transition: clip-path 800ms ease-out;
}
.animate.clip_rtl {
    clip-path: inset(0 0 0 100%);
    transition: clip-path 800ms ease-out;
}
.animate.clip_ttb {
    clip-path: inset(0 0 100% 0);
    transition: clip-path 800ms ease-out;
}
.animate.fade_in {
    opacity: 0;
    transition: opacity 800ms ease-out;
    transition-delay: 0ms;
}
.animate.fade_in.play {
    opacity: 1;
}
.animate.delay-250 {
    transition-delay: 250ms;
}
.animate.delay-500 {
    transition-delay: 500ms;
}
.animate.clip_ttb.play {
    clip-path: inset(-1px -1px -1px -1px);
}
.animate.clip_ltr.play {
    clip-path: inset(-1px -1px -1px -1px);
}
.animate.clip_rtl.play {
    clip-path: inset(-1px -1px -1px -1px);
}
/****marketing-wrapper***/
header.top .logo img {
    position: relative;
    z-index: 10;
    max-width: 100%;
}
header.top .logo {
    position: relative;
    margin: 0 auto 82px;
}
header.top section.marketing .container-fluid {
    /* width: 100%; */
    /* max-width: inherit !important; */


}
.marketing-wrapper .mark-info {
    display: table;
    margin-right: -32px;
    margin-top: 142px;
}
.marketing-wrapper {

}
.marketing-wrapper .title .title-bordered {

    color: transparent!important;
    -webkit-text-stroke: 1px #262821;
    font-weight: 700 !important;
}
.marketing-wrapper .title {
    font-weight: 700;
}
.marketing-wrapper .argument {
    font-weight:400;
}
.marketing-wrapper .call-to-action {
    position: relative;
    display: inline-block;
    font-size: 27px;
    background: #afc646;
    cursor: pointer;
    padding: 0;
    line-height: 78px;
    font-weight: 600;
    border-radius: 50px;
    color: #fff;
    border: none;
    text-transform: none;
    margin: 15px;
    float: none;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    pointer-events: auto;
    font-family: 'Poppins', sans-serif;
    padding: 0 32px;
}
.marketing-wrapper .call-to-action:hover {
    background: #172734;
    color: #fff;
}
section.banner .container {
    position: relative;
    height: 100%;
    pointer-events: none;
}
/****marketing-wrapper***/
.marketing-wrapper1 {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 42px auto 0;
}


/*--------------------------------------------------
# content home
--------------------------------------------------*/
section.content.home {
    position: relative;
    padding: 145px 0 75px;
    background: url(../images/bg-content.png) no-repeat center center fixed;
    background-size: cover;
}
section.content.home .home-act {
    text-align: center;
}
section.suite-content {
    position: relative;
    padding: 153px 0 64px;
}
section.content.home .grid-home {
    display: grid;
    grid-template-columns: 517px auto;
    gap: 70px;
    align-items: center;
}
section.content.home .bloc2 .grid-home {
    grid-template-columns: auto 517px;
    gap: 70px;
    margin-left: 0;
}
section.content.home .bloc3 .grid-home{
   grid-template-columns:   517px auto;
   gap: 70px;
  margin-left: 0;
}
section.content.home .bloc4 .grid-home{
   grid-template-columns:  auto 517px;
   gap: 70px;
}




section.suite-content .bloc2 .content-home {
    background: #172734;
    color: #fff;
    text-align: center;
    padding: 27px 72px 48px;

}
section.suite-content .bloc1 .content-home {
    background: #43453d;
    color: #fff;
    text-align: center;
    padding: 27px 72px 48px;

}
section.suite-content .content-home h2 {
    color: #fff;
    text-align: center;
    font-size: 55px;
    margin: 0 auto 33px;
}
section.suite-content .content-home a {
    color: #fff;
}
section.suite-content .content-home a:hover {
    color: #fff;
}
section.suite-content img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
section.suite-content .bloc1 {
    margin-top: 25px;
}
section.content.home .content-home h2 {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    color: #172734;
}

section.content.home .bloc1 .photo-home {
    position: relative;
    height: 100%;
}
section.content.home .bloc1 .photo-home:before {
    content: "";
    position: absolute;
    background: url(../images/before-img-content.png) no-repeat;
    width: 332px;
    height: 292px;
    top: 95px;
    left: -261px;
    z-index: -1;
}

section.content .home-act .photo-home {
    position: relative;
}
section.content .home-act .photos-home {
    position: relative;
}

section.content .home-act .photos-home .photo-home2 {
    position: absolute;
    right: -102px;
    bottom: -34px;
    z-index: 1;
}
section.content .home-act .photos-home .photo-home2:before {
    content: "";
    position: absolute;
    background: #172734;
    width: 295px;
    height: 295px;
    border-radius: 50%;
    z-index: -1;
    left: -12px;
    top: -8px;
}
section.content .home-act .photos-home .photo-home2 img {
    border-radius: 50%;
}
section.content img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
section.content img.img2 {
    height: auto;
    width: auto;
}
section.content.home .content-home {
    padding: 0;
    text-align: left;
}

section.content.home .content-home .btn-content a {
    position: relative;
    background: #172734;
    padding: 11px 42px;
    display: table;
    margin: 37px 0 0;
    font-size: 16px;
    font-weight: 500;
    transition: all .6s;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.2em;
}
section.content.home .content-home .btn-content a:hover {
transform:scale(0.9);
}

/*--------------------------------------------------
# content interne
--------------------------------------------------*/
section.content {
    position: relative;
    padding: 60px 0 50px;
    z-index: 1;
}
section.content .container {
    position: relative;
}
section.content.home h1 {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    color: #172734;
}
section.content.home h1 {
    margin: 0 auto 37px;
    padding: 0;
    position: relative;
    color: #172734;
    text-align: center;
    border-bottom: none;
    padding-bottom: 40px;
}
section.content.home .home-act h2 {
    position: relative;
    font-size: 35px;
    color: #1f2325;
    margin: 0 0 36px;
    min-height: 85px;
}
section.content.home h1:before {
    content: "";
    position: absolute;
    background: url(../images/motif-title.png) center no-repeat;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 226px;
    height: 35px;
}
section.content h1 {
    padding: 0;
    margin: 0 0 35px;
    position: relative;
    color: #172734;
    text-align: left;
    border-bottom: 1px solid #28282899;
    padding-bottom: 20px;
}
section.content p {
    margin: 0 0 24px;
 letter-spacing:0.015em
}
section.content ul {
    list-style: outside disc;
    margin-left: 0;
    padding: 0;

}
section.content ul li {
    position: relative;
    left: 1em;
    margin-left: 1em;
    padding-right: 1em;
}
section.content ul ul {
    list-style-type: circle;
}
section.content .table-style {
    position: relative;
}
section.content .table-style th {
    background: #f2f2f2;
}
section.content .table-style th,
section.content .table-style td {
    border: 1px solid #ccc;
    padding: 2px 5px;
}
.btn-content a {
    position: relative;
    text-decoration: none;
    color: #1f2325;
    font-size: 15px;
    letter-spacing: 0.2em;
    padding: 14px 39px;
    border: 2px solid #172734;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .6s;
    margin: 55px auto 0;
    display: table;
}
.btn-content a:hover {
transform:scale(0.9);
}
.btn-content a:before {
    content: "";
    position: absolute;
    border: 1px solid #172734;
    left: -7px;
    right: -7px;
    top: -7px;
    bottom: -7px;
}
/********/
.bloc-boxes-lite {
    margin: 50px 0 0;
}

.box-light {
    color: #000;
    padding: 15px;
    margin: 0 0 20px;
    height: 100%;
    border: 1px solid #172734;
}
.img-carte img {
    box-shadow: none !important;
}
.box-light img {
    height: auto !important;
    border-radius: 0 !important;
}
.box-light h4 {
    font-size: 20px;
    color: #262821;
}
.col-md-8.col-md-push-4 h3 {
    margin-top: 0;
}
.btn-interne a.readmore {
    position: relative;
    display: table;
    font-size: 16px;
    background: #172734;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    border: none;
    text-transform: uppercase;
    float: none;
    text-decoration: none;
    text-align: center;
    pointer-events: auto;
    padding: 15px 29.5px;
    border-radius: 5px;
    margin: 71px auto 0;
    display: table;
    transition: all .6s;
}
.btn-interne a.readmore:hover {
transform:scale(0.9);
}
.btn-interne p {
    margin: 0 !important;
    letter-spacing: 0 !important;
}

section.content ul {
    padding-left: 0;
    text-align: left;
}
section.content ul li {
    background: url(../images/bullet.png) no-repeat left 6px;
    line-height: inherit;
    padding-left: 25px;
    list-style: none;
    margin-left: -20px;
}
section.content .home-act ul li {
    background: url(../images/bullet-content-first.png) no-repeat left 6px;
}
section.content ul li {
    margin-left: 0;
    padding-right: 0;
    left: auto;
}
section.content .bloc1 {
    margin: 80px 0 0;
}
section.content .bloc3 {
    margin: 80px 0 80px;
}
.box-border-left {
    background: #eee;
    text-align: left;
    color: #333333;
    padding: 15px;
    border-left: 7px solid #172734;
    margin: 0 0 20px;
}
.puce {
        margin-bottom: 10px;
}
.puce ul {
        margin: 0;
}
.text-center.img {
    display: table;
    margin: 0 auto;
}
/*-------------------------*/
.maps {
    height: 250px;
}
.maps .box_googlemapsv2, .maps .box_googlemapsv2 iframe {
    height: 100%;
}

/************************************************** Section BOXES *********************************************************************/
section.services {
    position: relative;
    padding: 81px 0 115px;
    background: url(../images/bg-boxes.png)no-repeat center center fixed;
    background-size: cover;
}
section.services .container-fluid {
    max-width: 1216px;
}

section.services h2 {
    position: relative;
    text-align: center;
    font-size: 45px;
    margin: 0 auto 70px;
    color: #fff;
}
.section-boxe .autoplay {
    position: relative;
}
.section-boxe {
    padding: 0;
    position: relative;
}
.section-boxe h4 {
    position: relative;
    font-size: 28px;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2em;
    text-align: left;
    margin: 0 0 0;
    min-height: 92px;
}
.section-boxe .box:hover h4 {
    color: #c5a56e;
}
.section-boxe h3 {
    position: relative;
    font-size: 35px;
    color: #c5a56e;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2em;
    text-align: center;
    margin: 0 auto;
    font-family: 'Kaushan Script';
    font-weight: 400;
}



.section-boxe p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
}
.section-boxe .btn-box {
    text-transform: none;
    bottom: 30px;
    font-weight: 600;
    font-size: 16px;
    color: #262821;
    position: absolute;
    letter-spacing: 0.06em;
    transition: all .6s;
    z-index: 1;
    background: #fff;
    padding: 8px 35px;
    border: 1px solid #2d3584;
    border-radius: 50px;
    display: table;
    left: 0;
    right: 0;
    margin: auto;
}
section.services a:hover .btn-box {
  border: 1px solid #172734;
}
.section-boxe .btn-box:before {
    content: "";
    position: absolute;
    background: url(../images/link-box.png);
    width: 15px;
    height: 14px;
    right: 0;
    bottom: 17px;
    left: 83px;
    transform: rotate(-90deg);
    margin: auto;
    display: table;
}

.section-boxe .box:hover .btn-box:before {
    background: url(../images/link-box-h.png);
}

.section-boxe .box {
    position: relative;
    margin: 0;
    transition: all 0.4s;
    overflow: visible;
    color: #191919;
}

section.services .photo {
    position: relative;
    margin: 0 auto 0;
    overflow: visible;
    height: 228px;
}
section.services .photo img {
    transition: all 0.4s;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
   background: #fff;
}

.section-boxe .box:hover .photo img {

}
section.services .photo img {
    transition: all 0.4s;

}
section.services .box .content-box {
    position: relative;
    padding: 20px 35px 104px;
    text-align: left;
    transition: all .6s;
    border: 2px solid #c5a56e;
    border-top: 0;
}
section.services .box .content-box:before {
    content: "";
    position: absolute;
    background: #c5a56e url(../images/link-box.png) center no-repeat;
    width: 95px;
    height: 83px;
    bottom: 0;
    right: 0;
}
section.services .box .content-box .lire-plus {
    position: absolute;
    color: #fff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    bottom: 29px;
    left: 35px;
    right: 0;
}
section.services .box .content-box .lire-plus:before {
    content: "";
    position: absolute;
    background: #c5a56e;
    left: 0;
    right: 0;
    height: 2px;
    top: -30px;
}
section.services a {
    text-decoration: none;
    border-bottom: none;
	padding:0;
}
section.services .slick-initialized .slick-slide  {
    margin: 0 25px 20px;
}
/***********************slick dots*******************************/
section.services .slick-prev, section.services .slick-next {
  width: 36px !important;
  height: 36px !important;
  opacity:1;
  border-radius:5px;
  font-size:0 !important;
}
section.services .slick-prev {
    left: -100px !important;
    background:  url(../images/prev-box.png) center no-repeat;
}
section.services .slick-next {
   right: -100px !important;
    background:  url(../images/next-box.png) center no-repeat;
}
section.services .slick-next:before , section.services .slick-prev:before {
display:none !important; 
}
section.services .slick-prev:hover , section.services .slick-next:hover {
 opacity:0.5 !important;
}
/*******icones1*******/
section.icones1 {
    position: relative;
    padding: 75px 0 58px;
    text-align: center;
    background: url(../images/bg-icons.png) no-repeat;
    background-size: cover;
}

section.icones1 h2 {
    position: relative;
    text-align: center;
    font-size: 45px;
    margin: 0 auto 59px;
    color: #172734;
}
section.icones1 h3 {
    position: relative;
    font-size: 35px;
    color: #1f2325;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2em;
    text-align: center;
    margin: 0 auto;
    font-family: 'Kaushan Script';
    font-weight: 400;
}
section.icones1 .slick-slider {
    margin: 0 -20px;
}
section.icones1 h1 {
    position: relative;
    font-size: 30px;
    color: #323331;
    margin: 0 auto 54px;
}
section.icones1 .slick-slide {
    margin: 0 20px;
}
section.icones1 .box-icon h2 {
    color: #1f2325;
    font-size: 24px;
    line-height: 1.5em;
    text-align: center;
    text-transform: none;
    margin: 25px auto 0;
    font-weight: 500;
    font-family: 'Karla';
}
section.icones1 .slick-dots {
    bottom: -65px;
}
section.icones1 .box-icon {
    position: relative;
}
section.icones1 .icon {
    position: relative;
    height: 220px;
    margin: 0 auto 0;
    width: 220px;
    background: url(../images/motif-icon.png) center no-repeat;
}
section.icones1 .icon img {
    position: absolute;
    display: table;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
/************************************************box **************************************/
section.box {
    position: relative;
    padding: 61px 0 72px;
    background: url(../images/bg-secteur.png) no-repeat;
    background-size: cover;
}
section.box .box-grid {
    display: grid;
    grid-template-columns: auto 438px;
    align-items: center;
    grid-gap: 143px;
}
section.box .box-grid .photo-box {
    position: relative;
    padding-top: 67px;
}
section.box .box-grid .text-box {
    color: #2d3032;
    text-align: center;
}
section.box .box-grid .photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

section.box .box-grid .text-box h2 {
    position: relative;
    font-size: 50px;
    color: #172734;
    margin-bottom: 28px;
    text-align: center;
    padding-bottom: 45px;
}
section.box .box-grid .text-box h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/motif-title.png) center no-repeat;
    width: 226px;
    height: 35px;
    margin: auto;
}
section.box .text-box .btn-box a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    background: #089278 url(../images/link-box.png) right 20px center no-repeat;
    border-radius: 50px;
    padding: 13px 58px 13px 30px;
    display: table;
    transition: all .6s;
    text-transform: uppercase;
    margin: 48px 0 0;
}
section.box .text-box .btn-box a:hover {
transform:scale(0.9);
}
section.box .img-box {
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: 178px;
    top: 0;
    bottom: 0;
}
section.box .img-box:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 476px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgb(255 255 255 / 0%) 100%);
    top: 0;
    left: -10px;
    background-size: 100% 100%;
}
/********/
section.icones1 .slick-dots {
    bottom: -44px;
    text-align: center;
    left: 0;
    margin: auto;
    right: 0;
}
section.icones1 .slick-dots li {
  width: 12px;
    height: 12px;
    margin: 0 8px;
    padding: 0;
}
section.icones1 .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    background: #172734;
    border-radius: 50%;
    top: 0;
    position: absolute;
    left: 0;
    border: 2px solid #172734;
}
section.icones1 .slick-dots li.slick-active button, 
section.icones1 .slick-dots li:hover button {
  width: 12px;
    height: 12px;
    background: #e8000000;
    top: 0;
    left: 0;
}
section.icones1 .slick-dots li button:before {
    display: none;
}
/***************************************************
					contact-home  CSS
***************************************************/

section.formhome {
    background: url(../images/bg-contact.jpg) no-repeat center;
    background-size: cover;
    padding: 202px 0 182px;
    position: relative;
    color: white;
}

section.formhome:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(0 0 0 / 60%);
}
section.formhome .bloc-contact {
    display: table;
    margin: auto;
}
section.formhome .bloc-contact h2 {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin: 0 auto 63px;
}
article form.contactForm {
    position: relative;
    margin-top: 0;
    margin-bottom: 0
}

section.formhome .titre-form {
    text-align: center;
    padding: 3px 0 0
}

section.formhome .titre-form h1 {
    color: #fff;
    padding-bottom: 58px;
    position: relative;
    z-index: 1;
    text-align: center
}

section.formhome .contactForm .contact-field-legend,section.formhome .contactForm .contact-field-help {
    display: none
}

section.formhome form.contactForm .two-column {
    display: inline-block;
    width: 31.5%;
    padding-right: 9px;
    float: left;
}
/*section.formhome .contactForm .g-recaptcha {
    margin: 0;
    position: absolute;
    right: 78px;
    top: 0;
    -webkit-transform: scale(.882, .86);
    transform: scale(.882, .86);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    display: inline-block;
    bottom: 0;
}*/

section.formhome .contact-submit {
    width: 27.51%;
    height: 68px;
    right: 82px;
    bottom: 99px;
    position: absolute;
}
section.formhome .contact-submit .form-submit-button {
    width: 100%;
    height: 100%;
    background: #733533 !important;
    color: #fff !important;
    font-size: 25px;
    padding: 10px!important;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0;
    font-family: 'Karla';
    letter-spacing: 0;
}

section.formhome .contact-submit .form-submit-button:hover {
    background: #733533 !important;
    color: #fff !important
}

section.formhome .contactForm .contact-field-item .contact-field-element .form-field {
    background: rgb(255 255 255) !important;
    font-weight: 400;
    padding: 10px 22px;
    height: 39px;
    border: none!important;
    color: #2d3032 !important;
    font-family: 'Karla';
    font-size: 15px;
    line-height: 25px;
}

.formhome .contactForm .contact-field-item .contact-field-element .form-field:focus,.formhome .contactForm .contact-field-item .contact-field-element .form-field:hover {
    background: #fff !important
}

section.formhome .contactForm .contact-field-item .contact-field-element textarea.form-field {
    height: 149px!important;
}
section.formhome .contactForm .contact-field-item {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
}
section.formhome .contactForm .contact-field-item:last-child {
    margin-bottom: 12px
}
section.formhome .contactForm .contact-field-item {
    width: 100%;

}
section.formhome form.contactForm .two-column:last-of-type {
    float: none;
    width: 45.4%;
    padding-right: 0;
}

section.formhome form.contactForm input[type=radio],section.formhome form.contactForm input[type=checkbox] {
    margin: 5px 6px 0px 0px;
    min-height: 1em
}

section.formhome .contactForm .gdpr_policy {
    line-height: 18px!important;
    margin: 5px 0 5px;
    padding-left: 0
}

section.formhome .contactForm .gdpr_policy label {
    font-size: 15px;
    color: white;
    padding-top: 0;
    font-weight: 400;
    line-height: 24px
}

section.formhome .contactForm .gdpr_policy label a {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
}

section.formhome .contactForm .gdpr_policy label a:hover {
    text-decoration: none
}

.formhome .contactForm .contact-field-item .contact-field-element .form-field::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.formhome .contactForm .contact-field-item .contact-field-element .form-field:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.formhome .contactForm .contact-field-item .contact-field-element .form-field::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.formhome .contactForm .contact-field-item .contact-field-element .form-field:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.formhome .contactForm .contact-field-item .contact-field-label .contact-field-req-symbol,.contactForm .contact-field-error {
    color: #3261be
}

section.formhome div#contact-field-id_email_2,section.formhome #contact-field-id_comments_1 {
    margin-bottom: 0
}

section.formhome .contactForm .contact-field-item:last-child {
    margin-bottom: 7px
}
/*--------------------------------------------------
# networks bottom 
--------------------------------------------------*/
section.content .social {
}
section.content .social .networks_linking {
    position: relative;
    display: inline-block;
}
section.content .social .networks_linking a {
    display: inline-block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: middle;
    background: #172734;
    color:#fff;
}
section.content .social .networks_linking a:hover {
    background: #00866b;
    color: #fff;
}
section.content .social strong {
    display: block;
}
section.content .social .networks_linking a.networks_google {
    background: #172734 url(../images/google-footer-h.png) no-repeat center;
    font-size: 0;
}
section.content .social .networks_linking a.networks_google:hover {
    background: #00866b url(../images/google-footer-h.png) no-repeat center;
}


.link-contact a.readmore {
    padding: 10px;
    text-decoration: none !important;
    background: #000;
    color: #fff !important;
  display: inline-block;
}
.link-contact a.readmore:hover {
    opacity: 0.8;
}

/****tabs*****/
/******************/
ul.etabs {
    width: 100%;
    display: grid;
    margin: 10px 0 30px 0 !important;
    padding: 0px !important;
    overflow: hidden;
    text-align: center;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}
.etabs .tab, .page-content #Shop #CatContent .etabs .tab {
    position: relative;
    display: block;
    background: transparent !important;
    padding: 0px !important;
    margin: 0!important;
    -webkit-transition: all .4s,font-size 0s;
    -o-transition: all .4s,font-size 0s;
    transition: all .4s,font-size 0s;
    left: 0;
}
.tab a {
    color: white;
    line-height: 2.2em;
    font-size: 16px;
    display: block;
    cursor: pointer;
    text-decoration: none;
}


.etabs .tab h4, .etabs .tab .h4 {
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 88%;
    margin: 0;
    color: white !important;
    padding: 10px 5px;
    font-size: 21px;
    margin-top: 0;
    background: rgb(212 147 7 / 77%);
    text-align: center;
}
.etabs .tab.actived h4, .etabs .tab.actived .h4 {
    background: #282828;
        color: white !important;
}
.tab a img {
    width: 100% !important;
    height: 210px !important;
    object-fit: cover;
    margin: 0 !important;
    border-radius: 5px;
    border: 2px solid #28282854;
}
.tab a img.def-image {
    object-fit: scale-down !important;
    background: #f9f1f2;
    padding: 15px;
}
.etabs .tab:hover h3, .etabs .tab:hover h4, .etabs .tab:hover .h3, .etabs .tab:hover .h4 {
    background: #282828b0;
    text-shadow: none;
    color: white !important;
}

.contenus-etabs {
    padding: 20px;
    -webkit-box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.5);
    box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.5);
    margin-bottom: 20px;
    height: auto!important;
    clear: both;
    display: none;
    background: rgba(255,255,255,0.3);
}
.contenus-etabs h2, .contenus-etabs h3 {
    position: relative;
}
.contenus-etabs .center {
    text-align: center;
}
.contenus-etabs h2 {
    margin-top: 20px;
}

.contenus-etabs h5{text-align: left;line-height: 40px;}

.contenus-etabs{width: 100% ;}

section.content p, section.content li {

}


/****provider*****/
.serv-block .buttonService .service-description>:last-child {

    color: white;
}
.buttonService:nth-child(3){
  display:none !important;
}

.checkoutBtn {
    background: #367486!important;
    color:white;
}
.checkoutBtn:hover {
    background: #000!important;
}
.show {
    margin-top: 30px;
}
.has-error .form-control {
    border-color: #367486 !important;
}
.has-error .form-control:focus {
    border-color: #000!important;
    -webkit-box-shadow: inset 0 1px 1px fade(#367486,80%), fade(#367486,80%)!important;
    box-shadow: inset 0 1px 1px fade(#367486,80%), fade(#367486,80%)!important;
}
.cat-block .buttonCategory {
    color: #fff!important;
    background-color: #367486!important;
}
.cat-block .buttonCategory:hover {
    background: #000!important;
}
.cat-block .buttonCategory.active {
    background: #367486!important;
    color:#fff!important;
}
.serv-block .buttonService.active {
    background-color: #000!important;
}

.serv-block .buttonService:hover {
    background-color: #367486;
}
.serv-block .buttonService {
    color: #fff!important;
    background-color: #367486!important;
}
.right-block .workers-list .workers-title {
    color: #000;
}
.form-control {
    height: 2em;
    padding: 4px 12px;
}
.checkoutBtn:hover {
    background: #000;
}
.checkoutBtn {
    background: #367486;
    color: #fff;
    padding: 8px 15px !important;
    border-radius: 0!important;
}
.reservationPersonal .rowPersonal input[type="text"], .reservationPersonal .rowPersonal input[type="password"] {
    margin: 0 0 5px;
}

section.content .provi-field, .reservationPersonal #email {
    border: 1px solid black;
    height: 40px;
}
section.content #comment {
    height: 150px;
}
.checkoutBtn.big {
    opacity: 1 !important;
}

/********************************************************************************************************************************************/

/*--------------------------------------------------
# News interne
--------------------------------------------------*/
.page-news {
    background: none;
    padding: 0;
}
section.content #AllNews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
section.content img.img-responsive.img-news {
    max-width: 250px!important;
    float: right;
    margin: 0 0px 15px 25px;
    max-height: 170px;
    border: none;
}
section.content #AllNews figure.Item {
    position: relative;
    background: #333;
    color: #fff;
    display: grid;
    grid-template-rows: 274px 1fr;
}
section.content #AllNews figure.Item .photo {
    position: relative;
}
section.content #AllNews figure.Item .photo::after {
    content: '';
    z-index: 3;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    
    background-size: 0;
    background-repeat: no-repeat;
    background-image:   linear-gradient(to right, #fff 100%, #fff 100%),
                        linear-gradient(to bottom, #fff 100%, #fff 100%),
                        linear-gradient(to right, #fff 100%, #fff 100%),
                        linear-gradient(to bottom, #fff 100%, #fff 100%);
    background-position:    0 0,
                            100% 0,
                            100% 100%,
                            0 100%;
    /*
    background-size:    100% 3px,
                        3px 100%,
                        100% 3px,
                        3px 100%;
    */
}
section.content #AllNews figure.Item:hover .photo::after {
    animation: bg 1.25s;
    animation-fill-mode: forwards;
}
@keyframes bg {
    0% {
        background-size:    0 2px,
                            2px 0,
                            0 2px,
                            2px 0;
    }
    25% {
        background-size:    100% 2px,
                            2px 0,
                            0 2px,
                            2px 0;
    }
    50% {
        background-size:    100% 2px,
                            2px 100%,
                            0 2px,
                            2px 0;
    }
    75% {
        background-size:    100% 2px,
                            2px 100%,
                            100% 2px,
                            2px 0;
    }
    100% {
        background-size:    100% 2px,
                            2px 100%,
                            100% 2px,
                            2px 100%;
    }
}
#AllNews figure.Item .photo.nophoto {

}
#AllNews figure.Item .photo.nophoto img{


}
section.content #AllNews figure.Item:hover .photo.nophoto img{
      opacity: .5;
}
section.content #AllNews figure.Item .photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    transition: opacity 1.25s;
    border-radius: 0;
}
section.content #AllNews figure.Item .photo.nophoto img {
    object-fit: scale-down;
    background: #f2f7fb;
}
section.content #AllNews figure.Item:hover .photo img {
    opacity: .5;
}
section.content #AllNews figure.Item .photo i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    opacity: 0;
    transition: opacity 1.25s;
}
section.content #AllNews figure.Item:hover .photo i {
    opacity: 1;
}
section.content #AllNews figure.Item figcaption {
    z-index: 10;
    padding: 20px;
}
section.content #AllNews figure.Item figcaption h3 {
    margin: 0 0 10px;
    text-transform: none;
    text-align: center;
    line-height: 1.2em;
    color: #fff;
    font-size: 22px;
    min-height: 80px;
}
section.content #AllNews figure.Item figcaption h3 span {
    font-weight: 400;
}
section.content #AllNews figure.Item figcaption h3 span:last-child {
    font-weight: 400;
}
section.content #AllNews figure.Item figcaption p {
    margin: 0;
    text-align: justify;
}
section.content #AllNews figure.Item figcaption a.button {
    font-size: 0;
    line-height: 0;
    display: block;
}
section.content #AllNews figure.Item figcaption a.button::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
}
section.content #AllNews figure.Item:hover figcaption a.button {
}

.fa-level-up:before {
    content: "\f148" !important;
}
.content img.img-responsive.image-actu {
    max-width: 350px!important;
    float: right;
    margin: 0 0px 15px 25px;
    max-height: 270px;
    border-radius: 0;
    border: none;
}
/******/
/*
section.content .networks_linking a {
    display: inline-block!important;
    width: 32px!important;
    height: 32px!important;
    background: #172734!important;
    text-align: center!important;
    border-radius: 5px!important;
    line-height: 32px!important;
    color: #fff!important;
    
    font-size: 16px!important;
}
section.content .networks_linking a:hover {
    background: #333!important;
    color: #fff!important;
}
*/
/*--------------------------------------------------
# menu list tableau
--------------------------------------------------*/
section.content ul.menu-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}
section.content ul.menu-list > li {
    position: relative;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background: none;
        left: 0;
}
 section.content ul.menu-list > li::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-bottom: 2px dotted #aa9364;
}
section.content ul.menu-list > li em {
    position: relative;
    font-style: normal;
    background: #fff;
    padding-right: 10px;
    display: inline-block;
}
section.content ul.menu-list > li strong {
    position: relative;
    float: right;
    background: #fff;
    padding-left: 10px;
    display: inline-block;
    color: #aa9364;
}
/******************************************************************************************************************/


/******** > limite 10 comm page interne ****/
.pagin_border {
    border: none;
    width: auto;
    height: auto;
}
.pagin-active {
    background-color: transparent;
}
.pagin-desactive:hover {
    background-color: transparent;
}
.guestbook-messages .gb-content .gb-entry .gb-info .gb-date-time { 
      display: inline-block !important;
 
}
section.content .guestbook-messages .gb-content .gb-entry .gb-info .gb-author-name {
      display: inline-block !important;
}
/*************/
.fa-star:before, .fa-star-o:before {
    color:#172734;
}
.fa.fa-star-o:before {
    content: "\f006" !important;
    font-family: "FontAwesome";
}
section.content .guestbook-messages .gb-entry-score {
     position: relative;
    right: inherit;
    top: inherit;
    line-height: 12px;
    margin: 4px 0;
}
section.content .guestbook-messages .gb-content .gb-entry .gb-info .gb-author-name{
    float: left;
}
section.box-avis .guestbook-messages .gb-content .gb-entry .gb-info .gb-author-name, section.box-avis .guestbook-messages .gb-content .gb-entry .gb-info .gb-date-time {
    float: none;
    display: inline-block;
}
article div#Guestbook .d_f_add_msg #mail {
    float: right;
}
section.content .slick-dots {
    text-align: center;
    padding: 0;
    bottom: -60px;
}
section.content .slick-dots li {
    background: none;
    padding: 0;
    margin: 0 5px;
}
/************ Avis client ****************/
article div#Guestbook .d_f_add_msg #mail {
    float: right;
}
article div#Guestbook .gb-entry-score .fullStar,article div#Guestbook .gb-entry-score .emptyStar{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 5px 0 0;
    padding: 0;
}
section.avis article div#Guestbook .gb-entry-score .fullStar, section.avis article div#Guestbook .gb-entry-score .emptyStar {
    width: 30px !important;
    height: 30px !important;
    margin: 0px 2px 0 0 !important;
}
section.box-avis article div#Guestbook .gb-entry-score .fullStar, article div#Guestbook .gb-entry-score .fullStar{
    background: url("../images/full-star.png") no-repeat 50% 50%;
    background-size: contain;
    width: 10px;
    height: 10px;
}
section.box-avis article div#Guestbook .gb-entry-score .emptyStar, article div#Guestbook .gb-entry-score .emptyStar{
    background: url("../images/empty-star.png") no-repeat 50% 50%;
    background-size: contain; 
    width: 10px;
    height: 10px;
}
article div#Guestbook[itemprop="reviewRating"] .rated {
    margin-top: -26px;
    height: auto;
}
article #Guestbook .d_pseudo {
    font-size: 1em;
}
article div#Guestbook.d_corps_msg {
    margin-top: 10px;
}
article div#Guestbook.count, article div#Guestbookdiv #globalReviewMessages {
    color: lighten(black,13%);
    margin: 0;
}
.d_submit_msg{
    padding-left: 0; 
}
.guestbook-score .gb-rating label::after{
    color:#6a0e5b;
}
.gb-rating input[type=radio] {
    display: none;
}
/*--------------------------------------------------
# footer
--------------------------------------------------*/
footer.bottom {
    position: relative;
    padding: 109px 0;
    background: url(../images/bg-footer.png) no-repeat;
    color: #fff;
    background-size: cover;
}


.grecaptcha-badge {
	z-index: 999;
}
footer.bottom .footer-grid {
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    margin: 0;
    align-items: center;
}


footer.bottom .footer-logo {
    position: relative;
    margin: 0 0 0;
}
footer.bottom .footer-logo img {
    max-width: 100%;
}
footer.bottom .telephone {
    position: relative;
    padding: 13px 0 14px 73px;
    background: url(../images/tel-footer.png) no-repeat left center;
}
footer.bottom .telephone a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
}
footer.bottom .telephone a:hover {
    text-decoration: underline;
}
footer.bottom .address {
    position: relative;
    padding: 5px 0 1px 43px;
    background: url(../images/map-footer.png) no-repeat left 11px;
}
footer.bottom .footer-horaires p {
	margin: 0;
}
footer.bottom .social {
	position: relative;
}
footer.bottom .social .networks_linking {
    position: relative;
    display: table;
    margin: 37px auto 0;
}
footer.bottom .social .networks_linking a {
    position: relative;
    text-align: center;
    display: inline-block;
    font-size: 15px !important;
    line-height: 33px !important;
    width: 32px;
    height: 33px !important;
    background: none !important;
    color: #fff !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 4px;
}
footer.bottom .social .networks_linking a .fa-google:before {
    position: relative;
    top: 2px;
    content: ""!important;
    display: inline-block;
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 44px;
    background: url(../images/icon-google.png) no-repeat center center;
}
footer.bottom .social .networks_linking a:hover {
    background: #ab8a13 !important;
	color: #fff !important;
    border-color: #ab8a13;
}

footer.bottom .flex {
    display: grid;
    grid-template-columns: auto auto;
    gap: 67px;
}
footer.bottom .flex  a {
    color: #ffffff !important;
    text-transform: none;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none !important;
}
footer.bottom .flex  a:hover {
    color: #c5a56e !important;

}
footer.bottom .flex ul {
    padding: 0px 0 0 23px;
    margin-block-start: inherit;
    margin-block-end: inherit;
    padding-inline-start: inherit;
    color: #c5a56e !important;
    font-size: 25px;
}
/* --- */
.footer-nav {
    position: relative;
    text-align: center;
    padding: 15px 0;
    background: #c5a56e;
}
.footer-nav p{
    position: relative;
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}

.footer-nav p small a {
    color: #172734 !important;
    text-decoration: none!important;
}
.footer-nav p small a:hover{
    color: #172734!important;
    text-decoration: underline!important;
}
/*--------------------------------------------------
# General
--------------------------------------------------*/
/*a#scrollTopBtn {
    right: 50%!important;
    margin-right: -25px;
}*/
.bande-bas {
    position: relative;
    width: 100%;
    padding: 10px;
    background: #fff;
    display: block;
    text-align: center;
    color: #262821;
}
.bande-bas a {
    color: #172734 !important;
    text-decoration: underline;
}
.bande-bas a:hover {
    text-decoration: none;
}
/***********************************************************/
.maps {
    position: relative;
    height: 362px;
    width: 100%;
    overflow: hidden;
}
.maps .box_googlemapsv2, .maps .box_googlemapsv2 iframe {
    display: block;
    height: 100%;
}
.maps .box_googlemapsv2 {
    margin-top: -65px;
    height: calc(100% + 65px);
}
/*#sdgdpr_modal_buttons-agree, .privacy_prompt a.return, #preferences_prompt_submit, div#sdgdpr_modal_buttons-agree3 {
    background: #111111 !important;
    color: #fff !important;
}
#sdgdpr_modal_buttons-agree:hover, .privacy_prompt a.return:hover, #preferences_prompt_submit:hover, div#sdgdpr_modal_buttons-agree3:hover {
    background: #333333 !important;
    color: white !important;
    filter: none !important;
}
#sdgdpr_modal-headline, .privacy_prompt .sdgdpradv_headline, #sdgdpr_modal_body a {
    color: #aaaaaa !important;
}
div#sdgdpr_modal_buttons-complex, div#sdgdpr_modal_buttons-complex3 {
    background: #797979 !important;
        color: #fff !important;
}
div#sdgdpr_modal_buttons-complex:hover, div#sdgdpr_modal_buttons-complex3:hover {
        background: #333333 !important;
        color: white!important;
}*/
/*div#sdgdpr_modal_buttons-reject, div#sdgdpr_modal_buttons-reject3 {
        background:#bdb5ae !important;
        color: #333333 !important;
}*/
/*div#sdgdpr_modal_buttons-reject:hover, div#sdgdpr_modal_buttons-reject3:hover {
        background:#333333 !important;
        color: white!important;
}
*/

.btn-agree:hover{
            color:white!important;
            background: #000;
        }


    #sdgdpr_modal-headline{color:black!important;}
a#scrollTopBtn {
    bottom: 55px;
    right: inherit;
    left: 50%;
    right: inherit;
    padding: 6px 15px 10px;
    background: #172734;
    border-radius: 0;
    color: #fff !important;
    font-size: 30px;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
    transition: background .4s, box-shadow .4s;
    transform: translateX(-50%);
    /* margin-left: -23px; */
    box-shadow: 0 5px 30px rgba(0,0,0,.5);
}
a#scrollTopBtn:hover {
    background: #282828;
    box-shadow: 0 5px 30px rgba(0,0,0,.5);
  color: #fff !important;
}
a#scrollTopBtn i.fa::before {
    content: '\f0d8';
}
.phone-responsive {
    display: none;
}

.cookieinfo a.cookieinfo-close {
    border-radius: 3px !important;
    text-transform: uppercase;
    font-size: .9em;
    padding: 5px 15px !important;
}
/*********** intenre ************/
section.content.content-page .grid-part {
    display: grid;
    grid-gap: 50px;
    margin-bottom: 30px;
    align-items: center;
    grid-template-columns: auto auto;
}
section.content.content-page .grid-part.part2 {
    grid-template-columns: auto auto;
    padding-top: 35px;
}
section.content.content-page .grid-part .img-grid {
    height: 100%;
}
section.content.content-page .grid-part.part2 .img-grid {
  
}
section.content.content-page .grid-part .img-grid img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.btn-contact a {
    position: relative;
    color: #fff;
    background: #c5a56e;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    display: table;
    text-decoration: none;
    text-align: center;
}
.btn-contact a:hover {
    transform: scale(0.9);
}
.btn-contact {
    display: table;
    margin: 80px auto 0;
}
/*--------------------------------------------------
# Navigation
--------------------------------------------------*/

/*--------------------------------------------------
## Superfish
--------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
    /* display: flex; */
}
.sf-menu li {
	position: relative;
    /*flex: 1 auto;*/
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
    margin: 0;
    display: inline-block;
    padding: 0 9px;
}
.sf-menu > li:first-child {
	    padding-left: 0  !important;
}
.sf-menu > li:last-child {
	    padding-right: 0  !important;
}
.sf-menu > li:not(:last-child) {
   /*padding-right: 2px;
    background: url(../images/menu_puce.png) no-repeat right center;*/
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
	position: relative;
      pointer-events: all;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu ul {
    left: 50%;
    box-shadow: 0px 2px 10px rgba(0,0,0,.2);
    min-width: 12em;
    text-align: center;
    transform: translateX(-50%);
    margin: 16px 0 0;
}

.sf-menu a {
    padding: 0px 0;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 24px;
    position: relative;
    display: table;
    transition: all .6s;
    font-family: 'Karla';
}
.is-sticky .sf-menu > li {
   
}
.sf-menu > li > a::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -29px;
    left: 50%;
    margin: 0 auto;
    display: inline-block;
    background: url(../images/motif-menu.png) center no-repeat;
    width: 0px;
    height: 23px;
    transition: width .4s;
    opacity: 0;
    background-size: contain;
    transform: translateX(-50%);
}
.sf-menu > li > a:hover::before,
.sf-menu > li.sfHover > a::before, .sf-menu > li.selected > a::before, .sf-menu > li.active > a::before {
	opacity:1;
	width:157px;
    
}

.sf-menu li {
	/*white-space: nowrap;*/
}
.sf-menu ul li {
    background: #fff;
    border-bottom: 1px solid #333;
}
.sf-menu ul li:hover, .sf-menu ul li.sfHover , .sf-menu ul li.selected , .sf-menu ul li.active  {
    background: #fac301;
    border-bottom: 1px solid #333;
}
.sf-menu ul li a {
    padding: 5px 10px;
    color: #333;
    text-align: left;
}
.sf-menu ul li:first-child {
    padding-top: 7px;
}
.sf-menu ul li:last-child {
    padding-bottom: 7px;
}


.sf-menu li a:hover, .sf-menu li.sfHover > a, .sf-menu li.selected > a, .sf-menu li.active > a {

}
.sf-menu ul li a:hover, .sf-menu ul li.sfHover > a,
.sf-menu ul li.selected > a, .sf-menu ul li.active > a {
	
  
}

.is-sticky nav.main-nav .nav-wrapper {
    justify-content: center;
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul::after {
    font-family: 'FontAwesome';
    font-size: 11px;
    line-height: 1em;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transition: color .4s;
    width: 12px;
    height: 9px;
    margin-left: -13px;
    content: "\f078";
}
/*
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul::after,
.sf-arrows > .sfHover > .sf-with-ul::after,
.sf-arrows > .selected > .sf-with-ul::after,
.sf-arrows > .active > .sf-with-ul::after {
	color: #c84830;
}*/

/*--------------------------------------------------
## Mobile navigation
--------------------------------------------------*/
.site-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	transform: translate3d(100%,0,0);
	transition: opacity 0.4s, transform 0s 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
/* Close Button */
.close-button {
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
}
.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #616161;
	transition: background .4s;
}
.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close-button:hover::before,
.close-button:hover::after {
	background: #fff;
}
/* Menu */
.menu-wrap {
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 280px;
    height: 100%;
    background: #262821;
    box-shadow: 0 0 20px rgb(218 218 218);
    padding: 40px 20px 20px;
    transform: translateX(-110vw);
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu {
	transform: translateX(500px);
}
.mobile-menu > ul {
	display: block;
	transform: translateX(-1000px);
}
.mobile-menu,
.mobile-menu > ul {
	transition: transform 0s 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.5em;
}
.mobile-menu ul ul {
	background: rgba(0,0,0,.15);
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li:first-child {
	border-top: none;
}
.mobile-menu li {
	padding:  0;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li li {
	position: relative;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li li::before {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	color: rgba(255,255,255,.5);
	z-index: 5;
	left: 10px;
  top:4px;
}
.mobile-menu a {
	padding: 5px;
	display: block;
	color: #fff;
	text-decoration: none;
	transition: color .4s, background .4s;
}
.mobile-menu a:hover, .mobile-menu .selected > a, .mobile-menu .active > a {
    color: #fff;
    background: #172734;
}
.mobile-menu li li a {
	padding-left: 25px;
}
/* Shown menu */
.show-menu .menu-wrap {
	transform: translate3d(0,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu,
.show-menu .mobile-menu ul {
	transform: translate3d(0,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu ul {
	transition-duration: 0.9s;
}
.show-menu .site-overlay {
	opacity: 1;
	transition: opacity 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transform: translate3d(0,0,0);
}
.fullsite {
    position: relative;
    overflow: hidden;
}
/*
#scrollTopBtn {
  right: 50% !important;
  margin-right: -24px;
  bottom: 45px!important;
}*/


.contactForm .contact-field-item .contact-field-element ul.list-checkbox-wrap, .contactForm .contact-field-item .contact-field-element ul.list-checkbox-wrap li.contact-field-option, .contactForm .contact-field-item .contact-field-element ul.list-radio-wrap, .contactForm .contact-field-item .contact-field-element ul.list-radio-wrap li.contact-field-option {
    background: none !important;
}
/******************************
		Responsive
***************************/
@media only screen and (max-width : 1850px) {

}
@media only screen and (max-width : 1600px) {

}
@media only screen and (max-width : 1289px) {
.sf-menu > li > a:hover::before, .sf-menu > li.sfHover > a::before, .sf-menu > li.selected > a::before, .sf-menu > li.active > a::before {

  width: 105px;
}
}
@media only screen and (max-width : 1205px) {
.sf-menu a {
    font-size: 13px;
}
  .sf-menu > li {
    padding: 0 6px;
}
  footer.bottom .footer-logo {
    width: 250px;
}
  .sf-menu > li > a:hover::before, .sf-menu > li.sfHover > a::before, .sf-menu > li.selected > a::before, .sf-menu > li.active > a::before {

  width: 85px;
}
}
@media only screen and (max-width : 991px) {
ul.sf-menu.sf-js-enabled.sf-arrows {
    display: none;
}
  nav.main-nav .mobile-nav {
    display: table;
    text-align: center;
    margin: 0 auto;
}
  header.top .bloc-bottom {
    height: 106px;
    padding-top: 28px;
}
  .is-sticky nav.main-nav {
    padding-top: 13px;
}
  .marketing .marketing-slider {
    height: 600px;
}
  h1, .h1 {
    font-size: 43px;
}
section.formhome form.contactForm .two-column {
    width: 100%;
    padding-right: 0;
    float: none;
    display: block;
}
  section.formhome form.contactForm .two-column:last-of-type {
    float: none;
    width: 100%;
}
/*section.formhome .contactForm .g-recaptcha {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
}*/
section.formhome .contact-submit {
    right: 0;
    bottom: 0;
    position: relative;
    width: 100%;
    display: table;
    margin: 0 auto;
}
  section.formhome {
    padding: 80px 0;
}
  section.box .box-grid {
    grid-template-columns: auto;
    grid-gap: 50px;
}
  section.box .box-grid .photo-box {
    padding-top: 0;
    display: table;
    margin: 0 auto;
}
  footer.bottom .footer-grid {
    grid-template-columns: auto;
    justify-content: inherit;
    grid-gap: 40px;
}
  footer.bottom {
    padding: 109px 0;
    text-align: center;
}
  footer.bottom .footer-logo {
    width: 250px;
    margin: 0 auto;
}
 footer.bottom .telephone {
    padding: 70px 0 0px 0;
    background: url(../images/tel-footer.png) no-repeat center top;
} 

  footer.bottom .flex ul {
    font-size: 0;
}
  header.top .box-overlay .btn-cta {
    display: table;
    margin: 0 auto;
}
  header.top .box-overlay .tel-header {
    display: table;
    margin: 52px auto 0;
}
  section.content.home {
    padding: 93px 0 75px;
}
  h1, .h1 {
    font-size: 35px;
}
  section.content.home .home-act h2 {
    font-size: 26px;
}
  section.icones1 .box-icon h2 {
    font-size: 18px;
    line-height: 1.5em;
}
  section.box .box-grid .text-box h2 {
    font-size: 40px;
}
  footer.bottom {
    padding: 64px 0;
}
  nav.main-nav {
    pointer-events: all;
}
  section.content.content-page .grid-part.part2 ,
  section.content.content-page .grid-part {
    grid-template-columns: auto;
    gap: 10px;
}
  section.content.content-page .grid-part .img-grid {
    display: table;
    margin: 0 auto;
    order: 2;
}
  section.content img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	width: auto;
	margin: 0 auto;
	display: block;
}
}
@media only screen and (max-width : 767px) {
  footer.bottom .flex {
    grid-template-columns: auto;
    gap: 0;
}
  
  h1, .h1 {
    font-size: 42px;
}
h2, .h2 {
    font-size: 37px;
}
h3, .h3 {
    font-size:26px;
}
h4, .h4 {
    font-size: 22px;
}
h5, .h5 {
    font-size: 20px;
}
h6, .h6 {
    font-size: 18px;
}
}

@media only screen and (max-width : 480px) {


  section.services h2 {
    font-size: 33px;
}
  section.services .box .content-box {
    padding: 20px 8px 104px;
}
  section.services .box .content-box:before {
    width: 55px;
    background-size: contain;
}
/*section.formhome .contactForm .g-recaptcha {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    transform: scale(.66, .66);
    left: 0;
    transform-origin: center top;
}*/
  section.box .box-grid .text-box h2 {
    font-size: 31px;
}
  section.formhome .bloc-contact h2 {
    font-size: 23px;

}
  section.formhome .bloc-contact {
    display: block;
}
    h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size:25px;
}
h4, .h4 {
    font-size: 21px;
}
h5, .h5 {
    font-size: 19px;
}
h6, .h6 {
    font-size: 17px;
}
}