h2{
    text-align: center;
    width: 80%;
    margin-left: 10%;
}

.illustrationContenerMobile img{
    width:80%;
    margin-left:10%;    
}

.illustrationContenerMobile:nth-child(2) img{
   
    margin-top: 25px;
}

.illustrationContenerMobile:nth-child(4) img{
   
    margin-top: 0px;
    margin-bottom: 50px;
}

.illustrationContenerMobile:nth-child(6) img{
   
    margin-top: 10px;
    margin-bottom: 50px;
}

.illustrationContenerMobile:nth-child(8) img{
   
    margin-top: 10px;
    margin-bottom: 50px;
}

.illustrationContenerMobile:nth-child(10) img{
   
    margin-top: 10px;
    margin-bottom: 150px;
}

.highLightContener{
    display: none;
}




@media only screen and (orientation: landscape) and (min-width: 1020px)
{

    .highLightContener{
        display: block;
    }

    .illustrationContener{
        width: 100%;
    }

    .imageContener{
        width: 100%;
    }

    .schemaContener{
        height: 65%;
        width: 85%;
        margin-left: 7.5%;
    }

    h2{
        text-align: center;
    }

    .schemaBloc{
        width: 20%;
    }

    .schemaBloc img,canvas{
        height: initial;
        width: 100%;
    }

    .highLightContener img {
        height: initial;
        width: 90%;
    }


    #mainPageContener .pageContener:nth-child(1) .illustrationContener .imageContener .schemaContener .schemaBloc:nth-child(1) img,canvas{
        left: 30%;
    }

    #mainPageContener .pageContener:nth-child(1) .illustrationContener .imageContener .schemaContener .schemaBloc:nth-child(3) img{
        left: 10%;
    }

    #mainPageContener .pageContener:nth-child(1) .illustrationContener .imageContener .schemaContener .schemaBloc:nth-child(5) img{
        left: 10%;
    }

    #mainPageContener .pageContener:nth-child(1) .illustrationContener .imageContener .schemaContener .schemaBloc:nth-child(7) img{
        left: 20%;
    }
}