﻿
table 
	{
	border-collapse: collapse;
	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;
	height: auto;	
	width: 1000px;
	}

td, tr, th
	{
	max-width: 15em;
	border: 1px solid grey;
	padding: 5px;
	}
	
th {
	color: grey;
	font-size: 22px;
}

tbody tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.3);
	}

.titre, a.titre {
	color: #11165c;
	font-size: 24px;
	text-shadow: 1px 1px 1px  white ;
	}

a.titre:hover {
	color: white;
	font-size: 24px;
	text-shadow: 0px ;
	}
	
.mois {
	color: grey;
	font-size: 22px;
	text-align: center;
	}

.conteneur-filtre {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	}	
	
.filtre {
	display: inline-block;
	color: grey;
	font-size: 22px;
	text-align: center;
	border: 1px solid gray;
	border-radius: 5px;
	padding: 2px 8px ;
	margin: 5px;
	}
	
.scrollHorizontal {
	overflow-x:auto;
	overflow-y:hidden;
	width: 100%;
}

#defilementAuto
	{
	z-index: 10;
	left: 0;
	overflow-x: auto;
	overflow-y: visible;
	scrollbar-width: none;
	-ms-overflow-style: none;
	height: 450px; 
	white-space: nowrap;
	padding: 40px 20px;
}

.conteneur_bloc 
	{
	all: initial; 
	width:100%; 
	margin:0; 
	padding:0;
	background-color: transparent;
	}
	
.position_blocs
	{
/* margin-top:1rem;  */
	margin: 0;
	margin-bottom: 20px;
	scrollbar-width: none;
	-ms-overflow-style: none;
	background-color: transparent;
}

.imgIndex 
	{
	position: relative;
	left: -2rem;
	top: 1rem;
	margin: 0;
	padding: 0;
	overflow: visible; 
	width: 80px;
}
	
.enteteExpo
	{
	display: inline-block;
	width: 210px;
	white-space: wrap;
	padding: 10px;
	padding-top: 5px;
	border-radius: 10px;
	background-color: transparent;
	transition: all .3s ease-in-out;
	text-align: center;
	vertical-align: middle;
}
  
.enteteExpo:hover {
	/* border: 1px solid grey; */
	box-shadow: 0px 0px 15px black;
	border-radius: 10px;
	transform: scale(1.1);
	transition: all .3s ease-in-out;
	transition-delay: 0.2s;
}
    
.blocExpo
	{
    display: table-cell;
	text-align:center;
 	width: 190px;
	height: 260px;
	border: 1px solid grey;
	border-radius: 8px;
	box-shadow: 4px 5px 8px black;
}
.titreBloc {
	color: #11165c;
	font-size: 20px;
	}
	
.textExpo {
	display: flex;
	text-align: center;
	justify-content: center;
	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-weight: 600;
	color: white;
	background: rgba(0,0,0,0.5);
	text-shadow: 1px 1px 1px  black ;
	padding: 3px;
 }
 
.centrerV  {
	vertical-align: middle;
	text-align: center;
}

.limite
	{
	display: inline-block; 
	background: #080047;
	width: 5px;
	height: 200px;
	margin: 0 10px;
	vertical-align: middle;
	}