/* Popup */


#shadowElem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 9998;
}
#dropElem {
  display: none;
  position: absolute;
  top: 0;
  padding: 20px;
  background: #fff;
  z-index: 9999;
  background: url(../img/background_popup-2_1.jpg);
  background-size: cover;
  max-width: 755px;
  height: 450px;
  width: 90%;
}
#dropContent {
  position: relative;
}
#dropClose {
  position: absolute;
    z-index: 99999;
    cursor: pointer;
    top: -32px;
    right: -30px;
    padding: 5px;
    background-color: black;
    border-radius: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
}



/* Bandeau */


.VDRmyBandeau {
  text-align:center;
  padding:0.5em;
  font-size:1.35em;
  background-color:#D1BCA1;
  color:#000;
  z-index: 2;
  position: relative;
}

.VDRmyBandeau .container {

}

body .VDRmyBandeau a {
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}

body .VDRmyBandeau a:hover {
  color: #FFF;
}
