@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');*


body {
  margin: 0;
  padding: 0;
}

  body>header>h1 {
    padding-top: 1vmin;
    font-size: 10vmin;
    font-family: "Bebas Neue", sans-serif; 
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: auto auto;
  }

  main {
    min-height: 10vh;
    padding: 5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(bleu.jpg);
    background-size: cover;
  }

  p {
    font-family: "Bebas Neue", sans-serif;
  }

  .moto {
    width: 100%;
    background-color: rgb(255, 255, 255);  
  }


  .un {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2vmin;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 10px;
    display: inline-block;
    transition: color 0.5s;
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: space-evenly;
    
  }

  a {
    color: rgb(63, 63, 63);
    font-family: "Bebas Neue", sans-serif;
    font-size: 5vmin;
    text-decoration: none;
    transition: 0.3s;
  }

  a:hover {
    color: rgb(45, 93, 172);
  }

  header {
    background-color: rgb(0, 0, 0);
    height: 100%;
  }

  .pres {
    font-family: "Bebas Neue", sans-serif;
    font-size: 5vmin;
    color: rgb(224, 224, 224);
    text-shadow: 0px 0px 3px rgb(176, 176, 176);
  }

  .test {
    background-color: rgba(255, 255, 255, 0.861);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
  }

  .comp {
    font-family: "Bebas Neue", sans-serif;
    font-size: 5vmin;
    color: rgb(87, 87, 87);
    letter-spacing: 1vmin;
  }

  .lang {
    font-family: "Bebas Neue", sans-serif;
    font-size: 5vmin;
    color: rgb(42, 42, 42);
  }

  .contact {
    background-image: url(dark.jpg);
    min-height: 10vh;
    padding: 5%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .proj {
    font-family: "Bebas Neue", sans-serif;
    font-size: 5vmin;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 3px rgb(0, 0, 0);
  }

  .projt, .proj {
    padding-left: 69px;
  }

  .projet {
    min-height: 10vh;
  }

  footer {
    display: flex;
    text-align: center;
    justify-content: space-between;
    min-height: 10vh;
    background-color: black;
    font-family: "Bebas Neue", sans-serif;
    font-size: 5vmin;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 3px rgb(0, 0, 0);
  }

  strong {
    color: rgb(255, 255, 255);
    letter-spacing: 1vmin;
    text-shadow: 0px 0px 3px rgb(255, 255, 255);
  }

  h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 5vmin;
  }

  .cont {
    font-family: "Bebas Neue", sans-serif;
    font-size: 5vmin;
    color: rgb(150, 150, 150);
   text-shadow: none;
  }

  .pied {
    margin: auto;
    padding-top: 0;
  }

  input {
    width: 70%;
    height: 30px;
    background-color: rgb(43, 114, 255);
    padding: 3px;
    color:white;
    border: none;
  }


  .in {
    font-size: x-large;
    color: rgb(205, 205, 205);
  }

  #message {
    width: 70%;
    height: 200px;
    background-color: rgb(43, 114, 255);
    border: none;
    color: white;
  }

  button {
    display: block;
    background-color: rgb(43, 114, 255);
    border: none;
    border-radius: 20px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
  }

  button:hover {
    color: rgb(43, 114, 255);
    background-color: rgb(255, 255, 255);
    transition: 0.5s;
  }

  button:active {
    opacity: 50%;
  }
