.benefice-pharmadexi {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

.illustration {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    aspect-ratio: 16 / 9;
}

.photoproduit {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0.75rem;
    overflow: hidden;
    background: #f1f1f1;
}

.d-grid-1fr-1fr {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.photoproduit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.75rem;
}

.illustration img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fs-8 {
    font-size: 0.75rem;
}

.dropdown-center {
    width: max-content;
    margin: auto;
}

body {
    background: #dfe3ee;
}

.page-header {
    height: 68vh !important;
}