/*Carte de visite*/
a{
  text-decoration: none;
  color: white;
  }


  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 290px;
    margin: auto;
    text-align: center;
  }
  
  .title {
    color: grey;
    font-size: 18px;
  }
  
  
  a {
    text-decoration: none;
    font-size: 22px;
    color: black;
    margin: 10px;
    
  }
  
  a:hover {
    opacity: 0.7;
  }


  @media screen and (max-width: 600px) and (max-height:950px) and (orientation:portrait)
  {
    .card {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      max-width: 290px;
      margin: auto;
      text-align: center;
    }

    .title {
      color: grey;
      font-size: 18px;
    }

    a {
      text-decoration: none;
      font-size: 22px;
      color: black;
      margin: 10px;
      
    }
  }