﻿
.attente {
	all: initial;
	width: auto;
	z-index: 6000;
	position: fixed;
	bottom: 50%;
	left: 40%;
	padding: 10px;
	border-radius: 5px; 
	border: 1px solid red;
	box-shadow: 6px 8px 8px grey;
	background: #DCFCE7;
}

.remerciement {
	font-size: 20px;
	position: relative;
	background: white;
	font-style: oblique 30deg;
	color: green;
	text-align: center;
	border: 1px;
	border-radius: 20px;
	box-shadow: 5px 5px 30px grey;
	border: 1px solid green;
	padding: 15px;
  }
  
.aide_rebondissement {
	font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	background: white;
	font-style: oblique 30deg;
	color: green;  
	animation-name: rebondissement;
	animation-duration: 1s;
	animation-iteration-count: 4; 
}
@keyframes rebondissement {
  0% {
    margin-left: 0%;
  }
  50% {
    margin-left: 5%;
  }
  100% {
    margin-left: 0%;
  }
}

.aide {
	width: 300px;
	text-align: right;
	position: relative;
	top: -50px;
	left: -5px;
	font-size: 18px;
	color: #626364;
	background: #fffdcf;
	border: 1px;
	border-radius: 30px;
	padding: 15px;
	box-shadow: 5px 5px 30px grey;
	border: 1px solid White;
	transition: all 200ms ease-out;
	}
 
.aideCache {
	width: 300px;
	position: relative;
	top: -50px;
	left: -5px;
	font-size: 18px;
	color: #626364;
	background: #fffdcf;
	border: 1px;
	border-radius: 30px;
	padding: 15px;
	box-shadow: 5px 5px 30px grey;
	border: 1px solid White;
	
	transition: all 3s ease-out;
	opacity: 0;
	color: white;
}

.aidePosition {
	float: left;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.cache {
	/* display: none; */
	visibility: hidden;
}
