/*
 * Licensed under the Academic Free License version 3.0
 */

/*!
 * Templates CMS Jahia UNIL 17
 * version v1.6 (05.07.2021)
 * CSS: print
 */


/* elements caches */
#accessibility, .hidden, #links-top, #v14lang, .newsbutton, .news-box-footer, .event-box-footer, #home-video, #v14contcenter .anchor,
#nav_hor_cont, #v14colleft, #follow-c, #follow-hp, #share-home, .pagination, #actuscont a.liens_s, #eventscont a.liens_s,
.news-top .button-more, .event-top .button-more, .v14superlink, .news-button-all, .event-button-all, .links-bottom, #vd, #logos-part, #swissu1 {
    display: none;
}


/* elements globaux */

body {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
    color: #06c;
    font-weight: bold;
    text-decoration: underline;
}

img {
    max-width: 90%;
    height: auto !important;
}

h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
}

/* header */

#emet-logo img {
    max-width: 120px;
    max-height: 100px;
    height: 61px;
}

#emet-unit {
    font-size: 120%;
    border: 1px solid #000;
    padding: 0.1em;
    margin: 0.3em 0;
    width: 95%;
}

#emet-unit1 a {
    font-weight: normal;
}

#emet-unit2 a {
    font-weight: bold;
}

#emet-unit a {
    text-decoration: none;
}

/* footer */

#footer1 {
    margin-top: 2em;
    padding-top: 0.5em;
    border-top: 1px solid #000;
}

/* card design */

figure {
    margin: 0;
    padding: 0;
}

figure img {
    width: 25%;
}

figure a {
    text-decoration: none;
}

/* home page */

#photo-hp img {
    width: 80% !important;
}

.last-news .news-detail, .selected-news .news-detail {
    display: inline-block;
    width: 95%;
    margin: 0.3em 0;
    padding: 0.1em;
}

.news-event-box-title, .v14boxmultititle, #v14box2discovertitle, .card-title {
    border-top: 1px solid #000;
    font-weight: bold;
    margin-top: 1em;
}

.news-img a img {
    width: 30%;
    height: auto !important;
}

#v14box2discoverpict img {
    width: 30%;
    height: auto !important;
}

#v14box2discovertext {
    text-decoration: none;
}

/* home page actuone */

.news-top {
    border-top: 1px solid #000;
}

.news-top img, .event-top img {
    width: 40%;
    height: auto;
    margin-top: 0.5em;
}

.news-top .news-txt h3, .event-top .event-txt h3 {
    font-size: 120%;
}

.news-top .news-txt h4, .event-top .event-txt h4 {
    font-weight: normal;
}

/* content page */

#v14colcenter, #v14colright {
    width: 95%;
    margin: 0;
    float: none;
    font-size: 100%;
    padding-left: 20pt;
    padding-right: 20pt;
}

#v14contcenter h1 {
    font-size: 140%;
    font-weight: bold;
}

.content h2 {
    font-size: 120%;
    font-weight: bold;
}

.content h3 {
    font-size: 100%;
    font-weight: bold;
}

#v14colright .content {
    border-top: 1px solid #000;
}

#v14colright .content img {
    max-width: 50%;
    height: auto !important;
}

.resp-cont-img-wrap img, img.img-responsive {
    max-width: 40%;
    height: auto !important;
}

.html5-video-container {
    max-width: 40% !important;
}

th {
    text-align: left;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

td {
    border-bottom: 1px solid #ccc;
}

td img {
    max-width: 50%;
    height: auto !important;
}

.feed li {
    margin-top: 0.8em;
}

.feed img {
    display: block;
    max-width: 50%;
    height: auto !important;
    margin: 0.1em 0;
}

div.biblio_title {
    border-top: 1px solid #000;
    margin-top: 0.8em;
}

span.biblio_title {
    font-weight: bold;
}

/* news-events page */

.news-list .news-img {
    width: 30%;
    height: auto !important;
    margin-top: 0.3em;
}

.news-list .news-wrapper, .event-list .event-wrapper {
    border-top: 1px solid #000;
    margin-bottom: 0.3em;
}

/* hide url link */
a[href]:after { content:""; }
