/* inserez ci dessous votre code CSS */
/* couleur bloc */
.block-opacx h2, .block-views h2, .block-calendrier-events h2, .block-facets h2, .block-block-content h2, .block-user h2 {
    background-color:#253439 !important;
    color: white;
    text-transform: none;
}
/* fin couleur bloc
/* passage au carré */ 

.block-opacx, .block-views,.block-calendrier-events, .block-facets, .block-block-content, .block-user {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	box-shadow: none !important;
	border: 1px solid #d3eee7 !important;
	/* background-color:#ECECEC !important; */
}

.block-opacx h2, .block-views h2, .block-calendrier-events h2, .block-facets h2, .block-block-content h2, .block-user h2 {
	border-top-left-radius : 0;
	border-top-right-radius : 0;
}

/* fin passage au carré */

/*couleur menu */
#superfish-main a, #superfish-main li {
	background-color: none; 
	color :#253439 !important;
}

#superfish-main li:hover {
  color:#C50D34 !important;
}
#superfish-main li a:hover {
  color:#C50D34 !important;
}
/*
#superfish-main .is-active{
  color:#FFA500 !important;
}
*/
/* fin couleur menu */

/* taille image nouveauté 
.slick-slide img {
	height : 250px;
}
/* fin taille image */

/* bloc lien login utilisateur
#link_login_user {
	text-align: center;
}
#link_login_user a {
  color : #007268;
  font-size: 12px;
}
*/