#animation_ferrage {
	width:100%; 
	display:flex;
	justify-content:center;
    flex-direction:row;
    flex-wrap: wrap;
	
}	
	
#image_gauche {
        height:60vh;
		width:40%; 
    	background: url(/fr/technique/ferrage/images/ProfilBrasDroit1.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position:center;

}


#image_gauche:hover {
	background: url(/fr/technique/ferrage/images/ProfilBrasDroit2.jpg);
	background-repeat: no-repeat;
    background-size: contain;
    background-position:center;
}

#image_droite {
        height:60vh;
		width:40%; 
    	background: url(/fr/technique/ferrage/images/ProfilBrasGauche1.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position:center;

}


#image_droite:hover {
	background: url(/fr/technique/ferrage/images/ProfilBrasGauche2.jpg);
	background-repeat: no-repeat;
    background-size: contain;
    background-position:center;
}