/*

Couleur principale du thème

*/

#et-top-navigation li.current-menu-item a,
#et-top-navigation li a:hover,
.single [class^="flaticon-"]:before,
.single [class*=" flaticon-"]:before{
	color:#9E7D4C !important;
}

.et_pb_contact p input, 
.et_pb_contact p textarea{
	border-color:#9E7D4C !important;
}

#equipe .header-image img:hover,
#photos-cabinet img:hover{
	-webkit-filter: grayscale(0%);
}

@media all and (min-width:981px){
	#equipe .header-image img,
	#photos-cabinet img{
		filter: gray;
		-webkit-filter: grayscale(100%);
		-webkit-transition: all .6s ease;
		-webkit-backface-visibility: hidden;
		}
}