/* 
--- --- --- --- --- 
--- --- --- ---
	Base
--- --- 
*/
	
html
{
	
}

body
{
	margin: 0px;
	font-family: arial;
    width: 100%;
    height: 100%;
}

header
{
	top: 0px;
	width: 100%;
	position: fixed;
	text-align: center;
	padding: 10px 10px;
	z-index: 10;
	background-color: var(--blue-90);
	height: 70px;
}

footer
{
	background: var(--gray-90);
	width: 100%;
	min-height: 100px;
}

a 
{
	text-decoration: none;
	cursor: pointer;
}

.separation_vertical
{
	background-color: white;
    width: 1px;
    height: 40px;
    display: inline-block;
}

.separation_horizontal
{
	background-color: white;
    width: 100%;
    height: 1px;
    display: inline-block;
	margin: 20px 0px;
}

.separation-1
{
	display: block;
    height: 100px;
}
.separation-2
{
	display: block;
    height: 200px;
}
.separation-3
{
	display: block;
    height: 300px;
}
.separation-4
{
	display: block;
    height: 400px;
}

#block_page 
{
	margin-top: 70px;
	padding: 30px 10px; 
	width: 100%;
	min-height: 800px;
}

.blocs_pages
{
	width: 100%;
	max-width: 1300px;/* 800 */
	margin: auto;
	padding: 15px;
	border-top-style: solid;
}


.testBloc-red
{
	background-color: var(--red-30);
}

/* Members (admin) */
.bloc-members
{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
@media (min-width:992px)
{
	.bloc-members
	{
		flex-direction: row-reverse;
	}
}



.bloc-members_list
{
	width: 100%;
	padding: 10px;
}
@media (min-width:992px)
{
	.bloc-members_list
	{
		max-width: 350px;
	}
}

.bloc-members_infos
{
	width: 100%;
	padding: 10px; 
}
@media (min-width:992px)
{
	.bloc-members_infos
	{
		width: calc(100% - 350px);
	}
}


	
/* 
--- --- 
	BASE
--- --- --- ---
--- --- --- --- --- 
--- --- --- ---
	BOUTTONS
--- --- 
*/		


.profilPublic-preview 
{
    border: solid 1px;
    padding: 60px 15px;
}

.parameter-bloc 
{
    border-style: solid dashed;
    border-width: 3px 1px;
    border-radius: 5px;
    margin: 30px 10px;
    padding: 10px;
}

.parameter-bloc_white_light
{
	border-color: var(--gray-90) var(--gray-30);
}
	.parameter-bloc_white_night
	{
		border-color: var(--gray-10) var(--gray-70);
	}

.bloc_select_parameters
{
	vertical-align: top;
	
}
@media (min-width:992px)
{
	.bloc_select_parameters
	{
		
	}
}



@media (min-width:992px)
{
	.btn_date_calendar
	{
		padding: 10px;
		font-size: 1em;
	}
}

/* Affiche */
.border_affiche 
{
	text-align: center;
    background-color: rgb(0 0 0 / 70%);
    margin: 10px;
    padding: 5px;
    border-radius: 25px 25px 0px 2px;

}

.affiche
{
	display: inline-block;
	position: relative;
}
	.affiche .bloc_info
	{
		background-color: rgb(0 0 0 / 70%);
		position: absolute;
		width: 100%;
		max-width: 400px;
		max-height: 200px;
		color: white;
		padding: 20px;
	}
	
	.affiche .name_collection
	{
		font-weight: bold;
		font-size: 20px;
		position: absolute;
		padding: 5px 15px;
		left: 30px;
		top: -7px;
		border-radius: 15px;
		border-style: solid;
		border-width: 2px;
	}

	.affiche_collection
	{
		width: 100%;
		max-width: 400px;
		max-height: 200px;
		border-radius: 15px;
		border-style: solid;
		border-width: 2px;
	}

	.affiche_item
	{
		width: 100%;
		max-width: 150px;
		max-height: 300px;
	}
	
	.affiche_xl img
	{
		width: 400px;
		height: 600px;
	}


.affiche_arena
{
	width: 100%;
    text-align: center;
}

@media (min-width:992px)
{
	.affiche_arena
	{
		width: unset;
	}
}
	.affiche_arena img
	{
		width: 100%;
		max-width: 400px;
	}
	
	@media (min-width:992px)
	{
		.affiche_arena img
		{
			width: 333px;
			height: 500px;
		}
	}

.affiche_item_collection
{
	
}

	.affiche_item_collection .affiche_img
	{
		width: 40%;
		display: block;
		margin: auto;
	}
	
	@media (min-width:992px)
	{
		.affiche_item_collection .affiche_img
		{
			display: inline-block;
		}
	}

.bloc_note 
{
    display: inline-block;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
	margin: 10px;
}

.bloc_notesItem
{
	width: 200px;
    display: inline-block;
}

	.back_barNote
	{
		display: inline-block;
		height: 15px;
		margin: 7px 0px;
		width: calc(100% - 40px);
		float: right;
	}

		.front_barNote
		{
			height: 15px;
		}
		
		.front_barNote_0
		{
			width: 0%;
		}
		.front_barNote_5
		{
			width: 5%;
		}
		.front_barNote_10
		{
			width: 10%;
		}
		.front_barNote_15
		{
			width: 15%;
		}
		.front_barNote_20
		{
			width: 20%;
		}
		.front_barNote_25
		{
			width: 25%;
		}
		.front_barNote_30
		{
			width: 30%;
		}
		.front_barNote_35
		{
			width: 35%;
		}
		.front_barNote_40
		{
			width: 40%;
		}
		.front_barNote_45
		{
			width: 45%;
		}
		.front_barNote_50
		{
			width: 50%;
		}
		.front_barNote_55
		{
			width: 55%;
		}
		.front_barNote_60
		{
			width: 60%;
		}
		.front_barNote_65
		{
			width: 65%;
		}
		.front_barNote_70
		{
			width: 70%;
		}
		.front_barNote_75
		{
			width: 75%;
		}
		.front_barNote_80
		{
			width: 80%;
		}
		.front_barNote_85
		{
			width: 85%;
		}
		.front_barNote_90
		{
			width: 90%;
		}
		.front_barNote_95
		{
			width: 95%;
		}
		.front_barNote_100
		{
			width: 100%;
		}




/* Applications */

.application-bloc
{
	display: inline-block;
    height: 200px;
    width: 100%;
	margin: 10px;
}

	.application-img
	{
		display: inline-block;
		cursor: pointer;
		height: 200px;
	}
	
	.application-modules
	{
		display: inline-block;
		width: calc(100% - 200px);
		height: 200px;
	}


.application-bloc_accueil
{
	display: inline-block;
    width: 100%;
}
	@media (min-width:992px)
	{
		.application-bloc_accueil
		{
			max-width: 50%;
		}
	}

.application-bloc_accueil div:first-of-type::before 
{
    content: "IA";
    position: absolute;
    margin-left: 40px;
    z-index: 1;
    font-size: 20px;
    color: grey;
}
	@media (min-width:992px)
	{
		.application-bloc_accueil div:first-of-type::before 
		{
			margin-left: 90px;
		}
	}




	


/* Calendars */
.calendar-bloc
{
	margin: auto;
	max-width: 500px;
    width: 100%;
	position: relative;
	font-size: 0;
}
.calendar-bloc img
{
	width: 100%;
}
	.calendar-blocCase
	{
		position: absolute;
		top: 0px;
		width: 100%;
		height: 100%;
		display: grid;
		gap: 0;
	}
		.calendar-case
		{
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			grid-template-rows: repeat(2, 1fr);
		}
			.calendar-caseEditor
			{
				background-color: #faebd72b;
				border: black 1px solid;
				cursor: pointer;
			}
		
	.calendar-blocDoor
	{
		width: 100%;
		height: 100%;
		position: relative;
		text-align: center;
	}
		.calendar-door
		{
			position: absolute;
			font-size: 250px;
			width: 100%;
			height: 100%;
			left: 0px;
			top: 0px;
		}
		.calendar-blocDoorUse .calendar-door
		{
			cursor: pointer;
		}


.fullscreen-bloc 
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.fullscreen-color_white_light
{
	background-color: var(--gray-0_90);
}
.fullscreen-color_white_night
{
	background-color: var(--gray-100_90);
}

.fullscreen-text 
{
    margin: 5%;
    width: 90%;
    height: 90%;
    overflow: auto;
}


.bloc_pictures 
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


	
.alerte_nb 
{
    position: absolute;
    right: 5px;
    bottom: -2px;
    padding: 1px 5px;
    border-radius: 25px;
    font-size: 1em;
    color: yellow;
}	

.btn_select_submit 
{
	padding: 10px;
    display: inline-block;
    cursor: pointer;
    margin: 5px;
    border-style: solid;
    border-width: 1px;
    min-width: 40px;
    text-align: center;
}

	


/* Provisoire */
.bloc_activities a
{
	padding: 10px;
    color: #809bff;
    cursor: pointer;
    margin: 10px;
    font-weight: bold;
    display: block;
}







.btn_activities 
{
    width: 200px;
    height: 200px;
    display: inline-block;
	cursor: pointer;
	margin: 10px 20px;
}	
	/*.btn_activities::before 
	{
		content: "";
		display: block;
		position: absolute;
		width: 200px;
		height: 200px;
		background-color: pink;
		z-index: -1;
	}*/
	.btn_activities img
	{
		width: 100%;
	}

/* 
--- --- 
	BOUTTONS
--- --- --- ---
--- --- --- --- --- 
--- --- --- ---
	PUBS
--- --- 
*/

#bloc_pub 
{
    width: 100%;
    height: 200px;
}	
	.img_pub
	{
		width: 100%;
	} 

/* 
--- --- 
	PUBS
--- --- --- ---
--- --- --- --- --- 
--- --- --- ---
	Infos identité
--- --- 
*/	 




/* 
--- --- 
	Infos identité
--- --- --- ---
--- --- --- --- --- 
--- --- --- ---
	WINDOWS
--- --- 
*/
.windows_contacts
{
	max-width: calc(100% - 90px);
}

	@media (min-width:992px)
	{
		.windows_contacts
		{
			max-width: calc(100% - 250px);
		}
	}


/* 
--- --- 
	WINDOWS
--- --- --- ---
--- --- --- --- --- 
--- --- --- ---
	COLLECTION
--- --- 
*/

.bloc_infos_item_collection
{
	display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
	width: 100%;
	
}

	@media (min-width:992px)
	{
		.bloc_infos_item_collection
		{
			width: 60%;		
		}
	}





/* 
--- --- 
	COLLECTION
--- --- --- ---
--- --- --- --- --- 
--- --- --- ---
	
--- --- 
*/

.list_users
{
	width: 90px;
	overflow-y: auto;
	border-style: groove none;
	box-shadow: inset -5px 0px 20px -15px #4c4c4c;
}

	@media (min-width:992px)
	{
		.list_users
		{
			width: 250px;
		}
	}


/* Sujet Forum */
.bloc_sujet
{
	display: block;
	padding: 5px 10px;
    margin: 10px;
	border: solid 1px;
}

#bloc_post
{
	min-height: 300px;
	padding: 10px;
}

.bloc_comment
{
	min-height: 50px;
	padding: 10px 30px;
}


/* --- --- --- --- --- --- --- ---*/
	     /* ==== DISCUSSION ==== */
/* Liste Users */


.list_users .profil_picture, .bloc_discussion .profil_picture, #bloc_members .profil_picture, .blocs_comment .profil_picture, .bloc_post .profil_picture
{
	width: 50px;
	height: 50px;
}

.profil_identity .profil_picture
{
	width: 196px;
	height: 190px;
	
}


.bloc_icons_users
{
	
}

.bloc_icons_users span
{
	vertical-align: middle;
	margin: -4px 0px;
}

.icon_sexe
{
	font-size: 14px;
}

.icon_state
{
	font-size: 12px;
}

.icon_age
{
	font-weight: bold;
	font-size: 12px;
}

.pseudo_user
{
	font-weight: bold;
	width: 100%;
	display: inline-block;
	font-size: 20px;
}

.roles
{
	font-weight: bold;
    font-style: italic;
    font-size: 12px;
}

/* Discussion */

#bloc_discussion 
{
    text-align: left;
    overflow-y: auto;
	width: 100%;
	padding: 20px;
	border-style: groove none;
	box-shadow: inset 5px 0px 20px -15px #4c4c4c;
}


.discussion_recepteur
{
	float: left;
	margin: 30px 10px;
	width: 90%;
}

.discussion_emetteur
{
	float: right;
	margin: 30px 10px;
	width: 80%;
}



.champs_discussion textarea 
{
    padding: 10px;
    background-color: transparent;
    min-height: 100px;
    height: 100px;
    min-width: 100%;
    max-width: 100%;
    font-size: 20px;
}

.format_discussion
{
	-webkit-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* ^ ^ ^ -- DISCUSSION -- ^ ^ ^ */









.bloc_text_format
{
	width: 100%;
	height: 400px;
	background-color: grey;
}








/* Change */
.bloc_change span
{
    display: inline-block;
}

	.val_change 
	{
		min-width: 130px;
		font-size: 23px;
	}
	
	.btn_change 
	{
		cursor: pointer;
		font-size: 60px;
	}
	


/* Settings */
.btn_settings 
{
    margin: 0px 10px;
    cursor: pointer;
}




/* Détails */
.details
{
	font-size: 0.8em;
}


.calendrier
{
	max-width: 200px;
    cursor: pointer;
}


/* Sujet Forum */


.bloc_sujet
{
	display: block;
	padding: 5px 10px;
    margin: 10px;
	border: solid 1px;
}

.title_sujet
{
	font-weight: bold;
	
}

.actions_sujet 
{
    text-align: center;
}

.actions_sujet span
{
    vertical-align: middle;
}



/* Nav Fortecorne */

header a, header .nav_icons
{
	font-size: 1.5em;
	color: white;
	opacity: 0.7;
	transition: opacity 250ms;
}

header a:hover, header .nav_icons:hover
{
	color: white;
	opacity: 1;
	
}
	
#nav_profil
{
	display: inline-block;
	float: right;
	padding: 5px;
}

#nav_profil span
{
	vertical-align: middle;
}

.bloc_nav
{
	background-color: #000d16;
    display: flex;
    padding: 20px 30px;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    right: 0px;
    top: 71px;
    overflow-y: auto;
    max-height: calc(100% - 80px);
    border-radius: 0px 0px 10px 10px;
}

	
#logo_fortecorne 
{
	display: inline-block;
	text-align: center;
	max-width: 100%;
}
	
	.logo_fortecorne_scrollTop
	{
		float: none;
		width: 100%;
	}
	
	.logo_fortecorne_scrollBot
	{
		margin-top: 5px;
		margin-left: 10px;
		float: left;
	}
	
	#logo_fortecorne img
	{
		max-width: 200px;
		width: 100%;
	}


@media (min-width:992px)
{
		
	
	.logo_fortecorne_scrollTop
	{
		float: none;
	}
	
		.logo_fortecorne_scrollTop img
		{
			max-width: 400px !important;
		}
	
	.logo_fortecorne_scrollBot
	{
		float: none;
		position: absolute;
		left: calc(50% - 100px);
		margin-left: 0px;
	}
	
		.logo_fortecorne_scrollBot img
		{
			max-width: 200px;
		}
}




/*  Pictures  */

/* Admin */
#bloc_password_admin
{
	height: 100px;
	text-align: center;
}

































.border_test
{
	border-style: solid;
}






/* ARK */

.dino_saved 
{
    border-style: solid;
    border-width: 2px;
    padding: 10px;
}