body {
    background-color: black;
    margin: 0;
    padding: 0;
    position: relative
}

#container {
    z-index: 0
}

.langs {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
}

.langs a {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 40px;
	color: #fff;
}

.langs a.lang-en {
	float: right;
}

.langs a:hover {
	text-decoration: underline;
}

.links {
    font-family: sans-serif;
    position: absolute;
    bottom: 24px;
    text-align: center;
    z-index: 1;
    opacity: 0;
    width: 100%;
    transition: transition 250ms;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.colorchange{
    width:50px;
    margin: 0 5px;
    display: inline-block;
}
.colorchange svg{
    width: 100%;
}
.light,
.light a {
    fill: #000
}

.dark,
.dark a {
    fill: #FFF
}

.light a:hover {
    fill: #000;
}

.dark a:hover {
    fill: #FFF;
}

a {
    text-decoration: none
}

.dark:hover {
    -webkit-filter: drop-shadow( 0px 0px 5px #FFF );
            filter: drop-shadow( 0px 0px 5px #FFF )
}
.light:hover {
    -webkit-filter: drop-shadow( 0px 0px 5px #000 );
            filter: drop-shadow( 0px 0px 5px #000 )
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    color: white;
    fill: currentColor
}

.icon-info-outline {
    width: 48px;
    height: 48px;
    fill: white;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms
}

#loading {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    text-shadow: 0 0 10px white;
    color: white;
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
    font-family: sans-serif;
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    transform-origin: 0 0;
    opacity: 0
}

.done {
    opacity: 0!important;
    display: none
}

.centered {
    top: 50%;
    bottom: auto
}

.inactive {
    opacity: 0
}

.active,
#loading.active {
    opacity: 1
}

#container:hover {
    cursor: -webkit-grab;
    cursor: -moz-grab
}

#container:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing
}


.custom-centered-text {
  position: absolute;
  top: 350%;
  left: 50%;
  transform: translate(-50%, -50%);

  font-family: Arial, Helvetica, sans-serif; /* Même police que .langs a */
  font-weight: 900;                          /* Même épaisseur */
  font-size: 60px;                           /* Même taille */
  color: #fff;                               /* Texte blanc */

  text-align: center;                        /* Centre le texte horizontalement */
}
