body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.625;
    color: #999;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #34373b;
}
a {
    color: #bc001f;
    text-decoration: none;
}


@font-face {
  font-family: 'icon';
  src:  url('../fonts/icomoon.eot?ezjob7');
  src:  url('../fonts/icomoon.eot?ezjob7#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ezjob7') format('truetype'),
    url('../fonts/icomoon.woff?ezjob7') format('woff'),
    url('../fonts/icomoon.svg?ezjob7#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-g94e:before {
  content: "\e900";
}
.icon-g93e:before {
  content: "\e901";
}
.icon-g95e:before {
  content: "\e902";
}
.icon-g97e:before {
  content: "\e903";
}
.icon-g96e:before {
  content: "\e904";
}
.icon-search:before {
  content: "\f002";
}
.icon-check:before {
  content: "\f00c";
}
.icon-cog:before {
  content: "\f013";
}
.icon-home:before {
  content: "\f015";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-phone:before {
  content: "\f095";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-car:before {
  content: "\f1b9";
}




/*
Header
*/
.site-header {
    display: inline-block;
    width: 100%;
    background-color: #313336;
    margin-bottom: 3.75rem;
}
.Tablet .site-header,
.Mobile .site-header {
    margin-bottom: 0;
    background-color: white;
}
.header__container {
    background-color: #ffffff;
    border-radius: .125rem;
    overflow: hidden;
}
.header {
	display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}
.header__logo {
    order: 2;
    width: calc(100% - 8.125rem);
    margin-bottom: 1.875rem;
}
.Tablet .header__logo,
.Mobile .header__logo {
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo a {
    color: #34373b;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
/*.header__logo img {
    max-width: 196px;
}
.Mobile .header__logo img {
    padding: 10px 0 0;
    width: 170px;
}*/
.img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}
.header__top {
    order: 1;
    width: 100%;
}
.Tablet .header__top,
.Mobile .header__top {
    display: none;
}
.header__top_wdg {
    display: inline-block;
    font-size: .8125rem;
    font-weight: 700;
    font-family: Roboto,sans-serif;
    color: #999;
    vertical-align: middle;
}
.rappel-gratuit {
    /*background: #bc001f linear-gradient(to top, #bc001f, #d60023);*/
    background: #9dc905;
    padding: 5px 15px;
}

.rappel-gratuit strong {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
}
#rappel_immediat {
    display: table-cell;
    vertical-align: middle;
}
#mail, #mail2 { display: none; }
.form-input {
    border: none;
    padding: 5px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.btn-submit {
    font-size: 12px;
    border-radius: 0;
    border: none;
    padding: 5px;
    background: #000;
    color: white;
    margin: 0 0 0 2px;
}

.tel-top {
    margin-right: 20px;
}
.Mobile .header__top_wdg.tel-top {
    background: #9dc905;
    margin: 10px 0 0;
    width: 100%;
    display: block;
    padding: 5px;
    text-align: center;
}
.tel-top a {
    color: #3a3939;
    margin: 0 10px;
    font-size: 16px;
}
.Mobile .tel-top a {
    font-size: 19px;
    color: white;
}
.tel-top a:hover {
	text-decoration: none;
}
.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
}
.nav-item {
    display: table-cell;
    vertical-align: middle;
}
.nav-item a {
    display: block;
    font-family: Exo,Helvetica,Arial,sans-serif;
    font-weight: 600;
    color: #34373b;
    text-transform: uppercase;
    padding: 20px 25px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    transition: all .3s ease;
}
.nav-item:hover a {
    text-decoration: none;
    color: #9dc905;
}
.nav-item.active a {
    color: #9dc905;
}
.nav-submenu {
    padding-left: 0;
    display: none;
    list-style: none;
    position: absolute;
    background: #fff;
}
.nav-item:first-child:hover .nav-submenu {
    display: block;

}
.nav-submenu-item a {
    padding: 12px 10px !important;
    transition: all .3s;
}
.nav-submenu-item a:hover {
    background: linear-gradient(#9dc905,#8ab102);
    color: #fff;
}

@media (min-width: 992px) {
	.site-header {
		position: absolute;
	    z-index: 99;
	    background: transparent;
	    margin-bottom: 5.625rem;
	}
	.header__container {
	    margin-top: 2.5rem;
	}
	.header__logo {
	    order: 1;
	    width: 250px;
	    height: 150px;
	    box-shadow: 2px 0 3px -2px rgba(0,0,0,.1);
	    z-index: 1;
	    padding: 16px 25px;
	    margin-bottom: 0;
	}
	.header__logo img {
	    margin-top: 0;
	}
	.header__navigation {
		background: #ffffff linear-gradient(to bottom, #ffffff, #ededed);
	    order: 3;
	    width: 100%;
    	border-radius: 0;
	    margin-top: -90px;
	    margin-left: 250px;
	}
	.header__top {
	    background-color: #ededed;
	    order: 2;
	    height: 60px;
	    width: calc(100% - 250px);
	    text-align: right;
	    border-top-right-radius: .125rem;
	}
	.nav-item a {
	    padding: 26px 10px;
	    border-bottom: 0;
	}
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    cursor: pointer;
    background: #3D3D3B url(/skins/default/images/nav.svg) no-repeat 85% center;
    background-size: 18px;
    height: 50px;
    width: 100px;
    color: white;
    border-radius: 5px;
    line-height: 50px;
    text-transform: uppercase;
    padding-left: 14px;
    margin-top: 17px;
}

.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: 991px) {
  .nav-mobile {
    display: block;
  }

  .nav {
    background: #ededed;
    width: 100%;
    position: absolute;
    margin-top: 0;
    z-index: 300;
  }

  .nav-list {
    display: none;
  }

  .nav-item {
    width: 100%;
    float: none;
    display: block;
  }

  .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 {
	position: relative;
}

.captionSlider {
    position: absolute;
    background-color: transparent;
    width: 37.5rem;
    top: 18rem;
    margin-top: 0;
    padding: 0;
    z-index: 3;
}
.Tablet .captionSlider {
    top: 10rem;
}
.Mobile .captionSlider {
    width: 90%;
    top: 50%;
}
.captionSlider h1 {
	font-size: 2.25rem;
    color: #fff;
    margin-bottom: .625rem;
}
.Mobile .captionSlider h1 {
    font-size: 24px;
}
.btn-custom {
    background: linear-gradient(#9dc905,#8ab102);
    text-shadow: 0 1px 3px rgba(0,0,0,.35);
    padding: 1rem 1.875rem .75rem;
    border: 0;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
}
.btn:hover {
    color: #fff;
    outline: 0 !important
    -webkit-box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.32);
    box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.32);
}
.item {
    background-size: cover;
    background-position: center;
    height: 600px;
    overflow: hidden;
}
.Tablet .item {
    height: 450px;
}
.Mobile .item {
    height: 500px;
}
.owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
}

/*
Categorie
*/
.categories {
	border-bottom: 1px solid #d8d8d8;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    box-sizing: border-box;
    list-style: none;
    margin: 15px -1px 5px;
    padding: 0;
}
.Tablet .categories {
    flex-wrap: wrap;
}
.Mobile .categories {
    display: block;
}
.categories > li {
    height: auto;
    /*min-width: 183.4px;*/
    min-width: auto;
    width: auto;
    margin: 0 1px;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    /*border-width: 1px;
    border-style: solid;
    border-color: #e7e7e7 #e7e7e7 transparent #e7e7e7;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e7e7e7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
    white-space: nowrap;*/
}
.Tablet .categories > li {
    min-width: 32.84%;
    margin: 5px 1px;
}
.Mobile .categories > li {
    margin: 5px 0;
    height: 100%;
}
.categories > li > a {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px 15px;
    margin-right: 2px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-size: 17px;
    line-height: 24px;
    text-transform: none;
    color: #000;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    padding-left: 0;
    padding-right: 0;
    font-weight: 800;
}
.categories > li > a > img {
    position: relative;
    width: 100%;
}
.categories > li > a > span {
    position: absolute;
    font-size: 20px;
    color: #fff;
}
.categories > li.active > a {
    color: #d9000d;
}
.categories > li [class*='icon'] {
    color: #707070;
    font-size: 50px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.categories > li [class*='icon']:not(:last-child) {
    margin-bottom: 10px;
}
.categories > li > a:hover .icon {
    color: #000;
}
.categories > li.active > a .icon {
    color: #d9000d;
}
/*
Content
*/
.Block0 {
	background:url(../images/img/dark-pattern.jpg);
	padding: 60px 90px 45px;
    margin-bottom: 20px;
    color: #eeeeee;
    text-align: center;
}
.Tablet .Block0 {
    padding: 60px 35px 45px;
}
.Mobile .Block0 {
    padding: 20px;
    text-align: left;
}
.Block0 h1 {
    color: #da8409;
}
.Mobile .Block0 h1 {
    font-size: 24px;
    line-height: 130%;
}
.content-list {
	padding: 15px 0 60px;
	font-size: 14px;
	line-height:130%
}
.content-list .Block {
    margin: 15px 0;
}
.content-list h2 {
	font-size: 18px;
}
.content-list p {
	margin-bottom: 0;
}
.ImgContenu {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.Mobile .ImgContenu {
    height: 250px;
    margin-bottom: 15px;
}

.lastBlock {
	background:url(../images/img/bg-auto.jpg) no-repeat center;
	background-size: cover;
    background-attachment: fixed;
	padding: 60px 0;
}
.lastBlock .row {
    margin: 0;
}
.lastBlock .row > div {
    padding: 0;
}
.lastBlock h2 {
	font-size: 20px;
}
.lastBlock p {
	margin-bottom: 0;
}
.lastBlock .Block {
    background: white;
    margin: 10px 0;
}
.lastBlock .Block6 .row,
.lastBlock .Block10 .row,
.lastBlock .Block8 .row {
	flex-direction: row-reverse;
}
.lastBlock .bloc-une {
    padding: 36px 20px;
    border-left: 5px solid #9dc905;
}
.Mobile .lastBlock .bloc-une {
    border-left: none;
}
.listCategories {
	background:url(../images/img/bg-auto1.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 0;
}
.Titre {
	text-align: center;
    margin-bottom: 35px;
}

.Devisgratuit {
    background: #ededed;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    right: 115px;
    width: 350px;
    z-index: 10000;
}
.Tablet .Devisgratuit {
    right: 25px;
}
.Mobile .Devisgratuit {
    position: static;
    width: 100%;
    padding: 20px;
    border-radius: 0;
}
.Mobile .Devisgratuit span {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

#FormDevis {
    display: none;
    padding: 20px;
}
.Mobile #FormDevis {
    display: block;
    padding: 0;
}
.btn-button {
    display: block;
    background: linear-gradient(#9dc905,#83a803);
    text-shadow: 0 1px 3px rgba(0,0,0,.35);
    margin-bottom: 0;
    padding: 13px 25px;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    text-align: center;
}
.btn-button .icon {
    margin-left: 15px;
}
#FormDevis .form-input {
    display: block;
    margin: 5px 0;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 5px;
    background: #fffefe;
    box-shadow: 0px 1px 4px #ddd;
    padding: 10px;
}
#FormDevis .btn-submit {
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 3px;
    font-size: 16px;
}

.Liens {
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
}
.Mobile .Liens {
    padding-left: 0;
}
.Liens a {
    display: block;
    color: #333;
    position: relative;
    padding-left: 25px;
    padding-right: 20px;
    margin-bottom: 15px;
    flex: 0 0 33.33337%;
    transition: all .3s ease;
}
.Mobile .Liens a {
    flex: 0 0 100%;
    padding-right: 0;
}
.Liens a:before {
    content: "\f0ad";
    font-family: 'icon' !important;
    position: absolute;
    left: 0;
    top: -2px;
    color: #d32d27;
}

.Liens a:hover {
    color: #d32d27;
    text-decoration: none;
}
/*
Footer
*/
.page-footer {
    position: relative;
    background: #2c2c2c;
    color: #fff;
    z-index: 0;
}
.footer-content {
    position: relative;
    height: 455px;
    overflow: hidden;
}
.footer-content .container {
    position: relative;
    top: 0;
    height: 100%;
    z-index: 900;
}
@media (min-width: 769px) {
	.page-footer .footer-content {
	    display: table;
	    width: 100%;
	    table-layout: fixed;
	    background-color: #2b2b2b;
	}
	.page-footer .footer-col-left {
	    display: table-cell;
	    vertical-align: top;
	    width: 44%;
	    padding: 0;
	}
	.footer-col-left .inside {
	    width: 470px;
	    float: right;
	    padding: 68px 15px 55px 0;
	}
}
.page-footer .footer-col-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 370px;
    padding: 0;
    background-color: rgba(14, 14, 14, 0.9);
}
.footer-col-left .inside {
    width: 100%;
    float: none;
    padding: 45px 30px 30px;
    text-align: left;
    max-width: unset;
    margin: 0;
}
.page-footer-2 h5, 
.page-footer-2 h4, 
.page-footer-2 h3 {
    color: #fff !important;
}
.page-footer-2 h5 {
    font-weight: 600;
}
.contact-info {
    margin: 0 0 25px;
    padding-left: 50px;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}
.page-footer .contact-info {
    margin: 0 0 40px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 24px;
}
.contact-info > .icon {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 20px;
    line-height: 1em;
    color: #dd000e;
}
.tel-foot {
	font-size: 24px !important;
}
.tel-foot br {
	line-height: 24px !important;
}
.color,
a.color:hover, 
a.color:focus {
    color: #dd000e !important;
}
.contact-info-divider {
    height: 1px;
    width: 100%;
    background-color: #858585;
    margin: 25px 0 30px;
}
.page-footer .footer-map {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}
.footer-bottom {
    padding: 12px 0;
    background-color: #eeeeee;
    color: #c8c8c8;
}
.footer-bottom .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    z-index: 100;
}
.page-footer .copyright {
    color: #2b2b2b;
    position: relative;
    z-index: 3000;
    font-size: 16px;
    line-height: 27px;
}
#Map {
	opacity: .5;
}
.inside span {
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
}

b.titre-album {
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin: 1em 0;
    font-size: 25px;
}
div#realisations img {
    width: 100%;
    height: 265px;
    object-fit: cover;
}
.Mobile div#realisations img {
    height: 150px;
}
.Mobile header.site-header {
    position: fixed;
    z-index: 9;
}
.Mobile .page-footer .copyright {
    text-align: center;
}
.Mobile .copyright > a {
    display: block;
}
.Mobile .footer-bottom > .container:first-child {
    justify-content: center;
}
.Mobile .categories {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 5px;
}
body.Mobile.mentions ol {
    padding: 0 20px;
}
.page_not_found {
    height: 100vh;
    display: flex;
    align-items: center;
}
.page_not_found a {
    color: #000;
    font-size: 17px;
    text-decoration: underline;
}

div#Messages {
    background: linear-gradient(#9dc905,#8ab102);
    text-align: center;
    color: #fff;
    padding: 7px;
}
div#Messages p {
    margin: 0;
}
.Mobile .header__logo img {
    width: 200px;
}
