@font-face {
    font-family: 'oldlondon';
    src: url(OldLondon.ttf) 
}
@font-face {
    font-family: 'perfume';
    src: url(LTPerfume-2.ttf) 
}

@font-face {
    font-family: "fluxisch";
    src: url(FluxischElse-Regular.otf);
}


@page {
    size: 148mm 210mm;
    margin-top: 15mm;

    margin-bottom: 25mm;
  
    font-family: "oldlondon";
   
    }
    @page :left{
        margin-left: 20mm;
        margin-right: 15mm;
        @bottom-left {
            content: counter(page);
          }
      }

      @page :right{
        margin-left: 15mm;
        margin-right: 20mm;
        @bottom-right {
            content: counter(page);
          }
      }
      @page :first {
        margin-left: 20mm;
        margin-right: 15mm;
        font-family: "oldlondon";
      } 
      
     
      
      
    

    .Chapitre {
       max-width: 100%;
        
        align-items: left;
        justify-content: left;
        width: 148mm;
        height: 210mm;  
       
        flex-wrap: wrap;
       
        
    }
     
     
 
    .Chapitre img{
        
        max-width: 9cm;
        display: flex;
       margin-left: 12mm;
       margin-top: 5mm;
       border: 1px solid black;
        
        
    }
    
    .couv{ max-width: 100%;
        
        align-items: left;
        justify-content: left;
        width: 148mm;
        height: 210mm;  
       
        flex-wrap: wrap;}
    .couv img{
        max-width: 13cm;
        border: none;
        margin-top: 15mm;
    }

    .titre{
    font-family: "oldlondon";
    font-size: 40pt;
    text-align: center;
    color: black;
  
    
    
}
.soustitre{
    font-family: "perfume";
    font-style: bold;
    font-size: 25pt;
    padding-top: 8mm;
    
    color: black;
}
    .fuck{
        font-family: "perfume";
        font-size: 35pt;
        text-align: center;
        color: black;
        margin-top: 15mm;
    } .courant{
        font-family: "fluxisch";
        font-size: 9pt;
        color: black;
        margin-left:8mm
    } 
    .petit{
        font-family: "perfume";
        font-size: 16pt;
        color: black;
        
    } 
   
    .counter_page{
        font-family: "oldlondon";
        font-size:5pt;
        color: black;
        position: relative;
       
    } 



            
      
                                
          
    