
.carousel-cadrage {
	position: relative;
	top: -30px;
}
.carousel-img 
	{
	border: 1px solid #57534D;
	}

.notifications 
	{
	float: right;
	width: 42px;
	height: 40px;
	overflow: visible;
	align-items: center;
	text-align: center;
	background-color: #149dcc ;
	color: white;
	border: 1px solid black;
	border-radius: 50%;
	display: inline-flex;	
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
}

.transparent {
	background: linear-gradient(black, white);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	max-height: 150px;
	overflow: hidden;
}

.transparent_photos {
	max-height: 350px;
}

.apparent {
	max-height: 100%;
	transition: all linear 0.2s;
}
  
.suite {
	font-size: 16px;
	position: relative;
	background: white;
	font-style: oblique 30deg;
	color: green;
  }

.diaporama-arriere-plan {
	position:fixed;
	top: 0;
	padding: 0;
	margin: 0;
	z-index: 5001;
	width: 100%;
    height: 100%;
	background-color: black;
	opacity: 0.8;
	visibility: hidden ;
}

.diaporama-conteneur {
	position:fixed;
	z-index: 5002;
	top: -10px;
	width: 100%;
    height: 100%;
	padding: 0;
	margin: 0;
	visibility: hidden ;
	text-align: center;
}

.diaporama {
	display: flex;
	justify-content: center;
	align-items: center;
}

.basDePage
{
	z-index: 5005;
	position: fixed;
	bottom: 10px;
	right: 10px;
}


/* Gestion des listes déroulantes
   Chaque liste doit se nommer de l'ID suivi de Plier ou Deplier
   ex:    ArticlesPlier */

.posArticles {
	max-width: 400px;
	position: relative;
	padding: 0;
	margin: 0;
	top: 4px; 
	margin-left: 5%;
}
.ArticlesPlier {
	transition: all 0.3s linear;
	overflow: hidden;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.ArticlesDeplier {
	transition: all 0.3s linear;
	overflow: visible;
	height: 400px;
	padding: 0px;
	/* box-shadow: 5px 5px 20px grey; */
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.lienArticle {
	padding: 10px;
	margin-bottom: 5px;
	background-color: #d1fff3;
	font-size: 18px;
	color: #747474;
}

#defilementAuto.ordinateur
	{
	z-index: 10;
	left: 0;
	overflow-x: auto;
	overflow-y: visible;
	scrollbar-width: none;
	-ms-overflow-style: none;
	height: 430px; 
	white-space: nowrap;
	padding: 40px 20px;
}
#defilementAuto.mobile
	{
	z-index: 10;
	left: 0;
	overflow-x: auto;
	overflow-y: auto;
	width: 100%;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}
.pageBloquee {
    overflow: hidden; 
    height: 100vh; /* Empêche le défilement vertical */
}

.positionBlocs
	{
 	margin-top:15px; 
	margin-left:55px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.index 
	{
	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;
	height: 50px;
	max-height: 60px;
	width: 250px;
	text-align: left;
	margin-left:70px;
	padding-left: 0;
	border-radius: 20px;

	}	
.imgIndex 
	{
	position: relative;
	left: -80px;
	top: 15px;
	margin: 0;
	padding: 0;
	overflow: visible; 
	width: 90px;
	max-height: 120px;

	}
	
.enteteArticle
	{
	display: inline-block;
	width: 235px;
	white-space: wrap;
	padding-top:  5px;
	padding-left:  20px;
	padding-right:  20px;
	padding-bottom: 20px;
	background-color: white;
	transition: all .3s ease-in-out;
	vertical-align: middle;
}
  
.enteteArticle:hover {
	border: 1px solid grey;
	box-shadow: 0px 0px 15px black;
	border-radius: 10px;
	transform: scale(1.1);
	transition: all .3s ease-in-out;
}
    
.blocArticle
	{
    display: table-cell;
	text-align:center;
 	width: 190px;
	height: 260px;
	border: 1px solid black;
	border-radius: 8px;
	box-shadow: 4px 5px 8px black;
}

.textArticle {
	text-align: center;
	align-items: 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: grey;
	padding: 3px;
 }

.limite
	{
	display: inline-block; 
	background: #080047;
	width: 5px;
	height: 200px;
	margin: 0 10px;
	vertical-align: middle;
	}