/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

<style>

@import url('https://fonts.googleapis.com/css2?family=Changa&display=swap');

@font-face {
    font-family: 'DINdong';
    src: url('https://bouchilamontagne.fr/files/DINdong.eot');
    src: url('https://bouchilamontagne.fr/files/DINdong.eot?#iefix') format('embedded-opentype'),
        url('https://bouchilamontagne.fr/files/DINdong.woff2') format('woff2'),
        url('https://bouchilamontagne.fr/files/DINdong.woff') format('woff'),
        url('https://bouchilamontagne.fr/files/DINdong.svg#DINdong') format('svg'),
        url('https://bouchilamontagne.fr/files/DINdong.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}





body {
    font-family: 'DINdong', 'Changa', sans-serif;
	font-size: 16px;
	background: #fff;
	color: #000;
	line-height: 1.4em;
}

/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #888888; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; color:black; }
a img { border: none; }

/* general styles */
small { font-size: 9px; }
code { font-family: monospace; }
blockquote { padding-left: 9px; }

/* headings */
h1 { font-family: 'DINdong', sans-serif; font-size: 20px; margin-bottom: 1em; font-weight: 500; line-height: 1.2em;color:black; }
h2 { font-family: 'DINdong', sans-serif; font-size: 9px; margin-bottom: 1em; font-weight: bold; }
h3 { font-size: 14px; margin-bottom: 1em; }
h4 { font-size: 14px; margin-bottom: 1em; }
strong, b {
    font-weight: bold;
    font-family: 'DINdong',sans-serif;
    font-size: 16px;
    color:#000;
}

#index .top {
}

/* paragraph width */
#index p { margin-bottom: 1em; }
#exhibit p, code, blockquote { width: 600px; color:#666; margin-bottom: 1em; /* line-height: 1.3em; */ }

/* highlighter style - maybe you want to change colors? */
.highlight { background: #ccff00; color: #000; }

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
#index { width: 245px; background: #fff; line-height: 1.8em; text-align: right;}
#exhibit { margin: 0 0 0 245px; }

/* styling the index */
#index ul { list-style: none; margin: 0; }
#index ul.section { margin-bottom: 1em; }
#index ul.section li {line-height:1.4em;}
#index ul.subsection {  }

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }

/* styles for the section titles */
#index ul.section span.section_title, 
#index ul.section span.section_title a 
{ color: #000;
font-family: 'DINdong', sans-serif;
font-size: 20px;
text-transform: uppercase;
letter-spacing: 0.08em; }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { }

/* active exhibit title parts */
/* color of active exhibit title link and font-weight */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, 
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{ font-weight: normal; color: #000;font-size:11pt;}

/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup.new_exhibit { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
#index ul li sup.new_exhibit:before { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; content: "New"; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link {color:#888888;  } 
#index a:visited {text-decoration:line-through!important;}
#index a:hover {color:#000; } 
#index a:active {color:#000;} 

/* links styles only for the #exhibit region */
#exhibit a:link { text-decoration: underline; }
#exhibit a:visited {  }
#exhibit a:hover { text-decoration: none; } 
#exhibit a:active {  } 

/* links styles just for h1 title of site (your name/logo) */
#index h1 a { text-decoration: none; color: #000; }
#index h1 a:visited { text-decoration: none; color: #000; }

#index h1 a:hover { text-decoration: none; }

/* this is where you adjust your paddings for #index and #exhibit together */
.container { padding: 27px 9px 25px 27px; }

/* this is where you pad them separately */
#index .container {  }
#exhibit .container {  }

/* size and style of titles and captions (not mobile though) */
.captioning { margin-top: 2px; }
.title { font-size: 0.7em; font-style: italic; line-height: 1.2em; }
.caption { font-size: 0.8em; font-style: italic; line-height: 1.2em; }

ul#section_5 {
    padding-top: 15px;
    margin-top: 30px;
}

#index .bot {
    color: #ccc;
}

#index ul.section span.section_title, #index ul.section span.section_title a {
    cursor: default!important;}

</style>