.marmite_fond {
    background-image: url("/marmite/brique.jpg");
    width: 600px;
    height: 700px;
    position: relative;
    margin-left: calc(50% - 300px);
    overflow: hidden;
    border:5px red solid;

}

.bois {
    background-image: url(/marmite/chaudron/bois.png);
    width: 270px;
    height: 149px;
    position: absolute;
    top: 626px;
    left: 160px;
    background-size: contain;
    background-repeat: no-repeat;
}

.flammes {
    width: 250px;
    height: 129px;
    position: absolute;
    top: 526px;
    left: 155px;
    background-size: contain;
    background-repeat: no-repeat;
}

img.flamme {
    position: absolute;
}

.chaudron {
    background-image: url(/marmite/chaudron/chaudron_bulle.png);
    width: 256px;
    height: 200px;
    position: absolute;
    top: 440px;
    left: 175px;
    background-size: contain;
    background-repeat: no-repeat;
}

.speaker {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 2px;
    left: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 20000;
    cursor: pointer;
}

.speaker_on {
    background-image: url(/marmite/chaudron/speaker_on.png) !important;
}
.speaker_off {
    background-image: url(/marmite/chaudron/speaker_off.png) !important;;
}

.chaudron_btn_help {
    background-image: url(/marmite/btn_aide.png);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 2px;
    right: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 20000;
    cursor: pointer;
}

.chaudron_help {
    background-image: url(/marmite/aide.png);
    width: 534px;
    height: 55px;
    position: absolute;
    top: 350px;
    right: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 10000;
    display: none;
}

img.bulle_chaudron {
    position: absolute;
}

div.bulle {
    background-image: url(/marmite/bulle.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

div.eclate {
    background-image: url(/marmite/bulle_eclate.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 100px;
    max-height: 100px;
}

div.bulle_groupe {
    position: absolute;
}


img.bulle_groupe {
    background-image: url(/marmite/bulle.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top:0px;
    width:0px;
}

div.bulle_select {
    background-image: url(/marmite/desc.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1000000 !important;
    cursor: pointer;
}

div.marmite_logo {
    width:591px;
    height:165px;
    position: absolute;
    top:0px;
    left:10px;
    background-image: url(/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

div.marmite_lib {
    width:504px;
    height:134px;
    position: absolute;
    top:180px;
    left:50px;
    background-image: url(/libMarmite.png);
    background-size: contain;
    background-repeat: no-repeat;
}

div.bulle_info_titre {
    font-size: 24px;
    font-family: Trebuchet MS;
    color: #FFA500;
    padding: 5px;    
    padding-bottom: 10px;
}

div.image_bulle_info {
    background-size: 200px 150px;
    
}

div.bulle_info {
    width: calc(100% - 26px);
    height: 200px;
    bottom: 0px;
    left: 0px;
    font: bold;
    color: white;
    position: absolute;
    background-color: rgba(0,0,0, 0.7);
    border:5px red solid;
    z-index: 3000000 !important;
    display: none;
    overflow: auto;
    padding: 5px;
    margin: 3px;
}

.page_bulle_info {
    height: 650px !important;
}
.info_bulle_video {
    float: right;
}
.info_bulle_image {
    float: right;
}

.bulle_info_close {
    background-image: url(/marmite/close.png);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    right: 3px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.btn_contact {
    background-image: url(/marmite/btn_contacts.png);
    width: 150px;
    height: 38px;
    position: absolute;
    bottom: 3px;
    right: 3px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

#audio_marmite {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 250px;
    height: 30px !important;
}

.desc_info {
    display: flex;
}