.bluecase {
    background-color: #bbc0f0; 
    border-radius: 16px; 
    padding: 2rem; 
    margin: 2rem auto;
    display: table;  
}

.bluebutton {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    border: none;
    background-color: #1b1464; 
    color: white; 
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}

.bluebutton:hover {
    background-color: #4a4674;
    color: white;
}

.tips {
    font-style: italic;
    text-align: center;
    color: #4a4674;
    margin: 0;
}

.fiche_title {
    margin-top: 2rem;
}

.darkbluecase p {
    margin: 0;
}

@media (max-width: 768px) {
  .bluecase {
    width: 90%;
    margin: 1rem auto;
  }

  .search {
    overflow-x:auto;
  }

  body{
    overflow-x: hidden;
  }
}