
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 {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  margin: 0;
}

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

input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

input::placeholder {
  color: #999;
  opacity: 1;
}

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: 'Roboto', sans-serif;
  font-weight: 300;
  margin-bottom: 1.5rem;
  margin-top: 0;
  position: relative;
  line-height: 1.1;
  color: #000;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

@media(max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 1rem;
  }

  h4 {
    font-size: .5rem;
  }
}
.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%;
  }
}

/*------------------------------------*\
    Header
\*------------------------------------*/
/*.index .sticky-wrapper {
  position: absolute;
  width: 100%;
  z-index: 100;
}*/
.header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 1000 !important;
}
/*.index .is-sticky .header {
  background-color: #6B6B6D;
}
.index .header {
  background-color: transparent;
}*/
/*.header .container {
  border-bottom: 2px solid rgba(255, 255, 255, 0.34);
}*/
.logoTop {
  float: left;
  height: 72px;
  width: 20%;
}
.logoTop > img {
  width: 72%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}
@media(min-width: 768px) and (max-width: 991px) {
  .logoTop > img {
    width: 100%;
  }
}
@media(min-width: 544px) and (max-width: 767px){
  .logoTop {
    padding: 8px 0;
  }
}
@media(max-width: 767px) {
  .logoTop {
    height: inherit;
    width: inherit;
  }
}
@media(max-width: 543px) {
  .header {
    height: inherit;
    padding-bottom: 20px;
  }
}
.RightTop {
  top: 100%;
  position: absolute;
  right: 0;
  z-index: 10;
}
.RightTop a {
  padding: 7px;
  margin-left: 5px;
  display: inline-block;
  border-radius: 0 0 10px 10px;
}
.btn {
  background: #fff;
  font-size: 14px;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  width: 200px;
}
.btn-custom {
  background: #222222;
  color: #fff;
}
.btn-realisation {
  background: #ce0513;
  color: #fff;
}
@media(max-width: 543px) {
  .RightTop {
    bottom: inherit !important;
    top: 0;
    margin: 10px 5px;
    right: 25%;
  }
  .RightTop a {
    margin: 0;
    border-radius: 5px;
    width: inherit;
  }
  .btn-realisation {
    display: none !important;
  }
}

.Blocktel {
  float: right;
   margin: 30px 0 46px;
  text-align: right;
  width: 25%;
}
.tel {
  background: url('../images/sprit-x.png') no-repeat -136px 0;
  color: #000;
  font-size: 16px;
  margin-left: 10px;
  padding: 5px 0;
  padding-left: 20px;
  font-weight: bold;
}
@media(max-width: 1199px) {
  .tel {
    font-size: 14px;
    padding: 5px 0;
    padding-left: 20px;
  }
}
@media(max-width: 991px) {
  .Blocktel {
    width: inherit;
    text-align: center;
    float: none;
    display: inline-block;
  }
  .index .Blocktel,
  .Blocktel {
    width: 55%;
  }
  .tel {
    font-size: 18px;
  }
}
@media(max-width: 767px) {
  .index .Blocktel,
  .Blocktel {
    width: 100%;
    margin: 0;
  }
}
@media(max-width: 543px) {
  .Blocktel {
    width: 100%;
    float: none;
    display: table;
    position: relative;
    top: 15px;
  }
}

/* Navigation */
.nav {
  font-size: 12px;
  float: left;
  margin-top: 7px;
  width: 55%;
}
@media(max-width: 1199px) {
  .nav {
    font-size: 12px;
  }
}
@media(max-width: 767px) {
  .index .nav {
    width: 100%;
  }
}
.nav-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.nav-list:after {
  content: "";
  clear: both;
  display: table;
}
.nav-item {
  float:left;
  *display:inline;
  zoom:1;
  position:relative;
}
.nav-item a {
  border-right: 2px solid rgba(255, 255, 255, 0.47);
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display:block;
  font-size: 16px;
  margin: 15px 25px;
  color: #999;
  text-align: center;
}
.nav-item:last-child a {
  border-right: none;
}
.nav-item.active > a,
.nav-item:hover > a {
  color: #000;
}
.nav-item:hover .nav-submenu {
  display:block;
}
.nav-submenu {
  background: #fff;
  display:none;
  list-style: none;
  padding-left: 0;
  position:absolute;
  left:0;
  width:250px;
  z-index: 20;
}
.nav-submenu-item {
  margin: 0 15px;
}
.nav-submenu-item a {
  border-right: none;
  border-bottom: 1px dotted;
  display:block;
  margin: 0;
  padding:15px 0;
  text-align: left;
  color: #999;
}
.nav-submenu-item:last-child a {
  border-bottom: none;
}
.nav-submenu-item.active a,
.nav-submenu-item a:hover {
  color: #000;
}
.nav-mobile {
  display:none;
  float: right;
  margin-top: 12px;
  cursor:pointer;
  background:#ce0513 url('../images/bars.png') no-repeat center;
  height:50px;
  width:50px;
}
.nav-click {
  position:absolute;
  bottom: 32%;
  right: -10px;
  cursor:pointer;
}
@media(max-width: 1199px) {
  .nav-click {
    right: 0;
  }
}
.nav-click i {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .5rem;
  margin-left: .5rem;
  vertical-align: middle;
  content: "";
  border-top: .5em solid #999;
  border-right: .5em solid transparent;
  border-left: .5em solid transparent;
}
.nav-item:hover .nav-click i {
  border-top-color: #000;
}
.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 {
    background: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    width:350px;
    z-index: 50;
  }
  .nav-list {
    display:none;
  }
  .nav-item {
    width:100%;
    float:none;
  }
  .nav-item > a {
    padding:15px;
    text-align: left;
    margin: 0;
  }
  .nav-click {
    display:block;
    top: 18px;
  }
  .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(max-width: 767px) {
  .nav {
    width: 100%;
  }
}
@media(max-width: 543px) {
  .nav-mobile {
    position: absolute;
    right: 15px;
    top: 0;
    margin-top: 5px;
  }
}

/*------------------------------------*\
    Homeslider / banner
\*------------------------------------*/
/* 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 */

.Fullscreen {
  position: relative;
  padding-top: 72px;
  height: 572px;
}
.Homeslider {
  list-style: none;
  margin: 0;
  padding: 0;
}
.Homeslider > li {
  height: 500px;
  overflow: hidden;
  position: relative;
}
.Homeslider li:after {
    content: "";
    background: rgba(0, 0, 0, 0.38);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    left: 0;
}
#couvreur {
  background: #f7f7f7;
}
#maconnerie {
  background: #eeeeee;
}
.ImageSlider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
}
.TextSlider {
  text-align: center;
  /*margin-top: -9rem;*/
  z-index: 30
}
.TextSlider p {
  font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0px 8px #333;
    margin: 5px auto;
    line-height: normal;
    width: 500px;
    border: 1px solid #fff;
    padding: 20px;
    background: rgba(255, 255, 255, 0.31);
}
#couvreur .TextSlider p {
  margin-left: 5%;
}
#maconnerie .TextSlider p {
  margin-right: 5%;
}

.capitonSlide {
  position: absolute;
  text-align: center;
  bottom: 5%;
  width: 100%;
  z-index: 29;
}
.ContentSlider {
    margin: 0 auto;
}
.ContentSlider:after {
  content: "";
  clear: both;
  display: table;
}
.capitonSlide .logo {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  float: none;
  margin: 0 auto;
    padding-top: 5rem;
}
.capitonLeft {
  float: left;
  margin-top: 7rem;
}
.capitonSlide .logo img {
  display: block;
  margin: 0 auto;
}
.accroche-logo {
  display: inline-block;
    margin: 15px auto;
    color: #000;
    font-size: 9px;
    text-transform: uppercase;
    width: 90px;
    vertical-align: middle;
    border-left: 1px solid #000;
    padding-left: 10px;
    line-height: 150%;
}
.DevisGratuitTop {
  float: right;
  background:rgba(255, 255, 255, 0.5);
  width: 375px;
    padding: 20px;
}
.DevisGratuitTop h3 {
  color: #fff;
    font-weight: 700;
}
@media(max-width: 991px) {
  .TextSlider p {
    width: inherit;
  }
  .accroche-logo {
    display: none;
  }
}
@media(max-width: 767px) {
  .Fullscreen {
    height: inherit;
    padding-top: 5rem;
  }
  .Homeslider,
  .Homeslider > li,
  .ImageSlider {
    height: 250px;
  }
  .capitonSlide {
    position: static;
  }
  .capitonSlide .logo img {
    width:30%;
  }
  .ContentSlider {
    max-width: 100%;
  }
  .DevisGratuitTop {
    border-bottom: 1px solid #000;
    width: inherit;
    position: static;
    float: none;
  }
  .DevisGratuitTop h3 {
    color: #6B6B6D;
  }
  .capitonLeft {
    display: none;
  }
  .TextSlider p {
    font-size: 10px;
    max-width: 70%;
  }
  #sticky-wrapper {
    position: absolute;
    top: 0;
    z-index: 100;
  }
}
@media(max-width: 767px) {
  .capitonSlide .logo {
    display: none;
  }
}
/* Banner */
.Banner {
  background-color: #ddd;
  background-size: cover !important;
  margin-bottom: 20px;
  height: 250px;
}
.ravalement .Banner {
  background: url('../images/diapo/banner-ravalement.jpg') no-repeat center;
}
.gouttiere .Banner {
  background: url('../images/diapo/banner-gouttiere.jpg') no-repeat center;
}
.nettoyage-toiture .Banner {
  background: url('../images/diapo/banner-nettoyages-toiture.jpg') no-repeat center;
}
.reparation-de-cheminee .Banner {
  background: url('../images/diapo/banner-reparation-de-cheminee.jpg') no-repeat center;
}
.urgence-fuite .Banner {
  background: url('../images/diapo/banner-urgence-fuite.jpg') no-repeat center;
}
.charpente .Banner {
  background: url('../images/diapo/banner-charpente.jpg') no-repeat center;
}
.isolation .Banner {
  background: url('../images/diapo/banner-isolation.jpg') no-repeat center;
}
.velux .Banner {
  background: url('../images/diapo/banner-velux.jpg') no-repeat center;
}
.realisations .Banner {
  background: url('../images/diapo/banner-realisations.jpg') no-repeat center;
}

/* Categories */
.Categories {
  margin-top: 30px;
}
.Categories h2 {
  text-align: center;
  font-weight: 700
}
.Categories h2 img {
  width: 10%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -15px;
}
.list-categories {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.list-categories:after {
  content: "";
  clear: both;
  display: table;
}
.list-categories li {
  float: left;
}
.Mobile .list-categories li {
  float: none;
  width: 100%;
}
.Item-cat {
  display: block;
  position: relative;
}
.Item-cat img {
  width: 100%;
}
.titre-cat {
  font-weight: bold;
  position: absolute;
  z-index: 3;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
  line-height: normal;
  padding: 30% 10px;
}
@media(min-width: 1600px) {
  .titre-cat {
    padding: 30% 2rem;
  }
}
.list-categories li.active .titre-cat,
.list-categories li:hover .titre-cat {
  background: rgba(0, 0, 0, 0.7);
}
@media(max-width: 991px) {
  .Categories h2 img {
    width: 35%;
    display: block;
    margin: 0 auto;
  }
  .list-categories {
    text-align: center;
  }
  .list-categories li {
    width: 33.33337%;
  }
}
@media(max-width: 767px) {
  .list-categories li {
    width: 50%;
  }
}
/*------------------------------------*\
    Contenu
\*------------------------------------*/
@media(min-width: 768px) {
  .fltr {
    float: right;
  }
  .npl {
    padding-left: 0;
  }
  .npr {
    padding-right: 0;
  }
}

.Contenu {
  padding: 3rem 0;
}
.Intro {
  text-align: center;
  max-width: 85%;
  margin: 0 auto 3rem;
}
@media(max-width: 1199px) {
  .Intro {
    max-width: 100%;
  }
}
@media(max-width: 767px) {
  .index .Contenu {
    border-top: 1px solid #000;
  }
}
.Intro h1:after {
  content: "";
  background: #000;
  bottom: 0;
  height: 2px;
  width: 100px;
  display: block;
  margin: 2rem auto;
}

#Prestations .Intro {
  max-width: 100%;
}

.BgGray {
  background: #f7f7f7;
  padding: 3rem 0;
}
@media(min-width: 992px) {
  .index .BgGray .ImagIntro {
    height: 229px;
  }
}
.index .BgGray .ImagIntro img {
  border: 5px solid #ddd;
}
.index .BgGray .textIntro {}
#IconImg img {
  display: inline-block;
  vertical-align: middle;
}
#IconImg h2 {
  padding-left: 7rem;
  margin-top: -5rem;
}

#Prestations #IconImg .row {
  margin: 3rem 0;
}
#Prestations .BgGray #IconImg .row {
  margin: 0;
}

.MiddleBlock {
  background: url('../images/img/bgMiddleVille.jpg') no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
  padding: 3rem 0;
  position: relative;
  margin-bottom: 3rem;
}
/*.MiddleBlock:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}*/
.MiddleBlock h2 {
      color: #fff;
    font-weight: bold;
}
.MiddleBlock p {
  color: #fff;
}
.Inner {
  color: #fff;
  overflow: hidden;
  display: none;
}
.Inner.show {
  /*display: block;*/
}
.Inner h3 {
  color: #222222;
  font-weight: 700;
  margin-bottom: 10px;
}
a.toggle {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  line-height: 70px;
  text-align: center;
  display: block;
  background: #fff;
  color: #222222;
  border-radius: 50%;
  transition: background .3s ease;
  position: absolute;
  left: 45%;
  bottom: -5rem;
  font-size: 36px;
}
a.toggle:hover {
  background: #222222;
  color: #fff;
}
.Inner .row {
  margin-top: 30px;
}
.contentMiddle p {
  margin-bottom: 0;
}
.Contenu ul {
  list-style: none;
  padding-left: 35px;
  position: relative;
  margin: 0;
}
.Contenu ul li {
  margin-bottom: 7px;
}
.Contenu ul li:before {
  content: "";
  background: url('../images/sprit-x.png') no-repeat 0 0;
  position: absolute;
  height: 24px;
  width: 24px;
  left: 0;
}


.Item-box {
  list-style: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
}
.Item-box li {
  background: #222222;
    border: 1px solid #222222;
    display: inline-block;
    cursor: pointer;
    padding: 15px;
    margin-bottom: 0 !important;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
}
.Item-box li:before {
  display: none !important;
}
.Item-box li h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  border-right: 1px solid #fff;
  padding-right: 15px;
}
.Item-box li:last-child h2 {
  padding-right: 0;
  border-right: none;
}

.Item-box li.active h2 {
  border-right: none;
  padding-right: 0;
  font-weight:bold;
}
.tab-content {
  background: #f7f7f7;
  padding: 15px;
  display: none;
  text-align: center;
}
.tab-content:after {
  content: "";
  clear: both;
  display: table;
}
.tab-content.active {
    display: inherit;
}
@media(max-width: 991px) {
  .Item-box li {
    height: inherit !important;
  }
}
@media(max-width: 767px) {
  .Item-box li {
    display: block;
    width: 100%;
  }
}

/*------------------------------------*\
    Footer
\*------------------------------------*/
.FormDevis {
  *background: #6B6B6D;
  padding: 3rem 0;
  text-align: center;
}
.FormDevis h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
.FormDevis form {
  margin: 0 auto;
}
.copyright {
  background: #4A4A4A;
  text-align: center;
  padding: 20px 0;
}
.copyright p {
  color: #B3B3B3;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
}
.copyright a {
  text-transform: none;
  color: #222222;
}
.logoBot {}
.adresse span {
    font-size: 14px;
    display: block;
    color: #999;
}
.adresse:after,
.mail:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #ce0513;
  max-width: 50%;
  margin: 20px auto 0;
}
.mail {
  display: block;
  color: #999;
  font-size: 14px;
}
.phone_contact {
  margin: 20px 0;
}
.phone_contact span {
  *color: #fff;
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.phone_contact em {
  font-size: 14px;
  font-weight: normal;
}
.text_agency {
  margin-top: 5rem;
  color: #999;
}
.logo_wk {
    max-width: 70%;
    display: block;
    margin: 15px auto 0;
}

#mail,
#mail2 {
  display: none !important;
}
.form-input {
  *background: #5F5F5F;
  border: 1px solid #ce0513;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  padding: 15px;
  text-align: center;
  -webkit-appearance: none;
  outline: 0 !important;
  width: 100%;
}
.DevisGratuitTop .form-input {
  background: #fff;
  font-size: 12px;
  color: #fff;
  text-align: left;
}
.DevisGratuitTop .form-input::-webkit-input-placeholder;
.DevisGratuitTop .form-input::-moz-placeholder,
.DevisGratuitTop .form-input::-ms-input-placeholder,
.DevisGratuitTop .form-input::placeholder {
  color: #fff !important;
}
.inline .form-input {
  display: inline-block;
  width: 50%;
}
.btnSubmit {
  cursor: pointer;
  outline: 0 !important;
  width: 100%;
  border: none;
  background-color: #ce0513;
  text-transform: uppercase;
}
.DevisGratuitTop .btnSubmit,
.RappelImmediat .btnSubmit {
  color: #fff;
}

#RappelImmediat {
    background: #f7f7f7;
    padding: 3rem 0;
    text-align: center;
}
.RappelImmediat {
    max-width: 50%;
    margin: 0 auto;
}
.RappelImmediat .form-input {
  background: none;
}
@media(max-width: 767px) {
  .btnSubmit {
    margin-bottom: 20px;
  }
  .RappelImmediat {
    max-width: 100%
  }
}
/* Devis gratuit */
.MapDevis {
  margin-bottom: 15px;
}
.devis .form-input {
  background: #F5F5F5;
  border: 1px solid #E0E0E0;
  text-align: left;
}

.Mapcontainer {
      height: 290px;
    margin-bottom: 10px;
}

.contenu-devis {
  margin-top: 85px
}

.logo-urgence {
  padding-top: 20px;
}
.Mobile .logo-urgence {
  padding-top: 20px;
}
.logo-urgence img {
  height: 95px;
  margin: 0 10px;
}
.Mobile .logo-urgence img {
  height: 80px;
  margin: 0 10px;
}
.call-btn img {
  height: 90px;
}
.call-btn {
  display: flex;
}
.call-btn .btnSubmit {
  height: 50px;
  margin-top: 22px;
}

.horaire {
    position: relative;
    padding-left: 40px;
}
.Mobile .horaire {
    position: relative;
    padding-left: 0;
}
.icon-clock {
  position: relative;
    height: 25px;
    display: block;
    float: left;
}
.icon-clock:before {
    content: '';
    background: url(../images/icon_heur.png) no-repeat center;
    width: 25px;
    height: 25px;
    display: inline-block;
    top: 50%;
    margin-top: -13px;
    position: absolute;
    margin-right: 5px;
    
}
