@font-face {
     font-family: 'icomoon';
     src: url("../fonts/icomoon/icomoon.eot?srf3rx");
     src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
     font-weight: normal;
     font-style: normal;
}
/* ======================================================= * * Template Style * Edit this section * * ======================================================= */
 body {
     font-family: "Source Sans Pro", Arial, sans-serif;
     font-weight: 300;
     font-size: 20px;
     line-height: 1.5;
     color: #777777;
     color: #7f7f7f;
     background: #fff;
     height: 100%;
     position: relative;
     overflow-x:hidden;
}
 section {
     overflow-x:hidden;
     padding:2px 0px;
}
 a {
     color: #c7af80;
     -webkit-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
}
 a:hover, a:active, a:focus {
     color: #c7af80;
     outline: none;
}
 p {
     margin-bottom: 1.5em;
}
 h1, h2, h3, h4, h5, h6 {
     color: #000;
     font-family: "Source Sans Pro", Arial, sans-serif;
     font-weight: 400;
     margin: 0 0 30px 0;
}
 img.alignright {
     float: right;
     margin: 0 0 1em 1em;
}
 img.alignleft {
     float: left;
     margin: 0 1em 1em 0;
}
 img.aligncenter {
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .alignright {
     float: right;
}
 .alignleft {
     float: left;
}
 .aligncenter {
     display: block;
     margin-left: auto;
     margin-right: auto;
}

 .mobile {
         display:block;
    }
 @media screen and (max-width: 991px) {
     .mobile {
         display:none;
    }
}

 .moinmarginbottom {
     margin-bottom:-25px;
}
/* ::-webkit-selection {
     color: #818892;
     background: #f9f6f0;
}
 ::-moz-selection {
     color: #818892;
     background: #f9f6f0;
}
 ::selection {
     color: #818892;
     background: #f9f6f0;
}
 */
 .edge--bottom {
     position: relative;
     z-index: 1;
}
 .edge--bottom:after {
     background: inherit;
     content: '';
     display: block;
     height: 50%;
     left: 0;
     position: absolute;
     right: 0;
     z-index: -1;
     -webkit-backface-visibility: hidden;
}
 .edge--bottom:after {
     bottom: 0;
     transform: skewY(-1.5deg);
     transform-origin: 100%;
}
 .edge--bottom--reverse {
     position: relative;
     z-index: 1;
}
 .edge--bottom--reverse:after {
     background: inherit;
     content: '';
     display: block;
     height: 50%;
     left: 0;
     position: absolute;
     right: 0;
     z-index: -1;
     -webkit-backface-visibility: hidden;
}
 .edge--bottom--reverse:after {
     bottom: 0;
     transform: skewY(1.5deg);
     transform-origin: 0 100%;
}
 .edge--top {
     position: relative;
     z-index: 1;
}
 .edge--top:before {
     background: inherit;
     content: '';
     display: block;
     height: 50%;
     left: 0;
     position: absolute;
     right: 0;
     z-index: -1;
     -webkit-backface-visibility: hidden;
}
 .edge--top:before {
     top: 0;
     transform: skewY(1.5deg);
     transform-origin: 100% 0;
}
 .edge--top--reverse {
     position: relative;
     z-index: 1;
}
 .edge--top--reverse:before {
     background: inherit;
     content: '';
     display: block;
     height: 50%;
     left: 0;
     position: absolute;
     right: 0;
     z-index: -1;
     -webkit-backface-visibility: hidden;
}
 .edge--top--reverse:before {
     top: 0;
     transform: skewY(-1.5deg);
     transform-origin: 0 0;
}
 .edge--both {
     position: relative;
     z-index: 1;
}
 .edge--both:before, .edge--both:after {
     background: inherit;
     content: '';
     display: block;
     height: 50%;
     left: 0;
     position: absolute;
     right: 0;
     z-index: -1;
     -webkit-backface-visibility: hidden;
}
 .edge--both:before {
     top: 0;
     transform: skewY(1.5deg);
     transform-origin: 100% 0;
}
 .edge--both:after {
     bottom: 0;
     transform: skewY(-1.5deg);
     transform-origin: 100%;
}
 .edge--both--reverse {
     position: relative;
     z-index: 1;
}
 .edge--both--reverse:before, .edge--both--reverse:after {
     background: inherit;
     content: '';
     display: block;
     height: 50%;
     left: 0;
     position: absolute;
     right: 0;
     z-index: -1;
     -webkit-backface-visibility: hidden;
}
 .edge--both--reverse:before {
     top: 0;
     transform: skewY(-1.5deg);
     transform-origin: 0 0;
}
 .edge--both--reverse:after {
     bottom: 0;
     transform: skewY(1.5deg);
     transform-origin: 0 0;
}
/* ------------- FEEBACK------------------ */
 #slideout {
     -webkit-box-sizing:content-box;
     -moz-box-sizing:content-box;
     box-sizing:content-box;
     position: fixed;
     top: 340px;
     left: -20px;
     color:white;
     font-size:36px;
     padding:4px 14px;
     padding-left:35px;
     background-color:#c7af80;
     text-align: center;
     -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
     -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
     z-index:9999;
}
 #slideout_inner {
     -webkit-box-sizing:content-box;
     -moz-box-sizing:content-box;
     box-sizing:content-box;
     position: fixed;
     top: 340px;
     left: -270px;
     background: #c7af80;
     width: 220px;
     padding: 25px;
     height: 220px;
     -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
     -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
     text-align: left;
     -webkit-border-radius: 0 0 5px 0;
     -moz-border-radius: 0 0 5px 0;
     border-radius: 0 0 5px 0;
     z-index:9999;
}
 #slideout_inner h4{
     color:white;
     font-size:22px;
     margin-bottom:15px;
}
 #slideout_inner p{
     color:white;
     font-size:18px;
     line-height:28px;
}
 .btncontact {
     font-size:17px;
     color:#fff;
     border:1px solid #fff;
     margin:0 auto;
     margin-top:18px;
     padding:5px 25px;
     display:inline-block;
     border-radius:30px;
}
 .btncontact:hover {
     background-color:#fff;
     border:1px solid #fff;
     color:#c7af80;
     text-decoration:none 
}
 #slideout:hover {
     left: 250px;
}
 #slideout:hover #slideout_inner {
     left: 0;
}
 #slideout2 {
     -webkit-box-sizing:content-box;
     -moz-box-sizing:content-box;
     box-sizing:content-box;
     position: fixed;
     top: 415px;
     left: -20px;
     color:white;
     font-size:36px;
     padding:4px 14px;
     padding-left:35px;
     background-color:#637081;
     text-align: center;
     -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
     -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
     z-index:9998;
}
 #slideout_inner2 {
     -webkit-box-sizing:content-box;
     -moz-box-sizing:content-box;
     box-sizing:content-box;
     position: fixed;
     top: 415px;
     left: -270px;
     background: #637081;
     width: 220px;
     padding: 25px;
     padding-top:15px;
     height: 45px;
     -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
     -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
     text-align: left;
     -webkit-border-radius: 0 0 5px 0;
     -moz-border-radius: 0 0 5px 0;
     border-radius: 0 0 5px 0;
     z-index:9999;
}
 #slideout_inner2 h4{
     color:white;
     font-size:22px;
     line-height:27px;
     font-weight:400;
}
 #slideout_inner2 a {
     text-decoration:none;
     color:#fff;
}
 #slideout2:hover {
     left: 250px;
}
 #slideout2:hover #slideout_inner2 {
     left: 0;
}
/* ------------- HEADER + MENU ------------------ */
 #fh5co-header {
     position: absolute;
     z-index: 99;
     width: 100%;
     opacity: 1;
     top: 0;
     background-color:#fff;
     margin-top: 0px;
     padding-top:10px;
}
 #fh5co-header img {
     max-width:100%;
     height:auto;
     max-height:64px;
     margin-top:-21px;
}
 @media screen and (max-width: 768px) {
     #fh5co-header {
         margin-top: 0;
         background: #fff;
         -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
         -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
         -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
         box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    }
     #fh5co-header .navbar-brand {
         color: #c7af80 !important;
    }
     #fh5co-header #navbar li a {
         color: rgba(0, 0, 0, 0.5) !important;
         -webkit-transition: 0.3s;
         -o-transition: 0.3s;
         transition: 0.3s;
    }
     #fh5co-header #navbar li a:hover {
         color: #c7af80 !important;
    }
     #fh5co-header #navbar li a span:before {
         background: transparent !important;
    }
     #fh5co-header #navbar li.active a {
         background: transparent;
         background: none;
         color: #c7af80 !important;
    }
     #fh5co-header #navbar li.active a span:before {
         visibility: visible;
         -webkit-transform: scaleX(1);
         transform: scaleX(1);
    }
}
 #fh5co-header .navbar {
     padding-bottom: 0;
     margin-bottom: 0;
}
/* #fh5co-header #navbar li a {
     font-family: "Source Sans Pro", Arial, sans-serif;
     color: rgba(0, 0, 0, 0.5);
     position: relative;
     font-size: 18px;
     font-weight: 400;
     padding:17px 20px;
}
 */
 #fh5co-header #navbar li a {
     font-size: 19px;
}
 #fh5co-header #navbar li .btnconnect {
     background-color: #637081;
     border:1px solid #637081;
     color:#fff;
     font-size: 18px;
     display:inline-block;
     border-radius:45px;
     margin-left:10px;
     margin-top:5px;
     font-weight: 300;
     padding:10px 14px;
}
 #fh5co-header.navbar-fixed-top #navbar li .btnconnect {
     color:#fff;
}
 #fh5co-header #navbar li .btnconnect:hover {
     background-color:#fff;
     border:1px solid #eee;
}
 #fh5co-header #navbar li a span {
     position: relative;
     display: inline-block;
     padding-bottom: 15px;
}
 #fh5co-header #navbar li a span:before {
     content: "";
     position: absolute;
     width: 100%;
     height: 2px;
     bottom: 0;
     left: 0;
     background-color: #c7af80;
     visibility: hidden;
     -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
     -ms-transform: scaleX(0);
     -o-transform: scaleX(0);
     transform: scaleX(0);
     -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
     -ms-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
     transition: all 0.3s ease-in-out 0s;
}
 #fh5co-header #navbar li a:hover {
     color: #c7af80;
}
 #fh5co-header #navbar li a:hover span:before {
     visibility: visible;
     -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
     -ms-transform: scaleX(1);
     -o-transform: scaleX(1);
     transform: scaleX(1);
}
 #fh5co-header #navbar li.active a {
     background: transparent;
     background: none;
     color: #c7af80;
}
 #fh5co-header #navbar li.active a span:before {
     visibility: visible;
     -webkit-transform: scaleX(1);
     transform: scaleX(1);
}
 #fh5co-header .navbar-brand {
     float: left;
     display: block;
     font-size: 30px;
     font-weight: 700;
     padding-left: 0;
     color: #fff;
}
 #fh5co-header.navbar-fixed-top {
     position: fixed !important;
     background: #fff;
     -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
     -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
     margin-top: 0px;
     top: 0;
}
 #fh5co-header.navbar-fixed-top .navbar-brand {
     color: #c7af80;
}
 #fh5co-header.navbar-fixed-top #navbar li a {
     color: rgba(0, 0, 0, 0.5);
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}
 #fh5co-header.navbar-fixed-top #navbar li a:hover {
     color: #c7af80;
}
 #fh5co-header.navbar-fixed-top #navbar li.active a {
     background: transparent;
     background: none;
     color: #c7af80;
}
 #fh5co-header.navbar-fixed-top #navbar li.active a span:before {
     visibility: visible;
     -webkit-transform: scaleX(1);
     transform: scaleX(1);
     background-color: #c7af80;
}
 #fh5co-header .navbar-default {
     border: transparent;
     background: transparent;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     -ms-border-radius: 0px;
     border-radius: 0px;
}
 @media screen and (max-width: 768px) {
     #fh5co-header .navbar-default {
         margin-top: 0px;
         padding-right: 0px;
         padding-left: 0px;
    }
}
 #fh5co-header .navbar-default .brand-slogan {
     margin: 28px 0 0 15px;
     float: left;
     letter-spacing: 2px;
     color: #adadad;
}
 #fh5co-header .navbar-default .brand-slogan em {
     color: #c7af80;
     font-style: normal;
}
 #fh5co-header a {
     -webkit-transition: 0s;
     -o-transition: 0s;
     transition: 0s;
}
/*****************************************/
/**************** ACCUEIL ******************/
/*****************************************/
/* ----------------- SLIDER -------------------- */
 #fh5co-home {
     background-color: transparent;
     background-size: cover;
     background-attachment: fixed;
     position: relative;
     width: 100%;
     max-height:750px;
     color: #fff;
     overflow: hidden;
}
 #fh5co-home, #fh5co-home .text-wrap {
     height: 800px;
}
 #fh5co-home .text-wrap {
     display: table;
     width: 100%;
     position: relative;
     z-index: 4;
     margin-top:-65px;
}
 #fh5co-home .text-inner {
     display: table-cell;
     vertical-align: middle;
     text-align: center;
}
 #fh5co-home .text-inner h1 {
     font-size: 59px;
     line-height:63px;
     font-weight:bold;
     letter-spacing:-0.5px;
     text-transform:uppercase;
     color: white;
     margin: 0 0 10px 0;
}
 @media screen and (max-width: 991px) {
     #fh5co-home .text-inner h1 {
         font-size: 50px;
         line-height:55px;
    }
}
 #fh5co-home .text-inner h2 {
     font-size: 28px;
     line-height: 40px;
     letter-spacing:0.5px;
     font-weight: 300;
     color: rgba(255, 255, 255, 0.9);
     margin: 0;
}
 .slant {
     position: absolute;
    /*transform: rotate(-1.7deg);
     -ms-transform: rotate(-1.7deg);
     -webkit-transform: rotate(-1.7deg);
     -o-transform: rotate(-1.7deg);
     -moz-transform: rotate(-1.7deg);
     */
     background-color: #fff;
     content: "";
     z-index: 3;
     display: inline-block;
     height: 70px;
     bottom: 0;
     margin-bottom: -35px;
     padding: 0;
     width: 101%;
}
/* ----------------- SERVICE -------------------- */
 #fh5co-intro {
     position: relative;
     bottom: 0;
     margin-top: -150px;
     z-index: 10;
     padding-bottom: 4.5em;
}
 @media screen and (max-width: 768px) {
     #fh5co-intro {
         padding-bottom: 3em;
    }
}
 #fh5co-intro > div {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-wrap: wrap;
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
}
 #fh5co-intro .service-block {
     width: 16,66%;
     max-width:190px;
     float: left;
     text-align: center;
     min-height: 160px;
     vertical-align: middle;
     padding: 20px;
     padding-top:40px;
     padding-bottom:20px;
     background: #fff;
     -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.2);
     -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.2);
     -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.2);
     -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.2);
     box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.2);
     z-index: 7;
     flex-grow: 1;
     background-size: cover;
     position: relative;
     backgroun-repeat: no-repeat;
}
 #fh5co-intro .service-block h2 {
     font-size: 22px;
     font-weight: 400;
}
 #fh5co-intro .service-block img{
     max-width:100%;
     height:auto;
     max-height:95px;
     margin-top:-15px;
     margin-bottom:15px;
}
 @media screen and (max-width: 991px) {
     #fh5co-intro .service-block {
         width: 100%;
         max-width:240px;
    }
}
 @media screen and (max-width: 768px) {
     #fh5co-intro .service-block {
         width: 100%;
         max-width:100%;
    }
}
 #fh5co-intro .service-block > .overlay-darker {
     z-index: 8;
     opacity: .5;
     background-color: #d8d8d8;
     background-image: linear-gradient(315deg, #909e9f 0%, #d8d8d8 74%);
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
}
 #fh5co-intro .service-block > .overlay {
     background: #fff;
     opacity: 1;
     z-index: 9;
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     -webkit-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
}
 #fh5co-intro .service-block > .service {
     position: relative;
     z-index: 10;
}
 #fh5co-intro .service-block > .service .fh5co-intro-icon {
     font-size: 50px;
     color: #c7af80;
     margin-bottom: 30px;
     display: block;
}
 #fh5co-intro .service-block h2 {
     font-size: 22px;
     letter-spacing:-0.5px;
     font-weight: 400;
}
 #fh5co-intro .service-block:hover > .overlay, #fh5co-intro .service-block:focus > .overlay {
     opacity: 0;
     z-index: 9;
}
 #fh5co-intro .service-block:hover > .service, #fh5co-intro .service-block:focus > .service {
     color: #fff;
}
 #fh5co-intro .service-block:hover > .service .fh5co-intro-icon, #fh5co-intro .service-block:focus > .service .fh5co-intro-icon {
     color: #fff;
}
 #fh5co-intro .service-block:hover h2, #fh5co-intro .service-block:focus h2 {
     color: #fff;
}
 #fh5co-intro .service-block:hover .btn, #fh5co-intro .service-block:focus .btn {
     border: 2px solid #fff !important;
     background: transparent;
}
 #fh5co-intro .service-block:hover .btn:hover, #fh5co-intro .service-block:focus .btn:hover {
     background: #c7af80 !important;
     border: 2px solid #c7af80 !important;
}
 #fh5co-intro a, #fh5co-intro a:hover {
     text-decoration:none;
}
/*---------- VIDEO -----------*/
 .watch-video {
     text-align: center;
     width: 100%;
     display: block;
     float: left;
}
 .watch-video span {
     display: block;
     margin-bottom: 20px;
     font-size:21px;
     letter-spacing: 2px;
     text-transform: uppercase;
     font-weight: bold;
}
 .watch-video .btn-video {
     display: block;
     display: table;
     border: 2px solid #c7af80;
     font-size: 60px;
     height: 110px;
     width: 110px;
     margin: 0 auto;
     line-height: 0px;
     text-align: center;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     border-radius: 50%;
     text-decoration: none;
}
 .watch-video .btn-video:hover, .watch-video .btn-video:focus, .watch-video .btn-video:active {
     text-decoration: none;
}
 .watch-video .btn-video i {
     position: relative;
     display: table-cell;
     vertical-align: middle;
     margin: 0;
     padding: 0;
     right: -7px;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     color:rgba(255, 255, 255, 0.8);
}
 .watch-video .btn-video:hover i, .watch-video .btn-video:focus i {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
     transform: scale(1.1);
}
 #fh5co-services, #fh5co-counters, #fh5co-work, #fh5co-contact, #fh5co-about {
     padding: 4em 0;
}
 #fh5co-about {
     padding: 3em 0;
     padding-bottom:4em;
}
 @media screen and (max-width: 768px) {
     #fh5co-services, #fh5co-counters, #fh5co-work, #fh5co-contact, #fh5co-about {
         padding: 2em 0;
    }
}
 #fh5co-services, #fh5co-work, #fh5co-counters {
     padding: 7em 0;
}
 @media screen and (max-width: 768px) {
     #fh5co-services, #fh5co-work, #fh5co-counters {
         padding: 4em 0;
    }
}
/*--------------ACTUS--------------*/
 #fh5co-actu {
     overflow: hidden;
     position: relative;
     color: rgba(255, 255, 255, 0.8);
     background-color: #637081;
     background-image: linear-gradient(315deg, #637081 0%, #7c98b3 74%);
     padding-top:125px;
     padding-bottom:50px;
}
 #fh5co-actu a {
     color: rgba(255, 255, 255, 0.5);
     text-decoration: none;
}
 #fh5co-actu a:hover {
     color: white;
}
 #fh5co-actu:before, #fh5co-actu:after {
     position: absolute;
    /*transform: rotate(-1.7deg);
     -ms-transform: rotate(-1.7deg);
     -webkit-transform: rotate(-1.7deg);
     -o-transform: rotate(-1.7deg);
     -moz-transform: rotate(-1.7deg);
     */
     background-color: #fff;
     content: "";
     z-index: 3;
     display: inline-block;
     padding: 0;
     width: 101%;
}
 #fh5co-actu:before {
     top: 0;
     margin-top: -35px;
}
 #fh5co-actu:after {
     bottom: 0;
     margin-bottom: -35px;
}
 #fh5co-actu .section-heading h2 {
     color: #fff;
}
 #fh5co-actu .section-heading h2:after {
     background: rgba(255, 255, 255, 0.3);
}
 #fh5co-actu .section-heading h3 {
     color: rgba(255, 255, 255, 0.8);
}
 #fh5co-actu .fh5co-project-item {
     display: block;
     width: 100%;
     position: relative;
     top: 0;
     background: #fff;
     overflow: hidden;
     z-index: 9;
     margin-bottom: 30px;
     -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
     -ms-border-radius: 7px;
     border-radius: 7px;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}
 #fh5co-actu .fh5co-project-item img {
     z-index: 8;
     opacity: 1;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}
 #fh5co-actu .fh5co-project-item .service {
     padding: 10px 20px;
}
 #fh5co-actu .fh5co-project-item .service h2, #fh5co-actu .fh5co-project-item .service span {
     text-decoration: none !important;
}
 #fh5co-actu .fh5co-project-item .service h2 {
     font-size: 18px;
     font-weight: bold;
     margin: 0;
}
 #fh5co-actu .fh5co-project-item .service span {
     color: #b3b3b3;
     font-size: 16px;
     font-weight: 400;
}
 #fh5co-actu .fh5co-project-item:hover img, #fh5co-actu .fh5co-project-item:focus img {
     opacity: .7;
}
 #fh5co-actu .fh5co-project-item:hover h2, #fh5co-actu .fh5co-project-item:hover span, #fh5co-actu .fh5co-project-item:focus h2, #fh5co-actu .fh5co-project-item:focus span {
     text-decoration: none !important;
}
 .paveactu img {
     max-width:100%;
     height:auto;
}
 .grid-blog-thumb {
     float: left;
     height: 240px;
     line-height: 0;
     overflow: hidden;
     position: relative;
     width: 100%;
     background: #f1f1f1;
}
 .paveactu .content {
     padding:10px;
}
 #fh5co-actu .blog .blog-title a {
     font-size:26px;
     line-height:30px;
     color:#fff;
     margin-top:10px;
     min-height:40px;
     display:block;
     text-decoration: none;
}

#fh5co-actu .blog .blog-title a:hover {
   
     color:#555;
   
}


.page .blog .blog-title a {
font-size:24px;
     line-height:30px;
}

 .blog-content {
     padding:15px;
     padding-top:10px;
}
 p.blog-short-content {
     font-size:18px;
     line-height:24px;
     color:#fff;
     height:auto;
     margin-top:25px;
}
 .blog-author, .blog-author a {
     font-size:15px;
     color:#c7af80;
     margin-top:0px;
     margin-bottom:0px;
}

 .blog-author, .blog-author a:hover {
   
     color:#c7af80
   
}

 a.blog-more-link {
     color: rgba(255, 255, 255, 0.5);
     text-decoration: none;
     background-color:transparent;
     float:right;
     font-size:18px;
}
 a.blog-more-link:hover {
     color: #fff;
     background-color:transparent;
}
 .paveactu .plus {
     font-size:13px;
     text-transform:uppercase;
     color:#fff;
     background-color:#ef4814;
     margin:0 auto;
     margin-top:-5px;
     padding:12px 25px;
     display:inline-block;
     border-radius:30px;
}
/* ----------------- APROPOS -------------------- */
 #fh5co-work {
     overflow: hidden;
     position: relative;
     color: rgba(255, 255, 255, 0.8);
     background-color: #637081;
     background-image: linear-gradient(315deg, #637081 0%, #7c98b3 74%);
     padding-top:140px;
     padding-bottom:20px;
}
 #fh5co-work:before, #fh5co-work:after {
     position: absolute;
    /*transform: rotate(-1.7deg);
     -ms-transform: rotate(-1.7deg);
     -webkit-transform: rotate(-1.7deg);
     -o-transform: rotate(-1.7deg);
     -moz-transform: rotate(-1.7deg);
     */
     background-color: transparent;
     content: "";
     z-index: 0;
     display: inline-block;
     height: 70px;
     padding: 0;
     width: 101%;
}
 #fh5co-work:before {
     top: 0;
     margin-top: -35px;
}
 #fh5co-work:after {
     bottom: 0;
     margin-bottom: -35px;
}
 #fh5co-work .section-heading h2 {
     color: #fff;
}
 #fh5co-work .section-heading h2:after {
     background: rgba(255, 255, 255, 0.3);
}
 #fh5co-work .section-heading h3 {
     color: rgba(255, 255, 255, 0.9);
}
/* ----------------- CHIFFRE -------------------- */
 #fh5co-counters {
     background: #c7af80;
    
     background-color: transparent;
    /* overflow: hidden;
     background-attachment: fixed;*/
     position: relative;
      background-size: cover;
     width: 100%;
     padding: 6em 0 7em 0;
}
 @media screen and (max-width: 768px) {
     #fh5co-counters {
         padding: 4em 0;
    }
}
 #fh5co-counters .fh5co-overlay {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 2;
     background: rgba(0, 0, 0, 0.6);
}
 #fh5co-counters:before, #fh5co-counters:after {
     position: absolute;
    /*transform: rotate(-1.7deg);
     -ms-transform: rotate(-1.7deg);
     -webkit-transform: rotate(-1.7deg);
     -o-transform: rotate(-1.7deg);
     -moz-transform: rotate(-1.7deg);
     */
     background-color: transparent;
     content: "";
     z-index: 0;
     display: inline-block;
     padding: 0;
     width: 101%;
}
 #fh5co-counters:before {
     top: 0;
     margin-top: -35px;
}
 #fh5co-counters:after {
     bottom: 0;
     margin-bottom: -35px;
}
 #fh5co-counters .section-heading {
     position: relative;
     z-index: 3;
     margin-bottom: 0;
}
 #fh5co-counters .section-heading h2 {
     color: #fff;
}
 #fh5co-counters .section-heading h2:after {
     background: rgba(255, 255, 255, 0.3) !important;
}
 #fh5co-counters .section-heading .subtext h3 {
     color: rgba(255, 255, 255, 0.7) !important;
}
 #fh5co-counters .fh5co-counter {
     position: relative;
     z-index: 3;
     text-align: center;
}
 @media screen and (max-width: 992px) {
     #fh5co-counters .fh5co-counter {
         margin-bottom: 50px;
         float: left;
         width: 100%;
    }
}
 #fh5co-counters .fh5co-counter .fh5co-counter-icon, #fh5co-counters .fh5co-counter .fh5co-counter-number, #fh5co-counters .fh5co-counter .fh5co-counter-label {
     display: block;
}
 #fh5co-counters .fh5co-counter .fh5co-counter-icon {
     font-size: 45px;
     color: #c7af80;
}
 #fh5co-counters .fh5co-counter .fh5co-counter-number {
     font-size: 70px;
     color: #fff;
     font-weight: 300;
}
 #fh5co-counters .fh5co-counter .fh5co-counter-label {
     color: rgba(255, 255, 255, 0.8);
     font-size:22px;
     line-height:24px;
     letter-spacing:0.5px;
     font-weight: 300;
}
/* -------- EQUIPE ----------- */
 .fh5co-person {
     border: 2px solid #f2f2f2;
     padding: 70px 18px 18px 18px;
     float: left;
     width: 100%;
     position: relative;
}
 @media screen and (max-width: 992px) {
     .fh5co-person {
         margin-bottom: 3.5em;
    }
}
 .fh5co-person figure {
     position: absolute;
     margin-top: -60px;
     top: 0;
     left: 50%;
     margin-left: -60px;
     display: block;
     margin-bottom:70px;
}
 .fh5co-person figure img {
     width: 130px;
     border: 2px solid #f2f2f2;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     border-radius: 50%;
}
 .fh5co-person h3 {
     margin-top:30px;
     margin-bottom: 0px;
}
 .fh5co-person .fh5co-position {
     color: #333;
     display: block;
     margin-bottom: 20px;
     letter-spacing:-0.5px;
}
 .fh5co-person p {
     font-size:17px;
}
 .form-control {
     box-shadow: none;
     background: transparent;
     border: 2px solid rgba(0, 0, 0, 0.1);
     height: 54px;
     font-size: 18px;
     font-weight: 400;
}
 .form-control:active, .form-control:focus {
     outline: none;
     box-shadow: none;
     border-color: #c7af80;
}
 .btn {
     -webkit-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
}
 .btn:hover, .btn:active, .btn:focus {
     outline: none;
}
 #fh5co-contact {
     padding-bottom: 0;
     background-repeat:no-repeat;
     background-position:100% 0%;
}
 #fh5co-contact .fh5co-contact-info {
     padding: 0;
     margin: 0 0 1.5em 0;
}
 #fh5co-contact .fh5co-contact-info li {
     position: relative;
     padding: 0;
     margin: 0 0 1.5em 0;
     padding-left: 50px;
     list-style: none;
}
 #fh5co-contact .fh5co-contact-info li i {
     position: absolute;
     top: .2em;
     left: 0;
}
 .section-heading {
     float: left;
     width: 100%;
     padding-bottom: 50px;
     margin-bottom: 50px;
     clear: both;
}
 .section-heading h2 {
     margin: 0 0 30px 0;
     font-size: 48px;
     font-weight: 300;
     color: #444;
     text-transform: uppercase;
     position: relative;
     display: block;
     padding-bottom: 20px;
     line-height: 1.4;
}
 .section-heading h2.left-border:after {
     content: "";
     position: absolute;
     display: block;
     width: 80px;
     height: 2px;
     background: #c7af80;
     left: 0%;
     margin-left: 0px;
     bottom: 0;
}
 .section-heading h2:after {
     content: "";
     position: absolute;
     display: block;
     width: 80px;
     height: 2px;
     background: #c7af80;
     left: 50%;
     margin-left: -40px;
     bottom: 0;
}
 @media screen and (max-width: 768px) {
     .section-heading h2 {
         font-size: 30px;
    }
}
 .section-heading h3 {
     font-weight: 300;
     line-height: 1.5;
     color: #929292;
}
 @media screen and (max-width: 768px) {
     .section-heading h3 {
         font-size: 24px !important;
         line-height: 34px;
    }
}
 .btn {
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}
 .fh5co-nav-toggle {
     width: 25px;
     height: 25px;
     cursor: pointer;
     text-decoration: none;
}
 .fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
     background: #c7af80;
}
 .fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
     outline: none;
     border-bottom: none !important;
}
 .fh5co-nav-toggle i {
     position: relative;
     display: -moz-inline-stack;
     display: inline-block;
     zoom: 1;
     *display: inline;
     width: 25px;
     height: 3px;
     color: #c7af80;
     font: bold 14px/.4 Helvetica;
     text-transform: uppercase;
     text-indent: -55px;
     background: #c7af80;
     transition: all .2s ease-out;
}
 .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
     content: '';
     width: 25px;
     height: 3px;
     background: #c7af80;
     position: absolute;
     left: 0;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 .fh5co-nav-toggle i::before {
     top: -7px;
}
 .fh5co-nav-toggle i::after {
     bottom: -7px;
}
 .fh5co-nav-toggle:hover i::before {
     top: -10px;
}
 .fh5co-nav-toggle:hover i::after {
     bottom: -10px;
}
 .fh5co-nav-toggle.active i {
     background: transparent;
}
 .fh5co-nav-toggle.active i::before {
     top: 0;
     -webkit-transform: rotateZ(45deg);
     -moz-transform: rotateZ(45deg);
     -ms-transform: rotateZ(45deg);
     -o-transform: rotateZ(45deg);
     transform: rotateZ(45deg);
}
 .fh5co-nav-toggle.active i::after {
     bottom: 0;
     -webkit-transform: rotateZ(-45deg);
     -moz-transform: rotateZ(-45deg);
     -ms-transform: rotateZ(-45deg);
     -o-transform: rotateZ(-45deg);
     transform: rotateZ(-45deg);
}
 .fh5co-nav-toggle {
     position: absolute;
     top: 2px;
     right: 0px;
     z-index: 21;
     padding: 6px 0 0 0;
     display: block;
     margin: 0 auto;
     display: none;
     height: 44px;
     width: 25px;
     border-bottom: none !important;
}
 @media screen and (max-width: 768px) {
     .fh5co-nav-toggle {
         display: block;
    }
}
/*****************************************/
/**************** PAGE ******************/
/*****************************************/
 .banner {
     background-image: url('../images/header-bms.jpg');
     background-position:50% 50%;
     max-width:100%;
     height:auto;
     min-height:325px;
     padding-top:170px;
}
 .banner h1 {
     font-size: 42px;
     font-weight: 300;
     margin:0 auto;
     max-width:800px;
     color: #fff;
     text-transform: uppercase;
     text-align:center;
}
 .banner hr {
     margin: 0 auto;
     margin-top: 0px;
     margin-bottom: 0px;
     margin-left: auto;
     margin-top: 15px;
     margin-bottom: 20px;
     border: 0;
     border-top-color: currentcolor;
     border-top-style: none;
     border-top-width: 0px;
     border-top-color: currentcolor;
     border-top-style: none;
     border-top-width: 0px;
     border-top-color: currentcolor;
     border-top-style: none;
     border-top-width: 0px;
     border-top: 2px solid #c7af80;
     max-width: 80px;
}
/*RESPONSIVE*/
 @media screen and (max-width:991px){
     .banner h1 {
         width:100%;
         font-size: 38px;
    }
}
 @media screen and (max-width:580px) {
     .banner {
         padding-top:125px;
         min-height:270px;
    }
}
 .page {
     padding-top:35px;
     padding-bottom:80px;
}
 .pageservice {
     padding-bottom:220px;
}
 .arianne {
     margin-bottom:25px;
}
 .page h2 {
     font-weight: 400;
     font-size: 23px;
     letter-spacing:0.5px;
     margin-bottom:20px;
     margin-top:10px;
     color: #34414e;
}
 .page h2::after {
     content: "";
     display: block;
     width: 60px;
     height: 3px;
     background: #c7af80;
     left: 50%;
     margin-top: 15px;
}
 .page h3 {
     font-weight: 400;
     font-style:italic;
     font-size: 24px;
     font-family: 'timesregular';
     margin-bottom: -5px;
     margin-top:30px;
     color: #12415c;
}
 .page p {
     text-align:justify;
     font-size: 17px;
     line-height: 1.5;
     color: #7f7f7f;
     font-weight:300;
     margin-bottom: 25px;
}
 .page strong, .page b {
     font-weight:400;
}
 .page ul {
     margin-top: 20px;
}
 @media screen and (max-width:991px){
     .page ul {
         margin-left: -40px;
    }
}
 .page ul li {
     list-style-type: none;
     font-size: 17px;
     line-height: 1.6;
     color: #7f7f7f;
     font-weight:300;
     margin-bottom: 6px;
     margin-left:0px;
}
 .page ul li i {
     color:#c7af80;
     font-size:19px;
     margin-right:8px;
}
 .page a {
     color:#c7af80;
}
 .page a:hover {
     color:#637081;
}
 .error-area {
     text-align:center;
}
 .error-area h1 {
     font-weight:800;
     color: #444;
     font-size:60px;
}
 .error-area p {
     text-align:center;
     font-size:17px;
}
 .intro p {
     margin:0 auto;
     text-align:center;
     line-height:34px;
     font-size:26px;
     font-weight:300;
     text-transform:uppercase;
     letter-spacing:0.5px;
     color:#637081;
     width:100%;
     max-width:1000px;
}
 .intro p::after {
     content: "";
     display: block;
     width: 400px;
     height: 1px;
     background: #e5e4e4;
     margin:0 auto;
     margin-top:20px;
     margin-bottom:20px;
}
 @media screen and (max-width:991px){
     .intro p {
         line-height:28px;
         font-size:22px;
    }
}
 .intro2 p {
     margin:0 auto;
     text-align:center;
     line-height:34px;
     font-size:26px;
     font-weight:300;
     text-transform:uppercase;
     letter-spacing:0.5px;
     color:#637081;
     width:100%;
     max-width:1000px;
     margin-bottom:30px;
}
 @media screen and (max-width:991px){
     .intro2 p {
         line-height:28px;
         font-size:22px;
    }
}
 .page .btnpage {
     text-transform: uppercase;
     letter-spacing: 1.4px;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     display:block;
     font-weight:300;
     background: #c7af80;
     width:100%;
     font-size:20px;
     line-height:24px;
     max-width:330px;
     padding:12px 24px;
     border-radius:10px;
     text-align:center;
     margin:0 auto;
     color: #fff;
}
 .page .btnpage:hover {
     box-shadow: none;
     color:#fff;
     background: #637081;
}
 .servicesfooter {
     background-color: #637081;
     background-image: linear-gradient(315deg, #637081 0%, #7c98b3 74%);
     padding-top: 100px;
     padding-bottom: 120px;
}
 .pavevaleur {
     background-color: #637081;
     background-image: linear-gradient(315deg, #637081 0%, #7c98b3 74%);
     padding:30px 40px;
     padding-bottom:10px;
}
 .pavevaleur p {
     color:#fff;
}
 .pavevaleur ul li {
     color:#fff;
}
 .paveasso {
     border: 1px solid #f2f2f2;
     box-shadow: 1px 1px 1px 1px rgba(163, 174, 184, 0.2);
     padding: 20px 18px 18px 15px;
     padding-top:25px;
     padding-bottom:0px;
     margin-bottom:20px;
}
/* ----- Historique ------- */
 .page .timeline li .tl-circ {
     position: absolute;
     top: 23px;
     left: 50%;
     text-align: center;
     background: #c7af80;
     color: #fff;
     width: 25px;
     height: 25px;
     line-height: 25px;
     margin-left: -13px;
     border: 5px solid #dac8a6;
     border-top-right-radius: 50%;
     border-top-left-radius: 50%;
     border-bottom-right-radius: 50%;
     border-bottom-left-radius: 50%;
     z-index: 1;
}
 .page .elementor-9 .elementor-element.elementor-element-825daa2 .tl-heading h4 {
     font-weight: 400;
     font-style:italic;
     font-size: 24px;
     font-family: 'timesregular';
     margin-bottom: -5px;
     margin-top:20px;
     color: #12415c;
}
/*--------------MAPS--------------*/
 #carte {
     width: 100%;
     height: 370px;
}
 #cartecontanct {
     width: 100%;
     height: 475px;
}
/* ---------- FOOTER +MAPS ----------- */
 #footer {
     padding: 50px 0;
     color: #7f7f7f;
     position: relative;
     background-color:#34414e;
}
 #footer p {
     font-size:17px;
}
 #footer .gotop {
     position: absolute;
     top: -32px;
     left: 50%;
     margin-left: -30px;
     background: #fff;
     z-index: 8;
     width: 60px;
     height: 60px;
     font-size: 32px;
     padding-top: 10px;
     text-align: center;
     vertical-align: middle;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     border-radius: 50%;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
     z-index:9999;
}
 #footer .gotop:hover, #footer .gotop:focus {
     top: -25px;
     text-decoration: none !important;
}
 #footer .copyright {
     font-size: 16px;
     margin-bottom: 0px;
     padding-bottom: 0;
}
 .btn {
     text-transform: uppercase;
     letter-spacing: 2px;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}
 .btn.btn-primary {
     background: #c7af80;
     color: #fff;
     border: none !important;
     border: 2px solid transparent !important;
}
 .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
     box-shadow: none;
     background: #637081;
}
 .btn:hover, .btn:active, .btn:focus {
     background: #637081 !important;
     color: #fff;
     outline: none !important;
}
 .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
     border-color: transparent;
}
 .social {
     padding: 0;
     margin: 0;
     display: inline-block;
     position: relative;
     width: 100%;
}
 .social li {
     list-style: none;
     padding: 0;
     margin: 0;
     display: inline-block;
}
 .social li a {
     font-size: 17px;
     display: table;
     width: 45px;
     height: 45px;
     margin: 0 4px;
}
 .social li a i {
     display: table-cell;
     vertical-align: middle;
}
 .social li a:hover, .social li a:active, .social li a:focus {
     text-decoration: none;
     border-bottom: none;
}
 .social li a.social-box {
     background: #c7af80;
     color: #fff;
}
 .social li a.social-circle {
     background: #c7af80;
     color: #fff;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     border-radius: 50%;
}
 .social li a:hover {
     background: #637081 !important;
}
 .social.social-box a {
     background: #c7af80;
     color: #fff;
}
 .social.social-circle a {
     background: #c7af80;
     color: #fff;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     border-radius: 50%;
}
/* --------------- FORMULAIRE --------------- */
 .form-control {
     box-shadow: none;
     background: transparent;
     border: 2px solid rgba(0, 0, 0, 0.1);
     height: 54px;
     font-size: 18px;
     font-weight: 400;
}
 .form-control:active, .form-control:focus {
     outline: none;
     box-shadow: none;
     border-color: #c7af80;
}
 .mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
     opacity: 0;
     -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
}
 .mfp-with-zoom.mfp-ready .mfp-container {
     opacity: 1;
}
 .mfp-with-zoom.mfp-ready.mfp-bg {
     opacity: 0.8;
}
 .mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
     opacity: 0;
}
 .js .to-animate, .js .to-animate-2, .js .single-animate {
     opacity: 0;
}
 @media screen and (max-width: 480px) {
     .col-xxs-12 {
         float: none;
         width: 100%;
    }
}
 .row-bottom-padded-lg {
     padding-bottom: 7em;
}
 @media screen and (max-width: 768px) {
     .row-bottom-padded-lg {
         padding-bottom: 2em;
    }
}
 .row-bottom-padded-md {
     padding-bottom: 4em;
}
 @media screen and (max-width: 768px) {
     .row-bottom-padded-md {
         padding-bottom: 2em;
    }
}
 .row-bottom-padded-sm {
     padding-bottom: 2em;
}
 @media screen and (max-width: 768px) {
     .row-bottom-padded-sm {
         padding-bottom: 2em;
    }
}
 .fh5co-animated {
     -webkit-animation-duration: .3s;
     animation-duration: .3s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
}
/*# sourceMappingURL=style.css.map */
 @media screen and (max-width: 991px) {
     .site {
         display:none;
    }
}
 

.msgheader
{
    background-color:#34414e !important;
    height:50px !important;
    width:100% !important;
    display:block !important;
 
    top:0 !important;
    z-index:999 !important;
    padding-top:10px !important;
    margin-bottom:10px !important;
}


.msgheader span
{
color:#fff !important;
font-weight:500;
font-size: 19px !important;
  line-height: 1.5 !important;
 }



 #fh5co-header {
    position: relative !important;
    z-index: 99;
    width: 100%;
    opacity: 1;
    top: 0;
    background-color: #fff;
    margin-top: 0px;
    padding-top: 10px;
}