.tableau5 {
  border-collapse: collapse;
  min-width: 80px;
  width: auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 015);
  cursor: pointer;
  margin: 10px auto;
  border: 1px solid #ddd;
}
body {
  background-color: #345;
}
table {
  background-color: white;
}
p {
  background-color: #fff;
  width: 300px;
}
.fixant .point {
  background-color: hsla(193, 92%, 37%, 0.8);
  color: #f7f3f3;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}
caption {
  background-color: #fff3af;
  font-family: "Dancing Script";
  font-weight: bold;
}
/* mise en forme du tableau avec bordure, marge...*/
thead tr {
  background-color: midnightblue;
  color: #fff;
  text-align: center;
}
th,
td {
  padding: 8px 12px;
}
.entete_db {
  border: solid 9px #345;
}
.KSA {
  background-image: url(KSA.jpg);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}
.FAP {
  background-image: url(FAP.png);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}
.FALCON {
  background-image: url(FALCONS.jpg);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}
.ECOLE {
  background-image: url(ecole.jpg);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}
tbody tr,
td,
th {
  border: 1px solid #ddd;
}
tbody tr :nth-child(even) {
  background-color: #f3f3f3;
}
#entete,
#menu,
#footer {
  padding: 1px 0;
}
#entete {
  background-color: bold;
  text-align: center;
}
#main {
  max-width: 960px;
}
img {
  float: left;
}
#menu {
  float: left;
  width: 240px;
}
#contenu {
  margin: 20px 350px;
}
#footer {
  background-color: #669933;
  text-align: center;
  clear: both;
}
.couleur tr {
  background-color: midnightblue;
  color: #fff;
  text-align: left;
}

@media all and (max-device-width: 480px) {
  thead tr {
    background-color: midnightblue;
    color: #fff;
    text-align: center;
    font-size: x-small;
  }
  .tableau5 {
    border-collapse: collapse;
    min-width: auto;
    width: 100%;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 015);
    cursor: pointer;
    margin: 6px auto;
    border: 1px solid #ddd;
  }
  .tableau4 {
    width: 100%;
  }
  th:before,
  td {
    padding: 4px 8px;
    counter-increment: case;
    content: counter;
    font-size: x-small;
  }
  tbody tr,
  td,
  th {
    border: 1px solid #ddd;
    font-size: x-small;
  }
  tbody tr :nth-child(even) {
    background-color: #f3f3f3;
  }
  #entete,
  #menu,
  #footer {
    padding: 1px 0;
  }
  #entete {
    background-color: bold;
    text-align: center;
  }
  .fixant .point {
    background-color: hsla(193, 92%, 37%, 0.8);
    color: #0e0d0d;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
  }
  #main {
    max-width: auto;
    margin: auto;
  }
  #menu {
    float: left;
    width: 100%;
  }
  #contenu {
    margin: auto;
  }
}
