
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: 14px;
  line-height: 1.5;
  color: #424146;
  margin: 0;
}

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: 'Merriweather', serif;
  margin-bottom: .5rem;
  margin-top: 0;
  line-height: 1.1;
  color: #000;
}

h1 {
  font-size: 26px;
  color: #7E003F;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

@media(max-width: 767px) {}
.container {
  padding-right: .9375rem;
  padding-left: .9375rem;
  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;
  }
}

.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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-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%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.333333%;
}

.col-xs-pull-2 {
  right: 16.666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.333333%;
}

.col-xs-pull-5 {
  right: 41.666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.333333%;
}

.col-xs-pull-8 {
  right: 66.666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.333333%;
}

.col-xs-pull-11 {
  right: 91.666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.333333%;
}

.col-xs-push-2 {
  left: 16.666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.333333%;
}

.col-xs-push-5 {
  left: 41.666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.333333%;
}

.col-xs-push-8 {
  left: 66.666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.333333%;
}

.col-xs-push-11 {
  left: 91.666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.333333%;
}

.col-xs-offset-2 {
  margin-left: 16.666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333333%;
}

.col-xs-offset-5 {
  margin-left: 41.666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333333%;
}

.col-xs-offset-8 {
  margin-left: 66.666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333333%;
}

.col-xs-offset-11 {
  margin-left: 91.666667%;
}

.col-xs-offset-12 {
  margin-left: 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%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.333333%;
  }
  .col-sm-pull-2 {
    right: 16.666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.333333%;
  }
  .col-sm-pull-5 {
    right: 41.666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333%;
  }
  .col-sm-pull-8 {
    right: 66.666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.333333%;
  }
  .col-sm-pull-11 {
    right: 91.666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.333333%;
  }
  .col-sm-push-2 {
    left: 16.666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.333333%;
  }
  .col-sm-push-5 {
    left: 41.666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333%;
  }
  .col-sm-push-8 {
    left: 66.666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.333333%;
  }
  .col-sm-push-11 {
    left: 91.666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666667%;
  }
  .col-sm-offset-12 {
    margin-left: 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%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333%;
  }
  .col-md-pull-2 {
    right: 16.666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.333333%;
  }
  .col-md-pull-5 {
    right: 41.666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333%;
  }
  .col-md-pull-8 {
    right: 66.666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.333333%;
  }
  .col-md-pull-11 {
    right: 91.666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333%;
  }
  .col-md-push-2 {
    left: 16.666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.333333%;
  }
  .col-md-push-5 {
    left: 41.666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333%;
  }
  .col-md-push-8 {
    left: 66.666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.333333%;
  }
  .col-md-push-11 {
    left: 91.666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.666667%;
  }
  .col-md-offset-12 {
    margin-left: 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%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333%;
  }
  .col-lg-pull-2 {
    right: 16.666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.333333%;
  }
  .col-lg-pull-5 {
    right: 41.666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333%;
  }
  .col-lg-pull-8 {
    right: 66.666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.333333%;
  }
  .col-lg-pull-11 {
    right: 91.666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333%;
  }
  .col-lg-push-2 {
    left: 16.666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.333333%;
  }
  .col-lg-push-5 {
    left: 41.666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333%;
  }
  .col-lg-push-8 {
    left: 66.666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.333333%;
  }
  .col-lg-push-11 {
    left: 91.666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.333333%;
  }
  .col-xl-pull-2 {
    right: 16.666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.333333%;
  }
  .col-xl-pull-5 {
    right: 41.666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.333333%;
  }
  .col-xl-pull-8 {
    right: 66.666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.333333%;
  }
  .col-xl-pull-11 {
    right: 91.666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.333333%;
  }
  .col-xl-push-2 {
    left: 16.666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.333333%;
  }
  .col-xl-push-5 {
    left: 41.666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.333333%;
  }
  .col-xl-push-8 {
    left: 66.666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.333333%;
  }
  .col-xl-push-11 {
    left: 91.666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

/* Navigation */
.header {
  background: #fff;
  z-index: 1000 !important;
}
.menu {
  background-color: rgb(30, 30, 31);
}
.nav {
  font-family: 'Merriweather', serif;
  font-weight: 400;
}
.nav-list {
  text-align:center;
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: table;
    width: 100%;
}
.nav-item {
  display: table-cell;
  position:relative;
}

.Tablet .nav-item {
    display: block;
}
.Mobile .nav-item {
    display: block;
}
.nav-item a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display:block;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  position: relative;
}
@media(min-width: 992px) {
  .nav-item a {
    border:2px solid transparent;
  }
  .nav-item.active > a,
  .nav-item:hover > a {
    border-color: #fff;
    text-shadow: 0 0px 2px #000;
  }
}
.nav-item:hover .nav-submenu {
  display:block;
}
/* Navigation submenu */
.nav-submenu {
  background: #7E003F;
  list-style: none;
  display:none;
  padding-left: 0;
  position:absolute;
  left:0;
  width:100%;
  z-index: 3;
}
.Mobile .nav-submenu {
  display: block;
  background: transparent;
}
.nav-submenu-item a {
  border-bottom: 1px dotted #5F6062;
  border-radius: 0;
  margin: 0;
  text-align: left;
}
.nav-submenu-item.active a,
.nav-submenu-item a:hover {
  background: #5F6062;
}
.nav-mobile {
  display:none; 
  cursor:pointer;
  float: right;
  background:#7E003F url(../images/nav.svg) no-repeat center center;
  background-size:18px;
  height:50px;
  width:50px;
}
.nav-click {
  position:absolute;
  top:0;
  right:0;
  display:none;
  height:49px;
  width:50px;
  cursor:pointer;
      z-index: 100;
}
.nav-click i {
  display:block;
  height:48px;
  width:48px;
  background:url(../images/drop.png) no-repeat center center;
  background-size:20px;
}
.nav-rotate {
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  transform:rotate(180deg);
}

.categorieMobile {
    margin-top: 3rem;
}
.categorieMobile > div {
    height: 150px;
    margin: 15px 0;
    position: relative;
}
.categorieMobile a {
    font-family: 'Merriweather', serif;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 0;
    background: #fff;
    width: 100%;
    font-size: 16px;
}

/* BG categorie */
.nav-list #index,
.categorieMobile #index {
  background: url('../images/categories/index.jpg') no-repeat center;
  background-size: cover;
}

.nav-list #ravalement,
.categorieMobile #ravalement {
  background: url('../images/categories/ravalement.jpg') no-repeat center;
  background-size: cover;
}
.nav-list #velux,
.categorieMobile #velux {
  background: url('../images/categories/velux.jpg') no-repeat center;
  background-size: cover;
}
.nav-list #fuite-de-toiture,
.categorieMobile #fuite-de-toiture {
  background: url('../images/categories/fuite-de-toiture.jpg') no-repeat center;
  background-size: cover;
}
.nav-list #peinture_sur_tuile,
.categorieMobile #peinture_sur_tuile {
  background: url('../images/categories/peinture_sur_tuile.jpg') no-repeat center;
  background-size: cover;
}
.nav-list #zinguerie,
.categorieMobile #zinguerie {
  background: url('../images/categories/zinguerie.jpg') no-repeat center;
  background-size: cover;
}
.nav-list #nettoyage_demoussage_toiture,
.categorieMobile #nettoyage_demoussage_toiture {
  background: url('../images/categories/nettoyage_demoussage_toiture.jpg') no-repeat center;
  background-size: cover;
}
.nav-list #gouttiere,
.categorieMobile #gouttiere {
  background: url('../images/categories/gouttiere.jpg') no-repeat center;
  background-size: cover;
}
.nav-list #index:before,
.nav-list #velux:before,
.nav-list #peinture_sur_tuile:before,
.nav-list #reparation_toiture:before,
.nav-list #zinguerie:before,
.nav-list #nettoyage_demoussage_toiture:before,
.nav-list #gouttiere:before,
.categorieMobile #zinguerie:before,
.categorieMobile #index:before,
.categorieMobile #velux:before,
.categorieMobile #peinture_sur_tuile:before,
.categorieMobile #reparation_toiture:before,
.categorieMobile #nettoyage_demoussage_toiture:before,
.categorieMobile #gouttiere:before {
  content: "";
  background: rgba(0, 0, 0, 0.38);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .nav-mobile {
    display: block; 
  }
  .nav {
    width:100%;
  }
  .header {
    position: static !important;
}
  .nav-list {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    background: #444;
    left: 0
  }
  .nav-item {
    width:100%;
    float:none;
  }
  .nav-item > a {
    padding:15px;
    margin: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }
  .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 {
    background: transparent;
    position:static;
    width:100%;
  }
  .nav-submenu-item a {
    border-bottom-color: transparent;
    text-align: center;
  }
}

/* icon */
.icon_tel {
  float: left;
  margin-right: 10px;
  border: 3px solid transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 47px;
  text-align: center;
  top: 0;
  vertical-align: top;
  position: relative;
  border-color: #7E003F !important;
}
.icon_tel:before {
  content: "";
  background: url('../images/sprit.png') no-repeat 0 0;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 10px;
  height: 23px;
  width: 23px;
}
/*------------------------------------*\
    Header 
\*------------------------------------*/
.topNav {
  padding: 1.5rem 0;
}
.logo {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: 400;
  font-size: 18.5px;
  color: #5F6062;
  float: left;
  text-align: left;
  position: relative;
  padding-left: 130px;
}
.logo:before {
    content: "";
    background: url('../images/logo.png') no-repeat center;
    height: 51px;
    width: 120px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 5px;
}
.logo > span {
  display: block;
  color: #7E003F;
  font-size: 32px;
  line-height: 30px;
}
.rightNav {
  float: right;
}
.rightNav > a,
.rightNav > span {
  display: inline-block;
  vertical-align: middle;
}
.rightNav .tel span {
    float: left;
    line-height: 34px;
    font-size: 2rem;
    margin-top: -10px;
}
@media(max-width: 991px) {
  .topNav {
    padding: 1rem 0;
  }
  .logo {
    display: table;
    float: none;
    margin: 0 auto;
  }
  .rightNav {
    float: none;
    clear: both;
    margin-top: 15px;
    text-align: center;
  }
}
.btn {
  font-family: 'Merriweather', serif;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 20px;
}
.btn_realisation {
  border: 2px solid #1E1E1F;
  font-size: 16px !important;
  margin-right: 15px;
  background: #1E1E1F;
  color: #fff;
}
.realisations .btn_realisation {
  background: none;
  color: #1E1E1F;
}
.btn_devis {
  background: #7E003F;
  color: #fff;
}
.tel {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 2.5em;
  margin-left: 3rem;
}
@media(max-width: 991px) {
  .btn_realisation {
    display: none !important;
  }
}
@media(max-width: 767px) {
  .btn_devis {
    display: none !important;
  }
  .tel {
    margin-left: 0;
  }
}

/*------------------------------------*\
    Contenu 
\*------------------------------------*/
/* 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;
        background-position: center;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
/* Home slider */
.Homeslider {
  height: 500px;
  position: relative;
}
.Homeslider .container {
  display: table;
  height: 100%;
}
@media(min-width: 1200px) {
  .Homeslider .container {
    width: 1170px;
  }
}
.sliderH,
.banner {
  height: 100%;
  position: absolute;
  width: 100%;
}
.imgslide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.sliderH {
    /*display: table;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    background-image: url('../images/bg/bgsliderHome.jpg');
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    animation: animatedBackground 60s linear infinite;
    -webkit-animation: animatedBackground 60s linear infinite;*/
}
@media(max-width: 767px) {
  .Homeslider {
    background: rgb(30, 30, 31);
    height: inherit;
  }
  .Homeslider .container {
    display: block;
  }
  .sliderH, .banner, {
    position: static;
    height: 150px !important;
  }
  .imgslide {
    height: 150px !important;
  }
}

/* Banner */
.banner {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.velux .banner {
  background-image: url('../images/bg/bg_velux.jpg');
  background-position: top;
}
.fuite-de-toiture .banner {
  background-image: url('../images/bg/bg_fuite-de-toiture.jpg');
  background-position: top;
}
.gouttiere .banner {
  background-image: url('../images/bg/bg_gouttiere.jpg');
}
.nettoyage_demoussage_toiture .banner {
  background-image: url('../images/bg/bg_nettoyage_demoussage_toiture.jpg');
}
.ravalement .banner {
  background-image: url('../images/bg/bg_ravalement.jpg');
}
.zinguerie .banner {
  background-image: url('../images/bg/bg_zinguerie.jpg');
  background-position: center !important;
}
.realisations .banner {
  background-image: url('../images/bg/bgsliderHome.jpg');
}
/* Fin banner */


.formulaire {
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.formulaire:after {
  display: table;
  clear: both;
  content: "";
}
.titre {
  text-align: left;
  font-family: 'Merriweather', serif;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  background: rgba(30,30,31,0.8);
  padding: 10px 20px;
  margin: 0;
}
.subtitre {
  font-family: 'Merriweather', serif;
  color: #1e1e1e;
  font-size: 22px;
  margin: 0 0 1rem;
}
.rappel {
  padding: 1rem 0 0;
}
.rappel > p {
    font-size: 18px;
    font-family: 'Merriweather', serif;
    color: #1e1e1e;
    border-top: 1px solid #000;
    padding: 10px;
    margin-bottom: 5px;
}
.rappel .tel {
  margin-top: 15px;
    display: inline-block;
    padding: 0 10px;
    margin-left: 0;
    font-size: 24px;
    line-height: 50px;
}
.Text_slider {
  float: left;
  padding-top: 10rem;
  width: 50%;
}
.logo_slider {}
.logo_slider img {
  margin: 15px;
}
.Form_right {
  background: rgba(255,255,255,0.8);
  border-radius: 15px;
  float: right;
  padding: 20px;
  width: 40%;
}
@media(max-width: 991px) {
  .titre {
    font-size: 24px;
  }
  .subtitre {
    font-size: 18px;
  }
}
@media(min-width: 768px) and (max-width: 991px) {
  .Text_slider {
    display: none;
  }
  .Form_right {
    width: 100%;
  }
}
@media(max-width: 767px) {
  .formulaire {
    display: block;
  }
  .Text_slider,
  .Form_right {
    float: none;
    width: 100%;
  }
  .Text_slider {
    padding-top: 0;
  }
  .Form_right {
    margin-bottom: 2rem;
  }
  .titre {
    text-align: center;
    font-size: 24px;
    margin-right: 0;
  }
  .subtitre {
    font-size: 18px;
    margin-left: 0;
  }
}
@media(max-width: 767px) {
  .logo_slider img {
    margin: 0 5px;
    width: 70px;
  }
}
#mail,
#mail2,
#mail3 {
  display: none !important;
}
.inline {
  margin-bottom: 5px;
}
.inline > div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.inline > div:first-child {
  padding-right: 7px;
}
.inline > div:last-child {
  padding-left: 7px;
}
#FormContact label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
#FormContact sup {
  color: #7E003F;
}
.form_input {
  background: #fff;
  border: 1px solid #000;
  display: block;
  margin-bottom: 2px;
  padding: 10px;
  outline: 0 !important;
  width: 100%;
  -webkit-appearance: none;
}
#footer .form_input {
  padding: 5px 10px;
}
.rappel .form_input {
  text-align: center;
}
textarea.form_input {
  height: 109px;
}
.blocContact textarea.form_input {
  height: 53px;
}
.btn_submit,
.btn_ a {
  font-size: 18px;
  cursor: pointer;
  width: 100%;
  border: none;
  background: #7E003F;
  color: #fff;
  outline: 0 !important;
  margin-top: 5px;
}
#FormContact .btn_submit {
  margin: 15px auto 0;
  width: 50%;
}
@media(max-width: 767px) {
  #FormContact .btn_submit {
    width: 100%;
  }
}

/* Content */
.Content {
  padding-top: 3rem;
}
.intro {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 1rem
}
.article_top {
  border-top: 1px solid #000;
  padding-top: 3rem;
}
.article_bot {
  margin-bottom: 3rem;
}
.article_top:after,
.article_bot:after,
.gray:after {
  content: "";
  clear: both;
  display: table;
}
.item {
  float: right;
  padding: 20px 20px 0;
  width: 75%;
}
.item_left {
  float: left;
  width: 40%;
  padding-right: 2%;
}
.item_right {
  float: right;
  width: 40%;
  padding-left: 2%;
}
.gray {
  background: #eee;
  margin: 2rem 0 3rem;
}
@media(max-width: 1199px) {
  .article_top > img,
  .article_bot > img {
    width: 20%;
  }
  .gray img {
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    width: 25%;
  }
  .item {
    float: none;
    width: inherit;
  }
}
@media(max-width: 767px) {
  .item_left,
  .item_right {
    float: none;
    padding: 0;
    width: 100%;
  }
  .article_top > img, 
  .article_bot > img {
    margin: 1rem 0;
    width: 100%;
  }
  .gray img {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.section_top {
  background-color: #f7f7f7;
  padding: 3rem 0;
  position: relative;
}
.section_top:before {
  content: "";
  background: url('../images/img/couvreur_bg.jpg') no-repeat center 50%;
  position: absolute;
  background-size: cover;
  right: 0;
  height: 100%;
  top: 0;
  width: 50%;
}
.section_top:after {
  content: "";
  background: rgba(0,0,0,0.5);
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 50%;
}
.section_left,
.section_right {
  float: left;
  width: 50%;
}
.section_left {
  padding: 3rem;
  padding-left: 0;
}
.section_right {
  position: relative;
  z-index: 10;
}
.section_top .section_right {
  color: #fff;
  text-align: center;
  padding: 2rem 0 2rem 2rem;
}
.section_top .section_right h2 {
    color: #fff;
    border-bottom: 1px solid;
    margin: 0 auto 1rem;
    padding-bottom: 1rem;
    max-width: 75%;
}
.section_top .section_right .tel {
  display: inline-block;
  margin-left: 0;
  padding: 0 10px;
}
.section_top .section_right .btn_devis {
  display: block;
  width: 55%;
  margin: 1rem auto 0;
}
.section_bot {
  padding: 3rem 0;
}
.section_bot .section_left {
  padding: 0;
}
@media(max-width: 1199px) {
  .section_top .section_right .btn_devis {
    font-size: 16px;
  }
  .section_bot .section_left {
    padding: 2rem 15px 2rem 0;
  }
}
@media(max-width: 767px) {
  .section_top:before,
  .section_top:after,
  .section_top .section_right {
    display: none !important;
  }
  .section_left,
  .section_right {
    float: none;
    padding: 15px 30px !important;
    width: 100%
  }
}

/* Devis */
.PageDevis {
  margin: 2rem 0 3rem;
}
.PageDevis #DevisForm {
  width: initial;
}
.PageDevis .form_input {
  margin-bottom: 15px;
}
.PageDevis label {
  color: #000;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.PageDevis .btn_submit {
  width: 50%;
  font-size: 16px;
}
.Mapcontainer {
  height: 380px;
}
@media(max-width: 767px) {
  .devis .Content {
    border-top: 5px solid #000;
  }
  .PageDevis .btn_submit {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* Realisations */
div#realisations {
    padding: 40px 0;
}
.titre-album {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 10px 0 20px;
}
.swipebox img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
/*------------------------------------*\
    Footer 
\*------------------------------------*/
.Contact {
  background: url('../images/img/devis_bg.jpg') no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 3rem 0;
  position: relative;
}
.Contact:before {
  content: "";
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.Contact h2 {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    position: relative;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
@media(max-width: 767px) {
  .Contact h2 {
    font-size: 24px;
  }
}
.other_info {
  float: left;
  position: relative;
  background-color: #1e1e1e;
  padding: 2rem;
  margin-right: 5%;
  text-align: center;
  width: 40%;
}
.other_info h4 {
  font-family: 'Ubuntu Condensed', sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
.other_info .tel {
  color: #fff;
  display: inline-block;
  margin-left: 0;
}
.coordonnee {
    margin: 1rem auto;
    color: #fff;
    width: 65%;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 18px;
    text-align: left;
    line-height: normal;
}
.coordonnee > p {
  padding-left: 4rem;
  position: relative;
}
.coordonnee .icon {
  background: url('../images/sprit.png') no-repeat;
  position: absolute;
  left: 20px;
  width: 32px;
}
.icon_map {
  background-position: 0 -47px !important;
  height: 28px;
}
.icon_mail {
  background-position: 0 -97px !important;
  height: 24px;
}
.agence {
  border-top: 1px solid rgba(255, 255, 255, 0.29);
  padding-top: 1rem;
  margin-top: 1.7rem;
  color: #fff;
}
.agence p {
  margin-bottom: 0;
}
.logo_akisiweb {
  display: block;
  float: right;
}
.blocContact {
    position: relative;
    float: right;
    width: 55%;
    background: #fff;
    padding: 1rem 2rem;
    border-radius: 15px;
}
@media(max-width: 991px) {
  .other_info,
  .blocContact {
    float: none;
    margin-top: 2rem;
    width: 100%;
  }
}
.devis_adresse {
    margin-top: 1rem;
    font-size: 18px;
    text-align: center;
    background: #ddd;
    padding: 15px;
}
@media(max-width: 543px) {
  .coordonnee {
    width: 100%;
  }
  .devis_adresse {
    font-size: 14px;
  }
}
.blocContact h3 {
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.copyright {
  background-color: #1e1e1e;
  text-align: center;
  font-family: 'Ubuntu Condensed', sans-serif;
  color: #C1C1C1;
      padding: 1rem 0;
}

.copyright p {
  float: left;
}

.copyright 
.copyright a {
  color: #fff;
}
.btn_ {
    display: block;
    margin: 10px 0 20px;
}