body {
    height: 100%;
}

.bg {
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.bg img {
    width: 100%;
    height: auto;
}

.picto {
    line-height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    background: #314647;
    font-size: 1.3rem;
    border-radius: 50%;
    z-index: 9999;
    margin: 16px;
}

.picto a {
    display: block;
    color: #fff!important;
}

.picto:hover {
    transform: scale(1.5);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.picto a:hover {
    color: #fff!important;
    text-decoration: none;
}

.screen {
    position: absolute;
    top: calc(25% - -1px);
    left: calc(32% - 62px);
}

.appointlet {
    position: absolute;
    top: calc(65% - 21px);
    left: calc(55% - 72px);
}


/* .slido iframe {
    position: absolute;
    width: 774px;
    height: 436px;
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    bottom: 0px;
    left: 0px;
    width: 100%;
} */