body, html {
    padding:0px;
}

* {
    font-family: arial;
}

#bulle {
    width: 300px;
    height: 230px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
    background: #FFFFFF;
    border-radius: 20px;
    display: none;
    filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
    opacity: 0.85;
}


#warning {
  width: 
  50%;
  left: 25%;
  top: 25%;
  background: rgba(0,0,0,0.5);
  padding: 20px;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  position: absolute;
}

#logoanim {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 99;
}

#content {
    position:absolute;
    top:70px;
    left:0px;
    width:100%;
    height:100%;
}

video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    /*! width: 100%; */
}

#div_message {
    /*! position: fixed; */
    width:100%;
    height:100%;
    /*! left:0px; */
    /*! bottom:0px !important; */
    z-index: 99999;
}

#div_message video {
    object-fit: cover;
}

.video-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
}

#curtain {
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:#FFFFFF;
}

#anim {
    position: absolute;
    bottom:0px;
    right:-50px;
    width:40%;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

#header {
    width:100%;
    height:70px;
    background:rgb(123, 121, 121, 0.85);
    filter: drop-shadow(0px 10px 10px rgb(0 0 0 / 0.4));
    position: absolute;
    z-index: 99;
    top: -70px;
    left: 0px;
}

#logopetit {
    position:absolute;
    left:10px;
    top:10px;
    height:80px;
    filter: drop-shadow(0px 1px 10px rgb(0 0 0 / 0.4));
}


#menu {
    position: absolute;
    right:40px;
    top:25px;
}

#menu a {
    margin-right:10px;
    text-decoration: none;
    color:#FFFFFF;
    font-size:15px;
}

#menu a:hover {
    font-weight: bold;
}

a {
    text-decoration: none;
    color:rgb(123, 121, 121, 1);
}

#facebook {
    width:50px;
    height:50px;
    margin-left:-5px;
    margin-top:-5px;
}


#page {
    background: rgba(255,255,255,0.95);
    padding: 20px;
    margin: 20px;
    position: absolute;
    width: calc(100% - 80px);
    /*height: 100%;*/
}


input {
    width: calc(100% - 20px);
    padding: 10px;
    border: 1px solid #CCC;
    margin-bottom: 20px;
}

#subbtn {
    width:100% !important;
}



#dual_imgs {
    width:calc(33% - 5%);
    margin-bottom:5%;
    float:left;
    /*! height: ; */
    margin-right: 5%;
    height: max-content;
    background: #CCCCCC;
    border: 2px solid #000000;
    border-bottom: 0px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
}

#dual_imgs img {
    width:calc(100%);
    float:left;
    margin-right:20px;
    border-bottom: 2px solid #000000;
}

#msgtouch {
    bottom: 0px;
    right: 0px;
    width: 30%;
    position: absolute;
    z-index: 999;
    height: 50%;
  }
}