div.bodywrapper .cal_liste-briques h3 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 2em;
  color: #003d7e;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 20px; }
        
       

.bodywrapper .cal_liste-briques {
    margin-bottom: 60px;
}

.bodywrapper .cal_liste-briques ul {
  margin-bottom: 20px; 
}



div.bodywrapper .cal_liste-briques ul li {
	display: inline-block;
}

div.bodywrapper .cal_liste-briques ul h4 {
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	text-transform: uppercase;
/* 	background-color: #f4f2e6; */
	padding: 20px 30px;
	margin-bottom: 10px;
	margin-right: 10px;
}

@media
(
max-width
:
768px)
{
div.bodywrapper .cal_liste-briques ul h4 {
	font-size: 1.3em;
	padding: 10px;
}

}
div.bodywrapper .cal_liste-briques ul h4 a {
	display: block;
/* 	color: #3d3d3d; */
}



