*{ font-family: 'Roboto', sans-serif; }
p{
	line-height: 1.5em;
}

@page  {
    size: auto;
    /* this affects the margin in the printer settings */
    margin: 20mm 25mm 20mm 25mm;
}

body{
	min-width: 21cm;
	min-height: 29.7cm;
	margin: 0;
	padding: 0;
}

h1{
	font-size: 35px;
	line-height: 38px;
	font-weight: 700;
	color: #2D2D2D;
	margin: 0;
}

h2{
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #21CAC9;
	margin-bottom: 14px;
}

.vw-cgv--content--top{
	margin-bottom: 20px;
}

.vw-cgv--content--top p{
	margin: 0;
}

p small{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #616161;
	margin: 0;
}

.cp-header, .cp-footer, .vw-cgv--aside{
	display: none;
}
