/* app css stylesheet */

/* -------------------- GENERAL ---------------------------------*/

body {
    background-color: #000000;
    color: #ffffff;
    width : 1920px; /* 1080 - 8px pour tenir compte de la bordure de 2 px de part et d'autre du body*/
    height: 1080px;
    border: 4px solid #ffffff;
    overflow: hidden;
}


* body, p, div, input {
    font-family: Exo, sans-serif;
    /*    font-family: PatronWEB-Medium, Helvetica, sans-serif;*/
}


* {
    box-sizing: border-box;
}

/* ------------------------HEADER ET MENU HAUT --------------------*/

header {
    height: 126px;
    border-bottom: 4px solid #e5e5e5;
    background-color: white;
    color : dimgray;
}

header * {
    margin:0
}

header div {
    padding-top: 20px ;
}
header div h1 {
}


#logo {
    height: inherit;
    /*width: 398px;*/
    width: auto;
    padding: 20px 40px;
    float: left;
}


#searchContainer {
    position: fixed;
    top:90px;
    left:1280px;
    height: 990px;
    width: 640px;
    border-left: 4px solid #e5e5e5;
    background-color: #fcfcfc;
    color: #2e2e2e;
    overflow: hidden;
}


.info {
    position: fixed;
    top:0;
    left:1280px;
    width: 640px;
    height: 90px;
    /*background-color: #727272;*/
    background-color: #4974b1;
    color: white;
    text-align: center;
    border-left: 4px solid #e5e5e5;
    padding: 0;
    overflow: hidden;
}

.info h1 {

}


#navSalle {
    position: absolute;
    top: 170px;
    left:0;
    width : 1080px;
    height: 30px;
    /*background-color: #444;*/
    background-color: white;
    color:black;
    display: none;
    border: 4px solid #ffffff;
    border-bottom:none;
}
#navSalle ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 20px;
    height: 26px;
    float: right;
}

#navSalle ul li {
    display: inline-block;
    height: inherit;
    padding: 2px 20px 0;
   /* margin: -2px; à mettre que si le contenu html est vide*/
}

.navSalleSelected {
    background-color: #000000;
    color: white;
}


#liSalle {
    /*color: #a2c463;*/
    font-weight: bold;
}


/* ------------------------- CANVAS ET PLAN-----------------------------*/

#thumbmailSecteur img, #thumbmailSecteur button {
    position: absolute;
}

#mapParis {
    padding: 70px 0 0 120px;
}

#canvasContainer {
    z-index: 940;
    height: 950px;
    width: 1280px;
    background-color: #fcfcfc;
}

canvas {
    display: block;
    margin: auto;
    z-index: 950;
}

#canvasPlans {
    z-index: 970;
}

#canvasPlansGame {
    z-index: 971;
    /*margin-right: 840px;*/
}

#startups {
    display: none;
    position: fixed;
    top: 200px;
    left: 20px;
    width: 1040px;
    height: 860px;
    background-color: white;
    color: dimgray;
    border: 1px solid rgba(207,207,207,0.5);;
    border-radius: 5px;
    box-shadow: 7px 7px 9px -1px rgba(207,207,207,1);
    text-align: center;
}

#startups img {
    width: 150px;
    margin: 25px;
    background-color: white;
    padding: 15px;
}

#startups h1 {
    color: #1ebaea;
    margin: 150px auto 0;
}

#startups p {
    font-size: 1.5em;
}

/* -------------- MENU DROITE ----------------------*/

#menuStand {
    height: 470px;
    overflow: hidden;
    border-right: 4px solid #e5e5e5;
}

#menuStand ul {
    margin: 0;
    padding: 0;
}

#listeStands {
    position: absolute;
    top : 0; /* position par rapport à son parent menuStand*/
    left: 0; /* position par rapport à son parent menuStand*/
    width: 100%;
}

#listeStands li {
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
}

#listeStands li:before {
    /*
    content: "\f0a9";
    font-family: FontAwesome, Helvetica, sans-serif;
    display: inline-block;
    width: 1.6em;
    */
    content: url("../image/puceNormal.png");
    margin-right: 15px;
    vertical-align: sub;
    color : transparent;
}


#listeStands li.new:before {
    content: url("../image/puceNew.png");
    margin-right: 15px;
    vertical-align: sub;
    color : transparent;
}

#listeStands li.normal:before {
    content: url("../image/puceNormal.png");
    margin-right: 15px;
    vertical-align: sub;
    color : transparent;
}

#listeStands li.mixte:before {
    content: url("../image/puceOnlyAtTranoi.png");
    margin-right: 15px;
    vertical-align: sub;
    color: transparent;
}

#listeStands li.jewel:before {
    content: url("../image/puceJewel.png");
    margin-right: 15px;
    vertical-align: sub;
    color: transparent;
}


#listeStands li.menuSelected.mixte:before, #listeStands li.menuSelected.new:before, #listeStands li.menuSelected.normal:before, #listeStands li.menuSelected.jewel:before {
    display: none;
}

.menuSelected {
     background: #000 url("../image/flecheMenu40.png") no-repeat;
    color: white;
}

.menuSelected.new {
    background-color: #66B876;
}

.menuSelected.normal {
    background-color:#1ebaea;
}

.menuSelected.mixte {
    background-color:#CD1719;
}

.menuSelected.jewel {
    background-color:#DAB823;
}


#cachePourAnimationNavSalle {
    position: absolute;
    top:0;   /* position par rapport à son parent menuStand*/
    left : 0;  /* position par rapport à son parent menuStand*/
    width: inherit;
    height: inherit;
    /*top : 1108px;
    left: 724px;
    width: 352px;
    height: 492px;*/
    display: none;
}


@-webkit-keyframes animationMenu {
    /*
    0%   {background-color: rgba(0,0,0,1)}
    100% { background-color: rgba(0,0,0,0);}
    */
    0%   {background-color: rgba(255,255,255,1)}
    100% { background-color: rgba(255,255,255,0);}
}

/*---------------------- FORMULAIRE DE RECHERCHE ----------------------------*/

#formSearch {
    width: 60%;
    margin: 5px auto;
}


#textSearch, #category-select {
    padding: 0 10px;
    margin: 5px 0 10px;
    width: 100%;
    font-size: 35px;
    border-radius: 5px;
    border: 1px solid #606060;
    /*background-color: #d9d9d9;*/
    background-color: #4974b138;
}

#category-select {
    padding: 5px 10px;
}

#category-select {
    font-size: 25px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 25px;
}

#textSearch:focus , #category-select:focus {
    outline: none;
}



/* ---------------------- CLAVIER VIRTUEL --------------------------*/


#clavier {
    position: fixed;
    padding: 25px 0;
    width: 636px;
    height: 520px;
    background-color: #fcfcfc;
    border-top: 4px solid #e5e5e5;
}

#clavier>p {
    text-align: center;
    font-size: 20px;
}

#clearClavier, #closeStartup {
    float: right;
    margin: 9px 26px;
    padding: 0;
    width: initial;
}

#startups #closeStartup {
    width: initial;
    margin: 0;
}

.ligneClavier {
    margin: 12px auto;
    text-align: center;

}

.toucheClavier {
    display: inline-block;
    padding: 2px 0;
    margin: 0 3px;
    border-radius: 5%;
    width: 42px;
    color: #2e2e2e;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #606060;
    /*
    background-color: #d9d9d9;*/
    background-color: #4974b138;
}

#toucheClavierSpace {
    width: 450px;
}

.black-touch {
    background-color: black ;
}


.marginLeft50 {
    margin-left: 50px;
}


/* ---------------------- LOGO PARTENAIRES -----------------------------*/

#partenaires {
    color: dimgray;
    text-align: center;
    padding-top: 120px;
}

#partenaires h2 {
    line-height: 30px;
    padding-top: 15px;
}

#partenaires img {
    margin: 0 15px 0 0;
    width: 90px;
}

#sponsorGold {
    width: 90%;
    margin: 50px auto;
}

.colonnePartenaire1 {
    display: block;
    margin-left: 0;
}


.colonnePartenaire2 {
    display: block;
    margin-left: 98px;
}

.colonnePartenaire3 {
    display: block;
    margin-left: 196px;
}

.colonnePartenaire4 {
    display: block;
    margin-left: 294px;
}


.firstColonne {
    margin-top: -970px;
}


#partenaires_designers {
    position: absolute;
    top: 940px;
    left: 390px;
}


#partenaires_designers img  {
    width: 130px;
    height: 130px;
    background-color: #fff;
    margin: 0 50px 0 0;
}


/* informations */

#information {
    display: none;
    color: dimgray;
    padding: 0 10px;
}

#information h3, #partenaires h2 {
    color: #1ebaea;
    font-size: 20px;
}

#standLogo {
    float: right;
    padding: 15px 15px 5px 15px;
    max-width: 150px;
}

/* UTILS */


.float_left {
    display: block;
    float: left;
}


/* -------------------------- RETOUR ACCUEIL --------------------------*/

#buttonHome {
    display: none;
    position : absolute;
    margin: 0;
    padding: 0;
    top: 177px;
    left : 625px;
    font-size: 20px;
    font-weight: bold;
    color: dimgray;
    /*
    background-image: url("../image/accueil.png");
    background-repeat: no-repeat;
    width: 150px;
    height: 90px;
    */
    border: none;
    background-color: transparent;
    z-index: 999;
}

#directionButton {
    position : absolute;
    margin: 0;
    padding: 5px 10px;
    top: 990px;
    left : 530px;
    font-size: 28px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    background-color: rgba(30,186,234,0.8);
    color: white;
    /*z-index: 999;*/
    display: none;
}

/* ------------------------- FONTS -----------------------------*/

@font-face {
    font-family: "Lyon-text-regular";
    src: url('../fonts/Lyon-Text-Regular.otf');
}

@font-face {
    font-family: "Lyon-text-regular";
    font-style: italic;
    src: url('../fonts/Lyon-Text-Regular-Italic.otf');
}

@font-face {
    font-family: "Lyon-text-semibold";
    src: url('../fonts/Lyon-Text-Semibold.otf');
}

@font-face {
    font-family: "Lyon-text-semibold";
    font-style: italic;
    src: url('../fonts/Lyon-Text-Semibold-Italic.otf');
}

@font-face {
    font-family: "PatronWeb-medium";
    src: url('../fonts/PatronWEB-Medium.ttf');
}
@font-face {
    font-family: "PatronWeb-light";
    src: url('../fonts/PatronWEB-Light.ttf');
}
@font-face {
    font-family: "PatronWEB-Regular";
    src: url('../fonts/PatronWEB-Regular.ttf');
}


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

@font-face {
    font-family: Exo, sans-serif;
    font-weight:	normal;
    src: url('../fonts/Exo-Regular.ttf');
}

@font-face {
    font-family: Exo, sans-serif;
    font-weight:	bold;
    src: url('../fonts/Exo-Bold.ttf');
}

@font-face {
    font-family: Exo, sans-serif;
    font-style:	italic;
    src: url('../fonts/Exo-Italic.ttf');
}


/*
pour adapter un élément à la hauteur ou largeur de l'écran
vh (viewport height)
vw (viewport width)
vmin (viewport minimum length)
vmax (viewport maximum length)
*/

