
.carousel-cadrage {
	position: relative;
	top: -30px;
}
.carousel-img 
	{
	border: 1px solid #57534D;
	}

.notifications 
	{
  align-items: center;
  background-color: #149dcc ;
  color: white;
  border: 1px solid black;
  border-radius: 20px;
  display: inline-flex;	
  padding-left: 10px;
  padding-right: 10px;
}

.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;
  }

/* 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: 5px; 
	margin-left: 5%;
}
.ArticlesPlier {
	transition: all 0.3s linear;
	overflow: hidden;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.ArticlesDeplier {
	transition: all 0.3s linear;
	overflow-y: hidden;
	height: 200px;
	max-height: 400px;
	padding: 0px;
	box-shadow: 5px 5px 20px grey;
}

.lienArticle {
	padding: 10px;
	margin-bottom: 5px;
	background-color: #d1fff3;
	font-size: 18px;
	color: #747474;
}

.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;
}
