/* CSS de la page Tests Laboratoire */

/* Définit l'image de fond du container Body */
.block-body
{
    background-color : white;
    background : url('../../img/topTestsLabos.png') no-repeat;
    background-size: 1493px;
    margin-top : -15px;
    background-position-x: center;
}

/* Police de la page Tests Laboratoire */
.policeTestsLabo
{
    font-family : 'Quicksand', sans-serif;
}

/* Définit le style du titre des Formations */
.policeTestsLabo .titreTestsLabo
{
    text-align : center;
    height : 150px;
    color : white;
}

/* Permet de changer le style de la police du titre Formations Details */
.titreMainTests
{
    position : relative;
}

/* Permet d'ajouter une ligne blanche en dessous du titre Formations Details */
.ligneMainTests
{
    width : 50px;
    text-align : center;
    position : absolute;
    border-bottom : 3px solid white;
    right : 50%;
    margin : 15px -25px 5px 0px;
}

/* Définit les marges du chemin de la page */
.policeTestsLabo .marginPath
{
    margin-top : 95px;
    margin-bottom : 20px;
}

/* Met la couleur de la police du lien du chemin en noir */
.lienAccueil
{
    color : black;
}

/* Définit le style du nom de Page où on est */
.page
{
    color : #36636e;
    font-weight : bold;
    position : relative;
    border-bottom : 2px solid #386873;
}

/* Positionne la ligne sous le chemin du nom Information ERP de la page */
.ligneTestsLabo
{
    position : absolute;
    bottom : 0;
    left : 0;
    margin-bottom : -2px;
    width : 113px;
    height : 2px;
}
.uneActualite {
  background-color: #c5e6f8;
  border-radius: 0.5em;
  padding: 5px 15px;
  margin-bottom: 10px;
}