.wait, body {
  font-family: 'Roboto', sans-serif;
  color: rgb(56, 56, 56);
  line-height: 2;
}
.wait{
  background: #ff7054;
}

h1, h2, h3{
  font-family: 'Poppins', sans-serif;
}

h1{
  font-size: 2rem;
}


.logo {
  width: 150px;
}

.tour{
  font-size: 2rem;
}

.waitingscreen{
  display: flex;
  align-items: center;
  justify-content: space-around;
}

a{
  text-decoration: none;  
  color: black;
}

.wait strong{
  color: #76D7D0;
}


header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav a{
  padding: 3rem;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  z-index: 10;
}
.intro{
  height: 80vh;
  width: 100vw;
  overflow: hidden;
}

.intro_txt{
  width: 40vw;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  line-height: 2;
}
.intro_txt p{
  padding: 0;
  margin: 0;
}
.intro img{
  height: 120vh;
  position: absolute;
  right: 0;
  top:0;
  z-index: -1;
}

.sante h2{
  color:  #76D7D0;
}

.cercle_bleu {
  margin-top: -400px;
  position: absolute;
  z-index: -1;
  left: -10%;
  width: 650px;
  height: 650px;
  background-color: #76D7D0;
  border-radius: 100%;
}

.sante {
  display: flex;
  align-items: center;
  padding-top: 200px;
}
.sante img { 
  width: 600px;
  padding: 100px;
}

.sante_txt{
  margin-top: -100px;
  padding-right: 90px;
}

.activite h2{
  color: #F55B3E;
}
.cercle_orange {
  position: absolute;
  z-index: -1;
  right: -20%;
  width: 850px;
  height: 850px;
  background-color: #F55B3E;
  border-radius: 100%;
}

.activite {
  display: flex;
  align-items: center;
  margin-top: -400px;
}
.activite img { 
  width: 600px;
  padding: 100px;
}

.activite_txt{
  padding: 90px;
}


.download{
  text-align: center ;
}

h3{
  font-size: 2rem;
}
