/* CSS dela page Etudes & Recherches */
h2.panel-title {font-weight: bold;}
h2.panel-title:hover{cursor: pointer;}
/* 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 s'informer */
.policeEtudesRecherches
{
    font-family : 'Quicksand', sans-serif;
}

/* Définit le style du titre des Formations */
.policeEtudesRecherches .titreEtudesRecherches
{
    text-align : center;
    height : 150px;
    color : white;
}

/* Permet de changer le style de la police du titre Formations Details */
.titreMainEtudes
{
    position : relative;
}

/* Permet d'ajouter une ligne blanche en dessous du titre Formations Details */
.ligneMainEtudes
{
    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 */
.policeEtudesRecherches .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 */
.ligneEtudesRecherches
{
    position : absolute;
    bottom : 0;
    left : 0;
    margin-bottom : -2px;
    width : 138px;
    height : 2px;
}

/* Permet d'ajouter du style au titre agenda des evenements */
.titreProjets
{
    font-weight : bold;
    margin-bottom : 20px;
    position : relative;
}
.titreProjet {
  text-align: center;
  margin: -10px auto 20px auto;
}
/* Définit l'espace entre la ligne du titre et le titre */
.ligneProjets
{
    width : 45px;
    text-align : center;
    position : absolute;
    border-bottom : 3px solid #386873;
    left : 0;
    margin-top : -15px;
    margin-left : 15px;
}

/* Enlève le padding */
.noToPadding
{
    padding-left : 10px;
    padding-right : 10px;
}

.noToPadding img
{
    margin-top : 20px;
    max-width : 300px;
}
.adaptedInfo img
{
    white-space : normal;
    margin-top : 0px;
}
/***** CSS du Block Collapse Big Screen *****/

/* Met une marge entre le block image + description et les collapses */
.blockCollapseBigScreen, .blockCollapseSmallScreen
{
    margin-top : 20px;
}

/* Détermine la bordure des panels */
.blockCollapse .borderPanel
{
    border-bottom : 1px solid #aaaaaa;
}

/* Permet de cacher les débordements de texte */
.borderPanel .hideOverflow
{
    overflow : hidden;
}

/* Taille de police du titre du collapse */
.sizePolice
{
    font-size : 16px;
}

/* Taille de police du titre du collapse sur moyen écran */
.sizePolice115px
{
    font-size : 16px;
}

/* Apporte du style au titre du collapse */
.styleCollapse, .styleCollapse:hover, .styleCollapse:focus
{
    font-weight : bold;
    text-decoration : none;
    color : black;
    text-align : left;
}

/* Apporte du style au chevron du collapse */
.blockCollapseBigScreen .borderPanel .styleChevron, .blockCollapseSmallScreen .borderPanel .styleChevron
{
    margin-top : 15px;
    margin-right : 1px;
    color : #36636e;
    width : 18px;
    height : 9px;
}
.ligneProjet {
  border-bottom: 1px solid #eee;
  position: relative;
  margin: -5px auto 10px auto;
}
/* Déclaration sur les liens des Menus au hover en dessous de 992px*/
@media (max-width : 767px)
{
    /* Enlève le padding */
    .noToPadding
    {
        padding-left : 0px;
        padding-right : 0px;
    }
}