@font-face {
font-family: police1  ;

src: url( font/Rene\ Bieder\ -\ Mackay\ Bold.otf);

}
@font-face {
    font-family: police2  ;
    
    src: url( font/Rene\ Bieder\ -\ Mackay\ Italic.otf);
    
    }
    

body {
background-color: white;
    font-family:Rene Bieder - Mackay  ;
    font-size: 30pt;
  
}

section{
    margin-top: -2mm;
    margin-left: -2mm;
    margin-bottom: 0mm;
    margin-right: 0mm;
    width:297mm;
    height:420mm;
    border:2px solid red;
    background-image: url('02.jpg');
    background-size: cover;
    position: absolute;
    
}

#carre2 {
    margin-left: 50mm;
    margin-top: 300mm;
    height: 100mm;
    width: 100mm;
    background: whitesmoke;
    opacity: 90%;
    position:absolute;
    transform: rotate(60deg); /* Safari et Chrome */
    
    
}




h1 {
    margin-top: 150mm;
    margin-left: 0mm;
    color: whitesmoke;
    text-align:center;
    
    
    font-size: 700pt;
    font-family:police1;
    mix-blend-mode: difference;
    position: absolute;
    
    line-height: 1em;
    
    

}
#carre {
    margin-left: 110mm;
    margin-top: 200mm;
    height: 140mm;
    width: 140mm;
    background: whitesmoke;
    opacity: 70%;
    position: absolute;
    transform: rotate(45deg);
    
}
h2 {
    
    font-size: 10pt;
    margin-left: 225px;
    margin-top: 690px;
    margin-bottom: 100px;
    text-align:left;
    font-family: police2;
    color: whitesmoke;
    position:absolute;
    mix-blend-mode: difference;
}
h3{
 font-family: police2;
 color:whitesmoke;
 font-size:10pt;
 margin-top:  580px;
 margin-left: 670px;
 mix-blend-mode: difference;
 position:absolute;

 


}
h4{
    font-family: police2;
    color:whitesmoke;
    font-size: 53pt;
    transform: scaleX(2.5);
    transform: rotate(90deg);
    margin-top: 312mm;
    margin-left:144mm;
    mix-blend-mode:difference;
    position:absolute;
    

}



@media print {

    @page {
        size:29Omm 420mm;
        
        
    }

section{
    border:0;
}

}



@media screen {


}