* {
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: google;
	src: url(google.ttf);
}

h1 {
	font-family: google;
	padding: 30px;
}

#a {
	color: #4285f4;
}
#n {
	color: #eb493d;
}

#i {
	color: #fbbc05;
}
#m {
	color: #4285f4;
}
#a2 {
	color: #34a853;
}
#l {
	color: #eb493d;
}

#translate {
	color: #797c80;
}

.wrapper {
	display: flex;
	border-top: 0.7px solid rgba(0, 0, 0, 0.555);
	border-bottom: 0.7px solid rgba(0, 0, 0, 0.555);
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.13);
}
.text-side {
	width: 50vw;
	min-height: 300px;
	border-right: 0.7px solid rgba(0, 0, 0, 0.555);
}

.trad-side {
	position: relative;
	width: 50vw;
	background-color: rgba(0, 0, 0, 0.027);
}

#text {
	padding: 20px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	resize: none;
	overflow: hidden;
	min-height: 100%;
	font-size: 23px;
	font-family: google;
	/* max-height: 100px; */
	color: #797c80;
}
#text:focus {
	outline: none;
}

#traduction {
	padding: 20px;
	font-size: 23px;
	font-family: google;
	color: #67696d;
}

#hear {
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	left: 20px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#hear:hover {
	background-color: #797c8028;
}

#sound {
	width: 50%;
	height: 50%;
}

select {
	margin-left: 50vw;
	height: 20px;
	background-color: white;
	border: none;
	height: 40px;
	font-size: 18px;
}

@media only screen and (max-width: 600px) {
	.wrapper {
		flex-direction: column;
	}
	.trad-side {
		width: 100vw;
	}
	.text-side {
		width: 100vw;
		min-height: 140px;
	}

	#traduction {
		min-height: 100px;
		margin-bottom: 25px;
	}

	select {
		margin-left: 20px;
	}
}
