
/**
 * @file
 * Main CSS
 * (styles specifiques au projet en cours)
 */


/*      Vertical center everything (IE8+)
        update 2015/03/25 12:30:04 - plus voulu
        @see http://redmine.neuros.fr/issues/5297
*

html {
    position: absolute;
    display: table;
    height: 100%;
    width: 100%;
}
body {
    display: table-cell;
    vertical-align: middle;
}

/*      Vertical center - Fix Drupal admin menu
*
body.admin-menu {
    padding-top: 29px;
}
/**/


/* ============================================================
    Layout
============================================================ */


.center-wrap {
    margin: 0 auto;
    width: 62.5em; /* 1000px */
}

.page {
    
    /*      update Paul 2015/02/04 17:49:02 - plus de bordure sur le conteneur
            @see http://redmine.neuros.fr/issues/4507
    border: 0.0625em solid #8E8E8E;
    border-top: none;
    */
    
    /*min-height: 12.5em;*/ /* 200px */
    background-color: #FFF;
}

[role="main"] {
    min-height: 25em; /* 400px */
}

/* Pull left - img tag */
img.pull-left {
    margin: 0 1em 0.5em 0; /* 0 16px 8px 0 */
}

/* Pull right - img tag */
img.pull-right {
    margin: 0 0 0.5em 1em; /* 0 0 8px 16px */
}

/* Columns */
.col-wrap {
    display: table;
    width: 100%;
}
.col {
    display: table-cell;
    vertical-align: top;
}
.col--pad {
    padding: 10px;
    padding: .625rem;
}
.col--pad-base-rl--l {
    padding: 10px 20px;
    padding: .625rem 1.25rem;
}
.col--pad-l {
    padding: 20px;
    padding: 1.25rem;
}
.col--pad-h {
    padding: 0 10px;
    padding: 0 .625rem;
}
.col--pad-trl {
    padding: 10px 10px 0 10px;
    padding: .625rem .625rem 0 .625rem;
}
.col--pad-trl--l {
    padding: 20px 20px 0 20px;
    padding: 1.25rem 1.25rem 0 1.25rem;
}
.col--A {
    /*      update Paul 2014/11/03 19:36:52 - d'après la maquette des oeuvres, le fond est + clair
            (même couleur que la bordure du haut)
            -> pour l'instant j'uniformise, car on dirait que c'est une erreur ?
    background-color: #93033d;
            update Paul 2015/02/05 14:51:17 - eh bien en fait non, cette "entorce" était voulue. Design médiocre, je trouve.
    */
    /* background-color: #6C062E; */
	background-color: rgb(147, 3, 61);
    position: relative;
}
.col--A,
.col--A a:visited,
.col--A * {
    color: #FFF;
}
.col--A a:hover {
    color: #ff0056;
}

.col--A a:hover sup {
    color: #ff0056;
}

/* 5440 */
.col .panel-zone-left {
	width: 39%;
    float: left;
}

.col .col--pad-l .panel-zone-main {
	width: 39%;
    float: left;
}

.col .col--pad-l .panel-zone-main  h1 {
	font-size: 2.4em;
}

.col .col--pad-base-rl--l .col--A {
	width: 22%;
    height: 604px;
    float: left;
}


/*      NB: par ex. sur Anthologie "Regards sur l'esclavage" (node/162)
        la colonne de gauche doit occuper tout l'espace qui reste
        @see nodes appronfondir_sommaire_et_texte
        update 2014/12/10 12:58:24 - modif dans tpl du panels avec utility class
*
.panel-zone-d {
    width: 100%;
}
/**/



/*      Hack Paul 2015/03/04 14:06:26 - Limiter la largeur des zones col de droite
        @see http://redmine.neuros.fr/issues/5192
*/

.panel-zone-right {
    min-width: 165px;
    min-width: 10.3125rem;
    max-width: 213px;
    max-width: 13.3125rem;
}



/*      Hack Paul 2014/10/21 13:46:40 - classe CSS custom sur le pane du node title à la place ?
        @see nodes approfondir
*/
.col--B h1 {
	/*
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    */
	font-size: 1.9em;
	padding-bottom: 3.5rem;
}


/*      Pour le système de ligne répétables avec Field Collection
        @example nodes approfondir
*/

.ligne .u-cell {
    vertical-align: top;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    }
    .ligne__visuel {
        padding-top: 6px;
        padding-top: 0.375rem;
    }
    .ligne__visuel > a {
        display: block;
        padding-bottom: 10px;
        padding-bottom: 0.625rem;
    }
    .ligne__visuel > a {
        border: 0 none;
    }
    .ligne__texte {
        padding-left: 20px;
        padding-left: 1.25rem;
    }
    .ligne__visuel--inline .ibgrid__item {
        max-width: 160px; /* en dur, mais correspond à taille du visuel max */
    }
    /*.ligne__visuel--inline .ibgrid__item + .ibgrid__item {
        padding-left: 10px;
        padding-left: 0.625rem;
        }*/
        .ligne__visuel--inline .ibgrid__item > a {
            display: block;
            border: 0 none;
        }
        .ligne__visuel--inline .ibgrid__item > a > img {
            max-width: 100%;
            height: auto;
        }
    .ligne--dotted {
        border-top: 1px dotted #b8003e; /* NB: needs border-collapse: collapse on parent table - @see .table-fields */
    }
    .ligne__iac {
        position: relative;
        }
        
        /*      Note sélecteur trop "fort" : requis à cause de .node-type-approfondir h3
        */
        .node-type-approfondir .ligne__iac h3 {
            font-weight: bold;
        }
        
        .ligne__iac .ibgrid {
            margin-bottom: 16px;
            margin-bottom: 1rem;
        }
        .ligne__iac h3,
        .ligne__iac .ibgrid::after {
            border-bottom: 1px solid #b8003e;
        }
        .ligne__iac .ibgrid::after {
            content: "";
            display: block;
            margin: 0 8px;
            margin: 0 .5rem;
        }
        .ligne__iac figcaption {
            display: none;
            position: absolute;
            bottom: 10px;
            bottom: .625rem;
            right: 0;
            color: #b8003e;
        }
        .ligne__iac figure:hover figcaption {
            display: block;
        }
        .ligne__iac .ibgrid__item > a,
        .ligne__iac .ibgrid__item > img {
            display: block;
        }
        .ligne__iac .ibgrid__item > a {
            border: 1px solid transparent;
            padding: 2px;
        }
        .ligne__iac .ibgrid__item > a:hover {
            border: 1px solid #b8003e;
        }


/*      Views extraits et citation
        @example nodes appronfondir_sommaire_et_texte
*/

.liste-lignes > ul {
    list-style: none;
    }
    .liste-lignes .ligne--dotted {
        padding-top: 5px;
		padding-bottom: 5px;
    }
    /*.liste-lignes .ligne--dotted:first-child {
        border: 0 none;
        padding: 0;
    }*/
    .liste-lignes .ligne--dotted:last-child {
        border-bottom: 1px dotted #b8003e;
        margin-bottom: 50px;
    }
    .liste-lignes .ligne--dotted > a,
    .liste-lignes .ligne--dotted > a * {
        color: #93033D;
        transition: all 0.17s ease;
    }
    .liste-lignes .ligne--dotted > a:hover,
    .liste-lignes .ligne--dotted > a:hover * {
        color: #FF0056;
    }


/*      Views Repères
*/

.htree,
.htree__item,
.htree__leaves,
.htree__leaf {
    list-style: none;
    margin: 0;
    }
    .htree__item {
        clear: left;
        margin-bottom: 30px;
        margin-bottom: 1.875rem;
        }
        .col--theme .pane-title,
        .htree__item h2,
        .htree__item h3 {
            border-top: 1px solid #8e0436;
            margin: 0;
            padding: 5px 0;
            padding: 0.3125rem 0;
            text-transform: uppercase;
            color: #8e0436;
            font-weight: bold;
        }
        .htree__item h2 {
            /*border-top: 2px solid #8e0436;*/
            font-size: 26px;
            font-size: 1.625rem;
        }
        .htree__item h3 {
            border-bottom: 1px solid #8e0436;
            font-size: 14px;
            font-size: .875rem;
        }
        .htree__item .htree__item {
            clear: none;
            float: left;
            margin-bottom: 0;
            width: 20%;
            padding: 0 10px;
            padding: 0 .625rem;
        }
        .htree__item > .htree {
            margin: 0 -10px 0 -10px;
            margin: 0 -.625rem 0 -.625rem;
            }
            .htree__leaves,
            .htree__leaf {
                list-style: none;
                margin: 0;
            }
            .htree__leaf {
                border-bottom: 1px dotted #8e0436;
                padding: 3px 0;
                padding: .1875rem 0;
            }
            .htree__leaf,
            .htree__leaf a {
                color: #050505;
                /* font-weight: bold; */
                font-size: 12px;
                font-size: .75rem;
                line-height: 1;
            }
            .htree__leaf a:hover {
                color: #ff0056;
            }
            .htree__leaf a::before {
                content: "\e605";
				margin-left: -3px;
                vertical-align: middle;
                font-family: 'icomoon';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }



/* ============================================================
    Apparences de Zones (conteneurs)
============================================================ */


header[role="banner"] {
    /* border-top: 1px solid #93033D; */
    
    /*      update Paul 2015/02/04 18:11:17 - ajustements nouveaux PSDs
            @see http://redmine.neuros.fr/issues/4507
    */
    margin-bottom: -0.2375rem;
	height: 70px;
    }
    header[role="banner"] .block {
		margin-top: 0.65em;
    }
    .not-front header[role="banner"] {
        /* border-top: 0.1em solid #93033D; */
    }

footer[role="contentinfo"] {
    border-top: 1px solid #93033d;
    margin: 0;
    padding: 0.5em 1em;
    background-color: #DEDEDE;
	clear: both;
}

.sep--top {
    border-top: 0.2em solid #93033D; /* 6px */
}
.sep--bottom {
    /* border-bottom: 0.375em solid #93033D; /* 6px */
	border-bottom: 0.375em solid rgb(147, 3, 61);
}

.zone-toggled {
    background: #FFF;
    /*border-bottom: 0.0625em solid #93033D;*/ /* 1px */
    border-bottom: 0.375em solid #93033D; /* 6px */
    padding-top: 10px;
}

.tabs-wrap {
    margin-top: 0;
}

.field-body,
.field-contenu-texte {
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 14px;
    font-size: 0.875rem;
}



/* ============================================================
    Elements
============================================================ */


/*      Liens
*/

li a,
nav a {
    border: 0 none;
}
[role="navigation"] a {
    color: #222;
    }
    [role="navigation"] a:focus,
    [role="navigation"] a:hover {
        color: #ff0056;
    }
a.active {
    color: #ff0056;
}
a.inactive{
    color: #222;
}
.back-top {
    border: 0 none;
    margin-left: 20px;
    margin-left: 1.25rem;
    /*font-size: 14px;
    font-size: 0.875rem;*/
    font-size: 12px;
    font-size: 0.75rem;
    color: #93033D;
	margin-top: 18px;
	position: relative;
    left: 5px;
}


/*      Lien spécial "lire l'oeuvre"
        @see http://classes.bnf.fr/essentiels/montesquieu/lettres-persanes/index.htm
        @see http://classes.bnf.fr/essentiels/montesquieu/considerations-sur-les-romains/index.htm
*/

.field-lire-loeuvre {
    margin-top: 15px;
    }
    .field-lire-loeuvre a {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        font-size: 24px;
        font-size: 1.5rem;
        text-transform: uppercase;
        padding: 5px 0;
        color: #000;
        /*background: url(../img/chevron-droite.png) no-repeat right;*/
        }
        .field-lire-loeuvre a::after {
            /*content: "\e614";*/
            content: "\e61a";
            font-size: 80%;
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            vertical-align: baseline;
            padding-left: .3em;
        }
    .field-lire-loeuvre a:hover {
        color: #ff0056;
        text-decoration: none;
    }


/*      Titres
*/

h1::before {
    display: block;
    /*margin-bottom: 15px;
    margin-bottom: 0.9375rem;*/
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    content: " ";
    background: #222;
    width: 30px;
    width: 1.875rem;
    height: 4px;
    height: 0.25rem;
    }
    h1 small {
        /* padding-top: 12px; */
        /* padding-top: .75rem; */
        color: #222;
		
		padding-top: 0.25rem;
        /*
        font-size: 0.514em;
        font-size: 14px;
        */
        font-size: .4375em; /* = 14px (desired) / 32px (context) */
    }
    .col--A h1::before {
        background: #FFF;
    }
    .field-body h1 {
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
		font-size: 2em;
    }

/*      Uniformisation :
        toutes les zones de texte riche suivant un titre principal
        auront une marge de 15px en haut, contrairement aux maquettes
        qui ne sont pas uniformes :
        comparer auteur - http://classes.bnf.fr/essentiels/montesquieu/index.htm
        avec oeuvre secondaire - http://classes.bnf.fr/essentiels/montesquieu/considerations-sur-les-romains/index.htm
        
        D'ailleurs, mettons l'équivalent de 2 sauts de ligne pour le rythme vertical (typographie)
        au lieu de 15px. De rien.
*/
h1 + .field-body {
    /*
    margin-top: 15px;
    margin-top: .9375rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    */
    /* margin-top: 7px;
    margin-top: .4375rem; */
	/*margin-top: -15px;*/
}

.pane-title {
    /*
    margin: 22px 0 0 0;
    margin: 1.375em 0 0 0;
    */
    margin: 1.25em 0 0 0;
    margin-top: 20px;
    /*padding: 4px 0;*/
    padding: 0.25em 0;
    font-size: 1.5em; /* 24px */
    text-transform: uppercase;
    font-weight: normal;
    }
    .pane-title:first-child {
        margin-top: 0;
    }
    .col--A .pane-title {
        border-top: 1px solid #FFF;
    }

.pane--small-title .pane-title {
    /*margin: 22px 0 0 0;*/
    margin: 1.375em 0 0 0;
    padding: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3;
    font-weight: bold;
    }
    .col--A .pane--small-title .pane-title {
        border: 0 none;
    }
    .pane--small-title-bordered:first-child .pane-title,
    .pane--small-title:first-child .pane-title {
        margin-top: 0;
    }

.pane--small-title-bordered .pane-title {
    margin: 1.375em 0 0 0;
    padding: 5px 0 3px 0;
    padding: .3125rem 0 .1875rem 0;
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 1.3;
    font-weight: bold;
}

.views-field-title,
.views-field-field-explorer-1{
    padding: 0.5em 0 0 0;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    line-height: 1.2;
}

/*      @example nodes approfondir
*/
.panel-zone-main h2 {
    border-bottom: 1px #b8003e solid;
    margin: 0 0 10px 0;
    margin: 0 0 0.625rem 0;
    padding: 0 0 5px 0;
    padding: 0 0 0.3125rem 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #b8003e;
}


/*      Groupes / Listes
*/

.item-list > ul {
    list-style: none;
    }
    .pane-entity-field > .field-themes-multi-ref,
    .item-list > ul > li {
        margin: 0;
        padding: 2px 0;
        padding: .125rem 0;
        
        /*      @see update 2014/11/04 12:40:55
        */
        /*white-space: nowrap;*/
        display: table;
        /*width: 100%; CECILE*/
		/* margin-left: 2px; */
    }
    .pane-entity-field > .field-themes-multi-ref::before,
    .item-list .field-lien-toutes-les-oeuvres::before,
    .item-list > ul > li::before {
        font-family: 'icomoon';
		position: relative;
		left: -4px;
        speak: none;
        line-height: 1.2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothin.ligne__texte, p, pre, blockquote, ul, ol, dl, figure, figcaption, table, fieldset, detailsg: grayscale;
        
        /*float: left;*/
        /*display: inline-block;*/
        
        /*      update 2014/11/04 12:40:55 - word-wrap BREAKS in inline-block
                -> table-cell, AGAIN. #Fatigue
        */
        display: table-cell;
        width: 1%;
        
        content: "\e605";
        vertical-align: top;
        font-size: 10px;
        padding-top: 3px;
    }
	
    .pane-entity-field > .field-themes-multi-ref > *,
    .item-list .field-lien-toutes-les-oeuvres a,
    .item-list > ul > li > * {
        
        /*      @see update 2014/11/04 12:40:55
        */
        /*display: inline-block;*/
        /*white-space: normal;*/
        display: table-cell;
        vertical-align: top;
		line-height: 1.2em;
		position: relative;
		left: -4px;
        
    }
    //      Update 2015/03/30: Ajouter du champs Toutes les oeuvres'
    //      @see http://redmine.neuros.fr/issues/5263
    .item-list .field-lien-toutes-les-oeuvres a{
        font-size: 0.9rem;
        line-height: 1.5;
        margin: 0 0 0.5em 0;
    }
    .pane-oeuvres .view-display-id-block .item-list > ul{
        margin: .125rem 0;
    }
        .item-list .field-lien-toutes-les-oeuvres{
            font-size: 0.9rem;
        }
    /*      update 2014/11/03 19:54:12 - do NOT change this without reason
            @see merdier http://classes.bnf.fr/essentiels/montesquieu/index.htm
            -> rendu vue "champs" - DÉCOCHER "Fournir les éléments par défaut des enveloppes de champs"
    .item-list .views-field-title {
        padding: 0;
    }
    */
    .pane-entity-field > .field-themes-multi-ref > a,
    .item-list > ul > li > a {
        line-height: 1.2em;
		position: relative;
		left: -4px;
    }
    .pane-entity-field > .field-themes-multi-ref > a {
        font-size: 14px;
        font-size: .875rem;
    }
    


/*      Elements interactifs
*/

.btn {
    display: block;
    border: 0 none;
    background-color: #93033D;
}
.btn--wide,
.btn--fullw {
    padding-left: .5em;
    padding-bottom: 1px; /* hack weird spacing */
    width: 15.9375rem;
    line-height: 1.25; /* 20px; */
}
.btn--wide {
    width: 256px;
}

.view-themes .item-list {
    border: none;
}

.btn--fullw {
    width: 100%;
    }
    .btn--fullw [class^="icon-"],
    .btn--wide [class^="icon-"],
    .btn--wide [class*=" icon-"],
    .btn--fullw [class*=" icon-"] {
        line-height: 1.25;
        padding-right: .15em;
    }
.btn--squared {
    display: inline-block;
    border: 0 none;
    width: 1.875em; /* 30px; */
    height: 1.5625em; /* 25px; */
    /*background-color: #6C062E;*/
    background-color: #93033D;
    text-align: center;
    }
    .btn:focus,
    .btn:hover,
    .btn--squared:hover {
        background-color: #FF0056;
    }
    .btn,
    .btn *,
    .btn:focus,
    .btn:hover,
    .btn:visited,
    .btn:focus *,
    .btn:hover *,
    .btn--squared,
    .btn--squared * {
        color: #FFF;
    }
    .btn [class^="icon-"],
    .btn [class*=" icon-"],
    .btn--squared [class^="icon-"],
    .btn--squared [class*=" icon-"] {
        vertical-align: middle;
    }
.btn--inv {
    background-color: #FF0056;
}
.btn--inv:focus,
.btn--inv:hover {
    background-color: #93033D;
}
.btn--inactive:focus,
.btn--inactive:hover,
.btn--inactive,
.btn--inactive * {
    background-color: black;
    color: white;
}
/*      Variante home
*/
.btn--inactive-alt,
.btn--inactive-alt *,
.btn--inactive-alt:focus,
.btn--inactive-alt:hover {
    background-color: #720026;
    color: #b8003e !important;
}


/*  hack paul 2014/10/08 16:44:38 - décalage visuel perceptible pour la flèche vers le bas */
/*  update 2014/10/13 14:12:04 - partout où cet icone est utilisé, en fait */
/*
.icon-arrow-down {
    position: relative;
    top: 2px;
    top: 0.125rem;
}
*/
.is-off .icon-arrow-l-up,
.is-on .icon-arrow-l-down,
.is-off .icon-arrow-up,
.is-on .icon-arrow-down,
[aria-expanded="false"] .icon-arrow-up,
[aria-expanded="true"] .icon-arrow-down {
    display: none;
}



/* ============================================================
    Composants
============================================================ */


/*  @see http://caniuse.com/#feat=css-sel2 */
header[role="banner"] [role="search"],
header[role="banner"] [role="navigation"] {
    float: right;
}

.siteinfo a {
    border: 0 none;
}
.siteinfo a.u-cell {
	position: relative;
    top: -7px;
}
.siteinfo figure {
    float: left;
}
.siteinfo figure:last-child {
    margin-left: 3px;
    }
    .siteinfo figure > a {
        display: block;
    }


/*      Menu dépliant Gallica
        (En haut de page)
*/

#container {
    position: relative;
	border-top: 1px solid #93033D;
}

.menu-gallica {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
/*
.admin-menu .menu-gallica {
    top: 1.875em; /* 30px *
}
*/

#menu-gallica-control {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    margin-left: -0.9375em; /* -15px; */
}
/*
.admin-menu #menu-gallica-control {
    top: 1.875em; /* 30px *
}
*/


/*      Menu principal
        (En haut de page)
*/

.dropdown-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    }
    
    /*      update Paul 2015/02/05 11:48:34 - Navigation : les filets séparateurs entre les mots (chrono - thèmes - repères) doivent être noirs et avoir la même hauteur que les mots (soit 10 px)
    .dropdown-menu > li + li a {
        border-left: 1px solid #93033D;
    }
    */
    .dropdown-menu > li + li::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        background: black;
        height: .7em;
        width: 1px;
        
        /*      Décalage (pas centré)
        */
        position: relative;
        top: -1px;
    }
    
    .dropdown-menu a {
        text-transform: uppercase;
        padding: 0 10px;
        padding: 0 .625rem;
    }
    .sub-menu {
        position: absolute;
        left: 0;
        z-index: 3;
        margin: 0;
        padding: 5px 12px 20px 12px;
        padding: 0.3125rem 0.75rem 1.25rem 0.75rem;
        background: #FFF;
        }
        .sub-menu > li {
            margin: 0;
            padding: 0;
            list-style: none;
            min-width: 165px;
            min-width: 10.3125rem;
            }
            .sub-menu li > a {
                display: block;
                border-bottom: 1px solid #222;
                padding: 2px 0;
                padding: 0.125rem 0;
                text-transform: initial;
            }
            .sub-menu li:first-child > a {
                border-top: 1px solid #222;
            }


/*      Search form
*/

[role="search"] input[type="text"] {
    padding: 0 24px 0 5px;
    padding: 0 1.5rem 0 .3125rem;
    width: 125px;
    width: 7.8125rem;
}
[role="search"] input[type="text"]:focus {
    border-color: #ff0056;
}
[role="search"] input[type="submit"] {
    position: relative;
    border: 0 none;
    padding: 0;
    left: -21px;
    left: -1.3125rem;
    width: 16px;
    width: 1rem;
    background: transparent;
    overflow: hidden;
    text-indent: 100%;
    background: transparent url('../img/picto_loupe_bnf.png') no-repeat;
	top: 0.15em;
}


/*      Breadcrumb
*/

.breadcrumb {
    clear: both;
    /*
    margin: 10px 0 0 20px;
    margin: .625rem 0 0 1.25rem;
    
    update 2014/10/21 18:53:36 - la zone de header a une marge sur les pages qui n'ont pas de breadcrumb
    mais quand y'en a un, il faut occuper l'espace de cette marge... -> hack marge négative en bas.
    */
	margin-left: 20px;
    position: relative;
    top: -5px;
    font-size: .8em;
    color: #B8003E;
    }
    .breadcrumb a {
        color: inherit;
    }
    .breadcrumb li {
        display: inline;
    }
    .breadcrumb [class^="icon-"] {
        vertical-align: middle;
    }


/*      Menu footer
*/

footer[role="contentinfo"],
footer[role="contentinfo"] a {
    font-size: 12px;
    font-size: 0.75rem;
    }
    footer[role="contentinfo"] a {
        display: inline-block;
        border-left: 1px solid #000;
        margin-left: 0.5em;
        padding-left: 5px;
        padding-left: 0.3125rem;
    }
    footer[role="contentinfo"] a:hover {
        color: #93033D;
    }


/*      Share widget
*/

.share-widget {
    position: absolute;
    right: 20px;
    right: 1.25rem;
    bottom: 20px;
    bottom: 2.25rem;
    }
    .share-widget ol,
    .share-widget li {
        margin: 0;
        list-style: none;
    }
    .share-widget li {
        display: inline-block;
    }


/*      Share widget + back to top
*/

.share-back-top-widget .back-top {
    /*padding-top: 3px;
    padding-top: .1875rem;*/
	margin-top: 2.1875rem;
}


/*      Pagination mini-exposition
        ex: field collections (auteur > découvrir)
        
        [1] : pour ne pas que des images trop grandes fassent dépasser en largeur
        [2] : sinon le tableau (ou display table, dans notre cas) peut dépasser la largeur de son conteneur
        
        update 2014/10/15 19:55:52 - bon, ça pose encore plus de problèmes,
        par exemple quand il n'y a pas assez d'espace occupé...
        on laisse comme ça, et ils se débrouilleront avec les tailles tout seuls ?
*/

.view-mini_exposition {
    position: relative;
    width: 100%;
    /*overflow-x: hidden;*/ /* [1] */
    /*table-layout: fixed;*/ /* [2] */
    }
    
    /*      update Paul 2015/01/26 19:25:11 - séparateur de 1 px entre les visuels des mini-expo
            @see http://redmine.neuros.fr/issues/4941
            update 2015/03/26 20:18:21 -classe custom rajoutée pour simplifier
            + enlever le display inline-block qui faisait apparaitre un espace entre les éléments
            (il aurait fallu appliquer un font-size 0 ou supprimer les espaces / sauts de ligne entre les tags)
            @see http://redmine.neuros.fr/issues/5331
    *
    .view-mini_exposition > .col-wrap > .col > a + a {
        display: inline-block;
        border-top: 1px solid black;
    }
    */
    
    /*
    .view-mini_exposition .col {
        max-width: 50%;
        overflow-x: hidden;
    }
    */
    .panel-zone-main [class^="pager"],
    .view-mini_exposition [class^="pager"] {
        position: absolute;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .panel-zone-main .pager,
    .view-mini_exposition .pager {
        width: 100%;
        top: 50%;
        left: 0;
    }
    .panel-zone-main .pager__previous,
    .panel-zone-main .pager__next,
    .panel-zone-main .pager__previous a,
    .panel-zone-main .pager__next a,
    .view-mini_exposition .pager__previous,
    .view-mini_exposition .pager__next,
    .view-mini_exposition .pager__previous a,
    .view-mini_exposition .pager__next a {
        width: 25px;
        width: 1.5625rem;
    }
    .panel-zone-main .pager__previous,
    .view-mini_exposition .pager__previous {
        left: 0;
    }
    .panel-zone-main .pager__next,
    .view-mini_exposition .pager__next {
        right: 0;
    }
    .panel-zone-main .pager__previous a,
    .panel-zone-main .pager__next a,
    .view-mini_exposition .pager__previous a,
    .view-mini_exposition .pager__next a {
        display: block;
        border: 0 none;
        
        /*      update Paul 2015/03/26 15:37:50 : ajustements pour sous-période
                (suite grand visuel fixé à 575px de hauteur)
                @see http://redmine.neuros.fr/issues/5316
        
        margin-top: -35px;
        margin-top: -2.1875rem;
        height: 70px;
        height: 4.375rem;
        line-height: 70px;
        line-height: 4.375rem;
        */
        margin-top: -37px;
        height: 71px;
        line-height: 71px;
        
        /*background-color: #6C062E;*/
        background-color: #000000;
        text-align: center;
    }
    .panel-zone-main .pager__next a:focus,
    .panel-zone-main .pager__previous a:focus,
    .panel-zone-main .pager__next a:hover,
    .panel-zone-main .pager__previous a:hover,
    .view-mini_exposition .pager__next a:focus,
    .view-mini_exposition .pager__previous a:focus,
    .view-mini_exposition .pager__next a:hover,
    .view-mini_exposition .pager__previous a:hover {
        background-color: #93033d;
    }
    .panel-zone-main .pager__next,
    .panel-zone-main .pager__previous,
    .panel-zone-main .pager__next *,
    .panel-zone-main .pager__previous *,
    .view-mini_exposition .pager__next,
    .view-mini_exposition .pager__previous,
    .view-mini_exposition .pager__next *,
    .view-mini_exposition .pager__previous * {
        color: #FFF;
    }


/*      Page node Mini-exposition (Découvrir en images) :
        ajustements pour les filets
        @see http://redmine.neuros.fr/issues/5331
*/

.col--decouvrir + .col--decouvrir {
    /* border-left: 1px solid black; */
    }
    .col--decouvrir a {
        border: 0 none;
        display: block;
		float: left;
		border-left: 1px solid black;
    }
    .col--decouvrir a + a {
        border-top: 1px solid black;
    }

/*      Page node Mini-exposition (Découvrir en images) - colonne principale (field_body) :
        • pas de border-left si pas de colonne avant,
        • pas de border-right si pas de colonne après
*/
.col--A.field-body {
    background-color: #93033d;
	width: 25%;
}
.col--decouvrir + .col--A.field-body {
    border-left: 1px solid black;
}
.col--A.field-body + .col--decouvrir {
    /* border-left: 1px solid black; */
}



/*      Page node "sous-période" : pagers
        -> on va l'appliquer de manière assez générique, ce style de pager
        (voir aussi : réutilisation des styles ci-dessus)
*/

.node-type-sous-periode .panel-zone-main {
    position: relative;
    width: 100%;
}



/*      Navigation col gauche
        @example pages approfondir
*/

.menug {
    /*      update 2014/10/21 16:12:50 - padding : @see alignments.js
            par défaut, on met environ l'équivalent d'un titre sur 1 ligne sans sous-titre
    */
    padding-top: 80px;
    padding-top: 5rem;
    background: #e1e1e1;
    font-size: .8em;
    }
    
    /*      hack paul 2014/10/22 20:22:28 - fixer la largeur
            au cas où la partie de droite n'occupe pas assez d'espace
            update 2014/10/22 23:21:03 - idem pour la hauteur : @see .menug > [role="navigation"]
    */
    .panel-zone-a.menug,
    .panel-zone-left.menug {
        width: 195px; /* = 175px de nav + la marge */
        width: 12.1875rem;
    }
    
    .menug > [role="navigation"] {
        border-top: 1px solid #93033d;
        margin: 0 0 20px 20px;
        margin: 0 0 1.25rem 1.25rem;
        min-width: 175px;
        min-width: 10.9375rem;
        min-height: 300px;
        min-height: 18.75rem;
    }
    .facettes .pane-title,
    .menug .pane-title {
        border-top: 1px solid #93033d;
        margin: 0;
        padding: 5px 0;
        padding: 0.3125rem 0;
        font-size: inherit;
        font-weight: bold;
        text-transform: uppercase;
    }
    .facettes > ul > li,
    .menug .item-list > ul > li {
        /* border-top: 1px dotted #93033d; */
        padding-right: 5px;
        padding-right: .3125rem;
        font-size: 13px;
        font-size: 0.85rem;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .menug a {
        font-weight: normal;
    }
    .menug nav .item-list:last-child li {
        border-bottom: 1px dotted #93033d;
    }
	
	.menug nav section .item-list ul li {
		border-bottom: none !important;
	}


/*      Nodes Oeuvres
        update 2015/03/04 15:02:24 - largeur colonne de droite uniformisée
        + espace entre slides appliqués à tous les carrousels en col de droite
        @see http://redmine.neuros.fr/issues/5192
*/

.panel-zone-right .slides li + li {
    margin-left: 2px;
	padding-left: 5px;
}



/*      Nodes Oeuvres + Auteurs :
        Col droite > blocs  "Rencontrer" et "Explorer"
        Flexslider variante : mini pagination carrée
        @see http://redmine.neuros.fr/issues/5291
*/
.flexslider--rencontrer_explorer .flex-control-paging {
    top: 95px;
    bottom: auto;
    text-align: right;
    padding-right: 23px;
    }
    .flexslider--rencontrer_explorer .flex-control-paging > li,
    .flexslider--rencontrer_explorer .flex-control-paging > li > a {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0;
        font-size: 0;
        line-height: 0;
        width: 17px;
        height: 6px;
        background: white;
        cursor: pointer;
    }
    .flexslider--rencontrer_explorer .flex-control-paging > li + li {
        margin-left: 6px;
    }
    .flexslider--rencontrer_explorer .flex-control-paging .flex-active,
    .flexslider--rencontrer_explorer .flex-control-paging > li a:focus,
    .flexslider--rencontrer_explorer .flex-control-paging > li a:hover {
        background: #ff0067;
    }



/*      Nodes biographie
*/

.table-fields {
    border-collapse: collapse;
    margin: 0 0 20px 0;
    margin: 0 0 1.25rem 0;
    }
    .table-fields > .col,
    .table-fields > .u-row > .col {
        padding: 10px;
        padding: .625rem;
    }

.field-evenement-vie-auteur .field-mini-notice {
    width: 72px; /* = 52px (style d'image) + 10px padding left + 10px padding right */
    width: 4.5rem;
    }
    .field-evenement-vie-auteur .field-date-evenement {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        color: #93033D;
    }
    .field-evenement-vie-auteur .col.field-date-evenement {
        padding-left: 0;
    }


/*      Nodes appronfondir_sommaire_et_texte
*/

.view-citation .views-field-title {
    padding: 0;
    font-weight: normal;
    font-size: inherit;
    line-height: inherit;
    color: black;
}


/*      Nodes sous_periode - haut de page : ligne des evts
*/

.overlay {
    position: relative;
}
.overlay::after {
    content: "";
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.overlay.is-active::after {
    display: block;
    background: rgba(0, 0, 0, .8);
    z-index: 1;
}

/*      Valeur en dur : calcul bizarre de hauteur niveau dates
        @evol à voir comment obtenir la hauteur "normale" de line-height
        NB : on doit maintenir cette valeur égale au padding-top de .evt .popup
*/
.overlay::after {
    top: 26px;
    top: 1.625rem;
}

.panel-zone-date {
    padding:0 14px;
    padding:0 .875rem;
    width: 1%;
}
.panel-zone-events,
.panel-zone-date {
    font-size: 12px;
    font-size: .75rem;
    vertical-align: middle;
	/* font-weight: bold; */
}

.evt {
    float: left;
    position: relative;
    z-index: 2;
    /*line-height: .2;*/ /* @todo 2014/12/08 13:09:51 - alignement + hauteur */
}
.evt + .evt a {
    border-left: 1px solid #93033d; /* @todo 2014/12/08 13:09:51 - alignement + hauteur - en attendant : bordure appliquée sur le <a> */
    }
    .evt [data-proxy] {
        display: inline-block;
        padding: 0 .5em;
        font-size: 12px;
        font-size: .75rem;
        line-height: 1;
        color: #B8003E;
    }
    .evt [data-proxy]:hover {
        color: #FF0056;
    }
    .evt .popup {
        display: none;
        position: absolute;
        z-index: 2;
        top: -5px;
        padding-top: 26px;
        padding-top: 1.625rem;
    }
    .evt [data-proxy]:focus .popup,
    .evt [data-proxy]:hover .popup {
        display: block;
        }
        .evt .popup .inner-wrap {
            position: relative;
        }
        .evt .popup .field-date-evenement {
            position: absolute;
            z-index: 2;
            left: 0;
            bottom: 0;
            padding: 5px;
            padding: .3125rem;
            background: #ff0056;
            color: white;
        }


/*      Nodes sous_periode - zone principale
*/

.colonne-sous-periode-wrap {
    text-align: center;
    position: relative; /* pour le pager */
}

/*      update Paul 2015/01/26 19:07:15 - décalage de 1px #JoiesDuPixelPerfect #Hérésie
        @see http://redmine.neuros.fr/issues/4941
*/
.colonne-sous-periode-wrap + .panel-zone-main-bottom {
    margin-top: -2px;
}

.colonne-sous-periode-wrap > .cf {
    display: inline-block;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: left;
    margin-left: 50px;
    }
    .colonne-sous-periode,
    .colonne-sous-periode .field-voir-aussi-oeuvre {
        float: left;
    }
    .colonne-sous-periode + .colonne-sous-periode {
        border-right: 1px solid #ccc;
    }
	
	/* Tableau 4 cas particulier de placement */
	.page-node-37 .colonne-sous-periode:nth-of-type(1) {
		height: 0px;
	}
	
	.colonne-sous-periode:nth-of-type(1) {
		border-right: 1px solid #ccc;
		height: 576px;
	} 
	
    .colonne-sous-periode__body {
        width: 254px;
        position: absolute;
        padding: 16px;
        padding: 1rem;
    }
    
    /*      Alignement des vignettes au milieu - sous période  */
    
    .align--droite .align-row--0{float: right;}
    .align--droite .align-row--1{float: right;}
    .align--droite .align-row--2{float: right;}
    .node-type-sous-periode .align--center .align-row--0{ margin-left: 42px; }
    .align--droite--gauche .align-row--1{float: right;}
    .align--droite--gauche .align-row--2{float: right;}
    
    
    /*      Tailles en dur pour les espacements
            cf. maquette
            @see http://classes.bnf.fr/essentiels/chronologie/1715-1751.htm#
            
            update Paul 2015/03/26 15:33:28 - hauteur du grand visuel fixée à 575px
            → ajuster les mesures suivantes
            @see http://redmine.neuros.fr/issues/5316
    */
    .colonne-sous-periode.gap {
        margin-top: 253px;
        }
	.colonne-sous-periode .field-image img {
		width: 100%;
	}
	
	.colonne-sous-periode .inner-wrap .field-image img {
		width: initial !important;
		 width: auto;
	}
		.colonne-sous-periode .field-visuel-de-l-auteur img {
			height: 577px;
		}
        .colonne-sous-periode .align--top {
            padding-bottom: 40px;
			border-left: 1px solid #ccc;
			margin-left: -1px;
        }
        .colonne-sous-periode .align--bottom {
            padding-top: 40px;
        }
        .field-voir-aussi-oeuvre + .field-voir-aussi-oeuvre {
            margin-left: 1px;
        }
        .colonne-sous-periode .empty{
            min-height: 71px;
        }
        .colonne-sous-periode{
            min-width: 127px;
        }
        
        .field-voir-aussi-oeuvre.majeur .field-image {
            border-top: 7px solid #ff0056;
            border-top: .4375rem solid #ff0056;
        }
        .field-voir-aussi-oeuvre.secondaire .field-image {
            border-top: 7px solid black;
            border-top: .4375rem solid black;
        }
        .field-voir-aussi-oeuvre,
        .field-oeuvre-ref,
        .field-oeuvre-ref2 {
            position: relative;
            }
            .colonne-sous-periode .field-title-field {
                display: none;
                position: absolute;
                z-index: 2;
                top: 14.3%;
                left: 16%;
                padding: 5px;
                padding: .3125rem;
                background: #ff0056;
                color: white;
                white-space: nowrap;
                }
                .colonne-sous-periode .field-title-field * {
                    color: inherit;
                }
                .field-title-field a {
                    border: 0 none;
                    font-size: 14px;
                    font-size: 0.875rem;
                }
        
        /*      @evol 2014/12/04 14:26:21 - accessibilité clavier (mettre des tabindex="0") ?
        */
        /*.view-oeuvres.view-display-id-block_2 .views-view-grid__item:focus .field-image::after,
        .view-oeuvres.view-display-id-block_2 .views-view-grid__item:hover .field-image::after,
        */
        .evt:focus .popup > .inner-wrap::after,
        .evt:hover .popup > .inner-wrap::after,
        .field-voir-aussi-oeuvre:focus .inner-wrap::after,
        .field-voir-aussi-oeuvre:hover .inner-wrap::after,
        .haut .field-oeuvre-ref:focus::after,
        .bas .field-oeuvre-ref2:focus::after,
        .haut .field-oeuvre-ref2:focus::after,
        .bas .field-oeuvre-ref:focus::after,
        .haut .field-oeuvre-ref:hover::after,
        .bas .field-oeuvre-ref2:hover::after,
        .haut .field-oeuvre-ref2:hover::after,
        .bas .field-oeuvre-ref:hover::after {
            content: "";
            position: absolute;
            border: 1px solid #ff0056;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }
        .haut .field-oeuvre-ref:focus .field-title-field,
        .bas .field-oeuvre-ref2:focus .field-title-field,
        .haut .field-oeuvre-ref2:focus .field-title-field,
        .bas .field-oeuvre-ref:focus .field-title-field,
        .haut .field-oeuvre-ref:hover .field-title-field,
        .bas .field-oeuvre-ref2:hover .field-title-field,
        .haut .field-oeuvre-ref2:hover .field-title-field,
        .bas .field-oeuvre-ref:hover .field-title-field {
            display: block;
        }
        .haut .u-pad-rbl{
            height: 266px;
        }
        .oeuvre-middle-hover {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
        }
        .oeuvre-middle-hover .field-image a,
        .field-voir-aussi-oeuvre:focus .oeuvre-middle-hover,
        .field-voir-aussi-oeuvre:hover .oeuvre-middle-hover,
        .field-voir-aussi-oeuvre:focus .oeuvre-middle-hover .field-title-field,
        .field-voir-aussi-oeuvre:hover .oeuvre-middle-hover .field-title-field {
            display: block;
        }
        .field-voir-aussi-oeuvre .inner-wrap {
            position: relative;
        }
        
        /*      @evol 2014/12/04 14:43:28 il faut "traverser" ::after pour pouvoir cliquer sur le lien autour de l'image.
                -> à faire en JS si on a vraiment besoin de pouvoir faire ça,
                sinon là comme ça on peut toujours cliquer sur le titre (sur fond rose)
        *
        .field-voir-aussi-oeuvre:focus .inner-wrap::after a,
        .field-voir-aussi-oeuvre:hover .inner-wrap::after a,
        .haut .field-oeuvre-ref:focus::after a,
        .bas .field-oeuvre-ref2:focus::after a,
        .haut .field-oeuvre-ref2:focus::after a,
        .bas .field-oeuvre-ref:focus::after a,
        .haut .field-oeuvre-ref:hover::after a,
        .bas .field-oeuvre-ref2:hover::after a,
        .haut .field-oeuvre-ref2:hover::after a,
        .bas .field-oeuvre-ref:hover::after a {
            position: relative;
            z-index: 6;
        }
        */


/*      Sous-période - Liens auteur
*/

.lien-auteur {
    display: block;
    border: 0 none;
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
}
.lien-auteur + .lien-auteur {
    margin-top: 1.5em;
    }
    .lien-auteur::before {
        content: " ";
        display: block;
        margin-bottom: 4px;
        margin-bottom: .25rem;
        background: #93033d;
        width: 1em;
        height: 2px;
        height: .125rem;
    }
    .lien-auteur:hover::before {
        background: #ff0056;
    }



/*      Sous-période - Collapsible panes (Accordeons)
*/

.panel-pane.collapsible {
    border-top: 1px solid #93033D;
}
.panel-pane.collapsible > .pane-title {
    border: 0 none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    }
    .view-tous_les_auteurs .panel-pane.collapsible > .pane-title {
        text-transform: none;
    }
    .panel-pane.collapsible > .pane-title [class^="icon-"] {
        font-size: 125%; /* approx. ~ mode rush */
        line-height: 75%; /* approx. ~ mode rush */
        color: inherit;
    }
    .panel-pane.collapsible > .pane-title .is-on {
        border-bottom: 1px solid #93033D;
    }
    .panel-pane.collapsible > .pane-title a {
        display: block;
        border: 0 none;
        padding: 3px 0;
        padding: .1875rem 0;
        color: black;
		font-size: 15px;
		font-weight: bold;
    }
    .panel-pane.collapsible > .pane-title a:hover,
    .panel-pane.collapsible > .pane-title a.is-on {
        color: #720430;
    }
    .panel-pane.collapsible > .pane-title a:focus {
        outline: 0 none;
        }
        .panel-pane.collapsible > .pane-title a .label {
            display: inline-block;
            position: absolute;
            left: 1.5em !important;
        }

/*      NB: graceful js degradation
        en fait avec l'attribut aria-hidden on avait déjà fait le display none
html.js .collapsible-container.is-off {
    display: none;
}
*/


/*      Sous-périodes : contenu collapsible pane "Arts et Science"
        note : il semble manquer un champ "auteur" ?
*/

.view-evenements.view-display-id-block_2 {
    position: relative;
    padding: 0 50px;
    padding: 0 3.125rem;
    background: black;
    color: white;
    }
    .view-evenements.view-display-id-block_2 .flex-prev {
        left: -2.3em;
    }
    .view-evenements.view-display-id-block_2 .flex-next {
        right: -2.3em;
    }
    .slides--bordered > li:first-child {
        border-left: 1px solid #4e5151;
    }
    .view-evenements.view-display-id-block_2 .flexslider .slides > li {
        padding: 0;
    }
    .slides--bordered > li {
        /*border-left: 1px solid #4e5151;*/
        border-right: 1px solid #4e5151;
        min-height: 155px;
        min-height: 9.6875rem;
        }
        .slide-evt-visuel {
            border-top: 7px solid;
            border-top: .4375rem solid;
        }
        .view-evenements.view-display-id-block_2 .slide-evt-content {
            padding: .5em .5em 2em .5em;
            }
            .slide-evt-content,
            .slide-evt-content > a {
                color: inherit;
                font-size: 10px;
                font-size: .625rem;
            }
            .view-evenements.view-display-id-block_2 .slides > li:hover {
                color: #ff0056;
            }


/*      Sous-périodes : contenu collapsible pane "Plus d'Oeuvres"
        @evol check si on peut laisser comme ça (most generic) le style de grille
*/

.views-view-grid {
    /* padding: 0 .25em 1em .25em; */
	padding: 0 0 1em 0.2em;
    }
    .views-view-grid__item {
        float: left;
        margin: 0 1px;
        font-size: 12px;
        font-size: .75rem;
        color: black;
		width: 160px;
		height: 150px;
		margin-right: 5px; 
		/* 6px sur le psd */
		margin-top: 5px;
    }
	.views-view-grid__item  a.colorbox-load  {
		color: black;
		font-weight: bold;
		font-size: 12px;
		border: none;
	}
    /*      Largeur en dur : éviter que le titre débrde l'image
            (spécifique à nodes Sous-périodes > pane "Plus d'Oeuvres")
    */
    .view-oeuvres.view-display-id-block_2 .views-view-grid__item {
        width: 160px;
    }
    .view-oeuvres.view-display-id-block_2 .views-view-grid__item .field-image {
        position: relative;
        }
        .views-view-grid__item .views-field-title {
            padding: .25em 0 0 0;
        }
        .views-view-grid__item .views-field-title,
        .views-view-grid__item .views-field-title a {
            color: inherit;
            font-weight: normal;
            border: 0 none;
        }
        .view-oeuvres.view-display-id-block_2 .views-view-grid__item:hover {
            color: #ff0056;
        }
		
		.views-view-grid__item img:hover {
			border: 1px solid #93033D;
		}


/*      Accueil thèmes
        @see http://redmine.neuros.fr/issues/3718
*/

.masthead-outer {
    position: relative;
    background: #6C062E !important;
    }
    .masthead-outer h1 {
		/*
        position: absolute;
        left: 20px;
        left: 1.25rem;
        bottom: 20px;
        bottom: 1.25rem;
        z-index: 10; /* because each flexslider slide has z-index n (disons max 9 items) 
        color: white;
        
        /*      lisibilité : ajouter une ombre #MaquetteFail
                IE9+
       
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
		*/
		bottom: 0;
		color: #fff;
		float: left;
		margin-bottom: 1rem;
		margin-left: 1.5rem;
		position: absolute;
		z-index: 3;
	}
    .masthead-outer h1::before {
        background: white;
    }
    .masthead-caption {
        z-index: 11; /* because each flexslider slide has z-index n (disons max 9 items) + le h1 */
        position: absolute;
        bottom: 44px;
        bottom: 2.75rem;
        right: 20px;
        right: 1.25rem;
        }
        .masthead-caption a {
            color: white;
            border: 0 none;
            text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
        }
        .masthead-caption a:hover {
            color: #ff0056;
        }

.masthead-outer .flex-control-nav {
    z-index: 11; /* because each flexslider slide has z-index n (disons max 9 items) + le h1 */
    /* bottom: 20px; */
    bottom: 13px;
    right: 20px;
    right: 1.25rem;
    margin: 0;
    text-align: right;
    }
    .masthead-outer .flex-control-paging > li,
    .masthead-outer .flex-control-paging > li > a {
        display: inline-block;
        padding: 0;
        margin: 0;
    }
    .masthead-outer .flex-control-paging > li + li {
        margin-left: 8px;
        margin-left: .5rem;
        }
        .masthead-outer .flex-control-paging > li > a {
            background: white;
            width: 32px;
            width: 2rem;
            height: 7px;
            height: .4375rem;
            overflow: hidden;
            text-indent: 100%;
            cursor: pointer;
        }
        .masthead-outer .flex-control-paging > li > .flex-active {
            background: #ff0056;
        }

/*.col--theme.col--A {
        padding: 0 10px 10px 20px;
        padding: 0 .625rem .625rem 1.25rem;
    }*/
    .col--theme .pane-title {
        border-top: 0 none;
        font-size: 14px;
        font-size: .875rem;
        font-weight: bold;
        line-height: 1.3;
    }
    .col--theme.col--A .pane-title {
        color: inherit;
    }
    .col--theme.col--A + .col--theme {
        padding-left: 20px;
        padding-left: 1.25rem;
    }

/*      [1] Tailles en dur pour les largeurs :
            à cause de la largeur manquante en table-cell,
            si le contenu des cellules n'est pas assez large.
        [2] max-width à 100% si jamais l'espace du conteneur n'est plus assez large
        -> update 2014/12/15 14:30:50 max-width fails en table-cell
        -> @evol à revoir si besoin plus tard, là pour l'instant on laisse car on connait la largeur absolue (ça "tient")
        
        Note 2014/12/15 14:18:49 : il faut du contenu saisi pour "consommer" assez d'espace.
*/
.view-themes.view-display-id-block {
    min-width: 340px; /* [1] */
    min-width: 21.25rem;
    max-width: 100%; /* [2] */
}
.col--theme .view-themes {
    padding-bottom: 10px;
    padding-bottom: .625rem;
    }
    .view-themes.view-display-id-block .item-list > .col + .col {
        padding-left: 10px;
        padding-left: .625rem;
    }
    .item-list--dotted > ul > li {
        border-bottom: 1px dotted #b8003e;
        /*
        padding: 3px 0 4px 0;
        padding: .1875rem 0 .25rem 0;
        */
        padding: 4px 0 5px 0;
        padding: .25rem 0 .3125rem 0;
        /*width: 170px;*/ /* [1] */
        /*width: 10.625rem;*/
        min-width: 165px; /* [1] */
        min-width: 10.3125rem;
        max-width: 100%; /* [2] */
    }
    .item-list--dotted > ul > li:first-child {
        border-top: 1px solid #b8003e;
    }
    .col--A .item-list--dotted > ul > li {
        border-color: #9e5773;
    }



/*      Tous les auteurs / toutes les oeuvres
        @see http://redmine.neuros.fr/issues/3731
*/

.collapsible.view-grouping:last-child {
    border-bottom: 1px solid #93033D;
    margin: 40px 20px 20px 20px;
    margin: 2.5rem 1.25rem 1.25rem 1.25rem;
}

/*      D'après maquette
        @see http://classes.bnf.fr/essentiels/tous-les-auteurs-toutes-les-oeuvres.htm
*/
.view-tous_les_auteurs.view-display-id-block {
    min-height: 500px;
	margin-bottom: 30px;
	margin-left:1.5em;/*Cécile 12/07/2016*/
	margin-top:1.5em;/*Cécile 12/07/2016*/
}
.view-tous_les_auteurs.view-display-id-block .item-list {
    border-top: none !important;/*Cécile 12/07/2016*/
}
.col__label,
.col__label--s {
    font-size: 14px;
    font-size: .875rem;
}
.col__label {
    margin: 1em 0 .5em 0;
    font-weight: bold;
}
.col__label--s {
    margin: 0;
    font-weight: normal;
}

.col-wrap--dotted {
    border-top: 1px dotted black;
    padding-top: 3px;
}

.view-grouping-header .label {
    font-weight: bold;
    left: 0 !important;
}
.view-grouping-header [aria-controls]:hover,
.view-grouping-header [aria-controls]:focus,
.view-grouping-header [aria-expanded="true"] {
    background: #e7e7e7;
}



/*      Evenements - full node
        @see http://redmine.neuros.fr/issues/3735
*/

.event-full h1,
.event-full .field-type-d-venement {
    padding: 0;
    color: #f83500;
}
.event-full h1::before {
    background: #f83500;
}
.event-full .field-type-d-venement {
    padding-bottom: 10px;
    padding-bottom: .625rem;
    /*
    font-size: 10px;
    font-size: .625rem;
    */
    font-size: 11px;
    font-size: .6875rem;
    font-weight: bold;
}
.event-full .field-date-evenement {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
}
.event-full .field-body {
    margin: 16px 0;
    margin: 1rem 0;
}

.pane-savoir-plus {
    /*
    font-size: 11px;
    font-size: .6875rem;
    */
    font-size: 12px;
    font-size: .75rem;
    color: #F83500;
    }
    .pane-savoir-plus .pane-title {
        border: 0 none;
        margin: 0;
        font-size: inherit;
        color: inherit;
        font-weight: bold;
        text-transform: uppercase;
        }
        .pane-savoir-plus .pane-title::before {
            content: " ";
            display: block;
            margin-bottom: 4px;
            margin-bottom: .25rem;
            background: #F83500;
            width: .75em;
            height: 2px;
            height: .125em;
        }
    .pane-savoir-plus .field-en-savoir-plus + .field-en-savoir-plus {
        margin-top: 4px;
        margin-top: .25rem;
        }
        .pane-savoir-plus .field-en-savoir-plus::before {
            content: "\e61a";
            /*
            content: "\e614";
            */
            font-family: 'icomoon';
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            
            /*      hack Paul 2014/12/29 12:30:35 - léger décalage
            */
            position: relative;
            left: -2px;
        }
        .pane-savoir-plus .field-en-savoir-plus a {
            border: 0 none;
            color: inherit;
            
            /*      hack Paul 2014/12/29 12:30:35 - léger décalage
            */
            position: relative;
            left: -2px;
        }
        .pane-savoir-plus .field-en-savoir-plus a:hover,
        .pane-savoir-plus .field-en-savoir-plus a:focus {
            border-bottom: 1px solid #F83500;
        }

.desc-mini-notice,
.desc-mini-notice * {
    margin: 0;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.3;
    color: black;
}
.event-full * + .desc-mini-notice {
	width: 50%;
    bottom: 2.25rem;
    position: absolute;
    }
    .desc-mini-notice .field-notice-titre-smu::before {
        content: "\e60e";
        float: left;
        font-size: 16px;
        font-size: 1rem;
        line-height: 15px; /* line-height: 1.3 in ancestor font-size: 12px */
        font-family: 'icomoon';
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        
        /*      hack Paul 2014/12/29 12:48:50 - léger décalage
        */
        position: relative;
        left: -2px;
    }



/*      Homepage
*/

.front [role="banner"] {
    /*
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-right: 31px;
    padding-right: 1.9375rem;
    
    Note Paul 2015/03/26 16:00:38 - j'avais déjà calé ça au pixel-près :
    Comme ça a bougé, ça veut dire que quelqu'un a passé une modif qui a touché quelquechose qu'il ne fallait pas.
    Prochain projet, faudrait mettre des tests automatisés CSS qui laisseraient pas passer les commits dans ces cas-là.
    */
    padding-right: 32px;
    padding-right: 2rem;
}

/*      update Paul 2015/01/26 13:06:03 - manque les filets
        @see http://redmine.neuros.fr/issues/4941
*/
.front #container {
    /*
    background: url("data:image/gif;base64,R0lGODlhgAABAIAAANnZ2f///yH5BAAAAAAALAAAAACAAAEAAAIKjI+py+0Po5wLFAA7") 27px 0;
    */
    background: url("../img/bg-home.gif") 0 0 no-repeat;
}
/*
.front [role="main"] {
    position: relative;
}
.front [role="main"]::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-right: 1px solid #d9d9d9;
    width: 154px;
}
*/

.front nav.tabs-wrap {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
}

.col-wrap--sep1 .col + .col {
    padding-left: 1px;
}

.front .view-chronologie.view-display-id-block {
    /*
    clear: both;
    padding: 173px 0 0 400px;
    */
    position: absolute;
}

#oeuvres-home {
    /*
    width: 796px;
    height: 343px;
    height: 341px;
    */
    width: 793px;
    height: 341px;
    /*border-top: 1px solid white;*/
	background-color: white !important;
}
#oeuvres-home .slides > li {
    padding: 0;
    }
    .masthead-alt .masthead-caption {
        right: auto;
        /* left: 20px; */
        left: 1.75rem;
        bottom: 60px;
        bottom: 3.75rem;
    }
    .masthead-sub-caption {
        position: absolute;
        /* left: 20px; */
        left: 1.75rem;
        bottom: 40px;
        bottom: 2.5rem;
        margin: 0;
        color: white;
        font-weight: 400;
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    }
    .masthead-alt .flex-control-nav {
        right: auto;
        /* left: 20px; */
        left: 1.75rem;
        text-align: left;
    }

.pos-home-periode {
    position: absolute;
    width: 128px;
    width: 8rem;
    z-index: 11;
    /*
    padding-top: 1px;
    padding-bottom: 2px;
    */
    padding-top: 2px;
    padding-bottom: 3px;
    font-size: 14px;
    font-size: .875rem;
}
.pos-home-periode-1 {
    left: 403px;
    top: 394px;
}
.pos-home-periode-2 {
    left: 471px;
    top: 417px;
}
.pos-home-periode-3 {
    left: 532px;
    top: 372px;
}
.pos-home-periode-4 {
    left: 661px;
    top: 394px;
}
.pos-home-periode-5 {
    left: 790px;
    top: 372px;
}


/*      Homepage - auteurs
*/

.front .view-auteurs_accueil.view-display-id-block {
    float: right;
    /* clear: both; */
    
    /*      #Rushing hack Paul 2014/12/31 12:42:23 - espace de 1px entre carrousel et auteurs
    */
    /*
    margin-top: 1px; /* fail
    border-top: 1px solid white; /* fail
    */
    /*
    position: relative;
    top: 10px;
    */
    /*border-top: 2px solid white;*/
    position: relative;
    /* right: 128px; */
    
    /*
    max-width: 640px;
    max-width: 40rem;
    width: 521px;
    */
    /* width: 513px;*/
    }
    .view-auteurs_accueil.view-display-id-block ul,
    .view-auteurs_accueil.view-display-id-block li {
        list-style: none;
    }
    .view-auteurs_accueil.view-display-id-block li + li {
        margin-left: 1px;
    }

.auteur-item {
    width: 84px;
}

.btn--auteur {
    background: black;
    color: white;
    /*
    font-size: 11px;
    font-size: .6875rem;
    */
    
    font-size: 12px;
    font-size: .75rem;
    
    padding-top: 2px;
    padding-bottom: 3px;
}



/*      Popups
*/

/*iframe.cboxIframe {
    width: 100% !important;
    }*/
    .bare-page {
        background: white;
        width: 850px;
        /*min-height: 640px;
        display: table;*/
        }
        /*.bare-page > #block-system-main {
            display: table-cell;
            width: 100%;
            vertical-align: middle;
            }*/
            .bare-page #block-system-main > .sep--top {
                border: 0 none;
            }



/*      Nodes Videos - full
        @see http://redmine.neuros.fr/issues/3729
*/

/*.node-type-video article.node-video,*/
.node-type-video #block-system-main {
    position: relative;
    background: black;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    }
    .node-type-video #block-system-main > * {
        display: block;
        margin-right: auto;
        margin-left: auto;
        max-width: 650px;
        max-width: 40.625rem;
    }
    .node-type-video #block-system-main * {
        color: white;
    }
    .node-type-video h1 {
        padding: .8em 0 0 0;
    }
    .node-type-video h1::before {
        background: white;
    }
    .node-type-video h1,
    .node-type-video .field-notice-sous-titre-smu,
    .node-type-video .field-video-link {
        padding-bottom: 10px;
        padding-bottom: .625rem;
    }
	
	.field-notice-sous-titre-smu {
		font-size: 14px;
	}
	
	.field-notice-credits-smu {
		font-size: 14px;
	}
	
	.field-video-link video {
		border: 1px solid rgb(147, 3, 61);
		padding: 20px !important;
	}



/*      Nodes thèmes (genres_litteraires, groupements_documentaires)
*/

/* Modification Pauline */
.node-type-genres-litteraires .panel-zone-top {
    position: relative;
}
.node-type-genres-litteraires .panel-zone-top h1 {
    bottom: 0;
    color: #fff;
    float: left;
    margin-bottom: 1rem;
    margin-left: 1.5rem;
    position: absolute;
}
.node-type-genres-litteraires .panel-zone-top h1::before {
    background: #fff none repeat scroll 0 0;
}
.node-type-genres-litteraires .theme-inner-top h2 {
	/*
    font-size: 1.3em;
    line-height: 1;
    margin-bottom: 0.5rem;
    margin-top: 0.25rem;
	*/
	margin: 0 0 .625rem 0;
    font-size: 1.375rem;
}
.node-type-genres-litteraires .theme-inner-top h2::before {
	/* 
    background: #222 none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 0.25rem;
    margin-bottom: 0.625rem;
    width: 1.475rem;
	*/
	background: #222 none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 0.1em;
        margin-bottom: 0.1875em;
    width: 0.722em;
}
/* Fin modification Pauline */
.theme-inner-top {
    background: rgba(255, 255, 255, .85);
}
.node-type-genres-litteraires .theme-inner-top,
.node-type-entretiens-audiovisuels .theme-inner-top,
.node-type-groupements-documentaires .theme-inner-top {
    width: 39.2%;
}
.node-type-genres-litteraires .theme-inner-top {
    float: right; /* Modification Pauline */
}
.node-type-entretiens-audiovisuels .theme-inner-top,
.node-type-groupements-documentaires .theme-inner-top {
    float: right;
    }
    .theme-inner-top h2 {
        margin: 15px 0 0 0;
        margin: .9375rem 0 0 0;
        font-size: inherit;
        line-height: 1.5;
    }

.node-type-entretiens-audiovisuels .panel-zone-top,
.node-type-groupements-documentaires .panel-zone-top {
    position: relative;
    }
    .titre-grdoc {
		/*
        position: absolute;
        bottom: 20px;
        bottom: 1.25rem;
        left: 20px;
        left: 1.25rem;
        color: white;
		*/
	    bottom: 0;
		color: #fff;
		float: left;
		margin-bottom: 1rem;
		margin-left: 1.5rem;
		position: absolute;
    }
    .titre-grdoc::before {
        background-color: white;
    }
    .node-type-entretiens-audiovisuels .theme-inner-top h2,
    .node-type-groupements-documentaires .theme-inner-top h2 {
        margin: 0 0 10px 0;
        margin: 0 0 .625rem 0;
        font-size: 22px;
        font-size: 1.375rem;
    }
    .node-type-entretiens-audiovisuels .theme-inner-top h2::before,
    .node-type-groupements-documentaires .theme-inner-top h2::before {
        content: "";
        display: block;
        margin-bottom: 3px;
        margin-bottom: .1875rem;
        background: #222;
        width: 15px;
        width: .9375rem;
        height: 2px;
        height: .125rem;
    }

.panel-pane.collapsible:last-child {
    border-bottom: 1px solid #93033D;
    margin-bottom: -1px;
}

.node-type-genres-litteraires .collapsible-container,
.node-type-entretiens-audiovisuels .collapsible-container,
.node-type-groupements-documentaires .collapsible-container {
    background: #e1e1e1;
}



/*      Nodes thèmes - Collapsible panes titles
        #Rant #Consistency : si les maquettes avaient été cohérentes sur l'apparence des accordéons aussi...
*/

.view-grouping-header--A .label {
    left: 20px !important;
    left: 1.25rem !important;
}
.view-grouping-header--A [aria-controls]:hover,
.view-grouping-header--A [aria-controls]:focus,
.view-grouping-header--A [aria-expanded="true"] {
    background: white;
}



/*      Nodes thèmes - Iconographie
*/

.view-inconoghraphie .views-view-grid {
    margin-bottom: -1px;
    padding: 0;
    }
    .cols-7 > .views-view-grid__item {
        width: 14.28571%;
    }
    .view-inconoghraphie .views-view-grid__item {
        margin: 0;
        text-align: center;
        line-height: 85px;
    }
    .view-inconoghraphie .views-view-grid__item > .inner-wrap {
        position: relative;
        z-index: 1;
        /*
        border: 1px solid transparent;
        border-top-color: #93033d;
        */
        border: 1px solid #93033d;
        margin-top: -1px;
        margin-left: -1px;
        padding: 10px;
        /*
        min-height: 85px;
        min-height: 105px;
        min-height: 88px;
        */
        height: 107px;
    }
    /*
    .view-inconoghraphie .views-view-grid__item + .views-view-grid__item > .inner-wrap {
        border-left-color: #93033d;
    }
    */
    .view-inconoghraphie .views-view-grid__item:hover > .inner-wrap {
        z-index: 2;
        border: 1px solid #ff0056;
        }
        .view-inconoghraphie .views-view-grid__item a,
        .view-inconoghraphie .views-view-grid__item img {
            display: inline-block;
        }
        .view-inconoghraphie .views-view-grid__item a {
            border: 0 none;
            line-height: 1;
            vertical-align: middle;
        }



/*      Nodes thèmes - Anthologie
        
        update Paul 2015/03/24 13:59:50 - ce bloc est réutilisé dans une mise en page complètement différente
        ex: http://dev.essentiels.bnf.neuros.fr/theme/esclavage VS http://dev.essentiels.bnf.neuros.fr/theme/litterature-voyage
        ("Thème Parcours Pédagogique" VS "Groupement documentaire" ou "Genre littéraire")
        -> il faut "scoper" avec une classe custom dans le panels
        -> on n'a qu'à utiliser '.collapsible', qui est déjà là.
        @see http://redmine.neuros.fr/issues/5274
*/

.collapsible .view-anthologie.view-display-id-block_2 {
    padding: 20px;
    padding: 1.25rem;
    }
    .collapsible .view-anthologie.view-display-id-block_2 .item-list > ul {
        float: left;
        width: 18.22916%;
        margin: 0;
    }
    .collapsible .view-anthologie.view-display-id-block_2 .item-list > ul + ul {
        margin-left: 20px;
        margin-left: 1.25rem;
    }
    .item-list--dotted-A > ul > li:first-child {
        border-top-style: dotted;
    }
    .item-list--dotted-A > ul > li::before {
        transition: all 0.17s ease;
    }
    .item-list--dotted-A > ul > li:hover::before {
        color: #ff0056;
    }
    .item-list--dotted-A > ul > li > a {
        font-size: 12px;
        font-size: .75rem;
        font-weight: bold;
        color: black;
    }
    .item-list--dotted-A > ul > li:hover > a,
    .item-list--dotted-A > ul > li > a:hover {
        color: #ff0056;
    }



/* Page extrait
*/
.col--B .extrait--sous--titre{
    /* padding: 0 0 0 194px; */
	/* padding: 0 0 0 178px;    */
}
.col--B .extrait--sous--titre h2,
.col--B .extrait--sous--titre h3{
    color: #000;
    font-size: 0.9em;
    line-height: 1.4em;
    color: #000;
    border: none;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}
.col--B .extrait--sous--titre h3{
   margin-top: -52px;
    font-size: 0.8em;
    margin-bottom: 3rem;
}



/* List style pour la page repères */

/*      Note Paul 2015/02/10 18:54:26 - ça fait péter ce qui s'affichait correctement avant
        @see http://bnf:essentiels@dev.essentiels.bnf.neuros.fr/reperes
        De +, aucun commentaire -> je vire (ne remettez pas ça sans me consulter avant)
        @see http://redmine.neuros.fr/issues/3722
*
.pane-reperes .htree__leaves {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}
.pane-reperes .htree__leaf a:before { 
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -0.5em;
    top: 0.8em;
    position: relative;
}
*/



/*      update Paul 2015/03/04 19:28:28 - aucun commentaire
        + très mauvais choix de sélecteur (semble indiquer un autre problème -> mauvaise "solution")
        + empêche la résolution de la demande :
        @see http://redmine.neuros.fr/issues/5198
        -> je commente (ne pas remettre sans me consulter avant)
        
.node-type-approfondir p{
    line-height: 1.15rem;
    color:#000000;
}

*/

.node-type-approfondir h2 {
    font-weight: normal;
}

.node-type-approfondir h3 {
    margin: 0 0 0.625rem 0;
    padding: 0 0 0.3125rem 0;
    font-size: 0.875rem;
    font-weight: normal;
    color: #b8003e;
}



/*      Recherche
        @see http://redmine.neuros.fr/issues/3821
*/


#apachesolr-panels-search-form {
    border-top: 2px solid #93033d;
    margin: 0;
    padding: 12px 0 60px 0;
    padding: .75rem 0 3.75rem 0;
    }
    #apachesolr-panels-search-form > div {
        position: relative;
        padding-right: 10px;
        padding-right: .625rem;
    }
    #apachesolr-panels-search-form input[type="text"] {
        padding: 10px 35px 10px 10px;
        padding: .625rem 2.1875rem .625rem .625rem;
        width: 100%;
        background: white;
        color: black;
    }
    #apachesolr-panels-search-form input[type="submit"] {
        position: absolute;
        top: 0;
        right: 10px;
        right: .625rem;
        border: 0 none;
        padding: 10px;
        padding: .625rem;
        background: transparent;
    }

.facettes {
    background: #e1e1e1;
    font-size: .8em;
    
    /*      hack Paul 2015/02/11 12:51:06 - fixer la largeur
            au cas où la partie de droite n'occupe pas assez d'espace
    */
    width: 195px; /* = 175px de nav + la marge */
    width: 12.1875rem;
    }
    .facettes ul:last-child {
        padding-bottom: 2px; /* Hacky : Ajustement visuel */
        border-bottom: 1px solid #93033d;
    }
    
    .facettes form + .pane-title {
        border-top-width: 2px;
    }
    
    /*      Hacky : Ajustement visuel
    */
    .facettes > ul + .pane-title {
        margin-top: 2px;
    }
    
    .facettes > ul,
    .facettes > ul > li {
        margin: 0;
        padding: 0;
        list-style: none;
        }
        .facettes > ul > li {
            display: table;
            padding: 5px 0;
            padding: .3125rem 0;
            width: 100%;
            font-size: inherit;
            /*line-height: 1;*/
            color: black;
            }
            .facettes > ul > li > a {
                font-size: inherit;
                color: inherit;
            }
            .facettes .facetapi-checkbox {
                display: table-cell;
                vertical-align: middle;
            }
            .facettes .facetapi-checkbox[type="checkbox"] {
                width: 20px;
                width: 1.25rem;
            }
            .facettes a.facetapi-checkbox {
                width: 100%;
            }
            .facettes > ul > li > a:hover,
            .facettes > ul > li > a:focus {
                color: #93033d;
            }
            .facettes .facetapi-active-item {
                color: #ff0056;
            }

.resultats {
    padding-right: 125px;
}
.titre-resultats {
    /*
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
    */
    padding-bottom: 64px;
    padding-bottom: 4rem;
}

.search-group {
    margin: 0 -5px;
    margin: 0 -.3125rem;
    padding: 0 0 16px 0;
    padding: 0 0 1rem 0;
}

/*      Note Paul 2015/02/12 19:47:54 - ceci ne fonctionne que parceque les titres de groupes "normaux"
        ne sont pas à l'intérieur du wrapper de groupe
*/
.search-group:first-child {
    /* border-top: 2px solid #92053f; */
    /* padding-top: 20px;
		padding-top: 1.25rem;
	*/
	padding-top: 5px
}

.search-results {
	border-top: 2px solid #92053f;
}

.tooltip {
	position: absolute !important;
	top: 70px !important;
	left: 40px !important;
	width: 250px !important;
}

/* Bouton recherche show images */
#show-img-link {
	color: black;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -5px;
	border: none;
}

#show-img-link:before {
	content: "\e614";
    vertical-align: middle;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.search-group:last-child {
    border-bottom: 1px solid #92053f;
    }
    
    .search-group-title,
    .search-result-title {
        margin: 0;
        padding: 5px 0;
        padding: .3125rem 0;
        color: #93033d;
        font-size: 18px;
        font-size: 1.125rem;
    }
    .search-group-title {
        border-top: 1px solid #92053f;
        margin-bottom: 5px;
        margin-bottom: .3125rem;
		margin-top: -8px;
    }
    
    .search-result-title,
    .search-result-title > a {
        border: 0 none;
        color: black;
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold;
    }
    
    .visuel-placeholder {
        background: #EEE;
    }
    
    /*      update Paul 2015/03/10 12:40:10 - correction rapide : PB du float quand les hauteurs diffèrent
            -> utilisation du inline-block en vertical-align: top
            @see http://redmine.neuros.fr/issues/5204
            @see http://redmine.neuros.fr/issues/5205
    */
    .search-result--grid {
        display: inline-block;
        vertical-align: top;
        padding: 5px;
        padding: .3125rem;
    }
    /*.search-result--grid + .search-result--grid {
        padding-left: 0;
        }*/
        .search-result--grid .visuel-placeholder {
            width: 160px;
            width: 10rem;
            height: 110px;
            height: 6.875rem;
        }
        .search-result--grid > .search-group-title {
            border-top: 0 none;
        }
        .search-result--grid > .visuel {
            border: 1px solid transparent;
            overflow: hidden;
            width: 160px;
            width: 10rem;
        }
        .search-result--grid:hover > .visuel {
            border: 1px solid #93033d;
            }
    
    .search-result--img {
        display: table;
        border-right: 1px solid #92053f;
        border-left: 1px solid #92053f;
        margin: 0 -1px 5px 0;
        min-height: 65px;
        min-height: 4.0625rem;
		height: 65px;
        }
        .search-result--img .visuel-placeholder {
            width: 52px;
            width: 3.25rem;
            height: 52px;
            height: 3.25rem;
        }
        .search-result--img > .visuel {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            }
            .search-result--img > .visuel > * {
                display: inline-block;
                border: 0 none;
            }
    
    .search-result--list-item,
    .search-result--list-item > a {
        padding: 0;
        line-height: 1.4;
        font-size: 14px;
        font-size: .875rem;
        font-weight: normal;
    }
    
    .search-result:hover a,
    .search-result-title > a:hover {
        color: #93033d;
    }


/* 5448 */
/*.field-mini-notice-variable {
	padding-left: 6% !important;
    padding-right: 5% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}*/

.field-date-evenement {
	width: 135px;
}

.colonne-sous-periode__body h1 {
	font-size: 2.5em;
}

.date-display-single {
	font-weight: bold;
}

.view-tous_les_auteurs .date-display-single {
    font-weight: inherit;
}

.bloc_gauche_page_theme {
	background-color: #6C062E !important;
	height: 330px;
}

.link_black a {
	color: black;
}

.link_black a:hover {
	color: rgb(245, 0, 69);
}

.icon-arrow-l-down:before {
	font-weight: bold;
}

.icon-arrow-l-up:before {
	font-weight: bold;
}

.fond_bordeau {
	background-color: #6C062E;
	height: 620px !important;
}

.item-list li:hover,
ul.field-liens-ressources li:hover,
.field-themes-multi-ref a:hover :before,
.item-list .field-lien-toutes-les-oeuvres:hover,
.field-themes-multi-ref:hover
{
	color: rgb(255,0,103) !important;
}

.img_resize_auteur img {
	height: 620px !important;
}

.btn.btn--fullw {
	font-weight: bold;
	font-size: 13px;
}

.fleche_couleur_chrono_fade {
	color: #b8003e !important;
}

.fleche_couleur_chrono_fade:hover {
	color: #b8003e !important;
}

.pager {
    width: 100%;
    top: 50%;
    left: 0;
	position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pager__previous {
	width: 1.5625rem;
	color: #FFF;
	position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pager__previous a {
	display: block;
    border: 0 none;
    margin-top: -37px;
    height: 71px;
    line-height: 71px;
    background-color: #000000;
    text-align: center;
	width: 1.5625rem;
}

.pager__previous a:focus,
.pager__previous a:hover {
	background-color: #93033d;
}

.pager__previous,
.pager__previous * {
	color: #FFF;
}

.pager__next {
	width: 1.5625rem;
	color: #FFF;
	position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
	right: 0;
}

.pager__next a {
	display: block;
    border: 0 none;
    margin-top: -37px;
    height: 71px;
    line-height: 71px;
    background-color: #000000;
    text-align: center;
	width: 1.5625rem;
}

.pager__next a:focus,
.pager__next a:hover {
	background-color: #93033d;
}

.pager__next,
.pager__next * {
	color: #FFF;
}

.menu--align--right {
	float: right;
	border-left: none !important;
	clear: both;
}

.pane-reperes {
	margin-top: 3em;
}

.u-pad-rbl a {
	font-size: 17px;
}

.remonter_texte {
	margin-top: -15px;
}

.remonter_sous_periode {
	margin-top: -23px;
}

.tirroir_link  a.u-pad-tb {
	padding: 3px !important;
    font-size: 15px !important;
}

.flex-direction-nav li {
	height: 0px !important;
}


.slider-sous-periode-evt .flexslider li {
	height: 162px;
}

.gros_menu {
	width: 42%;
}

.item-list {
	border-top: 1px dotted #b8003e;
}

.view-theme_accueil .btn--fullw {
	height: 21px;
    padding-top: 2px;
    margin-top: -3px;
}

#rencontrer-flexslider-block_1 .slides li {
	margin-right: 1%;
}

.view-oeuvres_accueil .flexslider .slides li {
    width: 793px !important;
    margin-right: -793px !important;
}

.view-oeuvres_accueil .flexslider {
	right: 4px;
}

.view-oeuvres .field-date-de-naissance { 
    display: inline-block;
    width: 20%;     
}
.view-display-id-block_3 a {
    display: table;   
}

.view-appronfondir.view-display-id-block_5 {
	margin-top: -8px;
}

.view-inconoghraphie .views-view-grid__item {
	height: 106px;
}

.view-themes .item-list a {
    font-size: 13px;
}

.view-vue_auteur.view-display-id-block_1 .views-field-title a {
    border-bottom: 1px solid rgba(34, 85, 221, 0.1);
    display: table-cell; 
    color: #93033d;
    text-decoration: none; 
}
.view-vue_auteur.view-display-id-block_1 .views-field-title a:hover {
    border-bottom-color: rgba(85, 34, 221, 0.2);
    color: #ff0056;
}
.view-vue_auteur.view-display-id-block_1 .field-sous-periode {
    font-weight: bold;
}

.slider-sous-periode-evt .slides li {
	width: 86px !important;
}

.view-extraits.view-display-id-block em a {
	color: black;
}

.no_border_item_list .item-list {
	border: none !important;
}

.share-back-top-widget .icon-arrow-up {
	margin-right: 0.3em;
}

#collapsible-container-tous_les_auteurs-block .item-list {
	border: none !important;
}

.col--decouvrir img {
	float: left;
}

.event-full h1 {
	font-size: 20pt !important;
	width: 60%;
}

.back_to_top {
	float: right;
    position: relative;
    margin-top: 30px;
}

.back_to_top #divsharen {
	left: 13px;
    position: relative;
}

.page-node-61 #main-content {
	height: 1420px;
}

.view-mini_exposition h2:before {
	content: "";
    display: block;
    margin-bottom: 3px;
    margin-bottom: .1875rem;
    background: white;
    width: 15px;
    width: .9375rem;
    height: 2px;
    height: .125rem;
}

.view-mini_exposition h2 {
	margin-top: 0px !important;
}

/* Correction BUG Romain S 28/12/2015 : bloc consulter 6225 */
.pane-node-field-liens-consulter .links {
	display: none;
}

.btn--inactive-alt sup {
	color: #b8003e;
}


.node-type-auteur .pane-node-field-auteur h2, .node-type-auteur .pane-node-field-themes-multi-ref h2 {
	font-size: 0.8125rem !important;
    font-weight: bold !important;
    border-top: none !important;
    margin-top: 1.375em !important;
}

.node-type-auteur .pane-node-field-auteur .field-auteur:before, .node-type-auteur .pane-node-field-themes-multi-ref .field-themes-multi-ref:before {
	font-family: 'icomoon';
    position: relative;
    left: -4px;
    speak: none;
    line-height: 1.2em;
    -webkit-font-smoothing: antialiased;
    display: table-cell;
    width: 1%;
    content: "\e605";
    vertical-align: top;
    font-size: 10px;
    padding-top: 3px;
	float: left;
}

.node-type-auteur .pane-node-field-auteur a {
	position: relative;
    left: 4px;
    font-size: 0.9rem;
}

.node-type-auteur .pane-node-field-themes-multi-ref a {
	position: relative;
    /*left: -8px; CECILE*/
	font-size: 0.9rem;
}