@charset "UTF-8";

/* ==========================
*  Louvre - Prague
*  CSS
========================== */

body {
    /*overflow: hidden;*/
    margin: 0;
}

body,
html {
    height: 800px;
    width: 1280px;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

*[lang='en']{
    display: none;
}

#container {
    height: 100%;
    width: 100%;
    background: #5E1216;
    background: url('../../images/bg.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.intro{
    display: inline-block;
}

.intro .main{
    display: inline-block;
    margin-top: 256px;
    padding: 0px 93px;
}

.intro .main .player{
    display: inline-block;
    margin-left: 89px;
}

.intro .main .player .content_img{
    width: 177px;
    height: 151px;
    margin-left: -42px;
}

@keyframes scale {
    0% {
      transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
  }

.intro .main .player img{
    animation: scale 2.5s linear infinite alternate;
    margin: 35px;
}

.intro .main .player p{
    font-size: 40px;
    color: #4d2a3f;
    font-family: "Arsenica";
    margin: 0 0 10px 0;
    width: 496px;
    vertical-align: top;
    letter-spacing: -2px;
    line-height: 1.8;
    text-align: justify;
}

.intro .main .player p span.jugement{
    font-weight: bold;
    font-style: italic;
    font-size: 48px;
    letter-spacing: -1.5px;
}

.footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #4d2a3f;
    z-index: 99;
}

.footer.cred{
    background: #4d2a3f59;
}

.footer.video{
    background: #000;
}

.footer .lang{
    margin: 11px 0 0 1016px;
    display: inline-block;
}

.footer .lang img{
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.footer .lang img.en{
    margin-left: 46px;
}

.footer .lang img.fr{
    margin-top: -5px;
}

.footer .lang img.copyright{
    margin-left: 31px;
}

.credentials{
    position: absolute;
    left: 0;
    top: 0;
    height: 800px;
    width: 1280px;
    z-index: 2;
    background: url("../../images/bg_credentials.png") no-repeat;
    background-size: 100% 100%;
    color: #efe4c9;
    display: none;
}

.credentials .close_credential{
    background: url("../../images/close.png") no-repeat;
    background-size: 100% 100%;
    height: 49px;
    width: 49px;
    position: absolute;
    right: 73px;
    top: 29px;
}

.credentials .credentials_content{
    padding: 147px 0 0 88px;
}

.credentials .bloc-left{
    display: inline-block;
    vertical-align: top;
    width: 528px;
    margin-right: 73px;
}

.credentials .bloc-right{
    display: inline-block;
    vertical-align: top;
    width: 525px;
}

.credentials img{
    display: block;
}

.credentials img.concep_title{
    margin-bottom: 28px;
}

.credentials img.concep_text{
    margin-bottom: 60px;
}

.credentials img.concep_text.concep_text_en{
    margin-left: 2px;
}

.credentials img.real_title{
    margin-bottom: 23px;
}

.credentials img.real_text{
    margin-bottom: 66px;
}

.credentials img.copy_louvre{
    margin-bottom: 9px;
    margin-left: 5px;
}

.credentials img.logo_louvre{
    margin-left: 1px;
}

.credentials img.image_title{
    margin-bottom: 27px;
}

.credentials img.image_title.image_title_en{
    margin-bottom: 29px;
}

.credentials img.image_text{
    margin-left: -4px;
}


video{
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

