/* GRILLE */

.grille {  
  width: 100%;
	max-width:1650px;
  margin: 0 auto 10px auto;
}
/*.grille .c_1 {  width: 282px;  height: 211px;  margin: 6px; }
.grille .c_2 {  width: 576px;  height: 434px;  margin: 6px; }
.grille .c_2_1 {  width: 576px;  height: 211px;  margin: 6px; }*/

.grille .c_1 {  width: 24.25%;  height: 211px;  margin: 0.5% 0 0 0.5%; }
.grille .c_2 {  width: 49%;  height: 428px;height: 330px;  margin: 0.5% 0 0 0.5%; }
.grille .c_2_1 {  width: 49%;  height: 211px;  margin: 0.5% 0 0 0.5%; }

.grille article {
  overflow: hidden;
  position: relative;
}
.grille article figure.fd {
  width: 100%;
  height: 100%;
}
.grille article figure.fd img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.45s;  
  -moz-transition: -moz-transform 0.45s; 
  -o-transition: -o-transform 0.45s;  
  -ms-transform: scale(1);
  transition: transform 0.45s;
  -webkit-transform: translate3d(0, 0, 0);
}
.grille article:hover figure.fd img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.grille article figcaption { display: none; }
.grille article h3 {
  position: absolute;
  left: 0; bottom: 0;
  width: 100%;
  
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-8 */

}
.grille article a {
  display: block;
  float: left;
  text-decoration: none;
  padding-left: 15px;
  padding-bottom: 13px;
  padding-right: 25px;
  padding-top: 30px;
  
  background-image: url(/lae/public1.0/img/site/etoiles.png);
  background-repeat: no-repeat;
  background-position: right top;
  
  font-family: 'Ubuntu', arial;
  font-size: 20px; line-height: 20px;
  font-weight: 500;
  color: #ffffff;
}
.grille article:hover .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0; top: 0;
  background-color: #6f930b;
  /*background-color: rgba(37,100,3,0.9);*/
	background-color: rgba(111,147,11,0.9);
}
.grille article:hover .overlay .texte {
  position: absolute;
  left: 0; bottom: 0;
}
.grille article:hover .overlay .texte h3 {
  position: relative;
}
.grille article:hover .overlay figure {
  position: absolute;
  top: 5px; right: 10px;
}
.grille article:hover .overlay .texte p {
  clear: both;
  max-width: 405px;
  font-family: 'Open Sans', arial;
  font-size: 14px; line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}
.grille article.c_2_1:hover .overlay .texte p {
	padding-right:115px;
	max-width: 285px;
}

@media (min-width: 1600px) {
	.grille .c_1 {  width: 24.25%;  height: 300px;  margin: 8px 0 0 0.5%; }
	.grille .c_2 {  width: 49%;  height: 428px;  margin: 8px 0 0 0.5%; }
	.grille .c_2_1 {  width: 49%;  height: 300px;  margin: 8px 0 0 0.5%; }
}
@media (max-width: 1279px) {
	.grille .c_1 {  width: 24.25%;  height: 185px;  margin: 0.5% 0 0 0.5%; }
	.grille .c_2 {  width: 49%;  height: 265px;  margin: 0.5% 0 0 0.5%; }
	.grille .c_2_1 {  width: 49%;  height: 185px;  margin: 0.5% 0 0 0.5%; }
}

/*@media (min-width: 1600px) {
  
  .grille .c_1 {    width: 282px;    height: 211px;  }
  .grille .c_2 {    width: 576px;    height: 434px;  }
  .grille .c_2_1 {    width: 576px;    height: 211px;  }
  
}

@media (max-width: 1599px) {
  .grille .c_1 {    width: 282px;    height: 211px;  }
  .grille .c_2 {    width: 576px;    height: 434px;  }
  .grille .c_2_1 {    width: 576px;    height: 211px;  }
  
}

@media (max-width: 1279px) {
  .grille .c_1 {    width: 218px;    height: 163px;  }
  .grille .c_2 {    width: 448px;    height: 338px;  }
  .grille .c_2_1 {    width: 448px;    height: 163px;  }
  
  .grille article a {
    font-size: 14px; line-height: 14px;
    font-weight: 500;
  }
  .grille article:hover .overlay .texte p {
	  font-size: 12px;
	  line-height:18px;
  }
	.grille article.c_2_1:hover .overlay .texte p {
	padding-right:165px;
	max-width: 185px;
	}

  
}
@media (max-width: 1004px) {
  .grille .c_1 {    width: 158px;    height: 118px;     }
  .grille .c_2 {    width: 328px;    height: 248px;     }
  .grille .c_2_1 {    width: 328px;    height: 118px;    }
  
  .grille article:hover .overlay figure {
    display: none;
  }
  .grille article:hover .overlay .texte p{
	  display:none;
  }
  
}
@media (max-width: 759px) {
  
  .grille {    width: 642px;  }
  
  .grille .c_1 {    width: 202px;    height: 151px;  }
  .grille .c_2 {    width: 416px;    height: 314px;  }
  .grille .c_2_1 {    width: 416px;    height: 151px;  }
  
}
@media (max-width: 659px) {
  
  .grille {    width: 480px;  }
  
  .grille .c_1 {    width: 148px;    height: 111px;  }
  .grille .c_2 {    width: 308px;    height: 234px;  }
  .grille .c_2_1 {    width: 308px;    height: 111px;  }
  
}
@media (max-width: 499px) {
  
  .grille {    width: 320px;  }
  
  .grille .c_1 {    width: 148px;    height: 111px;  }
  .grille .c_2 {    width: 308px;    height: 234px;  }
  .grille .c_2_1 {    width: 308px;    height: 111px;  }
  
  .grille article:hover .overlay .texte p {
    line-height: 15px;
  }
	
}*/