@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@300&display=swap');

@font-face {
    font-family: "AlegreyaSans-Black";
    src: url('..//PolicesTelechargees/AlegreyaSans-Black') format('truetype');
}

.menu {

	border-radius: 0 0 20px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	left: 5%;
	position: fixed;
	top: 0;
	left: 5%;
	width: 90%;
	background-color: #fff;
	padding: 10px 0;
	z-index: 1000;
	border-radius: 0 0 20px 20px;
	font-family: 'Alegreya Sans', sans-serif;
}

.global
{
    height: fit-content;
}

.resum-auteur {
	color: white;
	padding: 30px;
	text-align: justify;
}

.logo {
	height: 50px;
	margin-left: 20px;
}

.logo img {
	height: 40px;
}

.menu ul {
	list-style-type: none;
	margin-right: 30px;
	padding: 0;
	display: flex;
}

.menu ul li {
	margin-right: 20px;
}

.menu ul li:last-child {
	margin-right: 0;
}

.menu ul li a {
	color: #000;
	text-decoration: none;
	font-size: 1.5em;
	font-family: 'Alegreya Sans', sans-serif;

}

.menu ul li a:hover {
	background-color: #777;
}

.content {
	margin-top: 50px;
	/* Ajustez en fonction de la hauteur de votre menu */
	/* Assurez-vous qu'il y a un espace suffisant pour que le contenu ne soit pas caché par le menu fixe */
}

.exit-button:hover {
	transform: scale(1.2);
}

.exit-button.agrandie {
	transform: scale(2);
}

.titre {
	border: 0;
	border-radius: 5px;
	min-height: 50px;
	width: 100%;
}

.resume {
	border: 0;
	border-radius: 5px;
	height: auto;
	width: 100%;
	min-height: 120px;
}

.add-media {
	height: 50px;
	position: absolute;
	left: 45%;

}

.div-add-media {
	width: 100%;
}


.material-symbols-outlined {
	font-variation-settings:
		'FILL' 0,
		'wght' 400,
		'GRAD' 0,
		'opsz' 24
}

.delete-media {
	border: 0;
	height: 50px;
	width: 120px;
	background-color: white;
	border-radius: 10px;
	position: absolute;
	top: 90%;
	left: 32%;
}


body {
	font-family: Alegreya Sans;
}

p {
	color: #ffffff;
	font-size: xx-large;
	margin-left: 2em;
	padding-bottom: 10px;
	font-family: Alegreya Sans;
}

a {
	font-style: normal;
	text-decoration-line: none;
}

a.lien-classique {
	color: #0f334b;
}


.header {
	display: flex;
	justify-content: space-between;
	height: 15%;
	margin-left: 4.5em;
	margin-top: 1.5em;
	overflow: hidden;
	z-index: 1;
}

.recap-contributeurs {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	overflow-y: auto;
	width: 40%;
	margin-top: 2em;
	margin-bottom: 2em;
	color: #ffffff;
	gap: 2px;
}

.recap-productions:hover {
	transform: scale(1.01);
}

.recap-productions.agrandie {
	transform: scale(1.01);
}

.titre-fenetre {
	color: #ffffff;
	font-size: 4em;
}

.presentation-fenetre {
	width: 115%;
	color: #ffffff;
	height: 70%;
	font-size: 15px;
	/* Added 'px' unit */
	overflow: auto;
	z-index: 1;
}

.presentation {
	width: 60%;
	z-index: 1;
}

.recap-productions {
	width: 90%;
	margin: auto;
	height: 80%;
	margin-bottom: 1.5em;
	background-color: #ffffff;
	opacity: 1.5;
	/* Changed '150%' to '1.5' */
	border-radius: 12px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	padding: 1.2%;
}

.globalview-production {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

.view-production {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	width: 100%;
}

.exit-button {
	height: 30px;
	width: 30px;
	margin-top: 1.5em;
	margin-right: 80px;
	background: url('../ElementsGraphiques/FenetresThematiques/Croix.png');
	background-size: cover;
}

.titre-production {
	display: flex;
	align-items: center;
	font-size: 1.5em;
	background: url('../ElementsGraphiques/FenetresThematiques/bourgeon.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10%;
	background-size: contain;
	height: 40px;
}

.access-production {
	width: 1em;
	height: auto;
	background-size: cover;
	width: 40px;
	height: 40px;
	transform: scale(1);
	border-radius: 50% 50%;
	background-position: center;
	margin: auto;
	border: none;
}

.access-contributeur {
	background-image: url('../ElementsGraphiques/FenetresThematiques/profil icone.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	transform: scale(1);
	width: 20px;
	height: 20px;
	border-radius: 50% 50%;
	border: none;
}

.nom-contributeur {
	width: 80%;
	margin: auto;
	gap: 2px;
	font-family: Alegreya Sans;
    color: black;
}


.view-contributeur {
	display: flex;
	justify-content: space-around;
}

#Navigation {
	position: absolute;
	height: auto;
	width: 90%;
	left: 10%;
	top: 0.6%;
	font-size: 2vw;
	display: flex;
	justify-content: space-around;
	text-decoration-line: none;
	text-decoration: none;
	font-family: 'Alegreya Sans';
	/* Added single quotes */
}

.wallpaper {
	position: relative;
}

.wallpaper img#fond-add {
	max-width: 100%;
	padding: 0;
	z-index: 0;
}

.upload {
	border: 0;
	height: 50px;
	width: 120px;
	background-color: white;
	border-radius: 10px;
}

.side-list {



	top: 93px;
	height: 880px;
	position: absolute;
	left: 4.7%;
	width: 19%;
	overflow: hidden;
	background-color: rgb(41, 78, 102);
	opacity: 0.9;
	border-radius: 12px;
	z-index: 1;
	font-family: 'Alegreya Sans';

}

.foot {
	position: relative;
	
	height: 80px;
	bottom: 0;
	width: 90%;
	background-color: #fff;
	padding: 10px 0 0 0;
	border-radius: 20px 20px 0 0;
	margin-left: 4.6%;
}

.foot-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	left: 5%;
	position: absolute;
	left: 5%;
	width: 90%;
	padding: 10px 0;
	z-index: 1000;
}

.foot-menu ul {
	list-style-type: none;
	margin-right: 30px;
	padding: 0;
	display: flex;
}

.foot-menu ul li {
	margin-right: 20px;
}

.foot-menu ul li:last-child {
	margin-right: 0;
}

.foot-menu ul li a {
	color: #000;
	text-decoration: none;
	font-size: 1.5em;
}

.foot-menu ul li a:hover {
	background-color: #777;
}


footer {

	bottom: 0;
	width: 90%;
	background-color: #fff;
	padding: 10px 0;
	border-radius: 20px 20px 0 0;
	margin-left: 5%;
}

footer ul {

	list-style-type: none;
	/* Supprime les puces de la liste */
	margin: 0;
	/* Supprime les marges par défaut */
	padding: 0;
	/* Supprime les espacements intérieurs par défaut */
}

footer ul li {
	display: inline;
	/* Affiche les éléments de la liste en ligne */
	margin-right: 20px;
	/* Ajoute un espacement entre les éléments de la liste */
}

footer ul li a {
	padding: 20px;

	color: #000;
	/* Couleur du texte blanc */
	text-decoration: none;
	/* Supprime le soulignement des liens */
}

footer ul li a:hover {
	text-decoration: underline;
	/* Ajoute un soulignement lorsque survolé */
}

.footer div {
	display: flex;
	/* Utilise flexbox pour aligner les éléments horizontalement */
	justify-content: space-between;
	/* Répartit l'espace disponible entre les éléments */
	align-items: center;
	/* Centre verticalement les éléments */
}

.img-upload img {

	width: 100%;
	height: 100px;
	padding: 10px;

}


.img-upload {
	width: 100%;
	height: fit-content;
}

.img-upload p {

	width: 70%;
	height: 50px;
	padding-left: 2px;
	font-size: 1.2em;
}


.container {
	max-width: 300px;
	/* Largeur maximale du conteneur */
	text-align: center;
	/* Alignement central */
}

.image {
	max-width: 100%;
	/* Largeur maximale de l'image */
	height: auto;
	/* Hauteur automatique pour conserver les proportions */
	display: block;
	/* Afficher l'image en tant que bloc */
	margin: 0 auto;
	/* Centrer l'image horizontalement */
}

.text {

	width: 100px;
	color: #fff;
}

.button {
	display: block;
	/* Afficher le bouton en tant que bloc */
	margin: 5px auto;
	/* Espacement autour du bouton et centrage horizontal */
}


.img-upload button {

	width: 25%;
	height: 50px;
	margin-left: 2px;
	margin-right: 2px;
}

.prod {
	margin-bottom: 50px;
	height: 620px;
	overflow-y: scroll;
}

.encart {
	top: 100px;
	position: absolute;
	left: 25%;
	width: 70%;
	max-height: 880px;
	margin: 1.5em auto;
	overflow: hidden;
	background-color: rgb(41, 78, 102);
	opacity: 0.9;
	/* Changed '80%' to '0.8' */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 12px;
	z-index: 1;
	font-family: 'Alegreya Sans';
	/* Added single quotes */
}

.titre-production {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}


.lebel {

	color: white;
	margin-bottom: 5px;

}

.auteur-date {
	display: flex;
	justify-content: space-between;
	font-size: 0.8em;
	color: #5a6363;
	margin-top: 0.5em;
}

.auteur {
	align-self: flex-start;
}

.date {
	align-self: flex-end;
}

.container {
	font-family: Alegreya Sans;
}

.resume-production {
	max-height: 100px;
	overflow-y: auto;
}