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

body{
    position: absolute;
    display: block;
    background: white; 
    width : 100%;
    margin-left: auto;
    padding: 20px;
     font-size:15pt;
    line-height:22pt;
}

body p {
    color : darkblue; 
   
}


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

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

a#Toolbar, #Toolbar a, a.clearvision, a.navbar{
    color: darkblue;
}
#Toolbar a:hover, a:hover.clearvision, a:hover.navbar{
    color: mistyrose;
}

p.Toolbar-menu, a.Toolbar-menu {
    font-family: 'Syne Regular';
    color: darkblue;
    font-size: 1.5em;
    line-height: 1.1em;
    text-align: center;
}

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

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

#zoom {
  /*  border: 0.2em solid aliceblue;
    border-radius: 90px;*/
    width: 100%;
    grid-column: 4;
    /*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;
}

:target {
  border-style: 0px;
  outline:none;
    scroll-margin-top: 200px;
    scroll-margin-left: 1000px;
    scroll-margin-right: 1000px;
}

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

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


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

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

#about a:hover{
    cursor: pointer;
    color:hotpink;    
}


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

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

    #clearvision a:hover {
    }

/************************ INTRODUCTION POP UP *****************/
#intropopup {
    background-color: white !important;
    border: 3px solid greenyellow;
    height: 600px !important;
    z-index : 1200;
    padding-left : 40pt;
    padding-right : 40pt;
    margin : 40pt;
    position : fixed;
    top: 0;
    overflow: auto; 
}
#intropopup::-webkit-scrollbar {
  width: 20px;
}
#intropopup::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px white; 
  border-radius: 10px;
}
#intropopup::-webkit-scrollbar-thumb {
  background: blueviolet; 
  border-radius: 10px;
}
#intropopup::-webkit-scrollbar-thumb:hover {
  background: blueviolet; 
}

.introduction p, .context p{
    color : teal !important;
}

.introduction em{
    font-family :'Synemono Regular' !important;
    color : mediumorchid !important;
}

.introduction strong{
    font-family :'Syne Bold' !important;
    color:darkslateblue !important;
}


/**************** INFOBOX *********************/

#infobox{
    position: fixed;
    width : 22%;
    top:0;
    left:2%;
    padding: 10px;
    font-family: 'Syne Italic';
    font-size:0.8em;
}

#infobox a{
}
#infobox a:hover{
    color:darkturquoise;
}

#infobox li{
    color:black;
}

h1 {
    font-family: 'Syne ExtraBold';
    font-size: 1.4em;
    color:mediumvioletred;
    line-height: 1.2em;
}

h2 {
    display: none;
    font-family: 'Syne Bold';
    font-size: 1.3em;
    padding-top:20px;
    padding-bottom:20px;
    color: mediumvioletred;
}

h2 strong{
    display: none;
    font-family:'Syne ExtraBold';
    font-size: 1.3em;
    color: deeppink;
}

h3 {        
    font-family:'Syne Bold';
    font-size:1.2em;
    padding-bottom:20px;
    color: darkseagreen;
}

h4 { 
    display:none;
}

h5 { 
    font-family:'Synemono Regular';
    font-size:1.2em;
    padding-bottom:20px;
    color: darkseagreen;
}

.titreclear {
    font-family: 'Syne Extrabold';
}


pre{
    display: none;
}

 .introduction pre{
    display: block;
}


#container{
    position: absolute;
    float: left;
    right: 15%;
    left: 20%;
    top: 100px;
}

.clearcontainer{}
.clearcontainer p {   
    font-family: 'Director Regular';
    font-size: 1em;
    text-align: left;
    line-height: 1.35em;
    letter-spacing: -0.02em;
}
.clearcontainer strong {
    font-family: 'Syne Bold';
    font-size: 1em;
    text-align: left;
    color: limegreen;
}
.clearcontainer em {
    font-family: 'FT88 School';
    font-size: 1em;
    text-align: left;
}
.clearcontainer a {
    font-family: 'Syne Italic';
    color: hotpink;

}
.clearcontainer a:hover {
    color:fuchsia;
}

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

ol, ul, li{
    list-style: auto;
    margin-left: 18px;
    padding: 0;
    font-family: 'Director Regular';
}


@media /*only screen and */(max-width: 700px) {
    
body{
    background: white; 
    color :darkblue; 
    font-size:0.8em;
    line-height:1em;
    padding:0px;
    margin: 0px;
}
    
#infobox{
    position: fixed;
    width:8%;
    top:0;
    left:1.5%;
    padding:10px;
    font-family: 'Syne Italic';
    font-size:1.2em;
    line-height:1.5em;
}  
    
#intropopup{
    background-color: white !important;
    border: 3px solid greenyellow;
    width: 80% !important;
    height: 600px !important;
    z-index : 1200;
    padding-left : 40pt;
    padding-right : 40pt;
    margin : 40pt;
    position : fixed;
    top: 0;
    overflow: auto; 
    font-size: 0.5em;
}
    
#intropopup p{
    font-size: 1.1em;
    line-height: normal;
}
    
    .navbar span{
    display:none;
    }

    #container{
    top:30px;
    right:20px;
    left:20px;
    }
    
    .clearcontainer p{
        letter-spacing: -0.09em;
    }
    
    .clearcontainer strong {
        letter-spacing: -0.02em;
    }
    
    .clearcontainer a {
        letter-spacing: 0em;
    }
    
    .clearcontainer {
    word-wrap: anywhere;
    }
    
    .messagemobile{
        padding : 5px;
        margin-bottom: 20px;
        border-radius: 10px;
        background-color: mediumorchid;
        color: white;
    }
    
    .footnoteref{
    top: -4px;
    left: 2px;
    font-size: 0.78em;
    }
    
    ol, ul, li{
    list-style: auto;
}
    :target{
    scroll-margin-top:100px;
    }
   
}



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

.popup{
    height:95%;
    height:100%;
    background-color:greenyellow;
    border-radius:5px;   
    border: greenyellow solid 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: orchid; 
    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; 
}
       




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

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

