body > div.w3-content {
    padding-left: 2em;
    padding-right: 2em;
}
.w3-theme-d2 {
    padding-left: 0em;
    padding-right: 0em;
}

/*Améliorations du site 2024-09-18*/
body,h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', sans-serif;
}
body {
    background-color: #f0f2f5;
    height: 100vh;
}
.w3-top {
    font-size: 24px;
    
}
.card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.card:hover {
    transform: translateY(-10px);
}
.card-header {
    background: linear-gradient(135deg, #213955 0%, #1e4b95 100%);
    color: #ffffff;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
   
}
.card-content {
    color: #333333;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: white;
}
.w3-theme-d2 {
    background-color: inherit !important;
    background: linear-gradient(135deg, #213955 0%, #1e4b95 100%);
}
.w3-theme-l1 {
    background: linear-gradient(135deg, #4f6d7d 0%, #7d97a5 100%);    
}
.w3-blue-gray {
    background: linear-gradient(135deg, #4f6d7d 0%, #7d97a5 100%);
}
.w3-blue-gray:hover {
    background: #CCCCCC;
    color: #000000;
}
input.w3-button, a.w3-button {
    margin-bottom:5px;
    transition: background-color 0.3s ease;
}

.w3-text-teal {
    color: #87996e !important;
}

.w3-teal {
    background-color: #87996e !important;
}
.w3-red {
    background: linear-gradient(135deg, #c94f28 0%, #FF5722 100%);
}

.boutonDons {
    margin:10px;
    min-width: 200px;
    background: linear-gradient(135deg, #c94f28 0%, #FF5722 100%);
    font-size: larger;
  }


.tableau {
    display:flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
}
.cellule {
    max-width: 200px;
    flex-basis: 22%;
}
