/*
Theme Name:     Thème Enfant Weaver Xtreme
Description:    Style Sheet for header content
Author:         Koenraad
Template:       weaver-xtreme

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
.site-header {
  max-width: 980px;
}
.site-header .hbanner {
  background: url('/wp-content/uploads/2016/09/site-header.png') no-repeat top center;
  height: 227px;
  padding: 70px 0px 0px 0px;
}
.site-header .hbanner .hshade {
  width: 100%;
  height: 87px;
  display:block;
  background: rgba(0,0,0, 0.5);
  text-align : center;
  padding: auto;
}
.site-header .hbanner .hshade .hmessage {
  width : 100%;
  color : #FFFFFF;
  font-size: 150%;
  font-weight: bold;
  text-align : center;
  display: block;
  padding: 5px 0px 0px 0px;
}
.home .site-header {
  display: none;
}
.home .site-header .hbanner {
  display: none;
}
.home .site-header .hbanner .hshade {
  display: none;
}
.home .site-header .hbanner .hshade .hmessage {
  display: none;
}
.accueil-header {
  max-width: 980px;
}
.accueil-header .abanner {
  background: url('/wp-content/uploads/2016/09/site-header.png') no-repeat top center;
  height: 227px;
  width: 100%;
  padding: none;
  margin: auto;
}
.accueil-header .abanner .acontent {
  height: 227px;
  width: 100%;
  display: block;
}
.accueil-header .abanner .alogo {
  display: block;
  width: 100%;
  height: 160px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.img-shadow {
  filter: drop-shadow(0px -6px 19px #fff3af);
  -webkit-filter: drop-shadow(0px 6px 19px #fff3af);
}
.accueil-header .abanner .amessage {
  height: 67px;
  width : 100%;
  color : #FFFFFF;
  display: block;
  padding: auto;
}
.accueil-header .abanner .amessage .amessage-main-title {
  font-size: 150%;
  font-weight: 800;
  text-align: center;
}
.accueil-header .abanner .amessage .amessage-sub-title {
  width: 86%;
  text-align: right;
}