body {
    /*background-color: #d8da3d;*/
	background: MidnightBlue !important;
}


.cadre{
	background: white !important;
	border-radius: 27px;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 90% !important;
	padding-bottom: 20px;
	animation: fadeIn 1.4s ease-in-out;
}

.ichtus {
	text-align: left !important;
	height: 90px !important;
	margin-top: 15px;
}

.ichtus2 {
	text-align: center;
	background-image:url("../images/100.png");
	background-size: 200px;
	background-repeat: no-repeat;
	height: 90px;
	width: 200px;

	/*
	float: left;

	padding: 15px;
		background-color: cyan;
	font-family: "Segoe Print";
	color: black;

	*/
}


.titre{
	padding-top: 30px;	
	font-family: Pacifico;
	color: gold;
}

.texte{
	font-family: Pacifico;	
}


.citation_sacree {
	font-family: "Aptos", "Arial";
	font-size: 0.9em;
}

.citation_profane {
	font-family: "Aptos", "Arial";
	font-style: italic;
	font-size: 0.9em;
}

.game {
	font-family: "Comic Sans MS", "Comic Sans", cursive;
}

.ref {
	font-family: "Arial Narrow", "Courrier", "Arial";
	font-size: 0.9em;
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.cache {
	color: white;
	opacity:0;
	transform: scale(0);
	transition: 0.5s;
display: none;
}

.cache:first-letter:hover {
  content:'perdra' !important;
  opacity:1;
  color: black;
  transform: scale(1);
  transition-delay: 0.25s;
}

.cache::nth-letter:hover {
  content:'perdra' !important;
  opacity:1;
  color: black;
  transform: scale(1);
  transition-delay: 0.25s;
}

.grow {
	font-size: 2em;
}

table.associer {
  border: 2px solid rgb(160 160 160) !important;  
  margin: 0px auto;
}

table.associer thead {
  background-color: rgb(220 150 210);
}

table.associer th, 
table.associer td {
  width: 170px;
  border: 2px solid rgb(160 160 160)!important;
}

@font-face{
    font-family: Pacifico;
    src: url('./Pacifico.ttf');
    font-weight: normal;
    font-style: normal;
}

.guessletter {
	border-bottom: 2px solid black;
	width: 40px;
	margin: auto;
	text-align: center;
}

.guessflag img {
	margin: 0 3px;
	width: 92%;
}

.guessverse td {
	width: 20px;
	margin: auto;
	text-align: center;
}

.guessverse td div {
	border-bottom: 2px solid black;
	width: 16px;
	margin: auto;
	text-align: center;
}

.guessverse td div.empty {
	border: none !important;
}

/* .tables { */
  /* border: 2px solid rgb(160 160 160) !important;   */
  /* margin: 0px auto; */
  /* font-size: 1em; */
/* } */

.tables th, 
.tables td {
  width: 170px;
  border: 2px solid rgb(160 160 160)!important;
  vertical-align: top;
  text-align: center;
  margin-top: 20px !important;
}

.tables .ichtus {
	height: 100px;
	margin: 15px;
}

.tables a {
	color: black;
}

.tables a:hover,
.tables a:visited:hover {
	color: gold;
}

.tables a:visited {
	color: LinkText;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

