<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'icon';
  src:  url('../fonts/icomoon.eot?2vuu58');
  src:  url('../fonts/icomoon.eot?2vuu58#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?2vuu58') format('truetype'),
    url('../fonts/icomoon.woff?2vuu58') format('woff'),
    url('../fonts/icomoon.svg?2vuu58#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-phone:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e947";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-leaf:before {
  content: "\e9a4";
}
.icon-clipboard:before {
  content: "\e9b8";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-arrow-circle-left:before {
  content: "\f0a8";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-arrow-circle-up:before {
  content: "\f0aa";
}
.icon-arrow-circle-down:before {
  content: "\f0ab";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-paper-plane:before {
  content: "\f1d8";
}



/* 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;
}

.homeslider .slider {

}
.Mobile .homeslider .slider {
	box-shadow: none;
    padding: 0;
}
.homeslider .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}



body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
/*body:before {
    content: "";
    background: rgba(6, 23, 2, 0.84);
    position: fixed;
    height: 100%;
    width: 100%;
}*/

a {
    background: transparent;
    -webkit-transition: .5s;
    transition: .5s;
    color: #478900;
    text-decoration: none;
}
a:hover {
    color: #222;
}
a:hover, a:active, a a:focus {
    text-decoration: none;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    color: #2e2e2e;
}
h1 {
    font-size: 26px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
/*
header
*/
.header {
    position: relative;
    z-index: 4;
}
.page-header-inner {
    background-color: #6a8200;
    border-bottom-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 110px;
}
.Mobile .page-header-inner {
    height: inherit;
}

.headroom.headroom--not-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    animation: headerSlideDown 0.95s ease forwards;
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }
    100% {
        margin-top: 0;
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }
    100% {
        margin-top: 0;
    }
}


.telTopNav a {
    margin-right: 20px;
    display: inline-block;
    color: #000;
    font-size: 20px;
}
.telTopNav .icon {
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -5px;
}

.header-main {
    position: relative;
    padding-top: 15px;
}
.Mobile .header-main {
	padding-top: 9px;
}
/*.header-main:after,
.Contenu:after,
.categoriesList:before,
.categoriesList:after {
	content: "";
    background-image: url(../images/img/pattent-white-top.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -14px;
    height: 20px;
    width: 100%;
}*/
.Mobile .site-logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-logo  {
    text-align: center;
}
.site-logo img {
	max-width: 100%;
}
.headroom.headroom--not-top .site-logo img {
    max-width: 60%;
}
.Mobile .site-logo img {
	width: 190px;
    margin-bottom: 7px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.logo {
    display: block;
    max-width: 270px;
    margin: 0 auto -38px;
    word-break: break-word;
    position: relative;
    z-index: 15;
    padding: 10px;
    border-top: 5px solid #6a8200;
    background-color: #ffffff;
}

.logo img {
    color: #ffffff;
    background-color: #628400;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
    padding: 14px;
}


.topbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.topbar .topbar-infos {
    float: right;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.topbar-infos &gt; div {
    border-left: 1px solid #e2e2e2;
    padding-left: 1.875em;
    margin-left: 1.875em;
    align-items: center;
}
.topbar-infos &gt; div:first-child {
    border-left: 0;
    padding-left: 0;
}
.custom_info_tel .icon {
    margin-right: 15px;
    font-size: 20px;
    color: #478900;
}
.custom_info_tel &gt; div a {
    display: block;
    margin: 1px 0;
    color: #0a0a0a;
}
.headroom--not-top .custom_info_tel &gt; div a {
    color: #333;
}
.Tablet .custom_info_logo {
	display: none;
}
.custom_info_logo img {
    width: 60px;
    margin-left: 10px;
}
.Mobile .custom_info_tel {
    background: rgba(0, 0, 0, 0.50);
    padding: 10px 0;
    text-align: center;
}
.Mobile .custom_info_tel a {
    display: inline-block;
    margin: 0 10px;
    font-size: 18px;
    color: white;
}
.Mobile .custom_info_tel .icon {
	margin-right: 1px;
    color: white;
}
.menu-site {
    position: relative;
    bottom: -33px;
}
.header.headroom--not-top .menu-site {
    display: none;
}
.nav {
    justify-content: center;
    width: 100%;
}
.nav-list {
	padding: 20px 0;
    zoom: 1;
    display: table;
    list-style: none;
    margin-bottom: 0;
    position: relative;
}
.nav-item {
    position: relative;
    padding: 5px 12px;
    margin-bottom: 0;
    display: table-cell;
    text-align: center;
}
.nav-item a {
	font-weight: 400;
    font-size: 14px;
    color: #fff;
    display: block;
    position: relative;
    -webkit-transition: .5s;
    text-transform: uppercase;
    transition: .5s;
}
.nav-item.active {
    background: #443217;
}
.nav-item.active:after {
    position: absolute;
    left: 50%;
    bottom: -2px;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #443217;
    content: "";
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    bottom: -7px;
}
.nav-item:hover a,
.nav-item:focus a {
    color: #443217;
}
.nav-item.active a {
    color: white;
}

.nav-mobile {
  display: none;
  cursor: pointer;
  background: #588600 url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/17824/nav.svg) no-repeat 80px center;
    background-size: 18px;
    height: 50px;
    width: 120px;
    color: white;
    text-transform: uppercase;
    line-height: 50px;
    padding-left: 10px;
}

.nav-mobile span {
	position: relative;
    display: block;
    padding-right: 34px;
}
.btn.btn-devis {
    background: #ffbe00;
    color: #111;
    border-radius: 0;
    margin: 5px 0;
    width: 120px;
}
.MobileNav {
    padding: 0 10px;
    align-items: center;
}
.MobileNav a &gt; img {
    width: 200px;
}
/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (max-width: 767px) {
  .nav-mobile {
    display: block;
  }

  .menu-site {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
  }
  .nav {
  	background: rgba(0, 0, 0, 0.8);
  }

  .nav-item {
    width: 100%;
    display: block;
        padding: 0;
  }
  .nav-list {
  	margin-bottom: 1rem;
  	border-top: 0;
    padding-top: 0;
  }
  .nav-item &gt; a {
    padding: 10px;
  }
}


/*
formulaire
*/
#mail2, #mail { display: none; }
.custom_rappel_top {
    margin-left: 15px;
}
.custom_rappel_top strong {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    color: #111;
}

.custom_rappel_top .form-input {
    display: inline-block;
    background: #ececec;
    margin-right: 2px;
    border: 1px solid transparent;
    font-size: 12px;
    padding:1.5px;
    vertical-align: middle;
}
.custom_rappel_top .btn-submit {
    padding: 7px 5px;
    background: #478900;
    font-size: 10px;
    vertical-align: middle;
    border-radius: 0;
    border: 1px solid transparent;
    color: white;
}
#FormDevis .form-input,
.Mobile #rappel_immediat .form-input {
    margin: 2px 0;
    border-radius: 50px;
    width: 100%;
    background: #fff;
    border: 1px solid #dcddde;
    outline: none;
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    color: #202020;
    text-align: left !important;
}
#FormDevis .form-input:focus,
.Mobile #rappel_immediat .form-input:focus {
    border: 1px solid #463211;
}
#FormDevis textarea.form-input {
    border-radius: 25px;
    height: 100px;
}
#FormDevis .btn-submit,
.Mobile #rappel_immediat .btn-submit {
    display: block;
    width: 100%;
    background: none;
    color: #6a8200;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
}
.Mobile #rappel_immediat {
    padding-bottom: 20px;
}
.Mobile #rappel_immediat strong {
    color: white;
    text-align: center;
    display: block;
    padding: 18px 0;
    font-size: 20px;
    background: #478900;
    margin-bottom: 15px;
}
#FormDevis .btn-submit:hover,
#FormDevis .btn-submit:focus,
.Mobile #rappel_immediat .btn-submit:focus {
    outline: none;
    box-shadow: none;
    color: #463211;
}
#FormDevis {
    padding: 20px;
}

/*
Homeslider
background: #f7f7f7 url(../images/img/landing-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
*/


.fullImg {
	background-color: #ddd;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
}
.fullImg:before {
	content: "";
    background: rgba(0, 0, 0, 0.41);
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.Mobile .fullImg {
	height: 400px;
}
.caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    width: 100%;
    padding: 0 40px;
}
.Mobile .caption {
	padding: 0;
}
.ContainerSlider {
    position: relative;
}
.Mobile .ContainerSlider {
	border:none;
}
.captionText {
    padding-left: 25px;
}
.Mobile .captionText {
    padding-left: 0;
}
.titire-slider {
	font-family: 'Lobster Two', cursive;
	font-weight: 700;
	margin-bottom: 0;
	font-size: 40px;
    color: #f7f5f4;
    text-shadow: 0 2px 2px #000;
}
.Mobile .titire-slider {
	font-size: 24px;
	line-height: 120%;
}
.subtitle {
    font-size: 24px;
    line-height: 120%;
}
.Mobile .subtitle {
    font-size: 16px;
}
/*
Contenu
*/
.corps {
    padding-bottom: 25px;
}
.Contenu {
    background: #f2f2f2 url(../images/img/home_img_bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.Mobile .Contenu {
	padding-top: 0;
}
.Block.Block0 .bloc-une {
    text-align: center;
    padding:25px 25px 10px;
}
.Mobile .Block.Block0 .bloc-une {
	text-align: left;
    padding: 25px 0;
}

#titreDevis {
    background: #463211;
    /*margin-bottom: 15px;*/
    padding: 8px 0 0;
}
.titreDevis h3{
    color: white;
}
.mainleft {
    padding: 60px 0 60px;
}

.mainright {
    position: relative;
    padding-top: 60px;
    z-index: 2;
}
.Mobile .mainright {
	margin-bottom: 35px;
}
.mainright &gt; div {
    background: white;
    padding: 20px;
    border: 1px solid #d6d6d6;
    position: relative;
}
.mainright h3 {
	font-family: 'Lobster Two', cursive;
    font-size: 20px;
    color: white;
    background-color: #628400;
    z-index: 2;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 11px 17px 10px 12px;
    text-align: center;
}
.imgright {
    height: 350px;
    margin-bottom: 70px;
    border: none !important;
    background-size: cover !important;
    background-position: left bottom !important;
}
.Devisgratuit {
    margin-bottom: 70px;
    transition: .5s;
}
.caption .Devisgratuit {
    background: #f1f1f1 url(../images/img/bg-form.jpg) no-repeat;
    margin-bottom: 0;
}
.caption .Devisgratuit h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
}
.Mobile .Devisgratuit h3 {
    text-align: center;
    padding: 25px;
    font-size: 24px;
    background: #588600;
    color: white;
    margin: 0 -15px;
}
.Mobile .Devisgratuit {
    background: #f1f1f1 url(../images/img/bg-form.jpg) no-repeat;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}
.is-sticky .Devisgratuit {
    margin-top: -333px;
}
.call {
    display: block;
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 100%;
    background: #96a959;
    overflow: hidden;
}
.coordonne {
    background: #fed34a !important;
    text-align: center;
    color: white;
    margin-bottom: 30px;
}
.coordonne h3 {
    font-family: 'Lobster Two', cursive;
    text-transform: none;
    font-size: 36px;
    letter-spacing: 0;
    color: #25634d;
}
.contactD {
    position: relative;
}
.contactD .tel {
    position: absolute;
    left: 50%;
    top: 36%;
    transform: translate(-50%);
    font-size: 24px;
    width: 61%;
    color: #1d4335;
    letter-spacing: -1px;
    background: white;
}
.contactD .tel:last-child {
    margin-top: 35px;
}
.telDevis {
    margin-top: 15px;
    border-top: 25px solid #e6e5e5;
    padding-top: 15px;
    color: #353535;
    padding-left: 25px;
}
.telDevis .tel {
    font-size: 28px;
}
.telDevis .tel i {
    background: #478900;
    font-size: 18px;
    padding: 15px;
    color: white;
    display: inline-block;
}
.MapRight {
	transition: .5s;
}
.is-sticky .MapRight {
	opacity: 0;
}
.coordonne h3 {
	font-family: 'Lobster Two', cursive;
    text-transform: none;
}
.MapRight span {
    color: #333;
    margin-top: 20px;
    display: block;
}
#Map {
    height: 250px;
    background: #ddd;
    margin: 15px -20px;
}
.adr {
	margin-bottom: 0;
}
.adr .icon {
	margin-right: 10px;
}
.adr span {
	font-size: 12px;
	color: #333;
}
.categoriesList {
    background: #ffffff url(../images/img/icon-big.png);
    background-position: top center;
    background-repeat: no-repeat;
    border-top: 15px solid #6a8200;
	/*background: white;*/
    padding-bottom: 60px;
    text-align: center;
    position: relative;
}
.categoriesList:before {
	content: "";
    background-image: url(../images/img/pattent-gray-top.png);
    left: 0;
    top: 0;
}
.categoriesList:after {
    background-image: url(../images/img/pattent-green-top.png);
    left: 0
}
.Services {
    margin: 0 auto;
    padding-top: 50px;
    max-width: 900px;
}
.Services .Titre{
    text-transform: uppercase;
    font-weight: 800;
    color: #0d2823;
    letter-spacing: 1px;
}
.Liens {
    column-count: 3;
    padding-top: 35px;
    text-align: left;
}
.Tablet .Liens {
	column-count: 2;
}
.Mobile .Liens {
	column-count: 1;
}
.Liens a {
    display: flex;
    align-items: center;
    margin: 0 5px 15px;
    color: #4e4d4d;
}
.Mobile .Liens a {
	margin: 0 0 15px;
}
.Liens a .icon {
	margin-right: 10px;
	color: #478900;
}

.mainleft h2 {
    font-size: 20px;
    text-transform: uppercase;
}
.ImgLeft {
    margin: 10px 0 25px;
    border-radius: 10px;
    overflow: hidden;
}
.ImgLeft img {
    width: 100%;
}
.bgImgF {
	background-color: #eee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%;
    width: 100%;
}
.Tablet .bgImgF,
.Mobile .bgImgF {
	height: 250px;
}
.Block.Block1, 
.Block.Block2 {
    background: white;
    margin: 15px 0;
}
.Block.Block1 {
    margin-top: 34px;
}
/*.Block.Block2 .row {
    flex-direction: row-reverse;
}*/
.Block.Block1 .bloc-une, 
.Block.Block2 .bloc-une {
    padding: 20px;
    position: relative;
}
.Block.Block1 .bloc-une p, 
.Block.Block2 .bloc-une p {
    margin-bottom: 0
}
.Desktop .Block.Block1 .bloc-une,
.Desktop .Block.Block2 .bloc-une {
	padding-left: 0; 
}
/*.Desktop .Block.Block2 .bloc-une {
    padding-right: 0;
}*/

.accordeon-inner &gt; div {
    margin-bottom: 10px;
}
.accordion {
  	background-color: #1b1b1a;
    color: white;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px !important;
    transition: 0.4s;
    padding: 18px;
    margin-bottom: 0;
    font-weight: 500;
}

.accordion.active, 
.accordion:hover {
    background-color: #478900;
    color: white;
}

.accordion:after {
  content: '\f0ab';
  font-family: 'icon' !important;
  color: #9e9e9e;
  font-size: 13px;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: '\f0aa';
  color: #006749;
}

.accordion:hover:after {
  color: #ffffff;
}
.panelV {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
  color: #333;
    margin: 0 22px;
}
.panelV p {
	margin-top: 15px;
}

div.panelV.show {
  opacity: 1;
  max-height: 500px;
}


/*
Nos compÃ©temces
*/
.competenceListe {
    position: relative;
    padding: 0 20px;
    margin-bottom: 35px;
}
@media(min-width: 768px) {
    .competenceListe .row {
        margin-right: -1px;
        margin-left: -1px;
    }
    .competenceListe .row &gt; div {
        padding: 2px 1px;
    }
}

.Mobile .competenceListe .row {
    margin-right: -5px;
    margin-left: -5px;
}
.Mobile .competenceListe .row &gt; div {
    padding: 0 5px;
}
.comp_item {
	width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 5px;
}
.entry-header {
    -webkit-transition: all .5s;
    transition: all .5s;
    float: left;
    width: 100%;
    position: relative;
    border: 5px solid #dbf5ef;
    overflow: hidden;
}
.Mobile .entry-header {
    border:none;
}
.entry-header .entry-thumbnail {
    background-color: #222;
    float: left;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 160px;
    position: relative;
    overflow: hidden;
}
.entry-header .entry-thumbnail img {
    opacity: .7;
    width: 100%;
}
.Mobile .entry-header .entry-thumbnail {
	margin: 7px 0;
}
.comp_item:hover .entry-thumbnail {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.entry-content {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(16,46,25,.9);
    bottom: -100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.comp_item:hover .entry-content {
    bottom: 0;
}
.entry-content .entry-title {
	font-size: 20px;
    font-weight: 600;
    color: #2e2e2e;
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}
.entry-title .title {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 27px 30px;
    color: #FFF;
    bottom: 0;
    padding-bottom: 0;
}
.entry-content .entry-read-more {
    float: left;
    position: absolute;
    bottom: 0;
    font-size: .875em;
}
.entry-read-more .read-more {
    float: left;
    padding: 23px 30px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.entry-header span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: 'Lobster Two', cursive;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0 2px 0px #000;
    width: 90%;
    text-align: center;
    line-height: 100%;
    transition: .5s;
}
.comp_item:hover .entry-header span {
    opacity: 0;
}
.heading_title {
    text-align: center;
}
.title-shape {
    display: inline-block;
    margin-bottom: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.title-shape li {
    background: #b7d54e;
    height: 3px;
    display: inline-block;
    width: 36px;
    margin-right: 2px;
}
.title-shape li:nth-child(2) {
    width: 18px;
}
.title-shape li:last-child {
    width: 9px;
}

.engagement {
    margin-top: 15px;
    padding-top: 15px;
    color: #353535;
}
.Mobile .engagement {
	color: white;
}
.engagement h3 {
    text-align: center;
}
.Mobile .engagement h3 {
    font-family: 'Lobster Two', cursive;
    font-weight: 700;
    color: #ffbc00;
    text-align: left;
    text-shadow: 0 2px 2px #000;
}
.eng-liste {
    list-style: none;
    padding-left: 25px;
    margin: 0;
}
.Mobile .eng-liste {
	padding-left: 8px;
}
.eng-liste li {
    position: relative;
    padding-left: 25px;
    margin: 10px 0;
    font-weight: 300;
}
.eng-liste li:before {
    content: "\e9a4";
    font-family: 'icon' !important;
    position: absolute;
    left: 0;
    color: #111;
}
.Mobile .eng-liste li:before {
    color: #ffbc00;
}



/*
Footer
*/
#footer {
	background: #6a8200 url(../images/img/footer-bg.jpg) no-repeat center;
    background-size: cover;
	padding: 50px 0 30px;
    color: #d0d0d0;
    position: relative;
}
.Mobile #footer {
    background: #6a8200 url(../images/mobile/footer-bg.jpg) no-repeat center;
    background-size: cover;
}
.logo-footer {
	display: block;
	text-align: center;
}
.logo-footer img {
	width: 190px;
}
.tel-footer span {
    font-size: 18px;
}
.tel-footer span &gt; span {
    display: block;
    margin: 0;
}
.tel-footer, 
.adresse {
    display: flex;
    align-items: center;
    margin: 0 20px;
}
.tel-footer .icon,
.adresse .icon {
    display: block;
    text-align: center;
    margin-right: 15px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: #588600;
    color: white;
    line-height: 50px;
}
p.copyright {
    margin-bottom: 0;
}

.mobilC {
	margin-top: 35px;
    border-top: 1px solid rgb(58, 58, 58);
    padding-top: 35px;
    text-align: center;
}
.mobilC a {
}



.Block.Block0 {
    position: relative;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.Block.Block0:before, .Block.Block0:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: -15px;
    height: 15px;
    width: 28px;
    background: url(../images/img/logo-icon.png) top center/28px no-repeat;
}
.Block.Block0:after {
    top: auto;
    bottom: -15px;
    background-position: bottom center;
}</pre></body></html>