<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --bleu-fonce: #303F80;
    --bleu: #1B75B9;
    --vert: #36B24A;
    --gris: #6E6F71;
    --rouge-fonce: #47243B;
    --rouge: #6A3456;
    /* utilisation : non supportÃ© IE11 ;-(
    background-color: var(--colorBleu);
    */
}
/*----------------------------------------------------------------------------*/
h1 {
  border-bottom: 0.2em solid #1B75B9;
}
strong, a {
  color: #1B75B9;
}
nav {
  background-image: linear-gradient(80deg, #303F80, 2%, #1B75B9);
}
nav li a:hover {
  background: #1B75B9;
}
.select-nav {
  background-color: #0A528A;
}
footer a:hover, footer a:focus, footer a:active {
  color: #1B75B9;
}
/*nav-top ul,*/ #domaines ul, #produits ul, #competences ul, #societe ul, #sites ul, #recrutement ul, #contact ul {
  background-image: linear-gradient(80deg, #303F80, 2%, #1B75B9);
}
nav-top li a:hover {
  background: #1B75B9;
}
#nav-bottom {
  border-top: 0.1em solid #1B75B9;
  border-bottom: 0.1em solid #1B75B9;
}
.domaines aside, .produits aside, .competences aside, .societe aside, .sites aside, .recrutement aside, .contact aside {
  background-image: linear-gradient(80deg, #303F80, 2%, #1B75B9);
}
</pre></body></html>