.container-encart{
position: relative;
display: inline-block;
border-radius: 15px;
    width: 680px;
height: 290px;
background-color: #06898d;
margin: 15px 0 0 30%;
z-index: 2;

}
.encart-text{
    padding: 15px;
    width: 300px;
    height: 290px;
    z-index: 5;
}
.encart-photo{
position: absolute;
padding-top: 2.5px;
float: right;
width: 336px;
height: 290px;
top:0;
right: 0;
padding: 5px;
z-index: 5;}

.encart-ensavoirplus{
	border-radius: 5px;
	background-color:white;
	border: solid 2px white;
}
