.gBas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  background-color: #ffffff;
  color: #095797;
}

.gBas-Menu {
  color: #000000;
}

.gBas-Menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.2rem;
}

.gBas-Menu li {
  display: inline;
  list-style: none;
  padding: 0rem 1rem 0rem 1rem;
}

.gBas-Menu a {
  color: #095797;
  text-decoration: none;
}

.gBas-Menu li a:hover {
  text-decoration: underline;
}


.Cookies {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 0;
	height: fit-content;
	width: 100%;
  padding: 1rem 0;
	background-color: #095797;
	transition: top 2s;
	z-index: 99;
}

.Cookies-Bouton {
	font-size: 1.5rem;
	color: #095797;
	background-color: #ffffff;
	padding: 0.3rem 0.8rem;
	border-radius: 0.1rem;  
	cursor: pointer;
}

/*********************************************************************************************************************/
/****************************************************************************************************** media 1024 ***/
/*********************************************************************************************************************/

@media (max-width: 1024px) {

.Cookies {
  width: 100%;
  padding: 1rem 0;
}

.Cookies h2 {
  font-size: 1rem;
  margin-left: 1rem;
}

.Cookies p {
  font-size: 1rem;
}

.Cookies-Bouton {
  font-size: 1.2rem;
  margin-right: 1rem;
}
}

/*********************************************************************************************************************/
/******************************************************************************************************* media 640 ***/
/*********************************************************************************************************************/

@media (max-width: 640px) {
}
