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

body {
  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: 'Raleway', 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;
}

.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: 1160px;
  }
}

/*------------------------------------*\
    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;
}

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

.nav {
	background-color: #6E6E6E;
	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:#05ADEC;
	font-family: 'Raleway', sans-serif;
    display: none;
    left: 5px;
    top: 5px;
    padding: 10px 15px;
    position: absolute;
}
.nav-list {
	margin-top:0;
	margin-bottom:0;
	text-align:left;
}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
	position:relative;
	width:16%;
}
.nav-item a {
	font-family: 'Raleway', 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:hover,
.nav-item.active {
	background:#05ADEC;
}
.nav-item:hover .nav-submenu {
	display:block;
}
@media (min-width:992px) {
	.nav-item {
		padding: 10px 0;
		border-left: 1px solid rgba(255, 255, 255, 0.14);
	}
	.nav-item:last-child {
	    border-right: 1px solid #8C838E;
	}
	/*.nav-item:nth-child(4) {
		width: 18%;
	}
	.nav-item:nth-child(5) {
		width: 10%;
	}
	.nav-item:nth-child(6) {
		width: 13%;
	}
	.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:100px;
		margin: 10px 0;
	}
	.nav-item:last-child a {
		color: #6E6E6E;
		-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: #05ADEC;
	}
	.nav-item.active:last-child {
		background: #05ADEC;
	}
	.nav-item.active:last-child a {
		background: none;
		color:white;
	}*/
	.nav-item a {
	    padding: 0 10px;
	        min-height: 64px;
	}
	/*.nav-item:first-child a {
		border-left: none;
	}
	.nav-item:nth-child(6) a,
	.nav-item:last-child a {
		border-right: none;
	}*/
}
/* Navigation submenu */
.nav-submenu {
	background: #05ADEC;
	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: 15px;
    text-align: left;
    border-left: none !important;
	border-right: none !important;
}
.nav-submenu-item a:hover,
.nav-submenu-item.active a {
	background:#6E6E6E;
}
/* 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;
}
.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 #a599a7;
	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:#a599a7;
}
.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%;
	}
}

/*------------------------------------*\
    Header style
\*------------------------------------*/
#header {
	background-color:white;
}
.sprit-x {
	background:url('../images/sprit-x.png') no-repeat;
	float: left;
    height: 25px;
    width: 25px;
	position:relative;
}
.left_bloc_header {
	float:left;
}
@media(min-width: 992px) {
	.left_bloc_header {
		width: 60%;
	}
	.fixe-top .left_bloc_header {
		width: 52%;
	}
}
.logo {
	background:url('../images/logo.png') no-repeat left center;
	display: block;
}
.logo span {
	color: #333;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 400;
    padding-left: 94px;
    display: block;
    margin-top: 3%;
    position: relative;
    top: 5px;
}
.Mobile .logo span {
    padding-left: 48px;
}
.fixe-top a.logo {
   background-size: 45px;
}
.fixe-top .logo span {
    font-size: 24px !important;
    margin-top: 0 !important;
    padding-left: 10% !important;
    top: 5px !important;
}
.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: 28%;
    text-align: right;
}
@media(min-width: 992px) {
	.center_bloc_header {
	    width: 10%;
	}
	.adresse_map {
	    vertical-align: middle;
	    width: 40%;
	    line-height: 13px;
	}
	.adresse_map span {
		font-size: 12px;
	}
}
@media (max-width:1199px) {
	.center_bloc_header {
		width: 15%;
	}
	.fixe-top .center_bloc_header {
		width:23%;
	}
}
.right_bloc_header {
	background-color: #05ADEC;
	float: right;
	min-width: 300px;
}
#top_tel { display:none; }
.right_bloc_header a {
	display:block;
    font-size: 30px;
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: white;
	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:22px;
}

.right_bloc_header a:first-child {
	border-bottom: 1px solid #eee;
}
.icon_tel {
	background-position: 0 -46px !important;
    height: 33px;
    width: 31px;
    top: 8px;
    left: 10px;
}
.fixe-top .icon_tel {
	left:-4px;
	top:2px;
}
@media (max-width:991px) {
	.center_bloc_header {
		width: 9%;
	}
	.logo span {
	    font-size: 30px;
	}
	.adresse_map span {
	    font-size: 11px;
	}
	.right_bloc_header {
		min-width: 245px;
	}
	.right_bloc_header a {
		font-size: 14.5px 10px;
	}
	.icon_tel {
		left:0;
	}
	.right_bloc_header a {
	    font-size: 28px;
	}
}
@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 #eee;
    	display: inline-block;
	}
	.icon_tel {
		top: 5px;
		left: 0;
	}
}
@media (max-width:543px) {
	.center_bloc_header {
		width:25%;
	}
	.right_bloc_header a {
		font-size: 30px;
    	display: block !important;
	}
	.right_bloc_header a:first-child {
		border-bottom: 1px solid #05ADEC !important;
	}
	.logo {
		background-size: 44px;
	}
	.logo span {
		font-size:30px;
		top: 5px;
	}
	.adresse_map {
		margin-left:0;
	}
}
@media (max-width:413px) {
	.left_bloc_header {
		width: 60%;
	}
	.center_bloc_header {
		width: 110px;
	}
	.logo span {
		font-size: 20px;
	}
	.icon_map {
		top: 8px;
	}
	.adresse_map {
		margin-top: 5px;
		font-size: 14px;
	}
}
/*------------------------------------*\
    Fullscreen
\*------------------------------------*/
.fullscreen {
	height: 475px;
    position: relative;
    overflow: hidden;
}
.image_fullscreen {
	position: absolute;
    height: 475px;
    width: 100%;
}
.mentions .fullscreen,
.mentions .image_fullscreen {
	height: 200px;
}
.image_fullscreen img {
	width:100%;
}
.capiton_slider {
	position: relative;
    margin: 1em auto 0;
    text-align: center;
}
@media (max-width:991px){
	.fullscreen,
	.image_fullscreen {
		height: 288px; 
	}
	.capiton_slider {
		margin-top: 10%;
		max-width: 100%;
	}
}
@media (max-width:767px) {
	.fullscreen,
	.image_fullscreen {
		height: 205px; 
	}
}
@media (max-width:543px) {
	.fullscreen {
		background-color: #6E6E6E;
		padding-top:50px;
	}
	.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 {
    display: block;
	color: white;
    font-weight: bold;
    text-shadow: 0 0 5px #000;
        margin-top: 10px;
}
span.tel a{
	color: #fff!important;
}
.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
\*------------------------------------*/
.gouttiere .image_fullscreen {
	background:url('../images/banner/gouttiere.jpg') no-repeat;
	background-size:cover !important;
}
.reparation_toiture .image_fullscreen {
	background:url('../images/banner/reparation_toiture.jpg') no-repeat;
	background-size:cover !important;
}
.nettoyage_demoussage_toiture .image_fullscreen {
	background:url('../images/banner/nettoyage_demoussage_toiture.jpg') no-repeat;
	background-size:cover !important;
}
.ravalement .image_fullscreen {
	background:url('../images/banner/ravalement.jpg') no-repeat;
	background-size:cover !important;
}
.nettoyage .image_fullscreen {
	background:url('../images/banner/nettoyage.jpg') no-repeat;
	background-size:cover !important;
}
.velux .image_fullscreen {
	background:url('../images/banner/velux.jpg') no-repeat;
	background-size:cover !important;
	background-position: center;
}
.realisations .image_fullscreen {
	background:url('../images/banner/image_1.jpg') no-repeat;
	background-size:cover !important;
}
.devis .image_fullscreen {
	background:url('../images/banner/devis.jpg') no-repeat center 50%;
	background-size:cover !important;
}
.mentions .image_fullscreen {
	background:url('../images/banner/mentions.jpg') no-repeat center 80%;
	background-size:cover !important;
}

@media (max-width:543px) {
	.gouttiere .image_fullscreen,
	.reparation_toiture .image_fullscreen,
	.peinture_sur_tuile .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;
		width: 46%;
		display: inline-block;
		vertical-align: top;
	}
}
.categories_box img {
	max-width: 100%;
}
.categories_box span {
	background: #6E6E6E;
    width: 170px;
    height: 45px;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    display: block;
    margin: -30px 0 0 10px;
}
.Mobile .categories_box span{
	width: 87%;
	height: 65px;
}
.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;
}
#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: #05ADEC;
    padding: 25px 0;
	position:relative
}
.banner_color:after {
	border-top: 21px solid #05ADEC;
    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 !important;
}
article.content {
	padding-top: 35px;
}
.content_left {
	float: left;
    width: 50%;
}
.content_right {
	float: right;
	text-align:right;
    width: 50%;
}

.devis_page .content_right {
    width: 48%;
}
@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%;
    text-align: center !important;
}
.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%;
	}
}
.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;
}
#prestation_devis .content_right {
	text-align:left;
	width: 85%;
}
.item_article strong {
	font-family: 'Raleway', 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 #05ADEC;
	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;
}
@media (max-width:1199px) {
	.item_right p {
		width: 70%;
	}
}
#accordion {
    width: 100%;
}
.accueil #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: #6E6E6E;
	display:block;
    padding: 10px;
	position: relative;
}
#accordion .button a:after {
	content: '+';
    position: absolute;
    bottom: -35%;
    height: 50px;
    width: 50px;
    background: #6E6E6E;
    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: left !important;
    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: block;
    width: 110px;
    height: 110px;
    margin: 10px 10px 10px auto;
    background: #6E6E6E;
    border-radius: 50%;
	padding: 15px;
    text-align: center;
}
.devis_top:hover,
.devis_top:focus {
	background: #05ADEC;
}
.devis_top span {
	text-transform: uppercase;
    font-weight: bold;
    color: white;
    display: block;
    margin: 12px 0;
    font-size: 18px;
}
.fixe-top .devis_top {
    border-radius: 0;
    width: initial;
    height: initial;
    padding: 5px;
}
.fixe-top .devis_top span {
    font-size: 15px;
    line-height: normal;
    margin: 0;
}
@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;
}
.form_input,
.form_textarea {
	display: block;
	font-size:14px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #eee;
    background: #f7f7f7;
    padding: 12px 5px;
}
form#DevisForm {
    margin-top: 20px;
}
#DevisForm .form_input,
#DevisForm .form_textarea {
    border: 1px solid #eee;
    background: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    padding: 9.5px 5px;
    display: inline-block;
    vertical-align: bottom;
}
.form_textarea {
	height: 100px;
}
.btn_devis,
.btn_rappel {
	background: #05ADEC;
	width: 150px;
    margin: 0 0 0 auto;
	-webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
}

.btn_devis_dem {
	background: #05ADEC;
	width: 200px;
    margin: 0 0 0 auto;
	-webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
}
.btn_devis_dem .btn,
.btn_devis .btn,
.btn_rappel .submit-tel {
	background:none;
	text-align:center !important;
	border: none;
    padding: 10px 15px;
    font-size: 16px;
    color: 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);
	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 #05ADEC;
    border-radius: 50%;
    margin: 10px 15px 10px 0;
	position:relative;
}
.icon-round:before {
	content: '>';
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 37%;
    top: -29%;
    color: #05ADEC;
}

/*------------------------------------*\
    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: 'Raleway', sans-serif;
    border-bottom: 1px solid #fff;
}
.realisations-footer a {
    float: left;
    width: 35%;
    padding: 5px;
}
.realisations-footer img {
	max-width:100%
}
.webkom {
	position: absolute;
    right: 0;
    background: #05ADEC;
	color: white;
    max-width: 350px;
    padding: 2% 3%;
    height: 250px;
	text-align:center;
}
.webkom p {
	margin-top: 4rem;
}
.webkom a {
	color:white;
	font-weight:bold;
}
.webkom strong {
	display:block; 
}
.logo_wb {
	display: block;
    margin-top: 15px;
}


.footer_copyright {
	background: #6E6E6E;
	padding: 25px 0;
}
.footer_copyright_h3 {
	color: #fff;
    margin: 15px 0;
    font-size: 1.5rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
.footer_copyright ul {
	padding-left: 25px;
}
.footer_copyright li {
	margin-bottom: 10px;
	position:relative;
}
.footer_copyright li:before {
	content: '▶';
    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;
}
.Mobile .copyright a{
	line-height: 48px;
	display: block;
}
@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: #05ADEC;
    -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;
}
.btn_urgence.btn-realisation {
	width: 120px
}
.fixe-top .btn_urgence {
	position:relative;
	top:-5px;
}
.btn_urgence:hover {
	background: #6E6E6E;
}
.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;
}
@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: #05ADEC;
}

/*------------------------------------*\
    Page réalisation
\*------------------------------------*/
#realisations .swipebox {
	padding: 7px;
	width: 25%;
    float: left;
}
.Mobile #realisations .swipebox {
	padding: 7px;
	width: 100%;
    float: left;
}
#realisations .swipebox img {
	width:100%;
	height: 250px;
	object-fit: cover;
	display: block;
}
#realisations h2 {
	margin:15px 0;
	position:relative;
}
#realisations h2:after {
	content: "";
    height: 2px;
    width: 80%;
    position: absolute;
    background: #05ADEC;
    bottom: 5%;
    right: 0;
}
#realisations > div + div > .swipebox {
	width: 10%;
}
#realisations > div + div > .swipebox img {
    max-width: 100%;
    border: 1px solid #6E6E6E;
    padding: 5px;
}

.MapContact {
	height: 400px
}



.Form_right {
    background: rgba(255,255,255,0.4);
    border-radius: 15px;
    float: right;
    padding: 20px;
    width: 40%;
}
.Mobile .Form_right {
    width: 100%;
    float:none;
}
.subtitre {
    color: #1e1e1e;
    font-size: 22px;
    margin: 0 0 1rem;
}

.btn_submit {
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    border: none;
    background: #05ADEC;
    color: #fff;
    outline: 0 !important;
    margin-top: 5px;
    padding: 5px;
}

@media (min-width: 768px) {
.col-md-6 {
    width: 50%;
    float: left;
}
}
.col-md-6 {
    padding-right: .9375rem;
    padding-left: .9375rem;
}
textarea.form_input {
    height: 134px;
}
div#realisations {
    margin: 4em 0;
}

.introuv {
    font-size: 158px;
}
/**
404
*/
.blog_pageIntrouvable {
    background: #ffffff;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: #fb5e00;
}

.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: #fb5e00;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
@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;
  }

div#Messages p {
    margin: 0;
    padding: 0;
}
div#Messages {
    text-align: center;
    background-color: #e05c34;
    color: #fff;
    font-size: 18px;
    padding: 10px;
}
