.Faq-Entete {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 1em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.Faq-Total {
    font-size: 1em;
    font-weight: bold;
}

.Faq-Recherche {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;    
}

.Faq-Recherche-Compteur {
    visibility: hidden;
    font-size: 0.7em;
    padding: 0.5em 0;
}

.Faq-Recherche-Compteur span {
    font-size: 1em;
    font-weight: bold;
}

.Faq-Recherche input {
    font-size: 1em;
    height: 2em;
    padding: 0.5em;
    border: 0.1em solid #095797;
    box-sizing: border-box;
  }    

.Faq-Teasers {
    display: flex;
    flex-direction: column;
}

.Faq-Teasers-Liste {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #223654;
}

.Faq-Teasers-Item {
    position: relative;
    display: flex;
    flex-direction: column;
}

.Faq-Teasers-Item a {
    flex: 1;    
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    text-decoration: none;
}

.Faq-Teaser-Contenu {
    color: #223654;
}

.Faq-Teaser-Genre {
    font-size: 0.875em;
    line-height: 1.5em;
}

.Faq-Teaser-Sujet {
    font-size: 0.9em;
    font-weight: bold;
}

.Faq-Teaser-Question {
    font-size: 0.9em;
    font-weight: bold;
    color: #095797;
}

.Faq-Note {
    display: flex;
    justify-content: flex-end;
}

.Faq-Note p {
    font-style: italic;
}

/*********************************************************************************************************************/
/****************************************************************************************************** media 1024 ***/
/*********************************************************************************************************************/

@media (max-width: 1024px) {

}

/*********************************************************************************************************************/
/******************************************************************************************************* media 640 ***/
/*********************************************************************************************************************/

@media (max-width: 640px) {
    
}