/* CSS des pages détails s'informer */

/* Définit l'image de fond du container Body */
.block-body
{
    background-color : white;
    background : url('../../img/topInformer.png') no-repeat;
    background-size: 1493px;
    margin-top : -15px;
    background-position-x: center;
}

/* Police de la page s'informer */
.policeInformation
{
    font-family : 'Quicksand', sans-serif;
}

/* Définit le style du titre des Formations */
.policeInformation .titreInformation
{
    text-align : center;
    height : 150px;
    color : white;
}

/* Permet de changer le style de la police du titre Formations Details */
.titreMainInformerDetails
{
    position : relative;
}

#informationDateMaj
{
    font-size: 12px;
    font-weight : bold;
    width : 100%;
}

/* Permet d'ajouter une ligne blanche en dessous du titre Formations Details */
.ligneMainInformerDetails
{
    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 */
.policeInformation .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;
}

/* Met la police en gras */
.textBold
{
    font-weight : bold;
}

/* Permet d'autoriser le retour à la ligne si le texte sort de la div */
.adaptedInfo
{
    white-space : normal;
    border : none;
    border-bottom : 1px solid grey;
    width : 100%;
    margin-bottom : 10px;
}

/* Supprime les puces des balises li */
li
{
    list-style-type : none;
}

/* Ajoute une marge à certain paragraphe */
.margeParagraph
{
    margin-top : 10px;
}

/* Permet de mettre le titre du block en Gras */
.titreInformerDetails
{
    font-weight : bold;
    margin-bottom : 20px;
    position : relative;
}

/* Définit l'espace entre la ligne du titre et le titre */
.ligneInformerDetails
{
    width : 45px;
    position : absolute;
    border-bottom : 3px solid #386873;
    left : 0;
    margin-top : 5px;
}

/* Style aux indices PDF */
.styleIndicePDF
{
    font-variant: none;
    font-weight: normal;
}

/* Marge entre les guides pratiques FRE & FRM */
.margeFreFrm
{
    margin-top : 25px;
}

/* Evite le double soulignement des abbréviations */
abbr
{
    text-decoration : none;
}