@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'condimentregular';
    src: url('typo/condiment-regular-webfont.eot');
    src: url('typo/condiment-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('typo/condiment-regular-webfont.woff2') format('woff2'),
         url('typo/condiment-regular-webfont.woff') format('woff'),
         url('typo/condiment-regular-webfont.ttf') format('truetype'),
         url('typo/condiment-regular-webfont.svg#condimentregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html { 
}
.trilangue {
	border:solid 0px orange;
	margin:0%;
	list-style:none;
	padding-right:2%;
}
.trilangue li {
	margin-bottom:9%;
	color:#0066CC;
	font-family: 'condimentregular', verdana, sans-serif;
	font-size:30px;
}
.trilangue li p {
	font-size:14px;
	font-family: verdana, sans-serif;
	color:#0066CC;
}
h4 {
	margin-top:7%;
	font-family: 'condimentregular', arial, sans-serif;
	font-size:24px;
}
@media screen and (max-width: 1024px) {
.trilangue {
	margin-top:2%;
	}
}
