@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
}


/* DIVS */


body{
	font-family: 'EB Garamond', serif;
	margin: 0 0 0 0;
}


#xo{
	position:fixed;
	z-index:-700; 
	right:-280px; 
	bottom:-520px;	
}

#logo{
	position:fixed; z-index:40; right:-20%;  width:100%; text-align:center; font-size:20em; font-weight:bold; color:white; bottom:15%;}


#header{
	margin: -10px 0 0 1%;
	position:fixed;
	z-index:1600;
}

#contact{
	font-size: 1.1em;
	position:absolute;
	width: 99%;
	height: 100%;
	text-align: left;
	z-index:100;
	margin: 50px 0 0 1%;
}

#home{
	position:absolute;
	font-size: 1.6em;
	width: 99%;
	margin: 5px 0 0 1%;
	z-index:100;
}


#artists{
	position:absolute;
	line-height: 1.6em;
	width: 100%;
	text-align: center;
	margin: 15% auto ;
	z-index:1000;
}

#news{
	position:absolute;
	font-size:.9em;
	line-height: 1.6em;
	width: 90%;
	margin: 60px 0 0 1%;
	z-index:1000;
}

#showsmain{
	font-size: 1.1em;
	line-height: 1.6em;
	position:absolute;
	width: 98%;
	margin: 30px 0 0 1%;
	z-index:1000;
}

#fairsmain{
	font-size: 1.1em;
	line-height: 1.6em;
	position:absolute;
	width: 98%;
	margin: 30px 0 0 1%;
	z-index:1000;
}

#fairs{
	position:absolute;
	margin: 60px 0 0 10%;
	z-index:100;
}


#shows{
	z-index:100;
	position:absolute;
	width:80%;
	margin: 60px 0 0 10%;
}

#pics{
	z-index:150;
	font-size: .9em;
	position:absolute;
	width:98%;
	margin: 60px 0 0 1%;
	box-sizing: border-box;
}

#picsbio{
	z-index:150;
	position:relative;
	width:900px;
	margin: 40px 0 0 10%;
}

#bio{
	z-index:150;
	text-align: left;
	width:99%;
	padding: 40px 0 0 0;
	margin: 0px 0 0 1%;
}

#artistframe{
	z-index:150;
	text-align: justify;
	position:relative;
	margin: 0 0 0 1%;
}

#hover-image {
  position: fixed;
  bottom: -1px;
  right: 0px;
  width: 35%;
  max-width: 550px;
  height: auto;
  z-index: 1500;
  display: none;
  pointer-events: none;
  background: transparent;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

#hover-image img {
  border-radius: 0px;
}


/* ARTISTS */

.artists-grid {
  display: grid;
  gap: 30px;
  padding: 70px 1% 20px 1% ;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

@media screen and (max-width: 650px) {
  .artists-grid {
	  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}}

.artist-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.artist-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0px;
  object-fit: cover;
}

.artist-name {
  margin-top: 10px;
  font-size: 1.2rem;
  text-align: center;
}


/* HOME */

.home-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 0px;
}

.expo-section {
  text-align: left;
  padding: 0px 1% 10px 0;
}

.show-image {
  width: 100%;
  height: auto;
  max-width: 3000px;
}

.past-expo-title {
  margin-bottom: 0px;
  font-style: italic;
}

.past-expos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px  ; 
  padding: 0px 1% 20px 0;
}

.past-expo {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.past-image {
  width: 100%;
  height: auto;
  display: block;
}

.past-image-placeholder {
  width: 100%;
  padding-top: 75%; /* ratio 3:2 comme les images si c’est ce que tu utilises */
  background-color: transparent;/* ou transparent, ou une autre couleur neutre */
  display: block;
}

.more-link .expo-title {
text-decoration: underline;
  position: relative;
  display: inline-block;
  transition: all 0.2s ease;
}

.more-link .arrow {
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.2s ease;
  display: inline-block;
}

.more-link a:hover .arrow {
  opacity: 1;
  transform: translateX(2px);
}


.expo-dates{white-space: nowrap;}

/* ABOUT */
.location-grid {
  font-size: 1.1em;
  display: flex;
  column-gap: 0;
  row-gap: 8px;
  margin: 12px 0 8px 0;
}

.location-label,
.location-info {
  text-align: left;
  align-self: start;
}

.images-row {
  display: flex;
  justify-content: flex-start; /* collé à gauche */
  gap: 40px;                   /* espace entre les photos */
}

.images-row .about {
  width: 46%;   /* ← ajuste ici la taille */
  max-width: 400px;
  height: auto;
  display: block;
}

@media screen and (max-width: 675px) {.images-row .about {
  max-width: 200px;
  height: auto;
  display: block;
}}

/* Optional: cap overall width if needed
.location-grid { max-width: 900px; }
*/




table{ width: 1100px; margin: 0px auto 0px auto; border-collapse:collapse;}

table.archive{width: 100%; margin: 25px 0 8px 0;}

table.location{margin: 12px 0 8px 0;}

table.press{width: 100%; margin: 0 0 8px 0;}

table.headerhome{width: 100%; margin: 0 0 8px 0;}

table.header{width: 99%; margin: 0 0 8px 0; position: fixed; background: white;}


table.homemenu{width: 100%; margin: 0px 0 10px 0; }

table.notop{ margin: 0 auto 8px auto; }

table.workshow{width: 100%; margin: 35px auto 8px auto; font-size: 1.1em;}

td.year{width:48px; vertical-align: top; text-align: left;}
td.visit{width:45px; vertical-align: top; text-align: left;}
td.list{vertical-align: top; text-align: left;}

td.home35 {
	width: 35%;
	vertical-align: top;
	text-align: left;
}

td.home15 {
	width: 15%;
	top: 0px;
	vertical-align: top;
	text-align: left;
	font-size: 1em;
}

td.home100 {
	width: 100%;
	vertical-align: top;
	text-align: left;
	font-size: 1em;

}

td.workpic{
	text-align: center;
	width: 60%;
}

td.header{
	text-align: right;
	text-transform: lowercase;
	width: 8%;
}

td.headname{
	text-transform: lowercase;
	white-space: nowrap;
	width: 40%;
}

td.artists{
	text-align: right;
	width: 40px;
}

td.fairs{
	text-align: right;
	width: 30px;
}

td.exhibitions{
	text-align: right;
	text-transform: lowercase;
	width: 12%;
}




.about{font-size: 1em; line-height: 1.4em;}

.tdlegend{background: rgba(255, 255, 255, .7);}

.workname{
	font-size:1.3em;
}

.worktitle{
	font-size:1.4em;
	background-color:white;}

.workinfo{
	font-size:1em;
}

.scroll{font-size: .8em;}

.workinquire{
	line-height: 1.2em;
	font-size:1.1em;
	background-color:white;
	padding-bottom: 2em;}

.text{
	font-size:1em;
	background-color:white;}

.textbio{
	font-size:1em;
	}

.textsmall{
	font-size:0.9em;
	}

.textbig{
	font-size: 1.2em;
}

.fineprint{
	font-size:0.8em;
	}



.bold{font-family: Anton;}

.name{font-size: 1.1em; }

.namebio{font-size:1.2em;font-weight:200;}

.underlined{border-bottom:2px solid black;}


canvas.topheader {width:0px;
height: 0;}

canvas.tablehome {width:10px;
height: 0;}

a{ 
	font-weight:500;
	color:darkblue;
}

a:hover{
	text-decoration:underline;}

a.artist{
	text-decoration:none;
	font-weight:500;
	color:black;
}

a.header{
	text-decoration:none;
    font-family: 'Liberation Sans Narrow', Arial, sans-serif;
	font-weight: bold;
	color:black;
	font-size: 2.8em;
}

a.artist:hover{
	border-bottom:2px solid black;}

a.artistlegend{
	text-decoration:none;
	font-weight:500;
	color:black;
}

a.artistlegend:hover{
	text-decoration: none;}

a.showli{
	text-decoration:none;
	border-bottom:1px solid black;
	color:black;
}


a.showli:hover{
	color:black;
	border-bottom:1px solid black;}

a.inquire{ 
	color:black;
	text-decoration:none;
	border-bottom:3px solid black;
	border-top:1px solid black;
	border-left: 1px solid black;
	border-right: 3px solid black;
}
a.inquire:hover{
	border-top:3px solid black;
	border-left: 3px solid black;
	border-bottom:1px solid black;
	border-right:1px solid black;
}


iframe{
	margin-top: 30px;
	max-width: min(100%, 1100px);
	margin-bottom: 8px;
}

iframe.map{
	margin-top: 20px;
	margin-bottom: 4px;
}

iframe.artistmain{
	margin-top: 20px;
	margin-bottom: 8px;
}
	
#pics img{
  display: block;
  height: auto;
  width: auto;
  max-height: 100vh;
  max-width: min(100%, 1100px);
  margin: 30px 0 4px 0;
}

#pics img.works{
  display: block;
  height: auto;
  width: auto;
  max-height: 75vh;
  max-width: min(100%, 1100px);
  margin: 30px 0 4px 0;
}

.textsmall img{
  height: auto;
  width: auto;
  max-width: min(99%, 700px);
  margin: 30px 0 4px 0;
}


.show-image-hori {
  width: 99%;
  height: auto;
  max-width: 1100px;
  margin: 35px 0 8px 0;
}

.show-image-vert900 {
  width: 99%;
  height: auto;
  max-width: 900px;
  margin: 35px 0 8px 0;
}

img.show{
	margin: 30px 0 4px 0;
}

img.artist-shows{
	margin: 0px 0 8px 0;
}

img.index{
	margin: 0 0 8px 0;
}

img.tableindex{
	margin: 2px 20px 8px 0px;
}

img.about{
	margin: 10px 0 0px 0;
}

img.logo{
	width: 1500px;
	opacity: 1%;
}



/*Form*/

form {
	font-size: 1em;
      display: flex;
	  margin:  10px 0 10px 0;
      gap: 0.5em;
      align-items: center;
    }

    input[type="email"] {
      padding: 0.2em ;
      border-bottom: 1px solid #ccc;
	  border-top: 0px;
	  border-left: 0px;
	  border-right: 0px;
	  border-radius: 2px;
    }

    button {
      padding: 0.4em .1em;
      background: white;
      color: darkblue;
   	  font-size: 1.1em;
	  font-family: 'EB Garamond', serif;
      border: none;
	  text-decoration:underline;
      border-radius: 0px;
      cursor: pointer;
    }

  
@media screen and (max-width: 808px) {
  .show-image {
    max-width: 100%;
    height: auto;
  }

  .past-expos {
    justify-content: center;
  }

  /*.past-expo {
    flex: 1 1 100%;
    max-width: 90%;    /*pour que ça ne colle pas aux bords */
  /*  margin: 0 auto;
  }*/
	
a.header{
	font-size: 2.1em;
}
	
#header{
	margin: -8px 0 0 1%;}
	
}

@media screen and (max-width: 675px) {
  .about {
    font-size: 1.1em; /* un peu plus petit si nécessaire */
  }

form {
	font-size: 1.1em;}

  .map, .about {
    width: 100%;
  }
	a.header{
	font-size: 1.5em;
}
	
#header{
	margin: -6px 0 0 1%;}
	
}

@font-face {
  font-family: 'Liberation Sans Narrow';
  src: url('/fonts/liberation-sans-narrow-bold.woff2') format('woff2'),
       url('/fonts/liberation-sans-narrow-bold.woff') format('woff'),
       url('/fonts/liberation-sans-narrow-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

