div#zoneCentre div.IndeXysPortletRubriquePublication div.contenuRubrique h3{
	
	margin-top: 50px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    color: #9A9A9A;
    font-family: arial, helvetica, sans-serif;
    border-bottom: #9A9A9A 1px solid;
    padding-bottom: 13px;
    width: 99%;
    font-size: x-large;
	
}

.card {

    transition: 0.3s;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
    padding: 2px 16px;
}


/*flexbox*/



@import "compass/css3";

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  
 width: 272px;
    height: 316px;
    padding: 6px;
    margin: 16px;
    color: grey;
    text-align: center;
    border: 1px solid lightgrey;
}

.flex-item img {

width: 70%;
margin-top: 15px;
}

.button {
    background-color: grey; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    cursor: pointer;
}

.button:hover {
	background-color: lightgrey;
	transition: 0.5s;
}

.button1 {padding: 3px 24px;}
