@font-face {
  font-family: "Medieval";
  src: url('MedievalSharp/MedievalSharp-Regular.ttf')  format('truetype');
}

#bodyBOC {
  color: white;
  background-color: black;
  background-size:cover;
  font-family: "Medieval", sans-serif;
  font-size: 14px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#lobbyBOC {
  color: white;
  background-color: black;
  background-image:url(ARC_images/fondLobby.jpg);
  background-size:cover;
  font-family: "Medieval", sans-serif;
  font-size: 14px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

#fondlogin {
  color: white;
  background-color: black;
  background-size:cover;
  font-family: "Medieval", sans-serif;
  font-size: 14px;
}

.card{
  margin:50px auto 0;
  width: 200px;
  height: 300px;
  color:black;
  border-radius: 12px;
}
.card_inner{
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
}
.card_inner.is-flipped{
  transform: rotateY(180deg);
}
.card_face{
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibilty: hidden;
  backface-visibility: hidden;
  -overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
}
.card_face--front{
  background-image: linear-gradient(to bottom right, blue, yellow);
  background-size:cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card_face--back{
  background-color: black;
  background-size:cover;
  transform: rotateY(180deg);
}
.card_content{
  width: 100%;
  height: 100%;
}

.mask_element {

}

.bulles {
  z-index: 30;
  position:absolute;
  font-size: 10px;
  color:red;
  animation-duration: 9s;
  animation-name: slidein;
}

@keyframes slidein {
  75% {
  font-size: 300%;
  margin-left: 40%;
  }
}

.jauge {
  border-top:8px solid;
  position: relative;
  font-size: 12px;
}

.minijauge {
  height:2px;
  border-top:4px dotted;
  position: relative;
  font-size: 4px;
}

.barreJaune {
  position:absolute;
  z-index: 3;
  height:2px;
  border-top:1px dashed black;
}

.barreRouge {
  position:absolute;
  z-index: 3;
  height: 2px;
  border-top:1px dashed red;
}

.animAttaque {
  -webkit-transition: all .9s ease-in;
  transition: all .9s ease-in;
}

#vHaut {
  background-color: black;
  color:white;
  position: absolute;
  z-index: 99;
  left: 0px;
  width: 980px;
  height: 40%;
  top: 0%;
  text-align: center;
  /*background-image: linear-gradient(#524528, white);*/
}

#vHaut {
    -webkit-transition: all .9s ease-in;
    transition: all .9s ease-in;
}

#vBas {
    background-color: black;
    color:white;
    position: absolute;
    z-index: 99;
    left: 0px;
    width: 980px;
    height: 60%;
    top: 40%;
    bottom: 0%;
    text-align: center;
    /*background-image: linear-gradient(white, #524528);*/
}

#vBas {
    -webkit-transition: all .9s ease-in;
    transition: all .9s ease-in;
}

#Vgauche {
    top: 0px;
    position: fixed;
    left: 0%;
    z-index: 2;
    min-width: 50%;
    height: 100%;
    background-color:black;
    background-size: contain;
}
#Vdroit {
    top: 0px;
    position: fixed;
    left: 50%;
    margin: right-side;
    z-index: 2;
    height: 100%;
    min-width: 50%;
    background-color: black;
    background-size: contain;
}
#Vdroit {
    -webkit-transition: all .9s ease-in;
    transition: all .9s ease-in;
}
#Vgauche {
    -webkit-transition: all .9s ease-in;
    transition: all .9s ease-in;
}

.divAction{
  background-image:url(ARC_images/fondCard0.png);
  background-size:cover;
  width:200px;
  height:300px;
  display:flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

table {
    position : center;
    text-align: center;
}

li {
list-style-type: none;
}

#vert {
    color: white;
    text-decoration : none;
    list-style-type: none;
}
#vert :hover {

}
#vert :visited {
    color: white;
    list-style-type: none;
}

input, textarea, select {
    border: 1px solid black;
    border-radius:5px;
    background-color: #ffd479;
    color: black;
    font-family: "Medieval", sans-serif;
    font-size: 14px;
}

input[type="submit"] {
  cursor: pointer;
}

.dialogue{
  background-color: #e0cca9;
  border-radius: 10px;
}

.mask_element {
    z-index: 30;
    width: 200px;
    font-size: 14px;
    color:black;
    border-radius:5px;
}
