@media only screen and (max-device-width: 480px) {
    /* For mobile phones: */
    p{
        font-size: 4vh;
        line-height: 5vh;
    }
    body{
      font-size: 4vh;
    }
    #intro{
        color:red;
    }
    #intro p{
        color:red;
    }
}
@media only screen and (min-device-width: 480px) {
    /* For mobile phones: */
    p{
        font-size: 4vh;
        line-height: 5vh;
    }
    body{
      font-size: 4vh;
    }
    #intro{
        color:red;
    }
    #intro p{
        color:red;
    }
}

body{
  color: black;
  font-family: 'Open Sans', sans-serif;
  background: rgb(245,245,245);
  font-size: 14px;
}

a{
  text-decoration: none;

}
a:hover{
  text-decoration: none;
}

h1{
  font-family: courier;
  color: rgb(49,140,231);
    margin-top: 5px;
    padding-top: 0px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

p{
  font-size: 14px;
  line-height: 17px;
}

img{
  height: 250px;
  border-radius: 50px;
}

#intro{
    font-family: courier;
    color:rgb(175,238,238);
    font-size: 17px;
    line-height: 0px;
    padding:0px;
    margin:0px;
    margin-top: 5px;
    padding-top: 5px;
}

#en-tete{
  background: rgb(49,140,231);
  color: white;
  padding: 10px;
  padding-bottom: 0px;
  height:140px;
}

#en-tete h1{
  color: red;
}

.ligne{
  opacity: 0.4;
}



#apercu3{
  background: rgb(49,140,231);
  padding-top: 20px;
  color: rgb(255,129,0);
  border-radius: 25px;
  border:none;
  margin: 10px;
  height: 140px;
}
#apercu{
  background: rgb(198,8,0);
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  border-radius: 25px;
  border:none;
  box-shadow: 5px 5px rgb(247,35,12);
  margin: 10px;
  height: 175px;
}

#articleimg{
  text-align: center;
  color: grey;
  font-size: 12px;
  font-style: italic;
  padding-bottom: 20px;
  padding-top: 20px;
}

#articleimg img{
  height: 225px;
  border-radius: 15px;
  padding: 3px;
  

}
#articleimgg{
  text-align: center;
  color: grey;
  font-size: 12px;
  font-style: italic;
  padding-bottom: 20px;
  padding-top: 20px;
}

#articleimgg img{
  height: 350px;
  border-radius: 15px;
  padding: 3px;
}

form #website{ display:none; }