
/*********************** BALISES : HTML & BODY *****************************/
@import "compass/css3";

html, body {
 /*   width: 100%;
    height: 100%;*/
      scroll-behavior: smooth;
}

body{
    display: block;
    
    background: rgb(0,0,0);

    width: 8000px;
    height: auto;
    
    font-family: 'Director Regular', monospace;
    text-align: left;
    color: aquamarine;
    
}

p, li{
    font-family: 'Director Regular', monospace;
    font-size: 1.23em;
    line-height: 1.4em;
    text-align: left;
    color: mediumaquamarine;
    list-style: decimal;
}


/**************************************************************/
/*************  POP UP OUVERTURE _______***********************/

.popup{
    height:95%;
    height:100%;
    background-color:paleturquoise;
    border-radius:5px; 
}
       
.close{
    font-size:31px;
    font-family:"FT88 Expanded";
  /*  width:100%;*/
    display: block;
    cursos:pointer;
    text-align:right;
}

.close p {
    padding: 5px;
    color:blue;
}


a.close, a:active.close{  
    font-size:31px;
    font-family:"FT88 Expanded";
    color:blue;
}

a:hover.close {
    background-color: chartreuse; 
    color: black;
    text-shadow: none;
    border-radius: 5px;
}
           
.wrapper{ 
    display: none;
    width:50vw;
    height:90%;
    position:fixed;
    top:0;
    right:10px;
    z-index:9999;
    padding:30px 30px 30px 30px; 
}
       
                     




#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: aquamarine;
z-index: 1000;
display: none;
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}

.popup1{
width: 100%;
height: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 1001;
background-color: rebeccapurple;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.text-opening{
min-width: 600px;
width: 600px;
min-height: 150px;
margin: 100px auto;
position: relative;
z-index: 1003;

}




/**************************************************************/
/*************  IMAGE AFROLAMPE ASCII BACKGROUND : POSITION ***/

#background-afrolampe{
    position: absolute;
    display: block;
    z-index: 1;
    width: auto;
    height: auto;
    
    top: 50px;
    left: 50px;  
}

.afrolampe-ascii p{
    color: #3f1f5d;
    white-space:pre;
    letter-spacing:auto;
    font-family:'BitstreamVeraSansMono','CourierNew',Courier,monospace;
    font-size: 25px;
    text-indent : 0%;
    text-align: left;
    letter-spacing: 4px;
    line-height: 1.5em;
}
.afrolampe-ascii{

   
   /* opacity: 0.7;
      background: -webkit-linear-gradient(red,darkblue);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;*/
    }

.full-composition{
  /* filter:invert(7%) sepia(72%) saturate(2800%) hue-rotate(350deg) brightness(95%) contrast(113%);*/
    width: 11200px !important;
    left: 290px;
    position: relative;
}

/**************************************************************/
/*********************  DÉPLACEMENT SUR LE SITE ***************/
#Mastress { 
    top: 50px;
    left: 150px;  
  /* max-width: 10000px;*/
 /*   very bright :
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(31,12,2,1) 23%, rgba(253,29,29,1) 53%, rgba(181,0,0,1) 59%, rgba(221,121,140,1) 80%, rgba(132,137,255,1) 100%);*/
  /* very dark :  
    background: linear-gradient(0deg, rgba(10,0,0,1) 0%, rgba(32,2,36,1) 12%, rgba(11,18,8,1) 19%, rgba(54,12,4,1) 40%, rgba(41,10,7,1) 69%, rgba(115,0,12,1) 91%, rgba(158,161,244,1) 100%); */
background: linear-gradient(0deg, rgba(29,3,3,1) 0%, rgba(52,6,59,1) 12%, rgba(27,43,20,1) 19%, rgba(68,18,8,1) 40%, rgba(96,23,16,1) 69%, rgba(115,0,12,1) 91%, rgba(158,161,244,1) 100%);
    /* original :
    background:linear-gradient(0deg, rgba(1,150,96,1) 0%, rgba(92,223,184,1) 15%, rgba(161,198,105,1) 26%, rgba(168,247,150,1) 36%, rgba(193,255,138,1) 43%, rgba(219,177,186,1) 64%, rgba(255,255,255,1) 81%, rgba(229,255,246,1) 90%, rgba(158,161,244,1) 100%);*/
    
    margin: -200px -4000px -200px -200px;
    padding: 150px 0px 300vh 150px;
}

#Main {

    position:absolute;
    float: left;
    width: auto;
    height: auto;
    padding: 20px;
    padding-top: 60px;
    z-index: 500;
}

#Main.canMove {cursor: -moz-grab;cursor: -webkit-grab;cursor: grab;}
#Main.inMove {cursor: -moz-grabbing;cursor: -webkit-grabbing;cursor: grabbing;}





/************************************************************/
/********************* TOOLBAR TOP MENU *********************/


#ToolBar {
    position: fixed;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    top: 0;
    right: 0;   
    color:blue;
    height: 7%;
    width: 100%;  
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image:  linear-gradient(to top, rgba(255,0,0,0), rgba(127, 255, 212, 1));
    z-index: 1000;
    padding-top: 4px;
}

#ToolBar  a {
 color:blue;
}

#ToolBar  a:hover {
 color:aliceblue;
}


p.Toolbar-menu, a.Toolbar-menu {
    font-family: 'Syne Regular';
    color:blue;
    font-size: 100%;
    text-align: center;
}


/****************************************************************/
/*#ToolBar>div {display: inline-block;}*/




/******************* TOOLBAR TOP MENU : ZOOM *********************/


#ToolBar span {
    background-color: paleturquoise; 
    cursor: pointer;
    transition:background .4s ease; 
    border-radius: 50px;
}

#ToolBar span:hover {
    background-color: orangered; 
    border:none; 
    border-radius: 30px;}



#zoom {
  /*  border: 0.2em solid aliceblue;
    border-radius: 90px;
    width: 100%;*/
    grid-column: 4;
    margin-left: auto;
    margin-right: auto;
    /*height: 110px;
    float: right;
    background-color:rgba(151, 236, 222, 0.2);*/
}

#zoom span {
    display: block;
    width: 2px;
    height: 0px;
    margin-right: 5px;
    text-align: center;
    float: left;
    position: relative;
    padding: 10px;
    left: 16.5px;
}

#zoom span:before {
    content: attr(data-zoom);
    display: flex; 
    justify-content: center; 
    font-size: 18px; 
    font-family: 'FT88 Expanded';
    bottom: 11px;
    position: relative;}

#modes span {display: inline-block;margin-left: 5px;padding: 0 15px;line-height: 30px;border-radius: 3px;}
#modes span.active {height: 28px;border:3px inset #000;}

#zoom input {
    visibility: hidden;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing: border-box;
    width: 100px;
    height: 14px;
    margin-right: 1px;
    position: relative;
    left: 17px;
    bottom: 15px;
}

#zoom input[type=number] {
    visibility: hidden;
    font-size: 15px;
    color: blue;
    border: none;
    background-color: greenyellow;
    text-align: center;
    border-radius: 50px;
}

/**************** TOOLBAR TOP MENU : OVERVIEW *********************/

#overview{
    position: relative;
    grid-column: 1;
    width: 100%;
    height: auto;   
}

/**************** TOOLBAR TOP MENU : READ *********************/

#read{
    position: relative;
    grid-column: 2;
    width: 100%;
    height: auto;   
}


/**************** TOOLBAR TOP MENU : about *********************/

#about{
    position: relative;
    grid-column: 5;
    width: 100%;
    height: auto;
    cursor: pointer;
}


/**************** TOOLBAR TOP MENU : ACCES *********************/

#clearvision{
    position: relative;
    grid-column: 3;
    width: 100%;
    height: auto;
    padding: 2px 5px;
}

    #clearvision a:hover {
    }



/*********************** DROPDOWM + EX-SUMMARY ************************/

#summary{
    position: relative;
    grid-column: 4;
    display: block;
    right: 0;   
    height: auto;
    width: 220px;  
    color: blue;
    z-index: 1000;
}

    #summary p{
        font-family: 'Syne Regular';
        color:blue;
        font-size: 1em;
        line-height: 1.1em;
       /* padding: 6px 0 12px 0;*/
    }


    #summary a:hover{
        color: blue;
    }


.dropdown {
  position: relative;
  display: inline-block;
}


.dropdown-content {
  display: none;
  position: relative;
  top: 4px;
}
.dropdown-content:hover {
 overflow: scroll;
}

.dropdown-content p{
    padding: 5px 10px 5px 10px;
    background-color: rgb(127,255,212);
    font-family: 'Syne Regular'!important;
    color: blue;
    font-size: 0.9em !important;
    line-height: 1.1em !important;
}

.dropdown:hover .dropdown-content {
    display: block;
    overflow: scroll;
    height: 500px;
}

.dropdown-content a:hover{
    text-shadow: none;

}

.dropdown-content p:hover{
    background-color: aliceblue;
}

/*******************************************************************/
/*********************** DIV CONTAINERS - GRID *********************/

#container{
    display: grid;
    grid-template-columns: repeat(8, 1200px);
    grid-template-rows:repeat(14, 720px);
    justify-content: stretch; 
    position: relative;
    z-index: 9900;
    height: auto;
    padding: 200px;
    column-gap: 300px;
    grid-row-gap: 200px;
    word-break: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     -o-hyphens: auto;
     hyphens: auto;
    width: fit-content;
}

#container-img{
    /*display: grid;
    grid-template-columns: repeat(12, 700px);
    grid-template-rows:repeat(12, 700px);*/
    justify-content: stretch; 
    position: absolute;
    z-index: 1000;
}


/**************************************************************/
/***********************  CREDITS & TITLE *********************/

#titre{
    grid-column-start: 2;
    grid-row-start: 1;
    line-height: 16px;
    font-size: 400%;
    column-fill: balance;
}

#titre2{
    grid-column-start: 5;
    grid-row-start: 1;
    line-height: 16px;
    font-size: 400%;
    column-fill: balance;
}

#titre pre{
column-span: none;
    }

.credits{
    grid-column-start: 6;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 2; 
  text-align: left;

}


#section-legende{
    position: relative;
    top: 40px;
    left: 0px;
}


.legende{
  text-align: left;

}

.context{
    z-index: 500;
    font-family: 'Syne Mono', monospace;
/*    line-height: 1.55em;
    font-size: 1.2em;*/
    grid-row-start: 2;
    grid-column-start: 3; 
}

.preface{
    grid-column-start: 1;
    grid-row-start: 1;
    height:fit-content;
    margin: 0 250px 0 250px !important;
    text-align: center !important;
}

.preface p, .preface li{
    text-align: center !important;
}

.agauche{
    text-align: left;
}

.titreclear{
    display: none;
}
     


/**************************************************************/
/*******************  BACKGROUND DRAWINGS *********************/

.svg_drawings, .svg_drawings_big{
    filter: invert(0%) sepia(92%) saturate(31%) hue-rotate(151deg) brightness(91%) contrast(107%);
}

.svg_drawings{
    display: grid;
    width : 2000px;
}

.svg_drawings_big{
    position:absolute;
    left: 1000px;
}

.drawings{
    color: darkgoldenrod;
    padding: 300px 0 200px 0;
    width: 48%;  column-span: all;
}
/**************************************************************/
/***  CONTAINER TEXTE > MISE EN PLACE DE LA GRILLE DU POEME ***/

p, ol, span, li, ul, .bold, .italic, .title01, .FootnoteLink {
    top: 0;
    padding: 0;
    margin: 0;
}



/**************************************************************/
/*******************  STYLE DIV CHAPITRES *********************/


:target {
  border-style: 0px;
  outline:none;
}


#section-one:target, #section-two:target, #section-three:target, #section-four:target, #section-five:target, #section-six:target, #section-seven:target, #section-sevenbis, #section-eight:target, #section-nine:target {
  border-style: 0px;
  outline:none;
  /*  scroll-margin-top: 200px;
    scroll-margin-left: 300px;*/
}

:active{
  outline:none;
}


.one:before, .two:before, .three:before, .four:before, .five:before, .six:before, .seven:before, .sevenbis:before, .eight:before, .nine:before {
  content:"";
  display:block;
  height:120px; /* the height of the fixed header*/
  margin:-120px 0 0; /* the negative of the fixed header height */
    }

 .one p, .two p, .three p, .four p, .five p, .six p, .seven p, .sevenbis p, .eight p, .nine p  {
    margin-right:25% !important; 
}

    .one {
        grid-column-start: 1;
        grid-row-start: 4;
        
    }
    
    .two {
        grid-column-start: 2;
        grid-row-start: 4;

    }

    .three {
        grid-column-start: 3;
        grid-row-start: 4;
    }

    .four {
        grid-column-start: 3;
        grid-row-start: 10;
    }

    .five {
        grid-column-start: 4;
        grid-row-start: 4;
    }

    .six {
        grid-column-start: 4;
        grid-row-start: 9;
    }

    .seven {
        grid-column-start: 5;
        grid-row-start: 4;
    }

    .sevenbis {
        grid-column-start: 6;
        grid-row-start: 4;
    }


    .eight {        
        grid-column-start: 7;
        grid-row-start:4;
        

    }

    .nine {
        grid-column-start: 8;
        grid-row-start: 4;
    }

/**************************************************************/
/************* NOTES *****************************************/

/************* APPEL DE NOTE *********************************/

.footnoteref{
    top: -8px;
    left: 2px;
    font-size: 0.88em;
}

a.footnoteref:hover {
    color: aliceblue;
   text-shadow: fuchsia 10px 10px 1px, red 0px 10px 1px, olive 5px -4px 3px;
}


pre .footnoteref {
    top: 2px;
    left: 2px;
    font-size: 1.3em;
}

/************* NOTES DE FIN *********************************/


#notes {
    position: relative;
    display: grid;
    grid-row: 14;
    grid-column-start: 1;
    grid-template-columns: repeat(8, 1200px);
    column-gap: 300px;
    text-indent: -2.5em;
}

em#notes, #notes em{
    font-family: 'FT88 School';
}


    .notespref{
        grid-column-start: 1;
    /*    grid-row-start: 14;*/
        align-self: end;
    }

    .notes12{
        grid-column-start: 2;
    /*    grid-row-start: 14;*/
        align-self: end;
    }


    .notes34{
        grid-column-start: 3;
      /*    grid-row-start: 14;*/
        align-self: end;
    }
  
    .notes5{
        grid-column-start: 4;
     /*    grid-row-start: 14;*/
        align-self: end;
    }
    .notes6{
        grid-column-start: 5;
       /*    grid-row-start: 14;*/
        align-self: end;
    }
    .notes7{
        grid-column-start: 6;
       /*    grid-row-start: 14;*/
        align-self: end;
    }
    .notes77{
        grid-column-start: 7;
       /*    grid-row-start: 14;*/
        align-self: end;
    }
    .notes89{
        grid-column-start: 8;
        /*    grid-row-start: 14;*/
        align-self: end;
    }

.notespref p, .notes12 p,  .notes34 p,   .notes5 p,  .notes6 p,  .notes7 p,  .notes77 p,  .notes89 p{
    font-family: ;
    font-size: ;
    line-height: ;
    color:olivedrab;
    padding-top: 20px;
    padding-right: 500px;
}


#Main.canMove:target {
    scroll-margin-top: 0px;
    scroll-margin-left: 0px;
}

#Main.inMove:target {
    scroll-margin-top: 0px;
    scroll-margin-left: 0px;
}


[id^=_ftn]:target {
    scroll-margin-top: 200px;
    scroll-margin-left: 300px;
    scroll-margin-right: 300px;
}

.footnoteref:target{
    scroll-margin-top: 200px;
    scroll-margin-left: 1000px;
     scroll-margin-right: 300px;
}

/*
[id^=_ftnref]:target {
    scroll-margin-top: 200px;
    scroll-margin-left: 1000px;
}
*/

/**************************************************************/
/*********************************  ENRICHISSEMENT DU TEXTE ***/


/*
.notesref {
    font-style: normal;
    vertical-align: 41%;
    font-size: 85%;
    line-height: 1;
    margin-left: 0.4%;
}
*/


a:hover {
    color: aliceblue;
   /* text-shadow: fuchsia 10px 10px 1px, red 0px 10px 1px, olive 5px -4px 3px;*/
}

pre{
    white-space:pre;
    letter-spacing:auto;
    font-family:'BitstreamVeraSansMono','CourierNew',Courier,monospace;
    font-size: 0.76em;
    text-align: left;
    column-span: all;
    line-height: 1.02em; 
}

pre a, a pre, .introduction pre a{
    white-space:pre;
    letter-spacing:auto;
    font-family:'BitstreamVeraSansMono','CourierNew',Courier,monospace;
    font-size: 1em;
    text-align: left;
     column-span: all;
    line-height: 1.02em; 
}

strong{
    font-family: 'Syne italic', 'Wondertype','synebold-spiro';
    font-size: 1.4em;
    color: #FF3399;
    line-height: inherit;
     text-shadow: #170a45 18px 15px 2.8px;
}






em{
    font-family: 'Director Regular', serif;
 /*   font-style: italic;*/
}

a, a:active, a:checked, a:default{
    font-family: 'Director Regular';
    color: chartreuse;
    z-index: 9990;
    position: relative;
    cursor: pointer;
}


a strong{
    font-family: 'Syne italic', 'Wondertype','synebold-spiro';
    color: #FF3399;
    line-height: inherit;
    font-size: 1em;
     text-shadow: chartreuse 18px 15px 2.8px;
}

a:hover strong{
     text-shadow: #170a45 18px 15px 2.8px, red 0px 30px 1px, olive 5px -49px 3px, aliceblue 15px -19px 3px;
}

/**************************************************************/
/******************** TITRAGE **********************************/

h1{
    font-family: inherit;
}

h2{
    font-family: 'Director Regular';
    font-size: 3em;
    word-break: break-word;
}

h3 {
    font-family: 'Synemono Regular';
    font-size: 3em;
    word-break: break-word;
}

h3 strong{
    font-family: 'Wondertype','synebold-spiro';
    font-size: 1.4em;
    color: #ff3ed7;
    line-height: inherit;
    text-shadow: #69ff00 10px 6px 6.8px;
}

h4{
    font-family: 'Synemono Regular';
    padding-top: 50px;
    font-size: 2.5em;
    color: mediumaquamarine;
}


h5{
    font-family: 'Synemono Regular';
    padding-top: 50px;
    font-size: 2.5em;
    color: mediumaquamarine;
}

h6{

    }


/*****************************************************************************/
/********** LÉGENDE **********************************************************/


.dot {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
    top:4px;
    position: relative;
}

.square {
    height: 4px;
    width: 25px;
    border-radius: 30%;
    display: inline-block;
    margin-right: 10px;
    top: 3px;
    position: relative;
}

p.legende {
    font-family: 'Syne Regular';
    color: aqua;
    font-size: 0.7em;
    line-height: 1.1em ;
    padding: 3.5px;
}

/*****************************************************************************/
/********** LIEN VERS CHAPITRES SUIVANT / NEXT CHAPTER **********************/

.goto svg{
    width: 230px;
    fill: aquamarine;
    padding: 50px 50px 50px 300px;
}
.goto:hover svg{
    fill: orangered;
}

/***************************************************************/
/**************** FRAME POP-UP**********************************/



.introduction a.openpop {
    border-bottom: 1.5px solid fuchsia;
}

.introduction a.openpop:hover, .introduction a.openpop:hover strong {
    color: cyan;
    border-bottom: 1.5px solid black;
     text-shadow: none;
}

.introduction a:hover em {
     color: cyan;
}


#attachements_frame{
border: 0;
}


