/***************************************************************/
/*                           L'équipe                          */
/***************************************************************/

/*Liste des agents*/
.agent-page-item {
    height: 200px;	
}
.agent-page-item .nom-agent {
    margin-bottom: 10px;
    font-weight: bold;
}
.agent-page-item .image-agent {
	height: 137px;
}
.agent-page-item .views-field-field-image img {
    max-height: 130px;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: auto;
}
.agent-page-item .views-field-title,
.agent-page-item .views-field-field-fonction {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.agent-page-item .agent-zone-hover {
    display: none;
    color: white;
}
.agent-page-item .agent-zone-hover {
    position: absolute;
    top: 5px;
    bottom: 25px;
    left: 20px;
    right: 20px;
    z-index: 5;
    opacity: 0.9;
    padding: 5px;
    background-color: #00b6ef;
    display: none;
    overflow: hidden;
}
.agent-page-item:hover .agent-zone-hover {
	display: block;
}
.agent-page-item .bibliotheque-agent {
    margin-bottom: 5px;
}
.agent-page-item .icone-telephone-agent,
.agent-page-item .icone-email-agent {
	margin-right: 5px;
}
.agent-page-item a, 
.agent-page-item a:hover,
.agent-page-item a:active,
.agent-page-item a:focus {
	color: white;
}
/*Fin liste des agents*/

/*Liste des agents de la bibliothèque*/
.agent-page-bibliotheque-item {
	height: 60px;
}
.agent-page-bibliotheque-item .image-agent {
    width: 100px;
    max-width: 100px;
    max-height: 50px;
}
.agent-page-bibliotheque-item .views-field.views-field-field-image,
.agent-page-bibliotheque-item .image-agent .field-content {
    height: inherit;
    width: inherit;
    max-width: inherit;
    max-height: inherit;
}
.agent-page-bibliotheque-item .image-agent img {
    height: inherit;
    width: auto;
    max-width: inherit;
    max-height: inherit;
}
.agent-page-bibliotheque-item .views-field-title,
.agent-page-bibliotheque-item .views-field-field-fonction {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.agent-page-bibliotheque-item .views-field-title {
    font-weight: bold;
}
/*Fin liste des agents de la bibliothèque*/

/*Détail d'un agent*/
.node-agent .field-name-title h2,
.node-agent .group-right .field .field-label {
    color: #00b6ef;
}
.node-agent .field-name-title h2 {
    margin-top: 0;
}
.node-agent .field-name-field-image img {
    margin: auto;
}
.node-agent .field-name-field-bibliotheque .field-item:first-child:before {
    content: "";
}
.node-agent .field-name-field-bibliotheque .field-item:before {
    content: ", ";
}
.node-agent .field-name-field-bibliotheque .field-item {
    float: left;
}
.node-agent .field-name-field-telephone .field-item,
.node-agent .field-name-field-email .field-item { 
	font-size: 20px;
}
.node-agent .field-name-field-telephone .field-item:before,
.node-agent .field-name-field-email .field-item:before {    
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    color: #00b6ef;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    -moz-osx-font-smoothing: grayscale;
}
.node-agent .field-name-field-telephone .field-item:before {
	content: "\e145";
}
.node-agent .field-name-field-email .field-item:before {
	content: "\2709";
}
.node-agent a, 
.node-agent a:hover,
.node-agent a:active,
.node-agent a:focus {
    color: black;
}	
/*Fin détail d'un agent*/