html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

body {
    background-blend-mode: overlay;
    background-image: url(../images/img/fond_body.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-color: #a2b849;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.72em;
  color: #0a0a0a;
  margin: 0;
}
body.Mobile {
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

figure {
  margin: 0;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  transition: all .3s ease;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}

img {
	border: 0;
	max-width: 100% !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, h2, h3, h4 {
  font-family: 'Noto Serif', serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 0;
  position: relative;
  line-height: 1.1;
  color: #66514c;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 20px;
  margin-bottom: 5px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

@media(max-width: 991px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }
}
.container {
  padding-right: .9375rem;
  padding-left: .9375rem;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.container::after {
  display: table;
  clear: both;
  content: "";
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

.row {
  margin-right: -.9375rem;
  margin-left: -.9375rem;
}

.row::after {
  display: table;
  clear: both;
  content: "";
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.333333%;
}

.col-xs-2 {
  width: 16.666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.333333%;
}

.col-xs-5 {
  width: 41.666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333%;
}

.col-xs-8 {
  width: 66.666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.333333%;
}

.col-xs-11 {
  width: 91.666667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333%;
  }
  .col-sm-2 {
    width: 16.666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-5 {
    width: 41.666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333%;
  }
  .col-sm-8 {
    width: 66.666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333%;
  }
  .col-sm-11 {
    width: 91.666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333%;
  }
  .col-md-2 {
    width: 16.666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-5 {
    width: 41.666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333%;
  }
  .col-md-8 {
    width: 66.666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333%;
  }
  .col-md-11 {
    width: 91.666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333%;
  }
  .col-lg-2 {
    width: 16.666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-5 {
    width: 41.666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-8 {
    width: 66.666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333%;
  }
  .col-lg-11 {
    width: 91.666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         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;
}
/* Fin slick */
/*------------------------------------*\
    Header
\*------------------------------------*/
#TopNavigation {
	background: #fff;
	position: fixed;
    height: 110px;
    width: 100%;
    z-index: 1000;
}
#TopNavigation:after {
	content: "";
	display: block;
    position: relative;
    top: -4px;
    height: 4px;
    background: #a2b849;
}
.Mobile #TopNavigation:after{
  top: 20px;
}

.Tablet #TopNavigation:after {
    top: -79px;
}
.leaf {
  background: url(../images/img/leaf.png) no-repeat;
  height: 86px;
  width: 82px;
  float: left;
  background-size: contain;
  margin-right: -44px;
  position: relative;
  z-index: 15;
  top:4px;
}
@media(max-width: 543px) {
  .leaf {
    display: none;
  }
}
.logo {
	  color: #fff;
    float: left;
    padding: 15px 15px 0px 15px;
    text-align: center;
    font-family: serif;
    width: 275px;
    height: auto;
    position: relative;
    z-index: 1;
}
@media(max-width: 543px) {
  #TopNavigation .container {
    padding: 0;
  }
  .logo {
    width: 78%;
  }
}
/*
.logo > span {
	display: block;
    font-size: 30px;
    line-height: 20px;
}*/
.logo > span {
    display: block;
    font-size: 17px;
    line-height: 20px;
    font-family: roboto;
    letter-spacing: 1px;
}

.Mobile .logo > span {
  font-size: 16px;
}
.logo > strong {
	letter-spacing: 1px;
    font-size: 10px;
	display: block;
    color: #000;
    text-transform: uppercase;
    line-height: 15px;
    position: relative;
    top: 10px;
}
.Mobile .logo > strong {
  letter-spacing: 1px;
}
.Slogan {
  background:#fff;
}
.Tels {
  float:left;
  margin-left:30px;
  margin-top: 20px;
}
.Tablet .Tels {
    float: right;
    margin-left: 0;
    margin-right: 62px;
}
.Tels p {
  font-size: 24px;
  display: inline-block;
  margin: 0 10px;
}
.Tels .typeTel {
  width:75px;
}
.Tablet .typeTel {
    font-size: 11px;
}
.Slogan > span {
	font-family: 'Dancing Script', cursive;
	display: block;
    padding: 0 0 20px;
    font-size: 30px;
    color: #0a0a0a;
    font-weight: bold;
    text-align: center;
}
.rightNav {
	float: right;
	position: relative;
}
.logoArtisan {
  margin-top: 7px;
}
@media(max-width: 991px) {
  .Slogan {
    float: left;
    line-height: 20px;
    margin-left: 2rem;
    width: 150px;
  }
  .Slogan > span {
    font-size: 24px;
  }
}
@media(max-width: 767px) {
  .logoArtisan {
    display: none;
  }
}
@media(max-width: 543px) {
  .Slogan {
    display: none;
  }
  .rightNav {
    margin-right: 15px;
  }
}

/* Navigation */
#BotNavigation .container {
  position: static;
}
.nav {
	position:relative;
}
.nav-list {
	list-style: none;
	padding-left: 0;
	text-align:center;
	margin: auto;
}
.nav-list:after {
	content: "";
	clear:both;
	display: table;
}
.nav-item {
  display: inline-block;
  margin: 0 5px;
  padding: 2px;
  border: 1px dashed #a2b849;
  border-radius: 35px;
  overflow: hidden;
    width: 130px;
}
.nav-item a {
	  font-size: 12px;
    color: #0a0a0a;
    padding: 7px 0px;
    height: 55px;
    line-height: 14px;
    background: #a2b849;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-item.active,
.nav-item:hover,
.nav-item:focus {
  border-color: #d83e08;
}
.nav-item.active > a,
.nav-item:hover > a,
.nav-item:focus > a {
  color: #0a0a0a;
  background-color: #d83e08;
}
.nav-item:hover .nav-submenu {
	display:block;
}
.nav-submenu {
	display:none;
	position:absolute;
	left:0;
	width:180px;
}
.nav-submenu-item a {
	background:#a2b849 ;
	display:block;
	padding:15px;
}
.nav-submenu-item a:hover {
}

.nav-mobile {
	display:none; 
	cursor:pointer;
  margin-top: 25px;
	background:#a2b849  url(../images/bars.png) no-repeat center center;
	background-size:25px;
	height:50px;
	width:50px;
}
.Tablet .nav-mobile {
    float: right;
    display: table;
    margin-top: -54%;
}
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	height:49px;
	width:50px;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:url(../img/drop.svg) no-repeat center center;
	background-size:20px;
}
.nav-click:hover {
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

@media only screen and (max-width: 991px) {
	.nav-mobile {
		display:block;
	}
	.nav {
    position: absolute;
    right: 0;
    top: 5rem;
    width: 50%;
    z-index: 1000;
	}
	.nav-list {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #78C71A),color-stop(100%, #78C71A));
    background-image: -moz-linear-gradient(top, #78C71A,#78C71A);
    background-image: -webkit-linear-gradient(top, #78C71A,#78C71A);
    background-image: linear-gradient(to bottom, #78C71A,#78C71A);
		display:none;
    margin: 0;
	}
	.nav-item {
    background-image:none;
    border-bottom: 1px solid #fff;
		width:100%;
		float:none;
    text-align: left;
	}
  .nav-item:first-child,
  .nav-item:last-child {
    border-radius: 0
  }
  .nav-item:last-child {
    border-bottom: none;
  }
	.nav-item > a {
		padding:15px;
	}
	.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%;
	}
}
@media only screen and (max-width: 767px) {
  .nav {
    width: 100%;
  }
}

/*------------------------------------*\
    Contenu 
\*------------------------------------*/

#BotNavigation {
    background: white;
    padding: 10px 0 2px;
}


/* Homeslider */
#MiddleNavigation {
    padding-top: 86px;
    background: #eee;
    /*border-bottom: 5px solid #fff;*/
}
.homeslider {
    height: 350px;
    overflow: hidden;
}
.diapo {
	height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 45%;
}
#diapo_3.diapo {
  background-position: center 48%;
}
#diapo_1.diapo {
  background-position: center 26%;
}

#diapo_2.diapo {
  background-position: center 66%;
}
.RappelSlider {
	position: absolute;
    top: 100px;
    width: 100%;
}
.Inner_rappel {
  clear:both;
	background: #fff;
  width: 330px;
  text-align: center;
  padding: 20px 10px;
}
.Inner_rappel > strong {
	display: block;
    font-family: serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #000;
}
@media(max-width: 767px) {
  .RappelSlider {
    top: 150px;
  }
  .Inner_rappel {
    margin: 0 auto;
  }
}
@media(max-width: 543px) {
  .Inner_rappel {
    width: 100%;
  }
}

/* Contenu */
.corps {
  background-image: url(../images/img/bg_elagage.jpg);
  margin-top: 20px;
  position: relative;
}
.Mobile .corps {
  position: relative;
}
.Mobile .Contenu > .container {
  padding: 0;
}
.corps:before {
    content: "";
    background: url(../images/img/top-leaf.webp) no-repeat center top;
    background-size: contain;
    left: 0;
    position: absolute;
    top: 0;
    height: 179px;
    width: 100%;
}
@media(min-width: 768px) {
  .corps {
  	/*background: #fff;*/
    margin: 20px 0;
  	padding: 100px 20px 20px;
  }
}
.Mobile .mainleft {
    padding: 0 20px;
}
.mainleft h1 {
	text-align: center;
}
.mainleft h1:after {
	content: "";
	background: #000;
	display: block;
	height: 3px;
	margin: 2rem auto 0;
	width: 150px;
}
.block_1 > .clearfix {
	background: #a2b849;
	margin-left: -20px;
}
#TextBlock {
	background: #fff;
}
#ImgBlock img {
	padding-top: 15px;
}
@media(max-width: 991px) {
  .block_1 > .clearfix {
    background: none;
  }
  #ImgBlock {
    background: #a2b849;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
  }
  #ImgBlock img {
    width: 100%;
  }
}
@media(max-width: 767px) {
  .block_1,
  .block_3,
  .block_1 h2,
  .block_3 h2 {
    color: #fff;
  }
}
.block_2 {
    margin: 3rem 0;
}
.block_2 .Item_Block {
  background: #f7f7f7;
  padding: 20px;
  margin-left: -20px;
}
.block_3 {
  text-align: center;
}
.block_3 img {
  display: block;
  margin: 0 auto 1.5rem;
}
@media(min-width: 768px) {
  .pr15 {
    padding-right: 15px;
  }
}
@media(max-width: 767px) {
  .mainright {
    background: #fff;
    margin: 0 -15px;
    padding: 1px 20px 20px;
  }
  .block_1 > .clearfix {
    margin-left: 0;
  }
  #TextBlock {
    background: none;
    padding: 0;
  }
  .block_2 {
    margin-top: 0;
  }
  .block_2 .Item_Block {
    margin-right: -20px;
  }
  .block_3 p {
    text-align: justify !important;
  }
}

.titrehead {
    text-align: center;
    position: relative;
    top: -47px;
    max-width: 55%;
    margin: 0 auto;
    font-size: 30px;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    margin-bottom: 1.5rem;
    margin-top: 0;
    position: relative;
    line-height: 1.1;
    color: #66514c;
}
.Mobile .titrehead {
    padding-top: 20px;
    top: 0;
}
.spire:before,
.spire:after {
    content: '';
    width: 70px;
    height: 0.3571rem;
    background-image: url(../images/img/spire1.png);
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: content-box;
    display: inline-block;
    vertical-align: middle;
}
.spire:after {
    margin-left: 0.2em;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
p.spire img {
    width: 40px;
    margin-left: 5px;
}
p.spire {
    margin-bottom: 0;
    margin-top: 8px;
}

/* Main right */
@media(max-width: 767px) {
  .Devisgratuit {
    padding: 20px;
    background: #fff;
  }
  .Devisgratuit-h3 {
    font-size: 24px;
    text-align: center;
  }
}
#mail,
#mail2 {
	display: none !important;
}
.form-input {
	background: #fff;
    border: 1px solid #80ce00;
    color: #000;
    display: block;
    outline: 0 !important;
    margin-bottom: 10px;
    padding: 10px 5px;
    width: 100%;
    -webkit-appearance: none;
}
textarea.form-input {
	height: 75px;
}
.btn {
	font-weight: bold;
	border: none;
    color: #fff;
    padding: 10px;
}
.btn-submit {
  background: #d83e08;
	outline: 0 !important;
	display: block;
	cursor: pointer;
    width: 100%;
    color: #0a0a0a;
}
#rappel_immediat .form-input {
	text-align: center;
}
#rappel_immediat .btn-submit {
	text-align: center;
	margin-top: -8px;
}

.drop-shadow {
    position: absolute;
    width: 100%;
    bottom: -48px;
    height: 3rem;
    z-index: 23;
    overflow: hidden;
}
.drop-shadow:after,
.drop-shadow:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 56px;
    left: 5%;
    width: 50%;
    height: 20%;
    max-width: 40%;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
    overflow: hidden;
}
.drop-shadow:after {
    right: 5%;
    left: auto;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
}

/* Coordonnee */
.coordonne {
  margin-top: 30px;
}
.coordonne-h3 {
  margin-bottom: 5px;
  font-size: 24px;
}

.tel {
  color: #0a0a0a;
	font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 40px;
}
.typeTel {
  background: #a2b849;
  height: 25px;
  line-height: 27px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 0 5px;
  margin-right: 15px;
  width: 20%;
  vertical-align: middle;
}
.email {
  display: block;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    padding: 5px 0;
    margin-top: 10px;
    text-align: center;
    color: #000;
}
@media(max-width: 991px) {
  .tel {
    font-size: 20px;
  }
  .typeTel {
    font-size: 8px;
  }
  .email {
    font-size: 12px;
  }
}

/* Map */
#Map {
  background: #eee;
  height: 250px;
}

/* Footer */
#footer {
	background: rgba(4, 4, 4, 0.5);/*rgba(71,120,13,0.6)*/
    padding: 25px 0;
    text-align: center;
}
#footer .leaf {
  float: none;
  display: block;
  margin: 0 auto;
}
#footer .logo {
  background: white;
    border-bottom: 5px solid #000;
    float: none;
    display: block;
    margin: 0 auto 10px;
}
.Mobile #footer .logo {
  width: 85%;
}
#footer .logo > strong {
  color: #79DE37;
}
.adresse {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
#footer .tel {
  color: #fff;
  font-size: 24px;
}
#footer .tel > span {
  margin: 0 15px;
}
.copyright {
  color:#fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: serif;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
}
.copyright > a {
  color: #fff;
}
@media(max-width: 543px) {
  #footer .tel > span {
    display: block;
    margin: 0;
  }
  .copyright > a {
    display: block;
  }
}

.Block.Block0 p {
    margin-bottom: 0;
}
.ImgFull {
    margin: 75px 0 20px;
}
.ImgLeft {
    background: white;
    float: left;
    margin-right: 20px;
    width: 50%;
    border: 20px solid #fff;
    border-bottom-width: 18px;
    box-shadow: 0px 15px 60px 0px rgba(29,61,71,0.2);
    margin-top: -5px;
}
.Mobile .ImgLeft {
  width: 90%;
  margin:0 auto 35px;
  float: none;
}
.ImgFull img {
  width:48%;
}
.ImgFull img:first-child {
  margin-right:2%;
}
.Mobile .ImgFull img{
  width: 100%;
}

.inner {
  overflow: hidden;
  display: none;
}
.inner.show {
  /*display: block;*/
}

.toggle {
    transition: background 0.3s ease;
    font-size: 18px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    padding-left: 15px;
}
.toggle:before {
  content: "";
  background: url(../images/img/fleche.png) no-repeat left center; 
  background-size: contain;
  position: absolute;
  left: -28px;
    width: 35px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.toggle:hover {
  color: #a2b849;
}


.Services .Titre {
  display: block;
}

.Services a {
  display: block;
}
.Services a:hover {
  text-decoration:underline;
}

.Block1 {
  clear:both;
  margin-top:40px;
}

.box-icon {
    width: 40px;
    height: 40px;
    border: 2px solid #a2b849;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: inline-block;
    margin-right: 5px;
    line-height: 33px;
}
.Mobile .box-icon {
    width: 30px;
    height: 30px;
    line-height: 26px;
}
.tel:hover .box-icon {
    background: #a2b849;
}
.box-icon i {
    display: inline-block;
    font-size: 19px;
    color: #a2b849;
}
.tel:hover .box-icon i {
    color: #fff;
}


.Desktop .Services .Liens {
  -moz-column-count:3;
  -moz-column-rule: 1px solid #cecece;
  -ie-column-count:3;
  -ie-column-rule: 1px solid #cecece;
  -webkit-column-count:3;
  -webkit-column-rule: 1px solid #cecece;
  column-count:3;
  column-rule: 1px solid #cecece;  
}

.Mobile .Tels {
  margin:0px;
  float:none;
  position: absolute;
  top:80px;
  background: #fff;  
  text-align: center;
  left:0;
  width: 100%;
}
.Mobile .Tels p {
  margin: 0 4px;
  font-size: 20px;
}
.Mobile .Contenu { background:  #fff; }
.mentions {
  background-color: white;
}
.mentions h2{
  padding-top: 30px;
}
.Mobile .logo {
    width: 46%;
  }
  .content_rea a {
    background-color: #d83e08;
    padding: 5px 15px;
    display: inline-block;
    width: 330px;
    text-align: center;
    margin-top: 5px;
    color: #000;
    font-size: 19px;
    font-family: sans-serif;
}
.Mobile .content_rea {
    position: absolute;
    top: 30%;
    z-index: 9;
    left: 4%;
}
b.titre-album {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin: 25px 0;
    text-transform: uppercase;
}
div#realisations img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}
.Mobile a#swipebox-close {
    top: -10px;
    height: 37px;
}
/* 404 style */

.blog_pageIntrouvable {
    background: linear-gradient(#00eac6,#f9a345);
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 10000 !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 > div {
  height: 100%;
  color: white;
}
.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: white;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
@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;
  }
}
div#Messages {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 10px;
    width: 100%; 
  font-size: 20px;
}
div#Messages p {
    margin: 0;
}
.icon img{
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.Mobile .Liens a {
    line-height: 48px;
}
.Devisgratuit-h3{
  font-size: 24px ;
}
.logoArtisan img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
p.spire img {
    width: 40px;
    height: 40px;
}
a.logo img {
    width: 225px;
    height: 90px;
    object-fit: contain;
}
.Mobile header.header a.logo img {
    width: 136px;
    height: 75px;
}