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% - 16px);
    left: calc(75% - 72px);
}

.appointlet {
    position: absolute;
    top: calc(62% - 16px);
    left: calc(42% - 72px);
}

.jitsi {
    position: absolute;
    top: calc(50% + 0vw - 40px);
    left: calc(50% + -7vw - 40px);
}

.slido iframe {
    position: absolute;
    width: 774px;
    height: 376px;
    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;
    bottom: 0px;
    left: 23px;
    width: 381px;
    margin-bottom: 18px;
}

.fancybox-container {
    width: 100% !important;
}

@media (max-width: 1400px) {
    .appointlet {
        position: absolute;
        top: calc(56% - 16px);
        left: calc(42% - 72px);
    }
    .screen {
        position: absolute;
        top: calc(17% - -31px);
        left: calc(74% - 51px);
    }
}

@media (max-width: 1200px) {
    .appointlet {
        position: absolute;
        top: calc(47% - 16px);
        left: calc(42% - 72px);
    }
    .screen {
        position: absolute;
        top: calc(15% - -31px);
        left: calc(77% - 51px);
    }
}

@media (max-width: 992px) {
    .appointlet {
        position: absolute;
        top: calc(39% - 16px);
        left: calc(42% - 72px);
    }
    .screen {
        position: absolute;
        top: calc(10% - -31px);
        left: calc(76% - 51px);
    }
}