/*-----------------------------------------------------*/
/* For images                                          */
/*-----------------------------------------------------*/
.img-arrondi  { border-radius: 50%; }

/*-----------------------------------------------------*/
/* For encoding email adresses                          */
/*-----------------------------------------------------*/
.MonLabo_email {
    display: inline;
}
.MonLabo_email span {
    display: none;
}
.peoplecaption{
     font-size: 40px;
}


/*---------------------------------------------------------------------
 * Bandeau personnel
 --------------------------------------------------------------------*/
.bandeau-personnel {
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 12px;
    width: 667px;
    margin-left: auto;
    margin-right: auto;
}
.bandeau-personnel h1 {
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-weight: bold;
    clear: none;
    font-size: 100%;
}
.bandeau-personnel .adresse {
    color: #AAAAAA;
    width: 180px;
    float: right;
    padding: 0 20px 0 20px;
}
.bandeau-personnel .adresse p {
    font-size: 10px;
}
.bandeau-personnel .subsite {
    margin: 0 180px 0 180px;
}
/*---------------------------------------------------------------------
 * Members of the lab class
 --------------------------------------------------------------------*/
.peoplelist h1 {
    clear: left;
}
.peoplelist a:visited {
    color: #2980b9;
}
.peoplelist ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
}

/*remove the default bullet by artisteer*/

.peoplelist ul > li:before {
    content: none;
}
.peoplelist ul li {
    padding-left: 14px;
    line-height: 1em;
    margin-bottom: 30px;
    vertical-align: middle;
    overflow: visible;
    color: grey;
    clear: both;
}
.peoplelist ul li strong {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    padding-right: 3px;
}
.peoplelist .team_description {
    font-size: 10px;
}
.peoplelist ul li .MonLaboCoordonatesUser {
    padding: 0px;
    margin: 0px;
    color: grey;
    margin-top: 7px;
}
.peoplelist ul li em {
    font-style: normal;
    font-size: 14px;
    color: grey;
    font-variant: small-caps;
}
.peoplelist ul li img {
    width: 60px;
    height: 60px;
    border: 1px solid #00a4db;
    margin-top: -6px !important;
    clear: left;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    transform: scale(1);
}
.peoplelist ul li a:hover img {
    opacity: 1;
    filter: alpha(opacity=1);
    transform: scale(1.2);
    border: 2px solid #00a4db;
}
.MonLaboImageUser {
    clear: left;
    float: left;
    min-height: 70px;
}
.MonLaboTextUser {
    margin-bottom: 15px;
}


/*---------------------------------------------------------------------
 * publications list class
 --------------------------------------------------------------------*/
.publications ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.publications ul li {
    background-image: url('../images/glyphicon-pencil.png');
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 14px;
    margin-bottom: 9px;
}
.publi_journal {
    font-style: italic;
}

/*---------------------------------------------------------------------
 * teams_list class
 --------------------------------------------------------------------*/
.teams_list ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.teams_list ul li {
    padding-left: 14px;
    line-height: 1em;
    margin-bottom: 20px;
    vertical-align: middle;
    overflow: visible;
    clear: both;
    min-height: 55px;
}
.teams_list ul li strong {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    padding-right: 3px;
}
.teams_list img.team_logo {
    width: 60px;
    height: 60px;
    border: 1px solid #00a4db;
    margin-top: -6px !important;
    clear: left;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    transform: scale(1);
    float: left;
    margin-right: 10px;
    border: none;
}
.teams_list ul li a:hover img {
    opacity: 1;
    filter: alpha(opacity=1);
    transform: scale(1.2);
}
.teams_list_other_thematics_logos {
    display: inline-block;
    float: right;
}
.teams_list img.thematics_logo {
    display: inline;
    margin-left: 10px;
}
.teams_list a:visited, .teams_list a, .teams_list a:hover {
    text-decoration: none;
    color: black;
}
.teams_list h4 {
    color: black;
    font-weight: normal;
}
.teams_list a:hover h4 {
    text-decoration: underline;
}
.teams_list_publications_link {
    margin-top: 5px;
    font-size: 80%;
    color: grey;
}
