/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

img {
    image-rendering: -webkit-optimize-contrast;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/*********************************
 * HACK PERSO
 */

a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted #000;
}

a:active,
a:visited {
    border: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*********************************
 * TYPO
 */

@font-face {
    font-family: 'tungsten';
    src: url('../fonts/tungsten-book-webfont.eot');
    src: url('../fonts/tungsten-book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tungsten-book-webfont.woff') format('woff'), url('../fonts/tungsten-book-webfont.ttf') format('truetype'), url('../fonts/tungsten-book-webfont.svg#tungstenbook') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'tungsten';
    src: url('../fonts/tungsten-light-webfont.eot');
    src: url('../fonts/tungsten-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tungsten-light-webfont.woff') format('woff'), url('../fonts/tungsten-light-webfont.ttf') format('truetype'), url('../fonts/tungsten-light-webfont.svg#tungstenbook') format('svg');
    font-weight: 100;
    font-style: normal;
}


/*********************************
 * Structure globale
 */

body {
    text-align: center;
    background: #2c404b;
    font-family: 'ubuntu', arial, verdana, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flex {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    text-align: left;
    /*background  : rgba(0,0,0,.1);*/
}


/*********************************
 * Couleur du header des bandes de sections et du footer
 */

.header {
    background: #fff;
    /*#2c404b*/
}

.nav {
    background: #8BA3B2;
    /*a53632   e77528*/
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
}

.ariane {
    background: #DAD7D2;
}


/*.sous-rubriques {
    background : #eae9e5;
}*/

.color-0 {
    background: #EAE9E5;
}

.color-1 {
    background: #ffffff;
}

.color-2 {
    background: #DAD7D2;
}

.color-3 {
    background: #d8d7d1;
}

.color-4 {
    background: #c7c7bf;
}

.color-5 {
    background: #b6b6ad;
}

.rouge {
    color: #a53632;
}

.gris {
    color: #929292;
}

.gris-fonce {
    color: #525252;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left
}

.align-center {
    text-align: center;
}

.like-h1 {
    font: 100 3.5em 'tungsten';
    color: #a53632;
    margin: 0;
    line-height: .9em;
}

.like-h2 {
    font: 100 2em 'tungsten';
    color: #a53632;
    margin: 0;
    line-height: .9em;
}

.like-p {
    font: 400 1em 'ubuntu', arial, verdana, sans-serif;
    line-height: 1.5em;
}

.gras {
    font-weight: bolder;
}

.light {
    font-weight: lighter;
}


/*********************************
 * structure header
 */

.header .logo,
.header .recherche,
.header .socials {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.header .logo {
    width: 30.8383%;
    margin: 1em 0;
}

.header .recherche {
    width: 44.4111%;
}

.header .socials {
    width: 24.7504%;
    text-align: right;
}


/**************
* Resultat recherche ajax
*/

.top-results {
    background: red;
    position: relative;
}

.resultats-recherche-ajax {
    position: absolute;
    top: 0;
    background: #fff;
    border: 0;
    border-radius: 0;
    width: 100%;
    border-bottom: 3px solid #890700;
    text-align: left;
    padding: .4em;
}

.resultats-recherche-ajax li {
    font: italic lighter 1em 'ubuntu';
    letter-spacing: .08em;
    margin: .2em 0;
}

.resultats-recherche-ajax li a {
    color: #000;
}

.resultats-recherche-ajax li a:after {
    content: "...";
    color: rgba(0, 0, 0, .2);
}


/*********************************
 * mise en page header
 */

.editions-eyrolles-logo {
    padding: .5em;
    margin: 0;
}


/*.editions-eyrolles-logo img {
    width: 100%;
}*/

.editions-eyrolles-logo img {
    max-width: 100%;
    /*losqu'on aura le nouveau logo il faut 
    remplacer max-width par width qui est utilisé par clément*/
}

.header .search {
    margin: 1em;
    position: relative;
}

.header .search .input-type-text {
    width: 80%;
    margin-top: 0.6em;
    border: none;
    border-bottom: 1px solid #000;
    padding: .4em;
    text-indent: .1em;
    background: rgba(255, 255, 255, .15);
    color: #000;
    font-style: italic;
    font-family: 'open sans';
    border-radius: 0;
}

.header .search input::-webkit-input-placeholder {
    color: #000;
}

.header .search input::-moz-placeholder {
    color: #000;
}

.header .search input:-ms-input-placeholder {
    color: #000;
}

.header .search input:-moz-placeholder {
    color: #000;
}

.header .search .input-type-submit {
    position: absolute;
    top: .8em;
    right: .2em;
    width: 28px;
    height: 29px;
    border: 0;
    background: transparent url('../images/sprite-1xv2.png') 0 -172px no-repeat;
}

.header .search .input-type-submit:hover {
    background: transparent url('../images/sprite-1xv2.png') 0 -201px no-repeat;
}

.resultat-recherche .search .input-type-submit {
    position: absolute;
    top: .5em;
    right: .5em;
    width: 28px;
    height: 29px;
    border: 0;
    background: transparent url('../images/sprite-1xv2.png') -143px -58px no-repeat;
}

.resultat-recherche .search .input-type-submit:hover {
    background: transparent url('../images/sprite-1xv2.png') -143px -110px no-repeat;
}

.header .socials ul {
    padding: .8em;
}

.header .socials li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 .4em .4em;
    color: #000;
}

.header .socials li:last-child {
    margin-top: .4em;
    font-size: .85em;
}

.header .socials li em {
    display: inline-block;
    vertical-align: middle;
    margin-right: .4em;
}


/** Banière Cookies **/

.cookiebanner {
    opacity: 0.7 !important;
    height: 60px !important;
    text-align: left;
}

.cookiebanner h1 {
    color: white !important;
    font-size: 1em;
    margin: 0.1em;
}

.cookiebanner h1,
.cookiebanner p {
    margin-left: 5%;
    margin-top: 0;
}


/*********************************
 * navigation principale | Niveau 1
 */


/*
 Actions mobile */

.if-mobile {
    display: none;
}

.if-mobile>ul {
    width: 100%;
    text-align: center;
}

.if-mobile>ul>li {
    display: inline-block;
    vertical-align: middle;
    padding: .8em 0;
    height: 4em;
    text-align: center;
}

.if-mobile .up-back {
    width: 18%;
    border-right: 1px solid #fff;
}

.if-mobile .toggle {
    width: 82%;
}


/*
Niveau 1 */

.navigation {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    /*Rustine border element enfant*/
    padding-left: 1px;
}

.navigation a {
    border: none;
}

.navigation>li {}

.navigation>li>a {
    color: #fff;
    font: 100 1.5em 'tungsten';
    padding: .6em .4em;
    display: block;
    letter-spacing: .08em;
    text-align: center
}

.navigation>li:hover,
.navigation>li.active {
    background-color: #fff
}


/*.navigation > li.active:hover > ul {
    display: none;
}*/

.navigation>li:hover>a,
.navigation>li.active>a {
    color: #a53632;
}

.navigation>li.ziactu {
    position: relative;
    /*-webkit-box-shadow:inset 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow:inset 0 0 10px 0 rgba(0,0,0,.1);*/
    background: rgba(255, 255, 255, .2);
}

.navigation>li.ziactu a {
    color: #7C0C06;
}

.navigation>li.ziactu .rustine-top {
    position: absolute;
    display: block;
    top: -8px;
    left: -8px;
    background: red;
    z-index: 1000;
}


/*********************************
 * navigation principale | Niveau 2
 */

@-webkit-keyframes delayNav {
    0% {
        height: 0;
        opacity: 0;
    }
    50% {
        height: 0;
        opacity: 0;
    }
    100% {
        height: 435px;
        opacity: 1;
    }
}

@keyframes delayNav {
    0% {
        height: 0;
        opacity: 0;
    }
    50% {
        height: 0;
        opacity: 0;
    }
    100% {
        height: 435px;
        opacity: 1;
    }
}

.navigation>li>ul {
    display: none;
    padding: .8em;
    padding-bottom: 0;
    border: 1px solid #ac8968;
    border-top: 0;
}

.navigation>li.active {
    background: #dad7d2;
}

.navigation>li:hover>ul {
    position: absolute;
    display: block;
    overflow: hidden;
    top: 3.41em;
    right: 0;
    width: 75%;
    /*min-height: 350px;*/
    background-color: #fff;
    z-index: 2000;
    -webkit-animation: delayNav 1s ease;
    animation: delayNav 1s ease;
}

.navigation>li:nth-child(-n+4)>ul {
    left: 0;
}

.navigation .nouveaute,
.navigation .rubrique {
    display: inline-block;
    vertical-align: top;
}

.navigation .nouveaute {
    border-left: 1px solid #ac8968;
    width: 55%;
    padding-left: .8em;
    min-height: 250px;
}

.navigation .rubrique {
    width: 45%;
    padding-right: .8em;
}

.navigation .rubrique li {
    padding: .3em .8em;
    border-top: 1px solid #f6ebea;
    display: block !important;
    font-weight: 400;
    font-size: .8em;
}

.navigation li.titre {
    font-weight: 700;
    padding: 0 0 .3em 0;
    border: 0;
}

.navigation li.suite-nouveaute {
    padding: .25em;
    text-align: center;
}


/* Popup newsletter */

#newsletter-popup {
    display: none;
    width: 260px;
    height: 150px;
    background-color: #F2EBEB;
    font-size: .85em;
    bottom: 10px;
    position: fixed;
    right: 25px;
    border: 1px solid #d9d8d6;
    z-index: 256
}

#newsletter-popup .header {
    background-color: #8BA3B2;
    color: #fff;
    font-size: 1.2em;
    font-style: italic;
    padding: .3em;
    display: block;
}

#newsletter-popup .header span {
    vertical-align: -10px;
}

#newsletter-popup .header button {
    background: none;
    border: none;
    color: #fff;
    position: absolute;
    font-size: 1.2em;
    top: 0.05em;
    right: 0.05em;
}

#newsletter-popup .content {
    padding: .4em;
}

#newsletter-popup .content a {
    margin-top: 0.6em;
    padding: .4em;
    border: 1px solid #2c404b;
    border-radius: 4px;
    display: inline-block;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #2c404b;
}

#newsletter-popup .content a:hover {
    background: #2c404b;
    color: #F2EBEB;
}


/*********************************
* Fil d'arine
*/


/*.ariane ul {
    border-bottom: 1px solid #a53632;
}*/

.ariane {
    clear: both;
}

.ariane li {
    display: inline-block;
    font-size: .7em;
    color: #ac8968;
}


/*********************************
* navigation au coeur des rubriques
*/

.sous-rubriques .flex {
    border-top: 1px solid #a53632;
}

.sous-rubriques {
    clear: both;
}

.sous-rubriques a {
    display: inline-block;
    vertical-align: middle;
}

.n1 .flex {
    border: none !important;
}


/*
.sous-rubriques .titre-rubrique,
.sous-rubriques .rubriques {
    display: inline-block;
    vertical-align: top;
    height: auto;
}
.sous-rubriques .titre-rubrique {
    width:30%;
    padding: .8em;
}
*/

.sous-rubriques .titre-rubrique,
.sous-rubriques .rubriques {
    display: block;
    height: auto;
}

.sous-rubriques .titre-rubrique {
    width: 100%;
}

.sous-rubriques .titre-rubrique h1,
.sous-rubriques .titre-rubrique .like-h1 {
    font: 100 2.8em 'tungsten';
    color: #a53632;
    margin: 0;
    padding: 0 .1em 0 0;
    /*text-transform: capitalize;*/
}

.sous-rubriques .titre-rubrique .like-h1 {
    color: #b29392;
    font-size: 2.2em;
}

.sous-rubriques .titre-rubrique .like-h1:hover {
    color: #a53632;
}


/*.sous-rubriques .titre-rubrique h1 {
    font-weight: 400;
}*/


/*
.sous-rubriques .rubriques {
    width:100%;
    padding: 0 0 .5em 3em;


}
.sous-rubriques .rubriques li {
    width: 25%;
    display: block;
    font-weight: normal;
    font-size: .9em;
    vertical-align: top;
    float:left;
    padding: .25em .5em .25em .5em;
    background: url('../images/arrow-red.png') 0 6px no-repeat;
    line-height: .98em;
}*/

.sous-rubriques .rubriques {
    width: 100%;
    padding: 0 0 .5em 3em;
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
}

.sous-rubriques .rubriques li {
    display: inline-block;
    font-weight: normal;
    font-size: .9em;
    vertical-align: middle;
    width: 100%;
    padding: .25em .5em .25em 1em;
    background: url('../images/arrow-red.png') 0 6px no-repeat;
    line-height: .98em;
}

.sous-rubriques .ariane {
    background: none;
    padding: .5em 0 .25em .5em;
}

.sous-rubriques .ariane ul li {
    vertical-align: middle;
}

.sous-rubriques .ariane .accueil {
    margin: .1em .3em 0 0;
    vertical-align: top;
    background-position: -44px -102px;
}

.sous-rubriques .ariane .accueil:hover {
    background-position: -44px -122px;
}


/*.sous-rubriques .titre-rubrique-full {
    width:100%;
    padding: .8em;
}
.sous-rubriques .titre-rubrique h1,
.sous-rubriques .titre-rubrique-full h1 {
    font: 100 3.5em 'tungsten';
    color: #a53632;
    margin: 0;
}
.sous-rubriques .rubriques {
    width:70%;
    padding: .8em;
}
.sous-rubriques .rubriques li {
    width: 33.33%;
    display: block;
    font-weight: normal;
    font-size: .9em;
    vertical-align: top;
    float:left;
    padding: .25em .5em .25em .5em;
    background: url('../images/arrow-red.png') 0 6px no-repeat;
    line-height: .98em;
}

/*Niveau n+3*/

.sous-rubriques .rubriques ul li {
    position: relative;
}

.sous-rubriques .rubriques ul li ul {
    display: none;
}

.sous-rubriques .rubriques ul li:hover ul {
    display: block !important;
    position: absolute;
    background: #DAD7D2;
    top: 20px;
    left: 0;
    width: 90%;
    height: auto;
    z-index: 1000;
    padding: 0 1em 1em 1em;
    border-radius: 0 0 15px 15px;
}

.sous-rubriques .rubriques ul li ul li {
    display: block;
    width: 100%;
}


/*.sous-rubriques .rubriques ul li.wchilds>a:after {
    content: '›'; /*ˇ*/


/*color: #a53632;
    margin-left: .2em;
}*/


/*********************************
 * Slider
 */

.load {
    background: #eee;
}

.slider {
    width: 100%;
    position: relative;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
}

#slider-accueil {
    max-height: 320px;
}

.slider .slide img {
    width: 100%;
    max-height: 320px;
    max-width: 1002px;
}

.flex-control-paging {
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 1em;
    left: -50%;
    right: -50%;
}

.flex-control-paging li {
    display: inline-block;
    margin: .2em .4em;
    width: 1em;
    height: 1em;
    border: 1px solid #fff;
    border-radius: 1em;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
}

.flex-control-paging li a,
.flex-direction-nav li a {
    text-indent: -9999px;
    display: block;
    cursor: pointer;
    border: 0;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background: #b70013;
    border: 0;
}

.flex-direction-nav {
    list-style: none;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    display: block;
    position: absolute;
    bottom: 42%;
    width: 44px;
    height: 44px;
    background: rgba( 255, 255, 255, .5) url('../images/sprite-1xv2.png');
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
    background-color: rgba( 255, 255, 255, .95);
}

.flex-direction-nav .flex-prev {
    left: 0;
    background-position: -171px 7px;
}

.flex-direction-nav .flex-next {
    right: 0;
    background-position: -215px 7px;
}


/* FlexSlider Necessary Styles
*********************************/

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}


/* Clearfix for the .slides element */

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}


/* No JavaScript Fallback */


/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides>li:first-child {
    display: block;
    overflow: hidden;
}


/*********************************
* Mise en forme des slides
*/

.slide>div {
    padding: 1em;
}

.slide>div.no-padding {
    padding: 0;
}

.slide a {
    border: 0;
}

.bg-color-neutre-a {
    background: #c6c4b9 url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-neutre-b {
    background: #bfc9cf url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-neutre-c {
    background: #bbb199 url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-neutre-d {
    background: #80807f url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-neutre-e {
    background: #85505d url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-neutre-f {
    background: #E5AEC4 url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-neutre-g {
    background: #fff;
    -moz-box-shadow: inset 0px 0px 30px 0px #656565;
    -webkit-box-shadow: inset 0px 0px 30px 0px #656565;
    -o-box-shadow: inset 0px 0px 30px 0px #656565;
    box-shadow: inset 0px 0px 30px 0px #656565;
}

.bg-color-neutre-h {
    background: #000 url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-chaude-a {
    background: #e30513 url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-chaude-b {
    background: #CE3B00 url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-chaude-c {
    background: #f18700 url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-chaude-d {
    background: #fbb900 url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-chaude-e {
    background: #ffed00 url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-chaude-f {
    background: #d3d700 url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-chaude-g {
    background: #009640 url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-chaude-h {
    background: #79c6bf url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-chaude-i {
    background: #396F81 url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-chaude-j {
    background: #544595 url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-chaude-k {
    background: #662382 url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-chaude-l {
    background: #b7195d url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-chaude-m {
    background: #ff007a url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-eyrolles-a {
    background: #2c404b url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.bg-color-eyrolles-b {
    background: #a53632 url('../images/background-slide-1.png') 50% 50% no-repeat;
}

.color-neutre-a {
    color: #c6c4b9;
}

.color-neutre-b {
    color: #bfc9cf;
}

.color-neutre-c {
    color: #bbb199;
}

.color-neutre-d {
    color: #80807f;
}

.color-neutre-e {
    color: #85505d;
}

.color-neutre-f {
    color: #E5AEC4;
}

.color-neutre-g {
    color: #fff;
}

.color-neutre-h {
    color: #363636;
}

.color-chaude-a {
    color: #e30513;
}

.color-chaude-b {
    color: #e84d0e;
}

.color-chaude-c {
    color: #f18700;
}

.color-chaude-d {
    color: #fbb900;
}

.color-chaude-e {
    color: #ffed00;
}

.color-chaude-f {
    color: #d3d700;
}

.color-chaude-g {
    color: #009640;
}

.color-chaude-h {
    color: #79c6bf;
}

.color-chaude-i {
    color: #009dd4;
}

.color-chaude-j {
    color: #544595;
}

.color-chaude-k {
    color: #662382;
}

.color-chaude-l {
    color: #b7195d;
}

.color-chaude-m {
    color: #ff007a;
}

.simple-couv-ligne {
    text-align: center;
}

.slide .like-h1 {
    margin: .3em 0 .7em 0;
    font: 300 2.5em 'ubuntu';
}

.rapport-30-70 .like-h1 {
    padding: 0 !important;
    margin: .3em 0 .1em 0;
    font-size: 3.5em;
    font-weight: 400;
    line-height: 1em;
}

.slide .like-h2 {
    background: transparent url('../images/like-h2-bt.png') top center no-repeat;
    margin: .3em 0 .5em 0;
    padding-top: .2em;
}

.simple-couv-ligne figure {
    height: 270px;
    text-align: center;
    display: inline-block;
    width: 100%;
    background: red;
}

.simple-couv-ligne ul {
    margin-top: .5em;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: center;
    justify-content: center;
    height: 200px;
}

.simple-couv-ligne ul li {
    padding: 0 1em;
    display: inline-block;
}

.simple-couv-ligne ul li figure img {
    width: auto !important;
    height: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .5);
}

.rapport-30-70 figure img {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .5);
}

.rapport-30-70 {}

.rapport-70-30 figure,
.rapport-70-30-titre figure,
.rapport-30-70 figure,
.rapport-70-30 .texte,
.rapport-70-30-titre .texte,
.rapport-30-70 .texte {
    display: inline-block;
    vertical-align: top;
}

.rapport-70-30 figure .rapport-70-30-titre figure {
    width: 70%;
    padding-top: .5em;
}

.rapport-70-30 .texte,
.rapport-70-30-titre .texte {
    width: 30%;
    padding: 2em 1em 0 1em;
}

.rapport-70-30-titre figure {
    width: 70%;
    padding: 1em;
}

.rapport-70-30-titre .texte {
    padding: 0 1em;
}

.rapport-70-30 .like-h1,
.rapport-30-70 .like-h1 {
    padding-left: .25em;
}

.rapport-30-70 figure {
    width: 29%;
    padding: 1.5em 1em 1em 1em;
    margin-left: 4%;
}

.rapport-30-70 .texte {
    width: 67%;
    padding: 0 1em;
}

.video-couv .video,
.video-couv .texte {
    display: inline-block;
    vertical-align: top;
}

.video-couv .video {
    width: 65%;
}

.video-couv .texte {
    width: 35%;
    padding: 0 1em;
    text-align: center;
}

.video-couv .texte figure {
    width: 50%;
    margin: .5em auto;
}


/*********************************
 * Actualités
 */

.actualites {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    padding: .8em 1em;
}


/*********************************
 * Listes de livres
 */

.liste-livres,
.liste-actus {
    padding: .8em 0 .8em 1em;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.liste-livres>h2,
.liste-actus>h2 {
    text-align: left;
}

.livres a {
    display: block;
}


/*choix papier ou numerique*/

.type-livre {
    list-style-type: none;
    padding: .3em .5em .5em 0;
    color: #000;
    font-weight: lighter;
    float: right;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 30px;
    cursor: pointer;
}

.type-livre li {
    display: inline;
    vertical-align: top;
}


/*Liste classique, sans over*/

.livres li.livre-full,
.livres li.livres-nav {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
    padding: 1em 1em 0 0;
    font-size: 1em;
}

.livres li.livre-full-suite {
    display: block;
    width: 98%;
    text-align: center;
    border-top: 1px solid #B4B3AF;
    margin-top: 1em;
    padding: .5em;
    font: 400 1.5em 'tungsten';
    color: #4f3237;
}

.livre-full .presentation {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    max-height: 180px;
    line-height: 1em;
    padding-left: .5em;
}

.presentation .auteur {
    font-size: .8em;
    color: #444;
    margin: 0;
}

.presentation .titre {
    font-size: 1.4em;
    color: #890700;
    line-height: 1.1em;
    margin: 0;
}

.presentation .sous-titre {
    font-size: 1em;
    line-height: 1.2em;
    color: #525252;
    margin: 0;
}

.presentation .titre strong {
    font-weight: 300;
}

.livres li.livre-full figure,
.livres-nav figure,
.livre-hover .cycle-plus {
    width: 38%;
    height: 182px;
    /*val ajustéé via js*/
    text-align: center;
    line-height: 184px;
    /*val ajustéé via js*/
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: url('../images/cycle-30.png') 50% 50% no-repeat;
    -webkit-background-size: 98%;
    -moz-background-size: 98%;
    -o-background-size: 98%;
    background-size: 98%;
}

.livres .cycle-plus {
    width: 100%;
}

.livre-full .cycle-plus {
    height: 50px;
    width: 100%;
    display: block;
}

.livres li.livre-full:hover figure {
    background: url('../images/cycle-100.png') 50% 50% no-repeat;
    -webkit-background-size: 98%;
    -moz-background-size: 98%;
    -o-background-size: 98%;
    background-size: 98%;
}

.livres-nav figure {
    background: url('../images/cycle-30-nav.png') 50% 50% no-repeat;
    -webkit-background-size: 98%;
    -moz-background-size: 98%;
    -o-background-size: 98%;
    background-size: 98%;
}

.presentation p {
    font-size: .8em;
    font-weight: 300;
    margin: .1em 0;
}

.livres figure img,
.livres-nav figure img {
    max-width: 85%;
    max-height: 85%;
    margin-bottom: 6px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.livres li:hover figure img,
.livres-nav li:hover figure img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}


/*Liste livre avec hover*/

.livres li.livre-hover {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    position: relative;
    margin: 1.4em 2% 0 0;
}

.livres li.livre-hover .presentation {
    display: none;
}

.livres li.livre-hover:hover .presentation {
    z-index: 1000;
    display: block;
    position: absolute;
    top: 178px;
    /*val ajustéé via js*/
    left: -55%;
    width: 215%;
    background: transparent url('../images/tips-livre.png') 50% 0 no-repeat;
    padding: 1em;
}

.livres li.livre-hover figure {
    width: 100%;
    height: 182px;
    /*val ajustéé via js*/
    text-align: center;
    line-height: 182px;
    /*val ajustéé via js*/
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: url('../images/cycle-30.png') top left no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.livres li.livre-hover:hover figure {
    background: url('../images/cycle-100.png') top left no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.livres li.livre-hover:nth-child(5n+1):hover .presentation {
    left: 0;
    right: inherit;
    background-position: 80% 0;
    /*val à ajustéé via js*/
}

.livres li.livre-hover:nth-child(5n+5):hover .presentation {
    right: 0;
    left: inherit;
    background-position: 18% 0;
    /*val à ajustée via js*/
}


/*********************************
* Information groupe - home page avant footer
*/

.info-groupe>section {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: .8em 1.2em;
}

.info-groupe h2 {
    text-transform: uppercase;
    font-size: 1.05em;
    padding-bottom: .4em;
    border-bottom: 1px solid #fff;
}

.info-groupe ul {
    list-style-type: none;
}

.info-groupe a {
    border: 0;
}

.info-groupe .sites-thematiques li {
    display: inline-block;
    width: 50%;
    padding: 0 1.2em 1.2em 0;
}

.info-groupe .comptes-sociaux,
.info-groupe .service-pro {
    text-transform: uppercase;
    font-size: .85em;
    letter-spacing: -.07em;
}

.info-groupe .comptes-sociaux li,
.info-groupe .service-pro li {
    margin-bottom: .3em;
}

.info-groupe .comptes-sociaux .cadre-boutons {
    display: inline-block;
    padding-left: .5em;
}

.form-newsletters {
    position: relative;
}

.form-newsletters .input-type-text {
    width: 100%;
    display: block;
    border: 1px solid #2c404b;
    padding: .8em;
    background: transparent;
    color: #2c404b;
    font-style: italic;
    font-family: 'open sans';
    border-radius: 0;
}

.form-newsletters input::-webkit-input-placeholder {
    color: #2c404b;
}

.form-newsletters input::-moz-placeholder {
    color: #2c404b;
}

.form-newsletters input:-ms-input-placeholder {
    color: #2c404b;
}

.form-newsletters input:-moz-placeholder {
    color: #2c404b;
}

.form-newsletters .input-type-submit {
    position: absolute;
    top: .8em;
    right: .8em;
    width: 23px;
    height: 23px;
    border: 1px solid #9d9e91;
    border-radius: 30px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: transparent url('../images/sprite-1xv2.png') -255px -30px no-repeat;
}

.form-newsletters .input-type-submit:hover {
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


/*********************************
* Footer
*/

footer a {
    border: 0;
}

footer .map,
footer .share,
footer .map dl {
    display: inline-block;
    vertical-align: top;
    padding: 1em;
    margin-bottom: 3em;
}

footer .map {
    width: 80%;
}

footer .share {
    width: 20%;
    padding: 2em 1.5em 0 1.5em;
}

footer .map dl {
    width: 25%
}

footer .map dt {
    color: #e9dddd;
    font: 400 1.6em 'tungsten';
    letter-spacing: .05em;
}

footer .map dd {
    color: #84a5b8;
    font: 400 1.2em 'tungsten';
    letter-spacing: .05em;
}

footer .share h2 {
    color: #2c404b;
    font: 400 1.4em 'tungsten';
    margin: 0;
    background: rgba(255, 255, 255, .4);
    text-align: center;
    letter-spacing: .05em;
    padding-top: .8em;
}

footer .share ul {
    background: rgba(255, 255, 255, .4);
    text-align: center;
    list-style: none;
    padding: 1.2em;
}

footer .share li {
    display: inline-block;
    width: 29%;
    margin: 0 1%;
    vertical-align: bottom;
}


/*********************************
* Images flexibles
*/

.info-groupe .sites-thematiques li img,
footer .share img,
.tpl-1-3-couverture img,
section.fiche-livre figure img,
.result-auteurs figure img,
article.fiche-livre .j-couverture img,
section.actu .visuel-actu img,
.accueil-actus .liste-actus li figure img,
.rapport-70-30 figure img,
.rapport-70-30-titre figure img,
.interview .yt figure img,
.institutionnelle figure img,
.sociaux li img {
    width: 100%;
}

.liste-actu .tuile figure {
    margin: auto;
}


/*********************************
* Enrichissements
*/

.speed {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.liste-livres>h2,
.actualites>h2,
.liste-actus>h2,
.formulaire-catalogue>h2 {
    margin: 0;
    font: 400 1.95em 'tungsten';
}

.texte-shadow-w {
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
}

.header a,
.liste-livres a {
    border: 0;
}

.color-nav {
    color: #a53632;
}

.color-footer {
    color: #2c404b;
}

.erreur {
    color: #a53632;
    font-style: italic;
    font-weight: bold;
    font-size: .8em;
    border-left: 1px solid #a53632;
    padding: .3em 0 0 .5em;
    margin: 0;
}


/*********************************
* Templates slides
*/

.slide {
    position: relative;
    overflow: hidden;
}

.slide>h1 {
    font: 400 1.95em 'tungsten';
    margin: 16px 0 0 16px;
}

.slide>h1 span.gris {
    font-size: 75% !important;
}

.slide>h1 a {
    border: 0;
}

.background-A {
    background: #95acba;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOTVhY2JhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FiYmVjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, #95acba 0%, #abbec9 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #95acba), color-stop(100%, #abbec9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #95acba 0%, #abbec9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #95acba 0%, #abbec9 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #95acba 0%, #abbec9 100%);
    /* IE10+ */
    background: linear-gradient(45deg, #95acba 0%, #abbec9 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95acba', endColorstr='#abbec9', GradientType=1);
    /* IE6-8 fallback on horizontal gradient */
    -webkit-box-shadow: inset 0 0 30px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 0 30px 0 rgba(255, 255, 255, .1);
}

.tpl-1-3-couverture {}

.tpl-1-3-couverture>a {
    display: inline-block;
    width: 33.33%;
    padding: 1em;
    vertical-align: top;
}

.tpl-video-yt {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: auto;
    overflow: hidden;
}

.tpl-video-yt iframe,
.tpl-video-yt object,
.tpl-video-yt embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*********************************
* Templates fiche livre
  █████▒ ██▓ ▄████▄   ██░ ██ ▓█████     ██▓     ██▓ ██▒   █▓ ██▀███  ▓█████ 
▓██   ▒ ▓██▒▒██▀ ▀█  ▓██░ ██▒▓█   ▀    ▓██▒    ▓██▒▓██░   █▒▓██ ▒ ██▒▓█   ▀ 
▒████ ░ ▒██▒▒▓█    ▄ ▒██▀▀██░▒███      ▒██░    ▒██▒ ▓██  █▒░▓██ ░▄█ ▒▒███   
░▓█▒  ░ ░██░▒▓▓▄ ▄██▒░▓█ ░██ ▒▓█  ▄    ▒██░    ░██░  ▒██ █░░▒██▀▀█▄  ▒▓█  ▄ 
░▒█░    ░██░▒ ▓███▀ ░░▓█▒░██▓░▒████▒   ░██████▒░██░   ▒▀█░  ░██▓ ▒██▒░▒████▒
 ▒ ░    ░▓  ░ ░▒ ▒  ░ ▒ ░░▒░▒░░ ▒░ ░   ░ ▒░▓  ░░▓     ░ ▐░  ░ ▒▓ ░▒▓░░░ ▒░ ░
 ░       ▒ ░  ░  ▒    ▒ ░▒░ ░ ░ ░  ░   ░ ░ ▒  ░ ▒ ░   ░ ░░    ░▒ ░ ▒░ ░ ░  ░
 ░ ░     ▒ ░░         ░  ░░ ░   ░        ░ ░    ▒ ░     ░░    ░░   ░    ░   
         ░  ░ ░       ░  ░  ░   ░  ░       ░  ░ ░        ░     ░        ░  ░
            ░                                           ░                   
*/


/*Titres */

article header,
section header {
    padding: 1.4em .8em 1em .8em;
}

article h1,
section h1 {
    font-size: 2.45em;
    font-weight: 300;
    padding: 0 0 .4em 0;
    color: #a53632;
    margin: 0;
    letter-spacing: -0.04em;
}

article header h2 {
    font-size: 1.2em;
    font-weight: 300;
    color: #525252;
    margin: 0;
}

section.fiche-livre,
section.prix-livre,
section.fiche-livre figure,
section.fiche-livre .c4,
section.maps-agenda {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1em;
}

section.fiche-livre .c4 {
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

section.fiche-livre {
    width: 75%;
    padding-left: .8em;
}

section.prix-livre,
section.maps-agenda {
    width: 25%;
    padding-right: .8em;
}

section.fiche-livre figure,
.j-couverture,
section.actu .visuel-actu {
    width: 40%;
    border: 1px solid #9f9492;
}

section.fiche-livre .c4,
section.actu .text-actu {
    width: 60%;
    padding: 0 2em;
    font-size: .9em;
    position: relative;
}

section.fiche-livre .c4 p,
section.fiche-livre .c4 ul,
section.fiche-livre .c4 ol {
    margin: 0 0 .5em 0;
}

section.fiche-livre .c4 ul,
section.fiche-livre .c4 ol {
    margin-left: 1.5em;
}

section.fiche-livre .c4 ul {
    list-style-type: square !important;
}


/*Bloc prix*/

section.prix-livre>ul {
    background: #f2ecec;
    border: 1px solid #d9d8d6;
    list-style-type: none;
}

section.prix-livre>ul>li {
    padding: .6em;
    border-bottom: 1px solid #d9d8d6;
    font-weight: 300;
    font-size: .9em;
}

section.prix-livre .bookFormat,
section.prix-livre .price {
    display: inline-block;
    vertical-align: top;
    letter-spacing: -.03em;
}

section.prix-livre .bookFormat {
    width: 65%;
}

section.prix-livre .price {
    width: 35%;
    text-align: right;
}

section.prix-livre .bookFormat strong {
    border-bottom: 1px dotted #000;
    cursor: pointer;
    font-weight: 400;
}

section.prix-livre .price strong {
    font-weight: 400;
}

section.prix-livre ul>li:first-child>span {
    font-size: 1.4em;
}

section.prix-livre .bookFormat>span {
    display: block;
    overflow: hidden;
    max-height: 0;
    font-size: .9em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

section.prix-livre .bookFormat:hover>span {
    max-height: 50px;
}

section.prix-livre .by {
    display: block;
    width: 100%;
    color: #a53632;
    text-align: right;
}

section.prix-livre .by,
section.prix-livre .by a {
    border: none;
}

section.prix-livre .by>ul {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    list-style-type: none;
    text-align: right;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

section.prix-livre .by>ul li {
    padding: .4em .8em;
    border-top: 1px solid #ddd;
}

section.prix-livre .by:hover>ul {
    max-height: 300px;
}

section.prix-livre .ziPrint,
.addAgenda {
    font-size: .9em;
    border: 0;
    padding-top: .2em;
    display: block;
}

.addAgenda {}

.nouvelle-edition {
    padding: .5em;
    background: #890700;
    display: block;
    width: 100%;
    text-align: right;
    font-size: .9em;
    font-weight: lighter;
    color: #DFB0AD;
    border: 0;
    margin-bottom: 1em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: .95em;
}

.nouvelle-edition span {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}

.nouvelle-edition span.icones {
    width: 30px;
    margin-left: .5em;
}

.in-texte {
    padding: 1em 0;
    border-bottom: 1px solid #EAE9E5;
    margin-left: 0 !important;
}

.in-texte li {
    margin-right: 3px;
}

.in-texte a {
    display: block;
    height: 50px;
}

section.prix-livre .sociaux,
.maps-agenda .sociaux {
    background: none;
    border: 0;
    border-top: 1px solid #ddd;
    margin-top: 1em;
    padding-top: 1em;
    text-align: center;
}

section.prix-livre .sociaux li {
    display: inline-block;
    width: 30px;
    padding: 0;
    margin: .4em .2em 0 .2em;
    border: 0;
}

section.prix-livre .sociaux li:last-child {
    margin-right: 0;
}

section.prix-livre .sociaux li a {
    border: 0;
}


/*Aside*/

.complements>li>a {
    margin: 0;
    font: 400 1.8em 'tungsten';
    padding: .6em .6em;
    display: block;
    border: 0;
}

.complements>li:hover>a,
.complements>li.r-tabs-state-active>a {
    background: #EAE9E5;
}

.complements li {
    display: inline-block;
    min-width: auto;
    vertical-align: top;
}

.ui-widget-content p {
    margin: 0;
    padding: 0;
}

.sommaire,
.extraits,
.interview,
.complement,
.presse,
.infos,
.add {
    padding: 1em;
}

.sommaire .flex>ul,
.sommaire .flex ul.s1 {
    display: inline-block;
    overflow: auto;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-rule: 1px solid rgba(0, 0, 0, .4);
    -moz-column-rule: 1px solid rgba(0, 0, 0, .4);
    column-rule: 1px solid rgba(0, 0, 0, .4);
    font-weight: 300;
    list-style-type: none;
    /*a supp si retour à décimal*/
}

.sommaire .flex>ul ul,
.sommaire .flex ul.s2 {
    margin: 0 0 .5em .5em;
    padding: 0 1em;
    font-weight: 300;
    color: #000;
    font-size: .9em;
    color: #555;
    list-style-type: none;
    /*a supp si retour à décimal*/
}

.sommaire .flex>ul>li {
    /*margin: 0 0 0 .25em;*/
    display: inline-block;
    width: 100%;
}

.infos-technique li:before,
.institutionnelle li:before,
.sommaire li:before {
    content: "■ ";
    color: #a53632;
    font-size: 1.2em;
}


/*Onglet Extrait*/

.extraits .liste-extraits {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.extraits .liste-extraits a {
    border: none;
}

.extraits .liste-extraits ul {
    list-style-type: none;
    padding-right: 2.5em;
}

.extraits .liste-extraits li {
    background: #DAD7D2;
    padding: .5em;
    margin-bottom: .5em;
}

.extraits .liste-extraits li.active {
    background: #fff;
    color: #a53632;
}

.extraits .zone-extraits {
    width: 75%;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
}

.extraits .zone-extraits .extrait {
    height: auto;
}

.extraits .zone-extraits .extrait .frame {
    height: 470px;
    text-align: center;
}

.extraits .zone-extraits .extrait iframe {
    width: 100%;
    height: 100%;
}

.extraits .zone-extraits .download_file {
    text-align: center;
    padding: 10px 0 0 0;
}

.extraits .zone-extraits .download_file a {
    border: 0;
    font-size: .9em;
    margin: 10px auto;
}


/*Onglet video*/

.interview {}

.interview .video {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.interview .video p {
    margin-bottom: .5em;
    font-weight: 300;
}

.interview .yt {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding-left: 1.5em;
}

.interview .yt ul {
    list-style-type: none;
}

.interview .yt li {
    margin-bottom: .4em;
    padding: 1px;
    font-size: 1em;
}

.interview .yt li.active,
.interview .yt li:hover {
    background: #fff;
}

.interview .yt li a {
    border: none;
    display: block;
}

.interview .yt figure {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}

.interview .yt figcaption {
    display: inline-block;
    width: 60%;
    padding-left: .4em;
    vertical-align: middle;
}

.interview .yt figcaption p {
    font-size: .8em;
    margin: 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*Onglet compléments*/

.complement h2 {
    font: 100 1.3em 'ubuntu';
}

.complement .down-file,
.complement .links {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-right: 2em;
}

.complement ul {
    list-style-type: none;
}

.complement a {
    border: 0;
    font-weight: 100;
}

.complement li {
    padding: 1em;
}

.complement li:hover strong {
    color: #a53632;
}


/*Onglet la presse en parle*/

.liste-presse li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 2%;
    margin-top: 2em;
    height: 200px;
    overflow: hidden;
    font-size: .9em;
    background: #fff;
    padding: 1em;
}

.liste-presse li:hover {
    min-height: 200px;
    max-height: 500px;
}

.liste-presse small {
    letter-spacing: .1em;
}

.liste-presse small span.gris {
    margin-left: 1em;
}

.liste-presse a {
    border: none;
}

.liste-presse .lire-suite {
    margin-top: .4em;
    display: block;
}

.liste-presse p {
    margin: 0;
}

.liste-presse .titre {
    padding: .6em 0 .4em 0;
    line-height: 1.1em;
    font-size: 1.35em;
}

.liste-presse .titre strong {
    font-weight: 300;
}

.liste-presse .extrait {
    font-size: .9em;
    font-weight: 300;
}


/*Onglet infos technique*/

.infos-technique {
    font-weight: 300;
}

.infos-technique p {
    margin-top: 1em;
}

.infos-technique ul {
    list-style: none;
    margin: 0 0 .5em 1em;
}

.infos-technique li {}


/*Onglet Errata*/

.errata ul {
    list-style-type: none;
    font-weight: 100;
}

.errata a {
    border: 0;
}

.errata li {
    border-bottom: 1px dotted #ababab;
    margin: 1em 0;
    padding: 0 0 1em 0;
}

.errata .errata-page {
    display: inline-block;
    width: 15%;
    vertical-align: middle;
    text-align: center;
}

.errata p {
    margin: 0;
}

.errata .errata-page strong {
    font-size: 1.5em;
    font-weight: 100;
    display: block;
}

.errata .errata-detail {
    display: inline-block;
    width: 84%;
    vertical-align: top;
}


/*Limite C4*/

.limitDescription {
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 85px;
    background: transparent url('../images/degrade-limite.png') 0px 5px repeat-x;
    padding: 45px 0 0 0;
    cursor: pointer;
    font-weight: bolder;
}

.limitDescription>span {
    color: #555;
}

.wide .limitDescription {
    background: none;
}

.limited {
    display: block;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
}

.show {
    height: auto!important;
}


/*Page actu*/

section.maps-agenda {
    padding: 1em 0;
}

.maps-agenda {
    text-align: center;
    background: #f2ecec;
    border: 1px solid #d9d8d6;
}

section.maps-agenda>div {
    margin-top: 1em;
}


/* add to calendar */

.addtocalendar {
    position: relative;
}

.addtocalendar var {
    display: none;
}

.atcb-link {
    border: 0;
    color: #a53632;
    cursor: pointer;
}

.atcb-list {
    display: none;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover {
    display: block;
}

.atcb-list li {
    list-style-type: none;
    font-size: .8em;
    margin: .5em;
}

.atcb-list li a {
    color: #a53632;
    border: 0;
}

.atcb-list li a:before {
    content: '›';
    color: #a53632;
    margin-right: .3em;
}


/*Catalogues
*/

.catalogues .livres li.livre-full {
    width: 33.33%;
}

.catalogues .presentation .titre {
    font-size: 1.1em;
}

.catalogues a {
    border: 0;
}

.show-catalogue .frame {
    height: 450px;
    padding: 1em 0;
}

.show-catalogue iframe {
    width: 100%;
    height: 100%;
}

.formulaire-catalogue {
    padding: 1em;
}

.commande-catalogue ul {
    list-style-type: none;
    font-weight: lighter;
}

.commande-catalogue>ul>li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-right: 1em;
    font-weight: bold;
}

.commande-catalogue>ul>li>ul>li {
    font-weight: lighter;
}

.commande-catalogue .ligne,
.commande-catalogue .demi-ligne {
    padding-bottom: .5em;
}

.commande-catalogue .ligne input,
.commande-catalogue .demi-ligne input {
    width: 100%;
    padding: .5em;
    border: 1px solid #999;
}

.commande-catalogue .demi-ligne {
    width: 49%;
    float: left;
}

.commande-catalogue li.demi-ligne:nth-child(even) {
    margin-right: 2%;
}

.submit-catalogues {
    width: 90%;
    border-radius: 200px;
    border: 0;
    margin-top: 1.4em;
    height: 90px;
}


/*Newsletters*/

.logo-librairie {
    float: right;
}

.formulaire-newsletter {
    padding: 1em;
    margin: .5em auto;
    text-align: center;
    width: 55%;
    font-size: .82em;
    border-radius: 3px;
}

.formulaire-newsletter ul {
    list-style-type: none;
    font-weight: lighter;
}

.formulaire-newsletter li:before {
    content: none;
}

.formulaire-newsletter li {
    padding: .3em 0;
}

.formulaire-newsletter input[type="text"] {
    padding: .5em;
    margin: 0 .5em;
    width: 74%;
}

.formulaire-newsletter input[type="checkbox"] {
    margin: 0 .3em 0 .4em;
    display: inline-block;
    vertical-align: middle;
}

.formulaire-newsletter button {
    padding: 0.7em 1.85em;
    margin: .5em 1.6em;
    background: #FF6D2B;
    color: #fff;
    border: 0;
    border-radius: 3px;
    border-bottom: 2px solid rgba(0, 0, 0, .2);
}

.formulaire-newsletter form {
    margin-top: 1.3em;
    text-align: left;
}

.intro-newsletter {
    border-bottom: 1px solid #555;
    padding-bottom: .3em;
}

.liste-actu {
    padding-bottom: 1em;
}


/*********************************
* Hack only safari
*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
     ::i-block-chrome,
    .navigation li {
        display: inline-block;
        padding: 0 auto;
        background: blue;
    }
}


/*********************************
* Templates recherche
▄▄▄█████▓ ██▓███   ██▓        ██▀███  ▓█████  ▄████▄   ██░ ██ ▓█████  ██▀███   ▄████▄   ██░ ██ ▓█████ 
▓  ██▒ ▓▒▓██░  ██▒▓██▒       ▓██ ▒ ██▒▓█   ▀ ▒██▀ ▀█  ▓██░ ██▒▓█   ▀ ▓██ ▒ ██▒▒██▀ ▀█  ▓██░ ██▒▓█   ▀ 
▒ ▓██░ ▒░▓██░ ██▓▒▒██░       ▓██ ░▄█ ▒▒███   ▒▓█    ▄ ▒██▀▀██░▒███   ▓██ ░▄█ ▒▒▓█    ▄ ▒██▀▀██░▒███   
░ ▓██▓ ░ ▒██▄█▓▒ ▒▒██░       ▒██▀▀█▄  ▒▓█  ▄ ▒▓▓▄ ▄██▒░▓█ ░██ ▒▓█  ▄ ▒██▀▀█▄  ▒▓▓▄ ▄██▒░▓█ ░██ ▒▓█  ▄ 
  ▒██▒ ░ ▒██▒ ░  ░░██████▒   ░██▓ ▒██▒░▒████▒▒ ▓███▀ ░░▓█▒░██▓░▒████▒░██▓ ▒██▒▒ ▓███▀ ░░▓█▒░██▓░▒████▒
  ▒ ░░   ▒▓▒░ ░  ░░ ▒░▓  ░   ░ ▒▓ ░▒▓░░░ ▒░ ░░ ░▒ ▒  ░ ▒ ░░▒░▒░░ ▒░ ░░ ▒▓ ░▒▓░░ ░▒ ▒  ░ ▒ ░░▒░▒░░ ▒░ ░
    ░    ░▒ ░     ░ ░ ▒  ░     ░▒ ░ ▒░ ░ ░  ░  ░  ▒    ▒ ░▒░ ░ ░ ░  ░  ░▒ ░ ▒░  ░  ▒    ▒ ░▒░ ░ ░ ░  ░
  ░      ░░         ░ ░        ░░   ░    ░   ░         ░  ░░ ░   ░     ░░   ░ ░         ░  ░░ ░   ░   
                      ░  ░      ░        ░  ░░ ░       ░  ░  ░   ░  ░   ░     ░ ░       ░  ░  ░   ░  ░
                                             ░                                ░                       
           ░                                           ░                   
*/

section.resultat-recherche {}

section.resultat-recherche h1 {
    padding: .2em 0 0 .2em;
}

section .newsearch h2 {
    font: 300 3em 'tungsten';
    color: #a53632;
    margin: 0;
    padding: .2em;
}

section .newsearch {
    padding: 1em 0 0 0;
    width: 60%;
    margin: 0 auto;
}

section .newsearch .search {
    width: 100%;
    position: relative;
    padding: 0 .6em 1em .6em;
}

section .newsearch .search div {}

section .newsearch .search .input-type-text {
    padding: 1em;
    width: 100%;
    font-size: 1.3em;
    vertical-align: middle;
}

section .newsearch .search .input-type-submit {
    width: 50px;
    height: 52px;
    position: absolute;
    top: 10px;
    right: 20px;
    border: 0;
}


/*********************************
* Template liste auteurs
*/

.liste-alpha-auteur {
    text-align: center;
    margin: 0 0 2em 1em;
}

.liste-alpha-auteur ul li {
    display: inline-block;
    vertical-align: middle;
    width: 3.846%;
    padding: .5em;
    font: normal 1.3em 'tungsten';
    color: #ababab;
}

.liste-alpha-auteur ul li a {
    border: 0;
    color: #000;
}

.liste-alpha-auteur ul li.active a,
.liste-alpha-auteur ul li:hover a {
    color: #a53632;
}

.liste-alpha-auteur ul li.active,
.liste-alpha-auteur ul li:hover {
    background: #fff;
}

.result-auteurs {}

.result-auteurs .auteur {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding-left: 1em;
    margin-bottom: 1em;
    min-height: 240px;
    overflow: hidden;
    font-size: .9em;
}

.result-auteurs .auteur .nom {
    margin: .3em 0;
    font-size: 1.1em;
}

.result-auteurs .auteur .nom span {
    text-transform: uppercase;
}

.result-auteurs .auteur .intro-bio {
    margin: 0;
    color: #ababab;
    font-size: .9em;
}


/*********************************
* Template auteur
*/

.fiche-auteur {
    width: 100%;
    padding: 2em 0;
}

.page-librairies {
    padding: 2em 0 1em 0;
}

.section-maps {
    padding: 0 0 1em 0;
}

.photos-auteur {}

.bio-auteur .links-auteur {
    font-size: .9em;
}

.photos-auteur,
.bio-auteur,
.photos-lib {
    display: inline-block;
    vertical-align: top;
}

.photos-auteur {
    width: 30%;
    background: transparent url('../images/avatar.jpg') 50% 50% no-repeat;
}

.bio-auteur {
    width: 70%;
    padding-left: 1em;
}

.bio-auteur p {
    font-size: .9em;
}

.bio-auteur h2 {
    font-size: 1.2em;
    font-weight: 400;
    color: #525252;
    margin: 0 0 .5em 0;
}

.auteur-twitter,
.flux-twitter {
    display: inline-block;
    vertical-align: top;
}

.auteur-twitter {
    width: 60%;
}

.flux-twitter {
    width: 38%;
    margin-left: 2%;
}

.slider-photos-auteur {
    width: 100%;
    position: relative;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #9f9492;
    min-height: 10em;
}

.slider-photos-lib {
    position: relative;
    display: block;
    overflow: hidden;
}

.institutionnelle .slider-photos-lib li:before {
    content: none;
    color: #a53632;
    font-size: 1.2em;
}

.photos-lib {}

.vignettes-photos-auteur ul li {
    margin: 1em 1em 0 0;
    cursor: pointer;
    width: 75px !important;
}

.flux-twitter>div {
    width: auto;
}

.links-auteur a {
    border: none;
}

.links-auteur li {
    list-style-type: none;
    margin-bottom: .5em;
}


/*********************************
* Actualités
*/


/*Liste des actualités*/

.liste-actu {}

.liste-actu .actusmedia {
    background: #f5f4f2;
    width: 49%;
    float: right;
    min-height: 168px;
    padding: .8em;
}

.liste-actu .tuile {
    width: 491px;
    display: inline-block;
    height: 152px;
    overflow: hidden;
    margin-top: 1em;
    margin-right: 20px;
}


/*.liste-actu .conference-dedicace {
    background: #fff url('../images/corner-conference-dedicace.png') bottom right no-repeat;
}
.liste-actu .salon {
    background: #fff url('../images/corner-salon.png') bottom right no-repeat;
}*/

.liste-actu .tuile:nth-child(2n+2) {
    margin-right: 0;
}

.liste-actu .tuile figure {
    width: 246px;
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    overflow: hidden;
}

.liste-actu .tuile .desciptifs {
    display: inline-block;
    vertical-align: top;
    width: 245px;
    padding: .8em;
}

.liste-actu .tuile figcaption {
    background: rgba(44, 64, 75, .8);
    /*width: 30%;*/
    width: 74px;
    display: inline-block;
    vertical-align: top;
    height: 200px;
    padding: .8em .1em;
    color: #fff;
    text-align: center;
}

.liste-actu .tuile div {
    display: inline-block;
    /*width: 70%;*/
    width: 172px;
    vertical-align: top;
}

.liste-actu .tuile img {
    width: 100%;
}

.liste-actu .tuile:hover figcaption {
    background: rgba(255, 255, 255, .8);
    color: #000;
}

.liste-actu .tuile .date-d-M,
.liste-actu .tuile .date-Y,
.liste-actu .tuile .city,
.liste-actu .tuile .cp {
    text-transform: uppercase;
    font: 100 1.15em 'tungsten';
    display: block;
    letter-spacing: .05em;
    line-height: .9em;
}

.maps-agenda .date-d-M,
.maps-agenda .date-Y,
.maps-agenda .city,
.maps-agenda .cp,
.maps-agenda .lieu {
    text-transform: uppercase;
    font: 400 1.3em 'tungsten';
    display: block;
    letter-spacing: .05em;
    line-height: .9em;
    color: #890700;
}

.maps-agenda .date-d-M,
.maps-agenda .date-Y,
.maps-agenda .city,
.maps-agenda .cp {
    display: inline-block;
}

.maps-agenda .date-d-M:after,
.maps-agenda .cp:after {
    content: ' - ';
    display: inline-block;
    margin: 0 .15em;
    color: #A9A9A9;
}

.maps-agenda .lieu:before {
    content: '';
    border-top: 1px solid #d9d8d6;
    display: block;
    width: 50px;
    height: 1px;
    margin: .2em auto .4em auto;
}

.maps-agenda .lieu {
    font-size: 1.1em;
    display: block;
    letter-spacing: .05em;
    line-height: .9em;
}

.liste-actu .tuile .date-d-M {
    font-size: 1.6em;
    font-weight: 400;
    letter-spacing: 0em;
}

.liste-actu .tuile .city {
    margin-top: .5em;
}

.liste-actu .tuile .thematique,
.liste-actu .actusmedia .thematique {
    margin: 0;
    padding: 0;
    font: italic .75em 'ubuntu';
}

.liste-actu .tuile h1,
.liste-actu .actusmedia h1 {
    font: 400 1.8em 'tungsten';
    line-height: .9em;
    letter-spacing: .02em;
    padding: .25em 0;
}

.liste-actu .tuile h2,
.liste-actu .actusmedia h2 {
    font: normal .8em 'ubuntu';
    margin: 0;
}

.liste-actu .tuile a,
.liste-actu .actusmedia a {
    border: none;
}

.liste-actu .actusmedia ul {
    list-style-type: none;
    margin: 0;
}

.liste-actu .actusmedia li {
    border-top: 1px solid #fff;
    padding: .8em 0;
}

.liste-actu .actusmedia li:first-child {
    border-top: 0;
    padding: 0 0 .8em 0;
}

.liste-actu .actusmedia .media h1 {}


/*

section.maps-agenda {
    padding: .5em 0;
    text-align: center;
    font-weight: lighter;
}

section.maps-agenda p {
    margin: 0 0 .2em 0;
    font-size: 1.2em;
}

.accueil-actus h1 {
    color: #a53632;
    font-size: 2.45em;
    font-weight: 300;
    letter-spacing: -0.04em;
    margin: 0 0 0 .5em;
    padding-top: .5em;
}

.liste-actus ul {
    list-style-type: none;
    font-weight: lighter;
    margin: 1em 0;
}
.liste-actus ul li {
    display: inline-block;
    width: 31.3333%;
    margin-right: 2%;
    margin-bottom: 1.3em;
    background: #fff;
    padding: 1em;
    vertical-align: top;
    font-size: .9em;
    min-height: 110px;
}
.color-1 .liste-actus li {
    background: #EAE9E5;
}
.liste-actus ul li p {
    margin: 0;
}
.liste-actus ul li a {
    border: 0;
}
.liste-actus ul li p.align-right {
    font-size: .9em;
}


.accueil-actus .liste-actus li figure {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2%;
    border-radius: 100px;
    overflow: hidden;
}
.accueil-actus .liste-actus li:hover figure {
    border-radius: 0;
}
.color-1 .liste-actus li:hover {
    background: #fff;
}
.accueil-actus .liste-actus li div {
    width: 65%;
        display: inline-block;
    vertical-align: middle;
}

.accueil-actus .liste-actus ul li {
    width: 48%;
    margin-right: 2%;
}
*/


/*********************************
* institutionnelle
*/

.institutionnelle {
    padding: 1em 7em 2em 7em;
}

.institutionnelle p,
.institutionnelle>ul>li,
.institutionnelle dt,
.institutionnelle dd {
    line-height: 1.6em;
    font-weight: 300;
    font-size: 1em;
    letter-spacing: .025em;
    margin-bottom: .5em;
    margin-top: 0;
}

.institutionnelle strong {
    font-weight: 500;
}

.institutionnelle .chapo {
    font-size: 1.15em;
}

.institutionnelle h2 {
    font: 300 1.7em 'ubuntu';
    margin: .9em 0 .5em 0;
    color: #000;
    padding-top: .2em;
}

.institutionnelle h3 {
    font: 300 1.4em 'ubuntu';
    margin: .3em 0 .1em 0;
    color: #555;
    padding-top: .1em;
}

.institutionnelle>ul {
    margin: 0 3em;
    list-style-type: none;
}

.institutionnelle .fright,
.institutionnelle .nfcenter,
.institutionnelle .fleft {
    float: right;
    margin-left: .5em;
    border: 1px solid #ababab;
    padding: 1px;
}

.institutionnelle .fleft {
    float: left;
    margin-right: .5em;
    border: 1px solid #ababab;
    padding: 1px;
}

.institutionnelle .size-3 {
    width: 25%;
}

.institutionnelle .size-2 {
    width: 45%;
}

.institutionnelle .size-full {
    width: 100%;
}

.institutionnelle .contact-press {
    display: inline-block;
    width: 32%;
    border: 1px solid #efefef;
    background: #fafafa;
    padding: .5em;
    margin-right: 2%;
    margin-bottom: 1em;
    vertical-align: top;
    min-height: 144px;
}

.institutionnelle .contact-press:nth-child(3n+1) {
    margin-right: 0;
}

.institutionnelle .contact-press dt {
    font: 400 1.4em 'tungsten';
    border-bottom: 1px solid #efefef;
    padding-bottom: .2em;
}

.institutionnelle .contact-press dd {
    font-weight: 100;
    font-size: .8em;
    margin: 0;
}

.cadre-comptes-sociaux {
    display: inline-block;
    width: 48%;
    margin: 0 2% 2% 0;
    padding: 1% 5%;
    vertical-align: top;
    text-align: center;
    background: #eae9e5;
}

ul.comptes-sociaux {
    margin: 1em 0;
}

ul.comptes-sociaux a {
    border: 0;
}

ul.comptes-sociaux li:before {
    content: none;
}

ul.comptes-sociaux li {
    display: inline-block;
}


/*********************************
* Pagination
*/

.pagination {
    font: normal 1.2em 'tungsten';
    padding: 1.2em 0;
    margin: 0 auto;
    text-align: center;
}

.pagination a {
    border: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-top: .5em;
    background: rgba(182, 182, 173, .5);
    border-radius: 50px;
    width: 40px;
    height: 40px;
}

.pagination li {
    display: inline-block;
    margin: 0 1%;
}

.pagination li.resum,
.pagination li.interval {
    display: inline-block;
    vertical-align: bottom;
}

.pagination li.prev,
.pagination li.first,
.pagination li.num,
.pagination li.last,
.pagination li.next {
    cursor: pointer;
}

.pagination .active a,
.pagination a:hover {
    background: #a53632;
    color: #fff;
}

.pagination a:hover {
    background: rgba(182, 182, 173, 1);
    color: #fff;
}

.pagination .prev a,
.pagination .next a {
    background: #b6b6ad;
    color: #fff;
}

.pagination ul {
    /*display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;*/
}


/*********************************
* Flux RSS
*/

.liste-flux-rss a {
    border: none;
}

.liste-flux-rss,
.liste-flux-rss ul {
    list-style-type: none;
}

.liste-flux-rss ul {
    margin-left: 1.2em;
    padding-left: .85em;
}

.liste-flux-rss li:before {
    content: none;
}

.liste-flux-rss li {
    padding: 0;
}

.liste-flux-rss li.child {
    margin: .5em 0;
}

.liste-flux-rss li.child>a {
    font-weight: bold;
    margin: 0;
}

.liste-flux-rss .icones,
.liste-flux-rss .icones:hover {
    background-color: #fe9900;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    font-size: 0;
    background-position: -33px -5px;
    margin-left: 10px;
    vertical-align: middle;
}

.openClose {
    width: 21px;
    height: 21px;
    border-radius: 20px;
    background-color: #ababab;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 1.2em;
    margin-right: .5em;
    line-height: 18px;
    padding-left: 1px;
    font-weight: lighter;
}


/*********************************
* Adaptation old ie
 ▒█████   ██▓    ▓█████▄     ██▓▓█████ 
▒██▒  ██▒▓██▒    ▒██▀ ██▌   ▓██▒▓█   ▀ 
▒██░  ██▒▒██░    ░██   █▌   ▒██▒▒███   
▒██   ██░▒██░    ░▓█▄   ▌   ░██░▒▓█  ▄ 
░ ████▓▒░░██████▒░▒████▓    ░██░░▒████▒
░ ▒░▒░▒░ ░ ▒░▓  ░ ▒▒▓  ▒    ░▓  ░░ ▒░ ░
  ░ ▒ ▒░ ░ ░ ▒  ░ ░ ▒  ▒     ▒ ░ ░ ░  ░
░ ░ ░ ▒    ░ ░    ░ ░  ░     ▒ ░   ░   
    ░ ░      ░  ░   ░        ░     ░  ░
                  ░                    
*/


/*ie10*/

.lt-ie11 .navigation li {
    display: inline-block;
    padding: 0 .15em;
}


/*inférieur à ie10*/

.lt-ie10 .navigation {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.lt-ie10 .navigation li {
    display: inline-block;
    padding: 0 .15em;
}

.lt-ie10 .flex {
    width: 62.625em;
}

.lt-ie10 .sous-rubriques .rubriques li {
    /*width: 33.33%;*/
    display: block;
    float: left;
    font-weight: normal;
    width: 30%;
    font-size: .95em;
    margin-bottom: .3em;
    padding: 0 .5em 0 .5em;
    background: url('../images/arrow-red.png') 0 6px no-repeat;
}


/*inférieur à ie9*/

.lt-ie9 .navigation li {
    padding: 0 .05em;
    vertical-align: top;
}

.lt-ie9 .navigation>li.ziactu .rustine-top {
    display: none;
}

.lt-ie9 .navigation>li>a {
    padding: .6em .3em;
}

.lt-ie9 .nth-child-np4 {
    left: 0;
}

.lt-ie9 .liste-livres li figure,
.lt-ie9 .livres-nav figure {
    background: url('../images/cycle-old-ie-30.png') top left no-repeat;
}

.lt-ie9 .liste-livres li:hover figure,
.lt-ie9 .livres-nav figure {
    background: url('../images/cycle-old-ie-100.png') top left no-repeat;
}

.lt-ie9 .livres li.nth-child-5np1:hover .presentation {
    left: 0 !important;
    right: inherit;
    background-position: 80% 0;
    /*val à ajustéé via js*/
}

.lt-ie9 .livres li.nth-child-5np5:hover .presentation {
    right: 0 !important;
    left: inherit;
    background-position: 18% 0;
    /*val à ajustée via js*/
}


/*inférieur à ie8*/


/* hack inline block*/

.lt-ie8 .navigation li,
.lt-ie8 .navigation .nouveaute,
.lt-ie8 .navigation .rubrique,
.lt-ie8 .header .logo,
.lt-ie8 .header .recherche,
.lt-ie8 .header .socials,
.lt-ie8 .header .socials li,
.lt-ie8 .header .socials li em,
.lt-ie8 .icones,
.lt-ie8 .liste-livres li figure,
.lt-ie8 .livre-full .presentation,
.lt-ie8 .liste-livres li.livre-full,
.lt-ie8 .flex-control-paging li,
.lt-ie8 .slider,
.lt-ie8 .actualites,
.lt-ie8 .ariane li,
.lt-ie8 .sous-rubriques .titre-rubrique,
.lt-ie8 .livres li.livre-full,
.lt-ie8 .livres li.livre-hover,
.lt-ie8 .livres li.livres-nav,
.lt-ie8 .info-groupe>section,
.lt-ie8 .info-groupe .sites-thematiques li,
.lt-ie8 .info-groupe .comptes-sociaux .cadre-boutons,
.lt-ie8 footer .map,
.lt-ie8 footer .share,
.lt-ie8 footer .map dl {
    zoom: 1;
    display: inline;
}

.lt-ie8 .sous-rubriques .rubriques,
.lt-ie8 .sous-rubriques .titre-rubrique {
    padding: .5em 0;
    margin: 0;
    display: block;
    float: left;
}

.lt-ie8 .livres-nav li:hover figure img {
    max-width: 85%;
    max-height: 85%;
}

.lt-ie8 .navigation li {
    padding: 0 .6em;
}

.lt-ie8 .navigation .nouveaute {
    width: 55%;
}

.lt-ie8 .header .search .input-type-text {
    width: 93%;
}

.lt-ie8 .header .socials li em {
    font-size: .8em;
    color: #fff !important;
}

.lt-ie8 .actualites {
    width: 32%;
    padding: .8em;
}

.lt-ie8 .liste-livres li.livre-full {
    width: 47%;
}

.lt-ie8 .navigation,
.lt-ie8 .livres li:hover {
    z-index: 2000;
}

.lt-ie8 .info-groupe>section {
    padding: 0;
    width: 30%;
    margin-right: 3%;
}

.lt-ie8 .form-newsletters .input-type-text {
    width: 90%;
}

.lt-ie8 footer .map,
.lt-ie8 footer .share {
    margin-top: 1em;
}

.lt-ie8 footer .map,
.lt-ie8 footer .share,
.lt-ie8 footer .map dl {
    padding: 0em;
}

.lt-ie8 footer .map dl {
    width: 20%
}


/*A -> color inherith */

.lt-ie8 .sous-rubriques .rubriques li a,
.lt-ie8 .ariane li a,
.lt-ie8 .navigation .rubrique li a {
    color: #000;
}

.lt-ie8 footer .map dt a {
    color: #e9dddd;
}

.lt-ie8 footer .map dd a {
    color: #84a5b8;
}


/*********************************
* Icones
 ██▓ ▄████▄   ▒█████   ███▄    █ ▓█████   ██████ 
▓██▒▒██▀ ▀█  ▒██▒  ██▒ ██ ▀█   █ ▓█   ▀ ▒██    ▒ 
▒██▒▒▓█    ▄ ▒██░  ██▒▓██  ▀█ ██▒▒███   ░ ▓██▄   
░██░▒▓▓▄ ▄██▒▒██   ██░▓██▒  ▐▌██▒▒▓█  ▄   ▒   ██▒
░██░▒ ▓███▀ ░░ ████▓▒░▒██░   ▓██░░▒████▒▒██████▒▒
░▓  ░ ░▒ ▒  ░░ ▒░▒░▒░ ░ ▒░   ▒ ▒ ░░ ▒░ ░▒ ▒▓▒ ▒ ░
 ▒ ░  ░  ▒     ░ ▒ ▒░ ░ ░░   ░ ▒░ ░ ░  ░░ ░▒  ░ ░
 ▒ ░░        ░ ░ ░ ▒     ░   ░ ░    ░   ░  ░  ░  
 ░  ░ ░          ░ ░           ░    ░  ░      ░  
    ░                                            
*/

.icones {
    display: inline-block;
    background: transparent url('../images/sprite-1xv2.png') top left no-repeat;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}

.icones>span {
    display: none;
}


/*
Ecran haute densité */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .icones {
        background-image: url('../images/sprite-2x.png');
        background-size: 600px 600px;
    }
    .header .search .input-type-submit {
        background: transparent url('../images/sprite-2x.png') 0 0 no-repeat;
        background-size: 600px 600px;
    }
    .header .search .input-type-submit:hover {
        background: transparent url('../images/sprite-2x.png') 0 -29px no-repeat;
        background-size: 600px 600px;
    }
}

.socials ul li a>span {
    background: transparent url('../images/border-raduis-30-30black.png') top left no-repeat;
    height: 30px;
    display: inline-block;
}

.socials ul li.border-raduis-30-100 a>span {
    background: transparent url('../images/border-raduis-30-100black.png') top left no-repeat;
/*    border: 1px solid #000;
    border-radius: 15px;*/
}

.icones-cycle-30 {}

.book,
.actu {
    border: 1px solid #4a3232;
    border-radius: 30px;
}

.rss {
    background-position: -28px 0;
    width: 30px;
    height: 29px;
}

.rss:hover {
    background-position: -28px -28px;
}

.social {
    background-position: 7px -271px;
    width: 85px;
    height: 30px;
}

.social:hover {
    background-position: 7px -299px;
}

.newsletters {
    background-position: -77px -271px;
    width: 30px;
    height: 30px;
}

.newsletters:hover {
    background-position: -77px -300px;
}

.book {
    background-position: 0 -101px;
    width: 44px;
    height: 44px;
    margin-right: .4em;
}

.actu {
    background-position: 0 -132px;
    width: 44px;
    height: 44px;
    margin-right: .4em;
}

.calendrier {
    background-position: -7px -140px;
    width: 28px;
    height: 28px;
    border-radius: 30px;
}

.plus-big {
    background-position: -258px 10px;
    width: 51px;
    height: 51px;
    border: 1px solid #9d9e91;
    border-radius: 30px;
    margin: 0 1px 5px 0;
}

.cycle-plus:hover .plus-big {
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.plus-medium {
    background-position: -255px -30px;
    width: 23px;
    height: 23px;
    border: 1px solid #9d9e91;
    border-radius: 30px;
    margin: 0 1px 5px 0;
}

.cycle-plus:hover .plus-medium {
    border: 1px solid rgba(255, 255, 255, .95);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.cycle-plus .plus-medium {
    margin-right: .4em;
}

.accueil {
    width: 15px;
    height: 15px;
    background-position: -47px -62px;
    border-radius: 21px;
    margin: .2em .8em .4em .8em;
}

li:hover .accueil {
    background-position: -47px -82px;
}

.sous-rubriques .accueil {
    width: 21px;
    height: 21px;
    /*background-position: -47px -62px;*/
    border-radius: 21px;
    margin: .2em .8em .2em .8em;
}

.sous-rubriques li:hover .accueil {
    /*background-position: -47px -82px;*/
}

.arrow-breadcrumb {
    width: 4px;
    height: 7px;
    margin: 0 .2em 0 .45em;
    background-position: -66px -57px;
    vertical-align: baseline;
}

.arrow-med-blue {
    width: 5px;
    height: 9px;
    background-position: -66px -64px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: .6em;
    vertical-align: baseline;
}

li:hover .arrow-med-blue {
    margin-right: .3em;
}

.arrow-med-red {
    width: 5px;
    height: 9px;
    background-position: -66px -64px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: .2em;
    vertical-align: baseline;
}

.arrow {
    width: 30px;
    height: 30px;
    background-color: #C3827F;
    border-radius: 15px;
    background-position: -220px -138px
}

.twitter,
.facebook,
.gplus,
.instagram,
.pinterest,
.dailymotion,
.youtube,
.linkedin,
.tiktok {
    vertical-align: bottom;
    width: 23px;
    height: 23px;
    border-radius: 24px;
    margin-left: .2em;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.twitter {
    background-position: -66px -73px;
}

.twitter:hover {
    background-position: -66px -96px;
}

.facebook {
    background-position: -89px -73px;
}

.facebook:hover {
    background-position: -89px -96px;
}

.linkedin {
    background-position: -91px -224px;
}

.linkedin:hover {
    background-position: -91px -247px;
}

.gplus {
    background-position: -112px -73px;
}

.gplus:hover {
    background-position: -112px -96px;
}

.instagram {
    background-position: -116px -165px;
}

.instagram:hover {
    background-position: -116px -188px;
}

.pinterest {
    background-position: -116px -119px;
}

.pinterest:hover {
    background-position: -116px -142px;
}

.youtube {
    background-position: -91px -178px;
}

.youtube:hover {
    background-position: -91px -201px;
}

.dailymotion {
    background-position: -66px -178px;
}

.dailymotion:hover {
    background-position: -66px -201px;
}

.tiktok {
    background-position: -66px -224px;
}

.tiktok:hover {
    background-position: -66px -247px;
}

.bouton-fb,
.bouton-tw,
.bouton-gg,
.bouton-in,
.bouton-vi,
.bouton-pt {
    width: 30px;
    height: 30px;
    border-radius: 16px;
}

.bouton-fb {
    background-position: -199px -74px;
}

.bouton-tw {
    background-position: -232px -74px;
}

.bouton-gg {
    background-position: -264px -74px;
}

.bouton-in {
    background-position: -328px -74px;
}

.bouton-vi {
    background-position: -296px -74px;
}

.bouton-pt {
    background-position: -359px -74px;
}

.bouton-fb:hover {
    background-position: -199px -106px;
}

.bouton-tw:hover {
    background-position: -232px -106px;
}

.bouton-gg:hover {
    background-position: -264px -106px;
}

.bouton-in:hover {
    background-position: -328px -106px;
}

.bouton-vi:hover {
    background-position: -296px -106px;
}

.bouton-pt:hover {
    background-position: -359px -106px;
}

.livre-papier,
.livre-numerique {
    /*border:1px solid #4a3232;*/
    border-radius: 30px;
    width: 27px;
    height: 27px;
    vertical-align: top;
    margin-right: .2em;
}

.livre-papier {
    background-position: -88px -121px;
}

li:hover .livre-papier {
    background-position: -88px -150px;
    background-color: #2c404b;
}

.livre-numerique {
    background-position: -66px -121px;
}

li:hover .livre-numerique {
    background-position: -66px -150px;
    background-color: #2c404b;
}

.link,
.download {
    border-radius: 30px;
    width: 25px;
    height: 25px;
    vertical-align: top;
    margin-right: .2em;
}

.link {
    background-position: -115px -211px;
}

li:hover .link {
    background-position: -115px -236px;
}

.download {
    background-position: -140px -211px;
}

li:hover .download {
    background-position: -140px -236px;
}

.upback {
    background-position: -200px -166px;
    width: 30px;
    height: 31px;
}

.seeit-active .upback {
    background-position: -197px -197px;
}

.togglemenu {
    background-position: -167px -166px;
    width: 30px;
    height: 31px;
}

.seeit-active .togglemenu {
    background-position: -197px -197px;
}

.arrow-thematique {
    background-position: -43px -146px;
    width: 4px;
    height: 22px;
    vertical-align: sub;
    margin: auto .5em;
}

.r-tabs .r-tabs-nav {}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}


/*
Form contact
*/

form.contact {
    font-weight: 300;
}

form.contact ul {
    list-style-type: none;
}

form.contact li:before {
    content: none;
}

form.contact li input[type='checkbox'] {
    margin-right: .5em;
}

form.contact ul li {
    width: 100%;
    padding: .25em 0;
}

form.contact ul li span {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    text-align: right;
    padding-right: .5em;
}

form.contact li input[type='text'] {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    padding: .5em;
}

form.contact textarea {
    width: 100%;
    min-height: 250px;
    padding: .5em;
}

form.contact li input[type='submit'] {
    width: 25%;
    padding: .5em;
    text-align: center;
    background: #2c404b;
    border: 0;
    color: #fff;
}


/*********************************
 * Responsive

▓█████▄ ▓█████   ██████  ██ ▄█▀▄▄▄█████▓ ▒█████   ██▓███  
▒██▀ ██▌▓█   ▀ ▒██    ▒  ██▄█▒ ▓  ██▒ ▓▒▒██▒  ██▒▓██░  ██▒
░██   █▌▒███   ░ ▓██▄   ▓███▄░ ▒ ▓██░ ▒░▒██░  ██▒▓██░ ██▓▒
░▓█▄   ▌▒▓█  ▄   ▒   ██▒▓██ █▄ ░ ▓██▓ ░ ▒██   ██░▒██▄█▓▒ ▒
░▒████▓ ░▒████▒▒██████▒▒▒██▒ █▄  ▒██▒ ░ ░ ████▓▒░▒██▒ ░  ░
 ▒▒▓  ▒ ░░ ▒░ ░▒ ▒▓▒ ▒ ░▒ ▒▒ ▓▒  ▒ ░░   ░ ▒░▒░▒░ ▒▓▒░ ░  ░
 ░ ▒  ▒  ░ ░  ░░ ░▒  ░ ░░ ░▒ ▒░    ░      ░ ▒ ▒░ ░▒ ░     
 ░ ░  ░    ░   ░  ░  ░  ░ ░░ ░   ░      ░ ░ ░ ▒  ░░       
   ░       ░  ░      ░  ░  ░                ░ ░           
 ░                                                        


 */

@media (min-width: 921px) {
    .flex {
        min-width: 50em;
        max-width: 62.625em;
    }
}


/* ce menu est vraiement trop long... */

@media (max-width: 920px) {
    .header .socials li {
        margin: 0 0 .4em .2em;
    }
    .header .socials li em {
        font-size: .6em;
    }
    .navigation>li>a {
        font-size: 1.2em;
    }
    .complements>li>a {
        font-size: 1.2em;
    }
    .navigation>li.active>ul,
    .navigation>li:hover>ul {
        top: 30px;
    }
    .slider,
    .actualites {
        width: 100%;
    }
}


/*Small screen & tablettes
▄▄▄█████▓ ▄▄▄       ▄▄▄▄    ██▓    ▓█████ ▄▄▄█████▓▄▄▄█████▓▓█████ 
▓  ██▒ ▓▒▒████▄    ▓█████▄ ▓██▒    ▓█   ▀ ▓  ██▒ ▓▒▓  ██▒ ▓▒▓█   ▀ 
▒ ▓██░ ▒░▒██  ▀█▄  ▒██▒ ▄██▒██░    ▒███   ▒ ▓██░ ▒░▒ ▓██░ ▒░▒███   
░ ▓██▓ ░ ░██▄▄▄▄██ ▒██░█▀  ▒██░    ▒▓█  ▄ ░ ▓██▓ ░ ░ ▓██▓ ░ ▒▓█  ▄ 
  ▒██▒ ░  ▓█   ▓██▒░▓█  ▀█▓░██████▒░▒████▒  ▒██▒ ░   ▒██▒ ░ ░▒████▒
  ▒ ░░    ▒▒   ▓▒█░░▒▓███▀▒░ ▒░▓  ░░░ ▒░ ░  ▒ ░░     ▒ ░░   ░░ ▒░ ░
    ░      ▒   ▒▒ ░▒░▒   ░ ░ ░ ▒  ░ ░ ░  ░    ░        ░     ░ ░  ░
  ░        ░   ▒    ░    ░   ░ ░      ░     ░        ░         ░   
               ░  ░ ░          ░  ░   ░  ░                     ░  ░
                         ░                                         
*/


/*@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
*/

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .navigation>li>a {
        font-size: 1.15em;
        padding: .9em .1em;
    }
    .navigation>li {}
    .navigation>li.active>ul,
    .navigation>li:hover>ul {
        top: 46px;
    }
    .flex-control-paging {
        right: -50%;
        left: -50%;
        bottom: .5em;
    }
    .flex-control-paging li {
        width: 1.4em;
        height: 1.4em;
    }
    .liste-livres figure img {
        max-width: 95%;
        max-height: 95%;
    }
    /*Liste livres hover*/
    .livres li.livre-hover {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        position: relative;
        padding: 1em 1em 0 0;
        font-size: 1em;
        margin: 0;
    }
    .livres li.livre-hover figure {
        width: 38%;
        height: 182px;
        /*val ajustée via js*/
        text-align: center;
        line-height: 184px;
        /*val ajustée via js*/
        display: inline-block;
        vertical-align: middle;
        position: relative;
        background: url('../images/cycle-30.png') 50% 50% no-repeat;
        -webkit-background-size: 98%;
        -moz-background-size: 98%;
        -o-background-size: 98%;
        background-size: 98%;
    }
    .livre-hover .cycle-plus {
        background: none;
        height: inherit;
    }
    .livres li.livre-hover-suite .cycle-plus {
        display: block;
        width: 100%;
        height: auto !important;
        line-height: inherit !important;
        text-align: center;
    }
    .cycle-plus .plus-medium {
        background-position: -258px 10px;
        width: 51px;
        height: 51px;
        border: 1px solid #9d9e91;
        border-radius: 30px;
        margin: 0 1px 5px 0;
    }
    .cycle-plus .plus-medium {
        margin-right: 0;
    }
    .livres li.livre-full-suite,
    .livres li.livre-hover-suite {
        display: block;
        width: auto;
        text-align: center;
        border-top: 0;
        margin-top: 1em;
    }
    .text-suite {
        display: none;
    }
    .livres li.livre-hover .presentation,
    .livres li.livre-hover:hover .presentation {
        width: 60%;
        position: inherit;
        top: inherit;
        left: inherit;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        max-height: 180px;
        line-height: 1em;
        padding: 1em 0 0 .5em;
        background: none;
    }
    .complements>li>a {
        font-size: 1.2em;
    }
    /*liste auteurs*/
    .liste-alpha-auteur {
        margin: 0 1em;
    }
    .result-auteurs {
        padding: 1em 1em 1em 0;
    }
    .sommaire .flex>ul {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    .sommaire .flex>ul>li {
        display: block;
    }
    /*Auteurs*/
    .prepend {
        padding: 0 2em;
    }
    .photos-auteur {
        width: 30%;
        padding-left: .5em;
    }
    .bio-auteur {
        width: 70%;
        padding-left: .5em;
    }
    .vignettes-photos-auteur ul li {
        width: 40px !important;
    }
    .flux-twitter,
    .auteur-twitter {
        width: 100% !important;
        padding-right: 1em;
    }
    .flux-twitter iframe {
        width: 100% !important;
    }
    /*Thematique*/
    .sous-rubriques .titre-rubrique,
    .sous-rubriques .rubriques {
        width: 100%;
    }
    /*Pagination*/
    .pagination {
        width: 80%;
    }
    .institutionnelle {
        padding: 1em 2em;
    }
    .simple-couv-ligne figure {
        height: 230px;
    }
    .rapport-30-70 .like-h1 {
        font-size: 2.8em;
    }
    .rapport-30-70 .like-p {
        font-size: 1em;
        line-height: 1.1em;
    }
    footer .share li {
        display: block;
        margin: 0 auto;
        width: 50%;
    }
    /*Actualité*/
    .liste-actu {
        padding: 0 1em 1em 0;
    }
    .liste-actu .tuile {
        width: 100%;
        max-width: 600px;
        display: block;
        height: 152px;
        overflow: hidden;
        margin: 1em auto 1em auto;
        background: #fff;
    }
    .liste-actu .tuile:nth-child(2n+2) {
        margin: 1em auto 1em auto;
    }
    .liste-actu .tuile .desciptifs {
        padding: 0 .8em .8em .8em;
        width: 354px;
    }
    .liste-actu .tuile h1,
    .liste-actu .actusmedia h1 {
        font: 400 1.6em 'tungsten';
    }
    .liste-actu .tuile h2,
    .liste-actu .actusmedia h2 {
        font: normal .65em 'ubuntu';
    }
    .liste-actu .actusmedia {
        width: 100%;
        float: none;
        padding: 1em;
    }
    .liste-actu .actusmedia li {
        display: inline-block;
        width: 32%;
        margin: 1% 1% 0 0;
        vertical-align: top;
        background: #fff;
        padding: .5em;
        min-height: 100px;
        border: 0;
    }
    .liste-actu .actusmedia li:first-child {
        padding: .5em;
    }
    .liste-actu .tuile .date-d-M,
    .liste-actu .tuile .date-Y,
    .liste-actu .tuile .city,
    .liste-actu .tuile .cp {
        text-transform: uppercase;
        font: 100 .8em 'tungsten';
        display: block;
        letter-spacing: .05em;
        line-height: .9em;
    }
    .liste-actu .tuile .date-d-M {
        font-size: 1.2em;
        font-weight: 400;
        letter-spacing: 0em;
    }
    .liste-actu .tuile .city {
        margin-top: .5em;
    }
    .formulaire-newsletter {
        width: 75%;
    }
}


/*Small screen & phone
 ███▄ ▄███▓ ▒█████   ▄▄▄▄    ██▓ ██▓    ▓█████ 
▓██▒▀█▀ ██▒▒██▒  ██▒▓█████▄ ▓██▒▓██▒    ▓█   ▀ 
▓██    ▓██░▒██░  ██▒▒██▒ ▄██▒██▒▒██░    ▒███   
▒██    ▒██ ▒██   ██░▒██░█▀  ░██░▒██░    ▒▓█  ▄ 
▒██▒   ░██▒░ ████▓▒░░▓█  ▀█▓░██░░██████▒░▒████▒
░ ▒░   ░  ░░ ▒░▒░▒░ ░▒▓███▀▒░▓  ░ ▒░▓  ░░░ ▒░ ░
░  ░      ░  ░ ▒ ▒░ ▒░▒   ░  ▒ ░░ ░ ▒  ░ ░ ░  ░
░      ░   ░ ░ ░ ▒   ░    ░  ▒ ░  ░ ░      ░   
       ░       ░ ░   ░       ░      ░  ░   ░  ░
                          ░                    
*/


/*@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {*/

@media only screen and (min-width: 320px) and (max-width: 640px) {
    /*
    Header */
    .header .logo,
    .header .recherche {
        display: block;
    }
    .header .logo {
        width: 100%;
        padding: .5em 4em .1em 4em;
        margin: 0;
    }
    .header .recherche {
        width: 100%;
    }
    .header .socials {
        display: none;
    }
    .header .search {
        margin: .1em 1em 1em 1em;
    }
    .header .search .input-type-text {
        text-align: center;
    }
    /*
    navigation
    */
    .navigation,
    .main-navigation,
    .ariane {
        display: none;
        position: relative;
    }
    .navigation>li>a {
        font-size: 1.5em;
        padding: .4em .1em;
    }
    .sous-rubriques .ariane {
        padding: 0;
    }
    .no-js .navigation,
    .no-js .navigation li ul {
        -webkit-transition-delay: 2s;
        /* Safari */
        transition-delay: 2s;
    }
    .if-mobile,
    .seeit,
    .no-js .navigation,
    .no-js .navigation li:hover ul {
        display: block!important;
    }
    .navigation li:hover ul {
        display: none;
    }
    .ariane>ul {
        position: absolute;
        top: 0;
        width: 50%;
        background: #a53632;
        z-index: 2000;
        text-align: left;
        /*padding: 1em;*/
    }
    .ariane>ul span.arrow-breadcrumb {
        display: none;
    }
    .ariane>ul>li span.icones {
        display: none;
    }
    .ariane>ul>li {
        display: block;
        margin: 0;
        padding: .5em;
        border-left: 4px solid rgba(255, 255, 255, .5);
        color: #fff;
        font-size: 1em;
    }
    .ariane>ul>li:last-child {
        color: rgba(255, 255, 255, .5);
    }
    /*Hack ariane sous rubrique*/
    .sous-rubriques .ariane ul {
        position: relative;
        background: transparent;
        top: inherit;
        width: 100%;
        display: block;
    }
    .sous-rubriques .ariane ul li:first-child {
        display: none;
    }
    .sous-rubriques .ariane ul li {
        display: block;
        border: 0;
    }
    /*Tips slider*/
    .flex-control-paging {
        right: -50%;
        left: -50%;
        bottom: 1em;
    }
    .flex-control-paging li {
        width: .7em;
        height: .7em;
        margin: .1em;
    }
    /*livres*/
    .livres li.livre-hover,
    .livres li.livre-full {
        width: 100%;
    }
    .presentation .auteur {
        font-size: .7em;
    }
    .presentation .titre {
        font-size: 1em;
    }
    .presentation .sous-titre {
        font-size: .8em;
    }
    .sommaire .flex>ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    .extraits .zone-extraits {
        width: 100%;
    }
    .sommaire .flex>ul>li {
        display: block;
    }
    .info-groupe>section {
        display: block;
        width: 100%;
        padding: 1.2em;
    }
    footer .map,
    footer .share,
    footer .map dl {
        display: block;
        width: 100%;
        vertical-align: top;
        padding: 1em;
        margin-bottom: 1em;
    }
    footer .map dl {
        padding: 0;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }
    footer .map dl dd {
        display: none;
    }
    footer .map dl:hover dd {
        display: block;
    }
    footer .share li {
        display: inline-block;
        margin: 0 auto;
        padding: 1em;
    }
    section .newsearch .search .input-type-submit {
        width: 30px;
        height: 32px;
        position: absolute;
        top: 10px;
        right: 20px;
        border: 0;
        background-color: red;
    }
    /*Livre*/
    article header h1,
    nav.liste-actus h1 {
        font-size: 1.5em;
    }
    article.fiche-livre .j-couverture {
        display: inline-block;
        width: 30%;
        background: #9f9492;
        margin: 1.6em 0 0 1em;
    }
    article.fiche-livre .j-couverture:hover {
        width: 100%;
        margin: 0;
    }
    article.fiche-livre header,
    nav.liste-actus {
        display: inline-block;
        vertical-align: top;
        width: 64%;
    }
    section.fiche-livre,
    nav.liste-actus {
        width: 100%;
        padding: 1em;
    }
    nav.liste-actu .j-couverture {
        margin: 2em 0 0 1em;
    }
    section.prix-livre,
    section.maps-agenda {
        width: 100%;
        padding: 1em;
        margin: 0;
    }
    section.fiche-livre .c4 {
        width: 100% !important;
        position: relative;
        overflow: hidden;
        padding: 1em 0;
        display: block;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }
    section.fiche-livre .c4 .limitDescription {
        position: absolute;
        bottom: -20px;
        width: 100%;
        height: 80px;
        background: transparent url('../images/degrade-limite.png') top left repeat-x;
        padding: 45px 0 0 0;
        cursor: pointer;
    }
    .r-tabs .r-tabs-nav {
        display: none;
    }
    .r-tabs .r-tabs-accordion-title {
        display: block;
        text-align: left;
        padding: .4em 1.5em;
        font: normal 2em 'tungsten';
        color: #000;
        background: #EAE9E5 url('../images/mobile-acc-plus.png') .5em .55em no-repeat;
        background-size: 25px;
    }
    .r-tabs .r-tabs-state-default {}
    .r-tabs div.r-tabs-state-active {
        background: #EAE9E5 url('../images/mobile-acc-moins.png') .5em .55em no-repeat;
        background-size: 25px;
        color: #a53632;
    }
    .r-tabs .r-tabs-accordion-title a {
        border: 0;
    }
    .extraits .liste-extraits {
        width: 100%;
    }
    .extraits .liste-extraits ul {
        padding-right: 0em;
        padding: 1em;
    }
    .extraits .issuuembed {
        width: 100%;
        height: 500px;
        display: block;
    }
    .interview .video {
        width: 100%;
    }
    .interview .yt {
        width: 100%;
        padding: 0;
        margin-top: 1em;
    }
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    .interview .yt li {
        width: 48%;
        display: inline-block;
        border: 1px solid #ababab;
        padding: .2em;
        margin-right: 2%;
    }
    /*Complements*/
    .complement .down-file,
    .complement .links {
        display: block;
        width: 100%;
        padding: 0;
    }
    /*Onglet la presse en parle*/
    .liste-presse li {
        width: 100%;
    }
    /*liste-auteur*/
    .liste-alpha-auteur ul li {
        width: 10%;
    }
    .result-auteurs .auteur {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
    }
    /*Auteurs*/
    .photos-auteur {
        width: 100%;
        padding: 0 2em;
    }
    .bio-auteur {
        width: 100%;
        padding-left: 2em;
    }
    .vignettes-photos-auteur ul li {
        width: 40px !important;
    }
    .flux-twitter {
        padding: 2em 2em 0 0;
    }
    /*Page thematique*/
    .sous-rubriques .rubriques {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        padding: .1em;
    }
    .sous-rubriques .rubriques li {
        width: 90% !important;
        float: none;
        display: inline-block;
        padding: .2em .8em;
        margin: .5em;
        font-size: 1em;
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    /*Pagination*/
    .pagination {
        width: 98%;
        font-size: 1.1em;
        margin: 0;
    }
    .pagination a {
        padding-top: .4em;
        border-radius: 50px;
        width: 30px;
        height: 30px;
    }
    .institutionnelle .fright {
        float: none;
        width: 100%;
        text-align: center;
        margin: auto;
    }
    .institutionnelle .fright>iframe {
        width: 100%;
    }
    .institutionnelle .contact-press {
        display: inline-block;
        width: 48%;
        border: 1px solid #efefef;
        background: #fafafa;
        padding: .5em;
        margin-right: 2%;
        margin-bottom: 1em;
        vertical-align: top;
        min-height: 144px;
    }
    .institutionnelle .contact-press:nth-child(3n+1) {
        margin-right: 2%;
    }
    .institutionnelle .contact-press:nth-child(2n+1) {
        margin-right: 0;
    }
    .reseau-sociaux {}
    /*Slider*/
    .simple-couv-ligne figure {
        height: 170px;
    }
    .rapport-30-70 .like-h1 {
        font-size: 1.5em;
    }
    .rapport-30-70 .like-p {
        font-size: .95em;
        font-weight: 300;
        line-height: .95em;
    }
    .rapport-30-70 figure {
        width: 36%;
        padding: .5em .2em .2em .2em;
        margin-left: 0;
    }
    .rapport-30-70 .texte {
        width: 64%;
        padding: 0 1em;
    }
    .slide .like-h1 {
        margin: .3em 0 .7em 0;
        font-size: 1.5em;
    }
    footer .share li {
        display: inline-block;
        margin: 0 auto;
        width: 30%;
    }
    .liste-actu .actusmedia li {
        display: inline-block;
        width: 49%;
        margin: 1% 1% 0 0;
        vertical-align: top;
        background: #fff;
        padding: .5em;
        min-height: 100px;
        border: 0;
    }
    .liste-actu .tuile {
        width: 92%;
        display: block;
        height: auto;
        margin: 4% auto;
        background: #DAD7D2;
    }
    .liste-actu .tuile figure {
        width: 100%;
    }
    .liste-actu .tuile figcaption {
        width: 30%;
        height: auto;
        font-size: 150%;
        background: none;
        color: #333;
    }
    .liste-actu .tuile figure div {
        width: 70%;
        padding: 1em;
    }
    .liste-actu .tuile .desciptifs {
        width: 100%;
    }
    .formulaire-newsletter {
        width: 100%;
    }
    .formulaire-newsletter form {
        margin: 1em;
    }
    /*.sous-rubriques .rubriques li {
        /*width: 33.33%;
        display: inline-block;
        font-weight: normal;
        font-size: .9em;
        margin-bottom: .5em;
        padding: 0 .5em 0 .5em;
        background: url('../images/arrow-red.png') 0 6px no-repeat;
    }*/
}


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}


/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}


/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*CSS addon pour évoluton site editeur Eyrolles

Définit : nouvelles navigation;




*/


/*Navigation V2*/

.taupe {
    color: #ac8968;
}

.noir {
    color: #000;
}

.pb-2 {
    padding-bottom: 2em;
}

.pb-05 {
    padding: 0 0 .5em 0 !important;
}

.pt-2 {
    padding-top: 2em;
}

.pt-1 {
    padding-top: 1em;
}

.pt-05 {
    padding-top: .5em;
}

.pl-2 {
    padding-left: 2em;
}

.ml-2 {
    margin-left: 2em;
}

.mr-1 {
    margin-right: 1em;
}

.mr-2 {
    margin-right: 2em;
}

.p-1 {
    padding: 1em;
}

.p-025 {
    padding: .25em;
}

.px-1 {
    padding-left: 1em;
    padding-right: 1em;
}

.py-025 {
    padding-top: .25em;
    padding-bottom: .25em;
}

.px-2 {
    padding-left: 2em;
    padding-right: 2em;
}

.px-4 {
    padding-left: 4em;
    padding-right: 4em;
}

.apple {
    background-image: url('../images/apple.png');
    width: 25px;
    height: 25px;
    background-size: 50%;
    background-position: 50%;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 50px;
    margin-right: .25em;
}

.bg-catalogue-app {
    background: rgba(0, 0, 0, .1);
}

.bg-actu-date {
    background: rgba(44, 64, 75, .8);
    color: #fff;
}

.small {
    font-size: 75%;
}


/*
Menu clean
*/

@-webkit-keyframes delayNav {
    0% {
        height: 0;
        opacity: 0;
    }
    100% {
        height: 466px;
        opacity: 1;
    }
}

@keyframes delayNav {
    0% {
        height: 0;
        opacity: 0;
    }
    100% {
        height: 466px;
        opacity: 1;
    }
}

.navigation-v2 {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    /*Rustine border element enfant*/
    padding-left: 1px;
}

.navigation-v2 a {
    border: none;
}

.navigation-v2>div {
    width: 100%;
}

.navigation-v2>div.main-navigation>div {
    padding: .55em 1em;
    font-size: 1.35em;
    font-family: tungsten;
    display: inline-block;
    color: #fff;
    float: right;
}

.navigation-v2>div.main-navigation>div.nav-catalogue {
    background: #A0B6C2;
    padding: .27em 2.5em .27em 0.7em;
    font-size: 1.76em;
    font-family: tungsten;
    text-align: left;
    float: left;
}

.fix-spacing {
    letter-spacing: .05em;
    margin-left: .5em;
}

.navigation-v2>div.main-navigation ul.sous-nav,
.navigation-v2>div.main-navigation ul.sous-nav-tuilles,
.navigation-v2 ul.sous-thematique {
    display: none;
}

.navigation-v2>div.main-navigation>div:hover ul.sous-nav-tuilles {
    top: 3em;
    left: none;
    right: 0 !important;
}

.editions-eyrolles-logo {
    padding: 0 0 0 .6em;
    text-align: left;
}

.sous-nav-tuilles .tuille-actu img,
.sous-nav-tuilles .tuille-numerique img {
    width: 100%;
}

.sous-nav-tuilles .tuille-actu figcaption {
    margin-bottom: .2em;
}

.sous-nav-tuilles .tuille-actu {}

.sous-nav-tuilles .tuille-actu .desciptifs {
    color: #000;
}

.sous-nav-tuilles .tuille-actu .desciptifs .thematique {
    font-size: .8em;
}

.sous-nav-tuilles .tuille-actu .desciptifs h1 {
    font: 400 1.5em 'tungsten';
    letter-spacing: .01em;
}

.sous-nav-tuilles .tuille-actu .desciptifs h2 {
    font-size: 1em;
}

@media only screen and (min-width: 641px) {
    ul.sous-nav {
        background-image: url(../images/bg-nav.png);
        background-size: 100%;
    }
    .navigation-v2>div.main-navigation>div:hover ul.sous-nav,
    .navigation-v2>div.main-navigation>div:hover ul.sous-nav-tuilles {
        display: block;
        width: 100%;
        position: absolute;
        background-color: #fff;
        z-index: 1000;
        top: 2.75em;
        left: 0;
        overflow: hidden;
        -webkit-animation: delayNav .5s ease;
        animation: delayNav .5s ease;
        min-height: 466px
    }
    .navigation-v2>div.main-navigation>div.nav-numerique:hover ul.sous-nav,
    .navigation-v2>div.main-navigation>div.nav-numerique:hover ul.sous-nav-tuilles {
        top: 3.55em;
    }
    p.titre-numerique {
        text-transform: uppercase;
        font-size: 1.5em;
        font-weight: lighter;
        font-family: tungsten;
    }
    /**/
    .navigation-v2 ul.sous-nav,
    .navigation-v2 ul.sous-nav-tuilles {
        color: #666;
        position: relative;
        width: 100%;
        border: 1px solid #890700;
        border-top: none;
        font-family: ubuntu, arial, verdana;
        font-size: .7em;
    }
    .navigation-v2 ul.sous-nav-tuilles {
        font-family: 'ubuntu', arial, verdana;
        font-size: .95rem;
    }
    .navigation-v2 ul.sous-nav>li {
        width: 22.3%;
        padding: .5em 1em;
        font-size: .75em;
        font-weight: lighter;
        color: #111;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }
    .navigation-v2 ul.sous-nav-tuilles>li {
        width: 18%;
        display: inline-block;
        vertical-align: top;
        margin: 1%;
        padding: .6em 1em;
        background: #fff;
        font-size: 1em;
        font-weight: bold;
        text-align: center;
        min-height: 5em;
        color: #111;
        border-radius: .3em;
        cursor: pointer;
    }
    .navigation-v2 ul.sous-nav>li>ul,
    .navigation-v2 ul.sous-nav-tuilles>li>ul {
        display: none;
        height: 100%;
    }
    .navigation-v2 ul.sous-nav>li:hover,
    .navigation-v2 ul.sous-nav>li.active {
        background: #fff;
        border-right: 1px solid #fff;
    }
    /*  .navigation-v2 ul.sous-nav > li:hover ~ li,
    .navigation-v2 ul.sous-nav > li:hover ~ li:nth-child(-n+3){
        background:#890700;
    }*/
    .navigation-v2 ul.sous-nav-tuilles>li:hover,
    .navigation-v2 ul.sous-nav-tuilles>li.active {
        background: #edebe9;
    }
    .navigation-v2 ul.sous-nav>li:hover>ul {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 77.7%;
        padding: 0 1em;
    }
    .navigation-v2 ul.sous-nav>li>ul>li>span {
        display: none;
    }
    .navigation-v2 ul.sous-nav>li:hover>ul>li {
        display: inline-block;
        vertical-align: top;
        width: 60%;
        text-align: left;
    }
    .navigation-v2 ul.sous-nav>li:hover>ul>li:first-child {
        width: 40%;
    }
    .navigation-v2 ul.sous-nav>li>ul>li {
        padding: .7em 1em 0 1em;
    }
    .navigation-v2 ul.sous-nav>li>ul>li>ul.sous-thematiques>li {
        padding: .4em;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        font-weight: lighter;
    }
    .navigation-v2 ul.sous-nav>li>ul>li>ul.sous-thematiques>li:last-child {
        border: none;
        padding-top: 2em;
    }
    .navigation-v2 .banner-thematique {
        width: 70%;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    .navigation-v2 .banner-thematique img {
        width: 100%;
        border-radius: .4em;
    }
    .navigation-v2 ul.sous-nav .nouveaute {
        font-family: 'ubuntu', arial, verdana;
        font-size: .95rem;
    }
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.masque {
    position: absolute;
    left: -10000px;
}

.logo-titre {
    padding: 2em;
}

.color-pop {
    color: #e72f31;
}

.bg-pop {
    background: #e72f31;
}

.color-pratique {
    color: #bc9738;
}

.bg-pratique {
    background: #feb903;
}

.bg-offer {
    background: #e94b30;
    padding: 0 1em;
}

.bg-offer h4 {
    color: rgba(255, 255, 255, .7);
    font-size: .95em;
    margin-bottom: 0;
    font-style: italic;
    line-height: 1em;
}

.bg-offer small {
    font-size: .6em;
    color: #fff;
}

.bg-offer figure {
    width: 100%;
    padding: 0 3em;
    margin: 0;
}

.bg-offer figure img {
    width: 100%;
}

.bg-pratique h3 {
    font-size: 1.8em;
    margin: 0;
}

.rounded {
    border-radius: .4em;
}

.border-2 {
    border: 2px solid #555;
}

.border-top {
    border-top: 1px solid #555;
}

.w75 {
    width: 75%;
    margin: 0 auto;
    padding: .5em 0;
}

.liste-tuilles {}

.tuilles-3x {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tuilles-3x>li {
    width: 33.33%;
    text-align: center;
}

.tuilles-3x>li h2 {
    font-size: .9em;
    margin: 2em 0 0 0;
}

.tuilles-3x>li p.intro {
    margin: 0 0 1em 0;
    font-weight: lighter;
    font-size: .85em;
    line-height: .9em;
}

.tuilles-3x .couv {
    display: flex;
    margin: 1em 1.4em;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 1em;
}

.tuilles-3x .couv li {
    margin: .4em;
    position: relative;
    max-height: 150px;
    max-width: 80px;
}

.tuilles-3x .couv img {
    width: 100%;
    -webkit-box-shadow: 0 4px 15px -5px rgba(0, 0, 0, .5);
    box-shadow: 0 4px 15px -5px rgba(0, 0, 0, .5);
}

.tuilles-3x .couv img:hover {
    width: 100%;
    -webkit-box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 1);
    box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 1);
}

.a-paraitre {
    display: block;
    width: 60px;
    height: 14px;
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
    font-size: 7px;
    text-transform: uppercase;
    padding-top: .4em;
    color: #fff;
}

.color-10 {
    background-color: #f7f4e4;
}

.tuilles-3x .selection {
    display: block;
    margin: 2em;
    border: 0;
    font-size: .85em;
    font-weight: lighter;
}

.roman-eyrolles>div,
.roman-pratique>div {
    background-position: 50% 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    height: 100%;
}

.roman-eyrolles>div {
    background-image: url('../images/roman-eyrolles-trans.png');
}

.roman-pratique>div {
    background-image: url('../images/banner-eyrolles-pratique.jpg');
    background-size: 70%;
}

.roman-eyrolles,
.roman-pratique {
    background-image: url('../images/ombres-right.png');
    background-position: 100% 100%;
    background-repeat: repeat-y;
}

.tuilles-3x .more>div {
    display: table;
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
}

.tuilles-3x .more>div>div {
    display: table-cell;
    vertical-align: middle;
}

.blanc {
    color: #fff;
}

.bg-bleu {
    background: #8fa7af !important;
}

.small-texte {
    font-size: 85%;
}

.gris-thematique {
    color: #b7aca7;
}

.no-border {
    border: 0;
}

.opacity-img {
    opacity: 0.2;
}

.content-hover:hover .opacity-img {
    opacity: 1;
}

.uppercase {
    text-transform: uppercase;
}

.text-transform-initial {
    text-transform: initial;
}

.nth-child-paire>div {
    background: rgba(142, 125, 119, .2);
}

.nth-child-paire>div:nth-child(2n+0) {
    background: rgba(255, 255, 255, .5);
}

.more {
    background-image: url('../images/ombres-left.png');
    background-position: 0% 100%;
    background-repeat: repeat-y;
}

.shadow-top {
    background-image: url('../images/ombres-top.png');
    background-position: 0% 0%;
    background-repeat: repeat-x;
}

.shadow-bottom {
    background-image: url('../images/ombres-bottom.png');
    background-position: 0% 100%;
    background-repeat: repeat-x;
}

.display-flex-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 1em;
    width: 100%;
    flex-wrap: wrap;
}

.display-flex-middle-stretch {
    display: flex;
    align-content: stretch;
    width: 100%;
    flex-wrap: wrap;
}

.display-flex-top {
    display: flex;
    justify-content: top;
    align-items: top;
    align-content: center;
    padding: 1em;
    width: 100%;
    flex-wrap: wrap;
}

.display-flex-middle .titre,
.display-flex-middle .titre-auteur {
    text-align: center;
}

.display-flex-middle .titre h2 {
    font-size: 1.8em;
    font-weight: lighter;
}

.display-flex-middle .titre-auteur h2 {
    font-size: 1.5em;
    font-weight: lighter;
    text-align: right;
    padding-right: 1rem;
}

.display-flex-middle .texte {}

.display-flex-middle .texte p {
    font-size: 0.85em;
}

.bleu-app-photo {
    color: #003748;
}

.wrap {
    flex-wrap: wrap;
}

.portait-auteurs {
    list-style-type: none;
}

.portait-auteurs li {
    width: 14%;
    margin: 3%;
    text-align: center;
}

.portait-auteurs figure img {
    width: 100%;
    border-radius: 10em;
}

.portait-auteurs figcaption {
    font-size: .8em;
    margin-top: .8em;
}

.h1-slide {
    font-size: 2rem;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

.w-66 {
    width: 66.66%;
}

.w-33 {
    width: 33.33%;
}

.w-25 {
    width: 25%;
}

.w-75 {
    width: 75%;
}

.d-flex {
    display: flex;
}

.w-100 img,
.w-75 img,
.w-50 img,
.w-25 img {
    width: 100%;
}

.noir-50 {
    color: rgba(0, 0, 0, .5);
}

.font-weight-light {
    font-weight: lighter;
}

.font-weight-normal {
    font-weight: 400;
}

.font-weight-bold {
    font-weight: bolder;
}

.cycle {
    border-radius: 100px;
}

.more-cycle-plus {
    background-image: url('../images/cycle-30.png');
    background-size: cover;
    display: table;
    margin: 0 auto 2em auto;
    text-align: center;
}

.more-cycle-plus:hover .plus-big {
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.more-cycle-plus>span {
    display: table-cell;
}

.icones-reseaux {
    display: block;
    width: 100%;
    text-align: center;
}

.icones-reseaux>* {
    margin: .2em;
}

.icones-reseaux .icone-reseau {
    width: 24px;
    padding-top: 4px;
    height: 24px;
    text-align: center;
    display: inline-block;
    border-radius: 1em;
    color: #fff;
    font-size: .8em;
}

.ml-2 {
    margin-left: 2em;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.m-auto {
    margin: auto;
}

.square {
    list-style-type: square;
}

h3.titre-embed-rs {
    margin: 0;
    padding: 1.5em 0;
    font-weight: lighter;
    font-size: .85em;
}

h3.titre-embed-rs>span {
    vertical-align: middle;
}

.padding-tb-1 {
    padding: 1em;
}

.newsletter p {
    font-size: .85em;
    padding: 0 0 .5em 0;
    margin: 0;
}

.col-50 {
    width: 50%;
    padding: 1%;
}

.col-33 {
    width: 33.33%;
    padding: 1%;
}

h3.titre-newsletter {
    margin: 0;
    padding: 1.5em 0;
    font-weight: lighter;
    font-size: 1.1em;
}

.newsletter {
    width: 30%;
    margin: 0 auto;
    padding: 1em 0 1.1em 0;
}

.newsletter .form-newsletters .input-type-text {
    border: 1px solid #fff;
    color: #fff !important;
}

.newsletter .form-newsletters .input-type-text::placeholder {
    color: rgba(255, 255, 255, .8);
}

.city {
    font-weight: lighter;
}


/*appli*/

.liste-appli {
    list-style-type: none;
}

.liste-appli li {
    width: 12%;
    margin: 2%;
    font-size: .7em;
}

.une-appli figure {
    margin-bottom: 1em;
    padding: 0 4%;
}

.une-appli figure img {
    border-radius: 15px;
}

.une-appli a {
    border: none;
    text-transform: uppercase;
}

.une-appli a strong {
    font-size: .9em;
}

.slider-bloc-blanc {
    background: rgba(255, 255, 255, .5);
}

.liste-appli li figure img,
.spec figure img {
    width: 100%;
}

.c-ef5350 {
    color: #ef5350;
}

.c-29b6f6 {
    color: #29b6f6;
}

.c-8bc34a {
    color: #8bc34a;
}

.c-ff9800 {
    color: #ff9800;
}

.color-bv {
    background: #9cd5e0;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.p-2 {
    padding: 2em;
}

.p-4 {
    padding: 4em;
}

.px-4 {
    padding: auto 4em;
}

.py-2 {
    padding-top: 2em;
    padding-bottom: 2em;
}

.py-1 {
    padding-top: 1em;
    padding-bottom: 1em;
}

.py-4 {
    padding-top: 4em;
    padding-bottom: 4em;
}

.mx-4 {
    margin: auto 4em;
}

.m-4 {
    margin: 4em;
}

.m-2-4 {
    margin: 2em 4em;
}

.pr-1 {
    padding-right: 1em;
}

.p-05 {
    padding: .5em;
}

.pr-2 {
    padding-right: 2em;
}

.pb-1 {
    padding-bottom: 1em;
}

.pl-1 {
    padding-left: 1em;
}

.orange {
    color: #ff8400;
}

.btn {
    background: #ff8400;
}

.vert {
    color: #72bb53;
}

.no-list {
    list-style-type: none;
}

.list-square {
    list-style-type: square;
}

.color-num-1 {
    background: #D7D0CE;
}

.bg-01 {
    background-color: #f5ded6;
}

.bg-02 {
    background-color: #e0d4b7;
}

.bg-03 {
    background-color: #c9dfe2;
}

.bg-04 {
    background-color: #d8d8d8;
}

.bg-blanc {
    background: #fff;
}

.border-orange {
    border: 1px solid #ff8400;
}

.border-grise {
    border: 1px solid #ccc;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.height-100 {
    align-content: stretch;
}

.border-shadow-image {
    border-radius: 6px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
}

.bg-app-dispo {
    background-image: url('../images/banner-footer-univers.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 75%;
}

@media(max-width:640px) {
    .tuilles-3x>li {
        width: 50%;
    }
    .p-sm-0 {
        padding: 0;
    }
    .d-sm-inline-block {
        display: inline-block;
    }
    .w-sm-100 {
        width: 100%;
    }
    .w-sm-100 {
        width: 100%
    }
    .w-sm-none {
        display: none;
    }
    .w-sm-50 {
        width: 50%;
    }
    .w-sm-66 {
        width: 66.66%;
    }
    .w-sm-33 {
        width: 33.33%;
    }
    .portait-auteurs li {
        width: 40%;
    }
    .more,
    .roman-pratique {
        min-height: 250px;
    }
    .liste-appli li {
        width: 30%;
        margin: 3%;
    }
}

@media(max-width:370px) {
    .tuilles-3x>li {
        width: 100%;
    }
    .portait-auteurs li {
        width: 100%;
    }
    .liste-appli li {
        width: 40%;
        margin: 5%;
    }
    .w-xs-100 {
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    /*
    navigation
    */
    .navigation,
    .main-navigation,
    .ariane {
        display: none;
        position: relative;
    }
    .navigation>li>a {
        font-size: 1.5em;
        padding: .4em .1em;
    }
    .sous-rubriques .ariane {
        padding: 0;
    }
    .navigation-v2>div.main-navigation>div.nav-catalogue>a>i,
    .navigation-v2>div.main-navigation>div.nav-numerique>a>i,
    .navigation-v2>div.main-navigation>div>ul,
    .navigation-v2>div.main-navigation>div:hover>ul,
    .navigation-v2 .nouveaute,
    .navigation-v2 .sous-nav li ul {
        display: none !important;
    }
    .navigation-v2>div.main-navigation>div.nav-catalogue,
    .navigation-v2>div.main-navigation>div.nav-numerique {
        width: 100%;
        padding: 1em !important;
    }
    .navigation-v2>div.main-navigation>div.nav-catalogue .sous-nav {
        display: block !important;
    }
    .navigation-v2>div.main-navigation>div.nav-catalogue .sous-nav>li {
        width: 100%;
        padding: .2em 1em;
    }
    .navigation-v2>div.main-navigation>div>ul.sous-nav {
        display: block;
        float: none;
        width: 100%;
    }
    .navigation-v2>div.main-navigation>div:hover,
    .navigation-v2>div.main-navigation>div.active
    {
        background: none;
        color: inherit;
    }
}


/**/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}