.container-encart-equipe{
position: absolute;
display: inline-block;
border-radius: 0px;
width: 60%;
height: 40%;
background-color: #06898d;
filter: opacity(90%);
margin: 16% 0 5% 22%;
z-index: 2;

}
.encart-text-equipe{
    position:absolute;
    top:0;
    left: 12%;
    padding: 0 15px 0 15px;
    width: 70%;
    height: 70%;
    font-size: 110%;
    color: black;
    z-index: 2;
}
.encart-photo-equipe{
position: absolute;
padding-top: 2.5px;
float: right;
width: 20%;
height: 100%;
top:0;
left: 0;
padding: 5px;
z-index: 2;}

.encart-ensavoirplus-equipe{
	border-radius: 5px;
	background-color:white;
	border: solid 2px white;
}
.container-biographie{
    display: inline-block;
    width: 77.1%
    }
.equipier-gauche{
    position:absolute;
    width: 15%;
    left: 5px;
    background: blue;
}
.equipier-droite{
    position:absolute;
    width: 15%;
    right: 0;
    background: blue;
}

