.espace.mes-recherches ul {
  list-style: none;
  padding: 0;
}

.espace.mes-recherches .nav-back img {
  cursor: pointer;
}

.espace.mes-recherches .infos-abonnement__title {
  color: #232558;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.espace.mes-recherches .infos-abonnement__content__rappel {
  line-height: 20px;
  margin-bottom: 10px;
}

.espace.mes-recherches .infos-abonnement__content__rappel li strong {
  margin-right: 5px;
}

.espace.mes-recherches .infos-recherche__content__rappel__title {
  margin-bottom : 5px;
}

.espace.mes-recherches .infos-recherche__content__rappel__title a {
  color: #232558;
}

.espace.mes-recherches .infos-recherche__content__rappel__title a:hover {
  text-decoration: underline;
}


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

  .espace.mes-recherches .infos-abonnement__content {
    display: inline-block;
    width: 100%;
  }

  .espace.mes-recherches .infos-abonnement__content__rappel {
    float: left;
    width: 35%;
  }

  .espace.mes-recherches .infos-abonnement__content__actions {
    float: left;
    width: 50%;
  }

  .espace.mes-recherches .infos-abonnement__content__actions li {
    float: left;
    margin-right: 10px;
  }

  .espace.mes-recherches .infos-abonnement__content__actions li:last-child {
    clear: both;
  }

  .espace.mes-recherches .infos-recherche {
    display: inline-block;
    width: 100%;
  }

  .espace.mes-recherches .infos-recherche__content__rappel {
    float: left;
    width: 35%;
  }

  .espace.mes-recherches .infos-recherche__content__actions {
    float: left;
    width: 50%;
  }

  .espace.mes-recherches .infos-recherche__content__actions ul {
    overflow: hidden;
  }

  .espace.mes-recherches .infos-recherche__content__actions li {
    float: left;
    margin-right: 10px;
  }

  .espace.mes-recherches .infos-recherche__content__actions li:last-child {
    clear: both;
  }

  .espace.mes-recherches .infos-recherche_content__mail {
    float: left;
    width: 15%;
  }


}
