body{
  background-color: #000000;
}
#navbar{
    background-color: #000000;
    position: fixed;
    width: 100vw;
    height: 70px;
    top: 0;
    left: 0;
    margin: 0;
    position: center;
    display: inline-block;
  }
  #welcome-section{
    background-image: url("img/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    width: 100vw;
    text-align: center;
    font-family: Helvetica, sans-serif;
    background-color: #000000;
  }
  #About{
    height: 100vh;
    width: 100vw;
    text-align: center;
    font-family: Helvetica, sans-serif;
    background-color: #000000;
  }
  #Work{
    height: 100vh;
    width: 100vw;
    text-align: center;
    font-family: Helvetica, sans-serif;
    background-color: #000000;
  }
  #Secourisme{
    background-color: #000000;
    height: 100vh;
    width: 100vw;
    text-align: center;
    font-family: Helvetica, sans-serif;
  }
  #Simulateur{
    background-color: #000000;
    height: 100vh;
    width: 100vw;
    text-align: center;
    font-family: Helvetica, sans-serif;
  }
  #caracteristiques-simulateur{
    background-color: #000000;
    height: 100vh;
    width: 100vw;
    text-align: center;
    font-family: Helvetica, sans-serif;
  }
  #Maitrise-Individu{
    background-color: #000000;
    height: 100vh;
    width: 100vw;
    text-align: center;
    font-family: Helvetica, sans-serif;
  }
  #Tir{
    background-color: #000000;
    height: 100vh;
    width: 100vw;
    text-align: center;
    font-family: Helvetica, sans-serif;
  }
  #Contact{
    background-color: #000000;
    height: 100vh;
    width: 100vw;
    text-align: center;
    font-family: Helvetica, sans-serif;
  }
  h1{
    text-align: center;
    font-size: 100px;
    margin: 0px;
    color: #44B7FF;
  }
  li {
    float: right;
    list-style-type: none;
  }
  .nav-link{
    display: block;
    padding: 12px;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 20px;
    font-family: "Anton", Helvetica, sans-serif;
    width: auto;
    height: 100px;
    text-align: center;
    color: white;
    text-decoration: none;
    
  }
  #profile-link {
    list-style-type: none;
    font-size: 30px;
    text-decoration: none;
    color: white;
    margin: 50px;
    margin-top: 700px;
  }
  p {
    color: rgb(255, 255, 255);
    font-size: 25px;
    text-align: center;
    text-justify: inter-word;
    width: auto;
    
  }
  .p1 {
    color: #44B7FF;
    font-size: 25px;
    text-align: center;
    text-justify: inter-word;
    width: auto;
    
  }
  div {
    width: 20%;
    display: inline-grid;
  } 
  .div1 {
    width: 33%;
    display: inline-grid;
  } 
  form {
    color: rgb(255, 255, 255);
    
  }
  input[type=text]{
  width: 50%;
  height: 15px;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: content-box;
  border-radius: 4px;
  resize: both;
  }
  input[type=button], input[type=submit], input[type=reset] {
    background-color: #44B7FF;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
  }
  textarea{
  border-radius: 4px;
  }
  @media screen (max-width: 800px) {
    .left, .main, .right {
      width: 100%;
  }
  @media only screen and (max-width: 800px) {
    .p {
      font-size: 15px;
    }
    .p1 {
      font-size: 15px;
    }
    .nav-link {
      font-size: 15px;
    }
  }