/********************/
/* feuille style tab  1  */
/********************/
#gridview {
   text-align:center; 
}

div.image {
    margin: 10px;
    display: inline-block;
}

div.image img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

div.image img:hover {
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.32), 0 0 0 0px rgba(0,0,0,0.16);
}

.heading{    
    padding: 10px 10px;
    border-radius: 2px;
    color: #FFF;
    background: #6aadf1;
    margin-bottom:10px;
    font-size: 1.5em;
}
#grid{
    margin-bottom:30px;
}
.container {
	 margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: 400px;
    
}

.centered-element{
    margin-left: auto;
    margin-right: auto;
  
    padding: 15px;
    width: 220px;
	text-decoration: none;
}
.heading a {
  text-decoration: none;
}
img {
width :220px;
height : 220px;
}

/* Responsive Styles */

@media screen and (min-width: 1224px) {
    div.image {
        width: 200px;
    }
}

@media screen and (min-width: 1044px) and (max-width: 1224px) {
    div.image {
        width: 100px;
    }
}

@media screen and (min-width: 245px) and (max-width: 1044px) {
    div.image {
        width: 80px;
    }
}

@media opnly screen and (min-width: 700px) and (max-width: 900px) {
    div.image {
        width: 80px;
    }
}