/* Responsive queries */
@media handheld, (max-width: 640px){
  p.libelle{
    padding-right: 10px;
    padding-left: 11px;
    text-align: left;
    padding-bottom: 18px!important; 
  }
}


/*moyenne device - tablette md */
@media (min-width: 768px) and (max-width: 991px) { 
  .header-desktop {
      display: none!important;
  }
  .header-tablette {
      display: block!important;
  }
  .mt-64px {
      margin-top: 0px!important;
  }
}


/* General design (desktop & mobile) */
p.title{
  padding-top: 55px;
  font-weight: bold;
  margin: 0;
}
p.libelle{
  padding-top: 45px;
  padding-bottom: 0; 
}

.link-partage a {
  text-decoration: none;
  color: var(--var-color-text-bg-bloc);
}

.link-partage a span:hover{
  color: #000000;
  font-weight: 600;
}

.titre-activity-find-logo {
  font-size: 2rem;
  font-weight: 600;
}
