
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

@font-face {
    font-family: 'ConduitITC';
    src: url('../font/ConduitITC.eot');
    src: url('../font/ConduitITC.woff2') format('woff2'),
    url('../font/ConduitITC.woff') format('woff'),
    url('../font/ConduitITC.ttf') format('truetype'),
    url('../font/ConduitITC.svg#ConduitITC') format('svg'),
    url('../font/ConduitITC.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'GIL';
    src: url('../font/GIL.eot');
    src: url('../font/GIL.woff2') format('woff2'),
    url('../font/GIL.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansMT';
    src: url('../GillSansMT.woff') format('woff'),
    url('../GillSansMT.ttf') format('truetype'),
    url('../GillSansMT.svg#GillSansMT') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Garamond-Normal';
    src: url('../Garamond-Normal.eot');
    src: local('Garamond-Normal'),
    url('../Garamond-Normal.eot?#iefix') format('embedded-opentype')
    /*url('../../../../Garamond-Normal.woff') format('woff'),*/
    /*url('../../../../Garamond-Normal.ttf') format('truetype')*/;
    font-weight: 100;
    font-style: italic;
}


body{font-family: ConduitITC; line-height: 150%; font-size:1rem; letter-spacing: 0.01em; color:#28423B;}

.debug {font-size:80%;padding:1em; background-color: #ddd}




/* Layout *************************************************************/

body{max-width: 1900px; margin: 0 auto;}
.conteneur{ background-color:#fff; display: flex; flex-wrap: wrap; justify-content: space-between; min-height: 80vh;}
.conteneur > .main{padding:4em; width:100%;}
.conteneur > aside > div{padding:1em;margin-top:4em}


.conteneur > aside{flex:1}

.conteneur.four_cols .main{flex:3; padding:2.4em 2em}
.conteneur.three_cols .main{flex:2; padding:2.4em 2em}

.conteneur.no_cols .main{}

section.background{min-height:60vh; padding: 1rem; background-color: /*#e1f3f1*/ #eaf8f6;}

.container {padding-left:1rem; padding-right:1rem}



/* Responsive layout  *************************************************************/
@media (min-width: 800px){
    body{
        width:90%;
    }

    .container {
        max-width: 100%;
    }
}

@media (min-width: 1400px){
    body{
        max-width:90%;
    }

    .container {
        max-width: 95%;
    }
}

@media (min-width: 1600px){
    body{
        max-width:85%;
    }

    .container {
        max-width: 80%;
    }
}



/* header *************************************************************/

.header h1{margin:1em 0; font-size:2em; line-height: 1.3em;}
.header h1.site_title a{font-family:Garamond-Normal;background-color:#d0121f; text-decoration:none; color:#fff; line-height: 35px; padding: 0 2rem 0em 7rem; display: inline-block;box-shadow: 10px 10px 15px 0px #cccfcc;position:relative; left:-2rem}


.header .group{ display: flex; justify-content: space-between; margin:0 2rem; align-items: baseline;}

.header nav.top ul {list-style-type:none; font-family: GIL; margin-left: 0; padding-left: 0; display: inline-block;}
.header nav.top li {display: inline;}
.header nav.top li > * {padding:1em; font-size: 0.92em; text-transform:uppercase}
.header nav.top li::before {content:"|";color: #cbc1d0;}
.header nav.top li:last-child::after {content:"|";color: #cbc1d0;}
.header nav.top li a{color:#28423B; text-decoration:none; transition:all 1000ms linear;}
.header nav.top li a:hover{color:#d0121f}
.header nav.top li.current span, .header nav.top li.current_ancestor a{color:#d0121f; }
a.twitter, a.instagram{padding:1em; color:#28423B;}
a.twitter:hover, a.instagram:hover{ color:#d0121f;}




/* Titles *************************************************************/

h1,h2,h3,h4,h5,h6{font-weight:normal; }
.page_title {margin: 0.8em 0 0.3em 0;font-size: 1.5em; line-height: 130%;text-transform:uppercase;font-family:GIL}
.page_title.big {font-size: 2em;}
.page_subTitle{margin: 0.3em 0; font-family:ConduitITC; }
.section_title {margin: 0.8em 0 0.8em 0.2em; font-size: 1.5em; line-height: 130%;text-transform:uppercase;font-family:GIL}
.section_subtitle{margin: 0.8em 0; font-size: 1.2em;line-height: 1.5em;background-color:#d7efef;text-transform:uppercase;font-family:GIL;    padding: 0.05em 0.2em; }
.widget_title{font-family:ConduitITC;}
.item_light_title{font-family:ConduitITC;}
.item_title{font-family:ConduitITC; font-weight:bold;}
.item_subTitle{margin: 0.3em 0; font-family:ConduitITC; }
.introduction{font-size:1.2em;}
.title{ font-size:1.8em; line-height: 120%;}

p { margin-top: 0; margin-bottom: 0.2rem;}


/* Composants  *************************************************************/

.chapter{margin-top:4em; clear:both;}

span.esperluette{font-size:0.85em}

figure{margin:0}

figure.flex{margin-left:0; margin-right:0; display: flex; flex-direction: row; align-items: flex-start;}

figure.flex figcaption{margin-left:1.5em; width: 100%;}

figure.float img{float:left; margin-right:1em; margin-bottom:0.2em; }
figure.float figcaption{}


img.thumb{box-shadow: 10px 10px 15px 0px #cfcfcf;transition: 1s}
a:hover img.thumb{box-shadow: 10px 10px 15px 0px #9c9c9c;}

.description{ text-align: justify;}

p.authors{ font-style: italic; margin-bottom:20px;} /*Attention, avec cette directive appliquée dans plusieurs contextes */
.institutions{font-weight: normal;text-transform: uppercase;}


.flashbag .alert{padding:1em; margin:1em; border:1px solid grey;}

.btn{ transition: all 1000ms linear; /*background-color: #e1f3f1; */ background-color: #d7efef; border:1px solid #d7efef ; color:#d0121f}
.btn:hover{ border:1px solid #b8ebde; box-shadow: 5px 5px 20px 0px #cccfcc;}

.pagination{border-top: 1px solid grey; padding-top:1em}
.pagination .page-item.active .page-link, .pagination .page-link:hover  {border-color: #d7efef; color: #d0121f; background-color: #d7efef;}
.pagination .page-link {border:none; color:inherit}

.red, a.red  {color:#d0121f;}

.gablegreen {color:#28423B; transition:all 1000ms linear;}
.gablegreen:hover {color:#000; text-decoration:none}

/*.right{text-align:right;}*/
.small{font-size: 0.8em;}

.carte-de-visite{ border-left: 2px solid; padding-left: 1em; margin-top:2em}
.carte-de-visite .title{font-family:Garamond-Normal}
.carte-de-visite p{margin:0;}

div.services{display:flex; flex-wrap:wrap; margin-top: 1em; margin-left: 1em;}
div.services .service{flex-grow: 0; flex-shrink: 0; flex-basis: 50%;padding: 1em 0; box-sizing: border-box;}
div.services .service .name{margin:0.1em;}


/*Search *********************************************************************/

.undernav{ display:flex; flex-direction:row-reverse}
.undernav .right{ flex-grow: 0; flex-basis: 33%;}

form.search_form {display:flex; justify-content: space-between; }
form.search_form input[type="search"], form.search_form button{height:42px; border: 1px solid #d7efef; margin: 1rem 0;}
input[type="search"]{flex-basis:85%}
input[type="search"]{ font-style:italic; padding: 0.5em; font-family: ConduitITC; border-color:#eaf8f6;}
input[type="search"]:focus{}
input[type="search"] + button {color:inherit; padding: 0.5em 1em; flex-basis: 14%; background-color: #b4d3cb;}

.main.search ul.books.list{margin:1em 0}




/* Listes de livres ******************************************************************/
ul.list{display:flex; list-style-type:none; flex-wrap: wrap; padding-left:0;}

ul.list.type_1 li{flex:1; flex-basis: 33.33%; max-width:33.33%; margin-bottom:2em;}
ul.list.type_1 li figure{margin:0; display: flex; flex-direction: column; align-items: flex-start;}
ul.list.type_1 li p.author {margin-top:0;}
ul.list.type_1 li .item_title { margin-top: 1em; width:180px; font-size:1em; line-height:1.4em; }

ul.list.type_2 li{flex:1; flex-basis: 100%; max-width:100%}
ul.list.type_2 li.borderTop{border-top:1px solid #cbc1d0;}
ul.list.type_2 li.borderTop:first-child{border-top:none;}
ul.list.type_2 li figure{margin:0; display: flex; flex-direction: row; align-items: flex-start;}
ul.list.type_2 li img.thumb{width:180px; max-width:180px;}

ul.list.type_2.books li{margin-bottom:1em}

.before_conteneur{background-color: #fff; border:1px solid #b8ebde; margin:0 0 1em 0; padding:2em; }
.before_conteneur .section_subtitle{margin-top:0}

article.book figure figcaption .description .shortText{ margin-bottom:20px;}



/* Page Rubrique *************************************************************/
.hero .book{margin-bottom:4em}
.hero .book{padding:10px; background-repeat:no-repeat;-webkit-background-size: cover; background-size: cover; background-position: center center;}
.hero .book figure{ background-color: #fff; display:flex; margin:0; padding:10px; align-items: flex-start; }
.hero .book figure img{ margin:10px }
.hero .book figure figcaption{ margin:10px; width: 100%; }
a.more{text-align: right; display: block; padding:0.3em; }




/* Page Livre  *************************************************************/
section.main.book a.back{padding:1em 1em 1em 0;margin-top:0.8em; display:inline-block; color:#28423B; text-decoration: none; transition: all 1000ms ease; }
section.main.book a.back:hover{color:#d0121f;}
section.main.book a.back i { position: relative; bottom: -2px;     padding-right: 5px;}
section.main.book aside{display: flex; flex-direction: row; justify-content: space-between; align-items: baseline;}
section.main.book aside .transaction .price{/*background-color:#dae0e3;*/ padding:1em; background-color: #d7efef; border: 1px solid #b8ebde;}
section.main.book aside .transaction .icone{background-color:#ecf2f5; }
section.main.book aside .outofstock {background-color: #d0121f; padding: 0.5em; color: #fff;}
section.main.book article{ border-top: 1px solid #28423B; }
section.main.book article .title{ text-transform:uppercase; font-weight:normal; font-size:2em; font-family:GIL; line-height: 130%;}
section.main.book article .directors{font-weight: normal;font-size: 1.2em;}
section.main.book article .authors{font-weight: normal;}
section.main.book article .description{margin-top:0.6em; text-align: justify;}






/* Page Auteur  *************************************************************/
section.main.author .description{margin-top:0.6em; text-align: justify;}




/* Lightbox   *************************************************************/




section.main.book .book-thumb-container{position:relative}
section.main.book .book-thumb-container i{opacity:0; color: #fff; z-index:999; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
section.main.book .book-thumb-container:hover{cursor:pointer}
section.main.book .book-thumb-container::after{
    content:"";
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 1px;
    left: 1px;
    top: 1px;
    bottom: 1px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
section.main.book .book-thumb-container:hover::after{ opacity:1;}
section.main.book .book-thumb-container:hover i{ opacity:1;}







.modal-dialog { max-width: none; position:relative}
.modal-body {padding: 0;}
.modal .image { background-position: center; background-repeat: no-repeat; background-size: contain; height: calc( 100vh - 100px ); border-radius: .2rem .2rem 0 0; width:100%}
.modal.fade .modal-dialog { -webkit-transform: translate(0, 0);  -ms-transform: translate(0, 0); transform: translate(0, 0);}
.modal .close { font-size:25px; position: absolute; width: 50px; height: 50px; background-color: #000; opacity: 1; color: #fff;
    z-index: 999; right: -12px; top: -12px; border-radius: 50%; border: 2px solid #fff; line-height: 25px; -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}

@media (min-width: 576px) {
    .modal-dialog { margin: 30px; }
}

@media (min-width: 768px) {
    .modal .image {
        border-radius: .2rem 0 0 .2rem;
    }
}

@media (min-width: 992px) {
    .modal-dialog { margin: 30px auto; max-width: 932px;
    }
}




/* Onglets principaux *************************************************************/
.tabs.main{font-family: GIL}
.tabs.main ul{display: flex; list-style-type: none; margin:0;padding:0}
.tabs.main ul li{flex:1; margin-left:10px;}
.tabs.main ul li > *{text-transform:uppercase; text-decoration: none;padding: 1em 1em 1em 1.3em; display: inline-block; width: 100%;}
.tabs.main ul li > a{color:#28423B}
.tabs.main ul li.current span, .tabs.collections ul li.current_ancestor a { color:#d0121f;}
.tabs.main ul li:first-child {margin-left:0}

.tabs.main ul li{background-color:/*#d7efef*/ #b4d3cb; border:1px solid #b8ebde; transition: background-color 1000ms linear; border-bottom-color:#e1f3f1}
.tabs.main ul li.current, .tabs.main ul li.current_ancestor, .tabs.main ul li:hover {background-color:#fff; border-bottom-color: #fff; transition: all 1000ms linear;}
.tabs.main ul li:first-child{border-left:none;}



/* Menus lateraux *************************************************************/
.context_menu{font-family: ConduitITC}
.context_menu h3{ padding-bottom:0.5em; border-bottom: 1px solid #28423B; margin-bottom: 1em;}
.context_menu ul{list-style-type: none; padding-left: 0;}
.context_menu li > * {padding: 0.3em 0.3em 0.3em 2em; display: block; left: -3em; min-width: 108%; padding-left: 3em; position: relative;border-bottom:1px solid transparent }
.context_menu li a{color: #28423B; text-decoration: none;}
.context_menu li.current > span, .context_menu li.current_ancestor > a, .context_menu li > a:hover{color:#d0121f; /*background-color: #ecf2f5; border-bottom:1px solid #d7efef;*/    background-color: #d7efef;
    border-bottom: 1px solid #b8ebde;}
.no-link-span:not(.current_ancestor) ul {display:none;}
.context_menu ul ul.menu_level_3 {margin-left: 2em; padding-left:2em;}
.context_menu ul ul.menu_level_3 li > * {left: -1em; padding-left: 1em; min-width:100%}
.category_book-menu .book {display:none}


/* Menu des collections **********************************************************/
/*.category_book-menu ul li:nth-child(5){margin-bottom:2em}!* gestion en css pour faire vite ...*!*/
/*.category_book-menu ul li:nth-child(9){margin-bottom:2em}!* gestion en css pour faire vite ...*!*/

/* Pages Collections  *************************************************************/
.mare_martin .collection .desc{margin-top: 2em;}
/*.pages-collections-menu ul li:nth-child(11){margin-bottom:2em}!* gestion en css pour faire vite ...*!*/
/*.pages-collections-menu ul li:nth-child(12){margin-bottom:2em}!* gestion en css pour faire vite ...*!*/



/* Pages Comités scientifiques  *************************************************************/
.comite ul.members {padding-left:1em;margin-top: 1em;list-style-type: none}
.comite ul.members li{margin-top:1em}
.comite .mandatory .introduction{ margin:1em}
.comite figure{margin-top:1em}



/* Page Actus  *************************************************************/


.actualites_top_list { width: 100%; margin:0 auto; overflow: hidden; padding: 0;}

.actualites_top_list .slick-slide img { width: 900px; }
.actualites_top_list .slick-dots {bottom: 25px;}
.actualites_top_list .slick-dots li button:before{ font-size:25px;}
.actualites_top_list .slick-dots li.slick-active button:before {color: #fff;}
.actualites_top_list li .item_title{ font-weight:normal; line-height: 1.5em; margin-top: 0.3em; text-transform: uppercase; color: #212529; letter-spacing: 0.2em;}
.actualites_top_list li .item_subtitle{ line-height: 1.5em; margin-top: 0.3em; color: #212529; }

.actualites_list{display:flex; flex-direction: column; margin:0;padding:0; }
.actualites_list li figure{ display: flex; flex-direction:row-reverse; align-items: center;}
.actualites_list li:nth-child(2n+1) figure{flex-direction:row;}
.actualites_list li img.main {margin: 0; height: 300px; max-width: 70%;}
.actualites_list li .item_title{ font-weight:normal; line-height: 1.5em; margin-top: 0.3em; text-transform: uppercase; color: #212529; letter-spacing: 0.1em;}
.actualites_list li .item_subtitle{ line-height: 1.5em; margin-top: 0.3em; color: #212529; }
.actualites_list li a:hover{ text-decoration: none; }

.main.actualites .actualites_list li:hover{background-color: #d0121f}
.main.actualites .actualites_list li:hover .item_title{color: #fff}
.main.actualites .actualites_list li{background-color: #eaf8f6; list-style-type: none; box-sizing: border-box; margin-top:1em; height:300px}
.main.actualites .actualites_list li figure figcaption{margin:0 auto; text-align: center; padding:1em 2em}

div.actualite_single aside {margin:2em 0}
div.actualite_single figure img {width:60%; float:left; margin-right:1em;}
div.actualite_single figure figcaption {margin-top:1em; }
div.actualite_single + .section_title {margin-top:3em; border-top: 10px solid #ecf1f9; padding-top: 2em;}
div.actualite_single + .section_title + .actualites_list li figure img {width:60%;}


/* Pages revue de presse  *************************************************************/
.conteneur.four_cols .main.revue_de_presse{flex:5}
ul.press{padding:0; margin: 1em 0 3em 0;}
ul.list.type_2.press li{padding:2em 0;}
ul.list.type_2.press li {border-top: 1px solid #212529;}
ul.list.type_2.press li:first-child{padding:2em 0;}
ul.list.type_2.press li figure { align-items: inherit;}
/*ul.press li figcaption{width: 100%; display: flex; justify-content: space-between;}*/
ul.press li figcaption{width: 100%; display: flex; flex-direction:column;justify-content: space-between;}
ul.press li figcaption > div { display: flex; flex-direction: column; justify-content: space-between;}
/*ul.press li figcaption > div.right { margin-left:1em;min-width: 150px;}*/
ul.press li figcaption > div.right { align-items: flex-end;margin-left:1em;min-width: 150px;}
/*ul.press li figcaption img.media {max-width:100px; float:right;margin-bottom: 2em; margin-left: 2em;}*/
ul.press li figcaption p.authors{ font-style: italic; margin-bottom:0;}
ul.press li .img_wrapper{ opacity: 0.9; transition:all 2000ms ease; filter: grayscale(20%);perspective: 1800px; perspective-origin: -300px -50px; }
ul.press li .img_wrapper img.thumb{ transform: rotateY(-0.1turn); margin-right:2em; box-shadow : 12px 0px 12px 0px #999;}
ul.press li:hover .img_wrapper{opacity:0.95;  filter: grayscale(0%);}





.revue-jus-vini .image-revue{ max-width:280px; border:1px solid #ccc}
.lang_switcher {float:right}



/* Pages contact  *************************************************************/

.manuscrit_form .row {flex-wrap:nowrap; margin-top:1em}
.manuscrit_form label{background-color: #eaf8f6; padding: 0.1em 0.5em 0.1em 0.5em;}
.manuscrit_form input[type="radio"] {margin-right:0.5em}
.manuscrit_form input[type="radio"] + label {margin-right:1em}
.manuscrit_form input[type="text"], .manuscrit_form input[type="email"], .manuscrit_form input[type="url"] , .manuscrit_form input[type="number"]  {width:100%; padding:0.5em; font-family:ConduitITC;}
.manuscrit_form textarea {width:100%;padding:0.2em; font-family:ConduitITC;}
.manuscrit_form select {width:100%;padding:0.2em; font-family:ConduitITC;}
.manuscrit_form input[type="file"] {width:100%;padding:0.2em; font-family:ConduitITC;}
.manuscrit_form .btn{ float: right;  margin-top: 1em;}





/* Boutons "Voir le Panier" & "Ajouter au panier"  *************************************************************/
a.panier{ color:#363636; text-align: center; min-width: 70px; display: inline-block; padding: 0.3em 0; position:relative}
a.panier i{font-size:1.2em;}
a.panier .badge {position: absolute;top: -5px;right: 10px;}
a.panier:hover{color:#d0121f; cursor:pointer; text-decoration: none }
.panier:hover .quantity{color:#000}

a.panier.addToCart{width: 100%; }





/* Processus de commande ***************************************************/
body.panier nav.workflow ul { width:100%;padding:1em 0; display: flex; justify-content: center; position:relative }
nav.workflow.nav-pills ul .nav-link { color:#28423B;  border:1px solid #b8ebde; transition: all 1000ms linear; border-bottom-color:#e1f3f1; margin-right:1em; }
nav.workflow.nav-pills ul .nav-link.active, .nav-pills .nav-link:hover { color:#d0121f; background-color:#b4d3cb; }
nav.workflow.nav-pills .nav-link:hover a {  color:#d0121f; text-decoration:none; }
nav.workflow.nav-pills .nav-link a{color:#28423B;}



    /* Page Panier  *************************************************************/
body.panier section.main.panier { width:100%; padding: 4em;  }

body.panier ul.books{list-style-type: none;padding:0;}
body.panier ul.books li {padding:1em 0; border-bottom : 1px solid #28423B; display:flex; justify-content:space-between;}
body.panier ul.books li .book { width:50%;}
body.panier ul.books li .book a:hover {text-decoration: none}
body.panier ul.books li .book figure {margin:0}
body.panier ul.books li .zone{padding: 2em; border-left: 1px solid grey; width:25%;}
body.panier ul.books li .quantite a{font-size:2em; cursor:pointer;}

body.panier .footer{display:flex; justify-content:flex-end; align-items:baseline;}
.prix_a_payer{text-align:right;margin-right: 1em;}
.next-stage{margin-top:1em;}


/* Page livraison *************************************************************/
.main.panier.shipping .user{font-weight:bold}
.main.panier.shipping form{max-width: 620px; margin: 0 auto; }
.main.panier.shipping #appbundle_commande > div{margin:0.5em 0}
#appbundle_commande > div {display: flex;}




/* Login form *************************************************************/

.main.user{padding:4em; flex:1;margin: 0 auto; margin:0 auto;}
.main.user.register{max-width: 620px; }
.main.user.register #appbundle_sfguarduser > div{margin:0.5em 0}
.main.user.login{max-width: 420px;}
.form-signin-heading { text-align:center;}
.form-signin .form-control { height: auto; padding: 0.5em; margin: 0.5em 0;}
a.link { color: #28423B; display: block; padding: 0.3em; margin-top: 0.5em;}



/* Footer ***********************************/
footer {
    background-color: #8db4aa;
    padding: 0.5em;
}

footer a {color: #7a030c;color: #000;}
footer a:hover {color: #97141E;}

footer ul.menu{
    margin-bottom: 0;
    display: flex;
    list-style-type: none;
    justify-content: space-around;
}

.main.user {
    max-width: 60%;
    margin:0 auto;
}

.main.user form > *{
    margin-top:1em;
}

.main.user form  label{
    margin-bottom: .5rem;
    display: block;
}

.main.user form input{
    margin-bottom: .5rem;
}

.main.user form input:not([type='checkbox']){
   display:block;
    padding: 0.5em;
    font-family: ConduitITC;
    width:80%;
    margin: 0.5em auto;
}

.main.user form input[type='checkbox'] + label{
    display:inline; margin-left:1em;
}


.main.user fieldset{
    border : 1px solid rgba(0,0,0,.15);
    border-radius : 0.25rem;
    background-color : #eaf8f6;
    padding-bottom: 2em;
}

.main.user fieldset legend{
    padding: 0.5em;
    opacity: 0.5;
}

.main.user input[type="submit"] {
    transition: all 1000ms linear;
    background-color: #d7efef;
    border: 1px solid #d7efef;
    color: #d0121f;
    float: right;
    margin-top: 1em;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
}


.main.user input[type="submit"]:hover {
    border: 1px solid #b8ebde;
    box-shadow: 5px 5px 20px 0px #cccfcc;
}



.alert {
    margin:1em 0;
    padding:1em;
    display: none;
    z-index: 1000;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    border-radius:2px;
    color: #d6e9c6;
    border: none;
    background-color: #3c763d;

}

.alert-warning{
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}


.newsletter-form {

    /*border: 1px solid #b8ebde;*/
    background-color: #b6dad1;
    padding: 1em 1em 1em 1em;
    /*margin:1em 0 ;*/

}

.newsletter-form .widget_title{

    padding-bottom: 0.1em;
    border-bottom: 1px solid #28423B;
    margin-bottom: 0.3em;
}


.newsletter_subscription_feedback{



}

.newsletter_subscription_feedback.success{

    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;

}

.newsletter_subscription_feedback.warning{

    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;

}

.newsletter-form .form_widgets{
    display:flex;
}

.newsletter-form input {

    margin-top:0.5em;
    padding: 0.5em;
    font-style: italic;
    font-family: ConduitITC;
    flex: 1 1 25%;
    margin-right: 0.5em;

}

.newsletter-form button[type="submit"] {
    padding: 0.5em 1em;
    margin-top:0.5em;
    /*background-color: #91b8ae;*/
    background-color: #8db4aa;
    border: 1px solid #d7efef;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    color:#d0121f;
    flex: 1 1 25%;
    margin-right: 0.5em;
}