* {
    margin: 0;
    padding: 0;
}

.container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.cell {
    min-height: 48px;
    display: flex;
    align-items: center;
}

    .cell.left {
        text-align: right;
    }

.left {
    width: 50px;
    padding-left: 10px;
}

.middle {
    width: 48px;
}

.right {
    flex: 1; /* prend la place restante */
    padding-left: 20px;
}

.observation_date,
.observation_time {
    display: flex;
    flex-direction: row;
    min-height: 48px;
}

.observation_date {
    margin: 20px 0 10px 0;
}

    .observation_date .middle {
        background: url("images/Date_48.png") no-repeat center center;
    }

    .observation_date .right {
        font-size: 16pt;
        line-height: 48px;
    }

.observation_time .left {
    font-size: 12pt;
    line-height: 48px;
}

.observation_time .middle {
    background: url("images/lineVert.png") repeat-y center top;
}

    .observation_time .middle .point {
        width: 100%;
        height: 100%;
        background: url("images/Time_24.png") no-repeat center center;
    }

.observation_time .right {
    display: block;
    padding: 5px 10px 5px 20px;
}

    .observation_time .right .description_title {
        height: 18px;
        text-decoration: underline;
        font-size: 10pt;
        color: #333;
    }

    .observation_time .right .description_content {
        display: inline-block;
    }

    .template {
        display: none;
    }
