/*
====================================
    Actualité Page d'accueil
====================================
*/
.newsList {
    width: 100%;
    border-width: 1px;
    padding: 1em 0;
}

.newsList .linkAllNews{
    display: block;
    color: transparent;
    width: 160px;
    height: 60px;
}

/*
====================================
    Actualités
====================================
*/
.new .documents {	
    margin: 1em 2em;
}

.new .resume {
    font-size: larger;
    font-weight: bold;
    margin-left: 20px;
}

.new h3 {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 8px;
    margin-top: 10px;
    margin-left: 20px;
}

.new .document .linkLireSuite { 
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 1em;
    padding-left: 1em;
  	text-decoration: underline;
    color: #333333;
    white-space: nowrap;
    display: block;
}

.new .resume p {
    padding-left: 0;
    padding-right: 0;
}

.newsList {
    display: flex;
    margin: 0 !important;
    padding: 0;
}

.newsList .new h3 {
    margin: 0;
}

.document {
    display: flex;
    margin-bottom: .5em;
}

.description {
    margin-right: .5em;
    flex: 8;
}

.news {
    flex: 8;
    flex-direction: column;
}

.new {
    margin: 1.5em 2em;
    flex: 8;
}

.new, .documents {
    display: flex;
    flex-direction: column;
}

.link, linkLireSuite {
    flex: 2;
}

.link {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .link {
        display: flex;
        flex: 1;
        justify-content: center;
    }
}
