html
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;

	background-color: white;
	background: linear-gradient(to right,var(--Rouge) 20%,var(--Mauve));
	/* background:linear-gradient(to right,var(--RosePale) 20%,var(--RoseCherry)); */

	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	
	position: relative;
}

::selection
{
	background: white;
	color: var(--Rose);
	
	/* color: white; */
	/* background: var(--Rose); */
}
	
/*******************************************************/
/*******************************************************/
/*******************************************************/

/* .PageAccueil */
/* { */
	/* height: 100%; */
	/* width: 100 %; */

	/* background-color: yellow; */

	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: space-around; */
	/* align-items: center; */
	
	/* position: relative; */
/* } */

/*******************************************************/
/*******************************************************/
/*******************************************************/

/**********************/
/*
/*Bouton de Connexion */
/*
/**********************/

.BnLog
{
	height: 4%;
	width: 100%;
	
	display: flex;
	flex-direction: row;
	justify-content: right;
	align-items: center;
	
	margin-left: -10px;
	
	/* background-color: purple; */
	
	/* position: absolute; */
}
	.Log
	{
		height: calc(100% - 2px);
		width: auto;
		
		background: transparent;
		
		border-radius: 50%;
		border: 1px solid var(--Rose);
		
		z-index: 2;
		cursor: pointer;
	}
		.Log img
		{
			display: block;
			
			height: 100%;
			width: 100%;
			
			border-radius: 50%;
			
			object-fit: contain;
		}
		.Log:hover
		{
			background: white;
			
			border-radius: 50%;
		}

/***********************/
/*
/*Bouton Déconnexion****/
/*
/***********************/
.BnDeco
{
	height: 4%;
	width: 100%;
	
	display: flex;
	flex-direction: row;
	justify-content: right;
	align-items: center;
	
	margin-left: -30px;
	
	/* background-color: blue; */
	
}

.Deco
{
	width: auto;
	/* padding-left: 10px; */
	padding-right: 10px;
	height: 30px;
	display: inline-block;
		
	background-color: var(--Rose);
	
	border: none;
	
	color: white;
	/* font-size: 1.3em; */
	font-family: Verdana, sans-serif;
	letter-spacing: 0.1em;
	
	cursor: pointer;
	
	position: relative;
}

.Deco:hover 
{
  color: white;
  background-color: RoyalBlue;
  
  position: relative;
  top: 5px;
}

/*Biseau droit*/
.Deco:after 
{
	content:"";
					
	position: absolute;
	top: 0px;
	/* right: -10px; */
	transform: skew(-15deg);
					
	height: 0;
	width: 0;
					
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: var(--Rose);
}
.Deco:hover:after 
{
	Border-color: RoyalBlue;
}

/*Biseau gauche*/
.Deco:before 
{
	content:"";
					
	position: absolute;
	top: 0px;
	left:-15px;
					
	height: 0;
	width: 0;
					
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: var(--Rose);
}
.Deco:hover:before 
{
	Border-color: RoyalBlue;
}

/*******************************/
/*
/* Conception de la Structure */ 
/* de la Page d'Accueil */
/*
/******************************/
.First
{
	height: 16%;
	width : 100%;
	
	display: flex;
	flex-direction: row;
	justify-content: right;
	align-items: center;
	
	background-color: white;
	/* background:linear-gradient(to right,var(--RosePale) 20%,var(--RoseCherry)); */
	/* background:linear-gradient(to right,white 20%,var(--RosePale)); */
	
	/* background-image: url("../IMAGES/Rose6.jpg"); */
	/* background-size: 100% auto; */
	/* background-repeat: no-repeat; */
	/* background-position: left; */
	
}

.Coeur
{
	height: 80%;
	width: 100%;
	
	/* background-color: pink; */
	
	padding-top: 15px;
	padding-bottom: 15px;
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

	.Colonne_G
	{
		height: 100%;
		width: 70%;
		
		/* padding-top: 10px; */
		/* padding-bottom: 10px; */
		/* padding-left: 10px; */
		/* padding-right: 5px; */
		/* box-sizing: border-box; */
		
		/* background-color: blue; */
		
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.Colonne_D
	{
		height: 100%;
		width: 30%;
		
/* 		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px;
		box-sizing: border-box; */
		
		/* background-color: green; */
		
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

/*******************************************************/
/*******************************************************/
/*******************************************************/

/*******************************/
/*
/* Conception de la Structure */ 
/* Colonne Gauche */
/*
/******************************/

.Bloc1
{
	width: 85%;
	height: 80%;
	
	padding: 10px;
	
	background-color: white;
	
	/* border: 3px solid white; */
	border: 3px solid var(--Rose);
	border-radius: 25px;
	box-sizing: border-box;
	
	overflow-x: auto;
}

.Titre
{
	font-weight: bold;
	padding: 0px;
	margin: 0px;
		
	font-size: 2em;
	
	 background: linear-gradient(to right,var(--Rouge) 20%,var(--Mauve));
		-webkit-background-clip: text;
		-moz-background-clip: text;
		background-clip: text;
     color: transparent;
}


.Bloc1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.Bloc1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.Bloc1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: grey;
}

/*******************************/
/*
/* Conception de la Structure */ 
/* Colonne Droit */
/*
/******************************/

.Bloc2
{
	width: 85%;
	height: 80%;
	
	background-color: white;
	
	/* border: 3px solid white; */
	border: 3px solid var(--Rose);
	border-radius: 25px;
	box-sizing: border-box;
	
	
	/* background-size: contain; */
	/* background-repeat: no-repeat; */
	/* background-position: center; */
}
	.Bloc2 img
	{
		display: block;
		
		height: 100%;
		width: 100%;
		
		border-radius: 20px;
		
		object-fit: cover;
	}

/*******************************/
/*
/* Tableau Points Fixes */ 
/*
/******************************/
table 
{
    border-collapse: collapse;
	margin: auto;
	
	width: 100%;
	table-layout: fixed;
	text-align: center;
}

caption
{
	font-weight: bold;
	padding: 0px;
	margin: 0px;
		
	font-size: 2em;
	
	 background: linear-gradient(to right,var(--Rouge) 20%,var(--Mauve));
		-webkit-background-clip: text;
		-moz-background-clip: text;
		background-clip: text;
     color: transparent;
}

thead
{
	position: sticky;
	top: 0;
	
	background-color: white;
}

.Vendredi, .Samedi, .Dimanche, .Vhead, .Shead, .Dhead
{
	font-weight: bold;
	color: white;
	background-color: RoyalBlue;
	
	height: 24px;
	padding:4px;
	
	vertical-align: middle;
	
	border: 2px solid white;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
.Vhead, .Shead, .Dhead
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
	.Samedi, .Shead
	{
		background-color: orange;
	}
	.Dimanche, .Dhead
	{
		background-color: var(--Rose);
	}

td
{
	border: 1px solid black;
	
	height: 24px;
	padding:4px;
	vertical-align: middle;
}

tbody tr:nth-child(odd) 
{
    background-color: AliceBlue;
}	

/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/

/*****************/
/* MEDIA QUERIES */
/*****************/

/* On veut que tous les blocs s'écrivent les uns en dessous des autres */
@media screen and (max-width: 1000px)
{
	body
	{
		/* height: auto; */
		justify-content: flex-start;
	}
	
	.BnDeco, .BnLog
	{
		justify-content: center;
		margin-top: 4px;
		margin-bottom: 2px;
		margin-left: 0px;
	}
	
	.First, .Coeur, .Colonne_G, .Colonne_D
	{
		height: auto;
		width: 85%;
		flex-direction: column;
		margin-top: 2px;
		/* background-color: black; */
	}
	
	.Bloc1, .Bloc2
	{
		height: auto;
		width: 100%;
		
		flex-direction: column;
		
		margin-top: 2px;
	}
}