figure { position: relative; display: inline-block; }
figure figcaption { position: absolute; bottom: 5px; right: 5px; background: rgba(0,0,0,0.5); color: white; padding: 2px 5px; font-size: 12px; border-radius: 3px; }
.background-copyright { position: absolute; bottom: 5px; right: 5px; background: rgba(0,0,0,0.5); color: #fff; padding: 2px 5px; font-size: 12px; border-radius: 3px; pointer-events: none; z-index: 10; }


.ch-form-temoignage {
    max-width: 700px;
    margin: auto;
    font-family: inherit;
}

.ch-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.ch-field, .ch-field-full {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.ch-field-full {
    margin-bottom: 15px;
}

.ch-field label,
.ch-field-full label {
    font-weight: bold;
    margin-bottom: 5px;
}

.ch-field input{
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.ch-stars {
    text-align: left;
    margin-bottom: 15px;
}
.stars {
    font-size: 24px;
    cursor: pointer;
}
.star {
    display: inline-block;
    color: #FFA500;
    font-size: 30px;
    transition: color 0.2s;
}
.ch-submit-wrap {
    text-align: right;
    margin-top: 20px;
}
.ch-submit-wrap button {
    background-color: #FFA07A;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
}
.ch-temoignage-message {
    margin-top: 15px;
    font-weight: bold;
}


.ch-field-full textarea {
    padding: 12px;
    font-size: 16px;
    resize: vertical;
    min-height: 150px;
}

.ch-form-temoignage fieldset {
    border: none;
    margin: 0 0 1rem 0;
    padding: 0;
}
.ch-form-temoignage legend {
    font-weight: bold;
    margin-bottom: 5px;
}
.ch-form-temoignage small {
    font-size: 0.9em;
    color: #555;
}
