
.circle, .circle:before, .circle:after { border-radius: 50%; }
.menunav {
  position: absolute;
  display: block;
  /* left: 20%; */
  /* margin: 150px auto; */
  min-width: 10em;
  width: 50%;
  max-width: 30em;
}
.menunav ul {
  position: relative;
  padding: 50%;
  max-width: 0;
  max-height: 0;
  list-style: none;
}
.menunav li {
  position: absolute;
}
.slice {
  overflow: hidden;
  position: absolute;
  top: 0; left: 0;
  width: 50%; height: 50%;
  transform-origin: 100% 100%;
}
/* Cell orientation */
 
.menunav label { cursor: pointer; }
.slice label {
  display: block;
  width: 200%; height: 200%;
  transform: skew(-40deg) rotate(-65deg);
  line-height: 1.9;
  text-align: center;  
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal !important;
  font-size: 15px;
  letter-spacing: 1px;
}
.slice label span {
	display: block;
}
/*
.slice label:hover {
	color: white;
	border: 5px solid black;
	transition: all 0.5s ease;
}
*/
.circle .menuname:hover {
	color: white;
	transition: color 0.5s ease;
}

.menudesc {
	width: 280px;
}

/* Cell background colors */
 


.slice label { font-weight: 700; line-height: 5; }
.circle label {font-weight: 700;line-height: 5;border: 6px solid #ffffff;}
.active label.circle {
    border: 6px solid #0045ff;
}

.circle label {
  color: #ffffff;
  text-transform: uppercase;
}
.middle.circle label {
  border: none; 
	font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.slice p{
  width: 100px;
  margin-left: 185px;
}

.unsel {
  z-index: 2;
  top: 34%; left: 34%;
  width: 32%; height: 32%;
  text-align: center;
  background-color: wheat;
}
.unsel label{
  display: block;
  width: 100%; height: 100%;
  line-height: 9;
}
.middle{
  z-index: 1;
  top: 35%;
  left: 15%;
  width: 70%;
  height: 70%;
  text-align: center;
  max-height: 153px;
}
.menunav{
  position: absolute;
  /* left: 50%; */
}
.visible{
    display: block;
    position: absolute;
    margin: 250px 0 0 250px;
}
.hidden{
  display: none;
}
.visible ul{
  list-style-type: none;
}
.visible details ul{
  list-style-type: square;
}
.visible a{
  font-size: 120%;
  text-decoration: none;
  color: purple;
}
.Reseau a{
  font-size: 160%;
}
.Reseau a:hover{
  color: red;
}
.circle label span{
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -o-transform:rotate(0deg);
  transform:rotate(0deg);
  margin-top: -70px;
}

li.unsel.circle {
  display: none;
}
.circle.over {
  background: none;
}
.over {
  background: none;
}


