/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
#wrap-corder {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .6);
    z-index: 99999;
    min-height: 700px;
}

#main-corder {
    position: absolute;
    width: 1040px;
    left: 50%;
    top: 50%;
    background: #FFF;
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.10);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 40px;
    overflow: hidden;
}

#main-corder * {
    font-family: Montserrat;
    font-style: normal;
    font-style: normal;
    user-select: none;
}

#main-corder img {
    max-width: 100%;
}

#corder-header {
    margin-bottom: 30px;
    position: relative;
}

#corder-header p {
    color: var(--Noir, #000);
    font-size: 12px;
    font-weight: 400;
}

#corder-header a {
    position: absolute;
    right: 0;
    top: 0px;
    margin: -10px -10px 0 0;
}

#corder-header img {
    width: 15px;
    height: 15px;
}

#corder-header p span {
    opacity: 0.75;
    color: var(--Noir, #000);
    font-size: 12px;
    font-weight: 600;
}

#corder-left {
    width: 55%;
}

#corder-panneau-img {
    height: 352px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #000;
    /*overflow: hidden;*/
}

.corder-overlay-pann {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(255, 255, 255, .75);
}

#corder-panneau-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.corder-panneau {
    width: 100px;
    height: 100% !important;
    z-index: 2;
    float: left;
    position: relative;
    left: auto !important;
    border: 1px solid #ff0000;
    border-width: 0;
    margin-left: -1px;
}
#pan_1{
    margin-left: 0;
}
#pan_2{
    border-width: 0 1px;
}
#wrap-panneau-drag>div:last-child{
    border-right-width: 0px !important;
}
#wrap-panneau-drag{
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    z-index: 2;
    cursor: move;
    border: 1px solid #ff0000;
    /*overflow: hidden;*/
}
.corder-txtinput{
    position: fixed;
    left: 0;
    bottom: -20px;
    right: 0;
    text-align: center;
}

#wrap-panneau-drag>span {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#wrap-panneau-drag img {
    max-width: none !important;
    transition-delay: 0s;
    position: absolute;
}

#corder-info-pan {
    overflow: hidden;
    margin-bottom: 10px;
}
.infopalert{
    margin-bottom: 60px;
}
#corder-info-pan p {
    color: var(--Noir, #000);
    font-size: 11px;
    font-weight: 700;
    float: left;
    margin: 0;
}

#corder-info-pan ul {
    float: right;
    width: 80% !important;
    text-align: center;
    overflow: hidden;
}

#corder-info-pan li {
    display: inline-block;
    text-align: center;
    width: 30% !important;
}

input.corder-input {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    border: 1px solid #000;
    width: 72px;
    height: 22px;
    text-align: center;
    clear: both;
}

#corder-right {
    width: 45%;
    position: relative;
    padding-left: 40px;
}

#corder-wr-price {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 40px;
}

.corder-price {
    margin-bottom: 20px;
}

.corder-txt-intro {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
}

.corder-pr-to,
.corder-currency,
.corder-taxe {
    color: var(--Noir, #000);
    font-size: 25px;
    font-weight: 700;
}

.corder-taxe {
    font-weight: 400;
    font-size: 15px;
}

.corder-title {
    color: var(--Noir, #000);
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 70px;
}

.corder-infotitle {
    color: var(--Noir, #000);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.corder-choice-height {
    margin-bottom: 30px;
}

.corder-nb-pann {
    overflow: hidden;
    margin-bottom: 0px;
}

.corder-nb-pann ul {
    margin-bottom: 5px;
}

.corder-nb-pann ul li {
    display: inline-block;
    margin-right: 25px;
}

.corder-nb-pann ul li a {
    opacity: .5;
    border: 1px solid transparent;
    display: block;
    overflow: hidden;
}

.corder-nb-pann ul li a:hover {
    opacity: 1;
}

.corder-nb-pann ul li .active {
    opacity: 1;
    border: 1px solid #000
}

.corder-nb img {
    width: 18px;
    height: auto;
    margin-right: 5px;
    float: left;
}

.corder-nb span {
    color: var(--Noir, #000);
    font-size: 12px;
    font-weight: 400;
    float: left;
    width: 85%;
}

#corder-wr-blc {
    display: flex;
}

#corder-wr-price .corder-add-cart {
    text-align: center;
    width: 100%;
    padding: 9px 15px;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: var(--Blanc, #FFF);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    background: var(--Noir, #000);
    border: 1px solid #000;
    display: block;
    text-decoration: none;
}

#corder-wr-price .corder-add-cart:hover {
    background: #fff;
    color: #000;
}

.corder-specifiq {
    text-align: right;
}

.corder-specifiq a {
    color: var(--Noir, #000);
    font-size: 12px;
    font-weight: 500;
    text-decoration-line: underline;
}

.corder-specifiq img {
    display: inline-block;
    width: 7px;
    margin-left: 5px;
}

.corder-nb-pann ul li img {
    height: 70px;
    width: auto;
}

.txt-load {
    display: block;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

#loader-start {
    border: 2px solid #000;
    border-radius: 2px;
    overflow: hidden;
}

.spin-load {
    color: #000;
}

.spin-c {
    background: #000;
}

.ovhidden {
    overflow: hidden;
}


#wrap-corder input:focus,
#wrap-corder textarea:focus,
#wrap-corder select:focus,
#wrap-corder a:focus {
    outline: none;
}

#corder-info-pan li {
    display: none;
    float: left;
}

.corder-panneau samp {
    color: var(--Noir, #000);
    font-size: 9px;
    font-weight: 700;
    background-color: #fff;
    padding: 3px 5px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 3px;
    opacity: 0.5;
    min-width: 70%;
    text-align: center;
    display:none;
}

#corder-info-pan span,
.corder-txtinput span {
    display: block;
    color: var(--Noir, #000);
    font-size: 11px;
    font-weight: 700;
}

.overlay-bg{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,.97);
    display: none;
    z-index: 9999999999;
  }
  .overlay-bg .loader-canvas{
   background: #fff none repeat scroll 0 0;
  border: 1px solid #000;
  height: 20px;
  left: 50%;
  margin-left: -140px;
  position: relative;
  top: 100px;
  width: 280px;
  border-radius: 2px;
  }
  .overlay-bg .loader-canvas .progress{
    height: 19px;
    background: #000;
    width: 0%;
    overflow: hidden;
    -webkit-transition-property: width;
    -moz-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .overlay-bg .loader-canvas .progress-txt{
    color: #000;
      font-size: 16px;
      font-weight: bold;
      position: absolute;
      right: 0;
      text-align: center;
      top: -30px;
      width: 100%;
  }

  .overlay-bg .loader-canvas  .progress-title{
     color: #000;
      display: block;
      font-size: 15px;
      font-weight: bold;
      height: 25px;
      line-height: 25px;
      position: absolute;
      text-align: center;
      top: 27px;
      width: 100%;
  }

  #cp-device-ori-to-show{
      position: absolute;
      left: 20px;
      top: 20px;
  }
  /*
  .no-motif #wrap-panneau-drag{
      top: auto !important;
      bottom: 0 !important;
  }*/

  .no-motif #corder-panneau-img{
      text-align: center;
  }
  .no-motif #corder-panneau-img img{
    width: auto !important;
    margin: 0 auto;
  }
  .no-motif #wrap-panneau-drag img{
      width: auto !important;
      left: 0;
  }

  .alertnb span{
    color: #ff0000 !important;
  }
  .infopalert{
      position: relative;
  }
  .alertnb{
      display: none;
      position: absolute;
      left: 0;
      top:0;
      width: 100%;
  }

  /* Crop Image
  .no-motif .corder-img-motif{
     opacity: 0 !important;
  }
  */
  .no-motif #wrap-panneau-drag img{
    width: auto !important;
    height: 100% !important;
    object-fit: cover;
  }

.no-motif #corder-panneau-img{
      overflow: hidden;
  }

.no-motif #wrap-panneau-drag{
    top: auto !important;
    bottom: 0 !important;
    height: 100% !important;
}
.corder-specifiq{
    display: none !important;
}

.error-dimension #wrap-panneau-drag,
.error-dimension #wrap-panneau-drag img{
    left: 50% !important;
    transform : translateX(-50%) !important;
}

.corder-add-cart.disabled{
    opacity: .5;
    pointer-events: none;
}