@charset "iso-8859-1";
/* CSS Document */

html, body, table, td{
	height: 100%;
	width: 100%;
	border:0;
	margin:0;
	padding:0;
}
body {
	background-color: #87c3db;
	font-family: Arial, Helvetica, sans-serif;
}

.pageEcran {
background-image:url(fond-accueil.jpg);
background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
	}

.blocClient {
display: flex; 
margin: auto;
}

.infosClient {
background-color: rgba(0, 0, 0, 0.36);
margin: auto;
margin-top: auto;
padding: 20px 40px;
color: #fff;
text-align: center;
margin-top: 40px;
box-shadow: 0 0 30px rgba(0,0,0,0.5);
width:100%;
}

.infosClient h1 { font-size:1.5; font-weight:normal}
.infosClient h2 { font-size:1.1; font-weight:normal}

