
.container_icones{
	display: flex;
	justify-content: space-around;
}

#three_icones{
	background-color: #ffffff;
	padding-top: 3.5vw;
	padding-bottom: 2.5vw;
}

#three_icones .icone{
    width: 35%;
    height: 23vw;
}


#three_icones .icone img{

	display: block;
 	margin-left: auto;
	margin-right: auto;
	width: 60%;
}

#three_icones .icone h5{
	text-align: center;
	text-transform: uppercase;
	color: #0E0F3B;
	font-weight: 200;
	margin-left: 5vw;
	margin-right: 5vw;
	margin-top: 1.2vw;
	font-size: 1.4vw;
}

.grey-out {
	-webkit-opacity: O.65;
	-moz-opacity: 0.65;
	opacity: 0.65;
}
	.grey-out:hover {
		-webkit-opacity:1;
		-moz-opacity: 1;
		opacity: 1;
	}

#three_icones .icone h5:hover {
	color: #80bdff;
}

/* Responsive */
@media (max-width:550px) {
    
	.container_icones{
		display: flex;
		flex-direction: column;
	}

	#three_icones .icone{
		width: 80%;
		height: auto;
		margin: auto;
		padding-top: 6vw;
		padding-bottom: 1vw;
	}

	#three_icones .icone h5{
		text-align: center;
		text-transform: uppercase;
		color: #0E0F3B;
		font-weight: 150;
		margin-top: 3vw;
		margin-bottom: 2vw; 
		font-size: 4vw;
	}

}

@media (max-width:1050px) {

	.grey-out {
		opacity: 1;
	}

}