/* font-family: 'Raleway', sans-serif; */
/* bleu clair : #3498DB */
/* bleu foncé : #2C3E50 */

body, html {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Raleway', sans-serif;
}

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

.container-fluid {
	padding: 0;
}

.separator {
	height : 3px;
	width: 5%;
	border: none;
	box-shadow: none;
	background-color: #3498DB;
	display: block;
}

.btn-custom {
	background-color : #2C3E50;
	color: #ffffff;
}

.btn-custom:hover {
	color: #3498DB;
	
}

.btn-custom:visited {
	background-color: #ffffff;
}




/* header */
.header {
	/* récuparation du code couleur sur le site d'Adobe */
	 background-color: #2C3E50;
	 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: #ffffff;
	margin-right: 20px;
}

.menu a:hover {
	color: #3498DB;
}


/* bannière */
.banner {
	width: 100%;
	max-width: 100%;
}

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

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

.inner-banner {
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
	
}

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





/* about */
#about {
	text-align: center;
	padding-top: 5%;
}


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

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

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

.about p {
	text-align:justify;
	
}


.about button {
	position: absolute;
}



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

#portfolio{
	text-align: center;	
}

.portfolio iframe {
	margin-top: 5%;
	margin-bottom: 5%;
	display: block;
	
}

/* tyt */
.tyt {
	background-color: #eeeeee;
	height: 1200px;
}

#tyt{
	text-align: center;	
}

.tyt iframe {
	margin-top: 5%;
	margin-bottom: 5%;
	display: block;
	
}

/* kiomda */
.kiomda {
	background-color: #eeeeee;
	height: 900px;
}

#kiomda{
	text-align: center;	
}

.kiomda iframe {
	margin-top: 5%;
	margin-bottom: 5%;
	display: block;
	
}

/* marin */
.marin {
	background-color: #eeeeee;
	height: 900px;
}

#marin{
	text-align: center;	
}

.marin iframe {
	margin-top: 5%;
	margin-bottom: 5%;
	display: block;
	
}

/* vie */
.vie {
	background-color: #eeeeee;
	height: 1100px;
}

#vie{
	text-align: center;	
}

.vie iframe {
	margin-top: 5%;
	margin-bottom: 5%;
	display: block;
	
}

.carousel {
	width: 800px;
	margin:auto;
}


/* contact */
.footer {
	background-color: #2C3E50;
	height: 600px;
}

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


.footer .btn-custom {
	background-color : #3498DB;
	color: #ffffff;
}

.footer .btn-custom:hover {
	color: #2C3E50;
	
}

.footer .btn-custom:visited {
	background-color: #ffffff;
}

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

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

input {
	margin-bottom: 20px;
	
}

.span3 {
	height: 50px;
	width: 500px;
	border: none;
}

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





@media screen and (max-width: 1024px) {
	
	


.logo {
	display: none;
}

.menu{
	float: right;
	
}

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

.menu a:hover {
	color: #3498DB;
}	
	
	

body {
	font-size:x-large;
}

a {
	font-size:medium;
}
		
	
/* bannière */	

.inner-banner {
	top: 10%;
}


/* about */

.about iframe {
	width: 100%;
	height: 405px;
}

/* portfolio */

.portfolio {
	height: 900px;
	text-align:justify;
}


#kiomda {
	width: 100%;


}

#trucking {
	width: 100%;


}

.carousel{
	width: 100%;
	margin-top: 10%;
}


}


	


