@font-face {
	font-family: 'Source Code Pro';
	src: url('../fonts/Source-Code-Pro-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-style: normal;
    display: inline-block;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
	font-size: inherit;
	line-height: inherit;
	vertical-align: top;
	text-transform: none!important;
}

*,
:after,
:before {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
}

html,
body,
main {
	width: 100%;
	height: 100%;
	color: #001d1d;
	overflow: hidden;
}

body {
	font-family: sans-serif,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
	font-size: 16px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2rem;
    width: 100%;
    color: #001d1d;
	z-index: 100;
}

#conteneur-header {
	display: flex;
	justify-content: space-between;
    padding: 0 2rem;
    margin: auto;
    width: 100%;

}

#conteneur-header {
	display: flex;
	align-items: left;
    color:#fff;
}

#logo {
    width: 2.4rem;
    height: 2.4rem;
    background: #00ced1;
    display: inline-block;
    border-radius: 50%;
	margin: 0.8rem 0;
	user-select: none;
}

#titre {
	font-family: 'HKGrotesk-Black', sans-serif;
	font-size: 2rem;
	font-weight: 700;
    line-height: 4rem;
    vertical-align: middle;
	margin-left: 2rem;
	display: inline-block;
	user-select: none;
}

#titre:before {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    top: 100%;
    bottom: auto;
    height: 0.8rem;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.08) 40%, rgba(0, 0, 0, 0.04) 50%, transparent 90%, transparent);
}

#importer,
#exporter {
	font-size: 24px;
	cursor: pointer;
	user-select: none;
}

#exporter {
	margin-right: 1.5rem;
}

#editeur {
    position: absolute;
    top: 4rem;
    left: 0;
    right: 0;
    bottom: 0;
    background:#fff;
}


@media screen and (max-width: 359px) {
	#titre {
		font-size: 1.8rem;
		margin-left: 1rem;
		width: calc(100% - 3.4rem);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#conteneur-header > .conteneur:first-child {
		width: calc(100% - (60px + 2.25rem))!important;
	}

	#importer,
	#exporter {
		font-size: 20px!important;
	}

	#exporter {
		font-size: 20px!important;
		margin-right: 0.75rem!important;
	}
}

@media screen and (max-width: 399px) {
	#titre {
		margin-left: 1rem;
	}
}

@media screen and (max-width: 599px) {
	html {
		font-size: 50%;
	}

	#titre {
		width: calc(100% - 3.4rem);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#conteneur-header > .conteneur:first-child {
		width: calc(100% - (72px + 2.7rem));
	}

	#importer,
	#exporter {
		font-size: 24px;
	}

	#exporter {
		margin-right: 0.9rem;
	}
}

@media screen and (min-width: 600px) and (max-width: 767px) {
	html {
		font-size: 56.25%;
	}
}
