@font-face {
    font-family: 'Lato-Bold';
    src: url('../font/lato/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/lato/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body > img.img-responsive {
	/*width:100px;*/
	
}

.field--label, .card__title-accord, .field__label {
	margin-top:30px;
    font-family: 'Lato-Bold', sans-serif;
    font-weight: normal;
}

svg {
	display:none; 
}

header { 
		display:none;
	}

 body {
                margin-top: 2cm;
                margin-left: 2cm;
                margin-right: 2cm;
                margin-bottom: 2cm;
            }

@media print {
	.field--label, .card__title-accord, .field__label {
		font-weight: bold;
		margin-top:30px;
	}
	header { 
		display:none;
	}
	
}