@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400');
@import url('https://fonts.googleapis.com/css?family=Cardo');
@import url('https://fonts.googleapis.com/css?family=Inconsolata');

/* ------------------------------------- [ STYLE GLOBALE  ] ---------------------------------------*/
body {
    font-family: 'Cardo', serif;
    font-size: 18px;
    color: #222;
    background-color: #f9f8f6;}

a {color: red}

a:focus, a:hover {
    color: #d80000;
    text-decoration: none;}

li {list-style: none; display: inline;}

.black {background-color: #222; transition: 0.3s ease;}


/* ------------------------------------ [ TYPOGRAPHIE D'ENSSEMBLE ] ------------------------------*/


/* Typo générale
-----------------*/
h1 {font-family: 'Libre Baskerville', serif; font-size: 40px;}
h2 {font-size: 30px; text-align: center;}
h3 {font-size: 20px; font-family: "Inconsolata", monospace;margin-bottom: 20px;}

h2::first-letter{color: red;}

p {line-height:1.8em; font-weight: 400;}

blockquote:before {
    color: red;
    content: open-quote;
    font-size: 2em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;}

blockquote {  
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 18px;
    font-style: italic;
    line-height: 1.5em;
    border-left: 1px solid red;
    quotes: "\201C""\201D""\2018""\2019";}

figure {display: inline;}
/* ------------------------------------ [HEADER ] ---------------------------------------------*/
.header h1 {
    font-size: 20px;}

.navbar-default {
    background-color: #f9f8f6;
    border-color: #eee;
}

.navbar .container{margin-left: 1px;}

.header{padding-bottom: 10px;}

.header a{color:#222;}

/* ----------------------------------- [ CONTENUE DU CORPS ] ---------------------------------*/

.corps {
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 100px;
    border: 1px solid #eee;}

.carps .container{border: 1px solid #eee;}

/* Class speciphic
-------------------*/
.pagetitle {
    text-align: center;
    font-style:italic;
    font-size: 34px;
    margin: 0 auto;
    margin-bottom: 25px;}

.pagenumbering { 
    margin-right: 10px;
    font-size: 30px;
    color: red;}

.footnote a {
    color: red;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    font-family: "Inconsolata", monospace;}

.corps img {
    width: 10%;
    height: 22px;
    object-fit: cover;
    border: 1px solid red;
    vertical-align: baseline;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);}

.corps .imgclic  {
    width: auto;
    height: auto;
    border: 1px solid red;
    vertical-align: middle;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    max-width:400px; /* real image width */
    z-index:9999;
    position:fixed;
    top:0; left:0; right:0; bottom:0;
    margin:auto;
    object-fit: cover;}

.columns-1 .column { width: 100%; }
.columns-2 .column { width: 10%; }
.columns-3 .column { width: 33.33%; }
.columns-4 .column { width: 25%; }
.columns-5 .column { width: 20%; }

/* ----------------------------------- [ SOMMAIRE ] -------------------------------------------*/
.sommaire p {
    text-align: center;
    font-style: italic;
    display: block;
    padding: 0.5em 0 0em 0;
    color: #aaa;}

.sommaire a{ 
    text-align: center;
    font-style: italic;
    display: block;
    padding:0.5em 0 0.5em 0;
    color: #222; }
    
.sommaire a:hover{ 
    font-family: 'Libre Baskerville', serif; 
    font-size: 24px;
    font-style: italic;
    transition: 0.1s ease; }

/* ----------------------------------- [ FOOTER ] -------------------------------------------*/

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f9f8f6;
    border-top: 1px solid #eee;
    font-style: italic;
    font-size: 16px;}

.footer a{padding-right: 24px; color:#222;}

.scroll {
    position: relative;
    height: 60px;
    padding-top: 15px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

.scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar
{
    height: 10px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb
{
    background-color: red;
}

/* --------------------------------- [ MEDIA QUERIES ] -----------------------------------*/


/* Medium
------------------------------------------------------------------------------------------*/


/* Large
------------------------------------------------------------------------------------------*/
@media(min-width:1200px){

/* Typo big screen */ 
 body{font-size: 22px;}

 h1{font-style: 50px;}
 h2{font-size: 34px; padding:35px 0 10px 0;text-align: left;}
 h2::first-letter{font-size:40px;}
 h3 {font-size: 30px;}

.corps{padding-left: 50px; padding-right: 50px;}

.pagetitle{font-size: 50px;}

blockquote {font-size: 20px;}

.corps img{width: 5%;height: 33px;}

.corps .imgclic  {max-width:50%; z-index:9999; /* real image width */}

.sommaire a{ padding:1em 0 1em 0;}
.sommaire a:hover{ font-size: 25px;}

}