@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #34495e;
}

.container > header,
.codrops-top {
	color: #fff;
	font-family: 'Lato', Arial, sans-serif;
}

.container > header {
	margin: 0 auto;
	padding: 12em 2em;
	padding-left: 370px;
	background: rgba(0,0,0,0.05);
}

.container > header a {
	color: #566473;
	text-decoration: none;
	outline: none;
}

.container > header a:hover {
	color: #4f7bab;
}

.container > header h1 {
	font-size: 3.2em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}
.container > header h2 {
	font-size: 2.5em;
	line-height: 1.3;
	margin-left: 440px;
	font-weight: 300;
}


.trait {
    background-color: #999999;
    height: 3px;
    margin-left: 400px;
    margin-right: 400px;
	margin-top: 5px;
}

.trait2 {
    background-color: #C0C0C0;
    height: 3px;
    margin-left: 400px;
    margin-right: 400px;
	margin-top: 5px;
}

#li {
	margin-left: 5px;
}
p{
	margin-left: 200px;
	font-size:18px;
	margin-right: 200px;
	color: black;
}

c{
	margin-left: 50px;
	font-size:18px;
	color: black;
	word-spacing: 100px;
}

a{
	color: gray;
	display: inline-block;
}

i{
	color: gray;
}


 ul
{
    list-style-type: none;
}

ul a:hover
{
    color: white;
    border-bottom: 3px solid ;
}

.formulaire{
	float: left;
	margin-left: 100px; 
	
}

#h1 {
	color: grey;
	margin-left: 10px;
	font-style: oblique
}

#btn_submit {
    background: black;
    border-style: black;
    cursor: pointer;
}

#logo{
	float: right;
	margin-right: 500px;
}

#logo_1{
	float: right;
	margin-right: 20px;
}

#logo_2{
	float: right;
	margin-right: 20px;
}

#logo_3{
	float: right;
	margin-right: 20px;
}

#icone {
	background-color:#4b3f39;
	font-family: 'Open Sans', sans-serif;
	font-size:35px;
	color:#999999;
	float: right;
	margin-right: 400px;
	padding:10px 20px;
	background-image: linear-gradient(bottom, rgb(62,51,46) 0%, rgb(101,86,78) 100%);
	border-radius: 5px;
	box-shadow: inset 0px 1px 0px #9e8d84, 0px 5px 0px 0px #322620, 0px 10px 5px #999;
	
}

#ul icone:hover {
	color: white;
    border-bottom: 3px solid ;
}
#icone:active {
	top:10px;
	background-image: linear-gradient(bottom, rgb(62,51,46) 100%, rgb(101,86,78) 0%);
	box-shadow: inset 0px 1px 0px #999999, 0px 2px 0px 0px #322620, 0px 5px 3px #999;
}



#icone:active::before {
	top:50%;
	margin-top:-30px;
	box-shadow: inset 0px 1px 0px #827066, 0px 3px 0px #19120f, 0px 6px 3px #382e29;
}



.container > header span {
	display: block;
	font-size: 55%;
	color: #74818e;
	padding: 0 0 0.6em 0.1em;
}

/* To Navigation Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.codrops-demos a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #b1aea6;
	color: #b1aea6;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #89867e;
	color: #89867e;
}

@media screen and (max-width: 1025px) {
	.container > header {
		margin: 0 auto;
		padding: 120px 50px;
		font-size: 70%;
		text-align: right;
	}
}

@media screen and (max-width: 740px) {

	.codrops-icon span {
		display: none;
	}

}

