@CHARSET "UTF-8";

.ap_container {
    border: 1px solid #bfbfbf;
    margin-top: 18px;
    margin-bottom: 18px;
}

body {
    background-color: white;
    font-family: sans-serif;
    font-size: 18px;
    color: #303030;
    margin: 0px;
}

article, aside, header, figcaption, footer, nav {
    display: block;
}



@media screen and (min-width: 1400px) and (max-width:4800px) {
    body header {
        position: relative;
        top: 0px;
        left: 240px;
        width: 820px;
        height: 200px;
        background-image: url('../../public/images/banniere.jpg');
        background-repeat: no-repeat;
        background-position: left;
    }
    body header nav {
        position: absolute;
        top: 204px;
        /*left: 16px;*/
        /*width: 792px;*/
        padding: 4px;
        text-align: left;
    }
    body aside {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 4px;
        width: 232px;
        min-height: 192px;
        background-color: #f0f0f0;
        font-weight: bold;
        color: black; 
    }
    article {
        position: absolute;
        top: 236px;
        left: 240px;
        width: 53%;
        padding-bottom: 40px;
    }
    .autresArticles {
        float: right;
        background-color: #f0f0f0;
        width: 30%;
    }
}
@media screen and (min-width: 800px) and (max-width:1400px) {
    body header {
        position: relative;
        top: 0px;
        left: 0px;
        width: 820px;
        height: 200px;
        background-image: url('../../public/images/fondEnTetePage.jpg');
        background-repeat: no-repeat;
        background-position: left;
    }
    body header nav {
        position: absolute;
        top: 204px;
        /*left: 16px;*/
        /*width: auto;*/
        padding: 4px;
        text-align: left;
    }
    body aside {
        position: absolute;
        top: 235px;
        left: 0px;
        padding: 4px;
        width: 200px;
        min-height: 192px;
        background-color: #f0f0f0;
        font-weight: bold;
        font-size: 12px;
        color: black; 
    }
    article {
        position: relative;
        top: 40px;
        left: 218px;
        width: 70%;
        padding-bottom: 40px;
    }
    .autresArticles {
        position: relative;
        background-color: #f0f0f0;
        left: 218px;
        top: 30px;
        width: 70%;
    }
}
@media screen and (min-width: 240px) and (max-width:800px) {
    body header {
        position: relative;
        top: 0px;
        left: 0px;
        width: 400px;
        height: 100px;
        background-image: url('../../public/images/fondEnTetePage400px.jpg');
        background-repeat: no-repeat;
        background-position: left;
    }
    body header nav {
        position: absolute;
        top: 102px;
        left: 16px;
        width: auto;
        padding: 4px;
        text-align: left;
    }
    body aside {
        display: none;
    }
    article {
        position: relative;
        top: 80px;
        left: 0px;
        width: 99%;
        padding-bottom: 40px;
    }
    .autresArticles {
        position: relative;
        top: 60px;
        background-color: #f0f0f0;
        width: 100%;
    }
}



body header nav a {
    color: black;
    display: inline-block;
}

body header nav a + a {
    margin-left: 6px;
}

body header nav a:hover {
    color: white;
    background-color: blue;
}

body header nav form {
    display: inline; 
}



/*
body aside + aside {  second ASIDE dans BODY réservé aux inserts publicitaires 
    position: absolute;
    top: 242px;
    left: 0px;
    width: 232px;
    background-color: white;
    text-align: center;
}

body aside p {
    margin-bottom: 6px;
}

aside h2 {
    margin-top: 8px;
    margin-bottom: 2px;
    font-size: 1.5em;
    color: black;
    line-height: 1.3;
    border-bottom: 1px solid #a2a9b1;
}

aside p {
    margin-top: 0px;
    margin-bottom: 1px;
}

aside p:hover {
    background-color: #fcca73;
}


article {
    position: absolute;
    top: 236px;
    left: 262px;
    width: 50%;
    padding-bottom: 40px;
}  */
@media screen and (min-width: 1400px) and (max-width:4800px) {
}
@media screen and (min-width: 800px) and (max-width:1400px) {
}
@media screen and (min-width: 240px) and (max-width:800px) {
}



article dl dt  { 
    margin-top:12px; margin-bottom: 6px; font-weight: bold;
}

article figure {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*article figure img {
    width: 94%;
}*/

article figure figcaption {
    text-align: left; padding: 4px;
    margin-top: 12px;
    color: black;
    font-style: italic;
    border-left: 24px solid #afafaf;
}





body article h1 {
    font-stretch: condensed;
    font-size: 32px;
    color: black;
    height: 40px;
    padding-left: 4px;
    margin-top: 0px;
    padding-top: 12px;
}


/*
 @TODO: ici gestion FIGURE... 

*/

article h2 {
    font-family: 'Linux Libertine','Georgia','Times','Serif';
    font-family: 'Monospace';
    margin-top: 38px;
    margin-bottom: 10px;
    padding: 0;
    line-height: 1.3;
    font-size: 1.6em;
    color: #303030;
    border-bottom: 1px solid #c0c0c0;
}

article h3 {
    font-size: 1.2em;
    line-height: 1.6;
    padding-top: 0.5em;
    border-bottom: dotted 1px #aaa;
    height: 24px;
    padding-top: 6px; padding-left: 8px;
    margin-top: 30px;
}

article h4 {
    font-size: 1.1em;
    line-height: 1.6;
    padding-top: 0.5em;
    margin-bottom:6px;
    height: 24px;
    padding-top: 6px; padding-left: 8px;
    margin-top: 30px;
}

article p {
    margin-top: 0px;
    margin-bottom: 6px;
    padding-left: 6px;
    line-height: 130%;
}

.dateArticle {
    text-align: right;
    color: #a0a0a0;
}


article ul li p {
    margin-top: 6px;
}

article ul {
    margin-top: 0px;
    margin-bottom: 6px;
}

article ul li {
    margin-top: 6px;
}

article ol {
    margin-top: 0px;
    margin-bottom: 6px;
}

article ol li {
    margin-bottom: 6px;
}

article code {
    color: red;
    background-color: #e0e0e0;
    font-weight: bold;
    font-size: 119%;
    padding-left: 12px; padding-right: 12px;
}

article footer {
    margin-top: 24px;
    /*text-align: center;*/
}

.pubHorizontale {
    border: 1px dotted #e1d791;
    min-width: 728px; height: 90px;
}

.forth::after {
    display: block;
    margin-top: 12px;
    font-family: monospace;
    color: #c0c0c0;
/*    background-color: #fcefa1;*/
    font-weight: bold;
    content: '\\ you can click to the links in this FORTH code to have online documentation'; 
}

.asm-forth::after {
    display: block;
    margin-top: 12px;
    font-family: monospace;
    color: #c0c0c0;
    /*background-color: #fcefa1;*/
    font-weight: bold;
    content: '\\ you can click to the links in this FORTH code to have online documentation'; 
}

.esp32-forth::after {
    display: block;
    margin-top: 12px;
    font-family: monospace;
    color: #c0c0c0;
    /*background-color: #fcefa1;*/
    font-weight: bold;
    content: '\\ you can click to the links in this FORTH code to have online documentation'; 
}
/*


*/
.highlight_source {
    margin-left: 12px;
    color: black;
    /*font-family: monospace;*/
    font-size: 14px; 
    padding: 4px;
    border: 1px dotted #c0c0c0;
    background-color: #f7f7f7;
    margin-right: 0px;
}


.ourse {
    font-weight: bold;
}

.encadre {
    border: 1px solid #a0a0a0;
    padding: 4px;
    width: 100%;
    margin-bottom: 8px;
}

.alert {
    background-color: #dfdfdf;
    color: darkviolet;
    width: 99%;
    font-weight: bold;
}

.nouveau::after { 
    content: " *** NEW / NOUVEAU ***"; 
    color: red;
    font-weight: bold;
}

a.attente::after { 
    content: "   (redaction en cours)"; 
    color: #c0c0c0;
    text-decoration: none;
}

.updated::after { 
    content: " MIS A JOUR "; 
    color: white;
    background-color: #303030;
    font-weight: bold;
    margin-left: 12px;
}

.tableau { 
    width: 90%; background-color: #c0c0c0; 
    margin-bottom: 12px; margin-top: 24px; }
.tableau  thead tr th { 
    background-color: #e0e0e0; }
.tableau  tbody tr td, th { 
    text-align: center; }
.tableau tbody tr { 
    background-color: white;  }
.tableau  tbody tr:hover {
    background-color: yellow;
}
/*
.left { 
    text-align: left; }

iframe {
    margin-top: 12px;
    margin-bottom: 12px;
}
*/
.titre01 {
    display: block;
    margin-top:18px;
    margin-bottom:20px;
    font-weight: bold;
    font-size: 150%;
    text-decoration: none;
    list-style: none;
    margin-left:0;
    padding-left:0;
    color: black;
}

.titre02 {
    display: block;
    margin-top:18px;
    font-weight: bold;
    font-size: 130%;
    text-decoration: none;
    list-style: none;
    margin-left:0;
    padding-left:0;
    color: black;
}

.titre03 {
    display: block;
    margin-top:18px;
    font-weight: bold;
    font-size: 110%;
    text-decoration: none;
    list-style: none;
    margin-left:0;
    padding-left:0;
    color: black;
}


/*
.question {
    font-weight: bold;
    color: mediumblue;
    font-style: italic;
}
*/

li {
    line-height: 150%;
}

.submenu {
    background-color: #f0f0f0;
}


/*
.keywords {
    position: absolute;
    top: 236px;
    left: 1120px;
    padding: 4px;
    width: 232px;
    min-height: 40px;
    background-color: #f0f0f0;
}
*/
.keywords h1 {
    width: auto;
    height: 40px;
    background-color: #f0f0f0;
    padding-left: 12px;
    margin-top: 0px;
    padding-top: 12px;
}



@media screen and (min-width: 1400px) and (max-width:4800px) {
    .lastArticles {
        max-width: 400px;
        position: absolute;
        top: 0px;
        right: -424px;
        padding: 4px;
        min-height: 40px;
        background-color: #f0f0f0;
    }
}
@media screen and (min-width: 800px) and (max-width:1400px) {
    .lastArticles {
        position: absolute;
        top: 420px;
        right: -220px;
        padding: 4px;
        width: 45%;
        min-height: 40px;
        background-color: #f0f0f0;
    }
}
@media screen and (min-width: 240px) and (max-width:800px) {
    .lastArticles {
/*        position: relative;
        top: 0px;
        left: 856px;*/
        padding: 4px;
        width: 400px;
        min-height: 40px;
        background-color: #f0f0f0;
    }
}

.lastArticles h1 {
    width: auto;
    height: 15px;
    background-color: #f0f0f0;
    padding-left: 12px;
    margin-top: 0px;
    padding-top: 12px;
}

/*

.book {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 16px;
    text-align: center;
}

.book img {
    box-shadow: 8px 8px 12px #777; margin-bottom: 10px;
}

.redBold {
    color: red; font-weight: bold;
}
*/
.signature {
    margin-top: 16px;
    margin-bottom: 50px;
    text-align: right;
}

.key { 
    display:inline-block; 
    color:white;
    background-color: blue;
    padding-left: 15px; padding-right: 15px;
}

