/* menu */

@font-face {
  font-family: Glyphe;
  src: url("../polices/Glyphe.woff");
  font-display: auto;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 1em;
}

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
	margin: 0;
	padding: 0;
	position: relative;
}

#cssmenu {
	line-height: 1;
	background-color: rgb(250, 250, 250);
	border-bottom: 1px solid rgb(200, 200, 200);
	width: auto;
}

#cssmenu a {
  background-color: rgb(250, 250, 250);
  color: rgb(250, 250, 250);
  font-weight:bold;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  padding: 1em 1em;
  text-decoration: none;
}

#cssmenu ul {
  list-style: none;
}

#cssmenu > ul > li {
	display: inline-block;
	float: left;
	margin: 0;
	width: 100%;
}

#cssmenu.align-center {
	text-align: center;
}

#cssmenu.align-center > ul > li {
	float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul {
  float: right;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu > ul > li > a {
  color: rgb(50, 50, 50);
  font-size: 0.9em;
  border-bottom: 1px solid rgb(200, 200, 200);
  border-top: 1px solid rgb(200, 200, 200);
}

#cssmenu > ul > li:hover::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgb(230, 230, 230);
	margin-left: -10px;
}

#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a {
	color: rgb(180, 180, 180);
	background: rgb(240, 240, 240);
	display: block;
}

#cssmenu .has-sub {
	/*z-index: 1;*/
}

#cssmenu .has-sub:hover > ul {
	display: block;
}

#cssmenu .has-sub ul {
  display: none;
  /*position: absolute;*/
  width: 48%;
  top: 100%;
  left: 0;
}

#cssmenu.align-right .has-sub ul {
	right: 0;
}

#cssmenu .has-sub ul li a {
	background: rgb(230, 230, 230);
	border-bottom: 1px solid rgb(245, 245, 245);
	font-size: 0.9em;
	display: block;
	line-height: 110%;
	padding: 0.8em 0.8em 0.8em 0.7em;
	color: rgb(110, 110, 110);
}

#cssmenu .has-sub ul li:hover a {
	background: rgb(200, 200, 200);
}

#cssmenu ul ul li:hover > a {
	color: rgb(250, 250, 250);
}

#cssmenu .has-sub .has-sub:hover > ul {
	display: block;
	z-index: 100;
}

#cssmenu .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 98.999%;
}

#cssmenu.align-right .has-sub .has-sub ul,
#cssmenu.align-right ul ul ul {
	left: auto;
	right: 100%;
}

#cssmenu .has-sub .has-sub ul li a {
	/* sous sous menu */
	background: rgb(190, 190, 190);
	border-bottom: 1px dotted #fff;
	color: rgb(250, 250, 250);
	width: 100%;
	padding: 0.7em 0.5em 0.7em 0.5em;
}

#cssmenu .has-sub .has-sub ul li a:hover {
	background: rgb(175, 175, 175);
}

#container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#result {
  margin: auto;
  margin-top: 1em;
}

#result thead th {
  padding: 5px;
}

#result tbody tr {
  cursor: pointer;
}

#result tbody td {
  vertical-align: top;
  padding: 4px;
}

/*#result tr:nth-child(even) {
  background-color: rgb(240, 240, 240);
}*/

#fiche tbody td {
  vertical-align: top;
}

#fiche thead th {
  padding: 8px;
  background-color: rgb(220, 220, 220);
}

#result thead th {
  padding: 8px;
  background-color: rgb(205, 92, 92);
  color: white;
}

textarea, input[type=text] {
  background-color: rgba(244, 250, 182, 0.35);
}

.ui-menu-item {
    font-family: Glyphe;
    font-size:43px; 
}

.c {
  width:28px;
  height:26px;
  background-color:black;
  color:yellow;
  float:left;
  margin-left:4px;
  padding-top: 7px;
  text-align:center;
  cursor:pointer;
}

.exGlVu {
  font-family: Glyphe;
  font-size:51px;
  height:50px;
  border:0;
  -webkit-font-smoothing: antialiased;
}

#exFr {
  font-family: Arial;
  /*font-size:14px;*/
  padding: 2px;
  height:69px;
  margin-bottom: 6px;
}

.desc {
  white-space: pre-line;
  text-align: left;
  float: left;
}

::placeholder {
  color: green;
}

.gls {
    font-family: Glyphe;
    font-size: 20px;
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    font-variant-ligatures: none;
}

h1 {
    font-size: 1.555em;
    text-align: center;
    /*color: #922B21;*/
    color: #F9E79F;
    font-weight: bold;
    background-color:rgb(250, 100, 100);
    /*background-color: #F9E79F;*/
    padding: 6px 0 10px 0;
    margin-top: 0;
}