body {
	font-family: 'Arial';
	font-size: 14px;
}

h1,h2,h3,h4,h5 {
}
h2 {
    font-size: 24px;
    color: #099045;
}




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



.header-container {
    background: #076c34;
    color: white;
}
.Mobile header.header-container {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 145px;
    padding: 0;
}
.Mobile .header-top {
  height: inherit;
  padding: 10px 0;
}
.Mobile .tel-block {
    text-align: center;
    background: #000;
    padding: 8px 0;
}
.Mobile .tel-block img {
    width: 20px;
    height: 20px;
}
.tel-block a {
    color: inherit;
    margin-right: 10px;
    font-size: 19px;
    letter-spacing: -1px;
}
.Mobile .tel-block a {
  font-size: 20px;
}
.Mobile .tel-block a:last-child {
    display: block;
}
.tel-block a:hover {
	text-decoration: none;
}
.tel-block .icon {
    display: inline-block;
    margin-right: 5px;
    width: 54px;
    height: 40px;
    background: #1175bc;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
}
.Mobile .tel-block .icon{
    width: 40px;
    height: 40px;
}
.Mobile .header-top .devisGratuit {
    background: #ff8d00;
    color: white;
    text-transform: uppercase;
    display: block;
    padding: 15px 15px;
    font-size: 16px;
    text-align: center;
    display: none;
}
.rappel-block strong {
    text-transform: uppercase;
    font-size: 12px;
}
#mail, #mail2 { display: none; }
#rappel_immediat .form-input {
    font-size: 12px;
    background: white;
    border: 1px solid transparent;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    width: 155px;
}
#rappel_immediat .btn-submit {
    background: #1175bc;
    font-size: 12px;
    color: white;
    padding: 5px 15px;
    border-radius: 0;
    margin-left: 1px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
    width: 155px;
}
.rightBlock .tel-block > div a {
    display: block;
}
.rightBlock .icon img  {
    width: 20px;
    height: 20px;
}
.logo-header {
    background: #f5f5f5;
    display: block;
    width: 280px;
    height: 150px;
    margin-top: 70px;
    position: relative;
    border: 2px solid #102442;
    border-radius: 0 0 25px 25px;
    /*margin-left: 9rem;*/
    z-index: 35;
}
.Desktop .logo-header{
  left: -50%;
  transform: translateX(9%);
  top: -109px;
  position: absolute;
}
.Mobile .logo-header {
    border-radius: 15px;
    border: none;
    margin-top: 0;
    padding: 9px 20px 10px;
    width: 190px;
    height: inherit;
    margin-right: 5px;
    margin-left: 0;
}
.logo-header img {
    width: 218px;
    height: 93px;
    object-fit: contain;
    max-width: 100%;
    display: block;
    margin:23px auto 0;
}
.Mobile .logo-header img {
    margin: 0 auto 0;
}
.Desktop .rightR {
      padding-left: 2rem;
}
.rightBlock .tel-block  > div{
    display: flex;
    align-items: center;
}

/*
Nav
*/
.nav {
    background: #f5f5f5;
    margin-top: -54px;
    position: relative;
    margin-bottom: 35px;
}
.nav-list {
    list-style: none;
    display: table;
    width: 100%;
    padding-left: 0;
    margin: 0;
    /*border-bottom: 2px solid #1175bc;*/
    /*text-align: center;*/
}
.nav-item {
    display: table-cell;
    text-align: center;
}
.Mobile .nav-item {
    display: inline-block;
    text-align: center;
}
.nav-item a {
    display: block;
    padding: 18px 8px;
    font-size: 11px;
    color: initial;
    text-transform: uppercase;
    transition: all .3s ease;
}
.nav-item.active a,
.nav-item:hover a {
    color: white;
    background: #1175bc;
}


/* Mobile navigation */
.nav-mobile {
  display: none;
  cursor: pointer;
  background: url(../images/nav.svg) no-repeat 70px center;
  background-size: 18px;
  height: 50px;
  width: 100px;
  line-height: 50px;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 17px;
}

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border-left: 1px solid #8B2870;
  height: 49px;
  width: 50px;
  cursor: pointer;
}

.nav-click i {
  display: block;
  height: 48px;
  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: #6E1656;
}

.nav-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (max-width: 767px) {
  .nav-mobile {
    display: block;
  }

  .nav {
    width: 100%;
    margin: 0;
  }

  .nav-list {
    display: none;
  }

  .nav-item {
    width: 100%;
    float: 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%;
  }
}

/*
homeslider
*/
.homeslider {
	position: relative;
  border-bottom: 5px solid #1175bc;
    height: 500px;
}
.Mobile .homeslider {
  height: 350px;
  margin-top: 9rem;
}
.sliderImg {
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.sliderInner {
  position: absolute;
  height: 500px;
  width: 100%;
}
.sliderInner .sliderImg {
  position: static;
  height: 500px;
}
.Mobile .sliderInner,
.Mobile .sliderInner .sliderImg {
  height: 350px;
}

.homeslider .container {
    height: 100%;
    display: table;
    position: relative;
}
.captionSlider {
    display: table-cell;
    vertical-align: middle;
}
.leftText {
    float: left;
    width: 500px;
}
.Mobile .leftText {
  float: none;
  width: 100%;
}
.leftText h1 {
    padding-top: 5rem;
    color: white;
    text-shadow: -1px -1px 6px #0f1d33;
}
.Desktop .leftText h1 {
  padding-top: 10rem;
}
.Mobile .leftText h1 {
  font-size: 27px;
}
.rightBlock > div {
    display: table-cell;
    vertical-align: middle;
}
.logoExt {
    display: inline-block;
    background: white;
    padding: 10px;
    border-radius: 5px;
    margin-top: 25px;
}
.logoExt img {
    width: 85px;
    margin: 0 15px;
}
.Mobile .logoExt img {
    width: 65px;
    margin: 5px;
}
.rightBlock .logoExt {
    background: no-repeat;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    display: block;
}
.rightBlock .logoExt img {
    margin: 0 5px;
}
.rightBlock .rappel-block {
    padding-left: 15px;
}
.rightText {
    float: right;
    width: 350px;
}
.Devisgratuit {
    background: #f5f5f5;
    border-top: 5px solid #1175bc;
    padding: 20px;
}
.Devisgratuit_h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 500;
}
#FormDevis .form-input {
    display: block;
    background: white;
    border: 1px solid #1175bc;
    margin: 5px 0;
    padding: 8px;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: inset -1px 4px 5px 0px #ddd;
    width: 100%;
}
#FormDevis textarea.form-input {
    height: 75px;
}
#FormDevis .btn-submit {
    background: #1175bc;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}


/*
Cat
*/
.section-cat {
    text-align: center;
}
.titre-item-cat h2 {
    text-transform: uppercase;
    font-size: 36px;
}
.categories {
    list-style: none;
    padding-left: 0;
    margin: 0 -7px;
    display: table;
    width: 100%;
}
.Mobile .categories {
  margin: 0;
}
.cat-item {
    display: inline-block;
    width: 25%;
    margin: 7px 0;
    padding: 0 7px;
}
.Mobile .cat-item {
  width: 100%;
  padding:0;
}
.cat-item a {
    background-color: #ddd;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 200px;
    position: relative;
}
.cat-item span {
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: #000;
    font-size: 18px;
    width: 100%;
    border-bottom: 2px solid #1175bc;
}
.cat-item.active a span {
    color: white;
    background: #1175bc;
}

/*
Content
*/
.corps {
    padding-bottom: 50px;
}
.Block {
    display: flex;
    margin: 15px 0;
}
.Mobile .Block {
  display: block;
}
.Block.Block0 {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.Block p {
  margin-bottom: 0;
}
.Desktop .Block.Block0 > .ImgLeft, 
.Desktop .Block.Block0 > .bloc-une,
.Tablet .Block.Block0 > .ImgLeft, 
.Tablet .Block.Block0 > .bloc-une {
    width: 50%;
    flex: 0 0 50%;
}

.Block .bloc-une {
    padding-left: 25px;
}
.Mobile .Block .bloc-une {
  padding-left: 0;
}
.ImgLeft,
.ImgFull {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.Mobile .ImgLeft img,
.Mobile .ImgFull img {
    width: 100%;
    margin-bottom: 15px;
}
.Mobile .ImgLeft,
.Mobile .ImgFull {
  background:none !important;
}
.Desktop .Block> .ImgFull,
.Desktop .Block> .ImgFull {
    width: 25%;
    flex: 0 0 25%;
}

.Services {
    background: #099045;
    padding: 80px 0;
}
.Titre {
    color: white;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 57px;
}
.Liens a {
    display: inline-block;
    width: 25%;
    color: #c5c5c5;
    margin: 5px 0;
}
.Tablet .Liens a {
  width: 50%;
}
.Mobile .Liens a {
  width: 100%;
}

.btn-realisation {
    background: #076c34;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 7px 25px;
    color: white;
    font-size: 20px;
    margin-top: 5px;
    display: inline-block;
    border-radius: 4px 4px 0 0;
    border-bottom: 2px solid #1175bc;
    transition: .3s ease;
}
.btn-realisation:hover {
    background: #1175bc;
    color: white;
}
a:hover {
  text-decoration: none;
}
.titre-album {
    margin-bottom: 15px;
    padding: 5px 15px;
    background: #1175bc;
    display: table;
    color: #fff;
}
.Mobile .titre-album {
    margin-top: 30px;
}
.swipebox {
  margin: 15px 0;
  display: block;
}
a.swipebox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
/*
Footer
*/
#footer {
    background: #f5f5f5;
}
.copyright {
  text-align: center;
  margin-bottom: 0;
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #333;
}
.Mobile p.copyright a {
    display: block;
    line-height: 48px;
}
.copyright a {
  color: #102442;
}

section#temoignages {
    padding: 60px 0 20px;
    margin-bottom: 60px;
    text-align: center;
}



---------------------------------

#temoignages {
    text-align: center;
    padding: 0 0 61px;
}
#temoignages a {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    top: 26px;
    border-radius: 5px;
    text-transform: uppercase;
}
#temoignages b {
    font-size: 26px;
}
#temoignages span {
    font-size: 19px;
    font-weight: 700;}

body.Desktop.temoignages input {
    width: 100%;
}
body.Desktop.temoignages textarea{
    width: 100%;
}
body.Desktop.temoignages h2 {
    margin-top: 18px;
}
body.Desktop.temoignages h1 {
    margin-top: 18px;
}
body.Mobile.temoignages input {
    width: 100%;
}
body.Mobile.temoignages textarea{
    width: 100%;
}
.avis > i {
    background: url(../images/rating-sprit.png) no-repeat;
    display: inline-block;
    height: 23px;
    width: 120px;
    margin-right: 15px;
}
#avis_form {
    margin-top: 15px;
}

#MonAvis,
#avis_form {
  padding: 0 2%;
}
#MonAvis span {
  font-size: 18px;
  color: #333;
  display: block;
}
.item-tem .avis {
  display:inline-block;
  vertical-align: top;
}

#avis_form label {
  display: block;
  margin-bottom: 8px
}

#avis_form .input-form {
  margin: 0 0 15px 0;
  width: 100%
}

.avis a {
  width:10%;
  float:left;
  height:100%;

}
.avis > i {
  background: url('../images/rating-sprit.png') no-repeat;
  display: inline-block;
  height: 23px;
  width: 120px;
  margin-right: 15px;
}
.avis-0 {
  background-position: 0 0 !important;
}
.avis-1 {
  background-position: 0 -25px !important;
}
.avis-2 {
  background-position: 0 -50px !important;
}
.avis-3 {
  background-position: 0 -75px !important;
}
.avis-4 {
  background-position: 0 -100px !important;
}
.avis-5 {
  background-position: 0 -125px !important;
}
.avis-6 {
  background-position: 0 -150px !important;
}
.avis-7 {
  background-position: 0 -175px !important;
}
.avis-8 {
  background-position: 0 -200px !important;
}
.avis-9 {
  background-position: 0 -225px !important;
}
.avis-10 {
  background-position: 0 -250px !important;
}
#avis_form .input-form {
    border: 1px solid;
}
.temoin {
    padding: 50px 0;
}
}
.item-tem .avis {
    display: inline-block;
    vertical-align: top;
}
-------------------------


div#Messages {
    text-align: center;
    background-color: #e05c34;
    color: #fff;
    font-size: 18px;
    padding: 10px;
}
.introuv {
    font-size: 158px;
}
/**
404
*/
.blog_pageIntrouvable {
    background: #ffffff;
    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: #fb5e00;
}

.blog_pageIntrouvable > 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: #fb5e00;
}
.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;
  }

div#Messages p {
    margin: 0;
    padding: 0;
}
