@charset "UTF-8";
.page__main {
  max-width: 100%;
  width: 100%; }

@media (max-width: 1139px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px; }
    .wrap .wrap {
      padding-right: 0;
      padding-left: 0; }

  .header__search {
    width: 20%; }

  .blocs-list__item a {
    font-size: 16px;
    font-size: 1.6rem; }

  .home__featured {
    left: -20px;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px; }
    .home__featured::after, .home__featured::before {
      display: none; }

  .html__vitrine {
    position: relative;
    left: -20px;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    background-position: center; } }
@media (max-width: 979px) {
  body#index {
    background: url("../img/design/background-lines.jpg") no-repeat center top -80px; }

  .header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: rgba(255, 255, 255, 0.2); }

  .header__bottom {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 10px 20px; }

  .header__logo {
    width: 100%;
    max-width: 290px;
    font-size: 25px;
    font-weight: 600; }

  .header__top {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    background: none; }
    .header__top .wrap {
      padding: 0; }

  .header__links {
    display: none; }

  .header__myaccount[class] > a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-top: 0;
    text-align: center;
    padding: 0;
    display: block; }
    .header__myaccount[class] > a span {
      display: none; }

  .myaccount__link i {
    font-size: 20px;
    margin: 0; }

  .myaccount__nav {
    display: none; }

  .header__shopping_cart::before {
    display: none; }

  .shopping_cart > a:first-child {
    margin-left: -1px;
    padding: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-top: 0;
    text-align: center;
    display: block; }
    .shopping_cart > a:first-child::before {
      font-size: 20px;
      margin: 0; }
    .shopping_cart > a:first-child b {
      display: none; }

  .trigger-nav_main {
    display: block; }

  .header__nav_main {
    position: fixed;
    right: 0;
    height: calc(100% - 40px);
    width: 220px;
    background: #0f0c27;
    z-index: 12;
    top: 40px;
    padding: 0;
    overflow-y: auto;
    -moz-transform: translateX(220px);
    -ms-transform: translateX(220px);
    -webkit-transform: translateX(220px);
    transform: translateX(220px);
    -webkit-transition: all 1s cubic-bezier(0.18, 1, 0.23, 1);
    -moz-transition: all 1s cubic-bezier(0.18, 1, 0.23, 1);
    -ms-transition: all 1s cubic-bezier(0.18, 1, 0.23, 1);
    -o-transition: all 1s cubic-bezier(0.18, 1, 0.23, 1);
    transition: all 1s cubic-bezier(0.18, 1, 0.23, 1);
    box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.31) inset; }
    .header__nav_main.active {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0); }

  .nav_main[class] {
    display: block; }

  .nav_main__item[class] {
    border: 0;
    position: relative; }
    .nav_main__item[class] > a {
      padding: 0 20px; }
      .nav_main__item[class] > a .advtm_menu_span {
        padding: 10px 0;
        border-bottom: 1px solid white;
        display: block; }
      .nav_main__item[class] > a.advtm_menu_actif {
        background: #3fccf6;
        color: white; }
        .nav_main__item[class] > a.advtm_menu_actif .advtm_menu_span {
          border: 0;
          margin-top: -1px; }
        .nav_main__item[class] > a.advtm_menu_actif::after {
          display: none; }

  .open-sub-menu {
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    height: 48px;
    background: rgba(0, 0, 0, 0.24);
    width: 40px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: white; }
    .open-sub-menu.active i::before {
      content: ""; }
    .open-sub-menu.active + .adtm_sub {
      display: block;
      position: relative;
      padding-top: 0;
      max-height: 2000px;
      overflow: visible;
      visibility: visible;
      opacity: 1;
      width: 100%; }

  .header__search {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    width: 220px;
    -moz-transform: translateX(220px);
    -ms-transform: translateX(220px);
    -webkit-transform: translateX(220px);
    transform: translateX(220px);
    -webkit-transition: all 1s cubic-bezier(0.18, 1, 0.23, 1);
    -moz-transition: all 1s cubic-bezier(0.18, 1, 0.23, 1);
    -ms-transition: all 1s cubic-bezier(0.18, 1, 0.23, 1);
    -o-transition: all 1s cubic-bezier(0.18, 1, 0.23, 1);
    transition: all 1s cubic-bezier(0.18, 1, 0.23, 1); }
    .header__search.active {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0); }

  .fake-input .search_query {
    padding: 11px 25px 11px 10px;
    border: 0; }

  .jolisearch__searchbox {
    width: 100vw;
    right: 0;
    left: inherit;
    transform: translateY(-200px); }

  .columnWrapTable {
    display: block;
    width: 100%;
    margin: 0;
    padding: 40px 20px 40px;
    background: #132861 !important;
    box-shadow: inset 14px 0px 10px -10px rgba(0, 0, 0, 0.35); }
    .columnWrapTable tr, .columnWrapTable td,
    .columnWrapTable tbody, .columnWrapTable thead {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0; }

  .column_wrap_title {
    display: block;
    padding: 0 20px; }
    .column_wrap_title > a {
      display: block;
      padding: 5px 0; }

  .diaporama__item {
    min-height: 480px; }

  .diaporama__item__desc {
    max-width: 350px; }
    .diaporama__item__desc .title {
      font-size: 32px;
      font-size: 3.2rem; }
    .diaporama__item__desc:last-child {
      text-align: center; }

  .contactBlocs__item {
    width: 50%; }

  .category-header {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .category-header h1 {
      width: 100%; }

  .main__left + .main__center {
    width: 100%; } }
@media (max-width: 839px) {
  body#index {
    background: url("../img/design/background-lines.jpg") no-repeat center top -170px; }

  .blocs-list__item {
    display: none; }

  .diaporama .bx-wrapper .bx-controls-direction a.bx-prev,
  .diaporama .bx-wrapper .bx-controls-direction a.bx-next {
    top: 80%; }

  .diaporama__item {
    padding-left: 50px;
    padding-right: 0; }

  .button-list > * {
    width: 100%;
    margin: 0; }
    .button-list > *:first-child {
      margin-bottom: 10px; }

  .html__vitrine {
    min-height: inherit;
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: center right;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .html__vitrine .html__content {
      max-width: 500px;
      margin: 0 auto; }

  .reassurances {
    position: relative; }
    .reassurances .htmlcontent {
      padding: 10px 0; }
    .reassurances::before {
      content: '';
      width: 1px;
      height: 60%;
      position: absolute;
      top: 20%;
      left: 50%;
      background: rgba(255, 255, 255, 0.3); }
    .reassurances::after {
      content: '';
      height: 1px;
      width: 60%;
      position: absolute;
      left: 20%;
      top: 50%;
      background: rgba(255, 255, 255, 0.3); }

  .reassurances__item[class] {
    width: 50%;
    padding: 30px 20px; }
    .reassurances__item[class] > span {
      display: block;
      margin: 10px 0;
      text-align: center; }

  .footer {
    padding-top: 0; }

  .footer__block {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    padding: 20px 0; }

  .footer__block--links {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 0; }
    .footer__block--links::before {
      content: '';
      position: absolute;
      width: 100vw;
      height: 1px;
      left: -20px;
      top: 100%;
      background: rgba(255, 255, 255, 0.3); }
    .footer__block--links .footer__title {
      margin-bottom: 0; }
    .footer__block--links ul {
      width: calc(100% - 120px);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .footer__block--links ul li {
        margin-left: 10px; }

  .footer__block--newsletter {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px; }

  .footer__bottom {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3; }

  .form-box {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .form-box__item {
    width: 100%;
    margin: 0;
    padding: 30px 50px; }
    .form-box__item:first-child {
      margin-bottom: 20px; } }
@media (max-width: 719px) {
  .contactBlocs__wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .contactBlocs__item[class] {
    width: 100%;
    margin: -1px 0 0; }

  .lists-manufacturers {
    display: block;
    margin-top: 40px;
    padding-right: 0; }
    .lists-manufacturers .bx-controls {
      display: none; }
    .lists-manufacturers .bx-viewport {
      margin-top: 20px; }

  .footer_links {
    display: block; }
    .footer_links > * > * {
      width: 100%;
      text-align: center;
      display: block; }
      .footer_links > * > *:first-child {
        margin-bottom: 10px; }

  #order-list {
    display: block;
    width: 100%;
    padding: 30px;
    border: 3px solid #E3E3E3;
    background: white; }
    #order-list > thead {
      display: none; }
    #order-list > tbody {
      display: block;
      width: 100%; }
      #order-list > tbody > tr {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative; }
        #order-list > tbody > tr:not(:first-child) {
          padding-top: 30px; }
        #order-list > tbody > tr:not(:last-child) {
          border-bottom: 1px solid #aeaeae;
          padding-bottom: 30px; }
        #order-list > tbody > tr:first-child .history_state {
          top: 0; }
        #order-list > tbody > tr > th, #order-list > tbody > tr > td {
          display: block;
          padding: 0;
          margin: 0; }
    #order-list .history_link a {
      font-size: 28px;
      font-size: 2.8rem;
      color: #2C2A2B; }
      #order-list .history_link a:hover {
        color: #3fccf6; }
    #order-list .history_date,
    #order-list .history_price {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin-right: 10px; }
    #order-list .history_invoice {
      display: none; }
    #order-list .history_detail {
      margin-top: 20px; }
    #order-list .footable-toggle {
      display: none; }
    #order-list .history_details_order {
      display: none;
      width: 100%;
      border: 1px solid #E3E3E3;
      padding: 30px;
      margin-top: 40px; }
    #order-list .dpd_selected_parcelshop {
      display: none !important; }
    #order-list .page-subheading {
      background: #E3E3E3;
      padding: 5px 10px; }
    #order-list .adressesBloc__col ul {
      line-height: 1.9;
      margin-top: 5px; }
    #order-list .detail_step_by_step {
      display: block;
      width: 100%; }
      #order-list .detail_step_by_step tr {
        border: 0; }
      #order-list .detail_step_by_step thead {
        display: block;
        width: 100%;
        font-size: 21px;
        font-weight: bold; }
        #order-list .detail_step_by_step thead tr,
        #order-list .detail_step_by_step thead th {
          display: block;
          width: 100%;
          text-align: center; }
      #order-list .detail_step_by_step tbody {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; }
        #order-list .detail_step_by_step tbody tr {
          -webkit-flex: 1;
          flex: 1;
          max-width: 30%; }
          #order-list .detail_step_by_step tbody tr:first-child .border {
            display: none; }
        #order-list .detail_step_by_step tbody td {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: strech;
          -ms-flex-align: strech;
          -webkit-align-items: strech;
          -moz-align-items: strech;
          align-items: strech;
          padding: 0;
          margin: 0;
          height: 100%; }
      #order-list .detail_step_by_step .orderStates {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        text-align: center;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        position: relative; }
        #order-list .detail_step_by_step .orderStates .border {
          position: absolute;
          right: -13px;
          top: 50%;
          transform: translateY(-50%);
          border-left: 13px solid black;
          border-top: 13px solid transparent;
          border-bottom: 13px solid transparent; }
    #order-list .detail_step .page-subheading {
      margin-bottom: 10px; }

  #order-detail-content {
    margin-top: 30px;
    overflow: auto; } }
@media (max-width: 639px) {
  .header__logo {
    font-size: 21px; }

  .header__myaccount[class] > a {
    width: 45px;
    height: 58px;
    line-height: 58px; }

  .myaccount__link i {
    font-size: 15px; }

  .shopping_cart > a:first-child {
    width: 45px;
    height: 58px;
    line-height: 58px; }
    .shopping_cart > a:first-child::before {
      font-size: 15px; }

  .trigger-nav_main {
    width: 45px;
    height: 58px;
    line-height: 58px; }
    .trigger-nav_main span {
      width: 24px; }

  .header__bottom {
    padding: 4px 10px; }

  body#index {
    background: url("../img/design/background-lines.jpg") no-repeat center top; }

  .diaporama__item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .diaporama__item__image {
    width: 100%;
    max-width: 250px;
    margin: 20px auto;
    position: relative; }

  .diaporama__item__desc {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 30px; }
    .diaporama__item__desc .title {
      font-size: 22px;
      font-size: 2.2rem; }
    .diaporama__item__desc .desc {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 15px; }

  .button-list > * {
    min-width: inherit; }

  .footer__block:not(.footer__block--newsletter):not(.footer__block--links) {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center; }

  .footer__bottom {
    display: block;
    text-align: center; }
    .footer__bottom > * {
      margin: 10px 0; }

  .footer__paiement span {
    display: none; }

  .form-box__item {
    padding: 20px 30px; }

  .form-small {
    padding: 20px; }

  .form-row .form-group {
    width: calc(100% - 20px); } }
@media (max-width: 379px) {
  .diaporama__item {
    height: 600px; }

  .header__logo {
    font-size: 17px; }

  .footer__block--links {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer__block--links .footer__title {
      margin-bottom: 0;
      width: 100%;
      text-align: center; }
    .footer__block--links ul {
      width: 100%; } }
@media all and (max-width: 499px) {
  .footer__block--newsletter[class] button {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 100%;
    left: 0; } }
#page {
  -webkit-transition: all 1s cubic-bezier(0.18, 1, 0.23, 1);
  -moz-transition: all 1s cubic-bezier(0.18, 1, 0.23, 1);
  -ms-transition: all 1s cubic-bezier(0.18, 1, 0.23, 1);
  -o-transition: all 1s cubic-bezier(0.18, 1, 0.23, 1);
  transition: all 1s cubic-bezier(0.18, 1, 0.23, 1); }
  #page.active {
    -moz-transform: translateX(-220px);
    -ms-transform: translateX(-220px);
    -webkit-transform: translateX(-220px);
    transform: translateX(-220px); }

/*# sourceMappingURL=responsive.css.map */
