@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;
}

#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;
    background-color: #1727D8;
}

#button_about p {
    margin: 1px;
    margin-top: 4px;
    font-size: 1.5em;
    text-align: center;
    cursor: pointer;
    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;
}
#sections {
  position: fixed;
  width:100%;
  height:70px;
  top:72px;
  background-color: white;
  z-index : 9999;
  border-bottom: 2px solid #1727D8;
}

.section{
  display: inline-block;
  height: 40px;
  margin-right: 5px;
  border: 2px solid #1727D8;
  border-radius: 30px;
  float: left;
  cursor : pointer;
  margin-top: 12.5px;
}

.section p {
  color: #1727D8;
  margin: 4px;
  font-size: 1.5em;
  text-align: center;
}

#hands_section {
  margin-left: 20px;
}

#corps {
  width: -webkit-calc(100% - 10px);
  margin: auto;
  margin-top: 70px;
}

#credits {
  max-width: 800px;
  position: absolute;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 70px;
  margin-bottom: 70px;
  color: #1727D8;
  text-align: left;
  font-size: 1.1em;
}
.lien {
  color: #1727D8;
  text-decoration: none;
  cursor:pointer;
}

.lien:hover {
  text-decoration: underline;
}
