@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?93751399');
  src: url('../fonts/fontello.eot?93751399#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?93751399') format('woff2'),
       url('../fonts/fontello.woff?93751399') format('woff'),
       url('../fonts/fontello.ttf?93751399') format('truetype'),
       url('../fonts/fontello.svg?93751399#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?93751399#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-arrow-left:before { content: '\e900'; } /* '' */
.icon-arrow-right:before { content: '\e901'; } /* '' */
.icon-chevron-right:before { content: '\e902'; } /* '' */
.icon-map-pin:before { content: '\e903'; } /* '' */
.icon-phone-call:before { content: '\e904'; } /* '' */


/** ============================================= **/
               /*styles*/
/** ============================================= **/
* {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  -webkit-transition: color .24s ease-in-out;
  -moz-transition: color .24s ease-in-out;
  -o-transition: color .24s ease-in-out;
  -ms-transition: color .24s ease-in-out;
  transition: color .24s ease-in-out;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  background-color: #fff;
  margin: 0;
}
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  opacity: .8;
}
a:focus,
button:focus {
  outline: 50 !important;
}
img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}
b,
strong{
  font-weight: 900;
}
h1,
h2,
h3 {
  font-family: 'Work Sans', sans-serif;
  line-height: 150%;
  color: #2b2a2a;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  display: table;
  content: "";
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}

.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-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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
	background: #7e7e7e;
	position: absolute;
	top: -87px;
	height: 30px;
	right: 15px;
	width: 50px;
	border-radius: 25px;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease;
}
.slick-arrow:hover{
	background-color: #cb1608;
}
.carousel-cat .icon{
	background: url('../images/sprit.png') no-repeat;
  display: inline-block;
  width: 24px;
  height: 18px;
  position: relative;
  top: 6px;
  text-indent: -9999px;
}
.slick-n{
	right: 75px !important;
}
.icon-arrow-left{
	background-position: 0 -113px !important;
}
.icon-arrow-right{
	background-position: 0 -133px !important;
}

/* Navigation */
.header {
  position: absolute;
  width: 100%;
  z-index: 90;
}
.Mobile .header {
  background: #fff;
}
.topNav {
  background-color: white;
  padding: 10px 0;
}
.Mobile .topNav{
  background-color: transparent;
	padding-top: 0;
}
.Mobile #MobilePhone{
	text-align: center;
	/*background: #7e7e7e;*/
  border-bottom: 1px dashed #000;
	margin-bottom: 15px;
}
.logo {
  display: block;
  text-align: center;
}
.Mobile .logo{
	float: left;
}
.Mobile .logo img{
  width: 228px;
}

#btn-top{
  text-align: right;
}
.Mobile #btn-top{
  text-align: center;
}
.btn {
  display: inline-block;
  border: none;
  padding: 15px;
  vertical-align: middle;
  text-align: center;
  border-radius: 5px;
}
.topNav .btn {
  min-width: 45%;
  margin-top: 12px;
  font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: white;
}
.Mobile .topNav .btn{
  min-width: 46%;
  font-size: 14px;
}
.btn:focus {
	outline: 0 !important;
}
.btn-devis{
  background: #cb1608;
}
.btn-realisations{
  background: #000;
  margin-left: 15px;
}
.tel-top{
  display: inline-block;
  margin-right: 18px;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 600;
}
.Mobile .tel-top{
	color: #000;
	margin-top: 0;
}

.btn-rappel {
	background-color: #7e7e7e;
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 25px;
}
#MobileLogo:after{
	content: '';
	clear: both;
	display: table;
}
.menu {
  background-color: rgba(33, 36, 37, 0.34);
  background-image: url("../images/black-twill.png");
  /*border-top: 3px solid #7e7e7e;
  border-bottom: 3px solid #7e7e7e;*/
  padding: 15px;
}
.Mobile .menu{
	background-color: white;
  padding: 0;
}
.Tablet .menu{
  background-color: white;
  padding: 0;
}
.nav {
	position:relative;
}
.nav-list {
  text-align:center;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.nav-item {
	display:table-cell;
	zoom:1;
  position:relative;
  margin: 15px 0;
}
.nav-item a {
  border-left: 1px solid #7e7e7e;
  color: white;
	display:block;
	padding: 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.nav-item:first-child a {
	border-left: none;
}
.nav-item > a:hover {
}
.nav-item:hover .nav-submenu {
	display:block;
}
.nav-submenu {
	display:none;
	position:absolute;
	left:0;
	width: 100%;
  padding-left: 0;
  padding-top: 15px;
  list-style: none;
}
.nav-submenu-item {
  background-color: white;
  padding: 0 15px;
}
.nav-submenu-item a {
  border-bottom: 1px dotted #aaa;
  color: #000;
  display: block;
  padding: 10px 0;
  text-align: left;
}
.nav-submenu-item a:hover {
}
.nav-mobile {
  background: #cb1608 url(../images/nav.svg) no-repeat center;
  background-size: 18px;
	margin-top: 12px;
	display:none;
	cursor: pointer;
    height: 50px;
    width: 50px;
    float: right;
}
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	height:49px;
	width:50px;
	cursor:pointer;
}
.nav-click i {
	display:block;
  background: url(../images/drop.png) no-repeat;
  background-size: 25px;
    background-position: center;
    height: 48px;
    width: 48px;
    margin: 4px auto;
}
/*.nav-click:hover {
	background-color:#164586;
}*/
.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 (min-width: 320px) and (max-width: 991px) {
	.nav-mobile {
		display:block;
  }
  .menu{
    background-image: none;
  }
	.nav {
		width:100%;
	}
	.nav-list {
		display:none;
		text-align: left;
	}
	.nav-item {
    display: block;
		width:100%;
		float:none;
		margin: 0;
	}
	.nav-item > a {
		border-left: none;
		color: #000;
		padding:15px 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 {
		position:static;
		width:100%;
	}
}

/* Homeslider */
#homeslider{
	position: relative;
}
#homeslider:before{
	content:'';
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.nettoyage-toiture #homeslider:before,
.ramonage #homeslider:before,
.zinguerie #homeslider:before {
  display: none;
}

.sliderImages{
  background-image: url('../images/bg-slide-1.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}
/*.Mobile .sliderImages{
  height: 500px;
}*/
.bannerImages{
  background-color: #000;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}
.gouttiere .bannerImages{
  background-image: url('../images/bg-gouttiere.jpg');
  background-position: center;
}
.nettoyage-et-demoussage .bannerImages{
  background-image: url('../images/bg-nettoyage-et-demoussage.jpg');
  background-position: center 30%;
}
.velux .bannerImages{
  background-image: url('../images/bg-velux.jpg');
  background-position: center;
}
.reparation-de-toiture .bannerImages{
  background-image: url('../images/bg-reparation-de-toiture.jpg');
}
.reparation-de-cheminee .bannerImages{
  background-image: url('../images/bg-reparation-de-cheminee.jpg');
}

.devis-block {
  max-width: 350px;
  float: right;
  margin-top:80px;
}
.Mobile .devis-block{
  padding-bottom: 15px;
  margin-top: 10px;
  position: relative;
}
.Tablet .devis-block {
  margin-top: 150px;
}
.devis-block h3 {
  line-height: 100%;
  text-align: center;
  color: white;
  font-size: 26px;
  margin-bottom: 0;
}
.Mobile .devis-block h3{
  line-height: 120%;
}
.devis-block h3:after {
  content:'';
  background-color: white;
  display: block;
  height: 2px;
  width: 150px;
  margin: 7px auto 15px;
}
#Devis_form{
	background: rgba(255, 255, 255, 0.79);
  border-radius: 5px;
  padding: 20px;
}
.Mobile #Devis_form{
  background: no-repeat;
  padding: 0;
}
#mail,
#mail2{
	display: none;;
}
.capitonImages {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.Desktop .textes{
  margin-top: 7rem;
}
.textes:after{
  content:"";
  display: table;
  clear: both;
}
.textes h1{
  float: left;
  margin-top: 10rem;
  font-size: 40px;
  line-height: 130%;
  width: 60%;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.bannerImages .textes h1{
	margin-top: 8rem;
}
.Mobile .textes h1{
	float: none;
  margin-top: -7rem;
  font-size: 20px;
  width: 100%;
  position: relative;
  text-align: center;
}
.textes h1:after{
  content:"";
  background: #fff;
  height: 3px;
  width: 150px;
  display: block;
  margin-top: 2rem;
}
.Mobile .textes h1:after{
  margin: 1rem auto 0;
}
.Mobile .capitonImages{
  position: static;
  background: #e8e7e7;
}
#devisInterne.capitonImages{
  top: 65px;
}
.form-input{
  background: white;
  border: none;
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  width: 100%;
}
.devisModal .form-input{
  border: 1px solid #b5b2b2;
}
textarea.form-input{
  height: 105px;
}
.devis-block .btn-devis{
	 width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  letter-spacing: 2px;
}
.no-pl{
	padding-left: 0;
}
.no-pr{
	padding-right: 0;
}
.pr-5{
	padding-right: 5px;
}
.Mobile .no-pl{
	padding-left: 15px;
}
.Mobile .pr-5{
	padding-right: 15px;
}

.modalbg {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 99999;
  -moz-transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -transition-delay: 0.2s;
  display: block;
  pointer-events: none;
}
.modalbg .dialog {
  width: 400px;
  position: relative;
  top: -1000px;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #ccc);
  background: -webkit-linear-gradient(#fff, #ccc);
  background: -o-linear-gradient(#fff, #ccc);
  box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
}
.modalbg .dialog .ie7 {
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=3);
}
.modalbg:target {
  display: block;
  pointer-events: auto;
  background: rgba(4, 10, 30, 0.8);
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#openModalRappel.modalbg:target{
  background: rgba(0, 0, 0, 0.92);
}
.modalbg:target .dialog {
  top: -20px;
  -moz-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -transition-delay: 0.4s;
}
.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -transition-delay: 0.2s;
}
.close .ie7 {
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=3);
}
.close:hover {
  background: #00d9ff;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#openModalRappel .btn{
  background-color: #7e7e7e;
  color: white;
  display: block;
  width: 100%;
  text-transform: uppercase;
}

/* Content */
.sec-1,
.sect-2,
.sect-3 {
  padding: 3rem 0;
}
.intro{
	max-width: 960px;
  margin: 0 auto;
}
.intro h1{
	text-align: center;
	font-size: 30px;
}
.Mobile .intro h1{
  line-height: 100%;
  margin-top: 0;
}
.intro p {
	text-align: center !important;
}
.block-article{
	padding-right: 50%;
	position: relative;
	min-height: 485px;
}
.Mobile .block-article{
  padding-right: 0;
}
.block-article:after{
	content:"";
	background: url('../images/img-article.jpg') no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
  right: 0;
	width: 500px;
	height: 100%;
}
.Mobile .block-article:after{
	display: none
}
.block{
  background: #cb1608;
	border-radius: 40px;
	margin-bottom: 15px;
}
.block label > h2 {
	margin: 0;
	padding: 10px 70px 10px 20px;
	color: white;
	font-size: 20px;
	font-weight: 600;
  line-height: 100%;
  position: relative;
}
.block label > h2:after {
  content:"";
	background: url('../images/sprit.png') no-repeat 0 -133px;
  width: 24px;
  height: 18px;
  position: absolute;
  top: 30%;
  right: 30px;
}
.block input[type='radio']:checked ~ .info{
  height: 130px;
  transition: .3s ease-in;
}
.block input[type='radio']{
  width: 100%;
  display: none;
}
.block label{
  max-width: 100%;
  cursor: pointer;
}
.info{
	background: #fff;
	color: #222;
	height: 0;
	padding-left: 15px;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	transition: .3s ease-out;
}

.banner-home{
	background: url('../images/img-banner.jpg') no-repeat 25%;
	background-size: cover;
	padding:3rem 0;
	position: relative;
	min-height: 200px;
}
.banner-home:before{
	content:"";
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}

.inner-banner{
	text-align: center;
	position: relative;
	color: white;
}
.inner-banner p {
	font-size: 30px;
    font-weight: 600;
}
.Mobile .inner-banner p{
  font-size: 24px;
  line-height: 130%;
}
.info-tel {
    margin-bottom: 20px;
}
.info-tel span {
    margin: 0 10px;
    font-size: 26px;
}
.Mobile .info-tel span{
  margin: 10px;
  display: block;
}

.col-block{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 50%;
}
.Mobile .col-block{
  display: block;
  width: 100%;
}
.col-block .btn-devis{
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: white;
	cursor: pointer;
}
.col-block > div {
	padding: 0 20px;
}
.col-block h2 {
	position: relative
}
.col-block h2:before {
  content:"";
  background: #000;
  position: absolute;
  left: -90px;
  top: -35px;
  height: 1px;
  width: 250px;
}
.block-interne {
  border-top: 1px dotted #aaa;
  padding: 25px 0;
}
.block-interne .col-block h2:before {
  display: none;
}
.block-interne .col-block{
  text-align: left;
}
.block-interne  .col-block h2 {
  line-height: 130%;
  margin-top: 0;
}
.block-interne .col-block p {
  text-align: justify;
  margin-bottom: 0;
}
.last-block h2 {
    text-align: center !important;
}
.last-block p {
    text-align: center !important;
}
/*== Catégories ==*/
.categorie {
	background-color: #333333;
	background-image: url("../images/black-twill.png");
	padding: 3rem 0;
}
.cat-head h2 {
   text-transform: uppercase;
  color: #cb1608;
  margin: 0;
  line-height: 100%;
  font-size: 30px;
}
.cat-head span {
	color: white;
	display: block;
	margin-bottom: 30px;
}
.trait-horz{
	border-bottom: 1px solid #fff;
	margin-top: 15px;
}
.cat-item {
  padding: 0 15px;
}
.filtre{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  position: relative;
}
.filtre:before {
  content: '';
  height: 0;
  left: 0;
  background-color: rgba(60, 141, 197, 0.72);
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.cat-item:hover .filtre:before {
    height: 100%;
}
.Mobile .cat-item{
  margin-bottom: 15px;
}
.desc {
	background: white;
	padding: 20px;
	position: relative;
}
.desc a {
	background: #cb1608;
	border-radius: 100%;
	color: white;
	height: 45px;
	top: -25px;
	right: 15px;
	width: 45px;
  position: absolute;
  text-align: center;
}
.desc a .icon {
  line-height: 40px;
  background: url('../images/sprit.png') no-repeat;
  display: inline-block;
  width: 24px;
  height: 18px;
  position: relative;
  top: 15px;
}
.desc a .icon-next{
  background-position: 0 -133px !important;
}
.desc h3 {
  margin: 0;
}

/* Footer */
.footer {
  background-color: #333333;
	background-image: url("../images/black-twill.png");
  padding: 25px 0 15px;
  color: white;
}
.Mobile .footer{
  text-align: center;
}
.footer .logo{
  margin-top: 35px;
}
.Mobile .footer .logo {
  float: none;
}
.text-agence,
.coordonne {
  padding-left: 15px;
}
.Mobile .text-agence, .Mobile .coordonne{
  padding: 35px 0;
}
.text-agence:before,
.coordonne:before {
  content:'';
  background: white;
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
}
.text-agence p {
  margin: 0;
}
.coordonne h3{
  margin-top: 0;
  color: #cb1608;
}
.coordonne .adresse{
  margin-bottom: 15px;
}
.coordonne .tel{
  margin-bottom: 10px;
}
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 2rem;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.58);
}
.copyright p{
  margin-bottom: 0;
}
.agence{
  display: inline-block;
  margin-top: 40px;
}

.tel-top .icon,
.info-tel .icon{
  background: url('../images/sprit.png') no-repeat;
  display: inline-block;
  margin-right: 5px;
  width: 24px;
  height: 25px;
  position: relative;
  top: 3px;
}
.Mobile .tel-top .icon,
.Mobile .info-tel .icon{
  display: none;
}

.i-phone{
  background-position: 0 0 !important;
}
.i-mobile{
  background-position: 0 -47px !important;
}
.info-tel .icon{
  width: 32px;
  height: 32px;
}
.icon-telephone{
  background-position: -63px -15px !important;
}
.icon-mobile{
  background-position: -125px -39px !important;
}
.logo-agence {
  text-align: center;
}
.logo-agence  img{
  padding: 0 10px;
}
.text-slider {
  float: left;
    color: #fff;
    margin-top: 13%;
    width: 50%;
}
.Mobile .text-slider {
  width: 100%;
  position: relative;
  margin-top: -32em;
}
.Tablet .text-slider {
  margin-top: 28%;
}
.titre-slider {
  font-size: 30px;
    font-weight: 600;
    line-height: 38px;
}
.Mobile .titre-slider {
  font-size: 26px;
  line-height: 30px;
}
.text-slider ul li{
  font-size: 18px;
    font-weight: 600;
    padding: 5px 0;
}
.Mobile .text-slider ul li {
  padding: 2px 0;
}