@font-face {
    font-family: 'Solide Mirage_Etroit';
    src:  url('../fonts/Solide_Mirage-Etroit_web.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Solide Mirage';
    src:    url('../fonts/Solide_Mirage-Mono_web.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.ibm-plex-sans-<uniquifier> {
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.ibm-plex-serif-regular {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.ibm-plex-serif-medium {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  font-style: normal;
}

.ibm-plex-serif-regular-italic {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.ibm-plex-serif-medium-italic {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  font-style: italic;
}

.small-caps {
  font-variant-caps: small-caps;
}

.aligncenter {
	text-align: center;
}
body {
	font-family: 'IBM Plex Serif', 'Lora', serif;
	font-weight: 400;
	min-height: 100vh;
	display: grid;
	grid-template-rows: auto 1fr auto;
}
#heading {
}
#heading-with-search {
}
p, blockquote {
	line-height: 1.5;
}
.pure-menu {
	font-family: 'IBM Plex Sans Var', 'Inter', sans-serif;
    font-size: .9em;
}
.baseline {
    font-family: 'IBM Plex Serif', 'Lora', serif;
    font-weight: 400;
    font-style: normal;
    color: black;
    font-size: 1.1em;
	margin-top: 0;
}
p.baseline.heading-2 {
	margin-left: 1em;
}
#content {
    text-align: left;
	margin: 1em;
}
p.msg-invit-search {
    font-family: 'IBM Plex Sans Var', 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: .8em;
	text-align: center;
}

.search-block {
	max-width: 300px;
	padding: 5px;
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	border: 1px solid black;
	border-radius: 5px;
    margin: 0 auto;	
}
.container-searchbox {
	display: flex;
    justify-content: center; 
    align-items: center;    
	min-height: 100%;
}

#heading-with-search p.msg-recherche-avancee {
	margin-left: 1em;
}
input[type="search"]  {
	border: none;
	appearance: none;
	flex-grow: 1;
	margin-left: 0;
	margin-right: 0;
	min-width: 3rem;
	padding-left: 8px;
	text-decoration: unset!important;
}
.pure-button.button-search:active, .pure-button.button-search:hover {
    background-image: none;
}
.button-search {
    background-color: white;
    border: none;
	float: right;
}
label {
    font-size: .9em;
	font-family: 'IBM Plex Sans Var', 'Inter', sans-serif;
}
.pure-form fieldset {
    padding: 0.75em;
    background-color: whitesmoke;
}
.aide {
    padding-top: 1em;
}
p.msg-recherche-avancee {
    text-align: center;
	font-size: .8em;
}
p.msg-recherche-avancee > a {
    color:royalblue;
}
p.msg-recherche-avancee > a:hover {
    color:blue;
}
.home-content {
	padding: 1em;
}
h1 {
	font-family: 'IBM Plex Serif', 'Lora', serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.5em;
	margin-bottom: 1em;
	margin-top: 0;
}
h1.nom-artiste {
	font-family: 'IBM Plex Serif', 'Lora', serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.5em;
	margin-bottom: 1em;
	margin-top: 0;
}
h2 {
	font-family: 'IBM Plex Serif', 'Lora', serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2em;
}
#resultat-recherche h2 {
    font-family: 'IBM Plex Serif', 'Lora', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
}
h3 {
	font-family: 'IBM Plex Serif', 'Lora', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
}
p.resultat-recherche-num {
    font-size: .9em;
	font-family: 'IBM Plex Sans Var', 'Inter', sans-serif;
}
h3.nom-artiste {
	font-family: 'IBM Plex Serif', 'Inter', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1em;
	margin-bottom: .2em;
	margin-top: 0;
}
h3.nom-artiste a {
	text-decoration: none;
	color: black;
}
p.citation {
	font-style: italic;
}
span.citation-author {
	font-weight: 400;
	font-style: normal;
}
p.bio-resume {
	margin: 0;
}
p.bio-resume::first-letter {
  text-transform: uppercase;
}
span.soustitre {
	font-size: .9em;
	font-family: 'IBM Plex Sans Var', 'Inter', sans-serif;
}
.suite {
	font-size: .8em;
	font-family: 'IBM Plex Sans Var', 'Inter', sans-serif;
}
div.pagination {
	text-align: center;
	margin: 4em auto;
	font-family: 'IBM Plex Sans Var', 'Inter', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .8em;
}
div.pagination a {
	margin-left: 1em;
}
span.active, span.esp-pagination {
	font-weight: 500;
	margin-left: 1em;
}
figcaption {
    font-size: .8em;
}
.imagette {
    margin: 0.5em;
}
@media (min-width: 768px) {
    .imagette {
        width: 25%;
    }
}
.imagette-liste {
    /*margin: 0.5em;*/
}
@media (min-width: 768px) {
    .imagette-liste {
        width: 10%;
    }
}
#footer {
    background-color: royalblue;
    color: whitesmoke;
    font-family: 'IBM Plex Sans Var', 'Inter', sans-serif;
    font-size: .8em;
}
#footer a {
    color: whitesmoke;
    text-decoration: none;
}
#footer a:hover {
    color: white;
}
#footer > .pure-g {
    padding: 1.5em 1em 1.5em 1eM;
}
#footer .pure-menu-horizontal {
	padding: .5em 0;
}
.lien-editeur {
	text-align: right;
}
.notice-resume {
	background-color: ghostwhite;
	padding: 1em 1em 1em 1em;
}
@media (max-width: 767px) {
    .hide-on-small {
        display: none !important;
    }
}