@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@font-face {
  font-family: "Highway";
  src: url("../fonts/Blue-Highway-D-Type.woff") format("woff");
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input, select {
  vertical-align: middle;
}

#header {
  background: #3A6091;
  color: #FFF;
  overflow: hidden;
  box-shadow: 0px 1px 10px 0px #3A6091;
}
#header #wrapped {
  width: 1024px;
  margin: 0 auto;
  font-size: 16px;
  position: relative;
}
#header #wrapped a {
  color: #FFF;
}
#header #wrapped a:hover {
  text-decoration: underline;
}
#header #wrapped #logo {
  display: block;
  float: left;
  width: 160px;
  height: 74px;
  background: url("../pics/charte2016/logo.png") no-repeat left top;
}
#header #wrapped ul {
  list-style: none;
  height: 74px;
  float: left;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
#header #wrapped ul li {
  float: left;
  padding: 35px 10px 20px 10px;
  text-transform: uppercase;
  border-left: 1px solid #FFF;
}
#header #wrapped ul li.mobile {
  display: none;
  border-left: none;
}
#header #wrapped ul li.last {
  border-right: 1px solid #FFF;
}
#header #wrapped #compte {
  display: block;
  float: right;
  width: 100px;
  height: 74px;
  background: url("../pics/charte2016/bg-compte.png") no-repeat center 10px;
  text-align: center;
  box-sizing: border-box;
  padding: 45px 0 0 0;
}
#header #wrapped #panier {
  display: block;
  position: relative;
  float: right;
  width: 100px;
  height: 74px;
  background: url("../pics/charte2016/bg-panier.png") no-repeat center 10px;
  text-align: center;
  box-sizing: border-box;
  padding: 45px 0 0 0;
}
#header #wrapped #panier span {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 7px;
  right: 39px;
  font-size: 14px;
  background: #C00;
  border-radius: 50%;
}
#header #wrapped #burger {
  display: none;
  position: absolute;
  top: 20px;
  right: 0px;
  width: 32px;
  height: 32px;
  background: url("../pics/charte2016/mobile_nav.png") no-repeat center center;
  background-size: cover;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 1040px) {
  #header #wrapped {
    width: 740px;
    font-size: 12px;
  }
  #header #wrapped #logo {
    display: block;
    float: left;
  }
  #header #wrapped #burger {
    display: block;
  }
  #header #wrapped #panier, #header #wrapped #compte {
    display: none;
  }
  #header #wrapped ul {
    display: none;
    clear: both;
    float: none;
    height: auto;
    margin: 10px auto 0 auto;
    font-size: 14px;
  }
  #header #wrapped ul li {
    display: block;
    float: none;
    margin: 0;
    padding: 5px 0 5px 10px;
    border-left: 0;
    border-bottom: 1px solid #FFF;
  }
  #header #wrapped ul li.mobile {
    display: block;
  }
  #header #wrapped ul li:last-of-type {
    border-bottom: none;
  }
  #header #wrapped ul li.last {
    border-right: 0;
  }
}
/************************************************************/
/************************************************************/
@media only screen and (max-width: 767px) {
  #header #wrapped {
    width: 300px;
  }
}
/************************************************************/
/************************************************************/
#contenu {
  width: 1024px;
  margin: 40px auto 40px auto;
  padding: 0 0 20px 0;
  overflow: hidden;
  background-color: #BDC0C7;
}
#contenu h1 {
  background: #3A6091;
  font-size: 28px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #FFF;
  line-height: normal;
  padding: 9px 20px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
#contenu h1 span a {
  display: inline-block;
  margin: 5px 0 0 20px;
  vertical-align: top;
  background: #EEC302;
  color: #000;
  font-size: 14px;
  padding: 4px 8px 2px 8px;
  transition: background-color 100ms;
}
#contenu h1 span a:hover {
  background: #fdd626;
}
#contenu .banner {
  display: block;
  width: 100%;
  height: auto;
  margin: -20px 0 20px 0;
}
#contenu .btn {
  display: block;
  float: left;
  margin: 10px 20px 5px 0;
  background: #EEC302;
  box-sizing: border-box;
  padding: 5px 8px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  transition: background-color 100ms;
  text-decoration: none !important;
}
#contenu .btn:hover {
  background: #fdd626;
}
#contenu #article {
  padding: 0px 20px 20px 20px;
  min-height: 600px;
}
#contenu #article h2 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: normal;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0 30px 0;
}
#contenu #article h3 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
}
#contenu #article p {
  margin: 0 0 10px 0;
}
#contenu #article p + h2 {
  margin-top: 30px;
}
#contenu #article ul {
  margin: 0 0 20px 40px;
}
#contenu #article a {
  text-decoration: underline;
}
#contenu #article a:hover {
  color: #363a53;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 1040px) {
  #contenu {
    width: 740px;
  }
  #contenu h1 span {
    display: block;
    clear: both;
  }
  #contenu h1 span a {
    margin: 5px 10px 0 0;
  }
}
/************************************************************/
/************************************************************/
@media only screen and (max-width: 767px) {
  #contenu {
    width: 300px;
  }
  #contenu h1 {
    font-size: 22px;
  }
  #contenu #article {
    padding: 0px 15px 20px 15px;
  }
  #contenu #article h2 {
    font-size: 18px;
    margin: 15px 0 15px 0;
  }
  #contenu #article h3 {
    font-size: 16px;
  }
  #contenu iframe {
    width: 100%;
  }
}
/************************************************************/
/************************************************************/
#films {
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 0 0 0;
}
#films .film {
  width: 48%;
  min-height: 290px;
  float: left;
  margin: 0 1% 20px 1%;
  background: #FFF;
  box-sizing: border-box;
  padding: 10px 15px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
#films .film a {
  text-decoration: none !important;
}
#films .film h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #3A6091 !important;
  float: left;
  margin: 0 0 10px 0 !important;
}
#films .film h3 a {
  color: #3A6091;
}
#films .film h3 a:hover {
  text-decoration: underline;
}
#films .film div.detail {
  clear: both;
  margin: 0 0 20px 0;
}
#films .film div.detail img {
  float: left;
  margin: 0 20px 10px 0;
  box-shadow: 5px 5px 10px -5px #111;
}
#films .film div.detail p {
  font-size: 12px;
  line-height: 15px;
  text-align: justify;
}
#films .film .actions {
  display: block;
  float: right;
}
#films .film .actions a {
  display: block;
  float: left;
  margin: 0 0 5px 10px;
  background: #EEC302;
  box-sizing: border-box;
  padding: 5px 8px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  transition: background-color 100ms;
}
#films .film .actions a:hover {
  background: #fdd626;
}

#missed {
  text-align: center;
  background: #3A6091;
  box-sizing: border-box;
  padding: 30px 50px;
  margin: 0 9px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
#missed h3 {
  font-size: 28px !important;
  line-height: normal !important;
  margin: 0 0 10px 0 !important;
}
#missed h4 {
  color: #FFF;
  font-weight: bold;
  font-size: 38px !important;
  line-height: normal !important;
  text-transform: uppercase;
  margin: 0 0 30px 0 !important;
}
#missed a {
  display: inline-block;
  background: #EEC302;
  padding: 10px 40px 10px 40px;
  text-transform: uppercase;
  color: #363a53;
  font-weight: bold;
  font-size: 18px !important;
  text-decoration: none !important;
  transition: background-color 100ms;
}
#missed a:hover {
  background: #fdd626;
}
#missed a:first-of-type {
  margin-right: 50px;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 1040px) {
  #films .film {
    min-height: 380px;
  }
  #films .film h3 {
    font-size: 16px;
    line-height: 20px;
  }
  #films .film div.detail img {
    width: 120px;
    height: auto;
  }

  #missed {
    padding: 30px 30px;
    margin: 0 8px;
  }
  #missed h3 {
    font-size: 20px !important;
  }
  #missed h4 {
    font-size: 26px !important;
    margin: 0 0 20px 0 !important;
  }
}
/************************************************************/
/************************************************************/
@media only screen and (max-width: 767px) {
  #films .film {
    width: 100%;
    min-height: 320px;
    box-shadow: none;
  }
  #films .film h3 {
    font-size: 16px;
    line-height: 20px;
  }
  #films .film div.detail img {
    width: 100%;
    height: auto;
  }
  #films .film .actions {
    display: block;
    float: left;
  }
  #films .film .actions a {
    margin: 0 10px 5px 0;
  }

  #missed {
    padding: 20px 15px;
    margin: 0;
    box-shadow: none;
  }
  #missed h3 {
    font-size: 15px !important;
    line-height: normal !important;
    margin: 0 0 10px 0 !important;
  }
  #missed h4 {
    color: #FFF;
    font-weight: bold;
    font-size: 22px !important;
    line-height: normal !important;
    text-transform: uppercase;
    margin: 0 0 10px 0 !important;
  }
  #missed a {
    display: block;
    margin: 0 auto 10px auto;
    padding: 10px 20px 10px 20px;
    font-size: 14px !important;
  }
  #missed a:first-of-type {
    margin-right: 0px;
  }
}
#fiche-film {
  width: 1024px;
  margin: 40px auto 0 auto;
}
#fiche-film h1 {
  background: #3A6091;
  font-size: 28px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #FFF;
  line-height: normal;
  padding: 9px 20px;
  text-transform: uppercase;
}
#fiche-film h1 span a {
  display: inline-block;
  margin: 5px 0 0 20px;
  vertical-align: top;
  background: #EEC302;
  color: #000;
  font-size: 14px;
  padding: 4px 8px 2px 8px;
  transition: background-color 100ms;
}
#fiche-film h1 span a:hover {
  background: #fdd626;
}
#fiche-film h3 {
  background: #3A6091;
  font-size: 28px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #FFF;
  line-height: normal;
  padding: 9px 20px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
#fiche-film .addthis_sharing_toolbox {
  float: right;
  margin: -80px -25px 0 0;
}
#fiche-film #intro {
  position: relative;
  margin: 80px 0 0 0;
  box-sizing: border-box;
  padding: 30px 20px 20px 370px;
  background: #3A6091;
  color: #FFF;
  min-height: 250px;
}
#fiche-film #intro h2 {
  color: #EEC302;
  font-size: 32px;
  line-height: 34px;
  margin: 0 0 30px 0;
}
#fiche-film #intro p {
  font-size: 18px;
  margin: 0 0 10px 0;
}
#fiche-film #intro #affiche {
  position: absolute;
  top: -60px;
  left: 20px;
}
#fiche-film #intro #affiche img {
  box-shadow: 5px 5px 10px -5px #111;
}
#fiche-film #intro a.link {
  display: inline-block;
  margin: 10px 20px 0 0;
  box-sizing: border-box;
  padding: 5px 10px;
  vertical-align: top;
  background: #EEC302;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 100ms;
}
#fiche-film #intro a.link:hover {
  background: #fdd626;
}
#fiche-film #infos {
  background-color: #BDC0C7;
  box-sizing: border-box;
  padding: 170px 20px 20px 20px;
  margin: 0 0 20px 0;
  font-size: 16px;
}
#fiche-film #infos #synopsis {
  margin: 0 0 30px 0;
}
#fiche-film #infos #synopsis p {
  margin: 0 0 15px 0;
}
#fiche-film #infos #synopsis ul {
  margin: 0 0 20px 0;
}
#fiche-film #infos #synopsis a {
  text-decoration: underline;
}
#fiche-film #infos #synopsis img {
  max-width: 100%;
  height: auto;
}
#fiche-film #infos ul {
  margin: 0 0 10px 0;
  list-style: none;
}
#fiche-film #infos ul li {
  margin: 0 0 5px 0;
}
#fiche-film section {
  margin: 0 0 20px 0;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #BDC0C7;
}
#fiche-film section .btn {
  display: block;
  float: left;
  margin: 0 20px 10px 0;
  background: #EEC302;
  box-sizing: border-box;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  transition: background-color 100ms;
}
#fiche-film section .btn:hover {
  background: #fdd626;
}
#fiche-film section ul {
  font-size: 16px;
  margin: 0 0 20px 20px;
}
#fiche-film #critiques > div {
  padding: 0 20px 20px 20px;
}
#fiche-film #critiques > div p {
  margin: 0 0 15px 0;
}
#fiche-film #galerie #chocolatContainer a {
  display: block;
  float: left;
  margin: 0 0 20px 20px;
}
#fiche-film .dvd > div {
  padding: 0 20px 20px 20px;
  overflow: hidden;
}
#fiche-film .dvd > div img {
  float: left;
  margin: 0 40px 0 0;
}
#fiche-film .dvd > div > div {
  float: left;
  width: 600px;
}
#fiche-film .dvd > div > div h4 {
  font-size: 26px;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  box-sizing: border-box;
}
#fiche-film .dvd > div > div p {
  font-size: 16px;
  margin: 0 0 15px 0;
}
#fiche-film .dvd form.basket-add-form {
  display: block;
  float: left;
  margin: 0 20px 10px 0;
}
#fiche-film .dvd form.basket-add-form button {
  border: none;
  cursor: pointer;
  background: #EEC302;
  box-sizing: border-box;
  padding: 7px 12px 7px 12px;
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  transition: background-color 100ms;
}
#fiche-film .dvd form.basket-add-form button:hover {
  background: #fdd626;
}
#fiche-film .dvd form.basket-add-form button::-moz-focus-inner {
  margin: -1px;
  padding: 0;
  border-width: 1px;
}
#fiche-film #actualites {
  padding: 0 0 0 0;
}
#fiche-film #actualites #actus {
  padding: 0 20px 0 20px;
  overflow: hidden;
}
#fiche-film #crosslinks #links a {
  position: relative;
  margin: 0 22px 30px;
  display: inline-block;
}
#fiche-film #crosslinks #links a img {
  box-shadow: 5px 5px 10px -5px #111;
}
#fiche-film #crosslinks #links a > div {
  position: absolute;
  display: block;
  width: 100%;
  bottom: -8px;
  text-align: center;
}
#fiche-film #crosslinks #links a > div span {
  margin: 0 0 0 0;
  vertical-align: top;
  background: #EEC302;
  color: #000;
  font-size: 14px;
  padding: 4px 8px 2px 8px;
  transition: background-color 100ms;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 1040px) {
  #fiche-film {
    width: 740px;
  }
  #fiche-film h1 span {
    display: block;
    clear: both;
  }
  #fiche-film h1 span a {
    margin: 5px 10px 0 0;
  }
  #fiche-film #video iframe {
    width: 100%;
    height: auto;
    min-height: 420px;
  }
  #fiche-film #intro {
    margin: 60px 0 0 0;
    padding: 30px 20px 20px 280px;
  }
  #fiche-film #intro #affiche {
    top: -40px;
    left: 20px;
  }
  #fiche-film #intro #affiche img {
    width: 240px;
    height: 338px;
  }
  #fiche-film #infos {
    padding: 80px 20px 20px 20px;
  }
  #fiche-film .dvd > div img {
    width: 240px;
    height: auto;
  }
  #fiche-film .dvd > div > div {
    float: left;
    width: 400px;
  }
  #fiche-film #crosslinks #links a {
    margin: 0 12px 30px;
  }
}
/************************************************************/
/************************************************************/
@media only screen and (max-width: 767px) {
  #fiche-film {
    width: 300px;
  }
  #fiche-film h1, #fiche-film h3 {
    font-size: 22px;
  }
  #fiche-film #video iframe {
    min-height: 170px;
  }
  #fiche-film #intro {
    margin: 20px 0 0 0;
    padding: 410px 20px 20px 20px;
  }
  #fiche-film #intro h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 15px 0;
  }
  #fiche-film #intro p {
    font-size: 16px;
  }
  #fiche-film #intro .addthis_sharing_toolbox {
    float: none;
    margin: 0 0 10px 0;
  }
  #fiche-film #intro #affiche {
    top: 20px;
    left: 20px;
  }
  #fiche-film #intro #affiche img {
    width: 260px;
    height: 365px;
  }
  #fiche-film #infos {
    padding: 20px 20px 20px 20px;
  }
  #fiche-film .dvd > div img {
    width: 100%;
    height: auto;
    margin: 0 40px 20px 0;
  }
  #fiche-film .dvd > div > div {
    float: none;
    width: 100%;
  }
  #fiche-film .dvd > div > div h4 {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 20px 0 0 0;
    box-sizing: border-box;
  }
  #fiche-film .dvd > div > div p {
    font-size: 14px;
  }
  #fiche-film #crosslinks #links a {
    margin: 0 auto 30px auto;
    display: block;
    width: 160px;
  }
}
/************************************************************/
/************************************************************/
#dvds {
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 0 0 0;
}
#dvds .dvd {
  width: 48%;
  min-height: 295px;
  float: left;
  margin: 0 1% 20px 1%;
  background: #FFF;
  box-sizing: border-box;
  padding: 10px 15px 0px 15px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
#dvds .dvd a {
  text-decoration: none !important;
}
#dvds .dvd h3 {
  width: 75%;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #3A6091 !important;
  float: left;
  margin: 0 0 10px 0 !important;
}
#dvds .dvd h3 a {
  color: #3A6091;
}
#dvds .dvd h3 a:hover {
  text-decoration: underline;
}
#dvds .dvd .prix {
  float: right;
  margin: 0 0 20px 20px;
  background: #EEC302;
  box-sizing: border-box;
  padding: 5px 8px;
  font-size: 20px;
  font-weight: bold;
}
#dvds .dvd div.detail {
  clear: both;
  margin: 0 0 20px 0;
}
#dvds .dvd div.detail img {
  float: left;
  margin: 0 20px 10px 0;
}
#dvds .dvd div.detail p {
  font-size: 12px;
  line-height: 15px;
  text-align: justify;
}
#dvds .dvd .actions {
  display: block;
  float: right;
}
#dvds .dvd .actions a, #dvds .dvd .actions span.out-of-stock {
  float: left;
  margin: 0 0 5px 10px;
  background: #EEC302;
  box-sizing: border-box;
  padding: 5px 8px;
  font-size: 15px;
  line-height: 20px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #000;
  transition: background-color 100ms;
}
#dvds .dvd .actions a:hover, #dvds .dvd .actions span.out-of-stock:hover {
  background: #fdd626;
}
#dvds .dvd .actions form.basket-add-form {
  float: left;
  margin: 0 0 5px 10px;
}
#dvds .dvd .actions form.basket-add-form button {
  border: none;
  cursor: pointer;
  background: #EEC302;
  box-sizing: border-box;
  padding: 5px 8px;
  font-size: 15px;
  line-height: 20px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #000;
  transition: background-color 100ms;
}
#dvds .dvd .actions form.basket-add-form button:hover {
  background: #fdd626;
}
#dvds .dvd .actions form.basket-add-form button::-moz-focus-inner {
  margin: -1px;
  padding: 0;
  border-width: 1px;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 1040px) {
  #dvds .dvd {
    min-height: 325px;
  }
  #dvds .dvd h3 {
    width: 65%;
    font-size: 16px;
    line-height: 20px;
  }
  #dvds .dvd div.detail img {
    width: 120px;
    height: auto;
  }
}
/************************************************************/
/************************************************************/
@media only screen and (max-width: 767px) {
  #dvds .dvd {
    width: 100%;
    min-height: 320px;
    box-shadow: none;
  }
  #dvds .dvd h3 {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  #dvds .dvd .prix {
    clear: both;
    float: left;
    margin-left: 0;
  }
  #dvds .dvd div.detail img {
    width: 100%;
    height: auto;
  }
  #dvds .dvd .actions {
    display: block;
    float: left;
  }
  #dvds .dvd .actions a {
    margin: 0 0 5px 0;
    font-size: 13px;
  }
  #dvds .dvd .actions form.basket-add-form button {
    padding: 5px 8px;
    font-size: 13px;
  }
}
/************************************************************/
/************************************************************/
#vod-wrapper {
  width: 900px;
  margin: 0 auto 0 auto;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 1040px) {
  #vod-wrapper {
    width: 100%;
    margin: 0 auto 0 auto;
  }
  #vod-wrapper iframe {
    width: 100%;
    height: auto;
    min-height: 200px;
  }
}
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
#home {
  width: 1024px;
  margin: 30px auto 0 auto;
}
#home h2 {
  background: #3A6091;
  font-size: 28px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #FFF;
  line-height: normal;
  padding: 9px 20px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
#home h2 a {
  display: inline-block;
  margin: 5px 0 0 20px;
  vertical-align: top;
  background: #EEC302;
  color: #000;
  font-size: 14px;
  padding: 4px 8px 2px 8px;
  cursor: pointer;
}
#home h2 a:hover {
  background: #fdd626;
}
#home #bannieres {
  margin: 0 0 30px 0;
}
#home #bannieres .carrousel {
  max-height: 340px;
  overflow: hidden;
}
#home #bannieres .carrousel .slick-dots {
  bottom: 3px;
  text-align: right;
  box-sizing: border-box;
  padding: 0 10px 0 0;
}
#home #bannieres .carrousel img {
  width: 100%;
  height: auto;
}
#home #liste-films {
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  background-color: #BDC0C7;
}
#home #liste-films .carrousel {
  width: 920px;
  margin: 0 auto;
}
#home #liste-films .carrousel img {
  margin: 0 auto;
}
#home #liste-dvd {
  margin: 0 0 30px 0;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #BDC0C7;
}
#home #liste-dvd > div {
  padding: 0 20px 20px 20px;
  overflow: hidden;
}
#home #liste-dvd > div img {
  float: left;
  margin: 0 40px 0 0;
}
#home #liste-dvd > div > div {
  float: left;
  width: 600px;
}
#home #liste-dvd > div > div h3 {
  font-size: 26px;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  box-sizing: border-box;
}
#home #liste-dvd > div > div p {
  font-size: 16px;
  margin: 0 0 15px 0;
}
#home #liste-dvd > div > div ul {
  font-size: 16px;
  margin: 0 0 20px 20px;
}
#home #liste-dvd > div .btn {
  display: block;
  float: left;
  margin: 0 20px 10px 0;
  background: #EEC302;
  box-sizing: border-box;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  transition: background-color 100ms;
}
#home #liste-dvd > div .btn:hover {
  background: #fdd626;
}
#home #liste-dvd > div form.basket-add-form {
  display: block;
  float: left;
  margin: 0 20px 10px 0;
}
#home #liste-dvd > div form.basket-add-form button {
  border: none;
  cursor: pointer;
  background: #EEC302;
  box-sizing: border-box;
  padding: 7px 12px 7px 12px;
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  transition: background-color 100ms;
}
#home #liste-dvd > div form.basket-add-form button:hover {
  background: #fdd626;
}
#home #liste-dvd > div form.basket-add-form button::-moz-focus-inner {
  margin: -1px;
  padding: 0;
  border-width: 1px;
}
#home #liste-vod {
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  background-color: #BDC0C7;
}
#home #liste-vod .carrousel {
  width: 920px;
  margin: 0 auto;
}
#home #liste-vod .carrousel img {
  margin: 0 auto;
}
#home #liste-vod .carrousel .vod-infos {
  padding: 5px 10px 5px 10px;
}
#home #liste-vod .carrousel .vod-infos p {
  text-align: center;
  font-weight: bold;
}
#home #liste-vod .carrousel .actions {
  display: block;
  overflow: hidden;
  margin: 10px 0 0 3px;
  text-align: center;
}
#home #liste-vod .carrousel .actions a, #home #liste-vod .carrousel .actions span.out-of-stock {
  display: inline-block;
  margin: 0 0 5px 10px;
  background: #EEC302;
  box-sizing: border-box;
  padding: 4px 7px;
  font-size: 14px;
  line-height: 18px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #000;
  transition: background-color 100ms;
}
#home #liste-vod .carrousel .actions a:hover, #home #liste-vod .carrousel .actions span.out-of-stock:hover {
  background: #fdd626;
}
#home #liste-vod .carrousel .actions form.basket-add-form {
  display: inline-block;
  margin: 0 0 5px 10px;
}
#home #liste-vod .carrousel .actions form.basket-add-form button {
  border: none;
  cursor: pointer;
  background: #EEC302;
  box-sizing: border-box;
  padding: 4px 7px;
  font-size: 14px;
  line-height: 18px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #000;
  transition: background-color 100ms;
}
#home #liste-vod .carrousel .actions form.basket-add-form button:hover {
  background: #fdd626;
}
#home #liste-vod .carrousel .actions form.basket-add-form button::-moz-focus-inner {
  margin: -1px;
  padding: 0;
  border-width: 1px;
}
#home #actualites {
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
  background-color: #BDC0C7;
}
#home #actualites #actus {
  box-sizing: border-box;
  padding: 0 20px 0 30px;
  overflow: hidden;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 1040px) {
  #home {
    width: 740px;
  }
  #home #liste-films .carrousel {
    width: 570px;
  }
  #home #liste-dvd > div {
    padding: 0 20px 20px 20px;
    overflow: hidden;
  }
  #home #liste-dvd > div img {
    width: 240px;
    height: auto;
  }
  #home #liste-vod .carrousel {
    width: 570px;
  }
  #home #actualites #actus {
    padding: 0 20px 0 20px;
  }
}
/************************************************************/
/************************************************************/
@media only screen and (max-width: 767px) {
  #home {
    margin: 20px auto 0 auto;
    width: 300px;
  }
  #home h2 a {
    clear: both;
    margin: 5px 0 0 0;
    vertical-align: top;
    background: #EEC302;
    color: #000;
    font-size: 14px;
    padding: 4px 8px 2px 8px;
  }
  #home #bannieres {
    margin-bottom: 20px;
  }
  #home #liste-films {
    margin: 0 0 20px 0;
  }
  #home #liste-films .carrousel {
    width: 160px;
  }
  #home #liste-vod {
    margin: 0 0 20px 0;
  }
  #home #liste-vod .carrousel {
    width: 160px;
  }
  #home #liste-vod .carrousel img {
    width: 100%;
    height: auto;
  }
  #home #liste-dvd {
    margin: 0 0 20px 0;
  }
  #home #liste-dvd > div {
    padding: 0 20px 20px 20px;
    overflow: hidden;
  }
  #home #liste-dvd > div img {
    margin: 0 auto 20px auto;
    display: block;
    float: none;
  }
  #home #liste-dvd > div > div {
    float: none;
    width: 100%;
  }
  #home #liste-dvd > div > div h3 {
    font-size: 20px;
    line-height: 24px;
  }
  #home #liste-dvd > div > div p {
    font-size: 14px;
  }
  #home #liste-dvd > div > div ul {
    font-size: 14px;
  }
  #home #liste-vod {
    margin: 0 0 20px 0;
  }
}
/************************************************************/
/************************************************************/
#partners {
  overflow: hidden;
  box-sizing: border-box;
  width: 960px;
  margin: 0 auto;
}
#partners > div {
  float: left;
  margin: 0 10px 20px 10px;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 1040px) {
  #partners {
    width: 640px;
  }
}
/************************************************************/
/************************************************************/
@media only screen and (max-width: 767px) {
  #partners {
    width: 100%;
  }
  #partners > div img {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }
}
/************************************************************/
/************************************************************/
#actualites {
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 0 0 10px;
}
#actualites .actu {
  width: 31%;
  float: left;
  margin: 0 1% 20px 1%;
  background: #FFF;
  box-sizing: border-box;
  padding: 10px 15px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
#actualites .actu a {
  text-decoration: none !important;
}
#actualites .actu div.detail {
  clear: both;
  margin: 0 0 20px 0;
  min-height: 100px;
}
#actualites .actu div.detail h3, #actualites .actu div.detail h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #3A6091 !important;
  margin: 0 0 10px 0 !important;
}
#actualites .actu div.detail h3 a, #actualites .actu div.detail h4 a {
  color: #3A6091;
}
#actualites .actu div.detail p {
  font-size: 12px;
  line-height: 15px;
  text-align: justify;
}
#actualites .actu div.detail .vignette {
  float: right;
  margin: 0 0 10px 10px;
}
#actualites .actu .actions {
  display: block;
  float: left;
}
#actualites .actu .actions a {
  display: block;
  float: left;
  margin: 0 10px 5px 0;
  background: #EEC302;
  box-sizing: border-box;
  padding: 5px 8px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  transition: background-color 100ms;
}
#actualites .actu .actions a:hover {
  background: #fdd626;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 1040px) {
  #actualites .actu {
    width: 48%;
  }
}
/************************************************************/
/************************************************************/
@media only screen and (max-width: 767px) {
  #actualites .actu {
    width: 98%;
  }
}
/************************************************************/
/************************************************************/
#footer {
  background: #3A6091;
  color: #FFF;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 1px 10px 0px #3A6091;
}
#footer #backTop {
  display: none;
}
#footer #wrapped {
  width: 1024px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
}
#footer #wrapped a {
  color: #FFF;
}
#footer #wrapped a:hover {
  text-decoration: underline;
}
#footer #wrapped ul {
  list-style: none;
  font-family: "Raleway", sans-serif;
}
#footer #wrapped ul li {
  display: inline-block;
  padding: 30px 0;
  text-transform: uppercase;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 1040px) {
  #footer #backTop {
    width: 32px;
    height: 32px;
    display: block;
    margin: 15px auto 0 auto;
    background: url("../pics/charte2016/arrow-top.png") no-repeat center center;
  }
  #footer #wrapped {
    width: 740px;
    font-size: 12px;
  }
}
/************************************************************/
/************************************************************/
@media only screen and (max-width: 767px) {
  #footer #wrapped {
    width: 300px;
  }
  #footer #wrapped ul {
    padding: 10px 0 10px 0;
  }
  #footer #wrapped ul li {
    display: block;
    padding: 5px 0 5px 0;
  }
  #footer #wrapped ul li span {
    display: none;
  }
}
/************************************************************/
/************************************************************/
#connexion {
  padding: 0px 20px 20px 20px;
  box-sizing: border-box;
  min-height: 500px;
}
#connexion h2 {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 5px 0;
}
#connexion .mention {
  text-align: center;
  margin: 0 0 20px 0;
}
#connexion .blue {
  text-align: center;
  background: #3A6091;
  color: #FFF;
  font-size: 18px;
  box-sizing: border-box;
  padding: 20px 50px;
  margin: 20px 0 20px 0;
}
#connexion > p {
  text-align: center;
  margin: 0 0 20px 0;
}
#connexion form {
  overflow: hidden;
  margin: 0 0 40px 0;
  box-sizing: border-box;
  padding: 0 0 0 0;
}
#connexion form .g-recaptcha-wrapper {
  width: 304px;
  margin: 25px auto 15px auto;
}
#connexion form p {
  width: 600px;
  text-align: center;
  margin: 0 auto 10px auto !important;
  font-size: 16px;
}
#connexion form p a.lost {
  font-size: 12px;
}
#connexion form p a.lost:hover {
  text-decoration: underline;
}
#connexion form p label {
  width: 120px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#connexion form p label.inline {
  width: auto;
}
#connexion form p input[type=text], #connexion form p input[type=password] {
  width: 220px;
  border: 4px solid #3A6091;
  font-size: 16px;
  padding: 4px 10px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
#connexion form p input.chk {
  margin-right: 10px;
}
#connexion form p select {
  width: 220px;
  border: 4px solid #3A6091;
  padding: 4px 10px;
  font-size: 16px;
  font-family: Arial, sans-serif;
}
#connexion form p textarea {
  width: 340px;
  border: 4px solid #3A6091;
  font-size: 16px;
  padding: 4px 10px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
#connexion form p .btnForm {
  border: none;
  cursor: pointer;
  margin: 10px 0 5px 0;
  text-transform: uppercase;
  background: #EEC302;
  box-sizing: border-box;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  transition: background-color 100ms;
  text-decoration: none !important;
}
#connexion form p .btnForm:hover {
  background: #fdd626;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 1040px) {
  #connexion {
    width: 100%;
  }
}
/************************************************************/
/************************************************************/
@media only screen and (max-width: 767px) {
  #connexion h2 {
    font-size: 20px;
    line-height: 24px;
  }
  #connexion form {
    overflow: hidden;
    margin: 0 0 40px 0;
    box-sizing: border-box;
    padding: 0 0 0 0;
  }
  #connexion form p {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #connexion form p label {
    width: 100%;
    text-align: center;
  }
  #connexion form p textarea {
    width: 220px;
  }
}
/************************************************************/
/************************************************************/
.panier {
  width: 100%;
  margin-bottom: 40px;
}
.panier tr th {
  text-align: left;
}
.panier tr td {
  padding: 5px;
}
.panier tr td.right {
  text-align: right;
}
.panier tr td.pic {
  width: 190px;
}
.panier tr td.denomination strong {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
.panier tr td span.yellow {
  display: block;
  background: #eec302 none repeat scroll 0 0;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 8px;
  text-align: right;
}
#code-promo {
  text-align: right;
  margin-bottom: 30px;
}
#code-promo input[type=text] {
  width: 220px;
  border: 4px solid #3A6091;
  font-size: 16px;
  padding: 4px 10px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  vertical-align: middle;
  width: 150px;
}
#code-promo label {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
}
#code-promo button {
  border: none;
  cursor: pointer;
  margin: 0 0 0 0;
  text-transform: uppercase;
  background: #EEC302;
  box-sizing: border-box;
  padding: 7px 10px 7px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  transition: background-color 100ms;
  text-decoration: none !important;
  vertical-align: middle;
}
#code-promo button:hover {
  background: #fdd626;
}

p.basket-validation-wrapper {
  text-align: right;
}
p.basket-validation-wrapper a {
  display: inline-block;
  border: none;
  cursor: pointer;
  margin: 0 0 0 0;
  text-transform: uppercase;
  background: #EEC302;
  box-sizing: border-box;
  padding: 7px 10px 7px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  transition: background-color 100ms;
  text-decoration: none !important;
  vertical-align: middle;
}
p.basket-validation-wrapper a:hover {
  background: #fdd626;
}
p.basket-validation-wrapper a.btn-back {
  float: left;
}

#christmas_banner {
  width: 75%;
  margin: 40px auto 0 auto;
}
#christmas_banner img {
  display: block;
  width: 100%;
  height: auto;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 1040px) {
  .panier tr td.pic, .panier tr th.pic {
    width: 110px;
  }
  .panier tr td.pic img, .panier tr th.pic img {
    width: 100px;
    height: auto;
  }
  .panier tr td.denomination, .panier tr th.denomination {
    padding: 0 5px 5px 0;
  }
  .panier tr td.total, .panier tr th.total {
    width: 55px;
  }
  .panier tr td.action, .panier tr th.action {
    width: 20px;
  }
  .panier tr td span.yellow, .panier tr th span.yellow {
    font-size: 12px;
  }
}
/************************************************************/
/************************************************************/
@media only screen and (max-width: 767px) {
  .panier {
    margin: 0 0 20px -10px;
    width: 290px;
  }
  .panier tr td, .panier tr th {
    font-size: 12px;
  }
  .panier tr td.pic, .panier tr th.pic {
    width: 1px;
    padding: 0;
  }
  .panier tr td.pic img, .panier tr th.pic img {
    display: none;
  }
  .panier tr td.denomination, .panier tr th.denomination {
    padding: 0 5px 5px 0;
  }
  .panier tr td.pu, .panier tr th.pu {
    width: 44px;
    padding: 0;
  }
  .panier tr td.total, .panier tr th.total {
    width: 50px;
  }
  .panier tr td.action, .panier tr th.action {
    width: 20px;
  }
  .panier tr td span.yellow, .panier tr th span.yellow {
    font-size: 12px;
  }

  #code-promo label {
    display: block;
    font-size: 13px;
  }

  p.basket-validation-wrapper a {
    font-size: 15px;
  }

  #christmas_banner {
    width: 100%;
  }
}
/************************************************************/
/************************************************************/
#form_adr {
  padding: 20px 20px 0 80px;
}
#form_adr .form-adr {
  box-sizing: border-box;
  float: left;
  width: 50%;
}
#form_adr h2 {
  line-height: 30px;
}
#form_adr p {
  margin: 0 0 10px 0;
  font-size: 16px;
}
#form_adr p a.lost {
  font-size: 12px;
}
#form_adr p a.lost:hover {
  text-decoration: underline;
}
#form_adr p label {
  width: 120px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#form_adr p label.inline {
  width: auto;
}
#form_adr p input[type=text], #form_adr p input[type=password] {
  width: 220px;
  border: 4px solid #3A6091;
  font-size: 16px;
  padding: 4px 10px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
#form_adr p input.chk {
  margin-right: 10px;
}
#form_adr p select {
  width: 220px;
  border: 4px solid #3A6091;
  padding: 4px 10px;
  font-size: 16px;
  font-family: Arial, sans-serif;
}
#form_adr p textarea {
  width: 340px;
  border: 4px solid #3A6091;
  font-size: 16px;
  padding: 4px 10px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
#form_adr p .btnForm {
  border: none;
  cursor: pointer;
  margin: 10px 0 5px 0;
  text-transform: uppercase;
  background: #EEC302;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  transition: background-color 100ms;
  text-decoration: none !important;
  float: right;
}
#form_adr p .btnForm:hover {
  background: #fdd626;
}
#form_adr a#same-adr {
  line-height: normal;
  display: inline-block;
  border: none;
  cursor: pointer;
  margin: 0 0 0 0;
  text-transform: uppercase;
  background: #EEC302;
  box-sizing: border-box;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  transition: background-color 100ms;
  text-decoration: none !important;
}
#form_adr a#same-adr:hover {
  background: #fdd626;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 767px) {
  #form_adr {
    padding: 0 0 0 0px;
  }
  #form_adr .form-adr {
    float: none;
    width: 100%;
    text-align: center;
  }
  #form_adr .form-adr h2 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  #form_adr p {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #form_adr p label {
    width: 100%;
    text-align: center;
  }
  #form_adr p textarea {
    width: 220px;
  }
  #form_adr p .btnForm {
    float: none;
    display: block;
    margin: 40px auto 0 auto;
  }
}
/************************************************************/
/************************************************************/
.fdp {
  float: left;
  box-sizing: border-box;
  width: 300px;
  padding: 10px;
  margin: 0 20px 0 0;
  min-height: 120px;
  background: #FFF;
  border: 4px solid #3A6091;
}
.fdp img {
  float: left;
  margin: 0 15px 15px 0;
}

.adr {
  float: left;
  box-sizing: border-box;
  width: 400px;
  padding: 10px;
  margin: 0 20px 0 0;
  min-height: 120px;
  background: #FFF;
  border: 4px solid #3A6091;
}

#formCgv input#telephone {
  width: 160px;
  border: 4px solid #3A6091;
  font-size: 14px;
  padding: 4px 10px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
#formCgv textarea {
  width: 340px;
  border: 4px solid #3A6091;
  font-size: 14px;
  padding: 4px 10px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  resize: none;
}
#formCgv .btnForm {
  border: none;
  cursor: pointer;
  margin: 10px 0 5px 0;
  text-transform: uppercase;
  background: #EEC302;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  transition: background-color 100ms;
  text-decoration: none !important;
  float: right;
}
#formCgv .btnForm:hover {
  background: #fdd626;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 1040px) {
  .fdp {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
    min-height: 100px;
  }
  .fdp img {
    width: 75px;
    height: auto;
  }

  .adr {
    float: none;
    width: 100%;
    padding: 10px;
    margin: 0 0 10px 0;
    min-height: 120px;
  }
}
/************************************************************/
/************************************************************/
@media only screen and (max-width: 767px) {
  #formCgv input#telephone {
    width: 100%;
  }
  #formCgv textarea {
    width: 100% !important;
  }
  #formCgv .btnForm {
    float: none;
    margin: 10px auto 5px auto;
    font-size: 14px;
    display: block;
  }
}
/************************************************************/
/************************************************************/
table.moyenPaiement {
  width: 100%;
}
table.moyenPaiement td {
  padding: 5px 5px 50px;
  vertical-align: middle;
}
table.moyenPaiement td.choix {
  width: 150px;
}

form#recap_cb .btnForm, form#moyen-paiement .btnForm {
  border: none;
  cursor: pointer;
  margin: 10px 0 5px 0;
  text-transform: uppercase;
  background: #EEC302;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  transition: background-color 100ms;
  text-decoration: none !important;
}
form#recap_cb .btnForm:hover, form#moyen-paiement .btnForm:hover {
  background: #fdd626;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
#precommande {
  overflow: hidden;
  margin: 0 0 40px 0;
  box-sizing: border-box;
  padding: 30px 0 0 0;
}
#precommande p {
  margin: 0 auto 10px auto;
  font-size: 16px;
}
#precommande p a.lost {
  font-size: 12px;
}
#precommande p a.lost:hover {
  text-decoration: underline;
}
#precommande p label {
  width: 250px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#precommande p label.inline {
  width: auto;
}
#precommande p input[type=text], #precommande p input[type=password] {
  width: 220px;
  border: 4px solid #3A6091;
  font-size: 16px;
  padding: 4px 10px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
#precommande p input.chk {
  margin-right: 10px;
}
#precommande p select {
  width: auto;
  border: 4px solid #3A6091;
  padding: 4px 10px;
  font-size: 16px;
  font-family: Arial, sans-serif;
}
#precommande p textarea {
  width: 340px;
  border: 4px solid #3A6091;
  font-size: 16px;
  padding: 4px 10px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
#precommande p .btnForm {
  border: none;
  cursor: pointer;
  margin: 10px 0 5px 250px;
  text-transform: uppercase;
  background: #EEC302;
  box-sizing: border-box;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  transition: background-color 100ms;
  text-decoration: none !important;
}
#precommande p .btnForm:hover {
  background: #fdd626;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
#compte-nav {
  overflow: hidden;
  text-align: center;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #3A6091;
}
#compte-nav a {
  display: inline-block;
  margin: 10px 10px 5px 10px;
  text-transform: uppercase;
  background: #EEC302;
  box-sizing: border-box;
  padding: 5px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  transition: background-color 100ms;
  text-decoration: none !important;
}
#compte-nav a:hover {
  background: #fdd626;
}

.histo .histo-order-wrapper {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #3A6091;
}
.histo .histo-order-wrapper .vod-links-wrapper {
  padding: 20px 0 0 0;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
#popin-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#popin-wrapper #popin {
  position: relative;
  box-sizing: border-box;
  margin: 100px auto 0 auto;
  padding: 20px 20px 20px 20px;
  width: 480px;
  background: #FFF;
  text-align: center;
  border: 2px solid #3A6091;
}
#popin-wrapper #popin p {
  line-height: 30px;
}
#popin-wrapper #popin #popin-close {
  cursor: pointer;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 21px;
  height: 21px;
  line-height: 20px;
  font-size: 15px;
  background: #FFF;
  border: 2px solid #3A6091;
  border-radius: 50%;
  color: #3A6091;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 479px) {
  #popin-wrapper #popin {
    padding: 10px;
    width: 90%;
  }
  #popin-wrapper #popin p {
    line-height: 20px;
  }
}
#popin_splash_wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow: auto;
}
#popin_splash_wrapper #popin_splash {
  position: relative;
  box-sizing: border-box;
  margin: 100px auto 50px auto;
  max-width: 800px;
  width: 92%;
  background: #3A6091;
  text-align: center;
  border: 2px solid #3A6091;
  color: #fff;
}
#popin_splash_wrapper #popin_splash img {
  display: block;
  width: 100%;
  height: auto;
}
#popin_splash_wrapper #popin_splash h2 {
  padding-top: 30px;
  margin: 0 auto 30px;
  font-size: 25px;
  max-width: 90%;
}
#popin_splash_wrapper #popin_splash #popin_splash_content {
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto 30px;
  max-width: 90%;
}
#popin_splash_wrapper #popin_splash form {
  width: 500px;
  max-width: 90%;
  margin: 0 auto 0 auto;
}
#popin_splash_wrapper #popin_splash form * {
  font-family: Arial, sans-serif;
}
#popin_splash_wrapper #popin_splash form input[type=text], #popin_splash_wrapper #popin_splash form input[type=email] {
  display: block;
  width: 100%;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  margin: 0 0 20px 0;
}
#popin_splash_wrapper #popin_splash form label {
  display: block;
  text-align: justify;
  margin: 0 0 20px 0;
  cursor: pointer;
}
#popin_splash_wrapper #popin_splash form label input {
  margin-right: 5px;
  vertical-align: middle;
}
#popin_splash_wrapper #popin_splash form button {
  border: none;
  cursor: pointer;
  background: #EEC302;
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 20px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #000;
  transition: background-color 100ms;
  border-radius: 4px;
}
#popin_splash_wrapper #popin_splash form button:hover {
  background: #fdd626;
}
#popin_splash_wrapper #popin_splash #popin_splash_close {
  cursor: pointer;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 21px;
  height: 21px;
  line-height: 20px;
  font-size: 15px;
  background: #FFF;
  border: 2px solid #3A6091;
  border-radius: 50%;
  color: #3A6091;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 767px) {
  #popin_splash_wrapper #popin_splash form {
    width: 400px;
  }
}
/************************************************************/
/************************************************************/
.chocolat-zoomable.chocolat-zoomed .chocolat-img {
  cursor: zoom-out;
}

.chocolat-open {
  overflow: hidden;
}

.chocolat-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  display: none;
  opacity: 0.8;
}

.chocolat-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 16;
  color: #fff;
}

.chocolat-zoomable .chocolat-img {
  cursor: zoom-in;
}

.chocolat-loader {
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 11;
  background: url(../pics/chocolat/loader.gif);
  display: none;
}

.chocolat-content {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 14;
  text-align: left;
}

.chocolat-content .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.chocolat-wrapper .chocolat-left {
  position: absolute;
  left: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../pics/chocolat/left.png) 50% 50% no-repeat;
  z-index: 17;
  display: none;
}

.chocolat-wrapper .chocolat-right {
  position: absolute;
  right: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../pics/chocolat/right.png) 50% 50% no-repeat;
  z-index: 17;
  display: none;
}

.chocolat-wrapper .chocolat-right.active {
  display: block;
}

.chocolat-wrapper .chocolat-left.active {
  display: block;
}

.chocolat-wrapper .chocolat-top {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 17;
  margin-bottom: 10px;
}

.chocolat-wrapper .chocolat-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../pics/chocolat/close.png) 50% 50% no-repeat;
}

.chocolat-wrapper .chocolat-bottom {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  z-index: 17;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.2);
  text-align: right;
  margin-top: 10px;
}

.chocolat-wrapper .chocolat-set-title {
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}

.chocolat-wrapper .chocolat-fullscreen {
  width: 16px;
  height: 40px;
  background: url(../pics/chocolat/fullscreen.png) 50% 50% no-repeat;
  display: block;
  margin: auto;
  cursor: pointer;
  float: right;
}

.chocolat-wrapper .chocolat-description {
  display: inline-block;
  float: left;
}

/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 15;
}

body.chocolat-open > .chocolat-loader {
  z-index: 15;
}

body.chocolat-open > .chocolat-content {
  z-index: 17;
}

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
  position: absolute;
}

.chocolat-in-container {
  position: relative;
}

/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
}
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../pics/charte2016/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 !important;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 0.75;
}

body {
  height: auto;
  background: #FFF;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  outline: none;
  margin: 0;
}

::selection {
  background: #3A6091;
  color: #FFF;
}

::-moz-selection {
  background: #3A6091;
  color: #FFF;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

img {
  vertical-align: middle;
}

sup {
  font-size: 10px;
}

iframe {
  border: none;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

input {
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.clear {
  height: 0;
  float: none !important;
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset !important;
}

.clear {
  clear: both;
  line-height: 0px;
  height: 0px;
  font-size: 0px;
}

.spacer {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

a:focus, input:focus, textarea:focus, select:focus {
  outline: none;
}

a {
  color: #000;
  text-decoration: none;
}

#global {
  background-position: center top;
  background-repeat: no-repeat;
}

#cookPolicy {
  position: fixed;
  width: 50%;
  background: white;
  border: 5px solid #3A6091;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -25%;
  z-index: 99999;
  bottom: 0;
  left: 50%;
  text-align: center;
}
#cookPolicy p {
  font-size: 14px;
  max-width: 420px;
  display: inline-block;
  font-family: Arial, sans-serif;
  vertical-align: middle;
}
#cookPolicy #closeCook {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Arial, sans-serif;
  line-height: 28px;
  color: #FFF;
  width: 40px;
  height: 28px;
  margin: 0 0 0 15px;
  background: #EEC302;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #cookPolicy {
    display: none;
  }
}

#popnl {
  width: 340px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  margin: 0 auto;
  border: 4px solid #3A6091;
  background: #FFF;
  text-align: center;
  font-size: 16px;
  padding: 30px 30px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
#popnl p {
  margin: 0 0 10px 0;
}
#popnl a, #popnl span {
  display: inline-block;
  margin: 0 5px 10px;
  background: #EEC302;
  color: #000;
  padding: 5px 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  transition: background-color 100ms;
  box-sizing: border-box;
  cursor: pointer;
}
#popnl a:hover, #popnl a:focus, #popnl a.active, #popnl span:hover, #popnl span:focus, #popnl span.active {
  background: #fdd626;
}
@media only screen and (max-width: 767px) {
  #popnl {
    display: none;
  }
}
