/** FONCTIONS **/
/** END FONCTIONS **/
/** FONTS **/
/** END FONTS **/
/** Liste Actus **/
body.category-actualites header.page-header {
  background: #f1f1f1;
  padding: 25px 0px;
  text-align: center;
  margin-bottom: 50px;
}
.blogactus header.page-header H1 {
  text-align: center;
}
.blogactus {
  display: flex;
  flex-wrap: wrap;
}
.blogactus .post-column {
  box-sizing: border-box;
  display: flex;
  width: 100%;
}
.blogactus .post-column .category-actualites {
  display: flex;
  flex-direction: column;
  background: #fff none repeat scroll 0 0;
  border-top: 3px solid #3498db;
  box-shadow: 0 2px 2px #aaa;
  margin: 0 0 2em;
  max-width: 100%;
  padding: 1.5em;
}
.blogactus .post-column .category-actualites:hover {
  background: #F1F1F1;
  border-top: 3px solid #3498db;
}
.blogactus .post-column .category-actualites h2 a {
  font-size: 17px;
  margin: 25px 0px 15px;
  color: #3498db;
  display: block;
}
.blogactus .post-column .category-actualites:hover h2 a {
  text-decoration: underline;
  color: #3498db;
}
.blogactus .entry-header .date,
.actus .date {
  color: #666666;
}
.blogactus .post-column .category-actualites .entry-content {
  margin-top: 5px;
}
/** END Liste Actus **/
/** Single actu **/
body.single .btn_noir.petit {
  font-size: 0.9em;
  padding: 3px 8px;
  margin-bottom: 10px;
}
.bloc3 {
  text-align: center;
  margin: 10px 30px;
}
/** END Single actu **/
/* Version > 360 */
/* Version 768 */
@media (min-width: 768px) {
  .blogactus .post-column {
    padding-right: 2em;
    width: 50%;
  }
  .bloc3 {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
  }
  .bloc3.adresse {
    width: 45%;
    font-size: 0.85em;
  }
}
/* Version > 1024 */
/* Version > 1200 */
@media (min-width: 1200px) {
  .blogactus .post-column {
    padding-right: 2em;
    width: 33%;
  }
}
