@charset "UTF-8";
@import url("lib/dupuis.css");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*couleurs*/
.an-background-orangesite {
  background-color: #db4623;
}

.an-color-orangesite {
  color: #db4623;
}

.an-color-dark-orangesite {
  color: #2b0e07;
}

.an-color-lighten-orangesite {
  color: white;
}

.an-background-orangesite-hover:hover {
  background-color: #af381c;
}

.an-background-opacity-orangesite {
  background-color: rgba(219, 70, 35, 0.2);
}

.an-border-orangesite {
  border: solid 1px #db4623;
}

.an-background-noir {
  background-color: #010101;
}

.an-color-noir {
  color: #010101;
}

.an-color-dark-noir {
  color: black;
}

.an-color-lighten-noir {
  color: #8d8d8d;
}

.an-background-noir-hover:hover {
  background-color: black;
}

.an-background-opacity-noir {
  background-color: rgba(1, 1, 1, 0.2);
}

.an-border-noir {
  border: solid 1px #010101;
}

.an-background-blanc {
  background-color: #FFFFFF;
}

.an-color-blanc {
  color: #FFFFFF;
}

.an-color-dark-blanc {
  color: #999999;
}

.an-color-lighten-blanc {
  color: white;
}

.an-background-blanc-hover:hover {
  background-color: #e6e6e6;
}

.an-background-opacity-blanc {
  background-color: rgba(255, 255, 255, 0.2);
}

.an-border-blanc {
  border: solid 1px #FFFFFF;
}

.an-background-vert {
  background-color: #6ea702;
}

.an-color-vert {
  color: #6ea702;
}

.an-color-dark-vert {
  color: black;
}

.an-color-lighten-vert {
  color: #eafec3;
}

.an-background-vert-hover:hover {
  background-color: #4d7501;
}

.an-background-opacity-vert {
  background-color: rgba(110, 167, 2, 0.2);
}

.an-border-vert {
  border: solid 1px #6ea702;
}

.an-background-gris {
  background-color: #f1f1f1;
}

.an-color-gris {
  color: #f1f1f1;
}

.an-color-dark-gris {
  color: #8b8b8b;
}

.an-color-lighten-gris {
  color: white;
}

.an-background-gris-hover:hover {
  background-color: #d8d8d8;
}

.an-background-opacity-gris {
  background-color: rgba(241, 241, 241, 0.2);
}

.an-border-gris {
  border: solid 1px #f1f1f1;
}

.an-background-rose {
  background-color: #ffe5d3;
}

.an-color-rose {
  color: #ffe5d3;
}

.an-color-dark-rose {
  color: #ff6c07;
}

.an-color-lighten-rose {
  color: white;
}

.an-background-rose-hover:hover {
  background-color: #ffc7a0;
}

.an-background-opacity-rose {
  background-color: rgba(255, 229, 211, 0.2);
}

.an-border-rose {
  border: solid 1px #ffe5d3;
}

.an-background-orange {
  background-color: #ff7e24;
}

.an-color-orange {
  color: #ff7e24;
}

.an-color-dark-orange {
  color: #572400;
}

.an-color-lighten-orange {
  color: white;
}

.an-background-orange-hover:hover {
  background-color: #f06300;
}

.an-background-opacity-orange {
  background-color: rgba(255, 126, 36, 0.2);
}

.an-border-orange {
  border: solid 1px #ff7e24;
}

.an-background-rouge {
  background-color: #db4623;
}

.an-color-rouge {
  color: #db4623;
}

.an-color-dark-rouge {
  color: #2b0e07;
}

.an-color-lighten-rouge {
  color: white;
}

.an-background-rouge-hover:hover {
  background-color: #af381c;
}

.an-background-opacity-rouge {
  background-color: rgba(219, 70, 35, 0.2);
}

.an-border-rouge {
  border: solid 1px #db4623;
}

.an-background-grisfonce {
  background-color: #414141;
}

.an-color-grisfonce {
  color: #414141;
}

.an-color-dark-grisfonce {
  color: black;
}

.an-color-lighten-grisfonce {
  color: #cdcdcd;
}

.an-background-grisfonce-hover:hover {
  background-color: #282828;
}

.an-background-opacity-grisfonce {
  background-color: rgba(65, 65, 65, 0.2);
}

.an-border-grisfonce {
  border: solid 1px #414141;
}

.an-background-grisbleu {
  background-color: #487a7d;
}

.an-color-grisbleu {
  color: #487a7d;
}

.an-color-dark-grisbleu {
  color: black;
}

.an-color-lighten-grisbleu {
  color: #eaf3f3;
}

.an-background-grisbleu-hover:hover {
  background-color: #355a5d;
}

.an-background-opacity-grisbleu {
  background-color: rgba(72, 122, 125, 0.2);
}

.an-border-grisbleu {
  border: solid 1px #487a7d;
}

.an-background-prehistoire {
  background-color: #ffeb3d;
}

.an-color-prehistoire {
  color: #ffeb3d;
}

.an-color-dark-prehistoire {
  color: #706400;
}

.an-color-lighten-prehistoire {
  color: white;
}

.an-background-prehistoire-hover:hover {
  background-color: #ffe60a;
}

.an-background-opacity-prehistoire {
  background-color: rgba(255, 235, 61, 0.2);
}

.an-border-prehistoire {
  border: solid 1px #ffeb3d;
}

.an-background-antiquite {
  background-color: #ffc734;
}

.an-color-antiquite {
  color: #ffc734;
}

.an-color-dark-antiquite {
  color: #674b00;
}

.an-color-lighten-antiquite {
  color: white;
}

.an-background-antiquite-hover:hover {
  background-color: #ffb901;
}

.an-background-opacity-antiquite {
  background-color: rgba(255, 199, 52, 0.2);
}

.an-border-antiquite {
  border: solid 1px #ffc734;
}

.an-background-moyenage {
  background-color: #ffa32b;
}

.an-color-moyenage {
  color: #ffa32b;
}

.an-color-dark-moyenage {
  color: #5e3500;
}

.an-color-lighten-moyenage {
  color: white;
}

.an-background-moyenage-hover:hover {
  background-color: #f78c00;
}

.an-background-opacity-moyenage {
  background-color: rgba(255, 163, 43, 0.2);
}

.an-border-moyenage {
  border: solid 1px #ffa32b;
}

.an-background-tempsmoderne {
  background-color: #ff7e24;
}

.an-color-tempsmoderne {
  color: #ff7e24;
}

.an-color-dark-tempsmoderne {
  color: #572400;
}

.an-color-lighten-tempsmoderne {
  color: white;
}

.an-background-tempsmoderne-hover:hover {
  background-color: #f06300;
}

.an-background-opacity-tempsmoderne {
  background-color: rgba(255, 126, 36, 0.2);
}

.an-border-tempsmoderne {
  border: solid 1px #ff7e24;
}

.an-background-epcontemp {
  background-color: #ff561d;
}

.an-color-epcontemp {
  color: #ff561d;
}

.an-color-dark-epcontemp {
  color: #501400;
}

.an-color-lighten-epcontemp {
  color: white;
}

.an-background-epcontemp-hover:hover {
  background-color: #e93b00;
}

.an-background-opacity-epcontemp {
  background-color: rgba(255, 86, 29, 0.2);
}

.an-border-epcontemp {
  border: solid 1px #ff561d;
}

.an-background-twitter {
  background-color: #00acee;
}

.an-color-twitter {
  color: #00acee;
}

.an-color-dark-twitter {
  color: #001922;
}

.an-color-lighten-twitter {
  color: white;
}

.an-background-twitter-hover:hover {
  background-color: #0087bb;
}

.an-background-opacity-twitter {
  background-color: rgba(0, 172, 238, 0.2);
}

.an-border-twitter {
  border: solid 1px #00acee;
}

.an-background-facebook {
  background-color: #3b5998;
}

.an-color-facebook {
  color: #3b5998;
}

.an-color-dark-facebook {
  color: #020305;
}

.an-color-lighten-facebook {
  color: #f2f4fa;
}

.an-background-facebook-hover:hover {
  background-color: #2d4373;
}

.an-background-opacity-facebook {
  background-color: rgba(59, 89, 152, 0.2);
}

.an-border-facebook {
  border: solid 1px #3b5998;
}

.an-background-plusclair {
  background-color: #fef4d7;
}

.an-color-plusclair {
  color: #fef4d7;
}

.an-color-dark-plusclair {
  color: #f9bd10;
}

.an-color-lighten-plusclair {
  color: white;
}

.an-background-plusclair-hover:hover {
  background-color: #fde6a5;
}

.an-background-opacity-plusclair {
  background-color: rgba(254, 244, 215, 0.2);
}

.an-border-plusclair {
  border: solid 1px #fef4d7;
}

.an-background-orangeclair {
  background-color: #fef4d7;
}

/*media queries*/
/*desktop grand inutilie normalement */
/*desktop normal*/
/*tabelette horizontal + petit desktop*/
/*tablette vertical*/
/*mobils (tous)*/
/*mobils (tous)*/
/* grands desktops */
/*tabelette horizontal + petit desktop*/
/*tablette vertical*/
/*mobils (tous)*/
/*mobil normal*/
/*mobil small*/
@font-face {
  font-family: 'Arabella';
  src: url("fonts/arabella/arabella.woff2") format("woff2"), url("fonts/arabella/arabella.woff") format("woff"), url("fonts/arabella/arabella.ttf") format("ttf");
}

/*
.an-avis-fonte-a {
    font-family: 'Mansalva', cursive;
    font-size: 18px;
}
.an-avis-fonte-b {
    font-family: 'Dancing Script', cursive;
    font-size: 18px;
}*/
.an-avis-fonte-c {
  font-family: 'Coming Soon', cursive;
}

/*
.an-avis-fonte-d {
    font-family: 'Gaegu', cursive;
}
*/
.an-avis-fonte-e {
  font-family: 'Caveat', cursive;
  font-size: 22px;
  line-height: 26px;
}

/*texte*/
body {
  font-family: "Gotham Medium";
}

body div {
  font-size: 14px;
  line-height: 20px;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

p {
  margin: 0px;
  padding: 0px;
}

.an-titre-entete {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  padding: 70px 0px 0px 0px;
}

@media (max-width: 767px) {
  .an-titre-entete {
    padding: 40px 0px 0px 0px;
  }
}

.an-titre-entete .an-grostitre {
  width: 100%;
}

.an-titre-entete .an-soustitre {
  font-family: "Gotham Medium";
  width: 70%;
  margin: 0px auto;
  -webkit-text-emphasis: center;
          text-emphasis: center;
}

@media (max-width: 1199px) {
  .an-titre-entete .an-soustitre {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .an-titre-entete .an-soustitre {
    width: 90%;
  }
}

.an-grostitre {
  display: block;
  text-align: center;
  font-family: "Gotham Black Regular";
  font-size: 30px;
  text-align: center;
  padding: 0px 0px 15px 0px;
  line-height: 35px;
}

@media (max-width: 767px) {
  .an-grostitre {
    font-size: 19px;
    line-height: 28px;
  }
}

.an-soustitre {
  display: block;
  text-align: center;
  font-family: "Gotham Book";
  font-size: 18px;
  line-height: 25px;
  -webkit-text-emphasis: center;
          text-emphasis: center;
}

@media (max-width: 1199px) {
  .an-soustitre {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .an-soustitre {
    font-size: 16px;
    line-height: 20px;
  }
}

.an-titre {
  display: block;
  text-align: center;
  font-family: "Gotham Black Regular";
  font-size: 28px;
  line-height: 34px;
}

@media screen and (max-width: 768px) {
  .an-titre {
    font-size: 22px;
  }
}

.an-petittitre {
  display: block;
  text-align: center;
  font-family: "Gotham Black Regular";
  font-size: 20px;
}

@media (max-width: 767px) {
  .an-petittitre {
    font-size: 20px;
    line-height: 25px;
  }
}

.an-soustitre {
  font-family: "Gotham Book";
  font-size: 18px;
  line-height: 23px;
}

@media (max-width: 767px) {
  .an-soustitre {
    font-size: 14px;
    line-height: 18px;
  }
}

.an-petitsoustitre {
  font-family: "Gotham Book";
  font-size: 15px;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .an-petitsoustitre {
    font-size: 14px;
  }
}

.an-citation-lecteur {
  font-family: "Courgette", cursive;
}

.an-citation-presse {
  font-family: "Cutive Mono", monospace;
}

.an-citation-professionel {
  font-family: "Caveat", cursive;
}

strong {
  font-weight: 'bold';
}

img {
  max-width: 100%;
  height: auto;
}

.an-responsive {
  max-width: 100%;
  height: auto;
}

body {
  margin: 0px;
  padding: 0px;
}

em {
  font-style: italic;
}

.an-site {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.an-max-width-10 {
  max-width: 10%;
}

@media screen and (max-width: 768px) {
  .an-max-width-10 {
    max-width: 90%;
  }
}

.an-max-width-20 {
  max-width: 20%;
}

@media screen and (max-width: 768px) {
  .an-max-width-20 {
    max-width: 90%;
  }
}

.an-max-width-30 {
  max-width: 30%;
}

@media screen and (max-width: 768px) {
  .an-max-width-30 {
    max-width: 90%;
  }
}

.an-max-width-40 {
  max-width: 40%;
}

@media screen and (max-width: 768px) {
  .an-max-width-40 {
    max-width: 90%;
  }
}

.an-max-width-50 {
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .an-max-width-50 {
    max-width: 90%;
  }
}

.an-max-width-60 {
  max-width: 60%;
}

@media screen and (max-width: 768px) {
  .an-max-width-60 {
    max-width: 90%;
  }
}

.an-max-width-70 {
  max-width: 70%;
}

@media screen and (max-width: 768px) {
  .an-max-width-70 {
    max-width: 90%;
  }
}

.an-max-width-80 {
  max-width: 80%;
}

@media screen and (max-width: 768px) {
  .an-max-width-80 {
    max-width: 90%;
  }
}

.an-max-width-90 {
  max-width: 90%;
}

@media screen and (max-width: 768px) {
  .an-max-width-90 {
    max-width: 90%;
  }
}

.an-max-width-100 {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .an-max-width-100 {
    max-width: 90%;
  }
}

.an-center-auto {
  margin: auto;
}

.an-center {
  text-align: center;
}

.clear {
  clear: both;
}

ol.breadcrumb {
  position: absolute;
  bottom: -45px;
  left: 45px;
  width: 100%;
}

@media (max-width: 767px) {
  ol.breadcrumb {
    display: none;
  }
}

.breadcrumb {
  color: #bdbdbd;
  font-size: 0.9em;
}

.breadcrumb a {
  color: #bdbdbd;
}

ol.breadcrumb li, ol.breadcrumb ul {
  display: inline;
  color: #010101;
  font-size: 11px;
}

ol.breadcrumb li:after {
  content: " / ";
}

ol.breadcrumb li:last-child:after {
  content: "";
}

ol.breadcrumb li a {
  color: #010101;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.min-ita {
  font-style: italic;
  font-size: 11px;
}

.min-ita span {
  color: #db4623;
}

.owl-nav {
  min-width: 100px;
}

.owl-nav button {
  min-width: 18px;
}

.an-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.an-embed-carre {
  padding-bottom: 100%;
}

.an-embed iframe, .an-embed object, .an-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.an-form {
  max-width: 480px;
  margin: 0 auto;
}

.an-form-input {
  margin-bottom: 40px;
}

.an-form-input label {
  display: block;
}

.an-form-input input[type=text], .an-form-input select {
  border: 1px solid #db4623;
  padding: 5px;
  margin-right: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.an-form-input textarea {
  border: 1px solid #db4623;
  padding: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .an-form-input textarea {
    width: 100%;
  }
}

.an-form-input:after {
  content: "";
  clear: both;
  display: table;
}

.an-form-group {
  width: 100%;
}

.an-form-group:after {
  content: "";
  clear: both;
  display: table;
}

.an-form-input-50 {
  width: 50%;
}

.an-form .an-help {
  margin-top: -8px;
  width: 320px;
  color: #777;
  font-size: 10px;
  line-height: 16px;
}

@media screen and (max-width: 768px) {
  .an-form .an-help {
    width: 100%;
  }
}

input.an-erreur,
textarea.an-erreur {
  background-color: #f7e1e5;
}

/*bouton rond*/
.an-btn-rond {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding-top: 2px;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  color: #FFFFFF;
  font-size: 23px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  text-decoration: none;
}

.an-btn-rectangle {
  width: 200px;
  display: inline-block;
  font-family: "Gotham Medium";
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  padding: 15px 15px;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

@media screen and (max-width: 768px) {
  .an-btn-rectangle {
    width: 175px;
  }
}

.an-btn-rectangle.an-background-orangesite:hover,
.an-btn-rond.an-background-orangesite:hover {
  background-color: #832a15;
}

.an-btn-rectangle.an-background-noir:hover,
.an-btn-rond.an-background-noir:hover {
  background-color: black;
}

.an-btn-rectangle.an-background-blanc:hover,
.an-btn-rond.an-background-blanc:hover {
  background-color: #cccccc;
}

.an-btn-rectangle.an-background-vert:hover,
.an-btn-rond.an-background-vert:hover {
  background-color: #2c4201;
}

.an-btn-rectangle.an-background-gris:hover,
.an-btn-rond.an-background-gris:hover {
  background-color: #bebebe;
}

.an-btn-rectangle.an-background-rose:hover,
.an-btn-rond.an-background-rose:hover {
  background-color: #ffa96d;
}

.an-btn-rectangle.an-background-orange:hover,
.an-btn-rond.an-background-orange:hover {
  background-color: #bd4e00;
}

.an-btn-rectangle.an-background-rouge:hover,
.an-btn-rond.an-background-rouge:hover {
  background-color: #832a15;
}

.an-btn-rectangle.an-background-grisfonce:hover,
.an-btn-rond.an-background-grisfonce:hover {
  background-color: #0e0e0e;
}

.an-btn-rectangle.an-background-grisbleu:hover,
.an-btn-rond.an-background-grisbleu:hover {
  background-color: #233b3c;
}

.an-btn-rectangle.an-background-prehistoire:hover,
.an-btn-rond.an-background-prehistoire:hover {
  background-color: #d6c000;
}

.an-btn-rectangle.an-background-antiquite:hover,
.an-btn-rond.an-background-antiquite:hover {
  background-color: #cd9400;
}

.an-btn-rectangle.an-background-moyenage:hover,
.an-btn-rond.an-background-moyenage:hover {
  background-color: #c46f00;
}

.an-btn-rectangle.an-background-tempsmoderne:hover,
.an-btn-rond.an-background-tempsmoderne:hover {
  background-color: #bd4e00;
}

.an-btn-rectangle.an-background-epcontemp:hover,
.an-btn-rond.an-background-epcontemp:hover {
  background-color: #b62e00;
}

.an-btn-rectangle.an-background-twitter:hover,
.an-btn-rond.an-background-twitter:hover {
  background-color: #006288;
}

.an-btn-rectangle.an-background-facebook:hover,
.an-btn-rond.an-background-facebook:hover {
  background-color: #1e2e4f;
}

.an-btn-rectangle.an-background-plusclair:hover,
.an-btn-rond.an-background-plusclair:hover {
  background-color: #fcd973;
}

.an-entete-logo {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 360px;
}

@media screen and (max-width: 668px) {
  .an-entete-logo {
    max-width: 60%;
  }
}

.an-entete-logo .an-entete-tete-gauche {
  position: absolute;
  left: -130px;
  width: 90px;
  top: 10px;
}

.an-entete-logo .an-entete-tete-droite {
  position: absolute;
  right: -130px;
  width: 90px;
  top: 10px;
}

@media screen and (max-width: 768px) {
  .an-entete-logo .an-entete-tete-gauche, .an-entete-logo .an-entete-tete-droite {
    display: none;
  }
}

.an-menu {
  width: 100%;
  position: relative;
}

.an-menu .an-menu-principal {
  width: 100%;
  background-color: #FFFFFF;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 4px 6px -5px rgba(0, 0, 0, 0.3), 0 -4px 6px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 6px -5px rgba(0, 0, 0, 0.3), 0 -4px 6px -5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .an-menu .an-menu-principal {
    display: none;
  }
}

.an-menu .an-menu-principal li:not(:last-child):after {
  content: "•";
  color: #db4623;
}

.an-menu .an-menu-principal li a {
  color: #010101;
  font-family: "Gotham Book";
  font-size: 14px;
  text-decoration: none;
  padding: 0px 21px;
}

.an-menu .an-menu-principal li a.active, .an-menu .an-menu-principal li a:hover {
  color: #db4623;
}

.an-menu .an-menu-burger {
  text-align: right;
  z-index: 11;
}

@media screen and (min-width: 768px) {
  .an-menu .an-menu-burger {
    display: none;
  }
}

.an-menu .an-menu-burger .hamburger {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 10px;
  font-size: 30px;
}

.an-menu .an-menu-burger .hamburger-inner {
  width: 27px;
}

.an-menu .an-menu-burger .hamburger-inner:before, .an-menu .an-menu-burger .hamburger-inner:after {
  width: 27px;
}

.an-menu .an-menu-burger-content {
  display: none;
  position: fixed;
  top: 0px;
  padding: 15px;
  font-size: 15px;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  text-align: center;
  background-color: #db4623;
  padding-top: 50px;
}

.an-menu .an-menu-burger-content li {
  padding: 24px 0;
  border-bottom: 1px solid #ffffffb3;
  width: 60%;
  margin: auto;
}

.an-menu .an-menu-burger-content li a {
  color: #FFFFFF;
  text-decoration: none;
}

.an-menu .an-menu-burger-content li a:hover {
  text-decoration: underline;
}

.an-menu .an-menu-burger-content li a:active {
  text-decoration: underline;
}

.an-menu .an-menu-burger-content .an-menu-panier {
  top: unset;
  right: 0;
  left: 0;
  margin: auto;
}

.an-menu .an-menu-burger-content .an-menu-panier .an-panier {
  position: fixed;
  right: 0;
  left: 0;
  margin: auto;
}

.an-menu-panier {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #db4623;
  color: #FFFFFF;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .an-menu-panier {
    top: 12px;
    right: 17px;
    position: fixed;
    z-index: 9998;
  }
}

.an-menu-panier-btn {
  color: #FFFFFF;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.an-menu-panier-compteur {
  color: #010101;
  position: absolute;
  top: -3px;
  right: -3px;
  background-color: #ff7e24;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 9px;
  line-height: 16px;
}

.an-panier {
  display: none;
  text-align: left;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 300px;
  min-height: 150px;
  max-height: 80vh;
  background-color: #FFFFFF;
  padding: 15px;
  z-index: 201;
  overflow-x: hidden;
  overflow-y: scroll;
}

.an-panier-av {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
  .an-panier {
    top: 65px;
    right: 31px;
    position: fixed;
    z-index: 10200;
  }
}

.an-panier ul {
  padding-left: 0px;
  list-style: none;
}

.an-panier ul li {
  position: relative;
  padding: 8px 0;
  border-bottom: 1px solid #db4623;
}

.an-panier ul li:after {
  content: "";
  display: table;
  clear: both;
}

.an-panier ul li .an-panier-couv {
  float: left;
  width: 40px;
}

.an-panier ul li .an-panier-couv img {
  max-width: 100%;
  height: auto;
}

.an-panier ul li .an-panier-texte {
  float: left;
  width: calc(100% - 60px);
  padding: 4px 0 0 5px;
}

.an-panier ul li .an-panier-texte-prix {
  position: absolute;
  bottom: 13px;
  right: 25px;
  color: #414141;
  font-size: 12px;
  padding-right: 5px;
}

.an-panier ul li .an-panier-plusmoins {
  position: absolute;
  width: 18px;
  top: 5px;
  right: 0;
  line-height: 22px;
}

.an-panier ul li .an-panier-plusmoins a {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-family: "Gotham Medium";
  color: #FFFFFF;
  background-color: #db4623;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

.an-panier-titre {
  text-align: left;
}

.an-panier-infos {
  font-family: "Gotham Book";
  font-size: 12px;
}

.an-panier-plusun {
  position: absolute;
  z-index: 300;
  background-color: #ff7e24;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.an-panier-plusun.notransition {
  -webkit-transition: none;
  transition: none;
}

.an-panier-9estore {
  text-align: center;
}

.an-panier-9estore img {
  max-width: 130px;
}

.an-panier-total i {
  text-align: right;
  font-size: 11px;
  font-style: italic;
  color: #414141;
}

.an-panier-total-compte {
  text-align: right;
}

.an-panier-total-promo {
  display: block;
  font-size: 80%;
}

.an-panier .an-panier-commander {
  margin: 10px 0;
  border: none;
}

/*FRISE EPOQUES*/
.an-chronologie {
  position: relative;
  z-index: 0;
}

.an-liste-epoque {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 11;
}

.an-liste-epoque li {
  width: 20%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-align: center;
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 992px) {
  .an-liste-epoque li {
    width: 20%;
  }
}

@media screen and (max-width: 576px) {
  .an-liste-epoque li.active {
    color: #FFFFFF;
    width: 60%;
  }
}

@media screen and (min-width: 577px) {
  .an-liste-epoque li.active {
    width: 20%;
  }
}

.an-liste-epoque li.active a {
  color: white;
  opacity: 1;
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  .an-liste-epoque li.active.an-background-epcontemp a {
    font-size: 9px !important;
  }
}

.an-liste-epoque li a, .an-liste-epoque li span {
  font-family: 'Gotham Medium';
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  color: #010101;
  text-decoration: none;
  line-height: 35px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  outline: none;
}

@media screen and (max-width: 992px) {
  .an-liste-epoque li a, .an-liste-epoque li span {
    opacity: 0;
    font-size: 0;
    color: white;
  }
}

.an-liste-epoque li a {
  cursor: pointer;
}

.an-epoque {
  text-align: center;
  font-family: 'Gotham Medium';
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  color: #010101;
  text-decoration: none;
  line-height: 35px;
}

@media (max-width: 992px) {
  .an-epoque {
    /*tablette vertical*/
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .an-epoque {
    /*tablette vertical*/
    font-size: 9px;
  }
}

/* HOME BANNIERE*/
.an-banniere-home {
  width: 100%;
  position: relative;
}

.an-banniere-home .owl-theme .owl-nav [class*="owl-"] {
  top: 50%;
}

@media screen and (max-width: 1068px) {
  .an-banniere-home.owl-carousel .owl-stage-outer {
    overflow: initial;
  }
}

.an-banniere-home .an-banniere-home-texte {
  width: 30%;
  position: absolute;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px 30px;
  margin: 2% 10%;
}

@media screen and (max-width: 1068px) {
  .an-banniere-home .an-banniere-home-texte {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    top: 28vw;
    padding: 25px;
  }
}

@media screen and (max-width: 1068px) {
  .an-banniere-home .an-banniere-home-texte .an-petittitre {
    margin-bottom: 20px;
  }
}

.an-banniere-home .an-banniere-home-texte .an-petitsoustitre {
  padding: 15px 0px;
  padding-bottom: 35px;
}

@media screen and (max-width: 1068px) {
  .an-banniere-home .an-banniere-home-texte .an-petitsoustitre {
    text-align: center;
    display: none;
  }
}

@media screen and (max-width: 1068px) {
  .an-banniere-home .an-banniere-home-texte .an-btn-rectangle {
    display: block;
    margin: auto;
  }
}

/* Home Slider - couve */
.an-home-collection-slider {
  max-height: 620px;
}

/* Page Collection Liste album*/
.an-collection-container {
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
}

/* Citation lecteurs*/
.an-citation {
  width: 100%;
  padding: 50px 0px;
}

.an-citation .an-citation-slider {
  width: 100%;
  position: relative;
  margin: 50px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.an-citation .an-citation-slider .an-citation-bloc {
  width: 100%;
  height: 250px;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.an-citation .an-citation-slider .an-citation-bloc .an-citation-type {
  font-family: "Gotham Book";
  font-size: 15px;
}

.an-citation .an-citation-slider .an-citation-bloc .an-citation-type .an-citation-nom {
  font-family: "Gotham Black Regular";
  font-size: 20px;
}

.an-citation .an-citation-slider .an-citation-bloc .an-citation-texte {
  font-size: 20px;
  padding: 15px 0px;
}

.an-collection {
  margin: auto;
}

.an-collection li {
  float: left;
}

@media (max-width: 767px) {
  .an-collection {
    width: 320px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .an-collection {
    width: 640px;
  }
}

@media (min-width: 992px) and (max-width: 1450px) {
  .an-collection {
    width: 960px;
  }
}

/* Page Collection  slide à paraitre*/
.an-apairaitre {
  width: 100%;
}

.an-apairaitre .an-apairaitre-container {
  width: 1280px;
  margin: 0px auto;
}

.an-apairaitre .an-aparaitre-slide {
  max-width: 960px;
  float: left;
}

.an-apairaitre .an-aparaitre-slide .slick-prev,
.an-apairaitre .an-aparaitre-slide .slick-next {
  top: 0px;
}

.an-apairaitre .an-bloc-resterinform {
  width: 320px;
  background-color: #f1f1f1;
  float: left;
}

.an-apairaitre .an-bloc-resterinform h2 {
  font-size: 20px;
}

.an-apairaitre .an-bloc-resterinform input[type="submit"] {
  border: none;
}

.an-avis {
  background: #fef4d7;
}

.an-avis h4 {
  padding-bottom: 15px;
  text-align: center;
}

.an-avis strong, .an-avis strong a {
  color: #db4623;
}

.an-avis .an-grostitre {
  line-height: normal;
  padding: 50px;
}

.an-avis .owl-carousel-avis .item, .an-avis .item-solo {
  font-size: 15px;
  max-width: 80%;
  margin: auto;
  padding: 45px;
  background-color: white;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .an-avis .owl-carousel-avis .item, .an-avis .item-solo {
    max-width: 90%;
    padding: 15px;
  }
}

.an-avis .owl-carousel-avis .owl-nav {
  top: -95px;
  right: 30px;
  color: #db4623;
}

@media screen and (max-width: 768px) {
  .an-avis .owl-carousel-avis .owl-nav {
    display: none;
    color: #010101;
    top: -95px;
    right: 0;
    left: 0;
  }
  .an-avis .owl-carousel-avis .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
  }
  .an-avis .owl-carousel-avis .owl-nav .owl-next {
    position: absolute;
    right: 30px;
  }
}

.an-avis-cta {
  text-align: center;
  margin-bottom: 40px;
}

.an-avis:after {
  content: "";
  display: table;
  clear: both;
}

.an-avis-formulaire {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.an-avis .an-form {
  margin-top: 15px;
}

.an-avis-texte {
  position: relative;
}

@media screen and (min-width: 768px) {
  .an-avis-texte:before {
    position: absolute;
    top: -175px;
    right: -30px;
    content: "";
    background-image: url(../img/ariane-appuie.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
  }
}

.an-avis-confirmation {
  text-align: center;
  min-height: 200px;
  padding-top: 15px;
}

/*Une collection pour découvrir l'histoire*/
.an-home-collection {
  width: 100%;
  position: relative;
}

.an-home-hero {
  background-repeat: no-repeat;
  background-size: cover;
  /*
    &-gauche, &-centre, &-droite {
        float: left;
        width: 33.33%;
    }
    &-centre {
    }*/
  /*
    &-gauche {
        width: 27%;
    }
    &-centre {
        width: 46%;
    }
    &-droite {
        width: 27%;
    }*/
}

@media screen and (min-width: 576px) {
  .an-home-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.an-home-hero:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 576px) {
  .an-home-hero-gauche, .an-home-hero-centre, .an-home-hero-droite {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .an-home-hero-gauche, .an-home-hero-centre, .an-home-hero-droite {
    width: 33.33%;
  }
}

.an-home-hero-droite {
  display: none;
}

.an-home-hero-texte {
  padding: 0 10px 15px 10px;
  text-align: center;
}

.an-home-hero-texte .an-titre {
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  .an-home-hero-droite {
    display: block;
  }
  .an-home-hero-texte .an-titre {
    font-size: 42px;
  }
}

.an-home-hero-desc {
  padding: 15px 0;
  font-size: 16px;
}

.an-home-hero-desc strong {
  font-family: "Gotham Black Regular";
}

.owl-nav {
  position: absolute !important;
  z-index: 2;
  font-family: "Gotham Book";
  font-size: 60px;
}

@media screen and (max-width: 1068px) {
  .an-banniere-home {
    margin-bottom: 260px;
  }
}

.an-banniere-home-texte {
  text-align: center;
}

.an-banniere-home .owl-nav {
  width: 100%;
  top: 132px;
}

@media screen and (max-width: 768px) {
  .an-banniere-home .owl-nav {
    top: 200px;
  }
}

.an-banniere-home .owl-nav button {
  position: absolute;
  width: auto;
}

@media screen and (min-width: 768px) {
  .an-banniere-home .owl-nav button span {
    font-size: 86px;
  }
}

.an-banniere-home .owl-nav button.owl-next {
  right: 1% !important;
}

.an-banniere-home .owl-nav button.owl-next:hover {
  color: #f1f1f1;
}

.an-banniere-home .owl-nav button.owl-prev {
  left: 1% !important;
}

.an-banniere-home .owl-nav button.owl-prev:hover {
  color: #f1f1f1;
}

.an-home-collection-slider {
  padding-bottom: 50px;
}

.an-home-collection-slider .owl-nav {
  top: 15px;
  right: 30px;
  color: #db4623;
}

@media screen and (max-width: 768px) {
  .an-home-collection-slider .owl-nav {
    display: none;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.an-home-collection-slider .owl-nav .owl-prev {
  margin-right: 10px;
}

.an-home-collection-slider .owl-nav .owl-prev:hover {
  color: #f1f1f1;
}

.an-home-collection-slider .owl-nav .owl-next {
  margin-left: 10px;
}

.an-home-collection-slider .owl-nav .owl-next:hover {
  color: #f1f1f1;
}

.an-home-contenu {
  padding: 30px 15px 60px 15px;
}

@media screen and (max-width: 768px) {
  .an-home-contenu {
    padding: 30px 10px 60px 10px;
  }
}

.an-home-contenu .an-petittitre {
  font-size: 22px;
}

.an-home-contenu-blocs:after {
  content: "";
  clear: both;
  display: table;
}

.an-home-contenu-blocs .bloc {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.an-home-contenu-blocs .bloc:nth-child(1) {
  float: right;
}

.an-home-contenu-blocs .bloc:nth-child(1) img {
  width: 20%;
}

.an-home-contenu-blocs .bloc:nth-child(1) img:nth-child(1) {
  position: relative;
}

.an-home-contenu-blocs .bloc:nth-child(1) img:nth-child(2) {
  width: 50%;
  margin: -3%;
}

.an-home-contenu-blocs .bloc:nth-child(2) {
  float: left;
}

.an-home-contenu-blocs .bloc:nth-child(2) img {
  width: 26%;
}

.an-home-contenu-blocs .bloc:nth-child(2) img:nth-child(2) {
  width: 65%;
  margin-left: -5%;
}

.an-home-contenu-blocs .bloc:nth-child(3) {
  float: right;
}

.an-home-contenu-blocs .bloc:nth-child(3) img:nth-child(1) {
  position: relative;
  width: 25%;
  border-radius: 50%;
  border: 2px solid #db4623;
}

.an-home-contenu-blocs .bloc:nth-child(3) img:nth-child(2) {
  width: 45%;
  margin: -7%;
  -webkit-box-shadow: 5px 5px 9px #d4d4d4;
          box-shadow: 5px 5px 9px #d4d4d4;
}

.an-home-contenu-blocs .bloc:nth-child(3) img:nth-child(3) {
  width: 30%;
}

.an-home-contenu-blocs .bloc .an-petittitre {
  padding-bottom: 10px;
}

.an-home-contenu-blocs .bloc p {
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .an-home-contenu-blocs .bloc .bloc-texte {
    padding-bottom: 10px;
    max-width: 39%;
    margin: auto;
    max-width: 350px;
    font-size: 15px;
  }
  .an-home-contenu-blocs .bloc:nth-child(1) {
    margin-top: 60px;
    max-width: 980px;
  }
  .an-home-contenu-blocs .bloc:nth-child(1) .bloc-texte {
    margin-right: 26%;
    margin-top: -25px;
  }
  .an-home-contenu-blocs .bloc:nth-child(1) img:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .an-home-contenu-blocs .bloc:nth-child(2) {
    margin-top: 80px;
    margin-bottom: 0;
  }
  .an-home-contenu-blocs .bloc:nth-child(2) .bloc-texte {
    margin-left: 23%;
    position: relative;
    z-index: 1;
  }
  .an-home-contenu-blocs .bloc:nth-child(2) img:nth-child(1) {
    position: absolute;
    left: -25px;
  }
  .an-home-contenu-blocs .bloc:nth-child(2) img:nth-child(2) {
    margin-left: -2%;
    margin-top: -13%;
  }
  .an-home-contenu-blocs .bloc:nth-child(3) {
    max-width: 80%;
  }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
  .an-home-contenu-blocs .bloc:nth-child(3) {
    margin-top: -100px;
  }
}

@media screen and (min-width: 768px) {
  .an-home-contenu-blocs .bloc:nth-child(3) .bloc-image {
    width: 60%;
    float: right;
  }
  .an-home-contenu-blocs .bloc:nth-child(3) .bloc-texte {
    position: absolute;
    left: 12%;
    top: 55%;
    width: 38%;
  }
  .an-home-contenu-blocs .bloc:nth-child(3) img:nth-child(1) {
    width: 20%;
    margin-bottom: 140px;
  }
  .an-home-contenu-blocs .bloc:nth-child(3) img:nth-child(2) {
    width: 50%;
  }
  .an-home-contenu-blocs .bloc:nth-child(3) img:nth-child(3) {
    width: 35%;
  }
}

.an-albums-liste {
  width: 100%;
  position: relative;
  margin-top: 60px;
}

.an-albums-liste.an-albums-aparaitre {
  background-color: #fef4d7;
  padding: 30px 30px;
}

.an-albums-liste.an-albums-aparaitre .an-grostitre {
  padding-bottom: 30px;
}

.an-albums-liste:after {
  display: table;
  clear: both;
  content: "";
}

.an-albums-liste .an-newsletter {
  display: inline-block;
  margin-top: 15px;
  min-height: 364px;
  margin-left: 15px;
}

@media (max-width: 576px) {
  .an-albums-liste .an-newsletter {
    width: 90%;
    max-width: 350px;
    margin-left: 5%;
  }
}

.an-albums-album {
  width: 25%;
  /*tabelette horizontal + petit desktop*/
  /*mobils (tous)*/
  /*mobils (tous)*/
  padding-bottom: 50px;
  position: relative;
  float: left;
}

@media (max-width: 992px) {
  .an-albums-album {
    width: 33.33%;
  }
}

@media (max-width: 576px) {
  .an-albums-album {
    width: 50%;
  }
}

@media (max-width: 320px) {
  .an-albums-album {
    width: 100%;
  }
}

.an-albums-album-container {
  padding: 20px;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.an-albums-album-container:hover .an-albums-album-prix span {
  opacity: 1;
}

.an-albums-album.an-album-special {
  width: 50%;
  /*tabelette horizontal + petit desktop*/
  /*mobils (tous)*/
}

@media (max-width: 992px) {
  .an-albums-album.an-album-special {
    width: 66.66%;
  }
}

@media (max-width: 576px) {
  .an-albums-album.an-album-special {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .an-albums-album.an-album-special .an-albums-album-container {
    padding: 0;
  }
}

.an-albums-album.an-album-special a {
  display: block;
}

.an-albums-album.an-album-special .an-album-special-container {
  background-color: #f1f1f1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.an-albums-album.an-album-special .an-album-special-container:after {
  content: "";
  clear: both;
  display: table;
}

.an-albums-album.an-album-special .an-album-special-container .an-album-special-texte, .an-albums-album.an-album-special .an-album-special-container .an-album-special-cta, .an-albums-album.an-album-special .an-album-special-container .an-album-special-couv {
  float: left;
  width: 50%;
  min-height: 50px;
  position: relative;
  text-align: center;
  padding: 15px;
}

@media (max-width: 576px) {
  .an-albums-album.an-album-special .an-album-special-container .an-album-special-texte, .an-albums-album.an-album-special .an-album-special-container .an-album-special-cta, .an-albums-album.an-album-special .an-album-special-container .an-album-special-couv {
    width: 100%;
  }
}

.an-albums-album.an-album-special .an-album-special-container .an-album-special-couv {
  padding: 0;
}

.an-albums-album.an-album-special .an-album-special-container .an-album-special-titre {
  font-family: "Gotham Black Regular";
  font-size: 18px;
  padding: 15px;
}

.an-albums-album.an-album-special .an-album-special-container .an-album-special-texte {
  font-family: "Gotham Medium";
}

.an-albums-album.an-album-special .an-album-special-container .an-album-special-cta {
  position: absolute;
  bottom: 75px;
}

@media (max-width: 576px) {
  .an-albums-album.an-album-special .an-album-special-container .an-album-special-cta {
    position: relative;
    bottom: auto;
  }
}

.an-albums-album.an-album-special .an-album-special-container .an-albums-album-prix {
  opacity: 0;
}

.an-albums-album.an-album-special .an-album-special-container .an-album-special-couv {
  padding-left: 15px;
}

@media (max-width: 576px) {
  .an-albums-album.an-album-special .an-album-special-container .an-album-special-couv {
    padding-left: 0;
  }
}

.an-albums-album.an-album-special .an-album-special-container .an-album-special-couv-format {
  position: relative;
}

.an-albums-album.an-album-special .an-album-special-container .an-album-special-couv-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px;
  padding-top: 35px;
}

@media (max-width: 576px) {
  .an-albums-album.an-album-special .an-album-special-container .an-album-special-couv-container {
    padding: 30px;
    padding-top: 35px;
  }
}

.an-albums-album a {
  color: #010101;
  text-decoration: none;
}

.an-albums-album-couv {
  width: 100%;
  position: relative;
  z-index: 10;
}

.an-albums-album-couv .an-couv-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.an-albums-album-couv .an-couv-image .an-couv-format {
  max-width: 100%;
}

.an-albums-album-couv .an-couv-image .an-couv-load {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.an-albums-album-prix {
  width: 100%;
  font-family: "Gotham Medium";
  font-size: 15px;
  line-height: 40px;
  text-align: right;
  padding-right: 15px;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.an-albums-album-prix span {
  opacity: .5;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

@media screen and (max-width: 768px) {
  .an-albums-album-prix {
    font-size: 13px;
  }
}

.an-albums-album-container:hover .an-albums-album-prix span {
  opacity: 1;
}

.an-albums-album-nouveaute {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-family: "Gotham Black Regular";
  margin-top: 10px;
  margin-bottom: 10px;
}

.an-albums-album-tete, .an-albums-album-tete2 {
  width: 41% !important;
  position: absolute;
  z-index: 9;
  left: 10%;
  top: 15%;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.an-albums-album-tete2 {
  left: 42%;
  -webkit-transition-duration: 1.0s;
          transition-duration: 1.0s;
}

.an-albums-album-container:hover .an-albums-album-tete,
.an-albums-album-container:hover .an-albums-album-tete2 {
  top: -20%;
}

.an-albums-album-container:hover .an-albums-album-prix span {
  opacity: 1;
}

/*ALBUMS dans des carousel */
.an-home-album, .an-carousel-album {
  width: 100%;
  /* ratio 1,7 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  /*
    &-container:hover &-couve {
        transform-origin: top left;
        -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
        transform: scale(0.97);
    }
    
*/
}

.an-home-album-couve, .an-home-album-couv, .an-carousel-album-couve, .an-carousel-album-couv {
  width: 100%;
  margin-top: 40%;
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.an-home-album-ombrage, .an-carousel-album-ombrage {
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 11;
  opacity: 0.5;
  margin-left: 1%;
}

.an-home-album-prix, .an-carousel-album-prix {
  width: 100%;
  position: relative;
  font-family: "Gotham Medium";
  font-size: 15px;
  line-height: 40px;
  text-align: right;
  padding-right: 15px;
}

.an-home-album-prix span, .an-carousel-album-prix span {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0;
  color: #010101;
}

@media screen and (max-width: 768px) {
  .an-home-album-prix, .an-carousel-album-prix {
    text-align: center;
    font-size: 13px;
    padding: 0;
  }
  .an-home-album-prix span, .an-carousel-album-prix span {
    opacity: 1;
  }
}

.an-home-album-nouveaute, .an-carousel-album-nouveaute {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 15px;
  font-family: "Gotham Black Regular";
  margin-top: 10px;
}

.an-home-album-tete, .an-home-album-tete2, .an-carousel-album-tete, .an-carousel-album-tete2 {
  width: 41% !important;
  position: absolute;
  z-index: 9;
  left: 10%;
  top: 0%;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.an-home-album-tete2, .an-carousel-album-tete2 {
  left: 42%;
  -webkit-transition-duration: 1.0s;
          transition-duration: 1.0s;
}

.an-home-album-container a, .an-carousel-album-container a {
  text-decoration: none;
}

.an-home-album-container:hover .an-home-album-tete,
.an-home-album-container:hover .an-home-album-tete2, .an-carousel-album-container:hover .an-home-album-tete,
.an-carousel-album-container:hover .an-home-album-tete2, .an-home-album-container:hover .an-carousel-album-tete,
.an-home-album-container:hover .an-carousel-album-tete2, .an-carousel-album-container:hover .an-carousel-album-tete,
.an-carousel-album-container:hover .an-carousel-album-tete2 {
  top: -25%;
}

.an-home-album-container:hover .an-home-album-prix span, .an-carousel-album-container:hover .an-home-album-prix span, .an-home-album-container:hover .an-carousel-album-prix span, .an-carousel-album-container:hover .an-carousel-album-prix span {
  opacity: 1;
}

.an-couv {
  position: relative;
  display: block;
}

.an-couv:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  position: absolute;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(2%, rgba(255, 255, 255, 0)), color-stop(2.5%, rgba(255, 255, 255, 0.2)), color-stop(3%, rgba(0, 0, 0, 0.1)), color-stop(4%, rgba(20, 20, 20, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0.2) 2.5%, rgba(0, 0, 0, 0.1) 3%, rgba(20, 20, 20, 0) 4%, rgba(255, 255, 255, 0) 100%);
}

.an-album-offert {
  position: relative;
}

@media screen and (max-width: 768px) {
  .an-album-offert {
    margin-bottom: 60px;
  }
}

.an-album-offert a {
  position: absolute;
  bottom: 24%;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .an-album-offert a {
    bottom: -60px;
    width: 100%;
  }
}

.an-album {
  background-color: #ffe5d3;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .an-album-couv {
    float: left;
    width: 50%;
  }
}

@media (max-width: 576px) {
  .an-album-couv {
    width: 100%;
  }
}

.an-album-couv-image {
  display: block;
  margin: 70px auto 30px auto;
  width: 60%;
}

@media (max-width: 576px) {
  .an-album-couv-image {
    width: 70%;
  }
}

@media screen and (min-width: 768px) {
  .an-album-texte {
    float: left;
    width: 50%;
  }
}

@media (max-width: 576px) {
  .an-album-texte {
    width: 100%;
  }
}

.an-album-texte-zone {
  width: 72%;
  margin: 70px auto;
}

@media (max-width: 576px) {
  .an-album-texte-zone {
    width: 100%;
    padding: 30px;
    margin: 0px auto;
  }
}

.an-album-texte-zone .an-album-reclame {
  padding: 15px 0;
  text-align: center;
}

.an-album-texte-zone .an-soustitre {
  padding: 15px 0;
}

.an-album-texte-zone .an-album-technique {
  font-family: "Gotham Book";
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
  padding: 15px 0;
  color: #414141;
}

@media screen and (max-width: 768px) {
  .an-album-texte-zone .an-album-etoiles {
    display: block;
  }
  .an-album-texte-zone .an-album-etoiles .an-etoiles {
    width: 143px;
  }
  .an-album-texte-zone .an-album-etoiles a.flex-center {
    display: block;
  }
}

.an-album-texte-zone .an-album-acheter {
  margin-top: 15px;
  width: 45%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .an-album-texte-zone .an-album-acheter {
    width: 170px;
  }
}

.an-album-texte-zone .an-album-acheter a {
  display: block;
  max-width: unset;
}

.an-album-texte-zone .an-album-prix {
  display: inline-block;
  margin-bottom: 30px;
  line-height: 30px;
  margin-top: 30px;
  font-size: 20px;
}

.an-album-texte-zone .an-album-plusmoin {
  background-color: #FFFFFF;
  border: 1px solid #db4623;
  line-height: 30px;
  margin-top: 30px;
  float: right;
  font-size: 20px;
}

.an-album-texte-zone .an-album-plusmoin input[type=text] {
  width: 30px;
  text-align: center;
  background-color: #FFFFFF;
}

.an-album-texte-zone .an-album-plusmoin input[type=button] {
  background-color: #FFFFFF;
  border: 0;
  color: #db4623;
}

.an-album-texte-zone .an-album-plusmoin-value {
  border: 0;
}

.an-album-texte-zone .an-album-promo {
  display: block;
  font-size: 80%;
  text-align: center;
}

.an-album-partage {
  text-align: center;
}

.an-album-partage a {
  margin: 10px;
  margin-top: 30px;
}

.an-album-partage .an-btn-rond {
  width: 40px;
  height: 40px;
  line-height: 38px;
}

.an-album-couv-outils {
  text-align: center;
}

.an-album-couv-outils a {
  margin: 15px;
}

@media screen and (max-width: 768px) {
  .an-album-couv-outils a {
    margin: 0 15px;
  }
}

.an-album {
  content: "";
  display: table;
  clear: both;
}

.an-album-blocs .an-album-bloc {
  width: 100%;
}

.an-album-blocs .an-album-bloc:nth-child(odd) {
  float: left;
  padding-left: 10%;
}

@media (max-width: 576px) {
  .an-album-blocs .an-album-bloc:nth-child(odd) {
    padding-left: 0;
  }
}

.an-album-blocs .an-album-bloc:nth-child(even) {
  float: right;
  padding-right: 10%;
}

@media (max-width: 576px) {
  .an-album-blocs .an-album-bloc:nth-child(even) {
    padding-right: 0;
  }
}

.an-album-blocs .an-album-bloc:after {
  content: "";
  clear: both;
  display: table;
}

.an-album-blocs .an-album-bloc-texte {
  float: left;
  width: 50%;
  padding: 8% 30px;
}

@media (max-width: 576px) {
  .an-album-blocs .an-album-bloc-texte {
    width: 100%;
  }
}

.an-album-blocs .an-album-bloc-texte .an-petittitre {
  text-align: left;
  color: #db4623;
  margin-bottom: 15px;
}

.an-album-blocs .an-album-bloc-texte ul li {
  padding: 5px 0;
}

.an-album-blocs .an-album-bloc-texte ul li::before {
  content: "\2022";
  color: #db4623;
  display: inline-block;
}

.an-album-blocs .an-album-bloc-image {
  float: left;
  width: 50%;
  position: relative;
}

@media (max-width: 576px) {
  .an-album-blocs .an-album-bloc-image {
    width: 100%;
  }
}

.an-album-blocs .an-album-bloc-image-fond {
  position: absolute;
  width: 80%;
  top: 0;
  right: 0;
}

.an-album-blocs .an-album-bloc-image-perso {
  position: absolute;
  width: 80%;
  bottom: 0;
  left: 0;
}

.an-album-blocs .an-album-bloc:nth-child(odd) .an-album-bloc-image-perso {
  left: auto;
  right: 0;
}

.an-album-blocs .an-album-bloc:nth-child(odd) .an-album-bloc-image-fond {
  right: auto;
  left: 0;
}

.an-album-blocs .an-album-bloc:nth-child(even) .an-album-bloc-texte {
  float: right;
}

.an-album-blocs:after {
  content: "";
  clear: both;
  display: table;
}

.an-vousaimerez {
  background: -webkit-gradient(linear, left top, right top, from(#ffdaaa), color-stop(44%, #ffcba7), to(#ffbba5));
  background: linear-gradient(to right, #ffdaaa 0%, #ffcba7 44%, #ffbba5 100%);
  padding-bottom: 50px;
}

.an-vousaimerez .owl-nav {
  top: -60px;
  right: 30px;
  color: #db4623;
}

@media screen and (max-width: 768px) {
  .an-vousaimerez .owl-nav {
    display: none;
    right: 0;
    left: 0;
    margin: auto;
    top: unset;
    bottom: -20px;
  }
}

.an-vousaimerez .owl-nav .owl-prev {
  margin-right: 10px;
}

.an-vousaimerez .owl-nav .owl-next {
  margin-left: 10px;
}

.an-vousaimerez:after {
  content: "";
  display: table;
  clear: both;
}

/* COUV 3D */
.an-couv3d-container {
  opacity: 1;
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  z-index: 9;
}

.an-couv3d-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 127%;
}

.an-couv3d {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.an-couv3d.tourne {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.an-couv3d-couv {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/assets-upload/albums/gladiateurs/couv.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}

.an-couv3d-couv:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(2%, rgba(255, 255, 255, 0)), color-stop(2.5%, rgba(255, 255, 255, 0.2)), color-stop(3%, rgba(0, 0, 0, 0.1)), color-stop(4%, rgba(20, 20, 20, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0.2) 2.5%, rgba(0, 0, 0, 0.1) 3%, rgba(20, 20, 20, 0) 4%, rgba(255, 255, 255, 0) 100%);
}

.an-couv3d-qeme {
  -webkit-transform-origin: 50% 0 0;
          transform-origin: 50% 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/assets-upload/albums/gladiateurs/couv_4eme.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: rotateY(-180deg) translateZ(15px);
          transform: rotateY(-180deg) translateZ(15px);
}

.an-couv3d-dos {
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  position: absolute;
  width: 5%;
  height: 100%;
  background-color: #000;
  background-image: url("/assets-upload/albums/gladiateurs/couv_dos.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: rotateY(-90deg) translateX(-100%);
          transform: rotateY(-90deg) translateX(-100%);
}

.an-couv3d-dos:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.an-couv3d-tranche {
  -webkit-transform-origin: 100% 0 0;
          transform-origin: 100% 0 0;
  position: absolute;
  width: 5%;
  height: 100%;
  right: 0;
  background-image: url(/images/couv3d-tranche.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: rotateY(90deg) translateX(100%);
          transform: rotateY(90deg) translateX(100%);
}

@media screen and (max-width: 575px) {
  .an-couv3d-container {
    width: 85%;
    max-width: 240px;
  }
}

/*  /Fin couv 3D */
/****** Style Star Rating Widget *****/
.rating {
  border: none;
  float: left;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin: 5px;
  font-size: 20px;
  font-family: "fontello";
  display: inline-block;
  content: "\e86a";
}

.rating > .half:before {
  content: "\e86c";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

.rating > input:checked ~ label,
.rating .active ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #db4623;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #832a15;
}

.an-etoiles {
  border: none;
}

.an-etoiles > input {
  display: none;
}

.an-etoiles > label:before {
  margin: 5px;
  font-size: 20px;
  font-family: "fontello";
  display: inline-block;
  content: "\e86a";
}

.an-etoiles > .half:before {
  content: "\e86c";
  position: absolute;
}

.an-etoiles > label {
  color: #ddd;
  float: right;
}

.an-etoiles .active ~ label,
.an-etoiles label.active {
  color: #db4623;
}

/* LECTEUR BD */
.dp-body-iframe-lecteurbd {
  margin: 0;
  padding: 0;
  background-color: #000000;
}

.dp-iframe-lecteurbd-conteneur {
  width: 100%;
  height: 100%;
  background-color: #000000;
  text-align: center;
}

.dp-iframe-lecteurbd-conteneur > iframe {
  width: 100%;
  height: 100%;
}

.dp-lecteur-bd {
  display: none;
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*padding: 15px;*/
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.dp-lecteur-bd .dp-lecteur-bd-fermer {
  display: block;
  position: absolute;
  top: 5px;
  left: 25px;
  min-width: 150px;
  height: 50px;
  border-radius: 25px;
  background-color: #444;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
}

.dp-lecteur-bd .dp-lecteur-bd-iframe,
.dp-lecteur-bd iframe {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.dp-lecteur-bd .dp-lecteur-bd-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 40px;
  text-align: center;
}

.dp-lecteur-bd .dp-lecteur-bd-loader:before {
  content: "Chargement...";
  font-size: 14px;
  color: #CCC;
}

.dp-lecteur-bd .dp-lecteur-bd-loader:after {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  content: "\78";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  color: #CCC;
  -webkit-animation: dp-spinner 1s linear infinite;
          animation: dp-spinner 1s linear infinite;
}

.an-petits-savoirs {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .an-petits-savoirs {
    margin-top: 60px;
  }
}

.an-petits-savoirs-contenu .owl-prev {
  position: absolute;
  left: -70px;
}

.an-petits-savoirs-contenu .owl-prev span {
  font-size: 100px;
  color: #db4623;
}

@media screen and (min-width: 768px) {
  .an-petits-savoirs-contenu .owl-prev {
    left: -110px;
  }
}

.an-petits-savoirs-contenu .owl-next {
  position: absolute;
  right: -70px;
}

.an-petits-savoirs-contenu .owl-next span {
  font-size: 100px;
  color: #db4623;
}

@media screen and (min-width: 768px) {
  .an-petits-savoirs-contenu .owl-next {
    right: -110px;
  }
}

.an-petits-savoirs .an-petit-savoir {
  position: relative;
  margin-top: 20px;
}

.an-petits-savoirs .an-petit-savoir-rs {
  margin-bottom: 60px;
  margin-top: 20px;
}

.an-petits-savoirs .an-petit-savoir-rs a {
  margin-right: 15px;
  width: 37px;
  height: 37px;
  line-height: 35px;
}

.an-petits-savoirs .an-petit-savoir-linked-album {
  background-color: #fef4d7;
  padding-bottom: 90px;
}

.an-petits-savoirs .an-petit-savoir-linked-album-content {
  position: relative;
  margin: auto;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .an-petits-savoirs .an-petit-savoir-linked-album-content {
    text-align: center;
  }
}

.an-petits-savoirs .an-petit-savoir-linked-album-content img {
  max-width: 160px;
  display: inline-block !important;
}

.an-petits-savoirs .an-petit-savoir-linked-album-content p {
  display: inline-block;
  max-width: 280px;
  margin: 0 20px;
  vertical-align: bottom;
}

@media (max-width: 576px) {
  .an-petits-savoirs .an-petit-savoir-linked-album-content p {
    margin: 10px 5px;
  }
}

.an-petits-savoirs .an-petit-savoir-linked-album-content p a {
  margin-top: 20px;
  width: 200px;
}

.an-petits-savoirs .an-petit-savoir-linked-album-content .an-titre-savoir, .an-petits-savoirs .an-petit-savoir-linked-album-content .an-titre-savoir-album {
  font-size: 20px;
}

.an-petits-savoirs .an-petit-savoir-col {
  position: relative;
}

.an-petits-savoirs .an-petit-savoir-date {
  font-size: 12px;
  padding: 10px 0;
  line-height: 30px;
}

.an-petits-savoirs .an-petit-savoir-nouveau {
  /*position: absolute;
            top: -10px;
            left: -15px;
            transform: rotate(-12deg);*/
  font-size: 12px;
  line-height: 30px;
  display: inline-block;
  padding: 0 5px;
  background-color: #ff7e24;
  color: #FFFFFF;
}

.an-petits-savoirs .an-petit-savoir-nouveau:before {
  content: "Nouveau";
}

.an-petits-savoirs .owl-nav {
  top: 85px;
  right: 0;
  left: 0;
  max-width: 60%;
  margin: auto;
}

@media screen and (min-width: 568px) {
  .an-petits-savoirs .owl-nav {
    top: 180px;
  }
}

.an-petits-savoirs .owl-dots {
  padding-bottom: 25px;
}

.an-petits-savoirs .an-titre-savoir, .an-petits-savoirs .an-titre-savoir-album {
  font-family: "Gotham Black Regular";
  color: #db4623;
  margin: 10px 0;
  font-size: 18px;
  text-align: left;
}

.an-petits-savoirs .an-titre-savoir {
  color: #db4623;
}

.an-petits-savoirs .an-titre-savoir-album {
  color: #000000;
  margin-top: 5px;
  margin-bottom: 30px;
}

.an-petits-savoirs .an-newsletter {
  position: relative;
  padding: 20px;
  margin: auto;
  margin-top: 25px;
  text-align: center;
  max-width: 240px;
  background-color: #FFFFFF;
  border: 1px solid #db4623;
}

@media screen and (min-width: 868px) {
  .an-petits-savoirs .an-newsletter {
    position: absolute;
    right: -150px;
    top: 0px;
  }
}

@media screen and (min-width: 1092px) {
  .an-petits-savoirs .an-newsletter {
    right: -50px;
  }
}

.an-petits-savoirs .an-newsletter img {
  max-width: 140px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 109px;
}

.an-petits-savoirs .an-newsletter-input {
  margin-top: 120px;
  height: 35px;
  width: 100%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.an-petits-savoirs .an-newsletter .an-btn-rectangle {
  margin-top: 15px;
  width: 100%;
}

.an-petits-savoirs .an-newsletter .an-petittitre {
  line-height: 25px;
}

.an-petits-savoirs-nav {
  z-index: 2;
  width: 100%;
  background-color: pink;
  position: relative;
}

@media screen and (max-width: 576px) {
  .an-petits-savoirs-nav {
    top: 60px;
  }
}

.an-petits-savoirs-nav a {
  display: block;
  position: absolute;
  width: 20px;
  left: 60px;
  top: -40px;
  font-family: "Gotham Book";
  font-size: 60px;
  color: #db4623;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .an-petits-savoirs-nav a {
    width: 30px;
    top: 150px;
  }
}

@media screen and (max-width: 576px) {
  .an-petits-savoirs-nav a {
    left: 30px;
  }
}

.an-petits-savoirs-nav .an-petits-savoirs-suivant {
  left: auto;
  right: 60px;
}

@media screen and (max-width: 576px) {
  .an-petits-savoirs-nav .an-petits-savoirs-suivant {
    right: 30px;
  }
}

.an-newsletter {
  position: relative;
  padding: 20px;
  margin: auto;
  margin-top: 25px;
  text-align: center;
  max-width: 240px;
  background-color: #FFFFFF;
  border: 1px solid #db4623;
}

.an-newsletter img {
  max-width: 140px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 109px;
}

.an-newsletter-input {
  margin-top: 120px;
  height: 35px;
  width: 100%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.an-newsletter .an-btn-rectangle {
  margin-top: 15px;
  width: 100%;
}

.an-newsletter .an-petittitre {
  line-height: 25px;
}

.an-filhistoire-titre {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  padding-top: 50px;
}

.an-filhistoire-entete {
  text-align: center;
}

.an-filhistoire-entete-embed, .an-filhistoire-entete-texte {
  width: 85%;
  margin: auto;
  margin-top: 10px;
}

@media (max-width: 576px) {
  .an-filhistoire-entete-embed, .an-filhistoire-entete-texte {
    width: 100%;
  }
}

.an-filhistoire-entete-texte {
  padding: 30px;
}

.an-filhistoire-entete:after {
  content: "";
  display: table;
  clear: both;
}

.an-filhistoire-personnages {
  padding-bottom: 60px;
}

.an-filhistoire-personnages .an-filhistoire-titre {
  margin-bottom: 40px;
}

.an-filhistoire-personnages-content {
  position: relative;
  min-height: 600px;
  max-width: 740px;
  margin: auto;
}

.an-filhistoire-personnages-content .ariane,
.an-filhistoire-personnages-content .nino {
  position: absolute;
}

@media screen and (min-width: 576px) {
  .an-filhistoire-personnages-content .ariane img,
  .an-filhistoire-personnages-content .nino img {
    max-width: 38%;
  }
}

.an-filhistoire-personnages-content .ariane {
  width: 100%;
  top: 0;
  left: 0;
}

.an-filhistoire-personnages-content .ariane img {
  position: absolute;
  left: 0px;
}

.an-filhistoire-personnages-content .ariane-text {
  position: absolute;
  left: 250px;
  top: 98px;
  max-width: 300px;
  width: 100%;
}

.an-filhistoire-personnages-content .ariane-text .an-petittitre {
  text-align: unset;
  padding-bottom: 10px;
}

.an-filhistoire-personnages-content .nino {
  width: 100%;
  bottom: 0;
  right: 0;
  text-align: right;
}

.an-filhistoire-personnages-content .nino-text {
  position: absolute;
  top: 100px;
  right: 180px;
  text-align: left;
  max-width: 300px;
  width: 100%;
}

.an-filhistoire-personnages-content .nino-text .an-petittitre {
  text-align: unset;
  padding-bottom: 10px;
}

.an-filhistoire-objectifs {
  min-height: 600px;
  background-color: #fef4d7;
  padding: 0px 55px;
  padding-bottom: 275px;
}

.an-filhistoire-objectifs-titre {
  color: #db4623;
  font-size: 21px;
  font-weight: bold;
  line-height: normal;
}

.an-filhistoire-objectifs-soustitre {
  font-size: 16px;
  padding-top: 15px;
}

.an-filhistoire-objectifs-item {
  position: relative;
}

.an-filhistoire-objectifs-item .an-objectif-textbox {
  max-width: 45%;
  margin-top: 270px;
}

.an-filhistoire-objectifs-item .an-objectif-textbox p {
  margin-top: 30px;
}

.an-filhistoire-objectifs-item img {
  position: absolute;
  top: -110px;
}

.an-filhistoire-objectifs .objectif-1 img {
  left: 60%;
  max-width: 34%;
}

.an-filhistoire-objectifs .objectif-1-text {
  margin-top: 150px;
}

.an-filhistoire-objectifs .objectif-2 img {
  right: 40%;
  max-width: 55%;
  z-index: 2;
  top: -45px;
  left: -4%;
}

.an-filhistoire-objectifs .objectif-2-text {
  margin-left: auto;
}

.an-filhistoire-objectifs .objectif-3 img {
  left: 43%;
  max-width: 60%;
  top: -20px;
}

.an-filhistoire-auteurs {
  padding-bottom: 60px;
}

.an-filhistoire-auteurs-content {
  position: relative;
  min-height: 600px;
  max-width: 740px;
  margin: auto;
}

.an-filhistoire-auteurs-content .left,
.an-filhistoire-auteurs-content .right {
  margin-top: 80px;
}

.an-filhistoire-auteurs-content .left h5,
.an-filhistoire-auteurs-content .right h5 {
  padding-bottom: 6px;
  font-family: "Gotham Book";
}

.an-filhistoire-auteurs-content .left-text,
.an-filhistoire-auteurs-content .right-text {
  max-width: 500px;
}

.an-filhistoire-auteurs-content .left img,
.an-filhistoire-auteurs-content .right img {
  max-width: 150px;
  border: 3px solid #ff7e24;
  border-radius: 50%;
}

.an-filhistoire-auteurs-content .left:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.an-filhistoire-auteurs-content .left-text {
  float: left;
  margin-left: 20px;
  margin-top: 5px;
}

.an-filhistoire-auteurs-content .left-text .an-petittitre {
  text-align: unset;
  padding-bottom: 10px;
}

.an-filhistoire-auteurs-content .left img {
  float: left;
}

.an-filhistoire-auteurs-content .right {
  bottom: 0;
  right: 0;
  text-align: right;
}

.an-filhistoire-auteurs-content .right:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.an-filhistoire-auteurs-content .right-text {
  float: right;
  margin-right: 20px;
  margin-top: 5px;
  text-align: left;
}

.an-filhistoire-auteurs-content .right-text .an-petittitre {
  text-align: unset;
  padding-bottom: 10px;
}

.an-filhistoire-auteurs-content .right img {
  float: right;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .an-filhistoire-personnages {
    padding-bottom: 0px;
  }
  .an-filhistoire-personnages-content {
    position: relative;
    min-height: 500px;
    max-width: 740px;
    margin: auto;
  }
  .an-filhistoire-personnages-content .ariane,
  .an-filhistoire-personnages-content .nino {
    position: absolute;
    width: 50%;
  }
  .an-filhistoire-personnages-content .ariane {
    top: 0;
    left: 0;
  }
  .an-filhistoire-personnages-content .ariane-text {
    position: absolute;
    left: 140px;
    top: 20px;
  }
  .an-filhistoire-personnages-content .ariane-text .an-petittitre {
    text-align: unset;
    padding-bottom: 10px;
  }
  .an-filhistoire-personnages-content .ariane img {
    position: absolute;
    left: 5px;
    top: 9px;
    max-width: 160px;
  }
  .an-filhistoire-personnages-content .nino {
    bottom: 0;
    right: 0;
    text-align: right;
    top: 220px;
  }
  .an-filhistoire-personnages-content .nino-text {
    position: absolute;
    top: 20px;
    left: -80%;
    text-align: left;
  }
  .an-filhistoire-personnages-content .nino-text .an-petittitre {
    text-align: unset;
    padding-bottom: 10px;
  }
  .an-filhistoire-personnages-content .nino img {
    margin-right: 13px;
    margin-top: 10px;
    max-width: 160px;
  }
  .an-filhistoire-objectifs {
    min-height: 600px;
    background-color: #fef4d7;
    padding: 0px 15px;
    padding-bottom: 1px;
  }
  .an-filhistoire-objectifs-item {
    position: relative;
    text-align: center;
  }
  .an-filhistoire-objectifs-item .an-objectif-textbox {
    max-width: 100%;
    margin-top: 25px;
  }
  .an-filhistoire-objectifs-item .an-objectif-textbox p {
    margin-top: 30px;
    margin-bottom: 80px;
  }
  .an-filhistoire-objectifs-item img {
    position: unset;
    top: -110px;
  }
  .an-filhistoire-objectifs .objectif-1 {
    margin-top: 50px;
  }
  .an-filhistoire-objectifs .objectif-1 img {
    left: 0;
    right: 0;
    max-width: 80%;
    margin: auto;
  }
  .an-filhistoire-objectifs .objectif-2 img {
    max-width: 90%;
  }
  .an-filhistoire-objectifs .objectif-3 img {
    max-width: 80%;
  }
  .an-filhistoire-auteurs {
    padding-bottom: 60px;
  }
  .an-filhistoire-auteurs-content {
    position: relative;
    min-height: 600px;
    max-width: 740px;
    margin: auto;
    padding: 15px;
    padding-top: 0;
    font-family: "Gotham Bold";
  }
  .an-filhistoire-auteurs-content .left,
  .an-filhistoire-auteurs-content .right {
    text-align: center;
    margin-top: 80px;
  }
  .an-filhistoire-auteurs-content .left-text,
  .an-filhistoire-auteurs-content .right-text {
    max-width: 500px;
  }
  .an-filhistoire-auteurs-content .left img,
  .an-filhistoire-auteurs-content .right img {
    float: unset !important;
    max-width: 150px;
    border: 3px solid #ff7e24;
    border-radius: 50%;
  }
  .an-filhistoire-auteurs-content .left:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  .an-filhistoire-auteurs-content .left-text {
    float: left;
    margin-left: 0px;
    margin-top: 10px;
  }
  .an-filhistoire-auteurs-content .left-text .an-petittitre {
    text-align: unset;
    padding-bottom: 10px;
  }
  .an-filhistoire-auteurs-content .left img {
    float: left;
  }
  .an-filhistoire-auteurs-content .right {
    text-align: center;
  }
  .an-filhistoire-auteurs-content .right:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  .an-filhistoire-auteurs-content .right-text {
    float: right;
    margin-right: 0;
    margin-top: 10px;
    text-align: center;
  }
  .an-filhistoire-auteurs-content .right-text .an-petittitre {
    text-align: unset;
    padding-bottom: 10px;
  }
  .an-filhistoire-auteurs-content .right img {
    float: right;
    margin-top: 15px;
  }
}

.an-jeux-liste {
  width: 100%;
  background-color: #FFFFFF;
  margin: 0 auto 70px auto;
  cursor: pointer;
}

.an-jeux-liste:after {
  content: "";
  clear: both;
  display: table;
}

.an-jeux-liste li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 15px;
}

.an-jeux-liste li .an-bonus-contenu {
  overflow: hidden;
  color: #010101;
  text-decoration: none;
  display: block;
}

.an-jeux-liste li .an-bonus-contenu-disposition {
  height: 375px;
}

.an-jeux-liste li:nth-child(5n) {
  clear: both;
}

@media (max-width: 991px) {
  .an-jeux-liste li {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .an-jeux-liste li {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .an-jeux-liste li {
    width: 100%;
  }
}

.an-jeux-liste li:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.an-jeux-liste li img {
  width: 75%;
  max-width: 280px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.an-jeux-liste li .an-petittitre {
  padding: 10px;
}

.an-jeux-liste li .an-petitsoustitre {
  min-height: 80px;
  margin-bottom: 20px;
  padding: 0px 15px;
}

.an-bonus a {
  height: 475px;
}

.an-bonus-types {
  text-align: center;
  margin-top: 15px;
}

.an-bonus-types > div {
  display: inline-block;
}

.an-bonus-types > div:not(:last-child):after {
  content: " • ";
}

.an-bonus-types > div:first-child:after {
  content: "";
}

.an-bonus-types > div:first-child {
  display: inline-block;
  font-family: 'Gotham Medium';
  text-transform: uppercase;
  font-size: 11px;
  color: #010101;
  text-decoration: none;
  line-height: 35px;
}

.an-bonus-types > div a {
  margin: 0 15px;
  display: inline-block;
  font-family: 'Gotham Medium';
  text-transform: uppercase;
  font-size: 11px;
  color: #010101;
  text-decoration: none;
  line-height: 35px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  outline: none;
}

.an-bonus-types > div a.active {
  color: #db4623;
}

.an-bonus-conteneur {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .an-bonus-conteneur {
    padding: 0;
  }
}

.an-bonus-loader {
  width: 100%;
  text-align: center;
}

.an-bonus-bloc {
  max-width: 962px;
  background-color: #FFFFFF;
  margin: auto;
  min-height: 300px;
  overflow: scroll;
  max-height: calc(100vh - 30px);
}

@media screen and (max-width: 768px) {
  .an-bonus-bloc {
    max-height: 100vh;
  }
}

@media (max-width: 767px) {
  .an-bonus-ajax {
    height: calc(100% - 60px);
    overflow: scroll;
  }
}

.an-bonus-fermer {
  text-align: right;
}

.an-bonus-fermer a {
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  padding: 15px;
  color: #db4623;
  text-decoration: none;
}

.an-bonus-fiche-bonus:after {
  content: "";
  display: table;
  clear: both;
}

.an-bonus-fiche-image {
  float: left;
  width: 66.66%;
  padding: 30px;
  margin-top: -60px;
}

@media (max-width: 767px) {
  .an-bonus-fiche-image {
    width: 100%;
  }
}

.an-bonus-fiche-contenu {
  float: left;
  width: 33.33%;
  padding: 30px;
  padding-left: 0;
  text-align: left;
}

@media (max-width: 767px) {
  .an-bonus-fiche-contenu {
    width: 100%;
    padding-left: 30px;
  }
}

.an-bonus-fiche-contenu-titre {
  text-align: left;
}

.an-bonus-fiche-contenu-texte {
  padding: 20px 0px 45px 0;
}

.an-bonus-fiche-solution {
  position: relative;
  margin-top: 15px;
  min-height: 100px;
}

.an-bonus-fiche-solution-contenu {
  display: none;
  margin-top: 10px;
}

.an-bonus-fiche-album {
  background-color: #fef4d7;
}

.an-bonus-fiche-album .an-bonus-album {
  position: relative;
}

.an-bonus-fiche-album .an-bonus-album-contenu {
  display: table;
}

.an-bonus-fiche-album .an-bonus-album-couv, .an-bonus-fiche-album .an-bonus-album-resume, .an-bonus-fiche-album .an-bonus-album-visuel {
  width: 33.33%;
  display: table-cell;
}

@media (max-width: 767px) {
  .an-bonus-fiche-album .an-bonus-album-couv, .an-bonus-fiche-album .an-bonus-album-resume, .an-bonus-fiche-album .an-bonus-album-visuel {
    width: 100%;
    display: block;
  }
}

.an-bonus-fiche-album .an-bonus-album-titre {
  padding: 15px;
  text-align: center;
}

.an-bonus-fiche-album .an-bonus-album-couv {
  padding: 0 0 30px 0;
}

.an-bonus-fiche-album .an-bonus-album-resume {
  vertical-align: top;
  padding-top: 70px;
}

@media (max-width: 767px) {
  .an-bonus-fiche-album .an-bonus-album-resume {
    padding: 30px;
    padding-top: 0px;
  }
}

.an-bonus-fiche-album .an-bonus-album-visuel {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .an-bonus-fiche-album .an-bonus-album-visuel {
    display: none;
  }
}

.an-bonus-fiche-album .an-bonus-album-cta {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .an-bonus-fiche-album .an-bonus-album-cta {
    margin-top: 15px;
  }
}

.an-bonus-fiche-album .an-couvsolo {
  margin: auto;
  max-width: 220px;
}

.an-bonus-fiche-album .an-couvsolo-couv {
  width: 100%;
  position: relative;
}

.an-bonus-fiche-album .an-couvsolo-couv .an-couv-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.an-bonus-fiche-album .an-couvsolo-couv .an-couv-image .an-couv-format {
  max-width: 100%;
}

.an-bonus-fiche-album .an-couvsolo-couv .an-couv-image .an-couv-load {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.an-bonus-fiche-album:after {
  content: "";
  display: table;
  clear: both;
}

.an-footer {
  width: 100%;
  background-color: #191919;
}

.an-footer:after {
  content: "";
  clear: both;
  display: table;
}

.an-footer .an-copyright {
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  font-family: "Gotham Book";
  font-size: 12px;
  line-height: 18px;
  padding: 30px 0px;
}

@media (max-width: 767px) {
  .an-footer .an-copyright {
    width: 90%;
    margin: 0px auto;
  }
}

.an-footer .an-footer-bloc {
  width: 100%;
}

.an-footer .an-footer-bloc:after {
  content: "";
  clear: both;
  display: table;
}

.an-footer .an-footer-bloc .an-footer-bloc-texte {
  width: 80%;
  position: relative;
}

@media (max-width: 991px) {
  .an-footer .an-footer-bloc .an-footer-bloc-texte {
    width: 100%;
    padding: 0px;
  }
}

.an-footer .an-footer-bloc .an-footer-bloc-texte .an-footer-bloc-presentation {
  width: 55%;
  padding: 50px;
  float: left;
}

@media (max-width: 767px) {
  .an-footer .an-footer-bloc .an-footer-bloc-texte .an-footer-bloc-presentation {
    width: 100%;
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .an-footer .an-footer-bloc .an-footer-bloc-texte .an-footer-bloc-presentation {
    width: 50%;
  }
}

.an-footer .an-footer-bloc .an-footer-bloc-texte .an-footer-bloc-newsletter {
  width: 45%;
  padding: 50px;
  float: left;
}

@media (max-width: 767px) {
  .an-footer .an-footer-bloc .an-footer-bloc-texte .an-footer-bloc-newsletter {
    width: 100%;
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .an-footer .an-footer-bloc .an-footer-bloc-texte .an-footer-bloc-newsletter {
    width: 50%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.an-footer .an-footer-bloc .an-footer-bloc-texte .an-footer-bloc-newsletter form {
  margin: 20px 0px;
  text-align: left;
}

@media (max-width: 767px) {
  .an-footer .an-footer-bloc .an-footer-bloc-texte .an-footer-bloc-newsletter form {
    text-align: center;
  }
}

.an-footer .an-footer-bloc .an-footer-bloc-texte .an-footer-bloc-newsletter form input[type=email] {
  width: 75%;
  height: 45px;
  padding: 0px 10px;
  display: inline-block;
  border: solid 1px #FFFFFF;
  margin: 0px;
}

@media (max-width: 767px) {
  .an-footer .an-footer-bloc .an-footer-bloc-texte .an-footer-bloc-newsletter form input[type=email] {
    width: 90%;
  }
}

.an-footer .an-footer-bloc .an-footer-bloc-texte .an-footer-bloc-newsletter form input[type=submit] {
  height: 46px;
  font-family: "Gotham Black Regular";
  color: #FFFFFF;
  background-color: #db4623;
  border: solid 1px #FFFFFF;
  position: absolute;
  height: 47px;
  right: 80px;
}

@media (max-width: 767px) {
  .an-footer .an-footer-bloc .an-footer-bloc-texte .an-footer-bloc-newsletter form input[type=submit] {
    right: 7%;
    width: 20%;
  }
}

.an-footer .an-footer-bloc .an-footer-bloc-texte .an-footer-bloc-newsletter .newsletter_confirmation {
  display: none;
  color: #FFFFFF;
}

.an-footer .an-footer-bloc .an-footer-bloc-texte .an-titre-footer {
  font-family: "Gotham Black Regular";
  color: #FFFFFF;
  margin-bottom: 10px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .an-footer .an-footer-bloc .an-footer-bloc-texte .an-titre-footer {
    font-size: 16px;
    text-align: center;
  }
}

.an-footer .an-footer-bloc .an-footer-bloc-texte .an-texte-footer {
  font-family: "Gotham Book";
  color: #FFFFFF;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .an-footer .an-footer-bloc .an-footer-bloc-texte .an-texte-footer {
    font-size: 13px;
    text-align: center;
  }
}

.an-footer .an-footer-bloc .an-footer-bloc-img {
  width: 20%;
  position: relative;
  float: left;
}

@media (max-width: 991px) {
  .an-footer .an-footer-bloc .an-footer-bloc-img {
    display: none;
  }
}

.an-footer .an-footer-bloc .an-footer-bloc-img img {
  position: absolute;
  top: -30px;
  width: 200px;
  z-index: 5;
  margin: 0px auto;
}

.an-footer .an-footer-liencgv {
  font-family: "Gotham Book";
  text-align: center;
  padding: 0 25px;
}

.an-footer .an-footer-liencgv li {
  display: inline;
  color: #FFFFFF;
}

.an-footer .an-footer-liencgv li a {
  text-transform: uppercase;
  font-size: 13px;
  color: #FFFFFF;
  text-decoration: none;
}

.an-footer .an-footer-liencgv li a:hover {
  color: #db4623;
}

.an-overlay-blanc, .an-overlay-noir {
  pointer-events: none;
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.7);
}

.an-overlay-blanc.voir, .an-overlay-noir.voir {
  opacity: 1;
}

.an-texte-legal {
  width: 80%;
  margin: 40px auto;
}

.an-texte-legal-titre {
  font-size: 22px;
  font-family: "Gotham Book";
  margin-bottom: 10px;
  margin-top: 30px;
}

.an-texte-legal-soustitre {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 30px;
}

.an-legal-part2 {
  margin: 0px;
  background-color: #fef4d7;
  padding: 20px 0px;
}

#tarteaucitronRoot {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  /**
     * RESET CSS
     */
  /** 
     * END RESET CSS
     */
}

#tarteaucitronRoot div, #tarteaucitronRoot span, #tarteaucitronRoot applet, #tarteaucitronRoot object,
#tarteaucitronRoot iframe, #tarteaucitronRoot h1, #tarteaucitronRoot h2, #tarteaucitronRoot h3, #tarteaucitronRoot h4, #tarteaucitronRoot h5, #tarteaucitronRoot h6,
#tarteaucitronRoot p, #tarteaucitronRoot blockquote, #tarteaucitronRoot pre, #tarteaucitronRoot a, #tarteaucitronRoot abbr, #tarteaucitronRoot acronym,
#tarteaucitronRoot address, #tarteaucitronRoot big, #tarteaucitronRoot cite, #tarteaucitronRoot code, #tarteaucitronRoot del, #tarteaucitronRoot dfn, #tarteaucitronRoot em,
#tarteaucitronRoot img, #tarteaucitronRoot ins, #tarteaucitronRoot kbd, #tarteaucitronRoot q, #tarteaucitronRoot s, #tarteaucitronRoot samp, #tarteaucitronRoot small, #tarteaucitronRoot strike,
#tarteaucitronRoot strong, #tarteaucitronRoot sub, #tarteaucitronRoot sup, #tarteaucitronRoot tt, #tarteaucitronRoot var, #tarteaucitronRoot b, #tarteaucitronRoot u, #tarteaucitronRoot i,
#tarteaucitronRoot center, #tarteaucitronRoot dl, #tarteaucitronRoot dt, #tarteaucitronRoot dd, #tarteaucitronRoot ol, #tarteaucitronRoot ul, #tarteaucitronRoot li, #tarteaucitronRoot fieldset,
#tarteaucitronRoot form, #tarteaucitronRoot label, #tarteaucitronRoot legend, #tarteaucitronRoot table, #tarteaucitronRoot caption, #tarteaucitronRoot tbody,
#tarteaucitronRoot tfoot, #tarteaucitronRoot thead, #tarteaucitronRoot tr, #tarteaucitronRoot th, #tarteaucitronRoot td, #tarteaucitronRoot article, #tarteaucitronRoot aside,
#tarteaucitronRoot canvas, #tarteaucitronRoot details, #tarteaucitronRoot embed, #tarteaucitronRoot figure, #tarteaucitronRoot figcaption,
#tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot output,
#tarteaucitronRoot ruby, #tarteaucitronRoot section, #tarteaucitronRoot summary, #tarteaucitronRoot time, #tarteaucitronRoot mark, #tarteaucitronRoot audio, #tarteaucitronRoot video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: initial;
  text-align: initial;
  text-shadow: initial;
}

#tarteaucitronRoot div#tarteaucitron {
  position: fixed;
  display: none;
  padding: 25px;
  width: 90%;
  max-width: 550px;
  max-height: 95%;
  background: #ffffff;
  border: 3px solid #ffc734;
  top: 50% !important;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999999999;
}

#tarteaucitronRoot .tarteaucitronH1 {
  display: block;
  font-family: 'Gotham Black Regular',sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  #tarteaucitronRoot .tarteaucitronH1 {
    font-size: 14px;
  }
}

#tarteaucitronRoot .tarteaucitronH2 {
  font-family: 'Gotham Black Regular',sans-serif;
  font-weight: 700;
}

#tarteaucitronRoot .tarteaucitronH3 {
  display: block;
  margin: 10px 0;
  font-family: 'Gotham Black Regular',sans-serif;
  color: #ffa32b;
}

#tarteaucitronRoot .tarteaucitronListCookies {
  display: block;
  color: #7a7a7a;
}

#tarteaucitronRoot .tarteaucitronName {
  margin: 10px 0 15px 0;
}

#tarteaucitronRoot .tarteaucitronName a {
  font-size: 12px;
  text-decoration: underline;
  color: #010101;
}

#tarteaucitronRoot .tarteaucitronName a:hover {
  color: #db4623;
}

#tarteaucitronRoot .tarteaucitronDetails {
  display: none;
}

#tarteaucitronRoot button {
  padding: 0;
  background: #010101;
  color: #010101;
  border: none;
  cursor: pointer;
}

#tarteaucitronRoot button#tarteaucitronClosePanel {
  position: absolute;
  width: 30px;
  height: 30px;
  color: transparent;
  background: transparent;
  top: 10px;
  right: 10px;
}

#tarteaucitronRoot button#tarteaucitronClosePanel:before {
  position: relative;
  content: '×';
  font-size: 30px;
  line-height: 20px;
  color: #ffc734;
}

#tarteaucitronRoot button#tarteaucitronPrivacyUrlDialog {
  font-weight: 700;
  text-decoration: underline;
  color: #ffc734;
}

#tarteaucitronRoot button.tarteaucitronAllow {
  margin-bottom: 10px;
  padding: .15rem .5rem .17rem;
  border: 2px solid #7DDF64;
}

@media screen and (min-width: 1200px) {
  #tarteaucitronRoot button.tarteaucitronAllow {
    margin-right: 10px;
  }
}

#tarteaucitronRoot button.tarteaucitronAllow.tarteaucitronIsSelected {
  background: #7DDF64;
  color: #010101;
}

#tarteaucitronRoot button.tarteaucitronDeny {
  margin-bottom: 10px;
  padding: .15rem .5rem .17rem;
  border: 2px solid #db4623;
}

#tarteaucitronRoot button.tarteaucitronDeny.tarteaucitronIsSelected {
  background: #db4623;
  color: #010101;
}

#tarteaucitronRoot .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
  background: #7DDF64;
  color: #010101;
}

#tarteaucitronRoot .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background: #db4623;
  color: #010101;
}

#tarteaucitronRoot .tarteaucitronInfoBox {
  margin: 25px 0;
  line-height: 16px;
}

#tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronInfoBox {
  display: block !important;
}

#tarteaucitronRoot .tarteaucitronHidden {
  display: none;
  margin: 5px 10px 5px 0;
  padding-bottom: 5px;
}

@media screen and (min-width: 1200px) {
  #tarteaucitronRoot .tarteaucitronHidden .tarteaucitronLine {
    position: relative;
  }
  #tarteaucitronRoot .tarteaucitronHidden .tarteaucitronLine .tarteaucitronAsk {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#tarteaucitronRoot .tarteaucitronHidden .tarteaucitronInfoBox {
  margin: 10px 0 10px 17px;
}

#tarteaucitronRoot .tarteaucitronHidden .tarteaucitronTitle button {
  background: transparent;
}

#tarteaucitronRoot .tarteaucitronAlertBigBottom {
  position: fixed;
  padding: 10px;
  margin: 0 auto;
  max-width: 1200px;
  background: #191919;
  right: 0;
  bottom: 0;
  left: 0;
}

#tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronDisclaimerAlert {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}

#tarteaucitronRoot .tarteaucitronAlertBigBottom button {
  /* MTD - remove background: #191919;*/
}

#tarteaucitronRoot .tarteaucitronAlertBigBottom .tarteaucitronBtBannerContainer {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#tarteaucitronRoot .tarteaucitronAlertBigBottom .tarteaucitronBtBannerContainer button {
  color: #ffffff;
}

#tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronPersonalize {
  margin-right: 5px;
  padding: .15rem .5rem .17rem;
  border: 2px solid #7DDF64;
}

#tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronCloseAlert {
  margin-left: 5px;
  padding: .15rem .5rem .17rem;
  border: 2px solid #fdfdfd;
}

#tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronPrivacyUrl {
  display: block;
  margin: 10px auto 0 auto;
  font-weight: 700;
  text-decoration: underline;
  color: #FFB51F;
}

#tarteaucitronRoot #tarteaucitronBack {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(254, 244, 215, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999998;
}

#tarteaucitronRoot .tarteaucitronAlertSmallBottom {
  position: fixed;
  bottom: 0;
}

#tarteaucitronRoot #tarteaucitronCookiesListContainer {
  display: none;
}

#tarteaucitronRoot .tarteaucitronAsk button {
  font-family: 'Gotham Medium', sans-serif;
  background: #ffffff;
  color: #010101;
}

/*MTD*/
#tarteaucitronRoot .tarteaucitronAlertBigBottom {
    bottom: 0;
    text-align: center;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronDisclaimerAlert {
    /*font-weight: bold;*/
}
#tarteaucitronAlertBig .tarteaucitronAllow {
    background: none;
    border: 2px solid #7DDF64;
    color: #FFFFFF;
}
#tarteaucitronAlertBig .tarteaucitronDeny {
    background: none;
    border: 2px solid #db4623;
    color: #FFFFFF;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
#tarteaucitronRoot button#tarteaucitronPrivacyUrlDialog {
    background: none;
}
#tarteaucitronSaveButton {
    background: none;
}
#tarteaucitronRoot button {
    background: none;
}
#tac_title {
    display: none;
}
/**/

.youtube_player .tac_activate {
  position: relative;
  height: 100%;
  width: 100%;
  background: #fef4d7;
  opacity: 0;
  -webkit-transition: opacity .25s ease-in;
  transition: opacity .25s ease-in;
}

.youtube_player .tac_activate .tac_float {
  position: relative;
  font-family: 'Gotham Medium';
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  color: #010101;
  text-decoration: none;
  line-height: 35px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  outline: none;
}

.youtube_player .tac_activate .tac_float button {
  font-family: 'Gotham Medium', sans-serif;
  padding: .15rem .5rem .17rem;
  background: #ffffff;
  color: #010101;
  border: 2px solid #7DDF64;
}

.an-footer .cookies {
  text-transform: uppercase;
  cursor: pointer;
}

.an-footer .cookies:hover {
  color: #db4623;
}

.an-newsletter-backlayer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity .25s ease-in;
  transition: opacity .25s ease-in;
  top: -100%;
  left: 0;
  z-index: 9;
}

.an-newsletter-backlayer.visible {
  opacity: 1;
  top: 0;
}

.an-newsletter-bloc {
  position: fixed;
  padding: 25px 25px 50px 25px;
  width: 90%;
  max-width: 610px;
  background: #fff;
  opacity: 0;
  top: -15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.25s ease-in, top 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.25s ease-in, top 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  z-index: 10;
}

.an-newsletter-bloc.visible {
  opacity: 1;
  top: 50%;
}

.an-newsletter-bloc .an-petittitre {
  max-width: 420px;
  margin: 0 auto;
}

.an-newsletter-bloc-content {
  margin: 0 auto;
}

.an-newsletter-bloc-content form {
  position: relative;
  max-width: 260px;
  margin: 20px auto;
  text-align: left;
}

.an-newsletter-bloc-content form input[type="email"] {
  width: calc(100% - 58px);
  height: 45px;
  padding: 0px 10px;
  display: inline-block;
  border: solid 1px #ccc;
  margin: 0px;
}

.an-newsletter-bloc-content form input[type="submit"] {
  color: #FFFFFF;
  background-color: #db4623;
  border: none;
  position: absolute;
  height: 100%;
  width: 36px;
}

.an-newsletter-bloc-content ul {
  position: relative;
  max-width: 290px;
  margin: 30px auto 0;
  padding-left: 15px;
}

.an-newsletter-bloc-content ul li {
  position: relative;
}

.an-newsletter-bloc-content ul li:before {
  position: absolute;
  content: '•';
  display: inline-block;
  color: #222;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.an-newsletter-bloc-image {
  position: absolute;
  max-height: 70%;
  margin-top: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.an-newsletter-bloc-image.left {
  left: 0;
}

.an-newsletter-bloc-image.right {
  right: -25px;
}

@media screen and (max-width: 768px) {
  .an-newsletter-bloc-image {
    max-height: 60%;
  }
}

@media screen and (max-width: 576px) {
  .an-newsletter-bloc-image {
    display: none;
  }
}

.an-newsletter-bloc .an-newsletter-close {
  position: absolute;
  padding: 15px;
  display: inline-block;
  font-size: 30px;
  line-height: 24px;
  color: #db4623;
  text-decoration: none;
  top: 0;
  right: 0;
  cursor: pointer;
}

.an-newsletter-bloc .an-newsletter-conf {
  display: none;
  margin-top: 25px;
  text-align: center;
}
/*# sourceMappingURL=an-main.css.map */