/* CSS de la page 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 Informer */
.titreMainInformer
{
    position : relative;
}

/* Permet d'ajouter une ligne blanche en dessous du titre Informer */
.ligneMainInformer
{
    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;
}

/* Supprime le padding des panels */
.paddingNone
{
    padding : 0px;
}

/* Couleur de la date */
.styleCalendrier
{
    color : grey;
    margin-top : -3px;
}

/* Définit la taille de police du jour de chaque ligne dans les collapses */
.styleCalendrier .jourCalendrier
{
    font-size : 35px;
    width : 100%;
}

/* Définit la taille de police du mois de chaque ligne dans le Calendrier des formations */
.styleCalendrier .moisCalendrier
{
    font-size : 19px;
    margin-top : -10px;
}

/* Définit la taille de police du année de chaque ligne dans le Calendrier des formations */
.styleCalendrier .anneeCalendrier
{
    font-size : 17px;
    margin-top : -8px;
}

/* Détermine le padding du text descriptif de chaque panel */
.panelBody
{
    padding: 0;
    padding-top: 5px;
}

/* Permet de définir une marge entre le trait et le titre */
.marginLigne
{
    margin-top : -25px;
}

/* Positionne les lien */
.policeInformation .marginFiltre
{
    margin-top : 5px;
}

/* Définit le style du tableau des informations */
.policeInformation .tableauInformations
{
    border : 1px solid lightgrey;
    border-radius : 5px;
    box-shadow: 1px 1px lightgrey;
    padding-bottom : 10px;
    padding-top : 10px;
}

/* Permet de gérer la position de l'image du tableau des Informations */
.policeInformation .tableauInformations .marginImgTableauInformations
{
    margin-top : 10px;
    text-align : center;
}

/* Détermine la bordure des panels */
.tableauInformations .borderPanel
{
    border : 1px solid #aaaaaa;
}

/* Met la largeur de la cellule à 100% */
.fullWidth
{
    width : 100%;
}

/* Aligne le texte à gauche */
.alignLeft
{
    text-align : left;
}

/*  */
.policeDate
{
    font-size : 15px;
    font-weight : bold; 
    color : darkgray;
}

/*  */
.imgChevron
{
    margin-top : 30px;
    margin-left: -15px
}

/* Style de la police de chaque titre de chaque collapse */
.policeTitre
{
    margin-top : 5px;
    font-size : 15px;
    text-align : left;
    color : #337ab7;
}

/* Ajoute une marge au label Lieu */
.marginLabel
{
    margin-bottom : 5px;
}

/* Ajoute le retour à la ligne du texte des labels */
.formatLabel
{
    white-space : normal;
    margin-bottom : 5px;
    margin-right : 5px;
}

/* Permet d'ajouter du style au titre page thématique */
.titreThematiques
{
    font-weight : bold;
    margin-bottom : 20px;
    position : relative;
}

/* Définit l'espace entre la ligne du titre et le titre */
.ligneThematiques
{
    width : 45px;
    text-align : center;
    position : absolute;
    border-bottom : 3px solid #386873;
    left : 0;
    margin-top : 5px;
}

/* Permet d'ajouter du style au titre agenda des evenements */
.titreEvenements
{
    font-weight : bold;
    margin-bottom : 20px;
    position : relative;
}

/* Définit l'espace entre la ligne du titre et le titre */
.ligneEvenements
{
    width : 45px;
    text-align : center;
    position : absolute;
    border-bottom : 3px solid #386873;
    left : 0;
    margin-top : 5px;
}

/* Met une marge entre la bordure du bas et le bouton En Savoir + */
.marginBouton
{
    margin-bottom : 10px;
}