/* General + lampe*/

@font-face {
    font-family: "Inconsolata";
    src: url('Inconsolata.otf');
}

html, body {
    font-family: 'Inconsolata';
    font-size: 140%;
    color: #ffffff;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #1b1b1b;
    overflow: hidden;
}

a {
    font-family: 'Inconsolata';
    font-size: 150%;
    color: #ffffff;
    margin: 0;
    padding: 0;
    height: 100%;
    opacity: 0.2;
    background-color: #1b1b1b;
    overflow
}

a:hover {
    opacity: 1;
}

h2 {
    font-family: 'Inconsolata';
    font-size: 100%;
    color: #898989;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #1b1b1b;
    overflow: hidden;
    size=4.5pt;
}

h3 {
    font-family: 'Inconsolata';
    font-size: 120%;
    color: #ffffff;
    margin: 0;
    padding: 0;
    height: 100%;
    opacity: 0.2;
    background-color: #1b1b1b;
    overflow: hidden;
    cursor: pointer;
}

h3:hover {
    opacity: 1;
    overflow: hidden;
}

div#img-center {
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 200%;
    transform: translate(-50%, -50%);
}

#language_selection {
    position: absolute;
    top: 67%;
    width: 100%;
    text-align: center;
}

#language_selection a {
    text-decoration: none;
}

.language {
    font-family: 'Inconsolata';
    font-size: 120%;
    display: inline-block;
    color: #105e4f;
    background-color: #1b1b1b;
}

.language:hover {
    color: white;
    cursor: pointer;
}

#english {
  padding-left: 250px;
}

div#title-presentation {
    position: absolute;
    top: 10%;
    left: 10%;
}

div#title-contacts-credits {
    position: absolute;
    top: 10%;
    left: 75%;
}

#start {
    position: relative;
    top: 70px;
    color: #105e4f;
}

#start:hover {
    color: #fff;
}

p#txt_pres {
    position: absolute;
    display: block;
    top: 13%;
    left: 10%;
    width: 189px;
    font-size: 50%;
}

p#txt_contacts {
    position: absolute;
    display: block;
    top: 13%;
    left: 75%;
    width: 500px;
    font-size: 50%;
}

.title-hover {
    color: #fff;
    opacity: 0.2;
    cursor: pointer;
}

.title-hover:hover {
    opacity: 1;
}
