/*.bitcoin_cp {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 100%;
    height:100px;
    transition: .5s ease;
  }
  
  .container_info:hover .bitcoin_cp {
    bottom: 0;
    height: 100%;
    cursor:pointer; 
    font-size:0.5em;
    color:#f4ddc0;
  }*/
  
  .infocrypto_{
  
    color:#88faff;
    background-color: #ebcb3d42;
    color:#0ceaf4;
    font-size:1em;
  }
  .infocrypto_:hover{
  color:red;
  }
  .cp_title{
    font-size: 0.6em;
    text-decoration:underline;
    color:#f3df86;
    padding-left: 20px;
    width: auto;
  }

  .definition_close{
    position: absolue;
    top:50%;
    right: 50%;
    background-color:transparent;
    border-radius: 5%;
    width: 150px;
    height: 150px;
    color:white;
  }

  .texte_barre{
    /*text-decoration:line-through;*/
  }