.enc-artiste-single {
background: #fff;
} .enc-as-wrap {
max-width: 1160px;
margin: 0 auto;
padding: 0 1.5rem;
} .enc-as-header {
background: #f9f7f4;
border-bottom: 1px solid #e8e0d5;
padding: 0.9rem 0;
}
.enc-as-breadcrumb {
margin: 0;
font-size: 0.82rem;
color: #888;
}
.enc-as-breadcrumb a {
color: #888;
text-decoration: none;
}
.enc-as-breadcrumb a:hover {
color: #8b6914;
text-decoration: underline;
}
.enc-as-breadcrumb span[aria-hidden] {
margin: 0 0.4rem;
color: #bbb;
} .enc-as-profile {
padding: 3rem 0 2.5rem;
}
.enc-as-profile-inner {
display: flex;
gap: 3rem;
align-items: flex-start;
} .enc-as-photo-col {
flex: 0 0 280px;
}
.enc-as-photo {
width: 100%;
height: auto;
display: block;
border-radius: 4px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.enc-as-photo-placeholder {
width: 280px;
height: 280px;
background: #f0ede8;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
font-size: 6rem;
color: #8b6914;
font-family: Georgia, 'Times New Roman', serif;
font-weight: 400;
} .enc-as-info-col {
flex: 1;
min-width: 0;
}
.enc-as-name {
font-family: 'Playfair Display', Georgia, serif;
font-size: 2.2rem;
font-weight: 700;
color: #1a1a1a;
margin: 0 0 0.5rem;
line-height: 1.2;
}
.enc-as-dates {
font-size: 1rem;
color: #666;
margin: 0 0 0.4rem;
}
.enc-as-specialite {
font-size: 0.95rem;
color: #8b6914;
font-style: italic;
font-weight: 500;
margin: 0 0 1.5rem;
}
.enc-as-bio {
border-top: 1px solid #e8e0d5;
padding-top: 1.5rem;
font-size: 0.97rem;
line-height: 1.8;
color: #333;
}
.enc-as-bio p {
margin: 0 0 1em;
}
.enc-as-bio p:last-child {
margin-bottom: 0;
} .enc-as-photo-cta {
margin-top: 1rem;
}
.enc-as-cta-label {
margin: 0 0 0.5rem;
font-size: 0.82rem;
color: #555;
}
.enc-as-photo-cta .enc-btn {
width: 100%;
justify-content: center;
text-align: center;
font-size: .72rem;
} .enc-as-oeuvres {
background: #f9f7f4;
border-top: 1px solid #e8e0d5;
padding: 3rem 0 4rem;
}
.enc-as-oeuvres-titre {
font-family: 'Playfair Display', Georgia, serif;
font-size: 1.55rem;
font-weight: 700;
color: #1a1a1a;
margin: 0 0 2rem;
padding-bottom: 0.75rem;
border-bottom: 2px solid #8b6914;
display: inline-block;
} .enc-as-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 1.5rem;
} .enc-as-card {
background: #fff;
border-radius: 6px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
display: flex;
flex-direction: column;
text-decoration: none;
color: inherit;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.enc-as-card:hover {
transform: translateY(-3px);
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.14);
} .enc-as-card-img-wrap {
aspect-ratio: 4 / 3;
overflow: hidden;
background: #ede9e3;
}
.enc-as-card-img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.35s ease;
}
.enc-as-card:hover .enc-as-card-img {
transform: scale(1.05);
}
.enc-as-card-no-img {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #bbb;
} .enc-as-card-info {
padding: 1rem;
display: flex;
flex-direction: column;
gap: 0.3rem;
flex: 1;
}
.enc-as-card-titre {
font-size: 0.92rem;
font-weight: 600;
color: #1a1a1a;
margin: 0;
line-height: 1.35;
}
.enc-as-card-medium {
font-size: 0.8rem;
color: #777;
font-style: italic;
}
.enc-as-card-meta {
display: flex;
flex-wrap: wrap;
gap: 0.35rem 0.75rem;
font-size: 0.78rem;
color: #999;
}
.enc-as-card-prix {
margin-top: auto;
padding-top: 0.65rem;
font-size: 0.88rem;
font-weight: 600;
color: #8b6914;
border-top: 1px solid #f0ede8;
} .enc-as-card-img-wrap { position: relative; }
.enc-as-card-img-wrap.enc-vendu::after {
content: "VENDU";
position: absolute;
top: 10px; right: -28px;
background: rgba(180, 30, 30, 0.88);
color: #fff;
padding: 4px 36px;
font-size: 0.62rem;
font-weight: 700;
letter-spacing: 0.12em;
transform: rotate(45deg);
z-index: 2;
pointer-events: none;
} @media (max-width: 768px) {
.enc-as-profile-inner {
flex-direction: column;
gap: 1.5rem;
}
.enc-as-photo-col {
flex: none;
width: 100%;
max-width: 280px;
}
.enc-as-photo-placeholder {
width: 100%;
height: 200px;
font-size: 4rem;
}
.enc-as-name {
font-size: 1.7rem;
}
.enc-as-grid {
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
gap: 1rem;
}
}
@media (max-width: 480px) {
.enc-as-grid {
grid-template-columns: repeat(2, 1fr);
}
}.enc-as-cta-vente {
background: #f9f7f4;
border-top: 1px solid #e8e0d5;
padding: 2.5rem 0;
}
.enc-as-cta-vente-inner {
max-width: 1160px;
margin: 0 auto;
padding: 0 1.5rem;
display: flex;
align-items: center;
gap: 2rem;
flex-wrap: wrap;
}
.enc-as-cta-vente-text {
flex: 1;
min-width: 200px;
}
.enc-as-cta-vente-text p {
font-size: 0.95rem;
color: #555;
margin: 0;
font-style: italic;
}
.enc-ac-btn-open {
display: inline-block;
background: #daa66e;
color: #fff;
border: none;
border-radius: 3px;
padding: 0.85rem 2rem;
font-size: 0.88rem;
font-weight: 600;
letter-spacing: 0.04em;
cursor: pointer;
text-decoration: none;
transition: background 0.2s;
white-space: nowrap;
flex-shrink: 0;
}
.enc-ac-btn-open:hover,
.enc-ac-btn-open:focus-visible {
background: #323232;
outline: none;
} #enc-contact-modal {
position: fixed;
inset: 0;
z-index: 9000;
background: rgba(0, 0, 0, 0.60);
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
opacity: 0;
visibility: hidden;
transition: opacity 0.25s ease, visibility 0.25s ease;
}
#enc-contact-modal.enc-modal-open {
opacity: 1;
visibility: visible;
} .enc-ac-modal-box {
background: #fff;
border-radius: 6px;
width: 100%;
max-width: 560px;
max-height: 90vh;
overflow-y: auto;
box-shadow: 0 8px 40px rgba(0, 0, 0, 0.22);
transform: translateY(16px);
transition: transform 0.25s ease;
position: relative;
}
#enc-contact-modal.enc-modal-open .enc-ac-modal-box {
transform: translateY(0);
}
.enc-ac-modal-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1.25rem 1.5rem;
border-bottom: 1px solid #e8e0d5;
}
.enc-ac-modal-title {
font-family: 'Playfair Display', Georgia, serif;
font-size: 1.25rem;
font-weight: 700;
color: #1a1a1a;
margin: 0;
}
.enc-ac-modal-close {
background: none;
border: none;
cursor: pointer;
padding: 0.25rem;
color: #888;
font-size: 1.4rem;
line-height: 1;
transition: color 0.15s;
}
.enc-ac-modal-close:hover,
.enc-ac-modal-close:focus-visible {
color: #1a1a1a;
outline: none;
} .enc-ac-modal-body {
padding: 1.5rem;
}
.enc-ac-field {
margin-bottom: 1.1rem;
}
.enc-ac-field label {
display: block;
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #888;
margin-bottom: 0.35rem;
}
.enc-ac-field input[type="text"],
.enc-ac-field input[type="email"],
.enc-ac-field input[type="tel"],
.enc-ac-field textarea {
width: 100%;
border: 1px solid #ddd8d0;
border-radius: 3px;
padding: 0.65rem 0.85rem;
font-size: 0.95rem;
font-family: inherit;
color: #1a1a1a;
background: #fdfcfa;
transition: border-color 0.18s, box-shadow 0.18s;
box-sizing: border-box;
}
.enc-ac-field input:focus,
.enc-ac-field textarea:focus {
border-color: #8b6914;
box-shadow: 0 0 0 2px rgba(139, 105, 20, 0.14);
outline: none;
}
.enc-ac-field textarea {
resize: vertical;
min-height: 90px;
}
.enc-ac-field-hint {
font-size: 0.75rem;
color: #aaa;
margin-top: 0.25rem;
} .enc-ac-hp {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
overflow: hidden;
} .enc-ac-msg {
padding: 0.85rem 1rem;
border-radius: 3px;
font-size: 0.9rem;
margin-bottom: 1rem;
display: none;
}
.enc-ac-msg.enc-ac-msg-success {
background: #edf7ed;
color: #2a6e2a;
border: 1px solid #b8ddb8;
}
.enc-ac-msg.enc-ac-msg-error {
background: #fdf0f0;
color: #8b1a1a;
border: 1px solid #e8baba;
} .enc-ac-modal-footer {
padding: 0 1.5rem 1.5rem;
display: flex;
gap: 0.75rem;
align-items: center;
flex-wrap: wrap;
}
.enc-ac-btn-submit {
background: #daa66e;
color: #fff;
border: none;
border-radius: 3px;
padding: 0.75rem 2rem;
font-size: 0.9rem;
font-weight: 600;
cursor: pointer;
letter-spacing: 0.03em;
transition: background 0.2s;
}
.enc-ac-btn-submit:hover {
background: #323232;
}
.enc-ac-btn-submit:disabled {
background: #e8c9a0;
cursor: default;
}
.enc-ac-btn-cancel {
background: none;
border: 1px solid #ddd8d0;
border-radius: 3px;
padding: 0.75rem 1.25rem;
font-size: 0.88rem;
color: #666;
cursor: pointer;
transition: border-color 0.15s, color 0.15s;
}
.enc-ac-btn-cancel:hover {
border-color: #888;
color: #1a1a1a;
} .enc-ac-field-error {
border-color: #cc3333 !important;
}
.enc-ac-field-error-msg {
font-size: 0.75rem;
color: #cc3333;
margin-top: 0.25rem;
} @media (max-width: 600px) {
.enc-ac-modal-box {
max-width: 94vw;
}
.enc-as-cta-vente-inner {
flex-direction: column;
align-items: flex-start;
}
.enc-ac-btn-open {
width: 100%;
text-align: center;
white-space: normal;
}
}