/* Classements */

body {
  background: url(../images/rink01.jpg) fixed;
  background-size: cover;
}

#container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  /*border: 2px solid Gainsboro;*/
}

header {
  /*border: 2px solid Gainsboro;*/
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

header h1 {
  color: Gainsboro;
  /*text-shadow: -1px 0px black, 0px 1px black, 1px 0px black, 0px -1px black;*/
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0,0,0,0.9);
  padding: 20px;
  font-variant-caps: all-small-caps;
  font-size: 45px;
}

nav {
  /*border: 2px solid Gainsboro;*/
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto
}

/*nav {
  width: 1100px;
  margin: 20px 0;
  padding: 10px 0;
}*/

.dropbtn {
  background-color: Gainsboro;
  font-weight: bold;
  color: black;
  width: 125px;
  padding: 5px;
  font-size: 16px;
  border: solid black;
  border-radius: 10px;
  cursor: pointer;
}

.dropdown {
  position: relative;
  text-align: center;
  display: inline-block;
}

.dropdown-content {
  display: none;
  font-weight: bold;
  position: absolute;
  border-radius: 10px;
  box-shadow: 20px 8px 32px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  font-size: 12px;
  padding: 12px 13px;
  min-width: 100px;
  text-align: center;
  border: solid black;
  border-radius: 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: white;
  color: black;
  cursor: pointer;
}

.dropdown:hover .dropdown-content {
  display: block;
  background-color: Gainsboro;
  cursor: pointer;
}

.dropdown:hover .dropdown-content #rouges {
  background-color: Red;
  color: white;
}

.dropdown:hover .dropdown-content #blancs {
  background-color: white;
  color: black;
}

.dropdown:hover .dropdown-content #bleus {
  background-color: MidnightBlue; /* dark blue */
  color: white;
}

.dropdown:hover .dropdown-content #gris {
  color: white;
  text-shadow: 0px 0px 10px black;
  background-color: grey;
  /*color: black;*/
}

.dropdown:hover .dropbtn {
  background-color: black;
  color: white;
}

#equipe {
  box-shadow: 20px 8px 32px 0px rgba(0,0,0,0.8);
  background-color: darkgray;
}

.equipe {
  width: 250px;
  border-radius: 5px;
}

#blue {
  font-weight: bold;
  color: white;
  text-shadow: 0px 0px 5px black;
}

#red {
  font-weight: bold;
  color: white;
  text-shadow: 0px 0px 5px black;
}

#white {
  font-weight: bold;
  color: red;
}

#grey {
  font-weight: bold;
  color: white;
  text-shadow: 0px 0px 10px black;
}

.empty {
 border-right: 0;
}

#table {
  width: 75%;
  text-align: center;
  padding: 10px;
  margin: 20px auto 15px;
  border-radius: 10px;
  /*border: 2px solid Gainsboro;*/
}

#table table {
  padding: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background-color: Gainsboro;
}

#small {
  width: 75%;
  text-align: center;
  padding: 10px;
  margin: 20px auto 15px;
  border-radius: 10px;
  /*border: 2px solid Gainsboro;*/
}

#small table {
  padding: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background-color: Gainsboro;
}

table th {
  font-size: 20px;
  border-bottom: 3pt solid black;
  border-right: 1pt solid black;
  padding: 10px;
  border-radius: 5px;
}

table td {
  font-size: 18px;
  border-bottom: 1pt solid black;
  border-right: 1pt solid black;
  padding: 7px;
}

#containerclass {
  width: 76.5%; 
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  /*border: 2px solid Gainsboro;*/
}

#heading {
  width: 50%;
  text-align: center;
  padding: .5px 0 .5px;
  margin-left: auto;
  margin-right: auto;
  background-color: Gainsboro;
  border-radius: 10px;
  border: 2px solid Gainsboro;
}

#heading h1 {
  box-shadow: 20px 8px 32px 0px rgba(0,0,0,0.8);
  background-color: darkgray;
}

.short {
  display: none;
}

#small {
  display: none;
}




/* Media Query */

/* MAX-WIDTH 1024px */
@media all and (max-width: 1024px) {

  #containerclass {
    width: 100%;
  }

  #heading {
    width: 72.5%;
  }

   #table {
    width: 80%;
  }
  
}


/* MAX-WIDTH 768px */
@media all and (max-width: 768px) {

  #containerclass {
    width: 100%;
  }

  #heading {
    width: 72.5%;
  }

  #table {
    width: 80%;
  }
}


/* MIN-HEIGHT 823px and MAX-WIDTH 411px */
@media all and (max-height: 823px) and (max-width: 411px) {

  #containerclass {
    width: 100%;
  }

  .short {
    display: inline-block;
  }

  #small table {
      width: 90px;
  }

  #small {
    display: inline-block;
  }
  
  .full {
    display: none;
  }

  #big {
    display: none;
  }

  #heading {
    width: 100%;
  }

  header h1 {
  font-size: 30px;
  }
}


/* MIN-HEIGHT 736px and MAX-WIDTH 414px */
@media all and (max-height: 736px) and (max-width: 414px) {

  #containerclass {
    width: 100%
  }

  table {
    margin-top: 180px;
  }

  .short {
    display: inline-block;
  }

  #small {
    display: inline-block;
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translateX(-53%) translateY(-50%);
  }
  
  .full {
    display: none;
  }

  #big {
    display: none;
  }

  #heading {
    width: 100%;
  }

  header h1 {
    font-size: 30px;
  }
}


/* MIN-HEIGHT 731px and MAX-WIDTH 411px */
@media all and (max-height: 731px) and (max-width: 411px) {

  #containerclass {
    width: 100%;
  }

  .short {
    display: inline-block;
  }

  #small table {
    width: 90px;
  }

  #small {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-55%) translateY(-50%);
  }
  
  .full {
    display: none;
  }

  #big {
    display: none;
  }

  #heading {
    width: 100%;
  }

  header h1 {
  font-size: 30px;
  }
}


/* MAX-WIDTH 420px */
@media all and (max-width: 420px) {

  #containerclass {
    width: 100%
  }

  #heading {
    width: 100%;
  }

  .short {
    display: inline-block;
  }

  #small {
    display: inline-block;
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translateX(-48.5%) translateY(-50%);
  }
  
  .full {
    display: none;
  }

  #big {
    display: none;
  }
}


/* MIN-HEIGHT 812px and MAX-WIDTH 375px */
@media all and (min-height: 812px) and (max-width: 375px) {

  #containerclass {
    width: 100%
  }

  .short {
    display: inline-block;
  }

  #small {
    display: inline-block;
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translateX(-53%) translateY(-50%);
  }
  
  .full {
    display: none;
  }

  #big {
    display: none;
  }

  #heading {
    width: 100%;
  }

  header h1 {
    font-size: 30px;
  }
}


/* MIN-HEIGHT 667px and MAX-WIDTH 375px */
@media all and (max-height: 667px) and (max-width: 375px) {

  #containerclass {
    width: 100%
  }

  .short {
    display: inline-block;
  }

  #small {
    display: inline-block;
    position: absolute;
    top: 94%;
    left: 50%;
    transform: translateX(-53%) translateY(-50%);
  }
  
  .full {
    display: none;
  }

  #big {
    display: none;
  }

  #heading {
    width: 100%;
  }

  header h1 {
    font-size: 30px;
  }
}


/* MAX-WIDTH 360px */
@media all and (max-width: 360px) {

  #containerclass {
    width: 100%
  }

  #heading {
    width: 100%;
  }

  .short {
    display: inline-block;
  }

  #small {
    display: inline-block;
    position: absolute;
    top: 125%;
    left: 50%;
    transform: translateX(-55%) translateY(-50%);
  }
  
  .full {
    display: none;
  }

  #big {
    display: none;
  }
}


/* MAX-WIDTH 360px */
@media all and (min-height: 640px) and (max-width: 360px) {

  #containerclass {
    width: 100%
  }

  #heading {
    width: 100%;
  }

  .short {
    display: inline-block;
  }

  #small {
    display: inline-block;
    position: absolute;
    top: 97%;
    left: 50%;
    transform: translateX(-55%) translateY(-50%);
  }
  
  .full {
    display: none;
  }

  #big {
    display: none;
  }
}


/* MIN-HEIGHT 568px and MAX-WIDTH 320px */
@media all and (max-height: 568px) and (max-width: 320px) {

  #containerclass {
    width: 100%
  }

  #heading {
    width: 100%;
  }

  .short {
    display: inline-block;
  }

  #small {
    display: inline-block;
    position: absolute;
    top: 128%;
    left: 50%;
    transform: translateX(-62%) translateY(-50%);
  }
  
  .full {
    display: none;
  }

  #big {
    display: none;
  }
}