html {
    height: 100%;
}
body {
    margin: 0;
    height: 100%;
    background-color: #add7e4;
}
img {
    display: block;
}

.main-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
img.screen-1 {
    position: absolute;
    top: 17%;
    right: 7vw;
    width: 45.2vw;
    display: none;
}
img.screen-2 {
    position: absolute;
    top: 39.7%;
    right: 14.2%;
    width: 30.7vw;
    display: none;
}
.fa-svg-hand-pointer {
    display: none;
    position: absolute;
    top: calc(39.7% + 3.3vw);
    right: 11.2%;
    width: 5vw;
    stroke: #fff;
    fill: #fff;
    filter: drop-shadow( 0px 0px 3px rgba(0, 0, 0, 0.3));
    transform: rotate(-25deg);
}

body.screen-1 img.screen-1.desktop {
    display: block;
}
body.screen-1 .main-link {
    background-image: url(../images/ecran1-image.jpg);
}

body.screen-2 img.screen-2,
body.screen-2 .fa-svg-hand-pointer {
    display: block;
}
body.screen-2 .main-link {
    background-image: url(../images/ecran2-image.jpg);
}


.logo-filibus {
    position: absolute;
    left: -7.2vw;
    bottom: 2.3vw;
}
.logo-filibus img {
    width: 38.6vw;
}

.logo-chartres-metropole {
    position: absolute;
    bottom: 3.5vw;
    right: 3.4vw;
}
.logo-chartres-metropole img {
    width: 6.5vw;
}

.logo-hemispheres {
    position: absolute;
    top: 61%;
    transform: rotate(-90deg) translateY(-117%);
    left: 0;
}
.svg-hemispheres {
    fill: #000;
    width: 6.12vw;
    display: block;
}
.hemis-logo-bulle,
.hemis-logo-subtitle .hemis-logo-lettre {
    fill: #f63517;
}
.hemis-logo-et {
    fill: #add7e4;
}



@media screen and (min-aspect-ratio: 16/9) {
    img.screen-1 {
        right: 11.2vh;
        width: 72.3vh;
    }
    img.screen-2 {
        width: 49vh;
    }
    .fa-svg-hand-pointer {
        width: 9vh;
        top: calc(39.7% + 5.7vh);
    }
    
    .logo-filibus {
        left: -11.5vh;
        bottom: 3.6vh;
    }
    .logo-filibus img {
        width: 61.8vh;
    }
    
    .logo-chartres-metropole {
        bottom: 5.5vh;
        right: 5.5vh;
    }
    .logo-chartres-metropole img {
        width: 10.4vh;
    }

    .svg-hemispheres {
        width: 9.82vh;
    }
}



@media screen and (max-width: 1080px){
    .logo-chartres-metropole img {
        width: 5.8vw;
    }
    body.screen-1 .main-link {
        background-image: url(../images/ecran1-image-mobile.jpg);
        background-size: cover;
        background-position: center 20%;
    }
    body.screen-2 .main-link {
        background-image: url(../images/ecran2-image-mobile.jpg);
        background-size: cover;
        background-position: center 20%;
    }
    body.screen-1 img.screen-1.desktop {
        display: none;
    }
    body.screen-1 img.screen-1.mobile {
        display: block;
    }
    .fa-svg-hand-pointer {
        top: calc(50.8% + 7.3vw);
        width: 11vw;
        right: 9vw;
    }



    img.screen-1 {
        /* top: 38.8%;
        right: calc(50% - 41.3vw);
        width: 74.2vw; */

        top: 42.4%;
        right: calc(50% - 50.4vw);
        width: 96.2vw;
    }
    img.screen-2 {
        /* top: 64.3%;
        right: calc(50% - 22.3vw);
        width: 39.6vw; */
        top: 50.8%;
        right: calc(50% - 35.5vw);
        width: 70.6vw;
    }

    .logo-filibus {
        left: -9.5vw;
        bottom: 1.4vw;
    }
    .logo-filibus img {
        width: 44vw;
    }

    .logo-chartres-metropole {
        bottom: 2.4vw;
        right: 2.4vw;
    }
    .logo-chartres-metropole img {
        width: 10.4vw;
    }

    .logo-hemispheres {
        top: calc(50% - 2em);
    }
    .svg-hemispheres {
        width: 4rem;
    }
}



@media screen and (max-width: 1080px) and (min-aspect-ratio: 1/1) {

    img.screen-1 {
        top: 38.8%;
        right: calc(50% - 73.5vh);
        width: 132.2vh;
    }
    img.screen-2 {
        top: 64.3%;
        right: calc(50% - 39.4vh);
        width: 70vh;
    }
    .fa-svg-hand-pointer {
        top: calc(64.3% + 8vh);
        right: calc(50% - 44.4vh);
        width: 10vh;
    }

    .logo-filibus {
        left: -8.3vh;
        bottom: 3.4vh;
    }
    .logo-filibus img {
        width: 44.4vh;
    }
    .logo-chartres-metropole {
        bottom: 3.4vh;
        right: 3.4vh;
    }
    .logo-chartres-metropole img {
        width: 10.3vh;
    }
}