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); */
}
	
/*******************************************************/
/*******************************************************/
/*******************************************************/

/* .PagePartenaires */
/* { */
	/* 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%;
	
	padding-top: 15px;
	padding-bottom: 15px;
	
	/* background-color: yellow; */
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.Partenaires
{
	height: calc(95% - 30px);
	width: 50%;
	
	/* background-color: blue; */
	
	position: relative;
	
	
	border: 3px solid var(--Rose);
	border-radius: 22px;
}

	.Partenaires ul
		{
			padding: 0;
			margin: 0;
		}
		.Partenaires li
		{
			list-style: none;
		}
		
		.Slide 
		{
			position: absolute;
			
			height: 100%;
			width: 100%;
			
			/* background-color: green; */
		}

		.Slide img
		{
			display: block;
			
			height: 100%;
			width: 100%;
			
			border-radius: 20px;
			
			object-fit: cover;
		}

/******************************************************************************************/
/*********************/
/*
/* Message déroulant */
/*
/*********************/
.MessageAccueil 
{
	width: 100%;
	height: 40px;
	
	display: flex;
	align-items: center;
	
	background: rgba(0,0,0,0.8);
  
	margin-bottom: 20px;
	margin-top: 10px;
		  
	overflow: hidden;

	position: relative;

	border: 2px solid var(--GroupeC_Vert);
	border-radius: 5px;
	box-sizing: border-box;
}
 
.MessageTxt
{
	position: absolute;
	
	height: 100%;
	min-width: 100%;
}
	.MessageTxt span
	{
		height: 100%;
		
		position: relative;
		
		display: flex;
		flex-direction: column;
		justify-content: center;
		
		color: var(--GroupeC_Vert);
		font-family: Clock, Verdana, sans-serif;
		font-weight: bold;
		font-size: 1em;
		letter-spacing: 1px;
		white-space: nowrap;
		
		/* background-color: pink; */
		
		animation-name: defilement;
		animation-duration: 10s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
	.MessageTxt:after 
	{
		content: attr(data-text);
		
		height: 100%;
		
		position: absolute;
		top: 0; 
		left: 0;
		
		display: flex;
		flex-direction: column;
		justify-content: center;
		
		color: var(--GroupeC_Vert);
		font-family: Clock, Verdana, sans-serif;
		font-weight: bold;
		font-size: 1em;
		letter-spacing: 1px;
		white-space: nowrap;
		
		animation-name: defilement2;
		animation-duration: 10s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		
		/* background: red; */
	}
 
@keyframes defilement
{
  0% { margin-left: 0; }
  100% { margin-left: -100%; }
}
 
@keyframes defilement2
{
  0% { margin-left: 100%; }
  100% { margin-left: 0%; }
}

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

/*****************/
/* 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
	{
		height: auto;
		width: 85%;
		flex-direction: column;
		margin-top: 2px;
		/* background-color: black; */
	}
	
	.Coeur, .Partenaires
	{
		height: 100%;
		width: 85%;
		flex-direction: column;
		margin-top: 2px;
		/* background-color: black; */
	}
	
}