.WindowFix {
    min-width: 50%;
    min-height:50%;
}

.Center {
width:200px;
height:20px;
position: fixed;
top: 0%;
left: 45%;
margin-top: 10px;
margin-left: 160px;
        }
        
[data-hint-left] {
  position: relative;
  cursor: hint;
}

[data-hint-left]::after {
    opacity: 0;
    width: max-content;
    color: #FFFFFF;
    background-color: rgba(0,0,0,.7);
    border-radius: 6px;
    padding: 10px;
    content: attr(data-hint-left);
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    position: absolute;
    top: 115px;
    left: 45%;
    transform: translate(-50%, -100%);
    pointer-events: none;
    transition: opacity 0.2s;
}

[data-hint-left]:hover::after {
    opacity: 1;
}

[data-hint-right] {
  position: relative;
  cursor: hint;
}

.loud-link-hover-main {
  width: 110px;
  height: 84px;
  border: none;
  background-image: url('main3.jpg');
  background-size: cover;
  margin-left: -70%;
}

.loud-link-hover-main:hover {
  opacity: 0.8;
}

.loud-link-hover-main:active {
  transform: scale(0.95);
}


#pseudo
{
    outline : none;     
    font-size: 25px; 
    border: none;
    text-align: center;
    margin: 2.5%;
    display: block;
    align-self: center;
    width: 85%;
    
}

body
{
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100%;
    width: 100%;
    margin: 0px;
    color: white;
    overflow-x: hidden;
    
}

#conteneur
{
    width: 25%;
    align-self: center;
    margin-top: 10%;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    min-width: 200px;
}

img.background {
  min-height: 100%;
  min-width: 640px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1200;
  }

#conteneur:after
{
    font-style: italic;
    align-self: center;
    content: 
    text-align: center;
    font-size: 15px;
    width: 75%;
    
}



#ligne_séparation
{
    align-self: center;
    border: 1px black solid;
    display: block;
    height: 0px;
    width: 100%;
}

#submit
{
    font-size: 25px;
    cursor: pointer;
    align-self: center;
    margin: 2.5%;
    width: 88%;
    height: 35px;
    transition: all 0.5ms;
    border-radius:5px;
    border: 2px solid black;
    background:#fff;
}

#submit span 
{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

#submit span:after 
{
    content:'\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    transition: 0.5s;
}

#submit:hover span 
{
    padding-right: 25px;
}
  
#submit:hover span:after 
{
    opacity: 1;
    right: 0;
}

#submit:active span 
{
    font-size: 35px;
    opacity: 0;
    transition: 0.1s
}
