@charset "UTF-8";
/* Slider */
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700");
.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;
  margin-left: auto;
  margin-right: auto; }
  .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";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 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: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: 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; }

/*COLORS*/
/*FONTS*/
body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.content_only #headband_cookies {
  display: none; }

.fancybox-open {
  overflow: hidden; }

#wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  text-align: left; }

hr {
  background: none !important; }

#main {
  width: 100%;
  margin: 0 auto;
  padding: 85px 0 0;
  /* Avec bimpulse */
  /*padding: 181px 0 0;*/
  /* Sans bimpulse */
  text-align: left;
  background-color: white;
  /*background:url(../img/layout/fd-main.png) no-repeat top center;*/ }

.textarea textarea {
  color: #000034; }

#main.fd {
  background: url(../img/layout/fd-main2.png) no-repeat top center; }

hr {
  visibility: visible;
  border: none;
  background: #e5e8ee; }

.mainBg {
  position: relative;
  width: 980px;
  margin: 30px auto;
  padding: 10px 0 0px 0;
  background: #ffffff; }

/*BACKGROUND mainBg*/
.mainBg:before,
.mainBg:after {
  display: table;
  content: ''; }

.mainBg:after {
  clear: both; }

/**/
#index .mainBg {
  /* padding-top: 0; */
  /* margin-top: 0; */
  margin: 0;
  padding: 0;
  background: none; }

#category .mainBg {
  margin: 0;
  padding-top: 0;
  background: none;
  background-color: transparent; }

#category_cms {
  font-size: 14px;
  float: none;
  width: 1280px;
  margin: auto;
  padding-top: 75px;
  padding-bottom: 145px;
  padding-left: 20px;
  color: #696969; }

#category_cms h1 {
  font-family: benchnineregular;
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 40px;
  color: #1e2b58; }

#category_cms p {
  font-size: 14px; }

#category_cms h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 22px;
  color: #696969; }

#category .bandeauHotPoint.full #global {
  width: 100% !important;
  background-size: cover; }

#category .bandeauHotPoint.full {
  position: relative; }

.right130 {
  margin-right: 130px; }

#category .mainBg #colD .bandeauHotPoint h1,
h1.category-title {
  font: 23px/23px 'Lora';
  margin-bottom: 6px;
  padding-top: 30px;
  text-align: left;
  text-transform: uppercase;
  color: #1e2b58; }

@media screen and (max-height: 768px) {
  #category .bandeauHotPoint.full #global {
    height: 250px !important; }
  #category .mainBg #colD .bandeauHotPoint h1,
  h1.category-title {
    padding-top: 20px; } }

#category .mainBg #colD .bandeauHotPoint img {
  width: 100%; }

#category .category-description, .category_description {
  font: 18px Times New Roman;
  font-style: italic;
  line-height: 20px;
  /*border-bottom:1px solid #dde0e7;*/
  margin-top: 5px;
  padding: 17px 19px;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  color: #806c59;
  background: #fdfeff; }

.category_description a {
  font: 13px Times New Roman;
  font-style: italic;
  line-height: 20px;
  text-decoration: underline;
  /*border-bottom:1px solid #dde0e7;*/
  margin-top: 5px;
  padding: 17px 19px;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  color: #806c59;
  background: #fdfeff; }

.category_description h2 {
  font: 15px Times New Roman;
  font-style: italic;
  line-height: 20px;
  /*border-bottom:1px solid #dde0e7;*/
  margin-top: 5px;
  padding: 17px 19px;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  color: #1e2b58;
  background: #fdfeff; }

#category .category-description-search {
  font: 30px Times New Roman;
  font-style: italic;
  line-height: 20px;
  padding-top: 27px;
  padding-bottom: 0;
  color: #806c59;
  width: 300px;
  background: #fdfeff;
  margin: auto; }

.atelier .atelier-img img {
  width: auto;
  height: auto; }

/* !IMPORTANT POUR ECRASER STYLES DEFINIS DANS LE WYSIWYG */
#category .category-description p,
#category .category-description h2,
#category .category-description span {
  font: 15px Times New Roman !important;
  font-style: italic !important;
  color: #806c59 !important;
  margin-bottom: 0;
  text-align: left !important; }

body#category {
  min-width: 980px;
  background: #ffffff; }

#category #colD {
  position: relative;
  width: 100%;
  /*background: grey;*/
  margin: auto;
  margin-left: 35px; }

@media screen and (max-width: 1480px) {
  #category #colD {
    margin-top: 80px; } }

@media screen and (max-width: 1279px) {
  #category #colD,
  #category_cms {
    box-sizing: border-box; } }

#category .head-category + #colG #elasticsearch_block_left {
  top: -57px; }

#category .head-category-search + #colG #elasticsearch_block_left {
  top: -57px; }

#category #colG {
  z-index: 15;
  float: none;
  width: 100%; }

#category .mainBg {
  box-sizing: border-box;
  width: 100%; }

/*Trier par*/
.sort-product {
  position: absolute;
  z-index: 1;
  top: 14px;
  right: 45px; }

@media screen and (max-width: 1450px) {
  .sort-product {
    position: absolute;
    top: 70px;
    right: 30px;
    z-index: 1; } }

@media screen and (max-width: 1024px) {
  .sort-product {
    top: 70px;
    right: 30px; } }

@media screen and (max-width: 920px) {
  .sort-product {
    top: 165px;
    right: 30px; } }

#category .sort-product .select {
  padding-right: 20px; }

.sort-product-content {
  width: 980px;
  /* height: 0px; */
  margin: 0 auto; }

#category .float_r {
  float: none !important; }

.sort-product-content label.float_r {
  padding: 0 !important; }

.sort-product-content #selectProductSort {
  font-family: Times New Roman;
  font-size: 13px;
  height: 34px;
  margin-left: 15px;
  padding-left: 10px;
  text-transform: uppercase;
  color: #806c59;
  border: 0; }

_:-moz-tree-row(hover), .selector1:after {
  content: '';
  background-image: url("../img/panier-moncompte-fleche2.png");
  width: 4px;
  height: 7px;
  transform: rotate(90deg);
  background-position: center;
  background-size: cover;
  z-index: 3;
  position: absolute;
  right: 30px;
  top: 13px; }

_:-moz-tree-row(hover), .sort-product-content #selectProductSort {
  -moz-appearance: none;
  text-indent: 0.01px;
  padding-right: 20px; }

.topbar-menu {
  background-color: #000034; }

.main section {
  margin-bottom: 30px; }

.topbar-menu .navbar-nav > li > a {
  font-family: Times New Roman;
  font-size: 12px;
  margin: 10px 0;
  padding: 0 10px;
  text-transform: uppercase; }

.topbar-menu .navbar-nav.pull-right > li > a {
  color: #ffffff; }

.topbar-menu .navbar-nav.pull-left > li > a {
  border-right: 1px solid #838383; }

.topbar-menu .navbar-nav.pull-left > li:last-child > a,
.topbar-menu .navbar-nav.pull-left > li:first-child > a {
  border-right: 0; }

.topbar-menu .navbar-nav.pull-left > li:first-child > a:hover,
.topbar-menu .navbar-nav.pull-left > li:first-child > a:active,
.topbar-menu .navbar-nav.pull-left > li:first-child > a:focus {
  color: #806c59; }

.topbar-menu .navbar-nav > li > a:hover,
.topbar-menu .navbar-nav > li > a:focus,
.topbar-menu .navbar-nav > li > a:active {
  color: #ffffff;
  background-color: #000034; }

#category .select {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0; }

#category label[for='selectProductSort'] {
  font-family: Times New Roman;
  font-size: 13px;
  text-transform: uppercase;
  color: #000034; }

/* End trier par*/
/*Colonnes*/
#colG,
#colD,
#colG200,
#colD720 {
  /*overflow:hidden;*/
  display: block;
  height: auto; }

#colG {
  float: left;
  clear: both;
  width: 260px; }

#colD {
  float: right;
  width: 695px;
  margin-right: 5px; }

#search #colD {
  width: auto;
  padding-left: 10px; }

/*lien*/
a.lien,
a.lien:visited {
  font-size: 14px;
  line-height: normal;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 12px 0 0;
  text-decoration: underline;
  text-transform: uppercase;
  color: #696969;
  background: url(../img/deco/fleche-gris2.gif) no-repeat right center; }

a.lien:hover {
  text-decoration: none !important; }

.encart a.lien {
  clear: left;
  background: url(../img/deco/lien.gif) no-repeat right center; }

#colD720 .identification a.lien {
  float: right;
  margin: 0 0 0 8px; }

.psab {
  position: absolute;
  right: 30px;
  bottom: 20px; }

.rel {
  position: relative;
  padding-bottom: 20px; }

a.suivant,
a.precedent {
  font: 14px/39px Arial;
  font-weight: bold;
  line-height: 39px;
  position: absolute;
  top: 0;
  display: block;
  width: auto;
  color: #1e2b58; }

a.precedent {
  z-index: 50;
  left: 0;
  padding-left: 10px;
  background: url(../img/deco/puce-precedent.gif) no-repeat left; }

a.suivant {
  right: 0;
  padding-right: 10px;
  background: url(../img/deco/puce-suivant.gif) no-repeat right; }

a.suivant:hover,
a.precedent:hover {
  color: #1d2b58; }

.colCompte {
  position: relative;
  /*background: url(../img/layout/fd-compte.jpg) no-repeat top left;*/
  float: right;
  width: 295px;
  height: 79px;
  margin-top: 10px;
  padding-right: 2px;
  background-color: transparent; }

.colCompte > img {
  float: right;
  margin-top: 0;
  margin-right: 3px; }

.colCompte .compte {
  float: right;
  /*padding-left:10px;*/
  padding-right: 20px; }

.colCompte .compte p {
  font-size: 10px;
  line-height: normal;
  margin: 0;
  color: #1e2b58; }

.colCompte .compte .colBottom {
  display: block; }

.colCompte .compte .colBottom .colLiens {
  display: block;
  height: 35px; }

.lientop {
  float: left;
  cursor: pointer; }

/*.colCompte .compte .colBottom .colLiens a:hover, .lientop:hover {
    background:#1a2343;
    color:#fff;
}*/
.colCompte .compte .colBottom .colArticles {
  position: relative;
  display: block;
  float: left;
  float: right;
  margin-top: -5px;
  padding: 0 0 0 7px; }

.colCompte .disconnect {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 8px;
  width: 7px;
  height: 7px;
  background: url(../img/picto/cart_logout.png) no-repeat left top; }

.colCompte .disconnect a {
  font-size: 1px;
  display: block;
  width: 7px;
  height: 7px;
  text-indent: -9999px;
  background: url(../img/picto/cart_logout.png) no-repeat left top; }

.colCompte .colBottom .colArticles a.ouvrir {
  z-index: 100;
  display: block;
  float: left;
  width: 17px;
  height: 14px;
  padding: 0;
  text-indent: -9999px;
  background: url(../img/bouton/bt-panier.gif) no-repeat 0 0; }

.colCompte .colBottom .colArticles a.ouvrir:hover,
.colCompte .colBottom .colArticles a.ouvrir.active {
  background: url(../img/bouton/bt-panier.gif) no-repeat 0 -14px; }

.panierOuvert {
  position: absolute;
  top: 69px;
  right: 1px;
  display: block;
  overflow: hidden;
  width: 223px;
  height: auto; }

.panierOuvert .bt {
  display: block;
  clear: both;
  width: 223px;
  height: 10px;
  background: url(../img/layout/panier.gif) no-repeat; }

.panierOuvert .miniPanier {
  display: block;
  clear: both;
  overflow: hidden;
  width: 197px;
  height: auto;
  padding: 12px;
  border: 1px solid #dfe0e0;
  border-top: 0;
  background: #ffffff; }

.panierOuvert .miniPanier p.col1,
.panierOuvert .miniPanier p.col2,
.panierOuvert .miniPanier div.col3 {
  font-size: 11px;
  line-height: 24px;
  display: block;
  float: left;
  width: 105px;
  height: 24px;
  margin: 0;
  color: #1e2b58;
  border-bottom: 1px solid #dfe0e0; }

.panierOuvert .miniPanier p.col1 b,
.panierOuvert .miniPanier p.col2 b {
  font-size: 13px; }

.panierOuvert .miniPanier p.col2 {
  font-weight: bold;
  width: 73px;
  text-align: right; }

.panierOuvert .miniPanier div.col3 {
  width: 18px; }

/*Sousmenu*/
.sousmenu {
  position: absolute;
  top: 117px;
  left: -18px;
  display: block;
  overflow: hidden;
  width: 940px;
  height: auto;
  padding: 20px;
  border-bottom: 4px solid #1e2b58;
  background: #ffffff;
  box-shadow: 0 0 2px 2px #1e2b58;
  -o-box-shadow: 0 0 2px 2px #1e2b58; }

.ie7 .sousmenu {
  left: -20px;
  width: 942px; }

.sousmenu ul.niveau1 {
  display: block;
  float: left;
  width: 140px;
  height: 190px;
  border-right: 1px solid #dfe0e0; }

.sousmenu ul.niveau1 li,
.sousmenu ul.niveau1 li a {
  font-size: 12px;
  line-height: 22px;
  display: block;
  width: 140px;
  height: 22px;
  color: #3c3c3d; }

.sousmenu ul.niveau1 li a:hover {
  font-weight: bold;
  color: #273762; }

.sousmenu ul.niveau1 li.titre {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #273762; }

.sousmenu .photo {
  position: relative;
  display: block;
  float: right;
  width: 300px;
  height: 190px; }

.sousmenu .photo h1 {
  font-size: 18px;
  line-height: normal;
  position: absolute;
  bottom: 10px;
  left: 5px;
  display: block;
  width: 285px;
  height: 36px;
  text-transform: uppercase;
  color: #ffffff; }

.sousmenu .photo h1 span {
  font-size: 25px;
  display: block; }

.ie7 .sousmenu .photo h1 {
  bottom: 20px; }

/*Main*/
#main #contentMain {
  height: auto;
  margin: 0 auto; }

#main #contentMain h3 {
  font-family: 'Lora';
  font-size: 33px;
  display: block;
  clear: both;
  font-weight: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000034; }

#product #contentMain h3 {
  margin-top: 35px;
  margin-bottom: 15px;
  padding-left: 27px; }

#product #contentMain h3.title {
  font-size: 36px;
  font-weight: normal;
  margin: 80px 15px 17px;
  padding: 0;
  text-align: center; }

#product #contentMain h3.title span {
  font-family: 'Lora';
  font-size: 22px;
  position: relative;
  z-index: 2;
  padding-top: 5px;
  padding-left: 10px;
  text-transform: uppercase;
  padding-right: 10px;
  background: #ffffff; }

#product #contentMain h3.title span::before {
  position: absolute;
  top: 19px;
  left: -62px;
  display: inline-block;
  width: 65px;
  height: 5px;
  content: ' ';
  background-image: url("../img/epingle.png");
  background-repeat: no-repeat;
  background-position: center center; }

#product #contentMain h3.title span::after {
  position: absolute;
  top: 19px;
  right: -62px;
  display: inline-block;
  width: 65px;
  height: 5px;
  content: ' ';
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("../img/epingle.png");
  background-repeat: no-repeat;
  background-position: center center; }

#product #accessories {
  max-width: 1138px; }

#product #contentMain .sous-titre-accessoires {
  font-family: Times New Roman;
  font-size: 14px;
  font-style: italic;
  clear: both;
  margin-bottom: 40px;
  text-align: center;
  color: #000034; }

.productlist-accessores-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center; }

#cms #main #contentMain h3 {
  font: 24px Times New Roman;
  line-height: inherit;
  display: block;
  clear: both;
  height: auto;
  margin-bottom: 6px;
  padding-left: 0;
  text-transform: uppercase;
  color: #000034;
  border: none; }

#main #contentMain #articlesAccessories {
  font-family: benchnineregular;
  font-size: 22px;
  line-height: 25px;
  display: block;
  clear: both;
  height: 25px;
  margin-bottom: 20px;
  padding-left: 20px;
  text-transform: uppercase;
  color: #1e2b58; }

#product #contentMain #articlesAccessories {
  margin-top: 35px;
  margin-bottom: 15px;
  padding-left: 27px; }

#product #contentMain #articlesAccessories {
  font-size: 36px;
  font-weight: normal;
  margin: 80px 15px 17px;
  padding: 0;
  text-align: center; }

#product #contentMain #articlesAccessories:after {
  position: relative;
  z-index: 1;
  bottom: 14px;
  display: block;
  content: '';
  border-bottom: #e5e8ee solid 1px; }

#product #contentMain #articlesAccessories span {
  position: relative;
  z-index: 2;
  padding: 0 14px;
  background: #ffffff; }

#cms #main #contentMain #articlesAccessories {
  font: 21px Times New Roman;
  line-height: inherit;
  display: block;
  clear: both;
  height: auto;
  margin-bottom: 6px;
  padding-left: 0;
  text-transform: uppercase;
  color: #1e2b58;
  border: none; }

#product #contentMain h3 {
  margin-top: 35px;
  margin-bottom: 15px;
  padding-left: 27px; }

#product #contentMain h3.title {
  font-size: 33px;
  font-weight: normal;
  margin: 0px 19px 41px;
  padding: 0;
  text-align: center; }

#cms #colD720 ul {
  margin-bottom: 30px;
  margin-left: 15px;
  list-style: square; }

#cms #colD720 ul li {
  font: 14px/25px Times New Roman;
  padding-left: 6px;
  list-style-image: url(../img/list-square-blue.png); }

#cms p cite {
  line-height: 24px; }

#cms p a {
  font: 14px Times New Roman;
  font-weight: bold;
  text-decoration: none;
  color: #7f6b58; }

#cms p a:hover {
  text-decoration: underline; }

.autopromo {
  display: block;
  clear: both;
  height: 139px; }

ul#fil {
  left: 0;
  display: block;
  height: 25px; }

ul#fil li {
  font: 12px Times New Roman;
  line-height: normal;
  display: block;
  float: left;
  width: auto;
  height: 25px;
  margin-right: 5px;
  padding-right: 5px;
  color: #252d52;
  vertical-align: baseline; }

ul#fil li > a > span {
  vertical-align: baseline; }

ul#fil li:last-child:after {
  content: ''; }

ul#fil li:after {
  font-family: 'Lora';
  font-weight: bold;
  padding-left: 4px;
  content: '>';
  color: #7f6b58;
  position: relative;
  top: 2px; }

ul#fil li:after {
  font-family: 'Lora';
  font-weight: bold;
  padding-left: 4px;
  content: '>';
  color: #7f6b58;
  position: relative;
  top: 2px; }

.breadcrumb {
  font: 16px Times New Roman;
  font-style: italic;
  color: #000034; }

.breadcrumb a {
  font-size: 16px;
  font-style: italic;
  line-height: normal;
  display: block;
  float: left;
  width: auto;
  height: 25px;
  /*background:url(../img/deco/puce-fil.gif) no-repeat 0 0;
    padding-left:7px;
    */
  margin-right: 6px;
  color: #000034; }

.breadcrumb#fil > a {
  color: #1e2b58; }

.breadcrumb .active a {
  color: #000034; }

ul#fil li a:hover,
ul#fil li a.active {
  /*background:url(../img/deco/puce-fil.gif) no-repeat 0 -25px;*/
  color: #000034; }

ul#fil li.active {
  font-size: 16px;
  font-style: italic;
  margin-right: 6px;
  padding-left: 0;
  color: #000034;
  background: none;
  position: relative;
  top: -1px; }

ul#fil li.active:after {
  content: ''; }

ul#fil li a.active {
  font-weight: bold; }

ul#fil li:first-child a {
  padding: 0;
  background: none;
  color: #000034; }

ul#fil a:nth-last-child(2) {
  color: #7f6b58; }

.navigation-pipe {
  float: left;
  font-family: 'Lora';
  font-weight: bold;
  font-size: 12px;
  padding-left: 4px;
  margin-right: 8px;
  content: '>';
  color: #7f6b58;
  position: relative;
  top: 2px; }

#slideshow,
#slideshow_half {
  position: relative;
  display: block;
  width: 980px;
  height: 343px;
  margin: 20px 0 20px; }

#slideshow .slides_container,
#slideshow_half .slides_container {
  width: 980px;
  height: 343px; }

#slideshow h1,
#slideshow h2,
#slideshow a.decouvrez,
#slideshow ul.bouttons,
#slideshow_half h1,
#slideshow_half h2,
#slideshow_half a.decouvrez,
#slideshow_half ul.bouttons {
  position: absolute;
  left: 25px;
  display: block; }

#slideshow h1,
#slideshow_half h1 {
  font-size: 30px;
  top: 40px;
  color: #797979; }

#slideshow h2,
#slideshow_half h2 {
  font-size: 60px;
  top: 72px;
  color: #1d2b59; }

#slideshow a.decouvrez,
#slideshow_half a.decouvrez {
  font-size: 12px;
  font-weight: bold;
  top: 145px;
  width: auto;
  height: 15px;
  padding-right: 15px;
  color: #696969;
  background: url(../img/deco/puce-bleu.png) no-repeat right center; }

#slideshow a:hover,
#slideshow_half a:hover {
  color: #1d2b59; }

#slideshow ul.bouttons,
#slideshow_half ul.bouttons {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  width: 300px;
  height: 16px;
  color: #1d2b59; }

.ie7 #slideshow ul.bouttons li,
.ie7 #slideshow_half ul.bouttons li {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 4px; }

.ie7 #slideshow_half ul.bouttons li {
  width: 20px;
  height: 20px;
  margin-right: 11px; }

#slideshow ul.bouttons li a,
#slideshow_half ul.bouttons li a {
  position: relative;
  left: 0;
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 11px;
  text-indent: -9999px;
  background: url(../img/bouton/bts-lanceur.png) no-repeat -20px 0; }

#slideshow_half ul.bouttons li a {
  width: 20px;
  height: 20px;
  margin-right: 11px; }

#slideshow ul.bouttons li a:hover,
#slideshow ul.bouttons li.active a,
#slideshow_half ul.bouttons li a:hover,
#slideshow_half ul.bouttons li.active a {
  background: url(../img/bouton/bts-lanceur.png) no-repeat 0 0; }

a.lanceurFocus {
  position: relative;
  display: block;
  float: left;
  width: 300px;
  height: 210px; }

a.lanceurFocus img {
  display: block;
  margin-bottom: 8px; }

.ie7 a.lanceurFocus img {
  margin-bottom: 0; }

a.lanceurFocus strong {
  font-size: 25px;
  display: block;
  margin: -12px 0 -8px 8px;
  text-transform: uppercase;
  color: #141d50; }

.ie7 a.lanceurFocus strong {
  margin: -5px 0 0 8px; }

a.lanceurFocus span {
  font-size: 11px;
  line-height: normal;
  display: block;
  margin-left: 8px; }

.ie7 a.lanceurFocus span {
  margin: -13px 0 0 8px; }

a.lanceurFocus:hover,
a.lanceurFocus:hover strong {
  color: #ffffff;
  background: #1a2343; }

a.lanceurFocus:hover img {
  opacity: .6;
  background: #1a2343;
  filter: alpha(opacity=60);
  -moz-opacity: .6; }

a.lanceurFocusB {
  position: relative;
  display: block;
  float: left;
  width: 300px;
  height: 139px; }

a.lanceurFocusB.first {
  float: left;
  clear: both; }

a.lanceurFocusB strong {
  font-size: 30px;
  position: absolute;
  top: 10px;
  left: 8px;
  display: block;
  text-transform: uppercase;
  color: #222861; }

a.lanceurFocusB span {
  font-size: 18px;
  position: absolute;
  top: 36px;
  left: 10px;
  display: block;
  display: block;
  letter-spacing: .275em;
  text-transform: uppercase;
  color: #222861; }

a.lanceurFocusB b {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  position: absolute;
  top: 70px;
  left: 8px;
  display: block;
  color: #2d2a27; }

a.lanceurFocusB b.acc {
  left: 15px; }

a.lanceurFocusB em {
  font-size: 24px;
  font-style: normal;
  position: absolute;
  top: 28px;
  left: 15px;
  display: block;
  color: #1e2b58; }

/*ColD*/
#colD .bandeau {
  position: relative;
  display: block;
  width: 620px;
  height: 210px;
  margin-bottom: 18px; }

#colD .bandeau h1,
#colD .bandeau p {
  position: absolute;
  left: 20px;
  display: block;
  color: #ffffff; }

#colD .bandeau h1 {
  font-size: 50px;
  top: 20px; }

#colD .bandeau p {
  font-size: 13px;
  line-height: normal;
  top: 70px;
  overflow: hidden;
  width: 315px;
  height: auto;
  margin: 0; }

#colD .blocCombo {
  display: block;
  width: 695px;
  height: 40px;
  margin-top: 7px;
  margin-bottom: 10px;
  border-bottom: 1px solid #a4a4a4; }

#search #colD .blocCombo {
  width: auto; }

#search #colD .blocCombo p {
  float: right;
  width: 200px; }

#search #colD .blocCombo p .float_r {
  float: left !important;
  padding-top: 5px; }

#colD .blocCombo p {
  font-size: 11px;
  line-height: 27px;
  width: auto;
  height: 27px;
  /*  margin:0 12px 0 0;
    */
  color: #a5a5a5; }

#cold .bloccombo p.select {
  margin-right: 0; }

#cold .bloccombo select#selectPrductSort {
  width: 180px;
  margin: 0 0 0 10px; }

#colD .blocCombo p span {
  font: 14px Arial;
  color: #6d6b6b; }

#colD .blocCombo form label {
  font: 14px Arial;
  margin-right: 15px !important;
  color: #6d6b6b; }

#colD .blocCombo form#productsSortForm label {
  margin-right: 15px; }

#colD .blocCombo p span b {
  font-size: 16px;
  color: #273762; }

#colD .blocCombo select {
  font-size: 11px;
  width: auto;
  height: 27px;
  padding: 5px;
  color: #696969;
  border: none;
  border-top: 1px solid #dadadd;
  border-right: 1px solid #f7f7f8;
  border-bottom: 1px solid #f7f7f8;
  border-left: 1px solid #dadadd;
  background: #e8e8e8;
  background: #f3f3f6; }

.ie7 #colD .blocCombo select {
  margin-top: 4px; }

#colD .blocPag {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  height: 39px;
  border-top: 1px solid #d5d5d6; }

#colD .blocPag a.lien,
#colD .blocPag a.retour {
  margin: 13px 0 0; }

#colD .blocPag p.pagination {
  font-size: 12px;
  line-height: 39px;
  position: absolute;
  left: 0;
  display: block;
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 2px;
  text-align: center;
  color: #696969; }

#colD .blocPag p.pagination a {
  font-size: 14px;
  font-weight: bold;
  line-height: 39px;
  padding: 0 2px;
  padding: 0 5px 0 3px;
  text-align: center;
  color: #696969;
  border-right: 1px solid #696969; }

#colD .blocPag p.pagination a:hover,
#colD .blocPag p.pagination a.active {
  color: #1d2b58; }

#colD720 {
  float: right;
  width: 720px;
  min-height: 250px;
  padding-top: 41px;
  padding-right: 10px; }

#colD720 h1 {
  font-size: 33px;
  font-weight: normal;
  font-family: Times New ROman;
  line-height: 1.1;
  display: block;
  text-transform: uppercase;
  color: #000034;
  margin-bottom: 30px; }

#colD720 h2,
.fiche.sendtoafriend h2 {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.1;
  display: block;
  clear: left;
  height: 22px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #586595;
  color: #1e2b58;
  border-bottom: 1px solid #dfe0e0; }

#colD720 h2 span {
  width: 565px; }

#colD720 h2.titres {
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  display: block;
  clear: both;
  height: auto;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #3a3a3a;
  border-bottom: none; }

#colD720 h2.titres.bottom {
  margin-bottom: 0; }

#colD720 h2.soustitres {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  display: block;
  clear: both;
  height: auto;
  margin-bottom: 15px;
  text-transform: initial;
  color: #3a3a3a;
  border-bottom: none; }

#colD720 h1 span,
#colD720 h2.gris,
#colD720.wysiwyg h2 {
  font-size: 23px;
  font-style: italic;
  font-weight: normal;
  display: block;
  clear: both;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000034;
  border: none;
  height: auto; }

#colD720.wysiwyg h2 {
  font-size: 34px;
  font-weight: normal;
  line-height: initial;
  display: block;
  margin-bottom: 20px;
  color: #1e2b58;
  font-style: normal; }

#colD720.wysiwyg .sous-titre {
  font: 16px Arial;
  line-height: 15px;
  margin-bottom: 15px;
  color: #1e2b58; }

#colD720.wysiwyg .texte-quotes {
  font: italic normal 18px Georgia;
  color: #8c8c8c; }

.wysiwyg p a {
  text-decoration: underline; }

.wysiwyg p a:hover {
  text-decoration: none; }

#colD720 h4 {
  font-size: 25px;
  font-weight: normal;
  display: block;
  display: block;
  clear: both;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #000034; }

#cms #colD720 h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000034; }

#colD720 p {
  font: 14px Times New Roman;
  line-height: normal;
  line-height: 16px;
  display: block;
  color: #000034; }

#cms #colD720 p {
  line-height: 20px; }

#colD720 p span.price {
  font-family: 'Lora';
  font-size: 25px;
  color: #1e2b58; }

#colD720 p.gris {
  font-size: 14px;
  color: #838383; }

#colD720 p.gris2 {
  font-size: 12px;
  margin: 0;
  color: #838383; }

#colD720 a.liens {
  text-decoration: underline;
  color: #686868; }

#colD720 a.liens:hover {
  color: #1e2b58; }

/*Produits*/
.produitListe {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  width: 235px;
  height: 428px;
  margin-right: 15px;
  margin-bottom: 14px;
  color: #696969;
  background: white; }

.search .produitListe {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  width: 235px;
  height: 443px;
  margin-right: 15px;
  margin-bottom: 14px;
  color: #696969;
  background: white; }

.search .not-found {
  width: 300px;
  margin: auto;
  padding: 50px;
  font-size: 24px; }

.produitListe > a {
  display: block; }

.produitListe > a > div {
  /*la description*/
  height: 25px; }

.produitListe > a > .produitListe-hover {
  position: absolute;
  top: -370px;
  overflow: hidden;
  width: 235px;
  height: 294px;
  background: white; }

#product .produitListe > a > .produitListe-hover {
  top: -210px; }

#category .produitListe .produitListe-hover-buttons {
  height: 40px; }

#product .colD {
  box-sizing: border-box; }

#product .produitListe > a > div.image-product > img {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto; }

#product .produitListe > a > div.image-product {
  height: 300px;
  margin-bottom: 15px; }

#product .produitListe > a > .produitListe-hover {
  width: 240px;
  height: 210px; }

#product .produitListe > a > .produitListe-hover > img {
  margin: auto; }

.produitListe img {
  display: block;
  width: 100%; }

.produitListe a strong {
  font: 13px Times New Roman;
  font-weight: bold;
  display: block;
  width: 180px;
  margin: auto;
  padding-top: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #1e2b58;
  height: 50px;
   }

.produitListe span,
.produitListe i {
  font-size: 12px;
  /*display:block;*/
  line-height: normal;
  width: 180px;
  margin: auto;
  text-align: center; }

.produitListe span {
 /* margin: 0 10px 10px;*/
  color: #1e2b58; }

.produitListe span.price {
  font: 24px 'Lora';
  margin-left: 25px;
  color: #806c59; }

.produitListe span.price,
.produitListe span.price #productPrice {
  font: 21px 'Lora';
  width: 100%;
  display: block;
  margin-left: 0;
  text-align: center;
  color: #806c59; }

.produitListe span.price .OldPrice {
  line-height: 25px;
  margin-right: 0;
  margin-left: 0;
  color: #1e2b58; 
  display: inline-block;
  text-align: center; }

.produitListe span.price {
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center; }

.produitListe span.price #productPrice {
  margin: 0; }

.produitListe:hover {
  /*border:1px solid #1a2343;
    color:#fff;
        background-color: #1a2343;*/ }

.produitListe:hover strong,
.produitListe:hover a {
  /*color:#838383;*/
  color: #1e2b58; }

/*.produitListe:hover img {

    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity: 0.6;
}*/
.produitListe:hover span {
  /*color:#bdc3da;*/ }

a.produitListe:hover {
  background-color: #1a2343; }

.produitListe .produitListe-hover-buttons > a#more_informations {
  font: 13px/40px Times New Roman;
  position: absolute;
  bottom: 0;
  display: block;
  width: 180px;
  height: 40px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background: #806c59; }

/*#product .produitListe .produitListe-hover-buttons>a#more_informations {
       background-color:#1e2b58;
}*/
#product .produitListe .produitListe-hover-buttons {
  left: 7px; }

.produitListe .produitListe-hover-buttons a.bouton,
#submitNewMessage {
  font-family: benchnineregular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size-adjust: none;
  font-stretch: normal;
  line-height: 40px !important;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 180px;
  height: 40px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: white !important;
  background: url("../img/panier-commander-fleche.png") no-repeat scroll 145px 15px #7f6b58;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  -webkit-font-language-override: normal;
  font-language-override: normal;
  font-synthesis: weight style; }

/* produitListe sur page produit cafecoton2015 */
#product .produitListe {
  margin-right: 0;
  margin-left: 20px; }

#product .produitListe.big {
  float: none;
  width: 180px;
  height: 468px; }

#product .produitListe > a > .produitListe-hover {
  width: 220px;
  height: 355px; }

#product .produitListe > a > .produitListe-hover {
  top: -355px; }

#product .produitListe span.price #productPrice,
#product .produitListe span.price .OldPrice {
  display: inline;
  float: none;
  width: auto; }

#product .produitListe a strong {
  font: 13px Times New Roman;
  font-weight: normal; }

#product .produitListe > a > div {
  height: 17px; }

#product .produitListe .produitListe-hover-buttons {
  top: 50%;
  left: 0;
  margin-top: -17px; }

/* end produitListe sur page produit cafecoton2015 */
#product {
  background: #ffffff; }

#product-sidebar {
  display: inline-block;
  width: 980px;
  margin-top: 20px;
  vertical-align: top; }

.autopromo-product-sidebar img {
  width: 100%;
  height: auto;
  max-height: 207px; }

.autopromo-product-sidebar {
  float: left;
  width: 455px;
  height: 207px; }

.questions {
  font-size: 14px;
  float: left;
  width: 455px;
  height: 148px;
  margin-right: 12px;
  margin-bottom: 10px;
  padding: 29px;
  color: #ffffff;
  background: #1e2b58; }

.questions p {
  margin: 4px 0 7px; }

.questions a {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff; }

.questions .title {
  font-family: benchnineregular;
  font-size: 36px;
  display: block;
  margin-top: 5px;
  margin-bottom: 18px;
  text-transform: uppercase;
  background: url("../img/deco/questions.png") no-repeat right 4px; }

.questions ul li {
  padding-right: 31px;
  padding-bottom: 10px; }

#btn-plus-products {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  right: 100px;
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 230px;
  /* margin-right: 0px; */
  padding: 16px 28px;
  cursor: pointer;
  transition: box-shadow .15s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #0a213f;
  box-shadow: 0 0 0 1px #0a213f; }

#btn-plus-products::before {
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  content: '';
  box-shadow: 0 0 0 1px #0a213f; }

#btn-plus-products:hover {
  color: #0a213f;
  background-color: transparent;
  box-shadow: 0 0 0 4px #0a213f; }

#btn-plus-products.disabled {
  cursor: default;
  pointer-events: none; }

#category #colD #pagination {
  display: none; }

.btn-plus-products-count {
  font-family: Times New Roman;
  font-size: 13px;
  font-style: italic;
  margin-top: 12px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #806c59; }

.produitListe .bouton:hover,
.produitListe:hover .bouton {
  color: #ffffff; }

.produitListe p {
  font: 10px Tahoma;
  line-height: 12px;
  margin: 4px 0 10px 15px;
  padding: 0 10px;
  color: #6d6b6b; }

.new {
  line-height: 10px;
  position: absolute;
  top: 193px;
  left: -3px;
  height: 13px;
  padding: 6px 0 0 2px;
  background: url(../img/layout/fd-nouveau.png) no-repeat; }

.new {
  top: 193px; }

.new b {
  display: block;
  float: left;
  height: 13px;
  padding: 0 5px 0 0;
  background: url(../img/layout/fd-nouveau1.png) no-repeat right; }

.new span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px !important;
  display: block;
  float: left;
  height: 12px;
  margin: 0 !important;
  padding: 1px 4px 0;
  text-transform: uppercase;
  color: #ffffff !important;
  background: #b63536; }

/*
a.produitListe.big b{
        top:211px;
}
*/
a.produitListe.big b {
  top: 219px; }

#product .fiche {
  display: block;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 1015px;
  float: left;
  margin-top: 32px;
  min-height: 834px;
  background: white;
  z-index: 1; }

.fiche {
  position: relative;
  display: block;
  width: 978px;
  height: auto;
  margin-bottom: 8px;
  padding: 0 0 0 0; }

.ie7 .fiche {
  padding: 20px 0 5px 20px; }

.fiche h1 {
  font: 21px Times New Roman;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000034; }

#product .fiche h1 {
  position: relative;
  margin-bottom: 56px;
  text-align: center;
  text-transform: uppercase; }

.ean {
  text-transform: none;
  display: block;
  font-size: 12px; }

#product .fiche h1::after {
  position: absolute;
  bottom: -24px;
  left: 45%;
  width: 33px;
  height: 8px;
  content: '';
  background-image: url("../img/picto-vague.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

#thumbs_list_frame li a {
  display: block; }

.fiche.content_only h1 {
  width: auto;
  text-shadow: 0 0 0; }

.fiche h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #838383; }

.fiche h1,
.fiche h2 {
  font-weight: normal;
  display: block; }

.fiche .photo {
  position: relative;
  display: block;
  float: left;
  width: 525px;
  padding: 0 0 0; }

.zoomable {
  overflow: hidden; }

.zoomable img {
  max-width: 100%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 100%;
  height: 100%; }

.zoomable {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  height: 100%; }

.unzoomable {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  height: 100%; }

.fiche .photo a.zoom {
  position: absolute;
  /*background: url(../img/picto/zoom.gif) no-repeat;*/
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 489px;
  height: 834px;
  text-indent: -9999px; }

.fiche .photo > a > img,
.fiche .photo > a > div > img {
  width: 489px;
  height: 834px; }

.fiche #add-to-cart-or-refresh .add-to-cart {
  font-size: 16px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  background-color: #000034;
  color: #fff;
  padding: 18px 50px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #000034;
  border-radius: 0; }

.fiche #add-to-cart-or-refresh .add-to-cart:hover {
  box-shadow: 0 0 0 4px #000034;
  color: #000034;
  background-color: #fff; }

.fiche .bootstrap-touchspin {
  box-shadow: none; }

.fiche img {
  display: block; }

.fiche .colD {
  position: relative;
  position: relative;
  display: block;
  /*height:460px;*/
  float: left;
  box-sizing: border-box;
  width: 490px;
  padding: 10px 0 0;
  /*box-shadow: -10px 40px 60px -20px #cfcfcf;
    -o-box-shadow: -10px 40px 60px -20px #cfcfcf;*/ }

.fiche .colD .warning_inline {
  margin-bottom: 20px; }

.fiche .colD::after {
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 40%;
  content: '';
  background-color: #7f6b58; }

#product .fiche .colD {
  padding: 38px 38px 65px 38px;
  background-color: #fff;
  position: relative; }

.product-images-container {
  left: 4px;
  bottom: 11px;
  z-index: 2;
  opacity: 0;
  transition: opacity .2s linear; }

.less-pics {
  position: absolute;
  bottom: 55px;
  right: 20px;
  font-size: 18px;
  color: #fff; }

.less-pics:hover {
  color: #fff; }

.zoom-container .product-images-container {
  opacity: 1;
  display: none; }

.product-images-container .more-pics {
  color: #fff;
  font-family: Times New Roman;
  font-weight: bold;
  background-color: #fff;
  text-transform: uppercase;
  display: none;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  padding-left: 30px;
  position: relative; }

.product-images-container .more-pics:before {
  content: '';
  height: 7px;
  width: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/fleche_haut-white.png);
  position: absolute;
  left: 10px;
  top: 12px; }

.zoom-container .product-images-container .more-pics {
  display: block; }

.product-images-container .images {
  position: fixed;
  left: 0;
  height: 100px;
  padding: 0 30px;
  width: calc(100% - 60px);
  background-color: rgba(241, 240, 240, 0.95);
  transition: bottom .2s linear, opacity .2s linear; }

.product-images-container .images.transparent {
  bottom: -80px;
  transition: bottom .2s linear, opacity .2s linear; }

.product-images-container .images.opaque {
  bottom: 0;
  transition: bottom .2s linear, opacity .2s linear; }

.fiche.content_only .colD {
  width: 402px;
  padding: 0; }

.produitListe > a .etiquette-produit {
  background: rgba(255, 255, 255, 0.8);
  max-width: 150px;
  display: block;
  text-align: center;
  margin: 0 auto;
  height: inherit;
  padding: 10px 20px; }

.fiche .colD p {
  font: 14px Times New Roman;
  font-style: italic;
  line-height: normal;
  margin: 2px 0 0 0;
  color: #000034; }

.fiche .colD p#quantity_wanted_p {
  margin-top: 0; }

.fiche .colD .error {
  color: #ba4848; }

#product .description .desc {
  max-height: 500px;
  margin-top: 1px;
  margin-bottom: 15px;
  padding-bottom: 4px;
  transition: max-height 1s ease; }

#product .description p:first-child {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin-left: 0;
  margin-bottom: 32px;
  text-align: center; }

#product .description.open .desc {
  overflow: hidden;
  max-height: 30px;
  transition: max-height .25s ease; }

#block_readmore {
  padding-bottom: 25px; }

a#readmore {
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 9px;
  padding-right: 13px;
  color: #1e2b58;
  background: url("../img/deco/puce-h1a.gif") no-repeat scroll right 5px/7px auto rgba(0, 0, 0, 0); }

a#readmore.clicked {
  background-image: url("../img/deco/puce-h1.gif"); }

a#readmore.clicked #moreinfo {
  display: block; }

a#readmore #moreinfo,
a#readmore.clicked #lessinfo {
  display: none; }

#product .fiche.content_only .description {
  margin-bottom: 4px;
  border: none; }

#attributes .blocs {
  position: relative; }

.attribute_error {
  font-size: 11px;
  position: absolute;
  top: -31px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 10px 5px;
  text-align: center;
  color: #ffffff;
  background: #7f6b58; }

.attribute_error:after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -6px;
  content: '';
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #7f6b58 transparent transparent transparent; }

.fiche.content_only .colD #quantity_wanted_p input#quantity_wanted {
  height: 20px; }

.fiche.content_only .colD p#add_to_cart {
  height: 64px;
  margin-top: 9px;
  margin-top: 9px;
  padding-top: 16px;
  padding-top: 16px;
  padding-bottom: 25px;
  border-top: 1px solid #dfe0e0;
  border-top: 1px solid #dfe0e0;
  border-bottom: 1px solid #dfe0e0; }

.fiche .colD #attributes {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 25px;
  transition: margin ease-out .2s; }

.fiche.zoom-container #attributes {
  margin-bottom: 20px; }

.fiche #attributes label {
  position: absolute;
  bottom: -22px;
  left: 46px;
  color: #000034;
  cursor: inherit;
  display: none; }

#quantity_wanted_p > label {
  left: 46px; }

#attributes > div:nth-child(2) > label {
  left: 53px; }

.fiche .description p {
  margin-bottom: 5px;
  text-align: justify; }

.blocs p {
  clear: left; }

.blocs p#add_to_cart {
  clear: none; }

.fiche .colD p em {
  font-style: normal;
  display: block;
  margin-bottom: 10px; }

.fiche .colD p strong {
  font-size: 25px;
  display: block;
  color: #1d2b58; }

.fiche .colD strong#productPrice {
  font: 48px 'Lora';
  position: relative;
  display: inline-block;
  color: #7f6b58; }

.fiche .colD strong#productPrice::before {
  position: absolute;
  top: 25px;
  left: -78px;
  display: inline-block;
  width: 65px;
  height: 5px;
  content: ' ';
  background-image: url("../img/epingle.png");
  background-repeat: no-repeat;
  background-position: center center; }

.fiche .colD strong#productPrice::after {
  position: absolute;
  top: 25px;
  right: -78px;
  display: inline-block;
  width: 65px;
  height: 5px;
  content: ' ';
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("../img/epingle.png");
  background-repeat: no-repeat;
  background-position: center center; }

#last_quantities {
  color: #ba4848;
  text-align: center; }

.fiche .colD .special {
  font-size: 11px;
  position: relative;
  top: 0;
  display: block;
  float: right;
  width: 124px;
  height: 87px;
  padding: 15px 10px 10px 10px;
  color: #2d2a27;
  background: url(../img/layout/fd-special.jpg) no-repeat; }

.ie7 .fiche .colD .special {
  height: 93px;
  margin: 0;
  padding: 15px 10px 10px 10px;
  color: #1e2b58; }

.fiche .colD .special b {
  font-size: 21px;
  color: #1e2b58; }

.fiche .colD .special strong {
  font-size: 40px;
  margin: -3px 0 0;
  color: #1e2b58; }

.fiche .colD .special i {
  font-size: 11px;
  font-style: inherit;
  margin: -2px 0 0;
  color: #2d2a27; }

.special b,
.special i,
.special strong {
  display: block;
  clear: left;
  text-align: center; }

.special:hover strong {
  color: #5c6996 !important; }

.fiche .colD #attributes .blocs {
  float: left;
  margin-right: 2px; }

.colors {
  display: block;
  float: left; }

.fiche .colD .blocs a.tailles {
  font: 14px arial;
  line-height: 36px;
  display: block;
  float: left;
  width: 118px;
  height: 36px;
  text-decoration: none;
  color: #1e2b58; }

/**BOUTON GUIDE DES TAILLES*/
#product .fiche .colD .blocs a.tailles > span:first-child {
  position: absolute;
  padding: 8px 8px;
  color: white;
  background-color: #6c6c6c; }

#product .fiche .colD .blocs a.tailles {
  font-weight: 700;
  position: relative;
  width: 151px;
  height: 31px;
  margin-top: 10px;
  margin-bottom: 19px;
  margin-left: 0; }

#product .fiche .colD .blocs a.tailles:after {
  position: absolute;
  right: 13px;
  bottom: 10px;
  width: 0;
  height: 0;
  content: '';
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #6c6c6c; }

/**END BTN GUIDE DES TAILLES*/
.fiche .colD label {
  font: 12px Times New Roman;
  line-height: 46px;
  display: block;
  float: left;
  height: 36px;
  margin-right: 22px;
  cursor: pointer;
  color: #6d6b6b; }

.fiche .colD > #buy_block > .blocs {
  float: right; }

.fiche .colD select {
  font-family: 'Lora';
  font-size: 13px;
  float: left;
  width: auto;
  width: 133px;
  height: 36px;
  margin: 5px 0 0 0;
  padding: 5px;
  padding-top: 8px;
  padding-right: 7px;
  padding-bottom: 8px;
  color: #000034;
  border: 1px solid #dedede;
  background: #ffffff; }

.fiche #productPriceContent {
  float: left;
  width: 205px;
  margin-top: 75px;
  transition: margin ease-out .2s; }

.insteadof {
  text-align: center; }

.fiche.zoom-container #productPriceContent {
  margin-top: 10px;
  margin-bottom: 5px; }

.fiche #productPriceContent + p span {
  font-weight: bold;
  color: #1e2b58;
  text-align: center; }

#product .fiche #productPriceContent {
  float: none;
  width: auto;
  padding-bottom: 15px;
  text-align: center; }

.fiche.content_only #productPriceContent {
  margin-top: 24px; }

.fiche.content_only .colD p strong#productPrice {
  font-size: 27px; }

#product .fiche .colD #quantity_wanted_p input#quantity_wanted {
  height: 21px; }

.fiche .colD #quantity_wanted_p input#quantity_wanted {
  font-size: 11px;
  float: left;
  width: auto;
  width: 96px;
  height: 36px;
  margin: 5px 0 0 0;
  padding: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #696969;
  border-top: 1px solid #dedede;
  border-right: 0 solid white;
  border-bottom: 0 solid white;
  border-left: 1px solid #dedede;
  background: #f3f3f6; }

.horaires tr td {
  font-size: 11px;
  padding: 2px 4px; }

.fiche .colD select option {
  padding-right: 10px; }

.inputext,
input.select,
select.select {
  font-size: 11px;
  float: left;
  width: 60px;
  height: 18px;
  margin: 5px 0 0;
  padding: 5px;
  color: #696969;
  background: none repeat scroll 0 0 #e8e8e8; }

.select {
  width: 60px;
  height: auto; }

.ie7 .fiche .colD select {
  margin: 10px 0 0 0; }

.ie7 .fiche .colD input.bouton,
.fiche .colD input.bouton:visited {
  width: 200px; }

.ui-tabs .ui-tabs-panel {
  line-height: 18px; }

.fiche .vues {
  display: block;
  clear: left;
  padding: 10px 0 0; }

#thumbs_list_frame li {
  position: relative;
  display: list-item;
  float: left;
  padding-bottom: 5px;
  padding-top: 5px;
  height: 115px;
  margin-left: 12px;
  border: #ebedf2 solid 1px;
  background: white; }

#thumbs_list_frame li.selected a:before,
#thumbs_list_frame li.selected a:after {
  position: absolute;
  top: -11px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -9px;
  content: '';
  border-width: 0 9px 10px 9px;
  border-style: solid;
  border-color: transparent transparent #a6abbd transparent; }

#thumbs_list_frame li.selected a:after {
  top: -10px;
  border-color: transparent transparent #ffffff transparent; }

#thumbs_list_frame li.selected {
  border: #a6abbd solid 1px; }

#thumbs_list_frame li a img {
  display: block;
  width: 66px;
  height: auto;
  margin: auto;
  text-align: center; }

.vues .autresVues {
  font-size: 14px;
  display: block;
  height: 18px;
  margin-bottom: 10px;
  color: #696969;
  border-bottom: 1px solid #cccccc; }

.fiche .colD a.links,
.fiche .colD div.links {
  font-size: 14px;
  line-height: 24px;
  display: block;
  height: 24px;
  color: #696969;
  border-bottom: 1px solid #cccccc; }

.fiche .colD a.links.print {
  margin-top: 10px;
  border-top: 1px solid #cccccc;
  background: url(../img/picto/print.gif) no-repeat right top; }

.fiche .colD a.links.print:hover {
  color: #1e2b58;
  background: url(../img/picto/print.gif) no-repeat right bottom; }

.fiche .colD a.links.envoyer {
  clear: left;
  background: url(../img/picto/mail.gif) no-repeat right top; }

.fiche .colD a.links.envoyer:hover {
  color: #1e2b58;
  background: url(../img/picto/mail.gif) no-repeat right bottom; }

#msgNewsletter.valid {
  font-size: 12px;
  color: #4c8a3c; }

#msgNewsletter.error {
  font-size: 12px;
  color: #ba4848; }

.fiche .colD a.links {
  font: 16px benchnineregular;
  line-height: 40px;
  width: 187px;
  height: 40px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border: none;
  background: url(../img/fleche_big.png) no-repeat right center #1e2b58; }

.fiche #link-description {
  float: left;
  background-position: 164px 15px; }

.fiche #link-entretien {
  float: right;
  background-position: 164px 15px; }

.fiche p.stock {
  font: 14px Times New Roman;
  line-height: 50px;
  display: block;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 50px;
  padding-left: 90px;
  text-align: left;
  color: #1e2b58; }

#product a#book_in_shop {
  font-weight: bold;
  position: relative;
  display: block;
  margin-top: 19px;
  text-align: center;
  color: #1f2a53; }

.description_reserver {
  font-weight: bold;
  line-height: 1.4;
  display: block;
  float: right;
  margin-top: 23px;
  margin-right: 25px;
  padding-left: 25px;
  color: #1e2b58;
  background-image: url(../img/picto/picto_achat.png);
  background-repeat: no-repeat;
  background-position: left; }

#product a#book_in_shop span {
  font: 14px Arial;
  font-weight: bold;
  display: block;
  margin-top: 23px;
  padding-top: 10px;
  padding-left: 70px;
  text-align: left;
  color: #1e2b58;
  border-top: 1px solid #d9d9d9; }

#product a#book_in_shop span:before {
  position: relative;
  top: 3px;
  left: -8px;
  display: inline-block;
  width: 19px;
  height: 16px;
  content: '';
  background: url("../img/shop.png") no-repeat scroll 0 0; }

#product .fiche p.stock {
  font-style: italic;
  margin-top: 50px;
  margin-bottom: 0;
  transition: margin ease-out .2s; }

#product .fiche.zoom-container p.stock {
  margin-top: 10px; }

.fiche p.livraison {
  font-size: 12px;
  width: auto;
  text-align: center;
  color: #ba4848; }

.fiche p.livraisonGratuite {
  top: 27px; }

.price.ajax_block_cart_total {
  font-size: 41px; }

/*Onglets*/
#tabs {
  margin-top: 20px;
  padding: 0; }

#product #tabs {
  background: white; }

ul.onglets,
.ui-tabs .ui-tabs-nav {
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 56px;
  padding: 0;
  border-bottom: 1px solid #000034; }

ul.onglets.border {
  border-top: 1px solid #d9d9d9; }

ul.onglets li,
.ui-tabs .ui-tabs-nav li {
  position: relative;
  float: left;
  text-align: center;
  /* border-right: 2px solid #e5e8ee;
       border-top: 2px solid #e5e8ee;
       border-bottom: 2px solid #e5e8ee;*/ }

.display-none {
  display: none; }

/*
ul.onglets li:first-child{
       border-left: 2px solid #e5e8ee;
}

ul.onglets li.active{
       border-bottom: 1px solid #fff;
       border-top: 3px solid #1e2b58;
}*/
ul.onglets li a,
.ui-tabs .ui-tabs-nav li a {
  font: 18px 'Lora';
  font-weight: bold;
  position: relative;
  top: 1px;
  display: inline-block;
  padding: 15px;
  text-transform: uppercase;
  color: #000034; }

ul.onglets li a:hover,
ul.onglets li.active a {
  position: relative;
  top: 1px;
  display: inline-block;
  padding: 15px;
  color: #000034;
  border: 1px solid #000034;
  border-bottom: 1px solid #ffffff; }

ul.onglets li a:hover,
ul.onglets li a.active,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  /*color:#1e2b58;
    background:url(../img/deco/fleche-onglets.gif) no-repeat right bottom;*/ }

ul.bullet,
.ui-tabs-panel ul,
#tabs div ul,
ul.tree,
#sitemap_content ul {
  margin: 10px 0; }

ul.bullet li,
.ui-tabs-panel ul li,
#tabs div ul li,
ul.tree li,
#sitemap_content ul li {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 0 0 0 8px;
  background: url("../img/deco/puce-suivant.gif") no-repeat scroll 0 -11px transparent; }

.ui-tabs-panel ul li,
#tabs div ul li {
  background: none; }

ul.tree ul,
#sitemap_content ul ul {
  margin: 10px 0 20px 25px; }

.tree_top {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 5px; }

.categTree,
.sitemap_block {
  float: left;
  width: 320px;
  padding: 10px 20px 0 0; }

.contentonglets {
  display: block;
  overflow: hidden;
  height: auto;
  padding: 20px; }

.contentonglets ul li {
  font-size: 11px;
  display: block;
  padding: 3px 0;
  color: #6d6b6b; }

#category #colG .selection {
  position: relative; }

/*ColG*/
#colG .selection {
  /*width:260px;
    height:auto;
    overflow:hidden;
    border-top:8px solid #28365d;
    /*padding:10px;
    _padding:10px 10px 0 10px ;*/
  /*margin-bottom:20px;*/ }

/*.filet {background:url(../img/layout/sep.gif) repeat-y 130px 0;
}*/
#colG .selection .cols {
  position: relative;
  float: left;
  height: 40px;
  padding-top: 20px;
  padding-right: 35px;
  padding-left: 15px;
  cursor: pointer;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent; }

#colG .selection .cols .fleche_bas {
  position: absolute;
  top: 26px;
  right: 15px;
  display: block;
  width: 9px;
  height: 6px;
  background: url("../img/bouton/filter-bas2.png") no-repeat; }

/*
#colG .selection .cols.hover .fleche_bas {
        top:23px;
}

#colG .selection .cols.hover {
        border-bottom:1px solid white;
        border-right: 1px solid #e5e8ee;
        border-left:1px solid #e5e8ee;
        border-top:3px solid #1e2b58;
        padding-top: 17px;
}*/
/*
#colG .selection .cols {
    width:264px;

    padding-left: 25px;
padding-top: 7px;}
#colG .selection .cols li {
    width:100%;
    float:left;
}*/
#colG .selection .cols.border,
table.panier tr.border td {
  border-right: 1px solid #cdcdcd; }

#colG .selection .cols li.color label {
  /*width:82px;*/
  padding: 7px 0 0; }

.layered_close {
  clear: left; }

#layered_block_left ul {
  padding: 0 !important; }

#colG .selection .cols label {
  /*width:100px;
    float:left;*/
  font-size: 11px;
  display: block;
  height: 14px;
  /*margin: 0 0 8px;*/
  margin-bottom: 15px;
  cursor: pointer;
  color: #3c3c3d; }

.ie7 #colG .selection .cols label {
  line-height: 20px;
  height: 20px;
  margin: 0 0 0 0; }

#colG .selection .cols input {
  display: none;
  float: left;
  clear: both;
  width: 10px;
  margin: 0 10px 6px 0;
  cursor: auto; }

#colG .selection .cols input[type=button] {
  display: block;
  margin-left: 20px; }

/*#colG .selection .cols input:hover { border:2px solid #1e2b58 !important;}
#colG .selection .cols input.checkbox:hover { border:1px dotted #F2F2F2 !important;}*/
.ie7 #colG .selection .cols input {
  width: 12px;
  margin: 0 10px 0 0; }

.ie8 #colG .selection .cols input {
  width: 12px; }

.ie9 #colG .selection .cols input {
  width: 12px; }

.products dd {
  padding: 2px 0; }

.layered_close.active,
.layered_close {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 18px;
  color: #273762;
  /*background: url("../img/deco/puce-h1.gif") no-repeat scroll 0 5px;*/ }

.layered_close {
  /*background: url("../img/deco/puce-h1a.gif") no-repeat scroll 0 7px;*/ }

/*#fp_close{-moz-binding: }*/
#colG200 {
  float: left;
  clear: both;
  width: 176px;
  /*background:#f2f2f2;*/
  padding: 45px 12px 12px 10px; }

#cms #colG200,
#stores #colG200 {
  width: 180px;
  padding: 20px 12px 12px 30px; }

/*#stores #colG200{
    width:170px;
}*/
#colG200 .colG200Title {
  font-size: 14px;
  font-weight: bold;
  display: block;
  display: block;
  margin-bottom: 3px;
  color: #000034; }

#colG200 p,
#colG200 a {
  font-size: 11px;
  line-height: 16px;
  color: #806c59; }

#colG200 a {
  display: block;
  color: #806c59; }

#colG200 #menu_page {
  margin-bottom: 30px; }

#colG200 #menu_page a {
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  display: block;
  height: 30px;
  color: #000034;
  border-bottom: 1px solid #dbdbdb; }

#colG200 #menu_page li.sfHover a {
  padding-left: 13px;
  color: white;
  background: #1e2b58; }

#colG200 #menu_page li:hover a {
  text-decoration: underline; }

#colG200 #menu_page li.sfHover:hover a {
  text-decoration: none; }

#colG200 a:hover {
  text-decoration: underline; }

#colG200 a:hover,
#colG200 a.active {
  color: #1e2b58; }

#colG200 a.active {
  font-weight: bold; }

#block-order-detail,
#order-detail-content {
  clear: left;
  padding-top: 30px;
  margin-top: 10px; }

#order-detail-contact {
  clear: left;
  padding-top: 35px; }

#sendOrderMessage > .addmsg {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.1;
  display: block;
  clear: left;
  height: 22px;
  margin-bottom: 10px;
  margin-top: 25px;
  text-transform: uppercase;
  color: #586595;
  color: #1e2b58;
  border-bottom: 1px solid #dfe0e0; }

.border {
  border: 1px solid #d8d8d8;
  padding: 20px; }

/*Colors*/
ul.couleurs {
  display: block;
  height: auto; }

ul.couleurs.ligne {
  display: block;
  float: left;
  width: 320px;
  height: auto; }

ul.couleurs li a {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

ul.couleurs li {
  margin: 0 3px 0 0; }

ul.couleurs li,
ul.couleurs li a {
  display: block;
  float: left;
  border: 1px dotted #ffffff; }

ul.couleurs li a.active,
ul.couleurs li a.active:hover {
  border: 2px solid #1e2b58; }

ul.couleurs li a:hover {
  border: 1px solid #1e2b58; }

/*Panier*/
ul.etapes {
  display: block;
  height: 37px;
  margin-bottom: 18px;
  border-top: 1px solid #dfe0e0;
  border-bottom: 1px solid #dfe0e0; }

ul.etapes li {
  display: block;
  float: left;
  width: auto;
  height: 37px;
  border-right: 1px solid #dfe0e0;
  background: #fafafa; }

ul.etapes li a {
  font-size: 13px;
  line-height: 38px;
  display: block;
  float: left;
  width: auto;
  height: 37px;
  padding: 0 30px 0 20px;
  text-transform: uppercase;
  color: #898989; }

ul.etapes li a.grey {
  color: #fefefe;
  background: #b4b4b4; }

ul.etapes li a:hover,
ul.etapes li a.active {
  cursor: default;
  color: #1e2b58;
  background: url(../img/deco/fleche-etapes.gif) no-repeat right bottom;
  box-shadow: 3px 5px 7px #e8e8e8; }

input.coded {
  font-size: 11px;
  display: block;
  float: left;
  width: 165px;
  height: 25px;
  margin: 0 4px 0 20px;
  padding: 0 0 0 10px;
  cursor: pointer;
  color: #3c3c3d;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  background: #e8e8e8;
  box-shadow: inset 0 0 3px #e5e5e5; }

.ie7 input.coded {
  line-height: 25px; }

.ie8 input.coded {
  line-height: 25px; }

table.panier {
  display: block;
  clear: both;
  width: 720px;
  border: 0; }

table.panier td.top {
  font-size: 11px;
  font-weight: bold;
  line-height: 35px;
  height: 35px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #1e2b58;
  background: url(../img/layout/border-tableau.gif) repeat-x bottom; }

table.panier tfoot tr td {
  height: auto;
  padding: 10px 0 10px 15px !important; }

table.panier td.produit {
  width: 270px; }

table.panier td.prix {
  width: 150px; }

table.panier td.quantite {
  width: 85px; }

table.panier td.delete {
  width: 15px; }

table.panier td.total {
  width: 95px;
  padding: 0 20px 0 0;
  text-align: right; }

table.panier td.fin {
  height: 50px;
  background: url(../img/layout/border-tableau2.gif) repeat-x top; }

table.panier td.fin a:hover {
  text-decoration: none; }

table.panier td.produits,
table.panier td.produitsB {
  height: 74px;
  padding: 20px 0 20px 15px;
  color: #1d2b59;
  border-bottom: 1px solid #cccccc; }

table.panier td.produits.totalTTC,
table.panier td.produitsB.totalTTC {
  font-size: 14px;
  padding: 20px 20px 20px 0;
  text-align: right; }

table.panier td.produitsB {
  overflow: hidden;
  height: auto;
  text-transform: uppercase; }

table.panier td.produitsB p {
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  color: #3c3c3d; }

table.panier td.produitsB em {
  font-size: 11px;
  font-style: normal; }

table.panier td.produitsB b {
  font-size: 17px; }

table.panier td.produitsB b.final {
  font-size: 25px;
  font-weight: bold; }

table.panier #total_price b {
  font-size: 22px; }

table.panier td.price {
  padding: 20px 0;
  text-align: right; }

#order table.panier td.produits.price-discount {
  font: 20px Vidaloka;
  padding-right: 15px;
  text-align: right;
  color: #1e2b58; }

table.panier td.discount {
  padding: 20px 0 20px 15px;
  color: #919fd2; }

table.panier tr.cart_discount .discountname-left {
  float: left;
  width: 16px;
  height: 46px;
  background: url(../img/layout/panier-promo-gauche.png) no-repeat 0 0; }

table.panier tr.cart_discount .discountname-middle {
  font: 23px benchnineregular;
  line-height: 40px;
  float: left;
  min-width: 91px;
  height: 46px;
  text-transform: uppercase;
  color: white;
  background: url(../img/layout/panier-promo-centre.png) repeat-x 0 0; }

table.panier tr.cart_discount .discountname-right {
  float: left;
  width: 19px;
  height: 46px;
  background: url(../img/layout/panier-promo-droite.png) no-repeat 0 0; }

table td.cart_total {
  text-align: right !important; }

table.panier td.produits p.description {
  font-size: 11px;
  line-height: normal;
  display: block;
  float: left;
  overflow: hidden;
  width: 185px;
  height: auto;
  margin: 0;
  padding-top: 10px;
  color: #1d2b59; }

table.panier td.produits span {
  line-height: 74px; }

table.panier td.produits input {
  font-size: 14px;
  float: left;
  width: 41px;
  height: 26px;
  margin: 0 3px 0 0;
  padding-left: 8px;
  color: #696969;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  box-shadow: inset 0 0 3px #e5e5e5; }

.ie7 table.panier td.produits input {
  line-height: 26px; }

.ie8 table.panier td.produits input {
  line-height: 26px; }

table.panier td.produits .bouttons {
  display: block;
  float: left;
  width: 15px;
  height: 27px;
  margin: 0; }

table.panier td.produits .bouttons a.plus,
table.panier td.produits .bouttons a.moins {
  font-size: 11px;
  line-height: 13px;
  display: block;
  clear: both;
  width: 15px;
  height: 13px;
  text-align: center;
  color: #ffffff;
  background: #000034; }

table.panier td.produits .bouttons a.plus:hover,
table.panier td.produits .bouttons a.moins:hover {
  background: #3b4877; }

table.panier td.produits .bouttons a.plus {
  margin-bottom: 1px; }

table.panier p.code {
  font-size: 11px;
  font-weight: bold;
  display: block;
  margin: 0 0 7px 0;
  padding: 20px 0 0 20px;
  text-transform: uppercase;
  color: #3c3c3d; }

table.panier input.code {
  font-size: 11px;
  display: block;
  width: 180px;
  height: 25px;
  margin: 0 4px;
  padding: 0 0 0 10px;
  color: #3c3c3d;
  /*background:#e8e8e8;
    border-top:1px solid #dcdcdc;
    border-left:1px solid #dcdcdc;
    -moz-box-shadow: inset 0 0 3px #e5e5e5;
    -webkit-box-shadow: inset 0 0 3px #e5e5e5;
    box-shadow: inset 0 0 3px #e5e5e5;
    float:right;*/ }

.ie7 table.panier input.code {
  line-height: 25px; }

.ie8 table.panier input.code {
  line-height: 25px; }

table.panier input.ok {
  font-size: 14px;
  line-height: normal;
  float: right;
  width: 32px;
  height: 26px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #898989;
  border: 1px solid #dcdcdc;
  background: #ffffff; }

table.panier td.produitsB.freeport {
  background: #e8e8e8 url(../img/picto/transport.png) no-repeat 15px 15px !important; }

table.panier td.produitsB.freeport {
  font-size: 11px !important; }

.panier .codePromo td.produitsB,
.panier .codePromo td.produitsB p {
  color: #919fda; }

table.panier td.produits p.description {
  font-size: 11px;
  line-height: normal;
  display: block;
  float: left;
  overflow: hidden;
  width: 150px;
  height: auto;
  margin: 0;
  color: #1d2b59; }

.encart {
  font-size: 11px;
  line-height: 18px;
  position: relative;
  display: block;
  margin: 20px 0 0;
  padding: 3px;
  color: #1c2d58;
  border: 1px solid #e4e6ea;
  background: #e8e9ee; }

#colD720 .encart .file {
  font: 16px Arial;
  color: #1e2b58;
  border: 0;
  background: none; }

#colD720 .encart .file p {
  font-weight: bold;
  line-height: 40px;
  color: #1d2b59; }

#colD720 .file {
  padding: 13px 15px 10px 60px !important;
  border: 1px solid #ffffff;
  background: #e8e8e8 url(../img/picto/offre.png) no-repeat 10px 10px; }

.file h5 {
  font-size: 14px !important; }

.border_file {
  border: 2px solid #e8e8e8; }

table .file {
  line-height: 18px;
  min-height: 35px;
  color: #1e2b58; }

.discountMsg,
.encart p {
  line-height: 18px;
  margin: 0 0 5px 0 !important;
  color: #1c2d58; }

.discountMsg {
  font-size: 13px !important; }

.file b {
  color: #ba4848; }

.codepromo {
  font-size: 12px;
  position: absolute;
  top: 4px;
  right: 4px;
  clear: left;
  padding: 1px 5px;
  background: #ffffff; }

.encart a {
  text-decoration: underline; }

.padtop10 {
  padding-top: 10px !important; }

.margintop10 {
  margin-top: 10px !important; }

.padleft10 {
  padding-left: 10px !important; }

/*Parrainage*/
.parrainage {
  font-size: 14px;
  display: block;
  clear: both;
  overflow: hidden;
  height: auto; }

.parrainage p.top {
  font-size: 11px;
  font-weight: bold;
  float: left;
  height: 22px;
  margin: 0;
  padding-left: 20px;
  text-transform: uppercase;
  color: #1e2b58;
  background: url(../img/layout/border-tableau.gif) bottom repeat-x; }

.parrainage p.top.colg {
  width: 380px; }

.parrainage p.top.cold {
  width: 300px; }

.parrainage .bottom {
  display: block;
  clear: both;
  height: 29px;
  border-bottom: 1px solid #cccccc; }

.parrainage .bottom label {
  font-size: 11px;
  line-height: 29px;
  display: block;
  float: left;
  width: 360px;
  height: 29px;
  margin-left: 5px;
  cursor: pointer;
  color: #1d2b59; }

.parrainage .bottom input {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  margin: 7px 0 0 0; }

.parrainage .bottom a,
.parrainage .bottom p.droite {
  font-size: 11px;
  line-height: 29px;
  display: block;
  width: 300px;
  height: 29px;
  padding-left: 20px;
  color: #1d2b59; }

.parrainage .bottom a:hover {
  text-decoration: underline; }

.parrainage .bottom p.droite {
  float: right;
  clear: none;
  height: 21px;
  margin: 0;
  padding: 8px 0 0 20px; }

.parrainage .blocMails {
  display: block;
  clear: both;
  overflow: hidden;
  height: auto;
  padding: 25px;
  border: 1px solid #cccccc; }

.parrainage .conditions {
  display: block;
  clear: both;
  overflow: hidden;
  height: auto; }

.parrainage .conditions label {
  font-size: 11px;
  line-height: normal;
  display: block;
  float: left;
  width: 375px;
  color: #6d6b6b; }

.parrainage .conditions label a {
  font-size: 11px;
  text-decoration: underline;
  color: #6d6b6b; }

.parrainage .conditions label a:hover {
  text-decoration: none; }

.parrainage .conditions input {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0; }

/*Mon Compte*/
#colD720 .error p {
  margin: 0;
  color: #bb3333; }

#colD720 .monCompte {
  display: block;
  float: left;
  width: 159px;
  height: 180px;
  padding: 20px 30px 0 30px;
  text-align: center;
  border: 1px solid #d9d9d9; }

#colD720 .monCompte img {
  margin: 0 auto 10px; }

#colD720 .monCompte.commandes {
  background: url(../img/picto/commandes.gif) no-repeat 82px 23px; }

#colD720 .monCompte.infos {
  background: url(../img/picto/informations.gif) no-repeat 88px 31px; }

#colD720 .monCompte.cafe {
  background: url(../img/picto/cafe.gif) no-repeat 62px 22px; }

#colD720 .monCompte h1 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  clear: left;
  margin: 0 0 5px 0;
  text-align: left;
  color: #000034; }

.aleft {
  text-align: left; }

#colD720 .monCompte a {
  font-size: 11px;
  display: block;
  margin: 0 0 3px 0;
  color: #806c59; }

#colD720 .monCompte a:hover {
  color: #000034; }

/*Identification*/
#colD720 .identification {
  display: block;
  float: left;
  width: 387px;
  height: 255px;
  padding: 30px 30px 25px 30px;
  border: 1px solid #d9d9d9; }

#colD720 .identification table p {
  font-size: 13px; }

#colD720 .identification table label.compte {
  font-size: 13px;
  line-height: 36px;
  width: 95px;
  height: 36px; }

#colD720 .identification.big {
  clear: left;
  width: 650px;
  height: auto;
  padding: 30px 30px 15px; }

#colD720 .identification.big .field_container {
  width: 600px; }

#colD720 #login_form_content .field_container {
  width: 250px; }

.opc_float {
  float: left;
  width: 310px; }

#colD720 .identification a {
  font-size: 12px;
  line-height: normal;
  text-decoration: underline;
  color: #1d2b58; }

#colD720 .identification td a {
  display: block;
  max-width: 190px; }

.identification h5 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px;
  color: #1d2b58; }

/*Commandes*/
.commandes {
  font-size: 11px;
  display: block;
  clear: both;
  overflow: hidden;
  height: auto; }

.commandes table {
  width: 100%;
  text-align: left; }

.commandes table th,
.commandes table td {
  padding-bottom: 0;
  padding-left: 7px;
  vertical-align: middle; }

#colD720 .commandes .top {
  /* float: left; */
  font-size: 11px;
  font-weight: bold;
  height: 22px;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000034; }

#colD720 .commandes#carrierTable .top {
  float: left; }

#colD720 .commandes .top.delai {
  width: 238px; }

#colD720 p.cols3.delai_desc {
  font: 13px Times New Roman;
  color: #696969;
  /* margin-top: 12px; */ }

#colD720 .commandes .top.frais {
  width: 162px;
  margin: 0;
  padding: 0; }

.commandes .bottom {
  margin-bottom: 10px;
  border-bottom: 1px solid #dfe1e7;
  background: #f9f9f9; }

.commandes#carrierTable .bottom {
  clear: both; }

.commandes#carrierTable .bottom p {
  float: left; }

.commandes .bottom td {
  height: 42px; }

#colD720 .commandes .bottom p.cols3.frais {
  width: 87px;
  margin-top: 12px; }

#colD720 .commandes .bottom p.cols3 > label > img {
  height: 38px; }

#colD720 .commandes .bottom p.cols3.frais .price {
  font: 14px 'Lora';
  color: #7f6b58; }

.commandes .bottom.big {
  overflow: hidden;
  height: auto;
  border: 0; }

.commandes .bottom p,
.commandes .bottom a {
  margin: 0;
  padding: 9px 0 6px;
  text-align: center;
  color: #1d2b59; }

.commandes .bottom.big p {
  overflow: hidden;
  height: auto; }

.commandes .bottom a {
  line-height: 29px;
  height: 29px;
  padding: 0;
  text-decoration: underline;
  color: #696969; }

.commandes p.top.prix,
.commandes .bottom p.prix {
  width: 120px; }

.commandes p.top.produit,
.commandes .bottom p.produit {
  width: 320px; }

.commandes p.top.colg,
.commandes .bottom p.colg,
.commandes p.top.cold,
.commandes .bottom p.cold {
  padding-left: 20px;
  text-align: left; }

.commandes p.top.colg,
.commandes .bottom p.colg {
  width: 400px; }

.commandes p.top.cold,
.commandes .bottom p.cold {
  width: 280px; }

.commandes p.top.cols3,
.commandes .bottom p.cols3 {
  width: 220px;
  padding-left: 20px;
  text-align: left; }

.commandes p.top.frais {
  width: 220px;
  padding-right: 20px;
  text-align: right; }

.commandes .bottom p.cols3 span {
  font-size: 14px;
  display: block;
  padding-right: 20px;
  text-align: right; }

.commandes .bottom p.cols3 label {
  float: left;
  width: 200px;
  cursor: pointer;
  outline: none; }

.ie7 .commandes .bottom p.cols3 label {
  padding: 1px 0 0 0; }

.commandes .bottom p.cols3 input {
  float: left;
  width: 14px;
  height: 14px;
  margin: 13px 5px 0 0; }

.commandes .bottom p.cols3 span.price {
  font-size: 14px !important; }

.commandes p.top.exped,
.commandes .bottom p.exped {
  width: 150px; }

.commandes p.top.messag,
.commandes .bottom p.messag {
  width: 570px; }

#order-detail-content tr {
  margin-bottom: 10px;
  border-bottom: 1px solid #dfe1e7;
  background: #f5f5f5; }

#order-detail-content thead tr,
#order-detail-content tfoot tr {
  border-bottom: 0;
  background: transparent; }

#order-detail-content td,
#order-detail-content th {
  min-width: 70px;
  height: 42px; }

#order-detail-content label {
  font-size: 12px;
  padding: 5px 0; }

#order-detail-content tfoot td {
  padding-right: 25px;
  text-align: right; }

#order-detail-content .panier_footer {
  margin-top: 120px; }

/*Magasins, Newsletter*/
.magasins,
.newsletter {
  display: block;
  clear: both;
  overflow: hidden;
  width: 489px;
  height: auto;
  margin-bottom: 15px;
  padding: 30px 20px 20px 20px;
  border: 1px solid #d9d9d9; }

.newsLabel {
  color: #1e2956 !important; }

.newsletter {
  width: 502px; }

.map {
  position: relative;
  display: block;
  clear: both;
  width: 710px;
  height: 360px; }

.map .popup {
  position: absolute;
  top: 26px;
  left: 210px;
  display: block;
  overflow: hidden;
  width: 290px;
  height: auto;
  padding: 20px;
  border: 1px solid #d9d9d9;
  background: #ffffff; }

.map .popup .col {
  display: block;
  float: left;
  overflow: hidden;
  width: 205px;
  height: auto; }

.map .popup .col p.border {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9; }

.map .popup .col p strong {
  font-size: 14px;
  display: block;
  margin: 0 0 5px 0;
  color: #1e2b58; }

.map .popup .col p span {
  font-size: 12px;
  display: block;
  margin: 0 0 5px 0;
  color: #1e2b58; }

.map .popup .col p em {
  font-style: normal;
  display: block;
  float: left;
  width: 70px; }

.map .popup .col p b {
  font-weight: normal;
  display: block;
  float: left;
  width: 135px; }

.map .popup a.fermer {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 13px;
  height: 13px;
  text-indent: -9999px;
  background: url(../img/bouton/delete.gif) no-repeat; }

.map a.vousEtesIci {
  position: absolute;
  top: 185px;
  left: 178px;
  display: block;
  width: 19px;
  height: 24px;
  text-indent: -9999px;
  background: url(../img/picto/vous-etes-ici.png) no-repeat; }

.dnone {
  display: none; }

.atelier .full-width {
  width: 100%; }

/*Paiement*/
.paypallink {
  color: #000034;
  font-size: 20px; }

a.paiement,
div.paiement,
#order .payment_module.paypal {
  font-size: 20px;
  line-height: normal;
  position: relative;
  display: block;
  clear: both;
  height: 73px;
  padding: 32px 90px 0 210px;
  color: #000034;
  border: 1px solid #d9d9d9; }

#order .payment_module.paypal {
  padding: 16px 90px 16px 210px; }

.payment_module.paypal > a {
  padding-left: 0 !important; }

a.paiement span {
  position: absolute;
  top: 42px;
  right: 46px;
  display: block;
  width: 20px;
  height: 31px;
  text-indent: -9999px;
  background: url(../img/deco/fleche-big.gif) no-repeat; }

a.paiement:hover span {
  background: url(../img/deco/fleche-big.gif) no-repeat; }

a.paiement.carteBancaire {
  background: url(../img/picto/carte-bancaire.png) no-repeat 25px 20px; }

a.paiement.paypal,
.payment_module.paypal {
  background: url(../img/picto/paypal.png) no-repeat 25px 20px; }

a.paiement.buyster {
  background: url(../img/picto/buyster.png) no-repeat 25px 20px; }

a.paiement.carteBancaire:hover {
  background: url(../img/picto/carte-bancaire1.png) no-repeat 25px 20px; }

a.paiement.paypal:hover,
.payment_module.paypal:hover {
  background: url(../img/picto/paypal1.png) no-repeat 25px 20px; }

a.paiement.buyster:hover {
  background: url(../img/picto/buyster1.png) no-repeat 25px 20px; }

.paypal,
.paybox {
  height: 70px;
  padding: 10px 0 0 150px;
  background: url(../img/picto/paypal.png) no-repeat; }

a.paiement.carteBancaire i {
  display: block;
  display: block;
  width: 194px;
  height: 33px;
  background: url(../img/logo/cb.jpg) no-repeat top left; }

a.paiement.buyster i {
  display: block;
  display: block;
  width: 127px;
  height: 22px;
  margin-top: 5px;
  background: url(../img/logo/buyster.jpg) no-repeat top left; }

a.paiement.paypal i {
  display: block;
  display: block;
  width: 306px;
  height: 26px;
  background: url(../img/logo/paypal.jpg) no-repeat top left; }

.paybox {
  background: url(../img/picto/carte-bancaire.png) no-repeat; }

div.paiement.cheque {
  background: url(../img/picto/cheque-cadeau.png) no-repeat 25px 20px; }

div.paiement.cheque:hover {
  background: url(../img/picto/cheque-cadeau.png) no-repeat 25px 20px; }

div.paiement .codeCheque {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 160px;
  height: 90px; }

tr.cart_free_shipping td {
  text-transform: inherit !important; }

/*Adresse*/
#colD720 .adresse,
#block-order-detail .address {
  display: block;
  float: left;
  overflow: hidden;
  width: 290px;
  height: 250px;
  padding: 30px 30px 25px 30px;
  border: 1px solid #d9d9d9; }

#block-order-detail .address {
  min-height: 250px;
  margin-bottom: 40px; }

#colD720 .adresse.item,
.address.item {
  margin-right: 15px; }

#colD720 .adresse p,
#block-order-detail .address p {
  font-size: 14px;
  margin: 0 0 15px 0; }

#colD720 .adresse li,
#block-order-detail .address li {
  font-size: 14px;
  line-height: normal; }

#block-order-detail .address_title {
  font: 22px benchnineregular !important;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #1e2b58;
  border-bottom: 1px solid #dfe0e0; }

#colD720 .subtitle {
  font-size: 21px;
  font-style: italic;
  color: #806c59;
  margin-bottom: 12px; }

/*Guide de Tailles*/
.tailles {
  display: block;
  float: left;
  overflow: hidden;
  width: 538px;
  height: auto; }

.tailles.small {
  width: 370px; }

.tailles p.top {
  font-size: 11px;
  font-weight: bold;
  display: block;
  clear: both;
  width: 378px;
  height: 20px;
  margin: 0;
  padding: 0 0 0 160px;
  text-transform: uppercase;
  color: #1e2b58;
  background: url(../img/layout/border-tableau.gif) repeat-x bottom; }

.tailles p.top.small {
  width: 210px; }

.tailles p.taille,
.tailles p.mlxlxxl {
  font-size: 11px;
  display: block;
  float: left;
  width: 52px;
  height: 20px;
  margin: 0;
  color: #838383; }

.tailles p.taille {
  width: 140px;
  padding-right: 20px;
  text-align: right; }

.tailles td {
  font-size: 11px;
  line-height: normal;
  overflow: hidden;
  width: 54px;
  height: auto;
  padding: 15px 0 10px 0;
  color: #1e2b58;
  border-bottom: 1px solid #cccccc; }

.tailles td.first {
  width: 150px;
  padding: 15px 10px 10px 0; }

/*Conditions*/
ul.conditions {
  display: block;
  overflow: hidden;
  height: auto;
  padding: 0 0 0 10px; }

ul.conditions li {
  font-size: 11px;
  line-height: normal;
  display: block;
  overflow: hidden;
  height: auto;
  padding: 0 0 10px 10px;
  background: url(../img/deco/puce-rond.gif) no-repeat 0 5px; }

/* Commenté à cause d'un conflit de style avec le filtre page produit elasticsearch
.selection ul {
    padding: 10px 0 0 15px;
}
*/
.elasticsearch_color.selected a {
  font-weight: bold;
  color: #252d52; }

#topnavEvo {
  position: absolute;
  top: 97px; }

h1.product-listing {
  padding-top: 50px; }

h1.product-listing .heading-counter {
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
  color: #6d6d6d; }

h1.product-listing .heading-counter strong {
  font-size: 16px;
  color: #273762; }

#product_list {
  display: inline-block;
  clear: left;
  width: 100%;
  text-align: left;
  margin-left: 30px; }

/* my account*/
#new_account_form p.text {
  float: left;
  width: 222px;
  margin: 0 25px 10px 0; }

#opc_account_form h5 {
  clear: left;
  padding: 30px 0 10px; }

.btform {
  float: right;
  padding: 0 120px 0 0; }

.radio label.top {
  font-size: 14px;
  padding-bottom: 0; }

.password {
  margin-top: 0; }

.password #colD720 p {
  display: inline-block;
  float: none;
  vertical-align: bottom; }

.password input.bouton {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 4px; }

.password #colD720 a.retour {
  margin-bottom: 30px;
  margin-left: 4px; }

#guideDesTailles {
  overflow-x: hidden;
  overflow-y: auto;
  height: 460px;
  padding: 10px;
  border: 1px solid #e5e5e5; }

#colD720 .somm {
  font-size: 12px;
  line-height: 18px;
  padding: 20px;
  border: 1px solid #d9d9d9; }

#colD720 .somm p,
#colD720 p.warning {
  font-size: 12px;
  line-height: 18px; }

#colD720 p.warning {
  color: #a23738; }

#colD720 .somm ul {
  margin-bottom: 20px; }

#colD720 .somm li {
  margin: 0 0 8px; }

.somm .price {
  font-size: 25px;
  color: #1e2b58; }

.somm b {
  color: #1e2b58; }

#topnavEvo li .sub {
  top: 26px !important;
  box-shadow: 0 0 4px 1px #2e2c2c; }

#topnavEvo {
  top: 75px !important; }

#topnavEvo li .sub ul li.stitle a:hover {
  color: #5c6996 !important; }

#topnavEvo li a {
  padding: 0 0 0 0 !important; }

.errorField {
  border-bottom: 1px solid #bb3333; }

/*So colissimo*/
.informations {
  font-size: 11px;
  line-height: 14px;
  display: none;
  padding: 0 20px; }

.informations b {
  font-size: 15px;
  font-weight: normal;
  display: block;
  margin: 0 5px 0 0;
  color: #1e2b58; }

.socollissimo {
  display: block;
  width: 131px;
  height: 43px;
  background: url(../img/logo/socolissimo.jpg) no-repeat top left; }

#table-sodesc td {
  padding: 0;
  vertical-align: top; }

#table-sodesc td h2 {
  margin-bottom: 5px !important; }

table img {
  cursor: pointer;
  vertical-align: middle; }

.small {
  font-size: 11px;
  padding: 0 0 0 43px;
  color: #1e2b58; }

#delivery_address {
  font-size: 11px;
  line-height: 17px;
  margin: 0 0 20px; }

/*Blockart*/
#layered_block_left ul li a.checked {
  font-size: 12px;
  font-weight: bold;
  color: #273762; }

span.distance_texte {
  line-height: 32px;
  position: absolute;
  top: 25px;
  left: 213px;
  display: block;
  height: 29px; }

#store_search {
  font: 12px 'Open Sans';
  display: block;
  float: right;
  margin-top: 32px;
  padding: 4px;
  text-align: left; }

#addressInput {
  line-height: 26px;
  width: 400px;
  height: 35px; }

#stores #addressInput {
  width: 200px;
  height: 22px;
  margin-right: 80px; }

#stores select#radiusSelect {
  width: 200px;
  height: 35px; }

.fiche #cliquer-zoomer {
  font: 14px/28px benchnineregular;
  position: absolute;
  z-index: 200;
  display: none;
  width: 125px;
  height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background: url(../img/bouton/cliquer-zoomer.png) no-repeat left top; }

#back-list {
  font: 16px/40px benchnineregular;
  float: left;
  width: 103px;
  height: 39px;
  padding-left: 33px;
  cursor: pointer;
  text-transform: uppercase;
  color: white;
  background: url(../img/fleche_gauche.png) no-repeat 14px 14px #1e2b58; }

#print-link {
  font: 16px/40px benchnineregular;
  float: right;
  width: 218px;
  height: 39px;
  padding-left: 20px;
  cursor: pointer;
  text-transform: uppercase;
  color: white;
  background: #1e2b58; }

#social-links {
  margin-bottom: 57px;
  text-align: center; }

#social-links .social-widget {
  margin-right: 12px; }

#print-link {
  width: 94px;
  margin-left: 1px;
  padding-left: 17px;
  background: url(../img/icon/print.png) no-repeat 81px 10px #1e2b58; }

#social-links .twit.popup {
  display: block;
  width: 13px;
  height: 17px;
  margin-top: 10px;
  margin-left: 24px;
  text-indent: -9999px;
  background: url(../img/icon/product-twitter.png) no-repeat left top; }

#social-links .fcbook {
  display: block;
  width: 8px;
  height: 18px;
  margin-top: 10px;
  margin-left: 20px;
  text-indent: -9999px;
  background: url(../img/icon/product-facebook.png) no-repeat left top; }

#social-links .pin-it-button {
  display: block;
  float: left;
  width: 15px;
  height: 19px;
  margin-top: 9px;
  margin-left: 22px;
  text-indent: -9999px;
  background: url(../img/icon/pintit.png) no-repeat left top; }

#social-links #send_friend_button {
  display: block;
  width: 17px;
  height: 12px;
  margin-top: 13px;
  margin-left: 19px;
  text-indent: -9999px;
  background: url(../img/icon/mail.png) no-repeat left top; }

li.sendtofriend {
  display: none; }

.fiche.sendtoafriend {
  width: 930px;
  padding-right: 25px;
  padding-left: 25px; }

#product.content_only {
  overflow: hidden;
  width: 720px; }

/* ORDER, AUTHENTIFICATION PAGE */
#order #colG200,
#authentication #colG200 {
  display: none; }

#order #colD720,
#authentication #colD720 {
  position: relative;
  width: 980px;
  margin-top: -71px;
  padding-right: 0;
  background: white; }

#order .mainBg,
#authentication .mainBg {
  margin-top: 30px;
  padding-top: 70px; }

#order .mainBg ul#fil,
#authentication .mainBg ul#fil {
  position: absolute;
  z-index: 2;
  top: -24px;
  margin-top: 0; }

ul.etapes {
  height: 45px;
  margin-top: 30px;
  border-bottom: none; }

ul.etapes li {
  width: 195px;
  height: 44px;
  text-align: center;
  border-bottom: 1px solid #dfe0e0; }

ul.etapes li a {
  font: 14px Times New Roman;
  font-weight: normal;
  line-height: 44px;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  text-align: center;
  color: #000034;
  background: none; }

ul.etapes li a.active,
ul.etapes li a:hover {
  color: white;
  background: none;
  background: #000034; }

#order table.panier {
  width: 920px;
  margin-left: 30px;
  padding-right: 0; }

#order table.panier .cart_free_shipping {
  height: 62px; }

/*#order #cart_summary .cart_free_shipping{display:block;}*/
ul.etapes li#step_end {
  border-right: 0; }

#order table.panier td.produit {
  width: 323px; }

#order table.panier td.size {
  width: 137px; }

#order table tbody tr.cart_item {
  border-bottom: 4px solid white;
  background: url(../img/deco/lignegrise.png) repeat-x left 76px #f5f5f5; }

#order table tbody tr.cart_item p.description {
  font: 14px Times New Roman;
  margin-top: 15px;
  color: #696969; }

#order table tbody tr.cart_item td.cart_product > a > img {
  width: 75px;
  height: 75px;
  margin-right: 24px;
  background: white; }

#order table.panier td.produits,
#order table.panier td.produitsB {
  height: 74px;
  padding: 0 0 0 2px;
  color: #1d2b59;
  border-bottom: 1px solid #cccccc; }

#order table td.cart_unit.produits span.price.produits {
  font: 14px Vidaloka;
  color: #696969; }

#order table td.cart_total.produits span.price {
  font: 20px Vidaloka;
  padding-right: 15px;
  color: #7f6b58; }

#order table td.top {
  text-align: left; }

#order table.panier td.top {
  padding-left: 0;
  background: none; }

#order table.panier td.prix {
  width: 162px; }

#order table.panier td.quantite {
  width: 102px; }

#order table.panier td.total {
  width: 171px;
  padding-right: 15px;
  text-align: right; }

#order table.panier tfoot td.produits,
#order table.panier tfoot td.produitsB {
  height: 20px;
  text-align: left; }

#order table.panier tfoot td.produitsB em {
  font: 11px Times New Roman;
  font-weight: bold; }

#order table.panier tfoot tr.cart_total_price_final td.produitsB {
  font-family: Times New Roman;
  font-size: 22px;
  height: 34px;
  text-transform: uppercase;
  color: white;
  background: #7f6b58; }

#order table.panier tfoot tr.cart_total_price_final td#total_price {
  font: 28px 'Lora';
  padding-right: 20px !important; }

#order table.panier tfoot td.produitsB.price {
  font: 20px 'Lora';
  padding-right: 20px !important;
  text-align: right;
  color: #7f6b58; }

#order table.panier td.fin {
  background: none; }

#order div.error {
  margin-left: 25px; }

#order #vourcher_form {
  position: absolute;
  top: 0;
  left: -15px;
  width: 265px;
  height: 90px;
  padding-top: 10px;
  padding-left: 20px;
  text-align: left;
  background: #f5f5f5; }

#bt_FbLogged {
  position: absolute;
  top: 115px;
  left: -15px;
  width: 265px;
  height: 109px;
  padding-top: 7px;
  padding-left: 20px;
  text-align: left;
  background: #f7f7f7; }

.bt_FbLogged {
  position: absolute;
  top: 115px;
  left: -15px;
  width: 265px;
  height: 109px;
  padding-top: 7px;
  padding-left: 20px;
  text-align: left;
  background: #f7f7f7; }

#container_fb {
  text-align: center;
  margin-top: 5px; }

#order #vourcher_form .text {
  font: 22px Times New Roman;
  line-height: 36px;
  text-transform: uppercase;
  color: #1e2c59; }

#order #vourcher_form .ok {
  float: right;
  width: 28px;
  height: 27px;
  text-indent: -9999px;
  background: url(../img/bouton/footer_newsletter_submit.png); }

#order #vourcher_form #discount_name {
  line-height: 26px;
  height: 26px;
  color: #bbbbbb; }

#order #vourcher_form #voucher {
  display: block;
  width: 234px;
  height: 26px;
  margin-left: 0;
  padding: 4px 5px;
  border-top: 1px solid #dadadd;
  border-left: 1px solid #dadadd;
  background: white; }

#account-creation_form {
  width: 670px;
  margin-left: 30px; }

#account-creation_form .field_container input[type='text'],
#account-creation_form .field_container input[type='password'],
#account-creation_form .field_container textarea,
#account-creation_form .field_container .pays {
  font-size: 14px;
  width: 300px;
  padding: 12px; }

.field_container textarea {
  width: calc(100% - 31px); }

#account-creation_form .field_container .pays {
  min-height: 39px;
  padding-top: 0;
  padding-bottom: 0;
  width: calc(100% - 10px); }

#account-creation_form .field_container select {
  font-size: 14px;
  min-height: 39px;
  padding: 0 12px; }

#account-creation_form span.cart_navigation.required.submit {
  font: 11px Arial;
  font-weight: bold;
  margin-left: 25px;
  color: #6d6b6b; }

#account-creation_form .field_container textarea {
  width: calc(100% - 30px); }

#authentication .account_creation {
  width: 670px; }

#authentication .newsletter_form {
  width: 441px;
  height: 35px;
  background: #000034;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

#account-creation_form fieldset {
  margin-bottom: 20px; }

#authentication .newsletter_form .newslabel,
#authentication .newsletter_form .newslabel * {
  font: 13px arial;
  line-height: 20px;
  color: white !important; }

#authentication .newscheck {
  width: 15px;
  height: 40px;
  margin-right: 20px; }

#authentication .newscheck input {
  width: 15px;
  height: 40px;
  margin-right: 20px; }

#authentication .account_creation .field_container {
  margin-top: 2px; }

#authentication .account_creation .field_container.clear_l {
  width: 100%; }

#authentication .account_creation .field_container.date-birth select {
  width: 32.5%; }

#authentication .account_creation .field_container .top,
#authentication .account_creation .field_container .radio {
  float: left; }

#authentication .account_creation .field_container .radio {
  margin: 0 7px 0 0; }

#order label.choissir {
  font: 13px Times New Roman;
  font-weight: bold;
  line-height: 30px;
  color: #696969; }

#order #colD720 form {
  float: left;
  width: 670px;
  margin-left: 25px; }

#order .pays.address_select {
  font: 14px Times New Roman;
  height: 34px;
  margin-top: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #696969;
  border: 1px solid white;
  border-top: 1px solid #dadadd;
  border-left: 1px solid #dadadd;
  background: #f3f3f6; }

#order .address_update a.lien {
  font: 14px Times New Roman;
  font-weight: bold;
  text-transform: none;
  color: #1e2b58 !important;
  background: url(../img/fleche_mini.png) no-repeat right center; }

#order #ordermsg textarea {
  width: 670px;
  background: #f3f3f6; }

#order #add-newadd {
  display: inline-block;
  margin-left: 3px; }

#order #colD720 a.retour {
  margin-top: 0;
  margin-left: 0; }

#order #colD720 .adresse {
  width: 265px; }

#order input.bouton.exclusive {
  margin-right: 0; }

a.paiement,
div.paiement,
.payment_module.paypal {
  width: 618px; }

#shipping-content {
  width: 920px;
  margin-left: 25px; }

.payment_module.paypal img {
  vertical-align: middle;
  display: block; }

#colD720 a.liens.linkcgv {
  font: 13px Times New Roman;
  font-weight: bold;
  text-decoration: none;
  color: #7f6b58; }

.check-shippinh {
  float: right;
  /* width: 83px; */
  /* height: 56px; */
  margin: 17px 20px 0 0;
  cursor: pointer; }

#mini-reassurance {
  width: 174px;
  height: 420px;
  margin-right: 30px;
  padding: 15px 23px;
  box-shadow: 1px 1px 5px #d3d3d3; }

#mini-reassurance .bloc {
  margin-bottom: 30px; }

#mini-reassurance h5 {
  font: 14px Times New Roman;
  margin-bottom: 3px;
  color: #000034; }

#mini-reassurance .description {
  font: 11px/18px Times New Roman;
  color: #696969; }

#product .links.envoyer {
  display: none !important; }

#paymentpictures_block ul li img,
#shippingpictures_block ul li img {
  max-height: 30px; }

#order #paymentpictures_block,
#order #shippingpictures_block {
  position: absolute;
  /*bottom:95px;
    left:30px;
    top:auto;*/
  top: 160px;
  bottom: auto;
  left: -15px;
  overflow: hidden;
  width: 455px;
  height: 48px; }

#order #paymentpictures_block {
  /*bottom:139px;*/
  top: 120px;
  bottom: auto;
  overflow: hidden; }

#order #paymentpictures_block .block_title {
  font: 14px/48px Arial;
  margin-right: 33px;
  color: #1e2b58; }

#order #shippingpictures_block .block_title {
  font: 14px/48px Arial;
  margin-right: 33px;
  color: #1e2b58; }

#order .panier_footer {
  width: 920px;
  margin-top: 20px;
  margin-left: 30px;
  padding-top: 7px; }

#product #sldOldPrice {
  font-size: 20px;
  line-height: 32px;
  height: 32px;
  margin-top: 0;
  margin-right: 10px;
  color: #29335b;
  display: block; }

#myHome a.contentImg {
  position: relative;
  display: block; }

#myHome img.my_home_image2 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0; }

#myHome img.my_home_image2:hover {
  cursor: pointer;
  opacity: 1; }

#myHome #slideshow_half {
  float: left;
  overflow: hidden;
  width: 300px;
  height: 316px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  box-shadow: 0 0 3px rgba(163, 163, 163, 0.31); }

#myHome table.gabarit {
  display: block;
  float: left;
  width: 486px;
  height: 522px; }

#slideshow_half .slides_container {
  width: 300px;
  height: 316px; }

#myHome {
  width: 940px;
  margin: 0 auto; }

#myHome #newsletter_block_left {
  border: none;
  background: #1c2854; }

#myHome #newsletter_block_left {
  width: 240px;
  height: 148px;
  margin-top: 0;
  margin-bottom: 1px;
  padding-top: 20px; }

#myHome #newsletter_block_left .title_block,
#myHome #newsletter_block_left h4 {
  padding: 0 0 12px 28px;
  color: #63686e;
  background: none;
  /*url(img/icon/newsletter.png) no-repeat 0 0 transparent;*/ }

#myHome #newsletter_block_left p {
  padding: 0; }

#myHome #newsletter_block_left p.success_inline {
  font-weight: bold;
  text-align: center;
  color: #418b19; }

#myHome #newsletter_block_left p.warning_inline {
  font-weight: bold;
  text-align: center;
  color: #da0f00; }

#myHome #newsletter_block_left .block_content > form > p {
  margin: 0;
  padding: 0; }

#myHome #newsletter_block_left .block_content > form {
  width: 197px;
  height: 27px;
  margin-left: 13px;
  padding: 4px 0 4px 15px;
  background: white; }

#myHome #newsletter_block_left form input.button_mini {
  width: 28px;
  height: 27px; }

#myHome #newsletter_block_left .title_block,
#myHome #newsletter_block_left h4 {
  font: 26px benchnineregular;
  font-weight: normal;
  line-height: 24px;
  padding-bottom: 2px;
  padding-left: 13px;
  text-transform: uppercase;
  color: white;
  text-shadow: none; }

#myHome #newsletter_block_left .description_block {
  font: 14px benchnineregular;
  margin-bottom: 7px;
  padding-left: 13px;
  text-transform: uppercase;
  color: white; }

#myHome #newsletter_block_left input.inputNew {
  font-size: 10px;
  position: relative;
  top: -1px;
  width: 148px;
  height: 20px;
  padding: 0 5px;
  color: #999999;
  border: 1px solid #cccccc;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-radius-topleft: 3px;
  -webkit-border-radius-bottomleft: 3px; }

#myHome #newsletter_block_left input.inputNew {
  font: 12px tahoma;
  line-height: 24px;
  width: 154px;
  height: 24px;
  color: #999999;
  border: none; }

#myHome #newsletter_block_left input.button_mini {
  position: relative;
  left: -2px;
  width: 24px;
  height: 23px;
  cursor: pointer;
  text-indent: -5000px;
  border: 0;
  background: url(img/bg_bt_newsletter_ok.png) no-repeat 0 0; }

#myHome #newsletter_block_left input.button_mini {
  background: url(../img/bouton/footer_newsletter_submit.png) no-repeat 0 0; }

#myHome .row1 a,
#myHome .col1 a,
#myHome .col2 a {
  position: relative;
  display: block;
  float: left;
  transition: all ease-out .2s;
  box-shadow: 0 0 3px rgba(163, 163, 163, 0.31); }

#myHome a:hover {
  cursor: pointer;
  transition: all ease-out .2s;
  box-shadow: 0 0 4px rgba(163, 163, 163, 0.9); }

#myHome .row1 {
  float: left;
  width: 940px;
  height: 286px;
  margin-bottom: 20px; }

#myHome .row1 a {
  display: block;
  float: left;
  margin-top: 43px;
  margin-left: 20px; }

#myHome .row1 a:first-child {
  margin-left: 0; }

#myHome .row1 a.middle {
  margin-top: 0; }

#myHome .col1 {
  float: left;
  width: 540px; }

#myHome .col1 a {
  display: block;
  float: left; }

#myHome .col1 a:first-child {
  margin-bottom: 20px; }

#myHome .col1 .last {
  margin-left: 20px; }

#myHome .col2 {
  float: left;
  width: 380px;
  margin-left: 20px; }

#myHome .col2 a:first-child {
  margin-bottom: 22px; }

#myHome .col1 .homeSliderNext,
#myHome .col1 .homeSliderPrev {
  position: absolute;
  z-index: 500;
  top: 50%;
  left: 0;
  display: block;
  width: 50px;
  height: 98px;
  margin-top: -49px;
  transition: background-image ease-out .2s;
  text-indent: -9999px;
  background-image: url(../img/bouton/prev.png);
  box-shadow: none; }

#myHome .col1 .homeSliderNext {
  left: 250px;
  background-image: url(../img/bouton/next.png); }

#myHome .col1 .homeSliderNext:hover,
#myHome .col1 .homeSliderPrev:hover {
  transition: background-image ease-out .2s; }

#myHome .col1 .homeSliderNext:hover {
  background-image: url(../img/bouton/next-over.png); }

#myHome .col1 .homeSliderPrev:hover {
  background-image: url(../img/bouton/prev-over.png); }

.relative {
  position: relative; }

#colorbox {
  min-height: 100vh;
  min-width: 100vw; }

#cboxLoadedContent {
  -webkit-overflow-scrolling: touch; }

/**
 * iPad with portrait orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  #colorbox,
  .fond-blockcart {
    height: 1024px;
    width: 768px;
    min-width: 980px; } }

/**
 * iPad with landscape orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #colorbox,
  .fond-blockcart {
    height: 768px;
    width: 1024px; } }

#colorbox.cboxcolorProduct,
#colorbox.cboxcolorProduct #cboxWrapper {
  overflow: visible !important;
  width: 721px !important;
  height: 332px !important; }

#colorbox.cboxcolorProduct #cboxClose {
  top: -40px !important; }

#colorbox.cboxcolorProduct #cboxLoadedContent {
  margin: 0; }

/* Carnet de mode */
.carnetdemode {
  width: 100%;
  height: 646px;
  background-size: cover; }

.carnet-content {
  width: 940px;
  margin: 0 auto;
  padding-top: 66px; }

.carnet-col {
  float: left; }

.carnet-col:first-child {
  width: 520px; }

.carnet-col img {
  float: right;
  clear: right;
  margin-bottom: 3px; }

.carnet-titre {
  float: right;
  margin-right: 40px; }

.carnet-titre h2 {
  display: block;
  width: 164px;
  height: 132px;
  text-indent: -9999px;
  background-image: url(../img/logo/carnet-de-mode.png); }

.carnet-titre .titreCarnet {
  display: block;
  width: 164px;
  height: 132px;
  text-indent: -9999px;
  background-image: url(../img/logo/carnet-de-mode.png); }

.carnet-titre p {
  font-family: benchnineregular;
  font-size: 18px;
  line-height: 1;
  width: 183px;
  text-align: center;
  color: #ffffff; }

.carnet-texte {
  width: 278px;
  height: 463px;
  margin-left: 3px;
  padding: 25px 30px 0;
  background-color: #ffffff; }

.carnet-texte-header {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 12px;
  padding-bottom: 2px;
  text-transform: uppercase;
  color: #827878;
  border-bottom: 1px solid #d0d2d9; }

.carnet-texte .date {
  font-size: 11px;
  float: right; }

.carnet-texte img {
  float: none;
  clear: both;
  margin: 5px 0 10px; }

.carnet-texte p {
  font-size: 14px;
  line-height: 20px;
  color: #404040; }

.buttonlink,
.buttonwhite {
  font: 16px benchnineregular;
  line-height: 35px;
  display: inline-block;
  height: 35px;
  padding: 0 30px 0 20px;
  transition: all ease-out .2s;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border: none;
  background: url(../img/buttonlink.png) no-repeat right 11px #1e2b58; }

.buttonwhite:hover,
.buttonlink:hover {
  transition: all ease-out .2s; }

.buttonlink:hover {
  color: #1e2b58;
  background: url(../img/buttonwhite.png) no-repeat right 11px white; }

.buttonwhite {
  color: #1e2b58;
  background: url(../img/buttonwhite.png) no-repeat right 11px white; }

.buttonwhite:hover {
  color: white;
  background: url(../img/buttonlink.png) no-repeat right 11px #1e2b58; }

.carnet-col:first-child .buttonlink {
  float: right;
  clear: right; }

.zoom-full {
  position: absolute;
  right: -40px;
  top: 0;
  width: 20px;
  height: 20px;
  margin: 8px 8px 0 0;
  margin-top: 11px;
  margin-left: 5px;
  border: 0;
  cursor: pointer;
  box-shadow: none;
  display: none; }

.zoom-full svg {
  width: 25px;
  height: 25px;
  fill: #000034; }

#product .fiche.zoomed {
  position: inherit; }

#product .fiche.zoomed .colD {
  position: absolute;
  right: 0;
  top: 50px;
  max-height: 100vh;
  z-index: 110;
  transition: all ease 2s; }

.transparent {
  opacity: 0;
  transition: opacity .5s ease; }

.opaque {
  opacity: 1;
  transition: opacity .5s ease; }

.nl_form .btn-double {
  padding: 6px 20px; }

.detail-404 {
  position: relative;
  top: -50px;
  border-top: 1px solid #dbdbdb;
  padding-top: 25px;
  margin-bottom: 0; }

.img-404 {
  position: relative;
  margin: 0 auto;
  z-index: 3;
  display: block; }

.pagenotfound .retour {
  display: initial;
  top: -15px; }

.produitListe-hover {
  transform: scale(1);
  transition: transform 0ms; }

.produitListe-hover.large-scale {
  transform: scale(1.2);
  transition: transform 0ms; }

.page-atelier .presentation-produits .image-container img {
  width: 346px;
  height: 603px;
  /* height: auto; */ }

.videotv video {
  width: 100%; }

.videotv {
  width: 100%; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

#contentMain > .menu-left-column {
  display: none; }

#returnBackorder {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  max-width: 230px;
  /* margin-right: 0px; */
  padding: 13px 28px;
  cursor: pointer;
  transition: box-shadow .15s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #000034;
  color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #000034; }

#returnBackorder:hover {
  box-shadow: 0 0 0 4px #000034;
  color: #000034;
  background-color: #fff; }

#returnHome {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  width: 150px;
  max-width: 230px;
  /* margin-right: 0px; */
  padding: 16px 28px;
  cursor: pointer;
  transition: box-shadow .15s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #0a213f;
  box-shadow: 0 0 0 1px #0a213f; }

#returnHome:hover {
  color: #0a213f;
  background-color: transparent;
  box-shadow: 0 0 0 4px #0a213f; }

.p-returnpage {
  font-family: Times New Roman;
  font-size: 16px;
  color: #000034;
  padding: 30px; }

.p-returnpage > a {
  font-family: Times New Roman;
  font-size: 16px;
  text-decoration: underline;
  color: #000034; }

.commandes .top {
  /* float: left; */
  font-size: 11px;
  font-weight: bold;
  height: 22px;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000034; }

.commandes > #order-list tr {
  height: 40px; }

.commandes > .error {
  /* float: left; */
  font-size: 15px;
  padding: 30px; }

.commandes.show {
  overflow: visible; }

#order-detail-content > table {
  margin-bottom: 10px;
  margin-top: 10px; }

.msgname {
  font-size: 16px;
  color: #1e2b58;
  padding: 10px; }

.msgdate {
  font-size: 12px;
  color: #777;
  padding-left: 10px; }

#order-detail-contact .bottom {
  padding: 10px; }

.category_description {
  padding: 70px; }

#reinsurance_block li span {
  font-size: 14px;
  font-family: Times New Roman;
  color: #B1B1B7;
  text-shadow: none;
  font-weight: normal;
  text-transform: uppercase;
  display: block; }

#reinsurance_block li div.description {
  float: none;
  color: #B1B1B7;
  text-align: center;
  font: 11.5px/10px Arial;
  margin: auto;
  width: 200px;
  margin-top: 6px;
  margin-left: 4px;
  border: none; }

#reinsurance_block {
  padding-top: 42px;
  background-color: #000034;
  padding-bottom: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 1038px;
  margin: 0 auto; }

#reinsurance_block_payment {
  padding-top: 42px;
  background-color: #000034;
  padding-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 1038px;
  margin: 0 auto; }

#reinsurance_block ul, #reinsurance_block_payment ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

#reinsurance_block li, #reinsurance_block_payment li {
  float: left;
  margin-top: 11px;
  margin-right: 22px;
  position: relative;
  text-align: center; }

#reinsurance_block li#reinsurance_bloc_li_0, #reinsurance_block_payment li#reinsurance_bloc_li_0 {
  margin-right: 39px; }

#reinsurance_block li#reinsurance_bloc_li_1, #reinsurance_block_payment li#reinsurance_bloc_li_1 {
  margin-right: 19px; }

#reinsurance_block li#reinsurance_bloc_li_3, #reinsurance_block_payment li#reinsurance_bloc_li_3 {
  margin-right: 0px; }

#reinsurance_block li#reinsurance_bloc_li_0 div.description, #reinsurance_block_payment li#reinsurance_bloc_li_0 div.description {
  width: 150px; }

#reinsurance_block li#reinsurance_bloc_li_1 div.description, #reinsurance_block_payment li#reinsurance_bloc_li_1 div.description {
  margin-left: -1px; }

#reinsurance_block li > img, #reinsurance_block_payment li > img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px; }

@media screen and (max-width: 980px) {
  .cookie-bar {
    height: 107px; } }

body#checkout .custom-checkbox span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  margin-top: .1875rem; }

body#checkout a:hover {
  color: #000000; }

body#checkout section#content {
  margin-bottom: 1.563rem; }

body#checkout .container {
  min-height: 100%; }

body#checkout section.checkout-step {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: .9375rem; }

body#checkout section.checkout-step:last-child {
  border: 0; }

body#checkout section.checkout-step .step-title {
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 0; }

body#checkout section.checkout-step .content {
  padding: 0 2.313rem; }

body#checkout section.checkout-step .step-edit {
  text-transform: lowercase;
  font-weight: 400; }

body#checkout section.checkout-step .step-edit .edit {
  font-size: 1rem; }

body#checkout section.checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: .5; }

body#checkout section.checkout-step .content, body#checkout section.checkout-step .done, body#checkout section.checkout-step .step-edit {
  display: none; }

body#checkout section.checkout-step.-unreachable .step-title {
  cursor: not-allowed;
  opacity: .5; }

body#checkout section.checkout-step.-current .step-title {
  cursor: default; }

body#checkout section.checkout-step.-current .content {
  display: block; }

body#checkout section.checkout-step.-current.-reachable.-complete .done, body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
  display: none; }

body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
  display: inline-block; }

body#checkout section.checkout-step.-current.-reachable.-complete .content {
  display: block; }

body#checkout section.checkout-step.-reachable.-complete h1 .done {
  display: inline-block; }

body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
  display: none; }

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  cursor: pointer;
  display: block;
  float: right;
  margin-right: .125rem;
  color: #7a7a7a; }

body#checkout section.checkout-step.-reachable.-complete .content {
  display: none; }

body#checkout section.checkout-step small {
  color: #7a7a7a; }

body#checkout section.checkout-step .default-input {
  min-width: 40%; }

body#checkout section.checkout-step .default-input[name=address1], body#checkout section.checkout-step .default-input[name=address2] {
  min-width: 60%; }

body#checkout section.checkout-step .radio-field {
  margin-top: 1.875rem; }

body#checkout section.checkout-step .radio-field label {
  display: inline; }

body#checkout section.checkout-step .checkbox-field div {
  margin-top: 3.75rem; }

body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
  margin-top: 0; }

body#checkout section.checkout-step .select-field div {
  background: #f6f6f6;
  padding: .625rem 3.125rem; }

body#checkout section.checkout-step .form-footer {
  text-align: center; }

body#checkout section.checkout-step #conditions-to-approve {
  padding-top: 1rem; }

body#checkout section.checkout-step .payment-options label {
  display: table-cell; }

body#checkout section.checkout-step .payment-options .custom-radio {
  margin-right: 1.25rem; }

body#checkout section.checkout-step .payment-options .payment-option {
  margin-bottom: .5rem; }

body#checkout section.checkout-step .step-number {
  display: inline-block;
  padding: .625rem; }

body#checkout section.checkout-step .address-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

body#checkout section.checkout-step .address-item {
  background: #f6f6f6;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  margin-bottom: .625rem;
  border: 3px solid transparent; }

body#checkout section.checkout-step .address-item.selected {
  background: #fff;
  border: 3px solid #1e2b58; }

body#checkout section.checkout-step .address-alias {
  display: inline-block;
  font-weight: 600;
  margin-bottom: .625rem; }

body#checkout section.checkout-step .address {
  margin-left: 1.563rem;
  font-weight: 400; }

body#checkout section.checkout-step .radio-block {
  padding: .9375rem;
  text-align: left;
  cursor: pointer; }

body#checkout section.checkout-step .custom-radio {
  margin-right: 0; }

body#checkout section.checkout-step .custom-radio input[type=radio] {
  height: 1.25rem;
  width: 1.25rem; }

body#checkout section.checkout-step .delete-address, body#checkout section.checkout-step .edit-address {
  color: #7a7a7a;
  display: inline-block;
  margin: 0 .3125rem; }

body#checkout section.checkout-step .delete-address .delete, body#checkout section.checkout-step .delete-address .edit, body#checkout section.checkout-step .edit-address .delete, body#checkout section.checkout-step .edit-address .edit {
  font-size: 1rem; }

body#checkout section.checkout-step hr {
  margin: 0; }

body#checkout section.checkout-step .address-footer {
  text-align: center;
  padding: .625rem; }

body#checkout section.checkout-step #delivery-addresses, body#checkout section.checkout-step #invoice-addresses, body#checkout section.checkout-step .add-address {
  margin-top: 1.25rem; }

body#checkout section.checkout-step .add-address a {
  color: #232323; }

body#checkout section.checkout-step .add-address a i {
  font-size: .9375rem; }

body#checkout section.checkout-step .delivery-option {
  background: #f6f6f6;
  padding: .9375rem 0;
  margin-bottom: .9375rem; }

body#checkout section.checkout-step .delivery-option label {
  text-align: inherit; }

body#checkout section.checkout-step .delivery-option img {
  width: 3.125rem; }

body#checkout section.checkout-step .carrier-delay, body#checkout section.checkout-step .carrier-name {
  display: inline-block;
  word-break: break-word;
  text-align: left; }

body#checkout section.checkout-step #customer-form, body#checkout section.checkout-step #delivery-address, body#checkout section.checkout-step #invoice-address, body#checkout section.checkout-step #login-form {
  margin-left: .3125rem;
  margin-top: 1.563rem; }

body#checkout section.checkout-step #customer-form .form-control-label, body#checkout section.checkout-step #delivery-address .form-control-label, body#checkout section.checkout-step #invoice-address .form-control-label, body#checkout section.checkout-step #login-form .form-control-label {
  text-align: left; }

body#checkout section.checkout-step #customer-form .radio-inline, body#checkout section.checkout-step #delivery-address .radio-inline, body#checkout section.checkout-step #invoice-address .radio-inline, body#checkout section.checkout-step #login-form .radio-inline {
  padding: 0; }

body#checkout section.checkout-step .sign-in {
  font-size: .875rem; }

body#checkout section.checkout-step .forgot-password {
  margin-left: 14.38rem; }

body#checkout .additional-information {
  font-size: .875rem;
  margin-left: 2.875rem;
  margin-top: 1.25rem; }

body#checkout .condition-label {
  margin-left: 2.5rem;
  margin-top: .625rem; }

body#checkout .condition-label label {
  text-align: inherit; }

body#checkout .cancel-address {
  margin: .625rem;
  display: block;
  color: #7a7a7a;
  text-decoration: underline; }

body#checkout .modal-content {
  padding: 1.25rem;
  background-color: #f1f1f1; }

body#checkout #cart-summary-product-list {
  font-size: .875rem; }

body#checkout #cart-summary-product-list img {
  border: 1px solid #f1f1f1;
  width: 3.125rem; }

body#checkout #cart-summary-product-list .media-body {
  vertical-align: middle; }

body#checkout #order-summary-content {
  padding-top: .9375rem; }

body#checkout #order-summary-content h4.h4 {
  margin-top: .625rem;
  margin-bottom: 1.25rem;
  color: #232323; }

body#checkout #order-summary-content h4.black {
  color: #000; }

body#checkout #order-summary-content h4.addresshead {
  margin-top: .1875rem; }

body#checkout #order-summary-content .noshadow {
  box-shadow: none; }

body#checkout #order-summary-content #order-items {
  border-right: 0; }

body#checkout #order-summary-content #order-items h3.h3 {
  color: #232323;
  margin-top: 1.25rem; }

body#checkout #order-summary-content #order-items table tr:first-child td {
  border-top: 0; }

body#checkout #order-summary-content .order-confirmation-table {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border: 3px solid #e5e5e5;
  border-radius: 0; }

body#checkout #order-summary-content .summary-selected-carrier {
  margin-bottom: .75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 1rem; }

body#checkout #order-summary-content .summary-selected-carrier .logo-container {
  text-align: center; }

body#checkout #order-summary-content .summary-selected-carrier .logo-container img {
  width: 3.125rem; }

body#checkout #order-summary-content .step-edit {
  display: inline;
  color: #7a7a7a; }

body#checkout #order-summary-content .step-edit:hover {
  cursor: pointer; }

body#checkout #order-summary-content a .step-edit {
  color: #7a7a7a; }

body#checkout #delivery, body#checkout #gift_message {
  max-width: 100%;
  border-color: #232323; }

body#checkout #delivery textarea, body#checkout #gift_message textarea {
  max-width: 100%;
  margin-bottom: 10px; }

#order-details {
  padding-left: 1.3rem;
  margin-top: 1.25rem; }

#order-details > .card-title {
  margin-bottom: 1.875rem; }

#order-details ul {
  margin-bottom: 1.25rem; }

#order-details ul li {
  margin-bottom: .625rem; }

#order-items {
  border-right: 1px solid #f1f1f1; }

#order-items .h3 {
  font-size: 1rem; }

@media (max-width: 991px) {
  #order-items .h3._desktop-title {
    display: none; } }

#order-items hr {
  border-top-color: #232323; }

#order-items table {
  width: 100%; }

#order-items table tr {
  height: 1.875rem; }

#order-items table tr td:last-child {
  text-align: right; }

#order-items table tr td {
  padding: .5rem;
  font-size: .875rem; }

#order-items table tr.total-value {
  background-color: #f1f1f1; }

#order-items table tr.taxes td {
  text-align: left; }

#order-items table tr.taxes td .value {
  padding-top: 0; }

#order-items .order-line {
  margin-top: 1rem; }

#order-items .image img {
  width: 100%;
  border: 1px solid gray-lighter;
  margin-bottom: 1rem; }

#order-items .details {
  margin-bottom: 1rem; }

#order-items .details .customizations {
  margin-top: .625rem; }

#order-items .qty {
  margin-bottom: 1rem; }

#order-confirmation #registration-form {
  width: 50%;
  margin: 0 auto 1rem; }

@media (max-width: 991px) {
  .done {
    margin-right: .625rem;
    padding: 0; }
  body#checkout section.checkout-step .address-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  body#checkout section.checkout-step .delivery-option-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .delivery-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto; }
  .delivery-option .custom-radio {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
    text-align: left; }
  #order-confirmation #registration-form {
    width: 100%; } }

@media (max-width: 767px) {
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: none;
    margin-top: .25rem;
    margin-left: 1.25rem; }
  body#checkout #header .header-nav {
    max-height: none;
    padding: 0; }
  body#checkout section.checkout-step .content {
    padding: .9375rem; }
  body#checkout .form-group {
    margin-bottom: .5rem; }
  #order-items {
    border-right: 0;
    margin-bottom: 2.5rem; }
  #order-items .card-title {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
  #order-items hr {
    border-top-color: #f1f1f1; }
  .bold {
    font-weight: 700; }
  #order-details {
    padding-left: .9375rem; }
  #order-details .card-title {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 1rem;
    padding-bottom: 1rem; } }

@media (max-width: 575px) {
  body#checkout section.checkout-step .content {
    padding: .9375rem 0; }
  #payment-confirmation button {
    font-size: .875rem; }
  #payment-confirmation button.btn {
    white-space: normal; } }

.js-payment-binary, .js-payment-binary .accept-cgv {
  display: none; }

.js-payment-binary.disabled {
  opacity: .6;
  cursor: not-allowed; }

.js-payment-binary.disabled:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; }

.js-payment-binary.disabled .accept-cgv {
  display: block; }

.table-labeled td, .table-labeled th {
  vertical-align: middle; }

.table-labeled .label {
  font-weight: 400;
  border-radius: 3px;
  font-size: inherit;
  padding: .25rem .375rem;
  margin: .125rem;
  color: #fff;
  white-space: nowrap; }

.page-order .table {
  margin-bottom: 0; }

.page-order table td, .page-order table th {
  padding: .5rem; }

.page-order table thead th {
  text-align: center; }

#authentication .tooltip.tooltip-bottom {
  padding: 0;
  margin: 0; }

#authentication .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#authentication .custom-checkbox span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.9375rem;
  flex: 0 0 0.9375rem; }

#authentication .custom-checkbox label {
  padding-left: .625rem; }

#authentication .radio-inline, #identity .radio-inline {
  padding: 0; }

#authentication .radio-inline .custom-radio, #identity .radio-inline .custom-radio {
  margin-right: 0; }

.page-customer-account #content {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 1rem;
  font-size: .875rem;
  color: #7a7a7a; }

.page-customer-account #content .order-actions a {
  padding: 0 .125rem; }

.page-customer-account #content .forgot-password {
  text-align: center;
  font-size: .875rem;
  margin-top: 1rem;
  padding-bottom: .9375rem; }

.page-customer-account #content .no-account {
  text-align: center;
  font-size: 1rem; }

.page-authentication #content {
  padding: 1rem;
  max-width: 640px;
  margin: 0 auto; }

.page-addresses .address, .page-authentication #content {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff; }

.page-addresses .address {
  margin-bottom: 1.875rem;
  font-size: .875rem;
  color: #232323; }

.page-addresses .address .address-body {
  padding: 1rem; }

.page-addresses .address .address-body h4 {
  font-size: 1rem;
  font-weight: 700; }

.page-addresses .address .address-body address {
  min-height: 9rem; }

.page-addresses .address .address-footer {
  border-top: 1px solid #7a7a7a;
  padding: .5rem 1rem; }

.page-addresses .address .address-footer a {
  color: #7a7a7a;
  margin-right: .5rem; }

.page-addresses .address .address-footer a:hover {
  color: #232323; }

.page-addresses .address .address-footer a i {
  font-size: 1rem; }

.page-addresses .address .address-footer a span {
  font-size: .9375rem;
  vertical-align: middle; }

.page-addresses .addresses-footer {
  margin: 0 .9375rem; }

.page-addresses .addresses-footer a, .page-addresses .addresses-footer a:hover {
  color: #232323; }

.page-addresses .addresses-footer a i {
  font-size: 1rem; }

.page-addresses .addresses-footer a span {
  font-size: 1rem;
  vertical-align: middle;
  margin-top: .625rem; }

.page-order-detail {
  font-size: .875rem;
  color: #7a7a7a; }

.page-order-detail .box {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 1rem;
  margin-bottom: 1rem; }

.page-order-detail h3 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 1rem; }

.page-order-detail #order-infos ul {
  margin: 0; }

.page-order-detail #order-history .history-lines .history-line {
  padding: .5rem 0;
  border-bottom: 1px solid #f6f6f6; }

.page-order-detail #order-history .history-lines .history-line:last-child {
  border-bottom: 0; }

.page-order-detail #order-history .history-lines .history-line .label {
  display: inline-block;
  margin: .25rem 0;
  padding: .25rem .375rem;
  color: #fff;
  border-radius: 3px; }

.page-order-detail .addresses {
  margin: 0 -.9375rem; }

.page-order-detail .addresses h4 {
  font-size: 1rem;
  font-weight: 700; }

.page-order-detail #order-products.return {
  margin-bottom: 1rem; }

.page-order-detail #order-products.return th.head-checkbox {
  width: 30px; }

.page-order-detail #order-products.return td {
  padding: 1.375rem .75rem; }

.page-order-detail #order-products.return td.qty {
  min-width: 125px; }

.page-order-detail #order-products.return td.qty .current {
  width: 30%;
  float: left;
  text-align: right;
  padding-right: .5rem; }

.page-order-detail #order-products.return td.qty .select {
  width: 70%;
  float: left;
  margin: -.625rem 0;
  padding-left: .25rem; }

.page-order-detail #order-products.return td.qty .select select {
  text-align: center; }

.page-order-detail .order-items {
  padding: 0 !important; }

.page-order-detail .order-items .order-item {
  padding: 1rem 1rem 0;
  border-bottom: 1px solid #f6f6f6; }

.page-order-detail .order-items .order-item .checkbox {
  width: 30px;
  float: left;
  padding: 0 .9375rem; }

.page-order-detail .order-items .order-item .content {
  width: calc(100% - 30px);
  float: left;
  padding: 0 .9375rem; }

.page-order-detail .order-items .order-item .desc {
  margin-bottom: 1rem; }

.page-order-detail .order-items .order-item .desc .name {
  font-weight: 700; }

.page-order-detail .order-items .order-item .qty {
  margin-bottom: 1rem; }

.page-order-detail .order-items .order-item .qty .q, .page-order-detail .order-items .order-item .qty .s {
  margin-bottom: .25rem; }

.page-order-detail .messages .message {
  margin-top: .5rem;
  border-bottom: 1px solid #f6f6f6; }

.page-order-detail .messages .message:last-child {
  border-bottom: 0; }

.page-order-detail .messages .message > div {
  margin-bottom: .5rem; }

.page-order-detail .customization {
  margin-top: .75rem; }

#order-return-infos .thead-default th {
  color: #232323; }

#order-return-infos .customization {
  margin-top: .75rem; }

.my-account #content .links {
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.my-account #content .links a {
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #000043;
  padding: 0 .9375rem;
  margin-bottom: 1.875rem; }

.my-account #content .links a span.link-item {
  display: block;
  height: 100%;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 1rem;
  color: #000043; }

.my-account #content .links a i {
    display: block;
    font-size: 2.6rem;
    width: 100%;
    color: #000034;
    padding-bottom: 3.4rem;
}

.my-account #content .links a:hover {
  color: #000034; }

.my-account #content .links a:hover i {
  color: #000034; }

#history .orders {
  margin: 0 -1rem; }

#history .orders .order {
  padding: .75rem 1rem;
  border-bottom: 1px solid #f6f6f6; }

#history .orders .order a h3 {
  color: #7a7a7a; }

#history .orders .order .label {
  display: inline-block;
  margin: .25rem 0;
  padding: .25rem .375rem;
  color: #fff;
  border-radius: 3px; }

#history .orders .order:last-child {
  border-bottom: 0; }

.page-footer .account-link {
  margin-right: 1rem; }

.page-footer .account-link i {
  font-size: 1rem; }

.page-footer .account-link span {
  font-size: .875rem;
  vertical-align: middle; }

.login-form {
  margin-top: 15px; }

.forgotten-password {
  padding: 4px; }

.forgotten-password .form-fields .center-email-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 767px) {
  .forgotten-password .form-fields .center-email-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .forgotten-password .form-fields .center-email-fields button {
    margin: 10px;
    width: calc(100% - 20px); } }

.forgotten-password .form-fields .center-email-fields button {
  height: 38px; }

.forgotten-password .form-fields .email {
  padding-left: 0;
  padding-right: 0;
  width: 430px; }

@media (max-width: 767px) {
  .forgotten-password .form-fields .email {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; } }

.forgotten-password .form-fields .email input {
  height: 38px; }

.forgotten-password .form-fields label.required {
  width: 130px; }

.send-renew-password-link {
  padding-left: 10px;
  padding-right: 10px; }

.renew-password {
  margin-left: 10px; }

.renew-password .email {
  padding-bottom: 30px; }

.renew-password [type=submit] {
  margin-left: 50px; }

.carousel {
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5rem; }

.carousel .direction {
  z-index: auto; }

.carousel .carousel-inner {
  height: 340px; }

.carousel .carousel-item {
  height: 100%; }

.carousel .carousel-item img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.carousel .carousel-item .caption {
  position: absolute;
  bottom: 28px;
  left: 90px;
  color: #fff;
  max-width: 340px; }

.carousel .carousel-item .caption .caption-description p {
  color: #fff; }

.carousel .carousel-item figure {
  margin: 0; }

.carousel .carousel-control {
  opacity: 1; }

.carousel .carousel-control .icon-next:before, .carousel .carousel-control .icon-prev:before {
  content: ""; }

.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i {
  font-size: 3.125rem;
  color: #fff; }

.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i {
  color: #1e2b58; }

.carousel .carousel-control .icon-prev {
  left: 1rem; }

.carousel .carousel-control .icon-next {
  right: 2rem; }

.carousel .carousel-control.left, .carousel .carousel-control.right {
  background: none; }

@media (max-width: 1199px) {
  .carousel .carousel-inner {
    height: auto; } }

@media (max-width: 991px) {
  .carousel .carousel-item .caption {
    bottom: calc(50% - 2rem);
    left: 10%; }
  .carousel .carousel-item .caption .display-1 {
    font-size: 2rem; }
  .carousel .carousel-item .caption-description {
    display: none; } }

@media (max-width: 767px) {
  .carousel .carousel-item .caption {
    bottom: calc(50% - 1.5rem); }
  .carousel .carousel-item .caption .display-1 {
    font-size: 1.5rem; }
  .carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i {
    font-size: 2rem; } }

#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

#products .product-thumbnail, .featured-products .product-thumbnail, .product-accessories .product-thumbnail, .product-miniature .product-thumbnail {
  display: block; }

#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
  color: #7a7a7a;
  font-size: .875rem;
  text-decoration: none;
  text-align: center;
  font-weight: 400; }

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
  position: relative;
  margin-bottom: 1.563rem;
  height: 318px;
  width: 250px;
  background: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); }

#products .thumbnail-container:focus .highlighted-informations, #products .thumbnail-container:hover .highlighted-informations, .featured-products .thumbnail-container:focus .highlighted-informations, .featured-products .thumbnail-container:hover .highlighted-informations, .product-accessories .thumbnail-container:focus .highlighted-informations, .product-accessories .thumbnail-container:hover .highlighted-informations, .product-miniature .thumbnail-container:focus .highlighted-informations, .product-miniature .thumbnail-container:hover .highlighted-informations {
  bottom: 5.5rem; }

#products .thumbnail-container:focus .highlighted-informations:after, #products .thumbnail-container:hover .highlighted-informations:after, .featured-products .thumbnail-container:focus .highlighted-informations:after, .featured-products .thumbnail-container:hover .highlighted-informations:after, .product-accessories .thumbnail-container:focus .highlighted-informations:after, .product-accessories .thumbnail-container:hover .highlighted-informations:after, .product-miniature .thumbnail-container:focus .highlighted-informations:after, .product-miniature .thumbnail-container:hover .highlighted-informations:after {
  opacity: 1; }

#products .thumbnail-container:focus .highlighted-informations.no-variants, #products .thumbnail-container:hover .highlighted-informations.no-variants, .featured-products .thumbnail-container:focus .highlighted-informations.no-variants, .featured-products .thumbnail-container:hover .highlighted-informations.no-variants, .product-accessories .thumbnail-container:focus .highlighted-informations.no-variants, .product-accessories .thumbnail-container:hover .highlighted-informations.no-variants, .product-miniature .thumbnail-container:focus .highlighted-informations.no-variants, .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
  bottom: 4.2rem; }

#products .thumbnail-container:focus .product-description:after, #products .thumbnail-container:hover .product-description:after, .featured-products .thumbnail-container:focus .product-description:after, .featured-products .thumbnail-container:hover .product-description:after, .product-accessories .thumbnail-container:focus .product-description:after, .product-accessories .thumbnail-container:hover .product-description:after, .product-miniature .thumbnail-container:focus .product-description:after, .product-miniature .thumbnail-container:hover .product-description:after {
  content: "";
  border-top: 1px solid #7a7a7a;
  position: absolute;
  width: 80%;
  top: 0;
  left: 10%;
  opacity: .25; }

#products .thumbnail-container .product-thumbnail, .featured-products .thumbnail-container .product-thumbnail, .product-accessories .thumbnail-container .product-thumbnail, .product-miniature .thumbnail-container .product-thumbnail {
  position: relative;
  height: calc(100% - 70px); }

#products .thumbnail-container .product-thumbnail img, .featured-products .thumbnail-container .product-thumbnail img, .product-accessories .thumbnail-container .product-thumbnail img, .product-miniature .thumbnail-container .product-thumbnail img {
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title, .product-miniature .products-section-title {
  text-align: center;
  margin-bottom: 1.5rem; }

#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
  text-align: center;
  text-transform: capitalize;
  margin-top: .7rem; }

#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
  color: #232323;
  font-weight: 700;
  text-align: center; }

#products .product-price-and-shipping .discount-product, .featured-products .product-price-and-shipping .discount-product, .product-accessories .product-price-and-shipping .discount-product, .product-miniature .product-price-and-shipping .discount-product {
  display: none; }

#products .variant-links, .featured-products .variant-links, .product-accessories .variant-links, .product-miniature .variant-links {
  position: relative;
  text-align: center;
  width: 100%;
  top: -.25em;
  padding-top: .1875rem;
  min-height: 2.5rem;
  background: #fff; }

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
  position: absolute;
  bottom: 1.25rem;
  padding-top: .625rem;
  z-index: 2;
  background: #fff;
  text-align: center;
  width: 250px;
  height: 3.125rem;
  box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.2);
  transition: bottom .3s; }

#products .highlighted-informations .quick-view, .featured-products .highlighted-informations .quick-view, .product-accessories .highlighted-informations .quick-view, .product-miniature .highlighted-informations .quick-view {
  color: #7a7a7a;
  font-size: 1rem; }

#products .highlighted-informations .quick-view:hover, .featured-products .highlighted-informations .quick-view:hover, .product-accessories .highlighted-informations .quick-view:hover, .product-miniature .highlighted-informations .quick-view:hover {
  color: #1e2b58; }

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
  position: absolute;
  z-index: 3;
  background: #fff;
  width: 250px;
  bottom: 0;
  height: 70px; }

#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
  margin: 0 .8125rem; }

#products .product-miniature .product-flags li.product-flag, .featured-products .product-miniature .product-flags li.product-flag, .product-accessories .product-miniature .product-flags li.product-flag, .product-miniature .product-miniature .product-flags li.product-flag {
  min-width: 3.125rem;
  min-height: 1.875rem;
  font-weight: 600; }

#products .product-miniature .product-flags li.product-flag.online-only, .featured-products .product-miniature .product-flags li.product-flag.online-only, .product-accessories .product-miniature .product-flags li.product-flag.online-only, .product-miniature .product-miniature .product-flags li.product-flag.online-only {
  top: 13.1rem; }

#products .comments_note, .featured-products .comments_note, .product-accessories .comments_note, .product-miniature .comments_note {
  text-align: center;
  color: #7a7a7a; }

#products .regular-price, .featured-products .regular-price, .product-accessories .regular-price, .product-miniature .regular-price {
  color: #7a7a7a;
  text-decoration: line-through;
  font-size: .875rem; }

#products .count, .featured-products .count, .product-accessories .count, .product-miniature .count {
  color: #7a7a7a;
  font-weight: 700;
  position: relative;
  bottom: .5rem; }

#products .all-product-link, .featured-products .all-product-link, .product-accessories .all-product-link, .product-miniature .all-product-link {
  clear: both;
  color: #7a7a7a;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

@media (max-width: 767px) {
  #products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); }
  #products .thumbnail-container .product-description, .featured-products .thumbnail-container .product-description, .product-accessories .thumbnail-container .product-description {
    box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.2); } }

#custom-text {
  background: #fff;
  border-radius: 2px;
  margin-bottom: 1.5rem;
  padding: 3.125rem;
  text-align: center; }

#custom-text h2 {
  text-transform: uppercase;
  color: #232323;
  font-size: 1.563rem;
  font-weight: 700; }

#custom-text p {
  color: #232323;
  font-weight: 400;
  font-size: 1.1em; }

#custom-text p .dark {
  color: #7a7a7a;
  font-weight: 400; }

.page-content.page-cms {
  background: #fff;
  padding: 1.25rem;
  text-align: justify; }

.page-content.page-cms .cms-box img {
  max-width: 100%; }

@media (max-width: 991px) {
  #block-cmsinfo {
    padding: 1.25rem 1.875rem; } }

#products {
  color: #7a7a7a; }

#products .products-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#products .up {
  margin-bottom: 1rem; }

#products .up .btn-secondary, #products .up .btn-tertiary {
  color: #7a7a7a;
  text-transform: inherit; }

#products .up .btn-secondary .material-icons, #products .up .btn-tertiary .material-icons {
  margin-right: 0; }

.block-category {
  min-height: 13.75rem;
  margin-bottom: 1.563rem; }

.block-category .block-category-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.block-category .block-category-inner #category-description p, .block-category .block-category-inner #category-description strong {
  font-weight: 400;
  color: #7a7a7a; }

.block-category .block-category-inner #category-description p {
  color: #232323;
  margin-bottom: 0;
  word-break: break-word; }

.block-category .block-category-inner #category-description p:first-child {
  margin-bottom: 1.25rem; }

.block-category .block-category-inner .category-cover img {
  width: 141px;
  height: 180px; }

.products-selection .sort-by-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.products-selection .sort-by {
  white-space: normal;
  word-break: break-word;
  margin-right: -.9375rem;
  margin-left: .9375rem;
  text-align: right; }

.products-selection .total-products, .products-selection h1 {
  padding-top: .625rem; }

.products-sort-order {
  color: #7a7a7a; }

.products-sort-order .select-title {
  display: inline-block;
  width: 100%;
  color: #232323;
  background: #fff;
  padding: .625rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2); }

.products-sort-order .select-list {
  display: block;
  color: #232323;
  padding: .625rem 1.25rem; }

.products-sort-order .select-list:hover {
  background: #1e2b58;
  color: #fff;
  text-decoration: none; }

.products-sort-order .dropdown-menu {
  left: auto;
  width: 16.88rem;
  background: #f6f6f6;
  border: none;
  border-radius: 0;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin: 0; }

.facet-dropdown {
  color: #7a7a7a;
  padding-left: 0;
  padding-right: 0;
  background: #f1f1f1;
  border: 3px solid transparent;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px 1px #f1f1f1; }

.facet-dropdown.open {
  border: 0; }

.facet-dropdown.open > .select-title {
  border: 3px solid #1e2b58;
  background: #f6f6f6; }

.facet-dropdown .select-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  width: 100%;
  color: #232323;
  background: #f1f1f1;
  padding: .625rem .625rem .625rem 1.25rem;
  cursor: pointer; }

.facet-dropdown .select-title > i {
  margin-left: auto; }

.facet-dropdown .select-list {
  display: block;
  color: #232323;
  background: #f6f6f6;
  padding: .625rem 1.25rem; }

.facet-dropdown .select-list:hover {
  background: #1e2b58;
  color: #fff;
  text-decoration: none; }

.facet-dropdown .dropdown-menu {
  padding: 0;
  margin-top: 3px;
  left: auto;
  width: 100%;
  background: #f6f6f6;
  border: none;
  box-shadow: 1px 1px 1px 1px #f1f1f1; }

#search_filters, #search_filters_brands, #search_filters_suppliers {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1.563rem;
  background: #fff;
  padding: 1.563rem 1.25rem; }

#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
  padding-top: .625rem; }

#search_filters .facet .collapse, #search_filters_brands .facet .collapse, #search_filters_suppliers .facet .collapse {
  display: block; }

#search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title {
  color: #7a7a7a; }

#search_filters .facet .facet-label, #search_filters_brands .facet .facet-label, #search_filters_suppliers .facet .facet-label {
  margin-bottom: 0; }

#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
  margin-top: .4375rem;
  color: #232323;
  display: inline-block;
  font-size: .9375rem; }

#search_filters_brands .facet, #search_filters_suppliers .facet {
  padding-top: 0; }

#search_filters_brands .facet .facet-label, #search_filters_suppliers .facet .facet-label {
  margin-bottom: .3125rem; }

.pagination {
  width: 100%; }

.pagination > div:first-child {
  line-height: 2.5rem; }

.pagination .page-list {
  background: #fff;
  padding: .375rem;
  margin-bottom: 0;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2); }

.pagination .page-list li {
  display: inline; }

.pagination a {
  color: #000;
  font-weight: 600; }

.pagination a:not(.previous):not(.next) {
  letter-spacing: .125rem; }

.pagination .previous {
  float: left; }

.pagination .next {
  float: right; }

.pagination .disabled {
  color: #7a7a7a; }

.pagination .current a {
  color: #1e2b58;
  text-decoration: none;
  font-size: 1.25rem; }

.active_filters {
  background: #dededd;
  padding: .625rem 1.875rem 0;
  margin-bottom: 1.25rem; }

.active_filters .active-filter-title {
  display: inline;
  margin-right: .625rem;
  font-weight: 600; }

.active_filters ul {
  display: inline; }

.active_filters .filter-block {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  color: #232323;
  margin-right: .625rem;
  margin-bottom: .625rem;
  background: #fff;
  padding: .625rem;
  display: inline-block;
  font-size: .8125rem; }

.active_filters .filter-block .close {
  color: #232323;
  font-size: .9375rem;
  opacity: 1;
  margin-top: .1875rem;
  margin-left: .3125rem; }

.block-categories {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem; }

.block-categories .category-sub-menu {
  margin-top: .625rem; }

.block-categories .category-sub-menu .category-sub-link {
  font-size: .875rem; }

.block-categories .category-sub-menu li {
  position: relative; }

.block-categories .category-sub-menu li[data-depth="1"] {
  margin-bottom: .625rem; }

.block-categories .category-sub-menu li[data-depth="0"] > a {
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  display: inline-block;
  margin: .3125rem 0 0;
  padding-bottom: .1875rem; }

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
  padding-left: .3125rem; }

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before {
  content: "-";
  margin-right: .3125rem; }

.block-categories a {
  color: #232323; }

.block-categories .collapse-icons {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  cursor: pointer; }

.block-categories .collapse-icons[aria-expanded=true] .add {
  display: none; }

.block-categories .collapse-icons[aria-expanded=true] .remove {
  display: block; }

.block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover {
  color: #1e2b58; }

.block-categories .collapse-icons .remove {
  display: none; }

.block-categories .arrows .arrow-down, .block-categories .arrows .arrow-right {
  font-size: .875rem;
  cursor: pointer;
  margin-left: 2px; }

.block-categories .arrows .arrow-down:hover, .block-categories .arrows .arrow-right:hover {
  color: #1e2b58; }

.block-categories .arrows .arrow-down, .block-categories .arrows[aria-expanded=true] .arrow-right {
  display: none; }

.block-categories .arrows[aria-expanded=true] .arrow-down {
  display: inline-block; }

.facets-title {
  color: #232323; }

.products-selection .filter-button .btn-secondary, .products-selection .filter-button .btn-tertiary {
  padding: .75rem .5rem .6875rem; }

.advertising-block {
  margin-bottom: 1.563rem; }

.advertising-block img {
  width: 100%; }

@media (max-width: 767px) {
  #category #left-column {
    width: 100%; }
  #category #left-column #search_filters_wrapper {
    margin-left: -30px;
    margin-right: -30px; }
  #category #left-column #search_filter_controls {
    text-align: center;
    margin-bottom: 1rem; }
  #category #left-column #search_filter_controls button {
    margin: 0 .5rem; }
  #category #left-column #search_filters {
    margin-bottom: 0;
    box-shadow: none;
    padding: 0;
    border-top: 1px solid #f6f6f6; }
  #category #left-column #search_filters .facet {
    padding-top: 0;
    border-bottom: 1px solid #f6f6f6; }
  #category #left-column #search_filters .facet .title {
    cursor: pointer; }
  #category #left-column #search_filters .facet .title .collapse-icons .remove, #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .add {
    display: none; }
  #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove {
    display: block; }
  #category #left-column #search_filters .facet .facet-title {
    color: #232323;
    text-transform: uppercase; }
  #category #left-column #search_filters .facet .h6 {
    margin-bottom: 0;
    padding: .625rem;
    display: inline-block; }
  #category #left-column #search_filters .facet .navbar-toggler {
    display: inline-block;
    padding: .625rem .625rem 0 0; }
  #category #left-column #search_filters .facet .collapse {
    display: none; }
  #category #left-column #search_filters .facet .collapse.in {
    display: block; }
  #category #left-column #search_filters .facet .facet-label a {
    margin-top: 0; }
  #category #left-column #search_filters .facet ul {
    margin-bottom: 0; }
  #category #left-column #search_filters .facet ul li {
    border-top: 1px solid #f6f6f6;
    padding: .625rem; }
  #category #content-wrapper, #category #search_filter_toggler {
    width: 100%; }
  .products-sort-order .select-title {
    margin-left: 0; }
  .products-selection h1 {
    padding-top: 0;
    text-align: center;
    margin-bottom: 1rem; }
  .products-selection .showing {
    padding-top: 1rem; }
  #best-sales #content-wrapper, #new-products #content-wrapper, #prices-drop #content-wrapper {
    width: 100%; } }

@media (max-width: 575px) {
  .products-selection .filter-button {
    padding-left: 0; }
  #category #left-column #search_filters_wrapper {
    margin-left: -15px;
    margin-right: -15px; } }

@media screen and (max-width: 767px) {
  .category-cover {
    display: none; }
  .block-category {
    min-height: 0;
    margin-bottom: 0; }
  .card-block {
    padding: 0; }
  .card {
    box-shadow: none;
    background-color: inherit;
    border: none; } }

#product #content {
  position: relative;
  max-width: 452px;
  margin: 0 auto; }

.product-price {
  color: #333;
  display: inline-block; }

  .js-cart-line-product-quantity{
        width: 2rem!important;
  }

#product-description-short {
  color: #232323; }

.product-information {
  font-size: .9375rem;
  color: #232323; }

.product-information .manufacturer-logo {
  height: 35px; }

.product-information .product-description img {
  max-width: 100%;
  height: auto; }

.input-color {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1.25rem;
  width: 1.25rem; }

.input-container {
  position: relative; }

.input-radio {
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%; }

.input-color:checked + span, .input-color:hover + span, .input-radio:checked + span, .input-radio:hover + span {
  border: 2px solid #232323; }

.radio-label {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  display: inline-block;
  padding: .125rem .625rem;
  font-weight: 600;
  border: 2px solid #fff; }

.product-actions .control-label {
  margin-bottom: .375rem;
  display: block;
  width: 100%; }

.product-actions .add-to-cart {
  height: 2.75rem;
  line-height: inherit;
  padding-top: .625rem; }

.product-actions .add-to-cart .material-icons {
  line-height: inherit; }

.product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.product-quantity .add, .product-quantity .qty {
  float: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: .5rem; }

.product-quantity .qty {
  margin-right: .4rem; }

.product-quantity #quantity_wanted {
  color: #232323;
  background-color: #fff;
  height: 2.75rem;
  padding: .175rem .5rem;
  width: 3rem; }

.product-quantity .input-group-btn-vertical {
  width: auto; }

.product-quantity .input-group-btn-vertical .btn {
  padding: .5rem .6875rem; }

.product-quantity .input-group-btn-vertical .btn i {
  font-size: 1rem;
  top: .125rem;
  left: .1875rem; }

.product-quantity .btn-touchspin {
  height: 1.438rem; }

.product-discounts {
  margin-bottom: 1.5rem; }

.product-discounts > .product-discounts-title {
  font-weight: 400;
  font-size: .875rem; }

.product-discounts > .table-product-discounts thead tr th {
  width: 33%;
  padding: .625rem 1.25rem;
  background: #fff;
  border: .3125rem solid #f1f1f1;
  text-align: center; }

.product-discounts > .table-product-discounts tbody tr {
  background: #f6f6f6; }

.product-discounts > .table-product-discounts tbody tr:nth-of-type(2n) {
  background: #fff; }

.product-discounts > .table-product-discounts tbody tr td {
  padding: .625rem 1.25rem;
  text-align: center;
  border: .3125rem solid #f1f1f1; }

.product-prices {
  margin-top: 1.25rem; }

.product-prices div {
  margin-bottom: .625rem; }

.product-prices .tax-shipping-delivery-label {
  font-size: .8125rem;
  color: #7a7a7a; }

.product-prices .tax-shipping-delivery-label .delivery-information {
  padding: 0 0 0 2px; }

.product-prices .tax-shipping-delivery-label .delivery-information:before {
  content: "-";
  padding: 0 2px 0 0; }

.product-discount {
  color: #7a7a7a; }

.product-discount .regular-price {
  text-decoration: line-through;
  font-weight: 400;
  margin-right: .625rem; }

.has-discount.product-price, .has-discount p {
  color: #f39d72; }

.has-discount .discount {
  background: #f39d72;
  color: #fff;
  font-weight: 600;
  padding: .3125rem .625rem;
  font-size: 1rem;
  margin-left: .625rem;
  text-transform: uppercase;
  display: inline-block; }

.product-unit-price {
  font-size: .8125rem;
  margin-bottom: 0; }

.tabs {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  margin-top: 2rem;
  background: #fff;
  padding: 1.25rem 1.875rem; }

.tabs .tab-pane {
  padding-top: 1.25rem; }

.tabs .nav-tabs {
  border: none;
  border-bottom: 2px solid #f1f1f1; }

.tabs .nav-tabs .nav-link {
  color: #7a7a7a;
  border: 0 solid transparent; }

.tabs .nav-tabs .nav-link.active {
  color: #1e2b58; }

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
  border: none;
  border-bottom: 3px solid #1e2b58; }

.tabs .nav-tabs .nav-item {
  float: left;
  margin-bottom: -.125rem; }

.product-cover {
  margin-bottom: 1.25rem;
  position: relative; }

.product-cover img {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff; }

.product-cover .layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  cursor: pointer; }

.product-cover .layer:hover {
  opacity: 1; }

.product-cover .layer .zoom-in {
  font-size: 6.25rem;
  color: #7a7a7a; }

#product-modal .modal-content {
  background: transparent;
  border: none;
  padding: 0; }

#product-modal .modal-content .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30%; }

#product-modal .modal-content .modal-body .product-cover-modal {
  background: #fff; }

#product-modal .modal-content .modal-body .image-caption {
  background: #fff;
  width: 800px;
  padding: .625rem 1.25rem;
  border-top: 1px solid #f1f1f1; }

#product-modal .modal-content .modal-body .image-caption p {
  margin-bottom: 0; }

#product-modal .modal-content .modal-body .thumbnails {
  position: relative; }

#product-modal .modal-content .modal-body .mask {
  position: relative;
  overflow: hidden;
  max-height: 49.38rem;
  margin-top: 2.188rem;
  z-index: 1; }

#product-modal .modal-content .modal-body .mask.nomargin {
  margin-top: 0; }

#product-modal .modal-content .modal-body .product-images {
  margin-left: 2.5rem; }

#product-modal .modal-content .modal-body .product-images img {
  width: 9.25rem;
  cursor: pointer;
  background: #fff; }

#product-modal .modal-content .modal-body .product-images img:hover {
  border: 3px solid #1e2b58; }

#product-modal .modal-content .modal-body .arrows {
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  color: #fff;
  right: 1.875rem;
  z-index: 0;
  cursor: pointer; }

#product-modal .modal-content .modal-body .arrows .arrow-up {
  position: absolute;
  top: -2rem;
  opacity: .2; }

#product-modal .modal-content .modal-body .arrows .arrow-down {
  position: absolute;
  bottom: -2rem; }

#product-modal .modal-content .modal-body .arrows i {
  font-size: 6.25rem;
  display: inline; }

#blockcart-modal {
  color: #232323; }

#blockcart-modal .modal-header {
  background: #fff; }

#blockcart-modal .modal-header .close {
  opacity: 1; }

#blockcart-modal .modal-header .close .material-icons {
  color: #363a42; }

#blockcart-modal .modal-body {
  background: #fff;
  padding: 3.125rem 1.875rem; }

#blockcart-modal .modal-body .divide-right span {
  display: inline-block;
  margin-bottom: .3125rem; }

@media (max-width: 767px) {
  #blockcart-modal .modal-body .divide-right span {
    display: block;
    padding: 0 .5rem; } }

#blockcart-modal .modal-dialog {
  max-width: 1140px;
  width: 100%; }

#blockcart-modal .product-image {
  width: 100%;
  max-width: 9.375rem;
  display: block;
  margin: 0 0 0 auto; }

#blockcart-modal .modal-title {
  color: #353943;
  font-size: 1rem;
  font-weight: 400; }

#blockcart-modal .modal-title i.material-icons {
  margin-right: 1.875rem;
  color: #4cbb6c; }

#blockcart-modal .product-name {
  color: #1e2b58;
  font-size: 1.125rem; }

@media (max-width: 767px) {
  #blockcart-modal .product-name {
    padding: 0 .5rem; } }

#blockcart-modal .product-price {
  color: #363a42;
  display: block; }

@media (max-width: 767px) {
  #blockcart-modal .product-price {
    padding: 0 .5rem; } }

#blockcart-modal .cart-content {
  padding-left: 2.5rem; }

#blockcart-modal .cart-content p {
  color: #363a42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .5rem; }

#blockcart-modal .cart-content p.product-total {
  background-color: #f1f1f1;
  padding: .5rem; }

#blockcart-modal .cart-content p.cart-products-count {
  font-size: 1rem;
  color: #6c868e;
  font-weight: 600; }

#blockcart-modal .cart-content p.product-tax {
  display: inherit;
  font-size: .875rem; }

#blockcart-modal .cart-content p .label, #blockcart-modal .cart-content p .value {
  font-weight: 600; }

#blockcart-modal .cart-content .cart-content-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

#blockcart-modal .cart-content .cart-content-btn button {
  margin-right: .9rem; }

#blockcart-modal .cart-content .cart-content-btn .btn {
  white-space: inherit; }

#blockcart-modal .divide-right {
  border-right: 1px solid #dbdbdb; }

.product-images > li.thumb-container {
  display: inline; }

.product-images > li.thumb-container > .thumb {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin-bottom: .625rem; }

.images-container .product-images > li.thumb-container > .thumb {
  margin-right: .8125rem; }

.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
  border: 3px solid #1e2b58; }

#main .images-container .js-qv-mask {
  white-space: nowrap;
  overflow: hidden; }

#main .images-container .js-qv-mask.scroll {
  width: calc(100% - 60px);
  margin: 0 auto; }

.scroll-box-arrows {
  display: none; }

.scroll-box-arrows.scroll {
  display: block; }

.scroll-box-arrows i {
  position: absolute;
  bottom: 1.625rem;
  height: 100px;
  line-height: 100px;
  cursor: pointer; }

.scroll-box-arrows .left {
  left: 0; }

.scroll-box-arrows .right {
  right: 0; }

#product-availability {
  margin-top: .625rem;
  display: inline-block;
  font-weight: 700; }

#product-availability .material-icons {
  line-height: inherit; }

#product-availability .product-available {
  color: #4cbb6c; }

#product-availability .product-last-items, #product-availability .product-unavailable {
  color: #ff9a52; }

#product-details .label {
  font-size: 1rem;
  color: #232323;
  font-weight: 700; }

.product-features {
  margin-top: 1.25rem;
  margin-left: .3125rem; }

.product-features > dl.data-sheet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  font-weight: 400;
  background: #f1f1f1;
  padding: .625rem;
  margin-right: .625rem;
  min-height: 2.5rem;
  word-break: normal;
  text-transform: capitalize;
  margin-bottom: .5rem; }

.product-features > dl.data-sheet dd.value:nth-of-type(2n), .product-features > dl.data-sheet dt.name:nth-of-type(2n) {
  background: #f6f6f6; }

.product-variants > .product-variants-item {
  margin: 1.25rem 0; }

.product-variants > .product-variants-item select {
  background-color: #fff;
  width: auto;
  padding-right: 1.875rem;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2); }

.product-variants > .product-variants-item ul li {
  margin-right: .625rem; }

.product-variants > .product-variants-item .color {
  margin-left: 0;
  margin-top: 0; }

.product-flags {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2; }

.product-flags li.product-flag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #1e2b58;
  font-weight: 700;
  padding: .3125rem .4375rem;
  text-transform: uppercase;
  color: #fff;
  margin-top: .625rem;
  font-size: 1rem;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2); }

.product-flags li.product-flag.online-only {
  position: absolute;
  top: 25rem;
  right: 0;
  z-index: 1;
  font-size: .8125rem;
  margin-top: 0; }

.product-flags li.product-flag.online-only:before {
  content: "\E30A";
  font-family: Material Icons;
  vertical-align: middle;
  margin: .3125rem; }

.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
  background-color: #f39d72; }

.product-flags li.product-flag.on-sale {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  background: #f39d72;
  width: 100%;
  text-align: center;
  margin-top: 0 !important; }

.product-customization {
  margin: 2.5rem 0; }

.product-customization .product-customization-item {
  margin: 1.25rem 0; }

.product-customization .product-message {
  background: #f1f1f1;
  border: none;
  width: 100%;
  height: 3.125rem;
  resize: none;
  padding: .625rem; }

.product-customization .product-message:focus {
  background-color: #fff;
  outline: .1875rem solid #1e2b58; }

.product-customization .file-input {
  width: 100%;
  opacity: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  height: 2.625rem;
  overflow: hidden;
  position: absolute; }

.product-customization .customization-message {
  margin-top: 20px; }

.product-customization .custom-file {
  position: relative;
  background: #f1f1f1;
  width: 100%;
  height: 2.625rem;
  line-height: 2.625rem;
  text-indent: .625rem;
  display: block;
  color: #7a7a7a;
  margin-top: 1.25rem; }

.product-customization .custom-file button {
  z-index: 0;
  position: absolute;
  right: 0;
  top: 0; }

.product-customization small {
  color: #7a7a7a; }

.product-pack {
  margin-top: 2.5rem; }

.product-pack .pack-product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.product-pack .pack-product-container .pack-product-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-size: .875rem;
  color: #7a7a7a; }

.product-pack .pack-product-container .pack-product-quantity {
  border-left: 2px solid #f1f1f1;
  padding-left: .625rem; }

.product-pack .pack-product-container .pack-product-name, .product-pack .pack-product-container .pack-product-price, .product-pack .pack-product-container .pack-product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.product-refresh {
  margin-top: 1.25rem; }

.social-sharing {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem; }

.social-sharing ul {
  margin-bottom: 0; }

.social-sharing li {
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  background-position: .25rem .25rem;
  cursor: pointer;
  margin-left: .5rem; }

.social-sharing li a {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden; }

.social-sharing li a:hover {
  color: transparent; }

.products-selection {
  margin-bottom: 1.25rem; }

.products-selection .title {
  color: #7a7a7a; }

#blockcart-modal .cart-content .btn {
  margin-bottom: .625rem; }

@media (max-width: 991px) {
  .product-cover img {
    width: 100%; }
  #product-modal .modal-content .modal-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0; }
  #product-modal .modal-content .modal-body img.product-cover-modal {
    width: 100%; }
  #product-modal .modal-content .modal-body .arrows {
    display: none; }
  #product-modal .modal-content .modal-body .image-caption {
    width: 100%; }
  #blockcart-modal .modal-dialog {
    width: calc(100% - 20px); }
  #blockcart-modal .modal-body {
    padding: 1.875rem; } }

@media (max-width: 767px) {
  #blockcart-modal .divide-right {
    border-right: none; }
  #blockcart-modal .modal-body {
    padding: 1rem; } }

.cart-grid {
  margin-bottom: 1rem; }

.cart-items {
  margin-bottom: 0; }

.cart-item {
  padding: 1rem 0; }

.card-block {
  padding: 1.25rem 1.25rem .5rem; }

.card-block.checkout {
  padding-bottom: 1.75rem;
  padding-top: 0;
  margin-top: 1rem; }

.card-block.cart-summary-totals {
  padding: 0 1rem 1rem; }

.card-block.cart-summary-totals .cart-summary-line {
  padding: .5rem .2rem 0; }

.card-block.cart-summary-totals .cart-summary-line:last-child {
  margin-bottom: 0; }

.card-block.cart-summary-totals .cart-summary-line.cart-total {
  background-color: #f1f1f1;
  padding: .5rem; }

.card-block.cart-summary-totals .cart-summary-line.cart-total .label, .card-block.cart-summary-totals .cart-summary-line.cart-total .value {
  font-weight: 700; }

.card-block.cart-summary-totals .cart-summary-line.cart-total .label {
  font-size: 1rem; }

.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
  font-size: 1.125rem; }

.card-block.cart-summary-totals .cart-summary-line span.sub {
  text-align: left;
  font-size: .88rem;
  float: none; }

.cart-summary-line {
  clear: both;
  margin-bottom: .315rem; }

.cart-summary-line:after {
  content: "";
  display: table;
  clear: both; }

.cart-summary-line .label {
  padding-left: 0;
  font-weight: 400;
  white-space: inherit;
  color: #363a42; }

.cart-summary-line .value {
  color: #232323;
  float: right; }

.cart-summary-line.cart-summary-subtotals .label, .cart-summary-line.cart-summary-subtotals .value {
  font-weight: 400; }

.cart-grid-body {
  margin-bottom: .75rem; }

.cart-grid-body a.label:hover {
  color: #1e2b58; }

.cart-grid-body .card-block {
  padding: 1rem; }

.cart-grid-body .card-block h1 {
  margin-bottom: 0; }

.cart-grid-body .cart-overview {
  padding: 1rem; }

.cart-grid-right .promo-discounts {
  margin-bottom: 0;
  text-align: center;
  padding-top: .5rem;
  padding-bottom: .5rem; }

.cart-grid-right .promo-discounts .cart-summary-line .label {
  font-size: 1rem;
  color: #7a7a7a; }

.cart-grid-right .promo-discounts .cart-summary-line .label .code {
  color: #f49d6e;
  cursor: pointer; }

.cart-grid-right .cart-summary-line.cart-subtotal-products .label, .cart-grid-right .cart-summary-line.cart-subtotal-products .value {
  font-weight: 600; }

.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
  font-size: 1rem; }

.block-promo {
  margin-bottom: 1rem; }

.block-promo .promo-code {
  padding: 1rem; }

.block-promo .promo-code .alert-danger {
  position: relative;
  margin-top: 1.25rem;
  background: #ff4c4c;
  color: #fff;
  display: none; }

.block-promo .promo-code .alert-danger:after {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ff4c4c;
  border-width: 10px;
  margin-left: -10px; }

.block-promo .promo-code form {
  text-align: center; }

.block-promo .promo-input {
  color: #232323;
  border: 1px solid #7a7a7a;
  height: 2.5rem;
  text-indent: .625rem;
  width: 50%;
  margin-right: -.24rem; }

.block-promo .promo-input + button {
  margin-top: -4px;
  margin-left: -1px;
  text-transform: capitalize;
  border: 2px solid #1e2b58; }

.block-promo .cart-summary-line .label, .block-promo .promo-name {
  color: #ff9a52;
  font-weight: 600;
  margin-bottom: 0; }

.block-promo .cart-summary-line .label a, .block-promo .promo-name a {
  font-weight: 400;
  color: #232323;
  display: inline-block; }

.block-promo .promo-name .cart-summary-line .label {
  font-weight: 400;
  color: #363a42; }

.block-promo .promo-name .cart-summary-line span {
  color: #f49d6e; }

.block-promo .promo-name .material-icons {
  font-size: 1.2rem;
  margin-left: .4rem; }

.block-promo .promo-code-button {
  display: block;
  text-align: center;
  padding: 0 0 1rem; }

.block-promo .promo-code-button.with-discounts {
  display: none; }

.block-promo .promo-code-button.cancel-promo {
  color: #1e2b58;
  margin-bottom: 0; }

.block-promo .promo-code-button.cancel-promo[aria-expanded=true] {
  display: block;
  padding: 0;
  margin-top: 1rem; }

.block-promo.promo-highlighted {
  padding: 0 1rem;
  margin-bottom: 0;
  text-align: center; }

.block-promo p {
  margin-bottom: 0; }

.product-line-grid-left img {
  max-width: 100%; }

.product-line-grid-body > .product-line-info > .label {
  padding: 0;
  line-height: inherit;
  text-align: left;
  white-space: inherit; }

.product-line-grid-body > .product-line-info > .out-of-stock {
  color: red; }

.product-line-grid-body > .product-line-info > .available {
  color: #4cbb6c; }

.product-line-grid-body > .product-line-info > .unit-price-cart {
  padding-left: .3125rem;
  font-size: .875rem;
  color: #7a7a7a; }

.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price {
  color: #232323;
  line-height: 36px; }

.product-line-grid-right .cart-line-product-actions .remove-from-cart, .product-line-grid-right .product-price .remove-from-cart {
  color: #232323;
  display: inline-block;
  margin-top: .3125rem; }

@media (max-width: 767px) {
  .product-line-grid-body {
    margin-bottom: 1rem; } }

@media (max-width: 575px) {
  .cart-items {
    padding: 1rem 0; }
  .cart-item {
    border-bottom: 1px solid #f1f1f1; }
  .cart-item:last-child {
    border-bottom: 0; }
  .cart-grid-body .cart-overview {
    padding: 0; }
  .cart-grid-body .no-items {
    padding: 1rem;
    display: inline-block; }
  .product-line-grid-left {
    padding-right: 0 !important; } }

@media (max-width: 360px) {
  .product-line-grid-right .price, .product-line-grid-right .qty {
    width: 100%; } }

#block-reassurance {
  margin-top: 2rem; }

#block-reassurance img {
  width: 1.563rem;
  margin-right: .625rem; }

#block-reassurance li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25); }

#block-reassurance li:last-child {
  border: 0; }

#block-reassurance li .block-reassurance-item {
  padding: 1rem 1.5rem; }

#product #block-reassurance {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff; }

#product #block-reassurance span {
  font-weight: 700; }

.quickview .modal-dialog {
  width: calc(100% - 30px);
  max-width: 64rem; }

.quickview .modal-content {
  background: #f1f1f1;
  min-height: 28.13rem; }

.quickview .modal-header {
  border: none;
  padding: .625rem; }

.quickview .modal-body {
  min-height: 23.75rem; }

.quickview .modal-footer {
  border-top: 1px solid rgba(122, 122, 122, 0.3); }

.quickview .layer {
  display: none; }

.quickview .product-cover img {
  width: 95%; }

.quickview .images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  min-height: 21.88rem; }

.quickview .images-container .product-images > li.thumb-container > .thumb {
  width: 100%;
  max-width: 4.938rem;
  margin-bottom: .8125rem;
  background: #fff; }

.quickview .mask {
  width: 35%;
  max-height: 22.5rem;
  overflow: hidden;
  margin-left: .625rem; }

.quickview .arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  max-height: 22.5rem;
  right: 5rem;
  z-index: 0; }

.quickview .arrows .arrow-up {
  margin-top: -3.125rem;
  cursor: pointer;
  opacity: .2; }

.quickview .arrows .arrow-down {
  position: absolute;
  bottom: -1.875rem;
  cursor: pointer; }

.quickview .social-sharing {
  margin-top: 0;
  margin-left: 2.5rem; }

#stores .page-stores {
  width: 85%;
  margin: 0 auto; }

#stores .page-stores .store-item {
  padding-left: .75rem;
  padding-right: .75rem; }

#stores .page-stores .store-picture img {
  max-width: 100%; }

#stores .page-stores .store-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.875rem 0; }

#stores .page-stores .store-item-container ul {
  margin-bottom: 0;
  font-size: .9375rem; }

#stores .page-stores .store-item-container .divide-left {
  border-left: 1px solid #f1f1f1; }

#stores .page-stores .store-item-container .divide-left tr {
  height: 1.563rem; }

#stores .page-stores .store-item-container .divide-left td {
  padding-left: .375rem; }

#stores .page-stores .store-item-container .divide-left th {
  text-align: right; }

#stores .page-stores .store-item-container .store-description {
  font-size: 1rem; }

#stores .page-stores .store-item-footer {
  margin-top: .5rem;
  padding-top: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

#stores .page-stores .store-item-footer.divide-top {
  border-top: 1px solid #f1f1f1; }

#stores .page-stores .store-item-footer div:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%; }

#stores .page-stores .store-item-footer i.material-icons {
  margin-right: .625rem;
  color: #7a7a7a;
  font-size: 1rem; }

#stores .page-stores .store-item-footer li {
  margin-bottom: .625rem; }

@media (max-width: 767px) {
  #stores .page-stores {
    width: 100%; }
  #stores .page-stores .store-item-container {
    padding: 1rem 0; } }

@media (max-width: 575px) {
  #stores .page-stores .store-item-container {
    display: block; }
  #stores .page-stores .store-item-container .divide-left {
    border-left: none; }
  #stores .page-stores .store-item-container .store-description a, #stores .page-stores .store-item-container .store-description address {
    margin-bottom: .5rem; }
  #stores .page-stores .store-item-footer {
    display: block; }
  #stores .page-stores .store-item-footer.divide-top {
    border-top: 1px solid #f1f1f1; }
  #stores .page-stores .store-item-footer li {
    margin-bottom: .625rem; }
  #stores .page-stores .store-item-footer .card-block {
    padding: .75rem .75rem 0; } }

.block_newsletter {
  font-size: .875rem;
  margin-bottom: .625rem; }

.block_newsletter form {
  position: relative; }

.block_newsletter form input[type=text] {
  border: none;
  padding: 10px;
  min-width: 255px;
  color: #7a7a7a;
  border: 1px solid rgba(0, 0, 0, 0.25); }

.block_newsletter form input[type=text]:focus {
  outline: 3px solid #1e2b58;
  color: #232323;
  background: #fff; }

.block_newsletter form input[type=text]:focus + button .search {
  color: #1e2b58; }

.block_newsletter form button[type=submit] {
  position: absolute;
  background: none;
  border: none;
  bottom: .3125rem;
  right: .125rem;
  color: #7a7a7a; }

.block_newsletter form button[type=submit] .search:hover {
  color: #1e2b58; }

.block_newsletter p {
  padding-top: .625rem; }

.block_newsletter form .input-wrapper {
  overflow: hidden; }

.block_newsletter form input[type=email] {
  padding: 11px;
  width: 100%; }

.block_newsletter form input[type=email]:focus {
  border: 3px solid #1e2b58;
  padding: 8px 8px 9px;
  outline: 0; }

.block_newsletter form input {
  height: 42px;
  box-shadow: none; }

.block-contact {
  color: #7a7a7a; }

.block-contact .block-contact-title, .linklist .blockcms-title a {
  color: #232323; }

.account-list a {
  color: #7a7a7a; }

.account-list a:hover {
  color: #1e2b58; }

.block-contact-title, .blockcms-title, .myaccount-title, .myaccount-title a {
  font-weight: 700;
  font-size: 1rem; }

.block-social {
  text-align: right; }

.block-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 767px) {
  .block-social ul {
    -ms-flex-flow: wrap;
    flex-flow: wrap; } }

.block-social ul li {
  height: 2.5rem;
  width: 2.5rem;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  display: inline-block;
  margin: .125rem;
  cursor: pointer; }

@media (max-width: 767px) {
  .block-social ul li {
    height: 2rem;
    width: 2rem;
    margin-right: 1.3rem;
    margin-bottom: 1.3rem;
    background-size: contain; } }

.block-social ul li:hover {
  background-color: #1e2b58; }

.block-social ul li a {
  display: block;
  height: 100%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden; }

.block-social ul li a:hover {
  color: transparent; }


.footer-container {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  overflow: hidden;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.3); }

.footer-container li {
  margin-bottom: .3125rem; }

.footer-container li a {
  color: #7a7a7a;
  cursor: pointer;
  font-size: .875rem; }

.footer-container li a:hover {
  color: #1e2b58; }

.links .collapse {
  display: inherit; }

@media (max-width: 767px) {
  .block_newsletter {
    padding-bottom: .625rem;
    border-bottom: 1px solid #f6f6f6; }
  .footer-container {
    box-shadow: none;
    margin-top: 0; }
  .footer-container .wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .footer-container .links .h3 {
    line-height: 1.5;
    font-size: 1rem; }
  .footer-container .links ul {
    background-color: #f6f6f6;
    margin-bottom: 0; }
  .footer-container .links ul > li {
    padding: .625rem;
    border-bottom: 1px solid #fff;
    font-weight: 700; }
  .footer-container .links ul > li a {
    color: #232323; }
  .links .collapse {
    display: none; }
  .links .collapse.in {
    display: block; }
  .links .title {
    padding: .625rem;
    border-bottom: 1px solid #f6f6f6;
    cursor: pointer; }
  .links .title .collapse-icons .remove, .links .title[aria-expanded=true] .collapse-icons .add {
    display: none; }
  .links .title[aria-expanded=true] .collapse-icons .remove {
    display: block; }
  .links .navbar-toggler {
    display: inline-block;
    padding: 0; } }

@media (max-width: 991px) {
  .block-social {
    text-align: center; }
  .block-contact {
    padding-left: 1.5rem; } }

.contact-rich {
  color: #7a7a7a;
  margin-bottom: 2rem;
  word-wrap: break-word; }

.contact-rich h4 {
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 2rem; }

.contact-rich .block {
  height: auto;
  overflow: hidden; }

.contact-rich .block .icon {
  float: left;
  width: 3.5rem; }

.contact-rich .block .icon i {
  font-size: 2rem; }

.contact-rich .block .data {
  color: #232323;
  font-size: .875rem;
  width: auto;
  overflow: hidden; }

.contact-rich .block .data.email {
  padding-top: .375rem; }

.contact-rich .block a[href^="mailto:"] {
  clear: both;
  display: block;
  margin-top: 1rem; }

@media (min-width: 576px) {
  .contact-rich .block a[href^="mailto:"] {
    font-size: .815rem; } }

.contact-form {
  background: #fff;
  padding: 1rem;
  color: #7a7a7a;
  width: 100%; }

.contact-form h3 {
  text-transform: uppercase;
  color: #232323;
  text-align: center; }

#pagenotfound #main .page-header, #products #main .page-header {
  margin: 2rem 0 3rem; }

#pagenotfound #main .page-content, #products #main .page-content {
  margin-bottom: 10rem; }

#pagenotfound .page-not-found, #products .page-not-found {
  background: #fff;
  padding: 1rem;
  font-size: .875rem;
  color: #7a7a7a;
  max-width: 570px;
  margin: 0 auto; }

#pagenotfound .page-not-found h4, #products .page-not-found h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: .5rem 0 1rem; }

#pagenotfound .page-not-found .search-widget, #products .page-not-found .search-widget {
  float: none; }

#pagenotfound .page-not-found .search-widget input, #products .page-not-found .search-widget input {
  width: 100%; }

.customization-modal .modal-content {
  border-radius: 0;
  border: 1px solid #f6f6f6; }

.customization-modal .modal-content .modal-body {
  padding-top: 0; }

.customization-modal .modal-content .modal-body .product-customization-line {
  padding-bottom: .9375rem;
  padding-top: .9375rem;
  border-bottom: 1px solid #f6f6f6; }

.customization-modal .modal-content .modal-body .product-customization-line .label {
  font-weight: 700;
  text-align: right; }

.customization-modal .modal-content .modal-body .product-customization-line:last-child {
  padding-bottom: 0;
  border-bottom: 0; }

.sitemap-title {
  text-transform: capitalize; }

.sitemap {
  margin-top: .9375rem; }

.sitemap h2 {
  color: #232323;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  border-bottom: 1px solid #7a7a7a;
  margin-left: -15px;
  width: 100%;
  height: 35px; }

.sitemap ul {
  margin-left: -15px;
  margin-top: 20px; }

.sitemap ul.nested {
  margin-left: 20px; }

.sitemap ul li {
  font-size: .9rem;
  margin-bottom: 1rem; }

@media (max-width: 575px) {
  .sitemap {
    margin-top: 0; } }

#header {
  background: #fff;
  color: #7a7a7a; }

#header .logo {
  max-width: 100%; }

#header a {
  color: #232323; }

#header a:hover {
  text-decoration: none;
  color: #1e2b58; }

#header .menu, #header .menu > ul > li {
  display: inline-block; }

#header .header-nav {
  border-bottom: 2px solid #f1f1f1;
  max-height: 50px;
  margin-bottom: 30px; }

#header .header-nav #menu-icon {
  vertical-align: middle;
  cursor: pointer;
  margin: 0 1rem; }

#header .header-nav #menu-icon .material-icons {
  line-height: 50px; }

#header .header-nav .right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

#header .header-nav .currency-selector {
  margin-top: .9375rem;
  margin-left: .9375rem;
  white-space: nowrap; }

#header .header-nav .user-info {
  margin-left: 2.5rem;
  margin-top: .9375rem;
  text-align: right;
  white-space: nowrap; }

#header .header-nav .user-info .account {
  margin-left: .625rem; }

#header .header-nav .language-selector {
  margin-top: .9375rem;
  white-space: nowrap; }

#header .header-nav .cart-preview.active {
  background: #1e2b58; }

#header .header-nav .cart-preview.active a, #header .header-nav .cart-preview.active i {
  color: #fff; }

#header .header-nav .cart-preview .shopping-cart {
  vertical-align: middle;
  color: #7a7a7a; }

#header .header-nav .cart-preview .body {
  display: none; }

#header .header-nav .blockcart {
  background: #f1f1f1;
  height: 3rem;
  padding: .75rem;
  margin-left: .9375rem;
  text-align: center;
  white-space: nowrap; }

#header .header-nav .blockcart a {
  color: #7a7a7a; }

#header .header-nav .blockcart a:hover {
  color: #1e2b58; }

#header .header-nav .blockcart.active a:hover {
  color: #fff; }

#header .header-nav .blockcart .header {
  margin-top: .125rem; }

#header .header-nav #_desktop_contact_link {
  display: inline-block; }

#header .header-nav #_desktop_contact_link #contact-link {
  margin-top: .9375rem; }

#header .header-nav .search-widget {
  margin-top: .2rem; }

#header .header-nav .material-icons {
  line-height: inherit; }

#header .header-nav .material-icons.expand-more {
  margin-left: -.375rem; }

#header .header-top {
  padding-bottom: 1.25rem; }

#header .header-top > .container {
  position: relative; }

#header .header-top .menu {
  padding-left: 15px;
  margin-bottom: .375rem; }

#header .header-top .position-static {
  position: static; }

#header .header-top a[data-depth="0"] {
  color: #7a7a7a;
  text-transform: uppercase; }

#header .header-top .search-widget {
  float: right; }

#header .top-menu-link {
  margin-left: 1.25rem; }

.popover {
  font-family: inherit; }

#wrapper {
  background: #fff;
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  padding-top: 1.563rem; }

#wrapper .banner {
  margin-bottom: 1.5rem;
  display: block; }

#wrapper .banner img {
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); }

#wrapper .breadcrumb {
  background: transparent;
  padding: 0; }

#wrapper .breadcrumb[data-depth="1"] {
  display: none; }

#wrapper .breadcrumb ol {
  padding-left: 0;
  margin-bottom: 0; }

#wrapper .breadcrumb li {
  display: inline; }

#wrapper .breadcrumb li:after {
  content: "/";
  color: #7a7a7a;
  margin: .3125rem; }

#wrapper .breadcrumb li:last-child {
  content: "/";
  color: #7a7a7a;
  margin: 0; }

#wrapper .breadcrumb li:last-child:after {
  content: ""; }

#wrapper .breadcrumb li a {
  color: #232323; }

#main .page-content, #main .page-header {
  margin-bottom: 1.563rem; }

#main .page-content h6 {
  margin-bottom: 1.125rem; }

#main .page-content #notifications {
  margin-left: -15px;
  margin-right: -15px; }

#main .page-footer {
  margin-bottom: 1.563rem; }

#notifications ul {
  margin-bottom: 0; }

#footer {
  padding-top: 2.5rem; }

@media (max-width: 1199px) {
  #header .header-nav {
    max-height: inherit; }
  #header .header-nav .search-widget {
    float: none;
    width: 15.63rem; } }

@media (max-width: 991px) {
  .container {
    max-width: 100%; }
  #header .logo {
    width: auto; }
  #header .header-top .search-widget {
    min-width: inherit; }
  #products .product-miniature, .featured-products .product-miniature {
    margin: 0 auto; }
  .sub-menu {
    left: 0;
    min-width: 100%; }
  #blockcart-modal .product-image {
    width: 100%;
    display: block;
    max-width: 15.63rem;
    margin: 0 auto .9375rem; }
  #blockcart-modal .cart-content {
    padding-left: 0; }
  #blockcart-modal .product-name, #product-availability {
    margin-top: .625rem; }
  #search_filters .facet .facet-label {
    text-align: left; }
  .block-category .category-cover {
    position: relative;
    text-align: center; }
  .block-category {
    padding-bottom: 0; } }

@media (max-width: 767px) {
  #wrapper {
    box-shadow: none; }
  #checkout-cart-summary {
    float: none;
    width: 100%;
    margin-top: 1rem; }
  #header {
    background: #f1f1f1; }
  #header .header-nav {
    background: #fff;
    margin-bottom: .625rem;
    color: #232323; }
  #header .header-nav .top-logo {
    padding-top: 11px; }
  #header .header-nav .top-logo a img {
    max-height: 50px;
    max-width: 100%; }
  #header .header-nav .right-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #header .header-nav .user-info {
    text-align: left;
    margin-left: 0; }
  #header .header-nav .user-info .logged {
    color: #1e2b58; }
  #header .header-nav .blockcart {
    margin-left: 0;
    background: inherit; }
  #header .header-nav .blockcart.active {
    margin-left: .5rem; }
  #header .header-nav .blockcart.inactive .cart-products-count {
    display: none; }
  #header .header-top {
    background: #f1f1f1;
    padding-bottom: 0; }
  #header .header-top a[data-depth="0"] {
    color: #232323; }
  #header .header-top .search-widget {
    width: 100%; }
  #header.is-open, #header.is-open .header-top {
    background-color: #fff; }
  section.checkout-step {
    width: 100%; }
  .default-input {
    min-width: 100%; }
  label {
    clear: both; }
  #products .product-miniature, .featured-products .product-miniature {
    margin: 0 auto; }
  .block-contact {
    padding-left: .9375rem;
    border: none; }
  .dropdown-item, .menu {
    padding-left: 0; }
  #footer {
    padding-top: .5rem; } }

@media (max-width: 575px) {
  #content-wrapper, #left-column {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

input[type=number] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #1e2b58;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1e2b58;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #1e2b58;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #000000;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

.blockquote-footer::before {
  content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6; }

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-sm > .table-bordered {
    border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-md > .table-bordered {
    border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-lg > .table-bordered {
    border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered {
  border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none; } }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-plaintext {
    display: inline-block; }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto; }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .form-inline .custom-control-label {
    margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }


  .cartcheckout{
    font-size: 16px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
    background-color: #000034;
    color: #fff;
    padding: 18px 50px;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #000034;
    border-radius: 0;
  }

  .cartcheckout:hover {
    box-shadow: 0 0 0 4px #000034;
    color: #000034;
    background-color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }

.btn:hover {
  color: #212529;
  text-decoration: none; }

.btn:focus, .btn.focus {
  outline: 0;
  }

.btn.disabled, .btn:disabled {
  opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #1e2b58;
  border-color: #1e2b58; }

.btn-primary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #0062cc; }

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #1e2b58;
  border-color: #1e2b58; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #1e2b58;
  border-color: #1e2b58; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #1e2b58;
  border-color: #1e2b58; }

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1e2b58;
  background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #1e2b58;
  border-color: #1e2b58; }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #1e2b58;
  text-decoration: none; }

.btn-link:hover {
  color: #000000;
  text-decoration: underline; }

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none; }

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none; } }

.fade:not(.show) {
  opacity: 0; }

.fade.in {
  opacity: 1; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1e2b58; }

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1; }

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0; }

.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%; }

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px; }

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px; }

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3; }

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex; }

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2; }

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3; }

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1e2b58;
  background-color: #1e2b58; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff; }

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1e2b58;
  background-color: #1e2b58; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem; }

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none; } }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem); }

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none; }

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

.custom-select::-ms-expand {
  display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-range:focus {
  outline: none; }

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range::-moz-focus-outer {
  border: 0; }

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1e2b58;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none; } }

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1e2b58;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none; } }

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #1e2b58;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none; } }

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem; }

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-moz-range-track {
  cursor: default; }

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none; } }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }

.nav-link:hover, .nav-link:focus {
  text-decoration: none; }

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item {
  margin-bottom: -1px; }

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1e2b58; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler {
    display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-md .navbar-toggler {
    display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler {
    display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler {
    display: none; } }

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a {
  color: #fff; }

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
 }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0; }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0; }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
  .card-columns .card {
    display: inline-block;
    width: 100%; } }

.accordion > .card {
  overflow: hidden; }

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.accordion > .card .card-header {
  margin-bottom: -1px; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -ms-flexbox;
  display: none;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1e2b58;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.page-link:hover {
  z-index: 2;
  color: #000000;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #1e2b58;
  border-color: #1e2b58; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none; } }

a.badge:hover, a.badge:focus {
  text-decoration: none; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #1e2b58; }

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc; }

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62; }

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34; }

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b; }

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00; }

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130; }

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5; }

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124; }

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-primary hr {
  border-top-color: #9fcdff; }

.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-secondary hr {
  border-top-color: #c8cbcf; }

.alert-secondary .alert-link {
  color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-success hr {
  border-top-color: #b1dfbb; }

.alert-success .alert-link {
  color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.alert-info hr {
  border-top-color: #abdde5; }

.alert-info .alert-link {
  color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.alert-warning hr {
  border-top-color: #ffe8a1; }

.alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-danger hr {
  border-top-color: #f1b0b7; }

.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light hr {
  border-top-color: #ececf6; }

.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.alert-dark hr {
  border-top-color: #b9bbbe; }

.alert-dark .alert-link {
  color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1e2b58;
  transition: width 0.6s ease; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none; } }

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff; }

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #1e2b58;
  border-color: #1e2b58; }

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row; }

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0; }

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0; }

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff; }

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf; }

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb; }

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5; }

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1; }

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7; }

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6; }

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe; }

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.close:hover {
  color: #000;
  text-decoration: none; }

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }

.toast:not(:last-child) {
  margin-bottom: 0.75rem; }

.toast.showing {
  opacity: 1; }

.toast.show {
  display: block;
  opacity: 1; }

.toast.hide {
  display: none; }

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none; }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""; }

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: 0.9; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem; }

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0; }

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem; }

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1); }

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1); }

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff; }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.popover-header:empty {
  display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none; } }

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none; } }

.carousel-indicators .active {
  opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #1e2b58 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #1e2b58 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #1e2b58 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #000000 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*# sourceMappingURL=bootstrap.css.map */
@media all and (max-width: 1024px) {
  #colG200 {
    display: none !important; }
  #colD720 {
    float: left;
    width: 100%;
    min-height: 250px;
    padding-top: 41px;
    padding-left: 20px; }
  .breadcrumb {
    padding-left: 20px; }
  #footer {
    min-width: 280px !important; }
  .mainBg {
    max-width: 980px !important;
    min-width: 280px !important;
    width: 100% !important; }
  .espace-offre-special {
    min-width: 280px !important;
    height: 56px !important;
    padding: 10px !important;
    font-size: 13px !important; }
  #reinsurance_block li span {
    font-size: 12px !important; }
  #reinsurance_block li .description {
    display: none !important; }
  #block_myfooter {
    padding-top: 66px !important;
    display: none !important; }
  #footer #contentFooter #newsletter_block_left {
    float: none !important; }
  #footer #contentFooter .reseaux {
    margin-left: 20px; }
  #footer #contentFooter #newsletter_block_left .newsletter_text {
    margin-left: 20px !important; }
  #footer #contentFooter #newsletter_block_left .newsletter_global {
    width: 100% !important; }
  #footer #contentFooter #newsletter_block_left .block_content {
    float: left !important;
    margin-left: 20px !important;
    margin-top: 0px !important; }
  #footer #contentFooter #links_block_left {
    margin-top: 95px !important; }
  /* category page */
  .bandeauHotPoint {
    width: 100% !important; }
  body#category {
    min-width: 280px !important;
    background: #ffffff; }

      body#pagenotfound {
    min-width: 280px !important;
    background: #ffffff; }


      body#cms {
    min-width: 280px !important;
    background: #ffffff; }
  /* home page */
  .container-seo {
    padding: 12px; }
  .bloc-desc-category > .bloc-content {
    padding: 9px !important; }
  /*Produits*/ }

@media all and (max-width: 580px) {


#content form{
  padding:20px;
}

#content form label{
 text-align:left;
}
  .produitListe {
    width: 50%!important;
    height: 540px; }


  .push-carousel__item .produitListe {
    width: 100%!important;
    height: 540px; }

  .produitListe > a > div.image-product {
    position: relative;
    overflow: hidden;
    height: 405px; }
  .produitListe > a > div.produitListe-hover {
    height: 405px;
    overflow: hidden;
    width: 100%;
    display: none; }
  .produitListe > a > div.image-product > img {
    top: 0 !important; }
  .produitListe > a > .produitListe-hover {
    position: absolute;
    top: -405px;
    overflow: hidden; }
  #product_list {
    margin-left: 0px !important;
    /* margin-left: 30px; */ }
  .elasticsearch_filter {
    width: 100% !important; }
  .filters-container {
    width: 100% !important; }
  .elasticsearch_subtitle_heading span:after {
    display: none; } }

.bloc-desc-category::before {
  width: 12px !important; }

.opacity-60 {
  opacity: .6; }

/* BIG home slider */
.bigslider {
  position: relative;
  overflow: hidden;
  margin-bottom: -118px; }

.bslides {
  overflow: visible;
  width: 978px;
  height: 595px; }

.bslides a {
  display: block;
  float: left;
  height: 595px; }

#previous,
#next {
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 595px;
  cursor: pointer;
  transition: background-color ease-out .2s;
  text-indent: -9999px;
  background-color: rgba(7, 46, 94, 0.6);
  background-repeat: no-repeat; }

.ie7 #previous,
.ie7 #next,
.ie8 #previous,
.ie8 #next {
  display: inline-block;
  background-color: transparent;
  background-image: url(../img/background/bleu60p.png);
  background-repeat: repeat; }

#next {
  right: -489px;
  background-image: url(../img/bouton/bignext.png);
  background-position: 10% 40%; }

#previous {
  left: -489px;
  background-image: url(../img/bouton/bigprevious.png);
  background-position: 90% 40%; }

#previous:hover,
#next:hover {
  transition: background-color ease-out .2s;
  background-color: rgba(7, 46, 94, 0.45); }

.masque {
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 2560px;
  height: 157px;
  margin-left: -1280px;
  background-image: url(../img/background/masque.png);
  background-repeat: no-repeat; }

#category .lanceurFocusB.bottom20 {
  margin: 0 !important; }

.store_book .product_informations li {
  line-height: 15px; }

.store_book .product_image {
  height: 105px; }

#module-homepopup-popup {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 30px 80px 0 230px;
  background-image: url(../img/temp/popin-newsletter.jpg);
  background-repeat: no-repeat; }

#module-homepopup-popup h3 {
  width: 397px;
  height: 181px;
  margin: 0 auto;
  text-indent: -9999px;
  background-image: url(../img/temp/club-privilege.png);
  background-repeat: no-repeat; }

#module-homepopup-popup p {
  font-size: 16px;
  margin: 20px 0 30px;
  text-align: center;
  color: #1e2b58; }

#module-homepopup-popup form {
  display: table;
  margin: 0 auto; }

#module-homepopup-popup input[type='text'] {
  font-weight: normal;
  display: inline-block;
  width: 100px;
  margin-right: 7px;
  padding: 10px 12px 9px;
  vertical-align: middle;
  color: #1e2b58;
  border: 1px solid #7e839b;
  background-color: transparent; }

#module-homepopup-popup button {
  display: inline-block;
  vertical-align: middle; }

#module-homepopup-popup hr {
  visibility: hidden; }

#page-nl {
  box-sizing: border-box;
  background-repeat: no-repeat;
      margin-top: 60px;
  margin-bottom: 40px; }

#page-nl h3 {
  width: 397px;
  height: 140px !important;
  margin: 0 auto;
  text-indent: -9999px;
  background-image: url(../img/temp/club-privilege.png);
  background-repeat: no-repeat;
  margin-bottom: 0px !important; }

#page-nl p {
  font-size: 16px;
  margin: 0px 0 30px;
  color: #000034; }



#page-nl .marginLeft {
  margin-left: 20px; }


.floatleft {
  float: left; }

.textnl {
     padding-left: 20px;
    padding-top: 0px;
    margin-bottom: 50px;
  }
#page-nl input[type='text'] {
  font-weight: normal;
  display: inline-block;
  margin-right: 7px;
  padding: 10px 3px 9px;
  vertical-align: middle;
  color: #1e2b58;
  border: 1px solid #7e839b;
  background-color: transparent; }


  #page-nl input[type='email'] {
    font-weight: normal;
    display: inline-block;
    margin-right: 7px;
    padding: 10px 3px 9px;
    vertical-align: middle;
    color: #1e2b58;
    border: 1px solid #7e839b;
    background-color: transparent;
}

#page-nl button {
  display: inline-block;
  vertical-align: middle; }

#page-nl hr {
  visibility: hidden; }

.nl_error {
  padding-left: 15px;
  color: #7f6b58; }

#page-nl .nl_error {
  padding-left: 18px;
  color: #7f6b58; }

#search_widget {
  position: absolute;
  top: -59px;
  right: 391px;
  width: 250px;
  height: 38px;
  margin-top: 6px;
  margin-right: 14px;
  border-radius: 3px;
  background: none; }

#search_widget.search_widget_logged {
  right: 248px; }

.atelier #search_widget.search_widget_logged {
  top: -48px; }

#myCart-account:first-child {
  width: 102px; }

@media screen and (max-width: 1024px) {
  #search_widget {
    right: 387px; } 



  }

.bandeauHotPoint {
  position: relative; }

.block-align-middle {
  display: block;
  margin: 0 auto; }

.bottom-category {
  float: right;
  width: 100%; }

body {
  font-family: "Playfair Display", serif !important; }
  body#checkout section.checkout-step {
    box-shadow: none !important;
    border-bottom: 1px solid #fff !important;
    background-color: #f1f1f1 !important; }

#checkout #wrapper {
  box-shadow: none !important; }

#checkout .step-title {
  display: block;
  border: none;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  color: #1e2b58;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  line-height: 23px;
  transition: all ease-out .2s;
  padding: 14px 0 0;
  margin: 0; }

#checkout .done {
  color: #181846; }

#checkout #wrapper {
  background: #fff !important; }

#checkout .card {
    box-shadow: none !important;
    border: 1px solid rgba(0,0,0,.125);
}

#checkout .btn-primary, #checkout .btn-secondary, #checkout .btn-tertiary {
  /* box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2); */
  box-shadow: none !important;
  border: 1px solid #fff !important;
  background-color: #002c5d !important;
  font-size: 14px !important;
  position: relative !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  margin: 0 auto !important;
  background-color: #000034 !important;
  color: #fff !important;
  padding: 11px 50px !important;
  border: 3px solid #fff !important;
  box-shadow: 0 0 0 1px #000034 !important;
  margin-top: 20px !important; }

#checkout .input-group .input-group-btn > .btn[data-action=show-password] {
  padding: 0.68rem 1rem !important; }

#checkout .custom-radio input[type=radio]:checked + span {
  background-color: #000034 !important; }

#checkout .radio-inline:last-child {
  margin-left: 31px; }

#checkout .product-price {
  color: #000034 !important;
  font-weight: 800; }

.cart-container {
    background-color: #fff !important;
    margin-top: 60px;
}

.cart-overview {
  background-color: #fff !important; }

@media (min-width: 990px) {
  .cart-grid-right {
    margin-top: 60px !important; } }

#block-reassurance {
  display: none; }

.products-selection .sort-by {
  font-family: Times New Roman;
  font-size: 13px;
  text-transform: uppercase;
  color: #000034; }

.products-selection .sort-by-row {
  margin-right: 69px; }

.products-selection .products-sort-order,
.products-selection .products-sort-order .select-title {
  font-family: Times New Roman;
  font-size: 13px;
  height: 40px;
  margin-left: 15px;
  padding-left: 10px;
  text-transform: uppercase;
  color: #806c59;
  border: 0;
  min-width: 100px;
  box-shadow: none; }

.facet .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  margin: 2px 1px; }

#search_filters .facet .collapse #conteneursize {
  width: 100%;
  padding-left: 0;
  border-right: 0; }

.speciallabel {
  padding-left: 20px; }

#search_filters .color-option.on {
  border: 1px solid red; }

#search_filters input[type=radio] {
  margin-left: 2px;
  vertical-align: middle; }

#search_filters_wrapper #search_filters {
  box-shadow: none;
  background: transparent;
  padding: 0;
  margin-bottom: 0; }
  #search_filters_wrapper #search_filters .facet .facet-title {
    width: 100%;
    overflow: visible;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    margin-top: 7px;
    font-family: Times new Roman; }

@media (max-width: 1024px) {
  #search_filters_wrapper {
    padding: 0 !important; }
    #search_filters_wrapper .search_filter_controls {
      padding-top: 15px; }
    #search_filters_wrapper #search_filter_controls {
      padding-bottom: 15px; } }

#search_filters .facet {
  position: relative;
  min-height: 32px;
  margin-top: 0;
  padding: 0 14px 0 16px;
  position: relative;
  cursor: pointer;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  font-family: Times New Roman;
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    #search_filters .facet {
      display: inline-block;
      width: auto;
      text-align: inherit;
      margin-left: 2px; } }
  @media (min-width: 1024px) {
    #search_filters .facet .collapse::after {
      content: "";
      background-image: url("https://www.cafecoton.fr/themes/cafecoton/css/modules/elasticsearch/views/css/../img/bnt-totem.png");
      background-repeat: no-repeat;
      height: 14px;
      margin: -24px auto 0;
      width: 27px;
      display: block; 
      position: absolute;
      left: calc(50% - 13px); } }

#search_filters .facet .collapse,
#search_filters .facet .collapsing {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  width: 380px;
  background: #fff;
  pointer-events: none;
  z-index: -5;
  opacity: 0;
  transition: opacity 500ms;
  padding: 10px;
  border: 1px solid #000034;
  transform: translateX(-50%); }

#search_filters .facet .has-group {
  display: flex; }

#search_filters .facet .has-group .group {
  flex: 50% }

#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
  top: 5px !important;
  margin-right: 0;
  float: left; }

#search_filters .facet .collapse li a {
  display: block;
  float: left;
  font-family: Times New Roman;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  color: #7f6b58;
  width: 103px;
  color: #7f6b58;
  text-decoration: none; }

#search_filters .facet .faceted-slider li {
  width: inherit !important; }

#search_filters .facet .faceted-slider li a {
  width: inherit !important; }

#search_filters .ui-slider-horizontal {
  max-width: 90%; }

#search_filters .custom-checkbox input[type="checkbox"] + span {
  content: "";
  height: 20px;
  width: 20px;
  background: url("https://www.cafecoton.fr/themes/cafecoton/css/modules/elasticsearch/views/css/../img/btn-filtre2.png") no-repeat;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  border: 0; }

#search_filters .custom-checkbox input[type="checkbox"] + span.color {
  background: initial;
  border-radius: 50%; }

#search_filters .facet:hover .collapse {
  z-index: 3;
  opacity: 1;
  pointer-events: auto; }

#search_filters .facet .collapse li {
  padding: 0;
  padding-bottom: 0px;
  padding-left: 0px;
  list-style: none;
  clear: none;
  float: left;
  width: 169px;
  border-right: 1px solid #d2d5de;
  padding-left: 20px;
  padding-bottom: 7px;
  white-space: nowrap; }

#search_filters .filters-container {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 110px);
  min-height: 32px;
  margin-top: 0;
  padding: 0 8px 0 6px;
  position: relative;
  cursor: pointer;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  font-family: Times New Roman;
  font-size: 14px; }

.hide-action {
  text-align: right;
  display: block;
  cursor: pointer; }

.hide-action:hover {
  font-weight: bold; }

#search_filters div div ul {
  max-height: 200px;
  overflow-x: auto; }

#search_filters_wrapper {
  position: relative;
  top: -55px;
  left: 14px;
  width: 100%;
  max-width: 1160px;
  z-index: 99;
  background-color: #000034;
  min-height: 54px; }

#search_filters > .h6 {
  height: 34px;
  display: inline-block;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 0;
  padding: 15px 0 0 20px;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  position: relative;
      margin-right: 30px;
  top: -1px; }

.close-facet {
  display: none; }

.facet-title-panel {
  display: none;
  z-index: 9999;
  font-size: 20px;
  color: #000034;
  font-family: Lora;
  margin-bottom: 15px; }

#mobileFacetsToggler {
  background: #000034;
  color: #fff;
  padding: 10px 20px 0 32px !important;
  text-transform: uppercase;
  min-height: 32px;
  font-family: Times New Roman;
  text-align: center;
  width: 100%;
  height: 55px !important;
  color: #fff !important;
  font-size: 18px !important;
  display: block; }
  #mobileFacetsToggler.opened {
    background-color: #ddd;
    color: #000 !important; }

#search_filters .facet::before {
  content: "";
  background-repeat: no-repeat;
  background-image: url(https://www.cafecoton.fr/themes/cafecoton/css/modules/elasticsearch/views/css/../img/filter-bas2.png);
  height: 7px;
  width: 13px;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
  position: absolute;
  top: 11px;
  right: -3px; }

@media (max-width: 1024px) and (min-width: 768px) {
  #search_filters .filters-container {
    padding-top: 5px; }
  #search_filters > .h6 {
    vertical-align: top;
    padding-top: 10px; }
  #search_filters .facet::before {
    display: none; } }

@media (max-width: 768px) {
  #search_filters_wrapper {
    position: static;
    padding: 20px 10px 20px 0; }
    #search_filters_wrapper .speciallabel {
      padding-left: 0; }
    #search_filters_wrapper .btn-secondary.ok {
      font-size: 16px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      background-color: #000034;
      color: #fff;
      padding: 12px 35px;
      border: 3px solid #fff;
      box-shadow: 0 0 0 1px #000034;
      border-radius: 0; }
      #search_filters_wrapper .btn-secondary.ok:hover {
        box-shadow: 0 0 0 4px #000034;
        color: #000034;
        background-color: #fff; }
  #search_filters .filters-container {
    width: 100%;
    margin-top: 10px; }
    #search_filters .filters-container .navbar-toggler {
      display: none; }
  #search_filters .facet::before {
    display: none; }
  #search_filters .facet .close-facet {
    width: 25px;
    height: 25px;
    background-image: url(https://www.cafecoton.fr/themes/cafecoton/css/modules/elasticsearch/views/css/../img/close.png);
    background-size: 25px;
    right: 10px;
    top: 10px;
    z-index: 99;
    display: block; }
  #search_filters .facet .facet-title-panel {
    display: block; }
  #search_filters .facet .collapse,
  #search_filters .facet .collapsing {
    display: none;
    opacity: 1;
    position: static;
    padding: 50px 25px;
    transform: translateX(0); }
    #search_filters .facet .collapse.in,
    #search_filters .facet .collapsing.in {
      display: block;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #search_filters .facet .collapse::after,
    #search_filters .facet .collapsing::after {
      content: '';
      clear: both; }
    #search_filters .facet .has-group.in .group {
      margin-top: 20px; }
    #search_filters .facet .collapse.in .facet-title {
      color: #1e2b58!important;
      width: 90%!important;
      display: inline-block; }
    #search_filters .facet .collapse.in .label-filter {
      margin-top: 50px; }
    #search_filters .facet .collapse li,
    #search_filters .facet .collapsing li {
      float: none;
      display: block;
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      border: 0; }
  #search_filters .facet .collapsing {
    display: none;
    width: 100%; } }

/* CSS front page contenu */
.bandeau-content-page {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  color: #ffffff; }

.title-bandeau {
  font-family: 'Lora';
  font-size: 33px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #2d2d2d; }

.description-bandeau {
  font-family: Times New Roman;
  font-size: 16px;
  font-style: italic;
  line-height: 1.1;
  text-align: center; }

.description-bandeau:before {
  color: #fff;
  display: block;
  width: 50px;
  height: 1px;
  margin: 16px auto;
  content: '';
  border-top: 1px dashed; }

.module-mylookpage-display .description-bandeau:before {
  display: block;
  background-image: url(../img/vaguelette.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 59px;
  height: 9px;
  content: '';
  border-top: 0; }

.content-page .title-content {
  font-family: 'Lora';
  font-size: 33px;
  margin-top: 10px;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #000034; }

.content-page p {
  font-family: Times New Roman;
  font-size: 16px;
  color: #000034; }

.content-page .bloc-container p,
.content-page .bloc-container span,
.content-page .bloc-perso > p:nth-child(2) {
  font-size: 18px;
  font-family: Times New Roman;
  font-style: italic;
  color: #806c59; }

.content-page .bloc-quelques-lignes .title-content {
  margin-bottom: 50px; }

.content-page .desc-content,
.content-page .intro-content {
  font-family: Times New Roman;
  font-size: 18px;
  font-style: italic;
  line-height: 1.2;
  color: #806c59; }

.content-page .intro-content {
  margin-bottom: 21px; }

.text-container-left {
  padding-right: 120px;
  width: 100%; }

.text-container-right {
  padding-left: 75px; }

.content-page .bloc-container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 100px; }

.content-page .bloc-quelques-lignes .bloc-container {
  margin-bottom: 40px; }

.content-page .bloc {
  position: relative; }

.content-page .bloc-container .half {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.content-page .bloc .little-picture {
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 219px;
  height: 296px; }

.content-page .bloc.bloc-image:before {
  position: absolute;
  z-index: -1;
  bottom: -10px;
  left: -60px;
  width: 277px;
  height: 273px;
  content: '';
  background-color: #000034; }

.content-page .big-picture {
  width: 435px;
  height: 360px; }

.half--right-align-content {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.content-page .bloc-image {
  z-index: 1;
  width: 100%; }

.bloc-quelques-lignes {
  margin-top: 65px; }

.bloc-image-quelques-lignes {
  margin-right: 50px;
  margin-left: 50px; }

.bloc-image-quelques-lignes img {
  width: 200px; }

.titre-bloc-quelques-lignes,
.content-page .subtitle-content {
  font-family: 'Lora';
  font-size: 23px;
  font-style: italic;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000034; }

.content-page .text-bloc-quelques-lignes {
  font-size: 18px;
  font-style: italic;
  line-height: 1.2;
  max-width: 500px;
  color: #806c59; }

.bloc-dates .title-content {
  margin-bottom: 25px; }

.bloc-dates .bloc .title-content {
  margin-top: 60px; }

.bloc-dates .desc-content {
  font-size: 14px;
  font-style: inherit;
  color: #000034; }

.content-page ul {
  margin: 20px 0; }

.content-page li {
  font-family: Times New Roman;
  font-size: 14px;
  margin-bottom: 16px;
  margin-left: 15px;
  list-style-type: circle;
  color: #000034; }

/* Fin css front Page contenu */
/* HEADER */
#header {
  position: fixed;
  z-index: 49;
  top: 0px;
  /*Avec bimpulse*/
  /*top: 0;*/
  /* Sans bimpulse */
  left: 0;
  width: 100%;
  min-width: 980px;
  height: 85px;
  /*background:#1e2b58; /*bleu*/
  /* background:url(../img/header.png) repeat-x left top; */
  background-color: #ffffff;
  transition: transform 300ms;
  transform: translateY(0); }

  @media (max-width: 1024px) {
    #header {
      height: inherit; } }

#header .contentHeader {
  position: relative;
  height: 53px;
  margin: 0 auto; }
  #header .contentHeader > #search_widget {
    display: none; }

.topheader {
  height: 85px; }

@media (min-width: 1200px) {
  .ajax_cart_quantity {
    text-transform: uppercase;
    color: #132339;
    display: block !important;
    font: 12px Times New Roman;
    text-align: left;
    float: left;
    position: absolute;
    width: inherit;
    right: 25px;
    top: 27px;
    border-radius: 50%; } }

#header .topheader .contentHeader {
  height: 85px; }

#header .firstline {
  height: 32px;
  background-color: #000034; }

#header .contentHeader .colG {
  display: block;
  width: 433px;
  margin: 0 auto; }

#header .logo {
  display: block;
  width: 192px;
  height: 62px;
  margin: 0 auto;
  margin-top: 25px;
  text-indent: -9999px;
  background: url(../img/logo/cafe-coton.png) no-repeat left bottom; }

#header .contentHeader .colG ul.menu {
  display: block;
  clear: both;
  height: 25px; }

#header .contentHeader .colG ul.menu li {
  display: block;
  float: left;
  width: auto;
  height: 25px;
  padding: 0 5px; }

#header .contentHeader .colG ul.menu li.first {
  padding: 0 5px 0 0; }

#header .contentHeader .colG ul.menu li a {
  font-size: 19px;
  display: block;
  float: left;
  width: auto;
  height: 21px;
  padding: 4px 7px 0 7px;
  text-transform: uppercase;
  color: #ffffff; }

.ie7 div#header .contentHeader .colG ul.menu li a {
  height: 24px;
  padding: 1px 7px 0 7px; }

#header .contentHeader .colG ul.menu li a:hover,
#header .contentHeader .colG ul.menu li a.active {
  color: #1e2b58;
  background: #ffffff; }

#header .contentHeader input.recherche {
  font-size: 11px;
  font-weight: normal;
  float: right;
  clear: both;
  width: 214px;
  height: 36px;
  padding-left: 18px;
  text-transform: uppercase;
  color: #1e2b58;
  color: #bdc3da;
  background: url(../img/layout/input-recherche.png) no-repeat; }

#header #search_widget input[type='text'],
#header .btnok {
  float: left;
  vertical-align: middle; }

#header #search_widget input[type='text'] {
  font: 12px Times New roman;
  float: right;
  width: 56px;
  margin-top: 4px;
  transition: width ease-out .8s;
  text-transform: none;
  color: #888;
  border: 0 !important; }

#header #search_widget input[type='text']:focus {
  width: 150px;
  transition: width ease-out .8s; }

#header .btnok {
  float: right;
  width: 13px;
  height: 13px;
  margin: 8px 8px 0 0;
  margin-top: 6px;
  margin-left: 5px;
  border: 0;
  background: url(../img/bouton/loupe_header.png) no-repeat;
  background-size: contain;
  box-shadow: none; }

#header .btnok::before {
  box-shadow: none; }

.ie8 #header .contentHeader input.recherche {
  height: 36px;
  padding: 12px 0 0 18px; }

.ie7 #header .contentHeader input.recherche {
  line-height: 36px; }

/* FOOTER */
#main .page-footer {
  margin-bottom: 0; 
width: 300px;
    margin: auto;}




main {
  position: relative; }

footer#footer {
  clear: left;
  overflow: hidden;
  width: 100%;
  min-width: 480px;
  height: auto;
  padding-bottom: 250px;
  background-color: #000034;
  padding-top: 0; }
  @media (max-width: 1024px) {
    footer#footer {
      padding-bottom: 480px; } }
  @media (max-width: 768px) {
    footer#footer {
      padding-bottom: 580px; } }
  @media (max-width: 600px) {
    footer#footer {
      padding-bottom: 1020px; } }
  @media (max-width: 370px) {
    footer#footer {
      padding-bottom: 1200px; } }

#footer #contentFooter {
  position: relative;
  color: #5d6269; }

#footer #contentFooter #links_block_left {
  margin-top: 51px;
  margin-bottom: 90px; }

#footer #contentFooter #links_block_left ul {
  list-style: none;
  max-width: 700px;
  margin: 0 auto;
  text-align: center; }

#footer #contentFooter #links_block_left ul.block_content.bullet li {
  display: inline-block;
  background: none;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  color: #969696;
  font: 9px/11px 'Open Sans';
  font-weight: bold; }

#footer #contentFooter #links_block_left ul.block_content.bullet li a {
  color: #B1B1B7;
  font: 9px/9px 'Open Sans';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 12px;
  font-weight: normal; }

#footer #contentFooter #links_block_left ul.block_content.bullet li a:hover {
  color: #fff; }

#footer #contentFooter .garanties {
  position: relative;
  display: block;
  float: left;
  width: 160px;
  height: 70px;
  margin-top: 12px;
  margin-right: 30px;
  background: url(../img/logo/garanties.png) no-repeat left center; }

#footer #contentFooter .garanties > div {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 135px;
  height: 16px;
  text-align: center; }

#footer #contentFooter .garanties > div > span {
  font: normal normal 20px/16px benchnineregular;
  display: inline-block;
  min-width: 93px;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  color: #1e2b58;
  background: white; }

/*BLOCK NEWSLETTER FOOTER*/
#footer #contentFooter #newsletter_block_left .title_block,
#footer #contentFooter #newsletter_block_left #h4 {
  font: 14px Times New Roman;
  line-height: 50px;
  margin-bottom: -5px;
  padding: 0;
  text-transform: uppercase;
  color: #b1b1b7;
  background: none; }

#footer #contentFooter #newsletter_block_left {
  float: right; }

#footer #contentFooter #newsletter_block_left {
  padding: 0;
  border: none;
  background: transparent; }

#footer #contentFooter #newsletter_block_left .title_block,
#footer #contentFooter #newsletter_block_left h4 {
  font: 14px Times New Roman;
  line-height: 50px;
  margin-bottom: -5px;
  padding: 0;
  text-transform: uppercase;
  color: #b1b1b7;
  background: none; }

#footer #contentFooter #newsletter_block_left input.button_mini {
  position: relative;
  bottom: -5px;
  width: 28px;
  height: 27px;
  text-indent: -9999px;
  background-color: transparent; }

#footer #contentFooter #newsletter_block_left input.inputnew {
  font: 11px Tahoma;
  width: 143px;
  color: #363636;
  border: none;
  background: none; }

#footer #contentFooter #newsletter_block_left .newsletter_text {
  float: left;
  margin-top: 9px;
  margin-left: 35px; }

#footer #contentFooter #newsletter_block_left .block_content {
  position: relative;
  float: right;
  margin-top: 9px;
  margin-right: 3px;
  padding-top: 8px;
  border-bottom: 1px solid grey;
  background: #000034; }

#footer #contentFooter #newsletter_block_left .block_content svg {
  height: 14px;
  stroke: #5d6269; }

#footer #contentFooter #newsletter_block_left .block_content .inputNew {
  color: #ffffff;
  background: #000034; }

#footer #contentFooter #newsletter_block_left .block_content p {
  margin: 0;
  padding: 0; }

#footer #contentFooter #newsletter_block_left .newsletter_global {
  width: 515px;
  height: 42px;
  border: none;
  background: transparent; }

#footer #contentFooter #newsletter_block_left .description_block {
  font: 16px benchninelight;
  text-transform: uppercase;
  color: #969696; }

#footer #contentFooter .port,
#footer #contentFooter .tailles,
#footer #contentFooter .secu,
#footer #contentFooter .conseil {
  font: 12px Times New Roman;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  display: block;
  float: left;
  width: auto;
  height: 41px;
  padding-top: 20px;
  text-transform: uppercase;
  text-transform: none;
  color: #ffffff;
  background: url(../img/picto/pictos-footer.gif) no-repeat; }

#footer #contentFooter a.port:hover,
#footer #contentFooter a.tailles:hover,
#footer #contentFooter a.secu:hover,
#footer #contentFooter a.conseil:hover {
  color: #5c6996; }

#footer #contentFooter .port {
  margin-right: 40px;
  padding-left: 54px;
  background-position: 0 0; }

#footer #contentFooter .tailles {
  margin-right: 52px;
  padding-left: 54px;
  background-position: -195px 0; }

#footer #contentFooter .secu {
  margin-right: 70px;
  padding-left: 35px;
  background-position: -378px 0; }

#footer #contentFooter .conseil {
  padding-left: 64px;
  background-position: -574px 0; }

#footer #contentFooter ul.colFirst {
  display: block;
  float: left;
  clear: both;
  width: 180px;
  margin: 0 34px 5px -8px;
  padding-top: 17px; }

#footer #contentFooter ul.colFirst li {
  line-height: 24px;
  display: block;
  width: 180px;
  height: 31px;
  border-bottom: 1px solid #cdcdcd; }

#footer #contentFooter ul.colFirst li a {
  font: 11px/30px Arial;
  font-weight: bold;
  width: 180px;
  height: 24px;
  margin-left: 20px;
  text-transform: none;
  color: #5d6269; }

/*#footer #contentFooter ul.colFirst li a:hover { font-weight:bold; }*/
#footer #contentFooter ul.cols {
  display: block;
  float: left;
  width: 169px;
  margin: 18px 10px 5px 0;
  padding: 0 0 0 10px; }

#footer #contentFooter ul.cols li {
  padding: 0 0 2px; }

#footer #contentFooter ul.cols li a {
  font: 12px TImes New Roman;
  display: block;
  margin-bottom: 7px;
  color: #b1b1b7; }

#footer #contentFooter ul.cols li a.end {
  margin-bottom: 20px; }

#footer #contentFooter ul.cols li .first,
#footer #contentFooter ul.cols li .titre {
  font: 14px Times New Roman;
  font-weight: normal;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #b1b1b7; }

#footer #contentFooter ul.cols li a:hover {
  text-decoration: none;
  /*color:#1e2b58;
    font-weight:bold;*/
  color: #ffffff; }

#footer #contentFooter .reseaux {
  display: inline-block;
  clear: both;
  width: 390px; }

#footer #contentFooter .reseaux p {
  font-family: Times New Roman;
  font-size: 14px;
  line-height: 60px;
  float: left;
  margin-right: 44px;
  text-transform: uppercase;
  color: #b1b1b7; }

#footer #contentFooter .reseaux a {
  display: block;
  float: left;
  width: 42px;
  height: 42px;
  margin-top: 3px;
  margin-right: 12px;
  transition: opacity ease-out .2s;
  text-indent: -9999px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-image: url(../img/logo/reseaux.png); }

#footer #contentFooter .reseaux a.google {
  background-position: right; }

#footer #contentFooter .reseaux a.pinterest {
  background-position: center; }

#footer #contentFooter .reseaux a:hover {
  transition: background-color ease-out .2s; }

#footer #contentFooter ul.links {
  display: block;
  float: right;
  width: 745px;
  height: 30px; }

#footer #contentFooter ul.links li,
#footer #contentFooter ul.links li a {
  font-size: 11px;
  line-height: 30px;
  display: block;
  float: left;
  width: auto;
  height: 18px;
  text-transform: uppercase;
  color: #1e2b58; }

#footer #contentFooter ul.links li a {
  margin-right: 10px; }

#footer #contentFooter ul.links li a:hover {
  font-weight: bold; }

#block_myfooter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 25px;
  -ms-flex-pack: justify; }

.resaux-sociaux-newsletter {
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 10px; }

#footer #contentFooter .autour_paiement_livraison {
  position: absolute;
  top: 468px;
  left: 205px;
  width: 765px;
  height: 40px;
  border-top: 1px solid #d5d5d6; }

#footer #contentFooter .moyens_paiement {
  font: 14px/18px Arial;
  line-height: 22px;
  position: absolute;
  top: 23px;
  left: 1px;
  width: 363px;
  height: 22px;
  text-align: left;
  color: #1e2b58;
  background: url(../img/picto/footer_moyens_paiements.png) no-repeat right center; }

#footer #contentFooter .livraison {
  font: 14px/22px Arial;
  line-height: 22px;
  position: absolute;
  top: 22px;
  left: 422px;
  width: 306px;
  height: 6px;
  text-align: left;
  color: #1e2b58;
  background: url(../img/picto/footer_livraison.png) no-repeat right center; }

/*
Bloc link
*/
#shopslinks_block {
  margin-top: 0;
  padding-right: 14px;
  position: absolute;
  left: 51px;
  top: -46px; }

#shopslinks_block a img {
  border-radius: 15px; }

#shopslinks_block a {
  display: block;
  margin-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #696e73;
  float: left;
  font-family: Times New Roman;
  color: #696e73; }

#shopslinks_block > a:nth-child(2) {
  border-right: 0; }

#shopslinks_block a:hover {
  color: #fff; }

#shopslinks_block a.active {
  filter: alpha(opacity=100);
  opacity: 1;
  transition: opacity ease-out 0.2s;
  color: #fff; }

.offre-special-header {
  text-transform: uppercase;
  font-family: Times New Roman;
  font-size: 12px;
  color: #806c59;
  margin-right: 30px;
  float: left; }

#adtm_menu {
  clear: both;
  text-align: left;
  zoom: 1;
  left: calc(56% - 475px);
  top: 75px;
  height: 53px;
  position: absolute;
  -o-box-shadow: 0 5px 13px 0 rgba(204, 204, 204, 0);
  box-shadow: 0 5px 13px 0 rgba(204, 204, 204, 0);
  z-index: 101;
  border-color: #cccccc;
  border-width: 5px 0 0;
  margin: 0 auto;
  padding: 0;
  width: inherit; }
  @media (max-width: 1180px) {
    #adtm_menu {
      min-height: 100vh; } }

#adtm_menu .adtm_column {
  margin: 0 10px;
  padding: 0; }

#adtm_menu .adtm_column span.column_wrap_title {
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase; }

#adtm_menu .adtm_column span.column_wrap_title a {
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase; }

#adtm_menu .adtm_column span.column_wrap_title a:hover {
  color: #ffffff;
  text-decoration: none; }

#adtm_menu .adtm_column span.column_wrap_title:hover {
  color: #ffffff;
  text-decoration: none; }

#adtm_menu .adtm_column ul.adtm_elements li {
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase; }

#adtm_menu .adtm_column ul.adtm_elements li a {
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0; }

#adtm_menu .adtm_column ul.adtm_elements li a:hover {
  color: #ffffff;
  text-decoration: none; }

#adtm_menu .adtm_column ul.adtm_elements li:hover {
  color: #ffffff;
  text-decoration: none; }

#adtm_menu .adtm_column_wrap {
  padding: 0; }

#adtm_menu .adtm_column_wrap span.column_wrap_title {
  margin: 0 10px 0 0;
  padding: 0; }

#adtm_menu .adtm_column_wrap_sizer {
  font-size: 0;
  height: 0;
  line-height: 0; }

#adtm_menu .adtm_unclickable {
  text-decoration: none !important; }

#adtm_menu .li-niveau1 {
  min-height: 30px;
  line-height: 16px; }

#adtm_menu .li-niveau1 a.a-niveau1 {
  min-height: 30px;
  line-height: 30px; }

#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
  min-height: 30px;
  line-height: 30px;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase; }

#adtm_menu .li-niveau1 a.a-niveau1.a-multiline {
  line-height: 15px; }

#adtm_menu .li-niveau1 a.a-niveau1.a-multiline .advtm_menu_span {
  line-height: 15px; }

#adtm_menu .li-niveau1 a.a-niveau1:hover .advtm_menu_span {
  color: #806c59;
  text-decoration: none; }

#adtm_menu .li-niveau1 a.advtm_menu_actif .advtm_menu_span {
  color: #806c59;
  text-decoration: none; }

#adtm_menu .searchboxATM .button_mini {
  display: inline-block; }

#adtm_menu .searchboxATM .search_query_atm {
  width: 150px;
  margin-left: 0 !important; }

#adtm_menu a:hover {
  color: #806c59; }

#adtm_menu div.adtm_column_wrap .adtm_column.adtm_elements_38 h5 {
  display: none; }

#adtm_menu div.adtm_column_wrap .adtm_elements_38 {
  display: block;
  position: relative;
  left: 30px;
  top: -5px; }

#adtm_menu div.adtm_column_wrap .adtm_elements_38 h5 {
  display: none; }

#adtm_menu div.adtm_column_wrap h5 {
  height: auto;
  color: #1e2b58; }

#adtm_menu div.adtm_column_wrap h5 span {
  height: 0;
  color: transparent; }

#adtm_menu div.adtm_column_wrap h5:hover {
  color: #ff0674 !important; }

#adtm_menu div.adtm_column_wrap ul {
  list-style: none;
  zoom: 1;
  margin: 4px 0 0;
  padding: 0; }

#adtm_menu div.adtm_column_wrap ul li {
  line-height: 15px;
  zoom: 1;
  width: 82px;
  color: #1e2b58;
  height: 30px;
  margin: 0;
  padding: 0 0 0 10px; }

#adtm_menu div.adtm_column_wrap ul li a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  text-align: left;
  color: white;
  font: 14px/26px Arial;
  letter-spacing: 0; }

#adtm_menu div.adtm_column_wrap ul li a.advtm_menu_actif {
  background: none;
  color: #ffa800 !important; }

#adtm_menu div.adtm_column_wrap ul li a:hover {
  text-decoration: underline; }

#adtm_menu div.adtm_column_wrap ul:hover {
  display: block;
  z-index: 1000px; }

#adtm_menu table.columnWrapTable {
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0;
  padding: 0; }

#adtm_menu table.columnWrapTable tr td {
  vertical-align: top;
  display: block;
  width: 160px;
  float: left; }

#adtm_menu ul .advtm_menu_toggle {
  display: none; }

#adtm_menu ul#menu {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0; }

#adtm_menu ul#menu::before {
  content: ' ';
  height: 5px;
  width: 65px;
  display: inline-block;
  background-image: url("../../../../../../themes/cafecoton/assets/img/epingle.png");
  position: absolute;
  left: -70px;
  top: 17px;
  background-repeat: no-repeat;
  background-position: center center; }

#adtm_menu ul#menu::after {
  content: ' ';
  height: 5px;
  width: 65px;
  display: inline-block;
  background-image: url("../../../../../../themes/cafecoton/assets/img/epingle.png");
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -70px;
  top: 17px;
  background-repeat: no-repeat;
  background-position: center center; }

#adtm_menu ul#menu li div.adtm_sub {
  position: absolute;
  display: none;
  top: 37px !important;
  background-color: #1a265a;
  left: 0;
  width: 959px;
  min-height: 160px;
  border: none;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.75);
  border-style: solid;
  padding: 9px 10px; }

#adtm_menu ul#menu li.advtm_menu_10 .adtm_sub table.columnWrapTable div.adtm_column_wrap {
  width: 165px; }

#adtm_menu ul#menu li.advtm_menu_3 .adtm_sub table.columnWrapTable div.adtm_column_wrap {
  width: 200px; }

#adtm_menu ul#menu li.advtm_menu_4 .adtm_sub table.columnWrapTable div.adtm_column_wrap {
  width: 165px; }

#adtm_menu ul#menu li.advtm_menu_5 .adtm_sub table.columnWrapTable div.adtm_column_wrap {
  width: 250px; }

#adtm_menu ul#menu li.li-niveau1 {
  float: left;
  letter-spacing: 0;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10x;
  margin-right: 8px;
  transition: all ease-out .2s; }

#adtm_menu ul#menu li.li-niveau1 a.a-niveau1 span {
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-family: "Playfair Display", serif;
  display: inline-block;
  padding: 7px 0 0; }

#adtm_menu ul#menu li:hover div.adtm_sub {
  display: block; }

#adtm_menu ul#menu > li:last-child {
  margin-right: 0; }

#adtm_menu ul#menu > li.li-niveau1 a.a-niveau1 {
  display: block;
  border: none;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  color: #1e2b58;
  font-family: "Playfair Display", serif;
  font-size: 19px;
  line-height: 23px;
  transition: all ease-out .2s;
  padding: 14px 0 0;
  margin: 0;
  border-bottom: 3px solid transparent; }

#adtm_menu_inner {
  border-color: #cccccc;
  border-style: none;
  border-width: 0 0 3px;
  margin: 0;
  padding: 0 9px; }

* html #adtm_menu table {
  border-collapse: collapse;
  font-size: 1em;
  width: 0;
  height: 0;
  margin: -1px -10px; }

* html #adtm_menu ul#menu li.li-niveau1 a.a-niveau1 .advtm_menu_span {
  display: inline-block; }

.adtm_column_wrap a {
  color: #ffffff; }

.adtm_column_wrap h5 a.advtm_menu_actif {
  background: none;
  color: #ffa800 !important; }

.adtm_column_wrap span.column_wrap_title {
  color: #ffffff; }

.adtm_column_wrap span.column_wrap_title a {
  color: #ffffff; }

.advtm_column_wrap_td_17 {
  background: #49293b url(../img/degrade_ie.jpg) repeat-x left top !important; }

.advtm_column_wrap_td_20 {
  background: #49293b url(../img/degrade_ie.jpg) repeat-x left top !important; }

.advtm_column_wrap_td_21 {
  background: #49293b url(../img/degrade_ie.jpg) repeat-x left top !important; }

.advtm_column_wrap_td_22 {
  background: #49293b url(../img/degrade_ie.jpg) repeat-x left top !important; }

.advtm_column_wrap_td_23 {
  background: #49293b url(../img/degrade_ie.jpg) repeat-x left top !important; }

.advtm_column_wrap_td_24 {
  background: #49293b url(../img/degrade_ie.jpg) repeat-x left top !important; }

.button-category {
  font: 16px benchnineregular;
  color: #1e2b58;
  position: absolute;
  bottom: 11px;
  left: 21px;
  border: 1px solid #cfcfd0;
  background: url(../img/button-category-fleche.png) no-repeat 135px 14px white;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 9px 32px 7px 17px; }

.clear {
  clear: both; }

.li-niveau1 .adtm_sub {
  -o-box-shadow: 0 2px 5px 0 rgba(204, 204, 204, 0);
  box-shadow: 0 2px 5px 0 rgba(204, 204, 204, 0);
  background-color: #ffffff;
  width: 100%;
  z-index: 1000;
  border-color: #cccccc;
  border-width: 0 1px 1px; }

.li-niveau1 .advtm_menu_span {
  color: #1e2b58; }

.li-niveau1 a .advtm_menu_span {
  color: #000034; }

.li-niveau1 a span {
  margin: 0;
  padding: 0 2px 0 0; }

.li-niveau1 a.a-niveau1 {
  border-color: #cccccc;
  border-width: 0 1px; }

.li-niveau1:hover > a.a-niveau1 .advtm_menu_span {
  color: #806c59;
  text-decoration: none; }

img.adtm_menu_icon {
  vertical-align: middle;
  margin-right: 3px;
  position: absolute;
  right: 5px;
  top: 8px; }

@media (max-width: 767px) {
  #adtm_menu {
    position: relative;
    top: none;
    left: none;
    right: none;
    bottom: none; }
  #adtm_menu .adtm_column {
    margin: 0 10px 5px;
    padding: 0 0 5px; }
  #adtm_menu .adtm_column span.column_wrap_title {
    font-size: 18px;
    font-weight: 700;
    text-transform: none; }
  #adtm_menu .adtm_column span.column_wrap_title a {
    font-size: 18px;
    font-weight: 700;
    text-transform: none; }
  #adtm_menu .adtm_column ul.adtm_elements li {
    font-size: 16px;
    font-weight: 400;
    text-transform: none; }
  #adtm_menu .adtm_column ul.adtm_elements li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    margin: 15px 0;
    padding: 5px 0 5px 10px; }
  #adtm_menu .adtm_column_wrap {
    margin: 0;
    padding: 0; }
  #adtm_menu .adtm_column_wrap span.column_wrap_title {
    margin: 8px 10px 8px 0;
    padding: 0; }
  #adtm_menu .adtm_column_wrap_td {
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
  #adtm_menu .adtm_menu_icon {
    height: auto;
    max-width: 100%; }
  #adtm_menu .advtm_hide_mobile {
    display: none !important; }
  #adtm_menu .advtm_menu_span {
    height: auto !important; }
  #adtm_menu .searchboxATM {
    display: none; }
  #adtm_menu a.a-niveau1 {
    height: auto !important; }
  #adtm_menu ul .li-niveau1 .adtm_sub {
    width: auto;
    height: auto;
    min-height: inherit; }
  #adtm_menu ul div.adtm_column_wrap {
    min-height: inherit;
    width: 100% !important; }
  #adtm_menu ul li.advtm_menu_toggle {
    display: block;
    width: 100%; }
  #adtm_menu ul li.advtm_menu_toggle a.adtm_toggle_menu_button {
    width: 100%;
    cursor: pointer; }
  #adtm_menu ul li.advtm_menu_toggle a.adtm_toggle_menu_button span.adtm_toggle_menu_button_text {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYAgMAAACdGdVrAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMA3Pn2U8cAAAAaSURBVAjXY4CCrFVAsJJhFRigUjA5FEBvfQDmRTo/uCG3BQAAAABJRU5ErkJggg==);
    background-position: right 15px center;
    background-repeat: no-repeat;
    color: #666666;
    font-size: 16px;
    min-height: 40px;
    line-height: 40px;
    background-color: #e5e5e5; }
  #adtm_menu ul li.li-niveau1 {
    display: none; }
  #adtm_menu.adtm_menu_toggle_open .li-niveau1.sub.adtm_sub_open a .advtm_menu_span {
    background-color: #333333;
    background: linear-gradient(top, #333333, #000000); }
  #adtm_menu.adtm_menu_toggle_open li.advtm_menu_toggle a.adtm_toggle_menu_button span.adtm_toggle_menu_button_text {
    background-color: #ffffff; }
  #adtm_menu.adtm_menu_toggle_open table.columnWrapTable {
    display: table !important;
    width: 100% !important; }
  #adtm_menu.adtm_menu_toggle_open table.columnWrapTable tr td {
    display: block; }
  #adtm_menu.adtm_menu_toggle_open ul li.advtm_menu_toggle a.adtm_toggle_menu_button span.adtm_toggle_menu_button_text {
    color: #333333; }
  #adtm_menu.adtm_menu_toggle_open ul#menu li div.adtm_sub {
    display: none;
    position: static;
    height: auto; }
  #adtm_menu.adtm_menu_toggle_open ul#menu li div.adtm_sub.adtm_submenu_toggle_open {
    display: block; }
  #adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1 {
    display: block;
    float: none; }
  #adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1 a.a-niveau1 {
    float: none; }
  #adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1.sub a.a-niveau1 span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAFVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAASAQCkAAAABnRSTlMAHiXy6t8iJwLjAAAANUlEQVQY02MgFwgisZmMFZA4Zo5IUiLJSFKMbkZESqUoYKjDNFw5RYAYCSckW0IEULxAPgAAZQ0HP01tIysAAAAASUVORK5CYII=) no-repeat right 15px center; }
  #adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1.sub.adtm_sub_open a.a-niveau1 span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAFVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAASAQCkAAAABnRSTlMAHiXy6t8iJwLjAAAARUlEQVQY02OgKWBUAJFMYJJB1AhEChuCOSLJCkBpNxAHRBsBRVIUIJpUkhVgEmAlIKVgAFIDUgmXgkmAzXWCMqA20hgAAI+xB05evnCbAAAAAElFTkSuQmCC) no-repeat right 15px center;
    background-color: #333333;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAFVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAASAQCkAAAABnRSTlMAHiXy6t8iJwLjAAAARUlEQVQY02OgKWBUAJFMYJJB1AhEChuCOSLJCkBpNxAHRBsBRVIUIJpUkhVgEmAlIKVgAFIDUgmXgkmAzXWCMqA20hgAAI+xB05evnCbAAAAAElFTkSuQmCC) no-repeat right 15px center, linear-gradient(top, #333333, #000000); }
  .adtm_column_wrap a {
    color: #777777; }
  .adtm_column_wrap span.column_wrap_title {
    color: #333333; }
  .adtm_column_wrap span.column_wrap_title a {
    color: #333333; }
  .li-niveau1 .adtm_sub {
    background-color: #ffffff;
    background: linear-gradient(top, #ffffff, #fcfcfc);
    border-color: #e5e5e5;
    border-width: 0 1px; }
  .li-niveau1 .advtm_menu_span {
    color: #484848; }
  .li-niveau1 .advtm_menu_span:hover {
    background-color: #333333;
    background: linear-gradient(top, #333333, #000000); }
  .li-niveau1 a .advtm_menu_span {
    color: #484848; }
  .li-niveau1 a span {
    margin: 0;
    padding: 5px 10px; }
  .li-niveau1 a.a-niveau1 {
    border-color: #d6d4d4;
    border-width: 0 1px 1px; }
  .li-niveau1 a.advtm_menu_actif .advtm_menu_span {
    background-color: #333333;
    background: linear-gradient(top, #333333, #000000); }
  .li-niveau1 a:hover .advtm_menu_span {
    background-color: #333333;
    background: linear-gradient(top, #333333, #000000); }
  .li-niveau1:hover > a.a-niveau1 .advtm_menu_span {
    background-color: #333333;
    background: linear-gradient(top, #333333, #000000); } }

/******************************************
************* MEGA MENU ******************
******************************************/
.megamenu {
  position: absolute;
  top: 41px;
  width: 100%;
  min-width: 1100px;
  background-color: #fff;
  border: 1px solid #ccccd6;
  display: table;
  display: none; }

.fleche-megamenu {
  background-image: url(../img/fleche-megamenu.png);
  width: 27px;
  height: 14px;
  position: absolute;
  top: 57px;
  left: 50%;
  margin-left: -14px;
  display: block;
  display: none; }

.megamenu-image,
.megamenu-content {
  display: table-cell;
  vertical-align: top;
  height: auto; }

.megamenu-content {
  padding: 30px; }

.megamenu-content > .megamenu-title {
  font-size: 14px;
  font-family: "Playfair Display", serif;
  line-height: 23px;
  font-weight: bold;
  color: #806c59;
  text-transform: uppercase;
  margin-bottom: 20px;
  cursor: default; }

.megamenu-content > ul {
  display: inline-block;
  vertical-align: top;
  /* width: 180px; */
  padding-right: 25px; }

.megamenu-content > ul:first-child {
  padding-left: 0; }

.megamenu-content > ul:last-child {
  padding-right: 0; }

.megamenu-content > ul > li {
  /* display: block; */
  /* width: 180px; */ }

.megamenu-content > ul > li > a {
  min-width: 140px;
  display: block;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  color: #000034;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px solid #d2d5de;
  padding-bottom: 14px;
  margin-bottom: 14px;
  letter-spacing: 0;
  cursor: default; }

.megamenu-content > ul > li > ul {
  margin-bottom: 14px; }

.megamenu-content > ul > li > ul a {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 8px;
  color: #000034;
  display: inline-block; }

.megamenu .all {
  font-family: 'benchnineregular';
  color: #1e2b58;
  text-transform: uppercase;
  font-size: 16px;
  background-image: url(../img/buttonwhite.png);
  background-repeat: no-repeat;
  background-position: right 2px;
  padding-right: 28px;
  letter-spacing: 0;
  position: absolute;
  bottom: 40px;
  left: 50px; }

#menu > li:hover .megamenu,
#menu > li:active .megamenu,
#menu > li:focus .megamenu {
  display: table; }

#menu > li:hover .fleche-megamenu,
#menu > li:active .fleche-megamenu,
#menu > li:focus .fleche-megamenu {
  display: block; }

/* Menu left */
.menu-left-column {
  position: -webkit-sticky;
  position: sticky;
  float: left;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 246px;
  transition: width .3s ease;
  text-transform: uppercase; }

@media (max-width: 991px) {
  .fullstage .menu-left-column {
    visibility: hidden;
    width: 0; } }

.menu-left-column ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.menu-left-column li {
  display: block;
  margin-bottom: 10px; }

.menu-left-column a {
  font-family: "Playfair Display", serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000034; }

.menu-left-column a:hover {
  text-decoration: underline; }

.menu-left-column nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 80px 0; }

.menu-left-column nav::before,
.menu-left-column nav::after {
  line-height: .3;
  position: relative;
  top: -45px;
  display: block;
  width: 60px;
  height: 6px;
  content: url("../../../../../../themes/cafecoton/assets/svg/epingle-marron.svg");
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg); }

.menu-left-column nav::after {
  top: 30px;
  -webkit-transform: rotateZ(270deg);
  transform: rotateZ(270deg); }

.menu-left-column nav li {
  margin-bottom: 20px; }

.menu-left-column nav li ul li {
  margin-bottom: 0; }

.menu-left-column nav li ul li .menu-left-column nav a {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: bold; }

.menu-left-column nav > li > a::after {
  display: block;
  width: 20px;
  height: 1px;
  margin: 10px auto;
  content: '';
  transition: width .3s ease, -webkit-transform .3s ease;
  transition: width .3s ease, transform .3s ease;
  transition: width .3s ease, transform .3s ease, -webkit-transform .3s ease;
  background-color: #ebebed; }

.menu-left-column nav a:hover {
  text-decoration: none;
  color: #806c59; }

.menu-left-column nav a:hover::after {
  width: 60%;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear; }

.menu-left-column .social {
  margin-top: 10px; }

.menu-left-column .social li {
  display: inline-block;
  margin: 0 7px; }

.menu-left-column .social svg {
  width: 20px;
  height: 20px;
  transition: fill .3s ease;
  fill: #000034; }

.menu-left-column .social a:hover svg {
  fill: #806c59; }

.menu-left-column > ul {
  text-align: center; }

.menu-left-column nav > ul > li > a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

.menu-left-column nav ul {
  text-align: center; }

.category .menu-left-column nav ul {
  text-align: left; }

.menu-left-column nav > ul > li > ul > li > a,
.menu-left-column nav > ul > li > a {
  display: inline-block;
  margin-bottom: 5px; }

.menu-left-column nav > ul > li > ul > li:first-child > a {
  margin-top: 5px; }

.menu-left-column nav > ul > li:first-child > a {
  margin-top: 0;
  margin-top: 0; }

.menu-left-column nav > ul > li > a::after {
  display: block;
  width: 20px;
  margin: 0 auto;
  margin-top: 10px;
  content: '';
  border-bottom: 1px solid #cbcbd6; }

.category .menu-left-column nav > ul > li > a::after {
  margin: 0;
  margin-top: 10px;
  content: ''; }

.menu-left-column nav > ul > li > ul {
  display: none; }

.menu-left-column nav > ul > li.open > ul {
  display: block; }

.menu-left-column nav > ul > li.open > a::after {
  display: block;
  width: 100%;
  margin-top: 10px;
  content: '';
  border-bottom: 1px solid #cbcbd6;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear; }

.menu-left-column nav > ul > li > ul > li > a {
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 0; }

.menu-left-column nav > ul > li > ul > li > ul > li > a {
  font-weight: normal;
  text-transform: inherit; }

.menu-left-column nav > ul > li > ul > li > ul > li {
  margin-top: 5px; }

.menu-left-column li {
  font-family: "Playfair Display", serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: none; }

.menu-left-column li > a {
  color: #000034; }

.menu-left-column > nav > ul.share > li {
  display: inline-block; }

.advtm_menu_110 > a {
  color: #1e2b58;
  font-family: "Playfair Display", serif !important;
  border-bottom-color: transparent !important;
  border-top-color: #dd0747 !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-style: solid !important; }

body #adtm_menu ul#menu {
  justify-content: flex-start; }

body #adtm_menu ul#menu::before,
body #adtm_menu ul#menu::after {
  display: none; }

.ui-mobile-viewport * {
  box-sizing: border-box; }

#header * {
  box-sizing: border-box; }

#header {
  min-width: inherit;
  font-family: "Playfair Display", serif;
  height: 87px; }

#header #adtm_menu ul#menu > li.li-niveau1 a.a-niveau1 {
  font-size: 16px; }

body #adtm_menu .li-niveau1 {
  min-height: 80px; }

#header a,
#header span,
#header .megamenu-title {
  font-family: "Playfair Display", serif; }

#header .contentHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 12px 0; }

body #main {
  padding-top: 70px; }

#header .contentHeader .colG {
  width: inherit;
  margin: 0; }

#header .topheader {
  height: initial; }

#header .topheader .contentHeader {
  height: initial; }

#header .colLiens img {
  max-width: 30px;
  display: inline-block;
  margin-top: -2px; }

#header #myCart-account:first-child {
  width: inherit;
  margin-right: 40px;
  margin-left: 10px; }

#header #adtm_menu {
  left: 0 !important;
  top: 0;
  position: relative;
  order: 0;
  flex-basis: 40%;
  margin: 0;
  flex-grow: 1; }

#header .colG {
  order: 2;
  flex-basis: 20%;
  width: inherit;
  margin: 0; }

#header .colG .logo {
  margin-top: 0; }

#header .megamenu {
  left: 0 !important;
  top: 68px;
  min-width: 100vw;
  border: 0; }

#header #search_widget {
  position: relative;
  order: 4;
  right: 0;
  top: -1px;
  width: inherit;
  height: inherit;
  flex-basis: 40%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
  margin-right: 5px; }

#header #search_widget form {
  max-width: 300px;
  display: block;
  position: relative;
  width: 100%; }

#header #search_widget form input {
  width: inherit !important;
  display: block;
  background: #F6F6F6;
  color: #888;
  padding: 13px 30px 13px 10px;
  font-size: 16px;
  height: inherit;
  opacity: 0;
  transition: opacity 500ms;
  min-width: 200px; }

#header #search_widget form input.visible {
  opacity: 1; }

#header #search_widget form button {
  position: absolute;
  top: 5px;
  right: -3px;
  height: 30px;
  width: 30px;
  background-image: url("/themes/cafecoton/assets/img/picto-search.png"); }

#header #search_widget input[type='text']:focus {
  width: 100%; }

#header .firstline {
  display: none; }

#header #shopslinks_block {
  top: 0;
  position: relative;
  left: 0;
  display: none; }

#header #shopslinks_block a,
#header #shopslinks_block span {
  color: #132339; }

#header .colCompte {
  top: 0;
  position: relative;
  left: 0;
  order: 6;
  width: inherit;
  height: initial;
  display: flex;
  flex-direction: row-reverse;
  flex-basis: 40%; }

#header .colCompte a,
#header .colCompte span {
  color: #132339; }

#header .toggle-menu-container {
  display: none; }

#header .toggle-menu {
  cursor: pointer;
  background-image: url("/themes/cafecoton/assets/img/burger.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 59px; }

#header .close-menu {
  font-size: 48px;
  color: #132339;
  top: 10px;
  right: 10px;
  position: absolute;
  display: none;
  cursor: pointer;
  z-index: 99;
  line-height: 0.5; }

#header .mobile-subheader {
  display: none; }

#header #myCart-account {
  width: inherit;
  margin-right: 15px;
  margin-left: 15px;
  display: inline-block; }

#header #myCart {
  display: inline-block;
  float: none;
  text-align: center;
  width: 50px; }

#header .logo {
  display: block;
  width: 192px;
  height: 62px;
  margin: 0 auto;
  margin-top: 25px;
  text-indent: -9999px;
  background: url(https://www.cafecoton.fr/themes/cafecoton/img/logo/cafe-coton.png) no-repeat left bottom;
  position: relative;
  z-index: 1;
  background-size: contain; }

#header #myStores {
  width: inherit;
  display: inline-block;
  margin-left: 15px;
  margin-right: 10px; }

@media (max-width: 1300px) {
  #header #myStores {
    margin-left: 15px;
    margin-right: 10px; }
  #header #myCart-account {
    margin-right: 15px; } }

@media (min-width: 1200px) {
  #cart_block #cart_block_summary .ajax_cart_quantity {
    text-transform: uppercase;
    color: #132339;
    display: block !important;
    font: 12px Times New Roman;
    text-align: left;
    float: left;
    background: #e0e0e0;
    position: absolute;
    width: inherit;
    right: 5%;
    top: 27px;
    border-radius: 50%; } }

@media (max-width: 580px) {
  #header .mobile-subheader {
    display: flex;
    height: 46px; } }

@media (max-width: 700px) {
  #header #myStores {
    display: none; } }

@media (max-width: 1200px) {
  #cart_block_summary {
    display: block !important;
    font-size: 11px;
    left: -10px !important;
    position: absolute;
    text-align: center;
    top: -8px !important; }
  #header .ajax_cart_quantity {
    font-size: 12px;
    position: relative;
    top: 11px;
    right: 4px;
    background: #f5f4f4;
    border-radius: 50%; }
  #header .half {
    background: #fff; }
  #header #myStores {
    margin-left: 20px;
    margin-right: 0; }
  #header #myCart-account {
    margin-right: 20px; }
  .ui-page #newsletter_block_left {
    display: none; }
  #header #myCart {
    display: inline-block;
    min-height: 30px;
    width: 30px; }
  #header #myCart-account:first-child {
    width: inherit;
    margin-right: 10px; }
  #header .a-niveau1 {
    padding-top: 20px;
    padding-bottom: 20px; }
  #header .megamenu {
    padding: 10px 0; }
  #header .megamenu-title {
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px;
    background-color: #806c59;
    color: #fff;
    text-transform: uppercase; }
  #header .megamenu-title:hover {
    color: #fff; }
  #header .megamenu-title::after {
    content: none !important; }
  #header .colLiens img {
    margin-top: 0; }
  #header .toggle-menu-container {
    flex-basis: 40%;
    display: block;
    position: relative;
    z-index: 1; }
  #header #search_widget {
    display: none; }
  #header .colCompte .compte .colBottom .colArticles {
    position: absolute;
    right: 6px;
    bottom: -5px;
    height: 12px; }
  #header .mobile-subheader img {
    max-width: 30px;
    display: inline-block; }
  #header .mobile-subheader a {
    color: #132339;
    font-size: 16px; }
  #header .half {
    width: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 16px 20px;
    border: 1px solid #F6F6F6; }
  #header .half:first-child {
    border-right: 0; }
  #header .half a {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center; }
  #header .toggle-menu {
    display: block;
    margin-left: 20px; }
  #header .close-menu {
    display: block; }
  #header .megamenu-content {
    padding: 0; }
  #header .megamenu-content a {
    padding: 20px; }
  #header .megamenu-content > ul > li > a {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
    font-weight: 400; }
  #header .back-menu {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
    background-color: #132339;
    color: #fff !important;
    padding: 20px 0; }
  #header .back-menu:hover,
  #header .back-menu:focus {
    color: #fff; }
  #header .seeall-menu {
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
    display: block;
    color: #132339;
    padding: 15px 0; }
  #header #adtm_menu {
    position: fixed;
    left: -350px !important;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 350px;
    transition: left 500ms;
    flex-basis: 40%;
    background-color: #fff;
    z-index: 40; }
  #header #adtm_menu.active {
    left: 0 !important; }
  #header #adtm_menu ul li.li-niveau1 {
    display: block;
    width: 100%;
    padding-left: 20px; }
  #header #adtm_menu ul li.li-niveau1 > .megamenu {
    padding: 50px 0 20px; }
  #header #adtm_menu ul li.li-niveau1 a.a-niveau1 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    width: 100%;
    text-align: left !important;
    position: relative;
    padding-right: 40px;
    font-size: 16px;
    color: #132339;
    text-transform: uppercase; }
  #header #adtm_menu ul li.li-niveau1 a.a-niveau1:after {
    content: '>';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }
  #header #adtm_menu #menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #fff;
    padding: 50px 0 20px; }
  #header #adtm_menu .megamenu,
  #header #adtm_menu ul ul {
    position: fixed;
    left: -350px !important;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 0;
    height: 100%;
    width: 100%;
    max-width: 350px;
    transition: left 500ms;
    min-width: initial;
    background-color: #fff;
    z-index: 10;
    padding-left: 0; }
  #header #adtm_menu .megamenu.active,
  #header #adtm_menu ul ul.active {
        height: 100vh;
    left: 0 !important; }
  #header #adtm_menu .megamenu a,
  #header #adtm_menu ul ul a {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    padding-right: 40px;
    font-size: 14px;
    text-transform: uppercase;
    color: #132339; }
  #header #adtm_menu .megamenu a.megamenu-title,
  #header #adtm_menu ul ul a.megamenu-title {
    color: #fff;
    text-transform: uppercase; }
  #header #adtm_menu .megamenu a:after,
  #header #adtm_menu ul ul a:after {
    content: '>';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }
  #header #adtm_menu .megamenu a.back-menu::after,
  #header #adtm_menu ul ul a.back-menu::after {
    content: '<'; }
  #header #adtm_menu .megamenu li,
  #header #adtm_menu .megamenu a,
  #header #adtm_menu ul ul li,
  #header #adtm_menu ul ul a {
    display: block;
    width: 100%; }
  #header #adtm_menu .megamenu-content {
    width: 100%; }
  #header #adtm_menu .megamenu-content > ul {
    position: static;
    left: 0;
    top: 0;
    height: initial;
    padding-right: 0; }
  #header #adtm_menu .megamenu-content ul ul {
    padding: 50px 0 20px; }
  #header #adtm_menu_inner {
    height: 100%; } }

@media (max-width: 580px) {
  #header #myStores {
    margin-left: 5px;
    margin-right: 5px; }
  #header #myCart-account {
    margin-right: 3px; }
  #header #myCart-account:first-child {
    margin-right: 0; }
  #header #cart_block {
    background: none;
    border: 0;
    margin: 0;
    padding: 0; }
  #header .colCompte .compte .colBottom .colArticles {
    position: absolute;
    right: 11px;
    bottom: -5px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: transparent; }
  #header .ajax_cart_quantity {
    font-size: 12px;
    position: relative;
    top: 9px;
    right: 1px;
    background: #f5f4f4;
    border-radius: 50%; }
  #header .toggle-menu {
    height: 50px;
    width: 46px; }
  #header .colLiens img {
    max-width: 25px;
    margin-left: 5px;
    margin-right: 5px; }
  #header .logo {
    background-size: contain;
    width: 120px;
    height: 40px; }
  #header .contentHeader {
    padding: 0 0 10px; } }

.ui-mobile-viewport #header #cart_block_summary {
  display: block !important;
  font-size: 11px;
  left: -10px !important;
  position: absolute;
  text-align: center;
  top: -8px !important; }

.ui-mobile-viewport #header #myStores {
  margin-left: 20px;
  margin-right: 20px; }

.ui-mobile-viewport #header #myCart-account {
  margin-right: 20px; }

.ui-page #newsletter_block_left {
  display: none; }

.ui-mobile-viewport #header #myCart {
  display: inline-block;
  min-height: 30px; }

.ui-mobile-viewport #header #myCart-account:first-child {
  width: inherit;
  margin-right: 10px;
  vertical-align: sub; }

.ui-mobile-viewport #header .a-niveau1 {
  padding-top: 20px;
  padding-bottom: 20px; }

.ui-mobile-viewport #header .megamenu {
  padding: 10px 0; }

.ui-mobile-viewport #header .megamenu-title {
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px;
  background-color: #806c59;
  color: #fff;
  text-transform: uppercase; }

.ui-mobile-viewport #header .megamenu-title:hover {
  color: #fff; }

.ui-mobile-viewport #header .megamenu-title::after {
  content: none !important; }

.ui-mobile-viewport #header .colLiens img {
  margin-top: 0; }

.ui-mobile-viewport #header .toggle-menu-container {
  flex-basis: 40%;
  display: block;
  position: relative;
  z-index: 1; }

.ui-mobile-viewport #header #search_widget {
  display: none; }

.ui-mobile-viewport #header .colCompte .compte .colBottom .colArticles {
  position: absolute;
  right: 6px;
  bottom: -5px;
  height: 12px; }

.ui-mobile-viewport #header .mobile-subheader {
  display: flex;
  position: relative; }

.ui-mobile-viewport #header .mobile-subheader img {
  max-width: 30px;
  display: inline-block; }

.ui-mobile-viewport #header .mobile-subheader a {
  color: #132339;
  font-size: 16px; }

.ui-mobile-viewport #header .half {
  width: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 20px;
  border: 1px solid #F6F6F6; }

.ui-mobile-viewport #header .half:first-child {
  border-right: 0; }

.ui-mobile-viewport #header .half a {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center; }

.ui-mobile-viewport #header .block {
  background: transparent;
  border: 0; }

@media (min-width: 580px) {
  .ui-mobile-viewport #header #cart_block_summary {
    left: 11px !important;
    background: #fff;
    top: -8px !important;
    border-radius: 50%; }
  .ui-mobile-viewport #cart_block #cart_block_summary .ajax_cart_quantity {
    background: transparent;
    position: static; } }

.ui-mobile-viewport #header .toggle-menu {
  display: block;
  margin-left: 20px; }

.ui-mobile-viewport #header .close-menu {
  display: block; }

.ui-mobile-viewport #header .megamenu-content {
  padding: 0; }

.ui-mobile-viewport #header .megamenu-content a {
  padding: 20px; }

.ui-mobile-viewport #header .megamenu-content > ul > li > a {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  cursor: pointer;
  font-weight: 400; }

.ui-mobile-viewport #header .back-menu {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
  background-color: #132339;
  color: #fff !important;
  padding: 20px 0; }

.ui-mobile-viewport #header .back-menu:hover,
.ui-mobile-viewport #header .back-menu:focus {
  color: #fff; }

.ui-mobile-viewport #header .seeall-menu {
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  display: block;
  color: #132339;
  padding: 15px 0; }

.ui-mobile-viewport #header #adtm_menu {
  position: fixed;
  left: -350px !important;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 350px;
  transition: left 500ms;
  flex-basis: 40%;
  box-shadow: 0 0 5px 5px #f1f1f1;
  background-color: #fff;
  z-index: 40; }

.ui-mobile-viewport #header #adtm_menu.active {
  left: 0 !important; }

.ui-mobile-viewport #header #adtm_menu ul li.li-niveau1 {
  display: block;
  width: 100%;
  padding-left: 20px; }

.ui-mobile-viewport #header #adtm_menu ul li.li-niveau1 > .megamenu {
  padding: 50px 0 20px; }

.ui-mobile-viewport #header #adtm_menu ul li.li-niveau1 a.a-niveau1 {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  width: 100%;
  text-align: left !important;
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  color: #132339;
  text-transform: uppercase; }

.ui-mobile-viewport #header #adtm_menu ul li.li-niveau1 a.a-niveau1:after {
  content: '>';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%); }

.ui-mobile-viewport #header #adtm_menu #menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  padding: 50px 0 20px; }

.ui-mobile-viewport #header #adtm_menu .megamenu,
.ui-mobile-viewport #header #adtm_menu ul ul {
  position: fixed;
  left: -350px !important;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 0;
  height: 100%;
  width: 100%;
  max-width: 350px;
  transition: left 500ms;
  min-width: initial;
  background-color: #fff;
  z-index: 10;
  padding-left: 0; }

.ui-mobile-viewport #header #adtm_menu .megamenu.active,
.ui-mobile-viewport #header #adtm_menu ul ul.active {
  left: 0 !important; }

.ui-mobile-viewport #header #adtm_menu .megamenu a,
.ui-mobile-viewport #header #adtm_menu ul ul a {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  padding-right: 40px;
  font-size: 14px;
  text-transform: uppercase;
  color: #132339; }

.ui-mobile-viewport #header #adtm_menu .megamenu a.megamenu-title,
.ui-mobile-viewport #header #adtm_menu ul ul a.megamenu-title {
  color: #fff;
  text-transform: uppercase; }

.ui-mobile-viewport #header #adtm_menu .megamenu a:after,
.ui-mobile-viewport #header #adtm_menu ul ul a:after {
  content: '>';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%); }

.ui-mobile-viewport #header #adtm_menu .megamenu a.back-menu::after,
.ui-mobile-viewport #header #adtm_menu ul ul a.back-menu::after {
  content: '<'; }

.ui-mobile-viewport #header #adtm_menu .megamenu li,
.ui-mobile-viewport #header #adtm_menu .megamenu a,
.ui-mobile-viewport #header #adtm_menu ul ul li,
.ui-mobile-viewport #header #adtm_menu ul ul a {
  display: block;
  width: 100%; }

.ui-mobile-viewport #header #adtm_menu .megamenu-content {
  width: 100%; }

.ui-mobile-viewport #header #adtm_menu .megamenu-content > ul {
  position: static;
  left: 0;
  top: 0;
  height: initial;
  padding-right: 0; }

.ui-mobile-viewport #header #adtm_menu .megamenu-content ul ul {
  padding: 50px 0 20px; }

.ui-mobile-viewport #header #adtm_menu_inner {
  height: 100%; }

.ui-mobile-viewport #header .half {
  display: block;
  border: 0;
  padding: 0;
  width: 100%; }

.ui-mobile-viewport div#header a.ui-link {
  font-family: "Playfair Display", serif; }

/*  FULLSTAGE  */
.fullstage {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.fullstage *,
.fullstage *::before,
.fullstage *::after {
  box-sizing: border-box; }

.fullstage aside {
  float: left;
  width: 246px; }

.fullstage article {
  float: right;
  width: calc(100% - 246px); }

.fullstage article {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: calc(100% - 246px); }

@media (max-width: 991px) {
  .fullstage article {
    width: 100%; } }

.fullstage section {
  overflow: hidden;
  margin-bottom: 30px; }

.fullstage section img {
  width: 100%;
  height: 100%; }

.fullstage section a img {
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

.fullstage section a:hover img {
  transition: -webkit-transform 15s ease;
  transition: transform 15s ease;
  transition: transform 15s ease, -webkit-transform 15s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.third {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(33% - 7px); }

.half {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(50% - 10px); }

.third a {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  position: relative;
  display: block;
  width: 100%; }

.third a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  color: #ffffff;
  background-color: rgba(0, 0, 52, 0.8); }

.third a span::before,
.third a span::after {
  display: inline-block;
  width: 60px;
  height: 5px;
  margin-right: 8px;
  content: url(../svg/epingle.svg);
  vertical-align: text-top; }

.third a span::after {
  margin-right: 0;
  margin-left: 8px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  vertical-align: text-bottom; }

.third a:hover span {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1; }

.half.half--center a {
  position: relative;
  display: block;
  width: 100%; }

.half.half--center p {
  color: #000034;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0; }

.half.half--center .center {
  position: absolute;
  top: 25%;
  left: 25%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  width: 50%;
  height: 50%;
  text-align: center; }

.half.half--center .center strong {
  font-family: 'Lora', serif;
  font-size: 33px;
  font-weight: normal;
  padding-bottom: 15px; }

.half.half--center .center--block {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-style: italic;
  padding: 25px 50px;
  transition: box-shadow 3s ease;
  color: #000034;
  background-color: #ffffff;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2); }

.half.half--center a:hover .center--block {
  box-shadow: 0 0 150px rgba(0, 0, 0, 0.75); }

.half.half--center .center--block strong {
  font-style: italic; }

.half.half--center .center--text {
  color: #ffffff; }

.half.half--center .center--text p {
  color: #ffffff;
  font-style: italic;
  font-size: 14px; }

.half.half--center .center--text strong {
  text-transform: uppercase; }

.half.half--center .center--text img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px; }

.full {
  display: -webkit-flex;
  display: flex;
  width: 100%; }

.full .full-img,
.full .full-text {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  width: 50%; }

.full .full-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center; }

.elegance-home {
  background-color: #f0f0f2; }

.trouver-magasin {
  width: 100%; }

.full .full-text {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-grid-row-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 40px;
  text-align: center; }

.full .full-text-title {
  font-family: 'Lora', serif;
  font-size: 33px;
  font-weight: normal;
  width: 100%;
  text-transform: uppercase;
  color: #000034; }

.full .full-text-title + img {
  width: auto;
  max-width: 100%;
  height: auto; }

.full .full-text p {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-style: italic;
  width: 100%;
  color: #000034; }

.full .full-text img {
  width: auto; }

.fullstage p {
  margin-top: 0;
  margin-bottom: 0;
  color: #000034; }

.atelier .atelier-img {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }

.atelier .atelier-img:after {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  width: 60%;
  height: 20px;
  margin-right: 40px;
  content: '';
  background-color: #806c59; }

.atelier img {
  width: auto;
  height: auto; }

.atelier-txt {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 14px;
  position: absolute;
  top: 70px;
  right: 5%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 70px;
  text-align: center;
  text-transform: uppercase;
  color: #000034;
  background-color: #ffffff;
  box-shadow: -22px 22px 86px 10px rgba(0, 0, 0, 0.2); }

@media screen and (min-width: 1400px) {
  .atelier-txt {
    right: 22%; } }

.atelier-txt p {
  text-transform: initial;
  font-style: italic;
  font-size: 14px; }

.atelier-txt p:first-child {
  text-transform: uppercase;
  font-style: inherit; }

.atelier-txt strong {
  font-family: 'Lora', serif;
  font-size: 33px;
  font-weight: normal;
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  vertical-align: bottom; }

.atelier-txt strong::before,
.atelier-txt strong::after {
  font-size: 33px;
  line-height: 1;
  position: relative;
  top: 9px;
  display: inline-block;
  padding: 0 25px;
  content: '\00b7';
  color: #806c59; }

.atelier-txt em {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 14px;
  padding-bottom: 20px;
  text-transform: none; }

.atelier-txt::after {
  position: absolute;
  top: 10%;
  right: -16px;
  display: inline-block;
  width: 16px;
  height: 140px;
  margin-top: 7.5%;
  content: '';
  background-color: #0a213f; }

.excellence {
  overflow: visible;
  height: 430px;
  margin-bottom: 50px;
  margin-top: 70px; }

.fullstage .excellence {
  overflow: visible; }

.excellence,
.excellence-fond {
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100%; }

.excellence-fond {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 430px; }

.excellence-fond .big {
  width: 78%;
  background-color: #e0e1e5; }

.excellence-fond .small {
  position: absolute;
  bottom: 6%;
  left: 0;
  width: 42%;
  height: 59%;
  background-color: #000034; }

.fullstage section .excellence-deco {
  position: absolute;
  left: 5%;
  width: auto;
  height: auto; }

.excellence-pres {
  position: absolute;
  right: 4%;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 410px; }

.excellence-pres .chemise {
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  padding: 25px 50px;
  background-color: #f0f0f0; }

.excellence-pres .chemise img {
  height: auto; }

.excellence-pres .chemise--large {
  height: 100%;
  padding: 25px 60px;
  background-color: #f2f2f2; }

.excellence-text {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  width: 40%;
  max-width: 335px;
  height: 100%;
  padding: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #000034;
  background-color: #ffffff;
  box-shadow: -5px 20px 50px 2px #c0c0c0; }

.excellence-text p {
  font-size: 14px; }

.excellence-text strong {
  font-family: 'Lota', serif;
  font-size: 33px;
  font-weight: normal;
  display: block;
  padding: 0 0 10px;
  vertical-align: bottom; }

.excellence-text strong::after {
  display: block;
  width: 20%;
  height: 1px;
  margin: 20px auto 0;
  content: '';
  background-image: url(../img/dashed.png);
  background-repeat: repeat; }

.atelier-txt .btn-double {
  margin-top: 20px; }

.excellence-text em {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  width: 66%;
  margin: 0 auto;
  text-transform: none; }

.excellence-text .btn-double {
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.trouver-magasin {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10% 0;
  text-align: center;
  color: #806c59;
  background-repeat: no-repeat;
  background-size: cover; }

.trouver-magasin p {
  color: #806c59;
  font-size: 14px; }

.fullstage .trouver-magasin {
  margin-bottom: 10px;
  margin-top: 10px;
  min-height: 500px; }

.trouver-magasin strong {
  font-family: 'Lora', serif;
  font-size: 33px;
  font-weight: normal;
  width: 33%;
  text-transform: uppercase;
  color: #000034; }

.trouver-magasin strong::after {
  display: block;
  width: 33px;
  height: 10px;
  margin: 10px auto 15px;
  content: '';
  background-image: url(../img/diamond.png);
  background-repeat: repeat; }

.trouver-magasin p > strong::after {
  display: none; }

.trouver-magasin em {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  width: 33%;
  margin: 0 auto 40px;
  text-transform: none; }

.full-quel {
  position: relative; }

.quel-titre {
  font-family: 'Lora', serif;
  font-size: 33px;
  font-weight: normal;
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #000034; }

.quel-titre::before,
.quel-titre::after {
  line-height: .7;
  display: inline-block;
  width: 60px;
  height: 5px;
  margin-right: 30px;
  content: url(../svg/epingle-marron.svg);
  vertical-align: text-top; }

.quel-titre::after {
  margin-right: 0;
  margin-left: 30px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  vertical-align: text-bottom; }

.quel-item {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-style: italic;
  position: absolute;
  color: #000034;
  max-width: 160px;
  text-shadow: 0 0 1px rgba(0, 0, 52, 0.36); }

.quel-item::after {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 3px;
  content: '';
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  background-color: #806c59; }

.quel-item:hover {
  text-decoration: none; }

.quel-item:hover::after {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1; }

.owl-theme {
  clear: both;
  margin-bottom: 40px; }

.owl-theme .caption1 {
  position: absolute;
  right: 10%;
  bottom: 33%;
  left: 10%;
  padding: 20px;
  transition: opacity .3s ease;
  text-align: center;
  opacity: 0;
  color: #ffffff; }

.owl-theme .caption3 {
  position: absolute;
  bottom: 33%;
  left: 10%;
  padding: 20px;
  transition: opacity .3s ease;
  text-align: center;
  opacity: 0;
  color: #ffffff; }

.owl-theme .caption2 {
  position: absolute;
  right: 10%;
  bottom: 33%;
  padding: 20px;
  transition: opacity .3s ease;
  text-align: center;
  opacity: 0;
  color: #ffffff; }

.owl-theme .caption-text {
  margin-bottom: 40px; }

.owl-theme .caption p {
  font-family: 'Lora', serif;
  font-size: 33px;
  line-height: 1.1;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff; }

.owl-theme .caption-desc p {
  font-size: 15px;
  line-height: 1.1;
  display: inline-block;
  margin: 0;
  color: #ffffff;
  margin-bottom: 55px;
  max-width: 500px; }

.owl-theme .caption-text::before,
.owl-theme .caption-text::after {
  position: relative;
  top: -8px;
  display: inline-block;
  width: 60px;
  height: 5px;
  margin-right: 8px;
  vertical-align: text-top; }

.owl-theme .caption-text::after {
  margin-right: 0;
  margin-left: 8px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  vertical-align: text-bottom; }

.owl-theme .caption .btn-double {
  margin-top: 20px;
  color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff; }

.owl-theme .caption .btn-double::before {
  box-shadow: 0 0 0 1px #ffffff; }

.owl-theme .caption .btn-double:hover {
  color: #ffffff;
  box-shadow: 0 0 0 4px #ffffff; }

.owl-theme .owl-item.active .caption {
  opacity: 1; }

@media (max-width: 780px) {
  .owl-theme .caption1 {
    position: relative;
    right: 10%;
    bottom: 33%;
    left: 0%;
    padding: 20px;
    transition: opacity .3s ease;
    text-align: center;
    opacity: 0;
    color: #132339; }
  .owl-theme .caption3 {
    position: relative;
    right: 10%;
    bottom: 33%;
    left: 0%;
    padding: 20px;
    transition: opacity .3s ease;
    text-align: center;
    opacity: 0;
    color: #132339; }
  .owl-theme .caption2 {
    position: relative;
    right: 10%;
    bottom: 33%;
    left: 0%;
    padding: 20px;
    transition: opacity .3s ease;
    text-align: center;
    opacity: 0;
    color: #132339; }
  .owl-theme .caption-text {
    margin-bottom: 20px; }
  .owl-theme .caption p {
    font-family: 'Lora', serif;
    font-size: 19px;
    line-height: 1.1;
    display: inline-block;
    margin: 0;
    color: #132339 !important; }
  .owl-theme .caption-desc p {
    font-size: 13px;
    line-height: 1.1;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    color: #132339 !important;
    margin-bottom: 30px; }
  .owl-theme .caption-text::before,
  .owl-theme .caption-text::after {
    position: relative;
    top: -8px;
    display: inline-block;
    width: 60px;
    height: 5px;
    margin-right: 8px;
    content: url(../svg/epingle.svg);
    vertical-align: text-top; }
  .owl-theme .caption-text::after {
    margin-right: 0;
    margin-left: 8px;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    vertical-align: text-bottom; }
  .owl-theme .caption .btn-mobile {
    margin-top: 20px !important;
    color: #132339 !important;
    box-shadow: 0 0 0 1px #132339 !important;
    text-decoration: none !important; }
  .owl-theme .caption .btn-mobile::before {
    box-shadow: 0 0 0 1px #132339 !important; }
  .owl-theme .caption .btn-mobile:hover {
    color: #132339 !important;
    box-shadow: 0 0 0 4px #132339 !important; }
  .owl-theme .owl-item.active .caption {
    opacity: 1; }
  .owl-dots {
    display: none !important; } }

.owl-theme .owl-dots {
  position: absolute;
  right: 48px;
  bottom: 22px;
  display: block; }

.owl-theme .owl-dot {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 13px;
  height: 13px;
  margin-right: 11px;
  border: 1px solid #806c59;
  background-color: transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.owl-theme .owl-dot span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid #806c59;
  background-color: transparent; }

.owl-theme .owl-dot.active {
  border-color: #000034; }

.owl-theme .owl-dot.active span {
  border-color: #000034;
  background-color: #000034; }

/* STYLE.CSS */
body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.content_only #headband_cookies {
  display: none; }

.fancybox-open {
  overflow: hidden; }

#wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  text-align: left; }

hr {
  background: none !important; }

#main {
  width: 100%;
  margin: 0 auto;
  padding: 85px 0 0;
  /* Avec bimpulse */
  /*padding: 181px 0 0;*/
  /* Sans bimpulse */
  text-align: left;
  background-color: white;
  /*background:url(../img/layout/fd-main.png) no-repeat top center;*/ }

.textarea textarea {
  color: #000034; }

#main.fd {
  background: url(../img/layout/fd-main2.png) no-repeat top center; }

hr {
  visibility: visible;
  border: none;
  background: #e5e8ee; }

.mainBg {
  position: relative;
  width: 980px;
  margin: 30px auto;
  padding: 10px 0 0px 0;
  background: #ffffff; }

/*BACKGROUND mainBg*/
.mainBg:before,
.mainBg:after {
  display: table;
  content: ''; }

.mainBg:after {
  clear: both; }

/**/
#index .mainBg {
  /* padding-top: 0; */
  /* margin-top: 0; */
  margin: 0;
  padding: 0;
  background: none; }

#category .mainBg {
  margin: 0;
  padding-top: 0;
  background: none;
  background-color: transparent; }

#category_cms {
  font-size: 14px;
  float: none;
  width: 1280px;
  margin: auto;
  padding-top: 75px;
  padding-bottom: 145px;
  padding-left: 20px;
  color: #696969; }

#category_cms h1 {
  font-family: benchnineregular;
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 40px;
  color: #1e2b58; }

#category_cms p {
  font-size: 14px; }

#category_cms h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 22px;
  color: #696969; }

#category ul#fil {
  z-index: 1;
  margin: 35px 46px;
  margin-top: -10px;
  /*color: #fff;*/ }
  #category ul#fil li a {
    font-size: 16px;
    font-style: italic; }

@media screen and (max-width: 1450px) {
  #category ul#fil {
    z-index: 1;
    margin: 30px 46px;
    margin-top: 15px; } }

#category .bandeauHotPoint.full #global {
  width: 100% !important;
  background-size: cover; }

#category .bandeauHotPoint.full {
  position: relative; }

.right130 {
  margin-right: 130px; }

#category .bandeauHotPoint.full::after {
  position: absolute;
  right: -15px;
  bottom: 0;
  width: 15px;
  height: 70%;
  content: '';
  background-color: #806c59; }
  @media (max-width: 1024px) {
    #category .bandeauHotPoint.full::after {
      content: none; } }

#category .mainBg #colD .bandeauHotPoint h1,
h1.category-title {
  font: 23px/23px 'Lora';
  margin-bottom: 6px;
  padding-top: 30px;
  text-align: left;
  text-transform: uppercase;
  color: #1e2b58; }

  h1.cart-title {
  font: 23px/23px 'Lora';
  margin-bottom: 6px;
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #1e2b58; }

@media screen and (max-height: 768px) {
  #category .bandeauHotPoint.full #global {
    height: 250px !important; }
  #category .mainBg #colD .bandeauHotPoint h1,
  h1.category-title {
    padding-top: 20px; } }

#category .mainBg #colD .bandeauHotPoint img {
  width: 100%; }

#category .category-description, .category_description {
  font: 18px Times New Roman;
  font-style: italic;
  line-height: 20px;
  /*border-bottom:1px solid #dde0e7;*/
  margin-top: 5px;
  padding: 17px 19px;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  color: #806c59;
  background: #fdfeff; }

.category_description a {
  font: 13px Times New Roman;
  font-style: italic;
  line-height: 20px;
  text-decoration: underline;
  /*border-bottom:1px solid #dde0e7;*/
  margin-top: 5px;
  padding: 17px 19px;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  color: #806c59;
  background: #fdfeff; }

.category_description h2 {
  font: 15px Times New Roman;
  font-style: italic;
  line-height: 20px;
  /*border-bottom:1px solid #dde0e7;*/
  margin-top: 5px;
  padding: 17px 19px;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  color: #1e2b58;
  background: #fdfeff; }

#category .category-description-search {
  font: 30px Times New Roman;
  font-style: italic;
  line-height: 20px;
  padding-top: 27px;
  padding-bottom: 0;
  color: #806c59;
  width: 300px;
  background: #fdfeff;
  margin: auto; }

.atelier .atelier-img img {
  width: auto;
  height: auto; }

/* !IMPORTANT POUR ECRASER STYLES DEFINIS DANS LE WYSIWYG */
#category .category-description p,
#category .category-description h2,
#category .category-description span {
  font: 15px Times New Roman !important;
  font-style: italic !important;
  color: #806c59 !important;
  margin-bottom: 0;
  text-align: left !important; }

body#category {
  min-width: 980px;
  background: #ffffff; }

#category #colD {
  position: relative;
  width: 100%;
  /*background: grey;*/
  margin: auto;
  margin-left: 35px; }

@media screen and (max-width: 1480px) {
  #category #colD {
    margin-top: 80px; } }

@media screen and (max-width: 1279px) {
  #category #colD,
  #category_cms {
    box-sizing: border-box; } }

#category .head-category + #colG #elasticsearch_block_left {
  top: -57px; }

#category .head-category-search + #colG #elasticsearch_block_left {
  top: -57px; }

#category #colG {
  z-index: 15;
  float: none;
  width: 100%; }

#category .mainBg {
  box-sizing: border-box;
  width: 100%; }

/*Trier par*/
.sort-product {
  position: absolute;
  z-index: 1;
  top: 14px;
  right: 45px; }

@media screen and (max-width: 1450px) {
  .sort-product {
    position: absolute;
    top: 70px;
    right: 30px;
    z-index: 1; } }

@media screen and (max-width: 1024px) {
  .sort-product {
    top: 70px;
    right: 30px; } }

@media screen and (max-width: 920px) {
  .sort-product {
    top: 165px;
    right: 30px; } }

#category .sort-product .select {
  padding-right: 20px; }

.sort-product-content {
  width: 980px;
  /* height: 0px; */
  margin: 0 auto; }

#category .float_r {
  float: none !important; }

.sort-product-content label.float_r {
  padding: 0 !important; }

.sort-product-content #selectProductSort {
  font-family: Times New Roman;
  font-size: 13px;
  height: 34px;
  margin-left: 15px;
  padding-left: 10px;
  text-transform: uppercase;
  color: #806c59;
  border: 0; }

_:-moz-tree-row(hover), .selector1:after {
  content: '';
  background-image: url("../img/panier-moncompte-fleche2.png");
  width: 4px;
  height: 7px;
  transform: rotate(90deg);
  background-position: center;
  background-size: cover;
  z-index: 3;
  position: absolute;
  right: 30px;
  top: 13px; }

_:-moz-tree-row(hover), .sort-product-content #selectProductSort {
  -moz-appearance: none;
  text-indent: 0.01px;
  padding-right: 20px; }

.topbar-menu {
  background-color: #000034; }

.main section {
  margin-bottom: 30px; }

.topbar-menu .navbar-nav > li > a {
  font-family: Times New Roman;
  font-size: 12px;
  margin: 10px 0;
  padding: 0 10px;
  text-transform: uppercase; }

.topbar-menu .navbar-nav.pull-right > li > a {
  color: #ffffff; }

.topbar-menu .navbar-nav.pull-left > li > a {
  border-right: 1px solid #838383; }

.topbar-menu .navbar-nav.pull-left > li:last-child > a,
.topbar-menu .navbar-nav.pull-left > li:first-child > a {
  border-right: 0; }

.topbar-menu .navbar-nav.pull-left > li:first-child > a:hover,
.topbar-menu .navbar-nav.pull-left > li:first-child > a:active,
.topbar-menu .navbar-nav.pull-left > li:first-child > a:focus {
  color: #806c59; }

.topbar-menu .navbar-nav > li > a:hover,
.topbar-menu .navbar-nav > li > a:focus,
.topbar-menu .navbar-nav > li > a:active {
  color: #ffffff;
  background-color: #000034; }

#category .select {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0; }

#category label[for='selectProductSort'] {
  font-family: Times New Roman;
  font-size: 13px;
  text-transform: uppercase;
  color: #000034; }

/* End trier par*/
/*Colonnes*/
#colG,
#colD,
#colG200,
#colD720 {
  /*overflow:hidden;*/
  display: block;
  height: auto; }

#colG {
  float: left;
  clear: both;
  width: 260px; }

#colD {
  float: right;
  width: 695px;
  margin-right: 5px; }

#search #colD {
  width: auto;
  padding-left: 10px; }

/*lien*/
a.lien,
a.lien:visited {
  font-size: 14px;
  line-height: normal;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 12px 0 0;
  text-decoration: underline;
  text-transform: uppercase;
  color: #696969;
  background: url(../img/deco/fleche-gris2.gif) no-repeat right center; }

a.lien:hover {
  text-decoration: none !important; }

.encart a.lien {
  clear: left;
  background: url(../img/deco/lien.gif) no-repeat right center; }

#colD720 .identification a.lien {
  float: right;
  margin: 0 0 0 8px; }

.psab {
  position: absolute;
  right: 30px;
  bottom: 20px; }

.rel {
  position: relative;
  padding-bottom: 20px; }

a.suivant,
a.precedent {
  font: 14px/39px Arial;
  font-weight: bold;
  line-height: 39px;
  position: absolute;
  top: 0;
  display: block;
  width: auto;
  color: #1e2b58; }

a.precedent {
  z-index: 50;
  left: 0;
  padding-left: 10px;
  background: url(../img/deco/puce-precedent.gif) no-repeat left; }

a.suivant {
  right: 0;
  padding-right: 10px;
  background: url(../img/deco/puce-suivant.gif) no-repeat right; }

a.suivant:hover,
a.precedent:hover {
  color: #1d2b58; }

.colCompte {
  position: relative;
  /*background: url(../img/layout/fd-compte.jpg) no-repeat top left;*/
  float: right;
  width: 295px;
  height: 79px;
  margin-top: 10px;
  padding-right: 2px;
  background-color: transparent; }

.colCompte > img {
  float: right;
  margin-top: 0;
  margin-right: 3px; }

.colCompte .compte {
  float: right;
  /*padding-left:10px;*/
  padding-right: 20px; }

.colCompte .compte p {
  font-size: 10px;
  line-height: normal;
  margin: 0;
  color: #1e2b58; }

.colCompte .compte .colBottom {
  display: block; }

.colCompte .compte .colBottom .colLiens {
  display: block;
  height: 35px; }

.colCompte .compte .colBottom .colLiens a,
.lientop {
  font-size: 11px;
  line-height: 14px;
  display: block;
  width: 78px;
  height: 16px;
  padding: 0 0 0 4px;
  color: #1e2b58; }
  @media (min-width: 1200px) {
    .colCompte .compte .colBottom .colLiens a,
    .lientop {
      margin-top: 11px; } }

.lientop {
  float: left;
  cursor: pointer; }

/*.colCompte .compte .colBottom .colLiens a:hover, .lientop:hover {
    background:#1a2343;
    color:#fff;
}*/
.colCompte .compte .colBottom .colArticles {
  position: relative;
  display: block;
  float: left;
  float: right;
  margin-top: -5px;
  padding: 0 0 0 7px; }

.colCompte .disconnect {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 8px;
  width: 7px;
  height: 7px;
  background: url(../img/picto/cart_logout.png) no-repeat left top; }

.colCompte .disconnect a {
  font-size: 1px;
  display: block;
  width: 7px;
  height: 7px;
  text-indent: -9999px;
  background: url(../img/picto/cart_logout.png) no-repeat left top; }

.colCompte .colBottom .colArticles a.ouvrir {
  z-index: 100;
  display: block;
  float: left;
  width: 17px;
  height: 14px;
  padding: 0;
  text-indent: -9999px;
  background: url(../img/bouton/bt-panier.gif) no-repeat 0 0; }

.colCompte .colBottom .colArticles a.ouvrir:hover,
.colCompte .colBottom .colArticles a.ouvrir.active {
  background: url(../img/bouton/bt-panier.gif) no-repeat 0 -14px; }

.panierOuvert {
  position: absolute;
  top: 69px;
  right: 1px;
  display: block;
  overflow: hidden;
  width: 223px;
  height: auto; }

.panierOuvert .bt {
  display: block;
  clear: both;
  width: 223px;
  height: 10px;
  background: url(../img/layout/panier.gif) no-repeat; }

.panierOuvert .miniPanier {
  display: block;
  clear: both;
  overflow: hidden;
  width: 197px;
  height: auto;
  padding: 12px;
  border: 1px solid #dfe0e0;
  border-top: 0;
  background: #ffffff; }

.panierOuvert .miniPanier p.col1,
.panierOuvert .miniPanier p.col2,
.panierOuvert .miniPanier div.col3 {
  font-size: 11px;
  line-height: 24px;
  display: block;
  float: left;
  width: 105px;
  height: 24px;
  margin: 0;
  color: #1e2b58;
  border-bottom: 1px solid #dfe0e0; }

.panierOuvert .miniPanier p.col1 b,
.panierOuvert .miniPanier p.col2 b {
  font-size: 13px; }

.panierOuvert .miniPanier p.col2 {
  font-weight: bold;
  width: 73px;
  text-align: right; }

.panierOuvert .miniPanier div.col3 {
  width: 18px; }

/*Sousmenu*/
.sousmenu {
  position: absolute;
  top: 117px;
  left: -18px;
  display: block;
  overflow: hidden;
  width: 940px;
  height: auto;
  padding: 20px;
  border-bottom: 4px solid #1e2b58;
  background: #ffffff;
  box-shadow: 0 0 2px 2px #1e2b58;
  -o-box-shadow: 0 0 2px 2px #1e2b58; }

.ie7 .sousmenu {
  left: -20px;
  width: 942px; }

.sousmenu ul.niveau1 {
  display: block;
  float: left;
  width: 140px;
  height: 190px;
  border-right: 1px solid #dfe0e0; }

.sousmenu ul.niveau1 li,
.sousmenu ul.niveau1 li a {
  font-size: 12px;
  line-height: 22px;
  display: block;
  width: 140px;
  height: 22px;
  color: #3c3c3d; }

.sousmenu ul.niveau1 li a:hover {
  font-weight: bold;
  color: #273762; }

.sousmenu ul.niveau1 li.titre {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #273762; }

.sousmenu .photo {
  position: relative;
  display: block;
  float: right;
  width: 300px;
  height: 190px; }

.sousmenu .photo h1 {
  font-size: 18px;
  line-height: normal;
  position: absolute;
  bottom: 10px;
  left: 5px;
  display: block;
  width: 285px;
  height: 36px;
  text-transform: uppercase;
  color: #ffffff; }

.sousmenu .photo h1 span {
  font-size: 25px;
  display: block; }

.ie7 .sousmenu .photo h1 {
  bottom: 20px; }

/*Main*/
#main #contentMain {
  height: auto;
  margin: 0 auto; }

#main #contentMain h3 {
  font-family: 'Lora';
  font-size: 33px;
  display: block;
  clear: both;
  font-weight: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000034; }

#product #contentMain h3 {
  margin-top: 35px;
  margin-bottom: 15px;
  padding-left: 27px; }

#product #contentMain h3.title {
  font-size: 36px;
  font-weight: normal;
  margin: 80px 15px 17px;
  padding: 0;
  text-align: center; }

#product #contentMain h3.title span {
  font-family: 'Lora';
  font-size: 22px;
  position: relative;
  z-index: 2;
  padding-top: 5px;
  padding-left: 10px;
  text-transform: uppercase;
  padding-right: 10px;
  background: #ffffff; }

#product #contentMain h3.title span::before {
  position: absolute;
  top: 19px;
  left: -62px;
  display: inline-block;
  width: 65px;
  height: 5px;
  content: ' ';
  background-image: url("../img/epingle.png");
  background-repeat: no-repeat;
  background-position: center center; }

#product #contentMain h3.title span::after {
  position: absolute;
  top: 19px;
  right: -62px;
  display: inline-block;
  width: 65px;
  height: 5px;
  content: ' ';
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("../img/epingle.png");
  background-repeat: no-repeat;
  background-position: center center; }

#product #accessories {
  max-width: 1138px; }

#product #contentMain .sous-titre-accessoires {
  font-family: Times New Roman;
  font-size: 14px;
  font-style: italic;
  clear: both;
  margin-bottom: 40px;
  text-align: center;
  color: #000034; }

.productlist-accessores-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center; }

#cms #main #contentMain h3 {
  font: 24px Times New Roman;
  line-height: inherit;
  display: block;
  clear: both;
  height: auto;
  margin-bottom: 6px;
  padding-left: 0;
  text-transform: uppercase;
  color: #000034;
  border: none; }

#main #contentMain #articlesAccessories {
  font-family: benchnineregular;
  font-size: 22px;
  line-height: 25px;
  display: block;
  clear: both;
  height: 25px;
  margin-bottom: 20px;
  padding-left: 20px;
  text-transform: uppercase;
  color: #1e2b58; }

#product #contentMain #articlesAccessories {
  margin-top: 35px;
  margin-bottom: 15px;
  padding-left: 27px; }

#product #contentMain #articlesAccessories {
  font-size: 36px;
  font-weight: normal;
  margin: 80px 15px 17px;
  padding: 0;
  text-align: center; }

#product #contentMain #articlesAccessories:after {
  position: relative;
  z-index: 1;
  bottom: 14px;
  display: block;
  content: '';
  border-bottom: #e5e8ee solid 1px; }

#product #contentMain #articlesAccessories span {
  position: relative;
  z-index: 2;
  padding: 0 14px;
  background: #ffffff; }

#cms #main #contentMain #articlesAccessories {
  font: 21px Times New Roman;
  line-height: inherit;
  display: block;
  clear: both;
  height: auto;
  margin-bottom: 6px;
  padding-left: 0;
  text-transform: uppercase;
  color: #1e2b58;
  border: none; }

#product #contentMain h3 {
  margin-top: 35px;
  margin-bottom: 15px;
  padding-left: 27px; }

#product #contentMain h3.title {
  font-size: 33px;
  font-weight: normal;
  margin: 0px 19px 41px;
  padding: 0;
  text-align: center; }

#cms #colD720 ul {
  margin-bottom: 30px;
  margin-left: 15px;
  list-style: square; }

#cms #colD720 ul li {
  font: 14px/25px Times New Roman;
  padding-left: 6px;
  list-style-image: url(../img/list-square-blue.png); }

#cms p cite {
  line-height: 24px; }

#cms p a {
  font: 14px Times New Roman;
  font-weight: bold;
  text-decoration: none;
  color: #7f6b58; }

#cms p a:hover {
  text-decoration: underline; }

#cms .breadcrumb,
#contact .breadcrumb {
  margin: 0 auto;
  padding: 1.25rem;
  max-width: 80%; }

.autopromo {
  display: block;
  clear: both;
  height: 139px; }

ul#fil {
  left: 0;
  display: block;
  height: 25px; }

ul#fil li {
  font: 12px Times New Roman;
  line-height: normal;
  display: block;
  float: left;
  width: auto;
  height: 25px;
  margin-right: 5px;
  padding-right: 5px;
  color: #252d52;
  vertical-align: baseline; }

ul#fil li > a > span {
  vertical-align: baseline; }

#main ul#fil li:after {
  font-family: 'Lora';
  font-weight: bold;
  padding-left: 4px;
  content: '>';
  color: #7f6b58;
  position: relative;
  top: 2px;
  margin: 0; }

#main ul#fil li:last-child:after {
  content: ''; }

.breadcrumb {
  font: 16px Times New Roman;
  font-style: italic;
  color: #000034; }

.breadcrumb a {
  font-size: 16px;
  font-style: italic;
  line-height: normal;
  display: block;
  float: left;
  width: auto;
  height: 25px;
  /*background:url(../img/deco/puce-fil.gif) no-repeat 0 0;
    padding-left:7px;
    */
  margin-right: 6px;
  color: #000034; }

.breadcrumb#fil > a {
  color: #1e2b58; }

.breadcrumb .active a {
  color: #000034; }

ul#fil li a:hover,
ul#fil li a.active {
  /*background:url(../img/deco/puce-fil.gif) no-repeat 0 -25px;*/
  color: #000034; }

ul#fil li.active {
  font-size: 16px;
  font-style: italic;
  margin-right: 6px;
  padding-left: 0;
  color: #000034;
  background: none;
  position: relative;
  top: -1px; }

ul#fil li.active:after {
  content: ''; }

ul#fil li a.active {
  font-weight: bold; }

ul#fil li:first-child a {
  padding: 0;
  background: none;
  color: #000034; }

ul#fil a:nth-last-child(2) {
  color: #7f6b58; }

#product ul#fil li a {
  color: #000034; }

#product ul#fil li:last-child a {
  color: #7f6b58; }

.navigation-pipe {
  float: left;
  font-family: 'Lora';
  font-weight: bold;
  font-size: 12px;
  padding-left: 4px;
  margin-right: 8px;
  content: '>';
  color: #7f6b58;
  position: relative;
  top: 2px; }

#slideshow,
#slideshow_half {
  position: relative;
  display: block;
  width: 980px;
  height: 343px;
  margin: 20px 0 20px; }

#slideshow .slides_container,
#slideshow_half .slides_container {
  width: 980px;
  height: 343px; }

#slideshow h1,
#slideshow h2,
#slideshow a.decouvrez,
#slideshow ul.bouttons,
#slideshow_half h1,
#slideshow_half h2,
#slideshow_half a.decouvrez,
#slideshow_half ul.bouttons {
  position: absolute;
  left: 25px;
  display: block; }

#slideshow h1,
#slideshow_half h1 {
  font-size: 30px;
  top: 40px;
  color: #797979; }

#slideshow h2,
#slideshow_half h2 {
  font-size: 60px;
  top: 72px;
  color: #1d2b59; }

#slideshow a.decouvrez,
#slideshow_half a.decouvrez {
  font-size: 12px;
  font-weight: bold;
  top: 145px;
  width: auto;
  height: 15px;
  padding-right: 15px;
  color: #696969;
  background: url(../img/deco/puce-bleu.png) no-repeat right center; }

#slideshow a:hover,
#slideshow_half a:hover {
  color: #1d2b59; }

#slideshow ul.bouttons,
#slideshow_half ul.bouttons {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  width: 300px;
  height: 16px;
  color: #1d2b59; }

.ie7 #slideshow ul.bouttons li,
.ie7 #slideshow_half ul.bouttons li {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 4px; }

.ie7 #slideshow_half ul.bouttons li {
  width: 20px;
  height: 20px;
  margin-right: 11px; }

#slideshow ul.bouttons li a,
#slideshow_half ul.bouttons li a {
  position: relative;
  left: 0;
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 11px;
  text-indent: -9999px;
  background: url(../img/bouton/bts-lanceur.png) no-repeat -20px 0; }

#slideshow_half ul.bouttons li a {
  width: 20px;
  height: 20px;
  margin-right: 11px; }

#slideshow ul.bouttons li a:hover,
#slideshow ul.bouttons li.active a,
#slideshow_half ul.bouttons li a:hover,
#slideshow_half ul.bouttons li.active a {
  background: url(../img/bouton/bts-lanceur.png) no-repeat 0 0; }

a.lanceurFocus {
  position: relative;
  display: block;
  float: left;
  width: 300px;
  height: 210px; }

a.lanceurFocus img {
  display: block;
  margin-bottom: 8px; }

.ie7 a.lanceurFocus img {
  margin-bottom: 0; }

a.lanceurFocus strong {
  font-size: 25px;
  display: block;
  margin: -12px 0 -8px 8px;
  text-transform: uppercase;
  color: #141d50; }

.ie7 a.lanceurFocus strong {
  margin: -5px 0 0 8px; }

a.lanceurFocus span {
  font-size: 11px;
  line-height: normal;
  display: block;
  margin-left: 8px; }

.ie7 a.lanceurFocus span {
  margin: -13px 0 0 8px; }

a.lanceurFocus:hover,
a.lanceurFocus:hover strong {
  color: #ffffff;
  background: #1a2343; }

a.lanceurFocus:hover img {
  opacity: .6;
  background: #1a2343;
  filter: alpha(opacity=60);
  -moz-opacity: .6; }

a.lanceurFocusB {
  position: relative;
  display: block;
  float: left;
  width: 300px;
  height: 139px; }

a.lanceurFocusB.first {
  float: left;
  clear: both; }

a.lanceurFocusB strong {
  font-size: 30px;
  position: absolute;
  top: 10px;
  left: 8px;
  display: block;
  text-transform: uppercase;
  color: #222861; }

a.lanceurFocusB span {
  font-size: 18px;
  position: absolute;
  top: 36px;
  left: 10px;
  display: block;
  display: block;
  letter-spacing: .275em;
  text-transform: uppercase;
  color: #222861; }

a.lanceurFocusB b {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  position: absolute;
  top: 70px;
  left: 8px;
  display: block;
  color: #2d2a27; }

a.lanceurFocusB b.acc {
  left: 15px; }

a.lanceurFocusB em {
  font-size: 24px;
  font-style: normal;
  position: absolute;
  top: 28px;
  left: 15px;
  display: block;
  color: #1e2b58; }

/*ColD*/
#colD .bandeau {
  position: relative;
  display: block;
  width: 620px;
  height: 210px;
  margin-bottom: 18px; }

#colD .bandeau h1,
#colD .bandeau p {
  position: absolute;
  left: 20px;
  display: block;
  color: #ffffff; }

#colD .bandeau h1 {
  font-size: 50px;
  top: 20px; }

#colD .bandeau p {
  font-size: 13px;
  line-height: normal;
  top: 70px;
  overflow: hidden;
  width: 315px;
  height: auto;
  margin: 0; }

#colD .blocCombo {
  display: block;
  width: 695px;
  height: 40px;
  margin-top: 7px;
  margin-bottom: 10px;
  border-bottom: 1px solid #a4a4a4; }

#search #colD .blocCombo {
  width: auto; }

#search #colD .blocCombo p {
  float: right;
  width: 200px; }

#search #colD .blocCombo p .float_r {
  float: left !important;
  padding-top: 5px; }

#colD .blocCombo p {
  font-size: 11px;
  line-height: 27px;
  width: auto;
  height: 27px;
  /*  margin:0 12px 0 0;
    */
  color: #a5a5a5; }

#cold .bloccombo p.select {
  margin-right: 0; }

#cold .bloccombo select#selectPrductSort {
  width: 180px;
  margin: 0 0 0 10px; }

#colD .blocCombo p span {
  font: 14px Arial;
  color: #6d6b6b; }

#colD .blocCombo form label {
  font: 14px Arial;
  margin-right: 15px !important;
  color: #6d6b6b; }

#colD .blocCombo form#productsSortForm label {
  margin-right: 15px; }

#colD .blocCombo p span b {
  font-size: 16px;
  color: #273762; }

#colD .blocCombo select {
  font-size: 11px;
  width: auto;
  height: 27px;
  padding: 5px;
  color: #696969;
  border: none;
  border-top: 1px solid #dadadd;
  border-right: 1px solid #f7f7f8;
  border-bottom: 1px solid #f7f7f8;
  border-left: 1px solid #dadadd;
  background: #e8e8e8;
  background: #f3f3f6; }

.ie7 #colD .blocCombo select {
  margin-top: 4px; }

#colD .blocPag {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  height: 39px;
  border-top: 1px solid #d5d5d6; }

#colD .blocPag a.lien,
#colD .blocPag a.retour {
  margin: 13px 0 0; }

#colD .blocPag p.pagination {
  font-size: 12px;
  line-height: 39px;
  position: absolute;
  left: 0;
  display: block;
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 2px;
  text-align: center;
  color: #696969; }

#colD .blocPag p.pagination a {
  font-size: 14px;
  font-weight: bold;
  line-height: 39px;
  padding: 0 2px;
  padding: 0 5px 0 3px;
  text-align: center;
  color: #696969;
  border-right: 1px solid #696969; }

#colD .blocPag p.pagination a:hover,
#colD .blocPag p.pagination a.active {
  color: #1d2b58; }

#colD720 {
  float: right;
  width: 720px;
  min-height: 250px;
  padding-top: 41px;
  padding-right: 10px; }

#colD720 h1 {
  font-size: 33px;
  font-weight: normal;
  font-family: Times New ROman;
  line-height: 1.1;
  display: block;
  text-transform: uppercase;
  color: #000034;
  margin-bottom: 30px; }

#colD720 h2,
.fiche.sendtoafriend h2 {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.1;
  display: block;
  clear: left;
  height: 22px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #586595;
  color: #1e2b58;
  border-bottom: 1px solid #dfe0e0; }

#colD720 h2 span {
  width: 565px; }

#colD720 h2.titres {
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  display: block;
  clear: both;
  height: auto;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #3a3a3a;
  border-bottom: none; }

#colD720 h2.titres.bottom {
  margin-bottom: 0; }

#colD720 h2.soustitres {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  display: block;
  clear: both;
  height: auto;
  margin-bottom: 15px;
  text-transform: initial;
  color: #3a3a3a;
  border-bottom: none; }

#colD720 h1 span,
#colD720 h2.gris,
#colD720.wysiwyg h2 {
  font-size: 23px;
  font-style: italic;
  font-weight: normal;
  display: block;
  clear: both;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000034;
  border: none;
  height: auto; }

#colD720.wysiwyg h2 {
  font-size: 34px;
  font-weight: normal;
  line-height: initial;
  display: block;
  margin-bottom: 20px;
  color: #1e2b58;
  font-style: normal; }

#colD720.wysiwyg .sous-titre {
  font: 16px Arial;
  line-height: 15px;
  margin-bottom: 15px;
  color: #1e2b58; }

#colD720.wysiwyg .texte-quotes {
  font: italic normal 18px Georgia;
  color: #8c8c8c; }

.wysiwyg p a {
  text-decoration: underline; }

.wysiwyg p a:hover {
  text-decoration: none; }

#colD720 h4 {
  font-size: 25px;
  font-weight: normal;
  display: block;
  display: block;
  clear: both;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #000034; }

#cms #colD720 h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000034; }

#colD720 p {
  font: 14px Times New Roman;
  line-height: normal;
  line-height: 16px;
  display: block;
  color: #000034; }

#cms #colD720 p {
  line-height: 20px; }

#colD720 p span.price {
  font-family: 'Lora';
  font-size: 25px;
  color: #1e2b58; }

#colD720 p.gris {
  font-size: 14px;
  color: #838383; }

#colD720 p.gris2 {
  font-size: 12px;
  margin: 0;
  color: #838383; }

#colD720 a.liens {
  text-decoration: underline;
  color: #686868; }

#colD720 a.liens:hover {
  color: #1e2b58; }

/*Produits*/
.produitListe {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  width: 235px;
  height: 428px;
  margin-right: 15px;
  margin-bottom: 14px;
  color: #696969;
  background: white; }

.search .produitListe {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  width: 235px;
  height: 443px;
  margin-right: 15px;
  margin-bottom: 14px;
  color: #696969;
  background: white; }

.search .not-found {
  width: 300px;
  margin: auto;
  padding: 50px;
  font-size: 24px; }

.produitListe > a {
  display: block; }

.produitListe > a > div {
  /*la description*/
  height: 25px; }

.produitListe > a > .produitListe-hover {
  position: absolute;
  top: -370px;
  overflow: hidden;
  width: 235px;
  height: 294px;
  background: white; }

#product .produitListe > a > .produitListe-hover {
  top: -210px; }

#category .produitListe .produitListe-hover-buttons {
  height: 40px; }

.produitListe .produitListe-hover-buttons {
  position: absolute;
  top: 90px;
  left: 25px;
  display: block;
  overflow: hidden;
  zoom: 1;
  width: 180px;
  height: 82px;
  opacity: 0;
  filter: alpha(opacity=0); }

.produitListe .produitListe-hover-buttons * {
  -webkit-filter: inherit;
  filter: inherit; }

.produitListe.big {
  display: block;
  width: 219px;
  height: 295px; }

.produitListe.big > .produitListe-hover {
  width: 240px; }

.produitListe > a > img {
  width: 100%;
  height: 205px; }

.produitListe > a > div.image-product {
  position: relative;
  overflow: hidden;
  height: 294px; }

.produitListe > a > div.image-product > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

#product .colD {
  box-sizing: border-box; }

#product .produitListe > a > div.image-product > img {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto; }

#product .produitListe > a > div.image-product {
  height: 300px;
  margin-bottom: 15px; }

#product .produitListe > a > .produitListe-hover {
  width: 240px;
  height: 210px; }

#product .produitListe > a > .produitListe-hover > img {
  margin: auto; }

.produitListe img {
  display: block;
  width: 100%; }

.produitListe a strong {
  font: 10px Times New Roman;
  font-weight: bold;
  display: block;
  width: 180px;
  margin: auto;
  padding-top: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #1e2b58;
  height: 50px; }

.produitListe span,
.produitListe i {
  font-size: 12px;
  /*display:block;*/
  line-height: normal;
  width: 180px;
  margin: auto;
  text-align: center; }

.produitListe span {
  color: #1e2b58; }

.produitListe span.price {
  font: 24px 'Lora';
  margin-left: 25px;
  color: #806c59; }

.produitListe span.price,
.produitListe span.price #productPrice {
  font: 21px 'Lora';
  width: 100%;
  display: block;
  margin-left: 0;
  text-align: center;
  color: #806c59; }

.produitListe span.price .OldPrice {
  line-height: 25px;
  margin-right: 0;
  margin-left: 0;
  color: #1e2b58;
  text-decoration: line-through;
  font-weight: 400; 
  display: inline-block;
  text-align: center; }

.produitListe span.price {
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center; }

.produitListe span.price #productPrice {
  margin: 0; }

.produitListe:hover {
  /*border:1px solid #1a2343;
    color:#fff;
        background-color: #1a2343;*/ }

.produitListe:hover strong,
.produitListe:hover a {
  /*color:#838383;*/
  color: #1e2b58; }

/*.produitListe:hover img {

    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity: 0.6;
}*/
.produitListe:hover span {
  /*color:#bdc3da;*/ }

a.produitListe:hover {
  background-color: #1a2343; }

.produitListe .produitListe-hover-buttons > a#more_informations {
  font: 13px/40px Times New Roman;
  position: absolute;
  bottom: 0;
  display: block;
  width: 180px;
  height: 40px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background: #806c59; }

/*#product .produitListe .produitListe-hover-buttons>a#more_informations {
       background-color:#1e2b58;
}*/
#product .produitListe .produitListe-hover-buttons {
  left: 7px; }

.produitListe .produitListe-hover-buttons a.bouton,
#submitNewMessage {
  font-family: benchnineregular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size-adjust: none;
  font-stretch: normal;
  line-height: 40px !important;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 180px;
  height: 40px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: white !important;
  background: url("../img/panier-commander-fleche.png") no-repeat scroll 145px 15px #7f6b58;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  -webkit-font-language-override: normal;
  font-language-override: normal;
  font-synthesis: weight style; }

/* produitListe sur page produit cafecoton2015 */
#product .produitListe {
  margin-right: 0;
  margin-left: 20px; }

#product .produitListe.big {
  float: none;
  width: 180px;
  height: 468px; }

#product .produitListe > a > .produitListe-hover {
  width: 220px;
  height: 355px; }

#product .produitListe > a > .produitListe-hover {
  top: -355px; }

#product .produitListe span.price #productPrice,
#product .produitListe span.price .OldPrice {
  display: inline;
  float: none;
  width: auto; }

#product .produitListe a strong {
  font: 13px Times New Roman;
  font-weight: normal; }

#product .produitListe > a > div {
  height: 17px; }

#product .produitListe .produitListe-hover-buttons {
  top: 50%;
  left: 0;
  margin-top: -17px; }

/* end produitListe sur page produit cafecoton2015 */
#product {
  background: #ffffff; }

#product-sidebar {
  display: inline-block;
  width: 980px;
  margin-top: 20px;
  vertical-align: top; }

.autopromo-product-sidebar img {
  width: 100%;
  height: auto;
  max-height: 207px; }

.autopromo-product-sidebar {
  float: left;
  width: 455px;
  height: 207px; }

.questions {
  font-size: 14px;
  float: left;
  width: 455px;
  height: 148px;
  margin-right: 12px;
  margin-bottom: 10px;
  padding: 29px;
  color: #ffffff;
  background: #1e2b58; }

.questions p {
  margin: 4px 0 7px; }

.questions a {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff; }

.questions .title {
  font-family: benchnineregular;
  font-size: 36px;
  display: block;
  margin-top: 5px;
  margin-bottom: 18px;
  text-transform: uppercase;
  background: url("../img/deco/questions.png") no-repeat right 4px; }

.questions ul li {
  padding-right: 31px;
  padding-bottom: 10px; }

#btn-plus-products {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  right: 100px;
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 230px;
  /* margin-right: 0px; */
  padding: 16px 28px;
  cursor: pointer;
  transition: box-shadow .15s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #0a213f;
  box-shadow: 0 0 0 1px #0a213f; }

#btn-plus-products::before {
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  content: '';
  box-shadow: 0 0 0 1px #0a213f; }

#btn-plus-products:hover {
  color: #0a213f;
  background-color: transparent;
  box-shadow: 0 0 0 4px #0a213f; }

#btn-plus-products.disabled {
  cursor: default;
  pointer-events: none; }

#category #colD #pagination {
  display: none; }

.btn-plus-products-count {
  font-family: Times New Roman;
  font-size: 13px;
  font-style: italic;
  margin-top: 12px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #806c59; }

.produitListe .bouton:hover,
.produitListe:hover .bouton {
  color: #ffffff; }

.produitListe p {
  font: 10px Tahoma;
  line-height: 12px;
  margin: 4px 0 10px 15px;
  padding: 0 10px;
  color: #6d6b6b; }

.new {
  line-height: 10px;
  position: absolute;
  top: 193px;
  left: -3px;
  height: 13px;
  padding: 6px 0 0 2px;
  background: url(../img/layout/fd-nouveau.png) no-repeat; }

.new {
  top: 193px; }

.new b {
  display: block;
  float: left;
  height: 13px;
  padding: 0 5px 0 0;
  background: url(../img/layout/fd-nouveau1.png) no-repeat right; }

.new span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px !important;
  display: block;
  float: left;
  height: 12px;
  margin: 0 !important;
  padding: 1px 4px 0;
  text-transform: uppercase;
  color: #ffffff !important;
  background: #b63536; }

/*
a.produitListe.big b{
        top:211px;
}
*/
a.produitListe.big b {
  top: 219px; }

#product .fiche {
  display: block;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 1015px;
  float: left;
  margin-top: 32px;
  min-height: 834px;
  background: white;
  z-index: 1; }

.fiche {
  position: relative;
  display: block;
  width: 978px;
  height: auto;
  margin-bottom: 8px;
  padding: 0 0 0 0; }

.ie7 .fiche {
  padding: 20px 0 5px 20px; }

.fiche h1 {
  font: 16px Times New Roman;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000034; }

#product .fiche h1 {
  position: relative;
  margin-bottom: 56px;
  text-align: center;
  text-transform: uppercase; }

.ean {
    text-transform: none;
    display: block;
    font-size: 12px;
    width: 115px;
    margin: auto;
    color: #000034; }

#product .fiche h1::after {
  position: absolute;
  bottom: -24px;
  left: 45%;
  width: 33px;
  height: 8px;
  content: '';
  background-image: url("../img/picto-vague.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

#thumbs_list_frame li a {
  display: block; }

.fiche.content_only h1 {
  width: auto;
  text-shadow: 0 0 0; }

.fiche h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #838383; }

.fiche h1,
.fiche h2 {
  font-weight: normal;
  display: block; }

.fiche .photo {
  position: relative;
  display: block;
  float: left;
  width: 525px;
  padding: 0 0 0; }

.zoomable {
  overflow: hidden; }

.zoomable img {
  max-width: 100%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 100%;
  height: 100%; }

.zoomable {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  height: 100%; }

.unzoomable {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  height: 100%; }

.fiche .photo a.zoom {
  position: absolute;
  /*background: url(../img/picto/zoom.gif) no-repeat;*/
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 489px;
  height: 834px;
  text-indent: -9999px; }

.fiche .photo > a > img,
.fiche .photo > a > div > img {
  width: 489px;
  height: 834px; }

.fiche #add_to_cart input.bouton {
  font-size: 16px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  background-color: #000034;
  color: #fff;
  padding: 18px 50px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #000034; }

.fiche #add_to_cart input.bouton:hover {
  box-shadow: 0 0 0 4px #000034;
  color: #000034;
  background-color: #fff; }

.fiche.content_only #add_to_cart input.bouton {
  margin-top: 4px; }

.fiche img {
  display: block; }

.fiche .colD {
  position: relative;
  position: relative;
  display: block;
  /*height:460px;*/
  float: left;
  box-sizing: border-box;
  width: 490px;
  padding: 10px 0 0;
  /*box-shadow: -10px 40px 60px -20px #cfcfcf;
    -o-box-shadow: -10px 40px 60px -20px #cfcfcf;*/ }

.fiche .colD .warning_inline {
  margin-bottom: 20px; }

.fiche .colD::after {
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 40%;
  content: '';
  background-color: #7f6b58; }

#product .fiche .colD {
  padding: 38px 38px 65px 38px;
  background-color: #fff;
  position: relative; }

.product-images-container {
  left: 4px;
  bottom: 11px;
  z-index: 2;
  opacity: 0;
  transition: opacity .2s linear; }

.less-pics {
  position: absolute;
  bottom: 55px;
  right: 20px;
  font-size: 18px;
  color: #fff; }

.less-pics:hover {
  color: #fff; }

.zoom-container .product-images-container {
  opacity: 1;
  display: none; }

.product-images-container .more-pics {
  color: #fff;
  font-family: Times New Roman;
  font-weight: bold;
  background-color: #fff;
  text-transform: uppercase;
  display: none;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  padding-left: 30px;
  position: relative; }

.product-images-container .more-pics:before {
  content: '';
  height: 7px;
  width: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/fleche_haut-white.png);
  position: absolute;
  left: 10px;
  top: 12px; }

.zoom-container .product-images-container .more-pics {
  display: block; }

.product-images-container .images {
  position: fixed;
  left: 0;
  height: 100px;
  padding: 0 30px;
  width: calc(100% - 60px);
  background-color: rgba(241, 240, 240, 0.95);
  transition: bottom .2s linear, opacity .2s linear; }

.product-images-container .images.transparent {
  bottom: -80px;
  transition: bottom .2s linear, opacity .2s linear; }

.product-images-container .images.opaque {
  bottom: 0;
  transition: bottom .2s linear, opacity .2s linear; }

.fiche.content_only .colD {
  width: 402px;
  padding: 0; }

.produitListe > a .etiquette-produit {
  background: rgba(255, 255, 255, 0.8);
  max-width: 150px;
  display: block;
  text-align: center;
  margin: 0 auto;
  height: inherit;
  padding: 10px 20px; }

.fiche .colD p {
  font: 14px Times New Roman;
  font-style: italic;
  line-height: normal;
  margin: 2px 0 0 0;
  color: #000034; }

.fiche .colD p#quantity_wanted_p {
  margin-top: 0; }

.fiche .colD .error {
  color: #ba4848; }

#product .description .desc {
  max-height: 500px;
  margin-top: 1px;
  margin-bottom: 15px;
  padding-bottom: 4px;
  transition: max-height 1s ease; }

#product .description p:first-child {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin-left: 0;
  margin-bottom: 32px;
  text-align: center; }

#product .description.open .desc {
  overflow: hidden;
  max-height: 30px;
  transition: max-height .25s ease; }

#block_readmore {
  padding-bottom: 25px; }

a#readmore {
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 9px;
  padding-right: 13px;
  color: #1e2b58;
  background: url("../img/deco/puce-h1a.gif") no-repeat scroll right 5px/7px auto rgba(0, 0, 0, 0); }

a#readmore.clicked {
  background-image: url("../img/deco/puce-h1.gif"); }

a#readmore.clicked #moreinfo {
  display: block; }

a#readmore #moreinfo,
a#readmore.clicked #lessinfo {
  display: none; }

#product .fiche.content_only .description {
  margin-bottom: 4px;
  border: none; }

#attributes .blocs {
  position: relative; }

.fiche.content_only .colD #quantity_wanted_p input#quantity_wanted {
  height: 20px; }

.fiche.content_only .colD p#add_to_cart {
  height: 64px;
  margin-top: 9px;
  margin-top: 9px;
  padding-top: 16px;
  padding-top: 16px;
  padding-bottom: 25px;
  border-top: 1px solid #dfe0e0;
  border-top: 1px solid #dfe0e0;
  border-bottom: 1px solid #dfe0e0; }

.fiche #attributes {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 25px;
  transition: margin ease-out .2s; }

.fiche.zoom-container #attributes {
  margin-bottom: 20px; }

.fiche #attributes label {
  position: absolute;
  bottom: -22px;
  left: 46px;
  color: #000034;
  cursor: inherit;
  display: none; }

#quantity_wanted_p > label {
  left: 46px; }

#attributes > div:nth-child(2) > label {
  left: 53px; }

.fiche .description p {
  margin-bottom: 5px;
  text-align: justify; }

.blocs p {
  clear: left; }

.blocs p#add_to_cart {
  clear: none; }

.fiche .colD p em {
  font-style: normal;
  display: block;
  margin-bottom: 10px; }

.fiche .colD p strong {
  font-size: 25px;
  display: block;
  color: #1d2b58; }

.fiche .colD strong#productPrice {
  font: 48px 'Lora';
  position: relative;
  display: inline-block;
  color: #7f6b58; }

.fiche .colD strong#productPrice::before {
  position: absolute;
  top: 25px;
  left: -78px;
  display: inline-block;
  width: 65px;
  height: 5px;
  content: ' ';
  background-image: url("../img/epingle.png");
  background-repeat: no-repeat;
  background-position: center center; }

.fiche .colD strong#productPrice::after {
  position: absolute;
  top: 25px;
  right: -78px;
  display: inline-block;
  width: 65px;
  height: 5px;
  content: ' ';
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("../img/epingle.png");
  background-repeat: no-repeat;
  background-position: center center; }

#last_quantities {
  color: #ba4848;
  text-align: center; }

.fiche .colD .special {
  font-size: 11px;
  position: relative;
  top: 0;
  display: block;
  float: right;
  width: 124px;
  height: 87px;
  padding: 15px 10px 10px 10px;
  color: #2d2a27;
  background: url(../img/layout/fd-special.jpg) no-repeat; }

.ie7 .fiche .colD .special {
  height: 93px;
  margin: 0;
  padding: 15px 10px 10px 10px;
  color: #1e2b58; }

.fiche .colD .special b {
  font-size: 21px;
  color: #1e2b58; }

.fiche .colD .special strong {
  font-size: 40px;
  margin: -3px 0 0;
  color: #1e2b58; }

.fiche .colD .special i {
  font-size: 11px;
  font-style: inherit;
  margin: -2px 0 0;
  color: #2d2a27; }

.special b,
.special i,
.special strong {
  display: block;
  clear: left;
  text-align: center; }

.special:hover strong {
  color: #5c6996 !important; }

.fiche .colD #attributes .blocs {
  float: left;
  margin-right: 2px; }

.colors {
  display: block;
  float: left; }

.fiche .colD .blocs a.tailles {
  font: 14px arial;
  line-height: 36px;
  display: block;
  float: left;
  width: 118px;
  height: 36px;
  text-decoration: none;
  color: #1e2b58; }

/**BOUTON GUIDE DES TAILLES*/
#product .fiche .colD .blocs a.tailles > span:first-child {
  position: absolute;
  padding: 8px 8px;
  color: white;
  background-color: #6c6c6c; }

#product .fiche .colD .blocs a.tailles {
  font-weight: 700;
  position: relative;
  width: 151px;
  height: 31px;
  margin-top: 10px;
  margin-bottom: 19px;
  margin-left: 0; }

#product .fiche .colD .blocs a.tailles:after {
  position: absolute;
  right: 13px;
  bottom: 10px;
  width: 0;
  height: 0;
  content: '';
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #6c6c6c; }

/**END BTN GUIDE DES TAILLES*/
.fiche .colD label {
  font: 12px Times New Roman;
  line-height: 46px;
  display: block;
  float: left;
  height: 36px;
  margin-right: 22px;
  cursor: pointer;
  color: #6d6b6b; }

.fiche .colD > #buy_block > .blocs {
  float: right; }

.fiche .colD select {
  font-family: 'Lora';
  font-size: 13px;
  width: auto;
  width: 133px;
  height: 36px;
  margin: 5px 0 0 0;
  padding: 5px;
  padding-top: 8px;
  padding-right: 7px;
  padding-bottom: 8px;
  color: #000034;
  border: 1px solid #dedede;
  background: #ffffff;
  box-shadow: none;
  border-radius: 0;
  -moz-appearance: menulist;
  -webkit-appearance: menulist; }

.product-quantity .btn-touchspin {
  height: 1.238rem; }

.fiche #productPriceContent {
  float: left;
  width: 205px;
  margin-top: 75px;
  transition: margin ease-out .2s; }

.insteadof {
  text-align: center; }

.fiche.zoom-container #productPriceContent {
  margin-top: 10px;
  margin-bottom: 5px; }

.fiche #productPriceContent + p span {
  font-weight: bold;
  color: #1e2b58;
  text-align: center; }

#product .fiche #productPriceContent {
  float: none;
  width: auto;
  padding-bottom: 15px;
  text-align: center; }

.fiche.content_only #productPriceContent {
  margin-top: 24px; }

.fiche.content_only .colD p strong#productPrice {
  font-size: 27px; }

#product .fiche .colD #quantity_wanted_p input#quantity_wanted {
  height: 21px; }

.fiche .colD #quantity_wanted_p input#quantity_wanted {
  font-size: 11px;
  float: left;
  width: auto;
  width: 96px;
  height: 36px;
  margin: 5px 0 0 0;
  padding: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #696969;
  border-top: 1px solid #dedede;
  border-right: 0 solid white;
  border-bottom: 0 solid white;
  border-left: 1px solid #dedede;
  background: #f3f3f6; }

.horaires tr td {
  font-size: 11px;
  padding: 2px 4px; }

.fiche .colD select option {
  padding-right: 10px; }

.inputext,
input.select,
select.select {
  font-size: 11px;
  float: left;
  width: 60px;
  height: 18px;
  margin: 5px 0 0;
  padding: 5px;
  color: #696969;
  background: none repeat scroll 0 0 #e8e8e8; }

.select {
  width: 60px;
  height: auto; }

.ie7 .fiche .colD select {
  margin: 10px 0 0 0; }

.ie7 .fiche .colD input.bouton,
.fiche .colD input.bouton:visited {
  width: 200px; }

.ui-tabs .ui-tabs-panel {
  line-height: 18px; }

.fiche .vues {
  display: block;
  clear: left;
  padding: 10px 0 0; }

#thumbs_list_frame li {
  position: relative;
  display: list-item;
  float: left;
  padding-bottom: 5px;
  padding-top: 5px;
  height: 115px;
  margin-left: 12px;
  border: #ebedf2 solid 1px;
  background: white; }

#thumbs_list_frame li.selected a:before,
#thumbs_list_frame li.selected a:after {
  position: absolute;
  top: -11px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -9px;
  content: '';
  border-width: 0 9px 10px 9px;
  border-style: solid;
  border-color: transparent transparent #a6abbd transparent; }

#thumbs_list_frame li.selected a:after {
  top: -10px;
  border-color: transparent transparent #ffffff transparent; }

#thumbs_list_frame li.selected {
  border: #a6abbd solid 1px; }

#thumbs_list_frame li a img {
  display: block;
  width: 66px;
  height: auto;
  margin: auto;
  text-align: center; }

.vues .autresVues {
  font-size: 14px;
  display: block;
  height: 18px;
  margin-bottom: 10px;
  color: #696969;
  border-bottom: 1px solid #cccccc; }

.fiche .colD a.links,
.fiche .colD div.links {
  font-size: 14px;
  line-height: 24px;
  display: block;
  height: 24px;
  color: #696969;
  border-bottom: 1px solid #cccccc; }

.fiche .colD a.links.print {
  margin-top: 10px;
  border-top: 1px solid #cccccc;
  background: url(../img/picto/print.gif) no-repeat right top; }

.fiche .colD a.links.print:hover {
  color: #1e2b58;
  background: url(../img/picto/print.gif) no-repeat right bottom; }

.fiche .colD a.links.envoyer {
  clear: left;
  background: url(../img/picto/mail.gif) no-repeat right top; }

.fiche .colD a.links.envoyer:hover {
  color: #1e2b58;
  background: url(../img/picto/mail.gif) no-repeat right bottom; }

#msgNewsletter.valid {
  font-size: 12px;
  color: #4c8a3c; }

#msgNewsletter.error {
  font-size: 12px;
  color: #ba4848; }

.fiche .colD a.links {
  font: 16px benchnineregular;
  line-height: 40px;
  width: 187px;
  height: 40px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border: none;
  background: url(../img/fleche_big.png) no-repeat right center #1e2b58; }

.fiche #link-description {
  float: left;
  background-position: 164px 15px; }

.fiche #link-entretien {
  float: right;
  background-position: 164px 15px; }

.fiche p.stock {
  font: 14px Times New Roman;
  line-height: 50px;
  display: block;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 50px;
  padding-left: 90px;
  text-align: left;
  color: #1e2b58; }

#product a#book_in_shop {
  font-weight: bold;
  position: relative;
  display: block;
  margin-top: 19px;
  text-align: center;
  color: #1f2a53; }

.description_reserver {
  font-weight: bold;
  line-height: 1.4;
  display: block;
  float: right;
  margin-top: 23px;
  margin-right: 25px;
  padding-left: 25px;
  color: #1e2b58;
  background-image: url(../img/picto/picto_achat.png);
  background-repeat: no-repeat;
  background-position: left; }

#product a#book_in_shop span {
  font: 14px Arial;
  font-weight: bold;
  display: block;
  margin-top: 23px;
  padding-top: 10px;
  padding-left: 70px;
  text-align: left;
  color: #1e2b58;
  border-top: 1px solid #d9d9d9; }

#product a#book_in_shop span:before {
  position: relative;
  top: 3px;
  left: -8px;
  display: inline-block;
  width: 19px;
  height: 16px;
  content: '';
  background: url("../img/shop.png") no-repeat scroll 0 0; }

#product .fiche p.stock {
  font-style: italic;
  margin-top: 50px;
  margin-bottom: 0;
  transition: margin ease-out .2s; }

#product .fiche.zoom-container p.stock {
  margin-top: 10px; }

.fiche p.livraison {
  font-size: 12px;
  width: auto;
  text-align: center;
  color: #ba4848; }

.fiche p.livraisonGratuite {
  top: 27px; }

.price.ajax_block_cart_total {
  font-size: 41px; }

/*Onglets*/
#tabs {
  margin-top: 20px;
  padding: 0; }

#product #tabs {
  background: white; }

ul.onglets,
.ui-tabs .ui-tabs-nav {
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 56px;
  padding: 0;
  border-bottom: 1px solid #000034; }

ul.onglets.border {
  border-top: 1px solid #d9d9d9; }

ul.onglets li,
.ui-tabs .ui-tabs-nav li {
  position: relative;
  float: left;
  text-align: center;
  /* border-right: 2px solid #e5e8ee;
       border-top: 2px solid #e5e8ee;
       border-bottom: 2px solid #e5e8ee;*/ }

.display-none {
  display: none; }

/*
ul.onglets li:first-child{
       border-left: 2px solid #e5e8ee;
}

ul.onglets li.active{
       border-bottom: 1px solid #fff;
       border-top: 3px solid #1e2b58;
}*/
ul.onglets li a,
.ui-tabs .ui-tabs-nav li a {
  font: 18px 'Lora';
  font-weight: bold;
  position: relative;
  top: 1px;
  display: inline-block;
  padding: 15px;
  text-transform: uppercase;
  color: #000034; }

ul.onglets li a:hover,
ul.onglets li.active a {
  position: relative;
  top: 1px;
  display: inline-block;
  padding: 15px;
  color: #000034;
  border: 1px solid #000034;
  border-bottom: 1px solid #ffffff; }

ul.onglets li a:hover,
ul.onglets li a.active,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  /*color:#1e2b58;
    background:url(../img/deco/fleche-onglets.gif) no-repeat right bottom;*/ }

ul.bullet,
.ui-tabs-panel ul,
#tabs div ul,
ul.tree,
#sitemap_content ul {
  margin: 10px 0; }

ul.bullet li,
.ui-tabs-panel ul li,
#tabs div ul li,
ul.tree li,
#sitemap_content ul li {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 0 0 0 8px;
  background: url("../img/deco/puce-suivant.gif") no-repeat scroll 0 -11px transparent; }

.ui-tabs-panel ul li,
#tabs div ul li {
  background: none; }

ul.tree ul,
#sitemap_content ul ul {
  margin: 10px 0 20px 25px; }

.tree_top {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 5px; }

.categTree,
.sitemap_block {
  float: left;
  width: 320px;
  padding: 10px 20px 0 0; }

.contentonglets {
  display: block;
  overflow: hidden;
  height: auto;
  padding: 20px; }

.contentonglets ul li {
  font-size: 11px;
  display: block;
  padding: 3px 0;
  color: #6d6b6b; }

#category #colG .selection {
  position: relative; }

/*ColG*/
#colG .selection {
  /*width:260px;
    height:auto;
    overflow:hidden;
    border-top:8px solid #28365d;
    /*padding:10px;
    _padding:10px 10px 0 10px ;*/
  /*margin-bottom:20px;*/ }

/*.filet {background:url(../img/layout/sep.gif) repeat-y 130px 0;
}*/
#colG .selection .cols {
  position: relative;
  float: left;
  height: 40px;
  padding-top: 20px;
  padding-right: 35px;
  padding-left: 15px;
  cursor: pointer;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent; }

#colG .selection .cols .fleche_bas {
  position: absolute;
  top: 26px;
  right: 15px;
  display: block;
  width: 9px;
  height: 6px;
  background: url("../img/bouton/filter-bas2.png") no-repeat; }

/*
#colG .selection .cols.hover .fleche_bas {
        top:23px;
}

#colG .selection .cols.hover {
        border-bottom:1px solid white;
        border-right: 1px solid #e5e8ee;
        border-left:1px solid #e5e8ee;
        border-top:3px solid #1e2b58;
        padding-top: 17px;
}*/
/*
#colG .selection .cols {
    width:264px;

    padding-left: 25px;
padding-top: 7px;}
#colG .selection .cols li {
    width:100%;
    float:left;
}*/
#colG .selection .cols.border,
table.panier tr.border td {
  border-right: 1px solid #cdcdcd; }

#colG .selection .cols li.color label {
  /*width:82px;*/
  padding: 7px 0 0; }

.layered_close {
  clear: left; }

#layered_block_left ul {
  padding: 0 !important; }

#colG .selection .cols label {
  /*width:100px;
    float:left;*/
  font-size: 11px;
  display: block;
  height: 14px;
  /*margin: 0 0 8px;*/
  margin-bottom: 15px;
  cursor: pointer;
  color: #3c3c3d; }

.ie7 #colG .selection .cols label {
  line-height: 20px;
  height: 20px;
  margin: 0 0 0 0; }

#colG .selection .cols input {
  display: none;
  float: left;
  clear: both;
  width: 10px;
  margin: 0 10px 6px 0;
  cursor: auto; }

#colG .selection .cols input[type=button] {
  display: block;
  margin-left: 20px; }

/*#colG .selection .cols input:hover { border:2px solid #1e2b58 !important;}
#colG .selection .cols input.checkbox:hover { border:1px dotted #F2F2F2 !important;}*/
.ie7 #colG .selection .cols input {
  width: 12px;
  margin: 0 10px 0 0; }

.ie8 #colG .selection .cols input {
  width: 12px; }

.ie9 #colG .selection .cols input {
  width: 12px; }

.products dd {
  padding: 2px 0; }

.layered_close.active,
.layered_close {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 18px;
  color: #273762;
  /*background: url("../img/deco/puce-h1.gif") no-repeat scroll 0 5px;*/ }

.layered_close {
  /*background: url("../img/deco/puce-h1a.gif") no-repeat scroll 0 7px;*/ }

/*#fp_close{-moz-binding: }*/
#colG200 {
  float: left;
  clear: both;
  width: 176px;
  /*background:#f2f2f2;*/
  padding: 45px 12px 12px 10px; }

#cms #colG200,
#stores #colG200 {
  width: 180px;
  padding: 20px 12px 12px 30px; }

/*#stores #colG200{
    width:170px;
}*/
#colG200 .colG200Title {
  font-size: 14px;
  font-weight: bold;
  display: block;
  display: block;
  margin-bottom: 3px;
  color: #000034; }

#colG200 p,
#colG200 a {
  font-size: 11px;
  line-height: 16px;
  color: #806c59; }

#colG200 a {
  display: block;
  color: #806c59; }

#colG200 #menu_page {
  margin-bottom: 30px; }

#colG200 #menu_page a {
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  display: block;
  height: 30px;
  color: #000034;
  border-bottom: 1px solid #dbdbdb; }

#colG200 #menu_page li.sfHover a {
  padding-left: 13px;
  color: white;
  background: #1e2b58; }

#colG200 #menu_page li:hover a {
  text-decoration: underline; }

#colG200 #menu_page li.sfHover:hover a {
  text-decoration: none; }

#colG200 a:hover {
  text-decoration: underline; }

#colG200 a:hover,
#colG200 a.active {
  color: #1e2b58; }

#colG200 a.active {
  font-weight: bold; }

#block-order-detail,
#order-detail-content {
  clear: left;
  padding-top: 30px;
  margin-top: 10px; }

#order-detail-contact {
  clear: left;
  padding-top: 35px; }

#sendOrderMessage > .addmsg {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.1;
  display: block;
  clear: left;
  height: 22px;
  margin-bottom: 10px;
  margin-top: 25px;
  text-transform: uppercase;
  color: #586595;
  color: #1e2b58;
  border-bottom: 1px solid #dfe0e0; }

.border {
  border: 1px solid #d8d8d8;
  padding: 20px; }

/*Colors*/
ul.couleurs {
  display: block;
  height: auto; }

ul.couleurs.ligne {
  display: block;
  float: left;
  width: 320px;
  height: auto; }

ul.couleurs li a {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

ul.couleurs li {
  margin: 0 3px 0 0; }

ul.couleurs li,
ul.couleurs li a {
  display: block;
  float: left;
  border: 1px dotted #ffffff; }

ul.couleurs li a.active,
ul.couleurs li a.active:hover {
  border: 2px solid #1e2b58; }

ul.couleurs li a:hover {
  border: 1px solid #1e2b58; }

/*Panier*/
ul.etapes {
  display: block;
  height: 37px;
  margin-bottom: 18px;
  border-top: 1px solid #dfe0e0;
  border-bottom: 1px solid #dfe0e0; }

ul.etapes li {
  display: block;
  float: left;
  width: auto;
  height: 37px;
  border-right: 1px solid #dfe0e0;
  background: #fafafa; }

ul.etapes li a {
  font-size: 13px;
  line-height: 38px;
  display: block;
  float: left;
  width: auto;
  height: 37px;
  padding: 0 30px 0 20px;
  text-transform: uppercase;
  color: #898989; }

ul.etapes li a.grey {
  color: #fefefe;
  background: #b4b4b4; }

ul.etapes li a:hover,
ul.etapes li a.active {
  cursor: default;
  color: #1e2b58;
  background: url(../img/deco/fleche-etapes.gif) no-repeat right bottom;
  box-shadow: 3px 5px 7px #e8e8e8; }

input.coded {
  font-size: 11px;
  display: block;
  float: left;
  width: 165px;
  height: 25px;
  margin: 0 4px 0 20px;
  padding: 0 0 0 10px;
  cursor: pointer;
  color: #3c3c3d;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  background: #e8e8e8;
  box-shadow: inset 0 0 3px #e5e5e5; }

.ie7 input.coded {
  line-height: 25px; }

.ie8 input.coded {
  line-height: 25px; }

table.panier {
  display: block;
  clear: both;
  width: 720px;
  border: 0; }

table.panier td.top {
  font-size: 11px;
  font-weight: bold;
  line-height: 35px;
  height: 35px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #1e2b58;
  background: url(../img/layout/border-tableau.gif) repeat-x bottom; }

table.panier tfoot tr td {
  height: auto;
  padding: 10px 0 10px 15px !important; }

table.panier td.produit {
  width: 270px; }

table.panier td.prix {
  width: 150px; }

table.panier td.quantite {
  width: 85px; }

table.panier td.delete {
  width: 15px; }

table.panier td.total {
  width: 95px;
  padding: 0 20px 0 0;
  text-align: right; }

table.panier td.fin {
  height: 50px;
  background: url(../img/layout/border-tableau2.gif) repeat-x top; }

table.panier td.fin a:hover {
  text-decoration: none; }

table.panier td.produits,
table.panier td.produitsB {
  height: 74px;
  padding: 20px 0 20px 15px;
  color: #1d2b59;
  border-bottom: 1px solid #cccccc; }

table.panier td.produits.totalTTC,
table.panier td.produitsB.totalTTC {
  font-size: 14px;
  padding: 20px 20px 20px 0;
  text-align: right; }

table.panier td.produitsB {
  overflow: hidden;
  height: auto;
  text-transform: uppercase; }

table.panier td.produitsB p {
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  color: #3c3c3d; }

table.panier td.produitsB em {
  font-size: 11px;
  font-style: normal; }

table.panier td.produitsB b {
  font-size: 17px; }

table.panier td.produitsB b.final {
  font-size: 25px;
  font-weight: bold; }

table.panier #total_price b {
  font-size: 22px; }

table.panier td.price {
  padding: 20px 0;
  text-align: right; }

#order table.panier td.produits.price-discount {
  font: 20px Vidaloka;
  padding-right: 15px;
  text-align: right;
  color: #1e2b58; }

table.panier td.discount {
  padding: 20px 0 20px 15px;
  color: #919fd2; }

#popUpAddToCart .discountname-left {
    float: left;
    width: 100%;
    height: 40px;
    background-color: #dd0747;
    /* background: url(../img/layout/panier-promo-gauche.png) no-repeat 0 0; */
    box-shadow: 0px 2px 1px #ddd
  }

  .discountname-left {
  float: left;
  width: 16px;
  height: 46px;
  background: url(../img/layout/panier-promo-gauche.png) no-repeat 0 0; 

  }


.discountname-middle {
  font-size: 17px;
  line-height: 40px;
  float: left;
  min-width: 91px;
  height: 46px;
  padding-left: 5px;
  text-transform: uppercase;
  color: white;
  background: url(../img/layout/panier-promo-centre.png) repeat-x 0 0; }

.discountname-right {
  float: left;
  width: 19px;
  height: 46px;
  background: url(../img/layout/panier-promo-droite.png) no-repeat 0 0; }

table td.cart_total {
  text-align: right !important; }

table.panier td.produits p.description {
  font-size: 11px;
  line-height: normal;
  display: block;
  float: left;
  overflow: hidden;
  width: 185px;
  height: auto;
  margin: 0;
  padding-top: 10px;
  color: #1d2b59; }

table.panier td.produits span {
  line-height: 74px; }

table.panier td.produits input {
  font-size: 14px;
  float: left;
  width: 41px;
  height: 26px;
  margin: 0 3px 0 0;
  padding-left: 8px;
  color: #696969;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  box-shadow: inset 0 0 3px #e5e5e5; }

.ie7 table.panier td.produits input {
  line-height: 26px; }

.ie8 table.panier td.produits input {
  line-height: 26px; }

table.panier td.produits .bouttons {
  display: block;
  float: left;
  width: 15px;
  height: 27px;
  margin: 0; }

table.panier td.produits .bouttons a.plus,
table.panier td.produits .bouttons a.moins {
  font-size: 11px;
  line-height: 13px;
  display: block;
  clear: both;
  width: 15px;
  height: 13px;
  text-align: center;
  color: #ffffff;
  background: #000034; }

table.panier td.produits .bouttons a.plus:hover,
table.panier td.produits .bouttons a.moins:hover {
  background: #3b4877; }

table.panier td.produits .bouttons a.plus {
  margin-bottom: 1px; }

table.panier p.code {
  font-size: 11px;
  font-weight: bold;
  display: block;
  margin: 0 0 7px 0;
  padding: 20px 0 0 20px;
  text-transform: uppercase;
  color: #3c3c3d; }

table.panier input.code {
  font-size: 11px;
  display: block;
  width: 180px;
  height: 25px;
  margin: 0 4px;
  padding: 0 0 0 10px;
  color: #3c3c3d;
  /*background:#e8e8e8;
    border-top:1px solid #dcdcdc;
    border-left:1px solid #dcdcdc;
    -moz-box-shadow: inset 0 0 3px #e5e5e5;
    -webkit-box-shadow: inset 0 0 3px #e5e5e5;
    box-shadow: inset 0 0 3px #e5e5e5;
    float:right;*/ }

.ie7 table.panier input.code {
  line-height: 25px; }

.ie8 table.panier input.code {
  line-height: 25px; }

table.panier input.ok {
  font-size: 14px;
  line-height: normal;
  float: right;
  width: 32px;
  height: 26px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #898989;
  border: 1px solid #dcdcdc;
  background: #ffffff; }

table.panier td.produitsB.freeport {
  background: #e8e8e8 url(../img/picto/transport.png) no-repeat 15px 15px !important; }

table.panier td.produitsB.freeport {
  font-size: 11px !important; }

.panier .codePromo td.produitsB,
.panier .codePromo td.produitsB p {
  color: #919fda; }

table.panier td.produits p.description {
  font-size: 11px;
  line-height: normal;
  display: block;
  float: left;
  overflow: hidden;
  width: 150px;
  height: auto;
  margin: 0;
  color: #1d2b59; }

.encart {
  font-size: 11px;
  line-height: 18px;
  position: relative;
  display: block;
  margin: 20px 0 0;
  padding: 3px;
  color: #1c2d58;
  border: 1px solid #e4e6ea;
  background: #e8e9ee; }

#colD720 .encart .file {
  font: 16px Arial;
  color: #1e2b58;
  border: 0;
  background: none; }

#colD720 .encart .file p {
  font-weight: bold;
  line-height: 40px;
  color: #1d2b59; }

#colD720 .file {
  padding: 13px 15px 10px 60px !important;
  border: 1px solid #ffffff;
  background: #e8e8e8 url(../img/picto/offre.png) no-repeat 10px 10px; }

.file h5 {
  font-size: 14px !important; }

.border_file {
  border: 2px solid #e8e8e8; }

table .file {
  line-height: 18px;
  min-height: 35px;
  color: #1e2b58; }

.discountMsg,
.encart p {
  line-height: 18px;
  margin: 0 0 5px 0 !important;
  color: #1c2d58; }

.discountMsg {
  font-size: 13px !important; }

.file b {
  color: #ba4848; }

.codepromo {
  font-size: 12px;
  position: absolute;
  top: 4px;
  right: 4px;
  clear: left;
  padding: 1px 5px;
  background: #ffffff; }

.encart a {
  text-decoration: underline; }

.padtop10 {
  padding-top: 10px !important; }

.margintop10 {
  margin-top: 10px !important; }

.padleft10 {
  padding-left: 10px !important; }

/*Parrainage*/
.parrainage {
  font-size: 14px;
  display: block;
  clear: both;
  overflow: hidden;
  height: auto; }

.parrainage p.top {
  font-size: 11px;
  font-weight: bold;
  float: left;
  height: 22px;
  margin: 0;
  padding-left: 20px;
  text-transform: uppercase;
  color: #1e2b58;
  background: url(../img/layout/border-tableau.gif) bottom repeat-x; }

.parrainage p.top.colg {
  width: 380px; }

.parrainage p.top.cold {
  width: 300px; }

.parrainage .bottom {
  display: block;
  clear: both;
  height: 29px;
  border-bottom: 1px solid #cccccc; }

.parrainage .bottom label {
  font-size: 11px;
  line-height: 29px;
  display: block;
  float: left;
  width: 360px;
  height: 29px;
  margin-left: 5px;
  cursor: pointer;
  color: #1d2b59; }

.parrainage .bottom input {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  margin: 7px 0 0 0; }

.parrainage .bottom a,
.parrainage .bottom p.droite {
  font-size: 11px;
  line-height: 29px;
  display: block;
  width: 300px;
  height: 29px;
  padding-left: 20px;
  color: #1d2b59; }

.parrainage .bottom a:hover {
  text-decoration: underline; }

.parrainage .bottom p.droite {
  float: right;
  clear: none;
  height: 21px;
  margin: 0;
  padding: 8px 0 0 20px; }

.parrainage .blocMails {
  display: block;
  clear: both;
  overflow: hidden;
  height: auto;
  padding: 25px;
  border: 1px solid #cccccc; }

.parrainage .conditions {
  display: block;
  clear: both;
  overflow: hidden;
  height: auto; }

.parrainage .conditions label {
  font-size: 11px;
  line-height: normal;
  display: block;
  float: left;
  width: 375px;
  color: #6d6b6b; }

.parrainage .conditions label a {
  font-size: 11px;
  text-decoration: underline;
  color: #6d6b6b; }

.parrainage .conditions label a:hover {
  text-decoration: none; }

.parrainage .conditions input {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0; }

/*Mon Compte*/
#colD720 .error p {
  margin: 0;
  color: #bb3333; }

#colD720 .monCompte {
  display: block;
  float: left;
  width: 159px;
  height: 180px;
  padding: 20px 30px 0 30px;
  text-align: center;
  border: 1px solid #d9d9d9; }

#colD720 .monCompte img {
  margin: 0 auto 10px; }

#colD720 .monCompte.commandes {
  background: url(../img/picto/commandes.gif) no-repeat 82px 23px; }

#colD720 .monCompte.infos {
  background: url(../img/picto/informations.gif) no-repeat 88px 31px; }

#colD720 .monCompte.cafe {
  background: url(../img/picto/cafe.gif) no-repeat 62px 22px; }

#colD720 .monCompte h1 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  clear: left;
  margin: 0 0 5px 0;
  text-align: left;
  color: #000034; }

.aleft {
  text-align: left; }

#colD720 .monCompte a {
  font-size: 11px;
  display: block;
  margin: 0 0 3px 0;
  color: #806c59; }

#colD720 .monCompte a:hover {
  color: #000034; }

/*Identification*/
#colD720 .identification {
  display: block;
  float: left;
  width: 387px;
  height: 255px;
  padding: 30px 30px 25px 30px;
  border: 1px solid #d9d9d9; }

#colD720 .identification table p {
  font-size: 13px; }

#colD720 .identification table label.compte {
  font-size: 13px;
  line-height: 36px;
  width: 95px;
  height: 36px; }

#colD720 .identification.big {
  clear: left;
  width: 650px;
  height: auto;
  padding: 30px 30px 15px; }

#colD720 .identification.big .field_container {
  width: 600px; }

#colD720 #login_form_content .field_container {
  width: 250px; }

.opc_float {
  float: left;
  width: 310px; }

#colD720 .identification a {
  font-size: 12px;
  line-height: normal;
  text-decoration: underline;
  color: #1d2b58; }

#colD720 .identification td a {
  display: block;
  max-width: 190px; }

.identification h5 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px;
  color: #1d2b58; }

/*Commandes*/
.commandes {
  font-size: 11px;
  display: block;
  clear: both;
  overflow: hidden;
  height: auto; }

.commandes table {
  width: 100%;
  text-align: left; }

.commandes table th,
.commandes table td {
  padding-bottom: 0;
  padding-left: 7px;
  vertical-align: middle; }

#colD720 .commandes .top {
  /* float: left; */
  font-size: 11px;
  font-weight: bold;
  height: 22px;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000034; }

#colD720 .commandes#carrierTable .top {
  float: left; }

#colD720 .commandes .top.delai {
  width: 238px; }

#colD720 p.cols3.delai_desc {
  font: 13px Times New Roman;
  color: #696969;
  /* margin-top: 12px; */ }

#colD720 .commandes .top.frais {
  width: 162px;
  margin: 0;
  padding: 0; }

.commandes .bottom {
  margin-bottom: 10px;
  border-bottom: 1px solid #dfe1e7;
  background: #f9f9f9; }

.commandes#carrierTable .bottom {
  clear: both; }

.commandes#carrierTable .bottom p {
  float: left; }

.commandes .bottom td {
  height: 42px; }

#colD720 .commandes .bottom p.cols3.frais {
  width: 87px;
  margin-top: 12px; }

#colD720 .commandes .bottom p.cols3 > label > img {
  height: 38px; }

#colD720 .commandes .bottom p.cols3.frais .price {
  font: 14px 'Lora';
  color: #7f6b58; }

.commandes .bottom.big {
  overflow: hidden;
  height: auto;
  border: 0; }

.commandes .bottom p,
.commandes .bottom a {
  margin: 0;
  padding: 9px 0 6px;
  text-align: center;
  color: #1d2b59; }

.commandes .bottom.big p {
  overflow: hidden;
  height: auto; }

.commandes .bottom a {
  line-height: 29px;
  height: 29px;
  padding: 0;
  text-decoration: underline;
  color: #696969; }

.commandes p.top.prix,
.commandes .bottom p.prix {
  width: 120px; }

.commandes p.top.produit,
.commandes .bottom p.produit {
  width: 320px; }

.commandes p.top.colg,
.commandes .bottom p.colg,
.commandes p.top.cold,
.commandes .bottom p.cold {
  padding-left: 20px;
  text-align: left; }

.commandes p.top.colg,
.commandes .bottom p.colg {
  width: 400px; }

.commandes p.top.cold,
.commandes .bottom p.cold {
  width: 280px; }

.commandes p.top.cols3,
.commandes .bottom p.cols3 {
  width: 220px;
  padding-left: 20px;
  text-align: left; }

.commandes p.top.frais {
  width: 220px;
  padding-right: 20px;
  text-align: right; }

.commandes .bottom p.cols3 span {
  font-size: 14px;
  display: block;
  padding-right: 20px;
  text-align: right; }

.commandes .bottom p.cols3 label {
  float: left;
  width: 200px;
  cursor: pointer;
  outline: none; }

.ie7 .commandes .bottom p.cols3 label {
  padding: 1px 0 0 0; }

.commandes .bottom p.cols3 input {
  float: left;
  width: 14px;
  height: 14px;
  margin: 13px 5px 0 0; }

.commandes .bottom p.cols3 span.price {
  font-size: 14px !important; }

.commandes p.top.exped,
.commandes .bottom p.exped {
  width: 150px; }

.commandes p.top.messag,
.commandes .bottom p.messag {
  width: 570px; }

#order-detail-content tr {
  margin-bottom: 10px;
  border-bottom: 1px solid #dfe1e7;
  background: #f5f5f5; }

#order-detail-content thead tr,
#order-detail-content tfoot tr {
  border-bottom: 0;
  background: transparent; }

#order-detail-content td,
#order-detail-content th {
  min-width: 70px;
  height: 42px; }

#order-detail-content label {
  font-size: 12px;
  padding: 5px 0; }

#order-detail-content tfoot td {
  padding-right: 25px;
  text-align: right; }

#order-detail-content .panier_footer {
  margin-top: 120px; }

/*Magasins, Newsletter*/
.magasins,
.newsletter {
  display: block;
  clear: both;
  overflow: hidden;
  width: 489px;
  height: auto;
  margin-bottom: 15px;
  padding: 30px 20px 20px 20px;
  border: 1px solid #d9d9d9; }

.newsLabel {
  color: #1e2956 !important; }

.newsletter {
  width: 502px; }

.map {
  position: relative;
  display: block;
  clear: both;
  width: 710px;
  height: 360px; }

.map .popup {
  position: absolute;
  top: 26px;
  left: 210px;
  display: block;
  overflow: hidden;
  width: 290px;
  height: auto;
  padding: 20px;
  border: 1px solid #d9d9d9;
  background: #ffffff; }

.map .popup .col {
  display: block;
  float: left;
  overflow: hidden;
  width: 205px;
  height: auto; }

.map .popup .col p.border {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9; }

.map .popup .col p strong {
  font-size: 14px;
  display: block;
  margin: 0 0 5px 0;
  color: #1e2b58; }

.map .popup .col p span {
  font-size: 12px;
  display: block;
  margin: 0 0 5px 0;
  color: #1e2b58; }

.map .popup .col p em {
  font-style: normal;
  display: block;
  float: left;
  width: 70px; }

.map .popup .col p b {
  font-weight: normal;
  display: block;
  float: left;
  width: 135px; }

.map .popup a.fermer {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 13px;
  height: 13px;
  text-indent: -9999px;
  background: url(../img/bouton/delete.gif) no-repeat; }

.map a.vousEtesIci {
  position: absolute;
  top: 185px;
  left: 178px;
  display: block;
  width: 19px;
  height: 24px;
  text-indent: -9999px;
  background: url(../img/picto/vous-etes-ici.png) no-repeat; }

.dnone {
  display: none; }

.atelier .full-width {
  width: 100%; }

/*Paiement*/
.paypallink {
  color: #000034;
  font-size: 20px; }

a.paiement,
div.paiement,
#order .payment_module.paypal {
  font-size: 20px;
  line-height: normal;
  position: relative;
  display: block;
  clear: both;
  height: 73px;
  padding: 32px 90px 0 210px;
  color: #000034;
  border: 1px solid #d9d9d9; }

#order .payment_module.paypal {
  padding: 16px 90px 16px 210px; }

.payment_module.paypal > a {
  padding-left: 0 !important; }

a.paiement span {
  position: absolute;
  top: 42px;
  right: 46px;
  display: block;
  width: 20px;
  height: 31px;
  text-indent: -9999px;
  background: url(../img/deco/fleche-big.gif) no-repeat; }

a.paiement:hover span {
  background: url(../img/deco/fleche-big.gif) no-repeat; }

a.paiement.carteBancaire {
  background: url(../img/picto/carte-bancaire.png) no-repeat 25px 20px; }

a.paiement.paypal,
.payment_module.paypal {
  background: url(../img/picto/paypal.png) no-repeat 25px 20px; }

a.paiement.buyster {
  background: url(../img/picto/buyster.png) no-repeat 25px 20px; }

a.paiement.carteBancaire:hover {
  background: url(../img/picto/carte-bancaire1.png) no-repeat 25px 20px; }

a.paiement.paypal:hover,
.payment_module.paypal:hover {
  background: url(../img/picto/paypal1.png) no-repeat 25px 20px; }

a.paiement.buyster:hover {
  background: url(../img/picto/buyster1.png) no-repeat 25px 20px; }

.paypal,
.paybox {
  height: 70px;
  padding: 10px 0 0 150px;
  background: url(../img/picto/paypal.png) no-repeat; }

a.paiement.carteBancaire i {
  display: block;
  display: block;
  width: 194px;
  height: 33px;
  background: url(../img/logo/cb.jpg) no-repeat top left; }

a.paiement.buyster i {
  display: block;
  display: block;
  width: 127px;
  height: 22px;
  margin-top: 5px;
  background: url(../img/logo/buyster.jpg) no-repeat top left; }

a.paiement.paypal i {
  display: block;
  display: block;
  width: 306px;
  height: 26px;
  background: url(../img/logo/paypal.jpg) no-repeat top left; }

.paybox {
  background: url(../img/picto/carte-bancaire.png) no-repeat; }

div.paiement.cheque {
  background: url(../img/picto/cheque-cadeau.png) no-repeat 25px 20px; }

div.paiement.cheque:hover {
  background: url(../img/picto/cheque-cadeau.png) no-repeat 25px 20px; }

div.paiement .codeCheque {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 160px;
  height: 90px; }

tr.cart_free_shipping td {
  text-transform: inherit !important; }

/*Adresse*/
#colD720 .adresse,
#block-order-detail .address {
  display: block;
  float: left;
  overflow: hidden;
  width: 290px;
  height: 250px;
  padding: 30px 30px 25px 30px;
  border: 1px solid #d9d9d9; }

#block-order-detail .address {
  min-height: 250px;
  margin-bottom: 40px; }

#colD720 .adresse.item,
.address.item {
  margin-right: 15px; }

#colD720 .adresse p,
#block-order-detail .address p {
  font-size: 14px;
  margin: 0 0 15px 0; }

#colD720 .adresse li,
#block-order-detail .address li {
  font-size: 14px;
  line-height: normal; }

#block-order-detail .address_title {
  font: 22px benchnineregular !important;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #1e2b58;
  border-bottom: 1px solid #dfe0e0; }

#colD720 .subtitle {
  font-size: 21px;
  font-style: italic;
  color: #806c59;
  margin-bottom: 12px; }

/*Guide de Tailles*/
.tailles {
  display: block;
  float: left;
  overflow: hidden;
  width: 538px;
  height: auto; }

.tailles.small {
  width: 370px; }

.tailles p.top {
  font-size: 11px;
  font-weight: bold;
  display: block;
  clear: both;
  width: 378px;
  height: 20px;
  margin: 0;
  padding: 0 0 0 160px;
  text-transform: uppercase;
  color: #1e2b58;
  background: url(../img/layout/border-tableau.gif) repeat-x bottom; }

.tailles p.top.small {
  width: 210px; }

.tailles p.taille,
.tailles p.mlxlxxl {
  font-size: 11px;
  display: block;
  float: left;
  width: 52px;
  height: 20px;
  margin: 0;
  color: #838383; }

.tailles p.taille {
  width: 140px;
  padding-right: 20px;
  text-align: right; }

.tailles td {
  font-size: 11px;
  line-height: normal;
  overflow: hidden;
  width: 54px;
  height: auto;
  padding: 15px 0 10px 0;
  color: #1e2b58;
  border-bottom: 1px solid #cccccc; }

.tailles td.first {
  width: 150px;
  padding: 15px 10px 10px 0; }

/*Conditions*/
ul.conditions {
  display: block;
  overflow: hidden;
  height: auto;
  padding: 0 0 0 10px; }

ul.conditions li {
  font-size: 11px;
  line-height: normal;
  display: block;
  overflow: hidden;
  height: auto;
  padding: 0 0 10px 10px;
  background: url(../img/deco/puce-rond.gif) no-repeat 0 5px; }

/* Commenté à cause d'un conflit de style avec le filtre page produit elasticsearch
.selection ul {
    padding: 10px 0 0 15px;
}
*/
.elasticsearch_color.selected a {
  font-weight: bold;
  color: #252d52; }

#topnavEvo {
  position: absolute;
  top: 97px; }

h1.product-listing {
  padding-top: 50px; }

h1.product-listing .heading-counter {
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
  color: #6d6d6d; }

h1.product-listing .heading-counter strong {
  font-size: 16px;
  color: #273762; }

#js-product-list {
  display: inline-block;
  clear: left;
  width: 100%;
  text-align: left;
  margin-left: 30px; }

/* my account*/
#new_account_form p.text {
  float: left;
  width: 222px;
  margin: 0 25px 10px 0; }

#opc_account_form h5 {
  clear: left;
  padding: 30px 0 10px; }

.btform {
  float: right;
  padding: 0 120px 0 0; }

.radio label.top {
  font-size: 14px;
  padding-bottom: 0; }

.password {
  margin-top: 0; }

.password #colD720 p {
  display: inline-block;
  float: none;
  vertical-align: bottom; }

.password input.bouton {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 4px; }

.password #colD720 a.retour {
  margin-bottom: 30px;
  margin-left: 4px; }

#guideDesTailles {
  overflow-x: hidden;
  overflow-y: auto;
  height: 460px;
  padding: 10px;
  border: 1px solid #e5e5e5; }

#colD720 .somm {
  font-size: 12px;
  line-height: 18px;
  padding: 20px;
  border: 1px solid #d9d9d9; }

#colD720 .somm p,
#colD720 p.warning {
  font-size: 12px;
  line-height: 18px; }

#colD720 p.warning {
  color: #a23738; }

#colD720 .somm ul {
  margin-bottom: 20px; }

#colD720 .somm li {
  margin: 0 0 8px; }

.somm .price {
  font-size: 25px;
  color: #1e2b58; }

.somm b {
  color: #1e2b58; }

#topnavEvo li .sub {
  top: 26px !important;
  box-shadow: 0 0 4px 1px #2e2c2c; }

#topnavEvo {
  top: 75px !important; }

#topnavEvo li .sub ul li.stitle a:hover {
  color: #5c6996 !important; }

#topnavEvo li a {
  padding: 0 0 0 0 !important; }

.errorField {
  border-bottom: 1px solid #bb3333; }

/*So colissimo*/
.informations {
  font-size: 11px;
  line-height: 14px;
  display: none;
  padding: 0 20px; }

.informations b {
  font-size: 15px;
  font-weight: normal;
  display: block;
  margin: 0 5px 0 0;
  color: #1e2b58; }

.socollissimo {
  display: block;
  width: 131px;
  height: 43px;
  background: url(../img/logo/socolissimo.jpg) no-repeat top left; }

#table-sodesc td {
  padding: 0;
  vertical-align: top; }

#table-sodesc td h2 {
  margin-bottom: 5px !important; }

table img {
  cursor: pointer;
  vertical-align: middle; }

.small {
  font-size: 11px;
  padding: 0 0 0 43px;
  color: #1e2b58; }

#delivery_address {
  font-size: 11px;
  line-height: 17px;
  margin: 0 0 20px; }

/*Blockart*/
#layered_block_left ul li a.checked {
  font-size: 12px;
  font-weight: bold;
  color: #273762; }

span.distance_texte {
  line-height: 32px;
  position: absolute;
  top: 25px;
  left: 213px;
  display: block;
  height: 29px; }

#store_search {
  font: 12px 'Open Sans';
  display: block;
  float: right;
  margin-top: 32px;
  padding: 4px;
  text-align: left; }

#addressInput {
  line-height: 26px;
  width: 400px;
  height: 35px; }

#stores #addressInput {
  width: 200px;
  height: 22px;
  margin-right: 80px; }

#stores select#radiusSelect {
  width: 200px;
  height: 35px; }

.fiche #cliquer-zoomer {
  font: 14px/28px benchnineregular;
  position: absolute;
  z-index: 200;
  display: none;
  width: 125px;
  height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background: url(../img/bouton/cliquer-zoomer.png) no-repeat left top; }

#back-list {
  font: 16px/40px benchnineregular;
  float: left;
  width: 103px;
  height: 39px;
  padding-left: 33px;
  cursor: pointer;
  text-transform: uppercase;
  color: white;
  background: url(../img/fleche_gauche.png) no-repeat 14px 14px #1e2b58; }

#print-link {
  font: 16px/40px benchnineregular;
  float: right;
  width: 218px;
  height: 39px;
  padding-left: 20px;
  cursor: pointer;
  text-transform: uppercase;
  color: white;
  background: #1e2b58; }

#social-links {
  margin-bottom: 57px;
  text-align: center; }

#social-links .social-widget {
  margin-right: 12px; }

#print-link {
  width: 94px;
  margin-left: 1px;
  padding-left: 17px;
  background: url(../img/icon/print.png) no-repeat 81px 10px #1e2b58; }

#social-links .twit.popup {
  display: block;
  width: 13px;
  height: 17px;
  margin-top: 10px;
  margin-left: 24px;
  text-indent: -9999px;
  background: url(../img/icon/product-twitter.png) no-repeat left top; }

#social-links .fcbook {
  display: block;
  width: 8px;
  height: 18px;
  margin-top: 10px;
  margin-left: 20px;
  text-indent: -9999px;
  background: url(../img/icon/product-facebook.png) no-repeat left top; }

#social-links .pin-it-button {
  display: block;
  float: left;
  width: 15px;
  height: 19px;
  margin-top: 9px;
  margin-left: 22px;
  text-indent: -9999px;
  background: url(../img/icon/pintit.png) no-repeat left top; }

#social-links #send_friend_button {
  display: block;
  width: 17px;
  height: 12px;
  margin-top: 13px;
  margin-left: 19px;
  text-indent: -9999px;
  background: url(../img/icon/mail.png) no-repeat left top; }

li.sendtofriend {
  display: none; }

.fiche.sendtoafriend {
  width: 930px;
  padding-right: 25px;
  padding-left: 25px; }

#product.content_only {
  overflow: hidden;
  width: 720px; }

/* ORDER, AUTHENTIFICATION PAGE */
#order #colG200,
#authentication #colG200 {
  display: none; }

#order #colD720,
#authentication #colD720 {
  position: relative;
  width: 980px;
  margin-top: -71px;
  padding-right: 0;
  background: white; }

#order .mainBg,
#authentication .mainBg {
  margin-top: 30px;
  padding-top: 70px; }

#order .mainBg ul#fil,
#authentication .mainBg ul#fil {
  position: absolute;
  z-index: 2;
  top: -24px;
  margin-top: 0; }

ul.etapes {
  height: 45px;
  margin-top: 30px;
  border-bottom: none; }

ul.etapes li {
  width: 195px;
  height: 44px;
  text-align: center;
  border-bottom: 1px solid #dfe0e0; }

ul.etapes li a {
  font: 14px Times New Roman;
  font-weight: normal;
  line-height: 44px;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  text-align: center;
  color: #000034;
  background: none; }

ul.etapes li a.active,
ul.etapes li a:hover {
  color: white;
  background: none;
  background: #000034; }

#order table.panier {
  width: 920px;
  margin-left: 30px;
  padding-right: 0; }

#order table.panier .cart_free_shipping {
  height: 62px; }

/*#order #cart_summary .cart_free_shipping{display:block;}*/
ul.etapes li#step_end {
  border-right: 0; }

#order table.panier td.produit {
  width: 323px; }

#order table.panier td.size {
  width: 137px; }

#order table tbody tr.cart_item {
  border-bottom: 4px solid white;
  background: url(../img/deco/lignegrise.png) repeat-x left 76px #f5f5f5; }

#order table tbody tr.cart_item p.description {
  font: 14px Times New Roman;
  margin-top: 15px;
  color: #696969; }

#order table tbody tr.cart_item td.cart_product > a > img {
  width: 75px;
  height: 75px;
  margin-right: 24px;
  background: white; }

#order table.panier td.produits,
#order table.panier td.produitsB {
  height: 74px;
  padding: 0 0 0 2px;
  color: #1d2b59;
  border-bottom: 1px solid #cccccc; }

#order table td.cart_unit.produits span.price.produits {
  font: 14px Vidaloka;
  color: #696969; }

#order table td.cart_total.produits span.price {
  font: 20px Vidaloka;
  padding-right: 15px;
  color: #7f6b58; }

#order table td.top {
  text-align: left; }

#order table.panier td.top {
  padding-left: 0;
  background: none; }

#order table.panier td.prix {
  width: 162px; }

#order table.panier td.quantite {
  width: 102px; }

#order table.panier td.total {
  width: 171px;
  padding-right: 15px;
  text-align: right; }

#order table.panier tfoot td.produits,
#order table.panier tfoot td.produitsB {
  height: 20px;
  text-align: left; }

#order table.panier tfoot td.produitsB em {
  font: 11px Times New Roman;
  font-weight: bold; }

#order table.panier tfoot tr.cart_total_price_final td.produitsB {
  font-family: Times New Roman;
  font-size: 22px;
  height: 34px;
  text-transform: uppercase;
  color: white;
  background: #7f6b58; }

#order table.panier tfoot tr.cart_total_price_final td#total_price {
  font: 28px 'Lora';
  padding-right: 20px !important; }

#order table.panier tfoot td.produitsB.price {
  font: 20px 'Lora';
  padding-right: 20px !important;
  text-align: right;
  color: #7f6b58; }

#order table.panier td.fin {
  background: none; }

#order div.error {
  margin-left: 25px; }

#order #vourcher_form {
  position: absolute;
  top: 0;
  left: -15px;
  width: 265px;
  height: 90px;
  padding-top: 10px;
  padding-left: 20px;
  text-align: left;
  background: #f5f5f5; }

#bt_FbLogged {
  position: absolute;
  top: 115px;
  left: -15px;
  width: 265px;
  height: 109px;
  padding-top: 7px;
  padding-left: 20px;
  text-align: left;
  background: #f7f7f7; }

.bt_FbLogged {
  position: absolute;
  top: 115px;
  left: -15px;
  width: 265px;
  height: 109px;
  padding-top: 7px;
  padding-left: 20px;
  text-align: left;
  background: #f7f7f7; }

#container_fb {
  text-align: center;
  margin-top: 5px; }

#order #vourcher_form .text {
  font: 22px Times New Roman;
  line-height: 36px;
  text-transform: uppercase;
  color: #1e2c59; }

#order #vourcher_form .ok {
  float: right;
  width: 28px;
  height: 27px;
  text-indent: -9999px;
  background: url(../img/bouton/footer_newsletter_submit.png); }

#order #vourcher_form #discount_name {
  line-height: 26px;
  height: 26px;
  color: #bbbbbb; }

#order #vourcher_form #voucher {
  display: block;
  width: 234px;
  height: 26px;
  margin-left: 0;
  padding: 4px 5px;
  border-top: 1px solid #dadadd;
  border-left: 1px solid #dadadd;
  background: white; }

#account-creation_form {
  width: 670px;
  margin-left: 30px; }

#account-creation_form .field_container input[type='text'],
#account-creation_form .field_container input[type='password'],
#account-creation_form .field_container textarea,
#account-creation_form .field_container .pays {
  font-size: 14px;
  width: 300px;
  padding: 12px; }

.field_container textarea {
  width: calc(100% - 31px); }

#account-creation_form .field_container .pays {
  min-height: 39px;
  padding-top: 0;
  padding-bottom: 0;
  width: calc(100% - 10px); }

#account-creation_form .field_container select {
  font-size: 14px;
  min-height: 39px;
  padding: 0 12px; }

#account-creation_form span.cart_navigation.required.submit {
  font: 11px Arial;
  font-weight: bold;
  margin-left: 25px;
  color: #6d6b6b; }

#account-creation_form .field_container textarea {
  width: calc(100% - 30px); }

#authentication .account_creation {
  width: 670px; }

#authentication .newsletter_form {
  width: 441px;
  height: 35px;
  background: #000034;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

#account-creation_form fieldset {
  margin-bottom: 20px; }

#authentication .newsletter_form .newslabel,
#authentication .newsletter_form .newslabel * {
  font: 13px arial;
  line-height: 20px;
  color: white !important; }

#authentication .newscheck {
  width: 15px;
  height: 40px;
  margin-right: 20px; }

#authentication .newscheck input {
  width: 15px;
  height: 40px;
  margin-right: 20px; }

#authentication .account_creation .field_container {
  margin-top: 2px; }

#authentication .account_creation .field_container.clear_l {
  width: 100%; }

#authentication .account_creation .field_container.date-birth select {
  width: 32.5%; }

#authentication .account_creation .field_container .top,
#authentication .account_creation .field_container .radio {
  float: left; }

#authentication .account_creation .field_container .radio {
  margin: 0 7px 0 0; }

#order label.choissir {
  font: 13px Times New Roman;
  font-weight: bold;
  line-height: 30px;
  color: #696969; }

#order #colD720 form {
  float: left;
  width: 670px;
  margin-left: 25px; }

#order .pays.address_select {
  font: 14px Times New Roman;
  height: 34px;
  margin-top: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #696969;
  border: 1px solid white;
  border-top: 1px solid #dadadd;
  border-left: 1px solid #dadadd;
  background: #f3f3f6; }

#order .address_update a.lien {
  font: 14px Times New Roman;
  font-weight: bold;
  text-transform: none;
  color: #1e2b58 !important;
  background: url(../img/fleche_mini.png) no-repeat right center; }

#order #ordermsg textarea {
  width: 670px;
  background: #f3f3f6; }

#order #add-newadd {
  display: inline-block;
  margin-left: 3px; }

#order #colD720 a.retour {
  margin-top: 0;
  margin-left: 0; }

#order #colD720 .adresse {
  width: 265px; }

#order input.bouton.exclusive {
  margin-right: 0; }

a.paiement,
div.paiement,
.payment_module.paypal {
  width: 618px; }

#shipping-content {
  width: 920px;
  margin-left: 25px; }

.payment_module.paypal img {
  vertical-align: middle;
  display: block; }

#colD720 a.liens.linkcgv {
  font: 13px Times New Roman;
  font-weight: bold;
  text-decoration: none;
  color: #7f6b58; }

.check-shippinh {
  float: right;
  /* width: 83px; */
  /* height: 56px; */
  margin: 17px 20px 0 0;
  cursor: pointer; }

#mini-reassurance {
  width: 174px;
  height: 420px;
  margin-right: 30px;
  padding: 15px 23px;
  box-shadow: 1px 1px 5px #d3d3d3; }

#mini-reassurance .bloc {
  margin-bottom: 30px; }

#mini-reassurance h5 {
  font: 14px Times New Roman;
  margin-bottom: 3px;
  color: #000034; }

#mini-reassurance .description {
  font: 11px/18px Times New Roman;
  color: #696969; }

#product .links.envoyer {
  display: none !important; }

#paymentpictures_block ul li img,
#shippingpictures_block ul li img {
  max-height: 30px; }

#order #paymentpictures_block,
#order #shippingpictures_block {
  position: absolute;
  /*bottom:95px;
    left:30px;
    top:auto;*/
  top: 160px;
  bottom: auto;
  left: -15px;
  overflow: hidden;
  width: 455px;
  height: 48px; }

#order #paymentpictures_block {
  /*bottom:139px;*/
  top: 120px;
  bottom: auto;
  overflow: hidden; }

#order #paymentpictures_block .block_title {
  font: 14px/48px Arial;
  margin-right: 33px;
  color: #1e2b58; }

#order #shippingpictures_block .block_title {
  font: 14px/48px Arial;
  margin-right: 33px;
  color: #1e2b58; }

#order .panier_footer {
  width: 920px;
  margin-top: 20px;
  margin-left: 30px;
  padding-top: 7px; }

#product #sldOldPrice {
  font-size: 20px;
  line-height: 32px;
  height: 32px;
  margin-top: 0;
  margin-right: 10px;
  color: #29335b;
  display: block; }

#myHome a.contentImg {
  position: relative;
  display: block; }

#myHome img.my_home_image2 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0; }

#myHome img.my_home_image2:hover {
  cursor: pointer;
  opacity: 1; }

#myHome #slideshow_half {
  float: left;
  overflow: hidden;
  width: 300px;
  height: 316px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  box-shadow: 0 0 3px rgba(163, 163, 163, 0.31); }

#myHome table.gabarit {
  display: block;
  float: left;
  width: 486px;
  height: 522px; }

#slideshow_half .slides_container {
  width: 300px;
  height: 316px; }

#myHome {
  width: 940px;
  margin: 0 auto; }

#myHome #newsletter_block_left {
  border: none;
  background: #1c2854; }

#myHome #newsletter_block_left {
  width: 240px;
  height: 148px;
  margin-top: 0;
  margin-bottom: 1px;
  padding-top: 20px; }

#myHome #newsletter_block_left .title_block,
#myHome #newsletter_block_left h4 {
  padding: 0 0 12px 28px;
  color: #63686e;
  background: none;
  /*url(img/icon/newsletter.png) no-repeat 0 0 transparent;*/ }

#myHome #newsletter_block_left p {
  padding: 0; }

#myHome #newsletter_block_left p.success_inline {
  font-weight: bold;
  text-align: center;
  color: #418b19; }

#myHome #newsletter_block_left p.warning_inline {
  font-weight: bold;
  text-align: center;
  color: #da0f00; }

#myHome #newsletter_block_left .block_content > form > p {
  margin: 0;
  padding: 0; }

#myHome #newsletter_block_left .block_content > form {
  width: 197px;
  height: 27px;
  margin-left: 13px;
  padding: 4px 0 4px 15px;
  background: white; }

#myHome #newsletter_block_left form input.button_mini {
  width: 28px;
  height: 27px; }

#myHome #newsletter_block_left .title_block,
#myHome #newsletter_block_left h4 {
  font: 26px benchnineregular;
  font-weight: normal;
  line-height: 24px;
  padding-bottom: 2px;
  padding-left: 13px;
  text-transform: uppercase;
  color: white;
  text-shadow: none; }

#myHome #newsletter_block_left .description_block {
  font: 14px benchnineregular;
  margin-bottom: 7px;
  padding-left: 13px;
  text-transform: uppercase;
  color: white; }

#myHome #newsletter_block_left input.inputNew {
  font-size: 10px;
  position: relative;
  top: -1px;
  width: 148px;
  height: 20px;
  padding: 0 5px;
  color: #999999;
  border: 1px solid #cccccc;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-radius-topleft: 3px;
  -webkit-border-radius-bottomleft: 3px; }

#myHome #newsletter_block_left input.inputNew {
  font: 12px tahoma;
  line-height: 24px;
  width: 154px;
  height: 24px;
  color: #999999;
  border: none; }

#myHome #newsletter_block_left input.button_mini {
  position: relative;
  left: -2px;
  width: 24px;
  height: 23px;
  cursor: pointer;
  text-indent: -5000px;
  border: 0;
  background: url(img/bg_bt_newsletter_ok.png) no-repeat 0 0; }

#myHome #newsletter_block_left input.button_mini {
  background: url(../img/bouton/footer_newsletter_submit.png) no-repeat 0 0; }

#myHome .row1 a,
#myHome .col1 a,
#myHome .col2 a {
  position: relative;
  display: block;
  float: left;
  transition: all ease-out .2s;
  box-shadow: 0 0 3px rgba(163, 163, 163, 0.31); }

#myHome a:hover {
  cursor: pointer;
  transition: all ease-out .2s;
  box-shadow: 0 0 4px rgba(163, 163, 163, 0.9); }

#myHome .row1 {
  float: left;
  width: 940px;
  height: 286px;
  margin-bottom: 20px; }

#myHome .row1 a {
  display: block;
  float: left;
  margin-top: 43px;
  margin-left: 20px; }

#myHome .row1 a:first-child {
  margin-left: 0; }

#myHome .row1 a.middle {
  margin-top: 0; }

#myHome .col1 {
  float: left;
  width: 540px; }

#myHome .col1 a {
  display: block;
  float: left; }

#myHome .col1 a:first-child {
  margin-bottom: 20px; }

#myHome .col1 .last {
  margin-left: 20px; }

#myHome .col2 {
  float: left;
  width: 380px;
  margin-left: 20px; }

#myHome .col2 a:first-child {
  margin-bottom: 22px; }

#myHome .col1 .homeSliderNext,
#myHome .col1 .homeSliderPrev {
  position: absolute;
  z-index: 500;
  top: 50%;
  left: 0;
  display: block;
  width: 50px;
  height: 98px;
  margin-top: -49px;
  transition: background-image ease-out .2s;
  text-indent: -9999px;
  background-image: url(../img/bouton/prev.png);
  box-shadow: none; }

#myHome .col1 .homeSliderNext {
  left: 250px;
  background-image: url(../img/bouton/next.png); }

#myHome .col1 .homeSliderNext:hover,
#myHome .col1 .homeSliderPrev:hover {
  transition: background-image ease-out .2s; }

#myHome .col1 .homeSliderNext:hover {
  background-image: url(../img/bouton/next-over.png); }

#myHome .col1 .homeSliderPrev:hover {
  background-image: url(../img/bouton/prev-over.png); }

.relative {
  position: relative; }

#colorbox {
  min-height: 100vh;
  min-width: 100vw; }

#cboxLoadedContent {
  -webkit-overflow-scrolling: touch; }

/**
 * iPad with portrait orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  #colorbox,
  .fond-blockcart {
    height: 1024px;
    width: 768px;
    min-width: 980px; } }

/**
 * iPad with landscape orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #colorbox,
  .fond-blockcart {
    height: 768px;
    width: 1024px; } }

#colorbox.cboxcolorProduct,
#colorbox.cboxcolorProduct #cboxWrapper {
  overflow: visible !important;
  width: 721px !important;
  height: 332px !important; }

#colorbox.cboxcolorProduct #cboxClose {
  top: -40px !important; }

#colorbox.cboxcolorProduct #cboxLoadedContent {
  margin: 0; }

/* Carnet de mode */
.carnetdemode {
  width: 100%;
  height: 646px;
  background-size: cover; }

.carnet-content {
  width: 940px;
  margin: 0 auto;
  padding-top: 66px; }

.carnet-col {
  float: left; }

.carnet-col:first-child {
  width: 520px; }

.carnet-col img {
  float: right;
  clear: right;
  margin-bottom: 3px; }

.carnet-titre {
  float: right;
  margin-right: 40px; }

.carnet-titre h2 {
  display: block;
  width: 164px;
  height: 132px;
  text-indent: -9999px;
  background-image: url(../img/logo/carnet-de-mode.png); }

.carnet-titre .titreCarnet {
  display: block;
  width: 164px;
  height: 132px;
  text-indent: -9999px;
  background-image: url(../img/logo/carnet-de-mode.png); }

.carnet-titre p {
  font-family: benchnineregular;
  font-size: 18px;
  line-height: 1;
  width: 183px;
  text-align: center;
  color: #ffffff; }

.carnet-texte {
  width: 278px;
  height: 463px;
  margin-left: 3px;
  padding: 25px 30px 0;
  background-color: #ffffff; }

.carnet-texte-header {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 12px;
  padding-bottom: 2px;
  text-transform: uppercase;
  color: #827878;
  border-bottom: 1px solid #d0d2d9; }

.carnet-texte .date {
  font-size: 11px;
  float: right; }

.carnet-texte img {
  float: none;
  clear: both;
  margin: 5px 0 10px; }

.carnet-texte p {
  font-size: 14px;
  line-height: 20px;
  color: #404040; }

.buttonlink,
.buttonwhite {
  font: 16px benchnineregular;
  line-height: 35px;
  display: inline-block;
  height: 35px;
  padding: 0 30px 0 20px;
  transition: all ease-out .2s;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border: none;
  background: url(../img/buttonlink.png) no-repeat right 11px #1e2b58; }

.buttonwhite:hover,
.buttonlink:hover {
  transition: all ease-out .2s; }

.buttonlink:hover {
  color: #1e2b58;
  background: url(../img/buttonwhite.png) no-repeat right 11px white; }

.buttonwhite {
  color: #1e2b58;
  background: url(../img/buttonwhite.png) no-repeat right 11px white; }

.buttonwhite:hover {
  color: white;
  background: url(../img/buttonlink.png) no-repeat right 11px #1e2b58; }

.carnet-col:first-child .buttonlink {
  float: right;
  clear: right; }

/* BIG home slider */
.bigslider {
  position: relative;
  overflow: hidden;
  margin-bottom: -118px; }

.bslides {
  overflow: visible;
  width: 978px;
  height: 595px; }

.bslides a {
  display: block;
  float: left;
  height: 595px; }

#previous,
#next {
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 595px;
  cursor: pointer;
  transition: background-color ease-out .2s;
  text-indent: -9999px;
  background-color: rgba(7, 46, 94, 0.6);
  background-repeat: no-repeat; }

.ie7 #previous,
.ie7 #next,
.ie8 #previous,
.ie8 #next {
  display: inline-block;
  background-color: transparent;
  background-image: url(../img/background/bleu60p.png);
  background-repeat: repeat; }

#next {
  right: -489px;
  background-image: url(../img/bouton/bignext.png);
  background-position: 10% 40%; }

#previous {
  left: -489px;
  background-image: url(../img/bouton/bigprevious.png);
  background-position: 90% 40%; }

#previous:hover,
#next:hover {
  transition: background-color ease-out .2s;
  background-color: rgba(7, 46, 94, 0.45); }

.masque {
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 2560px;
  height: 157px;
  margin-left: -1280px;
  background-image: url(../img/background/masque.png);
  background-repeat: no-repeat; }

#category .lanceurFocusB.bottom20 {
  margin: 0 !important; }

.store_book .product_informations li {
  line-height: 15px; }

.store_book .product_image {
  height: 105px; }

#module-homepopup-popup {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 30px 80px 0 230px;
  background-image: url(../img/temp/popin-newsletter.jpg);
  background-repeat: no-repeat; }

#module-homepopup-popup h3 {
  width: 397px;
  height: 181px;
  margin: 0 auto;
  text-indent: -9999px;
  background-image: url(../img/temp/club-privilege.png);
  background-repeat: no-repeat; }

#module-homepopup-popup p {
  font-size: 16px;
  margin: 20px 0 30px;
  text-align: center;
  color: #1e2b58; }

#module-homepopup-popup form {
  display: table;
  margin: 0 auto; }

#module-homepopup-popup input[type='text'] {
  font-weight: normal;
  display: inline-block;
  width: 100px;
  margin-right: 7px;
  padding: 10px 12px 9px;
  vertical-align: middle;
  color: #1e2b58;
  border: 1px solid #7e839b;
  background-color: transparent; }

#module-homepopup-popup button {
  display: inline-block;
  vertical-align: middle; }

#module-homepopup-popup hr {
  visibility: hidden; }

#page-nl {
  box-sizing: border-box;
  background-repeat: no-repeat;
  margin-bottom: 40px; }

#page-nl h3 {
  width: 397px;
  height: 140px !important;
  margin: 0 auto;
  text-indent: -9999px;
  background-image: url(../img/temp/club-privilege.png);
  background-repeat: no-repeat;
  margin-bottom: 0px !important; }

#page-nl p {
  font-size: 16px;
  margin: 0px 0 30px;
  color: #000034; }

#page-nl .infoNl {
  text-align: left;
  width: 427px;
  margin: auto;
  font-size: 13px;
  color: #000034; }

#page-nl .marginLeft {
  margin-left: 20px; }

#page-nl form {
  display: table;
  margin: 0 auto; 
 clear: both;}

.floatleft {
  float: left; }


#page-nl input[type='text'] {
  font-weight: normal;
  display: inline-block;
  margin-right: 7px;
  padding: 10px 3px 9px;
  vertical-align: middle;
  color: #1e2b58;
  border: 1px solid #7e839b;
  background-color: transparent; }

#page-nl button {
  display: inline-block;
  vertical-align: middle; }

#page-nl hr {
  visibility: hidden; }

.nl_error {
  padding-left: 15px;
  color: #7f6b58; }

#page-nl .nl_error {
  padding-left: 18px;
  color: #7f6b58; }

#search_widget {
  position: absolute;
  top: -59px;
  right: 391px;
  width: 250px;
  height: 38px;
  margin-top: 6px;
  margin-right: 14px;
  border-radius: 3px;
  background: none; }

#search_widget.search_widget_logged {
  right: 248px; }

.atelier #search_widget.search_widget_logged {
  top: -48px; }

#myCart-account:first-child {
  width: 102px; }

@media screen and (max-width: 1024px) {
  #search_widget {
    right: 387px; } }

.bandeauHotPoint {
  position: relative; }

.block-align-middle {
  display: block;
  margin: 0 auto; }

.bottom-category {
  float: right;
  width: 100%; }

/* HOME fullstage (20160411) */
#index .mainBg {
  width: 100%; }

#module-mycontent-display .mainBg {
  width: 100%;
  margin-bottom: 0; }

#module-mycontent-display #colD {
  width: 987px;
  margin: 0 auto;
  margin-top: 20px;
  float: none; }

@media screen and (max-width: 1400px) {
  #module-mycontent-display #colD {
    margin-left: 246px; } }

#module-mylookpage-display #colD {
  width: calc(100% - 256px);
  margin-bottom: 0;
  margin-top: 20px; }

.bloc-bottom-category {
  position: relative;
  overflow: visible;
  margin-top: 50px;
  margin-bottom: 100px; }

@media screen and (max-width: 1260px) {
  .bloc-bottom-category {
    margin-bottom: 150px; }
  .bloc-bottom-category .bloc-bottom-category-txt > p, .bloc-desc-category > .bloc-content > p {
    font-size: 13px; } }

.bloc-bottom-category,
.bloc-bottom-category .bloc-bottom-category-img {
  position: relative;
  display: -webkit-flex;
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 40px; }

.bloc-bottom-category .bloc-bottom-category-img {
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 45%;
  margin-left: 5%;
  max-width: 539px; }

#vouchers {
  font-size: 10px; }

.bloc-bottom-category .bloc-bottom-category-img img {
  width: 100%; }

.bloc-bottom-category .bloc-bottom-category-img:after {
  position: absolute;
  bottom: -35px;
  right: 0;
  width: 80%;
  height: 35px;
  margin-right: 40px;
  content: '';
  background-color: #806c59; }

.bloc-bottom-category .bloc-bottom-category-img:before {
  position: absolute;
  top: 6%;
  right: -84%;
  display: inline-block;
  width: 84%;
  height: 54%;
  content: '';
  background-color: #0a213f; }

#category .mainBg {
  width: 100%;
  min-width: 980px; }

.bloc-bottom-category .bloc-bottom-category-txt {
  font-size: 42px;
  position: absolute;
  top: 19%;
  right: 15%;
  max-width: 46%;
  padding: 20px;
  text-align: left;
  text-transform: uppercase;
  background-color: #ffffff;
  box-shadow: -22px 22px 86px 10px rgba(0, 0, 0, 0.2); }

.bloc-bottom-category .bloc-bottom-category-txt > h2 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #000034; }

.bloc-bottom-category .bloc-bottom-category-txt > p,
.bloc-desc-category > .bloc-content > p {
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  color: #806c59; }

.bloc-bottom-category .bloc-bottom-category-txt > p:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 1260px) {
  .bloc-bottom-category .bloc-bottom-category-txt > p,
  .bloc-desc-category > .bloc-content > p {
    font-size: 12px; } }

.bloc-desc-category > .bloc-content > p {
  font-size: 18px; }

.bloc-desc-category {
  position: relative;
  display: inline-block;
  width: 34%;
  vertical-align: top; }

.bloc-desc-category > .bloc-content h1.category-title {
  padding-top: 0; }

.bloc-desc-category > .bloc-content {
  position: absolute;
  z-index: 3;
  top: 60px;
  left: 12px;
  width: 122%;
  padding: 35px;
  height: 231px;
  background-color: #ffffff; }

.bloc-desc-category::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 110%;
  height: 115px;
  content: '';
  background-color: #f2f2f4; }

.bloc-desc-category::before {
  position: absolute;
  top: 115px;
  left: 0;
  display: block;
  width: 20%;
  height: 120px;
  content: '';
  background-color: #000034; }

.espace-offre-special {
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  text-transform: uppercase;
  background-color: #806c59;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

/* CSS front page contenu */
.bandeau-content-page {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  color: #ffffff; }

.title-bandeau {
  font-family: 'Lora';
  font-size: 33px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #2d2d2d; }

.description-bandeau {
  font-family: Times New Roman;
  font-size: 16px;
  font-style: italic;
  line-height: 1.1;
  text-align: center; }

.description-bandeau:before {
  color: #fff;
  display: block;
  width: 50px;
  height: 1px;
  margin: 16px auto;
  content: '';
  border-top: 1px dashed; }

.module-mylookpage-display .description-bandeau:before {
  display: block;
  background-image: url(../img/vaguelette.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 59px;
  height: 9px;
  content: '';
  border-top: 0; }

.content-page .title-content {
  font-family: 'Lora';
  font-size: 33px;
  margin-top: 10px;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #000034; }

.content-page p {
  font-family: Times New Roman;
  font-size: 16px;
  color: #000034; }

.content-page .bloc-container p,
.content-page .bloc-container span,
.content-page .bloc-perso > p:nth-child(2) {
  font-size: 18px;
  font-family: Times New Roman;
  font-style: italic;
  color: #806c59; }

.content-page .bloc-quelques-lignes .title-content {
  margin-bottom: 50px; }

.content-page .desc-content,
.content-page .intro-content {
  font-family: Times New Roman;
  font-size: 18px;
  font-style: italic;
  line-height: 1.2;
  color: #806c59; }

.content-page .intro-content {
  margin-bottom: 21px; }

.text-container-left {
  padding-right: 120px;
  width: 100%; }

.text-container-right {
  padding-left: 75px; }

.content-page .bloc-container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 100px; }

.content-page .bloc-quelques-lignes .bloc-container {
  margin-bottom: 40px; }

.content-page .bloc {
  position: relative; }

.content-page .bloc-container .half {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.content-page .bloc .little-picture {
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 219px;
  height: 296px; }

.content-page .bloc.bloc-image:before {
  position: absolute;
  z-index: -1;
  bottom: -10px;
  left: -60px;
  width: 277px;
  height: 273px;
  content: '';
  background-color: #000034; }

.content-page .big-picture {
  width: 435px;
  height: 360px; }

.half--right-align-content {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.content-page .bloc-image {
  z-index: 1;
  width: 100%; }

.bloc-quelques-lignes {
  margin-top: 65px; }

.bloc-image-quelques-lignes {
  margin-right: 50px;
  margin-left: 50px; }

.bloc-image-quelques-lignes img {
  width: 200px; }

.titre-bloc-quelques-lignes,
.content-page .subtitle-content {
  font-family: 'Lora';
  font-size: 23px;
  font-style: italic;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000034; }

.content-page .text-bloc-quelques-lignes {
  font-size: 18px;
  font-style: italic;
  line-height: 1.2;
  max-width: 500px;
  color: #806c59; }

.bloc-dates .title-content {
  margin-bottom: 25px; }

.bloc-dates .bloc .title-content {
  margin-top: 60px; }

.bloc-dates .desc-content {
  font-size: 14px;
  font-style: inherit;
  color: #000034; }

.content-page ul {
  margin: 20px 0; }

.content-page li {
  font-family: Times New Roman;
  font-size: 14px;
  margin-bottom: 16px;
  margin-left: 15px;
  list-style-type: circle;
  color: #000034; }

/* Fin css front Page contenu */
.zoom-full {
  position: absolute;
  right: -40px;
  top: 0;
  width: 20px;
  height: 20px;
  margin: 8px 8px 0 0;
  margin-top: 11px;
  margin-left: 5px;
  border: 0;
  cursor: pointer;
  box-shadow: none;
  display: none; }

.zoom-full svg {
  width: 25px;
  height: 25px;
  fill: #000034; }

#product .fiche.zoomed {
  position: inherit; }

#product .fiche.zoomed .colD {
  position: absolute;
  right: 0;
  top: 50px;
  max-height: 100vh;
  z-index: 110;
  transition: all ease 2s; }

.transparent {
  opacity: 0;
  transition: opacity .5s ease; }

.opaque {
  opacity: 1;
  transition: opacity .5s ease; }

.cookie-bar {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 52, 0.9);
  width: 100%;
  height: 32px; }

.cookie-bar p {
  margin: 6px auto 0 auto;
  color: #fff;
  font-family: Times New Roman;
  font-weight: normal;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.16px;
  padding: 0 10px; }

.cookie-bar a:hover,
.cookie-bar a {
  color: #fff !important; }

.accept-cookies {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  color: #000034;
  width: 49px;
  padding: 4px 10px;
  margin-top: -2px;
  margin-left: 15px;
  transition: box-shadow linear .4s;
  box-shadow: 0; }

.accept-cookies:hover {
  transition: box-shadow linear .4s;
  -o-box-shadow: 0px 0px 14px -1px #fff;
  box-shadow: 0px 0px 14px -1px #fff; }

.nl_form .btn-double {
  padding: 6px 20px; }

.detail-404 {
  position: relative;
  top: -50px;
  border-top: 1px solid #dbdbdb;
  padding-top: 25px;
  margin-bottom: 0; }

.img-404 {
  position: relative;
  margin: 0 auto;
  z-index: 3;
  display: block; 
  max-width: 100%; }

.pagenotfound .retour {
  display: initial;
  top: -15px; }

.produitListe-hover {
  transform: scale(1);
  transition: transform 0ms; }

.produitListe-hover.large-scale {
  transform: scale(1.2);
  transition: transform 0ms; }

.page-atelier .presentation-produits .image-container img {
  width: 346px;
  height: 603px;
  /* height: auto; */ }

.videotv video {
  width: 100%; }

.videotv {
  width: 100%; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

#contentMain > .menu-left-column {
  display: none; }

#returnBackorder {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  max-width: 230px;
  /* margin-right: 0px; */
  padding: 13px 28px;
  cursor: pointer;
  transition: box-shadow .15s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #000034;
  color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #000034; }

#returnBackorder:hover {
  box-shadow: 0 0 0 4px #000034;
  color: #000034;
  background-color: #fff; }

#returnHome {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  width: 150px;
  max-width: 230px;
  /* margin-right: 0px; */
  padding: 16px 28px;
  cursor: pointer;
  transition: box-shadow .15s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #0a213f;
  box-shadow: 0 0 0 1px #0a213f; }

#returnHome:hover {
  color: #0a213f;
  background-color: transparent;
  box-shadow: 0 0 0 4px #0a213f; }

.p-returnpage {
  font-family: Times New Roman;
  font-size: 16px;
  color: #000034;
  padding: 30px; }

.p-returnpage > a {
  font-family: Times New Roman;
  font-size: 16px;
  text-decoration: underline;
  color: #000034; }

.commandes .top {
  /* float: left; */
  font-size: 11px;
  font-weight: bold;
  height: 22px;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000034; }

.commandes > #order-list tr {
  height: 40px; }

.commandes > .error {
  /* float: left; */
  font-size: 15px;
  padding: 30px; }

.commandes.show {
  overflow: visible; }

#order-detail-content > table {
  margin-bottom: 10px;
  margin-top: 10px; }

.msgname {
  font-size: 16px;
  color: #1e2b58;
  padding: 10px; }

.msgdate {
  font-size: 12px;
  color: #777;
  padding-left: 10px; }

#order-detail-contact .bottom {
  padding: 10px; }

.category_description {
  padding: 70px; }

#reinsurance_block li span {
  font-size: 14px;
  font-family: Times New Roman;
  color: #B1B1B7;
  text-shadow: none;
  font-weight: normal;
  text-transform: uppercase;
  display: block; }

#reinsurance_block li div.description {
  float: none;
  color: #B1B1B7;
  text-align: center;
  font: 11.5px/10px Arial;
  margin: auto;
  width: 200px;
  margin-top: 6px;
  margin-left: 4px;
  border: none; }

#reinsurance_block {
  padding-top: 42px;
  background-color: #000034;
  padding-bottom: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 1038px;
  margin: 0 auto; }

#reinsurance_block_payment {
  padding-top: 42px;
  background-color: #000034;
  padding-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 1038px;
  margin: 0 auto; }

#reinsurance_block ul, #reinsurance_block_payment ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

#reinsurance_block li, #reinsurance_block_payment li {
  float: left;
  margin-top: 11px;
  margin-right: 22px;
  position: relative;
  text-align: center; }

#reinsurance_block li#reinsurance_bloc_li_0, #reinsurance_block_payment li#reinsurance_bloc_li_0 {
  margin-right: 39px; }

#reinsurance_block li#reinsurance_bloc_li_1, #reinsurance_block_payment li#reinsurance_bloc_li_1 {
  margin-right: 19px; }

#reinsurance_block li#reinsurance_bloc_li_3, #reinsurance_block_payment li#reinsurance_bloc_li_3 {
  margin-right: 0px; }

#reinsurance_block li#reinsurance_bloc_li_0 div.description, #reinsurance_block_payment li#reinsurance_bloc_li_0 div.description {
  width: 150px; }

#reinsurance_block li#reinsurance_bloc_li_1 div.description, #reinsurance_block_payment li#reinsurance_bloc_li_1 div.description {
  margin-left: -1px; }

#reinsurance_block li > img, #reinsurance_block_payment li > img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px; }

@media screen and (max-width: 980px) {
  .cookie-bar {
    height: 106px; } }

/* block newsletter */
/* Block newsletter */
#newsletter_block_left {
  background: #1c2854;
  border: none;
  position: relative; }

#colG #newsletter_block_left, #colG200 #newsletter_block_left {
  height: 158px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px; }

#newsletter_block_left .title_block, #newsletter_block_left h4 {
  padding: 0 0 12px 28px;
  color: #666;
  background: none;
  /*url(img/icon/newsletter.png) no-repeat 0 0 transparent;*/ }

#newsletter_block_left p {
  padding: 0; }

#newsletter_block_left p.success_inline {
  color: #418B19;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 166px;
  left: 0px;
  width: 180px; }

#myHome #newsletter_block_left p.success_inline, #myHome #newsletter_block_left p.warning_inline {
  position: absolute;
  top: 124px;
  left: 236px;
  width: 180px; }

#footer #newsletter_block_left p.success_inline {
  left: 261px;
  position: absolute;
  top: 55px;
  width: 280px; }

#newsletter_block_left p.warning_inline {
  color: #DA0F00;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 166px;
  left: 0px;
  width: 180px; }

#footer #newsletter_block_left p.warning_inline {
  left: 230px;
  top: 54px;
  width: 280px;
  position: absolute; }

#colG #newsletter_block_left .block_content > form > p, #colG200 #newsletter_block_left .block_content > form > p {
  margin: 0;
  padding: 0px; }

#colG #newsletter_block_left .block_content > form, #colG200 #newsletter_block_left .block_content > form {
  height: 27px;
  width: 208px;
  padding: 4px 5px 4px 15px;
  margin-left: 13px;
  background: white; }

#colG #newsletter_block_left form input.button_mini, #colG200 #newsletter_block_left form input.button_mini {
  background: url(../../../img/bouton/footer_newsletter_submit.png) no-repeat 0px 0px;
  height: 27px;
  width: 28px; }

#colG200 #newsletter_block_left h4.title_block {
  font-size: 24px;
  padding-left: 10px;
  line-height: 18px; }

#colG200 #newsletter_block_left .description_block {
  padding-left: 10px;
  line-height: 16px;
  width: 150px; }

#colG #newsletter_block_left .title_block, #colG #newsletter_block_left h4,
#colG200 #newsletter_block_left .title_block, #colG200 #newsletter_block_left h4 {
  font: 26px benchnineregular;
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: none;
  padding-left: 13px;
  line-height: 24px;
  padding-bottom: 2px; }

#colG200 #newsletter_block_left .description_block {
  font-size: 13px; }

#colG #newsletter_block_left .description_block, #colG200 #newsletter_block_left .description_block {
  font: 14px benchnineregular;
  color: white;
  text-transform: uppercase;
  padding-left: 13px;
  margin-bottom: 7px; }

#newsletter_block_left input.inputNew {
  position: relative;
  top: -1px;
  padding: 0 10px;
  height: 20px;
  width: 168px;
  border: 1px solid #ccc;
  border-right: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  color: #827878; }

#colG #newsletter_block_left input.inputNew, #colG200 #newsletter_block_left input.inputNew {
  border: none;
  font: 12px tahoma;
  color: #999;
  line-height: 24px;
  width: 165px;
  height: 24px;
  padding: 0 5px; }

*:first-child + html #newsletter_block_left input.inputNew {
  position: static; }

/* hack ie 7 */
#newsletter_block_left input.button_mini {
  position: relative;
  left: -2px;
  height: 23px;
  width: 24px;
  border: 0;
  text-indent: -5000px;
  background: url("/themes/cafecoton/assets/img/bg_bt_newsletter_ok.png") no-repeat 0 0;
  cursor: pointer; }

#colG #newsletter_block_left input.button_mini, #colG200 #newsletter_block_left input.button_mini {
  background: url("../img/bouton/footer_newsletter_submit.png") no-repeat 0 0; }

#footer #newsletter_block_left input.inputNew {
  border: none; }

#colG200 #newsletter_block_left .block_content > form {
  width: 139px;
  margin-left: 10px; }

#colG200 #newsletter_block_left input.inputNew {
  width: 96px; }

#colG200 #newsletter_block_left {
  padding-top: 16px;
  height: 148px; }

*:first-child + html #newsletter_block_left input.button_mini {
  padding-left: 24px !important; }

/* hack ie 7 */
/*  Bootstrap css old  */
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

/* FILTRES */
#search_filters .elasticsearch_filter ul {
  padding: 5px 0; }

#search_filters .elasticsearch_filter ul li {
  padding: 2px 0; }

#search_filters .elasticsearch_filter ul li .checker {
  height: 15px;
  width: 15px;
  cursor: pointer;
  margin-right: 5px;
  display: inline; }

#search_filters .elasticsearch_filter ul li label {
  font-weight: normal;
  cursor: pointer; }

#search_filters .elasticsearch_subtitle {
  display: inline-block;
  font-size: 12px;
  font-weight: bold; }

#elasticsearch_column ul {
  max-height: 120px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 1px;
  padding-right: 1px; }

#search_filters > div > div {
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 5px;
  margin-bottom: 5px; }

#elasticsearch_column .hide-action {
  display: block;
  text-align: right;
  padding-right: 5px; }

#elasticsearch_column .hide-action:hover {
  text-decoration: underline; }

#elasticsearch_column ul li {
  margin-left: 15px;
  padding-left: 2px;
  list-style-type: none; }

#elasticsearch_column #enabled_filters, #elasticsearch_url_filter_block {
  font-size: 10px;
  padding-bottom: 5px; }

#elasticsearch_column #enabled_filters ul li {
  margin-left: 0;
  padding-left: 0; }

#elasticsearch_column #enabled_filters ul li:hover {
  background: inherit;
  color: inherit; }

#elasticsearch_column #enabled_filters a {
  text-decoration: none;
  color: red; }

#elasticsearch_column ul li:hover {
  background: #71BF47;
  color: #FFF; }

#elasticsearch_column ul li label {
  cursor: pointer; }

#elasticsearch_column ul li.nomargin {
  margin-left: 0; }

#elasticsearch_column span.elasticsearch_subtitle {
  float: left;
  font-weight: bold;
  font-size: 12px;
  display: block;
  margin-bottom: 4px; }

#elasticsearch_column span.elasticsearch_close a {
  text-decoration: none; }

#elasticsearch_column span.elasticsearch_close {
  float: right;
  font-weight: bold;
  font-size: 12px;
  display: block;
  margin-bottom: 4px; }

#elasticsearch_column ul li input.checkbox {
  vertical-align: middle;
  margin-left: 2px; }

#elasticsearch_column ul li .disabled {
  color: #666; }

#product_list .warning {
  margin-top: 13px; }

#search_filters .select {
  width: 165px; }

#search_filters .color-option {
  margin-left: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #666; }

#elasticsearch_column .color-option.disable {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5; }

/* Fiche produit */
#fiche-footer {
  margin-top: 85px;
  width: 120px;
  float: left; }

#product #contentMain {
  width: 1135px; }

#product .product-prices {
  text-align: center;
  margin-top: 50px; }

#product .current-price {
  text-align: center;
  font: 14px Times New Roman;
  font-style: italic;
  line-height: normal;
  margin: 2px 0 0 0;
  font-size: 25px;
  display: block;
  color: #1d2b58;
  font-weight: bold;
  font: 48px 'Lora';
  position: relative;
  display: inline-block;
  color: #7f6b58;
  position: relative; }
  #product .current-price::before {
    position: absolute;
    top: 25px;
    left: -78px;
    display: inline-block;
    width: 65px;
    height: 5px;
    content: ' ';
    background-image: url("https://www.cafecoton.fr/themes/cafecoton/css/../img/epingle.png");
    background-repeat: no-repeat;
    background-position: center center; }
  #product .current-price::after {
    position: absolute;
    top: 25px;
    right: -78px;
    display: inline-block;
    width: 65px;
    height: 5px;
    content: ' ';
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("https://www.cafecoton.fr/themes/cafecoton/css/../img/epingle.png");
    background-repeat: no-repeat;
    background-position: center center; }

.product-discount .regular-price {
  font-size: 20px;
  line-height: 32px;
  height: 32px;
  margin-top: 0;
  margin-right: 10px;
  color: #29335b;
  display: block;
  font-style: italic; }

/* CUSTOM */
.block-categories {
  display: none; }

/* HOME fullstage (20160411) */
#index .mainBg {
  width: 100%; }

#module-mycontent-display .mainBg {
  width: 100%;
  margin-bottom: 0; }

#module-mycontent-display #colD {
  width: 987px;
  margin: 0 auto;
  margin-top: 20px;
  float: none; }

@media screen and (max-width: 1400px) {
  #module-mycontent-display #colD {
    margin-left: 246px; } }

#module-mylookpage-display #colD {
  width: calc(100% - 256px);
  margin-bottom: 0;
  margin-top: 20px; }

.bloc-bottom-category {
  position: relative;
  overflow: visible;
  margin-top: 50px;
  margin-bottom: 100px; }

@media screen and (max-width: 1260px) {
  .bloc-bottom-category {
    margin-bottom: 150px; }
  .bloc-bottom-category .bloc-bottom-category-txt > p, .bloc-desc-category > .bloc-content > p {
    font-size: 13px; } }

.bloc-bottom-category,
.bloc-bottom-category .bloc-bottom-category-img {
  position: relative;
  display: -webkit-flex;
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 40px; }

.bloc-bottom-category .bloc-bottom-category-img {
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 45%;
  margin-left: 5%;
  max-width: 539px; }

#vouchers {
  font-size: 10px; }

.bloc-bottom-category .bloc-bottom-category-img img {
  width: 100%; }

.bloc-bottom-category .bloc-bottom-category-img:after {
  position: absolute;
  bottom: -35px;
  right: 0;
  width: 80%;
  height: 35px;
  margin-right: 40px;
  content: '';
  background-color: #806c59; }

.bloc-bottom-category .bloc-bottom-category-img:before {
  position: absolute;
  top: 6%;
  right: -84%;
  display: inline-block;
  width: 84%;
  height: 54%;
  content: '';
  background-color: #0a213f; }

#category .mainBg {
  width: 100%;
  min-width: 980px; }

.bloc-bottom-category .bloc-bottom-category-txt {
  font-size: 42px;
  position: absolute;
  top: 19%;
  right: 15%;
  max-width: 46%;
  padding: 20px;
  text-align: left;
  text-transform: uppercase;
  background-color: #ffffff;
  box-shadow: -22px 22px 86px 10px rgba(0, 0, 0, 0.2); }

.bloc-bottom-category .bloc-bottom-category-txt > h2 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #000034; }

.bloc-bottom-category .bloc-bottom-category-txt > p,
.bloc-desc-category > .bloc-content > p {
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  color: #806c59; }

.bloc-bottom-category .bloc-bottom-category-txt > p:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 1260px) {
  .bloc-bottom-category .bloc-bottom-category-txt > p,
  .bloc-desc-category > .bloc-content > p {
    font-size: 12px; } }

.bloc-desc-category > .bloc-content > p {
  font-size: 18px; }

.bloc-desc-category {
  position: relative;
  display: inline-block;
  width: 34%;
  vertical-align: top; }

.bloc-desc-category > .bloc-content h1.category-title {
  padding-top: 0; }

.bloc-desc-category > .bloc-content {
  position: absolute;
  z-index: 3;
  top: 60px;
  left: 12px;
  width: 122%;
  padding: 35px;
  height: 231px;
  background-color: #ffffff; }

.bloc-desc-category::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 110%;
  height: 115px;
  content: '';
  background-color: #f2f2f4; }

.bloc-desc-category::before {
  position: absolute;
  top: 115px;
  left: 0;
  display: block;
  width: 20%;
  height: 120px;
  content: '';
  background-color: #000034; }

.espace-offre-special {
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  text-transform: uppercase;
  background-color: #806c59;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

.fullstage {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.fullstage *,
.fullstage *::before,
.fullstage *::after {
  box-sizing: border-box; }

.fullstage aside {
  float: left;
  width: 246px; }

.fullstage article {
  float: right;
  width: calc(100% - 246px); }

.fullstage article {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: calc(100% - 246px); }

@media (max-width: 991px) {
  .fullstage article {
    width: 100%; } }

.fullstage section {
  overflow: hidden;
  margin-bottom: 30px; }

.fullstage section img {
  width: 100%;
  height: 100%; }

.fullstage section a img {
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

.fullstage section a:hover img {
  transition: -webkit-transform 15s ease;
  transition: transform 15s ease;
  transition: transform 15s ease, -webkit-transform 15s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.third {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(33% - 7px); }

.half {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(50% - 10px); }

.third a {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  position: relative;
  display: block;
  width: 100%; }

.third a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  color: #ffffff;
  background-color: rgba(0, 0, 52, 0.8); }

.third a span::before,
.third a span::after {
  display: inline-block;
  width: 60px;
  height: 5px;
  margin-right: 8px;
  content: url(../svg/epingle.svg);
  vertical-align: text-top; }

.third a span::after {
  margin-right: 0;
  margin-left: 8px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  vertical-align: text-bottom; }

.third a:hover span {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1; }

.half.half--center a {
  position: relative;
  display: block;
  width: 100%; }

.half.half--center p {
  color: #000034;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0; }

.half.half--center .center {
  position: absolute;
  top: 25%;
  left: 25%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  width: 50%;
  height: 50%;
  text-align: center; }

.half.half--center .center strong {
  font-family: 'Lora', serif;
  font-size: 33px;
  font-weight: normal;
  padding-bottom: 15px; }

.half.half--center .center--block {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-style: italic;
  padding: 25px 50px;
  transition: box-shadow 3s ease;
  color: #000034;
  background-color: #ffffff;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2); }

.half.half--center a:hover .center--block {
  box-shadow: 0 0 150px rgba(0, 0, 0, 0.75); }

.half.half--center .center--block strong {
  font-style: italic; }

.half.half--center .center--text {
  color: #ffffff; }

.half.half--center .center--text p {
  color: #ffffff;
  font-style: italic;
  font-size: 14px; }

.half.half--center .center--text strong {
  text-transform: uppercase; }

.half.half--center .center--text img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px; }

.full {
  display: -webkit-flex;
  display: flex;
  width: 100%; }

.full .full-img,
.full .full-text {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  width: 50%; }

.full .full-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center; }

.elegance-home {
  background-color: #f0f0f2; }

.trouver-magasin {
  width: 100%; }

.full .full-text {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-grid-row-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 40px;
  text-align: center; }

.full .full-text-title {
  font-family: 'Lora', serif;
  font-size: 33px;
  font-weight: normal;
  width: 100%;
  text-transform: uppercase;
  color: #000034; }

.full .full-text-title + img {
  width: auto;
  max-width: 100%;
  height: auto; }

.full .full-text p {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-style: italic;
  width: 100%;
  color: #000034; }

.full .full-text img {
  width: auto; }

.atelier {
  position: relative;
  display: -webkit-flex;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-bottom: 50px; }

.fullstage .atelier {
  overflow: visible;
  color: #000034; }

.fullstage p {
  margin-top: 0;
  margin-bottom: 0;
  color: #000034; }

.atelier .atelier-img {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }

.atelier .atelier-img:after {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  width: 60%;
  height: 20px;
  margin-right: 40px;
  content: '';
  background-color: #806c59; }

.atelier img {
  width: auto;
  height: auto; }

.atelier-txt {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 14px;
  position: absolute;
  top: 70px;
  right: 5%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 70px;
  text-align: center;
  text-transform: uppercase;
  color: #000034;
  background-color: #ffffff;
  box-shadow: -22px 22px 86px 10px rgba(0, 0, 0, 0.2); }

@media screen and (min-width: 1400px) {
  .atelier-txt {
    right: 22%; } }

.atelier-txt p {
  text-transform: initial;
  font-style: italic;
  font-size: 14px; }

.atelier-txt p:first-child {
  text-transform: uppercase;
  font-style: inherit; }

.atelier-txt strong {
  font-family: 'Lora', serif;
  font-size: 33px;
  font-weight: normal;
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  vertical-align: bottom; }

.atelier-txt strong::before,
.atelier-txt strong::after {
  font-size: 33px;
  line-height: 1;
  position: relative;
  top: 9px;
  display: inline-block;
  padding: 0 25px;
  content: '\00b7';
  color: #806c59; }

.atelier-txt em {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 14px;
  padding-bottom: 20px;
  text-transform: none; }

.atelier-txt::after {
  position: absolute;
  top: 10%;
  right: -16px;
  display: inline-block;
  width: 16px;
  height: 140px;
  margin-top: 7.5%;
  content: '';
  background-color: #0a213f; }

.excellence {
  overflow: visible;
  height: 430px;
  margin-bottom: 50px;
  margin-top: 70px; }

.fullstage .excellence {
  overflow: visible; }

.excellence,
.excellence-fond {
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100%; }

.excellence-fond {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 430px; }

.excellence-fond .big {
  width: 78%;
  background-color: #e0e1e5; }

.excellence-fond .small {
  position: absolute;
  bottom: 6%;
  left: 0;
  width: 42%;
  height: 59%;
  background-color: #000034; }

.fullstage section .excellence-deco {
  position: absolute;
  left: 5%;
  width: auto;
  height: auto; }

.excellence-pres {
  position: absolute;
  right: 4%;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 410px; }

.excellence-pres .chemise {
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  padding: 25px 50px;
  background-color: #f0f0f0; }

.excellence-pres .chemise img {
  height: auto; }

.excellence-pres .chemise--large {
  height: 100%;
  padding: 25px 60px;
  background-color: #f2f2f2; }

.excellence-text {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  width: 40%;
  max-width: 335px;
  height: 100%;
  padding: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #000034;
  background-color: #ffffff;
  box-shadow: -5px 20px 50px 2px #c0c0c0; }

.excellence-text p {
  font-size: 14px; }

.excellence-text strong {
  font-family: 'Lota', serif;
  font-size: 33px;
  font-weight: normal;
  display: block;
  padding: 0 0 10px;
  vertical-align: bottom; }

.excellence-text strong::after {
  display: block;
  width: 20%;
  height: 1px;
  margin: 20px auto 0;
  content: '';
  background-image: url(../img/dashed.png);
  background-repeat: repeat; }

.atelier-txt .btn-double {
  margin-top: 20px; }

.excellence-text em {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  width: 66%;
  margin: 0 auto;
  text-transform: none; }

.excellence-text .btn-double {
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.trouver-magasin {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10% 0;
  text-align: center;
  color: #806c59;
  background-repeat: no-repeat;
  background-size: cover; }

.trouver-magasin p {
  color: #806c59;
  font-size: 14px; }

.fullstage .trouver-magasin {
  margin-bottom: 10px;
  margin-top: 10px;
  min-height: 500px; }

.trouver-magasin strong {
  font-family: 'Lora', serif;
  font-size: 33px;
  font-weight: normal;
  width: 33%;
  text-transform: uppercase;
  color: #000034; }

.trouver-magasin strong::after {
  display: block;
  width: 33px;
  height: 10px;
  margin: 10px auto 15px;
  content: '';
  background-image: url(../img/diamond.png);
  background-repeat: repeat; }

.trouver-magasin p > strong::after {
  display: none; }

.trouver-magasin em {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  width: 33%;
  margin: 0 auto 40px;
  text-transform: none; }

.full-quel {
  position: relative; }

.quel-titre {
  font-family: 'Lora', serif;
  font-size: 33px;
  font-weight: normal;
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #000034; }

.quel-titre::before,
.quel-titre::after {
  line-height: .7;
  display: inline-block;
  width: 60px;
  height: 5px;
  margin-right: 30px;
  content: url(../svg/epingle-marron.svg);
  vertical-align: text-top; }

.quel-titre::after {
  margin-right: 0;
  margin-left: 30px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  vertical-align: text-bottom; }

.quel-item {
  font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-style: italic;
  position: absolute;
  color: #000034;
  max-width: 160px;
  text-shadow: 0 0 1px rgba(0, 0, 52, 0.36); }

.quel-item::after {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 3px;
  content: '';
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  background-color: #806c59; }

.quel-item:hover {
  text-decoration: none; }

.quel-item:hover::after {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1; }

.owl-theme {
  clear: both;
  margin-bottom: 40px; }

.owl-theme .caption1 {
  position: absolute;
  right: 10%;
  bottom: 33%;
  left: 10%;
  padding: 20px;
  transition: opacity .3s ease;
  text-align: center;
  opacity: 0;
  color: #ffffff; }

.owl-theme .caption3 {
  position: absolute;
  bottom: 33%;
  left: 10%;
  padding: 20px;
  transition: opacity .3s ease;
  text-align: center;
  opacity: 0;
  color: #ffffff; }

.owl-theme .caption2 {
  position: absolute;
  right: 10%;
  bottom: 33%;
  padding: 20px;
  transition: opacity .3s ease;
  text-align: center;
  opacity: 0;
  color: #ffffff; }

.owl-theme .caption-text {
  margin-bottom: 40px; }

.owl-theme .caption p {
  font-family: 'Lora', serif;
  font-size: 33px;
  line-height: 1.1;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff; }

.owl-theme .caption-desc p {
  font-size: 15px;
  line-height: 1.1;
  display: inline-block;
  margin: 0;
  color: #ffffff;
  margin-bottom: 55px;
  max-width: 500px; }

.owl-theme .caption-text::before,
.owl-theme .caption-text::after {
  position: relative;
  top: -8px;
  display: inline-block;
  width: 60px;
  height: 5px;
  margin-right: 8px;
  vertical-align: text-top; }

.owl-theme .caption-text::after {
  margin-right: 0;
  margin-left: 8px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  vertical-align: text-bottom; }

.owl-theme .caption .btn-double {
  margin-top: 20px;
  color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff; }

.owl-theme .caption .btn-double::before {
  box-shadow: 0 0 0 1px #ffffff; }

.owl-theme .caption .btn-double:hover {
  color: #ffffff;
  box-shadow: 0 0 0 4px #ffffff; }

.owl-theme .owl-item.active .caption {
  opacity: 1; }

@media (max-width: 780px) {
  .owl-theme .caption1 {
    position: relative;
    right: 10%;
    bottom: 33%;
    left: 0%;
    padding: 20px;
    transition: opacity .3s ease;
    text-align: center;
    opacity: 0;
    color: #132339; }
  .owl-theme .caption3 {
    position: relative;
    right: 10%;
    bottom: 33%;
    left: 0%;
    padding: 20px;
    transition: opacity .3s ease;
    text-align: center;
    opacity: 0;
    color: #132339; }
  .owl-theme .caption2 {
    position: relative;
    right: 10%;
    bottom: 33%;
    left: 0%;
    padding: 20px;
    transition: opacity .3s ease;
    text-align: center;
    opacity: 0;
    color: #132339; }
  .owl-theme .caption-text {
    margin-bottom: 20px; }
  .owl-theme .caption p {
    font-family: 'Lora', serif;
    font-size: 19px;
    line-height: 1.1;
    display: inline-block;
    margin: 0;
    color: #132339 !important; }
  .owl-theme .caption-desc p {
    font-size: 13px;
    line-height: 1.1;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    color: #132339 !important;
    margin-bottom: 30px; }
  .owl-theme .caption-text::before,
  .owl-theme .caption-text::after {
    position: relative;
    top: -8px;
    display: inline-block;
    width: 60px;
    height: 5px;
    margin-right: 8px;
    content: url(../svg/epingle.svg);
    vertical-align: text-top; }
  .owl-theme .caption-text::after {
    margin-right: 0;
    margin-left: 8px;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    vertical-align: text-bottom; }
  .owl-theme .caption .btn-mobile {
    margin-top: 20px !important;
    color: #132339 !important;
    box-shadow: 0 0 0 1px #132339 !important;
    text-decoration: none !important; }
  .owl-theme .caption .btn-mobile::before {
    box-shadow: 0 0 0 1px #132339 !important; }
  .owl-theme .caption .btn-mobile:hover {
    color: #132339 !important;
    box-shadow: 0 0 0 4px #132339 !important; }
  .owl-theme .owl-item.active .caption {
    opacity: 1; }
  .owl-dots {
    display: none !important; } }

.owl-theme .owl-dots {
  position: absolute;
  right: 48px;
  bottom: 22px;
  display: block; }

.owl-theme .owl-dot {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 13px;
  height: 13px;
  margin-right: 11px;
  border: 1px solid #806c59;
  background-color: transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.owl-theme .owl-dot span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid #806c59;
  background-color: transparent; }

.owl-theme .owl-dot.active {
  border-color: #000034; }

.owl-theme .owl-dot.active span {
  border-color: #000034;
  background-color: #000034; }

.total-products {
  display: none; }

#js-product-list-top {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.tabs-content .tab {
  display: none; }
  .tabs-content .tab.active {
    display: block; }

#cms,
#checkout,
#contact {
  margin-top: 90px; }

@media (max-width: 1000px) and (min-width: 700px) {
  #index .list-back .owl-item a {
    min-height: 500px; }
  #index .list-back .owl-item img {
    min-height: 500px;
    width: auto; } }

body#checkout > #footer > #footer,
body#checkout > #footer {
  clear: left;
  overflow: hidden;
  padding: 0;
  width: 100%;
  min-width: 480px;
  height: auto;
  padding-bottom: 45px;
  background-color: #000034;
  padding-top: 0;
  box-shadow: none; }

.js-search-filters-clear-all,
#_desktop_search_filters_clear_all {
  display: none !important; }

.active_filters {
  background-color: #fff;
  padding-bottom: 5px;
  padding-top: 10px;
  box-shadow: 0 5px 20px -5px #c0c0c0; }
  .active_filters .active-filter-title {
    display: inline-block;
    color: #000034;
    font: 13px Times New Roman;
    vertical-align: middle;
    text-transform: uppercase; }
  .active_filters .filter-block {
    display: inline-block;
    color: #000034;
    font: 13px Times New Roman;
    vertical-align: middle;
    text-transform: uppercase;
    box-shadow: none; }
    .active_filters .filter-block .close {
      color: #806c59;
      font-size: 12px;
      opacity: 1;
      margin-top: 3px;
      margin-left: 2px;
      font-weight: 400; }
  .active_filters .filter-block span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
    font-family: Times New Roman;
    padding-left: 1px;
    margin-right: 1px;
    font-size: 11px;
    font-weight: bold;
    color: #806c59;
    text-transform: none;
    padding-bottom: 0;
    box-shadow: none; }

#js-product-list-header {
  font: 23px/23px 'Lora';
  margin-bottom: 20px;
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #1e2b58; }
  @media (min-width: 1024px) {
    #js-product-list-header {
      display: none; } }

.card-block .collapse.in {
  display: block; }

#product ul#fil {
  top: -10px; }

#product .autopromo {
  clear: none;
  overflow: hidden;
  width: 380px;
  height: 145px;
  margin-top: 0 !important; }

#product .breadcrumb {
  margin-top: 40px; }

#product #wrapper {
  background: #fff; }

@media (max-width: 768px) {
  #product #tabs img {
    max-width: 100%;
    height: auto;
    margin-left: 0 !important; } }

#promo-code.collapse.in {
  display: block; }

.product-quantity #quantity_wanted {
  height: calc(2.5rem - 2px);
  border: 1px solid #dedede;
  width: 133px;
  position: relative;
  top: -1px; }

.infinitescroll-reached-bottom-message {
  clear: both;
  font: 12px Times New Roman !important;
  color: #252d52 !important;
  background-color: transparent !important;
  border: 2px solid 0000034 !important; }
  .infinitescroll-reached-bottom-message a {
    font-weight: 600;
    text-decoration: none; }

.infinitescroll-loader {
  order: 6; }
  .infinitescroll-loader img {
    display: inline-block;
    text-align: center; }

.product-image-mea img {
  display: block;
  max-width: 350px;
  margin: 30px auto 0; }

#product-availability {
  font-weight: initial; }

.product-quantity .input-group-btn-vertical {
  display: none; }

#category #header {
  z-index: 100; }
  @media (max-width: 1024px) {
    #category #header {
      height: inherit; } }

#category #wrapper {
  z-index: 100; }
  @media (max-width: 1024px) {
    #category #wrapper .collapse.in {
      z-index: 100;
      pointer-events: auto; } }

#product .fiche.content_only .titre_content_only {
  font: bold 18px Times New Roman;
  margin-top: 0;
  margin-bottom: 17px;
  padding: 0;
  padding-bottom: 2px;
  text-transform: uppercase;
  color: #1e2b58;
  border-bottom: 1px solid #dfe0e0; }

#product .fiche.content_only .photo {
  width: 225px;
  height: 205px;
  margin-right: 10px; }

#product .fiche.content_only .photo > img {
  width: 100%; }

#product .fiche.content_only h1 {
  font-size: 21px;
  font-weight: bold;
  margin: 0;
  padding: 0; }

.product-image-supp {
  height: 70px;
  width: 41px;
  display: inline-block;
  margin-right: 40px;
  margin-top: 15px;
  box-shadow: 1px 1px 1px #d4d4d4; }

.product-image-supp img {
  cursor: pointer;
  width: 100%;
  height: 100%; }

@media (max-width: 768px) {
  .search .produitListe,
  .produitListe {
    height: inherit; }
    .search .produitListe > a > div.image-product,
    .produitListe > a > div.image-product {
      height: inherit !important; }
    .search .produitListe > a > div.image-product > img,
    .produitListe > a > div.image-product > img {
      position: static !important;
      transform: none !important;
      width: 100% !important; } }

.infinitescroll-load-more-top {
  display: none !important; }

#product .fiche.content_only p.stock {
  font-size: 14px/32px Times New Roman;
  font-weight: bold;
  position: absolute;
  bottom: 32px;
  left: 0;
  height: 32px;
  margin: 0;
  padding: 0;
  border: none;
  background: none; }

#product .fiche.content_only .colD {
  float: right; }

#product .fiche.content_only {
  overflow: hidden;
  width: 644px;
  height: 329px;
  padding-top: 22px;
  padding-right: 32px;
  padding-left: 31px;
  background: white; }

#product #tabs .conception-produit .col-left {
  float: left;
  max-width: 325px;
  margin-left: 60px; }

#product #tabs .conception-produit .col-left h3 {
  font: 21px Times New Roman;
  font-style: italic;
  text-transform: inherit;
  color: #806c59; }

#product #tabs .conception-produit .col-left ul {
  margin: 40px 0; }

#product #tabs .conception-produit .col-left li {
  font-family: Times New Roman;
  font-size: 14px;
  margin-bottom: 16px;
  margin-left: 15px;
  list-style-type: circle;
  color: #000034; }

#product #tabs .conception-produit .col-right {
  display: -webkit-flex;
  display: flex;
  float: right;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 500px;
  margin-left: 27px;
  -ms-flex-wrap: wrap; }

#product #tabs .conception-produit .col-right > .bloc:nth-child(2n+1),
#product #tabs .conception-produit .col-right > .bloc:nth-child(1) {
  margin-right: 48px; }

#product #tabs .conception-produit .col-right > .bloc:nth-child(1) {
  margin-bottom: 25px; }

#product #tabs .conception-produit .col-right > .bloc:nth-child(2) {
  margin-bottom: 25px; }

#product #tabs .conception-produit .col-right > .bloc {
  position: relative;
  overflow: hidden;
  text-align: center; }

#product #tabs .conception-produit .col-right > .bloc:hover > .caption {
  bottom: 0; }

#product #tabs .conception-produit .col-right > .bloc > img {
  width: 225px;
  height: 160px; }

#product #tabs .conception-produit .col-right > .bloc > img {
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

#product #tabs .conception-produit .col-right > .bloc:hover > img {
  transition: -webkit-transform 15s ease;
  transition: transform 15s ease;
  transition: transform 15s ease, -webkit-transform 15s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

#product #tabs .conception-produit .col-right > .bloc > .caption {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 52px;
  transition: bottom .3s ease;
  background-color: rgba(255, 255, 255, 0.7); }

#product #tabs .conception-produit .col-right .title {
  font-family: Times New Roman;
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #000034; }

#product #tabs .conception-produit .col-right .desc {
  font-family: Times New Roman;
  font-size: 12px;
  font-style: italic;
  color: #000034; }

#product #tabs .tabs-content {
  /*overflow: hidden;*/
  padding: 35px;
  padding-bottom: 75px;
  /*border: #e5e8ee solid 2px;
    border-top: none;*/
  /*height: 471px;
    overflow-y: scroll;
    border-bottom: 1px solid #000034;*/ }

#product #tabs .tabs-content .tab.active {
  display: block; }

#product #tabs .tabs-content .tab {
  display: none; }

#product #tabs {
  margin: 0 auto;
  width: 100%;
  max-width: 1138px;
  /*display: inline-block;*/ }

#product #tabs .col1 {
  max-width: 495px;
  width: 100%; }

#product #tabs .col2 {
  max-width: 370px;
  width: 100%; }

#product #tabs .col1 p,
#product #tabs .col2 p {
  font-size: 14px;
  line-height: 28px; }

#product .mainBg {
  width: inherit;
  margin-top: 4px;
  padding-top: 25px;
  border-top: 1px solid #eeeeee;
  background: none;
  position: inherit;
  overflow: hidden; }

#search #js-product-list-top {
  display: none; }

@media (max-width: 1024px) {
  .products.row {
    margin-left: 0;
    margin-right: 0; }
  .produitListe {
    margin-right: 0; }
  #js-product-list {
    margin-left: 0;
    margin-top: 20px; }
  #js-product-list-top {
    display: none;
    flex-direction: column; }
  #search #js-product-list-top {
    margin: 2rem 0;
    display: flex; }
  #js-product-list-top .sort-by-row {
    margin-right: 0;
    display: block; }
}

#product #contentMain {
  width: 1135px; }
  @media (min-width: 768px) and (max-width: 1180px) {
    #product #contentMain {
      width: 100%; }
      #product #contentMain #fiche-footer {
        width: 66px; }
      #product #contentMain .fiche {
        width: calc(100% - 67px); }
        #product #contentMain .fiche .colD {
          padding: 38px 15px 65px 15px;
          width: calc(50% - 28px); }
      #product #contentMain .photo {
        width: calc(50% - 40px); } }
  @media (max-width: 768px) {
    #product #contentMain {
      width: 100%;
      display: flex;
      flex-direction: column; }
      #product #contentMain .products.row {
        margin-left: 0;
        margin-right: 0; }
      #product #contentMain .produitListe {
        margin-right: 0; }
      #product #contentMain #js-product-list {
        margin-left: 0; }
      #product #contentMain #fiche-footer {
        order: 2;
        width: inherit;
        margin-top: 10px; 
        display: none; }
      #product #contentMain .fiche {
        order: 1;
        width: 100%; }
        #product #contentMain .fiche .photo,
        #product #contentMain .fiche .colD {
          width: 100%; }
          #product #contentMain .fiche .photo::after,
          #product #contentMain .fiche .colD::after {
            content: none; }
        #product #contentMain .fiche .colD {
          padding-bottom: 0; }
        #product #contentMain .fiche #add-to-cart-or-refresh .add-to-cart {
          border-radius: 0; }
      #product #contentMain ul.onglets li a,
      #product #contentMain .ui-tabs .ui-tabs-nav li a {
        font-size: 12px; }
      #product #contentMain #product-availability .product-available {
        margin-top: -14px; }
      #product #contentMain #attributes {
        margin-top: 0; }
      #product #contentMain #tabs {
        order: 3;
        width: 100%; }
      #product #contentMain .tab img {
        width: 100%;
        margin-left: 0 !important;
        height: inherit; } }

#product #tabs h3 {
  margin-top: 17px;
  padding-left: 0; }

#product .description.no-stock .quantity-wrapper,
#product .description.no-stock .add {
  display: none; }

#product #tabs .product-description {
  margin-bottom: 10px;
  border-bottom: 1px solid #dbdbdb; }

#product #tabs > h2 {
  font: 33px/37px 'Lora';
  padding-left: 0;
  text-transform: uppercase;
  color: #1e2b58;
  border-bottom: 1px solid #dbdbdb; }

.close-zoom {
  height: 34px;
  width: 34px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-size: 41px;
  background-color: #000034;
  position: fixed;
  right: 0;
  top: 0; }

.product-accessories {
  max-width: 1135px;
  margin: 0 auto; }
  .product-accessories .h5 {
    font: 21px Times New Roman;
    font-weight: normal;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 7px;
    color: #000034; }
  @media (max-width: 768px) {
    .product-accessories {
      text-align: center; }
      .product-accessories .produitListe {
        width: calc(50% - 20px); } }
  @media (max-width: 580px) {
    .product-accessories .produitListe {
      width: 100%; } }

.close-zoom:hover {
  color: #fff; }

#fiche-footer {
  margin-top: 85px;
  width: 120px;
  float: left; }

#product .fiche.zoom-container {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  height: 100%;
  margin-top: 0;
  z-index: 50;
  background-color: #fff;
  text-align: center; }

.fiche.zoom-container > .fiche .photo {
  position: relative;
  display: block;
  float: left;
  width: 100% !important;
  padding: 0 0 0; }

#last_quantities, .warning_inline {
  color: #000034;
  text-align: center; }

i.arrow {
  border: solid #686868;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 20px;
  z-index: 9999;
  font-size: 50px; }

.rightbtn {
  position: fixed;
  right: 12px;
  top: 412px;
  z-index: 9999;
  transform: rotate(-48deg);
  -webkit-transform: rotate(-48deg);
  display: none; }

.leftbtn {
  position: fixed;
  left: 12px;
  top: 412px;
  z-index: 9999;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  display: none; }

#resumeshopping {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  right: 132px;
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 230px;
  /* margin-right: 0px; */
  padding: 13px 28px;
  cursor: pointer;
  transition: box-shadow .15s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #000034;
  color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #000034; }

#resumeshopping:hover {
  box-shadow: 0 0 0 4px #000034;
  color: #000034;
  background-color: #fff; }

#backtoshopping {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  left: 132px;
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 230px;
  /* margin-right: 0px; */
  padding: 16px 28px;
  cursor: pointer;
  transition: box-shadow .15s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #0a213f;
  box-shadow: 0 0 0 1px #0a213f; }

#backtoshopping:hover {
  color: #0a213f;
  background-color: transparent;
  box-shadow: 0 0 0 4px #0a213f; }

.popup-buttons {
  padding-top: 10px; }

.product-variants .control-label {
  display: block;
  margin-top: 5px; }

.product-quantity {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .product-quantity .qty {
    margin-right: 0; }

.product-add-to-cart {
  text-align: center; }
  .product-add-to-cart .control-label {
    display: block;
    margin-bottom: 6px; }
  .product-add-to-cart p,
  .product-add-to-cart span {
    font: 14px Times New Roman;
    font-style: normal;
    line-height: normal;
    font-style: italic;
    line-height: normal;
    margin: 2px 0 20px 0;
    color: #000034; }

.product-discounts {
  margin-bottom: 10px; }

.zoomable .unzoomable {
  height: initial; }

.product-images > li.thumb-container > .thumb,
.product-images.product-images > li.thumb-container > .thumb {
  border: 1px solid #ebedf2; }

.product-images > li.thumb-container > .thumb.selected,
.product-images.product-images > li.thumb-container > .thumb:hover {
  border: 1px solid #a6abbd; }

@media (max-width: 768px) {
  .product-images {
    display: none; } }

.product-images > li.thumb-container > .thumb {
  box-shadow: none;
  border: 1px solid #a6abbd; }

.product-images > li.thumb-container {
  display: inline-block; }

.product-images-slider {
  display: none; }
  @media (max-width: 768px) {
    .product-images-slider {
      display: block; } }

.product-cover img {
  box-shadow: none; }

@media (max-width: 768px) {
  .product-cover {
    display: none; } }

.fiche.zoom-container .photo {
  background: #fff;
  min-height: 100vh; }

.form-control-select:focus {
  outline: 0; }

.products-selection .products-sort-order .select-title {
  background: #d2d1d1; }

.products-selection .products-sort-order .dropdown-menu {
  left: initial;
  right: 15px; }

#products .products-sort-order .select-list {
  display: block;
  color: #232323;
  padding: .325rem 1.25rem;
  font-size: 13px;
  font-family: Times New Roman; }
  #products .products-sort-order .select-list:hover {
    background-color: 232323; }

#popUpAddToCart {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 40%;
  height: 179px;
  width: 690px;
  background-color: #fff;
  z-index: 9999;
  padding: 10px; }

#popUpAddToCartOverlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;

  height: 100%;
  width: 100%;
  background-color: #333;
  z-index: 9998;
  opacity: 0.6; }

  #popUpAddToCart .material-icons{
    display: none;
  }

#popUpAddToCart > span {
  font: 19px Times New Roman;
  line-height: 41px;
  margin-bottom: -5px;
  padding: 0;
  color: #292929;
  margin-left: 135px; }

#resumeshopping {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  right: 132px;
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 230px;
  /* margin-right: 0px; */
  padding: 13px 28px;
  cursor: pointer;
  transition: box-shadow .15s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #000034;
  color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #000034; }

#resumeshopping:hover {
  box-shadow: 0 0 0 4px #000034;
  color: #000034;
  background-color: #fff; }

#backtoshopping {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  left: 132px;
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 230px;
  /* margin-right: 0px; */
  padding: 16px 28px;
  cursor: pointer;
  transition: box-shadow .15s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #0a213f;
  box-shadow: 0 0 0 1px #0a213f; }

#backtoshopping:hover {
  color: #0a213f;
  background-color: transparent;
  box-shadow: 0 0 0 4px #0a213f; }

.popup-buttons {
  padding-top: 10px; }

.produitListe .produitListe-hover-buttons {
  position: absolute;
  top: 90px;
  left: 25px;
  display: block;
  overflow: hidden;
  zoom: 1;
  width: 180px;
  height: 82px;
  opacity: 0;
  filter: alpha(opacity=0); }

.produitListe .produitListe-hover-buttons * {
  -webkit-filter: inherit;
  filter: inherit; }

.produitListe.big {
  display: block;
  width: 219px;
  height: 295px; }

.produitListe.big > .produitListe-hover {
  width: 240px; }

.produitListe > a > img {
  width: 100%;
  height: 205px; }

.produitListe-hover img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%); }

.produitListe > a > div.image-product {
  position: relative;
  overflow: hidden;
  height: 294px; }

.produitListe > a > div.image-product > img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%); }

  .produitListe > a > div.image-product  img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%); }

#category #main {
  display: flex;
  flex-direction: column; }




  #category #main .head-category {
    order: 1; }
  #category #main .block-categories {
    order: 3; }
  #category #main #search_filters_wrapper {
    order: 4; }
  #category #main #js-product-list-header {
    order: 2; }
  #category #main #products {
    order: 5; }
  #category #main .seo-category {
    order: 10; }

  #category #main .head-category.order0 {
    order: 0; 
  }

.seo_bloc_front_page {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  text-align: center;
  padding: 20px;
  font: 12px TImes New Roman;
  display: block;
  color: #b1b1b7; }
  .seo_bloc_front_page h1 {
    font-size: 14px !important; }
  .seo_bloc_front_page p {
    line-height: 18px;
    font: 12px TImes New Roman;
    color: #696969; }

.seo-category {
  text-align: center;
  margin: 20px auto 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0 15px;
  max-width: 1024px;
  color: #1e2b58;
  font-size: 13px; }

#scrolltop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  padding: 20px;
  background: buttonface url("/themes/cafecoton/assets/img/buttonwhite.png") no-repeat scroll 15px center/20px;
  border-radius: 40px;
  z-index: 2000;
  text-transform: uppercase;
  color: #1e2b58;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: opacity 500ms;
  opacity: 0; }
  #scrolltop.showed {
    opacity: 1; }

.product-variants > .product-variants-item,
.quantity-wrapper {
  margin-right: 10px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  position: relative; }
  .product-variants > .product-variants-item .control-label,
  .quantity-wrapper .control-label {
    font: 12px Times New Roman; }

.quantity-wrapper {
  margin: 1.25rem 0; }
  .quantity-wrapper .control-label {
    margin-top: -5px; }

.conception-produit {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; }

.thumb-container {
  position: relative; }
  .thumb-container.selected::before, .thumb-container.selected::after {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -9px;
    content: '';
    border-width: 0 9px 10px 9px;
    border-style: solid;
    border-color: transparent transparent #a6abbd transparent; }
  .thumb-container.selected::after {
    top: -9px;
    border-color: transparent transparent #ffffff transparent; }

.active_filters {
  margin-bottom: 0; }


/* module image categories */

.d2x2{
  width:470px!important;
}

@media (max-width: 580px) {
 .conteneur2x2  .imgcateg{
    width:340px!important;
    height:540px!important;
    margin: auto;
  }

 .conteneur2x1  .imgcateg{
    width:340px!important;
    height:289px!important;
    margin: auto;
  }
  .conteneur2x1{
   height:310px!important;
  }

  .conteneur2x2{
   height:600px!important;
  }
}

.card {
    box-shadow: none!important;

}
#products{
    max-width: 1280px!important;
    margin: auto!important;
}

#product #popUpAddToCart  img {
  max-width: 100%;
}

.colissimo-front-widget .modal-content{
    min-height: 628px!important;
}

#notifications{
    z-index: 999999;
    margin-left: 10px;
}

.no-products {
  padding: 2rem;
}

.input-group .input-group-btn>.btn {
    margin-left: -100px!important;

}
.photo .slick-next {
    right: 0px!important;
}

#content form .form-control-comment{
  display: none;
}

.form-footer{
  width: 85px;
    margin: auto;
}


.bloc-desc-category h1{
      font: 23px/23px 'Lora';
    margin-bottom: 6px;
    padding-top: 30px;
    text-align: left;
    text-transform: uppercase;
    color: #1e2b58;
}

#product h2{
      font-size: 14px;
    font-style: italic;
    display: block;
    margin-left: 0;
    margin-bottom: 32px;
    text-align: center;
    color: #000034;
}

.contact-form .buttonText{
  background-color:  #000034;
}

.contact-form .input-group .input-group-btn>.btn {
  background-color:  #000034;
  margin-left: -136px!important;
  border-radius: 0;
}

.contact-form .btn {
  background-color:  #000034;
  border-radius: 0;
}

.product-price-and-shipping{
  margin-top:7px;
}
