 @charset "ISO-8859-1";
body {
    border: 0px;
    padding: 0px;
    background-image: url("photos/fondbam.png");
    background-size: cover;
    background-repeat: no-repeat;
}



@media all and (min-device-width: 701px)
{
	.Ecran
	{
		display: grid;
		grid-template-columns: 200px 1fr;
		grid-template-rows: 120px 1fr;

		grid-template-areas:
		"logo titre"
		"menu cont";

	}
	.Logo {
		grid-area: logo;
		border: none;
		background-color: none;
		align-self: center;
		justify-content: center ;


	}
	.header {
		grid-area: titre;

		border: none;
		background-color: none;

	}

	.sidebar {
		grid-area: menu;
		border: none;
		background-color: none;
		Overflow-x: scroll;
		Overflow-x: hidden;

		
	}

	.content {
		grid-area: cont;
		border: none;
		background-color: none;
		background-image: url("photos/fond-bam.png");
		font-size: 2em;
		padding: 5px;
		height: 70vh;
		Overflow-x: scroll;
		Overflow-x: hidden;

	}



	.cadre {
		display: flex;
		justify-content: space-around;
		border: none;
		background-color: none;
	}
	.cadre-vertical {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		border: none;
		background-color: none;
		width: 200px;
		height: 70vh;
	}
	.cadre-vertical a {
		width: 60px;
		height: 30px;
		border: 2px solid blue;
		background-color : none;
	}

	.conteneur-liste-H {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-around;
		padding: 10px;
	}
	.conteneur-liste-H li {
		list-style: none;
		border: 1px solid #000;
		padding: 5px;
		background-color: none;
		width: 150px;
		font-size : 1.3vw;
	}
	.conteneur-liste-article {
		display: flex;
		flex-direction: row;
		padding: 10px;
	}
	.conteneur-liste-article li {
		list-style: none;
		border: 1px solid #000;
		padding: 5px;
		background-color: none;
	}

	.conteneur-texte{
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		border: none;
		padding: 10px;	
	}
	.conteneur-texte li {
		list-style: none;
		border: none;
		padding: 5px;
		background-color: none;
	}


	.titre
	{
		background: PeachPuff;
		font-weight: bold;
	}
	.titre-Secondaire
	{
		background: Cornsilk;
		
	}
	.titre-Important
	{
		background: PeachPuff;
		font-family: Verdana;
		font-size: 20px;
		color: Tomato;
		font-weight: bold;	
		
	}
	/* .Bouton2 {
		text-decoration: none;
		height: 50 px;
		padding: 10px;
		font-family: verdana;
		font-size: 0.8em;
		color: #e7c8c8;
		background-color: #0531f4;
		border-radius: 24px;
		-webkit-border-radius: 24px;
		-moz-border-radius: 24px;
		border: 4px solid #FFFFFF;
		box-shadow: 3px 3px 12px #444444;
		-webkit-box-shadow: 3px 3px 12px #444444;
		-moz-box-shadow: 3px 3px 12px #444444;
		}
		
		
	.Bouton2:hover 
	{
		padding: 10px;
		font-family: verdana;
		color: #f10606;
		background-color: #FFFFFF;
		box-shadow: 1px 1px 4px #f30505;
		-webkit-box-shadow: 1px 1px 4px #777777;
		-moz-box-shadow: 1px 1px 4px #777777;
	} */
	.Bouton {
		box-shadow: 3px 4px 0px 0px #899599;
		background: linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
		background-color: #ededed;
		border-radius: 13px;
		border: 1px solid #d6bcd6;
		display: inline-block;
		cursor: pointer;
		color: #3a8a9e;
		font-family: Verdana;
		font-size: 0.8em;
	 
		font-weight: bold;
		padding: 20px 25%;
		text-align: center;
	
		text-decoration: none;
		text-shadow: 0px 1px 0px #e1e2ed;
	}
	
	.Bouton:hover {
		background: linear-gradient(to bottom, #f378f3 5%, #b0e7ee 100%); 
		background-color: #bab1ba;
		color: darkslateblue;
		font-weight: bold;
		font-size: 0.8em;
	 ;
		
	}
	
	.ConteneurForms
{	list-style-type: none;
	padding:0;
	border:1px solid #aaa;
	border-radius: 5px;
	background-color: #eee;

}
.Ecran-3-zone
{	padding:0;
	border:5px solid #aaa;
	border-radius: 5px;
	background-color: #eee;

    display: grid;
 	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: 60px 1fr 60px;

	grid-template-areas:
	" titre3 titre3 titre3"
	" zone1 zone2 zone3"
	" envoyer3  envoyer3 envoyer3";

}

.Titre3
{	
	grid-area: titre3;
	font-family: Verdana;
    font-size: 16px;
	text-align: center;
	color: blue;
    font-weight: bold;	
	background: E6E1EA;
	vertical-align: middle;
	//border: 1px solid red;*/
	align-self: center;
	justify-content: center ;
}
.Zone1
{	grid-area: zone1;
	background: #E6E1EA;
	font-family: Verdana;
    font-size: 15px;
	color: blue;
	text-align: center;
	align-self: center;
	justify-content: center ;

	//border: 1px solid green;
}
.Zone2
{	grid-area: zone2;
	background: #E6E1EA;
	font-family: Verdana;
    font-size: 15px;
	color: blue;
	text-align: center;
	align-self: center;
	justify-content: center ;

	//border: 1px solid green;
}
.Zone3
{	grid-area: zone3;
	background: #E6E1EA;
	font-family: Verdana;
    font-size: 15px;
	color: blue;
	text-align: center;
	align-self: center;
	justify-content: center ;
 
	//border: 1px solid green;
}
.Envoyer3
{	grid-area: envoyer3;
	background: #E6E1EA;
	font-family: Verdana;
    font-size: 15px;
	color: blue;
	text-align: center;
	align-self: center;
	justify-content: center ;

	border: 1px solid green;
}
.champs *
{
		font-family :Verdana ;
		font-size : 1em;
		
}

.champs
{	display : flex;
	justify-content : flex-end;
	padding: 10px;
}
.champs > label 
{ flex: 1;
}
.champs > input
{ flex : 2;
}
.champs > *
{ padding : 5px;
}
#envoyer, #annuler
{ 	flex : 0 0 100px;
	background-color : 777;
	color : #fff;
	border : none;
	border-radius: 3px;
	margin-left: 10px;
}
	.CourseDetail
	{ 	
		
		display: grid;
		row-gap: 10px; 
		column-gap:10px;
		background: none;
		grid-template-columns: 1fr 1fr 1fr 1fr 1.5fr;
		grid-template-rows: 150px 300px 150px  1fr 1fr;
		
		grid-template-areas :
			'date nom nom  heure psn'
			'piste piste piste piste psn'
			'autre limites limites limites psn'
			'rem rem rem rem psn'
			'vide vide vide vide psn';

	}
	.Vide{
		grid-area: vide;
		display: flex;
		flex-direction: column;
		flex-wrap:wrap;
		align-items: center;
		justify-content: space-around;
	}
	.PSN {
		grid-area: psn;
		font-size: 18px;

		display: flex;
		flex-direction: column;
		flex-wrap:wrap;
		align-items: left;
		justify-content: space-around;
	}
	.PSN-G {
		grid-area: psn;
		display: flex;
		flex-direction: column;
		flex-wrap:wrap;
		align-items: left;
		justify-content: space-around;
	}
	.PSN li {
		list-style: none;
		border: none;
		padding: 5px;
	}
	.PSNliste li
	{
		background: Yellow;
		font-family: Verdana;
		font-size: 10px;
		
	}
	.PSN-G li {
		list-style: none;
		border: none;
		padding: 5px;
	}
	.PSNliste
	{
		background: Yellow;
		font-family: Verdana;
		font-size: 10px;
		
	}
	.titre-PSN
	{
		background: #efcdaa;
		font-family: Verdana;
		font-size: 10;
		font-weight: bold;	
		
	}
	.titre-PSN-G
	{
		background: #efcdaa;
		font-family: Verdana;
		font-size: 18;
		font-weight: bold;	
		
	}



	.ImageGrandi {
		-webkit-animation: ImageGrandi 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
				animation: ImageGrandi 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
	}

	@-webkit-keyframes ImageGrandi {
	0% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.1);
				transform: scale(0.1);
	}
	}
	@keyframes ImageGrandi {
	0% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.5);
				transform: scale(0.5);
	}
	}
	.ImageAnimation-1 {
		-webkit-animation: ImageAnimation-1 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
				animation: ImageAnimation-1 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
	}

	@-webkit-keyframes ImageAnimation-1 {
	0% {
		-webkit-transform: translateY(0) rotateX(0deg);
				transform: translateY(0) rotateX(0deg);
	}
	100% {
		-webkit-transform: translateY(-150px) rotateX(-90deg);
				transform: translateY(-150px) rotateX(-90deg);
	}
	}
	@keyframes ImageAnimation-1 {
	0% {
		-webkit-transform: translateY(0) rotateX(0deg);
				transform: translateY(0) rotateX(0deg);
	}
	100% {
		-webkit-transform: translateY(-150px) rotateX(-90deg);
				transform: translateY(-150px) rotateX(-90deg);
	}
	}
	.ImageAnimation-2 {
		-webkit-animation: ImageAnimation-2 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
				animation: ImageAnimation-2 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	}

	@-webkit-keyframes ImageAnimation-2 {
	0% {
		-webkit-transform: rotateX(80deg);
				transform: rotateX(80deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateX(0);
				transform: rotateX(0);
		opacity: 1;
	}
	}
	@keyframes ImageAnimation-2 {
	0% {
		-webkit-transform: rotateX(80deg);
				transform: rotateX(80deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateX(0);
				transform: rotateX(0);
		opacity: 1;
	}
	}

	.ImageAnimation-3 {
		-webkit-animation: ImageAnimation-3 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
				animation: ImageAnimation-3 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	}

	@-webkit-keyframes ImageAnimation-3 {
	0% {
		-webkit-transform: translateZ(-1400px) translateY(800px) translateX(1000px);
				transform: translateZ(-1400px) translateY(800px) translateX(1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0) translateX(0);
				transform: translateZ(0) translateY(0) translateX(0);
		opacity: 1;
	}
	}
	@keyframes ImageAnimation-3 {
	0% {
		-webkit-transform: translateZ(-1400px) translateY(800px) translateX(1000px);
				transform: translateZ(-1400px) translateY(800px) translateX(1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0) translateX(0);
				transform: translateZ(0) translateY(0) translateX(0);
		opacity: 1;
	}
	}
	.swing-top-fwd {
		-webkit-animation: swing-top-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
				animation: swing-top-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
	}


	@-webkit-keyframes swing-top-fwd {
	0% {
		-webkit-transform: rotateX(0);
				transform: rotateX(0);
		-webkit-transform-origin: top;
				transform-origin: top;
	}
	100% {
		-webkit-transform: rotateX(180deg);
				transform: rotateX(180deg);
		-webkit-transform-origin: top;
				transform-origin: top;
	}
	}
	@keyframes swing-top-fwd {
	0% {
		-webkit-transform: rotateX(0);
				transform: rotateX(0);
		-webkit-transform-origin: top;
				transform-origin: top;
	}
	100% {
		-webkit-transform: rotateX(180deg);
				transform: rotateX(180deg);
		-webkit-transform-origin: top;
				transform-origin: top;
	}
	}
	.shake-horizontal {
		-webkit-animation: shake-horizontal 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
				animation: shake-horizontal 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	}

	@-webkit-keyframes shake-horizontal {
	0%,
	100% {
		-webkit-transform: translateX(0);
				transform: translateX(0);
	}
	10%,
	30%,
	50%,
	70% {
		-webkit-transform: translateX(-10px);
				transform: translateX(-10px);
	}
	20%,
	40%,
	60% {
		-webkit-transform: translateX(10px);
				transform: translateX(10px);
	}
	80% {
		-webkit-transform: translateX(8px);
				transform: translateX(8px);
	}
	90% {
		-webkit-transform: translateX(-8px);
				transform: translateX(-8px);
	}
	}
	@keyframes shake-horizontal {
	0%,
	100% {
		-webkit-transform: translateX(0);
				transform: translateX(0);
	}
	10%,
	30%,
	50%,
	70% {
		-webkit-transform: translateX(-10px);
				transform: translateX(-10px);
	}
	20%,
	40%,
	60% {
		-webkit-transform: translateX(10px);
				transform: translateX(10px);
	}
	80% {
		-webkit-transform: translateX(8px);
				transform: translateX(8px);
	}
	90% {
		-webkit-transform: translateX(-8px);
				transform: translateX(-8px);
	}
	}
}


@media all and (max-device-width: 700px)
{	
	h1{
		text-align: initial;
		color: darkslateblue;
		font: Verdana, Geneva, sans-serif;
		font-size: 3vw;
	}	
	a
	{	font-family: Verdana;
		font-size: 3.8vw;
		color: #0000FF;
		
	}
	.Ecran
	{
		display: grid;
		grid-template-columns:50px  1fr
		grid-template-rows: 1fr;

		grid-template-areas:
		"logo titre"
		"menu menu"
		"cont cont";

	}
	.Logo {
		grid-area: logo;
		border: none;
		background-color: none;
		align-self: center;
		justify-content: center ;


	}
	.header {
		grid-area: titre;
		align-self: center;
		text-align: center;    
		background-color: none;

	}

	.sidebar {
		grid-area: menu;
		border: none;
		background-color: none;
		Overflow-x: scroll;
		Overflow-x: hidden;

		
	}

	.content {
		grid-area: cont;
	border: none;
		background-color: none;
		background-image: url("photos/fond-bam.png");
		font-size: 2em;
		padding: 5px;
		height: 70vh;
		Overflow-x: scroll;
		Overflow-x: hidden;

	}
}

