/*@media (min-width: 600px) and (max-width: 1200px) {*/
    
  .Level{
        margin-top:15px;
        width :100%
    }
    .Score{
        font-weight: 900;
        text-align: center;
        margin-top:8px;   
    }
    .Logo{
        margin-top:5px;
        text-align: center
    }
    .ImgSpc{
        position : relative;
    }
    .Mano{
        position:absolute;
        width : 50px
    }
    .Texte{
        text-align: center;
        margin-top : 50px;
    }
    .Chrono{
        height : 30px;   
    }
    .SpcBtn{
        height:60px;
        width :100%;
        margin-top:5px
    }
    .BtnJouer{
        position : relative;
        height:60px;
        width:80%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    /* 
Extra small devices (portrait phones, less than 544px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
h1 {font-size:1rem;} /*1rem = 16px*/
p {font-size: 1rem}
.NavBar {font-size: 0.75rem}
  .SpcBtn{font-size:1.5rem;}
  .Score{font-size:1.5rem;}
  .BtnJouer{font-size:1.5rem;}
  .Texte{font-size:1.5rem;margin-top : 10px
  }
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
  h1 {font-size:1.5rem;} /*1rem = 16px*/
  .NavBar {font-size: 0.75rem}
  .SpcBtn{font-size:1.5rem;}
  .Score{font-size:1.5rem;}
  .BtnJouer{font-size:1.5rem;}
  .Texte{font-size:1.5rem;margin-top : 10px}
} 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
  h1 {font-size:1rem;} /*1rem = 16px*/
  .NavBar {font-size: 0.75rem}
  .SpcBtn{font-size:1.5rem;}
  .Score{font-size:1.5rem;}
  .BtnJouer{font-size:1.5rem;}
  .Texte{font-size:1.5rem;margin-top : 10px;}
} 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  h1 {font-size:3rem;} /*1rem = 16px*/
  .NavBar {font-size: 1rem}
  .SpcBtn{font-size:2rem;}
  .Score{font-size:2rem;}
  .BtnJouer{font-size:2rem;}
  .Texte{font-size:2rem;}
} 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
  h1 {font-size:4rem;} /*1rem = 16px*/    
  .NavBar {font-size: 2rem}
  .SpcBtn{font-size:2rem;}
  .Score{font-size:2rem;}
  .BtnJouer{font-size:2rem;}
  .Texte{font-size:2rem;}
}
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
 
/* Set width to make card deck cards 100% width */
@media (min-width: 950px) and (max-width:1100px) { 
  h1 {font-size:2.75rem;} 
  .SpcBtn{font-size:2.75rem;}
}

