
/*---------------------------INTRO-----------------------------------*/


#mainPageContener .pageContener:nth-child(1) .contentContener .highLightContener img:nth-child(1){
    left: 50%;
    transform: translate(-50%,0);
}


/*---------------------------SCHEMA-----------------------------------*/

#mainPageContener .pageContener:nth-child(2) .illustrationContener{
    width: 100%;
}



#mainPageContener .pageContener:nth-child(2) .illustrationContener .imageContener h2{
    text-align: center;
    width: 80%;
    margin-left: 10%;
}

.blocFleche{
    display: none;
}

#mainPageContener .pageContener:nth-child(2) .illustrationContener .imageContener .schemaContener .flecheMobile:nth-child(4){
    margin-top: 40px;
}

#mainPageContener .pageContener:nth-child(2) .illustrationContener .imageContener .schemaContener .schemaBloc:nth-child(5){
    margin-top: 40px;
}

#mainPageContener .pageContener:nth-child(2) .illustrationContener .imageContener .schemaContener .flecheMobile:nth-child(6){
    margin-top: 70px;
}

#mainPageContener .pageContener:nth-child(2) .illustrationContener .imageContener .schemaContener .schemaBloc:nth-child(7){
    margin-top: 100px;
}


#mainPageContener .pageContener:nth-child(2) .illustrationContener .imageContener .schemaContener .blocFleche img:nth-child(1){
    position: absolute;
    top: 50%;
    left: 24%;
    width: 70px;
    height: auto;
    transform: translate(-50%,-50%);
}

.flecheMobile{
    height: 40px;
    text-align: center;
}

.flecheMobile img{
    height: 100%;
    width:initial;
    transform: rotate(90deg);
}

#mainPageContener .pageContener:nth-child(2) .illustrationContener .imageContener .schemaContener .blocFleche img:nth-child(2){
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: auto;
    transform: translate(-50%,-50%);
}

#mainPageContener .pageContener:nth-child(2) .illustrationContener .imageContener .schemaContener .blocFleche img:nth-child(3){
    position: absolute;
    top: 50%;
    left: 74%;
    width: 70px;
    height: auto;
    transform: translate(-50%,-50%);
}

/*---------------------------NORTH SEA-----------------------------------*/

#mainPageContener .pageContener:nth-child(3) .contentContener{
    right: initial;
    left: 5%;
    width: 90%;
    margin-top: 100px;
    display: none;
}

#mainPageContener .pageContener:nth-child(3) .illustrationContener{
    left: initial;
    right: 0;
    display:none;
}

#mainPageContener .pageContener:nth-child(3) .illustrationContener .imageContener{
   height: 100%;
   width: 100%;
}

#mainPageContener .pageContener:nth-child(3) .illustrationContener .imageContener img:nth-child(3){
   right: 0;
   top: initial;
   left: initial;
   transform: translate(0,0);
}

#mainPageContener .pageContener:nth-child(3) .illustrationContener .imageContener img:nth-child(4){
   right: 0;
   top: initial;
   left: initial;
   transform: translate(0,0);
}

#mainPageContener .pageContener:nth-child(3) .contentContenerMobile:nth-child(11) h4{
   margin-top: 30px;
}

/*---------------------------CONCLUSION-----------------------------------*/

#mainPageContener .pageContener:nth-child(4) .illustrationContener{
    width: 100%;
}

#mainPageContener .pageContener:nth-child(4) .illustrationContener img:nth-child(1){
    /*position: absolute;*/
    right: 0;
    width: 150%;
    margin-top: 50px;
}

#mainPageContener .pageContener:nth-child(4) .illustrationContener img:nth-child(2){
    /*position: absolute;*/
    top: 50%;
    right: 7%;
    margin-top: 50px;
    margin-left: 10%;
    margin-bottom: 100px;
    width: 80%;
    /*transform: translate(0,-50%);*/
}


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

    /*---------------------------INTRO-----------------------------------*/

    #mainPageContener .pageContener:nth-child(1) .contentContener .highLightContener img:nth-child(2){
        height: 70px;
    }

    #mainPageContener .pageContener:nth-child(1) .contentContener .blocTexte p{
        font-size: 14px;
    }

    /*---------------------------SCHEMA-----------------------------------*/

    .blocFleche{
        display: block;
    }



    #mainPageContener .pageContener:nth-child(2) .illustrationContener .imageContener h2{
       width: initial;
       margin-left: initial;
    }

    .flecheMobile{
        display: none;
    }

    #mainPageContener .pageContener:nth-child(2) .illustrationContener .imageContener .schemaContener .schemaBloc:nth-child(5){
        margin-top: 0px;
    }

    #mainPageContener .pageContener:nth-child(2) .illustrationContener .imageContener .schemaContener .schemaBloc:nth-child(7){
        margin-top: 0px;
    }


    #mainPageContener .pageContener:nth-child(2) .illustrationContener .imageContener{
        width: 90%;
    }

    .schemaBloc img{
        height: 80%;
    }


    #mainPageContener .pageContener:nth-child(2) .illustrationContener .imageContener .schemaContener .blocFleche img{
        width: 40px!important;
    }


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

    /*---------------------------NORTH SEA-----------------------------------*/

    #mainPageContener .pageContener:nth-child(3) .contentContener{
        right: initial;
        left: 7%;
        width: 52%;
        margin-top: initial;
        display: block;
    }

    #mainPageContener .pageContener:nth-child(3) .illustrationContener{
        left: initial;
        right: 0;
        display:block;
    }

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

    #mainPageContener .pageContener:nth-child(3) .illustrationContener .imageContener img:nth-child(3){
       right: -17%;
    }

    #mainPageContener .pageContener:nth-child(3) .illustrationContener .imageContener img:nth-child(4){
       height: 75%;
       top: 12%;
    }

    /*---------------------------CONCLUSION-----------------------------------*/

    #mainPageContener .pageContener:nth-child(4) .illustrationContener{
        width: 100%;
    }    

    #mainPageContener .pageContener:nth-child(4) .illustrationContener img:nth-child(1){
        position: absolute;
        right: 6%;
        top: 15%;
        height: 70%;

        width: initial;
        margin-top: initial;
    }  

    #mainPageContener .pageContener:nth-child(4) .illustrationContener img:nth-child(2){
        position: absolute;
        top: 50%;
        right: 7%;
        height: 70%;
        transform: translate(0,-50%);

        margin-top: initial;
        margin-left: initial;
        margin-bottom: initial;
        width: initial;
    }

}

@media only screen and (orientation: landscape) and (min-width: 1600px)
{
    /*---------------------------INTRO-----------------------------------*/

    #mainPageContener .pageContener:nth-child(1) .contentContener .highLightContener img:nth-child(2){
        height: 105px;
    }

    #mainPageContener .pageContener:nth-child(1) .contentContener .blocTexte p{
        font-size: 17px;
    }

    /*---------------------------NORTH SEA-----------------------------------*/


    #mainPageContener .pageContener:nth-child(3) .illustrationContener .imageContener img:nth-child(3){
        right: 0;
    }

    #mainPageContener .pageContener:nth-child(3) .illustrationContener .imageContener img:nth-child(4){
        height: 85%;
    }

    /*---------------------------CONCLUSION-----------------------------------*/

    #mainPageContener .pageContener:nth-child(4) .illustrationContener img:nth-child(1){
        height: 90%;
        right: 0;
        top: 5%;
    }    

    #mainPageContener .pageContener:nth-child(4) .illustrationContener img:nth-child(2){
        top: 40%;
    }

}


@media only screen and (orientation: landscape) and (min-width: 1900px)
{
    /*---------------------------INTRO-----------------------------------*/

    #mainPageContener .pageContener:nth-child(1) .contentContener .highLightContener img:nth-child(2){
        height: 100px;
    }

    #mainPageContener .pageContener:nth-child(1) .contentContener .blocTexte h2{
        margin-bottom: 30px;
    }

    #mainPageContener .pageContener:nth-child(1) .contentContener .blocTexte h3{
        margin-bottom: 40px;
    }

    #mainPageContener .pageContener:nth-child(1) .contentContener .blocTexte p{
        margin-bottom: 40px;
        line-height: 22px;
    }

    /*---------------------------SCHEMA-----------------------------------*/

    .schemaBloc img{
        height: 100%;
    }

    #mainPageContener .pageContener:nth-child(2) .illustrationContener .imageContener{
        width: 100%;
    }

    #mainPageContener .pageContener:nth-child(2) .illustrationContener .imageContener .schemaContener .blocFleche img{
        width: 70px!important;
    }

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

    /*---------------------------NORTH SEA-----------------------------------*/

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

    #mainPageContener .pageContener:nth-child(3) .illustrationContener .imageContener img:nth-child(3){
       right: 0;
    }

    #mainPageContener .pageContener:nth-child(3) .illustrationContener .imageContener img:nth-child(4){
       height: 100%;
       top: initial;
    }

    #mainPageContener .pageContener:nth-child(3) .illustrationContener .imageContener canvas:nth-child(1){
        left: 50%;
    }

    /*---------------------------CONCLUSION-----------------------------------*/

    #mainPageContener .pageContener:nth-child(4) .illustrationContener img:nth-child(1){
        position: absolute;
        right: 0;
        top: initial;
        height: 100%;
    }

}

















