

/* ==========================================================================
   Author's custom styles
   ========================================================================== */




.slide{
	text-align:center;
	position:relative;
}
.slide img{
	height:100%;
	width:auto;
	box-shadow:0 0 10px #333;
}
#contact{
		
}
body{
	background:#D8D8D8;	
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #E84D0E;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #E84D0E transparent transparent;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.fp-controlArrow.fp-next span{
	display:block;	
	color:#E84D0E;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:-210px;
	text-align:right;
	float:left;
	margin-top:-40px;
	font-size:20px
}
.fp-controlArrow.fp-prev span{
	display:block;	
	color:#E84D0E;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:45px;
	margin-top:-40px;
	font-size:20px
}
#devis{
	color:#5e5c51;
	padding:10px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.4em;
	display: block;
	width:250px;
	margin:auto;
	
}
#devis a{
	color:#c2694d;	
	border:1px solid #c2694d;
	border-radius:5px;
	display: block;
	padding:10px;
	overflow: auto;
	transition:1s all;
	-webkit-transition:1s all;
	-moz-transition:1s all;
	background:#fff;
	outline:none;
}
#devis a:hover{
	background:#c2694d;
	color:#fff;	
	border:1px solid #fff;
}
#devis i{
	float:left;
	font-size:3.5em;
	margin:5px;
}
#devis span{
	float:right;
	padding-top:10px;
	text-align:left;
}
.texte{
	margin-top: 20%;	
}
h2{
	color:#5e5c51;
	text-align:center;
	margin-bottom: 20px;	
}
p,a{
	color: #5e5c51;
    font-size: 15px;
	text-align:center;
} 
a.adresse-mail{
	display:block;
	font-size:18px;	
	transition:all .4s ease-in-out !important;	
	-webkit-transition:all .4s ease-in-out !important;	
	-moz-transition:all .4s ease-in-out !important;	
	-o-transition:all .4s ease-in-out !important;
	text-decoration:none;
	margin-top: 30px;
}
a.adresse-mail:hover{
	color:#000000;
}
@media screen and (max-width: 1400px){
	.fullpage > div{
		width: 75% !important;
		margin-left: 12.5% !important;
	}
}
@media screen and (max-width: 900px){
	.fullpage > div{
		width: 100% !important;
		margin-left: 0% !important;
	}
}
@media screen and (max-width: 600px){
	.fullpage > div{
		width: 100% !important;
		margin-left: 0% !important;
	}
	h2{
		font-size:28px;	
	}
}
@media screen and (max-width: 400px){
	.fullpage > div{
		width: 100% !important;
		margin-left: 0% !important;
	}
	.texte{
		margin-top:0;	
	}
	h2{
		font-size:23px;	
	}
	.text-center img{
		width:80% !important;	
	}
}








