html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
	font-family: "Calibri";
  margin: 0;
}

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

a:active {
  outline: 0;
}

a:hover {
  outline: 0;
}

a,
a:hover {
	text-decoration:none;
}

ul,
ol {
	list-style:none;
}

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
  vertical-align: middle;
}

html {
  -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;
}

html {
  font-size: 16px;

  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: .5rem;
  font-family: 'Calibri', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .5rem;
}
.Mobile h1{
	font-size: 2em;
}
.Mobile h2{
	font-size: 1.5em;
}
.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: 940px;
  }
}

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

/*------------------------------------*\
    Slick 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;
}
.diapo{
	height: 542px;
	background-size: cover;
	background-position: center;
}
/*.slide1{
	margin-top: -160px !important;
}
.slide2{
	margin-top: -160px !important;
}
.slide3{
	margin-top: -140px !important;
}*/

/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/

.nav {
	background-color: #2c2c2c;
	position:relative;
	font-size:14px;
	font-weight:900;
}
.fixe-top {
	position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
}
.btn_rea_mobile {
	background: white none repeat scroll 0 0;
	color:#000 !important;
	font-family: 'Calibri', sans-serif;
    /*! left: 17px; */
    padding: 10px 15px;
    /*! position: absolute; */
    /*! display: block; */
    z-index: 100;
    /*! top: 19%; */
    /*! bottom: 73%; */
	height: 100%;
}
.fixe-top .btn_rea_mobile {
	top: 103%;
	bottom: auto;
}
.nav-list {
	margin-top:0;
	margin-bottom:0;
	text-align:left;
}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
	position:relative;
	width:16.65%;
	z-index: 100;
}
.nav-item a {
	font-family: 'Calibri', sans-serif;
	font-weight:500;
	display:block;
	color:#fff;
	padding:10px;
	text-align:center;
}
.nav-item:first-child > a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .25rem;
    margin-left: 1rem;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}
@media (max-width:1199px) {
	.nav-item a {
		font-size:12px;
	}
}
.nav-item > a:hover,
.nav-item.active a {
	background:#fe5723;
	color: #000;
}
.nav-item:hover .nav-submenu {
	display:block;
}
@media (min-width:992px) {
	/*.nav-item:last-child {
		background: white;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		-moz-transform: skew(-25deg);
		-webkit-transform: skew(-25deg);
		-o-transform: skew(-25deg);
		-ms-transform: skew(-25deg);
		transform: skew(-25deg);
		position:relative;
		left:10px;
		width:150px;
		margin: 10px 0;
	}*/
	/*.nav-item:last-child a {
		color: #2c2c2c;
		-moz-transform: skew(25deg);
		-webkit-transform: skew(25deg);
		-o-transform: skew(25deg);
		-ms-transform: skew(25deg);
		transform: skew(25deg);
	}*/
	/*.nav-item:last-child a:hover {
		background: none;
		color: #fe5723;
	}*/
	.nav-item.active:last-child {
		background: #fe5723;
	}
	.nav-item.active:last-child a {
		background: none;
		color:white;
	}
}
/* Navigation submenu */
.nav-submenu {
	background: #fe5723;
	display:none;
	position:absolute;
	left:0;
	padding-left: 0;
    width: 100%;
	z-index:1;
}
.nav-submenu-item a {
	border-bottom: 1px dotted #E8B534;
    display: block;
    padding: 8px 15px;
    text-align: left;
}
.nav-submenu-item a:hover,
.nav-submenu-item.active a {
	background:#2c2c2c;
}
/* Mobile navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	background:#3D3D3B url('../images/nav.svg') no-repeat 80% center;
	background-size:18px;
	height:50px;
	width:100px;
}
.Mobile .nav-mobile {
	top:-80px;
}
.Mobile .fixe-top .nav-mobile {
	top: -55px;
}
.nav-mobile > span {
    color: white;
    display: block;
    padding: 15px;
    text-transform: uppercase;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	border-left:1px solid #2c2c2c;
	height:49px;
	width:50px;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:url('../images/drop.png') no-repeat center center;
	background-size:20px;
}
.nav-click:hover {
	background-color:#2c2c2c;
}
.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 (min-width: 320px) and (max-width: 991px) {
	.btn_rea_mobile {
		display:inline-block;
	}
	.nav-mobile {
		display:block;
	}
	.nav {
		position: absolute;
    	z-index: 50;
		width:100%;
		padding:50px 0 0;
	}
	.nav-list {
		display:none;
		padding:0 !important;
	}
	.nav-item {
		width:100%;
		float:none;
	}
	.nav-item > a {
		font-size:14px;
		padding:15px;
		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%;
	}
}
.Mobile .nav {
	padding: 0;
}
/*------------------------------------*\
    Header style
\*------------------------------------*/
#header {
	background-color:white;
}
.Mobile .top_navigation{
	margin-bottom: 8px;
}
.sprit-x {
	background:url('../images/sprit-x.png') no-repeat;
	float: left;
    height: 25px;
    width: 25px;
	position:relative;
}
.left_bloc_header {
	float:left;
}
.Mobile .fixe-top .left_bloc_header {
	margin-top: 30px;
    margin-bottom: 5px;
}
.logo {
	background:url('../images/logo.png') no-repeat left center;
	display: block;
    background-size: 125px;
}
.Tablet .logo {
	height: 48px;
}
.logo span {
	color: #333;
    font-family: 'Calibri', sans-serif;
    font-size: 36px;
    font-weight: 400;
    padding-left: 22%;
    display: block;
    margin-top: 3%;
    position: relative;
    top: 10px;
}
.Tablet .logo span {
	font-size: 24px;
    padding-left: 38%;
}
.fixe-top a.logo {
    background-size: 75px;
}
.Mobile .fixe-top a.logo {
	background-size: 96px;
    height: 43px;
}
.Tablet .fixe-top a.logo {
    height: 48px;
    background-size: 100px;
}
.Tablet .fixe-top .logo span{
	font-size: 22px !important;
    padding-left: 38% !important;
}
.fixe-top .logo span {
    font-size: 24px !important;
    margin-top: 0 !important;
    padding-left: 14% !important;
    top: 5px !important;
}
.fixe-top .center_bloc_header img{
	display: none;
}
.adresse_map {
	margin: 15px 0 0 15px;
	display:inline-block;
}
.fixe-top .adresse_map {
    margin: 10px 0 0 5px;
}
.icon_map {
	background-position: 0 0;
    top: -7px;
    width: 20px;
}
.center_bloc_header {
	float: left;
    width: 20%;
    text-align: right;
    padding-top: 16px;
    padding-right: 4px;
}
.center_bloc_header  img{
	margin-top: -20px;
}
.Mobile .center_bloc_header  img{
	display: none;
}
.Tablet .center_bloc_header  img{
	display: none;
}
.fixe-top .center_bloc_header {
    width: 18%;
}
.Tablet .fixe-top .center_bloc_header {
    width: 18%;
        padding-right: 0;
}
.Mobile .fixe-top .center_bloc_header{
	width: 35%;
	padding-top: 0;
}
@media (max-width:1199px) {
	.center_bloc_header {
		width: 15%;
	}
	.fixe-top .center_bloc_header {
		width:23%;
	}
}
.right_bloc_header {
	background-color: #fe5723;
	float: right;
	min-width: 267px;
}
#top_tel { display:none; }
.right_bloc_header a {
	display:block;
    font-size: 30px;
	font-family: 'Calibri', sans-serif;
    font-weight: 400;
    color: #000;
	text-align: center;
	padding: 10px;
}
.fixe-top .right_bloc_header {
    margin-top: 10px;
}
.fixe-top .right_bloc_header a {
    display: inline-block;
	padding: 5px 10px;
	font-size:24px;
}
.Tablet .fixe-top .right_bloc_header a{
	display: block;
}
.fixe-top .right_bloc_header a{
	display: block;
}
.right_bloc_header a:first-child {
	border-bottom: 1px solid #e63c07;
}
.devis-form .right_bloc_header a:first-child {
	border-bottom: none;

}
.devis-form .right_bloc_header a{
	text-align: left;
}
.icon_tel {
	background-position: 0 -46px !important;
    height: 33px;
    width: 31px;
    top: 8px;
    left: 10px;
}
.devis-form .icon_tel {
	background: url('../images/icon-tel.png') no-repeat;
	background-position: 0! important;
	height: 27px;
    width: 24px;
       margin-right: 15px;
       top: 2px;
}
.Tablet .devis-form .icon_tel{
	margin-right: 7px;
}
.fixe-top .icon_tel {
	left:-4px;
	top:2px;
}
.Tablet .center_bloc_header {
	display: none;
}
@media (max-width:991px) {
	.center_bloc_header {
		width: 20%;
	}
	.right_bloc_header {
		min-width: 245px;
	}
	.right_bloc_header a {
		font-size: 14.5px 10px;
	}
	.icon_tel {
		left:0;
	}
}
.Mobile .fixe-top .logo span{
	padding-left: 59% !important;
}
@media (max-width:767px) {
	.fixe-top a.logo {
		margin-top: 10px !important;
	}
	.fixe-top .logo span {
		font-size: 18px !important;
		padding-left: 15% !important;
	}
	.fixe-top .adresse_map {
		display: none !important;
	}
	.center_bloc_header {
		float: right;
	}
	.fixe-top .devis_top {
		width: 100% !important;
		margin: 10px 0 !important;
		padding: 10px 5px !important;
	}
	.fixe-top .devis_top span {
		margin: 0 !important;
		font-size: 12px !important;
		line-height: normal !important;
	}
	.fixe-top #top_tel { 
		display:block;
		min-width: inherit;
		margin-top: 0; 
	}
	.fixe-top .right_bloc_header a {
		font-size: 18px;
    	display: inline-block !important;
		width: 50%;
	}
	.fixe-top .icon_tel { display:none; }
	.right_bloc_header {
		margin-bottom: 5px;
    	width: 100%;
	}
	.right_bloc_header a {
		border-bottom: 0 none !important;
    	border-left: 1px solid #e63c07;
    	display: inline-block;
	}
	.icon_tel {
		top: 5px;
		left: 0;
	}
}
.Mobile .fixe-top #top_tel {
	margin-left: -15px;
}
.Mobile .right_bloc_header {
	width: 75%;
	z-index: 10;
    position: absolute;
	  min-width: 226px;
}
.Mobile .fixe-top .right_bloc_header {
	width: 100%;
}
@media (max-width:543px) {
	.center_bloc_header {
		width:25%;
	}
	.right_bloc_header a {
		font-size: 26px;
    	display: inline-block !important;
	}
	.right_bloc_header a:first-child {
		border-bottom: 1px solid #e63c07 !important;
		
	}
	.fixe-top .right_bloc_header a{
		font-size: 17px;
	}
	.logo {
		background-size: 78px;
	}
	.logo span {
		font-size:30px;
		top: 5px;
		padding-left: 57%;
		line-height: 22px;
	}
	.adresse_map {
		margin-left:0;
	}
}
@media (max-width:413px) {
	.left_bloc_header {
		width: 60%;
	}
	.center_bloc_header {
		width: 110px;
	}
	.logo span {
		font-size: 15px;
    	line-height: 15px;
    	top: 2px;
    	padding-left: 48%;
    	    margin-top: 5%;
	}
	.icon_map {
		top: 8px;
	}
	.adresse_map {
		margin-top: 5px;
		font-size: 13px;
	}
}
.Mobile .center_bloc_header {
		width: 88px;
		padding-right: 0;
	}
/*------------------------------------*\
    Fullscreen
\*------------------------------------*/
.fullscreen {
	height: 500px;
    position: relative;
    overflow: hidden;
}
.fullscreen:before{
	content: '';
	position: absolute;
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	height: 500px;
	z-index: 1;
}
.Tablet .fullscreen:before{
	height: 542px;
}
.image_fullscreen {
	position: absolute;
    height: 500px;
    width: 100%;
}
.mentions .fullscreen,
.mentions .image_fullscreen {
	height: 200px;
}
.image_fullscreen img {
	width:100%;
}
.capiton_slider {
	position: relative;
    margin: 20% auto 0;
    text-align: center;
    max-width: 65%;
}
@media (max-width:991px){
	.fullscreen,
	.image_fullscreen {
		height: 288px; 
	}
	.capiton_slider {
		margin-top: 10%;
		max-width: 100%;
	}
}
.Tablet .fullscreen,
	.image_fullscreen {
		height: 542px; 
	}
@media (max-width:767px) {
	.fullscreen,
	.image_fullscreen {
		height: 205px; 
	}
}
@media (max-width:543px) {
	.fullscreen {
		/*background-color: #2c2c2c;*/
		padding-top:0;
	}
		.fullscreen, .image_fullscreen {
		height:inherit !important;
	}
	.capiton_slider {
		margin-bottom:5%;
	}
}
.mentions .capiton_slider {
    margin-top: 5%;
}
.capiton_slider p {
	font-size: 1.5rem;
    color: white;
	margin-bottom: 0;
    text-shadow: 0 0px 7px #000;
}
.capiton_slider span {
	margin-bottom: 15px;
    display: block;
	color: white;
    font-weight: bold;
    text-shadow: 0 0 5px #000;
}
.rappel_immediat {
	border: 1px solid #eee;
    width: 250px;
    padding: 10px 5px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.73);
}
#mail2 {
	display:none;
}
.tel-rappel {
	border: 1px solid #eee;
    background: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    width: 250px;
    padding: 9.5px 5px;
    display: inline-block;
    vertical-align: bottom;
}
.btn_rappel {
	margin: 0 0 0 0 !important;
    display: inline-block;
    position: relative;
    left: -14px;
}
#rappel_immediat input:-moz-placeholder, #rappel_immediat textarea:-moz-placeholder {
    color: #333;
} 
#rappel_immediat input::-webkit-input-placeholder, #rappel_immediat textarea::-webkit-input-placeholder {
    color: #333;
}
#rappel_immediat input.placeholder, #rappel_immediat textarea.placeholder {
    color: #333;
}

/*------------------------------------*\
    Banner internes
\*------------------------------------*/
.zinguerie .image_fullscreen {
	background:url('../images/banner/bg_zinguerie.webp') no-repeat;
	background-size:cover !important;
	background-position: center 50%;
}
.velux .image_fullscreen {
	background:url('../images/banner/bg_velux.webp') no-repeat;
	background-size:cover !important;
	    background-position: center;
}
.nettoyage-et-demoussage .image_fullscreen {
	background:url('../images/banner/bg_nettoyage-et-demoussage.webp') no-repeat;
	background-size:cover !important;
	background-position: center center;
}
.gouttieres .image_fullscreen {
	background:url('../images/banner/bg_gouttieres.webp') no-repeat;
	background-size:cover !important;
	background-position: center;
}
.reparation-de-toiture .image_fullscreen {
	background:url('../images/banner/bg_reparation-de-toiture.webp') no-repeat;
	background-size:cover !important;
	    background-position: center 57%;
}
.renovation .image_fullscreen {
	background:url('../images/banner/bg_renovation.webp') no-repeat;
	background-size:cover !important;
	background-position: center;
}
.remplacement .image_fullscreen {
	background:url('../images/banner/bg_remplacement.webp') no-repeat;
	background-size:cover !important;
	    background-position: center;
}
.realisations .image_fullscreen {
	background:url('../images/banner/realisation.webp') no-repeat;
	background-size:cover !important;
}
.devis .image_fullscreen {
	background:url('../images/banner/devis.webp') no-repeat center 50%;
	background-size:cover !important;
}
.mentions .image_fullscreen {
	background:url('../images/banner/mentions.webp') no-repeat center 80%;
	background-size:cover !important;
}

/*-----------banner mobile----------*/

.Mobile .zinguerie .image_fullscreen {
	background:url('../images/banner/bg_mobile-zinguerie.webp') no-repeat;
	background-size:cover !important;
	background-position: center 50%;
}
.Mobile .velux .image_fullscreen {
	background:url('../images/banner/bg_mobile-velux.webp') no-repeat;
	background-size:cover !important;
	    background-position: center;
}
.Mobile .nettoyage-et-demoussage .image_fullscreen {
	background:url('../images/banner/bg_mobile-nettoyage-et-demoussage.webp') no-repeat;
	background-size:cover !important;
	background-position: center center;
}
.Mobile .gouttieres .image_fullscreen {
	background:url('../images/banner/bg_mobile-gouttieres.webp') no-repeat;
	background-size:cover !important;
	background-position: center;
}
.Mobile .reparation-de-toiture .image_fullscreen {
	background:url('../images/banner/bg_mobile-reparation-de-toiture.webp') no-repeat;
	background-size:cover !important;
	    background-position: center 57%;
}
.Mobile .renovation .image_fullscreen {
	background:url('../images/banner/bg_mobile-renovation.webp') no-repeat;
	background-size:cover !important;
	background-position: center;
}
.Mobile .remplacement .image_fullscreen {
	background:url('../images/banner/bg_mobile-remplacement.webp') no-repeat;
	background-size:cover !important;
	    background-position: center;
}
.Mobile .realisations .image_fullscreen {
	background:url('../images/banner/realisation-mobile.webp') no-repeat;
	background-size:cover !important;
}
.Mobile .devis .image_fullscreen {
	background:url('../images/banner/devis-mobile.webp') no-repeat center 50%;
	background-size:cover !important;
}
.Mobile .mentions .image_fullscreen {
	background:url('../images/banner/mentions-mobile.webp') no-repeat center 80%;
	background-size:cover !important;
}


@media (max-width:543px) {
	.gouttiere .image_fullscreen,
	.ravalement .image_fullscreen,
	.nettoyage .image_fullscreen,
	.velux .image_fullscreen,
	.realisations .image_fullscreen,
	.devis .image_fullscreen,
	.mentions .image_fullscreen {
		height:250px !important;
	}
	.tel-rappel {
		width:100%;
	}
}

/*------------------------------------*\
    Caroussel categories
\*------------------------------------*/
.categories {
	background:#f9f9f9;
	padding: 50px 0;
}
.mentions .categories, 
.devis .categories,
.realisations .categories { display:none}
.categories_box {
	max-width: 75%;
    margin: 0 auto;
}
@media (max-width:1199px) {
	.categories_box {
		max-width: 100%;
	}
}
.categories_box a {
	margin: 0 5px;
	position: relative;
}
@media (max-width:543px) {
	.categories_box {
		text-align:center;
	}
	.categories_box a {
		display:block;
		margin-bottom:25px;
	}
}
.categories_box img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.Desktop .categories_box {
    display: flex;
    justify-content: space-between;
}
.Desktop .categories_box a {
	min-width: 199px;
}
.categories_box span {
	background: #2c2c2c;
    width: 170px;
    height: 45px;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    display: block;
    margin: -30px 0 0 10px;
}

.categories_box span b {
    text-align: center;
    font-size: 14px;
    color: #fff !important;
    font-weight: 400;
    padding: 5px 13px;
    display: block;
    margin-bottom: 10px;
    margin-top: 0px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -o-transform: skew(25deg);
    -ms-transform: skew(25deg);
    transform: skew(25deg);
    line-height: 130%;
}

/*------------------------------------*\
    Contenu
\*------------------------------------*/
section {
	padding: 25px 0;
}
section#content {
	padding-top:0;
}
.Mobile section#content {
	padding-top:60px;
}
#site-container ul > li {
	list-style-image:url('../images/puce-orange.png');
}
#site-container ul > li li {
	list-style-image:url('../images/puce.png');
}
#site-container ul > li li li {
	list-style-image:url('../images/puce-gray.png');
}
section#content-two {
	background:#f9f9f9;
}
article:after {
	content:'';
	display:table;
	clear:both;
}
.banner_color {
	background: #fe5723;
    padding: 25px 0;
	position:relative
}
.banner_color:after {
	border-top: 21px solid #fe5723;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -21px;
}
.banner_color h1 {
	text-align:center;
}
article.content {
	padding-top: 35px;
}
.content_left {
	float: left;
    width: 50%;
}
.content_right {
	float: right;
	text-align:right;
    width: 50%;
}
@media (max-width:1199px) {
	.content_right > img,
	.content_left > img {
		max-width: 100%;
	}
	.content_right > img {
		padding-left: 25px;
	}
	.content_left > img {
		padding-right: 25px;
	}
}
.head-titre h2 {
	max-width: 75%;
    margin: 0 auto 25px;
    line-height: 130%;
}
.border_top {
	background:url('../images/txture.png') repeat-x;
	display:block;
	height: 5px;
    margin: 25px 0;
}
.box_article {
	float:left;
	margin-top: 25px;
	width:50%;
}
@media (max-width:991px) {
	#article_3 .box_article,
	#article_4 .box_article {
		float:none;
		width:100%;
	}
	.box_article:after {
		content:'';
		display:table;
		clear:both;
	}
}
@media (max-width:767px) {
	.content_right,
	.content_left {
		float:none;
		width:100%
	}
	.content_right > img {
		display:none;
	}
	.content_left > img {
		margin-bottom: 10px;
		padding-right: 0;
		width:100%;
	}
	.head-titre h2 {
		max-width: 100%;
	}
	.box_article {
		float:none;
		width:100%;
	}
}
.Mobile .content_right{
	position: relative;
}
.item_article img {
	max-width:100%;
}
.item_article {
	padding: 0 15px;
}
@media (max-width:543px) {
	.head-titre h2 {
		font-size:1.5rem;
		margin-bottom:10px;
	}
	.head-titre p {
		text-align:justify !important;
	}
	.box_article {
		margin-top:0;
	}
	.item_article {
		padding:0;
	}
}
.item_article > div {
	background: white;
    padding: 15px;
}
#article_1 .item_article > div {
	min-height: 154px;
}
#article_2 .item_article > div {
	margin-bottom: 15px;
	min-height: 225px;
}
#prestation_devis .content_left {
	width: initial;
}
#prestation_devis .devis_top {
	margin:-20px 0 0 auto;
}
.Mobile #prestation_devis .devis_top {
	display: none;
}
#prestation_devis .content_right {
	text-align:left;
	width: 85%;
}
.item_article strong {
	font-family: 'Calibri', sans-serif;
	font-weight:400;
	display:block;
	font-size:1.5rem;
}
.item_article .icon_home {
	float: left;
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid #fe5723;
	margin-top: 10px;
	position:relative;
}
.item_article .icon_home:after {
	content:"";
	width: 100%;
    height: 100%;
    position: absolute;
}
.icon_home_1:after {
	background:url('../images/img/qualification_icon.png') no-repeat center;
}
.icon_home_2:after {
	background:url('../images/img/savoir_faire_icon.png') no-repeat center;
}
.icon_home_3:after {
	background:url('../images/img/experience_icon.png') no-repeat center;
}
.icon_home_4:after {
	background:url('../images/img/disponibilite_icon.png') no-repeat center;
}
.item_right p {
	width: 78%;
    float: right;
}
.Mobile.index #accordion{
	float: none;
    width: 100%;
    margin-bottom: 25px;
}
@media (max-width:1199px) {
	.item_right p {
		width: 70%;
	}
}
#accordion {
    width: 100%;
}
.index #accordion {
	float: left;
    width: 50%;
    padding: 0 15px;
}
@media (max-width:991px) {
	.item_right p {
		width: 80%;
	}
	#accordion {
		float: none;
		width: 100%;
		padding: 15px 0;
	}
}
@media (max-width:767px) {
	.item_right p {
		width: 75%;
	}
}
#accordion .button a {
	background: #2c2c2c;
	display:block;
    padding: 10px;
	position: relative;
}
#accordion .button a:after {
	content: '+';
    position: absolute;
    bottom: -35%;
    height: 50px;
    width: 50px;
    background: #2c2c2c;
    border-radius: 50%;
    right: 0;
    color: white;
    font-size: 2rem;
    line-height: 43px;
    text-align: center;
}
@media (max-width:543px) {
	.item_right p {
		width: 100%;
	}
	#accordion .button a:after {
		bottom: -20%;
	}
	.item_article .icon_home { display:none;}
}
.button h2 {
    font-size: 1.5rem;
    text-align: center;
    color: white;
    margin-bottom: 0;
}
.accordion_open {
	display:none;
	padding-top: 5px;
    width: 100%;
}
.accordion_open img {
	margin-top: -5px;
    margin-bottom: 10px;
	max-width:100%;
}
/*------------------------------------*\
    Devis
\*------------------------------------*/
.devis_top {
	display: inline-block;
    width: 96px;
    height: 96px;
    
    background: #2c2c2c;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    line-height: 20px;
}
.Mobile .devis_top {
	line-height: 28px;
}
.devis_top:hover,
.devis_top:focus {
	background: #fe5723;
}
.devis_top span {
	text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    display: block;
    margin: 12px 0;
    font-size: 18px;
}
.Mobile .devis_top span {
	font-size: 16px;
	color: #000;
}
.fixe-top .devis_top {
    border-radius: 0;
    width: 125px;
    height: 45px;
    padding: 0 5px;
}
.Tablet .fixe-top .devis_top{
    
    width: 94px;
    height: 64px;
   
    border-radius: 6px;
}
.Mobile .fixe-top .devis_top{
	height: 56px !important;
	border-radius: 6px;
	width: 88% !important;
}
.fixe-top .devis_top span {
    font-size: 15px;
    line-height: 50px;
}
.Tablet .fixe-top .devis_top span {
	line-height: 23px;
}
.Mobile .devis_top {
    height: 119px;
    width: 27%;
    float: right;
    margin-top: 0;
    border-radius: 0;
    padding-top: 28px;
    background: #fe5723;
    border: 1px solid #e63c07;
    position: absolute;
    z-index: 10;
    right: 0;
    color: #000;
}
.Mobile .fixe-top .devis_top {
	display: none;
}
@media (max-width:413px) {
	.devis_top {
		width: 100%;
		height: 90px;
		border-radius: 5px;
	}
	.devis_top span {
		margin: 0;
	}
}
#mail {
	display:none;
}
.devis_page {
	padding: 25px 0;
}
.devis_page_h3 {
	    font-size: 1.5rem;
}
.form_input,
.form_textarea {
	display: block;
	font-size:14px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #eee;
    background: #f7f7f7;
    padding: 12px 5px;
}
.form_textarea {
	height: 100px;
}
.btn_devis,
.btn_rappel {
	background: #fe5723;
	width: 150px;
    margin: 0 0 0 auto;
	-webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
}
.btn_devis .btn,
.btn_rappel .submit-tel {
	background:none;
	text-align:center !important;
	border: none;
    padding: 10px 15px;
    font-size: 16px;
    color: #000;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -o-transform: skew(25deg);
    -ms-transform: skew(25deg);
    transform: skew(25deg);
	width:100%;
}
@media (max-width:543px) {
	.btn_rappel {
		margin-top: 5px !important;
    	left: 0;
		width: 100%;
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
	}
	.btn_rappel .submit-tel {
		-moz-transform: skew(0deg);
		-webkit-transform: skew(0deg);
		-o-transform: skew(0deg);
		-ms-transform: skew(0deg);
		transform: skew(0deg);
	}
}
.avantages span {
	display: block;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    margin-right: 25px;
    font-size: 18px;
}
@media (max-width:991px) {
	.avantages span {
		font-size: 14px;
	}
}
@media (max-width:767px) {
	.avantages {
		margin-bottom:25px;
	}
	.avantages span {
		margin-right: 0;
	}
}
.icon-round {
	float: left;
    height: 40px;
    width: 40px;
    border: 1px solid #fe5723;
    border-radius: 50%;
    margin: 10px 15px 10px 0;
	position:relative;
}
.icon-round:before {
	content: '\203A';
   	font-size: 2rem;
    position: absolute;
    left: 40%;
    top: -35%;
    color: #fe5723;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/
.Map {
	background:url('../images/map.jpg') no-repeat center 50%;
	height:250px;
}
.Map > .container {
	position:relative;
}
.realisations-footer {
	float: left;
    width: 35%;
    margin: 15px 0px;
    background: rgba(0, 0, 0, 0.55);
    padding: 5px 20px;
}
.realisations-footer  p {
	color: white;
    font-size: 24px;
    font-family: 'Calibri', sans-serif;
    border-bottom: 1px solid #fff;
}
.realisations-footer a {
    float: left;
    width: 35%;
    padding: 5px;
}
.realisations-footer img {
	max-width:100%
}
.akisiweb {
	position: absolute;
    right: 0;
    background: #fe5723;
	color: #000;
    max-width: 350px;
    padding: 2% 3%;
    height: 250px;
	text-align:center;
}
.akisiweb img {
	width: 150px;
	height: 25px;
	object-fit: contain;
}
.akisiweb a {
	color:#000;
	font-weight:bold;
}
.akisiweb strong {
	display:block; 
}
.logo_akisiweb {
	display: block;
    margin-top: 15px;
}

.footer_copyright {
	background: #2c2c2c;
	padding: 25px 0;
}
.footer_copyright_h3 {
	color: #fff;
    margin: 15px 0;
    font-size: 1.5rem;
}
.footer_copyright ul {
	padding-left: 25px;
}
.footer_copyright li {
	margin-bottom: 10px;
	position:relative;
}
.footer_copyright li:before {
	content: '\00bb';
    color: white;
    position: absolute;
    left: -7%;
    font-size: 24px;
    top: -7px;
}
.footer_copyright li a {
	color:white;
}
.ville_footer,
.categories_footer,
.realisations_footer {
	float:left;
	width:33.33333%;
}
.copyright {
	margin: 15px 0 0;
	text-align: center;
}
.copyright span {
	color: #fff;
    font-size: 14px;
}
.copyright a {
	color:white;
}

@media (max-width:991px) {
	.ville_footer,
	.categories_footer {
		width:50%;
	}
	.realisations_footer:before {
		content:'';
		display:table;
		clear:both;
	}
	.realisations_footer {
		float: none;
    	width: 100%;
	}
}
@media (max-width:543px) {
	.ville_footer,
	.categories_footer {
		width:100%;
	}
}
.image_rea:after {
	content:'';
	display:table;
	clear:both;
}
.image_rea a {
	height:85px;
	margin:0 3px;
}
.image_rea img {
	max-width: 100%;
}

.btn_urgence {
	background: #fe5723;
    -moz-transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
	display: inline-block;
	margin-left: 10px;
    width: 200px;
    text-align: center;
    color: white;
}
.fixe-top .btn_urgence {
	position:relative;
	top:-5px;
}
.btn_urgence:hover {
	background: #2c2c2c;
}
.btn_urgence span {
	display: block;
    -moz-transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -o-transform: skew(25deg);
    -ms-transform: skew(25deg);
    transform: skew(25deg);
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px;
    color: #000;
}
@media (max-width:1199px) {
	.btn_urgence {
		width: 175px;
	}
	.fixe-top .btn_urgence {
		display: none;
	}
}
@media (max-width:991px) {
	.btn_urgence {
		display:none;
	}
}

/*------------------------------------*\
    Mentions légales
\*------------------------------------*/
#mentions_legales h2 {
	font-size: 3rem;
	margin-top:35px;
}
#mentions_legales h3 {
	color: #fe5723;
}

/*------------------------------------*\
    Page réalisation
\*------------------------------------*/
#realisations .swipebox {
	padding: 7px;
	width: 25%;
    float: left;
}
#realisations .swipebox img {
	max-width:100%;
}
#realisations h2 {
	margin:15px 0;
	position:relative;
}
#realisations h2:after {
	content: "";
    height: 2px;
    width: 80%;
    position: absolute;
    background: #fe5723;
    bottom: 5%;
    right: 0;
}
#realisations > div + div > .swipebox {
	width: 10%;
}
#realisations > div + div > .swipebox img {
    max-width: 100%;
    border: 1px solid #2c2c2c;
    padding: 5px;
}
.devis-form{
	position: absolute;
	width: 30%;
	background-color: rgba(126,126,126,0.8);
	padding: 17px 20px 17px 24px;
	right: 11%;
    margin-top: 26px;
  	z-index: 10;
}
.Tablet .devis-form{
	right: 5%;
	width: 52%;
	margin-top: 64px;
	padding: 17px 10px 17px 10px;
}
.formulaire{
	display: flex;
}
.form-rapel form{
	display: flex;
}
.form-control {
    display: block;
   width: 184px;
    padding: 7px 15px;
    font-size: 12px;
    line-height: 1.42857143;
   
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    
    margin-bottom: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.rapel-imediat .form-control {
	width: 100%;
}
.devis-form textarea{
	height: 102px;
	width: 100%;
}
.form-rapel .form-control {
	width: 344px;
    height: 40px;
}
.form-rapel .btn-custom{
	width: 356px;
}
.btn-custom {
    background-color: #fe5723;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    width: 100%;
    border: none;
    height: 40px;
}
.rapel-imediat .btn-custom {
	width: 100%;
}
.right-tel-form{
	display: flex;
	background-color: transparent;
	margin-top: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
    width: 100%;
    padding: 10px 15px 14px;
    margin-bottom: 20px;
}
.devis-form .right_bloc_header a{
	font-size: 19px;
	padding: 0;
	line-height: 30px;
}
.Tablet .devis-form .right_bloc_header a:last-child{
	margin-left: 8px;
}
.rpl-gratuit{
	font-size: 1.5rem;
	color: #000;
}
.devis-form_h3{
	color: #000;
	text-align: center;
	font-size: 1.5rem;
}
.rapel-imediat .input-form{
	text-align: center;
}
.formulaire .col-md-6{
	width: 50%;
}
.text-slider{
	position: absolute;
    z-index: 2;
    width: 40%;
    margin-top: 3.5em;
    color: #fff;
}
.Tablet .text-slider{
	width: 38%;
	margin-top: 5.5em;
}
.Mobile  .text-slider{
	width: 100%;
	margin-top: 8.5em;
	z-index: 10;
}
.text-slider p{
	font-size: 22px;
}
.Tablet .text-slider p{
	font-size: 20px;
}
.Mobile .text-slider p{
	text-align: center;
}
.text-slider li{
	font-size: 18px;
    font-weight: 600;
    padding-top: 20px;
    position: relative;
}
.Tablet .text-slider li{
	font-size: 16px;
}
.Mobile .text-slider li{
	padding-top: 15px;
}
.text-slider li:before {
    content: "";
    background: url(/skins/default/images/circlebl.png) no-repeat bottom;
    height: 25px;
    width: 25px;
    display: inline-block;
    float: left;
    background-size: 25px;
        margin-right: 8px;
}
.Tablet .text-slider ul{
	padding: 0;
}
.Mobile .text-slider ul{
	padding: 0 15px;
}

.slider-mobile{
	
	width: 100%;
	height: 542px;
}
.slider-mobile:before{
	content: '';
	position: absolute;
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	height: 542px;
	z-index: 1;
}