.sidenav, .sidenav2, .sidenav3, .sidenav4, .sidenav5{
    cursor: url(images/CursorNormal.png), auto;
}


.Icon{
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}


.gamepezIcon{
    width: 270px;
    height: 200px;
    background-image: url("images/Gamepez.png");
    transition: 0.2s ease-in;
    bottom: 7%;
    right: 29%;
}

.gamepezIcon:hover{
    background-image: url("images/GAMEPEZ2.PNG");
    transition: 0.2s ease-out;
}

#gamepezCercle{
    width: 260px;
    height: 260px;
    opacity: 0;
    transition: 0.2s;
}
#gamepezCercle:hover{
    opacity: 1;
    transition: 0.2s;
}


.etiquetteIcon{
    width: 150px;
    height: 150px;
    background-image: url("images/intro.png");
    left: 0;
    bottom: 50%;
}

#etiquetteCercle{
    width: 150px;
    height: 150px;
    opacity: 0;
    transition: 0.2s;
}
#etiquetteCercle:hover{
    opacity: 1;
    transition: 0.2s;
}




.videoIcon{
    width: 200px;
    height: 200px;
    background-image: url("images/tape.png");
    transition: 0.2s ease-in;
    left: 15%;
    bottom: 30%;
}

.videoIcon:hover{
    background-image: url("images/tape2.png");
    transition: 0.2s ease-out;
}
#videoCercle{
    width: 200px;
    height: 200px;
    opacity: 0;
    transition: 0.2s;
}
#videoCercle:hover{
    opacity: 1;
    transition: 0.2s;
}



.portraitIcon{
    width: 250px;
    height: 250px;
    background-image: url("images/portrait.png");
    transition: 0.2s ease-in;
    bottom: 30%;
    right: 26%;
}

.portraitIcon:hover{
    background-image: url("images/portrait2.png");
    transition: 0.2s ease-out;
}
#portraitCercle{
    width: 250px;
    height: 250px;
    opacity: 0;
    transition: 0.2s;
}
#portraitCercle:hover{
    opacity: 1;
    transition: 0.2s;
}



.dessinsIcon {
    width: 300px;
    height: 300px;
    background-image: url("images/dessin.png");
    transition: 0.2s ease-in;
    left: 5%;
    bottom: 3%;
}

.dessinsIcon:hover{
    background-image: url("images/dessin2.png");
    transition: 0.2s ease-out;
}
#dessinCercle{
    width: 300px;
    height: 300px;
    opacity: 0;
    transition: 0.2s;
}
#dessinCercle:hover{
    opacity: 1;
    transition: 0.2s;
}



.siteIcon {
    width: 650px;
    height: 650px;
    background-image: url("images/ordi.png");
    transition: 0.2s ease-in;
    top: 20%;
    left: 26%;
}

.siteIcon:hover{
    background-image: url("images/ordi2.png");
    transition: 0.2s ease-out;
}

#siteCercle{
    width: 650px;
    height: 650px;
    opacity: 0;
    transition: 0.2s;
}
#siteCercle:hover{
    opacity: 1;
    transition: 0.2s;
}


.magazineIcon {
    width: 250px;
    height: 250px;
    background-image: url("images/magasine.png");
    transition: 0.2s ease-in;
    bottom: 3%;
    right: 1%;
}

.magazineIcon:hover{
    background-image: url("images/magasine2.png");
    transition: 0.2s ease-out;
}
#magazineCercle{
    width: 250px;
    height: 250px;
    opacity: 0;
    transition: 0.2s;
}
#magazineCercle:hover{
    opacity: 1;
    transition: 0.2s;
}


.menuIcon {
    width: 250px;
    height: 250px;
    background-image: url("images/menu.png");
    transition: 0.2s ease-in;
    top:1%;
    right: 4%;
}
.menuIcon:hover{
    background-image: url("images/menu2.png");
    transition: 0.2s ease-out;
}


#menuCercle{
    width: 250px;
    height: 250px;
    opacity: 0;
    transition: 0.2s;
}

#menuCercle:hover{
    opacity: 1;
    transition: 0.2s;
}



.telephoneIcon {
    width: 275px;
    height: 275px;
    background-image: url("images/phone.png");
    transition: 0.2s ease-in;
    bottom: 9%;
    right: 15%;
}
.telephoneIcon:hover{
    background-image: url("images/phone2.png");
    transition: 0.2s ease-out;
}
#telephoneCercle{
    width: 275px;
    height: 275px;
    opacity: 0;
    transition: 0.2s;
}
#telephoneCercle:hover{
    opacity: 1;
    transition: 0.2s;
}


.ampouleIcon{
    width: 250px;
    height: 250px;
    background-image: url("images/Ampoule.png");
    transition: 0.5s ease-in;
    top: -3%;
    left:40%;
}
.ampouleIcon:hover{
    background-image: url("images/Ampoule2.png");
    transition: 0.3s ease-out;
}
#ampouleCercle{
    width: 250px;
    height: 250px;
    opacity: 0;
    transition: 0.2s;
}
#ampouleCercle:hover{
    opacity: 1;
    transition: 0.2s;
}

@keyframes tourne {
    0%{
        transform: rotate(-10deg);
    }
    50%{
        transform: rotate(10deg);
    }
    100%{
        transform: rotate(-10deg) ;
    }
}

#moiParle{
    width: 100%;
    animation: tourne 5s infinite;

}


.sidenav3 {
    height: 0;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: url("images/FondPopUpJaune.png");
    background-size: cover;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav3 a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: darkblue;
    display: block;
    transition: 0.3s;
}

.sidenav3 a:hover {
    color: black;
}

.sidenav3 .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav3 {padding-top: 15px;}
    .sidenav3 a {font-size: 18px;}
}

.sidenav4 {
    height: 89%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 11%;
    left: 0;
    background-image: url("images/FondPopUpBlue.png");
    background-size: cover;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav4 a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.sidenav4 p{
    padding-bottom: 15px;
}

.sidenav4 a:hover {
    color: #f1f1f1;
}

.sidenav4 .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav4 {padding-top: 15px;}
    .sidenav4 a {font-size: 18px;}
}





.texteMobile{
    display: none;
    color: black;
    text-align: center;
    border-bottom: black solid 2px;
}

.texteMobile:last-child{
    border-bottom: none;
}


@media screen and (max-width: 1680px) {
    .videoIcon{
        left: 10%;
        bottom: 32%;
    }

    .portraitIcon{
        bottom: 35%;
        right: 20%;
    }

    .gamepezIcon{
        bottom: 16%;
        right: 23%;
    }

    .magazineIcon {
        bottom: 23%;
        right: 0%;
    }

    .telephoneIcon {
        bottom: 1%;
        right: 5%;
    }

}


@media screen and (max-width: 1440px) {


    .gamepezIcon{
        width: 177px;
        height: 133px;
        bottom: 7%;
        right: 29%;
    }
    #gamepezCercle{
        width: 174px;
        height: 174px;
    }



    .etiquetteIcon{
        width: 100px;
        height: 100px;
    }
    #etiquetteCercle{
        width: 100px;
        height: 100px;
    }





    .videoIcon{
        width: 150px;
        height: 150px;
        left: 15%;
        bottom: 30%;
    }
    #videoCercle{
        width: 150px;
        height: 150px;
    }



    .portraitIcon{
        width: 175px;
        height: 175px;
        bottom: 30%;
        right: 26%;
    }
    #portraitCercle{
        width: 175px;
        height: 175px;

    }




    .dessinsIcon {
        width: 225px;
        height: 225px;
        left: 5%;
        bottom: 3%;
    }
    #dessinCercle{
        width: 225px;
        height: 225px;
    }



    .siteIcon {
        width: 500px;
        height: 500px;
        top: 20%;
        left: 26%;
    }
    #siteCercle{
        width: 500px;
        height: 500px;
    }


    .magazineIcon {
        width: 175px;
        height: 175px;
        bottom: 20%;
        right: 2%;
    }
    #magazineCercle{
        width: 175px;
        height: 175px;
    }


    .menuIcon {
        width: 175px;
        height: 175px;
        top:1%;
        right: 4%;
    }
    #menuCercle{
        width: 175px;
        height: 175px;
        opacity: 0;
        transition: 0.2s;
    }



    .telephoneIcon {
        width: 200px;
        height: 200px;
        bottom: 9%;
        right: 15%;
    }
    #telephoneCercle{
        width: 200px;
        height: 200px;
    }



    .ampouleIcon{
        width: 175px;
        height: 175px;
        top: -3%;
        left:40%;
    }
    #ampouleCercle{
        width: 175px;
        height: 175px;
    }




    .sidenav4 {
        height: 80%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 10%;
        left: 0;

    }

}

@media screen and (max-width: 1275px) {
    .portraitIcon{
        width: 175px;
        height: 175px;
        bottom: 40%;
        right: 10%;
    }
    #portraitCercle{
        width: 175px;
        height: 175px;

    }
}


/*Version Mobile*/


#Nom{
    padding-left: 100px
}

@media screen and (max-width: 1024px) {
    #Nom{
    display: none;
}
}

@media screen and (min-width: 2000px) {

    .siteIcon,#siteCercle{
        width: 750px;
        height: 750px;
    }
    .siteIcon{
        left:30%;
    }
    .videoIcon,#videoCercle,.ampouleIcon,#ampouleCercle{
        width: 300px;
        height: 300px;
    }
    .videoIcon{
        bottom: 26%;
    }
    .dessinsIcon,#dessinCercle{
        width: 400px;
        height: 400px;
    }
    .portraitIcon,#portraitCercle,.menuIcon,#menuCercle,.magazineIcon,#magazineCercle{
        width: 350px;
        height: 350px;
    }
    .portraitIcon{
        right:15%;
    }

}


@media screen and (max-width: 1024px) {


    .texteMobile{
        display: block;

    }
    p.texteMobile{
        text-align: left;
    }

    .Icon{
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    #ampouleCercle,.ampouleIcon{
        height: 0;
        width: 0;
    }
    .menuIcon,#menuCercle {
        height: 0;
        width: 0;
    }
    .etiquetteIcon,#etiquetteCercle{
        width: 0;
        height: 0;
    }




    .videoIcon,.portraitIcon,.magazineIcon,.siteIcon,.telephoneIcon,.dessinsIcon{
        width: 30vw;
        height: 30vw;
        margin: 0 35vw;
    }
    #dessinCercle,#siteCercle,#videoCercle,#portraitCercle,#magazineCercle,#telephoneCercle{
        width: 30vw;
        height: 30vw;
    }


    .gamepezIcon{
        width: 40vw;
        height: 30vw;
        background-image: url("images/GAMEPEZ2.PNG");
        bottom: auto;
        right: auto;
        margin: 0 30%;
    }
    #gamepezCercle{
        width: 40vw;
        height: 30vw;

    }


    .videoIcon{

        background-image: url("images/tape2.png");
        left:auto;
        bottom: auto;
    }


    .portraitIcon{

        background-image: url("images/portrait2.png");
        bottom: auto;
        right: auto;
    }



    .dessinsIcon {

        background-image: url("images/dessin2.png");
        left: auto;
        bottom: auto;
    }



    .siteIcon {

        background-image: url("images/ordi2.png");
        top: auto;
        left: auto;
    }



    .magazineIcon {

        background-image: url("images/magasine2.png");
        bottom: auto;
        right: auto;
    }


    .telephoneIcon {

        background-image: url("images/phone2.png");
        bottom: auto;
        right: auto;
    }





    #moiParle{
        width: 100%;
        animation: tourne 5s infinite;

    }


    .sidenav4 {
        display: none;
    }






}