@font-face {
  font-family: 'Roboto';
  src: url('Roboto-ThinItalic-webfont.eot');
  src: url('Roboto-ThinItalic-webfont.eot?#iefix') format('embedded-opentype'),
       url('Roboto-ThinItalic-webfont.woff') format('woff'),
       url('Roboto-ThinItalic-webfont.ttf') format('truetype'),
       url('Roboto-ThinItalic-webfont.svg#RobotoThinItalic') format('svg'); (under the Apache Software License). 
  font-weight: 200;
  font-style: italic;
}

* {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background-image: url('img/background.png');
  background-repeat: repeat;
  background-attachment: fixed;
  font-size: 1rem;
  color: white;
}

a {
  text-decoration: none;
}

h1 {
  color: white;
  text-transform: uppercase;
  font-size: 4rem;
  text-align: center;
  letter-spacing: .4rem;
}

nav {
  background-color: rgba(0, 0, 0, 0.171);
  font-size: 2rem;
}

nav a {
  color: white;
}

nav a:hover {
  color: red;
}

li {
  text-decoration: none;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-transform: uppercase;
}

ul {
  padding: 1rem;
}

.logo img {
  width: 20%;
  height: auto;
  display: block;
  margin: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.citations {
  text-align: center;
  font-size: 3rem;
}

.citations h2 {
  font-weight: 400;
  line-height: 4rem;
}

.gratuit h3{
  margin-top: 5rem;
  margin-bottom: 2rem;
  font-size: 5rem;
  text-align: center;
  text-transform: uppercase;
}

h4 {
  margin-top: 0rem;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h5 {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 200;
  margin-left: 20%;
  margin-right: 20%;
}

.boutons {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 14rem;
}

.boutons h3 {
  margin-top: 4rem;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 1rem;
  width: 400px;
  border-style: solid;
  border-color: rgb(223, 0, 0);
  border-width: 2px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.2);
}

.boutons a {
  color: white;
}

.boutons h3:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.boutons h3:active {
  background-color: rgba(255, 255, 255, 0.8);
}

#appstore {
  margin-top: 130px;
}

#playstore {
  margin-top: 130px;
}

.infos {
  margin-top: 5rem;
  margin: 2rem;
  text-align: center;
}

.imgInfos img {
  width: 30%;
  height: auto;
}

.infos p {
  margin-top: 2rem;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 1rem;
  font-weight: 400;
}

p {
  font-size: 2rem;
  text-transform: none;
}

p a {
  color: white;
  text-decoration: underline;
  font-weight: 600;
}



/**********  MAIL CHIMP  **********/

#mc_embed_shell {
  font-size: 2rem;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  text-align: center;
}

input {
  width: 20rem;
  height: 3rem;
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  border: 2px solid white;
  color: white;
  margin-top: 3rem;
}

#mc-embedded-subscribe {
  margin-top: 3rem;
}

.conf {
  display: block;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 200px;
}











/************************  RESPONSIVE  ******************************/
/*@media only screen and (max-width: 768px) */

@media only screen and (pointer: coarse), (max-width: 768px){
  
  .logo img {
  width: 40%;
  }

  h1 {
    font-size: 10rem;
  }

  nav {
    font-size: 2rem;
  }

  main {
    margin-top: 4rem;
  }

  .citations {
    margin: 1rem;
  }

  .gratuit h3 {
    margin-top: 3rem;
    font-weight: 600;
    font-size: 4rem;
    line-height: 6rem;
    text-decoration: underline;
  }

  h4 {
    margin-top: 0rem;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 2px;
  }
  
  h5 {
    font-size: 2rem;
    font-weight: 200;
    margin-left: 5%;
    margin-right: 5%;
  }

  .boutons {
    margin-top: 6rem;
  }

  .boutons h3 {
    margin-top: 6rem;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2rem;
    padding: 0.5rem;
    width: 700px;
  }

  p {
    font-size: 1.4rem;
    text-transform: none;
  }

  .imgInfos img {
    width: 70%;
    height: auto;
  }

  
  /**** MAIL CHIMP ****/

  #mc_embed_shell {
    font-size: 4rem;
  }

  input {
    width: 30rem;
    height: 7rem;
    font-size: 2rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    border: 2px solid white;
    color: white;
    margin-top: 8rem;
  }

  #mc-embedded-subscribe {
    margin-top: 10rem;
    font-size: 5rem;
  }


}

