
@font-face {
    font-family: police1;
    src: url(fonts/DelaGothicOne-Regular.ttf);
}

@font-face {
    font-family: police2;
    src: url(fonts/InstrumentSerif-Italic.ttf);
}

@font-face {
    font-family: police3;
    src: url(fonts/InstrumentSerif-Italic.ttf);
}

@font-face {
    font-family: police4;
    src: url(fonts/IBMPlexSans-Light.ttf);
}

body {
    font-family: police2;
    overflow-x: hidden; 
    color: rgb(255, 0, 0);
    
}

#corp{
    height: 95%;
}

#logo {
    display: none;
}

#fly {
    display: none;
}


button {
    display: block;
    margin: 0 auto;
    margin-top: 100px;
    background-color: red; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
  
    font-size: 16px;
    
    cursor: pointer;
}


h1 {
    
    font-family: police1;
    font-size: 5vw;
    margin-top: 0px;
    margin-bottom: 1%;
    color: rgb(255, 0, 0);
    display: inline-block;
    padding-left: 0.5%;
    padding-right: 0.5%;
} 

h2 {
    font-family: police4;
    font-size: 1vw;
    margin-top: 1%;
    padding-left: 0.5vw;
    color: rgb(255, 0, 0);
}

h3 {
    font-family: police4;
    text-align:inherit;
    margin-top: 0px;
    font-size: 1vw;
    color: rgb(255, 0, 0);
}

h4 {
    font-family: police1;
    font-size: 4vw;
    margin-top: 40px;
    margin-bottom: 10%;
    padding-left: 1%;
    padding-right: 1%;
    line-height: 90%;
    
    color: rgb(255, 0, 0);
    word-wrap: break-word;
    
}



#presentation, #infos {
    width: 33%;
    color: rgb(255, 0, 0);

}

p {
    text-align: justify;
    font-size: 2vh;
    color: rgb(255, 0, 0);
}

a {
    color: rgb(255, 0, 0);
}


#fric {
    padding-right: 2%;
}

#t1, #t2, #t3, #t4, #t5, #t6 {
    position: absolute;
    font-family: police3;
    color: white;
    font-size: 20vw;
    font-weight: bold;
}

#t1 {
    top: -75px;
    left:-15px;
}
#t2 {
    top: 100px;
    left:15%;
}
#t3 {
    top: 80px;
    left:40%;
}

#t4 {
    top: 50px;
    left:65%;
}

#t5 {
    top: 80px;
    right:0px;
}

#t6 {
    bottom: -85px;
    right: 0px;
}


#p5js{
    position: absolute;
    right:1%;
    top:10px; 
  
 /* background: blue;
  clip-path: polygon(40% 80%, 30% 50%, 60% 90%, 90% 80%, 60% 30%, 60% 80%, 65% 10%);
  animation: clips 3s ease infinite;
  */
}









/***************** SMARTPHONE MODE PORTRAIT *********************/
/****************************************************************/
/****************************************************************/

@media screen and (orientation: portrait) {

    
#corp {
    height: 95%;
    margin-top: 400px;
}

    #presentation, #infos {
        width: 100%;      
    
    }

    h2{
       
        font-size: 2vw;   
    }

    h3{
        
        font-size: 3vw;   
    }
    h1 {       
        font-size: 14.9vw;
    }

    h4 {      
        font-size: 10vw;
    }


    #t1 {
        top: 0px;
        left:-15px;
    }
    #t2 {
        top: 10px;
        left:15%;
    }
    #t3 {
        top: 60px;
        left:40%;
    }
    
    #t4 {
        top: 50px;
        left:65%;
    }
    
    #t5 {
        top: 10px;
        right:0px;
    }
    
    #t6 {
        bottom: -24px;
        right: 0px;
    }

}


/**************************** PRINT A3 **************************/
/****************************************************************/
/****************************************************************/

@media print {

    @-moz-document url-prefix() { 
     
    }

        @page{
            size: A3;    
            margin-left: 0.5in;
            margin-right: 0.5in;        
        }



        a {display: none;}
        #presentation p {
            display: none;
        }

     
        h1 {
            margin-top:20px;
            font-size: 120px;
            color:red;
            z-index:99999999;
            position: absolute;
        }

        h2 {
            margin-top:1000px;
            font-size: 20px;
            color:red
        }


        h3 {
            
            font-size: 25px;
            width: 100%;
            color:red;
            
            
        }

        #con{
            margin-top:275px;
            position:absolute;
            display:inline-block;
        }


        #corp {
            position: relative;
            top:-300px;
            margin-top: 0px;
        }
        #impr{
            margin-top:-100px;

        }


        h3:after {
            
            content: '';
            
            width: 100%;
        }

        h4 {
            font-size: 90px;
            margin-top: 200px;
            right: 10px;
            color:red;
            margin-bottom:75px;
            text-align: right;
        }

        p {
            margin-top:-60px;
            font-size: 1px;
            color:red;
        }

        #presentation {
            margin-top:100px;
            width: 100%;      
        
        }

        #infos {
            position: absolute;
            bottom: -300px;
            z-index: 10000;
            width: 100%;
        }

        #p5js {
          
            position: absolute;
            right:auto;
            left:auto;
            top:0;

          height:100px;
          width:100%;
          
          
        
        }

        #t1 {
            top: 0px;
            left:-15px;
        }
        #t2 {
            top: 10px;
            left:15%;
        }
        #t3 {
            top: 60px;
            left:40%;
        }
        
        #t4 {
            top: 50px;
            left:65%;
        }
        
        #t5 {
            top: 10px;
            right:0px;
        }
        
        #t6 {
            top: 280px;
            right: 0px;
        }


    #logo {
        display: block;
        position: relative;
        top:60px;
    }

    #logo img {
       
       width: 75px;
    top:0px;
       

    }

    #infos {
        margin-top: 100px;

      
    }

    #infos p{
      
        font-size: 30px;
        text-align: justify;
        
    }


    #logo {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; 
        position: relative;
    }


    #img {
   
        max-width: 100%;
        height: auto;
        
    } 
   
       
       
}