body {
    color:white;
    background-color: transparent;

}

.bloc{
	width:100%;
	clear:both;
	padding:0 20px;
	background-size: cover;
	position:relative;
}

p,h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 20px 0;
}


p {
    line-height: 200%;
   
}


img {
    text-align: center;
    width: 100%;
    margin: 10px 0;
    border-radius: 20px;
}

