* {
	box-sizing: border-box;
}

html, body {
	height: 100% !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

#container {
	width: 100% !important;
	height: 100% !important;
	border-radius: 20px !important;
	overflow: hidden !important;
}

#title_block {
	height: 15% !important;
	background: #891B38 !important;
	text-align: center !important;
	font-family: Poppins;
	padding: 12px 0;
	line-height: 22px;
	color: white;
	font-size: 20px;
}

#title_block h2 {
	color: white;
	padding: 0 !important;
	margin: 0 !important;
}

#view_block {
	height: 70% !important;
	background: #dddddd;
	overflow: auto;
	padding: 5px;
}

#field_question {
	width: 80% !important;
	background: white;
	border-radius: 77px;
	border: 0px solid lightgray;
	padding: 8px 15px !important;
	resize: none;
	font-family: Poppins;
	font-size: 14px;
}

#submit_block {
	height: 15% !important;
	background: #EA9AB3;
	padding: 10px;
}

#question_submit {
	background: #891B38;
	color: white;
	border-radius: 30px;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	text-align: center !important;
	display: block;
	width: 15% !important;
	float: right;
	margin: 0;
	padding: 8px 6px 6px 11px !important;
}

#question_submit img {
	width: 20px !important;
}

#block_question {
	background: #ffffff;
	margin: 10px !important;
	padding: 10px 20px;
	border-radius: 0px 20px 20px 20px;
	color: #8E8E8E;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	font-family: Poppins;
}

#view_block.admin {
	height: 70% !important;
	background: #dddddd;
	overflow: auto;
	padding: 5px;
}

.expediteur {
	font-style: italic !important;
	font-size: 12px;
}
.contenu_question {
	/*font-weight: bold;*/
	font-size: 15px;
}

#block_question.question_admin {
	background: #0071B8;
	color: white !important;
}