/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 07 2025 | 08:00:25 */
/* Structure de base */
.single-artwork #left-area {
	float: left;
    width: 70%;
    padding-right: 5%;
}

.single-artwork #right-area {
    float: right;
    width: 28%; 

}

/* Image principale */
.artwork-featured-image {
    margin-bottom: 30px;

  max-height: calc(100vh - 80px) !important;   /* 80px = espace pour le header ou margin top */
  height: auto !important;
  width: auto !important;
  object-fit: contain;
  display: block;

}

.artwork-header-photo img {
    margin-bottom: 30px;

    max-height: calc(80vh - 80px) !important;   /* 80px = espace pour le header ou margin top */
  height: auto !important;
  width: auto !important;
  object-fit: contain;
  display: block;
}


.artist-intro-photo {
    margin-top: 40px;
	max-width: 300px;
}

/*.artwork-featured-image img {
    width: 100%;
    height: auto;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}*/

    .artist-featured-image img {
        width: 50% !important; /* Définit la largeur à 50% */
        height: auto !important; /* Garde les proportions de l'image */
        display: block; /* Évite les espaces indésirables */
		margin-bottom: 30px;

    }




/* Informations techniques */
.artwork-technical {
    background: #f9f9f9;
    padding: 25px;
    margin-bottom: 35px;
    border-left: 3px solid #000;
}

.artwork-technical h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 500;
}

.artwork-technical p {
    white-space: pre-line; /* Respecte les sauts de ligne */
    line-height: 1.6;
    margin: 0;
    color: #444;
}

/* Artistes associés */
.associated-artists {
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.associated-artists h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
}

.artists-list {
    list-style: none;
    padding: 0;
}

.artists-list li {
    margin-bottom: 8px;
}

.artists-list li:before {
    content: "—";
    margin-right: 8px;
    color: #999;
}

.artists-list a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}

.artists-list a:hover {
    color: #000;
    text-decoration: underline;
}

/* Description de l'œuvre */
.artwork-description {
    line-height: 1.2;
    color: #333;
}
nav.artist-links {
    margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .single-artwork #left-area,
    .single-artwork #right-area {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    
    .artwork-technical {
        margin-top: 30px;
    }
	div#right-area {
    width: 100% !important;
}
}

@media (max-width: 480px) {
    .artwork-technical {
        padding: 15px;
    }
}
