@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Mystery+Quest&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600;700&display=swap');
body{

}
#listecours{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  border-style: ridge;
border-color: bisque;
border-width: thick;
background-color: rgba(255, 255, 255, 0.5);
}


#artistes{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.artiste{
  width: 90%;
  margin: auto;
  background-color: rgb(245, 222, 179, 0.8);
    padding-bottom: 50px;
    box-shadow: 0 0 30px rgba(0,0,0,0.8);

}

.artiste p, .imgprof{
  width: 100%;
}

.imgprof{
  display: flex;
  text-align: left;
}

.imgprof p {
  text-align: justify;
}


img.harouna{
  height: 800px;
  width :80%;
}

img.imgdesdanseurs{
  width: 100%;
}



/*.imgprof img{
  width: 100%;
}
*/
.imgdanseur, .histoire, #histoire{
  width: 45%;
  margin-left: auto;
margin-right: auto;
  font-size: 20px;
  font-family: 'Cormorant Garamond'; 
}

#histoire{
  margin-top: auto;
margin-bottom: auto;
}

#histoire p, #histoire li, .imgdanseur p{
  color: black;
  font-size: 25px;
}
#histoire ul{
  margin-left: 65px;
}
#histoire li{
  list-style: disc;
}
.nom{
  font-family: 'Cormorant Garamond';
  font-size: 50px;
  text-transform: uppercase;
  color: #F2911B;
  font-weight: 800;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}


#cours{
  display: flex;
  width: 1200px;
/*  background-color: rgb(245, 222, 179, 0.8);
*/  margin-left: auto;
  margin-right: auto;
}
.coursimg{
  width: 75%;
  margin: 0 50px;
}
.coursimg img{
  width: 100%;
}

#cours span {
  font-size: 25px;
  color: black;
}

.nouveaute{
  margin-left: 20px;
}

.textecours{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-family: 'Cormorant Garamond';  font-weight: 400;

}

.textecours strong{
  font-weight: 700;
}

.imgdanseur{
  text-align: center;
}


.diapo, .casevideo{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.diapo{
  display: table;
}
.diapoimg{
  display: inline-table; padding: 5px;width: 300px;
height: 300px;
text-align: center;
}

.miniimg{
  width: auto;
  height: 225px;
}
@media only screen and (max-width : 768px) {
#cours{
  display: block;
  width: 100%;
}
.artiste {
  width: 100%;
  }
.nom{
  font-size: 25px;
}
.imgdanseur, .histoire, #histoire {
  width: 88%;
}
.imgprof {
  display: block;
  }
  .imgdanseur p, #histoire p,#histoire li{
    font-size: 20px;
  }

  #histoire ul {
  margin-left: -4px;
}
img.harouna {
  height: auto;
  width: 80%;
}.coursimg {
  width: 91%;
  margin: auto;
}
}