<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*html, * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    background-color: #ffffff;
    overflow: visible;
    overflow-x: hidden;
}

ul { 
  padding-left: 0; 
  margin: 0;
}
ul, li { list-style: none; }
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
h1, h2, h3 {
    text-transform: uppercase;
}
@media (min-width: 1200px) {
  .container {
      max-width: 1200px;
  }
}

img {
  max-width: 100%;
}


@font-face {
  font-family: 'icon';
  src:  url('../fonts/icomoon.eot?750tfw');
  src:  url('../fonts/icomoon.eot?750tfw#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?750tfw') format('truetype'),
    url('../fonts/icomoon.woff?750tfw') format('woff'),
    url('../fonts/icomoon.svg?750tfw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\f002";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-check:before {
  content: "\f00c";
}
.icon-home:before {
  content: "\f015";
}
.icon-phone:before {
  content: "\f095";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-flash:before {
  content: "\f0e7";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-mobile:before {
  content: "\f10b";
}
.icon-map:before {
  content: "\f278";
}



.header {
    color: white;
}
@media (min-width: 1200px) {
  .main-bar .container {
      padding: 0;
  }
}
/*
Nav
*/
.nav-list {
    display: table;
    height: 100%;
}
.nav-item {
  display: table-cell;
  zoom: 1;
  position: relative;
  vertical-align: middle;
}
.nav-item a {
    display: flex;
    padding: 5px;
    border: 2px solid transparent;
    margin: 0 5px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
    height: 100%;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
}
li.nav-item.active &gt; a,
.nav-item:hover &gt; a {
    color: #000;
    border-color: #000;
}
.nav-item:hover .nav-submenu {
  display: block;
}
.nav-submenu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 265px;
  padding: 16px 0;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  z-index: 90;
  top: 100%;
}
.nav-submenu-item {
  background-color: #2060ef;
}
.nav-submenu-item a {
  color: white;
  border-bottom: 1px solid #5d5959;
  width: 240px;
  margin: auto;
  display: block;
  padding: 10px;
  text-align: left;
  font-size: 12px;
}
.nav-submenu-item:last-child a {
  border-bottom: none;
}
.nav-submenu-item a:hover ,
.nav-submenu-item.active a {
  color: #ddf3fd;
}
.nav-mobile {
  display: none;
  cursor: pointer;
    background: #2060ef url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/17824/nav.svg) no-repeat 85% center;
    background-size: 18px;
    height: 50px;
    width: 95px;
    padding-left: 9px;
    line-height: 50px;
    margin-right: 15px;
    color: white;
    float: right;
    position: relative;
    z-index: 999;
    text-align: left;
}
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
    height: 40px;
    width: 50px;
    cursor: pointer;
}
.nav-click i {
  display: block;
  height: 42px;
  width: 48px;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/17824/drop.svg) no-repeat center center;
  background-size: 20px;
}
.nav-click:hover {
  background-color: #2060ef;
}
.nav-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tel-top-bar {
    display: flex;
    align-items: center;
    padding-left: 25px;
    color: #000;
}
.tel-nav-bar {
    padding-left: 10px;
    line-height: 150%;
    font-size: 18px;
    font-weight: 700;
}
.tel-top-bar .icon {
    font-size: 24px;
}
.Mobile .telTopNav {
    text-align: center;
    background: #2060ef;
}
.Mobile .telTopNav a {
    color: white;
    margin: 0 10px;
    font-size: 16px;
    display: inline-block;
    padding: 5px 0;
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
  }
  .nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
  }
  .nav-list {
    padding-top: 0;
    display: none;
    width: 100%;
    /*background: white;*/
  }
  .nav-item {
    width: 100%;
    display: block;
    background: #2060ef;
    height: initial;
    padding: 0;
    margin: 0
  }
  .nav-item &gt; a {
    padding: 15px;
    text-align: left !important;
    color: #fff;
    height: inherit;
    display: block;
    border-bottom: 1px solid #333544;
  }
  li.nav-item.active &gt; a, 
  .nav-item:hover &gt; a {
    border:none;
    color: white;
  }
  .nav-item:last-child &gt; a {
    border-bottom: none;
  }
  .nav-click {
    display: block;
  }
  .nav-mobile-open {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
  }
  .nav-item:hover .nav-submenu {
    display: none;
  }
  .nav-submenu {
    position: static;
    width: 100%;
  }
  .nav-submenu-item a {
    text-align: left;
    width: 90%;
  }
  .nav-submenu-item {
    background-color: #435258;
  }
}
.Mobile .nav.mainmenu_wrapper .d-flex {
  width: 100%;
  padding-right: 15px;
}

/*
Homeslider
*/
.item-slider {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 588px;
}
@media(min-width: 1800px) {
  .item-slider {
      height: 700px;
  }
}
.homeslider .container {
    display: table;
    width: 100%;
    height: 100%;
}
.text-slider {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.text-slider .devis-right-block {
    text-align: left;
}

.titreSlider {
    font-size: 34px;
    font-weight: 700;
    color: white;
}
.subtitreSlider {
    color: white;
    background: orange;
    display: inline-block;
    padding: 5px 35px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.bigtitre {
    font-size: 46px;
    line-height: 100%;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 900;
    color: white;
}
.logos-divers {
    margin: 20px 0;
}
.Mobile .logos-divers {
  text-align: center;
  padding-top: 20px;
  margin-top: 0;
}
.logos-divers img {
    margin: 0 10px;
    display: inline-block !important;
}
.btn-realisation {
    background: #2060ef;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    padding: 10px 25px;
    font-size: 16px;
    letter-spacing: 1px;
}
@media(max-width: 767px) {
  .titreSlider {
    font-size: 20px;
  }
  .subtitreSlider {
      font-size: 16px;
      line-height: 130%;
  }
  .bigtitre {
      font-size: 26px;
  }
  .logos-divers img:nth-child(2) {
    width: 100px !important;
      margin: 0 !important;
  }
  .logos-divers img {
    margin: 0 !important;
  }
}

.page-realisation {
    padding: 110px 0 50px;
    background: #e8e8e8;
}
.swipebox img {
    width: 100%;
}
/*
Contenu
*/
.wrap {
    background-color: white;
    padding: 80px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 50;
}
.devis-last-block {
    background: #d6d6d6;
    padding: 40px 0 20px;
    margin-top: 50px;
}
/*.last-block {
    color: white;
}*/
.primmary h1 {
    font-size: 30px;
}
@media(max-width: 767px) {
  .wrap {
    padding-top: 30px;
    background: #f7f7f7;
  }
  .primmary {
    font-size: 14px;
      text-align: left;
  }
  .primmary h1 {
    font-size: 20px;
  }
  .col-reverse {
    flex-direction: column-reverse;
  }
}
.wrap h2 {
    font-size: 20px;
    text-transform: none;
    font-weight: 700;
}
.sect1 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 60px;
}
@media(max-width: 767px) {
  .sect1 {
      margin-top: 50px;
  }
  .sect1 .container {
    padding-right: 0;
      padding-left: 0;
  }
}
.primmary {
  max-width: 1170px;
  margin: auto;
}

.contact-block {
    background: #efede6;
    background-image: linear-gradient(150deg,#e2dcd1 -14%,#efede6 80%,#2060ef 79%)!important;
    margin-top: 50px;
    padding: 20px;
}
.contact-block p {
    font-size: 20px;
}
.contact-block p strong {
  display: block;
    font-weight: 700;
}
.contact-block h4 {
    text-transform: uppercase;
    font-size: 18px;
}
.tel {
    display: inline-block;
    margin: 0 15px;
    font-size: 24px;
}
.tel .icon {
    margin-right: 15px;
}
.tel .icon-phone {
    font-size: 20px;
    margin-right: 15px;
}
.tel-top {
    color: #000;
    font-size: 24px;
    margin-left: 50px;
}
.tel-top .icon {
    margin-right: 10px;
    font-size: 18px;
}
.tel-top .icon-mobile {
    font-size: 24px;
}
@media(max-width: 767px) {
  .right-block {
    text-align: center;
  }
  .tel-top {
    margin: 0 10px;
    font-size: 18px;
    padding: 10px 0;
  }
  .block-Mobile {
      padding: 0 15px 20px;
  }
}
.titre-h3 h3 {
    font-size: 16px;
}
.article-item img {
    margin-bottom: 25px;
}
.article {
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
}
.article:before {
    content: "\f0e7";
    position: absolute;
    font-family: "icon" !important;
    left: 0;
    font-size: 16px;
    color: orange;
}
.sect3_1 .article:before {
  color: #2060ef;
}

.sect3 {
    background: url(../images/img/bg-home-content.jpg) no-repeat center;
    background-size: cover;
    padding: 90px 0 70px;
    color: white;
    position: relative;
    z-index: 1;
}
.sect3::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.65);
}
.sect3_1 h2 {
    color: #2060ef;
}
.devis-block &gt; div {
    font-weight: 700;
    max-width: 960px;
    margin: auto;
}
.devis-block &gt; div h2 {
    margin-bottom: 30px;
    font-weight: 700;
}
.btn-devis-gratuit {
    background: #2060ef;
    display: inline-block;
    padding: 7px 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.block-right {
    padding-left: 50px;
}
@media(max-width: 767px) {
  .block-right {
      padding-left: 0;
  }
  .sect3 {
    padding: 30px 0 30px;
  }
  .devis-block,
  .text-block__ {
      text-align: left !important;
  }
}
#mail, #mail2 { display: none; }
.input-form {
    display: block;
    margin: 5px 0;
    width: 100%;
    padding: 4px 10px;
    border-radius: 5px;
    border: 2px solid transparent;
    font-size: 12px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.input-form:focus,
.input-form:hover {
  outline: none;
  box-shadow: none;
  border-color: #8bb7f9;
}
textarea.input-form {
    height: 80px;
}

input.btn-devis-gratuit {
  padding: 15px;
    color: white;
    border: none;
    width: 100%;
    font-size: 12px;
    border-radius: 3px;
}
.adresse {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 10px;
}
.adresse .icon {
    display: block;
    font-size: 43px;
    color: #ffa500;
    margin-bottom: 15px;
}
.categ.slick-slider .slick-track {
  margin: auto;
}

.intervention-block-right {
    /*border: 1px solid #ddd;
    background: #f7f7f7;*/
    margin-bottom: 30px;
    padding: 40px 20px 20px;
}
.text-intervention h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}
.intervention-block-right img {
    max-width: 100%;
    width: 150px;
}
/*.call-img {
    margin-right: 15px;
}*/
.call-img img {
    width: 90px;
    border-radius: 50%;
    border: 2px dashed #2060ef;
    padding: 5px;
}
.sect3_1 {
    background: url(../images/img/bg-couvreur.jpg) no-repeat center top;
    background-size: cover;
    padding: 60px 0 30px;
}
.Mobile .sect3_1 {
  padding: 20px 0;
  background: white;
}
.imgbg {
    background-size: cover;
    background-position: center;
    height: 100%;
    background-repeat: no-repeat;
}
.text-bg {
    border: 5px solid #fbce7b;
    padding: 20px;
    height: 100%;
    background: #f7ecd8;
}
.sect4 {
    padding: 0px 0 0;
    background-color: #d6d6d6;
    background-image: url(../images/img/bg-categories.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.realisations #sticky-wrapper {
  position: relative !important;
}
.Mobile .sect4 {
  padding: 20px 0;
}
#Map {
    height: 250px;
}
.location p {
    line-height: 130%;
    font-size: 18px;
    margin: 15px 0;
    text-align: center;
}
.Inner_rappel {
    text-align: center;
    margin-top: 30px;
}
.Inner_rappel strong {
    font-size: 18px;
    text-transform: uppercase;
}

.spacer {
  display: block;
    height: 9px;
    width: 329px;
    margin: 80px auto;
    background-image: url(../images/img/hr-bg.png);
    background-repeat: no-repeat;
    background-position: 0 center;
}
.text-block__ h2 {
    font-size: 26px !important;
    margin-bottom: 15px !important;
    font-weight: 900;
    margin-top: 20px;
}
.top-nav {
    /*background: #fff url(../images/img/ruler-icon.png);
    background-repeat: repeat-x;*/
    padding-top: 15px;
}
.top-nav img {
    width: 250px;
}
@media(max-width: 767px) {
  .text-block__ h2 {
      font-size: 20px !important;
  }
}

/*
Categorie
*/
.services-item {
  display: block;
  margin: 15px 0;
}
.services-item img {
    display: block;
    background-color: #ffffff;
    border: 3px solid #565656;
    margin: auto;
}
.services-item span {
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding-top: 15px;
    line-height: 120%;
    color: #ffffff;
}
.sect4 h2 {
    font-size: 30px;
    margin-bottom: 35px;
}
.Mobile .sect4 h2 {
    font-size: 24px;
    margin-bottom: 0;
}

/*
Footer
*/
.footer-container {
  background: #f7f7f7;
  background-image: url(../images/img/bg-categories.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 50px 0 30px 0;
}
.footer-logo .logo img {
    max-width: 100%;
    background-color: white;
    padding: 14px;
}
.footer-logo .logo {
    display: block;
    text-align: center;
    /*margin-right: 30px;*/
    /*background: #2060ef; */
    /*padding: 10px;*/
}
.lien-item {
    color: #ffffff;
}
.adr,
.hor {
    font-size: 14px;
    line-height: 24px;
    padding-left: 40px;
    position: relative;
    margin-left: 0;
    padding-top: 20px;
    margin-top: 5px;
    color: wheat;
}
.adr:before,
.hor:before {
    content: "\f278";
    font-family: 'icon' !important;
    position: absolute;
    left: 0;
    font-size: 23px;
    top: 50%;
    transform: translateY(-50%);
    color: #2060ef;
}
.hor:before {
    content: "\f017";
    color: #2060ef;
}
.lien-footer h3 {
    font-size: 18px;
    letter-spacing: 2px;
    color: #2060ef;
    font-weight: 700;
}
.lien-footer li a:hover {
  color: #2060ef;
}
.copyright {
    text-align: center;
    padding: 15px 0 15px;
    color: white;
    background: #565656;
}
.Mobile .lien-footer {
    padding-left: 15px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
}

.lien-footer ul li {
    position: relative;
    padding-left: 25px;
}
.lien-footer ul li:before {
    content: "\f00c";
    font-family: 'icon' !important;
    position: absolute;
    left: 0;
    color: #2060ef;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/*
New style
*/
.intro_section {
    position: relative;
    overflow: hidden;
}

.intro_section .top-right-contact-block {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    width: 460px;
    /*height: 140px;*/
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.intro_section .top-right-contact-block .info-top {
    background-color: #292a2e;
    padding: 40px 45px 40px 45px;
}
.intro_section .top-right-contact-block .Devigratuit {
    background: white;
    padding: 30px 45px 30px 45px;
    margin-top: 15px;
}
.intro_section .top-right-contact-block .contact-phone {
    font-size: 20px;
    display: block;
    padding-top: 7px;
    color: #ffffff;
    position: relative;
}
.intro_section .top-right-contact-block .contact-phone em {
    position: absolute;
    margin-top: -18px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    font-style: normal;
    background: #171719;
    line-height: 10px;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    letter-spacing: 2px;
}
.intro_section .top-right-contact-block .contact-phone span {
    color: #2060ef;
    margin-left: 15px;
    position: relative;
}
.intro_section .top-right-contact-block .Contact_rappel {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    text-transform: inherit;
    border-top: 1px dotted #515156;
    margin-top: 10px;
}
.Contact_rappel strong {
    font-size: 14px;
    text-align: center;
    margin-bottom: 2px;
    color: black;
    text-transform: uppercase;
    display: block;
    line-height: 120%;
}
.Mobile .Contact_rappel strong {
  margin-bottom: 12px;
}

.main-slider__scroll {
    display: block;
    position: absolute;
    z-index: 99;
    bottom: 30px;
    left: 50%;
    color: white;
    transform: translateX(-50%);
}
.main-slider__scroll a {
  display: block;
}

/*.Contact_rappel .input-form {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    padding: 7px 10px;
    font-size: 11px;
    margin: 0;
    border-color: #161618;
}
.Contact_rappel input.btn-devis-gratuit {
    padding: 7px 10px;
    color: white;
    border: none;
    display: inline-block;
    width: 35%;
    vertical-align: middle;
    margin-left: -13px;
    border: 1px solid #161618;
    border-left: none;
    border-radius: 0 5px 5px 0;
    font-size: 11px;
}*/
#fixedRight .Contact_rappel .input-form {
    border: 2px solid transparent;
    padding: 7px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    background: #e4e4e4;
    margin-bottom: 5px;
    width: 100%;
    font-size: 13px;
    text-align: center;
    transition: .5s ease;
    font-size: 12px;
    -webkit-transition: .5s ease;
}
.Mobile #fixedRight .Contact_rappel .input-form {
  margin-bottom: 0;
  width: 70%;
  height: 48px;
}
#fixedRight .Contact_rappel .input-form:focus {
    border-color: black;
    outline: none;
    box-shadow: none;
}

#fixedRight .btn-submit {
    width: 100%;
    border-radius: 5px;
    margin-left: 0;
    padding: 7px;
}

.sepR {
    width: 80%;
    margin: 20px auto;
}

.sepR:before, .sepR:after {
    content: "";
    border-top: 1px dashed #c1c0c0;
    display: block;
}
.sepR:after {
    margin-top: 3px;
}
/*.Devigratuit {
    padding: 0 10px;
}
.Contact_rappel {
    padding: 0 10px;
}*/
.DevisSlider {
  height: 100%;
  background: rgb(0 0 0 / 52%);
}
.Devigratuit {
  padding: 20px;
  padding-top: 7rem;
}
.Mobile .Devigratuit {
  background: none;
  padding: 0;
}
.info-top {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-top: 15px;
}
.contact-phone {
    padding-left: 10px;
    line-height: 130%;
    font-size: 18px;
    font-weight: 700;
}
.info-top .icon {
    font-size: 18px;
}
img.logo_agence {
    width: 50px;
    margin-left: 1px;
}

.flexslider {
  border: none !important;
    margin: 0 0;
    position: relative;
    zoom: 1;
    height: 688px;
    /*height: 100vh;*/
}
/*@media(min-width: 1800px) {
  .flexslider {
      height: 80vh;
  }
}*/
.Mobile .flexslider {
  height: 350px;
  min-height: 350px;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.intro_section .flexslider:before, 
.intro_section .flexslider:after {
    content: '';
    display: block;
    clear: both;
}
.intro_section .container {
    /*display: table;*/
    height: 100%;
    width: 100%;
}

.captionSlider,
.captionSlider &gt; .row,
.captionSlider &gt; .row &gt; div {
  height: 100%;
  /*display: table-cell;
  vertical-align: middle;
  padding-top: 90px;*/
}
@media(max-width: 767px) {
  .captionSlider {
    padding-top: 6px;
  }
}
.intro_section .slide_description_wrapper {
    height: 100%;
    text-align: center;
}
.sliderlogo img {
    width: 250px;
    background: rgba(0, 0, 0, 0.38);
    padding: 15px 15px;
}

.intro_section .slide_description_wrapper:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.flexslider .slides {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flexslider li.slick-slide {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media(min-width: 1800px) {
  .flexslider li.slick-slide {
      height: 80vh;
  } 
}
.Mobile .flexslider li.slick-slide {
  height: 350px;
}
.intro_section .slide_description_wrapper:before, 
.intro_section .slide_description {
    display: inline-block;
    vertical-align: middle;
}
.intro_section .slide_description {
  padding-top: 15px;
}
.Mobile .intro_section .slide_description {
  padding-top: 0;
}
.intro_section .slide_description &gt; div {
    margin: 10px 0;
}
.Mobile .intro_section .slide_description .logos-divers {
  display: none;
}

.intro-layer h3 {
    color: #fff !important;
    margin: 0 !important;
}
.top-logo {
    max-width: 300px;
    position: absolute;
    top: 30px;
    left: 30px;
    line-height: 1;
}
.Mobile .intro_slider_alt_navigation { display: none; }
.intro_section .intro_slider_alt_navigation .flex-direction-nav li {
    display: inline-block;
}
.intro_section .intro_slider_alt_navigation .flex-direction-nav {
    margin-bottom: 60px;
    width: 120px;
    padding-bottom: 30px;
    border-bottom: 3px solid #2060ef;
    display: block;
}

.intro_section h3 {
    font-size: 36px;
    line-height: 30px;
    margin: 0 0 10px;
    color: white;
    text-shadow: 1px 1px 4px #2d2d2d;
}
.Mobile .intro_section h3 {
  font-size: 20px;
}
.titre-h3 h3 {
    color: #ffffff;
    font-size: 24px;
    text-align: left;
}
.titre-h3 span {
    line-height: 130%;
    display: block;
    text-transform: none;
    font-size: 12px;
    color: #ffffff;
}
.devis-titre {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.titre-h3 {
    padding-left: 15px;
}
.grey {
    color: #583603;
    font-size: 20px;
    font-weight: 600;
    /*text-shadow: 1px 1px 3px #5f5c5c;*/
}
.Mobile .grey {
  font-size: 14px;
  line-height: 130%;
}
p.grey span {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
}
.Mobile p.grey span {
  line-height: 24px;
  margin-top: 15px;
  font-size: 20px;
  display: block;
}

.page_header_wrapper {
    background: white;
    z-index: 10000 !important;
}
.page_header {
    color: #999999;
    background-color: #2060ef;
    -webkit-transition: background 0.2s ease-in-out 0s;
    -moz-transition: background 0.2s ease-in-out 0s;
    -o-transition: background 0.2s ease-in-out 0s;
    -ms-transition: background 0.2s ease-in-out 0s;
    transition: background 0.2s ease-in-out 0s;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    z-index: 1000;
}
.Mobile .page_header {
  background: white;
}
.page_header [class*="container"] {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}
.right-header .icon {
    color: #ffffff;
    font-size: 20px;
    margin-right: 4px;
    position: relative;
    top: -2px;
}
.right-header .icon.icon-mobile {
    font-size: 24px;
}
.right-header a {
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    font-size: 18px;
    line-height: 100%;
    text-align: right;
    margin-right: 20px;
}
.mainmenu_wrapper {
    justify-content: space-between;
    align-items: center;
    position: relative;
}
@media(min-width: 768px) {
  .nav.mainmenu_wrapper:before {
      content: "";
      position: absolute;
      left: -100%;
      width: 100%;
      height: 134px;
      background: white;
      top: 12px;
  }
}
@media(min-width: 1920px) {
  .nav.mainmenu_wrapper:before {
    top: 13px;
    height: 133.4px;
  }
}
@media(min-width: 768px) {
  .mainmenu_wrapper:after {
      content: "";
      background: url(../images/img/header-rect.png) no-repeat right 49px;
      position: absolute;
      left: 0;
      height: 190px;
      width: 371px;
      background-size: contain;
  }
}
.nav.mainmenu_wrapper .logo {
    display: flex;
    align-items: center;
    position: relative;
    top: 27px;
    padding-left: 90px;
    z-index: 30;
}
.Mobile .nav.mainmenu_wrapper .logo {
  top: inherit;
  padding-left: 15px;
}
.nav.mainmenu_wrapper .logo img {
    width: 150px;
}
.page_header .qoute-header {
    background-color: #131212;
    text-align: center;
    border-radius: 5px;
    padding: 7px 10px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
}
.Mobile .page_header .qoute-header {
  position: fixed;
  float: none;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 7px;
  z-index: 1000;
}
@media (min-width: 1400px) {
  .page_header a.header-button {
      line-height: 25px;
      border-left: 1px solid rgba(153, 153, 153, 0.1);
      padding: 0 15px;
  }
}
.telNavDesktop {
    position: absolute;
    right: 0;
    top: 8px;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #1f4886;
    padding-bottom: 8px;
}
.telNavDesktop a {
    color: white;
    margin-left: 10px;
    font-size: 20px;
}
.telNavDesktop a .icon-phone {
    font-size: 17px;
}
.page_header .qoute-header a {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    border-left: none;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}
.page_header .qoute-header span {
    font-size: 14px;
}
.Mobile .page_header .qoute-header span {
  display: none;
}

.top-section {
    padding-bottom: 10px;
}
.Mobile .top-section {
  padding-bottom: 20px;
}
.top-intro h1 {
    position: relative;
    font-size: 30px;
}
.Mobile .top-intro h1 {
  margin-left: 0;
  border-left: none;
  padding-left: 0;
  font-size: 20px;
}

.Mobile .top-intro p {
    padding-left: 0;
}

.middle-section {
    background-position: center;
    background-repeat: no-repeat;
    /*background-attachment: fixed !important;*/
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: relative;
    padding: 30px 15px 1px;
}
.Mobile .middle-section {
  padding: 7px 7px 1px;
}
.middle-section:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-color: #000000;
    opacity: 0.8;
    margin: 45px;
}
.Mobile .middle-section:before {
  margin: 10px;
}
.block-middle {
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
    border-bottom: 1px solid #ddd;
}
.Mobile .block-middle {
  margin-bottom: 6px;
}

.Mobile .sect5 img {
  margin-bottom: 15px;
}
.item-contenu {
    background: #f7f7f7;
    padding: 15px;
    margin: 15px 0;
    box-shadow: 0 0 7px 2px #eaeaea;
    border: 1px solid #e8e8e8;
}
.sect5 p {
    margin-bottom: 0;
}

/*@media(min-width: 1024px){
    .wrapper-container {
        margin-right: 15%;
    }
}
@media(min-width: 1920px) {
    .wrapper-container {
        margin-right: 12%;
    }
}*/
#fixedRight {
    background: #4c4c4c;
    position: fixed;
    right: 0;
    width: 15%;
    height: 100%;
    top: 0;
    padding: 20px;
    z-index: 205;
}
@media(min-width: 1920px) {
    #fixedRight {
      width: 12%;
  }
}
.Mobile #fixedRight {
  position: static;
  width: 100%;
  padding-bottom: 20px;
  background-color: #d2d2d2;
}

.text-agence {
    line-height: 150%;
    padding: 7px;
    margin-top: 25px;
    border-top: 1px solid #868686;
    color: wheat;
}

.header-realisation {
    background: #2060ef;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 45px;
    border-radius: 25px;
    letter-spacing: 1.5px;
    box-shadow: 0px 0px 0 2px #2060ef;
    font-size: 18px;
    color: #ffffff;
}
.imgright {
    margin-bottom: 25px;
}
.engagement {
    /*border: 1px solid #ddd;*/
    background: #f7f7f7;
    margin-bottom: 30px;
    padding: 20px;
}
.engagement h4,
.location h4 {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: white;
    letter-spacing: 3px;
    font-size: 16px;
    position: relative;
        background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.engagement h4:before,
.location h4:before {
    content: "";
    background-color: rgba(29, 29, 31, 0.59);
    position: absolute;
    width: 100%;
    height: 100%;
}
.engagement h4 span,
.location h4 span {
    position: relative;
}
.list-eng li {
    padding-left: 35px;
    margin: 15px 0px;
    font-size: 16px;
    position: relative;
}
.list-eng li:last-child {
    margin-bottom: 0;
}
.list-eng li:before {
  content: "\f00c";
  font-family: 'icon' !important;
  position: absolute;
  left: 10px;
  color: #2060ef;
}


.contact-tel {
    border: 2px solid #565656;
    margin-bottom: 30px;
}
.tel-block {
    padding: 20px 20px 5px;
    text-align: center;
    font-size: 27px;
}
.tel-block &gt; div {
    border: 2px solid #2060ef;
    margin-bottom: 15px;
    display: table;
    width: 100%;
    overflow: hidden;
}
.contact-text {
    background: #565656;
    color: white;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    padding: 15px;
    position: relative;
}
.contact-text:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    top: 0;
    left: 35px;
}
.tel-block &gt; div p {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    padding-top: 5px;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 5px;
}
.Mobile .tel-block &gt; div p {
  font-size: 20px;
}
.tel-block &gt; div &gt; span {
    background: #2060ef;
    color: white;
    display: table-cell;
    width: 75px;
    font-size: 18px;
    vertical-align: middle;
}


.location {
    /*border: 1px solid #ddd;*/
    background: #f7f7f7;
    margin-bottom: 30px;
    padding: 20px;
}
.logo {
  margin-right: 30px;
}
.Mobile .logo {
  margin-right: 0;
}
.logo img {
        max-width: 210px;
}
@media(max-width: 767px) {
  .main-bar .logo img {
    padding-right: 45px;
  }
}
.sevices-right {
    margin-bottom: 25px;
}
.sevices-right h2 {
    font-size: 28px;
    border-top: 3px solid #2060ef;
    padding-top: 15px;
}
.sevices-right .services-item {
    border: 1px solid #ddd;
    padding: 5px;
}
.sevices-right .services-item span {
    font-size: 12px;
    padding-top: 6px;
}
.sevices-right .row {
  margin-right: -5px;
    margin-left: -5px;
}
.sevices-right .row &gt; div {
  padding: 5px;
}
.sevices-right .row &gt; div .services-item {
  margin: 0 !important;
}
.sevices-right .services-item span {
    font-size: 11px;
    line-height: 130%;
}
.Desktop .sevices-right .services-item span {
    height: 35px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tel-top_ {
    padding-top: 10px;
}
.Top_rappel {
    min-width: 400px;
    text-align: right;
}

#rappel_immediat .input-form {
    background-color: #efefef;
    display: inline-block;
    width: 40%;
    padding: 1px 15px;
    margin: 0;
    vertical-align: middle;
    height: 30px;
    font-size: 10px;
}
#rappel_immediat .btn-devis-gratuit {
    display: inline-block;
    width: 15%;
    font-size: 12px;
    height: 30px;
    vertical-align: middle;
    margin: 0;
    margin-left: -3px;
    border-radius: 0 3px 3px 0;
    padding: 2px 5px;
    background: #2060ef;
    line-height: 120%;
}
.Mobile #rappel_immediat .btn-devis-gratuit {
  height: 48px;
      width: 30%;
    font-size: 10px;
}
.Top_rappel strong {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 10px;
    margin-top: -5px;
    display: inline-block;
    margin-right: 10px;
}




/*
New
*/
#sticky-wrapper {
    position: absolute;
    width: 100%;
    z-index: 9000 !important;
}
.Mobile #sticky-wrapper {
  position: relative;
}
.site-header {
    position: relative;
    background-size: cover;
    z-index: 999 !important;
}
.top_bar {
  background: rgba(46, 48, 49, .85);
}
.top-bar {
    color: #2d3239;
    padding: 10px 0 5px;
}
.dez-topbar-right {
    float: right;
}
.dez-topbar-center, 
.dez-topbar-left, 
.dez-topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}
.social-bx {
    float: right;
}
.social-bx li {
    margin: 0 0 0 15px;
}
.site-header ul, 
.site-header ol {
    margin-bottom: 0;
}

.site-header .main-bar {
    background-color: rgb(255 255 255 / 86%);
}
.Mobile .site-header .main-bar &gt; .container{
  padding-right: 0;
}
.header-nav .nav {
    float: right;
}
.telNavBar &gt; a {
    margin-right: 15px;
    font-size: 18px;
}
.telNavBar &gt; a {
    margin-right: 15px;
    font-size: 18px;
}
.telNavBar a i.icon-phone {
    font-size: 14px;
}
.site-header .header-button {
    background: #2060ef;
    padding: 15px 15px 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}
.block-middle h1 {
  color: #283139;
  font-size: 26px;
}
.Mobile .block-middle h1 {
  font-size: 20px;
}

.services-item {
    padding: 0 10px;
}

.intro-layer.ribbon-1 &gt; p {
    background: #2060ef;
    background: linear-gradient(90deg, #2060ef 0%, #2060ef 35%, #313435 100%);
    display: inline-block;
    padding: 10px 15px;
    margin-top: 15px;
    color: white;
    font-size: 26px;
}

.partenaire {
    padding: 60px 0;
    border-bottom: 2px solid;
}
.partenaire strong {
    display: block;
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
}
.box-part a {
    margin: 15px 0;
    border: 1px solid #ddd;
    height: 100%;
    display: flex;
    align-items: center;
}
a.swipebox {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin: 15px 0;
    height: 250px;
    overflow: hidden;
}
a.swipebox img {
    flex: 0 0 100%;
    width: 100%;
}
@media(max-width: 767px) {
  .intro-layer.ribbon-1 &gt; p {
    padding: 4px 15px;
    font-size: 18px;
  }
  .box-part .col-6.col-md-2 {
    margin: 15px 0;
  }
  a.swipebox {
    margin: 15px 0;
    height: inherit;
  }
}
.text-center {
    margin-bottom: 15px!important;
}
.page-realisation img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.Mobile .categorie_mobile {
    display: grid;
    grid-template-columns: repeat(2 , auto);
}
.Mobile .services-item img {
    display: block;
    background-color: #ffffff;
    border: 3px solid #565656;
    margin: auto;
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.Mobile .services-item {
    display: block;
    margin: 5px 0;
}
.top_logo {
    display: flex;
    justify-content: center;
    column-gap: 25px;
    padding: 25px 0;
}
.Mobile .top_logo {
    padding: 4px 0;
}
.top_logo img {
    width: 80px;
}
.Mobile a#swipebox-close {
    top: 40px;
}
</pre></body></html>