
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');


body{
  margin: 0px;
  padding:0px;
}

p,
li,
h2 {
  font-size: 18px;
  font-family: 'Quicksand', sans-serif;
  color: #221f20;
  line-height: 50px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

h2 {
  font-size: 24px;
  font-weight: solid;
  text-decoration: underline;
  margin-top: 50px;
  margin-bottom: 30px;
}

a {
  opacity: .9;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Quicksand', sans-serif;
  color: #221f20;
  line-height: 50px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

a:hover{
  opacity: 1;
}

.introduction{
  height: 90vh;
  width: 100vw;
  margin: 0px;
  padding: 0px;
  background-color: #f9f4e8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.logo{
  /*height: 141px;*/
  width: 600px;

}

.button{
  opacity: .9;
  padding: 20px 20px 20px 20px;
  background-color: #221f20;
  color: #f9f4e8;
  border-radius: 5px;
  width: 130px;
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-margin{
  margin: 50px;
}

.button:hover{
  opacity: 1;
}

.explication{
  background-color: #f9f4e8;
  margin: 0px;
  padding: 0px;
  width: 100vw;
}

.texte{
  padding-left: 200px;
  padding-right: 200px;
}

.row{
  display: flex;
  justify-content: center;
}

.column{
  display: flex;
  flex: 50%;
  align-items: center;
  justify-content: center;
}

.column-margin-date{
  flex: none;
  margin-left: 60px;
  margin-right: 60px;
}

.footer{
  font-size: 10px;
}

.footer-link{
  font-size: 10px;
}

@media only screen and (max-width: 600px) {

  .logo{
    width: 300px;
    height: auto;
  }

  .button {
    width: 200px;
    padding: 10px;
  }

  .texte{
    padding-left: 50px;
    padding-right: 50px;
  }

  .row-mobile{
    flex-direction: column;
  }

  p{
    font-size: 12px;
    line-height: 35px;
    margin: 0px;
  }

  a{
    font-size: 12px;
  }

}
