
/* Actualités */
.liste-actus {
  
}
.liste-actus .actu {
  display: inline-block;
  width: 45%;
  margin: 3% 0;
  margin-right: 4%;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .liste-actus .actu {
    display: block;
    width: auto;
  }
}
.liste-actus .actu .miniature {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  background-position: left;  
  -webkit-background-size: cover;
  background-size: cover;
}
.liste-actus .actu .miniature a {
  display: block;
  height: 0;
  padding-top: 66%;
  text-decoration: none;
  outline: none;
}
.liste-actus .actu h2 {
  padding-top: 5px;
  margin-bottom: 5px;
  font-family: 'Open Sans', arial;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  color: #a56d3a;
}
.liste-actus .actu h2 a {
  text-decoration: none;
  color: inherit;
}
.liste-actus .actu h2 .date {
  display: block;
  font-size: 0.7em;
  font-weight: 400;
}
.liste-actus .actu p {
    margin-top: 10px;
    font-family: 'Open Sans', arial;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #333333;
}
.liste-actus .actu h2 .tags a {
  display: inline-block;
  position: relative;
  color: #6c971a;
}

.liste-actus .actu .lien a {
  display: inline-block;
  margin-top: 5px;
  text-decoration: none;
  padding: 3px 6px;
  background-color: #75a800;
  text-transform: uppercase;
  color: #FFF;
  font-size: 0.8em;
}
article.actualite {
  
}
article.actualite .retour a {
  display: inline-block;
  padding-left: 23px;  
  background-image: url(/lae/public1.0/img/site/p-ar-l.png);
  background-repeat: no-repeat;
  background-position: left;
}
article.actualite h1 {
  padding-top: 30px;
}
article.actualite h1 .date {
  display: block;
  font-size: 0.6em;
  color: #642804;
  line-height: 1;
}
.liens-partages {
  margin-top: 30px;
  text-align: center;
}
.liens-partages p,
.liens-partages ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.liens-partages p {
  text-transform: uppercase;
  color: #642804;
  position: relative;
  left: -3px;
  top: -2px;
}
.articleCM .liens-partages li {
  display: inline-block;
  padding: 0;
  margin: 0;
  background: none;
}
.liens-partages a {
  display: block;
  width: 31px;
  height: 31px;
  margin: 0 1px;
  background-repeat: no-repeat;
  background-position: center;
  
  -webkit-transition: all 0.1s linear;  
  -moz-transition: all 0.1s linear; 
  -o-transition: all 0.1s linear;  
  transition: all 0.1s linear;
}
.liens-partages .facebook {
  background-image: url(/lae/public1.0/img/site/pp-facebook.png);
}
.liens-partages .twitter {
  background-image: url(/lae/public1.0/img/site/pp-twitter.png);
}
.liens-partages .x-twitter {
  background-image: url(/lae/public1.0/img/site/pp-x-twitter.png);
}
.liens-partages .linkedin {
  background-image: url(/lae/public1.0/img/site/pp-linkedin.png);
}
.liens-partages .pinterest {
  background-image: url(/lae/public1.0/img/site/pp-pinterest.png);
}
.liens-partages .email {
  background-image: url(/lae/public1.0/img/site/pp-mail.png);
}
.liens-partages ul:hover a {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.liens-partages ul a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.col-gauche {
  float: left;
  width: 73%;
  padding: 0 1%;
}
.col-droite {
  float: left;
  width: 23%;
  padding: 0 1%;
}
@media screen and (max-width: 480px) {
  
.col-gauche,
.col-droite { 
float: none;
width: auto;
}
}

.rubriques {
  padding-top: 50px;
}
.rubriques li {
  list-style: none;
}
.rubriques a {
  display: block;
  padding: 4% 5%;
  margin: 1% 0;
  background-color: #e8e0d9;
  font-family: 'Open Sans', arial;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #7c7269;
  text-transform: uppercase;
  text-decoration: none;
}
.rubriques a:hover {
  outline: none;
  background-color: #DFD4CA;
}
.rubriques a.rappel {
  background-color: #75a800;
  color: #FFF;
}
.d-actus {
  padding-top: 50px;
}
.d-actus h2 {
  font-family: 'Open Sans', arial;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 300;
  color: #642804;
  margin-bottom: 10px;
}
.l-actu {
  margin: 10px;
}
.l-actu .miniature {
  display: block;
  float: left;
  margin-right: 10px;
  width: 30%;
  background-position: left;  
  -webkit-background-size: cover;
  background-size: cover;
}
.l-actu .miniature a {
  display: block;
  height: 0;
  padding-top: 100%;
}
.l-actu h3 {
  font-family: 'Open Sans', arial;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400;
  color: #6c971a;
}
.l-actu a {
  text-decoration: none;
  color: inherit;
}
.l-actu h3 .date {
  display: block;
  font-size: 0.9em;
  color: #642804;
  padding-top: 5px;
}