  #produitsSimilaire .frameImages {
    position: relative;
    height: 350px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
 
	}
 #produitsSimilaire .frameImages img {
	max-width:100%;
	max-height: 90%;
	}
#produitsSimilaire .NomProduit{
    text-align: center;
    color: #000d53;
    font-size: 18px;
    font-family: 'Arsenal', sans-serif;
    font-weight: bold;
    text-decoration: none;
	display:block;
}

#produitsSimilaire .TitreProduitsSimilaire {
    color: #234e9f;
    font-size: 6em;
    font-family: 'Arsenal', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 80px;
}

