
.recherche-conteneur
	{
	width: 99.2%;
	color: black;
	border: 1px solid black;
	box-shadow: 1px 1px 10px black;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.date-conteneur
	{
	width: 99.2%;
	float: left;
	vertical-align: top;
	}

.exposition-conteneur
	{
	width: 99.2%;
	max-width: 640px;
	display: inline-block;
	font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 20px;
	height: auto;
	color: black;
	border-radius: 5px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 0px;
	margin-bottom: 15px;
	text-align: left;
	vertical-align: top;
	border: 1px solid white;
	box-shadow: 5px 5px 10px #4a4a4b  ;
	background-color: rgba(255, 255, 255, 0.7) ;
	}

.plie
	{
	background: linear-gradient(black, #f2f3f4);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	overflow: hidden;	
	max-height: 150px;
	-webkit-transition: -webkit-text-fill-color 0.3s ease-out;
	-moz-transition: -webkit-text-fill-color 0.3s ease-out;
	-ms-transition: -webkit-text-fill-color 0.3s ease-out;
	-o-transition: -webkit-text-fill-color 0.3s ease-out;
    transition: -webkit-text-fill-color 0.3s ease-out, background-position 1ms;
	}
	
.deplie {
	max-height: 100%;
	-webkit-transition: -webkit-text-fill-color 0.3s ease-out;
	-moz-transition: -webkit-text-fill-color 0.3s ease-out;
	-ms-transition: -webkit-text-fill-color 0.3s ease-out;
	-o-transition: -webkit-text-fill-color 0.3s ease-out;
    transition: -webkit-text-fill-color 0.3s ease-out, background-position 1ms;
	}
	
.pliePosition {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.plieBouton {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.souligne
	{
	-webkit-text-fill-color: black;
	border: 1px solid gray;
	border-radius: 5px;
	padding: 2px 8px ;
	margin-right: 10px;
	}

.titre
	{
	color: Gray;
	font-weight: 600;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	}
hr.titre
	{
	border: 1px solid  #b3b6b7  ;
	}
	
.visuel
	{
	display: flex;
	float: left;
	vertical-align: middle;
	}
	
.image {
	width: 100px;
	transition: all 300ms ease-out;
	}
.image-agrandie
	{
	display: block;
	margin: auto;
	width: 90%;
	position: relative;
	transition: all 300ms ease-out;
	
	}
	
.supprimer {
	position: relative;
	top: 0px; 
	left: 30px;
	pointer-events: auto;
}

/* Gestion du libellé de la recherche fixé au défilement */
.header
{
}

.fixed
{
	width: 99%;
	position:fixed;
	top:0;
	left:0;
	margin:0;
	padding:0 ;
	background-image: url("../images/couverture.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}

/* Résultat dans la page de maintenance */
.resultat
	{
	margin: 10px;
	padding: 10px;
	}
	
.basDePage
{
	z-index: 5000;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

html {
  scroll-behavior: smooth;
}
