﻿.conteneurLegendeV, .conteneurLegendeC
	{
    align-items: end; 	
    justify-content: center;
	flex-wrap: wrap;
	}

.legendeV , .legendeH , .legendeC, .legendeMiniature
	{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: #D6D3D1;
	height: min-content;
	text-align: left;
	box-shadow: 1px 1px 5px grey;
	border-radius: 10px;
	margin: 10px;
	padding: 3px 20px;
	}
.legendeMiniature 
	{
	color: #79716B;
	margin-top: 0;
	width: fit-content;
	align-self: center;
	display: inline-flex;
	}
	
.legendeV.ordinateur, .legendeC.ordinateur
	{
	vertical-align: middle;
	width: fit-content;
	}
	
.imgLegendeV.ordinateur, .imgLegendeC.ordinateur
 	{
	margin: 0;
	}
.legendeV.mobile, .legendeC.mobile
	{    
	justify-content: flex-end;
	margin-top: 20px;
	}
	
.imgLegendeV.mobile, .imgLegendeC.mobile
 	{
	}
	
.imgLegendeH
	{
	object-fit: contain;
	position: relative;
	}

.conteneurLegendeH
	{
    justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
	}
	
.legendeH 
	{
	margin: 10px;
	text-align: center;
	align-self: center;
	width: fit-content;
	max-width: 80%;
	}
	
/* Attributs pour la page legendes.php
-------------------------------------- */

.conteneurBlocs {
	width: 99%;
	min-width: 99%;
	overflow-x:auto;
	overflow-y:hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
	min-height: 700px;
	display: flex;
    align-items: center;
	white-space: nowrap;
	padding: 10px;
	margin: 0;
	margin-right: 10px;
	
}
  
.blocPhoto {
	border: 1px solid #D6D3D1;
	display: inline-block;
	border-radius: 10px; 
	touch-action: auto;
	text-align: center;
	margin: 10px;
	margin-bottom: 30px;
	padding: 0;
	transition: transform 0.3s ease-out;
 }
.blocPhoto:focus-within {
	display: inline-block;
	border-radius: 10px; 
	touch-action: auto;
	margin: 0 10px;
	padding: 0;
	transition: transform 0.3s ease-out;
	border: 3px solid #79716B;
	box-shadow: 8px 8px 5px grey;
	transform: scale(1.05);
 }

.photoV, .photoH {
	touch-action: none;
	pointer-events: none;
	border: 2px solid #eee;
	padding: 0;
	margin: 10px;
 }
.photoV.ordinateur {
	height: 400px;
} 
.photoH.ordinateur {
	width: 400px;
}
.photoC.ordinateur {
	width: 400px;
}
.photoV.mobile {
	height: 280px;
} 
.photoH.mobile {
	width: 280px;
}
.photoC.mobile {
	width: 280px;
}

.nbPhotos {
	display: inline-block;
	font-size: 16px;
	text-align: left;
	margin-left: 10px;
 }
 
textarea {
	padding: 3px;
	margin: 5px;
 	border-radius: 10px; 
	min-width: 95%;
}

.conteneur-enregistrer 
	{
   display: flex;
 	}	
.zone-bouton {
    display: flex;
    justify-content: flex-end; /* Aligne le contenu à droite */
    padding: 5px 10%;
}
.zone-emoticones {
    display: flex;
    justify-content: left;
	}
 
.emoj  
	{
    display: contents;
	font-size: 22px;
	}

