/*
#@squelettes/css/theme.scss
*/
/*** Theme ETOILE DES ENFANTS ***/
/*** PAGE ELEMENTS */
body {
  background-color: #090807;
  color: darkgray;
  overflow-x: hidden;
}
/* navigation, breadcrumbs, and menu */
#nav {
  margin-bottom: 0;
  max-height: 40px;
  z-index: 999;
}
.navbar-collapse {
  background-color: rgba(0, 0, 0, 0.8);
  /* max-width: 300px;*/
}
.nav-breadcrumb .breadcrumb {
  padding: 0.5rem 1rem;
  background-color: #f5f0f0;
}
.well {
  background-color: #f5f0f0;
}
/* site header */
#etoile-header {
  background: transparent url('https://etoile-des-enfants.ch/squelettes/img/header-bg.jpg') repeat-x;
  width: 100%;
  height: 304px;
}
#etoile-title {
  position: absolute;
  top: 90px;
  left: 200px;
  color: #fc9f35;
  font-size: 350%;
  line-height: 110%;
  width: 100%;
  padding-right: 590px;
  /*390+200 */
  z-index: 99;
}
#etoile-rocket {
  background: transparent url('https://etoile-des-enfants.ch/squelettes/img/header-rocket.gif') no-repeat left top;
  position: absolute;
  top: 46px;
  left: 0px;
  width: 222px;
  height: 296px;
  z-index: 98;
}
#etoile-globe {
  background: transparent url('https://etoile-des-enfants.ch/squelettes/img/header-globe.jpg') no-repeat right top;
  position: absolute;
  top: 48px;
  right: 20px;
  height: 261px;
  text-align: left;
  width: 371px;
  z-index: 97;
}
/* footer */
#footer {
  padding-top: 1rem;
}
#logo-heiafr {
  max-width: 250px;
  top: 0.5rem;
}
/*** TAGS */
h1, h2 {
  color: lightgray;
}
a:hover, a:focus, a:active {
  background-color: #f9dbc5;
  color: #a25202;
}
/*** MISC */
small.soustitre {
  color: silver;
}
div#formulaire_recherche label.text-muted {
  color: silver !important;
}
div#formulaire_recherche input#recherche {
  background-color: #f5f0f0;
  border-radius: 14px 0 0 14px;
}
div#formulaire_recherche input.text::placeholder {
  font-style: italic;
  color: darkgray;
}
div#formulaire_recherche .btn {
  border-radius: 0 14px 14px 0;
}
div#formulaire_recherche .btn:hover {
  background-color: #f9dbc5;
}
.formulaire_formidable {
  color: gray;
}
