* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    font-family: "Acme", serif !important;
	letter-spacing: 1px important;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 16px !important;
  background-image: url('fond.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
 
 table.paleBlueRows {
  font-family: "Times New Roman", Times, serif;
  border: 1px solid #FFFFFF;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
  margin-bottom: 20px;
}
table.paleBlueRows td, table.paleBlueRows th {
  border: 1px solid #FFFFFF;
  padding: 3px 2px;
}
table.paleBlueRows tbody td {
  font-size: 13px;
}
table.paleBlueRows tr {
  background: #FFFFFF;
}
table.paleBlueRows tr:nth-child(even) {
  background: #D0E4F5;
}
table.paleBlueRows thead tr {
  background: #0B6FA4;
  border-bottom: 5px solid #FFFFFF;
}
table.paleBlueRows thead th {
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #FFFFFF;
}
table.paleBlueRows thead th:first-child {
  border-left: none;
}
#inputs {
	width: 100%;
	background: rgba(0,0,0,0.2);
	margin-bottom: 20px;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
}

#inputs > * {
	margin: 0 10px;
}

textarea {
	min-height: 100px;
	min-width: 700px;
}

h1 {
	text-align: center;
}

h2 {
	padding-left: 20px;
}

.text_nom, .text_question, .trigger_update_buttons {
		display: none;
}

.text_nom, .text_question {
	width: 100%;
}

.check {
	width: 25px;
	cursor: pointer;
}

.display_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

#display_questions {
	display: flex;
}

#display_questions > div {
	background: white;
	padding: 10px 30px;
	width: 50%;
	margin: 20px;
	height: 100vh;
}

#display_questions > div div {
	font-size: 1.3rem;
}