@font-face {
  font-family: Custom;
  src: url("fonts/ModernGothic-Regular.otf");
  /* font-size: 10em; */
}

body {
  background-color: white;
  margin: 0;
  font-family: Custom, helvetica;
  text-align: center;
  opacity:0;
  transition: 1s ease;
}
p {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}


#top {
  width: 100vw;
  height: 70px;
  background-color: white;
  border-bottom: 2px solid #1727D8;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10000;
}

#legende{
  height : 25px;
  margin-top: 70px;
  background-color: white;
  color : #1727D8;
  border-top: 2px solid #1727D8;
  z-index: 999;
}


#nav {
    color: #1727D8;
    margin-top: 12.5px;
    width: 100%;
}

#button_about {
    display: inline-block;
    height: 40px;
    margin-right: 20px;
    border: 2px solid #1727D8;
    border-radius: 30px;
    float: right;
}

#button_about p {
    margin: 1px;
    margin-top: 4px;
    font-size: 1.5em;
    text-align: center;
    cursor: pointer;
}
#button_about:hover{
  background-color: #1727D8;
  color:white;
}
#button_questions {
  margin-left: 20px;
}
.bouton{
  display: inline-block;
  height:40px;
  margin-right:5px;
  border:2px solid #1727D8;
  border-radius: 30px;
  float:left
}
.bouton p {
  margin:4px;
  font-size: 1.5em;
  text-align: center;
}

.bouton:hover {
  color:white;
  background-color: #1727D8;
  cursor: pointer;
  /* cursor: url('cursor.png'), pointer; */
}
#block_emotion{
  margin-top: 200px;
  width: -webkit-calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.block {
  width: 150px;
  display: inline-block;
  margin: 10px;
  cursor: pointer;
}

#button_emotions {
  color: white;
  background-color: #1727D8;
}

.titre {
  display: inline-block;
  height: 40px;
  width:150px;
  margin-right: 5px;
  background-color: #1727D8;
  border-radius: 30px;
}

.titre p {
  margin: 4px;
  font-size: 1.5em;
  text-align: center;
  color:white
}

.circleContainer {
  width: 150px;
  height:150px;
  margin-top: 20px;
  /* margin-right: 0px; */
  /* float: right; */
}

.percent {
  height:40px;
  width:100%;
  margin-top: 20px;
  color: #1727D8;
  font-size : 1.5em;
  padding: 0px;
}

.insideCircle {
  background-color:  #1727D8;
  border-radius: 50%;
  margin: auto;
  vertical-align: middle;
}
