@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);



body {
  list-style : none;
/*  overflow: hidden;
  height: 100%;
  width: 600px;
  margin: 0 auto;
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
  color: #555555;*/
}
ul {
  list-style-type: none;
  margin: 0;
}

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

* {
  margin: 0;
  left: 0;
}



.ConteneurMenuArtiste{
  z-index: 9;
  position: fixed;
  top: 2.4rem;
  width: 100%;
}
.DivTest{

  
    color: white;
    border: none;
    cursor: pointer;
    padding:0px;
    margin-top:0px;
    
    max-height: 44px;
    overflow: hidden;
  -webkit-transition:max-height 1s;
    -moz-transition:max-height 1s;
    -ms-transition:max-height 1s;
    -o-transition:max-height 1s;
    transition:max-height 1s;
  display: block;
  position: relative;

}
.DivTest:hover {
  max-height: 1000px;
  
  }

.DivTest .TitreHaitien{
  margin-left: 0px;
  padding: 3px 0px 3px 0px;
  background-color: var(--Color12);
  height: 44px;

}
.DivTest .TitreAfro{
  padding: 3px 0px 3px 0px;
  background-color: var(--Color11);
  height: 44px;

}
.DivTest .Titre:hover {
  background-color: var(--Color3);
  height: 20px;

}
.Divtest-Childs{
  
  background-color: whitesmoke;display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  

}
.DivTest .Name{
  background-color: whitesmoke;
  color: black;
  padding: 20px;
  text-align: left;
}
.DivTest .Name:hover {
  background-color: var(--Color10);
  
}

.Bouton{
  background-color: red;
}

.Affiche{
  display: none;
}
.bouton a:hover + .Affiche {
  display: block;
}