body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
}

h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
h1{
    color: #0061a2;
} 
@media(max-width: 767px) {
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 20px;
    }
}

/* 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;
    margin-left: auto;
    margin-right: auto;
}
.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;
}
.slick-dots {
    list-style: none;
    display: table;
    padding: 0;
    margin: 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: #6d6d6d;
    margin: 0 5px;
    border-radius: 50%;
}
.slick-dots li.slick-active {
    background-color: #000;
}
.slick-dots li button {
    border: none;
    padding: 0;
    text-indent: -9999px;
    cursor: pointer;
}

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

.header {
    position: absolute;
    width: 100%;
    z-index: 12000 !important;
}
@media (min-width: 1200px) {
    .header .container {
        max-width: 1400px;
    }
}
.logo {
    display: block;
    background: #ffffff;
    padding: 20px 15px;
    width: 252px;
}
.Mobile .logo {
    width: 195px;
    padding: 12px;
}
.nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-list {
    padding-left: 0;
    list-style: none;
    display: table;
    margin: 0;
    width: 100%;
}
.nav-item {
    display: table-cell;
    position: relative;
}
.nav-item a {
    display: block;
    font-family: 'Oswald', sans-serif;
    padding: 15px 5px;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.nav-item:hover > a {
    opacity: .8;
}
.nav-item.active > a {
    color: #000000;
}
.nav-submenu-item.active > a {
    color: #0061a2;
}
.nav-submenu {
	display: none;
	position: absolute;
    list-style: none;
    background: white;
    width: 250px;
    padding-left: 0;
    margin: 0;
    z-index: 9000;
}
.nav-item:hover .nav-submenu {
    display: block;
}
.nav-submenu-item a {
    display: block;
    text-align: left;
    color: #000;
    padding: 9px 0;
    border-bottom: 1px solid #ddd;
    max-width: 90%;
    margin: auto;
    font-size: 14px;
    text-transform: none;
}
.nav-submenu-item:hover a {
    color: #0061a2;
}
.nav-submenu-item:last-child a {
    border-bottom: none;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  cursor:pointer;
  background: #6d6d6d url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/17824/nav.svg) no-repeat 70px center;
    background-size: 18px;
    height: 50px;
    width: 100px;
    text-transform: uppercase;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    padding-left: 10px;
    line-height: 50px;
}
.nav-click {
  position:absolute;
  top:0;
  right:0;
  display:none;
  border-left:1px solid #0061a2;
  background-color:#0061a2;
  height:49px;
  width:50px;
  cursor:pointer;
  z-index: 1000 !important;
}
.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-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: 1024px) {
    .nav-mobile {
      display:block;
    }
    .nav {
      width:100%;
      position: absolute;
        left: 0;
        border-bottom: none;
    }
    .nav-list {
      display:none;
      background: white;
    }
    .nav-item {
      display: block;
      width:100%;
    }
    .nav-item > a {
      padding:15px;
      color: #000;
      text-align: left;
    }
    .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,
.slider_Mobile {
    background: #ddd;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    position: relative;
}
.homeslider-images {
    height: 700px;
    position: absolute;
    width: 100%;
    top: 0;
}
.sliderImages {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
}
.slider1 {
    background-image: url(../images/img/bg-reparation-de-toiture.jpg);
}
.slider2 {
    background-image: url(../images/img/bg-facadier.jpg);
}
.slider3 {
    background-image: url(../images/img/bg-gouttiere.jpg);
}

@media(max-width: 575px) {
    .slider1 {
    background-image: url(../images/img/bg-mob-reparation-de-toiture.jpg);
	}
	.slider2 {
	    background-image: url(../images/img/bg-mob-facadier.jpg);
	}
	.slider3 {
	    background-image: url(../images/img/bg-mob-gouttiere.jpg);
	}
}

@media(min-width: 1800px) {
    .homeslider {
        height: 830px;
    }
}
.realisations .homeslider { display: none; }
.Mobile .homeslider {
    background-image: none !important;
    height: inherit;
    background-color: transparent;
}
.Mobile .slider_Mobile,
.Mobile .sliderImages,
.Mobile .homeslider-images {
    height: 400px;
}
.homeslider:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.37);
    z-index: 1000;
}
.Mobile .homeslider:before {
    background: none;
}
.homeslider .container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 11000;
}
.caption {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.titre_s {
    position: absolute;
    padding-left: 50px;
    padding-top: 50px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    max-width: 550px;
}
.titre_s_ {
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 130%;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.Mobile .titre_s_ {
    position: absolute;
    width: 90%;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 30px;
}
.Mobile .titre_s_ span,
.titre_s span {
    display: block;
    color: #f3a902
}
#mail,
#mail2 {
    display: none;
}
.border-layer {
    position: relative;
    width: 200px;
    height: 345px;
    border: 12px solid #ffffff;
    border-right: none;
}
.border-layer:before {
    position: absolute;
    content: '';
    right: -125px;
    top: -12px;
    width: 125px;
    height: 12px;
    background-color: #ffffff;
}

.Devisgratuit {
    background: rgba(255, 255, 255, 0.91);
    padding: 20px;
    height: 100%;
}
#FormDevis .form-input {
    display: block;
    width: 100%;
    margin: 5px 0;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none;
}
#FormDevis .form-input:focus {
    outline: none;
    box-shadow: none;
}
.btn.btn-submit {
    background: #6d6d6d;
    color: white;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    width: 100%;
    text-transform: uppercase;
}
.rappel_top {
    width: 315px;
    margin-top: 24px;
}
.Mobile .rappel_top {
    width: 100%;
    padding: 20px;
    background: #0360a2;
    margin-bottom: 15px;
}
.rappel_top > div {
    position: relative;
    padding-left: 100px;
}
.rappel_top > div:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    top: 53%;
    transform: translateY(-50%);
    background-image: url(../images/img/rappel.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #ddd;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
}
.rappel_top strong {
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}
#rappel_immediat .form-input {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    border: 1px solid #ddd;
    background: white;
}

.section1_ {
    padding: 120px 0 80px;
}
.Mobile .section1_ {
    padding-top: 30px;
}
.section2_ {
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
}
@media(max-width: 767px) {
    .section2_ {
        padding: 25px 0;
        background-attachment: fixed;
    }
}
.item_car {
    border: 2px solid rgba(255, 255, 255, 0.56);
    padding: 5px;
}
.text_car {
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0.81);
}
.section1_ .text_car {
    padding: 30px 25px;
    background: #f3a902;
    color: white;
}
.section1_ .text_car h2 {
    color: white;
}
.section1_ .text_car p {
    margin-bottom: 0;
}
.text_over {
    border-top: 1px solid #ddd;
    padding-top: 30px;
}
.text_over img {
    width: 100%;
}
.img_item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;

}
.Mobile  .col-rev {
    flex-direction: column-reverse;
}
.categories {
    position: absolute;
    bottom: -75px;
    width: 100%;
}
.Mobile .categories {
    position: static;
}
/*.cat_car .row {
    margin-right: -5px;
    margin-left: -5px;
}*/
@media (min-width: 768px) {
    .col-cat {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 11%;
        position: relative;
        padding: 0 2px;
    }  
}
@media (max-width: 767px) {
    .col-cat {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        padding: 0 5px;
        margin: 5px 0;
    }  
}
.item-comp {
    display: block;
    background: #6d6d6d;
    padding: 7px;
    color: #fff;
}
.item-comp.active {
    background: #f3a902;
}
.item-comp h3 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    padding: 9px 0;
    max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-comp.active h3 {
    color: white;
}
.item-comp img {
    display: grid;
    background: white;
}

.footer {
    background-color: #f7f7f7;
    padding: 35px 0 15px;
}
.lis_footer ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.lis_footer h3 {
    color: #f3a902;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.lis_footer ul li {
    position: relative;
}
.lis_footer ul li a {
    display: block;
    margin: 5px 0;
}
.tel {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
}
.Mobile .tel.tel-top {
    text-align: center;
    background: #f3a902;
    margin-top: 15px;
    color: white;
    padding: 9px 0;
}
.Mobile .tel {
    font-size: 22px;
}
.tel em {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    font-size: 20px;
    position: relative;
    top: -2px;
}
.adresse {
    font-size: 18px;
    line-height: 18px;
    color: #0061a2;
}
.Mobile .map {
    border-top: 1px solid;
    padding-top: 35px;
    margin-top: 35px;
}
#Map {
    height: 250px;
    background-color: white;
}
.copyright {
    border-top: 1px solid #ddd;
    padding-top: 25px;
    margin-top: 25px;
}
.logo-footer {
    display: block;
    width: 238px;
    margin: 0 auto 25px;
}
.logo_agence img {
    width: 150px;
}
.drapeau {
    width: 94px;
    display: block;
    margin-left: auto;
}
.Mobile .drapeau {
    margin: auto;
    margin-top: 10px;
}


/**
404
*/
.blog_pageIntrouvable {
    background: rgb(3,126,194);
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: #ffffff;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #000000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: white;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
  #noMobile { display: none; }
  #noDesktop, #fixedRight { display: block; }

}
.realisations .header {
    background: white;
}
.realisations .nav-item a {
    color: #000000;
}
#realisations {
    background: #ddd;
    padding-top: 140px;
}
b.titre-album {
    margin-bottom: 25px;
    font-size: 26px;
    text-transform: uppercase;
    display: block;
    font-family: 'Oswald', sans-serif;
}
.telDesktop {
    margin: 0;
    color: white;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    padding-top: 15px;
}
.telDesktop span {
    margin-right: 15px;
}
.telDesktop em {
    background: #f3a902;
    display: inline-block;
    margin-right: 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    padding: 0 15px;
    border-radius: 3px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.btn.btn-rea {
    background: #f3a902;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.btn.btn-rea:hover {
    background-color: #f3a902;
}

.realisations .telDesktop {
    color: #000000;
    padding-top: 2px;
}
a.e-mail {
    text-align: left;
    display: block;
}
a.e-mail em {
    font-weight: 700;
    color: #f3a902;
    display: block;
}
