.arthesis_tuiles_completes_tuile_container{
width:95%;
margin:0 auto;
}
.arthesis_tuiles_completes_tuile{
height:490px;
background-size:cover;
background-position:center center;
position:relative;
color:#fff;
border:2px solid transparent;
background-repeat: no-repeat;
display:flex;
}
.arthesis_tuiles_completes_tuile:hover{
color:#fff;
}
.arthesis_tuiles_completes_tuile strong{
position: absolute;
display: block;
top:20px;
width:100%;
padding:0 10px;
text-align:center;
font-size:26px;
text-shadow: 0 0 5px rgba(0,0,0,0.5) ;
}
.arthesis_tuiles_completes_tuile span{
position: absolute;
display: block;
bottom:20px;
width:50%;
text-align:center;
left:25%;
color:#000;
background-color:#fff;
padding:8px 0;
transition: all 0.3s;
opacity: 0;
}
.arthesis_tuiles_completes_tuile:hover span{
opacity: 1;
}