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

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

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

.gBas-Menu a {
  color: inherit;
  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: 1em 0;
	background-color: #095797;
	transition: top 2s;
	z-index: 99;
}

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

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

@media (max-width: 1024px) {

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

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

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

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

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

@media (max-width: 640px) {
  .gBas-Menu li {
    padding-bottom: 1em;
  }
}
