@import url('https://fonts.googleapis.com/css?family=Nunito:400,700|Source+Sans+Pro:400,600,600i&display=swap');
body {
background: linear-gradient(225deg, rgba(59,156,107,1) 0%, rgba(64,164,183,1) 43%, rgba(53,105,166,1) 100%);
background-color: #fff;
background-size: cover;
/*height: 100vh;*/
margin: 0;
}

.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }

.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 3em;
}
.contact img {
  width: 500px;
  margin: 0;
}

.contact h3 {
  font-size: 2.3em;
  margin-top: 1em;
  text-decoration: none;
}

.contact a {
  text-decoration: none;
}

.titre img{
  width: 300px;
  align-items: center;
  justify-content: center;
}

h1 {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 2.4em;

}

h2 {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 2.2em;
  text-transform: uppercase;
}

h3 {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.7em;
  margin-bottom: 2em;
  text-align: center;
}

h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.6;
  text-align: center;
}

p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 2;
  color: #fff;
}

li {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 2;
  color: #fff;
  margin-bottom: 1em;
}

video {
  width: 100%;
}

.texte {
margin: 3em 3em 3em 3em;
}

.intro {
margin: 3em;
}

.titre {
  margin: 3em;
  text-align: center;
  color: #ffffff;
}

.atouts {
  margin: 3em;
}

@media screen and (min-width: 1000px) {

.texte {
  max-width: 700px;
}

.atouts {
  max-width: 700px;
}
.intro {
  max-width: 600px;
}
.contact img {
  max-width: 300px;

}

.contact h3 {
  font-size: 1.6em;
}

video {
  width: 60%;
}

}