.boutique-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
}

.page-header {
    margin-bottom: 2rem;
    text-align: center;
}

.page-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.boutique-content {
    margin-bottom: 3rem;
    line-height: 1.6;
}

.boutique-content img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}

.boutique-helloasso {
    margin-top: 3rem;
}

.boutique-helloasso h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: center;
}

.helloasso-iframe-container {
    max-width: 100%;
    margin: 0 auto;
}

.helloasso-placeholder {
    background-color: #f5f5f5;
    border: 2px dashed #ccc;
    padding: 3rem 2rem;
    text-align: center;
    border-radius: 8px;
}

.helloasso-placeholder p {
    margin: 0.5rem 0;
    color: #666;
}

.helloasso-placeholder em {
    font-size: 0.9rem;
    color: #999;
}

/* Responsive */
@media (max-width: 768px) {
    .boutique-page {
        padding: 1rem;
    }

    .page-title {
        font-size: 2rem;
    }

    .boutique-helloasso h2 {
        font-size: 1.5rem;
    }

    .helloasso-iframe-container iframe {
        height: 600px;
    }
}
