@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,600;1,400;1,600&family=Work+Sans&display=swap');

body{
	color: #000;
	background: #FFFF7F;
}

.pure-g [class*="pure-u"]{
	font-family: 'Work Sans', sans-serif;
}

figure img{
	max-width: 100%;
}

.visages figure{
	width: 40%;
	margin:auto;
}

header{
	padding-top: 40px;
	margin-bottom: 100px;
}

.title{
	margin-top: 40px;
}

.title span{
	font-size: 4vw;
	font-weight: 600;
}


#ui_container{
	width: 60%;
	margin:auto;
}

.bkey{
	width: 50px;
	height:50px;
}

.bdropinp{
	color: #000;
	box-shadow:none;
	border-color: #000;
	cursor: pointer;
	background: #FFFF7F;
}


