.hal-label {

}

.hal-date {
    white-space: nowrap;
    display: flex;
    margin-right: 0.2em;
    align-items: center;
}

.hal-icon{
    width: 25px;
    height: 25px;
    padding-bottom: 2px;
    padding-right: 2px;
}
.hal-authors {
    display: flex;
    font-weight: 500;
    flex-wrap: wrap;
    flex: 1 1 50px;
}

.hal-author:empty {
    display: none;
}

.hal-author:not(:last-child):after {
    content: ",\00a0";
}

.hal-more-authors:empty {
    display: none;
}

.hal-more-authors {
    margin-left: 0.2em;
    color: grey;
}

.hal-title {

}

.hal-link {

}

.hal-download-button {
}

.hal-download-button > a {
    background-color: transparent !important;
}

.hal-download-button > a span:last-child {
    margin-left: 0 !important;
}


.hal-journal {

}

.hal-clr {
    clear: both
}


.hal-even {
    background: #f5f5f5
}

.hal-odd {

}

.hal-first {

}

.hal-publication {

}


.hal-item {
    display: flex;
    flex-direction: row;
    border: 2px solid #0c9ade;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 2px;
}
@media screen and (max-width: 600px) {
    .hal-item{
        flex-direction: column;
    }
}

.hal-first-line {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.hal-second-line {
    display: flex;
    flex-direction: row;
}

.hal-third-line {
    display: flex;
    flex-direction: row;
}

.hal-second-column {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    align-content: center;
}

.hal-first-column {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    text-align: justify;
}

.hal-year-label {
    display: inline-block!important;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px!important;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

.hal-year-label {
    padding: 8px 12px;
    cursor: pointer;
}

.hal-year-label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
    width: 18px;
}

.hal-year-input:checked + .hal-year-label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

.hal-year-input:checked + .hal-year-label {
    border: 2px solid #1bdbf8;
    background-color: #12bbd4;
    color: #fff;
    transition: all .2s;
}

.hal-year-input {
    display: absolute;
}
.hal-year-input {
    position: absolute;
    opacity: 0;
}
.hal-year-input:focus + .hal-year-label {
    border: 2px solid #475cff;
}
.hal-year-input:hover + .hal-year-label {
    border: 2px solid #475cff;
}


.download a {
    background: #ffffff;
    border-radius: 5px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 5px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}

.download a span {
    background: #f2594b;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
    padding: 5px 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.download a span:last-child {
    margin-left: -20px;
}

.download a:before,
.download a:after {
    background: #ffffff;
    border: solid 3px #9fb4cc;
    border-radius: 4px;
    content: '';
    display: block;
    height: 35px;
    left: 50%;
    margin: -17px 0 0 -12px;
    position: absolute;
    top: 50%;
    /*transform:translate(-50%,-50%);*/

    width: 25px;
}

.download a:hover:before,
.download a:hover:after {
    background: #e2e8f0;
}

/*a:before{transform:translate(-30%,-60%);}*/

.download a:before {
    margin: -23px 0 0 -5px;
}

.download a:hover {
    background: #e2e8f0;
    border-color: #9fb4cc;
}

.download a:active {
    background: #dae0e8;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .25);
}

.download a span:first-child {
    display: none;
}

.download a:hover span:first-child {
    display: inline-block;
}

.download a:hover span:last-child {
    display: none;
}