@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400);
@font-face {
    font-family: Unis;
    src: url("https://repo.hexatm.com/nflat/UniSansHeavy.otf") format("opentype");
}
@font-face {
    font-family: Emoicons;
    src: url("https://repo.hexatm.com/nflat/SEGUIEMJ.TTF") format("opentype");
}

body
{
		font-family: 'Noto Sans';
		background-color: #999999;
		height:100%;
    width:100%;
    margin:0;
    padding:0;
}
header
{
	width: 100%;
	background-color: #dadada;
	color: black;
	font-family: 'Unis';
}
header.full-width
{
	width: 100% !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
html[data-header='fixed'] > body > header
{
	position: fixed;
	top: 0;
}
header > .header-container {
	padding: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
header-image-container > .banner {
  height: 500px;
  object-fit: cover;
  width: 100%;
  position: relative;
  z-index: -4;
  top: 0;
}
footer
{
	width: 100%;
	background-color: #494949;
	color: white;
}
footer > .footer-content {
	padding: 20px;
}
nav
{
    float: top;
		background-color: white;
    width: 80%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
    border-top: 10px solid black;
    margin-top: 20px;
		margin-bottom: 30px;
    -moz-box-shadow: 0px 4px 8px 1px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, .5);
    box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, .5);
}
nav[data-fixed=true]
{
    position: -webkit-sticky;
		position: sticky;
		top: 10px;
    border-top: 20px solid black;
		z-index: 999;
    -moz-box-shadow: 0px 4px 8px 1px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, .5);
    box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, .5);
}
nav > ul {
	list-style-type: none;
	display: block;
	padding-bottom: 12px;
}
nav > ul > li {
	display: inline;
	margin-right: 10px;
}
/*nav > ul > li > a:hover {
	border-bottom: 2px solid teal;
}*/
nav > ul > li > a {
	border-bottom: 2px dotted rgba(0,128,128, .0);
	-webkit-transition: 0.5s;
}
nav > ul > li > a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 2;
  content: "";
  display: block;
  height: 2px;
  left: calc((100% - (25%))/2);
  position: absolute;
  background: teal;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 25%;
}
nav > ul > li > a.active:after {
  background: none !important;
  display: none !important;
}
nav > ul > li > a:hover:after {
	width: 75%;
	left: calc(25%/2);
}
.nav-ng {
	top: 0 !important;
	width: initial;
	border-top: 0 !important;
	margin-top: 0;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.nav-ng > ul {
	list-style-type: none;
	display: block;
	padding-bottom: 12px;
	padding-top: 12px;
	padding-left: 0;
	margin: 0;
	/* flex width */
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.nav-ng > .nav-action {
	background: #0000008a;
}
.nav-ng > .nav-action > ul {
	margin: 0;
}
.nav-ng > .nav-action > ul > li > a {
	color: white;
}
/* Menu sur mobile */
.menu-ul {
	list-style-type: none;
  padding-inline-start: 0;
}
.menu-ul > li {
	display: block;
  padding: 2px 0 2px;
}

a.active {
	  border-bottom: 2px solid black !important;
}
.container {
    /* On ajoute une marge sur les cotés de l'écran */
		width: 75%;
		display: block;

		/* Centrage */
		margin: 0 auto;
}
/* don't use this */
container {
    /* On ajoute une marge sur les cotés de l'écran */
		width: 75%;
		display: block;

		/* Centrage */
		margin: 0 auto;
}
nf-container {
	width: 75%;
	/*max-width: 1280px;*/
	display: block;

	/* Centrage */
	margin: 0 auto;
}
.content {
	color: white;
}
a:link, a:visited {
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
a:hover {
    color: #bdbdbd;
    text-align: center;
    text-decoration: none;
    display: inline-block;
		-webkit-transition: 0.5s;
}
a {
    position: relative;

    -webkit-transition: 0.5s;
}
a span {
    display: none;
    position: absolute;
    color: #fff;
    background: #000;
    padding: 5px;
}
a:hover span {
    display: block;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
}


/* un article est le contenu d'une section (Par exemple du texte ou des trucs dans le genre) */
article .link:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 2;
  content: "";
  display: block;
  height: 2px;
  left: calc((100% - (75%))/2);
  position: absolute;
  background: black;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 75%;
}
article .link:hover:after {
	width: 100%;
	left: 0;
}
/* Section is a card */
section
{
	color: black;
	background-color: white;
	border-top: 35px solid grey;
	-moz-box-shadow: 0px 4px 8px 1px rgba(0, 0, 0,0.5);
	-webkit-box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, .5);
	box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, .5);
	-webkit-transition: 0.5s;
  	margin: 10px 0;
}
section > article {
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
section > article:last-child {
	padding-bottom: 14px;
}
section > article:first-child {
	padding-top: 14px;
}
section > h1 {
	margin-left: 18px;
}
/* height fixes, pretty useless right now, don't use nohr class */
.nohr {
	visibility: hidden;
}
hr {
	width: 85%;
}
/* Action de fin de section */
section > .section-action {
	display: block;
	background: gray;
	width: 100%;
	height: auto;
	text-align: center;
}

section > .section-action > ul {
	list-style-type: none;
	display: block;
	padding-bottom: 12px;
	padding-top: 14px;
	padding-inline-start: 0;
	margin: 0;
}
section > .section-action > ul > li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
section > .section-action > ul > li > a {
	padding: 5px;
	-webkit-transition: 0.5s;
	font-family: 'Unis';
}
section > .section-action > ul > li > a:hover {
	background-color: aliceblue;
	padding: 5px;
	border-radius: 3px;
	color: black;
}





nav > .nav-action {
	display: block;
	background: gray;
	width: 100%;
	height: auto;
	text-align: center;
}

nav > .nav-action > ul {
	list-style-type: none;
	display: block;
	padding-bottom: 12px;
	padding-top: 14px;
	padding-inline-start: 0;
}
nav > .nav-action > ul > li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
nav > .nav-action > ul > li > a {
	padding: 5px;
	-webkit-transition: 0.5s;
	font-family: 'Unis';
}
nav > .nav-action > ul > li > a:hover {
	background-color: aliceblue;
	padding: 5px;
	border-radius: 3px;
	color: black;
}

/* USELESS THING (To be removed) (Will be reused lol) */
.infogrid {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
	width: 100%;
}
.infobox {
		margin: 10px 10px 10px 10px;
		border-top: 10px solid lightseagreen;
		display: inline-block;
    position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    padding: 10px;
    background: white;
		width: inherit;

}
.infobox > h1 {
	width: 100%;
}
/* Make the image fit the box */
.infobox img {
		float: left;
    width: 64px;
		height: auto;
    border: 1px solid #8a4419;
    border-style: inset;
}

.infobox a {
    color: black;
		width: 100%;
}
.infobox h1 {

}

.infobox::after {
    content: '';
    position: absolute;
    z-index: -1; /* hide shadow behind image */
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    width: 70%;
    left: 15%; /* one half of the remaining 30% */
    height: 100px;
    bottom: 0;
}
section.img-section > img {
  width: 100%;
  height: auto;
  display: block;
}
/* Couleurs de section */
section:hover {
	border-top: 35px solid #3e3e3e;
	-webkit-transition: 0.5s;
}
html[data-dark='true'] section {
  background-color: #171717;
  color: white;
}
html[data-dark='true'] section a {
  color: white;
}
.green-section {
	border-top: 35px solid green;
	-webkit-transition: 0.5s;
}
.green-section:hover {
	border-top: 35px solid #084e08;
	-webkit-transition: 0.5s;
}
.red-section {
	border-top: 35px solid red;
	-webkit-transition: 0.5s;
}
.red-section:hover {
	border-top: 35px solid #b50000;
	-webkit-transition: 0.5s;
}
.pink-section {
	border-top: 35px solid #ff1493;
	-webkit-transition: 0.5s;
}
.pink-section:hover {
	border-top: 35px solid #a41362;
	-webkit-transition: 0.5s;
}
.sweet-pink-section {
	border-top: 35px solid #ff6ebc;
	-webkit-transition: 0.5s;
}
.sweet-pink-section:hover {
	border-top: 35px solid #a14777;
	-webkit-transition: 0.5s;
}
.blue-section {
	border-top: 35px solid blue;
	-webkit-transition: 0.5s;
}
.blue-section:hover {
	border-top: 35px solid DarkBlue;
	-webkit-transition: 0.5s;
}
.yellow-section {
	border-top: 35px solid #ffe814;
	-webkit-transition: 0.5s;
}
.yellow-section:hover {
	border-top: 35px solid #a39514;
	-webkit-transition: 0.5s;
}
.purple-section {
	border-top: 35px solid rgb(177, 9, 155);
	-webkit-transition: 0.5s;
}
.purple-section:hover {
	border-top: 35px solid rgb(96, 7, 84);
	-webkit-transition: 0.5s;
}
.blurple-section {
	border-top: 35px solid #7289DA;
	-webkit-transition: 0.5s;
}
.blurple-section:hover {
	border-top: 35px solid #434f7c;
	-webkit-transition: 0.5s;
}
.cyan-section {
	border-top: 35px solid lightseagreen;
	-webkit-transition: 0.5s;
}
.cyan-section:hover {
	border-top: 35px solid #115b56;
	-webkit-transition: 0.5s;
}
.no-label-color {
  	border-top: 0px;
  	padding-top: 5px;
}
.no-label-color:hover {
	border-top: 0px;
}

/* new format */

section[data-color='green'] {
	border-color: green;
	-webkit-transition: 0.5s;
}
section[data-color='green']:hover {
	border-color: #084e08;
	-webkit-transition: 0.5s;
}
section[data-color='red'] {
	border-color: red;
	-webkit-transition: 0.5s;
}
section[data-color='red']:hover {
	border-color: #b50000;
	-webkit-transition: 0.5s;
}
section[data-color='pink'] {
	border-color: #ff1493;
	-webkit-transition: 0.5s;
}
section[data-color='pink']:hover {
	border-color: #a41362;
	-webkit-transition: 0.5s;
}
section[data-color='sweet pink'] {
	border-color: #ff6ebc;
	-webkit-transition: 0.5s;
}
section[data-color='sweet pink']:hover {
	border-color: #a14777;
	-webkit-transition: 0.5s;
}
section[data-color='blue'] {
	border-color: blue;
	-webkit-transition: 0.5s;
}
section[data-color='blue']:hover {
	border-color: DarkBlue;
	-webkit-transition: 0.5s;
}
section[data-color='yellow'] {
	border-color: #ffe814;
	-webkit-transition: 0.5s;
}
section[data-color='yellow']:hover {
	border-color: #a39514;
	-webkit-transition: 0.5s;
}
section[data-color='orange'] {
	border-color: #ff7b00;
	-webkit-transition: 0.5s;
}
section[data-color='orange']:hover {
	border-color: #b45700;
	-webkit-transition: 0.5s;
}

section[data-color='yellowish orange'] {
	border-color: rgba(255, 190, 0, 1);
	-webkit-transition: 0.5s;
}
section[data-color='yellowish orange']:hover {
	border-color: rgb(194, 145, 0);
	-webkit-transition: 0.5s;
}
section[data-color='purple'] {
	border-color: rgb(177, 9, 155);
	-webkit-transition: 0.5s;
}
section[data-color='purple']:hover {
	border-color: rgb(96, 7, 84);
	-webkit-transition: 0.5s;
}
section[data-color='discord'] {
	border-color: #7289DA;
	-webkit-transition: 0.5s;
}
section[data-color='discord']:hover {
	border-color: #434f7c;
	-webkit-transition: 0.5s;
}
section[data-color='cyan'] {
	border-color: lightseagreen;
	-webkit-transition: 0.5s;
}
section[data-color='cyan']:hover {
	border-color: #115b56;
	-webkit-transition: 0.5s;
}
section[data-color='noborders'] {
  	border-top: 0;
}
section[data-color='noborders']:hover {
	border-top: 0px;
}
.noborder-section-title {
	font-size: 1.8rem;
	padding: .6em .5rem;
	margin-block-start: unset;
	margin-block-end: unset;
}


footer {
	color: white;
}
.center {
		/* Centrage */
		margin-left: auto;
		margin-right: auto;
		text-align: center;
}
/* Boutons et trucs dans le genre lol */
.btn {
 		background: grey;
 		/* border: 2px solid teal; */
 		padding: 7px;
 		text-align: center;
 		display: inline-block;
 		-webkit-transition: 0.5s;
 		color: white;
 		border-top: 6px solid black;
}
.btn:hover
{
		background: Black;
		/* border-left: 4px solid grey; */
		/* border-right: 4px solid grey; */
		/* border-bottom: 4px solid grey; */
		border-top: 6px solid grey;
		padding: 7px;
		text-align: center;
		display: inline-block;
		-webkit-transition: 0.5s;
		color: grey;
		text-decoration: none;
}
.btn.btn-large {
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.mobile-modal-close {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 10px;
	padding-top: 10px;
  width: 100%;
}
.btn.btn-first {
	border-top-width: 12px !important;
	padding-left: 55px;
	padding-right: 55px;
	padding-bottom: 18px;
	padding-top: 18px;
}
.btn.btn-first:hover {
	border-top-width: 20px !important;
	padding-left: 55px;
	padding-right: 55px;
	padding-bottom: 18px;
	padding-top: 10px;
}
.btn.btn-first:active {
	border-top-width: 12px !important;
	padding-left: 55px;
	padding-right: 55px;
	padding-bottom: 18px;
	padding-top: 18px;
}
.btn.full-width
{
	width: 100%;
    box-sizing: border-box;
    display: block;
    text-align: left;
}
.btn.full-width.left
{
    text-align: left;
}
.btn.full-width.right
{
    text-align: right;
}
.btn.with-icon {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    
    width: 6rem;
    height: 6rem;
}
.btn.with-icon i {
    font-family: 'Emoicons';
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    /* Couleur cohérente avec les autres éléments */
    color: currentColor;
}
input {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
}
input[type=submit] {
		background: teal;
		padding: 7px;
		text-align: center;
		display: inline-block;
		-webkit-transition: 0.5s;
		color: white;
		border-top: 6px solid black;
		border-left: none;
		border-right: none;
		border-bottom: none;
}
input[type=reset] {
		background: red;
		padding: 7px;
		text-align: center;
		display: inline-block;
		-webkit-transition: 0.5s;
		color: white;
		border-top: 6px solid black;
		border-left: none;
		border-right: none;
		border-bottom: none;
}
input[type=submit]:hover
{
		background: Black;
		border-top: 6px solid teal;
		padding: 7px;
		text-align: center;
		display: inline-block;
		-webkit-transition: 0.5s;
		color: grey;
		text-decoration: none;
}
input[disabled=true]:hover
{
		background: Black;
		border: 4px solid red;
		padding: 3px;
		text-align: center;
		display: inline-block;
		-webkit-transition: 0.5s;
		color: red;
        text-decoration: none;
}
input[disabled=true]
{
		color: grey;
}
input[type=reset]:hover {
		background: Black;
		border-top: 6px solid red;
		padding: 7px;
		text-align: center;
		display: inline-block;
		-webkit-transition: 0.5s;
		color: grey;
		text-decoration: none;
}
input[type=text] {
    border-top: 4px solid crimson;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: #e0e0e0;
    border-radius: 0;
    padding: 5px;
    font-size: medium;
	width:100%;
	box-sizing: border-box;
	-webkit-transition: 0.1s;
    outline: solid #ababab 0;
}
input[type=text]:focus {
    outline: solid #ababab 3px;
}
textarea {
    border-top: 4px solid crimson;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: #e0e0e0;
    border-radius: 0;
    padding: 5px;
	width:100%;
	box-sizing: border-box;
	-webkit-transition: outline 0.1s;
    outline: solid #ababab 0;
}
textarea:focus {
    outline: solid #ababab 3px;
}
.input-group {
	margin: 10px 0;
}
.input-group:first-child {
	margin-top: 0;
}
.input-group:last-of-type {
	margin-bottom: 0;
}




/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-top: 5px solid black;
}

input:checked + .slider {
  background-color: black;
}

input:focus + .slider {
  box-shadow: 0 0 1px grey;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  border-top: 5px solid grey;
}

/* Boutons sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
nav > .mobile-menu-btn {
  display: none !important;
}
nav > .mobile-menu-button {
  display: none !important;
}
/*

                Règles media, côté responsive !

       {================================================}

*/
@media only screen and (min-width: 600px) {
	nav[data-menu="mobile"] > .mobile-menu-btn {
	  display: none !important;
	}
	nav[data-menu="mobile"] > .mobile-menu-button {
	  display: none !important;
	}
  header {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }
  header > .header-content {
        width: 90%;
  }
  footer {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }
	colonne[data-medium="12"] {
		width: 100%;
	}

	colonne[data-medium="3"] {
		width: 29%;
	}
	colonne[data-medium="6"] {
		width: 49%;
	}
	colonne[data-medium="9"] {
		width: 69%;
	}
	.ligne {
		display: inline-flex;
    width: -webkit-fill-available;
	}
	.footer-rows {
		padding: 20px;
		display: inline-flex;
	}
	.footer-rows > .footer-col {
		position: relative;
		margin-left: 5px;
		margin-right: 5px;
	}
	.s {
		width: 49%;
		margin-left: auto;
		margin-right: auto;
	}
  .s:first-child {
  	margin-left: 0px;
  }
  .s:last-child {
  	margin-right: 0px;
  }
	.ligne > .c:first-child {
		width: 48%;
		margin-right: auto;
		margin-left: 0px;
	}
	.ligne > .c {
		width: 48%;
		margin-right: 8px;
		margin-left: 8px;
	}
	.ligne > .c:last-child {
		width: 48%;
		margin-right: 0px;
		margin-left: auto;
	}
  .img-resp {
    width: 220px;
  }
  
	nf-container {
		width: 85%;
	}
}
@media only screen and (min-width: 932px) {
	colonne.g[data-size=12] {
		width: 100%;
	}
  colonne[data-large="2"] {
    width: 18%;
  }
  colonne[data-large="3"] {
    width: 29%;
  }
  colonne[data-large="6"] {
    width: 49%;
  }
  colonne[data-large="9"] {
    width: 69%;
  }
	.l-ligne {
		display: inline-flex;
    width: -webkit-fill-available;
	}
	.c:first-child {
		width: 48%;
		margin-right: auto;
		margin-left: 0px;
	}
	.c {
		width: 48%;
		margin-right: 8px;
		margin-left: 8px;
	}
	.c:last-child {
		width: 48%;
		margin-right: 0px;
		margin-left: auto;
	}
	nf-container {
		width: 75%;
	}
}
@media only screen and (max-width: 599px) {
  colonne[data-small="12"] {
		width: 100%;
	}
  nav[data-menu="mobile"] > ul {
    display: none !important;
  }
  nav[data-menu="mobile"] > .mobile-menu-btn {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 2px 2px 2px;
  }
  nav[data-menu="mobile"] > .mobile-menu-button {
    display: flex !important;
    margin-left: auto;
    margin-right: auto;
	text-align: start;
	padding: .6em 1rem;
	align-items: center;
	gap: 10px;
  }
  nav[data-menu="mobile"] > .mobile-menu-btn > img {
    height: 37px;
    width: auto;
  }
	.hide-on-low {
		display: none;
	}
	.footer-rows {
		padding: 20px;
	}
	colonne.p[data-size=12] {
		width: 100%;
	}
}
@media only screen and (max-width: 931px) {
	.container {
		width: 90%;
	}
	nav {
		width: 90%;
	}
	.nav-ng > ul {
		/* flex width */
		width: 90%;
	}
	.hide-on-medium {
		display: none;
	}
}
@media only screen and (min-width: 2400px) {
  .container {
      /* On ajoute une marge sur les cotés de l'écran */
  		width: 60%;
  }
	colonne.pg[data-size=12] {
			width: 100%;
		}
  nav
  {
      width: 60%;
  }
  .nav-ng > ul {
	  /* flex width */
	  width: 60%;
  }
}
@media only screen and (min-width: 3000px) {
  .container {
      /* On ajoute une marge sur les cotés de l'écran */
  		width: 40%;
  }
  nav
  {
      width: 40%;
  }
  
	.nav-ng > ul {
		/* flex width */
		width: 40%;
	}
  body {
    background-image: url(http://pngimg.com/uploads/dot/dot_PNG4.png);
    background-size: 6px;
  }
	colonne[data-4k=12] {
			width: 100%;
		}
}
/*
				Website general background colors, format :
										data-color="color"
		 Automatic Lighter to darker from header to footer

============================================================
*/

html[data-color='light'] body
{
		background-color: #dedede;
}
html[data-color='light'] body > header
{
	background-color: #ffffff;
	color: black;
}
html[data-color='light'] > body > footer
{
	background-color: #bfbfbf;
	color: black;
}



html[data-color='dark'] body
{
		background-color: #2c2f33;
}
html[data-color='dark'] body > header
{
	background-color: #474c52;
	color: white;
}
html[data-color='dark'] > body > footer
{
	background-color: #23272a;
	color: white;
}

/* legacy light/dark theme names */

html[data-color='theme blanc discord'] body
{
		background-color: #dedede;
}
html[data-color='theme blanc discord'] body > header
{
	background-color: #ffffff;
	color: black;
}
html[data-color='theme blanc discord'] > body > footer
{
	background-color: #bfbfbf;
	color: black;
}
html[data-color='theme blanc discord'] .nav-ng {
	background-color: #eeeeee;
}


html[data-color='theme sombre discord'] body
{
		background-color: #2c2f33;
}
html[data-color='theme sombre discord'] body > header
{
	background-color: #474c52;
	color: white;
}
html[data-color='theme sombre discord'] > body > footer
{
	background-color: #23272a;
	color: white;
}
html[data-color='theme sombre discord'] .nav-ng {
	background-color: #373b3f;
}
html[data-color='theme sombre discord'] .nav-ng > ul > li > a {
	color: white;
}
html[data-color='theme sombre discord'] .nav-ng > ul > li > a:hover {
	color: #9c9c9c;
}
html[data-color='purple'] body
{
		background-color: #330f53;
}
html[data-color='purple'] body > header
{
	background-color: #551A8B;
	color: white;
}
html[data-color='purple'] > body > footer
{
	background-color: #210a35;
	color: white;
}
html[data-color='purple'] .nav-ng {
	background-color: #451373;
}
html[data-color='purple'] .nav-ng > ul > li > a {
	color: white;
}
html[data-color='purple'] .nav-ng > ul > li > a:hover {
	color: #9c9c9c;
}


html[data-color='pink'] > body
{
	background-color: #cc1075;
}
html[data-color='pink'] > body > header
{
	background-color: #FF1493;
	color: white;
}
html[data-color='pink'] > body > footer
{
	background-color: #960e57;
	color: white;
}
html[data-color='pink'] .nav-ng {
	background-color: #df0079;
}
html[data-color='pink'] .nav-ng > ul > li > a {
	color: white;
}
html[data-color='pink'] .nav-ng > ul > li > a:hover {
	color: #9c9c9c;
}

html[data-color='light pink'] > body
{
	background-color: #c43bb7;
}
html[data-color='light pink'] > body > header
{
	background-color: #ff4aed;
	color: white;
}
html[data-color='light pink'] > body > footer
{
	background-color: #903086;
	color: white;
}
html[data-color='sweet pink'] > body
{
	background-color: #be5eb4;
}
html[data-color='sweet pink'] > body > header
{
	background-color: #fa78ed;
	color: white;
}
html[data-color='sweet pink'] > body > footer
{
	background-color: #8c4385;
	color: white;
}
html[data-color='mat green'] > body
{
	background-color: #128845;
}
html[data-color='mat green'] > body > header
{
	background-color: #16ba5d;
	color: white;
}
html[data-color='mat green'] > body > footer
{
	background-color: #0f5e31;
	color: white;
}
html[data-color='light green'] > body
{
	background-color: #4bc95f;
}
html[data-color='light green'] > body > header
{
	background-color: #44f260;
	color: black;
}
html[data-color='light green'] > body > footer
{
	background-color: #358542;
	color: white;
}
html[data-color='dark green'] > body
{
	background-color: #13631e;
}
html[data-color='dark green'] > body > header
{
	background-color: #158a25;
	color: white;
}
html[data-color='dark green'] > body > footer
{
	background-color: #0e4215;
	color: white;
}
html[data-color='green'] > body
{
	background-color: #128813;
}
html[data-color='green'] > body > header
{
	background-color: #12c229;
	color: white;
}
html[data-color='green'] > body > footer
{
	background-color: #0f5e17;
	color: white;
}
/* Teal */
html[data-color='teal'] > body
{
	background-color: #03a6a6;
}
html[data-color='teal'] > body > header
{
	background-color: #00d6d6;
	color: white;
}
html[data-color='teal'] > body > footer
{
	background-color: #008080;
	color: white;
}
/* Jaune pisse */
html[data-color='yellow'] > body
{
	background-color: #a1a410;
}
html[data-color='yellow'] > body > header
{
	background-color: #e5e916;
	color: black;
}
html[data-color='yellow'] > body > footer
{
	background-color: #6d6f0d;
	color: white;
}
/* yellowish orange */
html[data-color='yellowish orange'] > body
{
	background-color: rgba(255, 190, 0, 1);;
}
html[data-color='yellowish orange'] > body > header
{
	background-color: #ffe121;
	color: black;
}
html[data-color='yellowish orange'] > body > footer
{
	background-color: rgba(185, 137, 0, 1);
	color: white;
}
html[data-color='yellowish orange'] .nav-ng {
	background-color: #ffd300;
}
html[data-color='yellowish orange'] .nav-ng > ul > li > a:hover {
	color: #af9100;
}
html[data-color='yellowish orange'] .nav-ng > ul > li > a:after {
	background: #ff8800;
}


html[data-color='red'] > body
{
	background-color: #690c1a;
}
html[data-color='red'] > body > header
{
	background-color: #d00927;
	color: white;
}
html[data-color='red'] > body > footer
{
	background-color: #500914;
	color: white;
}
html[data-color='red'] .nav-ng {
	background-color: #99041b;
}
html[data-color='red'] .nav-ng > ul > li > a {
	color: white;
}
html[data-color='red'] .nav-ng > ul > li > a:hover {
	color: #61000f;
}



html[data-color='lighter red'] > body
{
	background-color: #9c1529;
}
html[data-color='lighter red'] > body > header
{
	background-color: #e61232;
	color: white;
}
html[data-color='lighter red'] > body > footer
{
	background-color: #771221;
	color: white;
}
html[data-color='black'] > body
{
	background-color: #2a2a2a;
}
html[data-color='black'] > body > header
{
	background-color: #5c5c5c;
	color: white;
}
html[data-color='black'] > body > footer
{
	background-color: #000000;
	color: white;
}
html[data-color='blue'] > body
{
	background-color: #1437b0;
}
html[data-color='blue'] > body > header
{
	background-color: #174aff;
	color: white;
}
html[data-color='blue'] > body > footer
{
	background-color: #112a80;
	color: white;
}
html[data-color='light blue'] > body
{
	background-color: #345eba;
}
html[data-color='light blue'] > body > header
{
	background-color: #457fff;
	color: white;
}
html[data-color='light blue'] > body > footer
{
	background-color: #28478b;
	color: white;
}
html[data-color='sweet blue'] > body
{
	background-color: #617fc3;
}
html[data-color='sweet blue'] > body > header
{
	background-color: #79a1fb;
	color: white;
}
html[data-color='sweet blue'] > body > footer
{
	background-color: #445a8b;
	color: white;
}
html[data-color='cyan'] > body
{
	background-color: #159c9c;
}
html[data-color='cyan'] > body > header
{
	background-color: #00CDCD;
	color: white;
}
html[data-color='cyan'] > body > footer
{
	background-color: #106262;
	color: white;
}
html[data-color='cyan'] .nav-ng {
	background-color: #00b9b9;
}
html[data-color='cyan'] .nav-ng > ul > li > a {
	color: white;
}
html[data-color='cyan'] .nav-ng > ul > li > a:hover {
	color: #128787;
}

/* Couleur Bordeaux (Ewww la ville) */

html[data-color='bordeaux'] > body
{
	background-color: #92113d;
}
html[data-color='bordeaux'] > body > header
{
	background-color: #d41b59;
	color: white;
}
html[data-color='bordeaux'] > body > footer
{
	background-color: #530a23;
	color: white;
}
html[data-color='bordeaux'] .nav-ng {
	background-color: #af1347;
}
html[data-color='bordeaux'] .nav-ng > ul > li > a {
	color: white;
}
html[data-color='bordeaux'] .nav-ng > ul > li > a:hover {
	color: #630021;
}

html[data-color='bordeaux'] .mobile-menu-button {
	color: white;
}


html[data-color='t'] > body
{
	background-color: #fe7cf0;
}
html[data-color='t'] > body > header
{
	background-color: #78a4fa;
	color: white;
}
html[data-color='t'] > body > footer
{
	background-color: #FFFFFF;
	color: black;
}
/*
								 Buttons colors, format :
										data-color="color"

============================================================
*/
.btn[data-color='teal'] {
 		background: teal;
 		color: white;
 		border-top: 6px solid black;
}
.btn:active
{
		border-top: 6px solid black !important;
}
.btn:hover[data-color='teal']
{
		background: Black;
		border-top: 6px solid teal;
		color: grey;
}
.btn[data-color='cyan'] {
 		background: #159c9c;
 		color: white;
 		border-top: 6px solid black;
}
.btn:hover[data-color='cyan']
{
		background: Black;
		border-top: 6px solid #159c9c;
		color: grey;
}
.btn[data-color='pink'] {
 		background: #FF1493;
 		color: white;
 		border-top: 6px solid black;
}
.btn:hover[data-color='pink']
{
		background: Black;
		border-top: 6px solid #FF1493;
		color: grey;
}
.btn[data-color='sweet pink'] {
 		background: #f162af;
 		color: white;
 		border-top: 6px solid black;
}
.btn:hover[data-color='sweet pink']
{
		background: Black;
		border-top: 6px solid #f162af;
		color: grey;
}
.btn[data-color='purple'] {
 		background: rgb(177, 9, 155);
 		color: white;
 		border-top: 6px solid black;
}
.btn:hover[data-color='purple']
{
		background: Black;
		border-top: 6px solid rgb(177, 9, 155);
		color: grey;
}
.btn[data-color='red'] {
 		background: #d00927;
 		color: white;
 		border-top: 6px solid black;
}
.btn:hover[data-color='red']
{
		background: Black;
		border-top: 6px solid #d00927;
		color: grey;
}
.btn[data-color='light red'] {
 		background: red;
 		color: white;
 		border-top: 6px solid black;
}
.btn:hover[data-color='light red']
{
		background: Black;
		border-top: 6px solid red;
		color: grey;
}
.btn[data-color='green'] {
 		background: green;
 		color: white;
 		border-top: 6px solid black;
}
.btn:hover[data-color='green']
{
		background: Black;
		border-top: 6px solid green;
		color: grey;
}
.btn[data-color='very light green'] {
 		background: #44f260;
 		color: black;
 		border-top: 6px solid black;
}
.btn:hover[data-color='very light green']
{
		background: Black;
		border-top: 6px solid #44f260;
		color: grey;
}
.btn[data-color='lime green'] {
 		background: lime;
 		color: black;
 		border-top: 6px solid black;
}
.btn:hover[data-color='lime green']
{
		background: Black;
		border-top: 6px solid lime;
		color: grey;
}
.btn[data-color='yellow'] {
 		background: #ffe814;
 		color: black;
 		border-top: 6px solid black;
}
.btn:hover[data-color='yellow']
{
		background: Black;
		border-top: 6px solid #ffe814;
		color: grey;
}
.btn[data-color='brown'] {
 		background: #c2640e;
 		color: white;
 		border-top: 6px solid black;
}
.btn:hover[data-color='brown']
{
		background: Black;
		border-top: 6px solid #c2640e;
		color: grey;
}
.btn[data-color='light gray'] {
 		background: #dfdfdf;
 		color: black;
 		border-top: 6px solid black;
}
.btn:hover[data-color='light gray']
{
		background: Black;
		border-top: 6px solid #dfdfdf;
		color: white;
}
/* The Modal (background) */
modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
modal > modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Bottom modal itself, default background is dimmed */
bottom-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

/*
								But you can add background with data-gradient

Why just dim screen when you can catch full attention from the user to the modal
 */
bottom-modal[data-gradient='default'] {
	background: #bdc3c7;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	-webkit-animation-name: gradientIn; /* Fade in the background */
	-webkit-animation-duration: 0.4s;
	animation-name: gradientIn;
	animation-duration: 0.4s;
}
bottom-modal.menu-modal {
	background: #bdc3c7;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	-webkit-animation-name: gradientTop !important; /* Fade in the background */
	-webkit-animation-duration: 0.4s;
	animation-name: gradientTop !important;
	animation-duration: 0.4s;
}
bottom-modal.menu-modal::after {
  background-image: url(https://hexatm.com/repo/menu_icon.png);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  display: inline;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

bottom-modal[data-gradient='purple'] {
	background: #8E2DE2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	-webkit-animation-name: gradientIn; /* Fade in the background */
	-webkit-animation-duration: 0.4s;
	animation-name: gradientIn;
	animation-duration: 0.4s;
}
bottom-modal[data-gradient='pink'] {
	background: #f953c6;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #b91d73, #f953c6);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #b91d73, #f953c6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	-webkit-animation-name: gradientIn; /* Fade in the background */
	-webkit-animation-duration: 0.4s;
	animation-name: gradientIn;
	animation-duration: 0.4s;
}
bottom-modal[data-gradient='teal'] {
	background: #11998e;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #38ef7d, #11998e);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #38ef7d, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	-webkit-animation-name: gradientIn; /* Fade in the background */
	-webkit-animation-duration: 0.4s;
	animation-name: gradientIn;
	animation-duration: 0.4s;

}
bottom-modal[data-gradient='lime'] {
	background: #FDFC47;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #24FE41, #FDFC47);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #24FE41, #FDFC47); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	-webkit-animation-name: gradientIn; /* Fade in the background */
	-webkit-animation-duration: 0.4s;
	animation-name: gradientIn;
	animation-duration: 0.4s;

}

/* Modal Content */
bottom-modal > modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
	display: block;
	border-top: 20px solid grey;
	-webkit-transition: 0.5s;
	max-height: 70%;
  overflow-y: auto;
}

bottom-modal.menu-modal > modal-content {
  bottom: initial !important;
  -webkit-animation-name: slideTop !important;
  -webkit-animation-duration: 0.4s;
  animation-name: slideTop !important;
  animation-duration: 0.4s;
  border-top: initial !important;
}

/* Modal Content */
bottom-modal > modal-content:hover {
	border-top: 20px solid dimgrey;
	-webkit-transition: 0.5s;
}

/* The Close Button */
bottom-modal > modal-content > modal-header > .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

bottom-modal > modal-content > modal-header > .close:hover,
bottom-modal > modal-content > modal-header > .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

bottom-modal > modal-content > modal-header {
  padding: 2px 16px;
  background-color: silver;
  color: black;
	display: block;
}

bottom-modal > modal-content > modal-body {padding: 2px 16px; display: block;}

bottom-modal > modal-content > modal-footer {
  padding: 2px 16px;
  /*background-color: #5cb85c;
  color: white;*/
	display: block;
	margin-bottom: 5px;
}

bottom-modal[data-color="sweeter pink"] > modal-content > modal-header {
  background-color: pink;
  color: black;
}

bottom-modal[data-color="pink"] > modal-content > modal-header {
  background-color: #FF1493;
  color: white;
}

bottom-modal[data-color="pink"] > modal-content {
	border-top: 20px solid #960e57;
	-webkit-transition: 0.5s;
}

bottom-modal[data-color="pink"] > modal-content:hover {
	border-top: 20px solid #6c0a3f;
	-webkit-transition: 0.5s;
}



bottom-modal[data-color="purple"] > modal-content > modal-header {
  background-color: #551A8B;
  color: white;
}

bottom-modal[data-color="purple"] > modal-content {
	border-top: 20px solid #210a35;
	-webkit-transition: 0.5s;
}

bottom-modal[data-color="purple"] > modal-content:hover {
	border-top: 20px solid #14071f;
	-webkit-transition: 0.5s;
}

/*

                       Utilities

        ========================================

*/
.p-0 {
	padding: 0 !important;
}
.p-1 {
	padding: .25rem !important;
}
.p-2 {
	padding: .5rem !important;
}
.p-3 {
	padding: .75rem !important;
}
.p-4 {
	padding: 1rem !important;
}
.p-5 {
	padding: 1.5rem !important;
}
.p-6 {
	padding: 2rem !important;
}


.m-0 {
	margin: 0 !important;
}
.m-1 {
	margin: .25rem !important;
}
.m-2 {
	margin: .5rem !important;
}
.m-3 {
	margin: .75rem !important;
}
.m-4 {
	margin: 1rem !important;
}
.m-5 {
	margin: 1.5rem !important;
}
.m-6 {
	margin: 2rem !important;
}















/*

                Élements personnalisés !

        ========================================

*/

colonne {
	display: block;
}

ligne {
  display: flex;
  width: -webkit-fill-available;
  margin-bottom: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}

colonne[data-responsive=false] {
		width: 100%;
	}

subli {
	display: list-item;
	font-style: italic;
	list-style-type: "↳ ";
  text-align: -webkit-match-parent;
}

/* Animations complémentaires */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes slideTop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

@keyframes slideTop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
}
@-webkit-keyframes gradientIn {
  from {opacity: 0; margin-top: 100%}
  to {opacity: 1; margin-top: initial}
}

@keyframes gradientIn {
	from {opacity: 0; margin-top: 100%}
  to {opacity: 1; margin-top: initial}
}

@-webkit-keyframes gradientTop {
  from {opacity: 0; margin-bottom: 100%}
  to {opacity: 1; margin-bottom: initial}
}

@keyframes gradientTop {
	from {opacity: 0; margin-bottom: 100%}
  to {opacity: 1; margin-bottom: initial}
}

@-webkit-keyframes slideOut {
	from {bottom: 0; opacity: 1}
  to {bottom: -300px; opacity: 0}
}

@keyframes slideOut {
  from {bottom: 0; opacity: 1}
  to {bottom: -300px; opacity: 0}
}

@-webkit-keyframes gradientOut {
  from {opacity: 1; margin-top: initial}
  to {opacity: 0; margin-top: 100%}
}

@keyframes gradientOut {
	from {opacity: 1; margin-top: initial}
  to {opacity: 0; margin-top: 100%}
}
