@font-face {
  font-family: 'Gnuolane';
  src: url('gnuolane.woff') format('woff');
  src: url('gnuolane.ttf') format('truetype');
}
body {
  font-family: 'Gnuolane',sans-serif;
  font-size: 120%;
  color:#000024;
}

input {
  margin-bottom: 5px;
}

.heading {
  padding-top: 30px;
  padding-bottom: 15px;
  text-align:center;
}

.footer {
  text-align: center;
  color: #000024;
  margin:15px 0px;
}

.parallax {
  background-attachment: fixed;
  background-position: center calc(50% + 38px); /*38px = half of navbar 96*/
  background-size: cover;
  background-repeat: no-repeat;
}
.jumbotron {
  margin-bottom: 0px;
  padding: 0px;
}
.logos {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px;
  max-height: 70px;
}
.contrast {
  color:#fff;
  box-shadow: inset 0 0 0 1000px rgba(186,77,0,0.75);
}
.buttonCTA {
  color: #F96604;
  border: 2px outset #F96604;
  background-color: #000024;
  border-radius: 4px;
}
.buttonCTA:hover {
  color: #000024;
  border: 2px outset #000024;
  background-color: #F96604;
  border-radius: 4px;
}

.contenu a:link {
  text-decoration: underline;
  color: #F96604;
}
.contenu a:visited {
  text-decoration: underline;
  color: #b01d00;
}
.contenu a:hover {
  text-decoration: underline;
  text-shadow: 1px 1px #f0ab7d;
  color: #F96604;
}
.contenu a:active {
  text-decoration: underline;
  text-shadow: 1px 1px black;
  color: #b01d00;
}

#serviceBtn {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left:50%;
  top:50%;
}
.serviceBtnEn {
  background-image: url("/images/en/button_wialf.png");
}
.serviceBtnEn:hover {
  background-image: url("/images/en/button_hover_wialf.png");
  cursor: pointer;
}
.serviceBtnFr {
  background-image: url("/images/button_wialf.png");
}
.serviceBtnFr:hover {
  background-image: url("/images/button_hover_wialf.png");
  cursor: pointer;
}
.lang {
  color: white;
  z-index: 1021;
  position:fixed;
  top:33.6px;
  right:10px;
}
.lang:hover {
  color: #F96604;
}
.contactIcons {
  max-height:1rem;
}

#myContactInfo a:link {
  text-decoration: underline;
  color:#FFFFFF;
}
#myContactInfo a:visited {
  text-decoration: underline;
  color:#FFFFFF;
}
#myContactInfo a:hover {
  text-decoration: underline;
  color: #000024;
}
#myContactInfo a:active {
  text-decoration: underline;
  text-decoration-style: double;
  color: #F96604;
}
