.title-donation {
   margin-bottom: 5%;
}

body, html {
    height: 100%;
}

/* styles.css */


.container-page-button {
    width: 100%;
}

.container {
    max-width: 100% !important;
}

.button-form {
    margin-left: 2rem;
}

.main {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    height: 100%;
}

.page-container {
    text-align: center;
}

.main-title {
    font-size: 32px;
    margin-bottom: 3rem;
    color: #333;
}

.container {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 2rem;
}

.block {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 50rem;
    transition: transform 0.3s, box-shadow 0.3s;
}

.block:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

.description {
    font-size: 14px;
    margin-bottom: 20px;
    color: #666;
}

.monero {
    background-color: #edeef0;
}

.monero > img{
    background-color: #edeef0;
    width: 4rem;
}

.btn {
    border: none;
    border-radius: 5px;
    color: #ff6600;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
    transition: background-color 0.3s;
}

.paypal-overview, .monero-overview, .liberapay-overview {
  list-style-type: none;
  padding: 0;
  font-size: 1em;
  line-height: 1.6;
  color: #555;
  text-align: justify; /* Justifie le texte */
  margin-top: 2rem;
}

.paypal-overview li, .monero-overview li, .liberapay-overview li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.paypal-overview li::before, .monero-overview li::before, .liberapay-overview li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #4CAF50;
  border-radius: 50%;
}

.btn {
    margin-bottom: 0!important;
}

.monero-overview, .liberapay-overview {
    margin-bottom: 2rem;
}

.monero {
    height: 5rem;
    display: inline-block;
    width: 17rem;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 0;
}

a.btn > img:nth-child(1) {
    width: 15rem;
    padding-top: 0.2rem;
}

#paypal-button {
    height: 6rem;
}

.liberapay-btn > svg:nth-child(1) {
    position: absolute;
    left: 2rem;
    top: 1.2rem;
}

.liberapay-btn {
    height: 5rem;
    display: inline-block;
    width: 12rem;
    padding-top: 1.3rem!important;
}

.liberapay-btn {
    width: 17rem;
}

.liberapay-btn > span:nth-child(2) {
    font-size: 2.5rem;
}

.liberapay-btn > svg:nth-child(1) {
    height: 26px!important;
    width: 26px!important;
}

