html * {
    font-family: Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-weight: 600;
}
html, body {
    height: 100%;
    width:100%;
}
body {
    background-image: url("/app.server/images/watermark.png");
    background-repeat: no-repeat;
    background-position: center;
    min-width: 480px;
    /* Si le body n'est pas obligé de faire 100% */
    height: auto;
}
/* ou, si le 100% est important pour l'affichage ...
@media print {
    body {
        height: auto;
    }
}
*/

main > div:empty {
    display: none;
}

/**************************************/
/* Reset structure ancienne version */

.header,.header .left,.header .right,.header .blank,.header .left .corner,.header .right .corner,.footer .left .corner, .footer .right .corner, .main .left .up, .main .right .up, .main .left .down, .main .right .down{
    display:none;
}
.main {
    min-width: 480px;
    margin: 24px;
    font-size:110%;
}

/**************************************/
/* Top - zone APP */

.firstline {
    text-align: left;
    display: table;
    width: 100%;
}
.logo {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 24px;
}
.logo img{
    height: 100px;
}
.qrcode {
    display: inline-block;
    vertical-align: top;
    top: 24px;
    right: 24px;
    position: absolute;
}
.qrcode img {
    height: 140px;
}
.title{
    font-weight:500;
    font-size:70%;
    text-transform:uppercase;
    color:#28265B;
}
.issuer .data .name{
    font-size:120%;
    font-weight:600;
    line-height:140% !important;
}
.issuer .data .address{
    font-size:80%;
    font-weight:300;
}
.core .object {
    border: 3px solid #28265B;
    border-radius: 4px 4px 0 0;
    padding:12px 8px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAMUlEQVQYV2NkQAKa8jGS1x8ueQ4TAvEZkTnokiA+WAE2nTDFjPgkQZrhVuAyiQ5uAAAL7jmDYY4JQQAAAABJRU5ErkJggg==) repeat;
}
.core .object .version .title, .core .object .version .data, .iddn *{
    display:inline-block;
}
.iddn {
    border: 3px solid #28265B;
    background: #28265B;
    border-radius: 0 0 4px 4px;
    padding: 0px 8px 5px 8px;
    margin-top: 0;
}
.iddn * {
    color: #fff;
    white-space: nowrap;
}
.iddn .data {
    margin-right:12px;
}
.iddn .data div {
    display:inline-block;
    font-weight:600;
}
.iddn .data div .caption {
    font-size: 50% !important;
    vertical-align:super;
    font-size:smaller;
}
.iddn .date {
    margin-top: 2px;
}
.issuer, .object, .version, .date, .escrow, .published, .mainholder, .membership, .registration, .headquarters, .coholder, .holder, .reference {
    margin-top: 12px;
}
.reference,.reference .caption {
    border-top: 3px solid #28265B;
    margin: 6px 0;
    padding: 6px 0;
    line-height:80%;
    display: block;
    width: 100%;
}
#note1, #note2, .reference .caption {
    font-size: 65% !important;
    display:inline-block;
    font-weight: 300;
}
.reference .caption div {
    display:inline-block;
}
.middle > .datas >  div:nth-child(2) {
    margin-top: 12px;
    border: 3px solid #28265B;
    border-radius: 4px;
    padding: 0px 12px 8px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAMUlEQVQYV2NkQAKa8jGS1x8ueQ4TAvEZkTnokiA+WAE2nTDFjPgkQZrhVuAyiQ5uAAAL7jmDYY4JQQAAAABJRU5ErkJggg==) repeat;
}