.uk-article-meta {
  font-size: 14px;
  line-height: 15px;
  color: #FFFFFF;
  margin-top: 5px;
}

.uk-article-title {
  font-size: 22px;
  line-height: 25px;
  font-weight: inherit;
  text-transform: none;
  margin: 0 0 0 0;
}

/* CSS pour rendre les vidéos reponsive */
.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Citations de Anne Nguyen */
.quote_anne {
  color:#92a8bc;
  font-style:italic;
}

/* Mettre en italique et en couleur */
.highlight_text {
  color:#92a8bc; 
  font-style:italic;
}

/* Mettre en couleur sans italique */
.highlight_pressquote {
  color:#92a8bc;
  font-style:none;
}

/* Source citations */
.quote_source {
  color:#92a8bc;
  font-style:italic;
  font-weight:bold;
}

/*backgroud foncé*/
.blackbackground {
  background-color:#1d1d24 !important;
}

blockquote {
    border-left: 5px solid rgba(255, 255, 255, 0.07);
    font-size: 14px;
    line-height: 23px;
    padding-left: 15px;
	text-align : justify;
}

/* Permet de centrer les gallery widget */
.wall-centered .wk-gallery-wall {  
	display: table;  
	margin: 0 auto;  
	text-align: center;  
}  


.wall-centered .wk-gallery-wall > * {  
	display: inline-block;  
	float: none;  
}


/* Pour les icones du footer qui ont un problème de couleur à cause de ".tm-footer a" à blanc par défaut*/
.tm-social-icons > a {
	color: #1c1c24;
}

/* Pour le bouton lire la suite des actus*/
.uk-button-group {
    margin-top: 10px;
}


