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

/*-----------------------------------------------------*/
/* For encoding email adresses                          */
/*-----------------------------------------------------*/
.MonLabo_email {
    display: inline;
}
.MonLabo_email span {
    display: none;
}
/*---------------------------------------------------------------------
 * Bandeau personnel
 --------------------------------------------------------------------*/
.bandeau-personnel {
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 12px;
    width: 667px;
    margin-left: auto;
    margin-right: auto;
    overflow: 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 .supervisor {
    display: table;
}
.bandeau-personnel .supervisor h1 {
    font-weight: bold;
    font-size: 120%;
}
.bandeau-personnel .student {
    display: inline-block;
}
.bandeau-personnel .student h1 {
    font-weight: bold;
    font-size: 120%;
}

.monlaboBlocTexte {
    display: table;
}

/*---------------------------------------------------------------------
 * Bandeau équipe
 --------------------------------------------------------------------*/
.bandeau-equipe {
    padding-bottom: 20px;
    padding-top: 20px;
    width: 667px;
    margin-left: auto;
    margin-right: auto;
}
.bandeau-equipe h1 {
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-weight: bold;
    clear: none;
    font-size: 100%;
}
.bandeau-equipe .thematics {
    width: 300px;
    float: right;
    padding-top: 0px;
    font-size: 90%;
}
/*---------------------------------------------------------------------
 * Members of the lab class
 --------------------------------------------------------------------*/
.MonLabo_persons_list h1{
    clear: left;
}
.MonLabo_persons_list a:visited {
    color: #2980b9;
}
.MonLabo_persons_list ul {
    list-style-type: none;
    padding: 0;
    margin: 30px 0 0 0;
}

/*remove the default bullet by artisteer*/

.MonLabo_persons_list ul > li:before {
    content: none;
}
.MonLabo_persons_list ul li {
    padding-left: 14px;
    line-height: 1em;
    margin-bottom: 0;
    vertical-align: middle;
    overflow: visible;
    color: grey;
    clear: both;
    height: 70px;
    list-style: none;
}
.MonLabo_persons_list ul li strong {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    padding-right: 3px;
}
.MonLabo_persons_list .team_description {
    font-size: 10px;
}
.MonLabo_persons_list ul li .MonLaboCoordonatesUser {
    padding: 0px;
    margin: 7px 0 0 0;
    color: grey;
}
.MonLabo_persons_list ul li em {
    font-style: normal;
    font-size: 14px;
    color: grey;
    font-variant: small-caps;
}
.MonLabo_persons_list 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);
}
.MonLabo_persons_list 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;
    display: table;
}


/*---------------------------------------------------------------------
 * publications list class
 --------------------------------------------------------------------*/
.publications ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.publications ul li {
    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: 30px auto 0 auto;
    width: 600px;
}
.teams_list ul li {
    padding-left: 14px;
    line-height: 1em;
    margin-bottom: 20px;
    vertical-align: middle;
    overflow: visible;
    clear: both;
    min-height: 55px;
    list-style: none;
}
.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;
}

/*remove the default bullet by artisteer*/
.teams_list ul > li:before {
    content: none;
}
/*---------------------------------------------------------------------
 * MonLabo class
 --------------------------------------------------------------------*/
 .MonLabo h1 {
     clear: left;
 }
 /*---------------------------------------------------------------------
  * MonLabo table class
  --------------------------------------------------------------------*/
.MonLabo_persons_table_normal table {
    border-spacing : 0;
    border-collapse : collapse;
    width: 100%;
    border: none;
}

.MonLabo_persons_table_normal th {
    text-align:left;
    padding: 0;
}
.MonLabo_persons_table_normal td {
    vertical-align:top;
    padding: 0;
}
.MonLabo_persons_table_compact th {
    text-align:left;
    padding: 0;
}
.MonLabo_persons_table_compact td {
    vertical-align:top;
    padding: 0;
}

.MonLabo_persons_table_compact ul {
    list-style: none;
    margin:0;
    padding: 0;
}
.MonLabo_persons_table_compact ul>li:before {
  content:none; /*Suppress potential list image marker in theme*/
}
.MonLabo_persons_table_compact ul>li{
  padding: 0;
}
.MonLabo_persons_table_compact {
  margin-right: 10px; /*Do not authorize texts of different columns to touch*/
}

/*---------------------------------------------------------------------
 * MonLabo chart class
 --------------------------------------------------------------------*/
.MonLabo_persons_chart hr {
    border-top-color:#CCC;
    margin-top:10px;
    margin-bottom:10px;
}
.MonLabo_persons_chart caption {
    text-align: center;
}
/*-----------------------------------------------------*/
/* For HAL publications                                */
/*-----------------------------------------------------*/
/* classe css de la page*/
#res_script{
	border:0;
	background-color:white;
	color: #353735;
}

/*Zone de Titre*/
div.ZoneTitreResultat
{
	display:none;
}

/* classes pour les rubriques pour certains type de classement (type de publi, année de publi) */
.Rubrique{
	border-bottom: 2px solid #E00034;
}

.NoticeRes {
	/* border-bottom: 1px solid #CBC7BF; */
}

.NoticeResAvecVignette {
	border-bottom: 1px solid #CBC7BF;
}

/*nom du champ*/
.ChampRes {
	display:none;
}

/* classe commune à tous les champs affichés */
.ValeurRes {
	color:black;
  /* margin-left:1em; */
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 13px;
}
.ValeurRes.LienBibtex {
	display:none;
}
.ValeurRes.Fichier_joint {
	margin-top: 5px;
}
.LienBibtexACoteFulltext {
	display:none;
}
/* classe pour les titres */
.Titre, .Titre a {
  font-weight:bold;
	color:#58529F;
}
/* classe pour les auteurs */
.Auteurs {
}
/* classe des détails de publication : une classe par type */
.detail_revue,.detail_conf,.detail_cours,.detail_ouv,.detail_hdr,.detail_these,.detail_autre,.detail_brevet,.detail_rapport,.detail_sans_ref{
}
/* classe pour les résumés */
.Debut_du_resume{
}
/* classe pour les doi */
.DOI{
}
/* classe pour les identifiants */
.Identifiant{
}
/* classe pour les rubriques pour certains type de classement (type de publi, année de publi) */
.Rubrique{
}

/*.TitreTrombi { border-top: solid 1px #CCC; border-right: solid 1px #CCC; border-left: solid 1px #CCC; clear: left; text-align: center; color: #595;}*/
.TitreCategorie { clear: left; text-align: center; color: #000; font-weight:bold;}
.TitreTrombi { clear: left; text-align: center; color: #000;}
.Trombi { float: left; width: 105px; height: 153px; margin: 0.5em; margin-bottom: 2.5em;}
.TrombiNom { height:29px; margin-bottom: 0.05em; font-size:65%; text-align: center;line-height: normal;color:#5555ff;border-radius: 25px;}
/*.div_trombi_img { text-align: center; border: solid 1px #CCC; }*/
.TrombiStatut { font-size:75%;text-align:center; }
/*.MonLabo_persons_list ul li a:hover img {*/
/*.div_trombi_img ul li a:hover img {*/
.TrombiImg img {
  margin-left: auto;
  margin-right: auto;
}
.TrombiImg img:hover {
	/*text-align: center; */
	/*margin-left: auto;
	margin-right: auto;*/
	/*border: solid 1px #CCC; */
	opacity: 1;
	filter: alpha(opacity=1);
	transform: scale(1.2);
	border: 2px solid #00a4db;
    -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);*/
}
