@charset "UTF-8";

/* $rouge: red;
$red 
bleu-gris : ADC3B7
aubergine : 69616C
*/
body, html {
		padding: 0;
		margin: 0;
}
		
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.container-fluid {
	padding: 0;
}

.separator {
	height: 3px;
	width: 5%;
	border: none;
	box-shadow: non;
	background-color:#ADC3B7;
}

/* header */
.header	{
	background-color: #ffffff;
	height: 70px;
	line-height: 70px;
}

.logo {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;	
	float: left;
}

.menu {
	float:right;
}

.menu a {
	color: #69616C;
	margin-right: 20px;
}

.menu a:hover {
	color: #ADC3B7;
}

/*
.social {
	background-color: #ffffff;
	height: 25px;
	line-height: 25px;
}

.social-logo {
	margin-right: 20px;
	float: right;
}
*/
/* bannière */
.banner {
	background-color: #000000;
	position:relative; 
	height:400px
	width: 100%;
	max-width: 100%;
}

.ban {
	text-align: center;
	width: 100%;
	max-width: 100%;
	position: relative;
}

.ban img {
	width: 100%;
	max-width: 1280px;
}

.inner-banner {
	position: absolute;
	bottom: 10%;
	/* vertical-align: bottom; */
	left: 0;
	width: 100%;
	text-align: center;
}

.inner-banner h1 {
	font-size: 30px;
	color: #ffffff;
	text-shadow: 1px 1px 20px #000000;
}

.inner-banner p {
		color: #ffffff;
	text-shadow: 1px 1px 20px #000000;
}

.inner-banner .btn-custom {
	background-color: #ADC3B7; 
	color: #000000;
}

.inner-banner .btn-custom:hover {
	background-color: #69616C; 
	color: #ffffff;
}

/* about */
.about {
	text-align: center;
	padding-top: 10%;
}

.about article {
	margin-top: 5%;
	margin-bottom: 10%;
}

.about article h2 {
	text-align: center;
}

/* portfolio */
.portfolio {
	background-color: #eeeeee;
	height: 800px;
}
.portfolio {
	text-align: center;
	vertical-align: center;
}

.portfolio .item-folio {
	height: 280px;
	background-color: #ADC3B7;
}

/* contact */
.footer {
	background-color: #000000;
}

.footer p {
	color: #ffffff;
	text-align: center;
	padding-top: 1%;
}
.footer a {
	color: #ffffff;
	text-align: center;
	padding-top: 1%;
}

#contact {
	color: #ffffff;
	text-align: center;
	height: 100%;
}

.formulaireContact {
	width: 50px;
	display: block;
	margin: 0 auto;
}

input {
	margin-bottom: 20px;
}

input[type=text] {
	height: 50px;
	width: 500px;
	border: none;
}
input[type=email] {
	height: 50px;
	width: 500px;
	border: none;
}

textarea {
	width: 500px;
	height: 200px;
	resize: vertical;
}
