/* --------------------------------------------------
  = Reset
--------------------------------------------------  */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  margin-bottom: 1em;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: 'UniversNW01-230BThin';
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
input {
  border: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  box-sizing: border-box;
}
.clearfix,
.container,
.actublog {
  zoom: 1;
}
.clearfix:before,
.container:before,
.actublog:before,
.clearfix:after,
.container:after,
.actublog:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.actublog:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
}
.mixin-span_first {
  margin-left: 0;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 15px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 15px;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  margin-left: 0;
  width: 100%;
}
.row-fluid .span11 {
  width: 91.49504195270785%;
}
.row-fluid .span10 {
  width: 82.99008390541573%;
}
.row-fluid .span9 {
  width: 74.48512585812357%;
}
.row-fluid .span8 {
  /* .mixin-span(8, @gutter_px, @max_columns); */

  width: 66.161616161616161616161616161616%;
}
.row-fluid .span7 {
  width: 57.47520976353929%;
}
.row-fluid .span6 {
  /* .mixin-span(6, @gutter_px, @max_columns); */

  width: 48.85496183206107%;
}
.row-fluid .span5 {
  width: 40.465293668955%;
}
.row-fluid .span4 {
  /* .mixin-span(4, @gutter_px, @max_columns); */

  width: 32.323232323232323232323232323232%;
}
.row-fluid .span3 {
  width: 23.455377574370708%;
}
.row-fluid .span2 {
  width: 14.950419527078568%;
}
.row-fluid .span1 {
  width: 6.445461479786423%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.row-fluid [class*="span"].first {
  margin-left: 0;
  clear: left;
}
@media only screen and (max-width: 979px) {
  .row-fluid [class*="span"] {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .row-fluid .row-fluid [class*="span"] {
    width: 31.960335621662857%;
    margin-left: 10px;
    float: left;
  }
  .row-fluid .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .row-fluid [class*="span"].first {
    clear: none;
  }
  .row-fluid .row-fluid [class*="span"]:nth-child(4) {
    margin-left: 0;
    clear: left;
  }
}
#mobile,
#tablet {
  display: none;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #0988ad;
}
.hide {
  display: none;
}
.hide-desktop {
  display: none;
}
.divider {
  width: 100%;
  height: 1px;
  margin: 0 0 -1px;
  clear: both;
}
/* --------------------------------------------------
	= COMMON
--------------------------------------------------  */
html .select2-container {
  display: block;
  margin-bottom: 12px;
}
html .select2-container .select2-choice .select2-arrow {
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 99;
  width: 24px;
  height: 20px;
  border: 0;
  border-radius: 0;
  background: url('../images/select2submit.png') 0 0 no-repeat;
}
html .select2-container .select2-choice {
  overflow: inherit;
  width: 100%;
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: #fff;
  line-height: 22px;
}
html .select2-container .select2-choice.price {
  margin: 0 4px;
  width: 62px;
}
html .select2-container .select2-choice {
  border-right: 0;
}
html .select2-container .select2-choice > .select2-chosen {
  font-size: 0.75em;
  margin-bottom: 12px;
  padding-left: 10px;
  color: #666;
  text-transform: none;
}
html .select2-container .select2-choice > .select2-chosen {
  height: 20px;
  line-height: 20px;
  padding-left: 0;
}
html .select2-drop {
  border: 0;
  border-radius: 0;
}
html #select2-drop .select2-result-label {
  font-size: 0.75em;
  color: #666;
  text-transform: none;
}
html #select2-drop .select2-result-label:hover {
  background: #666;
  color: #fff;
}
a:hover {
  color: #0988ad !important;
}
.site {
  background: #fff;
}
strong {
  font-size: 0.875em;
  text-transform: none;
  font-family: "Univers Next W01 Medium";
}
p {
  font-size: 0.875em;
  text-transform: none;
}
p strong {
  font-family: "Univers Next W01 Medium";
}
.chapo {
  font-size: 0.875em;
  margin: 15px 0 30px 15px;
  text-transform: none;
  width: 65%;
}
.chapo:first-letter {
  float: left;
  padding: 5px 5px 0 0;
  font-size: 48px;
  line-height: 22px;
  font-family: "Univers Next W01 Bold";
  margin-bottom: 25px;
  margin-right: 3px;
}
.chapo strong {
  font-family: "Univers Next W01 Medium";
}
.chapo p {
  line-height: 1.3em;
}
.btn-back {
  font-size: 0.875em;
  float: right;
  margin: 10px 0;
  padding-left: 15px;
  width: 156px;
  height: 26px;
  background: url('../images/tout-catalogue.png') 0 0 no-repeat;
  color: #fff;
  font-family: 'UniversNW01-620CdBold';
  line-height: 26px;
}
.btn-back:hover {
  color: #fff;
}
.article-title {
  font-size: 1.75em;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 34px;
}
.selection {
  font-size: 1.5em;
  margin-left: 15px;
  font-family: "UniversNW01-220CdThin";
}
.selection span {
  color: #857f74;
}
.selection strong {
  font-size: 36px;
  font-family: "UniversNW01-720CdHeavy";
}
.list-albums .selection {
  margin: -20px 0 15px 15px;
  display: block;
}
.nouveaute-aparaitre .selection {
  margin: -5px 0 15px 15px;
  display: block;
}
.frame,
.followFrame {
  background: url('../images/motif.png') 0 0 repeat;
}
.frame.padded_frame,
.followFrame.padded_frame {
  padding: 15px;
  margin-top: 1px;
}
.followFrame {
  background: url('../images/motif.png') 0 0 repeat !important;
}
.sep {
  display: block;
  width: 100%;
  height: 1px;
  background: url('../images/actu-border.png') left bottom no-repeat;
}
.sep.white {
  background: url("../images/border-white.png") no-repeat left bottom;
}
.sep.large {
  background-repeat: repeat-x;
  width: 90%;
}
.sep.spaced {
  padding-top: 5px;
}
.more {
  display: block;
  float: right;
  padding-left: 12px;
  text-align: right;
  font-size: 11px;
  font-family: "Univers N W01 320 Cd Lt";
}
.more .arrow {
  float: left;
  margin-right: 3px;
  width: 12px;
  height: 12px;
  background: url('../images/fleche-tous@2x.png') 0 0 no-repeat;
  background-size: 100%;
}
.h2-like {
  font-size: 1.5em;
  display: block;
  margin-bottom: 10px;
  color: #000000;
  font-family: "UniversNW01-620CdBold";
  text-transform: uppercase;
}
#bdsorties .h2-like,
#bdhero .h2-like,
.agenda .h2-like,
#follow-dargaud .h2-like {
  margin-left: 15px;
}
.h2-like.padded {
  margin-left: 15px;
}
.h3-like {
  font-size: 1em;
  margin-top: 6px;
  color: #000000;
  font-family: "Univers Next W01 Light";
  text-transform: uppercase;
}
.h4-like {
  font-size: 0.75em;
  color: #818181;
  font-family: "UniversNW01-620CdBold";
}
.h2-like {
  line-height: 1em;
}
.h3-like,
.h4-like {
  display: block;
  line-height: 1.3em;
}
.header-content {
  margin: -5px auto 0;
  padding: 15px;
  width: 1020px;
}
.header-content.coin::after {
  right: -5px;
}
.header-content .breadcrumb {
  margin-bottom: 3px;
}
.header-content .breadcrumb ul {
  margin-top: -5px;
  padding: 0;
}
.header-content .breadcrumb ul li {
  font-size: 0.625em;
  display: inline-block;
  line-height: 10px;
  zoom: 1;
  *display: inline;
}
.header-content .breadcrumb ul li a.active {
  color: #0988ad;
}
.header-content .breadcrumb ul li span {
  margin-right: 5px;
}
.header-content .page-title,
.header-content .breadcrumb {
  display: inline-block;
  padding: 0 5px;
  background: #fff;
}
.header-content .page-title {
  font-size: 2.25em;
  text-transform: uppercase;
}
.header-content.header-content-album {
  margin-bottom: 30px;
}
.header-content.header-content-album .page-title .page-title-container {
  display: block;
  min-height: 43px;
  line-height: 43px;
}
.header-content.header-content-album .page-title .page-title-container .page-title-serie,
.header-content.header-content-album .page-title .page-title-container .page-title-album {
  display: inline;
  vertical-align: middle;
  line-height: normal;
}
.header-content.header-content-album .page-title .page-title-container .page-title-album {
  font-size: 0.6666666666666666em;
}
#google-maps {
  position: relative;
}
#google-maps .errorGMaps {
  background: #e4e4e4;
  font-family: "UniversNW01-231BThinIt";
  font-size: 1.125em;
  left: 0;
  padding: 25px;
  position: absolute;
  right: 0;
  text-align: center;
}
.agenda,
#bdcatalogue {
  margin-top: 30px;
}
.feuilleter {
  font-size: 0.625em;
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 25px 0 0 6em;
  height: 36px;
  background: url('../images/feuilleter.png') left top no-repeat;
  color: #d93f4f;
}
.feuilleter .more-info {
  margin-left: 5px;
  padding-left: 5px;
  background: url('../images/sep-blanc.png') left center no-repeat;
  color: #fff;
}
.search-form {
  position: relative;
  padding: 24px 15px;
}
.search-form.fixedWidth {
  width: 220px;
}
.search-form input[type="text"] {
  padding-left: 5px;
  width: 160px;
  height: 20px;
  border: 1px solid #cccccc;
  background: #fff;
}
.search-form input[type="submit"] {
  width: 24px;
  height: 20px;
  border-radius: 0 5px 5px 0;
  background: #cccccc;
  color: #000000;
  text-transform: uppercase;
  font-family: "UniversNW01-620CdBold";
  line-height: 20px;
  cursor: pointer;
  -webkit-appearance: none;
}
.search-form input[type="text"],
.search-form input[type="submit"] {
  float: left;
}
.search-form .barElement {
  display: inline-block;
  float: right;
}
.search-form label.barElement {
  float: none;
  margin-right: 5px;
  font-family: "Univers Next W01 Light";
  font-size: 14px;
}
.search-form.searchBar.onRight {
  float: right;
  padding-bottom: 0px;
}
.social .icons {
  display: inline-block;
  width: 28px;
  height: 28px;
}
.concours {
  position: relative;
  height: 115px;
  background: #406277;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3) inset;
}
.concours img {
  margin: 3px 0 0 3px;
}
.concours a {
  float: left;
}
.concours .text {
  font-size: 1em;
  padding: 20px 10px 0 12px;
  width: 150px;
  color: #fff;
  font-family: "UniversNW01-420CdRegula";
  line-height: 1.2;
}
.concours .arrow {
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 18px;
  height: 18px;
  background: url('../images/fleche@2x.png') right center no-repeat;
  background-size: 100%;
}
.envie-bd {
  position: relative;
  border: 1px solid #81beb7;
  background: #81beb7;
}
.envie-bd:hover {
  text-decoration: none;
  border-color: #0988ad;
  background-color: #0988ad;
}
.envie-bd .text {
  font-size: 1em;
  color: #fff;
  font-family: "Univers Next W01 Light";
}
.envie-bd .arrow {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 18px;
  height: 18px;
  background: url('../images/fleche@2x.png') right center no-repeat;
  background-size: 100%;
}
.envie-bd span {
  padding-left: 10px;
}
.envie-bd img,
.envie-bd a {
  float: left;
}
.coin {
  position: relative;
}
.coin::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 21px;
  height: 21px;
  background: url('../images/bg-frame.png') 0 0 no-repeat;
  content: '';
}
.coin-left {
  position: relative;
}
.coin-left::after {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 21px;
  height: 21px;
  background: url('../images/bg-frame-left.png') 0 0 no-repeat;
  content: '';
}
.flex-direction-nav {
  position: absolute;
  top: 0;
  right: 15px;
}
.flex-direction-nav li {
  float: left;
}
.flex-direction-nav a {
  float: left;
  width: 20px;
  height: 18px;
  outline: none;
  background: url('../images/flex-arrow-left.png') 0 0 no-repeat;
  text-indent: -9999px;
}
.flex-direction-nav a.flex-next {
  margin-left: 15px;
  background: url('../images/flex-arrow-right.png') 0 0 no-repeat;
}
.icone-mobile {
  display: none !important;
}
.nav-mobile {
  display: none;
}
.encart-info {
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-family: "UniversNextW01-Regular";
}
.encart-info strong {
  font-family: "Univers Next W01 Bold";
}
.encart-info.big {
  font-size: 0.875em;
  top: 0;
  left: 10px;
  padding: 5px 25px;
  width: 165px;
  height: 45px;
  background: url('../images/big-actu-infos.png') 0 0 no-repeat;
}
.encart-info.small {
  font-size: 0.6875em;
  padding: 6px 8px 6px 12px;
  min-width: 105px;
  height: 35px;
  background: url('../images/actu-infos.png') right 0 no-repeat;
  background-size: 100%;
  text-align: right;
  font-family: "UniversNW01-620CdBold";
}
.encart-info.small.in-folder {
  background-image: url('../images/actu-dossier.png');
}
.encart-info .date {
  display: block;
  color: #ada18b;
  font-size: 10px;
}
/* --------------------------------------------------
	= Jquery UI
--------------------------------------------------  */
#ui-id-1 {
  z-index: 9999;
}
.ui-widget-content {
  border-color: #cccccc;
  border-radius: 0 !important;
  background: #fff;
}
.ui-autocomplete-category {
  padding: 5px 8px;
  width: 100%;
  background: #ada18b;
  color: #fff;
  font-family: "Univers Next W01 Bold";
}
.ui-widget-content {
  border: none;
}
.ui-menu .ui-menu-item {
  padding-left: 8px !important;
}
.ui-menu .ui-menu-item:hover {
  border: none;
}
.ui-menu .ui-menu-item a {
  padding: 2px .4em 2px 10px !important;
  color: #000000;
  text-transform: none;
  cursor: pointer;
  background: url('../images/search-cross.png') left center no-repeat;
}
.ui-menu .ui-menu-item a:hover {
  border: none;
}
.ui-autocomplete-category,
.ui-menu .ui-menu-item a {
  font-size: 12px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none !important;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  margin: 0 !important;
  font-weight: normal;
}
/* --------------------------------------------------
  = LAYOUT
--------------------------------------------------  */
.addThisRight {
  float: right;
  height: 30px;
  width: 276px;
}
.addThisRight:after {
  content: '';
  clear: both;
  display: block;
}
.header {
  width: 100%;
  position: relative;
  z-index: 9999;
}
.header .exemple {
  display: block;
  color: #fff;
  text-transform: none;
  font-size: 12px;
  font-family: "Univers Next W01 Light";
}
.header .exemple:hover {
  text-decoration: underline;
}
.header .top {
  margin-bottom: 15px;
  background: #000000;
  height: 69px;
}
.header .container > div {
  float: left;
  /* padding-right: 13px;
			padding-left: 13px;
			background: url('../images/header-border.png') left center no-repeat;*/

}
.header .container .header-items {
  float: right;
}
.header .container .header-items > div {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  padding-right: 13px;
  padding-left: 13px;
  background: url('../images/header-border.png') left center no-repeat;
}
.header .container #logo {
  padding-right: 13px;
  padding-left: 13px;
  padding: 0 15px 16px;
  background: #fff;
}
.header .container #logo a:hover {
  color: #000000;
  text-decoration: none;
}
.header .container #logo img {
  padding: 0 0 8px;
}
.header .container #logo .baseline {
  font-size: 0.6875em;
  display: block;
  letter-spacing: 3px;
  font-family: "UniversNW01-230BThin";
}
.header .container .newsletter {
  padding-top: 12px;
  padding-bottom: 12px;
  background: none;
}
.header .container .newsletter a:first-child {
  font-size: 0.75em;
  display: block;
  padding-left: 40px;
  background: url('../images/picto-mail.png') left center no-repeat;
  color: #f3be03;
  font-family: "UniversNW01-620CdBold";
  line-height: 1.2;
}
.header .container .social {
  padding: 5px 15px 0;
  width: 92px;
}
.header .container .panier {
  padding-top: 8px;
  width: 108px;
}
.header .container .panier a {
  font-size: 0.75em;
  display: block;
  padding-top: 28px;
  background: url('../images/picto-panier.png') center top no-repeat;
  color: #fff;
  text-align: center;
  font-family: "UniversNW01-620CdBold";
}
.header .container .login {
  padding-top: 8px;
  padding-right: 0;
  width: 170px;
}
.header .container .login p {
  margin-bottom: 8px;
  color: #f3be03;
  font-family: "UniversNW01-620CdBold";
  text-transform: uppercase;
}
.header .container .login .inscription,
.header .container .login .connexion {
  display: inline-block;
  margin-bottom: 3px;
  color: #fff;
  font-family: "UniversNW01-620CdBold";
}
.header .container .login p,
.header .container .login .inscription,
.header .container .login .connexion {
  font-size: 0.75em;
}
.header .container .login .inscription {
  padding-right: 10px;
  background: url('../images/sep-blanc.png') right center no-repeat;
}
.header .container .login .connexion {
  padding-left: 10px;
}
.header .container .login li {
  display: inline;
}
.header .container .login .logg {
  position: relative;
  z-index: 15;
}
.header .container .login .logg img {
  float: left;
  margin-right: 10px;
}
.header .container .login .logg a {
  font-size: 0.75em;
  display: block;
  color: #fff;
  text-align: left;
  font-family: 'UniversNW01-620CdBold';
}
.header .container .login .logg .open-close {
  position: absolute;
  top: 7px;
  right: 0;
  width: 25px;
  height: 40px;
  background: url('../images/login-nav.png') 5px 5px no-repeat;
}
.header .container .login .logg .open-close:hover,
.header .container .login .logg .open-close.active {
  width: 25px;
  height: 32px;
  background-color: #f3be03;
  background-position: 5px -5px;
}
.header .container .login .logg .open-close:hover + .club-navigation,
.header .container .login .logg .open-close.active + .club-navigation {
  display: block;
}
.header .container .login .logg .club-navigation:hover {
  display: block;
}
.header .container .login .club-navigation {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 3;
  display: none;
  margin-top: 7px;
  padding: 6px 12px 12px;
  width: 156px;
  height: auto;
  background: #f3be03;
}
.header .container .login .club-navigation li:first-child a {
  border-top: 0;
}
.header .container .login .club-navigation .notification {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/notification.png') 0 0 no-repeat;
  color: #f3be03;
  vertical-align: top;
  text-align: center;
  line-height: 20px;
}
.header .container .login .club-navigation a {
  padding: 5px 0;
  border-top: 1px dotted #000000;
  color: #000000;
  font-size: 11px;
  line-height: 20px;
}
.header .container .login .club-navigation a.disconnect {
  font-size: 10px;
  font-family: 'UniversNW01-230BThin';
}
.main-nav {
  position: relative;
  padding: 0 15px;
  height: 35px;
}
.main-nav .main-links {
  display: inline;
  padding: 0 10px;
  background: url('../images/sep.png') left 4px no-repeat;
}
.main-nav .main-links:hover > a {
  padding-bottom: 16px;
  background: url('../images/main-nav-hover.png') bottom center no-repeat;
  text-decoration: none;
}
.main-nav .main-links:hover .subnav {
  display: block;
}
.main-nav .main-links:first-child {
  padding-left: 0;
  background: none;
}
.main-nav .main-links > a {
  font-size: 0.875em;
  display: inline-block;
  vertical-align: top;
  font-family: "Univers N W01 320 Cd Lt";
}
.main-nav .main-links > a:hover,
.main-nav .main-links > a.active {
  padding-bottom: 16px;
  background: url('../images/main-nav-hover.png') bottom center no-repeat;
  text-decoration: none;
}
.main-nav .main-links > a.home {
  display: inline-block;
  text-indent: -9999px;
  width: 17px;
  height: 15px;
  background: url('../images/picto-home.png') 0 0 no-repeat;
}
.main-nav .main-links > a.home:hover,
.main-nav .main-links > a.home.active {
  border-bottom: 5px solid #0988ad;
  padding-bottom: 28px;
}
.main-nav .subnav {
  position: absolute;
  top: 30px;
  z-index: 999;
  min-height: 365px;
  display: none;
  width: 990px;
  border-top: 3px solid #0988ad;
  border-bottom: 3px solid #0988ad;
  background: #fff;
}
.main-nav .subnav .panel-left {
  float: left;
  width: 29.79%;
}
.main-nav .subnav .subnav-title {
  position: absolute;
  width: 295px;
  font-size: 3em;
  display: block;
  padding: 15px 0 15px 15px;
  color: #0988ad;
  text-align: left;
  font-family: 'UniversNW01-220CdThin';
  line-height: 48px;
}
.main-nav .subnav .tabs {
  margin-top: 125px;
  float: left;
  width: 29.79%;
}
.main-nav .subnav .tabs li {
  background: none;
}
.main-nav .subnav .tabs a {
  font-size: 0.875em;
  display: block;
  padding: 8px 0 8px 30px;
  width: 100%;
  background: url('../images/fleche-subnav.png') 10px center no-repeat;
  font-family: "Univers N W01 320 Cd Lt";
}
.main-nav .subnav .tabs a:hover,
.main-nav .subnav .tabs a.active {
  background: url('../images/fleche-subnav-hover.png') 11px center #f2f2f2 no-repeat;
  color: #0988ad;
  text-decoration: none;
}
.main-nav .subnav .tab {
  display: none;
  float: right;
  padding: 15px 15px 15px 0;
  width: 70.21%;
  background: #f2f2f2;
}
.main-nav .subnav .tab.active {
  display: block;
}
.main-nav .subnav .bd {
  border-bottom: 0;
  float: left;
  margin-left: 15px;
  width: 22.5%;
}
.main-nav .subnav .bd .couverture {
  background: none;
  float: none;
  width: 140px;
}
.main-nav .subnav .bd .couverture .fleche {
  bottom: -1px;
  left: 10px;
  background: url('../images/fleche-bd-grey.png');
}
.main-nav .subnav .bd .couverture .couverture-wrapper {
  display: block;
  min-height: 184px;
  line-height: 184px;
  background: #ccc;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
}
.main-nav .subnav .bd .couverture img {
  display: inline-block;
  vertical-align: middle;
  max-height: 184px;
}
.footer {
  width: 990px;
  margin: auto;
}
.footer .footer-infos {
  padding: 13px 15px;
  width: 100%;
  background: #000000;
}
.footer .footer-infos li {
  display: inline;
  padding: 0 10px;
  background: url('../images/sep-blanc.png') left center no-repeat;
}
.footer .footer-infos li:first-child {
  padding-left: 0;
  background: none;
}
.footer .footer-infos a {
  font-size: 0.75em;
  display: inline-block;
  color: #fff;
  font-family: 'UniversNW01-620CdBold';
}
.footer .list a {
  font-size: 0.75em;
  color: #666;
  text-transform: none;
  font-family: 'UniversNW01-230BThin';
}
.footer .footer-dargaud {
  margin-top: 10px;
}
.footer .footer-dargaud .w240 {
  float: left;
  padding: 12px 15px 25px 10px;
  width: 24.01%;
  height: 150px;
  border-left: 1px dotted #818181;
}
.footer .footer-dargaud .w240.join {
  width: 27%;
}
.footer .footer-dargaud .h4-like {
  margin-bottom: 10px;
}
.footer .footer-dargaud .list a {
  padding-left: 15px;
  background: url('../images/footer-arrow.png') left center no-repeat;
}
.footer .footer-dargaud .list .login a {
  font-size: 0.6875em;
  text-transform: uppercase;
}
.footer .footer-dargaud .list .login a:first-child {
  padding-right: 5px;
  border-right: 1px solid #818181;
}
.footer .footer-dargaud .list .login a:nth-child(2) {
  padding-left: 0;
  background: none;
}
.footer .footer-dargaud .list .exemple {
  display: block;
  padding-left: 15px;
}
.footer .footer-partenaires {
  margin: 15px auto 0;
  width: 70%;
}
.footer .footer-partenaires h4,
.footer .footer-partenaires .list {
  float: left;
}
.footer .footer-partenaires .h4-like,
.footer .footer-partenaires .list li,
.footer .footer-partenaires .list a {
  display: inline;
}
.footer .footer-partenaires .list li:first-child a {
  border-left: 0;
}
.footer .footer-partenaires .list li a {
  padding: 0 5px;
  border-left: 1px solid #818181;
}
.mediao,
.mediao .mediao__body {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.mediao .mediao__figure {
  float: left;
}
.mediao .mediao__figure img {
  display: block;
  margin: 0 !important;
}
.mediao .mediao__figure.imgExt {
  float: right;
}
.container.content_padding {
  width: 990px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .container.content_padding {
    width: 768px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .container.content_padding {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* --------------------------------------------------
	= Structure site
--------------------------------------------------  */
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 1020px;
}
.col-left {
  float: left;
  margin: 10px 0 30px;
  margin-left: 15px;
  width: 655px;
}
/*.sidebar {
	float: right;
	margin: 1px @gutter 30px 0;
	width: 320px;
}*/
.flux-rss {
  font-size: 1em;
  display: block;
  font-family: "Univers N W01 320 Cd Lt";
  line-height: 28px;
}
.flux-rss img {
  float: left;
  margin-right: 5px;
}
.listing a {
  font-size: 0.875em;
  padding-left: 1.5em;
  background: url('../images/fleche-subnav.png') left center no-repeat;
  text-transform: none;
}
.bloc {
  margin-bottom: 2em;
  padding: 10px;
  background: #fff;
}
.bloc.likeContainer {
  padding: 0;
}
.bloc.bg_noir {
  background: #000;
}
.bloc.bg_noir .h2-like {
  color: #fff;
}
.keywords {
  text-transform: none;
}
.keywords :nth-child(4n+2) {
  font-family: "Univers Next W01 Medium";
}
.keywords :nth-child(4n+3) {
  font-size: 0.75em;
  font-family: "Univers Next W01 Bold";
}
.keywords :nth-child(4n+4) {
  font-family: "Univers Next W01 Bold";
}
.keywords :nth-child(4n+1),
.keywords :nth-child(4n+2),
.keywords :nth-child(4n+4) {
  font-size: 1.5em;
}
.article-title.title-wallpaper {
  margin: 15px 0 0 15px;
}
/* --------------------------------------------------
	= SLIDER
--------------------------------------------------  */
#slider {
  margin-bottom: 15px;
  padding: 15px 15px 0;
}
#slider .flex-direction-nav {
  position: static;
}
#slider .flex-direction-nav a {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 58px;
  height: 41px;
  background: url('../images/big-slider-left.png') 0 0 no-repeat;
}
#slider .flex-direction-nav a.flex-prev {
  left: 0;
}
#slider .flex-direction-nav a.flex-next {
  right: -1px;
  background: url('../images/big-slider-right.png') 0 0 no-repeat;
}
#slider .slides li {
  position: relative;
}
#slider .panel {
  position: absolute;
  top: 0;
  right: 0;
}
#slider .panel a {
  text-decoration: none;
  text-transform: none;
}
#slider .panel a:hover * {
  color: #0988ad !important;
}
#slider .couverture,
#slider .slide-info {
  float: left;
}
#slider .couverture {
  width: 193px;
  border-left: 3px solid #fff;
}
#slider .slide-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 280px;
}
#slider .slide-link .feuilleter {
  font-size: 0.625em;
  font-family: "Univers Next W01 Medium";
  text-transform: uppercase;
  float: left;
}
#slider .slide-link .feuilleter:hover {
  text-decoration: none;
}
#slider .slide-link .more-info {
  font-size: 0.625em;
  font-family: "Univers Next W01 Medium";
  float: left;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 34px;
  margin-left: 20px;
}
#slider .slide-link .more-info:hover {
  color: #81beb7;
}
#slider .slide-link .more-info.hasFeuilleteur:before {
  content: "|";
  color: #ffffff;
  margin-right: 15px;
}
#slider .slide-info {
  padding: 20px;
  width: 320px;
  height: 249px;
  background: #000000;
}
#slider .slide-info span,
#slider .slide-info p {
  color: #fff;
}
#slider .slide-info .slide-creator {
  font-size: 0.5625em;
  display: block;
  margin-bottom: 15px;
  font-family: "Univers Next W01 Bold";
}
#slider .slide-info .slide-title {
  color: #ffffff;
  font-size: 1.5625em;
  display: block;
}
#slider .slide-info .slide-title span {
  font-size: 18px;
}
#slider .slide-info .slide-disponibilite {
  font-size: 0.875em;
  display: block;
  margin-bottom: 10px;
  text-transform: none;
  font-family: "Univers Next W01 Light";
  color: #fff;
  position: absolute;
  bottom: 65px;
}
#slider .slide-info .feuilleter {
  font-size: 0.625em;
  font-family: "Univers Next W01 Medium";
  text-transform: uppercase;
  float: left;
}
#slider .slide-info .feuilleter:hover {
  text-decoration: none;
}
#slider .slide-info .more-info {
  font-size: 0.625em;
  font-family: "Univers Next W01 Medium";
  float: left;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 34px;
  margin-left: 20px;
}
#slider .slide-info .more-info:hover {
  color: #81beb7;
}
#slider .slide-info .more-info.hasFeuilleteur:before {
  content: "|";
  color: #ffffff;
  margin-right: 15px;
}
/* --------------------------------------------------
	= Actublog
--------------------------------------------------  */
#bdactualite :nth-child(2) {
  margin-top: 0;
}
#bdactualite .more {
  margin-top: 25px;
}
.actublog {
  margin-top: 15px;
}
.actublog .actublog-img {
  display: block;
  position: relative;
  margin-right: 15px;
  background-color: #ededed;
  min-width: 320px;
}
.actublog .actublog-img img {
  margin: 0 auto !important;
}
.actublog .actublog-img .encart-info.small {
  top: 10px;
  right: -10px;
}
.actublog .actublog-text {
  overflow: hidden;
  margin: 10px 0 5px;
  padding-bottom: 15px;
  height: 60px;
}
.actublog .actublog-text.without-image {
  height: auto;
  margin-bottom: 0;
}
.actublog.side {
  margin: 0 0 20px;
}
.actublog.side .actublog-img,
.actublog.side .text {
  margin: 0;
}
.actublog.side .actublog-img .encart-info.small {
  top: -10px;
  left: 10px;
  right: auto;
}
.actublog.side .info-bd span,
.actublog.side .info-bd .author {
  color: #000000;
}
.actublog.flash .encart-info.small {
  position: static;
  display: inline-block;
  background-image: url(../images/actu-infos-flash.png);
  min-width: 87px;
  height: 21px;
  padding: 4px 8px 6px 11px;
  float: left;
  margin-right: 5px;
}
.actublog.flash .text {
  float: none;
  margin-left: 0;
  width: auto;
  display: inline;
  text-transform: none;
}
.actublog.flash .text .actublog-text {
  height: auto !important;
  padding-bottom: 0;
  margin: 5px 0 0 !important;
  line-height: 1.6em;
  display: inline;
}
.actublog.flash .text .sep {
  margin-top: 10px;
}
/* --------------------------------------------------
	= Envie
--------------------------------------------------  */
#envie .lire-bd {
  margin-bottom: 15px;
  padding: 10px 15px 20px;
  width: 100%;
}
#envie .lire-bd .h2-like {
  display: block;
  margin-bottom: 10px;
  width: 200px;
}
#envie .lire-bd .envie-bd {
  display: block;
  margin-bottom: 1px;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
/* --------------------------------------------------
	= FICHE ALBUM
--------------------------------------------------  */
#albums {
  padding: 0 15px;
}
#albums .presentationAlbum {
  float: left;
  margin-top: 7px;
  width: 790px;
  margin-bottom: 30px;
}
#albums .couverture {
  float: left;
  margin-right: 15px;
  width: 320px;
}
#albums .couverture.reedition {
  position: relative;
}
#albums .couverture.reedition:before {
  background: url('../images/reedition.png') no-repeat center;
  content: "Réédition";
  display: block;
  font-size: 0;
  text-indent: -9999px;
  height: 85px;
  position: absolute;
  right: 0;
  top: 33px;
  width: 85px;
}
#albums .couverture + .body {
  float: left;
  width: 455px;
}
#albums .couverture time {
  font-size: 0.875em;
  background: #000000;
  display: block;
  color: #FFFFFF;
  font-family: "Univers Next W01 Bold";
  margin-bottom: 1px;
  padding: 9px 9px 7px;
}
#albums .couverture time.aparaitre {
  background: #f36d00;
}
#albums .couverture time.dernierparu {
  background: #ada18b;
}
#albums .couverture .couverture-wrapper {
  border-bottom: 1px dotted #7f7f7f;
  display: block;
  margin-bottom: 1px;
  min-height: 418px;
  line-height: 418px;
  background: #ccc;
  text-align: center;
}
#albums .couverture img {
  display: inline-block;
  vertical-align: middle;
}
#albums .couverture .feuilleter {
  font-size: 0.875em;
  background: url('../images/feuilleter-large.png') no-repeat center;
  color: #000000;
  font-family: "Univers Next W01 Bold";
  height: 56px;
  margin-top: 0;
  padding: 20px 0 0 66px;
  text-transform: uppercase;
}
#albums .couverture .player {
  font-size: 0.625em;
  background: url('../images/picto-player.png') no-repeat 2px center;
  display: block;
  margin-top: 25px;
  padding-left: 30px;
}
#albums .introAlbum {
  font-size: 0.75em;
}
#albums .introAlbum > li {
  margin-bottom: 1px;
}
#albums .introAlbum > li ul {
  display: inline;
}
#albums .introAlbum > li ul li {
  display: inline-block;
  font-family: "Univers Next W01 Bold";
  zoom: 1;
  *display: inline;
}
#albums .introAlbum > li ul li:before {
  content: ", ";
}
#albums .introAlbum > li ul li:first-child:before {
  content: "";
}
#albums .infosAlbums {
  font-size: 0.625em;
  background: url('../images/actu-border.png') no-repeat left top;
  font-family: "Univers Next W01 Light";
  margin-top: 15px;
  padding: 15px 0;
}
#albums .infosAlbums .genre {
  float: left;
  padding-top: 7px;
  width: 300px;
}
#albums .infosAlbums .genre span {
  background: url('../images/picto-genre.png') no-repeat left top;
  float: left;
  height: 32px;
  margin: -5px 5px 15px 0;
  width: 32px;
}
#albums .infosAlbums .genre ul li {
  display: inline-block;
  font-family: "Univers Next W01 Bold";
  zoom: 1;
  *display: inline;
}
#albums .infosAlbums .genre ul li:before {
  content: "/ ";
}
#albums .infosAlbums .genre ul li:first-child:before {
  content: "";
}
#albums .infosAlbums .public {
  padding-top: 7px;
}
#albums .infosAlbums .public span {
  background: url('../images/picto-public.png') no-repeat center;
  float: left;
  height: 32px;
  margin: -5px 5px 15px 0;
  width: 38px;
}
#albums .infosAlbums .public ul li {
  font-family: "Univers Next W01 Bold";
  zoom: 1;
  *display: inline;
}
#albums .infosAlbums .public ul li:before {
  content: "/ ";
}
#albums .infosAlbums .public ul li:first-child:before {
  content: "";
}
#albums .infosAlbums:after {
  background: url('../images/actu-border.png') no-repeat left top;
  content: "";
  display: block;
  height: 1px;
}
#albums p.h2-like {
  margin-bottom: 0.2em;
}
#albums a.read-more-after {
  margin-top: -20px;
}
#albums .formatAlbums {
  font-size: 0.625em;
  margin-top: -15px;
}
#albums .formatAlbums .pages {
  float: left;
  padding-top: 7px;
  width: 145px;
}
#albums .formatAlbums .pages span {
  background: url('../images/picto-pagination.png') no-repeat center;
  float: left;
  height: 32px;
  margin: -5px 5px 15px 0;
  width: 38px;
}
#albums .formatAlbums .pages strong {
  display: block;
  font-family: "Univers Next W01 Bold";
  text-transform: uppercase;
}
#albums .formatAlbums .format {
  float: left;
  padding-top: 7px;
  width: 145px;
}
#albums .formatAlbums .format span {
  background: url('../images/picto-format.png') no-repeat center;
  float: left;
  height: 32px;
  margin: -5px 5px 15px 0;
  width: 38px;
}
#albums .formatAlbums .format strong {
  display: block;
  font-family: "Univers Next W01 Bold";
}
#albums .formatAlbums .ean {
  float: left;
  padding-top: 7px;
  width: 145px;
  /*span {
				background: url('../images/picto-format.png') no-repeat center;
				float: left;
				height: 32px;
				margin: -5px 5px @gutter 0;
				width: 38px;
			}*/

}
#albums .formatAlbums .ean strong {
  display: block;
  font-family: "Univers Next W01 Bold";
}
#albums .venteAlbum {
  float: left;
  margin-left: 14px;
  width: 186px;
}
#albums .venteAlbum .rightItem {
  display: block;
  margin-bottom: 15px;
}
#albums .venteAlbum .rightItem:first-child {
  margin-top: 38px;
}
#albums .venteAlbum .trouver-libraire {
  font-size: 0.875em;
  background: url('../images/bg-trouver-libraires.png') no-repeat center;
  color: #fff;
  font-family: "UniversNW01-620CdBold";
  padding: 13px 20px 10px 66px;
}
#albums .venteAlbum .infosPrix {
  background: url('../images/bg-ajouter-au-panier.png') no-repeat center top;
  display: block;
}
#albums .venteAlbum .infosPrix strong {
  font-size: 1.5em;
  display: block;
  font-family: "Univers Next W01 Bold";
  margin-left: 66px;
  padding: 15px 0 13px;
  text-align: center;
  width: 117px;
}
#albums .venteAlbum .infosPrix a,
#albums .venteAlbum .infosPrix span.fakea {
  font-size: 0.875em;
  background: #000000 url('../images/bg-frame-left.png') no-repeat left bottom;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "UniversNW01-620CdBold";
  padding: 11px 0 9px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#albums .venteAlbum .infosPrix.disabled {
  background: url('../images/bg-ajouter-au-panier-disabled.png') no-repeat center top;
}
#albums .venteAlbum .infosPrix.disabled strong {
  color: #9a9a9c;
}
#albums .venteAlbum .infosPrix.disabled a,
#albums .venteAlbum .infosPrix.disabled span.fakea {
  background-color: #9a9a9c;
}
#albums .venteAlbum .izneo {
  font-size: 0.875em;
  background: url('../images/bg-izneo.png') no-repeat center bottom;
  color: #000000;
  font-family: "UniversNW01-620CdBold";
  padding-bottom: 122px;
  padding-top: 14px;
  text-align: center;
}
#albums .venteAlbum .alerte {
  font-size: 0.875em;
  border-top: 1px solid #f3be03;
  background: url('../images/bg-alerte-serie.png') no-repeat center bottom;
  color: #000000;
  font-family: "UniversNW01-620CdBold";
  padding: 13px 20px 10px 66px;
}
.voirSerie {
  font-size: 0.875em;
  background: #000000 url('../images/bg-frame-left.png') no-repeat left bottom;
  color: #ffffff;
  font-family: "UniversNW01-620CdBold";
  padding: 15px;
  display: block;
}
.voirSerie span {
  background: url('../images/fleche.png') no-repeat center;
  display: block;
  height: 15px;
  margin-top: 3px;
  width: 18px;
}
.autresTomes {
  /*position: relative;*/

}
.autresTomes .flex-direction-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 63px;
}
.autresTomes .flex-direction-nav li {
  height: 36px;
  left: 20px;
  position: absolute;
  width: 20px;
}
.autresTomes .flex-direction-nav li a {
  background: url('../images/pagi_prev_collaboration.png') no-repeat center;
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
}
.autresTomes .flex-direction-nav li + li {
  left: auto;
  right: 20px;
}
.autresTomes .flex-direction-nav li + li a {
  background: url('../images/pagi_next_collaboration.png') no-repeat center;
  margin-left: 0;
}
.autresTomes .flexslider-autresTomes {
  margin: 0 auto;
  width: 885px;
}
.autresTomes .flexslider-autresTomes .slides {
  padding-top: 22px;
}
.autresTomes .flexslider-autresTomes .slides .bd {
  margin-top: 25px;
  margin-left: 30px;
  width: 153px;
}
.autresTomes .flexslider-autresTomes .slides .bd .info-bd {
  background: none;
}
.autresTomes .flexslider-autresTomes .slides .bd .couverture {
  float: none !important;
  position: relative;
  width: 153px !important;
  height: 203px;
}
.autresTomes .flexslider-autresTomes .slides .bd .couverture .aparaitre,
.autresTomes .flexslider-autresTomes .slides .bd .couverture .dernierparu {
  font-size: 0.6875em;
  color: #ffffff;
  font-family: "Univers Next W01 Bold";
  height: 22px;
  left: 0;
  line-height: 22px;
  position: absolute;
  padding: 0 8px;
  right: 0;
  top: -22px;
}
.autresTomes .flexslider-autresTomes .slides .bd .couverture .aparaitre {
  background: #f36d00;
}
.autresTomes .flexslider-autresTomes .slides .bd .couverture .dernierparu {
  background: #ada18b;
}
.autresTomes .flexslider-autresTomes .slides .bd .couverture .fleche {
  position: absolute;
  bottom: 0;
  left: 5px;
}
.autresTomes .flexslider-autresTomes .slides .bd .couverture .couverture-wrapper {
  display: block;
  min-height: 203px !important;
  line-height: 203px !important;
  background: #ccc;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
.autresTomes .flexslider-autresTomes .slides .bd .couverture img {
  display: inline-block;
  vertical-align: middle;
  max-height: 203px !important;
}
.autresTomes .flexslider-autresTomes .slides .bd:first-child {
  margin-left: 0;
}
.avisLibraires {
  border: 2px solid #ada18b;
  margin: 0 0 15px;
  /* margin: 9px 0 @gutter;
	width: 320px; */

}
.avisLibraires p.h2-like {
  background: #ada18b;
  color: #ffffff;
  height: 62px;
  line-height: 1.1em;
  padding: 5px 11px;
}
.avisLibraires ul {
  padding: 10px 15px;
}
.avisLibraires ul li {
  background: url('../images/actu-border.png') no-repeat left bottom;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.avisLibraires ul li p.libraire {
  font-size: 0.875em;
  font-family: "Univers N W01 320 Cd Lt";
  text-transform: uppercase;
}
.avisLibraires ul li p.libraire strong {
  font-family: "UniversNW01-620CdBold";
  text-transform: uppercase;
}
.avisLibraires ul li p.libraire a {
  font-size: 0.6875em;
  float: right;
  text-decoration: underline;
}
.avisLibraires ul li p.libraire a:before {
  content: "+";
  text-decoration: none;
}
.avisLibraires ul li p + p span {
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  height: 19px;
  margin-right: 6px;
  width: 18px;
  zoom: 1;
  *display: inline;
}
.avisLibraires ul li p + p span.picto-libraire {
  background-image: url('../images/picto-libraire.png');
}
.avisLibraires ul li p + p span.picto-journaliste {
  background-image: url('../images/picto-journaliste.png');
}
.avisLibraires ul li.journaliste p + p span {
  background: url('../images/picto-journaliste.png') no-repeat left center;
}
.avisLibraires a.read-more-after {
  border: none;
  margin: 0px 20px 16px;
}
.col-decouverte {
  float: left;
  width: 320px;
  margin-left: 15px;
}
/* --------------------------------------------------
	= Styles BD
--------------------------------------------------  */
.bd {
  float: left;
  margin-bottom: 30px;
  margin-left: 15px;
  width: 187px;
  border-bottom: 1px dotted #000000;
}
.bd .h3-like {
  overflow: hidden;
  padding-top: 2px;
  height: 4em;
}
.bd .titre-album {
  display: inline-block;
  overflow: hidden;
  max-height: 2.3em;
  line-height: 1.2em;
}
.bd .tome {
  display: block;
}
.bd .couverture {
  position: relative;
  display: block;
}
.bd .couverture .fleche {
  position: absolute;
  width: 12px;
  height: 12px;
  background: url('../images/fleche-bd-blanc.png') 0 0 no-repeat;
  bottom: -1px;
  left: 14px;
}
.bd .nouveaute-info {
  float: left;
}
.info-bd {
  padding-bottom: 10px;
  background: url('../images/border-dark.png') left bottom no-repeat;
  height: 4em;
  max-height: 3.75em;
  margin-bottom: 15px;
  overflow: hidden;
}
.info-bd span {
  font-size: 0.625em;
  display: block;
}
.info-bd span.lieu {
  display: inline;
  font-family: "Univers Next W01 Bold";
  font-size: 1em;
}
.info-bd .author {
  font-family: "Univers Next W01 Bold";
}
.info-bd span,
.info-bd .author {
  color: #000000;
}
.info-bd.info-bd-noresize {
  height: auto;
  max-height: none;
  overflow: visible;
  padding-bottom: 0;
  margin-bottom: 0;
}
.info-bd.info-bd-noresize .info-bd-group {
  height: 3.75em;
  max-height: 3.75em;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#header .subnav .info-bd {
  height: 5.5em;
}
#serie-fiche .info-bd {
  height: 5em;
}
/* --------------------------------------------------
	= Bloc Large / BDsorties & Vidéos
--------------------------------------------------  */
.bloc-large {
  padding: 18px 0;
  background: #000000;
}
.bloc-large .h2-like,
.bloc-large .h3-like {
  color: #fff;
}
.bloc-large .bd {
  float: left;
  margin-bottom: 0;
  margin-left: 15px;
  width: 31.37%;
}
.player .h2-like {
  margin-left: 15px;
}
.player .couverture,
.player .nouveaute-info {
  float: left;
}
.player .bd {
  border-bottom: 0;
}
.player .couverture {
  margin-right: 10px;
  width: 50%;
}
.player .couverture .picto-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin: -20px 0 0 -20px;
  width: 39px;
  height: 39px;
  background: url('../images/picto-play.png') center no-repeat;
}
.player .nouveaute-info {
  position: relative;
  width: 35%;
  height: 105px;
}
.player .nouveaute-info .h3-like {
  position: absolute;
  bottom: 20px;
  left: 0;
  height: auto;
}
.player .flex-direction-nav {
  display: none;
}
#bdsorties .couverture {
  float: left;
  margin-right: 15px;
  width: 40%;
}
#bdsorties .couverture .fleche {
  top: 25px;
  right: 0;
  background: url('../images/fleche-nouveaute.png') 0 0 no-repeat;
}
#bdsorties .info-bd span,
#bdsorties .info-bd .story-draw {
  color: #fff;
}
#bdsorties .info-bd .author {
  color: #ffffff;
}
#bdsorties .nouveaute-info {
  position: relative;
  width: 50%;
}
#bdsorties .nouveaute-info .feuilleter {
  margin-top: 20px;
}
/* --------------------------------------------------
	= Bloc Heros
--------------------------------------------------  */
#bdhero {
  margin-top: 15px;
}
#bdhero .list-heros {
  padding: 0 15px;
}
#bdhero .hero-bloc {
  float: left;
  margin-left: 50px;
  width: 152px;
}
#bdhero .hero-bloc:first-child {
  margin-left: 15px;
}
#bdhero .hero-bloc img {
  margin: auto;
}
#bdhero .hero-bloc .nom-hero {
  font-size: 0.875em;
  display: block;
  padding-top: 10px;
  width: 100%;
  border-top: 1px dotted #000000;
  text-align: center;
  font-family: "Univers Next W01 Bold";
}
/* --------------------------------------------------
	= Bloc Agenda
--------------------------------------------------  */
.agenda {
  padding: 15px 0 12px;
}
.agenda .h2-like {
  width: 64%;
}
.agenda .agenda-news {
  float: left;
  margin-left: 15px;
  width: 31.37%;
}
.agenda .agenda-news .agenda-encart {
  font-size: 0.875em;
  padding: 10px;
  width: 85px;
  height: 85px;
  background: url('../images/agenda.png') right 0 no-repeat;
  background-size: 100%;
  color: #fff;
  text-align: center;
  font-family: "UniversNextW01-Regular";
}
.agenda .agenda-news .agenda-encart strong {
  font-family: "Univers Next W01 Bold";
}
.agenda .agenda-news .h3-like {
  height: 60px;
}
.agenda.agenda-col-droite .agenda-news {
  float: none;
  margin-right: 15px;
  margin-bottom: 15px;
  width: auto;
  zoom: 1;
}
.agenda.agenda-col-droite .agenda-news:before,
.agenda.agenda-col-droite .agenda-news:after {
  display: table;
  content: " ";
}
.agenda.agenda-col-droite .agenda-news:after {
  clear: both;
}
.agenda.agenda-col-droite .agenda-news .agenda-text {
  width: 65%;
}
.agenda.agenda-col-droite .more {
  margin-right: 15px;
}
.agenda .lieu {
  font-size: 0.75em;
  font-family: "Univers Next W01 Bold";
}
.agenda .agenda-encart,
.agenda .agenda-text {
  float: left;
}
.agenda .agenda-text {
  margin-left: 10px;
  width: 70%;
}
#serie-fiche .agenda .h2-like,
.agenda.agenda-album .h2-like {
  width: auto;
}
#serie-fiche .agenda .agenda-news,
.agenda.agenda-album .agenda-news {
  width: 47%;
}
#serie-fiche .agenda .agenda-text,
.agenda.agenda-album .agenda-text {
  width: 69%;
}
#serie-fiche .agenda .agenda-news + .more,
.agenda.agenda-album .agenda-news + .more {
  margin: 12px 20px 0 0;
  clear: both;
}
/* --------------------------------------------------
	= Bloc Boutique
--------------------------------------------------  */
.find-bookstore {
  float: left;
  margin: -30px 0 0 15px;
  width: 31.37%;
  height: 115px;
  border: 4px solid #cec7b9;
  background: url('../images/carte-bookstore.png') 15px 15px #ada18b no-repeat;
}
.find-bookstore a {
  font-size: 1.625em;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: "UniversNW01-220CdThin";
  height: 100%;
  line-height: 1;
  padding: 35px 0 0 105px;
  text-transform: uppercase;
  width: 100%;
}
.find-bookstore a strong {
  display: block;
  font-size: 18px;
  font-family: "UniversNW01-620CdBold";
  text-transform: uppercase;
}
.find-bookstore a:hover {
  color: #fff;
}
.find-bookstore p {
  font-size: 2.25em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "UniversNW01-220CdThin";
  line-height: 1;
}
.find-bookstore .bookstore-search {
  float: right;
  margin-top: 5px;
  padding: 0;
  width: 182px;
}
.find-bookstore .bookstore-search input[type="text"] {
  width: 80%;
}
.find-bookstore .bookstore-search input[type="submit"] {
  -webkit-appearance: none;
}
#home .find-bookstore {
  float: right;
  margin: -45px 15px 0 15px;
}
/* --------------------------------------------------
	= Bloc Actuellement
--------------------------------------------------  */
#bdcatalogue {
  padding: 0 15px;
}
#bdcatalogue .more {
  margin-top: 10px;
}
#bdcatalogue .flexslider {
  padding-left: 15px;
}
#bdcatalogue .bd {
  margin-right: 15px;
  margin-left: 0;
}
#bdcatalogue .bd .couverture .fleche {
  bottom: -1px;
  left: 15px;
}
#bdcatalogue .bd .couverture .couverture-wrapper {
  display: block;
  min-height: 245px;
  line-height: 245px;
  background: #ccc;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
}
#bdcatalogue .bd .couverture img {
  display: inline-block;
  vertical-align: middle;
  max-height: 245px;
}
#bdcatalogue .bd .info-bd {
  display: block;
  margin-top: 5px;
  background: none;
}
.bd-actions {
  margin-bottom: 1px;
}
.bd-actions .feuilleter {
  margin-top: 0;
  padding: 0;
  width: 45px;
  background: url('../images/picto-feuilleter.png') 0 0 no-repeat;
}
.bd-actions .bd-panier {
  font-size: 0.875em;
  padding-right: 10px;
  width: 106px;
  background: url('../images/bd-panier.png') 0 0 no-repeat;
  text-align: right;
  font-family: "Univers Next W01 Bold";
  line-height: 43px;
}
.bd-actions .bd-panier.aparaitre {
  background: url('../images/bd-panier-chrono.png') no-repeat left top;
  color: #b8b8b8;
  cursor: pointer;
}
.bd-actions .bd-chrono {
  width: 46px;
  background: url('../images/bd-chrono.png') 0 0 no-repeat;
}
.bd-actions .aparaitre-frame {
  width: 42px;
  display: block;
  background: transparent;
}
.bd-actions .feuilleter,
.bd-actions .bd-panier,
.bd-actions .bd-chrono,
.bd-actions .aparaitre-frame {
  float: left;
  height: 36px;
}
/* --------------------------------------------------
	= Bloc Social Dargaud
--------------------------------------------------  */
#follow-dargaud {
  margin-bottom: 30px;
  padding: 15px 0;
  width: 990px;
}
#follow-dargaud .h2-like {
  width: 80%;
}
#follow-dargaud .flex-direction-nav {
  top: 20px;
}
#follow-dargaud .sliderFb .flex-direction-nav {
  z-index: 9000;
}
#follow-dargaud .icon-social {
  display: inline-block;
  width: 30px;
  height: 39px;
  vertical-align: top;
}
#follow-dargaud .icon-social.icon-tw {
  background: url('../images/follow-tw.png') 0 0 no-repeat;
}
#follow-dargaud .icon-social.icon-tw:hover,
#follow-dargaud .icon-social.icon-tw:focus,
#follow-dargaud .icon-social.icon-tw.active {
  background-image: url('../images/follow-tw-active.png');
}
#follow-dargaud .icon-social.icon-fb {
  margin-left: 2px;
  height: 39px;
  background: url('../images/follow-fb.png') 0 0 no-repeat;
}
#follow-dargaud .icon-social.icon-fb:hover,
#follow-dargaud .icon-social.icon-fb:focus,
#follow-dargaud .icon-social.icon-fb.active {
  background-image: url('../images/follow-fb-active.png');
}
#follow-dargaud .flexslider-tweet {
  padding: 0 15px;
}
#follow-dargaud .flexslider-tweet + .flexslider-tweet {
  display: none;
}
#follow-dargaud .sliderFb p {
  text-transform: none;
}
#follow-dargaud .tweet {
  float: left;
  margin: 0 20px 0 0;
  padding: 10px 15px;
  width: 305px !important;
  background: #fff;
}
#follow-dargaud .tweet p .date {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 4px;
}
#follow-dargaud .tweet .mediao__figure {
  max-width: 40%;
}
#follow-dargaud .tweet .mediao__body {
  padding-left: 15px;
  padding-top: 5px;
}
#follow-dargaud .link {
  color: #0988ad;
}
/* --------------------------------------------------
	= Theme Liste Albums
--------------------------------------------------  */
.list-albums .h2-like {
  margin-left: 15px;
}
.list-albums .bd {
  position: relative;
  margin-top: 30px;
  width: 47.0588%;
}
.list-albums .bd:nth-child(1),
.list-albums .bd:nth-child(2) {
  margin-top: 0;
}
.list-albums .bd:nth-child(even) {
  float: right;
  margin-right: 15px;
  margin-left: 0;
}
.list-albums .bd .h3-like {
  height: 40px;
}
.list-albums .bd .couverture {
  float: left;
  margin-right: 15px;
}
.list-albums .bd .couverture .fleche {
  top: 8px;
  right: -1px;
  left: auto;
  bottom: auto;
  background: url('../images/fleche-liste-white.png') 0 0 no-repeat;
}
.list-albums .bd .genre {
  font-size: 0.625em;
  display: block;
}
.list-albums .bd .citation {
  font-size: 1.5em;
  color: #d93f4f;
  font-family: 'UniversNW01-620CdBold';
}
.list-albums .bd .citation::before,
.list-albums .bd .citation::after {
  display: inline-block;
  width: 23px;
  height: 19px;
  content: '';
}
.list-albums .bd .citation::before {
  margin-right: 5px;
  background: url('../images/quote-left.png') left center no-repeat;
}
.list-albums .bd .citation::after {
  background: url('../images/quote-right.png') left center no-repeat;
}
.list-albums .bd h3 {
  margin-top: 10px;
}
.list-albums .bd .title,
.list-albums .bd .infos-dispo {
  font-family: "Univers Next W01 Bold";
}
.list-albums .bd .title {
  font-size: 1em;
  margin-top: 12px;
}
.list-albums .bd .infos-dispo {
  font-size: 0.75em;
  float: left;
  width: 50%;
  line-height: 1.2;
}
.list-albums .bd .info-bd {
  background: none;
}
.list-albums .bd .bd-actions {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* --------------------------------------------------
	= Fond d'écran
--------------------------------------------------  */
#fondecran .bd {
  width: 228px;
  height: 222px;
}
#fondecran .wallpaper {
  margin: 25px auto 30px;
  width: 990px;
}
#fondecran .wallpaper .article-title {
  float: left;
}
#fondecran .wallpaper .btn-back {
  float: right;
  width: 195px;
  background: url('../images/btn-back-wallpaper.png') 0 0 no-repeat;
}
#fondecran .wallpaper .col-left {
  margin: 0;
  width: 736px;
}
#fondecran .wallpaper .personnaliser {
  float: right;
  width: 238px;
}
#fondecran .wallpaper .personnaliser p {
  margin-top: 10px;
  text-align: center;
}
#fondecran .wallpaper .personnaliser p strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
#fondecran .wallpaper .personnaliser .size {
  margin-top: 20px;
}
#fondecran .wallpaper .personnaliser .size .size-item a {
  font-size: 0.875em;
  display: block;
  padding: 8px 0 5px 0;
  border-bottom: 1px dotted #000000;
  text-align: center;
}
#fondecran .wallpaper .personnaliser .size .size-item:first-child a {
  border-top: 1px dotted #000000;
}
#fondecran .wallpaper .personnaliser .frame {
  margin-top: 15px;
  padding: 10px 20px;
}
#fondecran .wallpaper .personnaliser .bd {
  float: none;
  margin: 0;
  padding: 3px 3px 0;
  width: auto;
  height: auto;
  border-bottom: 0;
  background: #fff;
}
#fondecran .wallpaper .personnaliser .bd .fleche {
  bottom: -1px;
  left: 10px;
}
#fondecran .wallpaper .personnaliser .bd .info-bd {
  background: none;
}
#fondecran .wallpaper .personnaliser .bd-actions {
  border-bottom: 1px dotted #000000;
}
#fondecran .wallpaper .personnaliser .alerte-chrono {
  display: block;
  float: none;
  margin-top: 5px;
  margin-left: -3px;
  width: 196px;
  line-height: 22px;
}
#fondecran .wallpaper #carousel {
  position: relative;
  margin-top: 15px;
}
#fondecran .wallpaper #carousel .slides {
  padding-top: 10px;
}
#fondecran .wallpaper #carousel li {
  margin-right: 10px;
  border: 3px solid transparent;
  cursor: pointer;
}
#fondecran .wallpaper #carousel li.flex-active-slide {
  position: relative;
  border: 3px solid #000000;
}
#fondecran .wallpaper #carousel li.flex-active-slide::before {
  position: absolute;
  top: -9px;
  left: 45%;
  width: 20px;
  height: 20px;
  background: url('../images/carousel-arrow.png') 0 0 no-repeat;
  content: '';
}
#fondecran .wallpaper #carousel .flex-direction-nav {
  position: static;
}
#fondecran .wallpaper #carousel .flex-direction-nav a {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 56px;
  height: 41px;
  background: url('../images/big-slider-left.png') 0 0 no-repeat;
  background-size: 100%;
}
#fondecran .wallpaper #carousel .flex-direction-nav a.flex-prev {
  left: -16px;
}
#fondecran .wallpaper #carousel .flex-direction-nav a.flex-next {
  right: -15px;
  background: url('../images/big-slider-right.png') 0 0 no-repeat;
}
/* --------------------------------------------------
	= Catalogue
--------------------------------------------------  */
#galerie-auteur {
  padding: 15px 15px 30px;
  margin-bottom: 25px;
}
#galerie-auteur .flexslider-galerie {
  position: relative;
}
#galerie-auteur .flexslider-galerie .flex-viewport {
  background: url('../images/border-white.png') repeat-x left bottom;
  margin-bottom: 10px;
}
#galerie-auteur .flexslider-galerie .flex-control-nav {
  bottom: -25px;
  position: absolute;
  height: 6px;
  left: 50%;
  margin-left: -158px;
  text-align: center;
  width: 310px;
  z-index: 200;
}
#galerie-auteur .flexslider-galerie .flex-control-nav li {
  display: inline-block;
  *display: inline;
  text-indent: -9999px;
  height: 6px;
  margin-left: 6px;
  width: 6px;
  zoom: 1;
}
#galerie-auteur .flexslider-galerie .flex-control-nav li:first-child {
  margin-left: 0;
}
#galerie-auteur .flexslider-galerie .flex-control-nav li:hover a,
#galerie-auteur .flexslider-galerie .flex-control-nav li a.flex-active {
  background: #0988ad;
}
#galerie-auteur .flexslider-galerie .flex-control-nav li a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #ffffff;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
}
#galerie-auteur .flexslider-galerie .flex-direction-nav {
  display: block;
  bottom: -30px;
  left: 175px;
  right: 175px;
  top: auto;
  z-index: 300;
}
#galerie-auteur .flexslider-galerie .flex-direction-nav li + li {
  float: right;
}
#galerie-auteur .flexslider-galerie .flex-direction-nav .flex-prev {
  background: url('../images/flex-arrow-left-white.png') no-repeat left top;
}
#galerie-auteur .flexslider-galerie .flex-direction-nav .flex-next {
  background: url('../images/flex-arrow-right-white.png') no-repeat left top;
}
#galerie-auteur .slides li {
  margin-left: 17px;
}
#galerie-auteur .slides li:first-child {
  margin-left: 0;
}
#galerie-auteur .slides li a {
  color: #ffffff;
}
#galerie-auteur .slides li p {
  font-size: 1em;
  margin: -5px auto 10px;
  text-transform: uppercase;
}
#galerie-auteur .slides li p em {
  font-size: 0.625em;
  display: block;
  font-family: "Univers Next W01 Bold";
}
#auteurs.catalogue .bd {
  height: 272px;
}
#auteurs.catalogue .bd .h3-like {
  margin-bottom: 5px;
}
#auteurs.catalogue .bd .info-bd {
  background: none;
}
#auteurs.article .photo-auteur {
  float: left;
  margin: 0 15px 0 0;
  position: relative;
}
#auteurs.article .photo-auteur:before {
  background: url('../images/bg-frame.png') no-repeat center;
  content: '';
  display: block;
  height: 21px;
  left: 0;
  position: absolute;
  top: 0;
  width: 21px;
  z-index: 90;
}
#auteurs.article .introAuteur {
  background: url('../images/actu-border.png') no-repeat 256px bottom;
  font-family: "UniversNextW01-LightIta";
  margin: 18px 0;
  padding-bottom: 12px;
}
#auteurs.article .introAuteur a {
  text-decoration: underline;
}
a.read-more-after,
a.read-more-after-univers,
a.read-less-after-univers,
a.read-more-bibliographie {
  font-size: 0.6875em;
  background: url('../images/arrow-bottom.png') no-repeat right 2px;
  border-bottom: 1px solid #000000;
  display: block;
  font-family: "Univers N W01 320 Cd Lt";
  margin-bottom: 30px;
  padding: 0 20px 2px 0;
  text-align: right;
}
a.read-more-bibliographie {
  margin-top: 5px;
}
a.read-more-bibliographie.active {
  background-image: url(../images/arrow-top.png);
}
a.read-less-after-univers {
  background-image: url(../images/arrow-top.png);
}
.catalogue .h2-like {
  margin: 15px 0 0 15px;
}
.catalogue .choix-genre {
  position: absolute;
  top: 0;
  right: 15px;
}
.catalogue .choix-genre span,
.catalogue .choix-genre .search-form {
  float: left;
}
.catalogue .choix-genre span {
  margin-right: 5px;
  line-height: 22px;
}
.catalogue .choix-genre .search-form {
  padding: 0;
  width: 190px;
}
.catalogue .abecedaire {
  position: relative;
  margin: 10px 15px 15px;
}
.catalogue .abecedaire::after {
  position: relative;
  top: -5px;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #000000;
  content: '';
}
.catalogue .abecedaire li {
  position: relative;
  float: left;
}
.catalogue .abecedaire li:first-child.special a {
  padding-left: 8px;
}
.catalogue .abecedaire a {
  font-size: 1.125em;
  position: relative;
  z-index: 99;
  display: block;
  padding: 0 13px;
  height: 44px;
  text-align: center;
  font-family: "UniversNW01-220CdThin";
  line-height: 44px;
}
.catalogue .abecedaire a:hover,
.catalogue .abecedaire a.active {
  height: 44px;
  background: url('../images/abecedaire-bg.png') no-repeat;
  color: #fff !important;
  line-height: 44px;
}
.catalogue .bd {
  margin-left: 15px;
  margin-right: 5px;
  width: 125px;
  height: 235px;
  /*&:first-child {
			margin-left: @gutter;
		}*/

}
.catalogue .bd .couverture .couverture-wrapper {
  display: block;
  min-height: 164px;
  line-height: 164px;
  background: #ccc;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
}
.catalogue .bd .couverture img {
  display: inline-block;
  vertical-align: middle;
  max-height: 164px;
}
.catalogue .bd .couverture .fleche {
  bottom: -1px;
  left: 10px;
}
.catalogue .bd .h3-like {
  font-size: 0.875em;
  height: auto;
  max-height: 2.9em;
  overflow: hidden;
}
.catalogue .bd .all-albums {
  float: none;
}
.all-albums {
  font-size: 0.6875em;
  float: right;
  padding-left: 15px;
  background: url('../images/fleche-taupe.png') left center no-repeat;
  color: #897d67;
  font-family: "Univers N W01 320 Cd Lt";
}
/* --------------------------------------------------
	= Catalogue Serie Liste
--------------------------------------------------  */
.catalogue-serie .parution {
  display: block;
  margin: 15px 0;
}
/* --------------------------------------------------
	= Tranche D'age
--------------------------------------------------  */
#tranche-age .chapo {
  width: auto;
}
#tranche-age .chapo img {
  float: right;
}
#tranche-age .chapo p::first-letter {
  float: left;
  padding: 5px 5px 0 0;
  font-size: 48px;
  font-family: "Univers Next W01 Bold";
}
#tranche-age .chapo p strong,
#tranche-age .chapo p b {
  font-family: "Univers Next W01 Medium";
}
#tranche-age .chapo p em,
#tranche-age .chapo p i {
  font-family: "UniversNextW01-LightIta";
}
#tranche-age .chapo p strong i,
#tranche-age .chapo p strong em,
#tranche-age .chapo p b i,
#tranche-age .chapo p b em,
#tranche-age .chapo p i strong,
#tranche-age .chapo p i b,
#tranche-age .chapo p em strong,
#tranche-age .chapo p em b {
  font-family: "UniversNextW01-MediumIt";
}
#tranche-age .bd {
  position: relative;
  float: none;
  width: 97%;
}
#tranche-age .bd .couverture {
  float: left;
  margin-right: 15px;
  width: 187px;
}
#tranche-age .bd .couverture .age-info {
  font-size: 0.625em;
  position: absolute;
  top: 10px;
  right: -10px;
  width: 95px;
  height: 35px;
  background: url("../images/actu-infos.png") 0 0 no-repeat;
  color: #ada18b;
  text-align: center;
  font-family: "Univers Next W01 Medium";
  line-height: 35px;
}
#tranche-age .bd .h3-like {
  margin-top: 15px;
}
#tranche-age .bd .more {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
/* --------------------------------------------------
	= Categorie Liste
--------------------------------------------------  */
.list-envie-bd {
  position: relative;
  z-index: 10;
  margin: 10px 15px 0;
  margin-top: 10px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #000000;
}
.list-envie-bd .envie-bd {
  float: left;
  margin: 10px 0 0 10px;
  width: 239px;
  height: 62px;
  border: 0;
  background-repeat: no-repeat;
}
.list-envie-bd .envie-bd .arrow {
  top: 20px;
  display: none;
}
.list-envie-bd .envie-bd .text {
  font-size: 1.125em;
  display: block;
  padding: 0 0 0 5em;
  text-align: left;
}
.list-envie-bd .envie-bd:first-child {
  margin-left: 0;
}
.list-envie-bd .envie-bd.new {
  background-image: url('../images/list-albums-new.png');
}
.list-envie-bd .envie-bd.new:hover,
.list-envie-bd .envie-bd.new.active {
  background-image: url('../images/list-albums-new-active.png');
}
.list-envie-bd .envie-bd.jeunesse {
  background-image: url('../images/list-albums-jeunesse.png');
  line-height: 62px;
}
.list-envie-bd .envie-bd.jeunesse:hover,
.list-envie-bd .envie-bd.jeunesse.active {
  background-image: url('../images/list-albums-jeunesse-active.png');
}
.list-envie-bd .envie-bd.complete {
  background-image: url('../images/list-albums-complete.png');
}
.list-envie-bd .envie-bd.complete:hover,
.list-envie-bd .envie-bd.complete.active {
  background-image: url('../images/list-albums-complete-active.png');
}
.list-envie-bd .envie-bd.classique {
  background-image: url('../images/list-albums-classique.png');
}
.list-envie-bd .envie-bd.classique:hover,
.list-envie-bd .envie-bd.classique.active {
  background-image: url('../images/list-albums-classique-active.png');
}
.list-envie-bd .envie-bd.new,
.list-envie-bd .envie-bd.complete,
.list-envie-bd .envie-bd.classique {
  padding-top: .5em;
}
.list-envie-bd .envie-bd.active,
.list-envie-bd .envie-bd:hover {
  position: relative;
  margin-top: 0;
  height: 82px;
  background-color: #0988ad;
}
.list-envie-bd .envie-bd.active .text,
.list-envie-bd .envie-bd:hover .text {
  padding-top: .5em;
}
.list-envie-bd .envie-bd.active::after,
.list-envie-bd .envie-bd:hover::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 11px;
  height: 5px;
  background: url("../images/main-nav-hover.png") no-repeat center bottom;
  content: '';
}
.choix-genre {
  margin: 15px 0 15px 15px;
}
.choix-genre span {
  font-size: 0.875em;
  float: left;
  font-family: 'UniversNW01-220CdThin';
}
.choix-genre .select2-container {
  float: left;
  margin: -3px 0 0 5px;
  width: 125px;
}
/* --------------------------------------------------
	= Bloc alerte / infos
--------------------------------------------------  */
.alerte-date {
  margin-top: 20px;
  margin-bottom: 15px;
  width: 990px;
  border-bottom: 1px dotted #000000;
}
.alerte-date > div {
  float: left;
  margin-left: 10px;
}
.alerte-date > div:first-child {
  margin-left: 0;
}
.alerte-date .title {
  font-size: 0.875em;
  display: block;
  font-family: 'UniversNW01-620CdBold';
}
.alerte-date .title,
.alerte-date p {
  text-align: center;
  line-height: 1.2;
}
.alerte-date .alerte {
  width: 240px;
  margin-left: 17px;
  padding-top: 15px;
}
.alerte-date .alerte .title,
.alerte-date .alerte p {
  text-align: left;
}
.alerte-date .alerte img {
  float: left;
  margin-right: 10px;
}
.alerte-date .alerte p {
  font-size: 0.75em;
}
.alerte-date .exclu,
.alerte-date .discover {
  padding: 15px 5px 0;
}
.alerte-date .exclu .arrow,
.alerte-date .discover .arrow {
  float: left;
  width: 12px;
  height: 9px;
}
.alerte-date .exclu .arrow.left,
.alerte-date .discover .arrow.left {
  background-image: url('../images/fleche-tous-left-white.png');
}
.alerte-date .exclu {
  width: 145px;
  height: 86px;
  background: #f3be03;
}
.alerte-date .exclu p {
  font-size: 0.875em;
}
.alerte-date .exclu .arrow {
  background: url('../images/fleche-tous.png') 0 0 no-repeat;
}
.alerte-date .exclu.exclu-ws {
  padding-left: 64px;
  position: relative;
  width: 210px;
}
.alerte-date .exclu.exclu-ws .picto {
  display: block;
  width: 58px;
  height: 84px;
  background: #ffffff url(../images/ws-logo-footer.png) center center no-repeat;
  position: absolute;
  top: 1px;
  left: 1px;
}
.alerte-date .discover {
  padding-left: 5px;
  width: 86px;
  height: 86px;
  background: #000000;
}
.alerte-date .discover.taupe {
  background-color: #ada18b;
}
.alerte-date .discover .title {
  color: #fff;
}
.alerte-date .discover .arrow {
  background: url('../images/fleche-tous-white.png') 0 0 no-repeat;
}
/* --------------------------------------------------
	= Carousel-dates
--------------------------------------------------  */
.carousel-dates {
  position: relative;
  margin-top: -10px;
  padding: 0 40px 0 30px;
  width: 348px;
}
#aparaitre .carousel-dates {
  float: right;
}
#nouveaute-bd .carousel-dates {
  margin-left: 15px;
}
.carousel-dates .flex-viewport {
  padding-bottom: 10px;
}
.carousel-dates .flex-direction-nav {
  position: static;
}
.carousel-dates .flex-direction-nav a {
  position: absolute;
  top: 10px;
  width: 30px;
  height: 86px;
  background-color: #e5e5e5;
  background-position: center;
}
.carousel-dates .flex-direction-nav a.flex-prev {
  left: -10px;
}
.carousel-dates .flex-direction-nav a.flex-next {
  right: 0;
}
.carousel-dates li {
  margin-right: 10px;
}
.carousel-dates .bloc-date {
  font-size: 1.875em;
  position: relative;
  display: block;
  margin-top: 10px;
  width: 86px;
  height: 86px;
  background: #000000;
  color: #fff;
  text-align: center;
  font-family: 'UniversNW01-620CdBold';
  transition: all linear .2s;
}
.carousel-dates .bloc-date .date {
  display: block;
}
.carousel-dates .bloc-date .number {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 10px 0;
  width: 100%;
  background: #ada18b;
  text-transform: none;
  font-family: "Univers Next W01 Medium";
}
.carousel-dates .bloc-date .date,
.carousel-dates .bloc-date .number {
  display: block;
  font-size: 12px;
}
.carousel-dates .bloc-date.active,
.carousel-dates .bloc-date:hover {
  margin-top: 0;
  padding-top: 6px;
  height: 105px;
  background: #0988ad;
}
.carousel-dates .bloc-date.active .number,
.carousel-dates .bloc-date:hover .number {
  padding: 15px 0;
  background: #065f79;
  color: white;
}
.carousel-dates .bloc-date.active::before,
.carousel-dates .bloc-date:hover::before {
  position: absolute;
  bottom: -12px;
  left: 50%;
  z-index: 10;
  width: 11px;
  height: 5px;
  background: url("../images/main-nav-hover.png") no-repeat center bottom;
  content: '';
}
.carousel-dates .bloc-date.active .dateContent,
.carousel-dates .bloc-date:hover .dateContent {
  color: white;
  transition: color linear .2s;
}
.carousel-dates .bloc-date:hover .dateContent {
  color: white;
}
#nouveaute-bd .bloc-right {
  float: right;
}
#nouveaute-bd .bloc-right .discover {
  float: left;
  margin-right: 15px;
}
#nouveaute-bd .bloc-right .discover.taupe {
  margin-right: 0;
}
/* --------------------------------------------------
	= A paraître / Nouveautés BD
--------------------------------------------------  */
.nouveaute-aparaitre .h2-like {
  margin-left: 15px;
}
.nouveaute-aparaitre .les-sorties {
  margin: 0 10px 10px 15px;
}
.nouveaute-aparaitre .les-sorties h3 {
  font-size: 1.125em;
  display: inline-block;
  margin-top: 3px;
  padding: 5px 5px 0 0;
  background: #fff;
  color: #ada18b;
  font-family: 'UniversNW01-620CdBold';
}
.nouveaute-aparaitre .bd .couverture {
  height: 250px;
  background-color: white;
  overflow: hidden;
}
.nouveaute-aparaitre .bd .couverture .couverture-wrapper {
  display: block;
  min-height: 245px;
  line-height: 245px;
  background: #ccc;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
}
.nouveaute-aparaitre .bd .couverture img {
  display: inline-block;
  vertical-align: middle;
  max-height: 245px;
}
.nouveaute-aparaitre .bd .couverture .fleche {
  bottom: -1px;
  left: 10px;
}
.nouveaute-aparaitre .bd .couverture img {
  background-color: white;
}
.nouveaute-aparaitre .bd .couverture.reedition {
  position: relative;
}
.nouveaute-aparaitre .bd .couverture.reedition:before {
  background: url('../images/reedition.png') no-repeat center;
  content: "Réédition";
  display: block;
  font-size: 0;
  text-indent: -9999px;
  height: 85px;
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
}
.nouveaute-aparaitre .bd .date {
  font-size: 0.6875em;
  display: block;
  padding: 3px 8px;
  background: #000000;
  color: #fff;
  font-family: "Univers Next W01 Bold";
}
.nouveaute-aparaitre .bd .date.a-paraitre {
  background-color: #ada18b;
}
.nouveaute-aparaitre .bd .info-bd {
  margin-top: 5px;
  background: none;
}
.nouveaute-aparaitre .bd.aparaitre {
  opacity: 0.6;
}
.nouveaute-aparaitre .bd.aparaitre .date {
  background: #ada18b;
}
/* --------------------------------------------------
	= Theme Nouveautés
--------------------------------------------------  */
#theme-nouveaute .chapo {
  font-size: 1em;
  width: auto;
}
#theme-nouveaute .chapo img {
  float: right;
}
#theme-nouveaute .chapo p:first-child ::first-letter {
  float: left;
  padding: 5px 5px 0 0;
  font-size: 48px;
  font-family: "Univers Next W01 Bold";
}
#theme-nouveaute .chapo p strong,
#theme-nouveaute .chapo p b {
  font-family: "Univers Next W01 Medium";
}
#theme-nouveaute .chapo p em,
#theme-nouveaute .chapo p i {
  font-family: "UniversNextW01-LightIta";
}
#theme-nouveaute .chapo p strong i,
#theme-nouveaute .chapo p strong em,
#theme-nouveaute .chapo p b i,
#theme-nouveaute .chapo p b em,
#theme-nouveaute .chapo p i strong,
#theme-nouveaute .chapo p i b,
#theme-nouveaute .chapo p em strong,
#theme-nouveaute .chapo p em b {
  font-family: "UniversNextW01-MediumIt";
}
#theme-nouveaute .bd {
  padding-bottom: 10px;
}
#theme-nouveaute .bd .h3-like {
  height: auto;
}
/* --------------------------------------------------
	= Structure Homes
--------------------------------------------------  */
.nav-content {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  height: 30px;
  background: #000000;
}
.nav-content .item {
  position: relative;
  float: left;
}
.nav-content .item:hover ul {
  display: block;
}
.nav-content .item ul {
  background: #ffffff;
  border-bottom: #0988ad solid 3px;
  border-top: #0988ad solid 3px;
  display: none;
  left: 0;
  padding: 4px 0;
  position: absolute;
  width: 300px;
  z-index: 10;
}
.nav-content .item ul > li a {
  background: url('../images/fleche-tous.png') no-repeat 10px 13px;
  display: block;
  height: 100%;
  padding: 8px 15px 9px 30px;
  width: 100%;
}
.nav-content .item ul > li.active a,
.nav-content .item ul > li:hover a {
  background: #f2f2f2 url('../images/fleche-tous-bleu.png') no-repeat 10px 13px;
  text-decoration: none;
}
.nav-content .item:first-child {
  display: block;
  padding-left: 0;
  background: none;
  text-indent: -9999px;
}
.nav-content .item:first-child a {
  padding: 0;
  width: 38px;
  height: 30px;
  background: url('../images/picto-home-white.png') center no-repeat;
}
.nav-content .item:last-child a::after {
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 30px;
  background: url('../images/bg-nav-content.png') right center no-repeat;
  content: '';
}
.nav-content .item:last-child a.active::after,
.nav-content .item:last-child a:hover::after {
  background: url('../images/bg-nav-content-hover.png') right center no-repeat;
}
.nav-content .item:nth-child(2) {
  padding-left: 0;
  background: none;
}
.nav-content .item > a {
  font-size: 0.75em;
  display: block;
  padding: 0 10px;
  height: 30px;
  background: url('../images/sep-content.png') left center no-repeat;
  color: #fff;
  font-family: "UniversNW01-620CdBold";
  line-height: 30px;
}
.nav-content .item > a:hover,
.nav-content .item > a.active {
  background-color: #0988ad;
  text-decoration: none;
  color: #fff !important;
}
#maison-edition {
  margin-bottom: 30px;
  /*.sidebar {
		margin-bottom: 0;

		.frame {
			padding-bottom: 5em;
		}

		.h2-like {
			margin-top: @gutter;
		}

	}*/

}
#maison-edition .bdactualite {
  margin-top: 0;
  margin-bottom: 0;
}
#maison-edition .actublog {
  margin: 0;
}
#maison-edition .h2-like {
  margin-top: 30px;
}
#home-blog .info-bd {
  padding-bottom: 0;
  background: none;
}
#home-blog .info-bd span,
#home-blog .info-bd .author {
  color: #000000;
}
#home-blog .actublog h3 {
  font-size: 15px;
}
#home-blog .actublog p.actublog-text {
  /*font-size: 16px;*/

  font-family: "UniversNextW01-Regular";
  /*line-height: 22px;*/

}
#article-blog .sidebar,
#serie-fiche .sidebar {
  height: 100%;
  /*:first-child{
					margin-top: 0;
			}*/

}
#article-blog .sidebar .frame,
#serie-fiche .sidebar .frame {
  height: 100%;
}
#article-blog .dossier_with_sommaire {
  width: 460px;
  margin-left: 188px;
}
#article-blog div iframe {
  width: 100% !important;
}
#article-blog .sommaire {
  background: #efece8;
  float: left;
  margin: 0 20px 20px -30px;
  padding: 20px 15px;
  width: 190px;
  position: relative;
}
#article-blog .sommaire li {
  background: url('../images/fleche-tous.png') no-repeat left 7px;
  padding-left: 20px;
  margin-top: 10px;
}
#article-blog .sommaire li a {
  font-size: 0.875em;
  text-transform: none;
}
#article-blog .sommaire li:first-child {
  margin-top: 0;
}
#article-blog .sommaire li:hover,
#article-blog .sommaire li.active {
  background-image: url('../images/fleche-tous-bleu.png');
}
#article-blog .sommaire li:hover a,
#article-blog .sommaire li.active a {
  color: #0988ad;
}
#article-blog .sommaire::after {
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #a29d97 transparent transparent;
}
#article-blog #article a {
  color: #0988ad;
}
#article-blog #article a:hover {
  text-decoration: underline;
}
#article-blog #article i,
#article-blog #article em {
  font-style: italic;
}
#article-blog #article b,
#article-blog #article em {
  font-weight: 700;
}
#article-blog .article p {
  font-size: 16px;
  font-family: "UniversNextW01-Regular";
  line-height: 22px;
}
#article-blog .article h6 {
  font-family: "Univers Next W01 Light" !important;
  font-size: 16px !important;
  color: #ada18b;
  line-height: 24px !important;
  text-transform: none;
  margin-bottom: 25px;
}
#article-blog .pagination_article a {
  background: url('../images/fleche-pagi-left.png') no-repeat left center;
  display: block;
  float: left;
  margin: 30px 0;
  padding-left: 20px;
  max-width: 45%;
}
#article-blog .pagination_article a.next {
  background: url('../images/fleche-pagi-right.png') no-repeat right center;
  float: right;
  padding: 0 20px 0 0;
  text-align: right;
}
.black {
  color: #000000 !important;
}
#news .mea {
  margin-bottom: 20px;
  /* + .side {
			margin-left: 0;
		} */

}
#news .mea .info-bd {
  background: url('../images/border-white.png') left bottom no-repeat;
}
#news .mea .info-bd span,
#news .mea .info-bd .author {
  color: #fff;
}
#news .mea .actublog-img {
  width: 100%;
}
#news .mea .actublog-img .encart-info {
  top: inherit;
  right: inherit;
  bottom: -20px;
  left: 10px;
  z-index: 1;
  background: url('../images/actu-infos-white.png') 0 0 no-repeat;
  color: #000000;
}
#news .mea .text {
  margin-left: 0;
  padding: 30px 0 10px 12px;
  width: 100%;
  background: #000000;
}
#news .mea .text .h3-like {
  font-size: 1.875em;
  font-family: "Univers Next W01 Light";
}
#news .mea .text .h3-like,
#news .mea .text .actublog-text {
  color: #fff;
}
#news .mea .social-api .comments {
  color: #fff;
}
/* --------------------------------------------------
= Provisoire
--------------------------------------------------  */
.widget-club {
  position: absolute;
  top: 32px;
  left: -90px;
  width: 89px;
}
.vente-avis,
.club-dargaud {
  margin-bottom: 30px;
}
/* --------------------------------------------------
= Social API
--------------------------------------------------  */
.social-api {
  margin-top: 6px;
  height: 20px;
}
.social-api li {
  float: left;
  margin-right: .5em;
}
.social-api a {
  display: block;
  height: 20px;
  line-height: 20px;
}
.social-api .comments {
  font-size: 0.625em;
  padding-left: 2em;
  background: url('../images/commentaire.png') left center no-repeat;
}
/* --------------------------------------------------
	= Article
--------------------------------------------------  */
.p-like {
  text-transform: none;
}
.article {
  padding: 25px 0 0;
  /*img {
		margin-bottom: @gutter;
	}*/

}
.article .intro {
  font-size: 1.5em;
  margin-bottom: 15px;
  line-height: 1.2;
  text-transform: none;
}
.article .figure {
  margin-bottom: 15px;
  border: 2px solid #efece8;
}
.article .figure a {
  display: block;
}
.article .figure img {
  width: 100%;
}
.article .figure .legend {
  display: block;
  background: #efece8;
  padding: 0 15px;
  line-height: 31px;
}
.article .figure .legend span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'UniversNW01-231BThinIt';
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  color: #7b7b7b;
}
.article .figure.figure-demie {
  max-width: 50%;
}
.article .figure.figure-quart {
  max-width: 25%;
}
.article .figure.figure-right {
  float: right;
  margin-bottom: 5px;
  margin-left: 10px;
}
.article .figure.figure-left {
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
}
.article .figure.figure-center {
  margin-left: auto;
  margin-right: auto;
}
.article p {
  margin-bottom: 30px;
  line-height: 20px;
  text-align: justify;
}
.article .excerpt {
  font-size: 1em;
  color: #ada18b;
  font-family: "Univers Next W01 Light";
  text-transform: none;
  margin-bottom: 1em;
}
.article .article-img {
  clear: both;
  position: relative;
  margin-bottom: 15px;
}
.article .article-img .encart-info.small {
  top: -10px;
  left: 10px;
}
.article .body {
  float: right;
  width: 474px;
}
.article blockquote {
  margin-bottom: 25px;
}
.article blockquote p {
  font-size: 1.125em;
  text-transform: uppercase;
  line-height: 24px;
}
.article blockquote p::before,
.article blockquote p::after {
  display: inline-block;
  width: 29px;
  height: 24px;
  content: '';
}
.article blockquote p::before {
  margin-right: 15px;
  background: url('../images/quote-top.png') left top no-repeat;
}
.article blockquote p::after {
  margin-left: 15px;
  margin-bottom: -10px;
  background: url('../images/quote-bottom.png') right bottom no-repeat;
}
.article blockquote img {
  float: right;
}
/* --------------------------------------------------
	= Page de recherche
--------------------------------------------------  */
.recherche .zone-search {
  margin-bottom: 30px;
}
.recherche .zone-search .filter {
  float: right;
  margin-top: 0px;
}
.recherche .zone-search .filter li {
  float: left;
}
.recherche .zone-search .filter a {
  font-size: 0.875em;
  display: block;
  padding: 0 10px;
  font-family: 'UniversNW01-220CdThin';
  padding-bottom: 5px;
}
.recherche .zone-search .filter a:hover,
.recherche .zone-search .filter a.active {
  background: url("../images/main-nav-hover.png") no-repeat center bottom;
}
.recherche .table {
  clear: right;
  margin-bottom: 15px;
}
.recherche .table .top {
  width: 100%;
  height: 26px;
  background: #000000;
  line-height: 26px;
}
.recherche .table .top .td p {
  color: #fff;
  text-transform: uppercase;
  font-family: "Univers Next W01 Bold";
}
.recherche .table .top .td.two,
.recherche .table .top .td.three {
  font-size: 0.625em;
}
.recherche .table .listing .bloc {
  padding: 10px 0;
}
.recherche .table .listing .bloc:nth-child(even) {
  background: #efece8;
}
.recherche .table .listing .bloc .td {
  border-left: 1px dotted #000000;
}
.recherche .table .listing .bloc .td:first-child {
  border-left: 0;
}
.recherche .table .listing .bloc .td.two,
.recherche .table .listing .bloc .td.three {
  padding-top: 10px;
}
.recherche .table .td {
  float: left;
  padding-left: 10px;
}
.recherche .table .td.one {
  width: 40%;
}
.recherche .table .td.one p {
  width: 85%;
  text-transform: uppercase;
}
.recherche .table .td.one .date {
  font-size: 0.75em;
  width: 80%;
}
.recherche .table .td.one .couverture {
  float: left;
  margin-right: 10px;
  width: 25%;
}
.recherche .table .td.two,
.recherche .table .td.three {
  width: 29.77%;
}
.recherche.recherche-planning .h2-like.exclu-ws {
  color: #cd3896;
  margin: 15px 0;
}
.recherche.recherche-planning .h2-like.exclu-ws span {
  display: inline-block;
  text-indent: -9999px;
  width: 132px;
  height: 20px;
  background: url(../images/logo-exclu-ws.png) center center no-repeat;
}
.recherche.recherche-planning .table .top.top-planning {
  margin-top: 1px;
  background: #ada18b;
}
.recherche.recherche-planning .table .listing .bloc {
  margin-bottom: 0;
}
.recherche.recherche-planning .table .listing .bloc .td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.recherche .affinage {
  position: relative;
  float: right;
  margin-top: 40px;
  margin-right: 15px;
  padding: 13px 13px 2em;
  width: 320px;
  border: 4px solid #cec7b9;
  background: #ada18b;
}
.recherche .affinage .title {
  font-size: 1.5em;
  color: #fff;
  text-transform: uppercase;
  font-family: 'UniversNW01-220CdThin';
}
.recherche .affinage label {
  font-size: 0.75em;
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-family: "Univers Next W01 Bold";
}
.recherche .affinage input[type="text"] {
  width: 100%;
  height: 22px;
  border: 2px solid #cccccc;
  border-radius: 0;
  line-height: 22px;
}
.recherche .affinage input[type="text"].price {
  margin: 0 4px;
  width: 62px;
}
.recherche .affinage .text-price {
  font-size: 0.75em;
  color: #fff;
}
.recherche .affinage input[type="text"] {
  font-size: 0.75em;
  margin-bottom: 12px;
  padding-left: 10px;
  color: #666;
  text-transform: none;
}
.recherche .affinage .search-confirm {
  font-size: 0.875em;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 26px;
  border: 0;
  background: url('../images/fleche.png') 70% center #8a816f no-repeat;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  font-family: "UniversNW01-520CdMedium";
  cursor: pointer;
}
.recherche .affinage .checkboxes label {
  font-size: 0.75em;
  position: relative;
  padding-left: 15px;
  text-transform: none;
  font-family: 'Univers Next W01 Light';
  cursor: pointer;
}
.recherche .affinage .checkboxes label::before {
  position: absolute;
  top: 0;
  left: 2px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url('../images/bt-radio-search.png') 0 0 no-repeat;
  content: '';
  vertical-align: top;
}
.recherche .affinage .checkboxes input[type="checkbox"] {
  position: absolute;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.recherche .affinage .checkboxes input[type="checkbox"]:checked + label::before {
  background-position: -13px 0;
}
/* --------------------------------------------------
	= Concours
--------------------------------------------------  */
.mea-contest {
  position: relative;
  overflow: hidden;
  margin: 15px auto 30px;
  width: 990px;
}
.mea-contest .article-title {
  float: left;
}
.mea-contest .bloc-contest {
  position: relative;
  float: left;
  width: 705px;
}
.mea-contest .bloc-contest .contest-img .encart-info.big {
  top: -10px;
}
.mea-contest .bloc-contest .contest-text {
  position: relative;
  padding: 16px 12px;
}
.mea-contest .bloc-contest .contest-text h2 {
  font-size: 1.875em;
  color: #fff;
  text-transform: uppercase;
  font-family: "Univers Next W01 Light";
}
.mea-contest .bloc-contest .contest-text h2.result-titre {
  padding-bottom: 18px !important;
  background: url('../images/border-white.png') left bottom no-repeat !important;
}
.mea-contest .bloc-contest .contest-text h2.result-msg {
  font-size: 1.125em;
  margin-top: 15px;
  width: 55%;
  background: none;
  text-transform: none;
}
.mea-contest .bloc-contest .btn-play {
  font-size: 1.625em;
  display: block;
  margin-top: 15px;
  width: 155px;
  height: 45px;
  background: url('../images/big-actu-infos.png') 0 0 no-repeat;
  color: #fff;
  font-family: 'UniversNW01-620CdBold';
  line-height: 45px;
}
.mea-contest .bloc-contest .btn-play .arrow {
  float: left;
  margin: 10px 10px 0 10px;
  width: 27px;
  height: 24px;
  background: url('../images/fleche@2x.png') 0 0 no-repeat;
}
.mea-contest .bloc-contest .more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
}
.mea-contest .bloc-contest .more .arrow {
  background: url('../images/fleche-tous-white.png') left center no-repeat;
}
.mea-contest .lot {
  float: right;
  padding: 1em 2em 1.5em;
  width: 285px;
}
.mea-contest .lot .lot-win {
  display: block;
  padding: 3px 8px;
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  font-size: 0.6875em;
  font-family: "Univers Next W01 Bold";
}
.mea-contest .lot .bd {
  margin-bottom: 0;
  padding: 3px;
  border-bottom: 0;
  background: #fff;
}
.mea-contest .lot .bd .fleche {
  bottom: -1px;
  left: 10px;
}
.mea-contest .lot .bd .info-bd {
  background: none;
}
/*------- alerte -------*/
.alerte-chrono {
  font-size: 0.875em;
  float: right;
  margin-top: 20px;
  width: 283px;
  background: #f3be03;
  color: #000000;
  font-family: 'UniversNW01-620CdBold';
}
.alerte-chrono img,
.alerte-chrono .text {
  float: left;
}
.alerte-chrono .text {
  display: block;
  margin-left: 10px;
  padding-top: 8px;
  width: 55%;
}
.alerte-chrono .text em {
  font-family: "Univers N W01 320 Cd Lt";
  font-size: 0.75em;
}
.alerte-chrono.nofloat {
  display: block;
  float: none;
  width: auto;
}
.mea-contest .alerte-chrono {
  margin-top: -22px;
}
/*------- fiche concours -------*/
.fiche-concours .mea-contest .bloc-contest,
.result-concours .mea-contest .bloc-contest {
  padding-left: 10px;
  width: 100%;
  height: auto;
  float: none;
  margin-top: 10px;
}
.fiche-concours .mea-contest .bloc-contest .contest-img,
.result-concours .mea-contest .bloc-contest .contest-img {
  left: -10px;
}
.fiche-concours .mea-contest .bloc-contest .contest-text,
.result-concours .mea-contest .bloc-contest .contest-text {
  width: 705px;
}
.fiche-concours .mea-contest .bloc-contest .contest-text p,
.result-concours .mea-contest .bloc-contest .contest-text p {
  background: none;
}
.fiche-concours .mea-contest .bloc-contest .quiz,
.result-concours .mea-contest .bloc-contest .quiz {
  padding: 0 18em 25px 15px;
  background: #fff;
}
.fiche-concours .mea-contest .bloc-contest .quiz p,
.result-concours .mea-contest .bloc-contest .quiz p {
  font-size: 1.125em;
  margin-bottom: 10px;
  padding-top: 25px;
  text-transform: uppercase;
}
.fiche-concours .mea-contest .bloc-contest .quiz label,
.result-concours .mea-contest .bloc-contest .quiz label {
  font-size: 1em;
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
  text-transform: none;
}
.fiche-concours .mea-contest .bloc-contest .quiz label::before,
.result-concours .mea-contest .bloc-contest .quiz label::before {
  position: absolute;
  top: 0;
  left: 2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../images/bt-radio.png') 0 0 no-repeat;
  content: '';
  vertical-align: top;
}
.fiche-concours .mea-contest .bloc-contest .quiz input[type="radio"],
.result-concours .mea-contest .bloc-contest .quiz input[type="radio"] {
  position: absolute;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.fiche-concours .mea-contest .bloc-contest .quiz input[type="radio"]:checked + label::before,
.result-concours .mea-contest .bloc-contest .quiz input[type="radio"]:checked + label::before {
  background-position: -16px 0;
}
.fiche-concours .mea-contest .bloc-contest .btn-play,
.result-concours .mea-contest .bloc-contest .btn-play {
  background: none;
}
.fiche-concours .mea-contest .lot,
.result-concours .mea-contest .lot {
  position: absolute;
  top: 122px;
  right: 0;
  height: auto;
}
/*------- result concours -------*/
.result-concours .quiz-form .h2-like {
  margin: 15px 0;
  color: #fff;
}
.result-concours .list-winners {
  float: left;
  margin-right: 13%;
  margin-bottom: 20px;
}
.result-concours .list-winners li {
  font-size: 0.875em;
  color: #fff;
  text-transform: none;
  line-height: 18px;
}
/* --------------------------------------------------
	= Listing Event
--------------------------------------------------  */
#agenda .h2-like {
  margin-bottom: 15px;
}
#agenda .pagination {
  margin-bottom: 0;
}
#agenda .agenda-rdv {
  margin: 5px 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #000000;
}
#agenda .agenda-rdv .go {
  font-size: 0.6875em;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  width: 95px;
  height: 24px;
  background: url('../images/go.png') 0 0 no-repeat;
  text-align: right;
  font-family: 'UniversNW01-620CdBold';
  line-height: 24px;
}
#agenda .agenda-rdv .text {
  font-size: 0.875em;
  color: #a3a3a3;
  text-transform: none;
}
#agenda .agenda-info {
  padding-bottom: 15px;
  border-bottom: 1px dotted #000000;
}
#agenda .agenda-adress,
#agenda .small-gm {
  margin-top: 20px;
}
#agenda .agenda-adress {
  float: left;
  width: 320px;
}
#agenda .agenda-adress h3 {
  text-transform: uppercase;
  font-family: "Univers Next W01 Bold";
}
#agenda .agenda-adress p {
  font-size: 1.125em;
}
#agenda .agenda-adress p strong {
  display: block;
  text-transform: uppercase;
  font-family: "Univers Next W01 Bold";
}
#agenda .alerte-chrono {
  display: block;
  float: none;
  width: auto;
}
#agenda .alerte-chrono .text {
  width: 75%;
}
#agenda .small-gm {
  float: right;
  width: 320px;
}
#agenda .small-gm img {
  max-width: none;
}
#agenda .author-event {
  margin: 30px 0 0;
}
#agenda .author-event .h2-like {
  margin-bottom: 0;
}
#agenda .author-event li {
  float: left;
  padding-top: 20px;
  background: url('../images/fleche-agenda.png') top center no-repeat;
}
#agenda .author-event li.item {
  margin-left: 15px;
}
#agenda .author-event li.item .bd {
  width: 122px;
}
#agenda .author-event .bd {
  margin: 0;
  border-bottom: 0;
}
#agenda .author-event .bd .fleche {
  bottom: -1px;
  left: 10px;
}
#agenda .author-event .bd .info-bd {
  background: none;
}
#agenda .author-event .h3-like {
  font-size: 0.875em;
  height: auto;
}
#agenda .author-event .author-place {
  margin-top: 10px;
  border-bottom: 1px dotted #000000;
}
#agenda .author-event .author-place .author-bloc {
  position: relative;
  margin-right: 10px;
  padding: 40px 65px;
  width: 215px;
  height: 250px;
  background: #efece8;
}
#agenda .author-event .author-place .author-bloc::after {
  position: absolute;
  top: 100px;
  right: -18px;
  width: 19px;
  height: 37px;
  background: url('../images/bloc-auteur-fleche.png') right center no-repeat;
  content: '';
}
#agenda .listing-event .h2-like {
  margin: 15px 0 0 0;
}
#agenda .listing-event .event {
  /*margin-right: @gutter;
			margin-left: 0;
			width: 320px;

			&:nth-child(odd) {
				margin-right: 0;
			}*/

}
#agenda .listing-event .info-bd {
  overflow: hidden;
  padding-bottom: 10px;
  height: 60px;
}
#agenda.agenda-fiche .btn-back {
  margin: 0;
  font-size: 14px;
}
#agenda.agenda-fiche .article-title {
  float: left;
  width: 68%;
}
#agenda.agenda-fiche .cover-agenda {
  position: relative;
}
.author-collaboration > ul {
  border-bottom: 1px dotted #000;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 1px;
}
.author-collaboration > ul > li {
  height: 250px;
}
.author-collaboration ul li .couverture {
  position: relative;
}
.author-collaboration ul li .couverture .fleche {
  bottom: -1px;
  left: 10px;
  position: absolute;
}
.author-collaboration ul li .couverture .couverture-wrapper {
  display: block;
  min-height: 159px;
  line-height: 159px;
  background: #ccc;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
}
.author-collaboration ul li .couverture img {
  display: inline-block;
  vertical-align: middle;
  max-height: 159px;
}
.author-collaboration ul li .h3-like {
  font-size: 0.875em;
  height: auto;
}
.author-collaboration ul li .info-bd {
  background: none;
}
.author-collaboration ul li.author-bloc {
  float: left;
  position: relative;
}
.author-collaboration ul li.author-bloc:after {
  position: absolute;
  top: 80px;
  right: -24px;
  width: 24px;
  height: 48px;
  background: url('../images/bloc-auteur-fleche.png') right center no-repeat;
  content: '';
}
.author-collaboration ul li.author-bloc + li {
  float: left;
  margin-left: 60px;
  padding-top: 20px;
  position: relative;
  width: 405px;
}
.author-collaboration ul li.author-bloc + li .flex-direction-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
}
.author-collaboration ul li.author-bloc + li .flex-direction-nav li {
  height: 36px;
  left: -30px;
  position: absolute;
  width: 20px;
}
.author-collaboration ul li.author-bloc + li .flex-direction-nav li a {
  background: url('../images/pagi_prev_collaboration.png') no-repeat center;
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
}
.author-collaboration ul li.author-bloc + li .flex-direction-nav li + li {
  left: auto;
  right: -30px;
}
.author-collaboration ul li.author-bloc + li .flex-direction-nav li + li a {
  background: url('../images/pagi_next_collaboration.png') no-repeat center;
  margin-left: 0;
}
.author-collaboration ul li.author-bloc .bd {
  background: #efece8;
  margin-left: 0;
  padding: 25px;
  width: 160px;
}
.author-collaboration ul.slides li {
  float: left;
  margin-left: 20px;
  width: 122px;
}
.author-collaboration ul.slides li .bd {
  border: none;
  margin: 0;
  float: none;
}
.author-collaboration ul.slides li:first-child {
  margin-left: 0;
}
.listing-event {
  /* .h2-like {
		margin-left: @gutter;
	} */

}
.listing-event .event {
  /*float: left;
		margin: 0 0 30px @gutter;
		width: 320px;*/

  margin: 0 0 30px;
}
.listing-event .event p {
  margin: 5px 0 10px;
}
.listing-event .event .event-img {
  position: relative;
  float: left;
  margin-bottom: 15px;
}
.listing-event .event .event-img .encart-info {
  top: inherit;
  bottom: 10px;
}
.listing-event .event .more {
  float: left;
  padding-left: 0;
}
/* --------------------------------------------------
	= Pagination
--------------------------------------------------  */
.pagination {
  float: right;
  clear: left;
  margin: 0 15px 30px 0;
  padding-left: 15px;
  background: url("../images/fleche-tous.png") left center no-repeat;
}
.pagination li {
  display: inline;
}
.pagination li a {
  font-size: 0.875em;
  display: inline-block;
  padding-bottom: 5px;
  width: 11px;
  text-align: center;
  font-family: "Univers N W01 320 Cd Lt";
}
.pagination li a:hover,
.pagination li a.active {
  background: url("../images/main-nav-hover.png") no-repeat center bottom;
}
.pagination li a.pagination_prev,
.pagination li a.pagination_next {
  width: auto;
}
/* --------------------------------------------------
	= Derniers articles
--------------------------------------------------  */
#last-article {
  margin-bottom: 30px;
}
#last-article .actublog,
#last-article .h2-like {
  margin-left: 15px;
}
/* --------------------------------------------------
	= Filtres Select2
--------------------------------------------------  */
html #filters {
  padding-top: 15px;
  border-top: 1px dotted #000000;
  list-style: none;
}
html #filters label {
  font-size: 0.875em;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
html #filters label::before {
  position: absolute;
  top: -3px;
  left: 2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../images/bt-radio.png') 0 0 no-repeat;
  content: '';
  vertical-align: top;
}
html #filters input[type="radio"] {
  position: absolute;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  margin-left: 15px;
}
html #filters input[type="radio"]:checked + label::before {
  background-position: -16px 0;
}
html #filters input[type="radio"] + label {
  margin-left: 15px;
}
html #filters .choix-genre {
  margin: 0 0 10px 0;
}
html #filters .choix-genre span {
  float: left;
}
html #filters .choix-genre .select2-container .select2-choice {
  overflow: inherit;
}
html #filters .choix-genre .select2-container .select2-chosen {
  margin-bottom: 0;
}
/* --------------------------------------------------
	= Modal
--------------------------------------------------  */
#modal,
.modal {
  padding: 8px;
  max-width: 526px;
  border: 3px solid #000000;
}
#modal .mfp-close,
.modal .mfp-close {
  top: 5px;
  right: 5px;
  width: 23px;
  height: 23px;
  background: url('../images/close.png') no-repeat;
  text-indent: -9999px;
  opacity: 1;
}
#modal .content-member,
.modal .content-member {
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: "Univers N W01 320 Cd Lt";
}
#modal .connect,
.modal .connect,
#modal .create,
.modal .create {
  float: left;
  padding: 10px;
  width: 232px;
  height: 202px;
}
#modal .connect,
.modal .connect {
  background: #f3be03;
}
#modal .connect label,
.modal .connect label {
  font-size: 0.875em;
  display: block;
  margin-top: 10px;
  text-transform: none;
}
#modal .connect input[type="text"],
.modal .connect input[type="text"] {
  width: 100%;
  border: 1px solid #cccccc;
}
#modal .connect input[type="submit"],
.modal .connect input[type="submit"] {
  background: url('../images/modal-btn-black.png') 0 0 no-repeat;
  color: #f3be03;
}
#modal .connect .forget,
.modal .connect .forget {
  font-size: 0.625em;
  display: block;
  margin-top: 10px;
  color: #6e5401;
}
#modal .create,
.modal .create {
  float: right;
  width: 270px;
}
#modal .create strong,
.modal .create strong {
  display: block;
}
#modal .create li,
.modal .create li {
  font-size: 0.875em;
  margin: 5px 0;
  text-transform: none;
}
#modal .create li strong,
.modal .create li strong {
  display: inline;
}
#modal .create .register,
.modal .create .register {
  display: block;
  padding-right: 5px;
  background: url('../images/modal-btn-yellow.png') no-repeat;
  color: #000000;
  line-height: 24px;
}
#modal input[type="submit"],
.modal input[type="submit"],
#modal .register,
.modal .register {
  font-size: 0.6875em;
  float: right;
  margin-top: 15px;
  width: 115px;
  height: 24px;
  text-align: right;
  text-transform: uppercase;
  font-family: 'UniversNW01-620CdBold';
  cursor: pointer;
}
#modal .title,
.modal .title {
  font-size: 1.125em;
  font-family: 'UniversNW01-620CdBold';
}
#modal.modal-reglement,
.modal.modal-reglement {
  max-width: 990px;
}
#modal.modal-reglement p,
.modal.modal-reglement p {
  margin: 0 0 15px;
}
/* --------------------------------------------------
	= IE7-8 Fixes
--------------------------------------------------  */
.ie8 .main-nav .subnav {
  z-index: 9999;
}
.ie8 .header .container .panier {
  width: 90px;
}
.ie8 .header .container #logo .baseline {
  letter-spacing: 2px;
}
.ie8 #slider {
  width: 1020px;
}
.ie8 .find-bookstore {
  padding-right: 10px;
  padding-left: 10px;
}
.ie8 #fondecran .bd {
  height: 220px;
}
.ie8 .footer .footer-partenaires {
  width: 80%;
}
.ie7 .nouveaute-aparaitre {
  margin-bottom: 30px;
}
.ie7 #modal,
.ie7 .modal {
  max-width: 550px;
  width: 550px;
}
.ie7 .catalogue {
  margin-bottom: 30px;
}
.ie7 .catalogue .choix-genre .search-form {
  width: 200px;
}
.ie7 .header {
  position: relative;
  z-index: 3000;
}
.ie7 .header .container #logo .baseline {
  letter-spacing: 1px;
}
.ie7 .header .container .social {
  width: 65px;
}
.ie7 .header .container .search-form {
  width: 190px;
}
.ie7 .header .container .panier {
  width: 65px;
}
.ie7 .header .container .login {
  width: 165px;
}
.ie7 .main-nav .subnav .tabs {
  width: 250px;
}
.ie7 .main-nav .subnav .subnav-title {
  left: 0;
}
.ie7 .main-nav .main-links {
  float: left;
}
.ie7 .main-nav {
  z-index: 999999;
}
.ie7 .main-nav .subnav {
  left: 0;
  z-index: 999;
}
.ie7 .main-nav .main-links > a.home {
  display: block;
}
.ie7 .more .arrow {
  width: 17px;
  height: 15px;
}
.ie7 #slider {
  position: relative;
  z-index: 0;
  width: 990px;
  height: 280px;
}
.ie7 .sidebar {
  width: 320px;
}
.ie7 .sidebar .lire-bd {
  width: 280px;
}
.ie7 #bdcatalogue {
  width: 990px;
}
.ie7 #bdcatalogue .more {
  display: none;
}
.ie7 #bdcatalogue .bd {
  width: 187px;
}
.ie7 #follow-dargaud {
  margin-top: 30px;
}
.ie7 .header-content {
  width: 990px;
}
.ie7 .list-envie-bd .envie-bd {
  height: 54px;
}
.ie7 .list-envie-bd .envie-bd.active,
.ie7 .list-envie-bd .envie-bd:hover {
  height: 76px;
}
.ie7 .encart-info.big {
  padding: 5px 0 0;
}
.ie7 .recherche .affinage {
  width: 280px;
}
.ie7 .recherche .affinage input[type="text"],
.ie7 .recherche .affinage .select2-container .select2-choice {
  width: 95%;
}
.ie7 .recherche .table .td {
  float: left;
  padding-left: 10px;
}
.ie7 .recherche .table .td.one {
  width: 35%;
}
.ie7 .recherche .table .td.one p {
  width: 70%;
}
.ie7 .recherche .table .td.two,
.ie7 .recherche .table .td.three {
  width: 25%;
}
.ie7 .result-concours .list-winners {
  margin-right: 10%;
}
.ie7 .fiche-concours .mea-contest .bloc-contest .contest-text,
.ie7 .result-concours .mea-contest .bloc-contest .contest-text {
  width: 680px;
}
.ie7 .mea-contest .lot {
  padding-bottom: 0;
  width: 220px;
  height: 407px;
}
.ie7 .mea-contest .lot .bd {
  margin-bottom: 0;
}
.ie7 .list-albums .bd {
  width: 480px;
}
.ie7 .main-nav .main-links > a:hover,
.ie7 .main-nav .main-links > a.active {
  padding-bottom: 12px;
}
.ie7 .pagination {
  float: none;
  margin-left: 15px;
}
.ie7 .concours .text {
  width: 135px;
}
.ie7 .agenda-news {
  width: 320px;
}
.ie7 .agenda .agenda-text {
  width: 200px;
}
.ie7 .find-bookstore {
  padding: 10px;
  width: 290px;
}
.ie7 .concours .text {
  width: 135px;
}
.ie7 #envie .lire-bd {
  width: 300px;
}
.ie7 #follow-dargaud .tweet {
  width: 265px !important;
}
.ie7 #agenda .author-event .author-place .author-bloc {
  padding: 10px;
  width: 190px;
}
.ie7 .footer .footer-infos {
  width: 960px;
}
.ie7 .footer .footer-dargaud .w240 {
  width: 220px;
}
.ie7 .footer .footer-partenaires {
  margin: 15px auto auto;
  width: 800px;
}
.ie7 .footer .footer-partenaires h4 {
  margin-top: 5px;
}
/* --------------------------------------------------
	= Infos BD + Vote BD
--------------------------------------------------  */
.side-bd {
  position: relative;
  background: #ffffff;
  padding: 7px 0 3px 3px;
}
.side-bd .containerh2 {
  background: #000000;
  margin-top: -7px;
  padding: 5px 0;
  margin-bottom: 5px;
}
.side-bd .h2-like {
  margin: 0 0 0 3px;
  color: #fff;
}
.side-bd .bd {
  position: relative;
  border-bottom: 0;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 7px 0 5px 7px;
}
.side-bd .bd::after {
  content: '';
  background: url('../images/corner.png') 0 0 no-repeat;
  width: 19px;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.side-bd .bd .h3-like {
  /* height: 40px; */

}
.side-bd .bd .dispo {
  display: block;
  color: #d93f4f;
  font-family: "Univers Next W01 Bold";
  font-size: 0.6875em;
}
.side-bd .bd .couverture {
  width: 42%;
  float: left;
  margin-right: 15px;
}
.side-bd .bd .follow-bd {
  float: left;
  width: 120px;
  background: #f3be03;
  font-family: 'UniversNW01-620CdBold';
  font-size: 0.75em;
  height: 36px;
  text-align: left;
  margin-right: 9px;
  line-height: 14px;
}
.side-bd .bd .follow-bd .chrono {
  margin-right: 5px;
  float: left;
  background: url('../images/suivre-serie.png') 0 0 no-repeat;
  width: 43px;
  height: 36px;
}
.side-bd .bd .follow-bd .txt {
  display: block;
  line-height: 36px;
  text-align: center;
}
.side-bd .bd .bd-actions {
  float: left;
  margin-top: 5px;
}
.side-bd .vote {
  margin-top: 15px;
  float: left;
  padding-bottom: 15px;
  width: 100%;
}
.side-bd .vote p {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.side-bd .vote .avis {
  font-size: 1.125em;
  font-family: 'UniversNW01-620CdBold';
}
.side-bd .vote .envie ul {
  width: 48%;
  margin: 10px auto;
}
.side-bd .vote .line {
  background: url('../images/line.png') center top no-repeat;
  padding-top: 10px;
}
.side-bd .vote .line p,
.side-bd .vote .line a {
  font-size: 0.75em;
  font-family: "Univers Next W01 Light";
}
.side-bd .vote .line li {
  display: inline;
}
.side-bd .vote .line a {
  color: #fff;
}
.side-bd .vote .line a.hand {
  padding-left: 25px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
}
.side-bd .vote .line a.hand.top {
  background: url('../images/hand-top.png') 0 0 no-repeat;
  background-size: 30%;
}
.side-bd .vote .line a.hand.bottom {
  background: url('../images/hand-bottom.png') 0 0 no-repeat;
  background-size: 30%;
}
.side-bd .vote .line a.coche {
  height: 18px;
  display: inline-block;
  padding-left: 24px;
  background: url('../images/coche.png') 0 0 no-repeat;
}
.side-bd .vote .line a.coche.active {
  background-position: 0 -18px;
}
.side-bd .flex-direction-nav {
  right: 10px;
  top: 5px;
}
.side-bd .flex-direction-nav a {
  background: url("../images/flex-arrow-left-white.png") no-repeat;
}
.side-bd .flex-direction-nav a.flex-next {
  background: url("../images/flex-arrow-right-white.png") no-repeat;
}
#serie .serie-header {
  margin: 0 0 28px;
  padding: 0 15px 0;
  background: url(../images/bg-frame-oneline.png) top left repeat-x;
}
#serie .serie-header .serie-infos {
  background: black;
  color: white;
}
#serie .serie-header .serie-infos .mediao__figure.imgExt {
  width: 625px;
  overflow: hidden;
}
#serie .serie-header .serie-infos .mediao__figure.imgExt img {
  max-width: none;
}
#serie .serie-header .serie-infos .mediao__body {
  padding: 20px;
  position: relative;
  min-height: 220px;
  max-height: 350px;
  overflow: hidden;
}
#serie .article-title {
  font-size: 35px;
  line-height: 48px;
}
#serie .introSerie {
  display: block;
  /*bottom:20px;
				left:0;*/

  margin-left: 20px;
  padding-top: 13px;
  background: url(../images/border-white.png) top left no-repeat;
}
#serie .introSerie > li {
  font-size: 12px;
  line-height: 18px;
  clear: both;
}
#serie .introSerie > li a {
  color: white;
  font-family: "Univers Next W01 Bold";
}
#serie .introSerie > li ul,
#serie .introSerie > li ul li {
  display: inline-block;
}
#serie .serie-resume {
  border: 1px solid black;
  border-width: 0 0 3px 3px;
  padding: 15px 0;
  margin: 0 -3px 0 0;
}
#serie .serie-resume .h2-like {
  margin-bottom: 30px;
  line-height: 20px;
  text-align: justify;
}
#serie .serie-resume .span4 {
  margin-left: 0;
}
#serie .serie-resume .span8 {
  padding: 0 15px;
}
#serie .serie-resume.coin-left:after {
  background-image: url(../images/corner-black.png);
}
#serie .serie-resume .col-left {
  margin: 0 !important;
  width: 620px;
}
#serie .serie-resume .read-more-after {
  border-bottom: none;
  margin-bottom: 0;
}
#serie .serie-resume .sidebar {
  margin: 0;
}
#serie .serie-resume .sidebar :first-child {
  margin-top: 0;
}
#serie .serie-resume .infosPrix {
  background: url('../images/bg-ajouter-au-panier.png') no-repeat left top;
  display: block;
}
#serie .serie-resume .infosPrix strong {
  font-size: 1.5em;
  display: block;
  font-family: "Univers Next W01 Bold";
  margin-left: 66px;
  padding: 15px 0 13px;
  text-align: center;
  width: 218px;
}
#serie .serie-resume .infosPrix a,
#serie .serie-resume .infosPrix span.fakea {
  font-size: 0.875em;
  background: #000000 url('../images/bg-frame-left.png') no-repeat left bottom;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "UniversNW01-620CdBold";
  padding: 11px 0 9px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#serie .serie-resume .infosPrix.disabled {
  background: url('../images/bg-ajouter-au-panier-disabled_2.png') no-repeat center top;
}
#serie .serie-resume .infosPrix.disabled strong {
  color: #9a9a9c;
}
#serie .serie-resume .infosPrix.disabled a,
#serie .serie-resume .infosPrix.disabled span.fakea {
  background-color: #9a9a9c;
}
#serie .alerte-chrono {
  max-height: 62px;
  height: 62px;
  width: 90%;
  margin-left: 9.5%;
  float: none;
  display: block;
}
#serie .alerte-chrono .text {
  width: 84%;
  display: block;
  line-height: 62px;
  padding-top: 0;
}
#serie .alerte-chrono .text > span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#serie .alerte-chrono img {
  margin-left: -10%;
}
.achat-serie {
  display: block;
  border: 1px solid black;
  margin-top: 20px;
  height: 87px;
}
.achat-serie:first-child {
  margin-top: 0;
}
.achat-serie .infos {
  display: block;
  float: left;
  width: 219px;
  background: white;
  height: 85px;
}
.achat-serie .infos div:first-child {
  float: left;
  width: 66px;
  height: 53px;
  margin-top: 1px;
  border-right: 1px solid #bfbfbf;
  background: url(../images/picto-caddie.png) 50% 50% no-repeat;
}
.achat-serie .infos div:first-child + div {
  width: 138px;
  height: 54px;
  float: left;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Univers Next W01 Light";
  text-align: center;
  padding: 7px 0;
}
.achat-serie .infos div:first-child + div strong {
  display: block;
  font-size: 24px;
  font-family: "Univers Next W01 Bold";
}
.achat-serie .infos div:first-child + div + div {
  clear: both;
  width: 100%;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 9px;
  font-family: "Univers Next W01 Light";
  text-transform: none;
}
.achat-serie .infos div:first-child + div + div span {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
.achat-serie .infos.coin:after {
  background-image: url(../images/black-arrow.png);
  width: 10px;
  height: 10px;
  right: -1px;
}
.achat-serie .infos.serie-complete div:first-child {
  height: 84px;
}
.achat-serie .infos.serie-complete div:first-child + div {
  padding: 22px 0;
}
.achat-serie .ajout {
  display: block;
  float: right;
  width: 98px;
  height: 85px;
  line-height: 85px;
  vertical-align: middle;
  background: black;
  text-align: center;
}
.achat-serie .ajout span {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  font-family: "UniversNW01-620CdBold";
  font-size: 14px;
  text-transform: uppercase;
  color: white;
}
.achat-serie .ajout span.bouton_grise {
  color: #222;
}
.teaser {
  display: block;
  margin-top: 20px;
  height: 190px;
  width: 320px;
  position: relative;
}
.teaser .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  color: white;
  font-family: "UniversNW01-620CdBold";
  text-transform: uppercase;
  font-size: 24px;
  background-color: black;
  max-height: 2.88em;
  overflow: hidden;
}
.teaser .text strong {
  display: block;
  font-size: 18px;
  font-family: "UniversNW01-620CdBold";
  text-transform: uppercase;
}
.teaser:first-child {
  margin-top: 0;
}
.teaser.teaser-auteur {
  margin-top: 0;
  margin-bottom: 20px;
}
.meme-genre {
  margin-top: 30px;
  position: relative;
}
.meme-genre .flex-direction-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
}
.meme-genre .flex-direction-nav li {
  height: 36px;
  left: 0px;
  position: absolute;
  width: 20px;
}
.meme-genre .flex-direction-nav li a {
  background: url('../images/pagi_prev_collaboration.png') no-repeat center;
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
}
.meme-genre .flex-direction-nav li + li {
  left: auto;
  right: 0px;
}
.meme-genre .flex-direction-nav li + li a {
  background: url('../images/pagi_next_collaboration.png') no-repeat center;
  margin-left: 0;
}
.meme-genre .flexslider-memeGenre {
  position: relative;
  padding: 0 28px;
}
.meme-genre .flexslider-memeGenre .slides {
  padding-top: 0;
}
.meme-genre .flexslider-memeGenre .slides li {
  width: 599px;
  margin: 0 10px 0 0;
}
.meme-genre .lien-serie.first,
.meme-genre .lien-serie:last-child {
  margin-top: 25px;
}
.meme-genre .lien-serie:first-child {
  margin-top: 0;
}
.meme-genre .lien-serie:first-child + .lien-serie:last-child {
  margin-top: 0;
}
.lien-serie {
  display: block;
  float: left;
  width: 48.75%;
  margin-left: 2.5%;
}
.lien-serie.first {
  margin-left: 0;
  clear: left;
}
.lien-serie .illus-serie {
  position: relative;
  display: block;
}
.lien-serie .illus-serie img {
  display: block;
}
.lien-serie .illus-serie .fleche {
  position: absolute;
  width: 12px;
  height: 11px;
  background: url('../images/fleche-bd-blanc.png') 0 0 no-repeat;
  bottom: 0;
  left: 10px;
}
.teaser-mini {
  margin-top: 15px;
  position: relative;
  height: 115px;
  background: #406277;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4) inset;
}
.teaser-mini img {
  margin: 0;
}
.teaser-mini a {
  float: left;
}
.teaser-mini a:hover {
  color: white !important;
}
.teaser-mini a:first-child {
  display: block;
  position: relative;
}
.teaser-mini a:first-child:before {
  content: '';
  display: block;
  position: absolute;
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-width: 3px 0 3px 3px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.teaser-mini .text {
  font-size: 1em;
  padding: 20px 10px 0 12px;
  width: 150px;
  color: #fff;
  font-family: "UniversNW01-420CdRegula";
  line-height: 1.2;
}
.teaser-mini .arrow {
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 18px;
  height: 18px;
  background: url('../images/fleche@2x.png') right center no-repeat;
  background-size: 100%;
}
.teaser-mini.teaser-mini-white {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.4) inset;
}
.teaser-mini.teaser-mini-white a {
  color: black !important;
}
.teaser-mini.teaser-mini-white a:hover {
  color: black !important;
}
.teaser-mini.teaser-mini-white a:first-child:before {
  border: 3px solid rgba(0, 0, 0, 0.4);
  border-width: 3px 0 3px 3px;
}
.teaser-mini.teaser-mini-white .arrow {
  background: url('../images/fleche-noire.png') right center no-repeat;
  background-size: auto;
}
.teaser-mini.fix-margin {
  margin-top: 0;
  margin-bottom: 15px;
}
#univers {
  padding-top: 0;
  background: url(../images/bg-frame-oneline.png) top left repeat-x;
}
.univers-header {
  position: relative;
  width: 990px;
  height: 525px;
  margin: 0 auto 30px;
}
.univers-header .univers-header-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 14px 35px 14px 11px;
  zoom: 1;
}
.univers-header .univers-header-content:before,
.univers-header .univers-header-content:after {
  display: table;
  content: " ";
}
.univers-header .univers-header-content:after {
  clear: both;
}
.univers-header .deco_univers {
  display: none;
}
.univers-header .univers-infos {
  float: right;
  padding-top: 24px;
  width: 318px;
}
.univers-header .univers-resume {
  background: white;
  padding: 16px;
}
.univers-header .univers-resume .h3-like {
  font-size: 1.5em;
  font-family: "UniversNW01-620CdBold";
}
.univers-header .univers-resume p {
  margin-bottom: 0;
}
.univers-header .univers-resume a.read-more-after {
  margin-bottom: 0;
  border: none;
}
.univers-header .alerte-chrono {
  display: block;
  float: none;
  width: 90%;
  margin-left: 9.5%;
}
.univers-header .alerte-chrono img {
  margin-bottom: 0;
  margin-left: -10%;
  background-color: transparent;
}
.univers-header .alerte-chrono .text {
  width: 240px;
  display: block;
  line-height: 62px;
  padding-top: 0;
}
.univers-header .alerte-chrono .text span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.univers-header .introUnivers {
  padding-bottom: 16px;
  background: url(../images/actu-border.png) bottom left no-repeat;
  font-size: 0.75em;
}
.univers-header .introUnivers > li {
  margin-bottom: 1px;
}
.univers-header .introUnivers > li ul {
  display: inline;
}
.univers-header .introUnivers > li ul li {
  display: inline-block;
  font-family: "Univers Next W01 Bold";
  zoom: 1;
  *display: inline;
}
.univers-header .introUnivers > li ul li:before {
  content: "/ ";
}
.univers-header .introUnivers > li ul li:first-child:before {
  content: "";
}
.univers-header .h2-like {
  display: inline-block;
  width: auto;
  background: black;
  color: white;
  font-size: 3em;
  font-family: "Univers Next W01 Light";
  padding: 0 10px;
}
.univers-header > img {
  position: absolute;
  top: 0;
  left: 0;
}
.univers-container .h1-like {
  font-size: 3em;
  line-height: 48px;
  font-family: "Univers Next W01 Light";
  text-transform: uppercase;
  color: black;
  padding-bottom: 10px;
  margin-bottom: 15px;
  background: url(../images/actu-border.png) bottom left repeat-x;
}
.flexslider-univers {
  position: relative;
  margin: 0 auto;
  width: 601px;
}
.flexslider-univers .flex-direction-nav {
  position: absolute;
  left: 0;
  right: 0;
}
.flexslider-univers .flex-direction-nav li {
  margin-top: 22px;
  display: block;
  height: 36px;
  left: -25px;
  position: absolute;
  width: 20px;
}
.flexslider-univers .flex-direction-nav li a {
  background: url('../images/pagi_prev_collaboration.png') no-repeat center;
  color: #fff;
  display: block;
  height: 100%;
  width: 20px;
  margin: 0;
}
.flexslider-univers .flex-direction-nav li + li {
  left: auto;
  right: -25px;
}
.flexslider-univers .flex-direction-nav li + li a {
  background: url('../images/pagi_next_collaboration.png') no-repeat center;
}
.flexslider-univers .slides {
  padding-top: 0;
}
.flexslider-univers .slides li {
  margin: 0 20px 0 0;
}
.flexslider-univers .info-bd {
  background-image: none;
}
.sliderDargaud .subtitle {
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: black;
  font-family: "UniversNextW01-Regular";
}
.sliderDargaud .linkTo {
  display: block;
  float: right;
  margin-right: 25px;
}
.sliderDargaud.univers {
  margin-bottom: 30px;
}
.flexslider-autresTomes.inFicheSerie,
.flexslider-autresTomes.inFicheAlbum {
  position: relative;
}
.flexslider-autresTomes.inFicheSerie .slides,
.flexslider-autresTomes.inFicheAlbum .slides {
  padding-top: 0;
}
.flexslider-autresTomes.inFicheSerie .flex-direction-nav,
.flexslider-autresTomes.inFicheAlbum .flex-direction-nav {
  top: 25px;
}
.flexslider-autresTomes.inFicheSerie .flex-direction-nav li,
.flexslider-autresTomes.inFicheAlbum .flex-direction-nav li {
  left: -30px;
}
.flexslider-autresTomes.inFicheSerie .flex-direction-nav li + li,
.flexslider-autresTomes.inFicheAlbum .flex-direction-nav li + li {
  left: auto;
  right: -30px;
}
.hidden {
  display: none !important;
}
.magnify-video {
  display: block;
  position: relative;
}
.magnify-video .picto-play {
  display: block;
  width: 39px;
  height: 39px;
  background: url(../images/picto-play.png) 0 0 no-repeat;
  cursor: pointer;
  top: 50%;
  margin-top: -19px;
  left: 50%;
  margin-left: -19px;
  position: absolute;
}
.flexslider-diapo-videos,
.flexslider-diapo-videos-mini {
  zoom: 1;
  margin: 0 auto;
}
.flexslider-diapo-videos:before,
.flexslider-diapo-videos-mini:before,
.flexslider-diapo-videos:after,
.flexslider-diapo-videos-mini:after {
  display: table;
  content: " ";
}
.flexslider-diapo-videos:after,
.flexslider-diapo-videos-mini:after {
  clear: both;
}
.flexslider-diapo-videos img,
.flexslider-diapo-videos-mini img {
  margin-bottom: 0;
  cursor: pointer;
}
.diapo-video-wrapper {
  padding: 0 20px;
  position: relative;
  clear: both;
  margin-top: 4px;
}
.diapo-video-wrapper .flex-direction-nav {
  width: 100%;
  position: static;
}
.diapo-video-wrapper .flex-direction-nav li {
  float: none;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 0;
}
.diapo-video-wrapper .flex-direction-nav li + li {
  left: auto;
  right: 0;
}
.diapo-video-wrapper .flex-direction-nav li a {
  background: url('../images/pagi_prev_collaboration.png') no-repeat center;
  color: #fff;
  display: block;
  height: 36px;
  width: 20px;
  margin: 0;
}
.diapo-video-wrapper .flex-direction-nav li + li a {
  background: url('../images/pagi_next_collaboration.png') no-repeat center;
}
.resume-container.opened {
  border-bottom: 1px solid black;
  margin-bottom: 30px;
}
.serie-header .resume-container.opened {
  border-bottom: none;
  margin-bottom: 0;
}
.westory-avis {
  margin: 15px auto;
  max-width: 990px;
}
.westory-coldroite {
  margin: 15px 0;
}
.lien-forum {
  display: block;
  background: #333c48;
  text-transform: uppercase;
  color: white;
  padding: 18px 35px 11px 28px;
  font-family: "UniversNW01-620CdBold";
  font-size: 24px;
  clear: both;
  margin: 15px 0 0;
}
.lien-forum:hover {
  color: white !important;
}
.lien-forum span {
  display: block;
  width: 100%;
  height: 34px;
  background: url(../images/logo-forum.png) top right no-repeat;
}
.lien-forum.fix-margin-bot {
  margin-bottom: 15px;
}
.resume-univers-container {
  position: relative;
}
.resume-univers-container a.read-more-after-univers,
.resume-univers-container a.read-less-after-univers {
  margin: 10px;
  border-bottom: none;
}
.resume-univers-container .resume-univers-full {
  position: absolute;
  top: 0;
  left: -16px;
  right: -16px;
  padding: 16px;
  display: none;
  z-index: 100;
  background: white;
}
.resume-univers-container .resume-univers-apercu {
  position: relative;
  z-index: 90;
}
.resume-univers-container.opened .resume-univers-full {
  display: block;
}
.flexslider-auteurs-univers .slides li {
  margin: 0 8px 0 0;
}
.flexslider-auteurs-univers .bd {
  display: block;
  float: none;
  width: auto;
  height: auto;
  margin: 0 0 0 0;
  border: none;
}
.flexslider-auteurs-univers .bd .nouveaute-info {
  float: none;
  font-size: 14px;
}
.flexslider-auteurs-univers .flex-direction-nav {
  position: static;
}
.flexslider-auteurs-univers .flex-direction-nav li {
  float: none;
  position: absolute;
  top: 0;
  right: 24px;
}
.flexslider-auteurs-univers .flex-direction-nav li + li {
  right: 0;
}
.flexslider-auteurs-univers .flex-direction-nav li a {
  background: url('../images/pagi_prev_collaboration.png') no-repeat center;
  color: #fff;
  display: block;
  height: 36px;
  width: 20px;
  margin: 0;
}
.flexslider-auteurs-univers .flex-direction-nav li + li a {
  background: url('../images/pagi_next_collaboration.png') no-repeat center;
}
.univers-auteurs {
  position: relative;
}
.univers-auteurs .h2-like {
  padding-right: 55px;
}
.listing a.linkForResultList {
  background: none;
  display: block;
  padding-left: 0;
  font-size: 1em;
}
.mfp-iframe-liseuse {
  height: 80% !important;
  margin: auto;
  max-height: 780px;
  padding: 90% 0 0 0 !important;
}
/* --------------------------------------------------
	= Bloc panier
--------------------------------------------------  */
#basket h2 {
  font-family: "Univers N W01 320 Cd Lt";
  font-size: 24px;
  margin-top: 30px;
}
#basket h2 + p {
  font-family: "UniversNextW01-Regular";
  font-size: 16px;
  margin: 5px 0 30px;
}
#basket #doBasket .item {
  padding: 10px;
}
#basket #doBasket .item > div {
  border-right: 1px dotted #777674;
  box-sizing: border-box;
  float: left;
  font-size: 14px;
  height: 159px;
  text-transform: none;
  width: 503px;
}
#basket #doBasket .item > div a.img {
  float: left;
}
#basket #doBasket .item > div .ctnt {
  float: left;
  padding: 10px;
  width: 365px;
}
#basket #doBasket .item > div .ctnt h3 {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#basket #doBasket .item > div .ctnt .infoslivraisons {
  font-family: "UniversNW01-231BThinIt";
  font-size: 12px;
  text-decoration: underline;
}
#basket #doBasket .item > div em {
  font-family: "UniversNextW01-Regular";
  display: block;
  margin-bottom: 18px;
}
#basket #doBasket .item > div + div {
  padding: 10px 20px;
  width: 191px;
}
#basket #doBasket .item > div + div + div {
  width: 170px;
}
#basket #doBasket .item > div + div + div + div {
  border-right: none;
  width: 106px;
}
#basket #doBasket .item > div + div + div + div button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Univers Next W01 Light";
  font-size: 10px;
  padding-left: 20px;
  position: relative;
}
#basket #doBasket .item > div + div + div + div button span {
  background: #000000 url('../images/suppr-btn.png') no-repeat center;
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}
#basket #doBasket .item.dark {
  background: #efece8;
}
#basket #doBasket .item.final > div {
  width: 590px;
}
#basket #doBasket .item.final > div + div {
  padding-right: 0;
  width: 190px;
}
#basket #doBasket .item.final > div + div + div {
  border-right: none;
}
#basket .recap-total {
  background: #000;
  color: #fff;
  padding: 18px;
  text-align: right;
}
#basket .recap-total div {
  font-size: 14px;
  text-transform: none;
}
#basket .recap-total div.basketTotal {
  font-family: "UniversNextW01-Regular";
  font-size: 18px;
  text-transform: uppercase;
}
#basket .recap-total div.special-offer {
  color: #f3be03;
  text-align: left;
}
#basket .recap-total div.mini {
  text-align: left;
  font-size: 11px;
}
#basket .recap-total div.mini a {
  color: #fff;
  text-decoration: underline;
}
#basket .recap-total div.mini a:hover {
  color: #fff !important;
}
#basket .recap-total.recap-total-mini {
  margin-top: 30px;
  width: auto;
  display: inline-block;
  text-align: left;
}
#basket .buttonsbasket {
  border-bottom: 1px dotted #000;
  margin-top: 15px;
  padding-bottom: 30px;
}
#basket .buttonsbasket .btn {
  background: transparent url('../images/basket-next.png') no-repeat left top;
  color: #fff;
  cursor: pointer;
  display: block;
  float: right;
  font-family: "UniversNW01-620CdBold";
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding-left: 40px;
  position: relative;
  text-transform: uppercase;
  width: 186px;
}
#basket .buttonsbasket .btn.viewmore {
  background: transparent url('../images/basket-prev.png') no-repeat right bottom;
  color: #000;
  float: left;
  width: 206px;
}
#basket .buttonsbasket label {
  font-size: 18px;
  text-transform: none;
}
#basket .buttonsbasket label a {
  text-decoration: underline;
}
#basket .buttonsbasket label + p {
  font-size: 18px;
  margin-top: 30px;
}
#basket .info-paiement {
  margin-top: 21px;
  text-align: justify;
}
#basket .info-paiement img {
  display: inline-block;
  vertical-align: middle;
}
#basket .info-paiement a {
  text-decoration: underline;
}
#basket .container.content_padding.accountinfo {
  width: 528px;
}
#basket .container.content_padding.accountinfo h2 {
  margin-bottom: 25px;
}
#basket .container.content_padding.accountinfo form .element {
  clear: both;
}
#basket .container.content_padding.accountinfo form label {
  float: left;
  height: 28px;
  line-height: 28px;
  margin-bottom: 7px;
  text-transform: none;
  width: 233px;
}
#basket .container.content_padding.accountinfo form input[type="radio"] + label {
  text-transform: none;
  margin-bottom: 0;
  float: none;
  display: inline-block;
  width: auto;
}
#basket .container.content_padding.accountinfo form input[type="text"],
#basket .container.content_padding.accountinfo form select,
#basket .container.content_padding.accountinfo form textarea {
  border: 1px solid #cccccc;
  color: #000;
  font-family: "UniversNW01-230BThin";
  width: 292px;
}
#basket .container.content_padding.accountinfo form input[type="text"],
#basket .container.content_padding.accountinfo form select {
  box-sizing: border-box;
  height: 28px;
  line-height: 28px;
  margin-bottom: 7px;
  padding: 0 9px;
}
#basket .container.content_padding.accountinfo .highlight {
  background: #efece8;
  margin: 20px -30px 30px;
  padding: 25px 30px 20px;
}
#basket .container.content_padding.accountinfo .highlight label {
  float: none;
  width: auto;
}
#basket .container.content_padding.accountinfo .highlight > div label {
  display: inline-block;
  margin: 0;
  min-width: 100px;
}
#basket .container.content_padding.accountinfo .buttonblock {
  border-top: 1px dotted #000000;
  padding: 15px 0 30px;
}
#basket .container.content_padding.accountinfo .buttonblock .btn {
  background: transparent url('../images/basket-next-yellow.png') no-repeat left top;
  color: #000000;
  cursor: pointer;
  display: block;
  float: right;
  font-family: "UniversNW01-620CdBold";
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding-left: 40px;
  position: relative;
  text-transform: uppercase;
  width: 136px;
}
#basket .container.content_padding.accountinfo .buttonblock .btn.prev {
  background: transparent url('../images/basket-prev.png') no-repeat left bottom;
  color: #000;
  float: left;
  width: 136px;
}
#basket .container.content_padding.accountinfo .subinfos {
  color: #B0B0B0;
  font-family: "Univers Next W01 Light";
  font-size: 12px;
  margin-top: 35px;
}
#basket .container.content_padding.accountinfo .subinfos a {
  color: #B0B0B0;
  text-decoration: underline;
}
#basket .container.content_padding .oblig {
  float: left;
  font-family: "Univers Next W01 Light";
  font-size: 12px;
  margin-top: 10px;
}
#basket .container.content_padding .choixPaiement {
  background: #efece8;
  box-sizing: border-box;
  margin: 15px 0 10px;
  padding: 25px 30px 20px;
  width: 430px;
}
#basket .container.content_padding .choixPaiement input {
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  height: 55px;
  /*&.paiementCB {
          background: transparent url("../images/basket-cb.png") no-repeat left center;
          width: 241px;
        }*/

}
#basket .container.content_padding .choixPaiement input.paiementCarte {
  background: transparent url("../images/basket-cb.png") no-repeat left center;
  width: 67px;
}
#basket .container.content_padding .choixPaiement input.paiementCarte.paiementVisa {
  background-position: 0 0;
}
#basket .container.content_padding .choixPaiement input.paiementCarte.paiementMaster {
  background-position: -87px 0;
}
#basket .container.content_padding .choixPaiement input.paiementCarte.paiementCb {
  background-position: -174px 0;
}
#basket .container.content_padding .choixPaiement input.paiementPaypal {
  background: transparent url("../images/basket-paypal.png");
  margin-left: 20px;
  width: 104px;
}
/*
Version: 3.4.4 Timestamp: Thu Oct 24 13:23:11 PDT 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */

  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */

  -webkit-box-sizing: border-box;
  /* webkit */

  -moz-box-sizing: border-box;
  /* firefox */

  box-sizing: border-box;
  /* css3 */

}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  /*background: url('select2.png') right top no-repeat;*/

  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */

  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  /*border: 1px solid #5897fb;*/

  border-top: none;
}
/*.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}*/
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  /*background: url('select2.png') no-repeat 0 1px;*/

}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*    background: #fff url('select2.png') no-repeat 100% -22px;
    background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
*/
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #ffffff url('select2-spinner.gif') no-repeat 100%;
  background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  /*border: 1px solid #5897fb;*/

  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  /*border: 1px solid #5897fb;*/

  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  /*background: #3875d7;*/

  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  /*border: 1px solid #5897fb;*/

  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  /*    background: url('select2.png') right top no-repeat;
*/
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.6;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  /*max-width: 500px;*/

  margin: 20px auto;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.ws-mfp-login .mfp-content {
  max-width: 311px;
}
.ws-mfp-login .ws-mfp-iframe {
  width: 307px;
  height: 383px;
}
@media only screen and (max-width: 767px) {
  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
}
#modalBasket {
  padding: 8px;
  max-width: 526px;
  border: 3px solid #000000;
}
#modalBasket .product {
  background: #efece8;
  margin: 13px 0;
  padding: 10px;
}
#modalBasket .product img {
  float: left;
  margin-right: 20px;
}
#modalBasket .product p {
  font-family: "Univers Next W01 Light";
  font-size: 18px;
}
#modalBasket .product p b {
  text-transform: uppercase;
}
#modalBasket .product p.infosPanier {
  font-family: "UniversNextW01-Regular";
  font-size: 14px;
  margin-top: 25px;
}
#modalBasket .subinfos {
  border-bottom: 1px dotted #000000;
  font-family: "UniversNextW01-Regular";
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 15px;
  padding: 0 10px 16px;
}
#modalBasket .subinfos .mini {
  display: block;
  margin-top: 15px;
  font-family: "UniversNW01-231BThinIt";
  font-size: 12px;
}
#modalBasket .subinfos .mini a {
  text-decoration: underline;
}
#modalBasket .content-member {
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: "Univers N W01 320 Cd Lt";
}
#modalBasket .mfp-close {
  top: 5px;
  right: 5px;
  width: 23px;
  height: 23px;
  background: url('../images/close.png') no-repeat;
  text-indent: -9999px;
  opacity: 1;
}
#modalBasket .buttonblock {
  height: 45px;
}
#modalBasket .buttonblock .btn {
  background: url('../images/basket-add-next.png') no-repeat left top;
  color: #FFFFFF;
  display: block;
  float: right;
  font-family: "UniversNW01-620CdBold";
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding-left: 40px;
  width: 166px;
}
#modalBasket .buttonblock .btn.mfp-close {
  background: url('../images/basket-add-prev.png') no-repeat left top;
  color: #000000;
  float: left;
  right: auto;
  text-indent: initial;
  top: auto;
  width: 199px;
}
.listDimensionWallpaper {
  display: none;
}
.listDimensionWallpaper.selected {
  display: block;
}
.listingBreve li {
  font-size: 0.875em;
  padding-left: 1.5em;
  background: url('../images/point-subnav.png') left top no-repeat;
  text-transform: none;
}
.starUniversLink {
  display: block;
  height: 81px;
  margin-top: -12px;
  padding-top: 15px;
  width: 300px;
  float: right;
  background-position: center right;
  background-repeat: no-repeat;
}
.header-content.frame.universStar {
  height: 81px;
}
.header-content.frame.universStar .page-title {
  background: transparent;
}
a.joinFacebookPage {
  color: #224586;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "UniversNW01-720CdHeavy";
  text-align: right;
  padding-right: 88px;
  margin-bottom: 10px;
  background-image: url("../images/univers-star-fb-share/universsimple.png");
  background-repeat: no-repeat;
  display: block;
  width: 320px;
  height: 101px;
  line-height: 101px;
  padding-top: 0px;
}
a.joinFacebookPage span {
  line-height: normal;
  vertical-align: middle;
  display: inline-block;
}
.likeContainer.greatBlock {
  border: 1px solid black;
}
.container.content_padding.univers-container {
  margin-bottom: 0;
}
.fb-like {
  height: 20px;
  overflow: hidden;
}
.flexslider-univers ul.slides li.bd a.couverture {
  margin-top: 22px;
}
.flexslider-univers ul.slides li.bd a.couverture .aparaitre,
.flexslider-univers ul.slides li.bd a.couverture .dernierparu {
  font-size: 0.6875em;
  color: #ffffff;
  font-family: "Univers Next W01 Bold";
  height: 22px;
  left: 0;
  line-height: 22px;
  position: absolute;
  padding: 0 8px;
  right: 0;
  top: -22px;
}
.flexslider-univers ul.slides li.bd a.couverture .aparaitre {
  background: #f36d00;
}
.flexslider-univers ul.slides li.bd a.couverture .dernierparu {
  background: #ada18b;
}
.couverture {
  background-color: white;
}
#catalogue .couverture {
  background-color: white;
}
#google-maps #map-canvas {
  height: 546px;
}
#google-maps img {
  max-width: none;
}
#google-maps .contentGmap h2 {
  font-size: 18px;
  color: #7e8db5;
  text-transform: uppercase;
}
#google-maps .contentGmap .bodyContent p {
  font-size: 14px;
  color: #6d7276;
  line-height: 18px;
}
.carousel-dates .flex-direction-nav a.flex-next.flex-disabled,
.carousel-dates .flex-direction-nav a.flex-prev.flex-disabled {
  display: none;
}
.oneThematique {
  padding-bottom: 5px !important;
}
.oneThematique .couverture {
  height: 180px !important;
}
.albumForTheme {
  height: 256px !important;
}
#home .slide-title.uppercase {
  text-transform: uppercase !important;
}
/*.one-day-event{
	span.encart-info.big{
		padding-top: 1em;
	}
}*/
.footer .list .like-a {
  font-size: 0.75em;
  color: #666;
  text-transform: none;
  font-family: 'Univers Next W01 Light';
  padding-left: 15px;
  background: url('../images/footer-arrow.png') left center no-repeat;
}
.footer-westory-connect {
  min-height: 16px;
  padding-left: 45px;
  background: url('../images/ws-logo-footer.png') left center no-repeat;
  margin-top: 8px;
}
.footer-westory-connect.is-logged-in {
  display: none;
}
.footer-westory-connect a {
  display: block;
  float: left;
  color: white;
  font-size: 10px;
  padding: 2px 4px;
  margin-right: 4px;
}
.footer-westory-connect a.bRose {
  background-color: #ca3793;
}
.footer-westory-connect a.bBlack {
  background-color: #333c48;
}
.footer-westory-connect a:hover {
  color: white !important;
  text-decoration: underline;
}
/**
 * Accordion
 */
.accordion .element > * {
  height: 0;
  overflow: hidden;
}
.accordion .element.active > * {
  height: auto;
}
.accordion .element .label {
  height: auto;
}
.accordion .element .label:hover,
.accordion .element .label:focus {
  cursor: pointer;
}
#mes-commandes {
  margin-top: 30px;
  margin-bottom: 25px;
}
#mes-commandes .info-bd,
#mes-commandes .bd {
  margin-bottom: 0;
  border: 0;
  background: none;
}
#mes-commandes .info-bd {
  height: 0;
}
.mes-commandes-title {
  font-size: 2.25em;
  text-transform: uppercase;
  border-bottom: 1px solid #DDD;
  padding-bottom: 15px;
  margin-bottom: 18px;
}
.mes-commandes-label {
  position: relative;
}
.mes-commandes-label .description {
  min-height: 45px;
  text-transform: none;
  font-family: "UniversNW01-620CdBold";
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.mes-commandes-label .details {
  padding-top: 4px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: top right;
  padding-right: 35px;
  background-image: url("../images/arrow-mes-commande.png");
}
.active .mes-commandes-label .description {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.active .mes-commandes-label .details {
  background-image: url("../images/arrow-mes-commande-down.png");
}
#mes-commandes .active .content {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.no-float {
  clear: both;
}
.order-infos {
  margin-bottom: 12px;
}
.order-infos .info {
  text-transform: none;
}
.fixminheighthome {
  height: 250px;
}
.more.about-concours {
  margin-top: 10px;
}
.lot.frame .info-bd {
  padding-bottom: 0;
}
.flex-disabled {
  display: none !important;
}
.listing-last-articles li {
  margin-bottom: 15px;
}
.listing-last-articles li .date {
  color: #ada18b;
  font-family: "UniversNW01-520CdMedium";
  font-size: 10px;
}
.listing-last-articles li a {
  font-size: 14px;
  font-family: 'Univers Next W01 Light';
  color: black;
  text-transform: none;
}
.bloc-large.player {
  padding-bottom: 10px;
}
.fixmarginactutpartof {
  margin-top: 15px !important;
}
article#serie {
  padding-top: 0;
}
.without-filet {
  background-image: none !important;
}
.noMinHeight {
  min-height: 0 !important;
}
.flexslider-univers ul.slides li.bd a.couverture {
  /*max-height: 248px;
	overflow: hidden;*/

  /*display: table-cell;*/

}
.flexslider-univers ul.slides li.bd a.couverture .couverture-wrapper {
  display: block;
  min-height: 244px;
  line-height: 244px;
  background: #ccc;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
}
.flexslider-univers ul.slides li.bd a.couverture img {
  display: inline-block;
  vertical-align: middle;
  max-height: 244px;
}
.flexslider-univers ul.slides li.bd a.couverture img {
  width: 100%;
}
.albumForTheme .info-bd {
  font-size: 10px;
}
.bloc-right .discover.coin-left {
  position: relative;
}
.bloc-right .discover.coin-left .arrow {
  position: absolute;
  right: 10px;
  bottom: 7px;
}
.discover.coin {
  position: relative;
}
.discover.coin .arrow {
  position: absolute;
  left: 10px;
  bottom: 7px;
}
.contains-auteur-photo-fleche-bulle {
  position: relative;
}
.auteur-photo-fleche-bulle {
  display: block;
  width: 242px;
  height: 100px;
  background-image: url("../images/arrow-photo-auteur.png");
  background-repeat: no-repeat;
  background-position: 231px 36px;
  position: absolute;
  z-index: 5;
}
.alerte-chrono img {
  background-color: white;
}
.fix-author-collabo-bd {
  width: auto;
}
.resume-author-full {
  display: none;
}
.opened .resume-author-full {
  display: block;
}
.opened .resume-author-apercu {
  display: none;
}
.picto-result-list-fleche-bulle {
  display: block;
  width: 63px;
  height: 50px;
  background-image: url("../images/arrow-photo-auteur.png");
  background-repeat: no-repeat;
  background-position: 52px 6px;
  position: absolute;
  z-index: 5;
}
.fix-decal-album-result-list {
  padding-top: 4px;
}
.addThisRight.fix-blog {
  width: 310px;
}
.fix-full-img-actualite img {
  width: 100% !important;
}
.fix-visuel-slide-home {
  width: 480px;
}
.fix-couverture-slide-home {
  width: 190px;
}
.lot.frame.coin {
  background-color: #fff;
}
.contest-img.fix-decal-10 {
  position: relative;
  left: -10px;
}
.contest-text h2 {
  background: none !important;
  padding-bottom: 0 !important;
}
.separator {
  width: 100%;
  height: 1px;
  margin: 0 0 -1px;
  clear: both;
  margin-bottom: 30px;
}
#article-blog #article .sommaire a {
  color: black;
}
#article-blog #article .sommaire a:hover {
  color: #0988ad;
}
.fixBlueToBlack {
  color: black !important;
}
.fixBlueToBlack:hover {
  color: #0988ad;
}
.article-accroche {
  font-family: "Univers Next W01 Light" !important;
  font-size: 22px !important;
  line-height: 29px !important;
}
.article-accroche p {
  font-family: "Univers Next W01 Light" !important;
  font-size: 24px !important;
  line-height: 29px !important;
}
/*======================*/
.bloc.author-next-sortie {
  margin-top: 15px;
  background: url('../images/motif.png') 0 0 repeat;
}
.bloc.author-next-sortie .bd {
  float: none;
  margin: 0;
  width: auto;
  border-bottom: none;
  background: white;
  padding: 5px;
}
.bloc.author-next-sortie .bd .couverture {
  width: 121px;
  height: 159px;
  float: left;
  margin-right: 5px;
}
.bloc.author-next-sortie .bd .info-bd {
  padding-bottom: 0;
  background: none;
  margin-bottom: 0;
  height: 3.3em;
}
/*=================================*/
/*==========Bibliographie==========*/
/*=================================*/
.title-bibliographie-side-bloc {
  margin-top: 20px;
  text-transform: uppercase;
  color: white;
  font-family: "UniversNW01-620CdBold";
  font-size: 24px;
  background-color: black;
  padding: 10px 9px;
}
.listing-albums-side-bloc-serie {
  padding: 10px;
}
.listing-albums-side-bloc-serie.even {
  background-color: #efece8;
}
.listing-albums-side-bloc-serie .mediao__figure {
  margin-right: 8px;
  position: relative;
}
.listing-albums-side-bloc-serie .mediao__body {
  padding-top: 6px;
  font-family: "UniversNW01-230BThin";
  text-transform: uppercase;
}
.listing-albums-side-bloc-serie.masked {
  display: none;
}
.listing-albums-side-bloc-serie.masked.unmasked {
  display: block;
}
.biblio-couv-arrow {
  z-index: 5;
  position: absolute;
  width: 12px;
  height: 11px;
  right: -1px;
  top: 8px;
  display: block;
  background-image: url("../images/biblio-couv-arrow.png");
  background-repeat: no-repeat;
}
.listing-side-bloc-serie-title {
  display: block;
  color: black;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 15px;
}
.listing-side-bloc-serie-title:hover,
.listing-side-bloc-serie-title:focus {
  color: #0988ad;
}
.listing-side-bloc-serie-tome-count {
  font-size: 12px;
}
.listing-side-bloc-serie-status {
  font-size: 12px;
}
.container-404 {
  width: 990px;
  margin: 0 auto 30px;
  position: relative;
}
.container-404 .article-title {
  position: absolute;
  text-align: center;
  left: 5%;
  bottom: 19%;
}
.container-404 .article-title em {
  display: block;
  font-size: 0.6em;
}
.font-1-em {
  font-size: 1em !important;
}
.suggestionArticle h3 {
  font-size: 15px;
}
.suggestionArticle p {
  font-size: 14px !important;
}
.addthis_sharing_toolbox {
  margin-bottom: 20px;
}
.actublog-text {
  height: 48px   !important;
  overflow: hidden !important;
  margin-bottom: 15px !important;
  line-height: 1.2em !important;
}
.fleche-wrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.fleche-wrapper img {
  display: block !important;
}
#backToUp {
  display: none;
  position: fixed;
  right: 0;
  top: 240px;
  width: 50px;
  height: 50px;
  z-index: 5;
  background-repeat: 0;
  background-image: url('../images/back-to-up-arrow.png');
}
#backToUp.showed {
  display: block;
}
#backToUp.showed:hover {
  cursor: pointer;
}
.csstransitions #backToUp {
  display: block;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.csstransitions #backToUp.showed {
  opacity: 1;
}
.contact-page-intro {
  font-family: "Univers Next W01 Bold";
  font-size: 18px;
}
.contact-page-intro p {
  margin-bottom: 20px;
}
.contact-page-subtitle {
  font-family: "helvetica";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.contact-page-label {
  font-family: "UniversNextW01-Regular";
  font-size: 14px;
  text-transform: none;
  clear: both;
  float: left;
  display: block;
  width: 105px;
}
.contact-page-inner-block {
  background-color: #f1edea;
  background-image: url("../images/arrow-bottom-white.png");
  background-repeat: no-repeat;
  background-position: 40px 0;
  padding: 35px 50px 30px 40px;
}
.contact-page-receiver-choice {
  margin-bottom: 30px;
  width: 286px;
  height: 30px;
  border: 1px solid #cdcdcd;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  position: relative;
}
.contact-page-receiver-choice .select-down-arrow {
  background-repeat: no-repeat;
  background-image: url('../images/select-down-arrow.png');
  background-color: #cdcdcd;
  width: 34px;
  height: 28px;
  position: absolute;
  z-index: 2;
  right: 0;
  background-position: center;
}
.contact-page-receiver-choice select {
  position: relative;
  z-index: 5;
  height: 28px;
  border: 0;
  width: 130%;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: none;
  font-family: "UniversNW01-230BThin";
  color: grey;
  font-size: 18px;
  line-height: 28px;
}
.contact-page-receiver-choice select:hover,
.contact-page-receiver-choice select:focus {
  cursor: pointer;
}
.contact-page-receiver-choice select:focus {
  outline: none;
}
.contact-page-faq-link-list .faq-sentence {
  display: none;
  text-transform: none;
}
.contact-page-faq-link-list .faq-sentence a {
  text-decoration: underline;
}
.contact-page-faq-link-list .faq-sentence.showed {
  display: block;
  margin-bottom: 20px;
}
.contact-page-input-text {
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
}
.contact-page-input-text input {
  width: 207px;
  height: 18px;
  border: 1px solid #cdcdcd;
  margin-left: 8px;
}
.contact-page-input-textarea textarea {
  max-width: 100%;
  border: 1px solid #cdcdcd;
  margin-left: 8px;
  margin-top: 1px;
  width: 787px;
  height: 140px;
}
.contact-page-submit-button-wrapper {
  margin-top: 3px;
  float: right;
  background-repeat: no-repeat;
  background-image: url('../images/contact-page-validation-corner.png');
  padding-left: 26px;
  height: 32px;
}
.contact-page-submit-button {
  background-color: #f4bf01;
  display: block;
  font-family: 'UniversNW01-620CdBold';
  color: black;
  font-size: 14px;
  text-transform: uppercase;
  background-image: url('../images/contact-page-validation-arrow.png');
  padding-left: 18px;
  background-repeat: no-repeat;
  height: 32px;
  line-height: 32px;
  background-position: 0 9px;
  padding-right: 15px;
}
.contact-page-submit-button:hover {
  cursor: pointer;
}
.contact-page-submit-button-break {
  display: block;
  width: 100%;
  clear: both;
}
.unreal-select-particulier {
  float: left;
  margin-right: 50px;
}
.contact-page-success-message {
  color: #da3f4f;
}
.info-tunnel {
  width: 100%;
  margin: auto;
}
.info-tunnel ul {
  margin-top: 20px;
  padding: 0 15px;
  border-bottom: dotted 1px;
  height: 44px;
}
.info-tunnel ul li {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px 20px;
  margin-right: 7px;
  text-align: center;
}
.info-tunnel ul li.active {
  color: #ffffff;
  background: url('../images/bg-li-coin-coupe.png') center left no-repeat;
}
.basketAuth {
  margin-top: 30px;
}
.basketAuth .goto-westory {
  text-align: center;
}
.basketAuth .goto-westory strong {
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  font-family: "UniversNextW01-Regular";
}
.basketAuth .goto-westory strong span {
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/logo_we_story_mini.png) 0 0 no-repeat;
  width: 149px;
  height: 20px;
}
.basketConnect,
.basketRegister {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  width: auto;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  padding: 0 20px;
  margin: 15px 0;
}
.basketConnect.basketConnect,
.basketRegister.basketConnect {
  background-color: #333c48;
}
.basketConnect.basketRegister,
.basketRegister.basketRegister {
  background-color: #ca3793;
}
.basketConnect:hover,
.basketRegister:hover {
  color: #fff !important;
  text-decoration: underline;
}
.sips_request_container {
  margin: 30px 0;
}
.sips_request_container img {
  display: inline;
}
.multilink-group {
  position: relative;
  height: 85px;
}
.multilink-group > a {
  position: absolute;
  margin-top: 0;
}
.multilink-group > a.on-right {
  right: 0;
}
.multilink-group > a.see-unavalaible-albums {
  line-height: normal;
  text-align: center;
  font-size: 9px;
  font-family: "Univers Next W01 Light";
  text-transform: none;
  bottom: 2px;
  width: 219px;
  display: block;
}
#wrapper-screen-mask-modal-unavailable-albums {
  display: none;
  position: absolute;
  z-index: 25000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#wrapper-screen-mask-modal-unavailable-albums.active {
  display: block;
}
#screen-mask-modal-unavailable-albums {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.5;
  top: 0;
  left: 0;
}
#wrapper-modal-unavailable-albums {
  display: block;
  position: absolute;
  top: -350px;
  width: 100%;
}
#modal-unavailable-albums {
  display: block;
  background-color: white;
  width: 488px;
  max-width: 100%;
  margin: auto;
  border: 4px solid black;
  padding: 15px 15px 20px 15px;
  position: relative;
}
.h2-like.hotfix-little-margin-bottom {
  margin-bottom: 8px;
}
#close-modal-unavailable-albums {
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  background-image: url("../images/close-cross.png");
  width: 23px;
  height: 23px;
}
#close-modal-unavailable-albums:hover {
  cursor: pointer;
}
#unavailable-album-list {
  margin-top: 20px;
}
.unavailable-album {
  padding: 20px 8px;
  text-transform: none;
  zoom: 1;
}
.unavailable-album.odd {
  background-color: #f0ece9;
}
.unavailable-album:before,
.unavailable-album:after {
  content: "";
  display: table;
}
.unavailable-album:after {
  clear: both;
}
.unavailable-album-title {
  float: left;
}
.unavailable-album-price {
  padding-left: 14px;
  float: right;
  height: 22.5px;
  border-left: 1px dotted black;
  font-family: 'UniversNW01-620CdBold';
  text-decoration: line-through;
  font-size: 22px;
  width: 100px;
  text-align: right;
}
#unavailable-album-sep {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  border-bottom: 1px dotted black;
  margin-bottom: 15px;
  margin-top: 20px;
}
#unavailable-album-back-button {
  background-image: url("../images/back-button-bg.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  text-transform: uppercase;
  padding: 15px 25px 15px 22px;
  background-color: #f0ece9;
  width: 110px;
  margin: auto;
  font-family: 'UniversNW01-620CdBold';
  font-size: 14px;
  line-height: 16px;
}
#unavailable-album-back-button:hover {
  cursor: pointer;
}
#unavailable-album-back-button-wrapper {
  margin: auto;
  background-image: url("../images/left-arrow-back-button.png");
  padding-left: 19px;
  background-repeat: no-repeat;
  background-position: 0 2px;
}
.hotfix-img-concours-brodeck {
  width: 705px;
  height: 249px;
}
#cookie-banner {
  position: fixed;
  bottom: 0px;
  z-index: 2500;
  width: 100%;
}
#modal-unavailable-albums-warning {
  color: #ed1212;
  font-size: 20px;
  font-family: "UniversNW01-220CdThin";
  text-transform: none;
  font-style: italic;
  margin-top: 22.5px;
}
.mea-contest .article-title {
  max-width: 600px;
}
.underline {
  text-decoration: underline;
}
.read-more-content-description-album {
  max-height: 240px;
}
.read-more-content-description-serie {
  max-height: 220px;
}
.read-more-content-description-univers {
  max-height: 120px;
}
.read-more-content-biographie-auteur {
  max-height: 154px;
}
.read-more-after-univers,
.read-less-after-univers {
  margin-top: 18px;
  border: 0 !important;
}
.fix-clear-both {
  clear: both;
}
.read-more-content-description-univers p {
  margin-bottom: 20px;
}
.read-more-content-description-album p,
.read-more-content-biographie-auteur p {
  margin-bottom: 22px;
}
.read-more-content-description-serie p {
  margin-bottom: 20px;
}
.fix-margin-bottom-right-item {
  margin-bottom: 15px;
}
.fix-margin-bottom-right-item + .teaser.coin {
  margin-top: 5px;
}
