@charset "UTF-8";
#image span a,
#langage a,
#menu a {
    -webkit-transition: all 0.2s;
}
#image span a p,
#langage,
#menu {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
}
#about,
#cursor,
#image,
#texts {
    float: left;
}
#credits a:hover,
#langage a:hover,
#location a:hover,
#menu a:hover,
#statement a:hover {
    word-spacing: 0;
    letter-spacing: 0;
    color: transparent;
    text-shadow: 0 0 2px #000;
}
#about,
#image span,
#out-iframe {
    position: relative;
}
#image,
#out-iframe p,
#texts {
    overflow: visible;
}
#cursor,
#whiteScreen {
    top: 0;
    height: 100vh;
    z-index: 999;
}
* {
    box-sizing: border-box;
}
html {
    width: 100%;
    min-width: 100%;
    text-rendering: optimizeLegibility;
    word-spacing: -0.1rem;
    letter-spacing: 0.02rem;
    -webkit-font-smoothing: antialiased;
    word-wrap: normal;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
}
i {
    font-style: italic;
    letter-spacing: -0.01rem;
}
audio,
canvas,
iframe,
img,
object,
video {
    max-width: 100%;
}
#cursor {
    opacity: 0;
    position: fixed;
    display: block;
    pointer-events: none;
    background: 0 0;
    background: -webkit-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
    background: -o-linear-gradient(right, transparent 0, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
    background: linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
}
#v-fr,
.title {
    display: none;
}
#image,
#image span a,
#v-en {
    display: block;
}
#langage,
#menu {
    letter-spacing: 0.07rem;
    font-weight: 400;
}
#out-iframe p,
#subtitle p {
    text-align: center;
    font-weight: 700;
    line-height: 115%;
}
#langage a,
#menu a {
    word-spacing: 0;
    letter-spacing: 0;
    color: inherit;
    text-decoration: none;
    transition: all 0.2s;
}
#image {
    width: 100vw;
    top: 0;
    left: 0;
    margin-bottom: 25vw;
    background: #fff; /*if the gradients don’t work, it’s white*/
}
#image span {
    width: 100%;
    display: inline-block;
    text-align: center;
}
#image span img {
    margin-bottom: 0.5rem;
    display: inline-block;
}
#image span img:first-child {
    margin-top: 1px;
}
#image span img:last-child {
    margin-bottom: 0;
}
#image span a {
    border: 1px solid #000;
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s;
}
#image .mosaic a {
    padding: 1rem 0;
}
#image .mosaic a img:nth-child(odd) {
    padding-right: 0.25rem;
    width: 48%;
}
#image .mosaic a img:nth-child(even) {
    padding-left: 0.25rem;
    width: 48%;
}
#image span a p {
    display: inline-block;
    padding-top: 0.5rem;
    border-bottom: 1px solid #000;
    color: #000;
    line-height: 135%;
    text-align: center;
    text-decoration: none;
}
#image span a:hover img,
#image span a:hover p {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Blur=2px)";
    filter: alpha(blur=2px);
    filter: blur(2px);
}
.iframe1,
.iframe2 {
    display: inline-block;
    height: 0;
    overflow: hidden;
}
.iframe1 {
    padding-bottom: 80%;
}
.iframe2 {
    padding-bottom: 50%;
}
.iframe1 iframe,
.iframe2 iframe {
    position: absolute;
    height: 100%;    
    top:0;
    left:0;
}
.iframe1 iframe {
    width: 80.2%;
}
.iframe2 iframe {
    width: 89.7%;
}
#subtitle,
#whiteScreen {
    position: fixed;
    left: 0;
    background-color: #fff;
}
#about,
#subtitle p:nth-child(1) {
    display: block;
}
#subtitle {
    width: 100vw;
    height: auto;
    bottom: 0;
    padding: 0 0.5rem;
    z-index: 666;
    -webkit-box-shadow: 0 8px 10px 2px #fff;
    box-shadow: 0 -12px 6px 10px #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
#subtitle p {
    display: none;
    font-family: Times, serif;
    font-size: 2rem;
}
#texts {
    left: 0;
    width: 100vw;
    margin-bottom: 15vw;
}
#texts img {
    width: 40%;
    margin: 10vw 30%;
}
#statement {
    padding: 0.5rem;
    clear: both;
}
#statement p {
    font-family: Times, serif;
    font-size: 1.75rem;
    line-height: 140%;
    text-align: center;
}
#about {
    top: 1rem;
    clear: both;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 135%;
}
#credits,
#location {
    padding: 0.5rem 2rem 1rem;
    float: left;
}
#location li {
    margin-left: 1rem;
}
#credits a,
#location a,
#statement a {
    word-spacing: 0;
    letter-spacing: 0;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#credits a:hover,
#location a:hover,
#statement a:hover {
    border-bottom: 1px solid #000;
}
h3 {
    padding: 1rem 0;
    letter-spacing: 0.06rem;
}
h5 {
    margin-bottom: 0.5rem;
}
#about li {
    margin-bottom: 0.8em;
}
#out-iframe {
    height: 50vh;
    width: 100vw;
    display: inline-block;
}
#out-iframe p {
    top: 25vh;
    width: 100vw;
    position: absolute;
    font-family: Times;
    font-size: 2rem;
}
.launcher {
    display: inline-block;
    clear: both;
}
#whiteScreen {
    width: 100vw;
    display: none;
}
#end-iframe {
    width: 100vw;
    height: 100vh;
    margin-bottom: 1px;
    overflow: hidden;
    pointer-events: none;
}
