@charset "UTF-8";
@font-face {
  font-family: 'ms100';
  src: url('../fonts/museosans-100-webfont.woff2') format('woff2'), url('../fonts/museosans-100-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ms100italic';
  src: url('../fonts/museosans-100italic-webfont.woff2') format('woff2'), url('../fonts/museosans-100italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ms300';
  src: url('../fonts/museosans-300-webfont.woff2') format('woff2'), url('../fonts/museosans-300-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ms300italic';
  src: url('../fonts/museosans-300italic-webfont.woff2') format('woff2'), url('../fonts/museosans-300italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ms500';
  src: url('../fonts/museosans_500-webfont.woff2') format('woff2'), url('../fonts/museosans_500-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ms500italic';
  src: url('../fonts/museosans_500_Italic-webfont.woff2') format('woff2'), url('../fonts/museosans_500_Italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ms700';
  src: url('../fonts/museosans_700-webfont.woff2') format('woff2'), url('../fonts/museosans_700-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ms700italic';
  src: url('../fonts/museosans-700italic-webfont.woff2') format('woff2'), url('../fonts/museosans-700italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ms900';
  src: url('../fonts/museosans_900-webfont.woff2') format('woff2'), url('../fonts/museosans_900-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ms900italic';
  src: url('../fonts/museosans-900italic-webfont.woff2') format('woff2'), url('../fonts/museosans-900italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*================================
    Bootstrap règles
================================*/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: static;
}
/*================================
    Reset CSS
================================*/
body {
  margin: 0;
  padding: 0;
  border: 0;
}
.clear {
  clear: both;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
/************************** CLEARFIX ***************************/
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
* {
  outline: none;
}
a {
  outline: none;
  outline: 0;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: normal;
  line-height: 110%;
}
table {
  border-collapse: collapse;
  border: 0;
  margin: 0;
}
tbody {
  border: 0;
}
button,
form {
  margin: 0;
  padding: 0;
}
input,
select,
textarea,
button {
  border: 0;
}
label {
  font-weight: normal;
}
ul {
  margin: 0;
  padding: 0;
}
/*
Define theme variables
*/
/************************ GENERAL *************************/
/*   DECLARATIONS   */
/*   GRADIENT   */
/*   TRANSITION   */
/*   BORDER RADIUS   */
/*   SHADOW   */
/*   FONT AWESOME ICON   */
@keyframes menu {
  from {
    opacity: 0;
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fixed {
  from {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    transform: none;
  }
}
@keyframes slideDown {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-vertical {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-horizontal {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-direction {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.noPadding {
  padding: 0;
}
.limit {
  position: relative;
  float: left;
  width: 100%;
}
.spacing {
  letter-spacing: 1px;
}
.rouge {
  color: #d4003c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.form-group {
  width: 100%;
  float: left;
}
.ui-menu {
  background: #eeeeee;
  border: 0 none !important;
}
.ui-selectmenu-button {
  width: 100% !important;
  border: 1px solid #1d1d1b !important;
  background: white !important;
  color: #1d1d1b;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: relative;
}
.ui-selectmenu-button:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f0dd';
  position: absolute;
  right: 14px;
  top: 5px;
}
li.ui-state-focus,
li.ui-widget-content .ui-state-focus {
  background: none !important;
  border: 0 none !important;
}
.ui-selectmenu-menu {
  background: white;
  border-bottom: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  padding: 15px 0 !important;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(195, 195, 195, 0.42);
  box-shadow: 5px 5px 5px 0 rgba(195, 195, 195, 0.42);
}
.ui-selectmenu-menu .ui-menu {
  background: none;
}
.ui-selectmenu-menu ul {
  border: 0 none;
}
.ui-selectmenu-menu li {
  left: 15px;
  margin-top: -1px !important;
  padding: 5px 0 5px 20px !important;
  width: 89%;
  font-size: 14px;
  position: relative;
  background: none;
}
.ui-selectmenu-menu li.ui-state-focus:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f00c";
  left: 0;
  position: absolute;
}
.ui-selectmenu-menu .ui-menu .ui-state-focus,
.ui-selectmenu-menu .ui-menu .ui-state-active {
  margin: 0;
}
input[type=text],
input[type=email] {
  font-size: 14px;
  color: #1d1d1b;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 none;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 14px;
  color: #B3B3B3 !important;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #B3B3B3 !important;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #B3B3B3 !important;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
  color: #B3B3B3 !important;
}
::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
  color: #B3B3B3 !important;
}
.form-high-level input[type=text],
.form-high-level input[type=email] {
  border: 0 none;
  background: none;
}
.form-high-level input[type=checkbox],
.form-high-level input[type=radio] {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.form-high-level .form-group .left {
  padding-right: 0;
}
.form-high-level .form-group .right {
  padding-left: 0;
}
.form-high-level .radioinline label {
  margin-right: 40px;
}
.form-high-level .input-group {
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #bebebe;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-high-level .input-group:hover,
.form-high-level .input-group:active,
.form-high-level .input-group:focus,
.form-high-level .input-group:link {
  border-color: #00A9CD;
  -webkit-box-shadow: 0 0 2px 0 #00A9CD;
  box-shadow: 0 0 2px 0 #00A9CD;
}
.form-high-level .input-group-addon {
  background: none;
  border: 0 none !important;
  display: table-cell;
  color: #bebebe;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-high-level .input-group-addon:first-child {
  border-right: 0 none !important;
}
.form-high-level .input-group-addon:last-child {
  border-left: 0 none !important;
  font-family: 'ms500italic';
  color: #bebebe;
  font-size: 12px;
}
.form-high-level .numero {
  padding: 6px 0;
}
.form-high-level .tiret {
  padding: 0;
}
.form-high-level .tiret .input-group {
  text-align: center;
  width: 100%;
  border: 0 none;
  background: none;
}
.form-high-level .tiret .input-group span {
  vertical-align: middle;
  display: table-cell;
  height: 34px;
}
.form-high-level body.shopping-cart .connexion input[type="text"] {
  border: 0 none !important;
}
.form-high-level .form-control {
  background: white;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  border-left: 0 none;
  border-right: 0 none;
}
.form-high-level .form-control:focus {
  box-shadow: none !important;
  border-color: #bebebe !important;
}
.form-high-level .ui-selectmenu-button {
  border: 0 none !important;
  display: table-cell;
  position: relative;
}
.form-high-level .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 6px 12px;
}
.form-high-level .input-group.select .input-group-addon {
  position: relative;
  left: 1px;
}
.form-high-level .simpleBtn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  border: 0 none;
  padding: 12px 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: white;
  text-decoration: none;
  background-color: #d4003c;
  background-position: 50% 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  margin-top: 21px;
}
.form-high-level .simpleBtn:hover {
  text-decoration: none;
  background-color: #1d1d1b;
  color: white;
}
.form-high-level .center {
  text-align: center;
}
.form-group {
  margin: 0;
}
input[type=submit],
button[type=submit] {
  background-color: #bebebe;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: black;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
}
input[type=submit]:hover,
button[type=submit]:hover {
  background-color: black;
  color: white;
}
label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: black;
}
label sup {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #d4003c;
  top: 0;
}
.burgerMobile {
  position: relative;
  float: left;
  width: 100%;
}
.burgerMobile .burger-title {
  position: relative;
  top: 18px;
}
.burgerMobile button {
  width: 36px;
  height: 36px;
  background: #1d1d1b;
  position: absolute;
  display: block;
  right: 0;
  top: 8px;
  z-index: 99;
  transition: width 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
}
.burgerMobile button span {
  position: relative;
  float: left;
  width: 36px;
  height: 36px;
  display: block;
}
.burgerMobile button i {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 1px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: white;
  transition: all 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
  top: 4px;
}
.burgerMobile button i:before,
.burgerMobile button i:after {
  content: '';
  width: 18px;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  transition: all 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.burgerMobile button i:before {
  top: -7px;
}
.burgerMobile button i:after {
  bottom: -7px;
}
.burgerMobile button.on i {
  background: #1d1d1b;
}
.burgerMobile button.on i:before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: white;
}
.burgerMobile button.on i:after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: white;
}
.red {
  color: #d4003c;
}
.burger {
  position: relative;
  float: left;
  width: 100%;
}
.burger.on span.burger-title {
  color: white !important;
}
.burger button {
  width: 36px;
  height: 36px;
  background: #1d1d1b;
  position: absolute;
  display: block;
  float: left;
  z-index: 99;
  transition: width 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
}
.burger button span {
  position: relative;
  float: left;
  width: 36px;
  height: 36px;
  display: block;
}
.burger button i {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 1px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: white;
  transition: all 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
  top: 4px;
}
.burger button i:before,
.burger button i:after {
  content: '';
  width: 18px;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  transition: all 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.burger button i:before {
  top: -7px;
}
.burger button i:after {
  bottom: -7px;
}
.burger button.on {
  width: 100%;
}
.burger button.on i {
  background: #1d1d1b;
}
.burger button.on i:before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: white;
}
.burger button.on i:after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: white;
}
.burger span.burger-title {
  float: left;
  margin-left: 44px;
  font-size: 16px;
  font-family: 'ms700', Arial, sans-serif;
  text-transform: uppercase;
  color: #1d1d1b;
  position: relative;
  top: 9px;
  cursor: pointer;
  z-index: 100;
  transition: color 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
body {
  font-family: 'ms500', Arial, sans-serif;
  color: black;
  height: 100%;
  max-height: 100%;
  background: white;
}
.advisaoverlay {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  height: 100%;
  opacity: 0;
  background: rgba(29, 29, 27, 0.6);
  transition: opacity 1s;
}
.advisaoverlay.on {
  opacity: 1;
}
.index {
  position: relative;
  z-index: 300;
}
.left-header .logo {
  position: relative;
  z-index: 101;
}
.left-header .logo a {
  display: block;
}
header {
  background: white;
}
.right-header .search input {
  position: relative;
  width: 100%;
  font-family: 'ms700', Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  background: none;
  border-bottom: 1px solid #bebebe;
  height: 31px;
  padding: 5px 39px 5px 0;
  margin-top: 5px;
}
.right-header .search button[type=submit] {
  position: absolute;
  background: none;
  right: 6px;
  top: 0;
}
.right-header .search .autocomplete {
  background: #eeeeee;
  padding: 15px 30px;
  position: absolute;
  width: 100%;
  z-index: 999;
  display: none;
}
.right-header .search .autocomplete .linerow {
  text-align: center;
}
.right-header .search .autocomplete span.title {
  font-family: 'ms500', Arial, sans-serif;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #d4003c;
  border-bottom: 4px solid #d4003c;
  margin-bottom: 30px;
}
.right-header .search .autocomplete ul li {
  text-align: left;
  list-style: none;
}
.right-header .search .autocomplete ul li b {
  font-family: 'ms900', Arial, sans-serif;
  font-weight: normal;
}
.right-header .search .autocomplete .line1 {
  margin-bottom: 60px;
}
.right-header .search .autocomplete .line1 a {
  text-decoration: none;
  color: #1d1d1b;
}
.right-header .search .autocomplete .line1 a:hover {
  color: #d4003c;
}
.right-header .search .autocomplete .line2 ul li:last-child a {
  border: 0 none;
}
.right-header .search .autocomplete .line2 ul li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #bebebe;
  text-decoration: none;
  color: #1d1d1b;
  position: relative;
}
.right-header .search .autocomplete .line2 ul li a:hover {
  color: #d4003c;
}
.right-header .search .autocomplete .line2 ul li a img {
  margin-right: 25px;
}
.right-header .search .autocomplete .line2 ul li a:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f054';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.right-header #menuMain #menu {
  float: left;
  width: 100%;
  padding-top: 53px;
}
.right-header #menuMain #menu div.bottom {
  border-top: 4px solid #1d1d1b;
  margin-top: 44px;
  padding: 30px 15px;
}
.right-header #menuMain #menu div.bottom div {
  margin-top: 16px;
}
.right-header #menuMain #menu div.bottom a {
  color: #666666;
  font-size: 14px;
}
.right-header #menuMain #menu div.bottom span {
  font-family: 'ms500', Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  color: #1d1d1b;
  margin-bottom: 10px;
}
.right-header #menuMain #menu .limit {
  float: none;
  position: static;
}
.right-header #menuMain #menu ul li {
  list-style: none;
}
.right-header #menuMain #menu ul li.child {
  padding-bottom: 40px;
  padding-top: 40px;
}
.right-header #menuMain #menu ul > li.parent {
  display: inline-block;
  float: left;
  padding: 0 35px;
}
.right-header #menuMain #menu ul > li.parent:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f0de";
  font-size: 60px;
  position: relative;
  margin-top: -8px;
  color: #eeeeee;
  z-index: 2;
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  display: none;
}
.right-header #menuMain #menu ul > li.parent.active:after {
  display: block;
  animation: fadeIn 0.6s forwards;
}
.right-header #menuMain #menu ul > li.parent.active > a {
  color: #d4003c;
  border-bottom: 4px solid #d4003c;
}
.right-header #menuMain #menu ul > li.parent.active .submenu {
  display: block;
  animation: fadeIn 0.6s forwards;
}
.right-header #menuMain #menu ul > li.parent:first-child {
  padding-left: 0;
}
.right-header #menuMain #menu ul > li.parent > a {
  font-family: 'ms700', Arial, sans-serif;
  font-size: 16px;
  color: #1d1d1b;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
  border-bottom: 4px solid transparent;
}
.right-header #menuMain #menu ul > li.parent > a:hover {
  color: #d4003c;
  border-bottom: 4px solid #d4003c;
}
.right-header #menuMain #menu ul > li.parent .submenu {
  display: none;
  position: absolute;
  left: 0;
  margin-top: 25px;
  width: 100%;
  background: #eeeeee;
  padding: 40px 0 36px;
}
.right-header #menuMain #menu ul > li.parent .submenu div.flex > div {
  overflow: hidden;
  position: relative;
}
.right-header #menuMain #menu ul > li.parent .submenu div.flex > div.info img {
  width: 100%;
}
.right-header #menuMain #menu ul > li.parent .submenu div.flex > div span.bg {
  position: absolute;
  width: calc(95%);
  display: block;
  height: 100%;
  background: white;
  box-sizing: border-box;
  z-index: 1;
  left: 15px;
  top: 0;
}
.right-header #menuMain #menu ul > li.parent .submenu div.flex > div > ul {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
}
.right-header #menuMain #menu ul > li.parent .submenu div.flex > div > ul li a {
  font-size: 14px;
  line-height: 40px;
  border-bottom: 1px solid #bebebe;
  position: relative;
  text-transform: uppercase;
  display: block;
  color: #1d1d1b;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.right-header #menuMain #menu ul > li.parent .submenu div.flex > div > ul li a:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f105';
  position: absolute;
  right: 11px;
  color: #666666;
  top: 1px;
  transition: right 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.right-header #menuMain #menu ul > li.parent .submenu div.flex > div > ul li a:hover {
  color: #d4003c;
}
.right-header #menuMain #menu ul > li.parent .submenu div.flex > div > ul li a:hover:after {
  right: 0;
}
body main {
  position: relative;
  margin-top: -96px;
}
main div.bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #eeeeee 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eeeeee 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eeeeee 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  float: left;
  width: 100%;
}
body.theme main div.bg {
  float: none;
}
main .linkancre {
  margin-top: 60px;
}
main .linkancre .container .content ul li {
  margin-left: 32px;
}
main .linkancre .container .content ul li a {
  font-size: 16px;
}
main .linkancre .container-fluid {
  position: relative;
  text-align: center;
}
main .linkancre .container-fluid .deco {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  left: 0;
  display: block;
}
main .linkancre .container-fluid span.content-mobile {
  background: white;
  padding: 10px 15px;
  display: inline-block;
  position: relative;
  font-family: 'ms700', Arial, sans-serif;
  font-size: 18px;
}
main .linkancre .container-fluid span.content-mobile:before,
main .linkancre .container-fluid span.content-mobile:after {
  content: '';
  display: block;
  width: 1px;
  height: 7px;
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  background: #bebebe;
}
main .linkancre .container-fluid span.content-mobile:before {
  left: 0;
}
main .linkancre .container-fluid span.content-mobile:after {
  right: 0;
}
main {
  float: left;
  width: 100%;
  position: relative;
}
main .row {
  margin-bottom: 30px;
}
main .breadcrumb {
  padding: 20px 0;
  background: none;
  position: relative;
  z-index: 3;
}
main .breadcrumb span {
  display: inline-block;
  color: #666666;
  font-family: 'ms300', Arial, sans-serif;
  font-size: 12px;
}
main .breadcrumb span.currentpage {
  font-weight: bold;
  font-family: 'ms700', Arial, sans-serif;
}
main .breadcrumb span.home {
  margin-left: 22px;
}
main .breadcrumb .content {
  float: right;
}
main .breadcrumb a {
  font-family: 'ms300', Arial, sans-serif;
  font-size: 12px;
  color: #666666;
  text-decoration: none;
  -webkit-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
}
main .breadcrumb a:hover {
  color: #d4003c;
}
main .heart .title .clim {
  text-align: center;
}
main .heart .title .clim:before,
main .heart .title .clim:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  width: 1px;
  height: 7px;
  background: #bebebe;
}
main .heart .title .clim:before {
  left: 0;
}
main .heart .title .clim:after {
  right: 0;
}
main .heart .title .clim h1 {
  display: inline-block;
  background: #333333;
  padding: 12px 30px;
  z-index: 4;
  color: white;
  font-family: 'ms300', Arial, sans-serif;
  font-size: 36px;
}
main .heart .title .clim h1:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #bebebe;
  width: 100%;
  left: 0;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
}
main .heart .row {
  position: relative;
}
main .heart span.h {
  font-family: 'ms300', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  top: -20px;
}
main .heart .cover {
  position: absolute;
  left: 0;
  height: 371px;
  top: 0;
  text-align: center;
  padding-top: 27px;
  -webkit-box-shadow: 20px -10px 50px -20px #6d6d6d;
  box-shadow: 20px -10px 50px -20px #6d6d6d;
}
main .heart .txt {
  float: right;
  height: 412px;
  background: #eeeeee;
  padding-left: 130px;
  padding-top: 43px;
}
body.product main .heart .txt {
  height: auto;
}
body.product main .heart .txt p.abstract {
  cursor: pointer;
}
body.product main .heart .txt p.abstract span.showMore, body.product main .heart .txt span.showMore {
  position:sticky;
  right:0;
  bottom:0;
  float:right;
  /*background-color: #D4003C;
  padding: 8px 16px;
  color: #FFFFFF;*/
  color: #000000;
  padding-top: 20px;
  font-weight: bold;
  width:100%;
  text-align:center;
  box-shadow: 0 -80px 80px -5px rgba(255, 255, 255, 0.75) inset;
}
body.product main .heart .txt p.abstract.folded {
  max-height: 120px;
  overflow: hidden;
  cursor: pointer;
}
main .heart .txt .articles {
  background: none;
}
main .heart .txt h2 {
  font-family: 'ms700', Arial, sans-serif;
  font-size: 30px;
  margin-bottom: 15px;
}
main .heart .txt span.author {
  color: #666666;
  font-family: 'ms300', Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
  display: inline-block;
}
main .heart .txt span.author a {
  font-family: 'ms700', Arial, sans-serif;
  font-size: 16px;
  color: #d4003c;
  text-transform: uppercase;
  -webkit-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  text-decoration: none;
}
main .heart .txt span.author a:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f105';
  color: #d4003c;
  margin-left: 10px;
  font-size: 22px;
  line-height: 17px;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  position: relative;
  left: 0;
  top: 1px;
}
main .heart .txt span.author a:hover:after {
  left: 5px;
}
main .heart .txt p {
  font-family: 'ms300', Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 18px;
  color: #666666;
  line-height: 20px;
}
main .heart .txt p.infos {
  font-size: 12px;
  color: #333333;
  font-family: 'ms500', Arial, sans-serif;
  margin-bottom: 24px;
}
main .linkancre {
  position: relative;
  margin-top: 30px;
  margin-bottom: 82px;
}
main .linkancre.fixed {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0 !important;
  margin: 0 !important;
  text-align: center;
  background: white;
  animation: fixed 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94) forwards;
  -webkit-box-shadow: 0 0 10px 2px #C4C4C4;
  box-shadow: 0 0 10px 2px #C4C4C4;
}
main .linkancre .deco {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  height: 1px;
  width: 100%;
  background: #bebebe;
  z-index: -1;
}
main .linkancre .row {
  margin-bottom: 0;
}
main .linkancre .container .content {
  background: white;
  position: relative;
  float: left;
}
main .linkancre .container .content:before,
main .linkancre .container .content:after {
  content: '';
  top: 50%;
  height: 7px;
  margin-top: -3.5px;
  background: #bebebe;
  width: 1px;
  position: absolute;
}
main .linkancre .container .content:before {
  left: 0;
}
main .linkancre .container .content:after {
  right: 0;
}
main .linkancre .container .content .limit span {
  font-family: 'ms700', Arial, sans-serif;
  font-size: 16px;
}
main .linkancre .container .content ul {
  display: inline-block;
}
main .linkancre .container .content ul li {
  list-style: none;
  display: inline-block;
  margin-left: 33px;
}
main .linkancre .container .content ul li.video a:hover {
  color: #e21070;
}
main .linkancre .container .content ul li.book a:hover {
  color: #6db253;
}
main .linkancre .container .content ul li.chapter a:hover {
  color: #f49a18;
}
main .linkancre .container .content ul li.interview a:hover {
  color: #a01a50;
}
main .linkancre .container .content ul li a {
  font-family: 'ms700', Arial, sans-serif;
  font-size: 18px;
  color: #1d1d1b;
  text-decoration: none;
  -webkit-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
}
main .linkancre .container .content ul li a img {
  display: inline-block;
  margin-right: 8px;
}
main .parentLink {
  text-align: right;
  margin: 36px 0;
  float: left;
  width: 100%;
}
main .parentLink .row {
  margin-bottom: 0;
}
main .parentLink a {
  color: #d4003c;
  text-align: none;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
main .parentLink a:before {
  content: '';
  background: url(../img/other.png) no-repeat right center;
  float: right;
  width: 16px;
  height: 24px;
  position: relative;
  top: -3px;
}
main .parentLink a:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f105';
  font-size: 22px;
  line-height: 17px;
  float: right;
  margin: 0 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
}
main .parentLink a:hover {
  color: #1d1d1b;
}
main .parentLink a:hover:after {
  transform: translate3d(5px, 0, 0);
}
main .homeSlider {
  position: relative;
}
main .homeSlider .navigation {
  position: absolute;
  left: 0;
  padding: 0 30px;
  margin: 0;
  display: block;
  bottom: 30px;
  z-index: 9;
  text-align: right;
}
main .homeSlider .navigation li {
  list-style: none;
  display: inline-block;
  color: white;
  opacity: .5;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
  padding: 0 2px;
}
main .homeSlider .navigation li:hover {
  opacity: 1;
}
main .homeSlider .navigation li.active {
  opacity: 1;
  font-size: 20px;
}
main .homeSlider .slide {
  display: none;
}
main .homeSlider .slide.active {
  display: block;
}
main .homeSlider h2, main .homeSlider h2 a {
  font-family: 'ms700', Arial, sans-serif;
  font-size: 36px;
  color: white;
  width: 100%;
  display: block;
  text-decoration: none;
}
main .homeSlider h2:after {
  content: '';
  width: 40px;
  height: 3px;
  background: white;
  display: block;
  margin-top: 26px;
}
main .homeSlider .text {
  padding-right: 0;
}
main .homeSlider .img {
  padding: 0;
  background: white;
  overflow: hidden;
}
main .homeSlider .limit {
  display: block;
  padding-right: 30px;
  padding-left: 44px;
  padding-top: 15px;
  padding-bottom: 15px;
  left: 30px;
  z-index: 3;
}
main .homeSlider .limit span {
  color: white;
  margin-bottom: 18px;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
}
main .homeSlider .limit p {
  margin: 22px 0 0;
  display: block;
  color: white;
  font-family: 'ms300', Arial, sans-serif;
}
main .homeSlider .limit .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  border: 0 none;
  padding: 12px 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: black;
  text-decoration: none;
  background-color: white;
  background-position: 50% 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  margin-top: 21px;
}
main .homeSlider .limit .btn:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}
main .actus .actu {
  position: relative;
}
main .actus .actu .limit {
  overflow: hidden;
}
main .actus .actu .limit img {
  transition: transform 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
main .actus .actu a:hover img {
  transform: scale(1.05);
}
main .actus .contain {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
main .actus .contain .divise {
  position: absolute;
  height: 100%;
}
main .actus .contain .divise:first-of-type {
  left: 0;
  top: 0;
}
main .actus .contain .divise:last-of-type {
  right: 0;
  top: 0;
}
main .actus .contain .text {
  display: none;
}
main .actus .contain .on .text {
  display: block;
}
main .actus .text {
  background: white;
  display: inline-block;
  position: absolute;
  padding: 15px;
}
main .actus .text span, body.product span.accroche {
  font-size: 16px;
  color: #d4003c;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: block;
}
main .actus .text span sup, body.product span.accroche sup {
  font-family: Georgia, sans-serif;
  font-size: 56px;
  color: #d4003c;
  top: 22px;
  margin-right: 5px;
}
main .actus .text h2 {
  color: #1d1d1b;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'ms700', Arial, sans-serif;
  line-height: 24px;
}
main .actus .text.topleft {
  top: 0;
  left: 0;
}
main .actus .text.topright {
  top: 0;
  right: 0;
}
main .actus .text.bottomleft {
  bottom: 0;
  left: 0;
}
main .actus .text.bottomright {
  bottom: 0;
  right: 0;
}
main .actus .text.centerleft {
  top: 50%;
  left: 0;
  -webkit-font-smoothing: antialiased;
  transform: translate3d(0, -50%, 0);
}
main .actus .text.centerright {
  top: 50%;
  right: 0;
  -webkit-font-smoothing: antialiased;
  transform: translate3d(0, -50%, 0);
}
main .actus .text.centertop {
  top: 0;
  left: 50%;
  -webkit-font-smoothing: antialiased;
  transform: translate3d(-50%, 0, 0);
}
main .actus .text.centerbottom {
  bottom: 0;
  left: 50%;
  -webkit-font-smoothing: antialiased;
  transform: translate3d(-50%, 0, 0);
}
main .articles {
  background: #f8f8f8;
  text-align: center;
}
main .articles .featured.featured-right footer {
  right: 0;
}
main .articles .featured.featured-left footer {
  left: 0;
}
main .articles .featured.featured-left header {
  float: right;
}
main .articles .featured footer {
  position: absolute;
  height: 100%;
}
main .articles .featured footer .limit {
  position: absolute;
  bottom: 25px;
}
main .articles .featured footer .limit .title {
  text-align: left;
}
main .articles span.title {
  padding: 20px 90px;
  background: white;
  font-size: 18px;
  color: #1d1d1b;
  text-transform: uppercase;
  position: relative;
  top: -10px;
  font-family: 'ms300', Arial, sans-serif;
}
main .articles .sliderSlick {
  padding: 36px 0;
  overflow: hidden;
}
main .articles .sliderSlick .slick-dots {
  bottom: 0 !important;
}
main .articles .sliderSlick .slick-list {
  overflow: hidden;
}
main .articles article svg text {
  font-family: 'ms700', Arial, sans-serif;
}
main .articles article header {
  display: block;
  float: left;
  text-align: center;
  background: none;
  position: relative;
  min-height: 255px;
  padding: 0;
  z-index: 1;
}
main .articles article header img.see_more {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85px;
  height: 85px;
  margin-left: -42.5px;
  margin-top: -57.5px;
  z-index: 9;
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
  transition: all 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
main .articles article header a {
  display: block;
  text-decoration: none;
}
main .articles article header a:hover img.see_more {
  opacity: 1;
  transform: scale(1);
}
main .articles article header .img {
  display: inline;
  position: relative;
  margin-top: 15px;
}
main .articles article header .new,
main .articles article header .pourcent {
  position: absolute;
}
main .articles article header .new {
  left: 0;
  top: 0;
  width: 84px;
  height: 22px;
}
main .articles article header .pourcent {
  top: 0;
  right: -15px;
}
main .articles article footer {
  padding: 0;
  float: left;
  display: block;
  margin: 0;
}
main .articles article footer .content-price {
  border-bottom: 1px solid #bebebe;
  width: 100%;
}
main .articles article footer .title {
  margin-bottom: 30px;
}
main .articles article footer h3 a {
  font-size: 18px;
  text-transform: uppercase;
  color: #1d1d1b;
  text-decoration: none;
  font-family: 'ms700', Arial, sans-serif;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
main .articles article footer h3 a:hover {
  color: #d4003c;
}
main .articles article footer h4 {
  font-size: 14px;
  text-transform: capitalize;
  color: #666666;
  margin-top: 14px;
}
main .articles article footer a {
  display: block;
  text-decoration: none;
  float: left;
  width: 100%;
}
main .articles article footer ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: table;
  vertical-align: middle;
}
main .articles article footer ul li {
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
main .articles article footer ul li.price {
  font-family: 'ms700', Arial, sans-serif;
  font-size: 14px;
  color: #1d1d1b;
}
main .articles article footer ul li.oldprice {
  font-family: 'ms300', Arial, sans-serif;
  font-size: 12px;
  text-decoration: line-through;
  color: #1d1d1b;
}
main .articles article footer ul li.price,
main .articles article footer ul li.oldprice {
  text-align: left;
  position: relative;
  left: 5px;
}
main .articles article footer ul li svg.bag {
  position: relative;
  top: 2px;
}
main .articles article footer .row {
  margin-bottom: 0;
}
main .articles article footer .top,
main .articles article footer .bottom {
  width: 100%;
  float: left;
  display: block;
}
main .articles article footer .top {
  border-bottom: 1px solid #bebebe;
  top: 1px;
  position: relative;
  transition: all 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
main .articles article footer .top .win {
  background: #e3e2e2;
  text-align: center;
  height: 30px;
  padding: 0;
}
main .articles article footer .top .win span {
  color: #d4003c;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  font-family: 'ms700', Arial, sans-serif;
}
main .articles article footer .top div.pourcent {
  background: #d4003c;
  text-align: center;
  height: 30px;
}
main .articles article footer .top div.pourcent span {
  font-family: 'ms700', Arial, sans-serif;
  font-size: 24px;
  height: 40px;
  color: white;
}
main .articles article footer .top div.pourcent span span {
  font-size: 12px;
}
main .articles article footer .top div.price {
  padding: 0 7px;
}
main .articles article footer .bottom,
main .articles article footer .bottomm {
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  float: left;
  width: 100%;
}
main .articles article footer .bottom .delivery,
main .articles article footer .bottomm .delivery,
main .articles article footer .bottom .info-delivery,
main .articles article footer .bottomm .info-delivery {
  font-family: 'ms300', Arial, sans-serif;
  font-size: 12px;
  color: #1d1d1b;
  padding: 3px 0;
}
main .articles article footer .bottom .delivery span,
main .articles article footer .bottomm .delivery span,
main .articles article footer .bottom .info-delivery span,
main .articles article footer .bottomm .info-delivery span {
  display: block;
  width: 100%;
}
main .articles article footer .bottom .delivery span img,
main .articles article footer .bottomm .delivery span img,
main .articles article footer .bottom .info-delivery span img,
main .articles article footer .bottomm .info-delivery span img {
  position: relative;
  margin-right: 5px;
}
main .articles article footer .bottom .delivery span span.round,
main .articles article footer .bottomm .delivery span span.round,
main .articles article footer .bottom .info-delivery span span.round,
main .articles article footer .bottomm .info-delivery span span.round {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
main .articles article footer .bottom .delivery span span.round.in,
main .articles article footer .bottomm .delivery span span.round.in,
main .articles article footer .bottom .info-delivery span span.round.in,
main .articles article footer .bottomm .info-delivery span span.round.in {
  background: #00aa87;
}
main .articles article footer .bottom .points,
main .articles article footer .bottomm .points {
  padding: 0 12px;
  display: table;
  position: relative;
}
main .articles article footer .bottom .points span,
main .articles article footer .bottomm .points span {
  display: inline-block;
  font-family: 'ms700', Arial, sans-serif;
  color: #f27e30;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  height: 30px;
  text-align: left;
}
main .articles article footer .bottom .points svg.bag,
main .articles article footer .bottomm .points svg.bag {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 7px;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
main .articles article footer .bottom .free,
main .articles article footer .bottomm .free {
  background: #f27e30;
  height: 30px;
}
main .articles article footer .bottom .free span,
main .articles article footer .bottomm .free span {
  font-family: 'ms700', Arial, sans-serif;
  color: white;
  text-transform: uppercase;
  line-height: 12px;
  font-size: 10px;
}
main .blockFilter {
  margin-top: 86px;
  position: relative;
}
main .blockFilter .row {
  margin-bottom: 0;
}
main .blockFilter span.decoleft,
main .blockFilter span.decoright {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  height: 1px;
  width: 100%;
  background: #bebebe;
}
main .blockFilter span.decoleft {
  left: 0;
}
main .blockFilter span.decoright {
  right: 0;
}
main .blockFilter .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  border: 0 none;
  padding: 12px 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: white;
  text-decoration: none;
  background-color: #d4003c;
  background-position: 50% 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  margin-top: 21px;
}
main .blockFilter .btn:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}
main .blockFilter .container {
  position: relative;
  background: white;
}
main .blockFilter .container:before,
main .blockFilter .container:after {
  content: '';
  height: 5px;
  width: 1px;
  background: #bebebe;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
main .blockFilter .container:before {
  left: 0;
}
main .blockFilter .container:after {
  right: 0;
}
main .blockFilter h2 {
  font-family: 'ms100', Arial, sans-serif;
  font-size: 18px;
  margin-left: 48px;
  display: inline-block;
}
main .blockFilter h2 strong {
  font-family: 'ms900', Arial, sans-serif;
}
main .blockFilter .filter {
  height: 330px;
  background: #dca6ad;
  float: right;
}
main .blockFilter .filter .row {
  padding-top: 80px;
}
main .blockFilter .filter img {
  width: 100%;
}
main .blockFilter .filter .row {
  height: 100%;
}
main .blockFilter .filter span.title {
  font-size: 30px;
  line-height: 30px;
  font-family: 'ms100', Arial, sans-serif;
}
main .blockFilter .filter span.title:before {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  margin-bottom: 20px;
  background: white;
}
main .blockFilter .filter span.title strong {
  font-family: 'ms900', Arial, sans-serif;
}
main .blockFilter .testimonial {
  padding: 57px 0 30px 30px;
  height: 291px;
  display: table;
  width: 54.33333333%;
  -webkit-box-shadow: 20px 0 50px -10px #595959;
  box-shadow: 20px 0 50px -10px #595959;
  position: absolute;
  left: 15px;
  bottom: 0;
  background: url(../img/book.png) right 30px center no-repeat #eeeeee;
}
main .blockFilter .testimonial span {
  width: 40px;
  display: table-cell;
  vertical-align: middle;
  top: -35px;
  position: relative;
}
main .blockFilter .testimonial p {
  width: 240px;
  float: left;
  padding-left: 30px;
}
main .revue {
  margin-top: 45px;
  position: relative;
}
main .revue:before {
  content: '';
  height: 315px;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background: #eeeeee;
}
main .revue .contenu .text {
  margin-top: 75px;
  background: white;
  padding: 51px 15px 30px 15px;
}
main .revue .contenu .text span.date {
  color: #d4003c;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
main .revue .contenu .text h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 13px;
}
main .revue .contenu .text span.baseline {
  font-size: 18px;
  margin-top: 16px;
  display: block;
}
main .revue .contenu .text p {
  margin-top: 20px;
  font-family: 'ms300', Arial, sans-serif;
}
main .revue .contenu .text a.simpleBtn {
  display: block;
  float: right;
  font-family: 'ms700', Arial, sans-serif;
  font-size: 16px;
  color: #d4003c;
  text-transform: uppercase;
  -webkit-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  text-decoration: none;
  text-align: left;
}
main .revue .contenu .text a.simpleBtn:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f105';
  color: #d4003c;
  margin-left: 10px;
  font-size: 22px;
  line-height: 17px;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  position: relative;
  left: 0;
  top: 1px;
}
main .revue .contenu .text a.simpleBtn:hover:after {
  left: 5px;
}
main .revue .contenu .img {
  padding: 0;
  text-align: left;
}
main .revue .contenu .img img {
  text-align: left;
}
main .revue .deco {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  color: #bebebe;
}
main .revue .deco span {
  margin-left: 60px;
}
main .revue .deco:before {
  content: '';
  display: block;
  width: 100px;
  position: absolute;
  left: -59px;
  z-index: -1;
  height: 1px;
  background: #bebebe;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
main .revue .deco:after {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  height: 5px;
  background: #bebebe;
}
main .returnTop .content {
  width: 120px;
  margin: 53px auto 0;
  text-align: center;
  cursor: pointer;
}
main .returnTop .content span {
  color: #d4003c;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
main .returnTop .content span img {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
}
main .returnTop .content:hover span img {
  transform: translate3d(0, -5px, 0);
}
main #author {
  background: #eeeeee;
  margin-bottom: 80px;
}
main #author .row {
  position: relative;
  margin-bottom: 66px;
}
main #author .img {
  padding: 0;
}
main #author .img picture {
  position: absolute;
  left: 30px;
  height: 100%;
}
main #author .img picture.show {
  background: white;
}
main #author .img img {
  position: relative;
  top: -18px;
  -webkit-box-shadow: 22px -20px 34px -19px #6d6d6d;
  box-shadow: 22px -20px 34px -19px #6d6d6d;
  float: right;
}
main #author .txt {
  background: white;
  padding-left: 30px;
  min-height: 171px;
  padding-bottom: 15px;
  float: right;
}
main #author .txt p {
  height: 171px;
  overflow: hidden;
  font-size: 18px;
  line-height: 22px;
  font-family: 'ms300', Arial, sans-serif;
  padding: 0 30px 0 100px;
}
main #author .txt p.show {
  height: auto;
}
main #author .txt a.simpleBtn {
  float: right;
  position: relative;
  right: 69px;
  text-align: left;
  font-family: 'ms300', Arial, sans-serif;
  font-size: 16px;
  color: #d4003c;
  text-transform: uppercase;
  -webkit-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  text-decoration: none;
  display: block;
}
main #author .txt a.simpleBtn span {
  font-family: 'ms900', Arial, sans-serif;
}
main #author .txt a.simpleBtn.show:after {
  transform: rotate(180deg);
  top: 0;
}
main #author .txt a.simpleBtn:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f107';
  color: #d4003c;
  font-size: 22px;
  margin-left: 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  position: relative;
  left: 0;
  display: inline-block;
  top: 1px;
  transform: rotate(0);
}
main #author .txt a.simpleBtn:hover {
  color: #1d1d1b;
}
main #author .txt a.simpleBtn:hover:after {
  color: #1d1d1b;
}
main #author .information h3 {
  font-size: 18px;
  font-family: 'ms700', Arial, sans-serif;
  margin: 20px 0;
  display: block;
}
main #author .information h3:first-of-type {
  margin-top: 0;
}
main #author .information h3:after {
  content: '';
  display: block;
  position: relative;
  height: 4px;
  width: 70px;
  background: #1d1d1b;
  margin: 10px 0;
}
main #author .information p {
  font-family: 'ms300', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}
main #author .information span.linksList {
  color: #d4003c;
  font-family: 'ms300', Arial, sans-serif;
}
main #author .information span.linksList a {
  color: #d4003c;
  font-family: 'ms300', Arial, sans-serif;
  font-size: 16px;
  text-decoration: underline;
  -webkit-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
}
main #author .information span.linksList a:hover {
  color: #1d1d1b;
}
main #author .opinion {
  position: relative;
  padding: 30px 15px;
  float: right;
  margin-top: 20px;
}
main #author .opinion img.deco {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50px;
}
main #author .opinion .row {
  margin: 0;
}
main #author .opinion .avatar {
  width: 143px;
  height: 143px;
  overflow: hidden;
  -webkit-border-radius: 72px;
  -moz-border-radius: 72px;
  border-radius: 72px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  position: absolute;
  left: -78.5px;
  top: -43.5px;
  -webkit-box-shadow: 20px -4px 24px -13px #6d6d6d;
  box-shadow: 20px -4px 24px -13px #6d6d6d;
}
main #author .opinion .title {
  font-family: 'ms700', Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
}
main #author .opinion .job {
  font-family: 'ms500', Arial, sans-serif;
  font-size: 16px;
  display: block;
  margin-bottom: 25px;
}
main #author .opinion p {
  font-family: 'ms300', Arial, sans-serif;
  font-size: 16px;
}
main #author .opinion a.simpleBtn {
  margin-top: 20px;
  font-family: 'ms700', Arial, sans-serif;
  font-size: 16px;
  color: #d4003c;
  text-transform: uppercase;
  -webkit-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  text-decoration: none;
  font-family: 'ms300', Arial, sans-serif;
  float: right;
}
main #author .opinion a.simpleBtn:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f105';
  color: #d4003c;
  margin-left: 10px;
  font-size: 22px;
  line-height: 17px;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  position: relative;
  left: 0;
  top: 1px;
}
main #author .opinion a.simpleBtn:hover:after {
  left: 5px;
}
main #author .opinion a.simpleBtn span {
  font-family: 'ms900', Arial, sans-serif;
}
main #interview {
  margin-bottom: 110px;
  position: relative;
}
main #interview .container {
  background: white;
  position: relative;
}
main #interview .container .decolimit {
  position: absolute;
  height: 7px;
  width: 1px;
  top: 50%;
  margin-top: -3.5px;
  background: #bebebe;
  right: 0;
}
main #interview .container:before {
  position: absolute;
  height: 7px;
  width: 1px;
  top: 50%;
  margin-top: -3.5px;
  background: #bebebe;
  left: 0;
}
main #interview .container .limit {
  background: #f8f8f8;
}
main #interview .deco {
  position: absolute;
  height: 1px;
  background: #bebebe;
  width: 100%;
  top: 50%;
  margin-top: -0.5px;
  left: 0;
  z-index: -1;
}
main #interview .title {
  text-align: center;
  margin-bottom: 40px;
}
main #interview .title h2 {
  font-family: 'ms300', Arial, sans-serif;
  font-size: 18px;
  padding: 8px 50px;
  background: white;
  display: inline-block;
}
main #interview .title img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
main #interview .txt {
  padding: 0 0 36px;
}
main #interview .txt p {
  font-size: 16px;
  font-family: 'ms300', Arial, sans-serif;
  line-height: 20px;
  height: 180px;
  overflow: hidden;
}
main #interview .txt p.show {
  height: auto;
}
main #interview .txt a.simpleBtn {
  display: block;
  float: right;
  text-align: left;
  font-family: 'ms300', Arial, sans-serif;
  font-size: 16px;
  color: #d4003c;
  text-transform: uppercase;
  -webkit-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  text-decoration: none;
  display: inline-block;
}
main #interview .txt a.simpleBtn span {
  font-family: 'ms900', Arial, sans-serif;
}
main #interview .txt a.simpleBtn.show:after {
  transform: rotate(180deg);
  top: 0;
}
main #interview .txt a.simpleBtn:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f107';
  display: inline-block;
  color: #d4003c;
  margin-left: 10px;
  font-size: 22px;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  position: relative;
  left: 0;
  top: 1px;
  transform: rotate(0);
}
main #interview .txt a.simpleBtn:hover {
  color: #1d1d1b;
}
main #interview .txt a.simpleBtn:hover:after {
  color: #1d1d1b;
}
main #video {
  /*background: #1d1d1b;*/
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 33px;
  padding-bottom: 50px;
}
main #video .title {
  text-align: center;
  /*margin-bottom: 53px;*/
  margin-bottom: 36px;
}
main #video .title h2 {
  font-family: 'ms300', Arial, sans-serif;
  font-size: 18px;
  display: inline-block;
  background: white;
  padding: 8px 50px;
}
main #video .title h2 img {
  margin-right: 10px;
}
main #video .container {
  background-color: #1d1d1b;
  margin-top: 2px;
}
main #video .vid iframe {
  display: inline-block;
}
main #chapter {
  margin-bottom: 63px;
}
main #chapter .row {
  margin-bottom: 0;
}
main #chapter div.title {
  text-align: center;
  margin-bottom: 40px;
}
main #chapter div.title h2 {
  font-family: 'ms300', Arial, sans-serif;
  font-size: 18px;
  display: inline-block;
  background: white;
  padding: 8px 50px;
}
main #chapter div.title h2 img {
  margin-right: 10px;
}
main #chapter .other-info p {
  font-size: 14px;
}
main #chapter .content .links {
  margin-top: 97px;
}
main #chapter .content .links a.btn {
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  border: 0 none;
  padding: 12px 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: white;
  text-decoration: none;
  background-color: #d4003c;
  background-position: 50% 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  margin-top: 21px;
}
main #chapter .content .links a.btn:hover {
  text-decoration: none;
  background-color: #1d1d1b;
  color: white;
}
main #chapter .content .infos {
  text-align: left;
  padding-top: 70px;
}
main #chapter .content .infos span {
  display: block;
}
main #chapter .content .infos span.title {
  font-size: 24px;
  font-family: 'ms700', Arial, sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
main #chapter .content .infos span.author {
  font-size: 18px;
  font-family: 'ms300', Arial, sans-serif;
  color: #666666;
  margin-bottom: 20px;
}
main #chapter .content .infos span.genre {
  font-family: 'ms700', Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}
main #chapter .content .infos span.genre span {
  font-size: 18px;
  line-height: 18px;
}
main #chapter .content .infos span.parution {
  text-transform: uppercase;
  font-size: 14px;
  color: #d4003c;
}

main #feuilletez {
  /*background: #1d1d1b;*/
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 33px;
  padding-bottom: 50px;
}
main #feuilletez .title {
  text-align: center;
  /*margin-bottom: 53px;*/
  margin-bottom: 36px;
}
main #feuilletez .title h2 {
  font-family: 'ms300', Arial, sans-serif;
  font-size: 18px;
  display: inline-block;
  background: white;
  padding: 8px 50px;
}
main #feuilletez .title h2 img {
  margin-right: 10px;
}
main #feuilletez .container {
  background-color: #ffffff;
  margin-top: 2px;
  padding-bottom:5px;
}


main .single-theme {
  position: relative;
}
main .single-theme .breadcrumb a,
main .single-theme .breadcrumb span {
  color: white;
}
main .single-theme .breadcrumb a:hover {
  color: #d4003c;
}
main .single-theme .bg-title-theme {
  position: absolute;
  z-index: 1;
  left: 0;
  height: 120px;
  top: 121px;
  width: 100%;
}
main .single-theme .bg-theme {
  position: relative;
  top: -110px;
  z-index: 2;
}
main .single-theme .bg-theme .row {
  margin-bottom: 0;
}
main .single-theme .bg-theme .bg {
  height: 500px;
  background-size: cover;
  padding: 0;
}
main .single-theme .bg-theme .bg h1 {
  position: relative;
  top: 121px;
  width: 100%;
  background-size: cover;
  /*background: rgba(29, 29, 27, 0.1);*/
  background: rgba(255, 255, 255, 0.5);
  padding: 0 15px;
  /*font-family: 'ms100', Arial, sans-serif;
  font-size: 80px;*/
  font-family: 'ms100', Arial, sans-serif;
  font-size: 39px;
  text-transform: uppercase;
  line-height: 120px;
  text-align: center;
}
main .single-theme .bg-theme .bg h1 span {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
main .single-theme .bg-theme .bg h1 span:before {
  /*content: '';*/
  content: '';
  width: 40px;
  /*height: 5px;*/
  height: 2px;
  background: #1d1d1b;
  position: relative;
  display: inline-block;
}
main .single-theme .bg-theme .bg h1 span:after {
  content: '';
  width: 40px;
  /*height: 5px;*/
  height: 2px;
  background: #1d1d1b;
  position: relative;
  display: inline-block;
}
main .single-theme .bg-theme .bg h1:before,
main .single-theme .bg-theme .bg h1:after {
  content: '';
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
}
main .single-theme .bg-theme .bg h1:before {
  left: 0;
}
main .single-theme .bg-theme .bg h1:after {
  right: 0;
}
main .single-theme .bg-theme .selection .articles article footer .top .win span {
  padding: 0 15px;
}
main .single-theme .bg-theme .selection .txt {
  position: relative;
  background: white;
  margin-top: -156px;
  margin-left: 71px;
  padding: 30px;
}
main .single-theme .bg-theme .selection .txt .avatar {
  width: 118px;
  height: 118px;
  overflow: hidden;
  -webkit-border-radius: 72px;
  -moz-border-radius: 72px;
  border-radius: 72px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  position: absolute;
  right: -6px;
  top: -70px;
  -webkit-box-shadow: 20px -4px 24px -13px #6d6d6d;
  box-shadow: 20px -4px 24px -13px #6d6d6d;
}
main .single-theme .bg-theme .selection .txt h2 {
  font-family: 'ms700', Arial, sans-serif;
  font-size: 36px;
  line-height: 40px;
  width: 80%;
  text-transform: uppercase;
  margin-bottom: 25px;
}
main .single-theme .bg-theme .selection .txt span.relation {
  font-size: 18px;
  line-height: 24px;
  font-family: 'ms300', Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 50px;
}
main .single-theme .bg-theme .selection .txt span.relation:after {
  content: '';
  position: relative;
  display: block;
  width: 40px;
  height: 4px;
  background: #1d1d1b;
  margin-top: 25px;
  margin-bottom: 50px;
}
main .single-theme .bg-theme .selection .txt div.content p {
  font-family: 'ms300', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
main .single-theme .bg-theme .selection .txt div.content svg {
  position: absolute;
  left: 0px;
}
main .single-theme .bg-theme .articles {
  margin-top: 25px;
}
main .listing-product {
  margin-top: -80px;
}
main .listing-product .container article {
  margin-bottom: 116px;
  height: 405px;
}
main .listing-product .container article:last-of-type {
  margin-bottom: 0;
  height: 405px;
}
main .listing-product.articles {
  background: none;
}
body.theme main .listing-product.articles {
  position: relative;
  top: -50px;
}
main .listing-product.articles article footer .top .win span {
  padding: 0 15px;
}
footer {
  margin-top: 72px;
}
footer .guarantee .limit.border {
  padding-bottom: 22px;
  border-bottom: 4px solid #bebebe;
}
footer .guarantee span.title {
  font-family: 'ms900', Arial, sans-serif;
  font-size: 20px;
}
footer .guarantee .membre {
  padding-left: 0;
}
footer .guarantee .call {
  padding-right: 0;
}
footer .guarantee .info .text {
  font-size: 14px;
  line-height: 18px;
  padding-left: 0;
}
footer .guarantee .info .text span.title a {
  font-size: 20px;
  font-family: 'ms900', Arial, sans-serif;
  line-height: 20px;
  text-decoration: none;
  color: #1d1d1b;
}
footer .guarantee .info .text span.plus {
  font-size: 12px;
  line-height: 14px;
}
footer .links {
  margin-top: 34px;
}
footer .links a {
  text-decoration: none;
  color: #1d1d1b;
  -webkit-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
}
footer .links a:hover {
  color: #d4003c;
}
footer .links ul li {
  list-style: none;
}
footer .links ul > li > a {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
footer .links ul > li > ul {
  display: block;
  margin-bottom: 30px;
}
footer .links ul > li > ul > li > a {
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  text-transform: none;
  margin-bottom: 0;
  font-family: 'ms300', Arial, sans-serif;
}
footer .other-links .limit {
  height: 50px;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  padding: 0 15px;
}
footer .other-links .limit .text {
  font-size: 16px;
  text-transform: uppercase;
}
footer .other-links .limit .text img {
  margin-right: 10px;
}
footer .other-links .limit ul {
  display: inline-block;
}
footer .other-links .limit ul li {
  list-style: none;
  display: inline-block;
  margin: 15px 15px;
}
footer .other-links .limit ul li a {
  text-transform: uppercase;
  color: #d4003c;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
}
footer .other-links .limit ul li a:hover {
  color: #1d1d1b;
}
footer .other-links .limit span.social {
  text-align: right;
  display: inline-block;
  float: right;
  padding: 13px 0;
}
footer .other-links .limit span.social a {
  font-family: 'ms300', Arial, sans-serif;
  color: #1d1d1b;
  display: inline-block;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: opacity 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: opacity 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: opacity 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
}
footer .other-links .limit span.social a:hover {
  opacity: .7;
}
footer .other-links .limit span.social a img {
  margin-left: 15px;
}
footer .bottomend {
  text-align: center;
  margin: 30px 0;
}
footer .bottomend ul {
  display: inline-block;
}
footer .bottomend ul li {
  list-style: none;
  padding: 0 10px;
  display: inline;
}
footer .bottomend ul li a {
  color: #1d1d1b;
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
}
footer .bottomend ul li a:hover {
  color: #d4003c;
}
@media (min-width: 1200px) {
  main #author .opinion .limit {
    background: none !important;
  }
}
@media (min-width: 992px) {
  header .left-header {
    position: relative;
    z-index: 100;
  }
  header .left-header .logo h1 {
    display: block;
    position: relative;
    left: -95px;
  }
  header .left-header .logo h1 a {
    display: block;
  }
  header .left-header .burger-title.on {
    color: white;
  }
  header .left-header .menu-cat {
    position: absolute;
    top: 124px;
    padding-left: 32px;
    padding-right: 0;
    z-index: 105;
  }
  
.menuCatSub {
    left: 100%;
    position: absolute;
    display: block;
    z-index: 1000;
    transform: translateY(-40px);
}

.menuCatSub .burger {
    background-color: black;
    height: 36px;
}

.menuCatSub .burger .burger-title {
    color: white;
}

.menuCatSub .menuCat ul {
    display: block;
  }
  
  .menuCat {
    padding: 0;
    margin: 36px 0 0;
    display: block;
    width: 100%;
    position: absolute;
    /*overflow: hidden;*/
  }
  
  .menuCat.on ul.main {
    /*animation: slideDown 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1) 0.3s 1 forwards;*/
  }
  .menuCat ul.main {
    /*transform: translate3d(0, -100%, 0);*/
  }
  
  .menuCat.on ul {
    /*display: block;*/
  }
  .menuCat ul {
    padding: 10px 15px;
    margin: 0;
    position: relative;
    background: white;
    display: none;
  }
  .menuCat li {
    list-style: none;
  }
  .menuCat li:last-child a {
    border: 0;
  }
  .menuCat li a {
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #bebebe;
    position: relative;
    display: block;
    color: #1d1d1b;
    text-decoration: none;
    transition: color 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .menuCat li a:after {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: '\f105';
    position: absolute;
    right: 11px;
    color: #666666;
    top: 1px;
    transition: right 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .menuCat li a:hover {
    color: #d4003c;
  }
  .menuCat li a:hover:after {
    right: 0;
  }
  header .right-header {
    margin-top: 32px;
    padding-left: 0;
  }
  header .right-header .search {
    margin-top: 7px;
  }
  header .right-header .my-account .blockprice {
    position: relative;
  }
  header .right-header .my-account .blockprice:hover .hovercart {
    display: block;
  }
  header .right-header .my-account .blockprice .text {
    padding-bottom: 10px;
  }
  header .right-header .my-account .blockprice .hovercart {
    width: 370px;
    background: white;
    -webkit-box-shadow: 4px 4px 8px 0 #C7C7C7;
    box-shadow: 4px 4px 8px 0 #C7C7C7;
    position: absolute;
    right: 0;
    top: 55px;
    z-index: 9;
    padding: 20px 15px;
    border: 1px solid #bebebe;
    display: none;
  }
  header .right-header .my-account .blockprice .hovercart:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 9px;
    border-color: transparent transparent #fff;
    position: absolute;
    left: 203px;
    transform: translateX(-50%);
    top: -8px;
    z-index: 9;
    opacity: 1;
  }
  header .right-header .my-account .blockprice .hovercart:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 11px;
    border-color: transparent transparent #ccc;
    position: absolute;
    left: 203px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: -11px;
    z-index: 8;
  }
  header .right-header .my-account .blockprice .hovercart .ajout {
    text-align: right;
    margin-top: 25px;
    float: left;
    width: 100%;
  }
  header .right-header .my-account .blockprice .hovercart .ajout a {
    font-family: 'ms700', Arial, sans-serif;
    font-size: 16px;
    color: #d4003c;
    text-transform: uppercase;
    -webkit-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    -moz-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    -o-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    -ms-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    text-decoration: none;
    text-transform: none;
    color: #666666;
    font-family: 'ms500', Arial, sans-serif;
  }
  header .right-header .my-account .blockprice .hovercart .ajout a:after {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: '\f105';
    color: #d4003c;
    margin-left: 10px;
    font-size: 22px;
    line-height: 17px;
    -webkit-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    -moz-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    position: relative;
    left: 0;
    top: 1px;
  }
  header .right-header .my-account .blockprice .hovercart .ajout a:hover:after {
    left: 5px;
  }
  header .right-header .my-account .blockprice .hovercart .ajout a:after {
    top: 3px;
  }
  header .right-header .my-account .blockprice .hovercart .left,
  header .right-header .my-account .blockprice .hovercart .right {
    width: 50%;
    float: left;
    margin-top: 27px;
  }
  header .right-header .my-account .blockprice .hovercart .left {
    text-align: right;
  }
  header .right-header .my-account .blockprice .hovercart .left span {
    display: block;
  }
  header .right-header .my-account .blockprice .hovercart .left span.txt {
    font-size: 14px;
    text-transform: uppercase;
  }
  header .right-header .my-account .blockprice .hovercart .left span.totalprice {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'ms900', Arial, sans-serif;
  }
  header .right-header .my-account .blockprice .hovercart .right {
    text-align: center;
  }
  header .right-header .my-account .blockprice .hovercart .right a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    display: inline-block;
    border: 0 none;
    padding: 12px 34px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: white;
    text-decoration: none;
    background-color: #d4003c;
    background-position: 50% 50%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    -moz-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    -ms-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    margin-top: 21px;
    margin: 0;
  }
  header .right-header .my-account .blockprice .hovercart .right a:hover {
    text-decoration: none;
    background-color: #1d1d1b;
    color: white;
  }
  header .right-header .my-account .blockprice .hovercart .product {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 15px;
    margin-top: 15px;
  }
  header .right-header .my-account .blockprice .hovercart .product:first-of-type {
    margin-top: 0;
  }
  header .right-header .my-account .blockprice .hovercart picture {
    float: left;
    margin-right:8px;
  }
  header .right-header .my-account .blockprice .hovercart .info {
    /*float: left;*/
    display: block;
    /*margin-left: 33px;*/
    margin-top: 10px;
    hyphens: auto;
    max-width: 310px;
  }
  header .right-header .my-account .blockprice .hovercart .info span {
    line-height: 20px;
    color: #1d1d1b;
  }
  header .right-header .my-account .blockprice .hovercart .info span.title {
    text-transform: uppercase;
  }
  header .right-header .my-account .blockprice .hovercart .info span.author,
  header .right-header .my-account .blockprice .hovercart .info span.qty {
    color: #666666;
  }
  header .right-header .my-account .blockprice .hovercart .info span.price {
    font-family: 'ms900', Arial, sans-serif;
  }
  header .right-header .my-account .blockprice .hovercart .remove {
    float: right;
    cursor: pointer;
  }
  header .right-header .my-account .blockprice .hovercart .remove svg {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8.5px;
  }
  header .right-header .my-account .blockaccount:hover .text nav.account {
    display: block;
  }
  header .right-header .my-account .blockaccount .icon {
    padding-bottom: 17px;
  }
  header .right-header .my-account .blockaccount .text span.info {
    padding-bottom: 26px;
  }
  header .right-header .my-account .text {
    position: relative;
  }
  header .right-header .my-account .text .info:after {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: '\f078';
    font-size: 9px;
    position: relative;
    left: 10px;
    color: grisf;
  }
  header .right-header .my-account .text span.info {
    cursor: pointer;
    position: relative;
    color: #1d1d1b;
  }
  header .right-header .my-account .text span.info:hover nav.account {
    display: block;
  }
  header .right-header .my-account .text span.info nav.account {
    position: absolute;
    z-index: 9;
    background: white;
    padding: 20px 15px;
    border: 1px solid #bebebe;
    width: 253px;
    left: -52px;
    top: 43px;
    display: none;
    -webkit-box-shadow: 4px 4px 8px 0 #C7C7C7;
    box-shadow: 4px 4px 8px 0 #C7C7C7;
  }
  header .right-header .my-account .text span.info nav.account:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 9px;
    border-color: transparent transparent #fff;
    position: absolute;
    left: 20px;
    transform: translateX(-50%);
    top: -8px;
    z-index: 9;
    opacity: 1;
  }
  header .right-header .my-account .text span.info nav.account:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 11px;
    border-color: transparent transparent #ccc;
    position: absolute;
    left: 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: -11px;
    z-index: 8;
  }
  header .right-header .my-account .text span.info nav.account ul li {
    list-style: none;
    padding: 7.5px 0;
  }
  header .right-header .my-account .text span.info nav.account ul li a {
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    -moz-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    -o-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    -ms-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    text-decoration: none;
  }
  header .right-header .my-account .text span.info nav.account ul li a:hover {
    color: #d4003c;
  }
  header .right-header .my-account .text span.price {
    color: #666666;
  }
  header .right-header .my-account .text span {
    display: block;
    font-family: 'ms700', Arial, sans-serif;
    font-size: 12px;
  }
  header .right-header .my-account .blockaccount .text {
    top: 13px;
  }
  header .right-header .my-account .blockprice .text {
    top: 11px;
  }
  /*main .single-theme.bg .bg-theme .selection article.featured header picture {
    display: block;
    min-height: 403px;
  }*/
  main .listing-product.articles article.featured header picture {
    display: block;
    min-height: 403px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .right-header .my-account .blockprice .hovercart:before,
  header .right-header .my-account .blockprice .hovercart:after {
    left: 257px;
  }
  header .right-header .my-account .blockaccount .text span.info {
    padding-bottom: 9px;
  }
  header .right-header .my-account .blockaccount .icon {
    padding-bottom: 6px;
  }
  .left-header .logo svg {
    height: 248px;
  }
  .right-header #menuMain #menu ul > li.parent .submenu div.flex > div > ul li a {
    font-size: 12px;
  }
  main .linkancre .container .content ul li {
    margin-left: 41px;
  }
  main #author .opinion .limit {
    background: none !important;
  }
  main .heart .txt {
    height: auto;
  }
  #menuMain #menu ul > li.parent {
    padding: 0 25px !important;
  }
  #menuMain #menu ul > li.parent:first-child {
    padding-left: 0 !important;
  }
  main #author .txt a.simpleBtn {
    right: 35px;
  }
  main .linkancre span.deco {
    display: none;
  }
  main .linkancre .container .content:after,
  main .linkancre .container .content:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .right-header .search form .limit:after {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f0de";
    font-size: 60px;
    position: absolute;
    top: -132px;
    left: 69%;
    color: #eeeeee;
    z-index: 2;
  }
  .right-header .search .autocomplete {
    height: 500px;
    overflow-y: auto;
  }
  main #author .opinion .limit {
    background: none !important;
  }
  main #chapter .content .infos {
    padding-top: 32px;
  }
  main .linkancre .container .content ul li {
    margin: 0 18.8px !important;
  }
  main #interview .txt p {
    padding: 0 15px;
  }
  main #interview .txt a.simpleBtn {
    right: 15px;
    position: relative;
  }
  main .listing-product.articles article footer .top .win span {
    padding: 0 6px;
  }
  header .menu-cat {
    left: 0;
  }
  .menuCat {
    margin: 76px 0 0;
  }
  .menuCat ul {
    padding: 76px 15px 15px;
  }
  .menuCat ul:after {
    right: 25px;
  }
  header .left-header .logo {
    z-index: 999;
  }
  body main .homeSlider {
    overflow: hidden;
  }
  body main .homeSlider .limit span {
    margin-top: -40px;
  }
  body main .homeSlider .text {
    padding-right: 15px;
  }
  body main .homeSlider h2 a {
    font-size: 25px;
  }
  body main .homeSlider p {
    font-size: 16px;
  }
  main .homeSlider .limit {
    height: 330px;
    padding: 0 15px 0 0;
    left: 60px;
  }
  main .homeSlider .navigation {
    left: 50%;
    transform: translate3d(-90%, 0, 0);
    bottom: 0;
  }
  main .articles article header .new {
    width: 84px;
    height: 22px;
  }
  main .articles article header .img {
    margin-top: 35px;
  }
  main .articles article header img.see_more {
    margin-top: -32.5px;
  }
  main .articles article header .new {
    top: 13px;
  }
  main .articles article footer .top .win {
    padding: 0;
  }
  main .single-product .articles article footer .bottomm {
    border-bottom: 0;
  }
  main .linkancre .container-fluid.fixed {
    display: none;
  }
  main .articles article footer .bottom .points span {
    display: block;
  }
  main .blockFilter .filter img {
    width: auto;
  }
  main .blockFilter .filter .row {
    padding-top: 61px;
    padding-left: 76px;
  }
  main #author .opinion .avatar {
    left: -15px !important;
    top: -150px !important;
  }
  main #author .txt p {
    padding: 0 15px 0 80px;
  }
  main #author .txt a.simpleBtn {
    right: 15px;
  }
  main .single-theme .bg-theme {
    top: 0;
  }
  main .single-theme .bg-theme .selection .txt {
    margin: -156px auto;
    width: 95%;
    float: none;
  }
  main .single-theme .bg-theme .bg h1 {
    font-size: 70px;
    line-height: 70px;
    padding: 30px 70px;
    top: 75px;
  }
  main .single-theme .bg-theme .bg h1 span {
    position: relative;
  }
  main .single-theme .bg-theme .bg h1 span:before,
  main .single-theme .bg-theme .bg h1 span:after {
    display: none;
  }
  main .single-theme .bg-theme .selection .sm {
    margin-top: 156px;
  }
  main .single-theme .bg-theme .selection .articles .featured {
    float: right;
  }
  main .single-theme .bg-theme .selection .articles .featured footer .top .win span {
    padding: 0 20px;
  }
  main .listing-product {
    margin-top: 0;
  }
  main .listing-product .container article {
    margin-bottom: 0;
    margin-top: 116px;
  }
  main .listing-product .container article {
    height: 401px;
  }
  /*main .listing-product.articles article.featured header {
    display: block;
    min-height: 403px;
  }*/
}
@media (max-width: 991px) {
  main .articles article footer ul li.price {
    line-height: 30px !important;
  }
  main .listing-product.articles article footer .top .win span {
    padding: 0;
  }
  main .listing-product.articles article.featured header picture {
    /*min-height: 388px;*/
    min-height:none;
  }
  body.theme main .listing-product.articles {
  	top: 0px;
  }
  main .articles .featured-left header {
    float: left !important;
  }
  main .articles .featured-left footer {
    position: relative;
    height: auto;
  }
  main .articles .featured-left footer .limit {
    position: relative;
    bottom: 0;
  }
  main .articles .featured-left footer .limit .title {
    text-align: center;
  }
  header .right-header {
    margin-top: 40px;
    position: static;
  }
  header .right-header .my-account .blockprice {
    position: relative;
    top: -1px;
  }
  header .right-header .my-account .blockaccount {
    top: 2px;
    left: -12px;
    position: relative;
  }
  header .right-header .search {
    position: static;
    padding: 0;
    z-index: 105;
  }
  header .right-header .search button[type=button] {
    background: none;
    width: 100%;
    cursor: pointer;
    position: relative;
    top: 3px;
    right: 12px;
  }
  header .right-header .search button[type=button] img {
    float: right;
    position: relative;
    right: 15px;
  }
  header .right-header .search form {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: #eeeeee;
    padding: 130px 15px 15px;
    top: 100px;
    opacity: 0;
    z-index: 100;
  }
  header .right-header .search form.on {
    display: block;
    animation: fadeIn 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1) forwards;
  }
  header .right-header .search form .limit {
    width: 50%;
    margin: 0 auto;
    position: relative;
    float: none;
  }
  header .right-header .search form .limit input {
    height: 40px;
    padding: 10px 40px 10px 6px;
    position: relative;
    z-index: 3;
  }
  header .right-header .search form .limit button[type=submit] {
    top: 10px;
    z-index: 3;
  }
  header .right-header #menuMain .burger {
    position: relative;
    top: 7px;
  }
  header .right-header #menuMain .burger button {
    right: 0;
  }
  header .right-header #menuMain .burger span.burger-title {
    float: left;
    margin-left: 0;
  }
  header.on {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
  }
  header .left-header .logo h1 {
    display: block;
    position: relative;
    left: -20px;
  }
  .menu-cat {
    display: none;
  }
  .right-header #menuMain #menu ul > li.parent .submenu div.flex > div span.bg {
    display: none;
  }
  .right-header #menuMain #menu ul > li.parent {
    width: 100%;
    display: block;
    text-align: center;
  }
  .right-header #menuMain #menu ul > li.parent > a,
  .right-header #menuMain #menu ul > li.parent > span {
    font-size: 16px;
    color: #d4003c;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 4px solid #d4003c;
  }
  .right-header #menuMain #menu ul > li.parent .submenu div.flex > div > ul li a {
    text-align: left;
  }
  .right-header #menuMain #menu {
    position: fixed;
    left: 0;
    top: 121px;
    z-index: 99;
    width: 100%;
    background: #eeeeee;
    display: none;
    padding-top: 86px;
    height: 100%;
  }
  .right-header #menuMain #menu:after {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f0de";
    font-size: 60px;
    position: absolute;
    top: -34px;
    right: 25px;
    color: #eeeeee;
    z-index: 2;
  }
  .right-header #menuMain #menu.on {
    display: block;
    animation: fadeIn 0.4s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  }
  .right-header #menuMain #menu .limit {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 80%;
  }
  .right-header #menuMain #menu > ul > ul > li > a {
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #bebebe;
    position: relative;
    display: block;
    color: #1d1d1b;
    text-decoration: none;
    transition: color 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .right-header #menuMain #menu > ul > ul > li > a:after {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: '\f105';
    position: absolute;
    right: 11px;
    color: #666666;
    top: 1px;
    transition: right 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .right-header #menuMain #menu > ul > ul > li > a:hover {
    color: #d4003c;
  }
  .right-header #menuMain #menu > ul > ul > li > a:hover:after {
    right: 0;
  }
  .right-header #menuMain #menu ul > li.parent .submenu {
    display: block;
    position: relative;
  }
  .right-header #menuMain #menu ul > li.parent .submenu .container {
    width: 100%;
  }
  .right-header #menuMain #menu ul > li.parent {
    display: block;
    float: none;
    width: 100%;
  }
  .right-header #menuMain #menu ul > li.parent:first-child {
    padding: 0 30px;
  }
  main #video .vid iframe {
    width: 100%;
    height: 300px;
  }
  main #author .opinion .l {
    float: right;
  }
  main #author .opinion .avatar {
    left: 0;
    top: -75px;
  }
  main #author .opinion {
    padding: 70px 15px 30px;
  }
  main #author .row:nth-of-type(2) {
    margin-bottom: 130px;
  }
  main #author .row .row {
    margin-bottom: 0 !important;
  }
  main .articles .sliderSlick {
    overflow: visible;
  }
  main .articles .sliderSlick .slick-dots {
    bottom: -25px !important;
  }
  body.product main .heart .cover {
    top: 80px !important;
    bottom: auto;
    padding-top: 60px;
  }
  body.product main .parentLink {
    padding-top: 75px;
  }
  body.product main .heart article footer {
    height: 130px;
  }
  body.product main .heart .txt {
    height: auto;
  }
  body.product main .heart .h {
    left: 0;
  }
  main .linkancre {
    margin: 0 !important;
  }
  body.product main .heart .h {
    text-align: left;
  }
  main #author .img img {
    top: 0;
  }
  main #author {
    margin-top: 60px;
  }
  main .single-product .articles article footer ul li.price.alone {
    line-height: 50px !important;
  }
  main .linkancre .container .content .limit span {
    background: white;
  }
  main .single-theme .bg-theme .selection .articles article footer .top .win span {
    padding: 0;
  }
  main .articles,
  main .blockFilter,
  main .revue {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  main .actus .row {
    margin-bottom: 0;
  }
  main .actus .actu {
    margin-bottom: 30px;
  }
  main .actus .contain .divise {
    display: none;
  }
  main .actus .contain .divise.on {
    display: block;
  }
  main .articles span.title {
    top: 0;
  }
  main .articles .sliderSlick {
    padding: 56px 0 0;
  }
  main .blockFilter {
    margin-top: 47px;
  }
  main .blockFilter h2 {
    line-height: 82px;
  }
  main .blockFilter h2 strong {
    font-family: 'ms900', Arial, sans-serif;
  }
  main .blockFilter .testimonial {
    position: relative;
    width: 83.33333333%;
    background: url(../img/book.png) right 15px center no-repeat #eeeeee;
    background-size: 224px;
    z-index: 4;
  }
  main .blockFilter .filter {
    position: relative;
    z-index: 1;
    top: -44px;
  }
  main .blockFilter .filter .row {
    justify-content: center;
  }
  main .blockFilter .filter .row img {
    position: relative;
    top: 21px;
  }
  main .blockFilter span.decoleft,
  main .blockFilter span.decoright,
  main .blockFilter .container:before,
  main .blockFilter .container:after {
    display: none;
  }
  main .revue .contenu .img {
    padding: 0 15px 0 30px;
    text-align: center;
  }
  main .revue .contenu .img img {
    width: 100%;
    display: inline-block;
  }
  body.category main {
    margin-top: -30px;
  }
  body.category main .linkancre {
    margin-bottom: 45px !important;
  }
  main .revue:before {
    height: 284px;
    top: 47%;
  }
  main .revue .contenu .text {
    padding: 2px 15px 15px 15px;
  }
  main .heart {
    margin-top: 75px;
  }
  main .linkancre .deco {
    display: none;
  }
  main .linkancre .container .content:after,
  main .linkancre .container .content:before {
    display: none;
  }
  footer .guarantee {
    margin-top: 0;
  }
  footer .guarantee,
  footer .other-links,
  footer .bottomend {
    float: left;
    width: 100%;
  }
  footer .guarantee .limit.border {
    padding-top: 44px;
    border-top: 4px solid #bebebe;
    border-bottom: 0 none;
  }
  footer .guarantee .info {
    height: 80px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  body.product main .heart .h {
    left: 0 !important;
  }
  main .articles article.featured,
  main .listing-product .container article {
    margin-top: 0 !important;
  }
  .right-header .search .autocomplete {
    height: 400px;
    overflow-y: auto;
  }
  body main {
    margin-top: -48px;
  }
  main #author .txt p {
    padding: 0;
  }
  main #author .txt a.simpleBtn {
    right: 0;
  }
  main .blockFilter h2 {
    line-height: 24px;
    display: block;
    text-align: center;
    margin-left: 0;
  }
  main .blockFilter h2 strong {
    font-family: 'ms900', Arial, sans-serif;
    display: block;
  }
  header .left-header {
    padding-right: 0;
  }
  header .right-header {
    margin-top: 10px;
    padding-left: 0;
  }
  header .right-header .search form .limit {
    width: 100%;
  }
  header .right-header .search form {
    top: 60px;
    padding-top: 34px;
  }
  header .right-header .search form .limit:after {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f0de";
    font-size: 60px;
    position: absolute;
    top: -60px;
    left: 41%;
    color: #eeeeee;
    z-index: 2;
  }
  header .right-header .search button[type=button] img {
    right: 7px;
    width: 28px;
  }
  header .right-header .my-account img,
  header .right-header .my-account svg {
    width: 28px;
  }
  header .right-header #menuMain {
    padding-right: 0;
  }
  header .right-header #menuMain .burger {
    top: 0;
  }
  .ui-selectmenu-menu li {
    font-size: 16px;
  }
  header .right-header .search button[type=button] img {
    right: 15px !important;
  }
  header .right-header .my-account .blockprice {
    top: 1px;
  }
  header .right-header .my-account .blockaccount {
    left: 11px;
    top: 10px;
  }
  header .right-header .search button[type=button] {
    top: 5px;
    right: -26px;
  }
  header .right-header .search form .limit input {
    font-size: 14px;
  }
  header .right-header .search form .limit:after {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f0de";
    font-size: 60px;
    position: absolute;
    top: -60px;
    left: 42%;
    color: #eeeeee;
    z-index: 2;
  }
  header .logo svg {
    width: 171px !important;
    height: 110px !important;
  }
  header .left-header .logo h1 {
    display: block;
    position: relative;
    left: -15px;
  }
  header .right-header #menuMain {
    padding-right: 0;
  }
  header .right-header #menuMain,
  header .right-header .my-account .blockaccount,
  header .right-header .my-account .blockprice {
    padding: 0 15px !important;
  }
  .right-header #menuMain #menu {
    top: 66px;
    padding-top: 60px;
  }
  .right-header #menuMain #menu:after {
    top: -26px;
    right: 17px;
  }
  header .right-header .search form .limit:after {
    top: -58px;
    left: 48%;
  }
  .right-header #menuMain #menu .limit {
    height: 80%;
  }
  body.home main {
    margin-top: -50px;
  }
  main .homeSlider h2 a {
    font-size: 28px;
  }
  main .homeSlider h2:after {
    margin-top: 14px;
  }
  main .homeSlider .limit span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  main .homeSlider .limit {
    left: 0;
    padding: 20px 15px 46px;
    -webkit-animation-name: fadeInDownControl !important;
    animation-name: fadeInDownControl !important;
  }
  main .homeSlider .img picture {
    width: 100%;
  }
  main .homeSlider .img img {
    width: 100%;
  }
  main .homeSlider .text {
    padding: 0 15px;
  }
  main .homeSlider .navigation {
    right: 13px;
    left: auto;
    top: 233px;
    bottom: auto;
    -webkit-animation-name: fadeInDownControl;
    animation-name: fadeInDownControl;
  }
  main .actus .text span {
    font-size: 14px;
    margin-bottom: 18px;
  }
  main .actus .text h2 {
    font-size: 20px;
  }
  main .actus .actu .limit img {
    width: 100%;
  }
  main .actus .actu .limit {
    margin-bottom: 30px;
  }
  main .articles span.title {
    padding: 20px 0;
  }
  main .articles article footer {
    position: relative;
  }
  main .articles article footer .title {
    padding-top: 30px;
    margin-bottom: 0;
    text-align: left;
  }
  main .articles article footer,
  main .articles article header {
    height: 200px;
  }
  main .articles article footer .top div.pourcent {
    height: 32px;
  }
  main .articles article footer .top div.pourcent span {
    line-height: 30px;
  }
  main .articles article footer ul li.price,
  main .articles article footer ul li.oldprice {
    display: block;
  }
  main .articles article footer .bottom .points span {
    text-align: left;
  }
  main .articles article footer ul li.price {
    line-height: 17px;
  }
  main .articles article footer ul li.price.alone {
    line-height: 30px;
  }
  main .articles article footer ul li.oldprice {
    font-size: 11px;
  }
  main .articles article footer .content-price {
    /*position: absolute;*/
    bottom: 37px;
    border-bottom: 0;
  }
  body.product main .single-product .articles article footer .bottomm {
    border-bottom: 1px solid #bebebe;
  }
  main .articles article footer .top {
    border-top: 1px solid #bebebe;
  }
  main .articles article header picture {
    display: block;
    margin-top: 20px;
  }
  main .articles article header .new {
    width: 61px;
    height: 16px;
    left: 0;
    top: 10px;
  }
  main .articles article header .pourcent {
    width: 34px;
    height: 40px;
    top: 1px;
    right: 5px;
  }
  main .articles article header img.see_more {
    margin-top: -37.5px;
  }
  main .articles article footer .top .win {
    padding: 0;
    line-height: 14px;
  }
  main .articles article footer .top .win span {
    font-size: 9px;
  }
  main .articles article footer .top div.pourcent,
  main .articles article footer .bottom .free {
    padding: 0;
    line-height: 14px;
  }
  main .blockFilter h2 {
    margin-bottom: 14px;
  }
  main .blockFilter .testimonial {
    left: 0;
    width: 96%;
    background: url(../img/book.png) right -171px bottom -81px no-repeat #eeeeee;
  }
  main .blockFilter .filter {
    width: 96%;
  }
  main .blockFilter .testimonial span {
    vertical-align: top;
    top: 0;
  }
  main .blockFilter .filter .row img {
    top: 0;
    left: 15px;
  }
  main .revue {
    position: relative;
  }
  main .revue .contenu .text {
    margin-top: 0;
  }
  main .revue:before {
    height: 495px;
    top: 35%;
  }
  main .revue .contenu .img {
    padding: 0 15px;
  }
  main .revue .contenu .img img {
    width: auto;
  }
  footer .guarantee .info .text span.title {
    font-size: 20px;
    font-family: 'ms900', Arial, sans-serif;
  }
  footer .other-links .limit {
    height: auto;
    padding: 15px;
  }
  footer .other-links .limit ul {
    left: 22px;
    position: relative;
  }
  footer .other-links .limit ul li {
    display: block;
  }
  footer .other-links .limit .text {
    display: block;
  }
  footer .other-links .limit span.social {
    display: block;
    width: 100%;
    padding: 13px 0 0;
  }
  footer .bottomend ul {
    text-align: center;
  }
  footer .bottomend ul li {
    display: block;
    margin-bottom: 13px;
  }
  main .blockFilter .filter span.title {
    width: 100%;
    display: block;
    font-size: 26px;
    text-align: center;
    margin-bottom: 32px;
  }
  main .blockFilter .filter span.title br {
    display: none;
  }
  main .blockFilter .filter .flex {
    display: block;
    float: left;
    text-align: center;
  }
  main .blockFilter .filter {
    height: auto;
    padding-top: 40px;
  }
  main .blockFilter .row {
    margin-bottom: 30px;
  }
  main .blockFilter .filter span.title:before {
    display: none;
  }
  main .blockFilter .filter .row {
    padding-top: 30px;
  }
  main .blockFilter .filter {
    text-align: center;
  }
  main .blockFilter .filter img {
    width: auto;
  }
  main .heart {
    margin-top: 45px;
  }
  main .heart .cover {
    position: relative;
  }
  main .heart .txt {
    height: auto;
  }
  main .heart span.h {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
  }
  main .heart .txt {
    padding: 60px 15px 0;
  }
  main .heart article footer {
    height: 110px;
  }
  main .heart .title .clim h1 {
    font-size: 28px;
  }
  main .heart .txt h2 {
    font-size: 22px;
  }
  main .linkancre .container .content ul li {
    margin-bottom: 15px;
    display: block;
  }
  main .linkancre .container .content ul {
    width: 100%;
    display: block;
    text-align: center;
  }
  main #author .img picture {
    position: relative;
    width: 100%;
    left: 0;
  }
  main #author .txt {
    padding: 0 15px;
    background: none;
  }
  main #author .txt .limit {
    background: white;
    padding: 30px 15px 15px;
  }
  main .linkancre .container .content ul li {
    margin-left: 10px;
    display: inline;
  }
  main .linkancre {
    margin: 0 0 190px !important;
  }
  main .linkancre .container-fluid.fixed {
    display: none;
  }
  main .linkancre .container .content ul li a img {
    width: 46px;
    height: 45px;
  }
  main #author .img {
    text-align: center;
    margin-top: -126px;
    position: relative;
  }
  main #author .img img {
    float: none;
  }
  body.product main .heart .txt {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.product main .heart .txt div.articles {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  body.product main .heart .txt h1 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 20px;
    font-family: 'ms700', Arial, sans-serif;
  }
  body.product main .heart .txt .author {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  body.product main .heart .txt .author a {
    font-size: 18px !important;
  }
  body.product main .heart .txt p.abstract {
    font-size: 14px;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  body.product main .heart .txt .infos {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  main #author .opinion .limit {
    padding: 137px 15px 30px;
  }
  main #author .opinion .avatar {
    left: 60px;
  }
  main #author .opinion img.deco {
    position: absolute;
    top: 112px;
    left: 31px;
  }
  main #author .opinion a.simpleBtn {
    text-align: right;
  }
  main #author .opinion {
    background: none !important;
  }
  main #author .row:nth-of-type(2) {
    margin-bottom: 30px;
  }
  main #interview .container {
    background: #f8f8f8;
  }
  main #interview .container .limit {
    background: none;
  }
  main #video .title h2 {
    padding: 8px 12px;
  }
  main #chapter .content .links {
    margin: 0;
  }
  main #chapter {
    position: relative;
  }
  main #chapter .content .infos {
    padding-top: 30px;
  }
  main #author .row {
    margin-bottom: 30px;
  }
  main #author {
    margin-bottom: 30px;
  }
  main #interview {
    margin-bottom: 30px;
  }
  main .single-theme .bg-theme {
    top: 0;
  }
  body.theme main {
    margin: -48px 0 0;
  }
  main .single-theme .bg-theme .bg h1 {
    line-height: 42px;
    font-size: 42px;
    top: 45px;
    padding: 30px 50px;
  }
  main .single-theme .bg-theme .bg h1 span:after,
  main .single-theme .bg-theme .bg h1 span:before {
    display: none;
  }
  main .single-theme .bg-theme .selection .txt {
    margin-left: 0;
  }
  main .single-theme .bg-theme .selection .txt .avatar {
    left: 50%;
    margin-left: -59px;
  }
  main .single-theme .bg-theme .selection .txt h2 {
    padding: 0;
    width: 100%;
    margin-top: 34px;
  }
  main .single-theme .bg-theme .articles article header {
    height: auto;
  }
  main .articles .featured footer {
    position: relative;
    height: auto;
    right: auto;
  }
  main .articles .featured footer .limit {
    position: relative;
    bottom: 0;
  }
  main .articles .featured footer .title {
    float: left;
    width: 100%;
  }
  main .articles .featured footer .content-price {
    position: relative;
    height: auto;
    float: left;
    bottom: 0;
  }
  main .listing-product {
    margin: 64px 0 0;
  }
  main .listing-product .container article {
    height: auto;
    margin-bottom: 0;
    margin-top: 41px;
  }
  main .articles article footer,
  main .articles article header {
    min-height: initial;
  }
  main .articles article footer h4 {
    margin-bottom: 25px;
  }
  main .articles article.featured {
    height: auto !important;
  }
  main .articles article.featured header {
    height: auto;
  }
  main .listing-product.articles article.featured header picture {
    min-height: none;
  }
  body.product main .heart .cover {
    top: 0 !important;
  }
  .form-high-level .input-group,
  .form-high-level .radioinline {
    margin-bottom: 25px;
  }
  .form-high-level .row {
    margin-bottom: 0;
  }
  .form-high-level .form-group .left {
    padding-right: 15px;
  }
  .form-high-level .form-group .right {
    padding-left: 15px;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  header .right-header .search button[type=button] {
    right: -34px;
    z-index: 9;
  }
  .right-header #menuMain #menu ul > li.parent .submenu div.flex > div,
  .right-header #menuMain #menu ul li {
    padding: 0;
  }
  .right-header #menuMain #menu ul > li.parent .submenu div.flex > div,
  .right-header #menuMain #menu ul li {
    width: 100%;
  }
  header .logo svg {
    width: 158px !important;
    height: 102px !important;
  }
  body.home main {
    margin-top: -46px;
  }
  .left-header .logo a {
    position: relative;
    z-index: 1;
  }
  .right-header #menuMain #menu .limit {
    height: 80%;
  }
  .right-header #menuMain #menu {
    padding-top: 50px;
  }
  main .blockFilter div.col-xs-12.col-md-12 {
    padding: 0;
  }
  header .right-header .my-account {
    padding-right: 17px;
  }
  .right-header #menuMain #menu ul > li.parent {
    padding: 0 15px !important;
  }
  main .homeSlider .navigation {
    top: 303px !important;
  }
}
body.category main .heart .txt p {
  text-align: left;
}
body.category main .heart,
body.category main .heart article,
body.category main .linkancre {
  float: left;
  width: 100%;
}
body.category main div.bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #eeeeee 0%, rgba(255, 255, 255, 0) 30%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eeeeee 0%, rgba(255, 255, 255, 0) 30%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eeeeee 0%, rgba(255, 255, 255, 0) 30%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
body.category main .articles,
body.category main .parentLink,
body.category main .revue {
  float: left;
  width: 100%;
}
body.category main .heart .articles {
  background: none;
  overflow: visible;
}
body.category main .heart .txt h2,
body.category main .heart .txt span.author {
  text-align: left;
  display: block;
}
body.product main .single-product.fixed {
  margin-bottom: 222px;
}
body.product main .single-product .articles article footer .bottom {
  border-bottom: 0 none;
}
body.product main .single-product .articles article footer .top .win, 
body.product main .single-product .articles article footer .top .pourcent, 
body.product main .single-product .articles article footer .bottom .free {
  padding: 5px 0;
  height: auto;
}
body.product main .single-product .articles article footer .top .win span,
body.product main .single-product .articles article footer .bottom .free span {
  font-family: 'ms900', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
body.product main .single-product .articles article footer ul li.price,
body.product main .single-product .articles article footer .bottom .points span {
  font-family: 'ms900', Arial, sans-serif;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
}
body.product main .breadcrumb {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.product main .parentLink {
  margin: 0 0 0;
}
body.product main .heart .cover,
body.product main .heart .txt {
  background: none !important;
  box-shadow: none;
}
body.product main .heart .txt {
  padding-top: 0 !important;
}
body.product main .heart .h {
  position: relative;
  top: -10px;
  left: -70px;
}
body.product main .heart .txt h2.author a {
  color: #d4003c;
  text-decoration: none;
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  font-family: 'ms300', Arial, sans-serif;
}
body.product main .heart .txt h2.author a:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f105';
  font-size: 22px;
  line-height: 17px;
  margin-left: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  position: relative;
  left: 0;
}
body.product main .heart .txt h2.author a:hover {
  color: #1d1d1b;
}
body.product main .heart .txt h2.author a:hover:after {
  left: 5px;
}
body.product main .heart .cover {
  height: auto;
}
body.product main .linkancre {
  margin-top: 112px;
  margin-bottom: 75px;
}
body.product main .heart .txt p {
  text-align: left;
}
body.product main .heart,
body.product main .heart article,
body.product main .linkancre {
  float: left;
  width: 100%;
}
body.product main div.bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #eeeeee 0%, rgba(255, 255, 255, 0) 30%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eeeeee 0%, rgba(255, 255, 255, 0) 30%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eeeeee 0%, rgba(255, 255, 255, 0) 30%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
body.product main .articles,
body.product main .parentLink,
body.product main .revue {
  float: left;
  width: 100%;
}
body.product main .linkancre {
  margin-top: 0 !important;
}
body.product main #author,
body.product main #interview,
body.product main #video,
body.product main #chapter,
body.product main #feuilletez,
body.product main .returnTop {
  float: left;
  width: 100%;
}
body.product main .heart .articles {
  background: none;
  overflow: visible;
}
body.product main .heart .txt h2,
body.product main .heart .txt span.author {
  text-align: left;
  display: block;
}
body.product main .heart .txt h1 {
  text-align: left;
}
@media (max-width: 767px) {
  body.product main .heart .cover {
    padding: 0;
  }
  body.product main .heart .h {
    padding-left: 15px;
  }
  body.product main .single-product.fixed {
    margin-bottom: 270px;
  }
  body.product main .heart .txt {
    padding-top: 43px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.product main .heart .h {
    left: 20px !important;
    position: absolute;
  }
  body.product main .heart {
    margin-top: 0 !important;
  }
  body.product main .single-product.fixed {
    margin-bottom: 87px;
  }
}
body.my-account main div.bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #eeeeee 0%, rgba(255, 255, 255, 0) 5%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eeeeee 0%, rgba(255, 255, 255, 0) 5%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eeeeee 0%, rgba(255, 255, 255, 0) 5%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
.menu-account {
  border: 1px solid #bebebe;
  width: 270px;
  float: left;
  background: white;
}
.menu-account .menu {
  float: left;
  width: 100%;
}
.menu-account h1 {
  font-size: 28px;
  padding: 18px 38px 13px;
  background: #333333;
  color: white;
  font-family: 'ms300', Arial, sans-serif;
  font-weight: normal;
}
.menu-account .identity {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 23px;
}
.menu-account .identity svg,
.menu-account .identity span {
  display: block;
}
.menu-account .identity span.name {
  margin-top: 13px;
  text-transform: uppercase;
  font-family: 'ms900', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.menu-account .advantages {
  float: left;
  width: 100%;
  padding: 0 7.5px;
  margin-top: 5px;
}
.menu-account .advantages .limit {
  background: #f27e30 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 16px 7.5px !important;
  border: 0 none !important;
}
.menu-account .advantages span.title {
  text-transform: uppercase;
}
.menu-account .advantages ul {
  margin-top: 10px;
}
.menu-account .advantages a:hover {
  color: white;
}
.menu-account .other {
  float: left;
  width: 100%;
  padding: 0 7.5px;
  margin: 0;
}
.menu-account .other .limit {
  background: rgba(242, 126, 48, 0.85);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 16px 30px;
  border-top: 1px dotted #bebebe;
}
.menu-account .other:last-of-type {
  margin-bottom: 10px !important;
}
.menu-account .gifts .title,
.menu-account .loyalty .title,
.menu-account .balance .title {
  font-size: 14px;
  font-family: 'ms900', Arial, sans-serif;
  display: block;
}
.menu-account .gifts .nbpts,
.menu-account .loyalty .nbpts,
.menu-account .balance .nbpts,
.menu-account .gifts .info,
.menu-account .loyalty .info,
.menu-account .balance .info,
.menu-account .gifts .nb,
.menu-account .loyalty .nb,
.menu-account .balance .nb {
  color: white;
  font-family: 'ms900', Arial, sans-serif;
}
.menu-account .gifts .nbpts span,
.menu-account .loyalty .nbpts span,
.menu-account .balance .nbpts span {
  font-size: 30px;
}
.menu-account .gifts .info span,
.menu-account .loyalty .info span,
.menu-account .balance .info span {
  font-size: 18px;
  text-transform: uppercase;
}
.menu-account .gifts .nb,
.menu-account .loyalty .nb,
.menu-account .balance .nb {
  font-size: 18px;
}
.menu-account ul li {
  list-style: none;
  float: left;
  width: 100%;
}
.menu-account ul li a {
  font-size: 13px;
  line-height: 18px;
  color: #1d1d1b;
  text-decoration: none;
  display: block;
  float: left;
  width: 100%;
  -webkit-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
}
.menu-account ul li a:hover {
  color: #d4003c;
}
.menu-account ul li a span {
  display: inline-block;
  width: 90%;
  float: left;
}
.menu-account ul li a:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f105';
  margin-right: 5px;
  display: block;
  float: left;
  width: 2%;
}
.menu-account ul.menu {
  padding: 0 15px;
}
.menu-account ul.menu > li {
  border-top: 1px solid #bebebe;
  padding: 15px 0;
  text-transform: uppercase;
}
.menu-account ul.menu > li.active span.parent:after {
  opacity: 0;
}
.menu-account ul.menu > li span.parent {
  display: block;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
}
.menu-account ul.menu > li span.parent:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f105';
  margin-right: 5px;
  float: right;
}
.menu-account ul.menu > li > ul {
  margin-top: 10px;
}
.menu-account ul.menu > li > ul > li {
  border: 0 none;
  text-transform: none;
  margin-top: 5px;
}
.menu-account ul.menu > li > ul > li.active a {
  color: #d4003c;
}
.info-status .infos,
.info-status .status {
  text-align: center;
}
.info-status .infos .limit,
.info-status .status .limit {
  padding: 0 20px 16px;
  border: 1px solid;
  height: 200px;
}
.info-status .infos span.title,
.info-status .status span.title {
  display: inline-block;
  padding: 10px 20px;
  background: white;
  position: relative;
  top: -20px;
  font-size: 'ms300', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
.info-status .infos .txt,
.info-status .status .txt {
  text-align: left;
}
.info-status .infos span,
.info-status .status span {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.info-status .infos span strong,
.info-status .status span strong {
  font-family: 'ms900', Arial, sans-serif;
  font-weight: normal;
}
.info-status .infos span:last-of-type,
.info-status .status span:last-of-type {
  margin-bottom: 0;
}
.info-status .infos .limit {
  border-color: #d4003c;
}
.info-status .infos .limit a {
  margin-top: 13px;
  display: block;
  color: #d4003c;
  text-decoration: none;
  -webkit-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
}
.info-status .infos .limit a:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f040';
  padding-right: 8px;
}
.info-status .infos .limit a:hover {
  color: #1d1d1b;
}
.info-status .status .limit {
  border-color: #f27e30;
}
.info-status .status .limit strong {
  display: inline-block;
}
.info-status .status .limit span {
  display: inline-block;
}
.info-status .status .limit table tr td {
  padding: 0 0 5px;
  font-size: 14px;
}
.info-status .status .limit table tr td.gift,
.info-status .status .limit table tr td.fidelity,
.info-status .status .limit table tr td.solde {
  color: #f27e30;
  font-family: 'ms900', Arial, sans-serif;
}
.info-status .status .limit table tr td.gift {
  text-transform: uppercase;
}
.info-status .status .limit table tr td span {
  font-size: 18px;
}
.vedette {
  margin-top: 50px;
}
.vedette .bg {
  text-align: center;
  background: #eeeeee !important;
  padding: 0 10px 40px;
  float: left;
  width: 100%;
  position: relative;
}
.vedette .bg span.title {
  padding: 16px 25px;
  background: #d4003c;
  text-transform: uppercase;
  color: white;
  position: relative;
  text-align: left;
  top: -10px;
  font-family: 'ms300', Arial, sans-serif;
  letter-spacing: 2px;
}
.vedette p {
  margin-top: 20px;
  font-size: 18px;
  color: #666666;
  font-family: 'ms300', Arial, sans-serif;
}
.vedette .limit {
  text-align: left;
  margin-top: 33px;
}
.vedette .limit span.title,
.vedette .limit span.author,
.vedette .limit a.info {
  display: block;
}
.vedette .limit span.title {
  background: none;
  color: #1d1d1b;
  font-size: 30px;
  padding: 0;
  top: 0;
  font-family: 'ms700', Arial, sans-serif;
}
.vedette .limit span.author {
  color: #666666;
  font-family: 'ms300', Arial, sans-serif;
  font-size: 18px;
}
.vedette .limit a.info {
  color: #d4003c;
  font-size: 14px;
  margin-top: 10px;
}
.vedette .limit .txt {
  margin-top: 30px;
  border: 1px solid #d4003c;
  padding: 20px 20px 50px;
  text-align: center;
  position: relative;
}
.vedette .limit .txt span.date,
.vedette .limit .txt span.pts,
.vedette .limit .txt span.info {
  display: block;
}
.vedette .limit .txt span.dateinfo {
  display: block;
  font-family: 'ms900', Arial, sans-serif;
}
.vedette .limit .txt span.dateinfo span.date {
  color: #d4003c;
  font-size: 20px;
  display: inline-block;
}
.vedette .limit .txt span.dateinfo span.uppercase {
  text-transform: uppercase;
  display: inline-block;
}
.vedette .limit .txt span.pts {
  font-family: 'ms900', Arial, sans-serif;
  color: #d4003c;
  font-size: 16px;
  margin-top: 20px;
}
.vedette .limit .txt span.pts img {
  position: relative;
  top: -1px;
}
.vedette .limit .txt span.info {
  margin-top: 10px;
  font-family: 'ms300', Arial, sans-serif;
  font-size: 13px;
}
.vedette .limit .txt div.content-price {
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  display: inline-block;
  width: 241px;
  margin-top: 15px;
}
.vedette .limit .txt div.content-price .point {
  float: left;
  width: 45%;
  background: #e3e2e2;
  color: #d4003c;
  font-size: 16px;
  line-height: 19px;
  font-family: 'ms900', Arial, sans-serif;
  padding: 5px 10px;
}
.vedette .limit .txt div.content-price .price {
  float: left;
  width: 55%;
  font-size: 22px;
  line-height: 32px;
  font-family: 'ms900', Arial, sans-serif;
  padding: 8px 10px 0 0;
}
.vedette .limit .txt div.commandchoice {
  position: absolute;
  display: inline-block;
  bottom: -20px;
  left: 50%;
  background: #eeeeee;
  padding: 0 15px;
  width: 85%;
  margin-left: -42.5%;
}
.vedette .limit .txt div.commandchoice ul li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
}
.vedette .limit .txt div.commandchoice ul li.right {
  text-align: right;
  text-transform: uppercase;
  position: relative;
  top: 11px;
}
.vedette .limit .txt div.commandchoice ul li a, .vedette .limit .txt div.commandchoice ul li label {
  position: relative;
}
.vedette .limit .txt div.commandchoice ul li a svg, .vedette .limit .txt div.commandchoice ul li label svg {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
}
.vedette .limit .txt div.commandchoice ul li a.btn1, .vedette .limit .txt div.commandchoice ul li label.btn1 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  border: 0 none;
  padding: 12px 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: white;
  text-decoration: none;
  background-color: #333333;
  background-position: 50% 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  margin-top: 21px;
  padding: 12px 54px 12px 16px;
  margin-top: 0;
  -webkit-box-shadow: 5px 5px 5px 0 #B3B3B3;
  box-shadow: 5px 5px 5px 0 #B3B3B3;
}
.vedette .limit .txt div.commandchoice ul li a.btn1:hover, .vedette .limit .txt div.commandchoice ul li label.btn1:hover {
  text-decoration: none;
  background-color: #d4003c;
  color: white;
}
.vedette .limit .txt div.commandchoice ul li a.btn1:hover svg, .vedette .limit .txt div.commandchoice ul li label.btn1:hover svg {
  stroke: #1d1d1b;
}
.vedette .limit .txt div.commandchoice ul li a.btn2, .vedette .limit .txt div.commandchoice ul li label.btn2 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  border: 0 none;
  padding: 12px 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #1d1d1b;
  text-decoration: none;
  background-color: #66bd2b;
  background-position: 50% 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  margin-top: 21px;
  padding: 12px 54px 12px 16px;
  margin-top: 0;
  -webkit-box-shadow: 5px 5px 5px 0 #B3B3B3;
  box-shadow: 5px 5px 5px 0 #B3B3B3;
}
.vedette .limit .txt div.commandchoice ul li a.btn2:hover, .vedette .limit .txt div.commandchoice ul li label.btn2:hover {
  text-decoration: none;
  background-color: rgba(102, 189, 43, 0.5);
  color: #1d1d1b;
}
.add {
  margin-top: 50px;
}
.add .limit {
  text-align: center;
  background: #f8f8f8;
  padding: 20px 0;
}
.add .limit div.content {
  margin: 0 auto;
}
.add .limit div {
  display: inline-block;
  height: 61px;
}
.add .limit div a {
  display: block;
  font-family: 'ms700', Arial, sans-serif;
  font-size: 16px;
  color: #d4003c;
  text-transform: uppercase;
  -webkit-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  text-decoration: none;
}
.add .limit div a:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f105';
  color: #d4003c;
  margin-left: 10px;
  font-size: 22px;
  line-height: 17px;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  position: relative;
  left: 0;
  top: 1px;
}
.add .limit div a:hover:after {
  left: 5px;
}
.add .limit div.hour {
  padding: 0 27px;
}
.add .limit div.links {
  text-align: right;
}
.add .limit div.links a {
  display: block;
  position: relative;
  margin-bottom: 12px;
  margin-top: 8px;
}
.add .limit div.links a img {
  text-align: right;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -12px;
}
.add .limit div.title {
  text-align: right;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'ms100', Arial, sans-serif;
  line-height: 32px;
}
.add .limit div.title span {
  font-family: 'ms900', Arial, sans-serif;
}
div.parentright-account {
  margin-top: 50px;
}
div.parentright-account .title {
  text-align: right;
}
div.parentright-account .title h2 {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
}
div.parentright-account .title h2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
  width: 100%;
  height: 1px;
  background: #bebebe;
  z-index: 1;
}
div.parentright-account .title h2 span {
  display: inline-block;
  background: white !important;
  padding: 8px 15px;
  font-size: 18px;
  font-family: 'ms300', Arial, sans-serif;
  position: relative;
  z-index: 2;
}
div.parentright-account .title a {
  font-family: 'ms700', Arial, sans-serif;
  font-size: 16px;
  color: #d4003c;
  text-transform: uppercase;
  -webkit-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  text-decoration: none;
  display: block;
  position: relative;
  margin-bottom: 12px;
  margin-top: 8px;
  margin-right: 30px;
  font-size: 14px;
}
div.parentright-account .title a:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f105';
  color: #d4003c;
  margin-left: 10px;
  font-size: 22px;
  line-height: 17px;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  position: relative;
  left: 0;
  top: 1px;
}
div.parentright-account .title a:hover:after {
  left: 5px;
}
div.parentright-account .title a img {
  text-align: right;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -14px;
}
div.parentright-account .tabHistory .tab {
  float: left;
  width: 100%;
  margin-top: 35px;
}
div.parentright-account .tabHistory .tab.active .rappel:after {
  transform: rotate(180deg);
}
div.parentright-account .tabHistory .tab.active .rappel:hover:after {
  transform: rotate(0);
}
div.parentright-account .tabHistory .tab .rappel {
  font-family: 'ms900', Arial, sans-serif;
  font-size: 18px;
  background: #eeeeee;
  padding: 12px 15px;
  cursor: pointer;
}
div.parentright-account .tabHistory .tab .rappel:hover:after {
  transform: rotate(180deg);
}
div.parentright-account .tabHistory .tab .rappel:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f13a';
  color: #d4003c;
  float: right;
  cursor: pointer;
  font-size: 22px;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transform-origin: center;
}
div.parentright-account .tabHistory .tab .infos {
  background: #f8f8f8;
  padding: 16px 15px;
}
div.parentright-account .tabHistory .tab .infos span {
  display: inline-block;
  font-family: 'ms700', Arial, sans-serif;
  font-size: 14px;
}
div.parentright-account .tabHistory .tab .infos a {
  color: #d4003c;
  text-decoration: none;
  font-family: 'ms700', Arial, sans-serif;
  margin-right: 70px;
}
div.parentright-account .tabHistory .tab .infos a svg {
  position: relative;
  top: 5px;
  margin-left: 13px;
}
div.parentright-account .tabHistory .tab table {
  width: 100%;
}
div.parentright-account .tabHistory .tab table tr {
  border-bottom: 1px solid #1d1d1b;
}
div.parentright-account .tabHistory .tab table th {
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'ms500', Arial, sans-serif;
  padding: 20px 15px;
}
div.parentright-account .tabHistory .tab table th.titleprice {
  text-align: right;
}
div.parentright-account .tabHistory .tab table td {
  padding: 20px 15px;
}
div.parentright-account .tabHistory .tab table td.title {
  text-align: left;
  font-family: 'ms300', Arial, sans-serif;
}
div.parentright-account .tabHistory .tab table td.title span {
  font-family: 'ms700', Arial, sans-serif;
  font-size: 18px;
}
div.parentright-account .tabHistory .tab table td.quantity {
  text-align: center;
}
div.parentright-account .tabHistory .tab table td.price {
  text-align: right;
  font-family: 'ms900', Arial, sans-serif;
}
div.parentright-account .tabHistory .tab table td.status {
  font-family: 'ms900', Arial, sans-serif;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .info-status .infos .limit,
  .info-status .status .limit {
    height: 215px;
  }
  .add .limit div a {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .parentleft-account {
    margin-top: 80px;
  }
  .parentleft-account .menu-account {
    width: 100%;
    margin-bottom: 45px;
  }
  .parentleft-account .menu-account h1 {
    position: relative;
  }
  .parentleft-account .menu-account .limit-content {
    float: left;
    width: 100%;
  }
  .parentleft-account .menu-account .submenuMobile {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -18px;
    z-index: 9;
    width: 36px;
    height: 36px;
    display: block;
  }
  .parentleft-account .menu-account .submenuMobile.on i {
    background: #333333;
  }
  .parentleft-account .menu-account .submenuMobile.on i:before {
    transform: rotateZ(45deg);
    top: 0;
  }
  .parentleft-account .menu-account .submenuMobile.on i:after {
    transform: rotateZ(-45deg);
    bottom: 0;
  }
  .parentleft-account .menu-account .submenuMobile i {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 1px;
    color: #252525;
    font: bold 14px/0.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: white;
    transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    transform-origin: center;
    top: -3px;
  }
  .parentleft-account .menu-account .submenuMobile i:before,
  .parentleft-account .menu-account .submenuMobile i:after {
    content: '';
    width: 30px;
    height: 1px;
    background: white;
    position: absolute;
    left: 0;
    transition: all 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .parentleft-account .menu-account .submenuMobile i:before {
    top: -11px;
  }
  .parentleft-account .menu-account .submenuMobile i:after {
    bottom: -11px;
  }
  .vedette .limit .txt div.commandchoice {
    width: 95%;
    margin-left: -47.5%;
  }
  .info-status .infos .limit,
  .info-status .status .limit {
    height: auto;
  }
  .history .tabHistory .tab.active .rappel:hover:after {
    transform: rotate(180deg) !important;
  }
}
@media (max-width: 767px) {
  body.my-account main {
    margin-top: -48px;
  }
  div.history .tabHistory .tab .rappel {
    font-size: 16px;
  }
  .menu-account h1 {
    font-size: 20px;
  }
  .vedette .limit {
    text-align: center;
  }
  .vedette .limit span.title {
    line-height: 30px;
    margin-top: 15px;
  }
  .vedette .limit .col-xs-12 {
    padding: 0;
  }
  .vedette .limit .txt div.commandchoice {
    width: 95%;
    margin-left: -47.5%;
  }
  .vedette .limit .txt div.content-price {
    width: 100%;
  }
  .vedette .limit .txt span.dateinfo span.date {
    display: block;
  }
  .add .limit {
    float: left;
    width: 100%;
    display: block;
  }
  .add .limit div {
    float: left;
    width: 100%;
    display: block;
    text-align: center !important;
    margin-bottom: 15px;
  }
  .add .limit div a {
    font-size: 12px;
  }
  .add .limit div.links img {
    display: none;
  }
  .add .limit .limit div.title {
    text-align: left;
  }
  .parentleft-account {
    margin-top: 45px;
  }
  .parentleft-account .menu-account {
    width: 100%;
    margin-bottom: 45px;
  }
  .parentleft-account .menu-account h1 {
    position: relative;
    padding: 18px 15px;
  }
  .parentleft-account .menu-account .limit-content {
    float: left;
    width: 100%;
  }
  .parentleft-account .menu-account .submenuMobile {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -14px;
    z-index: 9;
    width: 36px;
    height: 36px;
    display: block;
  }
  .parentleft-account .menu-account .submenuMobile.on i {
    background: #333333;
  }
  .parentleft-account .menu-account .submenuMobile.on i:before {
    transform: rotateZ(45deg);
    top: 0;
  }
  .parentleft-account .menu-account .submenuMobile.on i:after {
    transform: rotateZ(-45deg);
    bottom: 0;
  }
  .parentleft-account .menu-account .submenuMobile i {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 1px;
    color: #252525;
    font: bold 14px/0.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: white;
    transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
    transform-origin: center;
    top: -3px;
  }
  .parentleft-account .menu-account .submenuMobile i:before,
  .parentleft-account .menu-account .submenuMobile i:after {
    content: '';
    width: 30px;
    height: 1px;
    background: white;
    position: absolute;
    left: 0;
    transition: all 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .parentleft-account .menu-account .submenuMobile i:before {
    top: -11px;
  }
  .parentleft-account .menu-account .submenuMobile i:after {
    bottom: -11px;
  }
  .info-status .infos,
  .info-status .status {
    margin-bottom: 30px;
  }
  .info-status .infos .limit,
  .info-status .status .limit {
    height: auto;
  }
  .history .tabHistory .tab table {
    width: 100%;
  }
  .history .tabHistory .tab table td,
  .history .tabHistory .tab table th {
    display: block;
    text-align: center;
  }
  .history .tabHistory .tab table th {
    display: none;
  }
  .history .tabHistory .tab table td {
    position: relative;
    font-size: 16px;
  }
  .history .tabHistory .tab table td.title:before {
    border-bottom: 1px solid #bebebe;
    width: 100%;
  }
  .history .tabHistory .tab table td:before {
    content: attr(data-title);
    display: inline-block;
    float: left;
    text-align: left;
    font-weight: normal;
    font-family: 'ms500', Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #1d1d1b !important;
  }
  .history .tabHistory .tab table td.quantity,
  .history .tabHistory .tab table td.price,
  .history .tabHistory .tab table td.status {
    text-align: right !important;
  }
  .history .tabHistory .tab.active .rappel:hover:after {
    transform: rotate(180deg) !important;
  }
  .history .tabHistory .tab table td:before {
    color: #666666;
  }
  .vedette .limit .txt div.content-price .point {
    padding: 13px 10px;
    min-height: 54px;
  }
  .vedette .limit .txt div.content-price .price {
    line-height: 46px;
  }
  .vedette .limit span.title {
    text-align: center;
  }
}
.adv2 {
  height: 140px !important;
}
.adv2 li.html .container {
  height: 140px;
}
.adv2 li.html .container .col-xs-12 {
  background: #f27e30;
  padding: 15px 0;
}
.adv2 li.html .container span.titles {
  font-size: 20px;
  font-family: 'ms500', Arial, sans-serif;
  line-height: 30px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  float: left;
  text-align: center;
}
.adv2 li.html .container .left,
.adv2 li.html .container .middle,
.adv2 li.html .container .right {
  float: left;
  position: relative;
  padding: 0 15px;
}
.adv2 li.html .container .left ul,
.adv2 li.html .container .middle ul,
.adv2 li.html .container .right ul {
  display: inline-block;
  width: 287px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.adv2 li.html .container .left,
.adv2 li.html .container .right {
  width: 45%;
}
.adv2 li.html .container .left ul li,
.adv2 li.html .container .right ul li {
  text-transform: uppercase;
  position: relative;
  float: left;
  padding: 10px 15px;
  height: 54px;
}
.adv2 li.html .container .left ul li a,
.adv2 li.html .container .right ul li a {
  font-family: 'ms900', Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: white;
  text-decoration: none;
}
.adv2 li.html .container .left ul li span,
.adv2 li.html .container .right ul li span {
  font-family: 'ms900', Arial, sans-serif;
  font-size: 28px;
}
.adv2 li.html .container .left ul li:first-child,
.adv2 li.html .container .right ul li:first-child {
  padding-right: 60px;
  background: #d4003c;
}
.adv2 li.html .container .left ul li:last-child,
.adv2 li.html .container .right ul li:last-child {
  text-align: center;
  font-family: 'ms700', Arial, sans-serif;
  position: relative;
  color: white;
  top: -3px;
}
.adv2 li.html .container .left ul li svg,
.adv2 li.html .container .right ul li svg {
  position: absolute;
  right: 15px;
  top: 10px;
}
.adv2 li.html .container .left {
  text-align: right;
}
.adv2 li.html .container .left ul {
  float: right;
}
.adv2 li.html .container .left ul li {
  text-align: right;
}
.adv2 li.html .container .middle {
  width: 10%;
  text-align: center;
  height: 54px;
}
.adv2 li.html .container .middle img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: 72px;
}
.adv2 li.html .container .right {
  text-align: left;
}
.adv2 li.html .container .right ul li {
  text-align: left;
}
.advertising {
  width: 100%;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  height: 120px;
  text-align: center;
}
.advertising ul li {
  list-style: none;
}
@media (min-width: 993px) {
  .advertising span {
    display: inline-block;
  }
  .advertising .close {
    opacity: 1;
  }
  .advertising ul {
    display: table;
  }
  .advertising ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .advertising .close {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
  }
  .advertising .close svg {
    width: 30px;
    height: 30px;
  }
  .adv2 li.html .container .col-xs-12 {
    height: 140px;
  }
  .adv2 li.html .container span.titles {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .advertising {
    height: 248px;
  }
  .advertising .close {
    position: absolute;
    right: 13px;
    top: 10px;
    opacity: 1;
  }
  .advertising .close svg {
    width: 25px;
    height: 25px;
  }
  .adv2 {
    height: auto !important;
  }
  .adv2 li.html .container span.titles {
    display: inline-block;
    padding: 0 60px;
  }
  .adv2 li.html .container .col-xs-12 {
    height: auto;
  }
  .adv2 li.html .container {
    height: auto;
  }
  .adv2 li.html .container .left,
  .adv2 li.html .container .middle,
  .adv2 li.html .container .right {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .adv2 li.html .container .left ul,
  .adv2 li.html .container .middle ul,
  .adv2 li.html .container .right ul {
    float: none;
  }
}
.modal {
  position: fixed;
  z-index: 9999;
  display: block;
  top: 50%;
  left: 0;
  bottom: auto;
  text-align: center;
  min-height: 540px;
  margin-top: -270px;
}
.modal .bg {
  background: #f8f8f8;
  padding: 0 30px 30px;
  position: relative;
}
.modal .row {
  margin-bottom: 15px;
}
.modal span.title {
  font-size: 24px;
  padding: 20px 70px;
  background: white;
  text-transform: uppercase;
  font-family: 'ms300', Arial, sans-serif;
  display: inline-block;
  margin-bottom: 20px;
}
.modal .close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  cursor: pointer;
  z-index: 999;
}
.modal .close svg {
  height: 36px;
  width: 36px;
}
.modal .txt {
  text-align: left;
}
.modal .txt span {
  display: block;
}
.modal .txt span.title-product {
  font-size: 24px;
  font-family: 'ms700', Arial, sans-serif;
  margin-bottom: 15px;
}
.modal .txt span.author {
  font-family: 'ms300', Arial, sans-serif;
  font-size: 18px;
  color: #666666;
  margin-bottom: 10px;
}
.modal .txt span.ref {
  font-family: 'ms300', Arial, sans-serif;
  font-size: 18px;
  color: #666666;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-style: italic;
}
.modal .txt span.price {
  font-family: 'ms900', Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.modal .button {
  text-align: left;
  margin-top: 13px;
}
.modal .button a.btn1 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  border: 0 none;
  padding: 12px 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: white;
  text-decoration: none;
  background-color: #1d1d1b;
  background-position: 50% 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  margin-top: 21px;
  text-transform: uppercase;
}
.modal .button a.btn1:hover {
  text-decoration: none;
  background-color: #d4003c;
  color: white;
}
.modal .button a.btn2 {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  border: 0 none;
  padding: 12px 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: white;
  text-decoration: none;
  background-color: #d4003c;
  background-position: 50% 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  margin-top: 21px;
  text-transform: uppercase;
  padding-right: 55px;
}
.modal .button a.btn2:hover {
  text-decoration: none;
  background-color: #1d1d1b;
  color: white;
}
.modal .button a.btn2 svg {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;
}
.modal .button a.btn {
  margin: 15px 5px;
}
.modal .pub {
  margin-top: 15px;
}
.modal .pub img {
  width: 100%;
}
@media (min-width: 993px) {
  .modal span {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal .close {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .modal .close svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  body.shopping-cart .connexion .new {
    margin-top: 30px;
  }
  .modal {
    height: auto;
    position: absolute;
    margin-top: -160px;
  }
  .modal .row {
    margin-bottom: 0;
  }
  .modal .close {
    position: absolute;
    right: 13px;
    top: 10px;
  }
  .modal .close svg {
    width: 25px;
    height: 25px;
  }
  .modal span.title {
    font-size: 20px;
    line-height: 20px;
    padding: 15px 15px;
  }
  .modal .img {
    margin-bottom: 15px;
  }
  .modal .content a.btn {
    width: 100%;
    display: block;
    margin: 15px 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('../img/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  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');
}
/* 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-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus: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;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  padding: 0;
  cursor: pointer;
  margin: 0 5px;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0 5px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  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: 50%;
  border-radius: 5px;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  content: '';
  width: 10px;
  height: 10px;
  font-family: "slick";
  font-size: 6px;
  line-height: 10px;
  text-align: center;
  background: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
body.listing .articles .limit {
  padding: 0 !important;
}
body.listing .hearth {
  float: none !important;
}
body.listing .heart {
  float: left;
}
body.listing .heart article {
  padding: 0 !important;
}
body.listing .heart .select {
  margin-bottom: 30px;
}
body.listing .heart .select form {
  text-align: center;
  display: block;
  float: left;
  width: 100%;
}
body.listing .heart .select form .form-group {
  display: inline-block;
  width: auto;
  float: none;
  margin-right: 20px;
  vertical-align: top;
}
body.listing .heart .select form .form-group select {
  width: auto;
}
body.listing .heart .select form .form-group span.ui-selectmenu-button {
  width: auto;
}
body.listing .heart .select form .form-group button {
  background: white;
  border: 1px solid black;
  border-radius: 3px;
  width: 60px;
}
body.listing .heart .select form .form-group button svg {
  width: 27px;
  margin-top: 6px;
  height: auto;
}
body.listing .heart .coup-coeur .txt {
  padding-left: 65px;
  height: auto;
  text-align: left;
}
body.listing .heart .coup-coeur .txt h2 {
  font-size: 20px;
}
body.listing .heart .coup-coeur .txt h2 a {
  color: black;
}
body.listing .heart .coup-coeur .txt h2 a:hover {
  color: #d4003c;
  text-decoration: none;
}
body.listing .heart .coup-coeur .txt .author a {
  font-family: 'ms700', Arial, sans-serif;
  font-size: 16px;
  color: #d4003c;
  text-transform: uppercase;
  -webkit-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  text-decoration: none;
}
body.listing .heart .coup-coeur .txt .author a:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f105';
  color: #d4003c;
  margin-left: 10px;
  font-size: 22px;
  line-height: 17px;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  position: relative;
  left: 0;
  top: 1px;
}
body.listing .heart .coup-coeur .txt .author a:hover:after {
  left: 5px;
}
body.listing .heart .coup-coeur .txt .author a:hover {
  cursor: pointer;
}
body.listing .heart .coup-coeur .txt p {
  font-size: 14px;
  min-height: 240px;
}
body.listing .heart .coup-coeur .txt .articles {
  margin-top: 40px;
}
body.listing .heart .coup-coeur .txt footer {
  margin-bottom: 20px;
}
body.listing .heart .coup-coeur .cover {
  bottom: inherit;
  top: 100px;
}
body.listing .heart .coup-coeur .cover .pourcent { display: none; }
body.listing .heart .articles .limit {
  padding: 0 20px;
  padding-top: 36px;
  padding-bottom: 10px;
}
body.listing .articles.no-bg {
  background: none;
}
body.listing .listing-articles,
body.listing .revue {
  float: left;
  width: 100%;
}
body.listing .listing-articles article,
body.listing .revue article {
  padding: 20px;
}
body.listing .listing-articles .more .content,
body.listing .revue .more .content {
  width: 280px;
  margin: 53px auto 0;
  text-align: center;
  cursor: pointer;
}
body.listing .listing-articles .more .content span,
body.listing .revue .more .content span {
  color: #d4003c;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
body.listing .listing-articles .more .content span img,
body.listing .revue .more .content span img {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
}
body.listing .listing-articles .more .content:hover img,
body.listing .revue .more .content:hover img {
  transform: translate3d(0, -5px, 0);
}
body.listing .listing-articles .more .content.disabled,
body.listing .revue .more .content.disabled {
	cursor: auto;
}
body.listing .listing-articles .more .content.disabled span,
body.listing .revue .more .content.disabled span {
	color: #777777;
}
body.listing .listing-articles .more .content.disabled img,
body.listing .revue .more .content.disabled img {
  display: none;
}
@media (max-width: 767px) {
  body.listing .heart .container .coup-coeur .txt {
    padding: 66px 15px 0;
  }
  body.listing main .heart span.h {
    top: 0;
    margin-bottom: 0;
  }
  body.listing main .heart .container .select {
    margin: 0;
  }
  body.listing .heart .container .coup-coeur .cover {
    top: 0;
    margin-top: 20px;
  }
  body.listing .heart .coup-coeur,
  body.listing .heart .container .coup-coeur .txt footer {
    margin: 0;
  }
  body.listing .heart .container > .row:last-of-type {
    margin: 0 -15px;
  }
  body.listing .listing-articles article,
  body.listing .revue article {
    padding: 0;
  }
  body.listing main .articles article header a {
    text-align: left;
  }
  body.listing .listing-articles .limit .flex,
  body.listing .listing-articles .limit .flex article {
    display: block !important;
  }
  body.listing .heart .container .coup-coeur .txt p {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.listing main .articles {
    overflow: visible;
    margin-top: 60px;
  }
  body.listing .heart .container .coup-coeur .txt p {
    text-align: left;
  }
}
@media (min-width: 993px) {
  body.listing .heart .container .coup-coeur .cover {
    top: 100px;
  }
  main .articles article footer .top .win {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listing-articles {
    margin-top: -60px;
  }
  body.listing .articles .limit {
    padding-top: 60px;
  }
  body.listing .articles.no-bg {
    margin-top: 0 !important;
  }
  body.listing .heart .container .articles .limit {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.listing .heart .coup-coeur .cover {
    top: 40px !important;
  }
  body.listing .heart .coup-coeur .txt {
    padding-left: 80px !important;
  }
}
.connexion span.title {
  text-transform: uppercase;
  text-align: center;
}
.connexion input[type="submit"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  border: 0 none;
  padding: 12px 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: white;
  text-decoration: none;
  background-color: #d4003c;
  background-position: 50% 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  margin-top: 21px;
}
.connexion input[type="submit"]:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}
.connexion .right {
  float: right;
}
.connexion .forms {
  margin-top: 65px;
}
.connexion p.title {
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'ms300', Arial, sans-serif;
}
.connexion p.title span {
  font-family: 'ms900', Arial, sans-serif;
}
.connexion .sepa {
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.connexion .sepa:before {
  content: '';
  border-left: 1px dashed #bebebe;
  position: absolute;
  left: 50%;
  display: block;
  height: 100%;
  z-index: 1;
  top: 0;
}
.connexion .sepa span {
  background: #f8f8f8;
  padding: 20px 2px;
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #bebebe;
}
body.shopping-cart #modalAd .forms {
  margin-top: 0px;
}
body.shopping-cart #modalAd .bg {
  padding: 0 15px 15px;
}
body.shopping-cart #modalAd span.title {
  display: inline-block;
  background: none;
}
body.shopping-cart #modalAd .ad {
  position: relative;
}
body.shopping-cart #modalAd .ad span.icon {
  height: 100px;
  display: block;
}
body.shopping-cart #modalAd .ad span.info {
  display: block;
  position: relative;
  border-top: 4px solid;
  padding-top: 15px;
  text-align: left;
  font-family: 'ms300', Arial, sans-serif;
}
body.shopping-cart #modalAd .ad span.info span {
  font-family: 'ms900', Arial, sans-serif;
}
body.shopping-cart #modalAd .ad span.info:before {
  content: '';
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid;
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translate3d(-50%, 0, 0);
}
body.shopping-cart #modalAd .pts span.info {
  border-top-color: #00A9CD;
}
body.shopping-cart #modalAd .pts span.info:before {
  border-bottom-color: #00A9CD;
}
body.shopping-cart #modalAd .selection span.info {
  border-top-color: #84c6bd;
}
body.shopping-cart #modalAd .selection span.info:before {
  border-bottom-color: #84c6bd;
}
body.shopping-cart #modalAd .mag span.info {
  border-top-color: #ffd831;
}
body.shopping-cart #modalAd .mag span.info:before {
  border-bottom-color: #ffd831;
}
body.shopping-cart #modalAd .discount span.info {
  border-top-color: #f27e30;
}
body.shopping-cart #modalAd .discount span.info:before {
  border-bottom-color: #f27e30;
}
body.shopping-cart .identification .row div .limit {
  float: right;
  width: auto;
}
body.shopping-cart .identification .row div p {
  text-align: right;
  float: left;
  margin: 0;
  /*width: calc(~'100% - 170px');*/
  padding-right: 10px;
  margin-top: 12px;
}
body.shopping-cart .identification .row div button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  border: 0 none;
  padding: 12px 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: white;
  text-decoration: none;
  background-color: #d4003c;
  background-position: 50% 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  margin-top: 21px;
  float: left;
  margin: 0;
  box-sizing: border-box;
  text-transform: uppercase;
  width: 170px;
}
body.shopping-cart .identification .row div button:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}
body.shopping-cart .bloc-panier table {
  width: 100%;
}
body.shopping-cart .bloc-panier table tr th {
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #bebebe;
}
body.shopping-cart .bloc-panier table tr th.produit {
  text-align: left;
}
body.shopping-cart .bloc-panier table tr th.points {
  width: 225px;
}
body.shopping-cart .bloc-panier table tr th.qte {
  width: 75px;
}
body.shopping-cart .bloc-panier table tr th.gain {
  width: 120px;
}
body.shopping-cart .bloc-panier table tr th.prix {
  width: 100px;
  background-color: #f8f8f8;
}
body.shopping-cart .bloc-panier table tr th.close-x {
  width: 50px;
}
body.shopping-cart .bloc-panier table tr th.gain {
  text-align: right;
}
body.shopping-cart .bloc-panier table tr td,
body.shopping-cart .bloc-panier table tr th {
  border-bottom: 1px solid #bebebe;
  vertical-align: middle;
  padding: 20px 15px;
}
body.shopping-cart .bloc-panier table tr td.produit img {
  height: 100px;
  float: left;
  margin: 0 20px;
}
body.shopping-cart .bloc-panier table tr td.produit div.desc {
  float: left;
}
body.shopping-cart .bloc-panier table tr td.produit div.desc span.title {
  text-transform: uppercase;
  font-size: 18px;
}
body.shopping-cart .bloc-panier table tr td.produit div.desc span.author {
  font-size: 16px;
  color: #666666;
}
body.shopping-cart .bloc-panier table tr td.produit div.desc span.ref {
  font-size: 16px;
}
body.shopping-cart .bloc-panier table tr td.produit div.desc span.dispo {
  font-size: 16px;
}
body.shopping-cart .bloc-panier table tr td.produit div.desc span.dispo .green {
  color: #00aa87;
}
body.shopping-cart .bloc-panier table tr td.produit div.desc span.dispo .orange {
  color: #f27e30;
}
body.shopping-cart .bloc-panier table tr td.produit div.desc span.dispo .red {
  color: #d4003c;
}
body.shopping-cart .bloc-panier table tr td.points select,
body.shopping-cart .bloc-panier table tr td.points span {
  margin-top: 5px;
}
body.shopping-cart .bloc-panier table tr td.qte input {
  border: 1px solid black;
  border-radius: 3px;
  padding: 7px 10px;
  display: block;
  margin: auto;
  width: 40px;
  text-align: center;
}
body.shopping-cart .bloc-panier table tr td.gain {
  text-transform: uppercase;
  font-family: 'ms700', Arial, sans-serif;
  color: #f27e30;
  text-align: right;
}
body.shopping-cart .bloc-panier table tr td.prix {
  text-align: center;
  padding-right: 10px;
  font-family: 'ms700', Arial, sans-serif;
  background: #f8f8f8;
}
body.shopping-cart .bloc-panier table tr td.close-x {
  text-align: center;
  cursor: pointer;
}
body.shopping-cart .bloc-panier .pub-panier img {
  width: 100%;
  margin-bottom: 20px;
}
body.shopping-cart .bloc-panier .pub-panier div {
  background: #6b8570;
}
body.shopping-cart .bloc-panier .validation-panier .bloc-recap {
  margin: 0;
}
body.shopping-cart .bloc-panier .validation-panier .bloc-recap .code {
  height: 120px;
  width: 50%;
  float: left;
  background: #eeeeee;
  padding: 20px 0;
}
body.shopping-cart .bloc-panier .validation-panier .bloc-recap .code p {
  text-align: center;
  text-transform: uppercase;
  font-family: 'ms700', Arial, sans-serif;
}
body.shopping-cart .bloc-panier .validation-panier .bloc-recap .code form {
  display: block;
  margin: auto;
  width: 216px;
}
body.shopping-cart .bloc-panier .validation-panier .bloc-recap .code form input[type="text"] {
  border: 1px solid black;
  padding: 10px;
  border-radius: 3px 0 0 3px;
}
body.shopping-cart .bloc-panier .validation-panier .bloc-recap .code form input[type="submit"] {
  border: 1px solid black;
  padding: 10px;
  background: black;
  color: white;
  font-family: 'ms700', Arial, sans-serif;
  border-radius: 0 3px 3px 0;
  margin-left: -5px;
  height: 43px;
}
body.shopping-cart .bloc-panier .validation-panier .bloc-recap .total {
  height: 120px;
  width: 50%;
  float: left;
  background: #f8f8f8;
}
body.shopping-cart .bloc-panier .validation-panier .bloc-recap .total .sous-total {
  clear: both;
  padding: 10px 0;
}
body.shopping-cart .bloc-panier .validation-panier .bloc-recap .total .sous-total p {
  width: 50%;
  float: left;
  text-transform: uppercase;
  font-family: 'ms500', Arial, sans-serif;
}
body.shopping-cart .bloc-panier .validation-panier .bloc-recap .total .sous-total p.prix {
  text-align: right;
  font-family: 'ms900', Arial, sans-serif;
}
body.shopping-cart .bloc-panier .validation-panier .bloc-recap .total .frais-port {
  clear: both;
}
body.shopping-cart .bloc-panier .validation-panier .bloc-recap .total .frais-port p {
  width: 110px;
  float: left;
  text-transform: uppercase;
  font-family: 'ms500', Arial, sans-serif;
  margin-top: 8px;
}
body.shopping-cart .bloc-panier .validation-panier .bloc-recap .total .frais-port form {
  width: calc(100% - 110px);
  float: left;
  font-size: 14px;
}
body.shopping-cart .bloc-panier .validation-panier .bloc-recap .total .frais-port form select,
body.shopping-cart .bloc-panier .validation-panier .bloc-recap .total .frais-port form span {
  font-size: 14px;
}
body.shopping-cart .bloc-panier .validation-panier .bloc-recap .total .total-ttc {
  clear: both;
  padding-top: 10px;
}
body.shopping-cart .bloc-panier .validation-panier .bloc-recap .total .total-ttc p {
  width: 50%;
  float: left;
  font-family: 'ms900', Arial, sans-serif;
}
body.shopping-cart .bloc-panier .validation-panier .bloc-recap .total .total-ttc p.prix {
  text-align: right;
  font-family: 'ms900', Arial, sans-serif;
  font-size: 22px;
  margin-top: -10px;
}
body.shopping-cart .bloc-panier .validation-panier .points {
  position: relative;
  margin: 0;
}
body.shopping-cart .bloc-panier .validation-panier .points .compte {
  text-transform: uppercase;
  width: 50%;
  float: left;
  background: #f27e30;
  padding-top: 15px;
  line-height: 16px;
}
body.shopping-cart .bloc-panier .validation-panier .points .compte .txt {
  width: 50%;
  float: left;
  color: white;
  font-weight: 300;
  text-align: right;
  padding-right: 15px;
}
body.shopping-cart .bloc-panier .validation-panier .points .compte .txt p span {
  font-family: 'ms900', Arial, sans-serif;
}
body.shopping-cart .bloc-panier .validation-panier .points .compte .point {
  width: 50%;
  float: left;
}
body.shopping-cart .bloc-panier .validation-panier .points .compte .point .big {
  color: #fce5d6;
  font-size: 60px;
  width: auto;
  float: left;
  font-family: 'ms100', Arial, sans-serif;
  padding-top: 15px;
}
body.shopping-cart .bloc-panier .validation-panier .points .compte .point p {
  float: left;
  color: white;
  font-family: 'ms700', Arial, sans-serif;
  line-height: 16px;
  margin-top: 10px;
  width: 100px;
  text-align: center;
}
body.shopping-cart .bloc-panier .validation-panier .points .compte .point p .number {
  font-size: 30px;
  font-family: 'ms900', Arial, sans-serif;
}
body.shopping-cart .bloc-panier .validation-panier .points .calcul {
  width: 50%;
  float: left;
  background: #fce5d6;
  color: #f27e30;
  padding-top: 15px;
}
body.shopping-cart .bloc-panier .validation-panier .points .calcul p {
  text-align: right;
}
body.shopping-cart .bloc-panier .validation-panier .points .calcul p span {
  width: 200px;
  display: block;
  margin: 0;
  float: left;
  text-align: left;
}
body.shopping-cart .bloc-panier .validation-panier .points .calcul:before {
  content: '';
  display: block;
  position: absolute;
  background: #f27e30;
  width: 10px;
  height: 40px;
  left: 50%;
  top: 20px;
}
body.shopping-cart .bloc-panier .validation-panier .validation button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  border: 0 none;
  padding: 12px 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: white;
  text-decoration: none;
  background-color: #d4003c;
  background-position: 50% 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  margin-top: 21px;
  -webkit-box-shadow: 5px 5px 5px 0 #B3B3B3;
  box-shadow: 5px 5px 5px 0 #B3B3B3;
  text-transform: uppercase;
  padding: 25px 56px 25px 25px;
  font-size: 16px;
  font-family: 'ms700', Arial, sans-serif;
  float: right;
  right: 30px;
  position: relative;
}
body.shopping-cart .bloc-panier .validation-panier .validation button:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}
body.shopping-cart .bloc-panier .validation-panier .validation button svg {
  height: 24px;
  width: 20px;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  position: absolute;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.shopping-cart .bloc-panier .validation-panier .points .compte {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  body.shopping-cart .bloc-panier .validation-panier .points .compte .txt,
  body.shopping-cart .bloc-panier .validation-panier .points .compte .point {
    text-align: center;
    width: auto;
    display: flex;
    align-self: center;
    padding: 0;
  }
  body.shopping-cart .bloc-panier .validation-panier .points .calcul p {
    text-align: left;
    margin-bottom: 20px;
  }
  body.shopping-cart .bloc-panier .validation-panier .points .compte,
  body.shopping-cart .bloc-panier .validation-panier .points .calcul {
    height: 135px;
  }
  body.shopping-cart .bloc-panier .validation-panier .points .calcul:before {
    height: 50%;
    top: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.shopping-cart .bloc-panier table tr th.points {
    text-align: left;
  }
  .command .identification .new {
    margin-top: 0 !important;
  }
  body.shopping-cart .bloc-panier table tr td,
  body.shopping-cart .bloc-panier table tr th {
    padding: 20px 2px;
  }
  body.shopping-cart .bloc-panier table tr td.gain {
    text-align: center;
  }
  body.shopping-cart .bloc-panier table tr th.gain {
    text-align: center;
  }
  body.shopping-cart .bloc-panier table tr td.produit div.desc span.title {
    font-size: 16px;
  }
  body.shopping-cart .bloc-panier table tr td.produit div.desc span.author,
  body.shopping-cart .bloc-panier table tr td.produit div.desc span.ref {
    font-size: 14px;
  }
  body.shopping-cart .bloc-panier table tr td.produit div.desc span.dispo {
    font-size: 13px;
  }
  body.shopping-cart .bloc-panier table tr td .ui-selectmenu-button span.ui-selectmenu-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body.shopping-cart .bloc-panier table tr td {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 15px 5px;
  }
  body.shopping-cart .bloc-panier table tr td p.title {
    float: left;
    display: inline-block !important;
  }
  .command .identification .object {
    display: block !important;
  }
  .command .identification .adherent {
    margin-bottom: 30px;
  }
  .command .identification .new,
  .command .identification .adherent {
    display: block;
    float: left;
    width: 100%;
  }
  .command .identification .new {
    margin-top: 0 !important;
  }
  body.shopping-cart .bloc-panier table tr {
    padding-top: 60px;
    display: block;
    float: left;
    width: 100%;
  }
  body.shopping-cart .bloc-panier table tr:nth-child(2) {
    padding-top: 0 !important;
  }
  body.shopping-cart .bloc-panier table tr td.prix {
    padding: 15px 5px;
  }
  body.shopping-cart .bloc-panier table tr td.qte input {
    float: right;
  }
  body.shopping-cart .bloc-panier table tr td.gain span,
  body.shopping-cart .bloc-panier table tr td.prix span {
    display: block;
    float: right;
  }
  body.shopping-cart .bloc-panier .validation-panier .bloc-recap .total,
  body.shopping-cart .bloc-panier .validation-panier .points .calcul,
  body.shopping-cart .bloc-panier .validation-panier .bloc-recap .code,
  body.shopping-cart .bloc-panier .validation-panier .points .compte {
    width: 100%;
  }
  body.shopping-cart .bloc-panier .validation-panier .points .compte .txt p {
    text-align: left;
  }
  body.shopping-cart .bloc-panier .validation-panier .bloc-recap .code p {
    width: 100%;
    float: left;
  }
  body.shopping-cart .identification .row div p {
    text-align: center;
  }
  body.shopping-cart .identification .row div {
    text-align: center;
  }
  body.shopping-cart .identification .row div button {
    float: none;
    margin-top: 15px;
  }
  body.shopping-cart main .heart {
    margin-top: 0;
  }
  body.shopping-cart main div.bg {
    padding-top: 45px;
  }
  body.shopping-cart .connexion .sepa,
  body.shopping-cart .connexion .new,
  body.shopping-cart .connexion .adherent {
    display: block;
  }
  .connexion .row.forms {
    display: block;
  }
  body.shopping-cart #modalAd .ad {
    margin-bottom: 30px;
  }
  body.shopping-cart .bloc-panier .validation-panier .points .calcul,
  body.shopping-cart .bloc-panier .validation-panier .points .compte,
  body.shopping-cart .bloc-panier .validation-panier .points {
    display: block;
  }
  body.shopping-cart .bloc-panier .validation-panier .validation button {
    display: block;
    width: 100%;
    right: 0;
  }
  body.shopping-cart .bloc-panier .validation-panier .points .compte .point p {
    width: 75px;
  }
  body.shopping-cart .bloc-panier .validation-panier .points .compte .point .big:first-of-type {
    text-indent: 9px;
  }
  .identification .new {
    margin-top: 60px;
  }
  body.command main div.bg {
    padding-top: 1px;
  }
}
body.history main div.bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #eeeeee 0%, rgba(255, 255, 255, 0) 5%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eeeeee 0%, rgba(255, 255, 255, 0) 5%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eeeeee 0%, rgba(255, 255, 255, 0) 5%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
div.history .title h2 span {
  background: #F1F1F1;
  font-size: 32px;
}
div.history .title h2 {
  margin-bottom: 30px;
}
div.history .subtitle {
  margin-bottom: 30px;
  display: block;
  width: 100%;
  text-align: center;
}
.parentright-account .row.history {
  margin: 0;
}
.parentright-account .nbcommand {
  font-family: 'ms300', Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 5px;
}
.parentright-account .filter {
  text-align: right;
}
.parentright-account .filter .ui-selectmenu-button {
  width: 95% !important;
}
.parentright-account .filter div {
  display: table;
  float: right;
  width: 100%;
}
.parentright-account .filter span.txt {
  padding: 0;
  margin: 0;
  display: table-cell;
  top: 0;
  vertical-align: middle;
}
.parentleft-account .guarantee {
  width: 270px;
  float: left;
  margin-top: 30px;
  padding: 0 25px;
}
.parentleft-account .guarantee1 {
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  position: relative;
  padding: 20px 0;
}
.parentleft-account .guarantee1:before {
  content: '';
  width: 56px;
  height: 4px;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -28px;
  background: #d4003c;
}
.parentleft-account .guarantee1 span.title {
  font-family: 'ms300', Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.parentleft-account .guarantee1 p {
  text-align: center;
}
.parentleft-account .guarantee2 {
  border-bottom: 1px solid #bebebe;
  float: left;
  width: 100%;
  padding-bottom: 30px;
  position: relative;
}
.parentleft-account .guarantee2:after {
  content: '';
  width: 56px;
  height: 4px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -28px;
  background: #d4003c;
}
.parentleft-account .guarantee2 span.title {
  font-family: 'ms900', Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 16px;
  float: left;
  width: 100%;
}
.parentleft-account .guarantee2 p {
  text-align: center;
  float: left;
  width: 100%;
}
.parentleft-account .guarantee2 a.tel {
  display: block;
  text-align: center;
  font-family: 'ms900', Arial, sans-serif;
  font-size: 18px;
  color: #1d1d1b;
  float: left;
  width: 100%;
  text-decoration: none;
  -webkit-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  padding: 10px 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #eeeeee;
}
.parentleft-account .guarantee2 a.tel:hover {
  color: #d4003c;
}
.parentleft-account .guarantee2 a.tel svg {
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.parentleft-account .guarantee2 .taxetel {
  display: block;
  text-align: left;
  color: #bebebe;
  font-size: 12px;
  padding: 0 0 0 20px;
  margin: 25px 0 30px;
  float: left;
  width: 100%;
}
.parentleft-account .guarantee2 ul {
  display: block;
  float: left;
  width: 100%;
}
.parentleft-account .guarantee2 ul li {
  list-style: none;
  float: left;
  width: 100%;
}
.parentleft-account .guarantee2 ul li a {
  font-size: 13px;
  color: #1d1d1b;
  text-decoration: none;
  -webkit-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: color 0.3s cubic-bezier(0.19, 0.59, 0.41, 0.94);
}
.parentleft-account .guarantee2 ul li a:hover {
  color: #d4003c;
}
.parentleft-account .guarantee2 ul li a:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f105';
  margin-right: 5px;
  display: block;
  float: left;
  width: 2%;
}
.parentleft-account .guarantee2 ul li a span {
  display: inline-block;
  width: 90%;
  float: left;
}
@media (max-width: 767px) {
  body.history main {
    margin-top: -48px;
  }
  .parentright-account .nbcommand {
    text-align: center;
    margin-bottom: 30px;
  }
  .parentright-account .filter {
    text-align: center;
  }
}
div.parentright-account {
  margin: 0;
}
body.address main div.bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #eeeeee 0%, rgba(255, 255, 255, 0) 5%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eeeeee 0%, rgba(255, 255, 255, 0) 5%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eeeeee 0%, rgba(255, 255, 255, 0) 5%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
.addresses h2 {
  margin-bottom: 25px;
}
.addresses h2 span {
  background: #F1F1F1 !important;
  font-size: 32px !important;
}
.addresses h2:before {
  background: #bebebe !important;
}
.addresses h3 {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
}
.addresses h3 span {
  font-size: 18px;
  font-family: 'ms300', Arial, sans-serif;
  display: inline-block;
  background: #F0F0F0;
  position: relative;
  z-index: 2;
  padding: 2px 15px;
}
.addresses h3:before {
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #bebebe;
  margin-top: -0.5px;
  top: 50%;
  z-index: 1;
}
.addresses .addr {
  float: left;
}
.addresses .addr span {
  display: block;
}
.addresses .addr span span {
  display: inline-block;
  font-family: 'ms900', Arial, sans-serif;
}
.addresses .addr span.adress {
  margin: 20px 0;
}
@media (max-width: 767px) {
  body.address main {
    margin-top: -48px;
  }
}
.command .connexion .sepa span {
  background: white;
}
body.command .content .connexion .row.forms {
  display: none;
}
.order-accordeon {
  font-family: 'ms300', Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 100px;
}
.order-accordeon h2 {
  display: block;
  border-top: 1px solid #bebebe;
  padding-top: 15px;
  font-size: 20px;
  text-transform: uppercase;
}
.order-accordeon h2:before {
  position: relative;
  display: inline-block;
  padding: 5px 9px 3px;
  color: white;
  font-family: 'ms900', Arial, sans-serif;
  background: #d4003c;
  margin-right: 13px;
}
.order-accordeon h3 {
  font-family: 'ms700', Arial, sans-serif;
  font-size: 18px;
}
.order-accordeon .accordeon {
  margin-bottom: 15px;
  opacity: .4;
  cursor: pointer;
  position: relative;
}
.order-accordeon .accordeon img.valid {
  display: none;
  position: absolute;
  right: 15px;
  top: 21px;
}
.order-accordeon .accordeon.on {
  opacity: 1;
  cursor: text;
}
.order-accordeon .accordeon.noClick {
  cursor: auto;
}
.order-accordeon .accordeon .object {
  display: none;
}
.order-accordeon .accordeon.valid img.valid {
  display: block;
}
.order-accordeon .newsaddresses h3 {
  margin-top: 40px;
  margin-bottom: 32px;
}
.order-accordeon .newsaddresses p {
  color: #666666;
  font-size: 14px;
  line-height: 16px;
}
.order-accordeon .identification h2:before {
  content: '1';
}
.order-accordeon .facturation h2:before {
  content: '2';
}
.order-accordeon .livraison h2:before {
  content: '3';
}
.order-accordeon .recap h2:before {
  content: '4';
}
.order-accordeon .paiement h2:before {
  content: '5';
}
.infos-order .recapitulatif {
  border: 1px solid #bebebe;
  padding: 15px;
}
.infos-order .recapitulatif h3 {
  font-family: 'ms900', Arial, sans-serif;
  font-size: 14px;
  width: 100%;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  padding-top: 10px;
  margin-bottom: 25px;
}
.infos-order .recapitulatif h3:before {
  content: '';
  width: 40px;
  height: 4px;
  background: #1d1d1b;
  position: absolute;
  display: block;
  margin-left: -20px;
  left: 50%;
  top: -5px;
}
.infos-order .recapitulatif .line1 .indic {
  display: block;
}
.infos-order .recapitulatif .line1 .indic .price {
  font-family: 'ms900', Arial, sans-serif;
}
.infos-order .recapitulatif a.simpleBtn {
  font-family: 'ms700', Arial, sans-serif;
  font-size: 16px;
  color: #d4003c;
  text-transform: uppercase;
  -webkit-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: color 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  font-size: 14px;
  position: relative;
  text-decoration: none;
  margin-top: 45px;
  display: inline-block;
}
.infos-order .recapitulatif a.simpleBtn:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f105';
  color: #d4003c;
  margin-left: 10px;
  font-size: 22px;
  line-height: 17px;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.2s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  position: relative;
  left: 0;
  top: 1px;
}
.infos-order .recapitulatif a.simpleBtn:hover:after {
  left: 5px;
}
.infos-order .recapitulatif a.simpleBtn img {
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -15px;
}
.recap table {
  width: 100%;
  margin-top: 45px;
}
.recap table th {
  font-family: 'ms700', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #1d1d1b;
  padding: 14px 0;
  text-align: left;
}
.recap table th.price {
  text-align: right;
  width: 60px;
}
.recap table th.qty {
  width: 60px;
}
.recap table th.pts {
  width: 120px;
}
.recap table th.unitprice {
  width: 120px;
}
.recap table th.product {
  width: 300px;
}
.recap table tbody tr:last-of-type td {
  border: 0;
}
.recap table tbody td {
  padding: 15px 0;
  font-size: 14px;
  border-bottom: 1px dashed #bebebe;
}
.recap table tbody td.product {
  text-align: left;
}
.recap table tbody td.product span {
  display: block;
  text-align: left;
}
.recap table tbody td.product span.title {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'ms700', Arial, sans-serif;
}
.recap table tbody td.product span.ref {
  color: #333333;
  font-size: 14px;
}
.recap table tbody td.qty,
.recap table tbody td.unitprice,
.recap table tbody td.pts {
  text-align: left;
  font-family: 'ms700', Arial, sans-serif;
}
.recap table tbody td.price {
  text-align: right;
  font-family: 'ms700', Arial, sans-serif;
}
.recap table tfoot td {
  text-align: right;
  padding: 15px 0;
}
.recap table tfoot td.borderTop {
  border-top: 1px solid #1d1d1b;
  font-size: 14px;
}
.recap table tfoot td.borderBottom {
  border-bottom: 1px solid #1d1d1b;
  font-family: 'ms700', Arial, sans-serif;
}
.line {
  border-bottom: 1px solid #bebebe;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.line:last-of-type {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.line h4 {
  font-size: 14px;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
body.command .validation {
  text-align: center;
  margin-top: 55px;
}
body.command .validation button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  border: 0 none;
  padding: 12px 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: white;
  text-decoration: none;
  background-color: #d4003c;
  background-position: 50% 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  margin-top: 21px;
  top: -10px;
  position: relative;
  margin-left: 15px;
}
body.command .validation button:hover {
  text-decoration: none;
  background-color: #1d1d1b;
  color: white;
}
body.command form.paiement {
  margin-top: 38px;
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
body.command form.paiement .first {
  margin-bottom: 15px;
  display: block;
}
body.command form.paiement .last {
  margin-bottom: 30px;
}
body.command form.paiement .ico {
  position: relative;
}
body.command form.paiement .ico2 {
  margin-left: 82px;
  top: -3px;
}
body.command form.paiement .radiochoice {
  margin: 0 5px 0 8px;
}
body.command form.paiement .date {
  padding: 15px 0;
}
body.command form.paiement .bg {
  background: #eeeeee;
  padding: 20px;
  margin-bottom: 30px;
}
body.command form.paiement input[type=text] {
  font-size: 14px;
  padding: 5px 15px;
  border: 1px solid #666666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin: 0 10px;
}
body.command form.paiement i {
  color: #bebebe;
}
body.command form.paiement i.fa-credit-card:last-of-type {
  margin-left: 60px;
}
body.command form.paiement i.fa-question-circle {
  color: #1d1d1b;
  cursor: pointer;
}
body.command form.paiement #num {
  width: 300px;
}
body.command form.paiement #crypt {
  width: 90px;
}
body.command form.paiement .ui-selectmenu-button {
  width: 90px !important;
  margin: 0 10px;
  top: 14px;
  position: relative;
}
body.command form.paiement .ui-selectmenu-button:not(:root:root) {
  top: 0 !important;
}
body.command form.paiement .end {
  text-align: center;
}
body.command form.paiement button.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  border: 0 none;
  padding: 12px 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: white;
  text-decoration: none;
  background-color: #d4003c;
  background-position: 50% 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  margin-top: 21px;
}
body.command form.paiement button.btn:hover {
  text-decoration: none;
  background-color: #1d1d1b;
  color: white;
}

.static main > .container{
	margin-top:75px;
	margin-bottom:25px;
	color: #1d1d1b;
    font-family: "ms300",Arial,sans-serif;
    font-size: 16px;
}

.static main > .container h1{
	font-size:1.6em;
	margin-bottom:20px;
}
.static main > .container h2{
	font-size:1.2em;
	margin:10px 0px 10px 0px;
	color:#d4003c;
}
.static main > .container ul{
	margin-left: 30px;
    padding: 25px;
}
.static main > .container p{
	margin-bottom:10px;
}

.static main > .container .btn{
	-webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  border: 0 none;
  padding: 12px 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: white;
  text-decoration: none;
  background-color: #d4003c;
  background-position: 50% 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  margin-top: 21px;
}

.static main > .container article{
	 margin-bottom: 90px;

}


#revue-litteraire{
	box-shadow: -16px 15px 16px -8px #595959;
}

#premier_Chap{
	background-color:#dca6ad;
	margin-top:15px;
	padding:10px;
}
#premier_Chap h2{
	text-align:center;
	padding:10px;
}
#premier_Chap button.btn{
    background-clip: padding-box;
    background-color: #d4003c;
    background-position: 50% 50%;
    border: 0 none;
    border-radius: 0;
    color: white;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 17px;
    margin: 16px auto 0;
    padding: 12px 34px;
    text-align: center;
    text-decoration: none;
    transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94) 0s;
	width:40%;
}

#motenv input[type="text"]{
	font-family: "FontAwesome";
    padding: 5px 15px;
	background: white none repeat scroll 0 0 !important;
    border: 1px solid #1d1d1b !important;
    border-radius: 3px;
    color: #1d1d1b;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    width: 100% !important;
}
.prem_chap_liste{
	margin-bottom:10px;
}



@media (min-width: 992px) and (max-width: 1199px) {
  .infos-order .recapitulatif a.simpleBtn {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .command .connexion .row.forms {
    display: block;
  }
  .command .identification .new {
    margin-top: 60px;
  }
  .infos-order .recapitulatif a.simpleBtn {
    font-size: 13px;
  }
  .infos-order .recapitulatif a.simpleBtn img {
    display: none;
  }
  body.command form .crypto {
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: left;
  }
  body.command form .crypto i.fa-credit-card {
    margin: 0 !important;
  }
  body.command form #num {
    width: 200px !important;
  }
}
@media (max-width: 767px) {
  .order-accordeon h2 {
    font-size: 16px;
  }
  .command .form-high-level .row {
    margin-bottom: 0;
  }
  .infos-order .recapitulatif a.simpleBtn {
    font-size: 13px;
  }
  .infos-order .recapitulatif a.simpleBtn img {
    display: none;
  }
  body.command .content .connexion .row.forms {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  body.command table tr th {
    display: none;
  }
  body.command .infos-order {
    display: none;
  }
  body.command table tr td {
    text-align: right !important;
    display: block;
    width: 100%;
    font-size: 16px;
    font-family: 'ms900', Arial, sans-serif !important;
    border-bottom: 0;
    padding: 10px 0;
  }
  body.command table tr td:before {
    content: attr(data-title);
    display: inline-block;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #666666;
    font-family: 'ms500', Arial, sans-serif;
    padding: 10px 0;
  }
  body.command table tr td.product {
    text-align: left !important;
  }
  body.command table tr td.product:before {
    width: 100%;
    border-bottom: 1px dashed #666666;
    margin-bottom: 10px;
  }
  body.command table tr td.price {
    border-bottom: 1px solid #1d1d1b;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
  body.command form .datum {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
  }
  body.command form .datum .ui-selectmenu-button {
    margin: -30px 0 30px;
    top: 42px !important;
  }
  body.command form .datum .ui-selectmenu-button:not(:root:root) {
    top: 22px !important;
  }
  body.command form .datum .separator {
    display: inline-block;
    height: 35px;
  }
  body.command form .crypto {
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: left;
  }
  body.command form .crypto i.fa-credit-card {
    margin: 0 !important;
  }
  body.command form #num {
    width: 230px !important;
    margin: 10px 0 30px;
  }
  body.command form.paiement button.btn {
    padding: 12px 18px;
    width: 100%;
  }
  body.command form.paiement .ico {
    display: block;
    margin: 0 0 10px !important;
  }
}
body.confirmation-command .confirmation span.title {
  font-size: 30px;
  color: #1d1d1b;
  font-family: 'ms100', Arial, sans-serif;
  display: block;
  margin-top: 40px;
  padding-left: 50px;
  position: relative;
}
body.confirmation-command .confirmation span.title img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -28px;
}
body.confirmation-command .confirmation p.num {
  margin-top: 30px;
  padding: 16px 0;
  border-top: 1px dashed #bebebe;
  border-bottom: 1px dashed #bebebe;
  font-family: 'ms900', Arial, sans-serif;
  font-size: 18px;
}
body.confirmation-command .confirmation p.info {
  margin-top: 20px;
}
body.confirmation-command .confirmation div.action {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 100px;
}
body.confirmation-command .confirmation div.action a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  border: 0 none;
  padding: 12px 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: white;
  text-decoration: none;
  background-color: #d4003c;
  background-position: 50% 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  transition: all 0.6s cubic-bezier(0.19, 0.59, 0.41, 0.94);
  margin-top: 21px;
  margin: 0 50px;
}
body.confirmation-command .confirmation div.action a:hover {
  text-decoration: none;
  background-color: #1d1d1b;
  color: white;
}
@media (max-width: 767px) {
  body.confirmation-command .confirmation div.action {
    margin-bottom: 30px !important;
  }
  body.confirmation-command .confirmation div.action a {
    margin: 20px 0 !important;
  }
  body.confirmation-command .confirmation span.title {
    padding-left: 0 !important;
  }
  body.confirmation-command .confirmation span.title img {
    display: none;
  }
}
