@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);

body{font-family: 'Open Sans', sans-serif; font-size:15px; line-height:22px; color:#111;}

.table{display:table; position:absolute; top:0; left:0; height:100%; width:100%;}
.table .cell{width:100%; height:100%; display:table-cell; vertical-align:middle;}

.table .cell article{width:550px; margin:auto;}

.table .cell article h1{ width:550px; height:182px; background:url(../images/template/logo-entreprise-jean-peres.jpg) no-repeat center; text-indent:-9999px; }

.table .cell article p{margin-bottom:10px; text-align:center;}
.table .cell article p i{ padding-right:10px; color:#005389;}
.table .cell article p a{ color:#111; text-decoration:underline;}
.table .cell article p a:hover{ text-decoration:none;}

.table .cell article p.infos{ font-weight:bold; margin-bottom:0; padding:10px 0 20px 0;}


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

.table .cell article{width:auto; padding:0 10px; margin:auto;}
.table .cell article h1{width:auto; background-size:contain;}



}