/* CSS des formations */

/* 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;
}

/* Définit la police de la page Formations */
.policeFormations
{
    font-family : 'Quicksand', sans-serif;
}

/* Définit le style du titre des Formations */
.policeFormations .titreFormations
{
    text-align : center;
    height : 150px;
    color : white;
}

/* Permet de changer le style de la police du titre Formations */
.titreMainFormations
{
    position : relative;
}

/* Permet d'ajouter une ligne blanche en dessous du titre Formations */
.ligneMainFormations
{
    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 */
.policeFormations .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;
}

/* Permet d'ajouter du style au titre agenda des evenements */
.titreAgendaFormations
{
    font-weight : bold;
    margin-bottom : 20px;
    position : relative;
}

/* Définit l'espace entre la ligne du titre et le titre */
.ligneAgendaFormations
{
    width : 45px;
    text-align : center;
    position : absolute;
    border-bottom : 3px solid #386873;
    left : 0;
    margin-top : 5px;
}

/* Positionne les filtres */
.policeFormations .marginFiltre
{
    margin-top : 5px;
    margin-bottom: 20px;
}

/* Permet de définir une marge entre le trait et le titre */
.marginLigne
{
    margin-top : -25px;
}

/* Définit le style du tableau des formations */
.policeFormations .tableauFormations
{
    border : 1px solid lightgrey;
    border-radius : 5px;
    box-shadow: 1px 1px lightgrey;
    padding-bottom : 10px;
}

/* Permet de gérer la position de l'image du tableau des Formations */
.policeFormations .tableauFormations .marginImgTableauFormations
{
    margin-top : 10px;
    text-align : center;
}

/* Gère la position et le style de chaque ligne du Calendrier */
.divCalendrier
{
    width : 100%;
    font-size : 25px;
    border-radius : 0px;
    background-color : white;
    padding : 2px 0px 2px 0px;
    margin-top : 5px;
}

/* Définit la couleur de la formation VPH */
.vph
{
    border : 1px solid lightgrey;
    border-left : 5px solid green;
}

/* Définit la couleur de la formation PSDM */
.psdm
{
    border : 1px solid lightgrey;
    border-left : 5px solid orange;
}

/* Définit la couleur de la formation Lits */
.lits
{
    border : 1px solid lightgrey;
    border-left : 5px solid #6A5ACD;
}

/* Définit la couleur de la formation e-PSDM */
.tms
{
    border : 1px solid lightgrey;
    border-left : 5px solid rgb(181, 255, 255);
}

/* Définit la couleur de la formation FRM */
.frm
{
    border : 1px solid lightgrey;
    border-left : 5px solid #538ed5;
}

/* Définit la couleur de la formation FRE */
.fre
{
    border : 1px solid lightgrey;
    border-left : 5px solid #f7c5f7;
}

/* Définit la couleur de la formation SPORT */
.sport
{
    border : 1px solid lightgrey;
    border-left : 5px solid #A9F5A9;
}

/* Définit la couleur de la formation EPSDM */
.epsdm
{
    border : 1px solid lightgrey;
    border-left : 5px solid brown;
}
/* Définit la couleur de la formation ATT */
.att
{
    border : 1px solid lightgrey;
    border-left : 5px solid #FED900;
}
/* Définit la couleur de la formation Nomenclature */
.nomen
{
    border : 1px solid lightgrey;
    border-left : 5px solid #E81123;
}
/* Définit la couleur de la formation Nomenclature pour les prescripteurs */
.presc
{
    border : 1px solid lightgrey;
    border-left : 5px solid #E84F10;
}

/* Met la police en gras */
.textBold
{
    font-weight : bold;
}

/* Définit la position ainsi que la couleur du texte dans chaque ligne du Calendrier des formations */
.divCalendrier .styleCalendrier
{
    color : grey;
    margin-top : -8px;
}

/* Définit la taille de police du jour de chaque ligne dans le Calendrier des formations */
.divCalendrier .styleCalendrier .jourCalendrier
{
    font-size : 35px;
    width : 100%;
}

/* Définit la taille de police du mois de chaque ligne dans le Calendrier des formations */
.divCalendrier .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 */
.divCalendrier .styleCalendrier .anneeCalendrier
{
    font-size : 17px;
    margin-top : -8px;
}

/* Définit la marge du titre de chaque ligne du Calendrier des formations */
.divCalendrier .marginTitreCalendrier
{
    margin-top : 15px;
}

/* Met une marge entre le tableau des formations et le texte statique */
.margeTexteFormations
{
    margin-bottom : 20px;
    margin-top : 20px;
}

/* Définit la marge entre le texte statique et les certificats */
.policeFormations .margeCertifs
{
    margin-top : 25px;
}

/* Définit la marge des images des certifications */
.policeFormations .margeCertifs .margeImgCertifs
{
    margin-top : 5px;
    margin-bottom : 5px;
}
.cerah-infos{
  display: block;
  min-height: 80px;
  border-radius: 40px;
  background-color: #2F6A76;
  text-align: center;
  margin-bottom: 1rem;
}
.cerah-message{
  font-size: xx-large;
  font-weight: bold;
  color: #FFF;
}
.cerah-icon{
  font-size: 5rem;
  position: relative !important;
  top: 15px !important;
  left: -10px !important;
}
.labelActu {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #377ab7;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1em;
    background-color: #c5e6f8;
    margin-right: 0.5em;
}
@media only screen and (max-width: 575px) {
  .labelActu {font-size: 85%}
  .cerah-infos{min-height: 70px; border-radius: 35px;}
  .cerah-message {font-size: x-large;}
  .cerah-icon{font-size: 3rem;top: 20px !important;left: 0px !important;}
  
}
@media only screen and (max-width: 375px) {
  .labelActu {font-size: 70%}
  .cerah-infos{min-height: 60px; border-radius: 30px;}
  .cerah-message {font-size: large;}
  .cerah-icon{font-size: 2rem;top: 20px !important;left: -25px !important;}
}