<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: helvetica;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    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%;
}

.header {
    background: #e2dcd1;
    color: #fff;
    z-index: 2222 !important;

}

/*
Nav
*/
.nav-list {
  text-align: left;
  display: table;
  width: 95%;
  height: 100%;
  padding-top: 12px;
}
.nav-item {
  display: table-cell;
  vertical-align: middle;
  zoom: 1;
  position: relative;
  padding: 0 5px;
}
.nav-item &gt; a {
    display: block;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 130%;
    background: #5f7a21;
    border-radius: 5px;
}
.nav-item &gt; a:hover,
.nav-item.active &gt; a,
li.nav-submenu-item:hover,
li.nav-submenu-item.active {
  background: #745a35;
}
li.nav-submenu-item:hover &gt; a,
li.nav-submenu-item.active &gt; a {
  color: #fff;
}
.nav-item:hover .nav-submenu {
  display: block;
}
.nav-submenu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 265px;
  z-index: 90;
  padding-top: 15px;
}
.Mobile .nav-submenu {
    padding-top: 0;
}
.nav-submenu-item {
    background: #fff;
}
.nav-submenu-item a {
	 color: #000;
    border-bottom: 1px solid #5c9e10;
    width: 240px;
    margin: auto;
    display: block;
    padding: 10px;
    text-align: left;
    font-size: 12px;
    line-height: 130%;
}
.nav-submenu-item:last-child a {
  border-bottom: none;
}
.nav-mobile {
	display: none;
	cursor: pointer;
    background: #000000 url(../images/nav.svg) no-repeat 85%;
    background-size: 18px;
    height: 50px;
    width: 85px;
    padding-left: 9px;
    line-height: 50px;
    margin-left: 30px;
    color: #fff;
    float: right;
    position: relative;
    z-index: 999;
    margin-top: 25px;
}
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border-left: 1px solid #5f7a21;
    height: 49px;
    width: 50px;
    cursor: pointer;
    background: #5f7a21;
}
.nav-click i {
  display: block;
  height: 48px;
  width: 48px;
  background: url(../images/drop.svg) no-repeat center center;
  background-size: 20px;
}
.nav-click:hover {
  background-color: #5f7a21;
}
.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: 500;
}
.tel-top-bar .icon {
    font-size: 24px;
}
.Mobile .telTopNav {
    text-align: center;
    background: #5f7a21;
    padding: 10px 0;
    display: flex;
    justify-content: center;
}
.Mobile .telTopNav a {
    color: #fff;
    margin: 0 10px;
    font-size: 16px;
    padding: 3px 0 0;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.Mobile .qoute-header a {
    color: #000;
    font-weight: bold;
}
.Mobile .telTopNav img {
    width: 17px;
    height: 17px;
    margin-right: 4px;
    filter: invert(1);
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
  }
  .nav-list {
    padding-top: 0;
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    /*background: #fff;*/
  }
  .nav-item {
    width: 100%;
    display: block;
    background: #745a35;
    padding: 0;
  }
  .nav-item &gt; a {
    padding: 15px;
    text-align: left;
    color: #fff;
    background: none;
    border-radius: 0;
  }
  .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;
  }
}
.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: 600px;
	}
}
.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: #fff;
}
.subtitreSlider {
    color: #fff;
    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: #fff;
}
.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: #5f7a21;
    text-transform: uppercase;
    color: #fff;
    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: 120px 0 50px;
    background: #e8e8e8;
}
.Mobile .page-realisation {
    padding: 160px 0 50px;
}
.page-realisation .row {
    padding-top: 20px;
}
.swipebox img {
    width: 100%;
    object-fit: cover;
    height: 267px;
}
}
/*
Contenu
*/
.wrap {
    padding: 80px 0 30px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 50;
}
.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;
}
.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%,#5f7a21 79%)!important;
    margin-top: 50px;
    padding: 20px;
}
.contact-block p {
    font-size: 20px;
    font-weight: 300;
}
.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: #5f7a21;
}

.sect3 {
    background: url(../images/img/bg-home-content.jpg) no-repeat center;
    background-size: cover;
    padding: 90px 0 70px;
    color: #fff;
    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: #5f7a21;
}
.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: #745a35;
    display: inline-block;
    padding: 7px 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    color: #fff;
}

.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: 0 10px;
    border-radius: 5px;
    border: 2px solid transparent;
    font-weight: 300;
    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: 60px;
}

input.btn-devis-gratuit {
	padding: 2px 15px;
    color: #fff;
    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;
}

.intervention-block-right {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 40px 20px 20px;
}
.text-intervention .inter {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}
.intervention-block-right img {
    max-width: 100%;
    width: 150px;
    height: 113px;
}
/*.call-img {
    margin-right: 15px;
}*/
.call-img img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 50%;
    border: 2px dashed #5f7a21;
    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: #fff;
}
.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: 60px 0;
    background: #fff;
}
.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;
}
.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: #ddd;
    width: 168px;
    height: 91px;
    object-fit: cover;
}
.services-item span {
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding-top: 15px;
}
.sect4 h2 {
    font-size: 30px;
    margin-bottom: 35px;
}
.Mobile .sect4 h2 {
    font-size: 24px;
    margin-bottom: 0;
}

/*
Footer
*/
.footer-container {
  background: #111;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 50px 0 30px 0;
}
.footer-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #5f7a21;
    /*background-image: url(../images/img/line.png);*/
    background-position: top;
    background-repeat: repeat-x;
}
.footer-logo .logo img {
    max-width: 210px;
    margin-bottom: 15px;
    background: #fff;
}
.footer-logo .logo {
    display: block;
    text-align: center;
    margin-right: 30px;
}
.lien-item {
    color: #fff;
}
.adr {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-left: 40px;
    position: relative;
    margin-left: 15px;
    color: #fff;
    border-top: 1px solid #745a35;
    padding-top: 30px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.Mobile .adr {
    padding-left: 0;
}
.adr img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
.lien-footer .nos {
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 500;
}
.lien-footer li a:hover {
  color: #5f7a21;
}
.copyright {
    background: #745a35;
    text-align: center;
    padding: 15px 0 15px;
    color: #fff;
}
.copyright img {
    width: 150px;
    height: 25px;
}
.Mobile .lien-footer {
    padding-left: 15px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
}

.lien-footer ul li {
    position: relative;
}
.lien-footer ul li img,
.list-eng li img {
    margin-right: 10px;
    width: 17px;
    height: 17px;
}
.lien-footer ul li a {
    height: 40px;
    line-height: 40px;
}

/* 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;
    font-weight: 300;
}
.intro_section .top-right-contact-block .info-top {
    background-color: #292a2e;
    padding: 40px 45px 40px 45px;
}
.intro_section .top-right-contact-block .Devigratuit {
    background: #fff;
    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: 500;
    font-style: normal;
    background: #171719;
    line-height: 10px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 2px;
}
.intro_section .top-right-contact-block .contact-phone span {
    color: #5f7a21;
    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: #fff;
    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: #fff;
    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;
}*/
.Devigratuit {
  background: rgba(255, 255, 255, 0.71);
  padding: 6px 20px;
}
.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: 500;
}
.info-top .icon {
    font-size: 18px;
}
img.logo_agence {
    width: 140px;
    margin-left: 1px;
}

.flexslider {
  border: none !important;
    margin: 0 0;
    position: relative;
    zoom: 1;
    height: 600px
}
.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%;
}
@media only screen and (min-width: 1919px) {
  .flexslider {
      height: 600px
  }
}

.captionSlider {
  display: table-cell;
  vertical-align: middle;
  padding-top: 80px;
}
.intro_section .slide_description_wrapper {
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
}
@media(max-width: 767px) {
  .sliderlogo { display: none; }
  .intro_section .slide_description_wrapper {
    padding: 20px;
  }
}
.sliderlogo img {
    width: 250px;
    background: #fff;
}

.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 div.slick-slide {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.intro_section .slide_description_wrapper:before, 
.intro_section .slide_description {
    display: inline-block;
    vertical-align: middle;
}
.intro_section .slide_description {
  padding-top: 15px;
}
@media only screen and (min-width: 1919px) {
  .flexslider div.slick-slide {
      height: 600px;
  }
}
.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;
}
.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 #5f7a21;
    display: block;
}

.intro_section .text-uppercase {
    font-size: 36px;
    line-height: 30px;
    margin: 0 0 10px;
    color: #fff;
    font-weight: 600;
}
.Mobile .intro_section h3 {
  font-size: 20px;
}
.titre-h3 .dev {
    color: #5f7a21;
    font-size: 24px;
    text-align: left;
}
.titre-h3 span {
    line-height: 130%;
    display: block;
    text-transform: none;
    font-size: 12px;
    font-weight: 300;
    color: #2c3339;
}
.devis-titre {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.titre-h3 {
    padding-left: 15px;
}
.grey {
    color: #ddd;
    font-size: 20px;
}
.Mobile .grey {
  font-size: 14px;
  line-height: 130%;
}
p.grey span {
    font-size: 22px;
    font-weight: 600;
    /*color: #5f7a21;*/
}
.Mobile p.grey span {
  line-height: 24px;
  margin-top: 15px;
  font-size: 20px;
  display: block;
  text-shadow: 1px 1px #fff;
}
.Mobile .intro_section .text-uppercase {
    font-size: 27px;
    line-height: 30px;
    margin: 0 0 10px;
    color: #fff;
}

.page_header_wrapper {
    background: #fff;
    z-index: 10000 !important;
}
.page_header {
    color: #999999;
    background-color: #5f7a21;
    -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: #fff;
}
.page_header [class*="container"] {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}
.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: #fff;
      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.webp) 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;
}
.qoute-header {
    text-align: center;
    border-radius: 5px;
    padding: 7px 10px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
}
.Mobile .qoute-header {
  background-color: #ffb52d;
  /*position: fixed;*/
  float: none;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 7px;
  z-index: 1000;
}
@media (min-width: 1400px) {
   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: #fff;
    margin-left: 10px;
    font-size: 20px;
}
.telNavDesktop a .icon-phone {
    font-size: 17px;
}
 .qoute-header a {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    border-left: none;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}
.qoute-header span {
    font-size: 14px;
}
.Mobile .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 {
    padding: 40px 40px 10px 40px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    z-index: 3;
}
.Mobile .block-middle {
  padding: 20px;
  text-align: left;
  margin-bottom: 6px;
}

.Mobile .sect5 img {
  margin-bottom: 15px;
  width: 330px;
    height: 450px;
    object-fit: cover;
}
.sect5 .row {
    margin: 30px -15px;
}
.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: #745a35;
    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;
}

.text-agence {
    line-height: 150%;
    background: #ddd;
    padding: 7px;
    max-width: 300px;
    margin: auto;
}


.imgright {
    margin-bottom: 25px;
}
.engagement {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 20px;
}
.engagement .eng,
.location .eng {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    font-size: 16px;
    position: relative;
}
.engagement .eng:before,
.location .eng:before {
    content: "";
    background-color: rgba(95, 122, 33, 0.58);
    position: absolute;
    width: 100%;
    height: 100%;
}
.engagement .eng span,
.location .eng 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;
}
.contact-tel {
    border: 2px solid #5f7a21;
    margin-bottom: 30px;
}
.tel-block img {
    width: 20px;
    height: 20px;
}
.tel-block {
    padding: 20px 20px 5px;
    text-align: center;
    font-size: 30px;
}
.tel-block &gt; div {
    border: 2px solid #745a35;
    margin-bottom: 15px;
    border-radius: 50px;
    display: table;
    width: 100%;
    overflow: hidden;
}
.contact-text {
    background: #5f7a21;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    padding: 15px;
    position: relative;
    font-weight: bold;
}
.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: 500;
    padding: 5px;
}
.Mobile .tel-block &gt; div p {
  font-size: 20px;
}
.tel-block &gt; div &gt; span {
    background: #745a35;
    color: #fff;
    display: table-cell;
    width: 75px;
}


.location {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 20px;
}


.sevices-right {
    margin-bottom: 25px;
}
.Mobile .sevices-right {
    margin-top: 25px;
}
.sevices-right .text-center {
    font-size: 28px;
    border-top: 3px solid #5f7a21;
    padding-top: 15px;
}
.Mobile .sevices-right .services-item {
    height: 130px;
}
.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;
}
.Mobile .sevices-right .row {
    margin-top: 20px;
    margin-bottom: 20px;
}
.sevices-right .row &gt; div {
	padding: 5px;
}
.Mobile .sevices-right .row &gt; div {
    width: 50%;
    display: inline-block;
}
.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;
}

.Top_rappel {
    display: inline-block;
    width: 260px;
    margin-top: -10px;
}
#rappel_immediat .input-form {
    background-color: #efefef;
    display: inline-block;
    width: 70%;
    padding: 1px 15px;
    margin: 0;
    vertical-align: middle;
    height: 30px;
    font-size: 10px;
}
#rappel_immediat .btn-devis-gratuit {
    display: inline-block;
    width: 30%;
    font-size: 8px;
    height: 30px;
    vertical-align: middle;
    margin: 0;
    margin-left: -10px;
    border-radius: 0 3px 3px 0;
    padding: 2px 5px;
    background-color: #745a35;
    color: #fff;
}
.Mobile #rappel_immediat .btn-devis-gratuit {
	height: 48px;
}
.Top_rappel strong {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 10px;
        margin-bottom: 2px;
    display: block;
}




/*
New
*/
.site-header {
    position: relative;
    z-index: 9999 !important;
}
.top-bar {
    background-color: #ffffff;
    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: rgba(255, 255, 255, 0.43);*/
    position: absolute;
    width: 100%;
    background: #fff;
}
.logo-header {
    background: #fff;
    display: table;
    float: left;
    vertical-align: middle;
    color: #5f7a21;
    border: 2px solid;
    padding: 2px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 210px;
    height: 90px;
    position: relative;
    z-index: 9;
    margin-top: -41px;
}
@media(max-width: 767px) {
  .site-header .main-bar {
    background-color: #fff;
  }
  .logo-header {
    background: no-repeat;
    padding: 0;
    border: none;
    width: 150px;
    margin: 0;
  }
}
.logo-header {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/*.header-curve .logo-header:before, 
.header-curve .logo-header:after {
    background-color: #5f7a21;
    content: "";
    position: absolute;
    bottom: 0;
    height: 120%;
    z-index: -1;
}
.header-curve .logo-header:before {
    right: -50px;
    width: 80%;
    border-right: 7px solid #5f7a21;
    -webkit-transform: skew( 30deg);
    -moz-transform: skew( 30deg);
    -o-transform: skew( 30deg);
    -ms-transform: skew( 30deg);
    transform: skew(30deg);
}
.header-curve .logo-header:after {
    right: 10%;
    width: 2000px;
}*/
.logo-header &gt; a, 
.logo-footer &gt; a {
    display: table-cell;
    vertical-align: middle;
}
.logo-header img, 
.logo-footer img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.Mobile .header-curve .logo-header img {
  margin-top: 0;/*
    height: 118px;*/
    padding: 5px 0;
}
.header-nav .nav {
    float: right;
}
.telNavBar {
    display: inherit;
}
.telNavBar &gt; a {
    margin-right: 15px;
    font-size: 18px;
    display: flex;
    align-items: center;
}
li.telNavBar img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.site-header .header-button {
    background: #5f7a21;
    padding: 15px 15px 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.block-middle h1 {
  color: #5f7a21;
  font-size: 36px;
}
.Mobile .block-middle h1 {
  font-size: 20px;
}

.videosEl {
    margin-bottom: 15px;
}
.Mobile .videosEl {
  padding: 0 10px;
  margin-bottom: 0;
}
.videosEl .row {
    margin-right: -5px;
    margin-left: -5px;
}
.videosEl .row &gt; div {
    padding-right: 5px;
    padding-left: 5px;
}
#video2 {
    border: 1px solid #ddd;
    width: 100%;
    padding: 5px;
}
#video2:focus {
    outline: none;
}
.Desktop .wrap {
    margin-top: 80px;
}
div#Messages {
    text-align: center;
    background-color: #5f7a21;
    color: #fff;
    padding: 10px;
    font-size: 18px;
}
.Mobile div#Messages {
    font-size: 14px;
}
div#Messages p {
    margin: 0;
}
body.Mobile.mentions ol {
    padding: 0 15px;
}
.section_video video {
    width: 100%;
}

section.sect5 h3 {
    font-size: 17px;
    margin-top: 40px;
}

**************************css 404 page *************************************
.d-flex
{
    padding-top: 200px;
}
.blog_pageIntrouvable {
    background: #5f7a21;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: #ffffff;
}

.blog_pageIntrouvable &gt; div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #000000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: #fff;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}

.Mobile .h2, h2 {
    font-size: 1.5rem;
}
.Mobile .h3, h3 {
    font-size: 1.25rem;
}
.container-header {
    padding: 0 40px;
}
.page_mention {
    padding: 20px 0;
}
</pre></body></html>