body {
	min-height: 100%;
	margin: 0px;
}

.Zone1 {
	background-image: url('../images/img_bacgkround.jpg');
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: 100% 100%;
 }
.Logo {
	background-image: url('../images/img_logo.png');
	width: 25vh;
	height: 32vh;
	background-position: center;
	background-size: 100% 100%;
	position: relative;
}

h1 {
	color: #ED8B00;
	font-family: 'Roboto', sans-serif;
	font-size: 22pt;
}

ul {
	padding-left: 30px;	
}

li {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16pt;
}

.ContactezNous {
	font-weight: bold;
	padding-left: 0px;	
}

.ContactezNous img {
	float: left;
	margin-right: 10px;
	padding-top: 3px;
}

.ContactezNous li {
    list-style-type: none;
	padding-bottom: 10px;
}

.ContactezNous a {
	text-decoration:none;
	color: black;
}

.ContactezNous a:hover {
	text-decoration:underline;
}

@media all and (orientation:portrait) {
	#VuePortrait {
		display:block;
	}
	#VuePaysage {
		display:none;
	}
	.Zone1 {
		width: 100%;
		height: 50vh;
	 }
	.Logo {
		left: 27vw;
		top: 10vh;
	}
	.Zone2 {
		padding:10vw;
	}
	.ContactezNous img {
		width: 40px;
		height: auto;
	}
	.ContactezNous li:not(:last-child) {
		margin-bottom: 20px;
	}
}
	

@media all and (orientation:landscape) {
	#VuePortrait {
		display:none;
	}
	#VuePaysage {
		display:block;
	}
	.Zone1 {
		width: 60vw;
		height: 100vh;
		position: fixed;
	 }
	 .Logo {
		left: 24vw;
		top: 32vh;
	}
	.Zone2 {
		margin-top: 10vh;
		margin-right: 5vh;
		width: 33vw;
		height: 80vh;
		float: right;
	}
	h1 {
		margin-top: 10vh;
	}
	.ContactezNous img {
		width: 24px;
		height: auto;
	}
}