.sizeBigCentered {
	width: 90%;
	margin-left: 5%;
}

.res-soc{
	width: 15%;
	margin-left : 5%;

}
.res-soc:hover {
	-webkit-animation:spin 0.3s linear;
    -moz-animation:spin 0.3s linear;
    animation:spin 0.3s linear;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
