html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: helvetica, sans;
  background-color: white;
  /*background-color: #ededed;*/
  /*background-color: #dd2b1711;*/
  color: #333;
}

/*body>h1 { text-indent: 2em; padding-left: 1em; }*/

h1 { padding: 0 1em; text-align: center; }
h1, h1 a { color: #dd2b17; /* #333; */ }

h2 { 
  position: relative;
  z-index: 2;
  /* font-weight: lighter; */
  text-align: center;
  /*background: linear-gradient(#777, #444);*/
  /*background-color: #666;*/
  background-color: #dd2b17;
  color: white; 
  padding: .3em 2em .2em; 
  margin: 1em 0em 2em;
  border-top: #aaa;
  text-transform: uppercase;
  font-size: 0.9em;
}
div { padding: 0 2em 1em; }
ul { margin: 0 auto; }
li { margin: 0.8em auto; }

em, a {
  /* font-weight: normal; */
  font-style: normal;
  color: #dd2b17;
}

.bg {
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 1em 0;
  /* background-image: url("images/A5-Flyer.png"); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #dd2b1711;
}

div.se-prendre-au-serieux {
  text-align: center;
  font-style: italic;
  /*color: #dd2b17;*/
}
 
div.valeurs-pil-media {
  margin: -.5em 0 0.2em 0;
  padding: 0;
}
div.valeurs-pil-media>span {
  text-transform: uppercase;
}
div.valeurs-pil-media>span:nth-child(1) {
  font-size: 8px;
}
div.valeurs-pil-media>span:nth-child(2) {
  font-size: 9px; padding-left: 10px;
}
div.valeurs-pil-media>span:nth-child(3) {
  font-size: 10px; padding-left: 20px;
}

div.teaser {
  position: fixed;
  display: inline-block;
  padding: 12em 10em 0;
  margin: 0 auto;
  top:-20.4em;
  left:-16.7em;
  background-color: #ccc;
  color: #444; 
  box-shadow: 0 8px 15px #333;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  z-index: 3;
  text-align: center;
  vertical-align: bottom;
  transition: all 0.2s;
}
div.teaser>img { visibility: hidden; }
div.teaser>div.valeurs-pil-media>span { display: block; }

div.teaser:hover {
  background-color: yellow;
  top: -17em;
  left: -21.2em;
  transition: all 0.2s;
}
div.teaser:hover>img { visibility: visible; }
div.teaser:hover>div.valeurs-pil-media { margin-left: 5.2em; }
div.teaser:hover>div.valeurs-pil-media>span { display: inline-block; font-size: 10px; font-weight: bold; padding-left: 0px; color: #444;  }
div.teaser:hover>div.valeurs-pil-media>span:nth-child(1) { color: red; }
div.teaser:hover>div.valeurs-pil-media>span:nth-child(2) { color: blue; }
div.teaser:hover>div.valeurs-pil-media>span:nth-child(3) { color: green; }

div.teaser img {
  text-align: center;
  margin-top: 95px;
  margin-left: 12px;
}

div.teaser em {
  font-size: 16px;
  text-align: center;
  margin-top: 95px;
  margin-left: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #40256f;
  text-shadow: none;
}

.bu>li {
  padding-bottom: 1em;
}

img.logo {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}

img.ose {
  display: block;
  margin: 0 auto 2em;
  width: 80%;
}

img.ose-footer {
  display: block;  
  margin: 0 auto -1em;
  width: 100%;
}
  
img.equipe {
  position: relative;
  display: block;
  z-index: -1;
  width: 70%;
  margin: 1em auto 0;
  /*pointer-events: none;*/
  /*user-select: none;*/
}

img.clients {
  position: relative;
  display: block;
  z-index: -1;
  width: 100%;
  margin: 1em auto 0;
  /*pointer-events: none;*/
  /*user-select: none;*/
}

img.organigramme {
  position: relative;
  display: block;
  z-index: -1;
  width: 100%;
  margin: 0 auto;
  /*pointer-events: none;*/
  /*user-select: none;*/
}

div.engagements {
  position: relative;
}

div.engagements:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.20;
  
  background-image: url("images/valeurs-pil-media.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}

.video-pm {
  width: 85%;
  display: block;
  margin: 0 auto;
}

.gallerie-willy h3 {
  text-align: center;
  margin: 3em 0 1em;
}

.gallerie-willy img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  /*min-width: 320px;*/
}

.gallerie-wallpaper img {
  width: 100%;
}