* {
  margin: 0;
  padding: 0;
  outline: none; }

a {
  cursor: pointer;
  text-decoration: none; }

optgroup {
  font-style: italic; }

img {
  border: none; }

ul, li {
  list-style-position: inside; }

p {
  margin-bottom: 10px; }

.clear {
  display: block;
  clear: both; }

.none {
  display: none; }

.hidden {
  display: none; }

table {
  border-collapse: collapse; }

.lkme {
  cursor: pointer; }

.form-warning {
  width: 100%;
  margin-bottom: 20px; }
  .form-warning li {
    margin-bottom: 5px; }
  .form-warning .error, .form-warning li {
    border: 1px solid red;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: red;
    font-size: 1.3em;
    text-align: center;
    padding: 3px 0;
    display: block; }
  .form-warning .ok {
    border: 1px solid #22ac43;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #22ac43;
    font-size: 1.3em;
    text-align: center;
    padding: 3px 0;
    display: block; }

#isresponsiveScreen {
  display: none;
  display: block; }

#isresponsiveTablet {
  display: none; }
  @media only screen and (min-width: 641px) and (max-width: 1199px) {
    #isresponsiveTablet {
      display: block; } }

#isresponsivePhone {
  display: none; }
  @media only screen and (max-width: 640px) {
    #isresponsivePhone {
      display: block; } }

#isresponsive {
  display: none; }
  @media only screen and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1199px) {
    #isresponsive {
      display: block; } }

.suivi-commande .listing-commande h2 {
  font-size: 3em;
  font-weight: normal; }
.suivi-commande .listing-commande .etat-commande {
  margin: 10px 0; }
  .suivi-commande .listing-commande .etat-commande span {
    font-size: 1.6em; }
    .suivi-commande .listing-commande .etat-commande span.onhold {
      color: #ca5fa5; }
    .suivi-commande .listing-commande .etat-commande span.preparation {
      color: #349f99; }
    .suivi-commande .listing-commande .etat-commande span.expedie {
      color: #e3ad4f; }
    .suivi-commande .listing-commande .etat-commande span.livre {
      color: #48cb57; }
    .suivi-commande .listing-commande .etat-commande span.failure {
      color: #000;
      font-weight: bold; }
  .suivi-commande .listing-commande .etat-commande p {
    font-size: 1.4em;
    margin: 5px 0; }
.suivi-commande .listing-commande table {
  width: 100%; }
  .suivi-commande .listing-commande table tbody tr td {
    padding: 5px;
    text-align: left;
    font-size: 12px; }
  .suivi-commande .listing-commande table tbody tr:nth-child(even) td {
    background-color: #eeeded; }
  .suivi-commande .listing-commande table tbody tr:nth-child(odd) td {
    background-color: #dffffe; }
  .suivi-commande .listing-commande table thead td {
    text-align: left;
    padding: 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px; }

#footer .footer-line-1:before, .formulaire form .line-input:before, #footer .footer-line-1:after, .formulaire form .line-input:after {
  content: "";
  display: table; }
#footer .footer-line-1:after, .formulaire form .line-input:after {
  clear: both; }

html, body {
  padding: 0;
  margin: 0; }

body {
  min-height: 100vh;
  font-size: 10px;
  font-family: 'TemplateTextRegular', 'Arial';
  background: #fff; }

select,
textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=file] {
  font-family: 'TemplateTextRegular', 'Arial'; }

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 641px) and (max-width: 1199px), only screen and (max-width: 640px) {
    .container {
      display: block;
      padding: 0;
      margin: 0 auto;
      width: 95%; } }

#cnilBar {
  width: 100%;
  background-color: #efefef;
  padding: 10px 0;
  font-size: 10px; }
  #cnilBar p {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1.2em; }
    #cnilBar p button {
      cursor: pointer;
      border: 0;
      margin: 0;
      text-decoration: none;
      display: inline-block;
      padding: 3px;
      color: #fff;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -webkit-transition: background-color 0.25s ease;
      -moz-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }

#header {
  border-bottom: 1px solid #dedede;
  padding: 15px 0; }
  #header #headerContent {
    height: 100px; }
    @media only screen and (min-width: 641px) and (max-width: 1199px) {
      #header #headerContent {
        height: 80px; } }
    @media only screen and (max-width: 640px) {
      #header #headerContent {
        height: 60px; } }
    #header #headerContent #logo {
      display: block;
      float: left; }
      #header #headerContent #logo img {
        height: 100px; }
        @media only screen and (min-width: 641px) and (max-width: 1199px) {
          #header #headerContent #logo img {
            height: 80px; } }
        @media only screen and (max-width: 640px) {
          #header #headerContent #logo img {
            height: 60px; } }
    #header #headerContent #recherche {
      float: right;
      margin-left: 10px;
      padding-top: 35px; }
      @media only screen and (min-width: 641px) and (max-width: 1199px) {
        #header #headerContent #recherche {
          padding-top: 25px; } }
      @media only screen and (max-width: 640px) {
        #header #headerContent #recherche {
          display: none; } }
      #header #headerContent #recherche form {
        display: block;
        padding: 10px;
        margin: 0;
        background: #d2d2d2;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px; }
        #header #headerContent #recherche form input[type=text] {
          padding: 0;
          margin: 0;
          width: 150px;
          border: 0;
          font-size: 1.4em;
          background: transparent;
          line-height: 15px;
          vertical-align: middle; }
          @media only screen and (min-width: 641px) and (max-width: 1199px) {
            #header #headerContent #recherche form input[type=text] {
              width: 100px; } }
        #header #headerContent #recherche form button {
          color: #ffffff;
          padding: 0;
          margin: 0;
          border: 0;
          background: transparent;
          font-size: 2.4em;
          cursor: pointer;
          line-height: 15px;
          vertical-align: middle; }
    #header #headerContent #triggerMenu {
      display: none; }
      @media only screen and (max-width: 640px) {
        #header #headerContent #triggerMenu {
          display: block;
          float: right;
          background: transparent;
          font-family: TemplateTextLight;
          padding: 20px 0 0 0;
          margin: 0;
          border: 0;
          cursor: pointer;
          text-transform: uppercase;
          font-size: 1.6em; } }
    #header #headerContent #menus {
      float: right;
      padding-top: 35px; }
      @media only screen and (min-width: 641px) and (max-width: 1199px) {
        #header #headerContent #menus {
          padding-top: 25px; } }
      #header #headerContent #menus #closeMenu {
        display: none; }
      #header #headerContent #menus ul, #header #headerContent #menus li {
        list-style: none;
        margin: 0;
        padding: 0;
        font-family: 'TemplateTextLight'; }
      #header #headerContent #menus #menu {
        display: block; }
        #header #headerContent #menus #menu > li {
          display: inline-block;
          font-size: 1.4em;
          vertical-align: middle; }
          #header #headerContent #menus #menu > li.li-panier {
            font-size: 2.4em;
            position: relative; }
            #header #headerContent #menus #menu > li.li-panier b {
              position: absolute;
              right: 0;
              top: 0;
              font-size: 0.5em;
              display: inline-block;
              -moz-box-sizing: border-box;
              /* Firefox */
              box-sizing: border-box;
              padding: 3px 0 0 0;
              height: 20px;
              text-align: center;
              width: 20px;
              -moz-border-radius: 50px;
              -webkit-border-radius: 50px;
              border-radius: 50px;
              color: #ffffff;
              background-color: #ff0000; }
          #header #headerContent #menus #menu > li > a,
          #header #headerContent #menus #menu > li > span {
            text-transform: uppercase;
            display: block;
            padding: 0 10px;
            -webkit-transition: color 0.25s ease;
            -moz-transition: color 0.25s ease;
            -o-transition: color 0.25s ease;
            transition: color 0.25s ease; }
          #header #headerContent #menus #menu > li:hover {
            position: relative; }
            #header #headerContent #menus #menu > li:hover > a, #header #headerContent #menus #menu > li:hover > span {
              cursor: pointer; }
            #header #headerContent #menus #menu > li:hover > ul {
              display: block; }
          #header #headerContent #menus #menu > li > ul {
            display: none;
            overflow: hidden;
            position: absolute;
            left: 0;
            top: 100%;
            width: 200px;
            padding-top: 10px; }
            #header #headerContent #menus #menu > li > ul > li {
              font-size: 1em; }
              #header #headerContent #menus #menu > li > ul > li > a {
                text-transform: uppercase;
                display: block;
                margin-bottom: 1px;
                padding: 10px;
                background: #efefef;
                -webkit-transition: background-color 0.25s ease;
                -moz-transition: background-color 0.25s ease;
                -o-transition: background-color 0.25s ease;
                transition: background-color 0.25s ease; }
                #header #headerContent #menus #menu > li > ul > li > a:hover {
                  color: #ffffff; }
      @media only screen and (max-width: 640px) {
        #header #headerContent #menus {
          background-color: rgba(0, 0, 0, 0);
          opacity: 0;
          height: 0;
          z-index: 50;
          overflow: hidden;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          -webkit-transition: background-color .5s ease-out, height .5s ease-out, opacity .5s ease-out;
          -moz-transition: background-color .5s ease-out, height .5s ease-out, opacity .5s ease-out;
          -o-transition: background-color .5s ease-out, height .5s ease-out, opacity .5s ease-out;
          transition: background-color .5s ease-out, height .5s ease-out, opacity .5s ease-out;
          padding-top: 0;
          -moz-box-sizing: border-box;
          /* Firefox */
          box-sizing: border-box; }
          #header #headerContent #menus.active {
            opacity: 1;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.95); }
          #header #headerContent #menus #closeMenu {
            position: absolute;
            right: 10px;
            top: 10px;
            display: block;
            background: transparent;
            border: 0;
            padding: 0;
            margin: 0;
            font-size: 1.4em;
            cursor: pointer; }
          #header #headerContent #menus #menu {
            padding: 35px 10px 10px 10px; }
            #header #headerContent #menus #menu > li {
              display: block; }
              #header #headerContent #menus #menu > li.li-panier b {
                position: static;
                right: auto;
                top: auto;
                margin-left: 5px; }
              #header #headerContent #menus #menu > li > a,
              #header #headerContent #menus #menu > li > span {
                text-align: center;
                padding: 10px 0;
                text-transform: uppercase;
                display: block;
                background: transparent;
                -webkit-transition: background-color 0.25s ease;
                -moz-transition: background-color 0.25s ease;
                -o-transition: background-color 0.25s ease;
                transition: background-color 0.25s ease; }
                #header #headerContent #menus #menu > li > a:hover,
                #header #headerContent #menus #menu > li > span:hover {
                  background-color: #efefef;
                  color: #000000; }
              #header #headerContent #menus #menu > li > ul {
                padding-top: 0;
                position: static;
                width: auto;
                left: auto;
                right: auto;
                top: auto;
                bottom: auto; }
                #header #headerContent #menus #menu > li > ul > li {
                  display: block; }
                  #header #headerContent #menus #menu > li > ul > li > a {
                    text-align: center;
                    padding: 10px 0;
                    background: transparent;
                    -webkit-transition: background-color 0.25s ease;
                    -moz-transition: background-color 0.25s ease;
                    -o-transition: background-color 0.25s ease;
                    transition: background-color 0.25s ease; }
                    #header #headerContent #menus #menu > li > ul > li > a:hover {
                      background-color: #efefef !important;
                      color: #000000; } }

#footer {
  padding: 30px 0; }
  @media only screen and (max-width: 640px) {
    #footer {
      padding-top: 15px;
      padding-bottom: 15px; } }
  #footer .footer-line-1 {
    margin-bottom: 30px; }
    @media only screen and (max-width: 640px) {
      #footer .footer-line-1 {
        margin-bottom: 15px; } }
    #footer .footer-line-1.footer-has-line-2- {
      margin-bottom: 0 !important; }
    #footer .footer-line-1 ul, #footer .footer-line-1 li {
      list-style: none;
      display: block;
      margin: 0;
      padding: 0; }
    #footer .footer-line-1 ul.ul-1 {
      float: left; }
      @media only screen and (max-width: 640px) {
        #footer .footer-line-1 ul.ul-1 {
          float: none;
          text-align: center; } }
      #footer .footer-line-1 ul.ul-1 li {
        margin-right: 15px; }
        @media only screen and (max-width: 640px) {
          #footer .footer-line-1 ul.ul-1 li {
            margin: 0 5px; } }
    #footer .footer-line-1 ul.ul-2 {
      float: right;
      text-align: right; }
      @media only screen and (max-width: 640px) {
        #footer .footer-line-1 ul.ul-2 {
          float: none;
          text-align: center; } }
      #footer .footer-line-1 ul.ul-2 li {
        margin-left: 15px; }
        @media only screen and (max-width: 640px) {
          #footer .footer-line-1 ul.ul-2 li {
            margin: 0 5px; } }
    #footer .footer-line-1 ul li {
      font-size: 1.4em;
      display: inline-block;
      text-transform: uppercase; }
      #footer .footer-line-1 ul li a {
        text-decoration: none;
        color: inherit; }
        #footer .footer-line-1 ul li a:hover {
          text-decoration: underline; }
  @media only screen and (max-width: 640px) {
    #footer .footer-line-2 {
      display: none; } }
  #footer .footer-line-2 .footer-col {
    vertical-align: top;
    width: 33.333333%;
    display: inline-block;
    padding: 0 75px 0 0;
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box;
    font-size: 1.4em;
    font-family: 'TemplateTextRegular'; }
    @media only screen and (min-width: 641px) and (max-width: 1199px) {
      #footer .footer-line-2 .footer-col {
        width: 100%;
        padding: 0;
        margin-bottom: 15px; } }
    #footer .footer-line-2 .footer-col ul, #footer .footer-line-2 .footer-col li, #footer .footer-line-2 .footer-col p {
      font-size: 1em;
      color: inherit;
      font-family: inherit; }
  #footer .footer-line-2 .footer-col-2 {
    padding: 0 25px 0 25px; }
    @media only screen and (min-width: 641px) and (max-width: 1199px) {
      #footer .footer-line-2 .footer-col-2 {
        padding: 0; } }
  #footer .footer-line-2 .footer-col-3 {
    padding: 0 0 0 75px; }
    @media only screen and (min-width: 641px) and (max-width: 1199px) {
      #footer .footer-line-2 .footer-col-3 {
        padding: 0; } }

.formulaire.formulaire-contact {
  max-width: 500px; }
.formulaire form {
  display: block;
  padding: 0;
  margin: 0; }
  .formulaire form .line-input {
    margin-bottom: 10px; }
    .formulaire form .line-input label {
      font-size: 1.6em;
      width: 35%;
      padding-top: 5px;
      float: left;
      color: inherit;
      font-family: inherit; }
      @media only screen and (max-width: 640px) {
        .formulaire form .line-input label {
          float: none;
          width: 100%;
          padding: 0; } }
    .formulaire form .line-input .input {
      width: 60%;
      float: right; }
      @media only screen and (max-width: 640px) {
        .formulaire form .line-input .input {
          width: 100%;
          padding: 0;
          float: none; } }
      .formulaire form .line-input .input select,
      .formulaire form .line-input .input textarea,
      .formulaire form .line-input .input input[type=text],
      .formulaire form .line-input .input input[type=password],
      .formulaire form .line-input .input input[type=email],
      .formulaire form .line-input .input input[type=file] {
        display: inline-block;
        padding: 5px;
        border: 1px solid #dbe3e3;
        font-size: 1.6em;
        width: 100%;
        -moz-box-sizing: border-box;
        /* Firefox */
        box-sizing: border-box;
        background-color: #fff; }
        .formulaire form .line-input .input select:focus,
        .formulaire form .line-input .input textarea:focus,
        .formulaire form .line-input .input input[type=text]:focus,
        .formulaire form .line-input .input input[type=password]:focus,
        .formulaire form .line-input .input input[type=email]:focus,
        .formulaire form .line-input .input input[type=file]:focus {
          background-color: #FFFDED; }
        .formulaire form .line-input .input select.small,
        .formulaire form .line-input .input textarea.small,
        .formulaire form .line-input .input input[type=text].small,
        .formulaire form .line-input .input input[type=password].small,
        .formulaire form .line-input .input input[type=email].small,
        .formulaire form .line-input .input input[type=file].small {
          width: 25%; }
      .formulaire form .line-input .input textarea {
        height: 150px;
        overflow: auto; }
        @media only screen and (max-width: 640px) {
          .formulaire form .line-input .input textarea {
            height: 100px; } }
    .formulaire form .line-input.line-alert .input select,
    .formulaire form .line-input.line-alert .input textarea,
    .formulaire form .line-input.line-alert .input input[type=text],
    .formulaire form .line-input.line-alert .input input[type=password],
    .formulaire form .line-input.line-alert .input input[type=email],
    .formulaire form .line-input.line-alert .input input[type=file],
    .formulaire form .line-input.line-alert .input textarea {
      border-color: red; }
    .formulaire form .line-input .line-input-checkbox,
    .formulaire form .line-input .line-input-radio {
      width: 60%;
      float: right; }
      .formulaire form .line-input .line-input-checkbox label,
      .formulaire form .line-input .line-input-radio label {
        display: inline;
        float: none;
        padding-right: 10px; }
    .formulaire form .line-input .input-selects select {
      width: 32%; }
  .formulaire form .line-input-submit {
    text-align: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 640px) {
      .formulaire form .line-input-submit {
        margin-bottom: 15px; } }
    .formulaire form .line-input-submit button {
      display: inline-block;
      color: #ffffff;
      text-align: center;
      font-family: 'TemplateTextRegular', Arial;
      font-size: 1.6em;
      padding: 6px 0;
      width: 150px;
      text-decoration: none;
      cursor: pointer;
      border: none;
      -webkit-transition: background-color 0.25s ease;
      -moz-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }
      .formulaire form .line-input-submit button span.fa {
        font-size: 1.2em; }
  .formulaire form .line-input-recaptcha {
    margin-bottom: 20px; }
    @media only screen and (max-width: 640px) {
      .formulaire form .line-input-recaptcha label {
        display: none; } }
  .formulaire form .line-input-obl {
    margin-bottom: 20px; }
    @media only screen and (max-width: 640px) {
      .formulaire form .line-input-obl {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 640px) {
      .formulaire form .line-input-obl label {
        display: none !important; } }
    .formulaire form .line-input-obl .input label {
      width: auto; }
      .formulaire form .line-input-obl .input label.block {
        display: block;
        float: none; }
      .formulaire form .line-input-obl .input label a {
        color: #000;
        text-decoration: none;
        -webkit-transition: color 0.25s ease;
        -moz-transition: color 0.25s ease;
        -o-transition: color 0.25s ease;
        transition: color 0.25s ease; }
      @media only screen and (max-width: 640px) {
        .formulaire form .line-input-obl .input label {
          display: block !important; } }
      .formulaire form .line-input-obl .input label span {
        color: #ff0000; }

#page404 {
  padding: 50px;
  font-size: 4em; }
  #page404 h1 {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #d4004f;
    font-size: 2em; }
  #page404 h2 {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 4em; }
  #page404 h3 {
    text-align: center;
    padding: 0;
    margin: 0; }

.tips_ok,
.tips_erreur {
  padding: 10px;
  font-size: 1.6em;
  color: #ffffff;
  background-color: #de0600;
  margin-bottom: 15px;
  text-align: center; }
  .tips_ok a,
  .tips_erreur a {
    float: right;
    text-decoration: none;
    color: #ffffff; }

.tips_ok {
  background-color: #00b603; }

.page-titre {
  font-family: TemplateTitleBold;
  text-transform: uppercase;
  font-size: 6em;
  font-weight: normal;
  padding: 0;
  margin: 30px 0 30px 0;
  text-align: center; }
  @media only screen and (max-width: 640px) {
    .page-titre {
      margin-top: 15px;
      margin-bottom: 15px;
      font-size: 4em; } }

.body_panier .container {
  max-width: 960px; }
.body_panier .page-titre {
  text-align: left; }
.body_panier .panier-tips-cont {
  float: right;
  width: 28%; }
  @media only screen and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1199px) {
    .body_panier .panier-tips-cont {
      float: none;
      width: auto; } }
  .body_panier .panier-tips-cont .panier-tips {
    margin-bottom: 10px;
    font-size: 1.4em; }
    .body_panier .panier-tips-cont .panier-tips .tips-titre {
      font-family: TemplateTextBold;
      color: #ffffff;
      position: relative;
      text-transform: uppercase;
      text-align: center;
      padding: 5px 0;
      font-size: 1.2em; }
      .body_panier .panier-tips-cont .panier-tips .tips-titre span {
        position: absolute;
        right: 99%;
        top: 3px;
        font-size: 1.6em; }
        @media only screen and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1199px) {
          .body_panier .panier-tips-cont .panier-tips .tips-titre span {
            display: none; } }
    .body_panier .panier-tips-cont .panier-tips .tips-content {
      border-style: solid;
      border-width: 1px;
      padding: 10px; }
      .body_panier .panier-tips-cont .panier-tips .tips-content strong {
        font-weight: normal;
        font-family: TemplateTextBold; }
      .body_panier .panier-tips-cont .panier-tips .tips-content p {
        font-size: 1em;
        margin: 0; }
.body_panier .panier-line {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeded; }
  @media only screen and (max-width: 640px) {
    .body_panier .panier-line {
      margin-bottom: 15px;
      padding-bottom: 15px; } }
  .body_panier .panier-line .line-titre {
    font-family: TemplateTitleBold;
    text-transform: uppercase;
    font-size: 3.4em;
    font-weight: normal;
    padding: 0;
    margin: 0 0 15px 0;
    text-align: left; }
  .body_panier .panier-line .panier-contenu table {
    float: left;
    width: 70%; }
    @media only screen and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1199px) {
      .body_panier .panier-line .panier-contenu table {
        float: none;
        width: 100%;
        margin-bottom: 15px; } }
    .body_panier .panier-line .panier-contenu table td, .body_panier .panier-line .panier-contenu table th {
      border-collapse: collapse;
      padding: 5px;
      border: 1px solid #ddd;
      font-family: TemplateTextRegular;
      font-size: 1.4em; }
    @media only screen and (max-width: 640px) {
      .body_panier .panier-line .panier-contenu table thead {
        display: none; } }
    .body_panier .panier-line .panier-contenu table thead tr th {
      text-transform: uppercase;
      color: #ffffff;
      font-weight: normal;
      text-align: center;
      font-size: 1.4em;
      font-family: TemplateTextBold; }
      .body_panier .panier-line .panier-contenu table thead tr th.th-image {
        width: 150px; }
      .body_panier .panier-line .panier-contenu table thead tr th.th-qtt {
        width: 100px; }
      .body_panier .panier-line .panier-contenu table thead tr th.th-point {
        width: 80px; }
      .body_panier .panier-line .panier-contenu table thead tr th.th-prix {
        width: 100px; }
      .body_panier .panier-line .panier-contenu table thead tr th.th-action {
        width: 50px; }
    .body_panier .panier-line .panier-contenu table tbody tr:nth-child(even) {
      background-color: #efefef; }
    @media only screen and (max-width: 640px) {
      .body_panier .panier-line .panier-contenu table tbody tr td.td-image {
        display: none; } }
    .body_panier .panier-line .panier-contenu table tbody tr td.td-image img {
      width: 100%; }
    @media only screen and (max-width: 640px) {
      .body_panier .panier-line .panier-contenu table tbody tr td.td-produit {
        font-size: 1.2em;
        width: 100px; } }
    .body_panier .panier-line .panier-contenu table tbody tr td.td-produit a {
      text-decoration: none;
      font-style: normal;
      font-family: TemplateTextBold;
      font-size: 1.2em; }
      .body_panier .panier-line .panier-contenu table tbody tr td.td-produit a:hover {
        text-decoration: underline; }
    .body_panier .panier-line .panier-contenu table tbody tr td.td-qtt form {
      display: block;
      padding: 0;
      margin: 0; }
      .body_panier .panier-line .panier-contenu table tbody tr td.td-qtt form input[type=text] {
        width: 40%;
        vertical-align: top;
        display: inline-block;
        -moz-box-sizing: border-box;
        /* Firefox */
        box-sizing: border-box;
        padding: 2px 0 0 0;
        text-align: center;
        font-size: 1em;
        border-width: 1px;
        border-style: solid;
        height: 25px; }
        .body_panier .panier-line .panier-contenu table tbody tr td.td-qtt form input[type=text]:focus {
          background-color: #FFFDED; }
      .body_panier .panier-line .panier-contenu table tbody tr td.td-qtt form button {
        width: 60%;
        vertical-align: top;
        display: inline-block;
        border: 0;
        color: #ffffff;
        font-size: 1em;
        text-align: center;
        padding: 0 0 0 0;
        height: 25px;
        font-size: 0.8em;
        -moz-box-sizing: border-box;
        /* Firefox */
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: background-color 0.25s ease;
        -moz-transition: background-color 0.25s ease;
        -o-transition: background-color 0.25s ease;
        transition: background-color 0.25s ease; }
    .body_panier .panier-line .panier-contenu table tbody tr td.td-point {
      color: #000000;
      text-align: center; }
      @media only screen and (max-width: 640px) {
        .body_panier .panier-line .panier-contenu table tbody tr td.td-point {
          display: none; } }
    .body_panier .panier-line .panier-contenu table tbody tr td.td-prix {
      text-align: center;
      font-family: TemplateTextBold; }
      @media only screen and (max-width: 640px) {
        .body_panier .panier-line .panier-contenu table tbody tr td.td-prix {
          font-size: 1.2em; } }
    .body_panier .panier-line .panier-contenu table tbody tr td.td-action {
      text-align: center; }
      .body_panier .panier-line .panier-contenu table tbody tr td.td-action a {
        display: inline-block;
        color: #ffffff;
        padding: 5px;
        text-decoration: none;
        font-size: 0.8em;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: background-color 0.25s ease;
        -moz-transition: background-color 0.25s ease;
        -o-transition: background-color 0.25s ease;
        transition: background-color 0.25s ease; }
        .body_panier .panier-line .panier-contenu table tbody tr td.td-action a:hover {
          background-color: #ff0000; }
  .body_panier .panier-line.panier-line-montant .panier-montant {
    float: left;
    width: 70%; }
    @media only screen and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1199px) {
      .body_panier .panier-line.panier-line-montant .panier-montant {
        float: none;
        width: 100%;
        margin-bottom: 15px; } }
    .body_panier .panier-line.panier-line-montant .panier-montant .form-remise {
      display: block;
      padding: 10px;
      margin: 0 0 15px 0;
      -moz-box-sizing: border-box;
      /* Firefox */
      box-sizing: border-box;
      font-size: 1.4em; }
      .body_panier .panier-line.panier-line-montant .panier-montant .form-remise .code-selected {
        font-size: 1.6em;
        margin-bottom: 10px;
        color: #ffffff; }
        .body_panier .panier-line.panier-line-montant .panier-montant .form-remise .code-selected strong {
          font-size: 1.4em;
          font-weight: normal;
          font-family: TemplateTextBold; }
      .body_panier .panier-line.panier-line-montant .panier-montant .form-remise label {
        display: inline-block;
        vertical-align: top;
        font-size: 1em;
        color: #ffffff;
        padding-top: 2px; }
        @media only screen and (max-width: 640px) {
          .body_panier .panier-line.panier-line-montant .panier-montant .form-remise label {
            display: block;
            padding: 0; } }
      .body_panier .panier-line.panier-line-montant .panier-montant .form-remise input[type=text] {
        width: 50%;
        max-width: 200px;
        vertical-align: top;
        display: inline-block;
        -moz-box-sizing: border-box;
        /* Firefox */
        box-sizing: border-box;
        padding: 2px 10px 0;
        font-size: 1em;
        border: 0;
        height: 25px; }
        .body_panier .panier-line.panier-line-montant .panier-montant .form-remise input[type=text]:focus {
          background-color: #FFFDED; }
      .body_panier .panier-line.panier-line-montant .panier-montant .form-remise button {
        vertical-align: top;
        display: inline-block;
        border: 0;
        color: #ffffff;
        font-size: 1em;
        text-align: center;
        padding: 0 15px;
        height: 25px;
        font-size: 0.8em;
        -moz-box-sizing: border-box;
        /* Firefox */
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: background-color 0.25s ease;
        -moz-transition: background-color 0.25s ease;
        -o-transition: background-color 0.25s ease;
        transition: background-color 0.25s ease; }
        .body_panier .panier-line.panier-line-montant .panier-montant .form-remise button:hover {
          background: #fff;
          color: #000000; }
    .body_panier .panier-line.panier-line-montant .panier-montant table.table-fdp {
      width: 100%;
      border-width: 1px;
      border-style: solid; }
      .body_panier .panier-line.panier-line-montant .panier-montant table.table-fdp tr:nth-child(odd) {
        background-color: #efefef; }
      .body_panier .panier-line.panier-line-montant .panier-montant table.table-fdp tr.tr-alert {
        border: 1px solid red; }
      .body_panier .panier-line.panier-line-montant .panier-montant table.table-fdp tr.total-line-ttc td {
        font-size: 2em; }
      .body_panier .panier-line.panier-line-montant .panier-montant table.table-fdp tr td {
        padding: 10px;
        font-family: TemplateTextRegular;
        font-size: 1.4em; }
        .body_panier .panier-line.panier-line-montant .panier-montant table.table-fdp tr td a {
          text-decoration: underline; }
          .body_panier .panier-line.panier-line-montant .panier-montant table.table-fdp tr td a:hover {
            text-decoration: none; }
        .body_panier .panier-line.panier-line-montant .panier-montant table.table-fdp tr td .fdp-offert {
          color: #BF2F2F;
          font-family: TemplateTextBold; }
  .body_panier .panier-line.panier-line-montant .panier-tips-cont {
    padding-top: 80px; }
    @media only screen and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1199px) {
      .body_panier .panier-line.panier-line-montant .panier-tips-cont {
        padding: 0; } }
  .body_panier .panier-line.panier-line-login .formulaire {
    width: 50%; }
    @media only screen and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1199px) {
      .body_panier .panier-line.panier-line-login .formulaire {
        width: 100%; } }
  .body_panier .panier-line.panier-line-adresse .col {
    width: 50%;
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box; }
    @media only screen and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1199px) {
      .body_panier .panier-line.panier-line-adresse .col {
        width: 100%; } }
  .body_panier .panier-line .formulaire {
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box;
    font-size: 0.9em; }
    .body_panier .panier-line .formulaire.formulaire-adresse .col-facturation, .body_panier .panier-line .formulaire.formulaire-connexion {
      padding: 0 15px 0 0;
      float: left; }
      @media only screen and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1199px) {
        .body_panier .panier-line .formulaire.formulaire-adresse .col-facturation, .body_panier .panier-line .formulaire.formulaire-connexion {
          float: none;
          margin-bottom: 15px;
          padding: 0; } }
    .body_panier .panier-line .formulaire.formulaire-adresse .col-livraison, .body_panier .panier-line .formulaire.formulaire-inscription {
      padding: 0 0 0 15px;
      float: right; }
      @media only screen and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1199px) {
        .body_panier .panier-line .formulaire.formulaire-adresse .col-livraison, .body_panier .panier-line .formulaire.formulaire-inscription {
          float: none;
          margin-bottom: 15px;
          padding: 0; } }
    .body_panier .panier-line .formulaire .formulaire-cont .line-soustitre, .body_panier .panier-line .formulaire.formulaire-adresse .line-soustitre {
      font-family: TemplateTitleBold;
      text-transform: uppercase;
      font-size: 3em;
      font-weight: normal;
      padding: 0 0 15px 0;
      margin: 0 0 15px 0;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      text-align: left; }
    .body_panier .panier-line .formulaire.formulaire-adresse .fields-cont,
    .body_panier .panier-line .formulaire .formulaire-cont {
      border-width: 1px;
      border-style: solid;
      padding: 30px;
      background: #efefef; }
      @media only screen and (max-width: 640px) {
        .body_panier .panier-line .formulaire.formulaire-adresse .fields-cont,
        .body_panier .panier-line .formulaire .formulaire-cont {
          padding: 15px; } }
      .body_panier .panier-line .formulaire.formulaire-adresse .fields-cont form,
      .body_panier .panier-line .formulaire .formulaire-cont form {
        display: block;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto; }
        .body_panier .panier-line .formulaire.formulaire-adresse .fields-cont form .line-input label,
        .body_panier .panier-line .formulaire .formulaire-cont form .line-input label {
          width: 45%; }
        .body_panier .panier-line .formulaire.formulaire-adresse .fields-cont form .line-input .input,
        .body_panier .panier-line .formulaire.formulaire-adresse .fields-cont form .line-input .line-input-checkbox,
        .body_panier .panier-line .formulaire.formulaire-adresse .fields-cont form .line-input .line-input-radio,
        .body_panier .panier-line .formulaire .formulaire-cont form .line-input .input,
        .body_panier .panier-line .formulaire .formulaire-cont form .line-input .line-input-checkbox,
        .body_panier .panier-line .formulaire .formulaire-cont form .line-input .line-input-radio {
          width: 50%; }
        .body_panier .panier-line .formulaire.formulaire-adresse .fields-cont form .line-input-submit button,
        .body_panier .panier-line .formulaire .formulaire-cont form .line-input-submit button {
          max-width: 200px;
          width: 100%; }
        .body_panier .panier-line .formulaire.formulaire-adresse .fields-cont form .line-input-obl .input label,
        .body_panier .panier-line .formulaire .formulaire-cont form .line-input-obl .input label {
          width: auto; }
          .body_panier .panier-line .formulaire.formulaire-adresse .fields-cont form .line-input-obl .input label a,
          .body_panier .panier-line .formulaire .formulaire-cont form .line-input-obl .input label a {
            text-decoration: underline; }
            .body_panier .panier-line .formulaire.formulaire-adresse .fields-cont form .line-input-obl .input label a:hover,
            .body_panier .panier-line .formulaire .formulaire-cont form .line-input-obl .input label a:hover {
              text-decoration: none; }
  .body_panier .panier-line.panier-line-paiement .panier-paiement {
    text-align: center; }
    .body_panier .panier-line.panier-line-paiement .panier-paiement a {
      display: inline-block;
      padding: 10px 20px;
      text-decoration: none;
      font-size: 2em;
      color: #ffffff;
      font-weight: normal;
      font-family: TemplateTextRegular;
      -webkit-transition: background-color 0.25s ease;
      -moz-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }
      @media only screen and (max-width: 640px) {
        .body_panier .panier-line.panier-line-paiement .panier-paiement a {
          display: block; } }
      .body_panier .panier-line.panier-line-paiement .panier-paiement a.a-cb {
        margin-left: 15px; }
        @media only screen and (max-width: 640px) {
          .body_panier .panier-line.panier-line-paiement .panier-paiement a.a-cb {
            margin-left: 0; } }
      @media only screen and (max-width: 640px) {
        .body_panier .panier-line.panier-line-paiement .panier-paiement a.a-cheque {
          display: none;
          font-size: 1.4em; } }

#content {
  margin-bottom: 60px; }
  @media only screen and (max-width: 640px) {
    #content {
      margin-bottom: 15px; } }

.css_mce blockquote,
.css_mce p {
  font-family: 'TemplateTextRegular', "Arial";
  padding: 0;
  margin: 0 0 10px 0;
  color: inherit; }
  .css_mce blockquote.center,
  .css_mce p.center {
    text-align: center; }
  .css_mce blockquote a,
  .css_mce p a {
    color: inherit;
    text-decoration: underline; }
    .css_mce blockquote a:hover,
    .css_mce p a:hover {
      text-decoration: none; }
  .css_mce blockquote strong,
  .css_mce p strong {
    font-family: 'TemplateTextBold';
    font-weight: normal; }
.css_mce p {
  font-size: 1.6em;
  color: inherit; }
  .css_mce p a {
    text-decoration: none; }
  @media only screen and (max-width: 640px) {
    .css_mce p {
      font-size: 1.3em; } }
  .css_mce p.justify {
    text-align: justify; }
.css_mce h4, .css_mce h3, .css_mce .h3, .css_mce h2, .css_mce h1, .css_mce .h1 {
  display: block;
  font-weight: normal;
  font-size: 1.8em;
  color: inherit;
  padding: 0;
  margin: 0 0 10px 0;
  font-family: 'TemplateTitleLight', "Arial"; }
.css_mce .h1,
.css_mce h1,
.css_mce h2 {
  font-size: 3em;
  font-family: 'TemplateTitleBold', "Arial";
  font-weight: normal;
  margin-bottom: 20px; }
  .css_mce .h1:first-child,
  .css_mce h1:first-child,
  .css_mce h2:first-child {
    padding-top: 0; }
  @media only screen and (max-width: 640px) {
    .css_mce .h1,
    .css_mce h1,
    .css_mce h2 {
      margin-bottom: 10px; } }
  @media only screen and (min-width: 641px) and (max-width: 1199px) {
    .css_mce .h1,
    .css_mce h1,
    .css_mce h2 {
      margin-bottom: 10px; } }
.css_mce h3, .css_mce .h3 {
  font-weight: normal;
  font-size: 2.4em; }
  @media only screen and (max-width: 640px) {
    .css_mce h3, .css_mce .h3 {
      font-size: 1.8em; } }
.css_mce h4 {
  font-weight: normal;
  font-size: 2em; }
  @media only screen and (max-width: 640px) {
    .css_mce h4 {
      font-size: 1.8em; } }
.css_mce ol,
.css_mce ul {
  margin: 0 0 10px 20px;
  padding: 0;
  list-style-position: outside; }
.css_mce li {
  font-size: 1.6em;
  font-family: 'TemplateTextRegular', "Arial";
  color: inherit;
  padding: 0;
  margin: 0; }
  .css_mce li a {
    color: inherit;
    text-decoration: underline; }
    .css_mce li a:hover {
      text-decoration: none; }
  @media only screen and (max-width: 640px) {
    .css_mce li {
      font-size: 1.3em; } }
  .css_mce li ul li {
    font-size: 1em; }

.categorie-slide {
  margin-bottom: 50px; }
  @media only screen and (max-width: 640px) {
    .categorie-slide {
      margin-bottom: 15px; } }
  .categorie-slide .a {
    display: block;
    text-align: center; }
    .categorie-slide .a .categorie-visuel {
      width: 100%;
      max-width: 1920px; }

.fiche-produit {
  max-width: 1070px;
  margin: 0 auto 50px; }
  @media only screen and (max-width: 640px) {
    .fiche-produit {
      margin-bottom: 15px; } }
  .fiche-produit .col-left {
    float: left;
    width: 60%;
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box; }
    @media only screen and (min-width: 641px) and (max-width: 1199px) {
      .fiche-produit .col-left {
        padding-right: 10px;
        width: 50%;
        padding-top: 0; } }
    @media only screen and (max-width: 640px) {
      .fiche-produit .col-left {
        width: 100%;
        padding-top: 0;
        margin-bottom: 15px; } }
    .fiche-produit .col-left .col-visuel {
      float: right;
      max-width: 520px;
      width: 100%; }
      @media only screen and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1199px) {
        .fiche-produit .col-left .col-visuel {
          margin-bottom: 15px;
          float: none; } }
      .fiche-produit .col-left .col-visuel img {
        width: 100%; }
    .fiche-produit .col-left .col-galerie {
      float: right;
      width: 80px; }
      @media only screen and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1199px) {
        .fiche-produit .col-left .col-galerie {
          float: none;
          width: 100%; } }
      .fiche-produit .col-left .col-galerie ul, .fiche-produit .col-left .col-galerie li {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block; }
      .fiche-produit .col-left .col-galerie ul {
        padding-right: 10px;
        -moz-box-sizing: border-box;
        /* Firefox */
        box-sizing: border-box; }
        @media only screen and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1199px) {
          .fiche-produit .col-left .col-galerie ul {
            padding-right: 0;
            text-align: left; } }
        .fiche-produit .col-left .col-galerie ul li {
          border: 1px solid #eeeded;
          margin-bottom: 10px; }
          @media only screen and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1199px) {
            .fiche-produit .col-left .col-galerie ul li {
              margin: 0 5px 0 0;
              display: inline-block; } }
          .fiche-produit .col-left .col-galerie ul li button {
            background: #fff url("../../../img/list_product.png") center center no-repeat;
            -webkit-background-size: contain;
            background-size: contain;
            border: 0;
            padding: 0;
            margin: 0;
            display: block;
            height: 80px;
            cursor: pointer;
            width: 100%;
            opacity: 0.2;
            -webkit-transition: opacity 0.25s ease;
            -moz-transition: opacity 0.25s ease;
            -o-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease; }
            @media only screen and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1199px) {
              .fiche-produit .col-left .col-galerie ul li button {
                width: 80px; } }
            .fiche-produit .col-left .col-galerie ul li button:hover, .fiche-produit .col-left .col-galerie ul li button.selected {
              opacity: 1; }
  .fiche-produit .col-right {
    float: right;
    width: 40%;
    max-width: 360px;
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box; }
    @media only screen and (min-width: 641px) and (max-width: 1199px) {
      .fiche-produit .col-right {
        width: 50%;
        padding-left: 10px; } }
    @media only screen and (max-width: 640px) {
      .fiche-produit .col-right {
        width: 100%;
        padding: 0;
        max-width: 100%;
        margin-bottom: 40px; } }
    .fiche-produit .col-right .page-titre {
      text-align: left;
      margin-bottom: 15px;
      margin-top: 0; }
      @media only screen and (max-width: 640px) {
        .fiche-produit .col-right .page-titre {
          text-align: center; } }
    .fiche-produit .col-right .produit-prices {
      margin-bottom: 40px; }
      @media only screen and (min-width: 641px) and (max-width: 1199px) {
        .fiche-produit .col-right .produit-prices {
          margin-bottom: 20px; } }
      @media only screen and (max-width: 640px) {
        .fiche-produit .col-right .produit-prices {
          margin-bottom: 10px;
          text-align: center; } }
      .fiche-produit .col-right .produit-prices .prix-vente-produit {
        font-size: 3em;
        font-family: 'TemplateTextLight';
        display: inline-block;
        margin-right: 40px; }
        @media only screen and (min-width: 641px) and (max-width: 1199px) {
          .fiche-produit .col-right .produit-prices .prix-vente-produit {
            margin-right: 20px;
            font-size: 3em; } }
        @media only screen and (max-width: 640px) {
          .fiche-produit .col-right .produit-prices .prix-vente-produit {
            font-size: 3em;
            margin-right: 15px; } }
      .fiche-produit .col-right .produit-prices .prix-ancien-produit {
        font-size: 2em;
        font-family: 'TemplateTextLight';
        text-decoration: line-through;
        display: inline-block; }
        @media only screen and (min-width: 641px) and (max-width: 1199px) {
          .fiche-produit .col-right .produit-prices .prix-ancien-produit {
            font-size: 2em; } }
      .fiche-produit .col-right .produit-prices .minify {
        font-size: 0.7em; }
    .fiche-produit .col-right .produit-caracts {
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid #eeeded; }
      @media only screen and (min-width: 641px) and (max-width: 1199px) {
        .fiche-produit .col-right .produit-caracts {
          padding-bottom: 15px;
          margin-bottom: 15px; } }
      @media only screen and (max-width: 640px) {
        .fiche-produit .col-right .produit-caracts {
          padding-bottom: 10px;
          margin-bottom: 10px; } }
      .fiche-produit .col-right .produit-caracts ul, .fiche-produit .col-right .produit-caracts li {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block; }
      @media only screen and (max-width: 640px) {
        .fiche-produit .col-right .produit-caracts ul {
          text-align: center; } }
      .fiche-produit .col-right .produit-caracts ul li {
        display: inline-block;
        margin-right: 25px;
        font-size: 1.6em; }
        .fiche-produit .col-right .produit-caracts ul li .fa {
          font-size: 2em;
          vertical-align: middle;
          margin-right: 5px; }
    .fiche-produit .col-right .produit-description {
      margin-bottom: 30px; }
      @media only screen and (max-width: 640px) {
        .fiche-produit .col-right .produit-description {
          margin-bottom: 30px; } }
      .fiche-produit .col-right .produit-description p {
        font-size: 1.5em;
        padding: 0;
        margin: 0; }
    .fiche-produit .col-right .bts {
      height: 63px; }
      @media only screen and (max-width: 640px) {
        .fiche-produit .col-right .bts {
          text-align: center; } }
      .fiche-produit .col-right .bts .quantite {
        height: 100%;
        width: 37px;
        display: inline-block;
        margin-right: 1px;
        vertical-align: top; }
        .fiche-produit .col-right .bts .quantite button, .fiche-produit .col-right .bts .quantite input {
          color: #ffffff;
          background: transparent;
          display: block;
          width: 100%;
          height: 33.33333%;
          margin: 0;
          padding: 0;
          font-family: 'TemplateTextLight';
          text-align: center;
          font-size: 1.7em;
          border: 0;
          -webkit-transition: background-color 0.25s ease;
          -moz-transition: background-color 0.25s ease;
          -o-transition: background-color 0.25s ease;
          transition: background-color 0.25s ease; }
        .fiche-produit .col-right .bts .quantite input {
          font-size: 1.3em; }
        .fiche-produit .col-right .bts .quantite button {
          cursor: pointer; }
      .fiche-produit .col-right .bts .bt-panier {
        margin: 0;
        border: 0;
        vertical-align: top;
        display: inline-block;
        height: 100%;
        color: #ffffff;
        font-family: 'TemplateTextBold';
        font-size: 1.8em;
        -webkit-transition: background-color 0.25s ease;
        -moz-transition: background-color 0.25s ease;
        -o-transition: background-color 0.25s ease;
        transition: background-color 0.25s ease;
        text-decoration: none;
        padding: 0 25px 0 25px;
        -moz-box-sizing: border-box;
        /* Firefox */
        box-sizing: border-box;
        cursor: pointer;
        font-weight: normal; }
        .fiche-produit .col-right .bts .bt-panier .fa {
          font-size: 1.2em;
          -webkit-transition: color 0.25s ease;
          -moz-transition: color 0.25s ease;
          -o-transition: color 0.25s ease;
          transition: color 0.25s ease; }
        .fiche-produit .col-right .bts .bt-panier:hover .fa {
          color: #ffffff; }
  .fiche-produit:nth-child(even) .col-left {
    float: right; }
    .fiche-produit:nth-child(even) .col-left .col-visuel {
      float: left; }
    .fiche-produit:nth-child(even) .col-left .col-galerie {
      float: left;
      padding-left: 10px; }
      @media only screen and (max-width: 640px), only screen and (min-width: 641px) and (max-width: 1199px) {
        .fiche-produit:nth-child(even) .col-left .col-galerie {
          padding-left: 0; } }

#popupJustAddedCont {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none; }
  #popupJustAddedCont.active {
    display: block; }
  #popupJustAddedCont #popupJustAdded {
    background: #fff;
    padding: 40px 0;
    max-width: 800px;
    margin: 40px auto 0 auto; }
    #popupJustAddedCont #popupJustAdded p {
      margin-bottom: 10px;
      padding: 0;
      text-align: center; }
      #popupJustAddedCont #popupJustAdded p.just-added-titre {
        font-family: TemplateTitleBold;
        text-transform: uppercase;
        font-size: 4em;
        font-weight: normal;
        text-align: center; }
      #popupJustAddedCont #popupJustAdded p.just-added-texte {
        font-family: TemplateTextRegular;
        font-size: 1.5em; }
    #popupJustAddedCont #popupJustAdded ul, #popupJustAddedCont #popupJustAdded li {
      list-style: none;
      padding: 0;
      margin: 0;
      display: block; }
    #popupJustAddedCont #popupJustAdded ul {
      text-align: center; }
      #popupJustAddedCont #popupJustAdded ul li {
        display: inline-block;
        margin: 0 5px;
        vertical-align: top; }
        @media only screen and (max-width: 640px) {
          #popupJustAddedCont #popupJustAdded ul li {
            margin-bottom: 15px; } }
        #popupJustAddedCont #popupJustAdded ul li a {
          -moz-box-sizing: border-box;
          /* Firefox */
          box-sizing: border-box;
          -webkit-transition: background-color 0.25s ease;
          -moz-transition: background-color 0.25s ease;
          -o-transition: background-color 0.25s ease;
          transition: background-color 0.25s ease;
          display: block;
          color: #ffffff;
          font-family: 'TemplateTextBold';
          font-size: 1.8em;
          text-decoration: none;
          cursor: pointer;
          font-weight: normal;
          border: 0;
          padding: 20px;
          color: #ffffff; }

#editoBandeau {
  margin: 30px 0; }
  #editoBandeau > .container #editoBandeauContenu h1 {
    font-size: 6em; }
    @media only screen and (max-width: 640px) {
      #editoBandeau > .container #editoBandeauContenu h1 {
        font-size: 4em; } }

/*# sourceMappingURL=site.css.map */
