a {
  color: blue;
  text-decoration: none;
}

p {
  text-align: justify;
}



/* Page accueil */
.listeJeuxJM {
  width: calc(100% - 20px);
  padding: 10px;

  display: flex;
  flex-wrap: nowrap;

  overflow-x: auto;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.elementJeuxJM {
  min-width: 300px;
  max-width: 300px;
  margin-left: 10px;
  margin-right: 10px;

  transition: 0.1s;
}

.elementJeuxJM:hover {
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.elementJeuxJM img {
  width: 100%;

  border-radius: 15px;
}

.listeJeuxJM a {
  color: blue;
  text-decoration: none;
}

.presentationLicence p {
  width: 100%;
  text-align: center;
}



/* Barre de navigation supérieure */
.barreNavigationSuperieureBoutonGlobal {
  width: 10%;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.barreNavigationSuperieureGlobal {
  width: calc(100% - 24px);
  height: 200px;
  padding: 10px;
  position: absolute;
  bottom: 82px;

  border: 2px #B4B4FF solid;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #C9C9FF;

  display: none;
  flex-wrap: nowrap;

  overflow-x: auto;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.barreNavigationSuperieureElement {
  width: calc(100% - 20px);
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;

  align-content: center;
  transition: 0.1s;
}

.barreNavigationSuperieureElement img {
  width: 100%;
}

.barreNavigationSuperieureElement:hover {
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.barreNavigationSuperieureBouton {
  width: calc(100% - 24px);
  height: 60px;
  padding: 10px;

  border: 2px #B4B4FF solid;
  border-radius: 15px;
  background-color: #C9C9FF;

  align-content: center;
  transition: 0.1s;
}

.barreNavigationSuperieureBouton img {
  width: 100%;
}

.barreNavigationSuperieureBoutonGlobal:hover .barreNavigationSuperieureBouton {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #C2C2FF;
}

.barreNavigationSuperieureBoutonGlobal:hover .barreNavigationSuperieureGlobal {
  display: block;
}



/* Sommaire */
.sommaireGlobal {
  width: 90%;
  margin: 10px;
  padding: 10px;

  border: 2px #C3C3FF solid;
  border-radius: 15px;
  background-color: #D2D2FF;

  display: flex;
  flex-wrap: wrap;
}

.sommaireGlobal li {
  margin-bottom: 10px;

  color: navy;
  transition: 0.1s;
}

.sommaireGlobal li:hover {
  -ms-transform: scale(1.003);
  -webkit-transform: scale(1.003);
  transform: scale(1.003);
}

.sommaireGlobal a { 
  color: blue;
  text-decoration: none;
}

.sommaireTitre {
  width: 100%;
  height: 55px;
}

.sommaireListe {
  width: 65%;
}

.sommaireListeC1 {
  width: calc(33% - 10px);
  padding-right: 10px;
}

.sommaireListeC2 {
  width: 32%;
}

.sommaireImage {
  width: 35%;
}

.sommaireImage img {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;

  border-radius: 15px;
}



/* Liste d'élements */
.listeElements li {
  margin-bottom: 15px;

  color: navy;
  text-align: justify;
}



/* Images d'illustration */
.imagesIllustrationPaysage, .imagesIllustrationPortrait, .imagesIllustrationParcoursGolf {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;

  display: flex;
  flex-direction: row;
  justify-content: center;
}

.imagesIllustrationPaysage img {
  width: 35%;
  margin-left: 10px;
  margin-right: 10px;

  border-radius: 15px;
}

.imagesIllustrationPortrait img {
  width: 25%;
  margin-left: 10px;
  margin-right: 10px;

  border-radius: 15px;
}

.imagesIllustrationParcoursGolf img {
  width: 25%;
  margin-left: 10px;
  margin-right: 10px;

  border-radius: 15px;
}



/* Wii Sports */
.parcoursGolfBoutonsGlobal {
  width: calc(95% - 20px);
  margin-left: calc(2.5% + 10px);
  margin-right: calc(2.5% + 10px);

  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.parcoursGolfBouton {
  width: 200px;
  height: 50px;
  margin-bottom: 10px;
  margin-right: 20px;

  border: 2px #B4B4FF solid;
  border-radius: 10px;
  background-color: #D2D2FF;

  font-size: 14px;
  font-family: "Bahnschrift", Helvetica, Arial, sans-serif;
  color: navy;

  transition: 0.1s;
}

.parcoursGolfBouton:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);

  background-color: #C9C9FF;
}

.parcoursGolfBoutonValide {
  background-color: #C3C3FF;
}

.parcoursGolfBoutonValide:hover {
  background-color: #C3C3FF;
}

.parcoursGolf {
  width: calc(95% - 4px);
  margin-left: 2.5%;
  margin-right: 2.5%;

  border: 2px #C3C3FF solid;
  border-radius: 10px;
  background-color: #D2D2FF;

  display: none;
}

.parcoursGolf h3 {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

#parcoursGolfDebutant, #parcoursGolfResortA {
  display: block;
}


.listeEntrainementsGlobal {
  width: calc(95% - 4px);
  margin-left: 2.5%;
  margin-right: 2.5%;

  border: 2px #C3C3FF solid;
  border-radius: 15px;
  background-color: #D2D2FF;

  display: flex;
  flex-wrap: wrap;
}

.listeEntrainementsListe {
  width: calc(30% - 2px);
  height: 520px;
  border-right: 2px #C3C3FF solid;

  overflow: auto;
}

.listeEntrainementsListe h3 {
  width: calc(100% - 20px);
  padding-left: 10px;
  padding-right: 10px;

  text-align: center;
  text-decoration: underline;
}

.listeEntrainements {
  width: 95%;
  height: 130px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 2.5%;
  margin-right: 2.5%;

  border-radius: 10px;
  background-color: #C3C3FF;

  display: flex;
  flex-wrap: wrap;

  cursor: pointer;
  transition: 0.1s;
}

.listeEntrainements:hover {
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.listeEntrainementsIMG {
  width: 40%;
  height: 130px;

  display: flex;
  justify-content: center;
}

.listeEntrainementsIMG img {
  height: 100%;
}

.listeEntrainementsNom {
  width: calc(60% - 20px);
  margin: auto;
  padding: 10px;

  color: navy;
}

.listeEntrainementsDescription {
  width: calc(70% - 30px);
  height: 500px;
  padding: 10px;

  overflow: auto;
}

#imageEntrainementIconeID {
  height: 130px;
}

#imageEntrainementImageID {
  height: 250px;
}

.listeEntrainementsDescription p {
  text-align: center;
}



/* Wii Play */
.listeElementsGlobal {
  width: calc(95% - 4px);
  margin-left: 2.5%;
  margin-right: 2.5%;

  border: 2px #C3C3FF solid;
  border-radius: 15px;
  background-color: #D2D2FF;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.listeElement {
  width: 300px;
  margin-bottom: 20px;

  color: navy;
  font-size: 18px;
  text-align: center;
}

.listeElement img {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}



/* Wii Music */
.tableauDefilement {
  width: 95%;
  max-height: 490px;
  margin-left: 2.5%;
  margin-right: 2.5%;

  border-bottom: 2px #A5A5FF solid;
  overflow: auto;
}

.tableauGlobal, .tableauGlobalDefilement {
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;

  border: 0;
  background-color: #A5A5FF;
}

.tableauGlobalDefilement {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.tableauCaseTitre {
  height: 60px;

  color: navy;
  background-color: #B4B4FF;
  text-align: center;
}

.tableauCaseTitreSecondaire, .tableauCaseDescription {
  height: 45px;

  color: navy;
  background-color: #C3C3FF;
  text-align: center;  
}

.tableauCaseDescription {
  background-color: #D2D2FF;
}

.texteMiseEnAvant {
  color: blue;
}



/* Tomodachi Collection */
.tableauPersonnaliteGlobal {
  width: 600px;
  margin-left: auto;
  margin-right: auto;

  border: 2px #C8C8C8 solid;

  display: flex;
  flex-wrap: wrap;
}

.tableauPersonnaliteType, .tableauPersonnaliteTypeUVDR {
  width: calc(300px - 4px);
  height: calc(300px - 4px);

  border: 2px #C8C8C8 solid;

  display: flex;
  flex-wrap: wrap;
}

.tableauPersonnaliteCase, .tableauPersonnaliteCaseUVDR {
  width: 148px;
  height: 148px;

  font-size: 16px;
  text-align: center;
  align-content: center;

  transition: 0.1s;
}

.tableauPersonnaliteCase:hover, .tableauPersonnaliteCaseUVDR:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);

  border-radius: 10px;
  cursor: pointer;
}

.tableauPersonnaliteType:nth-child(1) .tableauPersonnaliteCase:nth-child(1) {
  background-color: #FFAAAA;
}

.tableauPersonnaliteType:nth-child(1) .tableauPersonnaliteCase:nth-child(2) {
  background-color: #FF9696;
}

.tableauPersonnaliteType:nth-child(1) .tableauPersonnaliteCase:nth-child(3) {
  background-color: #FFE664;
}

.tableauPersonnaliteType:nth-child(1) .tableauPersonnaliteCase:nth-child(4) {
  background-color: #FFC841;
}

.tableauPersonnaliteType:nth-child(2) .tableauPersonnaliteCase:nth-child(1) {
  background-color: #FF1E82;
}

.tableauPersonnaliteType:nth-child(2) .tableauPersonnaliteCase:nth-child(2) {
  background-color: #F00000;
}

.tableauPersonnaliteType:nth-child(2) .tableauPersonnaliteCase:nth-child(3) {
  background-color: #FF6E00;
}

.tableauPersonnaliteType:nth-child(2) .tableauPersonnaliteCase:nth-child(4) {
  background-color: #FF5000;
}

.tableauPersonnaliteType:nth-child(3) .tableauPersonnaliteCase:nth-child(1) {
  background-color: #64A064;
}

.tableauPersonnaliteType:nth-child(3) .tableauPersonnaliteCase:nth-child(2) {
  background-color: #64BE46;
}

.tableauPersonnaliteType:nth-child(3) .tableauPersonnaliteCase:nth-child(3) {
  background-color: #5A8282;
}

.tableauPersonnaliteType:nth-child(3) .tableauPersonnaliteCase:nth-child(4) {
  background-color: #5A9696;
}

.tableauPersonnaliteType:nth-child(4) .tableauPersonnaliteCase:nth-child(1) {
  background-color: #0096FF;
}

.tableauPersonnaliteType:nth-child(4) .tableauPersonnaliteCase:nth-child(2) {
  background-color: #965AFA;
}

.tableauPersonnaliteType:nth-child(4) .tableauPersonnaliteCase:nth-child(3) {
  background-color: #0064FF;
}

.tableauPersonnaliteType:nth-child(4) .tableauPersonnaliteCase:nth-child(4) {
  background-color: #5A3CFA;
}


.listePersonnaliteDescriptionGlobal {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 102;

  background-color: rgba(0, 0, 0, 0.4);

  display: none;
  overflow: auto;
}

.listePersonnaliteDescription {
  width: 50%;
  height: 50%;
  margin: auto;
  padding: 15px;

  border: 2px solid #C3C3FF;
  border-radius: 10px;
  background-color: #D2D2FF;

  text-align: center;
  overflow: auto;
}

#imageProblemesImageID {
  width: 60%;

  border-radius: 10px;
}



/* Wii Sports Resort */
.objectifsListeGlobal {
  width: calc(95% - 4px);
  margin-bottom: 30px;
  margin-left: 2.5%;
  margin-right: 2.5%;

  border-top: 2px solid #A5A5FF;
  border-left: 2px solid #A5A5FF;
  border-right: 2px solid #A5A5FF;

  display: flex;
  flex-wrap: wrap;
}

.objectifsListeTitre {
  width: calc(25% - 22px);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;

  border-bottom: 2px solid #A5A5FF;
  border-right: 2px solid #A5A5FF;
  background-color: #C3C3FF;

  color: navy;
  text-align: center;
}

.objectifsListeDescription {
  width: calc(75% - 20px);
  padding: 10px;

  border-bottom: 2px solid #A5A5FF;
  background-color: #D2D2FF;

  color: navy;
  text-align: justify;
}


.listeStageGlobal {
  width: calc(95% - 4px);
  margin-left: 2.5%;
  margin-right: 2.5%;

  border: 2px #C3C3FF solid;
  border-radius: 15px;
  background-color: #D2D2FF;

  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  overflow: auto;
}

.listeStageElement {
  min-width: 200px;
  max-width: 200px;

  margin: 20px;
}

.listeStageElement img {
  width: 100%;

  border-radius: 10px;
}

.listeStageElement p {
  width: 100%;

  text-align: center;
}


.listePointsInfosGlobal {
  width: calc(95% - 4px);
  margin-left: 2.5%;
  margin-right: 2.5%;

  border: 2px #C3C3FF solid;
  border-radius: 15px;
  background-color: #D2D2FF;

  display: flex;
  flex-wrap: wrap;
}

.pointsInfosListe {
  width: calc(40% - 2px);
  height: 520px;

  border-right: 2px #C3C3FF solid;

  overflow: auto;
}

.pointInfos {
  width: 95%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 2.5%;
  margin-right: 2.5%;

  border-radius: 10px;
  background-color: #C3C3FF;

  display: flex;
  flex-wrap: wrap;

  cursor: pointer;
  transition: 0.1s;
}

.pointInfos:hover {
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.pointInfosIMG {
  width: 40%;

  display: flex;
  justify-content: center;
}

.pointInfosIMG img {
  width: 100%;

  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.pointInfosNom {
  width: calc(60% - 20px);
  margin: auto;
  padding: 10px;

  color: navy;
}

.pointsInfosDescription {
  width: calc(60% - 20px);
  height: 500px;
  padding: 10px;

  overflow: auto;
}



/* Wii Fit Plus */
#imageExerciceTPIconeID {
  height: 180px;
}

#imageExerciceTPImageID, #imageExerciceEntrainementImageID {
  height: 300px;
  border-radius: 10px;
}

#listeEntrainementExercicesDeGymID, #listeEntrainementAerobicID, #listeEntrainementJeuxDEquilibreID, #listeEntrainementJeuxPlusID, #listeEntrainementDefisID {
  display: none;
}



/* Wii Party */
.listeCasePlateauIMG {
  width: 40%;
  height: 130px;

  display: flex;
  justify-content: center;
}

.listeCasePlateauIMG img {
  height: 80%;
  margin: auto;
}

#miniJeuxListe1v3ID, #miniJeuxListe1v1ID, #miniJeuxListe2EqID, #miniJeuxListeDefisID {
  display: none;
}

#miniJeuxDescriptionID p {
  text-align: center;
}



/* Tomodachi Life: Une vie de rêve */
.tableauPersonnaliteTypeUVDR:nth-child(1) .tableauPersonnaliteCaseUVDR:nth-child(1) {
  background-color: #FFF0AB;
}

.tableauPersonnaliteTypeUVDR:nth-child(1) .tableauPersonnaliteCaseUVDR:nth-child(2) {
  background-color: #FFFF3F;
}

.tableauPersonnaliteTypeUVDR:nth-child(1) .tableauPersonnaliteCaseUVDR:nth-child(3) {
  background-color: #FFE749;
}

.tableauPersonnaliteTypeUVDR:nth-child(1) .tableauPersonnaliteCaseUVDR:nth-child(4) {
  background-color: #FECD71;
}

.tableauPersonnaliteTypeUVDR:nth-child(2) .tableauPersonnaliteCaseUVDR:nth-child(1) {
  background-color: #FEA2C7;
}

.tableauPersonnaliteTypeUVDR:nth-child(2) .tableauPersonnaliteCaseUVDR:nth-child(2) {
  background-color: #FF4F5C;
}

.tableauPersonnaliteTypeUVDR:nth-child(2) .tableauPersonnaliteCaseUVDR:nth-child(3) {
  background-color: #FE8E78;
}

.tableauPersonnaliteTypeUVDR:nth-child(2) .tableauPersonnaliteCaseUVDR:nth-child(4) {
  background-color: #FF783E;
}

.tableauPersonnaliteTypeUVDR:nth-child(3) .tableauPersonnaliteCaseUVDR:nth-child(1) {
  background-color: #A2EC5B;
}

.tableauPersonnaliteTypeUVDR:nth-child(3) .tableauPersonnaliteCaseUVDR:nth-child(2) {
  background-color: #00DAA8;
}

.tableauPersonnaliteTypeUVDR:nth-child(3) .tableauPersonnaliteCaseUVDR:nth-child(3) {
  background-color: #349896;
}

.tableauPersonnaliteTypeUVDR:nth-child(3) .tableauPersonnaliteCaseUVDR:nth-child(4) {
  background-color: #17B761;
}

.tableauPersonnaliteTypeUVDR:nth-child(4) .tableauPersonnaliteCaseUVDR:nth-child(1) {
  background-color: #78EDFF;
}

.tableauPersonnaliteTypeUVDR:nth-child(4) .tableauPersonnaliteCaseUVDR:nth-child(2) {
  background-color: #36AAFF;
}

.tableauPersonnaliteTypeUVDR:nth-child(4) .tableauPersonnaliteCaseUVDR:nth-child(3) {
  background-color: #6878FF;
}

.tableauPersonnaliteTypeUVDR:nth-child(4) .tableauPersonnaliteCaseUVDR:nth-child(4) {
  background-color: #A981FE;
}



/* Gestion des largeurs de cellule des tableaux */
/* Wii Music */
#tableauMusiquesIndicationsWM .tableauCaseTitre {
  width: 10%;
}

#tableauMusiquesIndicationsWM .tableauCaseTitre:nth-child(1) {
  width: 25%;
}

#tableauMusiquesIndicationsWM .tableauCaseTitre:nth-child(5) {
  width: 45%;
}


#tableauMusiquesWM .tableauCaseTitreSecondaire {
  width: 25%;
}

#tableauMusiquesWM .tableauCaseDescription {
  width: 10%;
}

#tableauMusiquesWM tr .tableauCaseDescription:nth-child(5) {
  width: 45%;  
}


#tableauChefMiiWM .tableauCaseTitre,
#tableauGaiCarillonWM .tableauCaseTitre {
  width: 10%;
}

#tableauChefMiiWM .tableauCaseTitre:nth-child(1),
#tableauGaiCarillonWM .tableauCaseTitre:nth-child(1) {
  width: 25%;
}

#tableauChefMiiWM .tableauCaseTitre:nth-child(4),
#tableauGaiCarillonWM .tableauCaseTitre:nth-child(4) {
  width: 55%;
}



/* Ajustement téléphone */
@media all and (max-width: 1100px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 35px;
  }

  p {
    font-size: 30px;
  }
  

  
  /* Page Accueil */
  .elementJeuxJM {
    min-width: 400px;
    max-width: 400px;
  }



  /* Barre de navigation supérieure */
  .barreNavigationSuperieureBoutonGlobal {
    width: 30%;
    bottom: 100px;
    right: 20px;
    z-index: 101;
  }

  .barreNavigationSuperieureGlobal {
    height: 550px;
    bottom: 122px;
  }

  .barreNavigationSuperieureElement {
    height: 100px;
  }

  .barreNavigationSuperieureBouton {
    height: 100px;
  }



  /* Sommaire */
  .sommaireGlobal {
    width: calc(100% - 44px);

    display: block;
  }

  .sommaireGlobal li {
    font-size: 30px;
  }

  .sommaireTitre {
    height: 70px;
  }

  .sommaireListe {
    width: 100%;
    margin-bottom: 50px;
  }

  .sommaireListeC1 {
    width: 100%;
    padding-right: 0px;
  }

  .sommaireListeC2 {
    width: 100%;
    margin-bottom: 50px;
  }

  .sommaireImage {
    width: 100%;
  }

  .sommaireImage img {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }



  /* Liste d'élements */
  .listeElements li {
    font-size: 30px;
  }



  /* Images d'illustration */
  .imagesIllustrationPaysage {
    display: block;
  }

  .imagesIllustrationParcoursGolf {
    justify-content: left;
    overflow-x: auto;
  }

  .imagesIllustrationPaysage img {
    width: 90%;
    margin-bottom: 10px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .imagesIllustrationPortrait img {
    width: 49%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .imagesIllustrationParcoursGolf img {
    width: 600px;
    margin-left: 10px;
    margin-right: 10px;
  }



  /* Wii Sports */
  .parcoursGolfBoutonsGlobal {
    width: 100%;
    margin-left: 0;
    margin-right: 0;

    justify-content: space-around;
  }

  .parcoursGolfBouton {
    width: 400px;
    height: 100px;
    margin-bottom: 20px;
    margin-right: 0;

    font-size: 25px;
  }


  .listeEntrainementsGlobal {
    display: block;
  }

  .listeEntrainementsListe {
    width: 100%;
    height: 170px;
    border-bottom: 2px #C3C3FF solid;
    border-right: 0px;

    display: flex;
    flex-wrap: nowrap;
  }

  .listeEntrainementsListe h3 {
    display: none;
  }

  .listeEntrainements {
    width: auto;
    min-width: 225px;
    max-width: 225px;
    height: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .listeEntrainementsIMG {
    width: 100%;
    height: 150px;
  }

  .listeEntrainementsIMG img {
    height: 100%;
  }

  .listeEntrainementsNom {
    display: none;
  }

  .listeEntrainementsDescription {
    width: calc(100% - 30px);
    height: 850px;
  }

  #imageEntrainementIconeID {
    height: 200px;
  }

  #imageEntrainementImageID {
    height: 400px;
  }



  /* Wii Play */
  .listeElement {
    width: 400px;
    margin-bottom: 20px;

    font-size: 25px;
  }



  /* Wii Music */
  .tableauDefilement {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .tableauGlobal {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }



  /* Tomodachi Collection */
  .tableauPersonnaliteGlobal {
    width: 800px;
  }

  .tableauPersonnaliteType, .tableauPersonnaliteTypeUVDR {
    width: calc(400px - 4px);
    height: calc(400px - 4px);
  }

  .tableauPersonnaliteCase, .tableauPersonnaliteCaseUVDR {
    width: 198px;
    height: 198px;

    font-size: 25px;
  }


  .listePersonnaliteDescription {
    width: 80%;
  }

  #imageProblemesImageID {
    width: 80%;
  }



  /* Wii Sports Resort */
  .objectifsListeTitre {
    width: 100%;
    border-right: 0;

    font-size: 25px;
  }

  .objectifsListeDescription {
    width: 100%;

    font-size: 25px;
  }


  .listeStageElement {
    min-width: 300px;
    max-width: 300px;
  }

  .listeStageElement p {
    font-size: 25px;
  }


  .pointsInfosListe {
    width: 100%;
    height: 300px;

    border-bottom: 2px #C3C3FF solid;
    border-right: 0px;

    display: flex;
    flex-wrap: nowrap;
  }

  .pointInfos {
    width: auto;
    min-width: 386px;
    max-width: 386px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;    
  }

  .pointInfosIMG {
    width: 100%;
  }

  .pointInfosIMG img {
    width: 100%;

    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }

  .pointInfosNom {
    width: calc(100% - 20px);

    font-size: 25px;
    text-align: center;
  }

  .pointsInfosDescription {
    width: calc(100% - 20px);
    height: 750px;
  }



  /* Wii Fit Plus */
  #imageExerciceTPIconeID {
    height: 200px;
  }

  #imageExerciceTPImageID {
    height: 400px;
  }



  /* Wii Party */
  .listeCasePlateauIMG {
    width: 100%;
    height: 150px;
  }



  /* Gestion des largeurs de cellule des tableaux */
  /* Wii Music */
  #tableauMusiquesIndicationsWM .tableauCaseTitre:nth-child(2) {
    width: 20%;
  }

  #tableauMusiquesIndicationsWM .tableauCaseTitre:nth-child(5) {
    width: 35%;
  }


  #tableauMusiquesWM tr .tableauCaseDescription:nth-child(2) {
    width: 20%;
  }

  #tableauMusiquesWM tr .tableauCaseDescription:nth-child(5) {
    width: 35%;  
  }
}