.block_abz_head {
    width: 100%;
}
#header_logo {
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}
#header_logo,
#block_top_menu {
    z-index: 2;
}
.desc-picpic {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 40px;
    text-align: justify;
}

/***
EMPTY
***/

.abz_pic_empty {
    width: 100%;
    height: 350px
}

/***
IMG
***/

.abz_pic_head img {
    width: 100%;
}
.image_picto {
    max-width: 1500px;
    width: 100%;
    margin: auto;
    position: relative;
    margin-bottom: 30px;
}
#index .image_picto {
    float: left;
    width: 100%;
    max-width: initial;
}
.img_picto {
    opacity: 0;
    width: 20px;
    background: #fff;
    border-radius: 50%;
}
.img_picpic {
    margin: auto;
}
 

/***
VIDEO
***/

.video_head {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
}
.video_head iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.body .html5-video-player {
    background-color: #fff;
}
.video_head {
    height: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.jeton {
    position: absolute;
    cursor: pointer
}
h2.picpic_titre {
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
}
.picpic_content {
    background: #fff;
    /* opacity: 1 !important; */
    border: 1px solid #263149;
    padding: 5px 10px;
    text-align: left;
    margin-top: 0px;
    margin-left: 20px;
    position: absolute;
    min-width: 166px;
    min-width: 199px;
    width: max-content;
    z-index: 10;
    display: none;
}
.open_right {
    right: 20px;
    left: initial;
}
@media screen and (max-width: 980px) {
    .image_picto {
        margin-top: 25px !important;
    }
}
@media screen and (max-width: 980px) {
    /* .jeton {
        display: none;
    }
    */
}
@media screen and (max-width: 687px) {
    .hide_for_mobile{
        display: none;
    }
}