.gNouvelles-Item h4 p,
.gNouvelles-Teasers-Item h4 p {
    margin: 0;
    padding: 0;
}

.gNouvelles-Liste {
    padding: 1em 0 2em 0;
}

.gNouvelles-LienListe {
    display: flex;
}

.gNouvelles-LienListe a {
    font-size: 1.2em;
    text-decoration: none;
}

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

.gNouvelles-Item {
    padding-bottom: 2em;
    border-bottom: 0.063em solid #c5cad2;
    margin-bottom: 1em;
}

.gNouvelles-Item-Contenant {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.gNouvelles-Item a {
    color: #223654;
    text-decoration: none;
}

.gNouvelles-Item > a {
    display: flex;
}

.gNouvelles-Item-Image {
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    padding-right: 2%;
    float: left;
}

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

.gNouvelles-Item-Contenu {
    color: #223654;
    width: 100%;
    padding: 0 0 1em 0;
    gap: 0.25em;
}

.gNouvelles-Item-Image + .gNouvelles-Item-Contenu {
    width: 78%;
}

.gNouvelles-Item-Date {
    font-size: 0.875em;
    line-height: 1.8em;
    font-weight: bold;
}

.gNouvelles-Item-Categories {
    font-size: 0.875em;
    line-height: 1.6em;
}

.gNouvelles-Item-Sujet {
    font-size: 0.9em;
    font-weight: bold;
}

.gNouvelles-Item-Titre h4 {
    color: #095797;
    font-size: 1.2em;
    font-weight: bold;
    margin-block-start: 0;
    margin-block-end: 0.5em;
}

.gNouvelles-Item-Documents {
    display: flex;
    flex-direction: column;
    color: #223654;
    padding-top: 1em;
}

/******************************************************************************************************** Nouvelle ***/

.gNouvelle {
    display: flex;
    flex-direction: column;
}

.gNouvelle-Image {
    min-width: 25%;
    max-width: 25%;
    float: left;
    margin: 0 1em 1em 0;
}

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

.gNouvelle-Titre h2 {
    font-size: 1.5em;
    margin-block-start: 0;
}

.gNouvelle-Date {
    font-weight: bold;
}

.gNouvelle-Type {
    font-style: italic;
}

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

.gNouvelle-Lien-Detail {
    display: flex;
    justify-content: flex-start;
    margin-left: 0%;
}

.gNouvelle-Lien-Detail a {
    display: flex;
    color: #095797;
    text-decoration: none;
}

/********************************************************************************************************* Teasers ***/

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

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

.gNouvelles-Teasers-Item {
    display: flex;
    flex-direction: column;
}

.gNouvelles-Teasers-Item a {
    display: flex;
    text-decoration: none;
}

.gNouvelles-Teasers-Item-Contenant {
    flex: 1;
    color: #223654;
}

.gNouvelles-Teasers-Item-Image {
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    padding-right: 2%;    
    float: left;    
}

.gNouvelles-Teasers-Item-Image img {
    width: 100%!important;
    height: auto;
}

.gNouvelles-Teasers-Item-Contenu {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.gNouvelles-Teasers-Item-Date {
    font-size: 0.9em;
    line-height: 2.5em;
}

.gNouvelles-Teasers-Item-Categories {
    font-size: 0.9em;
    line-height: 1.5em;
}

.gNouvelles-Teasers-Item-Sujet {
    font-size: 0.9em;
    font-weight: bold;
}

.gNouvelles-Teasers-Item-Titre h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin-block-start: 0;
    margin-block-end: 0.5em;
}

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

@media (max-width: 1024px) {

}

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

@media (max-width: 640px) {
    .gNouvelles-Item-Contenant {
        display: block;
    }

    .gNouvelles-Item-Image {
        width: 30%;
        min-width: 30%;
        max-width: 30%;
    }

    .gNouvelles-Item-Contenu {
        width: 100%;
    }
}