@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;*/
	
}
a {
	color: #000;
	text-decoration-style: dotted;
}

a:hover {
	color: #000;
}

.field--label, .card__title-accord, .field__label, .control-label {
	margin-top:20px;
    font-family: 'Lato-Bold', sans-serif;
    font-weight: normal;
	display: block;
}

#field-language-display label {
	margin-top:20px;
    font-family: 'Lato-Bold', sans-serif;
    font-weight: normal;
	display: block;
}

svg {
	display:none; 
}

header { 
		display:none;
	}

 body {
                margin-top: 2cm;
                margin-left: 2cm;
                margin-right: 2cm;
                margin-bottom: 2cm;
            }

@media print {
	.field--label, .field__label, .control-label, .card__title-accord--text {
		font-weight: bold;
		margin-top:20px;
		display: block;
		margin-bottom: 0px;
	} 
	header { 
		display:none; 
	}
	
}

.field--label, .field__label, .control-label, .card__title-accord--text {
  font-weight: bold;
		margin-top:20px;
		display: block;
		margin-bottom: 0px !important;
}

.header {
}

.header table img {
	margin-right: 20px;
}

.header h1 {
	margin-top: 0px;
	font-family: Lato, sans-serif;
	font-weight: 800;
}

.header .content-type {
	margin-top: 50px;
	font-family: Lato, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 14px;
}

.header .content-type img {
	margin-top: 50px;
	font-family: Lato, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

.header table span {
	display: block;
	font-size: 20px;
	font-weight: normal;
	font-family: Lato, sans-serif;
}
