body {
  background: #9ac;
}
li {
  list-style-type: none;
}
.mon_drapeau {
  width: 100%;
  border-radius: 22px;
  height: 100px;
  padding-top: 40px;
}
.titree {
  overflow: hidden;
  background-color: #fffae1;
  position: fixed;
  width: 100%;
  opacity: 0.9;
  border: solid 3px #cdc;
}
#entete li a:hover {
  background-color: blue;
}
#entete li {
  float: right;
  font-size: 1.2em;
}
#entete li a {
  display: block;
  text-align: left;
  padding: 18px 15px;
}
ul {
  margin: 0;
  padding: 0;
}
#logo_page {
  font-family: "Dancing Script", cursive;
  font-weight: bold;
  position: absolute;
  left: 0%;
}
a {
  text-decoration: dashed;
}
.logo_fecabasket {
  margin-left: 850px;
}
#contenu {
  margin-left: 450px;
}
.sous-titre {
  margin-left: 450px;
  padding: 12px 70px;
  background: #669933;
  width: fit-content;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.aligner {
  margin: 5px 200px;
  padding: 12px 70px;
  background: rgb(205, 141, 207);
  font-weight: bold;
  width: fit-content;
}
.tableau1 {
  border-collapse: collapse;
  min-width: 70px;
  width: auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 015);
  cursor: pointer;
  margin: 10px auto;
  border: 1px solid #ddd;
} /* mise en forme du tableau avec bordure, marge...*/
caption {
  background-color: #fff3af;
  font-family: "Dancing Script";
  font-weight: bold;
}
.tableau {
  background-color: #fff;
  margin-top: 10px;
}
table {
  background-color: #fff;
}
.image_NKEMA {
  width: 300px;
  height: 500px;
  background: url(NKEMA.jpg);
  background-size: 100% 100%;
  float: left;
  shape-outside: cercle();
  margin: 15px;
}
.image_SALIFOU {
  width: 300px;
  height: 500px;
  background: url(SALIFOU.jpg);
  background-size: 100% 100%;
  float: left;
  shape-outside: cercle();
  margin: 15px;
}
.image_SONFACK {
  width: 300px;
  height: 500px;
  background: url(Arthur.jpg);
  background-size: 100% 100%;
  float: left;
  shape-outside: cercle();
  margin: 15px;
}
.grand {
  font-size: 1.3em;
}
#logo {
  max-width: 30px;
  margin: 0 auto;
  border-radius: 30px;
}
tbody tr :nth-child(even) {
  background-color: #f3f3f3;
}
tbody tr,
td,
th {
  border: 1px solid #ddd;
  text-align: justify;
}
#footer {
  background-color: #669933;
  text-align: center;
  clear: both;
}
thead tr {
  background-color: midnightblue;
  color: #fff;
  text-align: center;
}
th:before,
td {
  padding: 6px 6px;
  counter-increment: case;
  content: counter;
}
.fixeur {
  padding: 10px 70px;
  width: fit-content;
  background-color: green;
  color: #ffff;
}
.ajouter {
  padding: 10px 15px;
  width: fit-content;
  text-align: center;
}
#score {
  font-weight: bold;
  background-color: aquamarine;
  width: 80px;
  text-align: center;
  margin: 15px 10px 10px 60px;
  font-size: 1em;
  font-size: 1em;
  animation: flash 1.5s infinite;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.grand {
  font-size: 1.3em;
}
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.header {
  min-height: 10vh;
  width: 100%;
  background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),
    url(CMR.jpeg);
  background-position: center;
  background-size: cover;
  /* position: fixed;
              opacity: 0.5;
              padding: auto; */
}

.titre {
  display: flex;
  padding: 2% 2%;
  justify-content: space-between; /*espace entre les elements*/
  align-items: center;
}
nav img {
  width: 60px;
  border-radius: 15px;
}
.nav-links {
  flex: 1; /* on ramene l'element eloigne tout pres*/
  text-align: right;
}
.nav-links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}
.nav-links ul li a {
  color: blanchedalmond;
  text-decoration: none;
  font-size: 15px;
}
.nav-links ul li::after {
  content: "";
  width: 100%;
  right: 2px;
  background: #f44336;
  display: block;
}
.rapport {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  padding: 35px;
  background: magenta;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}
.rapport_D {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  width: 600px;
  padding: 35px;
  background: magenta;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}
.image {
  width: 200px;
  height: 200px;
  background: url(image/NNOMO.jpg);
  background-size: 100% 100%;
  border-radius: 50%;
  float: left;
  shape-outside: cercle();
  margin: 30px;
}
.image_d {
  width: 200px;
  height: 200px;
  background: url(image/ESSAM.jpg);
  background-size: 100% 100%;
  border-radius: 50%;
  float: left;
  shape-outside: cercle();
  margin: 30px;
}
.alignement {
  position: fixed;
  top: -1%;
  left: 5%;
  text-align: center;
  border: solid 3px cyan;
  width: 500px;
}
h4 {
  text-align: center;
}
#photo {
  margin-right: auto;
  width: 300px;
  max-width: 250px;
  border: #666 3px solid;
  border-radius: 25px;
  float: left;
}
.diapo {
  border-radius: 22px;
  width: 100%;
}
.animation-haut {
  position: relative;
  animation: animerHaut 0.4s;
}
@keyframes animerHaut {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
.animation-gauche {
  position: relative;
  animation: animerGauche 0.4s;
}
@keyframes animerGauche {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}
.animation-basGauche {
  position: relative;
  animation: animerBasGauche 0.4s;
}
@keyframes animerBasGauche {
  from {
    bottom: -300px;
    left: -300px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
}
.temoignage {
  width: 200px;
  border: 3px solid #669933;
  float: right;
  shape-outside: cercle();
  font-size: 12px;
  justify-content: center;
  padding: 2px 5px;
  text-align: justify;
}
.temoignage h3 {
  margin: auto 5px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}
.temoignage hr {
  width: 50%;
  margin: 0 45px;
}
.temoignage p {
  margin: 0 45px;
  font-size: 12px;
}
.seule {
  width: 230px;
  border-radius: 20%;
  position: fixed;
  top: 8%;
  left: 10%;
}
.souligne {
  text-decoration: underline;
}
.entete_db {
  border: solid 9px #345;
}
.zone_texte {
  border: solid 5px green;
  min-height: 350px;
  margin: 0 0 15px 0;
  padding: 0 10px;
  text-align: justify;
  font-size: 15px;
}
.zone_texte h1 {
  letter-spacing: 0.15px;
  font-weight: 800;
}
.trait {
  border-bottom: 1px solid #888989;
  margin: 10px 400px;
}
.titre_lion {
  text-align: center;
}
.image_lion {
  width: 200px;
  height: 200px;
  background: url(image/KarichmaM.jpg);
  background-size: 100% 100%;
  border-radius: 50%;
  float: left;
  shape-outside: cercle();
  margin: 15px;
}
.image_lionne {
  width: 200px;
  height: 200px;
  background: url(image/finale.jpg);
  background-size: 100% 100%;
  float: left;
  shape-outside: cercle();
  margin: 15px;
}
.image_finale {
  width: 200px;
  height: 200px;
  background: url(image/champion.jpg);
  background-size: 100% 100%;
  float: left;
  shape-outside: cercle();
  margin: 15px;
}
.image_KWA {
  width: 200px;
  height: 200px;
  background: url(image/Attaque.jpg);
  background-size: 100% 100%;
  float: left;
  shape-outside: cercle();
  margin: 15px;
}
.image_block {
  width: 200px;
  height: 200px;
  background: url(image/block.jpg);
  background-size: 100% 100%;
  float: right;
  shape-outside: cercle();
  margin: 15px;
}
.image_bas {
  width: 200px;
  height: 200px;
  background: url(image/BAS.jpg);
  background-size: 100% 100%;
  float: right;
  shape-outside: cercle();
  margin: 15px;
}
td {
  padding: 8px 12px;
  counter-increment: case;
  content: counter;
  border: 1px solid #ddd;
}
#footer {
  background-color: #669933;
  text-align: center;
  clear: both;
}
#contenir {
  border: solid 7px #9ac;
}

@media all and (max-device-width: 480px) {
  .image_NKEMA {
    width: 160px;
    height: 200px;
    background: url(NKEMA.jpg);
    background-size: 100% 100%;
    float: left;
    shape-outside: cercle();
    margin: 15px;
  }
  .image_SALIFOU {
    width: 160px;
    height: 200px;
    background: url(SALIFOU.jpg);
    background-size: 100% 100%;
    float: left;
    shape-outside: cercle();
    margin: 15px;
  }
  .image_SONFACK {
    width: 160px;
    height: 200px;
    background: url(Arthur.jpg);
    background-size: 100% 100%;
    float: left;
    shape-outside: cercle();
    margin: 15px;
  }
  .aligner {
    margin: 0 auto;
    padding: 12px 70px;
    background: rgb(205, 141, 207);
    font-weight: bold;
    width: fit-content;
  }
  .logo_fecabasket {
    margin-left: 200px;
    position: relative;
    top: -103px;
  }
  .sous-titre {
    margin: auto;
  }
  #entete {
    text-align: center;
    padding-bottom: 40px;
  }
  .titree {
    overflow: hidden;
    background-color: #fffae1;
    position: fixed;
    width: 100%;
    opacity: 0.9;
  }
  #entete li {
    font-size: 0.5em;
    float: right;
  }
  #entete li a {
    text-align: center;
    padding: 7px 6px;
    font-size: 1.1em;
  }
  #logo_page {
    font-family: "Dancing Script", Cursive;
    font-weight: bold;
    position: absolute;
    left: 0%;
    font-size: 0.3em;
  }
  #contenu {
    margin: auto;
  }
  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;
  }
  thead tr {
    background-color: midnightblue;
    color: #fff;
    text-align: center;
    font-size: x-small;
  }
  .tableauelite1 {
    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;
  }
  .tableauelite {
    width: 100%;
  }
  #menu {
    float: left;
    width: 100%;
  }
}
