

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

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

.margeBas{
    height: 150px;
}






@media only screen and (orientation: landscape) and (min-width: 1020px)
{
      
    #mainPageContener{
        display: none;        
    }

      h2 {
            margin-top: 100px;
        }

        h4{
            text-align: center;
            font-size: 40px;
            line-height: 40px;
            margin-top: 10px;
        }

       p{
        
        font-size: 14px;
       }

      .imageContener{
          height: 60%;
       }  

       section{
          min-height: 990px;
        }

        .imageContener img {
             margin-top: 100px;   
        }

        .blocFounders{

            position: relative;
            display: inline-block;
            float: left;
            width: 50%;
            min-height: initial!important;
            /*background-color: rgba(255, 0, 0, 0.1);*/

        }

        /*---------------------------------------------*/

        .illustrationContener{
            position: relative;
            display: inline-block;
            float: left;
            /*height: 1000px;*/
            /*background-color: rgba(0, 255, 0, 0.1);*/
            min-height: initial!important;
        }

        .imageContener{
            position: initial;
            width: 100%;
            transform: translate(0,0);
        }

        .imageContener img{
            position: initial;
            height: initial;
            width: 80%;
            margin: 10%;
            margin-top: 200px;            
            transform: translate(0,0);
        }

        #NPF{
            cursor: pointer;
        }

        #INNO{
            cursor: pointer;
        }

        /*-----------------------------------------------*/





        .contentContener{
            position: initial;
            display: inline-block;
            float: left;
            width: 50%;
            /*background-color: rgba(0, 0, 255, 0.1);*/
            /*height: 1000px;*/
            
        }

        .blocTexte{
            position: initial;
            transform: translate(0,0);
                margin-left: 10%;
        }

        .baseline{
            position: relative;
            width: 95%;
            margin-left: 2.5%;
            display: inline-block;
            float: left;
        }

}

@media only screen and (orientation: landscape)and (min-height: 864px) {
    .blocFounders{
        margin-top: 150px;
    }
}


@media only screen and (orientation: landscape) and (min-width: 1600px)
{
    .blocFounders{
        margin-top: 70px;
    }
}

@media only screen and (orientation: landscape) and (min-width: 1900px)
{
    h2{
        margin-bottom: 30px;
        margin-top: 150px;
    }

    h3{
        margin-bottom: 30px;
        font-size: 35px;
    }

    p{
        margin-bottom: 30px;
        font-size: 14px;
    }

    .imageContener{
        height: 60%;
    }

    .imageContener img {
             margin-top: 150px;   
    }

    section{
        min-height: 1200px;
    }

}