﻿.body2 {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  width: 100%;
  height: 100%; }

.body2 #container2 {
  width: 70%;
  height: 70%;
  margin-left: auto;
  margin-right: auto; }

.container2 {
  margin-top: 10px;
  border: solid 3px black;
  background-attachment: fixed;
  background: green;
  padding-left: 0px !important;
  padding-right: 0px !important; }

.row2 {
  min-height: 100px;
  align-content: center; }

#btn_rebrassage {
  visibility: hidden;
  display: none; }

#browser {
  width: 100%;
  height: 20px !important;
  color: red;
  background-color: yellow;
  visibility: hidden;
  display: none;
  text-align: center; }

#support_navigation {
  font-weight: bolder;
  font-size: 16px; }

.padding_cartes {
  padding-left: 28px; }

.padding_total {
  padding-left: 40px; }

#Stats_O {
  font-size: large;
  top: 10px; }

#Stats_J {
  font-size: large;
  top: 10px; }

.BATAILLE {
  font-size: xx-large;
  color: yellow; }

#source_Joueur, #destination_Joueur, #destination_Ordinateur, #source_Ordinateur {
  transform: rotate(90deg);
  left: 45px;
  height: auto;
  max-width: 45%;
  top: -10px;
  position: relative; }

@media (max-width: 1068px) {
  #source_Joueur, #destination_Joueur, #destination_Ordinateur, #source_Ordinateur {
    transform: rotate(90deg);
    left: 80px;
    height: auto;
    max-width: 35%;
    top: -10px;
    position: relative; }
  #Stats_O {
    font-size: small; }
  #Stats_J {
    font-size: small; }
  .BATAILLE {
    font-size: large; }
  .padding_cartes {
    padding-left: 22px; }
  .padding_total {
    padding-left: 30px; }
  #support_navigation {
    font-size: 14px; } }

@media (max-width: 600px) {
  #source_Joueur, #destination_Joueur, #destination_Ordinateur, #source_Ordinateur {
    transform: rotate(90deg);
    left: 60px;
    height: auto;
    max-width: 45%;
    top: -10px;
    position: relative; } }

@media (max-width: 410px) {
  #source_Joueur, #destination_Joueur, #destination_Ordinateur, #source_Ordinateur {
    transform: rotate(90deg);
    left: 45px;
    height: auto;
    max-width: 55%;
    top: -10px;
    position: relative; }
  #Stats_O {
    font-size: x-small;
    top: 0px; }
  #Stats_J {
    font-size: x-small;
    top: 0px; }
  .BATAILLE {
    font-size: small; }
  #support_navigation {
    font-size: 10px; } }

@media (max-width: 410px) {
  #support_navigation {
    font-size: 8px; } }

@media (max-height: 500px) {
  #source_Joueur, #destination_Joueur, #destination_Ordinateur, #source_Ordinateur {
    transform: rotate(90deg);
    left: 45px;
    height: auto;
    max-width: 30%;
    top: -10px;
    position: relative; }
  #support_navigation {
    font-size: 8px; } }

#jeu_carte .Destination, #jeu_carte .Source {
  width: auto;
  max-height: 100%;
  height: 100px; }
