#titlePage {
    width : 100%;
    height : auto;
    border-bottom : 2px solid #5f6060;
    font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 2em;
    margin-top : 43px;
    color : #5f6060;
    margin-bottom : 27px;
    position : relative;
}

#titlePage p {
    margin-left : 25px;
}

#containerActualites {
    width : 100%;
    height : auto;
    text-align : center
}

.news {
    width : 370px;
    height : auto;
    min-height : 300px;
    display : inline-block;
    margin-top : 20px;
    margin-right : 30px;
    border : 2px solid rgb(11, 167, 208);
    vertical-align : top;
    font-family : Open-Sans;
    text-align : left !important;

}
.linksNews:hover {
    cursor: pointer;
}
.containerImgVideo {
    width : 350px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 15px;
}
.backgroundVideo{
    background-color : rgb(80,80,80);
    width : 100px;
    height : 100px;
    display : inline-block;
    border-radius : 8px;
}
.iconeVideo {
    width : 40px;
    height : 40px;
    margin-left: 30px;
    margin-top: 30px;
}
.iconeVideo:hover{
    cursor : pointer;
}
.dateNews {
    width : 100%;
    margin-left :15px;
    margin-top : 10px;
}
.titreNews {
    margin-top : 10px;
    width : 340px;
    margin-left : 15px;
    margin-right : auto;
    max-height : 200px;
    overflow-y : auto;
    overflow-x : hidden;
    word-wrap: break-word;
    font-size : 1.5em;
}
.texteNews {
    margin-top : 10px;
    margin-bottom : 15px;
    width : 340px;
    margin-left : 15px;
    margin-right : auto;
    max-height : 200px;
    overflow-y : auto;
    overflow-x : hidden;
    word-wrap: break-word;
}
.imagesNews{
    display : inline-block;
    margin-bottom : 10px;
    margin-left : 5px;
    border : 2px solid rgb(255, 255, 255);
    vertical-align : top;
    height : 100px;
    border-radius : 8px;
}
.imagesNews img{
    height : 100px;
    width: 100px;
    border-radius : 8px;
}
.imagesNews:hover {
    cursor : pointer;
}

#containerButtonLoad {
    width : 100%;
    text-align : center;
    margin-top : 30px;
    margin-bottom : 30px;
}

#containerButtonLoad button {
    width : 300px;
    height : 70px;
    font-size : 1em;
}


#containerButtonLoad button:hover {
    cursor : pointer;
}
