@charset "utf-8";
/* CSS Document */
.periodick {
	grid-column: 1/13;
	grid-row: 3/8;
	background: #202e38;
	min-height: 150vh;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	border-top: 1px solid #656C7C;
	border-bottom: 1px solid #535864;
	border-left: 1px solid #505561;
	-moz-box-shadow: inset 7px 8px 10px rgba(62,65,73,.53), inset -4px -8px 10px rgba(86,92,103,.51);
	-webkit-box-shadow: inset 7px 8px 10px rgba(62,65,73,.53), inset -4px -8px 10px rgba(86,92,103,.51);
	box-shadow: inset 7px 8px 10px rgba(62,65,73,.53), inset -4px -8px 10px rgba(86,92,103,.51);
		padding-top: 5px;
	
	
}
.periodicq {
	grid-column: 1/13;
	grid-row: 4/8;
	background: #202e38;
	min-height: 155vh;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	border-top: 1px solid #656C7C;
	border-bottom: 1px solid #535864;
	border-left: 1px solid #505561;
	-moz-box-shadow: inset 7px 8px 10px rgba(62,65,73,.53), inset -4px -8px 10px rgba(86,92,103,.51);
	-webkit-box-shadow: inset 7px 8px 10px rgba(62,65,73,.53), inset -4px -8px 10px rgba(86,92,103,.51);
	box-shadow: inset 7px 8px 10px rgba(62,65,73,.53), inset -4px -8px 10px rgba(86,92,103,.51);
		padding-top: 5px;
	
	
}
a {
  text-decoration: none;
}
.blc {
	color: #FFF;	
}
.periodick h4 {
	color: #FFF;
	font-size: 1.2em;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

.periodic-table {
  display: grid;
  grid-template-columns: repeat(10, 9%);
  grid-template-rows: repeat(11, 12vh);
  grid-gap: 0.9%;
  margin: auto;
  /*max-width: 1900px;*/
  justify-content: center;
}

.periodic-element {
  padding: 3px;
  position: relative;
  z-index: 1;
  cursor: default;
  transition: all 0.3s ease;
}
.periodic-element .periodic-element-inner {
	background: #202e38;
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	transition: inherit;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.periodic-element .title {
	transition: 0.8s ease 600ms;
	margin-top: 0.1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 0.8em;
	line-height: 1.5;
	font-weight: 700;
}
.periodic-element .title2 {
	transition: 0.8s ease 600ms;
	margin-top: 0.1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 0.9em;
	line-height: 1.5;
	font-weight: 700;
	color: #CCC;
}
.periodic-element .description {
	margin-top: -0.1em;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 0.78em;
	font-weight: 500;
	line-height: 1.2;
}
.periodic-element .description2 {
	margin-top: -0.1em;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 0.78em;
	font-weight: 500;
	line-height: 1.3;
	color: #CCC;
}
.periodic-element:after {
	z-index: 10;
	content: attr(data-description);
	background: #f9f8f7;
	color: #333;
	width: 90%;
	position: absolute;
	top: 80%;
	opacity: 0;
	transition: opacity 0.3s ease 0.3s, top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
	height: auto;
	font-size: 0.6em;
	line-height: 1.4;
	padding: 4px;
	margin: 0 0 0 0px;
	border-radius: 6px;
}
.periodic-element:hover {
  transform: scale(1.12);
  z-index: 10;
}
.periodic-element:hover .periodic-element-inner {
	background: transparent;
	font-family: Verdana, Geneva, sans-serif;
}
.periodic-element:hover .title,
.periodic-element:hover .description {
	-webkit-text-fill-color: #222;
	text-align: center;
}
.periodic-element:hover:after {
  top: 105%;
  opacity: 1;
}

a.periodic-element {
  cursor: pointer;
}
.ras {
  background: linear-gradient(to bottom right, #808080 0%, #C0C0C0 100%);
}
.ras .title,
.ras .description {
  background: -webkit-linear-gradient(#808080, #C0C0C0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.officiel {
  background: linear-gradient(to bottom right, #58ac30 0%, #a7df62 100%);
}
.officiel .title,
.officiel .description {
  background: -webkit-linear-gradient(#58ac30, #a7df62);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.annul {
  background: linear-gradient(to bottom right, #FF0000 0%, #FF0000 100%);
}
.annul .title,
.annul .description {
  background: -webkit-linear-gradient(#f8f8ff, #f8f8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promo {
  background: linear-gradient(to bottom right, #ff616d 0%, #ffc171 100%);
}
.promo .title,
.promo .description {
  background: -webkit-linear-gradient(#ff616d, #ffc171);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sportif {
  background: linear-gradient(to bottom right, #37cfdc 0%, #5a88e5 100%);
}
.sportif .title,
.sportif .description {
  background: -webkit-linear-gradient(#37cfdc, #5a88e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.propagande {
  background: linear-gradient(to bottom right, #ff00ff 0%, #ee82ee 100%);
}
.propagande .title,
.propagande .description {
  background: -webkit-linear-gradient(#ff00ff, #ee82ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.loisir {
  background: linear-gradient(to bottom right, #f3f9a6 0%, #cbc634 100%);
}
.loisir .title,
.loisir .description {
  background: -webkit-linear-gradient(#f3f9a6, #cbc634);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fr {
  background: linear-gradient(to bottom right, #0000ff 0%, #ffffff 35%,#ffffff 60%, #ff0921 100%);
}
.fr .title,
.fr .description {
  background: -webkit-linear-gradient( #ffffff, #fa8072);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nm3 {
  background: linear-gradient(to bottom right, #0000ff 0%, #ffffff 35%,#ffffff 60%, #0000ff 100%);
}
.nm3 .title,
.nm3 .description {
  background: -webkit-linear-gradient( #ffffff, #fa8072);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.cdg {
  background: linear-gradient(to bottom right, #040404 10%, #27F38C  30%, #ffffff 55%, #FBF60C 75%, #FB1A0C 100%);
}
.cdg .title,
.cdg .description {
  background: -webkit-linear-gradient( #ffffff, #fa8072);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cbr {
  background: linear-gradient(to bottom right, #ff0921 0%, #ffff00 35%,#ffff00 60%, #ff0921 100%);
}
.cbr .title,
.cbr .description {
  background: -webkit-linear-gradient(#fa8072, #ffff00, #ff0921);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.legend-table {
  padding: 15px;
  text-align: center;
  font-size: 15px;
  margin: 2em auto 0;
}
.legend-table__marker {
  width: 25px;
  height: 25px;
  margin: 5px 5px 10px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0.5px 1px rgba(0, 0, 0, 0.15);
}
.legend-table__text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 5px 5px;
  background: -webkit-linear-gradient(#ccc, #eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.legend-table__direction {
  display: inline-block;
  margin: 10px 15px 10px 10px;
  background: -webkit-linear-gradient(#ccc, #eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.empty-spacer-1 {
  grid-column: 10;
  grid-row: 1;
}
/*.empty-spacer-2 {
  grid-column: 10;
  grid-row: 4;
}*/
.empty-spacer-2 {
  grid-column: 10;
  grid-row: 6;
}
.empty-spacer-3 {
  grid-column: 10;
  grid-row: 8;
}
/*.empty-spacer-4 {
  grid-column: 10;
  grid-row: 9;
}
.empty-spacer-5 {
  grid-column: 10;
  grid-row: 10;
}*/