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

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

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

.Nouvelles-Teasers-Item a {
    display: flex;
    flex-direction: row;
    text-decoration: none;
}

.Nouvelles-Teasers-Item-Contenu {
    color: #223654;
}

.Nouvelles-Teasers-Item-Date {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.Nouvelles-Teasers-Item-Genre {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.Nouvelles-Teasers-Item-Sujet {
    font-size: 0.9rem;
    font-weight: bold;
}

.Nouvelles-Teasers-Item-Titre {
    font-size: 0.9rem;
    font-weight: bold;
    color: #095797;
}

.Nouvelles-LienListe {
    display: flex;
}

.Nouvelles-LienListe a {
        text-decoration: none;
}

.Nouvelles-LienListe:hover {
    text-decoration: underline;
  }




.Nouvelles-Elements {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
    text-align: left;    
    border-bottom: 0.063rem solid #223654;
}

.Nouvelles-Options {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1em 0;
    border-bottom: 0.063rem solid #c5cad2;
}

.Nouvelles-Options-Item label {
    font-size: 0.8rem;
    font-weight: bold;
}

.Nouvelles-Options-Item input {
    width: 2rem;
}

.Nouvelles-Item a {
    display: flex;
    flex-direction: row;
    color: #223654;
    text-decoration: none;
    border-bottom: 0.063rem solid #c5cad2;    
}

.Nouvelles-Item-Image {
    display: flex;
    width: 20%;
    padding: 1em;
}

.Nouvelles-Item-Image img {
    width: 100%;
    height: auto;
}

.Nouvelles-Item-Contenu {
    display: flex;
    flex-direction: column;
    color: #223654;
    padding: 1rem 0 1rem 0;
    gap: 0.25rem;
}

.Nouvelles-Item-Date {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.Nouvelles-Item-Genre {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.Nouvelles-Item-Sujet {
    font-size: 0.9rem;
    font-weight: bold;
}

.Nouvelles-Item-Titre {
    font-size: 0.9rem;
    font-weight: bold;
    color: #095797;
}

.Nouvelle-Show-Liens h2.Nouvelle-Show-Titre{
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.5rem;
}
.Nouvelle-Show-Liens-Content{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: max-content;
}
.Nouvelle-Show-Liens-Content > a{
    padding-left: 2rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: left;
}
.Nouvelle-Show-Liens-Content > a::before{
    content: '';
    background: url(../Icons/icone_docs.svg);
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    background-position: center;
    background-size: 1.5rem;
    margin-left: -2rem;
    background-repeat: no-repeat;
}

@media (max-width: 1024px) {

}

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

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