<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gBandeau {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #223654;
  color: #ffffff;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

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

.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 li 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;
}

.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.5em;
}

.gBandeau-Coordonnees a {
  font-size: 1em;
  color: #ffffff;
  text-decoration: none;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 2em;
  white-space: nowrap;
}

.gBandeau-Coordonnees .gCourriel {
  background-image: url("../Icons/courriel.png");
}

.gBandeau-Coordonnees .gTelephone {
  background-image: url("../Icons/telephone.png");
}

.gBandeau-Coordonnees .gFormJoindre {
  background-image: url("../Icons/formulaire.png");
}

.gBandeau-Adresse {
  font-size: 0.9em;
  padding: 0 0 0 0.5em;
  line-height: 1.5em;
  text-align: right;
}

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

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

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

.gBandeau-Medias a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  text-decoration: none;
  /*
  line-height: 30px;
  text-align: center;
  */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 74%;
}

.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 768 ***/
/*********************************************************************************************************************/

@media (max-width: 768px) {
  .gBandeau-Entete {
    padding: 2vw;
  }

  .gBandeau-Contenu {
    padding: 2vw;
  }
  
  .gBandeau-Infos {
    padding: 0;
  }
}

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

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

  .gBandeau-Joindre {
    flex-direction: column;
  }

  .gBandeau-Coordonnees a {
    font-size: 0.9em;
    padding-left: 2em;
  }
}
</pre></body></html>