.gBandeau {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #223654;
  color: #ffffff;
  padding-top: 2em!important;
  padding-bottom: 2em!important;
}

.gBandeau h3 {
	margin-block-start: 0;
  margin-block-end: 0.5em;
}

.gBandeau ul {
  margin-top: 0;
  margin-block-start: 0;
  margin-inline-start: 0;
}

.gBandeau-Contenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gBandeau-Contenu a {
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}

.gBandeau-Contenu p {
  font-size: 1em;
  line-height: 1.5em;
  color: #ffffff;
}

.gBandeau-Contenu p:not(:has(a)) {
  color: #ffffff;
}

.gBandeau-Contenu a:hover {
  text-decoration: underline;
}

.gBandeau-Navigation ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.gBandeau-Navigation li {
  display: inline;
  list-style: none;
  padding: 0 0.5em 0 0;
  line-height: 1.5em;
}

.gBandeau-Infos {
  display: flex;
  max-width: 45%;
  padding: 0;
}

.gBandeau-Infos ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.gBandeau-Infos li {
  display: inline;
  list-style: none;
  padding: 0 0.5em 0 0;
  line-height: 1.5em;
}

.gBandeau-Joindre {
  display: flex;
  flex-direction: column;
  min-width: 20%;
}

.gBandeau-Joindre ul {
  padding: 0;
}

.gBandeau-Coordonnees {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.gBandeau-Coordonnees-Contenu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.gBandeau-Coordonnees li {
	list-style: none;
  padding: 0 0.5em 0 0;
  line-height: 1.8em;
}

.gBandeau-Coordonnees a {
  display: flex;
  flex-direction: row;
  align-items: center;
  /*color: #ffffff;*/
  color: inherit;
  text-decoration: none;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  white-space: nowrap;
}

.gBandeau-Coordonnees a .gIcone {
  font-size: 0.9em;
  margin-right: 0.6em;
}

.gBandeau-Coordonnees-Joindre-Titre {
  font-weight: 500;
  margin-bottom: 0.2em;
}

.gBandeau-Medias .gIcone svg {
  height: 2em;
  width: auto;
}

.gBandeau-Medias {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1em;
}

.gBandeau-Medias ul {
  display: flex;
  flex-direction: row;
}

.gBandeau-Medias li {  
  display: inline;
  font-size: 1.2em;
  list-style: none;  
  padding: 0 1em 0 0;
  line-height: 1.5em;
}

.gBandeau-Medias a:hover {
  opacity: 0.7;
}

.gBandeau-Medias .gFacebook {
  background-image: url("../Icons/facebook.svg");
}

.gBandeau-Medias .gInstagram {
  background-image: url("../Icons/instagram.png");
}

.gBandeau-Medias .gTwitter {
  background-image: url("../Icons/twitter.svg");
}

.gBandeau-Medias .gYoutube {
  background-image: url("../Icons/youtube.png");
}

.gBandeau-Medias .gLinkedin {
  background-image: url("../Icons/linkedin.png");
}

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

@media (max-width: 1024px) {

  .gBandeau-Infos {
    padding: 0;
  }

  .gBandeau-Coordonnees .gBandeau-Coordonnees-Adresse,
  .gBandeau-Coordonnees li a {
    font-size: 0.9em;
  }
}

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

@media (max-width: 640px) {
  .gBandeau-Contenu {
    flex-direction: column;
  }

  .gBandeau-Infos {
    margin-top: 1em;
  }

  .gBandeau-Joindre {    
    flex-direction: column;
    margin-top: 1em;
    padding-top: 1em;
    border-top: solid 1px #ffffff;
  }
}
